d37f6fbfa08ef74a1912cecb4b21891b0e702d31
[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 _0x5eb4=['events','../../mysqldb','setMaxListeners','update','hasOwnProperty','exports'];(function(_0x1c5037,_0x52e4d0){var _0x1e6ead=function(_0x24ed26){while(--_0x24ed26){_0x1c5037['push'](_0x1c5037['shift']());}};_0x1e6ead(++_0x52e4d0);}(_0x5eb4,0xa8));var _0x45eb=function(_0x4a1cd5,_0x376dd5){_0x4a1cd5=_0x4a1cd5-0x0;var _0x4461ef=_0x5eb4[_0x4a1cd5];return _0x4461ef;};'use strict';var EventEmitter=require(_0x45eb('0x0'));var SmsAccount=require(_0x45eb('0x1'))['db']['SmsAccount'];var SmsAccountEvents=new EventEmitter();SmsAccountEvents[_0x45eb('0x2')](0x0);var events={'afterCreate':'save','afterUpdate':_0x45eb('0x3'),'afterDestroy':'remove'};function emitEvent(_0x3749bf){return function(_0x54d64b,_0x4adb0a,_0x5d4615){SmsAccountEvents['emit'](_0x3749bf+':'+_0x54d64b['id'],_0x54d64b);SmsAccountEvents['emit'](_0x3749bf,_0x54d64b);_0x5d4615(null);};}for(var e in events){if(events[_0x45eb('0x4')](e)){var event=events[e];SmsAccount['hook'](e,emitEvent(event));}}module[_0x45eb('0x5')]=SmsAccountEvents;