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