faa1a4a5511cbf034f5bee730c6bd67edfa9eed7
[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 _0x4016=['ChatWebsite','remove','emit','hasOwnProperty','exports','../../mysqldb'];(function(_0x5d0792,_0x486759){var _0x2885a6=function(_0x5da30c){while(--_0x5da30c){_0x5d0792['push'](_0x5d0792['shift']());}};_0x2885a6(++_0x486759);}(_0x4016,0x131));var _0x6401=function(_0x5ddb1c,_0x5ea4df){_0x5ddb1c=_0x5ddb1c-0x0;var _0x354adc=_0x4016[_0x5ddb1c];return _0x354adc;};'use strict';var EventEmitter=require('events');var ChatWebsite=require(_0x6401('0x0'))['db'][_0x6401('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0x6401('0x2')};function emitEvent(_0x4de6b1){return function(_0x4fc38,_0x27c82a,_0x5f37ea){ChatWebsiteEvents['emit'](_0x4de6b1+':'+_0x4fc38['id'],_0x4fc38);ChatWebsiteEvents[_0x6401('0x3')](_0x4de6b1,_0x4fc38);_0x5f37ea(null);};}for(var e in events){if(events[_0x6401('0x4')](e)){var event=events[e];ChatWebsite['hook'](e,emitEvent(event));}}module[_0x6401('0x5')]=ChatWebsiteEvents;