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