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 _0x85de=['subtract','closedAt','duration','DATE','format','MM-DD-YYYY\x20HH:mm','toString','createdAt','updatedAt','sequelize','moment','path','../../config/environment','exports','VIRTUAL','value','extname','getDataValue','STRING','replace','INTEGER','setDataValue','startedAt'];(function(_0x415a0b,_0x26e7cb){var _0x5acf90=function(_0x17ea2f){while(--_0x17ea2f){_0x415a0b['push'](_0x415a0b['shift']());}};_0x5acf90(++_0x26e7cb);}(_0x85de,0x65));var _0xe85d=function(_0x2af417,_0xd04052){_0x2af417=_0x2af417-0x0;var _0x132f9b=_0x85de[_0x2af417];return _0x132f9b;};'use strict';var Sequelize=require(_0xe85d('0x0'));var moment=require(_0xe85d('0x1'));var path=require(_0xe85d('0x2'));var config=require(_0xe85d('0x3'));module[_0xe85d('0x4')]={'format':{'type':Sequelize[_0xe85d('0x5')],'get':function(){return this['getDataValue'](_0xe85d('0x6'))?path[_0xe85d('0x7')](this[_0xe85d('0x8')](_0xe85d('0x6'))):undefined;}},'interactionid':{'type':Sequelize['STRING']},'channel':{'type':Sequelize['STRING']},'value':{'type':Sequelize[_0xe85d('0x9')],'set':function(_0x27401c){var _0x387bfc=_0x27401c[_0xe85d('0xa')](/\\/g,'/');this['setDataValue'](_0xe85d('0x6'),_0x387bfc);}},'rating':{'type':Sequelize[_0xe85d('0xb')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0xe85d('0xb')],'set':function(_0x89b2b2){this[_0xe85d('0xc')](_0xe85d('0xd'),moment()[_0xe85d('0xe')](_0x89b2b2,'ms'));this[_0xe85d('0xc')](_0xe85d('0xf'),moment());this[_0xe85d('0xc')](_0xe85d('0x10'),_0x89b2b2);}},'startedAt':{'type':Sequelize[_0xe85d('0x11')],'get':function(){return moment(this[_0xe85d('0x8')](_0xe85d('0xd')))[_0xe85d('0x12')](_0xe85d('0x13'))[_0xe85d('0x14')]();}},'closedAt':{'type':Sequelize['DATE'],'get':function(){return moment(this['getDataValue'](_0xe85d('0xf')))[_0xe85d('0x12')](_0xe85d('0x13'))[_0xe85d('0x14')]();}},'createdAt':{'type':Sequelize[_0xe85d('0x11')],'get':function(){return moment(this[_0xe85d('0x8')](_0xe85d('0x15')))['format']('MM-DD-YYYY\x20HH:mm')['toString']();}},'updatedAt':{'type':Sequelize['DATE'],'get':function(){return moment(this[_0xe85d('0x8')](_0xe85d('0x16')))['format'](_0xe85d('0x13'))[_0xe85d('0x14')]();}}};