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