Built motion from commit (unavailable).|2.5.31
[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 _0x8e52=['hook','events','Team','setMaxListeners','save','update','remove','emit','hasOwnProperty'];(function(_0x22b8a3,_0x2a79a7){var _0x199a0c=function(_0x544c66){while(--_0x544c66){_0x22b8a3['push'](_0x22b8a3['shift']());}};_0x199a0c(++_0x2a79a7);}(_0x8e52,0x64));var _0x28e5=function(_0x24cc72,_0x4dc73a){_0x24cc72=_0x24cc72-0x0;var _0xd49f1e=_0x8e52[_0x24cc72];return _0xd49f1e;};'use strict';var EventEmitter=require(_0x28e5('0x0'));var Team=require('../../mysqldb')['db'][_0x28e5('0x1')];var TeamEvents=new EventEmitter();TeamEvents[_0x28e5('0x2')](0x0);var events={'afterCreate':_0x28e5('0x3'),'afterUpdate':_0x28e5('0x4'),'afterDestroy':_0x28e5('0x5')};function emitEvent(_0x36554b){return function(_0x348c80,_0x45e73b,_0x27fe6b){TeamEvents['emit'](_0x36554b+':'+_0x348c80['id'],_0x348c80);TeamEvents[_0x28e5('0x6')](_0x36554b,_0x348c80);_0x27fe6b(null);};}for(var e in events){if(events[_0x28e5('0x7')](e)){var event=events[e];Team[_0x28e5('0x8')](e,emitEvent(event));}}module['exports']=TeamEvents;