9fa60f4e1e28d2b31be36beb543ddcfc7cb68c71
[motion2.git] / server / api / whatsappQueue / whatsappQueue.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 _0xd51b=['update','remove','emit','hook','events','WhatsappQueue','setMaxListeners','save'];(function(_0x54edc9,_0x345f01){var _0x2ae7a9=function(_0x24a545){while(--_0x24a545){_0x54edc9['push'](_0x54edc9['shift']());}};_0x2ae7a9(++_0x345f01);}(_0xd51b,0x12c));var _0xbd51=function(_0x16c8ab,_0x4ced72){_0x16c8ab=_0x16c8ab-0x0;var _0x16eb25=_0xd51b[_0x16c8ab];return _0x16eb25;};'use strict';var EventEmitter=require(_0xbd51('0x0'));var WhatsappQueue=require('../../mysqldb')['db'][_0xbd51('0x1')];var WhatsappQueueEvents=new EventEmitter();WhatsappQueueEvents[_0xbd51('0x2')](0x0);var events={'afterCreate':_0xbd51('0x3'),'afterUpdate':_0xbd51('0x4'),'afterDestroy':_0xbd51('0x5')};function emitEvent(_0xfedc4b){return function(_0x23bd9e,_0x4b4f20,_0x4188a4){WhatsappQueueEvents[_0xbd51('0x6')](_0xfedc4b+':'+_0x23bd9e['id'],_0x23bd9e);WhatsappQueueEvents['emit'](_0xfedc4b,_0x23bd9e);_0x4188a4(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];WhatsappQueue[_0xbd51('0x7')](e,emitEvent(event));}}module['exports']=WhatsappQueueEvents;