Built motion from commit fe909640.|2.6.8
[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 _0xe919=['./attachment.attributes','exports','attachments','lodash','util','api','request-promise','path','rimraf','../../config/environment'];(function(_0x39ff5c,_0x3de001){var _0x1eba54=function(_0x1fcfaa){while(--_0x1fcfaa){_0x39ff5c['push'](_0x39ff5c['shift']());}};_0x1eba54(++_0x3de001);}(_0xe919,0x99));var _0x9e91=function(_0x33b9ac,_0x1cd671){_0x33b9ac=_0x33b9ac-0x0;var _0x4da2a0=_0xe919[_0x33b9ac];return _0x4da2a0;};'use strict';var _=require(_0x9e91('0x0'));var util=require(_0x9e91('0x1'));var logger=require('../../config/logger')(_0x9e91('0x2'));var moment=require('moment');var BPromise=require('bluebird');var rp=require(_0x9e91('0x3'));var fs=require('fs');var path=require(_0x9e91('0x4'));var rimraf=require(_0x9e91('0x5'));var config=require(_0x9e91('0x6'));var attributes=require(_0x9e91('0x7'));module[_0x9e91('0x8')]=function(_0x527bc5,_0x5cdbbc){return _0x527bc5['define']('Attachment',attributes,{'tableName':_0x9e91('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};