116a9dcd7dbb52f9ad3d2a376b36d3b571b120ce
[motion2.git] / server / api / chatWebsite / 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 _0x72b2=['getDispositions','getAnswers','/:id/logo','getLogo','getAvatar','getCustomerAvatar','getSystemAvatar','/:id/interactions','getInteractions','/:id/snippet','getSnippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','/:id/fields','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','post','addDisposition','/:id/canned_answers','addAnswer','diskStorage','join','root','server/files/images/logos/','%s-%s','now','originalname','single','addLogo','server/files/images/avatars/','/:id/avatar','file','addAvatar','format','/:id/system_avatar','addSystemAvatar','/:id/notify','notify','addInteraction','addProactiveActions','put','delete','/:id/dispositions','removeAnswers','removeAgents','exports','multer','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./chatWebsite.controller','index','get','/describe','isAuthenticated','/:id','show'];(function(_0x215357,_0x1854ee){var _0xab803f=function(_0x269ae0){while(--_0x269ae0){_0x215357['push'](_0x215357['shift']());}};_0xab803f(++_0x1854ee);}(_0x72b2,0x1b2));var _0x272b=function(_0x23bfab,_0x1fd97a){_0x23bfab=_0x23bfab-0x0;var _0x5900ee=_0x72b2[_0x23bfab];return _0x5900ee;};'use strict';var multer=require(_0x272b('0x0'));var util=require('util');var path=require(_0x272b('0x1'));var timeout=require(_0x272b('0x2'));var express=require(_0x272b('0x3'));var router=express[_0x272b('0x4')]();var auth=require(_0x272b('0x5'));var interaction=require(_0x272b('0x6'));var config=require('../../config/environment');var controller=require(_0x272b('0x7'));router['get']('/',auth['isAuthenticated'](),controller[_0x272b('0x8')]);router[_0x272b('0x9')](_0x272b('0xa'),auth[_0x272b('0xb')](),controller['describe']);router[_0x272b('0x9')](_0x272b('0xc'),auth['isAuthenticated'](),controller[_0x272b('0xd')]);router[_0x272b('0x9')]('/:id/dispositions',auth[_0x272b('0xb')](),controller[_0x272b('0xe')]);router[_0x272b('0x9')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x272b('0xf')]);router[_0x272b('0x9')](_0x272b('0x10'),controller[_0x272b('0x11')]);router[_0x272b('0x9')]('/:id/avatar',controller[_0x272b('0x12')]);router[_0x272b('0x9')]('/:id/customer_avatar',controller[_0x272b('0x13')]);router[_0x272b('0x9')]('/:id/system_avatar',controller[_0x272b('0x14')]);router['get'](_0x272b('0x15'),auth[_0x272b('0xb')](),controller[_0x272b('0x16')]);router[_0x272b('0x9')](_0x272b('0x17'),controller[_0x272b('0x18')]);router[_0x272b('0x9')](_0x272b('0x19'),auth[_0x272b('0xb')](),controller[_0x272b('0x1a')]);router[_0x272b('0x9')](_0x272b('0x1b'),auth['isAuthenticated'](),controller[_0x272b('0x1c')]);router['get'](_0x272b('0x1d'),controller[_0x272b('0x1e')]);router['get'](_0x272b('0x1f'),auth['isAuthenticated'](),controller[_0x272b('0x20')]);router[_0x272b('0x9')](_0x272b('0x21'),auth['isAuthenticated'](),controller['getAgents']);router[_0x272b('0x22')]('/',auth[_0x272b('0xb')](),controller['create']);router[_0x272b('0x22')]('/:id/dispositions',auth[_0x272b('0xb')](),controller[_0x272b('0x23')]);router[_0x272b('0x22')](_0x272b('0x24'),auth[_0x272b('0xb')](),controller[_0x272b('0x25')]);var upload=multer({'storage':multer[_0x272b('0x26')]({'destination':function(_0x554429,_0x236ad1,_0x4dbc52){_0x4dbc52(null,path[_0x272b('0x27')](config[_0x272b('0x28')],_0x272b('0x29')));},'filename':function(_0x104122,_0x4bb03e,_0x32a8c6){_0x32a8c6(null,util['format'](_0x272b('0x2a'),Date[_0x272b('0x2b')](),_0x4bb03e[_0x272b('0x2c')]));}})});router[_0x272b('0x22')](_0x272b('0x10'),upload[_0x272b('0x2d')]('file'),controller[_0x272b('0x2e')]);var upload=multer({'storage':multer[_0x272b('0x26')]({'destination':function(_0x9738fb,_0x467881,_0x3e6b52){_0x3e6b52(null,path['join'](config[_0x272b('0x28')],_0x272b('0x2f')));},'filename':function(_0x554182,_0x1f04ce,_0x12a302){_0x12a302(null,util['format'](_0x272b('0x2a'),Date[_0x272b('0x2b')](),_0x1f04ce[_0x272b('0x2c')]));}})});router['post'](_0x272b('0x30'),upload[_0x272b('0x2d')](_0x272b('0x31')),controller[_0x272b('0x32')]);var upload=multer({'storage':multer[_0x272b('0x26')]({'destination':function(_0x5c67c2,_0x1884a6,_0x2a3ce8){_0x2a3ce8(null,path['join'](config['root'],'server/files/images/avatars/'));},'filename':function(_0x3ffc79,_0x591e55,_0x4b3047){_0x4b3047(null,util['format'](_0x272b('0x2a'),Date['now'](),_0x591e55[_0x272b('0x2c')]));}})});router[_0x272b('0x22')]('/:id/customer_avatar',upload[_0x272b('0x2d')](_0x272b('0x31')),controller['addCustomerAvatar']);var upload=multer({'storage':multer[_0x272b('0x26')]({'destination':function(_0x4ea988,_0xe0363f,_0x4d1229){_0x4d1229(null,path['join'](config['root'],_0x272b('0x2f')));},'filename':function(_0x2d862d,_0x33c555,_0x125d20){_0x125d20(null,util[_0x272b('0x33')](_0x272b('0x2a'),Date[_0x272b('0x2b')](),_0x33c555[_0x272b('0x2c')]));}})});router[_0x272b('0x22')](_0x272b('0x34'),upload[_0x272b('0x2d')](_0x272b('0x31')),controller[_0x272b('0x35')]);router[_0x272b('0x22')](_0x272b('0x36'),controller[_0x272b('0x37')]);router[_0x272b('0x22')]('/:id/offline',controller['offline']);router[_0x272b('0x22')](_0x272b('0x15'),auth[_0x272b('0xb')](),controller[_0x272b('0x38')]);router[_0x272b('0x22')](_0x272b('0x19'),auth[_0x272b('0xb')](),controller['addApplications']);router['post'](_0x272b('0x1b'),auth[_0x272b('0xb')](),controller[_0x272b('0x39')]);router[_0x272b('0x22')]('/:id/users',auth['isAuthenticated'](),controller['addAgents']);router[_0x272b('0x3a')](_0x272b('0xc'),auth['isAuthenticated'](),controller['update']);router['delete'](_0x272b('0xc'),auth['isAuthenticated'](),controller['destroy']);router[_0x272b('0x3b')](_0x272b('0x3c'),auth['isAuthenticated'](),controller['removeDispositions']);router[_0x272b('0x3b')]('/:id/canned_answers',auth[_0x272b('0xb')](),controller[_0x272b('0x3d')]);router[_0x272b('0x3b')]('/:id/users',auth['isAuthenticated'](),controller[_0x272b('0x3e')]);module[_0x272b('0x3f')]=router;