projeto-hit/frontend/src/components/Report/MTable/data.js

113 lines
3.9 KiB
JavaScript
Raw Normal View History

import { gridDateTimeFormatter } from "@mui/x-data-grid";
export const data = [
{
"id": 210,
"status": "closed",
"createdAt": "2022-01-18T20:24:23.000Z",
"updatedAt": "2022-01-18T20:26:10.000Z",
"contact": {
"name": "WhatsApp",
"number": "5517988325936"
},
"user": {
"name": "Administrador",
"email": "admin@whaticket.com"
},
"queue": {
"name": "Cobrança"
},
"messages": [
{
"id": 1,
"mediaUrl": null,
"body": "Ola",
"read": true,
"mediaType": "chat",
"fromMe": false,
"createdAt": "2022-01-18T20:24:24.007Z"
},
{
"id": 2,
"mediaUrl": null,
"body": "HIT COMMUNICATIONS 🇧🇷\n\nBem vindo ao novo canal digital de atendimento ao cliente. Escolha uma opção do MENU abaixo 👇 e digite o número:\n*1* - Atendimento a Fornecedores\n*2* - Cancelamento ou Sugestões\n*3* - Cobrança\n*4* - Comercial\n*5* - Contas a Pagar\n*6* - Suporte Técnico\n",
"read": true,
"mediaType": "chat",
"fromMe": true,
"createdAt": "2022-01-18T20:24:27.097Z"
},
{
"id": 3,
"mediaUrl": null,
"body": "G",
"read": true,
"mediaType": "chat",
"fromMe": false,
"createdAt": "2022-01-18T20:24:37.923Z"
},
{
"id": 4,
"mediaUrl": null,
"body": "HIT COMMUNICATIONS 🇧🇷\n\nBem vindo ao novo canal digital de atendimento ao cliente. Escolha uma opção do MENU abaixo 👇 e digite o número:\n*1* - Atendimento a Fornecedores\n*2* - Cancelamento ou Sugestões\n*3* - Cobrança\n*4* - Comercial\n*5* - Contas a Pagar\n*6* - Suporte Técnico\n",
"read": true,
"mediaType": "chat",
"fromMe": true,
"createdAt": "2022-01-18T20:24:40.980Z"
},
{
"id": 5,
"mediaUrl": null,
"body": "3",
"read": true,
"mediaType": "chat",
"fromMe": false,
"createdAt": "2022-01-18T20:24:57.888Z"
},
{
"id": 6,
"mediaUrl": null,
"body": "Olá sou da Cobrança, vou te atender em alguns instantes!",
"read": true,
"mediaType": "chat",
"fromMe": true,
"createdAt": "2022-01-18T20:24:58.580Z"
},
{
"id": 7,
"mediaUrl": null,
"body": "Ok",
"read": true,
"mediaType": "chat",
"fromMe": false,
"createdAt": "2022-01-18T20:25:05.310Z"
},
{
"id": 8,
"mediaUrl": null,
"body": "*Administrador:*\nOlá no que posso ajudar",
"read": true,
"mediaType": "chat",
"fromMe": true,
"createdAt": "2022-01-18T20:25:32.291Z"
},
{
"id": 9,
"mediaUrl": null,
"body": "Aqui ta chovendo",
"read": true,
"mediaType": "chat",
"fromMe": false,
"createdAt": "2022-01-18T20:25:52.922Z"
},
{
"id": 10,
"mediaUrl": null,
"body": "*Administrador:*\nCerto boa tarde",
"read": true,
"mediaType": "chat",
"fromMe": true,
"createdAt": "2022-01-18T20:26:04.360Z"
}
]
}
]