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