Built motion from commit 3e059bc2.|2.5.32
[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 _0x178f=['Team','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb'];(function(_0x1216b7,_0x4c9b0b){var _0x5dcdb4=function(_0x13dd23){while(--_0x13dd23){_0x1216b7['push'](_0x1216b7['shift']());}};_0x5dcdb4(++_0x4c9b0b);}(_0x178f,0x18a));var _0xf178=function(_0x440dd5,_0x4291e8){_0x440dd5=_0x440dd5-0x0;var _0x283c12=_0x178f[_0x440dd5];return _0x283c12;};'use strict';var EventEmitter=require(_0xf178('0x0'));var Team=require(_0xf178('0x1'))['db'][_0xf178('0x2')];var TeamEvents=new EventEmitter();TeamEvents[_0xf178('0x3')](0x0);var events={'afterCreate':_0xf178('0x4'),'afterUpdate':_0xf178('0x5'),'afterDestroy':_0xf178('0x6')};function emitEvent(_0x1eda0c){return function(_0x10a138,_0x5966a1,_0x4ebe02){TeamEvents[_0xf178('0x7')](_0x1eda0c+':'+_0x10a138['id'],_0x10a138);TeamEvents[_0xf178('0x7')](_0x1eda0c,_0x10a138);_0x4ebe02(null);};}for(var e in events){if(events[_0xf178('0x8')](e)){var event=events[e];Team[_0xf178('0x9')](e,emitEvent(event));}}module[_0xf178('0xa')]=TeamEvents;