Built motion from commit 775e2a94.|2.6.3
[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 _0x419f=['sequelize','moment','path','../../config/environment','exports','VIRTUAL','value','getDataValue','STRING','replace','setDataValue','INTEGER','startedAt','subtract','closedAt','duration','DATE','MM-DD-YYYY\x20HH:mm','toString','createdAt','format','updatedAt'];(function(_0x2389b4,_0x32f831){var _0x2b627b=function(_0x55c9a6){while(--_0x55c9a6){_0x2389b4['push'](_0x2389b4['shift']());}};_0x2b627b(++_0x32f831);}(_0x419f,0x176));var _0xf419=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0x419f[_0x2641f9];return _0x585741;};'use strict';var Sequelize=require(_0xf419('0x0'));var moment=require(_0xf419('0x1'));var path=require(_0xf419('0x2'));var config=require(_0xf419('0x3'));module[_0xf419('0x4')]={'format':{'type':Sequelize[_0xf419('0x5')],'get':function(){return this['getDataValue'](_0xf419('0x6'))?path['extname'](this[_0xf419('0x7')](_0xf419('0x6'))):undefined;}},'interactionid':{'type':Sequelize[_0xf419('0x8')]},'channel':{'type':Sequelize[_0xf419('0x8')]},'value':{'type':Sequelize[_0xf419('0x8')],'set':function(_0x2b5526){var _0x4082de=_0x2b5526[_0xf419('0x9')](/\\/g,'/');this[_0xf419('0xa')]('value',_0x4082de);}},'rating':{'type':Sequelize[_0xf419('0xb')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0xf419('0xb')],'set':function(_0x5ab7d3){this[_0xf419('0xa')](_0xf419('0xc'),moment()[_0xf419('0xd')](_0x5ab7d3,'ms'));this['setDataValue'](_0xf419('0xe'),moment());this[_0xf419('0xa')](_0xf419('0xf'),_0x5ab7d3);}},'startedAt':{'type':Sequelize[_0xf419('0x10')],'get':function(){return moment(this[_0xf419('0x7')]('startedAt'))['format'](_0xf419('0x11'))[_0xf419('0x12')]();}},'closedAt':{'type':Sequelize[_0xf419('0x10')],'get':function(){return moment(this[_0xf419('0x7')](_0xf419('0xe')))['format'](_0xf419('0x11'))[_0xf419('0x12')]();}},'createdAt':{'type':Sequelize[_0xf419('0x10')],'get':function(){return moment(this[_0xf419('0x7')](_0xf419('0x13')))[_0xf419('0x14')]('MM-DD-YYYY\x20HH:mm')[_0xf419('0x12')]();}},'updatedAt':{'type':Sequelize[_0xf419('0x10')],'get':function(){return moment(this['getDataValue'](_0xf419('0x15')))[_0xf419('0x14')](_0xf419('0x11'))['toString']();}}};