305661b4d562603b845f2dba3604ffde479112bc
[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 _0x3663=['../../config/environment','jayson/promise','client','http','redis','localhost','socket.io-emitter','./plugin.socket','register','request','info','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','stringify','error','code','Plugin,\x20%s,\x20%s','message','result','catch','CreatePlugin','create','body','options','raw','then','lodash','bluebird','randomstring','ioredis','../../mysqldb','../../config/utils','../../config/logger','rpc'];(function(_0x1aac79,_0x49166b){var _0x51dd9f=function(_0x49a021){while(--_0x49a021){_0x1aac79['push'](_0x1aac79['shift']());}};_0x51dd9f(++_0x49166b);}(_0x3663,0x1e2));var _0x3366=function(_0xf59389,_0x36dbc2){_0xf59389=_0xf59389-0x0;var _0x5ec992=_0x3663[_0xf59389];return _0x5ec992;};'use strict';var _=require(_0x3366('0x0'));var util=require('util');var moment=require('moment');var BPromise=require(_0x3366('0x1'));var rs=require(_0x3366('0x2'));var fs=require('fs');var Redis=require(_0x3366('0x3'));var db=require(_0x3366('0x4'))['db'];var utils=require(_0x3366('0x5'));var logger=require(_0x3366('0x6'))(_0x3366('0x7'));var config=require(_0x3366('0x8'));var jayson=require(_0x3366('0x9'));var client=jayson[_0x3366('0xa')][_0x3366('0xb')]({'port':0x232a});config[_0x3366('0xc')]=_['defaults'](config[_0x3366('0xc')],{'host':_0x3366('0xd'),'port':0x18eb});var socket=require(_0x3366('0xe'))(new Redis(config['redis']));require(_0x3366('0xf'))[_0x3366('0x10')](socket);function respondWithRpcPromise(_0x504a43,_0x9ff109,_0x5605e3){return new BPromise(function(_0x27e853,_0x45fdc9){return client[_0x3366('0x11')](_0x504a43,_0x5605e3)['then'](function(_0x4eab83){logger[_0x3366('0x12')]('Plugin,\x20%s,\x20%s',_0x9ff109,_0x3366('0x13'));logger[_0x3366('0x14')](_0x3366('0x15'),_0x9ff109,_0x3366('0x13'),JSON[_0x3366('0x16')](_0x4eab83));if(_0x4eab83[_0x3366('0x17')]){if(_0x4eab83[_0x3366('0x17')][_0x3366('0x18')]===0x1f4){logger['error'](_0x3366('0x19'),_0x9ff109,_0x4eab83[_0x3366('0x17')][_0x3366('0x1a')]);return _0x45fdc9(_0x4eab83[_0x3366('0x17')][_0x3366('0x1a')]);}logger[_0x3366('0x17')](_0x3366('0x19'),_0x9ff109,_0x4eab83[_0x3366('0x17')][_0x3366('0x1a')]);return _0x27e853(_0x4eab83[_0x3366('0x17')]['message']);}else{logger[_0x3366('0x12')](_0x3366('0x19'),_0x9ff109,'request\x20sent');_0x27e853(_0x4eab83[_0x3366('0x1b')][_0x3366('0x1a')]);}})[_0x3366('0x1c')](function(_0x53b9f1){logger[_0x3366('0x17')](_0x3366('0x19'),_0x9ff109,_0x53b9f1);_0x45fdc9(_0x53b9f1);});});}exports[_0x3366('0x1d')]=function(_0xc2ef02){var _0x670ab0=this;return new Promise(function(_0x53982b,_0x1fa846){return db['Plugin'][_0x3366('0x1e')](_0xc2ef02[_0x3366('0x1f')],{'raw':_0xc2ef02['options']?_0xc2ef02[_0x3366('0x20')][_0x3366('0x21')]===undefined?!![]:![]:!![]})[_0x3366('0x22')](function(_0x5adb0d){logger[_0x3366('0x12')](_0x3366('0x1d'),_0xc2ef02);logger[_0x3366('0x14')](_0x3366('0x1d'),_0xc2ef02,JSON[_0x3366('0x16')](_0x5adb0d));_0x53982b(_0x5adb0d);})[_0x3366('0x1c')](function(_0xdecd45){logger[_0x3366('0x17')](_0x3366('0x1d'),_0xdecd45[_0x3366('0x1a')],_0xc2ef02);_0x1fa846(_0x670ab0[_0x3366('0x17')](0x1f4,_0xdecd45[_0x3366('0x1a')]));});});};