Built motion from commit 85328c08.|2.5.50
[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 _0x094f=['../../mysqldb','setMaxListeners','save','update','emit','hasOwnProperty','hook'];(function(_0x46b636,_0x4452fd){var _0xf48876=function(_0x5d5e1c){while(--_0x5d5e1c){_0x46b636['push'](_0x46b636['shift']());}};_0xf48876(++_0x4452fd);}(_0x094f,0x150));var _0xf094=function(_0x4fdcc0,_0x560a01){_0x4fdcc0=_0x4fdcc0-0x0;var _0xc0ce94=_0x094f[_0x4fdcc0];return _0xc0ce94;};'use strict';var EventEmitter=require('events');var SmsQueue=require(_0xf094('0x0'))['db']['SmsQueue'];var SmsQueueEvents=new EventEmitter();SmsQueueEvents[_0xf094('0x1')](0x0);var events={'afterCreate':_0xf094('0x2'),'afterUpdate':_0xf094('0x3'),'afterDestroy':'remove'};function emitEvent(_0x5ad336){return function(_0x2b589f,_0x5f2f35,_0x357adf){SmsQueueEvents[_0xf094('0x4')](_0x5ad336+':'+_0x2b589f['id'],_0x2b589f);SmsQueueEvents[_0xf094('0x4')](_0x5ad336,_0x2b589f);_0x357adf(null);};}for(var e in events){if(events[_0xf094('0x5')](e)){var event=events[e];SmsQueue[_0xf094('0x6')](e,emitEvent(event));}}module['exports']=SmsQueueEvents;