3f9e1106e35fb9a337d44c5381fbdbf4abe7ce8f
[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 _0x4f99=['../../mysqldb','setMaxListeners','save','update','emit','hasOwnProperty','hook','events'];(function(_0x1bad6a,_0x55e7b5){var _0x8e15cf=function(_0x23f80c){while(--_0x23f80c){_0x1bad6a['push'](_0x1bad6a['shift']());}};_0x8e15cf(++_0x55e7b5);}(_0x4f99,0x157));var _0x94f9=function(_0x377899,_0xd248ce){_0x377899=_0x377899-0x0;var _0x3a494b=_0x4f99[_0x377899];return _0x3a494b;};'use strict';var EventEmitter=require(_0x94f9('0x0'));var ChatWebsite=require(_0x94f9('0x1'))['db']['ChatWebsite'];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x94f9('0x2')](0x0);var events={'afterCreate':_0x94f9('0x3'),'afterUpdate':_0x94f9('0x4'),'afterDestroy':'remove'};function emitEvent(_0x15ff7c){return function(_0x879bc2,_0x560634,_0x1b4831){ChatWebsiteEvents[_0x94f9('0x5')](_0x15ff7c+':'+_0x879bc2['id'],_0x879bc2);ChatWebsiteEvents[_0x94f9('0x5')](_0x15ff7c,_0x879bc2);_0x1b4831(null);};}for(var e in events){if(events[_0x94f9('0x6')](e)){var event=events[e];ChatWebsite[_0x94f9('0x7')](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;