Built motion from commit fe909640.|2.6.8
[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 _0xbd9e=['STRING','replace','setDataValue','INTEGER','startedAt','DATE','format','MM-DD-YYYY\x20HH:mm','closedAt','toString','createdAt','updatedAt','path','exports','VIRTUAL','getDataValue','value','extname'];(function(_0x287ac2,_0x44d024){var _0x818081=function(_0x1b63f9){while(--_0x1b63f9){_0x287ac2['push'](_0x287ac2['shift']());}};_0x818081(++_0x44d024);}(_0xbd9e,0x108));var _0xebd9=function(_0x59c301,_0x359c50){_0x59c301=_0x59c301-0x0;var _0x3866b9=_0xbd9e[_0x59c301];return _0x3866b9;};'use strict';var Sequelize=require('sequelize');var moment=require('moment');var path=require(_0xebd9('0x0'));var config=require('../../config/environment');module[_0xebd9('0x1')]={'format':{'type':Sequelize[_0xebd9('0x2')],'get':function(){return this[_0xebd9('0x3')](_0xebd9('0x4'))?path[_0xebd9('0x5')](this['getDataValue'](_0xebd9('0x4'))):undefined;}},'interactionid':{'type':Sequelize['STRING']},'channel':{'type':Sequelize[_0xebd9('0x6')]},'value':{'type':Sequelize[_0xebd9('0x6')],'set':function(_0xe1bf09){var _0x23c503=_0xe1bf09[_0xebd9('0x7')](/\\/g,'/');this[_0xebd9('0x8')]('value',_0x23c503);}},'rating':{'type':Sequelize[_0xebd9('0x9')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0xebd9('0x9')],'set':function(_0x12d27a){this[_0xebd9('0x8')](_0xebd9('0xa'),moment()['subtract'](_0x12d27a,'ms'));this[_0xebd9('0x8')]('closedAt',moment());this[_0xebd9('0x8')]('duration',_0x12d27a);}},'startedAt':{'type':Sequelize[_0xebd9('0xb')],'get':function(){return moment(this[_0xebd9('0x3')]('startedAt'))[_0xebd9('0xc')](_0xebd9('0xd'))['toString']();}},'closedAt':{'type':Sequelize[_0xebd9('0xb')],'get':function(){return moment(this[_0xebd9('0x3')](_0xebd9('0xe')))[_0xebd9('0xc')]('MM-DD-YYYY\x20HH:mm')[_0xebd9('0xf')]();}},'createdAt':{'type':Sequelize[_0xebd9('0xb')],'get':function(){return moment(this[_0xebd9('0x3')](_0xebd9('0x10')))[_0xebd9('0xc')](_0xebd9('0xd'))[_0xebd9('0xf')]();}},'updatedAt':{'type':Sequelize[_0xebd9('0xb')],'get':function(){return moment(this[_0xebd9('0x3')](_0xebd9('0x11')))[_0xebd9('0xc')](_0xebd9('0xd'))[_0xebd9('0xf')]();}}};