The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/tests/unit/server/services/omnichannel-analytics/mockData.ts

38 lines
1.1 KiB

export const conversations = [
{ ts: new Date('2023-11-07T14:37:40.081Z'), msgs: 21 },
{
ts: new Date('2023-11-14T02:10:38.971Z'),
msgs: 48,
metrics: {
response: { avg: 10, ft: 4 },
reaction: { ft: 10 },
},
},
{ ts: new Date('2023-11-04T20:33:27.172Z'), msgs: 82 },
{ ts: new Date('2023-11-12T11:37:17.716Z'), msgs: 93 },
{ ts: new Date('2023-11-30T17:27:00.057Z'), msgs: 65 },
{
ts: new Date('2023-11-28T01:13:44.980Z'),
msgs: 45,
metrics: {
response: { avg: 10.233, ft: 23.1 },
reaction: { ft: 13.2343333 },
},
},
{ ts: new Date('2023-11-19T04:05:23.717Z'), msgs: 11 },
{ ts: new Date('2023-11-15T09:16:21.890Z'), msgs: 17 },
{ ts: new Date('2023-11-26T03:53:19.443Z'), msgs: 37 },
{ ts: new Date('2023-11-24T13:45:01.650Z'), msgs: 96 },
{
ts: new Date('2023-11-25T07:46:38.990Z'),
msgs: 38,
metrics: {
response: { avg: 1.34344417, ft: 4.19383484 },
reaction: { ft: 123.040949 },
},
},
{ ts: new Date('2023-11-21T07:27:38.990Z'), msgs: 38 },
{ ts: new Date('2023-11-29T07:37:38.990Z'), msgs: 38 },
{ ts: new Date('2023-11-22T07:47:38.990Z'), msgs: 34 },
{ ts: new Date('2023-11-23T07:57:38.990Z'), msgs: 14 },
];