UNPKG

@sync-in/server

Version:

The secure, open-source platform for file storage, sharing, collaboration, and sync

27 lines (26 loc) 946 B
/* * Copyright (C) 2012-2025 Johan Legrand <johan.legrand@sync-in.com> * This file is part of Sync-in | The open source file sync and share solution * See the LICENSE file for licensing details */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: Object.getOwnPropertyDescriptor(all, name).get }); } _export(exports, { get SKIP_SPACE_PERMISSIONS_CHECK () { return SKIP_SPACE_PERMISSIONS_CHECK; }, get SkipSpacePermissionsCheck () { return SkipSpacePermissionsCheck; } }); const _common = require("@nestjs/common"); const SKIP_SPACE_PERMISSIONS_CHECK = 'skipSpacePermissionsCheck'; const SkipSpacePermissionsCheck = ()=>(0, _common.SetMetadata)(SKIP_SPACE_PERMISSIONS_CHECK, true); //# sourceMappingURL=space-skip-permissions.decorator.js.map