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