3ae69a2e0985504b61a4e84b0d34e231ac2431f3
[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 _0x05ee=['request-promise','path','rimraf','../../config/environment','./chatInteraction.attributes','exports','changed','closed','closedAt','format','utf8mb4','lodash','util','../../config/logger','api','moment'];(function(_0x22f4e1,_0x18c57c){var _0x49498f=function(_0x331331){while(--_0x331331){_0x22f4e1['push'](_0x22f4e1['shift']());}};_0x49498f(++_0x18c57c);}(_0x05ee,0x1bb));var _0xe05e=function(_0x26b80e,_0x5c9333){_0x26b80e=_0x26b80e-0x0;var _0x84a8a8=_0x05ee[_0x26b80e];return _0x84a8a8;};'use strict';var _=require(_0xe05e('0x0'));var util=require(_0xe05e('0x1'));var logger=require(_0xe05e('0x2'))(_0xe05e('0x3'));var moment=require(_0xe05e('0x4'));var BPromise=require('bluebird');var rp=require(_0xe05e('0x5'));var fs=require('fs');var path=require(_0xe05e('0x6'));var rimraf=require(_0xe05e('0x7'));var config=require(_0xe05e('0x8'));var attributes=require(_0xe05e('0x9'));module[_0xe05e('0xa')]=function(_0x2ab159,_0x23e4a4){return _0x2ab159['define']('ChatInteraction',attributes,{'tableName':'chat_interactions','paranoid':![],'indexes':[],'timestamps':!![],'hooks':{'beforeUpdate':function(_0x1a54f4,_0x187bc8,_0x5608cf){if(_0x1a54f4[_0xe05e('0xb')](_0xe05e('0xc'))){_0x1a54f4[_0xe05e('0xd')]=moment()[_0xe05e('0xe')]('YYYY-MM-DD\x20HH:mm:ss');}_0x5608cf(null,_0x1a54f4);}},'charset':_0xe05e('0xf'),'collate':'utf8mb4_unicode_ci'});};