7143690d6cfd432d15789926d2a4e5280c6aed72
[motion2.git] / server / api / plugin / plugin.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 _0x69a3=['rpc','../../config/environment','jayson/promise','client','http','redis','localhost','socket.io-emitter','./plugin.socket','register','request','then','info','Plugin,\x20%s,\x20%s','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','stringify','error','message','result','CreatePlugin','create','body','options','catch','lodash','util','moment','bluebird','randomstring','../../mysqldb','../../config/utils'];(function(_0x499585,_0x342072){var _0x143e3e=function(_0x446719){while(--_0x446719){_0x499585['push'](_0x499585['shift']());}};_0x143e3e(++_0x342072);}(_0x69a3,0x143));var _0x369a=function(_0x46b854,_0x37556e){_0x46b854=_0x46b854-0x0;var _0x316dd7=_0x69a3[_0x46b854];return _0x316dd7;};'use strict';var _=require(_0x369a('0x0'));var util=require(_0x369a('0x1'));var moment=require(_0x369a('0x2'));var BPromise=require(_0x369a('0x3'));var rs=require(_0x369a('0x4'));var fs=require('fs');var Redis=require('ioredis');var db=require(_0x369a('0x5'))['db'];var utils=require(_0x369a('0x6'));var logger=require('../../config/logger')(_0x369a('0x7'));var config=require(_0x369a('0x8'));var jayson=require(_0x369a('0x9'));var client=jayson[_0x369a('0xa')][_0x369a('0xb')]({'port':0x232a});config[_0x369a('0xc')]=_['defaults'](config[_0x369a('0xc')],{'host':_0x369a('0xd'),'port':0x18eb});var socket=require(_0x369a('0xe'))(new Redis(config['redis']));require(_0x369a('0xf'))[_0x369a('0x10')](socket);function respondWithRpcPromise(_0x1b3d59,_0x22e5b8,_0x4e84ed){return new BPromise(function(_0x3a37de,_0x17557a){return client[_0x369a('0x11')](_0x1b3d59,_0x4e84ed)[_0x369a('0x12')](function(_0x5da3a3){logger[_0x369a('0x13')](_0x369a('0x14'),_0x22e5b8,_0x369a('0x15'));logger[_0x369a('0x16')](_0x369a('0x17'),_0x22e5b8,_0x369a('0x15'),JSON[_0x369a('0x18')](_0x5da3a3));if(_0x5da3a3[_0x369a('0x19')]){if(_0x5da3a3[_0x369a('0x19')]['code']===0x1f4){logger[_0x369a('0x19')](_0x369a('0x14'),_0x22e5b8,_0x5da3a3[_0x369a('0x19')]['message']);return _0x17557a(_0x5da3a3['error'][_0x369a('0x1a')]);}logger[_0x369a('0x19')](_0x369a('0x14'),_0x22e5b8,_0x5da3a3[_0x369a('0x19')][_0x369a('0x1a')]);return _0x3a37de(_0x5da3a3[_0x369a('0x19')][_0x369a('0x1a')]);}else{logger['info'](_0x369a('0x14'),_0x22e5b8,_0x369a('0x15'));_0x3a37de(_0x5da3a3[_0x369a('0x1b')][_0x369a('0x1a')]);}})['catch'](function(_0x3508ca){logger[_0x369a('0x19')](_0x369a('0x14'),_0x22e5b8,_0x3508ca);_0x17557a(_0x3508ca);});});}exports[_0x369a('0x1c')]=function(_0x1bdda1){var _0x1db09d=this;return new Promise(function(_0x3690d6,_0xc0ad49){return db['Plugin'][_0x369a('0x1d')](_0x1bdda1[_0x369a('0x1e')],{'raw':_0x1bdda1['options']?_0x1bdda1[_0x369a('0x1f')]['raw']===undefined?!![]:![]:!![]})['then'](function(_0x5ebfa7){logger[_0x369a('0x13')](_0x369a('0x1c'),_0x1bdda1);logger['debug'](_0x369a('0x1c'),_0x1bdda1,JSON[_0x369a('0x18')](_0x5ebfa7));_0x3690d6(_0x5ebfa7);})[_0x369a('0x20')](function(_0x5d38b1){logger[_0x369a('0x19')](_0x369a('0x1c'),_0x5d38b1[_0x369a('0x1a')],_0x1bdda1);_0xc0ad49(_0x1db09d['error'](0x1f4,_0x5d38b1[_0x369a('0x1a')]));});});};