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