74c7cf1a400b1ca6b35833ab94cb14dae6efbd6b
[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 _0x34dc=['raw','stringify','CreatePlugin','lodash','moment','bluebird','ioredis','../../mysqldb','../../config/utils','rpc','../../config/environment','http','redis','defaults','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','error','code','message','result','catch','Plugin','create','body','options'];(function(_0x5410c2,_0x3efb8a){var _0xf253=function(_0x15ffea){while(--_0x15ffea){_0x5410c2['push'](_0x5410c2['shift']());}};_0xf253(++_0x3efb8a);}(_0x34dc,0x113));var _0xc34d=function(_0x24b75d,_0x2a16e3){_0x24b75d=_0x24b75d-0x0;var _0x232665=_0x34dc[_0x24b75d];return _0x232665;};'use strict';var _=require(_0xc34d('0x0'));var util=require('util');var moment=require(_0xc34d('0x1'));var BPromise=require(_0xc34d('0x2'));var rs=require('randomstring');var fs=require('fs');var Redis=require(_0xc34d('0x3'));var db=require(_0xc34d('0x4'))['db'];var utils=require(_0xc34d('0x5'));var logger=require('../../config/logger')(_0xc34d('0x6'));var config=require(_0xc34d('0x7'));var jayson=require('jayson/promise');var client=jayson['client'][_0xc34d('0x8')]({'port':0x232a});config[_0xc34d('0x9')]=_[_0xc34d('0xa')](config[_0xc34d('0x9')],{'host':_0xc34d('0xb'),'port':0x18eb});var socket=require(_0xc34d('0xc'))(new Redis(config[_0xc34d('0x9')]));require(_0xc34d('0xd'))[_0xc34d('0xe')](socket);function respondWithRpcPromise(_0x2d9d44,_0x3ffb95,_0x481699){return new BPromise(function(_0x281cb4,_0x5022cc){return client[_0xc34d('0xf')](_0x2d9d44,_0x481699)[_0xc34d('0x10')](function(_0xa3f0c){logger[_0xc34d('0x11')](_0xc34d('0x12'),_0x3ffb95,_0xc34d('0x13'));logger[_0xc34d('0x14')](_0xc34d('0x15'),_0x3ffb95,_0xc34d('0x13'),JSON['stringify'](_0xa3f0c));if(_0xa3f0c[_0xc34d('0x16')]){if(_0xa3f0c[_0xc34d('0x16')][_0xc34d('0x17')]===0x1f4){logger['error'](_0xc34d('0x12'),_0x3ffb95,_0xa3f0c['error'][_0xc34d('0x18')]);return _0x5022cc(_0xa3f0c[_0xc34d('0x16')]['message']);}logger[_0xc34d('0x16')](_0xc34d('0x12'),_0x3ffb95,_0xa3f0c[_0xc34d('0x16')]['message']);return _0x281cb4(_0xa3f0c['error']['message']);}else{logger[_0xc34d('0x11')]('Plugin,\x20%s,\x20%s',_0x3ffb95,_0xc34d('0x13'));_0x281cb4(_0xa3f0c[_0xc34d('0x19')][_0xc34d('0x18')]);}})[_0xc34d('0x1a')](function(_0x4102b7){logger[_0xc34d('0x16')]('Plugin,\x20%s,\x20%s',_0x3ffb95,_0x4102b7);_0x5022cc(_0x4102b7);});});}exports['CreatePlugin']=function(_0x1c5b8f){var _0x369735=this;return new Promise(function(_0x480d52,_0x54cf20){return db[_0xc34d('0x1b')][_0xc34d('0x1c')](_0x1c5b8f[_0xc34d('0x1d')],{'raw':_0x1c5b8f['options']?_0x1c5b8f[_0xc34d('0x1e')][_0xc34d('0x1f')]===undefined?!![]:![]:!![]})[_0xc34d('0x10')](function(_0x21af05){logger[_0xc34d('0x11')]('CreatePlugin',_0x1c5b8f);logger['debug']('CreatePlugin',_0x1c5b8f,JSON[_0xc34d('0x20')](_0x21af05));_0x480d52(_0x21af05);})[_0xc34d('0x1a')](function(_0x522de0){logger[_0xc34d('0x16')](_0xc34d('0x21'),_0x522de0['message'],_0x1c5b8f);_0x54cf20(_0x369735[_0xc34d('0x16')](0x1f4,_0x522de0[_0xc34d('0x18')]));});});};