89704c54ae08b2836696057ab747a8631cc66136
[motion2.git] / server / api / notification / notification.model.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 _0xe7a8=['../../config/logger','api','moment','bluebird','path','./notification.attributes','Notification','lodash'];(function(_0x3cd91d,_0x163516){var _0x3b4fab=function(_0x1b3319){while(--_0x1b3319){_0x3cd91d['push'](_0x3cd91d['shift']());}};_0x3b4fab(++_0x163516);}(_0xe7a8,0xaf));var _0x8e7a=function(_0x39bc06,_0x18d7ff){_0x39bc06=_0x39bc06-0x0;var _0x131143=_0xe7a8[_0x39bc06];return _0x131143;};'use strict';var _=require(_0x8e7a('0x0'));var util=require('util');var logger=require(_0x8e7a('0x1'))(_0x8e7a('0x2'));var moment=require(_0x8e7a('0x3'));var BPromise=require(_0x8e7a('0x4'));var rp=require('request-promise');var fs=require('fs');var path=require(_0x8e7a('0x5'));var rimraf=require('rimraf');var config=require('../../config/environment');var attributes=require(_0x8e7a('0x6'));module['exports']=function(_0x57446b,_0x381f4e){return _0x57446b['define'](_0x8e7a('0x7'),attributes,{'tableName':'notifications','paranoid':![],'indexes':[],'timestamps':!![],'charset':'utf8mb4','collate':'utf8mb4_unicode_ci'});};