@zowe/cics-for-zowe-cli 5.0.0 → 5.0.4
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/lib/{cli/-strings- → -strings-}/en.d.ts +10 -0
- package/lib/{cli/-strings- → -strings-}/en.js +10 -10
- package/lib/-strings-/en.js.map +1 -0
- package/lib/{cli/-strings- → -strings-}/es.d.ts +10 -0
- package/lib/{cli/-strings- → -strings-}/es.js +10 -10
- package/lib/-strings-/es.js.map +1 -0
- package/lib/CicsBaseHandler.d.ts +38 -0
- package/lib/CicsBaseHandler.js +38 -0
- package/lib/CicsBaseHandler.js.map +1 -0
- package/lib/CicsSession.d.ts +71 -0
- package/lib/CicsSession.js +161 -0
- package/lib/CicsSession.js.map +1 -0
- package/lib/PluginConstants.d.ts +24 -0
- package/lib/PluginConstants.js +29 -0
- package/lib/PluginConstants.js.map +1 -0
- package/lib/add-to-list/AddToList.definition.d.ts +16 -0
- package/lib/{cli/add-to-list → add-to-list}/AddToList.definition.js +10 -10
- package/lib/add-to-list/AddToList.definition.js.map +1 -0
- package/lib/add-to-list/csdGroup/CSDGroup.definition.d.ts +12 -0
- package/lib/{cli/add-to-list → add-to-list}/csdGroup/CSDGroup.definition.js +10 -10
- package/lib/add-to-list/csdGroup/CSDGroup.definition.js.map +1 -0
- package/lib/{cli/add-to-list → add-to-list}/csdGroup/CSDGroup.handler.d.ts +11 -1
- package/lib/add-to-list/csdGroup/CSDGroup.handler.js +43 -0
- package/lib/add-to-list/csdGroup/CSDGroup.handler.js.map +1 -0
- package/lib/define/Define.definition.d.ts +16 -0
- package/lib/{cli/define → define}/Define.definition.js +10 -10
- package/lib/define/Define.definition.js.map +1 -0
- package/lib/define/program/Program.definition.d.ts +12 -0
- package/lib/{cli/define → define}/program/Program.definition.js +10 -10
- package/lib/define/program/Program.definition.js.map +1 -0
- package/lib/{cli/define → define}/program/Program.handler.d.ts +11 -1
- package/lib/define/program/Program.handler.js +43 -0
- package/lib/define/program/Program.handler.js.map +1 -0
- package/lib/define/transaction/Transaction.definition.d.ts +12 -0
- package/lib/{cli/define → define}/transaction/Transaction.definition.js +10 -10
- package/lib/define/transaction/Transaction.definition.js.map +1 -0
- package/lib/{cli/define → define}/transaction/Transaction.handler.d.ts +11 -1
- package/lib/define/transaction/Transaction.handler.js +44 -0
- package/lib/define/transaction/Transaction.handler.js.map +1 -0
- package/lib/define/urimap-client/UrimapClient.definition.d.ts +12 -0
- package/lib/{cli/define → define}/urimap-client/UrimapClient.definition.js +10 -10
- package/lib/define/urimap-client/UrimapClient.definition.js.map +1 -0
- package/lib/{cli/define → define}/urimap-client/UrimapClient.handler.d.ts +11 -1
- package/lib/define/urimap-client/UrimapClient.handler.js +50 -0
- package/lib/define/urimap-client/UrimapClient.handler.js.map +1 -0
- package/lib/define/urimap-pipeline/UrimapPipeline.definition.d.ts +12 -0
- package/lib/{cli/define → define}/urimap-pipeline/UrimapPipeline.definition.js +10 -10
- package/lib/define/urimap-pipeline/UrimapPipeline.definition.js.map +1 -0
- package/lib/{cli/define → define}/urimap-pipeline/UrimapPipeline.handler.d.ts +11 -1
- package/lib/define/urimap-pipeline/UrimapPipeline.handler.js +52 -0
- package/lib/define/urimap-pipeline/UrimapPipeline.handler.js.map +1 -0
- package/lib/define/urimap-server/UrimapServer.definition.d.ts +12 -0
- package/lib/{cli/define → define}/urimap-server/UrimapServer.definition.js +10 -10
- package/lib/define/urimap-server/UrimapServer.definition.js.map +1 -0
- package/lib/{cli/define → define}/urimap-server/UrimapServer.handler.d.ts +11 -1
- package/lib/define/urimap-server/UrimapServer.handler.js +50 -0
- package/lib/define/urimap-server/UrimapServer.handler.js.map +1 -0
- package/lib/define/webservice/Webservice.definition.d.ts +12 -0
- package/lib/{cli/define → define}/webservice/Webservice.definition.js +10 -10
- package/lib/define/webservice/Webservice.definition.js.map +1 -0
- package/lib/{cli/define → define}/webservice/Webservice.handler.d.ts +11 -1
- package/lib/define/webservice/Webservice.handler.js +60 -0
- package/lib/define/webservice/Webservice.handler.js.map +1 -0
- package/lib/delete/Delete.definition.d.ts +16 -0
- package/lib/{cli/delete → delete}/Delete.definition.js +10 -10
- package/lib/delete/Delete.definition.js.map +1 -0
- package/lib/delete/program/Program.definition.d.ts +12 -0
- package/lib/{cli/delete → delete}/program/Program.definition.js +10 -10
- package/lib/delete/program/Program.definition.js.map +1 -0
- package/lib/{cli/delete → delete}/program/Program.handler.d.ts +11 -1
- package/lib/delete/program/Program.handler.js +43 -0
- package/lib/delete/program/Program.handler.js.map +1 -0
- package/lib/delete/transaction/Transaction.definition.d.ts +12 -0
- package/lib/{cli/delete → delete}/transaction/Transaction.definition.js +10 -10
- package/lib/delete/transaction/Transaction.definition.js.map +1 -0
- package/lib/{cli/delete → delete}/transaction/Transaction.handler.d.ts +11 -1
- package/lib/delete/transaction/Transaction.handler.js +43 -0
- package/lib/delete/transaction/Transaction.handler.js.map +1 -0
- package/lib/delete/urimap/Urimap.definition.d.ts +12 -0
- package/lib/{cli/delete → delete}/urimap/Urimap.definition.js +10 -10
- package/lib/delete/urimap/Urimap.definition.js.map +1 -0
- package/lib/{cli/delete → delete}/urimap/Urimap.handler.d.ts +11 -1
- package/lib/delete/urimap/Urimap.handler.js +42 -0
- package/lib/delete/urimap/Urimap.handler.js.map +1 -0
- package/lib/delete/webservice/Webservice.definition.d.ts +12 -0
- package/lib/{cli/delete → delete}/webservice/Webservice.definition.js +10 -10
- package/lib/delete/webservice/Webservice.definition.js.map +1 -0
- package/lib/{cli/delete → delete}/webservice/Webservice.handler.d.ts +11 -1
- package/lib/delete/webservice/Webservice.handler.js +42 -0
- package/lib/delete/webservice/Webservice.handler.js.map +1 -0
- package/lib/disable/Disable.definition.d.ts +16 -0
- package/lib/{cli/disable → disable}/Disable.definition.js +10 -10
- package/lib/disable/Disable.definition.js.map +1 -0
- package/lib/disable/urimap/Urimap.definition.d.ts +12 -0
- package/lib/{cli/disable → disable}/urimap/Urimap.definition.js +10 -10
- package/lib/disable/urimap/Urimap.definition.js.map +1 -0
- package/lib/{cli/disable → disable}/urimap/Urimap.handler.d.ts +11 -1
- package/lib/disable/urimap/Urimap.handler.js +41 -0
- package/lib/disable/urimap/Urimap.handler.js.map +1 -0
- package/lib/discard/Discard.definition.d.ts +16 -0
- package/lib/{cli/discard → discard}/Discard.definition.js +10 -10
- package/lib/discard/Discard.definition.js.map +1 -0
- package/lib/discard/program/Program.definition.d.ts +12 -0
- package/lib/{cli/discard → discard}/program/Program.definition.js +10 -10
- package/lib/discard/program/Program.definition.js.map +1 -0
- package/lib/{cli/discard → discard}/program/Program.handler.d.ts +11 -1
- package/lib/discard/program/Program.handler.js +42 -0
- package/lib/discard/program/Program.handler.js.map +1 -0
- package/lib/discard/transaction/Transaction.definition.d.ts +12 -0
- package/lib/{cli/discard → discard}/transaction/Transaction.definition.js +10 -10
- package/lib/discard/transaction/Transaction.definition.js.map +1 -0
- package/lib/{cli/discard → discard}/transaction/Transaction.handler.d.ts +11 -1
- package/lib/discard/transaction/Transaction.handler.js +42 -0
- package/lib/discard/transaction/Transaction.handler.js.map +1 -0
- package/lib/discard/urimap/Urimap.definition.d.ts +12 -0
- package/lib/{cli/discard → discard}/urimap/Urimap.definition.js +10 -10
- package/lib/discard/urimap/Urimap.definition.js.map +1 -0
- package/lib/{cli/discard → discard}/urimap/Urimap.handler.d.ts +11 -1
- package/lib/discard/urimap/Urimap.handler.js +41 -0
- package/lib/discard/urimap/Urimap.handler.js.map +1 -0
- package/lib/enable/Enable.definition.d.ts +16 -0
- package/lib/{cli/enable → enable}/Enable.definition.js +10 -10
- package/lib/enable/Enable.definition.js.map +1 -0
- package/lib/enable/urimap/Urimap.definition.d.ts +12 -0
- package/lib/{cli/enable → enable}/urimap/Urimap.definition.js +10 -10
- package/lib/enable/urimap/Urimap.definition.js.map +1 -0
- package/lib/{cli/enable → enable}/urimap/Urimap.handler.d.ts +11 -1
- package/lib/enable/urimap/Urimap.handler.js +41 -0
- package/lib/enable/urimap/Urimap.handler.js.map +1 -0
- package/lib/get/Get.definition.d.ts +16 -0
- package/lib/{cli/get → get}/Get.definition.js +10 -10
- package/lib/get/Get.definition.js.map +1 -0
- package/lib/get/resource/Resource.definition.d.ts +12 -0
- package/lib/{cli/get → get}/resource/Resource.definition.js +10 -10
- package/lib/get/resource/Resource.definition.js.map +1 -0
- package/lib/{cli/get → get}/resource/Resource.handler.d.ts +11 -1
- package/lib/get/resource/Resource.handler.js +46 -0
- package/lib/get/resource/Resource.handler.js.map +1 -0
- package/lib/healthCheck.handler.d.ts +10 -0
- package/lib/healthCheck.handler.js +10 -10
- package/lib/healthCheck.handler.js.map +1 -1
- package/lib/imperative.d.ts +10 -0
- package/lib/imperative.js +13 -13
- package/lib/imperative.js.map +1 -1
- package/lib/index.d.ts +11 -1
- package/lib/index.js +17 -13
- package/lib/index.js.map +1 -1
- package/lib/install/Install.definition.d.ts +16 -0
- package/lib/{cli/install → install}/Install.definition.js +10 -10
- package/lib/install/Install.definition.js.map +1 -0
- package/lib/install/program/Program.definition.d.ts +12 -0
- package/lib/{cli/install → install}/program/Program.definition.js +10 -10
- package/lib/install/program/Program.definition.js.map +1 -0
- package/lib/{cli/install → install}/program/Program.handler.d.ts +11 -1
- package/lib/install/program/Program.handler.js +43 -0
- package/lib/install/program/Program.handler.js.map +1 -0
- package/lib/install/transaction/Transaction.definition.d.ts +12 -0
- package/lib/{cli/install → install}/transaction/Transaction.definition.js +10 -10
- package/lib/install/transaction/Transaction.definition.js.map +1 -0
- package/lib/{cli/install → install}/transaction/Transaction.handler.d.ts +11 -1
- package/lib/install/transaction/Transaction.handler.js +43 -0
- package/lib/install/transaction/Transaction.handler.js.map +1 -0
- package/lib/install/urimap/Urimap.definition.d.ts +12 -0
- package/lib/{cli/install → install}/urimap/Urimap.definition.js +10 -10
- package/lib/install/urimap/Urimap.definition.js.map +1 -0
- package/lib/{cli/install → install}/urimap/Urimap.handler.d.ts +11 -1
- package/lib/install/urimap/Urimap.handler.js +42 -0
- package/lib/install/urimap/Urimap.handler.js.map +1 -0
- package/lib/refresh/Refresh.definition.d.ts +16 -0
- package/lib/{cli/refresh → refresh}/Refresh.definition.js +10 -10
- package/lib/refresh/Refresh.definition.js.map +1 -0
- package/lib/refresh/program/Program.definition.d.ts +12 -0
- package/lib/{cli/refresh → refresh}/program/Program.definition.js +10 -10
- package/lib/refresh/program/Program.definition.js.map +1 -0
- package/lib/{cli/refresh → refresh}/program/Program.handler.d.ts +11 -1
- package/lib/refresh/program/Program.handler.js +42 -0
- package/lib/refresh/program/Program.handler.js.map +1 -0
- package/lib/remove-from-list/RemoveFromList.definition.d.ts +16 -0
- package/lib/{cli/remove-from-list → remove-from-list}/RemoveFromList.definition.js +10 -10
- package/lib/remove-from-list/RemoveFromList.definition.js.map +1 -0
- package/lib/remove-from-list/csdGroup/CSDGroup.definition.d.ts +12 -0
- package/lib/{cli/remove-from-list → remove-from-list}/csdGroup/CSDGroup.definition.js +10 -10
- package/lib/remove-from-list/csdGroup/CSDGroup.definition.js.map +1 -0
- package/lib/{cli/remove-from-list → remove-from-list}/csdGroup/CSDGroup.handler.d.ts +11 -1
- package/lib/remove-from-list/csdGroup/CSDGroup.handler.js +43 -0
- package/lib/remove-from-list/csdGroup/CSDGroup.handler.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/LICENSE +277 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/README.md +161 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.constants.d.ts +16 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.constants.js +83 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.constants.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.messages.d.ts +17 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.messages.js +22 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/CicsCmci.messages.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/index.d.ts +12 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/index.js +29 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/constants/index.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICMCIApiResponse.d.ts +33 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICMCIApiResponse.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICMCIApiResponse.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/doc/ICMCIResponseResultSummary.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICMCIResponseResultSummary.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICMCIResponseResultSummary.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICSDGroupParms.d.ts +30 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICSDGroupParms.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ICSDGroupParms.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IProgramParms.d.ts +30 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IProgramParms.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IProgramParms.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IResourceParms.d.ts +41 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IResourceParms.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IResourceParms.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ITransactionParms.d.ts +35 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ITransactionParms.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/ITransactionParms.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IURIMapParms.d.ts +89 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IURIMapParms.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IURIMapParms.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IWebServiceParms.d.ts +55 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IWebServiceParms.js +13 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/IWebServiceParms.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/index.d.ts +18 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/index.js +35 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/doc/index.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/index.d.ts +14 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/index.js +31 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/add-to-list/AddToList.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/add-to-list/AddToList.js +54 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/add-to-list/AddToList.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/add-to-list/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/add-to-list/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/add-to-list/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/define/Define.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/define/Define.js +290 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/define/Define.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/define/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/define/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/define/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/delete/Delete.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/delete/Delete.js +107 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/delete/Delete.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/delete/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/delete/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/delete/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/disable/Disable.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/disable/Disable.js +50 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/disable/Disable.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/disable/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/disable/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/disable/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/discard/Discard.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/discard/Discard.js +70 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/discard/Discard.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/discard/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/discard/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/discard/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/enable/Enable.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/enable/Enable.js +50 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/enable/Enable.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/enable/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/enable/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/enable/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/get/Get.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/get/Get.js +45 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/get/Get.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/get/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/get/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/get/index.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/index.d.ts +20 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/index.js +37 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/install/Install.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/install/Install.js +113 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/install/Install.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/install/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/install/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/install/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/remove-from-list/RemoveFromList.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/remove-from-list/RemoveFromList.js +39 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/remove-from-list/RemoveFromList.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/remove-from-list/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/remove-from-list/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/remove-from-list/index.js.map +1 -0
- package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/set/Set.d.ts +10 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/set/Set.js +47 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/set/Set.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/set/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/set/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/methods/set/index.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestClient.d.ts +128 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestClient.js +221 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/CicsCmciRestClient.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/index.d.ts +11 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/index.js +28 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/lib/rest/index.js.map +1 -0
- package/node_modules/@zowe/cics-for-zowe-sdk/package.json +51 -0
- package/node_modules/sax/LICENSE +41 -0
- package/node_modules/sax/README.md +225 -0
- package/node_modules/sax/lib/sax.js +1574 -0
- package/node_modules/sax/package.json +29 -0
- package/node_modules/xml2js/LICENSE +19 -0
- package/node_modules/xml2js/README.md +507 -0
- package/node_modules/xml2js/lib/bom.js +12 -0
- package/node_modules/xml2js/lib/builder.js +127 -0
- package/node_modules/xml2js/lib/defaults.js +72 -0
- package/node_modules/xml2js/lib/parser.js +385 -0
- package/node_modules/xml2js/lib/processors.js +34 -0
- package/node_modules/xml2js/lib/xml2js.js +39 -0
- package/node_modules/xml2js/package.json +93 -0
- package/node_modules/xmlbuilder/CHANGELOG.md +470 -0
- package/node_modules/xmlbuilder/LICENSE +21 -0
- package/node_modules/xmlbuilder/README.md +86 -0
- package/node_modules/xmlbuilder/appveyor.yml +20 -0
- package/node_modules/xmlbuilder/lib/Derivation.js +10 -0
- package/node_modules/xmlbuilder/lib/DocumentPosition.js +12 -0
- package/node_modules/xmlbuilder/lib/NodeType.js +23 -0
- package/node_modules/xmlbuilder/lib/OperationType.js +11 -0
- package/node_modules/xmlbuilder/lib/Utility.js +83 -0
- package/node_modules/xmlbuilder/lib/WriterState.js +10 -0
- package/node_modules/xmlbuilder/lib/XMLAttribute.js +108 -0
- package/node_modules/xmlbuilder/lib/XMLCData.js +36 -0
- package/node_modules/xmlbuilder/lib/XMLCharacterData.js +79 -0
- package/node_modules/xmlbuilder/lib/XMLComment.js +36 -0
- package/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js +64 -0
- package/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js +16 -0
- package/node_modules/xmlbuilder/lib/XMLDOMImplementation.js +32 -0
- package/node_modules/xmlbuilder/lib/XMLDOMStringList.js +28 -0
- package/node_modules/xmlbuilder/lib/XMLDTDAttList.js +55 -0
- package/node_modules/xmlbuilder/lib/XMLDTDElement.js +38 -0
- package/node_modules/xmlbuilder/lib/XMLDTDEntity.js +97 -0
- package/node_modules/xmlbuilder/lib/XMLDTDNotation.js +52 -0
- package/node_modules/xmlbuilder/lib/XMLDeclaration.js +43 -0
- package/node_modules/xmlbuilder/lib/XMLDocType.js +186 -0
- package/node_modules/xmlbuilder/lib/XMLDocument.js +242 -0
- package/node_modules/xmlbuilder/lib/XMLDocumentCB.js +528 -0
- package/node_modules/xmlbuilder/lib/XMLDocumentFragment.js +24 -0
- package/node_modules/xmlbuilder/lib/XMLDummy.js +31 -0
- package/node_modules/xmlbuilder/lib/XMLElement.js +298 -0
- package/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js +58 -0
- package/node_modules/xmlbuilder/lib/XMLNode.js +785 -0
- package/node_modules/xmlbuilder/lib/XMLNodeFilter.js +48 -0
- package/node_modules/xmlbuilder/lib/XMLNodeList.js +28 -0
- package/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js +49 -0
- package/node_modules/xmlbuilder/lib/XMLRaw.js +35 -0
- package/node_modules/xmlbuilder/lib/XMLStreamWriter.js +176 -0
- package/node_modules/xmlbuilder/lib/XMLStringWriter.js +35 -0
- package/node_modules/xmlbuilder/lib/XMLStringifier.js +240 -0
- package/node_modules/xmlbuilder/lib/XMLText.js +69 -0
- package/node_modules/xmlbuilder/lib/XMLTypeInfo.js +21 -0
- package/node_modules/xmlbuilder/lib/XMLUserDataHandler.js +16 -0
- package/node_modules/xmlbuilder/lib/XMLWriterBase.js +428 -0
- package/node_modules/xmlbuilder/lib/index.js +65 -0
- package/node_modules/xmlbuilder/package.json +39 -0
- package/node_modules/xmlbuilder/typings/index.d.ts +153 -0
- package/package.json +19 -94
- package/lib/api/constants/CicsCmci.constants.d.ts +0 -6
- package/lib/api/constants/CicsCmci.constants.js +0 -83
- package/lib/api/constants/CicsCmci.constants.js.map +0 -1
- package/lib/api/constants/CicsCmci.messages.d.ts +0 -7
- package/lib/api/constants/CicsCmci.messages.js +0 -22
- package/lib/api/constants/CicsCmci.messages.js.map +0 -1
- package/lib/api/constants/PluginConstants.d.ts +0 -14
- package/lib/api/constants/PluginConstants.js +0 -29
- package/lib/api/constants/PluginConstants.js.map +0 -1
- package/lib/api/constants/index.d.ts +0 -2
- package/lib/api/constants/index.js +0 -25
- package/lib/api/constants/index.js.map +0 -1
- package/lib/api/doc/ICMCIApiResponse.d.ts +0 -23
- package/lib/api/doc/ICMCIApiResponse.js +0 -13
- package/lib/api/doc/ICMCIApiResponse.js.map +0 -1
- package/lib/api/doc/ICMCIResponseResultSummary.js +0 -13
- package/lib/api/doc/ICMCIResponseResultSummary.js.map +0 -1
- package/lib/api/doc/ICSDGroupParms.d.ts +0 -20
- package/lib/api/doc/ICSDGroupParms.js +0 -13
- package/lib/api/doc/ICSDGroupParms.js.map +0 -1
- package/lib/api/doc/IProgramParms.d.ts +0 -20
- package/lib/api/doc/IProgramParms.js +0 -13
- package/lib/api/doc/IProgramParms.js.map +0 -1
- package/lib/api/doc/IResourceParms.d.ts +0 -31
- package/lib/api/doc/IResourceParms.js +0 -13
- package/lib/api/doc/IResourceParms.js.map +0 -1
- package/lib/api/doc/ITransactionParms.d.ts +0 -25
- package/lib/api/doc/ITransactionParms.js +0 -13
- package/lib/api/doc/ITransactionParms.js.map +0 -1
- package/lib/api/doc/IURIMapParms.d.ts +0 -79
- package/lib/api/doc/IURIMapParms.js +0 -13
- package/lib/api/doc/IURIMapParms.js.map +0 -1
- package/lib/api/doc/IWebServiceParms.d.ts +0 -45
- package/lib/api/doc/IWebServiceParms.js +0 -13
- package/lib/api/doc/IWebServiceParms.js.map +0 -1
- package/lib/api/doc/index.d.ts +0 -8
- package/lib/api/doc/index.js +0 -31
- package/lib/api/doc/index.js.map +0 -1
- package/lib/api/index.d.ts +0 -4
- package/lib/api/index.js +0 -27
- package/lib/api/index.js.map +0 -1
- package/lib/api/methods/add-to-list/AddToList.js +0 -65
- package/lib/api/methods/add-to-list/AddToList.js.map +0 -1
- package/lib/api/methods/add-to-list/index.d.ts +0 -1
- package/lib/api/methods/add-to-list/index.js +0 -24
- package/lib/api/methods/add-to-list/index.js.map +0 -1
- package/lib/api/methods/define/Define.js +0 -311
- package/lib/api/methods/define/Define.js.map +0 -1
- package/lib/api/methods/define/index.d.ts +0 -1
- package/lib/api/methods/define/index.js +0 -24
- package/lib/api/methods/define/index.js.map +0 -1
- package/lib/api/methods/delete/Delete.js +0 -124
- package/lib/api/methods/delete/Delete.js.map +0 -1
- package/lib/api/methods/delete/index.d.ts +0 -1
- package/lib/api/methods/delete/index.js +0 -24
- package/lib/api/methods/delete/index.js.map +0 -1
- package/lib/api/methods/disable/Disable.js +0 -61
- package/lib/api/methods/disable/Disable.js.map +0 -1
- package/lib/api/methods/disable/index.d.ts +0 -1
- package/lib/api/methods/disable/index.js +0 -24
- package/lib/api/methods/disable/index.js.map +0 -1
- package/lib/api/methods/discard/Discard.js +0 -85
- package/lib/api/methods/discard/Discard.js.map +0 -1
- package/lib/api/methods/discard/index.d.ts +0 -1
- package/lib/api/methods/discard/index.js +0 -24
- package/lib/api/methods/discard/index.js.map +0 -1
- package/lib/api/methods/enable/Enable.js +0 -61
- package/lib/api/methods/enable/Enable.js.map +0 -1
- package/lib/api/methods/enable/index.d.ts +0 -1
- package/lib/api/methods/enable/index.js +0 -24
- package/lib/api/methods/enable/index.js.map +0 -1
- package/lib/api/methods/get/Get.js +0 -56
- package/lib/api/methods/get/Get.js.map +0 -1
- package/lib/api/methods/get/index.d.ts +0 -1
- package/lib/api/methods/get/index.js +0 -24
- package/lib/api/methods/get/index.js.map +0 -1
- package/lib/api/methods/index.d.ts +0 -10
- package/lib/api/methods/index.js +0 -33
- package/lib/api/methods/index.js.map +0 -1
- package/lib/api/methods/install/Install.js +0 -128
- package/lib/api/methods/install/Install.js.map +0 -1
- package/lib/api/methods/install/index.d.ts +0 -1
- package/lib/api/methods/install/index.js +0 -24
- package/lib/api/methods/install/index.js.map +0 -1
- package/lib/api/methods/remove-from-list/RemoveFromList.js +0 -50
- package/lib/api/methods/remove-from-list/RemoveFromList.js.map +0 -1
- package/lib/api/methods/remove-from-list/index.d.ts +0 -1
- package/lib/api/methods/remove-from-list/index.js +0 -24
- package/lib/api/methods/remove-from-list/index.js.map +0 -1
- package/lib/api/methods/set/Set.js +0 -58
- package/lib/api/methods/set/Set.js.map +0 -1
- package/lib/api/methods/set/index.d.ts +0 -1
- package/lib/api/methods/set/index.js +0 -24
- package/lib/api/methods/set/index.js.map +0 -1
- package/lib/api/rest/CicsCmciRestClient.d.ts +0 -118
- package/lib/api/rest/CicsCmciRestClient.js +0 -230
- package/lib/api/rest/CicsCmciRestClient.js.map +0 -1
- package/lib/api/rest/index.d.ts +0 -1
- package/lib/api/rest/index.js +0 -24
- package/lib/api/rest/index.js.map +0 -1
- package/lib/cli/-strings-/en.js.map +0 -1
- package/lib/cli/-strings-/es.js.map +0 -1
- package/lib/cli/CicsBaseHandler.d.ts +0 -28
- package/lib/cli/CicsBaseHandler.js +0 -49
- package/lib/cli/CicsBaseHandler.js.map +0 -1
- package/lib/cli/CicsSession.d.ts +0 -61
- package/lib/cli/CicsSession.js +0 -172
- package/lib/cli/CicsSession.js.map +0 -1
- package/lib/cli/add-to-list/AddToList.definition.d.ts +0 -6
- package/lib/cli/add-to-list/AddToList.definition.js.map +0 -1
- package/lib/cli/add-to-list/csdGroup/CSDGroup.definition.d.ts +0 -2
- package/lib/cli/add-to-list/csdGroup/CSDGroup.definition.js.map +0 -1
- package/lib/cli/add-to-list/csdGroup/CSDGroup.handler.js +0 -54
- package/lib/cli/add-to-list/csdGroup/CSDGroup.handler.js.map +0 -1
- package/lib/cli/define/Define.definition.d.ts +0 -6
- package/lib/cli/define/Define.definition.js.map +0 -1
- package/lib/cli/define/program/Program.definition.d.ts +0 -2
- package/lib/cli/define/program/Program.definition.js.map +0 -1
- package/lib/cli/define/program/Program.handler.js +0 -54
- package/lib/cli/define/program/Program.handler.js.map +0 -1
- package/lib/cli/define/transaction/Transaction.definition.d.ts +0 -2
- package/lib/cli/define/transaction/Transaction.definition.js.map +0 -1
- package/lib/cli/define/transaction/Transaction.handler.js +0 -55
- package/lib/cli/define/transaction/Transaction.handler.js.map +0 -1
- package/lib/cli/define/urimap-client/UrimapClient.definition.d.ts +0 -2
- package/lib/cli/define/urimap-client/UrimapClient.definition.js.map +0 -1
- package/lib/cli/define/urimap-client/UrimapClient.handler.js +0 -61
- package/lib/cli/define/urimap-client/UrimapClient.handler.js.map +0 -1
- package/lib/cli/define/urimap-pipeline/UrimapPipeline.definition.d.ts +0 -2
- package/lib/cli/define/urimap-pipeline/UrimapPipeline.definition.js.map +0 -1
- package/lib/cli/define/urimap-pipeline/UrimapPipeline.handler.js +0 -63
- package/lib/cli/define/urimap-pipeline/UrimapPipeline.handler.js.map +0 -1
- package/lib/cli/define/urimap-server/UrimapServer.definition.d.ts +0 -2
- package/lib/cli/define/urimap-server/UrimapServer.definition.js.map +0 -1
- package/lib/cli/define/urimap-server/UrimapServer.handler.js +0 -61
- package/lib/cli/define/urimap-server/UrimapServer.handler.js.map +0 -1
- package/lib/cli/define/webservice/Webservice.definition.d.ts +0 -2
- package/lib/cli/define/webservice/Webservice.definition.js.map +0 -1
- package/lib/cli/define/webservice/Webservice.handler.js +0 -71
- package/lib/cli/define/webservice/Webservice.handler.js.map +0 -1
- package/lib/cli/delete/Delete.definition.d.ts +0 -6
- package/lib/cli/delete/Delete.definition.js.map +0 -1
- package/lib/cli/delete/program/Program.definition.d.ts +0 -2
- package/lib/cli/delete/program/Program.definition.js.map +0 -1
- package/lib/cli/delete/program/Program.handler.js +0 -54
- package/lib/cli/delete/program/Program.handler.js.map +0 -1
- package/lib/cli/delete/transaction/Transaction.definition.d.ts +0 -2
- package/lib/cli/delete/transaction/Transaction.definition.js.map +0 -1
- package/lib/cli/delete/transaction/Transaction.handler.js +0 -54
- package/lib/cli/delete/transaction/Transaction.handler.js.map +0 -1
- package/lib/cli/delete/urimap/Urimap.definition.d.ts +0 -2
- package/lib/cli/delete/urimap/Urimap.definition.js.map +0 -1
- package/lib/cli/delete/urimap/Urimap.handler.js +0 -53
- package/lib/cli/delete/urimap/Urimap.handler.js.map +0 -1
- package/lib/cli/delete/webservice/Webservice.definition.d.ts +0 -2
- package/lib/cli/delete/webservice/Webservice.definition.js.map +0 -1
- package/lib/cli/delete/webservice/Webservice.handler.js +0 -53
- package/lib/cli/delete/webservice/Webservice.handler.js.map +0 -1
- package/lib/cli/disable/Disable.definition.d.ts +0 -6
- package/lib/cli/disable/Disable.definition.js.map +0 -1
- package/lib/cli/disable/urimap/Urimap.definition.d.ts +0 -2
- package/lib/cli/disable/urimap/Urimap.definition.js.map +0 -1
- package/lib/cli/disable/urimap/Urimap.handler.js +0 -52
- package/lib/cli/disable/urimap/Urimap.handler.js.map +0 -1
- package/lib/cli/discard/Discard.definition.d.ts +0 -6
- package/lib/cli/discard/Discard.definition.js.map +0 -1
- package/lib/cli/discard/program/Program.definition.d.ts +0 -2
- package/lib/cli/discard/program/Program.definition.js.map +0 -1
- package/lib/cli/discard/program/Program.handler.js +0 -53
- package/lib/cli/discard/program/Program.handler.js.map +0 -1
- package/lib/cli/discard/transaction/Transaction.definition.d.ts +0 -2
- package/lib/cli/discard/transaction/Transaction.definition.js.map +0 -1
- package/lib/cli/discard/transaction/Transaction.handler.js +0 -53
- package/lib/cli/discard/transaction/Transaction.handler.js.map +0 -1
- package/lib/cli/discard/urimap/Urimap.definition.d.ts +0 -2
- package/lib/cli/discard/urimap/Urimap.definition.js.map +0 -1
- package/lib/cli/discard/urimap/Urimap.handler.js +0 -52
- package/lib/cli/discard/urimap/Urimap.handler.js.map +0 -1
- package/lib/cli/enable/Enable.definition.d.ts +0 -6
- package/lib/cli/enable/Enable.definition.js.map +0 -1
- package/lib/cli/enable/urimap/Urimap.definition.d.ts +0 -2
- package/lib/cli/enable/urimap/Urimap.definition.js.map +0 -1
- package/lib/cli/enable/urimap/Urimap.handler.js +0 -52
- package/lib/cli/enable/urimap/Urimap.handler.js.map +0 -1
- package/lib/cli/get/Get.definition.d.ts +0 -6
- package/lib/cli/get/Get.definition.js.map +0 -1
- package/lib/cli/get/resource/Resource.definition.d.ts +0 -2
- package/lib/cli/get/resource/Resource.definition.js.map +0 -1
- package/lib/cli/get/resource/Resource.handler.js +0 -57
- package/lib/cli/get/resource/Resource.handler.js.map +0 -1
- package/lib/cli/install/Install.definition.d.ts +0 -6
- package/lib/cli/install/Install.definition.js.map +0 -1
- package/lib/cli/install/program/Program.definition.d.ts +0 -2
- package/lib/cli/install/program/Program.definition.js.map +0 -1
- package/lib/cli/install/program/Program.handler.js +0 -54
- package/lib/cli/install/program/Program.handler.js.map +0 -1
- package/lib/cli/install/transaction/Transaction.definition.d.ts +0 -2
- package/lib/cli/install/transaction/Transaction.definition.js.map +0 -1
- package/lib/cli/install/transaction/Transaction.handler.js +0 -54
- package/lib/cli/install/transaction/Transaction.handler.js.map +0 -1
- package/lib/cli/install/urimap/Urimap.definition.d.ts +0 -2
- package/lib/cli/install/urimap/Urimap.definition.js.map +0 -1
- package/lib/cli/install/urimap/Urimap.handler.js +0 -53
- package/lib/cli/install/urimap/Urimap.handler.js.map +0 -1
- package/lib/cli/refresh/Refresh.definition.d.ts +0 -6
- package/lib/cli/refresh/Refresh.definition.js.map +0 -1
- package/lib/cli/refresh/program/Program.definition.d.ts +0 -2
- package/lib/cli/refresh/program/Program.definition.js.map +0 -1
- package/lib/cli/refresh/program/Program.handler.js +0 -53
- package/lib/cli/refresh/program/Program.handler.js.map +0 -1
- package/lib/cli/remove-from-list/RemoveFromList.definition.d.ts +0 -6
- package/lib/cli/remove-from-list/RemoveFromList.definition.js.map +0 -1
- package/lib/cli/remove-from-list/csdGroup/CSDGroup.definition.d.ts +0 -2
- package/lib/cli/remove-from-list/csdGroup/CSDGroup.definition.js.map +0 -1
- package/lib/cli/remove-from-list/csdGroup/CSDGroup.handler.js +0 -54
- package/lib/cli/remove-from-list/csdGroup/CSDGroup.handler.js.map +0 -1
- package/npm-shrinkwrap.json +0 -93
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=ICMCIApiResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ICMCIApiResponse.js","sourceRoot":"","sources":["../../src/doc/ICMCIApiResponse.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/doc/ICMCIResponseResultSummary.d.ts
RENAMED
|
@@ -1,3 +1,13 @@
|
|
|
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
|
+
*/
|
|
1
11
|
/**
|
|
2
12
|
* Represents the "resultsummary" field of the CMCI API response, parsed from XML
|
|
3
13
|
* to a javascript object with the xml2js package.
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=ICMCIResponseResultSummary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ICMCIResponseResultSummary.js","sourceRoot":"","sources":["../../src/doc/ICMCIResponseResultSummary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface ICSDGroupParms {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the CSD Group
|
|
14
|
+
* Up to eight characters long
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* CSD list name for the CSD Group
|
|
19
|
+
* Up to eight characters long
|
|
20
|
+
*/
|
|
21
|
+
csdList: string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the CICS region of the CSD List
|
|
24
|
+
*/
|
|
25
|
+
regionName: string;
|
|
26
|
+
/**
|
|
27
|
+
* CICS Plex of the CSD List
|
|
28
|
+
*/
|
|
29
|
+
cicsPlex?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=ICSDGroupParms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ICSDGroupParms.js","sourceRoot":"","sources":["../../src/doc/ICSDGroupParms.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface IProgramParms {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the program
|
|
14
|
+
* Up to eight characters long
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* CSD group for the program
|
|
19
|
+
* Up to eight characters long
|
|
20
|
+
*/
|
|
21
|
+
csdGroup?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the CICS region of the program
|
|
24
|
+
*/
|
|
25
|
+
regionName: string;
|
|
26
|
+
/**
|
|
27
|
+
* CICS Plex of the program
|
|
28
|
+
*/
|
|
29
|
+
cicsPlex?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=IProgramParms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IProgramParms.js","sourceRoot":"","sources":["../../src/doc/IProgramParms.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
export interface IResourceParms {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the resource
|
|
14
|
+
*/
|
|
15
|
+
name: string;
|
|
16
|
+
/**
|
|
17
|
+
* Criteria by which to filter the records
|
|
18
|
+
*
|
|
19
|
+
* Examples:
|
|
20
|
+
* "TRANID=TRAN"
|
|
21
|
+
* "PROGRAM=PRG*"
|
|
22
|
+
* "NAME=C* AND PROGRAM=D*"
|
|
23
|
+
*/
|
|
24
|
+
criteria?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Parameter by which to refine the records
|
|
27
|
+
*
|
|
28
|
+
* Example:
|
|
29
|
+
* "CSDGROUP(GRP1)"
|
|
30
|
+
* "CSDGROUP(D*)"
|
|
31
|
+
*/
|
|
32
|
+
parameter?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the CICS region of the program
|
|
35
|
+
*/
|
|
36
|
+
regionName: string;
|
|
37
|
+
/**
|
|
38
|
+
* CICS Plex of the program
|
|
39
|
+
*/
|
|
40
|
+
cicsPlex?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=IResourceParms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IResourceParms.js","sourceRoot":"","sources":["../../src/doc/IResourceParms.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
export interface ITransactionParms {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the transaction to define
|
|
14
|
+
* Up to four characters long
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* The name of the program to associate to the transaction
|
|
19
|
+
* Up to eight characters long
|
|
20
|
+
*/
|
|
21
|
+
programName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* CSD group for the transaction
|
|
24
|
+
* Up to eight characters long
|
|
25
|
+
*/
|
|
26
|
+
csdGroup?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the CICS region to define the transaction to
|
|
29
|
+
*/
|
|
30
|
+
regionName: string;
|
|
31
|
+
/**
|
|
32
|
+
* CICS Plex to define the new transaction to
|
|
33
|
+
*/
|
|
34
|
+
cicsPlex?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=ITransactionParms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ITransactionParms.js","sourceRoot":"","sources":["../../src/doc/ITransactionParms.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,89 @@
|
|
|
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
|
+
export interface IURIMapParms {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the URIMap
|
|
14
|
+
* Up to eight characters long
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* CSD group for the URIMap
|
|
19
|
+
* Up to eight characters long
|
|
20
|
+
*/
|
|
21
|
+
csdGroup?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Path component of URI to which the map applies
|
|
24
|
+
* Up to 255 characters long
|
|
25
|
+
*/
|
|
26
|
+
path?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Host component of URI to which the map applies
|
|
29
|
+
* Up to 116 characters long
|
|
30
|
+
*/
|
|
31
|
+
host?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Scheme component of URI to which the map applies
|
|
34
|
+
* Allowed values: http, https
|
|
35
|
+
*/
|
|
36
|
+
scheme?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Application program that will process the request
|
|
39
|
+
* Only used for server URIMaps; up to 8 characters long
|
|
40
|
+
*/
|
|
41
|
+
programName?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Pipeline that will process the request
|
|
44
|
+
* Only used for pipeline URIMaps; up to 8 characters long
|
|
45
|
+
*/
|
|
46
|
+
pipelineName?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Certificate that will be used to negotiate an SSL handshake
|
|
49
|
+
* Only used for client URIMaps
|
|
50
|
+
*/
|
|
51
|
+
certificate?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Authentication and identification scheme to be used for URIMAPs
|
|
54
|
+
* Only used for client URIMaps
|
|
55
|
+
* Allowed values: NO, BASIC
|
|
56
|
+
*/
|
|
57
|
+
authenticate?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Description text for the URIMap
|
|
60
|
+
*/
|
|
61
|
+
description?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Transaction resource associated with the URIMap
|
|
64
|
+
* Only used for pipeline URIMaps, up to 4 characters long
|
|
65
|
+
*/
|
|
66
|
+
transactionName?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Web service resource associated with the URIMap
|
|
69
|
+
* Only used for pipeline URIMaps, up to 32 characters long
|
|
70
|
+
*/
|
|
71
|
+
webserviceName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The name of the CICS region of the URIMap
|
|
74
|
+
*/
|
|
75
|
+
regionName: string;
|
|
76
|
+
/**
|
|
77
|
+
* CICS Plex of the URIMap
|
|
78
|
+
*/
|
|
79
|
+
cicsPlex?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Enable attribute of the URIMap
|
|
82
|
+
*/
|
|
83
|
+
enable?: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* The TCPIPSERVICE to which a URIMAP applies
|
|
86
|
+
* Only used for server and pipeline URIMAPs; up to 8 characters long
|
|
87
|
+
*/
|
|
88
|
+
tcpipservice?: string;
|
|
89
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=IURIMapParms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IURIMapParms.js","sourceRoot":"","sources":["../../src/doc/IURIMapParms.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
export interface IWebServiceParms {
|
|
12
|
+
/**
|
|
13
|
+
* The name of the web service
|
|
14
|
+
* Up to eight characters long
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* CSD group for the web service
|
|
19
|
+
* Up to eight characters long
|
|
20
|
+
*/
|
|
21
|
+
csdGroup: string;
|
|
22
|
+
/**
|
|
23
|
+
* Pipeline name for the web service
|
|
24
|
+
* Up to eight characters long
|
|
25
|
+
*/
|
|
26
|
+
pipelineName?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Web service binding file on HFS
|
|
29
|
+
* Should be a fully qualified file name
|
|
30
|
+
*/
|
|
31
|
+
wsBind?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Description text for the web service
|
|
34
|
+
*/
|
|
35
|
+
description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies whether full validation of SOAP messages against the
|
|
38
|
+
* corresponding schema in the web service description should be performed
|
|
39
|
+
* at run time
|
|
40
|
+
*/
|
|
41
|
+
validation?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Web service description file on HFS
|
|
44
|
+
* Should be a fully qualified file name
|
|
45
|
+
*/
|
|
46
|
+
wsdlFile?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The name of the CICS region of the web service
|
|
49
|
+
*/
|
|
50
|
+
regionName: string;
|
|
51
|
+
/**
|
|
52
|
+
* CICS Plex of the web service
|
|
53
|
+
*/
|
|
54
|
+
cicsPlex?: string;
|
|
55
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
//# sourceMappingURL=IWebServiceParms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IWebServiceParms.js","sourceRoot":"","sources":["../../src/doc/IWebServiceParms.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
export * from "./ICMCIApiResponse";
|
|
12
|
+
export * from "./ICMCIResponseResultSummary";
|
|
13
|
+
export * from "./ICSDGroupParms";
|
|
14
|
+
export * from "./IProgramParms";
|
|
15
|
+
export * from "./IResourceParms";
|
|
16
|
+
export * from "./ITransactionParms";
|
|
17
|
+
export * from "./IURIMapParms";
|
|
18
|
+
export * from "./IWebServiceParms";
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
24
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
+
__exportStar(require("./ICMCIApiResponse"), exports);
|
|
28
|
+
__exportStar(require("./ICMCIResponseResultSummary"), exports);
|
|
29
|
+
__exportStar(require("./ICSDGroupParms"), exports);
|
|
30
|
+
__exportStar(require("./IProgramParms"), exports);
|
|
31
|
+
__exportStar(require("./IResourceParms"), exports);
|
|
32
|
+
__exportStar(require("./ITransactionParms"), exports);
|
|
33
|
+
__exportStar(require("./IURIMapParms"), exports);
|
|
34
|
+
__exportStar(require("./IWebServiceParms"), exports);
|
|
35
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/doc/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;;;;;;;;;;;;;;AAEH,qDAAmC;AACnC,+DAA6C;AAC7C,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,sDAAoC;AACpC,iDAA+B;AAC/B,qDAAmC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
export * from "./constants";
|
|
12
|
+
export * from "./methods";
|
|
13
|
+
export * from "./doc";
|
|
14
|
+
export * from "./rest";
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
15
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
16
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
17
|
+
}
|
|
18
|
+
Object.defineProperty(o, k2, desc);
|
|
19
|
+
}) : (function(o, m, k, k2) {
|
|
20
|
+
if (k2 === undefined) k2 = k;
|
|
21
|
+
o[k2] = m[k];
|
|
22
|
+
}));
|
|
23
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
24
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
25
|
+
};
|
|
26
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
+
__exportStar(require("./constants"), exports);
|
|
28
|
+
__exportStar(require("./methods"), exports);
|
|
29
|
+
__exportStar(require("./doc"), exports);
|
|
30
|
+
__exportStar(require("./rest"), exports);
|
|
31
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;;;;;;;;;;;;;;AAEH,8CAA4B;AAC5B,4CAA0B;AAC1B,wCAAsB;AACtB,yCAAuB"}
|
package/{lib/api → node_modules/@zowe/cics-for-zowe-sdk/lib}/methods/add-to-list/AddToList.d.ts
RENAMED
|
@@ -1,3 +1,13 @@
|
|
|
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
|
+
*/
|
|
1
11
|
import { AbstractSession } from "@zowe/imperative";
|
|
2
12
|
import { ICMCIApiResponse, ICSDGroupParms } from "../../doc";
|
|
3
13
|
/**
|
|
@@ -0,0 +1,54 @@
|
|
|
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.addCSDGroupToList = void 0;
|
|
14
|
+
const imperative_1 = require("@zowe/imperative");
|
|
15
|
+
const rest_1 = require("../../rest");
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
/**
|
|
18
|
+
* Add a new CSD Group resource to a CSD List in CICS through CMCI REST API
|
|
19
|
+
* @param {AbstractSession} session - the session to connect to CMCI with
|
|
20
|
+
* @param {ICSDGroupParms} parms - parameters for defining your CSD Group
|
|
21
|
+
* @returns {Promise<any>} promise that resolves to the response (XML parsed into a javascript object)
|
|
22
|
+
* when the request is complete
|
|
23
|
+
* @throws {ImperativeError} CICS CSD Group name not defined or blank
|
|
24
|
+
* @throws {ImperativeError} CICS CSD List not defined or blank
|
|
25
|
+
* @throws {ImperativeError} CicsCmciRestClient request fails
|
|
26
|
+
*/
|
|
27
|
+
function addCSDGroupToList(session, parms) {
|
|
28
|
+
imperative_1.ImperativeExpect.toBeDefinedAndNonBlank(parms.name, "CICS CSD Group Name", "CICS CSD Group Name is required");
|
|
29
|
+
imperative_1.ImperativeExpect.toBeDefinedAndNonBlank(parms.csdList, "CICS CSD List", "CICS CSD List is required");
|
|
30
|
+
imperative_1.ImperativeExpect.toBeDefinedAndNonBlank(parms.regionName, "CICS Region name", "CICS region name is required");
|
|
31
|
+
imperative_1.Logger.getAppLogger().debug("Attempting to add a CSD Group to a CSD List with the following parameters:\n%s", JSON.stringify(parms));
|
|
32
|
+
const cicsPlex = parms.cicsPlex == null ? "" : parms.cicsPlex + "/";
|
|
33
|
+
const cmciResource = "/" + constants_1.CicsCmciConstants.CICS_SYSTEM_MANAGEMENT + "/" +
|
|
34
|
+
constants_1.CicsCmciConstants.CICS_CSDGROUP + "/" + cicsPlex + parms.regionName +
|
|
35
|
+
"?CRITERIA=NAME=='" + parms.name + "'";
|
|
36
|
+
const requestBody = {
|
|
37
|
+
request: {
|
|
38
|
+
action: {
|
|
39
|
+
$: {
|
|
40
|
+
name: "CSDADD",
|
|
41
|
+
},
|
|
42
|
+
parameter: {
|
|
43
|
+
$: {
|
|
44
|
+
name: "TO_CSDLIST",
|
|
45
|
+
value: parms.csdList
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
return rest_1.CicsCmciRestClient.putExpectParsedXml(session, cmciResource, [], requestBody);
|
|
52
|
+
}
|
|
53
|
+
exports.addCSDGroupToList = addCSDGroupToList;
|
|
54
|
+
//# sourceMappingURL=AddToList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddToList.js","sourceRoot":"","sources":["../../../src/methods/add-to-list/AddToList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;AAEH,iDAA6E;AAC7E,qCAAgD;AAChD,+CAAoD;AAGpD;;;;;;;;;GASG;AACH,SAAgB,iBAAiB,CAAC,OAAwB,EAAE,KAAqB;IAC/E,6BAAgB,CAAC,sBAAsB,CAAC,KAAK,CAAC,IAAI,EAAE,qBAAqB,EAAE,iCAAiC,CAAC,CAAC;IAC9G,6BAAgB,CAAC,sBAAsB,CAAC,KAAK,CAAC,OAAO,EAAE,eAAe,EAAE,2BAA2B,CAAC,CAAC;IACrG,6BAAgB,CAAC,sBAAsB,CAAC,KAAK,CAAC,UAAU,EAAE,kBAAkB,EAAE,8BAA8B,CAAC,CAAC;IAE9G,mBAAM,CAAC,YAAY,EAAE,CAAC,KAAK,CAAC,gFAAgF,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC;IAErI,MAAM,QAAQ,GAAG,KAAK,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,GAAG,GAAG,CAAC;IACpE,MAAM,YAAY,GAAG,GAAG,GAAG,6BAAiB,CAAC,sBAAsB,GAAG,GAAG;QACnE,6BAAiB,CAAC,aAAa,GAAG,GAAG,GAAG,QAAQ,GAAG,KAAK,CAAC,UAAU;QACnE,mBAAmB,GAAG,KAAK,CAAC,IAAI,GAAG,GAAG,CAAC;IAE7C,MAAM,WAAW,GAAQ;QACvB,OAAO,EAAE;YACP,MAAM,EAAE;gBACN,CAAC,EAAE;oBACD,IAAI,EAAE,QAAQ;iBACf;gBACD,SAAS,EAAE;oBACT,CAAC,EAAE;wBACD,IAAI,EAAE,YAAY;wBAClB,KAAK,EAAE,KAAK,CAAC,OAAO;qBACrB;iBACF;aACF;SACF;KACF,CAAC;IACF,OAAO,yBAAkB,CAAC,kBAAkB,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,EAAE,WAAW,CAAQ,CAAC;AAC9F,CAAC;AA5BD,8CA4BC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export * from "./AddToList";
|