bfa270a1745e1ce898aaa8f0830667261cd8cf48
[motion2.git] / server / api / attachment / attachment.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 _0x7ff3=['lodash','util','../../config/logger','api','request-promise','path','rimraf','./attachment.attributes','exports','define','Attachment'];(function(_0x26cabe,_0x3fa64b){var _0x108aa1=function(_0xb82dd6){while(--_0xb82dd6){_0x26cabe['push'](_0x26cabe['shift']());}};_0x108aa1(++_0x3fa64b);}(_0x7ff3,0x1c3));var _0x37ff=function(_0x5751e6,_0x125e5e){_0x5751e6=_0x5751e6-0x0;var _0x4199e4=_0x7ff3[_0x5751e6];return _0x4199e4;};'use strict';var _=require(_0x37ff('0x0'));var util=require(_0x37ff('0x1'));var logger=require(_0x37ff('0x2'))(_0x37ff('0x3'));var moment=require('moment');var BPromise=require('bluebird');var rp=require(_0x37ff('0x4'));var fs=require('fs');var path=require(_0x37ff('0x5'));var rimraf=require(_0x37ff('0x6'));var config=require('../../config/environment');var attributes=require(_0x37ff('0x7'));module[_0x37ff('0x8')]=function(_0x4e3e6d,_0x27e02e){return _0x4e3e6d[_0x37ff('0x9')](_0x37ff('0xa'),attributes,{'tableName':'attachments','paranoid':![],'indexes':[],'timestamps':!![]});};