Built motion from commit 9d0783e6.|2.6.13
[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 _0x4d5a=['STRING','replace','setDataValue','INTEGER','startedAt','subtract','closedAt','duration','DATE','format','MM-DD-YYYY\x20HH:mm','toString','createdAt','updatedAt','moment','path','../../config/environment','VIRTUAL','getDataValue','value','extname'];(function(_0x312885,_0x4222f3){var _0x42415e=function(_0x580c61){while(--_0x580c61){_0x312885['push'](_0x312885['shift']());}};_0x42415e(++_0x4222f3);}(_0x4d5a,0x15e));var _0xa4d5=function(_0x618414,_0x1a7a60){_0x618414=_0x618414-0x0;var _0x21c19a=_0x4d5a[_0x618414];return _0x21c19a;};'use strict';var Sequelize=require('sequelize');var moment=require(_0xa4d5('0x0'));var path=require(_0xa4d5('0x1'));var config=require(_0xa4d5('0x2'));module['exports']={'format':{'type':Sequelize[_0xa4d5('0x3')],'get':function(){return this[_0xa4d5('0x4')](_0xa4d5('0x5'))?path[_0xa4d5('0x6')](this['getDataValue'](_0xa4d5('0x5'))):undefined;}},'interactionid':{'type':Sequelize['STRING']},'channel':{'type':Sequelize['STRING']},'value':{'type':Sequelize[_0xa4d5('0x7')],'set':function(_0x1856aa){var _0x166db3=_0x1856aa[_0xa4d5('0x8')](/\\/g,'/');this[_0xa4d5('0x9')](_0xa4d5('0x5'),_0x166db3);}},'rating':{'type':Sequelize[_0xa4d5('0xa')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize['INTEGER'],'set':function(_0x5586de){this[_0xa4d5('0x9')](_0xa4d5('0xb'),moment()[_0xa4d5('0xc')](_0x5586de,'ms'));this[_0xa4d5('0x9')](_0xa4d5('0xd'),moment());this[_0xa4d5('0x9')](_0xa4d5('0xe'),_0x5586de);}},'startedAt':{'type':Sequelize[_0xa4d5('0xf')],'get':function(){return moment(this['getDataValue']('startedAt'))[_0xa4d5('0x10')](_0xa4d5('0x11'))[_0xa4d5('0x12')]();}},'closedAt':{'type':Sequelize[_0xa4d5('0xf')],'get':function(){return moment(this['getDataValue']('closedAt'))[_0xa4d5('0x10')](_0xa4d5('0x11'))[_0xa4d5('0x12')]();}},'createdAt':{'type':Sequelize[_0xa4d5('0xf')],'get':function(){return moment(this[_0xa4d5('0x4')](_0xa4d5('0x13')))['format']('MM-DD-YYYY\x20HH:mm')[_0xa4d5('0x12')]();}},'updatedAt':{'type':Sequelize[_0xa4d5('0xf')],'get':function(){return moment(this['getDataValue'](_0xa4d5('0x14')))[_0xa4d5('0x10')](_0xa4d5('0x11'))[_0xa4d5('0x12')]();}}};