7c773f8af6b08079969e4704af668f7cb3b0253e
[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 _0x36c5=['../../mysqldb','Team','save','update','remove','emit','hasOwnProperty','hook','exports','events'];(function(_0x3084c4,_0xe27867){var _0x4c94a6=function(_0x117404){while(--_0x117404){_0x3084c4['push'](_0x3084c4['shift']());}};_0x4c94a6(++_0xe27867);}(_0x36c5,0x149));var _0x536c=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x36c5[_0x3dd15e];return _0x231fd0;};'use strict';var EventEmitter=require(_0x536c('0x0'));var Team=require(_0x536c('0x1'))['db'][_0x536c('0x2')];var TeamEvents=new EventEmitter();TeamEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x536c('0x3'),'afterUpdate':_0x536c('0x4'),'afterDestroy':_0x536c('0x5')};function emitEvent(_0x104d14){return function(_0x497c20,_0x30147d,_0x2d139a){TeamEvents[_0x536c('0x6')](_0x104d14+':'+_0x497c20['id'],_0x497c20);TeamEvents[_0x536c('0x6')](_0x104d14,_0x497c20);_0x2d139a(null);};}for(var e in events){if(events[_0x536c('0x7')](e)){var event=events[e];Team[_0x536c('0x8')](e,emitEvent(event));}}module[_0x536c('0x9')]=TeamEvents;