@rakun-kit/core 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api/routes/manager/backups/restore.js +2 -0
- package/dist/cjs/api/routes/manager/backups/restore.js.map +1 -1
- package/dist/cjs/client.js +4 -1
- package/dist/cjs/client.js.map +1 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/internal-content-types/ManagerRoleHooks.js +47 -0
- package/dist/cjs/internal-content-types/ManagerRoleHooks.js.map +1 -0
- package/dist/cjs/internal-content-types/Page.js +1 -1
- package/dist/cjs/internal-content-types/Page.js.map +1 -1
- package/dist/cjs/internal-content-types/syncAdminRole.js +16 -0
- package/dist/cjs/internal-content-types/syncAdminRole.js.map +1 -0
- package/dist/cjs/lib/ManagerRolePolicy.js +7 -0
- package/dist/cjs/lib/ManagerRolePolicy.js.map +1 -0
- package/dist/cjs/lib/Permissions.js +4 -0
- package/dist/cjs/lib/Permissions.js.map +1 -1
- package/dist/cjs/orm/index.js +1 -1
- package/dist/cjs/orm/index.js.map +1 -1
- package/dist/cjs/orm/operations/clear.js +3 -4
- package/dist/cjs/orm/operations/clear.js.map +1 -1
- package/dist/esm/api/context.d.ts +1 -1
- package/dist/esm/api/context.js +3 -3
- package/dist/esm/api/hooks/context.d.ts +1 -1
- package/dist/esm/api/hooks/runContentHooks.d.ts +4 -4
- package/dist/esm/api/hooks/runContentHooks.js +1 -1
- package/dist/esm/api/operations/catalog.d.ts +2 -2
- package/dist/esm/api/operations/catalog.js +1 -1
- package/dist/esm/api/operations/custom.d.ts +1 -1
- package/dist/esm/api/operations/custom.js +1 -1
- package/dist/esm/api/operations/index.d.ts +149 -149
- package/dist/esm/api/operations/index.js +8 -8
- package/dist/esm/api/operations/manager-contract.d.ts +117 -117
- package/dist/esm/api/operations/manager-contract.js +5 -5
- package/dist/esm/api/operations/manager.d.ts +118 -118
- package/dist/esm/api/operations/manager.js +56 -56
- package/dist/esm/api/operations/tracing.d.ts +1 -1
- package/dist/esm/api/operations/tracing.js +1 -1
- package/dist/esm/api/operations/types.d.ts +1 -1
- package/dist/esm/api/operations/web-contract.d.ts +24 -24
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +25 -25
- package/dist/esm/api/operations/web.js +9 -9
- package/dist/esm/api/routes/manager/apiOperations.d.ts +3 -3
- package/dist/esm/api/routes/manager/apiOperations.js +5 -5
- package/dist/esm/api/routes/manager/auth/accountInfo.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/accountInfo.js +3 -3
- package/dist/esm/api/routes/manager/auth/deleteSession.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/deleteSession.js +3 -3
- package/dist/esm/api/routes/manager/auth/getSession.d.ts +7 -7
- package/dist/esm/api/routes/manager/auth/login.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/login.js +6 -6
- package/dist/esm/api/routes/manager/auth/logout.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/logout.js +3 -3
- package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +8 -8
- package/dist/esm/api/routes/manager/auth/markTourSeen.js +3 -3
- package/dist/esm/api/routes/manager/auth/totp/confirmTotp.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/totp/confirmTotp.js +2 -2
- package/dist/esm/api/routes/manager/auth/totp/enrollTotp.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/totp/enrollTotp.js +3 -3
- package/dist/esm/api/routes/manager/auth/totp/verifyTotp.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/totp/verifyTotp.js +5 -5
- package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +8 -8
- package/dist/esm/api/routes/manager/auth/updateAccount.js +3 -3
- package/dist/esm/api/routes/manager/auth/updatePassword.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/updatePassword.js +5 -5
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +8 -8
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.js +3 -3
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthOptions.js +4 -4
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnAuthVerify.js +6 -6
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterOptions.js +3 -3
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/webauthn/webauthnRegisterVerify.js +4 -4
- package/dist/esm/api/routes/manager/backups/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/create.js +2 -2
- package/dist/esm/api/routes/manager/backups/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/list.js +2 -2
- package/dist/esm/api/routes/manager/backups/restore.d.ts +2 -2
- package/dist/esm/api/routes/manager/backups/restore.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/backups/restore.js +5 -3
- package/dist/esm/api/routes/manager/backups/restore.js.map +1 -1
- package/dist/esm/api/routes/manager/comments.d.ts +2 -2
- package/dist/esm/api/routes/manager/comments.js +6 -6
- package/dist/esm/api/routes/manager/contentType.d.ts +10 -10
- package/dist/esm/api/routes/manager/contentType.js +3 -3
- package/dist/esm/api/routes/manager/contentTypes.d.ts +8 -8
- package/dist/esm/api/routes/manager/contentTypes.js +1 -1
- package/dist/esm/api/routes/manager/create.d.ts +5 -5
- package/dist/esm/api/routes/manager/create.js +9 -9
- package/dist/esm/api/routes/manager/delete.d.ts +2 -2
- package/dist/esm/api/routes/manager/delete.js +9 -9
- package/dist/esm/api/routes/manager/duplicate.d.ts +5 -5
- package/dist/esm/api/routes/manager/duplicate.js +5 -5
- package/dist/esm/api/routes/manager/favorites.d.ts +2 -2
- package/dist/esm/api/routes/manager/favorites.js +5 -5
- package/dist/esm/api/routes/manager/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/get.js +9 -9
- package/dist/esm/api/routes/manager/languages.d.ts +4 -4
- package/dist/esm/api/routes/manager/languages.js +1 -1
- package/dist/esm/api/routes/manager/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/list.js +13 -13
- package/dist/esm/api/routes/manager/literals/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/literals/list.js +5 -5
- package/dist/esm/api/routes/manager/literals/upsert.d.ts +2 -2
- package/dist/esm/api/routes/manager/literals/upsert.js +6 -6
- package/dist/esm/api/routes/manager/localeVariants.d.ts +18 -18
- package/dist/esm/api/routes/manager/localeVariants.js +15 -15
- package/dist/esm/api/routes/manager/media/createFolder.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/createFolder.js +7 -7
- package/dist/esm/api/routes/manager/media/deleteFolder.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/deleteFolder.js +7 -7
- package/dist/esm/api/routes/manager/media/deleteMediaStorage.js +2 -2
- package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/finalizeUpload.js +11 -11
- package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/getMediaUrl.js +6 -6
- package/dist/esm/api/routes/manager/media/listFolders.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/listFolders.js +4 -4
- package/dist/esm/api/routes/manager/media/prepareUpload.d.ts +3 -3
- package/dist/esm/api/routes/manager/media/prepareUpload.js +5 -5
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +1 -1
- package/dist/esm/api/routes/manager/media/uploadBinary.d.ts +1 -1
- package/dist/esm/api/routes/manager/media/uploadBinary.js +7 -7
- package/dist/esm/api/routes/manager/migrations/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/migrations/list.js +2 -2
- package/dist/esm/api/routes/manager/permissions.d.ts +1 -1
- package/dist/esm/api/routes/manager/permissions.js +2 -2
- package/dist/esm/api/routes/manager/preview/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/preview/create.js +14 -14
- package/dist/esm/api/routes/manager/regenerateRoutes.d.ts +1 -1
- package/dist/esm/api/routes/manager/regenerateRoutes.js +2 -2
- package/dist/esm/api/routes/manager/setDefaultLanguage.d.ts +2 -2
- package/dist/esm/api/routes/manager/setDefaultLanguage.js +5 -5
- package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
- package/dist/esm/api/routes/manager/translateDocument.js +9 -9
- package/dist/esm/api/routes/manager/trash.d.ts +2 -2
- package/dist/esm/api/routes/manager/trash.js +7 -7
- package/dist/esm/api/routes/manager/update.d.ts +5 -5
- package/dist/esm/api/routes/manager/update.js +8 -8
- package/dist/esm/api/routes/manager/users.d.ts +2 -2
- package/dist/esm/api/routes/manager/users.js +2 -2
- package/dist/esm/api/routes/manager/versions/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/get.js +2 -2
- package/dist/esm/api/routes/manager/versions/list.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/list.js +2 -2
- package/dist/esm/api/routes/manager/versions/restore.d.ts +2 -2
- package/dist/esm/api/routes/manager/versions/restore.js +4 -4
- package/dist/esm/api/routes/web/page.d.ts +4 -4
- package/dist/esm/api/routes/web/page.js +16 -16
- package/dist/esm/api/routes/web/previewPage.d.ts +8 -8
- package/dist/esm/api/routes/web/previewPage.js +8 -8
- package/dist/esm/api/routes/web/robots.d.ts +1 -1
- package/dist/esm/api/routes/web/robots.js +2 -2
- package/dist/esm/api/routes/web/seo.d.ts +1 -1
- package/dist/esm/api/routes/web/sitemap.d.ts +1 -1
- package/dist/esm/api/routes/web/sitemap.js +3 -3
- package/dist/esm/api/sessionCookie.d.ts +1 -1
- package/dist/esm/api/utils/authRateLimit.d.ts +1 -1
- package/dist/esm/api/utils/authRateLimit.js +1 -1
- package/dist/esm/api/utils/checkFailureCase.d.ts +1 -1
- package/dist/esm/api/utils/checkFailureCase.js +1 -1
- package/dist/esm/api/utils/checkOwnership.d.ts +2 -2
- package/dist/esm/api/utils/checkOwnership.js +5 -5
- package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
- package/dist/esm/api/utils/checkPermissions.js +3 -3
- package/dist/esm/api/utils/dynamicData.d.ts +4 -4
- package/dist/esm/api/utils/dynamicData.js +9 -9
- package/dist/esm/api/utils/getLanguages.d.ts +2 -2
- package/dist/esm/api/utils/getLanguages.js +2 -2
- package/dist/esm/api/utils/getLink.d.ts +2 -2
- package/dist/esm/api/utils/getLink.js +5 -5
- package/dist/esm/api/utils/getUser.d.ts +7 -7
- package/dist/esm/api/utils/getUser.js +4 -4
- package/dist/esm/api/utils/index.d.ts +24 -24
- package/dist/esm/api/utils/index.js +24 -24
- package/dist/esm/api/utils/localeVariants.d.ts +1 -1
- package/dist/esm/api/utils/localeVariants.js +5 -5
- package/dist/esm/api/utils/mediaUploadToken.d.ts +1 -1
- package/dist/esm/api/utils/parseId.d.ts +1 -1
- package/dist/esm/api/utils/parseId.js +1 -1
- package/dist/esm/api/utils/passwords.js +1 -1
- package/dist/esm/api/utils/populates/populateLinks.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateLinks.js +4 -4
- package/dist/esm/api/utils/populates/populateRelations.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateRelations.js +6 -6
- package/dist/esm/api/utils/redirects/resolveRedirect.js +2 -2
- package/dist/esm/api/utils/requireContentType.d.ts +1 -1
- package/dist/esm/api/utils/requireContentType.js +2 -2
- package/dist/esm/api/utils/routes/revalidatePath.js +5 -5
- package/dist/esm/api/utils/routes/routeDefinitions.d.ts +1 -1
- package/dist/esm/api/utils/routes/routeMapHelpers.d.ts +6 -6
- package/dist/esm/api/utils/routes/routeMapHelpers.js +8 -8
- package/dist/esm/api/utils/routes/syncConfiguredRoutes.d.ts +2 -2
- package/dist/esm/api/utils/routes/syncConfiguredRoutes.js +5 -5
- package/dist/esm/api/utils/routes/updateRoutesMap.d.ts +2 -2
- package/dist/esm/api/utils/routes/updateRoutesMap.js +5 -5
- package/dist/esm/api/utils/safeManagerQuery.d.ts +2 -2
- package/dist/esm/api/utils/safeManagerQuery.js +1 -1
- package/dist/esm/api/utils/sanitizeManagerOutput.d.ts +1 -1
- package/dist/esm/api/utils/sanitizeManagerOutput.js +1 -1
- package/dist/esm/api/utils/transformObjectIdsToStrings.js +1 -1
- package/dist/esm/api/utils/transformStringToObjectIds.js +1 -1
- package/dist/esm/api/utils/translate.d.ts +1 -1
- package/dist/esm/api/utils/translate.js +3 -3
- package/dist/esm/api/utils/validateModule.d.ts +1 -1
- package/dist/esm/api/utils/validateModule.js +2 -2
- package/dist/esm/bootstrapState.d.ts +9 -9
- package/dist/esm/client.d.ts +50 -49
- package/dist/esm/client.d.ts.map +1 -1
- package/dist/esm/client.js +30 -29
- package/dist/esm/client.js.map +1 -1
- package/dist/esm/contracts.d.ts +43 -43
- package/dist/esm/contracts.js +43 -43
- package/dist/esm/index.d.ts +41 -41
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +44 -40
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/internal-content-types/ApiOperation.d.ts +114 -114
- package/dist/esm/internal-content-types/ApiOperation.js +2 -2
- package/dist/esm/internal-content-types/Backup.d.ts +57 -57
- package/dist/esm/internal-content-types/Backup.js +2 -2
- package/dist/esm/internal-content-types/BackupDocument.d.ts +114 -114
- package/dist/esm/internal-content-types/BackupDocument.js +2 -2
- package/dist/esm/internal-content-types/ContentComment.d.ts +788 -788
- package/dist/esm/internal-content-types/ContentComment.js +3 -3
- package/dist/esm/internal-content-types/ContentVersion.d.ts +139 -139
- package/dist/esm/internal-content-types/ContentVersion.js +2 -2
- package/dist/esm/internal-content-types/HelloWorld.d.ts +30 -30
- package/dist/esm/internal-content-types/HelloWorld.js +2 -2
- package/dist/esm/internal-content-types/Language.d.ts +39 -39
- package/dist/esm/internal-content-types/Language.js +2 -2
- package/dist/esm/internal-content-types/LiteralTranslation.d.ts +59 -59
- package/dist/esm/internal-content-types/LiteralTranslation.js +2 -2
- package/dist/esm/internal-content-types/ManagerFavorite.d.ts +547 -547
- package/dist/esm/internal-content-types/ManagerFavorite.js +3 -3
- package/dist/esm/internal-content-types/ManagerRole.d.ts +33 -33
- package/dist/esm/internal-content-types/ManagerRole.js +2 -2
- package/dist/esm/internal-content-types/ManagerRoleHooks.d.ts +6 -0
- package/dist/esm/internal-content-types/ManagerRoleHooks.d.ts.map +1 -0
- package/dist/esm/internal-content-types/ManagerRoleHooks.js +43 -0
- package/dist/esm/internal-content-types/ManagerRoleHooks.js.map +1 -0
- package/dist/esm/internal-content-types/ManagerUser.d.ts +212 -212
- package/dist/esm/internal-content-types/ManagerUser.js +3 -3
- package/dist/esm/internal-content-types/ManagerUserHooks.d.ts +2 -2
- package/dist/esm/internal-content-types/ManagerUserHooks.js +3 -3
- package/dist/esm/internal-content-types/Media.d.ts +261 -261
- package/dist/esm/internal-content-types/Media.js +3 -3
- package/dist/esm/internal-content-types/MediaFolder.d.ts +88 -88
- package/dist/esm/internal-content-types/MediaFolder.js +2 -2
- package/dist/esm/internal-content-types/MfaChallenge.d.ts +570 -570
- package/dist/esm/internal-content-types/MfaChallenge.js +3 -3
- package/dist/esm/internal-content-types/Migration.d.ts +133 -133
- package/dist/esm/internal-content-types/Migration.js +2 -2
- package/dist/esm/internal-content-types/MigrationLock.d.ts +16 -16
- package/dist/esm/internal-content-types/MigrationLock.js +2 -2
- package/dist/esm/internal-content-types/Page.d.ts +85 -85
- package/dist/esm/internal-content-types/Page.js +4 -4
- package/dist/esm/internal-content-types/Page.js.map +1 -1
- package/dist/esm/internal-content-types/PreviewSnapshot.d.ts +213 -213
- package/dist/esm/internal-content-types/PreviewSnapshot.js +2 -2
- package/dist/esm/internal-content-types/Redirect.d.ts +146 -146
- package/dist/esm/internal-content-types/Redirect.js +2 -2
- package/dist/esm/internal-content-types/RobotsRule.d.ts +103 -103
- package/dist/esm/internal-content-types/RobotsRule.js +2 -2
- package/dist/esm/internal-content-types/Route.d.ts +123 -123
- package/dist/esm/internal-content-types/Route.js +2 -2
- package/dist/esm/internal-content-types/RouteLayoutModule.d.ts +164 -164
- package/dist/esm/internal-content-types/RouteLayoutModule.js +2 -2
- package/dist/esm/internal-content-types/RouteLayoutModuleOverride.d.ts +143 -143
- package/dist/esm/internal-content-types/RouteLayoutModuleOverride.js +2 -2
- package/dist/esm/internal-content-types/RouteLocaleVariant.d.ts +170 -170
- package/dist/esm/internal-content-types/RouteLocaleVariant.js +2 -2
- package/dist/esm/internal-content-types/RouteMap.d.ts +144 -144
- package/dist/esm/internal-content-types/RouteMap.js +2 -2
- package/dist/esm/internal-content-types/RouteSettings.d.ts +116 -116
- package/dist/esm/internal-content-types/RouteSettings.js +3 -3
- package/dist/esm/internal-content-types/SchemaState.d.ts +65 -65
- package/dist/esm/internal-content-types/SchemaState.js +2 -2
- package/dist/esm/internal-content-types/Seo.d.ts +430 -430
- package/dist/esm/internal-content-types/Seo.js +2 -2
- package/dist/esm/internal-content-types/SeoSettings.d.ts +518 -518
- package/dist/esm/internal-content-types/SeoSettings.js +3 -3
- package/dist/esm/internal-content-types/Session.d.ts +533 -533
- package/dist/esm/internal-content-types/Session.js +3 -3
- package/dist/esm/internal-content-types/UserMfa.d.ts +502 -502
- package/dist/esm/internal-content-types/UserMfa.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +624 -624
- package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +562 -562
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
- package/dist/esm/internal-content-types/index.d.ts +33 -33
- package/dist/esm/internal-content-types/index.js +33 -33
- package/dist/esm/internal-content-types/syncAdminRole.d.ts +21 -0
- package/dist/esm/internal-content-types/syncAdminRole.d.ts.map +1 -0
- package/dist/esm/internal-content-types/syncAdminRole.js +12 -0
- package/dist/esm/internal-content-types/syncAdminRole.js.map +1 -0
- package/dist/esm/lib/ContentType.d.ts +7 -7
- package/dist/esm/lib/ContentType.js +5 -5
- package/dist/esm/lib/ManagerRolePolicy.d.ts +5 -0
- package/dist/esm/lib/ManagerRolePolicy.d.ts.map +1 -0
- package/dist/esm/lib/ManagerRolePolicy.js +3 -0
- package/dist/esm/lib/ManagerRolePolicy.js.map +1 -0
- package/dist/esm/lib/Permissions.d.ts +2 -2
- package/dist/esm/lib/Permissions.d.ts.map +1 -1
- package/dist/esm/lib/Permissions.js +6 -2
- package/dist/esm/lib/Permissions.js.map +1 -1
- package/dist/esm/lib/Registry.d.ts +6 -6
- package/dist/esm/lib/Registry.js +1 -1
- package/dist/esm/lib/errors/AppError.d.ts +1 -1
- package/dist/esm/lib/errors/AppError.js +1 -1
- package/dist/esm/lib/errors/index.d.ts +4 -4
- package/dist/esm/lib/errors/index.js +3 -3
- package/dist/esm/lib/errors/throwAppError.d.ts +1 -1
- package/dist/esm/lib/errors/throwAppError.js +3 -3
- package/dist/esm/lib/fields/Boolean.d.ts +1 -1
- package/dist/esm/lib/fields/Boolean.js +1 -1
- package/dist/esm/lib/fields/ContentReference.d.ts +2 -2
- package/dist/esm/lib/fields/ContentReference.js +2 -2
- package/dist/esm/lib/fields/Date.d.ts +1 -1
- package/dist/esm/lib/fields/Date.js +1 -1
- package/dist/esm/lib/fields/Field.d.ts +12 -12
- package/dist/esm/lib/fields/Fields.d.ts +13 -13
- package/dist/esm/lib/fields/Fields.js +13 -13
- package/dist/esm/lib/fields/File.d.ts +1 -1
- package/dist/esm/lib/fields/File.js +2 -2
- package/dist/esm/lib/fields/Iterator.d.ts +2 -2
- package/dist/esm/lib/fields/Iterator.js +3 -3
- package/dist/esm/lib/fields/Link.d.ts +1 -1
- package/dist/esm/lib/fields/Link.js +2 -2
- package/dist/esm/lib/fields/List.d.ts +1 -1
- package/dist/esm/lib/fields/List.js +2 -2
- package/dist/esm/lib/fields/Number.d.ts +1 -1
- package/dist/esm/lib/fields/Number.js +1 -1
- package/dist/esm/lib/fields/Relation.d.ts +3 -3
- package/dist/esm/lib/fields/Relation.js +3 -3
- package/dist/esm/lib/fields/Select.d.ts +1 -1
- package/dist/esm/lib/fields/Select.js +1 -1
- package/dist/esm/lib/fields/SelfRelation.d.ts +1 -1
- package/dist/esm/lib/fields/SelfRelation.js +2 -2
- package/dist/esm/lib/fields/SimpleList.d.ts +1 -1
- package/dist/esm/lib/fields/SimpleList.js +1 -1
- package/dist/esm/lib/fields/String.d.ts +1 -1
- package/dist/esm/lib/fields/String.js +3 -3
- package/dist/esm/lib/fields/index.d.ts +15 -15
- package/dist/esm/lib/fields/index.js +15 -15
- package/dist/esm/lib/hooks.d.ts +3 -3
- package/dist/esm/lib/routeableContent.js +1 -1
- package/dist/esm/lib/types/index.d.ts +2 -2
- package/dist/esm/lib/utils/getListField.d.ts +1 -1
- package/dist/esm/lib/utils/getSchemas.d.ts +1 -1
- package/dist/esm/lib/utils/getTranslation.d.ts +2 -2
- package/dist/esm/lib/utils/getTranslation.js +1 -1
- package/dist/esm/lib/utils/isTranslatableObject.d.ts +1 -1
- package/dist/esm/lib/utils/translateObject.d.ts +2 -2
- package/dist/esm/lib/utils/translateObject.js +3 -3
- package/dist/esm/literals/definitions.d.ts +1 -1
- package/dist/esm/literals/definitions.js +1 -1
- package/dist/esm/literals/index.d.ts +3 -3
- package/dist/esm/literals/index.js +3 -3
- package/dist/esm/literals/manager.d.ts +1 -1
- package/dist/esm/literals/manager.js +1 -1
- package/dist/esm/manager.d.ts +3 -3
- package/dist/esm/manager.js +1 -1
- package/dist/esm/media/imageOptimization.d.ts +1 -1
- package/dist/esm/media/imageOptimization.js +2 -2
- package/dist/esm/media/index.d.ts +4 -4
- package/dist/esm/media/index.js +3 -3
- package/dist/esm/media/mediaService.d.ts +1 -1
- package/dist/esm/orm/backups.js +5 -5
- package/dist/esm/orm/createIndexes.js +3 -3
- package/dist/esm/orm/database.js +3 -3
- package/dist/esm/orm/dbService.d.ts +6 -6
- package/dist/esm/orm/index.d.ts +2 -2
- package/dist/esm/orm/index.js +17 -17
- package/dist/esm/orm/index.js.map +1 -1
- package/dist/esm/orm/migrations.d.ts +1 -1
- package/dist/esm/orm/migrations.js +4 -4
- package/dist/esm/orm/mongodbPeer.js +1 -1
- package/dist/esm/orm/operations/clear.d.ts +3 -2
- package/dist/esm/orm/operations/clear.d.ts.map +1 -1
- package/dist/esm/orm/operations/clear.js +3 -4
- package/dist/esm/orm/operations/clear.js.map +1 -1
- package/dist/esm/orm/operations/create.d.ts +4 -4
- package/dist/esm/orm/operations/create.js +7 -7
- package/dist/esm/orm/operations/delete.d.ts +3 -3
- package/dist/esm/orm/operations/delete.js +5 -5
- package/dist/esm/orm/operations/find.d.ts +2 -2
- package/dist/esm/orm/operations/find.js +3 -3
- package/dist/esm/orm/operations/findDependencies.d.ts +2 -2
- package/dist/esm/orm/operations/findDependencies.js +4 -4
- package/dist/esm/orm/operations/get.d.ts +3 -3
- package/dist/esm/orm/operations/get.js +3 -3
- package/dist/esm/orm/operations/getAll.d.ts +2 -2
- package/dist/esm/orm/operations/getAll.js +2 -2
- package/dist/esm/orm/operations/list.d.ts +2 -2
- package/dist/esm/orm/operations/list.js +3 -3
- package/dist/esm/orm/operations/update.d.ts +5 -5
- package/dist/esm/orm/operations/update.js +8 -8
- package/dist/esm/orm/operations/updateMany.d.ts +4 -4
- package/dist/esm/orm/operations/updateMany.js +4 -4
- package/dist/esm/orm/operations/upsert.d.ts +3 -3
- package/dist/esm/orm/operations/upsert.js +4 -4
- package/dist/esm/orm/utils/deepDeleteNulls.js +1 -1
- package/dist/esm/orm/utils/parseId.d.ts +1 -1
- package/dist/esm/orm/utils/parseId.js +1 -1
- package/dist/esm/orm/utils/transformObjectIdsToStrings.js +1 -1
- package/dist/esm/orm/utils/transformStringToObjectIds.js +1 -1
- package/dist/esm/orm/versions.d.ts +1 -1
- package/dist/esm/orm/versions.js +7 -7
- package/dist/esm/plugins.d.ts +9 -9
- package/dist/esm/schemas/manager/comments.js +1 -1
- package/dist/esm/schemas/manager/literals/upsert.js +1 -1
- package/dist/esm/schemas/manager/localeVariants.d.ts +96 -96
- package/dist/esm/schemas/manager/localeVariants.js +1 -1
- package/dist/esm/schemas/manager/media/finalizeUpload.js +1 -1
- package/dist/esm/schemas/manager/media/getMediaUrl.js +1 -1
- package/dist/esm/schemas/manager/media/listFolders.js +1 -1
- package/dist/esm/schemas/web/page.d.ts +40 -40
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +28 -28
- package/dist/esm/schemas/web/previewPage.js +1 -1
- package/dist/esm/translation/document.d.ts +3 -3
- package/dist/esm/translation/index.d.ts +4 -4
- package/dist/esm/translation/index.js +3 -3
- package/dist/esm/translation/translationService.d.ts +1 -1
- package/dist/esm/web/client.d.ts +1 -1
- package/dist/esm/web/client.js +1 -1
- package/dist/esm/web/index.d.ts +2 -2
- package/dist/esm/web/index.js +2 -2
- package/dist/esm/web/page.d.ts +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import ContentType from "../lib/ContentType";
|
|
2
|
-
import type { DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const UserMfa: ContentType<{
|
|
4
|
-
user: import("
|
|
4
|
+
user: import("../index.js").WithFieldState<{
|
|
5
5
|
kind: "field";
|
|
6
6
|
readonly __fieldTypes?: {
|
|
7
|
-
input: import("
|
|
8
|
-
db: import("
|
|
7
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
8
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
9
9
|
output: {
|
|
10
10
|
user: string;
|
|
11
11
|
email: string;
|
|
@@ -15,12 +15,12 @@ export declare const UserMfa: ContentType<{
|
|
|
15
15
|
_type: "ManagerRole";
|
|
16
16
|
_id: string;
|
|
17
17
|
_schemaVersion?: number | undefined;
|
|
18
|
-
_visibility?: import("
|
|
19
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
18
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
19
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
20
20
|
_trashed?: boolean | undefined;
|
|
21
21
|
_revision?: number | undefined;
|
|
22
22
|
_localeVariantGroupId?: string | undefined;
|
|
23
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
23
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
24
24
|
trashedAt?: Date | undefined;
|
|
25
25
|
createdAt?: Date | undefined;
|
|
26
26
|
updatedAt?: Date | undefined;
|
|
@@ -38,24 +38,24 @@ export declare const UserMfa: ContentType<{
|
|
|
38
38
|
tutorialsPromptedAt?: Date | undefined;
|
|
39
39
|
seenTours?: (string | undefined)[] | undefined;
|
|
40
40
|
_schemaVersion?: number | undefined;
|
|
41
|
-
_visibility?: import("
|
|
42
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
41
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
42
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
43
43
|
_trashed?: boolean | undefined;
|
|
44
44
|
_revision?: number | undefined;
|
|
45
45
|
_localeVariantGroupId?: string | undefined;
|
|
46
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
46
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
47
47
|
trashedAt?: Date | undefined;
|
|
48
48
|
createdAt?: Date | undefined;
|
|
49
49
|
updatedAt?: Date | undefined;
|
|
50
50
|
};
|
|
51
|
-
meta: import("
|
|
52
|
-
state: import("
|
|
51
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
52
|
+
state: import("../index.js").DefaultFieldState;
|
|
53
53
|
} | undefined;
|
|
54
|
-
meta: import("
|
|
55
|
-
state: import("
|
|
56
|
-
toZod: () => import("zod").ZodType<import("
|
|
57
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
58
|
-
getSchema: () => import("zod").ZodType<import("
|
|
54
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
55
|
+
state: import("../index.js").DefaultFieldState;
|
|
56
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
57
|
+
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>>;
|
|
58
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
59
59
|
getOutputSchema: () => import("zod").ZodType<{
|
|
60
60
|
user: string;
|
|
61
61
|
email: string;
|
|
@@ -65,12 +65,12 @@ export declare const UserMfa: ContentType<{
|
|
|
65
65
|
_type: "ManagerRole";
|
|
66
66
|
_id: string;
|
|
67
67
|
_schemaVersion?: number | undefined;
|
|
68
|
-
_visibility?: import("
|
|
69
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
68
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
69
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
70
70
|
_trashed?: boolean | undefined;
|
|
71
71
|
_revision?: number | undefined;
|
|
72
72
|
_localeVariantGroupId?: string | undefined;
|
|
73
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
73
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
74
74
|
trashedAt?: Date | undefined;
|
|
75
75
|
createdAt?: Date | undefined;
|
|
76
76
|
updatedAt?: Date | undefined;
|
|
@@ -88,12 +88,12 @@ export declare const UserMfa: ContentType<{
|
|
|
88
88
|
tutorialsPromptedAt?: Date | undefined;
|
|
89
89
|
seenTours?: (string | undefined)[] | undefined;
|
|
90
90
|
_schemaVersion?: number | undefined;
|
|
91
|
-
_visibility?: import("
|
|
92
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
91
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
92
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
93
93
|
_trashed?: boolean | undefined;
|
|
94
94
|
_revision?: number | undefined;
|
|
95
95
|
_localeVariantGroupId?: string | undefined;
|
|
96
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
96
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
97
97
|
trashedAt?: Date | undefined;
|
|
98
98
|
createdAt?: Date | undefined;
|
|
99
99
|
updatedAt?: Date | undefined;
|
|
@@ -106,12 +106,12 @@ export declare const UserMfa: ContentType<{
|
|
|
106
106
|
_type: "ManagerRole";
|
|
107
107
|
_id: string;
|
|
108
108
|
_schemaVersion?: number | undefined;
|
|
109
|
-
_visibility?: import("
|
|
110
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
109
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
110
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
111
111
|
_trashed?: boolean | undefined;
|
|
112
112
|
_revision?: number | undefined;
|
|
113
113
|
_localeVariantGroupId?: string | undefined;
|
|
114
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
114
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
115
115
|
trashedAt?: Date | undefined;
|
|
116
116
|
createdAt?: Date | undefined;
|
|
117
117
|
updatedAt?: Date | undefined;
|
|
@@ -129,24 +129,24 @@ export declare const UserMfa: ContentType<{
|
|
|
129
129
|
tutorialsPromptedAt?: Date | undefined;
|
|
130
130
|
seenTours?: (string | undefined)[] | undefined;
|
|
131
131
|
_schemaVersion?: number | undefined;
|
|
132
|
-
_visibility?: import("
|
|
133
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
132
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
133
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
134
134
|
_trashed?: boolean | undefined;
|
|
135
135
|
_revision?: number | undefined;
|
|
136
136
|
_localeVariantGroupId?: string | undefined;
|
|
137
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
137
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
138
138
|
trashedAt?: Date | undefined;
|
|
139
139
|
createdAt?: Date | undefined;
|
|
140
140
|
updatedAt?: Date | undefined;
|
|
141
141
|
} | undefined, unknown>>;
|
|
142
|
-
getConfig: () => import("
|
|
142
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
143
143
|
getIsRequired: () => false;
|
|
144
144
|
getIsTranslatable: () => false;
|
|
145
145
|
getVisibility: () => "all";
|
|
146
146
|
getIsDynamic: () => true;
|
|
147
147
|
getDescription: () => undefined;
|
|
148
148
|
getCondition: () => undefined;
|
|
149
|
-
} & import("
|
|
149
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
150
150
|
user: string;
|
|
151
151
|
email: string;
|
|
152
152
|
password: string;
|
|
@@ -156,12 +156,12 @@ export declare const UserMfa: ContentType<{
|
|
|
156
156
|
_type: "ManagerRole";
|
|
157
157
|
_id: string;
|
|
158
158
|
_schemaVersion?: number | undefined;
|
|
159
|
-
_visibility?: import("
|
|
160
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
159
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
160
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
161
161
|
_trashed?: boolean | undefined;
|
|
162
162
|
_revision?: number | undefined;
|
|
163
163
|
_localeVariantGroupId?: string | undefined;
|
|
164
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
164
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
165
165
|
trashedAt?: Date | undefined;
|
|
166
166
|
trashedBy?: string | undefined;
|
|
167
167
|
createdAt?: Date | undefined;
|
|
@@ -182,37 +182,37 @@ export declare const UserMfa: ContentType<{
|
|
|
182
182
|
tutorialsPromptedAt?: Date | undefined;
|
|
183
183
|
seenTours?: (string | undefined)[] | undefined;
|
|
184
184
|
_schemaVersion?: number | undefined;
|
|
185
|
-
_visibility?: import("
|
|
186
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
185
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
186
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
187
187
|
_trashed?: boolean | undefined;
|
|
188
188
|
_revision?: number | undefined;
|
|
189
189
|
_localeVariantGroupId?: string | undefined;
|
|
190
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
190
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
191
191
|
trashedAt?: Date | undefined;
|
|
192
192
|
trashedBy?: string | undefined;
|
|
193
193
|
createdAt?: Date | undefined;
|
|
194
194
|
updatedAt?: Date | undefined;
|
|
195
195
|
createdBy?: string | undefined;
|
|
196
196
|
updatedBy?: string | undefined;
|
|
197
|
-
}, import("
|
|
197
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
198
198
|
contentType: ContentType<{
|
|
199
|
-
name: import("
|
|
200
|
-
user: import("
|
|
199
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
200
|
+
user: import("../index.js").WithFieldState<{
|
|
201
201
|
kind: "field";
|
|
202
202
|
readonly __fieldTypes?: {
|
|
203
203
|
input: string;
|
|
204
204
|
db: string;
|
|
205
205
|
output: string;
|
|
206
|
-
meta: import("
|
|
207
|
-
state: import("
|
|
206
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
207
|
+
state: import("../index.js").DefaultFieldState;
|
|
208
208
|
} | undefined;
|
|
209
|
-
meta: import("
|
|
210
|
-
state: import("
|
|
209
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
210
|
+
state: import("../index.js").DefaultFieldState;
|
|
211
211
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
212
212
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
213
213
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
214
214
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
215
|
-
getConfig: () => import("
|
|
215
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
216
216
|
getIsRequired: () => false;
|
|
217
217
|
getIsTranslatable: () => false;
|
|
218
218
|
getVisibility: () => "all";
|
|
@@ -226,19 +226,19 @@ export declare const UserMfa: ContentType<{
|
|
|
226
226
|
input: string;
|
|
227
227
|
db: string;
|
|
228
228
|
output: string;
|
|
229
|
-
meta: import("
|
|
230
|
-
state: import("
|
|
229
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
230
|
+
state: import("../index.js").FieldState;
|
|
231
231
|
} | undefined;
|
|
232
|
-
meta: import("
|
|
233
|
-
state: import("
|
|
232
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
233
|
+
state: import("../index.js").FieldState;
|
|
234
234
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
235
235
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
236
236
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
237
237
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
238
|
-
getConfig: () => import("
|
|
238
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
239
239
|
getIsRequired: () => boolean;
|
|
240
240
|
getIsTranslatable: () => boolean;
|
|
241
|
-
getVisibility: () => import("
|
|
241
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
242
242
|
getIsDynamic: () => boolean;
|
|
243
243
|
getDescription: () => string | undefined;
|
|
244
244
|
getCondition: () => {
|
|
@@ -278,26 +278,26 @@ export declare const UserMfa: ContentType<{
|
|
|
278
278
|
lte?: number | undefined;
|
|
279
279
|
};
|
|
280
280
|
} | undefined;
|
|
281
|
-
}, NextUi extends import("
|
|
281
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
282
282
|
min: <TThis extends {
|
|
283
283
|
kind: "field";
|
|
284
284
|
readonly __fieldTypes?: {
|
|
285
285
|
input: string;
|
|
286
286
|
db: string;
|
|
287
287
|
output: string;
|
|
288
|
-
meta: import("
|
|
289
|
-
state: import("
|
|
288
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
289
|
+
state: import("../index.js").FieldState;
|
|
290
290
|
} | undefined;
|
|
291
|
-
meta: import("
|
|
292
|
-
state: import("
|
|
291
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
292
|
+
state: import("../index.js").FieldState;
|
|
293
293
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
294
294
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
295
295
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
296
296
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
297
|
-
getConfig: () => import("
|
|
297
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
298
298
|
getIsRequired: () => boolean;
|
|
299
299
|
getIsTranslatable: () => boolean;
|
|
300
|
-
getVisibility: () => import("
|
|
300
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
301
301
|
getIsDynamic: () => boolean;
|
|
302
302
|
getDescription: () => string | undefined;
|
|
303
303
|
getCondition: () => {
|
|
@@ -337,26 +337,26 @@ export declare const UserMfa: ContentType<{
|
|
|
337
337
|
lte?: number | undefined;
|
|
338
338
|
};
|
|
339
339
|
} | undefined;
|
|
340
|
-
}>(this: TThis, length: number) => import("
|
|
340
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
341
341
|
max: <TThis extends {
|
|
342
342
|
kind: "field";
|
|
343
343
|
readonly __fieldTypes?: {
|
|
344
344
|
input: string;
|
|
345
345
|
db: string;
|
|
346
346
|
output: string;
|
|
347
|
-
meta: import("
|
|
348
|
-
state: import("
|
|
347
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
348
|
+
state: import("../index.js").FieldState;
|
|
349
349
|
} | undefined;
|
|
350
|
-
meta: import("
|
|
351
|
-
state: import("
|
|
350
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
351
|
+
state: import("../index.js").FieldState;
|
|
352
352
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
353
353
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
354
354
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
355
355
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
356
|
-
getConfig: () => import("
|
|
356
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
357
357
|
getIsRequired: () => boolean;
|
|
358
358
|
getIsTranslatable: () => boolean;
|
|
359
|
-
getVisibility: () => import("
|
|
359
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
360
360
|
getIsDynamic: () => boolean;
|
|
361
361
|
getDescription: () => string | undefined;
|
|
362
362
|
getCondition: () => {
|
|
@@ -396,24 +396,24 @@ export declare const UserMfa: ContentType<{
|
|
|
396
396
|
lte?: number | undefined;
|
|
397
397
|
};
|
|
398
398
|
} | undefined;
|
|
399
|
-
}>(this: TThis, length: number) => import("
|
|
400
|
-
}, import("
|
|
401
|
-
email: import("
|
|
399
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
400
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
401
|
+
email: import("../index.js").WithFieldState<{
|
|
402
402
|
kind: "field";
|
|
403
403
|
readonly __fieldTypes?: {
|
|
404
404
|
input: string;
|
|
405
405
|
db: string;
|
|
406
406
|
output: string;
|
|
407
|
-
meta: import("
|
|
408
|
-
state: import("
|
|
407
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
408
|
+
state: import("../index.js").DefaultFieldState;
|
|
409
409
|
} | undefined;
|
|
410
|
-
meta: import("
|
|
411
|
-
state: import("
|
|
410
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
411
|
+
state: import("../index.js").DefaultFieldState;
|
|
412
412
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
413
413
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
414
414
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
415
415
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
416
|
-
getConfig: () => import("
|
|
416
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
417
417
|
getIsRequired: () => false;
|
|
418
418
|
getIsTranslatable: () => false;
|
|
419
419
|
getVisibility: () => "all";
|
|
@@ -427,19 +427,19 @@ export declare const UserMfa: ContentType<{
|
|
|
427
427
|
input: string;
|
|
428
428
|
db: string;
|
|
429
429
|
output: string;
|
|
430
|
-
meta: import("
|
|
431
|
-
state: import("
|
|
430
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
431
|
+
state: import("../index.js").FieldState;
|
|
432
432
|
} | undefined;
|
|
433
|
-
meta: import("
|
|
434
|
-
state: import("
|
|
433
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
434
|
+
state: import("../index.js").FieldState;
|
|
435
435
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
436
436
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
437
437
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
438
438
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
439
|
-
getConfig: () => import("
|
|
439
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
440
440
|
getIsRequired: () => boolean;
|
|
441
441
|
getIsTranslatable: () => boolean;
|
|
442
|
-
getVisibility: () => import("
|
|
442
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
443
443
|
getIsDynamic: () => boolean;
|
|
444
444
|
getDescription: () => string | undefined;
|
|
445
445
|
getCondition: () => {
|
|
@@ -479,26 +479,26 @@ export declare const UserMfa: ContentType<{
|
|
|
479
479
|
lte?: number | undefined;
|
|
480
480
|
};
|
|
481
481
|
} | undefined;
|
|
482
|
-
}, NextUi extends import("
|
|
482
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
483
483
|
min: <TThis extends {
|
|
484
484
|
kind: "field";
|
|
485
485
|
readonly __fieldTypes?: {
|
|
486
486
|
input: string;
|
|
487
487
|
db: string;
|
|
488
488
|
output: string;
|
|
489
|
-
meta: import("
|
|
490
|
-
state: import("
|
|
489
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
490
|
+
state: import("../index.js").FieldState;
|
|
491
491
|
} | undefined;
|
|
492
|
-
meta: import("
|
|
493
|
-
state: import("
|
|
492
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
493
|
+
state: import("../index.js").FieldState;
|
|
494
494
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
495
495
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
496
496
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
497
497
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
498
|
-
getConfig: () => import("
|
|
498
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
499
499
|
getIsRequired: () => boolean;
|
|
500
500
|
getIsTranslatable: () => boolean;
|
|
501
|
-
getVisibility: () => import("
|
|
501
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
502
502
|
getIsDynamic: () => boolean;
|
|
503
503
|
getDescription: () => string | undefined;
|
|
504
504
|
getCondition: () => {
|
|
@@ -538,26 +538,26 @@ export declare const UserMfa: ContentType<{
|
|
|
538
538
|
lte?: number | undefined;
|
|
539
539
|
};
|
|
540
540
|
} | undefined;
|
|
541
|
-
}>(this: TThis, length: number) => import("
|
|
541
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
542
542
|
max: <TThis extends {
|
|
543
543
|
kind: "field";
|
|
544
544
|
readonly __fieldTypes?: {
|
|
545
545
|
input: string;
|
|
546
546
|
db: string;
|
|
547
547
|
output: string;
|
|
548
|
-
meta: import("
|
|
549
|
-
state: import("
|
|
548
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
549
|
+
state: import("../index.js").FieldState;
|
|
550
550
|
} | undefined;
|
|
551
|
-
meta: import("
|
|
552
|
-
state: import("
|
|
551
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
552
|
+
state: import("../index.js").FieldState;
|
|
553
553
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
554
554
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
555
555
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
556
556
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
557
|
-
getConfig: () => import("
|
|
557
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
558
558
|
getIsRequired: () => boolean;
|
|
559
559
|
getIsTranslatable: () => boolean;
|
|
560
|
-
getVisibility: () => import("
|
|
560
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
561
561
|
getIsDynamic: () => boolean;
|
|
562
562
|
getDescription: () => string | undefined;
|
|
563
563
|
getCondition: () => {
|
|
@@ -597,24 +597,24 @@ export declare const UserMfa: ContentType<{
|
|
|
597
597
|
lte?: number | undefined;
|
|
598
598
|
};
|
|
599
599
|
} | undefined;
|
|
600
|
-
}>(this: TThis, length: number) => import("
|
|
601
|
-
}, import("
|
|
602
|
-
password: import("
|
|
600
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
601
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
602
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
603
603
|
kind: "field";
|
|
604
604
|
readonly __fieldTypes?: {
|
|
605
605
|
input: string;
|
|
606
606
|
db: string;
|
|
607
607
|
output: string;
|
|
608
|
-
meta: import("
|
|
609
|
-
state: import("
|
|
608
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
609
|
+
state: import("../index.js").DefaultFieldState;
|
|
610
610
|
} | undefined;
|
|
611
|
-
meta: import("
|
|
612
|
-
state: import("
|
|
611
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
612
|
+
state: import("../index.js").DefaultFieldState;
|
|
613
613
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
614
614
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
615
615
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
616
616
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
617
|
-
getConfig: () => import("
|
|
617
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
618
618
|
getIsRequired: () => false;
|
|
619
619
|
getIsTranslatable: () => false;
|
|
620
620
|
getVisibility: () => "all";
|
|
@@ -628,19 +628,19 @@ export declare const UserMfa: ContentType<{
|
|
|
628
628
|
input: string;
|
|
629
629
|
db: string;
|
|
630
630
|
output: string;
|
|
631
|
-
meta: import("
|
|
632
|
-
state: import("
|
|
631
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
632
|
+
state: import("../index.js").FieldState;
|
|
633
633
|
} | undefined;
|
|
634
|
-
meta: import("
|
|
635
|
-
state: import("
|
|
634
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
635
|
+
state: import("../index.js").FieldState;
|
|
636
636
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
637
637
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
638
638
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
639
639
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
640
|
-
getConfig: () => import("
|
|
640
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
641
641
|
getIsRequired: () => boolean;
|
|
642
642
|
getIsTranslatable: () => boolean;
|
|
643
|
-
getVisibility: () => import("
|
|
643
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
644
644
|
getIsDynamic: () => boolean;
|
|
645
645
|
getDescription: () => string | undefined;
|
|
646
646
|
getCondition: () => {
|
|
@@ -680,26 +680,26 @@ export declare const UserMfa: ContentType<{
|
|
|
680
680
|
lte?: number | undefined;
|
|
681
681
|
};
|
|
682
682
|
} | undefined;
|
|
683
|
-
}, NextUi extends import("
|
|
683
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
684
684
|
min: <TThis extends {
|
|
685
685
|
kind: "field";
|
|
686
686
|
readonly __fieldTypes?: {
|
|
687
687
|
input: string;
|
|
688
688
|
db: string;
|
|
689
689
|
output: string;
|
|
690
|
-
meta: import("
|
|
691
|
-
state: import("
|
|
690
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
691
|
+
state: import("../index.js").FieldState;
|
|
692
692
|
} | undefined;
|
|
693
|
-
meta: import("
|
|
694
|
-
state: import("
|
|
693
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
694
|
+
state: import("../index.js").FieldState;
|
|
695
695
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
696
696
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
697
697
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
698
698
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
699
|
-
getConfig: () => import("
|
|
699
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
700
700
|
getIsRequired: () => boolean;
|
|
701
701
|
getIsTranslatable: () => boolean;
|
|
702
|
-
getVisibility: () => import("
|
|
702
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
703
703
|
getIsDynamic: () => boolean;
|
|
704
704
|
getDescription: () => string | undefined;
|
|
705
705
|
getCondition: () => {
|
|
@@ -739,26 +739,26 @@ export declare const UserMfa: ContentType<{
|
|
|
739
739
|
lte?: number | undefined;
|
|
740
740
|
};
|
|
741
741
|
} | undefined;
|
|
742
|
-
}>(this: TThis, length: number) => import("
|
|
742
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
743
743
|
max: <TThis extends {
|
|
744
744
|
kind: "field";
|
|
745
745
|
readonly __fieldTypes?: {
|
|
746
746
|
input: string;
|
|
747
747
|
db: string;
|
|
748
748
|
output: string;
|
|
749
|
-
meta: import("
|
|
750
|
-
state: import("
|
|
749
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
750
|
+
state: import("../index.js").FieldState;
|
|
751
751
|
} | undefined;
|
|
752
|
-
meta: import("
|
|
753
|
-
state: import("
|
|
752
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
753
|
+
state: import("../index.js").FieldState;
|
|
754
754
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
755
755
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
756
756
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
757
757
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
758
|
-
getConfig: () => import("
|
|
758
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
759
759
|
getIsRequired: () => boolean;
|
|
760
760
|
getIsTranslatable: () => boolean;
|
|
761
|
-
getVisibility: () => import("
|
|
761
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
762
762
|
getIsDynamic: () => boolean;
|
|
763
763
|
getDescription: () => string | undefined;
|
|
764
764
|
getCondition: () => {
|
|
@@ -798,49 +798,49 @@ export declare const UserMfa: ContentType<{
|
|
|
798
798
|
lte?: number | undefined;
|
|
799
799
|
};
|
|
800
800
|
} | undefined;
|
|
801
|
-
}>(this: TThis, length: number) => import("
|
|
802
|
-
}, keyof import("
|
|
803
|
-
role: import("
|
|
801
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
802
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "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">>;
|
|
803
|
+
role: import("../index.js").WithFieldState<{
|
|
804
804
|
kind: "field";
|
|
805
805
|
readonly __fieldTypes?: {
|
|
806
|
-
input: import("
|
|
807
|
-
db: import("
|
|
806
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
807
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
808
808
|
output: {
|
|
809
809
|
name: string;
|
|
810
810
|
permissions: (string | undefined)[];
|
|
811
811
|
_type: "ManagerRole";
|
|
812
812
|
_id: string;
|
|
813
813
|
_schemaVersion?: number | undefined;
|
|
814
|
-
_visibility?: import("
|
|
815
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
814
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
815
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
816
816
|
_trashed?: boolean | undefined;
|
|
817
817
|
_revision?: number | undefined;
|
|
818
818
|
_localeVariantGroupId?: string | undefined;
|
|
819
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
819
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
820
820
|
trashedAt?: Date | undefined;
|
|
821
821
|
createdAt?: Date | undefined;
|
|
822
822
|
updatedAt?: Date | undefined;
|
|
823
823
|
};
|
|
824
|
-
meta: import("
|
|
825
|
-
state: import("
|
|
824
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
825
|
+
state: import("../index.js").DefaultFieldState;
|
|
826
826
|
} | undefined;
|
|
827
|
-
meta: import("
|
|
828
|
-
state: import("
|
|
829
|
-
toZod: () => import("zod").ZodType<import("
|
|
830
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
831
|
-
getSchema: () => import("zod").ZodType<import("
|
|
827
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
828
|
+
state: import("../index.js").DefaultFieldState;
|
|
829
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
830
|
+
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>>;
|
|
831
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
832
832
|
getOutputSchema: () => import("zod").ZodType<{
|
|
833
833
|
name: string;
|
|
834
834
|
permissions: (string | undefined)[];
|
|
835
835
|
_type: "ManagerRole";
|
|
836
836
|
_id: string;
|
|
837
837
|
_schemaVersion?: number | undefined;
|
|
838
|
-
_visibility?: import("
|
|
839
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
838
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
839
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
840
840
|
_trashed?: boolean | undefined;
|
|
841
841
|
_revision?: number | undefined;
|
|
842
842
|
_localeVariantGroupId?: string | undefined;
|
|
843
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
843
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
844
844
|
trashedAt?: Date | undefined;
|
|
845
845
|
createdAt?: Date | undefined;
|
|
846
846
|
updatedAt?: Date | undefined;
|
|
@@ -850,59 +850,59 @@ export declare const UserMfa: ContentType<{
|
|
|
850
850
|
_type: "ManagerRole";
|
|
851
851
|
_id: string;
|
|
852
852
|
_schemaVersion?: number | undefined;
|
|
853
|
-
_visibility?: import("
|
|
854
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
853
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
854
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
855
855
|
_trashed?: boolean | undefined;
|
|
856
856
|
_revision?: number | undefined;
|
|
857
857
|
_localeVariantGroupId?: string | undefined;
|
|
858
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
858
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
859
859
|
trashedAt?: Date | undefined;
|
|
860
860
|
createdAt?: Date | undefined;
|
|
861
861
|
updatedAt?: Date | undefined;
|
|
862
862
|
} | undefined, unknown>>;
|
|
863
|
-
getConfig: () => import("
|
|
863
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
864
864
|
getIsRequired: () => false;
|
|
865
865
|
getIsTranslatable: () => false;
|
|
866
866
|
getVisibility: () => "all";
|
|
867
867
|
getIsDynamic: () => true;
|
|
868
868
|
getDescription: () => undefined;
|
|
869
869
|
getCondition: () => undefined;
|
|
870
|
-
} & import("
|
|
870
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
871
871
|
name: string;
|
|
872
872
|
permissions: (string | undefined)[];
|
|
873
873
|
_type: "ManagerRole";
|
|
874
874
|
_id: string;
|
|
875
875
|
_schemaVersion?: number | undefined;
|
|
876
|
-
_visibility?: import("
|
|
877
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
876
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
877
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
878
878
|
_trashed?: boolean | undefined;
|
|
879
879
|
_revision?: number | undefined;
|
|
880
880
|
_localeVariantGroupId?: string | undefined;
|
|
881
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
881
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
882
882
|
trashedAt?: Date | undefined;
|
|
883
883
|
trashedBy?: string | undefined;
|
|
884
884
|
createdAt?: Date | undefined;
|
|
885
885
|
updatedAt?: Date | undefined;
|
|
886
886
|
createdBy?: string | undefined;
|
|
887
887
|
updatedBy?: string | undefined;
|
|
888
|
-
}, import("
|
|
888
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
889
889
|
contentType: ContentType<{
|
|
890
|
-
name: import("
|
|
890
|
+
name: import("../index.js").WithFieldState<{
|
|
891
891
|
kind: "field";
|
|
892
892
|
readonly __fieldTypes?: {
|
|
893
893
|
input: string;
|
|
894
894
|
db: string;
|
|
895
895
|
output: string;
|
|
896
|
-
meta: import("
|
|
897
|
-
state: import("
|
|
896
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
897
|
+
state: import("../index.js").DefaultFieldState;
|
|
898
898
|
} | undefined;
|
|
899
|
-
meta: import("
|
|
900
|
-
state: import("
|
|
899
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
900
|
+
state: import("../index.js").DefaultFieldState;
|
|
901
901
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
902
902
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
903
903
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
904
904
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
905
|
-
getConfig: () => import("
|
|
905
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
906
906
|
getIsRequired: () => false;
|
|
907
907
|
getIsTranslatable: () => false;
|
|
908
908
|
getVisibility: () => "all";
|
|
@@ -916,19 +916,19 @@ export declare const UserMfa: ContentType<{
|
|
|
916
916
|
input: string;
|
|
917
917
|
db: string;
|
|
918
918
|
output: string;
|
|
919
|
-
meta: import("
|
|
920
|
-
state: import("
|
|
919
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
920
|
+
state: import("../index.js").FieldState;
|
|
921
921
|
} | undefined;
|
|
922
|
-
meta: import("
|
|
923
|
-
state: import("
|
|
922
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
923
|
+
state: import("../index.js").FieldState;
|
|
924
924
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
925
925
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
926
926
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
927
927
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
928
|
-
getConfig: () => import("
|
|
928
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
929
929
|
getIsRequired: () => boolean;
|
|
930
930
|
getIsTranslatable: () => boolean;
|
|
931
|
-
getVisibility: () => import("
|
|
931
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
932
932
|
getIsDynamic: () => boolean;
|
|
933
933
|
getDescription: () => string | undefined;
|
|
934
934
|
getCondition: () => {
|
|
@@ -968,26 +968,26 @@ export declare const UserMfa: ContentType<{
|
|
|
968
968
|
lte?: number | undefined;
|
|
969
969
|
};
|
|
970
970
|
} | undefined;
|
|
971
|
-
}, NextUi extends import("
|
|
971
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
972
972
|
min: <TThis extends {
|
|
973
973
|
kind: "field";
|
|
974
974
|
readonly __fieldTypes?: {
|
|
975
975
|
input: string;
|
|
976
976
|
db: string;
|
|
977
977
|
output: string;
|
|
978
|
-
meta: import("
|
|
979
|
-
state: import("
|
|
978
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
979
|
+
state: import("../index.js").FieldState;
|
|
980
980
|
} | undefined;
|
|
981
|
-
meta: import("
|
|
982
|
-
state: import("
|
|
981
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
982
|
+
state: import("../index.js").FieldState;
|
|
983
983
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
984
984
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
985
985
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
986
986
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
987
|
-
getConfig: () => import("
|
|
987
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
988
988
|
getIsRequired: () => boolean;
|
|
989
989
|
getIsTranslatable: () => boolean;
|
|
990
|
-
getVisibility: () => import("
|
|
990
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
991
991
|
getIsDynamic: () => boolean;
|
|
992
992
|
getDescription: () => string | undefined;
|
|
993
993
|
getCondition: () => {
|
|
@@ -1027,26 +1027,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1027
1027
|
lte?: number | undefined;
|
|
1028
1028
|
};
|
|
1029
1029
|
} | undefined;
|
|
1030
|
-
}>(this: TThis, length: number) => import("
|
|
1030
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1031
1031
|
max: <TThis extends {
|
|
1032
1032
|
kind: "field";
|
|
1033
1033
|
readonly __fieldTypes?: {
|
|
1034
1034
|
input: string;
|
|
1035
1035
|
db: string;
|
|
1036
1036
|
output: string;
|
|
1037
|
-
meta: import("
|
|
1038
|
-
state: import("
|
|
1037
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1038
|
+
state: import("../index.js").FieldState;
|
|
1039
1039
|
} | undefined;
|
|
1040
|
-
meta: import("
|
|
1041
|
-
state: import("
|
|
1040
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1041
|
+
state: import("../index.js").FieldState;
|
|
1042
1042
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1043
1043
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1044
1044
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1045
1045
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1046
|
-
getConfig: () => import("
|
|
1046
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1047
1047
|
getIsRequired: () => boolean;
|
|
1048
1048
|
getIsTranslatable: () => boolean;
|
|
1049
|
-
getVisibility: () => import("
|
|
1049
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1050
1050
|
getIsDynamic: () => boolean;
|
|
1051
1051
|
getDescription: () => string | undefined;
|
|
1052
1052
|
getCondition: () => {
|
|
@@ -1086,54 +1086,54 @@ export declare const UserMfa: ContentType<{
|
|
|
1086
1086
|
lte?: number | undefined;
|
|
1087
1087
|
};
|
|
1088
1088
|
} | undefined;
|
|
1089
|
-
}>(this: TThis, length: number) => import("
|
|
1090
|
-
}, import("
|
|
1091
|
-
permissions: import("
|
|
1092
|
-
field: import("
|
|
1093
|
-
}, import("
|
|
1089
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1090
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1091
|
+
permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
|
|
1092
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1093
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1094
1094
|
}, "ManagerRole", undefined>;
|
|
1095
1095
|
only?: undefined;
|
|
1096
1096
|
multiple: <TThis extends {
|
|
1097
1097
|
kind: "field";
|
|
1098
1098
|
readonly __fieldTypes?: {
|
|
1099
|
-
input: import("
|
|
1100
|
-
db: import("
|
|
1099
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1100
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1101
1101
|
output: {
|
|
1102
1102
|
name: string;
|
|
1103
1103
|
permissions: (string | undefined)[];
|
|
1104
1104
|
_type: "ManagerRole";
|
|
1105
1105
|
_id: string;
|
|
1106
1106
|
_schemaVersion?: number | undefined;
|
|
1107
|
-
_visibility?: import("
|
|
1108
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1107
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1108
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1109
1109
|
_trashed?: boolean | undefined;
|
|
1110
1110
|
_revision?: number | undefined;
|
|
1111
1111
|
_localeVariantGroupId?: string | undefined;
|
|
1112
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1112
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1113
1113
|
trashedAt?: Date | undefined;
|
|
1114
1114
|
createdAt?: Date | undefined;
|
|
1115
1115
|
updatedAt?: Date | undefined;
|
|
1116
1116
|
};
|
|
1117
|
-
meta: import("
|
|
1118
|
-
state: import("
|
|
1117
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1118
|
+
state: import("../index.js").FieldState;
|
|
1119
1119
|
} | undefined;
|
|
1120
|
-
meta: import("
|
|
1121
|
-
state: import("
|
|
1122
|
-
toZod: () => import("zod").ZodType<import("
|
|
1123
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1124
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1120
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1121
|
+
state: import("../index.js").FieldState;
|
|
1122
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
1123
|
+
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>>;
|
|
1124
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
1125
1125
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1126
1126
|
name: string;
|
|
1127
1127
|
permissions: (string | undefined)[];
|
|
1128
1128
|
_type: "ManagerRole";
|
|
1129
1129
|
_id: string;
|
|
1130
1130
|
_schemaVersion?: number | undefined;
|
|
1131
|
-
_visibility?: import("
|
|
1132
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1131
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1132
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1133
1133
|
_trashed?: boolean | undefined;
|
|
1134
1134
|
_revision?: number | undefined;
|
|
1135
1135
|
_localeVariantGroupId?: string | undefined;
|
|
1136
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1136
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1137
1137
|
trashedAt?: Date | undefined;
|
|
1138
1138
|
createdAt?: Date | undefined;
|
|
1139
1139
|
updatedAt?: Date | undefined;
|
|
@@ -1143,20 +1143,20 @@ export declare const UserMfa: ContentType<{
|
|
|
1143
1143
|
_type: "ManagerRole";
|
|
1144
1144
|
_id: string;
|
|
1145
1145
|
_schemaVersion?: number | undefined;
|
|
1146
|
-
_visibility?: import("
|
|
1147
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1146
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1147
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1148
1148
|
_trashed?: boolean | undefined;
|
|
1149
1149
|
_revision?: number | undefined;
|
|
1150
1150
|
_localeVariantGroupId?: string | undefined;
|
|
1151
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1151
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1152
1152
|
trashedAt?: Date | undefined;
|
|
1153
1153
|
createdAt?: Date | undefined;
|
|
1154
1154
|
updatedAt?: Date | undefined;
|
|
1155
1155
|
} | undefined, unknown>>;
|
|
1156
|
-
getConfig: () => import("
|
|
1156
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1157
1157
|
getIsRequired: () => boolean;
|
|
1158
1158
|
getIsTranslatable: () => boolean;
|
|
1159
|
-
getVisibility: () => import("
|
|
1159
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1160
1160
|
getIsDynamic: () => boolean;
|
|
1161
1161
|
getDescription: () => string | undefined;
|
|
1162
1162
|
getCondition: () => {
|
|
@@ -1196,23 +1196,23 @@ export declare const UserMfa: ContentType<{
|
|
|
1196
1196
|
lte?: number | undefined;
|
|
1197
1197
|
};
|
|
1198
1198
|
} | undefined;
|
|
1199
|
-
}>(this: TThis) => import("
|
|
1200
|
-
name: import("
|
|
1199
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1200
|
+
name: import("../index.js").WithFieldState<{
|
|
1201
1201
|
kind: "field";
|
|
1202
1202
|
readonly __fieldTypes?: {
|
|
1203
1203
|
input: string;
|
|
1204
1204
|
db: string;
|
|
1205
1205
|
output: string;
|
|
1206
|
-
meta: import("
|
|
1207
|
-
state: import("
|
|
1206
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1207
|
+
state: import("../index.js").DefaultFieldState;
|
|
1208
1208
|
} | undefined;
|
|
1209
|
-
meta: import("
|
|
1210
|
-
state: import("
|
|
1209
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1210
|
+
state: import("../index.js").DefaultFieldState;
|
|
1211
1211
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1212
1212
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1213
1213
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1214
1214
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1215
|
-
getConfig: () => import("
|
|
1215
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1216
1216
|
getIsRequired: () => false;
|
|
1217
1217
|
getIsTranslatable: () => false;
|
|
1218
1218
|
getVisibility: () => "all";
|
|
@@ -1226,19 +1226,19 @@ export declare const UserMfa: ContentType<{
|
|
|
1226
1226
|
input: string;
|
|
1227
1227
|
db: string;
|
|
1228
1228
|
output: string;
|
|
1229
|
-
meta: import("
|
|
1230
|
-
state: import("
|
|
1229
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1230
|
+
state: import("../index.js").FieldState;
|
|
1231
1231
|
} | undefined;
|
|
1232
|
-
meta: import("
|
|
1233
|
-
state: import("
|
|
1232
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1233
|
+
state: import("../index.js").FieldState;
|
|
1234
1234
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1235
1235
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1236
1236
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1237
1237
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1238
|
-
getConfig: () => import("
|
|
1238
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1239
1239
|
getIsRequired: () => boolean;
|
|
1240
1240
|
getIsTranslatable: () => boolean;
|
|
1241
|
-
getVisibility: () => import("
|
|
1241
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1242
1242
|
getIsDynamic: () => boolean;
|
|
1243
1243
|
getDescription: () => string | undefined;
|
|
1244
1244
|
getCondition: () => {
|
|
@@ -1278,26 +1278,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1278
1278
|
lte?: number | undefined;
|
|
1279
1279
|
};
|
|
1280
1280
|
} | undefined;
|
|
1281
|
-
}, NextUi extends import("
|
|
1281
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1282
1282
|
min: <TThis_1 extends {
|
|
1283
1283
|
kind: "field";
|
|
1284
1284
|
readonly __fieldTypes?: {
|
|
1285
1285
|
input: string;
|
|
1286
1286
|
db: string;
|
|
1287
1287
|
output: string;
|
|
1288
|
-
meta: import("
|
|
1289
|
-
state: import("
|
|
1288
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1289
|
+
state: import("../index.js").FieldState;
|
|
1290
1290
|
} | undefined;
|
|
1291
|
-
meta: import("
|
|
1292
|
-
state: import("
|
|
1291
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1292
|
+
state: import("../index.js").FieldState;
|
|
1293
1293
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1294
1294
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1295
1295
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1296
1296
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1297
|
-
getConfig: () => import("
|
|
1297
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1298
1298
|
getIsRequired: () => boolean;
|
|
1299
1299
|
getIsTranslatable: () => boolean;
|
|
1300
|
-
getVisibility: () => import("
|
|
1300
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1301
1301
|
getIsDynamic: () => boolean;
|
|
1302
1302
|
getDescription: () => string | undefined;
|
|
1303
1303
|
getCondition: () => {
|
|
@@ -1337,26 +1337,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1337
1337
|
lte?: number | undefined;
|
|
1338
1338
|
};
|
|
1339
1339
|
} | undefined;
|
|
1340
|
-
}>(this: TThis_1, length: number) => import("
|
|
1340
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1341
1341
|
max: <TThis_1 extends {
|
|
1342
1342
|
kind: "field";
|
|
1343
1343
|
readonly __fieldTypes?: {
|
|
1344
1344
|
input: string;
|
|
1345
1345
|
db: string;
|
|
1346
1346
|
output: string;
|
|
1347
|
-
meta: import("
|
|
1348
|
-
state: import("
|
|
1347
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1348
|
+
state: import("../index.js").FieldState;
|
|
1349
1349
|
} | undefined;
|
|
1350
|
-
meta: import("
|
|
1351
|
-
state: import("
|
|
1350
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1351
|
+
state: import("../index.js").FieldState;
|
|
1352
1352
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1353
1353
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1354
1354
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1355
1355
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1356
|
-
getConfig: () => import("
|
|
1356
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1357
1357
|
getIsRequired: () => boolean;
|
|
1358
1358
|
getIsTranslatable: () => boolean;
|
|
1359
|
-
getVisibility: () => import("
|
|
1359
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1360
1360
|
getIsDynamic: () => boolean;
|
|
1361
1361
|
getDescription: () => string | undefined;
|
|
1362
1362
|
getCondition: () => {
|
|
@@ -1396,51 +1396,51 @@ export declare const UserMfa: ContentType<{
|
|
|
1396
1396
|
lte?: number | undefined;
|
|
1397
1397
|
};
|
|
1398
1398
|
} | undefined;
|
|
1399
|
-
}>(this: TThis_1, length: number) => import("
|
|
1400
|
-
}, import("
|
|
1401
|
-
permissions: import("
|
|
1402
|
-
field: import("
|
|
1403
|
-
}, import("
|
|
1404
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
1405
|
-
}, import("
|
|
1406
|
-
avatarId: import("
|
|
1407
|
-
avatarKey: import("
|
|
1408
|
-
avatarAccess: import("
|
|
1409
|
-
avatarUrl: import("
|
|
1410
|
-
avatarPreviewUrl: import("
|
|
1411
|
-
tutorialsEnabled: import("
|
|
1412
|
-
tutorialsPromptedAt: import("
|
|
1413
|
-
seenTours: import("
|
|
1414
|
-
twoFactorEnabled: import("
|
|
1399
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1400
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1401
|
+
permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
|
|
1402
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1403
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1404
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
1405
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1406
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
1407
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1408
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
1409
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1410
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1411
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1412
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
1413
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
1414
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
1415
1415
|
kind: "field";
|
|
1416
1416
|
readonly __fieldTypes?: {
|
|
1417
1417
|
input: boolean;
|
|
1418
1418
|
db: boolean;
|
|
1419
1419
|
output: boolean;
|
|
1420
|
-
meta: import("
|
|
1421
|
-
state: import("
|
|
1420
|
+
meta: import("../index.js").BooleanMeta;
|
|
1421
|
+
state: import("../index.js").DefaultFieldState;
|
|
1422
1422
|
} | undefined;
|
|
1423
|
-
meta: import("
|
|
1424
|
-
state: import("
|
|
1423
|
+
meta: import("../index.js").BooleanMeta;
|
|
1424
|
+
state: import("../index.js").DefaultFieldState;
|
|
1425
1425
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
1426
1426
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
1427
1427
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1428
1428
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1429
|
-
getConfig: () => import("
|
|
1429
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
1430
1430
|
getIsRequired: () => false;
|
|
1431
1431
|
getIsTranslatable: () => false;
|
|
1432
1432
|
getVisibility: () => "all";
|
|
1433
1433
|
getIsDynamic: () => true;
|
|
1434
1434
|
getDescription: () => undefined;
|
|
1435
1435
|
getCondition: () => undefined;
|
|
1436
|
-
}, import("
|
|
1436
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1437
1437
|
}, "ManagerUser", undefined>;
|
|
1438
1438
|
only?: undefined;
|
|
1439
1439
|
multiple: <TThis extends {
|
|
1440
1440
|
kind: "field";
|
|
1441
1441
|
readonly __fieldTypes?: {
|
|
1442
|
-
input: import("
|
|
1443
|
-
db: import("
|
|
1442
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1443
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1444
1444
|
output: {
|
|
1445
1445
|
user: string;
|
|
1446
1446
|
email: string;
|
|
@@ -1450,12 +1450,12 @@ export declare const UserMfa: ContentType<{
|
|
|
1450
1450
|
_type: "ManagerRole";
|
|
1451
1451
|
_id: string;
|
|
1452
1452
|
_schemaVersion?: number | undefined;
|
|
1453
|
-
_visibility?: import("
|
|
1454
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1453
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1454
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1455
1455
|
_trashed?: boolean | undefined;
|
|
1456
1456
|
_revision?: number | undefined;
|
|
1457
1457
|
_localeVariantGroupId?: string | undefined;
|
|
1458
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1458
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1459
1459
|
trashedAt?: Date | undefined;
|
|
1460
1460
|
createdAt?: Date | undefined;
|
|
1461
1461
|
updatedAt?: Date | undefined;
|
|
@@ -1473,24 +1473,24 @@ export declare const UserMfa: ContentType<{
|
|
|
1473
1473
|
tutorialsPromptedAt?: Date | undefined;
|
|
1474
1474
|
seenTours?: (string | undefined)[] | undefined;
|
|
1475
1475
|
_schemaVersion?: number | undefined;
|
|
1476
|
-
_visibility?: import("
|
|
1477
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1476
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1477
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1478
1478
|
_trashed?: boolean | undefined;
|
|
1479
1479
|
_revision?: number | undefined;
|
|
1480
1480
|
_localeVariantGroupId?: string | undefined;
|
|
1481
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1481
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1482
1482
|
trashedAt?: Date | undefined;
|
|
1483
1483
|
createdAt?: Date | undefined;
|
|
1484
1484
|
updatedAt?: Date | undefined;
|
|
1485
1485
|
};
|
|
1486
|
-
meta: import("
|
|
1487
|
-
state: import("
|
|
1486
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1487
|
+
state: import("../index.js").FieldState;
|
|
1488
1488
|
} | undefined;
|
|
1489
|
-
meta: import("
|
|
1490
|
-
state: import("
|
|
1491
|
-
toZod: () => import("zod").ZodType<import("
|
|
1492
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1493
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1489
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1490
|
+
state: import("../index.js").FieldState;
|
|
1491
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
1492
|
+
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>>;
|
|
1493
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
1494
1494
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1495
1495
|
user: string;
|
|
1496
1496
|
email: string;
|
|
@@ -1500,12 +1500,12 @@ export declare const UserMfa: ContentType<{
|
|
|
1500
1500
|
_type: "ManagerRole";
|
|
1501
1501
|
_id: string;
|
|
1502
1502
|
_schemaVersion?: number | undefined;
|
|
1503
|
-
_visibility?: import("
|
|
1504
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1503
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1504
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1505
1505
|
_trashed?: boolean | undefined;
|
|
1506
1506
|
_revision?: number | undefined;
|
|
1507
1507
|
_localeVariantGroupId?: string | undefined;
|
|
1508
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1508
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1509
1509
|
trashedAt?: Date | undefined;
|
|
1510
1510
|
createdAt?: Date | undefined;
|
|
1511
1511
|
updatedAt?: Date | undefined;
|
|
@@ -1523,12 +1523,12 @@ export declare const UserMfa: ContentType<{
|
|
|
1523
1523
|
tutorialsPromptedAt?: Date | undefined;
|
|
1524
1524
|
seenTours?: (string | undefined)[] | undefined;
|
|
1525
1525
|
_schemaVersion?: number | undefined;
|
|
1526
|
-
_visibility?: import("
|
|
1527
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1526
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1527
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1528
1528
|
_trashed?: boolean | undefined;
|
|
1529
1529
|
_revision?: number | undefined;
|
|
1530
1530
|
_localeVariantGroupId?: string | undefined;
|
|
1531
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1531
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1532
1532
|
trashedAt?: Date | undefined;
|
|
1533
1533
|
createdAt?: Date | undefined;
|
|
1534
1534
|
updatedAt?: Date | undefined;
|
|
@@ -1541,12 +1541,12 @@ export declare const UserMfa: ContentType<{
|
|
|
1541
1541
|
_type: "ManagerRole";
|
|
1542
1542
|
_id: string;
|
|
1543
1543
|
_schemaVersion?: number | undefined;
|
|
1544
|
-
_visibility?: import("
|
|
1545
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1544
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1545
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1546
1546
|
_trashed?: boolean | undefined;
|
|
1547
1547
|
_revision?: number | undefined;
|
|
1548
1548
|
_localeVariantGroupId?: string | undefined;
|
|
1549
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1549
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1550
1550
|
trashedAt?: Date | undefined;
|
|
1551
1551
|
createdAt?: Date | undefined;
|
|
1552
1552
|
updatedAt?: Date | undefined;
|
|
@@ -1564,20 +1564,20 @@ export declare const UserMfa: ContentType<{
|
|
|
1564
1564
|
tutorialsPromptedAt?: Date | undefined;
|
|
1565
1565
|
seenTours?: (string | undefined)[] | undefined;
|
|
1566
1566
|
_schemaVersion?: number | undefined;
|
|
1567
|
-
_visibility?: import("
|
|
1568
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1567
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1568
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1569
1569
|
_trashed?: boolean | undefined;
|
|
1570
1570
|
_revision?: number | undefined;
|
|
1571
1571
|
_localeVariantGroupId?: string | undefined;
|
|
1572
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1572
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1573
1573
|
trashedAt?: Date | undefined;
|
|
1574
1574
|
createdAt?: Date | undefined;
|
|
1575
1575
|
updatedAt?: Date | undefined;
|
|
1576
1576
|
} | undefined, unknown>>;
|
|
1577
|
-
getConfig: () => import("
|
|
1577
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1578
1578
|
getIsRequired: () => boolean;
|
|
1579
1579
|
getIsTranslatable: () => boolean;
|
|
1580
|
-
getVisibility: () => import("
|
|
1580
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1581
1581
|
getIsDynamic: () => boolean;
|
|
1582
1582
|
getDescription: () => string | undefined;
|
|
1583
1583
|
getCondition: () => {
|
|
@@ -1617,24 +1617,24 @@ export declare const UserMfa: ContentType<{
|
|
|
1617
1617
|
lte?: number | undefined;
|
|
1618
1618
|
};
|
|
1619
1619
|
} | undefined;
|
|
1620
|
-
}>(this: TThis) => import("
|
|
1621
|
-
name: import("
|
|
1622
|
-
user: import("
|
|
1620
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1621
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1622
|
+
user: import("../index.js").WithFieldState<{
|
|
1623
1623
|
kind: "field";
|
|
1624
1624
|
readonly __fieldTypes?: {
|
|
1625
1625
|
input: string;
|
|
1626
1626
|
db: string;
|
|
1627
1627
|
output: string;
|
|
1628
|
-
meta: import("
|
|
1629
|
-
state: import("
|
|
1628
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1629
|
+
state: import("../index.js").DefaultFieldState;
|
|
1630
1630
|
} | undefined;
|
|
1631
|
-
meta: import("
|
|
1632
|
-
state: import("
|
|
1631
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1632
|
+
state: import("../index.js").DefaultFieldState;
|
|
1633
1633
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1634
1634
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1635
1635
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1636
1636
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1637
|
-
getConfig: () => import("
|
|
1637
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1638
1638
|
getIsRequired: () => false;
|
|
1639
1639
|
getIsTranslatable: () => false;
|
|
1640
1640
|
getVisibility: () => "all";
|
|
@@ -1648,19 +1648,19 @@ export declare const UserMfa: ContentType<{
|
|
|
1648
1648
|
input: string;
|
|
1649
1649
|
db: string;
|
|
1650
1650
|
output: string;
|
|
1651
|
-
meta: import("
|
|
1652
|
-
state: import("
|
|
1651
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1652
|
+
state: import("../index.js").FieldState;
|
|
1653
1653
|
} | undefined;
|
|
1654
|
-
meta: import("
|
|
1655
|
-
state: import("
|
|
1654
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1655
|
+
state: import("../index.js").FieldState;
|
|
1656
1656
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1657
1657
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1658
1658
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1659
1659
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1660
|
-
getConfig: () => import("
|
|
1660
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1661
1661
|
getIsRequired: () => boolean;
|
|
1662
1662
|
getIsTranslatable: () => boolean;
|
|
1663
|
-
getVisibility: () => import("
|
|
1663
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1664
1664
|
getIsDynamic: () => boolean;
|
|
1665
1665
|
getDescription: () => string | undefined;
|
|
1666
1666
|
getCondition: () => {
|
|
@@ -1700,26 +1700,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1700
1700
|
lte?: number | undefined;
|
|
1701
1701
|
};
|
|
1702
1702
|
} | undefined;
|
|
1703
|
-
}, NextUi extends import("
|
|
1703
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1704
1704
|
min: <TThis_1 extends {
|
|
1705
1705
|
kind: "field";
|
|
1706
1706
|
readonly __fieldTypes?: {
|
|
1707
1707
|
input: string;
|
|
1708
1708
|
db: string;
|
|
1709
1709
|
output: string;
|
|
1710
|
-
meta: import("
|
|
1711
|
-
state: import("
|
|
1710
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1711
|
+
state: import("../index.js").FieldState;
|
|
1712
1712
|
} | undefined;
|
|
1713
|
-
meta: import("
|
|
1714
|
-
state: import("
|
|
1713
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1714
|
+
state: import("../index.js").FieldState;
|
|
1715
1715
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1716
1716
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1717
1717
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1718
1718
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1719
|
-
getConfig: () => import("
|
|
1719
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1720
1720
|
getIsRequired: () => boolean;
|
|
1721
1721
|
getIsTranslatable: () => boolean;
|
|
1722
|
-
getVisibility: () => import("
|
|
1722
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1723
1723
|
getIsDynamic: () => boolean;
|
|
1724
1724
|
getDescription: () => string | undefined;
|
|
1725
1725
|
getCondition: () => {
|
|
@@ -1759,26 +1759,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1759
1759
|
lte?: number | undefined;
|
|
1760
1760
|
};
|
|
1761
1761
|
} | undefined;
|
|
1762
|
-
}>(this: TThis_1, length: number) => import("
|
|
1762
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1763
1763
|
max: <TThis_1 extends {
|
|
1764
1764
|
kind: "field";
|
|
1765
1765
|
readonly __fieldTypes?: {
|
|
1766
1766
|
input: string;
|
|
1767
1767
|
db: string;
|
|
1768
1768
|
output: string;
|
|
1769
|
-
meta: import("
|
|
1770
|
-
state: import("
|
|
1769
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1770
|
+
state: import("../index.js").FieldState;
|
|
1771
1771
|
} | undefined;
|
|
1772
|
-
meta: import("
|
|
1773
|
-
state: import("
|
|
1772
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1773
|
+
state: import("../index.js").FieldState;
|
|
1774
1774
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1775
1775
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1776
1776
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1777
1777
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1778
|
-
getConfig: () => import("
|
|
1778
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1779
1779
|
getIsRequired: () => boolean;
|
|
1780
1780
|
getIsTranslatable: () => boolean;
|
|
1781
|
-
getVisibility: () => import("
|
|
1781
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1782
1782
|
getIsDynamic: () => boolean;
|
|
1783
1783
|
getDescription: () => string | undefined;
|
|
1784
1784
|
getCondition: () => {
|
|
@@ -1818,24 +1818,24 @@ export declare const UserMfa: ContentType<{
|
|
|
1818
1818
|
lte?: number | undefined;
|
|
1819
1819
|
};
|
|
1820
1820
|
} | undefined;
|
|
1821
|
-
}>(this: TThis_1, length: number) => import("
|
|
1822
|
-
}, import("
|
|
1823
|
-
email: import("
|
|
1821
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1822
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1823
|
+
email: import("../index.js").WithFieldState<{
|
|
1824
1824
|
kind: "field";
|
|
1825
1825
|
readonly __fieldTypes?: {
|
|
1826
1826
|
input: string;
|
|
1827
1827
|
db: string;
|
|
1828
1828
|
output: string;
|
|
1829
|
-
meta: import("
|
|
1830
|
-
state: import("
|
|
1829
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1830
|
+
state: import("../index.js").DefaultFieldState;
|
|
1831
1831
|
} | undefined;
|
|
1832
|
-
meta: import("
|
|
1833
|
-
state: import("
|
|
1832
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1833
|
+
state: import("../index.js").DefaultFieldState;
|
|
1834
1834
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1835
1835
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1836
1836
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1837
1837
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1838
|
-
getConfig: () => import("
|
|
1838
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1839
1839
|
getIsRequired: () => false;
|
|
1840
1840
|
getIsTranslatable: () => false;
|
|
1841
1841
|
getVisibility: () => "all";
|
|
@@ -1849,19 +1849,19 @@ export declare const UserMfa: ContentType<{
|
|
|
1849
1849
|
input: string;
|
|
1850
1850
|
db: string;
|
|
1851
1851
|
output: string;
|
|
1852
|
-
meta: import("
|
|
1853
|
-
state: import("
|
|
1852
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1853
|
+
state: import("../index.js").FieldState;
|
|
1854
1854
|
} | undefined;
|
|
1855
|
-
meta: import("
|
|
1856
|
-
state: import("
|
|
1855
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1856
|
+
state: import("../index.js").FieldState;
|
|
1857
1857
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1858
1858
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1859
1859
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1860
1860
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1861
|
-
getConfig: () => import("
|
|
1861
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1862
1862
|
getIsRequired: () => boolean;
|
|
1863
1863
|
getIsTranslatable: () => boolean;
|
|
1864
|
-
getVisibility: () => import("
|
|
1864
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1865
1865
|
getIsDynamic: () => boolean;
|
|
1866
1866
|
getDescription: () => string | undefined;
|
|
1867
1867
|
getCondition: () => {
|
|
@@ -1901,26 +1901,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1901
1901
|
lte?: number | undefined;
|
|
1902
1902
|
};
|
|
1903
1903
|
} | undefined;
|
|
1904
|
-
}, NextUi extends import("
|
|
1904
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1905
1905
|
min: <TThis_1 extends {
|
|
1906
1906
|
kind: "field";
|
|
1907
1907
|
readonly __fieldTypes?: {
|
|
1908
1908
|
input: string;
|
|
1909
1909
|
db: string;
|
|
1910
1910
|
output: string;
|
|
1911
|
-
meta: import("
|
|
1912
|
-
state: import("
|
|
1911
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1912
|
+
state: import("../index.js").FieldState;
|
|
1913
1913
|
} | undefined;
|
|
1914
|
-
meta: import("
|
|
1915
|
-
state: import("
|
|
1914
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1915
|
+
state: import("../index.js").FieldState;
|
|
1916
1916
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1917
1917
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1918
1918
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1919
1919
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1920
|
-
getConfig: () => import("
|
|
1920
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1921
1921
|
getIsRequired: () => boolean;
|
|
1922
1922
|
getIsTranslatable: () => boolean;
|
|
1923
|
-
getVisibility: () => import("
|
|
1923
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1924
1924
|
getIsDynamic: () => boolean;
|
|
1925
1925
|
getDescription: () => string | undefined;
|
|
1926
1926
|
getCondition: () => {
|
|
@@ -1960,26 +1960,26 @@ export declare const UserMfa: ContentType<{
|
|
|
1960
1960
|
lte?: number | undefined;
|
|
1961
1961
|
};
|
|
1962
1962
|
} | undefined;
|
|
1963
|
-
}>(this: TThis_1, length: number) => import("
|
|
1963
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1964
1964
|
max: <TThis_1 extends {
|
|
1965
1965
|
kind: "field";
|
|
1966
1966
|
readonly __fieldTypes?: {
|
|
1967
1967
|
input: string;
|
|
1968
1968
|
db: string;
|
|
1969
1969
|
output: string;
|
|
1970
|
-
meta: import("
|
|
1971
|
-
state: import("
|
|
1970
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1971
|
+
state: import("../index.js").FieldState;
|
|
1972
1972
|
} | undefined;
|
|
1973
|
-
meta: import("
|
|
1974
|
-
state: import("
|
|
1973
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
1974
|
+
state: import("../index.js").FieldState;
|
|
1975
1975
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1976
1976
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1977
1977
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1978
1978
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1979
|
-
getConfig: () => import("
|
|
1979
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
1980
1980
|
getIsRequired: () => boolean;
|
|
1981
1981
|
getIsTranslatable: () => boolean;
|
|
1982
|
-
getVisibility: () => import("
|
|
1982
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1983
1983
|
getIsDynamic: () => boolean;
|
|
1984
1984
|
getDescription: () => string | undefined;
|
|
1985
1985
|
getCondition: () => {
|
|
@@ -2019,24 +2019,24 @@ export declare const UserMfa: ContentType<{
|
|
|
2019
2019
|
lte?: number | undefined;
|
|
2020
2020
|
};
|
|
2021
2021
|
} | undefined;
|
|
2022
|
-
}>(this: TThis_1, length: number) => import("
|
|
2023
|
-
}, import("
|
|
2024
|
-
password: import("
|
|
2022
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2023
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2024
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
2025
2025
|
kind: "field";
|
|
2026
2026
|
readonly __fieldTypes?: {
|
|
2027
2027
|
input: string;
|
|
2028
2028
|
db: string;
|
|
2029
2029
|
output: string;
|
|
2030
|
-
meta: import("
|
|
2031
|
-
state: import("
|
|
2030
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2031
|
+
state: import("../index.js").DefaultFieldState;
|
|
2032
2032
|
} | undefined;
|
|
2033
|
-
meta: import("
|
|
2034
|
-
state: import("
|
|
2033
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2034
|
+
state: import("../index.js").DefaultFieldState;
|
|
2035
2035
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2036
2036
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2037
2037
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2038
2038
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2039
|
-
getConfig: () => import("
|
|
2039
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2040
2040
|
getIsRequired: () => false;
|
|
2041
2041
|
getIsTranslatable: () => false;
|
|
2042
2042
|
getVisibility: () => "all";
|
|
@@ -2050,19 +2050,19 @@ export declare const UserMfa: ContentType<{
|
|
|
2050
2050
|
input: string;
|
|
2051
2051
|
db: string;
|
|
2052
2052
|
output: string;
|
|
2053
|
-
meta: import("
|
|
2054
|
-
state: import("
|
|
2053
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2054
|
+
state: import("../index.js").FieldState;
|
|
2055
2055
|
} | undefined;
|
|
2056
|
-
meta: import("
|
|
2057
|
-
state: import("
|
|
2056
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2057
|
+
state: import("../index.js").FieldState;
|
|
2058
2058
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2059
2059
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2060
2060
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2061
2061
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2062
|
-
getConfig: () => import("
|
|
2062
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2063
2063
|
getIsRequired: () => boolean;
|
|
2064
2064
|
getIsTranslatable: () => boolean;
|
|
2065
|
-
getVisibility: () => import("
|
|
2065
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2066
2066
|
getIsDynamic: () => boolean;
|
|
2067
2067
|
getDescription: () => string | undefined;
|
|
2068
2068
|
getCondition: () => {
|
|
@@ -2102,26 +2102,26 @@ export declare const UserMfa: ContentType<{
|
|
|
2102
2102
|
lte?: number | undefined;
|
|
2103
2103
|
};
|
|
2104
2104
|
} | undefined;
|
|
2105
|
-
}, NextUi extends import("
|
|
2105
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2106
2106
|
min: <TThis_1 extends {
|
|
2107
2107
|
kind: "field";
|
|
2108
2108
|
readonly __fieldTypes?: {
|
|
2109
2109
|
input: string;
|
|
2110
2110
|
db: string;
|
|
2111
2111
|
output: string;
|
|
2112
|
-
meta: import("
|
|
2113
|
-
state: import("
|
|
2112
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2113
|
+
state: import("../index.js").FieldState;
|
|
2114
2114
|
} | undefined;
|
|
2115
|
-
meta: import("
|
|
2116
|
-
state: import("
|
|
2115
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2116
|
+
state: import("../index.js").FieldState;
|
|
2117
2117
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2118
2118
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2119
2119
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2120
2120
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2121
|
-
getConfig: () => import("
|
|
2121
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2122
2122
|
getIsRequired: () => boolean;
|
|
2123
2123
|
getIsTranslatable: () => boolean;
|
|
2124
|
-
getVisibility: () => import("
|
|
2124
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2125
2125
|
getIsDynamic: () => boolean;
|
|
2126
2126
|
getDescription: () => string | undefined;
|
|
2127
2127
|
getCondition: () => {
|
|
@@ -2161,26 +2161,26 @@ export declare const UserMfa: ContentType<{
|
|
|
2161
2161
|
lte?: number | undefined;
|
|
2162
2162
|
};
|
|
2163
2163
|
} | undefined;
|
|
2164
|
-
}>(this: TThis_1, length: number) => import("
|
|
2164
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2165
2165
|
max: <TThis_1 extends {
|
|
2166
2166
|
kind: "field";
|
|
2167
2167
|
readonly __fieldTypes?: {
|
|
2168
2168
|
input: string;
|
|
2169
2169
|
db: string;
|
|
2170
2170
|
output: string;
|
|
2171
|
-
meta: import("
|
|
2172
|
-
state: import("
|
|
2171
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2172
|
+
state: import("../index.js").FieldState;
|
|
2173
2173
|
} | undefined;
|
|
2174
|
-
meta: import("
|
|
2175
|
-
state: import("
|
|
2174
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2175
|
+
state: import("../index.js").FieldState;
|
|
2176
2176
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2177
2177
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2178
2178
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2179
2179
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2180
|
-
getConfig: () => import("
|
|
2180
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2181
2181
|
getIsRequired: () => boolean;
|
|
2182
2182
|
getIsTranslatable: () => boolean;
|
|
2183
|
-
getVisibility: () => import("
|
|
2183
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2184
2184
|
getIsDynamic: () => boolean;
|
|
2185
2185
|
getDescription: () => string | undefined;
|
|
2186
2186
|
getCondition: () => {
|
|
@@ -2220,49 +2220,49 @@ export declare const UserMfa: ContentType<{
|
|
|
2220
2220
|
lte?: number | undefined;
|
|
2221
2221
|
};
|
|
2222
2222
|
} | undefined;
|
|
2223
|
-
}>(this: TThis_1, length: number) => import("
|
|
2224
|
-
}, keyof import("
|
|
2225
|
-
role: import("
|
|
2223
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2224
|
+
}, keyof import("../index.js").AnyFieldLike | ("condition" | "translatable" | "required" | "description" | "apiOnly" | "managerOnly" | "noDynamic" | "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">>;
|
|
2225
|
+
role: import("../index.js").WithFieldState<{
|
|
2226
2226
|
kind: "field";
|
|
2227
2227
|
readonly __fieldTypes?: {
|
|
2228
|
-
input: import("
|
|
2229
|
-
db: import("
|
|
2228
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2229
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2230
2230
|
output: {
|
|
2231
2231
|
name: string;
|
|
2232
2232
|
permissions: (string | undefined)[];
|
|
2233
2233
|
_type: "ManagerRole";
|
|
2234
2234
|
_id: string;
|
|
2235
2235
|
_schemaVersion?: number | undefined;
|
|
2236
|
-
_visibility?: import("
|
|
2237
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2236
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2237
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2238
2238
|
_trashed?: boolean | undefined;
|
|
2239
2239
|
_revision?: number | undefined;
|
|
2240
2240
|
_localeVariantGroupId?: string | undefined;
|
|
2241
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2241
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2242
2242
|
trashedAt?: Date | undefined;
|
|
2243
2243
|
createdAt?: Date | undefined;
|
|
2244
2244
|
updatedAt?: Date | undefined;
|
|
2245
2245
|
};
|
|
2246
|
-
meta: import("
|
|
2247
|
-
state: import("
|
|
2246
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2247
|
+
state: import("../index.js").DefaultFieldState;
|
|
2248
2248
|
} | undefined;
|
|
2249
|
-
meta: import("
|
|
2250
|
-
state: import("
|
|
2251
|
-
toZod: () => import("zod").ZodType<import("
|
|
2252
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2253
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2249
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2250
|
+
state: import("../index.js").DefaultFieldState;
|
|
2251
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2252
|
+
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>>;
|
|
2253
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2254
2254
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2255
2255
|
name: string;
|
|
2256
2256
|
permissions: (string | undefined)[];
|
|
2257
2257
|
_type: "ManagerRole";
|
|
2258
2258
|
_id: string;
|
|
2259
2259
|
_schemaVersion?: number | undefined;
|
|
2260
|
-
_visibility?: import("
|
|
2261
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2260
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2261
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2262
2262
|
_trashed?: boolean | undefined;
|
|
2263
2263
|
_revision?: number | undefined;
|
|
2264
2264
|
_localeVariantGroupId?: string | undefined;
|
|
2265
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2265
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2266
2266
|
trashedAt?: Date | undefined;
|
|
2267
2267
|
createdAt?: Date | undefined;
|
|
2268
2268
|
updatedAt?: Date | undefined;
|
|
@@ -2272,59 +2272,59 @@ export declare const UserMfa: ContentType<{
|
|
|
2272
2272
|
_type: "ManagerRole";
|
|
2273
2273
|
_id: string;
|
|
2274
2274
|
_schemaVersion?: number | undefined;
|
|
2275
|
-
_visibility?: import("
|
|
2276
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2275
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2276
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2277
2277
|
_trashed?: boolean | undefined;
|
|
2278
2278
|
_revision?: number | undefined;
|
|
2279
2279
|
_localeVariantGroupId?: string | undefined;
|
|
2280
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2280
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2281
2281
|
trashedAt?: Date | undefined;
|
|
2282
2282
|
createdAt?: Date | undefined;
|
|
2283
2283
|
updatedAt?: Date | undefined;
|
|
2284
2284
|
} | undefined, unknown>>;
|
|
2285
|
-
getConfig: () => import("
|
|
2285
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2286
2286
|
getIsRequired: () => false;
|
|
2287
2287
|
getIsTranslatable: () => false;
|
|
2288
2288
|
getVisibility: () => "all";
|
|
2289
2289
|
getIsDynamic: () => true;
|
|
2290
2290
|
getDescription: () => undefined;
|
|
2291
2291
|
getCondition: () => undefined;
|
|
2292
|
-
} & import("
|
|
2292
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2293
2293
|
name: string;
|
|
2294
2294
|
permissions: (string | undefined)[];
|
|
2295
2295
|
_type: "ManagerRole";
|
|
2296
2296
|
_id: string;
|
|
2297
2297
|
_schemaVersion?: number | undefined;
|
|
2298
|
-
_visibility?: import("
|
|
2299
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2298
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2299
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2300
2300
|
_trashed?: boolean | undefined;
|
|
2301
2301
|
_revision?: number | undefined;
|
|
2302
2302
|
_localeVariantGroupId?: string | undefined;
|
|
2303
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2303
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2304
2304
|
trashedAt?: Date | undefined;
|
|
2305
2305
|
trashedBy?: string | undefined;
|
|
2306
2306
|
createdAt?: Date | undefined;
|
|
2307
2307
|
updatedAt?: Date | undefined;
|
|
2308
2308
|
createdBy?: string | undefined;
|
|
2309
2309
|
updatedBy?: string | undefined;
|
|
2310
|
-
}, import("
|
|
2310
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2311
2311
|
contentType: ContentType<{
|
|
2312
|
-
name: import("
|
|
2312
|
+
name: import("../index.js").WithFieldState<{
|
|
2313
2313
|
kind: "field";
|
|
2314
2314
|
readonly __fieldTypes?: {
|
|
2315
2315
|
input: string;
|
|
2316
2316
|
db: string;
|
|
2317
2317
|
output: string;
|
|
2318
|
-
meta: import("
|
|
2319
|
-
state: import("
|
|
2318
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2319
|
+
state: import("../index.js").DefaultFieldState;
|
|
2320
2320
|
} | undefined;
|
|
2321
|
-
meta: import("
|
|
2322
|
-
state: import("
|
|
2321
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2322
|
+
state: import("../index.js").DefaultFieldState;
|
|
2323
2323
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2324
2324
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2325
2325
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2326
2326
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2327
|
-
getConfig: () => import("
|
|
2327
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2328
2328
|
getIsRequired: () => false;
|
|
2329
2329
|
getIsTranslatable: () => false;
|
|
2330
2330
|
getVisibility: () => "all";
|
|
@@ -2338,19 +2338,19 @@ export declare const UserMfa: ContentType<{
|
|
|
2338
2338
|
input: string;
|
|
2339
2339
|
db: string;
|
|
2340
2340
|
output: string;
|
|
2341
|
-
meta: import("
|
|
2342
|
-
state: import("
|
|
2341
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2342
|
+
state: import("../index.js").FieldState;
|
|
2343
2343
|
} | undefined;
|
|
2344
|
-
meta: import("
|
|
2345
|
-
state: import("
|
|
2344
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2345
|
+
state: import("../index.js").FieldState;
|
|
2346
2346
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2347
2347
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2348
2348
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2349
2349
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2350
|
-
getConfig: () => import("
|
|
2350
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2351
2351
|
getIsRequired: () => boolean;
|
|
2352
2352
|
getIsTranslatable: () => boolean;
|
|
2353
|
-
getVisibility: () => import("
|
|
2353
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2354
2354
|
getIsDynamic: () => boolean;
|
|
2355
2355
|
getDescription: () => string | undefined;
|
|
2356
2356
|
getCondition: () => {
|
|
@@ -2390,26 +2390,26 @@ export declare const UserMfa: ContentType<{
|
|
|
2390
2390
|
lte?: number | undefined;
|
|
2391
2391
|
};
|
|
2392
2392
|
} | undefined;
|
|
2393
|
-
}, NextUi extends import("
|
|
2393
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2394
2394
|
min: <TThis_1 extends {
|
|
2395
2395
|
kind: "field";
|
|
2396
2396
|
readonly __fieldTypes?: {
|
|
2397
2397
|
input: string;
|
|
2398
2398
|
db: string;
|
|
2399
2399
|
output: string;
|
|
2400
|
-
meta: import("
|
|
2401
|
-
state: import("
|
|
2400
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2401
|
+
state: import("../index.js").FieldState;
|
|
2402
2402
|
} | undefined;
|
|
2403
|
-
meta: import("
|
|
2404
|
-
state: import("
|
|
2403
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2404
|
+
state: import("../index.js").FieldState;
|
|
2405
2405
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2406
2406
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2407
2407
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2408
2408
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2409
|
-
getConfig: () => import("
|
|
2409
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2410
2410
|
getIsRequired: () => boolean;
|
|
2411
2411
|
getIsTranslatable: () => boolean;
|
|
2412
|
-
getVisibility: () => import("
|
|
2412
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2413
2413
|
getIsDynamic: () => boolean;
|
|
2414
2414
|
getDescription: () => string | undefined;
|
|
2415
2415
|
getCondition: () => {
|
|
@@ -2449,26 +2449,26 @@ export declare const UserMfa: ContentType<{
|
|
|
2449
2449
|
lte?: number | undefined;
|
|
2450
2450
|
};
|
|
2451
2451
|
} | undefined;
|
|
2452
|
-
}>(this: TThis_1, length: number) => import("
|
|
2452
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2453
2453
|
max: <TThis_1 extends {
|
|
2454
2454
|
kind: "field";
|
|
2455
2455
|
readonly __fieldTypes?: {
|
|
2456
2456
|
input: string;
|
|
2457
2457
|
db: string;
|
|
2458
2458
|
output: string;
|
|
2459
|
-
meta: import("
|
|
2460
|
-
state: import("
|
|
2459
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2460
|
+
state: import("../index.js").FieldState;
|
|
2461
2461
|
} | undefined;
|
|
2462
|
-
meta: import("
|
|
2463
|
-
state: import("
|
|
2462
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2463
|
+
state: import("../index.js").FieldState;
|
|
2464
2464
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2465
2465
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2466
2466
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2467
2467
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2468
|
-
getConfig: () => import("
|
|
2468
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2469
2469
|
getIsRequired: () => boolean;
|
|
2470
2470
|
getIsTranslatable: () => boolean;
|
|
2471
|
-
getVisibility: () => import("
|
|
2471
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2472
2472
|
getIsDynamic: () => boolean;
|
|
2473
2473
|
getDescription: () => string | undefined;
|
|
2474
2474
|
getCondition: () => {
|
|
@@ -2508,54 +2508,54 @@ export declare const UserMfa: ContentType<{
|
|
|
2508
2508
|
lte?: number | undefined;
|
|
2509
2509
|
};
|
|
2510
2510
|
} | undefined;
|
|
2511
|
-
}>(this: TThis_1, length: number) => import("
|
|
2512
|
-
}, import("
|
|
2513
|
-
permissions: import("
|
|
2514
|
-
field: import("
|
|
2515
|
-
}, import("
|
|
2511
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2512
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2513
|
+
permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
|
|
2514
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2515
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2516
2516
|
}, "ManagerRole", undefined>;
|
|
2517
2517
|
only?: undefined;
|
|
2518
2518
|
multiple: <TThis_1 extends {
|
|
2519
2519
|
kind: "field";
|
|
2520
2520
|
readonly __fieldTypes?: {
|
|
2521
|
-
input: import("
|
|
2522
|
-
db: import("
|
|
2521
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2522
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2523
2523
|
output: {
|
|
2524
2524
|
name: string;
|
|
2525
2525
|
permissions: (string | undefined)[];
|
|
2526
2526
|
_type: "ManagerRole";
|
|
2527
2527
|
_id: string;
|
|
2528
2528
|
_schemaVersion?: number | undefined;
|
|
2529
|
-
_visibility?: import("
|
|
2530
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2529
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2530
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2531
2531
|
_trashed?: boolean | undefined;
|
|
2532
2532
|
_revision?: number | undefined;
|
|
2533
2533
|
_localeVariantGroupId?: string | undefined;
|
|
2534
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2534
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2535
2535
|
trashedAt?: Date | undefined;
|
|
2536
2536
|
createdAt?: Date | undefined;
|
|
2537
2537
|
updatedAt?: Date | undefined;
|
|
2538
2538
|
};
|
|
2539
|
-
meta: import("
|
|
2540
|
-
state: import("
|
|
2539
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2540
|
+
state: import("../index.js").FieldState;
|
|
2541
2541
|
} | undefined;
|
|
2542
|
-
meta: import("
|
|
2543
|
-
state: import("
|
|
2544
|
-
toZod: () => import("zod").ZodType<import("
|
|
2545
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2546
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2542
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2543
|
+
state: import("../index.js").FieldState;
|
|
2544
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2545
|
+
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>>;
|
|
2546
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2547
2547
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2548
2548
|
name: string;
|
|
2549
2549
|
permissions: (string | undefined)[];
|
|
2550
2550
|
_type: "ManagerRole";
|
|
2551
2551
|
_id: string;
|
|
2552
2552
|
_schemaVersion?: number | undefined;
|
|
2553
|
-
_visibility?: import("
|
|
2554
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2553
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2554
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2555
2555
|
_trashed?: boolean | undefined;
|
|
2556
2556
|
_revision?: number | undefined;
|
|
2557
2557
|
_localeVariantGroupId?: string | undefined;
|
|
2558
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2558
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2559
2559
|
trashedAt?: Date | undefined;
|
|
2560
2560
|
createdAt?: Date | undefined;
|
|
2561
2561
|
updatedAt?: Date | undefined;
|
|
@@ -2565,20 +2565,20 @@ export declare const UserMfa: ContentType<{
|
|
|
2565
2565
|
_type: "ManagerRole";
|
|
2566
2566
|
_id: string;
|
|
2567
2567
|
_schemaVersion?: number | undefined;
|
|
2568
|
-
_visibility?: import("
|
|
2569
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2568
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2569
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2570
2570
|
_trashed?: boolean | undefined;
|
|
2571
2571
|
_revision?: number | undefined;
|
|
2572
2572
|
_localeVariantGroupId?: string | undefined;
|
|
2573
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2573
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2574
2574
|
trashedAt?: Date | undefined;
|
|
2575
2575
|
createdAt?: Date | undefined;
|
|
2576
2576
|
updatedAt?: Date | undefined;
|
|
2577
2577
|
} | undefined, unknown>>;
|
|
2578
|
-
getConfig: () => import("
|
|
2578
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2579
2579
|
getIsRequired: () => boolean;
|
|
2580
2580
|
getIsTranslatable: () => boolean;
|
|
2581
|
-
getVisibility: () => import("
|
|
2581
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2582
2582
|
getIsDynamic: () => boolean;
|
|
2583
2583
|
getDescription: () => string | undefined;
|
|
2584
2584
|
getCondition: () => {
|
|
@@ -2618,23 +2618,23 @@ export declare const UserMfa: ContentType<{
|
|
|
2618
2618
|
lte?: number | undefined;
|
|
2619
2619
|
};
|
|
2620
2620
|
} | undefined;
|
|
2621
|
-
}>(this: TThis_1) => import("
|
|
2622
|
-
name: import("
|
|
2621
|
+
}>(this: TThis_1) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
2622
|
+
name: import("../index.js").WithFieldState<{
|
|
2623
2623
|
kind: "field";
|
|
2624
2624
|
readonly __fieldTypes?: {
|
|
2625
2625
|
input: string;
|
|
2626
2626
|
db: string;
|
|
2627
2627
|
output: string;
|
|
2628
|
-
meta: import("
|
|
2629
|
-
state: import("
|
|
2628
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2629
|
+
state: import("../index.js").DefaultFieldState;
|
|
2630
2630
|
} | undefined;
|
|
2631
|
-
meta: import("
|
|
2632
|
-
state: import("
|
|
2631
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2632
|
+
state: import("../index.js").DefaultFieldState;
|
|
2633
2633
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2634
2634
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2635
2635
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2636
2636
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2637
|
-
getConfig: () => import("
|
|
2637
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2638
2638
|
getIsRequired: () => false;
|
|
2639
2639
|
getIsTranslatable: () => false;
|
|
2640
2640
|
getVisibility: () => "all";
|
|
@@ -2648,19 +2648,19 @@ export declare const UserMfa: ContentType<{
|
|
|
2648
2648
|
input: string;
|
|
2649
2649
|
db: string;
|
|
2650
2650
|
output: string;
|
|
2651
|
-
meta: import("
|
|
2652
|
-
state: import("
|
|
2651
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2652
|
+
state: import("../index.js").FieldState;
|
|
2653
2653
|
} | undefined;
|
|
2654
|
-
meta: import("
|
|
2655
|
-
state: import("
|
|
2654
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2655
|
+
state: import("../index.js").FieldState;
|
|
2656
2656
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2657
2657
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2658
2658
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2659
2659
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2660
|
-
getConfig: () => import("
|
|
2660
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2661
2661
|
getIsRequired: () => boolean;
|
|
2662
2662
|
getIsTranslatable: () => boolean;
|
|
2663
|
-
getVisibility: () => import("
|
|
2663
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2664
2664
|
getIsDynamic: () => boolean;
|
|
2665
2665
|
getDescription: () => string | undefined;
|
|
2666
2666
|
getCondition: () => {
|
|
@@ -2700,26 +2700,26 @@ export declare const UserMfa: ContentType<{
|
|
|
2700
2700
|
lte?: number | undefined;
|
|
2701
2701
|
};
|
|
2702
2702
|
} | undefined;
|
|
2703
|
-
}, NextUi extends import("
|
|
2703
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_2, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_2>>;
|
|
2704
2704
|
min: <TThis_2 extends {
|
|
2705
2705
|
kind: "field";
|
|
2706
2706
|
readonly __fieldTypes?: {
|
|
2707
2707
|
input: string;
|
|
2708
2708
|
db: string;
|
|
2709
2709
|
output: string;
|
|
2710
|
-
meta: import("
|
|
2711
|
-
state: import("
|
|
2710
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2711
|
+
state: import("../index.js").FieldState;
|
|
2712
2712
|
} | undefined;
|
|
2713
|
-
meta: import("
|
|
2714
|
-
state: import("
|
|
2713
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2714
|
+
state: import("../index.js").FieldState;
|
|
2715
2715
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2716
2716
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2717
2717
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2718
2718
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2719
|
-
getConfig: () => import("
|
|
2719
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2720
2720
|
getIsRequired: () => boolean;
|
|
2721
2721
|
getIsTranslatable: () => boolean;
|
|
2722
|
-
getVisibility: () => import("
|
|
2722
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2723
2723
|
getIsDynamic: () => boolean;
|
|
2724
2724
|
getDescription: () => string | undefined;
|
|
2725
2725
|
getCondition: () => {
|
|
@@ -2759,26 +2759,26 @@ export declare const UserMfa: ContentType<{
|
|
|
2759
2759
|
lte?: number | undefined;
|
|
2760
2760
|
};
|
|
2761
2761
|
} | undefined;
|
|
2762
|
-
}>(this: TThis_2, length: number) => import("
|
|
2762
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
2763
2763
|
max: <TThis_2 extends {
|
|
2764
2764
|
kind: "field";
|
|
2765
2765
|
readonly __fieldTypes?: {
|
|
2766
2766
|
input: string;
|
|
2767
2767
|
db: string;
|
|
2768
2768
|
output: string;
|
|
2769
|
-
meta: import("
|
|
2770
|
-
state: import("
|
|
2769
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2770
|
+
state: import("../index.js").FieldState;
|
|
2771
2771
|
} | undefined;
|
|
2772
|
-
meta: import("
|
|
2773
|
-
state: import("
|
|
2772
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2773
|
+
state: import("../index.js").FieldState;
|
|
2774
2774
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2775
2775
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2776
2776
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2777
2777
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2778
|
-
getConfig: () => import("
|
|
2778
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2779
2779
|
getIsRequired: () => boolean;
|
|
2780
2780
|
getIsTranslatable: () => boolean;
|
|
2781
|
-
getVisibility: () => import("
|
|
2781
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2782
2782
|
getIsDynamic: () => boolean;
|
|
2783
2783
|
getDescription: () => string | undefined;
|
|
2784
2784
|
getCondition: () => {
|
|
@@ -2818,73 +2818,73 @@ export declare const UserMfa: ContentType<{
|
|
|
2818
2818
|
lte?: number | undefined;
|
|
2819
2819
|
};
|
|
2820
2820
|
} | undefined;
|
|
2821
|
-
}>(this: TThis_2, length: number) => import("
|
|
2822
|
-
}, import("
|
|
2823
|
-
permissions: import("
|
|
2824
|
-
field: import("
|
|
2825
|
-
}, import("
|
|
2826
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
2827
|
-
}, import("
|
|
2828
|
-
avatarId: import("
|
|
2829
|
-
avatarKey: import("
|
|
2830
|
-
avatarAccess: import("
|
|
2831
|
-
avatarUrl: import("
|
|
2832
|
-
avatarPreviewUrl: import("
|
|
2833
|
-
tutorialsEnabled: import("
|
|
2834
|
-
tutorialsPromptedAt: import("
|
|
2835
|
-
seenTours: import("
|
|
2836
|
-
twoFactorEnabled: import("
|
|
2821
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
2822
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2823
|
+
permissions: import("../index.js").WithFieldState<import("../index.js").FieldLike<(string | null | undefined)[], (string | undefined)[], (string | undefined)[], import("../index.js").SimpleListMeta<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState> & import("../index.js").PopulatableFieldLike<(string | undefined)[], import("../index.js").DefaultFieldState> & {
|
|
2824
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2825
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2826
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2827
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2828
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
2829
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2830
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
2831
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
2832
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
2833
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
2834
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
2835
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
2836
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
2837
2837
|
kind: "field";
|
|
2838
2838
|
readonly __fieldTypes?: {
|
|
2839
2839
|
input: boolean;
|
|
2840
2840
|
db: boolean;
|
|
2841
2841
|
output: boolean;
|
|
2842
|
-
meta: import("
|
|
2843
|
-
state: import("
|
|
2842
|
+
meta: import("../index.js").BooleanMeta;
|
|
2843
|
+
state: import("../index.js").DefaultFieldState;
|
|
2844
2844
|
} | undefined;
|
|
2845
|
-
meta: import("
|
|
2846
|
-
state: import("
|
|
2845
|
+
meta: import("../index.js").BooleanMeta;
|
|
2846
|
+
state: import("../index.js").DefaultFieldState;
|
|
2847
2847
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
2848
2848
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
2849
2849
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
2850
2850
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
2851
|
-
getConfig: () => import("
|
|
2851
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
2852
2852
|
getIsRequired: () => false;
|
|
2853
2853
|
getIsTranslatable: () => false;
|
|
2854
2854
|
getVisibility: () => "all";
|
|
2855
2855
|
getIsDynamic: () => true;
|
|
2856
2856
|
getDescription: () => undefined;
|
|
2857
2857
|
getCondition: () => undefined;
|
|
2858
|
-
}, import("
|
|
2859
|
-
}, "ManagerUser", undefined>, undefined, import("
|
|
2860
|
-
}, import("
|
|
2861
|
-
enabled: import("
|
|
2858
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2859
|
+
}, "ManagerUser", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
2860
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2861
|
+
enabled: import("../index.js").WithFieldState<{
|
|
2862
2862
|
kind: "field";
|
|
2863
2863
|
readonly __fieldTypes?: {
|
|
2864
2864
|
input: boolean;
|
|
2865
2865
|
db: boolean;
|
|
2866
2866
|
output: boolean;
|
|
2867
|
-
meta: import("
|
|
2868
|
-
state: import("
|
|
2867
|
+
meta: import("../index.js").BooleanMeta;
|
|
2868
|
+
state: import("../index.js").DefaultFieldState;
|
|
2869
2869
|
} | undefined;
|
|
2870
|
-
meta: import("
|
|
2871
|
-
state: import("
|
|
2870
|
+
meta: import("../index.js").BooleanMeta;
|
|
2871
|
+
state: import("../index.js").DefaultFieldState;
|
|
2872
2872
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
2873
2873
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
2874
2874
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
2875
2875
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
2876
|
-
getConfig: () => import("
|
|
2876
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
2877
2877
|
getIsRequired: () => false;
|
|
2878
2878
|
getIsTranslatable: () => false;
|
|
2879
2879
|
getVisibility: () => "all";
|
|
2880
2880
|
getIsDynamic: () => true;
|
|
2881
2881
|
getDescription: () => undefined;
|
|
2882
2882
|
getCondition: () => undefined;
|
|
2883
|
-
}, import("
|
|
2884
|
-
preferredMethod: import("
|
|
2885
|
-
totpSecret: import("
|
|
2886
|
-
totpSecretPending: import("
|
|
2887
|
-
totpVerifiedAt: import("
|
|
2883
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2884
|
+
preferredMethod: import("../index.js").SelectField<readonly ["totp", "webauthn"], false, import("../index.js").DefaultFieldState>;
|
|
2885
|
+
totpSecret: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2886
|
+
totpSecretPending: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2887
|
+
totpVerifiedAt: import("../index.js").DateField<"Date", import("../index.js").DefaultFieldState>;
|
|
2888
2888
|
}, "UserMfa", undefined>;
|
|
2889
2889
|
export type UserMfa = typeof UserMfa;
|
|
2890
2890
|
export type UserMfaManager = DBOutput<UserMfa>;
|