Built motion from commit (unavailable).|2.0.84
[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 _0x0c9f=['remove','emit','hasOwnProperty','hook','exports','events','../../mysqldb','Team','setMaxListeners','save'];(function(_0x530245,_0x1541ab){var _0x22506d=function(_0x395400){while(--_0x395400){_0x530245['push'](_0x530245['shift']());}};_0x22506d(++_0x1541ab);}(_0x0c9f,0x69));var _0xf0c9=function(_0x2362e7,_0x5582c5){_0x2362e7=_0x2362e7-0x0;var _0x53b1ca=_0x0c9f[_0x2362e7];return _0x53b1ca;};'use strict';var EventEmitter=require(_0xf0c9('0x0'));var Team=require(_0xf0c9('0x1'))['db'][_0xf0c9('0x2')];var TeamEvents=new EventEmitter();TeamEvents[_0xf0c9('0x3')](0x0);var events={'afterCreate':_0xf0c9('0x4'),'afterUpdate':'update','afterDestroy':_0xf0c9('0x5')};function emitEvent(_0x4f644b){return function(_0x4d6b62,_0x48ce7d,_0x267e0c){TeamEvents['emit'](_0x4f644b+':'+_0x4d6b62['id'],_0x4d6b62);TeamEvents[_0xf0c9('0x6')](_0x4f644b,_0x4d6b62);_0x267e0c(null);};}for(var e in events){if(events[_0xf0c9('0x7')](e)){var event=events[e];Team[_0xf0c9('0x8')](e,emitEvent(event));}}module[_0xf0c9('0x9')]=TeamEvents;