Built motion from commit (unavailable).|2.4.17
[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 _0xe3a3=['save','update','remove','emit','hasOwnProperty','hook','events','CmContact','setMaxListeners'];(function(_0x334ec2,_0x4d39df){var _0x2108d7=function(_0x1d52fc){while(--_0x1d52fc){_0x334ec2['push'](_0x334ec2['shift']());}};_0x2108d7(++_0x4d39df);}(_0xe3a3,0x1c8));var _0x3e3a=function(_0x1a2b89,_0x4b2a1a){_0x1a2b89=_0x1a2b89-0x0;var _0x35f96e=_0xe3a3[_0x1a2b89];return _0x35f96e;};'use strict';var EventEmitter=require(_0x3e3a('0x0'));var CmContact=require('../../mysqldb')['db'][_0x3e3a('0x1')];var CmContactEvents=new EventEmitter();CmContactEvents[_0x3e3a('0x2')](0x0);var events={'afterCreate':_0x3e3a('0x3'),'afterUpdate':_0x3e3a('0x4'),'afterDestroy':_0x3e3a('0x5')};function emitEvent(_0x3573c1){return function(_0x3981a4,_0x4ba687,_0x1bd9f4){CmContactEvents[_0x3e3a('0x6')](_0x3573c1+':'+_0x3981a4['id'],_0x3981a4);CmContactEvents[_0x3e3a('0x6')](_0x3573c1,_0x3981a4);_0x1bd9f4(null);};}for(var e in events){if(events[_0x3e3a('0x7')](e)){var event=events[e];CmContact[_0x3e3a('0x8')](e,emitEvent(event));}}module['exports']=CmContactEvents;