1efc41cf69c2a4b1d653b7eee63d71da0995ad86
[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 _0x1775=['getAgents','/:id/applications','getApplications','post','create','addDisposition','addAnswer','/:id/users','addAgents','/:id/notify','notify','/:id/send','send','put','update','delete','destroy','removeAnswers','removeAgents','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappAccount.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/dispositions','/:id/canned_answers','getAnswers'];(function(_0x8cf794,_0x1b7cca){var _0x58ee63=function(_0x1fbf12){while(--_0x1fbf12){_0x8cf794['push'](_0x8cf794['shift']());}};_0x58ee63(++_0x1b7cca);}(_0x1775,0x1db));var _0x5177=function(_0x3947c9,_0x4d6c97){_0x3947c9=_0x3947c9-0x0;var _0x2e7871=_0x1775[_0x3947c9];return _0x2e7871;};'use strict';var multer=require('multer');var util=require(_0x5177('0x0'));var path=require(_0x5177('0x1'));var timeout=require(_0x5177('0x2'));var express=require(_0x5177('0x3'));var router=express[_0x5177('0x4')]();var auth=require(_0x5177('0x5'));var interaction=require(_0x5177('0x6'));var config=require(_0x5177('0x7'));var controller=require(_0x5177('0x8'));router[_0x5177('0x9')]('/',auth[_0x5177('0xa')](),controller[_0x5177('0xb')]);router[_0x5177('0x9')](_0x5177('0xc'),auth[_0x5177('0xa')](),controller[_0x5177('0xd')]);router[_0x5177('0x9')](_0x5177('0xe'),auth[_0x5177('0xa')](),controller[_0x5177('0xf')]);router[_0x5177('0x9')](_0x5177('0x10'),auth['isAuthenticated'](),controller['getDispositions']);router[_0x5177('0x9')](_0x5177('0x11'),auth[_0x5177('0xa')](),controller[_0x5177('0x12')]);router[_0x5177('0x9')]('/:id/users',auth[_0x5177('0xa')](),controller[_0x5177('0x13')]);router[_0x5177('0x9')](_0x5177('0x14'),auth[_0x5177('0xa')](),controller[_0x5177('0x15')]);router[_0x5177('0x16')]('/',auth[_0x5177('0xa')](),controller[_0x5177('0x17')]);router[_0x5177('0x16')](_0x5177('0x10'),auth[_0x5177('0xa')](),controller[_0x5177('0x18')]);router[_0x5177('0x16')](_0x5177('0x11'),auth[_0x5177('0xa')](),controller[_0x5177('0x19')]);router[_0x5177('0x16')](_0x5177('0x1a'),auth['isAuthenticated'](),controller[_0x5177('0x1b')]);router[_0x5177('0x16')](_0x5177('0x14'),auth[_0x5177('0xa')](),controller['addApplications']);router[_0x5177('0x16')](_0x5177('0x1c'),controller[_0x5177('0x1d')]);router['post'](_0x5177('0x1e'),auth['isAuthenticated'](),controller[_0x5177('0x1f')]);router[_0x5177('0x20')](_0x5177('0xe'),auth[_0x5177('0xa')](),controller[_0x5177('0x21')]);router[_0x5177('0x22')](_0x5177('0xe'),auth[_0x5177('0xa')](),controller[_0x5177('0x23')]);router[_0x5177('0x22')](_0x5177('0x10'),auth[_0x5177('0xa')](),controller['removeDispositions']);router[_0x5177('0x22')]('/:id/canned_answers',auth[_0x5177('0xa')](),controller[_0x5177('0x24')]);router[_0x5177('0x22')](_0x5177('0x1a'),auth['isAuthenticated'](),controller[_0x5177('0x25')]);module['exports']=router;