349d1beb23cfcaaac5b3e4753ac724b368236652
[motion2.git] / server / api / tag / tag.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 _0x5e93=['moment','bluebird','request-promise','rimraf','./tag.attributes','exports','define','lodash','../../config/logger'];(function(_0xaf29da,_0x117f5a){var _0x295c51=function(_0x3feaf4){while(--_0x3feaf4){_0xaf29da['push'](_0xaf29da['shift']());}};_0x295c51(++_0x117f5a);}(_0x5e93,0x115));var _0x35e9=function(_0xf081ea,_0x2fee75){_0xf081ea=_0xf081ea-0x0;var _0x38d37d=_0x5e93[_0xf081ea];return _0x38d37d;};'use strict';var _=require(_0x35e9('0x0'));var util=require('util');var logger=require(_0x35e9('0x1'))('api');var moment=require(_0x35e9('0x2'));var BPromise=require(_0x35e9('0x3'));var rp=require(_0x35e9('0x4'));var fs=require('fs');var path=require('path');var rimraf=require(_0x35e9('0x5'));var config=require('../../config/environment');var attributes=require(_0x35e9('0x6'));module[_0x35e9('0x7')]=function(_0x3ac70f,_0x24a30e){return _0x3ac70f[_0x35e9('0x8')]('Tag',attributes,{'tableName':'tools_tags','paranoid':![],'indexes':[],'timestamps':!![]});};