284a88cc0dc251abcc8ee97b8ef3fd2f80ba6751
[motion2.git] / server / api / faxApplication / faxApplication.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 _0x010a=['http','request','info','FaxApplication,\x20%s,\x20%s','debug','FaxApplication,\x20%s,\x20%s,\x20%s','request\x20sent','stringify','code','error','message','result','FaxApplication','options','raw','where','attributes','limit','UpdateFaxApplication','catch','util','bluebird','randomstring','../../mysqldb','../../config/utils','../../config/logger','rpc','../../config/environment','jayson/promise','client'];(function(_0x178e48,_0x3c9509){var _0x440d7e=function(_0xc2f8a0){while(--_0xc2f8a0){_0x178e48['push'](_0x178e48['shift']());}};_0x440d7e(++_0x3c9509);}(_0x010a,0x1f4));var _0xa010=function(_0x42cff3,_0xbbeba8){_0x42cff3=_0x42cff3-0x0;var _0x4201ba=_0x010a[_0x42cff3];return _0x4201ba;};'use strict';var _=require('lodash');var util=require(_0xa010('0x0'));var moment=require('moment');var BPromise=require(_0xa010('0x1'));var rs=require(_0xa010('0x2'));var fs=require('fs');var Redis=require('ioredis');var db=require(_0xa010('0x3'))['db'];var utils=require(_0xa010('0x4'));var logger=require(_0xa010('0x5'))(_0xa010('0x6'));var config=require(_0xa010('0x7'));var jayson=require(_0xa010('0x8'));var client=jayson[_0xa010('0x9')][_0xa010('0xa')]({'port':0x232a});function respondWithRpcPromise(_0x39235c,_0x4e7117,_0x45f03){return new BPromise(function(_0x368806,_0x283c99){return client[_0xa010('0xb')](_0x39235c,_0x45f03)['then'](function(_0xf1fe2d){logger[_0xa010('0xc')](_0xa010('0xd'),_0x4e7117,'request\x20sent');logger[_0xa010('0xe')](_0xa010('0xf'),_0x4e7117,_0xa010('0x10'),JSON[_0xa010('0x11')](_0xf1fe2d));if(_0xf1fe2d['error']){if(_0xf1fe2d['error'][_0xa010('0x12')]===0x1f4){logger[_0xa010('0x13')]('FaxApplication,\x20%s,\x20%s',_0x4e7117,_0xf1fe2d[_0xa010('0x13')]['message']);return _0x283c99(_0xf1fe2d[_0xa010('0x13')][_0xa010('0x14')]);}logger['error'](_0xa010('0xd'),_0x4e7117,_0xf1fe2d[_0xa010('0x13')][_0xa010('0x14')]);return _0x368806(_0xf1fe2d[_0xa010('0x13')]['message']);}else{logger[_0xa010('0xc')](_0xa010('0xd'),_0x4e7117,_0xa010('0x10'));_0x368806(_0xf1fe2d[_0xa010('0x15')][_0xa010('0x14')]);}})['catch'](function(_0x1c9077){logger[_0xa010('0x13')](_0xa010('0xd'),_0x4e7117,_0x1c9077);_0x283c99(_0x1c9077);});});}exports['UpdateFaxApplication']=function(_0x20e699){var _0x507529=this;return new Promise(function(_0x54b138,_0x12c06f){return db[_0xa010('0x16')]['update'](_0x20e699['body'],{'raw':_0x20e699[_0xa010('0x17')]?_0x20e699[_0xa010('0x17')][_0xa010('0x18')]===undefined?!![]:![]:!![],'individualHooks':!![],'where':_0x20e699[_0xa010('0x17')]?_0x20e699[_0xa010('0x17')][_0xa010('0x19')]||null:null,'attributes':_0x20e699[_0xa010('0x17')]?_0x20e699[_0xa010('0x17')][_0xa010('0x1a')]||null:null,'limit':_0x20e699[_0xa010('0x17')]?_0x20e699[_0xa010('0x17')][_0xa010('0x1b')]||null:null})['then'](function(_0x15b301){logger['info'](_0xa010('0x1c'),_0x20e699);logger[_0xa010('0xe')](_0xa010('0x1c'),_0x20e699,JSON[_0xa010('0x11')](_0x15b301));_0x54b138(_0x15b301);})[_0xa010('0x1d')](function(_0x32fee6){logger[_0xa010('0x13')](_0xa010('0x1c'),_0x32fee6[_0xa010('0x14')],_0x20e699);_0x12c06f(_0x507529[_0xa010('0x13')](0x1f4,_0x32fee6[_0xa010('0x14')]));});});};