e79a7bc3cd2852b88579d80eaf4c7c1382c1a458
[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 _0x5229=['remove','emit','hook','exports','events','../../mysqldb','ChatQueue','save','update'];(function(_0x21d9c3,_0x4dab3c){var _0x48b76a=function(_0x242805){while(--_0x242805){_0x21d9c3['push'](_0x21d9c3['shift']());}};_0x48b76a(++_0x4dab3c);}(_0x5229,0x148));var _0x9522=function(_0x5d1c62,_0x44e5b8){_0x5d1c62=_0x5d1c62-0x0;var _0x24d552=_0x5229[_0x5d1c62];return _0x24d552;};'use strict';var EventEmitter=require(_0x9522('0x0'));var ChatQueue=require(_0x9522('0x1'))['db'][_0x9522('0x2')];var ChatQueueEvents=new EventEmitter();ChatQueueEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x9522('0x3'),'afterUpdate':_0x9522('0x4'),'afterDestroy':_0x9522('0x5')};function emitEvent(_0x176e8b){return function(_0x22539e,_0x416cab,_0x5759a1){ChatQueueEvents[_0x9522('0x6')](_0x176e8b+':'+_0x22539e['id'],_0x22539e);ChatQueueEvents[_0x9522('0x6')](_0x176e8b,_0x22539e);_0x5759a1(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatQueue[_0x9522('0x7')](e,emitEvent(event));}}module[_0x9522('0x8')]=ChatQueueEvents;