Built motion from commit (unavailable).|2.5.26
[motion2.git] / server / api / smsInteraction / smsInteraction.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 _0x79eb=['util','../../config/logger','api','moment','bluebird','request-promise','rimraf','../../config/environment','define','sms_interactions','changed','closedAt','format','YYYY-MM-DD\x20HH:mm:ss'];(function(_0x4ef11c,_0x387510){var _0x1c3026=function(_0x582d43){while(--_0x582d43){_0x4ef11c['push'](_0x4ef11c['shift']());}};_0x1c3026(++_0x387510);}(_0x79eb,0xa8));var _0xb79e=function(_0x5a24b0,_0x4966a2){_0x5a24b0=_0x5a24b0-0x0;var _0x5151c2=_0x79eb[_0x5a24b0];return _0x5151c2;};'use strict';var _=require('lodash');var util=require(_0xb79e('0x0'));var logger=require(_0xb79e('0x1'))(_0xb79e('0x2'));var moment=require(_0xb79e('0x3'));var BPromise=require(_0xb79e('0x4'));var rp=require(_0xb79e('0x5'));var fs=require('fs');var path=require('path');var rimraf=require(_0xb79e('0x6'));var config=require(_0xb79e('0x7'));var attributes=require('./smsInteraction.attributes');module['exports']=function(_0x1d84c,_0x24ccee){return _0x1d84c[_0xb79e('0x8')]('SmsInteraction',attributes,{'tableName':_0xb79e('0x9'),'paranoid':![],'indexes':[],'timestamps':!![],'hooks':{'beforeUpdate':function(_0xccb422,_0xe9bb94,_0xbaa01f){if(_0xccb422[_0xb79e('0xa')]('closed')){_0xccb422[_0xb79e('0xb')]=moment()[_0xb79e('0xc')](_0xb79e('0xd'));}_0xbaa01f(null,_0xccb422);}}});};