UNPKG

@zowe/zos-jobs-for-zowe-sdk

Version:
69 lines 3.6 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 }); __exportStar(require("./doc/input/ICancelJob"), exports); __exportStar(require("./doc/input/ICancelJobParms"), exports); __exportStar(require("./doc/input/IModifyJob"), exports); __exportStar(require("./doc/input/IModifyJobParms"), exports); __exportStar(require("./doc/input/IModifyJobOptions"), exports); __exportStar(require("./doc/input/ICommonJobParms"), exports); __exportStar(require("./doc/input/IDeleteJobParms"), exports); __exportStar(require("./doc/input/IDownloadAllSpoolContentParms"), exports); __exportStar(require("./doc/input/IDownloadSpoolContentParms"), exports); __exportStar(require("./doc/input/IGetJclParms"), exports); __exportStar(require("./doc/input/IGetJobsParms"), exports); __exportStar(require("./doc/input/IMonitorJobWaitForParms"), exports); __exportStar(require("./doc/input/ISearchJobsParms"), exports); __exportStar(require("./doc/input/ISubmitJclNotifyParms"), exports); __exportStar(require("./doc/input/ISubmitJclParms"), exports); __exportStar(require("./doc/input/ISubmitJobNotifyParms"), exports); __exportStar(require("./doc/input/ISubmitJobUSSNotifyParms"), exports); __exportStar(require("./doc/input/ISubmitJobParms"), exports); __exportStar(require("./doc/input/ISubmitJobUSSParms"), exports); __exportStar(require("./doc/input/ISubmitParms"), exports); __exportStar(require("./doc/response/IJob"), exports); __exportStar(require("./doc/response/IJobComplete"), exports); __exportStar(require("./doc/response/IJobError"), exports); __exportStar(require("./doc/response/IJobFeedback"), exports); __exportStar(require("./doc/response/IJobFile"), exports); __exportStar(require("./doc/response/IJobFileSimple"), exports); __exportStar(require("./doc/response/IJobStepData"), exports); __exportStar(require("./doc/response/IJobSubmit"), exports); __exportStar(require("./doc/response/ISpoolFile"), exports); __exportStar(require("./types/JobDataResolve"), exports); __exportStar(require("./types/JobResolve"), exports); __exportStar(require("./types/JobStatus"), exports); __exportStar(require("./CancelJobs"), exports); __exportStar(require("./ModifyJobs"), exports); __exportStar(require("./DeleteJobs"), exports); __exportStar(require("./DownloadJobs"), exports); __exportStar(require("./GetJobs"), exports); __exportStar(require("./JobsConstants"), exports); __exportStar(require("./JobsMessages"), exports); __exportStar(require("./MonitorJobs"), exports); __exportStar(require("./SearchJobs"), exports); __exportStar(require("./SubmitJobs"), exports); //# sourceMappingURL=index.js.map