Built motion from commit 9d1906d1.|2.5.40
[motion2.git] / server / api / cmContact / index.js
index 4059788..fa0b5f9 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8d0e=['diskStorage','root','server/files/tmp','originalname','replace','format','%s-%s%s','basename','extname','/csv','single','file','uploadCsv','join','now','upload','import','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','/describe','isAuthenticated','describe','/:id','show','/:id/tags','getTags','getHoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','getJscriptySessions','post','/merge','merge','create','/create_many','bulkCreate','setTags'];(function(_0x3914c7,_0x53d547){var _0x2adab9=function(_0x5626b7){while(--_0x5626b7){_0x3914c7['push'](_0x3914c7['shift']());}};_0x2adab9(++_0x53d547);}(_0x8d0e,0x1d7));var _0xe8d0=function(_0x4fed03,_0x385c4e){_0x4fed03=_0x4fed03-0x0;var _0x45d2fa=_0x8d0e[_0x4fed03];return _0x45d2fa;};'use strict';var multer=require(_0xe8d0('0x0'));var util=require(_0xe8d0('0x1'));var path=require(_0xe8d0('0x2'));var timeout=require(_0xe8d0('0x3'));var express=require(_0xe8d0('0x4'));var router=express[_0xe8d0('0x5')]();var auth=require(_0xe8d0('0x6'));var interaction=require(_0xe8d0('0x7'));var config=require(_0xe8d0('0x8'));var controller=require('./cmContact.controller');router[_0xe8d0('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0xe8d0('0x9')](_0xe8d0('0xa'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0xc')]);router[_0xe8d0('0x9')](_0xe8d0('0xd'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0xe')]);router['get'](_0xe8d0('0xf'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0x10')]);router['get']('/:id/hoppers',auth[_0xe8d0('0xb')](),controller[_0xe8d0('0x11')]);router[_0xe8d0('0x9')](_0xe8d0('0x12'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0x13')]);router['get'](_0xe8d0('0x14'),auth[_0xe8d0('0xb')](),controller['getHopperFinals']);router[_0xe8d0('0x9')]('/:id/jscripty_sessions',auth['isAuthenticated'](),controller[_0xe8d0('0x15')]);router[_0xe8d0('0x16')](_0xe8d0('0x17'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0x18')]);router[_0xe8d0('0x16')]('/',auth['isAuthenticated'](),controller[_0xe8d0('0x19')]);router['post'](_0xe8d0('0x1a'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0x1b')]);router['post']('/:id/tags',auth['isAuthenticated'](),controller[_0xe8d0('0x1c')]);var upload=multer({'storage':multer[_0xe8d0('0x1d')]({'destination':function(_0x27b910,_0x44bbe4,_0x83177b){_0x83177b(null,path['join'](config[_0xe8d0('0x1e')],_0xe8d0('0x1f')));},'filename':function(_0x524b00,_0x5ce284,_0x554402){_0x5ce284[_0xe8d0('0x20')]=_0x5ce284[_0xe8d0('0x20')][_0xe8d0('0x21')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x554402(null,util[_0xe8d0('0x22')](_0xe8d0('0x23'),path[_0xe8d0('0x24')](_0x5ce284[_0xe8d0('0x20')],path[_0xe8d0('0x25')](_0x5ce284[_0xe8d0('0x20')])),Date['now'](),path[_0xe8d0('0x25')](_0x5ce284[_0xe8d0('0x20')])));}})});router['post'](_0xe8d0('0x26'),upload[_0xe8d0('0x27')](_0xe8d0('0x28')),controller[_0xe8d0('0x29')]);var upload=multer({'storage':multer[_0xe8d0('0x1d')]({'destination':function(_0x149dfd,_0x31519b,_0x32f0c1){_0x32f0c1(null,path[_0xe8d0('0x2a')](config[_0xe8d0('0x1e')],_0xe8d0('0x1f')));},'filename':function(_0x539548,_0x24982c,_0x26dd52){_0x24982c[_0xe8d0('0x20')]=_0x24982c['originalname'][_0xe8d0('0x21')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x26dd52(null,util[_0xe8d0('0x22')]('%s-%s%s',path[_0xe8d0('0x24')](_0x24982c[_0xe8d0('0x20')],path[_0xe8d0('0x25')](_0x24982c[_0xe8d0('0x20')])),Date[_0xe8d0('0x2b')](),path['extname'](_0x24982c[_0xe8d0('0x20')])));}})});router['post']('/upload',upload['single'](_0xe8d0('0x28')),controller[_0xe8d0('0x2c')]);router[_0xe8d0('0x16')]('/upload/:id',auth['isAuthenticated'](),controller[_0xe8d0('0x2d')]);router['put'](_0xe8d0('0xd'),auth[_0xe8d0('0xb')](),controller[_0xe8d0('0x2e')]);router[_0xe8d0('0x2f')](_0xe8d0('0xd'),auth['isAuthenticated'](),controller[_0xe8d0('0x30')]);module[_0xe8d0('0x31')]=router;
\ No newline at end of file
+var _0x846a=['diskStorage','join','root','originalname','replace','format','%s-%s%s','basename','extname','now','/csv','single','file','uploadCsv','server/files/tmp','/upload','upload','/upload/:id','update','destroy','exports','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./cmContact.controller','get','index','/describe','describe','/:id','isAuthenticated','show','/:id/tags','getTags','/:id/hoppers','getHoppers','getHopperHistories','/:id/hopper_finals','/:id/jscripty_sessions','getJscriptySessions','/:id/journey','getJourney','post','/merge','create','/create_many','bulkCreate','setTags'];(function(_0xe8d050,_0x5745d){var _0x540b00=function(_0x26e9a1){while(--_0x26e9a1){_0xe8d050['push'](_0xe8d050['shift']());}};_0x540b00(++_0x5745d);}(_0x846a,0x1c5));var _0xa846=function(_0x5d0fb8,_0x4fdd3a){_0x5d0fb8=_0x5d0fb8-0x0;var _0x27323a=_0x846a[_0x5d0fb8];return _0x27323a;};'use strict';var multer=require(_0xa846('0x0'));var util=require(_0xa846('0x1'));var path=require(_0xa846('0x2'));var timeout=require(_0xa846('0x3'));var express=require(_0xa846('0x4'));var router=express['Router']();var fs_extra=require(_0xa846('0x5'));var auth=require(_0xa846('0x6'));var interaction=require(_0xa846('0x7'));var config=require(_0xa846('0x8'));var controller=require(_0xa846('0x9'));router[_0xa846('0xa')]('/',auth['isAuthenticated'](),controller[_0xa846('0xb')]);router['get'](_0xa846('0xc'),auth['isAuthenticated'](),controller[_0xa846('0xd')]);router[_0xa846('0xa')](_0xa846('0xe'),auth[_0xa846('0xf')](),controller[_0xa846('0x10')]);router[_0xa846('0xa')](_0xa846('0x11'),auth['isAuthenticated'](),controller[_0xa846('0x12')]);router['get'](_0xa846('0x13'),auth['isAuthenticated'](),controller[_0xa846('0x14')]);router[_0xa846('0xa')]('/:id/hopper_histories',auth[_0xa846('0xf')](),controller[_0xa846('0x15')]);router[_0xa846('0xa')](_0xa846('0x16'),auth['isAuthenticated'](),controller['getHopperFinals']);router['get'](_0xa846('0x17'),auth[_0xa846('0xf')](),controller[_0xa846('0x18')]);router['get'](_0xa846('0x19'),auth[_0xa846('0xf')](),controller[_0xa846('0x1a')]);router[_0xa846('0x1b')](_0xa846('0x1c'),auth[_0xa846('0xf')](),controller['merge']);router[_0xa846('0x1b')]('/',auth[_0xa846('0xf')](),controller[_0xa846('0x1d')]);router[_0xa846('0x1b')](_0xa846('0x1e'),auth[_0xa846('0xf')](),controller[_0xa846('0x1f')]);router[_0xa846('0x1b')](_0xa846('0x11'),auth[_0xa846('0xf')](),controller[_0xa846('0x20')]);var upload=multer({'storage':multer[_0xa846('0x21')]({'destination':function(_0x5be6ab,_0x12de71,_0x5a77c3){_0x5a77c3(null,path[_0xa846('0x22')](config[_0xa846('0x23')],'server/files/tmp'));},'filename':function(_0x36f3e7,_0x42e8e9,_0x57efcc){_0x42e8e9['originalname']=_0x42e8e9[_0xa846('0x24')][_0xa846('0x25')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x57efcc(null,util[_0xa846('0x26')](_0xa846('0x27'),path[_0xa846('0x28')](_0x42e8e9[_0xa846('0x24')],path[_0xa846('0x29')](_0x42e8e9[_0xa846('0x24')])),Date[_0xa846('0x2a')](),path[_0xa846('0x29')](_0x42e8e9[_0xa846('0x24')])));}})});router[_0xa846('0x1b')](_0xa846('0x2b'),upload[_0xa846('0x2c')](_0xa846('0x2d')),controller[_0xa846('0x2e')]);var upload=multer({'storage':multer[_0xa846('0x21')]({'destination':function(_0x3cef34,_0x239c9f,_0x4f4bdd){_0x4f4bdd(null,path[_0xa846('0x22')](config[_0xa846('0x23')],_0xa846('0x2f')));},'filename':function(_0x1e9f71,_0x16a4b2,_0x248868){_0x16a4b2[_0xa846('0x24')]=_0x16a4b2[_0xa846('0x24')]['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x248868(null,util[_0xa846('0x26')](_0xa846('0x27'),path[_0xa846('0x28')](_0x16a4b2[_0xa846('0x24')],path[_0xa846('0x29')](_0x16a4b2[_0xa846('0x24')])),Date[_0xa846('0x2a')](),path[_0xa846('0x29')](_0x16a4b2[_0xa846('0x24')])));}})});router[_0xa846('0x1b')](_0xa846('0x30'),upload[_0xa846('0x2c')](_0xa846('0x2d')),controller[_0xa846('0x31')]);router[_0xa846('0x1b')](_0xa846('0x32'),auth[_0xa846('0xf')](),controller['import']);router['put'](_0xa846('0xe'),auth[_0xa846('0xf')](),controller[_0xa846('0x33')]);router['delete'](_0xa846('0xe'),auth[_0xa846('0xf')](),controller[_0xa846('0x34')]);module[_0xa846('0x35')]=router;
\ No newline at end of file