8b46e11096369c4d7387c471689d1787e25230cf
[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 _0xe0c1=['rimraf','./attachment.attributes','exports','define','lodash','../../config/logger','moment','bluebird','path'];(function(_0x189f49,_0x798b9d){var _0x4ad9c3=function(_0xc16e43){while(--_0xc16e43){_0x189f49['push'](_0x189f49['shift']());}};_0x4ad9c3(++_0x798b9d);}(_0xe0c1,0x175));var _0x1e0c=function(_0x307dff,_0x4bc2ba){_0x307dff=_0x307dff-0x0;var _0x46a0ce=_0xe0c1[_0x307dff];return _0x46a0ce;};'use strict';var _=require(_0x1e0c('0x0'));var util=require('util');var logger=require(_0x1e0c('0x1'))('api');var moment=require(_0x1e0c('0x2'));var BPromise=require(_0x1e0c('0x3'));var rp=require('request-promise');var fs=require('fs');var path=require(_0x1e0c('0x4'));var rimraf=require(_0x1e0c('0x5'));var config=require('../../config/environment');var attributes=require(_0x1e0c('0x6'));module[_0x1e0c('0x7')]=function(_0x3fa754,_0x37caa8){return _0x3fa754[_0x1e0c('0x8')]('Attachment',attributes,{'tableName':'attachments','paranoid':![],'indexes':[],'timestamps':!![]});};