45adbef19a863cd2f096da97d2136c9d1582da90
[motion2.git] / server / api / mailMessage / mailMessage.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 _0x1c5c=['../../mysqldb','MailMessage','save','update','remove','emit','hasOwnProperty','hook','events'];(function(_0x4d7145,_0x1270c7){var _0x441d1d=function(_0x3933b2){while(--_0x3933b2){_0x4d7145['push'](_0x4d7145['shift']());}};_0x441d1d(++_0x1270c7);}(_0x1c5c,0xa1));var _0xc1c5=function(_0x5cda1d,_0x48a0c5){_0x5cda1d=_0x5cda1d-0x0;var _0x17c014=_0x1c5c[_0x5cda1d];return _0x17c014;};'use strict';var EventEmitter=require(_0xc1c5('0x0'));var MailMessage=require(_0xc1c5('0x1'))['db'][_0xc1c5('0x2')];var MailMessageEvents=new EventEmitter();MailMessageEvents['setMaxListeners'](0x0);var events={'afterCreate':_0xc1c5('0x3'),'afterUpdate':_0xc1c5('0x4'),'afterDestroy':_0xc1c5('0x5')};function emitEvent(_0x57052e){return function(_0xb84111,_0x6cdf86,_0x134966){MailMessageEvents[_0xc1c5('0x6')](_0x57052e+':'+_0xb84111['id'],_0xb84111);MailMessageEvents['emit'](_0x57052e,_0xb84111);_0x134966(null);};}for(var e in events){if(events[_0xc1c5('0x7')](e)){var event=events[e];MailMessage[_0xc1c5('0x8')](e,emitEvent(event));}}module['exports']=MailMessageEvents;