@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,43 +0,0 @@
|
|
|
1
|
-
export type RequestType = "post" | "get" | "jsonp";
|
|
2
|
-
export type ResponseType = "json" | "text";
|
|
3
|
-
export type IOptionsSend = (options: IOptions, action: string, request: any, responseType: ResponseType, defaultSend: SendFunc, header?: any) => Promise<any>;
|
|
4
|
-
export interface IOptions {
|
|
5
|
-
baseUrl: string;
|
|
6
|
-
type?: RequestType;
|
|
7
|
-
userID?: string;
|
|
8
|
-
password?: string;
|
|
9
|
-
rejectUnauthorized?: boolean;
|
|
10
|
-
timeoutSecs?: number;
|
|
11
|
-
hookSend?: IOptionsSend;
|
|
12
|
-
encodeRequest?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare function instanceOfIOptions(object: any): object is IOptions;
|
|
15
|
-
export interface IConnection {
|
|
16
|
-
opts(_: Partial<IOptions>): this;
|
|
17
|
-
opts(): IOptions;
|
|
18
|
-
baseUrl: string;
|
|
19
|
-
send(action: string, request: any, responseType?: ResponseType): Promise<any>;
|
|
20
|
-
clone(): IConnection;
|
|
21
|
-
}
|
|
22
|
-
export declare function instanceOfIConnection(object: any): object is IConnection;
|
|
23
|
-
export declare function serializeRequest(obj: any, encodeRequest?: boolean, prefix?: string): string;
|
|
24
|
-
export declare function deserializeResponse(body: string): any;
|
|
25
|
-
export declare function jsonp(opts: IOptions, action: string, request?: any, responseType?: ResponseType, header?: any): Promise<any>;
|
|
26
|
-
export declare function post(opts: IOptions, action: string, request: any, responseType?: ResponseType, header?: any): Promise<any>;
|
|
27
|
-
export declare function get(opts: IOptions, action: string, request: any, responseType?: ResponseType, header?: any): Promise<any>;
|
|
28
|
-
export type SendFunc = (opts: IOptions, action: string, request: any, responseType: ResponseType, header?: any) => Promise<any>;
|
|
29
|
-
export declare function send(opts: IOptions, action: string, request: any, responseType?: ResponseType, header?: any): Promise<any>;
|
|
30
|
-
export declare function hookSend(newSend?: SendFunc): SendFunc;
|
|
31
|
-
export declare class Connection implements IConnection {
|
|
32
|
-
protected _opts: IOptions;
|
|
33
|
-
readonly baseUrl: string;
|
|
34
|
-
constructor(opts: IOptions);
|
|
35
|
-
opts(_: Partial<IOptions>): this;
|
|
36
|
-
opts(): IOptions;
|
|
37
|
-
send(action: string, request: any, responseType?: ResponseType, header?: any): Promise<any>;
|
|
38
|
-
clone(): Connection;
|
|
39
|
-
}
|
|
40
|
-
export type IConnectionFactory = (opts: IOptions) => IConnection;
|
|
41
|
-
export declare let createConnection: IConnectionFactory;
|
|
42
|
-
export declare function setTransportFactory(newFunc: IConnectionFactory): IConnectionFactory;
|
|
43
|
-
//# sourceMappingURL=connection.d.ts.map
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsSMC, SMCService } from "../services/wsSMC";
|
|
4
|
-
import { Workunit } from "./workunit";
|
|
5
|
-
export interface ActivityEx {
|
|
6
|
-
}
|
|
7
|
-
export type UActivityState = WsSMC.ActivityResponse & ActivityEx;
|
|
8
|
-
export type IActivityState = WsSMC.ActivityResponse | ActivityEx;
|
|
9
|
-
export declare class Activity extends StateObject<UActivityState, IActivityState> implements UActivityState {
|
|
10
|
-
protected connection: SMCService;
|
|
11
|
-
readonly properties: UActivityState;
|
|
12
|
-
readonly Exceptions: WsSMC.Exceptions;
|
|
13
|
-
readonly Build: string;
|
|
14
|
-
readonly ThorClusterList: WsSMC.ThorClusterList;
|
|
15
|
-
readonly RoxieClusterList: WsSMC.RoxieClusterList;
|
|
16
|
-
readonly HThorClusterList: WsSMC.HThorClusterList;
|
|
17
|
-
readonly DFUJobs: WsSMC.DFUJobs;
|
|
18
|
-
readonly Running: WsSMC.Running;
|
|
19
|
-
readonly BannerContent: string;
|
|
20
|
-
readonly BannerColor: string;
|
|
21
|
-
readonly BannerSize: string;
|
|
22
|
-
readonly BannerScroll: string;
|
|
23
|
-
readonly ChatURL: string;
|
|
24
|
-
readonly ShowBanner: number;
|
|
25
|
-
readonly ShowChatURL: number;
|
|
26
|
-
readonly SortBy: string;
|
|
27
|
-
readonly Descending: boolean;
|
|
28
|
-
readonly SuperUser: boolean;
|
|
29
|
-
readonly AccessRight: string;
|
|
30
|
-
readonly ServerJobQueues: WsSMC.ServerJobQueues;
|
|
31
|
-
readonly ActivityTime: string;
|
|
32
|
-
readonly DaliDetached: boolean;
|
|
33
|
-
static attach(optsConnection: IOptions | IConnection | SMCService, state?: IActivityState): Activity;
|
|
34
|
-
protected constructor(optsConnection: IOptions | IConnection | SMCService);
|
|
35
|
-
runningWorkunits(clusterName?: string): Workunit[];
|
|
36
|
-
setBanner(request: Partial<WsSMC.SetBanner>): Promise<Activity>;
|
|
37
|
-
lazyRefresh: () => Promise<this>;
|
|
38
|
-
refresh(): Promise<this>;
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=activity.d.ts.map
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { Cache, StateCallback, StateEvents, StateObject, StatePropCallback } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsSMC } from "../services/wsSMC";
|
|
4
|
-
import { FileSpray, FileSprayService, UpdateDFUWorkunitEx } from "../services/fileSpray";
|
|
5
|
-
import * as WsTopology from "../services/wsTopology";
|
|
6
|
-
export declare class DFUWorkunitCache extends Cache<{
|
|
7
|
-
BaseUrl: string;
|
|
8
|
-
ID: string;
|
|
9
|
-
}, DFUWorkunit> {
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
12
|
-
export type DFUWorkunitEvents = "finished" | StateEvents;
|
|
13
|
-
export type UDFUWorkunitState = FileSpray.DFUWorkunit;
|
|
14
|
-
export type IDFUWorkunitState = FileSpray.DFUWorkunit | WsSMC.ActiveWorkunit;
|
|
15
|
-
export declare class DFUWorkunit extends StateObject<UDFUWorkunitState, IDFUWorkunitState> implements FileSpray.DFUWorkunit {
|
|
16
|
-
connection: FileSprayService;
|
|
17
|
-
topologyConnection: WsTopology.TopologyService;
|
|
18
|
-
readonly BaseUrl: string;
|
|
19
|
-
readonly properties: FileSpray.DFUWorkunit;
|
|
20
|
-
readonly ID: string;
|
|
21
|
-
readonly DFUServerName: string;
|
|
22
|
-
readonly ClusterName: string;
|
|
23
|
-
readonly JobName: string;
|
|
24
|
-
readonly Queue: string;
|
|
25
|
-
readonly User: string;
|
|
26
|
-
readonly isProtected: boolean;
|
|
27
|
-
readonly Command: number;
|
|
28
|
-
readonly CommandMessage: string;
|
|
29
|
-
readonly PercentDone: number;
|
|
30
|
-
readonly SecsLeft: number;
|
|
31
|
-
readonly ProgressMessage: string;
|
|
32
|
-
readonly SummaryMessage: string;
|
|
33
|
-
readonly State: number;
|
|
34
|
-
readonly SourceLogicalName: string;
|
|
35
|
-
readonly SourceIP: string;
|
|
36
|
-
readonly SourceFilePath: string;
|
|
37
|
-
readonly SourceDali: string;
|
|
38
|
-
readonly SourceRecordSize: number;
|
|
39
|
-
readonly SourceFormat: number;
|
|
40
|
-
readonly RowTag: string;
|
|
41
|
-
readonly SourceNumParts: number;
|
|
42
|
-
readonly SourceDirectory: string;
|
|
43
|
-
readonly DestLogicalName: string;
|
|
44
|
-
readonly DestGroupName: string;
|
|
45
|
-
readonly DestDirectory: string;
|
|
46
|
-
readonly DestIP: string;
|
|
47
|
-
readonly DestFilePath: string;
|
|
48
|
-
readonly DestFormat: number;
|
|
49
|
-
readonly DestNumParts: number;
|
|
50
|
-
readonly DestRecordSize: number;
|
|
51
|
-
readonly Replicate: boolean;
|
|
52
|
-
readonly Overwrite: boolean;
|
|
53
|
-
readonly Compress: boolean;
|
|
54
|
-
readonly SourceCsvSeparate: string;
|
|
55
|
-
readonly SourceCsvQuote: string;
|
|
56
|
-
readonly SourceCsvTerminate: string;
|
|
57
|
-
readonly SourceCsvEscape: string;
|
|
58
|
-
readonly TimeStarted: string;
|
|
59
|
-
readonly TimeStopped: string;
|
|
60
|
-
readonly StateMessage: string;
|
|
61
|
-
readonly MonitorEventName: string;
|
|
62
|
-
readonly MonitorSub: boolean;
|
|
63
|
-
readonly MonitorShotLimit: number;
|
|
64
|
-
readonly SourceDiffKeyName: string;
|
|
65
|
-
readonly DestDiffKeyName: string;
|
|
66
|
-
readonly Archived: boolean;
|
|
67
|
-
readonly encrypt: string;
|
|
68
|
-
readonly decrypt: string;
|
|
69
|
-
readonly failIfNoSourceFile: boolean;
|
|
70
|
-
readonly recordStructurePresent: boolean;
|
|
71
|
-
readonly quotedTerminator: boolean;
|
|
72
|
-
readonly preserveCompression: boolean;
|
|
73
|
-
readonly expireDays: number;
|
|
74
|
-
readonly PreserveFileParts: boolean;
|
|
75
|
-
readonly FileAccessCost: number;
|
|
76
|
-
readonly KbPerSecAve: number;
|
|
77
|
-
readonly KbPerSec: number;
|
|
78
|
-
static create(optsConnection: IOptions | IConnection, dfuServerQueue: string): Promise<DFUWorkunit>;
|
|
79
|
-
static attach(optsConnection: IOptions | IConnection, wuid: string, state?: IDFUWorkunitState): DFUWorkunit;
|
|
80
|
-
static sprayFixed(server: IOptions | IConnection, request: Partial<FileSpray.SprayFixed>): Promise<DFUWorkunit>;
|
|
81
|
-
static sprayVariable(server: IOptions | IConnection, request: Partial<FileSpray.SprayVariable>): Promise<DFUWorkunit>;
|
|
82
|
-
static despray(server: IOptions | IConnection, request: Partial<FileSpray.Despray>): Promise<DFUWorkunit>;
|
|
83
|
-
update(request: Partial<UpdateDFUWorkunitEx>): Promise<FileSpray.UpdateDFUWorkunitResponse>;
|
|
84
|
-
isComplete(): boolean;
|
|
85
|
-
isFailed(): boolean;
|
|
86
|
-
isDeleted(): boolean;
|
|
87
|
-
isRunning(): boolean;
|
|
88
|
-
abort(): Promise<FileSpray.AbortDFUWorkunitResponse>;
|
|
89
|
-
delete(): Promise<FileSpray.DFUWorkunitsActionResponse>;
|
|
90
|
-
refresh(full?: boolean): Promise<this>;
|
|
91
|
-
fetchXML(callback?: void): Promise<string>;
|
|
92
|
-
protected _monitor(): void;
|
|
93
|
-
protected _monitorTimeoutDuration(): number;
|
|
94
|
-
protected DFUWUFile(_request?: Partial<FileSpray.DFUWUFileRequest>): Promise<string>;
|
|
95
|
-
protected DFUWUAction(actionType: FileSpray.DFUWUActions): Promise<FileSpray.DFUWorkunitsActionResponse>;
|
|
96
|
-
on(eventID: DFUWorkunitEvents, propIDorCallback: StateCallback | keyof UDFUWorkunitState, callback?: StatePropCallback): this;
|
|
97
|
-
watchUntilComplete(callback?: StateCallback): Promise<this>;
|
|
98
|
-
watchUntilRunning(callback?: StateCallback): Promise<this>;
|
|
99
|
-
protected constructor(optsConnection: IOptions | IConnection, wuid?: string);
|
|
100
|
-
clearState(wuid?: string): void;
|
|
101
|
-
protected GetDFUWorkunit(_request?: Partial<FileSpray.GetDFUWorkunit>): Promise<FileSpray.GetDFUWorkunitResponse>;
|
|
102
|
-
}
|
|
103
|
-
//# sourceMappingURL=dfuWorkunit.d.ts.map
|
package/types-3.4/ecl/graph.d.ts
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { Cache, Edge, Graph, StateObject, StringAnyMap, Subgraph, Vertex, XMLNode } from "@hpcc-js/util";
|
|
2
|
-
import { WsWorkunits } from "../services/wsWorkunits";
|
|
3
|
-
import { BaseScope } from "./scope";
|
|
4
|
-
import { Timer } from "./timer";
|
|
5
|
-
import { Workunit } from "./workunit";
|
|
6
|
-
export interface ECLGraphEx extends WsWorkunits.ECLGraph {
|
|
7
|
-
Time: number;
|
|
8
|
-
}
|
|
9
|
-
export declare class ECLGraph extends StateObject<ECLGraphEx, ECLGraphEx> implements ECLGraphEx {
|
|
10
|
-
protected wu: Workunit;
|
|
11
|
-
readonly properties: ECLGraphEx;
|
|
12
|
-
readonly Name: string;
|
|
13
|
-
readonly Label: string;
|
|
14
|
-
readonly Type: string;
|
|
15
|
-
readonly Complete: boolean;
|
|
16
|
-
readonly WhenStarted: string;
|
|
17
|
-
readonly WhenFinished: string;
|
|
18
|
-
readonly Time: number;
|
|
19
|
-
readonly Running: boolean;
|
|
20
|
-
readonly RunningId: number;
|
|
21
|
-
readonly Failed: boolean;
|
|
22
|
-
constructor(wu: Workunit, eclGraph: WsWorkunits.ECLGraph, eclTimers: Timer[]);
|
|
23
|
-
fetchScopeGraph(subgraphID?: string): Promise<ScopeGraph>;
|
|
24
|
-
}
|
|
25
|
-
export declare class GraphCache extends Cache<WsWorkunits.ECLGraph, ECLGraph> {
|
|
26
|
-
constructor();
|
|
27
|
-
}
|
|
28
|
-
export declare class XGMMLGraph extends Graph<StringAnyMap, StringAnyMap, StringAnyMap> {
|
|
29
|
-
}
|
|
30
|
-
export declare class XGMMLSubgraph extends Subgraph<StringAnyMap, StringAnyMap, StringAnyMap> {
|
|
31
|
-
}
|
|
32
|
-
export declare class XGMMLVertex extends Vertex<StringAnyMap, StringAnyMap, StringAnyMap> {
|
|
33
|
-
}
|
|
34
|
-
export declare class XGMMLEdge extends Edge<StringAnyMap, StringAnyMap, StringAnyMap> {
|
|
35
|
-
}
|
|
36
|
-
export declare function createXGMMLGraph(id: string, graphs: XMLNode): XGMMLGraph;
|
|
37
|
-
export declare class ScopeGraph extends Graph<BaseScope, BaseScope, BaseScope> {
|
|
38
|
-
}
|
|
39
|
-
export declare class ScopeSubgraph extends Subgraph<BaseScope, BaseScope, BaseScope> {
|
|
40
|
-
}
|
|
41
|
-
export declare class ScopeVertex extends Vertex<BaseScope, BaseScope, BaseScope> {
|
|
42
|
-
}
|
|
43
|
-
export declare class ScopeEdge extends Edge<BaseScope, BaseScope, BaseScope> {
|
|
44
|
-
}
|
|
45
|
-
export declare function createGraph(scopes: BaseScope[]): ScopeGraph;
|
|
46
|
-
//# sourceMappingURL=graph.d.ts.map
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { DFUService, WsDfu } from "../services/wsDFU";
|
|
4
|
-
export declare class LogicalFileCache extends Cache<{
|
|
5
|
-
BaseUrl: string;
|
|
6
|
-
Cluster: string;
|
|
7
|
-
Name: string;
|
|
8
|
-
}, LogicalFile> {
|
|
9
|
-
constructor();
|
|
10
|
-
}
|
|
11
|
-
export interface DFUPartEx extends WsDfu.DFUPart {
|
|
12
|
-
Cluster: string;
|
|
13
|
-
BaseDir: string;
|
|
14
|
-
ReplicateDir: string;
|
|
15
|
-
Replicate: boolean;
|
|
16
|
-
CanReplicate: boolean;
|
|
17
|
-
}
|
|
18
|
-
export interface FileDetailEx extends WsDfu.FileDetail {
|
|
19
|
-
Cluster: string;
|
|
20
|
-
StateID?: number;
|
|
21
|
-
}
|
|
22
|
-
export declare class LogicalFile extends StateObject<FileDetailEx, FileDetailEx> implements FileDetailEx {
|
|
23
|
-
protected connection: DFUService;
|
|
24
|
-
readonly BaseUrl: string;
|
|
25
|
-
readonly Cluster: string;
|
|
26
|
-
readonly Name: string;
|
|
27
|
-
readonly Filename: string;
|
|
28
|
-
readonly Prefix: string;
|
|
29
|
-
readonly NodeGroup: string;
|
|
30
|
-
readonly NumParts: number;
|
|
31
|
-
readonly Description: string;
|
|
32
|
-
readonly Dir: string;
|
|
33
|
-
readonly PathMask: string;
|
|
34
|
-
readonly Filesize: string;
|
|
35
|
-
readonly FileSizeInt64: number;
|
|
36
|
-
readonly RecordSize: string;
|
|
37
|
-
readonly RecordCount: string;
|
|
38
|
-
readonly RecordSizeInt64: number;
|
|
39
|
-
readonly RecordCountInt64: number;
|
|
40
|
-
readonly Wuid: string;
|
|
41
|
-
readonly Owner: string;
|
|
42
|
-
readonly JobName: string;
|
|
43
|
-
readonly Persistent: string;
|
|
44
|
-
readonly Format: string;
|
|
45
|
-
readonly MaxRecordSize: string;
|
|
46
|
-
readonly CsvSeparate: string;
|
|
47
|
-
readonly CsvQuote: string;
|
|
48
|
-
readonly CsvTerminate: string;
|
|
49
|
-
readonly CsvEscape: string;
|
|
50
|
-
readonly Modified: string;
|
|
51
|
-
readonly Ecl: string;
|
|
52
|
-
readonly Stat: WsDfu.Stat;
|
|
53
|
-
readonly DFUFilePartsOnClusters: WsDfu.DFUFilePartsOnClusters;
|
|
54
|
-
readonly isSuperfile: boolean;
|
|
55
|
-
readonly ShowFileContent: boolean;
|
|
56
|
-
readonly subfiles: WsDfu.subfiles;
|
|
57
|
-
readonly Superfiles: WsDfu.Superfiles;
|
|
58
|
-
readonly ProtectList: WsDfu.ProtectList;
|
|
59
|
-
readonly FromRoxieCluster: boolean;
|
|
60
|
-
readonly Graphs: WsDfu.Graphs;
|
|
61
|
-
readonly UserPermission: string;
|
|
62
|
-
readonly ContentType: string;
|
|
63
|
-
readonly CompressedFileSize: number;
|
|
64
|
-
readonly PercentCompressed: string;
|
|
65
|
-
readonly IsCompressed: boolean;
|
|
66
|
-
readonly BrowseData: boolean;
|
|
67
|
-
readonly jsonInfo: string;
|
|
68
|
-
readonly binInfo: WsDfu.base64Binary;
|
|
69
|
-
readonly PackageID: string;
|
|
70
|
-
readonly Partition: WsDfu.Partition;
|
|
71
|
-
readonly Blooms: WsDfu.Blooms;
|
|
72
|
-
readonly ExpireDays: number;
|
|
73
|
-
readonly KeyType: string;
|
|
74
|
-
readonly IsRestricted: boolean;
|
|
75
|
-
readonly AtRestCost: number;
|
|
76
|
-
readonly AccessCost: number;
|
|
77
|
-
readonly StateID: number;
|
|
78
|
-
readonly ExpirationDate: string;
|
|
79
|
-
readonly ExtendedIndexInfo: WsDfu.ExtendedIndexInfo;
|
|
80
|
-
readonly properties: FileDetailEx;
|
|
81
|
-
static attach(optsConnection: IOptions | IConnection | DFUService, Cluster: string, Name: string): LogicalFile;
|
|
82
|
-
protected constructor(optsConnection: IOptions | IConnection | DFUService, Cluster: string, Name: string);
|
|
83
|
-
filePartsOnCluster(): WsDfu.DFUFilePartsOnCluster[];
|
|
84
|
-
fileParts(): DFUPartEx[];
|
|
85
|
-
update(request: Partial<WsDfu.DFUInfoRequest>): Promise<WsDfu.DFUInfoResponse>;
|
|
86
|
-
fetchInfo(): Promise<WsDfu.FileDetail>;
|
|
87
|
-
fetchDefFile(format: WsDfu.DFUDefFileFormat): Promise<string>;
|
|
88
|
-
fetchListHistory(): Promise<WsDfu.Origin[]>;
|
|
89
|
-
eraseHistory(): Promise<WsDfu.Origin[]>;
|
|
90
|
-
}
|
|
91
|
-
//# sourceMappingURL=logicalFile.d.ts.map
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsMachine, MachineService } from "../services/wsMachine";
|
|
4
|
-
export declare class MachineCache extends Cache<{
|
|
5
|
-
Address: string;
|
|
6
|
-
}, Machine> {
|
|
7
|
-
constructor();
|
|
8
|
-
}
|
|
9
|
-
export interface MachineInfoEx extends WsMachine.MachineInfoEx {
|
|
10
|
-
}
|
|
11
|
-
export declare class Machine extends StateObject<MachineInfoEx, MachineInfoEx> implements MachineInfoEx {
|
|
12
|
-
protected connection: MachineService;
|
|
13
|
-
readonly Address: string;
|
|
14
|
-
readonly ConfigAddress: string;
|
|
15
|
-
readonly Name: string;
|
|
16
|
-
readonly ProcessType: string;
|
|
17
|
-
readonly DisplayType: string;
|
|
18
|
-
readonly Description: string;
|
|
19
|
-
readonly AgentVersion: string;
|
|
20
|
-
readonly Contact: string;
|
|
21
|
-
readonly Location: string;
|
|
22
|
-
readonly UpTime: string;
|
|
23
|
-
readonly ComponentName: string;
|
|
24
|
-
readonly ComponentPath: string;
|
|
25
|
-
readonly RoxieState: string;
|
|
26
|
-
readonly RoxieStateDetails: string;
|
|
27
|
-
readonly OS: number;
|
|
28
|
-
readonly ProcessNumber: number;
|
|
29
|
-
readonly Channels: number;
|
|
30
|
-
readonly Processors: WsMachine.Processors;
|
|
31
|
-
readonly Storage: WsMachine.Storage;
|
|
32
|
-
readonly Running: WsMachine.Running;
|
|
33
|
-
readonly PhysicalMemory: WsMachine.PhysicalMemory;
|
|
34
|
-
readonly VirtualMemory: WsMachine.VirtualMemory;
|
|
35
|
-
readonly ComponentInfo: WsMachine.ComponentInfo;
|
|
36
|
-
readonly Exception: string;
|
|
37
|
-
static attach(optsConnection: IOptions | IConnection | MachineService, address: string, state?: WsMachine.MachineInfoEx): Machine;
|
|
38
|
-
private constructor();
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=machine.d.ts.map
|
package/types-3.4/ecl/query.d.ts
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { StateObject, RecursivePartial } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { EclService, IWsEclRequest, IWsEclResponse, IWsEclResult } from "../services/wsEcl";
|
|
4
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
5
|
-
import { Topology } from "./topology";
|
|
6
|
-
import { IScope } from "./workunit";
|
|
7
|
-
import { QueryGraph } from "./queryGraph";
|
|
8
|
-
export { QueryGraph };
|
|
9
|
-
export interface QueryEx extends WsWorkunits.WUQueryDetailsResponse {
|
|
10
|
-
BaseUrl: string;
|
|
11
|
-
}
|
|
12
|
-
export declare class Query extends StateObject<QueryEx, QueryEx> implements QueryEx {
|
|
13
|
-
protected wsWorkunitsService: WorkunitsService;
|
|
14
|
-
readonly BaseUrl: string;
|
|
15
|
-
protected topology: Topology;
|
|
16
|
-
protected _requestSchema: IWsEclRequest;
|
|
17
|
-
protected _responseSchema: IWsEclResponse;
|
|
18
|
-
readonly properties: WsWorkunits.WUQueryDetailsResponse;
|
|
19
|
-
readonly Exceptions: WsWorkunits.Exceptions;
|
|
20
|
-
readonly QueryId: string;
|
|
21
|
-
readonly QuerySet: string;
|
|
22
|
-
readonly QueryName: string;
|
|
23
|
-
readonly Wuid: string;
|
|
24
|
-
readonly Dll: string;
|
|
25
|
-
readonly Suspended: boolean;
|
|
26
|
-
readonly Activated: boolean;
|
|
27
|
-
readonly SuspendedBy: string;
|
|
28
|
-
readonly Clusters: WsWorkunits.Clusters2;
|
|
29
|
-
readonly PublishedBy: string;
|
|
30
|
-
readonly Comment: string;
|
|
31
|
-
readonly LogicalFiles: WsWorkunits.LogicalFiles;
|
|
32
|
-
readonly SuperFiles: WsWorkunits.SuperFiles;
|
|
33
|
-
readonly IsLibrary: boolean;
|
|
34
|
-
readonly Priority: string;
|
|
35
|
-
readonly WUSnapShot: string;
|
|
36
|
-
readonly CompileTime: string;
|
|
37
|
-
readonly LibrariesUsed: WsWorkunits.LibrariesUsed;
|
|
38
|
-
readonly CountGraphs: number;
|
|
39
|
-
readonly ResourceURLCount: number;
|
|
40
|
-
readonly WsEclAddresses: WsWorkunits.WsEclAddresses;
|
|
41
|
-
readonly WUGraphs: WsWorkunits.WUGraphs;
|
|
42
|
-
readonly WUTimers: WsWorkunits.WUTimers;
|
|
43
|
-
readonly PriorityID: number;
|
|
44
|
-
private constructor();
|
|
45
|
-
static attach(optsConnection: IOptions | IConnection, querySet: string, queryId: string): Query;
|
|
46
|
-
private _eclService;
|
|
47
|
-
protected wsEclService(): Promise<EclService | undefined>;
|
|
48
|
-
private fetchDetails;
|
|
49
|
-
private fetchRequestSchema;
|
|
50
|
-
private fetchResponseSchema;
|
|
51
|
-
private fetchSchema;
|
|
52
|
-
fetchSummaryStats(): Promise<WsWorkunits.WUQueryGetSummaryStatsResponse>;
|
|
53
|
-
fetchGraph(GraphName?: string, SubGraphId?: string): Promise<QueryGraph>;
|
|
54
|
-
fetchDetailsNormalized(request?: RecursivePartial<WsWorkunits.WUDetails>): Promise<{
|
|
55
|
-
meta: WsWorkunits.WUDetailsMetaResponse | undefined;
|
|
56
|
-
columns: {
|
|
57
|
-
[id: string]: any;
|
|
58
|
-
} | undefined;
|
|
59
|
-
data: IScope[] | undefined;
|
|
60
|
-
}>;
|
|
61
|
-
submit(request: object): Promise<Array<{
|
|
62
|
-
[key: string]: object[];
|
|
63
|
-
}>>;
|
|
64
|
-
refresh(): Promise<this>;
|
|
65
|
-
requestFields(): IWsEclRequest;
|
|
66
|
-
responseFields(): IWsEclResponse;
|
|
67
|
-
resultNames(): string[];
|
|
68
|
-
resultFields(resultName: string): IWsEclResult;
|
|
69
|
-
}
|
|
70
|
-
//# sourceMappingURL=query.d.ts.map
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
export declare function safeAssign(obj: {
|
|
2
|
-
[id: string]: any;
|
|
3
|
-
}, key: string, value: string): void;
|
|
4
|
-
declare enum GRAPH_TYPE {
|
|
5
|
-
UNKNOWN = 0,
|
|
6
|
-
GRAPH = 1,
|
|
7
|
-
SUBGRAPH = 2,
|
|
8
|
-
VERTEX = 3,
|
|
9
|
-
EDGE = 4,
|
|
10
|
-
LAST = 5
|
|
11
|
-
}
|
|
12
|
-
declare enum GRAPH_TYPE_STRING {
|
|
13
|
-
UNKNOWN = "Unknown",
|
|
14
|
-
GRAPH = "Graph",
|
|
15
|
-
SUBGRAPH = "Cluster",
|
|
16
|
-
VERTEX = "Vertex",
|
|
17
|
-
EDGE = "Edge",
|
|
18
|
-
LAST = "Last"
|
|
19
|
-
}
|
|
20
|
-
declare abstract class GraphItem {
|
|
21
|
-
abstract _globalType: "Graph" | "Cluster" | "Vertex" | "Edge";
|
|
22
|
-
__hpcc_graph: QueryGraph;
|
|
23
|
-
__hpcc_parent: Subgraph;
|
|
24
|
-
__widget: any;
|
|
25
|
-
__hpcc_id: string;
|
|
26
|
-
_globalID: string;
|
|
27
|
-
constructor(graph: QueryGraph, id: string);
|
|
28
|
-
getProperties(): {
|
|
29
|
-
[id: string]: any;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
declare class Subgraph extends GraphItem {
|
|
33
|
-
_globalType: "Graph" | "Cluster" | "Vertex" | "Edge";
|
|
34
|
-
__hpcc_subgraphs: any[];
|
|
35
|
-
__hpcc_vertices: any[];
|
|
36
|
-
__hpcc_edges: any[];
|
|
37
|
-
id: string;
|
|
38
|
-
constructor(graph: QueryGraph, id: string);
|
|
39
|
-
addSubgraph(subgraph: any): void;
|
|
40
|
-
addVertex(vertex: any): void;
|
|
41
|
-
removeVertex(vertex: any): void;
|
|
42
|
-
addEdge(edge: any): void;
|
|
43
|
-
removeEdge(edge: any): void;
|
|
44
|
-
remove(): void;
|
|
45
|
-
walkSubgraphs(visitor: {
|
|
46
|
-
subgraphVisited: (arg0: Subgraph) => boolean;
|
|
47
|
-
}): void;
|
|
48
|
-
walkVertices(visitor: {
|
|
49
|
-
vertexVisited: (arg0: Vertex) => void;
|
|
50
|
-
}): void;
|
|
51
|
-
}
|
|
52
|
-
declare class Vertex extends GraphItem {
|
|
53
|
-
_globalType: "Graph" | "Cluster" | "Vertex" | "Edge";
|
|
54
|
-
_isSpill: boolean;
|
|
55
|
-
constructor(graph: QueryGraph, id: string);
|
|
56
|
-
isSpill(): boolean;
|
|
57
|
-
remove(): void;
|
|
58
|
-
getInVertices(): Vertex[];
|
|
59
|
-
getInEdges(): Edge[];
|
|
60
|
-
getOutVertices(): Vertex[];
|
|
61
|
-
getOutEdges(): Edge[];
|
|
62
|
-
}
|
|
63
|
-
declare class Edge extends GraphItem {
|
|
64
|
-
_globalType: "Graph" | "Cluster" | "Vertex" | "Edge";
|
|
65
|
-
_sourceActivity: any;
|
|
66
|
-
source: any;
|
|
67
|
-
_targetActivity: any;
|
|
68
|
-
target: any;
|
|
69
|
-
constructor(graph: QueryGraph, id: string);
|
|
70
|
-
remove(): void;
|
|
71
|
-
getSource(): Vertex;
|
|
72
|
-
setSource(source: Vertex): void;
|
|
73
|
-
getTarget(): Vertex;
|
|
74
|
-
}
|
|
75
|
-
export declare class QueryGraph {
|
|
76
|
-
idx: {
|
|
77
|
-
[id: string]: Subgraph | Vertex | Edge;
|
|
78
|
-
};
|
|
79
|
-
subgraphs: Subgraph[];
|
|
80
|
-
vertices: Vertex[];
|
|
81
|
-
edges: Edge[];
|
|
82
|
-
xgmml: string;
|
|
83
|
-
constructor();
|
|
84
|
-
clear(): void;
|
|
85
|
-
load(xgmml: string): void;
|
|
86
|
-
merge(xgmml: string): void;
|
|
87
|
-
isSubgraph(item: GraphItem): item is Subgraph;
|
|
88
|
-
isVertex(item: GraphItem): item is Vertex;
|
|
89
|
-
isEdge(item: GraphItem): item is Edge;
|
|
90
|
-
getGlobalType(item: QueryGraph | Subgraph | Vertex | Edge): GRAPH_TYPE;
|
|
91
|
-
getGlobalTypeString(item: QueryGraph | Subgraph | Vertex | Edge): GRAPH_TYPE_STRING;
|
|
92
|
-
getItem(docNode: HTMLElement, id: string): Subgraph | Vertex | Edge;
|
|
93
|
-
removeItem(item: Subgraph | Vertex | Edge): void;
|
|
94
|
-
getChildByTagName(docNode: HTMLElement, tagName: string): HTMLElement | null;
|
|
95
|
-
walkDocument(docNode: HTMLElement, id: string): Subgraph | Vertex | Edge;
|
|
96
|
-
removeSubgraphs(): void;
|
|
97
|
-
removeSpillVertices(): void;
|
|
98
|
-
getLocalisedXGMML(items: GraphItem[], localisationDepth: number, localisationDistance: number, noSpills: boolean): string;
|
|
99
|
-
}
|
|
100
|
-
export {};
|
|
101
|
-
//# sourceMappingURL=queryGraph.d.ts.map
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { Workunit } from "./workunit";
|
|
3
|
-
export interface ResourceEx {
|
|
4
|
-
URL: string;
|
|
5
|
-
DisplayName: string;
|
|
6
|
-
DisplayPath: string;
|
|
7
|
-
}
|
|
8
|
-
export declare class Resource extends StateObject<ResourceEx, ResourceEx> implements ResourceEx {
|
|
9
|
-
protected wu: Workunit;
|
|
10
|
-
readonly properties: ResourceEx;
|
|
11
|
-
readonly URL: string;
|
|
12
|
-
readonly DisplayName: string;
|
|
13
|
-
readonly DisplayPath: string;
|
|
14
|
-
constructor(wu: Workunit, url: string);
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=resource.d.ts.map
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsDfu } from "../services/wsDFU";
|
|
4
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
5
|
-
import { XSDSchema, XSDXMLNode } from "./xsdParser";
|
|
6
|
-
export declare class GlobalResultCache extends Cache<{
|
|
7
|
-
BaseUrl: string;
|
|
8
|
-
Wuid: string;
|
|
9
|
-
ResultName: string;
|
|
10
|
-
}, Result> {
|
|
11
|
-
constructor();
|
|
12
|
-
}
|
|
13
|
-
export type ResultFilter = {
|
|
14
|
-
[key: string]: string | number;
|
|
15
|
-
};
|
|
16
|
-
export interface ECLResultEx extends WsWorkunits.ECLResult {
|
|
17
|
-
Wuid: string;
|
|
18
|
-
ResultName?: string;
|
|
19
|
-
ResultSequence?: number;
|
|
20
|
-
LogicalFileName?: string;
|
|
21
|
-
NodeGroup?: string;
|
|
22
|
-
ResultViews: string[];
|
|
23
|
-
}
|
|
24
|
-
export interface WUResultResponseEx {
|
|
25
|
-
Exceptions: WsWorkunits.Exceptions;
|
|
26
|
-
Wuid: string;
|
|
27
|
-
Sequence: WsWorkunits.int;
|
|
28
|
-
LogicalName: string;
|
|
29
|
-
Cluster: string;
|
|
30
|
-
Name: string;
|
|
31
|
-
Start: WsWorkunits.long;
|
|
32
|
-
Requested: WsWorkunits.int;
|
|
33
|
-
Count: WsWorkunits.int;
|
|
34
|
-
Total: WsWorkunits.long;
|
|
35
|
-
Result: {
|
|
36
|
-
[key: string]: any[];
|
|
37
|
-
} & {
|
|
38
|
-
XmlSchema?: {
|
|
39
|
-
xml: string;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
export type UResulState = ECLResultEx & WsDfu.DFULogicalFile;
|
|
44
|
-
export type IResulState = ECLResultEx | WsDfu.DFULogicalFile;
|
|
45
|
-
export declare class Result extends StateObject<UResulState, IResulState> implements ECLResultEx {
|
|
46
|
-
protected connection: WorkunitsService;
|
|
47
|
-
readonly BaseUrl: string;
|
|
48
|
-
protected xsdSchema: XSDSchema;
|
|
49
|
-
readonly properties: WsWorkunits.ECLResult;
|
|
50
|
-
readonly Wuid: string;
|
|
51
|
-
readonly ResultName: string | undefined;
|
|
52
|
-
readonly ResultSequence: number | undefined;
|
|
53
|
-
readonly LogicalFileName: string | undefined;
|
|
54
|
-
readonly Name: string;
|
|
55
|
-
readonly Sequence: number;
|
|
56
|
-
readonly Value: string;
|
|
57
|
-
readonly Link: string;
|
|
58
|
-
readonly FileName: string;
|
|
59
|
-
readonly IsSupplied: boolean;
|
|
60
|
-
readonly ShowFileContent: boolean;
|
|
61
|
-
readonly Total: number;
|
|
62
|
-
readonly ECLSchemas: WsWorkunits.ECLSchemas;
|
|
63
|
-
readonly NodeGroup: string;
|
|
64
|
-
readonly ResultViews: string[];
|
|
65
|
-
readonly XmlSchema: string;
|
|
66
|
-
static attach(optsConnection: IOptions | IConnection | WorkunitsService, wuid: string, name: string): any;
|
|
67
|
-
static attach(optsConnection: IOptions | IConnection | WorkunitsService, wuid: string, sequence: number): any;
|
|
68
|
-
static attach(optsConnection: IOptions | IConnection | WorkunitsService, wuid: string, eclResult: WsWorkunits.ECLResult, resultViews: string[]): any;
|
|
69
|
-
static attachLogicalFile(optsConnection: IOptions | IConnection | WorkunitsService, nodeGroup: string, logicalFile: string): Result;
|
|
70
|
-
private constructor();
|
|
71
|
-
private constructor();
|
|
72
|
-
private constructor();
|
|
73
|
-
private constructor();
|
|
74
|
-
isComplete(): boolean;
|
|
75
|
-
private _fetchXMLSchemaPromise;
|
|
76
|
-
fetchXMLSchema(refresh?: boolean): Promise<XSDSchema | null>;
|
|
77
|
-
refresh(): Promise<this>;
|
|
78
|
-
fetchRows(from?: number, count?: number, includeSchema?: boolean, filter?: ResultFilter, abortSignal?: AbortSignal): Promise<any[]>;
|
|
79
|
-
rootField(): XSDXMLNode | null;
|
|
80
|
-
fields(): XSDXMLNode[];
|
|
81
|
-
protected WUResult(start?: number, count?: number, suppressXmlSchema?: boolean, filter?: {
|
|
82
|
-
[key: string]: string | number;
|
|
83
|
-
}, abortSignal?: AbortSignal): Promise<WUResultResponseEx>;
|
|
84
|
-
}
|
|
85
|
-
export declare class ResultCache extends Cache<WsWorkunits.ECLResult, Result> {
|
|
86
|
-
constructor();
|
|
87
|
-
}
|
|
88
|
-
//# sourceMappingURL=result.d.ts.map
|