Built motion from commit da617fac.|2.6.6
[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 _0x9f0e=['STRING','replace','INTEGER','setDataValue','startedAt','subtract','closedAt','duration','DATE','format','toString','MM-DD-YYYY\x20HH:mm','createdAt','updatedAt','sequelize','moment','path','../../config/environment','exports','value','extname','getDataValue'];(function(_0x486559,_0x3ddc65){var _0x538efb=function(_0x4920aa){while(--_0x4920aa){_0x486559['push'](_0x486559['shift']());}};_0x538efb(++_0x3ddc65);}(_0x9f0e,0x116));var _0xe9f0=function(_0x1c0c61,_0x1cdfa5){_0x1c0c61=_0x1c0c61-0x0;var _0xcbb730=_0x9f0e[_0x1c0c61];return _0xcbb730;};'use strict';var Sequelize=require(_0xe9f0('0x0'));var moment=require(_0xe9f0('0x1'));var path=require(_0xe9f0('0x2'));var config=require(_0xe9f0('0x3'));module[_0xe9f0('0x4')]={'format':{'type':Sequelize['VIRTUAL'],'get':function(){return this['getDataValue'](_0xe9f0('0x5'))?path[_0xe9f0('0x6')](this[_0xe9f0('0x7')](_0xe9f0('0x5'))):undefined;}},'interactionid':{'type':Sequelize[_0xe9f0('0x8')]},'channel':{'type':Sequelize['STRING']},'value':{'type':Sequelize['STRING'],'set':function(_0x3a17b3){var _0x167198=_0x3a17b3[_0xe9f0('0x9')](/\\/g,'/');this['setDataValue'](_0xe9f0('0x5'),_0x167198);}},'rating':{'type':Sequelize[_0xe9f0('0xa')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0xe9f0('0xa')],'set':function(_0x3386a8){this[_0xe9f0('0xb')](_0xe9f0('0xc'),moment()[_0xe9f0('0xd')](_0x3386a8,'ms'));this[_0xe9f0('0xb')](_0xe9f0('0xe'),moment());this['setDataValue'](_0xe9f0('0xf'),_0x3386a8);}},'startedAt':{'type':Sequelize[_0xe9f0('0x10')],'get':function(){return moment(this[_0xe9f0('0x7')]('startedAt'))[_0xe9f0('0x11')]('MM-DD-YYYY\x20HH:mm')[_0xe9f0('0x12')]();}},'closedAt':{'type':Sequelize[_0xe9f0('0x10')],'get':function(){return moment(this[_0xe9f0('0x7')](_0xe9f0('0xe')))['format'](_0xe9f0('0x13'))['toString']();}},'createdAt':{'type':Sequelize[_0xe9f0('0x10')],'get':function(){return moment(this[_0xe9f0('0x7')](_0xe9f0('0x14')))['format'](_0xe9f0('0x13'))[_0xe9f0('0x12')]();}},'updatedAt':{'type':Sequelize[_0xe9f0('0x10')],'get':function(){return moment(this['getDataValue'](_0xe9f0('0x15')))[_0xe9f0('0x11')](_0xe9f0('0x13'))[_0xe9f0('0x12')]();}}};