Built motion from commit (unavailable).|2.5.10
[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 _0x4119=['../../config/utils','rpc','../../config/environment','jayson/promise','client','http','redis','socket.io-emitter','register','request','then','info','Plugin,\x20%s,\x20%s','request\x20sent','debug','Plugin,\x20%s,\x20%s,\x20%s','error','code','message','result','CreatePlugin','create','body','options','raw','stringify','catch','lodash','util','moment','bluebird','randomstring','ioredis','../../mysqldb'];(function(_0x38dd34,_0x498541){var _0x196fbd=function(_0x31afd0){while(--_0x31afd0){_0x38dd34['push'](_0x38dd34['shift']());}};_0x196fbd(++_0x498541);}(_0x4119,0xe7));var _0x9411=function(_0x491a7f,_0x28bb80){_0x491a7f=_0x491a7f-0x0;var _0x3d8f44=_0x4119[_0x491a7f];return _0x3d8f44;};'use strict';var _=require(_0x9411('0x0'));var util=require(_0x9411('0x1'));var moment=require(_0x9411('0x2'));var BPromise=require(_0x9411('0x3'));var rs=require(_0x9411('0x4'));var fs=require('fs');var Redis=require(_0x9411('0x5'));var db=require(_0x9411('0x6'))['db'];var utils=require(_0x9411('0x7'));var logger=require('../../config/logger')(_0x9411('0x8'));var config=require(_0x9411('0x9'));var jayson=require(_0x9411('0xa'));var client=jayson[_0x9411('0xb')][_0x9411('0xc')]({'port':0x232a});config[_0x9411('0xd')]=_['defaults'](config[_0x9411('0xd')],{'host':'localhost','port':0x18eb});var socket=require(_0x9411('0xe'))(new Redis(config[_0x9411('0xd')]));require('./plugin.socket')[_0x9411('0xf')](socket);function respondWithRpcPromise(_0x83791b,_0x3c536a,_0x3f3f7b){return new BPromise(function(_0x2185f3,_0x35394b){return client[_0x9411('0x10')](_0x83791b,_0x3f3f7b)[_0x9411('0x11')](function(_0x9b5fc4){logger[_0x9411('0x12')](_0x9411('0x13'),_0x3c536a,_0x9411('0x14'));logger[_0x9411('0x15')](_0x9411('0x16'),_0x3c536a,_0x9411('0x14'),JSON['stringify'](_0x9b5fc4));if(_0x9b5fc4['error']){if(_0x9b5fc4[_0x9411('0x17')][_0x9411('0x18')]===0x1f4){logger[_0x9411('0x17')](_0x9411('0x13'),_0x3c536a,_0x9b5fc4[_0x9411('0x17')]['message']);return _0x35394b(_0x9b5fc4[_0x9411('0x17')][_0x9411('0x19')]);}logger['error']('Plugin,\x20%s,\x20%s',_0x3c536a,_0x9b5fc4[_0x9411('0x17')][_0x9411('0x19')]);return _0x2185f3(_0x9b5fc4[_0x9411('0x17')][_0x9411('0x19')]);}else{logger['info'](_0x9411('0x13'),_0x3c536a,_0x9411('0x14'));_0x2185f3(_0x9b5fc4[_0x9411('0x1a')]['message']);}})['catch'](function(_0x58414a){logger['error']('Plugin,\x20%s,\x20%s',_0x3c536a,_0x58414a);_0x35394b(_0x58414a);});});}exports[_0x9411('0x1b')]=function(_0x5835e2){var _0x139bb2=this;return new Promise(function(_0x176a5e,_0x23115e){return db['Plugin'][_0x9411('0x1c')](_0x5835e2[_0x9411('0x1d')],{'raw':_0x5835e2[_0x9411('0x1e')]?_0x5835e2[_0x9411('0x1e')][_0x9411('0x1f')]===undefined?!![]:![]:!![]})[_0x9411('0x11')](function(_0x4274af){logger[_0x9411('0x12')]('CreatePlugin',_0x5835e2);logger[_0x9411('0x15')](_0x9411('0x1b'),_0x5835e2,JSON[_0x9411('0x20')](_0x4274af));_0x176a5e(_0x4274af);})[_0x9411('0x21')](function(_0x2889f4){logger[_0x9411('0x17')](_0x9411('0x1b'),_0x2889f4[_0x9411('0x19')],_0x5835e2);_0x23115e(_0x139bb2['error'](0x1f4,_0x2889f4['message']));});});};