Built motion from commit 616d3211.|2.6.4
[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 _0x6bc0=['exports','events','SmsQueue','setMaxListeners','save','update','remove','emit','hasOwnProperty','hook'];(function(_0x2e53e1,_0x12aed1){var _0x3a23de=function(_0xd84699){while(--_0xd84699){_0x2e53e1['push'](_0x2e53e1['shift']());}};_0x3a23de(++_0x12aed1);}(_0x6bc0,0x17d));var _0x06bc=function(_0x4d0dd4,_0x4328c9){_0x4d0dd4=_0x4d0dd4-0x0;var _0x3020a3=_0x6bc0[_0x4d0dd4];return _0x3020a3;};'use strict';var EventEmitter=require(_0x06bc('0x0'));var SmsQueue=require('../../mysqldb')['db'][_0x06bc('0x1')];var SmsQueueEvents=new EventEmitter();SmsQueueEvents[_0x06bc('0x2')](0x0);var events={'afterCreate':_0x06bc('0x3'),'afterUpdate':_0x06bc('0x4'),'afterDestroy':_0x06bc('0x5')};function emitEvent(_0x274507){return function(_0x50a9a9,_0x3b0af8,_0x1d6d0f){SmsQueueEvents[_0x06bc('0x6')](_0x274507+':'+_0x50a9a9['id'],_0x50a9a9);SmsQueueEvents[_0x06bc('0x6')](_0x274507,_0x50a9a9);_0x1d6d0f(null);};}for(var e in events){if(events[_0x06bc('0x7')](e)){var event=events[e];SmsQueue[_0x06bc('0x8')](e,emitEvent(event));}}module[_0x06bc('0x9')]=SmsQueueEvents;