91e14e4ea74765f31c4cddcf45abd539b7b0683a
[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 _0x15ca=['rimraf','../../config/environment','./screenRecording.attributes','define','screen_recordings','interactionid','util','api','moment','path'];(function(_0x243b2f,_0x30aa15){var _0xcb3c2d=function(_0x213bb2){while(--_0x213bb2){_0x243b2f['push'](_0x243b2f['shift']());}};_0xcb3c2d(++_0x30aa15);}(_0x15ca,0xe2));var _0xa15c=function(_0x40a55b,_0x36540b){_0x40a55b=_0x40a55b-0x0;var _0x25ef48=_0x15ca[_0x40a55b];return _0x25ef48;};'use strict';var _=require('lodash');var util=require(_0xa15c('0x0'));var logger=require('../../config/logger')(_0xa15c('0x1'));var moment=require(_0xa15c('0x2'));var BPromise=require('bluebird');var rp=require('request-promise');var fs=require('fs');var path=require(_0xa15c('0x3'));var rimraf=require(_0xa15c('0x4'));var config=require(_0xa15c('0x5'));var attributes=require(_0xa15c('0x6'));module['exports']=function(_0x55eed0,_0x3130e5){return _0x55eed0[_0xa15c('0x7')]('ScreenRecording',attributes,{'tableName':_0xa15c('0x8'),'paranoid':![],'indexes':[{'name':_0xa15c('0x9'),'fields':[_0xa15c('0x9')]}],'timestamps':!![]});};