Built motion from commit 0900f080.|2.5.45
[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 _0x5fdd=['../../config/logger','moment','request-promise','path','rimraf','../../config/environment','./attachment.attributes','exports','define','attachments','util'];(function(_0x12b6f8,_0x1ad164){var _0x28d210=function(_0x1d73dd){while(--_0x1d73dd){_0x12b6f8['push'](_0x12b6f8['shift']());}};_0x28d210(++_0x1ad164);}(_0x5fdd,0x15f));var _0xd5fd=function(_0x195577,_0x5de53a){_0x195577=_0x195577-0x0;var _0x13c367=_0x5fdd[_0x195577];return _0x13c367;};'use strict';var _=require('lodash');var util=require(_0xd5fd('0x0'));var logger=require(_0xd5fd('0x1'))('api');var moment=require(_0xd5fd('0x2'));var BPromise=require('bluebird');var rp=require(_0xd5fd('0x3'));var fs=require('fs');var path=require(_0xd5fd('0x4'));var rimraf=require(_0xd5fd('0x5'));var config=require(_0xd5fd('0x6'));var attributes=require(_0xd5fd('0x7'));module[_0xd5fd('0x8')]=function(_0x3d4f4b,_0x1a3fe8){return _0x3d4f4b[_0xd5fd('0x9')]('Attachment',attributes,{'tableName':_0xd5fd('0xa'),'paranoid':![],'indexes':[],'timestamps':!![]});};