UNPKG

@zowe/zos-workflows-for-zowe-sdk

Version:

Zowe SDK to interact with the z/OS workflows APIs

73 lines 3.5 kB
"use strict"; /* * This program and the accompanying materials are made available under the terms of the * Eclipse Public License v2.0 which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-v20.html * * SPDX-License-Identifier: EPL-2.0 * * Copyright Contributors to the Zowe Project. * */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); /** * Use the index.ts to export any public facing APIs/intefaces/etc. * * If your plugin introduces a set of APIs/functions that others would find useful when building node apps * (or editor extensions, etc.) export them here. * * For example, Zowe CLI offers Jobs APIs that can be invoke programmatically from a VS code extension to create * a Job viewer/tree extension. */ __exportStar(require("./doc/IActiveWorkflows"), exports); __exportStar(require("./doc/IArchivedWorkflow"), exports); __exportStar(require("./doc/IArchivedWorkflows"), exports); __exportStar(require("./doc/IAutomationStatus"), exports); __exportStar(require("./doc/ICreatedWorkflow"), exports); __exportStar(require("./doc/ICreatedWorkflowLocal"), exports); __exportStar(require("./doc/ICreateWorkflow"), exports); __exportStar(require("./doc/IGetWorkflowsOptions"), exports); __exportStar(require("./doc/IJobFiles"), exports); __exportStar(require("./doc/IJobInfo"), exports); __exportStar(require("./doc/IJobStatus"), exports); __exportStar(require("./doc/IPropertyMapping"), exports); __exportStar(require("./doc/IStartWorkflow"), exports); __exportStar(require("./doc/IStepApprovers"), exports); __exportStar(require("./doc/IStepDefinition"), exports); __exportStar(require("./doc/IStepInfo"), exports); __exportStar(require("./doc/IStepSummary"), exports); __exportStar(require("./doc/IVariable"), exports); __exportStar(require("./doc/IVariableDefinition"), exports); __exportStar(require("./doc/IVariableInfo"), exports); __exportStar(require("./doc/IVariableSpecification"), exports); __exportStar(require("./doc/IWorkflowDefinition"), exports); __exportStar(require("./doc/IWorkflowInfo"), exports); __exportStar(require("./doc/IWorkflows"), exports); __exportStar(require("./doc/IWorkflowsInfo"), exports); __exportStar(require("./ArchivedDelete"), exports); __exportStar(require("./ArchiveWorkflow"), exports); __exportStar(require("./Cancel"), exports); __exportStar(require("./Create"), exports); __exportStar(require("./Definition"), exports); __exportStar(require("./Delete"), exports); __exportStar(require("./ListArchivedWorkflows"), exports); __exportStar(require("./ListWorkflows"), exports); __exportStar(require("./Properties"), exports); __exportStar(require("./Start"), exports); __exportStar(require("./WorkflowConstants"), exports); __exportStar(require("./WorkflowValidator"), exports); //# sourceMappingURL=index.js.map