UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

18 lines 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RestrictionLevel = exports.RestrictableObjectType = void 0; // see https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/RestrictableObjectType.html var RestrictableObjectType; (function (RestrictableObjectType) { RestrictableObjectType["ENTITY"] = "ENTITY"; RestrictableObjectType["EVALUATION"] = "EVALUATION"; RestrictableObjectType["TEAM"] = "TEAM"; })(RestrictableObjectType = exports.RestrictableObjectType || (exports.RestrictableObjectType = {})); // see https://rest-docs.synapse.org/rest/org/sagebionetworks/repo/model/RestrictionLevel.html var RestrictionLevel; (function (RestrictionLevel) { RestrictionLevel["OPEN"] = "OPEN"; RestrictionLevel["RESTRICTED_BY_TERMS_OF_USE"] = "RESTRICTED_BY_TERMS_OF_USE"; RestrictionLevel["CONTROLLED_BY_ACT"] = "CONTROLLED_BY_ACT"; })(RestrictionLevel = exports.RestrictionLevel || (exports.RestrictionLevel = {})); //# sourceMappingURL=RestrictionInformation.js.map