867bafd67e83eecd0cbf85eb1d2b9978e5717c92
[motion2.git] / server / api / faxMessage / faxMessage.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 _0x98e9=['exports','define','FaxMessage','fti_fax_messages','FULLTEXT','direction','toLowerCase','UserId','FaxInteraction','FaxInteractionId','then','update','createdAt','catch','error','utf8mb4_unicode_ci','lodash','util','../../config/logger','moment','request-promise','path','rimraf'];(function(_0x2270cc,_0x2188c8){var _0x40006f=function(_0x28c4c5){while(--_0x28c4c5){_0x2270cc['push'](_0x2270cc['shift']());}};_0x40006f(++_0x2188c8);}(_0x98e9,0xdf));var _0x998e=function(_0x582451,_0x2faa1b){_0x582451=_0x582451-0x0;var _0x15f85f=_0x98e9[_0x582451];return _0x15f85f;};'use strict';var _=require(_0x998e('0x0'));var util=require(_0x998e('0x1'));var logger=require(_0x998e('0x2'))('api');var moment=require(_0x998e('0x3'));var BPromise=require('bluebird');var rp=require(_0x998e('0x4'));var fs=require('fs');var path=require(_0x998e('0x5'));var rimraf=require(_0x998e('0x6'));var config=require('../../config/environment');var attributes=require('./faxMessage.attributes');module[_0x998e('0x7')]=function(_0x4f3810,_0x397d68){return _0x4f3810[_0x998e('0x8')](_0x998e('0x9'),attributes,{'tableName':'fax_messages','paranoid':![],'indexes':[{'name':_0x998e('0xa'),'fields':['body'],'type':_0x998e('0xb')}],'timestamps':!![],'hooks':{'afterCreate':function(_0x13ce96,_0x25cec3,_0x2269ff){var _0x10ba46=_0x4f3810['models'];var _0x832a4c=_0x13ce96['get']({'plain':!![]});if(_0x832a4c[_0x998e('0xc')][_0x998e('0xd')]()==='in'||_0x832a4c[_0x998e('0xc')]['toLowerCase']()==='out'&&!_0x832a4c['secret']&&!_['isNil'](_0x832a4c[_0x998e('0xe')])){_0x10ba46[_0x998e('0xf')]['findOne']({'where':{'id':_0x832a4c[_0x998e('0x10')]}})[_0x998e('0x11')](function(_0x4dd1f7){if(_0x4dd1f7){_0x4dd1f7[_0x998e('0x12')]({'lastMsgAt':_0x832a4c[_0x998e('0x13')],'lastMsgDirection':_0x832a4c[_0x998e('0xc')][_0x998e('0xd')]()});}})[_0x998e('0x14')](function(_0x2147fc){console[_0x998e('0x15')](_0x2147fc);});}_0x2269ff();}},'charset':'utf8mb4','collate':_0x998e('0x16')});};