bd61431dfadda8d3bb94be5dde628138c65d28f2
[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 _0x9b42=['../../config/environment','jayson/promise','client','http','defaults','localhost','socket.io-emitter','redis','./plugin.socket','register','request','then','info','Plugin,\x20%s,\x20%s','debug','request\x20sent','stringify','error','code','message','result','CreatePlugin','Plugin','create','body','options','raw','catch','lodash','util','moment','bluebird','ioredis','../../mysqldb','../../config/logger','rpc'];(function(_0x55a8d1,_0x517b73){var _0x2a5210=function(_0x17c765){while(--_0x17c765){_0x55a8d1['push'](_0x55a8d1['shift']());}};_0x2a5210(++_0x517b73);}(_0x9b42,0x118));var _0x29b4=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0x9b42[_0x14add3];return _0x4a174f;};'use strict';var _=require(_0x29b4('0x0'));var util=require(_0x29b4('0x1'));var moment=require(_0x29b4('0x2'));var BPromise=require(_0x29b4('0x3'));var rs=require('randomstring');var fs=require('fs');var Redis=require(_0x29b4('0x4'));var db=require(_0x29b4('0x5'))['db'];var utils=require('../../config/utils');var logger=require(_0x29b4('0x6'))(_0x29b4('0x7'));var config=require(_0x29b4('0x8'));var jayson=require(_0x29b4('0x9'));var client=jayson[_0x29b4('0xa')][_0x29b4('0xb')]({'port':0x232a});config['redis']=_[_0x29b4('0xc')](config['redis'],{'host':_0x29b4('0xd'),'port':0x18eb});var socket=require(_0x29b4('0xe'))(new Redis(config[_0x29b4('0xf')]));require(_0x29b4('0x10'))[_0x29b4('0x11')](socket);function respondWithRpcPromise(_0x14ade3,_0x4fc648,_0x17aeca){return new BPromise(function(_0x1fdc22,_0x2c532c){return client[_0x29b4('0x12')](_0x14ade3,_0x17aeca)[_0x29b4('0x13')](function(_0x8595c1){logger[_0x29b4('0x14')](_0x29b4('0x15'),_0x4fc648,'request\x20sent');logger[_0x29b4('0x16')]('Plugin,\x20%s,\x20%s,\x20%s',_0x4fc648,_0x29b4('0x17'),JSON[_0x29b4('0x18')](_0x8595c1));if(_0x8595c1[_0x29b4('0x19')]){if(_0x8595c1[_0x29b4('0x19')][_0x29b4('0x1a')]===0x1f4){logger[_0x29b4('0x19')](_0x29b4('0x15'),_0x4fc648,_0x8595c1[_0x29b4('0x19')]['message']);return _0x2c532c(_0x8595c1[_0x29b4('0x19')][_0x29b4('0x1b')]);}logger[_0x29b4('0x19')](_0x29b4('0x15'),_0x4fc648,_0x8595c1[_0x29b4('0x19')][_0x29b4('0x1b')]);return _0x1fdc22(_0x8595c1[_0x29b4('0x19')][_0x29b4('0x1b')]);}else{logger['info']('Plugin,\x20%s,\x20%s',_0x4fc648,'request\x20sent');_0x1fdc22(_0x8595c1[_0x29b4('0x1c')]['message']);}})['catch'](function(_0x2005cc){logger[_0x29b4('0x19')](_0x29b4('0x15'),_0x4fc648,_0x2005cc);_0x2c532c(_0x2005cc);});});}exports[_0x29b4('0x1d')]=function(_0x352147){var _0x9e9bda=this;return new Promise(function(_0x1f08be,_0x913a){return db[_0x29b4('0x1e')][_0x29b4('0x1f')](_0x352147[_0x29b4('0x20')],{'raw':_0x352147[_0x29b4('0x21')]?_0x352147['options'][_0x29b4('0x22')]===undefined?!![]:![]:!![]})[_0x29b4('0x13')](function(_0x1aeb11){logger[_0x29b4('0x14')]('CreatePlugin',_0x352147);logger[_0x29b4('0x16')](_0x29b4('0x1d'),_0x352147,JSON['stringify'](_0x1aeb11));_0x1f08be(_0x1aeb11);})[_0x29b4('0x23')](function(_0x3c7b1b){logger[_0x29b4('0x19')]('CreatePlugin',_0x3c7b1b[_0x29b4('0x1b')],_0x352147);_0x913a(_0x9e9bda[_0x29b4('0x19')](0x1f4,_0x3c7b1b['message']));});});};