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