@rakun-kit/core 1.3.7 → 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/manager/get.js +5 -0
- package/dist/cjs/api/routes/manager/get.js.map +1 -1
- package/dist/cjs/api/routes/manager/list.js +7 -1
- package/dist/cjs/api/routes/manager/list.js.map +1 -1
- package/dist/cjs/api/routes/manager/media/finalizeUpload.js +4 -18
- package/dist/cjs/api/routes/manager/media/finalizeUpload.js.map +1 -1
- package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js +63 -0
- package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
- package/dist/cjs/api/routes/web/page.js +6 -3
- package/dist/cjs/api/routes/web/page.js.map +1 -1
- package/dist/cjs/api/utils/populates/populateRelations.js +3 -0
- package/dist/cjs/api/utils/populates/populateRelations.js.map +1 -1
- package/dist/cjs/lib/fields/File.js +3 -0
- package/dist/cjs/lib/fields/File.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 +110 -92
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- 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 +37 -19
- package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
- package/dist/esm/api/operations/web-contract.js +3 -3
- package/dist/esm/api/operations/web.d.ts +38 -20
- package/dist/esm/api/operations/web.d.ts.map +1 -1
- 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 +3 -18
- package/dist/esm/api/routes/manager/get.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/get.js +11 -6
- package/dist/esm/api/routes/manager/get.js.map +1 -1
- 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.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/list.js +14 -8
- package/dist/esm/api/routes/manager/list.js.map +1 -1
- 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.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/media/finalizeUpload.js +13 -27
- package/dist/esm/api/routes/manager/media/finalizeUpload.js.map +1 -1
- 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.d.ts +2 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts.map +1 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +59 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
- 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 +15 -6
- package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
- 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 +9 -6
- package/dist/esm/api/utils/populates/populateRelations.js.map +1 -1
- 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 +1486 -1267
- package/dist/esm/internal-content-types/Page.d.ts.map +1 -1
- 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 +1517 -1298
- package/dist/esm/internal-content-types/RouteSettings.d.ts.map +1 -1
- 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 +508 -430
- package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
- package/dist/esm/internal-content-types/Seo.js +2 -2
- package/dist/esm/internal-content-types/SeoSettings.d.ts +569 -491
- package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
- 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 +7 -1
- package/dist/esm/lib/fields/File.d.ts.map +1 -1
- package/dist/esm/lib/fields/File.js +5 -2
- package/dist/esm/lib/fields/File.js.map +1 -1
- 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 +100 -28
- package/dist/esm/schemas/web/page.d.ts.map +1 -1
- package/dist/esm/schemas/web/page.js +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +56 -20
- package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
- 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,26 +1,26 @@
|
|
|
1
|
-
export { createManagerOperationContracts, } from "./manager-contract";
|
|
2
|
-
import { createManagerOperationDefinitions } from "./manager";
|
|
3
|
-
export { createWebOperationContracts } from "./web-contract";
|
|
4
|
-
import { createWebOperationDefinitions } from "./web";
|
|
1
|
+
export { createManagerOperationContracts, } from "./manager-contract.js";
|
|
2
|
+
import { createManagerOperationDefinitions } from "./manager.js";
|
|
3
|
+
export { createWebOperationContracts } from "./web-contract.js";
|
|
4
|
+
import { createWebOperationDefinitions } from "./web.js";
|
|
5
5
|
export declare const createRakunOperationDefinitions: () => {
|
|
6
|
-
[x: string]: import("./types").AnyRakunOperation;
|
|
7
|
-
"web.languages": import("./types").RakunOperationWithoutInput<{
|
|
6
|
+
[x: string]: import("./types.js").AnyRakunOperation;
|
|
7
|
+
"web.languages": import("./types.js").RakunOperationWithoutInput<{
|
|
8
8
|
code: string;
|
|
9
9
|
name: string;
|
|
10
10
|
default: boolean;
|
|
11
11
|
_type: "Language";
|
|
12
12
|
_id: string;
|
|
13
|
-
parent?: import("
|
|
13
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
14
14
|
_schemaVersion?: number | undefined;
|
|
15
|
-
_visibility?: import("
|
|
16
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
15
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
16
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
17
17
|
_trashed?: boolean | undefined;
|
|
18
18
|
_revision?: number | undefined;
|
|
19
19
|
trashedAt?: Date | undefined;
|
|
20
20
|
createdAt?: Date | undefined;
|
|
21
21
|
updatedAt?: Date | undefined;
|
|
22
22
|
}[], "query", "get", "public">;
|
|
23
|
-
"web.page": import("./types").RakunOperationWithInput<{
|
|
23
|
+
"web.page": import("./types.js").RakunOperationWithInput<{
|
|
24
24
|
path: string;
|
|
25
25
|
search?: string | undefined;
|
|
26
26
|
headers?: Record<string, string> | undefined;
|
|
@@ -63,6 +63,9 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
63
63
|
height: number | null;
|
|
64
64
|
size: number;
|
|
65
65
|
orientation: "portrait" | "landscape" | null;
|
|
66
|
+
key?: string | undefined;
|
|
67
|
+
access?: "public" | "private" | undefined;
|
|
68
|
+
previewKey?: string | null | undefined;
|
|
66
69
|
title?: string | undefined;
|
|
67
70
|
alt?: string | null | undefined;
|
|
68
71
|
sizes?: {
|
|
@@ -92,6 +95,9 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
92
95
|
height: number | null;
|
|
93
96
|
size: number;
|
|
94
97
|
orientation: "portrait" | "landscape" | null;
|
|
98
|
+
key?: string | undefined;
|
|
99
|
+
access?: "public" | "private" | undefined;
|
|
100
|
+
previewKey?: string | null | undefined;
|
|
95
101
|
title?: string | undefined;
|
|
96
102
|
alt?: string | null | undefined;
|
|
97
103
|
sizes?: {
|
|
@@ -118,6 +124,9 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
118
124
|
height: number | null;
|
|
119
125
|
size: number;
|
|
120
126
|
orientation: "portrait" | "landscape" | null;
|
|
127
|
+
key?: string | undefined;
|
|
128
|
+
access?: "public" | "private" | undefined;
|
|
129
|
+
previewKey?: string | null | undefined;
|
|
121
130
|
title?: string | undefined;
|
|
122
131
|
alt?: string | null | undefined;
|
|
123
132
|
sizes?: {
|
|
@@ -132,8 +141,8 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
132
141
|
} | undefined;
|
|
133
142
|
twitterImageAlt?: string | undefined;
|
|
134
143
|
_schemaVersion?: number | undefined;
|
|
135
|
-
_visibility?: import("
|
|
136
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
144
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
145
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
137
146
|
_trashed?: boolean | undefined;
|
|
138
147
|
_revision?: number | undefined;
|
|
139
148
|
trashedAt?: Date | undefined;
|
|
@@ -150,10 +159,10 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
150
159
|
default: boolean;
|
|
151
160
|
_type: "Language";
|
|
152
161
|
_id: string;
|
|
153
|
-
parent?: import("
|
|
162
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
154
163
|
_schemaVersion?: number | undefined;
|
|
155
|
-
_visibility?: import("
|
|
156
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
164
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
165
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
157
166
|
_trashed?: boolean | undefined;
|
|
158
167
|
_revision?: number | undefined;
|
|
159
168
|
trashedAt?: Date | undefined;
|
|
@@ -166,7 +175,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
166
175
|
status: number;
|
|
167
176
|
} | undefined;
|
|
168
177
|
}, "query", "get", "public">;
|
|
169
|
-
"web.previewPage": import("./types").RakunOperationWithInput<{
|
|
178
|
+
"web.previewPage": import("./types.js").RakunOperationWithInput<{
|
|
170
179
|
token: string;
|
|
171
180
|
path: string;
|
|
172
181
|
search?: string | undefined;
|
|
@@ -210,6 +219,9 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
210
219
|
height: number | null;
|
|
211
220
|
size: number;
|
|
212
221
|
orientation: "portrait" | "landscape" | null;
|
|
222
|
+
key?: string | undefined;
|
|
223
|
+
access?: "public" | "private" | undefined;
|
|
224
|
+
previewKey?: string | null | undefined;
|
|
213
225
|
title?: string | undefined;
|
|
214
226
|
alt?: string | null | undefined;
|
|
215
227
|
sizes?: {
|
|
@@ -239,6 +251,9 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
239
251
|
height: number | null;
|
|
240
252
|
size: number;
|
|
241
253
|
orientation: "portrait" | "landscape" | null;
|
|
254
|
+
key?: string | undefined;
|
|
255
|
+
access?: "public" | "private" | undefined;
|
|
256
|
+
previewKey?: string | null | undefined;
|
|
242
257
|
title?: string | undefined;
|
|
243
258
|
alt?: string | null | undefined;
|
|
244
259
|
sizes?: {
|
|
@@ -265,6 +280,9 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
265
280
|
height: number | null;
|
|
266
281
|
size: number;
|
|
267
282
|
orientation: "portrait" | "landscape" | null;
|
|
283
|
+
key?: string | undefined;
|
|
284
|
+
access?: "public" | "private" | undefined;
|
|
285
|
+
previewKey?: string | null | undefined;
|
|
268
286
|
title?: string | undefined;
|
|
269
287
|
alt?: string | null | undefined;
|
|
270
288
|
sizes?: {
|
|
@@ -279,8 +297,8 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
279
297
|
} | undefined;
|
|
280
298
|
twitterImageAlt?: string | undefined;
|
|
281
299
|
_schemaVersion?: number | undefined;
|
|
282
|
-
_visibility?: import("
|
|
283
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
300
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
301
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
284
302
|
_trashed?: boolean | undefined;
|
|
285
303
|
_revision?: number | undefined;
|
|
286
304
|
trashedAt?: Date | undefined;
|
|
@@ -297,10 +315,10 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
297
315
|
default: boolean;
|
|
298
316
|
_type: "Language";
|
|
299
317
|
_id: string;
|
|
300
|
-
parent?: import("
|
|
318
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
301
319
|
_schemaVersion?: number | undefined;
|
|
302
|
-
_visibility?: import("
|
|
303
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
320
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
321
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
304
322
|
_trashed?: boolean | undefined;
|
|
305
323
|
_revision?: number | undefined;
|
|
306
324
|
trashedAt?: Date | undefined;
|
|
@@ -313,7 +331,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
313
331
|
status: number;
|
|
314
332
|
} | undefined;
|
|
315
333
|
}, "query", "get", "public">;
|
|
316
|
-
"web.sitemap": import("./types").RakunOperationWithInput<{
|
|
334
|
+
"web.sitemap": import("./types.js").RakunOperationWithInput<{
|
|
317
335
|
language?: string | undefined;
|
|
318
336
|
}, {
|
|
319
337
|
languages: {
|
|
@@ -324,13 +342,13 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
324
342
|
lastModified?: Date | undefined;
|
|
325
343
|
}[];
|
|
326
344
|
}, "query", "get", "public">;
|
|
327
|
-
"web.robots": import("./types").RakunOperationWithoutInput<{
|
|
345
|
+
"web.robots": import("./types.js").RakunOperationWithoutInput<{
|
|
328
346
|
content: string;
|
|
329
347
|
}, "query", "get", "public">;
|
|
330
|
-
"web.test": import("./types").RakunOperationWithoutInput<{
|
|
348
|
+
"web.test": import("./types.js").RakunOperationWithoutInput<{
|
|
331
349
|
ok: boolean;
|
|
332
350
|
}, "query", "get", "public">;
|
|
333
|
-
"manager.contentTypes": import("./types").RakunOperationWithoutInput<{
|
|
351
|
+
"manager.contentTypes": import("./types.js").RakunOperationWithoutInput<{
|
|
334
352
|
name: string;
|
|
335
353
|
fields: Record<string, unknown>;
|
|
336
354
|
uniques: string[][];
|
|
@@ -352,51 +370,51 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
352
370
|
}[] | undefined;
|
|
353
371
|
isInternal?: boolean | undefined;
|
|
354
372
|
}[], "query", "get", "auth">;
|
|
355
|
-
"manager.languages": import("./types").RakunOperationWithoutInput<{
|
|
373
|
+
"manager.languages": import("./types.js").RakunOperationWithoutInput<{
|
|
356
374
|
code: string;
|
|
357
375
|
name: string;
|
|
358
376
|
default: boolean;
|
|
359
377
|
_type: "Language";
|
|
360
378
|
_id: string;
|
|
361
|
-
parent?: import("
|
|
379
|
+
parent?: import("../../index.js").SelfRelationValue<string> | undefined;
|
|
362
380
|
_schemaVersion?: number | undefined;
|
|
363
|
-
_visibility?: import("
|
|
364
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
381
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
382
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
365
383
|
_trashed?: boolean | undefined;
|
|
366
384
|
_revision?: number | undefined;
|
|
367
385
|
trashedAt?: Date | undefined;
|
|
368
386
|
createdAt?: Date | undefined;
|
|
369
387
|
updatedAt?: Date | undefined;
|
|
370
388
|
}[], "query", "get", "auth">;
|
|
371
|
-
"manager.regenerateRoutes": import("./types").RakunOperationWithoutInput<{
|
|
389
|
+
"manager.regenerateRoutes": import("./types.js").RakunOperationWithoutInput<{
|
|
372
390
|
ok: boolean;
|
|
373
391
|
}, "mutation", "post", "auth">;
|
|
374
|
-
"manager.create": import("./types").RakunOperationWithInput<{
|
|
392
|
+
"manager.create": import("./types.js").RakunOperationWithInput<{
|
|
375
393
|
contentType: string;
|
|
376
394
|
data: any;
|
|
377
395
|
}, any, "mutation", "post", "auth">;
|
|
378
|
-
"manager.duplicate": import("./types").RakunOperationWithInput<{
|
|
396
|
+
"manager.duplicate": import("./types.js").RakunOperationWithInput<{
|
|
379
397
|
contentType: string;
|
|
380
398
|
id: string;
|
|
381
399
|
}, any, "mutation", "post", "auth">;
|
|
382
|
-
"manager.update": import("./types").RakunOperationWithInput<{
|
|
400
|
+
"manager.update": import("./types.js").RakunOperationWithInput<{
|
|
383
401
|
contentType: string;
|
|
384
402
|
id: string;
|
|
385
403
|
data: any;
|
|
386
404
|
}, any, "mutation", "post", "auth">;
|
|
387
|
-
"manager.delete": import("./types").RakunOperationWithInput<{
|
|
405
|
+
"manager.delete": import("./types.js").RakunOperationWithInput<{
|
|
388
406
|
contentType: string;
|
|
389
407
|
id: string;
|
|
390
408
|
}, any, "mutation", "post", "auth">;
|
|
391
|
-
"manager.trash": import("./types").RakunOperationWithInput<{
|
|
409
|
+
"manager.trash": import("./types.js").RakunOperationWithInput<{
|
|
392
410
|
contentType: string;
|
|
393
411
|
id: string;
|
|
394
412
|
}, any, "mutation", "post", "auth">;
|
|
395
|
-
"manager.get": import("./types").RakunOperationWithInput<{
|
|
413
|
+
"manager.get": import("./types.js").RakunOperationWithInput<{
|
|
396
414
|
contentType: string;
|
|
397
415
|
id: string;
|
|
398
416
|
}, any, "query", "post", "auth">;
|
|
399
|
-
"manager.list": import("./types").RakunOperationWithInput<{
|
|
417
|
+
"manager.list": import("./types.js").RakunOperationWithInput<{
|
|
400
418
|
contentType: string;
|
|
401
419
|
query: {
|
|
402
420
|
filter?: Record<string, any> | undefined;
|
|
@@ -414,13 +432,13 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
414
432
|
_id: string;
|
|
415
433
|
}[];
|
|
416
434
|
}, "query", "post", "auth">;
|
|
417
|
-
"manager.setDefaultLanguage": import("./types").RakunOperationWithInput<{
|
|
435
|
+
"manager.setDefaultLanguage": import("./types.js").RakunOperationWithInput<{
|
|
418
436
|
language: string;
|
|
419
437
|
}, {
|
|
420
438
|
ok: boolean;
|
|
421
439
|
}, "mutation", "post", "auth">;
|
|
422
|
-
"manager.permissions": import("./types").RakunOperationWithoutInput<string[], "query", "get", "auth">;
|
|
423
|
-
"manager.backups.list": import("./types").RakunOperationWithoutInput<{
|
|
440
|
+
"manager.permissions": import("./types.js").RakunOperationWithoutInput<string[], "query", "get", "auth">;
|
|
441
|
+
"manager.backups.list": import("./types.js").RakunOperationWithoutInput<{
|
|
424
442
|
_id: string;
|
|
425
443
|
contentTypes: string[];
|
|
426
444
|
createdAt: string | Date;
|
|
@@ -430,7 +448,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
430
448
|
createdBy?: string | undefined;
|
|
431
449
|
error?: string | undefined;
|
|
432
450
|
}[], "query", "get", "auth">;
|
|
433
|
-
"manager.backups.create": import("./types").RakunOperationWithInput<{
|
|
451
|
+
"manager.backups.create": import("./types.js").RakunOperationWithInput<{
|
|
434
452
|
contentTypes?: string[] | undefined;
|
|
435
453
|
reason?: string | undefined;
|
|
436
454
|
}, {
|
|
@@ -443,7 +461,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
443
461
|
createdBy?: string | undefined;
|
|
444
462
|
error?: string | undefined;
|
|
445
463
|
}, "mutation", "post", "auth">;
|
|
446
|
-
"manager.backups.restore": import("./types").RakunOperationWithInput<{
|
|
464
|
+
"manager.backups.restore": import("./types.js").RakunOperationWithInput<{
|
|
447
465
|
backupId: string;
|
|
448
466
|
reason?: string | undefined;
|
|
449
467
|
}, {
|
|
@@ -469,7 +487,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
469
487
|
};
|
|
470
488
|
restoredCount: number;
|
|
471
489
|
}, "mutation", "post", "auth">;
|
|
472
|
-
"manager.migrations.list": import("./types").RakunOperationWithoutInput<{
|
|
490
|
+
"manager.migrations.list": import("./types.js").RakunOperationWithoutInput<{
|
|
473
491
|
states: {
|
|
474
492
|
_id: string;
|
|
475
493
|
contentType: string;
|
|
@@ -498,7 +516,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
498
516
|
description?: string | undefined;
|
|
499
517
|
}[];
|
|
500
518
|
}, "query", "get", "auth">;
|
|
501
|
-
"manager.versions.list": import("./types").RakunOperationWithInput<{
|
|
519
|
+
"manager.versions.list": import("./types.js").RakunOperationWithInput<{
|
|
502
520
|
contentType: string;
|
|
503
521
|
documentId: string;
|
|
504
522
|
}, {
|
|
@@ -529,7 +547,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
529
547
|
reason?: string | undefined;
|
|
530
548
|
schemaVersion?: number | undefined;
|
|
531
549
|
}[], "query", "post", "auth">;
|
|
532
|
-
"manager.versions.get": import("./types").RakunOperationWithInput<{
|
|
550
|
+
"manager.versions.get": import("./types.js").RakunOperationWithInput<{
|
|
533
551
|
versionId: string;
|
|
534
552
|
}, {
|
|
535
553
|
_id: string;
|
|
@@ -559,7 +577,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
559
577
|
reason?: string | undefined;
|
|
560
578
|
schemaVersion?: number | undefined;
|
|
561
579
|
} | null, "query", "post", "auth">;
|
|
562
|
-
"manager.versions.restore": import("./types").RakunOperationWithInput<{
|
|
580
|
+
"manager.versions.restore": import("./types.js").RakunOperationWithInput<{
|
|
563
581
|
versionId: string;
|
|
564
582
|
reason?: string | undefined;
|
|
565
583
|
}, {
|
|
@@ -593,7 +611,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
593
611
|
};
|
|
594
612
|
restored: Record<string, unknown>;
|
|
595
613
|
}, "mutation", "post", "auth">;
|
|
596
|
-
"manager.translateDocument": import("./types").RakunOperationWithInput<{
|
|
614
|
+
"manager.translateDocument": import("./types.js").RakunOperationWithInput<{
|
|
597
615
|
contentType: string;
|
|
598
616
|
id: string;
|
|
599
617
|
from: string;
|
|
@@ -610,7 +628,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
610
628
|
translatedFields: string[];
|
|
611
629
|
};
|
|
612
630
|
}, "mutation", "post", "auth">;
|
|
613
|
-
"manager.preview.create": import("./types").RakunOperationWithInput<{
|
|
631
|
+
"manager.preview.create": import("./types.js").RakunOperationWithInput<{
|
|
614
632
|
contentType: string;
|
|
615
633
|
data: Record<string, any>;
|
|
616
634
|
documentId?: string | undefined;
|
|
@@ -621,7 +639,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
621
639
|
path: string;
|
|
622
640
|
expiresAt: string;
|
|
623
641
|
}, "mutation", "post", "auth">;
|
|
624
|
-
"manager.apiOperations": import("./types").RakunOperationWithoutInput<{
|
|
642
|
+
"manager.apiOperations": import("./types.js").RakunOperationWithoutInput<{
|
|
625
643
|
name: string;
|
|
626
644
|
path: string;
|
|
627
645
|
kind: "query" | "mutation";
|
|
@@ -631,7 +649,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
631
649
|
description?: string | undefined;
|
|
632
650
|
input?: Record<string, unknown> | undefined;
|
|
633
651
|
}[], "query", "get", "auth">;
|
|
634
|
-
"manager.media.prepareUpload": import("./types").RakunOperationWithInput<{
|
|
652
|
+
"manager.media.prepareUpload": import("./types.js").RakunOperationWithInput<{
|
|
635
653
|
fileName: string;
|
|
636
654
|
mime: string;
|
|
637
655
|
size: number;
|
|
@@ -645,7 +663,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
645
663
|
access: "public" | "private";
|
|
646
664
|
headers?: Record<string, string> | undefined;
|
|
647
665
|
}, "mutation", "post", "auth">;
|
|
648
|
-
"manager.media.finalizeUpload": import("./types").RakunOperationWithInput<{
|
|
666
|
+
"manager.media.finalizeUpload": import("./types.js").RakunOperationWithInput<{
|
|
649
667
|
key: string;
|
|
650
668
|
access?: "public" | "private" | undefined;
|
|
651
669
|
fileName?: string | undefined;
|
|
@@ -730,7 +748,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
730
748
|
path: string;
|
|
731
749
|
} | undefined;
|
|
732
750
|
}, "mutation", "post", "auth">;
|
|
733
|
-
"manager.media.getUrl": import("./types").RakunOperationWithInput<{
|
|
751
|
+
"manager.media.getUrl": import("./types.js").RakunOperationWithInput<{
|
|
734
752
|
key: string;
|
|
735
753
|
access?: "public" | "private" | undefined;
|
|
736
754
|
expiresInSeconds?: number | undefined;
|
|
@@ -741,7 +759,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
741
759
|
expiresAt: Date | null;
|
|
742
760
|
isPublic: boolean;
|
|
743
761
|
}, "query", "post", "auth">;
|
|
744
|
-
"manager.media.createFolder": import("./types").RakunOperationWithInput<{
|
|
762
|
+
"manager.media.createFolder": import("./types.js").RakunOperationWithInput<{
|
|
745
763
|
name: string;
|
|
746
764
|
parentId?: string | undefined;
|
|
747
765
|
description?: string | undefined;
|
|
@@ -753,7 +771,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
753
771
|
parentId?: string | undefined;
|
|
754
772
|
description?: string | undefined;
|
|
755
773
|
}, "mutation", "post", "auth">;
|
|
756
|
-
"manager.media.listFolders": import("./types").RakunOperationWithInput<{
|
|
774
|
+
"manager.media.listFolders": import("./types.js").RakunOperationWithInput<{
|
|
757
775
|
parentId?: string | undefined;
|
|
758
776
|
}, {
|
|
759
777
|
items: {
|
|
@@ -765,7 +783,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
765
783
|
description?: string | undefined;
|
|
766
784
|
}[];
|
|
767
785
|
}, "query", "post", "auth">;
|
|
768
|
-
"manager.media.deleteFolder": import("./types").RakunOperationWithInput<{
|
|
786
|
+
"manager.media.deleteFolder": import("./types.js").RakunOperationWithInput<{
|
|
769
787
|
id: string;
|
|
770
788
|
recursive: true;
|
|
771
789
|
}, {
|
|
@@ -773,7 +791,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
773
791
|
deletedFolders: number;
|
|
774
792
|
deletedMedia: number;
|
|
775
793
|
}, "mutation", "post", "auth">;
|
|
776
|
-
"manager.literals.list": import("./types").RakunOperationWithInput<{
|
|
794
|
+
"manager.literals.list": import("./types.js").RakunOperationWithInput<{
|
|
777
795
|
locale?: string | undefined;
|
|
778
796
|
}, {
|
|
779
797
|
defaultLocale: string;
|
|
@@ -802,7 +820,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
802
820
|
translation?: string | undefined;
|
|
803
821
|
}[];
|
|
804
822
|
}, "query", "post", "auth">;
|
|
805
|
-
"manager.literals.upsert": import("./types").RakunOperationWithInput<{
|
|
823
|
+
"manager.literals.upsert": import("./types.js").RakunOperationWithInput<{
|
|
806
824
|
key: string;
|
|
807
825
|
locale: string;
|
|
808
826
|
message: string;
|
|
@@ -818,13 +836,13 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
818
836
|
extra: string[];
|
|
819
837
|
};
|
|
820
838
|
}, "mutation", "post", "auth">;
|
|
821
|
-
"manager.auth.updatePassword": import("./types").RakunOperationWithInput<{
|
|
839
|
+
"manager.auth.updatePassword": import("./types.js").RakunOperationWithInput<{
|
|
822
840
|
currentPassword: string;
|
|
823
841
|
newPassword: string;
|
|
824
842
|
}, {
|
|
825
843
|
ok: boolean;
|
|
826
844
|
}, "mutation", "post", "auth">;
|
|
827
|
-
"manager.auth.login": import("./types").RakunOperationWithInput<{
|
|
845
|
+
"manager.auth.login": import("./types.js").RakunOperationWithInput<{
|
|
828
846
|
username: string;
|
|
829
847
|
password: string;
|
|
830
848
|
}, {
|
|
@@ -834,10 +852,10 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
834
852
|
expiresAt: string;
|
|
835
853
|
method: string;
|
|
836
854
|
}, "mutation", "post", "public">;
|
|
837
|
-
"manager.auth.logout": import("./types").RakunOperationWithoutInput<{
|
|
855
|
+
"manager.auth.logout": import("./types.js").RakunOperationWithoutInput<{
|
|
838
856
|
token: string;
|
|
839
857
|
}, "mutation", "post", "auth">;
|
|
840
|
-
"manager.auth.getSession": import("./types").RakunOperationWithoutInput<{
|
|
858
|
+
"manager.auth.getSession": import("./types.js").RakunOperationWithoutInput<{
|
|
841
859
|
user: string;
|
|
842
860
|
email: string;
|
|
843
861
|
role: {
|
|
@@ -846,8 +864,8 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
846
864
|
_type: "ManagerRole";
|
|
847
865
|
_id: string;
|
|
848
866
|
_schemaVersion?: number | undefined;
|
|
849
|
-
_visibility?: import("
|
|
850
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
867
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
868
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
851
869
|
_trashed?: boolean | undefined;
|
|
852
870
|
_revision?: number | undefined;
|
|
853
871
|
trashedAt?: Date | undefined;
|
|
@@ -866,15 +884,15 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
866
884
|
tutorialsPromptedAt?: Date | undefined;
|
|
867
885
|
seenTours?: (string | undefined)[] | undefined;
|
|
868
886
|
_schemaVersion?: number | undefined;
|
|
869
|
-
_visibility?: import("
|
|
870
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
887
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
888
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
871
889
|
_trashed?: boolean | undefined;
|
|
872
890
|
_revision?: number | undefined;
|
|
873
891
|
trashedAt?: Date | undefined;
|
|
874
892
|
createdAt?: Date | undefined;
|
|
875
893
|
updatedAt?: Date | undefined;
|
|
876
894
|
} | null, "query", "get", "public">;
|
|
877
|
-
"manager.auth.accountInfo": import("./types").RakunOperationWithoutInput<{
|
|
895
|
+
"manager.auth.accountInfo": import("./types.js").RakunOperationWithoutInput<{
|
|
878
896
|
has2FA: boolean;
|
|
879
897
|
enabled2FA: boolean;
|
|
880
898
|
method2FA: "totp" | "webauthn";
|
|
@@ -885,7 +903,7 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
885
903
|
}[];
|
|
886
904
|
currentSession: string;
|
|
887
905
|
}, "query", "get", "auth">;
|
|
888
|
-
"manager.auth.updateAccount": import("./types").RakunOperationWithInput<{
|
|
906
|
+
"manager.auth.updateAccount": import("./types.js").RakunOperationWithInput<{
|
|
889
907
|
user: string;
|
|
890
908
|
avatarId?: string | null | undefined;
|
|
891
909
|
}, {
|
|
@@ -897,8 +915,8 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
897
915
|
_type: "ManagerRole";
|
|
898
916
|
_id: string;
|
|
899
917
|
_schemaVersion?: number | undefined;
|
|
900
|
-
_visibility?: import("
|
|
901
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
918
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
919
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
902
920
|
_trashed?: boolean | undefined;
|
|
903
921
|
_revision?: number | undefined;
|
|
904
922
|
trashedAt?: Date | undefined;
|
|
@@ -917,15 +935,15 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
917
935
|
tutorialsPromptedAt?: Date | undefined;
|
|
918
936
|
seenTours?: (string | undefined)[] | undefined;
|
|
919
937
|
_schemaVersion?: number | undefined;
|
|
920
|
-
_visibility?: import("
|
|
921
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
938
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
939
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
922
940
|
_trashed?: boolean | undefined;
|
|
923
941
|
_revision?: number | undefined;
|
|
924
942
|
trashedAt?: Date | undefined;
|
|
925
943
|
createdAt?: Date | undefined;
|
|
926
944
|
updatedAt?: Date | undefined;
|
|
927
945
|
}, "mutation", "post", "auth">;
|
|
928
|
-
"manager.auth.updateTutorialPreferences": import("./types").RakunOperationWithInput<{
|
|
946
|
+
"manager.auth.updateTutorialPreferences": import("./types.js").RakunOperationWithInput<{
|
|
929
947
|
enabled: boolean;
|
|
930
948
|
}, {
|
|
931
949
|
user: string;
|
|
@@ -936,8 +954,8 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
936
954
|
_type: "ManagerRole";
|
|
937
955
|
_id: string;
|
|
938
956
|
_schemaVersion?: number | undefined;
|
|
939
|
-
_visibility?: import("
|
|
940
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
957
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
958
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
941
959
|
_trashed?: boolean | undefined;
|
|
942
960
|
_revision?: number | undefined;
|
|
943
961
|
trashedAt?: Date | undefined;
|
|
@@ -956,15 +974,15 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
956
974
|
tutorialsPromptedAt?: Date | undefined;
|
|
957
975
|
seenTours?: (string | undefined)[] | undefined;
|
|
958
976
|
_schemaVersion?: number | undefined;
|
|
959
|
-
_visibility?: import("
|
|
960
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
977
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
978
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
961
979
|
_trashed?: boolean | undefined;
|
|
962
980
|
_revision?: number | undefined;
|
|
963
981
|
trashedAt?: Date | undefined;
|
|
964
982
|
createdAt?: Date | undefined;
|
|
965
983
|
updatedAt?: Date | undefined;
|
|
966
984
|
}, "mutation", "post", "auth">;
|
|
967
|
-
"manager.auth.markTourSeen": import("./types").RakunOperationWithInput<{
|
|
985
|
+
"manager.auth.markTourSeen": import("./types.js").RakunOperationWithInput<{
|
|
968
986
|
tourId: string;
|
|
969
987
|
}, {
|
|
970
988
|
user: string;
|
|
@@ -975,8 +993,8 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
975
993
|
_type: "ManagerRole";
|
|
976
994
|
_id: string;
|
|
977
995
|
_schemaVersion?: number | undefined;
|
|
978
|
-
_visibility?: import("
|
|
979
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
996
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
997
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
980
998
|
_trashed?: boolean | undefined;
|
|
981
999
|
_revision?: number | undefined;
|
|
982
1000
|
trashedAt?: Date | undefined;
|
|
@@ -995,29 +1013,29 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
995
1013
|
tutorialsPromptedAt?: Date | undefined;
|
|
996
1014
|
seenTours?: (string | undefined)[] | undefined;
|
|
997
1015
|
_schemaVersion?: number | undefined;
|
|
998
|
-
_visibility?: import("
|
|
999
|
-
_visibilityBeforeTrash?: Exclude<import("
|
|
1016
|
+
_visibility?: import("../../index.js").DocumentVisibility | undefined;
|
|
1017
|
+
_visibilityBeforeTrash?: Exclude<import("../../index.js").DocumentVisibility, "trash"> | undefined;
|
|
1000
1018
|
_trashed?: boolean | undefined;
|
|
1001
1019
|
_revision?: number | undefined;
|
|
1002
1020
|
trashedAt?: Date | undefined;
|
|
1003
1021
|
createdAt?: Date | undefined;
|
|
1004
1022
|
updatedAt?: Date | undefined;
|
|
1005
1023
|
}, "mutation", "post", "auth">;
|
|
1006
|
-
"manager.auth.deleteSession": import("./types").RakunOperationWithInput<{
|
|
1024
|
+
"manager.auth.deleteSession": import("./types.js").RakunOperationWithInput<{
|
|
1007
1025
|
token: string;
|
|
1008
1026
|
}, {
|
|
1009
1027
|
ok: boolean;
|
|
1010
1028
|
}, "mutation", "post", "auth">;
|
|
1011
|
-
"manager.auth.totp.enroll": import("./types").RakunOperationWithoutInput<{
|
|
1029
|
+
"manager.auth.totp.enroll": import("./types.js").RakunOperationWithoutInput<{
|
|
1012
1030
|
qrDataURL: string;
|
|
1013
1031
|
otpauthURL: string;
|
|
1014
1032
|
}, "query", "get", "auth">;
|
|
1015
|
-
"manager.auth.totp.confirm": import("./types").RakunOperationWithInput<{
|
|
1033
|
+
"manager.auth.totp.confirm": import("./types.js").RakunOperationWithInput<{
|
|
1016
1034
|
code: string;
|
|
1017
1035
|
}, {
|
|
1018
1036
|
ok: boolean;
|
|
1019
1037
|
}, "mutation", "post", "auth">;
|
|
1020
|
-
"manager.auth.totp.verify": import("./types").RakunOperationWithInput<{
|
|
1038
|
+
"manager.auth.totp.verify": import("./types.js").RakunOperationWithInput<{
|
|
1021
1039
|
code: string;
|
|
1022
1040
|
challenge: string;
|
|
1023
1041
|
}, {
|
|
@@ -1025,32 +1043,32 @@ export declare const createRakunOperationDefinitions: () => {
|
|
|
1025
1043
|
} | {
|
|
1026
1044
|
error: string;
|
|
1027
1045
|
}, "mutation", "post", "public">;
|
|
1028
|
-
"manager.auth.webauthn.register.options": import("./types").RakunOperationWithInput<{
|
|
1046
|
+
"manager.auth.webauthn.register.options": import("./types.js").RakunOperationWithInput<{
|
|
1029
1047
|
deviceName: string;
|
|
1030
1048
|
}, {
|
|
1031
1049
|
token: string;
|
|
1032
1050
|
options: any;
|
|
1033
1051
|
}, "query", "post", "auth">;
|
|
1034
|
-
"manager.auth.webauthn.register.verify": import("./types").RakunOperationWithInput<{
|
|
1052
|
+
"manager.auth.webauthn.register.verify": import("./types.js").RakunOperationWithInput<{
|
|
1035
1053
|
token: string;
|
|
1036
1054
|
deviceName: string;
|
|
1037
1055
|
response: any;
|
|
1038
1056
|
}, {
|
|
1039
1057
|
ok: boolean;
|
|
1040
1058
|
}, "mutation", "post", "auth">;
|
|
1041
|
-
"manager.auth.webauthn.auth.options": import("./types").RakunOperationWithInput<{
|
|
1059
|
+
"manager.auth.webauthn.auth.options": import("./types.js").RakunOperationWithInput<{
|
|
1042
1060
|
challengeToken: string;
|
|
1043
1061
|
}, {
|
|
1044
1062
|
options: any;
|
|
1045
1063
|
}, "query", "post", "public">;
|
|
1046
|
-
"manager.auth.webauthn.auth.verify": import("./types").RakunOperationWithInput<{
|
|
1064
|
+
"manager.auth.webauthn.auth.verify": import("./types.js").RakunOperationWithInput<{
|
|
1047
1065
|
challengeToken: string;
|
|
1048
1066
|
response: any;
|
|
1049
1067
|
}, {
|
|
1050
1068
|
token: string;
|
|
1051
1069
|
}, "mutation", "post", "public">;
|
|
1052
|
-
} & import("./types").RakunOperationMap;
|
|
1070
|
+
} & import("./types.js").RakunOperationMap;
|
|
1053
1071
|
export { createManagerOperationDefinitions, createWebOperationDefinitions };
|
|
1054
|
-
export { getCustomApiOperationDefinitions, mergeOperationMaps, type RakunOperationNamespace, } from "./custom";
|
|
1055
|
-
export { type AnyRakunOperation, type AnyRakunOperationContract, createOperationManifest, createOperationPath, defineOperation, defineOperationContract, mergeOperationContracts, type RakunOperationAccess, type RakunOperationContractDefinition, type RakunOperationContractMap, type RakunOperationDefinitionFromContract, type RakunOperationDefinition, type RakunOperationHttpMethod, type RakunOperationImplementationFromContract, type RakunOperationImplementationMap, type RakunOperationKind, type RakunOperationManifestFromContracts, type RakunOperationMeta, type RakunOperationMap, type RakunOperationSuccessArgs, } from "./types";
|
|
1072
|
+
export { getCustomApiOperationDefinitions, mergeOperationMaps, type RakunOperationNamespace, } from "./custom.js";
|
|
1073
|
+
export { type AnyRakunOperation, type AnyRakunOperationContract, createOperationManifest, createOperationPath, defineOperation, defineOperationContract, mergeOperationContracts, type RakunOperationAccess, type RakunOperationContractDefinition, type RakunOperationContractMap, type RakunOperationDefinitionFromContract, type RakunOperationDefinition, type RakunOperationHttpMethod, type RakunOperationImplementationFromContract, type RakunOperationImplementationMap, type RakunOperationKind, type RakunOperationManifestFromContracts, type RakunOperationMeta, type RakunOperationMap, type RakunOperationSuccessArgs, } from "./types.js";
|
|
1056
1074
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,GAChC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,OAAO,CAAC;AAOtD,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/api/operations/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,+BAA+B,GAChC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,iCAAiC,EAAE,MAAM,WAAW,CAAC;AAC9D,OAAO,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAE,6BAA6B,EAAE,MAAM,OAAO,CAAC;AAOtD,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAY3C,CAAC;AAEF,OAAO,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,CAAC;AAC5E,OAAO,EACL,gCAAgC,EAChC,kBAAkB,EAClB,KAAK,uBAAuB,GAC7B,MAAM,UAAU,CAAC;AAClB,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,uBAAuB,EACvB,mBAAmB,EACnB,eAAe,EACf,uBAAuB,EACvB,uBAAuB,EACvB,KAAK,oBAAoB,EACzB,KAAK,gCAAgC,EACrC,KAAK,yBAAyB,EAC9B,KAAK,oCAAoC,EACzC,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,wCAAwC,EAC7C,KAAK,+BAA+B,EACpC,KAAK,kBAAkB,EACvB,KAAK,mCAAmC,EACxC,KAAK,kBAAkB,EACvB,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,GAC/B,MAAM,SAAS,CAAC"}
|