Built motion from commit 10af8726.|2.6.34
[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 _0xa895=['hook','exports','events','../../mysqldb','Team','setMaxListeners','update','remove','emit'];(function(_0x15f1db,_0x11a20e){var _0x5cde97=function(_0x2742b8){while(--_0x2742b8){_0x15f1db['push'](_0x15f1db['shift']());}};_0x5cde97(++_0x11a20e);}(_0xa895,0x1f1));var _0x5a89=function(_0x59209f,_0x406420){_0x59209f=_0x59209f-0x0;var _0x609a1e=_0xa895[_0x59209f];return _0x609a1e;};'use strict';var EventEmitter=require(_0x5a89('0x0'));var Team=require(_0x5a89('0x1'))['db'][_0x5a89('0x2')];var TeamEvents=new EventEmitter();TeamEvents[_0x5a89('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0x5a89('0x4'),'afterDestroy':_0x5a89('0x5')};function emitEvent(_0x12bb1f){return function(_0x1fec8f,_0x44c344,_0xd748d9){TeamEvents[_0x5a89('0x6')](_0x12bb1f+':'+_0x1fec8f['id'],_0x1fec8f);TeamEvents[_0x5a89('0x6')](_0x12bb1f,_0x1fec8f);_0xd748d9(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];Team[_0x5a89('0x7')](e,emitEvent(event));}}module[_0x5a89('0x8')]=TeamEvents;