Built motion from commit (unavailable).|2.5.14
[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 _0x85d0=['update','remove','emit','hasOwnProperty','hook','exports','save'];(function(_0x1df9c4,_0x31ed6d){var _0x54a9fe=function(_0x540de8){while(--_0x540de8){_0x1df9c4['push'](_0x1df9c4['shift']());}};_0x54a9fe(++_0x31ed6d);}(_0x85d0,0x164));var _0x085d=function(_0x4c5ddc,_0x7f4108){_0x4c5ddc=_0x4c5ddc-0x0;var _0x59afd8=_0x85d0[_0x4c5ddc];return _0x59afd8;};'use strict';var EventEmitter=require('events');var ChatWebsite=require('../../mysqldb')['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents['setMaxListeners'](0x0);var events={'afterCreate':_0x085d('0x0'),'afterUpdate':_0x085d('0x1'),'afterDestroy':_0x085d('0x2')};function emitEvent(_0x313db8){return function(_0x231765,_0x19ae4c,_0x4818c1){ChatWebsiteEvents[_0x085d('0x3')](_0x313db8+':'+_0x231765['id'],_0x231765);ChatWebsiteEvents['emit'](_0x313db8,_0x231765);_0x4818c1(null);};}for(var e in events){if(events[_0x085d('0x4')](e)){var event=events[e];ChatWebsite[_0x085d('0x5')](e,emitEvent(event));}}module[_0x085d('0x6')]=ChatWebsiteEvents;