960c44500e32a0b8f70396a9973c878a55ecbb6f
[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 _0x3923=['ioredis','../../config/utils','jayson/promise','client','request','then','info','OpenchannelApplication,\x20%s,\x20%s','request\x20sent','OpenchannelApplication,\x20%s,\x20%s,\x20%s','stringify','error','message','result','catch','OpenchannelApplication','update','body','options','where','attributes','limit','UpdateOpenchannelApplication','debug','lodash','util','moment','bluebird','randomstring'];(function(_0x15ca1a,_0x30fc82){var _0x507626=function(_0x14c9bc){while(--_0x14c9bc){_0x15ca1a['push'](_0x15ca1a['shift']());}};_0x507626(++_0x30fc82);}(_0x3923,0x191));var _0x3392=function(_0x19e35c,_0x29cd1e){_0x19e35c=_0x19e35c-0x0;var _0x3e1fe8=_0x3923[_0x19e35c];return _0x3e1fe8;};'use strict';var _=require(_0x3392('0x0'));var util=require(_0x3392('0x1'));var moment=require(_0x3392('0x2'));var BPromise=require(_0x3392('0x3'));var rs=require(_0x3392('0x4'));var fs=require('fs');var Redis=require(_0x3392('0x5'));var db=require('../../mysqldb')['db'];var utils=require(_0x3392('0x6'));var logger=require('../../config/logger')('rpc');var config=require('../../config/environment');var jayson=require(_0x3392('0x7'));var client=jayson[_0x3392('0x8')]['http']({'port':0x232a});function respondWithRpcPromise(_0x2f717c,_0xe010bf,_0x5a8045){return new BPromise(function(_0xe2a9c5,_0x183c99){return client[_0x3392('0x9')](_0x2f717c,_0x5a8045)[_0x3392('0xa')](function(_0x12be4a){logger[_0x3392('0xb')](_0x3392('0xc'),_0xe010bf,_0x3392('0xd'));logger['debug'](_0x3392('0xe'),_0xe010bf,_0x3392('0xd'),JSON[_0x3392('0xf')](_0x12be4a));if(_0x12be4a[_0x3392('0x10')]){if(_0x12be4a[_0x3392('0x10')]['code']===0x1f4){logger[_0x3392('0x10')](_0x3392('0xc'),_0xe010bf,_0x12be4a[_0x3392('0x10')]['message']);return _0x183c99(_0x12be4a[_0x3392('0x10')]['message']);}logger[_0x3392('0x10')]('OpenchannelApplication,\x20%s,\x20%s',_0xe010bf,_0x12be4a[_0x3392('0x10')][_0x3392('0x11')]);return _0xe2a9c5(_0x12be4a[_0x3392('0x10')][_0x3392('0x11')]);}else{logger['info'](_0x3392('0xc'),_0xe010bf,'request\x20sent');_0xe2a9c5(_0x12be4a[_0x3392('0x12')][_0x3392('0x11')]);}})[_0x3392('0x13')](function(_0x5a4631){logger['error'](_0x3392('0xc'),_0xe010bf,_0x5a4631);_0x183c99(_0x5a4631);});});}exports['UpdateOpenchannelApplication']=function(_0x2a002d){var _0x1b8920=this;return new Promise(function(_0x174e98,_0x4d4a08){return db[_0x3392('0x14')][_0x3392('0x15')](_0x2a002d[_0x3392('0x16')],{'raw':_0x2a002d['options']?_0x2a002d['options']['raw']===undefined?!![]:![]:!![],'individualHooks':!![],'where':_0x2a002d[_0x3392('0x17')]?_0x2a002d[_0x3392('0x17')][_0x3392('0x18')]||null:null,'attributes':_0x2a002d[_0x3392('0x17')]?_0x2a002d[_0x3392('0x17')][_0x3392('0x19')]||null:null,'limit':_0x2a002d['options']?_0x2a002d[_0x3392('0x17')][_0x3392('0x1a')]||null:null})['then'](function(_0x3a1a5b){logger[_0x3392('0xb')](_0x3392('0x1b'),_0x2a002d);logger[_0x3392('0x1c')](_0x3392('0x1b'),_0x2a002d,JSON['stringify'](_0x3a1a5b));_0x174e98(_0x3a1a5b);})['catch'](function(_0x314902){logger[_0x3392('0x10')]('UpdateOpenchannelApplication',_0x314902[_0x3392('0x11')],_0x2a002d);_0x4d4a08(_0x1b8920[_0x3392('0x10')](0x1f4,_0x314902[_0x3392('0x11')]));});});};