Built motion from commit 19a84241.|2.5.34
[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 _0x9f59=['setMaxListeners','save','update','remove','emit','hook','events','../../mysqldb','SmsAccount'];(function(_0xd1f854,_0x532346){var _0x548294=function(_0x4be823){while(--_0x4be823){_0xd1f854['push'](_0xd1f854['shift']());}};_0x548294(++_0x532346);}(_0x9f59,0x14a));var _0x99f5=function(_0x3db503,_0x2afe10){_0x3db503=_0x3db503-0x0;var _0x224106=_0x9f59[_0x3db503];return _0x224106;};'use strict';var EventEmitter=require(_0x99f5('0x0'));var SmsAccount=require(_0x99f5('0x1'))['db'][_0x99f5('0x2')];var SmsAccountEvents=new EventEmitter();SmsAccountEvents[_0x99f5('0x3')](0x0);var events={'afterCreate':_0x99f5('0x4'),'afterUpdate':_0x99f5('0x5'),'afterDestroy':_0x99f5('0x6')};function emitEvent(_0x35d06b){return function(_0x4563bc,_0x510bab,_0x5dce59){SmsAccountEvents[_0x99f5('0x7')](_0x35d06b+':'+_0x4563bc['id'],_0x4563bc);SmsAccountEvents[_0x99f5('0x7')](_0x35d06b,_0x4563bc);_0x5dce59(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];SmsAccount[_0x99f5('0x8')](e,emitEvent(event));}}module['exports']=SmsAccountEvents;