Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / openchannelApplication / openchannelApplication.rpc.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 _0x1b1f=['OpenchannelApplication,\x20%s,\x20%s,\x20%s','error','code','message','request\x20sent','result','catch','OpenchannelApplication','body','options','raw','limit','UpdateOpenchannelApplication','stringify','lodash','util','randomstring','../../config/logger','../../config/environment','jayson/promise','client','http','then','info','OpenchannelApplication,\x20%s,\x20%s','debug'];(function(_0x2887e8,_0x3add12){var _0x5c84fd=function(_0x547b76){while(--_0x547b76){_0x2887e8['push'](_0x2887e8['shift']());}};_0x5c84fd(++_0x3add12);}(_0x1b1f,0x17a));var _0xf1b1=function(_0x310fb6,_0x5b69a9){_0x310fb6=_0x310fb6-0x0;var _0x51c336=_0x1b1f[_0x310fb6];return _0x51c336;};'use strict';var _=require(_0xf1b1('0x0'));var util=require(_0xf1b1('0x1'));var moment=require('moment');var BPromise=require('bluebird');var rs=require(_0xf1b1('0x2'));var fs=require('fs');var Redis=require('ioredis');var db=require('../../mysqldb')['db'];var utils=require('../../config/utils');var logger=require(_0xf1b1('0x3'))('rpc');var config=require(_0xf1b1('0x4'));var jayson=require(_0xf1b1('0x5'));var client=jayson[_0xf1b1('0x6')][_0xf1b1('0x7')]({'port':0x232a});function respondWithRpcPromise(_0x4335a4,_0x3f2f9c,_0x41f9e5){return new BPromise(function(_0x2f01b6,_0x4e61df){return client['request'](_0x4335a4,_0x41f9e5)[_0xf1b1('0x8')](function(_0x282edc){logger[_0xf1b1('0x9')](_0xf1b1('0xa'),_0x3f2f9c,'request\x20sent');logger[_0xf1b1('0xb')](_0xf1b1('0xc'),_0x3f2f9c,'request\x20sent',JSON['stringify'](_0x282edc));if(_0x282edc['error']){if(_0x282edc[_0xf1b1('0xd')][_0xf1b1('0xe')]===0x1f4){logger['error']('OpenchannelApplication,\x20%s,\x20%s',_0x3f2f9c,_0x282edc[_0xf1b1('0xd')]['message']);return _0x4e61df(_0x282edc[_0xf1b1('0xd')][_0xf1b1('0xf')]);}logger[_0xf1b1('0xd')](_0xf1b1('0xa'),_0x3f2f9c,_0x282edc[_0xf1b1('0xd')]['message']);return _0x2f01b6(_0x282edc[_0xf1b1('0xd')][_0xf1b1('0xf')]);}else{logger['info'](_0xf1b1('0xa'),_0x3f2f9c,_0xf1b1('0x10'));_0x2f01b6(_0x282edc[_0xf1b1('0x11')]['message']);}})[_0xf1b1('0x12')](function(_0x2c7b33){logger['error'](_0xf1b1('0xa'),_0x3f2f9c,_0x2c7b33);_0x4e61df(_0x2c7b33);});});}exports['UpdateOpenchannelApplication']=function(_0x4d1688){var _0x365ab4=this;return new Promise(function(_0x3631a5,_0x5eb72){return db[_0xf1b1('0x13')]['update'](_0x4d1688[_0xf1b1('0x14')],{'raw':_0x4d1688[_0xf1b1('0x15')]?_0x4d1688['options'][_0xf1b1('0x16')]===undefined?!![]:![]:!![],'individualHooks':!![],'where':_0x4d1688[_0xf1b1('0x15')]?_0x4d1688['options']['where']||null:null,'attributes':_0x4d1688['options']?_0x4d1688[_0xf1b1('0x15')]['attributes']||null:null,'limit':_0x4d1688[_0xf1b1('0x15')]?_0x4d1688[_0xf1b1('0x15')][_0xf1b1('0x17')]||null:null})[_0xf1b1('0x8')](function(_0x2f1f98){logger[_0xf1b1('0x9')](_0xf1b1('0x18'),_0x4d1688);logger[_0xf1b1('0xb')](_0xf1b1('0x18'),_0x4d1688,JSON[_0xf1b1('0x19')](_0x2f1f98));_0x3631a5(_0x2f1f98);})['catch'](function(_0x4efee0){logger['error'](_0xf1b1('0x18'),_0x4efee0[_0xf1b1('0xf')],_0x4d1688);_0x5eb72(_0x365ab4['error'](0x1f4,_0x4efee0[_0xf1b1('0xf')]));});});};