26367ccf6d1b165032e156fd2954687682817c95
[motion2.git] / server / api / screenRecording / screenRecording.model.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 _0x701f=['screen_recordings','interactionid','util','api','bluebird','request-promise','rimraf','../../config/environment','./screenRecording.attributes','exports','define'];(function(_0x141bea,_0x20296d){var _0x537d60=function(_0xd83039){while(--_0xd83039){_0x141bea['push'](_0x141bea['shift']());}};_0x537d60(++_0x20296d);}(_0x701f,0x1ba));var _0xf701=function(_0x397e5f,_0x454c8f){_0x397e5f=_0x397e5f-0x0;var _0x5302b8=_0x701f[_0x397e5f];return _0x5302b8;};'use strict';var _=require('lodash');var util=require(_0xf701('0x0'));var logger=require('../../config/logger')(_0xf701('0x1'));var moment=require('moment');var BPromise=require(_0xf701('0x2'));var rp=require(_0xf701('0x3'));var fs=require('fs');var path=require('path');var rimraf=require(_0xf701('0x4'));var config=require(_0xf701('0x5'));var attributes=require(_0xf701('0x6'));module[_0xf701('0x7')]=function(_0x5e835f,_0x293391){return _0x5e835f[_0xf701('0x8')]('ScreenRecording',attributes,{'tableName':_0xf701('0x9'),'paranoid':![],'indexes':[{'name':'interactionid','fields':[_0xf701('0xa')]}],'timestamps':!![]});};