@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,694 +0,0 @@
|
|
|
1
|
-
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
-
import { Service } from "../../../../espConnection";
|
|
3
|
-
export declare namespace WsTopology {
|
|
4
|
-
type int = number;
|
|
5
|
-
type base64Binary = string;
|
|
6
|
-
type unsignedInt = number;
|
|
7
|
-
type long = number;
|
|
8
|
-
enum RoxieQueueFilter {
|
|
9
|
-
All = "All",
|
|
10
|
-
QueriesOnly = "QueriesOnly",
|
|
11
|
-
WorkunitsOnly = "WorkunitsOnly"
|
|
12
|
-
}
|
|
13
|
-
interface WsTopologyPingRequest {
|
|
14
|
-
}
|
|
15
|
-
interface WsTopologyPingResponse {
|
|
16
|
-
}
|
|
17
|
-
interface SystemLogRequest {
|
|
18
|
-
Name?: string;
|
|
19
|
-
Type?: string;
|
|
20
|
-
Zip?: int;
|
|
21
|
-
}
|
|
22
|
-
interface Exception {
|
|
23
|
-
Code: string;
|
|
24
|
-
Audience: string;
|
|
25
|
-
Source: string;
|
|
26
|
-
Message: string;
|
|
27
|
-
}
|
|
28
|
-
interface Exceptions {
|
|
29
|
-
Source: string;
|
|
30
|
-
Exception: Exception[];
|
|
31
|
-
}
|
|
32
|
-
interface SystemLogResponse {
|
|
33
|
-
Exceptions: {
|
|
34
|
-
Source: string;
|
|
35
|
-
Exception: Exception[];
|
|
36
|
-
};
|
|
37
|
-
thefile: base64Binary;
|
|
38
|
-
}
|
|
39
|
-
interface TpClusterInfoRequest {
|
|
40
|
-
Name?: string;
|
|
41
|
-
}
|
|
42
|
-
interface TpQueue {
|
|
43
|
-
Name: string;
|
|
44
|
-
WorkUnit: string;
|
|
45
|
-
}
|
|
46
|
-
interface TpQueues {
|
|
47
|
-
TpQueue: TpQueue[];
|
|
48
|
-
}
|
|
49
|
-
interface TpClusterInfoResponse {
|
|
50
|
-
Exceptions: Exceptions;
|
|
51
|
-
Name: string;
|
|
52
|
-
WorkUnit: string;
|
|
53
|
-
TpQueues: {
|
|
54
|
-
TpQueue: TpQueue[];
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
interface TpClusterQueryRequest {
|
|
58
|
-
Type?: string;
|
|
59
|
-
}
|
|
60
|
-
interface TpMachine {
|
|
61
|
-
Name: string;
|
|
62
|
-
Netaddress: string;
|
|
63
|
-
ConfigNetaddress: string;
|
|
64
|
-
Domain: string;
|
|
65
|
-
Directory: string;
|
|
66
|
-
Type: string;
|
|
67
|
-
Available: string;
|
|
68
|
-
OS: int;
|
|
69
|
-
Path: string;
|
|
70
|
-
Port: int;
|
|
71
|
-
ProcessNumber: int;
|
|
72
|
-
Channels: unsignedInt;
|
|
73
|
-
}
|
|
74
|
-
interface TpMachines {
|
|
75
|
-
TpMachine: TpMachine[];
|
|
76
|
-
}
|
|
77
|
-
interface TpCluster {
|
|
78
|
-
Type: string;
|
|
79
|
-
Name: string;
|
|
80
|
-
QueueName: string;
|
|
81
|
-
Build: string;
|
|
82
|
-
Directory: string;
|
|
83
|
-
LogDirectory: string;
|
|
84
|
-
Desc: string;
|
|
85
|
-
Path: string;
|
|
86
|
-
DataModel: string;
|
|
87
|
-
OS: int;
|
|
88
|
-
HasThorSpareProcess: boolean;
|
|
89
|
-
TpMachines: {
|
|
90
|
-
TpMachine: TpMachine[];
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
interface TpClusters {
|
|
94
|
-
TpCluster: TpCluster[];
|
|
95
|
-
}
|
|
96
|
-
interface TpClusterQueryResponse {
|
|
97
|
-
Exceptions: Exceptions;
|
|
98
|
-
EnableSNMP: boolean;
|
|
99
|
-
AcceptLanguage: string;
|
|
100
|
-
TpClusters: {
|
|
101
|
-
TpCluster: TpCluster[];
|
|
102
|
-
};
|
|
103
|
-
}
|
|
104
|
-
interface TpDropZoneQueryRequest {
|
|
105
|
-
Name?: string;
|
|
106
|
-
ECLWatchVisibleOnly?: boolean;
|
|
107
|
-
}
|
|
108
|
-
interface TpDropZone {
|
|
109
|
-
Name: string;
|
|
110
|
-
Description: string;
|
|
111
|
-
Build: string;
|
|
112
|
-
Path: string;
|
|
113
|
-
ECLWatchVisible: boolean;
|
|
114
|
-
UMask: string;
|
|
115
|
-
TpMachines: TpMachines;
|
|
116
|
-
}
|
|
117
|
-
interface TpDropZones {
|
|
118
|
-
TpDropZone: TpDropZone[];
|
|
119
|
-
}
|
|
120
|
-
interface TpDropZoneQueryResponse {
|
|
121
|
-
Exceptions: Exceptions;
|
|
122
|
-
TpDropZones: {
|
|
123
|
-
TpDropZone: TpDropZone[];
|
|
124
|
-
};
|
|
125
|
-
}
|
|
126
|
-
interface TpGetComponentFileRequest {
|
|
127
|
-
CompType?: string;
|
|
128
|
-
CompName?: string;
|
|
129
|
-
NetAddress?: string;
|
|
130
|
-
Directory?: string;
|
|
131
|
-
FileType?: string;
|
|
132
|
-
OsType?: int;
|
|
133
|
-
PlainText?: string;
|
|
134
|
-
}
|
|
135
|
-
interface TpGetComponentFileResponse {
|
|
136
|
-
Exceptions: Exceptions;
|
|
137
|
-
FileContents: base64Binary;
|
|
138
|
-
}
|
|
139
|
-
interface TpGetServicePluginsRequest {
|
|
140
|
-
}
|
|
141
|
-
interface Plugin {
|
|
142
|
-
ShortName: string;
|
|
143
|
-
LongName: string;
|
|
144
|
-
FolderName: string;
|
|
145
|
-
WidgetName: string;
|
|
146
|
-
}
|
|
147
|
-
interface Plugins {
|
|
148
|
-
Plugin: Plugin[];
|
|
149
|
-
}
|
|
150
|
-
interface TpGetServicePluginsResponse {
|
|
151
|
-
Exceptions: Exceptions;
|
|
152
|
-
Plugins: {
|
|
153
|
-
Plugin: Plugin[];
|
|
154
|
-
};
|
|
155
|
-
}
|
|
156
|
-
interface TpGroupQueryRequest {
|
|
157
|
-
Kind?: string;
|
|
158
|
-
}
|
|
159
|
-
interface TpGroup {
|
|
160
|
-
Name: string;
|
|
161
|
-
Kind: string;
|
|
162
|
-
ReplicateOutputs: boolean;
|
|
163
|
-
}
|
|
164
|
-
interface TpGroups {
|
|
165
|
-
TpGroup: TpGroup[];
|
|
166
|
-
}
|
|
167
|
-
interface TpGroupQueryResponse {
|
|
168
|
-
Exceptions: Exceptions;
|
|
169
|
-
TpGroups: {
|
|
170
|
-
TpGroup: TpGroup[];
|
|
171
|
-
};
|
|
172
|
-
}
|
|
173
|
-
interface TpListTargetClustersRequest {
|
|
174
|
-
}
|
|
175
|
-
interface TpClusterNameType {
|
|
176
|
-
Name: string;
|
|
177
|
-
Type: string;
|
|
178
|
-
IsDefault: boolean;
|
|
179
|
-
}
|
|
180
|
-
interface TargetClusters {
|
|
181
|
-
TpClusterNameType: TpClusterNameType[];
|
|
182
|
-
}
|
|
183
|
-
interface TpListTargetClustersResponse {
|
|
184
|
-
Exceptions: Exceptions;
|
|
185
|
-
TargetClusters: {
|
|
186
|
-
TpClusterNameType: TpClusterNameType[];
|
|
187
|
-
};
|
|
188
|
-
}
|
|
189
|
-
interface TpLogFileRequest {
|
|
190
|
-
Name?: string;
|
|
191
|
-
Type?: string;
|
|
192
|
-
LastHours?: int;
|
|
193
|
-
StartDate?: string;
|
|
194
|
-
EndDate?: string;
|
|
195
|
-
FirstRows?: int;
|
|
196
|
-
LastRows?: int;
|
|
197
|
-
FilterType?: int;
|
|
198
|
-
Reversely?: boolean;
|
|
199
|
-
Zip?: boolean;
|
|
200
|
-
PageNumber?: int;
|
|
201
|
-
LoadData?: boolean;
|
|
202
|
-
IncludeLogFieldNames?: boolean;
|
|
203
|
-
}
|
|
204
|
-
interface LogFieldNames {
|
|
205
|
-
Item: string[];
|
|
206
|
-
}
|
|
207
|
-
interface TpLogFileResponse {
|
|
208
|
-
Exceptions: Exceptions;
|
|
209
|
-
Name: string;
|
|
210
|
-
Type: string;
|
|
211
|
-
StartDate: string;
|
|
212
|
-
EndDate: string;
|
|
213
|
-
LastHours: int;
|
|
214
|
-
FirstRows: int;
|
|
215
|
-
LastRows: int;
|
|
216
|
-
Reversely: boolean;
|
|
217
|
-
Zip: boolean;
|
|
218
|
-
FilterType: int;
|
|
219
|
-
LogData: string;
|
|
220
|
-
HasDate: boolean;
|
|
221
|
-
FileSize: long;
|
|
222
|
-
PageFrom: long;
|
|
223
|
-
PageTo: long;
|
|
224
|
-
PageNumber: int;
|
|
225
|
-
PrevPage: int;
|
|
226
|
-
NextPage: int;
|
|
227
|
-
TotalPages: int;
|
|
228
|
-
AcceptLanguage: string;
|
|
229
|
-
LogFieldNames: {
|
|
230
|
-
Item: string[];
|
|
231
|
-
};
|
|
232
|
-
}
|
|
233
|
-
interface TpLogicalClusterQueryRequest {
|
|
234
|
-
EclServerQueue?: string;
|
|
235
|
-
RoxieQueueFilter?: RoxieQueueFilter;
|
|
236
|
-
}
|
|
237
|
-
interface TpLogicalCluster {
|
|
238
|
-
Name: string;
|
|
239
|
-
Queue: string;
|
|
240
|
-
LanguageVersion: string;
|
|
241
|
-
Process: string;
|
|
242
|
-
Type: string;
|
|
243
|
-
QueriesOnly: boolean;
|
|
244
|
-
}
|
|
245
|
-
interface TpLogicalClusters {
|
|
246
|
-
TpLogicalCluster: TpLogicalCluster[];
|
|
247
|
-
}
|
|
248
|
-
interface TpLogicalClusterQueryResponse {
|
|
249
|
-
Exceptions: Exceptions;
|
|
250
|
-
TpLogicalClusters: {
|
|
251
|
-
TpLogicalCluster: TpLogicalCluster[];
|
|
252
|
-
};
|
|
253
|
-
}
|
|
254
|
-
interface TpMachineInfoRequest {
|
|
255
|
-
Name?: string;
|
|
256
|
-
NetAddress?: string;
|
|
257
|
-
}
|
|
258
|
-
interface MachineInfo {
|
|
259
|
-
Name: string;
|
|
260
|
-
Netaddress: string;
|
|
261
|
-
ConfigNetaddress: string;
|
|
262
|
-
Domain: string;
|
|
263
|
-
Directory: string;
|
|
264
|
-
Type: string;
|
|
265
|
-
Available: string;
|
|
266
|
-
OS: int;
|
|
267
|
-
Path: string;
|
|
268
|
-
Port: int;
|
|
269
|
-
ProcessNumber: int;
|
|
270
|
-
Channels: unsignedInt;
|
|
271
|
-
}
|
|
272
|
-
interface TpMachineInfoResponse {
|
|
273
|
-
Exceptions: Exceptions;
|
|
274
|
-
MachineInfo: {
|
|
275
|
-
Name: string;
|
|
276
|
-
Netaddress: string;
|
|
277
|
-
ConfigNetaddress: string;
|
|
278
|
-
Domain: string;
|
|
279
|
-
Directory: string;
|
|
280
|
-
Type: string;
|
|
281
|
-
Available: string;
|
|
282
|
-
OS: int;
|
|
283
|
-
Path: string;
|
|
284
|
-
Port: int;
|
|
285
|
-
ProcessNumber: int;
|
|
286
|
-
Channels: unsignedInt;
|
|
287
|
-
};
|
|
288
|
-
}
|
|
289
|
-
interface TpMachineQueryRequest {
|
|
290
|
-
Type?: string;
|
|
291
|
-
Cluster?: string;
|
|
292
|
-
OldIP?: string;
|
|
293
|
-
Path?: string;
|
|
294
|
-
Directory?: string;
|
|
295
|
-
LogDirectory?: string;
|
|
296
|
-
}
|
|
297
|
-
interface TpMachineQueryResponse {
|
|
298
|
-
Exceptions: Exceptions;
|
|
299
|
-
EnablePreflightInfo: boolean;
|
|
300
|
-
HasThorSpareProcess: boolean;
|
|
301
|
-
Type: string;
|
|
302
|
-
Cluster: string;
|
|
303
|
-
OldIP: string;
|
|
304
|
-
LogDirectory: string;
|
|
305
|
-
Path: string;
|
|
306
|
-
MemThreshold: int;
|
|
307
|
-
DiskThreshold: int;
|
|
308
|
-
CpuThreshold: int;
|
|
309
|
-
MemThresholdType: string;
|
|
310
|
-
DiskThresholdType: string;
|
|
311
|
-
PreflightProcessFilter: string;
|
|
312
|
-
EnableSNMP: boolean;
|
|
313
|
-
AcceptLanguage: string;
|
|
314
|
-
TpMachines: TpMachines;
|
|
315
|
-
}
|
|
316
|
-
interface TpServiceQueryRequest {
|
|
317
|
-
Type?: string;
|
|
318
|
-
}
|
|
319
|
-
interface TpDali {
|
|
320
|
-
Name: string;
|
|
321
|
-
Description: string;
|
|
322
|
-
Build: string;
|
|
323
|
-
BackupComputer: string;
|
|
324
|
-
BackupDirectory: string;
|
|
325
|
-
Type: string;
|
|
326
|
-
Path: string;
|
|
327
|
-
LogDirectory: string;
|
|
328
|
-
AuditLogDirectory: string;
|
|
329
|
-
TpMachines: TpMachines;
|
|
330
|
-
}
|
|
331
|
-
interface TpDalis {
|
|
332
|
-
TpDali: TpDali[];
|
|
333
|
-
}
|
|
334
|
-
interface TpDfuServer {
|
|
335
|
-
Name: string;
|
|
336
|
-
Description: string;
|
|
337
|
-
Build: string;
|
|
338
|
-
Queue: string;
|
|
339
|
-
Type: string;
|
|
340
|
-
Path: string;
|
|
341
|
-
LogDirectory: string;
|
|
342
|
-
TpMachines: TpMachines;
|
|
343
|
-
}
|
|
344
|
-
interface TpDfuServers {
|
|
345
|
-
TpDfuServer: TpDfuServer[];
|
|
346
|
-
}
|
|
347
|
-
interface TpDkcSlave {
|
|
348
|
-
Name: string;
|
|
349
|
-
Description: string;
|
|
350
|
-
Build: string;
|
|
351
|
-
Path: string;
|
|
352
|
-
TpMachines: TpMachines;
|
|
353
|
-
}
|
|
354
|
-
interface TpDkcSlaves {
|
|
355
|
-
TpDkcSlave: TpDkcSlave[];
|
|
356
|
-
}
|
|
357
|
-
interface TpEclAgent {
|
|
358
|
-
Name: string;
|
|
359
|
-
Description: string;
|
|
360
|
-
Build: string;
|
|
361
|
-
Type: string;
|
|
362
|
-
Path: string;
|
|
363
|
-
DaliServer: string;
|
|
364
|
-
LogDir: string;
|
|
365
|
-
TpMachines: TpMachines;
|
|
366
|
-
}
|
|
367
|
-
interface TpEclAgents {
|
|
368
|
-
TpEclAgent: TpEclAgent[];
|
|
369
|
-
}
|
|
370
|
-
interface TpEclServer {
|
|
371
|
-
Name: string;
|
|
372
|
-
Description: string;
|
|
373
|
-
Build: string;
|
|
374
|
-
LogDirectory: string;
|
|
375
|
-
Type: string;
|
|
376
|
-
Path: string;
|
|
377
|
-
TpMachines: TpMachines;
|
|
378
|
-
}
|
|
379
|
-
interface TpEclServers {
|
|
380
|
-
TpEclServer: TpEclServer[];
|
|
381
|
-
}
|
|
382
|
-
interface TpEclCCServers {
|
|
383
|
-
TpEclServer: TpEclServer[];
|
|
384
|
-
}
|
|
385
|
-
interface TpEclScheduler {
|
|
386
|
-
Name: string;
|
|
387
|
-
Description: string;
|
|
388
|
-
Build: string;
|
|
389
|
-
LogDirectory: string;
|
|
390
|
-
Type: string;
|
|
391
|
-
Path: string;
|
|
392
|
-
TpMachines: TpMachines;
|
|
393
|
-
}
|
|
394
|
-
interface TpEclSchedulers {
|
|
395
|
-
TpEclScheduler: TpEclScheduler[];
|
|
396
|
-
}
|
|
397
|
-
interface TpBinding {
|
|
398
|
-
Name: string;
|
|
399
|
-
Service: string;
|
|
400
|
-
ServiceType: string;
|
|
401
|
-
BindingType: string;
|
|
402
|
-
ServiceBuildSet: string;
|
|
403
|
-
Port: string;
|
|
404
|
-
Protocol: string;
|
|
405
|
-
}
|
|
406
|
-
interface TpBindings {
|
|
407
|
-
TpBinding: TpBinding[];
|
|
408
|
-
}
|
|
409
|
-
interface TpEspServer {
|
|
410
|
-
Name: string;
|
|
411
|
-
Description: string;
|
|
412
|
-
Build: string;
|
|
413
|
-
Type: string;
|
|
414
|
-
Path: string;
|
|
415
|
-
LogDirectory: string;
|
|
416
|
-
TpMachines: TpMachines;
|
|
417
|
-
TpBindings: {
|
|
418
|
-
TpBinding: TpBinding[];
|
|
419
|
-
};
|
|
420
|
-
}
|
|
421
|
-
interface TpEspServers {
|
|
422
|
-
TpEspServer: TpEspServer[];
|
|
423
|
-
}
|
|
424
|
-
interface TpFTSlave {
|
|
425
|
-
Name: string;
|
|
426
|
-
Description: string;
|
|
427
|
-
Build: string;
|
|
428
|
-
Path: string;
|
|
429
|
-
TpMachines: TpMachines;
|
|
430
|
-
}
|
|
431
|
-
interface TpFTSlaves {
|
|
432
|
-
TpFTSlave: TpFTSlave[];
|
|
433
|
-
}
|
|
434
|
-
interface TpGenesisServer {
|
|
435
|
-
Name: string;
|
|
436
|
-
Description: string;
|
|
437
|
-
Build: string;
|
|
438
|
-
Path: string;
|
|
439
|
-
TpMachines: TpMachines;
|
|
440
|
-
}
|
|
441
|
-
interface TpGenesisServers {
|
|
442
|
-
TpGenesisServer: TpGenesisServer[];
|
|
443
|
-
}
|
|
444
|
-
interface TpLdapServer {
|
|
445
|
-
Name: string;
|
|
446
|
-
Description: string;
|
|
447
|
-
Build: string;
|
|
448
|
-
Path: string;
|
|
449
|
-
TpMachines: TpMachines;
|
|
450
|
-
}
|
|
451
|
-
interface TpLdapServers {
|
|
452
|
-
TpLdapServer: TpLdapServer[];
|
|
453
|
-
}
|
|
454
|
-
interface TpMySqlServer {
|
|
455
|
-
Name: string;
|
|
456
|
-
Description: string;
|
|
457
|
-
Build: string;
|
|
458
|
-
Path: string;
|
|
459
|
-
TpMachines: TpMachines;
|
|
460
|
-
}
|
|
461
|
-
interface TpMySqlServers {
|
|
462
|
-
TpMySqlServer: TpMySqlServer[];
|
|
463
|
-
}
|
|
464
|
-
interface TpSashaServer {
|
|
465
|
-
Name: string;
|
|
466
|
-
Description: string;
|
|
467
|
-
Build: string;
|
|
468
|
-
Path: string;
|
|
469
|
-
LogDirectory: string;
|
|
470
|
-
TpMachines: TpMachines;
|
|
471
|
-
}
|
|
472
|
-
interface TpSashaServers {
|
|
473
|
-
TpSashaServer: TpSashaServer[];
|
|
474
|
-
}
|
|
475
|
-
interface TpSparkThor {
|
|
476
|
-
Name: string;
|
|
477
|
-
Build: string;
|
|
478
|
-
ThorClusterName: string;
|
|
479
|
-
ThorPath: string;
|
|
480
|
-
SparkExecutorCores: unsignedInt;
|
|
481
|
-
SparkExecutorMemory: long;
|
|
482
|
-
SparkMasterPort: unsignedInt;
|
|
483
|
-
SparkMasterWebUIPort: unsignedInt;
|
|
484
|
-
SparkWorkerCores: unsignedInt;
|
|
485
|
-
SparkWorkerMemory: long;
|
|
486
|
-
SparkWorkerPort: unsignedInt;
|
|
487
|
-
LogDirectory: string;
|
|
488
|
-
Path: string;
|
|
489
|
-
TpMachines: TpMachines;
|
|
490
|
-
}
|
|
491
|
-
interface TpSparkThors {
|
|
492
|
-
TpSparkThor: TpSparkThor[];
|
|
493
|
-
}
|
|
494
|
-
interface ServiceList {
|
|
495
|
-
TpDalis: {
|
|
496
|
-
TpDali: TpDali[];
|
|
497
|
-
};
|
|
498
|
-
TpDfuServers: {
|
|
499
|
-
TpDfuServer: TpDfuServer[];
|
|
500
|
-
};
|
|
501
|
-
TpDkcSlaves: {
|
|
502
|
-
TpDkcSlave: TpDkcSlave[];
|
|
503
|
-
};
|
|
504
|
-
TpDropZones: TpDropZones;
|
|
505
|
-
TpEclAgents: {
|
|
506
|
-
TpEclAgent: TpEclAgent[];
|
|
507
|
-
};
|
|
508
|
-
TpEclServers: {
|
|
509
|
-
TpEclServer: TpEclServer[];
|
|
510
|
-
};
|
|
511
|
-
TpEclCCServers: {
|
|
512
|
-
TpEclServer: TpEclServer[];
|
|
513
|
-
};
|
|
514
|
-
TpEclSchedulers: {
|
|
515
|
-
TpEclScheduler: TpEclScheduler[];
|
|
516
|
-
};
|
|
517
|
-
TpEspServers: {
|
|
518
|
-
TpEspServer: TpEspServer[];
|
|
519
|
-
};
|
|
520
|
-
TpFTSlaves: {
|
|
521
|
-
TpFTSlave: TpFTSlave[];
|
|
522
|
-
};
|
|
523
|
-
TpGenesisServers: {
|
|
524
|
-
TpGenesisServer: TpGenesisServer[];
|
|
525
|
-
};
|
|
526
|
-
TpLdapServers: {
|
|
527
|
-
TpLdapServer: TpLdapServer[];
|
|
528
|
-
};
|
|
529
|
-
TpMySqlServers: {
|
|
530
|
-
TpMySqlServer: TpMySqlServer[];
|
|
531
|
-
};
|
|
532
|
-
TpSashaServers: {
|
|
533
|
-
TpSashaServer: TpSashaServer[];
|
|
534
|
-
};
|
|
535
|
-
TpSparkThors: {
|
|
536
|
-
TpSparkThor: TpSparkThor[];
|
|
537
|
-
};
|
|
538
|
-
}
|
|
539
|
-
interface TpServiceQueryResponse {
|
|
540
|
-
Exceptions: Exceptions;
|
|
541
|
-
MemThreshold: int;
|
|
542
|
-
DiskThreshold: int;
|
|
543
|
-
CpuThreshold: int;
|
|
544
|
-
EncapsulatedSystem: boolean;
|
|
545
|
-
EnableSNMP: boolean;
|
|
546
|
-
PreflightProcessFilter: string;
|
|
547
|
-
AcceptLanguage: string;
|
|
548
|
-
MemThresholdType: string;
|
|
549
|
-
DiskThresholdType: string;
|
|
550
|
-
ServiceList: {
|
|
551
|
-
TpDalis: {
|
|
552
|
-
TpDali: TpDali[];
|
|
553
|
-
};
|
|
554
|
-
TpDfuServers: {
|
|
555
|
-
TpDfuServer: TpDfuServer[];
|
|
556
|
-
};
|
|
557
|
-
TpDkcSlaves: {
|
|
558
|
-
TpDkcSlave: TpDkcSlave[];
|
|
559
|
-
};
|
|
560
|
-
TpDropZones: TpDropZones;
|
|
561
|
-
TpEclAgents: {
|
|
562
|
-
TpEclAgent: TpEclAgent[];
|
|
563
|
-
};
|
|
564
|
-
TpEclServers: {
|
|
565
|
-
TpEclServer: TpEclServer[];
|
|
566
|
-
};
|
|
567
|
-
TpEclCCServers: {
|
|
568
|
-
TpEclServer: TpEclServer[];
|
|
569
|
-
};
|
|
570
|
-
TpEclSchedulers: {
|
|
571
|
-
TpEclScheduler: TpEclScheduler[];
|
|
572
|
-
};
|
|
573
|
-
TpEspServers: {
|
|
574
|
-
TpEspServer: TpEspServer[];
|
|
575
|
-
};
|
|
576
|
-
TpFTSlaves: {
|
|
577
|
-
TpFTSlave: TpFTSlave[];
|
|
578
|
-
};
|
|
579
|
-
TpGenesisServers: {
|
|
580
|
-
TpGenesisServer: TpGenesisServer[];
|
|
581
|
-
};
|
|
582
|
-
TpLdapServers: {
|
|
583
|
-
TpLdapServer: TpLdapServer[];
|
|
584
|
-
};
|
|
585
|
-
TpMySqlServers: {
|
|
586
|
-
TpMySqlServer: TpMySqlServer[];
|
|
587
|
-
};
|
|
588
|
-
TpSashaServers: {
|
|
589
|
-
TpSashaServer: TpSashaServer[];
|
|
590
|
-
};
|
|
591
|
-
TpSparkThors: {
|
|
592
|
-
TpSparkThor: TpSparkThor[];
|
|
593
|
-
};
|
|
594
|
-
};
|
|
595
|
-
}
|
|
596
|
-
interface TpSetMachineStatusRequest {
|
|
597
|
-
MachinePath?: string;
|
|
598
|
-
StatusValue?: string;
|
|
599
|
-
}
|
|
600
|
-
interface TpSetMachineStatusResponse {
|
|
601
|
-
Exceptions: Exceptions;
|
|
602
|
-
TpSetMachineStatusResult: boolean;
|
|
603
|
-
}
|
|
604
|
-
interface TpSwapNodeRequest {
|
|
605
|
-
Cluster?: string;
|
|
606
|
-
OldIP?: string;
|
|
607
|
-
NewIP?: string;
|
|
608
|
-
}
|
|
609
|
-
interface TpSwapNodeResponse {
|
|
610
|
-
Exceptions: Exceptions;
|
|
611
|
-
TpSwapNodeResult: boolean;
|
|
612
|
-
}
|
|
613
|
-
interface TpTargetClusterQueryRequest {
|
|
614
|
-
Type?: string;
|
|
615
|
-
Name?: string;
|
|
616
|
-
ShowDetails?: boolean;
|
|
617
|
-
}
|
|
618
|
-
interface TpTargetCluster {
|
|
619
|
-
Name: string;
|
|
620
|
-
Prefix: string;
|
|
621
|
-
Type: string;
|
|
622
|
-
TpClusters: TpClusters;
|
|
623
|
-
TpEclCCServers: TpEclCCServers;
|
|
624
|
-
TpEclServers: TpEclServers;
|
|
625
|
-
TpEclAgents: TpEclAgents;
|
|
626
|
-
TpEclSchedulers: TpEclSchedulers;
|
|
627
|
-
}
|
|
628
|
-
interface TpTargetClusters {
|
|
629
|
-
TpTargetCluster: TpTargetCluster[];
|
|
630
|
-
}
|
|
631
|
-
interface TpTargetClusterQueryResponse {
|
|
632
|
-
Exceptions: Exceptions;
|
|
633
|
-
ShowDetails: boolean;
|
|
634
|
-
MemThreshold: int;
|
|
635
|
-
DiskThreshold: int;
|
|
636
|
-
CpuThreshold: int;
|
|
637
|
-
MemThresholdType: string;
|
|
638
|
-
DiskThresholdType: string;
|
|
639
|
-
PreflightProcessFilter: string;
|
|
640
|
-
AcceptLanguage: string;
|
|
641
|
-
TpTargetClusters: {
|
|
642
|
-
TpTargetCluster: TpTargetCluster[];
|
|
643
|
-
};
|
|
644
|
-
}
|
|
645
|
-
interface TpThorStatusRequest {
|
|
646
|
-
Name?: string;
|
|
647
|
-
}
|
|
648
|
-
interface TpThorStatusResponse {
|
|
649
|
-
Exceptions: Exceptions;
|
|
650
|
-
Name: string;
|
|
651
|
-
Queue: string;
|
|
652
|
-
Group: string;
|
|
653
|
-
ThorMasterIPAddress: string;
|
|
654
|
-
Port: int;
|
|
655
|
-
StartTime: string;
|
|
656
|
-
LogFile: string;
|
|
657
|
-
Wuid: string;
|
|
658
|
-
Graph: string;
|
|
659
|
-
SubGraph: int;
|
|
660
|
-
SubGraphDuration: int;
|
|
661
|
-
AutoRefresh: int;
|
|
662
|
-
}
|
|
663
|
-
interface TpXMLFileRequest {
|
|
664
|
-
Name?: string;
|
|
665
|
-
}
|
|
666
|
-
interface TpXMLFileResponse {
|
|
667
|
-
Exceptions: Exceptions;
|
|
668
|
-
thefile: base64Binary;
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
export declare class TopologyServiceBase extends Service {
|
|
672
|
-
constructor(optsConnection: IOptions | IConnection);
|
|
673
|
-
Ping(request: WsTopology.WsTopologyPingRequest): Promise<WsTopology.WsTopologyPingResponse>;
|
|
674
|
-
SystemLog(request: WsTopology.SystemLogRequest): Promise<WsTopology.SystemLogResponse>;
|
|
675
|
-
TpClusterInfo(request: WsTopology.TpClusterInfoRequest): Promise<WsTopology.TpClusterInfoResponse>;
|
|
676
|
-
TpClusterQuery(request: WsTopology.TpClusterQueryRequest): Promise<WsTopology.TpClusterQueryResponse>;
|
|
677
|
-
TpDropZoneQuery(request: WsTopology.TpDropZoneQueryRequest): Promise<WsTopology.TpDropZoneQueryResponse>;
|
|
678
|
-
TpGetComponentFile(request: WsTopology.TpGetComponentFileRequest): Promise<WsTopology.TpGetComponentFileResponse>;
|
|
679
|
-
TpGetServicePlugins(request: WsTopology.TpGetServicePluginsRequest): Promise<WsTopology.TpGetServicePluginsResponse>;
|
|
680
|
-
TpGroupQuery(request: WsTopology.TpGroupQueryRequest): Promise<WsTopology.TpGroupQueryResponse>;
|
|
681
|
-
TpListTargetClusters(request: WsTopology.TpListTargetClustersRequest): Promise<WsTopology.TpListTargetClustersResponse>;
|
|
682
|
-
TpLogFile(request: WsTopology.TpLogFileRequest): Promise<WsTopology.TpLogFileResponse>;
|
|
683
|
-
TpLogFileDisplay(request: WsTopology.TpLogFileRequest): Promise<WsTopology.TpLogFileResponse>;
|
|
684
|
-
TpLogicalClusterQuery(request: WsTopology.TpLogicalClusterQueryRequest): Promise<WsTopology.TpLogicalClusterQueryResponse>;
|
|
685
|
-
TpMachineInfo(request: WsTopology.TpMachineInfoRequest): Promise<WsTopology.TpMachineInfoResponse>;
|
|
686
|
-
TpMachineQuery(request: WsTopology.TpMachineQueryRequest): Promise<WsTopology.TpMachineQueryResponse>;
|
|
687
|
-
TpServiceQuery(request: WsTopology.TpServiceQueryRequest): Promise<WsTopology.TpServiceQueryResponse>;
|
|
688
|
-
TpSetMachineStatus(request: WsTopology.TpSetMachineStatusRequest): Promise<WsTopology.TpSetMachineStatusResponse>;
|
|
689
|
-
TpSwapNode(request: WsTopology.TpSwapNodeRequest): Promise<WsTopology.TpSwapNodeResponse>;
|
|
690
|
-
TpTargetClusterQuery(request: WsTopology.TpTargetClusterQueryRequest): Promise<WsTopology.TpTargetClusterQueryResponse>;
|
|
691
|
-
TpThorStatus(request: WsTopology.TpThorStatusRequest): Promise<WsTopology.TpThorStatusResponse>;
|
|
692
|
-
TpXMLFile(request: WsTopology.TpXMLFileRequest): Promise<WsTopology.TpXMLFileResponse>;
|
|
693
|
-
}
|
|
694
|
-
//# sourceMappingURL=WsTopology.d.ts.map
|