b3813875a90beba5962bbddaf07a3790c17fbdc9
[motion2.git] / server / api / smsQueue / smsQueue.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 _0x82f6=['update','remove','emit','hasOwnProperty','exports','events','../../mysqldb','SmsQueue','setMaxListeners','save'];(function(_0x5e821b,_0x146951){var _0x38e43d=function(_0x216101){while(--_0x216101){_0x5e821b['push'](_0x5e821b['shift']());}};_0x38e43d(++_0x146951);}(_0x82f6,0x159));var _0x682f=function(_0x31a210,_0x184574){_0x31a210=_0x31a210-0x0;var _0x4748c7=_0x82f6[_0x31a210];return _0x4748c7;};'use strict';var EventEmitter=require(_0x682f('0x0'));var SmsQueue=require(_0x682f('0x1'))['db'][_0x682f('0x2')];var SmsQueueEvents=new EventEmitter();SmsQueueEvents[_0x682f('0x3')](0x0);var events={'afterCreate':_0x682f('0x4'),'afterUpdate':_0x682f('0x5'),'afterDestroy':_0x682f('0x6')};function emitEvent(_0x394324){return function(_0x201278,_0x43e7c3,_0x27d855){SmsQueueEvents[_0x682f('0x7')](_0x394324+':'+_0x201278['id'],_0x201278);SmsQueueEvents['emit'](_0x394324,_0x201278);_0x27d855(null);};}for(var e in events){if(events[_0x682f('0x8')](e)){var event=events[e];SmsQueue['hook'](e,emitEvent(event));}}module[_0x682f('0x9')]=SmsQueueEvents;