6e8d7a94257816916bd7144c06510eb9a3f2c35e
[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 _0xc3fe=['options','raw','CreateAttachment','lodash','util','moment','randomstring','ioredis','../../mysqldb','../../config/logger','rpc','../../config/environment','http','request','then','info','request\x20sent','debug','Attachment,\x20%s,\x20%s,\x20%s','stringify','error','code','Attachment,\x20%s,\x20%s','message','result','catch','Attachment','body'];(function(_0x552114,_0x28d38f){var _0x23c2d7=function(_0x2bb911){while(--_0x2bb911){_0x552114['push'](_0x552114['shift']());}};_0x23c2d7(++_0x28d38f);}(_0xc3fe,0xff));var _0xec3f=function(_0x13c737,_0xc1ab62){_0x13c737=_0x13c737-0x0;var _0x34e425=_0xc3fe[_0x13c737];return _0x34e425;};'use strict';var _=require(_0xec3f('0x0'));var util=require(_0xec3f('0x1'));var moment=require(_0xec3f('0x2'));var BPromise=require('bluebird');var rs=require(_0xec3f('0x3'));var fs=require('fs');var Redis=require(_0xec3f('0x4'));var db=require(_0xec3f('0x5'))['db'];var utils=require('../../config/utils');var logger=require(_0xec3f('0x6'))(_0xec3f('0x7'));var config=require(_0xec3f('0x8'));var jayson=require('jayson/promise');var client=jayson['client'][_0xec3f('0x9')]({'port':0x232a});function respondWithRpcPromise(_0x3b0b84,_0x526183,_0x503775){return new BPromise(function(_0xcb8557,_0x5df7fc){return client[_0xec3f('0xa')](_0x3b0b84,_0x503775)[_0xec3f('0xb')](function(_0x12a7c5){logger[_0xec3f('0xc')]('Attachment,\x20%s,\x20%s',_0x526183,_0xec3f('0xd'));logger[_0xec3f('0xe')](_0xec3f('0xf'),_0x526183,_0xec3f('0xd'),JSON[_0xec3f('0x10')](_0x12a7c5));if(_0x12a7c5[_0xec3f('0x11')]){if(_0x12a7c5['error'][_0xec3f('0x12')]===0x1f4){logger[_0xec3f('0x11')](_0xec3f('0x13'),_0x526183,_0x12a7c5['error']['message']);return _0x5df7fc(_0x12a7c5[_0xec3f('0x11')]['message']);}logger['error'](_0xec3f('0x13'),_0x526183,_0x12a7c5[_0xec3f('0x11')][_0xec3f('0x14')]);return _0xcb8557(_0x12a7c5['error']['message']);}else{logger[_0xec3f('0xc')]('Attachment,\x20%s,\x20%s',_0x526183,_0xec3f('0xd'));_0xcb8557(_0x12a7c5[_0xec3f('0x15')]['message']);}})[_0xec3f('0x16')](function(_0xb8ee6f){logger[_0xec3f('0x11')](_0xec3f('0x13'),_0x526183,_0xb8ee6f);_0x5df7fc(_0xb8ee6f);});});}exports['CreateAttachment']=function(_0x7805c){var _0xc04d54=this;return new Promise(function(_0x2d338,_0xbd6461){return db[_0xec3f('0x17')]['create'](_0x7805c[_0xec3f('0x18')],{'raw':_0x7805c['options']?_0x7805c[_0xec3f('0x19')][_0xec3f('0x1a')]===undefined?!![]:![]:!![]})[_0xec3f('0xb')](function(_0x47b6f9){logger[_0xec3f('0xc')](_0xec3f('0x1b'),_0x7805c);logger['debug'](_0xec3f('0x1b'),_0x7805c,JSON[_0xec3f('0x10')](_0x47b6f9));_0x2d338(_0x47b6f9);})[_0xec3f('0x16')](function(_0x395b9a){logger['error'](_0xec3f('0x1b'),_0x395b9a[_0xec3f('0x14')],_0x7805c);_0xbd6461(_0xc04d54[_0xec3f('0x11')](0x1f4,_0x395b9a['message']));});});};