de6ae3ac3cd44a0dde459049e1875fa8268ae65a
[motion2.git] / server / api / chatMessage / chatMessage.model.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x3f5a=['util','moment','request-promise','path','rimraf','../../config/environment','./chatMessage.attributes','exports','define','chat_messages','fti_chat_messages','models','direction','toLowerCase','isNil','findOne','then','update','createdAt','error','utf8mb4','utf8mb4_unicode_ci','lodash'];(function(_0x2724e5,_0x229d74){var _0x4b6621=function(_0x787046){while(--_0x787046){_0x2724e5['push'](_0x2724e5['shift']());}};_0x4b6621(++_0x229d74);}(_0x3f5a,0xce));var _0xa3f5=function(_0x4d2f00,_0x4e94d5){_0x4d2f00=_0x4d2f00-0x0;var _0x2d7b7f=_0x3f5a[_0x4d2f00];return _0x2d7b7f;};'use strict';var _=require(_0xa3f5('0x0'));var util=require(_0xa3f5('0x1'));var logger=require('../../config/logger')('api');var moment=require(_0xa3f5('0x2'));var BPromise=require('bluebird');var rp=require(_0xa3f5('0x3'));var fs=require('fs');var path=require(_0xa3f5('0x4'));var rimraf=require(_0xa3f5('0x5'));var config=require(_0xa3f5('0x6'));var attributes=require(_0xa3f5('0x7'));module[_0xa3f5('0x8')]=function(_0x5521fa,_0x1b16c2){return _0x5521fa[_0xa3f5('0x9')]('ChatMessage',attributes,{'tableName':_0xa3f5('0xa'),'paranoid':![],'indexes':[{'name':_0xa3f5('0xb'),'fields':['body'],'type':'FULLTEXT'}],'timestamps':!![],'hooks':{'afterCreate':function(_0x20ffbc,_0x58d2c8,_0x514669){var _0x542edd=_0x5521fa[_0xa3f5('0xc')];var _0x3cc094=_0x20ffbc['get']({'plain':!![]});if(_0x3cc094[_0xa3f5('0xd')][_0xa3f5('0xe')]()==='in'||_0x3cc094[_0xa3f5('0xd')]['toLowerCase']()==='out'&&!_0x3cc094['secret']&&!_[_0xa3f5('0xf')](_0x3cc094['UserId'])){_0x542edd['ChatInteraction'][_0xa3f5('0x10')]({'where':{'id':_0x3cc094['ChatInteractionId']}})[_0xa3f5('0x11')](function(_0x51ae74){if(_0x51ae74){_0x51ae74[_0xa3f5('0x12')]({'lastMsgAt':_0x3cc094[_0xa3f5('0x13')],'lastMsgDirection':_0x3cc094[_0xa3f5('0xd')][_0xa3f5('0xe')]()});}})['catch'](function(_0x560b24){console[_0xa3f5('0x14')](_0x560b24);});}_0x514669();}},'charset':_0xa3f5('0x15'),'collate':_0xa3f5('0x16')});};