Built motion from commit e6806ed6.|2.6.0
[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 _0x0954=['toString','format','updatedAt','sequelize','path','../../config/environment','VIRTUAL','getDataValue','value','extname','replace','setDataValue','INTEGER','startedAt','closedAt','DATE','MM-DD-YYYY\x20HH:mm'];(function(_0x3b9790,_0xfbcf4b){var _0x50a671=function(_0x51e5c9){while(--_0x51e5c9){_0x3b9790['push'](_0x3b9790['shift']());}};_0x50a671(++_0xfbcf4b);}(_0x0954,0x135));var _0x4095=function(_0x3d2012,_0x3d02b9){_0x3d2012=_0x3d2012-0x0;var _0x53d542=_0x0954[_0x3d2012];return _0x53d542;};'use strict';var Sequelize=require(_0x4095('0x0'));var moment=require('moment');var path=require(_0x4095('0x1'));var config=require(_0x4095('0x2'));module['exports']={'format':{'type':Sequelize[_0x4095('0x3')],'get':function(){return this[_0x4095('0x4')](_0x4095('0x5'))?path[_0x4095('0x6')](this[_0x4095('0x4')](_0x4095('0x5'))):undefined;}},'interactionid':{'type':Sequelize['STRING']},'channel':{'type':Sequelize['STRING']},'value':{'type':Sequelize['STRING'],'set':function(_0x14b440){var _0x352c8f=_0x14b440[_0x4095('0x7')](/\\/g,'/');this[_0x4095('0x8')](_0x4095('0x5'),_0x352c8f);}},'rating':{'type':Sequelize[_0x4095('0x9')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize['INTEGER'],'set':function(_0x158dc7){this[_0x4095('0x8')](_0x4095('0xa'),moment()['subtract'](_0x158dc7,'ms'));this[_0x4095('0x8')](_0x4095('0xb'),moment());this[_0x4095('0x8')]('duration',_0x158dc7);}},'startedAt':{'type':Sequelize[_0x4095('0xc')],'get':function(){return moment(this['getDataValue'](_0x4095('0xa')))['format'](_0x4095('0xd'))[_0x4095('0xe')]();}},'closedAt':{'type':Sequelize[_0x4095('0xc')],'get':function(){return moment(this['getDataValue']('closedAt'))[_0x4095('0xf')](_0x4095('0xd'))[_0x4095('0xe')]();}},'createdAt':{'type':Sequelize[_0x4095('0xc')],'get':function(){return moment(this['getDataValue']('createdAt'))[_0x4095('0xf')](_0x4095('0xd'))[_0x4095('0xe')]();}},'updatedAt':{'type':Sequelize[_0x4095('0xc')],'get':function(){return moment(this[_0x4095('0x4')](_0x4095('0x10')))['format']('MM-DD-YYYY\x20HH:mm')[_0x4095('0xe')]();}}};