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