Built motion from commit c0cdc9d8.|2.6.28
[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 _0xfcc8=['setMaxListeners','save','update','emit','hasOwnProperty','hook','exports','Team'];(function(_0x74aa68,_0x3fd8d2){var _0x544e43=function(_0x13e141){while(--_0x13e141){_0x74aa68['push'](_0x74aa68['shift']());}};_0x544e43(++_0x3fd8d2);}(_0xfcc8,0x16f));var _0x8fcc=function(_0x88fd6a,_0x5a2152){_0x88fd6a=_0x88fd6a-0x0;var _0x1f423a=_0xfcc8[_0x88fd6a];return _0x1f423a;};'use strict';var EventEmitter=require('events');var Team=require('../../mysqldb')['db'][_0x8fcc('0x0')];var TeamEvents=new EventEmitter();TeamEvents[_0x8fcc('0x1')](0x0);var events={'afterCreate':_0x8fcc('0x2'),'afterUpdate':_0x8fcc('0x3'),'afterDestroy':'remove'};function emitEvent(_0x14adb0){return function(_0x306501,_0x377a94,_0x543912){TeamEvents[_0x8fcc('0x4')](_0x14adb0+':'+_0x306501['id'],_0x306501);TeamEvents[_0x8fcc('0x4')](_0x14adb0,_0x306501);_0x543912(null);};}for(var e in events){if(events[_0x8fcc('0x5')](e)){var event=events[e];Team[_0x8fcc('0x6')](e,emitEvent(event));}}module[_0x8fcc('0x7')]=TeamEvents;