Built motion from commit 25580385.|2.6.2
[motion2.git] / server / api / screenRecording / screenRecording.attributes.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 _0xb114=['path','../../config/environment','VIRTUAL','getDataValue','value','extname','STRING','replace','setDataValue','INTEGER','startedAt','subtract','closedAt','DATE','format','MM-DD-YYYY\x20HH:mm','toString','sequelize'];(function(_0x1183ab,_0x1f9404){var _0x27142c=function(_0x233be3){while(--_0x233be3){_0x1183ab['push'](_0x1183ab['shift']());}};_0x27142c(++_0x1f9404);}(_0xb114,0x11f));var _0x4b11=function(_0x5a79e2,_0x319b1a){_0x5a79e2=_0x5a79e2-0x0;var _0x266c45=_0xb114[_0x5a79e2];return _0x266c45;};'use strict';var Sequelize=require(_0x4b11('0x0'));var moment=require('moment');var path=require(_0x4b11('0x1'));var config=require(_0x4b11('0x2'));module['exports']={'format':{'type':Sequelize[_0x4b11('0x3')],'get':function(){return this[_0x4b11('0x4')](_0x4b11('0x5'))?path[_0x4b11('0x6')](this[_0x4b11('0x4')](_0x4b11('0x5'))):undefined;}},'interactionid':{'type':Sequelize['STRING']},'channel':{'type':Sequelize[_0x4b11('0x7')]},'value':{'type':Sequelize[_0x4b11('0x7')],'set':function(_0x41fac6){var _0x91f371=_0x41fac6[_0x4b11('0x8')](/\\/g,'/');this[_0x4b11('0x9')](_0x4b11('0x5'),_0x91f371);}},'rating':{'type':Sequelize['INTEGER'],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0x4b11('0xa')],'set':function(_0x4cde8d){this[_0x4b11('0x9')](_0x4b11('0xb'),moment()[_0x4b11('0xc')](_0x4cde8d,'ms'));this[_0x4b11('0x9')](_0x4b11('0xd'),moment());this[_0x4b11('0x9')]('duration',_0x4cde8d);}},'startedAt':{'type':Sequelize[_0x4b11('0xe')],'get':function(){return moment(this[_0x4b11('0x4')](_0x4b11('0xb')))[_0x4b11('0xf')]('MM-DD-YYYY\x20HH:mm')['toString']();}},'closedAt':{'type':Sequelize[_0x4b11('0xe')],'get':function(){return moment(this[_0x4b11('0x4')](_0x4b11('0xd')))[_0x4b11('0xf')](_0x4b11('0x10'))[_0x4b11('0x11')]();}},'createdAt':{'type':Sequelize[_0x4b11('0xe')],'get':function(){return moment(this[_0x4b11('0x4')]('createdAt'))['format'](_0x4b11('0x10'))[_0x4b11('0x11')]();}},'updatedAt':{'type':Sequelize[_0x4b11('0xe')],'get':function(){return moment(this['getDataValue']('updatedAt'))['format'](_0x4b11('0x10'))[_0x4b11('0x11')]();}}};