@hpcc-js/comms 2.99.0 → 3.2.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/dist/index.js +6 -10397
- package/dist/index.js.map +7 -1
- package/dist/index.node.js +925 -10854
- package/dist/index.node.js.map +7 -1
- package/package.json +58 -63
- package/src/__package__.ts +2 -2
- package/src/clienttools/eclMeta.ts +1 -1
- package/src/clienttools/eclcc.ts +1 -1
- package/src/ecl/activity.ts +3 -3
- package/src/ecl/dfuWorkunit.ts +5 -5
- package/src/ecl/graph.ts +4 -4
- package/src/ecl/logicalFile.ts +3 -3
- package/src/ecl/machine.ts +2 -2
- package/src/ecl/query.ts +12 -12
- package/src/ecl/queryGraph.ts +3 -3
- package/src/ecl/resource.ts +1 -1
- package/src/ecl/result.ts +4 -4
- package/src/ecl/scope.ts +2 -2
- package/src/ecl/sourceFile.ts +2 -2
- package/src/ecl/store.ts +3 -3
- package/src/ecl/targetCluster.ts +4 -4
- package/src/ecl/timer.ts +2 -2
- package/src/ecl/topology.ts +3 -3
- package/src/ecl/workunit.ts +11 -11
- package/src/ecl/xsdParser.ts +0 -1
- package/src/espConnection.ts +1 -1
- package/src/index-common.ts +38 -38
- package/src/index.node.ts +9 -5
- package/src/index.ts +1 -3
- package/src/services/fileSpray.ts +1 -1
- package/src/services/wsAccess.ts +1 -1
- package/src/services/wsAccount.ts +2 -2
- package/src/services/wsCloud.ts +1 -1
- package/src/services/wsCodesign.ts +2 -2
- package/src/services/wsDFU.ts +1 -1
- package/src/services/wsDFUXRef.ts +2 -2
- package/src/services/wsDali.ts +1 -1
- package/src/services/wsEcl.ts +3 -3
- package/src/services/wsElk.ts +1 -1
- package/src/services/wsLogaccess.ts +3 -3
- package/src/services/wsMachine.ts +1 -1
- package/src/services/wsPackageProcess.ts +1 -1
- package/src/services/wsResources.ts +1 -1
- package/src/services/wsSMC.ts +2 -2
- package/src/services/wsSasha.ts +1 -1
- package/src/services/wsStore.ts +2 -2
- package/src/services/wsTopology.ts +2 -2
- package/src/services/wsWorkunits.ts +3 -2
- package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +828 -828
- package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +2 -2
- package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +2 -2
- package/src/services/wsdl/WsCloud/v1/WsCloud.ts +20 -20
- package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +165 -165
- package/src/services/wsdl/WsDali/v1.04/WsDali.ts +2 -2
- package/src/services/wsdl/WsDali/v1.07/WsDali.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +2 -2
- package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +86 -86
- package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +434 -434
- package/src/services/wsdl/WsResources/v1.01/WsResources.ts +2 -2
- package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +514 -514
- package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +2 -2
- package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2415 -2415
- package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +2 -2
- package/src/services/wsdl/ws_access/v1.16/ws_access.ts +953 -953
- package/src/services/wsdl/ws_access/v1.17/ws_access.ts +2 -2
- package/src/services/wsdl/ws_account/v1.05/ws_account.ts +78 -78
- package/src/services/wsdl/ws_account/v1.06/ws_account.ts +2 -2
- package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +68 -68
- package/src/services/wsdl/ws_elk/v1/ws_elk.ts +29 -29
- package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +54 -54
- package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +2 -2
- package/src/services/wsdl/wsstore/v1.02/wsstore.ts +213 -213
- package/types/__package__.d.ts +2 -3
- package/types/clienttools/eclMeta.d.ts +1 -2
- package/types/clienttools/eclcc.d.ts +1 -2
- package/types/connection.d.ts +0 -1
- package/types/ecl/activity.d.ts +3 -4
- package/types/ecl/dfuWorkunit.d.ts +4 -5
- package/types/ecl/graph.d.ts +4 -5
- package/types/ecl/logicalFile.d.ts +2 -3
- package/types/ecl/machine.d.ts +2 -3
- package/types/ecl/query.d.ts +6 -7
- package/types/ecl/queryGraph.d.ts +0 -1
- package/types/ecl/resource.d.ts +1 -2
- package/types/ecl/result.d.ts +4 -5
- package/types/ecl/scope.d.ts +2 -3
- package/types/ecl/sourceFile.d.ts +2 -3
- package/types/ecl/store.d.ts +3 -4
- package/types/ecl/targetCluster.d.ts +4 -5
- package/types/ecl/timer.d.ts +2 -3
- package/types/ecl/topology.d.ts +3 -4
- package/types/ecl/workunit.d.ts +10 -11
- package/types/ecl/xsdParser.d.ts +0 -1
- package/types/espConnection.d.ts +1 -2
- package/types/index-common.d.ts +38 -39
- package/types/index.node.d.ts +3 -4
- package/types/pem/trustwave.d.ts +0 -1
- package/types/services/fileSpray.d.ts +1 -2
- package/types/services/wsAccess.d.ts +1 -2
- package/types/services/wsAccount.d.ts +1 -2
- package/types/services/wsCloud.d.ts +1 -2
- package/types/services/wsCodesign.d.ts +1 -2
- package/types/services/wsDFU.d.ts +1 -2
- package/types/services/wsDFUXRef.d.ts +2 -3
- package/types/services/wsDali.d.ts +1 -2
- package/types/services/wsEcl.d.ts +3 -4
- package/types/services/wsElk.d.ts +1 -2
- package/types/services/wsLogaccess.d.ts +1 -2
- package/types/services/wsMachine.d.ts +1 -2
- package/types/services/wsPackageProcess.d.ts +1 -2
- package/types/services/wsResources.d.ts +1 -2
- package/types/services/wsSMC.d.ts +2 -3
- package/types/services/wsSasha.d.ts +1 -2
- package/types/services/wsStore.d.ts +2 -3
- package/types/services/wsTopology.d.ts +2 -3
- package/types/services/wsWorkunits.d.ts +2 -3
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +2 -3
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +2 -3
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +2 -3
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +2 -3
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +2 -3
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts +2 -3
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +2 -3
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +2 -3
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +2 -3
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2 -3
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +2 -3
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts +2 -3
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +2 -3
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +2 -3
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +2 -3
- package/dist/index.es6.js +0 -10713
- package/dist/index.es6.js.map +0 -1
- package/dist/index.min.js +0 -2
- package/dist/index.min.js.map +0 -1
- package/dist/index.node.min.js +0 -2
- package/dist/index.node.min.js.map +0 -1
- package/lib-es6/__package__.js +0 -4
- package/lib-es6/__package__.js.map +0 -1
- package/lib-es6/__tests__/dfuXRef.js +0 -32
- package/lib-es6/__tests__/dfuXRef.js.map +0 -1
- package/lib-es6/__tests__/https.js +0 -60
- package/lib-es6/__tests__/https.js.map +0 -1
- package/lib-es6/__tests__/workunit.js +0 -71
- package/lib-es6/__tests__/workunit.js.map +0 -1
- package/lib-es6/clienttools/eclMeta.js +0 -463
- package/lib-es6/clienttools/eclMeta.js.map +0 -1
- package/lib-es6/clienttools/eclcc.js +0 -585
- package/lib-es6/clienttools/eclcc.js.map +0 -1
- package/lib-es6/connection.js +0 -254
- package/lib-es6/connection.js.map +0 -1
- package/lib-es6/ecl/activity.js +0 -172
- package/lib-es6/ecl/activity.js.map +0 -1
- package/lib-es6/ecl/dfuWorkunit.js +0 -591
- package/lib-es6/ecl/dfuWorkunit.js.map +0 -1
- package/lib-es6/ecl/graph.js +0 -289
- package/lib-es6/ecl/graph.js.map +0 -1
- package/lib-es6/ecl/logicalFile.js +0 -394
- package/lib-es6/ecl/logicalFile.js.map +0 -1
- package/lib-es6/ecl/machine.js +0 -159
- package/lib-es6/ecl/machine.js.map +0 -1
- package/lib-es6/ecl/query.js +0 -425
- package/lib-es6/ecl/query.js.map +0 -1
- package/lib-es6/ecl/queryGraph.js +0 -759
- package/lib-es6/ecl/queryGraph.js.map +0 -1
- package/lib-es6/ecl/resource.js +0 -47
- package/lib-es6/ecl/resource.js.map +0 -1
- package/lib-es6/ecl/result.js +0 -288
- package/lib-es6/ecl/result.js.map +0 -1
- package/lib-es6/ecl/scope.js +0 -234
- package/lib-es6/ecl/scope.js.map +0 -1
- package/lib-es6/ecl/sourceFile.js +0 -60
- package/lib-es6/ecl/sourceFile.js.map +0 -1
- package/lib-es6/ecl/store.js +0 -166
- package/lib-es6/ecl/store.js.map +0 -1
- package/lib-es6/ecl/targetCluster.js +0 -194
- package/lib-es6/ecl/targetCluster.js.map +0 -1
- package/lib-es6/ecl/timer.js +0 -76
- package/lib-es6/ecl/timer.js.map +0 -1
- package/lib-es6/ecl/topology.js +0 -159
- package/lib-es6/ecl/topology.js.map +0 -1
- package/lib-es6/ecl/workunit.js +0 -1553
- package/lib-es6/ecl/workunit.js.map +0 -1
- package/lib-es6/ecl/xsdParser.js +0 -253
- package/lib-es6/ecl/xsdParser.js.map +0 -1
- package/lib-es6/espConnection.js +0 -154
- package/lib-es6/espConnection.js.map +0 -1
- package/lib-es6/index-common.js +0 -39
- package/lib-es6/index-common.js.map +0 -1
- package/lib-es6/index.js +0 -3
- package/lib-es6/index.js.map +0 -1
- package/lib-es6/index.node.js +0 -64
- package/lib-es6/index.node.js.map +0 -1
- package/lib-es6/pem/trustwave.js +0 -2
- package/lib-es6/pem/trustwave.js.map +0 -1
- package/lib-es6/services/fileSpray.js +0 -40
- package/lib-es6/services/fileSpray.js.map +0 -1
- package/lib-es6/services/wsAccess.js +0 -12
- package/lib-es6/services/wsAccess.js.map +0 -1
- package/lib-es6/services/wsAccount.js +0 -27
- package/lib-es6/services/wsAccount.js.map +0 -1
- package/lib-es6/services/wsCloud.js +0 -23
- package/lib-es6/services/wsCloud.js.map +0 -1
- package/lib-es6/services/wsCodesign.js +0 -26
- package/lib-es6/services/wsCodesign.js.map +0 -1
- package/lib-es6/services/wsDFU.js +0 -19
- package/lib-es6/services/wsDFU.js.map +0 -1
- package/lib-es6/services/wsDFUXRef.js +0 -45
- package/lib-es6/services/wsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsDali.js +0 -11
- package/lib-es6/services/wsDali.js.map +0 -1
- package/lib-es6/services/wsEcl.js +0 -111
- package/lib-es6/services/wsEcl.js.map +0 -1
- package/lib-es6/services/wsElk.js +0 -11
- package/lib-es6/services/wsElk.js.map +0 -1
- package/lib-es6/services/wsLogaccess.js +0 -226
- package/lib-es6/services/wsLogaccess.js.map +0 -1
- package/lib-es6/services/wsMachine.js +0 -57
- package/lib-es6/services/wsMachine.js.map +0 -1
- package/lib-es6/services/wsPackageProcess.js +0 -11
- package/lib-es6/services/wsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsResources.js +0 -11
- package/lib-es6/services/wsResources.js.map +0 -1
- package/lib-es6/services/wsSMC.js +0 -22
- package/lib-es6/services/wsSMC.js.map +0 -1
- package/lib-es6/services/wsSasha.js +0 -12
- package/lib-es6/services/wsSasha.js.map +0 -1
- package/lib-es6/services/wsStore.js +0 -56
- package/lib-es6/services/wsStore.js.map +0 -1
- package/lib-es6/services/wsTopology.js +0 -45
- package/lib-es6/services/wsTopology.js.map +0 -1
- package/lib-es6/services/wsWorkunits.js +0 -130
- package/lib-es6/services/wsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +0 -110
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js +0 -116
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js +0 -119
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +0 -17
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +0 -1
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +0 -47
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +0 -68
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js +0 -101
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js +0 -142
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +0 -23
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +0 -1
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +0 -62
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js +0 -20
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +0 -93
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js +0 -99
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js +0 -34
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +0 -80
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js +0 -83
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +0 -328
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js +0 -370
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js +0 -203
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js +0 -200
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +0 -27
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +0 -1
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +0 -17
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js +0 -28
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js +0 -47
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js +0 -63
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js +0 -85
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js +0 -88
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js +0 -41
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js.map +0 -1
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +0 -44
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +0 -1
- package/src/__tests__/dfuXRef.ts +0 -22
- package/src/__tests__/https.ts +0 -69
- package/src/__tests__/workunit.ts +0 -35
- package/types/__package__.d.ts.map +0 -1
- package/types/__tests__/dfuXRef.d.ts +0 -2
- package/types/__tests__/dfuXRef.d.ts.map +0 -1
- package/types/__tests__/https.d.ts +0 -2
- package/types/__tests__/https.d.ts.map +0 -1
- package/types/__tests__/workunit.d.ts +0 -2
- package/types/__tests__/workunit.d.ts.map +0 -1
- package/types/clienttools/eclMeta.d.ts.map +0 -1
- package/types/clienttools/eclcc.d.ts.map +0 -1
- package/types/connection.d.ts.map +0 -1
- package/types/ecl/activity.d.ts.map +0 -1
- package/types/ecl/dfuWorkunit.d.ts.map +0 -1
- package/types/ecl/graph.d.ts.map +0 -1
- package/types/ecl/logicalFile.d.ts.map +0 -1
- package/types/ecl/machine.d.ts.map +0 -1
- package/types/ecl/query.d.ts.map +0 -1
- package/types/ecl/queryGraph.d.ts.map +0 -1
- package/types/ecl/resource.d.ts.map +0 -1
- package/types/ecl/result.d.ts.map +0 -1
- package/types/ecl/scope.d.ts.map +0 -1
- package/types/ecl/sourceFile.d.ts.map +0 -1
- package/types/ecl/store.d.ts.map +0 -1
- package/types/ecl/targetCluster.d.ts.map +0 -1
- package/types/ecl/timer.d.ts.map +0 -1
- package/types/ecl/topology.d.ts.map +0 -1
- package/types/ecl/workunit.d.ts.map +0 -1
- package/types/ecl/xsdParser.d.ts.map +0 -1
- package/types/espConnection.d.ts.map +0 -1
- package/types/index-common.d.ts.map +0 -1
- package/types/index.d.ts +0 -3
- package/types/index.d.ts.map +0 -1
- package/types/index.node.d.ts.map +0 -1
- package/types/pem/trustwave.d.ts.map +0 -1
- package/types/services/fileSpray.d.ts.map +0 -1
- package/types/services/wsAccess.d.ts.map +0 -1
- package/types/services/wsAccount.d.ts.map +0 -1
- package/types/services/wsCloud.d.ts.map +0 -1
- package/types/services/wsCodesign.d.ts.map +0 -1
- package/types/services/wsDFU.d.ts.map +0 -1
- package/types/services/wsDFUXRef.d.ts.map +0 -1
- package/types/services/wsDali.d.ts.map +0 -1
- package/types/services/wsEcl.d.ts.map +0 -1
- package/types/services/wsElk.d.ts.map +0 -1
- package/types/services/wsLogaccess.d.ts.map +0 -1
- package/types/services/wsMachine.d.ts.map +0 -1
- package/types/services/wsPackageProcess.d.ts.map +0 -1
- package/types/services/wsResources.d.ts.map +0 -1
- package/types/services/wsSMC.d.ts.map +0 -1
- package/types/services/wsSasha.d.ts.map +0 -1
- package/types/services/wsStore.d.ts.map +0 -1
- package/types/services/wsTopology.d.ts.map +0 -1
- package/types/services/wsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +0 -1
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +0 -1
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +0 -1
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +0 -1
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts.map +0 -1
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +0 -1
- package/types-3.4/__package__.d.ts +0 -4
- package/types-3.4/__tests__/dfuXRef.d.ts +0 -2
- package/types-3.4/__tests__/https.d.ts +0 -2
- package/types-3.4/__tests__/workunit.d.ts +0 -2
- package/types-3.4/clienttools/eclMeta.d.ts +0 -124
- package/types-3.4/clienttools/eclcc.d.ts +0 -105
- package/types-3.4/connection.d.ts +0 -43
- package/types-3.4/ecl/activity.d.ts +0 -40
- package/types-3.4/ecl/dfuWorkunit.d.ts +0 -103
- package/types-3.4/ecl/graph.d.ts +0 -46
- package/types-3.4/ecl/logicalFile.d.ts +0 -91
- package/types-3.4/ecl/machine.d.ts +0 -40
- package/types-3.4/ecl/query.d.ts +0 -70
- package/types-3.4/ecl/queryGraph.d.ts +0 -101
- package/types-3.4/ecl/resource.d.ts +0 -16
- package/types-3.4/ecl/result.d.ts +0 -88
- package/types-3.4/ecl/scope.d.ts +0 -55
- package/types-3.4/ecl/sourceFile.d.ts +0 -19
- package/types-3.4/ecl/store.d.ts +0 -40
- package/types-3.4/ecl/targetCluster.d.ts +0 -43
- package/types-3.4/ecl/timer.d.ts +0 -24
- package/types-3.4/ecl/topology.d.ts +0 -33
- package/types-3.4/ecl/workunit.d.ts +0 -275
- package/types-3.4/ecl/xsdParser.d.ts +0 -42
- package/types-3.4/espConnection.d.ts +0 -44
- package/types-3.4/index-common.d.ts +0 -39
- package/types-3.4/index.d.ts +0 -3
- package/types-3.4/index.node.d.ts +0 -4
- package/types-3.4/pem/trustwave.d.ts +0 -2
- package/types-3.4/services/fileSpray.d.ts +0 -27
- package/types-3.4/services/wsAccess.d.ts +0 -5
- package/types-3.4/services/wsAccount.d.ts +0 -6
- package/types-3.4/services/wsCloud.d.ts +0 -6
- package/types-3.4/services/wsCodesign.d.ts +0 -57
- package/types-3.4/services/wsDFU.d.ts +0 -11
- package/types-3.4/services/wsDFUXRef.d.ts +0 -220
- package/types-3.4/services/wsDali.d.ts +0 -5
- package/types-3.4/services/wsEcl.d.ts +0 -18
- package/types-3.4/services/wsElk.d.ts +0 -5
- package/types-3.4/services/wsLogaccess.d.ts +0 -55
- package/types-3.4/services/wsMachine.d.ts +0 -29
- package/types-3.4/services/wsPackageProcess.d.ts +0 -5
- package/types-3.4/services/wsResources.d.ts +0 -5
- package/types-3.4/services/wsSMC.d.ts +0 -8
- package/types-3.4/services/wsSasha.d.ts +0 -5
- package/types-3.4/services/wsStore.d.ts +0 -147
- package/types-3.4/services/wsTopology.d.ts +0 -10
- package/types-3.4/services/wsWorkunits.d.ts +0 -61
- package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types-3.4/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +0 -736
- package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +0 -19
- package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types-3.4/services/wsdl/WsDali/v1.07/WsDali.d.ts +0 -158
- package/types-3.4/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +0 -1011
- package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +0 -396
- package/types-3.4/services/wsdl/WsResources/v1.01/WsResources.d.ts +0 -85
- package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types-3.4/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +0 -519
- package/types-3.4/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +0 -65
- package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types-3.4/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +0 -716
- package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types-3.4/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types-3.4/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types-3.4/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types-3.4/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +0 -2549
- package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types-3.4/services/wsdl/ws_access/v1.17/ws_access.d.ts +0 -721
- package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types-3.4/services/wsdl/ws_account/v1.06/ws_account.d.ts +0 -71
- package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +0 -28
- package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types-3.4/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types-3.4/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types-3.4/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types-3.4/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +0 -175
- package/types-3.4/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +0 -470
- package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
|
@@ -1,250 +1,250 @@
|
|
|
1
|
-
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
-
import { Service } from "../../../../espConnection";
|
|
1
|
+
import { IConnection, IOptions } from "../../../../connection.ts";
|
|
2
|
+
import { Service } from "../../../../espConnection.ts";
|
|
3
3
|
|
|
4
4
|
type int = number;
|
|
5
5
|
|
|
6
6
|
export namespace Wsstore {
|
|
7
7
|
|
|
8
|
-
export interface CreateStoreRequest {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface Exception {
|
|
16
|
-
Code: string;
|
|
17
|
-
Audience: string;
|
|
18
|
-
Source: string;
|
|
19
|
-
Message: string;
|
|
20
|
-
}
|
|
8
|
+
export interface CreateStoreRequest {
|
|
9
|
+
Name?: string;
|
|
10
|
+
Type?: string;
|
|
11
|
+
Description?: string;
|
|
12
|
+
MaxValueSize?: int;
|
|
13
|
+
}
|
|
21
14
|
|
|
22
|
-
export interface
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
15
|
+
export interface Exception {
|
|
16
|
+
Code: string;
|
|
17
|
+
Audience: string;
|
|
18
|
+
Source: string;
|
|
19
|
+
Message: string;
|
|
20
|
+
}
|
|
26
21
|
|
|
27
|
-
export interface
|
|
28
|
-
Exceptions: {
|
|
22
|
+
export interface Exceptions {
|
|
29
23
|
Source: string;
|
|
30
24
|
Exception: Exception[];
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export interface
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Pair
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
Pairs: {
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface CreateStoreResponse {
|
|
28
|
+
Exceptions: {
|
|
29
|
+
Source: string;
|
|
30
|
+
Exception: Exception[];
|
|
31
|
+
};
|
|
32
|
+
Name: string;
|
|
33
|
+
Type: string;
|
|
34
|
+
Description: string;
|
|
35
|
+
Owner: string;
|
|
36
|
+
Success: boolean;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface DeleteRequest {
|
|
40
|
+
StoreName?: string;
|
|
41
|
+
Namespace?: string;
|
|
42
|
+
Key?: string;
|
|
43
|
+
UserSpecific?: boolean;
|
|
44
|
+
TargetUser?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface DeleteResponse {
|
|
48
|
+
Exceptions: Exceptions;
|
|
49
|
+
Success: boolean;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface DeleteNamespaceRequest {
|
|
53
|
+
StoreName?: string;
|
|
54
|
+
Namespace?: string;
|
|
55
|
+
UserSpecific?: boolean;
|
|
56
|
+
TargetUser?: string;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface DeleteNamespaceResponse {
|
|
60
|
+
Exceptions: Exceptions;
|
|
61
|
+
Success: boolean;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface FetchRequest {
|
|
65
|
+
StoreName?: string;
|
|
66
|
+
Namespace?: string;
|
|
67
|
+
Key?: string;
|
|
68
|
+
UserSpecific?: boolean;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface FetchResponse {
|
|
72
|
+
Exceptions: Exceptions;
|
|
73
|
+
Value: string;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export interface FetchAllRequest {
|
|
77
|
+
StoreName?: string;
|
|
78
|
+
Namespace?: string;
|
|
79
|
+
UserSpecific?: boolean;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface Pair {
|
|
83
|
+
Key: string;
|
|
84
|
+
Value: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface Pairs {
|
|
95
88
|
Pair: Pair[];
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export interface
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
KeySet: {
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface FetchAllResponse {
|
|
92
|
+
Exceptions: Exceptions;
|
|
93
|
+
Namespace: string;
|
|
94
|
+
Pairs: {
|
|
95
|
+
Pair: Pair[];
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface FetchKeyMDRequest {
|
|
100
|
+
StoreName?: string;
|
|
101
|
+
Namespace?: string;
|
|
102
|
+
Key?: string;
|
|
103
|
+
UserSpecific?: boolean;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface FetchKeyMDResponse {
|
|
107
|
+
Exceptions: Exceptions;
|
|
108
|
+
StoreName: string;
|
|
109
|
+
Namespace: string;
|
|
110
|
+
Key: string;
|
|
111
|
+
Pairs: Pairs;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface ListKeysRequest {
|
|
115
|
+
StoreName?: string;
|
|
116
|
+
Namespace?: string;
|
|
117
|
+
UserSpecific?: boolean;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface KeySet {
|
|
129
121
|
Key: string[];
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface ListKeysResponse {
|
|
125
|
+
Exceptions: Exceptions;
|
|
126
|
+
StoreName: string;
|
|
127
|
+
Namespace: string;
|
|
128
|
+
KeySet: {
|
|
129
|
+
Key: string[];
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface ListNamespacesRequest {
|
|
134
|
+
StoreName?: string;
|
|
135
|
+
UserSpecific?: boolean;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
export interface Namespaces {
|
|
146
139
|
Namespace: string[];
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface ListNamespacesResponse {
|
|
143
|
+
Exceptions: Exceptions;
|
|
144
|
+
StoreName: string;
|
|
145
|
+
Namespaces: {
|
|
146
|
+
Namespace: string[];
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export interface ListStoresRequest {
|
|
151
|
+
NameFilter?: string;
|
|
152
|
+
TypeFilter?: string;
|
|
153
|
+
OwnerFilter?: string;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export interface Store {
|
|
157
|
+
Name: string;
|
|
158
|
+
Type: string;
|
|
159
|
+
Description: string;
|
|
160
|
+
Owner: string;
|
|
161
|
+
CreateTime: string;
|
|
162
|
+
MaxValSize: string;
|
|
163
|
+
IsDefault: boolean;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
export interface Stores {
|
|
173
167
|
Store: Store[];
|
|
174
|
-
}
|
|
175
|
-
}
|
|
168
|
+
}
|
|
176
169
|
|
|
177
|
-
export interface
|
|
170
|
+
export interface ListStoresResponse {
|
|
171
|
+
Exceptions: Exceptions;
|
|
172
|
+
Stores: {
|
|
173
|
+
Store: Store[];
|
|
174
|
+
};
|
|
175
|
+
}
|
|
178
176
|
|
|
179
|
-
|
|
177
|
+
export interface wsstorePingRequest {
|
|
180
178
|
|
|
181
|
-
|
|
179
|
+
}
|
|
182
180
|
|
|
183
|
-
|
|
181
|
+
export interface wsstorePingResponse {
|
|
184
182
|
|
|
185
|
-
|
|
186
|
-
StoreName?: string;
|
|
187
|
-
Namespace?: string;
|
|
188
|
-
Key?: string;
|
|
189
|
-
Value?: string;
|
|
190
|
-
UserSpecific?: boolean;
|
|
191
|
-
}
|
|
183
|
+
}
|
|
192
184
|
|
|
193
|
-
export interface
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
185
|
+
export interface SetRequest {
|
|
186
|
+
StoreName?: string;
|
|
187
|
+
Namespace?: string;
|
|
188
|
+
Key?: string;
|
|
189
|
+
Value?: string;
|
|
190
|
+
UserSpecific?: boolean;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export interface SetResponse {
|
|
194
|
+
Exceptions: Exceptions;
|
|
195
|
+
Success: boolean;
|
|
196
|
+
}
|
|
197
197
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
export class storeServiceBase extends Service {
|
|
201
201
|
|
|
202
|
-
constructor(optsConnection: IOptions | IConnection) {
|
|
203
|
-
super(optsConnection, "wsstore", "1.02");
|
|
204
|
-
}
|
|
202
|
+
constructor(optsConnection: IOptions | IConnection) {
|
|
203
|
+
super(optsConnection, "wsstore", "1.02");
|
|
204
|
+
}
|
|
205
205
|
|
|
206
|
-
CreateStore(request: Wsstore.CreateStoreRequest): Promise<Wsstore.CreateStoreResponse> {
|
|
207
|
-
|
|
208
|
-
}
|
|
206
|
+
CreateStore(request: Wsstore.CreateStoreRequest): Promise<Wsstore.CreateStoreResponse> {
|
|
207
|
+
return this._connection.send("CreateStore", request);
|
|
208
|
+
}
|
|
209
209
|
|
|
210
|
-
Delete(request: Wsstore.DeleteRequest): Promise<Wsstore.DeleteResponse> {
|
|
211
|
-
|
|
212
|
-
}
|
|
210
|
+
Delete(request: Wsstore.DeleteRequest): Promise<Wsstore.DeleteResponse> {
|
|
211
|
+
return this._connection.send("Delete", request);
|
|
212
|
+
}
|
|
213
213
|
|
|
214
|
-
DeleteNamespace(request: Wsstore.DeleteNamespaceRequest): Promise<Wsstore.DeleteNamespaceResponse> {
|
|
215
|
-
|
|
216
|
-
}
|
|
214
|
+
DeleteNamespace(request: Wsstore.DeleteNamespaceRequest): Promise<Wsstore.DeleteNamespaceResponse> {
|
|
215
|
+
return this._connection.send("DeleteNamespace", request);
|
|
216
|
+
}
|
|
217
217
|
|
|
218
|
-
Fetch(request: Wsstore.FetchRequest): Promise<Wsstore.FetchResponse> {
|
|
219
|
-
|
|
220
|
-
}
|
|
218
|
+
Fetch(request: Wsstore.FetchRequest): Promise<Wsstore.FetchResponse> {
|
|
219
|
+
return this._connection.send("Fetch", request);
|
|
220
|
+
}
|
|
221
221
|
|
|
222
|
-
FetchAll(request: Wsstore.FetchAllRequest): Promise<Wsstore.FetchAllResponse> {
|
|
223
|
-
|
|
224
|
-
}
|
|
222
|
+
FetchAll(request: Wsstore.FetchAllRequest): Promise<Wsstore.FetchAllResponse> {
|
|
223
|
+
return this._connection.send("FetchAll", request);
|
|
224
|
+
}
|
|
225
225
|
|
|
226
|
-
FetchKeyMetadata(request: Wsstore.FetchKeyMDRequest): Promise<Wsstore.FetchKeyMDResponse> {
|
|
227
|
-
|
|
228
|
-
}
|
|
226
|
+
FetchKeyMetadata(request: Wsstore.FetchKeyMDRequest): Promise<Wsstore.FetchKeyMDResponse> {
|
|
227
|
+
return this._connection.send("FetchKeyMetadata", request);
|
|
228
|
+
}
|
|
229
229
|
|
|
230
|
-
ListKeys(request: Wsstore.ListKeysRequest): Promise<Wsstore.ListKeysResponse> {
|
|
231
|
-
|
|
232
|
-
}
|
|
230
|
+
ListKeys(request: Wsstore.ListKeysRequest): Promise<Wsstore.ListKeysResponse> {
|
|
231
|
+
return this._connection.send("ListKeys", request);
|
|
232
|
+
}
|
|
233
233
|
|
|
234
|
-
ListNamespaces(request: Wsstore.ListNamespacesRequest): Promise<Wsstore.ListNamespacesResponse> {
|
|
235
|
-
|
|
236
|
-
}
|
|
234
|
+
ListNamespaces(request: Wsstore.ListNamespacesRequest): Promise<Wsstore.ListNamespacesResponse> {
|
|
235
|
+
return this._connection.send("ListNamespaces", request);
|
|
236
|
+
}
|
|
237
237
|
|
|
238
|
-
ListStores(request: Wsstore.ListStoresRequest): Promise<Wsstore.ListStoresResponse> {
|
|
239
|
-
|
|
240
|
-
}
|
|
238
|
+
ListStores(request: Wsstore.ListStoresRequest): Promise<Wsstore.ListStoresResponse> {
|
|
239
|
+
return this._connection.send("ListStores", request);
|
|
240
|
+
}
|
|
241
241
|
|
|
242
|
-
Ping(request: Wsstore.wsstorePingRequest): Promise<Wsstore.wsstorePingResponse> {
|
|
243
|
-
|
|
244
|
-
}
|
|
242
|
+
Ping(request: Wsstore.wsstorePingRequest): Promise<Wsstore.wsstorePingResponse> {
|
|
243
|
+
return this._connection.send("Ping", request);
|
|
244
|
+
}
|
|
245
245
|
|
|
246
|
-
Set(request: Wsstore.SetRequest): Promise<Wsstore.SetResponse> {
|
|
247
|
-
|
|
248
|
-
}
|
|
246
|
+
Set(request: Wsstore.SetRequest): Promise<Wsstore.SetResponse> {
|
|
247
|
+
return this._connection.send("Set", request);
|
|
248
|
+
}
|
|
249
249
|
|
|
250
250
|
}
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/comms";
|
|
2
|
-
export declare const PKG_VERSION = "2.
|
|
3
|
-
export declare const BUILD_VERSION = "2.
|
|
4
|
-
//# sourceMappingURL=__package__.d.ts.map
|
|
2
|
+
export declare const PKG_VERSION = "3.2.0";
|
|
3
|
+
export declare const BUILD_VERSION = "3.2.0";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Dictionary, DictionaryNoCase, XMLNode } from "@hpcc-js/util";
|
|
2
|
-
import { ClientTools } from "./eclcc";
|
|
2
|
+
import { ClientTools } from "./eclcc.ts";
|
|
3
3
|
export interface IFilePath {
|
|
4
4
|
scope: ECLScope;
|
|
5
5
|
}
|
|
@@ -121,4 +121,3 @@ export declare class Workspace {
|
|
|
121
121
|
}
|
|
122
122
|
export declare function attachWorkspace(_workspacePath: string, eclccPath?: string): Workspace;
|
|
123
123
|
export declare function qualifiedIDBoundary(lineText: string, charPos: number, reverse: boolean): number;
|
|
124
|
-
//# sourceMappingURL=eclMeta.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Workspace } from "./eclMeta";
|
|
1
|
+
import { Workspace } from "./eclMeta.ts";
|
|
2
2
|
export declare class Version {
|
|
3
3
|
readonly prefix: string;
|
|
4
4
|
readonly major: number;
|
|
@@ -99,4 +99,3 @@ export declare function clearAllClientToolsCache(): void;
|
|
|
99
99
|
export declare function locateAllClientTools(): Promise<ClientTools[]>;
|
|
100
100
|
export declare function locateClientTools(overridePath?: string, build?: string, cwd?: string, includeFolders?: string[], legacyMode?: boolean, args?: string[]): Promise<ClientTools>;
|
|
101
101
|
export {};
|
|
102
|
-
//# sourceMappingURL=eclcc.d.ts.map
|
package/types/connection.d.ts
CHANGED
|
@@ -40,4 +40,3 @@ export declare class Connection implements IConnection {
|
|
|
40
40
|
export type IConnectionFactory = (opts: IOptions) => IConnection;
|
|
41
41
|
export declare let createConnection: IConnectionFactory;
|
|
42
42
|
export declare function setTransportFactory(newFunc: IConnectionFactory): IConnectionFactory;
|
|
43
|
-
//# sourceMappingURL=connection.d.ts.map
|
package/types/ecl/activity.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsSMC, SMCService } from "../services/wsSMC";
|
|
4
|
-
import { Workunit } from "./workunit";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsSMC, SMCService } from "../services/wsSMC.ts";
|
|
4
|
+
import { Workunit } from "./workunit.ts";
|
|
5
5
|
export interface ActivityEx {
|
|
6
6
|
}
|
|
7
7
|
export type UActivityState = WsSMC.ActivityResponse & ActivityEx;
|
|
@@ -37,4 +37,3 @@ export declare class Activity extends StateObject<UActivityState, IActivityState
|
|
|
37
37
|
lazyRefresh: () => Promise<this>;
|
|
38
38
|
refresh(): Promise<this>;
|
|
39
39
|
}
|
|
40
|
-
//# sourceMappingURL=activity.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Cache, StateCallback, StateEvents, StateObject, StatePropCallback } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsSMC } from "../services/wsSMC";
|
|
4
|
-
import { FileSpray, FileSprayService, UpdateDFUWorkunitEx } from "../services/fileSpray";
|
|
5
|
-
import * as WsTopology from "../services/wsTopology";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsSMC } from "../services/wsSMC.ts";
|
|
4
|
+
import { FileSpray, FileSprayService, UpdateDFUWorkunitEx } from "../services/fileSpray.ts";
|
|
5
|
+
import * as WsTopology from "../services/wsTopology.ts";
|
|
6
6
|
export declare class DFUWorkunitCache extends Cache<{
|
|
7
7
|
BaseUrl: string;
|
|
8
8
|
ID: string;
|
|
@@ -100,4 +100,3 @@ export declare class DFUWorkunit extends StateObject<UDFUWorkunitState, IDFUWork
|
|
|
100
100
|
clearState(wuid?: string): void;
|
|
101
101
|
protected GetDFUWorkunit(_request?: Partial<FileSpray.GetDFUWorkunit>): Promise<FileSpray.GetDFUWorkunitResponse>;
|
|
102
102
|
}
|
|
103
|
-
//# sourceMappingURL=dfuWorkunit.d.ts.map
|
package/types/ecl/graph.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Cache, Edge, Graph, StateObject, StringAnyMap, Subgraph, Vertex, XMLNode } from "@hpcc-js/util";
|
|
2
|
-
import { WsWorkunits } from "../services/wsWorkunits";
|
|
3
|
-
import { BaseScope } from "./scope";
|
|
4
|
-
import { Timer } from "./timer";
|
|
5
|
-
import { Workunit } from "./workunit";
|
|
2
|
+
import { WsWorkunits } from "../services/wsWorkunits.ts";
|
|
3
|
+
import { BaseScope } from "./scope.ts";
|
|
4
|
+
import { Timer } from "./timer.ts";
|
|
5
|
+
import { Workunit } from "./workunit.ts";
|
|
6
6
|
export interface ECLGraphEx extends WsWorkunits.ECLGraph {
|
|
7
7
|
Time: number;
|
|
8
8
|
}
|
|
@@ -43,4 +43,3 @@ export declare class ScopeVertex extends Vertex<BaseScope, BaseScope, BaseScope>
|
|
|
43
43
|
export declare class ScopeEdge extends Edge<BaseScope, BaseScope, BaseScope> {
|
|
44
44
|
}
|
|
45
45
|
export declare function createGraph(scopes: BaseScope[]): ScopeGraph;
|
|
46
|
-
//# sourceMappingURL=graph.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { DFUService, WsDfu } from "../services/wsDFU";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { DFUService, WsDfu } from "../services/wsDFU.ts";
|
|
4
4
|
export declare class LogicalFileCache extends Cache<{
|
|
5
5
|
BaseUrl: string;
|
|
6
6
|
Cluster: string;
|
|
@@ -88,4 +88,3 @@ export declare class LogicalFile extends StateObject<FileDetailEx, FileDetailEx>
|
|
|
88
88
|
fetchListHistory(): Promise<WsDfu.Origin[]>;
|
|
89
89
|
eraseHistory(): Promise<WsDfu.Origin[]>;
|
|
90
90
|
}
|
|
91
|
-
//# sourceMappingURL=logicalFile.d.ts.map
|
package/types/ecl/machine.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsMachine, MachineService } from "../services/wsMachine";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsMachine, MachineService } from "../services/wsMachine.ts";
|
|
4
4
|
export declare class MachineCache extends Cache<{
|
|
5
5
|
Address: string;
|
|
6
6
|
}, Machine> {
|
|
@@ -37,4 +37,3 @@ export declare class Machine extends StateObject<MachineInfoEx, MachineInfoEx> i
|
|
|
37
37
|
static attach(optsConnection: IOptions | IConnection | MachineService, address: string, state?: WsMachine.MachineInfoEx): Machine;
|
|
38
38
|
private constructor();
|
|
39
39
|
}
|
|
40
|
-
//# sourceMappingURL=machine.d.ts.map
|
package/types/ecl/query.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StateObject, RecursivePartial } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { EclService, IWsEclRequest, IWsEclResponse, IWsEclResult } from "../services/wsEcl";
|
|
4
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
5
|
-
import { Topology } from "./topology";
|
|
6
|
-
import { IScope } from "./workunit";
|
|
7
|
-
import { QueryGraph } from "./queryGraph";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { EclService, IWsEclRequest, IWsEclResponse, IWsEclResult } from "../services/wsEcl.ts";
|
|
4
|
+
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits.ts";
|
|
5
|
+
import { Topology } from "./topology.ts";
|
|
6
|
+
import { IScope } from "./workunit.ts";
|
|
7
|
+
import { QueryGraph } from "./queryGraph.ts";
|
|
8
8
|
export { QueryGraph };
|
|
9
9
|
export interface QueryEx extends WsWorkunits.WUQueryDetailsResponse {
|
|
10
10
|
BaseUrl: string;
|
|
@@ -67,4 +67,3 @@ export declare class Query extends StateObject<QueryEx, QueryEx> implements Quer
|
|
|
67
67
|
resultNames(): string[];
|
|
68
68
|
resultFields(resultName: string): IWsEclResult;
|
|
69
69
|
}
|
|
70
|
-
//# sourceMappingURL=query.d.ts.map
|
package/types/ecl/resource.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { Workunit } from "./workunit";
|
|
2
|
+
import { Workunit } from "./workunit.ts";
|
|
3
3
|
export interface ResourceEx {
|
|
4
4
|
URL: string;
|
|
5
5
|
DisplayName: string;
|
|
@@ -13,4 +13,3 @@ export declare class Resource extends StateObject<ResourceEx, ResourceEx> implem
|
|
|
13
13
|
get DisplayPath(): string;
|
|
14
14
|
constructor(wu: Workunit, url: string);
|
|
15
15
|
}
|
|
16
|
-
//# sourceMappingURL=resource.d.ts.map
|
package/types/ecl/result.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsDfu } from "../services/wsDFU";
|
|
4
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
5
|
-
import { XSDSchema, XSDXMLNode } from "./xsdParser";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsDfu } from "../services/wsDFU.ts";
|
|
4
|
+
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits.ts";
|
|
5
|
+
import { XSDSchema, XSDXMLNode } from "./xsdParser.ts";
|
|
6
6
|
export declare class GlobalResultCache extends Cache<{
|
|
7
7
|
BaseUrl: string;
|
|
8
8
|
Wuid: string;
|
|
@@ -85,4 +85,3 @@ export declare class Result extends StateObject<UResulState, IResulState> implem
|
|
|
85
85
|
export declare class ResultCache extends Cache<WsWorkunits.ECLResult, Result> {
|
|
86
86
|
constructor();
|
|
87
87
|
}
|
|
88
|
-
//# sourceMappingURL=result.d.ts.map
|
package/types/ecl/scope.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StateObject, StringAnyMap } from "@hpcc-js/util";
|
|
2
|
-
import { WsWorkunits } from "../services/wsWorkunits";
|
|
3
|
-
import { Workunit } from "./workunit";
|
|
2
|
+
import { WsWorkunits } from "../services/wsWorkunits.ts";
|
|
3
|
+
import { Workunit } from "./workunit.ts";
|
|
4
4
|
export interface AttributeEx extends WsWorkunits.Property {
|
|
5
5
|
FormattedEnd?: string;
|
|
6
6
|
}
|
|
@@ -52,4 +52,3 @@ export declare class Scope extends BaseScope {
|
|
|
52
52
|
readonly wu: Workunit;
|
|
53
53
|
constructor(wu: Workunit, scope: WsWorkunits.Scope);
|
|
54
54
|
}
|
|
55
|
-
//# sourceMappingURL=scope.d.ts.map
|