@hpcc-js/comms 2.99.0 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -10397
- package/dist/index.js.map +7 -1
- package/dist/index.node.js +925 -10854
- package/dist/index.node.js.map +7 -1
- package/package.json +58 -63
- package/src/__package__.ts +2 -2
- package/src/clienttools/eclMeta.ts +1 -1
- package/src/clienttools/eclcc.ts +1 -1
- package/src/ecl/activity.ts +3 -3
- package/src/ecl/dfuWorkunit.ts +5 -5
- package/src/ecl/graph.ts +4 -4
- package/src/ecl/logicalFile.ts +3 -3
- package/src/ecl/machine.ts +2 -2
- package/src/ecl/query.ts +12 -12
- package/src/ecl/queryGraph.ts +3 -3
- package/src/ecl/resource.ts +1 -1
- package/src/ecl/result.ts +4 -4
- package/src/ecl/scope.ts +2 -2
- package/src/ecl/sourceFile.ts +2 -2
- package/src/ecl/store.ts +3 -3
- package/src/ecl/targetCluster.ts +4 -4
- package/src/ecl/timer.ts +2 -2
- package/src/ecl/topology.ts +3 -3
- package/src/ecl/workunit.ts +11 -11
- package/src/ecl/xsdParser.ts +0 -1
- package/src/espConnection.ts +1 -1
- package/src/index-common.ts +38 -38
- package/src/index.node.ts +9 -5
- package/src/index.ts +1 -3
- package/src/services/fileSpray.ts +1 -1
- package/src/services/wsAccess.ts +1 -1
- package/src/services/wsAccount.ts +2 -2
- package/src/services/wsCloud.ts +1 -1
- package/src/services/wsCodesign.ts +2 -2
- package/src/services/wsDFU.ts +1 -1
- package/src/services/wsDFUXRef.ts +2 -2
- package/src/services/wsDali.ts +1 -1
- package/src/services/wsEcl.ts +3 -3
- package/src/services/wsElk.ts +1 -1
- package/src/services/wsLogaccess.ts +3 -3
- package/src/services/wsMachine.ts +1 -1
- package/src/services/wsPackageProcess.ts +1 -1
- package/src/services/wsResources.ts +1 -1
- package/src/services/wsSMC.ts +2 -2
- package/src/services/wsSasha.ts +1 -1
- package/src/services/wsStore.ts +2 -2
- package/src/services/wsTopology.ts +2 -2
- package/src/services/wsWorkunits.ts +3 -2
- package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +828 -828
- package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +2 -2
- package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +2 -2
- package/src/services/wsdl/WsCloud/v1/WsCloud.ts +20 -20
- package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +165 -165
- package/src/services/wsdl/WsDali/v1.04/WsDali.ts +2 -2
- package/src/services/wsdl/WsDali/v1.07/WsDali.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +2 -2
- package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +86 -86
- package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +434 -434
- package/src/services/wsdl/WsResources/v1.01/WsResources.ts +2 -2
- package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +514 -514
- package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +2 -2
- package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2415 -2415
- package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +2 -2
- package/src/services/wsdl/ws_access/v1.16/ws_access.ts +953 -953
- package/src/services/wsdl/ws_access/v1.17/ws_access.ts +2 -2
- package/src/services/wsdl/ws_account/v1.05/ws_account.ts +78 -78
- package/src/services/wsdl/ws_account/v1.06/ws_account.ts +2 -2
- package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +68 -68
- package/src/services/wsdl/ws_elk/v1/ws_elk.ts +29 -29
- package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +54 -54
- package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +2 -2
- package/src/services/wsdl/wsstore/v1.02/wsstore.ts +213 -213
- package/types/__package__.d.ts +2 -3
- package/types/clienttools/eclMeta.d.ts +1 -2
- package/types/clienttools/eclcc.d.ts +1 -2
- package/types/connection.d.ts +0 -1
- package/types/ecl/activity.d.ts +3 -4
- package/types/ecl/dfuWorkunit.d.ts +4 -5
- package/types/ecl/graph.d.ts +4 -5
- package/types/ecl/logicalFile.d.ts +2 -3
- package/types/ecl/machine.d.ts +2 -3
- package/types/ecl/query.d.ts +6 -7
- package/types/ecl/queryGraph.d.ts +0 -1
- package/types/ecl/resource.d.ts +1 -2
- package/types/ecl/result.d.ts +4 -5
- package/types/ecl/scope.d.ts +2 -3
- package/types/ecl/sourceFile.d.ts +2 -3
- package/types/ecl/store.d.ts +3 -4
- package/types/ecl/targetCluster.d.ts +4 -5
- package/types/ecl/timer.d.ts +2 -3
- package/types/ecl/topology.d.ts +3 -4
- package/types/ecl/workunit.d.ts +10 -11
- package/types/ecl/xsdParser.d.ts +0 -1
- package/types/espConnection.d.ts +1 -2
- package/types/index-common.d.ts +38 -39
- package/types/index.node.d.ts +3 -4
- package/types/pem/trustwave.d.ts +0 -1
- package/types/services/fileSpray.d.ts +1 -2
- package/types/services/wsAccess.d.ts +1 -2
- package/types/services/wsAccount.d.ts +1 -2
- package/types/services/wsCloud.d.ts +1 -2
- package/types/services/wsCodesign.d.ts +1 -2
- package/types/services/wsDFU.d.ts +1 -2
- package/types/services/wsDFUXRef.d.ts +2 -3
- package/types/services/wsDali.d.ts +1 -2
- package/types/services/wsEcl.d.ts +3 -4
- package/types/services/wsElk.d.ts +1 -2
- package/types/services/wsLogaccess.d.ts +1 -2
- package/types/services/wsMachine.d.ts +1 -2
- package/types/services/wsPackageProcess.d.ts +1 -2
- package/types/services/wsResources.d.ts +1 -2
- package/types/services/wsSMC.d.ts +2 -3
- package/types/services/wsSasha.d.ts +1 -2
- package/types/services/wsStore.d.ts +2 -3
- package/types/services/wsTopology.d.ts +2 -3
- package/types/services/wsWorkunits.d.ts +2 -3
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +2 -3
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +2 -3
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +2 -3
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +2 -3
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +2 -3
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts +2 -3
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +2 -3
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +2 -3
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +2 -3
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2 -3
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +2 -3
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts +2 -3
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +2 -3
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +2 -3
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +2 -3
- package/dist/index.es6.js +0 -10713
- package/dist/index.es6.js.map +0 -1
- package/dist/index.min.js +0 -2
- package/dist/index.min.js.map +0 -1
- package/dist/index.node.min.js +0 -2
- package/dist/index.node.min.js.map +0 -1
- package/lib-es6/__package__.js +0 -4
- package/lib-es6/__package__.js.map +0 -1
- package/lib-es6/__tests__/dfuXRef.js +0 -32
- package/lib-es6/__tests__/dfuXRef.js.map +0 -1
- package/lib-es6/__tests__/https.js +0 -60
- package/lib-es6/__tests__/https.js.map +0 -1
- package/lib-es6/__tests__/workunit.js +0 -71
- package/lib-es6/__tests__/workunit.js.map +0 -1
- package/lib-es6/clienttools/eclMeta.js +0 -463
- package/lib-es6/clienttools/eclMeta.js.map +0 -1
- package/lib-es6/clienttools/eclcc.js +0 -585
- package/lib-es6/clienttools/eclcc.js.map +0 -1
- package/lib-es6/connection.js +0 -254
- package/lib-es6/connection.js.map +0 -1
- package/lib-es6/ecl/activity.js +0 -172
- package/lib-es6/ecl/activity.js.map +0 -1
- package/lib-es6/ecl/dfuWorkunit.js +0 -591
- package/lib-es6/ecl/dfuWorkunit.js.map +0 -1
- package/lib-es6/ecl/graph.js +0 -289
- package/lib-es6/ecl/graph.js.map +0 -1
- package/lib-es6/ecl/logicalFile.js +0 -394
- package/lib-es6/ecl/logicalFile.js.map +0 -1
- package/lib-es6/ecl/machine.js +0 -159
- package/lib-es6/ecl/machine.js.map +0 -1
- package/lib-es6/ecl/query.js +0 -425
- package/lib-es6/ecl/query.js.map +0 -1
- package/lib-es6/ecl/queryGraph.js +0 -759
- package/lib-es6/ecl/queryGraph.js.map +0 -1
- package/lib-es6/ecl/resource.js +0 -47
- package/lib-es6/ecl/resource.js.map +0 -1
- package/lib-es6/ecl/result.js +0 -288
- package/lib-es6/ecl/result.js.map +0 -1
- package/lib-es6/ecl/scope.js +0 -234
- package/lib-es6/ecl/scope.js.map +0 -1
- package/lib-es6/ecl/sourceFile.js +0 -60
- package/lib-es6/ecl/sourceFile.js.map +0 -1
- package/lib-es6/ecl/store.js +0 -166
- package/lib-es6/ecl/store.js.map +0 -1
- package/lib-es6/ecl/targetCluster.js +0 -194
- package/lib-es6/ecl/targetCluster.js.map +0 -1
- package/lib-es6/ecl/timer.js +0 -76
- package/lib-es6/ecl/timer.js.map +0 -1
- package/lib-es6/ecl/topology.js +0 -159
- package/lib-es6/ecl/topology.js.map +0 -1
- package/lib-es6/ecl/workunit.js +0 -1553
- package/lib-es6/ecl/workunit.js.map +0 -1
- package/lib-es6/ecl/xsdParser.js +0 -253
- package/lib-es6/ecl/xsdParser.js.map +0 -1
- package/lib-es6/espConnection.js +0 -154
- package/lib-es6/espConnection.js.map +0 -1
- package/lib-es6/index-common.js +0 -39
- package/lib-es6/index-common.js.map +0 -1
- package/lib-es6/index.js +0 -3
- package/lib-es6/index.js.map +0 -1
- package/lib-es6/index.node.js +0 -64
- package/lib-es6/index.node.js.map +0 -1
- package/lib-es6/pem/trustwave.js +0 -2
- package/lib-es6/pem/trustwave.js.map +0 -1
- package/lib-es6/services/fileSpray.js +0 -40
- package/lib-es6/services/fileSpray.js.map +0 -1
- package/lib-es6/services/wsAccess.js +0 -12
- package/lib-es6/services/wsAccess.js.map +0 -1
- package/lib-es6/services/wsAccount.js +0 -27
- package/lib-es6/services/wsAccount.js.map +0 -1
- package/lib-es6/services/wsCloud.js +0 -23
- package/lib-es6/services/wsCloud.js.map +0 -1
- package/lib-es6/services/wsCodesign.js +0 -26
- package/lib-es6/services/wsCodesign.js.map +0 -1
- package/lib-es6/services/wsDFU.js +0 -19
- package/lib-es6/services/wsDFU.js.map +0 -1
- package/lib-es6/services/wsDFUXRef.js +0 -45
- package/lib-es6/services/wsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsDali.js +0 -11
- package/lib-es6/services/wsDali.js.map +0 -1
- package/lib-es6/services/wsEcl.js +0 -111
- package/lib-es6/services/wsEcl.js.map +0 -1
- package/lib-es6/services/wsElk.js +0 -11
- package/lib-es6/services/wsElk.js.map +0 -1
- package/lib-es6/services/wsLogaccess.js +0 -226
- package/lib-es6/services/wsLogaccess.js.map +0 -1
- package/lib-es6/services/wsMachine.js +0 -57
- package/lib-es6/services/wsMachine.js.map +0 -1
- package/lib-es6/services/wsPackageProcess.js +0 -11
- package/lib-es6/services/wsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsResources.js +0 -11
- package/lib-es6/services/wsResources.js.map +0 -1
- package/lib-es6/services/wsSMC.js +0 -22
- package/lib-es6/services/wsSMC.js.map +0 -1
- package/lib-es6/services/wsSasha.js +0 -12
- package/lib-es6/services/wsSasha.js.map +0 -1
- package/lib-es6/services/wsStore.js +0 -56
- package/lib-es6/services/wsStore.js.map +0 -1
- package/lib-es6/services/wsTopology.js +0 -45
- package/lib-es6/services/wsTopology.js.map +0 -1
- package/lib-es6/services/wsWorkunits.js +0 -130
- package/lib-es6/services/wsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +0 -110
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js +0 -116
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js +0 -119
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +0 -17
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +0 -1
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +0 -47
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +0 -68
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js +0 -101
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js +0 -142
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +0 -23
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +0 -1
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +0 -62
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js +0 -20
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +0 -93
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js +0 -99
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js +0 -34
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +0 -80
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js +0 -83
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +0 -328
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js +0 -370
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js +0 -203
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js +0 -200
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +0 -27
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +0 -1
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +0 -17
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js +0 -28
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js +0 -47
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js +0 -63
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js +0 -85
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js +0 -88
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js +0 -41
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js.map +0 -1
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +0 -44
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +0 -1
- package/src/__tests__/dfuXRef.ts +0 -22
- package/src/__tests__/https.ts +0 -69
- package/src/__tests__/workunit.ts +0 -35
- package/types/__package__.d.ts.map +0 -1
- package/types/__tests__/dfuXRef.d.ts +0 -2
- package/types/__tests__/dfuXRef.d.ts.map +0 -1
- package/types/__tests__/https.d.ts +0 -2
- package/types/__tests__/https.d.ts.map +0 -1
- package/types/__tests__/workunit.d.ts +0 -2
- package/types/__tests__/workunit.d.ts.map +0 -1
- package/types/clienttools/eclMeta.d.ts.map +0 -1
- package/types/clienttools/eclcc.d.ts.map +0 -1
- package/types/connection.d.ts.map +0 -1
- package/types/ecl/activity.d.ts.map +0 -1
- package/types/ecl/dfuWorkunit.d.ts.map +0 -1
- package/types/ecl/graph.d.ts.map +0 -1
- package/types/ecl/logicalFile.d.ts.map +0 -1
- package/types/ecl/machine.d.ts.map +0 -1
- package/types/ecl/query.d.ts.map +0 -1
- package/types/ecl/queryGraph.d.ts.map +0 -1
- package/types/ecl/resource.d.ts.map +0 -1
- package/types/ecl/result.d.ts.map +0 -1
- package/types/ecl/scope.d.ts.map +0 -1
- package/types/ecl/sourceFile.d.ts.map +0 -1
- package/types/ecl/store.d.ts.map +0 -1
- package/types/ecl/targetCluster.d.ts.map +0 -1
- package/types/ecl/timer.d.ts.map +0 -1
- package/types/ecl/topology.d.ts.map +0 -1
- package/types/ecl/workunit.d.ts.map +0 -1
- package/types/ecl/xsdParser.d.ts.map +0 -1
- package/types/espConnection.d.ts.map +0 -1
- package/types/index-common.d.ts.map +0 -1
- package/types/index.d.ts +0 -3
- package/types/index.d.ts.map +0 -1
- package/types/index.node.d.ts.map +0 -1
- package/types/pem/trustwave.d.ts.map +0 -1
- package/types/services/fileSpray.d.ts.map +0 -1
- package/types/services/wsAccess.d.ts.map +0 -1
- package/types/services/wsAccount.d.ts.map +0 -1
- package/types/services/wsCloud.d.ts.map +0 -1
- package/types/services/wsCodesign.d.ts.map +0 -1
- package/types/services/wsDFU.d.ts.map +0 -1
- package/types/services/wsDFUXRef.d.ts.map +0 -1
- package/types/services/wsDali.d.ts.map +0 -1
- package/types/services/wsEcl.d.ts.map +0 -1
- package/types/services/wsElk.d.ts.map +0 -1
- package/types/services/wsLogaccess.d.ts.map +0 -1
- package/types/services/wsMachine.d.ts.map +0 -1
- package/types/services/wsPackageProcess.d.ts.map +0 -1
- package/types/services/wsResources.d.ts.map +0 -1
- package/types/services/wsSMC.d.ts.map +0 -1
- package/types/services/wsSasha.d.ts.map +0 -1
- package/types/services/wsStore.d.ts.map +0 -1
- package/types/services/wsTopology.d.ts.map +0 -1
- package/types/services/wsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +0 -1
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +0 -1
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +0 -1
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +0 -1
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts.map +0 -1
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +0 -1
- package/types-3.4/__package__.d.ts +0 -4
- package/types-3.4/__tests__/dfuXRef.d.ts +0 -2
- package/types-3.4/__tests__/https.d.ts +0 -2
- package/types-3.4/__tests__/workunit.d.ts +0 -2
- package/types-3.4/clienttools/eclMeta.d.ts +0 -124
- package/types-3.4/clienttools/eclcc.d.ts +0 -105
- package/types-3.4/connection.d.ts +0 -43
- package/types-3.4/ecl/activity.d.ts +0 -40
- package/types-3.4/ecl/dfuWorkunit.d.ts +0 -103
- package/types-3.4/ecl/graph.d.ts +0 -46
- package/types-3.4/ecl/logicalFile.d.ts +0 -91
- package/types-3.4/ecl/machine.d.ts +0 -40
- package/types-3.4/ecl/query.d.ts +0 -70
- package/types-3.4/ecl/queryGraph.d.ts +0 -101
- package/types-3.4/ecl/resource.d.ts +0 -16
- package/types-3.4/ecl/result.d.ts +0 -88
- package/types-3.4/ecl/scope.d.ts +0 -55
- package/types-3.4/ecl/sourceFile.d.ts +0 -19
- package/types-3.4/ecl/store.d.ts +0 -40
- package/types-3.4/ecl/targetCluster.d.ts +0 -43
- package/types-3.4/ecl/timer.d.ts +0 -24
- package/types-3.4/ecl/topology.d.ts +0 -33
- package/types-3.4/ecl/workunit.d.ts +0 -275
- package/types-3.4/ecl/xsdParser.d.ts +0 -42
- package/types-3.4/espConnection.d.ts +0 -44
- package/types-3.4/index-common.d.ts +0 -39
- package/types-3.4/index.d.ts +0 -3
- package/types-3.4/index.node.d.ts +0 -4
- package/types-3.4/pem/trustwave.d.ts +0 -2
- package/types-3.4/services/fileSpray.d.ts +0 -27
- package/types-3.4/services/wsAccess.d.ts +0 -5
- package/types-3.4/services/wsAccount.d.ts +0 -6
- package/types-3.4/services/wsCloud.d.ts +0 -6
- package/types-3.4/services/wsCodesign.d.ts +0 -57
- package/types-3.4/services/wsDFU.d.ts +0 -11
- package/types-3.4/services/wsDFUXRef.d.ts +0 -220
- package/types-3.4/services/wsDali.d.ts +0 -5
- package/types-3.4/services/wsEcl.d.ts +0 -18
- package/types-3.4/services/wsElk.d.ts +0 -5
- package/types-3.4/services/wsLogaccess.d.ts +0 -55
- package/types-3.4/services/wsMachine.d.ts +0 -29
- package/types-3.4/services/wsPackageProcess.d.ts +0 -5
- package/types-3.4/services/wsResources.d.ts +0 -5
- package/types-3.4/services/wsSMC.d.ts +0 -8
- package/types-3.4/services/wsSasha.d.ts +0 -5
- package/types-3.4/services/wsStore.d.ts +0 -147
- package/types-3.4/services/wsTopology.d.ts +0 -10
- package/types-3.4/services/wsWorkunits.d.ts +0 -61
- package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types-3.4/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +0 -736
- package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +0 -19
- package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types-3.4/services/wsdl/WsDali/v1.07/WsDali.d.ts +0 -158
- package/types-3.4/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +0 -1011
- package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +0 -396
- package/types-3.4/services/wsdl/WsResources/v1.01/WsResources.d.ts +0 -85
- package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types-3.4/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +0 -519
- package/types-3.4/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +0 -65
- package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types-3.4/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +0 -716
- package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types-3.4/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types-3.4/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types-3.4/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types-3.4/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +0 -2549
- package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types-3.4/services/wsdl/ws_access/v1.17/ws_access.d.ts +0 -721
- package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types-3.4/services/wsdl/ws_account/v1.06/ws_account.d.ts +0 -71
- package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +0 -28
- package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types-3.4/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types-3.4/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types-3.4/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types-3.4/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +0 -175
- package/types-3.4/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +0 -470
- package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
package/types-3.4/ecl/scope.d.ts
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { StateObject, StringAnyMap } from "@hpcc-js/util";
|
|
2
|
-
import { WsWorkunits } from "../services/wsWorkunits";
|
|
3
|
-
import { Workunit } from "./workunit";
|
|
4
|
-
export interface AttributeEx extends WsWorkunits.Property {
|
|
5
|
-
FormattedEnd?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class Attribute extends StateObject<AttributeEx, AttributeEx> implements AttributeEx {
|
|
8
|
-
readonly scope: BaseScope;
|
|
9
|
-
readonly properties: AttributeEx;
|
|
10
|
-
readonly Name: string;
|
|
11
|
-
readonly RawValue: string;
|
|
12
|
-
readonly Formatted: string;
|
|
13
|
-
readonly FormattedEnd: string | undefined;
|
|
14
|
-
readonly Measure: string;
|
|
15
|
-
readonly Creator: string;
|
|
16
|
-
readonly CreatorType: string;
|
|
17
|
-
constructor(scope: BaseScope, attribute: WsWorkunits.Property);
|
|
18
|
-
}
|
|
19
|
-
export interface ScopeEx extends WsWorkunits.Scope {
|
|
20
|
-
}
|
|
21
|
-
export interface IScopeVisitor {
|
|
22
|
-
start(scope: BaseScope): boolean;
|
|
23
|
-
end(scope: BaseScope): boolean;
|
|
24
|
-
}
|
|
25
|
-
export declare class BaseScope extends StateObject<ScopeEx, ScopeEx> implements ScopeEx {
|
|
26
|
-
protected _attributeMap: {
|
|
27
|
-
[key: string]: Attribute;
|
|
28
|
-
};
|
|
29
|
-
protected _children: BaseScope[];
|
|
30
|
-
readonly properties: ScopeEx;
|
|
31
|
-
readonly ScopeName: string;
|
|
32
|
-
readonly Id: string;
|
|
33
|
-
readonly ScopeType: string;
|
|
34
|
-
readonly Properties: WsWorkunits.Properties;
|
|
35
|
-
readonly Notes: WsWorkunits.Notes;
|
|
36
|
-
readonly SinkActivity: string;
|
|
37
|
-
readonly CAttributes: Attribute[];
|
|
38
|
-
constructor(scope: WsWorkunits.Scope);
|
|
39
|
-
update(scope: WsWorkunits.Scope): void;
|
|
40
|
-
parentScope(): string;
|
|
41
|
-
children(): BaseScope[];
|
|
42
|
-
children(_: BaseScope[]): BaseScope;
|
|
43
|
-
walk(visitor: IScopeVisitor): boolean;
|
|
44
|
-
formattedAttrs(): StringAnyMap;
|
|
45
|
-
rawAttrs(): StringAnyMap;
|
|
46
|
-
hasAttr(name: string): boolean;
|
|
47
|
-
attr(name: string): Attribute;
|
|
48
|
-
attrMeasure(name: string): string;
|
|
49
|
-
calcTooltip(parentScope?: BaseScope): string;
|
|
50
|
-
}
|
|
51
|
-
export declare class Scope extends BaseScope {
|
|
52
|
-
readonly wu: Workunit;
|
|
53
|
-
constructor(wu: Workunit, scope: WsWorkunits.Scope);
|
|
54
|
-
}
|
|
55
|
-
//# sourceMappingURL=scope.d.ts.map
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
4
|
-
export interface ECLSourceFileEx extends WsWorkunits.ECLSourceFile {
|
|
5
|
-
Wuid: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class SourceFile extends StateObject<ECLSourceFileEx, ECLSourceFileEx> implements ECLSourceFileEx {
|
|
8
|
-
protected connection: WorkunitsService;
|
|
9
|
-
readonly properties: WsWorkunits.ECLSourceFile;
|
|
10
|
-
readonly Wuid: string;
|
|
11
|
-
readonly FileCluster: string;
|
|
12
|
-
readonly Name: string;
|
|
13
|
-
readonly IsSuperFile: boolean;
|
|
14
|
-
readonly Subs: number;
|
|
15
|
-
readonly Count: number;
|
|
16
|
-
readonly ECLSourceFiles: WsWorkunits.ECLSourceFiles;
|
|
17
|
-
constructor(optsConnection: IOptions | IConnection | WorkunitsService, wuid: string, eclSourceFile: WsWorkunits.ECLSourceFile);
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=sourceFile.d.ts.map
|
package/types-3.4/ecl/store.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { Cache, Dispatch, IObserverHandle, Message } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { StoreService } from "../services/wsStore";
|
|
4
|
-
export declare class StoreCache extends Cache<{
|
|
5
|
-
BaseUrl: string;
|
|
6
|
-
Name: string;
|
|
7
|
-
UserSpecific: boolean;
|
|
8
|
-
Namespace: string;
|
|
9
|
-
}, Store> {
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
12
|
-
export declare class ValueChangedMessage extends Message {
|
|
13
|
-
readonly key: string;
|
|
14
|
-
value: any;
|
|
15
|
-
oldValue?: any;
|
|
16
|
-
constructor(key: string, value: any, oldValue?: any);
|
|
17
|
-
readonly canConflate: boolean;
|
|
18
|
-
conflate(other: ValueChangedMessage): boolean;
|
|
19
|
-
void(): boolean;
|
|
20
|
-
}
|
|
21
|
-
export declare class Store {
|
|
22
|
-
protected connection: StoreService;
|
|
23
|
-
readonly BaseUrl: string;
|
|
24
|
-
readonly Name: string;
|
|
25
|
-
readonly UserSpecific: boolean;
|
|
26
|
-
readonly Namespace: string;
|
|
27
|
-
protected _dispatch: Dispatch<Message>;
|
|
28
|
-
static attach(optsConnection: IOptions | IConnection | StoreService, Name: string, Namespace: string, UserSpecific?: boolean): Store;
|
|
29
|
-
protected constructor(optsConnection: IOptions | IConnection | StoreService, Name: string, Namespace: string, UserSpecific: boolean);
|
|
30
|
-
private _knownValues;
|
|
31
|
-
protected create(): void;
|
|
32
|
-
set(key: string, value: string, broadcast?: boolean): Promise<void>;
|
|
33
|
-
get(key: string, broadcast?: boolean): Promise<string | undefined>;
|
|
34
|
-
getAll(broadcast?: boolean): Promise<{
|
|
35
|
-
[key: string]: string;
|
|
36
|
-
}>;
|
|
37
|
-
delete(key: string, broadcast?: boolean): Promise<void>;
|
|
38
|
-
monitor(callback: (messages: ValueChangedMessage[]) => void): IObserverHandle;
|
|
39
|
-
}
|
|
40
|
-
//# sourceMappingURL=store.d.ts.map
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsMachine, WsMachineEx, MachineService } from "../services/wsMachine";
|
|
4
|
-
import { TopologyService, WsTopology } from "../services/wsTopology";
|
|
5
|
-
import { Machine } from "./machine";
|
|
6
|
-
export declare class TargetClusterCache extends Cache<{
|
|
7
|
-
BaseUrl: string;
|
|
8
|
-
Name: string;
|
|
9
|
-
}, TargetCluster> {
|
|
10
|
-
constructor();
|
|
11
|
-
}
|
|
12
|
-
export interface TpTargetClusterEx {
|
|
13
|
-
MachineInfoEx: WsMachine.MachineInfoEx[];
|
|
14
|
-
}
|
|
15
|
-
export type UTargetClusterState = WsTopology.TpTargetCluster & WsTopology.TpClusterNameType & TpTargetClusterEx;
|
|
16
|
-
export type ITargetClusterState = WsTopology.TpTargetCluster | WsTopology.TpClusterNameType | TpTargetClusterEx;
|
|
17
|
-
export declare class TargetCluster extends StateObject<UTargetClusterState, ITargetClusterState> implements UTargetClusterState {
|
|
18
|
-
protected connection: TopologyService;
|
|
19
|
-
protected machineConnection: MachineService;
|
|
20
|
-
readonly BaseUrl: string;
|
|
21
|
-
readonly Name: string;
|
|
22
|
-
readonly Prefix: string;
|
|
23
|
-
readonly Type: string;
|
|
24
|
-
readonly IsDefault: boolean;
|
|
25
|
-
readonly TpClusters: WsTopology.TpClusters;
|
|
26
|
-
readonly TpEclCCServers: WsTopology.TpEclCCServers;
|
|
27
|
-
readonly TpEclServers: WsTopology.TpEclServers;
|
|
28
|
-
readonly TpEclAgents: WsTopology.TpEclAgents;
|
|
29
|
-
readonly TpEclSchedulers: WsTopology.TpEclSchedulers;
|
|
30
|
-
readonly MachineInfoEx: WsMachine.MachineInfoEx[];
|
|
31
|
-
readonly CMachineInfoEx: Machine[];
|
|
32
|
-
static attach(optsConnection: IOptions | IConnection | TopologyService, name: string, state?: ITargetClusterState): TargetCluster;
|
|
33
|
-
protected constructor(optsConnection: IOptions | IConnection | TopologyService, name: string);
|
|
34
|
-
fetchMachines(request?: WsMachine.GetTargetClusterInfoRequest): Promise<Machine[]>;
|
|
35
|
-
machineStats(): {
|
|
36
|
-
maxDisk: number;
|
|
37
|
-
meanDisk: number;
|
|
38
|
-
};
|
|
39
|
-
fetchUsage(): Promise<WsMachineEx.TargetClusterUsage[]>;
|
|
40
|
-
}
|
|
41
|
-
export declare function targetClusters(optsConnection: IOptions | IConnection | TopologyService): Promise<TargetCluster[]>;
|
|
42
|
-
export declare function defaultTargetCluster(optsConnection: IOptions | IConnection | TopologyService): Promise<TargetCluster>;
|
|
43
|
-
//# sourceMappingURL=targetCluster.d.ts.map
|
package/types-3.4/ecl/timer.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
4
|
-
export interface ECLTimerEx extends WsWorkunits.ECLTimer {
|
|
5
|
-
Wuid: string;
|
|
6
|
-
Seconds: number;
|
|
7
|
-
HasSubGraphId: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare class Timer extends StateObject<ECLTimerEx, ECLTimerEx> implements ECLTimerEx {
|
|
10
|
-
protected connection: WorkunitsService;
|
|
11
|
-
readonly properties: WsWorkunits.ECLTimer;
|
|
12
|
-
readonly Wuid: string;
|
|
13
|
-
readonly Name: string;
|
|
14
|
-
readonly Value: string;
|
|
15
|
-
readonly Seconds: number;
|
|
16
|
-
readonly GraphName: string;
|
|
17
|
-
readonly SubGraphId: number;
|
|
18
|
-
readonly HasSubGraphId: boolean;
|
|
19
|
-
readonly count: number;
|
|
20
|
-
readonly Timestamp: number;
|
|
21
|
-
readonly When: string;
|
|
22
|
-
constructor(optsConnection: IOptions | IConnection | WorkunitsService, wuid: string, eclTimer: WsWorkunits.ECLTimer);
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=timer.d.ts.map
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Cache, StateCallback, StateEvents, StateObject, StatePropCallback } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { TopologyService, WsTopology } from "../services/wsTopology";
|
|
4
|
-
import { TargetCluster } from "./targetCluster";
|
|
5
|
-
export declare class TopologyCache extends Cache<{
|
|
6
|
-
BaseUrl: string;
|
|
7
|
-
}, Topology> {
|
|
8
|
-
constructor();
|
|
9
|
-
}
|
|
10
|
-
export interface TopologyStateEx {
|
|
11
|
-
TargetClusters?: WsTopology.TpTargetCluster[];
|
|
12
|
-
LogicalClusters?: WsTopology.TpLogicalCluster[];
|
|
13
|
-
Services?: WsTopology.ServiceList;
|
|
14
|
-
}
|
|
15
|
-
export declare class Topology extends StateObject<TopologyStateEx, TopologyStateEx> implements TopologyStateEx {
|
|
16
|
-
protected connection: TopologyService;
|
|
17
|
-
readonly BaseUrl: string;
|
|
18
|
-
readonly properties: TopologyStateEx;
|
|
19
|
-
readonly TargetClusters: WsTopology.TpTargetCluster[];
|
|
20
|
-
readonly CTargetClusters: TargetCluster[];
|
|
21
|
-
readonly LogicalClusters: WsTopology.TpLogicalCluster[];
|
|
22
|
-
readonly Services: WsTopology.ServiceList;
|
|
23
|
-
static attach(optsConnection: IOptions | IConnection | TopologyService, state?: TopologyStateEx): Topology;
|
|
24
|
-
protected constructor(optsConnection: IOptions | IConnection | TopologyService);
|
|
25
|
-
GetESPServiceBaseURL(type?: string): Promise<string>;
|
|
26
|
-
fetchTargetClusters(): Promise<TargetCluster[]>;
|
|
27
|
-
fetchLogicalClusters(request?: WsTopology.TpLogicalClusterQueryRequest): Promise<WsTopology.TpLogicalCluster[]>;
|
|
28
|
-
fetchServices(request?: WsTopology.TpServiceQueryRequest): Promise<WsTopology.ServiceList>;
|
|
29
|
-
protected _prevRefresh: any;
|
|
30
|
-
refresh(force?: boolean): Promise<this>;
|
|
31
|
-
on(eventID: StateEvents, propIDorCallback: StateCallback | keyof TopologyStateEx, callback?: StatePropCallback): this;
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=topology.d.ts.map
|
|
@@ -1,275 +0,0 @@
|
|
|
1
|
-
import { Cache, RecursivePartial, StateCallback, StateEvents, StateObject, StatePropCallback, StringAnyMap, XMLNode } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsSMC } from "../services/wsSMC";
|
|
4
|
-
import * as WsTopology from "../services/wsTopology";
|
|
5
|
-
import { WsWorkunits, WUStateID, WorkunitsService, WUUpdate } from "../services/wsWorkunits";
|
|
6
|
-
import { ECLGraph, ScopeGraph, XGMMLGraph } from "./graph";
|
|
7
|
-
import { Resource } from "./resource";
|
|
8
|
-
import { Result } from "./result";
|
|
9
|
-
import { BaseScope, Scope } from "./scope";
|
|
10
|
-
import { SourceFile } from "./sourceFile";
|
|
11
|
-
import { Timer } from "./timer";
|
|
12
|
-
export declare const PropertyType: string[];
|
|
13
|
-
export declare const RelatedProperty: string[];
|
|
14
|
-
export interface IPropertyValue {
|
|
15
|
-
Key: string;
|
|
16
|
-
Value?: string;
|
|
17
|
-
Avg?: string;
|
|
18
|
-
Min?: string;
|
|
19
|
-
Max?: string;
|
|
20
|
-
Delta?: string;
|
|
21
|
-
StdDev?: string;
|
|
22
|
-
StdDevs?: number;
|
|
23
|
-
SkewMin?: string;
|
|
24
|
-
SkewMax?: string;
|
|
25
|
-
NodeMin?: string;
|
|
26
|
-
NodeMax?: string;
|
|
27
|
-
}
|
|
28
|
-
export interface IScope {
|
|
29
|
-
__parentName?: string;
|
|
30
|
-
__children?: IScope[];
|
|
31
|
-
__formattedProps: {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
};
|
|
34
|
-
__groupedProps: {
|
|
35
|
-
[key: string]: IPropertyValue;
|
|
36
|
-
};
|
|
37
|
-
__StdDevs: number;
|
|
38
|
-
__StdDevsSource: string;
|
|
39
|
-
id: string;
|
|
40
|
-
name: string;
|
|
41
|
-
type: string;
|
|
42
|
-
Kind: string;
|
|
43
|
-
Label: string;
|
|
44
|
-
[key: string]: any;
|
|
45
|
-
}
|
|
46
|
-
export interface ISplitMetric {
|
|
47
|
-
measure: string;
|
|
48
|
-
ext: string;
|
|
49
|
-
label: string;
|
|
50
|
-
}
|
|
51
|
-
export declare function splitMetric(key: string): ISplitMetric;
|
|
52
|
-
export declare class WorkunitCache extends Cache<{
|
|
53
|
-
BaseUrl: string;
|
|
54
|
-
Wuid: string;
|
|
55
|
-
}, Workunit> {
|
|
56
|
-
constructor();
|
|
57
|
-
}
|
|
58
|
-
export interface DebugState {
|
|
59
|
-
sequence: number;
|
|
60
|
-
state: string;
|
|
61
|
-
[key: string]: any;
|
|
62
|
-
}
|
|
63
|
-
export interface IWorkunit {
|
|
64
|
-
ResultViews: WsWorkunits.ResultViews;
|
|
65
|
-
HelpersCount: number;
|
|
66
|
-
}
|
|
67
|
-
export interface IDebugWorkunit {
|
|
68
|
-
DebugState?: DebugState;
|
|
69
|
-
}
|
|
70
|
-
export interface ITimeElapsed {
|
|
71
|
-
scope: string;
|
|
72
|
-
start: string;
|
|
73
|
-
elapsed: number;
|
|
74
|
-
finish: string;
|
|
75
|
-
}
|
|
76
|
-
export type WorkunitEvents = "completed" | StateEvents;
|
|
77
|
-
export type UWorkunitState = WsWorkunits.ECLWorkunit & WsWorkunits.Workunit & WsSMC.ActiveWorkunit & IWorkunit & IDebugWorkunit;
|
|
78
|
-
export type IWorkunitState = WsWorkunits.ECLWorkunit | WsWorkunits.Workunit | WsSMC.ActiveWorkunit | IWorkunit | IDebugWorkunit;
|
|
79
|
-
export declare class Workunit extends StateObject<UWorkunitState, IWorkunitState> implements WsWorkunits.Workunit {
|
|
80
|
-
connection: WorkunitsService;
|
|
81
|
-
topologyConnection: WsTopology.TopologyService;
|
|
82
|
-
readonly BaseUrl: string;
|
|
83
|
-
private _debugMode;
|
|
84
|
-
private _debugAllGraph;
|
|
85
|
-
private _submitAction;
|
|
86
|
-
readonly properties: WsWorkunits.ECLWorkunit & WsWorkunits.Workunit;
|
|
87
|
-
readonly Wuid: string;
|
|
88
|
-
readonly Owner: string;
|
|
89
|
-
readonly Cluster: string;
|
|
90
|
-
readonly Jobname: string;
|
|
91
|
-
readonly Description: string;
|
|
92
|
-
readonly ActionEx: string;
|
|
93
|
-
readonly StateID: WUStateID;
|
|
94
|
-
readonly State: string;
|
|
95
|
-
readonly Protected: boolean;
|
|
96
|
-
readonly Exceptions: WsWorkunits.Exceptions2;
|
|
97
|
-
readonly ResultViews: WsWorkunits.ResultViews;
|
|
98
|
-
private _resultCache;
|
|
99
|
-
readonly ResultCount: number;
|
|
100
|
-
readonly Results: WsWorkunits.Results;
|
|
101
|
-
readonly CResults: Result[];
|
|
102
|
-
readonly SequenceResults: {
|
|
103
|
-
[key: number]: Result;
|
|
104
|
-
};
|
|
105
|
-
readonly Timers: WsWorkunits.Timers;
|
|
106
|
-
readonly CTimers: Timer[];
|
|
107
|
-
private _graphCache;
|
|
108
|
-
readonly GraphCount: number;
|
|
109
|
-
readonly Graphs: WsWorkunits.Graphs;
|
|
110
|
-
readonly CGraphs: ECLGraph[];
|
|
111
|
-
readonly ThorLogList: WsWorkunits.ThorLogList;
|
|
112
|
-
readonly ResourceURLCount: number;
|
|
113
|
-
readonly ResourceURLs: WsWorkunits.ResourceURLs;
|
|
114
|
-
readonly CResourceURLs: Resource[];
|
|
115
|
-
readonly TotalClusterTime: string;
|
|
116
|
-
readonly DateTimeScheduled: string;
|
|
117
|
-
readonly IsPausing: boolean;
|
|
118
|
-
readonly ThorLCR: boolean;
|
|
119
|
-
readonly ApplicationValues: WsWorkunits.ApplicationValues;
|
|
120
|
-
readonly HasArchiveQuery: boolean;
|
|
121
|
-
readonly StateEx: string;
|
|
122
|
-
readonly PriorityClass: number;
|
|
123
|
-
readonly PriorityLevel: number;
|
|
124
|
-
readonly Snapshot: string;
|
|
125
|
-
readonly ResultLimit: number;
|
|
126
|
-
readonly EventSchedule: number;
|
|
127
|
-
readonly Query: WsWorkunits.Query;
|
|
128
|
-
readonly HelpersCount: number;
|
|
129
|
-
readonly Helpers: WsWorkunits.Helpers;
|
|
130
|
-
readonly DebugValues: WsWorkunits.DebugValues;
|
|
131
|
-
readonly AllowedClusters: WsWorkunits.AllowedClusters;
|
|
132
|
-
readonly ErrorCount: number;
|
|
133
|
-
readonly WarningCount: number;
|
|
134
|
-
readonly InfoCount: number;
|
|
135
|
-
readonly AlertCount: number;
|
|
136
|
-
readonly SourceFileCount: number;
|
|
137
|
-
readonly SourceFiles: WsWorkunits.SourceFiles;
|
|
138
|
-
readonly CSourceFiles: SourceFile[];
|
|
139
|
-
readonly VariableCount: number;
|
|
140
|
-
readonly Variables: WsWorkunits.Variables;
|
|
141
|
-
readonly TimerCount: number;
|
|
142
|
-
readonly HasDebugValue: boolean;
|
|
143
|
-
readonly ApplicationValueCount: number;
|
|
144
|
-
readonly XmlParams: string;
|
|
145
|
-
readonly AccessFlag: number;
|
|
146
|
-
readonly ClusterFlag: number;
|
|
147
|
-
readonly ResultViewCount: number;
|
|
148
|
-
readonly DebugValueCount: number;
|
|
149
|
-
readonly WorkflowCount: number;
|
|
150
|
-
readonly Archived: boolean;
|
|
151
|
-
readonly RoxieCluster: string;
|
|
152
|
-
readonly DebugState: DebugState;
|
|
153
|
-
readonly Queue: string;
|
|
154
|
-
readonly Active: boolean;
|
|
155
|
-
readonly Action: number;
|
|
156
|
-
readonly Scope: string;
|
|
157
|
-
readonly AbortBy: string;
|
|
158
|
-
readonly AbortTime: string;
|
|
159
|
-
readonly Workflows: WsWorkunits.Workflows;
|
|
160
|
-
readonly TimingData: WsWorkunits.TimingData;
|
|
161
|
-
readonly HelpersDesc: string;
|
|
162
|
-
readonly GraphsDesc: string;
|
|
163
|
-
readonly SourceFilesDesc: string;
|
|
164
|
-
readonly ResultsDesc: string;
|
|
165
|
-
readonly VariablesDesc: string;
|
|
166
|
-
readonly TimersDesc: string;
|
|
167
|
-
readonly DebugValuesDesc: string;
|
|
168
|
-
readonly ApplicationValuesDesc: string;
|
|
169
|
-
readonly WorkflowsDesc: string;
|
|
170
|
-
readonly ServiceNames: WsWorkunits.ServiceNames;
|
|
171
|
-
readonly CompileCost: number;
|
|
172
|
-
readonly ExecuteCost: number;
|
|
173
|
-
readonly FileAccessCost: number;
|
|
174
|
-
readonly NoAccess: boolean;
|
|
175
|
-
readonly ECLWUProcessList: WsWorkunits.ECLWUProcessList;
|
|
176
|
-
static create(optsConnection: IOptions | IConnection): Promise<Workunit>;
|
|
177
|
-
static attach(optsConnection: IOptions | IConnection, wuid: string, state?: IWorkunitState): Workunit;
|
|
178
|
-
static existsLocal(baseUrl: string, wuid: string): boolean;
|
|
179
|
-
static submit(server: IOptions | IConnection, target: string, ecl: string, compileOnly?: boolean): Promise<Workunit>;
|
|
180
|
-
static compile(server: IOptions | IConnection, target: string, ecl: string): Promise<Workunit>;
|
|
181
|
-
static query(server: IOptions | IConnection, opts: Partial<WsWorkunits.WUQuery>): Promise<Workunit[]>;
|
|
182
|
-
protected constructor(optsConnection: IOptions | IConnection, wuid?: string);
|
|
183
|
-
clearState(wuid?: string): void;
|
|
184
|
-
update(request: Partial<WsWorkunits.WUUpdate>): Promise<Workunit>;
|
|
185
|
-
submit(_cluster?: string, action?: WUUpdate.Action, resultLimit?: number): Promise<Workunit>;
|
|
186
|
-
isComplete(): boolean;
|
|
187
|
-
isFailed(): boolean;
|
|
188
|
-
isDeleted(): boolean;
|
|
189
|
-
isDebugging(): boolean;
|
|
190
|
-
isRunning(): boolean;
|
|
191
|
-
setToFailed(): Promise<WsWorkunits.WUActionResponse>;
|
|
192
|
-
pause(): Promise<WsWorkunits.WUActionResponse>;
|
|
193
|
-
pauseNow(): Promise<WsWorkunits.WUActionResponse>;
|
|
194
|
-
resume(): Promise<WsWorkunits.WUActionResponse>;
|
|
195
|
-
abort(): Promise<WsWorkunits.WUActionResponse>;
|
|
196
|
-
protect(): Promise<WsWorkunits.WUActionResponse>;
|
|
197
|
-
unprotect(): Promise<WsWorkunits.WUActionResponse>;
|
|
198
|
-
delete(): Promise<WsWorkunits.WUActionResponse>;
|
|
199
|
-
restore(): Promise<WsWorkunits.WUActionResponse>;
|
|
200
|
-
deschedule(): Promise<WsWorkunits.WUActionResponse>;
|
|
201
|
-
reschedule(): Promise<WsWorkunits.WUActionResponse>;
|
|
202
|
-
resubmit(): Promise<Workunit>;
|
|
203
|
-
clone(): Promise<Workunit>;
|
|
204
|
-
refreshState(): Promise<this>;
|
|
205
|
-
refreshInfo(request?: Partial<WsWorkunits.WUInfo>): Promise<this>;
|
|
206
|
-
refreshDebug(): Promise<this>;
|
|
207
|
-
refresh(full?: boolean, request?: Partial<WsWorkunits.WUInfo>): Promise<this>;
|
|
208
|
-
eclExceptions(): WsWorkunits.ECLException[];
|
|
209
|
-
fetchArchive(): Promise<string>;
|
|
210
|
-
fetchECLExceptions(): Promise<WsWorkunits.ECLException[]>;
|
|
211
|
-
fetchResults(): Promise<Result[]>;
|
|
212
|
-
fetchGraphs(): Promise<ECLGraph[]>;
|
|
213
|
-
fetchQuery(): Promise<WsWorkunits.Query>;
|
|
214
|
-
fetchHelpers(): Promise<WsWorkunits.ECLHelpFile[]>;
|
|
215
|
-
fetchAllowedClusters(): Promise<string[]>;
|
|
216
|
-
fetchTotalClusterTime(): Promise<string>;
|
|
217
|
-
fetchServiceNames(): Promise<string[]>;
|
|
218
|
-
fetchDetailsMeta(request?: RecursivePartial<WsWorkunits.WUDetailsMeta>): Promise<WsWorkunits.WUDetailsMetaResponse>;
|
|
219
|
-
fetchDetailsRaw(request?: RecursivePartial<WsWorkunits.WUDetails>): Promise<WsWorkunits.Scope[]>;
|
|
220
|
-
normalizeDetails(meta: WsWorkunits.WUDetailsMetaResponse, scopes: WsWorkunits.Scope[]): {
|
|
221
|
-
meta: WsWorkunits.WUDetailsMetaResponse;
|
|
222
|
-
columns: {
|
|
223
|
-
[id: string]: any;
|
|
224
|
-
};
|
|
225
|
-
data: IScope[];
|
|
226
|
-
};
|
|
227
|
-
fetchDetailsNormalized(request?: RecursivePartial<WsWorkunits.WUDetails>): Promise<{
|
|
228
|
-
meta: WsWorkunits.WUDetailsMetaResponse;
|
|
229
|
-
columns: {
|
|
230
|
-
[id: string]: any;
|
|
231
|
-
};
|
|
232
|
-
data: IScope[];
|
|
233
|
-
}>;
|
|
234
|
-
fetchInfo(request?: Partial<WsWorkunits.WUInfo>): Promise<WsWorkunits.WUInfoResponse>;
|
|
235
|
-
fetchDetails(request?: RecursivePartial<WsWorkunits.WUDetails>): Promise<Scope[]>;
|
|
236
|
-
fetchDetailsHierarchy(request?: Partial<WsWorkunits.WUDetails>): Promise<Scope[]>;
|
|
237
|
-
fetchGraphDetails(graphIDs: string[], rootTypes: string[]): Promise<BaseScope[]>;
|
|
238
|
-
fetchScopeGraphs(graphIDs?: string[]): Promise<ScopeGraph>;
|
|
239
|
-
fetchTimeElapsed(): Promise<ITimeElapsed[]>;
|
|
240
|
-
protected _monitor(): void;
|
|
241
|
-
protected _monitorTimeoutDuration(): number;
|
|
242
|
-
on(eventID: WorkunitEvents, propIDorCallback: StateCallback | keyof UWorkunitState, callback?: StatePropCallback): this;
|
|
243
|
-
watchUntilComplete(callback?: StateCallback): Promise<this>;
|
|
244
|
-
watchUntilRunning(callback?: StateCallback): Promise<this>;
|
|
245
|
-
protected WUQuery(_request?: Partial<WsWorkunits.WUQuery>): Promise<WsWorkunits.WUQueryResponse>;
|
|
246
|
-
protected WUCreate(): Promise<WsWorkunits.WUCreateResponse>;
|
|
247
|
-
protected WUInfo(_request?: Partial<WsWorkunits.WUInfo>): Promise<WsWorkunits.WUInfoResponse>;
|
|
248
|
-
protected WUResubmit(request: Partial<WsWorkunits.WUResubmit>): Promise<WsWorkunits.WUResubmitResponse>;
|
|
249
|
-
protected WUDetailsMeta(request: Partial<WsWorkunits.WUDetailsMeta>): Promise<WsWorkunits.WUDetailsMetaResponse>;
|
|
250
|
-
protected WUDetails(request: RecursivePartial<WsWorkunits.WUDetails>): Promise<WsWorkunits.WUDetailsResponse>;
|
|
251
|
-
protected WUAction(actionType: WsWorkunits.ECLWUActions): Promise<WsWorkunits.WUActionResponse>;
|
|
252
|
-
publish(name?: string): Promise<WsWorkunits.WUPublishWorkunitResponse>;
|
|
253
|
-
publishEx(request: Partial<WsWorkunits.WUPublishWorkunit>): Promise<WsWorkunits.WUPublishWorkunitResponse>;
|
|
254
|
-
protected WUCDebug(command: string, opts?: any): Promise<XMLNode | null>;
|
|
255
|
-
debug(command: string, opts?: object): Promise<XMLNode>;
|
|
256
|
-
debugStatus(): Promise<XMLNode>;
|
|
257
|
-
debugContinue(mode?: string): Promise<XMLNode>;
|
|
258
|
-
debugStep(mode: string): Promise<XMLNode>;
|
|
259
|
-
debugPause(): Promise<XMLNode>;
|
|
260
|
-
debugQuit(): Promise<XMLNode>;
|
|
261
|
-
debugDeleteAllBreakpoints(): Promise<XMLNode>;
|
|
262
|
-
protected debugBreakpointResponseParser(rootNode: StringAnyMap): any;
|
|
263
|
-
debugBreakpointAdd(id: string, mode: string, action: string): Promise<XMLNode>;
|
|
264
|
-
debugBreakpointList(): Promise<any[]>;
|
|
265
|
-
debugGraph(): Promise<XGMMLGraph>;
|
|
266
|
-
debugBreakpointValid(path: string): Promise<IECLDefintion[]>;
|
|
267
|
-
debugPrint(edgeID: string, startRow?: number, numRows?: number): Promise<StringAnyMap[]>;
|
|
268
|
-
}
|
|
269
|
-
export interface IECLDefintion {
|
|
270
|
-
id: string;
|
|
271
|
-
file: string;
|
|
272
|
-
line: number;
|
|
273
|
-
column: number;
|
|
274
|
-
}
|
|
275
|
-
//# sourceMappingURL=workunit.d.ts.map
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { XMLNode } from "@hpcc-js/util";
|
|
2
|
-
export declare class XSDNode {
|
|
3
|
-
protected e?: XMLNode;
|
|
4
|
-
constructor(e: XMLNode);
|
|
5
|
-
fix(): void;
|
|
6
|
-
}
|
|
7
|
-
export declare class XSDXMLNode extends XSDNode {
|
|
8
|
-
name: string;
|
|
9
|
-
type: string;
|
|
10
|
-
isSet: boolean;
|
|
11
|
-
attrs: {
|
|
12
|
-
[key: string]: string;
|
|
13
|
-
};
|
|
14
|
-
private _children;
|
|
15
|
-
constructor(e: XMLNode);
|
|
16
|
-
append(child: XSDXMLNode): void;
|
|
17
|
-
fix(): void;
|
|
18
|
-
children(): XSDXMLNode[];
|
|
19
|
-
private isAll;
|
|
20
|
-
private setOfType;
|
|
21
|
-
charWidth(): number;
|
|
22
|
-
}
|
|
23
|
-
export declare class XSDSimpleType extends XSDNode {
|
|
24
|
-
name: string;
|
|
25
|
-
type: string;
|
|
26
|
-
maxLength: number | undefined;
|
|
27
|
-
protected _restricition?: XMLNode;
|
|
28
|
-
protected _maxLength?: XMLNode;
|
|
29
|
-
constructor(e: XMLNode);
|
|
30
|
-
append(e: XMLNode): void;
|
|
31
|
-
fix(): void;
|
|
32
|
-
}
|
|
33
|
-
export declare class XSDSchema {
|
|
34
|
-
root: XSDXMLNode;
|
|
35
|
-
simpleTypes: {
|
|
36
|
-
[name: string]: XSDSimpleType;
|
|
37
|
-
};
|
|
38
|
-
fields(): XSDXMLNode[];
|
|
39
|
-
}
|
|
40
|
-
export declare function parseXSD(xml: string): XSDSchema;
|
|
41
|
-
export declare function parseXSD2(xml: string, rootName: any): XSDSchema;
|
|
42
|
-
//# sourceMappingURL=xsdParser.d.ts.map
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { IConnection, IOptions, ResponseType } from "./connection";
|
|
2
|
-
export type ESPResponseType = ResponseType | "json2" | "xsd";
|
|
3
|
-
export declare function isArray(arg: any): boolean;
|
|
4
|
-
export interface Exception {
|
|
5
|
-
Code: number;
|
|
6
|
-
Message: string;
|
|
7
|
-
}
|
|
8
|
-
export interface Exceptions {
|
|
9
|
-
Source: string;
|
|
10
|
-
Exception: Exception[];
|
|
11
|
-
}
|
|
12
|
-
export declare class ESPExceptions extends Error implements Exceptions {
|
|
13
|
-
isESPExceptions: boolean;
|
|
14
|
-
action: string;
|
|
15
|
-
request: string;
|
|
16
|
-
Source: string;
|
|
17
|
-
Exception: Exception[];
|
|
18
|
-
constructor(action: string, request: any, exceptions: Exceptions);
|
|
19
|
-
}
|
|
20
|
-
export declare function isExceptions(err: any): err is Exceptions;
|
|
21
|
-
export declare class ESPConnection implements IConnection {
|
|
22
|
-
private _connection;
|
|
23
|
-
readonly baseUrl: string;
|
|
24
|
-
private _service;
|
|
25
|
-
private _version;
|
|
26
|
-
constructor(optsConnection: IOptions | IConnection, service: string, version: string);
|
|
27
|
-
service(): string;
|
|
28
|
-
service(_: string): ESPConnection;
|
|
29
|
-
version(): string;
|
|
30
|
-
version(_: string): ESPConnection;
|
|
31
|
-
toESPStringArray(target: any, arrayName: string): any;
|
|
32
|
-
opts(_: Partial<IOptions>): this;
|
|
33
|
-
opts(): IOptions;
|
|
34
|
-
send(action: string, _request?: any, espResponseType?: ESPResponseType, largeUpload?: boolean, abortSignal?: AbortSignal, espResponseField?: string): Promise<any>;
|
|
35
|
-
clone(): ESPConnection;
|
|
36
|
-
}
|
|
37
|
-
export declare class Service {
|
|
38
|
-
protected _connection: ESPConnection;
|
|
39
|
-
readonly baseUrl: string;
|
|
40
|
-
constructor(optsConnection: IOptions | IConnection, service: string, version: string);
|
|
41
|
-
opts(): IOptions;
|
|
42
|
-
connection(): ESPConnection;
|
|
43
|
-
}
|
|
44
|
-
//# sourceMappingURL=espConnection.d.ts.map
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
export * from "./__package__";
|
|
2
|
-
export * from "./services/fileSpray";
|
|
3
|
-
export * from "./services/wsAccess";
|
|
4
|
-
export * from "./services/wsAccount";
|
|
5
|
-
export * from "./services/wsCloud";
|
|
6
|
-
export * from "./services/wsCodesign";
|
|
7
|
-
export * from "./services/wsDali";
|
|
8
|
-
export * from "./services/wsDFU";
|
|
9
|
-
export * from "./services/wsDFUXRef";
|
|
10
|
-
export * from "./services/wsEcl";
|
|
11
|
-
export * from "./services/wsElk";
|
|
12
|
-
export * from "./services/wsLogaccess";
|
|
13
|
-
export * from "./services/wsMachine";
|
|
14
|
-
export * from "./services/wsPackageProcess";
|
|
15
|
-
export * from "./services/wsResources";
|
|
16
|
-
export * from "./services/wsSasha";
|
|
17
|
-
export * from "./services/wsSMC";
|
|
18
|
-
export * from "./services/wsStore";
|
|
19
|
-
export * from "./services/wsTopology";
|
|
20
|
-
export * from "./services/wsWorkunits";
|
|
21
|
-
export * from "./ecl/activity";
|
|
22
|
-
export * from "./ecl/graph";
|
|
23
|
-
export * from "./ecl/logicalFile";
|
|
24
|
-
export * from "./ecl/machine";
|
|
25
|
-
export * from "./ecl/query";
|
|
26
|
-
export * from "./ecl/resource";
|
|
27
|
-
export * from "./ecl/result";
|
|
28
|
-
export * from "./ecl/scope";
|
|
29
|
-
export * from "./ecl/sourceFile";
|
|
30
|
-
export * from "./ecl/store";
|
|
31
|
-
export * from "./ecl/timer";
|
|
32
|
-
export * from "./ecl/topology";
|
|
33
|
-
export * from "./ecl/targetCluster";
|
|
34
|
-
export * from "./ecl/dfuWorkunit";
|
|
35
|
-
export * from "./ecl/workunit";
|
|
36
|
-
export * from "./ecl/xsdParser";
|
|
37
|
-
export * from "./connection";
|
|
38
|
-
export * from "./espConnection";
|
|
39
|
-
//# sourceMappingURL=index-common.d.ts.map
|
package/types-3.4/index.d.ts
DELETED