@rakun-kit/core 1.4.0 → 1.4.1
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/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 +3 -3
- 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,22 +1,22 @@
|
|
|
1
|
-
import ContentType from "../lib/ContentType";
|
|
2
|
-
import { DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import { DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const WebAuthnRegChallenge: ContentType<{
|
|
4
|
-
token: import("
|
|
4
|
+
token: import("../index.js").WithFieldState<{
|
|
5
5
|
kind: "field";
|
|
6
6
|
readonly __fieldTypes?: {
|
|
7
7
|
input: string;
|
|
8
8
|
db: string;
|
|
9
9
|
output: string;
|
|
10
|
-
meta: import("
|
|
11
|
-
state: import("
|
|
10
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
11
|
+
state: import("../index.js").DefaultFieldState;
|
|
12
12
|
} | undefined;
|
|
13
|
-
meta: import("
|
|
14
|
-
state: import("
|
|
13
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
14
|
+
state: import("../index.js").DefaultFieldState;
|
|
15
15
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
16
16
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
17
17
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
18
18
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
19
|
-
getConfig: () => import("
|
|
19
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
20
20
|
getIsRequired: () => false;
|
|
21
21
|
getIsTranslatable: () => false;
|
|
22
22
|
getVisibility: () => "all";
|
|
@@ -30,19 +30,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
30
30
|
input: string;
|
|
31
31
|
db: string;
|
|
32
32
|
output: string;
|
|
33
|
-
meta: import("
|
|
34
|
-
state: import("
|
|
33
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
34
|
+
state: import("../index.js").FieldState;
|
|
35
35
|
} | undefined;
|
|
36
|
-
meta: import("
|
|
37
|
-
state: import("
|
|
36
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
37
|
+
state: import("../index.js").FieldState;
|
|
38
38
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
39
39
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
40
40
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
41
41
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
42
|
-
getConfig: () => import("
|
|
42
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
43
43
|
getIsRequired: () => boolean;
|
|
44
44
|
getIsTranslatable: () => boolean;
|
|
45
|
-
getVisibility: () => import("
|
|
45
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
46
46
|
getIsDynamic: () => boolean;
|
|
47
47
|
getDescription: () => string | undefined;
|
|
48
48
|
getCondition: () => {
|
|
@@ -82,26 +82,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
82
82
|
lte?: number | undefined;
|
|
83
83
|
};
|
|
84
84
|
} | undefined;
|
|
85
|
-
}, NextUi extends import("
|
|
85
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
86
86
|
min: <TThis extends {
|
|
87
87
|
kind: "field";
|
|
88
88
|
readonly __fieldTypes?: {
|
|
89
89
|
input: string;
|
|
90
90
|
db: string;
|
|
91
91
|
output: string;
|
|
92
|
-
meta: import("
|
|
93
|
-
state: import("
|
|
92
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
93
|
+
state: import("../index.js").FieldState;
|
|
94
94
|
} | undefined;
|
|
95
|
-
meta: import("
|
|
96
|
-
state: import("
|
|
95
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
96
|
+
state: import("../index.js").FieldState;
|
|
97
97
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
98
98
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
99
99
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
100
100
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
101
|
-
getConfig: () => import("
|
|
101
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
102
102
|
getIsRequired: () => boolean;
|
|
103
103
|
getIsTranslatable: () => boolean;
|
|
104
|
-
getVisibility: () => import("
|
|
104
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
105
105
|
getIsDynamic: () => boolean;
|
|
106
106
|
getDescription: () => string | undefined;
|
|
107
107
|
getCondition: () => {
|
|
@@ -141,26 +141,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
141
141
|
lte?: number | undefined;
|
|
142
142
|
};
|
|
143
143
|
} | undefined;
|
|
144
|
-
}>(this: TThis, length: number) => import("
|
|
144
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
145
145
|
max: <TThis extends {
|
|
146
146
|
kind: "field";
|
|
147
147
|
readonly __fieldTypes?: {
|
|
148
148
|
input: string;
|
|
149
149
|
db: string;
|
|
150
150
|
output: string;
|
|
151
|
-
meta: import("
|
|
152
|
-
state: import("
|
|
151
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
152
|
+
state: import("../index.js").FieldState;
|
|
153
153
|
} | undefined;
|
|
154
|
-
meta: import("
|
|
155
|
-
state: import("
|
|
154
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
155
|
+
state: import("../index.js").FieldState;
|
|
156
156
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
157
157
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
158
158
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
159
159
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
160
|
-
getConfig: () => import("
|
|
160
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
161
161
|
getIsRequired: () => boolean;
|
|
162
162
|
getIsTranslatable: () => boolean;
|
|
163
|
-
getVisibility: () => import("
|
|
163
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
164
164
|
getIsDynamic: () => boolean;
|
|
165
165
|
getDescription: () => string | undefined;
|
|
166
166
|
getCondition: () => {
|
|
@@ -200,13 +200,13 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
200
200
|
lte?: number | undefined;
|
|
201
201
|
};
|
|
202
202
|
} | undefined;
|
|
203
|
-
}>(this: TThis, length: number) => import("
|
|
204
|
-
}, import("
|
|
205
|
-
user: import("
|
|
203
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
204
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
205
|
+
user: import("../index.js").WithFieldState<{
|
|
206
206
|
kind: "field";
|
|
207
207
|
readonly __fieldTypes?: {
|
|
208
|
-
input: import("
|
|
209
|
-
db: import("
|
|
208
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
209
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
210
210
|
output: {
|
|
211
211
|
user: string;
|
|
212
212
|
email: string;
|
|
@@ -216,12 +216,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
216
216
|
_type: "ManagerRole";
|
|
217
217
|
_id: string;
|
|
218
218
|
_schemaVersion?: number | undefined;
|
|
219
|
-
_visibility?: import("
|
|
220
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
219
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
220
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
221
221
|
_trashed?: boolean | undefined;
|
|
222
222
|
_revision?: number | undefined;
|
|
223
223
|
_localeVariantGroupId?: string | undefined;
|
|
224
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
224
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
225
225
|
trashedAt?: Date | undefined;
|
|
226
226
|
createdAt?: Date | undefined;
|
|
227
227
|
updatedAt?: Date | undefined;
|
|
@@ -239,24 +239,24 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
239
239
|
tutorialsPromptedAt?: Date | undefined;
|
|
240
240
|
seenTours?: (string | undefined)[] | undefined;
|
|
241
241
|
_schemaVersion?: number | undefined;
|
|
242
|
-
_visibility?: import("
|
|
243
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
242
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
243
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
244
244
|
_trashed?: boolean | undefined;
|
|
245
245
|
_revision?: number | undefined;
|
|
246
246
|
_localeVariantGroupId?: string | undefined;
|
|
247
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
247
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
248
248
|
trashedAt?: Date | undefined;
|
|
249
249
|
createdAt?: Date | undefined;
|
|
250
250
|
updatedAt?: Date | undefined;
|
|
251
251
|
};
|
|
252
|
-
meta: import("
|
|
253
|
-
state: import("
|
|
252
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
253
|
+
state: import("../index.js").DefaultFieldState;
|
|
254
254
|
} | undefined;
|
|
255
|
-
meta: import("
|
|
256
|
-
state: import("
|
|
257
|
-
toZod: () => import("zod").ZodType<import("
|
|
258
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
259
|
-
getSchema: () => import("zod").ZodType<import("
|
|
255
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
256
|
+
state: import("../index.js").DefaultFieldState;
|
|
257
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
258
|
+
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>>;
|
|
259
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
260
260
|
getOutputSchema: () => import("zod").ZodType<{
|
|
261
261
|
user: string;
|
|
262
262
|
email: string;
|
|
@@ -266,12 +266,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
266
266
|
_type: "ManagerRole";
|
|
267
267
|
_id: string;
|
|
268
268
|
_schemaVersion?: number | undefined;
|
|
269
|
-
_visibility?: import("
|
|
270
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
269
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
270
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
271
271
|
_trashed?: boolean | undefined;
|
|
272
272
|
_revision?: number | undefined;
|
|
273
273
|
_localeVariantGroupId?: string | undefined;
|
|
274
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
274
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
275
275
|
trashedAt?: Date | undefined;
|
|
276
276
|
createdAt?: Date | undefined;
|
|
277
277
|
updatedAt?: Date | undefined;
|
|
@@ -289,12 +289,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
289
289
|
tutorialsPromptedAt?: Date | undefined;
|
|
290
290
|
seenTours?: (string | undefined)[] | undefined;
|
|
291
291
|
_schemaVersion?: number | undefined;
|
|
292
|
-
_visibility?: import("
|
|
293
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
292
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
293
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
294
294
|
_trashed?: boolean | undefined;
|
|
295
295
|
_revision?: number | undefined;
|
|
296
296
|
_localeVariantGroupId?: string | undefined;
|
|
297
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
297
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
298
298
|
trashedAt?: Date | undefined;
|
|
299
299
|
createdAt?: Date | undefined;
|
|
300
300
|
updatedAt?: Date | undefined;
|
|
@@ -307,12 +307,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
307
307
|
_type: "ManagerRole";
|
|
308
308
|
_id: string;
|
|
309
309
|
_schemaVersion?: number | undefined;
|
|
310
|
-
_visibility?: import("
|
|
311
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
310
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
311
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
312
312
|
_trashed?: boolean | undefined;
|
|
313
313
|
_revision?: number | undefined;
|
|
314
314
|
_localeVariantGroupId?: string | undefined;
|
|
315
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
315
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
316
316
|
trashedAt?: Date | undefined;
|
|
317
317
|
createdAt?: Date | undefined;
|
|
318
318
|
updatedAt?: Date | undefined;
|
|
@@ -330,24 +330,24 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
330
330
|
tutorialsPromptedAt?: Date | undefined;
|
|
331
331
|
seenTours?: (string | undefined)[] | undefined;
|
|
332
332
|
_schemaVersion?: number | undefined;
|
|
333
|
-
_visibility?: import("
|
|
334
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
333
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
334
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
335
335
|
_trashed?: boolean | undefined;
|
|
336
336
|
_revision?: number | undefined;
|
|
337
337
|
_localeVariantGroupId?: string | undefined;
|
|
338
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
338
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
339
339
|
trashedAt?: Date | undefined;
|
|
340
340
|
createdAt?: Date | undefined;
|
|
341
341
|
updatedAt?: Date | undefined;
|
|
342
342
|
} | undefined, unknown>>;
|
|
343
|
-
getConfig: () => import("
|
|
343
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
344
344
|
getIsRequired: () => false;
|
|
345
345
|
getIsTranslatable: () => false;
|
|
346
346
|
getVisibility: () => "all";
|
|
347
347
|
getIsDynamic: () => true;
|
|
348
348
|
getDescription: () => undefined;
|
|
349
349
|
getCondition: () => undefined;
|
|
350
|
-
} & import("
|
|
350
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
351
351
|
user: string;
|
|
352
352
|
email: string;
|
|
353
353
|
password: string;
|
|
@@ -357,12 +357,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
357
357
|
_type: "ManagerRole";
|
|
358
358
|
_id: string;
|
|
359
359
|
_schemaVersion?: number | undefined;
|
|
360
|
-
_visibility?: import("
|
|
361
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
360
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
361
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
362
362
|
_trashed?: boolean | undefined;
|
|
363
363
|
_revision?: number | undefined;
|
|
364
364
|
_localeVariantGroupId?: string | undefined;
|
|
365
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
365
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
366
366
|
trashedAt?: Date | undefined;
|
|
367
367
|
trashedBy?: string | undefined;
|
|
368
368
|
createdAt?: Date | undefined;
|
|
@@ -383,37 +383,37 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
383
383
|
tutorialsPromptedAt?: Date | undefined;
|
|
384
384
|
seenTours?: (string | undefined)[] | undefined;
|
|
385
385
|
_schemaVersion?: number | undefined;
|
|
386
|
-
_visibility?: import("
|
|
387
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
386
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
387
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
388
388
|
_trashed?: boolean | undefined;
|
|
389
389
|
_revision?: number | undefined;
|
|
390
390
|
_localeVariantGroupId?: string | undefined;
|
|
391
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
391
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
392
392
|
trashedAt?: Date | undefined;
|
|
393
393
|
trashedBy?: string | undefined;
|
|
394
394
|
createdAt?: Date | undefined;
|
|
395
395
|
updatedAt?: Date | undefined;
|
|
396
396
|
createdBy?: string | undefined;
|
|
397
397
|
updatedBy?: string | undefined;
|
|
398
|
-
}, import("
|
|
398
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
399
399
|
contentType: ContentType<{
|
|
400
|
-
name: import("
|
|
401
|
-
user: import("
|
|
400
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
401
|
+
user: 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<"Text">;
|
|
408
|
+
state: import("../index.js").DefaultFieldState;
|
|
409
409
|
} | undefined;
|
|
410
|
-
meta: import("
|
|
411
|
-
state: import("
|
|
410
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
417
417
|
getIsRequired: () => false;
|
|
418
418
|
getIsTranslatable: () => false;
|
|
419
419
|
getVisibility: () => "all";
|
|
@@ -427,19 +427,19 @@ export declare const WebAuthnRegChallenge: 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<"Text">;
|
|
431
|
+
state: import("../index.js").FieldState;
|
|
432
432
|
} | undefined;
|
|
433
|
-
meta: import("
|
|
434
|
-
state: import("
|
|
433
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 WebAuthnRegChallenge: 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<"Text">;
|
|
490
|
+
state: import("../index.js").FieldState;
|
|
491
491
|
} | undefined;
|
|
492
|
-
meta: import("
|
|
493
|
-
state: import("
|
|
492
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 WebAuthnRegChallenge: 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<"Text", 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<"Text">;
|
|
549
|
+
state: import("../index.js").FieldState;
|
|
550
550
|
} | undefined;
|
|
551
|
-
meta: import("
|
|
552
|
-
state: import("
|
|
551
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 WebAuthnRegChallenge: ContentType<{
|
|
|
597
597
|
lte?: number | undefined;
|
|
598
598
|
};
|
|
599
599
|
} | undefined;
|
|
600
|
-
}>(this: TThis, length: number) => import("
|
|
601
|
-
}, import("
|
|
602
|
-
email: import("
|
|
600
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
601
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
602
|
+
email: import("../index.js").WithFieldState<{
|
|
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<"Email">;
|
|
609
|
+
state: import("../index.js").DefaultFieldState;
|
|
610
610
|
} | undefined;
|
|
611
|
-
meta: import("
|
|
612
|
-
state: import("
|
|
611
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
618
618
|
getIsRequired: () => false;
|
|
619
619
|
getIsTranslatable: () => false;
|
|
620
620
|
getVisibility: () => "all";
|
|
@@ -628,19 +628,19 @@ export declare const WebAuthnRegChallenge: 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<"Email">;
|
|
632
|
+
state: import("../index.js").FieldState;
|
|
633
633
|
} | undefined;
|
|
634
|
-
meta: import("
|
|
635
|
-
state: import("
|
|
634
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 WebAuthnRegChallenge: 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<"Email">;
|
|
691
|
+
state: import("../index.js").FieldState;
|
|
692
692
|
} | undefined;
|
|
693
|
-
meta: import("
|
|
694
|
-
state: import("
|
|
693
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 WebAuthnRegChallenge: 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<"Email", 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<"Email">;
|
|
750
|
+
state: import("../index.js").FieldState;
|
|
751
751
|
} | undefined;
|
|
752
|
-
meta: import("
|
|
753
|
-
state: import("
|
|
752
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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,24 +798,24 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
798
798
|
lte?: number | undefined;
|
|
799
799
|
};
|
|
800
800
|
} | undefined;
|
|
801
|
-
}>(this: TThis, length: number) => import("
|
|
802
|
-
}, import("
|
|
803
|
-
password: import("
|
|
801
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
802
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
803
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
804
804
|
kind: "field";
|
|
805
805
|
readonly __fieldTypes?: {
|
|
806
806
|
input: string;
|
|
807
807
|
db: string;
|
|
808
808
|
output: string;
|
|
809
|
-
meta: import("
|
|
810
|
-
state: import("
|
|
809
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
810
|
+
state: import("../index.js").DefaultFieldState;
|
|
811
811
|
} | undefined;
|
|
812
|
-
meta: import("
|
|
813
|
-
state: import("
|
|
812
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
813
|
+
state: import("../index.js").DefaultFieldState;
|
|
814
814
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
815
815
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
816
816
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
817
817
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
818
|
-
getConfig: () => import("
|
|
818
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
819
819
|
getIsRequired: () => false;
|
|
820
820
|
getIsTranslatable: () => false;
|
|
821
821
|
getVisibility: () => "all";
|
|
@@ -829,19 +829,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
829
829
|
input: string;
|
|
830
830
|
db: string;
|
|
831
831
|
output: string;
|
|
832
|
-
meta: import("
|
|
833
|
-
state: import("
|
|
832
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
833
|
+
state: import("../index.js").FieldState;
|
|
834
834
|
} | undefined;
|
|
835
|
-
meta: import("
|
|
836
|
-
state: import("
|
|
835
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
836
|
+
state: import("../index.js").FieldState;
|
|
837
837
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
838
838
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
839
839
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
840
840
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
841
|
-
getConfig: () => import("
|
|
841
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
842
842
|
getIsRequired: () => boolean;
|
|
843
843
|
getIsTranslatable: () => boolean;
|
|
844
|
-
getVisibility: () => import("
|
|
844
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
845
845
|
getIsDynamic: () => boolean;
|
|
846
846
|
getDescription: () => string | undefined;
|
|
847
847
|
getCondition: () => {
|
|
@@ -881,26 +881,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
881
881
|
lte?: number | undefined;
|
|
882
882
|
};
|
|
883
883
|
} | undefined;
|
|
884
|
-
}, NextUi extends import("
|
|
884
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
885
885
|
min: <TThis extends {
|
|
886
886
|
kind: "field";
|
|
887
887
|
readonly __fieldTypes?: {
|
|
888
888
|
input: string;
|
|
889
889
|
db: string;
|
|
890
890
|
output: string;
|
|
891
|
-
meta: import("
|
|
892
|
-
state: import("
|
|
891
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
892
|
+
state: import("../index.js").FieldState;
|
|
893
893
|
} | undefined;
|
|
894
|
-
meta: import("
|
|
895
|
-
state: import("
|
|
894
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
895
|
+
state: import("../index.js").FieldState;
|
|
896
896
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
897
897
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
898
898
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
899
899
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
900
|
-
getConfig: () => import("
|
|
900
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
901
901
|
getIsRequired: () => boolean;
|
|
902
902
|
getIsTranslatable: () => boolean;
|
|
903
|
-
getVisibility: () => import("
|
|
903
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
904
904
|
getIsDynamic: () => boolean;
|
|
905
905
|
getDescription: () => string | undefined;
|
|
906
906
|
getCondition: () => {
|
|
@@ -940,26 +940,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
940
940
|
lte?: number | undefined;
|
|
941
941
|
};
|
|
942
942
|
} | undefined;
|
|
943
|
-
}>(this: TThis, length: number) => import("
|
|
943
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
944
944
|
max: <TThis extends {
|
|
945
945
|
kind: "field";
|
|
946
946
|
readonly __fieldTypes?: {
|
|
947
947
|
input: string;
|
|
948
948
|
db: string;
|
|
949
949
|
output: string;
|
|
950
|
-
meta: import("
|
|
951
|
-
state: import("
|
|
950
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
951
|
+
state: import("../index.js").FieldState;
|
|
952
952
|
} | undefined;
|
|
953
|
-
meta: import("
|
|
954
|
-
state: import("
|
|
953
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
954
|
+
state: import("../index.js").FieldState;
|
|
955
955
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
956
956
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
957
957
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
958
958
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
959
|
-
getConfig: () => import("
|
|
959
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
960
960
|
getIsRequired: () => boolean;
|
|
961
961
|
getIsTranslatable: () => boolean;
|
|
962
|
-
getVisibility: () => import("
|
|
962
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
963
963
|
getIsDynamic: () => boolean;
|
|
964
964
|
getDescription: () => string | undefined;
|
|
965
965
|
getCondition: () => {
|
|
@@ -999,49 +999,49 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
999
999
|
lte?: number | undefined;
|
|
1000
1000
|
};
|
|
1001
1001
|
} | undefined;
|
|
1002
|
-
}>(this: TThis, length: number) => import("
|
|
1003
|
-
}, keyof import("
|
|
1004
|
-
role: import("
|
|
1002
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
1003
|
+
}, 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">>;
|
|
1004
|
+
role: import("../index.js").WithFieldState<{
|
|
1005
1005
|
kind: "field";
|
|
1006
1006
|
readonly __fieldTypes?: {
|
|
1007
|
-
input: import("
|
|
1008
|
-
db: import("
|
|
1007
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1008
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1009
1009
|
output: {
|
|
1010
1010
|
name: string;
|
|
1011
1011
|
permissions: (string | undefined)[];
|
|
1012
1012
|
_type: "ManagerRole";
|
|
1013
1013
|
_id: string;
|
|
1014
1014
|
_schemaVersion?: number | undefined;
|
|
1015
|
-
_visibility?: import("
|
|
1016
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1015
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1016
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1017
1017
|
_trashed?: boolean | undefined;
|
|
1018
1018
|
_revision?: number | undefined;
|
|
1019
1019
|
_localeVariantGroupId?: string | undefined;
|
|
1020
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1020
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1021
1021
|
trashedAt?: Date | undefined;
|
|
1022
1022
|
createdAt?: Date | undefined;
|
|
1023
1023
|
updatedAt?: Date | undefined;
|
|
1024
1024
|
};
|
|
1025
|
-
meta: import("
|
|
1026
|
-
state: import("
|
|
1025
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1026
|
+
state: import("../index.js").DefaultFieldState;
|
|
1027
1027
|
} | undefined;
|
|
1028
|
-
meta: import("
|
|
1029
|
-
state: import("
|
|
1030
|
-
toZod: () => import("zod").ZodType<import("
|
|
1031
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1032
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1028
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1029
|
+
state: import("../index.js").DefaultFieldState;
|
|
1030
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
1031
|
+
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>>;
|
|
1032
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
1033
1033
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1034
1034
|
name: string;
|
|
1035
1035
|
permissions: (string | undefined)[];
|
|
1036
1036
|
_type: "ManagerRole";
|
|
1037
1037
|
_id: string;
|
|
1038
1038
|
_schemaVersion?: number | undefined;
|
|
1039
|
-
_visibility?: import("
|
|
1040
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1039
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1040
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1041
1041
|
_trashed?: boolean | undefined;
|
|
1042
1042
|
_revision?: number | undefined;
|
|
1043
1043
|
_localeVariantGroupId?: string | undefined;
|
|
1044
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1044
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1045
1045
|
trashedAt?: Date | undefined;
|
|
1046
1046
|
createdAt?: Date | undefined;
|
|
1047
1047
|
updatedAt?: Date | undefined;
|
|
@@ -1051,59 +1051,59 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1051
1051
|
_type: "ManagerRole";
|
|
1052
1052
|
_id: string;
|
|
1053
1053
|
_schemaVersion?: number | undefined;
|
|
1054
|
-
_visibility?: import("
|
|
1055
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1054
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1055
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1056
1056
|
_trashed?: boolean | undefined;
|
|
1057
1057
|
_revision?: number | undefined;
|
|
1058
1058
|
_localeVariantGroupId?: string | undefined;
|
|
1059
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1059
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1060
1060
|
trashedAt?: Date | undefined;
|
|
1061
1061
|
createdAt?: Date | undefined;
|
|
1062
1062
|
updatedAt?: Date | undefined;
|
|
1063
1063
|
} | undefined, unknown>>;
|
|
1064
|
-
getConfig: () => import("
|
|
1064
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1065
1065
|
getIsRequired: () => false;
|
|
1066
1066
|
getIsTranslatable: () => false;
|
|
1067
1067
|
getVisibility: () => "all";
|
|
1068
1068
|
getIsDynamic: () => true;
|
|
1069
1069
|
getDescription: () => undefined;
|
|
1070
1070
|
getCondition: () => undefined;
|
|
1071
|
-
} & import("
|
|
1071
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
1072
1072
|
name: string;
|
|
1073
1073
|
permissions: (string | undefined)[];
|
|
1074
1074
|
_type: "ManagerRole";
|
|
1075
1075
|
_id: string;
|
|
1076
1076
|
_schemaVersion?: number | undefined;
|
|
1077
|
-
_visibility?: import("
|
|
1078
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1077
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1078
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1079
1079
|
_trashed?: boolean | undefined;
|
|
1080
1080
|
_revision?: number | undefined;
|
|
1081
1081
|
_localeVariantGroupId?: string | undefined;
|
|
1082
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1082
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1083
1083
|
trashedAt?: Date | undefined;
|
|
1084
1084
|
trashedBy?: string | undefined;
|
|
1085
1085
|
createdAt?: Date | undefined;
|
|
1086
1086
|
updatedAt?: Date | undefined;
|
|
1087
1087
|
createdBy?: string | undefined;
|
|
1088
1088
|
updatedBy?: string | undefined;
|
|
1089
|
-
}, import("
|
|
1089
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
1090
1090
|
contentType: ContentType<{
|
|
1091
|
-
name: import("
|
|
1091
|
+
name: import("../index.js").WithFieldState<{
|
|
1092
1092
|
kind: "field";
|
|
1093
1093
|
readonly __fieldTypes?: {
|
|
1094
1094
|
input: string;
|
|
1095
1095
|
db: string;
|
|
1096
1096
|
output: string;
|
|
1097
|
-
meta: import("
|
|
1098
|
-
state: import("
|
|
1097
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1098
|
+
state: import("../index.js").DefaultFieldState;
|
|
1099
1099
|
} | undefined;
|
|
1100
|
-
meta: import("
|
|
1101
|
-
state: import("
|
|
1100
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1101
|
+
state: import("../index.js").DefaultFieldState;
|
|
1102
1102
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1103
1103
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1104
1104
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1105
1105
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1106
|
-
getConfig: () => import("
|
|
1106
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1107
1107
|
getIsRequired: () => false;
|
|
1108
1108
|
getIsTranslatable: () => false;
|
|
1109
1109
|
getVisibility: () => "all";
|
|
@@ -1117,19 +1117,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1117
1117
|
input: string;
|
|
1118
1118
|
db: string;
|
|
1119
1119
|
output: string;
|
|
1120
|
-
meta: import("
|
|
1121
|
-
state: import("
|
|
1120
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1121
|
+
state: import("../index.js").FieldState;
|
|
1122
1122
|
} | undefined;
|
|
1123
|
-
meta: import("
|
|
1124
|
-
state: import("
|
|
1123
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1124
|
+
state: import("../index.js").FieldState;
|
|
1125
1125
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1126
1126
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1127
1127
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1128
1128
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1129
|
-
getConfig: () => import("
|
|
1129
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1130
1130
|
getIsRequired: () => boolean;
|
|
1131
1131
|
getIsTranslatable: () => boolean;
|
|
1132
|
-
getVisibility: () => import("
|
|
1132
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1133
1133
|
getIsDynamic: () => boolean;
|
|
1134
1134
|
getDescription: () => string | undefined;
|
|
1135
1135
|
getCondition: () => {
|
|
@@ -1169,26 +1169,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1169
1169
|
lte?: number | undefined;
|
|
1170
1170
|
};
|
|
1171
1171
|
} | undefined;
|
|
1172
|
-
}, NextUi extends import("
|
|
1172
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1173
1173
|
min: <TThis extends {
|
|
1174
1174
|
kind: "field";
|
|
1175
1175
|
readonly __fieldTypes?: {
|
|
1176
1176
|
input: string;
|
|
1177
1177
|
db: string;
|
|
1178
1178
|
output: string;
|
|
1179
|
-
meta: import("
|
|
1180
|
-
state: import("
|
|
1179
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1180
|
+
state: import("../index.js").FieldState;
|
|
1181
1181
|
} | undefined;
|
|
1182
|
-
meta: import("
|
|
1183
|
-
state: import("
|
|
1182
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1183
|
+
state: import("../index.js").FieldState;
|
|
1184
1184
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1185
1185
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1186
1186
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1187
1187
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1188
|
-
getConfig: () => import("
|
|
1188
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1189
1189
|
getIsRequired: () => boolean;
|
|
1190
1190
|
getIsTranslatable: () => boolean;
|
|
1191
|
-
getVisibility: () => import("
|
|
1191
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1192
1192
|
getIsDynamic: () => boolean;
|
|
1193
1193
|
getDescription: () => string | undefined;
|
|
1194
1194
|
getCondition: () => {
|
|
@@ -1228,26 +1228,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1228
1228
|
lte?: number | undefined;
|
|
1229
1229
|
};
|
|
1230
1230
|
} | undefined;
|
|
1231
|
-
}>(this: TThis, length: number) => import("
|
|
1231
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1232
1232
|
max: <TThis extends {
|
|
1233
1233
|
kind: "field";
|
|
1234
1234
|
readonly __fieldTypes?: {
|
|
1235
1235
|
input: string;
|
|
1236
1236
|
db: string;
|
|
1237
1237
|
output: string;
|
|
1238
|
-
meta: import("
|
|
1239
|
-
state: import("
|
|
1238
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1239
|
+
state: import("../index.js").FieldState;
|
|
1240
1240
|
} | undefined;
|
|
1241
|
-
meta: import("
|
|
1242
|
-
state: import("
|
|
1241
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1242
|
+
state: import("../index.js").FieldState;
|
|
1243
1243
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1244
1244
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1245
1245
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1246
1246
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1247
|
-
getConfig: () => import("
|
|
1247
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1248
1248
|
getIsRequired: () => boolean;
|
|
1249
1249
|
getIsTranslatable: () => boolean;
|
|
1250
|
-
getVisibility: () => import("
|
|
1250
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1251
1251
|
getIsDynamic: () => boolean;
|
|
1252
1252
|
getDescription: () => string | undefined;
|
|
1253
1253
|
getCondition: () => {
|
|
@@ -1287,54 +1287,54 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1287
1287
|
lte?: number | undefined;
|
|
1288
1288
|
};
|
|
1289
1289
|
} | undefined;
|
|
1290
|
-
}>(this: TThis, length: number) => import("
|
|
1291
|
-
}, import("
|
|
1292
|
-
permissions: import("
|
|
1293
|
-
field: import("
|
|
1294
|
-
}, import("
|
|
1290
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1291
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1292
|
+
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> & {
|
|
1293
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1294
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1295
1295
|
}, "ManagerRole", undefined>;
|
|
1296
1296
|
only?: undefined;
|
|
1297
1297
|
multiple: <TThis extends {
|
|
1298
1298
|
kind: "field";
|
|
1299
1299
|
readonly __fieldTypes?: {
|
|
1300
|
-
input: import("
|
|
1301
|
-
db: import("
|
|
1300
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1301
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1302
1302
|
output: {
|
|
1303
1303
|
name: string;
|
|
1304
1304
|
permissions: (string | undefined)[];
|
|
1305
1305
|
_type: "ManagerRole";
|
|
1306
1306
|
_id: string;
|
|
1307
1307
|
_schemaVersion?: number | undefined;
|
|
1308
|
-
_visibility?: import("
|
|
1309
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1308
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1309
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1310
1310
|
_trashed?: boolean | undefined;
|
|
1311
1311
|
_revision?: number | undefined;
|
|
1312
1312
|
_localeVariantGroupId?: string | undefined;
|
|
1313
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1313
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1314
1314
|
trashedAt?: Date | undefined;
|
|
1315
1315
|
createdAt?: Date | undefined;
|
|
1316
1316
|
updatedAt?: Date | undefined;
|
|
1317
1317
|
};
|
|
1318
|
-
meta: import("
|
|
1319
|
-
state: import("
|
|
1318
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1319
|
+
state: import("../index.js").FieldState;
|
|
1320
1320
|
} | undefined;
|
|
1321
|
-
meta: import("
|
|
1322
|
-
state: import("
|
|
1323
|
-
toZod: () => import("zod").ZodType<import("
|
|
1324
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1325
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1321
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1322
|
+
state: import("../index.js").FieldState;
|
|
1323
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
1324
|
+
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>>;
|
|
1325
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
1326
1326
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1327
1327
|
name: string;
|
|
1328
1328
|
permissions: (string | undefined)[];
|
|
1329
1329
|
_type: "ManagerRole";
|
|
1330
1330
|
_id: string;
|
|
1331
1331
|
_schemaVersion?: number | undefined;
|
|
1332
|
-
_visibility?: import("
|
|
1333
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1332
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1333
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1334
1334
|
_trashed?: boolean | undefined;
|
|
1335
1335
|
_revision?: number | undefined;
|
|
1336
1336
|
_localeVariantGroupId?: string | undefined;
|
|
1337
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1337
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1338
1338
|
trashedAt?: Date | undefined;
|
|
1339
1339
|
createdAt?: Date | undefined;
|
|
1340
1340
|
updatedAt?: Date | undefined;
|
|
@@ -1344,20 +1344,20 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1344
1344
|
_type: "ManagerRole";
|
|
1345
1345
|
_id: string;
|
|
1346
1346
|
_schemaVersion?: number | undefined;
|
|
1347
|
-
_visibility?: import("
|
|
1348
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1347
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1348
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1349
1349
|
_trashed?: boolean | undefined;
|
|
1350
1350
|
_revision?: number | undefined;
|
|
1351
1351
|
_localeVariantGroupId?: string | undefined;
|
|
1352
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1352
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1353
1353
|
trashedAt?: Date | undefined;
|
|
1354
1354
|
createdAt?: Date | undefined;
|
|
1355
1355
|
updatedAt?: Date | undefined;
|
|
1356
1356
|
} | undefined, unknown>>;
|
|
1357
|
-
getConfig: () => import("
|
|
1357
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1358
1358
|
getIsRequired: () => boolean;
|
|
1359
1359
|
getIsTranslatable: () => boolean;
|
|
1360
|
-
getVisibility: () => import("
|
|
1360
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1361
1361
|
getIsDynamic: () => boolean;
|
|
1362
1362
|
getDescription: () => string | undefined;
|
|
1363
1363
|
getCondition: () => {
|
|
@@ -1397,23 +1397,23 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1397
1397
|
lte?: number | undefined;
|
|
1398
1398
|
};
|
|
1399
1399
|
} | undefined;
|
|
1400
|
-
}>(this: TThis) => import("
|
|
1401
|
-
name: import("
|
|
1400
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1401
|
+
name: import("../index.js").WithFieldState<{
|
|
1402
1402
|
kind: "field";
|
|
1403
1403
|
readonly __fieldTypes?: {
|
|
1404
1404
|
input: string;
|
|
1405
1405
|
db: string;
|
|
1406
1406
|
output: string;
|
|
1407
|
-
meta: import("
|
|
1408
|
-
state: import("
|
|
1407
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1408
|
+
state: import("../index.js").DefaultFieldState;
|
|
1409
1409
|
} | undefined;
|
|
1410
|
-
meta: import("
|
|
1411
|
-
state: import("
|
|
1410
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1411
|
+
state: import("../index.js").DefaultFieldState;
|
|
1412
1412
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1413
1413
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1414
1414
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1415
1415
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1416
|
-
getConfig: () => import("
|
|
1416
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1417
1417
|
getIsRequired: () => false;
|
|
1418
1418
|
getIsTranslatable: () => false;
|
|
1419
1419
|
getVisibility: () => "all";
|
|
@@ -1427,19 +1427,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1427
1427
|
input: string;
|
|
1428
1428
|
db: string;
|
|
1429
1429
|
output: string;
|
|
1430
|
-
meta: import("
|
|
1431
|
-
state: import("
|
|
1430
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1431
|
+
state: import("../index.js").FieldState;
|
|
1432
1432
|
} | undefined;
|
|
1433
|
-
meta: import("
|
|
1434
|
-
state: import("
|
|
1433
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1434
|
+
state: import("../index.js").FieldState;
|
|
1435
1435
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1436
1436
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1437
1437
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1438
1438
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1439
|
-
getConfig: () => import("
|
|
1439
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1440
1440
|
getIsRequired: () => boolean;
|
|
1441
1441
|
getIsTranslatable: () => boolean;
|
|
1442
|
-
getVisibility: () => import("
|
|
1442
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1443
1443
|
getIsDynamic: () => boolean;
|
|
1444
1444
|
getDescription: () => string | undefined;
|
|
1445
1445
|
getCondition: () => {
|
|
@@ -1479,26 +1479,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1479
1479
|
lte?: number | undefined;
|
|
1480
1480
|
};
|
|
1481
1481
|
} | undefined;
|
|
1482
|
-
}, NextUi extends import("
|
|
1482
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1483
1483
|
min: <TThis_1 extends {
|
|
1484
1484
|
kind: "field";
|
|
1485
1485
|
readonly __fieldTypes?: {
|
|
1486
1486
|
input: string;
|
|
1487
1487
|
db: string;
|
|
1488
1488
|
output: string;
|
|
1489
|
-
meta: import("
|
|
1490
|
-
state: import("
|
|
1489
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1490
|
+
state: import("../index.js").FieldState;
|
|
1491
1491
|
} | undefined;
|
|
1492
|
-
meta: import("
|
|
1493
|
-
state: import("
|
|
1492
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1493
|
+
state: import("../index.js").FieldState;
|
|
1494
1494
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1495
1495
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1496
1496
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1497
1497
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1498
|
-
getConfig: () => import("
|
|
1498
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1499
1499
|
getIsRequired: () => boolean;
|
|
1500
1500
|
getIsTranslatable: () => boolean;
|
|
1501
|
-
getVisibility: () => import("
|
|
1501
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1502
1502
|
getIsDynamic: () => boolean;
|
|
1503
1503
|
getDescription: () => string | undefined;
|
|
1504
1504
|
getCondition: () => {
|
|
@@ -1538,26 +1538,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1538
1538
|
lte?: number | undefined;
|
|
1539
1539
|
};
|
|
1540
1540
|
} | undefined;
|
|
1541
|
-
}>(this: TThis_1, length: number) => import("
|
|
1541
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1542
1542
|
max: <TThis_1 extends {
|
|
1543
1543
|
kind: "field";
|
|
1544
1544
|
readonly __fieldTypes?: {
|
|
1545
1545
|
input: string;
|
|
1546
1546
|
db: string;
|
|
1547
1547
|
output: string;
|
|
1548
|
-
meta: import("
|
|
1549
|
-
state: import("
|
|
1548
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1549
|
+
state: import("../index.js").FieldState;
|
|
1550
1550
|
} | undefined;
|
|
1551
|
-
meta: import("
|
|
1552
|
-
state: import("
|
|
1551
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1552
|
+
state: import("../index.js").FieldState;
|
|
1553
1553
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1554
1554
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1555
1555
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1556
1556
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1557
|
-
getConfig: () => import("
|
|
1557
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1558
1558
|
getIsRequired: () => boolean;
|
|
1559
1559
|
getIsTranslatable: () => boolean;
|
|
1560
|
-
getVisibility: () => import("
|
|
1560
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1561
1561
|
getIsDynamic: () => boolean;
|
|
1562
1562
|
getDescription: () => string | undefined;
|
|
1563
1563
|
getCondition: () => {
|
|
@@ -1597,51 +1597,51 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1597
1597
|
lte?: number | undefined;
|
|
1598
1598
|
};
|
|
1599
1599
|
} | undefined;
|
|
1600
|
-
}>(this: TThis_1, length: number) => import("
|
|
1601
|
-
}, import("
|
|
1602
|
-
permissions: import("
|
|
1603
|
-
field: import("
|
|
1604
|
-
}, import("
|
|
1605
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
1606
|
-
}, import("
|
|
1607
|
-
avatarId: import("
|
|
1608
|
-
avatarKey: import("
|
|
1609
|
-
avatarAccess: import("
|
|
1610
|
-
avatarUrl: import("
|
|
1611
|
-
avatarPreviewUrl: import("
|
|
1612
|
-
tutorialsEnabled: import("
|
|
1613
|
-
tutorialsPromptedAt: import("
|
|
1614
|
-
seenTours: import("
|
|
1615
|
-
twoFactorEnabled: import("
|
|
1600
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1601
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1602
|
+
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> & {
|
|
1603
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1604
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1605
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
1606
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1607
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
1608
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1609
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
1610
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1611
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1612
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1613
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
1614
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
1615
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
1616
1616
|
kind: "field";
|
|
1617
1617
|
readonly __fieldTypes?: {
|
|
1618
1618
|
input: boolean;
|
|
1619
1619
|
db: boolean;
|
|
1620
1620
|
output: boolean;
|
|
1621
|
-
meta: import("
|
|
1622
|
-
state: import("
|
|
1621
|
+
meta: import("../index.js").BooleanMeta;
|
|
1622
|
+
state: import("../index.js").DefaultFieldState;
|
|
1623
1623
|
} | undefined;
|
|
1624
|
-
meta: import("
|
|
1625
|
-
state: import("
|
|
1624
|
+
meta: import("../index.js").BooleanMeta;
|
|
1625
|
+
state: import("../index.js").DefaultFieldState;
|
|
1626
1626
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
1627
1627
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
1628
1628
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1629
1629
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1630
|
-
getConfig: () => import("
|
|
1630
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
1631
1631
|
getIsRequired: () => false;
|
|
1632
1632
|
getIsTranslatable: () => false;
|
|
1633
1633
|
getVisibility: () => "all";
|
|
1634
1634
|
getIsDynamic: () => true;
|
|
1635
1635
|
getDescription: () => undefined;
|
|
1636
1636
|
getCondition: () => undefined;
|
|
1637
|
-
}, import("
|
|
1637
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1638
1638
|
}, "ManagerUser", undefined>;
|
|
1639
1639
|
only?: undefined;
|
|
1640
1640
|
multiple: <TThis extends {
|
|
1641
1641
|
kind: "field";
|
|
1642
1642
|
readonly __fieldTypes?: {
|
|
1643
|
-
input: import("
|
|
1644
|
-
db: import("
|
|
1643
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1644
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1645
1645
|
output: {
|
|
1646
1646
|
user: string;
|
|
1647
1647
|
email: string;
|
|
@@ -1651,12 +1651,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1651
1651
|
_type: "ManagerRole";
|
|
1652
1652
|
_id: string;
|
|
1653
1653
|
_schemaVersion?: number | undefined;
|
|
1654
|
-
_visibility?: import("
|
|
1655
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1654
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1655
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1656
1656
|
_trashed?: boolean | undefined;
|
|
1657
1657
|
_revision?: number | undefined;
|
|
1658
1658
|
_localeVariantGroupId?: string | undefined;
|
|
1659
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1659
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1660
1660
|
trashedAt?: Date | undefined;
|
|
1661
1661
|
createdAt?: Date | undefined;
|
|
1662
1662
|
updatedAt?: Date | undefined;
|
|
@@ -1674,24 +1674,24 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1674
1674
|
tutorialsPromptedAt?: Date | undefined;
|
|
1675
1675
|
seenTours?: (string | undefined)[] | undefined;
|
|
1676
1676
|
_schemaVersion?: number | undefined;
|
|
1677
|
-
_visibility?: import("
|
|
1678
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1677
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1678
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1679
1679
|
_trashed?: boolean | undefined;
|
|
1680
1680
|
_revision?: number | undefined;
|
|
1681
1681
|
_localeVariantGroupId?: string | undefined;
|
|
1682
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1682
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1683
1683
|
trashedAt?: Date | undefined;
|
|
1684
1684
|
createdAt?: Date | undefined;
|
|
1685
1685
|
updatedAt?: Date | undefined;
|
|
1686
1686
|
};
|
|
1687
|
-
meta: import("
|
|
1688
|
-
state: import("
|
|
1687
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1688
|
+
state: import("../index.js").FieldState;
|
|
1689
1689
|
} | undefined;
|
|
1690
|
-
meta: import("
|
|
1691
|
-
state: import("
|
|
1692
|
-
toZod: () => import("zod").ZodType<import("
|
|
1693
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1694
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1690
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
1691
|
+
state: import("../index.js").FieldState;
|
|
1692
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
1693
|
+
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>>;
|
|
1694
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
1695
1695
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1696
1696
|
user: string;
|
|
1697
1697
|
email: string;
|
|
@@ -1701,12 +1701,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1701
1701
|
_type: "ManagerRole";
|
|
1702
1702
|
_id: string;
|
|
1703
1703
|
_schemaVersion?: number | undefined;
|
|
1704
|
-
_visibility?: import("
|
|
1705
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1704
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1705
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1706
1706
|
_trashed?: boolean | undefined;
|
|
1707
1707
|
_revision?: number | undefined;
|
|
1708
1708
|
_localeVariantGroupId?: string | undefined;
|
|
1709
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1709
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1710
1710
|
trashedAt?: Date | undefined;
|
|
1711
1711
|
createdAt?: Date | undefined;
|
|
1712
1712
|
updatedAt?: Date | undefined;
|
|
@@ -1724,12 +1724,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1724
1724
|
tutorialsPromptedAt?: Date | undefined;
|
|
1725
1725
|
seenTours?: (string | undefined)[] | undefined;
|
|
1726
1726
|
_schemaVersion?: number | undefined;
|
|
1727
|
-
_visibility?: import("
|
|
1728
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1727
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1728
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1729
1729
|
_trashed?: boolean | undefined;
|
|
1730
1730
|
_revision?: number | undefined;
|
|
1731
1731
|
_localeVariantGroupId?: string | undefined;
|
|
1732
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1732
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1733
1733
|
trashedAt?: Date | undefined;
|
|
1734
1734
|
createdAt?: Date | undefined;
|
|
1735
1735
|
updatedAt?: Date | undefined;
|
|
@@ -1742,12 +1742,12 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1742
1742
|
_type: "ManagerRole";
|
|
1743
1743
|
_id: string;
|
|
1744
1744
|
_schemaVersion?: number | undefined;
|
|
1745
|
-
_visibility?: import("
|
|
1746
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1745
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1746
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1747
1747
|
_trashed?: boolean | undefined;
|
|
1748
1748
|
_revision?: number | undefined;
|
|
1749
1749
|
_localeVariantGroupId?: string | undefined;
|
|
1750
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1750
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1751
1751
|
trashedAt?: Date | undefined;
|
|
1752
1752
|
createdAt?: Date | undefined;
|
|
1753
1753
|
updatedAt?: Date | undefined;
|
|
@@ -1765,20 +1765,20 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
1765
1765
|
tutorialsPromptedAt?: Date | undefined;
|
|
1766
1766
|
seenTours?: (string | undefined)[] | undefined;
|
|
1767
1767
|
_schemaVersion?: number | undefined;
|
|
1768
|
-
_visibility?: import("
|
|
1769
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1768
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1769
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1770
1770
|
_trashed?: boolean | undefined;
|
|
1771
1771
|
_revision?: number | undefined;
|
|
1772
1772
|
_localeVariantGroupId?: string | undefined;
|
|
1773
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1773
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1774
1774
|
trashedAt?: Date | undefined;
|
|
1775
1775
|
createdAt?: Date | undefined;
|
|
1776
1776
|
updatedAt?: Date | undefined;
|
|
1777
1777
|
} | undefined, unknown>>;
|
|
1778
|
-
getConfig: () => import("
|
|
1778
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", undefined>;
|
|
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 WebAuthnRegChallenge: ContentType<{
|
|
|
1818
1818
|
lte?: number | undefined;
|
|
1819
1819
|
};
|
|
1820
1820
|
} | undefined;
|
|
1821
|
-
}>(this: TThis) => import("
|
|
1822
|
-
name: import("
|
|
1823
|
-
user: import("
|
|
1821
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1822
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1823
|
+
user: 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<"Text">;
|
|
1830
|
+
state: import("../index.js").DefaultFieldState;
|
|
1831
1831
|
} | undefined;
|
|
1832
|
-
meta: import("
|
|
1833
|
-
state: import("
|
|
1832
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
1839
1839
|
getIsRequired: () => false;
|
|
1840
1840
|
getIsTranslatable: () => false;
|
|
1841
1841
|
getVisibility: () => "all";
|
|
@@ -1849,19 +1849,19 @@ export declare const WebAuthnRegChallenge: 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<"Text">;
|
|
1853
|
+
state: import("../index.js").FieldState;
|
|
1854
1854
|
} | undefined;
|
|
1855
|
-
meta: import("
|
|
1856
|
-
state: import("
|
|
1855
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 WebAuthnRegChallenge: 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<"Text">;
|
|
1912
|
+
state: import("../index.js").FieldState;
|
|
1913
1913
|
} | undefined;
|
|
1914
|
-
meta: import("
|
|
1915
|
-
state: import("
|
|
1914
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 WebAuthnRegChallenge: 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<"Text", 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<"Text">;
|
|
1971
|
+
state: import("../index.js").FieldState;
|
|
1972
1972
|
} | undefined;
|
|
1973
|
-
meta: import("
|
|
1974
|
-
state: import("
|
|
1973
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 WebAuthnRegChallenge: ContentType<{
|
|
|
2019
2019
|
lte?: number | undefined;
|
|
2020
2020
|
};
|
|
2021
2021
|
} | undefined;
|
|
2022
|
-
}>(this: TThis_1, length: number) => import("
|
|
2023
|
-
}, import("
|
|
2024
|
-
email: import("
|
|
2022
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2023
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2024
|
+
email: import("../index.js").WithFieldState<{
|
|
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<"Email">;
|
|
2031
|
+
state: import("../index.js").DefaultFieldState;
|
|
2032
2032
|
} | undefined;
|
|
2033
|
-
meta: import("
|
|
2034
|
-
state: import("
|
|
2033
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
2040
2040
|
getIsRequired: () => false;
|
|
2041
2041
|
getIsTranslatable: () => false;
|
|
2042
2042
|
getVisibility: () => "all";
|
|
@@ -2050,19 +2050,19 @@ export declare const WebAuthnRegChallenge: 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<"Email">;
|
|
2054
|
+
state: import("../index.js").FieldState;
|
|
2055
2055
|
} | undefined;
|
|
2056
|
-
meta: import("
|
|
2057
|
-
state: import("
|
|
2056
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 WebAuthnRegChallenge: 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<"Email">;
|
|
2113
|
+
state: import("../index.js").FieldState;
|
|
2114
2114
|
} | undefined;
|
|
2115
|
-
meta: import("
|
|
2116
|
-
state: import("
|
|
2115
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 WebAuthnRegChallenge: 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<"Email", 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<"Email">;
|
|
2172
|
+
state: import("../index.js").FieldState;
|
|
2173
2173
|
} | undefined;
|
|
2174
|
-
meta: import("
|
|
2175
|
-
state: import("
|
|
2174
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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,24 +2220,24 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2220
2220
|
lte?: number | undefined;
|
|
2221
2221
|
};
|
|
2222
2222
|
} | undefined;
|
|
2223
|
-
}>(this: TThis_1, length: number) => import("
|
|
2224
|
-
}, import("
|
|
2225
|
-
password: import("
|
|
2223
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2224
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2225
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
2226
2226
|
kind: "field";
|
|
2227
2227
|
readonly __fieldTypes?: {
|
|
2228
2228
|
input: string;
|
|
2229
2229
|
db: string;
|
|
2230
2230
|
output: string;
|
|
2231
|
-
meta: import("
|
|
2232
|
-
state: import("
|
|
2231
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2232
|
+
state: import("../index.js").DefaultFieldState;
|
|
2233
2233
|
} | undefined;
|
|
2234
|
-
meta: import("
|
|
2235
|
-
state: import("
|
|
2234
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2235
|
+
state: import("../index.js").DefaultFieldState;
|
|
2236
2236
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2237
2237
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2238
2238
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2239
2239
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2240
|
-
getConfig: () => import("
|
|
2240
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2241
2241
|
getIsRequired: () => false;
|
|
2242
2242
|
getIsTranslatable: () => false;
|
|
2243
2243
|
getVisibility: () => "all";
|
|
@@ -2251,19 +2251,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2251
2251
|
input: string;
|
|
2252
2252
|
db: string;
|
|
2253
2253
|
output: string;
|
|
2254
|
-
meta: import("
|
|
2255
|
-
state: import("
|
|
2254
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2255
|
+
state: import("../index.js").FieldState;
|
|
2256
2256
|
} | undefined;
|
|
2257
|
-
meta: import("
|
|
2258
|
-
state: import("
|
|
2257
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2258
|
+
state: import("../index.js").FieldState;
|
|
2259
2259
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2260
2260
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2261
2261
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2262
2262
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2263
|
-
getConfig: () => import("
|
|
2263
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2264
2264
|
getIsRequired: () => boolean;
|
|
2265
2265
|
getIsTranslatable: () => boolean;
|
|
2266
|
-
getVisibility: () => import("
|
|
2266
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2267
2267
|
getIsDynamic: () => boolean;
|
|
2268
2268
|
getDescription: () => string | undefined;
|
|
2269
2269
|
getCondition: () => {
|
|
@@ -2303,26 +2303,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2303
2303
|
lte?: number | undefined;
|
|
2304
2304
|
};
|
|
2305
2305
|
} | undefined;
|
|
2306
|
-
}, NextUi extends import("
|
|
2306
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2307
2307
|
min: <TThis_1 extends {
|
|
2308
2308
|
kind: "field";
|
|
2309
2309
|
readonly __fieldTypes?: {
|
|
2310
2310
|
input: string;
|
|
2311
2311
|
db: string;
|
|
2312
2312
|
output: string;
|
|
2313
|
-
meta: import("
|
|
2314
|
-
state: import("
|
|
2313
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2314
|
+
state: import("../index.js").FieldState;
|
|
2315
2315
|
} | undefined;
|
|
2316
|
-
meta: import("
|
|
2317
|
-
state: import("
|
|
2316
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2317
|
+
state: import("../index.js").FieldState;
|
|
2318
2318
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2319
2319
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2320
2320
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2321
2321
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2322
|
-
getConfig: () => import("
|
|
2322
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2323
2323
|
getIsRequired: () => boolean;
|
|
2324
2324
|
getIsTranslatable: () => boolean;
|
|
2325
|
-
getVisibility: () => import("
|
|
2325
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2326
2326
|
getIsDynamic: () => boolean;
|
|
2327
2327
|
getDescription: () => string | undefined;
|
|
2328
2328
|
getCondition: () => {
|
|
@@ -2362,26 +2362,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2362
2362
|
lte?: number | undefined;
|
|
2363
2363
|
};
|
|
2364
2364
|
} | undefined;
|
|
2365
|
-
}>(this: TThis_1, length: number) => import("
|
|
2365
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2366
2366
|
max: <TThis_1 extends {
|
|
2367
2367
|
kind: "field";
|
|
2368
2368
|
readonly __fieldTypes?: {
|
|
2369
2369
|
input: string;
|
|
2370
2370
|
db: string;
|
|
2371
2371
|
output: string;
|
|
2372
|
-
meta: import("
|
|
2373
|
-
state: import("
|
|
2372
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2373
|
+
state: import("../index.js").FieldState;
|
|
2374
2374
|
} | undefined;
|
|
2375
|
-
meta: import("
|
|
2376
|
-
state: import("
|
|
2375
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2376
|
+
state: import("../index.js").FieldState;
|
|
2377
2377
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2378
2378
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2379
2379
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2380
2380
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2381
|
-
getConfig: () => import("
|
|
2381
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2382
2382
|
getIsRequired: () => boolean;
|
|
2383
2383
|
getIsTranslatable: () => boolean;
|
|
2384
|
-
getVisibility: () => import("
|
|
2384
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2385
2385
|
getIsDynamic: () => boolean;
|
|
2386
2386
|
getDescription: () => string | undefined;
|
|
2387
2387
|
getCondition: () => {
|
|
@@ -2421,49 +2421,49 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2421
2421
|
lte?: number | undefined;
|
|
2422
2422
|
};
|
|
2423
2423
|
} | undefined;
|
|
2424
|
-
}>(this: TThis_1, length: number) => import("
|
|
2425
|
-
}, keyof import("
|
|
2426
|
-
role: import("
|
|
2424
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2425
|
+
}, 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">>;
|
|
2426
|
+
role: import("../index.js").WithFieldState<{
|
|
2427
2427
|
kind: "field";
|
|
2428
2428
|
readonly __fieldTypes?: {
|
|
2429
|
-
input: import("
|
|
2430
|
-
db: import("
|
|
2429
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2430
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2431
2431
|
output: {
|
|
2432
2432
|
name: string;
|
|
2433
2433
|
permissions: (string | undefined)[];
|
|
2434
2434
|
_type: "ManagerRole";
|
|
2435
2435
|
_id: string;
|
|
2436
2436
|
_schemaVersion?: number | undefined;
|
|
2437
|
-
_visibility?: import("
|
|
2438
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2437
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2438
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2439
2439
|
_trashed?: boolean | undefined;
|
|
2440
2440
|
_revision?: number | undefined;
|
|
2441
2441
|
_localeVariantGroupId?: string | undefined;
|
|
2442
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2442
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2443
2443
|
trashedAt?: Date | undefined;
|
|
2444
2444
|
createdAt?: Date | undefined;
|
|
2445
2445
|
updatedAt?: Date | undefined;
|
|
2446
2446
|
};
|
|
2447
|
-
meta: import("
|
|
2448
|
-
state: import("
|
|
2447
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2448
|
+
state: import("../index.js").DefaultFieldState;
|
|
2449
2449
|
} | undefined;
|
|
2450
|
-
meta: import("
|
|
2451
|
-
state: import("
|
|
2452
|
-
toZod: () => import("zod").ZodType<import("
|
|
2453
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2454
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2450
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2451
|
+
state: import("../index.js").DefaultFieldState;
|
|
2452
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2453
|
+
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>>;
|
|
2454
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2455
2455
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2456
2456
|
name: string;
|
|
2457
2457
|
permissions: (string | undefined)[];
|
|
2458
2458
|
_type: "ManagerRole";
|
|
2459
2459
|
_id: string;
|
|
2460
2460
|
_schemaVersion?: number | undefined;
|
|
2461
|
-
_visibility?: import("
|
|
2462
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2461
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2462
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2463
2463
|
_trashed?: boolean | undefined;
|
|
2464
2464
|
_revision?: number | undefined;
|
|
2465
2465
|
_localeVariantGroupId?: string | undefined;
|
|
2466
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2466
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2467
2467
|
trashedAt?: Date | undefined;
|
|
2468
2468
|
createdAt?: Date | undefined;
|
|
2469
2469
|
updatedAt?: Date | undefined;
|
|
@@ -2473,59 +2473,59 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2473
2473
|
_type: "ManagerRole";
|
|
2474
2474
|
_id: string;
|
|
2475
2475
|
_schemaVersion?: number | undefined;
|
|
2476
|
-
_visibility?: import("
|
|
2477
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2476
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2477
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2478
2478
|
_trashed?: boolean | undefined;
|
|
2479
2479
|
_revision?: number | undefined;
|
|
2480
2480
|
_localeVariantGroupId?: string | undefined;
|
|
2481
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2481
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2482
2482
|
trashedAt?: Date | undefined;
|
|
2483
2483
|
createdAt?: Date | undefined;
|
|
2484
2484
|
updatedAt?: Date | undefined;
|
|
2485
2485
|
} | undefined, unknown>>;
|
|
2486
|
-
getConfig: () => import("
|
|
2486
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2487
2487
|
getIsRequired: () => false;
|
|
2488
2488
|
getIsTranslatable: () => false;
|
|
2489
2489
|
getVisibility: () => "all";
|
|
2490
2490
|
getIsDynamic: () => true;
|
|
2491
2491
|
getDescription: () => undefined;
|
|
2492
2492
|
getCondition: () => undefined;
|
|
2493
|
-
} & import("
|
|
2493
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2494
2494
|
name: string;
|
|
2495
2495
|
permissions: (string | undefined)[];
|
|
2496
2496
|
_type: "ManagerRole";
|
|
2497
2497
|
_id: string;
|
|
2498
2498
|
_schemaVersion?: number | undefined;
|
|
2499
|
-
_visibility?: import("
|
|
2500
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2499
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2500
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2501
2501
|
_trashed?: boolean | undefined;
|
|
2502
2502
|
_revision?: number | undefined;
|
|
2503
2503
|
_localeVariantGroupId?: string | undefined;
|
|
2504
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2504
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2505
2505
|
trashedAt?: Date | undefined;
|
|
2506
2506
|
trashedBy?: string | undefined;
|
|
2507
2507
|
createdAt?: Date | undefined;
|
|
2508
2508
|
updatedAt?: Date | undefined;
|
|
2509
2509
|
createdBy?: string | undefined;
|
|
2510
2510
|
updatedBy?: string | undefined;
|
|
2511
|
-
}, import("
|
|
2511
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2512
2512
|
contentType: ContentType<{
|
|
2513
|
-
name: import("
|
|
2513
|
+
name: import("../index.js").WithFieldState<{
|
|
2514
2514
|
kind: "field";
|
|
2515
2515
|
readonly __fieldTypes?: {
|
|
2516
2516
|
input: string;
|
|
2517
2517
|
db: string;
|
|
2518
2518
|
output: string;
|
|
2519
|
-
meta: import("
|
|
2520
|
-
state: import("
|
|
2519
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2520
|
+
state: import("../index.js").DefaultFieldState;
|
|
2521
2521
|
} | undefined;
|
|
2522
|
-
meta: import("
|
|
2523
|
-
state: import("
|
|
2522
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2523
|
+
state: import("../index.js").DefaultFieldState;
|
|
2524
2524
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2525
2525
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2526
2526
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2527
2527
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2528
|
-
getConfig: () => import("
|
|
2528
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2529
2529
|
getIsRequired: () => false;
|
|
2530
2530
|
getIsTranslatable: () => false;
|
|
2531
2531
|
getVisibility: () => "all";
|
|
@@ -2539,19 +2539,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2539
2539
|
input: string;
|
|
2540
2540
|
db: string;
|
|
2541
2541
|
output: string;
|
|
2542
|
-
meta: import("
|
|
2543
|
-
state: import("
|
|
2542
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2543
|
+
state: import("../index.js").FieldState;
|
|
2544
2544
|
} | undefined;
|
|
2545
|
-
meta: import("
|
|
2546
|
-
state: import("
|
|
2545
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2546
|
+
state: import("../index.js").FieldState;
|
|
2547
2547
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2548
2548
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2549
2549
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2550
2550
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2551
|
-
getConfig: () => import("
|
|
2551
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2552
2552
|
getIsRequired: () => boolean;
|
|
2553
2553
|
getIsTranslatable: () => boolean;
|
|
2554
|
-
getVisibility: () => import("
|
|
2554
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2555
2555
|
getIsDynamic: () => boolean;
|
|
2556
2556
|
getDescription: () => string | undefined;
|
|
2557
2557
|
getCondition: () => {
|
|
@@ -2591,26 +2591,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2591
2591
|
lte?: number | undefined;
|
|
2592
2592
|
};
|
|
2593
2593
|
} | undefined;
|
|
2594
|
-
}, NextUi extends import("
|
|
2594
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2595
2595
|
min: <TThis_1 extends {
|
|
2596
2596
|
kind: "field";
|
|
2597
2597
|
readonly __fieldTypes?: {
|
|
2598
2598
|
input: string;
|
|
2599
2599
|
db: string;
|
|
2600
2600
|
output: string;
|
|
2601
|
-
meta: import("
|
|
2602
|
-
state: import("
|
|
2601
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2602
|
+
state: import("../index.js").FieldState;
|
|
2603
2603
|
} | undefined;
|
|
2604
|
-
meta: import("
|
|
2605
|
-
state: import("
|
|
2604
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2605
|
+
state: import("../index.js").FieldState;
|
|
2606
2606
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2607
2607
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2608
2608
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2609
2609
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2610
|
-
getConfig: () => import("
|
|
2610
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2611
2611
|
getIsRequired: () => boolean;
|
|
2612
2612
|
getIsTranslatable: () => boolean;
|
|
2613
|
-
getVisibility: () => import("
|
|
2613
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2614
2614
|
getIsDynamic: () => boolean;
|
|
2615
2615
|
getDescription: () => string | undefined;
|
|
2616
2616
|
getCondition: () => {
|
|
@@ -2650,26 +2650,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2650
2650
|
lte?: number | undefined;
|
|
2651
2651
|
};
|
|
2652
2652
|
} | undefined;
|
|
2653
|
-
}>(this: TThis_1, length: number) => import("
|
|
2653
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2654
2654
|
max: <TThis_1 extends {
|
|
2655
2655
|
kind: "field";
|
|
2656
2656
|
readonly __fieldTypes?: {
|
|
2657
2657
|
input: string;
|
|
2658
2658
|
db: string;
|
|
2659
2659
|
output: string;
|
|
2660
|
-
meta: import("
|
|
2661
|
-
state: import("
|
|
2660
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2661
|
+
state: import("../index.js").FieldState;
|
|
2662
2662
|
} | undefined;
|
|
2663
|
-
meta: import("
|
|
2664
|
-
state: import("
|
|
2663
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2664
|
+
state: import("../index.js").FieldState;
|
|
2665
2665
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2666
2666
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2667
2667
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2668
2668
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2669
|
-
getConfig: () => import("
|
|
2669
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2670
2670
|
getIsRequired: () => boolean;
|
|
2671
2671
|
getIsTranslatable: () => boolean;
|
|
2672
|
-
getVisibility: () => import("
|
|
2672
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2673
2673
|
getIsDynamic: () => boolean;
|
|
2674
2674
|
getDescription: () => string | undefined;
|
|
2675
2675
|
getCondition: () => {
|
|
@@ -2709,54 +2709,54 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2709
2709
|
lte?: number | undefined;
|
|
2710
2710
|
};
|
|
2711
2711
|
} | undefined;
|
|
2712
|
-
}>(this: TThis_1, length: number) => import("
|
|
2713
|
-
}, import("
|
|
2714
|
-
permissions: import("
|
|
2715
|
-
field: import("
|
|
2716
|
-
}, import("
|
|
2712
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2713
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2714
|
+
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> & {
|
|
2715
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2716
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2717
2717
|
}, "ManagerRole", undefined>;
|
|
2718
2718
|
only?: undefined;
|
|
2719
2719
|
multiple: <TThis_1 extends {
|
|
2720
2720
|
kind: "field";
|
|
2721
2721
|
readonly __fieldTypes?: {
|
|
2722
|
-
input: import("
|
|
2723
|
-
db: import("
|
|
2722
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2723
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2724
2724
|
output: {
|
|
2725
2725
|
name: string;
|
|
2726
2726
|
permissions: (string | undefined)[];
|
|
2727
2727
|
_type: "ManagerRole";
|
|
2728
2728
|
_id: string;
|
|
2729
2729
|
_schemaVersion?: number | undefined;
|
|
2730
|
-
_visibility?: import("
|
|
2731
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2730
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2731
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2732
2732
|
_trashed?: boolean | undefined;
|
|
2733
2733
|
_revision?: number | undefined;
|
|
2734
2734
|
_localeVariantGroupId?: string | undefined;
|
|
2735
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2735
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2736
2736
|
trashedAt?: Date | undefined;
|
|
2737
2737
|
createdAt?: Date | undefined;
|
|
2738
2738
|
updatedAt?: Date | undefined;
|
|
2739
2739
|
};
|
|
2740
|
-
meta: import("
|
|
2741
|
-
state: import("
|
|
2740
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2741
|
+
state: import("../index.js").FieldState;
|
|
2742
2742
|
} | undefined;
|
|
2743
|
-
meta: import("
|
|
2744
|
-
state: import("
|
|
2745
|
-
toZod: () => import("zod").ZodType<import("
|
|
2746
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2747
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2743
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2744
|
+
state: import("../index.js").FieldState;
|
|
2745
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2746
|
+
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>>;
|
|
2747
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2748
2748
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2749
2749
|
name: string;
|
|
2750
2750
|
permissions: (string | undefined)[];
|
|
2751
2751
|
_type: "ManagerRole";
|
|
2752
2752
|
_id: string;
|
|
2753
2753
|
_schemaVersion?: number | undefined;
|
|
2754
|
-
_visibility?: import("
|
|
2755
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2754
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2755
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2756
2756
|
_trashed?: boolean | undefined;
|
|
2757
2757
|
_revision?: number | undefined;
|
|
2758
2758
|
_localeVariantGroupId?: string | undefined;
|
|
2759
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2759
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2760
2760
|
trashedAt?: Date | undefined;
|
|
2761
2761
|
createdAt?: Date | undefined;
|
|
2762
2762
|
updatedAt?: Date | undefined;
|
|
@@ -2766,20 +2766,20 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2766
2766
|
_type: "ManagerRole";
|
|
2767
2767
|
_id: string;
|
|
2768
2768
|
_schemaVersion?: number | undefined;
|
|
2769
|
-
_visibility?: import("
|
|
2770
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2769
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2770
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2771
2771
|
_trashed?: boolean | undefined;
|
|
2772
2772
|
_revision?: number | undefined;
|
|
2773
2773
|
_localeVariantGroupId?: string | undefined;
|
|
2774
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2774
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2775
2775
|
trashedAt?: Date | undefined;
|
|
2776
2776
|
createdAt?: Date | undefined;
|
|
2777
2777
|
updatedAt?: Date | undefined;
|
|
2778
2778
|
} | undefined, unknown>>;
|
|
2779
|
-
getConfig: () => import("
|
|
2779
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2780
2780
|
getIsRequired: () => boolean;
|
|
2781
2781
|
getIsTranslatable: () => boolean;
|
|
2782
|
-
getVisibility: () => import("
|
|
2782
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2783
2783
|
getIsDynamic: () => boolean;
|
|
2784
2784
|
getDescription: () => string | undefined;
|
|
2785
2785
|
getCondition: () => {
|
|
@@ -2819,23 +2819,23 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2819
2819
|
lte?: number | undefined;
|
|
2820
2820
|
};
|
|
2821
2821
|
} | undefined;
|
|
2822
|
-
}>(this: TThis_1) => import("
|
|
2823
|
-
name: import("
|
|
2822
|
+
}>(this: TThis_1) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
2823
|
+
name: import("../index.js").WithFieldState<{
|
|
2824
2824
|
kind: "field";
|
|
2825
2825
|
readonly __fieldTypes?: {
|
|
2826
2826
|
input: string;
|
|
2827
2827
|
db: string;
|
|
2828
2828
|
output: string;
|
|
2829
|
-
meta: import("
|
|
2830
|
-
state: import("
|
|
2829
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2830
|
+
state: import("../index.js").DefaultFieldState;
|
|
2831
2831
|
} | undefined;
|
|
2832
|
-
meta: import("
|
|
2833
|
-
state: import("
|
|
2832
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2833
|
+
state: import("../index.js").DefaultFieldState;
|
|
2834
2834
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2835
2835
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2836
2836
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2837
2837
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2838
|
-
getConfig: () => import("
|
|
2838
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2839
2839
|
getIsRequired: () => false;
|
|
2840
2840
|
getIsTranslatable: () => false;
|
|
2841
2841
|
getVisibility: () => "all";
|
|
@@ -2849,19 +2849,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2849
2849
|
input: string;
|
|
2850
2850
|
db: string;
|
|
2851
2851
|
output: string;
|
|
2852
|
-
meta: import("
|
|
2853
|
-
state: import("
|
|
2852
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2853
|
+
state: import("../index.js").FieldState;
|
|
2854
2854
|
} | undefined;
|
|
2855
|
-
meta: import("
|
|
2856
|
-
state: import("
|
|
2855
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2856
|
+
state: import("../index.js").FieldState;
|
|
2857
2857
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2858
2858
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2859
2859
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2860
2860
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2861
|
-
getConfig: () => import("
|
|
2861
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2862
2862
|
getIsRequired: () => boolean;
|
|
2863
2863
|
getIsTranslatable: () => boolean;
|
|
2864
|
-
getVisibility: () => import("
|
|
2864
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2865
2865
|
getIsDynamic: () => boolean;
|
|
2866
2866
|
getDescription: () => string | undefined;
|
|
2867
2867
|
getCondition: () => {
|
|
@@ -2901,26 +2901,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2901
2901
|
lte?: number | undefined;
|
|
2902
2902
|
};
|
|
2903
2903
|
} | undefined;
|
|
2904
|
-
}, NextUi extends import("
|
|
2904
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_2, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_2>>;
|
|
2905
2905
|
min: <TThis_2 extends {
|
|
2906
2906
|
kind: "field";
|
|
2907
2907
|
readonly __fieldTypes?: {
|
|
2908
2908
|
input: string;
|
|
2909
2909
|
db: string;
|
|
2910
2910
|
output: string;
|
|
2911
|
-
meta: import("
|
|
2912
|
-
state: import("
|
|
2911
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2912
|
+
state: import("../index.js").FieldState;
|
|
2913
2913
|
} | undefined;
|
|
2914
|
-
meta: import("
|
|
2915
|
-
state: import("
|
|
2914
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2915
|
+
state: import("../index.js").FieldState;
|
|
2916
2916
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2917
2917
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2918
2918
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2919
2919
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2920
|
-
getConfig: () => import("
|
|
2920
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2921
2921
|
getIsRequired: () => boolean;
|
|
2922
2922
|
getIsTranslatable: () => boolean;
|
|
2923
|
-
getVisibility: () => import("
|
|
2923
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2924
2924
|
getIsDynamic: () => boolean;
|
|
2925
2925
|
getDescription: () => string | undefined;
|
|
2926
2926
|
getCondition: () => {
|
|
@@ -2960,26 +2960,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
2960
2960
|
lte?: number | undefined;
|
|
2961
2961
|
};
|
|
2962
2962
|
} | undefined;
|
|
2963
|
-
}>(this: TThis_2, length: number) => import("
|
|
2963
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
2964
2964
|
max: <TThis_2 extends {
|
|
2965
2965
|
kind: "field";
|
|
2966
2966
|
readonly __fieldTypes?: {
|
|
2967
2967
|
input: string;
|
|
2968
2968
|
db: string;
|
|
2969
2969
|
output: string;
|
|
2970
|
-
meta: import("
|
|
2971
|
-
state: import("
|
|
2970
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2971
|
+
state: import("../index.js").FieldState;
|
|
2972
2972
|
} | undefined;
|
|
2973
|
-
meta: import("
|
|
2974
|
-
state: import("
|
|
2973
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2974
|
+
state: import("../index.js").FieldState;
|
|
2975
2975
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2976
2976
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2977
2977
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2978
2978
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2979
|
-
getConfig: () => import("
|
|
2979
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2980
2980
|
getIsRequired: () => boolean;
|
|
2981
2981
|
getIsTranslatable: () => boolean;
|
|
2982
|
-
getVisibility: () => import("
|
|
2982
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2983
2983
|
getIsDynamic: () => boolean;
|
|
2984
2984
|
getDescription: () => string | undefined;
|
|
2985
2985
|
getCondition: () => {
|
|
@@ -3019,62 +3019,62 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3019
3019
|
lte?: number | undefined;
|
|
3020
3020
|
};
|
|
3021
3021
|
} | undefined;
|
|
3022
|
-
}>(this: TThis_2, length: number) => import("
|
|
3023
|
-
}, import("
|
|
3024
|
-
permissions: import("
|
|
3025
|
-
field: import("
|
|
3026
|
-
}, import("
|
|
3027
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
3028
|
-
}, import("
|
|
3029
|
-
avatarId: import("
|
|
3030
|
-
avatarKey: import("
|
|
3031
|
-
avatarAccess: import("
|
|
3032
|
-
avatarUrl: import("
|
|
3033
|
-
avatarPreviewUrl: import("
|
|
3034
|
-
tutorialsEnabled: import("
|
|
3035
|
-
tutorialsPromptedAt: import("
|
|
3036
|
-
seenTours: import("
|
|
3037
|
-
twoFactorEnabled: import("
|
|
3022
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
3023
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3024
|
+
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> & {
|
|
3025
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
3026
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3027
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis_1>>;
|
|
3028
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3029
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
3030
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
3031
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
3032
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
3033
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
3034
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
3035
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
3036
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
3037
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
3038
3038
|
kind: "field";
|
|
3039
3039
|
readonly __fieldTypes?: {
|
|
3040
3040
|
input: boolean;
|
|
3041
3041
|
db: boolean;
|
|
3042
3042
|
output: boolean;
|
|
3043
|
-
meta: import("
|
|
3044
|
-
state: import("
|
|
3043
|
+
meta: import("../index.js").BooleanMeta;
|
|
3044
|
+
state: import("../index.js").DefaultFieldState;
|
|
3045
3045
|
} | undefined;
|
|
3046
|
-
meta: import("
|
|
3047
|
-
state: import("
|
|
3046
|
+
meta: import("../index.js").BooleanMeta;
|
|
3047
|
+
state: import("../index.js").DefaultFieldState;
|
|
3048
3048
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
3049
3049
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
3050
3050
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
3051
3051
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
3052
|
-
getConfig: () => import("
|
|
3052
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
3053
3053
|
getIsRequired: () => false;
|
|
3054
3054
|
getIsTranslatable: () => false;
|
|
3055
3055
|
getVisibility: () => "all";
|
|
3056
3056
|
getIsDynamic: () => true;
|
|
3057
3057
|
getDescription: () => undefined;
|
|
3058
3058
|
getCondition: () => undefined;
|
|
3059
|
-
}, import("
|
|
3060
|
-
}, "ManagerUser", undefined>, undefined, import("
|
|
3061
|
-
}, import("
|
|
3062
|
-
challenge: import("
|
|
3059
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3060
|
+
}, "ManagerUser", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
3061
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3062
|
+
challenge: import("../index.js").WithFieldState<{
|
|
3063
3063
|
kind: "field";
|
|
3064
3064
|
readonly __fieldTypes?: {
|
|
3065
3065
|
input: string;
|
|
3066
3066
|
db: string;
|
|
3067
3067
|
output: string;
|
|
3068
|
-
meta: import("
|
|
3069
|
-
state: import("
|
|
3068
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3069
|
+
state: import("../index.js").DefaultFieldState;
|
|
3070
3070
|
} | undefined;
|
|
3071
|
-
meta: import("
|
|
3072
|
-
state: import("
|
|
3071
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3072
|
+
state: import("../index.js").DefaultFieldState;
|
|
3073
3073
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3074
3074
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3075
3075
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3076
3076
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3077
|
-
getConfig: () => import("
|
|
3077
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3078
3078
|
getIsRequired: () => false;
|
|
3079
3079
|
getIsTranslatable: () => false;
|
|
3080
3080
|
getVisibility: () => "all";
|
|
@@ -3088,19 +3088,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3088
3088
|
input: string;
|
|
3089
3089
|
db: string;
|
|
3090
3090
|
output: string;
|
|
3091
|
-
meta: import("
|
|
3092
|
-
state: import("
|
|
3091
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3092
|
+
state: import("../index.js").FieldState;
|
|
3093
3093
|
} | undefined;
|
|
3094
|
-
meta: import("
|
|
3095
|
-
state: import("
|
|
3094
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3095
|
+
state: import("../index.js").FieldState;
|
|
3096
3096
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3097
3097
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3098
3098
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3099
3099
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3100
|
-
getConfig: () => import("
|
|
3100
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3101
3101
|
getIsRequired: () => boolean;
|
|
3102
3102
|
getIsTranslatable: () => boolean;
|
|
3103
|
-
getVisibility: () => import("
|
|
3103
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3104
3104
|
getIsDynamic: () => boolean;
|
|
3105
3105
|
getDescription: () => string | undefined;
|
|
3106
3106
|
getCondition: () => {
|
|
@@ -3140,26 +3140,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3140
3140
|
lte?: number | undefined;
|
|
3141
3141
|
};
|
|
3142
3142
|
} | undefined;
|
|
3143
|
-
}, NextUi extends import("
|
|
3143
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3144
3144
|
min: <TThis extends {
|
|
3145
3145
|
kind: "field";
|
|
3146
3146
|
readonly __fieldTypes?: {
|
|
3147
3147
|
input: string;
|
|
3148
3148
|
db: string;
|
|
3149
3149
|
output: string;
|
|
3150
|
-
meta: import("
|
|
3151
|
-
state: import("
|
|
3150
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3151
|
+
state: import("../index.js").FieldState;
|
|
3152
3152
|
} | undefined;
|
|
3153
|
-
meta: import("
|
|
3154
|
-
state: import("
|
|
3153
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3154
|
+
state: import("../index.js").FieldState;
|
|
3155
3155
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3156
3156
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3157
3157
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3158
3158
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3159
|
-
getConfig: () => import("
|
|
3159
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3160
3160
|
getIsRequired: () => boolean;
|
|
3161
3161
|
getIsTranslatable: () => boolean;
|
|
3162
|
-
getVisibility: () => import("
|
|
3162
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3163
3163
|
getIsDynamic: () => boolean;
|
|
3164
3164
|
getDescription: () => string | undefined;
|
|
3165
3165
|
getCondition: () => {
|
|
@@ -3199,26 +3199,26 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3199
3199
|
lte?: number | undefined;
|
|
3200
3200
|
};
|
|
3201
3201
|
} | undefined;
|
|
3202
|
-
}>(this: TThis, length: number) => import("
|
|
3202
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3203
3203
|
max: <TThis extends {
|
|
3204
3204
|
kind: "field";
|
|
3205
3205
|
readonly __fieldTypes?: {
|
|
3206
3206
|
input: string;
|
|
3207
3207
|
db: string;
|
|
3208
3208
|
output: string;
|
|
3209
|
-
meta: import("
|
|
3210
|
-
state: import("
|
|
3209
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3210
|
+
state: import("../index.js").FieldState;
|
|
3211
3211
|
} | undefined;
|
|
3212
|
-
meta: import("
|
|
3213
|
-
state: import("
|
|
3212
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3213
|
+
state: import("../index.js").FieldState;
|
|
3214
3214
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3215
3215
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3216
3216
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3217
3217
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3218
|
-
getConfig: () => import("
|
|
3218
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3219
3219
|
getIsRequired: () => boolean;
|
|
3220
3220
|
getIsTranslatable: () => boolean;
|
|
3221
|
-
getVisibility: () => import("
|
|
3221
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3222
3222
|
getIsDynamic: () => boolean;
|
|
3223
3223
|
getDescription: () => string | undefined;
|
|
3224
3224
|
getCondition: () => {
|
|
@@ -3258,24 +3258,24 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3258
3258
|
lte?: number | undefined;
|
|
3259
3259
|
};
|
|
3260
3260
|
} | undefined;
|
|
3261
|
-
}>(this: TThis, length: number) => import("
|
|
3262
|
-
}, import("
|
|
3263
|
-
expiresAt: import("
|
|
3261
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3262
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3263
|
+
expiresAt: import("../index.js").WithFieldState<{
|
|
3264
3264
|
kind: "field";
|
|
3265
3265
|
readonly __fieldTypes?: {
|
|
3266
3266
|
input: Date;
|
|
3267
3267
|
db: Date;
|
|
3268
3268
|
output: Date;
|
|
3269
|
-
meta: import("
|
|
3270
|
-
state: import("
|
|
3269
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
3270
|
+
state: import("../index.js").DefaultFieldState;
|
|
3271
3271
|
} | undefined;
|
|
3272
|
-
meta: import("
|
|
3273
|
-
state: import("
|
|
3272
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
3273
|
+
state: import("../index.js").DefaultFieldState;
|
|
3274
3274
|
toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
|
|
3275
3275
|
getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
|
|
3276
3276
|
getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
3277
3277
|
getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
3278
|
-
getConfig: () => import("
|
|
3278
|
+
getConfig: () => import("../index.js").DateMeta<"Date">;
|
|
3279
3279
|
getIsRequired: () => false;
|
|
3280
3280
|
getIsTranslatable: () => false;
|
|
3281
3281
|
getVisibility: () => "all";
|
|
@@ -3289,19 +3289,19 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3289
3289
|
input: Date;
|
|
3290
3290
|
db: Date;
|
|
3291
3291
|
output: Date;
|
|
3292
|
-
meta: import("
|
|
3293
|
-
state: import("
|
|
3292
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
3293
|
+
state: import("../index.js").FieldState;
|
|
3294
3294
|
} | undefined;
|
|
3295
|
-
meta: import("
|
|
3296
|
-
state: import("
|
|
3295
|
+
meta: import("../index.js").DateMeta<"Date">;
|
|
3296
|
+
state: import("../index.js").FieldState;
|
|
3297
3297
|
toZod: () => import("zod").ZodType<Date, unknown, import("zod/v4/core").$ZodTypeInternals<Date, unknown>>;
|
|
3298
3298
|
getInputSchema: () => import("zod").ZodType<Date | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | null | undefined, unknown>>;
|
|
3299
3299
|
getSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
3300
3300
|
getOutputSchema: () => import("zod").ZodType<Date | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<Date | undefined, unknown>>;
|
|
3301
|
-
getConfig: () => import("
|
|
3301
|
+
getConfig: () => import("../index.js").DateMeta<"Date">;
|
|
3302
3302
|
getIsRequired: () => boolean;
|
|
3303
3303
|
getIsTranslatable: () => boolean;
|
|
3304
|
-
getVisibility: () => import("
|
|
3304
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3305
3305
|
getIsDynamic: () => boolean;
|
|
3306
3306
|
getDescription: () => string | undefined;
|
|
3307
3307
|
getCondition: () => {
|
|
@@ -3341,9 +3341,9 @@ export declare const WebAuthnRegChallenge: ContentType<{
|
|
|
3341
3341
|
lte?: number | undefined;
|
|
3342
3342
|
};
|
|
3343
3343
|
} | undefined;
|
|
3344
|
-
}, NextUi extends import("
|
|
3345
|
-
}, import("
|
|
3346
|
-
consumedAt: import("
|
|
3344
|
+
}, NextUi extends import("../index.js").DateUI>(this: TThis, ui: NextUi) => import("../index.js").DateField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3345
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3346
|
+
consumedAt: import("../index.js").DateField<"Date", import("../index.js").DefaultFieldState>;
|
|
3347
3347
|
}, "WebAuthnRegChallenge", undefined>;
|
|
3348
3348
|
export type WebAuthnRegChallenge = typeof WebAuthnRegChallenge;
|
|
3349
3349
|
export type WebAuthnRegChallengeManager = DBOutput<WebAuthnRegChallenge>;
|