Built motion from commit (unavailable).|2.5.27
[motion2.git] / server / api / cmContact / index.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 _0x3069=['./cmContact.controller','index','get','/describe','isAuthenticated','show','/:id/tags','getHoppers','getHopperHistories','/:id/hopper_finals','getHopperFinals','/:id/jscripty_sessions','getJscriptySessions','/:id/journey','getJourney','/merge','merge','post','/create_many','setTags','diskStorage','join','root','server/files/tmp','originalname','replace','format','%s-%s%s','basename','extname','single','file','uploadCsv','/upload/:id','import','/:id','destroy','multer','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service'];(function(_0x5e2809,_0x302fa7){var _0xcf84b3=function(_0x26fbb3){while(--_0x26fbb3){_0x5e2809['push'](_0x5e2809['shift']());}};_0xcf84b3(++_0x302fa7);}(_0x3069,0x1b1));var _0x9306=function(_0x5b5fe2,_0x4f4c5c){_0x5b5fe2=_0x5b5fe2-0x0;var _0x526749=_0x3069[_0x5b5fe2];return _0x526749;};'use strict';var multer=require(_0x9306('0x0'));var util=require('util');var path=require(_0x9306('0x1'));var timeout=require(_0x9306('0x2'));var express=require(_0x9306('0x3'));var router=express[_0x9306('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x9306('0x5'));var interaction=require(_0x9306('0x6'));var config=require('../../config/environment');var controller=require(_0x9306('0x7'));router['get']('/',auth['isAuthenticated'](),controller[_0x9306('0x8')]);router[_0x9306('0x9')](_0x9306('0xa'),auth['isAuthenticated'](),controller['describe']);router['get']('/:id',auth[_0x9306('0xb')](),controller[_0x9306('0xc')]);router[_0x9306('0x9')](_0x9306('0xd'),auth[_0x9306('0xb')](),controller['getTags']);router[_0x9306('0x9')]('/:id/hoppers',auth['isAuthenticated'](),controller[_0x9306('0xe')]);router[_0x9306('0x9')]('/:id/hopper_histories',auth[_0x9306('0xb')](),controller[_0x9306('0xf')]);router[_0x9306('0x9')](_0x9306('0x10'),auth['isAuthenticated'](),controller[_0x9306('0x11')]);router[_0x9306('0x9')](_0x9306('0x12'),auth[_0x9306('0xb')](),controller[_0x9306('0x13')]);router['get'](_0x9306('0x14'),auth[_0x9306('0xb')](),controller[_0x9306('0x15')]);router['post'](_0x9306('0x16'),auth[_0x9306('0xb')](),controller[_0x9306('0x17')]);router[_0x9306('0x18')]('/',auth['isAuthenticated'](),controller['create']);router[_0x9306('0x18')](_0x9306('0x19'),auth['isAuthenticated'](),controller['bulkCreate']);router['post'](_0x9306('0xd'),auth[_0x9306('0xb')](),controller[_0x9306('0x1a')]);var upload=multer({'storage':multer[_0x9306('0x1b')]({'destination':function(_0x3a5137,_0x9024ff,_0x46af03){_0x46af03(null,path[_0x9306('0x1c')](config[_0x9306('0x1d')],_0x9306('0x1e')));},'filename':function(_0xa1af6c,_0x49891e,_0x2d19c8){_0x49891e[_0x9306('0x1f')]=_0x49891e[_0x9306('0x1f')][_0x9306('0x20')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x2d19c8(null,util[_0x9306('0x21')](_0x9306('0x22'),path[_0x9306('0x23')](_0x49891e[_0x9306('0x1f')],path[_0x9306('0x24')](_0x49891e[_0x9306('0x1f')])),Date['now'](),path[_0x9306('0x24')](_0x49891e[_0x9306('0x1f')])));}})});router['post']('/csv',upload[_0x9306('0x25')](_0x9306('0x26')),controller[_0x9306('0x27')]);var upload=multer({'storage':multer[_0x9306('0x1b')]({'destination':function(_0x56d931,_0x2db62f,_0x2f5e72){_0x2f5e72(null,path['join'](config[_0x9306('0x1d')],_0x9306('0x1e')));},'filename':function(_0x368384,_0x52439c,_0x9ab5af){_0x52439c[_0x9306('0x1f')]=_0x52439c['originalname'][_0x9306('0x20')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x9ab5af(null,util[_0x9306('0x21')](_0x9306('0x22'),path[_0x9306('0x23')](_0x52439c[_0x9306('0x1f')],path[_0x9306('0x24')](_0x52439c[_0x9306('0x1f')])),Date['now'](),path[_0x9306('0x24')](_0x52439c['originalname'])));}})});router[_0x9306('0x18')]('/upload',upload[_0x9306('0x25')]('file'),controller['upload']);router['post'](_0x9306('0x28'),auth[_0x9306('0xb')](),controller[_0x9306('0x29')]);router['put'](_0x9306('0x2a'),auth[_0x9306('0xb')](),controller['update']);router['delete']('/:id',auth[_0x9306('0xb')](),controller[_0x9306('0x2b')]);module['exports']=router;