Built motion from commit ffdca78c.|2.6.24
[motion2.git] / server / api / cmContact / index.js
index fedbbc9..b2f57a1 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x254a=['../../components/interaction/service','./cmContact.controller','get','describe','/:id','show','getHoppers','getHopperHistories','/:id/hopper_finals','isAuthenticated','getJscriptySessions','/:id/journey','getJourney','post','bulkCreate','setTags','diskStorage','join','root','server/files/tmp','originalname','replace','format','%s-%s%s','basename','extname','now','/csv','single','file','uploadCsv','/upload','upload','import','put','update','delete','exports','multer','util','connect-timeout','express','fs-extra','../../components/auth/service'];(function(_0x127783,_0x258715){var _0x14f298=function(_0x32090e){while(--_0x32090e){_0x127783['push'](_0x127783['shift']());}};_0x14f298(++_0x258715);}(_0x254a,0x15a));var _0xa254=function(_0x51f7a3,_0x3f9940){_0x51f7a3=_0x51f7a3-0x0;var _0x174039=_0x254a[_0x51f7a3];return _0x174039;};'use strict';var multer=require(_0xa254('0x0'));var util=require(_0xa254('0x1'));var path=require('path');var timeout=require(_0xa254('0x2'));var express=require(_0xa254('0x3'));var router=express['Router']();var fs_extra=require(_0xa254('0x4'));var auth=require(_0xa254('0x5'));var interaction=require(_0xa254('0x6'));var config=require('../../config/environment');var controller=require(_0xa254('0x7'));router['get']('/',auth['isAuthenticated'](),controller['index']);router[_0xa254('0x8')]('/describe',auth['isAuthenticated'](),controller[_0xa254('0x9')]);router[_0xa254('0x8')](_0xa254('0xa'),auth['isAuthenticated'](),controller[_0xa254('0xb')]);router[_0xa254('0x8')]('/:id/tags',auth['isAuthenticated'](),controller['getTags']);router['get']('/:id/hoppers',auth['isAuthenticated'](),controller[_0xa254('0xc')]);router[_0xa254('0x8')]('/:id/hopper_histories',auth['isAuthenticated'](),controller[_0xa254('0xd')]);router['get'](_0xa254('0xe'),auth['isAuthenticated'](),controller['getHopperFinals']);router['get']('/:id/jscripty_sessions',auth[_0xa254('0xf')](),controller[_0xa254('0x10')]);router[_0xa254('0x8')](_0xa254('0x11'),auth[_0xa254('0xf')](),controller[_0xa254('0x12')]);router[_0xa254('0x13')]('/merge',auth[_0xa254('0xf')](),controller['merge']);router[_0xa254('0x13')]('/',auth[_0xa254('0xf')](),controller['create']);router[_0xa254('0x13')]('/create_many',auth[_0xa254('0xf')](),controller[_0xa254('0x14')]);router[_0xa254('0x13')]('/:id/tags',auth[_0xa254('0xf')](),controller[_0xa254('0x15')]);var upload=multer({'storage':multer[_0xa254('0x16')]({'destination':function(_0x7bdd6,_0x17f141,_0x4be32d){_0x4be32d(null,path[_0xa254('0x17')](config[_0xa254('0x18')],_0xa254('0x19')));},'filename':function(_0x2c00cb,_0x38e3e3,_0x45b06d){_0x38e3e3[_0xa254('0x1a')]=_0x38e3e3[_0xa254('0x1a')][_0xa254('0x1b')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x45b06d(null,util[_0xa254('0x1c')](_0xa254('0x1d'),path[_0xa254('0x1e')](_0x38e3e3[_0xa254('0x1a')],path[_0xa254('0x1f')](_0x38e3e3['originalname'])),Date[_0xa254('0x20')](),path[_0xa254('0x1f')](_0x38e3e3[_0xa254('0x1a')])));}})});router[_0xa254('0x13')](_0xa254('0x21'),upload[_0xa254('0x22')](_0xa254('0x23')),controller[_0xa254('0x24')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x30b176,_0x4477c2,_0x577094){_0x577094(null,path['join'](config['root'],_0xa254('0x19')));},'filename':function(_0x32b5a5,_0x34c693,_0x13ea8f){_0x34c693[_0xa254('0x1a')]=_0x34c693['originalname']['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x13ea8f(null,util[_0xa254('0x1c')](_0xa254('0x1d'),path[_0xa254('0x1e')](_0x34c693['originalname'],path[_0xa254('0x1f')](_0x34c693[_0xa254('0x1a')])),Date[_0xa254('0x20')](),path['extname'](_0x34c693[_0xa254('0x1a')])));}})});router[_0xa254('0x13')](_0xa254('0x25'),upload['single'](_0xa254('0x23')),controller[_0xa254('0x26')]);router[_0xa254('0x13')]('/upload/:id',auth[_0xa254('0xf')](),controller[_0xa254('0x27')]);router[_0xa254('0x28')]('/:id',auth[_0xa254('0xf')](),controller[_0xa254('0x29')]);router[_0xa254('0x2a')](_0xa254('0xa'),auth[_0xa254('0xf')](),controller['destroy']);module[_0xa254('0x2b')]=router;
\ No newline at end of file
+var _0xa9e0=['basename','extname','now','/csv','single','file','uploadCsv','%s-%s%s','upload','/upload/:id','import','put','/:id','update','destroy','exports','multer','util','path','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./cmContact.controller','get','index','/describe','show','/:id/tags','isAuthenticated','getTags','/:id/hoppers','getHoppers','/:id/hopper_histories','/:id/hopper_finals','getHopperFinals','/:id/jscripty_sessions','getJscriptySessions','/:id/journey','getJourney','post','create','/create_many','bulkCreate','setTags','setAdditionalPhones','/:id/duplicateAdditionalPhones','/:id/rescheduleAdditionalPhones','rescheduleAdditionalPhones','join','root','server/files/tmp','originalname','replace','format'];(function(_0x2f1ae2,_0x35e1de){var _0x1a9c94=function(_0x7fc876){while(--_0x7fc876){_0x2f1ae2['push'](_0x2f1ae2['shift']());}};_0x1a9c94(++_0x35e1de);}(_0xa9e0,0x123));var _0x0a9e=function(_0x5b644e,_0x2e5e07){_0x5b644e=_0x5b644e-0x0;var _0x49c6bf=_0xa9e0[_0x5b644e];return _0x49c6bf;};'use strict';var multer=require(_0x0a9e('0x0'));var util=require(_0x0a9e('0x1'));var path=require(_0x0a9e('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x0a9e('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x0a9e('0x4'));var interaction=require(_0x0a9e('0x5'));var config=require(_0x0a9e('0x6'));var controller=require(_0x0a9e('0x7'));router[_0x0a9e('0x8')]('/',auth['isAuthenticated'](),controller[_0x0a9e('0x9')]);router[_0x0a9e('0x8')](_0x0a9e('0xa'),auth['isAuthenticated'](),controller['describe']);router[_0x0a9e('0x8')]('/:id',auth['isAuthenticated'](),controller[_0x0a9e('0xb')]);router[_0x0a9e('0x8')](_0x0a9e('0xc'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0xe')]);router[_0x0a9e('0x8')]('/:id/phones',auth['isAuthenticated'](),controller['getAdditionalPhones']);router['get'](_0x0a9e('0xf'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x10')]);router[_0x0a9e('0x8')](_0x0a9e('0x11'),auth[_0x0a9e('0xd')](),controller['getHopperHistories']);router[_0x0a9e('0x8')](_0x0a9e('0x12'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x13')]);router[_0x0a9e('0x8')](_0x0a9e('0x14'),auth['isAuthenticated'](),controller[_0x0a9e('0x15')]);router['get'](_0x0a9e('0x16'),auth['isAuthenticated'](),controller[_0x0a9e('0x17')]);router[_0x0a9e('0x18')]('/merge',auth[_0x0a9e('0xd')](),controller['merge']);router[_0x0a9e('0x18')]('/',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x19')]);router[_0x0a9e('0x18')](_0x0a9e('0x1a'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1b')]);router[_0x0a9e('0x18')](_0x0a9e('0xc'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1c')]);router[_0x0a9e('0x18')]('/:id/phones',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1d')]);router['post'](_0x0a9e('0x1e'),auth['isAuthenticated'](),controller['duplicateAdditionalPhones']);router[_0x0a9e('0x18')](_0x0a9e('0x1f'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x20')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0xfb6e48,_0x2fb0e4,_0x3b45bc){_0x3b45bc(null,path[_0x0a9e('0x21')](config[_0x0a9e('0x22')],_0x0a9e('0x23')));},'filename':function(_0x16b1ca,_0x5ea472,_0x59181e){_0x5ea472[_0x0a9e('0x24')]=_0x5ea472[_0x0a9e('0x24')][_0x0a9e('0x25')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x59181e(null,util[_0x0a9e('0x26')]('%s-%s%s',path[_0x0a9e('0x27')](_0x5ea472['originalname'],path[_0x0a9e('0x28')](_0x5ea472['originalname'])),Date[_0x0a9e('0x29')](),path[_0x0a9e('0x28')](_0x5ea472[_0x0a9e('0x24')])));}})});router[_0x0a9e('0x18')](_0x0a9e('0x2a'),upload[_0x0a9e('0x2b')](_0x0a9e('0x2c')),controller[_0x0a9e('0x2d')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x3652a7,_0x468813,_0x2b1f27){_0x2b1f27(null,path[_0x0a9e('0x21')](config['root'],_0x0a9e('0x23')));},'filename':function(_0x40e7a3,_0x1843b2,_0x824a4f){_0x1843b2[_0x0a9e('0x24')]=_0x1843b2[_0x0a9e('0x24')][_0x0a9e('0x25')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x824a4f(null,util[_0x0a9e('0x26')](_0x0a9e('0x2e'),path['basename'](_0x1843b2[_0x0a9e('0x24')],path['extname'](_0x1843b2[_0x0a9e('0x24')])),Date[_0x0a9e('0x29')](),path[_0x0a9e('0x28')](_0x1843b2[_0x0a9e('0x24')])));}})});router[_0x0a9e('0x18')]('/upload',upload[_0x0a9e('0x2b')](_0x0a9e('0x2c')),controller[_0x0a9e('0x2f')]);router[_0x0a9e('0x18')](_0x0a9e('0x30'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x31')]);router[_0x0a9e('0x18')]('/uploadUpdates/:id',auth[_0x0a9e('0xd')](),controller['importUpdates']);router[_0x0a9e('0x32')](_0x0a9e('0x33'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x34')]);router['delete'](_0x0a9e('0x33'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x35')]);module[_0x0a9e('0x36')]=router;
\ No newline at end of file