Built motion from commit (unavailable).|2.5.1
[motion2.git] / server / api / plugin / plugin.attributes.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 _0x8f2e=['sequelize','STRING','html','script','TEXT','The\x20physical\x20path\x20where\x20the\x20plugin\x20is\x20stored.','BOOLEAN','Indicates\x20whether\x20the\x20plugin\x20is\x20installed.\x20Updated\x20when\x20the\x20plugin\x20is\x20installed/uninstalled.','always','never','Indicates\x20whether\x20to\x20display\x20the\x20plugin\x20in\x20the\x20sidebar.'];(function(_0x34fbf0,_0x585bc6){var _0x1beeb1=function(_0x15b065){while(--_0x15b065){_0x34fbf0['push'](_0x34fbf0['shift']());}};_0x1beeb1(++_0x585bc6);}(_0x8f2e,0xb0));var _0xe8f2=function(_0xfe72a,_0xc91d0){_0xfe72a=_0xfe72a-0x0;var _0x33e3d1=_0x8f2e[_0xfe72a];return _0x33e3d1;};'use strict';var Sequelize=require(_0xe8f2('0x0'));module['exports']={'name':{'type':Sequelize[_0xe8f2('0x1')]},'type':{'type':Sequelize['ENUM'](_0xe8f2('0x2'),_0xe8f2('0x3'))},'description':{'type':Sequelize[_0xe8f2('0x4')]},'version':{'type':Sequelize['TEXT']},'path':{'type':Sequelize[_0xe8f2('0x1')],'comment':_0xe8f2('0x5')},'active':{'type':Sequelize[_0xe8f2('0x6')],'defaultValue':0x0,'comment':_0xe8f2('0x7')},'sidebar':{'type':Sequelize['ENUM']('adminOnly','agentOnly',_0xe8f2('0x8'),_0xe8f2('0x9')),'defaultValue':_0xe8f2('0x8'),'comment':_0xe8f2('0xa')},'icon':{'type':Sequelize[_0xe8f2('0x1')]},'adminUrl':{'type':Sequelize['STRING']},'agentUrl':{'type':Sequelize[_0xe8f2('0x1')]},'scriptName':{'type':Sequelize[_0xe8f2('0x1')]},'scriptPath':{'type':Sequelize[_0xe8f2('0x1')]}};