Built motion from commit fa4c4286.|2.6.29
[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 _0x03c9=['exports','events','../../mysqldb','CmContact','setMaxListeners','remove','emit','hasOwnProperty','hook'];(function(_0x4b7b62,_0x4920a9){var _0x2280df=function(_0x21e1f8){while(--_0x21e1f8){_0x4b7b62['push'](_0x4b7b62['shift']());}};_0x2280df(++_0x4920a9);}(_0x03c9,0x157));var _0x903c=function(_0x195b39,_0x50f3a7){_0x195b39=_0x195b39-0x0;var _0x2e30fd=_0x03c9[_0x195b39];return _0x2e30fd;};'use strict';var EventEmitter=require(_0x903c('0x0'));var CmContact=require(_0x903c('0x1'))['db'][_0x903c('0x2')];var CmContactEvents=new EventEmitter();CmContactEvents[_0x903c('0x3')](0x0);var events={'afterCreate':'save','afterUpdate':'update','afterDestroy':_0x903c('0x4')};function emitEvent(_0x2d3980){return function(_0x1fb8e6,_0x3c2aa6,_0x470a23){CmContactEvents[_0x903c('0x5')](_0x2d3980+':'+_0x1fb8e6['id'],_0x1fb8e6);CmContactEvents[_0x903c('0x5')](_0x2d3980,_0x1fb8e6);_0x470a23(null);};}for(var e in events){if(events[_0x903c('0x6')](e)){var event=events[e];CmContact[_0x903c('0x7')](e,emitEvent(event));}}module[_0x903c('0x8')]=CmContactEvents;