5ac680e7f14450c485f1ba3e3f671c72861c3b63
[motion2.git] / server / api / mailAccount / mailAccount.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 _0x8183=['remove','emit','hasOwnProperty','hook','exports','events','MailAccount'];(function(_0x3e3844,_0x24bced){var _0x2ac530=function(_0x12e41e){while(--_0x12e41e){_0x3e3844['push'](_0x3e3844['shift']());}};_0x2ac530(++_0x24bced);}(_0x8183,0x98));var _0x3818=function(_0x13e741,_0x5d3c24){_0x13e741=_0x13e741-0x0;var _0x3f8bb3=_0x8183[_0x13e741];return _0x3f8bb3;};'use strict';var EventEmitter=require(_0x3818('0x0'));var MailAccount=require('../../mysqldb')['db'][_0x3818('0x1')];var MailAccountEvents=new EventEmitter();MailAccountEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0x3818('0x2')};function emitEvent(_0x5c31a5){return function(_0x1767f3,_0x3c10f7,_0x43da7){MailAccountEvents[_0x3818('0x3')](_0x5c31a5+':'+_0x1767f3['id'],_0x1767f3);MailAccountEvents[_0x3818('0x3')](_0x5c31a5,_0x1767f3);_0x43da7(null);};}for(var e in events){if(events[_0x3818('0x4')](e)){var event=events[e];MailAccount[_0x3818('0x5')](e,emitEvent(event));}}module[_0x3818('0x6')]=MailAccountEvents;