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