b319187654eb6c9b91cd1b7ad7834fc5e50a6ab8
[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 _0x7c79=['Team','setMaxListeners','save','update','remove','emit','hook','exports','events','../../mysqldb'];(function(_0x66a84d,_0x3f5020){var _0x23745c=function(_0x330f41){while(--_0x330f41){_0x66a84d['push'](_0x66a84d['shift']());}};_0x23745c(++_0x3f5020);}(_0x7c79,0x166));var _0x97c7=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x7c79[_0x3dd15e];return _0x231fd0;};'use strict';var EventEmitter=require(_0x97c7('0x0'));var Team=require(_0x97c7('0x1'))['db'][_0x97c7('0x2')];var TeamEvents=new EventEmitter();TeamEvents[_0x97c7('0x3')](0x0);var events={'afterCreate':_0x97c7('0x4'),'afterUpdate':_0x97c7('0x5'),'afterDestroy':_0x97c7('0x6')};function emitEvent(_0x175ec7){return function(_0x27d263,_0x1e8df7,_0x1d229f){TeamEvents[_0x97c7('0x7')](_0x175ec7+':'+_0x27d263['id'],_0x27d263);TeamEvents['emit'](_0x175ec7,_0x27d263);_0x1d229f(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];Team[_0x97c7('0x8')](e,emitEvent(event));}}module[_0x97c7('0x9')]=TeamEvents;