46214ce16c7ec7ed46ad3d9f563a7e0467484155
[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 _0x0bc3=['save','update','remove','emit','hasOwnProperty','hook','events','../../mysqldb','SmsMessage'];(function(_0x2f617b,_0x15706d){var _0x5af727=function(_0x13c602){while(--_0x13c602){_0x2f617b['push'](_0x2f617b['shift']());}};_0x5af727(++_0x15706d);}(_0x0bc3,0x1c8));var _0x30bc=function(_0xfb47b6,_0x573f03){_0xfb47b6=_0xfb47b6-0x0;var _0x1ca34f=_0x0bc3[_0xfb47b6];return _0x1ca34f;};'use strict';var EventEmitter=require(_0x30bc('0x0'));var SmsMessage=require(_0x30bc('0x1'))['db'][_0x30bc('0x2')];var SmsMessageEvents=new EventEmitter();SmsMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x30bc('0x3'),'afterUpdate':_0x30bc('0x4'),'afterDestroy':_0x30bc('0x5')};function emitEvent(_0x45236c){return function(_0x955b0e,_0x36dcbd,_0x592773){SmsMessageEvents[_0x30bc('0x6')](_0x45236c+':'+_0x955b0e['id'],_0x955b0e);SmsMessageEvents[_0x30bc('0x6')](_0x45236c,_0x955b0e);_0x592773(null);};}for(var e in events){if(events[_0x30bc('0x7')](e)){var event=events[e];SmsMessage[_0x30bc('0x8')](e,emitEvent(event));}}module['exports']=SmsMessageEvents;