23e6ab1788c6855b11de0ee3bfd56b8c103d8216
[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 _0x5ee5=['utf8mb4_unicode_ci','lodash','util','../../config/logger','api','bluebird','path','../../config/environment','exports','define','ChatInteraction','changed','format'];(function(_0x4d578c,_0x4d2ed2){var _0xf41cac=function(_0x4edde3){while(--_0x4edde3){_0x4d578c['push'](_0x4d578c['shift']());}};_0xf41cac(++_0x4d2ed2);}(_0x5ee5,0x16d));var _0x55ee=function(_0x39cf70,_0x3ec55b){_0x39cf70=_0x39cf70-0x0;var _0x580424=_0x5ee5[_0x39cf70];return _0x580424;};'use strict';var _=require(_0x55ee('0x0'));var util=require(_0x55ee('0x1'));var logger=require(_0x55ee('0x2'))(_0x55ee('0x3'));var moment=require('moment');var BPromise=require(_0x55ee('0x4'));var rp=require('request-promise');var fs=require('fs');var path=require(_0x55ee('0x5'));var rimraf=require('rimraf');var config=require(_0x55ee('0x6'));var attributes=require('./chatInteraction.attributes');module[_0x55ee('0x7')]=function(_0x4f3335,_0xa12bbc){return _0x4f3335[_0x55ee('0x8')](_0x55ee('0x9'),attributes,{'tableName':'chat_interactions','paranoid':![],'indexes':[],'timestamps':!![],'hooks':{'beforeUpdate':function(_0x2f1673,_0x2d77d0,_0x18e97f){if(_0x2f1673[_0x55ee('0xa')]('closed')){_0x2f1673['closedAt']=moment()[_0x55ee('0xb')]('YYYY-MM-DD\x20HH:mm:ss');}_0x18e97f(null,_0x2f1673);}},'charset':'utf8mb4','collate':_0x55ee('0xc')});};