d4738969946cd7c252c22ecedbde836160c3ee58
[motion2.git] / server / api / chatWebsite / chatWebsite.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 _0x38e2=['emit','hasOwnProperty','exports','../../mysqldb','ChatWebsite','update','remove'];(function(_0x3a6efd,_0x2a5102){var _0x487b9a=function(_0x104f89){while(--_0x104f89){_0x3a6efd['push'](_0x3a6efd['shift']());}};_0x487b9a(++_0x2a5102);}(_0x38e2,0xff));var _0x238e=function(_0x19950b,_0x53d0d7){_0x19950b=_0x19950b-0x0;var _0x3c6b41=_0x38e2[_0x19950b];return _0x3c6b41;};'use strict';var EventEmitter=require('events');var ChatWebsite=require(_0x238e('0x0'))['db'][_0x238e('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':_0x238e('0x2'),'afterDestroy':_0x238e('0x3')};function emitEvent(_0x57cbf9){return function(_0x4c7381,_0x2ad3da,_0x3b44bb){ChatWebsiteEvents[_0x238e('0x4')](_0x57cbf9+':'+_0x4c7381['id'],_0x4c7381);ChatWebsiteEvents[_0x238e('0x4')](_0x57cbf9,_0x4c7381);_0x3b44bb(null);};}for(var e in events){if(events[_0x238e('0x5')](e)){var event=events[e];ChatWebsite['hook'](e,emitEvent(event));}}module[_0x238e('0x6')]=ChatWebsiteEvents;