Built motion from commit 14588770.|2.5.38
[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 _0x995f=['hasOwnProperty','hook','../../mysqldb','Team','setMaxListeners','save','update','emit'];(function(_0x41d09a,_0x2a2699){var _0x26e807=function(_0x20a9fe){while(--_0x20a9fe){_0x41d09a['push'](_0x41d09a['shift']());}};_0x26e807(++_0x2a2699);}(_0x995f,0xca));var _0xf995=function(_0x6978c0,_0x1f6765){_0x6978c0=_0x6978c0-0x0;var _0x361377=_0x995f[_0x6978c0];return _0x361377;};'use strict';var EventEmitter=require('events');var Team=require(_0xf995('0x0'))['db'][_0xf995('0x1')];var TeamEvents=new EventEmitter();TeamEvents[_0xf995('0x2')](0x0);var events={'afterCreate':_0xf995('0x3'),'afterUpdate':_0xf995('0x4'),'afterDestroy':'remove'};function emitEvent(_0x76800d){return function(_0x2943d1,_0x5e8d1e,_0x2dcbfc){TeamEvents['emit'](_0x76800d+':'+_0x2943d1['id'],_0x2943d1);TeamEvents[_0xf995('0x5')](_0x76800d,_0x2943d1);_0x2dcbfc(null);};}for(var e in events){if(events[_0xf995('0x6')](e)){var event=events[e];Team[_0xf995('0x7')](e,emitEvent(event));}}module['exports']=TeamEvents;