14f3f131ded86a6db4de5c15ca583d643ba63dba
[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 _0xe888=['api','moment','request-promise','path','rimraf','../../config/environment','Team','teams','lodash','util'];(function(_0x50acf8,_0x441883){var _0x272cbb=function(_0x53e780){while(--_0x53e780){_0x50acf8['push'](_0x50acf8['shift']());}};_0x272cbb(++_0x441883);}(_0xe888,0x116));var _0x8e88=function(_0x2a0183,_0x3fc93c){_0x2a0183=_0x2a0183-0x0;var _0x158c3a=_0xe888[_0x2a0183];return _0x158c3a;};'use strict';var _=require(_0x8e88('0x0'));var util=require(_0x8e88('0x1'));var logger=require('../../config/logger')(_0x8e88('0x2'));var moment=require(_0x8e88('0x3'));var BPromise=require('bluebird');var rp=require(_0x8e88('0x4'));var fs=require('fs');var path=require(_0x8e88('0x5'));var rimraf=require(_0x8e88('0x6'));var config=require(_0x8e88('0x7'));var attributes=require('./team.attributes');module['exports']=function(_0x394448,_0x5e271f){return _0x394448['define'](_0x8e88('0x8'),attributes,{'tableName':_0x8e88('0x9'),'paranoid':![],'indexes':[],'timestamps':!![]});};