@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 type { DBOutput } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DBOutput } from "../lib/types/index.js";
|
|
3
3
|
export declare const ContentComment: ContentType<{
|
|
4
|
-
contentType: import("
|
|
4
|
+
contentType: 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 ContentComment: 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 ContentComment: 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 ContentComment: 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,24 +200,24 @@ export declare const ContentComment: ContentType<{
|
|
|
200
200
|
lte?: number | undefined;
|
|
201
201
|
};
|
|
202
202
|
} | undefined;
|
|
203
|
-
}>(this: TThis, length: number) => import("
|
|
204
|
-
}, import("
|
|
205
|
-
documentId: 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
|
+
documentId: import("../index.js").WithFieldState<{
|
|
206
206
|
kind: "field";
|
|
207
207
|
readonly __fieldTypes?: {
|
|
208
208
|
input: string;
|
|
209
209
|
db: string;
|
|
210
210
|
output: string;
|
|
211
|
-
meta: import("
|
|
212
|
-
state: import("
|
|
211
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
212
|
+
state: import("../index.js").DefaultFieldState;
|
|
213
213
|
} | undefined;
|
|
214
|
-
meta: import("
|
|
215
|
-
state: import("
|
|
214
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
215
|
+
state: import("../index.js").DefaultFieldState;
|
|
216
216
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
217
217
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
218
218
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
219
219
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
220
|
-
getConfig: () => import("
|
|
220
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
221
221
|
getIsRequired: () => false;
|
|
222
222
|
getIsTranslatable: () => false;
|
|
223
223
|
getVisibility: () => "all";
|
|
@@ -231,19 +231,19 @@ export declare const ContentComment: ContentType<{
|
|
|
231
231
|
input: string;
|
|
232
232
|
db: string;
|
|
233
233
|
output: string;
|
|
234
|
-
meta: import("
|
|
235
|
-
state: import("
|
|
234
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
235
|
+
state: import("../index.js").FieldState;
|
|
236
236
|
} | undefined;
|
|
237
|
-
meta: import("
|
|
238
|
-
state: import("
|
|
237
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
238
|
+
state: import("../index.js").FieldState;
|
|
239
239
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
240
240
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
241
241
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
242
242
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
243
|
-
getConfig: () => import("
|
|
243
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
244
244
|
getIsRequired: () => boolean;
|
|
245
245
|
getIsTranslatable: () => boolean;
|
|
246
|
-
getVisibility: () => import("
|
|
246
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
247
247
|
getIsDynamic: () => boolean;
|
|
248
248
|
getDescription: () => string | undefined;
|
|
249
249
|
getCondition: () => {
|
|
@@ -283,26 +283,26 @@ export declare const ContentComment: ContentType<{
|
|
|
283
283
|
lte?: number | undefined;
|
|
284
284
|
};
|
|
285
285
|
} | undefined;
|
|
286
|
-
}, NextUi extends import("
|
|
286
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
287
287
|
min: <TThis extends {
|
|
288
288
|
kind: "field";
|
|
289
289
|
readonly __fieldTypes?: {
|
|
290
290
|
input: string;
|
|
291
291
|
db: string;
|
|
292
292
|
output: string;
|
|
293
|
-
meta: import("
|
|
294
|
-
state: import("
|
|
293
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
294
|
+
state: import("../index.js").FieldState;
|
|
295
295
|
} | undefined;
|
|
296
|
-
meta: import("
|
|
297
|
-
state: import("
|
|
296
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
297
|
+
state: import("../index.js").FieldState;
|
|
298
298
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
299
299
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
300
300
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
301
301
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
302
|
-
getConfig: () => import("
|
|
302
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
303
303
|
getIsRequired: () => boolean;
|
|
304
304
|
getIsTranslatable: () => boolean;
|
|
305
|
-
getVisibility: () => import("
|
|
305
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
306
306
|
getIsDynamic: () => boolean;
|
|
307
307
|
getDescription: () => string | undefined;
|
|
308
308
|
getCondition: () => {
|
|
@@ -342,26 +342,26 @@ export declare const ContentComment: ContentType<{
|
|
|
342
342
|
lte?: number | undefined;
|
|
343
343
|
};
|
|
344
344
|
} | undefined;
|
|
345
|
-
}>(this: TThis, length: number) => import("
|
|
345
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
|
|
346
346
|
max: <TThis extends {
|
|
347
347
|
kind: "field";
|
|
348
348
|
readonly __fieldTypes?: {
|
|
349
349
|
input: string;
|
|
350
350
|
db: string;
|
|
351
351
|
output: string;
|
|
352
|
-
meta: import("
|
|
353
|
-
state: import("
|
|
352
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
353
|
+
state: import("../index.js").FieldState;
|
|
354
354
|
} | undefined;
|
|
355
|
-
meta: import("
|
|
356
|
-
state: import("
|
|
355
|
+
meta: import("../index.js").StringMeta<"Id">;
|
|
356
|
+
state: import("../index.js").FieldState;
|
|
357
357
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
358
358
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
359
359
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
360
360
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
361
|
-
getConfig: () => import("
|
|
361
|
+
getConfig: () => import("../index.js").StringMeta<"Id">;
|
|
362
362
|
getIsRequired: () => boolean;
|
|
363
363
|
getIsTranslatable: () => boolean;
|
|
364
|
-
getVisibility: () => import("
|
|
364
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
365
365
|
getIsDynamic: () => boolean;
|
|
366
366
|
getDescription: () => string | undefined;
|
|
367
367
|
getCondition: () => {
|
|
@@ -401,13 +401,13 @@ export declare const ContentComment: ContentType<{
|
|
|
401
401
|
lte?: number | undefined;
|
|
402
402
|
};
|
|
403
403
|
} | undefined;
|
|
404
|
-
}>(this: TThis, length: number) => import("
|
|
405
|
-
}, import("
|
|
406
|
-
author: import("
|
|
404
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Id", import("../index.js").FieldStateOf<TThis>>;
|
|
405
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
406
|
+
author: import("../index.js").WithFieldState<{
|
|
407
407
|
kind: "field";
|
|
408
408
|
readonly __fieldTypes?: {
|
|
409
|
-
input: import("
|
|
410
|
-
db: import("
|
|
409
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
410
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
411
411
|
output: {
|
|
412
412
|
user: string;
|
|
413
413
|
email: string;
|
|
@@ -417,12 +417,12 @@ export declare const ContentComment: ContentType<{
|
|
|
417
417
|
_type: "ManagerRole";
|
|
418
418
|
_id: string;
|
|
419
419
|
_schemaVersion?: number | undefined;
|
|
420
|
-
_visibility?: import("
|
|
421
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
420
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
421
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
422
422
|
_trashed?: boolean | undefined;
|
|
423
423
|
_revision?: number | undefined;
|
|
424
424
|
_localeVariantGroupId?: string | undefined;
|
|
425
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
425
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
426
426
|
trashedAt?: Date | undefined;
|
|
427
427
|
createdAt?: Date | undefined;
|
|
428
428
|
updatedAt?: Date | undefined;
|
|
@@ -440,24 +440,24 @@ export declare const ContentComment: ContentType<{
|
|
|
440
440
|
tutorialsPromptedAt?: Date | undefined;
|
|
441
441
|
seenTours?: (string | undefined)[] | undefined;
|
|
442
442
|
_schemaVersion?: number | undefined;
|
|
443
|
-
_visibility?: import("
|
|
444
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
443
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
444
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
445
445
|
_trashed?: boolean | undefined;
|
|
446
446
|
_revision?: number | undefined;
|
|
447
447
|
_localeVariantGroupId?: string | undefined;
|
|
448
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
448
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
449
449
|
trashedAt?: Date | undefined;
|
|
450
450
|
createdAt?: Date | undefined;
|
|
451
451
|
updatedAt?: Date | undefined;
|
|
452
452
|
};
|
|
453
|
-
meta: import("
|
|
454
|
-
state: import("
|
|
453
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", "existing">;
|
|
454
|
+
state: import("../index.js").DefaultFieldState;
|
|
455
455
|
} | undefined;
|
|
456
|
-
meta: import("
|
|
457
|
-
state: import("
|
|
458
|
-
toZod: () => import("zod").ZodType<import("
|
|
459
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
460
|
-
getSchema: () => import("zod").ZodType<import("
|
|
456
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", "existing">;
|
|
457
|
+
state: import("../index.js").DefaultFieldState;
|
|
458
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
459
|
+
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>>;
|
|
460
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
461
461
|
getOutputSchema: () => import("zod").ZodType<{
|
|
462
462
|
user: string;
|
|
463
463
|
email: string;
|
|
@@ -467,12 +467,12 @@ export declare const ContentComment: ContentType<{
|
|
|
467
467
|
_type: "ManagerRole";
|
|
468
468
|
_id: string;
|
|
469
469
|
_schemaVersion?: number | undefined;
|
|
470
|
-
_visibility?: import("
|
|
471
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
470
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
471
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
472
472
|
_trashed?: boolean | undefined;
|
|
473
473
|
_revision?: number | undefined;
|
|
474
474
|
_localeVariantGroupId?: string | undefined;
|
|
475
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
475
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
476
476
|
trashedAt?: Date | undefined;
|
|
477
477
|
createdAt?: Date | undefined;
|
|
478
478
|
updatedAt?: Date | undefined;
|
|
@@ -490,12 +490,12 @@ export declare const ContentComment: ContentType<{
|
|
|
490
490
|
tutorialsPromptedAt?: Date | undefined;
|
|
491
491
|
seenTours?: (string | undefined)[] | undefined;
|
|
492
492
|
_schemaVersion?: number | undefined;
|
|
493
|
-
_visibility?: import("
|
|
494
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
493
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
494
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
495
495
|
_trashed?: boolean | undefined;
|
|
496
496
|
_revision?: number | undefined;
|
|
497
497
|
_localeVariantGroupId?: string | undefined;
|
|
498
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
498
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
499
499
|
trashedAt?: Date | undefined;
|
|
500
500
|
createdAt?: Date | undefined;
|
|
501
501
|
updatedAt?: Date | undefined;
|
|
@@ -508,12 +508,12 @@ export declare const ContentComment: ContentType<{
|
|
|
508
508
|
_type: "ManagerRole";
|
|
509
509
|
_id: string;
|
|
510
510
|
_schemaVersion?: number | undefined;
|
|
511
|
-
_visibility?: import("
|
|
512
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
511
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
512
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
513
513
|
_trashed?: boolean | undefined;
|
|
514
514
|
_revision?: number | undefined;
|
|
515
515
|
_localeVariantGroupId?: string | undefined;
|
|
516
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
516
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
517
517
|
trashedAt?: Date | undefined;
|
|
518
518
|
createdAt?: Date | undefined;
|
|
519
519
|
updatedAt?: Date | undefined;
|
|
@@ -531,24 +531,24 @@ export declare const ContentComment: ContentType<{
|
|
|
531
531
|
tutorialsPromptedAt?: Date | undefined;
|
|
532
532
|
seenTours?: (string | undefined)[] | undefined;
|
|
533
533
|
_schemaVersion?: number | undefined;
|
|
534
|
-
_visibility?: import("
|
|
535
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
534
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
535
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
536
536
|
_trashed?: boolean | undefined;
|
|
537
537
|
_revision?: number | undefined;
|
|
538
538
|
_localeVariantGroupId?: string | undefined;
|
|
539
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
539
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
540
540
|
trashedAt?: Date | undefined;
|
|
541
541
|
createdAt?: Date | undefined;
|
|
542
542
|
updatedAt?: Date | undefined;
|
|
543
543
|
} | undefined, unknown>>;
|
|
544
|
-
getConfig: () => import("
|
|
544
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", "existing">;
|
|
545
545
|
getIsRequired: () => false;
|
|
546
546
|
getIsTranslatable: () => false;
|
|
547
547
|
getVisibility: () => "all";
|
|
548
548
|
getIsDynamic: () => true;
|
|
549
549
|
getDescription: () => undefined;
|
|
550
550
|
getCondition: () => undefined;
|
|
551
|
-
} & import("
|
|
551
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
552
552
|
user: string;
|
|
553
553
|
email: string;
|
|
554
554
|
password: string;
|
|
@@ -558,12 +558,12 @@ export declare const ContentComment: ContentType<{
|
|
|
558
558
|
_type: "ManagerRole";
|
|
559
559
|
_id: string;
|
|
560
560
|
_schemaVersion?: number | undefined;
|
|
561
|
-
_visibility?: import("
|
|
562
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
561
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
562
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
563
563
|
_trashed?: boolean | undefined;
|
|
564
564
|
_revision?: number | undefined;
|
|
565
565
|
_localeVariantGroupId?: string | undefined;
|
|
566
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
566
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
567
567
|
trashedAt?: Date | undefined;
|
|
568
568
|
trashedBy?: string | undefined;
|
|
569
569
|
createdAt?: Date | undefined;
|
|
@@ -584,37 +584,37 @@ export declare const ContentComment: ContentType<{
|
|
|
584
584
|
tutorialsPromptedAt?: Date | undefined;
|
|
585
585
|
seenTours?: (string | undefined)[] | undefined;
|
|
586
586
|
_schemaVersion?: number | undefined;
|
|
587
|
-
_visibility?: import("
|
|
588
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
587
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
588
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
589
589
|
_trashed?: boolean | undefined;
|
|
590
590
|
_revision?: number | undefined;
|
|
591
591
|
_localeVariantGroupId?: string | undefined;
|
|
592
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
592
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
593
593
|
trashedAt?: Date | undefined;
|
|
594
594
|
trashedBy?: string | undefined;
|
|
595
595
|
createdAt?: Date | undefined;
|
|
596
596
|
updatedAt?: Date | undefined;
|
|
597
597
|
createdBy?: string | undefined;
|
|
598
598
|
updatedBy?: string | undefined;
|
|
599
|
-
}, import("
|
|
599
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
600
600
|
contentType: ContentType<{
|
|
601
|
-
name: import("
|
|
602
|
-
user: import("
|
|
601
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
602
|
+
user: 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<"Text">;
|
|
609
|
+
state: import("../index.js").DefaultFieldState;
|
|
610
610
|
} | undefined;
|
|
611
|
-
meta: import("
|
|
612
|
-
state: import("
|
|
611
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
618
618
|
getIsRequired: () => false;
|
|
619
619
|
getIsTranslatable: () => false;
|
|
620
620
|
getVisibility: () => "all";
|
|
@@ -628,19 +628,19 @@ export declare const ContentComment: 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<"Text">;
|
|
632
|
+
state: import("../index.js").FieldState;
|
|
633
633
|
} | undefined;
|
|
634
|
-
meta: import("
|
|
635
|
-
state: import("
|
|
634
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 ContentComment: 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<"Text">;
|
|
691
|
+
state: import("../index.js").FieldState;
|
|
692
692
|
} | undefined;
|
|
693
|
-
meta: import("
|
|
694
|
-
state: import("
|
|
693
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 ContentComment: 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<"Text", 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<"Text">;
|
|
750
|
+
state: import("../index.js").FieldState;
|
|
751
751
|
} | undefined;
|
|
752
|
-
meta: import("
|
|
753
|
-
state: import("
|
|
752
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 ContentComment: ContentType<{
|
|
|
798
798
|
lte?: number | undefined;
|
|
799
799
|
};
|
|
800
800
|
} | undefined;
|
|
801
|
-
}>(this: TThis, length: number) => import("
|
|
802
|
-
}, import("
|
|
803
|
-
email: import("
|
|
801
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
802
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
803
|
+
email: import("../index.js").WithFieldState<{
|
|
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<"Email">;
|
|
810
|
+
state: import("../index.js").DefaultFieldState;
|
|
811
811
|
} | undefined;
|
|
812
|
-
meta: import("
|
|
813
|
-
state: import("
|
|
812
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
819
819
|
getIsRequired: () => false;
|
|
820
820
|
getIsTranslatable: () => false;
|
|
821
821
|
getVisibility: () => "all";
|
|
@@ -829,19 +829,19 @@ export declare const ContentComment: 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<"Email">;
|
|
833
|
+
state: import("../index.js").FieldState;
|
|
834
834
|
} | undefined;
|
|
835
|
-
meta: import("
|
|
836
|
-
state: import("
|
|
835
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 ContentComment: 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<"Email">;
|
|
892
|
+
state: import("../index.js").FieldState;
|
|
893
893
|
} | undefined;
|
|
894
|
-
meta: import("
|
|
895
|
-
state: import("
|
|
894
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 ContentComment: 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<"Email", 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<"Email">;
|
|
951
|
+
state: import("../index.js").FieldState;
|
|
952
952
|
} | undefined;
|
|
953
|
-
meta: import("
|
|
954
|
-
state: import("
|
|
953
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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,24 +999,24 @@ export declare const ContentComment: ContentType<{
|
|
|
999
999
|
lte?: number | undefined;
|
|
1000
1000
|
};
|
|
1001
1001
|
} | undefined;
|
|
1002
|
-
}>(this: TThis, length: number) => import("
|
|
1003
|
-
}, import("
|
|
1004
|
-
password: import("
|
|
1002
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
1003
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1004
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
1005
1005
|
kind: "field";
|
|
1006
1006
|
readonly __fieldTypes?: {
|
|
1007
1007
|
input: string;
|
|
1008
1008
|
db: string;
|
|
1009
1009
|
output: string;
|
|
1010
|
-
meta: import("
|
|
1011
|
-
state: import("
|
|
1010
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1011
|
+
state: import("../index.js").DefaultFieldState;
|
|
1012
1012
|
} | undefined;
|
|
1013
|
-
meta: import("
|
|
1014
|
-
state: import("
|
|
1013
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1014
|
+
state: import("../index.js").DefaultFieldState;
|
|
1015
1015
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1016
1016
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1017
1017
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1018
1018
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1019
|
-
getConfig: () => import("
|
|
1019
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
1020
1020
|
getIsRequired: () => false;
|
|
1021
1021
|
getIsTranslatable: () => false;
|
|
1022
1022
|
getVisibility: () => "all";
|
|
@@ -1030,19 +1030,19 @@ export declare const ContentComment: ContentType<{
|
|
|
1030
1030
|
input: string;
|
|
1031
1031
|
db: string;
|
|
1032
1032
|
output: string;
|
|
1033
|
-
meta: import("
|
|
1034
|
-
state: import("
|
|
1033
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1034
|
+
state: import("../index.js").FieldState;
|
|
1035
1035
|
} | undefined;
|
|
1036
|
-
meta: import("
|
|
1037
|
-
state: import("
|
|
1036
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1037
|
+
state: import("../index.js").FieldState;
|
|
1038
1038
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1039
1039
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1040
1040
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1041
1041
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1042
|
-
getConfig: () => import("
|
|
1042
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
1043
1043
|
getIsRequired: () => boolean;
|
|
1044
1044
|
getIsTranslatable: () => boolean;
|
|
1045
|
-
getVisibility: () => import("
|
|
1045
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1046
1046
|
getIsDynamic: () => boolean;
|
|
1047
1047
|
getDescription: () => string | undefined;
|
|
1048
1048
|
getCondition: () => {
|
|
@@ -1082,26 +1082,26 @@ export declare const ContentComment: ContentType<{
|
|
|
1082
1082
|
lte?: number | undefined;
|
|
1083
1083
|
};
|
|
1084
1084
|
} | undefined;
|
|
1085
|
-
}, NextUi extends import("
|
|
1085
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1086
1086
|
min: <TThis extends {
|
|
1087
1087
|
kind: "field";
|
|
1088
1088
|
readonly __fieldTypes?: {
|
|
1089
1089
|
input: string;
|
|
1090
1090
|
db: string;
|
|
1091
1091
|
output: string;
|
|
1092
|
-
meta: import("
|
|
1093
|
-
state: import("
|
|
1092
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1093
|
+
state: import("../index.js").FieldState;
|
|
1094
1094
|
} | undefined;
|
|
1095
|
-
meta: import("
|
|
1096
|
-
state: import("
|
|
1095
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1096
|
+
state: import("../index.js").FieldState;
|
|
1097
1097
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1098
1098
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1099
1099
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1100
1100
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1101
|
-
getConfig: () => import("
|
|
1101
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
1102
1102
|
getIsRequired: () => boolean;
|
|
1103
1103
|
getIsTranslatable: () => boolean;
|
|
1104
|
-
getVisibility: () => import("
|
|
1104
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1105
1105
|
getIsDynamic: () => boolean;
|
|
1106
1106
|
getDescription: () => string | undefined;
|
|
1107
1107
|
getCondition: () => {
|
|
@@ -1141,26 +1141,26 @@ export declare const ContentComment: ContentType<{
|
|
|
1141
1141
|
lte?: number | undefined;
|
|
1142
1142
|
};
|
|
1143
1143
|
} | undefined;
|
|
1144
|
-
}>(this: TThis, length: number) => import("
|
|
1144
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
1145
1145
|
max: <TThis extends {
|
|
1146
1146
|
kind: "field";
|
|
1147
1147
|
readonly __fieldTypes?: {
|
|
1148
1148
|
input: string;
|
|
1149
1149
|
db: string;
|
|
1150
1150
|
output: string;
|
|
1151
|
-
meta: import("
|
|
1152
|
-
state: import("
|
|
1151
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1152
|
+
state: import("../index.js").FieldState;
|
|
1153
1153
|
} | undefined;
|
|
1154
|
-
meta: import("
|
|
1155
|
-
state: import("
|
|
1154
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
1155
|
+
state: import("../index.js").FieldState;
|
|
1156
1156
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1157
1157
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1158
1158
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1159
1159
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1160
|
-
getConfig: () => import("
|
|
1160
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
1161
1161
|
getIsRequired: () => boolean;
|
|
1162
1162
|
getIsTranslatable: () => boolean;
|
|
1163
|
-
getVisibility: () => import("
|
|
1163
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1164
1164
|
getIsDynamic: () => boolean;
|
|
1165
1165
|
getDescription: () => string | undefined;
|
|
1166
1166
|
getCondition: () => {
|
|
@@ -1200,49 +1200,49 @@ export declare const ContentComment: ContentType<{
|
|
|
1200
1200
|
lte?: number | undefined;
|
|
1201
1201
|
};
|
|
1202
1202
|
} | undefined;
|
|
1203
|
-
}>(this: TThis, length: number) => import("
|
|
1204
|
-
}, keyof import("
|
|
1205
|
-
role: import("
|
|
1203
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
1204
|
+
}, 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">>;
|
|
1205
|
+
role: import("../index.js").WithFieldState<{
|
|
1206
1206
|
kind: "field";
|
|
1207
1207
|
readonly __fieldTypes?: {
|
|
1208
|
-
input: import("
|
|
1209
|
-
db: import("
|
|
1208
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1209
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1210
1210
|
output: {
|
|
1211
1211
|
name: string;
|
|
1212
1212
|
permissions: (string | undefined)[];
|
|
1213
1213
|
_type: "ManagerRole";
|
|
1214
1214
|
_id: string;
|
|
1215
1215
|
_schemaVersion?: number | undefined;
|
|
1216
|
-
_visibility?: import("
|
|
1217
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1216
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1217
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1218
1218
|
_trashed?: boolean | undefined;
|
|
1219
1219
|
_revision?: number | undefined;
|
|
1220
1220
|
_localeVariantGroupId?: string | undefined;
|
|
1221
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1221
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1222
1222
|
trashedAt?: Date | undefined;
|
|
1223
1223
|
createdAt?: Date | undefined;
|
|
1224
1224
|
updatedAt?: Date | undefined;
|
|
1225
1225
|
};
|
|
1226
|
-
meta: import("
|
|
1227
|
-
state: import("
|
|
1226
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1227
|
+
state: import("../index.js").DefaultFieldState;
|
|
1228
1228
|
} | undefined;
|
|
1229
|
-
meta: import("
|
|
1230
|
-
state: import("
|
|
1231
|
-
toZod: () => import("zod").ZodType<import("
|
|
1232
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1233
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1229
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1230
|
+
state: import("../index.js").DefaultFieldState;
|
|
1231
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
1232
|
+
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>>;
|
|
1233
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
1234
1234
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1235
1235
|
name: string;
|
|
1236
1236
|
permissions: (string | undefined)[];
|
|
1237
1237
|
_type: "ManagerRole";
|
|
1238
1238
|
_id: string;
|
|
1239
1239
|
_schemaVersion?: number | undefined;
|
|
1240
|
-
_visibility?: import("
|
|
1241
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1240
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1241
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1242
1242
|
_trashed?: boolean | undefined;
|
|
1243
1243
|
_revision?: number | undefined;
|
|
1244
1244
|
_localeVariantGroupId?: string | undefined;
|
|
1245
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1245
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1246
1246
|
trashedAt?: Date | undefined;
|
|
1247
1247
|
createdAt?: Date | undefined;
|
|
1248
1248
|
updatedAt?: Date | undefined;
|
|
@@ -1252,59 +1252,59 @@ export declare const ContentComment: ContentType<{
|
|
|
1252
1252
|
_type: "ManagerRole";
|
|
1253
1253
|
_id: string;
|
|
1254
1254
|
_schemaVersion?: number | undefined;
|
|
1255
|
-
_visibility?: import("
|
|
1256
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1255
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1256
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1257
1257
|
_trashed?: boolean | undefined;
|
|
1258
1258
|
_revision?: number | undefined;
|
|
1259
1259
|
_localeVariantGroupId?: string | undefined;
|
|
1260
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1260
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1261
1261
|
trashedAt?: Date | undefined;
|
|
1262
1262
|
createdAt?: Date | undefined;
|
|
1263
1263
|
updatedAt?: Date | undefined;
|
|
1264
1264
|
} | undefined, unknown>>;
|
|
1265
|
-
getConfig: () => import("
|
|
1265
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1266
1266
|
getIsRequired: () => false;
|
|
1267
1267
|
getIsTranslatable: () => false;
|
|
1268
1268
|
getVisibility: () => "all";
|
|
1269
1269
|
getIsDynamic: () => true;
|
|
1270
1270
|
getDescription: () => undefined;
|
|
1271
1271
|
getCondition: () => undefined;
|
|
1272
|
-
} & import("
|
|
1272
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
1273
1273
|
name: string;
|
|
1274
1274
|
permissions: (string | undefined)[];
|
|
1275
1275
|
_type: "ManagerRole";
|
|
1276
1276
|
_id: string;
|
|
1277
1277
|
_schemaVersion?: number | undefined;
|
|
1278
|
-
_visibility?: import("
|
|
1279
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1278
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1279
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1280
1280
|
_trashed?: boolean | undefined;
|
|
1281
1281
|
_revision?: number | undefined;
|
|
1282
1282
|
_localeVariantGroupId?: string | undefined;
|
|
1283
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1283
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1284
1284
|
trashedAt?: Date | undefined;
|
|
1285
1285
|
trashedBy?: string | undefined;
|
|
1286
1286
|
createdAt?: Date | undefined;
|
|
1287
1287
|
updatedAt?: Date | undefined;
|
|
1288
1288
|
createdBy?: string | undefined;
|
|
1289
1289
|
updatedBy?: string | undefined;
|
|
1290
|
-
}, import("
|
|
1290
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
1291
1291
|
contentType: ContentType<{
|
|
1292
|
-
name: import("
|
|
1292
|
+
name: import("../index.js").WithFieldState<{
|
|
1293
1293
|
kind: "field";
|
|
1294
1294
|
readonly __fieldTypes?: {
|
|
1295
1295
|
input: string;
|
|
1296
1296
|
db: string;
|
|
1297
1297
|
output: string;
|
|
1298
|
-
meta: import("
|
|
1299
|
-
state: import("
|
|
1298
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1299
|
+
state: import("../index.js").DefaultFieldState;
|
|
1300
1300
|
} | undefined;
|
|
1301
|
-
meta: import("
|
|
1302
|
-
state: import("
|
|
1301
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1302
|
+
state: import("../index.js").DefaultFieldState;
|
|
1303
1303
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1304
1304
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1305
1305
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1306
1306
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1307
|
-
getConfig: () => import("
|
|
1307
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1308
1308
|
getIsRequired: () => false;
|
|
1309
1309
|
getIsTranslatable: () => false;
|
|
1310
1310
|
getVisibility: () => "all";
|
|
@@ -1318,19 +1318,19 @@ export declare const ContentComment: ContentType<{
|
|
|
1318
1318
|
input: string;
|
|
1319
1319
|
db: string;
|
|
1320
1320
|
output: string;
|
|
1321
|
-
meta: import("
|
|
1322
|
-
state: import("
|
|
1321
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1322
|
+
state: import("../index.js").FieldState;
|
|
1323
1323
|
} | undefined;
|
|
1324
|
-
meta: import("
|
|
1325
|
-
state: import("
|
|
1324
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1325
|
+
state: import("../index.js").FieldState;
|
|
1326
1326
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1327
1327
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1328
1328
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1329
1329
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1330
|
-
getConfig: () => import("
|
|
1330
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1331
1331
|
getIsRequired: () => boolean;
|
|
1332
1332
|
getIsTranslatable: () => boolean;
|
|
1333
|
-
getVisibility: () => import("
|
|
1333
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1334
1334
|
getIsDynamic: () => boolean;
|
|
1335
1335
|
getDescription: () => string | undefined;
|
|
1336
1336
|
getCondition: () => {
|
|
@@ -1370,26 +1370,26 @@ export declare const ContentComment: ContentType<{
|
|
|
1370
1370
|
lte?: number | undefined;
|
|
1371
1371
|
};
|
|
1372
1372
|
} | undefined;
|
|
1373
|
-
}, NextUi extends import("
|
|
1373
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
1374
1374
|
min: <TThis extends {
|
|
1375
1375
|
kind: "field";
|
|
1376
1376
|
readonly __fieldTypes?: {
|
|
1377
1377
|
input: string;
|
|
1378
1378
|
db: string;
|
|
1379
1379
|
output: string;
|
|
1380
|
-
meta: import("
|
|
1381
|
-
state: import("
|
|
1380
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1381
|
+
state: import("../index.js").FieldState;
|
|
1382
1382
|
} | undefined;
|
|
1383
|
-
meta: import("
|
|
1384
|
-
state: import("
|
|
1383
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1384
|
+
state: import("../index.js").FieldState;
|
|
1385
1385
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1386
1386
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1387
1387
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1388
1388
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1389
|
-
getConfig: () => import("
|
|
1389
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1390
1390
|
getIsRequired: () => boolean;
|
|
1391
1391
|
getIsTranslatable: () => boolean;
|
|
1392
|
-
getVisibility: () => import("
|
|
1392
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1393
1393
|
getIsDynamic: () => boolean;
|
|
1394
1394
|
getDescription: () => string | undefined;
|
|
1395
1395
|
getCondition: () => {
|
|
@@ -1429,26 +1429,26 @@ export declare const ContentComment: ContentType<{
|
|
|
1429
1429
|
lte?: number | undefined;
|
|
1430
1430
|
};
|
|
1431
1431
|
} | undefined;
|
|
1432
|
-
}>(this: TThis, length: number) => import("
|
|
1432
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1433
1433
|
max: <TThis extends {
|
|
1434
1434
|
kind: "field";
|
|
1435
1435
|
readonly __fieldTypes?: {
|
|
1436
1436
|
input: string;
|
|
1437
1437
|
db: string;
|
|
1438
1438
|
output: string;
|
|
1439
|
-
meta: import("
|
|
1440
|
-
state: import("
|
|
1439
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1440
|
+
state: import("../index.js").FieldState;
|
|
1441
1441
|
} | undefined;
|
|
1442
|
-
meta: import("
|
|
1443
|
-
state: import("
|
|
1442
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1443
|
+
state: import("../index.js").FieldState;
|
|
1444
1444
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1445
1445
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1446
1446
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1447
1447
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1448
|
-
getConfig: () => import("
|
|
1448
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1449
1449
|
getIsRequired: () => boolean;
|
|
1450
1450
|
getIsTranslatable: () => boolean;
|
|
1451
|
-
getVisibility: () => import("
|
|
1451
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1452
1452
|
getIsDynamic: () => boolean;
|
|
1453
1453
|
getDescription: () => string | undefined;
|
|
1454
1454
|
getCondition: () => {
|
|
@@ -1488,54 +1488,54 @@ export declare const ContentComment: ContentType<{
|
|
|
1488
1488
|
lte?: number | undefined;
|
|
1489
1489
|
};
|
|
1490
1490
|
} | undefined;
|
|
1491
|
-
}>(this: TThis, length: number) => import("
|
|
1492
|
-
}, import("
|
|
1493
|
-
permissions: import("
|
|
1494
|
-
field: import("
|
|
1495
|
-
}, import("
|
|
1491
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
1492
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1493
|
+
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> & {
|
|
1494
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1495
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1496
1496
|
}, "ManagerRole", undefined>;
|
|
1497
1497
|
only?: undefined;
|
|
1498
1498
|
multiple: <TThis extends {
|
|
1499
1499
|
kind: "field";
|
|
1500
1500
|
readonly __fieldTypes?: {
|
|
1501
|
-
input: import("
|
|
1502
|
-
db: import("
|
|
1501
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1502
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
1503
1503
|
output: {
|
|
1504
1504
|
name: string;
|
|
1505
1505
|
permissions: (string | undefined)[];
|
|
1506
1506
|
_type: "ManagerRole";
|
|
1507
1507
|
_id: string;
|
|
1508
1508
|
_schemaVersion?: number | undefined;
|
|
1509
|
-
_visibility?: import("
|
|
1510
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1509
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1510
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1511
1511
|
_trashed?: boolean | undefined;
|
|
1512
1512
|
_revision?: number | undefined;
|
|
1513
1513
|
_localeVariantGroupId?: string | undefined;
|
|
1514
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1514
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1515
1515
|
trashedAt?: Date | undefined;
|
|
1516
1516
|
createdAt?: Date | undefined;
|
|
1517
1517
|
updatedAt?: Date | undefined;
|
|
1518
1518
|
};
|
|
1519
|
-
meta: import("
|
|
1520
|
-
state: import("
|
|
1519
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1520
|
+
state: import("../index.js").FieldState;
|
|
1521
1521
|
} | undefined;
|
|
1522
|
-
meta: import("
|
|
1523
|
-
state: import("
|
|
1524
|
-
toZod: () => import("zod").ZodType<import("
|
|
1525
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1526
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1522
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1523
|
+
state: import("../index.js").FieldState;
|
|
1524
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
1525
|
+
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>>;
|
|
1526
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
1527
1527
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1528
1528
|
name: string;
|
|
1529
1529
|
permissions: (string | undefined)[];
|
|
1530
1530
|
_type: "ManagerRole";
|
|
1531
1531
|
_id: string;
|
|
1532
1532
|
_schemaVersion?: number | undefined;
|
|
1533
|
-
_visibility?: import("
|
|
1534
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1533
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1534
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1535
1535
|
_trashed?: boolean | undefined;
|
|
1536
1536
|
_revision?: number | undefined;
|
|
1537
1537
|
_localeVariantGroupId?: string | undefined;
|
|
1538
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1538
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1539
1539
|
trashedAt?: Date | undefined;
|
|
1540
1540
|
createdAt?: Date | undefined;
|
|
1541
1541
|
updatedAt?: Date | undefined;
|
|
@@ -1545,20 +1545,20 @@ export declare const ContentComment: ContentType<{
|
|
|
1545
1545
|
_type: "ManagerRole";
|
|
1546
1546
|
_id: string;
|
|
1547
1547
|
_schemaVersion?: number | undefined;
|
|
1548
|
-
_visibility?: import("
|
|
1549
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1548
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1549
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1550
1550
|
_trashed?: boolean | undefined;
|
|
1551
1551
|
_revision?: number | undefined;
|
|
1552
1552
|
_localeVariantGroupId?: string | undefined;
|
|
1553
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1553
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1554
1554
|
trashedAt?: Date | undefined;
|
|
1555
1555
|
createdAt?: Date | undefined;
|
|
1556
1556
|
updatedAt?: Date | undefined;
|
|
1557
1557
|
} | undefined, unknown>>;
|
|
1558
|
-
getConfig: () => import("
|
|
1558
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
1559
1559
|
getIsRequired: () => boolean;
|
|
1560
1560
|
getIsTranslatable: () => boolean;
|
|
1561
|
-
getVisibility: () => import("
|
|
1561
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1562
1562
|
getIsDynamic: () => boolean;
|
|
1563
1563
|
getDescription: () => string | undefined;
|
|
1564
1564
|
getCondition: () => {
|
|
@@ -1598,23 +1598,23 @@ export declare const ContentComment: ContentType<{
|
|
|
1598
1598
|
lte?: number | undefined;
|
|
1599
1599
|
};
|
|
1600
1600
|
} | undefined;
|
|
1601
|
-
}>(this: TThis) => import("
|
|
1602
|
-
name: import("
|
|
1601
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
1602
|
+
name: import("../index.js").WithFieldState<{
|
|
1603
1603
|
kind: "field";
|
|
1604
1604
|
readonly __fieldTypes?: {
|
|
1605
1605
|
input: string;
|
|
1606
1606
|
db: string;
|
|
1607
1607
|
output: string;
|
|
1608
|
-
meta: import("
|
|
1609
|
-
state: import("
|
|
1608
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1609
|
+
state: import("../index.js").DefaultFieldState;
|
|
1610
1610
|
} | undefined;
|
|
1611
|
-
meta: import("
|
|
1612
|
-
state: import("
|
|
1611
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1612
|
+
state: import("../index.js").DefaultFieldState;
|
|
1613
1613
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1614
1614
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1615
1615
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1616
1616
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1617
|
-
getConfig: () => import("
|
|
1617
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1618
1618
|
getIsRequired: () => false;
|
|
1619
1619
|
getIsTranslatable: () => false;
|
|
1620
1620
|
getVisibility: () => "all";
|
|
@@ -1628,19 +1628,19 @@ export declare const ContentComment: ContentType<{
|
|
|
1628
1628
|
input: string;
|
|
1629
1629
|
db: string;
|
|
1630
1630
|
output: string;
|
|
1631
|
-
meta: import("
|
|
1632
|
-
state: import("
|
|
1631
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1632
|
+
state: import("../index.js").FieldState;
|
|
1633
1633
|
} | undefined;
|
|
1634
|
-
meta: import("
|
|
1635
|
-
state: import("
|
|
1634
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1635
|
+
state: import("../index.js").FieldState;
|
|
1636
1636
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1637
1637
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1638
1638
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1639
1639
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1640
|
-
getConfig: () => import("
|
|
1640
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1641
1641
|
getIsRequired: () => boolean;
|
|
1642
1642
|
getIsTranslatable: () => boolean;
|
|
1643
|
-
getVisibility: () => import("
|
|
1643
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1644
1644
|
getIsDynamic: () => boolean;
|
|
1645
1645
|
getDescription: () => string | undefined;
|
|
1646
1646
|
getCondition: () => {
|
|
@@ -1680,26 +1680,26 @@ export declare const ContentComment: ContentType<{
|
|
|
1680
1680
|
lte?: number | undefined;
|
|
1681
1681
|
};
|
|
1682
1682
|
} | undefined;
|
|
1683
|
-
}, NextUi extends import("
|
|
1683
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
1684
1684
|
min: <TThis_1 extends {
|
|
1685
1685
|
kind: "field";
|
|
1686
1686
|
readonly __fieldTypes?: {
|
|
1687
1687
|
input: string;
|
|
1688
1688
|
db: string;
|
|
1689
1689
|
output: string;
|
|
1690
|
-
meta: import("
|
|
1691
|
-
state: import("
|
|
1690
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1691
|
+
state: import("../index.js").FieldState;
|
|
1692
1692
|
} | undefined;
|
|
1693
|
-
meta: import("
|
|
1694
|
-
state: import("
|
|
1693
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1694
|
+
state: import("../index.js").FieldState;
|
|
1695
1695
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1696
1696
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1697
1697
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1698
1698
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1699
|
-
getConfig: () => import("
|
|
1699
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1700
1700
|
getIsRequired: () => boolean;
|
|
1701
1701
|
getIsTranslatable: () => boolean;
|
|
1702
|
-
getVisibility: () => import("
|
|
1702
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1703
1703
|
getIsDynamic: () => boolean;
|
|
1704
1704
|
getDescription: () => string | undefined;
|
|
1705
1705
|
getCondition: () => {
|
|
@@ -1739,26 +1739,26 @@ export declare const ContentComment: ContentType<{
|
|
|
1739
1739
|
lte?: number | undefined;
|
|
1740
1740
|
};
|
|
1741
1741
|
} | undefined;
|
|
1742
|
-
}>(this: TThis_1, length: number) => import("
|
|
1742
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1743
1743
|
max: <TThis_1 extends {
|
|
1744
1744
|
kind: "field";
|
|
1745
1745
|
readonly __fieldTypes?: {
|
|
1746
1746
|
input: string;
|
|
1747
1747
|
db: string;
|
|
1748
1748
|
output: string;
|
|
1749
|
-
meta: import("
|
|
1750
|
-
state: import("
|
|
1749
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1750
|
+
state: import("../index.js").FieldState;
|
|
1751
1751
|
} | undefined;
|
|
1752
|
-
meta: import("
|
|
1753
|
-
state: import("
|
|
1752
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
1753
|
+
state: import("../index.js").FieldState;
|
|
1754
1754
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
1755
1755
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
1756
1756
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1757
1757
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
1758
|
-
getConfig: () => import("
|
|
1758
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
1759
1759
|
getIsRequired: () => boolean;
|
|
1760
1760
|
getIsTranslatable: () => boolean;
|
|
1761
|
-
getVisibility: () => import("
|
|
1761
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
1762
1762
|
getIsDynamic: () => boolean;
|
|
1763
1763
|
getDescription: () => string | undefined;
|
|
1764
1764
|
getCondition: () => {
|
|
@@ -1798,51 +1798,51 @@ export declare const ContentComment: ContentType<{
|
|
|
1798
1798
|
lte?: number | undefined;
|
|
1799
1799
|
};
|
|
1800
1800
|
} | undefined;
|
|
1801
|
-
}>(this: TThis_1, length: number) => import("
|
|
1802
|
-
}, import("
|
|
1803
|
-
permissions: import("
|
|
1804
|
-
field: import("
|
|
1805
|
-
}, import("
|
|
1806
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
1807
|
-
}, import("
|
|
1808
|
-
avatarId: import("
|
|
1809
|
-
avatarKey: import("
|
|
1810
|
-
avatarAccess: import("
|
|
1811
|
-
avatarUrl: import("
|
|
1812
|
-
avatarPreviewUrl: import("
|
|
1813
|
-
tutorialsEnabled: import("
|
|
1814
|
-
tutorialsPromptedAt: import("
|
|
1815
|
-
seenTours: import("
|
|
1816
|
-
twoFactorEnabled: import("
|
|
1801
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
1802
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1803
|
+
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> & {
|
|
1804
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1805
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1806
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
1807
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1808
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
1809
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
1810
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
1811
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1812
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
1813
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
1814
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
1815
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
1816
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
1817
1817
|
kind: "field";
|
|
1818
1818
|
readonly __fieldTypes?: {
|
|
1819
1819
|
input: boolean;
|
|
1820
1820
|
db: boolean;
|
|
1821
1821
|
output: boolean;
|
|
1822
|
-
meta: import("
|
|
1823
|
-
state: import("
|
|
1822
|
+
meta: import("../index.js").BooleanMeta;
|
|
1823
|
+
state: import("../index.js").DefaultFieldState;
|
|
1824
1824
|
} | undefined;
|
|
1825
|
-
meta: import("
|
|
1826
|
-
state: import("
|
|
1825
|
+
meta: import("../index.js").BooleanMeta;
|
|
1826
|
+
state: import("../index.js").DefaultFieldState;
|
|
1827
1827
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
1828
1828
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
1829
1829
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1830
1830
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
1831
|
-
getConfig: () => import("
|
|
1831
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
1832
1832
|
getIsRequired: () => false;
|
|
1833
1833
|
getIsTranslatable: () => false;
|
|
1834
1834
|
getVisibility: () => "all";
|
|
1835
1835
|
getIsDynamic: () => true;
|
|
1836
1836
|
getDescription: () => undefined;
|
|
1837
1837
|
getCondition: () => undefined;
|
|
1838
|
-
}, import("
|
|
1838
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
1839
1839
|
}, "ManagerUser", undefined>;
|
|
1840
1840
|
only?: "existing" | undefined;
|
|
1841
1841
|
multiple: <TThis extends {
|
|
1842
1842
|
kind: "field";
|
|
1843
1843
|
readonly __fieldTypes?: {
|
|
1844
|
-
input: import("
|
|
1845
|
-
db: import("
|
|
1844
|
+
input: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1845
|
+
db: import("../index.js").RelationExisting<"ManagerUser">;
|
|
1846
1846
|
output: {
|
|
1847
1847
|
user: string;
|
|
1848
1848
|
email: string;
|
|
@@ -1852,12 +1852,12 @@ export declare const ContentComment: ContentType<{
|
|
|
1852
1852
|
_type: "ManagerRole";
|
|
1853
1853
|
_id: string;
|
|
1854
1854
|
_schemaVersion?: number | undefined;
|
|
1855
|
-
_visibility?: import("
|
|
1856
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1855
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1856
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1857
1857
|
_trashed?: boolean | undefined;
|
|
1858
1858
|
_revision?: number | undefined;
|
|
1859
1859
|
_localeVariantGroupId?: string | undefined;
|
|
1860
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1860
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1861
1861
|
trashedAt?: Date | undefined;
|
|
1862
1862
|
createdAt?: Date | undefined;
|
|
1863
1863
|
updatedAt?: Date | undefined;
|
|
@@ -1875,24 +1875,24 @@ export declare const ContentComment: ContentType<{
|
|
|
1875
1875
|
tutorialsPromptedAt?: Date | undefined;
|
|
1876
1876
|
seenTours?: (string | undefined)[] | undefined;
|
|
1877
1877
|
_schemaVersion?: number | undefined;
|
|
1878
|
-
_visibility?: import("
|
|
1879
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1878
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1879
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1880
1880
|
_trashed?: boolean | undefined;
|
|
1881
1881
|
_revision?: number | undefined;
|
|
1882
1882
|
_localeVariantGroupId?: string | undefined;
|
|
1883
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1883
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1884
1884
|
trashedAt?: Date | undefined;
|
|
1885
1885
|
createdAt?: Date | undefined;
|
|
1886
1886
|
updatedAt?: Date | undefined;
|
|
1887
1887
|
};
|
|
1888
|
-
meta: import("
|
|
1889
|
-
state: import("
|
|
1888
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", "existing">;
|
|
1889
|
+
state: import("../index.js").FieldState;
|
|
1890
1890
|
} | undefined;
|
|
1891
|
-
meta: import("
|
|
1892
|
-
state: import("
|
|
1893
|
-
toZod: () => import("zod").ZodType<import("
|
|
1894
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
1895
|
-
getSchema: () => import("zod").ZodType<import("
|
|
1891
|
+
meta: import("../index.js").RelationMeta<"ManagerUser", "existing">;
|
|
1892
|
+
state: import("../index.js").FieldState;
|
|
1893
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser">, unknown>>;
|
|
1894
|
+
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>>;
|
|
1895
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerUser"> | undefined, unknown>>;
|
|
1896
1896
|
getOutputSchema: () => import("zod").ZodType<{
|
|
1897
1897
|
user: string;
|
|
1898
1898
|
email: string;
|
|
@@ -1902,12 +1902,12 @@ export declare const ContentComment: ContentType<{
|
|
|
1902
1902
|
_type: "ManagerRole";
|
|
1903
1903
|
_id: string;
|
|
1904
1904
|
_schemaVersion?: number | undefined;
|
|
1905
|
-
_visibility?: import("
|
|
1906
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1905
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1906
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1907
1907
|
_trashed?: boolean | undefined;
|
|
1908
1908
|
_revision?: number | undefined;
|
|
1909
1909
|
_localeVariantGroupId?: string | undefined;
|
|
1910
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1910
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1911
1911
|
trashedAt?: Date | undefined;
|
|
1912
1912
|
createdAt?: Date | undefined;
|
|
1913
1913
|
updatedAt?: Date | undefined;
|
|
@@ -1925,12 +1925,12 @@ export declare const ContentComment: ContentType<{
|
|
|
1925
1925
|
tutorialsPromptedAt?: Date | undefined;
|
|
1926
1926
|
seenTours?: (string | undefined)[] | undefined;
|
|
1927
1927
|
_schemaVersion?: number | undefined;
|
|
1928
|
-
_visibility?: import("
|
|
1929
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1928
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1929
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1930
1930
|
_trashed?: boolean | undefined;
|
|
1931
1931
|
_revision?: number | undefined;
|
|
1932
1932
|
_localeVariantGroupId?: string | undefined;
|
|
1933
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1933
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1934
1934
|
trashedAt?: Date | undefined;
|
|
1935
1935
|
createdAt?: Date | undefined;
|
|
1936
1936
|
updatedAt?: Date | undefined;
|
|
@@ -1943,12 +1943,12 @@ export declare const ContentComment: ContentType<{
|
|
|
1943
1943
|
_type: "ManagerRole";
|
|
1944
1944
|
_id: string;
|
|
1945
1945
|
_schemaVersion?: number | undefined;
|
|
1946
|
-
_visibility?: import("
|
|
1947
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1946
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1947
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1948
1948
|
_trashed?: boolean | undefined;
|
|
1949
1949
|
_revision?: number | undefined;
|
|
1950
1950
|
_localeVariantGroupId?: string | undefined;
|
|
1951
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1951
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1952
1952
|
trashedAt?: Date | undefined;
|
|
1953
1953
|
createdAt?: Date | undefined;
|
|
1954
1954
|
updatedAt?: Date | undefined;
|
|
@@ -1966,20 +1966,20 @@ export declare const ContentComment: ContentType<{
|
|
|
1966
1966
|
tutorialsPromptedAt?: Date | undefined;
|
|
1967
1967
|
seenTours?: (string | undefined)[] | undefined;
|
|
1968
1968
|
_schemaVersion?: number | undefined;
|
|
1969
|
-
_visibility?: import("
|
|
1970
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1969
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
1970
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1971
1971
|
_trashed?: boolean | undefined;
|
|
1972
1972
|
_revision?: number | undefined;
|
|
1973
1973
|
_localeVariantGroupId?: string | undefined;
|
|
1974
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
1974
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
1975
1975
|
trashedAt?: Date | undefined;
|
|
1976
1976
|
createdAt?: Date | undefined;
|
|
1977
1977
|
updatedAt?: Date | undefined;
|
|
1978
1978
|
} | undefined, unknown>>;
|
|
1979
|
-
getConfig: () => import("
|
|
1979
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerUser", "existing">;
|
|
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 ContentComment: ContentType<{
|
|
|
2019
2019
|
lte?: number | undefined;
|
|
2020
2020
|
};
|
|
2021
2021
|
} | undefined;
|
|
2022
|
-
}>(this: TThis) => import("
|
|
2023
|
-
name: import("
|
|
2024
|
-
user: import("
|
|
2022
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
2023
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2024
|
+
user: 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<"Text">;
|
|
2031
|
+
state: import("../index.js").DefaultFieldState;
|
|
2032
2032
|
} | undefined;
|
|
2033
|
-
meta: import("
|
|
2034
|
-
state: import("
|
|
2033
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
2040
2040
|
getIsRequired: () => false;
|
|
2041
2041
|
getIsTranslatable: () => false;
|
|
2042
2042
|
getVisibility: () => "all";
|
|
@@ -2050,19 +2050,19 @@ export declare const ContentComment: 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<"Text">;
|
|
2054
|
+
state: import("../index.js").FieldState;
|
|
2055
2055
|
} | undefined;
|
|
2056
|
-
meta: import("
|
|
2057
|
-
state: import("
|
|
2056
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 ContentComment: 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<"Text">;
|
|
2113
|
+
state: import("../index.js").FieldState;
|
|
2114
2114
|
} | undefined;
|
|
2115
|
-
meta: import("
|
|
2116
|
-
state: import("
|
|
2115
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 ContentComment: 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<"Text", 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<"Text">;
|
|
2172
|
+
state: import("../index.js").FieldState;
|
|
2173
2173
|
} | undefined;
|
|
2174
|
-
meta: import("
|
|
2175
|
-
state: import("
|
|
2174
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
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<"Text">;
|
|
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 ContentComment: ContentType<{
|
|
|
2220
2220
|
lte?: number | undefined;
|
|
2221
2221
|
};
|
|
2222
2222
|
} | undefined;
|
|
2223
|
-
}>(this: TThis_1, length: number) => import("
|
|
2224
|
-
}, import("
|
|
2225
|
-
email: import("
|
|
2223
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2224
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2225
|
+
email: import("../index.js").WithFieldState<{
|
|
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<"Email">;
|
|
2232
|
+
state: import("../index.js").DefaultFieldState;
|
|
2233
2233
|
} | undefined;
|
|
2234
|
-
meta: import("
|
|
2235
|
-
state: import("
|
|
2234
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
2241
2241
|
getIsRequired: () => false;
|
|
2242
2242
|
getIsTranslatable: () => false;
|
|
2243
2243
|
getVisibility: () => "all";
|
|
@@ -2251,19 +2251,19 @@ export declare const ContentComment: 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<"Email">;
|
|
2255
|
+
state: import("../index.js").FieldState;
|
|
2256
2256
|
} | undefined;
|
|
2257
|
-
meta: import("
|
|
2258
|
-
state: import("
|
|
2257
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 ContentComment: 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<"Email">;
|
|
2314
|
+
state: import("../index.js").FieldState;
|
|
2315
2315
|
} | undefined;
|
|
2316
|
-
meta: import("
|
|
2317
|
-
state: import("
|
|
2316
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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 ContentComment: 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<"Email", 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<"Email">;
|
|
2373
|
+
state: import("../index.js").FieldState;
|
|
2374
2374
|
} | undefined;
|
|
2375
|
-
meta: import("
|
|
2376
|
-
state: import("
|
|
2375
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
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<"Email">;
|
|
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,24 +2421,24 @@ export declare const ContentComment: ContentType<{
|
|
|
2421
2421
|
lte?: number | undefined;
|
|
2422
2422
|
};
|
|
2423
2423
|
} | undefined;
|
|
2424
|
-
}>(this: TThis_1, length: number) => import("
|
|
2425
|
-
}, import("
|
|
2426
|
-
password: import("
|
|
2424
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2425
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2426
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
2427
2427
|
kind: "field";
|
|
2428
2428
|
readonly __fieldTypes?: {
|
|
2429
2429
|
input: string;
|
|
2430
2430
|
db: string;
|
|
2431
2431
|
output: string;
|
|
2432
|
-
meta: import("
|
|
2433
|
-
state: import("
|
|
2432
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2433
|
+
state: import("../index.js").DefaultFieldState;
|
|
2434
2434
|
} | undefined;
|
|
2435
|
-
meta: import("
|
|
2436
|
-
state: import("
|
|
2435
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2436
|
+
state: import("../index.js").DefaultFieldState;
|
|
2437
2437
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2438
2438
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2439
2439
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2440
2440
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2441
|
-
getConfig: () => import("
|
|
2441
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2442
2442
|
getIsRequired: () => false;
|
|
2443
2443
|
getIsTranslatable: () => false;
|
|
2444
2444
|
getVisibility: () => "all";
|
|
@@ -2452,19 +2452,19 @@ export declare const ContentComment: ContentType<{
|
|
|
2452
2452
|
input: string;
|
|
2453
2453
|
db: string;
|
|
2454
2454
|
output: string;
|
|
2455
|
-
meta: import("
|
|
2456
|
-
state: import("
|
|
2455
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2456
|
+
state: import("../index.js").FieldState;
|
|
2457
2457
|
} | undefined;
|
|
2458
|
-
meta: import("
|
|
2459
|
-
state: import("
|
|
2458
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2459
|
+
state: import("../index.js").FieldState;
|
|
2460
2460
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2461
2461
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2462
2462
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2463
2463
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2464
|
-
getConfig: () => import("
|
|
2464
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2465
2465
|
getIsRequired: () => boolean;
|
|
2466
2466
|
getIsTranslatable: () => boolean;
|
|
2467
|
-
getVisibility: () => import("
|
|
2467
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2468
2468
|
getIsDynamic: () => boolean;
|
|
2469
2469
|
getDescription: () => string | undefined;
|
|
2470
2470
|
getCondition: () => {
|
|
@@ -2504,26 +2504,26 @@ export declare const ContentComment: ContentType<{
|
|
|
2504
2504
|
lte?: number | undefined;
|
|
2505
2505
|
};
|
|
2506
2506
|
} | undefined;
|
|
2507
|
-
}, NextUi extends import("
|
|
2507
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2508
2508
|
min: <TThis_1 extends {
|
|
2509
2509
|
kind: "field";
|
|
2510
2510
|
readonly __fieldTypes?: {
|
|
2511
2511
|
input: string;
|
|
2512
2512
|
db: string;
|
|
2513
2513
|
output: string;
|
|
2514
|
-
meta: import("
|
|
2515
|
-
state: import("
|
|
2514
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2515
|
+
state: import("../index.js").FieldState;
|
|
2516
2516
|
} | undefined;
|
|
2517
|
-
meta: import("
|
|
2518
|
-
state: import("
|
|
2517
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2518
|
+
state: import("../index.js").FieldState;
|
|
2519
2519
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2520
2520
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2521
2521
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2522
2522
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2523
|
-
getConfig: () => import("
|
|
2523
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2524
2524
|
getIsRequired: () => boolean;
|
|
2525
2525
|
getIsTranslatable: () => boolean;
|
|
2526
|
-
getVisibility: () => import("
|
|
2526
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2527
2527
|
getIsDynamic: () => boolean;
|
|
2528
2528
|
getDescription: () => string | undefined;
|
|
2529
2529
|
getCondition: () => {
|
|
@@ -2563,26 +2563,26 @@ export declare const ContentComment: ContentType<{
|
|
|
2563
2563
|
lte?: number | undefined;
|
|
2564
2564
|
};
|
|
2565
2565
|
} | undefined;
|
|
2566
|
-
}>(this: TThis_1, length: number) => import("
|
|
2566
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2567
2567
|
max: <TThis_1 extends {
|
|
2568
2568
|
kind: "field";
|
|
2569
2569
|
readonly __fieldTypes?: {
|
|
2570
2570
|
input: string;
|
|
2571
2571
|
db: string;
|
|
2572
2572
|
output: string;
|
|
2573
|
-
meta: import("
|
|
2574
|
-
state: import("
|
|
2573
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2574
|
+
state: import("../index.js").FieldState;
|
|
2575
2575
|
} | undefined;
|
|
2576
|
-
meta: import("
|
|
2577
|
-
state: import("
|
|
2576
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
2577
|
+
state: import("../index.js").FieldState;
|
|
2578
2578
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2579
2579
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2580
2580
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2581
2581
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2582
|
-
getConfig: () => import("
|
|
2582
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
2583
2583
|
getIsRequired: () => boolean;
|
|
2584
2584
|
getIsTranslatable: () => boolean;
|
|
2585
|
-
getVisibility: () => import("
|
|
2585
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2586
2586
|
getIsDynamic: () => boolean;
|
|
2587
2587
|
getDescription: () => string | undefined;
|
|
2588
2588
|
getCondition: () => {
|
|
@@ -2622,49 +2622,49 @@ export declare const ContentComment: ContentType<{
|
|
|
2622
2622
|
lte?: number | undefined;
|
|
2623
2623
|
};
|
|
2624
2624
|
} | undefined;
|
|
2625
|
-
}>(this: TThis_1, length: number) => import("
|
|
2626
|
-
}, keyof import("
|
|
2627
|
-
role: import("
|
|
2625
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2626
|
+
}, 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">>;
|
|
2627
|
+
role: import("../index.js").WithFieldState<{
|
|
2628
2628
|
kind: "field";
|
|
2629
2629
|
readonly __fieldTypes?: {
|
|
2630
|
-
input: import("
|
|
2631
|
-
db: import("
|
|
2630
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2631
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2632
2632
|
output: {
|
|
2633
2633
|
name: string;
|
|
2634
2634
|
permissions: (string | undefined)[];
|
|
2635
2635
|
_type: "ManagerRole";
|
|
2636
2636
|
_id: string;
|
|
2637
2637
|
_schemaVersion?: number | undefined;
|
|
2638
|
-
_visibility?: import("
|
|
2639
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2638
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2639
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2640
2640
|
_trashed?: boolean | undefined;
|
|
2641
2641
|
_revision?: number | undefined;
|
|
2642
2642
|
_localeVariantGroupId?: string | undefined;
|
|
2643
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2643
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2644
2644
|
trashedAt?: Date | undefined;
|
|
2645
2645
|
createdAt?: Date | undefined;
|
|
2646
2646
|
updatedAt?: Date | undefined;
|
|
2647
2647
|
};
|
|
2648
|
-
meta: import("
|
|
2649
|
-
state: import("
|
|
2648
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2649
|
+
state: import("../index.js").DefaultFieldState;
|
|
2650
2650
|
} | undefined;
|
|
2651
|
-
meta: import("
|
|
2652
|
-
state: import("
|
|
2653
|
-
toZod: () => import("zod").ZodType<import("
|
|
2654
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2655
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2651
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2652
|
+
state: import("../index.js").DefaultFieldState;
|
|
2653
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2654
|
+
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>>;
|
|
2655
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2656
2656
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2657
2657
|
name: string;
|
|
2658
2658
|
permissions: (string | undefined)[];
|
|
2659
2659
|
_type: "ManagerRole";
|
|
2660
2660
|
_id: string;
|
|
2661
2661
|
_schemaVersion?: number | undefined;
|
|
2662
|
-
_visibility?: import("
|
|
2663
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2662
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2663
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2664
2664
|
_trashed?: boolean | undefined;
|
|
2665
2665
|
_revision?: number | undefined;
|
|
2666
2666
|
_localeVariantGroupId?: string | undefined;
|
|
2667
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2667
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2668
2668
|
trashedAt?: Date | undefined;
|
|
2669
2669
|
createdAt?: Date | undefined;
|
|
2670
2670
|
updatedAt?: Date | undefined;
|
|
@@ -2674,59 +2674,59 @@ export declare const ContentComment: ContentType<{
|
|
|
2674
2674
|
_type: "ManagerRole";
|
|
2675
2675
|
_id: string;
|
|
2676
2676
|
_schemaVersion?: number | undefined;
|
|
2677
|
-
_visibility?: import("
|
|
2678
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2677
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2678
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2679
2679
|
_trashed?: boolean | undefined;
|
|
2680
2680
|
_revision?: number | undefined;
|
|
2681
2681
|
_localeVariantGroupId?: string | undefined;
|
|
2682
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2682
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2683
2683
|
trashedAt?: Date | undefined;
|
|
2684
2684
|
createdAt?: Date | undefined;
|
|
2685
2685
|
updatedAt?: Date | undefined;
|
|
2686
2686
|
} | undefined, unknown>>;
|
|
2687
|
-
getConfig: () => import("
|
|
2687
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2688
2688
|
getIsRequired: () => false;
|
|
2689
2689
|
getIsTranslatable: () => false;
|
|
2690
2690
|
getVisibility: () => "all";
|
|
2691
2691
|
getIsDynamic: () => true;
|
|
2692
2692
|
getDescription: () => undefined;
|
|
2693
2693
|
getCondition: () => undefined;
|
|
2694
|
-
} & import("
|
|
2694
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
2695
2695
|
name: string;
|
|
2696
2696
|
permissions: (string | undefined)[];
|
|
2697
2697
|
_type: "ManagerRole";
|
|
2698
2698
|
_id: string;
|
|
2699
2699
|
_schemaVersion?: number | undefined;
|
|
2700
|
-
_visibility?: import("
|
|
2701
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2700
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2701
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2702
2702
|
_trashed?: boolean | undefined;
|
|
2703
2703
|
_revision?: number | undefined;
|
|
2704
2704
|
_localeVariantGroupId?: string | undefined;
|
|
2705
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2705
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2706
2706
|
trashedAt?: Date | undefined;
|
|
2707
2707
|
trashedBy?: string | undefined;
|
|
2708
2708
|
createdAt?: Date | undefined;
|
|
2709
2709
|
updatedAt?: Date | undefined;
|
|
2710
2710
|
createdBy?: string | undefined;
|
|
2711
2711
|
updatedBy?: string | undefined;
|
|
2712
|
-
}, import("
|
|
2712
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
2713
2713
|
contentType: ContentType<{
|
|
2714
|
-
name: import("
|
|
2714
|
+
name: import("../index.js").WithFieldState<{
|
|
2715
2715
|
kind: "field";
|
|
2716
2716
|
readonly __fieldTypes?: {
|
|
2717
2717
|
input: string;
|
|
2718
2718
|
db: string;
|
|
2719
2719
|
output: string;
|
|
2720
|
-
meta: import("
|
|
2721
|
-
state: import("
|
|
2720
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2721
|
+
state: import("../index.js").DefaultFieldState;
|
|
2722
2722
|
} | undefined;
|
|
2723
|
-
meta: import("
|
|
2724
|
-
state: import("
|
|
2723
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2724
|
+
state: import("../index.js").DefaultFieldState;
|
|
2725
2725
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2726
2726
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2727
2727
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2728
2728
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2729
|
-
getConfig: () => import("
|
|
2729
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2730
2730
|
getIsRequired: () => false;
|
|
2731
2731
|
getIsTranslatable: () => false;
|
|
2732
2732
|
getVisibility: () => "all";
|
|
@@ -2740,19 +2740,19 @@ export declare const ContentComment: ContentType<{
|
|
|
2740
2740
|
input: string;
|
|
2741
2741
|
db: string;
|
|
2742
2742
|
output: string;
|
|
2743
|
-
meta: import("
|
|
2744
|
-
state: import("
|
|
2743
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2744
|
+
state: import("../index.js").FieldState;
|
|
2745
2745
|
} | undefined;
|
|
2746
|
-
meta: import("
|
|
2747
|
-
state: import("
|
|
2746
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2747
|
+
state: import("../index.js").FieldState;
|
|
2748
2748
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2749
2749
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2750
2750
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2751
2751
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2752
|
-
getConfig: () => import("
|
|
2752
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2753
2753
|
getIsRequired: () => boolean;
|
|
2754
2754
|
getIsTranslatable: () => boolean;
|
|
2755
|
-
getVisibility: () => import("
|
|
2755
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2756
2756
|
getIsDynamic: () => boolean;
|
|
2757
2757
|
getDescription: () => string | undefined;
|
|
2758
2758
|
getCondition: () => {
|
|
@@ -2792,26 +2792,26 @@ export declare const ContentComment: ContentType<{
|
|
|
2792
2792
|
lte?: number | undefined;
|
|
2793
2793
|
};
|
|
2794
2794
|
} | undefined;
|
|
2795
|
-
}, NextUi extends import("
|
|
2795
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
2796
2796
|
min: <TThis_1 extends {
|
|
2797
2797
|
kind: "field";
|
|
2798
2798
|
readonly __fieldTypes?: {
|
|
2799
2799
|
input: string;
|
|
2800
2800
|
db: string;
|
|
2801
2801
|
output: string;
|
|
2802
|
-
meta: import("
|
|
2803
|
-
state: import("
|
|
2802
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2803
|
+
state: import("../index.js").FieldState;
|
|
2804
2804
|
} | undefined;
|
|
2805
|
-
meta: import("
|
|
2806
|
-
state: import("
|
|
2805
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2806
|
+
state: import("../index.js").FieldState;
|
|
2807
2807
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2808
2808
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2809
2809
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2810
2810
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2811
|
-
getConfig: () => import("
|
|
2811
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2812
2812
|
getIsRequired: () => boolean;
|
|
2813
2813
|
getIsTranslatable: () => boolean;
|
|
2814
|
-
getVisibility: () => import("
|
|
2814
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2815
2815
|
getIsDynamic: () => boolean;
|
|
2816
2816
|
getDescription: () => string | undefined;
|
|
2817
2817
|
getCondition: () => {
|
|
@@ -2851,26 +2851,26 @@ export declare const ContentComment: ContentType<{
|
|
|
2851
2851
|
lte?: number | undefined;
|
|
2852
2852
|
};
|
|
2853
2853
|
} | undefined;
|
|
2854
|
-
}>(this: TThis_1, length: number) => import("
|
|
2854
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2855
2855
|
max: <TThis_1 extends {
|
|
2856
2856
|
kind: "field";
|
|
2857
2857
|
readonly __fieldTypes?: {
|
|
2858
2858
|
input: string;
|
|
2859
2859
|
db: string;
|
|
2860
2860
|
output: string;
|
|
2861
|
-
meta: import("
|
|
2862
|
-
state: import("
|
|
2861
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2862
|
+
state: import("../index.js").FieldState;
|
|
2863
2863
|
} | undefined;
|
|
2864
|
-
meta: import("
|
|
2865
|
-
state: import("
|
|
2864
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
2865
|
+
state: import("../index.js").FieldState;
|
|
2866
2866
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
2867
2867
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
2868
2868
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2869
2869
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
2870
|
-
getConfig: () => import("
|
|
2870
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
2871
2871
|
getIsRequired: () => boolean;
|
|
2872
2872
|
getIsTranslatable: () => boolean;
|
|
2873
|
-
getVisibility: () => import("
|
|
2873
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2874
2874
|
getIsDynamic: () => boolean;
|
|
2875
2875
|
getDescription: () => string | undefined;
|
|
2876
2876
|
getCondition: () => {
|
|
@@ -2910,54 +2910,54 @@ export declare const ContentComment: ContentType<{
|
|
|
2910
2910
|
lte?: number | undefined;
|
|
2911
2911
|
};
|
|
2912
2912
|
} | undefined;
|
|
2913
|
-
}>(this: TThis_1, length: number) => import("
|
|
2914
|
-
}, import("
|
|
2915
|
-
permissions: import("
|
|
2916
|
-
field: import("
|
|
2917
|
-
}, import("
|
|
2913
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
2914
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2915
|
+
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> & {
|
|
2916
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
2917
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
2918
2918
|
}, "ManagerRole", undefined>;
|
|
2919
2919
|
only?: undefined;
|
|
2920
2920
|
multiple: <TThis_1 extends {
|
|
2921
2921
|
kind: "field";
|
|
2922
2922
|
readonly __fieldTypes?: {
|
|
2923
|
-
input: import("
|
|
2924
|
-
db: import("
|
|
2923
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2924
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
2925
2925
|
output: {
|
|
2926
2926
|
name: string;
|
|
2927
2927
|
permissions: (string | undefined)[];
|
|
2928
2928
|
_type: "ManagerRole";
|
|
2929
2929
|
_id: string;
|
|
2930
2930
|
_schemaVersion?: number | undefined;
|
|
2931
|
-
_visibility?: import("
|
|
2932
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2931
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2932
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2933
2933
|
_trashed?: boolean | undefined;
|
|
2934
2934
|
_revision?: number | undefined;
|
|
2935
2935
|
_localeVariantGroupId?: string | undefined;
|
|
2936
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2936
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2937
2937
|
trashedAt?: Date | undefined;
|
|
2938
2938
|
createdAt?: Date | undefined;
|
|
2939
2939
|
updatedAt?: Date | undefined;
|
|
2940
2940
|
};
|
|
2941
|
-
meta: import("
|
|
2942
|
-
state: import("
|
|
2941
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2942
|
+
state: import("../index.js").FieldState;
|
|
2943
2943
|
} | undefined;
|
|
2944
|
-
meta: import("
|
|
2945
|
-
state: import("
|
|
2946
|
-
toZod: () => import("zod").ZodType<import("
|
|
2947
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
2948
|
-
getSchema: () => import("zod").ZodType<import("
|
|
2944
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2945
|
+
state: import("../index.js").FieldState;
|
|
2946
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
2947
|
+
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>>;
|
|
2948
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
2949
2949
|
getOutputSchema: () => import("zod").ZodType<{
|
|
2950
2950
|
name: string;
|
|
2951
2951
|
permissions: (string | undefined)[];
|
|
2952
2952
|
_type: "ManagerRole";
|
|
2953
2953
|
_id: string;
|
|
2954
2954
|
_schemaVersion?: number | undefined;
|
|
2955
|
-
_visibility?: import("
|
|
2956
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2955
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2956
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2957
2957
|
_trashed?: boolean | undefined;
|
|
2958
2958
|
_revision?: number | undefined;
|
|
2959
2959
|
_localeVariantGroupId?: string | undefined;
|
|
2960
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2960
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2961
2961
|
trashedAt?: Date | undefined;
|
|
2962
2962
|
createdAt?: Date | undefined;
|
|
2963
2963
|
updatedAt?: Date | undefined;
|
|
@@ -2967,20 +2967,20 @@ export declare const ContentComment: ContentType<{
|
|
|
2967
2967
|
_type: "ManagerRole";
|
|
2968
2968
|
_id: string;
|
|
2969
2969
|
_schemaVersion?: number | undefined;
|
|
2970
|
-
_visibility?: import("
|
|
2971
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
2970
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
2971
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
2972
2972
|
_trashed?: boolean | undefined;
|
|
2973
2973
|
_revision?: number | undefined;
|
|
2974
2974
|
_localeVariantGroupId?: string | undefined;
|
|
2975
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
2975
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
2976
2976
|
trashedAt?: Date | undefined;
|
|
2977
2977
|
createdAt?: Date | undefined;
|
|
2978
2978
|
updatedAt?: Date | undefined;
|
|
2979
2979
|
} | undefined, unknown>>;
|
|
2980
|
-
getConfig: () => import("
|
|
2980
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
2981
2981
|
getIsRequired: () => boolean;
|
|
2982
2982
|
getIsTranslatable: () => boolean;
|
|
2983
|
-
getVisibility: () => import("
|
|
2983
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
2984
2984
|
getIsDynamic: () => boolean;
|
|
2985
2985
|
getDescription: () => string | undefined;
|
|
2986
2986
|
getCondition: () => {
|
|
@@ -3020,23 +3020,23 @@ export declare const ContentComment: ContentType<{
|
|
|
3020
3020
|
lte?: number | undefined;
|
|
3021
3021
|
};
|
|
3022
3022
|
} | undefined;
|
|
3023
|
-
}>(this: TThis_1) => import("
|
|
3024
|
-
name: import("
|
|
3023
|
+
}>(this: TThis_1) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
3024
|
+
name: import("../index.js").WithFieldState<{
|
|
3025
3025
|
kind: "field";
|
|
3026
3026
|
readonly __fieldTypes?: {
|
|
3027
3027
|
input: string;
|
|
3028
3028
|
db: string;
|
|
3029
3029
|
output: string;
|
|
3030
|
-
meta: import("
|
|
3031
|
-
state: import("
|
|
3030
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3031
|
+
state: import("../index.js").DefaultFieldState;
|
|
3032
3032
|
} | undefined;
|
|
3033
|
-
meta: import("
|
|
3034
|
-
state: import("
|
|
3033
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3034
|
+
state: import("../index.js").DefaultFieldState;
|
|
3035
3035
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3036
3036
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3037
3037
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3038
3038
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3039
|
-
getConfig: () => import("
|
|
3039
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3040
3040
|
getIsRequired: () => false;
|
|
3041
3041
|
getIsTranslatable: () => false;
|
|
3042
3042
|
getVisibility: () => "all";
|
|
@@ -3050,19 +3050,19 @@ export declare const ContentComment: ContentType<{
|
|
|
3050
3050
|
input: string;
|
|
3051
3051
|
db: string;
|
|
3052
3052
|
output: string;
|
|
3053
|
-
meta: import("
|
|
3054
|
-
state: import("
|
|
3053
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3054
|
+
state: import("../index.js").FieldState;
|
|
3055
3055
|
} | undefined;
|
|
3056
|
-
meta: import("
|
|
3057
|
-
state: import("
|
|
3056
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3057
|
+
state: import("../index.js").FieldState;
|
|
3058
3058
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3059
3059
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3060
3060
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3061
3061
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3062
|
-
getConfig: () => import("
|
|
3062
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3063
3063
|
getIsRequired: () => boolean;
|
|
3064
3064
|
getIsTranslatable: () => boolean;
|
|
3065
|
-
getVisibility: () => import("
|
|
3065
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3066
3066
|
getIsDynamic: () => boolean;
|
|
3067
3067
|
getDescription: () => string | undefined;
|
|
3068
3068
|
getCondition: () => {
|
|
@@ -3102,26 +3102,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3102
3102
|
lte?: number | undefined;
|
|
3103
3103
|
};
|
|
3104
3104
|
} | undefined;
|
|
3105
|
-
}, NextUi extends import("
|
|
3105
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_2, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_2>>;
|
|
3106
3106
|
min: <TThis_2 extends {
|
|
3107
3107
|
kind: "field";
|
|
3108
3108
|
readonly __fieldTypes?: {
|
|
3109
3109
|
input: string;
|
|
3110
3110
|
db: string;
|
|
3111
3111
|
output: string;
|
|
3112
|
-
meta: import("
|
|
3113
|
-
state: import("
|
|
3112
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3113
|
+
state: import("../index.js").FieldState;
|
|
3114
3114
|
} | undefined;
|
|
3115
|
-
meta: import("
|
|
3116
|
-
state: import("
|
|
3115
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3116
|
+
state: import("../index.js").FieldState;
|
|
3117
3117
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3118
3118
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3119
3119
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3120
3120
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3121
|
-
getConfig: () => import("
|
|
3121
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3122
3122
|
getIsRequired: () => boolean;
|
|
3123
3123
|
getIsTranslatable: () => boolean;
|
|
3124
|
-
getVisibility: () => import("
|
|
3124
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3125
3125
|
getIsDynamic: () => boolean;
|
|
3126
3126
|
getDescription: () => string | undefined;
|
|
3127
3127
|
getCondition: () => {
|
|
@@ -3161,26 +3161,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3161
3161
|
lte?: number | undefined;
|
|
3162
3162
|
};
|
|
3163
3163
|
} | undefined;
|
|
3164
|
-
}>(this: TThis_2, length: number) => import("
|
|
3164
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
3165
3165
|
max: <TThis_2 extends {
|
|
3166
3166
|
kind: "field";
|
|
3167
3167
|
readonly __fieldTypes?: {
|
|
3168
3168
|
input: string;
|
|
3169
3169
|
db: string;
|
|
3170
3170
|
output: string;
|
|
3171
|
-
meta: import("
|
|
3172
|
-
state: import("
|
|
3171
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3172
|
+
state: import("../index.js").FieldState;
|
|
3173
3173
|
} | undefined;
|
|
3174
|
-
meta: import("
|
|
3175
|
-
state: import("
|
|
3174
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3175
|
+
state: import("../index.js").FieldState;
|
|
3176
3176
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3177
3177
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3178
3178
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3179
3179
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3180
|
-
getConfig: () => import("
|
|
3180
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3181
3181
|
getIsRequired: () => boolean;
|
|
3182
3182
|
getIsTranslatable: () => boolean;
|
|
3183
|
-
getVisibility: () => import("
|
|
3183
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3184
3184
|
getIsDynamic: () => boolean;
|
|
3185
3185
|
getDescription: () => string | undefined;
|
|
3186
3186
|
getCondition: () => {
|
|
@@ -3220,62 +3220,62 @@ export declare const ContentComment: ContentType<{
|
|
|
3220
3220
|
lte?: number | undefined;
|
|
3221
3221
|
};
|
|
3222
3222
|
} | undefined;
|
|
3223
|
-
}>(this: TThis_2, length: number) => import("
|
|
3224
|
-
}, import("
|
|
3225
|
-
permissions: import("
|
|
3226
|
-
field: import("
|
|
3227
|
-
}, import("
|
|
3228
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
3229
|
-
}, import("
|
|
3230
|
-
avatarId: import("
|
|
3231
|
-
avatarKey: import("
|
|
3232
|
-
avatarAccess: import("
|
|
3233
|
-
avatarUrl: import("
|
|
3234
|
-
avatarPreviewUrl: import("
|
|
3235
|
-
tutorialsEnabled: import("
|
|
3236
|
-
tutorialsPromptedAt: import("
|
|
3237
|
-
seenTours: import("
|
|
3238
|
-
twoFactorEnabled: import("
|
|
3223
|
+
}>(this: TThis_2, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_2>>;
|
|
3224
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3225
|
+
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> & {
|
|
3226
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
3227
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3228
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis_1>>;
|
|
3229
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3230
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
3231
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
3232
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
3233
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
3234
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
3235
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
3236
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
3237
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
3238
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
3239
3239
|
kind: "field";
|
|
3240
3240
|
readonly __fieldTypes?: {
|
|
3241
3241
|
input: boolean;
|
|
3242
3242
|
db: boolean;
|
|
3243
3243
|
output: boolean;
|
|
3244
|
-
meta: import("
|
|
3245
|
-
state: import("
|
|
3244
|
+
meta: import("../index.js").BooleanMeta;
|
|
3245
|
+
state: import("../index.js").DefaultFieldState;
|
|
3246
3246
|
} | undefined;
|
|
3247
|
-
meta: import("
|
|
3248
|
-
state: import("
|
|
3247
|
+
meta: import("../index.js").BooleanMeta;
|
|
3248
|
+
state: import("../index.js").DefaultFieldState;
|
|
3249
3249
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
3250
3250
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
3251
3251
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
3252
3252
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
3253
|
-
getConfig: () => import("
|
|
3253
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
3254
3254
|
getIsRequired: () => false;
|
|
3255
3255
|
getIsTranslatable: () => false;
|
|
3256
3256
|
getVisibility: () => "all";
|
|
3257
3257
|
getIsDynamic: () => true;
|
|
3258
3258
|
getDescription: () => undefined;
|
|
3259
3259
|
getCondition: () => undefined;
|
|
3260
|
-
}, import("
|
|
3261
|
-
}, "ManagerUser", undefined>, "existing", import("
|
|
3262
|
-
}, import("
|
|
3263
|
-
text: import("
|
|
3260
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3261
|
+
}, "ManagerUser", undefined>, "existing", import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
3262
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3263
|
+
text: import("../index.js").WithFieldState<{
|
|
3264
3264
|
kind: "field";
|
|
3265
3265
|
readonly __fieldTypes?: {
|
|
3266
3266
|
input: string;
|
|
3267
3267
|
db: string;
|
|
3268
3268
|
output: string;
|
|
3269
|
-
meta: import("
|
|
3270
|
-
state: import("
|
|
3269
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3270
|
+
state: import("../index.js").DefaultFieldState;
|
|
3271
3271
|
} | undefined;
|
|
3272
|
-
meta: import("
|
|
3273
|
-
state: import("
|
|
3272
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3273
|
+
state: import("../index.js").DefaultFieldState;
|
|
3274
3274
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3275
3275
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3276
3276
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3277
3277
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3278
|
-
getConfig: () => import("
|
|
3278
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3279
3279
|
getIsRequired: () => false;
|
|
3280
3280
|
getIsTranslatable: () => false;
|
|
3281
3281
|
getVisibility: () => "all";
|
|
@@ -3289,19 +3289,19 @@ export declare const ContentComment: ContentType<{
|
|
|
3289
3289
|
input: string;
|
|
3290
3290
|
db: string;
|
|
3291
3291
|
output: string;
|
|
3292
|
-
meta: import("
|
|
3293
|
-
state: import("
|
|
3292
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3293
|
+
state: import("../index.js").FieldState;
|
|
3294
3294
|
} | undefined;
|
|
3295
|
-
meta: import("
|
|
3296
|
-
state: import("
|
|
3295
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3296
|
+
state: import("../index.js").FieldState;
|
|
3297
3297
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3298
3298
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3299
3299
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3300
3300
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3301
|
-
getConfig: () => import("
|
|
3301
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
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,26 +3341,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3341
3341
|
lte?: number | undefined;
|
|
3342
3342
|
};
|
|
3343
3343
|
} | undefined;
|
|
3344
|
-
}, NextUi extends import("
|
|
3344
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3345
3345
|
min: <TThis extends {
|
|
3346
3346
|
kind: "field";
|
|
3347
3347
|
readonly __fieldTypes?: {
|
|
3348
3348
|
input: string;
|
|
3349
3349
|
db: string;
|
|
3350
3350
|
output: string;
|
|
3351
|
-
meta: import("
|
|
3352
|
-
state: import("
|
|
3351
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3352
|
+
state: import("../index.js").FieldState;
|
|
3353
3353
|
} | undefined;
|
|
3354
|
-
meta: import("
|
|
3355
|
-
state: import("
|
|
3354
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3355
|
+
state: import("../index.js").FieldState;
|
|
3356
3356
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3357
3357
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3358
3358
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3359
3359
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3360
|
-
getConfig: () => import("
|
|
3360
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3361
3361
|
getIsRequired: () => boolean;
|
|
3362
3362
|
getIsTranslatable: () => boolean;
|
|
3363
|
-
getVisibility: () => import("
|
|
3363
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3364
3364
|
getIsDynamic: () => boolean;
|
|
3365
3365
|
getDescription: () => string | undefined;
|
|
3366
3366
|
getCondition: () => {
|
|
@@ -3400,26 +3400,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3400
3400
|
lte?: number | undefined;
|
|
3401
3401
|
};
|
|
3402
3402
|
} | undefined;
|
|
3403
|
-
}>(this: TThis, length: number) => import("
|
|
3403
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3404
3404
|
max: <TThis extends {
|
|
3405
3405
|
kind: "field";
|
|
3406
3406
|
readonly __fieldTypes?: {
|
|
3407
3407
|
input: string;
|
|
3408
3408
|
db: string;
|
|
3409
3409
|
output: string;
|
|
3410
|
-
meta: import("
|
|
3411
|
-
state: import("
|
|
3410
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3411
|
+
state: import("../index.js").FieldState;
|
|
3412
3412
|
} | undefined;
|
|
3413
|
-
meta: import("
|
|
3414
|
-
state: import("
|
|
3413
|
+
meta: import("../index.js").StringMeta<"Textarea">;
|
|
3414
|
+
state: import("../index.js").FieldState;
|
|
3415
3415
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3416
3416
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3417
3417
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3418
3418
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3419
|
-
getConfig: () => import("
|
|
3419
|
+
getConfig: () => import("../index.js").StringMeta<"Textarea">;
|
|
3420
3420
|
getIsRequired: () => boolean;
|
|
3421
3421
|
getIsTranslatable: () => boolean;
|
|
3422
|
-
getVisibility: () => import("
|
|
3422
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3423
3423
|
getIsDynamic: () => boolean;
|
|
3424
3424
|
getDescription: () => string | undefined;
|
|
3425
3425
|
getCondition: () => {
|
|
@@ -3459,26 +3459,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3459
3459
|
lte?: number | undefined;
|
|
3460
3460
|
};
|
|
3461
3461
|
} | undefined;
|
|
3462
|
-
}>(this: TThis, length: number) => import("
|
|
3463
|
-
}, import("
|
|
3464
|
-
mentions: import("
|
|
3465
|
-
name: import("
|
|
3466
|
-
user: import("
|
|
3462
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Textarea", import("../index.js").FieldStateOf<TThis>>;
|
|
3463
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3464
|
+
mentions: import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
3465
|
+
name: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
3466
|
+
user: import("../index.js").WithFieldState<{
|
|
3467
3467
|
kind: "field";
|
|
3468
3468
|
readonly __fieldTypes?: {
|
|
3469
3469
|
input: string;
|
|
3470
3470
|
db: string;
|
|
3471
3471
|
output: string;
|
|
3472
|
-
meta: import("
|
|
3473
|
-
state: import("
|
|
3472
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3473
|
+
state: import("../index.js").DefaultFieldState;
|
|
3474
3474
|
} | undefined;
|
|
3475
|
-
meta: import("
|
|
3476
|
-
state: import("
|
|
3475
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3476
|
+
state: import("../index.js").DefaultFieldState;
|
|
3477
3477
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3478
3478
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3479
3479
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3480
3480
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3481
|
-
getConfig: () => import("
|
|
3481
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3482
3482
|
getIsRequired: () => false;
|
|
3483
3483
|
getIsTranslatable: () => false;
|
|
3484
3484
|
getVisibility: () => "all";
|
|
@@ -3492,19 +3492,19 @@ export declare const ContentComment: ContentType<{
|
|
|
3492
3492
|
input: string;
|
|
3493
3493
|
db: string;
|
|
3494
3494
|
output: string;
|
|
3495
|
-
meta: import("
|
|
3496
|
-
state: import("
|
|
3495
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3496
|
+
state: import("../index.js").FieldState;
|
|
3497
3497
|
} | undefined;
|
|
3498
|
-
meta: import("
|
|
3499
|
-
state: import("
|
|
3498
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3499
|
+
state: import("../index.js").FieldState;
|
|
3500
3500
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3501
3501
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3502
3502
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3503
3503
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3504
|
-
getConfig: () => import("
|
|
3504
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3505
3505
|
getIsRequired: () => boolean;
|
|
3506
3506
|
getIsTranslatable: () => boolean;
|
|
3507
|
-
getVisibility: () => import("
|
|
3507
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3508
3508
|
getIsDynamic: () => boolean;
|
|
3509
3509
|
getDescription: () => string | undefined;
|
|
3510
3510
|
getCondition: () => {
|
|
@@ -3544,26 +3544,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3544
3544
|
lte?: number | undefined;
|
|
3545
3545
|
};
|
|
3546
3546
|
} | undefined;
|
|
3547
|
-
}, NextUi extends import("
|
|
3547
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3548
3548
|
min: <TThis extends {
|
|
3549
3549
|
kind: "field";
|
|
3550
3550
|
readonly __fieldTypes?: {
|
|
3551
3551
|
input: string;
|
|
3552
3552
|
db: string;
|
|
3553
3553
|
output: string;
|
|
3554
|
-
meta: import("
|
|
3555
|
-
state: import("
|
|
3554
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3555
|
+
state: import("../index.js").FieldState;
|
|
3556
3556
|
} | undefined;
|
|
3557
|
-
meta: import("
|
|
3558
|
-
state: import("
|
|
3557
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3558
|
+
state: import("../index.js").FieldState;
|
|
3559
3559
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3560
3560
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3561
3561
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3562
3562
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3563
|
-
getConfig: () => import("
|
|
3563
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3564
3564
|
getIsRequired: () => boolean;
|
|
3565
3565
|
getIsTranslatable: () => boolean;
|
|
3566
|
-
getVisibility: () => import("
|
|
3566
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3567
3567
|
getIsDynamic: () => boolean;
|
|
3568
3568
|
getDescription: () => string | undefined;
|
|
3569
3569
|
getCondition: () => {
|
|
@@ -3603,26 +3603,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3603
3603
|
lte?: number | undefined;
|
|
3604
3604
|
};
|
|
3605
3605
|
} | undefined;
|
|
3606
|
-
}>(this: TThis, length: number) => import("
|
|
3606
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3607
3607
|
max: <TThis extends {
|
|
3608
3608
|
kind: "field";
|
|
3609
3609
|
readonly __fieldTypes?: {
|
|
3610
3610
|
input: string;
|
|
3611
3611
|
db: string;
|
|
3612
3612
|
output: string;
|
|
3613
|
-
meta: import("
|
|
3614
|
-
state: import("
|
|
3613
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3614
|
+
state: import("../index.js").FieldState;
|
|
3615
3615
|
} | undefined;
|
|
3616
|
-
meta: import("
|
|
3617
|
-
state: import("
|
|
3616
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
3617
|
+
state: import("../index.js").FieldState;
|
|
3618
3618
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3619
3619
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3620
3620
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3621
3621
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3622
|
-
getConfig: () => import("
|
|
3622
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
3623
3623
|
getIsRequired: () => boolean;
|
|
3624
3624
|
getIsTranslatable: () => boolean;
|
|
3625
|
-
getVisibility: () => import("
|
|
3625
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3626
3626
|
getIsDynamic: () => boolean;
|
|
3627
3627
|
getDescription: () => string | undefined;
|
|
3628
3628
|
getCondition: () => {
|
|
@@ -3662,24 +3662,24 @@ export declare const ContentComment: ContentType<{
|
|
|
3662
3662
|
lte?: number | undefined;
|
|
3663
3663
|
};
|
|
3664
3664
|
} | undefined;
|
|
3665
|
-
}>(this: TThis, length: number) => import("
|
|
3666
|
-
}, import("
|
|
3667
|
-
email: import("
|
|
3665
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
3666
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3667
|
+
email: import("../index.js").WithFieldState<{
|
|
3668
3668
|
kind: "field";
|
|
3669
3669
|
readonly __fieldTypes?: {
|
|
3670
3670
|
input: string;
|
|
3671
3671
|
db: string;
|
|
3672
3672
|
output: string;
|
|
3673
|
-
meta: import("
|
|
3674
|
-
state: import("
|
|
3673
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3674
|
+
state: import("../index.js").DefaultFieldState;
|
|
3675
3675
|
} | undefined;
|
|
3676
|
-
meta: import("
|
|
3677
|
-
state: import("
|
|
3676
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3677
|
+
state: import("../index.js").DefaultFieldState;
|
|
3678
3678
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3679
3679
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3680
3680
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3681
3681
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3682
|
-
getConfig: () => import("
|
|
3682
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
3683
3683
|
getIsRequired: () => false;
|
|
3684
3684
|
getIsTranslatable: () => false;
|
|
3685
3685
|
getVisibility: () => "all";
|
|
@@ -3693,19 +3693,19 @@ export declare const ContentComment: ContentType<{
|
|
|
3693
3693
|
input: string;
|
|
3694
3694
|
db: string;
|
|
3695
3695
|
output: string;
|
|
3696
|
-
meta: import("
|
|
3697
|
-
state: import("
|
|
3696
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3697
|
+
state: import("../index.js").FieldState;
|
|
3698
3698
|
} | undefined;
|
|
3699
|
-
meta: import("
|
|
3700
|
-
state: import("
|
|
3699
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3700
|
+
state: import("../index.js").FieldState;
|
|
3701
3701
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3702
3702
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3703
3703
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3704
3704
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3705
|
-
getConfig: () => import("
|
|
3705
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
3706
3706
|
getIsRequired: () => boolean;
|
|
3707
3707
|
getIsTranslatable: () => boolean;
|
|
3708
|
-
getVisibility: () => import("
|
|
3708
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3709
3709
|
getIsDynamic: () => boolean;
|
|
3710
3710
|
getDescription: () => string | undefined;
|
|
3711
3711
|
getCondition: () => {
|
|
@@ -3745,26 +3745,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3745
3745
|
lte?: number | undefined;
|
|
3746
3746
|
};
|
|
3747
3747
|
} | undefined;
|
|
3748
|
-
}, NextUi extends import("
|
|
3748
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3749
3749
|
min: <TThis extends {
|
|
3750
3750
|
kind: "field";
|
|
3751
3751
|
readonly __fieldTypes?: {
|
|
3752
3752
|
input: string;
|
|
3753
3753
|
db: string;
|
|
3754
3754
|
output: string;
|
|
3755
|
-
meta: import("
|
|
3756
|
-
state: import("
|
|
3755
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3756
|
+
state: import("../index.js").FieldState;
|
|
3757
3757
|
} | undefined;
|
|
3758
|
-
meta: import("
|
|
3759
|
-
state: import("
|
|
3758
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3759
|
+
state: import("../index.js").FieldState;
|
|
3760
3760
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3761
3761
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3762
3762
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3763
3763
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3764
|
-
getConfig: () => import("
|
|
3764
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
3765
3765
|
getIsRequired: () => boolean;
|
|
3766
3766
|
getIsTranslatable: () => boolean;
|
|
3767
|
-
getVisibility: () => import("
|
|
3767
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3768
3768
|
getIsDynamic: () => boolean;
|
|
3769
3769
|
getDescription: () => string | undefined;
|
|
3770
3770
|
getCondition: () => {
|
|
@@ -3804,26 +3804,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3804
3804
|
lte?: number | undefined;
|
|
3805
3805
|
};
|
|
3806
3806
|
} | undefined;
|
|
3807
|
-
}>(this: TThis, length: number) => import("
|
|
3807
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
3808
3808
|
max: <TThis extends {
|
|
3809
3809
|
kind: "field";
|
|
3810
3810
|
readonly __fieldTypes?: {
|
|
3811
3811
|
input: string;
|
|
3812
3812
|
db: string;
|
|
3813
3813
|
output: string;
|
|
3814
|
-
meta: import("
|
|
3815
|
-
state: import("
|
|
3814
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3815
|
+
state: import("../index.js").FieldState;
|
|
3816
3816
|
} | undefined;
|
|
3817
|
-
meta: import("
|
|
3818
|
-
state: import("
|
|
3817
|
+
meta: import("../index.js").StringMeta<"Email">;
|
|
3818
|
+
state: import("../index.js").FieldState;
|
|
3819
3819
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3820
3820
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3821
3821
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3822
3822
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3823
|
-
getConfig: () => import("
|
|
3823
|
+
getConfig: () => import("../index.js").StringMeta<"Email">;
|
|
3824
3824
|
getIsRequired: () => boolean;
|
|
3825
3825
|
getIsTranslatable: () => boolean;
|
|
3826
|
-
getVisibility: () => import("
|
|
3826
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3827
3827
|
getIsDynamic: () => boolean;
|
|
3828
3828
|
getDescription: () => string | undefined;
|
|
3829
3829
|
getCondition: () => {
|
|
@@ -3863,24 +3863,24 @@ export declare const ContentComment: ContentType<{
|
|
|
3863
3863
|
lte?: number | undefined;
|
|
3864
3864
|
};
|
|
3865
3865
|
} | undefined;
|
|
3866
|
-
}>(this: TThis, length: number) => import("
|
|
3867
|
-
}, import("
|
|
3868
|
-
password: import("
|
|
3866
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Email", import("../index.js").FieldStateOf<TThis>>;
|
|
3867
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
3868
|
+
password: import("../index.js").WithFieldState<Omit<{
|
|
3869
3869
|
kind: "field";
|
|
3870
3870
|
readonly __fieldTypes?: {
|
|
3871
3871
|
input: string;
|
|
3872
3872
|
db: string;
|
|
3873
3873
|
output: string;
|
|
3874
|
-
meta: import("
|
|
3875
|
-
state: import("
|
|
3874
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
3875
|
+
state: import("../index.js").DefaultFieldState;
|
|
3876
3876
|
} | undefined;
|
|
3877
|
-
meta: import("
|
|
3878
|
-
state: import("
|
|
3877
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
3878
|
+
state: import("../index.js").DefaultFieldState;
|
|
3879
3879
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3880
3880
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3881
3881
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3882
3882
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3883
|
-
getConfig: () => import("
|
|
3883
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
3884
3884
|
getIsRequired: () => false;
|
|
3885
3885
|
getIsTranslatable: () => false;
|
|
3886
3886
|
getVisibility: () => "all";
|
|
@@ -3894,19 +3894,19 @@ export declare const ContentComment: ContentType<{
|
|
|
3894
3894
|
input: string;
|
|
3895
3895
|
db: string;
|
|
3896
3896
|
output: string;
|
|
3897
|
-
meta: import("
|
|
3898
|
-
state: import("
|
|
3897
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
3898
|
+
state: import("../index.js").FieldState;
|
|
3899
3899
|
} | undefined;
|
|
3900
|
-
meta: import("
|
|
3901
|
-
state: import("
|
|
3900
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
3901
|
+
state: import("../index.js").FieldState;
|
|
3902
3902
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3903
3903
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3904
3904
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3905
3905
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3906
|
-
getConfig: () => import("
|
|
3906
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
3907
3907
|
getIsRequired: () => boolean;
|
|
3908
3908
|
getIsTranslatable: () => boolean;
|
|
3909
|
-
getVisibility: () => import("
|
|
3909
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3910
3910
|
getIsDynamic: () => boolean;
|
|
3911
3911
|
getDescription: () => string | undefined;
|
|
3912
3912
|
getCondition: () => {
|
|
@@ -3946,26 +3946,26 @@ export declare const ContentComment: ContentType<{
|
|
|
3946
3946
|
lte?: number | undefined;
|
|
3947
3947
|
};
|
|
3948
3948
|
} | undefined;
|
|
3949
|
-
}, NextUi extends import("
|
|
3949
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
3950
3950
|
min: <TThis extends {
|
|
3951
3951
|
kind: "field";
|
|
3952
3952
|
readonly __fieldTypes?: {
|
|
3953
3953
|
input: string;
|
|
3954
3954
|
db: string;
|
|
3955
3955
|
output: string;
|
|
3956
|
-
meta: import("
|
|
3957
|
-
state: import("
|
|
3956
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
3957
|
+
state: import("../index.js").FieldState;
|
|
3958
3958
|
} | undefined;
|
|
3959
|
-
meta: import("
|
|
3960
|
-
state: import("
|
|
3959
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
3960
|
+
state: import("../index.js").FieldState;
|
|
3961
3961
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
3962
3962
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
3963
3963
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3964
3964
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
3965
|
-
getConfig: () => import("
|
|
3965
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
3966
3966
|
getIsRequired: () => boolean;
|
|
3967
3967
|
getIsTranslatable: () => boolean;
|
|
3968
|
-
getVisibility: () => import("
|
|
3968
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
3969
3969
|
getIsDynamic: () => boolean;
|
|
3970
3970
|
getDescription: () => string | undefined;
|
|
3971
3971
|
getCondition: () => {
|
|
@@ -4005,26 +4005,26 @@ export declare const ContentComment: ContentType<{
|
|
|
4005
4005
|
lte?: number | undefined;
|
|
4006
4006
|
};
|
|
4007
4007
|
} | undefined;
|
|
4008
|
-
}>(this: TThis, length: number) => import("
|
|
4008
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
4009
4009
|
max: <TThis extends {
|
|
4010
4010
|
kind: "field";
|
|
4011
4011
|
readonly __fieldTypes?: {
|
|
4012
4012
|
input: string;
|
|
4013
4013
|
db: string;
|
|
4014
4014
|
output: string;
|
|
4015
|
-
meta: import("
|
|
4016
|
-
state: import("
|
|
4015
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
4016
|
+
state: import("../index.js").FieldState;
|
|
4017
4017
|
} | undefined;
|
|
4018
|
-
meta: import("
|
|
4019
|
-
state: import("
|
|
4018
|
+
meta: import("../index.js").StringMeta<"Password">;
|
|
4019
|
+
state: import("../index.js").FieldState;
|
|
4020
4020
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4021
4021
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4022
4022
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4023
4023
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4024
|
-
getConfig: () => import("
|
|
4024
|
+
getConfig: () => import("../index.js").StringMeta<"Password">;
|
|
4025
4025
|
getIsRequired: () => boolean;
|
|
4026
4026
|
getIsTranslatable: () => boolean;
|
|
4027
|
-
getVisibility: () => import("
|
|
4027
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4028
4028
|
getIsDynamic: () => boolean;
|
|
4029
4029
|
getDescription: () => string | undefined;
|
|
4030
4030
|
getCondition: () => {
|
|
@@ -4064,49 +4064,49 @@ export declare const ContentComment: ContentType<{
|
|
|
4064
4064
|
lte?: number | undefined;
|
|
4065
4065
|
};
|
|
4066
4066
|
} | undefined;
|
|
4067
|
-
}>(this: TThis, length: number) => import("
|
|
4068
|
-
}, keyof import("
|
|
4069
|
-
role: import("
|
|
4067
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Password", import("../index.js").FieldStateOf<TThis>>;
|
|
4068
|
+
}, 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">>;
|
|
4069
|
+
role: import("../index.js").WithFieldState<{
|
|
4070
4070
|
kind: "field";
|
|
4071
4071
|
readonly __fieldTypes?: {
|
|
4072
|
-
input: import("
|
|
4073
|
-
db: import("
|
|
4072
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
4073
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
4074
4074
|
output: {
|
|
4075
4075
|
name: string;
|
|
4076
4076
|
permissions: (string | undefined)[];
|
|
4077
4077
|
_type: "ManagerRole";
|
|
4078
4078
|
_id: string;
|
|
4079
4079
|
_schemaVersion?: number | undefined;
|
|
4080
|
-
_visibility?: import("
|
|
4081
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4080
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4081
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4082
4082
|
_trashed?: boolean | undefined;
|
|
4083
4083
|
_revision?: number | undefined;
|
|
4084
4084
|
_localeVariantGroupId?: string | undefined;
|
|
4085
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4085
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4086
4086
|
trashedAt?: Date | undefined;
|
|
4087
4087
|
createdAt?: Date | undefined;
|
|
4088
4088
|
updatedAt?: Date | undefined;
|
|
4089
4089
|
};
|
|
4090
|
-
meta: import("
|
|
4091
|
-
state: import("
|
|
4090
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
4091
|
+
state: import("../index.js").DefaultFieldState;
|
|
4092
4092
|
} | undefined;
|
|
4093
|
-
meta: import("
|
|
4094
|
-
state: import("
|
|
4095
|
-
toZod: () => import("zod").ZodType<import("
|
|
4096
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
4097
|
-
getSchema: () => import("zod").ZodType<import("
|
|
4093
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
4094
|
+
state: import("../index.js").DefaultFieldState;
|
|
4095
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
4096
|
+
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>>;
|
|
4097
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
4098
4098
|
getOutputSchema: () => import("zod").ZodType<{
|
|
4099
4099
|
name: string;
|
|
4100
4100
|
permissions: (string | undefined)[];
|
|
4101
4101
|
_type: "ManagerRole";
|
|
4102
4102
|
_id: string;
|
|
4103
4103
|
_schemaVersion?: number | undefined;
|
|
4104
|
-
_visibility?: import("
|
|
4105
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4104
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4105
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4106
4106
|
_trashed?: boolean | undefined;
|
|
4107
4107
|
_revision?: number | undefined;
|
|
4108
4108
|
_localeVariantGroupId?: string | undefined;
|
|
4109
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4109
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4110
4110
|
trashedAt?: Date | undefined;
|
|
4111
4111
|
createdAt?: Date | undefined;
|
|
4112
4112
|
updatedAt?: Date | undefined;
|
|
@@ -4116,59 +4116,59 @@ export declare const ContentComment: ContentType<{
|
|
|
4116
4116
|
_type: "ManagerRole";
|
|
4117
4117
|
_id: string;
|
|
4118
4118
|
_schemaVersion?: number | undefined;
|
|
4119
|
-
_visibility?: import("
|
|
4120
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4119
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4120
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4121
4121
|
_trashed?: boolean | undefined;
|
|
4122
4122
|
_revision?: number | undefined;
|
|
4123
4123
|
_localeVariantGroupId?: string | undefined;
|
|
4124
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4124
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4125
4125
|
trashedAt?: Date | undefined;
|
|
4126
4126
|
createdAt?: Date | undefined;
|
|
4127
4127
|
updatedAt?: Date | undefined;
|
|
4128
4128
|
} | undefined, unknown>>;
|
|
4129
|
-
getConfig: () => import("
|
|
4129
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
4130
4130
|
getIsRequired: () => false;
|
|
4131
4131
|
getIsTranslatable: () => false;
|
|
4132
4132
|
getVisibility: () => "all";
|
|
4133
4133
|
getIsDynamic: () => true;
|
|
4134
4134
|
getDescription: () => undefined;
|
|
4135
4135
|
getCondition: () => undefined;
|
|
4136
|
-
} & import("
|
|
4136
|
+
} & import("../index.js").PopulatableFieldLike<{
|
|
4137
4137
|
name: string;
|
|
4138
4138
|
permissions: (string | undefined)[];
|
|
4139
4139
|
_type: "ManagerRole";
|
|
4140
4140
|
_id: string;
|
|
4141
4141
|
_schemaVersion?: number | undefined;
|
|
4142
|
-
_visibility?: import("
|
|
4143
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4142
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4143
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4144
4144
|
_trashed?: boolean | undefined;
|
|
4145
4145
|
_revision?: number | undefined;
|
|
4146
4146
|
_localeVariantGroupId?: string | undefined;
|
|
4147
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4147
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4148
4148
|
trashedAt?: Date | undefined;
|
|
4149
4149
|
trashedBy?: string | undefined;
|
|
4150
4150
|
createdAt?: Date | undefined;
|
|
4151
4151
|
updatedAt?: Date | undefined;
|
|
4152
4152
|
createdBy?: string | undefined;
|
|
4153
4153
|
updatedBy?: string | undefined;
|
|
4154
|
-
}, import("
|
|
4154
|
+
}, import("../index.js").DefaultFieldState> & {
|
|
4155
4155
|
contentType: ContentType<{
|
|
4156
|
-
name: import("
|
|
4156
|
+
name: import("../index.js").WithFieldState<{
|
|
4157
4157
|
kind: "field";
|
|
4158
4158
|
readonly __fieldTypes?: {
|
|
4159
4159
|
input: string;
|
|
4160
4160
|
db: string;
|
|
4161
4161
|
output: string;
|
|
4162
|
-
meta: import("
|
|
4163
|
-
state: import("
|
|
4162
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4163
|
+
state: import("../index.js").DefaultFieldState;
|
|
4164
4164
|
} | undefined;
|
|
4165
|
-
meta: import("
|
|
4166
|
-
state: import("
|
|
4165
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4166
|
+
state: import("../index.js").DefaultFieldState;
|
|
4167
4167
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4168
4168
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4169
4169
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4170
4170
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4171
|
-
getConfig: () => import("
|
|
4171
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4172
4172
|
getIsRequired: () => false;
|
|
4173
4173
|
getIsTranslatable: () => false;
|
|
4174
4174
|
getVisibility: () => "all";
|
|
@@ -4182,19 +4182,19 @@ export declare const ContentComment: ContentType<{
|
|
|
4182
4182
|
input: string;
|
|
4183
4183
|
db: string;
|
|
4184
4184
|
output: string;
|
|
4185
|
-
meta: import("
|
|
4186
|
-
state: import("
|
|
4185
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4186
|
+
state: import("../index.js").FieldState;
|
|
4187
4187
|
} | undefined;
|
|
4188
|
-
meta: import("
|
|
4189
|
-
state: import("
|
|
4188
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4189
|
+
state: import("../index.js").FieldState;
|
|
4190
4190
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4191
4191
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4192
4192
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4193
4193
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4194
|
-
getConfig: () => import("
|
|
4194
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4195
4195
|
getIsRequired: () => boolean;
|
|
4196
4196
|
getIsTranslatable: () => boolean;
|
|
4197
|
-
getVisibility: () => import("
|
|
4197
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4198
4198
|
getIsDynamic: () => boolean;
|
|
4199
4199
|
getDescription: () => string | undefined;
|
|
4200
4200
|
getCondition: () => {
|
|
@@ -4234,26 +4234,26 @@ export declare const ContentComment: ContentType<{
|
|
|
4234
4234
|
lte?: number | undefined;
|
|
4235
4235
|
};
|
|
4236
4236
|
} | undefined;
|
|
4237
|
-
}, NextUi extends import("
|
|
4237
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
4238
4238
|
min: <TThis extends {
|
|
4239
4239
|
kind: "field";
|
|
4240
4240
|
readonly __fieldTypes?: {
|
|
4241
4241
|
input: string;
|
|
4242
4242
|
db: string;
|
|
4243
4243
|
output: string;
|
|
4244
|
-
meta: import("
|
|
4245
|
-
state: import("
|
|
4244
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4245
|
+
state: import("../index.js").FieldState;
|
|
4246
4246
|
} | undefined;
|
|
4247
|
-
meta: import("
|
|
4248
|
-
state: import("
|
|
4247
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4248
|
+
state: import("../index.js").FieldState;
|
|
4249
4249
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4250
4250
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4251
4251
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4252
4252
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4253
|
-
getConfig: () => import("
|
|
4253
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4254
4254
|
getIsRequired: () => boolean;
|
|
4255
4255
|
getIsTranslatable: () => boolean;
|
|
4256
|
-
getVisibility: () => import("
|
|
4256
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4257
4257
|
getIsDynamic: () => boolean;
|
|
4258
4258
|
getDescription: () => string | undefined;
|
|
4259
4259
|
getCondition: () => {
|
|
@@ -4293,26 +4293,26 @@ export declare const ContentComment: ContentType<{
|
|
|
4293
4293
|
lte?: number | undefined;
|
|
4294
4294
|
};
|
|
4295
4295
|
} | undefined;
|
|
4296
|
-
}>(this: TThis, length: number) => import("
|
|
4296
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4297
4297
|
max: <TThis extends {
|
|
4298
4298
|
kind: "field";
|
|
4299
4299
|
readonly __fieldTypes?: {
|
|
4300
4300
|
input: string;
|
|
4301
4301
|
db: string;
|
|
4302
4302
|
output: string;
|
|
4303
|
-
meta: import("
|
|
4304
|
-
state: import("
|
|
4303
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4304
|
+
state: import("../index.js").FieldState;
|
|
4305
4305
|
} | undefined;
|
|
4306
|
-
meta: import("
|
|
4307
|
-
state: import("
|
|
4306
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4307
|
+
state: import("../index.js").FieldState;
|
|
4308
4308
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4309
4309
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4310
4310
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4311
4311
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4312
|
-
getConfig: () => import("
|
|
4312
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4313
4313
|
getIsRequired: () => boolean;
|
|
4314
4314
|
getIsTranslatable: () => boolean;
|
|
4315
|
-
getVisibility: () => import("
|
|
4315
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4316
4316
|
getIsDynamic: () => boolean;
|
|
4317
4317
|
getDescription: () => string | undefined;
|
|
4318
4318
|
getCondition: () => {
|
|
@@ -4352,54 +4352,54 @@ export declare const ContentComment: ContentType<{
|
|
|
4352
4352
|
lte?: number | undefined;
|
|
4353
4353
|
};
|
|
4354
4354
|
} | undefined;
|
|
4355
|
-
}>(this: TThis, length: number) => import("
|
|
4356
|
-
}, import("
|
|
4357
|
-
permissions: import("
|
|
4358
|
-
field: import("
|
|
4359
|
-
}, import("
|
|
4355
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
4356
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
4357
|
+
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> & {
|
|
4358
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
4359
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
4360
4360
|
}, "ManagerRole", undefined>;
|
|
4361
4361
|
only?: undefined;
|
|
4362
4362
|
multiple: <TThis extends {
|
|
4363
4363
|
kind: "field";
|
|
4364
4364
|
readonly __fieldTypes?: {
|
|
4365
|
-
input: import("
|
|
4366
|
-
db: import("
|
|
4365
|
+
input: import("../index.js").RelationExisting<"ManagerRole">;
|
|
4366
|
+
db: import("../index.js").RelationExisting<"ManagerRole">;
|
|
4367
4367
|
output: {
|
|
4368
4368
|
name: string;
|
|
4369
4369
|
permissions: (string | undefined)[];
|
|
4370
4370
|
_type: "ManagerRole";
|
|
4371
4371
|
_id: string;
|
|
4372
4372
|
_schemaVersion?: number | undefined;
|
|
4373
|
-
_visibility?: import("
|
|
4374
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4373
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4374
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4375
4375
|
_trashed?: boolean | undefined;
|
|
4376
4376
|
_revision?: number | undefined;
|
|
4377
4377
|
_localeVariantGroupId?: string | undefined;
|
|
4378
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4378
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4379
4379
|
trashedAt?: Date | undefined;
|
|
4380
4380
|
createdAt?: Date | undefined;
|
|
4381
4381
|
updatedAt?: Date | undefined;
|
|
4382
4382
|
};
|
|
4383
|
-
meta: import("
|
|
4384
|
-
state: import("
|
|
4383
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
4384
|
+
state: import("../index.js").FieldState;
|
|
4385
4385
|
} | undefined;
|
|
4386
|
-
meta: import("
|
|
4387
|
-
state: import("
|
|
4388
|
-
toZod: () => import("zod").ZodType<import("
|
|
4389
|
-
getInputSchema: () => import("zod").ZodType<import("
|
|
4390
|
-
getSchema: () => import("zod").ZodType<import("
|
|
4386
|
+
meta: import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
4387
|
+
state: import("../index.js").FieldState;
|
|
4388
|
+
toZod: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole">, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole">, unknown>>;
|
|
4389
|
+
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>>;
|
|
4390
|
+
getSchema: () => import("zod").ZodType<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<import("../index.js").RelationExisting<"ManagerRole"> | undefined, unknown>>;
|
|
4391
4391
|
getOutputSchema: () => import("zod").ZodType<{
|
|
4392
4392
|
name: string;
|
|
4393
4393
|
permissions: (string | undefined)[];
|
|
4394
4394
|
_type: "ManagerRole";
|
|
4395
4395
|
_id: string;
|
|
4396
4396
|
_schemaVersion?: number | undefined;
|
|
4397
|
-
_visibility?: import("
|
|
4398
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4397
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4398
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4399
4399
|
_trashed?: boolean | undefined;
|
|
4400
4400
|
_revision?: number | undefined;
|
|
4401
4401
|
_localeVariantGroupId?: string | undefined;
|
|
4402
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4402
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4403
4403
|
trashedAt?: Date | undefined;
|
|
4404
4404
|
createdAt?: Date | undefined;
|
|
4405
4405
|
updatedAt?: Date | undefined;
|
|
@@ -4409,20 +4409,20 @@ export declare const ContentComment: ContentType<{
|
|
|
4409
4409
|
_type: "ManagerRole";
|
|
4410
4410
|
_id: string;
|
|
4411
4411
|
_schemaVersion?: number | undefined;
|
|
4412
|
-
_visibility?: import("
|
|
4413
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
4412
|
+
_visibility?: import("../index.js").DocumentVisibility | undefined;
|
|
4413
|
+
_visibilityBeforeTrash?: Exclude<import("../index.js").DocumentVisibility, "trash"> | undefined;
|
|
4414
4414
|
_trashed?: boolean | undefined;
|
|
4415
4415
|
_revision?: number | undefined;
|
|
4416
4416
|
_localeVariantGroupId?: string | undefined;
|
|
4417
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
4417
|
+
_localeVariantRole?: import("zod").infer<typeof import("../index.js").LocaleVariantRole> | undefined;
|
|
4418
4418
|
trashedAt?: Date | undefined;
|
|
4419
4419
|
createdAt?: Date | undefined;
|
|
4420
4420
|
updatedAt?: Date | undefined;
|
|
4421
4421
|
} | undefined, unknown>>;
|
|
4422
|
-
getConfig: () => import("
|
|
4422
|
+
getConfig: () => import("../index.js").RelationMeta<"ManagerRole", undefined>;
|
|
4423
4423
|
getIsRequired: () => boolean;
|
|
4424
4424
|
getIsTranslatable: () => boolean;
|
|
4425
|
-
getVisibility: () => import("
|
|
4425
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4426
4426
|
getIsDynamic: () => boolean;
|
|
4427
4427
|
getDescription: () => string | undefined;
|
|
4428
4428
|
getCondition: () => {
|
|
@@ -4462,23 +4462,23 @@ export declare const ContentComment: ContentType<{
|
|
|
4462
4462
|
lte?: number | undefined;
|
|
4463
4463
|
};
|
|
4464
4464
|
} | undefined;
|
|
4465
|
-
}>(this: TThis) => import("
|
|
4466
|
-
name: import("
|
|
4465
|
+
}>(this: TThis) => import("../index.js").SimpleListField<import("../index.js").RelationField<ContentType<{
|
|
4466
|
+
name: import("../index.js").WithFieldState<{
|
|
4467
4467
|
kind: "field";
|
|
4468
4468
|
readonly __fieldTypes?: {
|
|
4469
4469
|
input: string;
|
|
4470
4470
|
db: string;
|
|
4471
4471
|
output: string;
|
|
4472
|
-
meta: import("
|
|
4473
|
-
state: import("
|
|
4472
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4473
|
+
state: import("../index.js").DefaultFieldState;
|
|
4474
4474
|
} | undefined;
|
|
4475
|
-
meta: import("
|
|
4476
|
-
state: import("
|
|
4475
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4476
|
+
state: import("../index.js").DefaultFieldState;
|
|
4477
4477
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4478
4478
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4479
4479
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4480
4480
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4481
|
-
getConfig: () => import("
|
|
4481
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4482
4482
|
getIsRequired: () => false;
|
|
4483
4483
|
getIsTranslatable: () => false;
|
|
4484
4484
|
getVisibility: () => "all";
|
|
@@ -4492,19 +4492,19 @@ export declare const ContentComment: ContentType<{
|
|
|
4492
4492
|
input: string;
|
|
4493
4493
|
db: string;
|
|
4494
4494
|
output: string;
|
|
4495
|
-
meta: import("
|
|
4496
|
-
state: import("
|
|
4495
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4496
|
+
state: import("../index.js").FieldState;
|
|
4497
4497
|
} | undefined;
|
|
4498
|
-
meta: import("
|
|
4499
|
-
state: import("
|
|
4498
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4499
|
+
state: import("../index.js").FieldState;
|
|
4500
4500
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4501
4501
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4502
4502
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4503
4503
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4504
|
-
getConfig: () => import("
|
|
4504
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4505
4505
|
getIsRequired: () => boolean;
|
|
4506
4506
|
getIsTranslatable: () => boolean;
|
|
4507
|
-
getVisibility: () => import("
|
|
4507
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4508
4508
|
getIsDynamic: () => boolean;
|
|
4509
4509
|
getDescription: () => string | undefined;
|
|
4510
4510
|
getCondition: () => {
|
|
@@ -4544,26 +4544,26 @@ export declare const ContentComment: ContentType<{
|
|
|
4544
4544
|
lte?: number | undefined;
|
|
4545
4545
|
};
|
|
4546
4546
|
} | undefined;
|
|
4547
|
-
}, NextUi extends import("
|
|
4547
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis_1, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis_1>>;
|
|
4548
4548
|
min: <TThis_1 extends {
|
|
4549
4549
|
kind: "field";
|
|
4550
4550
|
readonly __fieldTypes?: {
|
|
4551
4551
|
input: string;
|
|
4552
4552
|
db: string;
|
|
4553
4553
|
output: string;
|
|
4554
|
-
meta: import("
|
|
4555
|
-
state: import("
|
|
4554
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4555
|
+
state: import("../index.js").FieldState;
|
|
4556
4556
|
} | undefined;
|
|
4557
|
-
meta: import("
|
|
4558
|
-
state: import("
|
|
4557
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4558
|
+
state: import("../index.js").FieldState;
|
|
4559
4559
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4560
4560
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4561
4561
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4562
4562
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4563
|
-
getConfig: () => import("
|
|
4563
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4564
4564
|
getIsRequired: () => boolean;
|
|
4565
4565
|
getIsTranslatable: () => boolean;
|
|
4566
|
-
getVisibility: () => import("
|
|
4566
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4567
4567
|
getIsDynamic: () => boolean;
|
|
4568
4568
|
getDescription: () => string | undefined;
|
|
4569
4569
|
getCondition: () => {
|
|
@@ -4603,26 +4603,26 @@ export declare const ContentComment: ContentType<{
|
|
|
4603
4603
|
lte?: number | undefined;
|
|
4604
4604
|
};
|
|
4605
4605
|
} | undefined;
|
|
4606
|
-
}>(this: TThis_1, length: number) => import("
|
|
4606
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
4607
4607
|
max: <TThis_1 extends {
|
|
4608
4608
|
kind: "field";
|
|
4609
4609
|
readonly __fieldTypes?: {
|
|
4610
4610
|
input: string;
|
|
4611
4611
|
db: string;
|
|
4612
4612
|
output: string;
|
|
4613
|
-
meta: import("
|
|
4614
|
-
state: import("
|
|
4613
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4614
|
+
state: import("../index.js").FieldState;
|
|
4615
4615
|
} | undefined;
|
|
4616
|
-
meta: import("
|
|
4617
|
-
state: import("
|
|
4616
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
4617
|
+
state: import("../index.js").FieldState;
|
|
4618
4618
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
4619
4619
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
4620
4620
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4621
4621
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
4622
|
-
getConfig: () => import("
|
|
4622
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
4623
4623
|
getIsRequired: () => boolean;
|
|
4624
4624
|
getIsTranslatable: () => boolean;
|
|
4625
|
-
getVisibility: () => import("
|
|
4625
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
4626
4626
|
getIsDynamic: () => boolean;
|
|
4627
4627
|
getDescription: () => string | undefined;
|
|
4628
4628
|
getCondition: () => {
|
|
@@ -4662,46 +4662,46 @@ export declare const ContentComment: ContentType<{
|
|
|
4662
4662
|
lte?: number | undefined;
|
|
4663
4663
|
};
|
|
4664
4664
|
} | undefined;
|
|
4665
|
-
}>(this: TThis_1, length: number) => import("
|
|
4666
|
-
}, import("
|
|
4667
|
-
permissions: import("
|
|
4668
|
-
field: import("
|
|
4669
|
-
}, import("
|
|
4670
|
-
}, "ManagerRole", undefined>, undefined, import("
|
|
4671
|
-
}, import("
|
|
4672
|
-
avatarId: import("
|
|
4673
|
-
avatarKey: import("
|
|
4674
|
-
avatarAccess: import("
|
|
4675
|
-
avatarUrl: import("
|
|
4676
|
-
avatarPreviewUrl: import("
|
|
4677
|
-
tutorialsEnabled: import("
|
|
4678
|
-
tutorialsPromptedAt: import("
|
|
4679
|
-
seenTours: import("
|
|
4680
|
-
twoFactorEnabled: import("
|
|
4665
|
+
}>(this: TThis_1, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis_1>>;
|
|
4666
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
4667
|
+
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> & {
|
|
4668
|
+
field: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
4669
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
4670
|
+
}, "ManagerRole", undefined>, undefined, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").FieldStateOf<TThis>>;
|
|
4671
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
4672
|
+
avatarId: import("../index.js").StringField<"Id", import("../index.js").DefaultFieldState>;
|
|
4673
|
+
avatarKey: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
4674
|
+
avatarAccess: import("../index.js").SelectField<readonly ["public", "private"], false, import("../index.js").DefaultFieldState>;
|
|
4675
|
+
avatarUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
4676
|
+
avatarPreviewUrl: import("../index.js").StringField<"Url", import("../index.js").DefaultFieldState>;
|
|
4677
|
+
tutorialsEnabled: import("../index.js").BooleanField<import("../index.js").DefaultFieldState>;
|
|
4678
|
+
tutorialsPromptedAt: import("../index.js").DateField<"DateTime", import("../index.js").DefaultFieldState>;
|
|
4679
|
+
seenTours: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
4680
|
+
twoFactorEnabled: import("../index.js").WithFieldState<{
|
|
4681
4681
|
kind: "field";
|
|
4682
4682
|
readonly __fieldTypes?: {
|
|
4683
4683
|
input: boolean;
|
|
4684
4684
|
db: boolean;
|
|
4685
4685
|
output: boolean;
|
|
4686
|
-
meta: import("
|
|
4687
|
-
state: import("
|
|
4686
|
+
meta: import("../index.js").BooleanMeta;
|
|
4687
|
+
state: import("../index.js").DefaultFieldState;
|
|
4688
4688
|
} | undefined;
|
|
4689
|
-
meta: import("
|
|
4690
|
-
state: import("
|
|
4689
|
+
meta: import("../index.js").BooleanMeta;
|
|
4690
|
+
state: import("../index.js").DefaultFieldState;
|
|
4691
4691
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
4692
4692
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
4693
4693
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
4694
4694
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
4695
|
-
getConfig: () => import("
|
|
4695
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
4696
4696
|
getIsRequired: () => false;
|
|
4697
4697
|
getIsTranslatable: () => false;
|
|
4698
4698
|
getVisibility: () => "all";
|
|
4699
4699
|
getIsDynamic: () => true;
|
|
4700
4700
|
getDescription: () => undefined;
|
|
4701
4701
|
getCondition: () => undefined;
|
|
4702
|
-
}, import("
|
|
4703
|
-
}, "ManagerUser", undefined>, "existing", import("
|
|
4704
|
-
reactions: import("
|
|
4702
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
4703
|
+
}, "ManagerUser", undefined>, "existing", import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>, import("../index.js").DefaultFieldState>;
|
|
4704
|
+
reactions: import("../index.js").SimpleListField<import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>, import("../index.js").DefaultFieldState>;
|
|
4705
4705
|
}, "ContentComment", undefined>;
|
|
4706
4706
|
export type ContentComment = typeof ContentComment;
|
|
4707
4707
|
export type ContentCommentManager = DBOutput<ContentComment>;
|