UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

32 lines (31 loc) 927 B
import { MOCK_USER_ID as e } from "../user/mock_user_profile.js"; import { MOCK_TABLE_ENTITY_ID as t } from "../entity/mockTableEntity.js"; const o = "1112345", r = "My test activity", c = "My test activity description", a = { id: o, name: r, description: c, etag: "3e2f0478-29d4-4106-8a7a-38b609505dcf", createdOn: "2018-10-24T23:38:28.331Z", modifiedOn: "2018-10-25T18:42:47.600Z", createdBy: `${e}`, modifiedBy: `${e}`, used: [ { wasExecuted: !1, concreteType: "org.sagebionetworks.repo.model.provenance.UsedEntity", reference: { targetId: t } }, { wasExecuted: !0, concreteType: "org.sagebionetworks.repo.model.provenance.UsedURL", name: "process.R", url: "https://raw.githubusercontent.com/Sage-Bionetworks/agoradataprocessing/v1.0.0/exec/process.R" } ] }; export { a as mockActivity }; //# sourceMappingURL=mockActivity.js.map