c930672d01009979f8b257c0df1732e821f2aeda
[motion2.git] / server / api / whatsappInteraction / whatsappInteraction.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 _0x5c1a=['util','../../config/logger','api','bluebird','request-promise','path','./whatsappInteraction.attributes','exports','define','WhatsappInteraction','YYYY-MM-DD\x20HH:mm:ss'];(function(_0x31f7f7,_0x91c06c){var _0x24e375=function(_0x617c3e){while(--_0x617c3e){_0x31f7f7['push'](_0x31f7f7['shift']());}};_0x24e375(++_0x91c06c);}(_0x5c1a,0x13f));var _0xa5c1=function(_0x1c7889,_0x24cd26){_0x1c7889=_0x1c7889-0x0;var _0x2f14e5=_0x5c1a[_0x1c7889];return _0x2f14e5;};'use strict';var _=require('lodash');var util=require(_0xa5c1('0x0'));var logger=require(_0xa5c1('0x1'))(_0xa5c1('0x2'));var moment=require('moment');var BPromise=require(_0xa5c1('0x3'));var rp=require(_0xa5c1('0x4'));var fs=require('fs');var path=require(_0xa5c1('0x5'));var rimraf=require('rimraf');var config=require('../../config/environment');var attributes=require(_0xa5c1('0x6'));module[_0xa5c1('0x7')]=function(_0x3d0fa6,_0x4f6180){return _0x3d0fa6[_0xa5c1('0x8')](_0xa5c1('0x9'),attributes,{'tableName':'whatsapp_interactions','paranoid':![],'indexes':[],'timestamps':!![],'hooks':{'beforeUpdate':function(_0x54a185,_0x57ccd2,_0x1e55c7){if(_0x54a185['changed']('closed')){_0x54a185['closedAt']=moment()['format'](_0xa5c1('0xa'));}_0x1e55c7(null,_0x54a185);}}});};