Built motion from commit a61a4a20.|2.5.46
[motion2.git] / server / api / team / team.events.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 _0x91c7=['save','update','remove','emit','hasOwnProperty','exports','events','../../mysqldb','setMaxListeners'];(function(_0x2b63a0,_0x14fc48){var _0x4f0434=function(_0x8cba9e){while(--_0x8cba9e){_0x2b63a0['push'](_0x2b63a0['shift']());}};_0x4f0434(++_0x14fc48);}(_0x91c7,0x1e3));var _0x791c=function(_0x4fa892,_0x4e66a0){_0x4fa892=_0x4fa892-0x0;var _0x260ef6=_0x91c7[_0x4fa892];return _0x260ef6;};'use strict';var EventEmitter=require(_0x791c('0x0'));var Team=require(_0x791c('0x1'))['db']['Team'];var TeamEvents=new EventEmitter();TeamEvents[_0x791c('0x2')](0x0);var events={'afterCreate':_0x791c('0x3'),'afterUpdate':_0x791c('0x4'),'afterDestroy':_0x791c('0x5')};function emitEvent(_0x5e9dd6){return function(_0x540927,_0x2f7f9f,_0xeaa307){TeamEvents[_0x791c('0x6')](_0x5e9dd6+':'+_0x540927['id'],_0x540927);TeamEvents[_0x791c('0x6')](_0x5e9dd6,_0x540927);_0xeaa307(null);};}for(var e in events){if(events[_0x791c('0x7')](e)){var event=events[e];Team['hook'](e,emitEvent(event));}}module[_0x791c('0x8')]=TeamEvents;