Built motion from commit d5e4af8c.|2.6.23
[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 _0x2f76=['update','remove','emit','hook','events','../../mysqldb','Team','setMaxListeners','save'];(function(_0x962ff4,_0x3d6e33){var _0x22544a=function(_0x2bfeb1){while(--_0x2bfeb1){_0x962ff4['push'](_0x962ff4['shift']());}};_0x22544a(++_0x3d6e33);}(_0x2f76,0x70));var _0x62f7=function(_0x136c66,_0x38ada7){_0x136c66=_0x136c66-0x0;var _0x31893c=_0x2f76[_0x136c66];return _0x31893c;};'use strict';var EventEmitter=require(_0x62f7('0x0'));var Team=require(_0x62f7('0x1'))['db'][_0x62f7('0x2')];var TeamEvents=new EventEmitter();TeamEvents[_0x62f7('0x3')](0x0);var events={'afterCreate':_0x62f7('0x4'),'afterUpdate':_0x62f7('0x5'),'afterDestroy':_0x62f7('0x6')};function emitEvent(_0x3d7ed0){return function(_0x48f3fb,_0x5d9528,_0x5f1826){TeamEvents[_0x62f7('0x7')](_0x3d7ed0+':'+_0x48f3fb['id'],_0x48f3fb);TeamEvents['emit'](_0x3d7ed0,_0x48f3fb);_0x5f1826(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];Team[_0x62f7('0x8')](e,emitEvent(event));}}module['exports']=TeamEvents;