bc054043ebc3c3eb9d3b750ce5565130dd0d0629
[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 _0x6108=['ChatWebsite','setMaxListeners','save','emit','hasOwnProperty','hook','events'];(function(_0x4f1231,_0x3e78f2){var _0x2a8d31=function(_0x183a3b){while(--_0x183a3b){_0x4f1231['push'](_0x4f1231['shift']());}};_0x2a8d31(++_0x3e78f2);}(_0x6108,0xbc));var _0x8610=function(_0x50c7cd,_0x2e1ded){_0x50c7cd=_0x50c7cd-0x0;var _0x3283d9=_0x6108[_0x50c7cd];return _0x3283d9;};'use strict';var EventEmitter=require(_0x8610('0x0'));var ChatWebsite=require('../../mysqldb')['db'][_0x8610('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x8610('0x2')](0x0);var events={'afterCreate':_0x8610('0x3'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x142cb5){return function(_0x42741d,_0x54802f,_0x4aa00f){ChatWebsiteEvents[_0x8610('0x4')](_0x142cb5+':'+_0x42741d['id'],_0x42741d);ChatWebsiteEvents[_0x8610('0x4')](_0x142cb5,_0x42741d);_0x4aa00f(null);};}for(var e in events){if(events[_0x8610('0x5')](e)){var event=events[e];ChatWebsite[_0x8610('0x6')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;