cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
100 lines (99 loc) • 3.48 kB
JavaScript
var fakeDate = require( './date' );
module.exports = [
{
"data": {
authors: [ {
name: 'Tony Stark'
} ],
lastChangedBy: {
name: 'Patrick Duel'
},
"entityType": "/Document/Document",
"name": "SalesPitch for Dynamic Inc.",
"provider-origins": [ "Salesforce" ],
"uri": "https://cluedin.zendesk.com/agent/organizations/152929461/tickets",
"createdDate": fakeDate.now,
"modifiedDate": fakeDate.now,
"description": "Sales pitch dedicated for Dynamic Inc.",
"discoveryDate": fakeDate.now
},
"name": "SalesPitch for Dynamic Inc.",
"id": "af992313-7ced-5da4-9ee2-7482101fc887",
"providers": [ "Salesforce" ],
"NumberOfFollowers": 0,
"FollowersCount": 0,
"properties": []
},
{
"data": {
"entityType": "/Document/Presentation",
authors: [ {
name: 'Rick Grims'
} ],
lastChangedBy: {
name: 'Patrick Duel'
},
"name": "Trend show around use of Data in Sales",
"provider-origins": [ "Dropbox" ],
"uri": "https://cluedin.zendesk.com/agent/organizations/152929461/tickets",
"createdDate": fakeDate.now,
"modifiedDate": fakeDate.now,
"description": "Cerebro Technology\n740 Evergreen Terrace, Springfield",
"discoveryDate": fakeDate.now
},
"name": "Trend show around use of Data in Sales",
"id": "af992313-7ced-5da4-9ee2-7482101fc888",
"providers": [ "Dropbox" ],
"NumberOfFollowers": 0,
"FollowersCount": 0,
"properties": []
},
{
"data": {
authors: [ {
name: 'John Doe'
} ],
lastChangedBy: {
name: 'Rick Grims'
},
"entityType": "/Document/Presentation",
"name": "Pricing for Q4",
"provider-origins": [ "Trello" ],
"uri": "https://cluedin.zendesk.com/agent/organizations/152929461/tickets",
"createdDate": fakeDate.now,
"modifiedDate": fakeDate.now,
"description": "Cerebro Technology\n740 Evergreen Terrace, Springfield",
"discoveryDate": fakeDate.now
},
"name": "Pricing for Q4",
"id": "af992313-7ced-5da4-9ee2-7482101fc889",
"providers": [ "Trello" ],
"NumberOfFollowers": 0,
"FollowersCount": 0,
"properties": []
},
{
"data": {
authors: [ {
name: 'Patrick Duel'
} ],
lastChangedBy: {
name: 'Tony Stark'
},
"entityType": "/Image",
"name": "New COO appointed",
"provider-origins": [ "LinkedIn" ],
"uri": "https://cluedin.zendesk.com/agent/organizations/152929461/tickets",
"createdDate": fakeDate.now,
"modifiedDate": fakeDate.now,
"description": "Cerebro Technology\n740 Evergreen Terrace, Springfield",
"discoveryDate": fakeDate.now
},
"name": "New COO appointed",
"id": "af992313-7ced-5da4-9ee2-7482101fc890",
"providers": [ "LinkedIn" ],
"NumberOfFollowers": 0,
"FollowersCount": 0,
"properties": []
}
];