@zowe/cics-for-zowe-cli 6.21.0 → 6.22.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.
Files changed (51) hide show
  1. package/lib/-strings-/en.d.ts +48 -0
  2. package/lib/-strings-/en.js +48 -0
  3. package/lib/-strings-/en.js.map +1 -1
  4. package/lib/close/Close.definition.d.ts +16 -0
  5. package/lib/close/Close.definition.js +36 -0
  6. package/lib/close/Close.definition.js.map +1 -0
  7. package/lib/close/CloseLocalFile.d.ts +15 -0
  8. package/lib/close/CloseLocalFile.js +68 -0
  9. package/lib/close/CloseLocalFile.js.map +1 -0
  10. package/lib/common/LocalFileHandler.d.ts +43 -0
  11. package/lib/common/LocalFileHandler.js +104 -0
  12. package/lib/common/LocalFileHandler.js.map +1 -0
  13. package/lib/open/Open.definition.d.ts +16 -0
  14. package/lib/open/Open.definition.js +36 -0
  15. package/lib/open/Open.definition.js.map +1 -0
  16. package/lib/open/OpenLocalFile.d.ts +15 -0
  17. package/lib/open/OpenLocalFile.js +53 -0
  18. package/lib/open/OpenLocalFile.js.map +1 -0
  19. package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.constants.d.ts +28 -0
  20. package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.constants.js +24 -0
  21. package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.constants.js.map +1 -1
  22. package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ILocalFileParms.d.ts +27 -0
  23. package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ILocalFileParms.js +13 -0
  24. package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ILocalFileParms.js.map +1 -0
  25. package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/index.d.ts +1 -0
  26. package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/index.js +1 -0
  27. package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/index.js.map +1 -1
  28. package/node_modules/@zowe/cics-for-zowe-sdk/lib/index.d.ts +1 -0
  29. package/node_modules/@zowe/cics-for-zowe-sdk/lib/index.js +1 -0
  30. package/node_modules/@zowe/cics-for-zowe-sdk/lib/index.js.map +1 -1
  31. package/node_modules/@zowe/cics-for-zowe-sdk/lib/resources/LocalFile.d.ts +56 -0
  32. package/node_modules/@zowe/cics-for-zowe-sdk/lib/resources/LocalFile.js +116 -0
  33. package/node_modules/@zowe/cics-for-zowe-sdk/lib/resources/LocalFile.js.map +1 -0
  34. package/node_modules/@zowe/cics-for-zowe-sdk/lib/resources/index.d.ts +11 -0
  35. package/node_modules/@zowe/cics-for-zowe-sdk/lib/resources/index.js +28 -0
  36. package/node_modules/@zowe/cics-for-zowe-sdk/lib/resources/index.js.map +1 -0
  37. package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestClient.d.ts +1 -1
  38. package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestClient.js +6 -4
  39. package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestClient.js.map +1 -1
  40. package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestError.d.ts +1 -0
  41. package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestError.js +2 -0
  42. package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestError.js.map +1 -1
  43. package/node_modules/@zowe/cics-for-zowe-sdk/lib/utils/ResourceActions.d.ts +39 -0
  44. package/node_modules/@zowe/cics-for-zowe-sdk/lib/utils/ResourceActions.js +53 -0
  45. package/node_modules/@zowe/cics-for-zowe-sdk/lib/utils/ResourceActions.js.map +1 -0
  46. package/node_modules/@zowe/cics-for-zowe-sdk/lib/utils/index.d.ts +1 -0
  47. package/node_modules/@zowe/cics-for-zowe-sdk/lib/utils/index.js +1 -0
  48. package/node_modules/@zowe/cics-for-zowe-sdk/lib/utils/index.js.map +1 -1
  49. package/node_modules/@zowe/cics-for-zowe-sdk/package.json +1 -1
  50. package/npm-shrinkwrap.json +3 -3
  51. package/package.json +2 -2
@@ -226,6 +226,54 @@ declare const _default: {
226
226
  };
227
227
  };
228
228
  };
229
+ CLOSE: {
230
+ SUMMARY: string;
231
+ DESCRIPTION: string;
232
+ RESOURCES: {
233
+ LOCALFILE: {
234
+ DESCRIPTION: string;
235
+ POSITIONALS: {
236
+ FILENAME: string;
237
+ };
238
+ OPTIONS: {
239
+ REGIONNAME: string;
240
+ CICSPLEX: string;
241
+ BUSY: string;
242
+ };
243
+ MESSAGES: {
244
+ SUCCESS: string;
245
+ PROGRESS: string;
246
+ };
247
+ EXAMPLES: {
248
+ EX1: string;
249
+ EX2: string;
250
+ };
251
+ };
252
+ };
253
+ };
254
+ OPEN: {
255
+ SUMMARY: string;
256
+ DESCRIPTION: string;
257
+ RESOURCES: {
258
+ LOCALFILE: {
259
+ DESCRIPTION: string;
260
+ POSITIONALS: {
261
+ FILENAME: string;
262
+ };
263
+ OPTIONS: {
264
+ REGIONNAME: string;
265
+ CICSPLEX: string;
266
+ };
267
+ MESSAGES: {
268
+ SUCCESS: string;
269
+ PROGRESS: string;
270
+ };
271
+ EXAMPLES: {
272
+ EX1: string;
273
+ };
274
+ };
275
+ };
276
+ };
229
277
  DISABLE: {
230
278
  SUMMARY: string;
231
279
  DESCRIPTION: string;
@@ -247,6 +247,54 @@ exports.default = {
247
247
  },
248
248
  },
249
249
  },
250
+ CLOSE: {
251
+ SUMMARY: "Close resources in CICS",
252
+ DESCRIPTION: "Close resources (for example, local files) in CICS through IBM CMCI.",
253
+ RESOURCES: {
254
+ LOCALFILE: {
255
+ DESCRIPTION: "Close a local file in CICS.",
256
+ POSITIONALS: {
257
+ FILENAME: "The name of the local file to close. The maximum length of the file name is eight characters.",
258
+ },
259
+ OPTIONS: {
260
+ REGIONNAME: "The CICS region name in which to close the local file",
261
+ CICSPLEX: "The name of the CICSPlex in which to close the local file",
262
+ BUSY: "The busy condition option for closing the file. Valid values: WAIT, NOWAIT, FORCE. Default is WAIT.",
263
+ },
264
+ MESSAGES: {
265
+ SUCCESS: "The local file '%s' was closed successfully.",
266
+ PROGRESS: "Closing local file from CICS",
267
+ },
268
+ EXAMPLES: {
269
+ EX1: "Close a local file named TESTFILE from the region named MYREGION",
270
+ EX2: "Close a local file named TESTFILE from the region named MYREGION with BUSY=FORCE",
271
+ },
272
+ },
273
+ },
274
+ },
275
+ OPEN: {
276
+ SUMMARY: "Open resources in CICS",
277
+ DESCRIPTION: "Open resources (for example, local files) in CICS through IBM CMCI.",
278
+ RESOURCES: {
279
+ LOCALFILE: {
280
+ DESCRIPTION: "Open a local file in CICS.",
281
+ POSITIONALS: {
282
+ FILENAME: "The name of the local file to open. The maximum length of the file name is eight characters.",
283
+ },
284
+ OPTIONS: {
285
+ REGIONNAME: "The CICS region name in which to open the local file",
286
+ CICSPLEX: "The name of the CICSPlex in which to open the local file",
287
+ },
288
+ MESSAGES: {
289
+ SUCCESS: "The local file '%s' was opened successfully.",
290
+ PROGRESS: "Opening local file in CICS",
291
+ },
292
+ EXAMPLES: {
293
+ EX1: "Open a local file named TESTFILE in the region named MYREGION",
294
+ },
295
+ },
296
+ },
297
+ },
250
298
  DISABLE: {
251
299
  SUMMARY: "Disable resources from CICS",
252
300
  DESCRIPTION: "Disable resources (for example, urimaps) from CICS through IBM CMCI.",
@@ -1 +1 @@
1
- {"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/-strings-/en.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"en.js","sourceRoot":"","sources":["../../src/-strings-/en.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This program and the accompanying materials are made available under the terms of the
3
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
4
+ * https://www.eclipse.org/legal/epl-v20.html
5
+ *
6
+ * SPDX-License-Identifier: EPL-2.0
7
+ *
8
+ * Copyright Contributors to the Zowe Project.
9
+ *
10
+ */
11
+ import type { ICommandDefinition } from "@zowe/imperative";
12
+ /**
13
+ * Definition for the "close" group of commands under the CICS plugin
14
+ */
15
+ declare const definition: ICommandDefinition;
16
+ export = definition;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * This program and the accompanying materials are made available under the terms of the
4
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
5
+ * https://www.eclipse.org/legal/epl-v20.html
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Copyright Contributors to the Zowe Project.
10
+ *
11
+ */
12
+ const CicsSession_1 = require("../CicsSession");
13
+ const CloseLocalFile_1 = require("./CloseLocalFile");
14
+ // Does not use the import in anticipation of some internationalization work to be done later.
15
+ const strings = require("../-strings-/en").default.CLOSE;
16
+ /**
17
+ * Definition for the "close" group of commands under the CICS plugin
18
+ */
19
+ const definition = {
20
+ name: "close",
21
+ aliases: ["cls"],
22
+ summary: strings.SUMMARY,
23
+ description: strings.DESCRIPTION,
24
+ type: "group",
25
+ children: [CloseLocalFile_1.LocalFileDefinition],
26
+ passOn: [
27
+ {
28
+ property: "options",
29
+ value: CicsSession_1.CicsSession.CICS_CONNECTION_OPTIONS,
30
+ merge: true,
31
+ ignoreNodes: [{ type: "group" }],
32
+ },
33
+ ],
34
+ };
35
+ module.exports = definition;
36
+ //# sourceMappingURL=Close.definition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Close.definition.js","sourceRoot":"","sources":["../../src/close/Close.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;AAGH,gDAA6C;AAC7C,qDAAuD;AAIvD,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAA8B,CAAC,KAAK,CAAC;AAEjF;;GAEG;AACH,MAAM,UAAU,GAAuB;IACrC,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC,OAAO;IACxB,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,oCAAmB,CAAC;IAC/B,MAAM,EAAE;QACN;YACE,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,yBAAW,CAAC,uBAAuB;YAC1C,KAAK,EAAE,IAAI;YACX,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;SACjC;KACF;CACF,CAAC;AAEF,iBAAS,UAAU,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This program and the accompanying materials are made available under the terms of the
3
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
4
+ * https://www.eclipse.org/legal/epl-v20.html
5
+ *
6
+ * SPDX-License-Identifier: EPL-2.0
7
+ *
8
+ * Copyright Contributors to the Zowe Project.
9
+ *
10
+ */
11
+ import type { ICommandDefinition } from "@zowe/imperative";
12
+ /**
13
+ * Local file command definition for the CLOSE command group
14
+ */
15
+ export declare const LocalFileDefinition: ICommandDefinition;
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * This program and the accompanying materials are made available under the terms of the
4
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
5
+ * https://www.eclipse.org/legal/epl-v20.html
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Copyright Contributors to the Zowe Project.
10
+ *
11
+ */
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.LocalFileDefinition = void 0;
14
+ const cics_for_zowe_sdk_1 = require("@zowe/cics-for-zowe-sdk");
15
+ // Does not use the import in anticipation of some internationalization work to be done later.
16
+ const strings = require("../-strings-/en").default.CLOSE.RESOURCES.LOCALFILE;
17
+ /**
18
+ * Local file command definition for the CLOSE command group
19
+ */
20
+ exports.LocalFileDefinition = {
21
+ name: "CICSLocalFile",
22
+ aliases: ["lf"],
23
+ description: strings.DESCRIPTION,
24
+ handler: __dirname + "/../common/LocalFileHandler",
25
+ type: "command",
26
+ positionals: [
27
+ {
28
+ name: "fileName",
29
+ description: strings.POSITIONALS.FILENAME,
30
+ type: "string",
31
+ required: true,
32
+ },
33
+ ],
34
+ options: [
35
+ {
36
+ name: "region-name",
37
+ description: strings.OPTIONS.REGIONNAME,
38
+ type: "string",
39
+ },
40
+ {
41
+ name: "cics-plex",
42
+ description: strings.OPTIONS.CICSPLEX,
43
+ type: "string",
44
+ },
45
+ {
46
+ name: "busy",
47
+ description: strings.OPTIONS.BUSY,
48
+ type: "string",
49
+ defaultValue: "WAIT",
50
+ allowableValues: {
51
+ values: [...cics_for_zowe_sdk_1.CicsCmciConstants.CICS_LOCAL_FILE_BUSY_VALUES],
52
+ caseSensitive: false,
53
+ },
54
+ },
55
+ ],
56
+ profile: { optional: ["cics"] },
57
+ examples: [
58
+ {
59
+ description: strings.EXAMPLES.EX1,
60
+ options: "TESTFILE --region-name MYREGION",
61
+ },
62
+ {
63
+ description: strings.EXAMPLES.EX2,
64
+ options: "TESTFILE --region-name MYREGION --busy FORCE",
65
+ },
66
+ ],
67
+ };
68
+ //# sourceMappingURL=CloseLocalFile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CloseLocalFile.js","sourceRoot":"","sources":["../../src/close/CloseLocalFile.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;AAGH,+DAA4D;AAI5D,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAA8B,CAAC,KAAK,CAAC,SAAS,CAAC,SAAS,CAAC;AAErG;;GAEG;AACU,QAAA,mBAAmB,GAAuB;IACrD,IAAI,EAAE,eAAe;IACrB,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,OAAO,EAAE,SAAS,GAAG,6BAA6B;IAClD,IAAI,EAAE,SAAS;IACf,WAAW,EAAE;QACX;YACE,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ;YACzC,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACf;KACF;IACD,OAAO,EAAE;QACP;YACE,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,UAAU;YACvC,IAAI,EAAE,QAAQ;SACf;QACD;YACE,IAAI,EAAE,WAAW;YACjB,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,QAAQ;YACrC,IAAI,EAAE,QAAQ;SACf;QACD;YACE,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,IAAI;YACjC,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,MAAM;YACpB,eAAe,EAAE;gBACf,MAAM,EAAE,CAAC,GAAG,qCAAiB,CAAC,2BAA2B,CAAC;gBAC1D,aAAa,EAAE,KAAK;aACrB;SACF;KACF;IACD,OAAO,EAAE,EAAE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE;IAC/B,QAAQ,EAAE;QACR;YACE,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG;YACjC,OAAO,EAAE,iCAAiC;SAC3C;QACD;YACE,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG;YACjC,OAAO,EAAE,8CAA8C;SACxD;KACF;CACF,CAAC"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * This program and the accompanying materials are made available under the terms of the
3
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
4
+ * https://www.eclipse.org/legal/epl-v20.html
5
+ *
6
+ * SPDX-License-Identifier: EPL-2.0
7
+ *
8
+ * Copyright Contributors to the Zowe Project.
9
+ *
10
+ */
11
+ import { type ICMCIApiResponse } from "@zowe/cics-for-zowe-sdk";
12
+ import { type AbstractSession, type IHandlerParameters } from "@zowe/imperative";
13
+ import { CicsBaseHandler } from "../CicsBaseHandler";
14
+ /**
15
+ * Unified command handler for opening and closing CICS local files via CMCI.
16
+ * Determines the action (open/close) based on the command definition's parent.
17
+ *
18
+ * @export
19
+ * @class LocalFileHandler
20
+ * @extends {CicsBaseHandler}
21
+ */
22
+ export default class LocalFileHandler extends CicsBaseHandler {
23
+ /**
24
+ * Determines the action type based on the command chain
25
+ * @param {IHandlerParameters} params - Command handler parameters
26
+ * @returns {"CLOSE" | "OPEN"} The action type
27
+ */
28
+ private getActionType;
29
+ /**
30
+ * Gets the appropriate strings based on action type
31
+ * @param {"CLOSE" | "OPEN"} action - The action type
32
+ * @returns {object} The strings object for the action
33
+ */
34
+ private getStrings;
35
+ /**
36
+ * Process the command to open or close a CICS local file
37
+ * @param {IHandlerParameters} params - Command handler parameters
38
+ * @param {AbstractSession} session - The session to use for the CMCI request
39
+ * @returns {Promise<ICMCIApiResponse>} The CMCI API response
40
+ * @throws {ImperativeError} Various errors from validation or CMCI request failures
41
+ */
42
+ processWithSession(params: IHandlerParameters, session: AbstractSession): Promise<ICMCIApiResponse>;
43
+ }
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+ /**
3
+ * This program and the accompanying materials are made available under the terms of the
4
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
5
+ * https://www.eclipse.org/legal/epl-v20.html
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Copyright Contributors to the Zowe Project.
10
+ *
11
+ */
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ const cics_for_zowe_sdk_1 = require("@zowe/cics-for-zowe-sdk");
14
+ const imperative_1 = require("@zowe/imperative");
15
+ const CicsBaseHandler_1 = require("../CicsBaseHandler");
16
+ // Does not use the import in anticipation of some internationalization work to be done later.
17
+ const closeStrings = require("../-strings-/en").default.CLOSE.RESOURCES.LOCALFILE;
18
+ const openStrings = require("../-strings-/en").default.OPEN.RESOURCES.LOCALFILE;
19
+ /**
20
+ * Unified command handler for opening and closing CICS local files via CMCI.
21
+ * Determines the action (open/close) based on the command definition's parent.
22
+ *
23
+ * @export
24
+ * @class LocalFileHandler
25
+ * @extends {CicsBaseHandler}
26
+ */
27
+ class LocalFileHandler extends CicsBaseHandler_1.CicsBaseHandler {
28
+ /**
29
+ * Determines the action type based on the command chain
30
+ * @param {IHandlerParameters} params - Command handler parameters
31
+ * @returns {"CLOSE" | "OPEN"} The action type
32
+ */
33
+ getActionType(params) {
34
+ // Check parent command name first (works in tests)
35
+ const parentCommand = params.definition.parent?.name;
36
+ if (parentCommand === "close") {
37
+ return "CLOSE";
38
+ }
39
+ else if (parentCommand === "open") {
40
+ return "OPEN";
41
+ }
42
+ // Check positionals array which contains the command chain
43
+ const positionals = params.positionals || [];
44
+ if (positionals.includes("close")) {
45
+ return "CLOSE";
46
+ }
47
+ else if (positionals.includes("open")) {
48
+ return "OPEN";
49
+ }
50
+ // Last resort: check if handler path contains close or open
51
+ const handlerPath = params.definition.handler || "";
52
+ if (handlerPath.includes("/close/") || handlerPath.includes("\\close\\")) {
53
+ return "CLOSE";
54
+ }
55
+ else if (handlerPath.includes("/open/") || handlerPath.includes("\\open\\")) {
56
+ return "OPEN";
57
+ }
58
+ // Should not reach here with proper command structure
59
+ throw new Error("Unable to determine action type from command context");
60
+ }
61
+ /**
62
+ * Gets the appropriate strings based on action type
63
+ * @param {"CLOSE" | "OPEN"} action - The action type
64
+ * @returns {object} The strings object for the action
65
+ */
66
+ getStrings(action) {
67
+ return action === "CLOSE" ? closeStrings : openStrings;
68
+ }
69
+ /**
70
+ * Process the command to open or close a CICS local file
71
+ * @param {IHandlerParameters} params - Command handler parameters
72
+ * @param {AbstractSession} session - The session to use for the CMCI request
73
+ * @returns {Promise<ICMCIApiResponse>} The CMCI API response
74
+ * @throws {ImperativeError} Various errors from validation or CMCI request failures
75
+ */
76
+ async processWithSession(params, session) {
77
+ const action = this.getActionType(params);
78
+ const strings = this.getStrings(action);
79
+ const status = {
80
+ statusMessage: strings.MESSAGES.PROGRESS,
81
+ percentComplete: 0,
82
+ stageName: imperative_1.TaskStage.IN_PROGRESS,
83
+ };
84
+ params.response.progress.startBar({ task: status });
85
+ // Build parameters for the SDK call
86
+ const sdkParams = {
87
+ name: params.arguments.fileName,
88
+ regionName: params.arguments.regionName,
89
+ cicsPlex: params.arguments.cicsPlex,
90
+ };
91
+ // Add busy parameter only for CLOSE action
92
+ if (action === "CLOSE" && params.arguments.busy) {
93
+ sdkParams.busy = params.arguments.busy;
94
+ }
95
+ // Call the appropriate SDK function based on action
96
+ const response = action === "CLOSE"
97
+ ? await (0, cics_for_zowe_sdk_1.closeLocalFile)(session, sdkParams)
98
+ : await (0, cics_for_zowe_sdk_1.openLocalFile)(session, sdkParams);
99
+ params.response.console.log(strings.MESSAGES.SUCCESS, params.arguments.fileName);
100
+ return response;
101
+ }
102
+ }
103
+ exports.default = LocalFileHandler;
104
+ //# sourceMappingURL=LocalFileHandler.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LocalFileHandler.js","sourceRoot":"","sources":["../../src/common/LocalFileHandler.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This program and the accompanying materials are made available under the terms of the
3
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
4
+ * https://www.eclipse.org/legal/epl-v20.html
5
+ *
6
+ * SPDX-License-Identifier: EPL-2.0
7
+ *
8
+ * Copyright Contributors to the Zowe Project.
9
+ *
10
+ */
11
+ import type { ICommandDefinition } from "@zowe/imperative";
12
+ /**
13
+ * Definition for the "open" group of commands under the CICS plugin
14
+ */
15
+ declare const definition: ICommandDefinition;
16
+ export = definition;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * This program and the accompanying materials are made available under the terms of the
4
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
5
+ * https://www.eclipse.org/legal/epl-v20.html
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Copyright Contributors to the Zowe Project.
10
+ *
11
+ */
12
+ const CicsSession_1 = require("../CicsSession");
13
+ const OpenLocalFile_1 = require("./OpenLocalFile");
14
+ // Does not use the import in anticipation of some internationalization work to be done later.
15
+ const strings = require("../-strings-/en").default.OPEN;
16
+ /**
17
+ * Definition for the "open" group of commands under the CICS plugin
18
+ */
19
+ const definition = {
20
+ name: "open",
21
+ aliases: ["opn"],
22
+ summary: strings.SUMMARY,
23
+ description: strings.DESCRIPTION,
24
+ type: "group",
25
+ children: [OpenLocalFile_1.LocalFileDefinition],
26
+ passOn: [
27
+ {
28
+ property: "options",
29
+ value: CicsSession_1.CicsSession.CICS_CONNECTION_OPTIONS,
30
+ merge: true,
31
+ ignoreNodes: [{ type: "group" }],
32
+ },
33
+ ],
34
+ };
35
+ module.exports = definition;
36
+ //# sourceMappingURL=Open.definition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Open.definition.js","sourceRoot":"","sources":["../../src/open/Open.definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;AAGH,gDAA6C;AAC7C,mDAAsD;AAItD,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAA8B,CAAC,IAAI,CAAC;AAEhF;;GAEG;AACH,MAAM,UAAU,GAAuB;IACrC,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,CAAC,KAAK,CAAC;IAChB,OAAO,EAAE,OAAO,CAAC,OAAO;IACxB,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,CAAC,mCAAmB,CAAC;IAC/B,MAAM,EAAE;QACN;YACE,QAAQ,EAAE,SAAS;YACnB,KAAK,EAAE,yBAAW,CAAC,uBAAuB;YAC1C,KAAK,EAAE,IAAI;YACX,WAAW,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;SACjC;KACF;CACF,CAAC;AAEF,iBAAS,UAAU,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This program and the accompanying materials are made available under the terms of the
3
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
4
+ * https://www.eclipse.org/legal/epl-v20.html
5
+ *
6
+ * SPDX-License-Identifier: EPL-2.0
7
+ *
8
+ * Copyright Contributors to the Zowe Project.
9
+ *
10
+ */
11
+ import type { ICommandDefinition } from "@zowe/imperative";
12
+ /**
13
+ * Local file command definition for the OPEN command group
14
+ */
15
+ export declare const LocalFileDefinition: ICommandDefinition;
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /**
3
+ * This program and the accompanying materials are made available under the terms of the
4
+ * Eclipse Public License v2.0 which accompanies this distribution, and is available at
5
+ * https://www.eclipse.org/legal/epl-v20.html
6
+ *
7
+ * SPDX-License-Identifier: EPL-2.0
8
+ *
9
+ * Copyright Contributors to the Zowe Project.
10
+ *
11
+ */
12
+ Object.defineProperty(exports, "__esModule", { value: true });
13
+ exports.LocalFileDefinition = void 0;
14
+ // Does not use the import in anticipation of some internationalization work to be done later.
15
+ const strings = require("../-strings-/en").default.OPEN.RESOURCES.LOCALFILE;
16
+ /**
17
+ * Local file command definition for the OPEN command group
18
+ */
19
+ exports.LocalFileDefinition = {
20
+ name: "CICSLocalFile",
21
+ aliases: ["lf"],
22
+ description: strings.DESCRIPTION,
23
+ handler: __dirname + "/../common/LocalFileHandler",
24
+ type: "command",
25
+ positionals: [
26
+ {
27
+ name: "fileName",
28
+ description: strings.POSITIONALS.FILENAME,
29
+ type: "string",
30
+ required: true,
31
+ },
32
+ ],
33
+ options: [
34
+ {
35
+ name: "region-name",
36
+ description: strings.OPTIONS.REGIONNAME,
37
+ type: "string",
38
+ },
39
+ {
40
+ name: "cics-plex",
41
+ description: strings.OPTIONS.CICSPLEX,
42
+ type: "string",
43
+ },
44
+ ],
45
+ profile: { optional: ["cics"] },
46
+ examples: [
47
+ {
48
+ description: strings.EXAMPLES.EX1,
49
+ options: "TESTFILE --region-name MYREGION",
50
+ },
51
+ ],
52
+ };
53
+ //# sourceMappingURL=OpenLocalFile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OpenLocalFile.js","sourceRoot":"","sources":["../../src/open/OpenLocalFile.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;AAMH,8FAA8F;AAC9F,MAAM,OAAO,GAAI,OAAO,CAAC,iBAAiB,CAAC,CAAC,OAA8B,CAAC,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC;AAEpG;;GAEG;AACU,QAAA,mBAAmB,GAAuB;IACrD,IAAI,EAAE,eAAe;IACrB,OAAO,EAAE,CAAC,IAAI,CAAC;IACf,WAAW,EAAE,OAAO,CAAC,WAAW;IAChC,OAAO,EAAE,SAAS,GAAG,6BAA6B;IAClD,IAAI,EAAE,SAAS;IACf,WAAW,EAAE;QACX;YACE,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,OAAO,CAAC,WAAW,CAAC,QAAQ;YACzC,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;SACf;KACF;IACD,OAAO,EAAE;QACP;YACE,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,UAAU;YACvC,IAAI,EAAE,QAAQ;SACf;QACD;YACE,IAAI,EAAE,WAAW;YACjB,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,QAAQ;YACrC,IAAI,EAAE,QAAQ;SACf;KACF;IACD,OAAO,EAAE,EAAE,QAAQ,EAAE,CAAC,MAAM,CAAC,EAAE;IAC/B,QAAQ,EAAE;QACR;YACE,WAAW,EAAE,OAAO,CAAC,QAAQ,CAAC,GAAG;YACjC,OAAO,EAAE,iCAAiC;SAC3C;KACF;CACF,CAAC"}
@@ -133,6 +133,22 @@ export declare const CicsCmciConstants: {
133
133
  * The CICS CMCI local file
134
134
  */
135
135
  CICS_CMCI_LOCAL_FILE: string;
136
+ /**
137
+ * The criteria field name for local file resources
138
+ */
139
+ CICS_LOCAL_FILE_CRITERIA_FIELD: string;
140
+ /**
141
+ * Valid BUSY parameter values for closing local files
142
+ */
143
+ CICS_LOCAL_FILE_BUSY_VALUES: string[];
144
+ /**
145
+ * Maximum length for CICS local file names
146
+ */
147
+ CICS_LOCAL_FILE_MAX_LENGTH: number;
148
+ /**
149
+ * Valid action types for local file operations
150
+ */
151
+ CICS_LOCAL_FILE_ACTIONS: string[];
136
152
  /**
137
153
  * The CICS CMCI remote file
138
154
  */
@@ -185,6 +201,10 @@ export declare const CicsCmciConstants: {
185
201
  * CMCI RESP 1 Code for INVALIDPARM
186
202
  */
187
203
  INVALIDPARM: number;
204
+ /**
205
+ * CMCI RESP 1 Code for NOTPERMIT
206
+ */
207
+ NOTPERMIT: number;
188
208
  /**
189
209
  * CMCI RESP 1 Code for NOTAVAILABLE
190
210
  */
@@ -195,4 +215,12 @@ export declare const CicsCmciConstants: {
195
215
  INVALIDDATA: number;
196
216
  };
197
217
  DEFAULT_RESP_CODE: string;
218
+ /**
219
+ * Resource type constant for GET operations documentation
220
+ */
221
+ DOC_RESOURCE_TYPE_GET: string;
198
222
  };
223
+ /**
224
+ * Valid local file action types
225
+ */
226
+ export type LocalFileAction = "CLOSE" | "OPEN" | "ENABLE" | "DISABLE";