Built motion from commit 06a208af.|2.6.26
[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 _0xdcbd=['events','ChatQueue','setMaxListeners','update','emit','hasOwnProperty','exports'];(function(_0x2314f4,_0x1180c4){var _0x593f9b=function(_0x2ea7bb){while(--_0x2ea7bb){_0x2314f4['push'](_0x2314f4['shift']());}};_0x593f9b(++_0x1180c4);}(_0xdcbd,0xb6));var _0xddcb=function(_0x39a3c9,_0x190d73){_0x39a3c9=_0x39a3c9-0x0;var _0x1025e3=_0xdcbd[_0x39a3c9];return _0x1025e3;};'use strict';var EventEmitter=require(_0xddcb('0x0'));var ChatQueue=require('../../mysqldb')['db'][_0xddcb('0x1')];var ChatQueueEvents=new EventEmitter();ChatQueueEvents[_0xddcb('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0xddcb('0x3'),'afterDestroy':'remove'};function emitEvent(_0x580cd8){return function(_0x3b4939,_0x460a5,_0x1c082e){ChatQueueEvents[_0xddcb('0x4')](_0x580cd8+':'+_0x3b4939['id'],_0x3b4939);ChatQueueEvents[_0xddcb('0x4')](_0x580cd8,_0x3b4939);_0x1c082e(null);};}for(var e in events){if(events[_0xddcb('0x5')](e)){var event=events[e];ChatQueue['hook'](e,emitEvent(event));}}module[_0xddcb('0x6')]=ChatQueueEvents;