36166c0b6133e0653488b067e6652ba7818c01e8
[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 _0x8ad0=['setMaxListeners','update','emit','hasOwnProperty','hook','events','../../mysqldb','MailAccount'];(function(_0x52928b,_0x28a481){var _0x570034=function(_0x3f9a28){while(--_0x3f9a28){_0x52928b['push'](_0x52928b['shift']());}};_0x570034(++_0x28a481);}(_0x8ad0,0x105));var _0x08ad=function(_0x382f87,_0xe58a7e){_0x382f87=_0x382f87-0x0;var _0x1a7007=_0x8ad0[_0x382f87];return _0x1a7007;};'use strict';var EventEmitter=require(_0x08ad('0x0'));var MailAccount=require(_0x08ad('0x1'))['db'][_0x08ad('0x2')];var MailAccountEvents=new EventEmitter();MailAccountEvents[_0x08ad('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':_0x08ad('0x4'),'afterDestroy':'remove'};function emitEvent(_0x491c5b){return function(_0xdaa861,_0x403747,_0x363222){MailAccountEvents[_0x08ad('0x5')](_0x491c5b+':'+_0xdaa861['id'],_0xdaa861);MailAccountEvents['emit'](_0x491c5b,_0xdaa861);_0x363222(null);};}for(var e in events){if(events[_0x08ad('0x6')](e)){var event=events[e];MailAccount[_0x08ad('0x7')](e,emitEvent(event));}}module['exports']=MailAccountEvents;