e249daa5eb850a797c5e056e612e7557d49c2af5
[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 _0x8aed=['api','request-promise','path','define','chat_interactions','changed','closedAt','format','utf8mb4','utf8mb4_unicode_ci','lodash','util'];(function(_0x5e4cea,_0x50eb0e){var _0x151e98=function(_0x50479f){while(--_0x50479f){_0x5e4cea['push'](_0x5e4cea['shift']());}};_0x151e98(++_0x50eb0e);}(_0x8aed,0x8e));var _0xd8ae=function(_0x315bf5,_0x6794a3){_0x315bf5=_0x315bf5-0x0;var _0x34d518=_0x8aed[_0x315bf5];return _0x34d518;};'use strict';var _=require(_0xd8ae('0x0'));var util=require(_0xd8ae('0x1'));var logger=require('../../config/logger')(_0xd8ae('0x2'));var moment=require('moment');var BPromise=require('bluebird');var rp=require(_0xd8ae('0x3'));var fs=require('fs');var path=require(_0xd8ae('0x4'));var rimraf=require('rimraf');var config=require('../../config/environment');var attributes=require('./chatInteraction.attributes');module['exports']=function(_0x1e242c,_0x49d82d){return _0x1e242c[_0xd8ae('0x5')]('ChatInteraction',attributes,{'tableName':_0xd8ae('0x6'),'paranoid':![],'indexes':[],'timestamps':!![],'hooks':{'beforeUpdate':function(_0x56f199,_0x176a87,_0x352b15){if(_0x56f199[_0xd8ae('0x7')]('closed')){_0x56f199[_0xd8ae('0x8')]=moment()[_0xd8ae('0x9')]('YYYY-MM-DD\x20HH:mm:ss');}_0x352b15(null,_0x56f199);}},'charset':_0xd8ae('0xa'),'collate':_0xd8ae('0xb')});};