@hpcc-js/comms 2.98.0 → 3.1.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 -10388
- package/dist/index.js.map +7 -1
- package/dist/index.node.js +925 -10845
- package/dist/index.node.js.map +7 -1
- package/package.json +55 -60
- package/src/__package__.ts +1 -1
- 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 +2 -2
- 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 -3
- 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 +1 -2
- 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 +2 -3
- 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 +3 -4
- 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 -10704
- 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 -391
- 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 -422
- 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 -156
- 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 -148
- 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 -136
- 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 -42
- 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 -64
- 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,515 +0,0 @@
|
|
|
1
|
-
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
-
import { Service } from "../../../../espConnection";
|
|
3
|
-
type int = number;
|
|
4
|
-
type unsignedInt = number;
|
|
5
|
-
type long = number;
|
|
6
|
-
export declare enum LockModes {
|
|
7
|
-
ALL = "ALL",
|
|
8
|
-
READ = "READ",
|
|
9
|
-
WRITE = "WRITE",
|
|
10
|
-
HOLD = "HOLD",
|
|
11
|
-
SUB = "SUB"
|
|
12
|
-
}
|
|
13
|
-
export declare enum RoxieControlCmdType {
|
|
14
|
-
Attach = "Attach",
|
|
15
|
-
Detach = "Detach",
|
|
16
|
-
State = "State",
|
|
17
|
-
Reload = "Reload",
|
|
18
|
-
ReloadRetry = "ReloadRetry"
|
|
19
|
-
}
|
|
20
|
-
export declare namespace WsSMC {
|
|
21
|
-
interface Activity {
|
|
22
|
-
ChatURL: string;
|
|
23
|
-
BannerContent: string;
|
|
24
|
-
BannerColor: string;
|
|
25
|
-
BannerSize: string;
|
|
26
|
-
BannerScroll: string;
|
|
27
|
-
BannerAction: int;
|
|
28
|
-
EnableChatURL: boolean;
|
|
29
|
-
FromSubmitBtn: boolean;
|
|
30
|
-
SortBy: string;
|
|
31
|
-
Descending: boolean;
|
|
32
|
-
}
|
|
33
|
-
interface Exception {
|
|
34
|
-
Code: string;
|
|
35
|
-
Audience: string;
|
|
36
|
-
Source: string;
|
|
37
|
-
Message: string;
|
|
38
|
-
}
|
|
39
|
-
interface Exceptions {
|
|
40
|
-
Source: string;
|
|
41
|
-
Exception: Exception[];
|
|
42
|
-
}
|
|
43
|
-
interface TargetCluster {
|
|
44
|
-
ClusterName: string;
|
|
45
|
-
QueueName: string;
|
|
46
|
-
QueueStatus: string;
|
|
47
|
-
StatusDetails: string;
|
|
48
|
-
Warning: string;
|
|
49
|
-
ClusterType: int;
|
|
50
|
-
ClusterSize: int;
|
|
51
|
-
ClusterStatus: int;
|
|
52
|
-
}
|
|
53
|
-
interface ThorClusterList {
|
|
54
|
-
TargetCluster: TargetCluster[];
|
|
55
|
-
}
|
|
56
|
-
interface RoxieClusterList {
|
|
57
|
-
TargetCluster: TargetCluster[];
|
|
58
|
-
}
|
|
59
|
-
interface HThorClusterList {
|
|
60
|
-
TargetCluster: TargetCluster[];
|
|
61
|
-
}
|
|
62
|
-
interface DFUJob {
|
|
63
|
-
TimeStarted: string;
|
|
64
|
-
Done: int;
|
|
65
|
-
Total: int;
|
|
66
|
-
Command: string;
|
|
67
|
-
}
|
|
68
|
-
interface DFUJobs {
|
|
69
|
-
DFUJob: DFUJob[];
|
|
70
|
-
}
|
|
71
|
-
interface ActiveWorkunit {
|
|
72
|
-
Wuid: string;
|
|
73
|
-
State: string;
|
|
74
|
-
StateID: int;
|
|
75
|
-
Owner: string;
|
|
76
|
-
Jobname: string;
|
|
77
|
-
Server: string;
|
|
78
|
-
Instance: string;
|
|
79
|
-
Priority: string;
|
|
80
|
-
Extra: string;
|
|
81
|
-
GraphName: string;
|
|
82
|
-
Duration: string;
|
|
83
|
-
GID: string;
|
|
84
|
-
QueueName: string;
|
|
85
|
-
MemoryBlocked: int;
|
|
86
|
-
IsPausing: boolean;
|
|
87
|
-
Warning: string;
|
|
88
|
-
ClusterName: string;
|
|
89
|
-
ClusterType: string;
|
|
90
|
-
ClusterQueueName: string;
|
|
91
|
-
TargetClusterName: string;
|
|
92
|
-
}
|
|
93
|
-
interface Running {
|
|
94
|
-
ActiveWorkunit: ActiveWorkunit[];
|
|
95
|
-
}
|
|
96
|
-
interface Queues {
|
|
97
|
-
ServerJobQueue: ServerJobQueue[];
|
|
98
|
-
}
|
|
99
|
-
interface ServerJobQueue {
|
|
100
|
-
QueueName: string;
|
|
101
|
-
Queues: {
|
|
102
|
-
ServerJobQueue: ServerJobQueue[];
|
|
103
|
-
};
|
|
104
|
-
ServerName: string;
|
|
105
|
-
ServerType: string;
|
|
106
|
-
QueueStatus: string;
|
|
107
|
-
StatusDetails: string;
|
|
108
|
-
NetworkAddress: string;
|
|
109
|
-
Port: int;
|
|
110
|
-
}
|
|
111
|
-
interface ServerJobQueues {
|
|
112
|
-
ServerJobQueue: ServerJobQueue[];
|
|
113
|
-
}
|
|
114
|
-
interface ActivityResponse {
|
|
115
|
-
Exceptions: {
|
|
116
|
-
Source: string;
|
|
117
|
-
Exception: Exception[];
|
|
118
|
-
};
|
|
119
|
-
Build: string;
|
|
120
|
-
ThorClusterList: {
|
|
121
|
-
TargetCluster: TargetCluster[];
|
|
122
|
-
};
|
|
123
|
-
RoxieClusterList: {
|
|
124
|
-
TargetCluster: TargetCluster[];
|
|
125
|
-
};
|
|
126
|
-
HThorClusterList: {
|
|
127
|
-
TargetCluster: TargetCluster[];
|
|
128
|
-
};
|
|
129
|
-
DFUJobs: {
|
|
130
|
-
DFUJob: DFUJob[];
|
|
131
|
-
};
|
|
132
|
-
Running: {
|
|
133
|
-
ActiveWorkunit: ActiveWorkunit[];
|
|
134
|
-
};
|
|
135
|
-
BannerContent: string;
|
|
136
|
-
BannerColor: string;
|
|
137
|
-
BannerSize: string;
|
|
138
|
-
BannerScroll: string;
|
|
139
|
-
ChatURL: string;
|
|
140
|
-
ShowBanner: int;
|
|
141
|
-
ShowChatURL: int;
|
|
142
|
-
SortBy: string;
|
|
143
|
-
Descending: boolean;
|
|
144
|
-
SuperUser: boolean;
|
|
145
|
-
AccessRight: string;
|
|
146
|
-
ServerJobQueues: {
|
|
147
|
-
ServerJobQueue: ServerJobQueue[];
|
|
148
|
-
};
|
|
149
|
-
ActivityTime: string;
|
|
150
|
-
DaliDetached: boolean;
|
|
151
|
-
}
|
|
152
|
-
interface BrowseResources {
|
|
153
|
-
}
|
|
154
|
-
interface HPCCResource {
|
|
155
|
-
Name: string;
|
|
156
|
-
Description: string;
|
|
157
|
-
FileName: string;
|
|
158
|
-
Version: string;
|
|
159
|
-
}
|
|
160
|
-
interface HPCCResources {
|
|
161
|
-
HPCCResource: HPCCResource[];
|
|
162
|
-
}
|
|
163
|
-
interface HPCCResourceRepository {
|
|
164
|
-
Name: string;
|
|
165
|
-
Path: string;
|
|
166
|
-
HPCCResources: {
|
|
167
|
-
HPCCResource: HPCCResource[];
|
|
168
|
-
};
|
|
169
|
-
}
|
|
170
|
-
interface HPCCResourceRepositories {
|
|
171
|
-
HPCCResourceRepository: HPCCResourceRepository[];
|
|
172
|
-
}
|
|
173
|
-
interface BrowseResourcesResponse {
|
|
174
|
-
Exceptions: Exceptions;
|
|
175
|
-
PortalURL: string;
|
|
176
|
-
NetAddress: string;
|
|
177
|
-
OS: int;
|
|
178
|
-
UseResource: boolean;
|
|
179
|
-
HPCCResourceRepositories: {
|
|
180
|
-
HPCCResourceRepository: HPCCResourceRepository[];
|
|
181
|
-
};
|
|
182
|
-
}
|
|
183
|
-
interface ClearQueue {
|
|
184
|
-
Cluster: string;
|
|
185
|
-
QueueName: string;
|
|
186
|
-
Comment: string;
|
|
187
|
-
ServerType: string;
|
|
188
|
-
NetworkAddress: string;
|
|
189
|
-
Port: int;
|
|
190
|
-
}
|
|
191
|
-
interface TargetClusterInfo {
|
|
192
|
-
ClusterName: string;
|
|
193
|
-
QueueName: string;
|
|
194
|
-
QueueStatus: string;
|
|
195
|
-
StatusDetails: string;
|
|
196
|
-
Warning: string;
|
|
197
|
-
ClusterType: int;
|
|
198
|
-
ClusterSize: int;
|
|
199
|
-
ClusterStatus: int;
|
|
200
|
-
}
|
|
201
|
-
interface ServerInfo {
|
|
202
|
-
QueueName: string;
|
|
203
|
-
Queues: Queues;
|
|
204
|
-
ServerName: string;
|
|
205
|
-
ServerType: string;
|
|
206
|
-
QueueStatus: string;
|
|
207
|
-
StatusDetails: string;
|
|
208
|
-
NetworkAddress: string;
|
|
209
|
-
Port: int;
|
|
210
|
-
}
|
|
211
|
-
interface Workunits {
|
|
212
|
-
ActiveWorkunit: ActiveWorkunit[];
|
|
213
|
-
}
|
|
214
|
-
interface StatusServerInfo {
|
|
215
|
-
TargetClusterInfo: {
|
|
216
|
-
ClusterName: string;
|
|
217
|
-
QueueName: string;
|
|
218
|
-
QueueStatus: string;
|
|
219
|
-
StatusDetails: string;
|
|
220
|
-
Warning: string;
|
|
221
|
-
ClusterType: int;
|
|
222
|
-
ClusterSize: int;
|
|
223
|
-
ClusterStatus: int;
|
|
224
|
-
};
|
|
225
|
-
ServerInfo: {
|
|
226
|
-
QueueName: string;
|
|
227
|
-
Queues: Queues;
|
|
228
|
-
ServerName: string;
|
|
229
|
-
ServerType: string;
|
|
230
|
-
QueueStatus: string;
|
|
231
|
-
StatusDetails: string;
|
|
232
|
-
NetworkAddress: string;
|
|
233
|
-
Port: int;
|
|
234
|
-
};
|
|
235
|
-
Workunits: {
|
|
236
|
-
ActiveWorkunit: ActiveWorkunit[];
|
|
237
|
-
};
|
|
238
|
-
}
|
|
239
|
-
interface SMCQueueResponse {
|
|
240
|
-
Exceptions: Exceptions;
|
|
241
|
-
StatusServerInfo: {
|
|
242
|
-
TargetClusterInfo: {
|
|
243
|
-
ClusterName: string;
|
|
244
|
-
QueueName: string;
|
|
245
|
-
QueueStatus: string;
|
|
246
|
-
StatusDetails: string;
|
|
247
|
-
Warning: string;
|
|
248
|
-
ClusterType: int;
|
|
249
|
-
ClusterSize: int;
|
|
250
|
-
ClusterStatus: int;
|
|
251
|
-
};
|
|
252
|
-
ServerInfo: {
|
|
253
|
-
QueueName: string;
|
|
254
|
-
Queues: Queues;
|
|
255
|
-
ServerName: string;
|
|
256
|
-
ServerType: string;
|
|
257
|
-
QueueStatus: string;
|
|
258
|
-
StatusDetails: string;
|
|
259
|
-
NetworkAddress: string;
|
|
260
|
-
Port: int;
|
|
261
|
-
};
|
|
262
|
-
Workunits: {
|
|
263
|
-
ActiveWorkunit: ActiveWorkunit[];
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
|
-
}
|
|
267
|
-
interface GetBuildInfo {
|
|
268
|
-
}
|
|
269
|
-
interface NamedValue {
|
|
270
|
-
Name: string;
|
|
271
|
-
Value: string;
|
|
272
|
-
}
|
|
273
|
-
interface BuildInfo {
|
|
274
|
-
NamedValue: NamedValue[];
|
|
275
|
-
}
|
|
276
|
-
interface GetBuildInfoResponse {
|
|
277
|
-
Exceptions: Exceptions;
|
|
278
|
-
BuildInfo: {
|
|
279
|
-
NamedValue: NamedValue[];
|
|
280
|
-
};
|
|
281
|
-
}
|
|
282
|
-
interface GetStatusServerInfo {
|
|
283
|
-
ServerName: string;
|
|
284
|
-
ServerType: string;
|
|
285
|
-
NetworkAddress: string;
|
|
286
|
-
Port: int;
|
|
287
|
-
}
|
|
288
|
-
interface GetStatusServerInfoResponse {
|
|
289
|
-
Exceptions: Exceptions;
|
|
290
|
-
StatusServerInfo: StatusServerInfo;
|
|
291
|
-
}
|
|
292
|
-
interface GetThorQueueAvailability {
|
|
293
|
-
}
|
|
294
|
-
interface ThorCluster {
|
|
295
|
-
ClusterName: string;
|
|
296
|
-
QueueName: string;
|
|
297
|
-
QueueStatus: string;
|
|
298
|
-
QueueAvailable: int;
|
|
299
|
-
JobsRunning: int;
|
|
300
|
-
JobsInQueue: int;
|
|
301
|
-
QueueStatus2: int;
|
|
302
|
-
ThorLCR: string;
|
|
303
|
-
ClusterSize: int;
|
|
304
|
-
}
|
|
305
|
-
interface ThorClusters {
|
|
306
|
-
ThorCluster: ThorCluster[];
|
|
307
|
-
}
|
|
308
|
-
interface GetThorQueueAvailabilityResponse {
|
|
309
|
-
Exceptions: Exceptions;
|
|
310
|
-
ThorClusters: {
|
|
311
|
-
ThorCluster: ThorCluster[];
|
|
312
|
-
};
|
|
313
|
-
}
|
|
314
|
-
interface Index {
|
|
315
|
-
}
|
|
316
|
-
interface SMCIndexResponse {
|
|
317
|
-
Exceptions: Exceptions;
|
|
318
|
-
}
|
|
319
|
-
interface LockQuery {
|
|
320
|
-
EPIP: string;
|
|
321
|
-
XPath: string;
|
|
322
|
-
DurationMSLow: unsignedInt;
|
|
323
|
-
DurationMSHigh: unsignedInt;
|
|
324
|
-
TimeLockedLow: string;
|
|
325
|
-
TimeLockedHigh: string;
|
|
326
|
-
Mode: LockModes;
|
|
327
|
-
AllFileLocks: boolean;
|
|
328
|
-
}
|
|
329
|
-
interface ModeNames {
|
|
330
|
-
Item: string[];
|
|
331
|
-
}
|
|
332
|
-
interface Lock {
|
|
333
|
-
EPIP: string;
|
|
334
|
-
XPath: string;
|
|
335
|
-
LogicalFile: string;
|
|
336
|
-
SessionID: long;
|
|
337
|
-
DurationMS: unsignedInt;
|
|
338
|
-
TimeLocked: string;
|
|
339
|
-
Modes: string;
|
|
340
|
-
ModeNames: {
|
|
341
|
-
Item: string[];
|
|
342
|
-
};
|
|
343
|
-
}
|
|
344
|
-
interface Locks {
|
|
345
|
-
Lock: Lock[];
|
|
346
|
-
}
|
|
347
|
-
interface LockQueryResponse {
|
|
348
|
-
Exceptions: Exceptions;
|
|
349
|
-
Locks: {
|
|
350
|
-
Lock: Lock[];
|
|
351
|
-
};
|
|
352
|
-
NumLocks: int;
|
|
353
|
-
}
|
|
354
|
-
interface MoveJobBack {
|
|
355
|
-
ClusterType: int;
|
|
356
|
-
Cluster: string;
|
|
357
|
-
QueueName: string;
|
|
358
|
-
Wuid: string;
|
|
359
|
-
}
|
|
360
|
-
interface SMCJobResponse {
|
|
361
|
-
Exceptions: Exceptions;
|
|
362
|
-
}
|
|
363
|
-
interface MoveJobDown {
|
|
364
|
-
ClusterType: int;
|
|
365
|
-
Cluster: string;
|
|
366
|
-
QueueName: string;
|
|
367
|
-
Wuid: string;
|
|
368
|
-
}
|
|
369
|
-
interface MoveJobFront {
|
|
370
|
-
ClusterType: int;
|
|
371
|
-
Cluster: string;
|
|
372
|
-
QueueName: string;
|
|
373
|
-
Wuid: string;
|
|
374
|
-
}
|
|
375
|
-
interface MoveJobUp {
|
|
376
|
-
ClusterType: int;
|
|
377
|
-
Cluster: string;
|
|
378
|
-
QueueName: string;
|
|
379
|
-
Wuid: string;
|
|
380
|
-
}
|
|
381
|
-
interface NotInCommunityEdition {
|
|
382
|
-
EEPortal: string;
|
|
383
|
-
}
|
|
384
|
-
interface NotInCommunityEditionResponse {
|
|
385
|
-
Exceptions: Exceptions;
|
|
386
|
-
}
|
|
387
|
-
interface PauseQueue {
|
|
388
|
-
Cluster: string;
|
|
389
|
-
QueueName: string;
|
|
390
|
-
Comment: string;
|
|
391
|
-
ServerType: string;
|
|
392
|
-
NetworkAddress: string;
|
|
393
|
-
Port: int;
|
|
394
|
-
}
|
|
395
|
-
interface Ping {
|
|
396
|
-
}
|
|
397
|
-
interface WsSMCPingResponse {
|
|
398
|
-
}
|
|
399
|
-
interface RemoveJob {
|
|
400
|
-
ClusterType: int;
|
|
401
|
-
Cluster: string;
|
|
402
|
-
QueueName: string;
|
|
403
|
-
Wuid: string;
|
|
404
|
-
}
|
|
405
|
-
interface ResumeQueue {
|
|
406
|
-
Cluster: string;
|
|
407
|
-
QueueName: string;
|
|
408
|
-
Comment: string;
|
|
409
|
-
ServerType: string;
|
|
410
|
-
NetworkAddress: string;
|
|
411
|
-
Port: int;
|
|
412
|
-
}
|
|
413
|
-
interface RoxieControlCmd {
|
|
414
|
-
ProcessCluster: string;
|
|
415
|
-
TargetCluster: string;
|
|
416
|
-
Command: RoxieControlCmdType;
|
|
417
|
-
Wait: int;
|
|
418
|
-
}
|
|
419
|
-
interface Endpoint {
|
|
420
|
-
Address: string;
|
|
421
|
-
Attached: boolean;
|
|
422
|
-
StateHash: string;
|
|
423
|
-
Status: string;
|
|
424
|
-
}
|
|
425
|
-
interface Endpoints {
|
|
426
|
-
Endpoint: Endpoint[];
|
|
427
|
-
}
|
|
428
|
-
interface RoxieControlCmdResponse {
|
|
429
|
-
Exceptions: Exceptions;
|
|
430
|
-
Endpoints: {
|
|
431
|
-
Endpoint: Endpoint[];
|
|
432
|
-
};
|
|
433
|
-
}
|
|
434
|
-
interface QueryIds {
|
|
435
|
-
Item: string[];
|
|
436
|
-
}
|
|
437
|
-
interface RoxieXrefCmd {
|
|
438
|
-
RoxieCluster: string;
|
|
439
|
-
QueryIds: {
|
|
440
|
-
Item: string[];
|
|
441
|
-
};
|
|
442
|
-
CheckAllNodes: boolean;
|
|
443
|
-
Wait: int;
|
|
444
|
-
}
|
|
445
|
-
interface RoxieXrefCmdResponse {
|
|
446
|
-
Exceptions: Exceptions;
|
|
447
|
-
Result: string;
|
|
448
|
-
}
|
|
449
|
-
interface SetBanner {
|
|
450
|
-
ChatURL: string;
|
|
451
|
-
BannerContent: string;
|
|
452
|
-
BannerColor: string;
|
|
453
|
-
BannerSize: string;
|
|
454
|
-
BannerScroll: string;
|
|
455
|
-
BannerAction: int;
|
|
456
|
-
EnableChatURL: boolean;
|
|
457
|
-
FromSubmitBtn: boolean;
|
|
458
|
-
}
|
|
459
|
-
interface SetBannerResponse {
|
|
460
|
-
Exceptions: Exceptions;
|
|
461
|
-
}
|
|
462
|
-
interface SMCJob {
|
|
463
|
-
Wuid: string;
|
|
464
|
-
QueueName: string;
|
|
465
|
-
}
|
|
466
|
-
interface SMCJobs {
|
|
467
|
-
SMCJob: SMCJob[];
|
|
468
|
-
}
|
|
469
|
-
interface SetJobPriority {
|
|
470
|
-
QueueName: string;
|
|
471
|
-
Wuid: string;
|
|
472
|
-
Priority: string;
|
|
473
|
-
SMCJobs: {
|
|
474
|
-
SMCJob: SMCJob[];
|
|
475
|
-
};
|
|
476
|
-
}
|
|
477
|
-
interface SMCPriorityResponse {
|
|
478
|
-
Exceptions: Exceptions;
|
|
479
|
-
}
|
|
480
|
-
interface StopQueue {
|
|
481
|
-
Cluster: string;
|
|
482
|
-
QueueName: string;
|
|
483
|
-
Comment: string;
|
|
484
|
-
ServerType: string;
|
|
485
|
-
NetworkAddress: string;
|
|
486
|
-
Port: int;
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
export declare class SMCServiceBase extends Service {
|
|
490
|
-
constructor(optsConnection: IOptions | IConnection);
|
|
491
|
-
Activity(request: WsSMC.Activity): Promise<WsSMC.ActivityResponse>;
|
|
492
|
-
BrowseResources(request: WsSMC.BrowseResources): Promise<WsSMC.BrowseResourcesResponse>;
|
|
493
|
-
ClearQueue(request: WsSMC.ClearQueue): Promise<WsSMC.SMCQueueResponse>;
|
|
494
|
-
GetBuildInfo(request: WsSMC.GetBuildInfo): Promise<WsSMC.GetBuildInfoResponse>;
|
|
495
|
-
GetStatusServerInfo(request: WsSMC.GetStatusServerInfo): Promise<WsSMC.GetStatusServerInfoResponse>;
|
|
496
|
-
GetThorQueueAvailability(request: WsSMC.GetThorQueueAvailability): Promise<WsSMC.GetThorQueueAvailabilityResponse>;
|
|
497
|
-
Index(request: WsSMC.Index): Promise<WsSMC.SMCIndexResponse>;
|
|
498
|
-
LockQuery(request: WsSMC.LockQuery): Promise<WsSMC.LockQueryResponse>;
|
|
499
|
-
MoveJobBack(request: WsSMC.MoveJobBack): Promise<WsSMC.SMCJobResponse>;
|
|
500
|
-
MoveJobDown(request: WsSMC.MoveJobDown): Promise<WsSMC.SMCJobResponse>;
|
|
501
|
-
MoveJobFront(request: WsSMC.MoveJobFront): Promise<WsSMC.SMCJobResponse>;
|
|
502
|
-
MoveJobUp(request: WsSMC.MoveJobUp): Promise<WsSMC.SMCJobResponse>;
|
|
503
|
-
NotInCommunityEdition(request: WsSMC.NotInCommunityEdition): Promise<WsSMC.NotInCommunityEditionResponse>;
|
|
504
|
-
PauseQueue(request: WsSMC.PauseQueue): Promise<WsSMC.SMCQueueResponse>;
|
|
505
|
-
Ping(request: WsSMC.Ping): Promise<WsSMC.WsSMCPingResponse>;
|
|
506
|
-
RemoveJob(request: WsSMC.RemoveJob): Promise<WsSMC.SMCJobResponse>;
|
|
507
|
-
ResumeQueue(request: WsSMC.ResumeQueue): Promise<WsSMC.SMCQueueResponse>;
|
|
508
|
-
RoxieControlCmd(request: WsSMC.RoxieControlCmd): Promise<WsSMC.RoxieControlCmdResponse>;
|
|
509
|
-
RoxieXrefCmd(request: WsSMC.RoxieXrefCmd): Promise<WsSMC.RoxieXrefCmdResponse>;
|
|
510
|
-
SetBanner(request: WsSMC.SetBanner): Promise<WsSMC.SetBannerResponse>;
|
|
511
|
-
SetJobPriority(request: WsSMC.SetJobPriority): Promise<WsSMC.SMCPriorityResponse>;
|
|
512
|
-
StopQueue(request: WsSMC.StopQueue): Promise<WsSMC.SMCQueueResponse>;
|
|
513
|
-
}
|
|
514
|
-
export {};
|
|
515
|
-
//# sourceMappingURL=WsSMC.d.ts.map
|