49fcc04df2f86f6fb1cd18765989d769e1af10d8
[motion2.git] / server / api / chatQueue / chatQueue.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 _0x75ec=['update','remove','emit','hasOwnProperty','hook','../../mysqldb','ChatQueue','setMaxListeners','save'];(function(_0x571c8e,_0x18546d){var _0x1fe343=function(_0x34e91c){while(--_0x34e91c){_0x571c8e['push'](_0x571c8e['shift']());}};_0x1fe343(++_0x18546d);}(_0x75ec,0x152));var _0xc75e=function(_0x4b369d,_0x265eb8){_0x4b369d=_0x4b369d-0x0;var _0x571a98=_0x75ec[_0x4b369d];return _0x571a98;};'use strict';var EventEmitter=require('events');var ChatQueue=require(_0xc75e('0x0'))['db'][_0xc75e('0x1')];var ChatQueueEvents=new EventEmitter();ChatQueueEvents[_0xc75e('0x2')](0x0);var events={'afterCreate':_0xc75e('0x3'),'afterUpdate':_0xc75e('0x4'),'afterDestroy':_0xc75e('0x5')};function emitEvent(_0x387803){return function(_0x53bfed,_0x14d049,_0x190092){ChatQueueEvents[_0xc75e('0x6')](_0x387803+':'+_0x53bfed['id'],_0x53bfed);ChatQueueEvents[_0xc75e('0x6')](_0x387803,_0x53bfed);_0x190092(null);};}for(var e in events){if(events[_0xc75e('0x7')](e)){var event=events[e];ChatQueue[_0xc75e('0x8')](e,emitEvent(event));}}module['exports']=ChatQueueEvents;