@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 { DataFront } from "../lib/types";
|
|
1
|
+
import ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { DataFront } from "../lib/types/index.js";
|
|
3
3
|
export declare const Redirect: ContentType<{
|
|
4
|
-
name: import("
|
|
4
|
+
name: 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 Redirect: 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 Redirect: 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 Redirect: 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,47 +200,47 @@ export declare const Redirect: ContentType<{
|
|
|
200
200
|
lte?: number | undefined;
|
|
201
201
|
};
|
|
202
202
|
} | undefined;
|
|
203
|
-
}>(this: TThis, length: number) => import("
|
|
204
|
-
}, import("
|
|
205
|
-
enabled: 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
|
+
enabled: import("../index.js").WithFieldState<{
|
|
206
206
|
kind: "field";
|
|
207
207
|
readonly __fieldTypes?: {
|
|
208
208
|
input: boolean;
|
|
209
209
|
db: boolean;
|
|
210
210
|
output: boolean;
|
|
211
|
-
meta: import("
|
|
212
|
-
state: import("
|
|
211
|
+
meta: import("../index.js").BooleanMeta;
|
|
212
|
+
state: import("../index.js").DefaultFieldState;
|
|
213
213
|
} | undefined;
|
|
214
|
-
meta: import("
|
|
215
|
-
state: import("
|
|
214
|
+
meta: import("../index.js").BooleanMeta;
|
|
215
|
+
state: import("../index.js").DefaultFieldState;
|
|
216
216
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
217
217
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
218
218
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
219
219
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
220
|
-
getConfig: () => import("
|
|
220
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
221
221
|
getIsRequired: () => false;
|
|
222
222
|
getIsTranslatable: () => false;
|
|
223
223
|
getVisibility: () => "all";
|
|
224
224
|
getIsDynamic: () => true;
|
|
225
225
|
getDescription: () => undefined;
|
|
226
226
|
getCondition: () => undefined;
|
|
227
|
-
}, import("
|
|
228
|
-
sourcePath: import("
|
|
227
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
228
|
+
sourcePath: import("../index.js").WithFieldState<{
|
|
229
229
|
kind: "field";
|
|
230
230
|
readonly __fieldTypes?: {
|
|
231
231
|
input: string;
|
|
232
232
|
db: string;
|
|
233
233
|
output: string;
|
|
234
|
-
meta: import("
|
|
235
|
-
state: import("
|
|
234
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
235
|
+
state: import("../index.js").DefaultFieldState;
|
|
236
236
|
} | undefined;
|
|
237
|
-
meta: import("
|
|
238
|
-
state: import("
|
|
237
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
238
|
+
state: import("../index.js").DefaultFieldState;
|
|
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<"Text">;
|
|
244
244
|
getIsRequired: () => false;
|
|
245
245
|
getIsTranslatable: () => false;
|
|
246
246
|
getVisibility: () => "all";
|
|
@@ -254,19 +254,19 @@ export declare const Redirect: ContentType<{
|
|
|
254
254
|
input: string;
|
|
255
255
|
db: string;
|
|
256
256
|
output: string;
|
|
257
|
-
meta: import("
|
|
258
|
-
state: import("
|
|
257
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
258
|
+
state: import("../index.js").FieldState;
|
|
259
259
|
} | undefined;
|
|
260
|
-
meta: import("
|
|
261
|
-
state: import("
|
|
260
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
261
|
+
state: import("../index.js").FieldState;
|
|
262
262
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
263
263
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
264
264
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
265
265
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
266
|
-
getConfig: () => import("
|
|
266
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
267
267
|
getIsRequired: () => boolean;
|
|
268
268
|
getIsTranslatable: () => boolean;
|
|
269
|
-
getVisibility: () => import("
|
|
269
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
270
270
|
getIsDynamic: () => boolean;
|
|
271
271
|
getDescription: () => string | undefined;
|
|
272
272
|
getCondition: () => {
|
|
@@ -306,26 +306,26 @@ export declare const Redirect: ContentType<{
|
|
|
306
306
|
lte?: number | undefined;
|
|
307
307
|
};
|
|
308
308
|
} | undefined;
|
|
309
|
-
}, NextUi extends import("
|
|
309
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
310
310
|
min: <TThis extends {
|
|
311
311
|
kind: "field";
|
|
312
312
|
readonly __fieldTypes?: {
|
|
313
313
|
input: string;
|
|
314
314
|
db: string;
|
|
315
315
|
output: string;
|
|
316
|
-
meta: import("
|
|
317
|
-
state: import("
|
|
316
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
317
|
+
state: import("../index.js").FieldState;
|
|
318
318
|
} | undefined;
|
|
319
|
-
meta: import("
|
|
320
|
-
state: import("
|
|
319
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
320
|
+
state: import("../index.js").FieldState;
|
|
321
321
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
322
322
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
323
323
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
324
324
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
325
|
-
getConfig: () => import("
|
|
325
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
326
326
|
getIsRequired: () => boolean;
|
|
327
327
|
getIsTranslatable: () => boolean;
|
|
328
|
-
getVisibility: () => import("
|
|
328
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
329
329
|
getIsDynamic: () => boolean;
|
|
330
330
|
getDescription: () => string | undefined;
|
|
331
331
|
getCondition: () => {
|
|
@@ -365,26 +365,26 @@ export declare const Redirect: ContentType<{
|
|
|
365
365
|
lte?: number | undefined;
|
|
366
366
|
};
|
|
367
367
|
} | undefined;
|
|
368
|
-
}>(this: TThis, length: number) => import("
|
|
368
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
369
369
|
max: <TThis extends {
|
|
370
370
|
kind: "field";
|
|
371
371
|
readonly __fieldTypes?: {
|
|
372
372
|
input: string;
|
|
373
373
|
db: string;
|
|
374
374
|
output: string;
|
|
375
|
-
meta: import("
|
|
376
|
-
state: import("
|
|
375
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
376
|
+
state: import("../index.js").FieldState;
|
|
377
377
|
} | undefined;
|
|
378
|
-
meta: import("
|
|
379
|
-
state: import("
|
|
378
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
379
|
+
state: import("../index.js").FieldState;
|
|
380
380
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
381
381
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
382
382
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
383
383
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
384
|
-
getConfig: () => import("
|
|
384
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
385
385
|
getIsRequired: () => boolean;
|
|
386
386
|
getIsTranslatable: () => boolean;
|
|
387
|
-
getVisibility: () => import("
|
|
387
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
388
388
|
getIsDynamic: () => boolean;
|
|
389
389
|
getDescription: () => string | undefined;
|
|
390
390
|
getCondition: () => {
|
|
@@ -424,24 +424,24 @@ export declare const Redirect: ContentType<{
|
|
|
424
424
|
lte?: number | undefined;
|
|
425
425
|
};
|
|
426
426
|
} | undefined;
|
|
427
|
-
}>(this: TThis, length: number) => import("
|
|
428
|
-
}, import("
|
|
429
|
-
destinationPath: import("
|
|
427
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
428
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
429
|
+
destinationPath: import("../index.js").WithFieldState<{
|
|
430
430
|
kind: "field";
|
|
431
431
|
readonly __fieldTypes?: {
|
|
432
432
|
input: string;
|
|
433
433
|
db: string;
|
|
434
434
|
output: string;
|
|
435
|
-
meta: import("
|
|
436
|
-
state: import("
|
|
435
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
436
|
+
state: import("../index.js").DefaultFieldState;
|
|
437
437
|
} | undefined;
|
|
438
|
-
meta: import("
|
|
439
|
-
state: import("
|
|
438
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
439
|
+
state: import("../index.js").DefaultFieldState;
|
|
440
440
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
441
441
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
442
442
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
443
443
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
444
|
-
getConfig: () => import("
|
|
444
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
445
445
|
getIsRequired: () => false;
|
|
446
446
|
getIsTranslatable: () => false;
|
|
447
447
|
getVisibility: () => "all";
|
|
@@ -455,19 +455,19 @@ export declare const Redirect: ContentType<{
|
|
|
455
455
|
input: string;
|
|
456
456
|
db: string;
|
|
457
457
|
output: string;
|
|
458
|
-
meta: import("
|
|
459
|
-
state: import("
|
|
458
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
459
|
+
state: import("../index.js").FieldState;
|
|
460
460
|
} | undefined;
|
|
461
|
-
meta: import("
|
|
462
|
-
state: import("
|
|
461
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
462
|
+
state: import("../index.js").FieldState;
|
|
463
463
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
464
464
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
465
465
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
466
466
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
467
|
-
getConfig: () => import("
|
|
467
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
468
468
|
getIsRequired: () => boolean;
|
|
469
469
|
getIsTranslatable: () => boolean;
|
|
470
|
-
getVisibility: () => import("
|
|
470
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
471
471
|
getIsDynamic: () => boolean;
|
|
472
472
|
getDescription: () => string | undefined;
|
|
473
473
|
getCondition: () => {
|
|
@@ -507,26 +507,26 @@ export declare const Redirect: ContentType<{
|
|
|
507
507
|
lte?: number | undefined;
|
|
508
508
|
};
|
|
509
509
|
} | undefined;
|
|
510
|
-
}, NextUi extends import("
|
|
510
|
+
}, NextUi extends import("../index.js").StringUI>(this: TThis, ui: NextUi) => import("../index.js").StringField<NextUi, import("../index.js").FieldStateOf<TThis>>;
|
|
511
511
|
min: <TThis extends {
|
|
512
512
|
kind: "field";
|
|
513
513
|
readonly __fieldTypes?: {
|
|
514
514
|
input: string;
|
|
515
515
|
db: string;
|
|
516
516
|
output: string;
|
|
517
|
-
meta: import("
|
|
518
|
-
state: import("
|
|
517
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
518
|
+
state: import("../index.js").FieldState;
|
|
519
519
|
} | undefined;
|
|
520
|
-
meta: import("
|
|
521
|
-
state: import("
|
|
520
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
521
|
+
state: import("../index.js").FieldState;
|
|
522
522
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
523
523
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
524
524
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
525
525
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
526
|
-
getConfig: () => import("
|
|
526
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
527
527
|
getIsRequired: () => boolean;
|
|
528
528
|
getIsTranslatable: () => boolean;
|
|
529
|
-
getVisibility: () => import("
|
|
529
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
530
530
|
getIsDynamic: () => boolean;
|
|
531
531
|
getDescription: () => string | undefined;
|
|
532
532
|
getCondition: () => {
|
|
@@ -566,26 +566,26 @@ export declare const Redirect: ContentType<{
|
|
|
566
566
|
lte?: number | undefined;
|
|
567
567
|
};
|
|
568
568
|
} | undefined;
|
|
569
|
-
}>(this: TThis, length: number) => import("
|
|
569
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
570
570
|
max: <TThis extends {
|
|
571
571
|
kind: "field";
|
|
572
572
|
readonly __fieldTypes?: {
|
|
573
573
|
input: string;
|
|
574
574
|
db: string;
|
|
575
575
|
output: string;
|
|
576
|
-
meta: import("
|
|
577
|
-
state: import("
|
|
576
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
577
|
+
state: import("../index.js").FieldState;
|
|
578
578
|
} | undefined;
|
|
579
|
-
meta: import("
|
|
580
|
-
state: import("
|
|
579
|
+
meta: import("../index.js").StringMeta<"Text">;
|
|
580
|
+
state: import("../index.js").FieldState;
|
|
581
581
|
toZod: () => import("zod").ZodType<string, unknown, import("zod/v4/core").$ZodTypeInternals<string, unknown>>;
|
|
582
582
|
getInputSchema: () => import("zod").ZodType<string | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | null | undefined, unknown>>;
|
|
583
583
|
getSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
584
584
|
getOutputSchema: () => import("zod").ZodType<string | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<string | undefined, unknown>>;
|
|
585
|
-
getConfig: () => import("
|
|
585
|
+
getConfig: () => import("../index.js").StringMeta<"Text">;
|
|
586
586
|
getIsRequired: () => boolean;
|
|
587
587
|
getIsTranslatable: () => boolean;
|
|
588
|
-
getVisibility: () => import("
|
|
588
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
589
589
|
getIsDynamic: () => boolean;
|
|
590
590
|
getDescription: () => string | undefined;
|
|
591
591
|
getCondition: () => {
|
|
@@ -625,24 +625,24 @@ export declare const Redirect: ContentType<{
|
|
|
625
625
|
lte?: number | undefined;
|
|
626
626
|
};
|
|
627
627
|
} | undefined;
|
|
628
|
-
}>(this: TThis, length: number) => import("
|
|
629
|
-
}, import("
|
|
630
|
-
statusMode: import("
|
|
628
|
+
}>(this: TThis, length: number) => import("../index.js").StringField<"Text", import("../index.js").FieldStateOf<TThis>>;
|
|
629
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
630
|
+
statusMode: import("../index.js").WithFieldState<{
|
|
631
631
|
kind: "field";
|
|
632
632
|
readonly __fieldTypes?: {
|
|
633
633
|
input: "custom" | "301" | "302" | "307" | "308";
|
|
634
634
|
db: "custom" | "301" | "302" | "307" | "308";
|
|
635
635
|
output: "custom" | "301" | "302" | "307" | "308";
|
|
636
|
-
meta: import("
|
|
637
|
-
state: import("
|
|
636
|
+
meta: import("../index.js").SelectMeta<readonly ["301", "302", "307", "308", "custom"], false>;
|
|
637
|
+
state: import("../index.js").DefaultFieldState;
|
|
638
638
|
} | undefined;
|
|
639
|
-
meta: import("
|
|
640
|
-
state: import("
|
|
639
|
+
meta: import("../index.js").SelectMeta<readonly ["301", "302", "307", "308", "custom"], false>;
|
|
640
|
+
state: import("../index.js").DefaultFieldState;
|
|
641
641
|
toZod: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308", unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308", unknown>>;
|
|
642
642
|
getInputSchema: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308" | null | undefined, unknown>>;
|
|
643
643
|
getSchema: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308" | undefined, unknown>>;
|
|
644
644
|
getOutputSchema: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308" | undefined, unknown>>;
|
|
645
|
-
getConfig: () => import("
|
|
645
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["301", "302", "307", "308", "custom"], false>;
|
|
646
646
|
getIsRequired: () => false;
|
|
647
647
|
getIsTranslatable: () => false;
|
|
648
648
|
getVisibility: () => "all";
|
|
@@ -656,19 +656,19 @@ export declare const Redirect: ContentType<{
|
|
|
656
656
|
input: "custom" | "301" | "302" | "307" | "308";
|
|
657
657
|
db: "custom" | "301" | "302" | "307" | "308";
|
|
658
658
|
output: "custom" | "301" | "302" | "307" | "308";
|
|
659
|
-
meta: import("
|
|
660
|
-
state: import("
|
|
659
|
+
meta: import("../index.js").SelectMeta<readonly ["301", "302", "307", "308", "custom"], false>;
|
|
660
|
+
state: import("../index.js").FieldState;
|
|
661
661
|
} | undefined;
|
|
662
|
-
meta: import("
|
|
663
|
-
state: import("
|
|
662
|
+
meta: import("../index.js").SelectMeta<readonly ["301", "302", "307", "308", "custom"], false>;
|
|
663
|
+
state: import("../index.js").FieldState;
|
|
664
664
|
toZod: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308", unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308", unknown>>;
|
|
665
665
|
getInputSchema: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308" | null | undefined, unknown>>;
|
|
666
666
|
getSchema: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308" | undefined, unknown>>;
|
|
667
667
|
getOutputSchema: () => import("zod").ZodType<"custom" | "301" | "302" | "307" | "308" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"custom" | "301" | "302" | "307" | "308" | undefined, unknown>>;
|
|
668
|
-
getConfig: () => import("
|
|
668
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["301", "302", "307", "308", "custom"], false>;
|
|
669
669
|
getIsRequired: () => boolean;
|
|
670
670
|
getIsTranslatable: () => boolean;
|
|
671
|
-
getVisibility: () => import("
|
|
671
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
672
672
|
getIsDynamic: () => boolean;
|
|
673
673
|
getDescription: () => string | undefined;
|
|
674
674
|
getCondition: () => {
|
|
@@ -708,49 +708,49 @@ export declare const Redirect: ContentType<{
|
|
|
708
708
|
lte?: number | undefined;
|
|
709
709
|
};
|
|
710
710
|
} | undefined;
|
|
711
|
-
}>(this: TThis) => import("
|
|
712
|
-
}, import("
|
|
713
|
-
customStatus: import("
|
|
714
|
-
preserveQuery: import("
|
|
711
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["301", "302", "307", "308", "custom"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
712
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
713
|
+
customStatus: import("../index.js").NumberField<import("../index.js").DefaultFieldState>;
|
|
714
|
+
preserveQuery: import("../index.js").WithFieldState<{
|
|
715
715
|
kind: "field";
|
|
716
716
|
readonly __fieldTypes?: {
|
|
717
717
|
input: boolean;
|
|
718
718
|
db: boolean;
|
|
719
719
|
output: boolean;
|
|
720
|
-
meta: import("
|
|
721
|
-
state: import("
|
|
720
|
+
meta: import("../index.js").BooleanMeta;
|
|
721
|
+
state: import("../index.js").DefaultFieldState;
|
|
722
722
|
} | undefined;
|
|
723
|
-
meta: import("
|
|
724
|
-
state: import("
|
|
723
|
+
meta: import("../index.js").BooleanMeta;
|
|
724
|
+
state: import("../index.js").DefaultFieldState;
|
|
725
725
|
toZod: () => import("zod").ZodType<boolean, unknown, import("zod/v4/core").$ZodTypeInternals<boolean, unknown>>;
|
|
726
726
|
getInputSchema: () => import("zod").ZodType<boolean | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | null | undefined, unknown>>;
|
|
727
727
|
getSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
728
728
|
getOutputSchema: () => import("zod").ZodType<boolean | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<boolean | undefined, unknown>>;
|
|
729
|
-
getConfig: () => import("
|
|
729
|
+
getConfig: () => import("../index.js").BooleanMeta;
|
|
730
730
|
getIsRequired: () => false;
|
|
731
731
|
getIsTranslatable: () => false;
|
|
732
732
|
getVisibility: () => "all";
|
|
733
733
|
getIsDynamic: () => true;
|
|
734
734
|
getDescription: () => undefined;
|
|
735
735
|
getCondition: () => undefined;
|
|
736
|
-
}, import("
|
|
737
|
-
headerName: import("
|
|
738
|
-
headerMatchMode: import("
|
|
736
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
737
|
+
headerName: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
738
|
+
headerMatchMode: import("../index.js").WithFieldState<{
|
|
739
739
|
kind: "field";
|
|
740
740
|
readonly __fieldTypes?: {
|
|
741
741
|
input: "equals" | "exists" | "startsWith" | "none" | "contains" | "regex";
|
|
742
742
|
db: "equals" | "exists" | "startsWith" | "none" | "contains" | "regex";
|
|
743
743
|
output: "equals" | "exists" | "startsWith" | "none" | "contains" | "regex";
|
|
744
|
-
meta: import("
|
|
745
|
-
state: import("
|
|
744
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], false>;
|
|
745
|
+
state: import("../index.js").DefaultFieldState;
|
|
746
746
|
} | undefined;
|
|
747
|
-
meta: import("
|
|
748
|
-
state: import("
|
|
747
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], false>;
|
|
748
|
+
state: import("../index.js").DefaultFieldState;
|
|
749
749
|
toZod: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex", unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex", unknown>>;
|
|
750
750
|
getInputSchema: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | null | undefined, unknown>>;
|
|
751
751
|
getSchema: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown>>;
|
|
752
752
|
getOutputSchema: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown>>;
|
|
753
|
-
getConfig: () => import("
|
|
753
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], false>;
|
|
754
754
|
getIsRequired: () => false;
|
|
755
755
|
getIsTranslatable: () => false;
|
|
756
756
|
getVisibility: () => "all";
|
|
@@ -764,19 +764,19 @@ export declare const Redirect: ContentType<{
|
|
|
764
764
|
input: "equals" | "exists" | "startsWith" | "none" | "contains" | "regex";
|
|
765
765
|
db: "equals" | "exists" | "startsWith" | "none" | "contains" | "regex";
|
|
766
766
|
output: "equals" | "exists" | "startsWith" | "none" | "contains" | "regex";
|
|
767
|
-
meta: import("
|
|
768
|
-
state: import("
|
|
767
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], false>;
|
|
768
|
+
state: import("../index.js").FieldState;
|
|
769
769
|
} | undefined;
|
|
770
|
-
meta: import("
|
|
771
|
-
state: import("
|
|
770
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], false>;
|
|
771
|
+
state: import("../index.js").FieldState;
|
|
772
772
|
toZod: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex", unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex", unknown>>;
|
|
773
773
|
getInputSchema: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | null | undefined, unknown>>;
|
|
774
774
|
getSchema: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown>>;
|
|
775
775
|
getOutputSchema: () => import("zod").ZodType<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"equals" | "exists" | "startsWith" | "none" | "contains" | "regex" | undefined, unknown>>;
|
|
776
|
-
getConfig: () => import("
|
|
776
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], false>;
|
|
777
777
|
getIsRequired: () => boolean;
|
|
778
778
|
getIsTranslatable: () => boolean;
|
|
779
|
-
getVisibility: () => import("
|
|
779
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
780
780
|
getIsDynamic: () => boolean;
|
|
781
781
|
getDescription: () => string | undefined;
|
|
782
782
|
getCondition: () => {
|
|
@@ -816,25 +816,25 @@ export declare const Redirect: ContentType<{
|
|
|
816
816
|
lte?: number | undefined;
|
|
817
817
|
};
|
|
818
818
|
} | undefined;
|
|
819
|
-
}>(this: TThis) => import("
|
|
820
|
-
}, import("
|
|
821
|
-
headerValue: import("
|
|
822
|
-
functionName: import("
|
|
819
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["none", "exists", "equals", "contains", "startsWith", "regex"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
820
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
821
|
+
headerValue: import("../index.js").StringField<"Text", import("../index.js").DefaultFieldState>;
|
|
822
|
+
functionName: import("../index.js").WithFieldState<{
|
|
823
823
|
kind: "field";
|
|
824
824
|
readonly __fieldTypes?: {
|
|
825
825
|
input: "none" | "acceptLanguageToParam" | "headerValueToParam";
|
|
826
826
|
db: "none" | "acceptLanguageToParam" | "headerValueToParam";
|
|
827
827
|
output: "none" | "acceptLanguageToParam" | "headerValueToParam";
|
|
828
|
-
meta: import("
|
|
829
|
-
state: import("
|
|
828
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], false>;
|
|
829
|
+
state: import("../index.js").DefaultFieldState;
|
|
830
830
|
} | undefined;
|
|
831
|
-
meta: import("
|
|
832
|
-
state: import("
|
|
831
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], false>;
|
|
832
|
+
state: import("../index.js").DefaultFieldState;
|
|
833
833
|
toZod: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam", unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam", unknown>>;
|
|
834
834
|
getInputSchema: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam" | null | undefined, unknown>>;
|
|
835
835
|
getSchema: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown>>;
|
|
836
836
|
getOutputSchema: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown>>;
|
|
837
|
-
getConfig: () => import("
|
|
837
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], false>;
|
|
838
838
|
getIsRequired: () => false;
|
|
839
839
|
getIsTranslatable: () => false;
|
|
840
840
|
getVisibility: () => "all";
|
|
@@ -848,19 +848,19 @@ export declare const Redirect: ContentType<{
|
|
|
848
848
|
input: "none" | "acceptLanguageToParam" | "headerValueToParam";
|
|
849
849
|
db: "none" | "acceptLanguageToParam" | "headerValueToParam";
|
|
850
850
|
output: "none" | "acceptLanguageToParam" | "headerValueToParam";
|
|
851
|
-
meta: import("
|
|
852
|
-
state: import("
|
|
851
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], false>;
|
|
852
|
+
state: import("../index.js").FieldState;
|
|
853
853
|
} | undefined;
|
|
854
|
-
meta: import("
|
|
855
|
-
state: import("
|
|
854
|
+
meta: import("../index.js").SelectMeta<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], false>;
|
|
855
|
+
state: import("../index.js").FieldState;
|
|
856
856
|
toZod: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam", unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam", unknown>>;
|
|
857
857
|
getInputSchema: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam" | null | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam" | null | undefined, unknown>>;
|
|
858
858
|
getSchema: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown>>;
|
|
859
859
|
getOutputSchema: () => import("zod").ZodType<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown, import("zod/v4/core").$ZodTypeInternals<"none" | "acceptLanguageToParam" | "headerValueToParam" | undefined, unknown>>;
|
|
860
|
-
getConfig: () => import("
|
|
860
|
+
getConfig: () => import("../index.js").SelectMeta<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], false>;
|
|
861
861
|
getIsRequired: () => boolean;
|
|
862
862
|
getIsTranslatable: () => boolean;
|
|
863
|
-
getVisibility: () => import("
|
|
863
|
+
getVisibility: () => import("../index.js").Visibility;
|
|
864
864
|
getIsDynamic: () => boolean;
|
|
865
865
|
getDescription: () => string | undefined;
|
|
866
866
|
getCondition: () => {
|
|
@@ -900,9 +900,9 @@ export declare const Redirect: ContentType<{
|
|
|
900
900
|
lte?: number | undefined;
|
|
901
901
|
};
|
|
902
902
|
} | undefined;
|
|
903
|
-
}>(this: TThis) => import("
|
|
904
|
-
}, import("
|
|
905
|
-
functionConfig: import("
|
|
903
|
+
}>(this: TThis) => import("../index.js").SelectField<readonly ["none", "acceptLanguageToParam", "headerValueToParam"], true, import("../index.js").FieldStateOf<TThis>>;
|
|
904
|
+
}, import("../index.js").SetRequired<import("../index.js").DefaultFieldState>>;
|
|
905
|
+
functionConfig: import("../index.js").StringField<"Textarea", import("../index.js").DefaultFieldState>;
|
|
906
906
|
}, "Redirect", undefined>;
|
|
907
907
|
export type Redirect = typeof Redirect;
|
|
908
908
|
export type RedirectSchema = DataFront<Redirect>;
|