@zowe/provisioning-for-zowe-sdk
Version:
Zowe SDK to interact with the z/OS provisioning APIs
53 lines • 2.77 kB
JavaScript
;
/*
* 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/IPropertiesInput"), exports);
__exportStar(require("./doc/input/IProvisionOptionals"), exports);
__exportStar(require("./doc/zosmf/IPerformActionResponse"), exports);
__exportStar(require("./doc/zosmf/IPromptVariable"), exports);
__exportStar(require("./doc/zosmf/IProvisionedInstance"), exports);
__exportStar(require("./doc/zosmf/IProvisionedInstanceActions"), exports);
__exportStar(require("./doc/zosmf/IProvisionedInstances"), exports);
__exportStar(require("./doc/zosmf/IProvisionedInstanceVariable"), exports);
__exportStar(require("./doc/zosmf/IProvisionedInstanceVariables"), exports);
__exportStar(require("./doc/zosmf/IProvisionTemplateResponse"), exports);
__exportStar(require("./doc/zosmf/IPublishedTemplate"), exports);
__exportStar(require("./doc/zosmf/IPublishedTemplateInfo"), exports);
__exportStar(require("./doc/zosmf/IPublishedTemplates"), exports);
__exportStar(require("./doc/zosmf/ITemplateRegistryInfo"), exports);
__exportStar(require("./doc/zosmf/ITemplateWorkflowInfo"), exports);
__exportStar(require("./DeleteInstance"), exports);
__exportStar(require("./ListCatalogTemplates"), exports);
__exportStar(require("./ListInstanceInfo"), exports);
__exportStar(require("./ListInstanceVariables"), exports);
__exportStar(require("./ListRegistryInstances"), exports);
__exportStar(require("./ListTemplateInfo"), exports);
__exportStar(require("./PerformAction"), exports);
__exportStar(require("./ProvisioningConstants"), exports);
__exportStar(require("./ProvisioningService"), exports);
__exportStar(require("./ProvisioningValidator"), exports);
__exportStar(require("./ProvisionPublishedTemplate"), exports);
//# sourceMappingURL=index.js.map