Built motion from commit (unavailable).|2.5.9
[motion2.git] / server / api / sound / sound.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 _0xd45a=['tools_sounds','lodash','util','../../config/logger','api','request-promise','path','rimraf','../../config/environment','define'];(function(_0x441563,_0x1d4a28){var _0x2369ec=function(_0x1f97ba){while(--_0x1f97ba){_0x441563['push'](_0x441563['shift']());}};_0x2369ec(++_0x1d4a28);}(_0xd45a,0xbf));var _0xad45=function(_0x128800,_0x3e55bf){_0x128800=_0x128800-0x0;var _0x191ce6=_0xd45a[_0x128800];return _0x191ce6;};'use strict';var _=require(_0xad45('0x0'));var util=require(_0xad45('0x1'));var logger=require(_0xad45('0x2'))(_0xad45('0x3'));var moment=require('moment');var BPromise=require('bluebird');var rp=require(_0xad45('0x4'));var fs=require('fs');var path=require(_0xad45('0x5'));var rimraf=require(_0xad45('0x6'));var config=require(_0xad45('0x7'));var attributes=require('./sound.attributes');module['exports']=function(_0x42b240,_0x418c70){return _0x42b240[_0xad45('0x8')]('Sound',attributes,{'tableName':_0xad45('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};