Built motion from commit (unavailable).|2.5.22
[motion2.git] / server / api / attachment / attachment.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 _0x7eda=['raw','CreateAttachment','debug','stringify','lodash','util','moment','bluebird','randomstring','ioredis','../../mysqldb','../../config/logger','../../config/environment','jayson/promise','http','request','info','request\x20sent','error','code','Attachment,\x20%s,\x20%s','message','catch','Attachment','create','body','options'];(function(_0x45567d,_0x1392cf){var _0x2b20cd=function(_0x371e9a){while(--_0x371e9a){_0x45567d['push'](_0x45567d['shift']());}};_0x2b20cd(++_0x1392cf);}(_0x7eda,0x199));var _0xa7ed=function(_0x174466,_0x284f77){_0x174466=_0x174466-0x0;var _0x17d1c5=_0x7eda[_0x174466];return _0x17d1c5;};'use strict';var _=require(_0xa7ed('0x0'));var util=require(_0xa7ed('0x1'));var moment=require(_0xa7ed('0x2'));var BPromise=require(_0xa7ed('0x3'));var rs=require(_0xa7ed('0x4'));var fs=require('fs');var Redis=require(_0xa7ed('0x5'));var db=require(_0xa7ed('0x6'))['db'];var utils=require('../../config/utils');var logger=require(_0xa7ed('0x7'))('rpc');var config=require(_0xa7ed('0x8'));var jayson=require(_0xa7ed('0x9'));var client=jayson['client'][_0xa7ed('0xa')]({'port':0x232a});function respondWithRpcPromise(_0x1b1f86,_0x357512,_0x9a30ca){return new BPromise(function(_0x11d1d4,_0x1ed262){return client[_0xa7ed('0xb')](_0x1b1f86,_0x9a30ca)['then'](function(_0xfab1f4){logger[_0xa7ed('0xc')]('Attachment,\x20%s,\x20%s',_0x357512,_0xa7ed('0xd'));logger['debug']('Attachment,\x20%s,\x20%s,\x20%s',_0x357512,_0xa7ed('0xd'),JSON['stringify'](_0xfab1f4));if(_0xfab1f4[_0xa7ed('0xe')]){if(_0xfab1f4['error'][_0xa7ed('0xf')]===0x1f4){logger[_0xa7ed('0xe')](_0xa7ed('0x10'),_0x357512,_0xfab1f4[_0xa7ed('0xe')]['message']);return _0x1ed262(_0xfab1f4[_0xa7ed('0xe')]['message']);}logger[_0xa7ed('0xe')]('Attachment,\x20%s,\x20%s',_0x357512,_0xfab1f4[_0xa7ed('0xe')][_0xa7ed('0x11')]);return _0x11d1d4(_0xfab1f4[_0xa7ed('0xe')][_0xa7ed('0x11')]);}else{logger[_0xa7ed('0xc')]('Attachment,\x20%s,\x20%s',_0x357512,_0xa7ed('0xd'));_0x11d1d4(_0xfab1f4['result']['message']);}})[_0xa7ed('0x12')](function(_0x5f2508){logger[_0xa7ed('0xe')](_0xa7ed('0x10'),_0x357512,_0x5f2508);_0x1ed262(_0x5f2508);});});}exports['CreateAttachment']=function(_0x1b480c){var _0x946a45=this;return new Promise(function(_0x16387e,_0x36a50e){return db[_0xa7ed('0x13')][_0xa7ed('0x14')](_0x1b480c[_0xa7ed('0x15')],{'raw':_0x1b480c[_0xa7ed('0x16')]?_0x1b480c[_0xa7ed('0x16')][_0xa7ed('0x17')]===undefined?!![]:![]:!![]})['then'](function(_0x9e3f3c){logger[_0xa7ed('0xc')](_0xa7ed('0x18'),_0x1b480c);logger[_0xa7ed('0x19')]('CreateAttachment',_0x1b480c,JSON[_0xa7ed('0x1a')](_0x9e3f3c));_0x16387e(_0x9e3f3c);})[_0xa7ed('0x12')](function(_0xa3b00d){logger[_0xa7ed('0xe')](_0xa7ed('0x18'),_0xa3b00d[_0xa7ed('0x11')],_0x1b480c);_0x36a50e(_0x946a45[_0xa7ed('0xe')](0x1f4,_0xa3b00d['message']));});});};