e09956591317fdc35b99d60ebed7e3951010016a
[motion2.git] / server / api / mailAccount / mailAccount.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 _0x0cee=['exports','define','MailAccount','lodash','util','../../config/logger','api','moment','bluebird','rimraf','../../config/environment','./mailAccount.attributes'];(function(_0x1118eb,_0x476f0a){var _0x2dbcd0=function(_0x37c71e){while(--_0x37c71e){_0x1118eb['push'](_0x1118eb['shift']());}};_0x2dbcd0(++_0x476f0a);}(_0x0cee,0x12f));var _0xe0ce=function(_0xc6a8b3,_0x5b62ac){_0xc6a8b3=_0xc6a8b3-0x0;var _0x565321=_0x0cee[_0xc6a8b3];return _0x565321;};'use strict';var _=require(_0xe0ce('0x0'));var util=require(_0xe0ce('0x1'));var logger=require(_0xe0ce('0x2'))(_0xe0ce('0x3'));var moment=require(_0xe0ce('0x4'));var BPromise=require(_0xe0ce('0x5'));var rp=require('request-promise');var fs=require('fs');var path=require('path');var rimraf=require(_0xe0ce('0x6'));var config=require(_0xe0ce('0x7'));var attributes=require(_0xe0ce('0x8'));module[_0xe0ce('0x9')]=function(_0x1cfee1,_0x1ce646){return _0x1cfee1[_0xe0ce('0xa')](_0xe0ce('0xb'),attributes,{'tableName':'mail_accounts','paranoid':![],'indexes':[],'timestamps':!![]});};