Built motion from commit 9d1906d1.|2.5.40
[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 _0x675c=['events','../../mysqldb','update','remove','hasOwnProperty','hook','exports'];(function(_0x24ba5f,_0x2e3ea4){var _0x2bd111=function(_0x206e5f){while(--_0x206e5f){_0x24ba5f['push'](_0x24ba5f['shift']());}};_0x2bd111(++_0x2e3ea4);}(_0x675c,0x1b2));var _0xc675=function(_0x7fdad7,_0xe88c38){_0x7fdad7=_0x7fdad7-0x0;var _0x26e175=_0x675c[_0x7fdad7];return _0x26e175;};'use strict';var EventEmitter=require(_0xc675('0x0'));var Team=require(_0xc675('0x1'))['db']['Team'];var TeamEvents=new EventEmitter();TeamEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0xc675('0x2'),'afterDestroy':_0xc675('0x3')};function emitEvent(_0x791cc){return function(_0x5b7448,_0x3640d7,_0x475601){TeamEvents['emit'](_0x791cc+':'+_0x5b7448['id'],_0x5b7448);TeamEvents['emit'](_0x791cc,_0x5b7448);_0x475601(null);};}for(var e in events){if(events[_0xc675('0x4')](e)){var event=events[e];Team[_0xc675('0x5')](e,emitEvent(event));}}module[_0xc675('0x6')]=TeamEvents;