8943b4a0250f68c9dd9c6a42359ce568c16ca2a4
[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 _0x029e=['remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb','Team','setMaxListeners','update'];(function(_0x8f74de,_0x59bda1){var _0x58f8d5=function(_0x55aee5){while(--_0x55aee5){_0x8f74de['push'](_0x8f74de['shift']());}};_0x58f8d5(++_0x59bda1);}(_0x029e,0x19f));var _0xe029=function(_0x3fb2ed,_0x980dae){_0x3fb2ed=_0x3fb2ed-0x0;var _0x48deec=_0x029e[_0x3fb2ed];return _0x48deec;};'use strict';var EventEmitter=require(_0xe029('0x0'));var Team=require(_0xe029('0x1'))['db'][_0xe029('0x2')];var TeamEvents=new EventEmitter();TeamEvents[_0xe029('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0xe029('0x4'),'afterDestroy':_0xe029('0x5')};function emitEvent(_0x270269){return function(_0x1e2da5,_0x304597,_0x371b7c){TeamEvents[_0xe029('0x6')](_0x270269+':'+_0x1e2da5['id'],_0x1e2da5);TeamEvents[_0xe029('0x6')](_0x270269,_0x1e2da5);_0x371b7c(null);};}for(var e in events){if(events[_0xe029('0x7')](e)){var event=events[e];Team[_0xe029('0x8')](e,emitEvent(event));}}module[_0xe029('0x9')]=TeamEvents;