Built motion from commit 1cfc41f6.|2.5.41
[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 _0x3248=['emit','hook','exports','../../mysqldb','save','update','remove'];(function(_0x295c79,_0x618b24){var _0x2eb2f6=function(_0x4c4d17){while(--_0x4c4d17){_0x295c79['push'](_0x295c79['shift']());}};_0x2eb2f6(++_0x618b24);}(_0x3248,0x1bc));var _0x8324=function(_0x233836,_0xe9a999){_0x233836=_0x233836-0x0;var _0x3a90bb=_0x3248[_0x233836];return _0x3a90bb;};'use strict';var EventEmitter=require('events');var ChatWebsite=require(_0x8324('0x0'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x8324('0x1'),'afterUpdate':_0x8324('0x2'),'afterDestroy':_0x8324('0x3')};function emitEvent(_0x970bee){return function(_0x2cfce9,_0x334505,_0x4a92b4){ChatWebsiteEvents[_0x8324('0x4')](_0x970bee+':'+_0x2cfce9['id'],_0x2cfce9);ChatWebsiteEvents[_0x8324('0x4')](_0x970bee,_0x2cfce9);_0x4a92b4(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite[_0x8324('0x5')](e,emitEvent(event));}}module[_0x8324('0x6')]=ChatWebsiteEvents;