Built motion from commit (unavailable).|2.5.9
[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 _0xfafd=['remove','emit','hasOwnProperty','hook','Team','save','update'];(function(_0x209969,_0x4b2a34){var _0x4305a6=function(_0x1cbc00){while(--_0x1cbc00){_0x209969['push'](_0x209969['shift']());}};_0x4305a6(++_0x4b2a34);}(_0xfafd,0x1e0));var _0xdfaf=function(_0x259c84,_0x51de45){_0x259c84=_0x259c84-0x0;var _0x4ecbab=_0xfafd[_0x259c84];return _0x4ecbab;};'use strict';var EventEmitter=require('events');var Team=require('../../mysqldb')['db'][_0xdfaf('0x0')];var TeamEvents=new EventEmitter();TeamEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xdfaf('0x1'),'afterUpdate':_0xdfaf('0x2'),'afterDestroy':_0xdfaf('0x3')};function emitEvent(_0x23654f){return function(_0x300cec,_0x3cd2e4,_0x57110c){TeamEvents[_0xdfaf('0x4')](_0x23654f+':'+_0x300cec['id'],_0x300cec);TeamEvents[_0xdfaf('0x4')](_0x23654f,_0x300cec);_0x57110c(null);};}for(var e in events){if(events[_0xdfaf('0x5')](e)){var event=events[e];Team[_0xdfaf('0x6')](e,emitEvent(event));}}module['exports']=TeamEvents;