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