Built motion from commit efa66e19.|2.6.22
[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 _0x1f49=['removeTags','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','./faxInteraction.controller','get','index','/describe','isAuthenticated','describe','/:id','getMessages','/:id/download','download','post','create','/:id/messages','addMessage','/:id/tags','tracked','fax','faxinteraction:addtags','addTags','put','faxinteraction:update','update','delete'];(function(_0x5d2828,_0x109d0b){var _0x113a65=function(_0x5199a5){while(--_0x5199a5){_0x5d2828['push'](_0x5d2828['shift']());}};_0x113a65(++_0x109d0b);}(_0x1f49,0x1f1));var _0x91f4=function(_0x4017b0,_0x4347db){_0x4017b0=_0x4017b0-0x0;var _0x5ed4f7=_0x1f49[_0x4017b0];return _0x5ed4f7;};'use strict';var multer=require(_0x91f4('0x0'));var util=require(_0x91f4('0x1'));var path=require(_0x91f4('0x2'));var timeout=require('connect-timeout');var express=require(_0x91f4('0x3'));var router=express[_0x91f4('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x91f4('0x5'));var interaction=require(_0x91f4('0x6'));var config=require('../../config/environment');var controller=require(_0x91f4('0x7'));router[_0x91f4('0x8')]('/',auth['isAuthenticated'](),controller[_0x91f4('0x9')]);router[_0x91f4('0x8')](_0x91f4('0xa'),auth[_0x91f4('0xb')](),controller[_0x91f4('0xc')]);router[_0x91f4('0x8')](_0x91f4('0xd'),auth[_0x91f4('0xb')](),controller['show']);router[_0x91f4('0x8')]('/:id/messages',auth[_0x91f4('0xb')](),controller[_0x91f4('0xe')]);router[_0x91f4('0x8')](_0x91f4('0xf'),auth[_0x91f4('0xb')](),controller[_0x91f4('0x10')]);router[_0x91f4('0x11')]('/',auth[_0x91f4('0xb')](),controller[_0x91f4('0x12')]);router[_0x91f4('0x11')](_0x91f4('0x13'),auth[_0x91f4('0xb')](),controller[_0x91f4('0x14')]);router[_0x91f4('0x11')](_0x91f4('0x15'),auth[_0x91f4('0xb')](),interaction[_0x91f4('0x16')](_0x91f4('0x17'),_0x91f4('0x18')),controller[_0x91f4('0x19')]);router[_0x91f4('0x1a')]('/:id',auth['isAuthenticated'](),interaction['tracked'](_0x91f4('0x17'),_0x91f4('0x1b')),controller[_0x91f4('0x1c')]);router[_0x91f4('0x1d')](_0x91f4('0xd'),auth[_0x91f4('0xb')](),interaction[_0x91f4('0x16')](_0x91f4('0x17'),'faxinteraction:destroy'),controller['destroy']);router[_0x91f4('0x1d')](_0x91f4('0x15'),auth[_0x91f4('0xb')](),controller[_0x91f4('0x1e')]);module['exports']=router;