Built motion from commit (unavailable).|2.5.0
[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 _0x04e6=['setMaxListeners','save','update','remove','emit','hasOwnProperty','exports','events','Team'];(function(_0x93be41,_0x46c7f2){var _0x5cf92a=function(_0x38096a){while(--_0x38096a){_0x93be41['push'](_0x93be41['shift']());}};_0x5cf92a(++_0x46c7f2);}(_0x04e6,0xbb));var _0x604e=function(_0x1a014b,_0x48acae){_0x1a014b=_0x1a014b-0x0;var _0x462258=_0x04e6[_0x1a014b];return _0x462258;};'use strict';var EventEmitter=require(_0x604e('0x0'));var Team=require('../../mysqldb')['db'][_0x604e('0x1')];var TeamEvents=new EventEmitter();TeamEvents[_0x604e('0x2')](0x0);var events={'afterCreate':_0x604e('0x3'),'afterUpdate':_0x604e('0x4'),'afterDestroy':_0x604e('0x5')};function emitEvent(_0x3f07a0){return function(_0x5c6cab,_0x407c7e,_0x3d23f8){TeamEvents['emit'](_0x3f07a0+':'+_0x5c6cab['id'],_0x5c6cab);TeamEvents[_0x604e('0x6')](_0x3f07a0,_0x5c6cab);_0x3d23f8(null);};}for(var e in events){if(events[_0x604e('0x7')](e)){var event=events[e];Team['hook'](e,emitEvent(event));}}module[_0x604e('0x8')]=TeamEvents;