Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / api / smsMessage / smsMessage.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 _0xeace=['update','remove','emit','hasOwnProperty','hook','events','SmsMessage','setMaxListeners','save'];(function(_0x454165,_0x1f3e74){var _0x56db53=function(_0x23388c){while(--_0x23388c){_0x454165['push'](_0x454165['shift']());}};_0x56db53(++_0x1f3e74);}(_0xeace,0xdd));var _0xeeac=function(_0x53b7c3,_0x3d0fbb){_0x53b7c3=_0x53b7c3-0x0;var _0x457aec=_0xeace[_0x53b7c3];return _0x457aec;};'use strict';var EventEmitter=require(_0xeeac('0x0'));var SmsMessage=require('../../mysqldb')['db'][_0xeeac('0x1')];var SmsMessageEvents=new EventEmitter();SmsMessageEvents[_0xeeac('0x2')](0x0);var events={'afterCreate':_0xeeac('0x3'),'afterUpdate':_0xeeac('0x4'),'afterDestroy':_0xeeac('0x5')};function emitEvent(_0x16a724){return function(_0x5f27e1,_0x41a11b,_0xb1a9ea){SmsMessageEvents[_0xeeac('0x6')](_0x16a724+':'+_0x5f27e1['id'],_0x5f27e1);SmsMessageEvents[_0xeeac('0x6')](_0x16a724,_0x5f27e1);_0xb1a9ea(null);};}for(var e in events){if(events[_0xeeac('0x7')](e)){var event=events[e];SmsMessage[_0xeeac('0x8')](e,emitEvent(event));}}module['exports']=SmsMessageEvents;