@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
|
@@ -101,12 +101,12 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
101
101
|
} | undefined;
|
|
102
102
|
twitterImageAlt?: string | undefined;
|
|
103
103
|
_schemaVersion?: number | undefined;
|
|
104
|
-
_visibility?: import("
|
|
105
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
104
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
105
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
106
106
|
_trashed?: boolean | undefined;
|
|
107
107
|
_revision?: number | undefined;
|
|
108
108
|
_localeVariantGroupId?: string | undefined;
|
|
109
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
109
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
110
110
|
trashedAt?: Date | undefined;
|
|
111
111
|
createdAt?: Date | undefined;
|
|
112
112
|
updatedAt?: Date | undefined;
|
|
@@ -203,12 +203,12 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
203
203
|
} | undefined;
|
|
204
204
|
twitterImageAlt?: string | undefined;
|
|
205
205
|
_schemaVersion?: number | undefined;
|
|
206
|
-
_visibility?: import("
|
|
207
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
206
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
207
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
208
208
|
_trashed?: boolean | undefined;
|
|
209
209
|
_revision?: number | undefined;
|
|
210
210
|
_localeVariantGroupId?: string | undefined;
|
|
211
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
211
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
212
212
|
trashedAt?: Date | undefined;
|
|
213
213
|
createdAt?: Date | undefined;
|
|
214
214
|
updatedAt?: Date | undefined;
|
|
@@ -305,12 +305,12 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
305
305
|
} | undefined;
|
|
306
306
|
twitterImageAlt?: string | undefined;
|
|
307
307
|
_schemaVersion?: number | undefined;
|
|
308
|
-
_visibility?: import("
|
|
309
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
308
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
309
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
310
310
|
_trashed?: boolean | undefined;
|
|
311
311
|
_revision?: number | undefined;
|
|
312
312
|
_localeVariantGroupId?: string | undefined;
|
|
313
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
313
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
314
314
|
trashedAt?: Date | undefined;
|
|
315
315
|
createdAt?: Date | undefined;
|
|
316
316
|
updatedAt?: Date | undefined;
|
|
@@ -407,12 +407,12 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
407
407
|
} | undefined;
|
|
408
408
|
twitterImageAlt?: string | undefined;
|
|
409
409
|
_schemaVersion?: number | undefined;
|
|
410
|
-
_visibility?: import("
|
|
411
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
410
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
411
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
412
412
|
_trashed?: boolean | undefined;
|
|
413
413
|
_revision?: number | undefined;
|
|
414
414
|
_localeVariantGroupId?: string | undefined;
|
|
415
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
415
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
416
416
|
trashedAt?: Date | undefined;
|
|
417
417
|
createdAt?: Date | undefined;
|
|
418
418
|
updatedAt?: Date | undefined;
|
|
@@ -539,12 +539,12 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
539
539
|
} | undefined;
|
|
540
540
|
twitterImageAlt?: string | undefined;
|
|
541
541
|
_schemaVersion?: number | undefined;
|
|
542
|
-
_visibility?: import("
|
|
543
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
542
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
543
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
544
544
|
_trashed?: boolean | undefined;
|
|
545
545
|
_revision?: number | undefined;
|
|
546
546
|
_localeVariantGroupId?: string | undefined;
|
|
547
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
547
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
548
548
|
trashedAt?: Date | undefined;
|
|
549
549
|
createdAt?: Date | undefined;
|
|
550
550
|
updatedAt?: Date | undefined;
|
|
@@ -641,12 +641,12 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
641
641
|
} | undefined;
|
|
642
642
|
twitterImageAlt?: string | undefined;
|
|
643
643
|
_schemaVersion?: number | undefined;
|
|
644
|
-
_visibility?: import("
|
|
645
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
644
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
645
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
646
646
|
_trashed?: boolean | undefined;
|
|
647
647
|
_revision?: number | undefined;
|
|
648
648
|
_localeVariantGroupId?: string | undefined;
|
|
649
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
649
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
650
650
|
trashedAt?: Date | undefined;
|
|
651
651
|
createdAt?: Date | undefined;
|
|
652
652
|
updatedAt?: Date | undefined;
|
|
@@ -743,12 +743,12 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
743
743
|
} | undefined;
|
|
744
744
|
twitterImageAlt?: string | undefined;
|
|
745
745
|
_schemaVersion?: number | undefined;
|
|
746
|
-
_visibility?: import("
|
|
747
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
746
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
747
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
748
748
|
_trashed?: boolean | undefined;
|
|
749
749
|
_revision?: number | undefined;
|
|
750
750
|
_localeVariantGroupId?: string | undefined;
|
|
751
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
751
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
752
752
|
trashedAt?: Date | undefined;
|
|
753
753
|
createdAt?: Date | undefined;
|
|
754
754
|
updatedAt?: Date | undefined;
|
|
@@ -845,12 +845,12 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
845
845
|
} | undefined;
|
|
846
846
|
twitterImageAlt?: string | undefined;
|
|
847
847
|
_schemaVersion?: number | undefined;
|
|
848
|
-
_visibility?: import("
|
|
849
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
848
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
849
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
850
850
|
_trashed?: boolean | undefined;
|
|
851
851
|
_revision?: number | undefined;
|
|
852
852
|
_localeVariantGroupId?: string | undefined;
|
|
853
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
853
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
854
854
|
trashedAt?: Date | undefined;
|
|
855
855
|
createdAt?: Date | undefined;
|
|
856
856
|
updatedAt?: Date | undefined;
|
|
@@ -866,14 +866,14 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
866
866
|
default: boolean;
|
|
867
867
|
_type: "Language";
|
|
868
868
|
_id: string;
|
|
869
|
-
parent?: import("
|
|
869
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
870
870
|
_schemaVersion?: number | undefined;
|
|
871
|
-
_visibility?: import("
|
|
872
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
871
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
872
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
873
873
|
_trashed?: boolean | undefined;
|
|
874
874
|
_revision?: number | undefined;
|
|
875
875
|
_localeVariantGroupId?: string | undefined;
|
|
876
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
876
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
877
877
|
trashedAt?: Date | undefined;
|
|
878
878
|
createdAt?: Date | undefined;
|
|
879
879
|
updatedAt?: Date | undefined;
|
|
@@ -883,14 +883,14 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
883
883
|
default: boolean;
|
|
884
884
|
_type: "Language";
|
|
885
885
|
_id: string;
|
|
886
|
-
parent?: import("
|
|
886
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
887
887
|
_schemaVersion?: number | undefined;
|
|
888
|
-
_visibility?: import("
|
|
889
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
888
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
889
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
890
890
|
_trashed?: boolean | undefined;
|
|
891
891
|
_revision?: number | undefined;
|
|
892
892
|
_localeVariantGroupId?: string | undefined;
|
|
893
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
893
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
894
894
|
trashedAt?: Date | undefined;
|
|
895
895
|
createdAt?: Date | undefined;
|
|
896
896
|
updatedAt?: Date | undefined;
|
|
@@ -900,14 +900,14 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
900
900
|
default: boolean;
|
|
901
901
|
_type: "Language";
|
|
902
902
|
_id: string;
|
|
903
|
-
parent?: import("
|
|
903
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
904
904
|
_schemaVersion?: number | undefined;
|
|
905
|
-
_visibility?: import("
|
|
906
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
905
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
906
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
907
907
|
_trashed?: boolean | undefined;
|
|
908
908
|
_revision?: number | undefined;
|
|
909
909
|
_localeVariantGroupId?: string | undefined;
|
|
910
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
910
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
911
911
|
trashedAt?: Date | undefined;
|
|
912
912
|
createdAt?: Date | undefined;
|
|
913
913
|
updatedAt?: Date | undefined;
|
|
@@ -917,14 +917,14 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
917
917
|
default: boolean;
|
|
918
918
|
_type: "Language";
|
|
919
919
|
_id: string;
|
|
920
|
-
parent?: import("
|
|
920
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
921
921
|
_schemaVersion?: number | undefined;
|
|
922
|
-
_visibility?: import("
|
|
923
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
922
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
923
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
924
924
|
_trashed?: boolean | undefined;
|
|
925
925
|
_revision?: number | undefined;
|
|
926
926
|
_localeVariantGroupId?: string | undefined;
|
|
927
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
927
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
928
928
|
trashedAt?: Date | undefined;
|
|
929
929
|
createdAt?: Date | undefined;
|
|
930
930
|
updatedAt?: Date | undefined;
|
|
@@ -122,12 +122,12 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
122
122
|
} | undefined;
|
|
123
123
|
twitterImageAlt?: string | undefined;
|
|
124
124
|
_schemaVersion?: number | undefined;
|
|
125
|
-
_visibility?: import("
|
|
126
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
125
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
126
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
127
127
|
_trashed?: boolean | undefined;
|
|
128
128
|
_revision?: number | undefined;
|
|
129
129
|
_localeVariantGroupId?: string | undefined;
|
|
130
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
130
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
131
131
|
trashedAt?: Date | undefined;
|
|
132
132
|
createdAt?: Date | undefined;
|
|
133
133
|
updatedAt?: Date | undefined;
|
|
@@ -224,12 +224,12 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
224
224
|
} | undefined;
|
|
225
225
|
twitterImageAlt?: string | undefined;
|
|
226
226
|
_schemaVersion?: number | undefined;
|
|
227
|
-
_visibility?: import("
|
|
228
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
227
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
228
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
229
229
|
_trashed?: boolean | undefined;
|
|
230
230
|
_revision?: number | undefined;
|
|
231
231
|
_localeVariantGroupId?: string | undefined;
|
|
232
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
232
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
233
233
|
trashedAt?: Date | undefined;
|
|
234
234
|
createdAt?: Date | undefined;
|
|
235
235
|
updatedAt?: Date | undefined;
|
|
@@ -326,12 +326,12 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
326
326
|
} | undefined;
|
|
327
327
|
twitterImageAlt?: string | undefined;
|
|
328
328
|
_schemaVersion?: number | undefined;
|
|
329
|
-
_visibility?: import("
|
|
330
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
329
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
330
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
331
331
|
_trashed?: boolean | undefined;
|
|
332
332
|
_revision?: number | undefined;
|
|
333
333
|
_localeVariantGroupId?: string | undefined;
|
|
334
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
334
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
335
335
|
trashedAt?: Date | undefined;
|
|
336
336
|
createdAt?: Date | undefined;
|
|
337
337
|
updatedAt?: Date | undefined;
|
|
@@ -428,12 +428,12 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
428
428
|
} | undefined;
|
|
429
429
|
twitterImageAlt?: string | undefined;
|
|
430
430
|
_schemaVersion?: number | undefined;
|
|
431
|
-
_visibility?: import("
|
|
432
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
431
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
432
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
433
433
|
_trashed?: boolean | undefined;
|
|
434
434
|
_revision?: number | undefined;
|
|
435
435
|
_localeVariantGroupId?: string | undefined;
|
|
436
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
436
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
437
437
|
trashedAt?: Date | undefined;
|
|
438
438
|
createdAt?: Date | undefined;
|
|
439
439
|
updatedAt?: Date | undefined;
|
|
@@ -449,14 +449,14 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
449
449
|
default: boolean;
|
|
450
450
|
_type: "Language";
|
|
451
451
|
_id: string;
|
|
452
|
-
parent?: import("
|
|
452
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
453
453
|
_schemaVersion?: number | undefined;
|
|
454
|
-
_visibility?: import("
|
|
455
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
454
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
455
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
456
456
|
_trashed?: boolean | undefined;
|
|
457
457
|
_revision?: number | undefined;
|
|
458
458
|
_localeVariantGroupId?: string | undefined;
|
|
459
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
459
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
460
460
|
trashedAt?: Date | undefined;
|
|
461
461
|
createdAt?: Date | undefined;
|
|
462
462
|
updatedAt?: Date | undefined;
|
|
@@ -466,14 +466,14 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
466
466
|
default: boolean;
|
|
467
467
|
_type: "Language";
|
|
468
468
|
_id: string;
|
|
469
|
-
parent?: import("
|
|
469
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
470
470
|
_schemaVersion?: number | undefined;
|
|
471
|
-
_visibility?: import("
|
|
472
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
471
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
472
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
473
473
|
_trashed?: boolean | undefined;
|
|
474
474
|
_revision?: number | undefined;
|
|
475
475
|
_localeVariantGroupId?: string | undefined;
|
|
476
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
476
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
477
477
|
trashedAt?: Date | undefined;
|
|
478
478
|
createdAt?: Date | undefined;
|
|
479
479
|
updatedAt?: Date | undefined;
|
|
@@ -483,14 +483,14 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
483
483
|
default: boolean;
|
|
484
484
|
_type: "Language";
|
|
485
485
|
_id: string;
|
|
486
|
-
parent?: import("
|
|
486
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
487
487
|
_schemaVersion?: number | undefined;
|
|
488
|
-
_visibility?: import("
|
|
489
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
488
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
489
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
490
490
|
_trashed?: boolean | undefined;
|
|
491
491
|
_revision?: number | undefined;
|
|
492
492
|
_localeVariantGroupId?: string | undefined;
|
|
493
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
493
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
494
494
|
trashedAt?: Date | undefined;
|
|
495
495
|
createdAt?: Date | undefined;
|
|
496
496
|
updatedAt?: Date | undefined;
|
|
@@ -500,14 +500,14 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
500
500
|
default: boolean;
|
|
501
501
|
_type: "Language";
|
|
502
502
|
_id: string;
|
|
503
|
-
parent?: import("
|
|
503
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
504
504
|
_schemaVersion?: number | undefined;
|
|
505
|
-
_visibility?: import("
|
|
506
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
505
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
506
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
507
507
|
_trashed?: boolean | undefined;
|
|
508
508
|
_revision?: number | undefined;
|
|
509
509
|
_localeVariantGroupId?: string | undefined;
|
|
510
|
-
_localeVariantRole?: z.infer<typeof import("
|
|
510
|
+
_localeVariantRole?: z.infer<typeof import("../../index.js").LocaleVariantRole> | undefined;
|
|
511
511
|
trashedAt?: Date | undefined;
|
|
512
512
|
createdAt?: Date | undefined;
|
|
513
513
|
updatedAt?: Date | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type ContentType from "../lib/ContentType";
|
|
2
|
-
import type { LanguageSchema } from "../internal-content-types/Language";
|
|
3
|
-
import type { TranslationService } from "./translationService";
|
|
1
|
+
import type ContentType from "../lib/ContentType.js";
|
|
2
|
+
import type { LanguageSchema } from "../internal-content-types/Language.js";
|
|
3
|
+
import type { TranslationService } from "./translationService.js";
|
|
4
4
|
export type DocumentTranslationPatchInput = {
|
|
5
5
|
contentType: ContentType;
|
|
6
6
|
document: Record<string, unknown>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { TranslationAdapter } from "./adapters";
|
|
2
|
-
import { type TranslationService, type TranslationServiceConfig } from "./translationService";
|
|
1
|
+
import type { TranslationAdapter } from "./adapters/index.js";
|
|
2
|
+
import { type TranslationService, type TranslationServiceConfig } from "./translationService.js";
|
|
3
3
|
export declare const createTranslationConnection: (config: TranslationServiceConfig) => void;
|
|
4
4
|
export declare function createTranslationService(config: TranslationServiceConfig): TranslationService;
|
|
5
5
|
export declare function getTranslationService(): TranslationService;
|
|
6
6
|
export declare function hasTranslationService(): boolean;
|
|
7
7
|
export type { TranslationAdapter, TranslationService, TranslationServiceConfig };
|
|
8
|
-
export * from "./adapters";
|
|
9
|
-
export * from "./document";
|
|
8
|
+
export * from "./adapters/index.js";
|
|
9
|
+
export * from "./document.js";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createTranslationServiceFromAdapter, } from "./translationService";
|
|
1
|
+
import { createTranslationServiceFromAdapter, } from "./translationService.js";
|
|
2
2
|
let _translationService = null;
|
|
3
3
|
let _config = null;
|
|
4
4
|
export const createTranslationConnection = (config) => {
|
|
@@ -21,6 +21,6 @@ export function getTranslationService() {
|
|
|
21
21
|
export function hasTranslationService() {
|
|
22
22
|
return Boolean(_translationService || _config);
|
|
23
23
|
}
|
|
24
|
-
export * from "./adapters";
|
|
25
|
-
export * from "./document";
|
|
24
|
+
export * from "./adapters/index.js";
|
|
25
|
+
export * from "./document.js";
|
|
26
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { TranslateBatchInput, TranslateBatchOutput, TranslationAdapter } from "./adapters";
|
|
1
|
+
import type { TranslateBatchInput, TranslateBatchOutput, TranslationAdapter } from "./adapters/index.js";
|
|
2
2
|
export type TranslationServiceConfig = {
|
|
3
3
|
adapter: TranslationAdapter;
|
|
4
4
|
};
|
package/dist/esm/web/client.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ZodType } from "zod";
|
|
2
|
-
import { type AnyRakunOperation, type RakunOperationHttpMethod, type RakunOperationKind, type RakunOperationMap } from "../api/operations/types";
|
|
2
|
+
import { type AnyRakunOperation, type RakunOperationHttpMethod, type RakunOperationKind, type RakunOperationMap } from "../api/operations/types.js";
|
|
3
3
|
type OperationInput<TOperation extends AnyRakunOperation> = TOperation extends {
|
|
4
4
|
input: ZodType<infer TInput>;
|
|
5
5
|
} ? TInput : undefined;
|
package/dist/esm/web/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createOperationPath, } from "../api/operations/types";
|
|
1
|
+
import { createOperationPath, } from "../api/operations/types.js";
|
|
2
2
|
const joinUrl = (baseUrl, path) => {
|
|
3
3
|
const normalizedBase = baseUrl.endsWith("/") ? baseUrl.slice(0, -1) : baseUrl;
|
|
4
4
|
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
|
package/dist/esm/web/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./page";
|
|
2
|
-
export * from "./client";
|
|
1
|
+
export * from "./page.js";
|
|
2
|
+
export * from "./client.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/web/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./page";
|
|
2
|
-
export * from "./client";
|
|
1
|
+
export * from "./page.js";
|
|
2
|
+
export * from "./client.js";
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/web/page.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PageModule, PageOutput } from "../schemas/web/page";
|
|
1
|
+
import type { PageModule, PageOutput } from "../schemas/web/page.js";
|
|
2
2
|
export type PageLayout = NonNullable<PageOutput["layout"]>;
|
|
3
3
|
export type PageLayoutItem = PageLayout[number];
|
|
4
4
|
export type PageLayoutContentItem = Extract<PageLayoutItem, {
|