Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / smsAccount / smsAccount.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 _0x148d=['events','../../mysqldb','SmsAccount','setMaxListeners','save','remove','emit','hasOwnProperty','hook'];(function(_0x4c7bca,_0xf81478){var _0x39435c=function(_0x7811cc){while(--_0x7811cc){_0x4c7bca['push'](_0x4c7bca['shift']());}};_0x39435c(++_0xf81478);}(_0x148d,0x87));var _0xd148=function(_0x896b36,_0x1da70b){_0x896b36=_0x896b36-0x0;var _0x3afee7=_0x148d[_0x896b36];return _0x3afee7;};'use strict';var EventEmitter=require(_0xd148('0x0'));var SmsAccount=require(_0xd148('0x1'))['db'][_0xd148('0x2')];var SmsAccountEvents=new EventEmitter();SmsAccountEvents[_0xd148('0x3')](0x0);var events={'afterCreate':_0xd148('0x4'),'afterUpdate':'update','afterDestroy':_0xd148('0x5')};function emitEvent(_0x3b3079){return function(_0x591596,_0x45ade6,_0x10a83e){SmsAccountEvents['emit'](_0x3b3079+':'+_0x591596['id'],_0x591596);SmsAccountEvents[_0xd148('0x6')](_0x3b3079,_0x591596);_0x10a83e(null);};}for(var e in events){if(events[_0xd148('0x7')](e)){var event=events[e];SmsAccount[_0xd148('0x8')](e,emitEvent(event));}}module['exports']=SmsAccountEvents;