1dcc93be349db1ca678c2a250e3996160b8ae8e4
[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 _0xf450=['events','SmsQueue','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook','exports'];(function(_0x3902e5,_0x1a20dd){var _0x3cd7f4=function(_0x5acd5d){while(--_0x5acd5d){_0x3902e5['push'](_0x3902e5['shift']());}};_0x3cd7f4(++_0x1a20dd);}(_0xf450,0xdc));var _0x0f45=function(_0x167cc1,_0x56ef5a){_0x167cc1=_0x167cc1-0x0;var _0x10bc4b=_0xf450[_0x167cc1];return _0x10bc4b;};'use strict';var EventEmitter=require(_0x0f45('0x0'));var SmsQueue=require('../../mysqldb')['db'][_0x0f45('0x1')];var SmsQueueEvents=new EventEmitter();SmsQueueEvents[_0x0f45('0x2')](0x0);var events={'afterCreate':_0x0f45('0x3'),'afterUpdate':_0x0f45('0x4'),'afterDestroy':_0x0f45('0x5')};function emitEvent(_0x3d4688){return function(_0x3cb929,_0xd3c62b,_0x424847){SmsQueueEvents[_0x0f45('0x6')](_0x3d4688+':'+_0x3cb929['id'],_0x3cb929);SmsQueueEvents[_0x0f45('0x6')](_0x3d4688,_0x3cb929);_0x424847(null);};}for(var e in events){if(events[_0x0f45('0x7')](e)){var event=events[e];SmsQueue[_0x0f45('0x8')](e,emitEvent(event));}}module[_0x0f45('0x9')]=SmsQueueEvents;