Built motion from commit 616d3211.|2.6.4
[motion2.git] / server / api / mailSubstatus / 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 _0x75fc=['exports','multer','util','express','fs-extra','../../components/interaction/service','../../config/environment','./mailSubstatus.controller','get','isAuthenticated','/describe','describe','/:id','show','post','create','put','update','delete','destroy'];(function(_0x171e9a,_0x335f67){var _0x3cc0a7=function(_0x479e2a){while(--_0x479e2a){_0x171e9a['push'](_0x171e9a['shift']());}};_0x3cc0a7(++_0x335f67);}(_0x75fc,0x155));var _0xc75f=function(_0x411536,_0xac4eab){_0x411536=_0x411536-0x0;var _0x2a1fb6=_0x75fc[_0x411536];return _0x2a1fb6;};'use strict';var multer=require(_0xc75f('0x0'));var util=require(_0xc75f('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xc75f('0x2'));var router=express['Router']();var fs_extra=require(_0xc75f('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0xc75f('0x4'));var config=require(_0xc75f('0x5'));var controller=require(_0xc75f('0x6'));router[_0xc75f('0x7')]('/',auth[_0xc75f('0x8')](),controller['index']);router[_0xc75f('0x7')](_0xc75f('0x9'),auth[_0xc75f('0x8')](),controller[_0xc75f('0xa')]);router[_0xc75f('0x7')](_0xc75f('0xb'),auth['isAuthenticated'](),controller[_0xc75f('0xc')]);router[_0xc75f('0xd')]('/',auth[_0xc75f('0x8')](),controller[_0xc75f('0xe')]);router[_0xc75f('0xf')]('/:id',auth[_0xc75f('0x8')](),controller[_0xc75f('0x10')]);router[_0xc75f('0x11')](_0xc75f('0xb'),auth['isAuthenticated'](),controller[_0xc75f('0x12')]);module[_0xc75f('0x13')]=router;