Built motion from commit 3c2ce842.|2.6.31
[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 _0x6a95=['VIRTUAL','getDataValue','value','STRING','INTEGER','setDataValue','startedAt','subtract','closedAt','duration','DATE','MM-DD-YYYY\x20HH:mm','toString','format','updatedAt','sequelize','moment','path','../../config/environment','exports'];(function(_0x507b8f,_0x3972ba){var _0xffe67a=function(_0x596488){while(--_0x596488){_0x507b8f['push'](_0x507b8f['shift']());}};_0xffe67a(++_0x3972ba);}(_0x6a95,0x1db));var _0x56a9=function(_0x24237f,_0x4cf32c){_0x24237f=_0x24237f-0x0;var _0x48298e=_0x6a95[_0x24237f];return _0x48298e;};'use strict';var Sequelize=require(_0x56a9('0x0'));var moment=require(_0x56a9('0x1'));var path=require(_0x56a9('0x2'));var config=require(_0x56a9('0x3'));module[_0x56a9('0x4')]={'format':{'type':Sequelize[_0x56a9('0x5')],'get':function(){return this[_0x56a9('0x6')]('value')?path['extname'](this[_0x56a9('0x6')](_0x56a9('0x7'))):undefined;}},'interactionid':{'type':Sequelize[_0x56a9('0x8')]},'channel':{'type':Sequelize[_0x56a9('0x8')]},'value':{'type':Sequelize[_0x56a9('0x8')],'set':function(_0x365093){var _0xd8aa7c=_0x365093['replace'](/\\/g,'/');this['setDataValue'](_0x56a9('0x7'),_0xd8aa7c);}},'rating':{'type':Sequelize[_0x56a9('0x9')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize['INTEGER'],'set':function(_0xe4b98c){this[_0x56a9('0xa')](_0x56a9('0xb'),moment()[_0x56a9('0xc')](_0xe4b98c,'ms'));this[_0x56a9('0xa')](_0x56a9('0xd'),moment());this[_0x56a9('0xa')](_0x56a9('0xe'),_0xe4b98c);}},'startedAt':{'type':Sequelize[_0x56a9('0xf')],'get':function(){return moment(this['getDataValue'](_0x56a9('0xb')))['format'](_0x56a9('0x10'))[_0x56a9('0x11')]();}},'closedAt':{'type':Sequelize[_0x56a9('0xf')],'get':function(){return moment(this[_0x56a9('0x6')](_0x56a9('0xd')))[_0x56a9('0x12')](_0x56a9('0x10'))[_0x56a9('0x11')]();}},'createdAt':{'type':Sequelize[_0x56a9('0xf')],'get':function(){return moment(this['getDataValue']('createdAt'))[_0x56a9('0x12')](_0x56a9('0x10'))[_0x56a9('0x11')]();}},'updatedAt':{'type':Sequelize[_0x56a9('0xf')],'get':function(){return moment(this['getDataValue'](_0x56a9('0x13')))['format']('MM-DD-YYYY\x20HH:mm')['toString']();}}};