Built motion from commit c738b9ac.|2.6.25
[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 _0x1948=['../../mysqldb','../../config/utils','../../config/logger','rpc','../../config/environment','jayson/promise','client','http','request','info','Attachment,\x20%s,\x20%s','request\x20sent','debug','Attachment,\x20%s,\x20%s,\x20%s','stringify','error','message','result','catch','Attachment','create','body','options','then','CreateAttachment','lodash','util','moment','bluebird','randomstring'];(function(_0x1ac134,_0x2df545){var _0x4a6338=function(_0x271da3){while(--_0x271da3){_0x1ac134['push'](_0x1ac134['shift']());}};_0x4a6338(++_0x2df545);}(_0x1948,0x145));var _0x8194=function(_0x1fd938,_0x28e698){_0x1fd938=_0x1fd938-0x0;var _0x22e2b5=_0x1948[_0x1fd938];return _0x22e2b5;};'use strict';var _=require(_0x8194('0x0'));var util=require(_0x8194('0x1'));var moment=require(_0x8194('0x2'));var BPromise=require(_0x8194('0x3'));var rs=require(_0x8194('0x4'));var fs=require('fs');var Redis=require('ioredis');var db=require(_0x8194('0x5'))['db'];var utils=require(_0x8194('0x6'));var logger=require(_0x8194('0x7'))(_0x8194('0x8'));var config=require(_0x8194('0x9'));var jayson=require(_0x8194('0xa'));var client=jayson[_0x8194('0xb')][_0x8194('0xc')]({'port':0x232a});function respondWithRpcPromise(_0x521ed0,_0x1e4b32,_0x104856){return new BPromise(function(_0x4f32ce,_0xeeaa84){return client[_0x8194('0xd')](_0x521ed0,_0x104856)['then'](function(_0x4ffc45){logger[_0x8194('0xe')](_0x8194('0xf'),_0x1e4b32,_0x8194('0x10'));logger[_0x8194('0x11')](_0x8194('0x12'),_0x1e4b32,'request\x20sent',JSON[_0x8194('0x13')](_0x4ffc45));if(_0x4ffc45[_0x8194('0x14')]){if(_0x4ffc45[_0x8194('0x14')]['code']===0x1f4){logger[_0x8194('0x14')](_0x8194('0xf'),_0x1e4b32,_0x4ffc45[_0x8194('0x14')][_0x8194('0x15')]);return _0xeeaa84(_0x4ffc45[_0x8194('0x14')][_0x8194('0x15')]);}logger['error'](_0x8194('0xf'),_0x1e4b32,_0x4ffc45[_0x8194('0x14')][_0x8194('0x15')]);return _0x4f32ce(_0x4ffc45[_0x8194('0x14')][_0x8194('0x15')]);}else{logger[_0x8194('0xe')](_0x8194('0xf'),_0x1e4b32,_0x8194('0x10'));_0x4f32ce(_0x4ffc45[_0x8194('0x16')]['message']);}})[_0x8194('0x17')](function(_0x31adc2){logger['error'](_0x8194('0xf'),_0x1e4b32,_0x31adc2);_0xeeaa84(_0x31adc2);});});}exports['CreateAttachment']=function(_0x55e4c2){var _0x5f2172=this;return new Promise(function(_0x37b048,_0x43a192){return db[_0x8194('0x18')][_0x8194('0x19')](_0x55e4c2[_0x8194('0x1a')],{'raw':_0x55e4c2[_0x8194('0x1b')]?_0x55e4c2['options']['raw']===undefined?!![]:![]:!![]})[_0x8194('0x1c')](function(_0x588cac){logger[_0x8194('0xe')](_0x8194('0x1d'),_0x55e4c2);logger[_0x8194('0x11')]('CreateAttachment',_0x55e4c2,JSON[_0x8194('0x13')](_0x588cac));_0x37b048(_0x588cac);})[_0x8194('0x17')](function(_0x41641d){logger[_0x8194('0x14')](_0x8194('0x1d'),_0x41641d[_0x8194('0x15')],_0x55e4c2);_0x43a192(_0x5f2172[_0x8194('0x14')](0x1f4,_0x41641d[_0x8194('0x15')]));});});};