@oracle/suitecloud-cli
Version:
SuiteCloud CLI for Node.js
65 lines (63 loc) • 1.38 kB
JavaScript
/*
** Copyright (c) 2024 Oracle and/or its affiliates. All rights reserved.
** Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
*/
;
module.exports = [
{
id: "BundleInstallationScript",
name: "Bundle Installation Script",
},
{
id: "ClientScript",
name: "Client Script",
},
{
id: "CustomModule",
name: "Custom Module",
},
{
id: "plugintypeimpl",
name: "Custom Plug-in",
},
{
id: "customRecordAction",
name: "Custom Record Action Script",
},
{
id: "MapReduceScript",
name: "Map/Reduce Script",
},
{
id: "MassUpdateScript",
name: "Mass Update Script",
},
{
id: "Portlet",
name: "Portlet",
},
{
id: "Restlet",
name: "RESTlet",
},
{
id: "ScheduledScript",
name: "Scheduled Script",
},
{
id: "SDFInstallationScript",
name: "SDF Installation Script",
},
{
id: "Suitelet",
name: "Suitelet",
},
{
id: "UserEventScript",
name: "User Event Script"
},
{
id: "WorkflowActionScript",
name: "Workflow Action Script"
},
];