9896af3dc9ea459bb403881a5e994e2428ccb693
[motion2.git] / server / api / whatsappAccount / 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 _0xe5af=['create','post','/:id/dispositions','addDisposition','addAnswer','addAgents','addApplications','notify','/:id/send','put','update','delete','destroy','removeDispositions','removeAnswers','exports','util','path','express','Router','../../components/auth/service','../../config/environment','isAuthenticated','index','describe','get','/:id','show','getDispositions','/:id/canned_answers','getAnswers','/:id/users','getAgents','/:id/applications','getApplications'];(function(_0x71dbc2,_0x55e123){var _0xbcfcdc=function(_0x4a3311){while(--_0x4a3311){_0x71dbc2['push'](_0x71dbc2['shift']());}};_0xbcfcdc(++_0x55e123);}(_0xe5af,0x9c));var _0xfe5a=function(_0x58176f,_0x55a4e5){_0x58176f=_0x58176f-0x0;var _0x14ccb0=_0xe5af[_0x58176f];return _0x14ccb0;};'use strict';var multer=require('multer');var util=require(_0xfe5a('0x0'));var path=require(_0xfe5a('0x1'));var timeout=require('connect-timeout');var express=require(_0xfe5a('0x2'));var router=express[_0xfe5a('0x3')]();var auth=require(_0xfe5a('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xfe5a('0x5'));var controller=require('./whatsappAccount.controller');router['get']('/',auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x7')]);router['get']('/describe',auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x8')]);router[_0xfe5a('0x9')](_0xfe5a('0xa'),auth['isAuthenticated'](),controller[_0xfe5a('0xb')]);router['get']('/:id/dispositions',auth[_0xfe5a('0x6')](),controller[_0xfe5a('0xc')]);router['get'](_0xfe5a('0xd'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0xe')]);router[_0xfe5a('0x9')](_0xfe5a('0xf'),auth['isAuthenticated'](),controller[_0xfe5a('0x10')]);router[_0xfe5a('0x9')](_0xfe5a('0x11'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x12')]);router['post']('/',auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x13')]);router[_0xfe5a('0x14')](_0xfe5a('0x15'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x16')]);router[_0xfe5a('0x14')](_0xfe5a('0xd'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x17')]);router[_0xfe5a('0x14')](_0xfe5a('0xf'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x18')]);router[_0xfe5a('0x14')](_0xfe5a('0x11'),auth['isAuthenticated'](),controller[_0xfe5a('0x19')]);router[_0xfe5a('0x14')]('/:id/notify',controller[_0xfe5a('0x1a')]);router[_0xfe5a('0x14')](_0xfe5a('0x1b'),auth['isAuthenticated'](),controller['send']);router[_0xfe5a('0x1c')](_0xfe5a('0xa'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x1d')]);router[_0xfe5a('0x1e')](_0xfe5a('0xa'),auth['isAuthenticated'](),controller[_0xfe5a('0x1f')]);router['delete'](_0xfe5a('0x15'),auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x20')]);router['delete']('/:id/canned_answers',auth[_0xfe5a('0x6')](),controller[_0xfe5a('0x21')]);router['delete'](_0xfe5a('0xf'),auth[_0xfe5a('0x6')](),controller['removeAgents']);module[_0xfe5a('0x22')]=router;