Built motion from commit 97153652.|2.6.26
[motion2.git] / server / api / cmContact / cmContact.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 _0xe4d0=['setMaxListeners','save','emit','hasOwnProperty','hook','exports','../../mysqldb'];(function(_0x4ee71d,_0x13986f){var _0x1885e2=function(_0x328025){while(--_0x328025){_0x4ee71d['push'](_0x4ee71d['shift']());}};_0x1885e2(++_0x13986f);}(_0xe4d0,0xe6));var _0x0e4d=function(_0x5cbd7b,_0x207439){_0x5cbd7b=_0x5cbd7b-0x0;var _0x3fdfb8=_0xe4d0[_0x5cbd7b];return _0x3fdfb8;};'use strict';var EventEmitter=require('events');var CmContact=require(_0x0e4d('0x0'))['db']['CmContact'];var CmContactEvents=new EventEmitter();CmContactEvents[_0x0e4d('0x1')](0x0);var events={'afterCreate':_0x0e4d('0x2'),'afterUpdate':'update','afterDestroy':'remove'};function emitEvent(_0x5a760c){return function(_0x5999a3,_0x225024,_0x1f3436){CmContactEvents['emit'](_0x5a760c+':'+_0x5999a3['id'],_0x5999a3);CmContactEvents[_0x0e4d('0x3')](_0x5a760c,_0x5999a3);_0x1f3436(null);};}for(var e in events){if(events[_0x0e4d('0x4')](e)){var event=events[e];CmContact[_0x0e4d('0x5')](e,emitEvent(event));}}module[_0x0e4d('0x6')]=CmContactEvents;