1aa5eae2a10c13506ea289d74ebae86af205b418
[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 _0xc1a0=['stringify','error','code','message','result','create','body','options','raw','info','CreateAttachment','catch','lodash','util','bluebird','randomstring','ioredis','../../mysqldb','../../config/logger','rpc','../../config/environment','jayson/promise','client','http','request','then','Attachment,\x20%s,\x20%s','request\x20sent','debug','Attachment,\x20%s,\x20%s,\x20%s'];(function(_0x476bf4,_0x2a3755){var _0x788ffe=function(_0x13fa11){while(--_0x13fa11){_0x476bf4['push'](_0x476bf4['shift']());}};_0x788ffe(++_0x2a3755);}(_0xc1a0,0xfc));var _0x0c1a=function(_0x3c4f1f,_0x20d3ec){_0x3c4f1f=_0x3c4f1f-0x0;var _0x19cb69=_0xc1a0[_0x3c4f1f];return _0x19cb69;};'use strict';var _=require(_0x0c1a('0x0'));var util=require(_0x0c1a('0x1'));var moment=require('moment');var BPromise=require(_0x0c1a('0x2'));var rs=require(_0x0c1a('0x3'));var fs=require('fs');var Redis=require(_0x0c1a('0x4'));var db=require(_0x0c1a('0x5'))['db'];var utils=require('../../config/utils');var logger=require(_0x0c1a('0x6'))(_0x0c1a('0x7'));var config=require(_0x0c1a('0x8'));var jayson=require(_0x0c1a('0x9'));var client=jayson[_0x0c1a('0xa')][_0x0c1a('0xb')]({'port':0x232a});function respondWithRpcPromise(_0x3e58f4,_0x4687de,_0x36a5d3){return new BPromise(function(_0x5a54a3,_0x38d64f){return client[_0x0c1a('0xc')](_0x3e58f4,_0x36a5d3)[_0x0c1a('0xd')](function(_0x18bf47){logger['info'](_0x0c1a('0xe'),_0x4687de,_0x0c1a('0xf'));logger[_0x0c1a('0x10')](_0x0c1a('0x11'),_0x4687de,_0x0c1a('0xf'),JSON[_0x0c1a('0x12')](_0x18bf47));if(_0x18bf47['error']){if(_0x18bf47[_0x0c1a('0x13')][_0x0c1a('0x14')]===0x1f4){logger[_0x0c1a('0x13')]('Attachment,\x20%s,\x20%s',_0x4687de,_0x18bf47[_0x0c1a('0x13')][_0x0c1a('0x15')]);return _0x38d64f(_0x18bf47['error'][_0x0c1a('0x15')]);}logger[_0x0c1a('0x13')](_0x0c1a('0xe'),_0x4687de,_0x18bf47[_0x0c1a('0x13')]['message']);return _0x5a54a3(_0x18bf47[_0x0c1a('0x13')][_0x0c1a('0x15')]);}else{logger['info'](_0x0c1a('0xe'),_0x4687de,_0x0c1a('0xf'));_0x5a54a3(_0x18bf47[_0x0c1a('0x16')][_0x0c1a('0x15')]);}})['catch'](function(_0x424a7a){logger[_0x0c1a('0x13')](_0x0c1a('0xe'),_0x4687de,_0x424a7a);_0x38d64f(_0x424a7a);});});}exports['CreateAttachment']=function(_0x2c3644){var _0x4c085f=this;return new Promise(function(_0xb9ffd5,_0x4355ca){return db['Attachment'][_0x0c1a('0x17')](_0x2c3644[_0x0c1a('0x18')],{'raw':_0x2c3644['options']?_0x2c3644[_0x0c1a('0x19')][_0x0c1a('0x1a')]===undefined?!![]:![]:!![]})['then'](function(_0x54e4ac){logger[_0x0c1a('0x1b')](_0x0c1a('0x1c'),_0x2c3644);logger['debug'](_0x0c1a('0x1c'),_0x2c3644,JSON[_0x0c1a('0x12')](_0x54e4ac));_0xb9ffd5(_0x54e4ac);})[_0x0c1a('0x1d')](function(_0x4c6d94){logger[_0x0c1a('0x13')]('CreateAttachment',_0x4c6d94[_0x0c1a('0x15')],_0x2c3644);_0x4355ca(_0x4c085f[_0x0c1a('0x13')](0x1f4,_0x4c6d94['message']));});});};