Built motion from commit b0a9a629.|2.6.33
[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 _0x524a=['../../config/environment','jayson/promise','client','request','then','info','Attachment,\x20%s,\x20%s','debug','Attachment,\x20%s,\x20%s,\x20%s','error','code','message','request\x20sent','result','catch','CreateAttachment','Attachment','body','options','raw','stringify','lodash','util','moment','bluebird','ioredis','../../mysqldb','../../config/utils'];(function(_0x437aac,_0x7f0a20){var _0x4a3ee6=function(_0x503e9d){while(--_0x503e9d){_0x437aac['push'](_0x437aac['shift']());}};_0x4a3ee6(++_0x7f0a20);}(_0x524a,0xf5));var _0xa524=function(_0x1c0d7f,_0x56762b){_0x1c0d7f=_0x1c0d7f-0x0;var _0x204a61=_0x524a[_0x1c0d7f];return _0x204a61;};'use strict';var _=require(_0xa524('0x0'));var util=require(_0xa524('0x1'));var moment=require(_0xa524('0x2'));var BPromise=require(_0xa524('0x3'));var rs=require('randomstring');var fs=require('fs');var Redis=require(_0xa524('0x4'));var db=require(_0xa524('0x5'))['db'];var utils=require(_0xa524('0x6'));var logger=require('../../config/logger')('rpc');var config=require(_0xa524('0x7'));var jayson=require(_0xa524('0x8'));var client=jayson[_0xa524('0x9')]['http']({'port':0x232a});function respondWithRpcPromise(_0x460738,_0x56bd0e,_0x3a2dd6){return new BPromise(function(_0x11aa98,_0x56849e){return client[_0xa524('0xa')](_0x460738,_0x3a2dd6)[_0xa524('0xb')](function(_0x228ffe){logger[_0xa524('0xc')](_0xa524('0xd'),_0x56bd0e,'request\x20sent');logger[_0xa524('0xe')](_0xa524('0xf'),_0x56bd0e,'request\x20sent',JSON['stringify'](_0x228ffe));if(_0x228ffe[_0xa524('0x10')]){if(_0x228ffe[_0xa524('0x10')][_0xa524('0x11')]===0x1f4){logger['error']('Attachment,\x20%s,\x20%s',_0x56bd0e,_0x228ffe[_0xa524('0x10')]['message']);return _0x56849e(_0x228ffe[_0xa524('0x10')]['message']);}logger[_0xa524('0x10')]('Attachment,\x20%s,\x20%s',_0x56bd0e,_0x228ffe[_0xa524('0x10')][_0xa524('0x12')]);return _0x11aa98(_0x228ffe['error'][_0xa524('0x12')]);}else{logger[_0xa524('0xc')](_0xa524('0xd'),_0x56bd0e,_0xa524('0x13'));_0x11aa98(_0x228ffe[_0xa524('0x14')][_0xa524('0x12')]);}})[_0xa524('0x15')](function(_0x4fc42f){logger[_0xa524('0x10')](_0xa524('0xd'),_0x56bd0e,_0x4fc42f);_0x56849e(_0x4fc42f);});});}exports[_0xa524('0x16')]=function(_0x3d6a0d){var _0x375277=this;return new Promise(function(_0x805b93,_0x562941){return db[_0xa524('0x17')]['create'](_0x3d6a0d[_0xa524('0x18')],{'raw':_0x3d6a0d[_0xa524('0x19')]?_0x3d6a0d[_0xa524('0x19')][_0xa524('0x1a')]===undefined?!![]:![]:!![]})['then'](function(_0x5510fa){logger[_0xa524('0xc')](_0xa524('0x16'),_0x3d6a0d);logger[_0xa524('0xe')](_0xa524('0x16'),_0x3d6a0d,JSON[_0xa524('0x1b')](_0x5510fa));_0x805b93(_0x5510fa);})[_0xa524('0x15')](function(_0x4abffe){logger[_0xa524('0x10')](_0xa524('0x16'),_0x4abffe[_0xa524('0x12')],_0x3d6a0d);_0x562941(_0x375277[_0xa524('0x10')](0x1f4,_0x4abffe[_0xa524('0x12')]));});});};