Built motion from commit (unavailable).|2.5.17
[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 _0x4dce=['hook','exports','events','Team','setMaxListeners','save','update','remove','emit','hasOwnProperty'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x4dce,0x14c));var _0xe4dc=function(_0x481bf7,_0x437f69){_0x481bf7=_0x481bf7-0x0;var _0x461787=_0x4dce[_0x481bf7];return _0x461787;};'use strict';var EventEmitter=require(_0xe4dc('0x0'));var Team=require('../../mysqldb')['db'][_0xe4dc('0x1')];var TeamEvents=new EventEmitter();TeamEvents[_0xe4dc('0x2')](0x0);var events={'afterCreate':_0xe4dc('0x3'),'afterUpdate':_0xe4dc('0x4'),'afterDestroy':_0xe4dc('0x5')};function emitEvent(_0x20f918){return function(_0x12c51a,_0x5cb9bb,_0x58a5c5){TeamEvents[_0xe4dc('0x6')](_0x20f918+':'+_0x12c51a['id'],_0x12c51a);TeamEvents['emit'](_0x20f918,_0x12c51a);_0x58a5c5(null);};}for(var e in events){if(events[_0xe4dc('0x7')](e)){var event=events[e];Team[_0xe4dc('0x8')](e,emitEvent(event));}}module[_0xe4dc('0x9')]=TeamEvents;