53b1a0664e7a528b46f26470f209f75096389623
[motion2.git] / server / api / faxInteraction / 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 _0x9b96=['fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxInteraction.controller','isAuthenticated','index','get','/describe','describe','/:id','show','/:id/messages','getMessages','/:id/download','download','post','create','tracked','fax','faxinteraction:addtags','addTags','put','faxinteraction:update','delete','faxinteraction:destroy','/:id/tags','path','express','Router'];(function(_0x48da45,_0x259bea){var _0x5d5687=function(_0x2d0a0f){while(--_0x2d0a0f){_0x48da45['push'](_0x48da45['shift']());}};_0x5d5687(++_0x259bea);}(_0x9b96,0x183));var _0x69b9=function(_0x4709c0,_0x3396c7){_0x4709c0=_0x4709c0-0x0;var _0x13348b=_0x9b96[_0x4709c0];return _0x13348b;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x69b9('0x0'));var timeout=require('connect-timeout');var express=require(_0x69b9('0x1'));var router=express[_0x69b9('0x2')]();var fs_extra=require(_0x69b9('0x3'));var auth=require(_0x69b9('0x4'));var interaction=require(_0x69b9('0x5'));var config=require(_0x69b9('0x6'));var controller=require(_0x69b9('0x7'));router['get']('/',auth[_0x69b9('0x8')](),controller[_0x69b9('0x9')]);router[_0x69b9('0xa')](_0x69b9('0xb'),auth['isAuthenticated'](),controller[_0x69b9('0xc')]);router['get'](_0x69b9('0xd'),auth[_0x69b9('0x8')](),controller[_0x69b9('0xe')]);router[_0x69b9('0xa')](_0x69b9('0xf'),auth['isAuthenticated'](),controller[_0x69b9('0x10')]);router['get'](_0x69b9('0x11'),auth[_0x69b9('0x8')](),controller[_0x69b9('0x12')]);router[_0x69b9('0x13')]('/',auth[_0x69b9('0x8')](),controller[_0x69b9('0x14')]);router[_0x69b9('0x13')](_0x69b9('0xf'),auth[_0x69b9('0x8')](),controller['addMessage']);router[_0x69b9('0x13')]('/:id/tags',auth[_0x69b9('0x8')](),interaction[_0x69b9('0x15')](_0x69b9('0x16'),_0x69b9('0x17')),controller[_0x69b9('0x18')]);router[_0x69b9('0x19')]('/:id',auth['isAuthenticated'](),interaction[_0x69b9('0x15')](_0x69b9('0x16'),_0x69b9('0x1a')),controller['update']);router[_0x69b9('0x1b')](_0x69b9('0xd'),auth[_0x69b9('0x8')](),interaction[_0x69b9('0x15')]('fax',_0x69b9('0x1c')),controller['destroy']);router[_0x69b9('0x1b')](_0x69b9('0x1d'),auth[_0x69b9('0x8')](),controller['removeTags']);module['exports']=router;