Built motion from commit 497d3d92.|2.5.43
[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 _0x5a2a=['hook','events','../../mysqldb','ChatWebsite','setMaxListeners','emit'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0x5a2a,0x1c3));var _0xa5a2=function(_0x22a314,_0x5f1b98){_0x22a314=_0x22a314-0x0;var _0x5aa286=_0x5a2a[_0x22a314];return _0x5aa286;};'use strict';var EventEmitter=require(_0xa5a2('0x0'));var ChatWebsite=require(_0xa5a2('0x1'))['db'][_0xa5a2('0x2')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0xa5a2('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x4e464d){return function(_0x2cf196,_0x479d0a,_0x14bf26){ChatWebsiteEvents[_0xa5a2('0x4')](_0x4e464d+':'+_0x2cf196['id'],_0x2cf196);ChatWebsiteEvents[_0xa5a2('0x4')](_0x4e464d,_0x2cf196);_0x14bf26(null);};}for(var e in events){if(events['hasOwnProperty'](e)){var event=events[e];ChatWebsite[_0xa5a2('0x5')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;