synapse-react-client
Version:
[](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [](https://badge.fury.io/js/synaps
18 lines • 1.03 kB
JavaScript
;
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