b1bec416a68adfd19f91422df449eadb239fb425
[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 _0xede5=['emit','hasOwnProperty','hook','exports','../../mysqldb','Team','setMaxListeners','save','update'];(function(_0x14e27a,_0x3b4136){var _0x288688=function(_0x3d7ab1){while(--_0x3d7ab1){_0x14e27a['push'](_0x14e27a['shift']());}};_0x288688(++_0x3b4136);}(_0xede5,0x1ab));var _0x5ede=function(_0x480a18,_0x285c08){_0x480a18=_0x480a18-0x0;var _0x1f72cb=_0xede5[_0x480a18];return _0x1f72cb;};'use strict';var EventEmitter=require('events');var Team=require(_0x5ede('0x0'))['db'][_0x5ede('0x1')];var TeamEvents=new EventEmitter();TeamEvents[_0x5ede('0x2')](0x0);var events={'afterCreate':_0x5ede('0x3'),'afterUpdate':_0x5ede('0x4'),'afterDestroy':'remove'};function emitEvent(_0x17fc4a){return function(_0x5ec762,_0x29381b,_0xac23f2){TeamEvents[_0x5ede('0x5')](_0x17fc4a+':'+_0x5ec762['id'],_0x5ec762);TeamEvents[_0x5ede('0x5')](_0x17fc4a,_0x5ec762);_0xac23f2(null);};}for(var e in events){if(events[_0x5ede('0x6')](e)){var event=events[e];Team[_0x5ede('0x7')](e,emitEvent(event));}}module[_0x5ede('0x8')]=TeamEvents;