c7544cca9e1be367c9023571473c340ff8df6fb0
[motion2.git] / server / api / team / team.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 _0xfa28=['./team.attributes','define','teams','util','../../config/logger','api','moment','bluebird','request-promise','rimraf','../../config/environment'];(function(_0x37d244,_0x912289){var _0x4b7ecd=function(_0x4a3b1a){while(--_0x4a3b1a){_0x37d244['push'](_0x37d244['shift']());}};_0x4b7ecd(++_0x912289);}(_0xfa28,0xbe));var _0x8fa2=function(_0x72a33d,_0x5691da){_0x72a33d=_0x72a33d-0x0;var _0x2621d5=_0xfa28[_0x72a33d];return _0x2621d5;};'use strict';var _=require('lodash');var util=require(_0x8fa2('0x0'));var logger=require(_0x8fa2('0x1'))(_0x8fa2('0x2'));var moment=require(_0x8fa2('0x3'));var BPromise=require(_0x8fa2('0x4'));var rp=require(_0x8fa2('0x5'));var fs=require('fs');var path=require('path');var rimraf=require(_0x8fa2('0x6'));var config=require(_0x8fa2('0x7'));var attributes=require(_0x8fa2('0x8'));module['exports']=function(_0x4b72c1,_0x41a357){return _0x4b72c1[_0x8fa2('0x9')]('Team',attributes,{'tableName':_0x8fa2('0xa'),'paranoid':![],'indexes':[],'timestamps':!![]});};