3337a8641f24ee694357ba6c4fa94c8de6731223
[motion2.git] / server / api / action / action.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 _0x21f5=['path','rimraf','./action.attributes','define','Action','util','api','moment','bluebird','request-promise'];(function(_0x49cd16,_0x397837){var _0x534918=function(_0x3d9c87){while(--_0x3d9c87){_0x49cd16['push'](_0x49cd16['shift']());}};_0x534918(++_0x397837);}(_0x21f5,0x1e5));var _0x521f=function(_0x27d8cb,_0x9e881b){_0x27d8cb=_0x27d8cb-0x0;var _0x574611=_0x21f5[_0x27d8cb];return _0x574611;};'use strict';var _=require('lodash');var util=require(_0x521f('0x0'));var logger=require('../../config/logger')(_0x521f('0x1'));var moment=require(_0x521f('0x2'));var BPromise=require(_0x521f('0x3'));var rp=require(_0x521f('0x4'));var fs=require('fs');var path=require(_0x521f('0x5'));var rimraf=require(_0x521f('0x6'));var config=require('../../config/environment');var attributes=require(_0x521f('0x7'));module['exports']=function(_0x447d30,_0x510ab7){return _0x447d30[_0x521f('0x8')](_0x521f('0x9'),attributes,{'tableName':'tools_actions','paranoid':![],'indexes':[],'timestamps':!![]});};