@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
package/package.json
CHANGED
|
@@ -1,88 +1,83 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/comms",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "hpcc-js - Communications",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./types/index.node.d.ts",
|
|
9
|
+
"node": "./dist/index.node.js",
|
|
10
|
+
"default": "./dist/index.js"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"module": "./dist/index.node.js",
|
|
14
|
+
"browser": "./dist/index.js",
|
|
15
|
+
"types": "./types/index.node.d.ts",
|
|
12
16
|
"files": [
|
|
13
|
-
"
|
|
14
|
-
"types-3.4/*",
|
|
15
|
-
"lib-es6/*",
|
|
17
|
+
"dist/*",
|
|
16
18
|
"src/*",
|
|
17
|
-
"
|
|
19
|
+
"types/*"
|
|
18
20
|
],
|
|
19
21
|
"scripts": {
|
|
20
|
-
"clean": "rimraf --glob lib* types dist *.tsbuildinfo",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"compile-util-watch": "npm run compile-util -- -w",
|
|
27
|
-
"bundle": "rollup -c",
|
|
28
|
-
"bundle-watch": "npm run bundle -- -w",
|
|
29
|
-
"minimize-browser": "terser dist/index.js -c -m --source-map \"content='dist/index.js.map',url='index.min.js.map'\" -o dist/index.min.js",
|
|
30
|
-
"minimize-node": "terser dist/index.node.js -c -m --source-map \"content='dist/index.node.js.map',url='index.node.min.js.map'\" -o dist/index.node.min.js",
|
|
31
|
-
"minimize": "npm run minimize-browser && npm run minimize-node",
|
|
32
|
-
"gen-legacy-types": "downlevel-dts ./types ./types-3.4",
|
|
33
|
-
"build": "npm run compile-es6 && npm run bundle",
|
|
34
|
-
"watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch",
|
|
22
|
+
"clean": "rimraf --glob lib* types dist *.tsbuildinfo .turbo",
|
|
23
|
+
"bundle": "node esbuild.js",
|
|
24
|
+
"bundle-watch": "npm run bundle -- --development --watch",
|
|
25
|
+
"gen-types": "tsc --project tsconfig.json",
|
|
26
|
+
"gen-types-watch": "npm run gen-types -- --watch",
|
|
27
|
+
"build": "run-p gen-types bundle",
|
|
35
28
|
"stamp": "node ../../node_modules/@hpcc-js/bundle/src/stamp.js",
|
|
36
29
|
"lint": "eslint ./src",
|
|
37
30
|
"lint-fix": "eslint --fix src/**/*.ts",
|
|
38
|
-
"test": "mocha lib-umd/__tests__ --reporter spec",
|
|
39
31
|
"docs": "typedoc --options tdoptions.json .",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"wsdl-
|
|
47
|
-
"wsdl-
|
|
48
|
-
"wsdl-
|
|
49
|
-
"wsdl-
|
|
50
|
-
"wsdl-
|
|
51
|
-
"wsdl-
|
|
52
|
-
"wsdl-
|
|
53
|
-
"wsdl-
|
|
54
|
-
"wsdl-
|
|
55
|
-
"wsdl-
|
|
56
|
-
"wsdl-
|
|
57
|
-
"wsdl-
|
|
58
|
-
"wsdl-
|
|
59
|
-
"wsdl-
|
|
60
|
-
"wsdl-
|
|
61
|
-
"wsdl-
|
|
62
|
-
"wsdl": "
|
|
32
|
+
"test-browser": "vitest run --project browser",
|
|
33
|
+
"test-node": "vitest run --project node",
|
|
34
|
+
"test": "vitest run",
|
|
35
|
+
"coverage": "vitest run --coverage",
|
|
36
|
+
"update": "npx -y npm-check-updates -u -t minor",
|
|
37
|
+
"update-major": "npx -y npm-check-updates -u",
|
|
38
|
+
"wsdl-access": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_access?wsdl --outDir=./src/services/wsdl",
|
|
39
|
+
"wsdl-account": "node ./lib-esm/index.js -k --url=http://localhost:8010/Ws_Account?wsdl --outDir=./src/services/wsdl",
|
|
40
|
+
"wsdl-cloud": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsCloud?wsdl --outDir=./src/services/wsdl",
|
|
41
|
+
"wsdl-codesign": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_codesign?wsdl --outDir=./src/services/wsdl",
|
|
42
|
+
"wsdl-dali": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsDali?wsdl --outDir=./src/services/wsdl",
|
|
43
|
+
"wsdl-dfu": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsDfu?wsdl --outDir=./src/services/wsdl",
|
|
44
|
+
"wsdl-dfuxref": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsDFUXRef?wsdl --outDir=./src/services/wsdl",
|
|
45
|
+
"wsdl-elk": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_elk?wsdl --outDir=./src/services/wsdl",
|
|
46
|
+
"wsdl-esdlconfig": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_esdlconfig?wsdl --outDir=./src/services/wsdl",
|
|
47
|
+
"wsdl-fileio": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsFileIO?wsdl --outDir=./src/services/wsdl",
|
|
48
|
+
"wsdl-filespray": "node ./lib-esm/index.js -k --url=http://localhost:8010/FileSpray?wsdl --outDir=./src/services/wsdl",
|
|
49
|
+
"wsdl-logaccess": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_logaccess?wsdl --outDir=./src/services/wsdl",
|
|
50
|
+
"wsdl-machine": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_machine?wsdl --outDir=./src/services/wsdl",
|
|
51
|
+
"wsdl-packageprocess": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsPackageProcess?wsdl --outDir=./src/services/wsdl",
|
|
52
|
+
"wsdl-sasha": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsSasha?wsdl --outDir=./src/services/wsdl",
|
|
53
|
+
"wsdl-smc": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsSMC?wsdl --outDir=./src/services/wsdl",
|
|
54
|
+
"wsdl-resources": "node ./lib-esm/index.js -k --url=http://localhost:8010/ws_resources?wsdl --outDir=./src/services/wsdl",
|
|
55
|
+
"wsdl-store": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsStore?wsdl --outDir=./src/services/wsdl",
|
|
56
|
+
"wsdl-topology": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsTopology?wsdl --outDir=./src/services/wsdl",
|
|
57
|
+
"wsdl-workunits": "node ./lib-esm/index.js -k --url=http://localhost:8010/WsWorkunits?wsdl --outDir=./src/services/wsdl",
|
|
58
|
+
"wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*"
|
|
63
59
|
},
|
|
64
60
|
"dependencies": {
|
|
65
61
|
"@hpcc-js/ddl-shim": "^2.22.0",
|
|
66
|
-
"@hpcc-js/util": "^
|
|
67
|
-
"@xmldom/xmldom": "0.9.
|
|
62
|
+
"@hpcc-js/util": "^3.1.0",
|
|
63
|
+
"@xmldom/xmldom": "0.9.4",
|
|
68
64
|
"abort-controller": "3.0.0",
|
|
69
|
-
"node-fetch": "
|
|
65
|
+
"node-fetch": "3.3.2",
|
|
70
66
|
"safe-buffer": "5.2.1",
|
|
71
67
|
"tmp": "0.2.3",
|
|
72
68
|
"undici": "5.28.4"
|
|
73
69
|
},
|
|
74
70
|
"devDependencies": {
|
|
75
|
-
"@hpcc-js/
|
|
71
|
+
"@hpcc-js/esbuild-plugins": "^1.2.0",
|
|
76
72
|
"@types/d3-request": "1.0.9",
|
|
77
73
|
"@types/d3-time-format": "2.3.4",
|
|
78
74
|
"@types/node": "^18",
|
|
79
75
|
"@types/xmldom": "0.1.34",
|
|
80
76
|
"d3-array": "^1",
|
|
77
|
+
"d3-format": "^1",
|
|
81
78
|
"d3-time-format": "^2",
|
|
82
|
-
"soap": "1.1.
|
|
83
|
-
"
|
|
84
|
-
"typescript-formatter": "^7.2.2",
|
|
85
|
-
"whatwg-fetch": "3.6.20"
|
|
79
|
+
"soap": "1.1.5",
|
|
80
|
+
"typescript-formatter": "^7.2.2"
|
|
86
81
|
},
|
|
87
82
|
"repository": {
|
|
88
83
|
"type": "git",
|
|
@@ -95,5 +90,5 @@
|
|
|
95
90
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
96
91
|
},
|
|
97
92
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
98
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "3f6146539f487dca08a35cdd5f94ca29609b4343"
|
|
99
94
|
}
|
package/src/__package__.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as fs from "fs";
|
|
|
2
2
|
import * as path from "path";
|
|
3
3
|
|
|
4
4
|
import { Dictionary, DictionaryNoCase, find, SAXStackParser, scopedLogger, XMLNode } from "@hpcc-js/util";
|
|
5
|
-
import { ClientTools, locateClientTools } from "./eclcc";
|
|
5
|
+
import { ClientTools, locateClientTools } from "./eclcc.ts";
|
|
6
6
|
|
|
7
7
|
const logger = scopedLogger("clienttools/eclmeta");
|
|
8
8
|
|
package/src/clienttools/eclcc.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as path from "path";
|
|
|
5
5
|
import * as tmp from "tmp";
|
|
6
6
|
|
|
7
7
|
import { exists, scopedLogger, xml2json, XMLNode } from "@hpcc-js/util";
|
|
8
|
-
import { attachWorkspace, Workspace } from "./eclMeta";
|
|
8
|
+
import { attachWorkspace, Workspace } from "./eclMeta.ts";
|
|
9
9
|
|
|
10
10
|
const logger = scopedLogger("clienttools/eclcc");
|
|
11
11
|
const exeExt = os.type() === "Windows_NT" ? ".exe" : "";
|
package/src/ecl/activity.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { debounce, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsSMC, SMCService } from "../services/wsSMC";
|
|
4
|
-
import { Workunit } from "./workunit";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsSMC, SMCService } from "../services/wsSMC.ts";
|
|
4
|
+
import { Workunit } from "./workunit.ts";
|
|
5
5
|
|
|
6
6
|
let _activity: Activity;
|
|
7
7
|
|
package/src/ecl/dfuWorkunit.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Cache, IEvent, scopedLogger, StateCallback, StateEvents, StateObject, StatePropCallback } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { ESPExceptions } from "../espConnection";
|
|
4
|
-
import { WsSMC } from "../services/wsSMC";
|
|
5
|
-
import { FileSpray, FileSprayService, UpdateDFUWorkunitEx } from "../services/fileSpray";
|
|
6
|
-
import * as WsTopology from "../services/wsTopology";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { ESPExceptions } from "../espConnection.ts";
|
|
4
|
+
import { WsSMC } from "../services/wsSMC.ts";
|
|
5
|
+
import { FileSpray, FileSprayService, UpdateDFUWorkunitEx } from "../services/fileSpray.ts";
|
|
6
|
+
import * as WsTopology from "../services/wsTopology.ts";
|
|
7
7
|
|
|
8
8
|
const logger = scopedLogger("@hpcc-js/comms/dfuWorkunit.ts");
|
|
9
9
|
|
package/src/ecl/graph.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Cache, Edge, Graph, StateObject, StringAnyMap, Subgraph, Vertex, XMLNode } from "@hpcc-js/util";
|
|
2
|
-
import { WsWorkunits } from "../services/wsWorkunits";
|
|
3
|
-
import { BaseScope } from "./scope";
|
|
4
|
-
import { Timer } from "./timer";
|
|
5
|
-
import { Workunit } from "./workunit";
|
|
2
|
+
import { WsWorkunits } from "../services/wsWorkunits.ts";
|
|
3
|
+
import { BaseScope } from "./scope.ts";
|
|
4
|
+
import { Timer } from "./timer.ts";
|
|
5
|
+
import { Workunit } from "./workunit.ts";
|
|
6
6
|
|
|
7
7
|
export interface ECLGraphEx extends WsWorkunits.ECLGraph {
|
|
8
8
|
Time: number;
|
package/src/ecl/logicalFile.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Cache, scopedLogger, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { DFUService, WsDfu } from "../services/wsDFU";
|
|
4
|
-
import { ESPExceptions } from "../espConnection";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { DFUService, WsDfu } from "../services/wsDFU.ts";
|
|
4
|
+
import { ESPExceptions } from "../espConnection.ts";
|
|
5
5
|
|
|
6
6
|
const logger = scopedLogger("logicalFile.ts");
|
|
7
7
|
|
package/src/ecl/machine.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Cache, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsMachine, MachineService } from "../services/wsMachine";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsMachine, MachineService } from "../services/wsMachine.ts";
|
|
4
4
|
|
|
5
5
|
export class MachineCache extends Cache<{ Address: string }, Machine> {
|
|
6
6
|
constructor() {
|
package/src/ecl/query.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Cache, StateObject, scopedLogger, RecursivePartial } from "@hpcc-js/util";
|
|
2
2
|
import { format as d3Format } from "d3-format";
|
|
3
|
-
import { IConnection, IOptions } from "../connection";
|
|
4
|
-
import { EclService, IWsEclRequest, IWsEclResponse, IWsEclResult } from "../services/wsEcl";
|
|
5
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
6
|
-
import { Topology } from "./topology";
|
|
7
|
-
import { Workunit, IScope } from "./workunit";
|
|
8
|
-
import { QueryGraph } from "./queryGraph";
|
|
3
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
4
|
+
import { EclService, IWsEclRequest, IWsEclResponse, IWsEclResult } from "../services/wsEcl.ts";
|
|
5
|
+
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits.ts";
|
|
6
|
+
import { Topology } from "./topology.ts";
|
|
7
|
+
import { Workunit, IScope } from "./workunit.ts";
|
|
8
|
+
import { QueryGraph } from "./queryGraph.ts";
|
|
9
9
|
|
|
10
10
|
export { QueryGraph };
|
|
11
11
|
|
|
@@ -119,9 +119,9 @@ export class Query extends StateObject<QueryEx, QueryEx> implements QueryEx {
|
|
|
119
119
|
const wsEclService = await this.wsEclService();
|
|
120
120
|
try {
|
|
121
121
|
this._requestSchema = await wsEclService?.requestJson(this.QuerySet, this.QueryId) ?? [];
|
|
122
|
-
} catch (e) {
|
|
122
|
+
} catch (e: any) {
|
|
123
123
|
// See: https://track.hpccsystems.com/browse/HPCC-29827
|
|
124
|
-
logger.debug(e);
|
|
124
|
+
logger.debug(e.message ?? e);
|
|
125
125
|
this._requestSchema = [];
|
|
126
126
|
}
|
|
127
127
|
}
|
|
@@ -130,9 +130,9 @@ export class Query extends StateObject<QueryEx, QueryEx> implements QueryEx {
|
|
|
130
130
|
const wsEclService = await this.wsEclService();
|
|
131
131
|
try {
|
|
132
132
|
this._responseSchema = await wsEclService?.responseJson(this.QuerySet, this.QueryId) ?? {};
|
|
133
|
-
} catch (e) {
|
|
133
|
+
} catch (e: any) {
|
|
134
134
|
// See: https://track.hpccsystems.com/browse/HPCC-29827
|
|
135
|
-
logger.debug(e);
|
|
135
|
+
logger.debug(e.message ?? e);
|
|
136
136
|
this._responseSchema = {};
|
|
137
137
|
}
|
|
138
138
|
}
|
|
@@ -209,9 +209,9 @@ export class Query extends StateObject<QueryEx, QueryEx> implements QueryEx {
|
|
|
209
209
|
}
|
|
210
210
|
return results;
|
|
211
211
|
}) ?? [];
|
|
212
|
-
} catch (e) {
|
|
212
|
+
} catch (e: any) {
|
|
213
213
|
// See: https://track.hpccsystems.com/browse/HPCC-29827
|
|
214
|
-
logger.debug(e);
|
|
214
|
+
logger.debug(e.message ?? e);
|
|
215
215
|
return [];
|
|
216
216
|
}
|
|
217
217
|
}
|
package/src/ecl/queryGraph.ts
CHANGED
|
@@ -682,8 +682,8 @@ export class QueryGraph {
|
|
|
682
682
|
}
|
|
683
683
|
|
|
684
684
|
getChildByTagName(docNode: HTMLElement, tagName: string): HTMLElement | null {
|
|
685
|
-
let retVal = null;
|
|
686
|
-
Array.from(docNode.childNodes).some((childNode
|
|
685
|
+
let retVal: HTMLElement | null = null;
|
|
686
|
+
Array.from(docNode.childNodes as NodeListOf<HTMLElement>).some((childNode) => {
|
|
687
687
|
if (childNode.tagName === tagName) {
|
|
688
688
|
retVal = childNode;
|
|
689
689
|
return true;
|
|
@@ -694,7 +694,7 @@ export class QueryGraph {
|
|
|
694
694
|
|
|
695
695
|
walkDocument(docNode: HTMLElement, id: string): Subgraph | Vertex | Edge {
|
|
696
696
|
const retVal: any = this.getItem(docNode, id);
|
|
697
|
-
docNode.childNodes.forEach((childNode
|
|
697
|
+
(docNode.childNodes as NodeListOf<HTMLElement>).forEach((childNode) => {
|
|
698
698
|
switch (childNode.nodeType) {
|
|
699
699
|
case 1: // ELEMENT_NODE
|
|
700
700
|
switch (childNode.tagName) {
|
package/src/ecl/resource.ts
CHANGED
package/src/ecl/result.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Cache, exists, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WsDfu } from "../services/wsDFU";
|
|
4
|
-
import { isECLResult, WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
5
|
-
import { parseXSD, XSDSchema, XSDXMLNode } from "./xsdParser";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsDfu } from "../services/wsDFU.ts";
|
|
4
|
+
import { isECLResult, WorkunitsService, WsWorkunits } from "../services/wsWorkunits.ts";
|
|
5
|
+
import { parseXSD, XSDSchema, XSDXMLNode } from "./xsdParser.ts";
|
|
6
6
|
|
|
7
7
|
export class GlobalResultCache extends Cache<{ BaseUrl: string, Wuid: string, ResultName: string }, Result> {
|
|
8
8
|
constructor() {
|
package/src/ecl/scope.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StateObject, StringAnyMap } from "@hpcc-js/util";
|
|
2
2
|
// import { utcFormat, utcParse } from "d3-time-format";
|
|
3
|
-
import { WsWorkunits } from "../services/wsWorkunits";
|
|
4
|
-
import { Workunit } from "./workunit";
|
|
3
|
+
import { WsWorkunits } from "../services/wsWorkunits.ts";
|
|
4
|
+
import { Workunit } from "./workunit.ts";
|
|
5
5
|
|
|
6
6
|
// const formatter = utcFormat("%Y-%m-%dT%H:%M:%S.%LZ");
|
|
7
7
|
// const parser = utcParse("%Y-%m-%dT%H:%M:%S.%LZ");
|
package/src/ecl/sourceFile.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits.ts";
|
|
4
4
|
|
|
5
5
|
export interface ECLSourceFileEx extends WsWorkunits.ECLSourceFile {
|
|
6
6
|
Wuid: string;
|
package/src/ecl/store.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Cache, Dispatch, IObserverHandle, Message } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { StoreService } from "../services/wsStore";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { StoreService } from "../services/wsStore.ts";
|
|
4
4
|
|
|
5
5
|
export class StoreCache extends Cache<{ BaseUrl: string, Name: string, UserSpecific: boolean, Namespace: string }, Store> {
|
|
6
6
|
constructor() {
|
|
@@ -38,7 +38,7 @@ export class Store {
|
|
|
38
38
|
readonly UserSpecific: boolean;
|
|
39
39
|
readonly Namespace: string;
|
|
40
40
|
|
|
41
|
-
protected _dispatch = new Dispatch();
|
|
41
|
+
protected _dispatch = new Dispatch<ValueChangedMessage>();
|
|
42
42
|
|
|
43
43
|
static attach(optsConnection: IOptions | IConnection | StoreService, Name: string = "HPCCApps", Namespace: string, UserSpecific: boolean = true): Store {
|
|
44
44
|
const retVal: Store = _store.get({ BaseUrl: optsConnection.baseUrl, Name, UserSpecific, Namespace }, () => {
|
package/src/ecl/targetCluster.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
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";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WsMachine, WsMachineEx, MachineService } from "../services/wsMachine.ts";
|
|
4
|
+
import { TopologyService, WsTopology } from "../services/wsTopology.ts";
|
|
5
|
+
import { Machine } from "./machine.ts";
|
|
6
6
|
|
|
7
7
|
export class TargetClusterCache extends Cache<{ BaseUrl: string, Name: string }, TargetCluster> {
|
|
8
8
|
constructor() {
|
package/src/ecl/timer.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { espTime2Seconds, StateObject } from "@hpcc-js/util";
|
|
2
|
-
import { IConnection, IOptions } from "../connection";
|
|
3
|
-
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { WorkunitsService, WsWorkunits } from "../services/wsWorkunits.ts";
|
|
4
4
|
|
|
5
5
|
export interface ECLTimerEx extends WsWorkunits.ECLTimer {
|
|
6
6
|
Wuid: string;
|
package/src/ecl/topology.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Cache, exists, 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";
|
|
2
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
3
|
+
import { TopologyService, WsTopology } from "../services/wsTopology.ts";
|
|
4
|
+
import { TargetCluster } from "./targetCluster.ts";
|
|
5
5
|
|
|
6
6
|
export class TopologyCache extends Cache<{ BaseUrl: string }, Topology> {
|
|
7
7
|
constructor() {
|
package/src/ecl/workunit.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Cache, deepMixinT, IEvent, RecursivePartial, scopedLogger, StateCallback, StateEvents, StateObject, StatePropCallback, StringAnyMap, XMLNode } from "@hpcc-js/util";
|
|
2
2
|
import { format as d3Format } from "d3-format";
|
|
3
3
|
import { utcFormat, utcParse } from "d3-time-format";
|
|
4
|
-
import { IConnection, IOptions } from "../connection";
|
|
5
|
-
import { ESPExceptions } from "../espConnection";
|
|
6
|
-
import { WsSMC } from "../services/wsSMC";
|
|
7
|
-
import * as WsTopology from "../services/wsTopology";
|
|
8
|
-
import { WsWorkunits, WUStateID, WorkunitsService, WorkunitsServiceEx, WUUpdate } from "../services/wsWorkunits";
|
|
9
|
-
import { createGraph, createXGMMLGraph, ECLGraph, GraphCache, ScopeGraph, XGMMLGraph, XGMMLVertex } from "./graph";
|
|
10
|
-
import { Resource } from "./resource";
|
|
11
|
-
import { Result, ResultCache } from "./result";
|
|
12
|
-
import { BaseScope, Scope } from "./scope";
|
|
13
|
-
import { SourceFile } from "./sourceFile";
|
|
14
|
-
import { Timer } from "./timer";
|
|
4
|
+
import { IConnection, IOptions } from "../connection.ts";
|
|
5
|
+
import { ESPExceptions } from "../espConnection.ts";
|
|
6
|
+
import { WsSMC } from "../services/wsSMC.ts";
|
|
7
|
+
import * as WsTopology from "../services/wsTopology.ts";
|
|
8
|
+
import { WsWorkunits, WUStateID, WorkunitsService, WorkunitsServiceEx, WUUpdate } from "../services/wsWorkunits.ts";
|
|
9
|
+
import { createGraph, createXGMMLGraph, ECLGraph, GraphCache, ScopeGraph, XGMMLGraph, XGMMLVertex } from "./graph.ts";
|
|
10
|
+
import { Resource } from "./resource.ts";
|
|
11
|
+
import { Result, ResultCache } from "./result.ts";
|
|
12
|
+
import { BaseScope, Scope } from "./scope.ts";
|
|
13
|
+
import { SourceFile } from "./sourceFile.ts";
|
|
14
|
+
import { Timer } from "./timer.ts";
|
|
15
15
|
|
|
16
16
|
const formatter = utcFormat("%Y-%m-%dT%H:%M:%S.%LZ");
|
|
17
17
|
const parser = utcParse("%Y-%m-%dT%H:%M:%S.%LZ");
|
package/src/ecl/xsdParser.ts
CHANGED
|
@@ -215,7 +215,6 @@ export function parseXSD(xml: string): XSDSchema {
|
|
|
215
215
|
class XSDParser2 extends XSDParser {
|
|
216
216
|
_rootName: string;
|
|
217
217
|
schema: XSDSchema = new XSDSchema();
|
|
218
|
-
simpleType: XSDSimpleType;
|
|
219
218
|
simpleTypes: { [name: string]: XSDSimpleType } = {};
|
|
220
219
|
|
|
221
220
|
xsdStack: Stack<XSDXMLNode> = new Stack<XSDXMLNode>();
|
package/src/espConnection.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { join } from "@hpcc-js/util";
|
|
2
|
-
import { createConnection, IConnection, IOptions, ResponseType } from "./connection";
|
|
2
|
+
import { createConnection, IConnection, IOptions, ResponseType } from "./connection.ts";
|
|
3
3
|
|
|
4
4
|
export type ESPResponseType = ResponseType | "json2" | "xsd";
|
|
5
5
|
|
package/src/index-common.ts
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
export * from "./__package__";
|
|
1
|
+
export * from "./__package__.ts";
|
|
2
2
|
|
|
3
|
-
export * from "./services/fileSpray";
|
|
4
|
-
export * from "./services/wsAccess";
|
|
5
|
-
export * from "./services/wsAccount";
|
|
6
|
-
export * from "./services/wsCloud";
|
|
7
|
-
export * from "./services/wsCodesign";
|
|
8
|
-
export * from "./services/wsDali";
|
|
9
|
-
export * from "./services/wsDFU";
|
|
10
|
-
export * from "./services/wsDFUXRef";
|
|
11
|
-
export * from "./services/wsEcl";
|
|
12
|
-
export * from "./services/wsElk";
|
|
13
|
-
export * from "./services/wsLogaccess";
|
|
14
|
-
export * from "./services/wsMachine";
|
|
15
|
-
export * from "./services/wsPackageProcess";
|
|
16
|
-
export * from "./services/wsResources";
|
|
17
|
-
export * from "./services/wsSasha";
|
|
18
|
-
export * from "./services/wsSMC";
|
|
19
|
-
export * from "./services/wsStore";
|
|
20
|
-
export * from "./services/wsTopology";
|
|
21
|
-
export * from "./services/wsWorkunits";
|
|
3
|
+
export * from "./services/fileSpray.ts";
|
|
4
|
+
export * from "./services/wsAccess.ts";
|
|
5
|
+
export * from "./services/wsAccount.ts";
|
|
6
|
+
export * from "./services/wsCloud.ts";
|
|
7
|
+
export * from "./services/wsCodesign.ts";
|
|
8
|
+
export * from "./services/wsDali.ts";
|
|
9
|
+
export * from "./services/wsDFU.ts";
|
|
10
|
+
export * from "./services/wsDFUXRef.ts";
|
|
11
|
+
export * from "./services/wsEcl.ts";
|
|
12
|
+
export * from "./services/wsElk.ts";
|
|
13
|
+
export * from "./services/wsLogaccess.ts";
|
|
14
|
+
export * from "./services/wsMachine.ts";
|
|
15
|
+
export * from "./services/wsPackageProcess.ts";
|
|
16
|
+
export * from "./services/wsResources.ts";
|
|
17
|
+
export * from "./services/wsSasha.ts";
|
|
18
|
+
export * from "./services/wsSMC.ts";
|
|
19
|
+
export * from "./services/wsStore.ts";
|
|
20
|
+
export * from "./services/wsTopology.ts";
|
|
21
|
+
export * from "./services/wsWorkunits.ts";
|
|
22
22
|
|
|
23
|
-
export * from "./ecl/activity";
|
|
24
|
-
export * from "./ecl/graph";
|
|
25
|
-
export * from "./ecl/logicalFile";
|
|
26
|
-
export * from "./ecl/machine";
|
|
27
|
-
export * from "./ecl/query";
|
|
28
|
-
export * from "./ecl/resource";
|
|
29
|
-
export * from "./ecl/result";
|
|
30
|
-
export * from "./ecl/scope";
|
|
31
|
-
export * from "./ecl/sourceFile";
|
|
32
|
-
export * from "./ecl/store";
|
|
33
|
-
export * from "./ecl/timer";
|
|
34
|
-
export * from "./ecl/topology";
|
|
35
|
-
export * from "./ecl/targetCluster";
|
|
36
|
-
export * from "./ecl/dfuWorkunit";
|
|
37
|
-
export * from "./ecl/workunit";
|
|
38
|
-
export * from "./ecl/xsdParser";
|
|
23
|
+
export * from "./ecl/activity.ts";
|
|
24
|
+
export * from "./ecl/graph.ts";
|
|
25
|
+
export * from "./ecl/logicalFile.ts";
|
|
26
|
+
export * from "./ecl/machine.ts";
|
|
27
|
+
export * from "./ecl/query.ts";
|
|
28
|
+
export * from "./ecl/resource.ts";
|
|
29
|
+
export * from "./ecl/result.ts";
|
|
30
|
+
export * from "./ecl/scope.ts";
|
|
31
|
+
export * from "./ecl/sourceFile.ts";
|
|
32
|
+
export * from "./ecl/store.ts";
|
|
33
|
+
export * from "./ecl/timer.ts";
|
|
34
|
+
export * from "./ecl/topology.ts";
|
|
35
|
+
export * from "./ecl/targetCluster.ts";
|
|
36
|
+
export * from "./ecl/dfuWorkunit.ts";
|
|
37
|
+
export * from "./ecl/workunit.ts";
|
|
38
|
+
export * from "./ecl/xsdParser.ts";
|
|
39
39
|
|
|
40
|
-
export * from "./connection";
|
|
41
|
-
export * from "./espConnection";
|
|
40
|
+
export * from "./connection.ts";
|
|
41
|
+
export * from "./espConnection.ts";
|
package/src/index.node.ts
CHANGED
|
@@ -4,13 +4,17 @@ import { DOMParser } from "@xmldom/xmldom";
|
|
|
4
4
|
root.DOMParser = DOMParser;
|
|
5
5
|
|
|
6
6
|
// fetch polyfill ---
|
|
7
|
-
import fetch from "node-fetch";
|
|
7
|
+
import fetch, { Headers, Request, Response, } from "node-fetch";
|
|
8
|
+
|
|
8
9
|
import * as https from "https";
|
|
9
10
|
import { Agent, setGlobalDispatcher } from "undici";
|
|
10
11
|
|
|
11
12
|
if (typeof root.fetch === "undefined") {
|
|
12
13
|
// NodeJS < v18 ---
|
|
13
14
|
root.fetch = fetch;
|
|
15
|
+
root.Headers = Headers;
|
|
16
|
+
root.Request = Request;
|
|
17
|
+
root.Response = Response;
|
|
14
18
|
root.fetch.__rejectUnauthorizedAgent = new https.Agent({
|
|
15
19
|
rejectUnauthorized: false
|
|
16
20
|
});
|
|
@@ -31,7 +35,7 @@ if (typeof root.AbortController === "undefined") {
|
|
|
31
35
|
root.AbortController = AbortController;
|
|
32
36
|
}
|
|
33
37
|
|
|
34
|
-
import { trustwave } from "./pem/trustwave";
|
|
38
|
+
import { trustwave } from "./pem/trustwave.ts";
|
|
35
39
|
|
|
36
40
|
let globalCA = "";
|
|
37
41
|
if (https.globalAgent.options.ca !== undefined) {
|
|
@@ -61,8 +65,8 @@ if (typeof root.btoa === "undefined") {
|
|
|
61
65
|
};
|
|
62
66
|
}
|
|
63
67
|
|
|
64
|
-
export * from "./index-common";
|
|
68
|
+
export * from "./index-common.ts";
|
|
65
69
|
|
|
66
70
|
// Client Tools ---
|
|
67
|
-
export * from "./clienttools/eclcc";
|
|
68
|
-
export * from "./clienttools/eclMeta";
|
|
71
|
+
export * from "./clienttools/eclcc.ts";
|
|
72
|
+
export * from "./clienttools/eclMeta.ts";
|
package/src/index.ts
CHANGED
package/src/services/wsAccess.ts
CHANGED