Built motion from commit da617fac.|2.6.6
[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 _0x0c07=['hasOwnProperty','hook','../../mysqldb','Team','setMaxListeners','update','remove','emit'];(function(_0x439602,_0x1e38f5){var _0x2bacd1=function(_0x4dc866){while(--_0x4dc866){_0x439602['push'](_0x439602['shift']());}};_0x2bacd1(++_0x1e38f5);}(_0x0c07,0x1ea));var _0x70c0=function(_0x52fb3c,_0x2cf66e){_0x52fb3c=_0x52fb3c-0x0;var _0x5c9223=_0x0c07[_0x52fb3c];return _0x5c9223;};'use strict';var EventEmitter=require('events');var Team=require(_0x70c0('0x0'))['db'][_0x70c0('0x1')];var TeamEvents=new EventEmitter();TeamEvents[_0x70c0('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0x70c0('0x3'),'afterDestroy':_0x70c0('0x4')};function emitEvent(_0x4a5787){return function(_0x46a118,_0x464e0b,_0x44d6e1){TeamEvents[_0x70c0('0x5')](_0x4a5787+':'+_0x46a118['id'],_0x46a118);TeamEvents['emit'](_0x4a5787,_0x46a118);_0x44d6e1(null);};}for(var e in events){if(events[_0x70c0('0x6')](e)){var event=events[e];Team[_0x70c0('0x7')](e,emitEvent(event));}}module['exports']=TeamEvents;