@broadcom/ops-for-zowe-cli 5.2.2 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -8
- package/lib/api/Show.d.ts +30 -0
- package/lib/api/Show.js +30 -0
- package/lib/api/Show.js.map +1 -1
- package/lib/api/Update.d.ts +20 -2
- package/lib/api/Update.js +51 -12
- package/lib/api/Update.js.map +1 -1
- package/lib/api/doc/IShowRuleResponse.d.ts +1 -0
- package/lib/api/utils/RuleListUtils.d.ts +129 -0
- package/lib/api/utils/RuleListUtils.js +148 -3
- package/lib/api/utils/RuleListUtils.js.map +1 -1
- package/lib/api/utils/RuleUtils.d.ts +46 -1
- package/lib/api/utils/RuleUtils.js +46 -1
- package/lib/api/utils/RuleUtils.js.map +1 -1
- package/lib/cli/disable/rule/Rule.handler.js +2 -1
- package/lib/cli/disable/rule/Rule.handler.js.map +1 -1
- package/lib/cli/enable/rule/Rule.definition.js +4 -1
- package/lib/cli/enable/rule/Rule.definition.js.map +1 -1
- package/lib/cli/enable/rule/Rule.handler.js +2 -1
- package/lib/cli/enable/rule/Rule.handler.js.map +1 -1
- package/lib/cli/resetAuto/ResetAutoenable.definition.d.ts +3 -0
- package/lib/cli/resetAuto/ResetAutoenable.definition.js +36 -0
- package/lib/cli/resetAuto/ResetAutoenable.definition.js.map +1 -0
- package/lib/cli/resetAuto/rule/Rule.definition.d.ts +2 -0
- package/lib/cli/resetAuto/rule/Rule.definition.js +50 -0
- package/lib/cli/resetAuto/rule/Rule.definition.js.map +1 -0
- package/lib/cli/resetAuto/rule/Rule.handler.d.ts +12 -0
- package/lib/cli/resetAuto/rule/Rule.handler.js +54 -0
- package/lib/cli/resetAuto/rule/Rule.handler.js.map +1 -0
- package/lib/cli/setAuto/SetAutoenable.definition.d.ts +3 -0
- package/lib/cli/setAuto/SetAutoenable.definition.js +36 -0
- package/lib/cli/setAuto/SetAutoenable.definition.js.map +1 -0
- package/lib/cli/setAuto/rule/Rule.definition.d.ts +2 -0
- package/lib/cli/setAuto/rule/Rule.definition.js +50 -0
- package/lib/cli/setAuto/rule/Rule.definition.js.map +1 -0
- package/lib/cli/setAuto/rule/Rule.handler.d.ts +12 -0
- package/lib/cli/setAuto/rule/Rule.handler.js +54 -0
- package/lib/cli/setAuto/rule/Rule.handler.js.map +1 -0
- package/lib/cli/show/ruleset/Ruleset.definition.js +1 -1
- package/lib/cli/show/ruleset/Ruleset.definition.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2025 Broadcom. All Rights Reserved. The term
|
|
4
|
+
* "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
5
|
+
*
|
|
6
|
+
* This software and all information contained therein is
|
|
7
|
+
* confidential and proprietary and shall not be duplicated,
|
|
8
|
+
* used, disclosed, or disseminated in any way except as
|
|
9
|
+
* authorized by the applicable license agreement, without the
|
|
10
|
+
* express written permission of Broadcom. All authorized
|
|
11
|
+
* reproductions must be marked with this language.
|
|
12
|
+
*
|
|
13
|
+
* EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
|
|
14
|
+
* THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
|
|
15
|
+
* SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
|
|
16
|
+
* LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
|
|
17
|
+
* FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
|
|
18
|
+
* BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
|
|
19
|
+
* DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
|
|
20
|
+
* INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
|
|
21
|
+
* INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
|
|
22
|
+
* EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
|
|
23
|
+
*/
|
|
24
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
25
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
26
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
27
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
28
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
29
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
30
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
const index_1 = require("../../../index");
|
|
35
|
+
const OpsBaseHandler_1 = require("../../OpsBaseHandler");
|
|
36
|
+
class RuleHandler extends OpsBaseHandler_1.OpsBaseHandler {
|
|
37
|
+
/**
|
|
38
|
+
* Handler for resetting auto-enablement of a rule
|
|
39
|
+
*
|
|
40
|
+
* @param {IHandlerParameters} params
|
|
41
|
+
* @return {*} {Promise<void>}
|
|
42
|
+
* @memberof RuleHandler
|
|
43
|
+
*/
|
|
44
|
+
processOps(params) {
|
|
45
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
46
|
+
params.arguments.autoStatus = "NO";
|
|
47
|
+
const response = yield (0, index_1.updateRule)(this.session, params);
|
|
48
|
+
params.response.data.setObj(response);
|
|
49
|
+
params.response.console.log(index_1.RuleListUtils.printRuleStatusResponse(response, params));
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.default = RuleHandler;
|
|
54
|
+
//# sourceMappingURL=Rule.handler.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rule.handler.js","sourceRoot":"","sources":["../../../../src/cli/resetAuto/rule/Rule.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;;;;;;;;;AAGH,0CAAyD;AACzD,yDAAoD;AAEpD,MAAqB,WAAY,SAAQ,+BAAc;IAEnD;;;;;;OAMG;IACU,UAAU,CAAC,MAA0B;;YAC9C,MAAM,CAAC,SAAS,CAAC,UAAU,GAAG,IAAI,CAAC;YACnC,MAAM,QAAQ,GAAG,MAAM,IAAA,kBAAU,EAAC,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;YACxD,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;YACtC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAa,CAAC,uBAAuB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC;QACzF,CAAC;KAAA;CACJ;AAfD,8BAeC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2025 Broadcom. All Rights Reserved. The term
|
|
4
|
+
* "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
5
|
+
*
|
|
6
|
+
* This software and all information contained therein is
|
|
7
|
+
* confidential and proprietary and shall not be duplicated,
|
|
8
|
+
* used, disclosed, or disseminated in any way except as
|
|
9
|
+
* authorized by the applicable license agreement, without the
|
|
10
|
+
* express written permission of Broadcom. All authorized
|
|
11
|
+
* reproductions must be marked with this language.
|
|
12
|
+
*
|
|
13
|
+
* EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
|
|
14
|
+
* THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
|
|
15
|
+
* SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
|
|
16
|
+
* LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
|
|
17
|
+
* FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
|
|
18
|
+
* BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
|
|
19
|
+
* DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
|
|
20
|
+
* INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
|
|
21
|
+
* INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
|
|
22
|
+
* EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
|
|
23
|
+
*/
|
|
24
|
+
const Rule_definition_1 = require("./rule/Rule.definition");
|
|
25
|
+
const api_1 = require("../../api");
|
|
26
|
+
const SetAutoenableDefinition = {
|
|
27
|
+
name: "set-auto",
|
|
28
|
+
aliases: ["s-ae"],
|
|
29
|
+
summary: "Set auto-enable for an AOF rule.",
|
|
30
|
+
description: "Set auto-enable for an Automated Operations Facility rule.",
|
|
31
|
+
type: "group",
|
|
32
|
+
children: [Rule_definition_1.RuleDefinition],
|
|
33
|
+
passOn: api_1.OpsRestUtils.OPS_CONNECTION_PASS_ON
|
|
34
|
+
};
|
|
35
|
+
module.exports = SetAutoenableDefinition;
|
|
36
|
+
//# sourceMappingURL=SetAutoenable.definition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetAutoenable.definition.js","sourceRoot":"","sources":["../../../src/cli/setAuto/SetAutoenable.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,4DAAwD;AACxD,mCAAyC;AAEzC,MAAM,uBAAuB,GAAuB;IAChD,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,CAAC,MAAM,CAAC;IACjB,OAAO,EAAE,kCAAkC;IAC3C,WAAW,EAAE,4DAA4D;IACzE,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,gCAAc,CAAC;IAC1B,MAAM,EAAE,kBAAY,CAAC,sBAAsB;CAC9C,CAAC;AAEF,iBAAS,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2025 Broadcom. All Rights Reserved. The term
|
|
4
|
+
* "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
5
|
+
*
|
|
6
|
+
* This software and all information contained therein is
|
|
7
|
+
* confidential and proprietary and shall not be duplicated,
|
|
8
|
+
* used, disclosed, or disseminated in any way except as
|
|
9
|
+
* authorized by the applicable license agreement, without the
|
|
10
|
+
* express written permission of Broadcom. All authorized
|
|
11
|
+
* reproductions must be marked with this language.
|
|
12
|
+
*
|
|
13
|
+
* EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
|
|
14
|
+
* THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
|
|
15
|
+
* SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
|
|
16
|
+
* LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
|
|
17
|
+
* FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
|
|
18
|
+
* BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
|
|
19
|
+
* DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
|
|
20
|
+
* INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
|
|
21
|
+
* INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
|
|
22
|
+
* EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
|
|
23
|
+
*/
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.RuleDefinition = void 0;
|
|
26
|
+
const RuleParameterDefinitions_1 = require("../../RuleParameterDefinitions");
|
|
27
|
+
const FormatParameterDefinitions_1 = require("../../FormatParameterDefinitions");
|
|
28
|
+
exports.RuleDefinition = {
|
|
29
|
+
name: "rule",
|
|
30
|
+
aliases: [],
|
|
31
|
+
summary: "Set the specified rule to autoenable.",
|
|
32
|
+
description: "Set the specified rule to autoenable.",
|
|
33
|
+
examples: [
|
|
34
|
+
{
|
|
35
|
+
options: "\"OPSRULES\" \"MYRULE\" --subsystem \"OPSS\"",
|
|
36
|
+
description: "Set the rule \"MYRULE\" in the ruleset \"OPSRULES\" for the \"OPSS\" subsystem to autoenable"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
type: "command",
|
|
40
|
+
handler: __dirname + "/Rule.handler",
|
|
41
|
+
profile: { optional: ["ops"] },
|
|
42
|
+
positionals: [
|
|
43
|
+
RuleParameterDefinitions_1.RuleParameterDefinitions.rulesetPositional,
|
|
44
|
+
RuleParameterDefinitions_1.RuleParameterDefinitions.ruleNamePositional
|
|
45
|
+
],
|
|
46
|
+
options: [
|
|
47
|
+
FormatParameterDefinitions_1.FormatParameterDefinitions.formatOption
|
|
48
|
+
]
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=Rule.definition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rule.definition.js","sourceRoot":"","sources":["../../../../src/cli/setAuto/rule/Rule.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGH,6EAA0E;AAC1E,iFAA8E;AAEjE,QAAA,cAAc,GAAuB;IAC9C,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,uCAAuC;IAChD,WAAW,EAAE,uCAAuC;IACpD,QAAQ,EAAE;QACN;YACI,OAAO,EAAE,8CAA8C;YACvD,WAAW,EAAE,8FAA8F;SAC9G;KACJ;IACD,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,eAAe;IACpC,OAAO,EAAE,EAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAC;IAC5B,WAAW,EAAE;QACT,mDAAwB,CAAC,iBAAiB;QAC1C,mDAAwB,CAAC,kBAAkB;KAC9C;IACD,OAAO,EAAE;QACL,uDAA0B,CAAC,YAAY;KAC1C;CACJ,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IHandlerParameters } from "@zowe/imperative";
|
|
2
|
+
import { OpsBaseHandler } from "../../OpsBaseHandler";
|
|
3
|
+
export default class RuleHandler extends OpsBaseHandler {
|
|
4
|
+
/**
|
|
5
|
+
* Handler for auto-enablement of a rule
|
|
6
|
+
*
|
|
7
|
+
* @param {IHandlerParameters} params
|
|
8
|
+
* @return {*} {Promise<void>}
|
|
9
|
+
* @memberof RuleHandler
|
|
10
|
+
*/
|
|
11
|
+
processOps(params: IHandlerParameters): Promise<void>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2025 Broadcom. All Rights Reserved. The term
|
|
4
|
+
* "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
5
|
+
*
|
|
6
|
+
* This software and all information contained therein is
|
|
7
|
+
* confidential and proprietary and shall not be duplicated,
|
|
8
|
+
* used, disclosed, or disseminated in any way except as
|
|
9
|
+
* authorized by the applicable license agreement, without the
|
|
10
|
+
* express written permission of Broadcom. All authorized
|
|
11
|
+
* reproductions must be marked with this language.
|
|
12
|
+
*
|
|
13
|
+
* EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO
|
|
14
|
+
* THE EXTENT PERMITTED BY APPLICABLE LAW, BROADCOM PROVIDES THIS
|
|
15
|
+
* SOFTWARE WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT
|
|
16
|
+
* LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR
|
|
17
|
+
* FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT WILL BROADCOM
|
|
18
|
+
* BE LIABLE TO THE END USER OR ANY THIRD PARTY FOR ANY LOSS OR
|
|
19
|
+
* DAMAGE, DIRECT OR INDIRECT, FROM THE USE OF THIS SOFTWARE,
|
|
20
|
+
* INCLUDING WITHOUT LIMITATION, LOST PROFITS, BUSINESS
|
|
21
|
+
* INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF BROADCOM IS
|
|
22
|
+
* EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
|
|
23
|
+
*/
|
|
24
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
25
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
26
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
27
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
28
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
29
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
30
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
const index_1 = require("../../../index");
|
|
35
|
+
const OpsBaseHandler_1 = require("../../OpsBaseHandler");
|
|
36
|
+
class RuleHandler extends OpsBaseHandler_1.OpsBaseHandler {
|
|
37
|
+
/**
|
|
38
|
+
* Handler for auto-enablement of a rule
|
|
39
|
+
*
|
|
40
|
+
* @param {IHandlerParameters} params
|
|
41
|
+
* @return {*} {Promise<void>}
|
|
42
|
+
* @memberof RuleHandler
|
|
43
|
+
*/
|
|
44
|
+
processOps(params) {
|
|
45
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
46
|
+
params.arguments.autoStatus = "YES";
|
|
47
|
+
const response = yield (0, index_1.updateRule)(this.session, params);
|
|
48
|
+
params.response.data.setObj(response);
|
|
49
|
+
params.response.console.log(index_1.RuleListUtils.printRuleStatusResponse(response, params));
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.default = RuleHandler;
|
|
54
|
+
//# sourceMappingURL=Rule.handler.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Rule.handler.js","sourceRoot":"","sources":["../../../../src/cli/setAuto/rule/Rule.handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;;;;;;;;;AAGH,0CAAyD;AACzD,yDAAoD;AAEpD,MAAqB,WAAY,SAAQ,+BAAc;IAEnD;;;;;;OAMG;IACU,UAAU,CAAC,MAA0B;;YAC9C,MAAM,CAAC,SAAS,CAAC,UAAU,GAAG,KAAK,CAAC;YACpC,MAAM,QAAQ,GAAG,MAAM,IAAA,kBAAU,EAAC,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;YACxD,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;YACtC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAa,CAAC,uBAAuB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC;QACzF,CAAC;KAAA;CACJ;AAfD,8BAeC"}
|
|
@@ -57,7 +57,7 @@ exports.RulesetDefinition = {
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
options: "--ruleset \"IMS\" --subsystem \"OPSS\"",
|
|
60
|
-
description: "Show the data for ruleset IMS for the \"OPSS\" subsystem"
|
|
60
|
+
description: "Show the data for ruleset \"IMS\" for the \"OPSS\" subsystem"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
type: "command",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ruleset.definition.js","sourceRoot":"","sources":["../../../../src/cli/show/ruleset/Ruleset.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGH,mFAAgF;AAChF,iFAA8E;AAE9E;;;;;;;;;;;;;;GAcG;AACU,QAAA,iBAAiB,GAAuB;IACjD,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,mDAAmD;IAC5D,WAAW,EAAE,6EAA6E;QACtF,gFAAgF;IACpF,QAAQ,EAAE;QACN;YACI,OAAO,EAAE,sBAAsB;YAC/B,WAAW,EAAE,mEAAmE;SACnF;QACD;YACI,OAAO,EAAE,oBAAoB;YAC7B,WAAW,EAAE,sEAAsE;SACtF;QACD;YACI,OAAO,EAAE,wCAAwC;YACjD,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"Ruleset.definition.js","sourceRoot":"","sources":["../../../../src/cli/show/ruleset/Ruleset.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;;;AAGH,mFAAgF;AAChF,iFAA8E;AAE9E;;;;;;;;;;;;;;GAcG;AACU,QAAA,iBAAiB,GAAuB;IACjD,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,mDAAmD;IAC5D,WAAW,EAAE,6EAA6E;QACtF,gFAAgF;IACpF,QAAQ,EAAE;QACN;YACI,OAAO,EAAE,sBAAsB;YAC/B,WAAW,EAAE,mEAAmE;SACnF;QACD;YACI,OAAO,EAAE,oBAAoB;YAC7B,WAAW,EAAE,sEAAsE;SACtF;QACD;YACI,OAAO,EAAE,wCAAwC;YACjD,WAAW,EAAE,8DAA8D;SAC9E;KACJ;IACD,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS,GAAG,kBAAkB;IACvC,OAAO,EAAE,EAAC,QAAQ,EAAE,CAAC,KAAK,CAAC,EAAC;IAC5B,WAAW,EAAE,EACZ;IACD,OAAO,EAAE;QACL,yDAA2B,CAAC,aAAa;QACzC,uDAA0B,CAAC,YAAY;KAC1C;CACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broadcom/ops-for-zowe-cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "OPS/MVS® Plug-in for Zowe CLI",
|
|
5
5
|
"author": "Broadcom",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@zowe/cli": "^8.10.4",
|
|
57
57
|
"@zowe/cli-test-utils": "^8.3.0",
|
|
58
58
|
"@zowe/core-for-zowe-sdk": "^8.3.0",
|
|
59
|
-
"@zowe/imperative": "^8.
|
|
59
|
+
"@zowe/imperative": "^8.23.1",
|
|
60
60
|
"@zowe/zosmf-for-zowe-sdk": "^8.3.0",
|
|
61
61
|
"env-cmd": "^8.0.2",
|
|
62
62
|
"eslint": "^8.40.0",
|