Built motion from commit 0900f080.|2.5.45
[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 _0x81b7=['DATE','createdAt','MM-DD-YYYY\x20HH:mm','updatedAt','moment','path','../../config/environment','exports','getDataValue','extname','value','STRING','setDataValue','INTEGER','startedAt','closedAt','duration','format','toString'];(function(_0x57b54c,_0x54ce0d){var _0x59cc19=function(_0xa33bc6){while(--_0xa33bc6){_0x57b54c['push'](_0x57b54c['shift']());}};_0x59cc19(++_0x54ce0d);}(_0x81b7,0x1f2));var _0x781b=function(_0x527d3d,_0x5c1413){_0x527d3d=_0x527d3d-0x0;var _0x9f23cf=_0x81b7[_0x527d3d];return _0x9f23cf;};'use strict';var Sequelize=require('sequelize');var moment=require(_0x781b('0x0'));var path=require(_0x781b('0x1'));var config=require(_0x781b('0x2'));module[_0x781b('0x3')]={'format':{'type':Sequelize['VIRTUAL'],'get':function(){return this[_0x781b('0x4')]('value')?path[_0x781b('0x5')](this[_0x781b('0x4')](_0x781b('0x6'))):undefined;}},'interactionid':{'type':Sequelize[_0x781b('0x7')]},'channel':{'type':Sequelize['STRING']},'value':{'type':Sequelize[_0x781b('0x7')],'set':function(_0xd9d633){var _0x482803=_0xd9d633['replace'](/\\/g,'/');this[_0x781b('0x8')](_0x781b('0x6'),_0x482803);}},'rating':{'type':Sequelize[_0x781b('0x9')],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0x781b('0x9')],'set':function(_0x5591d9){this[_0x781b('0x8')](_0x781b('0xa'),moment()['subtract'](_0x5591d9,'ms'));this['setDataValue'](_0x781b('0xb'),moment());this['setDataValue'](_0x781b('0xc'),_0x5591d9);}},'startedAt':{'type':Sequelize['DATE'],'get':function(){return moment(this[_0x781b('0x4')]('startedAt'))[_0x781b('0xd')]('MM-DD-YYYY\x20HH:mm')[_0x781b('0xe')]();}},'closedAt':{'type':Sequelize[_0x781b('0xf')],'get':function(){return moment(this[_0x781b('0x4')](_0x781b('0xb')))[_0x781b('0xd')]('MM-DD-YYYY\x20HH:mm')[_0x781b('0xe')]();}},'createdAt':{'type':Sequelize[_0x781b('0xf')],'get':function(){return moment(this[_0x781b('0x4')](_0x781b('0x10')))['format'](_0x781b('0x11'))['toString']();}},'updatedAt':{'type':Sequelize[_0x781b('0xf')],'get':function(){return moment(this[_0x781b('0x4')](_0x781b('0x12')))['format'](_0x781b('0x11'))['toString']();}}};