8eada1b973c1752639073b6ff754cc9dda88065b
[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 _0x57cb=['../../mysqldb','save','update','emit','hook','events'];(function(_0x3b3d1e,_0x193161){var _0x40f6d7=function(_0x4b5853){while(--_0x4b5853){_0x3b3d1e['push'](_0x3b3d1e['shift']());}};_0x40f6d7(++_0x193161);}(_0x57cb,0x1eb));var _0xb57c=function(_0x4771a8,_0x18fdab){_0x4771a8=_0x4771a8-0x0;var _0x336a5a=_0x57cb[_0x4771a8];return _0x336a5a;};'use strict';var EventEmitter=require(_0xb57c('0x0'));var Team=require(_0xb57c('0x1'))['db']['Team'];var TeamEvents=new EventEmitter();TeamEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xb57c('0x2'),'afterUpdate':_0xb57c('0x3'),'afterDestroy':'remove'};function emitEvent(_0x4e87d3){return function(_0x9c6322,_0x562816,_0x1c8474){TeamEvents[_0xb57c('0x4')](_0x4e87d3+':'+_0x9c6322['id'],_0x9c6322);TeamEvents[_0xb57c('0x4')](_0x4e87d3,_0x9c6322);_0x1c8474(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];Team[_0xb57c('0x5')](e,emitEvent(event));}}module['exports']=TeamEvents;