UNPKG

@sync-in/server

Version:

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

36 lines (35 loc) 952 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 LINK_ERROR () { return LINK_ERROR; }, get LINK_TYPE () { return LINK_TYPE; } }); const LINK_ERROR = { UNAUTHORIZED: 'unauthorized', DISABLED: 'disabled', EXCEEDED: 'exceeded', EXPIRED: 'expired', NOT_FOUND: 'not found' }; var LINK_TYPE = /*#__PURE__*/ function(LINK_TYPE) { LINK_TYPE["SPACE"] = "space"; LINK_TYPE["SHARE"] = "share"; return LINK_TYPE; }({}); //# sourceMappingURL=links.js.map