Built motion from commit (unavailable).|2.5.9
[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 _0x3eea=['getTags','getHoppers','getHopperHistories','/:id/hopper_finals','getHopperFinals','/:id/jscripty_sessions','getJscriptySessions','post','merge','/create_many','bulkCreate','/:id/tags','setTags','diskStorage','join','root','server/files/tmp','originalname','format','basename','extname','now','/csv','single','uploadCsv','replace','%s-%s%s','/upload','file','upload','/upload/:id','put','update','/:id','destroy','multer','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./cmContact.controller','get','isAuthenticated','index'];(function(_0x2e8909,_0x1f269b){var _0x389dbe=function(_0x3ffcb7){while(--_0x3ffcb7){_0x2e8909['push'](_0x2e8909['shift']());}};_0x389dbe(++_0x1f269b);}(_0x3eea,0x1ca));var _0xa3ee=function(_0x4c7674,_0x50557d){_0x4c7674=_0x4c7674-0x0;var _0x217f71=_0x3eea[_0x4c7674];return _0x217f71;};'use strict';var multer=require(_0xa3ee('0x0'));var util=require('util');var path=require(_0xa3ee('0x1'));var timeout=require(_0xa3ee('0x2'));var express=require(_0xa3ee('0x3'));var router=express[_0xa3ee('0x4')]();var auth=require(_0xa3ee('0x5'));var interaction=require(_0xa3ee('0x6'));var config=require(_0xa3ee('0x7'));var controller=require(_0xa3ee('0x8'));router[_0xa3ee('0x9')]('/',auth[_0xa3ee('0xa')](),controller[_0xa3ee('0xb')]);router['get']('/describe',auth[_0xa3ee('0xa')](),controller['describe']);router[_0xa3ee('0x9')]('/:id',auth[_0xa3ee('0xa')](),controller['show']);router[_0xa3ee('0x9')]('/:id/tags',auth[_0xa3ee('0xa')](),controller[_0xa3ee('0xc')]);router[_0xa3ee('0x9')]('/:id/hoppers',auth[_0xa3ee('0xa')](),controller[_0xa3ee('0xd')]);router['get']('/:id/hopper_histories',auth[_0xa3ee('0xa')](),controller[_0xa3ee('0xe')]);router[_0xa3ee('0x9')](_0xa3ee('0xf'),auth['isAuthenticated'](),controller[_0xa3ee('0x10')]);router['get'](_0xa3ee('0x11'),auth[_0xa3ee('0xa')](),controller[_0xa3ee('0x12')]);router[_0xa3ee('0x13')]('/merge',auth[_0xa3ee('0xa')](),controller[_0xa3ee('0x14')]);router['post']('/',auth['isAuthenticated'](),controller['create']);router[_0xa3ee('0x13')](_0xa3ee('0x15'),auth[_0xa3ee('0xa')](),controller[_0xa3ee('0x16')]);router['post'](_0xa3ee('0x17'),auth[_0xa3ee('0xa')](),controller[_0xa3ee('0x18')]);var upload=multer({'storage':multer[_0xa3ee('0x19')]({'destination':function(_0xfab13e,_0x4aac0e,_0x377b9d){_0x377b9d(null,path[_0xa3ee('0x1a')](config[_0xa3ee('0x1b')],_0xa3ee('0x1c')));},'filename':function(_0x216b7d,_0x3195a7,_0x4f8c56){_0x3195a7[_0xa3ee('0x1d')]=_0x3195a7[_0xa3ee('0x1d')]['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x4f8c56(null,util[_0xa3ee('0x1e')]('%s-%s%s',path[_0xa3ee('0x1f')](_0x3195a7[_0xa3ee('0x1d')],path[_0xa3ee('0x20')](_0x3195a7[_0xa3ee('0x1d')])),Date[_0xa3ee('0x21')](),path[_0xa3ee('0x20')](_0x3195a7[_0xa3ee('0x1d')])));}})});router[_0xa3ee('0x13')](_0xa3ee('0x22'),upload[_0xa3ee('0x23')]('file'),controller[_0xa3ee('0x24')]);var upload=multer({'storage':multer[_0xa3ee('0x19')]({'destination':function(_0x157071,_0x1fe4b4,_0x2c48db){_0x2c48db(null,path['join'](config[_0xa3ee('0x1b')],_0xa3ee('0x1c')));},'filename':function(_0x146493,_0xd9a7f8,_0x42e97c){_0xd9a7f8[_0xa3ee('0x1d')]=_0xd9a7f8[_0xa3ee('0x1d')][_0xa3ee('0x25')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x42e97c(null,util[_0xa3ee('0x1e')](_0xa3ee('0x26'),path['basename'](_0xd9a7f8['originalname'],path['extname'](_0xd9a7f8[_0xa3ee('0x1d')])),Date['now'](),path[_0xa3ee('0x20')](_0xd9a7f8[_0xa3ee('0x1d')])));}})});router[_0xa3ee('0x13')](_0xa3ee('0x27'),upload[_0xa3ee('0x23')](_0xa3ee('0x28')),controller[_0xa3ee('0x29')]);router[_0xa3ee('0x13')](_0xa3ee('0x2a'),auth[_0xa3ee('0xa')](),controller['import']);router[_0xa3ee('0x2b')]('/:id',auth[_0xa3ee('0xa')](),controller[_0xa3ee('0x2c')]);router['delete'](_0xa3ee('0x2d'),auth['isAuthenticated'](),controller[_0xa3ee('0x2e')]);module['exports']=router;