Built motion from commit (unavailable).|2.5.4
[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 _0x7bb8=['hasOwnProperty','../../mysqldb','ChatWebsite','setMaxListeners','save','remove','emit'];(function(_0x5b78e8,_0x55096b){var _0xf2c321=function(_0x4e0cff){while(--_0x4e0cff){_0x5b78e8['push'](_0x5b78e8['shift']());}};_0xf2c321(++_0x55096b);}(_0x7bb8,0xe8));var _0x87bb=function(_0x3318f0,_0x3ad120){_0x3318f0=_0x3318f0-0x0;var _0x1cc92f=_0x7bb8[_0x3318f0];return _0x1cc92f;};'use strict';var EventEmitter=require('events');var ChatWebsite=require(_0x87bb('0x0'))['db'][_0x87bb('0x1')];var ChatWebsiteEvents=new EventEmitter();ChatWebsiteEvents[_0x87bb('0x2')](0x0);var events={'afterCreate':_0x87bb('0x3'),'afterUpdate':'update','afterDestroy':_0x87bb('0x4')};function emitEvent(_0x1c17f8){return function(_0x5c03d3,_0xd7ed75,_0x2e5773){ChatWebsiteEvents['emit'](_0x1c17f8+':'+_0x5c03d3['id'],_0x5c03d3);ChatWebsiteEvents[_0x87bb('0x5')](_0x1c17f8,_0x5c03d3);_0x2e5773(null);};}for(var e in events){if(events[_0x87bb('0x6')](e)){var event=events[e];ChatWebsite['hook'](e,emitEvent(event));}}module['exports']=ChatWebsiteEvents;