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

35 lines 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entityJsonKeys = void 0; /** * A string array of all possible keys used by Synapse in Entity objects (objects that inherit this interface: https://docs.synapse.org/rest/org/sagebionetworks/repo/model/Entity.html). * This object is used to determine which fields are standard and which are annotations, * so it's important that this array contains all keys in the objects that implement the linked interface above. */ exports.entityJsonKeys = [ 'name', 'id', 'etag', 'createdOn', 'modifiedOn', 'createdBy', 'modifiedBy', 'parentId', 'concreteType', 'versionNumber', 'versionLabel', 'versionComment', 'isLatestVersion', 'dataFileHandleId', 'fileNameOverride', 'columnIds', 'scopeIds', 'linksTo', 'linksToClassName', 'repositoryName', 'isManaged', 'viewTypeMask', 'type', 'alias', ]; //# sourceMappingURL=Entity.js.map