aeac505e39b842dd86e9891a5a01dafe8b2cafba
[motion2.git] / server / api / chatInteraction / chatInteraction.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 _0xf91b=['moment','bluebird','path','rimraf','../../config/environment','define','changed','utf8mb4','lodash','util','api'];(function(_0x39ff53,_0x1dce66){var _0x1adf82=function(_0x51d56d){while(--_0x51d56d){_0x39ff53['push'](_0x39ff53['shift']());}};_0x1adf82(++_0x1dce66);}(_0xf91b,0x105));var _0xbf91=function(_0x5100b5,_0xc4c365){_0x5100b5=_0x5100b5-0x0;var _0x3c54c5=_0xf91b[_0x5100b5];return _0x3c54c5;};'use strict';var _=require(_0xbf91('0x0'));var util=require(_0xbf91('0x1'));var logger=require('../../config/logger')(_0xbf91('0x2'));var moment=require(_0xbf91('0x3'));var BPromise=require(_0xbf91('0x4'));var rp=require('request-promise');var fs=require('fs');var path=require(_0xbf91('0x5'));var rimraf=require(_0xbf91('0x6'));var config=require(_0xbf91('0x7'));var attributes=require('./chatInteraction.attributes');module['exports']=function(_0x15cab1,_0x25692f){return _0x15cab1[_0xbf91('0x8')]('ChatInteraction',attributes,{'tableName':'chat_interactions','paranoid':![],'indexes':[],'timestamps':!![],'hooks':{'beforeUpdate':function(_0x475449,_0x51eec3,_0x453fcb){if(_0x475449[_0xbf91('0x9')]('closed')){_0x475449['closedAt']=moment()['format']('YYYY-MM-DD\x20HH:mm:ss');}_0x453fcb(null,_0x475449);}},'charset':_0xbf91('0xa'),'collate':'utf8mb4_unicode_ci'});};