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