Built motion from commit (unavailable).|2.4.17
[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 _0x9c5a=['value','INTEGER','startedAt','subtract','duration','DATE','format','MM-DD-YYYY\x20HH:mm','toString','createdAt','updatedAt','sequelize','moment','../../config/environment','exports','VIRTUAL','getDataValue','extname','STRING','setDataValue'];(function(_0x367ba9,_0x584592){var _0x7e45f=function(_0x4acc33){while(--_0x4acc33){_0x367ba9['push'](_0x367ba9['shift']());}};_0x7e45f(++_0x584592);}(_0x9c5a,0x1c3));var _0xa9c5=function(_0x324798,_0x51f476){_0x324798=_0x324798-0x0;var _0x1f49f1=_0x9c5a[_0x324798];return _0x1f49f1;};'use strict';var Sequelize=require(_0xa9c5('0x0'));var moment=require(_0xa9c5('0x1'));var path=require('path');var config=require(_0xa9c5('0x2'));module[_0xa9c5('0x3')]={'format':{'type':Sequelize[_0xa9c5('0x4')],'get':function(){return this[_0xa9c5('0x5')]('value')?path[_0xa9c5('0x6')](this[_0xa9c5('0x5')]('value')):undefined;}},'interactionid':{'type':Sequelize[_0xa9c5('0x7')]},'channel':{'type':Sequelize['STRING']},'value':{'type':Sequelize[_0xa9c5('0x7')],'set':function(_0x3df556){var _0x4cb597=_0x3df556['replace'](/\\/g,'/');this[_0xa9c5('0x8')](_0xa9c5('0x9'),_0x4cb597);}},'rating':{'type':Sequelize['INTEGER'],'validate':{'max':0x5,'min':0x0}},'duration':{'type':Sequelize[_0xa9c5('0xa')],'set':function(_0x97f9e2){this['setDataValue'](_0xa9c5('0xb'),moment()[_0xa9c5('0xc')](_0x97f9e2,'ms'));this['setDataValue']('closedAt',moment());this[_0xa9c5('0x8')](_0xa9c5('0xd'),_0x97f9e2);}},'startedAt':{'type':Sequelize[_0xa9c5('0xe')],'get':function(){return moment(this[_0xa9c5('0x5')](_0xa9c5('0xb')))[_0xa9c5('0xf')](_0xa9c5('0x10'))[_0xa9c5('0x11')]();}},'closedAt':{'type':Sequelize[_0xa9c5('0xe')],'get':function(){return moment(this[_0xa9c5('0x5')]('closedAt'))[_0xa9c5('0xf')](_0xa9c5('0x10'))[_0xa9c5('0x11')]();}},'createdAt':{'type':Sequelize[_0xa9c5('0xe')],'get':function(){return moment(this[_0xa9c5('0x5')](_0xa9c5('0x12')))[_0xa9c5('0xf')](_0xa9c5('0x10'))[_0xa9c5('0x11')]();}},'updatedAt':{'type':Sequelize[_0xa9c5('0xe')],'get':function(){return moment(this['getDataValue'](_0xa9c5('0x13')))[_0xa9c5('0xf')](_0xa9c5('0x10'))['toString']();}}};