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