Built motion from commit (unavailable).|2.5.14
[motion2.git] / server / api / squareRecording / 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 _0x79b0=['index','get','show','/:id/download','download','create','update','delete','/:id/delete','destroy','exports','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./squareRecording.controller','isAuthenticated'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x79b0,0x123));var _0x079b=function(_0x3947c9,_0x4d6c97){_0x3947c9=_0x3947c9-0x0;var _0x2e7871=_0x79b0[_0x3947c9];return _0x2e7871;};'use strict';var multer=require('multer');var util=require(_0x079b('0x0'));var path=require(_0x079b('0x1'));var timeout=require('connect-timeout');var express=require(_0x079b('0x2'));var router=express[_0x079b('0x3')]();var auth=require(_0x079b('0x4'));var interaction=require(_0x079b('0x5'));var config=require(_0x079b('0x6'));var controller=require(_0x079b('0x7'));router['get']('/',auth[_0x079b('0x8')](),controller[_0x079b('0x9')]);router[_0x079b('0xa')]('/:id',auth[_0x079b('0x8')](),controller[_0x079b('0xb')]);router[_0x079b('0xa')](_0x079b('0xc'),auth[_0x079b('0x8')](),controller[_0x079b('0xd')]);router['post']('/',auth[_0x079b('0x8')](),controller[_0x079b('0xe')]);router['put']('/:id',auth[_0x079b('0x8')](),controller[_0x079b('0xf')]);router[_0x079b('0x10')](_0x079b('0x11'),auth[_0x079b('0x8')](),controller[_0x079b('0x12')]);module[_0x079b('0x13')]=router;