0dd1e2f994ed2da84ca92a7ff3d1a81a210392fb
[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 _0x8073=['put','faxinteraction:update','update','destroy','delete','removeTags','exports','multer','util','connect-timeout','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxInteraction.controller','get','isAuthenticated','index','describe','/:id','/:id/messages','getMessages','/:id/download','download','post','create','addMessage','/:id/tags','tracked','fax','faxinteraction:addtags','addTags'];(function(_0x41fe11,_0x17336f){var _0x22fd8d=function(_0x412156){while(--_0x412156){_0x41fe11['push'](_0x41fe11['shift']());}};_0x22fd8d(++_0x17336f);}(_0x8073,0x64));var _0x3807=function(_0x2d7f0e,_0x3e6fbd){_0x2d7f0e=_0x2d7f0e-0x0;var _0x110b07=_0x8073[_0x2d7f0e];return _0x110b07;};'use strict';var multer=require(_0x3807('0x0'));var util=require(_0x3807('0x1'));var path=require('path');var timeout=require(_0x3807('0x2'));var express=require('express');var router=express['Router']();var auth=require(_0x3807('0x3'));var interaction=require(_0x3807('0x4'));var config=require(_0x3807('0x5'));var controller=require(_0x3807('0x6'));router[_0x3807('0x7')]('/',auth[_0x3807('0x8')](),controller[_0x3807('0x9')]);router[_0x3807('0x7')]('/describe',auth[_0x3807('0x8')](),controller[_0x3807('0xa')]);router[_0x3807('0x7')](_0x3807('0xb'),auth[_0x3807('0x8')](),controller['show']);router['get'](_0x3807('0xc'),auth['isAuthenticated'](),controller[_0x3807('0xd')]);router[_0x3807('0x7')](_0x3807('0xe'),auth[_0x3807('0x8')](),controller[_0x3807('0xf')]);router[_0x3807('0x10')]('/',auth[_0x3807('0x8')](),controller[_0x3807('0x11')]);router[_0x3807('0x10')](_0x3807('0xc'),auth[_0x3807('0x8')](),controller[_0x3807('0x12')]);router[_0x3807('0x10')](_0x3807('0x13'),auth[_0x3807('0x8')](),interaction[_0x3807('0x14')](_0x3807('0x15'),_0x3807('0x16')),controller[_0x3807('0x17')]);router[_0x3807('0x18')](_0x3807('0xb'),auth[_0x3807('0x8')](),interaction['tracked'](_0x3807('0x15'),_0x3807('0x19')),controller[_0x3807('0x1a')]);router['delete'](_0x3807('0xb'),auth['isAuthenticated'](),interaction['tracked'](_0x3807('0x15'),'faxinteraction:destroy'),controller[_0x3807('0x1b')]);router[_0x3807('0x1c')](_0x3807('0x13'),auth[_0x3807('0x8')](),controller[_0x3807('0x1d')]);module[_0x3807('0x1e')]=router;