@hpcc-js/comms 2.98.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -10388
- package/dist/index.js.map +7 -1
- package/dist/index.node.js +925 -10845
- package/dist/index.node.js.map +7 -1
- package/package.json +55 -60
- package/src/__package__.ts +1 -1
- package/src/clienttools/eclMeta.ts +1 -1
- package/src/clienttools/eclcc.ts +1 -1
- package/src/ecl/activity.ts +3 -3
- package/src/ecl/dfuWorkunit.ts +5 -5
- package/src/ecl/graph.ts +4 -4
- package/src/ecl/logicalFile.ts +3 -3
- package/src/ecl/machine.ts +2 -2
- package/src/ecl/query.ts +12 -12
- package/src/ecl/queryGraph.ts +3 -3
- package/src/ecl/resource.ts +1 -1
- package/src/ecl/result.ts +4 -4
- package/src/ecl/scope.ts +2 -2
- package/src/ecl/sourceFile.ts +2 -2
- package/src/ecl/store.ts +3 -3
- package/src/ecl/targetCluster.ts +4 -4
- package/src/ecl/timer.ts +2 -2
- package/src/ecl/topology.ts +3 -3
- package/src/ecl/workunit.ts +11 -11
- package/src/ecl/xsdParser.ts +0 -1
- package/src/espConnection.ts +1 -1
- package/src/index-common.ts +38 -38
- package/src/index.node.ts +9 -5
- package/src/index.ts +1 -3
- package/src/services/fileSpray.ts +1 -1
- package/src/services/wsAccess.ts +1 -1
- package/src/services/wsAccount.ts +2 -2
- package/src/services/wsCloud.ts +1 -1
- package/src/services/wsCodesign.ts +2 -2
- package/src/services/wsDFU.ts +1 -1
- package/src/services/wsDFUXRef.ts +2 -2
- package/src/services/wsDali.ts +1 -1
- package/src/services/wsEcl.ts +2 -2
- package/src/services/wsElk.ts +1 -1
- package/src/services/wsLogaccess.ts +3 -3
- package/src/services/wsMachine.ts +1 -1
- package/src/services/wsPackageProcess.ts +1 -1
- package/src/services/wsResources.ts +1 -1
- package/src/services/wsSMC.ts +2 -2
- package/src/services/wsSasha.ts +1 -1
- package/src/services/wsStore.ts +2 -2
- package/src/services/wsTopology.ts +2 -2
- package/src/services/wsWorkunits.ts +3 -3
- package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +828 -828
- package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +2 -2
- package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +2 -2
- package/src/services/wsdl/WsCloud/v1/WsCloud.ts +20 -20
- package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +165 -165
- package/src/services/wsdl/WsDali/v1.04/WsDali.ts +2 -2
- package/src/services/wsdl/WsDali/v1.07/WsDali.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +2 -2
- package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +2 -2
- package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +86 -86
- package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +434 -434
- package/src/services/wsdl/WsResources/v1.01/WsResources.ts +2 -2
- package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +514 -514
- package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +2 -2
- package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +2 -2
- package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2415 -2415
- package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +2 -2
- package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +2 -2
- package/src/services/wsdl/ws_access/v1.16/ws_access.ts +953 -953
- package/src/services/wsdl/ws_access/v1.17/ws_access.ts +2 -2
- package/src/services/wsdl/ws_account/v1.05/ws_account.ts +78 -78
- package/src/services/wsdl/ws_account/v1.06/ws_account.ts +2 -2
- package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +68 -68
- package/src/services/wsdl/ws_elk/v1/ws_elk.ts +29 -29
- package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +54 -54
- package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +2 -2
- package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +2 -2
- package/src/services/wsdl/wsstore/v1.02/wsstore.ts +213 -213
- package/types/__package__.d.ts +1 -2
- package/types/clienttools/eclMeta.d.ts +1 -2
- package/types/clienttools/eclcc.d.ts +1 -2
- package/types/connection.d.ts +0 -1
- package/types/ecl/activity.d.ts +3 -4
- package/types/ecl/dfuWorkunit.d.ts +4 -5
- package/types/ecl/graph.d.ts +4 -5
- package/types/ecl/logicalFile.d.ts +2 -3
- package/types/ecl/machine.d.ts +2 -3
- package/types/ecl/query.d.ts +6 -7
- package/types/ecl/queryGraph.d.ts +0 -1
- package/types/ecl/resource.d.ts +1 -2
- package/types/ecl/result.d.ts +4 -5
- package/types/ecl/scope.d.ts +2 -3
- package/types/ecl/sourceFile.d.ts +2 -3
- package/types/ecl/store.d.ts +3 -4
- package/types/ecl/targetCluster.d.ts +4 -5
- package/types/ecl/timer.d.ts +2 -3
- package/types/ecl/topology.d.ts +3 -4
- package/types/ecl/workunit.d.ts +10 -11
- package/types/ecl/xsdParser.d.ts +0 -1
- package/types/espConnection.d.ts +1 -2
- package/types/index-common.d.ts +38 -39
- package/types/index.node.d.ts +3 -4
- package/types/pem/trustwave.d.ts +0 -1
- package/types/services/fileSpray.d.ts +1 -2
- package/types/services/wsAccess.d.ts +1 -2
- package/types/services/wsAccount.d.ts +1 -2
- package/types/services/wsCloud.d.ts +1 -2
- package/types/services/wsCodesign.d.ts +1 -2
- package/types/services/wsDFU.d.ts +1 -2
- package/types/services/wsDFUXRef.d.ts +2 -3
- package/types/services/wsDali.d.ts +1 -2
- package/types/services/wsEcl.d.ts +2 -3
- package/types/services/wsElk.d.ts +1 -2
- package/types/services/wsLogaccess.d.ts +1 -2
- package/types/services/wsMachine.d.ts +1 -2
- package/types/services/wsPackageProcess.d.ts +1 -2
- package/types/services/wsResources.d.ts +1 -2
- package/types/services/wsSMC.d.ts +2 -3
- package/types/services/wsSasha.d.ts +1 -2
- package/types/services/wsStore.d.ts +2 -3
- package/types/services/wsTopology.d.ts +2 -3
- package/types/services/wsWorkunits.d.ts +3 -4
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +2 -3
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +2 -3
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +2 -3
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +2 -3
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +2 -3
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts +2 -3
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +2 -3
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +2 -3
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +2 -3
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +2 -3
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +2 -3
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts +2 -3
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +2 -3
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +2 -3
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +2 -3
- package/dist/index.es6.js +0 -10704
- package/dist/index.es6.js.map +0 -1
- package/dist/index.min.js +0 -2
- package/dist/index.min.js.map +0 -1
- package/dist/index.node.min.js +0 -2
- package/dist/index.node.min.js.map +0 -1
- package/lib-es6/__package__.js +0 -4
- package/lib-es6/__package__.js.map +0 -1
- package/lib-es6/__tests__/dfuXRef.js +0 -32
- package/lib-es6/__tests__/dfuXRef.js.map +0 -1
- package/lib-es6/__tests__/https.js +0 -60
- package/lib-es6/__tests__/https.js.map +0 -1
- package/lib-es6/__tests__/workunit.js +0 -71
- package/lib-es6/__tests__/workunit.js.map +0 -1
- package/lib-es6/clienttools/eclMeta.js +0 -463
- package/lib-es6/clienttools/eclMeta.js.map +0 -1
- package/lib-es6/clienttools/eclcc.js +0 -585
- package/lib-es6/clienttools/eclcc.js.map +0 -1
- package/lib-es6/connection.js +0 -254
- package/lib-es6/connection.js.map +0 -1
- package/lib-es6/ecl/activity.js +0 -172
- package/lib-es6/ecl/activity.js.map +0 -1
- package/lib-es6/ecl/dfuWorkunit.js +0 -591
- package/lib-es6/ecl/dfuWorkunit.js.map +0 -1
- package/lib-es6/ecl/graph.js +0 -289
- package/lib-es6/ecl/graph.js.map +0 -1
- package/lib-es6/ecl/logicalFile.js +0 -391
- package/lib-es6/ecl/logicalFile.js.map +0 -1
- package/lib-es6/ecl/machine.js +0 -159
- package/lib-es6/ecl/machine.js.map +0 -1
- package/lib-es6/ecl/query.js +0 -422
- package/lib-es6/ecl/query.js.map +0 -1
- package/lib-es6/ecl/queryGraph.js +0 -759
- package/lib-es6/ecl/queryGraph.js.map +0 -1
- package/lib-es6/ecl/resource.js +0 -47
- package/lib-es6/ecl/resource.js.map +0 -1
- package/lib-es6/ecl/result.js +0 -288
- package/lib-es6/ecl/result.js.map +0 -1
- package/lib-es6/ecl/scope.js +0 -234
- package/lib-es6/ecl/scope.js.map +0 -1
- package/lib-es6/ecl/sourceFile.js +0 -60
- package/lib-es6/ecl/sourceFile.js.map +0 -1
- package/lib-es6/ecl/store.js +0 -166
- package/lib-es6/ecl/store.js.map +0 -1
- package/lib-es6/ecl/targetCluster.js +0 -194
- package/lib-es6/ecl/targetCluster.js.map +0 -1
- package/lib-es6/ecl/timer.js +0 -76
- package/lib-es6/ecl/timer.js.map +0 -1
- package/lib-es6/ecl/topology.js +0 -156
- package/lib-es6/ecl/topology.js.map +0 -1
- package/lib-es6/ecl/workunit.js +0 -1553
- package/lib-es6/ecl/workunit.js.map +0 -1
- package/lib-es6/ecl/xsdParser.js +0 -253
- package/lib-es6/ecl/xsdParser.js.map +0 -1
- package/lib-es6/espConnection.js +0 -148
- package/lib-es6/espConnection.js.map +0 -1
- package/lib-es6/index-common.js +0 -39
- package/lib-es6/index-common.js.map +0 -1
- package/lib-es6/index.js +0 -3
- package/lib-es6/index.js.map +0 -1
- package/lib-es6/index.node.js +0 -64
- package/lib-es6/index.node.js.map +0 -1
- package/lib-es6/pem/trustwave.js +0 -2
- package/lib-es6/pem/trustwave.js.map +0 -1
- package/lib-es6/services/fileSpray.js +0 -40
- package/lib-es6/services/fileSpray.js.map +0 -1
- package/lib-es6/services/wsAccess.js +0 -12
- package/lib-es6/services/wsAccess.js.map +0 -1
- package/lib-es6/services/wsAccount.js +0 -27
- package/lib-es6/services/wsAccount.js.map +0 -1
- package/lib-es6/services/wsCloud.js +0 -23
- package/lib-es6/services/wsCloud.js.map +0 -1
- package/lib-es6/services/wsCodesign.js +0 -26
- package/lib-es6/services/wsCodesign.js.map +0 -1
- package/lib-es6/services/wsDFU.js +0 -19
- package/lib-es6/services/wsDFU.js.map +0 -1
- package/lib-es6/services/wsDFUXRef.js +0 -45
- package/lib-es6/services/wsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsDali.js +0 -11
- package/lib-es6/services/wsDali.js.map +0 -1
- package/lib-es6/services/wsEcl.js +0 -111
- package/lib-es6/services/wsEcl.js.map +0 -1
- package/lib-es6/services/wsElk.js +0 -11
- package/lib-es6/services/wsElk.js.map +0 -1
- package/lib-es6/services/wsLogaccess.js +0 -226
- package/lib-es6/services/wsLogaccess.js.map +0 -1
- package/lib-es6/services/wsMachine.js +0 -57
- package/lib-es6/services/wsMachine.js.map +0 -1
- package/lib-es6/services/wsPackageProcess.js +0 -11
- package/lib-es6/services/wsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsResources.js +0 -11
- package/lib-es6/services/wsResources.js.map +0 -1
- package/lib-es6/services/wsSMC.js +0 -22
- package/lib-es6/services/wsSMC.js.map +0 -1
- package/lib-es6/services/wsSasha.js +0 -12
- package/lib-es6/services/wsSasha.js.map +0 -1
- package/lib-es6/services/wsStore.js +0 -56
- package/lib-es6/services/wsStore.js.map +0 -1
- package/lib-es6/services/wsTopology.js +0 -45
- package/lib-es6/services/wsTopology.js.map +0 -1
- package/lib-es6/services/wsWorkunits.js +0 -136
- package/lib-es6/services/wsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +0 -110
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js +0 -116
- package/lib-es6/services/wsdl/FileSpray/v1.25/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js +0 -119
- package/lib-es6/services/wsdl/FileSpray/v1.26/FileSpray.js.map +0 -1
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +0 -17
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +0 -1
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +0 -47
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +0 -68
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js +0 -101
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js +0 -142
- package/lib-es6/services/wsdl/WsDfu/v1.62/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +0 -145
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +0 -1
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +0 -23
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +0 -1
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +0 -62
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +0 -1
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js +0 -20
- package/lib-es6/services/wsdl/WsResources/v1.01/WsResources.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +0 -93
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js +0 -99
- package/lib-es6/services/wsdl/WsSMC/v1.27/WsSMC.js.map +0 -1
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js +0 -34
- package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +0 -80
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js +0 -83
- package/lib-es6/services/wsdl/WsTopology/v1.32/WsTopology.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +0 -328
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +0 -354
- package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.97/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js +0 -370
- package/lib-es6/services/wsdl/WsWorkunits/v1.98/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v1.99/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js +0 -376
- package/lib-es6/services/wsdl/WsWorkunits/v2/WsWorkunits.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js +0 -203
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js +0 -200
- package/lib-es6/services/wsdl/ws_access/v1.17/ws_access.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js +0 -26
- package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js.map +0 -1
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +0 -27
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +0 -1
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +0 -17
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js +0 -28
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js +0 -47
- package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js +0 -63
- package/lib-es6/services/wsdl/ws_logaccess/v1.03/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js +0 -85
- package/lib-es6/services/wsdl/ws_logaccess/v1.04/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js +0 -88
- package/lib-es6/services/wsdl/ws_logaccess/v1.05/ws_logaccess.js.map +0 -1
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js +0 -41
- package/lib-es6/services/wsdl/ws_machine/v1.17/ws_machine.js.map +0 -1
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +0 -44
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +0 -1
- package/src/__tests__/dfuXRef.ts +0 -22
- package/src/__tests__/https.ts +0 -69
- package/src/__tests__/workunit.ts +0 -35
- package/types/__package__.d.ts.map +0 -1
- package/types/__tests__/dfuXRef.d.ts +0 -2
- package/types/__tests__/dfuXRef.d.ts.map +0 -1
- package/types/__tests__/https.d.ts +0 -2
- package/types/__tests__/https.d.ts.map +0 -1
- package/types/__tests__/workunit.d.ts +0 -2
- package/types/__tests__/workunit.d.ts.map +0 -1
- package/types/clienttools/eclMeta.d.ts.map +0 -1
- package/types/clienttools/eclcc.d.ts.map +0 -1
- package/types/connection.d.ts.map +0 -1
- package/types/ecl/activity.d.ts.map +0 -1
- package/types/ecl/dfuWorkunit.d.ts.map +0 -1
- package/types/ecl/graph.d.ts.map +0 -1
- package/types/ecl/logicalFile.d.ts.map +0 -1
- package/types/ecl/machine.d.ts.map +0 -1
- package/types/ecl/query.d.ts.map +0 -1
- package/types/ecl/queryGraph.d.ts.map +0 -1
- package/types/ecl/resource.d.ts.map +0 -1
- package/types/ecl/result.d.ts.map +0 -1
- package/types/ecl/scope.d.ts.map +0 -1
- package/types/ecl/sourceFile.d.ts.map +0 -1
- package/types/ecl/store.d.ts.map +0 -1
- package/types/ecl/targetCluster.d.ts.map +0 -1
- package/types/ecl/timer.d.ts.map +0 -1
- package/types/ecl/topology.d.ts.map +0 -1
- package/types/ecl/workunit.d.ts.map +0 -1
- package/types/ecl/xsdParser.d.ts.map +0 -1
- package/types/espConnection.d.ts.map +0 -1
- package/types/index-common.d.ts.map +0 -1
- package/types/index.d.ts +0 -3
- package/types/index.d.ts.map +0 -1
- package/types/index.node.d.ts.map +0 -1
- package/types/pem/trustwave.d.ts.map +0 -1
- package/types/services/fileSpray.d.ts.map +0 -1
- package/types/services/wsAccess.d.ts.map +0 -1
- package/types/services/wsAccount.d.ts.map +0 -1
- package/types/services/wsCloud.d.ts.map +0 -1
- package/types/services/wsCodesign.d.ts.map +0 -1
- package/types/services/wsDFU.d.ts.map +0 -1
- package/types/services/wsDFUXRef.d.ts.map +0 -1
- package/types/services/wsDali.d.ts.map +0 -1
- package/types/services/wsEcl.d.ts.map +0 -1
- package/types/services/wsElk.d.ts.map +0 -1
- package/types/services/wsLogaccess.d.ts.map +0 -1
- package/types/services/wsMachine.d.ts.map +0 -1
- package/types/services/wsPackageProcess.d.ts.map +0 -1
- package/types/services/wsResources.d.ts.map +0 -1
- package/types/services/wsSMC.d.ts.map +0 -1
- package/types/services/wsSasha.d.ts.map +0 -1
- package/types/services/wsStore.d.ts.map +0 -1
- package/types/services/wsTopology.d.ts.map +0 -1
- package/types/services/wsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types/services/wsdl/FileSpray/v1.25/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/FileSpray/v1.26/FileSpray.d.ts.map +0 -1
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +0 -1
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types/services/wsdl/WsDfu/v1.62/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +0 -1
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +0 -1
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +0 -1
- package/types/services/wsdl/WsResources/v1.01/WsResources.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSMC/v1.27/WsSMC.d.ts.map +0 -1
- package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsTopology/v1.32/WsTopology.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts.map +0 -1
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +0 -1
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts.map +0 -1
- package/types/services/wsdl/ws_machine/v1.17/ws_machine.d.ts.map +0 -1
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +0 -1
- package/types-3.4/__package__.d.ts +0 -4
- package/types-3.4/__tests__/dfuXRef.d.ts +0 -2
- package/types-3.4/__tests__/https.d.ts +0 -2
- package/types-3.4/__tests__/workunit.d.ts +0 -2
- package/types-3.4/clienttools/eclMeta.d.ts +0 -124
- package/types-3.4/clienttools/eclcc.d.ts +0 -105
- package/types-3.4/connection.d.ts +0 -43
- package/types-3.4/ecl/activity.d.ts +0 -40
- package/types-3.4/ecl/dfuWorkunit.d.ts +0 -103
- package/types-3.4/ecl/graph.d.ts +0 -46
- package/types-3.4/ecl/logicalFile.d.ts +0 -91
- package/types-3.4/ecl/machine.d.ts +0 -40
- package/types-3.4/ecl/query.d.ts +0 -70
- package/types-3.4/ecl/queryGraph.d.ts +0 -101
- package/types-3.4/ecl/resource.d.ts +0 -16
- package/types-3.4/ecl/result.d.ts +0 -88
- package/types-3.4/ecl/scope.d.ts +0 -55
- package/types-3.4/ecl/sourceFile.d.ts +0 -19
- package/types-3.4/ecl/store.d.ts +0 -40
- package/types-3.4/ecl/targetCluster.d.ts +0 -43
- package/types-3.4/ecl/timer.d.ts +0 -24
- package/types-3.4/ecl/topology.d.ts +0 -33
- package/types-3.4/ecl/workunit.d.ts +0 -275
- package/types-3.4/ecl/xsdParser.d.ts +0 -42
- package/types-3.4/espConnection.d.ts +0 -42
- package/types-3.4/index-common.d.ts +0 -39
- package/types-3.4/index.d.ts +0 -3
- package/types-3.4/index.node.d.ts +0 -4
- package/types-3.4/pem/trustwave.d.ts +0 -2
- package/types-3.4/services/fileSpray.d.ts +0 -27
- package/types-3.4/services/wsAccess.d.ts +0 -5
- package/types-3.4/services/wsAccount.d.ts +0 -6
- package/types-3.4/services/wsCloud.d.ts +0 -6
- package/types-3.4/services/wsCodesign.d.ts +0 -57
- package/types-3.4/services/wsDFU.d.ts +0 -11
- package/types-3.4/services/wsDFUXRef.d.ts +0 -220
- package/types-3.4/services/wsDali.d.ts +0 -5
- package/types-3.4/services/wsEcl.d.ts +0 -18
- package/types-3.4/services/wsElk.d.ts +0 -5
- package/types-3.4/services/wsLogaccess.d.ts +0 -55
- package/types-3.4/services/wsMachine.d.ts +0 -29
- package/types-3.4/services/wsPackageProcess.d.ts +0 -5
- package/types-3.4/services/wsResources.d.ts +0 -5
- package/types-3.4/services/wsSMC.d.ts +0 -8
- package/types-3.4/services/wsSasha.d.ts +0 -5
- package/types-3.4/services/wsStore.d.ts +0 -147
- package/types-3.4/services/wsTopology.d.ts +0 -10
- package/types-3.4/services/wsWorkunits.d.ts +0 -64
- package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +0 -830
- package/types-3.4/services/wsdl/FileSpray/v1.25/FileSpray.d.ts +0 -856
- package/types-3.4/services/wsdl/FileSpray/v1.26/FileSpray.d.ts +0 -736
- package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +0 -19
- package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +0 -148
- package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +0 -125
- package/types-3.4/services/wsdl/WsDali/v1.07/WsDali.d.ts +0 -158
- package/types-3.4/services/wsdl/WsDfu/v1.62/WsDfu.d.ts +0 -1224
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +0 -1233
- package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +0 -1011
- package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +0 -77
- package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +0 -396
- package/types-3.4/services/wsdl/WsResources/v1.01/WsResources.d.ts +0 -85
- package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +0 -515
- package/types-3.4/services/wsdl/WsSMC/v1.27/WsSMC.d.ts +0 -519
- package/types-3.4/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +0 -65
- package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +0 -694
- package/types-3.4/services/wsdl/WsTopology/v1.32/WsTopology.d.ts +0 -716
- package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +0 -2405
- package/types-3.4/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +0 -2520
- package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +0 -2521
- package/types-3.4/services/wsdl/WsWorkunits/v1.97/WsWorkunits.d.ts +0 -2529
- package/types-3.4/services/wsdl/WsWorkunits/v1.98/WsWorkunits.d.ts +0 -2623
- package/types-3.4/services/wsdl/WsWorkunits/v1.99/WsWorkunits.d.ts +0 -2555
- package/types-3.4/services/wsdl/WsWorkunits/v2/WsWorkunits.d.ts +0 -2549
- package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +0 -778
- package/types-3.4/services/wsdl/ws_access/v1.17/ws_access.d.ts +0 -721
- package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +0 -74
- package/types-3.4/services/wsdl/ws_account/v1.06/ws_account.d.ts +0 -71
- package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +0 -67
- package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +0 -28
- package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +0 -56
- package/types-3.4/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +0 -126
- package/types-3.4/services/wsdl/ws_logaccess/v1.03/ws_logaccess.d.ts +0 -150
- package/types-3.4/services/wsdl/ws_logaccess/v1.04/ws_logaccess.d.ts +0 -171
- package/types-3.4/services/wsdl/ws_logaccess/v1.05/ws_logaccess.d.ts +0 -175
- package/types-3.4/services/wsdl/ws_machine/v1.17/ws_machine.d.ts +0 -470
- package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +0 -179
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
|
-
import { StateObject } from "@hpcc-js/util";
|
|
3
|
-
import { WorkunitsService } from "../services/wsWorkunits";
|
|
4
|
-
var SourceFile = /** @class */ (function (_super) {
|
|
5
|
-
__extends(SourceFile, _super);
|
|
6
|
-
function SourceFile(optsConnection, wuid, eclSourceFile) {
|
|
7
|
-
var _this = _super.call(this) || this;
|
|
8
|
-
if (optsConnection instanceof WorkunitsService) {
|
|
9
|
-
_this.connection = optsConnection;
|
|
10
|
-
}
|
|
11
|
-
else {
|
|
12
|
-
_this.connection = new WorkunitsService(optsConnection);
|
|
13
|
-
}
|
|
14
|
-
_this.set(__assign({ Wuid: wuid }, eclSourceFile));
|
|
15
|
-
return _this;
|
|
16
|
-
}
|
|
17
|
-
Object.defineProperty(SourceFile.prototype, "properties", {
|
|
18
|
-
get: function () { return this.get(); },
|
|
19
|
-
enumerable: false,
|
|
20
|
-
configurable: true
|
|
21
|
-
});
|
|
22
|
-
Object.defineProperty(SourceFile.prototype, "Wuid", {
|
|
23
|
-
get: function () { return this.get("Wuid"); },
|
|
24
|
-
enumerable: false,
|
|
25
|
-
configurable: true
|
|
26
|
-
});
|
|
27
|
-
Object.defineProperty(SourceFile.prototype, "FileCluster", {
|
|
28
|
-
get: function () { return this.get("FileCluster"); },
|
|
29
|
-
enumerable: false,
|
|
30
|
-
configurable: true
|
|
31
|
-
});
|
|
32
|
-
Object.defineProperty(SourceFile.prototype, "Name", {
|
|
33
|
-
get: function () { return this.get("Name"); },
|
|
34
|
-
enumerable: false,
|
|
35
|
-
configurable: true
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(SourceFile.prototype, "IsSuperFile", {
|
|
38
|
-
get: function () { return this.get("IsSuperFile"); },
|
|
39
|
-
enumerable: false,
|
|
40
|
-
configurable: true
|
|
41
|
-
});
|
|
42
|
-
Object.defineProperty(SourceFile.prototype, "Subs", {
|
|
43
|
-
get: function () { return this.get("Subs"); },
|
|
44
|
-
enumerable: false,
|
|
45
|
-
configurable: true
|
|
46
|
-
});
|
|
47
|
-
Object.defineProperty(SourceFile.prototype, "Count", {
|
|
48
|
-
get: function () { return this.get("Count"); },
|
|
49
|
-
enumerable: false,
|
|
50
|
-
configurable: true
|
|
51
|
-
});
|
|
52
|
-
Object.defineProperty(SourceFile.prototype, "ECLSourceFiles", {
|
|
53
|
-
get: function () { return this.get("ECLSourceFiles"); },
|
|
54
|
-
enumerable: false,
|
|
55
|
-
configurable: true
|
|
56
|
-
});
|
|
57
|
-
return SourceFile;
|
|
58
|
-
}(StateObject));
|
|
59
|
-
export { SourceFile };
|
|
60
|
-
//# sourceMappingURL=sourceFile.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sourceFile.js","sourceRoot":"","sources":["../../src/ecl/sourceFile.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,OAAO,EAAE,gBAAgB,EAAe,MAAM,yBAAyB,CAAC;AAMxE;IAAgC,8BAA6C;IAYzE,oBAAY,cAAyD,EAAE,IAAY,EAAE,aAAwC;QACzH,YAAA,MAAK,WAAE,SAAC;QACR,IAAI,cAAc,YAAY,gBAAgB,EAAE,CAAC;YAC7C,KAAI,CAAC,UAAU,GAAG,cAAc,CAAC;QACrC,CAAC;aAAM,CAAC;YACJ,KAAI,CAAC,UAAU,GAAG,IAAI,gBAAgB,CAAC,cAAc,CAAC,CAAC;QAC3D,CAAC;QAED,KAAI,CAAC,GAAG,YACJ,IAAI,EAAE,IAAI,IACP,aAAa,EAClB,CAAC;;IACP,CAAC;IArBD,sBAAI,kCAAU;aAAd,cAA8C,OAAO,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;;;OAAA;IAClE,sBAAI,4BAAI;aAAR,cAAqB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC/C,sBAAI,mCAAW;aAAf,cAA4B,OAAO,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC7D,sBAAI,4BAAI;aAAR,cAAqB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC/C,sBAAI,mCAAW;aAAf,cAA6B,OAAO,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC9D,sBAAI,4BAAI;aAAR,cAAqB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC/C,sBAAI,6BAAK;aAAT,cAAsB,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;;;OAAA;IACjD,sBAAI,sCAAc;aAAlB,cAAmD,OAAO,IAAI,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAe3F,iBAAC;AAAD,CAAC,AAzBD,CAAgC,WAAW,GAyB1C"}
|
package/lib-es6/ecl/store.js
DELETED
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { Cache, Dispatch, Message } from "@hpcc-js/util";
|
|
3
|
-
import { StoreService } from "../services/wsStore";
|
|
4
|
-
var StoreCache = /** @class */ (function (_super) {
|
|
5
|
-
__extends(StoreCache, _super);
|
|
6
|
-
function StoreCache() {
|
|
7
|
-
return _super.call(this, function (obj) {
|
|
8
|
-
return "".concat(obj.BaseUrl, "-").concat(obj.Name, ":").concat(obj.UserSpecific, "-").concat(obj.Namespace);
|
|
9
|
-
}) || this;
|
|
10
|
-
}
|
|
11
|
-
return StoreCache;
|
|
12
|
-
}(Cache));
|
|
13
|
-
export { StoreCache };
|
|
14
|
-
var _store = new StoreCache();
|
|
15
|
-
var ValueChangedMessage = /** @class */ (function (_super) {
|
|
16
|
-
__extends(ValueChangedMessage, _super);
|
|
17
|
-
function ValueChangedMessage(key, value, oldValue) {
|
|
18
|
-
var _this = _super.call(this) || this;
|
|
19
|
-
_this.key = key;
|
|
20
|
-
_this.value = value;
|
|
21
|
-
_this.oldValue = oldValue;
|
|
22
|
-
return _this;
|
|
23
|
-
}
|
|
24
|
-
Object.defineProperty(ValueChangedMessage.prototype, "canConflate", {
|
|
25
|
-
get: function () { return true; },
|
|
26
|
-
enumerable: false,
|
|
27
|
-
configurable: true
|
|
28
|
-
});
|
|
29
|
-
ValueChangedMessage.prototype.conflate = function (other) {
|
|
30
|
-
if (this.key === other.key) {
|
|
31
|
-
this.value = other.value;
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
return false;
|
|
35
|
-
};
|
|
36
|
-
ValueChangedMessage.prototype.void = function () {
|
|
37
|
-
return this.value === this.oldValue;
|
|
38
|
-
};
|
|
39
|
-
return ValueChangedMessage;
|
|
40
|
-
}(Message));
|
|
41
|
-
export { ValueChangedMessage };
|
|
42
|
-
var Store = /** @class */ (function () {
|
|
43
|
-
function Store(optsConnection, Name, Namespace, UserSpecific) {
|
|
44
|
-
this._dispatch = new Dispatch();
|
|
45
|
-
this._knownValues = {};
|
|
46
|
-
if (optsConnection instanceof StoreService) {
|
|
47
|
-
this.connection = optsConnection;
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
this.connection = new StoreService(optsConnection);
|
|
51
|
-
}
|
|
52
|
-
this.Name = Name;
|
|
53
|
-
this.UserSpecific = UserSpecific;
|
|
54
|
-
this.Namespace = Namespace;
|
|
55
|
-
}
|
|
56
|
-
Object.defineProperty(Store.prototype, "BaseUrl", {
|
|
57
|
-
get: function () { return this.connection.baseUrl; },
|
|
58
|
-
enumerable: false,
|
|
59
|
-
configurable: true
|
|
60
|
-
});
|
|
61
|
-
Store.attach = function (optsConnection, Name, Namespace, UserSpecific) {
|
|
62
|
-
if (Name === void 0) { Name = "HPCCApps"; }
|
|
63
|
-
if (UserSpecific === void 0) { UserSpecific = true; }
|
|
64
|
-
var retVal = _store.get({ BaseUrl: optsConnection.baseUrl, Name: Name, UserSpecific: UserSpecific, Namespace: Namespace }, function () {
|
|
65
|
-
return new Store(optsConnection, Name, Namespace, UserSpecific);
|
|
66
|
-
});
|
|
67
|
-
return retVal;
|
|
68
|
-
};
|
|
69
|
-
Store.prototype.create = function () {
|
|
70
|
-
this.connection.CreateStore({ Name: this.Name, UserSpecific: this.UserSpecific, Type: "", Description: "" });
|
|
71
|
-
};
|
|
72
|
-
Store.prototype.set = function (key, value, broadcast) {
|
|
73
|
-
var _this = this;
|
|
74
|
-
if (broadcast === void 0) { broadcast = true; }
|
|
75
|
-
return this.connection.Set({
|
|
76
|
-
StoreName: this.Name,
|
|
77
|
-
UserSpecific: this.UserSpecific,
|
|
78
|
-
Namespace: this.Namespace,
|
|
79
|
-
Key: key,
|
|
80
|
-
Value: value
|
|
81
|
-
}).then(function (response) {
|
|
82
|
-
var oldValue = _this._knownValues[key];
|
|
83
|
-
_this._knownValues[key] = value;
|
|
84
|
-
if (broadcast) {
|
|
85
|
-
_this._dispatch.post(new ValueChangedMessage(key, value, oldValue));
|
|
86
|
-
}
|
|
87
|
-
}).catch(function (e) {
|
|
88
|
-
console.error("Store.set(\"".concat(key, "\", \"").concat(value, "\") failed:"), e);
|
|
89
|
-
});
|
|
90
|
-
};
|
|
91
|
-
Store.prototype.get = function (key, broadcast) {
|
|
92
|
-
var _this = this;
|
|
93
|
-
if (broadcast === void 0) { broadcast = true; }
|
|
94
|
-
return this.connection.Fetch({
|
|
95
|
-
StoreName: this.Name,
|
|
96
|
-
UserSpecific: this.UserSpecific,
|
|
97
|
-
Namespace: this.Namespace,
|
|
98
|
-
Key: key
|
|
99
|
-
}).then(function (response) {
|
|
100
|
-
var oldValue = _this._knownValues[key];
|
|
101
|
-
_this._knownValues[key] = response.Value;
|
|
102
|
-
if (broadcast) {
|
|
103
|
-
_this._dispatch.post(new ValueChangedMessage(key, response.Value, oldValue));
|
|
104
|
-
}
|
|
105
|
-
return response.Value;
|
|
106
|
-
}).catch(function (e) {
|
|
107
|
-
console.error("Store.get(".concat(key, ") failed:"), e);
|
|
108
|
-
return undefined;
|
|
109
|
-
});
|
|
110
|
-
};
|
|
111
|
-
Store.prototype.getAll = function (broadcast) {
|
|
112
|
-
var _this = this;
|
|
113
|
-
if (broadcast === void 0) { broadcast = true; }
|
|
114
|
-
return this.connection.FetchAll({
|
|
115
|
-
StoreName: this.Name,
|
|
116
|
-
UserSpecific: this.UserSpecific,
|
|
117
|
-
Namespace: this.Namespace
|
|
118
|
-
}).then(function (response) {
|
|
119
|
-
var retVal = {};
|
|
120
|
-
var deletedValues = _this._knownValues;
|
|
121
|
-
_this._knownValues = {};
|
|
122
|
-
response.Pairs.Pair.forEach(function (pair) {
|
|
123
|
-
var oldValue = _this._knownValues[pair.Key];
|
|
124
|
-
_this._knownValues[pair.Key] = pair.Value;
|
|
125
|
-
delete deletedValues[pair.Key];
|
|
126
|
-
retVal[pair.Key] = pair.Value;
|
|
127
|
-
if (broadcast) {
|
|
128
|
-
_this._dispatch.post(new ValueChangedMessage(pair.Key, pair.Value, oldValue));
|
|
129
|
-
}
|
|
130
|
-
});
|
|
131
|
-
if (broadcast) {
|
|
132
|
-
for (var key in deletedValues) {
|
|
133
|
-
_this._dispatch.post(new ValueChangedMessage(key, undefined, deletedValues[key]));
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
return retVal;
|
|
137
|
-
}).catch(function (e) {
|
|
138
|
-
console.error("Store.getAll failed:", e);
|
|
139
|
-
return {};
|
|
140
|
-
});
|
|
141
|
-
};
|
|
142
|
-
Store.prototype.delete = function (key, broadcast) {
|
|
143
|
-
var _this = this;
|
|
144
|
-
if (broadcast === void 0) { broadcast = true; }
|
|
145
|
-
return this.connection.Delete({
|
|
146
|
-
StoreName: this.Name,
|
|
147
|
-
UserSpecific: this.UserSpecific,
|
|
148
|
-
Namespace: this.Namespace,
|
|
149
|
-
Key: key
|
|
150
|
-
}).then(function (response) {
|
|
151
|
-
var oldValue = _this._knownValues[key];
|
|
152
|
-
delete _this._knownValues[key];
|
|
153
|
-
if (broadcast) {
|
|
154
|
-
_this._dispatch.post(new ValueChangedMessage(key, undefined, oldValue));
|
|
155
|
-
}
|
|
156
|
-
}).catch(function (e) {
|
|
157
|
-
console.error("Store.delete(".concat(key, ") failed:"), e);
|
|
158
|
-
});
|
|
159
|
-
};
|
|
160
|
-
Store.prototype.monitor = function (callback) {
|
|
161
|
-
return this._dispatch.attach(callback);
|
|
162
|
-
};
|
|
163
|
-
return Store;
|
|
164
|
-
}());
|
|
165
|
-
export { Store };
|
|
166
|
-
//# sourceMappingURL=store.js.map
|
package/lib-es6/ecl/store.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"store.js","sourceRoot":"","sources":["../../src/ecl/store.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,194 +0,0 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
|
-
import { Cache, StateObject } from "@hpcc-js/util";
|
|
3
|
-
import { MachineService } from "../services/wsMachine";
|
|
4
|
-
import { TopologyService } from "../services/wsTopology";
|
|
5
|
-
import { Machine } from "./machine";
|
|
6
|
-
var TargetClusterCache = /** @class */ (function (_super) {
|
|
7
|
-
__extends(TargetClusterCache, _super);
|
|
8
|
-
function TargetClusterCache() {
|
|
9
|
-
return _super.call(this, function (obj) {
|
|
10
|
-
return "".concat(obj.BaseUrl, "-").concat(obj.Name);
|
|
11
|
-
}) || this;
|
|
12
|
-
}
|
|
13
|
-
return TargetClusterCache;
|
|
14
|
-
}(Cache));
|
|
15
|
-
export { TargetClusterCache };
|
|
16
|
-
var _targetCluster = new TargetClusterCache();
|
|
17
|
-
var TargetCluster = /** @class */ (function (_super) {
|
|
18
|
-
__extends(TargetCluster, _super);
|
|
19
|
-
function TargetCluster(optsConnection, name) {
|
|
20
|
-
var _this = _super.call(this) || this;
|
|
21
|
-
if (optsConnection instanceof TopologyService) {
|
|
22
|
-
_this.connection = optsConnection;
|
|
23
|
-
_this.machineConnection = new MachineService(optsConnection.connectionOptions());
|
|
24
|
-
}
|
|
25
|
-
else {
|
|
26
|
-
_this.connection = new TopologyService(optsConnection);
|
|
27
|
-
_this.machineConnection = new MachineService(optsConnection);
|
|
28
|
-
}
|
|
29
|
-
_this.clear({
|
|
30
|
-
Name: name
|
|
31
|
-
});
|
|
32
|
-
return _this;
|
|
33
|
-
}
|
|
34
|
-
Object.defineProperty(TargetCluster.prototype, "BaseUrl", {
|
|
35
|
-
get: function () { return this.connection.baseUrl; },
|
|
36
|
-
enumerable: false,
|
|
37
|
-
configurable: true
|
|
38
|
-
});
|
|
39
|
-
Object.defineProperty(TargetCluster.prototype, "Name", {
|
|
40
|
-
get: function () { return this.get("Name"); },
|
|
41
|
-
enumerable: false,
|
|
42
|
-
configurable: true
|
|
43
|
-
});
|
|
44
|
-
Object.defineProperty(TargetCluster.prototype, "Prefix", {
|
|
45
|
-
get: function () { return this.get("Prefix"); },
|
|
46
|
-
enumerable: false,
|
|
47
|
-
configurable: true
|
|
48
|
-
});
|
|
49
|
-
Object.defineProperty(TargetCluster.prototype, "Type", {
|
|
50
|
-
get: function () { return this.get("Type"); },
|
|
51
|
-
enumerable: false,
|
|
52
|
-
configurable: true
|
|
53
|
-
});
|
|
54
|
-
Object.defineProperty(TargetCluster.prototype, "IsDefault", {
|
|
55
|
-
get: function () { return this.get("IsDefault"); },
|
|
56
|
-
enumerable: false,
|
|
57
|
-
configurable: true
|
|
58
|
-
});
|
|
59
|
-
Object.defineProperty(TargetCluster.prototype, "TpClusters", {
|
|
60
|
-
get: function () { return this.get("TpClusters"); },
|
|
61
|
-
enumerable: false,
|
|
62
|
-
configurable: true
|
|
63
|
-
});
|
|
64
|
-
Object.defineProperty(TargetCluster.prototype, "TpEclCCServers", {
|
|
65
|
-
get: function () { return this.get("TpEclCCServers"); },
|
|
66
|
-
enumerable: false,
|
|
67
|
-
configurable: true
|
|
68
|
-
});
|
|
69
|
-
Object.defineProperty(TargetCluster.prototype, "TpEclServers", {
|
|
70
|
-
get: function () { return this.get("TpEclServers"); },
|
|
71
|
-
enumerable: false,
|
|
72
|
-
configurable: true
|
|
73
|
-
});
|
|
74
|
-
Object.defineProperty(TargetCluster.prototype, "TpEclAgents", {
|
|
75
|
-
get: function () { return this.get("TpEclAgents"); },
|
|
76
|
-
enumerable: false,
|
|
77
|
-
configurable: true
|
|
78
|
-
});
|
|
79
|
-
Object.defineProperty(TargetCluster.prototype, "TpEclSchedulers", {
|
|
80
|
-
get: function () { return this.get("TpEclSchedulers"); },
|
|
81
|
-
enumerable: false,
|
|
82
|
-
configurable: true
|
|
83
|
-
});
|
|
84
|
-
Object.defineProperty(TargetCluster.prototype, "MachineInfoEx", {
|
|
85
|
-
get: function () { return this.get("MachineInfoEx", []); },
|
|
86
|
-
enumerable: false,
|
|
87
|
-
configurable: true
|
|
88
|
-
});
|
|
89
|
-
Object.defineProperty(TargetCluster.prototype, "CMachineInfoEx", {
|
|
90
|
-
get: function () {
|
|
91
|
-
var _this = this;
|
|
92
|
-
return this.MachineInfoEx.map(function (machineInfoEx) { return Machine.attach(_this.machineConnection, machineInfoEx.Address, machineInfoEx); });
|
|
93
|
-
},
|
|
94
|
-
enumerable: false,
|
|
95
|
-
configurable: true
|
|
96
|
-
});
|
|
97
|
-
TargetCluster.attach = function (optsConnection, name, state) {
|
|
98
|
-
var retVal = _targetCluster.get({ BaseUrl: optsConnection.baseUrl, Name: name }, function () {
|
|
99
|
-
return new TargetCluster(optsConnection, name);
|
|
100
|
-
});
|
|
101
|
-
if (state) {
|
|
102
|
-
retVal.set(__assign({}, state));
|
|
103
|
-
}
|
|
104
|
-
return retVal;
|
|
105
|
-
};
|
|
106
|
-
TargetCluster.prototype.fetchMachines = function (request) {
|
|
107
|
-
var _this = this;
|
|
108
|
-
if (request === void 0) { request = {}; }
|
|
109
|
-
return this.machineConnection.GetTargetClusterInfo(__assign({ TargetClusters: {
|
|
110
|
-
Item: ["".concat(this.Type, ":").concat(this.Name)]
|
|
111
|
-
} }, request)).then(function (response) {
|
|
112
|
-
var retVal = [];
|
|
113
|
-
for (var _i = 0, _a = response.TargetClusterInfoList.TargetClusterInfo; _i < _a.length; _i++) {
|
|
114
|
-
var machineInfo = _a[_i];
|
|
115
|
-
for (var _b = 0, _c = machineInfo.Processes.MachineInfoEx; _b < _c.length; _b++) {
|
|
116
|
-
var machineInfoEx = _c[_b];
|
|
117
|
-
retVal.push(machineInfoEx);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
_this.set("MachineInfoEx", retVal);
|
|
121
|
-
return _this.CMachineInfoEx;
|
|
122
|
-
});
|
|
123
|
-
};
|
|
124
|
-
TargetCluster.prototype.machineStats = function () {
|
|
125
|
-
var maxDisk = 0;
|
|
126
|
-
var totalFree = 0;
|
|
127
|
-
var total = 0;
|
|
128
|
-
for (var _i = 0, _a = this.CMachineInfoEx; _i < _a.length; _i++) {
|
|
129
|
-
var machine = _a[_i];
|
|
130
|
-
for (var _b = 0, _c = machine.Storage.StorageInfo; _b < _c.length; _b++) {
|
|
131
|
-
var storageInfo = _c[_b];
|
|
132
|
-
totalFree += storageInfo.Available;
|
|
133
|
-
total += storageInfo.Total;
|
|
134
|
-
var usage = 1 - storageInfo.Available / storageInfo.Total;
|
|
135
|
-
if (usage > maxDisk) {
|
|
136
|
-
maxDisk = usage;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
return {
|
|
141
|
-
maxDisk: maxDisk,
|
|
142
|
-
meanDisk: 1 - (total ? totalFree / total : 1)
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
TargetCluster.prototype.fetchUsage = function () {
|
|
146
|
-
return this.machineConnection.GetTargetClusterUsageEx([this.Name]);
|
|
147
|
-
};
|
|
148
|
-
return TargetCluster;
|
|
149
|
-
}(StateObject));
|
|
150
|
-
export { TargetCluster };
|
|
151
|
-
export function targetClusters(optsConnection) {
|
|
152
|
-
var connection;
|
|
153
|
-
if (optsConnection instanceof TopologyService) {
|
|
154
|
-
connection = optsConnection;
|
|
155
|
-
}
|
|
156
|
-
else {
|
|
157
|
-
connection = new TopologyService(optsConnection);
|
|
158
|
-
}
|
|
159
|
-
return connection.TpListTargetClusters({}).then(function (response) {
|
|
160
|
-
return response.TargetClusters.TpClusterNameType.map(function (item) { return TargetCluster.attach(optsConnection, item.Name, item); });
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
var _defaultTargetCluster = {};
|
|
164
|
-
export function defaultTargetCluster(optsConnection) {
|
|
165
|
-
if (!_defaultTargetCluster[optsConnection.baseUrl]) {
|
|
166
|
-
var connection = void 0;
|
|
167
|
-
if (optsConnection instanceof TopologyService) {
|
|
168
|
-
connection = optsConnection;
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
connection = new TopologyService(optsConnection);
|
|
172
|
-
}
|
|
173
|
-
_defaultTargetCluster[optsConnection.baseUrl] = connection.TpListTargetClusters({}).then(function (response) {
|
|
174
|
-
var firstItem;
|
|
175
|
-
var defaultItem;
|
|
176
|
-
var hthorItem;
|
|
177
|
-
response.TargetClusters.TpClusterNameType.forEach(function (item) {
|
|
178
|
-
if (!firstItem) {
|
|
179
|
-
firstItem = item;
|
|
180
|
-
}
|
|
181
|
-
if (!defaultItem && item.IsDefault === true) {
|
|
182
|
-
defaultItem = item;
|
|
183
|
-
}
|
|
184
|
-
if (!hthorItem && item.Type === "hthor") {
|
|
185
|
-
hthorItem = item;
|
|
186
|
-
}
|
|
187
|
-
});
|
|
188
|
-
var defItem = defaultItem || hthorItem || firstItem;
|
|
189
|
-
return TargetCluster.attach(optsConnection, defItem.Name, defItem);
|
|
190
|
-
});
|
|
191
|
-
}
|
|
192
|
-
return _defaultTargetCluster[optsConnection.baseUrl];
|
|
193
|
-
}
|
|
194
|
-
//# sourceMappingURL=targetCluster.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"targetCluster.js","sourceRoot":"","sources":["../../src/ecl/targetCluster.ts"],"names":[],"mappings":"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"}
|
package/lib-es6/ecl/timer.js
DELETED
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
|
-
import { espTime2Seconds, StateObject } from "@hpcc-js/util";
|
|
3
|
-
import { WorkunitsService } from "../services/wsWorkunits";
|
|
4
|
-
var Timer = /** @class */ (function (_super) {
|
|
5
|
-
__extends(Timer, _super);
|
|
6
|
-
function Timer(optsConnection, wuid, eclTimer) {
|
|
7
|
-
var _this = _super.call(this) || this;
|
|
8
|
-
if (optsConnection instanceof WorkunitsService) {
|
|
9
|
-
_this.connection = optsConnection;
|
|
10
|
-
}
|
|
11
|
-
else {
|
|
12
|
-
_this.connection = new WorkunitsService(optsConnection);
|
|
13
|
-
}
|
|
14
|
-
var secs = espTime2Seconds(eclTimer.Value);
|
|
15
|
-
_this.set(__assign({ Wuid: wuid, Seconds: Math.round(secs * 1000) / 1000, HasSubGraphId: eclTimer.SubGraphId !== undefined }, eclTimer));
|
|
16
|
-
return _this;
|
|
17
|
-
}
|
|
18
|
-
Object.defineProperty(Timer.prototype, "properties", {
|
|
19
|
-
get: function () { return this.get(); },
|
|
20
|
-
enumerable: false,
|
|
21
|
-
configurable: true
|
|
22
|
-
});
|
|
23
|
-
Object.defineProperty(Timer.prototype, "Wuid", {
|
|
24
|
-
get: function () { return this.get("Wuid"); },
|
|
25
|
-
enumerable: false,
|
|
26
|
-
configurable: true
|
|
27
|
-
});
|
|
28
|
-
Object.defineProperty(Timer.prototype, "Name", {
|
|
29
|
-
get: function () { return this.get("Name"); },
|
|
30
|
-
enumerable: false,
|
|
31
|
-
configurable: true
|
|
32
|
-
});
|
|
33
|
-
Object.defineProperty(Timer.prototype, "Value", {
|
|
34
|
-
get: function () { return this.get("Value"); },
|
|
35
|
-
enumerable: false,
|
|
36
|
-
configurable: true
|
|
37
|
-
});
|
|
38
|
-
Object.defineProperty(Timer.prototype, "Seconds", {
|
|
39
|
-
get: function () { return this.get("Seconds"); },
|
|
40
|
-
enumerable: false,
|
|
41
|
-
configurable: true
|
|
42
|
-
});
|
|
43
|
-
Object.defineProperty(Timer.prototype, "GraphName", {
|
|
44
|
-
get: function () { return this.get("GraphName"); },
|
|
45
|
-
enumerable: false,
|
|
46
|
-
configurable: true
|
|
47
|
-
});
|
|
48
|
-
Object.defineProperty(Timer.prototype, "SubGraphId", {
|
|
49
|
-
get: function () { return this.get("SubGraphId"); },
|
|
50
|
-
enumerable: false,
|
|
51
|
-
configurable: true
|
|
52
|
-
});
|
|
53
|
-
Object.defineProperty(Timer.prototype, "HasSubGraphId", {
|
|
54
|
-
get: function () { return this.get("HasSubGraphId"); },
|
|
55
|
-
enumerable: false,
|
|
56
|
-
configurable: true
|
|
57
|
-
});
|
|
58
|
-
Object.defineProperty(Timer.prototype, "count", {
|
|
59
|
-
get: function () { return this.get("count"); },
|
|
60
|
-
enumerable: false,
|
|
61
|
-
configurable: true
|
|
62
|
-
});
|
|
63
|
-
Object.defineProperty(Timer.prototype, "Timestamp", {
|
|
64
|
-
get: function () { return this.get("Timestamp"); },
|
|
65
|
-
enumerable: false,
|
|
66
|
-
configurable: true
|
|
67
|
-
});
|
|
68
|
-
Object.defineProperty(Timer.prototype, "When", {
|
|
69
|
-
get: function () { return this.get("When"); },
|
|
70
|
-
enumerable: false,
|
|
71
|
-
configurable: true
|
|
72
|
-
});
|
|
73
|
-
return Timer;
|
|
74
|
-
}(StateObject));
|
|
75
|
-
export { Timer };
|
|
76
|
-
//# sourceMappingURL=timer.js.map
|
package/lib-es6/ecl/timer.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"timer.js","sourceRoot":"","sources":["../../src/ecl/timer.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE7D,OAAO,EAAE,gBAAgB,EAAe,MAAM,yBAAyB,CAAC;AAQxE;IAA2B,yBAAmC;IAe1D,eAAY,cAAyD,EAAE,IAAY,EAAE,QAA8B;QAC/G,YAAA,MAAK,WAAE,SAAC;QACR,IAAI,cAAc,YAAY,gBAAgB,EAAE,CAAC;YAC7C,KAAI,CAAC,UAAU,GAAG,cAAc,CAAC;QACrC,CAAC;aAAM,CAAC;YACJ,KAAI,CAAC,UAAU,GAAG,IAAI,gBAAgB,CAAC,cAAc,CAAC,CAAC;QAC3D,CAAC;QAED,IAAM,IAAI,GAAG,eAAe,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QAC7C,KAAI,CAAC,GAAG,YACJ,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC,GAAG,IAAI,EACvC,aAAa,EAAE,QAAQ,CAAC,UAAU,KAAK,SAAS,IAC7C,QAAQ,EACb,CAAC;;IACP,CAAC;IA3BD,sBAAI,6BAAU;aAAd,cAAyC,OAAO,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;;;OAAA;IAC7D,sBAAI,uBAAI;aAAR,cAAqB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC/C,sBAAI,uBAAI;aAAR,cAAqB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC/C,sBAAI,wBAAK;aAAT,cAAsB,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;;;OAAA;IACjD,sBAAI,0BAAO;aAAX,cAAwB,OAAO,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;;;OAAA;IACrD,sBAAI,4BAAS;aAAb,cAA0B,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;;;OAAA;IACzD,sBAAI,6BAAU;aAAd,cAA2B,OAAO,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAC3D,sBAAI,gCAAa;aAAjB,cAA+B,OAAO,IAAI,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAClE,sBAAI,wBAAK;aAAT,cAAsB,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;;;OAAA;IACjD,sBAAI,4BAAS;aAAb,cAA0B,OAAO,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;;;OAAA;IACzD,sBAAI,uBAAI;aAAR,cAAqB,OAAO,IAAI,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;;;OAAA;IAkBnD,YAAC;AAAD,CAAC,AA/BD,CAA2B,WAAW,GA+BrC"}
|