@rakun-kit/core 1.3.8 → 1.3.9
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/web/page.js +6 -3
- package/dist/cjs/api/routes/web/page.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/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 +92 -92
- package/dist/esm/api/operations/index.js +8 -8
- package/dist/esm/api/operations/manager-contract.d.ts +65 -65
- package/dist/esm/api/operations/manager-contract.js +5 -5
- package/dist/esm/api/operations/manager.d.ts +66 -66
- package/dist/esm/api/operations/manager.js +51 -51
- 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 +19 -19
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +20 -20
- package/dist/esm/api/operations/web.js +9 -9
- package/dist/esm/api/proxies/context.d.ts +2 -2
- package/dist/esm/api/proxies/index.d.ts +8 -8
- package/dist/esm/api/proxies/index.js +1 -1
- 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 +5 -5
- package/dist/esm/api/routes/manager/auth/login.d.ts +1 -1
- package/dist/esm/api/routes/manager/auth/login.js +4 -4
- 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 +6 -6
- 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 +3 -3
- package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +6 -6
- 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 +3 -3
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +6 -6
- 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 +4 -4
- 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.js +3 -3
- package/dist/esm/api/routes/manager/contentTypes.d.ts +6 -6
- package/dist/esm/api/routes/manager/contentTypes.js +1 -1
- package/dist/esm/api/routes/manager/create.d.ts +4 -4
- package/dist/esm/api/routes/manager/create.js +8 -8
- package/dist/esm/api/routes/manager/delete.d.ts +2 -2
- package/dist/esm/api/routes/manager/delete.js +8 -8
- package/dist/esm/api/routes/manager/duplicate.d.ts +4 -4
- package/dist/esm/api/routes/manager/duplicate.js +5 -5
- package/dist/esm/api/routes/manager/get.d.ts +2 -2
- package/dist/esm/api/routes/manager/get.js +8 -8
- package/dist/esm/api/routes/manager/languages.d.ts +3 -3
- 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 +9 -9
- 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/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 +10 -10
- package/dist/esm/api/routes/manager/media/getMediaUrl.d.ts +2 -2
- package/dist/esm/api/routes/manager/media/getMediaUrl.js +3 -3
- 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 +2 -2
- package/dist/esm/api/routes/manager/media/prepareUpload.js +4 -4
- 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 +6 -6
- 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 +13 -13
- 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 +4 -4
- package/dist/esm/api/routes/manager/translateDocument.d.ts +2 -2
- package/dist/esm/api/routes/manager/translateDocument.js +10 -10
- package/dist/esm/api/routes/manager/trash.d.ts +2 -2
- package/dist/esm/api/routes/manager/trash.js +6 -6
- package/dist/esm/api/routes/manager/update.d.ts +4 -4
- package/dist/esm/api/routes/manager/update.js +8 -8
- 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.d.ts.map +1 -1
- package/dist/esm/api/routes/web/page.js +20 -17
- package/dist/esm/api/routes/web/page.js.map +1 -1
- package/dist/esm/api/routes/web/previewPage.d.ts +6 -6
- 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/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 +4 -4
- package/dist/esm/api/utils/checkPermissions.d.ts +2 -2
- package/dist/esm/api/utils/checkPermissions.js +3 -3
- package/dist/esm/api/utils/getLanguages.d.ts +3 -3
- 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 +4 -4
- package/dist/esm/api/utils/getUser.d.ts +5 -5
- package/dist/esm/api/utils/getUser.js +4 -4
- package/dist/esm/api/utils/index.d.ts +23 -23
- package/dist/esm/api/utils/index.js +23 -23
- 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 +5 -5
- package/dist/esm/api/utils/routes/routeMapHelpers.js +7 -7
- 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 +4 -4
- 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 +42 -42
- package/dist/esm/client.js +26 -26
- package/dist/esm/contracts.d.ts +38 -38
- package/dist/esm/contracts.js +38 -38
- package/dist/esm/index.d.ts +37 -37
- package/dist/esm/index.js +34 -34
- 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/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/ManagerRole.d.ts +31 -31
- package/dist/esm/internal-content-types/ManagerRole.js +3 -3
- package/dist/esm/internal-content-types/ManagerUser.d.ts +200 -200
- package/dist/esm/internal-content-types/ManagerUser.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 +532 -532
- 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 +1267 -1267
- package/dist/esm/internal-content-types/Page.js +4 -4
- 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 +151 -151
- 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/RouteMap.d.ts +143 -143
- package/dist/esm/internal-content-types/RouteMap.js +2 -2
- package/dist/esm/internal-content-types/RouteSettings.d.ts +1298 -1298
- 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 +491 -491
- package/dist/esm/internal-content-types/SeoSettings.js +3 -3
- package/dist/esm/internal-content-types/Session.d.ts +495 -495
- package/dist/esm/internal-content-types/Session.js +3 -3
- package/dist/esm/internal-content-types/UserMfa.d.ts +464 -464
- package/dist/esm/internal-content-types/UserMfa.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +586 -586
- package/dist/esm/internal-content-types/WebAuthnCredential.js +3 -3
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +524 -524
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.js +3 -3
- package/dist/esm/internal-content-types/index.d.ts +29 -29
- package/dist/esm/internal-content-types/index.js +29 -29
- package/dist/esm/lib/ContentType.d.ts +2 -2
- package/dist/esm/lib/ContentType.js +1 -1
- package/dist/esm/lib/Permissions.d.ts +1 -1
- package/dist/esm/lib/Registry.d.ts +4 -4
- 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 +1 -1
- 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/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 +264 -264
- package/dist/esm/manager.js +2 -2
- 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 +2 -2
- 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 +16 -16
- 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 +1 -1
- package/dist/esm/orm/operations/clear.js +1 -1
- package/dist/esm/orm/operations/create.d.ts +3 -3
- package/dist/esm/orm/operations/create.js +5 -5
- package/dist/esm/orm/operations/delete.d.ts +3 -3
- package/dist/esm/orm/operations/delete.js +3 -3
- 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 +4 -4
- package/dist/esm/orm/operations/update.js +6 -6
- package/dist/esm/orm/operations/updateMany.d.ts +3 -3
- package/dist/esm/orm/operations/updateMany.js +3 -3
- 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/schemas/manager/literals/upsert.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 +28 -28
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +20 -20
- 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,8 +101,8 @@ 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
|
trashedAt?: Date | undefined;
|
|
@@ -201,8 +201,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
201
201
|
} | undefined;
|
|
202
202
|
twitterImageAlt?: string | undefined;
|
|
203
203
|
_schemaVersion?: number | undefined;
|
|
204
|
-
_visibility?: import("
|
|
205
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
204
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
205
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
206
206
|
_trashed?: boolean | undefined;
|
|
207
207
|
_revision?: number | undefined;
|
|
208
208
|
trashedAt?: Date | undefined;
|
|
@@ -301,8 +301,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
301
301
|
} | undefined;
|
|
302
302
|
twitterImageAlt?: string | undefined;
|
|
303
303
|
_schemaVersion?: number | undefined;
|
|
304
|
-
_visibility?: import("
|
|
305
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
304
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
305
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
306
306
|
_trashed?: boolean | undefined;
|
|
307
307
|
_revision?: number | undefined;
|
|
308
308
|
trashedAt?: Date | undefined;
|
|
@@ -401,8 +401,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
401
401
|
} | undefined;
|
|
402
402
|
twitterImageAlt?: string | undefined;
|
|
403
403
|
_schemaVersion?: number | undefined;
|
|
404
|
-
_visibility?: import("
|
|
405
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
404
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
405
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
406
406
|
_trashed?: boolean | undefined;
|
|
407
407
|
_revision?: number | undefined;
|
|
408
408
|
trashedAt?: Date | undefined;
|
|
@@ -530,8 +530,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
530
530
|
} | undefined;
|
|
531
531
|
twitterImageAlt?: string | undefined;
|
|
532
532
|
_schemaVersion?: number | undefined;
|
|
533
|
-
_visibility?: import("
|
|
534
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
533
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
534
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
535
535
|
_trashed?: boolean | undefined;
|
|
536
536
|
_revision?: number | undefined;
|
|
537
537
|
trashedAt?: Date | undefined;
|
|
@@ -630,8 +630,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
630
630
|
} | undefined;
|
|
631
631
|
twitterImageAlt?: string | undefined;
|
|
632
632
|
_schemaVersion?: number | undefined;
|
|
633
|
-
_visibility?: import("
|
|
634
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
633
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
634
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
635
635
|
_trashed?: boolean | undefined;
|
|
636
636
|
_revision?: number | undefined;
|
|
637
637
|
trashedAt?: Date | undefined;
|
|
@@ -730,8 +730,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
730
730
|
} | undefined;
|
|
731
731
|
twitterImageAlt?: string | undefined;
|
|
732
732
|
_schemaVersion?: number | undefined;
|
|
733
|
-
_visibility?: import("
|
|
734
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
733
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
734
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
735
735
|
_trashed?: boolean | undefined;
|
|
736
736
|
_revision?: number | undefined;
|
|
737
737
|
trashedAt?: Date | undefined;
|
|
@@ -830,8 +830,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
830
830
|
} | undefined;
|
|
831
831
|
twitterImageAlt?: string | undefined;
|
|
832
832
|
_schemaVersion?: number | undefined;
|
|
833
|
-
_visibility?: import("
|
|
834
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
833
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
834
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
835
835
|
_trashed?: boolean | undefined;
|
|
836
836
|
_revision?: number | undefined;
|
|
837
837
|
trashedAt?: Date | undefined;
|
|
@@ -848,10 +848,10 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
848
848
|
default: boolean;
|
|
849
849
|
_type: "Language";
|
|
850
850
|
_id: string;
|
|
851
|
-
parent?: import("
|
|
851
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
852
852
|
_schemaVersion?: number | undefined;
|
|
853
|
-
_visibility?: import("
|
|
854
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
853
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
854
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
855
855
|
_trashed?: boolean | undefined;
|
|
856
856
|
_revision?: number | undefined;
|
|
857
857
|
trashedAt?: Date | undefined;
|
|
@@ -863,10 +863,10 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
863
863
|
default: boolean;
|
|
864
864
|
_type: "Language";
|
|
865
865
|
_id: string;
|
|
866
|
-
parent?: import("
|
|
866
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
867
867
|
_schemaVersion?: number | undefined;
|
|
868
|
-
_visibility?: import("
|
|
869
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
868
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
869
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
870
870
|
_trashed?: boolean | undefined;
|
|
871
871
|
_revision?: number | undefined;
|
|
872
872
|
trashedAt?: Date | undefined;
|
|
@@ -878,10 +878,10 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
878
878
|
default: boolean;
|
|
879
879
|
_type: "Language";
|
|
880
880
|
_id: string;
|
|
881
|
-
parent?: import("
|
|
881
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
882
882
|
_schemaVersion?: number | undefined;
|
|
883
|
-
_visibility?: import("
|
|
884
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
883
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
884
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
885
885
|
_trashed?: boolean | undefined;
|
|
886
886
|
_revision?: number | undefined;
|
|
887
887
|
trashedAt?: Date | undefined;
|
|
@@ -893,10 +893,10 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
893
893
|
default: boolean;
|
|
894
894
|
_type: "Language";
|
|
895
895
|
_id: string;
|
|
896
|
-
parent?: import("
|
|
896
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
897
897
|
_schemaVersion?: number | undefined;
|
|
898
|
-
_visibility?: import("
|
|
899
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
898
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
899
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
900
900
|
_trashed?: boolean | undefined;
|
|
901
901
|
_revision?: number | undefined;
|
|
902
902
|
trashedAt?: Date | undefined;
|
|
@@ -122,8 +122,8 @@ 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
|
trashedAt?: Date | undefined;
|
|
@@ -222,8 +222,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
222
222
|
} | undefined;
|
|
223
223
|
twitterImageAlt?: string | undefined;
|
|
224
224
|
_schemaVersion?: number | undefined;
|
|
225
|
-
_visibility?: import("
|
|
226
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
225
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
226
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
227
227
|
_trashed?: boolean | undefined;
|
|
228
228
|
_revision?: number | undefined;
|
|
229
229
|
trashedAt?: Date | undefined;
|
|
@@ -322,8 +322,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
322
322
|
} | undefined;
|
|
323
323
|
twitterImageAlt?: string | undefined;
|
|
324
324
|
_schemaVersion?: number | undefined;
|
|
325
|
-
_visibility?: import("
|
|
326
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
325
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
326
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
327
327
|
_trashed?: boolean | undefined;
|
|
328
328
|
_revision?: number | undefined;
|
|
329
329
|
trashedAt?: Date | undefined;
|
|
@@ -422,8 +422,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
422
422
|
} | undefined;
|
|
423
423
|
twitterImageAlt?: string | undefined;
|
|
424
424
|
_schemaVersion?: number | undefined;
|
|
425
|
-
_visibility?: import("
|
|
426
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
425
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
426
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
427
427
|
_trashed?: boolean | undefined;
|
|
428
428
|
_revision?: number | undefined;
|
|
429
429
|
trashedAt?: Date | undefined;
|
|
@@ -440,10 +440,10 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
440
440
|
default: boolean;
|
|
441
441
|
_type: "Language";
|
|
442
442
|
_id: string;
|
|
443
|
-
parent?: import("
|
|
443
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
444
444
|
_schemaVersion?: number | undefined;
|
|
445
|
-
_visibility?: import("
|
|
446
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
445
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
446
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
447
447
|
_trashed?: boolean | undefined;
|
|
448
448
|
_revision?: number | undefined;
|
|
449
449
|
trashedAt?: Date | undefined;
|
|
@@ -455,10 +455,10 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
455
455
|
default: boolean;
|
|
456
456
|
_type: "Language";
|
|
457
457
|
_id: string;
|
|
458
|
-
parent?: import("
|
|
458
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
459
459
|
_schemaVersion?: number | undefined;
|
|
460
|
-
_visibility?: import("
|
|
461
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
460
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
461
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
462
462
|
_trashed?: boolean | undefined;
|
|
463
463
|
_revision?: number | undefined;
|
|
464
464
|
trashedAt?: Date | undefined;
|
|
@@ -470,10 +470,10 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
470
470
|
default: boolean;
|
|
471
471
|
_type: "Language";
|
|
472
472
|
_id: string;
|
|
473
|
-
parent?: import("
|
|
473
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
474
474
|
_schemaVersion?: number | undefined;
|
|
475
|
-
_visibility?: import("
|
|
476
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
475
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
476
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
477
477
|
_trashed?: boolean | undefined;
|
|
478
478
|
_revision?: number | undefined;
|
|
479
479
|
trashedAt?: Date | undefined;
|
|
@@ -485,10 +485,10 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
485
485
|
default: boolean;
|
|
486
486
|
_type: "Language";
|
|
487
487
|
_id: string;
|
|
488
|
-
parent?: import("
|
|
488
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
489
489
|
_schemaVersion?: number | undefined;
|
|
490
|
-
_visibility?: import("
|
|
491
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
490
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
491
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
492
492
|
_trashed?: boolean | undefined;
|
|
493
493
|
_revision?: number | undefined;
|
|
494
494
|
trashedAt?: 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, {
|