Built motion from commit 3a7e82ea.|2.6.29
[motion2.git] / server / api / mailQueue / mailQueue.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 _0x3a60=['util','../../config/logger','api','bluebird','request-promise','../../config/environment','exports','define','MailQueue','mail_queues'];(function(_0x4dfbff,_0x299cfd){var _0x11cd09=function(_0x47c07b){while(--_0x47c07b){_0x4dfbff['push'](_0x4dfbff['shift']());}};_0x11cd09(++_0x299cfd);}(_0x3a60,0x1b8));var _0x03a6=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x3a60[_0x3dd15e];return _0x231fd0;};'use strict';var _=require('lodash');var util=require(_0x03a6('0x0'));var logger=require(_0x03a6('0x1'))(_0x03a6('0x2'));var moment=require('moment');var BPromise=require(_0x03a6('0x3'));var rp=require(_0x03a6('0x4'));var fs=require('fs');var path=require('path');var rimraf=require('rimraf');var config=require(_0x03a6('0x5'));var attributes=require('./mailQueue.attributes');module[_0x03a6('0x6')]=function(_0x3827b9,_0x52a2a5){return _0x3827b9[_0x03a6('0x7')](_0x03a6('0x8'),attributes,{'tableName':_0x03a6('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};