@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,12 +1,12 @@
|
|
|
1
|
-
import { throwAppError } from "../../../lib/errors";
|
|
2
|
-
import { Logger } from "../../../lib/Logger";
|
|
3
|
-
import { ContentComment, Media } from "../../../internal-content-types";
|
|
4
|
-
import { getMongoService } from "../../../orm";
|
|
5
|
-
import { checkOwnership } from "../../utils/checkOwnership";
|
|
6
|
-
import { deleteMediaStorage } from "./media/deleteMediaStorage";
|
|
7
|
-
import { requireContentType } from "../../utils/requireContentType";
|
|
8
|
-
import { checkRevalidatePath } from "../../utils/routes/revalidatePath";
|
|
9
|
-
import { prepareLocaleVariantRemoval } from "../../utils/localeVariants";
|
|
1
|
+
import { throwAppError } from "../../../lib/errors/index.js";
|
|
2
|
+
import { Logger } from "../../../lib/Logger.js";
|
|
3
|
+
import { ContentComment, Media } from "../../../internal-content-types/index.js";
|
|
4
|
+
import { getMongoService } from "../../../orm/index.js";
|
|
5
|
+
import { checkOwnership } from "../../utils/checkOwnership.js";
|
|
6
|
+
import { deleteMediaStorage } from "./media/deleteMediaStorage.js";
|
|
7
|
+
import { requireContentType } from "../../utils/requireContentType.js";
|
|
8
|
+
import { checkRevalidatePath } from "../../utils/routes/revalidatePath.js";
|
|
9
|
+
import { prepareLocaleVariantRemoval } from "../../utils/localeVariants.js";
|
|
10
10
|
export const deleteHandler = async ({ input, ctx, }) => {
|
|
11
11
|
const db = await getMongoService();
|
|
12
12
|
const { contentType: contentTypeName, id } = input;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DuplicateInput } from "../../../schemas/manager/duplicate";
|
|
2
|
-
import type { RakunRequestContext } from "../../context";
|
|
1
|
+
import type { DuplicateInput } from "../../../schemas/manager/duplicate.js";
|
|
2
|
+
import type { RakunRequestContext } from "../../context.js";
|
|
3
3
|
export declare const duplicateHandler: ({ input, ctx, }: {
|
|
4
4
|
input: DuplicateInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -8,12 +8,12 @@ export declare const duplicateHandler: ({ input, ctx, }: {
|
|
|
8
8
|
_type: string;
|
|
9
9
|
_id: string;
|
|
10
10
|
_schemaVersion?: number | undefined;
|
|
11
|
-
_visibility?: import("
|
|
12
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
11
|
+
_visibility?: import("../../../index.js").DocumentVisibility | undefined;
|
|
12
|
+
_visibilityBeforeTrash?: Exclude<import("../../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
13
13
|
_trashed?: boolean | undefined;
|
|
14
14
|
_revision?: number | undefined;
|
|
15
15
|
_localeVariantGroupId?: string | undefined;
|
|
16
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
16
|
+
_localeVariantRole?: import("zod").infer<typeof import("../../../index.js").LocaleVariantRole> | undefined;
|
|
17
17
|
trashedAt?: Date | undefined;
|
|
18
18
|
trashedBy?: string | undefined;
|
|
19
19
|
createdAt?: Date | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Logger } from "../../../lib/Logger";
|
|
2
|
-
import { getMongoService } from "../../../orm";
|
|
3
|
-
import { checkOwnership } from "../../utils/checkOwnership";
|
|
4
|
-
import { requireContentType } from "../../utils/requireContentType";
|
|
5
|
-
import { createHandler } from "./create";
|
|
1
|
+
import { Logger } from "../../../lib/Logger.js";
|
|
2
|
+
import { getMongoService } from "../../../orm/index.js";
|
|
3
|
+
import { checkOwnership } from "../../utils/checkOwnership.js";
|
|
4
|
+
import { requireContentType } from "../../utils/requireContentType.js";
|
|
5
|
+
import { createHandler } from "./create.js";
|
|
6
6
|
const COPY_SUFFIX = "-copy";
|
|
7
7
|
const SYSTEM_DUPLICATE_FIELDS = new Set([
|
|
8
8
|
"_id",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { RakunRequestContext } from "../../context";
|
|
2
|
-
import type { ListFavoritesInput, ListFavoritesOutput, ToggleFavoriteInput, ToggleFavoriteOutput } from "../../../schemas/manager/favorites";
|
|
1
|
+
import type { RakunRequestContext } from "../../context.js";
|
|
2
|
+
import type { ListFavoritesInput, ListFavoritesOutput, ToggleFavoriteInput, ToggleFavoriteOutput } from "../../../schemas/manager/favorites.js";
|
|
3
3
|
export declare const listFavoritesHandler: ({ input, ctx, }: {
|
|
4
4
|
input: ListFavoritesInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ManagerFavorite, ManagerUser } from "../../../internal-content-types";
|
|
2
|
-
import { getContentTypeByName } from "../../../lib/Registry";
|
|
3
|
-
import { getMongoService } from "../../../orm";
|
|
4
|
-
import { checkOwnership } from "../../utils/checkOwnership";
|
|
5
|
-
import { requireContentType } from "../../utils/requireContentType";
|
|
1
|
+
import { ManagerFavorite, ManagerUser } from "../../../internal-content-types/index.js";
|
|
2
|
+
import { getContentTypeByName } from "../../../lib/Registry.js";
|
|
3
|
+
import { getMongoService } from "../../../orm/index.js";
|
|
4
|
+
import { checkOwnership } from "../../utils/checkOwnership.js";
|
|
5
|
+
import { requireContentType } from "../../utils/requireContentType.js";
|
|
6
6
|
const favoriteFilter = ({ userId, contentType, documentId, }) => ({
|
|
7
7
|
"user._id": userId,
|
|
8
8
|
...(contentType ? { contentType } : {}),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../context";
|
|
2
|
-
import { GetInput } from "../../../schemas/manager/get";
|
|
1
|
+
import { RakunRequestContext } from "../../context.js";
|
|
2
|
+
import { GetInput } from "../../../schemas/manager/get.js";
|
|
3
3
|
export declare const getHandler: ({ input, ctx, }: {
|
|
4
4
|
input: GetInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { throwAppError } from "../../../lib/errors";
|
|
2
|
-
import { Logger } from "../../../lib/Logger";
|
|
3
|
-
import { Media } from "../../../internal-content-types";
|
|
4
|
-
import { getMongoService } from "../../../orm";
|
|
5
|
-
import { checkOwnership } from "../../utils/checkOwnership";
|
|
6
|
-
import { requireContentType } from "../../utils/requireContentType";
|
|
7
|
-
import { syncConfiguredRoutes } from "../../utils/routes/syncConfiguredRoutes";
|
|
8
|
-
import { sanitizeManagerOutput } from "../../utils/sanitizeManagerOutput";
|
|
9
|
-
import { resolveMediaRecordUrls } from "./media/resolveMediaRecordUrls";
|
|
1
|
+
import { throwAppError } from "../../../lib/errors/index.js";
|
|
2
|
+
import { Logger } from "../../../lib/Logger.js";
|
|
3
|
+
import { Media } from "../../../internal-content-types/index.js";
|
|
4
|
+
import { getMongoService } from "../../../orm/index.js";
|
|
5
|
+
import { checkOwnership } from "../../utils/checkOwnership.js";
|
|
6
|
+
import { requireContentType } from "../../utils/requireContentType.js";
|
|
7
|
+
import { syncConfiguredRoutes } from "../../utils/routes/syncConfiguredRoutes.js";
|
|
8
|
+
import { sanitizeManagerOutput } from "../../utils/sanitizeManagerOutput.js";
|
|
9
|
+
import { resolveMediaRecordUrls } from "./media/resolveMediaRecordUrls.js";
|
|
10
10
|
export const getHandler = async ({ input, ctx, }) => {
|
|
11
11
|
const db = await getMongoService();
|
|
12
12
|
const { contentType: contentTypeName, id } = input;
|
|
@@ -4,14 +4,14 @@ export declare const languagesHandler: () => Promise<{
|
|
|
4
4
|
default: boolean;
|
|
5
5
|
_type: "Language";
|
|
6
6
|
_id: string;
|
|
7
|
-
parent?: import("
|
|
7
|
+
parent?: import("../../../index.js").SelfRelationValue<string> | undefined;
|
|
8
8
|
_schemaVersion?: number | undefined;
|
|
9
|
-
_visibility?: import("
|
|
10
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
9
|
+
_visibility?: import("../../../index.js").DocumentVisibility | undefined;
|
|
10
|
+
_visibilityBeforeTrash?: Exclude<import("../../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
11
11
|
_trashed?: boolean | undefined;
|
|
12
12
|
_revision?: number | undefined;
|
|
13
13
|
_localeVariantGroupId?: string | undefined;
|
|
14
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
14
|
+
_localeVariantRole?: import("zod").infer<typeof import("../../../index.js").LocaleVariantRole> | undefined;
|
|
15
15
|
trashedAt?: Date | undefined;
|
|
16
16
|
trashedBy?: string | undefined;
|
|
17
17
|
createdAt?: Date | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../context";
|
|
2
|
-
import { ListInput } from "../../../schemas/manager/list";
|
|
1
|
+
import { RakunRequestContext } from "../../context.js";
|
|
2
|
+
import { ListInput } from "../../../schemas/manager/list.js";
|
|
3
3
|
export declare const listHandler: ({ input, ctx, }: {
|
|
4
4
|
input: ListInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Logger } from "../../../lib/Logger";
|
|
2
|
-
import { getContentPermission, hasPermissions } from "../../../lib/Permissions";
|
|
3
|
-
import { Media } from "../../../internal-content-types";
|
|
4
|
-
import { getRakunBootstrapOptions } from "../../../bootstrapState";
|
|
5
|
-
import { LOCALE_VARIANT_ROLE_FIELD } from "../../../lib/localeVariants";
|
|
6
|
-
import { getMongoService } from "../../../orm";
|
|
7
|
-
import { checkAnyPermissions } from "../../utils/checkPermissions";
|
|
8
|
-
import { populateRelations } from "../../utils/populates/populateRelations";
|
|
9
|
-
import { requireContentType } from "../../utils/requireContentType";
|
|
10
|
-
import { syncConfiguredRoutes } from "../../utils/routes/syncConfiguredRoutes";
|
|
11
|
-
import { parseSafeManagerQuery } from "../../utils/safeManagerQuery";
|
|
12
|
-
import { sanitizeManagerOutput } from "../../utils/sanitizeManagerOutput";
|
|
13
|
-
import { resolveMediaRecordUrls } from "./media/resolveMediaRecordUrls";
|
|
1
|
+
import { Logger } from "../../../lib/Logger.js";
|
|
2
|
+
import { getContentPermission, hasPermissions } from "../../../lib/Permissions.js";
|
|
3
|
+
import { Media } from "../../../internal-content-types/index.js";
|
|
4
|
+
import { getRakunBootstrapOptions } from "../../../bootstrapState.js";
|
|
5
|
+
import { LOCALE_VARIANT_ROLE_FIELD } from "../../../lib/localeVariants.js";
|
|
6
|
+
import { getMongoService } from "../../../orm/index.js";
|
|
7
|
+
import { checkAnyPermissions } from "../../utils/checkPermissions.js";
|
|
8
|
+
import { populateRelations } from "../../utils/populates/populateRelations.js";
|
|
9
|
+
import { requireContentType } from "../../utils/requireContentType.js";
|
|
10
|
+
import { syncConfiguredRoutes } from "../../utils/routes/syncConfiguredRoutes.js";
|
|
11
|
+
import { parseSafeManagerQuery } from "../../utils/safeManagerQuery.js";
|
|
12
|
+
import { sanitizeManagerOutput } from "../../utils/sanitizeManagerOutput.js";
|
|
13
|
+
import { resolveMediaRecordUrls } from "./media/resolveMediaRecordUrls.js";
|
|
14
14
|
export const listHandler = async ({ input, ctx, }) => {
|
|
15
15
|
const db = await getMongoService();
|
|
16
16
|
const { contentType: contentTypeName } = input;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { ListLiteralsInput, ListLiteralsOutput } from "../../../../schemas/manager/literals/list";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { ListLiteralsInput, ListLiteralsOutput } from "../../../../schemas/manager/literals/list.js";
|
|
3
3
|
export declare const listLiteralsHandler: ({ input, ctx, }: {
|
|
4
4
|
input: ListLiteralsInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Language, LiteralTranslation, } from "../../../../internal-content-types";
|
|
2
|
-
import { Logger } from "../../../../lib/Logger";
|
|
3
|
-
import { getLiteralDefinitions, validateIcuVariables, } from "../../../../literals";
|
|
4
|
-
import { getMongoService } from "../../../../orm";
|
|
5
|
-
import { checkAnyPermissions } from "../../../utils/checkPermissions";
|
|
1
|
+
import { Language, LiteralTranslation, } from "../../../../internal-content-types/index.js";
|
|
2
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
3
|
+
import { getLiteralDefinitions, validateIcuVariables, } from "../../../../literals/index.js";
|
|
4
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
5
|
+
import { checkAnyPermissions } from "../../../utils/checkPermissions.js";
|
|
6
6
|
const emptyValidation = {
|
|
7
7
|
isValid: true,
|
|
8
8
|
missing: [],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { UpsertLiteralInput, UpsertLiteralOutput } from "../../../../schemas/manager/literals/upsert";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { UpsertLiteralInput, UpsertLiteralOutput } from "../../../../schemas/manager/literals/upsert.js";
|
|
3
3
|
export declare const upsertLiteralHandler: ({ input, ctx, }: {
|
|
4
4
|
input: UpsertLiteralInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { LiteralTranslation } from "../../../../internal-content-types";
|
|
2
|
-
import { throwAppError } from "../../../../lib/errors";
|
|
3
|
-
import { Logger } from "../../../../lib/Logger";
|
|
4
|
-
import { getLiteralDefinition, validateIcuVariables, } from "../../../../literals";
|
|
5
|
-
import { getMongoService } from "../../../../orm";
|
|
6
|
-
import { checkPermissions } from "../../../utils/checkPermissions";
|
|
1
|
+
import { LiteralTranslation } from "../../../../internal-content-types/index.js";
|
|
2
|
+
import { throwAppError } from "../../../../lib/errors/index.js";
|
|
3
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
4
|
+
import { getLiteralDefinition, validateIcuVariables, } from "../../../../literals/index.js";
|
|
5
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
6
|
+
import { checkPermissions } from "../../../utils/checkPermissions.js";
|
|
7
7
|
export const upsertLiteralHandler = async ({ input, ctx, }) => {
|
|
8
8
|
const user = ctx.getUser();
|
|
9
9
|
checkPermissions(user, ["content.LiteralTranslation.updateAny"]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { LocaleVariantAssignInput, LocaleVariantCreateInput, LocaleVariantCreateOutput, LocaleVariantListInput, LocaleVariantListOutput, LocaleVariantUnassignInput } from "../../../schemas/manager/localeVariants";
|
|
2
|
-
import type { RakunRequestContext } from "../../context";
|
|
1
|
+
import type { LocaleVariantAssignInput, LocaleVariantCreateInput, LocaleVariantCreateOutput, LocaleVariantListInput, LocaleVariantListOutput, LocaleVariantUnassignInput } from "../../../schemas/manager/localeVariants.js";
|
|
2
|
+
import type { RakunRequestContext } from "../../context.js";
|
|
3
3
|
export declare const listLocaleVariantsHandler: ({ input, ctx, }: {
|
|
4
4
|
input: LocaleVariantListInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -31,14 +31,14 @@ export declare const assignLocaleVariantHandler: ({ input, ctx, }: {
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
_type: "Language";
|
|
33
33
|
_id: string;
|
|
34
|
-
parent?: import("
|
|
34
|
+
parent?: import("../../../index.js").SelfRelationValue<string> | undefined;
|
|
35
35
|
_schemaVersion?: number | undefined;
|
|
36
|
-
_visibility?: import("
|
|
37
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
36
|
+
_visibility?: import("../../../index.js").DocumentVisibility | undefined;
|
|
37
|
+
_visibilityBeforeTrash?: Exclude<import("../../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
38
38
|
_trashed?: boolean | undefined;
|
|
39
39
|
_revision?: number | undefined;
|
|
40
40
|
_localeVariantGroupId?: string | undefined;
|
|
41
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
41
|
+
_localeVariantRole?: import("zod").infer<typeof import("../../../index.js").LocaleVariantRole> | undefined;
|
|
42
42
|
trashedAt?: Date | undefined;
|
|
43
43
|
createdAt?: Date | undefined;
|
|
44
44
|
updatedAt?: Date | undefined;
|
|
@@ -55,14 +55,14 @@ export declare const assignLocaleVariantHandler: ({ input, ctx, }: {
|
|
|
55
55
|
default: boolean;
|
|
56
56
|
_type: "Language";
|
|
57
57
|
_id: string;
|
|
58
|
-
parent?: import("
|
|
58
|
+
parent?: import("../../../index.js").SelfRelationValue<string> | undefined;
|
|
59
59
|
_schemaVersion?: number | undefined;
|
|
60
|
-
_visibility?: import("
|
|
61
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
60
|
+
_visibility?: import("../../../index.js").DocumentVisibility | undefined;
|
|
61
|
+
_visibilityBeforeTrash?: Exclude<import("../../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
62
62
|
_trashed?: boolean | undefined;
|
|
63
63
|
_revision?: number | undefined;
|
|
64
64
|
_localeVariantGroupId?: string | undefined;
|
|
65
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
65
|
+
_localeVariantRole?: import("zod").infer<typeof import("../../../index.js").LocaleVariantRole> | undefined;
|
|
66
66
|
trashedAt?: Date | undefined;
|
|
67
67
|
createdAt?: Date | undefined;
|
|
68
68
|
updatedAt?: Date | undefined;
|
|
@@ -92,14 +92,14 @@ export declare const unassignLocaleVariantHandler: ({ input, ctx, }: {
|
|
|
92
92
|
default: boolean;
|
|
93
93
|
_type: "Language";
|
|
94
94
|
_id: string;
|
|
95
|
-
parent?: import("
|
|
95
|
+
parent?: import("../../../index.js").SelfRelationValue<string> | undefined;
|
|
96
96
|
_schemaVersion?: number | undefined;
|
|
97
|
-
_visibility?: import("
|
|
98
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
97
|
+
_visibility?: import("../../../index.js").DocumentVisibility | undefined;
|
|
98
|
+
_visibilityBeforeTrash?: Exclude<import("../../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
99
99
|
_trashed?: boolean | undefined;
|
|
100
100
|
_revision?: number | undefined;
|
|
101
101
|
_localeVariantGroupId?: string | undefined;
|
|
102
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
102
|
+
_localeVariantRole?: import("zod").infer<typeof import("../../../index.js").LocaleVariantRole> | undefined;
|
|
103
103
|
trashedAt?: Date | undefined;
|
|
104
104
|
createdAt?: Date | undefined;
|
|
105
105
|
updatedAt?: Date | undefined;
|
|
@@ -116,14 +116,14 @@ export declare const unassignLocaleVariantHandler: ({ input, ctx, }: {
|
|
|
116
116
|
default: boolean;
|
|
117
117
|
_type: "Language";
|
|
118
118
|
_id: string;
|
|
119
|
-
parent?: import("
|
|
119
|
+
parent?: import("../../../index.js").SelfRelationValue<string> | undefined;
|
|
120
120
|
_schemaVersion?: number | undefined;
|
|
121
|
-
_visibility?: import("
|
|
122
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
121
|
+
_visibility?: import("../../../index.js").DocumentVisibility | undefined;
|
|
122
|
+
_visibilityBeforeTrash?: Exclude<import("../../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
123
123
|
_trashed?: boolean | undefined;
|
|
124
124
|
_revision?: number | undefined;
|
|
125
125
|
_localeVariantGroupId?: string | undefined;
|
|
126
|
-
_localeVariantRole?: import("zod").infer<typeof import("
|
|
126
|
+
_localeVariantRole?: import("zod").infer<typeof import("../../../index.js").LocaleVariantRole> | undefined;
|
|
127
127
|
trashedAt?: Date | undefined;
|
|
128
128
|
createdAt?: Date | undefined;
|
|
129
129
|
updatedAt?: Date | undefined;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { getRakunBootstrapOptions } from "../../../bootstrapState";
|
|
2
|
-
import { RouteLocaleVariant } from "../../../internal-content-types";
|
|
3
|
-
import { throwAppError } from "../../../lib/errors";
|
|
4
|
-
import { getContentPermission } from "../../../lib/Permissions";
|
|
5
|
-
import { getTranslation } from "../../../lib/utils/getTranslation";
|
|
6
|
-
import { getLocaleVariantGroupId, getLocaleVariantRole, LOCALE_VARIANT_GROUP_FIELD, LOCALE_VARIANT_ROLE_FIELD, } from "../../../lib/localeVariants";
|
|
7
|
-
import { getMongoService } from "../../../orm";
|
|
8
|
-
import { checkPermissions } from "../../utils/checkPermissions";
|
|
9
|
-
import { checkOwnership } from "../../utils/checkOwnership";
|
|
10
|
-
import { getLanguages } from "../../utils/getLanguages";
|
|
11
|
-
import { requireContentType } from "../../utils/requireContentType";
|
|
12
|
-
import { routeSignature } from "../../utils/routes/routeDefinitions";
|
|
13
|
-
import { loadRouteData } from "../../utils/routes/routeMapHelpers";
|
|
14
|
-
import { updateSingleRouteMap } from "../../utils/routes/updateRoutesMap";
|
|
15
|
-
import { createHandler } from "./create";
|
|
1
|
+
import { getRakunBootstrapOptions } from "../../../bootstrapState.js";
|
|
2
|
+
import { RouteLocaleVariant } from "../../../internal-content-types/index.js";
|
|
3
|
+
import { throwAppError } from "../../../lib/errors/index.js";
|
|
4
|
+
import { getContentPermission } from "../../../lib/Permissions.js";
|
|
5
|
+
import { getTranslation } from "../../../lib/utils/getTranslation.js";
|
|
6
|
+
import { getLocaleVariantGroupId, getLocaleVariantRole, LOCALE_VARIANT_GROUP_FIELD, LOCALE_VARIANT_ROLE_FIELD, } from "../../../lib/localeVariants.js";
|
|
7
|
+
import { getMongoService } from "../../../orm/index.js";
|
|
8
|
+
import { checkPermissions } from "../../utils/checkPermissions.js";
|
|
9
|
+
import { checkOwnership } from "../../utils/checkOwnership.js";
|
|
10
|
+
import { getLanguages } from "../../utils/getLanguages.js";
|
|
11
|
+
import { requireContentType } from "../../utils/requireContentType.js";
|
|
12
|
+
import { routeSignature } from "../../utils/routes/routeDefinitions.js";
|
|
13
|
+
import { loadRouteData } from "../../utils/routes/routeMapHelpers.js";
|
|
14
|
+
import { updateSingleRouteMap } from "../../utils/routes/updateRoutesMap.js";
|
|
15
|
+
import { createHandler } from "./create.js";
|
|
16
16
|
const SYSTEM_CLONE_FIELDS = new Set([
|
|
17
17
|
"_id",
|
|
18
18
|
"_revision",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { CreateFolderInput, CreateFolderOutput } from "../../../../schemas/manager/media/createFolder";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { CreateFolderInput, CreateFolderOutput } from "../../../../schemas/manager/media/createFolder.js";
|
|
3
3
|
export declare const createFolderHandler: ({ input, ctx, }: {
|
|
4
4
|
input: CreateFolderInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MediaFolder } from "../../../../internal-content-types";
|
|
2
|
-
import { throwAppError } from "../../../../lib/errors";
|
|
3
|
-
import { hasPermissions } from "../../../../lib/Permissions";
|
|
4
|
-
import { slugify } from "../../../../lib/utils/slugify";
|
|
5
|
-
import { getMongoService } from "../../../../orm";
|
|
6
|
-
import { DbErrorInvalidData, DbErrorConflict, } from "../../../../orm/dbService";
|
|
7
|
-
import { checkPermissions } from "../../../utils/checkPermissions";
|
|
1
|
+
import { MediaFolder } from "../../../../internal-content-types/index.js";
|
|
2
|
+
import { throwAppError } from "../../../../lib/errors/index.js";
|
|
3
|
+
import { hasPermissions } from "../../../../lib/Permissions.js";
|
|
4
|
+
import { slugify } from "../../../../lib/utils/slugify.js";
|
|
5
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
6
|
+
import { DbErrorInvalidData, DbErrorConflict, } from "../../../../orm/dbService.js";
|
|
7
|
+
import { checkPermissions } from "../../../utils/checkPermissions.js";
|
|
8
8
|
const normalizePath = (value) => value
|
|
9
9
|
.trim()
|
|
10
10
|
.replace(/\\/g, "/")
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { DeleteFolderInput, DeleteFolderOutput } from "../../../../schemas/manager/media/deleteFolder";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { DeleteFolderInput, DeleteFolderOutput } from "../../../../schemas/manager/media/deleteFolder.js";
|
|
3
3
|
export declare const deleteFolderHandler: ({ input, ctx, }: {
|
|
4
4
|
input: DeleteFolderInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Media, MediaFolder } from "../../../../internal-content-types";
|
|
2
|
-
import { throwAppError } from "../../../../lib/errors";
|
|
3
|
-
import { Logger } from "../../../../lib/Logger";
|
|
4
|
-
import { hasPermissions } from "../../../../lib/Permissions";
|
|
5
|
-
import { getMongoService } from "../../../../orm";
|
|
6
|
-
import { checkAnyPermissions } from "../../../utils/checkPermissions";
|
|
7
|
-
import { deleteMediaStorage } from "./deleteMediaStorage";
|
|
1
|
+
import { Media, MediaFolder } from "../../../../internal-content-types/index.js";
|
|
2
|
+
import { throwAppError } from "../../../../lib/errors/index.js";
|
|
3
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
4
|
+
import { hasPermissions } from "../../../../lib/Permissions.js";
|
|
5
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
6
|
+
import { checkAnyPermissions } from "../../../utils/checkPermissions.js";
|
|
7
|
+
import { deleteMediaStorage } from "./deleteMediaStorage.js";
|
|
8
8
|
export const deleteFolderHandler = async ({ input, ctx, }) => {
|
|
9
9
|
const user = ctx.getUser();
|
|
10
10
|
const db = await getMongoService();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Logger } from "../../../../lib/Logger";
|
|
2
|
-
import { getMediaService } from "../../../../media";
|
|
1
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
2
|
+
import { getMediaService } from "../../../../media/index.js";
|
|
3
3
|
const getSizeKeys = (sizes) => {
|
|
4
4
|
if (!Array.isArray(sizes))
|
|
5
5
|
return [];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { FinalizeUploadInput, FinalizeUploadOutput } from "../../../../schemas/manager/media/finalizeUpload";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { FinalizeUploadInput, FinalizeUploadOutput } from "../../../../schemas/manager/media/finalizeUpload.js";
|
|
3
3
|
export declare const finalizeUploadHandler: ({ input, ctx, }: {
|
|
4
4
|
input: FinalizeUploadInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { MediaFolder, Media } from "../../../../internal-content-types";
|
|
2
|
-
import { isAppError, throwAppError } from "../../../../lib/errors";
|
|
3
|
-
import { Logger } from "../../../../lib/Logger";
|
|
4
|
-
import { hasPermissions } from "../../../../lib/Permissions";
|
|
5
|
-
import { MediaError, MediaErrorInvalidData, MediaErrorNotFound, getMediaService, } from "../../../../media";
|
|
6
|
-
import { getMongoService } from "../../../../orm";
|
|
7
|
-
import { DbErrorConflict, DbErrorInvalidData, } from "../../../../orm/dbService";
|
|
8
|
-
import { checkPermissions } from "../../../utils/checkPermissions";
|
|
9
|
-
import { verifyMediaUploadToken } from "../../../utils/mediaUploadToken";
|
|
10
|
-
import { slugify } from "../../../../lib/utils/slugify";
|
|
11
|
-
import { resolveMediaRecordUrls } from "./resolveMediaRecordUrls";
|
|
1
|
+
import { MediaFolder, Media } from "../../../../internal-content-types/index.js";
|
|
2
|
+
import { isAppError, throwAppError } from "../../../../lib/errors/index.js";
|
|
3
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
4
|
+
import { hasPermissions } from "../../../../lib/Permissions.js";
|
|
5
|
+
import { MediaError, MediaErrorInvalidData, MediaErrorNotFound, getMediaService, } from "../../../../media/index.js";
|
|
6
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
7
|
+
import { DbErrorConflict, DbErrorInvalidData, } from "../../../../orm/dbService.js";
|
|
8
|
+
import { checkPermissions } from "../../../utils/checkPermissions.js";
|
|
9
|
+
import { verifyMediaUploadToken } from "../../../utils/mediaUploadToken.js";
|
|
10
|
+
import { slugify } from "../../../../lib/utils/slugify.js";
|
|
11
|
+
import { resolveMediaRecordUrls } from "./resolveMediaRecordUrls.js";
|
|
12
12
|
const normalizePath = (value) => value
|
|
13
13
|
.trim()
|
|
14
14
|
.replace(/\\/g, "/")
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GetMediaUrlInput, GetMediaUrlOutput } from "../../../../media";
|
|
2
|
-
import { RakunRequestContext } from "../../../context";
|
|
1
|
+
import { GetMediaUrlInput, GetMediaUrlOutput } from "../../../../media/index.js";
|
|
2
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
3
3
|
export declare const getMediaUrlHandler: ({ input, ctx, }: {
|
|
4
4
|
input: GetMediaUrlInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { isAppError, throwAppError } from "../../../../lib/errors";
|
|
2
|
-
import { Media } from "../../../../internal-content-types";
|
|
3
|
-
import { hasPermissions } from "../../../../lib/Permissions";
|
|
4
|
-
import { MediaErrorInvalidData, MediaErrorNotFound, getMediaService, } from "../../../../media";
|
|
5
|
-
import { getMongoService } from "../../../../orm";
|
|
6
|
-
import { checkAnyPermissions } from "../../../utils/checkPermissions";
|
|
1
|
+
import { isAppError, throwAppError } from "../../../../lib/errors/index.js";
|
|
2
|
+
import { Media } from "../../../../internal-content-types/index.js";
|
|
3
|
+
import { hasPermissions } from "../../../../lib/Permissions.js";
|
|
4
|
+
import { MediaErrorInvalidData, MediaErrorNotFound, getMediaService, } from "../../../../media/index.js";
|
|
5
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
6
|
+
import { checkAnyPermissions } from "../../../utils/checkPermissions.js";
|
|
7
7
|
const mapMediaError = (error) => {
|
|
8
8
|
if (error instanceof MediaErrorInvalidData) {
|
|
9
9
|
throwAppError("VALIDATION", {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { ListFoldersInput, ListFoldersOutput } from "../../../../schemas/manager/media/listFolders";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { ListFoldersInput, ListFoldersOutput } from "../../../../schemas/manager/media/listFolders.js";
|
|
3
3
|
export declare const listFoldersHandler: ({ input, ctx, }: {
|
|
4
4
|
input: ListFoldersInput;
|
|
5
5
|
ctx: RakunRequestContext;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MediaFolder } from "../../../../internal-content-types";
|
|
2
|
-
import { hasPermissions } from "../../../../lib/Permissions";
|
|
3
|
-
import { getMongoService } from "../../../../orm";
|
|
4
|
-
import { checkAnyPermissions } from "../../../utils/checkPermissions";
|
|
1
|
+
import { MediaFolder } from "../../../../internal-content-types/index.js";
|
|
2
|
+
import { hasPermissions } from "../../../../lib/Permissions.js";
|
|
3
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
4
|
+
import { checkAnyPermissions } from "../../../utils/checkPermissions.js";
|
|
5
5
|
export const listFoldersHandler = async ({ input, ctx, }) => {
|
|
6
6
|
const user = ctx.getUser();
|
|
7
7
|
const db = await getMongoService();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PrepareUploadInput } from "../../../../media";
|
|
2
|
-
import type { PrepareUploadOutput } from "../../../../schemas/manager/media/prepareUpload";
|
|
3
|
-
import { RakunRequestContext } from "../../../context";
|
|
1
|
+
import { PrepareUploadInput } from "../../../../media/index.js";
|
|
2
|
+
import type { PrepareUploadOutput } from "../../../../schemas/manager/media/prepareUpload.js";
|
|
3
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
4
4
|
export declare const prepareUploadHandler: ({ input, ctx, }: {
|
|
5
5
|
input: PrepareUploadInput;
|
|
6
6
|
ctx: RakunRequestContext;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { throwAppError } from "../../../../lib/errors";
|
|
2
|
-
import { Logger } from "../../../../lib/Logger";
|
|
3
|
-
import { MediaErrorInvalidData, MediaErrorNotFound, getMediaService, } from "../../../../media";
|
|
4
|
-
import { checkPermissions } from "../../../utils/checkPermissions";
|
|
5
|
-
import { createMediaUploadToken } from "../../../utils/mediaUploadToken";
|
|
1
|
+
import { throwAppError } from "../../../../lib/errors/index.js";
|
|
2
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
3
|
+
import { MediaErrorInvalidData, MediaErrorNotFound, getMediaService, } from "../../../../media/index.js";
|
|
4
|
+
import { checkPermissions } from "../../../utils/checkPermissions.js";
|
|
5
|
+
import { createMediaUploadToken } from "../../../utils/mediaUploadToken.js";
|
|
6
6
|
const mapMediaError = (error) => {
|
|
7
7
|
Logger.error("manager.media.prepareUpload failed", {
|
|
8
8
|
error: error instanceof Error ? error.message : String(error),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getMediaService } from "../../../../media";
|
|
1
|
+
import { getMediaService } from "../../../../media/index.js";
|
|
2
2
|
const getMediaAccess = (value) => value === "private" ? "private" : "public";
|
|
3
3
|
const getStoredUrl = (value) => typeof value === "string" && value ? value : undefined;
|
|
4
4
|
const resolveMediaUrl = async ({ key, access, fallback, }) => {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import z from "zod";
|
|
2
|
-
import { getAppErrorStatusCode, isAppError, throwAppError, } from "../../../../lib/errors";
|
|
3
|
-
import { Logger } from "../../../../lib/Logger";
|
|
4
|
-
import { getMediaService } from "../../../../media";
|
|
5
|
-
import { optimizeImageUpload } from "../../../../media/imageOptimization";
|
|
6
|
-
import { createRequestContext } from "../../../context";
|
|
7
|
-
import { checkPermissions } from "../../../utils/checkPermissions";
|
|
8
|
-
import { verifyMediaUploadToken } from "../../../utils/mediaUploadToken";
|
|
2
|
+
import { getAppErrorStatusCode, isAppError, throwAppError, } from "../../../../lib/errors/index.js";
|
|
3
|
+
import { Logger } from "../../../../lib/Logger.js";
|
|
4
|
+
import { getMediaService } from "../../../../media/index.js";
|
|
5
|
+
import { optimizeImageUpload } from "../../../../media/imageOptimization.js";
|
|
6
|
+
import { createRequestContext } from "../../../context.js";
|
|
7
|
+
import { checkPermissions } from "../../../utils/checkPermissions.js";
|
|
8
|
+
import { verifyMediaUploadToken } from "../../../utils/mediaUploadToken.js";
|
|
9
9
|
const uploadHeadersSchema = z.object({
|
|
10
10
|
key: z.string().min(1),
|
|
11
11
|
access: z.enum(["public", "private"]).default("public"),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RakunRequestContext } from "../../../context";
|
|
2
|
-
import { ListMigrationsOutput } from "../../../../schemas/manager/migrations";
|
|
1
|
+
import { RakunRequestContext } from "../../../context.js";
|
|
2
|
+
import { ListMigrationsOutput } from "../../../../schemas/manager/migrations.js";
|
|
3
3
|
export declare const listMigrationsHandler: ({ ctx, }: {
|
|
4
4
|
ctx: RakunRequestContext;
|
|
5
5
|
}) => Promise<ListMigrationsOutput>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getMongoService } from "../../../../orm";
|
|
2
|
-
import { checkPermissions } from "../../../utils/checkPermissions";
|
|
1
|
+
import { getMongoService } from "../../../../orm/index.js";
|
|
2
|
+
import { checkPermissions } from "../../../utils/checkPermissions.js";
|
|
3
3
|
export const listMigrationsHandler = async ({ ctx, }) => {
|
|
4
4
|
const user = ctx.getUser();
|
|
5
5
|
checkPermissions(user, ["content.Migration.readAny"]);
|