@hpcc-js/comms 3.15.1 → 3.15.4

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.
Files changed (109) hide show
  1. package/LICENSE +43 -43
  2. package/README.md +50 -50
  3. package/dist/browser/index.js +1 -1
  4. package/dist/browser/index.js.map +1 -1
  5. package/dist/browser/index.umd.cjs +1 -1
  6. package/dist/browser/index.umd.cjs.map +1 -1
  7. package/dist/node/index.cjs +10 -10
  8. package/dist/node/index.cjs.map +3 -3
  9. package/dist/node/index.js +10 -10
  10. package/dist/node/index.js.map +3 -3
  11. package/package.json +8 -8
  12. package/src/__package__.ts +3 -3
  13. package/src/clienttools/eclMeta.ts +506 -506
  14. package/src/clienttools/eclcc.ts +628 -628
  15. package/src/connection.ts +288 -288
  16. package/src/ecl/activity.ts +82 -82
  17. package/src/ecl/dfuWorkunit.ts +363 -363
  18. package/src/ecl/graph.ts +196 -196
  19. package/src/ecl/logicalFile.ts +196 -196
  20. package/src/ecl/machine.ts +63 -63
  21. package/src/ecl/query.ts +265 -265
  22. package/src/ecl/queryGraph.ts +813 -813
  23. package/src/ecl/resource.ts +39 -39
  24. package/src/ecl/result.ts +245 -245
  25. package/src/ecl/scope.ts +188 -188
  26. package/src/ecl/sourceFile.ts +34 -34
  27. package/src/ecl/store.ts +154 -154
  28. package/src/ecl/targetCluster.ts +149 -149
  29. package/src/ecl/timer.ts +42 -42
  30. package/src/ecl/topology.ts +131 -131
  31. package/src/ecl/workunit.ts +1340 -1340
  32. package/src/ecl/xsdParser.ts +267 -267
  33. package/src/espConnection.ts +164 -164
  34. package/src/index.browser.ts +1 -1
  35. package/src/index.common.ts +40 -40
  36. package/src/index.node.ts +48 -48
  37. package/src/pem/trustwave.ts +909 -909
  38. package/src/services/fileSpray.ts +73 -73
  39. package/src/services/wsAccess.ts +8 -8
  40. package/src/services/wsAccount.ts +27 -27
  41. package/src/services/wsCloud.ts +73 -73
  42. package/src/services/wsCodesign.ts +18 -18
  43. package/src/services/wsDFU.ts +34 -34
  44. package/src/services/wsDFUXRef.ts +121 -121
  45. package/src/services/wsDali.ts +8 -8
  46. package/src/services/wsEcl.ts +123 -123
  47. package/src/services/wsElk.ts +8 -8
  48. package/src/services/wsLogaccess.ts +270 -267
  49. package/src/services/wsMachine.ts +89 -89
  50. package/src/services/wsPackageProcess.ts +8 -8
  51. package/src/services/wsResources.ts +8 -8
  52. package/src/services/wsSMC.ts +80 -80
  53. package/src/services/wsSasha.ts +7 -7
  54. package/src/services/wsStore.ts +32 -32
  55. package/src/services/wsTopology.ts +45 -45
  56. package/src/services/wsWorkunits.ts +151 -151
  57. package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +1008 -1008
  58. package/src/services/wsdl/FileSpray/v1.25/FileSpray.ts +1040 -1040
  59. package/src/services/wsdl/FileSpray/v1.26/FileSpray.ts +929 -929
  60. package/src/services/wsdl/FileSpray/v1.27/FileSpray.ts +930 -930
  61. package/src/services/wsdl/WsCloud/v1/WsCloud.ts +38 -38
  62. package/src/services/wsdl/WsCloud/v1.02/WsCloud.ts +77 -77
  63. package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +224 -224
  64. package/src/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.ts +227 -227
  65. package/src/services/wsdl/WsDali/v1.04/WsDali.ts +216 -216
  66. package/src/services/wsdl/WsDfu/v1.62/WsDfu.ts +1455 -1455
  67. package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +1465 -1465
  68. package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +1244 -1244
  69. package/src/services/wsdl/WsDfu/v1.66/WsDfu.ts +1267 -1267
  70. package/src/services/wsdl/WsDfu/v1.67/WsDfu.ts +1268 -1268
  71. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +104 -104
  72. package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +519 -519
  73. package/src/services/wsdl/WsPackageProcess/v1.07/WsPackageProcess.ts +500 -500
  74. package/src/services/wsdl/WsResources/v1.01/WsResources.ts +119 -119
  75. package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +665 -665
  76. package/src/services/wsdl/WsSMC/v1.27/WsSMC.ts +591 -591
  77. package/src/services/wsdl/WsSMC/v1.28/WsSMC.ts +645 -645
  78. package/src/services/wsdl/WsSMC/v1.29/WsSMC.ts +660 -660
  79. package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +856 -856
  80. package/src/services/wsdl/WsTopology/v1.32/WsTopology.ts +786 -786
  81. package/src/services/wsdl/WsTopology/v1.33/WsTopology.ts +835 -835
  82. package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2944 -2944
  83. package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +3072 -3072
  84. package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +3073 -3073
  85. package/src/services/wsdl/WsWorkunits/v1.97/WsWorkunits.ts +3134 -3134
  86. package/src/services/wsdl/WsWorkunits/v1.98/WsWorkunits.ts +3182 -3182
  87. package/src/services/wsdl/WsWorkunits/v1.99/WsWorkunits.ts +3162 -3162
  88. package/src/services/wsdl/WsWorkunits/v2/WsWorkunits.ts +3153 -3153
  89. package/src/services/wsdl/WsWorkunits/v2.02/WsWorkunits.ts +3162 -3162
  90. package/src/services/wsdl/WsWorkunits/v2.03/WsWorkunits.ts +3164 -3164
  91. package/src/services/wsdl/WsWorkunits/v2.04/WsWorkunits.ts +3171 -3171
  92. package/src/services/wsdl/ws_access/v1.16/ws_access.ts +1086 -1086
  93. package/src/services/wsdl/ws_access/v1.17/ws_access.ts +1023 -1023
  94. package/src/services/wsdl/ws_account/v1.05/ws_account.ts +111 -111
  95. package/src/services/wsdl/ws_account/v1.06/ws_account.ts +109 -109
  96. package/src/services/wsdl/ws_account/v1.07/ws_account.ts +114 -114
  97. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +95 -95
  98. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +47 -47
  99. package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +83 -83
  100. package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +161 -161
  101. package/src/services/wsdl/ws_logaccess/v1.03/ws_logaccess.ts +190 -190
  102. package/src/services/wsdl/ws_logaccess/v1.04/ws_logaccess.ts +215 -215
  103. package/src/services/wsdl/ws_logaccess/v1.05/ws_logaccess.ts +219 -219
  104. package/src/services/wsdl/ws_logaccess/v1.08/ws_logaccess.ts +267 -267
  105. package/src/services/wsdl/ws_machine/v1.17/ws_machine.ts +567 -567
  106. package/src/services/wsdl/ws_machine/v1.18/ws_machine.ts +497 -497
  107. package/src/services/wsdl/ws_machine/v1.19/ws_machine.ts +497 -497
  108. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +239 -239
  109. package/types/services/wsLogaccess.d.ts +1 -0
@@ -1,4 +1,4 @@
1
- var Ti=Object.create;var Nn=Object.defineProperty;var wi=Object.getOwnPropertyDescriptor;var Ni=Object.getOwnPropertyNames;var Bi=Object.getPrototypeOf,Qi=Object.prototype.hasOwnProperty;var Nt=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports);var Li=(n,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Ni(e))!Qi.call(n,r)&&r!==t&&Nn(n,r,{get:()=>e[r],enumerable:!(s=wi(e,r))||s.enumerable});return n};var mt=(n,e,t)=>(t=n!=null?Ti(Bi(n)):{},Li(e||!n||!n.__esModule?Nn(t,"default",{value:n,enumerable:!0}):t,n));var Jn=Nt((Jt,zn)=>{(function(n,e){typeof Jt=="object"&&typeof zn<"u"?e(Jt):typeof define=="function"&&define.amd?define(["exports"],e):e(n.d3=n.d3||{})})(Jt,(function(n){"use strict";function e(l,C){return l<C?-1:l>C?1:l>=C?0:NaN}function t(l){return l.length===1&&(l=s(l)),{left:function(C,A,f,d){for(f==null&&(f=0),d==null&&(d=C.length);f<d;){var h=f+d>>>1;l(C[h],A)<0?f=h+1:d=h}return f},right:function(C,A,f,d){for(f==null&&(f=0),d==null&&(d=C.length);f<d;){var h=f+d>>>1;l(C[h],A)>0?d=h:f=h+1}return f}}}function s(l){return function(C,A){return e(l(C),A)}}var r=t(e),i=r.right,o=r.left;function p(l,C){C==null&&(C=u);for(var A=0,f=l.length-1,d=l[0],h=new Array(f<0?0:f);A<f;)h[A]=C(d,d=l[++A]);return h}function u(l,C){return[l,C]}function R(l,C,A){var f=l.length,d=C.length,h=new Array(f*d),F,L,Y,ue;for(A==null&&(A=u),F=Y=0;F<f;++F)for(ue=l[F],L=0;L<d;++L,++Y)h[Y]=A(ue,C[L]);return h}function c(l,C){return C<l?-1:C>l?1:C>=l?0:NaN}function S(l){return l===null?NaN:+l}function x(l,C){var A=l.length,f=0,d=-1,h=0,F,L,Y=0;if(C==null)for(;++d<A;)isNaN(F=S(l[d]))||(L=F-h,h+=L/++f,Y+=L*(F-h));else for(;++d<A;)isNaN(F=S(C(l[d],d,l)))||(L=F-h,h+=L/++f,Y+=L*(F-h));if(f>1)return Y/(f-1)}function M(l,C){var A=x(l,C);return A&&Math.sqrt(A)}function Q(l,C){var A=l.length,f=-1,d,h,F;if(C==null){for(;++f<A;)if((d=l[f])!=null&&d>=d)for(h=F=d;++f<A;)(d=l[f])!=null&&(h>d&&(h=d),F<d&&(F=d))}else for(;++f<A;)if((d=C(l[f],f,l))!=null&&d>=d)for(h=F=d;++f<A;)(d=C(l[f],f,l))!=null&&(h>d&&(h=d),F<d&&(F=d));return[h,F]}var V=Array.prototype,N=V.slice,q=V.map;function G(l){return function(){return l}}function I(l){return l}function b(l,C,A){l=+l,C=+C,A=(d=arguments.length)<2?(C=l,l=0,1):d<3?1:+A;for(var f=-1,d=Math.max(0,Math.ceil((C-l)/A))|0,h=new Array(d);++f<d;)h[f]=l+f*A;return h}var j=Math.sqrt(50),oe=Math.sqrt(10),D=Math.sqrt(2);function P(l,C,A){var f,d=-1,h,F,L;if(C=+C,l=+l,A=+A,l===C&&A>0)return[l];if((f=C<l)&&(h=l,l=C,C=h),(L=w(l,C,A))===0||!isFinite(L))return[];if(L>0)for(l=Math.ceil(l/L),C=Math.floor(C/L),F=new Array(h=Math.ceil(C-l+1));++d<h;)F[d]=(l+d)*L;else for(l=Math.floor(l*L),C=Math.ceil(C*L),F=new Array(h=Math.ceil(l-C+1));++d<h;)F[d]=(l-d)/L;return f&&F.reverse(),F}function w(l,C,A){var f=(C-l)/Math.max(0,A),d=Math.floor(Math.log(f)/Math.LN10),h=f/Math.pow(10,d);return d>=0?(h>=j?10:h>=oe?5:h>=D?2:1)*Math.pow(10,d):-Math.pow(10,-d)/(h>=j?10:h>=oe?5:h>=D?2:1)}function k(l,C,A){var f=Math.abs(C-l)/Math.max(0,A),d=Math.pow(10,Math.floor(Math.log(f)/Math.LN10)),h=f/d;return h>=j?d*=10:h>=oe?d*=5:h>=D&&(d*=2),C<l?-d:d}function z(l){return Math.ceil(Math.log(l.length)/Math.LN2)+1}function se(){var l=I,C=Q,A=z;function f(d){var h,F=d.length,L,Y=new Array(F);for(h=0;h<F;++h)Y[h]=l(d[h],h,d);var ue=C(Y),Ce=ue[0],de=ue[1],Z=A(Y,Ce,de);Array.isArray(Z)||(Z=k(Ce,de,Z),Z=b(Math.ceil(Ce/Z)*Z,de,Z));for(var ce=Z.length;Z[0]<=Ce;)Z.shift(),--ce;for(;Z[ce-1]>de;)Z.pop(),--ce;var ne=new Array(ce+1),Be;for(h=0;h<=ce;++h)Be=ne[h]=[],Be.x0=h>0?Z[h-1]:Ce,Be.x1=h<ce?Z[h]:de;for(h=0;h<F;++h)L=Y[h],Ce<=L&&L<=de&&ne[i(Z,L,0,ce)].push(d[h]);return ne}return f.value=function(d){return arguments.length?(l=typeof d=="function"?d:G(d),f):l},f.domain=function(d){return arguments.length?(C=typeof d=="function"?d:G([d[0],d[1]]),f):C},f.thresholds=function(d){return arguments.length?(A=typeof d=="function"?d:Array.isArray(d)?G(N.call(d)):G(d),f):A},f}function _(l,C,A){if(A==null&&(A=S),!!(f=l.length)){if((C=+C)<=0||f<2)return+A(l[0],0,l);if(C>=1)return+A(l[f-1],f-1,l);var f,d=(f-1)*C,h=Math.floor(d),F=+A(l[h],h,l),L=+A(l[h+1],h+1,l);return F+(L-F)*(d-h)}}function ge(l,C,A){return l=q.call(l,S).sort(e),Math.ceil((A-C)/(2*(_(l,.75)-_(l,.25))*Math.pow(l.length,-1/3)))}function Fe(l,C,A){return Math.ceil((A-C)/(3.5*M(l)*Math.pow(l.length,-1/3)))}function we(l,C){var A=l.length,f=-1,d,h;if(C==null){for(;++f<A;)if((d=l[f])!=null&&d>=d)for(h=d;++f<A;)(d=l[f])!=null&&d>h&&(h=d)}else for(;++f<A;)if((d=C(l[f],f,l))!=null&&d>=d)for(h=d;++f<A;)(d=C(l[f],f,l))!=null&&d>h&&(h=d);return h}function je(l,C){var A=l.length,f=A,d=-1,h,F=0;if(C==null)for(;++d<A;)isNaN(h=S(l[d]))?--f:F+=h;else for(;++d<A;)isNaN(h=S(C(l[d],d,l)))?--f:F+=h;if(f)return F/f}function J(l,C){var A=l.length,f=-1,d,h=[];if(C==null)for(;++f<A;)isNaN(d=S(l[f]))||h.push(d);else for(;++f<A;)isNaN(d=S(C(l[f],f,l)))||h.push(d);return _(h.sort(e),.5)}function be(l){for(var C=l.length,A,f=-1,d=0,h,F;++f<C;)d+=l[f].length;for(h=new Array(d);--C>=0;)for(F=l[C],A=F.length;--A>=0;)h[--d]=F[A];return h}function he(l,C){var A=l.length,f=-1,d,h;if(C==null){for(;++f<A;)if((d=l[f])!=null&&d>=d)for(h=d;++f<A;)(d=l[f])!=null&&h>d&&(h=d)}else for(;++f<A;)if((d=C(l[f],f,l))!=null&&d>=d)for(h=d;++f<A;)(d=C(l[f],f,l))!=null&&h>d&&(h=d);return h}function ae(l,C){for(var A=C.length,f=new Array(A);A--;)f[A]=l[C[A]];return f}function xe(l,C){if(A=l.length){var A,f=0,d=0,h,F=l[d];for(C==null&&(C=e);++f<A;)(C(h=l[f],F)<0||C(F,F)!==0)&&(F=h,d=f);if(C(F,F)===0)return d}}function Ue(l,C,A){for(var f=(A??l.length)-(C=C==null?0:+C),d,h;f;)h=Math.random()*f--|0,d=l[f+C],l[f+C]=l[h+C],l[h+C]=d;return l}function Ee(l,C){var A=l.length,f=-1,d,h=0;if(C==null)for(;++f<A;)(d=+l[f])&&(h+=d);else for(;++f<A;)(d=+C(l[f],f,l))&&(h+=d);return h}function Pe(l){if(!(h=l.length))return[];for(var C=-1,A=he(l,De),f=new Array(A);++C<A;)for(var d=-1,h,F=f[C]=new Array(h);++d<h;)F[d]=l[d][C];return f}function De(l){return l.length}function Ne(){return Pe(arguments)}n.bisect=i,n.bisectRight=i,n.bisectLeft=o,n.ascending=e,n.bisector=t,n.cross=R,n.descending=c,n.deviation=M,n.extent=Q,n.histogram=se,n.thresholdFreedmanDiaconis=ge,n.thresholdScott=Fe,n.thresholdSturges=z,n.max=we,n.mean=je,n.median=J,n.merge=be,n.min=he,n.pairs=p,n.permute=ae,n.quantile=_,n.range=b,n.scan=xe,n.shuffle=Ue,n.sum=Ee,n.ticks=P,n.tickIncrement=w,n.tickStep=k,n.transpose=Pe,n.variance=x,n.zip=Ne,Object.defineProperty(n,"__esModule",{value:!0})}))});var sr=Nt((ts,tr)=>{(function(n,e){typeof ts=="object"&&typeof tr<"u"?e(ts):typeof define=="function"&&define.amd?define(["exports"],e):(n=n||self,e(n.d3=n.d3||{}))})(ts,function(n){"use strict";var e=new Date,t=new Date;function s(g,y,ee,bt){function re(B){return g(B=arguments.length===0?new Date:new Date(+B)),B}return re.floor=function(B){return g(B=new Date(+B)),B},re.ceil=function(B){return g(B=new Date(B-1)),y(B,1),g(B),B},re.round=function(B){var X=re(B),Re=re.ceil(B);return B-X<Re-B?X:Re},re.offset=function(B,X){return y(B=new Date(+B),X==null?1:Math.floor(X)),B},re.range=function(B,X,Re){var dt=[],Pt;if(B=re.ceil(B),Re=Re==null?1:Math.floor(Re),!(B<X)||!(Re>0))return dt;do dt.push(Pt=new Date(+B)),y(B,Re),g(B);while(Pt<B&&B<X);return dt},re.filter=function(B){return s(function(X){if(X>=X)for(;g(X),!B(X);)X.setTime(X-1)},function(X,Re){if(X>=X)if(Re<0)for(;++Re<=0;)for(;y(X,-1),!B(X););else for(;--Re>=0;)for(;y(X,1),!B(X););})},ee&&(re.count=function(B,X){return e.setTime(+B),t.setTime(+X),g(e),g(t),Math.floor(ee(e,t))},re.every=function(B){return B=Math.floor(B),!isFinite(B)||!(B>0)?null:B>1?re.filter(bt?function(X){return bt(X)%B===0}:function(X){return re.count(0,X)%B===0}):re}),re}var r=s(function(){},function(g,y){g.setTime(+g+y)},function(g,y){return y-g});r.every=function(g){return g=Math.floor(g),!isFinite(g)||!(g>0)?null:g>1?s(function(y){y.setTime(Math.floor(y/g)*g)},function(y,ee){y.setTime(+y+ee*g)},function(y,ee){return(ee-y)/g}):r};var i=r.range,o=1e3,p=6e4,u=36e5,R=864e5,c=6048e5,S=s(function(g){g.setTime(g-g.getMilliseconds())},function(g,y){g.setTime(+g+y*o)},function(g,y){return(y-g)/o},function(g){return g.getUTCSeconds()}),x=S.range,M=s(function(g){g.setTime(g-g.getMilliseconds()-g.getSeconds()*o)},function(g,y){g.setTime(+g+y*p)},function(g,y){return(y-g)/p},function(g){return g.getMinutes()}),Q=M.range,V=s(function(g){g.setTime(g-g.getMilliseconds()-g.getSeconds()*o-g.getMinutes()*p)},function(g,y){g.setTime(+g+y*u)},function(g,y){return(y-g)/u},function(g){return g.getHours()}),N=V.range,q=s(function(g){g.setHours(0,0,0,0)},function(g,y){g.setDate(g.getDate()+y)},function(g,y){return(y-g-(y.getTimezoneOffset()-g.getTimezoneOffset())*p)/R},function(g){return g.getDate()-1}),G=q.range;function I(g){return s(function(y){y.setDate(y.getDate()-(y.getDay()+7-g)%7),y.setHours(0,0,0,0)},function(y,ee){y.setDate(y.getDate()+ee*7)},function(y,ee){return(ee-y-(ee.getTimezoneOffset()-y.getTimezoneOffset())*p)/c})}var b=I(0),j=I(1),oe=I(2),D=I(3),P=I(4),w=I(5),k=I(6),z=b.range,se=j.range,_=oe.range,ge=D.range,Fe=P.range,we=w.range,je=k.range,J=s(function(g){g.setDate(1),g.setHours(0,0,0,0)},function(g,y){g.setMonth(g.getMonth()+y)},function(g,y){return y.getMonth()-g.getMonth()+(y.getFullYear()-g.getFullYear())*12},function(g){return g.getMonth()}),be=J.range,he=s(function(g){g.setMonth(0,1),g.setHours(0,0,0,0)},function(g,y){g.setFullYear(g.getFullYear()+y)},function(g,y){return y.getFullYear()-g.getFullYear()},function(g){return g.getFullYear()});he.every=function(g){return!isFinite(g=Math.floor(g))||!(g>0)?null:s(function(y){y.setFullYear(Math.floor(y.getFullYear()/g)*g),y.setMonth(0,1),y.setHours(0,0,0,0)},function(y,ee){y.setFullYear(y.getFullYear()+ee*g)})};var ae=he.range,xe=s(function(g){g.setUTCSeconds(0,0)},function(g,y){g.setTime(+g+y*p)},function(g,y){return(y-g)/p},function(g){return g.getUTCMinutes()}),Ue=xe.range,Ee=s(function(g){g.setUTCMinutes(0,0,0)},function(g,y){g.setTime(+g+y*u)},function(g,y){return(y-g)/u},function(g){return g.getUTCHours()}),Pe=Ee.range,De=s(function(g){g.setUTCHours(0,0,0,0)},function(g,y){g.setUTCDate(g.getUTCDate()+y)},function(g,y){return(y-g)/R},function(g){return g.getUTCDate()-1}),Ne=De.range;function l(g){return s(function(y){y.setUTCDate(y.getUTCDate()-(y.getUTCDay()+7-g)%7),y.setUTCHours(0,0,0,0)},function(y,ee){y.setUTCDate(y.getUTCDate()+ee*7)},function(y,ee){return(ee-y)/c})}var C=l(0),A=l(1),f=l(2),d=l(3),h=l(4),F=l(5),L=l(6),Y=C.range,ue=A.range,Ce=f.range,de=d.range,Z=h.range,ce=F.range,ne=L.range,Be=s(function(g){g.setUTCDate(1),g.setUTCHours(0,0,0,0)},function(g,y){g.setUTCMonth(g.getUTCMonth()+y)},function(g,y){return y.getUTCMonth()-g.getUTCMonth()+(y.getUTCFullYear()-g.getUTCFullYear())*12},function(g){return g.getUTCMonth()}),Qs=Be.range,gt=s(function(g){g.setUTCMonth(0,1),g.setUTCHours(0,0,0,0)},function(g,y){g.setUTCFullYear(g.getUTCFullYear()+y)},function(g,y){return y.getUTCFullYear()-g.getUTCFullYear()},function(g){return g.getUTCFullYear()});gt.every=function(g){return!isFinite(g=Math.floor(g))||!(g>0)?null:s(function(y){y.setUTCFullYear(Math.floor(y.getUTCFullYear()/g)*g),y.setUTCMonth(0,1),y.setUTCHours(0,0,0,0)},function(y,ee){y.setUTCFullYear(y.getUTCFullYear()+ee*g)})};var Ls=gt.range;n.timeDay=q,n.timeDays=G,n.timeFriday=w,n.timeFridays=we,n.timeHour=V,n.timeHours=N,n.timeInterval=s,n.timeMillisecond=r,n.timeMilliseconds=i,n.timeMinute=M,n.timeMinutes=Q,n.timeMonday=j,n.timeMondays=se,n.timeMonth=J,n.timeMonths=be,n.timeSaturday=k,n.timeSaturdays=je,n.timeSecond=S,n.timeSeconds=x,n.timeSunday=b,n.timeSundays=z,n.timeThursday=P,n.timeThursdays=Fe,n.timeTuesday=oe,n.timeTuesdays=_,n.timeWednesday=D,n.timeWednesdays=ge,n.timeWeek=b,n.timeWeeks=z,n.timeYear=he,n.timeYears=ae,n.utcDay=De,n.utcDays=Ne,n.utcFriday=F,n.utcFridays=ce,n.utcHour=Ee,n.utcHours=Pe,n.utcMillisecond=r,n.utcMilliseconds=i,n.utcMinute=xe,n.utcMinutes=Ue,n.utcMonday=A,n.utcMondays=ue,n.utcMonth=Be,n.utcMonths=Qs,n.utcSaturday=L,n.utcSaturdays=ne,n.utcSecond=S,n.utcSeconds=x,n.utcSunday=C,n.utcSundays=Y,n.utcThursday=h,n.utcThursdays=Z,n.utcTuesday=f,n.utcTuesdays=Ce,n.utcWednesday=d,n.utcWednesdays=de,n.utcWeek=C,n.utcWeeks=Y,n.utcYear=gt,n.utcYears=Ls,Object.defineProperty(n,"__esModule",{value:!0})})});var js=Nt((ss,nr)=>{(function(n,e){typeof ss=="object"&&typeof nr<"u"?e(ss,sr()):typeof define=="function"&&define.amd?define(["exports","d3-time"],e):(n=n||self,e(n.d3=n.d3||{},n.d3))})(ss,function(n,e){"use strict";function t(a){if(0<=a.y&&a.y<100){var m=new Date(-1,a.m,a.d,a.H,a.M,a.S,a.L);return m.setFullYear(a.y),m}return new Date(a.y,a.m,a.d,a.H,a.M,a.S,a.L)}function s(a){if(0<=a.y&&a.y<100){var m=new Date(Date.UTC(-1,a.m,a.d,a.H,a.M,a.S,a.L));return m.setUTCFullYear(a.y),m}return new Date(Date.UTC(a.y,a.m,a.d,a.H,a.M,a.S,a.L))}function r(a,m,W){return{y:a,m,d:W,H:0,M:0,S:0,L:0}}function i(a){var m=a.dateTime,W=a.date,U=a.time,Qe=a.periods,Oe=a.days,It=a.shortDays,Mt=a.months,Tt=a.shortMonths,ti=x(Qe),si=M(Qe),ni=x(Oe),ri=M(Oe),ii=x(It),oi=M(It),ai=x(Mt),ui=M(Mt),ci=x(Tt),li=M(Tt),_e={a:Si,A:yi,b:xi,B:Ai,c:null,d:J,e:J,f:Ue,g:F,G:Y,H:be,I:he,j:ae,L:xe,m:Ee,M:Pe,p:Wi,q:Ui,Q:bn,s:Pn,S:De,u:Ne,U:l,V:A,w:f,W:d,x:null,X:null,y:h,Y:L,Z:ue,"%":Fn},Ye={a:Ei,A:Fi,b:bi,B:Pi,c:null,d:Ce,e:Ce,f:Be,g:Re,G:Pt,H:de,I:Z,j:ce,L:ne,m:Qs,M:gt,p:Ii,q:Mi,Q:bn,s:Pn,S:Ls,u:g,U:y,V:bt,w:re,W:B,x:null,X:null,y:X,Y:dt,Z:Jr,"%":Fn},pi={a:di,A:mi,b:fi,B:hi,c:Di,d:P,e:P,f:ge,g:b,G:I,H:k,I:k,j:w,L:_,m:D,M:z,p:gi,q:oe,Q:we,s:je,S:se,u:V,U:N,V:q,w:Q,W:G,x:Ci,X:Ri,y:b,Y:I,Z:j,"%":Fe};_e.x=Le(W,_e),_e.X=Le(U,_e),_e.c=Le(m,_e),Ye.x=Le(W,Ye),Ye.X=Le(U,Ye),Ye.c=Le(m,Ye);function Le(T,H){return function(O){var E=[],Se=-1,K=0,Ae=T.length,We,Xe,wn;for(O instanceof Date||(O=new Date(+O));++Se<Ae;)T.charCodeAt(Se)===37&&(E.push(T.slice(K,Se)),(Xe=o[We=T.charAt(++Se)])!=null?We=T.charAt(++Se):Xe=We==="e"?" ":"0",(wn=H[We])&&(We=wn(O,Xe)),E.push(We),K=Se+1);return E.push(T.slice(K,Se)),E.join("")}}function Tn(T,H){return function(O){var E=r(1900,void 0,1),Se=wt(E,T,O+="",0),K,Ae;if(Se!=O.length)return null;if("Q"in E)return new Date(E.Q);if("s"in E)return new Date(E.s*1e3+("L"in E?E.L:0));if(H&&!("Z"in E)&&(E.Z=0),"p"in E&&(E.H=E.H%12+E.p*12),E.m===void 0&&(E.m="q"in E?E.q:0),"V"in E){if(E.V<1||E.V>53)return null;"w"in E||(E.w=1),"Z"in E?(K=s(r(E.y,0,1)),Ae=K.getUTCDay(),K=Ae>4||Ae===0?e.utcMonday.ceil(K):e.utcMonday(K),K=e.utcDay.offset(K,(E.V-1)*7),E.y=K.getUTCFullYear(),E.m=K.getUTCMonth(),E.d=K.getUTCDate()+(E.w+6)%7):(K=t(r(E.y,0,1)),Ae=K.getDay(),K=Ae>4||Ae===0?e.timeMonday.ceil(K):e.timeMonday(K),K=e.timeDay.offset(K,(E.V-1)*7),E.y=K.getFullYear(),E.m=K.getMonth(),E.d=K.getDate()+(E.w+6)%7)}else("W"in E||"U"in E)&&("w"in E||(E.w="u"in E?E.u%7:"W"in E?1:0),Ae="Z"in E?s(r(E.y,0,1)).getUTCDay():t(r(E.y,0,1)).getDay(),E.m=0,E.d="W"in E?(E.w+6)%7+E.W*7-(Ae+5)%7:E.w+E.U*7-(Ae+6)%7);return"Z"in E?(E.H+=E.Z/100|0,E.M+=E.Z%100,s(E)):t(E)}}function wt(T,H,O,E){for(var Se=0,K=H.length,Ae=O.length,We,Xe;Se<K;){if(E>=Ae)return-1;if(We=H.charCodeAt(Se++),We===37){if(We=H.charAt(Se++),Xe=pi[We in o?H.charAt(Se++):We],!Xe||(E=Xe(T,O,E))<0)return-1}else if(We!=O.charCodeAt(E++))return-1}return E}function gi(T,H,O){var E=ti.exec(H.slice(O));return E?(T.p=si[E[0].toLowerCase()],O+E[0].length):-1}function di(T,H,O){var E=ii.exec(H.slice(O));return E?(T.w=oi[E[0].toLowerCase()],O+E[0].length):-1}function mi(T,H,O){var E=ni.exec(H.slice(O));return E?(T.w=ri[E[0].toLowerCase()],O+E[0].length):-1}function fi(T,H,O){var E=ci.exec(H.slice(O));return E?(T.m=li[E[0].toLowerCase()],O+E[0].length):-1}function hi(T,H,O){var E=ai.exec(H.slice(O));return E?(T.m=ui[E[0].toLowerCase()],O+E[0].length):-1}function Di(T,H,O){return wt(T,m,H,O)}function Ci(T,H,O){return wt(T,W,H,O)}function Ri(T,H,O){return wt(T,U,H,O)}function Si(T){return It[T.getDay()]}function yi(T){return Oe[T.getDay()]}function xi(T){return Tt[T.getMonth()]}function Ai(T){return Mt[T.getMonth()]}function Wi(T){return Qe[+(T.getHours()>=12)]}function Ui(T){return 1+~~(T.getMonth()/3)}function Ei(T){return It[T.getUTCDay()]}function Fi(T){return Oe[T.getUTCDay()]}function bi(T){return Tt[T.getUTCMonth()]}function Pi(T){return Mt[T.getUTCMonth()]}function Ii(T){return Qe[+(T.getUTCHours()>=12)]}function Mi(T){return 1+~~(T.getUTCMonth()/3)}return{format:function(T){var H=Le(T+="",_e);return H.toString=function(){return T},H},parse:function(T){var H=Tn(T+="",!1);return H.toString=function(){return T},H},utcFormat:function(T){var H=Le(T+="",Ye);return H.toString=function(){return T},H},utcParse:function(T){var H=Tn(T+="",!0);return H.toString=function(){return T},H}}}var o={"-":"",_:" ",0:"0"},p=/^\s*\d+/,u=/^%/,R=/[\\^$*+?|[\]().{}]/g;function c(a,m,W){var U=a<0?"-":"",Qe=(U?-a:a)+"",Oe=Qe.length;return U+(Oe<W?new Array(W-Oe+1).join(m)+Qe:Qe)}function S(a){return a.replace(R,"\\$&")}function x(a){return new RegExp("^(?:"+a.map(S).join("|")+")","i")}function M(a){for(var m={},W=-1,U=a.length;++W<U;)m[a[W].toLowerCase()]=W;return m}function Q(a,m,W){var U=p.exec(m.slice(W,W+1));return U?(a.w=+U[0],W+U[0].length):-1}function V(a,m,W){var U=p.exec(m.slice(W,W+1));return U?(a.u=+U[0],W+U[0].length):-1}function N(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.U=+U[0],W+U[0].length):-1}function q(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.V=+U[0],W+U[0].length):-1}function G(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.W=+U[0],W+U[0].length):-1}function I(a,m,W){var U=p.exec(m.slice(W,W+4));return U?(a.y=+U[0],W+U[0].length):-1}function b(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.y=+U[0]+(+U[0]>68?1900:2e3),W+U[0].length):-1}function j(a,m,W){var U=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(m.slice(W,W+6));return U?(a.Z=U[1]?0:-(U[2]+(U[3]||"00")),W+U[0].length):-1}function oe(a,m,W){var U=p.exec(m.slice(W,W+1));return U?(a.q=U[0]*3-3,W+U[0].length):-1}function D(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.m=U[0]-1,W+U[0].length):-1}function P(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.d=+U[0],W+U[0].length):-1}function w(a,m,W){var U=p.exec(m.slice(W,W+3));return U?(a.m=0,a.d=+U[0],W+U[0].length):-1}function k(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.H=+U[0],W+U[0].length):-1}function z(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.M=+U[0],W+U[0].length):-1}function se(a,m,W){var U=p.exec(m.slice(W,W+2));return U?(a.S=+U[0],W+U[0].length):-1}function _(a,m,W){var U=p.exec(m.slice(W,W+3));return U?(a.L=+U[0],W+U[0].length):-1}function ge(a,m,W){var U=p.exec(m.slice(W,W+6));return U?(a.L=Math.floor(U[0]/1e3),W+U[0].length):-1}function Fe(a,m,W){var U=u.exec(m.slice(W,W+1));return U?W+U[0].length:-1}function we(a,m,W){var U=p.exec(m.slice(W));return U?(a.Q=+U[0],W+U[0].length):-1}function je(a,m,W){var U=p.exec(m.slice(W));return U?(a.s=+U[0],W+U[0].length):-1}function J(a,m){return c(a.getDate(),m,2)}function be(a,m){return c(a.getHours(),m,2)}function he(a,m){return c(a.getHours()%12||12,m,2)}function ae(a,m){return c(1+e.timeDay.count(e.timeYear(a),a),m,3)}function xe(a,m){return c(a.getMilliseconds(),m,3)}function Ue(a,m){return xe(a,m)+"000"}function Ee(a,m){return c(a.getMonth()+1,m,2)}function Pe(a,m){return c(a.getMinutes(),m,2)}function De(a,m){return c(a.getSeconds(),m,2)}function Ne(a){var m=a.getDay();return m===0?7:m}function l(a,m){return c(e.timeSunday.count(e.timeYear(a)-1,a),m,2)}function C(a){var m=a.getDay();return m>=4||m===0?e.timeThursday(a):e.timeThursday.ceil(a)}function A(a,m){return a=C(a),c(e.timeThursday.count(e.timeYear(a),a)+(e.timeYear(a).getDay()===4),m,2)}function f(a){return a.getDay()}function d(a,m){return c(e.timeMonday.count(e.timeYear(a)-1,a),m,2)}function h(a,m){return c(a.getFullYear()%100,m,2)}function F(a,m){return a=C(a),c(a.getFullYear()%100,m,2)}function L(a,m){return c(a.getFullYear()%1e4,m,4)}function Y(a,m){var W=a.getDay();return a=W>=4||W===0?e.timeThursday(a):e.timeThursday.ceil(a),c(a.getFullYear()%1e4,m,4)}function ue(a){var m=a.getTimezoneOffset();return(m>0?"-":(m*=-1,"+"))+c(m/60|0,"0",2)+c(m%60,"0",2)}function Ce(a,m){return c(a.getUTCDate(),m,2)}function de(a,m){return c(a.getUTCHours(),m,2)}function Z(a,m){return c(a.getUTCHours()%12||12,m,2)}function ce(a,m){return c(1+e.utcDay.count(e.utcYear(a),a),m,3)}function ne(a,m){return c(a.getUTCMilliseconds(),m,3)}function Be(a,m){return ne(a,m)+"000"}function Qs(a,m){return c(a.getUTCMonth()+1,m,2)}function gt(a,m){return c(a.getUTCMinutes(),m,2)}function Ls(a,m){return c(a.getUTCSeconds(),m,2)}function g(a){var m=a.getUTCDay();return m===0?7:m}function y(a,m){return c(e.utcSunday.count(e.utcYear(a)-1,a),m,2)}function ee(a){var m=a.getUTCDay();return m>=4||m===0?e.utcThursday(a):e.utcThursday.ceil(a)}function bt(a,m){return a=ee(a),c(e.utcThursday.count(e.utcYear(a),a)+(e.utcYear(a).getUTCDay()===4),m,2)}function re(a){return a.getUTCDay()}function B(a,m){return c(e.utcMonday.count(e.utcYear(a)-1,a),m,2)}function X(a,m){return c(a.getUTCFullYear()%100,m,2)}function Re(a,m){return a=ee(a),c(a.getUTCFullYear()%100,m,2)}function dt(a,m){return c(a.getUTCFullYear()%1e4,m,4)}function Pt(a,m){var W=a.getUTCDay();return a=W>=4||W===0?e.utcThursday(a):e.utcThursday.ceil(a),c(a.getUTCFullYear()%1e4,m,4)}function Jr(){return"+0000"}function Fn(){return"%"}function bn(a){return+a}function Pn(a){return Math.floor(+a/1e3)}var rt;In({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function In(a){return rt=i(a),n.timeFormat=rt.format,n.timeParse=rt.parse,n.utcFormat=rt.utcFormat,n.utcParse=rt.utcParse,rt}var Mn="%Y-%m-%dT%H:%M:%S.%LZ";function Kr(a){return a.toISOString()}var Zr=Date.prototype.toISOString?Kr:n.utcFormat(Mn);function $r(a){var m=new Date(a);return isNaN(m)?null:m}var ei=+new Date("2000-01-01T00:00:00.000Z")?$r:n.utcParse(Mn);n.isoFormat=Zr,n.isoParse=ei,n.timeFormatDefaultLocale=In,n.timeFormatLocale=i,Object.defineProperty(n,"__esModule",{value:!0})})});var _s=Nt((as,cr)=>{(function(n,e){typeof as=="object"&&typeof cr<"u"?e(as):typeof define=="function"&&define.amd?define(["exports"],e):(n=typeof globalThis<"u"?globalThis:n||self,e(n.d3=n.d3||{}))})(as,(function(n){"use strict";function e(D){return Math.abs(D=Math.round(D))>=1e21?D.toLocaleString("en").replace(/,/g,""):D.toString(10)}function t(D,P){if((w=(D=P?D.toExponential(P-1):D.toExponential()).indexOf("e"))<0)return null;var w,k=D.slice(0,w);return[k.length>1?k[0]+k.slice(2):k,+D.slice(w+1)]}function s(D){return D=t(Math.abs(D)),D?D[1]:NaN}function r(D,P){return function(w,k){for(var z=w.length,se=[],_=0,ge=D[0],Fe=0;z>0&&ge>0&&(Fe+ge+1>k&&(ge=Math.max(1,k-Fe)),se.push(w.substring(z-=ge,z+ge)),!((Fe+=ge+1)>k));)ge=D[_=(_+1)%D.length];return se.reverse().join(P)}}function i(D){return function(P){return P.replace(/[0-9]/g,function(w){return D[+w]})}}var o=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function p(D){if(!(P=o.exec(D)))throw new Error("invalid format: "+D);var P;return new u({fill:P[1],align:P[2],sign:P[3],symbol:P[4],zero:P[5],width:P[6],comma:P[7],precision:P[8]&&P[8].slice(1),trim:P[9],type:P[10]})}p.prototype=u.prototype;function u(D){this.fill=D.fill===void 0?" ":D.fill+"",this.align=D.align===void 0?">":D.align+"",this.sign=D.sign===void 0?"-":D.sign+"",this.symbol=D.symbol===void 0?"":D.symbol+"",this.zero=!!D.zero,this.width=D.width===void 0?void 0:+D.width,this.comma=!!D.comma,this.precision=D.precision===void 0?void 0:+D.precision,this.trim=!!D.trim,this.type=D.type===void 0?"":D.type+""}u.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function R(D){e:for(var P=D.length,w=1,k=-1,z;w<P;++w)switch(D[w]){case".":k=z=w;break;case"0":k===0&&(k=w),z=w;break;default:if(!+D[w])break e;k>0&&(k=0);break}return k>0?D.slice(0,k)+D.slice(z+1):D}var c;function S(D,P){var w=t(D,P);if(!w)return D+"";var k=w[0],z=w[1],se=z-(c=Math.max(-8,Math.min(8,Math.floor(z/3)))*3)+1,_=k.length;return se===_?k:se>_?k+new Array(se-_+1).join("0"):se>0?k.slice(0,se)+"."+k.slice(se):"0."+new Array(1-se).join("0")+t(D,Math.max(0,P+se-1))[0]}function x(D,P){var w=t(D,P);if(!w)return D+"";var k=w[0],z=w[1];return z<0?"0."+new Array(-z).join("0")+k:k.length>z+1?k.slice(0,z+1)+"."+k.slice(z+1):k+new Array(z-k.length+2).join("0")}var M={"%":function(D,P){return(D*100).toFixed(P)},b:function(D){return Math.round(D).toString(2)},c:function(D){return D+""},d:e,e:function(D,P){return D.toExponential(P)},f:function(D,P){return D.toFixed(P)},g:function(D,P){return D.toPrecision(P)},o:function(D){return Math.round(D).toString(8)},p:function(D,P){return x(D*100,P)},r:x,s:S,X:function(D){return Math.round(D).toString(16).toUpperCase()},x:function(D){return Math.round(D).toString(16)}};function Q(D){return D}var V=Array.prototype.map,N=["y","z","a","f","p","n","\xB5","m","","k","M","G","T","P","E","Z","Y"];function q(D){var P=D.grouping===void 0||D.thousands===void 0?Q:r(V.call(D.grouping,Number),D.thousands+""),w=D.currency===void 0?"":D.currency[0]+"",k=D.currency===void 0?"":D.currency[1]+"",z=D.decimal===void 0?".":D.decimal+"",se=D.numerals===void 0?Q:i(V.call(D.numerals,String)),_=D.percent===void 0?"%":D.percent+"",ge=D.minus===void 0?"-":D.minus+"",Fe=D.nan===void 0?"NaN":D.nan+"";function we(J){J=p(J);var be=J.fill,he=J.align,ae=J.sign,xe=J.symbol,Ue=J.zero,Ee=J.width,Pe=J.comma,De=J.precision,Ne=J.trim,l=J.type;l==="n"?(Pe=!0,l="g"):M[l]||(De===void 0&&(De=12),Ne=!0,l="g"),(Ue||be==="0"&&he==="=")&&(Ue=!0,be="0",he="=");var C=xe==="$"?w:xe==="#"&&/[boxX]/.test(l)?"0"+l.toLowerCase():"",A=xe==="$"?k:/[%p]/.test(l)?_:"",f=M[l],d=/[defgprs%]/.test(l);De=De===void 0?6:/[gprs]/.test(l)?Math.max(1,Math.min(21,De)):Math.max(0,Math.min(20,De));function h(F){var L=C,Y=A,ue,Ce,de;if(l==="c")Y=f(F)+Y,F="";else{F=+F;var Z=F<0||1/F<0;if(F=isNaN(F)?Fe:f(Math.abs(F),De),Ne&&(F=R(F)),Z&&+F==0&&ae!=="+"&&(Z=!1),L=(Z?ae==="("?ae:ge:ae==="-"||ae==="("?"":ae)+L,Y=(l==="s"?N[8+c/3]:"")+Y+(Z&&ae==="("?")":""),d){for(ue=-1,Ce=F.length;++ue<Ce;)if(de=F.charCodeAt(ue),48>de||de>57){Y=(de===46?z+F.slice(ue+1):F.slice(ue))+Y,F=F.slice(0,ue);break}}}Pe&&!Ue&&(F=P(F,1/0));var ce=L.length+F.length+Y.length,ne=ce<Ee?new Array(Ee-ce+1).join(be):"";switch(Pe&&Ue&&(F=P(ne+F,ne.length?Ee-Y.length:1/0),ne=""),he){case"<":F=L+F+Y+ne;break;case"=":F=L+ne+F+Y;break;case"^":F=ne.slice(0,ce=ne.length>>1)+L+F+Y+ne.slice(ce);break;default:F=ne+L+F+Y;break}return se(F)}return h.toString=function(){return J+""},h}function je(J,be){var he=we((J=p(J),J.type="f",J)),ae=Math.max(-8,Math.min(8,Math.floor(s(be)/3)))*3,xe=Math.pow(10,-ae),Ue=N[8+ae/3];return function(Ee){return he(xe*Ee)+Ue}}return{format:we,formatPrefix:je}}var G;I({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"});function I(D){return G=q(D),n.format=G.format,n.formatPrefix=G.formatPrefix,G}function b(D){return Math.max(0,-s(Math.abs(D)))}function j(D,P){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(s(P)/3)))*3-s(Math.abs(D)))}function oe(D,P){return D=Math.abs(D),P=Math.abs(P)-D,Math.max(0,s(P)-s(D))+1}n.FormatSpecifier=u,n.formatDefaultLocale=I,n.formatLocale=q,n.formatSpecifier=p,n.precisionFixed=b,n.precisionPrefix=j,n.precisionRound=oe,Object.defineProperty(n,"__esModule",{value:!0})}))});import{root as Ft}from"@hpcc-js/util";import{DOMParser as Pa}from"@xmldom/xmldom";import*as ye from"node:https";import{Buffer as zr}from"node:buffer";import{fetch as Ia,Agent as Ma}from"undici";var Bn=`
1
+ var Ni=Object.create;var Bn=Object.defineProperty;var Bi=Object.getOwnPropertyDescriptor;var Qi=Object.getOwnPropertyNames;var Li=Object.getPrototypeOf,Gi=Object.prototype.hasOwnProperty;var Nt=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports);var ki=(n,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Qi(e))!Gi.call(n,r)&&r!==t&&Bn(n,r,{get:()=>e[r],enumerable:!(s=Bi(e,r))||s.enumerable});return n};var mt=(n,e,t)=>(t=n!=null?Ni(Li(n)):{},ki(e||!n||!n.__esModule?Bn(t,"default",{value:n,enumerable:!0}):t,n));var Zn=Nt((Kt,Kn)=>{(function(n,e){typeof Kt=="object"&&typeof Kn<"u"?e(Kt):typeof define=="function"&&define.amd?define(["exports"],e):e(n.d3=n.d3||{})})(Kt,(function(n){"use strict";function e(c,C){return c<C?-1:c>C?1:c>=C?0:NaN}function t(c){return c.length===1&&(c=s(c)),{left:function(C,y,f,d){for(f==null&&(f=0),d==null&&(d=C.length);f<d;){var h=f+d>>>1;c(C[h],y)<0?f=h+1:d=h}return f},right:function(C,y,f,d){for(f==null&&(f=0),d==null&&(d=C.length);f<d;){var h=f+d>>>1;c(C[h],y)>0?d=h:f=h+1}return f}}}function s(c){return function(C,y){return e(c(C),y)}}var r=t(e),i=r.right,o=r.left;function u(c,C){C==null&&(C=p);for(var y=0,f=c.length-1,d=c[0],h=new Array(f<0?0:f);y<f;)h[y]=C(d,d=c[++y]);return h}function p(c,C){return[c,C]}function A(c,C,y){var f=c.length,d=C.length,h=new Array(f*d),F,L,Y,ue;for(y==null&&(y=p),F=Y=0;F<f;++F)for(ue=c[F],L=0;L<d;++L,++Y)h[Y]=y(ue,C[L]);return h}function l(c,C){return C<c?-1:C>c?1:C>=c?0:NaN}function x(c){return c===null?NaN:+c}function S(c,C){var y=c.length,f=0,d=-1,h=0,F,L,Y=0;if(C==null)for(;++d<y;)isNaN(F=x(c[d]))||(L=F-h,h+=L/++f,Y+=L*(F-h));else for(;++d<y;)isNaN(F=x(C(c[d],d,c)))||(L=F-h,h+=L/++f,Y+=L*(F-h));if(f>1)return Y/(f-1)}function M(c,C){var y=S(c,C);return y&&Math.sqrt(y)}function Q(c,C){var y=c.length,f=-1,d,h,F;if(C==null){for(;++f<y;)if((d=c[f])!=null&&d>=d)for(h=F=d;++f<y;)(d=c[f])!=null&&(h>d&&(h=d),F<d&&(F=d))}else for(;++f<y;)if((d=C(c[f],f,c))!=null&&d>=d)for(h=F=d;++f<y;)(d=C(c[f],f,c))!=null&&(h>d&&(h=d),F<d&&(F=d));return[h,F]}var V=Array.prototype,N=V.slice,q=V.map;function G(c){return function(){return c}}function I(c){return c}function b(c,C,y){c=+c,C=+C,y=(d=arguments.length)<2?(C=c,c=0,1):d<3?1:+y;for(var f=-1,d=Math.max(0,Math.ceil((C-c)/y))|0,h=new Array(d);++f<d;)h[f]=c+f*y;return h}var j=Math.sqrt(50),oe=Math.sqrt(10),D=Math.sqrt(2);function P(c,C,y){var f,d=-1,h,F,L;if(C=+C,c=+c,y=+y,c===C&&y>0)return[c];if((f=C<c)&&(h=c,c=C,C=h),(L=w(c,C,y))===0||!isFinite(L))return[];if(L>0)for(c=Math.ceil(c/L),C=Math.floor(C/L),F=new Array(h=Math.ceil(C-c+1));++d<h;)F[d]=(c+d)*L;else for(c=Math.floor(c*L),C=Math.ceil(C*L),F=new Array(h=Math.ceil(c-C+1));++d<h;)F[d]=(c-d)/L;return f&&F.reverse(),F}function w(c,C,y){var f=(C-c)/Math.max(0,y),d=Math.floor(Math.log(f)/Math.LN10),h=f/Math.pow(10,d);return d>=0?(h>=j?10:h>=oe?5:h>=D?2:1)*Math.pow(10,d):-Math.pow(10,-d)/(h>=j?10:h>=oe?5:h>=D?2:1)}function k(c,C,y){var f=Math.abs(C-c)/Math.max(0,y),d=Math.pow(10,Math.floor(Math.log(f)/Math.LN10)),h=f/d;return h>=j?d*=10:h>=oe?d*=5:h>=D&&(d*=2),C<c?-d:d}function z(c){return Math.ceil(Math.log(c.length)/Math.LN2)+1}function se(){var c=I,C=Q,y=z;function f(d){var h,F=d.length,L,Y=new Array(F);for(h=0;h<F;++h)Y[h]=c(d[h],h,d);var ue=C(Y),Ce=ue[0],de=ue[1],Z=y(Y,Ce,de);Array.isArray(Z)||(Z=k(Ce,de,Z),Z=b(Math.ceil(Ce/Z)*Z,de,Z));for(var ce=Z.length;Z[0]<=Ce;)Z.shift(),--ce;for(;Z[ce-1]>de;)Z.pop(),--ce;var ne=new Array(ce+1),Be;for(h=0;h<=ce;++h)Be=ne[h]=[],Be.x0=h>0?Z[h-1]:Ce,Be.x1=h<ce?Z[h]:de;for(h=0;h<F;++h)L=Y[h],Ce<=L&&L<=de&&ne[i(Z,L,0,ce)].push(d[h]);return ne}return f.value=function(d){return arguments.length?(c=typeof d=="function"?d:G(d),f):c},f.domain=function(d){return arguments.length?(C=typeof d=="function"?d:G([d[0],d[1]]),f):C},f.thresholds=function(d){return arguments.length?(y=typeof d=="function"?d:Array.isArray(d)?G(N.call(d)):G(d),f):y},f}function _(c,C,y){if(y==null&&(y=x),!!(f=c.length)){if((C=+C)<=0||f<2)return+y(c[0],0,c);if(C>=1)return+y(c[f-1],f-1,c);var f,d=(f-1)*C,h=Math.floor(d),F=+y(c[h],h,c),L=+y(c[h+1],h+1,c);return F+(L-F)*(d-h)}}function ge(c,C,y){return c=q.call(c,x).sort(e),Math.ceil((y-C)/(2*(_(c,.75)-_(c,.25))*Math.pow(c.length,-1/3)))}function Fe(c,C,y){return Math.ceil((y-C)/(3.5*M(c)*Math.pow(c.length,-1/3)))}function we(c,C){var y=c.length,f=-1,d,h;if(C==null){for(;++f<y;)if((d=c[f])!=null&&d>=d)for(h=d;++f<y;)(d=c[f])!=null&&d>h&&(h=d)}else for(;++f<y;)if((d=C(c[f],f,c))!=null&&d>=d)for(h=d;++f<y;)(d=C(c[f],f,c))!=null&&d>h&&(h=d);return h}function je(c,C){var y=c.length,f=y,d=-1,h,F=0;if(C==null)for(;++d<y;)isNaN(h=x(c[d]))?--f:F+=h;else for(;++d<y;)isNaN(h=x(C(c[d],d,c)))?--f:F+=h;if(f)return F/f}function J(c,C){var y=c.length,f=-1,d,h=[];if(C==null)for(;++f<y;)isNaN(d=x(c[f]))||h.push(d);else for(;++f<y;)isNaN(d=x(C(c[f],f,c)))||h.push(d);return _(h.sort(e),.5)}function be(c){for(var C=c.length,y,f=-1,d=0,h,F;++f<C;)d+=c[f].length;for(h=new Array(d);--C>=0;)for(F=c[C],y=F.length;--y>=0;)h[--d]=F[y];return h}function he(c,C){var y=c.length,f=-1,d,h;if(C==null){for(;++f<y;)if((d=c[f])!=null&&d>=d)for(h=d;++f<y;)(d=c[f])!=null&&h>d&&(h=d)}else for(;++f<y;)if((d=C(c[f],f,c))!=null&&d>=d)for(h=d;++f<y;)(d=C(c[f],f,c))!=null&&h>d&&(h=d);return h}function ae(c,C){for(var y=C.length,f=new Array(y);y--;)f[y]=c[C[y]];return f}function xe(c,C){if(y=c.length){var y,f=0,d=0,h,F=c[d];for(C==null&&(C=e);++f<y;)(C(h=c[f],F)<0||C(F,F)!==0)&&(F=h,d=f);if(C(F,F)===0)return d}}function Ue(c,C,y){for(var f=(y??c.length)-(C=C==null?0:+C),d,h;f;)h=Math.random()*f--|0,d=c[f+C],c[f+C]=c[h+C],c[h+C]=d;return c}function Ee(c,C){var y=c.length,f=-1,d,h=0;if(C==null)for(;++f<y;)(d=+c[f])&&(h+=d);else for(;++f<y;)(d=+C(c[f],f,c))&&(h+=d);return h}function Pe(c){if(!(h=c.length))return[];for(var C=-1,y=he(c,De),f=new Array(y);++C<y;)for(var d=-1,h,F=f[C]=new Array(h);++d<h;)F[d]=c[d][C];return f}function De(c){return c.length}function Ne(){return Pe(arguments)}n.bisect=i,n.bisectRight=i,n.bisectLeft=o,n.ascending=e,n.bisector=t,n.cross=A,n.descending=l,n.deviation=M,n.extent=Q,n.histogram=se,n.thresholdFreedmanDiaconis=ge,n.thresholdScott=Fe,n.thresholdSturges=z,n.max=we,n.mean=je,n.median=J,n.merge=be,n.min=he,n.pairs=u,n.permute=ae,n.quantile=_,n.range=b,n.scan=xe,n.shuffle=Ue,n.sum=Ee,n.ticks=P,n.tickIncrement=w,n.tickStep=k,n.transpose=Pe,n.variance=S,n.zip=Ne,Object.defineProperty(n,"__esModule",{value:!0})}))});var rr=Nt((ss,nr)=>{(function(n,e){typeof ss=="object"&&typeof nr<"u"?e(ss):typeof define=="function"&&define.amd?define(["exports"],e):(n=n||self,e(n.d3=n.d3||{}))})(ss,function(n){"use strict";var e=new Date,t=new Date;function s(g,R,ee,bt){function re(B){return g(B=arguments.length===0?new Date:new Date(+B)),B}return re.floor=function(B){return g(B=new Date(+B)),B},re.ceil=function(B){return g(B=new Date(B-1)),R(B,1),g(B),B},re.round=function(B){var X=re(B),Re=re.ceil(B);return B-X<Re-B?X:Re},re.offset=function(B,X){return R(B=new Date(+B),X==null?1:Math.floor(X)),B},re.range=function(B,X,Re){var dt=[],Pt;if(B=re.ceil(B),Re=Re==null?1:Math.floor(Re),!(B<X)||!(Re>0))return dt;do dt.push(Pt=new Date(+B)),R(B,Re),g(B);while(Pt<B&&B<X);return dt},re.filter=function(B){return s(function(X){if(X>=X)for(;g(X),!B(X);)X.setTime(X-1)},function(X,Re){if(X>=X)if(Re<0)for(;++Re<=0;)for(;R(X,-1),!B(X););else for(;--Re>=0;)for(;R(X,1),!B(X););})},ee&&(re.count=function(B,X){return e.setTime(+B),t.setTime(+X),g(e),g(t),Math.floor(ee(e,t))},re.every=function(B){return B=Math.floor(B),!isFinite(B)||!(B>0)?null:B>1?re.filter(bt?function(X){return bt(X)%B===0}:function(X){return re.count(0,X)%B===0}):re}),re}var r=s(function(){},function(g,R){g.setTime(+g+R)},function(g,R){return R-g});r.every=function(g){return g=Math.floor(g),!isFinite(g)||!(g>0)?null:g>1?s(function(R){R.setTime(Math.floor(R/g)*g)},function(R,ee){R.setTime(+R+ee*g)},function(R,ee){return(ee-R)/g}):r};var i=r.range,o=1e3,u=6e4,p=36e5,A=864e5,l=6048e5,x=s(function(g){g.setTime(g-g.getMilliseconds())},function(g,R){g.setTime(+g+R*o)},function(g,R){return(R-g)/o},function(g){return g.getUTCSeconds()}),S=x.range,M=s(function(g){g.setTime(g-g.getMilliseconds()-g.getSeconds()*o)},function(g,R){g.setTime(+g+R*u)},function(g,R){return(R-g)/u},function(g){return g.getMinutes()}),Q=M.range,V=s(function(g){g.setTime(g-g.getMilliseconds()-g.getSeconds()*o-g.getMinutes()*u)},function(g,R){g.setTime(+g+R*p)},function(g,R){return(R-g)/p},function(g){return g.getHours()}),N=V.range,q=s(function(g){g.setHours(0,0,0,0)},function(g,R){g.setDate(g.getDate()+R)},function(g,R){return(R-g-(R.getTimezoneOffset()-g.getTimezoneOffset())*u)/A},function(g){return g.getDate()-1}),G=q.range;function I(g){return s(function(R){R.setDate(R.getDate()-(R.getDay()+7-g)%7),R.setHours(0,0,0,0)},function(R,ee){R.setDate(R.getDate()+ee*7)},function(R,ee){return(ee-R-(ee.getTimezoneOffset()-R.getTimezoneOffset())*u)/l})}var b=I(0),j=I(1),oe=I(2),D=I(3),P=I(4),w=I(5),k=I(6),z=b.range,se=j.range,_=oe.range,ge=D.range,Fe=P.range,we=w.range,je=k.range,J=s(function(g){g.setDate(1),g.setHours(0,0,0,0)},function(g,R){g.setMonth(g.getMonth()+R)},function(g,R){return R.getMonth()-g.getMonth()+(R.getFullYear()-g.getFullYear())*12},function(g){return g.getMonth()}),be=J.range,he=s(function(g){g.setMonth(0,1),g.setHours(0,0,0,0)},function(g,R){g.setFullYear(g.getFullYear()+R)},function(g,R){return R.getFullYear()-g.getFullYear()},function(g){return g.getFullYear()});he.every=function(g){return!isFinite(g=Math.floor(g))||!(g>0)?null:s(function(R){R.setFullYear(Math.floor(R.getFullYear()/g)*g),R.setMonth(0,1),R.setHours(0,0,0,0)},function(R,ee){R.setFullYear(R.getFullYear()+ee*g)})};var ae=he.range,xe=s(function(g){g.setUTCSeconds(0,0)},function(g,R){g.setTime(+g+R*u)},function(g,R){return(R-g)/u},function(g){return g.getUTCMinutes()}),Ue=xe.range,Ee=s(function(g){g.setUTCMinutes(0,0,0)},function(g,R){g.setTime(+g+R*p)},function(g,R){return(R-g)/p},function(g){return g.getUTCHours()}),Pe=Ee.range,De=s(function(g){g.setUTCHours(0,0,0,0)},function(g,R){g.setUTCDate(g.getUTCDate()+R)},function(g,R){return(R-g)/A},function(g){return g.getUTCDate()-1}),Ne=De.range;function c(g){return s(function(R){R.setUTCDate(R.getUTCDate()-(R.getUTCDay()+7-g)%7),R.setUTCHours(0,0,0,0)},function(R,ee){R.setUTCDate(R.getUTCDate()+ee*7)},function(R,ee){return(ee-R)/l})}var C=c(0),y=c(1),f=c(2),d=c(3),h=c(4),F=c(5),L=c(6),Y=C.range,ue=y.range,Ce=f.range,de=d.range,Z=h.range,ce=F.range,ne=L.range,Be=s(function(g){g.setUTCDate(1),g.setUTCHours(0,0,0,0)},function(g,R){g.setUTCMonth(g.getUTCMonth()+R)},function(g,R){return R.getUTCMonth()-g.getUTCMonth()+(R.getUTCFullYear()-g.getUTCFullYear())*12},function(g){return g.getUTCMonth()}),Ls=Be.range,gt=s(function(g){g.setUTCMonth(0,1),g.setUTCHours(0,0,0,0)},function(g,R){g.setUTCFullYear(g.getUTCFullYear()+R)},function(g,R){return R.getUTCFullYear()-g.getUTCFullYear()},function(g){return g.getUTCFullYear()});gt.every=function(g){return!isFinite(g=Math.floor(g))||!(g>0)?null:s(function(R){R.setUTCFullYear(Math.floor(R.getUTCFullYear()/g)*g),R.setUTCMonth(0,1),R.setUTCHours(0,0,0,0)},function(R,ee){R.setUTCFullYear(R.getUTCFullYear()+ee*g)})};var Gs=gt.range;n.timeDay=q,n.timeDays=G,n.timeFriday=w,n.timeFridays=we,n.timeHour=V,n.timeHours=N,n.timeInterval=s,n.timeMillisecond=r,n.timeMilliseconds=i,n.timeMinute=M,n.timeMinutes=Q,n.timeMonday=j,n.timeMondays=se,n.timeMonth=J,n.timeMonths=be,n.timeSaturday=k,n.timeSaturdays=je,n.timeSecond=x,n.timeSeconds=S,n.timeSunday=b,n.timeSundays=z,n.timeThursday=P,n.timeThursdays=Fe,n.timeTuesday=oe,n.timeTuesdays=_,n.timeWednesday=D,n.timeWednesdays=ge,n.timeWeek=b,n.timeWeeks=z,n.timeYear=he,n.timeYears=ae,n.utcDay=De,n.utcDays=Ne,n.utcFriday=F,n.utcFridays=ce,n.utcHour=Ee,n.utcHours=Pe,n.utcMillisecond=r,n.utcMilliseconds=i,n.utcMinute=xe,n.utcMinutes=Ue,n.utcMonday=y,n.utcMondays=ue,n.utcMonth=Be,n.utcMonths=Ls,n.utcSaturday=L,n.utcSaturdays=ne,n.utcSecond=x,n.utcSeconds=S,n.utcSunday=C,n.utcSundays=Y,n.utcThursday=h,n.utcThursdays=Z,n.utcTuesday=f,n.utcTuesdays=Ce,n.utcWednesday=d,n.utcWednesdays=de,n.utcWeek=C,n.utcWeeks=Y,n.utcYear=gt,n.utcYears=Gs,Object.defineProperty(n,"__esModule",{value:!0})})});var Os=Nt((ns,ir)=>{(function(n,e){typeof ns=="object"&&typeof ir<"u"?e(ns,rr()):typeof define=="function"&&define.amd?define(["exports","d3-time"],e):(n=n||self,e(n.d3=n.d3||{},n.d3))})(ns,function(n,e){"use strict";function t(a){if(0<=a.y&&a.y<100){var m=new Date(-1,a.m,a.d,a.H,a.M,a.S,a.L);return m.setFullYear(a.y),m}return new Date(a.y,a.m,a.d,a.H,a.M,a.S,a.L)}function s(a){if(0<=a.y&&a.y<100){var m=new Date(Date.UTC(-1,a.m,a.d,a.H,a.M,a.S,a.L));return m.setUTCFullYear(a.y),m}return new Date(Date.UTC(a.y,a.m,a.d,a.H,a.M,a.S,a.L))}function r(a,m,W){return{y:a,m,d:W,H:0,M:0,S:0,L:0}}function i(a){var m=a.dateTime,W=a.date,U=a.time,Qe=a.periods,Oe=a.days,It=a.shortDays,Mt=a.months,Tt=a.shortMonths,ni=S(Qe),ri=M(Qe),ii=S(Oe),oi=M(Oe),ai=S(It),ui=M(It),ci=S(Mt),li=M(Mt),pi=S(Tt),gi=M(Tt),_e={a:xi,A:Wi,b:Ai,B:Ui,c:null,d:J,e:J,f:Ue,g:F,G:Y,H:be,I:he,j:ae,L:xe,m:Ee,M:Pe,p:Ei,q:Fi,Q:Pn,s:In,S:De,u:Ne,U:c,V:y,w:f,W:d,x:null,X:null,y:h,Y:L,Z:ue,"%":bn},Ye={a:bi,A:Pi,b:Ii,B:Mi,c:null,d:Ce,e:Ce,f:Be,g:Re,G:Pt,H:de,I:Z,j:ce,L:ne,m:Ls,M:gt,p:Ti,q:wi,Q:Pn,s:In,S:Gs,u:g,U:R,V:bt,w:re,W:B,x:null,X:null,y:X,Y:dt,Z:Zr,"%":bn},di={a:fi,A:hi,b:Di,B:Ci,c:Ri,d:P,e:P,f:ge,g:b,G:I,H:k,I:k,j:w,L:_,m:D,M:z,p:mi,q:oe,Q:we,s:je,S:se,u:V,U:N,V:q,w:Q,W:G,x:Si,X:yi,y:b,Y:I,Z:j,"%":Fe};_e.x=Le(W,_e),_e.X=Le(U,_e),_e.c=Le(m,_e),Ye.x=Le(W,Ye),Ye.X=Le(U,Ye),Ye.c=Le(m,Ye);function Le(T,H){return function(O){var E=[],Se=-1,K=0,We=T.length,Ae,Xe,Nn;for(O instanceof Date||(O=new Date(+O));++Se<We;)T.charCodeAt(Se)===37&&(E.push(T.slice(K,Se)),(Xe=o[Ae=T.charAt(++Se)])!=null?Ae=T.charAt(++Se):Xe=Ae==="e"?" ":"0",(Nn=H[Ae])&&(Ae=Nn(O,Xe)),E.push(Ae),K=Se+1);return E.push(T.slice(K,Se)),E.join("")}}function wn(T,H){return function(O){var E=r(1900,void 0,1),Se=wt(E,T,O+="",0),K,We;if(Se!=O.length)return null;if("Q"in E)return new Date(E.Q);if("s"in E)return new Date(E.s*1e3+("L"in E?E.L:0));if(H&&!("Z"in E)&&(E.Z=0),"p"in E&&(E.H=E.H%12+E.p*12),E.m===void 0&&(E.m="q"in E?E.q:0),"V"in E){if(E.V<1||E.V>53)return null;"w"in E||(E.w=1),"Z"in E?(K=s(r(E.y,0,1)),We=K.getUTCDay(),K=We>4||We===0?e.utcMonday.ceil(K):e.utcMonday(K),K=e.utcDay.offset(K,(E.V-1)*7),E.y=K.getUTCFullYear(),E.m=K.getUTCMonth(),E.d=K.getUTCDate()+(E.w+6)%7):(K=t(r(E.y,0,1)),We=K.getDay(),K=We>4||We===0?e.timeMonday.ceil(K):e.timeMonday(K),K=e.timeDay.offset(K,(E.V-1)*7),E.y=K.getFullYear(),E.m=K.getMonth(),E.d=K.getDate()+(E.w+6)%7)}else("W"in E||"U"in E)&&("w"in E||(E.w="u"in E?E.u%7:"W"in E?1:0),We="Z"in E?s(r(E.y,0,1)).getUTCDay():t(r(E.y,0,1)).getDay(),E.m=0,E.d="W"in E?(E.w+6)%7+E.W*7-(We+5)%7:E.w+E.U*7-(We+6)%7);return"Z"in E?(E.H+=E.Z/100|0,E.M+=E.Z%100,s(E)):t(E)}}function wt(T,H,O,E){for(var Se=0,K=H.length,We=O.length,Ae,Xe;Se<K;){if(E>=We)return-1;if(Ae=H.charCodeAt(Se++),Ae===37){if(Ae=H.charAt(Se++),Xe=di[Ae in o?H.charAt(Se++):Ae],!Xe||(E=Xe(T,O,E))<0)return-1}else if(Ae!=O.charCodeAt(E++))return-1}return E}function mi(T,H,O){var E=ni.exec(H.slice(O));return E?(T.p=ri[E[0].toLowerCase()],O+E[0].length):-1}function fi(T,H,O){var E=ai.exec(H.slice(O));return E?(T.w=ui[E[0].toLowerCase()],O+E[0].length):-1}function hi(T,H,O){var E=ii.exec(H.slice(O));return E?(T.w=oi[E[0].toLowerCase()],O+E[0].length):-1}function Di(T,H,O){var E=pi.exec(H.slice(O));return E?(T.m=gi[E[0].toLowerCase()],O+E[0].length):-1}function Ci(T,H,O){var E=ci.exec(H.slice(O));return E?(T.m=li[E[0].toLowerCase()],O+E[0].length):-1}function Ri(T,H,O){return wt(T,m,H,O)}function Si(T,H,O){return wt(T,W,H,O)}function yi(T,H,O){return wt(T,U,H,O)}function xi(T){return It[T.getDay()]}function Wi(T){return Oe[T.getDay()]}function Ai(T){return Tt[T.getMonth()]}function Ui(T){return Mt[T.getMonth()]}function Ei(T){return Qe[+(T.getHours()>=12)]}function Fi(T){return 1+~~(T.getMonth()/3)}function bi(T){return It[T.getUTCDay()]}function Pi(T){return Oe[T.getUTCDay()]}function Ii(T){return Tt[T.getUTCMonth()]}function Mi(T){return Mt[T.getUTCMonth()]}function Ti(T){return Qe[+(T.getUTCHours()>=12)]}function wi(T){return 1+~~(T.getUTCMonth()/3)}return{format:function(T){var H=Le(T+="",_e);return H.toString=function(){return T},H},parse:function(T){var H=wn(T+="",!1);return H.toString=function(){return T},H},utcFormat:function(T){var H=Le(T+="",Ye);return H.toString=function(){return T},H},utcParse:function(T){var H=wn(T+="",!0);return H.toString=function(){return T},H}}}var o={"-":"",_:" ",0:"0"},u=/^\s*\d+/,p=/^%/,A=/[\\^$*+?|[\]().{}]/g;function l(a,m,W){var U=a<0?"-":"",Qe=(U?-a:a)+"",Oe=Qe.length;return U+(Oe<W?new Array(W-Oe+1).join(m)+Qe:Qe)}function x(a){return a.replace(A,"\\$&")}function S(a){return new RegExp("^(?:"+a.map(x).join("|")+")","i")}function M(a){for(var m={},W=-1,U=a.length;++W<U;)m[a[W].toLowerCase()]=W;return m}function Q(a,m,W){var U=u.exec(m.slice(W,W+1));return U?(a.w=+U[0],W+U[0].length):-1}function V(a,m,W){var U=u.exec(m.slice(W,W+1));return U?(a.u=+U[0],W+U[0].length):-1}function N(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.U=+U[0],W+U[0].length):-1}function q(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.V=+U[0],W+U[0].length):-1}function G(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.W=+U[0],W+U[0].length):-1}function I(a,m,W){var U=u.exec(m.slice(W,W+4));return U?(a.y=+U[0],W+U[0].length):-1}function b(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.y=+U[0]+(+U[0]>68?1900:2e3),W+U[0].length):-1}function j(a,m,W){var U=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(m.slice(W,W+6));return U?(a.Z=U[1]?0:-(U[2]+(U[3]||"00")),W+U[0].length):-1}function oe(a,m,W){var U=u.exec(m.slice(W,W+1));return U?(a.q=U[0]*3-3,W+U[0].length):-1}function D(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.m=U[0]-1,W+U[0].length):-1}function P(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.d=+U[0],W+U[0].length):-1}function w(a,m,W){var U=u.exec(m.slice(W,W+3));return U?(a.m=0,a.d=+U[0],W+U[0].length):-1}function k(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.H=+U[0],W+U[0].length):-1}function z(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.M=+U[0],W+U[0].length):-1}function se(a,m,W){var U=u.exec(m.slice(W,W+2));return U?(a.S=+U[0],W+U[0].length):-1}function _(a,m,W){var U=u.exec(m.slice(W,W+3));return U?(a.L=+U[0],W+U[0].length):-1}function ge(a,m,W){var U=u.exec(m.slice(W,W+6));return U?(a.L=Math.floor(U[0]/1e3),W+U[0].length):-1}function Fe(a,m,W){var U=p.exec(m.slice(W,W+1));return U?W+U[0].length:-1}function we(a,m,W){var U=u.exec(m.slice(W));return U?(a.Q=+U[0],W+U[0].length):-1}function je(a,m,W){var U=u.exec(m.slice(W));return U?(a.s=+U[0],W+U[0].length):-1}function J(a,m){return l(a.getDate(),m,2)}function be(a,m){return l(a.getHours(),m,2)}function he(a,m){return l(a.getHours()%12||12,m,2)}function ae(a,m){return l(1+e.timeDay.count(e.timeYear(a),a),m,3)}function xe(a,m){return l(a.getMilliseconds(),m,3)}function Ue(a,m){return xe(a,m)+"000"}function Ee(a,m){return l(a.getMonth()+1,m,2)}function Pe(a,m){return l(a.getMinutes(),m,2)}function De(a,m){return l(a.getSeconds(),m,2)}function Ne(a){var m=a.getDay();return m===0?7:m}function c(a,m){return l(e.timeSunday.count(e.timeYear(a)-1,a),m,2)}function C(a){var m=a.getDay();return m>=4||m===0?e.timeThursday(a):e.timeThursday.ceil(a)}function y(a,m){return a=C(a),l(e.timeThursday.count(e.timeYear(a),a)+(e.timeYear(a).getDay()===4),m,2)}function f(a){return a.getDay()}function d(a,m){return l(e.timeMonday.count(e.timeYear(a)-1,a),m,2)}function h(a,m){return l(a.getFullYear()%100,m,2)}function F(a,m){return a=C(a),l(a.getFullYear()%100,m,2)}function L(a,m){return l(a.getFullYear()%1e4,m,4)}function Y(a,m){var W=a.getDay();return a=W>=4||W===0?e.timeThursday(a):e.timeThursday.ceil(a),l(a.getFullYear()%1e4,m,4)}function ue(a){var m=a.getTimezoneOffset();return(m>0?"-":(m*=-1,"+"))+l(m/60|0,"0",2)+l(m%60,"0",2)}function Ce(a,m){return l(a.getUTCDate(),m,2)}function de(a,m){return l(a.getUTCHours(),m,2)}function Z(a,m){return l(a.getUTCHours()%12||12,m,2)}function ce(a,m){return l(1+e.utcDay.count(e.utcYear(a),a),m,3)}function ne(a,m){return l(a.getUTCMilliseconds(),m,3)}function Be(a,m){return ne(a,m)+"000"}function Ls(a,m){return l(a.getUTCMonth()+1,m,2)}function gt(a,m){return l(a.getUTCMinutes(),m,2)}function Gs(a,m){return l(a.getUTCSeconds(),m,2)}function g(a){var m=a.getUTCDay();return m===0?7:m}function R(a,m){return l(e.utcSunday.count(e.utcYear(a)-1,a),m,2)}function ee(a){var m=a.getUTCDay();return m>=4||m===0?e.utcThursday(a):e.utcThursday.ceil(a)}function bt(a,m){return a=ee(a),l(e.utcThursday.count(e.utcYear(a),a)+(e.utcYear(a).getUTCDay()===4),m,2)}function re(a){return a.getUTCDay()}function B(a,m){return l(e.utcMonday.count(e.utcYear(a)-1,a),m,2)}function X(a,m){return l(a.getUTCFullYear()%100,m,2)}function Re(a,m){return a=ee(a),l(a.getUTCFullYear()%100,m,2)}function dt(a,m){return l(a.getUTCFullYear()%1e4,m,4)}function Pt(a,m){var W=a.getUTCDay();return a=W>=4||W===0?e.utcThursday(a):e.utcThursday.ceil(a),l(a.getUTCFullYear()%1e4,m,4)}function Zr(){return"+0000"}function bn(){return"%"}function Pn(a){return+a}function In(a){return Math.floor(+a/1e3)}var rt;Mn({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function Mn(a){return rt=i(a),n.timeFormat=rt.format,n.timeParse=rt.parse,n.utcFormat=rt.utcFormat,n.utcParse=rt.utcParse,rt}var Tn="%Y-%m-%dT%H:%M:%S.%LZ";function $r(a){return a.toISOString()}var ei=Date.prototype.toISOString?$r:n.utcFormat(Tn);function ti(a){var m=new Date(a);return isNaN(m)?null:m}var si=+new Date("2000-01-01T00:00:00.000Z")?ti:n.utcParse(Tn);n.isoFormat=ei,n.isoParse=si,n.timeFormatDefaultLocale=Mn,n.timeFormatLocale=i,Object.defineProperty(n,"__esModule",{value:!0})})});var Ys=Nt((us,pr)=>{(function(n,e){typeof us=="object"&&typeof pr<"u"?e(us):typeof define=="function"&&define.amd?define(["exports"],e):(n=typeof globalThis<"u"?globalThis:n||self,e(n.d3=n.d3||{}))})(us,(function(n){"use strict";function e(D){return Math.abs(D=Math.round(D))>=1e21?D.toLocaleString("en").replace(/,/g,""):D.toString(10)}function t(D,P){if((w=(D=P?D.toExponential(P-1):D.toExponential()).indexOf("e"))<0)return null;var w,k=D.slice(0,w);return[k.length>1?k[0]+k.slice(2):k,+D.slice(w+1)]}function s(D){return D=t(Math.abs(D)),D?D[1]:NaN}function r(D,P){return function(w,k){for(var z=w.length,se=[],_=0,ge=D[0],Fe=0;z>0&&ge>0&&(Fe+ge+1>k&&(ge=Math.max(1,k-Fe)),se.push(w.substring(z-=ge,z+ge)),!((Fe+=ge+1)>k));)ge=D[_=(_+1)%D.length];return se.reverse().join(P)}}function i(D){return function(P){return P.replace(/[0-9]/g,function(w){return D[+w]})}}var o=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function u(D){if(!(P=o.exec(D)))throw new Error("invalid format: "+D);var P;return new p({fill:P[1],align:P[2],sign:P[3],symbol:P[4],zero:P[5],width:P[6],comma:P[7],precision:P[8]&&P[8].slice(1),trim:P[9],type:P[10]})}u.prototype=p.prototype;function p(D){this.fill=D.fill===void 0?" ":D.fill+"",this.align=D.align===void 0?">":D.align+"",this.sign=D.sign===void 0?"-":D.sign+"",this.symbol=D.symbol===void 0?"":D.symbol+"",this.zero=!!D.zero,this.width=D.width===void 0?void 0:+D.width,this.comma=!!D.comma,this.precision=D.precision===void 0?void 0:+D.precision,this.trim=!!D.trim,this.type=D.type===void 0?"":D.type+""}p.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function A(D){e:for(var P=D.length,w=1,k=-1,z;w<P;++w)switch(D[w]){case".":k=z=w;break;case"0":k===0&&(k=w),z=w;break;default:if(!+D[w])break e;k>0&&(k=0);break}return k>0?D.slice(0,k)+D.slice(z+1):D}var l;function x(D,P){var w=t(D,P);if(!w)return D+"";var k=w[0],z=w[1],se=z-(l=Math.max(-8,Math.min(8,Math.floor(z/3)))*3)+1,_=k.length;return se===_?k:se>_?k+new Array(se-_+1).join("0"):se>0?k.slice(0,se)+"."+k.slice(se):"0."+new Array(1-se).join("0")+t(D,Math.max(0,P+se-1))[0]}function S(D,P){var w=t(D,P);if(!w)return D+"";var k=w[0],z=w[1];return z<0?"0."+new Array(-z).join("0")+k:k.length>z+1?k.slice(0,z+1)+"."+k.slice(z+1):k+new Array(z-k.length+2).join("0")}var M={"%":function(D,P){return(D*100).toFixed(P)},b:function(D){return Math.round(D).toString(2)},c:function(D){return D+""},d:e,e:function(D,P){return D.toExponential(P)},f:function(D,P){return D.toFixed(P)},g:function(D,P){return D.toPrecision(P)},o:function(D){return Math.round(D).toString(8)},p:function(D,P){return S(D*100,P)},r:S,s:x,X:function(D){return Math.round(D).toString(16).toUpperCase()},x:function(D){return Math.round(D).toString(16)}};function Q(D){return D}var V=Array.prototype.map,N=["y","z","a","f","p","n","\xB5","m","","k","M","G","T","P","E","Z","Y"];function q(D){var P=D.grouping===void 0||D.thousands===void 0?Q:r(V.call(D.grouping,Number),D.thousands+""),w=D.currency===void 0?"":D.currency[0]+"",k=D.currency===void 0?"":D.currency[1]+"",z=D.decimal===void 0?".":D.decimal+"",se=D.numerals===void 0?Q:i(V.call(D.numerals,String)),_=D.percent===void 0?"%":D.percent+"",ge=D.minus===void 0?"-":D.minus+"",Fe=D.nan===void 0?"NaN":D.nan+"";function we(J){J=u(J);var be=J.fill,he=J.align,ae=J.sign,xe=J.symbol,Ue=J.zero,Ee=J.width,Pe=J.comma,De=J.precision,Ne=J.trim,c=J.type;c==="n"?(Pe=!0,c="g"):M[c]||(De===void 0&&(De=12),Ne=!0,c="g"),(Ue||be==="0"&&he==="=")&&(Ue=!0,be="0",he="=");var C=xe==="$"?w:xe==="#"&&/[boxX]/.test(c)?"0"+c.toLowerCase():"",y=xe==="$"?k:/[%p]/.test(c)?_:"",f=M[c],d=/[defgprs%]/.test(c);De=De===void 0?6:/[gprs]/.test(c)?Math.max(1,Math.min(21,De)):Math.max(0,Math.min(20,De));function h(F){var L=C,Y=y,ue,Ce,de;if(c==="c")Y=f(F)+Y,F="";else{F=+F;var Z=F<0||1/F<0;if(F=isNaN(F)?Fe:f(Math.abs(F),De),Ne&&(F=A(F)),Z&&+F==0&&ae!=="+"&&(Z=!1),L=(Z?ae==="("?ae:ge:ae==="-"||ae==="("?"":ae)+L,Y=(c==="s"?N[8+l/3]:"")+Y+(Z&&ae==="("?")":""),d){for(ue=-1,Ce=F.length;++ue<Ce;)if(de=F.charCodeAt(ue),48>de||de>57){Y=(de===46?z+F.slice(ue+1):F.slice(ue))+Y,F=F.slice(0,ue);break}}}Pe&&!Ue&&(F=P(F,1/0));var ce=L.length+F.length+Y.length,ne=ce<Ee?new Array(Ee-ce+1).join(be):"";switch(Pe&&Ue&&(F=P(ne+F,ne.length?Ee-Y.length:1/0),ne=""),he){case"<":F=L+F+Y+ne;break;case"=":F=L+ne+F+Y;break;case"^":F=ne.slice(0,ce=ne.length>>1)+L+F+Y+ne.slice(ce);break;default:F=ne+L+F+Y;break}return se(F)}return h.toString=function(){return J+""},h}function je(J,be){var he=we((J=u(J),J.type="f",J)),ae=Math.max(-8,Math.min(8,Math.floor(s(be)/3)))*3,xe=Math.pow(10,-ae),Ue=N[8+ae/3];return function(Ee){return he(xe*Ee)+Ue}}return{format:we,formatPrefix:je}}var G;I({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"});function I(D){return G=q(D),n.format=G.format,n.formatPrefix=G.formatPrefix,G}function b(D){return Math.max(0,-s(Math.abs(D)))}function j(D,P){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(s(P)/3)))*3-s(Math.abs(D)))}function oe(D,P){return D=Math.abs(D),P=Math.abs(P)-D,Math.max(0,s(P)-s(D))+1}n.FormatSpecifier=p,n.formatDefaultLocale=I,n.formatLocale=q,n.formatSpecifier=u,n.precisionFixed=b,n.precisionPrefix=j,n.precisionRound=oe,Object.defineProperty(n,"__esModule",{value:!0})}))});import{root as Ft}from"@hpcc-js/util";import{DOMParser as La}from"@xmldom/xmldom";import*as ye from"node:https";import{Buffer as Kr}from"node:buffer";import{fetch as Ga,Agent as ka}from"undici";var Qn=`
2
2
  Trustwave Secure Global Extended Validation CA, Level 1
3
3
  SecureTrust Corporation
4
4
  00F6F61CE4A3635BB0CA8AACEEFCB2D0F0
@@ -907,20 +907,20 @@ AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC
907
907
  MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu
908
908
  Sw==
909
909
  -----END CERTIFICATE-----
910
- `;var Na="__PACKAGE_NAME__",Ba="__PACKAGE_VERSION__",Qa="__BUILD_VERSION__";import{join as Gt}from"@hpcc-js/util";import{join as Gs,promiseTimeout as Gi,root as ft,scopedLogger as ki,utf8ToBase64 as vi}from"@hpcc-js/util";var Qn=ki("comms/connection.ts");function ka(n){return"baseUrl"in n}var Vi={type:"post",baseUrl:"",userID:"",password:"",rejectUnauthorized:!0,timeoutSecs:60};function va(n){return typeof n.opts=="function"&&typeof n.send=="function"&&typeof n.clone=="function"}function Ie(n,e){return e===void 0||e===!0?encodeURIComponent(n):""+n}function qe(n,e=!0,t=""){if(t&&(t+="."),typeof n!="object")return Ie(n,e);let s=[];for(let r in n)if(n.hasOwnProperty(r))if(n[r]instanceof Array){let i=!1;n[r].forEach((o,p)=>{typeof o=="object"?(i=!0,s.push(qe(o,e,t+Ie(`${r}.${p}`,e)))):s.push(t+Ie(`${r}_i${p}`,e)+"="+qe(o,e))}),i&&s.push(t+Ie(`${r}.itemcount`,e)+"="+n[r].length)}else typeof n[r]=="object"?n[r]&&n[r].Item instanceof Array?(s.push(qe(n[r].Item,e,t+Ie(r,e))),s.push(t+Ie(`${r}.itemcount`,e)+"="+n[r].Item.length)):s.push(qe(n[r],e,t+Ie(r,e))):n[r]!==void 0?s.push(t+Ie(r,e)+"="+Ie(n[r],e)):s.push(t+Ie(r,e));return s.join("&")}function Hi(n){return JSON.parse(n)}function ji(n,e,t={},s="json",r){return r&&console.warn("Header attributes ignored for JSONP connections"),new Promise((i,o)=>{let p=n.timeoutSecs*1e3,u=5e3,R="jsonp_callback_"+Math.round(Math.random()*999999);window[R]=function(Q){p=0,M(),i(s==="json"&&typeof Q=="string"?Hi(Q):Q)};let c=document.createElement("script"),S=Gs(n.baseUrl,e);S+=S.indexOf("?")>=0?"&":"?",c.src=S+"jsonp="+R+"&"+qe(t,n.encodeRequest),document.body.appendChild(c);let x=setInterval(function(){p<=0?clearInterval(x):(p-=u,p<=0?(clearInterval(x),Qn.error("Request timeout: "+c.src),M(),o(Error("Request timeout: "+c.src))):Qn.debug("Request pending ("+p/1e3+" sec): "+c.src))},u);function M(){delete window[R],document.body.removeChild(c)}})}function Oi(n){return n.userID?{Authorization:`Basic ${vi(`${n.userID}:${n.password}`)}`}:{}}var Bt={};function Ln(n,e,t,s,r){s={...Oi(n),...s},t={credentials:Bt[n.baseUrl]?"omit":"include",...t,headers:s},n.baseUrl.indexOf("https:")===0&&(n.rejectUnauthorized===!1&&ft.__hpcc_rejectUnauthorizedAgent?t.dispatcher=ft.__hpcc_rejectUnauthorizedAgent:ft.__hpcc_trustwaveAgent&&(t.agent=ft.__hpcc_trustwaveAgent));function i(p){if(p.ok)return r==="json"?p.json():p.text();throw new Error(p.statusText)}let o=ft.__hpcc_undiciFetch??fetch;return Gi(n.timeoutSecs*1e3,o(Gs(n.baseUrl,e),t).then(i).catch(p=>(t.credentials=Bt[n.baseUrl]?"include":"omit",o(Gs(n.baseUrl,e),t).then(i).then(u=>(Bt[n.baseUrl]=!Bt[n.baseUrl],u)))))}function _i(n,e,t,s="json",r){t.upload_&&(delete t.upload_,e+="?upload_");let i;return t.abortSignal_&&(i=t.abortSignal_,delete t.abortSignal_),Ln(n,e,{method:"post",body:qe(t,n.encodeRequest),signal:i},{"Content-Type":"application/x-www-form-urlencoded",...r},s)}function Yi(n,e,t,s="json",r){let i;return t.abortSignal_&&(i=t.abortSignal_,delete t.abortSignal_),Ln(n,`${e}?${qe(t,n.encodeRequest)}`,{method:"get",signal:i},{...r},s)}function Xi(n,e,t,s="json",r){let i;switch(n.type){case"jsonp":i=ji(n,e,t,s,r);break;case"get":i=Yi(n,e,t,s,r);break;default:i=_i(n,e,t,s,r);break}return i}var Qt=Xi;function Va(n){let e=Qt;return n&&(Qt=n),e}var ks=class n{_opts;get baseUrl(){return this._opts.baseUrl}constructor(e){this.opts(e)}opts(e){return arguments.length===0?this._opts:(this._opts={...Vi,...e},this)}send(e,t,s="json",r){return this._opts.hookSend?this._opts.hookSend(this._opts,e,t,s,Qt,r):Qt(this._opts,e,t,s,r)}clone(){return new n(this.opts())}},Lt=function(n){return new ks(n)};function Ha(n){let e=Lt;return Lt=n,e}function qi(n){return Object.prototype.toString.call(n)==="[object Array]"}var ze=class extends Error{isESPExceptions=!0;action;request;Source;Exception;constructor(e,t,s){super("ESPException: "+s.Source),this.action=e,this.request=t,this.Source=s.Source,this.Exception=s.Exception,s.Exception.length?this.message=`${s.Exception[0].Code}: ${s.Exception[0].Message}`:this.message=""}};function za(n){return n instanceof ze||n.isESPExceptions&&Array.isArray(n.Exception)}function zi(n){return n.send!==void 0}var vs=class n{_connection;get baseUrl(){return this._connection.opts().baseUrl}_service;_version;constructor(e,t,s){this._connection=zi(e)?e:Lt(e),this._service=t,this._version=s}service(e){return e===void 0?this._service:(this._service=e,this)}version(e){return e===void 0?this._version:(this._version=e,this)}toESPStringArray(e,t){if(qi(e[t])){for(let s=0;s<e[t].length;++s)e[t+"_i"+s]=e[t][s];delete e[t]}return e}opts(e){return e===void 0?this._connection.opts():(this._connection.opts(e),this)}send(e,t={},s="json",r=!1,i,o){let p={...t,ver_:this._version};r&&(p.upload_=!0),i&&(p.abortSignal_=i);let u,R="json";switch(s){case"text":u=Gt(this._service,e),R="text";break;case"xsd":u=Gt(this._service,e+".xsd"),R="text";break;case"json2":u=Gt(this._service,e+"/json"),s="json",e=e.split("/").pop();break;default:u=Gt(this._service,e+".json")}return this._connection.send(u,p,R).then(c=>{if(s==="json"){let S;if(c&&c.Exceptions)throw new ze(e,p,c.Exceptions);if(c&&(S=c[o||e+"Response"]),!S)throw new ze(e,p,{Source:"ESPConnection.send",Exception:[{Code:0,Message:"Missing Response"}]});return S}return c})}clone(){return new n(this._connection.clone(),this._service,this._version)}},v=class{_connection;get baseUrl(){return this._connection.opts().baseUrl}constructor(e,t,s){this._connection=new vs(e,t,s)}opts(){return this._connection.opts()}connection(){return this._connection.clone()}};var ht;(e=>{let n;(u=>(u.Delete="Delete",u.Protect="Protect",u.Unprotect="Unprotect",u.Restore="Restore",u.SetToFailed="SetToFailed",u.Archive="Archive"))(n=e.DFUWUActions||={})})(ht||={});var kt=class extends v{constructor(e){super(e,"FileSpray","1.27")}AbortDFUWorkunit(e){return this._connection.send("AbortDFUWorkunit",e,"json",!1,void 0,"AbortDFUWorkunitResponse")}Copy(e){return this._connection.send("Copy",e,"json",!1,void 0,"CopyResponse")}CreateDFUPublisherWorkunit(e){return this._connection.send("CreateDFUPublisherWorkunit",e,"json",!1,void 0,"CreateDFUPublisherWorkunitResponse")}CreateDFUWorkunit(e){return this._connection.send("CreateDFUWorkunit",e,"json",!1,void 0,"CreateDFUWorkunitResponse")}DFUWUFile(e){return this._connection.send("DFUWUFile",e,"json",!1,void 0,"DFUWUFileResponse")}DFUWUSearch(e){return this._connection.send("DFUWUSearch",e,"json",!1,void 0,"DFUWUSearchResponse")}DFUWorkunitsAction(e){return this._connection.send("DFUWorkunitsAction",e,"json",!1,void 0,"DFUWorkunitsActionResponse")}DeleteDFUWorkunit(e){return this._connection.send("DeleteDFUWorkunit",e,"json",!1,void 0,"DeleteDFUWorkunitResponse")}DeleteDFUWorkunits(e){return this._connection.send("DeleteDFUWorkunits",e,"json",!1,void 0,"DeleteDFUWorkunitsResponse")}DeleteDropZoneFiles(e){return this._connection.send("DeleteDropZoneFiles",e,"json",!1,void 0,"DFUWorkunitsActionResponse")}Despray(e){return this._connection.send("Despray",e,"json",!1,void 0,"DesprayResponse")}DfuMonitor(e){return this._connection.send("DfuMonitor",e,"json",!1,void 0,"DfuMonitorResponse")}DropZoneFileSearch(e){return this._connection.send("DropZoneFileSearch",e,"json",!1,void 0,"DropZoneFileSearchResponse")}DropZoneFiles(e){return this._connection.send("DropZoneFiles",e,"json",!1,void 0,"DropZoneFilesResponse")}EchoDateTime(e){return this._connection.send("EchoDateTime",e,"json",!1,void 0,"EchoDateTimeResponse")}FileList(e){return this._connection.send("FileList",e,"json",!1,void 0,"FileListResponse")}GetDFUExceptions(e){return this._connection.send("GetDFUExceptions",e,"json",!1,void 0,"GetDFUExceptionsResponse")}GetDFUProgress(e){return this._connection.send("GetDFUProgress",e,"json",!1,void 0,"ProgressResponse")}GetDFUServerQueues(e){return this._connection.send("GetDFUServerQueues",e,"json",!1,void 0,"GetDFUServerQueuesResponse")}GetDFUWorkunit(e){return this._connection.send("GetDFUWorkunit",e,"json",!1,void 0,"GetDFUWorkunitResponse")}GetDFUWorkunits(e){return this._connection.send("GetDFUWorkunits",e,"json",!1,void 0,"GetDFUWorkunitsResponse")}GetRemoteTargets(e){return this._connection.send("GetRemoteTargets",e,"json",!1,void 0,"GetRemoteTargetsResponse")}GetSprayTargets(e){return this._connection.send("GetSprayTargets",e,"json",!1,void 0,"GetSprayTargetsResponse")}OpenSave(e){return this._connection.send("OpenSave",e,"json",!1,void 0,"OpenSaveResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"FileSprayPingResponse")}Rename(e){return this._connection.send("Rename",e,"json",!1,void 0,"RenameResponse")}Replicate(e){return this._connection.send("Replicate",e,"json",!1,void 0,"ReplicateResponse")}ShowResult(e){return this._connection.send("ShowResult",e,"json",!1,void 0,"ShowResultResponse")}SprayFixed(e){return this._connection.send("SprayFixed",e,"json",!1,void 0,"SprayFixedResponse")}SprayVariable(e){return this._connection.send("SprayVariable",e,"json",!1,void 0,"SprayResponse")}SubmitDFUWorkunit(e){return this._connection.send("SubmitDFUWorkunit",e,"json",!1,void 0,"SubmitDFUWorkunitResponse")}UpdateDFUWorkunit(e){return this._connection.send("UpdateDFUWorkunit",e,"json",!1,void 0,"UpdateDFUWorkunitResponse")}};var Ji=(c=>(c[c.unknown=0]="unknown",c[c.scheduled=1]="scheduled",c[c.queued=2]="queued",c[c.started=3]="started",c[c.aborted=4]="aborted",c[c.failed=5]="failed",c[c.finished=6]="finished",c[c.monitoring=7]="monitoring",c[c.aborting=8]="aborting",c[c.notfound=999]="notfound",c))(Ji||{}),Ki=(S=>(S.Copy="copy",S.Remove="remove",S.Move="move",S.Rename="rename",S.Replicate="replicate",S.Import="import",S.Export="export",S.Monitor="monitor",S.Copymerge="copymerge",S.Supercopy="supercopy",S.Publish="publish",S))(Ki||{}),Je=class extends kt{DFUWUFileEx(e){return this._connection.send("DFUWUFile",e,"text")}SprayFixedEx(e){return this._connection.send("SprayFixed",e)}SprayVariableEx(e){return this._connection.send("SprayVariable",e,"json",!1,null,"SprayResponse")}DesprayEx(e){return this._connection.send("Despray",e)}UpdateDFUWorkunitEx(e){return this._connection.send("UpdateDFUWorkunit",e,"json",!1,void 0,"UpdateDFUWorkunitResponse")}};var Gn;(o=>{let n;(R=>(R.User="User",R.Group="Group"))(n=o.ViewMemberType||={});let e;(x=>(x.username="username",x.fullname="fullname",x.passwordexpiration="passwordexpiration",x.employeeID="employeeID",x.employeeNumber="employeeNumber"))(e=o.UserSortBy||={});let t;(R=>(R.Name="Name",R.ManagedBy="ManagedBy"))(t=o.GroupSortBy||={});let s;(c=>(c.Any="Any",c.User="User",c.Group="Group"))(s=o.AccountTypeReq||={});let r;(R=>(R.Name="Name",R.Type="Type"))(r=o.ResourcePermissionSortBy||={});let i;(u=>u.Name="Name")(i=o.ResourceSortBy||={})})(Gn||={});var vt=class extends v{constructor(e){super(e,"ws_access","1.17")}AccountPermissions(e){return this._connection.send("AccountPermissions",e,"json",!1,void 0,"AccountPermissionsResponse")}AccountPermissionsV2(e){return this._connection.send("AccountPermissionsV2",e,"json",!1,void 0,"AccountPermissionsV2Response")}AddUser(e){return this._connection.send("AddUser",e,"json",!1,void 0,"AddUserResponse")}AddView(e){return this._connection.send("AddView",e,"json",!1,void 0,"AddViewResponse")}AddViewColumn(e){return this._connection.send("AddViewColumn",e,"json",!1,void 0,"AddViewColumnResponse")}AddViewMember(e){return this._connection.send("AddViewMember",e,"json",!1,void 0,"AddViewMemberResponse")}ClearPermissionsCache(e){return this._connection.send("ClearPermissionsCache",e,"json",!1,void 0,"ClearPermissionsCacheResponse")}DeleteView(e){return this._connection.send("DeleteView",e,"json",!1,void 0,"DeleteViewResponse")}DeleteViewColumn(e){return this._connection.send("DeleteViewColumn",e,"json",!1,void 0,"DeleteViewColumnResponse")}DeleteViewMember(e){return this._connection.send("DeleteViewMember",e,"json",!1,void 0,"DeleteViewMemberResponse")}DisableScopeScans(e){return this._connection.send("DisableScopeScans",e,"json",!1,void 0,"DisableScopeScansResponse")}EnableScopeScans(e){return this._connection.send("EnableScopeScans",e,"json",!1,void 0,"EnableScopeScansResponse")}FilePermission(e){return this._connection.send("FilePermission",e,"json",!1,void 0,"FilePermissionResponse")}GroupAction(e){return this._connection.send("GroupAction",e,"json",!1,void 0,"GroupActionResponse")}GroupAdd(e){return this._connection.send("GroupAdd",e,"json",!1,void 0,"GroupAddResponse")}GroupEdit(e){return this._connection.send("GroupEdit",e,"json",!1,void 0,"GroupEditResponse")}GroupMemberEdit(e){return this._connection.send("GroupMemberEdit",e,"json",!1,void 0,"GroupMemberEditResponse")}GroupMemberEditInput(e){return this._connection.send("GroupMemberEditInput",e,"json",!1,void 0,"GroupMemberEditInputResponse")}GroupMemberQuery(e){return this._connection.send("GroupMemberQuery",e,"json",!1,void 0,"GroupMemberQueryResponse")}GroupQuery(e){return this._connection.send("GroupQuery",e,"json",!1,void 0,"GroupQueryResponse")}Groups(e){return this._connection.send("Groups",e,"json",!1,void 0,"GroupResponse")}PermissionAction(e){return this._connection.send("PermissionAction",e,"json",!1,void 0,"PermissionActionResponse")}Permissions(e){return this._connection.send("Permissions",e,"json",!1,void 0,"BasednsResponse")}PermissionsReset(e){return this._connection.send("PermissionsReset",e,"json",!1,void 0,"PermissionsResetResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_accessPingResponse")}QueryScopeScansEnabled(e){return this._connection.send("QueryScopeScansEnabled",e,"json",!1,void 0,"QueryScopeScansEnabledResponse")}QueryUserViewColumns(e){return this._connection.send("QueryUserViewColumns",e,"json",!1,void 0,"QueryUserViewColumnsResponse")}QueryViewColumns(e){return this._connection.send("QueryViewColumns",e,"json",!1,void 0,"QueryViewColumnsResponse")}QueryViewMembers(e){return this._connection.send("QueryViewMembers",e,"json",!1,void 0,"QueryViewMembersResponse")}QueryViews(e){return this._connection.send("QueryViews",e,"json",!1,void 0,"QueryViewsResponse")}ResourceAdd(e){return this._connection.send("ResourceAdd",e,"json",!1,void 0,"ResourceAddResponse")}ResourceDelete(e){return this._connection.send("ResourceDelete",e,"json",!1,void 0,"ResourceDeleteResponse")}ResourcePermissionQuery(e){return this._connection.send("ResourcePermissionQuery",e,"json",!1,void 0,"ResourcePermissionQueryResponse")}ResourcePermissions(e){return this._connection.send("ResourcePermissions",e,"json",!1,void 0,"ResourcePermissionsResponse")}ResourceQuery(e){return this._connection.send("ResourceQuery",e,"json",!1,void 0,"ResourceQueryResponse")}Resources(e){return this._connection.send("Resources",e,"json",!1,void 0,"ResourcesResponse")}UserAccountExport(e){return this._connection.send("UserAccountExport",e,"json",!1,void 0,"UserAccountExportResponse")}UserAction(e){return this._connection.send("UserAction",e,"json",!1,void 0,"UserActionResponse")}UserEdit(e){return this._connection.send("UserEdit",e,"json",!1,void 0,"UserEditResponse")}UserGroupEdit(e){return this._connection.send("UserGroupEdit",e,"json",!1,void 0,"UserGroupEditResponse")}UserGroupEditInput(e){return this._connection.send("UserGroupEditInput",e,"json",!1,void 0,"UserGroupEditInputResponse")}UserInfoEdit(e){return this._connection.send("UserInfoEdit",e,"json",!1,void 0,"UserInfoEditResponse")}UserInfoEditInput(e){return this._connection.send("UserInfoEditInput",e,"json",!1,void 0,"UserInfoEditInputResponse")}UserPosix(e){return this._connection.send("UserPosix",e,"json",!1,void 0,"UserPosixResponse")}UserPosixInput(e){return this._connection.send("UserPosixInput",e,"json",!1,void 0,"UserPosixInputResponse")}UserQuery(e){return this._connection.send("UserQuery",e,"json",!1,void 0,"UserQueryResponse")}UserResetPass(e){return this._connection.send("UserResetPass",e,"json",!1,void 0,"UserResetPassResponse")}UserResetPassInput(e){return this._connection.send("UserResetPassInput",e,"json",!1,void 0,"UserResetPassInputResponse")}UserSudoers(e){return this._connection.send("UserSudoers",e,"json",!1,void 0,"UserSudoersResponse")}UserSudoersInput(e){return this._connection.send("UserSudoersInput",e,"json",!1,void 0,"UserSudoersInputResponse")}Users(e){return this._connection.send("Users",e,"json",!1,void 0,"UserResponse")}};var kn=class extends vt{};var Vt=class extends v{constructor(e){super(e,"ws_account","1.07")}MyAccount(e){return this._connection.send("MyAccount",e,"json",!1,void 0,"MyAccountResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_accountPingResponse")}UpdateUser(e){return this._connection.send("UpdateUser",e,"json",!1,void 0,"UpdateUserResponse")}UpdateUserInput(e){return this._connection.send("UpdateUserInput",e,"json",!1,void 0,"UpdateUserInputResponse")}VerifyUser(e){return this._connection.send("VerifyUser",e,"json",!1,void 0,"VerifyUserResponse")}};var vn=class extends Vt{VerifyUser(e){return this._connection.send("VerifyUser",e).catch(t=>{if(t.isESPExceptions&&t.Exception.some(s=>s.Code===20043))return{retcode:20043,Exceptions:{Source:"wsAccount",Exception:t.Exception}};throw t})}};import{scopedLogger as Zi}from"@hpcc-js/util";var Ht=class extends v{constructor(e){super(e,"WsCloud","1.02")}GetPODs(e){return this._connection.send("GetPODs",e,"json",!1,void 0,"GetPODsResponse")}GetServices(e){return this._connection.send("GetServices",e,"json",!1,void 0,"GetServicesResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsCloudPingResponse")}};var $i=Zi("@hpcc-js/comms/services/wsCloud.ts");function eo(n){return n?.Pods!==void 0}function to(n){return n.spec?.containers?.reduce((e,t)=>(t.ports?.forEach(s=>{e.push({ContainerPort:s.containerPort,Name:s.name,Protocol:s.protocol})}),e),[])??[]}function so(n){return n.filter(e=>{let t=e?.metadata?.labels??{};return t.hasOwnProperty("app.kubernetes.io/part-of")&&t["app.kubernetes.io/part-of"]==="HPCC-Platform"}).map(e=>{let t=new Date(e.metadata?.creationTimestamp);return{Name:e.metadata.name,Status:e.status?.phase,CreationTimestamp:t.toISOString(),ContainerName:e.status?.containerStatuses?.reduce((s,r)=>(r.name&&s.push(r.name),s),[]).join(", ")??"",ContainerCount:e.spec?.containers?.length??0,ContainerReadyCount:e.status?.containerStatuses?.reduce((s,r)=>s+(r.ready?1:0),0),ContainerRestartCount:e.status?.containerStatuses?.reduce((s,r)=>s+r.restartCount,0),Ports:{Port:to(e)}}})}var Vn=class extends Ht{getPODs(){return super.GetPODs({}).then(e=>{if(eo(e))return e.Pods?.Pod??[];try{let t=typeof e.Result=="string"?JSON.parse(e.Result):e.Result;return so(t?.items??[])}catch(t){return $i.error(`Error parsing V1Pods json '${t instanceof Error?t.message:String(t)}'`),[]}})}};var Vs;(e=>{let n;(s=>s.gpg="gpg")(n=e.SigningMethodType||={})})(Vs||={});var jt=class extends v{constructor(e){super(e,"ws_codesign","1.1")}ListUserIDs(e){return this._connection.send("ListUserIDs",e,"json",!1,void 0,"ListUserIDsResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_codesignPingResponse")}Sign(e){return this._connection.send("Sign",e,"json",!1,void 0,"SignResponse")}Verify(e){return this._connection.send("Verify",e,"json",!1,void 0,"VerifyResponse")}};var Hn=class extends jt{ListUserIDsEx(e){return super.ListUserIDs(e).then(t=>t.UserIDs.Item).catch(t=>[])}Sign(e){return super.Sign({SigningMethod:Vs.SigningMethodType.gpg,...e})}};var Ot=class extends v{constructor(e){super(e,"WSDali","1.07")}Add(e){return this._connection.send("Add",e,"json",!1,void 0,"ResultResponse")}ClearTraceTransactions(e){return this._connection.send("ClearTraceTransactions",e,"json",!1,void 0,"ResultResponse")}Count(e){return this._connection.send("Count",e,"json",!1,void 0,"CountResponse")}DFSCheck(e){return this._connection.send("DFSCheck",e,"json",!1,void 0,"ResultResponse")}DFSExists(e){return this._connection.send("DFSExists",e,"json",!1,void 0,"BooleanResponse")}DFSLS(e){return this._connection.send("DFSLS",e,"json",!1,void 0,"ResultResponse")}Delete(e){return this._connection.send("Delete",e,"json",!1,void 0,"ResultResponse")}DisconnectClientConnection(e){return this._connection.send("DisconnectClientConnection",e,"json",!1,void 0,"ResultResponse")}GetClients(e){return this._connection.send("GetClients",e,"json",!1,void 0,"ResultResponse")}GetConnections(e){return this._connection.send("GetConnections",e,"json",!1,void 0,"ResultResponse")}GetDFSCSV(e){return this._connection.send("GetDFSCSV",e,"json",!1,void 0,"ResultResponse")}GetDFSMap(e){return this._connection.send("GetDFSMap",e,"json",!1,void 0,"ResultResponse")}GetDFSParents(e){return this._connection.send("GetDFSParents",e,"json",!1,void 0,"ResultResponse")}GetLogicalFile(e){return this._connection.send("GetLogicalFile",e,"json",!1,void 0,"ResultResponse")}GetLogicalFilePart(e){return this._connection.send("GetLogicalFilePart",e,"json",!1,void 0,"ResultResponse")}GetProtectedList(e){return this._connection.send("GetProtectedList",e,"json",!1,void 0,"ResultResponse")}GetSDSStats(e){return this._connection.send("GetSDSStats",e,"json",!1,void 0,"ResultResponse")}GetSDSSubscribers(e){return this._connection.send("GetSDSSubscribers",e,"json",!1,void 0,"ResultResponse")}GetValue(e){return this._connection.send("GetValue",e,"json",!1,void 0,"ResultResponse")}Import(e){return this._connection.send("Import",e,"json",!1,void 0,"ResultResponse")}ListSDSLocks(e){return this._connection.send("ListSDSLocks",e,"json",!1,void 0,"ResultResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WSDaliPingResponse")}SaveSDSStore(e){return this._connection.send("SaveSDSStore",e,"json",!1,void 0,"ResultResponse")}SetLogicalFilePartAttr(e){return this._connection.send("SetLogicalFilePartAttr",e,"json",!1,void 0,"ResultResponse")}SetProtected(e){return this._connection.send("SetProtected",e,"json",!1,void 0,"ResultResponse")}SetTraceSlowTransactions(e){return this._connection.send("SetTraceSlowTransactions",e,"json",!1,void 0,"ResultResponse")}SetTraceTransactions(e){return this._connection.send("SetTraceTransactions",e,"json",!1,void 0,"ResultResponse")}SetUnprotected(e){return this._connection.send("SetUnprotected",e,"json",!1,void 0,"ResultResponse")}SetValue(e){return this._connection.send("SetValue",e,"json",!1,void 0,"ResultResponse")}UnlockSDSLock(e){return this._connection.send("UnlockSDSLock",e,"json",!1,void 0,"ResultResponse")}};var jn=class extends Ot{};var it;(p=>{let n;(x=>(x.Delete="Delete",x.AddToSuperfile="Add To Superfile",x.ChangeProtection="Change Protection",x.ChangeRestriction="Change Restriction"))(n=p.DFUArrayActions||={});let e;(x=>(x[x.NoChange=0]="NoChange",x[x.Protect=1]="Protect",x[x.Unprotect=2]="Unprotect",x[x.UnprotectAll=3]="UnprotectAll"))(e=p.DFUChangeProtection||={});let t;(S=>(S[S.NoChange=0]="NoChange",S[S.Restrict=1]="Restrict",S[S.Unrestricted=2]="Unrestricted"))(t=p.DFUChangeRestriction||={});let s;(c=>(c.xml="xml",c.def="def"))(s=p.DFUDefFileFormat||={});let r;(S=>(S.Token="Token",S.Engine="Engine",S.External="External"))(r=p.FileAccessRole||={});let i;(M=>(M.None="None",M.Access="Access",M.Read="Read",M.Write="Write",M.Full="Full"))(i=p.SecAccessType||={});let o;(N=>(N.Flat="Flat",N.Index="Index",N.Xml="Xml",N.Csv="Csv",N.Json="Json",N.IndexLocal="IndexLocal",N.IndexPartitioned="IndexPartitioned",N.Unset="Unset"))(o=p.DFUFileType||={})})(it||={});var _t=class extends v{constructor(e){super(e,"WsDfu","1.67")}Add(e){return this._connection.send("Add",e,"json",!1,void 0,"AddResponse")}AddRemote(e){return this._connection.send("AddRemote",e,"json",!1,void 0,"AddRemoteResponse")}AddtoSuperfile(e){return this._connection.send("AddtoSuperfile",e,"json",!1,void 0,"AddtoSuperfileResponse")}DFUArrayAction(e){return this._connection.send("DFUArrayAction",e,"json",!1,void 0,"DFUArrayActionResponse")}DFUBrowseData(e){return this._connection.send("DFUBrowseData",e,"json",!1,void 0,"DFUBrowseDataResponse")}DFUDefFile(e){return this._connection.send("DFUDefFile",e,"json",!1,void 0,"DFUDefFileResponse")}DFUFileAccess(e){return this._connection.send("DFUFileAccess",e,"json",!1,void 0,"DFUFileAccessResponse")}DFUFileAccessV2(e){return this._connection.send("DFUFileAccessV2",e,"json",!1,void 0,"DFUFileAccessResponse")}DFUFileCreate(e){return this._connection.send("DFUFileCreate",e,"json",!1,void 0,"DFUFileCreateResponse")}DFUFileCreateV2(e){return this._connection.send("DFUFileCreateV2",e,"json",!1,void 0,"DFUFileCreateResponse")}DFUFilePublish(e){return this._connection.send("DFUFilePublish",e,"json",!1,void 0,"DFUFilePublishResponse")}DFUFileView(e){return this._connection.send("DFUFileView",e,"json",!1,void 0,"DFUFileViewResponse")}DFUGetDataColumns(e){return this._connection.send("DFUGetDataColumns",e,"json",!1,void 0,"DFUGetDataColumnsResponse")}DFUGetFileMetaData(e){return this._connection.send("DFUGetFileMetaData",e,"json",!1,void 0,"DFUGetFileMetaDataResponse")}DFUGetMetaInquiry(e){return this._connection.send("DFUGetMetaInquiry",e,"json",!1,void 0,"DFUMetaInquiryResponse")}DFUInfo(e){return this._connection.send("DFUInfo",e,"json",!1,void 0,"DFUInfoResponse")}DFUQuery(e){return this._connection.send("DFUQuery",e,"json",!1,void 0,"DFUQueryResponse")}DFURecordTypeInfo(e){return this._connection.send("DFURecordTypeInfo",e,"json",!1,void 0,"DFURecordTypeInfoResponse")}DFUSearch(e){return this._connection.send("DFUSearch",e,"json",!1,void 0,"DFUSearchResponse")}DFUSearchData(e){return this._connection.send("DFUSearchData",e,"json",!1,void 0,"DFUSearchDataResponse")}DFUSpace(e){return this._connection.send("DFUSpace",e,"json",!1,void 0,"DFUSpaceResponse")}EclRecordTypeInfo(e){return this._connection.send("EclRecordTypeInfo",e,"json",!1,void 0,"EclRecordTypeInfoResponse")}EraseHistory(e){return this._connection.send("EraseHistory",e,"json",!1,void 0,"EraseHistoryResponse")}ListHistory(e){return this._connection.send("ListHistory",e,"json",!1,void 0,"ListHistoryResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsDfuPingResponse")}Savexml(e){return this._connection.send("Savexml",e,"json",!1,void 0,"SavexmlResponse")}SuperfileAction(e){return this._connection.send("SuperfileAction",e,"json",!1,void 0,"SuperfileActionResponse")}SuperfileList(e){return this._connection.send("SuperfileList",e,"json",!1,void 0,"SuperfileListResponse")}};var bu=it.DFUArrayActions,Pu=it.DFUDefFileFormat,Iu=it.DFUChangeProtection,Mu=it.DFUChangeRestriction,Dt=class extends _t{DFUFile(e){return this._connection.send("DFUDefFile",e,"text")}async recursiveFetchLogicalFiles(e){let t=[],s=[];return await Promise.all(e.map(r=>this.DFUInfo({Cluster:r.NodeGroup,Name:r.Name,IncludeJsonTypeInfo:!1,IncludeBinTypeInfo:!1,ForceIndexInfo:!1}).then(i=>{for(let o of i?.FileDetail?.Superfiles?.DFULogicalFile??[])t.push(o);for(let o of i?.FileDetail?.subfiles?.Item??[])s.push(o)}))),s.concat(t.length?await this.recursiveFetchLogicalFiles(t):[])}};var Yt=class extends v{constructor(e){super(e,"WsDFUXRef","1.04")}DFUXRefArrayAction(e){return this._connection.send("DFUXRefArrayAction",e,"json",!1,void 0,"DFUXRefArrayActionResponse")}DFUXRefBuild(e){return this._connection.send("DFUXRefBuild",e,"json",!1,void 0,"DFUXRefBuildResponse")}DFUXRefBuildCancel(e){return this._connection.send("DFUXRefBuildCancel",e,"json",!1,void 0,"DFUXRefBuildCancelResponse")}DFUXRefCleanDirectories(e){return this._connection.send("DFUXRefCleanDirectories",e,"json",!1,void 0,"DFUXRefCleanDirectoriesResponse")}DFUXRefDirectories(e){return this._connection.send("DFUXRefDirectories",e,"json",!1,void 0,"DFUXRefDirectoriesQueryResponse")}DFUXRefFoundFiles(e){return this._connection.send("DFUXRefFoundFiles",e,"json",!1,void 0,"DFUXRefFoundFilesQueryResponse")}DFUXRefList(e){return this._connection.send("DFUXRefList",e,"json",!1,void 0,"DFUXRefListResponse")}DFUXRefLostFiles(e){return this._connection.send("DFUXRefLostFiles",e,"json",!1,void 0,"DFUXRefLostFilesQueryResponse")}DFUXRefMessages(e){return this._connection.send("DFUXRefMessages",e,"json",!1,void 0,"DFUXRefMessagesQueryResponse")}DFUXRefOrphanFiles(e){return this._connection.send("DFUXRefOrphanFiles",e,"json",!1,void 0,"DFUXRefOrphanFilesQueryResponse")}DFUXRefUnusedFiles(e){return this._connection.send("DFUXRefUnusedFiles",e,"json",!1,void 0,"DFUXRefUnusedFilesResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsDFUXRefPingResponse")}};var On=class extends Yt{DFUXRefDirectoriesEx(e){return this._connection.send("DFUXRefDirectories",e,"json",!1,void 0,"DFUXRefDirectoriesQueryResponse")}DFUXRefListEx(e){return this._connection.send("DFUXRefList",e,"json",!1,void 0,"DFUXRefListResponse")}};function _n(n,e){let t=typeof e;switch(t){case"boolean":case"number":case"string":return{id:n,type:t};case"object":if(e.Row instanceof Array&&(e=e.Row),e instanceof Array)return{id:n,type:"dataset",children:Hs(e[0])};if(e instanceof Object){if(e.Item&&e.Item instanceof Array&&e.Item.length===1){let s=typeof e.Item[0];if(s==="string"||s==="number")return{id:n,type:"set",fieldType:s};throw new Error("Unknown field type")}return{id:n,type:"object",fields:no(e)}}default:throw new Error("Unknown field type")}}function Hs(n){n.Row&&n.Row instanceof Array&&(n=n.Row[0]);let e=[];for(let t in n)e.push(_n(t,n[t]));return e}function no(n){let e={};for(let t in n)e[t]=_n(t,n[t]);return e}var Xt=class extends v{constructor(e){super(e,"WsEcl","0")}opts(){return this._connection.opts()}requestJson(e,t){return this._connection.send(`example/request/query/${e}/${t}/json`,{},"text").then(s=>{let r=JSON.parse(s);for(let i in r)return r[i];return{}}).then(Hs)}responseJson(e,t){return this._connection.send(`example/response/query/${e}/${t}/json`,{},"text").then(s=>{let r=JSON.parse(s);for(let i in r)return r[i].Results;return{}}).then(s=>{let r={};for(let i in s)r[i]=Hs(s[i]);return r})}submit(e,t,s){let r=`submit/query/${e}/${t}`;return this._connection.send(r,s,"json2").then(i=>{if(i.Results&&i.Results.Exception)throw new ze(r,s,{Source:"wsEcl.submit",Exception:i.Results.Exception});return i.Results})}};var qt=class extends v{constructor(e){super(e,"ws_elk","1")}GetConfigDetails(e){return this._connection.send("GetConfigDetails",e,"json",!1,void 0,"GetConfigDetailsResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_elkPingResponse")}};var Yn=class extends qt{};import{scopedLogger as ro}from"@hpcc-js/util";var te;(u=>{let n;(P=>(P.global="global",P.workunits="workunits",P.components="components",P.audience="audience",P.class="class",P.instance="instance",P.node="node",P.message="message",P.logid="logid",P.processid="processid",P.threadid="threadid",P.timestamp="timestamp",P.pod="pod",P.traceid="traceid",P.spanid="spanid"))(n=u.LogColumnType||={});let e;(Q=>(Q.string="string",Q.numeric="numeric",Q.datetime="datetime",Q.enum="enum",Q.epoch="epoch"))(e=u.LogColumnValueType||={});let t;(b=>(b[b.All=0]="All",b[b.ByJobID=1]="ByJobID",b[b.ByComponent=2]="ByComponent",b[b.ByLogType=3]="ByLogType",b[b.ByTargetAudience=4]="ByTargetAudience",b[b.BySourceInstance=5]="BySourceInstance",b[b.BySourceNode=6]="BySourceNode",b[b.ByFieldName=7]="ByFieldName",b[b.ByPod=8]="ByPod",b[b.ByTraceID=9]="ByTraceID",b[b.BySpanID=10]="BySpanID"))(t=u.LogAccessType||={});let s;(x=>(x[x.Success=0]="Success",x[x.Warning=1]="Warning",x[x.Fail=2]="Fail"))(s=u.LogAccessStatusCode||={});let r;(x=>(x[x.NONE=0]="NONE",x[x.AND=1]="AND",x[x.OR=2]="OR"))(r=u.LogAccessFilterOperator||={});let i;(M=>(M[M.MIN=0]="MIN",M[M.DEFAULT=1]="DEFAULT",M[M.ALL=2]="ALL",M[M.CUSTOM=3]="CUSTOM"))(i=u.LogSelectColumnMode||={});let o;(b=>(b[b.ByDate=0]="ByDate",b[b.ByJobID=1]="ByJobID",b[b.ByComponent=2]="ByComponent",b[b.ByLogType=3]="ByLogType",b[b.ByTargetAudience=4]="ByTargetAudience",b[b.BySourceInstance=5]="BySourceInstance",b[b.BySourceNode=6]="BySourceNode",b[b.ByFieldName=7]="ByFieldName",b[b.ByPod=8]="ByPod",b[b.ByTraceID=9]="ByTraceID",b[b.BySpanID=10]="BySpanID"))(o=u.SortColumType||={});let p;(S=>(S[S.ASC=0]="ASC",S[S.DSC=1]="DSC"))(p=u.SortDirection||={})})(te||={});var zt=class extends v{constructor(e){super(e,"ws_logaccess","1.08")}GetHealthReport(e){return this._connection.send("GetHealthReport",e,"json",!1,void 0,"GetHealthReportResponse")}GetLogAccessInfo(e){return this._connection.send("GetLogAccessInfo",e,"json",!1,void 0,"GetLogAccessInfoResponse")}GetLogs(e){return this._connection.send("GetLogs",e,"json",!1,void 0,"GetLogsResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_logaccessPingResponse")}};var Xn=ro("@hpcc-js/comms/services/wsLogaccess.ts");var io=(o=>(o.Disaster="DIS",o.Error="ERR",o.Warning="WRN",o.Information="INF",o.Progress="PRO",o.Metric="MET",o))(io||{}),oo=(r=>(r.Operator="OPR",r.User="USR",r.Programmer="PRO",r.Audit="ADT",r))(oo||{}),qn=class extends zt{_logAccessInfo;GetLogAccessInfo(e={}){return this._logAccessInfo||(this._logAccessInfo=super.GetLogAccessInfo(e)),this._logAccessInfo}GetLogs(e){return super.GetLogs(e)}async GetLogsEx(e){let t=await this.GetLogAccessInfo(),s={};t.Columns.Column.forEach(u=>s[u.LogType]=u.Name);let r=u=>{let R={};for(let c in s)u?.fields?R[c]=Object.assign({},...u.fields)[s[c]]??"":R[c]="";return R},i={Filter:{leftBinaryFilter:{BinaryLogFilter:[{leftFilter:{LogCategory:te.LogAccessType.All}}]}},Range:{StartDate:new Date(0).toISOString()},LogLineStartFrom:e.LogLineStartFrom??0,LogLineLimit:e.LogLineLimit??100,SelectColumnMode:te.LogSelectColumnMode.DEFAULT,Format:"JSON",SortBy:{SortCondition:[{BySortType:te.SortColumType.ByDate,ColumnName:"",Direction:0}]}},o=[],p=Object.values(te.LogColumnType);for(let u in e){if(e[u]==null||e[u]===""||Array.isArray(e[u])&&e[u].length===0)continue;let R;u in s&&(p.includes(u)?R=u:R=s[u]);let c;if(R){switch(R){case te.LogColumnType.workunits:case"hpcc.log.jobid":c=te.LogAccessType.ByJobID;break;case te.LogColumnType.audience:case"hpcc.log.audience":c=te.LogAccessType.ByTargetAudience;break;case te.LogColumnType.class:case"hpcc.log.class":c=te.LogAccessType.ByLogType;break;case te.LogColumnType.components:case"kubernetes.container.name":c=te.LogAccessType.ByComponent;break;default:c=te.LogAccessType.ByFieldName,R=s[u]}if(Array.isArray(e[u]))e[u].forEach(S=>{c===te.LogAccessType.ByComponent&&(S+="*"),o.push({LogCategory:c,SearchField:R,SearchByValue:S})});else{let S=e[u];c===te.LogAccessType.ByComponent&&(S+="*"),o.push({LogCategory:c,SearchField:R,SearchByValue:S})}}}if(o.length>2){let u=i.Filter.leftBinaryFilter.BinaryLogFilter[0];o.forEach((R,c)=>{let S=te.LogAccessFilterOperator.AND;c>0?(o[c-1].SearchField===R.SearchField&&(S=te.LogAccessFilterOperator.OR),c===o.length-1?(u.Operator=S,u.rightFilter=R):(u.Operator=S,u.rightBinaryFilter={BinaryLogFilter:[{leftFilter:R}]},u=u.rightBinaryFilter.BinaryLogFilter[0])):u.leftFilter=R})}else delete i.Filter.leftBinaryFilter,i.Filter.leftFilter={LogCategory:te.LogAccessType.All},o[0]?.SearchField&&(i.Filter.leftFilter={LogCategory:o[0]?.LogCategory,SearchField:o[0]?.SearchField,SearchByValue:o[0]?.SearchByValue}),o[1]?.SearchField&&(i.Filter.Operator=te.LogAccessFilterOperator.AND,o[0].SearchField===o[1].SearchField&&(i.Filter.Operator=te.LogAccessFilterOperator.OR),i.Filter.rightFilter={LogCategory:o[1]?.LogCategory,SearchField:o[1]?.SearchField,SearchByValue:o[1]?.SearchByValue});return e.StartDate&&(i.Range.StartDate=e.StartDate.toISOString()),e.EndDate&&(i.Range.EndDate=e.EndDate.toISOString()),this.GetLogs(i).then(u=>{try{let R=JSON.parse(u.LogLines),c=[];switch(t.RemoteLogManagerType){case"azureloganalyticscurl":case"elasticstack":case"grafanacurl":c=R.lines?.map(r)??[];break;default:Xn.warning(`Unknown RemoteLogManagerType: ${t.RemoteLogManagerType}`),c=[]}return{lines:c,total:u.TotalLogLinesAvailable??1e4}}catch(R){Xn.error(R.message??R)}return{lines:[],total:0}})}};var Ge=mt(Jn(),1);import{exists as uo}from"@hpcc-js/util";var ao;(t=>{let n;(i=>(i[i.THRESHOLD_PERCENTAGE=0]="THRESHOLD_PERCENTAGE",i[i.THRESHOLD_MB=1]="THRESHOLD_MB"))(n=t.ThresholdType||={});let e;(M=>(M.ALLNODES="ALLNODES",M.THORMACHINES="THORMACHINES",M.HOLEMACHINES="HOLEMACHINES",M.ROXIEMACHINES="ROXIEMACHINES",M.MACHINES="MACHINES",M.AVAILABLEMACHINES="AVAILABLEMACHINES",M.DROPZONE="DROPZONE",M.STANDBYNNODE="STANDBYNNODE",M.THORSPARENODES="THORSPARENODES",M.HOLESTANDBYNODES="HOLESTANDBYNODES"))(e=t.TpMachineType||={})})(ao||={});var Kt=class extends v{constructor(e){super(e,"ws_machine","1.19")}GetComponentStatus(e){return this._connection.send("GetComponentStatus",e,"json",!1,void 0,"GetComponentStatusResponse")}GetComponentUsage(e){return this._connection.send("GetComponentUsage",e,"json",!1,void 0,"GetComponentUsageResponse")}GetMachineInfo(e){return this._connection.send("GetMachineInfo",e,"json",!1,void 0,"GetMachineInfoResponse")}GetMachineInfoEx(e){return this._connection.send("GetMachineInfoEx",e,"json",!1,void 0,"GetMachineInfoResponseEx")}GetMetrics(e){return this._connection.send("GetMetrics",e,"json",!1,void 0,"MetricsResponse")}GetNodeGroupUsage(e){return this._connection.send("GetNodeGroupUsage",e,"json",!1,void 0,"GetNodeGroupUsageResponse")}GetTargetClusterInfo(e){return this._connection.send("GetTargetClusterInfo",e,"json",!1,void 0,"GetTargetClusterInfoResponse")}GetTargetClusterUsage(e){return this._connection.send("GetTargetClusterUsage",e,"json",!1,void 0,"GetTargetClusterUsageResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_machinePingResponse")}UpdateComponentStatus(e){return this._connection.send("UpdateComponentStatus",e,"json",!1,void 0,"UpdateComponentStatusResponse")}};var ke=class extends Kt{GetTargetClusterUsageEx(e,t=!1){return this._connection.send("GetTargetClusterUsage",{TargetClusters:e?{Item:e}:{},BypassCachedResult:t}).then(s=>uo("TargetClusterUsages.TargetClusterUsage",s)?s.TargetClusterUsages.TargetClusterUsage:[]).then(s=>s.filter(r=>!!r.ComponentUsages).map(r=>{let i=r.ComponentUsages.ComponentUsage.map(o=>{let p=(o.MachineUsages&&o.MachineUsages.MachineUsage?o.MachineUsages.MachineUsage:[]).map(u=>{let R=u.DiskUsages&&u.DiskUsages.DiskUsage?u.DiskUsages.DiskUsage.map(c=>({...c,InUse:c.InUse*1024,Total:(c.InUse+c.Available)*1024,PercentUsed:100-c.PercentAvailable})):[];return{Name:u.Name,NetAddress:u.NetAddress,Description:u.Description,DiskUsages:R,mean:(0,Ge.mean)(R.filter(c=>!isNaN(c.PercentUsed)),c=>c.PercentUsed),max:(0,Ge.max)(R.filter(c=>!isNaN(c.PercentUsed)),c=>c.PercentUsed)}});return{Type:o.Type,Name:o.Name,Description:o.Description,MachineUsages:p,MachineUsagesDescription:p.reduce((u,R)=>u+(R.Description||""),""),mean:(0,Ge.mean)(p.filter(u=>!isNaN(u.mean)),u=>u.mean),max:(0,Ge.max)(p.filter(u=>!isNaN(u.max)),u=>u.max)}});return{Name:r.Name,Description:r.Description,ComponentUsages:i,ComponentUsagesDescription:i.reduce((o,p)=>o+(p.MachineUsagesDescription||""),""),mean:(0,Ge.mean)(i.filter(o=>!isNaN(o.mean)),o=>o.mean),max:(0,Ge.max)(i.filter(o=>!isNaN(o.max)),o=>o.max)}}))}};var Zt=class extends v{constructor(e){super(e,"WsPackageProcess","1.07")}ActivatePackage(e){return this._connection.send("ActivatePackage",e,"json",!1,void 0,"ActivatePackageResponse")}AddPackage(e){return this._connection.send("AddPackage",e,"json",!1,void 0,"AddPackageResponse")}AddPartToPackageMap(e){return this._connection.send("AddPartToPackageMap",e,"json",!1,void 0,"AddPartToPackageMapResponse")}CopyPackageMap(e){return this._connection.send("CopyPackageMap",e,"json",!1,void 0,"CopyPackageMapResponse")}DeActivatePackage(e){return this._connection.send("DeActivatePackage",e,"json",!1,void 0,"DeActivatePackageResponse")}DeletePackage(e){return this._connection.send("DeletePackage",e,"json",!1,void 0,"DeletePackageResponse")}Echo(e){return this._connection.send("Echo",e,"json",!1,void 0,"EchoResponse")}GetPackage(e){return this._connection.send("GetPackage",e,"json",!1,void 0,"GetPackageResponse")}GetPackageMapById(e){return this._connection.send("GetPackageMapById",e,"json",!1,void 0,"GetPackageMapByIdResponse")}GetPackageMapSelectOptions(e){return this._connection.send("GetPackageMapSelectOptions",e,"json",!1,void 0,"GetPackageMapSelectOptionsResponse")}GetPartFromPackageMap(e){return this._connection.send("GetPartFromPackageMap",e,"json",!1,void 0,"GetPartFromPackageMapResponse")}GetQueryFileMapping(e){return this._connection.send("GetQueryFileMapping",e,"json",!1,void 0,"GetQueryFileMappingResponse")}ListPackage(e){return this._connection.send("ListPackage",e,"json",!1,void 0,"ListPackageResponse")}ListPackages(e){return this._connection.send("ListPackages",e,"json",!1,void 0,"ListPackagesResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsPackageProcessPingResponse")}RemovePartFromPackageMap(e){return this._connection.send("RemovePartFromPackageMap",e,"json",!1,void 0,"RemovePartFromPackageMapResponse")}ValidatePackage(e){return this._connection.send("ValidatePackage",e,"json",!1,void 0,"ValidatePackageResponse")}};var Kn=class extends Zt{};var $t=class extends v{constructor(e){super(e,"WsResources","1.01")}Ping(e){return this._connection.send("Ping",e)}ServiceQuery(e){return this._connection.send("ServiceQuery",e)}WebLinksQuery(e){return this._connection.send("WebLinksQuery",e)}};var Zn=class extends $t{};var $n;(e=>{let n;(r=>(r.ECL="ECL",r.DFU="DFU"))(n=e.WUTypes||={})})($n||={});var es=class extends v{constructor(e){super(e,"WSSasha","1.01")}ArchiveWU(e){return this._connection.send("ArchiveWU",e,"json",!1,void 0,"ResultResponse")}GetVersion(e){return this._connection.send("GetVersion",e,"json",!1,void 0,"ResultResponse")}ListWU(e){return this._connection.send("ListWU",e,"json",!1,void 0,"ResultResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WSSashaPingResponse")}RestoreWU(e){return this._connection.send("RestoreWU",e,"json",!1,void 0,"ResultResponse")}};var er=class extends es{};var ir=mt(js(),1);var rr;(t=>{let n;(u=>(u.ALL="ALL",u.READ="READ",u.WRITE="WRITE",u.HOLD="HOLD",u.SUB="SUB"))(n=t.LockModes||={});let e;(S=>(S.Attach="Attach",S.Detach="Detach",S.State="State",S.Reload="Reload",S.ReloadRetry="ReloadRetry",S.MemLock="MemLock",S.MemUnlock="MemUnlock",S.GetMemLocked="GetMemLocked"))(e=t.RoxieControlCmdType||={})})(rr||={});var ns=class extends v{constructor(e){super(e,"WsSMC","1.29")}Activity(e){return this._connection.send("Activity",e,"json",!1,void 0,"ActivityResponse")}BrowseResources(e){return this._connection.send("BrowseResources",e,"json",!1,void 0,"BrowseResourcesResponse")}ClearQueue(e){return this._connection.send("ClearQueue",e,"json",!1,void 0,"SMCQueueResponse")}GetBuildInfo(e){return this._connection.send("GetBuildInfo",e,"json",!1,void 0,"GetBuildInfoResponse")}GetGlobalMetrics(e){return this._connection.send("GetGlobalMetrics",e,"json",!1,void 0,"GetGlobalMetricsResponse")}GetStatusServerInfo(e){return this._connection.send("GetStatusServerInfo",e,"json",!1,void 0,"GetStatusServerInfoResponse")}GetThorQueueAvailability(e){return this._connection.send("GetThorQueueAvailability",e,"json",!1,void 0,"GetThorQueueAvailabilityResponse")}Index(e){return this._connection.send("Index",e,"json",!1,void 0,"SMCIndexResponse")}LockQuery(e){return this._connection.send("LockQuery",e,"json",!1,void 0,"LockQueryResponse")}MoveJobBack(e){return this._connection.send("MoveJobBack",e,"json",!1,void 0,"SMCJobResponse")}MoveJobDown(e){return this._connection.send("MoveJobDown",e,"json",!1,void 0,"SMCJobResponse")}MoveJobFront(e){return this._connection.send("MoveJobFront",e,"json",!1,void 0,"SMCJobResponse")}MoveJobUp(e){return this._connection.send("MoveJobUp",e,"json",!1,void 0,"SMCJobResponse")}NotInCommunityEdition(e){return this._connection.send("NotInCommunityEdition",e,"json",!1,void 0,"NotInCommunityEditionResponse")}PauseQueue(e){return this._connection.send("PauseQueue",e,"json",!1,void 0,"SMCQueueResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsSMCPingResponse")}RecordGlobalMetrics(e){return this._connection.send("RecordGlobalMetrics",e,"json",!1,void 0,"RecordGlobalMetricsResponse")}RemoveJob(e){return this._connection.send("RemoveJob",e,"json",!1,void 0,"SMCJobResponse")}ResumeQueue(e){return this._connection.send("ResumeQueue",e,"json",!1,void 0,"SMCQueueResponse")}RoxieControlCmd(e){return this._connection.send("RoxieControlCmd",e,"json",!1,void 0,"RoxieControlCmdResponse")}RoxieXrefCmd(e){return this._connection.send("RoxieXrefCmd",e,"json",!1,void 0,"RoxieXrefCmdResponse")}SetBanner(e){return this._connection.send("SetBanner",e,"json",!1,void 0,"SetBannerResponse")}SetJobPriority(e){return this._connection.send("SetJobPriority",e,"json",!1,void 0,"SMCPriorityResponse")}StopQueue(e){return this._connection.send("StopQueue",e,"json",!1,void 0,"SMCQueueResponse")}};var co=(0,ir.timeParse)("%Y%m%d%H");function lo(n){return typeof n=="number"||typeof n=="string"&&n.trim()!==""&&!isNaN(+n)}var Ct=class extends ns{connectionOptions(){return this._connection.opts()}Activity(e){return super.Activity(e).then(t=>({Running:{ActiveWorkunit:[]},...t}))}parseGlobalMetric(e,t){return e.startsWith("Cost")?+t/1e6:e.startsWith("Date")?co(t):e.startsWith("Num")?+t:e.startsWith("Time")?+t/1e9:e.startsWith("When")?new Date(+t/1e3).toISOString():lo(t)?+t:t}GetNormalisedGlobalMetrics(e){return super.GetGlobalMetrics(e).then(t=>{let s=[];for(let r of t?.GlobalMetrics?.GlobalMetric||[]){let i={Category:r.Category,Start:this.parseGlobalMetric("Date",r.DateTimeRange?.Start),End:this.parseGlobalMetric("Date",r.DateTimeRange?.End),dimensions:{},stats:{}};for(let o of r.Dimensions?.Dimension||[])i.dimensions[o.Name]=o.Value;for(let o of r.Stats?.Stat||[])i.stats[o.Name]=this.parseGlobalMetric(o.Name,o.Value);s.push(i)}return s})}};var rs=class extends v{constructor(e){super(e,"wsstore","1.02")}CreateStore(e){return this._connection.send("CreateStore",e,"json",!1,void 0,"CreateStoreResponse")}Delete(e){return this._connection.send("Delete",e,"json",!1,void 0,"DeleteResponse")}DeleteNamespace(e){return this._connection.send("DeleteNamespace",e,"json",!1,void 0,"DeleteNamespaceResponse")}Fetch(e){return this._connection.send("Fetch",e,"json",!1,void 0,"FetchResponse")}FetchAll(e){return this._connection.send("FetchAll",e,"json",!1,void 0,"FetchAllResponse")}FetchKeyMetadata(e){return this._connection.send("FetchKeyMetadata",e,"json",!1,void 0,"FetchKeyMDResponse")}ListKeys(e){return this._connection.send("ListKeys",e,"json",!1,void 0,"ListKeysResponse")}ListNamespaces(e){return this._connection.send("ListNamespaces",e,"json",!1,void 0,"ListNamespacesResponse")}ListStores(e){return this._connection.send("ListStores",e,"json",!1,void 0,"ListStoresResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"wsstorePingResponse")}Set(e){return this._connection.send("Set",e,"json",!1,void 0,"SetResponse")}};var Rt=class extends rs{Delete(e){return super.Delete(e).catch(t=>{if(t.isESPExceptions&&t.Exception.some(s=>s.Code===-1))return{Exceptions:void 0,Success:!0};throw t})}Fetch(e){return super.Fetch(e).catch(t=>{if(t.isESPExceptions&&t.Exception.some(s=>s.Code===-1))return{Exceptions:void 0,Value:void 0};throw t})}};var or;(s=>{let n;(o=>(o.XML="XML",o.YAML="YAML"))(n=s.TpConfigResponseFormat||={});let e;(p=>(p.All="All",p.QueriesOnly="QueriesOnly",p.WorkunitsOnly="WorkunitsOnly"))(e=s.RoxieQueueFilter||={});let t;(Q=>(Q.ALLNODES="ALLNODES",Q.THORMACHINES="THORMACHINES",Q.HOLEMACHINES="HOLEMACHINES",Q.ROXIEMACHINES="ROXIEMACHINES",Q.MACHINES="MACHINES",Q.AVAILABLEMACHINES="AVAILABLEMACHINES",Q.DROPZONE="DROPZONE",Q.STANDBYNNODE="STANDBYNNODE",Q.THORSPARENODES="THORSPARENODES",Q.HOLESTANDBYNODES="HOLESTANDBYNODES"))(t=s.TpMachineType||={})})(or||={});var is=class extends v{constructor(e){super(e,"WsTopology","1.33")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsTopologyPingResponse")}SystemLog(e){return this._connection.send("SystemLog",e,"json",!1,void 0,"SystemLogResponse")}TpClusterInfo(e){return this._connection.send("TpClusterInfo",e,"json",!1,void 0,"TpClusterInfoResponse")}TpClusterQuery(e){return this._connection.send("TpClusterQuery",e,"json",!1,void 0,"TpClusterQueryResponse")}TpComponentConfiguration(e){return this._connection.send("TpComponentConfiguration",e,"json",!1,void 0,"TpComponentConfigurationResponse")}TpConfiguredComponents(e){return this._connection.send("TpConfiguredComponents",e,"json",!1,void 0,"TpConfiguredComponentsResponse")}TpDropZoneQuery(e){return this._connection.send("TpDropZoneQuery",e,"json",!1,void 0,"TpDropZoneQueryResponse")}TpGetComponentFile(e){return this._connection.send("TpGetComponentFile",e,"json",!1,void 0,"TpGetComponentFileResponse")}TpGetServicePlugins(e){return this._connection.send("TpGetServicePlugins",e,"json",!1,void 0,"TpGetServicePluginsResponse")}TpGroupQuery(e){return this._connection.send("TpGroupQuery",e,"json",!1,void 0,"TpGroupQueryResponse")}TpListLogFiles(e){return this._connection.send("TpListLogFiles",e,"json",!1,void 0,"TpListLogFilesResponse")}TpListTargetClusters(e){return this._connection.send("TpListTargetClusters",e,"json",!1,void 0,"TpListTargetClustersResponse")}TpLogFile(e){return this._connection.send("TpLogFile",e,"json",!1,void 0,"TpLogFileResponse")}TpLogFileDisplay(e){return this._connection.send("TpLogFileDisplay",e,"json",!1,void 0,"TpLogFileResponse")}TpLogicalClusterQuery(e){return this._connection.send("TpLogicalClusterQuery",e,"json",!1,void 0,"TpLogicalClusterQueryResponse")}TpMachineInfo(e){return this._connection.send("TpMachineInfo",e,"json",!1,void 0,"TpMachineInfoResponse")}TpMachineQuery(e){return this._connection.send("TpMachineQuery",e,"json",!1,void 0,"TpMachineQueryResponse")}TpServiceQuery(e){return this._connection.send("TpServiceQuery",e,"json",!1,void 0,"TpServiceQueryResponse")}TpSetMachineStatus(e){return this._connection.send("TpSetMachineStatus",e,"json",!1,void 0,"TpSetMachineStatusResponse")}TpSwapNode(e){return this._connection.send("TpSwapNode",e,"json",!1,void 0,"TpSwapNodeResponse")}TpTargetClusterQuery(e){return this._connection.send("TpTargetClusterQuery",e,"json",!1,void 0,"TpTargetClusterQueryResponse")}TpThorStatus(e){return this._connection.send("TpThorStatus",e,"json",!1,void 0,"TpThorStatusResponse")}TpXMLFile(e){return this._connection.send("TpXMLFile",e,"json",!1,void 0,"TpXMLFileResponse")}};var le=class extends is{connectionOptions(){return this._connection.opts()}protocol(){return this._connection.opts().baseUrl.split("//")[0]}ip(){return this._connection.opts().baseUrl.split("//")[1].split(":")[0]}DefaultTpLogicalClusterQuery(e={}){return this.TpLogicalClusterQuery(e).then(t=>{if(t.default)return t.default;let s,r;return t.TpLogicalClusters.TpLogicalCluster.some((i,o)=>(o===0&&(r=i),i.Type==="hthor"?(s=i,!0):!1)),s||r})}};import{deepMixin as po,xml2json as go}from"@hpcc-js/util";var me;(N=>{let n;(_=>(_.Abort="Abort",_.Delete="Delete",_.Deschedule="Deschedule",_.Reschedule="Reschedule",_.Pause="Pause",_.PauseNow="PauseNow",_.Protect="Protect",_.Unprotect="Unprotect",_.Restore="Restore",_.Resume="Resume",_.SetToFailed="SetToFailed",_.Archive="Archive"))(n=N.ECLWUActions||={});let e;(j=>(j[j.MIN=0]="MIN",j[j.DEFAULT=1]="DEFAULT",j[j.ALL=2]="ALL",j[j.CUSTOM=3]="CUSTOM"))(e=N.LogSelectColumnMode||={});let t;(I=>(I[I.ASC=0]="ASC",I[I.DSC=1]="DSC"))(t=N.SortDirection||={});let s;(w=>(w.ALL="ALL",w.DIS="DIS",w.ERR="ERR",w.WRN="WRN",w.INF="INF",w.PRO="PRO",w.MET="MET",w.EVT="EVT"))(s=N.LogEventClass||={});let r;(b=>(b.Single="Single",b.List="List",b.Multi="Multi"))(r=N.WUDetailsAttrValueType||={});let i;(b=>(b.SyntaxCheck="SyntaxCheck",b.Deploy="Deploy",b.Publish="Publish"))(i=N.EclDefinitionActions||={});let o;(b=>(b.xml="xml",b.json="json",b.text="text"))(o=N.ErrorMessageFormat||={});let p;(b=>(b[b.XML=0]="XML",b[b.JSON=1]="JSON",b[b.CSV=2]="CSV"))(p=N.LogAccessLogFormat||={});let u;(j=>(j.info="info",j.warning="warning",j.error="error",j.alert="alert"))(u=N.WUExceptionSeverity||={});let R;(D=>(D.Allqueries="All queries",D.Notsuspended="Not suspended",D.Suspended="Suspended",D.Suspendedbyuser="Suspended by user",D.Suspendedbyfirstnode="Suspended by first node",D.Suspendedbyanynode="Suspended by any node"))(R=N.WUQueryFilterSuspendedType||={});let c;(oe=>(oe.All="All",oe.Id="Id",oe.Name="Name",oe.Alias="Alias",oe.Status="Status"))(c=N.WUQuerySetFilterType||={});let S;(b=>(b.All="All",b.Protected="Protected",b.NotProtected="NotProtected"))(S=N.WUProtectFilter||={});let x;(G=>G.Deactivate="Deactivate")(x=N.QuerySetAliasActionTypes||={});let M;(I=>(I.None="None",I.ActivateImportedActive="ActivateImportedActive"))(M=N.QuerysetImportActivation||={});let Q;(w=>(w.Suspend="Suspend",w.Unsuspend="Unsuspend",w.ToggleSuspend="ToggleSuspend",w.Activate="Activate",w.Delete="Delete",w.DeleteQueriesAndWUs="DeleteQueriesAndWUs",w.RemoveAllAliases="RemoveAllAliases",w.ResetQueryStats="ResetQueryStats"))(Q=N.QuerySetQueryActionTypes||={});let V;(j=>(j[j.DoNotActivateQuery=0]="DoNotActivateQuery",j[j.ActivateQuery=1]="ActivateQuery",j[j.ActivateQuerySuspendPrevious=2]="ActivateQuerySuspendPrevious",j[j.ActivateQueryDeletePrevious=3]="ActivateQueryDeletePrevious"))(V=N.WUQueryActivationMode||={})})(me||={});var St=class extends v{constructor(e){super(e,"WsWorkunits","2.04")}GVCAjaxGraph(e){return this._connection.send("GVCAjaxGraph",e,"json",!1,void 0,"GVCAjaxGraphResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsWorkunitsPingResponse")}WUAbort(e){return this._connection.send("WUAbort",e,"json",!1,void 0,"WUAbortResponse")}WUAction(e){return this._connection.send("WUAction",e,"json",!1,void 0,"WUActionResponse")}WUAddLocalFileToWorkunit(e){return this._connection.send("WUAddLocalFileToWorkunit",e,"json",!1,void 0,"WUAddLocalFileToWorkunitResponse")}WUAnalyseHotspot(e){return this._connection.send("WUAnalyseHotspot",e,"json",!1,void 0,"WUAnalyseHotspotResponse")}WUCDebug(e){return this._connection.send("WUCDebug",e,"json",!1,void 0,"WUDebugResponse")}WUCheckFeatures(e){return this._connection.send("WUCheckFeatures",e,"json",!1,void 0,"WUCheckFeaturesResponse")}WUClusterJobQueueLOG(e){return this._connection.send("WUClusterJobQueueLOG",e,"json",!1,void 0,"WUClusterJobQueueLOGResponse")}WUClusterJobQueueXLS(e){return this._connection.send("WUClusterJobQueueXLS",e,"json",!1,void 0,"WUClusterJobQueueXLSResponse")}WUClusterJobSummaryXLS(e){return this._connection.send("WUClusterJobSummaryXLS",e,"json",!1,void 0,"WUClusterJobSummaryXLSResponse")}WUClusterJobXLS(e){return this._connection.send("WUClusterJobXLS",e,"json",!1,void 0,"WUClusterJobXLSResponse")}WUCompileECL(e){return this._connection.send("WUCompileECL",e,"json",!1,void 0,"WUCompileECLResponse")}WUCopyLogicalFiles(e){return this._connection.send("WUCopyLogicalFiles",e,"json",!1,void 0,"WUCopyLogicalFilesResponse")}WUCopyQuerySet(e){return this._connection.send("WUCopyQuerySet",e,"json",!1,void 0,"WUCopyQuerySetResponse")}WUCreate(e){return this._connection.send("WUCreate",e,"json",!1,void 0,"WUCreateResponse")}WUCreateAndUpdate(e){return this._connection.send("WUCreateAndUpdate",e,"json",!1,void 0,"WUUpdateResponse")}WUCreateZAPInfo(e){return this._connection.send("WUCreateZAPInfo",e,"json",!1,void 0,"WUCreateZAPInfoResponse")}WUDelete(e){return this._connection.send("WUDelete",e,"json",!1,void 0,"WUDeleteResponse")}WUDeployWorkunit(e){return this._connection.send("WUDeployWorkunit",e,"json",!1,void 0,"WUDeployWorkunitResponse")}WUDetails(e){return this._connection.send("WUDetails",e,"json",!1,void 0,"WUDetailsResponse")}WUDetailsMeta(e){return this._connection.send("WUDetailsMeta",e,"json",!1,void 0,"WUDetailsMetaResponse")}WUEclDefinitionAction(e){return this._connection.send("WUEclDefinitionAction",e,"json",!1,void 0,"WUEclDefinitionActionResponse")}WUExport(e){return this._connection.send("WUExport",e,"json",!1,void 0,"WUExportResponse")}WUFile(e){return this._connection.send("WUFile",e,"json",!1,void 0,"WULogFileResponse")}WUFullResult(e){return this._connection.send("WUFullResult",e,"json",!1,void 0,"WUFullResultResponse")}WUGVCGraphInfo(e){return this._connection.send("WUGVCGraphInfo",e,"json",!1,void 0,"WUGVCGraphInfoResponse")}WUGetArchiveFile(e){return this._connection.send("WUGetArchiveFile",e,"json",!1,void 0,"WUGetArchiveFileResponse")}WUGetDependancyTrees(e){return this._connection.send("WUGetDependancyTrees",e,"json",!1,void 0,"WUGetDependancyTreesResponse")}WUGetGraph(e){return this._connection.send("WUGetGraph",e,"json",!1,void 0,"WUGetGraphResponse")}WUGetGraphNameAndTypes(e){return this._connection.send("WUGetGraphNameAndTypes",e,"json",!1,void 0,"WUGetGraphNameAndTypesResponse")}WUGetNumFileToCopy(e){return this._connection.send("WUGetNumFileToCopy",e,"json",!1,void 0,"WUGetNumFileToCopyResponse")}WUGetPlugins(e){return this._connection.send("WUGetPlugins",e,"json",!1,void 0,"WUGetPluginsResponse")}WUGetStats(e){return this._connection.send("WUGetStats",e,"json",!1,void 0,"WUGetStatsResponse")}WUGetThorJobList(e){return this._connection.send("WUGetThorJobList",e,"json",!1,void 0,"WUGetThorJobListResponse")}WUGetThorJobQueue(e){return this._connection.send("WUGetThorJobQueue",e,"json",!1,void 0,"WUGetThorJobQueueResponse")}WUGetZAPInfo(e){return this._connection.send("WUGetZAPInfo",e,"json",!1,void 0,"WUGetZAPInfoResponse")}WUGraphInfo(e){return this._connection.send("WUGraphInfo",e,"json",!1,void 0,"WUGraphInfoResponse")}WUGraphTiming(e){return this._connection.send("WUGraphTiming",e,"json",!1,void 0,"WUGraphTimingResponse")}WUInfo(e){return this._connection.send("WUInfo",e,"json",!1,void 0,"WUInfoResponse")}WUInfoDetails(e){return this._connection.send("WUInfoDetails",e,"json",!1,void 0,"WUInfoResponse")}WUJobList(e){return this._connection.send("WUJobList",e,"json",!1,void 0,"WUJobListResponse")}WULightWeightQuery(e){return this._connection.send("WULightWeightQuery",e,"json",!1,void 0,"WULightWeightQueryResponse")}WUListArchiveFiles(e){return this._connection.send("WUListArchiveFiles",e,"json",!1,void 0,"WUListArchiveFilesResponse")}WUListLocalFileRequired(e){return this._connection.send("WUListLocalFileRequired",e,"json",!1,void 0,"WUListLocalFileRequiredResponse")}WUListQueries(e){return this._connection.send("WUListQueries",e,"json",!1,void 0,"WUListQueriesResponse")}WUListQueriesUsingFile(e){return this._connection.send("WUListQueriesUsingFile",e,"json",!1,void 0,"WUListQueriesUsingFileResponse")}WUMultiQuerysetDetails(e){return this._connection.send("WUMultiQuerysetDetails",e,"json",!1,void 0,"WUMultiQuerySetDetailsResponse")}WUProcessGraph(e){return this._connection.send("WUProcessGraph",e,"json",!1,void 0,"WUProcessGraphResponse")}WUProtect(e){return this._connection.send("WUProtect",e,"json",!1,void 0,"WUProtectResponse")}WUPublishWorkunit(e){return this._connection.send("WUPublishWorkunit",e,"json",!1,void 0,"WUPublishWorkunitResponse")}WUPushEvent(e){return this._connection.send("WUPushEvent",e,"json",!1,void 0,"WUPushEventResponse")}WUQuery(e){return this._connection.send("WUQuery",e,"json",!1,void 0,"WUQueryResponse")}WUQueryConfig(e){return this._connection.send("WUQueryConfig",e,"json",!1,void 0,"WUQueryConfigResponse")}WUQueryDetails(e){return this._connection.send("WUQueryDetails",e,"json",!1,void 0,"WUQueryDetailsResponse")}WUQueryDetailsLightWeight(e){return this._connection.send("WUQueryDetailsLightWeight",e,"json",!1,void 0,"WUQueryDetailsResponse")}WUQueryFiles(e){return this._connection.send("WUQueryFiles",e,"json",!1,void 0,"WUQueryFilesResponse")}WUQueryGetGraph(e){return this._connection.send("WUQueryGetGraph",e,"json",!1,void 0,"WUQueryGetGraphResponse")}WUQueryGetSummaryStats(e){return this._connection.send("WUQueryGetSummaryStats",e,"json",!1,void 0,"WUQueryGetSummaryStatsResponse")}WUQuerysetAliasAction(e){return this._connection.send("WUQuerysetAliasAction",e,"json",!1,void 0,"WUQuerySetAliasActionResponse")}WUQuerysetCopyQuery(e){return this._connection.send("WUQuerysetCopyQuery",e,"json",!1,void 0,"WUQuerySetCopyQueryResponse")}WUQuerysetDetails(e){return this._connection.send("WUQuerysetDetails",e,"json",!1,void 0,"WUQuerySetDetailsResponse")}WUQuerysetExport(e){return this._connection.send("WUQuerysetExport",e,"json",!1,void 0,"WUQuerysetExportResponse")}WUQuerysetImport(e){return this._connection.send("WUQuerysetImport",e,"json",!1,void 0,"WUQuerysetImportResponse")}WUQuerysetQueryAction(e){return this._connection.send("WUQuerysetQueryAction",e,"json",!1,void 0,"WUQuerySetQueryActionResponse")}WUQuerysets(e){return this._connection.send("WUQuerysets",e,"json",!1,void 0,"WUQuerysetsResponse")}WURecreateQuery(e){return this._connection.send("WURecreateQuery",e,"json",!1,void 0,"WURecreateQueryResponse")}WUResubmit(e){return this._connection.send("WUResubmit",e,"json",!1,void 0,"WUResubmitResponse")}WUResult(e){return this._connection.send("WUResult",e,"json",!1,void 0,"WUResultResponse")}WUResultBin(e){return this._connection.send("WUResultBin",e,"json",!1,void 0,"WUResultBinResponse")}WUResultSummary(e){return this._connection.send("WUResultSummary",e,"json",!1,void 0,"WUResultSummaryResponse")}WUResultView(e){return this._connection.send("WUResultView",e,"json",!1,void 0,"WUResultViewResponse")}WURun(e){return this._connection.send("WURun",e,"json",!1,void 0,"WURunResponse")}WUSchedule(e){return this._connection.send("WUSchedule",e,"json",!1,void 0,"WUScheduleResponse")}WUShowScheduled(e){return this._connection.send("WUShowScheduled",e,"json",!1,void 0,"WUShowScheduledResponse")}WUSubmit(e){return this._connection.send("WUSubmit",e,"json",!1,void 0,"WUSubmitResponse")}WUSyntaxCheckECL(e){return this._connection.send("WUSyntaxCheckECL",e,"json",!1,void 0,"WUSyntaxCheckResponse")}WUUpdate(e){return this._connection.send("WUUpdate",e,"json",!1,void 0,"WUUpdateResponse")}WUUpdateQueryEntry(e){return this._connection.send("WUUpdateQueryEntry",e,"json",!1,void 0,"WUUpdateQueryEntryResponse")}WUWaitCompiled(e){return this._connection.send("WUWaitCompiled",e,"json",!1,void 0,"WUWaitResponse")}WUWaitComplete(e){return this._connection.send("WUWaitComplete",e,"json",!1,void 0,"WUWaitResponse")}};var Os=(I=>(I[I.Unknown=0]="Unknown",I[I.Compiled=1]="Compiled",I[I.Running=2]="Running",I[I.Completed=3]="Completed",I[I.Failed=4]="Failed",I[I.Archived=5]="Archived",I[I.Aborting=6]="Aborting",I[I.Aborted=7]="Aborted",I[I.Blocked=8]="Blocked",I[I.Submitted=9]="Submitted",I[I.Scheduled=10]="Scheduled",I[I.Compiling=11]="Compiling",I[I.Wait=12]="Wait",I[I.UploadingFiled=13]="UploadingFiled",I[I.DebugPaused=14]="DebugPaused",I[I.DebugRunning=15]="DebugRunning",I[I.Paused=16]="Paused",I[I.LAST=17]="LAST",I[I.NotFound=999]="NotFound",I))(Os||{}),Ke;(e=>{let n;(x=>(x[x.Unknown=0]="Unknown",x[x.Compile=1]="Compile",x[x.Check=2]="Check",x[x.Run=3]="Run",x[x.ExecuteExisting=4]="ExecuteExisting",x[x.Pause=5]="Pause",x[x.PauseNow=6]="PauseNow",x[x.Resume=7]="Resume",x[x.Debug=8]="Debug",x[x.__size=9]="__size"))(n=e.Action||={})})(Ke||={});function ur(n){return typeof n.Name=="string"}function Tc(n){return n.TotalClusterTime!==void 0}function wc(n){return n.StateEx!==void 0}var ie=class extends St{constructor(e){super(e)}Ping(){return this._connection.send("Ping",{},"json",!1,void 0,"WsWorkunitsPingResponse").then(()=>({result:!0}))}WUQuery(e={},t){return this._connection.send("WUQuery",e,"json",!1,t).then(s=>po({Workunits:{ECLWorkunit:[]}},s))}WUInfo(e){let t={Wuid:"",TruncateEclTo64k:!0,IncludeExceptions:!1,IncludeGraphs:!1,IncludeSourceFiles:!1,IncludeResults:!1,IncludeResultsViewNames:!1,IncludeVariables:!1,IncludeTimers:!1,IncludeDebugValues:!1,IncludeApplicationValues:!1,IncludeWorkflows:!1,IncludeXmlSchemas:!1,IncludeResourceURLs:!1,IncludeECL:!1,IncludeHelpers:!1,IncludeAllowedClusters:!1,IncludeTotalClusterTime:!1,IncludeServiceNames:!1,SuppressResultSchemas:!0,...e};return super.WUInfo(t)}WUCreate(){return super.WUCreate({})}WUUpdate(e){return this._connection.send("WUUpdate",e,"json",!0)}WUResubmit(e){return this._connection.toESPStringArray(e,"Wuids"),super.WUResubmit(e)}WUAction(e){return e.ActionType=e.WUActionType,super.WUAction(e)}WUResult(e,t){return this._connection.send("WUResult",e,"json",!1,t)}WUFileEx(e){return this._connection.send("WUFile",e,"text")}_WUDetailsMetaPromise;WUDetailsMeta(e){return this._WUDetailsMetaPromise||(this._WUDetailsMetaPromise=super.WUDetailsMeta(e)),this._WUDetailsMetaPromise}WUCDebugEx(e){return this._connection.send("WUCDebug",e,void 0,void 0,void 0,"WUDebug").then(t=>{let r=go(t.Result).children();return r.length?r[0]:null})}},os=class extends St{WUPublishWorkunitEx(e){return this._connection.send("WUPublishWorkunit",e)}};import{debounce as Go,StateObject as ko}from"@hpcc-js/util";var Fr=mt(_s(),1),Es=mt(js(),1);import{Cache as yo,deepMixinT as en,scopedLogger as xo,StateObject as Ao,XMLNode as tn}from"@hpcc-js/util";import{Cache as lr,Edge as Dr,Graph as Cr,StateObject as mo,Subgraph as Rr,Vertex as Sr}from"@hpcc-js/util";var us=class extends mo{wu;get properties(){return this.get()}get Name(){return this.get("Name")}get Label(){return this.get("Label")}get Type(){return this.get("Type")}get Complete(){return this.get("Complete")}get WhenStarted(){return this.get("WhenStarted")}get WhenFinished(){return this.get("WhenFinished")}get Time(){return this.get("Time")}get Running(){return this.get("Running")}get RunningId(){return this.get("RunningId")}get Failed(){return this.get("Failed")}constructor(e,t,s){super(),this.wu=e;let r=0;for(let i of s)if(i.GraphName===t.Name&&!i.HasSubGraphId){r=Math.round(i.Seconds*1e3)/1e3;break}this.set({Time:r,...t})}fetchScopeGraph(e){return e?this.wu.fetchGraphDetails([e],["subgraph"]).then(t=>ps(t)):this.wu.fetchGraphDetails([this.Name],["graph"]).then(t=>ps(t))}},cs=class extends lr{constructor(){super(e=>lr.hash([e.Name]))}};function yr(n,e,t){t=t||[],t.push(n),e(n.name,n.$,n.children(),t),n.children().forEach(s=>{yr(s,e,t)}),t.pop()}function Ys(n){let e={};return n.forEach(t=>{t.name==="att"&&(e[t.$.name]=t.$.value)}),e}var Xs=class extends Cr{},pr=class extends Rr{},gr=class extends Sr{},dr=class extends Dr{};function xr(n,e){let t={},s={},r={},i=new Xs(p=>p._.id),o=[i.root];return yr(e,(p,u,R,c)=>{let S=o[o.length-1];switch(p){case"graph":break;case"node":if(R.length&&R[0].children().length&&R[0].children()[0].name==="graph"){let Q=S.createSubgraph(Ys(R));o.push(Q),t[u.id]=Q}let x=S.createVertex(Ys(R));s[u.id]=x;break;case"edge":let M=S.createEdge(s[u.source],s[u.target],Ys(R));r[u.id]=M;break;default:}}),i}var ls=class extends Cr{},mr=class extends Rr{},fr=class extends Sr{},hr=class extends Dr{};function ps(n){let e={},t={},s={},r;for(let i of n)switch(i.ScopeType){case"graph":r=new ls(c=>c._.Id,i),e[i.ScopeName]=r.root;break;case"subgraph":r||(r=new ls(c=>c._.Id,i),e[i.ScopeName]=r.root);let o=i.parentScope().split(":"),p=e[i.parentScope()];for(;o.length&&!p;)p=e[o.join(":")],o.pop();if(!p)console.warn(`Missing SG:Parent (${i.Id}): ${i.parentScope()}`);else{let c=p;e[i.ScopeName]=c.createSubgraph(i)}break;case"activity":let u=e[i.parentScope()];u?s[i.ScopeName]=u.createVertex(i):console.warn(`Missing A:Parent (${i.Id}): ${i.parentScope()}`);break;case"edge":t[i.ScopeName]=i;break;case"function":let R=s[i.parentScope()];R?R._.children().push(i):console.warn(`Missing F:Parent (${i.Id}): ${i.parentScope()}`);break}for(let i in t){let o=t[i],p=e[o.parentScope()];if(!p)console.warn(`Missing E:Parent (${o.Id}): ${o.parentScope()}`);else{let u=p;try{let R=r.vertex(o.attr("IdSource").RawValue),c=r.vertex(o.attr("IdTarget").RawValue);u.createEdge(R,c,o)}catch{console.warn(`Invalid Edge: ${i}`)}}}return r}import{StateObject as fo}from"@hpcc-js/util";var gs=class extends fo{wu;get properties(){return this.get()}get URL(){return this.get("URL")}get DisplayName(){return this.get("DisplayName")}get DisplayPath(){return this.get("DisplayPath")}constructor(e,t){super(),this.wu=e;let s=t.split("\\").join("/"),r=s.split("/"),i="res/"+this.wu.Wuid+"/",o="",p="";s.indexOf(i)===0&&(o=s.substr(i.length),p=r[r.length-1]),this.set({URL:t,DisplayName:p,DisplayPath:o})}};import{Cache as Ks,exists as Js,StateObject as Do}from"@hpcc-js/util";import{SAXStackParser as ho,Stack as Ar}from"@hpcc-js/util";var ds=class{e;constructor(e){this.e=e}fix(){delete this.e}},ms=class extends ds{name;type;isSet=!1;attrs={};_children=[];constructor(e){super(e)}append(e){this._children.push(e),this.type||(this.type="hpcc:childDataset")}fix(){this.name=this.e.$.name,this.type=this.e.$.type;for(let t=this._children.length-1;t>=0;--t){let s=this._children[t];s.name==="Row"&&s.type===void 0&&(this._children.push(...s._children),this._children.splice(t,1))}let e=this.setOfType();e&&(this.type=e,this.isSet=!0,this._children=[])}children(){return this._children}isAll(e){return e.name==="All"&&e.type===void 0}setOfType(){let e=this.children();if(this.type===void 0&&e.length===2){if(this.isAll(e[0]))return e[1].type;if(this.isAll(e[1]))return e[0].type}}charWidth(){let e=-1;switch(this.type){case"xs:boolean":e=5;break;case"xs:integer":e=8;break;case"xs:nonNegativeInteger":e=8;break;case"xs:double":e=8;break;case"xs:string":e=32;break;default:let t="0123456789",s=this.type.lastIndexOf("_"),r=s>0?s:this.type.length,i=r-1;for(;i>=0&&t.indexOf(this.type.charAt(i))!==-1;--i);i+1<r&&(e=parseInt(this.type.substring(i+1,r),10)),this.type.indexOf("data")===0&&(e*=2);break}return e<this.name.length&&(e=this.name.length),e}},fs=class extends ds{name;type;maxLength;_restricition;_maxLength;constructor(e){super(e)}append(e){switch(e.name){case"xs:restriction":this._restricition=e;break;case"xs:maxLength":this._maxLength=e;break;default:}}fix(){this.name=this.e.$.name,this.type=this._restricition.$.base,this.maxLength=this._maxLength?+this._maxLength.$.value:void 0,delete this._restricition,delete this._maxLength,super.fix()}},hs=class{root;simpleTypes={};fields(){return this.root.children()}},Ds=class extends ho{schema=new hs;simpleType;simpleTypes={};xsdStack=new Ar;startXMLNode(e){switch(super.startXMLNode(e),e.name){case"xs:element":let t=new ms(e);this.schema.root?this.xsdStack.depth()&&this.xsdStack.top().append(t):this.schema.root=t,this.xsdStack.push(t);break;case"xs:simpleType":this.simpleType=new fs(e);break;default:break}}endXMLNode(e){switch(e.name){case"xs:element":this.xsdStack.pop().fix();break;case"xs:simpleType":this.simpleType.fix(),this.simpleTypes[this.simpleType.name]=this.simpleType,delete this.simpleType;break;case"xs:appinfo":let s=this.xsdStack.top();for(let r in e.$)s.attrs[r]=e.$[r];break;default:this.simpleType&&this.simpleType.append(e)}super.endXMLNode(e)}};function zs(n){let e=new Ds;return e.parse(n),e.schema}var qs=class extends Ds{_rootName;schema=new hs;simpleTypes={};xsdStack=new Ar;constructor(e){super(),this._rootName=e}startXMLNode(e){switch(super.startXMLNode(e),e.name){case"xsd:element":let t=new ms(e);!this.schema.root&&this._rootName===e.$.name&&(this.schema.root=t),this.xsdStack.depth()&&this.xsdStack.top().append(t),this.xsdStack.push(t);break;case"xsd:simpleType":this.simpleType=new fs(e);break;default:break}}endXMLNode(e){switch(e.name){case"xsd:element":this.xsdStack.pop().fix();break;case"xsd:simpleType":break;default:break}super.endXMLNode(e)}};function jc(n,e){let t=new qs(e);return t.parse(n),t.schema}var Zs=class extends Ks{constructor(){super(e=>`${e.BaseUrl}-${e.Wuid}-${e.ResultName}`)}},Cs=new Zs,Rs=class n extends Do{connection;_bypassCache=!1;get BaseUrl(){return this.connection.baseUrl}xsdSchema;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get ResultName(){return this.get("ResultName")}get ResultSequence(){return this.get("ResultSequence")}get LogicalFileName(){return this.get("LogicalFileName")}get Name(){return this.get("Name")}get Sequence(){return this.get("Sequence")}get Value(){return this.get("Value")}get Link(){return this.get("Link")}get FileName(){return this.get("FileName")}get IsSupplied(){return this.get("IsSupplied")}get ShowFileContent(){return this.get("ShowFileContent")}get Total(){return this.get("Total")}get ECLSchemas(){return this.get("ECLSchemas")}get NodeGroup(){return this.get("NodeGroup")}get ResultViews(){return this.get("ResultViews")}get XmlSchema(){return this.get("XmlSchema")}static attach(e,t,s,r){let i;return Array.isArray(r)?(i=Cs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:s.Name},()=>new n(e,t,s,r)),i.set(s)):typeof r>"u"&&(typeof s=="number"?i=Cs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:"Sequence_"+s},()=>new n(e,t,s)):typeof s=="string"&&(i=Cs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:s},()=>new n(e,t,s)))),i}static attachLogicalFile(e,t,s){return Cs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:s},()=>new n(e,t,s,!0))}constructor(e,t,s,r){super(),e instanceof ie?this.connection=e:this.connection=new ie(e),typeof r=="boolean"&&r===!0?this.set({NodeGroup:t,LogicalFileName:s}):ur(s)&&Array.isArray(r)?this.set({...s,Wuid:t,ResultName:s.Name,ResultViews:r}):typeof r>"u"?typeof s=="number"?this.set({Wuid:t,ResultSequence:s}):typeof s=="string"?this.set({Wuid:t,ResultName:s}):console.warn("Unknown Result.attach (1)"):console.warn("Unknown Result.attach (2)")}isComplete(){return this.Total!==-1}bypassCache(e){return e===void 0?this._bypassCache:(this._bypassCache=e,this)}_fetchXMLSchemaPromise;fetchXMLSchema(e=!1){return(!this._fetchXMLSchemaPromise||e)&&(this._fetchXMLSchemaPromise=this.WUResult().then(t=>t.Result?.XmlSchema?.xml?(this.xsdSchema=zs(t.Result.XmlSchema.xml),this.xsdSchema):null)),this._fetchXMLSchemaPromise}async refresh(){return await this.fetchRows(0,1,!0),this}fetchRows(e=0,t=-1,s=!1,r={},i,o){let p=o??this._bypassCache;return this.WUResult(e,t,!s,r,i,p).then(u=>{let R=u.Result;return delete u.Result,this.set({...u}),Js("XmlSchema.xml",R)&&(this.xsdSchema=zs(R.XmlSchema.xml)),Js("Row",R)?R.Row:this.ResultName&&Js(this.ResultName,R)?R[this.ResultName].Row:[]})}rootField(){return this.xsdSchema?this.xsdSchema.root:null}fields(){return this.xsdSchema?this.xsdSchema.root.children():[]}WUResult(e=0,t=1,s=!1,r={},i,o=!1){let p={NamedValue:{itemcount:0}};for(let R in r)p.NamedValue[p.NamedValue.itemcount++]={Name:R,Value:r[R]};let u={FilterBy:p};return this.Wuid&&this.ResultName!==void 0?(u.Wuid=this.Wuid,u.ResultName=this.ResultName):this.Wuid&&this.ResultSequence!==void 0?(u.Wuid=this.Wuid,u.Sequence=this.ResultSequence):this.LogicalFileName&&this.NodeGroup?(u.LogicalName=this.LogicalFileName,u.Cluster=this.NodeGroup):this.LogicalFileName&&(u.LogicalName=this.LogicalFileName),u.Start=e,u.Count=t,u.SuppressXmlSchema=s,u.BypassCachedResult=o,this.connection.WUResult(u,i).then(R=>R)}},Ss=class extends Ks{constructor(){super(e=>Ks.hash([e.Sequence,e.Name,e.Value,e.FileName]))}};import{StateObject as Wr}from"@hpcc-js/util";var Ze=class extends Wr{scope;get properties(){return this.get()}get Name(){return this.get("Name")}get RawValue(){return this.get("RawValue")}get Formatted(){return this.get("Formatted")}get FormattedEnd(){return this.get("FormattedEnd")}get Measure(){return this.get("Measure")}get Creator(){return this.get("Creator")}get CreatorType(){return this.get("CreatorType")}constructor(e,t){super(),this.scope=e,this.set(t)}},$s=class extends Wr{_attributeMap={};_children=[];get properties(){return this.get()}get ScopeName(){return this.get("ScopeName")}get Id(){return this.get("Id")}get ScopeType(){return this.get("ScopeType")}get Properties(){return this.get("Properties",{Property:[]})}get Notes(){return this.get("Notes",{Note:[]})}get SinkActivity(){return this.get("SinkActivity")}get CAttributes(){let e=[],t={start:null,end:null};return this.Properties.Property.forEach(s=>{s.Measure==="ts"&&s.Name.indexOf("Started")>=0?t.start=s:this.ScopeName&&s.Measure==="ts"&&s.Name.indexOf("Finished")>=0?t.end=s:e.push(new Ze(this,s))}),t.start&&t.end?(t.start.FormattedEnd=t.end.Formatted,e.push(new Ze(this,t.start))):t.start?e.push(new Ze(this,t.start)):t.end&&e.push(new Ze(this,t.end)),e}constructor(e){super(),this.update(e)}update(e){this.set(e),this.CAttributes.forEach(t=>{this._attributeMap[t.Name]=t}),this.Properties.Property=[];for(let t in this._attributeMap)this._attributeMap.hasOwnProperty(t)&&this.Properties.Property.push(this._attributeMap[t].properties)}parentScope(){let e=this.ScopeName.split(":");return e.pop(),e.join(":")}children(e){return arguments.length?(this._children=e,this):this._children}walk(e){if(e.start(this))return!0;for(let t of this.children())if(t.walk(e))return!0;return e.end(this)}formattedAttrs(){let e={};for(let t in this._attributeMap)e[t]=this._attributeMap[t].Formatted||this._attributeMap[t].RawValue;return e}rawAttrs(){let e={};for(let t in this._attributeMap)e[t]=this._attributeMap[t].RawValue;return e}hasAttr(e){return this._attributeMap[e]!==void 0}attr(e){return this._attributeMap[e]||new Ze(this,{Creator:"",CreatorType:"",Formatted:"",Measure:"",Name:"",RawValue:""})}attrMeasure(e){return this._attributeMap[e].Measure}calcTooltip(e){let t="",s=[];t=this.Id,s.push(`<tr><td class="key">ID:</td><td class="value">${this.Id}</td></tr>`),e&&s.push(`<tr><td class="key">Parent ID:</td><td class="value">${e.Id}</td></tr>`),s.push(`<tr><td class="key">Scope:</td><td class="value">${this.ScopeName}</td></tr>`);let r=this.formattedAttrs();for(let i in r)i==="Label"?t=r[i]:s.push(`<tr><td class="key">${i}</td><td class="value">${r[i]}</td></tr>`);return`<div class="eclwatch_WUGraph_Tooltip" style="max-width:480px">
910
+ `;var Ha="__PACKAGE_NAME__",ja="__PACKAGE_VERSION__",Oa="__BUILD_VERSION__";import{join as Gt}from"@hpcc-js/util";import{join as ks,promiseTimeout as vi,root as ft,scopedLogger as Vi,utf8ToBase64 as Hi}from"@hpcc-js/util";var Ln=Vi("comms/connection.ts");function Xa(n){return"baseUrl"in n}var ji={type:"post",baseUrl:"",userID:"",password:"",rejectUnauthorized:!0,timeoutSecs:60};function qa(n){return typeof n.opts=="function"&&typeof n.send=="function"&&typeof n.clone=="function"}function Ie(n,e){return e===void 0||e===!0?encodeURIComponent(n):""+n}function qe(n,e=!0,t=""){if(t&&(t+="."),typeof n!="object")return Ie(n,e);let s=[];for(let r in n)if(n.hasOwnProperty(r))if(n[r]instanceof Array){let i=!1;n[r].forEach((o,u)=>{typeof o=="object"?(i=!0,s.push(qe(o,e,t+Ie(`${r}.${u}`,e)))):s.push(t+Ie(`${r}_i${u}`,e)+"="+qe(o,e))}),i&&s.push(t+Ie(`${r}.itemcount`,e)+"="+n[r].length)}else typeof n[r]=="object"?n[r]&&n[r].Item instanceof Array?(s.push(qe(n[r].Item,e,t+Ie(r,e))),s.push(t+Ie(`${r}.itemcount`,e)+"="+n[r].Item.length)):s.push(qe(n[r],e,t+Ie(r,e))):n[r]!==void 0?s.push(t+Ie(r,e)+"="+Ie(n[r],e)):s.push(t+Ie(r,e));return s.join("&")}function Oi(n){return JSON.parse(n)}function _i(n,e,t={},s="json",r){return r&&console.warn("Header attributes ignored for JSONP connections"),new Promise((i,o)=>{let u=n.timeoutSecs*1e3,p=5e3,A="jsonp_callback_"+Math.round(Math.random()*999999);window[A]=function(Q){u=0,M(),i(s==="json"&&typeof Q=="string"?Oi(Q):Q)};let l=document.createElement("script"),x=ks(n.baseUrl,e);x+=x.indexOf("?")>=0?"&":"?",l.src=x+"jsonp="+A+"&"+qe(t,n.encodeRequest),document.body.appendChild(l);let S=setInterval(function(){u<=0?clearInterval(S):(u-=p,u<=0?(clearInterval(S),Ln.error("Request timeout: "+l.src),M(),o(Error("Request timeout: "+l.src))):Ln.debug("Request pending ("+u/1e3+" sec): "+l.src))},p);function M(){delete window[A],document.body.removeChild(l)}})}function Yi(n){return n.userID?{Authorization:`Basic ${Hi(`${n.userID}:${n.password}`)}`}:{}}var Bt={};function Gn(n,e,t,s,r){s={...Yi(n),...s},t={credentials:Bt[n.baseUrl]?"omit":"include",...t,headers:s},n.baseUrl.indexOf("https:")===0&&(n.rejectUnauthorized===!1&&ft.__hpcc_rejectUnauthorizedAgent?t.dispatcher=ft.__hpcc_rejectUnauthorizedAgent:ft.__hpcc_trustwaveAgent&&(t.agent=ft.__hpcc_trustwaveAgent));function i(u){if(u.ok)return r==="json"?u.json():u.text();throw new Error(u.statusText)}let o=ft.__hpcc_undiciFetch??fetch;return vi(n.timeoutSecs*1e3,o(ks(n.baseUrl,e),t).then(i).catch(u=>(t.credentials=Bt[n.baseUrl]?"include":"omit",o(ks(n.baseUrl,e),t).then(i).then(p=>(Bt[n.baseUrl]=!Bt[n.baseUrl],p)))))}function Xi(n,e,t,s="json",r){t.upload_&&(delete t.upload_,e+="?upload_");let i;return t.abortSignal_&&(i=t.abortSignal_,delete t.abortSignal_),Gn(n,e,{method:"post",body:qe(t,n.encodeRequest),signal:i},{"Content-Type":"application/x-www-form-urlencoded",...r},s)}function qi(n,e,t,s="json",r){let i;return t.abortSignal_&&(i=t.abortSignal_,delete t.abortSignal_),Gn(n,`${e}?${qe(t,n.encodeRequest)}`,{method:"get",signal:i},{...r},s)}function zi(n,e,t,s="json",r){let i;switch(n.type){case"jsonp":i=_i(n,e,t,s,r);break;case"get":i=qi(n,e,t,s,r);break;default:i=Xi(n,e,t,s,r);break}return i}var Qt=zi;function za(n){let e=Qt;return n&&(Qt=n),e}var vs=class n{_opts;get baseUrl(){return this._opts.baseUrl}constructor(e){this.opts(e)}opts(e){return arguments.length===0?this._opts:(this._opts={...ji,...e},this)}send(e,t,s="json",r){return this._opts.hookSend?this._opts.hookSend(this._opts,e,t,s,Qt,r):Qt(this._opts,e,t,s,r)}clone(){return new n(this.opts())}},Lt=function(n){return new vs(n)};function Ja(n){let e=Lt;return Lt=n,e}function Ji(n){return Object.prototype.toString.call(n)==="[object Array]"}var ze=class extends Error{isESPExceptions=!0;action;request;Source;Exception;constructor(e,t,s){super("ESPException: "+s.Source),this.action=e,this.request=t,this.Source=s.Source,this.Exception=s.Exception,s.Exception.length?this.message=`${s.Exception[0].Code}: ${s.Exception[0].Message}`:this.message=""}};function nu(n){return n instanceof ze||n.isESPExceptions&&Array.isArray(n.Exception)}function Ki(n){return n.send!==void 0}var Vs=class n{_connection;get baseUrl(){return this._connection.opts().baseUrl}_service;_version;constructor(e,t,s){this._connection=Ki(e)?e:Lt(e),this._service=t,this._version=s}service(e){return e===void 0?this._service:(this._service=e,this)}version(e){return e===void 0?this._version:(this._version=e,this)}toESPStringArray(e,t){if(Ji(e[t])){for(let s=0;s<e[t].length;++s)e[t+"_i"+s]=e[t][s];delete e[t]}return e}opts(e){return e===void 0?this._connection.opts():(this._connection.opts(e),this)}send(e,t={},s="json",r=!1,i,o){let u={...t,ver_:this._version};r&&(u.upload_=!0),i&&(u.abortSignal_=i);let p,A="json";switch(s){case"text":p=Gt(this._service,e),A="text";break;case"xsd":p=Gt(this._service,e+".xsd"),A="text";break;case"json2":p=Gt(this._service,e+"/json"),s="json",e=e.split("/").pop();break;default:p=Gt(this._service,e+".json")}return this._connection.send(p,u,A).then(l=>{if(s==="json"){let x;if(l&&l.Exceptions)throw new ze(e,u,l.Exceptions);if(l&&(x=l[o||e+"Response"]),!x)throw new ze(e,u,{Source:"ESPConnection.send",Exception:[{Code:0,Message:"Missing Response"}]});return x}return l})}clone(){return new n(this._connection.clone(),this._service,this._version)}},v=class{_connection;get baseUrl(){return this._connection.opts().baseUrl}constructor(e,t,s){this._connection=new Vs(e,t,s)}opts(){return this._connection.opts()}connection(){return this._connection.clone()}};var ht;(e=>{let n;(p=>(p.Delete="Delete",p.Protect="Protect",p.Unprotect="Unprotect",p.Restore="Restore",p.SetToFailed="SetToFailed",p.Archive="Archive"))(n=e.DFUWUActions||={})})(ht||={});var kt=class extends v{constructor(e){super(e,"FileSpray","1.27")}AbortDFUWorkunit(e){return this._connection.send("AbortDFUWorkunit",e,"json",!1,void 0,"AbortDFUWorkunitResponse")}Copy(e){return this._connection.send("Copy",e,"json",!1,void 0,"CopyResponse")}CreateDFUPublisherWorkunit(e){return this._connection.send("CreateDFUPublisherWorkunit",e,"json",!1,void 0,"CreateDFUPublisherWorkunitResponse")}CreateDFUWorkunit(e){return this._connection.send("CreateDFUWorkunit",e,"json",!1,void 0,"CreateDFUWorkunitResponse")}DFUWUFile(e){return this._connection.send("DFUWUFile",e,"json",!1,void 0,"DFUWUFileResponse")}DFUWUSearch(e){return this._connection.send("DFUWUSearch",e,"json",!1,void 0,"DFUWUSearchResponse")}DFUWorkunitsAction(e){return this._connection.send("DFUWorkunitsAction",e,"json",!1,void 0,"DFUWorkunitsActionResponse")}DeleteDFUWorkunit(e){return this._connection.send("DeleteDFUWorkunit",e,"json",!1,void 0,"DeleteDFUWorkunitResponse")}DeleteDFUWorkunits(e){return this._connection.send("DeleteDFUWorkunits",e,"json",!1,void 0,"DeleteDFUWorkunitsResponse")}DeleteDropZoneFiles(e){return this._connection.send("DeleteDropZoneFiles",e,"json",!1,void 0,"DFUWorkunitsActionResponse")}Despray(e){return this._connection.send("Despray",e,"json",!1,void 0,"DesprayResponse")}DfuMonitor(e){return this._connection.send("DfuMonitor",e,"json",!1,void 0,"DfuMonitorResponse")}DropZoneFileSearch(e){return this._connection.send("DropZoneFileSearch",e,"json",!1,void 0,"DropZoneFileSearchResponse")}DropZoneFiles(e){return this._connection.send("DropZoneFiles",e,"json",!1,void 0,"DropZoneFilesResponse")}EchoDateTime(e){return this._connection.send("EchoDateTime",e,"json",!1,void 0,"EchoDateTimeResponse")}FileList(e){return this._connection.send("FileList",e,"json",!1,void 0,"FileListResponse")}GetDFUExceptions(e){return this._connection.send("GetDFUExceptions",e,"json",!1,void 0,"GetDFUExceptionsResponse")}GetDFUProgress(e){return this._connection.send("GetDFUProgress",e,"json",!1,void 0,"ProgressResponse")}GetDFUServerQueues(e){return this._connection.send("GetDFUServerQueues",e,"json",!1,void 0,"GetDFUServerQueuesResponse")}GetDFUWorkunit(e){return this._connection.send("GetDFUWorkunit",e,"json",!1,void 0,"GetDFUWorkunitResponse")}GetDFUWorkunits(e){return this._connection.send("GetDFUWorkunits",e,"json",!1,void 0,"GetDFUWorkunitsResponse")}GetRemoteTargets(e){return this._connection.send("GetRemoteTargets",e,"json",!1,void 0,"GetRemoteTargetsResponse")}GetSprayTargets(e){return this._connection.send("GetSprayTargets",e,"json",!1,void 0,"GetSprayTargetsResponse")}OpenSave(e){return this._connection.send("OpenSave",e,"json",!1,void 0,"OpenSaveResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"FileSprayPingResponse")}Rename(e){return this._connection.send("Rename",e,"json",!1,void 0,"RenameResponse")}Replicate(e){return this._connection.send("Replicate",e,"json",!1,void 0,"ReplicateResponse")}ShowResult(e){return this._connection.send("ShowResult",e,"json",!1,void 0,"ShowResultResponse")}SprayFixed(e){return this._connection.send("SprayFixed",e,"json",!1,void 0,"SprayFixedResponse")}SprayVariable(e){return this._connection.send("SprayVariable",e,"json",!1,void 0,"SprayResponse")}SubmitDFUWorkunit(e){return this._connection.send("SubmitDFUWorkunit",e,"json",!1,void 0,"SubmitDFUWorkunitResponse")}UpdateDFUWorkunit(e){return this._connection.send("UpdateDFUWorkunit",e,"json",!1,void 0,"UpdateDFUWorkunitResponse")}};var Zi=(l=>(l[l.unknown=0]="unknown",l[l.scheduled=1]="scheduled",l[l.queued=2]="queued",l[l.started=3]="started",l[l.aborted=4]="aborted",l[l.failed=5]="failed",l[l.finished=6]="finished",l[l.monitoring=7]="monitoring",l[l.aborting=8]="aborting",l[l.notfound=999]="notfound",l))(Zi||{}),$i=(x=>(x.Copy="copy",x.Remove="remove",x.Move="move",x.Rename="rename",x.Replicate="replicate",x.Import="import",x.Export="export",x.Monitor="monitor",x.Copymerge="copymerge",x.Supercopy="supercopy",x.Publish="publish",x))($i||{}),Je=class extends kt{DFUWUFileEx(e){return this._connection.send("DFUWUFile",e,"text")}SprayFixedEx(e){return this._connection.send("SprayFixed",e)}SprayVariableEx(e){return this._connection.send("SprayVariable",e,"json",!1,null,"SprayResponse")}DesprayEx(e){return this._connection.send("Despray",e)}UpdateDFUWorkunitEx(e){return this._connection.send("UpdateDFUWorkunit",e,"json",!1,void 0,"UpdateDFUWorkunitResponse")}};var kn;(o=>{let n;(A=>(A.User="User",A.Group="Group"))(n=o.ViewMemberType||={});let e;(S=>(S.username="username",S.fullname="fullname",S.passwordexpiration="passwordexpiration",S.employeeID="employeeID",S.employeeNumber="employeeNumber"))(e=o.UserSortBy||={});let t;(A=>(A.Name="Name",A.ManagedBy="ManagedBy"))(t=o.GroupSortBy||={});let s;(l=>(l.Any="Any",l.User="User",l.Group="Group"))(s=o.AccountTypeReq||={});let r;(A=>(A.Name="Name",A.Type="Type"))(r=o.ResourcePermissionSortBy||={});let i;(p=>p.Name="Name")(i=o.ResourceSortBy||={})})(kn||={});var vt=class extends v{constructor(e){super(e,"ws_access","1.17")}AccountPermissions(e){return this._connection.send("AccountPermissions",e,"json",!1,void 0,"AccountPermissionsResponse")}AccountPermissionsV2(e){return this._connection.send("AccountPermissionsV2",e,"json",!1,void 0,"AccountPermissionsV2Response")}AddUser(e){return this._connection.send("AddUser",e,"json",!1,void 0,"AddUserResponse")}AddView(e){return this._connection.send("AddView",e,"json",!1,void 0,"AddViewResponse")}AddViewColumn(e){return this._connection.send("AddViewColumn",e,"json",!1,void 0,"AddViewColumnResponse")}AddViewMember(e){return this._connection.send("AddViewMember",e,"json",!1,void 0,"AddViewMemberResponse")}ClearPermissionsCache(e){return this._connection.send("ClearPermissionsCache",e,"json",!1,void 0,"ClearPermissionsCacheResponse")}DeleteView(e){return this._connection.send("DeleteView",e,"json",!1,void 0,"DeleteViewResponse")}DeleteViewColumn(e){return this._connection.send("DeleteViewColumn",e,"json",!1,void 0,"DeleteViewColumnResponse")}DeleteViewMember(e){return this._connection.send("DeleteViewMember",e,"json",!1,void 0,"DeleteViewMemberResponse")}DisableScopeScans(e){return this._connection.send("DisableScopeScans",e,"json",!1,void 0,"DisableScopeScansResponse")}EnableScopeScans(e){return this._connection.send("EnableScopeScans",e,"json",!1,void 0,"EnableScopeScansResponse")}FilePermission(e){return this._connection.send("FilePermission",e,"json",!1,void 0,"FilePermissionResponse")}GroupAction(e){return this._connection.send("GroupAction",e,"json",!1,void 0,"GroupActionResponse")}GroupAdd(e){return this._connection.send("GroupAdd",e,"json",!1,void 0,"GroupAddResponse")}GroupEdit(e){return this._connection.send("GroupEdit",e,"json",!1,void 0,"GroupEditResponse")}GroupMemberEdit(e){return this._connection.send("GroupMemberEdit",e,"json",!1,void 0,"GroupMemberEditResponse")}GroupMemberEditInput(e){return this._connection.send("GroupMemberEditInput",e,"json",!1,void 0,"GroupMemberEditInputResponse")}GroupMemberQuery(e){return this._connection.send("GroupMemberQuery",e,"json",!1,void 0,"GroupMemberQueryResponse")}GroupQuery(e){return this._connection.send("GroupQuery",e,"json",!1,void 0,"GroupQueryResponse")}Groups(e){return this._connection.send("Groups",e,"json",!1,void 0,"GroupResponse")}PermissionAction(e){return this._connection.send("PermissionAction",e,"json",!1,void 0,"PermissionActionResponse")}Permissions(e){return this._connection.send("Permissions",e,"json",!1,void 0,"BasednsResponse")}PermissionsReset(e){return this._connection.send("PermissionsReset",e,"json",!1,void 0,"PermissionsResetResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_accessPingResponse")}QueryScopeScansEnabled(e){return this._connection.send("QueryScopeScansEnabled",e,"json",!1,void 0,"QueryScopeScansEnabledResponse")}QueryUserViewColumns(e){return this._connection.send("QueryUserViewColumns",e,"json",!1,void 0,"QueryUserViewColumnsResponse")}QueryViewColumns(e){return this._connection.send("QueryViewColumns",e,"json",!1,void 0,"QueryViewColumnsResponse")}QueryViewMembers(e){return this._connection.send("QueryViewMembers",e,"json",!1,void 0,"QueryViewMembersResponse")}QueryViews(e){return this._connection.send("QueryViews",e,"json",!1,void 0,"QueryViewsResponse")}ResourceAdd(e){return this._connection.send("ResourceAdd",e,"json",!1,void 0,"ResourceAddResponse")}ResourceDelete(e){return this._connection.send("ResourceDelete",e,"json",!1,void 0,"ResourceDeleteResponse")}ResourcePermissionQuery(e){return this._connection.send("ResourcePermissionQuery",e,"json",!1,void 0,"ResourcePermissionQueryResponse")}ResourcePermissions(e){return this._connection.send("ResourcePermissions",e,"json",!1,void 0,"ResourcePermissionsResponse")}ResourceQuery(e){return this._connection.send("ResourceQuery",e,"json",!1,void 0,"ResourceQueryResponse")}Resources(e){return this._connection.send("Resources",e,"json",!1,void 0,"ResourcesResponse")}UserAccountExport(e){return this._connection.send("UserAccountExport",e,"json",!1,void 0,"UserAccountExportResponse")}UserAction(e){return this._connection.send("UserAction",e,"json",!1,void 0,"UserActionResponse")}UserEdit(e){return this._connection.send("UserEdit",e,"json",!1,void 0,"UserEditResponse")}UserGroupEdit(e){return this._connection.send("UserGroupEdit",e,"json",!1,void 0,"UserGroupEditResponse")}UserGroupEditInput(e){return this._connection.send("UserGroupEditInput",e,"json",!1,void 0,"UserGroupEditInputResponse")}UserInfoEdit(e){return this._connection.send("UserInfoEdit",e,"json",!1,void 0,"UserInfoEditResponse")}UserInfoEditInput(e){return this._connection.send("UserInfoEditInput",e,"json",!1,void 0,"UserInfoEditInputResponse")}UserPosix(e){return this._connection.send("UserPosix",e,"json",!1,void 0,"UserPosixResponse")}UserPosixInput(e){return this._connection.send("UserPosixInput",e,"json",!1,void 0,"UserPosixInputResponse")}UserQuery(e){return this._connection.send("UserQuery",e,"json",!1,void 0,"UserQueryResponse")}UserResetPass(e){return this._connection.send("UserResetPass",e,"json",!1,void 0,"UserResetPassResponse")}UserResetPassInput(e){return this._connection.send("UserResetPassInput",e,"json",!1,void 0,"UserResetPassInputResponse")}UserSudoers(e){return this._connection.send("UserSudoers",e,"json",!1,void 0,"UserSudoersResponse")}UserSudoersInput(e){return this._connection.send("UserSudoersInput",e,"json",!1,void 0,"UserSudoersInputResponse")}Users(e){return this._connection.send("Users",e,"json",!1,void 0,"UserResponse")}};var vn=class extends vt{};var Vt=class extends v{constructor(e){super(e,"ws_account","1.07")}MyAccount(e){return this._connection.send("MyAccount",e,"json",!1,void 0,"MyAccountResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_accountPingResponse")}UpdateUser(e){return this._connection.send("UpdateUser",e,"json",!1,void 0,"UpdateUserResponse")}UpdateUserInput(e){return this._connection.send("UpdateUserInput",e,"json",!1,void 0,"UpdateUserInputResponse")}VerifyUser(e){return this._connection.send("VerifyUser",e,"json",!1,void 0,"VerifyUserResponse")}};var Vn=class extends Vt{VerifyUser(e){return this._connection.send("VerifyUser",e).catch(t=>{if(t.isESPExceptions&&t.Exception.some(s=>s.Code===20043))return{retcode:20043,Exceptions:{Source:"wsAccount",Exception:t.Exception}};throw t})}};import{scopedLogger as eo}from"@hpcc-js/util";var Ht=class extends v{constructor(e){super(e,"WsCloud","1.02")}GetPODs(e){return this._connection.send("GetPODs",e,"json",!1,void 0,"GetPODsResponse")}GetServices(e){return this._connection.send("GetServices",e,"json",!1,void 0,"GetServicesResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsCloudPingResponse")}};var to=eo("@hpcc-js/comms/services/wsCloud.ts");function so(n){return n?.Pods!==void 0}function no(n){return n.spec?.containers?.reduce((e,t)=>(t.ports?.forEach(s=>{e.push({ContainerPort:s.containerPort,Name:s.name,Protocol:s.protocol})}),e),[])??[]}function ro(n){return n.filter(e=>{let t=e?.metadata?.labels??{};return t.hasOwnProperty("app.kubernetes.io/part-of")&&t["app.kubernetes.io/part-of"]==="HPCC-Platform"}).map(e=>{let t=new Date(e.metadata?.creationTimestamp);return{Name:e.metadata.name,Status:e.status?.phase,CreationTimestamp:t.toISOString(),ContainerName:e.status?.containerStatuses?.reduce((s,r)=>(r.name&&s.push(r.name),s),[]).join(", ")??"",ContainerCount:e.spec?.containers?.length??0,ContainerReadyCount:e.status?.containerStatuses?.reduce((s,r)=>s+(r.ready?1:0),0),ContainerRestartCount:e.status?.containerStatuses?.reduce((s,r)=>s+r.restartCount,0),Ports:{Port:no(e)}}})}var Hn=class extends Ht{getPODs(){return super.GetPODs({}).then(e=>{if(so(e))return e.Pods?.Pod??[];try{let t=typeof e.Result=="string"?JSON.parse(e.Result):e.Result;return ro(t?.items??[])}catch(t){return to.error(`Error parsing V1Pods json '${t instanceof Error?t.message:String(t)}'`),[]}})}};var Hs;(e=>{let n;(s=>s.gpg="gpg")(n=e.SigningMethodType||={})})(Hs||={});var jt=class extends v{constructor(e){super(e,"ws_codesign","1.1")}ListUserIDs(e){return this._connection.send("ListUserIDs",e,"json",!1,void 0,"ListUserIDsResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_codesignPingResponse")}Sign(e){return this._connection.send("Sign",e,"json",!1,void 0,"SignResponse")}Verify(e){return this._connection.send("Verify",e,"json",!1,void 0,"VerifyResponse")}};var jn=class extends jt{ListUserIDsEx(e){return super.ListUserIDs(e).then(t=>t.UserIDs.Item).catch(t=>[])}Sign(e){return super.Sign({SigningMethod:Hs.SigningMethodType.gpg,...e})}};var Ot=class extends v{constructor(e){super(e,"WSDali","1.07")}Add(e){return this._connection.send("Add",e,"json",!1,void 0,"ResultResponse")}ClearTraceTransactions(e){return this._connection.send("ClearTraceTransactions",e,"json",!1,void 0,"ResultResponse")}Count(e){return this._connection.send("Count",e,"json",!1,void 0,"CountResponse")}DFSCheck(e){return this._connection.send("DFSCheck",e,"json",!1,void 0,"ResultResponse")}DFSExists(e){return this._connection.send("DFSExists",e,"json",!1,void 0,"BooleanResponse")}DFSLS(e){return this._connection.send("DFSLS",e,"json",!1,void 0,"ResultResponse")}Delete(e){return this._connection.send("Delete",e,"json",!1,void 0,"ResultResponse")}DisconnectClientConnection(e){return this._connection.send("DisconnectClientConnection",e,"json",!1,void 0,"ResultResponse")}GetClients(e){return this._connection.send("GetClients",e,"json",!1,void 0,"ResultResponse")}GetConnections(e){return this._connection.send("GetConnections",e,"json",!1,void 0,"ResultResponse")}GetDFSCSV(e){return this._connection.send("GetDFSCSV",e,"json",!1,void 0,"ResultResponse")}GetDFSMap(e){return this._connection.send("GetDFSMap",e,"json",!1,void 0,"ResultResponse")}GetDFSParents(e){return this._connection.send("GetDFSParents",e,"json",!1,void 0,"ResultResponse")}GetLogicalFile(e){return this._connection.send("GetLogicalFile",e,"json",!1,void 0,"ResultResponse")}GetLogicalFilePart(e){return this._connection.send("GetLogicalFilePart",e,"json",!1,void 0,"ResultResponse")}GetProtectedList(e){return this._connection.send("GetProtectedList",e,"json",!1,void 0,"ResultResponse")}GetSDSStats(e){return this._connection.send("GetSDSStats",e,"json",!1,void 0,"ResultResponse")}GetSDSSubscribers(e){return this._connection.send("GetSDSSubscribers",e,"json",!1,void 0,"ResultResponse")}GetValue(e){return this._connection.send("GetValue",e,"json",!1,void 0,"ResultResponse")}Import(e){return this._connection.send("Import",e,"json",!1,void 0,"ResultResponse")}ListSDSLocks(e){return this._connection.send("ListSDSLocks",e,"json",!1,void 0,"ResultResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WSDaliPingResponse")}SaveSDSStore(e){return this._connection.send("SaveSDSStore",e,"json",!1,void 0,"ResultResponse")}SetLogicalFilePartAttr(e){return this._connection.send("SetLogicalFilePartAttr",e,"json",!1,void 0,"ResultResponse")}SetProtected(e){return this._connection.send("SetProtected",e,"json",!1,void 0,"ResultResponse")}SetTraceSlowTransactions(e){return this._connection.send("SetTraceSlowTransactions",e,"json",!1,void 0,"ResultResponse")}SetTraceTransactions(e){return this._connection.send("SetTraceTransactions",e,"json",!1,void 0,"ResultResponse")}SetUnprotected(e){return this._connection.send("SetUnprotected",e,"json",!1,void 0,"ResultResponse")}SetValue(e){return this._connection.send("SetValue",e,"json",!1,void 0,"ResultResponse")}UnlockSDSLock(e){return this._connection.send("UnlockSDSLock",e,"json",!1,void 0,"ResultResponse")}};var On=class extends Ot{};var it;(u=>{let n;(S=>(S.Delete="Delete",S.AddToSuperfile="Add To Superfile",S.ChangeProtection="Change Protection",S.ChangeRestriction="Change Restriction"))(n=u.DFUArrayActions||={});let e;(S=>(S[S.NoChange=0]="NoChange",S[S.Protect=1]="Protect",S[S.Unprotect=2]="Unprotect",S[S.UnprotectAll=3]="UnprotectAll"))(e=u.DFUChangeProtection||={});let t;(x=>(x[x.NoChange=0]="NoChange",x[x.Restrict=1]="Restrict",x[x.Unrestricted=2]="Unrestricted"))(t=u.DFUChangeRestriction||={});let s;(l=>(l.xml="xml",l.def="def"))(s=u.DFUDefFileFormat||={});let r;(x=>(x.Token="Token",x.Engine="Engine",x.External="External"))(r=u.FileAccessRole||={});let i;(M=>(M.None="None",M.Access="Access",M.Read="Read",M.Write="Write",M.Full="Full"))(i=u.SecAccessType||={});let o;(N=>(N.Flat="Flat",N.Index="Index",N.Xml="Xml",N.Csv="Csv",N.Json="Json",N.IndexLocal="IndexLocal",N.IndexPartitioned="IndexPartitioned",N.Unset="Unset"))(o=u.DFUFileType||={})})(it||={});var _t=class extends v{constructor(e){super(e,"WsDfu","1.67")}Add(e){return this._connection.send("Add",e,"json",!1,void 0,"AddResponse")}AddRemote(e){return this._connection.send("AddRemote",e,"json",!1,void 0,"AddRemoteResponse")}AddtoSuperfile(e){return this._connection.send("AddtoSuperfile",e,"json",!1,void 0,"AddtoSuperfileResponse")}DFUArrayAction(e){return this._connection.send("DFUArrayAction",e,"json",!1,void 0,"DFUArrayActionResponse")}DFUBrowseData(e){return this._connection.send("DFUBrowseData",e,"json",!1,void 0,"DFUBrowseDataResponse")}DFUDefFile(e){return this._connection.send("DFUDefFile",e,"json",!1,void 0,"DFUDefFileResponse")}DFUFileAccess(e){return this._connection.send("DFUFileAccess",e,"json",!1,void 0,"DFUFileAccessResponse")}DFUFileAccessV2(e){return this._connection.send("DFUFileAccessV2",e,"json",!1,void 0,"DFUFileAccessResponse")}DFUFileCreate(e){return this._connection.send("DFUFileCreate",e,"json",!1,void 0,"DFUFileCreateResponse")}DFUFileCreateV2(e){return this._connection.send("DFUFileCreateV2",e,"json",!1,void 0,"DFUFileCreateResponse")}DFUFilePublish(e){return this._connection.send("DFUFilePublish",e,"json",!1,void 0,"DFUFilePublishResponse")}DFUFileView(e){return this._connection.send("DFUFileView",e,"json",!1,void 0,"DFUFileViewResponse")}DFUGetDataColumns(e){return this._connection.send("DFUGetDataColumns",e,"json",!1,void 0,"DFUGetDataColumnsResponse")}DFUGetFileMetaData(e){return this._connection.send("DFUGetFileMetaData",e,"json",!1,void 0,"DFUGetFileMetaDataResponse")}DFUGetMetaInquiry(e){return this._connection.send("DFUGetMetaInquiry",e,"json",!1,void 0,"DFUMetaInquiryResponse")}DFUInfo(e){return this._connection.send("DFUInfo",e,"json",!1,void 0,"DFUInfoResponse")}DFUQuery(e){return this._connection.send("DFUQuery",e,"json",!1,void 0,"DFUQueryResponse")}DFURecordTypeInfo(e){return this._connection.send("DFURecordTypeInfo",e,"json",!1,void 0,"DFURecordTypeInfoResponse")}DFUSearch(e){return this._connection.send("DFUSearch",e,"json",!1,void 0,"DFUSearchResponse")}DFUSearchData(e){return this._connection.send("DFUSearchData",e,"json",!1,void 0,"DFUSearchDataResponse")}DFUSpace(e){return this._connection.send("DFUSpace",e,"json",!1,void 0,"DFUSpaceResponse")}EclRecordTypeInfo(e){return this._connection.send("EclRecordTypeInfo",e,"json",!1,void 0,"EclRecordTypeInfoResponse")}EraseHistory(e){return this._connection.send("EraseHistory",e,"json",!1,void 0,"EraseHistoryResponse")}ListHistory(e){return this._connection.send("ListHistory",e,"json",!1,void 0,"ListHistoryResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsDfuPingResponse")}Savexml(e){return this._connection.send("Savexml",e,"json",!1,void 0,"SavexmlResponse")}SuperfileAction(e){return this._connection.send("SuperfileAction",e,"json",!1,void 0,"SuperfileActionResponse")}SuperfileList(e){return this._connection.send("SuperfileList",e,"json",!1,void 0,"SuperfileListResponse")}};var Qu=it.DFUArrayActions,Lu=it.DFUDefFileFormat,Gu=it.DFUChangeProtection,ku=it.DFUChangeRestriction,Dt=class extends _t{DFUFile(e){return this._connection.send("DFUDefFile",e,"text")}async recursiveFetchLogicalFiles(e){let t=[],s=[];return await Promise.all(e.map(r=>this.DFUInfo({Cluster:r.NodeGroup,Name:r.Name,IncludeJsonTypeInfo:!1,IncludeBinTypeInfo:!1,ForceIndexInfo:!1}).then(i=>{for(let o of i?.FileDetail?.Superfiles?.DFULogicalFile??[])t.push(o);for(let o of i?.FileDetail?.subfiles?.Item??[])s.push(o)}))),s.concat(t.length?await this.recursiveFetchLogicalFiles(t):[])}};var Yt=class extends v{constructor(e){super(e,"WsDFUXRef","1.04")}DFUXRefArrayAction(e){return this._connection.send("DFUXRefArrayAction",e,"json",!1,void 0,"DFUXRefArrayActionResponse")}DFUXRefBuild(e){return this._connection.send("DFUXRefBuild",e,"json",!1,void 0,"DFUXRefBuildResponse")}DFUXRefBuildCancel(e){return this._connection.send("DFUXRefBuildCancel",e,"json",!1,void 0,"DFUXRefBuildCancelResponse")}DFUXRefCleanDirectories(e){return this._connection.send("DFUXRefCleanDirectories",e,"json",!1,void 0,"DFUXRefCleanDirectoriesResponse")}DFUXRefDirectories(e){return this._connection.send("DFUXRefDirectories",e,"json",!1,void 0,"DFUXRefDirectoriesQueryResponse")}DFUXRefFoundFiles(e){return this._connection.send("DFUXRefFoundFiles",e,"json",!1,void 0,"DFUXRefFoundFilesQueryResponse")}DFUXRefList(e){return this._connection.send("DFUXRefList",e,"json",!1,void 0,"DFUXRefListResponse")}DFUXRefLostFiles(e){return this._connection.send("DFUXRefLostFiles",e,"json",!1,void 0,"DFUXRefLostFilesQueryResponse")}DFUXRefMessages(e){return this._connection.send("DFUXRefMessages",e,"json",!1,void 0,"DFUXRefMessagesQueryResponse")}DFUXRefOrphanFiles(e){return this._connection.send("DFUXRefOrphanFiles",e,"json",!1,void 0,"DFUXRefOrphanFilesQueryResponse")}DFUXRefUnusedFiles(e){return this._connection.send("DFUXRefUnusedFiles",e,"json",!1,void 0,"DFUXRefUnusedFilesResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsDFUXRefPingResponse")}};var _n=class extends Yt{DFUXRefDirectoriesEx(e){return this._connection.send("DFUXRefDirectories",e,"json",!1,void 0,"DFUXRefDirectoriesQueryResponse")}DFUXRefListEx(e){return this._connection.send("DFUXRefList",e,"json",!1,void 0,"DFUXRefListResponse")}};function Yn(n,e){let t=typeof e;switch(t){case"boolean":case"number":case"string":return{id:n,type:t};case"object":if(e.Row instanceof Array&&(e=e.Row),e instanceof Array)return{id:n,type:"dataset",children:js(e[0])};if(e instanceof Object){if(e.Item&&e.Item instanceof Array&&e.Item.length===1){let s=typeof e.Item[0];if(s==="string"||s==="number")return{id:n,type:"set",fieldType:s};throw new Error("Unknown field type")}return{id:n,type:"object",fields:io(e)}}default:throw new Error("Unknown field type")}}function js(n){n.Row&&n.Row instanceof Array&&(n=n.Row[0]);let e=[];for(let t in n)e.push(Yn(t,n[t]));return e}function io(n){let e={};for(let t in n)e[t]=Yn(t,n[t]);return e}var Xt=class extends v{constructor(e){super(e,"WsEcl","0")}opts(){return this._connection.opts()}requestJson(e,t){return this._connection.send(`example/request/query/${e}/${t}/json`,{},"text").then(s=>{let r=JSON.parse(s);for(let i in r)return r[i];return{}}).then(js)}responseJson(e,t){return this._connection.send(`example/response/query/${e}/${t}/json`,{},"text").then(s=>{let r=JSON.parse(s);for(let i in r)return r[i].Results;return{}}).then(s=>{let r={};for(let i in s)r[i]=js(s[i]);return r})}submit(e,t,s){let r=`submit/query/${e}/${t}`;return this._connection.send(r,s,"json2").then(i=>{if(i.Results&&i.Results.Exception)throw new ze(r,s,{Source:"wsEcl.submit",Exception:i.Results.Exception});return i.Results})}};var qt=class extends v{constructor(e){super(e,"ws_elk","1")}GetConfigDetails(e){return this._connection.send("GetConfigDetails",e,"json",!1,void 0,"GetConfigDetailsResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_elkPingResponse")}};var Xn=class extends qt{};import{scopedLogger as oo}from"@hpcc-js/util";var te;(p=>{let n;(P=>(P.global="global",P.workunits="workunits",P.components="components",P.audience="audience",P.class="class",P.instance="instance",P.node="node",P.message="message",P.logid="logid",P.processid="processid",P.threadid="threadid",P.timestamp="timestamp",P.pod="pod",P.traceid="traceid",P.spanid="spanid"))(n=p.LogColumnType||={});let e;(Q=>(Q.string="string",Q.numeric="numeric",Q.datetime="datetime",Q.enum="enum",Q.epoch="epoch"))(e=p.LogColumnValueType||={});let t;(b=>(b[b.All=0]="All",b[b.ByJobID=1]="ByJobID",b[b.ByComponent=2]="ByComponent",b[b.ByLogType=3]="ByLogType",b[b.ByTargetAudience=4]="ByTargetAudience",b[b.BySourceInstance=5]="BySourceInstance",b[b.BySourceNode=6]="BySourceNode",b[b.ByFieldName=7]="ByFieldName",b[b.ByPod=8]="ByPod",b[b.ByTraceID=9]="ByTraceID",b[b.BySpanID=10]="BySpanID"))(t=p.LogAccessType||={});let s;(S=>(S[S.Success=0]="Success",S[S.Warning=1]="Warning",S[S.Fail=2]="Fail"))(s=p.LogAccessStatusCode||={});let r;(S=>(S[S.NONE=0]="NONE",S[S.AND=1]="AND",S[S.OR=2]="OR"))(r=p.LogAccessFilterOperator||={});let i;(M=>(M[M.MIN=0]="MIN",M[M.DEFAULT=1]="DEFAULT",M[M.ALL=2]="ALL",M[M.CUSTOM=3]="CUSTOM"))(i=p.LogSelectColumnMode||={});let o;(b=>(b[b.ByDate=0]="ByDate",b[b.ByJobID=1]="ByJobID",b[b.ByComponent=2]="ByComponent",b[b.ByLogType=3]="ByLogType",b[b.ByTargetAudience=4]="ByTargetAudience",b[b.BySourceInstance=5]="BySourceInstance",b[b.BySourceNode=6]="BySourceNode",b[b.ByFieldName=7]="ByFieldName",b[b.ByPod=8]="ByPod",b[b.ByTraceID=9]="ByTraceID",b[b.BySpanID=10]="BySpanID"))(o=p.SortColumType||={});let u;(x=>(x[x.ASC=0]="ASC",x[x.DSC=1]="DSC"))(u=p.SortDirection||={})})(te||={});var zt=class extends v{constructor(e){super(e,"ws_logaccess","1.08")}GetHealthReport(e){return this._connection.send("GetHealthReport",e,"json",!1,void 0,"GetHealthReportResponse")}GetLogAccessInfo(e){return this._connection.send("GetLogAccessInfo",e,"json",!1,void 0,"GetLogAccessInfoResponse")}GetLogs(e){return this._connection.send("GetLogs",e,"json",!1,void 0,"GetLogsResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_logaccessPingResponse")}};var qn=oo("@hpcc-js/comms/services/wsLogaccess.ts");var ao=(o=>(o.Disaster="DIS",o.Error="ERR",o.Warning="WRN",o.Information="INF",o.Progress="PRO",o.Metric="MET",o))(ao||{}),uo=(r=>(r.Operator="OPR",r.User="USR",r.Programmer="PRO",r.Audit="ADT",r))(uo||{}),co=new Set(["azureloganalyticscurl","elasticstack","grafanacurl"]),lo=new Set(Object.values(te.LogColumnType));function po(n){switch(n){case te.LogColumnType.workunits:case"hpcc.log.jobid":return te.LogAccessType.ByJobID;case te.LogColumnType.audience:case"hpcc.log.audience":return te.LogAccessType.ByTargetAudience;case te.LogColumnType.class:case"hpcc.log.class":return te.LogAccessType.ByLogType;case te.LogColumnType.components:case"kubernetes.container.name":return te.LogAccessType.ByComponent;default:return te.LogAccessType.ByFieldName}}var go=["audience","class","workunits","message","processid","logid","threadid","timestamp","components","instance"];function mo(n,e){let t=[];for(let s of go){let r=n[s];if(r==null||r===""||Array.isArray(r)&&r.length===0||!(s in e))continue;let o=lo.has(s)?s:e[s],u=po(o);u===te.LogAccessType.ByFieldName&&(o=e[s]);let p=u===te.LogAccessType.ByComponent,A=Array.isArray(r)?r:[r];for(let l of A)t.push({LogCategory:u,SearchField:o,SearchByValue:p?l+"*":l})}return t}function Jt(n){let e={leftFilter:n[0]},t=e;for(let s=1;s<n.length;s++)t.Operator=te.LogAccessFilterOperator.OR,s===n.length-1?t.rightFilter=n[s]:(t.rightBinaryFilter={BinaryLogFilter:[{leftFilter:n[s]}]},t=t.rightBinaryFilter.BinaryLogFilter[0]);return e}function Jn(n){let[e,...t]=n,s={};if(e.length===1?s.leftFilter=e[0]:s.leftBinaryFilter={BinaryLogFilter:[Jt(e)]},t.length===0)return s;if(s.Operator=te.LogAccessFilterOperator.AND,t.length===1){let[r]=t;r.length===1?s.rightFilter=r[0]:s.rightBinaryFilter={BinaryLogFilter:[Jt(r)]}}else s.rightBinaryFilter={BinaryLogFilter:[Jn(t)]};return s}function fo(n){let e=new Map;for(let o of n){let u=e.get(o.SearchField);u?u.push(o):e.set(o.SearchField,[o])}let t=[...e.values()];if(t.length===0)return{leftFilter:{LogCategory:te.LogAccessType.All}};let[s,...r]=t,i={};if(s.length===1?i.leftFilter=s[0]:i.leftBinaryFilter={BinaryLogFilter:[Jt(s)]},r.length===0)return i;if(i.Operator=te.LogAccessFilterOperator.AND,r.length===1){let[o]=r;o.length===1?i.rightFilter=o[0]:i.rightBinaryFilter={BinaryLogFilter:[Jt(o)]}}else i.rightBinaryFilter={BinaryLogFilter:[Jn(r)]};return i}var zn=class extends zt{_logAccessInfo;GetLogAccessInfo(e={}){return this._logAccessInfo||(this._logAccessInfo=super.GetLogAccessInfo(e)),this._logAccessInfo}GetLogs(e){return super.GetLogs(e)}convertLogLine(e,t){let s={},r=t?.fields?Object.assign({},...t.fields):null;for(let i in e)s[i]=r?r[e[i]]??"":"";return s}async GetLogsEx(e){let t=await this.GetLogAccessInfo(),s={};t.Columns.Column.forEach(u=>s[u.LogType]=u.Name);let r=mo(e,s),i={StartDate:e.StartDate instanceof Date?e.StartDate.toISOString():new Date(0).toISOString()};e.EndDate instanceof Date&&(i.EndDate=e.EndDate.toISOString());let o={Filter:fo(r),Range:i,LogLineStartFrom:e.LogLineStartFrom??0,LogLineLimit:e.LogLineLimit??100,SelectColumnMode:te.LogSelectColumnMode.DEFAULT,Format:"JSON",SortBy:{SortCondition:[{BySortType:te.SortColumType.ByDate,ColumnName:"",Direction:0}]}};return this.GetLogs(o).then(u=>{try{let p=JSON.parse(u.LogLines);return{lines:co.has(t.RemoteLogManagerType)?p.lines?.map(l=>this.convertLogLine(s,l))??[]:(qn.warning(`Unknown RemoteLogManagerType: ${t.RemoteLogManagerType}`),[]),total:u.TotalLogLinesAvailable??1e4}}catch(p){qn.error(p.message??p)}return{lines:[],total:0}})}};var Ge=mt(Zn(),1);import{exists as Do}from"@hpcc-js/util";var ho;(t=>{let n;(i=>(i[i.THRESHOLD_PERCENTAGE=0]="THRESHOLD_PERCENTAGE",i[i.THRESHOLD_MB=1]="THRESHOLD_MB"))(n=t.ThresholdType||={});let e;(M=>(M.ALLNODES="ALLNODES",M.THORMACHINES="THORMACHINES",M.HOLEMACHINES="HOLEMACHINES",M.ROXIEMACHINES="ROXIEMACHINES",M.MACHINES="MACHINES",M.AVAILABLEMACHINES="AVAILABLEMACHINES",M.DROPZONE="DROPZONE",M.STANDBYNNODE="STANDBYNNODE",M.THORSPARENODES="THORSPARENODES",M.HOLESTANDBYNODES="HOLESTANDBYNODES"))(e=t.TpMachineType||={})})(ho||={});var Zt=class extends v{constructor(e){super(e,"ws_machine","1.19")}GetComponentStatus(e){return this._connection.send("GetComponentStatus",e,"json",!1,void 0,"GetComponentStatusResponse")}GetComponentUsage(e){return this._connection.send("GetComponentUsage",e,"json",!1,void 0,"GetComponentUsageResponse")}GetMachineInfo(e){return this._connection.send("GetMachineInfo",e,"json",!1,void 0,"GetMachineInfoResponse")}GetMachineInfoEx(e){return this._connection.send("GetMachineInfoEx",e,"json",!1,void 0,"GetMachineInfoResponseEx")}GetMetrics(e){return this._connection.send("GetMetrics",e,"json",!1,void 0,"MetricsResponse")}GetNodeGroupUsage(e){return this._connection.send("GetNodeGroupUsage",e,"json",!1,void 0,"GetNodeGroupUsageResponse")}GetTargetClusterInfo(e){return this._connection.send("GetTargetClusterInfo",e,"json",!1,void 0,"GetTargetClusterInfoResponse")}GetTargetClusterUsage(e){return this._connection.send("GetTargetClusterUsage",e,"json",!1,void 0,"GetTargetClusterUsageResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"ws_machinePingResponse")}UpdateComponentStatus(e){return this._connection.send("UpdateComponentStatus",e,"json",!1,void 0,"UpdateComponentStatusResponse")}};var ke=class extends Zt{GetTargetClusterUsageEx(e,t=!1){return this._connection.send("GetTargetClusterUsage",{TargetClusters:e?{Item:e}:{},BypassCachedResult:t}).then(s=>Do("TargetClusterUsages.TargetClusterUsage",s)?s.TargetClusterUsages.TargetClusterUsage:[]).then(s=>s.filter(r=>!!r.ComponentUsages).map(r=>{let i=r.ComponentUsages.ComponentUsage.map(o=>{let u=(o.MachineUsages&&o.MachineUsages.MachineUsage?o.MachineUsages.MachineUsage:[]).map(p=>{let A=p.DiskUsages&&p.DiskUsages.DiskUsage?p.DiskUsages.DiskUsage.map(l=>({...l,InUse:l.InUse*1024,Total:(l.InUse+l.Available)*1024,PercentUsed:100-l.PercentAvailable})):[];return{Name:p.Name,NetAddress:p.NetAddress,Description:p.Description,DiskUsages:A,mean:(0,Ge.mean)(A.filter(l=>!isNaN(l.PercentUsed)),l=>l.PercentUsed),max:(0,Ge.max)(A.filter(l=>!isNaN(l.PercentUsed)),l=>l.PercentUsed)}});return{Type:o.Type,Name:o.Name,Description:o.Description,MachineUsages:u,MachineUsagesDescription:u.reduce((p,A)=>p+(A.Description||""),""),mean:(0,Ge.mean)(u.filter(p=>!isNaN(p.mean)),p=>p.mean),max:(0,Ge.max)(u.filter(p=>!isNaN(p.max)),p=>p.max)}});return{Name:r.Name,Description:r.Description,ComponentUsages:i,ComponentUsagesDescription:i.reduce((o,u)=>o+(u.MachineUsagesDescription||""),""),mean:(0,Ge.mean)(i.filter(o=>!isNaN(o.mean)),o=>o.mean),max:(0,Ge.max)(i.filter(o=>!isNaN(o.max)),o=>o.max)}}))}};var $t=class extends v{constructor(e){super(e,"WsPackageProcess","1.07")}ActivatePackage(e){return this._connection.send("ActivatePackage",e,"json",!1,void 0,"ActivatePackageResponse")}AddPackage(e){return this._connection.send("AddPackage",e,"json",!1,void 0,"AddPackageResponse")}AddPartToPackageMap(e){return this._connection.send("AddPartToPackageMap",e,"json",!1,void 0,"AddPartToPackageMapResponse")}CopyPackageMap(e){return this._connection.send("CopyPackageMap",e,"json",!1,void 0,"CopyPackageMapResponse")}DeActivatePackage(e){return this._connection.send("DeActivatePackage",e,"json",!1,void 0,"DeActivatePackageResponse")}DeletePackage(e){return this._connection.send("DeletePackage",e,"json",!1,void 0,"DeletePackageResponse")}Echo(e){return this._connection.send("Echo",e,"json",!1,void 0,"EchoResponse")}GetPackage(e){return this._connection.send("GetPackage",e,"json",!1,void 0,"GetPackageResponse")}GetPackageMapById(e){return this._connection.send("GetPackageMapById",e,"json",!1,void 0,"GetPackageMapByIdResponse")}GetPackageMapSelectOptions(e){return this._connection.send("GetPackageMapSelectOptions",e,"json",!1,void 0,"GetPackageMapSelectOptionsResponse")}GetPartFromPackageMap(e){return this._connection.send("GetPartFromPackageMap",e,"json",!1,void 0,"GetPartFromPackageMapResponse")}GetQueryFileMapping(e){return this._connection.send("GetQueryFileMapping",e,"json",!1,void 0,"GetQueryFileMappingResponse")}ListPackage(e){return this._connection.send("ListPackage",e,"json",!1,void 0,"ListPackageResponse")}ListPackages(e){return this._connection.send("ListPackages",e,"json",!1,void 0,"ListPackagesResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsPackageProcessPingResponse")}RemovePartFromPackageMap(e){return this._connection.send("RemovePartFromPackageMap",e,"json",!1,void 0,"RemovePartFromPackageMapResponse")}ValidatePackage(e){return this._connection.send("ValidatePackage",e,"json",!1,void 0,"ValidatePackageResponse")}};var $n=class extends $t{};var es=class extends v{constructor(e){super(e,"WsResources","1.01")}Ping(e){return this._connection.send("Ping",e)}ServiceQuery(e){return this._connection.send("ServiceQuery",e)}WebLinksQuery(e){return this._connection.send("WebLinksQuery",e)}};var er=class extends es{};var tr;(e=>{let n;(r=>(r.ECL="ECL",r.DFU="DFU"))(n=e.WUTypes||={})})(tr||={});var ts=class extends v{constructor(e){super(e,"WSSasha","1.01")}ArchiveWU(e){return this._connection.send("ArchiveWU",e,"json",!1,void 0,"ResultResponse")}GetVersion(e){return this._connection.send("GetVersion",e,"json",!1,void 0,"ResultResponse")}ListWU(e){return this._connection.send("ListWU",e,"json",!1,void 0,"ResultResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WSSashaPingResponse")}RestoreWU(e){return this._connection.send("RestoreWU",e,"json",!1,void 0,"ResultResponse")}};var sr=class extends ts{};var ar=mt(Os(),1);var or;(t=>{let n;(p=>(p.ALL="ALL",p.READ="READ",p.WRITE="WRITE",p.HOLD="HOLD",p.SUB="SUB"))(n=t.LockModes||={});let e;(x=>(x.Attach="Attach",x.Detach="Detach",x.State="State",x.Reload="Reload",x.ReloadRetry="ReloadRetry",x.MemLock="MemLock",x.MemUnlock="MemUnlock",x.GetMemLocked="GetMemLocked"))(e=t.RoxieControlCmdType||={})})(or||={});var rs=class extends v{constructor(e){super(e,"WsSMC","1.29")}Activity(e){return this._connection.send("Activity",e,"json",!1,void 0,"ActivityResponse")}BrowseResources(e){return this._connection.send("BrowseResources",e,"json",!1,void 0,"BrowseResourcesResponse")}ClearQueue(e){return this._connection.send("ClearQueue",e,"json",!1,void 0,"SMCQueueResponse")}GetBuildInfo(e){return this._connection.send("GetBuildInfo",e,"json",!1,void 0,"GetBuildInfoResponse")}GetGlobalMetrics(e){return this._connection.send("GetGlobalMetrics",e,"json",!1,void 0,"GetGlobalMetricsResponse")}GetStatusServerInfo(e){return this._connection.send("GetStatusServerInfo",e,"json",!1,void 0,"GetStatusServerInfoResponse")}GetThorQueueAvailability(e){return this._connection.send("GetThorQueueAvailability",e,"json",!1,void 0,"GetThorQueueAvailabilityResponse")}Index(e){return this._connection.send("Index",e,"json",!1,void 0,"SMCIndexResponse")}LockQuery(e){return this._connection.send("LockQuery",e,"json",!1,void 0,"LockQueryResponse")}MoveJobBack(e){return this._connection.send("MoveJobBack",e,"json",!1,void 0,"SMCJobResponse")}MoveJobDown(e){return this._connection.send("MoveJobDown",e,"json",!1,void 0,"SMCJobResponse")}MoveJobFront(e){return this._connection.send("MoveJobFront",e,"json",!1,void 0,"SMCJobResponse")}MoveJobUp(e){return this._connection.send("MoveJobUp",e,"json",!1,void 0,"SMCJobResponse")}NotInCommunityEdition(e){return this._connection.send("NotInCommunityEdition",e,"json",!1,void 0,"NotInCommunityEditionResponse")}PauseQueue(e){return this._connection.send("PauseQueue",e,"json",!1,void 0,"SMCQueueResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsSMCPingResponse")}RecordGlobalMetrics(e){return this._connection.send("RecordGlobalMetrics",e,"json",!1,void 0,"RecordGlobalMetricsResponse")}RemoveJob(e){return this._connection.send("RemoveJob",e,"json",!1,void 0,"SMCJobResponse")}ResumeQueue(e){return this._connection.send("ResumeQueue",e,"json",!1,void 0,"SMCQueueResponse")}RoxieControlCmd(e){return this._connection.send("RoxieControlCmd",e,"json",!1,void 0,"RoxieControlCmdResponse")}RoxieXrefCmd(e){return this._connection.send("RoxieXrefCmd",e,"json",!1,void 0,"RoxieXrefCmdResponse")}SetBanner(e){return this._connection.send("SetBanner",e,"json",!1,void 0,"SetBannerResponse")}SetJobPriority(e){return this._connection.send("SetJobPriority",e,"json",!1,void 0,"SMCPriorityResponse")}StopQueue(e){return this._connection.send("StopQueue",e,"json",!1,void 0,"SMCQueueResponse")}};var Co=(0,ar.timeParse)("%Y%m%d%H");function Ro(n){return typeof n=="number"||typeof n=="string"&&n.trim()!==""&&!isNaN(+n)}var Ct=class extends rs{connectionOptions(){return this._connection.opts()}Activity(e){return super.Activity(e).then(t=>({Running:{ActiveWorkunit:[]},...t}))}parseGlobalMetric(e,t){return e.startsWith("Cost")?+t/1e6:e.startsWith("Date")?Co(t):e.startsWith("Num")?+t:e.startsWith("Time")?+t/1e9:e.startsWith("When")?new Date(+t/1e3).toISOString():Ro(t)?+t:t}GetNormalisedGlobalMetrics(e){return super.GetGlobalMetrics(e).then(t=>{let s=[];for(let r of t?.GlobalMetrics?.GlobalMetric||[]){let i={Category:r.Category,Start:this.parseGlobalMetric("Date",r.DateTimeRange?.Start),End:this.parseGlobalMetric("Date",r.DateTimeRange?.End),dimensions:{},stats:{}};for(let o of r.Dimensions?.Dimension||[])i.dimensions[o.Name]=o.Value;for(let o of r.Stats?.Stat||[])i.stats[o.Name]=this.parseGlobalMetric(o.Name,o.Value);s.push(i)}return s})}};var is=class extends v{constructor(e){super(e,"wsstore","1.02")}CreateStore(e){return this._connection.send("CreateStore",e,"json",!1,void 0,"CreateStoreResponse")}Delete(e){return this._connection.send("Delete",e,"json",!1,void 0,"DeleteResponse")}DeleteNamespace(e){return this._connection.send("DeleteNamespace",e,"json",!1,void 0,"DeleteNamespaceResponse")}Fetch(e){return this._connection.send("Fetch",e,"json",!1,void 0,"FetchResponse")}FetchAll(e){return this._connection.send("FetchAll",e,"json",!1,void 0,"FetchAllResponse")}FetchKeyMetadata(e){return this._connection.send("FetchKeyMetadata",e,"json",!1,void 0,"FetchKeyMDResponse")}ListKeys(e){return this._connection.send("ListKeys",e,"json",!1,void 0,"ListKeysResponse")}ListNamespaces(e){return this._connection.send("ListNamespaces",e,"json",!1,void 0,"ListNamespacesResponse")}ListStores(e){return this._connection.send("ListStores",e,"json",!1,void 0,"ListStoresResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"wsstorePingResponse")}Set(e){return this._connection.send("Set",e,"json",!1,void 0,"SetResponse")}};var Rt=class extends is{Delete(e){return super.Delete(e).catch(t=>{if(t.isESPExceptions&&t.Exception.some(s=>s.Code===-1))return{Exceptions:void 0,Success:!0};throw t})}Fetch(e){return super.Fetch(e).catch(t=>{if(t.isESPExceptions&&t.Exception.some(s=>s.Code===-1))return{Exceptions:void 0,Value:void 0};throw t})}};var ur;(s=>{let n;(o=>(o.XML="XML",o.YAML="YAML"))(n=s.TpConfigResponseFormat||={});let e;(u=>(u.All="All",u.QueriesOnly="QueriesOnly",u.WorkunitsOnly="WorkunitsOnly"))(e=s.RoxieQueueFilter||={});let t;(Q=>(Q.ALLNODES="ALLNODES",Q.THORMACHINES="THORMACHINES",Q.HOLEMACHINES="HOLEMACHINES",Q.ROXIEMACHINES="ROXIEMACHINES",Q.MACHINES="MACHINES",Q.AVAILABLEMACHINES="AVAILABLEMACHINES",Q.DROPZONE="DROPZONE",Q.STANDBYNNODE="STANDBYNNODE",Q.THORSPARENODES="THORSPARENODES",Q.HOLESTANDBYNODES="HOLESTANDBYNODES"))(t=s.TpMachineType||={})})(ur||={});var os=class extends v{constructor(e){super(e,"WsTopology","1.33")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsTopologyPingResponse")}SystemLog(e){return this._connection.send("SystemLog",e,"json",!1,void 0,"SystemLogResponse")}TpClusterInfo(e){return this._connection.send("TpClusterInfo",e,"json",!1,void 0,"TpClusterInfoResponse")}TpClusterQuery(e){return this._connection.send("TpClusterQuery",e,"json",!1,void 0,"TpClusterQueryResponse")}TpComponentConfiguration(e){return this._connection.send("TpComponentConfiguration",e,"json",!1,void 0,"TpComponentConfigurationResponse")}TpConfiguredComponents(e){return this._connection.send("TpConfiguredComponents",e,"json",!1,void 0,"TpConfiguredComponentsResponse")}TpDropZoneQuery(e){return this._connection.send("TpDropZoneQuery",e,"json",!1,void 0,"TpDropZoneQueryResponse")}TpGetComponentFile(e){return this._connection.send("TpGetComponentFile",e,"json",!1,void 0,"TpGetComponentFileResponse")}TpGetServicePlugins(e){return this._connection.send("TpGetServicePlugins",e,"json",!1,void 0,"TpGetServicePluginsResponse")}TpGroupQuery(e){return this._connection.send("TpGroupQuery",e,"json",!1,void 0,"TpGroupQueryResponse")}TpListLogFiles(e){return this._connection.send("TpListLogFiles",e,"json",!1,void 0,"TpListLogFilesResponse")}TpListTargetClusters(e){return this._connection.send("TpListTargetClusters",e,"json",!1,void 0,"TpListTargetClustersResponse")}TpLogFile(e){return this._connection.send("TpLogFile",e,"json",!1,void 0,"TpLogFileResponse")}TpLogFileDisplay(e){return this._connection.send("TpLogFileDisplay",e,"json",!1,void 0,"TpLogFileResponse")}TpLogicalClusterQuery(e){return this._connection.send("TpLogicalClusterQuery",e,"json",!1,void 0,"TpLogicalClusterQueryResponse")}TpMachineInfo(e){return this._connection.send("TpMachineInfo",e,"json",!1,void 0,"TpMachineInfoResponse")}TpMachineQuery(e){return this._connection.send("TpMachineQuery",e,"json",!1,void 0,"TpMachineQueryResponse")}TpServiceQuery(e){return this._connection.send("TpServiceQuery",e,"json",!1,void 0,"TpServiceQueryResponse")}TpSetMachineStatus(e){return this._connection.send("TpSetMachineStatus",e,"json",!1,void 0,"TpSetMachineStatusResponse")}TpSwapNode(e){return this._connection.send("TpSwapNode",e,"json",!1,void 0,"TpSwapNodeResponse")}TpTargetClusterQuery(e){return this._connection.send("TpTargetClusterQuery",e,"json",!1,void 0,"TpTargetClusterQueryResponse")}TpThorStatus(e){return this._connection.send("TpThorStatus",e,"json",!1,void 0,"TpThorStatusResponse")}TpXMLFile(e){return this._connection.send("TpXMLFile",e,"json",!1,void 0,"TpXMLFileResponse")}};var le=class extends os{connectionOptions(){return this._connection.opts()}protocol(){return this._connection.opts().baseUrl.split("//")[0]}ip(){return this._connection.opts().baseUrl.split("//")[1].split(":")[0]}DefaultTpLogicalClusterQuery(e={}){return this.TpLogicalClusterQuery(e).then(t=>{if(t.default)return t.default;let s,r;return t.TpLogicalClusters.TpLogicalCluster.some((i,o)=>(o===0&&(r=i),i.Type==="hthor"?(s=i,!0):!1)),s||r})}};import{deepMixin as So,xml2json as yo}from"@hpcc-js/util";var me;(N=>{let n;(_=>(_.Abort="Abort",_.Delete="Delete",_.Deschedule="Deschedule",_.Reschedule="Reschedule",_.Pause="Pause",_.PauseNow="PauseNow",_.Protect="Protect",_.Unprotect="Unprotect",_.Restore="Restore",_.Resume="Resume",_.SetToFailed="SetToFailed",_.Archive="Archive"))(n=N.ECLWUActions||={});let e;(j=>(j[j.MIN=0]="MIN",j[j.DEFAULT=1]="DEFAULT",j[j.ALL=2]="ALL",j[j.CUSTOM=3]="CUSTOM"))(e=N.LogSelectColumnMode||={});let t;(I=>(I[I.ASC=0]="ASC",I[I.DSC=1]="DSC"))(t=N.SortDirection||={});let s;(w=>(w.ALL="ALL",w.DIS="DIS",w.ERR="ERR",w.WRN="WRN",w.INF="INF",w.PRO="PRO",w.MET="MET",w.EVT="EVT"))(s=N.LogEventClass||={});let r;(b=>(b.Single="Single",b.List="List",b.Multi="Multi"))(r=N.WUDetailsAttrValueType||={});let i;(b=>(b.SyntaxCheck="SyntaxCheck",b.Deploy="Deploy",b.Publish="Publish"))(i=N.EclDefinitionActions||={});let o;(b=>(b.xml="xml",b.json="json",b.text="text"))(o=N.ErrorMessageFormat||={});let u;(b=>(b[b.XML=0]="XML",b[b.JSON=1]="JSON",b[b.CSV=2]="CSV"))(u=N.LogAccessLogFormat||={});let p;(j=>(j.info="info",j.warning="warning",j.error="error",j.alert="alert"))(p=N.WUExceptionSeverity||={});let A;(D=>(D.Allqueries="All queries",D.Notsuspended="Not suspended",D.Suspended="Suspended",D.Suspendedbyuser="Suspended by user",D.Suspendedbyfirstnode="Suspended by first node",D.Suspendedbyanynode="Suspended by any node"))(A=N.WUQueryFilterSuspendedType||={});let l;(oe=>(oe.All="All",oe.Id="Id",oe.Name="Name",oe.Alias="Alias",oe.Status="Status"))(l=N.WUQuerySetFilterType||={});let x;(b=>(b.All="All",b.Protected="Protected",b.NotProtected="NotProtected"))(x=N.WUProtectFilter||={});let S;(G=>G.Deactivate="Deactivate")(S=N.QuerySetAliasActionTypes||={});let M;(I=>(I.None="None",I.ActivateImportedActive="ActivateImportedActive"))(M=N.QuerysetImportActivation||={});let Q;(w=>(w.Suspend="Suspend",w.Unsuspend="Unsuspend",w.ToggleSuspend="ToggleSuspend",w.Activate="Activate",w.Delete="Delete",w.DeleteQueriesAndWUs="DeleteQueriesAndWUs",w.RemoveAllAliases="RemoveAllAliases",w.ResetQueryStats="ResetQueryStats"))(Q=N.QuerySetQueryActionTypes||={});let V;(j=>(j[j.DoNotActivateQuery=0]="DoNotActivateQuery",j[j.ActivateQuery=1]="ActivateQuery",j[j.ActivateQuerySuspendPrevious=2]="ActivateQuerySuspendPrevious",j[j.ActivateQueryDeletePrevious=3]="ActivateQueryDeletePrevious"))(V=N.WUQueryActivationMode||={})})(me||={});var St=class extends v{constructor(e){super(e,"WsWorkunits","2.04")}GVCAjaxGraph(e){return this._connection.send("GVCAjaxGraph",e,"json",!1,void 0,"GVCAjaxGraphResponse")}Ping(e){return this._connection.send("Ping",e,"json",!1,void 0,"WsWorkunitsPingResponse")}WUAbort(e){return this._connection.send("WUAbort",e,"json",!1,void 0,"WUAbortResponse")}WUAction(e){return this._connection.send("WUAction",e,"json",!1,void 0,"WUActionResponse")}WUAddLocalFileToWorkunit(e){return this._connection.send("WUAddLocalFileToWorkunit",e,"json",!1,void 0,"WUAddLocalFileToWorkunitResponse")}WUAnalyseHotspot(e){return this._connection.send("WUAnalyseHotspot",e,"json",!1,void 0,"WUAnalyseHotspotResponse")}WUCDebug(e){return this._connection.send("WUCDebug",e,"json",!1,void 0,"WUDebugResponse")}WUCheckFeatures(e){return this._connection.send("WUCheckFeatures",e,"json",!1,void 0,"WUCheckFeaturesResponse")}WUClusterJobQueueLOG(e){return this._connection.send("WUClusterJobQueueLOG",e,"json",!1,void 0,"WUClusterJobQueueLOGResponse")}WUClusterJobQueueXLS(e){return this._connection.send("WUClusterJobQueueXLS",e,"json",!1,void 0,"WUClusterJobQueueXLSResponse")}WUClusterJobSummaryXLS(e){return this._connection.send("WUClusterJobSummaryXLS",e,"json",!1,void 0,"WUClusterJobSummaryXLSResponse")}WUClusterJobXLS(e){return this._connection.send("WUClusterJobXLS",e,"json",!1,void 0,"WUClusterJobXLSResponse")}WUCompileECL(e){return this._connection.send("WUCompileECL",e,"json",!1,void 0,"WUCompileECLResponse")}WUCopyLogicalFiles(e){return this._connection.send("WUCopyLogicalFiles",e,"json",!1,void 0,"WUCopyLogicalFilesResponse")}WUCopyQuerySet(e){return this._connection.send("WUCopyQuerySet",e,"json",!1,void 0,"WUCopyQuerySetResponse")}WUCreate(e){return this._connection.send("WUCreate",e,"json",!1,void 0,"WUCreateResponse")}WUCreateAndUpdate(e){return this._connection.send("WUCreateAndUpdate",e,"json",!1,void 0,"WUUpdateResponse")}WUCreateZAPInfo(e){return this._connection.send("WUCreateZAPInfo",e,"json",!1,void 0,"WUCreateZAPInfoResponse")}WUDelete(e){return this._connection.send("WUDelete",e,"json",!1,void 0,"WUDeleteResponse")}WUDeployWorkunit(e){return this._connection.send("WUDeployWorkunit",e,"json",!1,void 0,"WUDeployWorkunitResponse")}WUDetails(e){return this._connection.send("WUDetails",e,"json",!1,void 0,"WUDetailsResponse")}WUDetailsMeta(e){return this._connection.send("WUDetailsMeta",e,"json",!1,void 0,"WUDetailsMetaResponse")}WUEclDefinitionAction(e){return this._connection.send("WUEclDefinitionAction",e,"json",!1,void 0,"WUEclDefinitionActionResponse")}WUExport(e){return this._connection.send("WUExport",e,"json",!1,void 0,"WUExportResponse")}WUFile(e){return this._connection.send("WUFile",e,"json",!1,void 0,"WULogFileResponse")}WUFullResult(e){return this._connection.send("WUFullResult",e,"json",!1,void 0,"WUFullResultResponse")}WUGVCGraphInfo(e){return this._connection.send("WUGVCGraphInfo",e,"json",!1,void 0,"WUGVCGraphInfoResponse")}WUGetArchiveFile(e){return this._connection.send("WUGetArchiveFile",e,"json",!1,void 0,"WUGetArchiveFileResponse")}WUGetDependancyTrees(e){return this._connection.send("WUGetDependancyTrees",e,"json",!1,void 0,"WUGetDependancyTreesResponse")}WUGetGraph(e){return this._connection.send("WUGetGraph",e,"json",!1,void 0,"WUGetGraphResponse")}WUGetGraphNameAndTypes(e){return this._connection.send("WUGetGraphNameAndTypes",e,"json",!1,void 0,"WUGetGraphNameAndTypesResponse")}WUGetNumFileToCopy(e){return this._connection.send("WUGetNumFileToCopy",e,"json",!1,void 0,"WUGetNumFileToCopyResponse")}WUGetPlugins(e){return this._connection.send("WUGetPlugins",e,"json",!1,void 0,"WUGetPluginsResponse")}WUGetStats(e){return this._connection.send("WUGetStats",e,"json",!1,void 0,"WUGetStatsResponse")}WUGetThorJobList(e){return this._connection.send("WUGetThorJobList",e,"json",!1,void 0,"WUGetThorJobListResponse")}WUGetThorJobQueue(e){return this._connection.send("WUGetThorJobQueue",e,"json",!1,void 0,"WUGetThorJobQueueResponse")}WUGetZAPInfo(e){return this._connection.send("WUGetZAPInfo",e,"json",!1,void 0,"WUGetZAPInfoResponse")}WUGraphInfo(e){return this._connection.send("WUGraphInfo",e,"json",!1,void 0,"WUGraphInfoResponse")}WUGraphTiming(e){return this._connection.send("WUGraphTiming",e,"json",!1,void 0,"WUGraphTimingResponse")}WUInfo(e){return this._connection.send("WUInfo",e,"json",!1,void 0,"WUInfoResponse")}WUInfoDetails(e){return this._connection.send("WUInfoDetails",e,"json",!1,void 0,"WUInfoResponse")}WUJobList(e){return this._connection.send("WUJobList",e,"json",!1,void 0,"WUJobListResponse")}WULightWeightQuery(e){return this._connection.send("WULightWeightQuery",e,"json",!1,void 0,"WULightWeightQueryResponse")}WUListArchiveFiles(e){return this._connection.send("WUListArchiveFiles",e,"json",!1,void 0,"WUListArchiveFilesResponse")}WUListLocalFileRequired(e){return this._connection.send("WUListLocalFileRequired",e,"json",!1,void 0,"WUListLocalFileRequiredResponse")}WUListQueries(e){return this._connection.send("WUListQueries",e,"json",!1,void 0,"WUListQueriesResponse")}WUListQueriesUsingFile(e){return this._connection.send("WUListQueriesUsingFile",e,"json",!1,void 0,"WUListQueriesUsingFileResponse")}WUMultiQuerysetDetails(e){return this._connection.send("WUMultiQuerysetDetails",e,"json",!1,void 0,"WUMultiQuerySetDetailsResponse")}WUProcessGraph(e){return this._connection.send("WUProcessGraph",e,"json",!1,void 0,"WUProcessGraphResponse")}WUProtect(e){return this._connection.send("WUProtect",e,"json",!1,void 0,"WUProtectResponse")}WUPublishWorkunit(e){return this._connection.send("WUPublishWorkunit",e,"json",!1,void 0,"WUPublishWorkunitResponse")}WUPushEvent(e){return this._connection.send("WUPushEvent",e,"json",!1,void 0,"WUPushEventResponse")}WUQuery(e){return this._connection.send("WUQuery",e,"json",!1,void 0,"WUQueryResponse")}WUQueryConfig(e){return this._connection.send("WUQueryConfig",e,"json",!1,void 0,"WUQueryConfigResponse")}WUQueryDetails(e){return this._connection.send("WUQueryDetails",e,"json",!1,void 0,"WUQueryDetailsResponse")}WUQueryDetailsLightWeight(e){return this._connection.send("WUQueryDetailsLightWeight",e,"json",!1,void 0,"WUQueryDetailsResponse")}WUQueryFiles(e){return this._connection.send("WUQueryFiles",e,"json",!1,void 0,"WUQueryFilesResponse")}WUQueryGetGraph(e){return this._connection.send("WUQueryGetGraph",e,"json",!1,void 0,"WUQueryGetGraphResponse")}WUQueryGetSummaryStats(e){return this._connection.send("WUQueryGetSummaryStats",e,"json",!1,void 0,"WUQueryGetSummaryStatsResponse")}WUQuerysetAliasAction(e){return this._connection.send("WUQuerysetAliasAction",e,"json",!1,void 0,"WUQuerySetAliasActionResponse")}WUQuerysetCopyQuery(e){return this._connection.send("WUQuerysetCopyQuery",e,"json",!1,void 0,"WUQuerySetCopyQueryResponse")}WUQuerysetDetails(e){return this._connection.send("WUQuerysetDetails",e,"json",!1,void 0,"WUQuerySetDetailsResponse")}WUQuerysetExport(e){return this._connection.send("WUQuerysetExport",e,"json",!1,void 0,"WUQuerysetExportResponse")}WUQuerysetImport(e){return this._connection.send("WUQuerysetImport",e,"json",!1,void 0,"WUQuerysetImportResponse")}WUQuerysetQueryAction(e){return this._connection.send("WUQuerysetQueryAction",e,"json",!1,void 0,"WUQuerySetQueryActionResponse")}WUQuerysets(e){return this._connection.send("WUQuerysets",e,"json",!1,void 0,"WUQuerysetsResponse")}WURecreateQuery(e){return this._connection.send("WURecreateQuery",e,"json",!1,void 0,"WURecreateQueryResponse")}WUResubmit(e){return this._connection.send("WUResubmit",e,"json",!1,void 0,"WUResubmitResponse")}WUResult(e){return this._connection.send("WUResult",e,"json",!1,void 0,"WUResultResponse")}WUResultBin(e){return this._connection.send("WUResultBin",e,"json",!1,void 0,"WUResultBinResponse")}WUResultSummary(e){return this._connection.send("WUResultSummary",e,"json",!1,void 0,"WUResultSummaryResponse")}WUResultView(e){return this._connection.send("WUResultView",e,"json",!1,void 0,"WUResultViewResponse")}WURun(e){return this._connection.send("WURun",e,"json",!1,void 0,"WURunResponse")}WUSchedule(e){return this._connection.send("WUSchedule",e,"json",!1,void 0,"WUScheduleResponse")}WUShowScheduled(e){return this._connection.send("WUShowScheduled",e,"json",!1,void 0,"WUShowScheduledResponse")}WUSubmit(e){return this._connection.send("WUSubmit",e,"json",!1,void 0,"WUSubmitResponse")}WUSyntaxCheckECL(e){return this._connection.send("WUSyntaxCheckECL",e,"json",!1,void 0,"WUSyntaxCheckResponse")}WUUpdate(e){return this._connection.send("WUUpdate",e,"json",!1,void 0,"WUUpdateResponse")}WUUpdateQueryEntry(e){return this._connection.send("WUUpdateQueryEntry",e,"json",!1,void 0,"WUUpdateQueryEntryResponse")}WUWaitCompiled(e){return this._connection.send("WUWaitCompiled",e,"json",!1,void 0,"WUWaitResponse")}WUWaitComplete(e){return this._connection.send("WUWaitComplete",e,"json",!1,void 0,"WUWaitResponse")}};var _s=(I=>(I[I.Unknown=0]="Unknown",I[I.Compiled=1]="Compiled",I[I.Running=2]="Running",I[I.Completed=3]="Completed",I[I.Failed=4]="Failed",I[I.Archived=5]="Archived",I[I.Aborting=6]="Aborting",I[I.Aborted=7]="Aborted",I[I.Blocked=8]="Blocked",I[I.Submitted=9]="Submitted",I[I.Scheduled=10]="Scheduled",I[I.Compiling=11]="Compiling",I[I.Wait=12]="Wait",I[I.UploadingFiled=13]="UploadingFiled",I[I.DebugPaused=14]="DebugPaused",I[I.DebugRunning=15]="DebugRunning",I[I.Paused=16]="Paused",I[I.LAST=17]="LAST",I[I.NotFound=999]="NotFound",I))(_s||{}),Ke;(e=>{let n;(S=>(S[S.Unknown=0]="Unknown",S[S.Compile=1]="Compile",S[S.Check=2]="Check",S[S.Run=3]="Run",S[S.ExecuteExisting=4]="ExecuteExisting",S[S.Pause=5]="Pause",S[S.PauseNow=6]="PauseNow",S[S.Resume=7]="Resume",S[S.Debug=8]="Debug",S[S.__size=9]="__size"))(n=e.Action||={})})(Ke||={});function lr(n){return typeof n.Name=="string"}function vc(n){return n.TotalClusterTime!==void 0}function Vc(n){return n.StateEx!==void 0}var ie=class extends St{constructor(e){super(e)}Ping(){return this._connection.send("Ping",{},"json",!1,void 0,"WsWorkunitsPingResponse").then(()=>({result:!0}))}WUQuery(e={},t){return this._connection.send("WUQuery",e,"json",!1,t).then(s=>So({Workunits:{ECLWorkunit:[]}},s))}WUInfo(e){let t={Wuid:"",TruncateEclTo64k:!0,IncludeExceptions:!1,IncludeGraphs:!1,IncludeSourceFiles:!1,IncludeResults:!1,IncludeResultsViewNames:!1,IncludeVariables:!1,IncludeTimers:!1,IncludeDebugValues:!1,IncludeApplicationValues:!1,IncludeWorkflows:!1,IncludeXmlSchemas:!1,IncludeResourceURLs:!1,IncludeECL:!1,IncludeHelpers:!1,IncludeAllowedClusters:!1,IncludeTotalClusterTime:!1,IncludeServiceNames:!1,SuppressResultSchemas:!0,...e};return super.WUInfo(t)}WUCreate(){return super.WUCreate({})}WUUpdate(e){return this._connection.send("WUUpdate",e,"json",!0)}WUResubmit(e){return this._connection.toESPStringArray(e,"Wuids"),super.WUResubmit(e)}WUAction(e){return e.ActionType=e.WUActionType,super.WUAction(e)}WUResult(e,t){return this._connection.send("WUResult",e,"json",!1,t)}WUFileEx(e){return this._connection.send("WUFile",e,"text")}_WUDetailsMetaPromise;WUDetailsMeta(e){return this._WUDetailsMetaPromise||(this._WUDetailsMetaPromise=super.WUDetailsMeta(e)),this._WUDetailsMetaPromise}WUCDebugEx(e){return this._connection.send("WUCDebug",e,void 0,void 0,void 0,"WUDebug").then(t=>{let r=yo(t.Result).children();return r.length?r[0]:null})}},as=class extends St{WUPublishWorkunitEx(e){return this._connection.send("WUPublishWorkunit",e)}};import{debounce as Yo,StateObject as Xo}from"@hpcc-js/util";var Pr=mt(Ys(),1),Fs=mt(Os(),1);import{Cache as Po,deepMixinT as tn,scopedLogger as Io,StateObject as Mo,XMLNode as sn}from"@hpcc-js/util";import{Cache as gr,Edge as Rr,Graph as Sr,StateObject as xo,Subgraph as yr,Vertex as xr}from"@hpcc-js/util";var cs=class extends xo{wu;get properties(){return this.get()}get Name(){return this.get("Name")}get Label(){return this.get("Label")}get Type(){return this.get("Type")}get Complete(){return this.get("Complete")}get WhenStarted(){return this.get("WhenStarted")}get WhenFinished(){return this.get("WhenFinished")}get Time(){return this.get("Time")}get Running(){return this.get("Running")}get RunningId(){return this.get("RunningId")}get Failed(){return this.get("Failed")}constructor(e,t,s){super(),this.wu=e;let r=0;for(let i of s)if(i.GraphName===t.Name&&!i.HasSubGraphId){r=Math.round(i.Seconds*1e3)/1e3;break}this.set({Time:r,...t})}fetchScopeGraph(e){return e?this.wu.fetchGraphDetails([e],["subgraph"]).then(t=>gs(t)):this.wu.fetchGraphDetails([this.Name],["graph"]).then(t=>gs(t))}},ls=class extends gr{constructor(){super(e=>gr.hash([e.Name]))}};function Wr(n,e,t){t=t||[],t.push(n),e(n.name,n.$,n.children(),t),n.children().forEach(s=>{Wr(s,e,t)}),t.pop()}function Xs(n){let e={};return n.forEach(t=>{t.name==="att"&&(e[t.$.name]=t.$.value)}),e}var qs=class extends Sr{},dr=class extends yr{},mr=class extends xr{},fr=class extends Rr{};function Ar(n,e){let t={},s={},r={},i=new qs(u=>u._.id),o=[i.root];return Wr(e,(u,p,A,l)=>{let x=o[o.length-1];switch(u){case"graph":break;case"node":if(A.length&&A[0].children().length&&A[0].children()[0].name==="graph"){let Q=x.createSubgraph(Xs(A));o.push(Q),t[p.id]=Q}let S=x.createVertex(Xs(A));s[p.id]=S;break;case"edge":let M=x.createEdge(s[p.source],s[p.target],Xs(A));r[p.id]=M;break;default:}}),i}var ps=class extends Sr{},hr=class extends yr{},Dr=class extends xr{},Cr=class extends Rr{};function gs(n){let e={},t={},s={},r;for(let i of n)switch(i.ScopeType){case"graph":r=new ps(l=>l._.Id,i),e[i.ScopeName]=r.root;break;case"subgraph":r||(r=new ps(l=>l._.Id,i),e[i.ScopeName]=r.root);let o=i.parentScope().split(":"),u=e[i.parentScope()];for(;o.length&&!u;)u=e[o.join(":")],o.pop();if(!u)console.warn(`Missing SG:Parent (${i.Id}): ${i.parentScope()}`);else{let l=u;e[i.ScopeName]=l.createSubgraph(i)}break;case"activity":let p=e[i.parentScope()];p?s[i.ScopeName]=p.createVertex(i):console.warn(`Missing A:Parent (${i.Id}): ${i.parentScope()}`);break;case"edge":t[i.ScopeName]=i;break;case"function":let A=s[i.parentScope()];A?A._.children().push(i):console.warn(`Missing F:Parent (${i.Id}): ${i.parentScope()}`);break}for(let i in t){let o=t[i],u=e[o.parentScope()];if(!u)console.warn(`Missing E:Parent (${o.Id}): ${o.parentScope()}`);else{let p=u;try{let A=r.vertex(o.attr("IdSource").RawValue),l=r.vertex(o.attr("IdTarget").RawValue);p.createEdge(A,l,o)}catch{console.warn(`Invalid Edge: ${i}`)}}}return r}import{StateObject as Wo}from"@hpcc-js/util";var ds=class extends Wo{wu;get properties(){return this.get()}get URL(){return this.get("URL")}get DisplayName(){return this.get("DisplayName")}get DisplayPath(){return this.get("DisplayPath")}constructor(e,t){super(),this.wu=e;let s=t.split("\\").join("/"),r=s.split("/"),i="res/"+this.wu.Wuid+"/",o="",u="";s.indexOf(i)===0&&(o=s.substr(i.length),u=r[r.length-1]),this.set({URL:t,DisplayName:u,DisplayPath:o})}};import{Cache as Zs,exists as Ks,StateObject as Uo}from"@hpcc-js/util";import{SAXStackParser as Ao,Stack as Ur}from"@hpcc-js/util";var ms=class{e;constructor(e){this.e=e}fix(){delete this.e}},fs=class extends ms{name;type;isSet=!1;attrs={};_children=[];constructor(e){super(e)}append(e){this._children.push(e),this.type||(this.type="hpcc:childDataset")}fix(){this.name=this.e.$.name,this.type=this.e.$.type;for(let t=this._children.length-1;t>=0;--t){let s=this._children[t];s.name==="Row"&&s.type===void 0&&(this._children.push(...s._children),this._children.splice(t,1))}let e=this.setOfType();e&&(this.type=e,this.isSet=!0,this._children=[])}children(){return this._children}isAll(e){return e.name==="All"&&e.type===void 0}setOfType(){let e=this.children();if(this.type===void 0&&e.length===2){if(this.isAll(e[0]))return e[1].type;if(this.isAll(e[1]))return e[0].type}}charWidth(){let e=-1;switch(this.type){case"xs:boolean":e=5;break;case"xs:integer":e=8;break;case"xs:nonNegativeInteger":e=8;break;case"xs:double":e=8;break;case"xs:string":e=32;break;default:let t="0123456789",s=this.type.lastIndexOf("_"),r=s>0?s:this.type.length,i=r-1;for(;i>=0&&t.indexOf(this.type.charAt(i))!==-1;--i);i+1<r&&(e=parseInt(this.type.substring(i+1,r),10)),this.type.indexOf("data")===0&&(e*=2);break}return e<this.name.length&&(e=this.name.length),e}},hs=class extends ms{name;type;maxLength;_restricition;_maxLength;constructor(e){super(e)}append(e){switch(e.name){case"xs:restriction":this._restricition=e;break;case"xs:maxLength":this._maxLength=e;break;default:}}fix(){this.name=this.e.$.name,this.type=this._restricition.$.base,this.maxLength=this._maxLength?+this._maxLength.$.value:void 0,delete this._restricition,delete this._maxLength,super.fix()}},Ds=class{root;simpleTypes={};fields(){return this.root.children()}},Cs=class extends Ao{schema=new Ds;simpleType;simpleTypes={};xsdStack=new Ur;startXMLNode(e){switch(super.startXMLNode(e),e.name){case"xs:element":let t=new fs(e);this.schema.root?this.xsdStack.depth()&&this.xsdStack.top().append(t):this.schema.root=t,this.xsdStack.push(t);break;case"xs:simpleType":this.simpleType=new hs(e);break;default:break}}endXMLNode(e){switch(e.name){case"xs:element":this.xsdStack.pop().fix();break;case"xs:simpleType":this.simpleType.fix(),this.simpleTypes[this.simpleType.name]=this.simpleType,delete this.simpleType;break;case"xs:appinfo":let s=this.xsdStack.top();for(let r in e.$)s.attrs[r]=e.$[r];break;default:this.simpleType&&this.simpleType.append(e)}super.endXMLNode(e)}};function Js(n){let e=new Cs;return e.parse(n),e.schema}var zs=class extends Cs{_rootName;schema=new Ds;simpleTypes={};xsdStack=new Ur;constructor(e){super(),this._rootName=e}startXMLNode(e){switch(super.startXMLNode(e),e.name){case"xsd:element":let t=new fs(e);!this.schema.root&&this._rootName===e.$.name&&(this.schema.root=t),this.xsdStack.depth()&&this.xsdStack.top().append(t),this.xsdStack.push(t);break;case"xsd:simpleType":this.simpleType=new hs(e);break;default:break}}endXMLNode(e){switch(e.name){case"xsd:element":this.xsdStack.pop().fix();break;case"xsd:simpleType":break;default:break}super.endXMLNode(e)}};function Kc(n,e){let t=new zs(e);return t.parse(n),t.schema}var $s=class extends Zs{constructor(){super(e=>`${e.BaseUrl}-${e.Wuid}-${e.ResultName}`)}},Rs=new $s,Ss=class n extends Uo{connection;_bypassCache=!1;get BaseUrl(){return this.connection.baseUrl}xsdSchema;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get ResultName(){return this.get("ResultName")}get ResultSequence(){return this.get("ResultSequence")}get LogicalFileName(){return this.get("LogicalFileName")}get Name(){return this.get("Name")}get Sequence(){return this.get("Sequence")}get Value(){return this.get("Value")}get Link(){return this.get("Link")}get FileName(){return this.get("FileName")}get IsSupplied(){return this.get("IsSupplied")}get ShowFileContent(){return this.get("ShowFileContent")}get Total(){return this.get("Total")}get ECLSchemas(){return this.get("ECLSchemas")}get NodeGroup(){return this.get("NodeGroup")}get ResultViews(){return this.get("ResultViews")}get XmlSchema(){return this.get("XmlSchema")}static attach(e,t,s,r){let i;return Array.isArray(r)?(i=Rs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:s.Name},()=>new n(e,t,s,r)),i.set(s)):typeof r>"u"&&(typeof s=="number"?i=Rs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:"Sequence_"+s},()=>new n(e,t,s)):typeof s=="string"&&(i=Rs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:s},()=>new n(e,t,s)))),i}static attachLogicalFile(e,t,s){return Rs.get({BaseUrl:e.baseUrl,Wuid:t,ResultName:s},()=>new n(e,t,s,!0))}constructor(e,t,s,r){super(),e instanceof ie?this.connection=e:this.connection=new ie(e),typeof r=="boolean"&&r===!0?this.set({NodeGroup:t,LogicalFileName:s}):lr(s)&&Array.isArray(r)?this.set({...s,Wuid:t,ResultName:s.Name,ResultViews:r}):typeof r>"u"?typeof s=="number"?this.set({Wuid:t,ResultSequence:s}):typeof s=="string"?this.set({Wuid:t,ResultName:s}):console.warn("Unknown Result.attach (1)"):console.warn("Unknown Result.attach (2)")}isComplete(){return this.Total!==-1}bypassCache(e){return e===void 0?this._bypassCache:(this._bypassCache=e,this)}_fetchXMLSchemaPromise;fetchXMLSchema(e=!1){return(!this._fetchXMLSchemaPromise||e)&&(this._fetchXMLSchemaPromise=this.WUResult().then(t=>t.Result?.XmlSchema?.xml?(this.xsdSchema=Js(t.Result.XmlSchema.xml),this.xsdSchema):null)),this._fetchXMLSchemaPromise}async refresh(){return await this.fetchRows(0,1,!0),this}fetchRows(e=0,t=-1,s=!1,r={},i,o){let u=o??this._bypassCache;return this.WUResult(e,t,!s,r,i,u).then(p=>{let A=p.Result;return delete p.Result,this.set({...p}),Ks("XmlSchema.xml",A)&&(this.xsdSchema=Js(A.XmlSchema.xml)),Ks("Row",A)?A.Row:this.ResultName&&Ks(this.ResultName,A)?A[this.ResultName].Row:[]})}rootField(){return this.xsdSchema?this.xsdSchema.root:null}fields(){return this.xsdSchema?this.xsdSchema.root.children():[]}WUResult(e=0,t=1,s=!1,r={},i,o=!1){let u={NamedValue:{itemcount:0}};for(let A in r)u.NamedValue[u.NamedValue.itemcount++]={Name:A,Value:r[A]};let p={FilterBy:u};return this.Wuid&&this.ResultName!==void 0?(p.Wuid=this.Wuid,p.ResultName=this.ResultName):this.Wuid&&this.ResultSequence!==void 0?(p.Wuid=this.Wuid,p.Sequence=this.ResultSequence):this.LogicalFileName&&this.NodeGroup?(p.LogicalName=this.LogicalFileName,p.Cluster=this.NodeGroup):this.LogicalFileName&&(p.LogicalName=this.LogicalFileName),p.Start=e,p.Count=t,p.SuppressXmlSchema=s,p.BypassCachedResult=o,this.connection.WUResult(p,i).then(A=>A)}},ys=class extends Zs{constructor(){super(e=>Zs.hash([e.Sequence,e.Name,e.Value,e.FileName]))}};import{StateObject as Er}from"@hpcc-js/util";var Ze=class extends Er{scope;get properties(){return this.get()}get Name(){return this.get("Name")}get RawValue(){return this.get("RawValue")}get Formatted(){return this.get("Formatted")}get FormattedEnd(){return this.get("FormattedEnd")}get Measure(){return this.get("Measure")}get Creator(){return this.get("Creator")}get CreatorType(){return this.get("CreatorType")}constructor(e,t){super(),this.scope=e,this.set(t)}},en=class extends Er{_attributeMap={};_children=[];get properties(){return this.get()}get ScopeName(){return this.get("ScopeName")}get Id(){return this.get("Id")}get ScopeType(){return this.get("ScopeType")}get Properties(){return this.get("Properties",{Property:[]})}get Notes(){return this.get("Notes",{Note:[]})}get SinkActivity(){return this.get("SinkActivity")}get CAttributes(){let e=[],t={start:null,end:null};return this.Properties.Property.forEach(s=>{s.Measure==="ts"&&s.Name.indexOf("Started")>=0?t.start=s:this.ScopeName&&s.Measure==="ts"&&s.Name.indexOf("Finished")>=0?t.end=s:e.push(new Ze(this,s))}),t.start&&t.end?(t.start.FormattedEnd=t.end.Formatted,e.push(new Ze(this,t.start))):t.start?e.push(new Ze(this,t.start)):t.end&&e.push(new Ze(this,t.end)),e}constructor(e){super(),this.update(e)}update(e){this.set(e),this.CAttributes.forEach(t=>{this._attributeMap[t.Name]=t}),this.Properties.Property=[];for(let t in this._attributeMap)this._attributeMap.hasOwnProperty(t)&&this.Properties.Property.push(this._attributeMap[t].properties)}parentScope(){let e=this.ScopeName.split(":");return e.pop(),e.join(":")}children(e){return arguments.length?(this._children=e,this):this._children}walk(e){if(e.start(this))return!0;for(let t of this.children())if(t.walk(e))return!0;return e.end(this)}formattedAttrs(){let e={};for(let t in this._attributeMap)e[t]=this._attributeMap[t].Formatted||this._attributeMap[t].RawValue;return e}rawAttrs(){let e={};for(let t in this._attributeMap)e[t]=this._attributeMap[t].RawValue;return e}hasAttr(e){return this._attributeMap[e]!==void 0}attr(e){return this._attributeMap[e]||new Ze(this,{Creator:"",CreatorType:"",Formatted:"",Measure:"",Name:"",RawValue:""})}attrMeasure(e){return this._attributeMap[e].Measure}calcTooltip(e){let t="",s=[];t=this.Id,s.push(`<tr><td class="key">ID:</td><td class="value">${this.Id}</td></tr>`),e&&s.push(`<tr><td class="key">Parent ID:</td><td class="value">${e.Id}</td></tr>`),s.push(`<tr><td class="key">Scope:</td><td class="value">${this.ScopeName}</td></tr>`);let r=this.formattedAttrs();for(let i in r)i==="Label"?t=r[i]:s.push(`<tr><td class="key">${i}</td><td class="value">${r[i]}</td></tr>`);return`<div class="eclwatch_WUGraph_Tooltip" style="max-width:480px">
911
911
  <h4 align="center">${t}</h4>
912
912
  <table>
913
913
  ${s.join("")}
914
914
  </table>
915
- </div>`}},yt=class extends $s{wu;constructor(e,t){super(t),this.wu=e}};import{StateObject as Co}from"@hpcc-js/util";var ys=class extends Co{connection;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get FileCluster(){return this.get("FileCluster")}get Name(){return this.get("Name")}get IsSuperFile(){return this.get("IsSuperFile")}get Subs(){return this.get("Subs")}get Count(){return this.get("Count")}get ECLSourceFiles(){return this.get("ECLSourceFiles")}constructor(e,t,s){super(),e instanceof ie?this.connection=e:this.connection=new ie(e),this.set({Wuid:t,...s})}};import{espTime2Seconds as Ro,StateObject as So}from"@hpcc-js/util";var xs=class extends So{connection;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get Name(){return this.get("Name")}get Value(){return this.get("Value")}get Seconds(){return this.get("Seconds")}get GraphName(){return this.get("GraphName")}get SubGraphId(){return this.get("SubGraphId")}get HasSubGraphId(){return this.get("HasSubGraphId")}get count(){return this.get("count")}get Timestamp(){return this.get("Timestamp")}get When(){return this.get("When")}constructor(e,t,s){super(),e instanceof ie?this.connection=e:this.connection=new ie(e);let r=Ro(s.Value);this.set({Wuid:t,Seconds:Math.round(r*1e3)/1e3,HasSubGraphId:s.SubGraphId!==void 0,...s})}};var Wo=(0,Es.utcFormat)("%Y-%m-%dT%H:%M:%S.%LZ"),Uo=(0,Es.utcParse)("%Y-%m-%dT%H:%M:%S.%LZ"),Eo=(0,Fr.format)(",");function Fo(n){return n&&!isNaN(+n)?Eo(+n):n}var Ur="DefinitionList",bo=/([a-zA-Z]:)?(.*[\\\/])(.*)(\((\d+),(\d+)\))/,Po=["Avg","Min","Max","Delta","StdDev"],Io=["SkewMin","SkewMax","NodeMin","NodeMax"],Mo=/[A-Z][a-z]*/g;function To(n){for(let t of Io){let s=n.indexOf(t);if(s===0){let i=n.slice(s+t.length);return{measure:"",ext:t,label:i}}}let e=n.match(Mo);if(e?.length){let t=e.shift(),s=e.join("");for(let r of Po){let i=s.indexOf(r);if(i===0)return s=s.slice(i+r.length),{measure:t,ext:r,label:s}}return{measure:t,ext:"",label:s}}return{measure:"",ext:"",label:n}}var Er={};function wo(n){let e=Er[n];return e||(e=To(n),Er[n]=e),e}function Me(n,e){return n.__formattedProps?.[e]??n[e]}function As(n){if(n===void 0)return;let e=parseFloat(n);return isNaN(e)?void 0:e}function No(n,e,t){let s=wo(e);if(!t[s.measure]){t[s.label]=!0;let r=As(n[`${s.measure}Avg${s.label}`]),i=As(n[`${s.measure}Min${s.label}`]),o=As(n[`${s.measure}Max${s.label}`]),p=As(n[`${s.measure}StdDev${s.label}`]),u=Math.max((r-i)/p,(o-r)/p);return{Key:`${s.measure}${s.label}`,Value:Me(n,`${s.measure}${s.label}`),Avg:Me(n,`${s.measure}Avg${s.label}`),Min:Me(n,`${s.measure}Min${s.label}`),Max:Me(n,`${s.measure}Max${s.label}`),Delta:Me(n,`${s.measure}Delta${s.label}`),StdDev:Me(n,`${s.measure}StdDev${s.label}`),StdDevs:isNaN(u)?void 0:u,SkewMin:Me(n,`SkewMin${s.label}`),SkewMax:Me(n,`SkewMax${s.label}`),NodeMin:Me(n,`NodeMin${s.label}`),NodeMax:Me(n,`NodeMax${s.label}`)}}return null}var Ws=xo("workunit.ts"),sn=class extends yo{constructor(){super(e=>`${e.BaseUrl}-${e.Wuid}`)}},Us=new sn,ot=class n extends Ao{connection;topologyConnection;get BaseUrl(){return this.connection.baseUrl}_debugMode=!1;_debugAllGraph;_submitAction;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get Owner(){return this.get("Owner","")}get Cluster(){return this.get("Cluster","")}get Jobname(){return this.get("Jobname","")}get Description(){return this.get("Description","")}get ActionEx(){return this.get("ActionEx","")}get StateID(){return this.get("StateID",0)}get State(){return this.get("State")||Os[this.StateID]}get Protected(){return this.get("Protected",!1)}get Exceptions(){return this.get("Exceptions",{ECLException:[]})}get ResultViews(){return this.get("ResultViews",{View:[]})}_resultCache=new Ss;get ResultCount(){return this.get("ResultCount",0)}get Results(){return this.get("Results",{ECLResult:[]})}get CResults(){return this.Results.ECLResult.map(e=>this._resultCache.get(e,()=>Rs.attach(this.connection,this.Wuid,e,this.ResultViews.View)))}get SequenceResults(){let e={};return this.CResults.forEach(t=>{e[t.Sequence]=t}),e}get Timers(){return this.get("Timers",{ECLTimer:[]})}get CTimers(){return this.Timers.ECLTimer.map(e=>new xs(this.connection,this.Wuid,e))}_graphCache=new cs;get GraphCount(){return this.get("GraphCount",0)}get Graphs(){return this.get("Graphs",{ECLGraph:[]})}get CGraphs(){return this.Graphs.ECLGraph.map(e=>this._graphCache.get(e,()=>new us(this,e,this.CTimers)))}get ThorLogList(){return this.get("ThorLogList")}get ResourceURLCount(){return this.get("ResourceURLCount",0)}get ResourceURLs(){return this.get("ResourceURLs",{URL:[]})}get CResourceURLs(){return this.ResourceURLs.URL.map(e=>new gs(this,e))}get TotalClusterTime(){return this.get("TotalClusterTime","")}get DateTimeScheduled(){return this.get("DateTimeScheduled")}get IsPausing(){return this.get("IsPausing")}get ThorLCR(){return this.get("ThorLCR")}get ApplicationValues(){return this.get("ApplicationValues",{ApplicationValue:[]})}get HasArchiveQuery(){return this.get("HasArchiveQuery")}get StateEx(){return this.get("StateEx")}get PriorityClass(){return this.get("PriorityClass")}get PriorityLevel(){return this.get("PriorityLevel")}get Snapshot(){return this.get("Snapshot")}get ResultLimit(){return this.get("ResultLimit")}get EventSchedule(){return this.get("EventSchedule")}get Query(){return this.get("Query")}get HelpersCount(){return this.get("HelpersCount",0)}get Helpers(){return this.get("Helpers",{ECLHelpFile:[]})}get DebugValues(){return this.get("DebugValues")}get AllowedClusters(){return this.get("AllowedClusters")}get ErrorCount(){return this.get("ErrorCount",0)}get WarningCount(){return this.get("WarningCount",0)}get InfoCount(){return this.get("InfoCount",0)}get AlertCount(){return this.get("AlertCount",0)}get SourceFileCount(){return this.get("SourceFileCount",0)}get SourceFiles(){return this.get("SourceFiles",{ECLSourceFile:[]})}get CSourceFiles(){return this.SourceFiles.ECLSourceFile.map(e=>new ys(this.connection,this.Wuid,e))}get VariableCount(){return this.get("VariableCount",0)}get Variables(){return this.get("Variables",{ECLResult:[]})}get TimerCount(){return this.get("TimerCount",0)}get HasDebugValue(){return this.get("HasDebugValue")}get ApplicationValueCount(){return this.get("ApplicationValueCount",0)}get XmlParams(){return this.get("XmlParams")}get AccessFlag(){return this.get("AccessFlag")}get ClusterFlag(){return this.get("ClusterFlag")}get ResultViewCount(){return this.get("ResultViewCount",0)}get DebugValueCount(){return this.get("DebugValueCount",0)}get WorkflowCount(){return this.get("WorkflowCount",0)}get Archived(){return this.get("Archived")}get RoxieCluster(){return this.get("RoxieCluster")}get DebugState(){return this.get("DebugState",{})}get Queue(){return this.get("Queue")}get Active(){return this.get("Active")}get Action(){return this.get("Action")}get Scope(){return this.get("Scope")}get AbortBy(){return this.get("AbortBy")}get AbortTime(){return this.get("AbortTime")}get Workflows(){return this.get("Workflows")}get TimingData(){return this.get("TimingData")}get HelpersDesc(){return this.get("HelpersDesc")}get GraphsDesc(){return this.get("GraphsDesc")}get SourceFilesDesc(){return this.get("SourceFilesDesc")}get ResultsDesc(){return this.get("ResultsDesc")}get VariablesDesc(){return this.get("VariablesDesc")}get TimersDesc(){return this.get("TimersDesc")}get DebugValuesDesc(){return this.get("DebugValuesDesc")}get ApplicationValuesDesc(){return this.get("ApplicationValuesDesc")}get WorkflowsDesc(){return this.get("WorkflowsDesc")}get ServiceNames(){return this.get("ServiceNames")}get CompileCost(){return this.get("CompileCost")}get ExecuteCost(){return this.get("ExecuteCost")}get FileAccessCost(){return this.get("FileAccessCost")}get NoAccess(){return this.get("NoAccess")}get ECLWUProcessList(){return this.get("ECLWUProcessList")}get CostSavingPotential(){return this.get("CostSavingPotential")}static create(e){let t=new n(e);return t.connection.WUCreate().then(s=>(Us.set(t),t.set(s.Workunit),t))}static attach(e,t,s){let r=Us.get({BaseUrl:e.baseUrl,Wuid:t},()=>new n(e,t));return s&&r.set(s),r}static existsLocal(e,t){return Us.has({BaseUrl:e,Wuid:t})}static submit(e,t,s,r=!1){return n.create(e).then(i=>i.update({QueryText:s})).then(i=>r?i.submit(t,Ke.Action.Compile):i.submit(t))}static compile(e,t,s){return n.submit(e,t,s,!0)}static query(e,t){return new ie(e).WUQuery(t).then(r=>r.Workunits.ECLWorkunit.map(function(i){return n.attach(e,i.Wuid,i)}))}constructor(e,t){super(),this.connection=new ie(e),this.topologyConnection=new le(e),this.clearState(t)}clearState(e){this.clear({Wuid:e,StateID:0})}update(e){return this.connection.WUUpdate({...e,Wuid:this.Wuid,StateOrig:this.StateID,JobnameOrig:this.Jobname,DescriptionOrig:this.Description,ProtectedOrig:this.Protected,ClusterOrig:this.Cluster}).then(t=>(this.set(t.Workunit),this))}submit(e,t=Ke.Action.Run,s){let r;return e!==void 0?r=Promise.resolve(e):r=this.topologyConnection.DefaultTpLogicalClusterQuery().then(i=>i.Name),this._debugMode=!1,t===Ke.Action.Debug&&(t=Ke.Action.Run,this._debugMode=!0),r.then(i=>this.connection.WUUpdate({Wuid:this.Wuid,Action:t,ResultLimit:s,DebugValues:{DebugValue:[{Name:"Debug",Value:this._debugMode?"1":""}]}}).then(o=>(this.set(o.Workunit),this._submitAction=t,this.connection.WUSubmit({Wuid:this.Wuid,Cluster:i})))).then(()=>this)}isComplete(){switch(this.StateID){case 1:return this.ActionEx==="compile"||this._submitAction===Ke.Action.Compile;case 3:case 4:case 7:case 999:return!0;default:}return!1}isFailed(){switch(this.StateID){case 7:case 4:return!0;default:}return!1}isDeleted(){return this.StateID===999}isDebugging(){switch(this.StateID){case 14:case 15:return!0;default:}return this._debugMode}isRunning(){switch(this.StateID){case 1:case 2:case 6:case 8:case 14:case 15:return!0;default:}return!1}setToFailed(){return this.WUAction(me.ECLWUActions.SetToFailed)}pause(){return this.WUAction(me.ECLWUActions.Pause)}pauseNow(){return this.WUAction(me.ECLWUActions.PauseNow)}resume(){return this.WUAction(me.ECLWUActions.Resume)}abort(){return this.WUAction(me.ECLWUActions.Abort)}protect(){return this.WUAction(me.ECLWUActions.Protect)}unprotect(){return this.WUAction(me.ECLWUActions.Unprotect)}delete(){return this.WUAction(me.ECLWUActions.Delete)}restore(){return this.WUAction(me.ECLWUActions.Restore)}deschedule(){return this.WUAction(me.ECLWUActions.Deschedule)}reschedule(){return this.WUAction(me.ECLWUActions.Reschedule)}resubmit(){return this.WUResubmit({CloneWorkunit:!1,ResetWorkflow:!1}).then(()=>(this.clearState(this.Wuid),this.refresh().then(()=>(this._monitor(),this))))}clone(){return this.WUResubmit({CloneWorkunit:!0,ResetWorkflow:!1}).then(e=>n.attach(this.connection.opts(),e.WUs.WU[0].WUID).refresh())}async refreshState(){return await this.WUQuery(),this.StateID===1&&!this.ActionEx&&!this._submitAction&&await this.refreshInfo(),this}async refreshInfo(e){return await this.WUInfo(e),this}async refreshDebug(){return await this.debugStatus(),this}async refresh(e=!1,t){return e?await Promise.all([this.refreshInfo(t),this.refreshDebug()]):await this.refreshState(),this}eclExceptions(){return this.Exceptions.ECLException}fetchArchive(){return this.connection.WUFileEx({Wuid:this.Wuid,Type:"ArchiveQuery"})}fetchECLExceptions(){return this.WUInfo({IncludeExceptions:!0}).then(()=>this.eclExceptions())}fetchResults(){return this.WUInfo({IncludeResults:!0}).then(()=>this.CResults)}fetchGraphs(){return this.WUInfo({IncludeGraphs:!0}).then(()=>this.CGraphs)}fetchQuery(){return this.WUInfo({IncludeECL:!0,TruncateEclTo64k:!1}).then(()=>this.Query)}fetchHelpers(){return this.WUInfo({IncludeHelpers:!0}).then(()=>this.Helpers?.ECLHelpFile||[])}fetchAllowedClusters(){return this.WUInfo({IncludeAllowedClusters:!0}).then(()=>this.AllowedClusters?.AllowedCluster||[])}fetchTotalClusterTime(){return this.WUInfo({IncludeTotalClusterTime:!0}).then(()=>this.TotalClusterTime)}fetchServiceNames(){return this.WUInfo({IncludeServiceNames:!0}).then(()=>this.ServiceNames?.Item)}fetchDetailsMeta(e={}){return this.WUDetailsMeta(e)}fetchDetailsRaw(e={}){return this.WUDetails(e).then(t=>t.Scopes.Scope)}normalizeDetails(e,t){let s={id:{Measure:"label"},name:{Measure:"label"},type:{Measure:"label"}},r=new Map;for(let o of e.Activities?.Activity??[])r.set(o.Kind,o.Name);let i=new Array(t.length);for(let o=0;o<t.length;o++){let p=t[o],u={},R={};if(p.Id&&p.Properties?.Property)for(let V of p.Properties.Property){let N=V.Measure,q=V.Name,G=V.RawValue;if(N==="ns"&&(V.Measure="s"),q==="Kind"){let I=parseInt(G,10);V.Formatted=r.get(I)??G}switch(s[q]={Name:V.Name,Measure:V.Measure,Creator:V.Creator,CreatorType:V.CreatorType},V.Measure){case"bool":u[q]=!!+G;break;case"sz":u[q]=+G;break;case"s":u[q]=+G/1e9;break;case"ns":u[q]=+G;break;case"ts":u[q]=new Date(+G/1e3).toISOString();break;case"cnt":u[q]=+G;break;case"cost":u[q]=+G/1e6;break;case"node":u[q]=+G;break;case"skw":u[q]=+G;break;default:u[q]=G}R[q]=Fo(V.Formatted??u[q])}let c={id:p.Id,name:p.ScopeName,type:p.ScopeType,Kind:p.Kind,Label:p.Label,__formattedProps:R,__groupedProps:{},__groupedRawProps:{},__StdDevs:0,__StdDevsSource:"",...u},S=c[Ur];if(S)try{let V=JSON.parse(S.split("\\").join("\\\\")),N=[];for(let q=0;q<V.length;q++){let G=V[q].match(bo);G&&N.push({filePath:(G[1]??"")+G[2]+G[3],line:parseInt(G[5],10),col:parseInt(G[6],10)})}c[Ur]=N}catch{Ws.error(`Unexpected "DefinitionList": ${S}`)}let x={},M=0,Q="";for(let V in c)if(!V.startsWith("__")){let N=No(c,V,x);N&&(c.__groupedProps[N.Key]=N,!isNaN(N.StdDevs)&&N.StdDevs>M&&(M=N.StdDevs,Q=N.Key))}c.__StdDevs=M,c.__StdDevsSource=Q,i[o]=c}return{meta:e,columns:s,data:i}}fetchDetailsNormalized(e={}){return Promise.all([this.fetchDetailsMeta(),this.fetchDetailsRaw(e)]).then(t=>this.normalizeDetails(t[0],t[1]))}fetchInfo(e={}){return this.WUInfo(e)}fetchDetails(e={}){return this.WUDetails(e).then(t=>t.Scopes.Scope.map(s=>new yt(this,s)))}fetchDetailsHierarchy(e={}){return this.WUDetails(e).then(t=>{let s=[],r={};t.Scopes.Scope.forEach(i=>{if(r[i.ScopeName])return r[i.ScopeName].update(i),null;{let o=new yt(this,i);return r[o.ScopeName]=o,o}});for(let i in r)if(r.hasOwnProperty(i)){let o=r[i],p=o.parentScope();p&&r[p]?r[p].children().push(o):s.push(o)}return s})}fetchGraphDetails(e=[],t){return this.fetchDetails({ScopeFilter:{MaxDepth:999999,Ids:e,ScopeTypes:t},NestedFilter:{Depth:999999,ScopeTypes:["graph","subgraph","activity","edge","function"]},PropertiesToReturn:{AllStatistics:!0,AllAttributes:!0,AllHints:!0,AllProperties:!0,AllScopes:!0},ScopeOptions:{IncludeId:!0,IncludeScope:!0,IncludeScopeType:!0},PropertyOptions:{IncludeName:!0,IncludeRawValue:!0,IncludeFormatted:!0,IncludeMeasure:!0,IncludeCreator:!1,IncludeCreatorType:!1}})}fetchScopeGraphs(e=[]){return this.fetchGraphDetails(e,["graph"]).then(t=>ps(t))}fetchTimeElapsed(){return this.fetchDetails({ScopeFilter:{PropertyFilters:{PropertyFilter:[{Name:"TimeElapsed"}]}}}).then(e=>{let t={};e.forEach(r=>{t[r.ScopeName]=t[r.ScopeName]||{scope:r.ScopeName,start:null,elapsed:null,finish:null},r.CAttributes.forEach(i=>{i.Name==="TimeElapsed"?t[r.ScopeName].elapsed=+i.RawValue:i.Measure==="ts"&&i.Name.indexOf("Started")>=0&&(t[r.ScopeName].start=i.Formatted)})});let s=[];for(let r in t){let i=t[r];if(i.start&&i.elapsed){let o=Uo(i.start);o.setMilliseconds(o.getMilliseconds()+i.elapsed/1e6),i.finish=Wo(o),s.push(i)}}return s.sort((r,i)=>r.start<i.start?-1:r.start>i.start?1:0),s})}_monitor(){if(this.isComplete()){this._monitorTickCount=0;return}super._monitor()}_monitorTimeoutDuration(){let e=super._monitorTimeoutDuration();return this._monitorTickCount<=1?1e3:this._monitorTickCount<=3?3e3:this._monitorTickCount<=5?5e3:this._monitorTickCount<=7?1e4:e}on(e,t,s){if(this.isCallback(t))switch(e){case"completed":super.on("propChanged","StateID",r=>{this.isComplete()&&t([r])});break;case"changed":super.on(e,t);break;default:}else e==="changed"&&super.on(e,t,s);return this._monitor(),this}watchUntilComplete(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),this.isComplete()&&(r.release(),t(this))})})}watchUntilRunning(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),(this.isComplete()||this.isRunning())&&(r.release(),t(this))})})}WUQuery(e={}){return this.connection.WUQuery({...e,Wuid:this.Wuid}).then(t=>(t.Workunits.ECLWorkunit.length===0?(this.clearState(this.Wuid),this.set("StateID",999)):this.set(t.Workunits.ECLWorkunit[0]),t)).catch(t=>{if(!t.Exception.some(r=>r.Code===20081?(this.clearState(this.Wuid),this.set("StateID",999),!0):!1))throw Ws.warning(`Unexpected ESP exception: ${t.message}`),t;return{}})}WUCreate(){return this.connection.WUCreate().then(e=>(this.set(e.Workunit),Us.set(this),e))}WUInfo(e={}){let t=e.IncludeResults||e.IncludeResultsViewNames;return this.connection.WUInfo({...e,Wuid:this.Wuid,IncludeResults:t,IncludeResultsViewNames:t,SuppressResultSchemas:!1}).then(s=>(this.set(s.Workunit),t&&this.set({ResultViews:s.ResultViews}),s)).catch(s=>{if(!s.Exception.some(i=>i.Code===20080?(this.clearState(this.Wuid),this.set("StateID",999),!0):!1))throw Ws.warning(`Unexpected ESP exception: ${s.message}`),s;return{}})}WUResubmit(e){return this.connection.WUResubmit(en({},e,{Wuids:{Item:[this.Wuid]}}))}WUDetailsMeta(e){return this.connection.WUDetailsMeta(e)}WUDetails(e){return this.connection.WUDetails(en({ScopeFilter:{MaxDepth:9999},ScopeOptions:{IncludeMatchedScopesInResults:!0,IncludeScope:!0,IncludeId:!1,IncludeScopeType:!1},PropertyOptions:{IncludeName:!0,IncludeRawValue:!1,IncludeFormatted:!0,IncludeMeasure:!0,IncludeCreator:!1,IncludeCreatorType:!1}},e,{WUID:this.Wuid})).then(t=>en({Scopes:{Scope:[]}},t))}WUAction(e){return this.connection.WUAction({Wuids:{Item:[this.Wuid]},WUActionType:e}).then(t=>this.refresh().then(()=>(this._monitor(),t)))}publish(e){return this.connection.WUPublishWorkunit({Wuid:this.Wuid,Cluster:this.Cluster,JobName:e||this.Jobname,AllowForeignFiles:!0,Activate:me.WUQueryActivationMode.ActivateQuery,Wait:5e3})}publishEx(e){let t=new os({baseUrl:""}),s={Wuid:this.Wuid,Cluster:this.Cluster,JobName:this.Jobname,AllowForeignFiles:!0,Activate:1,Wait:5e3,...e};return t.WUPublishWorkunitEx(s)}WUCDebug(e,t={}){let s="";for(let r in t)t.hasOwnProperty(r)&&(s+=` ${r}='${t[r]}'`);return this.connection.WUCDebugEx({Wuid:this.Wuid,Command:`<debug:${e} uid='${this.Wuid}'${s}/>`}).then(r=>r)}debug(e,t){return this.isDebugging()?this.WUCDebug(e,t).then(s=>{let r=s.children(e);return r.length?r[0]:new tn(e)}).catch(s=>(Ws.error(s),Promise.resolve(new tn(e)))):Promise.resolve(new tn(e))}debugStatus(){return this.isDebugging()?this.debug("status").then(e=>{let t={...this.DebugState,...e.$};return this.set({DebugState:t}),e}):Promise.resolve({DebugState:{state:"unknown"}})}debugContinue(e=""){return this.debug("continue",{mode:e})}debugStep(e){return this.debug("step",{mode:e})}debugPause(){return this.debug("interrupt")}debugQuit(){return this.debug("quit")}debugDeleteAllBreakpoints(){return this.debug("delete",{idx:0})}debugBreakpointResponseParser(e){return e.children().map(t=>{if(t.name==="break")return t.$})}debugBreakpointAdd(e,t,s){return this.debug("breakpoint",{id:e,mode:t,action:s}).then(r=>this.debugBreakpointResponseParser(r))}debugBreakpointList(){return this.debug("list").then(e=>this.debugBreakpointResponseParser(e))}debugGraph(){return this._debugAllGraph&&this.DebugState._prevGraphSequenceNum===this.DebugState.graphSequenceNum?Promise.resolve(this._debugAllGraph):this.debug("graph",{name:"all"}).then(e=>(this.DebugState._prevGraphSequenceNum=this.DebugState.graphSequenceNum,this._debugAllGraph=xr(this.Wuid,e),this._debugAllGraph))}debugBreakpointValid(e){return this.debugGraph().then(t=>Lo(t,e))}debugPrint(e,t=0,s=10){return this.debug("print",{edgeID:e,startRow:t,numRows:s}).then(r=>r.children().map(i=>{let o={};return i.children().forEach(p=>{o[p.name]=p.content}),o}))}},nn="definition";function Bo(n){return n._[nn]!==void 0}function Qo(n){let e=/([a-z]:\\(?:[-\w\.\d]+\\)*(?:[-\w\.\d]+)?|(?:\/[\w\.\-]+)+)\((\d*),(\d*)\)/.exec(n._[nn]);if(e){let[,t,s,r]=e;return t.replace(/\/\.\//g,"/"),{id:n._.id,file:t,line:+s,column:+r}}throw new Error(`Bad definition: ${n._[nn]}`)}function Lo(n,e){let t=[];for(let s of n.vertices)if(Bo(s)){let r=Qo(s);(r&&!e||e===r.file)&&t.push(r)}return t.sort((s,r)=>s.line-r.line)}var Fs,br=class n extends ko{connection;get properties(){return this.get()}get Exceptions(){return this.get("Exceptions")}get Build(){return this.get("Build")}get ThorClusterList(){return this.get("ThorClusterList")}get RoxieClusterList(){return this.get("RoxieClusterList")}get HThorClusterList(){return this.get("HThorClusterList")}get DFUJobs(){return this.get("DFUJobs")}get Running(){return this.get("Running",{ActiveWorkunit:[]})}get BannerContent(){return this.get("BannerContent")}get BannerColor(){return this.get("BannerColor")}get BannerSize(){return this.get("BannerSize")}get BannerScroll(){return this.get("BannerScroll")}get ChatURL(){return this.get("ChatURL")}get ShowBanner(){return this.get("ShowBanner")}get ShowChatURL(){return this.get("ShowChatURL")}get SortBy(){return this.get("SortBy")}get Descending(){return this.get("Descending")}get SuperUser(){return this.get("SuperUser")}get AccessRight(){return this.get("AccessRight")}get ServerJobQueues(){return this.get("ServerJobQueues")}get ActivityTime(){return this.get("ActivityTime")}get DaliDetached(){return this.get("DaliDetached")}static attach(e,t){return Fs||(Fs=new n(e)),t&&Fs.set(t),Fs}constructor(e){super(),e instanceof Ct?this.connection=e:this.connection=new Ct(e),this.clear({})}runningWorkunits(e=""){return this.Running.ActiveWorkunit.filter(t=>e===""||t.ClusterName===e).map(t=>ot.attach(this.connection.connectionOptions(),t.Wuid,t))}setBanner(e){return this.connection.SetBanner({...e}).then(t=>(this.set(t),this))}lazyRefresh=Go(async()=>{let e=await this.connection.Activity({});return this.set(e),this});async refresh(){return this.lazyRefresh()}};import{Cache as vo,scopedLogger as Vo,StateObject as Ho}from"@hpcc-js/util";var jo=Vo("logicalFile.ts"),rn=class extends vo{constructor(){super(e=>`${e.BaseUrl}-${e.Cluster}-${e.Name}`)}},Oo=new rn,Pr=class n extends Ho{connection;get BaseUrl(){return this.connection.baseUrl}get Cluster(){return this.get("Cluster")}get Name(){return this.get("Name")}get Filename(){return this.get("Filename")}get Prefix(){return this.get("Prefix")}get NodeGroup(){return this.get("NodeGroup")}get NumParts(){return this.get("NumParts")}get Description(){return this.get("Description")}get Dir(){return this.get("Dir")}get PathMask(){return this.get("PathMask")}get Filesize(){return this.get("Filesize")}get FileSizeInt64(){return this.get("FileSizeInt64")}get RecordSize(){return this.get("RecordSize")}get RecordCount(){return this.get("RecordCount")}get RecordSizeInt64(){return this.get("RecordSizeInt64")}get RecordCountInt64(){return this.get("RecordCountInt64")}get Wuid(){return this.get("Wuid")}get Owner(){return this.get("Owner")}get JobName(){return this.get("JobName")}get Persistent(){return this.get("Persistent")}get Format(){return this.get("Format")}get MaxRecordSize(){return this.get("MaxRecordSize")}get CsvSeparate(){return this.get("CsvSeparate")}get CsvQuote(){return this.get("CsvQuote")}get CsvTerminate(){return this.get("CsvTerminate")}get CsvEscape(){return this.get("CsvEscape")}get Modified(){return this.get("Modified")}get Ecl(){return this.get("Ecl")}get Stat(){return this.get("Stat")}get DFUFilePartsOnClusters(){return this.get("DFUFilePartsOnClusters")}get isSuperfile(){return this.get("isSuperfile")}get ShowFileContent(){return this.get("ShowFileContent")}get subfiles(){return this.get("subfiles")}get Superfiles(){return this.get("Superfiles")}get ProtectList(){return this.get("ProtectList")}get FromRoxieCluster(){return this.get("FromRoxieCluster")}get Graphs(){return this.get("Graphs")}get UserPermission(){return this.get("UserPermission")}get ContentType(){return this.get("ContentType")}get CompressedFileSize(){return this.get("CompressedFileSize")}get PercentCompressed(){return this.get("PercentCompressed")}get IsCompressed(){return this.get("IsCompressed")}get BrowseData(){return this.get("BrowseData")}get jsonInfo(){return this.get("jsonInfo")}get binInfo(){return this.get("binInfo")}get PackageID(){return this.get("PackageID")}get Partition(){return this.get("Partition")}get Blooms(){return this.get("Blooms")}get ExpireDays(){return this.get("ExpireDays")}get KeyType(){return this.get("KeyType")}get IsRestricted(){return this.get("IsRestricted")}get AtRestCost(){return this.get("AtRestCost")}get AccessCost(){return this.get("AccessCost")}get StateID(){return this.get("StateID")}get ExpirationDate(){return this.get("ExpirationDate")}get ExtendedIndexInfo(){return this.get("ExtendedIndexInfo")}get CompressionType(){return this.get("CompressionType")}get properties(){return this.get()}static attach(e,t,s,r){let i=Oo.get({BaseUrl:e.baseUrl,Cluster:t,Name:s},()=>new n(e,t,s));return r&&i.set(r),i}constructor(e,t,s){super(),e instanceof Dt?this.connection=e:this.connection=new Dt(e),this.clear({Cluster:t,Name:s})}filePartsOnCluster(){return[...this.DFUFilePartsOnClusters?.DFUFilePartsOnCluster||[]]}fileParts(){let e=[];for(let t of this.DFUFilePartsOnClusters?.DFUFilePartsOnCluster||[])for(let s of t?.DFUFileParts?.DFUPart||[]){let r={...t,...s};delete r.DFUFileParts,e.push(r)}return e}update(e){return this.connection.DFUInfo({...e,Cluster:this.Cluster,Name:this.Name}).then(t=>(this.set({Cluster:this.Cluster,...t.FileDetail}),t))}fetchInfo(){return this.connection.DFUInfo({Cluster:this.Cluster,Name:this.Name}).then(e=>(this.set({Cluster:this.Cluster,...e.FileDetail,ProtectList:e?.FileDetail?.ProtectList??{DFUFileProtect:[]}}),e.FileDetail)).catch(e=>{if(!e.Exception.some(s=>s.Code===20038?(this.set("Name",this.Name+" (Deleted)"),this.set("StateID",999),!0):!1))throw jo.warning(`Unexpected ESP exception: ${e.message}`),e;return{}})}fetchDefFile(e){return this.connection.DFUFile({Name:this.Name,Format:e})}fetchAllLogicalFiles(){return this.connection.recursiveFetchLogicalFiles([this])}fetchListHistory(){return this.connection.ListHistory({Name:this.Name}).then(e=>e?.History?.Origin||[])}eraseHistory(){return this.connection.EraseHistory({Name:this.Name}).then(e=>e?.History?.Origin||[])}};import{Cache as _o,StateObject as Yo}from"@hpcc-js/util";var on=class extends _o{constructor(){super(e=>e.Address)}},Xo=new on,bs=class n extends Yo{connection;get Address(){return this.get("Address")}get ConfigAddress(){return this.get("ConfigAddress")}get Name(){return this.get("Name")}get ProcessType(){return this.get("ProcessType")}get DisplayType(){return this.get("DisplayType")}get Description(){return this.get("Description")}get AgentVersion(){return this.get("AgentVersion")}get Contact(){return this.get("Contact")}get Location(){return this.get("Location")}get UpTime(){return this.get("UpTime")}get ComponentName(){return this.get("ComponentName")}get ComponentPath(){return this.get("ComponentPath")}get RoxieState(){return this.get("RoxieState")}get RoxieStateDetails(){return this.get("RoxieStateDetails")}get OS(){return this.get("OS")}get ProcessNumber(){return this.get("ProcessNumber")}get Channels(){return this.get("Channels")}get Processors(){return this.get("Processors")}get Storage(){return this.get("Storage")}get Running(){return this.get("Running")}get PhysicalMemory(){return this.get("PhysicalMemory")}get VirtualMemory(){return this.get("VirtualMemory")}get ComponentInfo(){return this.get("ComponentInfo")}get Exception(){return this.get("Exception")}static attach(e,t,s){let r=Xo.get({Address:t},()=>new n(e));return s&&r.set(s),r}constructor(e){super(),e instanceof ke?this.connection=e:this.connection=new ke(e)}};var wr=mt(_s(),1);import{Cache as Mr,StateObject as na,scopedLogger as ra}from"@hpcc-js/util";import{Cache as Ko,exists as Ir,StateObject as Zo}from"@hpcc-js/util";import{Cache as qo,StateObject as zo}from"@hpcc-js/util";var un=class extends qo{constructor(){super(e=>`${e.BaseUrl}-${e.Name}`)}},Jo=new un,at=class n extends zo{connection;machineConnection;get BaseUrl(){return this.connection.baseUrl}get Name(){return this.get("Name")}get Prefix(){return this.get("Prefix")}get Type(){return this.get("Type")}get IsDefault(){return this.get("IsDefault")}get TpClusters(){return this.get("TpClusters")}get TpEclCCServers(){return this.get("TpEclCCServers")}get TpEclServers(){return this.get("TpEclServers")}get TpEclAgents(){return this.get("TpEclAgents")}get TpEclSchedulers(){return this.get("TpEclSchedulers")}get MachineInfoEx(){return this.get("MachineInfoEx",[])}get CMachineInfoEx(){return this.MachineInfoEx.map(e=>bs.attach(this.machineConnection,e.Address,e))}static attach(e,t,s){let r=Jo.get({BaseUrl:e.baseUrl,Name:t},()=>new n(e,t));return s&&r.set(s),r}constructor(e,t){super(),e instanceof le?(this.connection=e,this.machineConnection=new ke(e.connectionOptions())):(this.connection=new le(e),this.machineConnection=new ke(e)),this.clear({Name:t})}fetchMachines(e={}){return this.machineConnection.GetTargetClusterInfo({TargetClusters:{Item:[`${this.Type}:${this.Name}`]},...e}).then(t=>{let s=[];for(let r of t.TargetClusterInfoList.TargetClusterInfo)for(let i of r.Processes.MachineInfoEx)s.push(i);return this.set("MachineInfoEx",s),this.CMachineInfoEx})}machineStats(){let e=0,t=0,s=0;for(let r of this.CMachineInfoEx)for(let i of r.Storage.StorageInfo){t+=i.Available,s+=i.Total;let o=1-i.Available/i.Total;o>e&&(e=o)}return{maxDisk:e,meanDisk:1-(s?t/s:1)}}fetchUsage(){return this.machineConnection.GetTargetClusterUsageEx([this.Name])}};function ql(n){let e;return n instanceof le?e=n:e=new le(n),e.TpListTargetClusters({}).then(t=>t.TargetClusters.TpClusterNameType.map(s=>at.attach(n,s.Name,s)))}var an={};function zl(n){if(!an[n.baseUrl]){let e;n instanceof le?e=n:e=new le(n),an[n.baseUrl]=e.TpListTargetClusters({}).then(t=>{let s,r,i;t.TargetClusters.TpClusterNameType.forEach(p=>{s||(s=p),!r&&p.IsDefault===!0&&(r=p),!i&&p.Type==="hthor"&&(i=p)});let o=r||i||s;return at.attach(n,o.Name,o)})}return an[n.baseUrl]}var cn=class extends Ko{constructor(){super(e=>e.BaseUrl)}},$o=new cn,Ps=class n extends Zo{connection;get BaseUrl(){return this.connection.baseUrl}get properties(){return this.get()}get TargetClusters(){return this.get("TargetClusters")}get CTargetClusters(){return this.TargetClusters.map(e=>at.attach(this.connection,e.Name,e))}get LogicalClusters(){return this.get("LogicalClusters")}get Services(){return this.get("Services")}static attach(e,t){let s=$o.get({BaseUrl:e.baseUrl},()=>new n(e));return t&&s.set(t),s}constructor(e){super(),e instanceof le?this.connection=e:this.connection=new le(e)}GetESPServiceBaseURL(e=""){return this.connection.TpServiceQuery({}).then(t=>{let s=this.connection.protocol(),r=this.connection.ip(),i=s==="https:"?"18002":"8002";if(Ir("ServiceList.TpEspServers.TpEspServer",t)){for(let o of t.ServiceList.TpEspServers.TpEspServer)if(Ir("TpBindings.TpBinding",o))for(let p of o.TpBindings.TpBinding)p.Service===e&&p.Protocol+":"===s&&(i=p.Port)}return`${s}//${r}:${i}/`})}fetchTargetClusters(){return this.connection.TpTargetClusterQuery({Type:"ROOT"}).then(e=>(this.set({TargetClusters:e.TpTargetClusters?.TpTargetCluster??[]}),this.CTargetClusters))}fetchLogicalClusters(e={}){return this.connection.TpLogicalClusterQuery(e).then(t=>(this.set({LogicalClusters:t.TpLogicalClusters.TpLogicalCluster}),this.LogicalClusters))}fetchServices(e={}){return this.connection.TpServiceQuery(e).then(t=>(this.set({Services:t.ServiceList}),this.Services))}_prevRefresh;refresh(e=!1){return(!this._prevRefresh||e)&&(this._prevRefresh=Promise.all([this.fetchTargetClusters(),this.fetchLogicalClusters(),this.fetchServices()]).then(()=>this)),this._prevRefresh}on(e,t,s){return this.isCallback(t)?e==="changed"&&super.on(e,t):e==="changed"&&super.on(e,t,s),this._monitor(),this}};function ve(n,e,t){e==="__proto__"||e==="constructor"||e==="prototype"||(n[e]=t)}function xt(n){return n=""+n,n.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\n/g,"&#10;").replace(/\r/g,"&#13;")}function ea(n){if(n){if(!isNaN(+n))return parseFloat(n)}else return 0;let t=/(?:(?:(\d+).days.)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+\.\d+|\d+)s))|(?:(\d+\.\d+|\d+)ms|(\d+\.\d+|\d+)us|(\d+\.\d+|\d+)ns)/.exec(n);if(!t)return 0;let s=+t[1]||0,r=+t[2]||0,i=+t[3]||0,o=+t[4]||0,p=+t[5]||0,u=+t[6]||0,R=+t[7]||0;return s*24*60*60+r*60*60+i*60+o+p/1e3+u/1e6+R/1e9}function Ve(n,e){let t=n.indexOf(e);return t!==-1?parseFloat(n.substring(0,t)):-1}function ta(n){if(n){if(!isNaN(+n))return parseFloat(n)}else return 0;let e=Ve(n,"Kb");return e>=0?e*1024:(e=Ve(n,"Mb"),e>=0?e*Math.pow(1024,2):(e=Ve(n,"Gb"),e>=0?e*Math.pow(1024,3):(e=Ve(n,"Tb"),e>=0?e*Math.pow(1024,4):(e=Ve(n,"Pb"),e>=0?e*Math.pow(1024,5):(e=Ve(n,"Eb"),e>=0?e*Math.pow(1024,6):(e=Ve(n,"Zb"),e>=0?e*Math.pow(1024,7):(e=Ve(n,"b"),e>=0?e:0)))))))}function sa(n){return n?parseFloat(n):0}var ln=class{graph;m_xgmml;m_visibleSubgraphs;m_visibleVertices;m_semiVisibleVertices;m_visibleEdges;noSpills;constructor(e){this.graph=e,this.m_xgmml="",this.m_visibleSubgraphs={},this.m_visibleVertices={},this.m_semiVisibleVertices={},this.m_visibleEdges={}}calcVisibility(e,t,s,r){this.noSpills=r,e.forEach(i=>{this.graph.isVertex(i)?(this.calcInVertexVisibility(i,s),this.calcOutVertexVisibility(i,s)):this.graph.isEdge(i)?(this.calcInVertexVisibility(i.getSource(),s-1),this.calcOutVertexVisibility(i.getTarget(),s-1)):this.graph.isSubgraph(i)&&(this.m_visibleSubgraphs[i.__hpcc_id]=i,this.calcSubgraphVisibility(i,t-1))}),this.calcVisibility2()}calcInVertexVisibility(e,t){this.noSpills&&e.isSpill()&&t++,this.m_visibleVertices[e.__hpcc_id]=e,t>0&&e.getInEdges().forEach(s=>{this.calcInVertexVisibility(s.getSource(),t-1)})}calcOutVertexVisibility(e,t){this.noSpills&&e.isSpill()&&t++,this.m_visibleVertices[e.__hpcc_id]=e,t>0&&e.getOutEdges().forEach(s=>{this.calcOutVertexVisibility(s.getTarget(),t-1)})}calcSubgraphVisibility(e,t){if(t<0)return;t>0&&e.__hpcc_subgraphs.forEach((r,i)=>{this.calcSubgraphVisibility(r,t-1)}),e.__hpcc_subgraphs.forEach((r,i)=>{this.m_visibleSubgraphs[r.__hpcc_id]=r}),e.__hpcc_vertices.forEach((r,i)=>{this.m_visibleVertices[r.__hpcc_id]=r});let s={};this.graph.edges.forEach((r,i)=>{r.getSource().__hpcc_parent!==r.getTarget().__hpcc_parent&&e===this.getCommonAncestor(r)&&(s[r.getSource().__hpcc_parent.__hpcc_id+"::"+r.getTarget().__hpcc_parent.__hpcc_id]||(s[r.getSource().__hpcc_parent.__hpcc_id+"::"+r.getTarget().__hpcc_parent.__hpcc_id]=!0,this.m_visibleEdges[r.__hpcc_id]=r))})}buildVertexString(e,t){let s="",r="",i=e.getProperties();for(let o in i)t&&o.indexOf("_kind")>=0?r+='<att name="_kind" value="point"/>':o==="id"||o==="label"?s+=" "+o+'="'+xt(i[o])+'"':r+='<att name="'+o+'" value="'+xt(i[o])+'"/>';return"<node"+s+">"+r+"</node>"}buildEdgeString(e){let t="",s="",r=e.getProperties();for(let i in r)i.toLowerCase()==="id"||i.toLowerCase()==="label"||i.toLowerCase()==="source"||i.toLowerCase()==="target"?t+=" "+i+'="'+xt(r[i])+'"':s+='<att name="'+i+'" value="'+xt(r[i])+'"/>';return"<edge"+t+">"+s+"</edge>"}getAncestors(e,t){let s=e.__hpcc_parent;for(;s;)t.push(s),s=s.__hpcc_parent}getCommonAncestorV(e,t){let s=[],r=[];this.getAncestors(e,s),this.getAncestors(t,r);let i=s.length-1,o=r.length-1,p=null;for(;i>=0&&o>=0&&s[i]===r[o];)p=s[i],--i,--o;return p}getCommonAncestor(e){return this.getCommonAncestorV(e.getSource(),e.getTarget())}calcAncestorVisibility(e){let t=[];this.getAncestors(e,t),t.forEach((s,r)=>{this.m_visibleSubgraphs[s.__hpcc_id]=s})}calcVisibility2(){for(let e in this.m_visibleVertices){let t=this.m_visibleVertices[e];t.getInEdges().forEach((s,r)=>{this.m_visibleEdges[s.__hpcc_id]=s}),t.getOutEdges().forEach((s,r)=>{this.m_visibleEdges[s.__hpcc_id]=s}),this.calcAncestorVisibility(t)}this.calcSemiVisibleVertices()}addSemiVisibleEdge(e){e&&!this.m_visibleEdges[e.__hpcc_id]&&(this.m_visibleEdges[e.__hpcc_id]=e)}addSemiVisibleVertex(e){this.m_visibleVertices[e.__hpcc_id]||(this.m_semiVisibleVertices[e.__hpcc_id]=e,this.calcAncestorVisibility(e))}calcSemiVisibleVertices(){for(let e in this.m_visibleEdges){let t=this.m_visibleEdges[e],s=t.getSource();for(this.addSemiVisibleVertex(s);this.noSpills&&s.isSpill();){let i=s.getInEdges();if(i.length)this.addSemiVisibleEdge(i[0]),s=i[0].getSource(),this.addSemiVisibleVertex(s);else break}let r=t.getTarget();for(this.addSemiVisibleVertex(r);this.noSpills&&r.isSpill();){let i=r.getOutEdges();if(i.length)this.addSemiVisibleEdge(i[0]),r=i[0].getTarget(),this.addSemiVisibleVertex(r);else break}}}writeXgmml(){this.subgraphVisited(this.graph.subgraphs[0],!0),this.graph.edges.forEach((e,t)=>{this.edgeVisited(e)})}subgraphVisited(e,t=!1){if(this.m_visibleSubgraphs[e.__hpcc_id]){let s="";this.m_xgmml+=t?"":'<node id="'+e.__hpcc_id+'"><att><graph>';let r=this.m_xgmml.length;if(e.walkSubgraphs(this),e.walkVertices(this),r===this.m_xgmml.length){let o=e.__hpcc_vertices[0];o&&(this.m_xgmml+=this.buildVertexString(o,!0))}let i=e.getProperties();for(let o in i)s+='<att name="'+o+'" value="'+xt(i[o])+'"/>';this.m_xgmml+=t?"":"</graph></att>"+s+"</node>"}return!1}vertexVisited(e){this.m_visibleVertices[e.__hpcc_id]?this.m_xgmml+=this.buildVertexString(e,!1):this.m_semiVisibleVertices[e.__hpcc_id]&&(this.m_xgmml+=this.buildVertexString(e,!0))}edgeVisited(e){this.m_visibleEdges[e.__hpcc_id]&&(this.m_xgmml+=this.buildEdgeString(e))}},At=class{__hpcc_graph;__hpcc_parent;__widget;__hpcc_id;_globalID;constructor(e,t){this.__hpcc_graph=e,this.__hpcc_id=t,this._globalID=t}getProperties(){let e={};for(let t in this)t.indexOf("__")!==0&&this.hasOwnProperty(t)&&(e[t]=this[t]);return e}},He=class extends At{_globalType;__hpcc_subgraphs;__hpcc_vertices;__hpcc_edges;id;constructor(e,t){super(e,t),this._globalType=t==="0"?"Graph":"Cluster",this.__hpcc_subgraphs=[],this.__hpcc_vertices=[],this.__hpcc_edges=[],this.id=t}addSubgraph(e){e.__hpcc_parent=this,this.__hpcc_subgraphs.some(t=>e===t)||this.__hpcc_subgraphs.push(e)}addVertex(e){e.__hpcc_parent=this,this.__hpcc_vertices.some(t=>e===t)||this.__hpcc_vertices.push(e)}removeVertex(e){this.__hpcc_vertices=this.__hpcc_vertices.filter(t=>e!==t)}addEdge(e){e.__hpcc_parent=this,this.__hpcc_edges.some(t=>e===t)||this.__hpcc_edges.push(e)}removeEdge(e){this.__hpcc_edges=this.__hpcc_edges.filter(t=>e!==t)}remove(){this.__hpcc_subgraphs.forEach(e=>e.__hpcc_parent=this.__hpcc_parent),this.__hpcc_vertices.forEach(e=>e.__hpcc_parent=this.__hpcc_parent),this.__hpcc_edges.forEach(e=>e.__hpcc_parent=this.__hpcc_parent),delete this.__hpcc_parent,this.__hpcc_graph.removeItem(this)}walkSubgraphs(e){this.__hpcc_subgraphs.forEach((t,s)=>{e.subgraphVisited(t)&&t.walkSubgraphs(e)})}walkVertices(e){this.__hpcc_vertices.forEach((t,s)=>{e.vertexVisited(t)})}},$e=class extends At{_globalType="Vertex";_isSpill;constructor(e,t){super(e,t)}isSpill(){return this._isSpill}remove(){let e=this.getInVertices();e.length<=1&&console.warn(this.__hpcc_id+": remove only supports single or zero inputs activities..."),this.getInEdges().forEach(t=>{t.remove()}),this.getOutEdges().forEach(t=>{t.setSource(e[0])}),this.__hpcc_parent?.removeVertex(this),this.__hpcc_graph.removeItem(this)}getInVertices(){return this.getInEdges().map(e=>e.getSource())}getInEdges(){return this.__hpcc_graph.edges.filter(e=>e.getTarget()===this)}getOutVertices(){return this.getOutEdges().map(e=>e.getTarget())}getOutEdges(){return this.__hpcc_graph.edges.filter(e=>e.getSource()===this)}},et=class extends At{_globalType="Edge";_sourceActivity;source;_targetActivity;target;constructor(e,t){super(e,t),this._globalType="Edge"}remove(){this.__hpcc_graph.subgraphs.forEach(e=>{e.removeEdge(this)}),this.__hpcc_graph.removeItem(this)}getSource(){return this.__hpcc_graph.idx[this._sourceActivity||this.source]}setSource(e){this._sourceActivity?this._sourceActivity=e.__hpcc_id:this.source&&(this.source=e.__hpcc_id),this.__widget&&this.__widget.setSource(this.getSource().__widget)}getTarget(){return this.__hpcc_graph.idx[this._targetActivity||this.target]}},Is=class n{idx={};subgraphs=[];vertices=[];edges=[];xgmml="";constructor(){this.clear()}clear(){this.xgmml="",this.idx={},this.subgraphs=[],this.vertices=[],this.edges=[]}load(e){this.clear(),this.merge(e)}merge(e){this.xgmml=e;let s=new DOMParser().parseFromString(e,"text/xml");this.walkDocument(s.documentElement,"0")}isSubgraph(e){return e instanceof He}isVertex(e){return e instanceof $e}isEdge(e){return e instanceof et}getGlobalType(e){return e instanceof $e?3:e instanceof et?4:e instanceof He?2:e instanceof n?1:0}getGlobalTypeString(e){return e instanceof $e?"Vertex":e instanceof et?"Edge":e instanceof He?"Cluster":e instanceof n?"Graph":"Unknown"}getItem(e,t){if(!this.idx[t])switch(e.tagName){case"graph":let r=new He(this,t);this.subgraphs.push(r),this.idx[t]=r;break;case"node":let i=new $e(this,t);this.vertices.push(i),this.idx[t]=i;break;case"edge":let o=new et(this,t);this.edges.push(o),this.idx[t]=o;break;default:console.warn("Graph.getItem - Unknown Node Type!");break}let s=this.idx[t];return Array.from(e.attributes).forEach(r=>{ve(s,r.name,r.value)}),s}removeItem(e){delete this.idx[e.__hpcc_id],e instanceof He?this.subgraphs=this.subgraphs.filter(t=>e!==t):e instanceof $e?this.vertices=this.vertices.filter(t=>e!==t):e instanceof et&&(this.edges=this.edges.filter(t=>e!==t))}getChildByTagName(e,t){let s=null;return Array.from(e.childNodes).some(r=>{if(r.tagName===t)return s=r,!0}),s}walkDocument(e,t){let s=this.getItem(e,t);return e.childNodes.forEach(r=>{switch(r.nodeType){case 1:switch(r.tagName){case"graph":break;case"node":let i=!1,o=this.getChildByTagName(r,"att");if(o){let S=this.getChildByTagName(o,"graph");if(S){i=!0;let x=this.walkDocument(S,r.getAttribute("id"));s.addSubgraph(x)}}if(!i){let S=this.walkDocument(r,r.getAttribute("id"));s.addVertex(S)}break;case"att":let p=r.getAttribute("name"),u="_"+p,R=r.getAttribute("value");p.indexOf("Time")===0?(ve(s,u,R),ve(s,p,""+ea(R))):p.indexOf("Size")===0?(ve(s,u,R),ve(s,p,""+ta(R))):p.indexOf("Skew")===0?(ve(s,u,R),ve(s,p,""+sa(R))):ve(s,p,R);break;case"edge":let c=this.walkDocument(r,r.getAttribute("id"));if(c.NumRowsProcessed!==void 0?c._eclwatchCount=c.NumRowsProcessed.replace(/\B(?=(\d{3})+(?!\d))/g,","):c.Count!==void 0?c._eclwatchCount=c.Count.replace(/\B(?=(\d{3})+(?!\d))/g,","):c.count!==void 0&&(c._eclwatchCount=c.count.replace(/\B(?=(\d{3})+(?!\d))/g,",")),c.inputProgress&&(c._eclwatchInputProgress="["+c.inputProgress.replace(/\B(?=(\d{3})+(?!\d))/g,",")+"]"),c.SkewMaxRowsProcessed&&c.SkewMinRowsProcessed&&(c._eclwatchSkew="+"+c.SkewMaxRowsProcessed+", "+c.SkewMinRowsProcessed),!c._dependsOn){if(!c._childGraph){if(c._sourceActivity||c._targetActivity){c._isSpill=!0;let S=c.getSource();S&&(S._isSpill=!0);let x=c.getTarget();x&&(x._isSpill=!0)}}}s.addEdge(c);break;default:break}break;case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:case 10:case 11:case 12:break;default:break}}),s}removeSubgraphs(){[...this.subgraphs].forEach(t=>{t.__hpcc_parent instanceof He&&t.remove()})}removeSpillVertices(){[...this.vertices].forEach(t=>{t.isSpill()&&t.remove()})}getLocalisedXGMML(e,t,s,r){let i=new ln(this);return i.calcVisibility(e,t,s,r),i.writeXgmml(),"<graph>"+i.m_xgmml+"</graph>"}};var Ms=ra("@hpcc-js/comms/ecl/query.ts"),ia=(0,wr.format)("~s");function oa(n){return!isNaN(parseFloat(n))&&!isNaN(n-0)}var pn=class extends Mr{constructor(){super(e=>Mr.hash([e.QueryId,e.QuerySet]))}},aa=new pn,Tr=class n extends na{wsWorkunitsService;get BaseUrl(){return this.wsWorkunitsService.baseUrl}topology;_requestSchema;_responseSchema;get properties(){return this.get()}get Exceptions(){return this.get("Exceptions")}get QueryId(){return this.get("QueryId")}get QuerySet(){return this.get("QuerySet")}get QueryName(){return this.get("QueryName")}get Wuid(){return this.get("Wuid")}get Dll(){return this.get("Dll")}get Suspended(){return this.get("Suspended")}get Activated(){return this.get("Activated")}get SuspendedBy(){return this.get("SuspendedBy")}get Clusters(){return this.get("Clusters")}get PublishedBy(){return this.get("PublishedBy")}get Comment(){return this.get("Comment")}get LogicalFiles(){return this.get("LogicalFiles")}get SuperFiles(){return this.get("SuperFiles")}get IsLibrary(){return this.get("IsLibrary")}get Priority(){return this.get("Priority")}get WUSnapShot(){return this.get("WUSnapShot")}get CompileTime(){return this.get("CompileTime")}get LibrariesUsed(){return this.get("LibrariesUsed")}get CountGraphs(){return this.get("CountGraphs")}get ResourceURLCount(){return this.get("ResourceURLCount")}get WsEclAddresses(){return this.get("WsEclAddresses")}get WUGraphs(){return this.get("WUGraphs")}get WUTimers(){return this.get("WUTimers")}get PriorityID(){return this.get("PriorityID")}constructor(e,t,s,r){super(),e instanceof ie?this.wsWorkunitsService=e:this.wsWorkunitsService=new ie(e),this.topology=Ps.attach(this.wsWorkunitsService.opts()),this.set({QuerySet:t,QueryId:s,...r})}static attach(e,t,s,r){let i=aa.get({BaseUrl:e.baseUrl,QuerySet:t,QueryId:s},()=>new n(e,t,s));return r&&i.set(r),i}_eclService;async wsEclService(){return this._eclService||(this._eclService=this.topology.fetchServices({}).then(e=>{for(let t of e?.TpEspServers?.TpEspServer??[])for(let s of t?.TpBindings?.TpBinding??[])if(s?.Service==="ws_ecl"){let r=`${s.Protocol}://${globalThis.location.hostname}:${s.Port}`;return new Xt({baseUrl:r})}})),this._eclService}async fetchDetails(){let e=await this.wsWorkunitsService.WUQueryDetails({QuerySet:this.QuerySet,QueryId:this.QueryId,IncludeStateOnClusters:!0,IncludeSuperFiles:!0,IncludeWsEclAddresses:!0,CheckAllNodes:!1});this.set({...e})}async fetchRequestSchema(){let e=await this.wsEclService();try{this._requestSchema=await e?.requestJson(this.QuerySet,this.QueryId)??[]}catch(t){Ms.debug(t.message??t),this._requestSchema=[]}}async fetchResponseSchema(){let e=await this.wsEclService();try{this._responseSchema=await e?.responseJson(this.QuerySet,this.QueryId)??{}}catch(t){Ms.debug(t.message??t),this._responseSchema={}}}async fetchSchema(){await Promise.all([this.fetchRequestSchema(),this.fetchResponseSchema()])}fetchSummaryStats(){return this.wsWorkunitsService.WUQueryGetSummaryStats({Target:this.QuerySet,QueryId:this.QueryId})}fetchGraph(e="",t=""){return this.wsWorkunitsService.WUQueryGetGraph({Target:this.QuerySet,QueryId:this.QueryId,GraphName:e,SubGraphId:t}).then(s=>{let r=new Is,i=!0;for(let o of s?.Graphs?.ECLGraphEx||[])i?(r.load(o.Graph),i=!1):r.merge(o.Graph);return r})}fetchDetailsNormalized(e={}){let t=ot.attach(this.wsWorkunitsService,this.Wuid);return t?Promise.all([this.fetchGraph(),t.fetchDetailsMeta(),t.fetchDetailsRaw(e)]).then(s=>{let r=s[0],i=s[1],p=s[2].map(u=>{let R=u.Id[0];if(R==="a"||R==="e"){let c=r.idx[u.Id.substring(1)];if(!c)return Ms.debug(`Missing graph data for metric ID: ${u.Id}`),u;let S=new Set(u.Properties.Property.map(M=>M.Name)),x=[];for(let M in c){let Q=M.charAt(0);if(Q!=="_"&&Q===Q.toUpperCase()&&!S.has(M)){let V=c[M],N=typeof V;if(N==="string"||N==="number"||N==="boolean"){let G=oa(V)?parseFloat(V):V,I=V;M.indexOf("Time")>=0&&(G=G/1e9,I=ia(G)+"s"),x.push({Name:M,RawValue:G,Formatted:I})}}}x.length>0&&u.Properties.Property.push(...x)}return u});return t.normalizeDetails(i,p)}):Promise.resolve({meta:void 0,columns:void 0,data:void 0})}async submit(e){let t=await this.wsEclService();try{return t?.submit(this.QuerySet,this.QueryId,e).then(s=>{for(let r in s)s[r]=s[r].Row;return s})??[]}catch(s){return Ms.debug(s.message??s),[]}}async refresh(){return await Promise.all([this.fetchDetails(),this.fetchSchema()]),this}requestFields(){return this._requestSchema?this._requestSchema:[]}responseFields(){return this._responseSchema?this._responseSchema:{}}resultNames(){let e=[];for(let t in this.responseFields())e.push(t);return e}resultFields(e){return this._responseSchema[e]?this._responseSchema[e]:[]}};import{Cache as ua,Dispatch as ca,Message as la}from"@hpcc-js/util";var gn=class extends ua{constructor(){super(e=>`${e.BaseUrl}-${e.Name}:${e.UserSpecific}-${e.Namespace}`)}},pa=new gn,tt=class extends la{constructor(t,s,r){super();this.key=t;this.value=s;this.oldValue=r}get canConflate(){return!0}conflate(t){return this.key===t.key?(this.value=t.value,!0):!1}void(){return this.value===this.oldValue}},Nr=class n{connection;get BaseUrl(){return this.connection.baseUrl}Name;UserSpecific;Namespace;_dispatch=new ca;static attach(e,t="HPCCApps",s,r=!0){return pa.get({BaseUrl:e.baseUrl,Name:t,UserSpecific:r,Namespace:s},()=>new n(e,t,s,r))}constructor(e,t,s,r){e instanceof Rt?this.connection=e:this.connection=new Rt(e),this.Name=t,this.UserSpecific=r,this.Namespace=s}_knownValues={};create(){this.connection.CreateStore({Name:this.Name,Type:"",Description:""})}set(e,t,s=!0){return this.connection.Set({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace,Key:e,Value:t}).then(r=>{let i=this._knownValues[e];this._knownValues[e]=t,s&&this._dispatch.post(new tt(e,t,i))}).catch(r=>{console.error(`Store.set("${e}", "${t}") failed:`,r)})}get(e,t=!0){return this.connection.Fetch({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace,Key:e}).then(s=>{let r=this._knownValues[e];return this._knownValues[e]=s.Value,t&&this._dispatch.post(new tt(e,s.Value,r)),s.Value}).catch(s=>{console.error(`Store.get(${e}) failed:`,s)})}getAll(e=!0){return this.connection.FetchAll({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace}).then(t=>{let s={},r=this._knownValues;if(this._knownValues={},t.Pairs.Pair.forEach(i=>{let o=this._knownValues[i.Key];this._knownValues[i.Key]=i.Value,delete r[i.Key],s[i.Key]=i.Value,e&&this._dispatch.post(new tt(i.Key,i.Value,o))}),e)for(let i in r)this._dispatch.post(new tt(i,void 0,r[i]));return s}).catch(t=>(console.error("Store.getAll failed:",t),{}))}delete(e,t=!0){return this.connection.Delete({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace,Key:e}).then(s=>{let r=this._knownValues[e];delete this._knownValues[e],t&&this._dispatch.post(new tt(e,void 0,r))}).catch(s=>{console.error(`Store.delete(${e}) failed:`,s)})}monitor(e){return this._dispatch.attach(e)}};import{Cache as ga,scopedLogger as da,StateObject as ma}from"@hpcc-js/util";var fa=da("@hpcc-js/comms/dfuWorkunit.ts");var dn=class extends ga{constructor(){super(e=>`${e.BaseUrl}-${e.ID}`)}},Br=new dn,Qr=class n extends ma{connection;topologyConnection;get BaseUrl(){return this.connection.baseUrl}get properties(){return this.get()}get ID(){return this.get("ID")}get DFUServerName(){return this.get("DFUServerName")}get ClusterName(){return this.get("ClusterName")}get JobName(){return this.get("JobName")}get Queue(){return this.get("Queue")}get User(){return this.get("User")}get isProtected(){return this.get("isProtected")}get Command(){return this.get("Command")}get CommandMessage(){return this.get("CommandMessage")}get PercentDone(){return this.get("PercentDone")}get SecsLeft(){return this.get("SecsLeft")}get ProgressMessage(){return this.get("ProgressMessage")}get SummaryMessage(){return this.get("SummaryMessage")}get State(){return this.get("State",0)}get SourceLogicalName(){return this.get("SourceLogicalName")}get SourceIP(){return this.get("SourceIP")}get SourceFilePath(){return this.get("SourceFilePath")}get SourceDali(){return this.get("SourceDali")}get SourceRecordSize(){return this.get("SourceRecordSize")}get SourceFormat(){return this.get("SourceFormat")}get RowTag(){return this.get("RowTag")}get SourceNumParts(){return this.get("SourceNumParts")}get SourceDirectory(){return this.get("SourceDirectory")}get DestLogicalName(){return this.get("DestLogicalName")}get DestGroupName(){return this.get("DestGroupName")}get DestDirectory(){return this.get("DestDirectory")}get DestIP(){return this.get("DestIP")}get DestFilePath(){return this.get("DestFilePath")}get DestFormat(){return this.get("DestFormat")}get DestNumParts(){return this.get("DestNumParts")}get DestRecordSize(){return this.get("DestRecordSize")}get Replicate(){return this.get("Replicate")}get Overwrite(){return this.get("Overwrite")}get Compress(){return this.get("Compress")}get SourceCsvSeparate(){return this.get("SourceCsvSeparate")}get SourceCsvQuote(){return this.get("SourceCsvQuote")}get SourceCsvTerminate(){return this.get("SourceCsvTerminate")}get SourceCsvEscape(){return this.get("SourceCsvEscape")}get TimeStarted(){return this.get("TimeStarted")}get TimeStopped(){return this.get("TimeStopped")}get StateMessage(){return this.get("StateMessage")}get MonitorEventName(){return this.get("MonitorEventName")}get MonitorSub(){return this.get("MonitorSub")}get MonitorShotLimit(){return this.get("MonitorShotLimit")}get SourceDiffKeyName(){return this.get("SourceDiffKeyName")}get DestDiffKeyName(){return this.get("DestDiffKeyName")}get Archived(){return this.get("Archived")}get encrypt(){return this.get("encrypt")}get decrypt(){return this.get("decrypt")}get failIfNoSourceFile(){return this.get("failIfNoSourceFile")}get recordStructurePresent(){return this.get("recordStructurePresent")}get quotedTerminator(){return this.get("quotedTerminator")}get preserveCompression(){return this.get("preserveCompression")}get expireDays(){return this.get("expireDays")}get PreserveFileParts(){return this.get("PreserveFileParts")}get FileAccessCost(){return this.get("FileAccessCost")}get KbPerSecAve(){return this.get("KbPerSecAve")}get KbPerSec(){return this.get("KbPerSec")}static create(e,t){let s=new n(e);return s.connection.CreateDFUWorkunit({DFUServerQueue:t}).then(r=>(Br.set(s),s.set(r.result),s))}static attach(e,t,s){let r=Br.get({BaseUrl:e.baseUrl,ID:t},()=>new n(e,t));return s&&r.set(s),r}static sprayFixed(e,t){let s=new Je(e);return s.SprayFixedEx({...t}).then(r=>{let i=r.wuid;return s.GetDFUWorkunit({wuid:i}).then(o=>n.attach(e,i,o.result))})}static sprayVariable(e,t){let s=new Je(e);return s.SprayVariableEx({...t}).then(r=>{let i=r.wuid;return s.GetDFUWorkunit({wuid:i}).then(o=>n.attach(e,i,o.result))})}static despray(e,t){let s=new Je(e);return s.DesprayEx({...t}).then(r=>{let i=r.wuid;return s.GetDFUWorkunit({wuid:i}).then(o=>n.attach(e,i,o.result))})}update(e){return this.connection.UpdateDFUWorkunitEx({wu:{JobName:e?.wu?.JobName??this.JobName,isProtected:e?.wu?.isProtected??this.isProtected,ID:this.ID,State:this.State},ClusterOrig:this.ClusterName,JobNameOrig:this.JobName,isProtectedOrig:this.isProtected,StateOrig:this.State})}isComplete(){switch(this.State){case 6:case 5:case 4:case 999:return!0;default:}return!1}isFailed(){return!!(this.isComplete()&&this.State!==6)}isDeleted(){return this.State===999}isRunning(){return!this.isComplete()}abort(){return this.connection.AbortDFUWorkunit({wuid:this.ID})}delete(){return this.DFUWUAction(ht.DFUWUActions.Delete).then(e=>this.refresh().then(()=>(this._monitor(),e)))}async refresh(e=!1){return await this.GetDFUWorkunit(),this}fetchXML(e){return this.DFUWUFile()}_monitor(){if(this.isComplete()){this._monitorTickCount=0;return}super._monitor()}_monitorTimeoutDuration(){let e=super._monitorTimeoutDuration();return this._monitorTickCount<=1?3e3:this._monitorTickCount<=5?6e3:this._monitorTickCount<=7?12e3:e}DFUWUFile(e={}){return this.connection.DFUWUFileEx({...e,Wuid:this.ID}).then(t=>t).catch(t=>"")}DFUWUAction(e){return this.connection.DFUWorkunitsAction({wuids:{Item:[this.ID]},Type:e}).then(t=>e===ht.DFUWUActions.Delete?t:this.refresh().then(()=>(this._monitor(),t)))}on(e,t,s){if(this.isCallback(t))switch(e){case"finished":super.on("propChanged","State",r=>{this.isComplete()&&t([r])});break;case"changed":super.on(e,t);break;default:}else e==="changed"&&super.on(e,t,s);return this._monitor(),this}watchUntilComplete(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),this.isComplete()&&(r.release(),t(this))})})}watchUntilRunning(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),(this.isComplete()||this.isRunning())&&(r.release(),t(this))})})}constructor(e,t){super(),this.connection=new Je(e),this.topologyConnection=new le(e),this.clearState(t)}clearState(e){this.clear({ID:e,State:0})}GetDFUWorkunit(e={}){return this.connection.GetDFUWorkunit({...e,wuid:this.ID}).then(t=>(this.set(t.result),t)).catch(t=>{if(!t.Exception.some(r=>r.Code===20080||r.Code===20081?(this.clearState(this.ID),this.set("State",999),!0):!1))throw fa.warning(`Unexpected ESP exception: ${t.message}`),t;return{}})}};import*as Xr from"node:child_process";import*as qr from"node:crypto";import*as pe from"node:fs";import*as Te from"node:os";import*as fe from"node:path";import{exists as Ua,scopedLogger as Ea,xml2json as Fa}from"@hpcc-js/util";import*as st from"node:fs";import*as $ from"node:path";import{Dictionary as Gr,DictionaryNoCase as Lr,find as ha,SAXStackParser as Da,scopedLogger as Ca,XMLNode as Ra}from"@hpcc-js/util";var Sa=Ca("clienttools/eclmeta"),ya=!1;function ut(n,e,t){if(ya){for(let s in n){let r=`${e}.${s}`;s!=="$"&&t[s]===void 0&&t[s.toLowerCase()+"s"]===void 0&&Sa.debug(r)}n.$&&ut(n.$,e+".$",t)}}var fn=class{__attrs;name;constructor(e){this.__attrs=e.$,this.name=e.$.name}},hn=class{__attrs;definition;get scope(){return this.definition}name;type;constructor(e,t){this.__attrs=t.$,this.definition=e,this.name=t.$.name,this.type=t.$.type}},ct=class{get scope(){return this}name;type;sourcePath;line;start;body;end;definitions;constructor(e,t,s,r,i=1,o=0,p=0,u=Number.MAX_VALUE){this.name=e,this.type=t,this.sourcePath=$.normalize(s),this.line=+i-1,this.start=+o,this.body=+p,this.end=+u,this.definitions=this.parseDefinitions(r)}parseDefinitions(e=[]){return e.map(t=>{let s=new Dn(this.sourcePath,t);return ut(t,"definition",s),s})}contains(e){return e>=this.start&&e<=this.end}scopeStackAt(e){let t=[];return this.contains(e)&&(t.push(this),this.definitions.forEach(s=>{t=s.scopeStackAt(e).concat(t)})),t}_resolve(e=[],t){let s=t.split("."),r=s.shift(),i=ha(e,o=>typeof o.name=="string"&&typeof r=="string"&&o.name.toLowerCase()===r.toLowerCase());return i&&i.definitions.length&&s.length?this._resolve(i.definitions,s.join(".")):i}resolve(e){return this._resolve(this.definitions,e)}suggestions(){return this.definitions.map(e=>({name:e.name,type:this.type}))}},Dn=class extends ct{__attrs;exported;shared;fullname;inherittype;attrs;fields;constructor(e,t){super(t.$.name,t.$.type,e,t.children("Definition"),t.$.line,t.$.start,t.$.body,t.$.end),this.__attrs=t.$,this.exported=!!t.$.exported,this.shared=!!t.$.shared,this.fullname=t.$.fullname,this.inherittype=t.$.inherittype,this.attrs=this.parseAttrs(t.children("Attr")),this.fields=this.parseFields(t.children("Field"))}parseAttrs(e=[]){return e.map(t=>{let s=new fn(t);return ut(t,"attr",s),s})}parseFields(e=[]){return e.map(t=>{let s=new hn(this,t);return ut(t,"field",s),s})}suggestions(){return super.suggestions().concat(this.fields.map(e=>({name:e.name,type:e.type})))}},Ts=class{__attrs;name;ref;start;end;line;constructor(e){this.__attrs=e.$,this.name=e.$.name,this.ref=e.$.ref,this.start=e.$.start,this.end=e.$.end,this.line=e.$.line}},Cn=class extends ct{imports;__attrs;constructor(e){super(e.$.name,"source",e.$.sourcePath,e.children("Definition")),this.__attrs=e.$;let t=e.$.name.split(".");t.pop();let s=new Ra("");s.appendAttribute("name","$"),s.appendAttribute("ref",t.join(".")),this.imports=[new Ts(s),...this.parseImports(e.children("Import"))]}parseImports(e=[]){return e.map(t=>{let s=new Ts(t);return ut(t,"import",s),s})}resolve(e,t){let s;return!s&&t!==void 0&&this.scopeStackAt(t).some(i=>(s=i.resolve(e),!!s)),s||(s=super.resolve(e)),s}},xa=n=>$.basename(n).indexOf(".")===0,kr=n=>st.lstatSync(n).isDirectory()&&!xa(n),Aa=n=>[".ecl",".ecllib"].indexOf($.extname(n).toLowerCase())>=0,vr=n=>st.readdirSync(n).map(e=>$.join(n,e)).filter(e=>kr(e)||Aa(e)),Rn=class extends ct{constructor(e,t){super(e,"file",t,[])}suggestions(){return[]}},Sn=class extends ct{constructor(e,t){super(e,"folder",t,[])}suggestions(){return vr(this.sourcePath).map(e=>({name:$.basename(e,".ecl"),type:"folder"}))}},yn=class{_workspacePath;_eclccPath;_clientTools;_sourceByID=new Lr;_sourceByPath=new Gr;_test=new Lr;constructor(e,t){this._workspacePath=e,this._eclccPath=t}refresh(){this.primeWorkspace(),this.primeClientTools()}primeClientTools(){return Vr(this._eclccPath,"",this._workspacePath).then(e=>(this._clientTools=e,e.paths())).then(e=>{for(let t of["ECLCC_ECLLIBRARY_PATH","ECLCC_PLUGIN_PATH"])e[t]&&st.existsSync(e[t])&&this.walkChildFolders(e[t],e[t]);return this})}primeWorkspace(){st.existsSync(this._workspacePath)&&this.visitFolder(this._workspacePath,this._workspacePath)}walkChildFolders(e,t,s=!1){for(let r of vr(e))kr(r)?this.visitFolder(r,t,s):this.visitFile(r,t,s)}visitFile(e,t,s=!1){let r=$.parse(e),i=$.join(r.dir,r.name),o=$.relative(t,i).split($.sep).join(".");(s||!this._test.has(o))&&this._test.set(o,new Rn("",e))}visitFolder(e,t,s=!1){let r=$.relative(t,e).split($.sep).join(".");(s||!this._test.has(r))&&(this._test.set(r,new Sn(r,e)),this.walkChildFolders(e,t,s))}buildStack(e,t,s){let r=t.split(".");s&&e[e.length-1]===r[0]&&r.shift();let i=[...e,...r],o=i.join(".");return{stack:i,qid:o}}walkECLScope(e,t){let s=this.buildStack(e,t.name,!0);this._test.set(s.qid,t);for(let r of t.definitions)this.walkDefinition(s.stack,r)}walkField(e,t){let s=this.buildStack(e,t.name,!1);this._test.set(s.qid,t)}walkDefinition(e,t){let s=this.buildStack(e,t.name,!0);this.walkECLScope(e,t);for(let r of t.fields)this.walkField(s.stack,r)}walkSource(e){this.walkECLScope([],e)}parseSources(e=[]){for(let t of e)if(t.$.name){let s=new Cn(t);if(ut(t,"source",s),this._sourceByID.set(s.name,s),this._sourceByPath.set(s.sourcePath,s),s.name){let i=s.name.split(".").length;if(i>1){let o=s.sourcePath;for(;i>1;)o=$.dirname(o),--i;this.visitFolder(o,$.dirname(o))}}this.walkSource(s)}}parseMetaXML(e){let t=new xn;return t.parse(e),this.parseSources(t.sources),t.sources.map(s=>$.normalize(s.$.sourcePath))}resolveQualifiedID(e,t,s){let r;if(!r&&this._test.has(t)&&(r=this._test.get(t).scope),!r&&this._sourceByPath.has(e)){let i=this._sourceByPath.get(e),o=t.split(".");for(let u of i.imports)if(u.name.toLowerCase()===o[0].toLowerCase()){u.ref?o[0]=u.ref:o.shift();break}let p=o.join(".");!r&&this._test.has(p)&&(r=this._test.get(p).scope),r||(p=[...i.name.split("."),...o].join("."),this._test.has(p)&&(r=this._test.get(p).scope))}return r}resolvePartialID(e,t,s){t=t.toLowerCase();let r=t.split(".");r.pop();let i=r.length===1?r[0]:r.join(".");return this.resolveQualifiedID(e,i,s)}},mn=new Gr;function nt(n,e){let t=$.normalize(n);if(!mn.has(t)){let s=new yn(t,e);mn.set(t,s),s.refresh()}return mn.get(t)}function Wa(n,e,t){if(e<0)return!1;let s=n.charAt(e);return(t?/[a-zA-Z\d_\.$]/:/[a-zA-Z\d_]/).test(s)}function Rg(n,e,t){for(;Wa(n,e,t);)e+=t?-1:1;return e+(t?1:-1)}var xn=class extends Da{sources=[];endXMLNode(e){e.name==="Source"&&this.sources.push(e),super.endXMLNode(e)}};var lt=Ea("clienttools/eclcc"),An=Te.type()==="Windows_NT"?".exe":"";function Hr(n){return n.split(`\r
915
+ </div>`}},yt=class extends en{wu;constructor(e,t){super(t),this.wu=e}};import{StateObject as Eo}from"@hpcc-js/util";var xs=class extends Eo{connection;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get FileCluster(){return this.get("FileCluster")}get Name(){return this.get("Name")}get IsSuperFile(){return this.get("IsSuperFile")}get Subs(){return this.get("Subs")}get Count(){return this.get("Count")}get ECLSourceFiles(){return this.get("ECLSourceFiles")}constructor(e,t,s){super(),e instanceof ie?this.connection=e:this.connection=new ie(e),this.set({Wuid:t,...s})}};import{espTime2Seconds as Fo,StateObject as bo}from"@hpcc-js/util";var Ws=class extends bo{connection;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get Name(){return this.get("Name")}get Value(){return this.get("Value")}get Seconds(){return this.get("Seconds")}get GraphName(){return this.get("GraphName")}get SubGraphId(){return this.get("SubGraphId")}get HasSubGraphId(){return this.get("HasSubGraphId")}get count(){return this.get("count")}get Timestamp(){return this.get("Timestamp")}get When(){return this.get("When")}constructor(e,t,s){super(),e instanceof ie?this.connection=e:this.connection=new ie(e);let r=Fo(s.Value);this.set({Wuid:t,Seconds:Math.round(r*1e3)/1e3,HasSubGraphId:s.SubGraphId!==void 0,...s})}};var To=(0,Fs.utcFormat)("%Y-%m-%dT%H:%M:%S.%LZ"),wo=(0,Fs.utcParse)("%Y-%m-%dT%H:%M:%S.%LZ"),No=(0,Pr.format)(",");function Bo(n){return n&&!isNaN(+n)?No(+n):n}var Fr="DefinitionList",Qo=/([a-zA-Z]:)?(.*[\\\/])(.*)(\((\d+),(\d+)\))/,Lo=["Avg","Min","Max","Delta","StdDev"],Go=["SkewMin","SkewMax","NodeMin","NodeMax"],ko=/[A-Z][a-z]*/g;function vo(n){for(let t of Go){let s=n.indexOf(t);if(s===0){let i=n.slice(s+t.length);return{measure:"",ext:t,label:i}}}let e=n.match(ko);if(e?.length){let t=e.shift(),s=e.join("");for(let r of Lo){let i=s.indexOf(r);if(i===0)return s=s.slice(i+r.length),{measure:t,ext:r,label:s}}return{measure:t,ext:"",label:s}}return{measure:"",ext:"",label:n}}var br={};function Vo(n){let e=br[n];return e||(e=vo(n),br[n]=e),e}function Me(n,e){return n.__formattedProps?.[e]??n[e]}function As(n){if(n===void 0)return;let e=parseFloat(n);return isNaN(e)?void 0:e}function Ho(n,e,t){let s=Vo(e);if(!t[s.measure]){t[s.label]=!0;let r=As(n[`${s.measure}Avg${s.label}`]),i=As(n[`${s.measure}Min${s.label}`]),o=As(n[`${s.measure}Max${s.label}`]),u=As(n[`${s.measure}StdDev${s.label}`]),p=Math.max((r-i)/u,(o-r)/u);return{Key:`${s.measure}${s.label}`,Value:Me(n,`${s.measure}${s.label}`),Avg:Me(n,`${s.measure}Avg${s.label}`),Min:Me(n,`${s.measure}Min${s.label}`),Max:Me(n,`${s.measure}Max${s.label}`),Delta:Me(n,`${s.measure}Delta${s.label}`),StdDev:Me(n,`${s.measure}StdDev${s.label}`),StdDevs:isNaN(p)?void 0:p,SkewMin:Me(n,`SkewMin${s.label}`),SkewMax:Me(n,`SkewMax${s.label}`),NodeMin:Me(n,`NodeMin${s.label}`),NodeMax:Me(n,`NodeMax${s.label}`)}}return null}var Us=Io("workunit.ts"),nn=class extends Po{constructor(){super(e=>`${e.BaseUrl}-${e.Wuid}`)}},Es=new nn,ot=class n extends Mo{connection;topologyConnection;get BaseUrl(){return this.connection.baseUrl}_debugMode=!1;_debugAllGraph;_submitAction;get properties(){return this.get()}get Wuid(){return this.get("Wuid")}get Owner(){return this.get("Owner","")}get Cluster(){return this.get("Cluster","")}get Jobname(){return this.get("Jobname","")}get Description(){return this.get("Description","")}get ActionEx(){return this.get("ActionEx","")}get StateID(){return this.get("StateID",0)}get State(){return this.get("State")||_s[this.StateID]}get Protected(){return this.get("Protected",!1)}get Exceptions(){return this.get("Exceptions",{ECLException:[]})}get ResultViews(){return this.get("ResultViews",{View:[]})}_resultCache=new ys;get ResultCount(){return this.get("ResultCount",0)}get Results(){return this.get("Results",{ECLResult:[]})}get CResults(){return this.Results.ECLResult.map(e=>this._resultCache.get(e,()=>Ss.attach(this.connection,this.Wuid,e,this.ResultViews.View)))}get SequenceResults(){let e={};return this.CResults.forEach(t=>{e[t.Sequence]=t}),e}get Timers(){return this.get("Timers",{ECLTimer:[]})}get CTimers(){return this.Timers.ECLTimer.map(e=>new Ws(this.connection,this.Wuid,e))}_graphCache=new ls;get GraphCount(){return this.get("GraphCount",0)}get Graphs(){return this.get("Graphs",{ECLGraph:[]})}get CGraphs(){return this.Graphs.ECLGraph.map(e=>this._graphCache.get(e,()=>new cs(this,e,this.CTimers)))}get ThorLogList(){return this.get("ThorLogList")}get ResourceURLCount(){return this.get("ResourceURLCount",0)}get ResourceURLs(){return this.get("ResourceURLs",{URL:[]})}get CResourceURLs(){return this.ResourceURLs.URL.map(e=>new ds(this,e))}get TotalClusterTime(){return this.get("TotalClusterTime","")}get DateTimeScheduled(){return this.get("DateTimeScheduled")}get IsPausing(){return this.get("IsPausing")}get ThorLCR(){return this.get("ThorLCR")}get ApplicationValues(){return this.get("ApplicationValues",{ApplicationValue:[]})}get HasArchiveQuery(){return this.get("HasArchiveQuery")}get StateEx(){return this.get("StateEx")}get PriorityClass(){return this.get("PriorityClass")}get PriorityLevel(){return this.get("PriorityLevel")}get Snapshot(){return this.get("Snapshot")}get ResultLimit(){return this.get("ResultLimit")}get EventSchedule(){return this.get("EventSchedule")}get Query(){return this.get("Query")}get HelpersCount(){return this.get("HelpersCount",0)}get Helpers(){return this.get("Helpers",{ECLHelpFile:[]})}get DebugValues(){return this.get("DebugValues")}get AllowedClusters(){return this.get("AllowedClusters")}get ErrorCount(){return this.get("ErrorCount",0)}get WarningCount(){return this.get("WarningCount",0)}get InfoCount(){return this.get("InfoCount",0)}get AlertCount(){return this.get("AlertCount",0)}get SourceFileCount(){return this.get("SourceFileCount",0)}get SourceFiles(){return this.get("SourceFiles",{ECLSourceFile:[]})}get CSourceFiles(){return this.SourceFiles.ECLSourceFile.map(e=>new xs(this.connection,this.Wuid,e))}get VariableCount(){return this.get("VariableCount",0)}get Variables(){return this.get("Variables",{ECLResult:[]})}get TimerCount(){return this.get("TimerCount",0)}get HasDebugValue(){return this.get("HasDebugValue")}get ApplicationValueCount(){return this.get("ApplicationValueCount",0)}get XmlParams(){return this.get("XmlParams")}get AccessFlag(){return this.get("AccessFlag")}get ClusterFlag(){return this.get("ClusterFlag")}get ResultViewCount(){return this.get("ResultViewCount",0)}get DebugValueCount(){return this.get("DebugValueCount",0)}get WorkflowCount(){return this.get("WorkflowCount",0)}get Archived(){return this.get("Archived")}get RoxieCluster(){return this.get("RoxieCluster")}get DebugState(){return this.get("DebugState",{})}get Queue(){return this.get("Queue")}get Active(){return this.get("Active")}get Action(){return this.get("Action")}get Scope(){return this.get("Scope")}get AbortBy(){return this.get("AbortBy")}get AbortTime(){return this.get("AbortTime")}get Workflows(){return this.get("Workflows")}get TimingData(){return this.get("TimingData")}get HelpersDesc(){return this.get("HelpersDesc")}get GraphsDesc(){return this.get("GraphsDesc")}get SourceFilesDesc(){return this.get("SourceFilesDesc")}get ResultsDesc(){return this.get("ResultsDesc")}get VariablesDesc(){return this.get("VariablesDesc")}get TimersDesc(){return this.get("TimersDesc")}get DebugValuesDesc(){return this.get("DebugValuesDesc")}get ApplicationValuesDesc(){return this.get("ApplicationValuesDesc")}get WorkflowsDesc(){return this.get("WorkflowsDesc")}get ServiceNames(){return this.get("ServiceNames")}get CompileCost(){return this.get("CompileCost")}get ExecuteCost(){return this.get("ExecuteCost")}get FileAccessCost(){return this.get("FileAccessCost")}get NoAccess(){return this.get("NoAccess")}get ECLWUProcessList(){return this.get("ECLWUProcessList")}get CostSavingPotential(){return this.get("CostSavingPotential")}static create(e){let t=new n(e);return t.connection.WUCreate().then(s=>(Es.set(t),t.set(s.Workunit),t))}static attach(e,t,s){let r=Es.get({BaseUrl:e.baseUrl,Wuid:t},()=>new n(e,t));return s&&r.set(s),r}static existsLocal(e,t){return Es.has({BaseUrl:e,Wuid:t})}static submit(e,t,s,r=!1){return n.create(e).then(i=>i.update({QueryText:s})).then(i=>r?i.submit(t,Ke.Action.Compile):i.submit(t))}static compile(e,t,s){return n.submit(e,t,s,!0)}static query(e,t){return new ie(e).WUQuery(t).then(r=>r.Workunits.ECLWorkunit.map(function(i){return n.attach(e,i.Wuid,i)}))}constructor(e,t){super(),this.connection=new ie(e),this.topologyConnection=new le(e),this.clearState(t)}clearState(e){this.clear({Wuid:e,StateID:0})}update(e){return this.connection.WUUpdate({...e,Wuid:this.Wuid,StateOrig:this.StateID,JobnameOrig:this.Jobname,DescriptionOrig:this.Description,ProtectedOrig:this.Protected,ClusterOrig:this.Cluster}).then(t=>(this.set(t.Workunit),this))}submit(e,t=Ke.Action.Run,s){let r;return e!==void 0?r=Promise.resolve(e):r=this.topologyConnection.DefaultTpLogicalClusterQuery().then(i=>i.Name),this._debugMode=!1,t===Ke.Action.Debug&&(t=Ke.Action.Run,this._debugMode=!0),r.then(i=>this.connection.WUUpdate({Wuid:this.Wuid,Action:t,ResultLimit:s,DebugValues:{DebugValue:[{Name:"Debug",Value:this._debugMode?"1":""}]}}).then(o=>(this.set(o.Workunit),this._submitAction=t,this.connection.WUSubmit({Wuid:this.Wuid,Cluster:i})))).then(()=>this)}isComplete(){switch(this.StateID){case 1:return this.ActionEx==="compile"||this._submitAction===Ke.Action.Compile;case 3:case 4:case 7:case 999:return!0;default:}return!1}isFailed(){switch(this.StateID){case 7:case 4:return!0;default:}return!1}isDeleted(){return this.StateID===999}isDebugging(){switch(this.StateID){case 14:case 15:return!0;default:}return this._debugMode}isRunning(){switch(this.StateID){case 1:case 2:case 6:case 8:case 14:case 15:return!0;default:}return!1}setToFailed(){return this.WUAction(me.ECLWUActions.SetToFailed)}pause(){return this.WUAction(me.ECLWUActions.Pause)}pauseNow(){return this.WUAction(me.ECLWUActions.PauseNow)}resume(){return this.WUAction(me.ECLWUActions.Resume)}abort(){return this.WUAction(me.ECLWUActions.Abort)}protect(){return this.WUAction(me.ECLWUActions.Protect)}unprotect(){return this.WUAction(me.ECLWUActions.Unprotect)}delete(){return this.WUAction(me.ECLWUActions.Delete)}restore(){return this.WUAction(me.ECLWUActions.Restore)}deschedule(){return this.WUAction(me.ECLWUActions.Deschedule)}reschedule(){return this.WUAction(me.ECLWUActions.Reschedule)}resubmit(){return this.WUResubmit({CloneWorkunit:!1,ResetWorkflow:!1}).then(()=>(this.clearState(this.Wuid),this.refresh().then(()=>(this._monitor(),this))))}clone(){return this.WUResubmit({CloneWorkunit:!0,ResetWorkflow:!1}).then(e=>n.attach(this.connection.opts(),e.WUs.WU[0].WUID).refresh())}async refreshState(){return await this.WUQuery(),this.StateID===1&&!this.ActionEx&&!this._submitAction&&await this.refreshInfo(),this}async refreshInfo(e){return await this.WUInfo(e),this}async refreshDebug(){return await this.debugStatus(),this}async refresh(e=!1,t){return e?await Promise.all([this.refreshInfo(t),this.refreshDebug()]):await this.refreshState(),this}eclExceptions(){return this.Exceptions.ECLException}fetchArchive(){return this.connection.WUFileEx({Wuid:this.Wuid,Type:"ArchiveQuery"})}fetchECLExceptions(){return this.WUInfo({IncludeExceptions:!0}).then(()=>this.eclExceptions())}fetchResults(){return this.WUInfo({IncludeResults:!0}).then(()=>this.CResults)}fetchGraphs(){return this.WUInfo({IncludeGraphs:!0}).then(()=>this.CGraphs)}fetchQuery(){return this.WUInfo({IncludeECL:!0,TruncateEclTo64k:!1}).then(()=>this.Query)}fetchHelpers(){return this.WUInfo({IncludeHelpers:!0}).then(()=>this.Helpers?.ECLHelpFile||[])}fetchAllowedClusters(){return this.WUInfo({IncludeAllowedClusters:!0}).then(()=>this.AllowedClusters?.AllowedCluster||[])}fetchTotalClusterTime(){return this.WUInfo({IncludeTotalClusterTime:!0}).then(()=>this.TotalClusterTime)}fetchServiceNames(){return this.WUInfo({IncludeServiceNames:!0}).then(()=>this.ServiceNames?.Item)}fetchDetailsMeta(e={}){return this.WUDetailsMeta(e)}fetchDetailsRaw(e={}){return this.WUDetails(e).then(t=>t.Scopes.Scope)}normalizeDetails(e,t){let s={id:{Measure:"label"},name:{Measure:"label"},type:{Measure:"label"}},r=new Map;for(let o of e.Activities?.Activity??[])r.set(o.Kind,o.Name);let i=new Array(t.length);for(let o=0;o<t.length;o++){let u=t[o],p={},A={};if(u.Id&&u.Properties?.Property)for(let V of u.Properties.Property){let N=V.Measure,q=V.Name,G=V.RawValue;if(N==="ns"&&(V.Measure="s"),q==="Kind"){let I=parseInt(G,10);V.Formatted=r.get(I)??G}switch(s[q]={Name:V.Name,Measure:V.Measure,Creator:V.Creator,CreatorType:V.CreatorType},V.Measure){case"bool":p[q]=!!+G;break;case"sz":p[q]=+G;break;case"s":p[q]=+G/1e9;break;case"ns":p[q]=+G;break;case"ts":p[q]=new Date(+G/1e3).toISOString();break;case"cnt":p[q]=+G;break;case"cost":p[q]=+G/1e6;break;case"node":p[q]=+G;break;case"skw":p[q]=+G;break;default:p[q]=G}A[q]=Bo(V.Formatted??p[q])}let l={id:u.Id,name:u.ScopeName,type:u.ScopeType,Kind:u.Kind,Label:u.Label,__formattedProps:A,__groupedProps:{},__groupedRawProps:{},__StdDevs:0,__StdDevsSource:"",...p},x=l[Fr];if(x)try{let V=JSON.parse(x.split("\\").join("\\\\")),N=[];for(let q=0;q<V.length;q++){let G=V[q].match(Qo);G&&N.push({filePath:(G[1]??"")+G[2]+G[3],line:parseInt(G[5],10),col:parseInt(G[6],10)})}l[Fr]=N}catch{Us.error(`Unexpected "DefinitionList": ${x}`)}let S={},M=0,Q="";for(let V in l)if(!V.startsWith("__")){let N=Ho(l,V,S);N&&(l.__groupedProps[N.Key]=N,!isNaN(N.StdDevs)&&N.StdDevs>M&&(M=N.StdDevs,Q=N.Key))}l.__StdDevs=M,l.__StdDevsSource=Q,i[o]=l}return{meta:e,columns:s,data:i}}fetchDetailsNormalized(e={}){return Promise.all([this.fetchDetailsMeta(),this.fetchDetailsRaw(e)]).then(t=>this.normalizeDetails(t[0],t[1]))}fetchInfo(e={}){return this.WUInfo(e)}fetchDetails(e={}){return this.WUDetails(e).then(t=>t.Scopes.Scope.map(s=>new yt(this,s)))}fetchDetailsHierarchy(e={}){return this.WUDetails(e).then(t=>{let s=[],r={};t.Scopes.Scope.forEach(i=>{if(r[i.ScopeName])return r[i.ScopeName].update(i),null;{let o=new yt(this,i);return r[o.ScopeName]=o,o}});for(let i in r)if(r.hasOwnProperty(i)){let o=r[i],u=o.parentScope();u&&r[u]?r[u].children().push(o):s.push(o)}return s})}fetchGraphDetails(e=[],t){return this.fetchDetails({ScopeFilter:{MaxDepth:999999,Ids:e,ScopeTypes:t},NestedFilter:{Depth:999999,ScopeTypes:["graph","subgraph","activity","edge","function"]},PropertiesToReturn:{AllStatistics:!0,AllAttributes:!0,AllHints:!0,AllProperties:!0,AllScopes:!0},ScopeOptions:{IncludeId:!0,IncludeScope:!0,IncludeScopeType:!0},PropertyOptions:{IncludeName:!0,IncludeRawValue:!0,IncludeFormatted:!0,IncludeMeasure:!0,IncludeCreator:!1,IncludeCreatorType:!1}})}fetchScopeGraphs(e=[]){return this.fetchGraphDetails(e,["graph"]).then(t=>gs(t))}fetchTimeElapsed(){return this.fetchDetails({ScopeFilter:{PropertyFilters:{PropertyFilter:[{Name:"TimeElapsed"}]}}}).then(e=>{let t={};e.forEach(r=>{t[r.ScopeName]=t[r.ScopeName]||{scope:r.ScopeName,start:null,elapsed:null,finish:null},r.CAttributes.forEach(i=>{i.Name==="TimeElapsed"?t[r.ScopeName].elapsed=+i.RawValue:i.Measure==="ts"&&i.Name.indexOf("Started")>=0&&(t[r.ScopeName].start=i.Formatted)})});let s=[];for(let r in t){let i=t[r];if(i.start&&i.elapsed){let o=wo(i.start);o.setMilliseconds(o.getMilliseconds()+i.elapsed/1e6),i.finish=To(o),s.push(i)}}return s.sort((r,i)=>r.start<i.start?-1:r.start>i.start?1:0),s})}_monitor(){if(this.isComplete()){this._monitorTickCount=0;return}super._monitor()}_monitorTimeoutDuration(){let e=super._monitorTimeoutDuration();return this._monitorTickCount<=1?1e3:this._monitorTickCount<=3?3e3:this._monitorTickCount<=5?5e3:this._monitorTickCount<=7?1e4:e}on(e,t,s){if(this.isCallback(t))switch(e){case"completed":super.on("propChanged","StateID",r=>{this.isComplete()&&t([r])});break;case"changed":super.on(e,t);break;default:}else e==="changed"&&super.on(e,t,s);return this._monitor(),this}watchUntilComplete(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),this.isComplete()&&(r.release(),t(this))})})}watchUntilRunning(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),(this.isComplete()||this.isRunning())&&(r.release(),t(this))})})}WUQuery(e={}){return this.connection.WUQuery({...e,Wuid:this.Wuid}).then(t=>(t.Workunits.ECLWorkunit.length===0?(this.clearState(this.Wuid),this.set("StateID",999)):this.set(t.Workunits.ECLWorkunit[0]),t)).catch(t=>{if(!t.Exception.some(r=>r.Code===20081?(this.clearState(this.Wuid),this.set("StateID",999),!0):!1))throw Us.warning(`Unexpected ESP exception: ${t.message}`),t;return{}})}WUCreate(){return this.connection.WUCreate().then(e=>(this.set(e.Workunit),Es.set(this),e))}WUInfo(e={}){let t=e.IncludeResults||e.IncludeResultsViewNames;return this.connection.WUInfo({...e,Wuid:this.Wuid,IncludeResults:t,IncludeResultsViewNames:t,SuppressResultSchemas:!1}).then(s=>(this.set(s.Workunit),t&&this.set({ResultViews:s.ResultViews}),s)).catch(s=>{if(!s.Exception.some(i=>i.Code===20080?(this.clearState(this.Wuid),this.set("StateID",999),!0):!1))throw Us.warning(`Unexpected ESP exception: ${s.message}`),s;return{}})}WUResubmit(e){return this.connection.WUResubmit(tn({},e,{Wuids:{Item:[this.Wuid]}}))}WUDetailsMeta(e){return this.connection.WUDetailsMeta(e)}WUDetails(e){return this.connection.WUDetails(tn({ScopeFilter:{MaxDepth:9999},ScopeOptions:{IncludeMatchedScopesInResults:!0,IncludeScope:!0,IncludeId:!1,IncludeScopeType:!1},PropertyOptions:{IncludeName:!0,IncludeRawValue:!1,IncludeFormatted:!0,IncludeMeasure:!0,IncludeCreator:!1,IncludeCreatorType:!1}},e,{WUID:this.Wuid})).then(t=>tn({Scopes:{Scope:[]}},t))}WUAction(e){return this.connection.WUAction({Wuids:{Item:[this.Wuid]},WUActionType:e}).then(t=>this.refresh().then(()=>(this._monitor(),t)))}publish(e){return this.connection.WUPublishWorkunit({Wuid:this.Wuid,Cluster:this.Cluster,JobName:e||this.Jobname,AllowForeignFiles:!0,Activate:me.WUQueryActivationMode.ActivateQuery,Wait:5e3})}publishEx(e){let t=new as({baseUrl:""}),s={Wuid:this.Wuid,Cluster:this.Cluster,JobName:this.Jobname,AllowForeignFiles:!0,Activate:1,Wait:5e3,...e};return t.WUPublishWorkunitEx(s)}WUCDebug(e,t={}){let s="";for(let r in t)t.hasOwnProperty(r)&&(s+=` ${r}='${t[r]}'`);return this.connection.WUCDebugEx({Wuid:this.Wuid,Command:`<debug:${e} uid='${this.Wuid}'${s}/>`}).then(r=>r)}debug(e,t){return this.isDebugging()?this.WUCDebug(e,t).then(s=>{let r=s.children(e);return r.length?r[0]:new sn(e)}).catch(s=>(Us.error(s),Promise.resolve(new sn(e)))):Promise.resolve(new sn(e))}debugStatus(){return this.isDebugging()?this.debug("status").then(e=>{let t={...this.DebugState,...e.$};return this.set({DebugState:t}),e}):Promise.resolve({DebugState:{state:"unknown"}})}debugContinue(e=""){return this.debug("continue",{mode:e})}debugStep(e){return this.debug("step",{mode:e})}debugPause(){return this.debug("interrupt")}debugQuit(){return this.debug("quit")}debugDeleteAllBreakpoints(){return this.debug("delete",{idx:0})}debugBreakpointResponseParser(e){return e.children().map(t=>{if(t.name==="break")return t.$})}debugBreakpointAdd(e,t,s){return this.debug("breakpoint",{id:e,mode:t,action:s}).then(r=>this.debugBreakpointResponseParser(r))}debugBreakpointList(){return this.debug("list").then(e=>this.debugBreakpointResponseParser(e))}debugGraph(){return this._debugAllGraph&&this.DebugState._prevGraphSequenceNum===this.DebugState.graphSequenceNum?Promise.resolve(this._debugAllGraph):this.debug("graph",{name:"all"}).then(e=>(this.DebugState._prevGraphSequenceNum=this.DebugState.graphSequenceNum,this._debugAllGraph=Ar(this.Wuid,e),this._debugAllGraph))}debugBreakpointValid(e){return this.debugGraph().then(t=>_o(t,e))}debugPrint(e,t=0,s=10){return this.debug("print",{edgeID:e,startRow:t,numRows:s}).then(r=>r.children().map(i=>{let o={};return i.children().forEach(u=>{o[u.name]=u.content}),o}))}},rn="definition";function jo(n){return n._[rn]!==void 0}function Oo(n){let e=/([a-z]:\\(?:[-\w\.\d]+\\)*(?:[-\w\.\d]+)?|(?:\/[\w\.\-]+)+)\((\d*),(\d*)\)/.exec(n._[rn]);if(e){let[,t,s,r]=e;return t.replace(/\/\.\//g,"/"),{id:n._.id,file:t,line:+s,column:+r}}throw new Error(`Bad definition: ${n._[rn]}`)}function _o(n,e){let t=[];for(let s of n.vertices)if(jo(s)){let r=Oo(s);(r&&!e||e===r.file)&&t.push(r)}return t.sort((s,r)=>s.line-r.line)}var bs,Ir=class n extends Xo{connection;get properties(){return this.get()}get Exceptions(){return this.get("Exceptions")}get Build(){return this.get("Build")}get ThorClusterList(){return this.get("ThorClusterList")}get RoxieClusterList(){return this.get("RoxieClusterList")}get HThorClusterList(){return this.get("HThorClusterList")}get DFUJobs(){return this.get("DFUJobs")}get Running(){return this.get("Running",{ActiveWorkunit:[]})}get BannerContent(){return this.get("BannerContent")}get BannerColor(){return this.get("BannerColor")}get BannerSize(){return this.get("BannerSize")}get BannerScroll(){return this.get("BannerScroll")}get ChatURL(){return this.get("ChatURL")}get ShowBanner(){return this.get("ShowBanner")}get ShowChatURL(){return this.get("ShowChatURL")}get SortBy(){return this.get("SortBy")}get Descending(){return this.get("Descending")}get SuperUser(){return this.get("SuperUser")}get AccessRight(){return this.get("AccessRight")}get ServerJobQueues(){return this.get("ServerJobQueues")}get ActivityTime(){return this.get("ActivityTime")}get DaliDetached(){return this.get("DaliDetached")}static attach(e,t){return bs||(bs=new n(e)),t&&bs.set(t),bs}constructor(e){super(),e instanceof Ct?this.connection=e:this.connection=new Ct(e),this.clear({})}runningWorkunits(e=""){return this.Running.ActiveWorkunit.filter(t=>e===""||t.ClusterName===e).map(t=>ot.attach(this.connection.connectionOptions(),t.Wuid,t))}setBanner(e){return this.connection.SetBanner({...e}).then(t=>(this.set(t),this))}lazyRefresh=Yo(async()=>{let e=await this.connection.Activity({});return this.set(e),this});async refresh(){return this.lazyRefresh()}};import{Cache as qo,scopedLogger as zo,StateObject as Jo}from"@hpcc-js/util";var Ko=zo("logicalFile.ts"),on=class extends qo{constructor(){super(e=>`${e.BaseUrl}-${e.Cluster}-${e.Name}`)}},Zo=new on,Mr=class n extends Jo{connection;get BaseUrl(){return this.connection.baseUrl}get Cluster(){return this.get("Cluster")}get Name(){return this.get("Name")}get Filename(){return this.get("Filename")}get Prefix(){return this.get("Prefix")}get NodeGroup(){return this.get("NodeGroup")}get NumParts(){return this.get("NumParts")}get Description(){return this.get("Description")}get Dir(){return this.get("Dir")}get PathMask(){return this.get("PathMask")}get Filesize(){return this.get("Filesize")}get FileSizeInt64(){return this.get("FileSizeInt64")}get RecordSize(){return this.get("RecordSize")}get RecordCount(){return this.get("RecordCount")}get RecordSizeInt64(){return this.get("RecordSizeInt64")}get RecordCountInt64(){return this.get("RecordCountInt64")}get Wuid(){return this.get("Wuid")}get Owner(){return this.get("Owner")}get JobName(){return this.get("JobName")}get Persistent(){return this.get("Persistent")}get Format(){return this.get("Format")}get MaxRecordSize(){return this.get("MaxRecordSize")}get CsvSeparate(){return this.get("CsvSeparate")}get CsvQuote(){return this.get("CsvQuote")}get CsvTerminate(){return this.get("CsvTerminate")}get CsvEscape(){return this.get("CsvEscape")}get Modified(){return this.get("Modified")}get Ecl(){return this.get("Ecl")}get Stat(){return this.get("Stat")}get DFUFilePartsOnClusters(){return this.get("DFUFilePartsOnClusters")}get isSuperfile(){return this.get("isSuperfile")}get ShowFileContent(){return this.get("ShowFileContent")}get subfiles(){return this.get("subfiles")}get Superfiles(){return this.get("Superfiles")}get ProtectList(){return this.get("ProtectList")}get FromRoxieCluster(){return this.get("FromRoxieCluster")}get Graphs(){return this.get("Graphs")}get UserPermission(){return this.get("UserPermission")}get ContentType(){return this.get("ContentType")}get CompressedFileSize(){return this.get("CompressedFileSize")}get PercentCompressed(){return this.get("PercentCompressed")}get IsCompressed(){return this.get("IsCompressed")}get BrowseData(){return this.get("BrowseData")}get jsonInfo(){return this.get("jsonInfo")}get binInfo(){return this.get("binInfo")}get PackageID(){return this.get("PackageID")}get Partition(){return this.get("Partition")}get Blooms(){return this.get("Blooms")}get ExpireDays(){return this.get("ExpireDays")}get KeyType(){return this.get("KeyType")}get IsRestricted(){return this.get("IsRestricted")}get AtRestCost(){return this.get("AtRestCost")}get AccessCost(){return this.get("AccessCost")}get StateID(){return this.get("StateID")}get ExpirationDate(){return this.get("ExpirationDate")}get ExtendedIndexInfo(){return this.get("ExtendedIndexInfo")}get CompressionType(){return this.get("CompressionType")}get properties(){return this.get()}static attach(e,t,s,r){let i=Zo.get({BaseUrl:e.baseUrl,Cluster:t,Name:s},()=>new n(e,t,s));return r&&i.set(r),i}constructor(e,t,s){super(),e instanceof Dt?this.connection=e:this.connection=new Dt(e),this.clear({Cluster:t,Name:s})}filePartsOnCluster(){return[...this.DFUFilePartsOnClusters?.DFUFilePartsOnCluster||[]]}fileParts(){let e=[];for(let t of this.DFUFilePartsOnClusters?.DFUFilePartsOnCluster||[])for(let s of t?.DFUFileParts?.DFUPart||[]){let r={...t,...s};delete r.DFUFileParts,e.push(r)}return e}update(e){return this.connection.DFUInfo({...e,Cluster:this.Cluster,Name:this.Name}).then(t=>(this.set({Cluster:this.Cluster,...t.FileDetail}),t))}fetchInfo(){return this.connection.DFUInfo({Cluster:this.Cluster,Name:this.Name}).then(e=>(this.set({Cluster:this.Cluster,...e.FileDetail,ProtectList:e?.FileDetail?.ProtectList??{DFUFileProtect:[]}}),e.FileDetail)).catch(e=>{if(!e.Exception.some(s=>s.Code===20038?(this.set("Name",this.Name+" (Deleted)"),this.set("StateID",999),!0):!1))throw Ko.warning(`Unexpected ESP exception: ${e.message}`),e;return{}})}fetchDefFile(e){return this.connection.DFUFile({Name:this.Name,Format:e})}fetchAllLogicalFiles(){return this.connection.recursiveFetchLogicalFiles([this])}fetchListHistory(){return this.connection.ListHistory({Name:this.Name}).then(e=>e?.History?.Origin||[])}eraseHistory(){return this.connection.EraseHistory({Name:this.Name}).then(e=>e?.History?.Origin||[])}};import{Cache as $o,StateObject as ea}from"@hpcc-js/util";var an=class extends $o{constructor(){super(e=>e.Address)}},ta=new an,Ps=class n extends ea{connection;get Address(){return this.get("Address")}get ConfigAddress(){return this.get("ConfigAddress")}get Name(){return this.get("Name")}get ProcessType(){return this.get("ProcessType")}get DisplayType(){return this.get("DisplayType")}get Description(){return this.get("Description")}get AgentVersion(){return this.get("AgentVersion")}get Contact(){return this.get("Contact")}get Location(){return this.get("Location")}get UpTime(){return this.get("UpTime")}get ComponentName(){return this.get("ComponentName")}get ComponentPath(){return this.get("ComponentPath")}get RoxieState(){return this.get("RoxieState")}get RoxieStateDetails(){return this.get("RoxieStateDetails")}get OS(){return this.get("OS")}get ProcessNumber(){return this.get("ProcessNumber")}get Channels(){return this.get("Channels")}get Processors(){return this.get("Processors")}get Storage(){return this.get("Storage")}get Running(){return this.get("Running")}get PhysicalMemory(){return this.get("PhysicalMemory")}get VirtualMemory(){return this.get("VirtualMemory")}get ComponentInfo(){return this.get("ComponentInfo")}get Exception(){return this.get("Exception")}static attach(e,t,s){let r=ta.get({Address:t},()=>new n(e));return s&&r.set(s),r}constructor(e){super(),e instanceof ke?this.connection=e:this.connection=new ke(e)}};var Br=mt(Ys(),1);import{Cache as wr,StateObject as pa,scopedLogger as ga}from"@hpcc-js/util";import{Cache as ia,exists as Tr,StateObject as oa}from"@hpcc-js/util";import{Cache as sa,StateObject as na}from"@hpcc-js/util";var cn=class extends sa{constructor(){super(e=>`${e.BaseUrl}-${e.Name}`)}},ra=new cn,at=class n extends na{connection;machineConnection;get BaseUrl(){return this.connection.baseUrl}get Name(){return this.get("Name")}get Prefix(){return this.get("Prefix")}get Type(){return this.get("Type")}get IsDefault(){return this.get("IsDefault")}get TpClusters(){return this.get("TpClusters")}get TpEclCCServers(){return this.get("TpEclCCServers")}get TpEclServers(){return this.get("TpEclServers")}get TpEclAgents(){return this.get("TpEclAgents")}get TpEclSchedulers(){return this.get("TpEclSchedulers")}get MachineInfoEx(){return this.get("MachineInfoEx",[])}get CMachineInfoEx(){return this.MachineInfoEx.map(e=>Ps.attach(this.machineConnection,e.Address,e))}static attach(e,t,s){let r=ra.get({BaseUrl:e.baseUrl,Name:t},()=>new n(e,t));return s&&r.set(s),r}constructor(e,t){super(),e instanceof le?(this.connection=e,this.machineConnection=new ke(e.connectionOptions())):(this.connection=new le(e),this.machineConnection=new ke(e)),this.clear({Name:t})}fetchMachines(e={}){return this.machineConnection.GetTargetClusterInfo({TargetClusters:{Item:[`${this.Type}:${this.Name}`]},...e}).then(t=>{let s=[];for(let r of t.TargetClusterInfoList.TargetClusterInfo)for(let i of r.Processes.MachineInfoEx)s.push(i);return this.set("MachineInfoEx",s),this.CMachineInfoEx})}machineStats(){let e=0,t=0,s=0;for(let r of this.CMachineInfoEx)for(let i of r.Storage.StorageInfo){t+=i.Available,s+=i.Total;let o=1-i.Available/i.Total;o>e&&(e=o)}return{maxDisk:e,meanDisk:1-(s?t/s:1)}}fetchUsage(){return this.machineConnection.GetTargetClusterUsageEx([this.Name])}};function sp(n){let e;return n instanceof le?e=n:e=new le(n),e.TpListTargetClusters({}).then(t=>t.TargetClusters.TpClusterNameType.map(s=>at.attach(n,s.Name,s)))}var un={};function np(n){if(!un[n.baseUrl]){let e;n instanceof le?e=n:e=new le(n),un[n.baseUrl]=e.TpListTargetClusters({}).then(t=>{let s,r,i;t.TargetClusters.TpClusterNameType.forEach(u=>{s||(s=u),!r&&u.IsDefault===!0&&(r=u),!i&&u.Type==="hthor"&&(i=u)});let o=r||i||s;return at.attach(n,o.Name,o)})}return un[n.baseUrl]}var ln=class extends ia{constructor(){super(e=>e.BaseUrl)}},aa=new ln,Is=class n extends oa{connection;get BaseUrl(){return this.connection.baseUrl}get properties(){return this.get()}get TargetClusters(){return this.get("TargetClusters")}get CTargetClusters(){return this.TargetClusters.map(e=>at.attach(this.connection,e.Name,e))}get LogicalClusters(){return this.get("LogicalClusters")}get Services(){return this.get("Services")}static attach(e,t){let s=aa.get({BaseUrl:e.baseUrl},()=>new n(e));return t&&s.set(t),s}constructor(e){super(),e instanceof le?this.connection=e:this.connection=new le(e)}GetESPServiceBaseURL(e=""){return this.connection.TpServiceQuery({}).then(t=>{let s=this.connection.protocol(),r=this.connection.ip(),i=s==="https:"?"18002":"8002";if(Tr("ServiceList.TpEspServers.TpEspServer",t)){for(let o of t.ServiceList.TpEspServers.TpEspServer)if(Tr("TpBindings.TpBinding",o))for(let u of o.TpBindings.TpBinding)u.Service===e&&u.Protocol+":"===s&&(i=u.Port)}return`${s}//${r}:${i}/`})}fetchTargetClusters(){return this.connection.TpTargetClusterQuery({Type:"ROOT"}).then(e=>(this.set({TargetClusters:e.TpTargetClusters?.TpTargetCluster??[]}),this.CTargetClusters))}fetchLogicalClusters(e={}){return this.connection.TpLogicalClusterQuery(e).then(t=>(this.set({LogicalClusters:t.TpLogicalClusters.TpLogicalCluster}),this.LogicalClusters))}fetchServices(e={}){return this.connection.TpServiceQuery(e).then(t=>(this.set({Services:t.ServiceList}),this.Services))}_prevRefresh;refresh(e=!1){return(!this._prevRefresh||e)&&(this._prevRefresh=Promise.all([this.fetchTargetClusters(),this.fetchLogicalClusters(),this.fetchServices()]).then(()=>this)),this._prevRefresh}on(e,t,s){return this.isCallback(t)?e==="changed"&&super.on(e,t):e==="changed"&&super.on(e,t,s),this._monitor(),this}};function ve(n,e,t){e==="__proto__"||e==="constructor"||e==="prototype"||(n[e]=t)}function xt(n){return n=""+n,n.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&apos;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\n/g,"&#10;").replace(/\r/g,"&#13;")}function ua(n){if(n){if(!isNaN(+n))return parseFloat(n)}else return 0;let t=/(?:(?:(\d+).days.)?(?:(\d+)h)?(?:(\d+)m)?(?:(\d+\.\d+|\d+)s))|(?:(\d+\.\d+|\d+)ms|(\d+\.\d+|\d+)us|(\d+\.\d+|\d+)ns)/.exec(n);if(!t)return 0;let s=+t[1]||0,r=+t[2]||0,i=+t[3]||0,o=+t[4]||0,u=+t[5]||0,p=+t[6]||0,A=+t[7]||0;return s*24*60*60+r*60*60+i*60+o+u/1e3+p/1e6+A/1e9}function Ve(n,e){let t=n.indexOf(e);return t!==-1?parseFloat(n.substring(0,t)):-1}function ca(n){if(n){if(!isNaN(+n))return parseFloat(n)}else return 0;let e=Ve(n,"Kb");return e>=0?e*1024:(e=Ve(n,"Mb"),e>=0?e*Math.pow(1024,2):(e=Ve(n,"Gb"),e>=0?e*Math.pow(1024,3):(e=Ve(n,"Tb"),e>=0?e*Math.pow(1024,4):(e=Ve(n,"Pb"),e>=0?e*Math.pow(1024,5):(e=Ve(n,"Eb"),e>=0?e*Math.pow(1024,6):(e=Ve(n,"Zb"),e>=0?e*Math.pow(1024,7):(e=Ve(n,"b"),e>=0?e:0)))))))}function la(n){return n?parseFloat(n):0}var pn=class{graph;m_xgmml;m_visibleSubgraphs;m_visibleVertices;m_semiVisibleVertices;m_visibleEdges;noSpills;constructor(e){this.graph=e,this.m_xgmml="",this.m_visibleSubgraphs={},this.m_visibleVertices={},this.m_semiVisibleVertices={},this.m_visibleEdges={}}calcVisibility(e,t,s,r){this.noSpills=r,e.forEach(i=>{this.graph.isVertex(i)?(this.calcInVertexVisibility(i,s),this.calcOutVertexVisibility(i,s)):this.graph.isEdge(i)?(this.calcInVertexVisibility(i.getSource(),s-1),this.calcOutVertexVisibility(i.getTarget(),s-1)):this.graph.isSubgraph(i)&&(this.m_visibleSubgraphs[i.__hpcc_id]=i,this.calcSubgraphVisibility(i,t-1))}),this.calcVisibility2()}calcInVertexVisibility(e,t){this.noSpills&&e.isSpill()&&t++,this.m_visibleVertices[e.__hpcc_id]=e,t>0&&e.getInEdges().forEach(s=>{this.calcInVertexVisibility(s.getSource(),t-1)})}calcOutVertexVisibility(e,t){this.noSpills&&e.isSpill()&&t++,this.m_visibleVertices[e.__hpcc_id]=e,t>0&&e.getOutEdges().forEach(s=>{this.calcOutVertexVisibility(s.getTarget(),t-1)})}calcSubgraphVisibility(e,t){if(t<0)return;t>0&&e.__hpcc_subgraphs.forEach((r,i)=>{this.calcSubgraphVisibility(r,t-1)}),e.__hpcc_subgraphs.forEach((r,i)=>{this.m_visibleSubgraphs[r.__hpcc_id]=r}),e.__hpcc_vertices.forEach((r,i)=>{this.m_visibleVertices[r.__hpcc_id]=r});let s={};this.graph.edges.forEach((r,i)=>{r.getSource().__hpcc_parent!==r.getTarget().__hpcc_parent&&e===this.getCommonAncestor(r)&&(s[r.getSource().__hpcc_parent.__hpcc_id+"::"+r.getTarget().__hpcc_parent.__hpcc_id]||(s[r.getSource().__hpcc_parent.__hpcc_id+"::"+r.getTarget().__hpcc_parent.__hpcc_id]=!0,this.m_visibleEdges[r.__hpcc_id]=r))})}buildVertexString(e,t){let s="",r="",i=e.getProperties();for(let o in i)t&&o.indexOf("_kind")>=0?r+='<att name="_kind" value="point"/>':o==="id"||o==="label"?s+=" "+o+'="'+xt(i[o])+'"':r+='<att name="'+o+'" value="'+xt(i[o])+'"/>';return"<node"+s+">"+r+"</node>"}buildEdgeString(e){let t="",s="",r=e.getProperties();for(let i in r)i.toLowerCase()==="id"||i.toLowerCase()==="label"||i.toLowerCase()==="source"||i.toLowerCase()==="target"?t+=" "+i+'="'+xt(r[i])+'"':s+='<att name="'+i+'" value="'+xt(r[i])+'"/>';return"<edge"+t+">"+s+"</edge>"}getAncestors(e,t){let s=e.__hpcc_parent;for(;s;)t.push(s),s=s.__hpcc_parent}getCommonAncestorV(e,t){let s=[],r=[];this.getAncestors(e,s),this.getAncestors(t,r);let i=s.length-1,o=r.length-1,u=null;for(;i>=0&&o>=0&&s[i]===r[o];)u=s[i],--i,--o;return u}getCommonAncestor(e){return this.getCommonAncestorV(e.getSource(),e.getTarget())}calcAncestorVisibility(e){let t=[];this.getAncestors(e,t),t.forEach((s,r)=>{this.m_visibleSubgraphs[s.__hpcc_id]=s})}calcVisibility2(){for(let e in this.m_visibleVertices){let t=this.m_visibleVertices[e];t.getInEdges().forEach((s,r)=>{this.m_visibleEdges[s.__hpcc_id]=s}),t.getOutEdges().forEach((s,r)=>{this.m_visibleEdges[s.__hpcc_id]=s}),this.calcAncestorVisibility(t)}this.calcSemiVisibleVertices()}addSemiVisibleEdge(e){e&&!this.m_visibleEdges[e.__hpcc_id]&&(this.m_visibleEdges[e.__hpcc_id]=e)}addSemiVisibleVertex(e){this.m_visibleVertices[e.__hpcc_id]||(this.m_semiVisibleVertices[e.__hpcc_id]=e,this.calcAncestorVisibility(e))}calcSemiVisibleVertices(){for(let e in this.m_visibleEdges){let t=this.m_visibleEdges[e],s=t.getSource();for(this.addSemiVisibleVertex(s);this.noSpills&&s.isSpill();){let i=s.getInEdges();if(i.length)this.addSemiVisibleEdge(i[0]),s=i[0].getSource(),this.addSemiVisibleVertex(s);else break}let r=t.getTarget();for(this.addSemiVisibleVertex(r);this.noSpills&&r.isSpill();){let i=r.getOutEdges();if(i.length)this.addSemiVisibleEdge(i[0]),r=i[0].getTarget(),this.addSemiVisibleVertex(r);else break}}}writeXgmml(){this.subgraphVisited(this.graph.subgraphs[0],!0),this.graph.edges.forEach((e,t)=>{this.edgeVisited(e)})}subgraphVisited(e,t=!1){if(this.m_visibleSubgraphs[e.__hpcc_id]){let s="";this.m_xgmml+=t?"":'<node id="'+e.__hpcc_id+'"><att><graph>';let r=this.m_xgmml.length;if(e.walkSubgraphs(this),e.walkVertices(this),r===this.m_xgmml.length){let o=e.__hpcc_vertices[0];o&&(this.m_xgmml+=this.buildVertexString(o,!0))}let i=e.getProperties();for(let o in i)s+='<att name="'+o+'" value="'+xt(i[o])+'"/>';this.m_xgmml+=t?"":"</graph></att>"+s+"</node>"}return!1}vertexVisited(e){this.m_visibleVertices[e.__hpcc_id]?this.m_xgmml+=this.buildVertexString(e,!1):this.m_semiVisibleVertices[e.__hpcc_id]&&(this.m_xgmml+=this.buildVertexString(e,!0))}edgeVisited(e){this.m_visibleEdges[e.__hpcc_id]&&(this.m_xgmml+=this.buildEdgeString(e))}},Wt=class{__hpcc_graph;__hpcc_parent;__widget;__hpcc_id;_globalID;constructor(e,t){this.__hpcc_graph=e,this.__hpcc_id=t,this._globalID=t}getProperties(){let e={};for(let t in this)t.indexOf("__")!==0&&this.hasOwnProperty(t)&&(e[t]=this[t]);return e}},He=class extends Wt{_globalType;__hpcc_subgraphs;__hpcc_vertices;__hpcc_edges;id;constructor(e,t){super(e,t),this._globalType=t==="0"?"Graph":"Cluster",this.__hpcc_subgraphs=[],this.__hpcc_vertices=[],this.__hpcc_edges=[],this.id=t}addSubgraph(e){e.__hpcc_parent=this,this.__hpcc_subgraphs.some(t=>e===t)||this.__hpcc_subgraphs.push(e)}addVertex(e){e.__hpcc_parent=this,this.__hpcc_vertices.some(t=>e===t)||this.__hpcc_vertices.push(e)}removeVertex(e){this.__hpcc_vertices=this.__hpcc_vertices.filter(t=>e!==t)}addEdge(e){e.__hpcc_parent=this,this.__hpcc_edges.some(t=>e===t)||this.__hpcc_edges.push(e)}removeEdge(e){this.__hpcc_edges=this.__hpcc_edges.filter(t=>e!==t)}remove(){this.__hpcc_subgraphs.forEach(e=>e.__hpcc_parent=this.__hpcc_parent),this.__hpcc_vertices.forEach(e=>e.__hpcc_parent=this.__hpcc_parent),this.__hpcc_edges.forEach(e=>e.__hpcc_parent=this.__hpcc_parent),delete this.__hpcc_parent,this.__hpcc_graph.removeItem(this)}walkSubgraphs(e){this.__hpcc_subgraphs.forEach((t,s)=>{e.subgraphVisited(t)&&t.walkSubgraphs(e)})}walkVertices(e){this.__hpcc_vertices.forEach((t,s)=>{e.vertexVisited(t)})}},$e=class extends Wt{_globalType="Vertex";_isSpill;constructor(e,t){super(e,t)}isSpill(){return this._isSpill}remove(){let e=this.getInVertices();e.length<=1&&console.warn(this.__hpcc_id+": remove only supports single or zero inputs activities..."),this.getInEdges().forEach(t=>{t.remove()}),this.getOutEdges().forEach(t=>{t.setSource(e[0])}),this.__hpcc_parent?.removeVertex(this),this.__hpcc_graph.removeItem(this)}getInVertices(){return this.getInEdges().map(e=>e.getSource())}getInEdges(){return this.__hpcc_graph.edges.filter(e=>e.getTarget()===this)}getOutVertices(){return this.getOutEdges().map(e=>e.getTarget())}getOutEdges(){return this.__hpcc_graph.edges.filter(e=>e.getSource()===this)}},et=class extends Wt{_globalType="Edge";_sourceActivity;source;_targetActivity;target;constructor(e,t){super(e,t),this._globalType="Edge"}remove(){this.__hpcc_graph.subgraphs.forEach(e=>{e.removeEdge(this)}),this.__hpcc_graph.removeItem(this)}getSource(){return this.__hpcc_graph.idx[this._sourceActivity||this.source]}setSource(e){this._sourceActivity?this._sourceActivity=e.__hpcc_id:this.source&&(this.source=e.__hpcc_id),this.__widget&&this.__widget.setSource(this.getSource().__widget)}getTarget(){return this.__hpcc_graph.idx[this._targetActivity||this.target]}},Ms=class n{idx={};subgraphs=[];vertices=[];edges=[];xgmml="";constructor(){this.clear()}clear(){this.xgmml="",this.idx={},this.subgraphs=[],this.vertices=[],this.edges=[]}load(e){this.clear(),this.merge(e)}merge(e){this.xgmml=e;let s=new DOMParser().parseFromString(e,"text/xml");this.walkDocument(s.documentElement,"0")}isSubgraph(e){return e instanceof He}isVertex(e){return e instanceof $e}isEdge(e){return e instanceof et}getGlobalType(e){return e instanceof $e?3:e instanceof et?4:e instanceof He?2:e instanceof n?1:0}getGlobalTypeString(e){return e instanceof $e?"Vertex":e instanceof et?"Edge":e instanceof He?"Cluster":e instanceof n?"Graph":"Unknown"}getItem(e,t){if(!this.idx[t])switch(e.tagName){case"graph":let r=new He(this,t);this.subgraphs.push(r),this.idx[t]=r;break;case"node":let i=new $e(this,t);this.vertices.push(i),this.idx[t]=i;break;case"edge":let o=new et(this,t);this.edges.push(o),this.idx[t]=o;break;default:console.warn("Graph.getItem - Unknown Node Type!");break}let s=this.idx[t];return Array.from(e.attributes).forEach(r=>{ve(s,r.name,r.value)}),s}removeItem(e){delete this.idx[e.__hpcc_id],e instanceof He?this.subgraphs=this.subgraphs.filter(t=>e!==t):e instanceof $e?this.vertices=this.vertices.filter(t=>e!==t):e instanceof et&&(this.edges=this.edges.filter(t=>e!==t))}getChildByTagName(e,t){let s=null;return Array.from(e.childNodes).some(r=>{if(r.tagName===t)return s=r,!0}),s}walkDocument(e,t){let s=this.getItem(e,t);return e.childNodes.forEach(r=>{switch(r.nodeType){case 1:switch(r.tagName){case"graph":break;case"node":let i=!1,o=this.getChildByTagName(r,"att");if(o){let x=this.getChildByTagName(o,"graph");if(x){i=!0;let S=this.walkDocument(x,r.getAttribute("id"));s.addSubgraph(S)}}if(!i){let x=this.walkDocument(r,r.getAttribute("id"));s.addVertex(x)}break;case"att":let u=r.getAttribute("name"),p="_"+u,A=r.getAttribute("value");u.indexOf("Time")===0?(ve(s,p,A),ve(s,u,""+ua(A))):u.indexOf("Size")===0?(ve(s,p,A),ve(s,u,""+ca(A))):u.indexOf("Skew")===0?(ve(s,p,A),ve(s,u,""+la(A))):ve(s,u,A);break;case"edge":let l=this.walkDocument(r,r.getAttribute("id"));if(l.NumRowsProcessed!==void 0?l._eclwatchCount=l.NumRowsProcessed.replace(/\B(?=(\d{3})+(?!\d))/g,","):l.Count!==void 0?l._eclwatchCount=l.Count.replace(/\B(?=(\d{3})+(?!\d))/g,","):l.count!==void 0&&(l._eclwatchCount=l.count.replace(/\B(?=(\d{3})+(?!\d))/g,",")),l.inputProgress&&(l._eclwatchInputProgress="["+l.inputProgress.replace(/\B(?=(\d{3})+(?!\d))/g,",")+"]"),l.SkewMaxRowsProcessed&&l.SkewMinRowsProcessed&&(l._eclwatchSkew="+"+l.SkewMaxRowsProcessed+", "+l.SkewMinRowsProcessed),!l._dependsOn){if(!l._childGraph){if(l._sourceActivity||l._targetActivity){l._isSpill=!0;let x=l.getSource();x&&(x._isSpill=!0);let S=l.getTarget();S&&(S._isSpill=!0)}}}s.addEdge(l);break;default:break}break;case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:case 10:case 11:case 12:break;default:break}}),s}removeSubgraphs(){[...this.subgraphs].forEach(t=>{t.__hpcc_parent instanceof He&&t.remove()})}removeSpillVertices(){[...this.vertices].forEach(t=>{t.isSpill()&&t.remove()})}getLocalisedXGMML(e,t,s,r){let i=new pn(this);return i.calcVisibility(e,t,s,r),i.writeXgmml(),"<graph>"+i.m_xgmml+"</graph>"}};var Ts=ga("@hpcc-js/comms/ecl/query.ts"),da=(0,Br.format)("~s");function ma(n){return!isNaN(parseFloat(n))&&!isNaN(n-0)}var gn=class extends wr{constructor(){super(e=>wr.hash([e.QueryId,e.QuerySet]))}},fa=new gn,Nr=class n extends pa{wsWorkunitsService;get BaseUrl(){return this.wsWorkunitsService.baseUrl}topology;_requestSchema;_responseSchema;get properties(){return this.get()}get Exceptions(){return this.get("Exceptions")}get QueryId(){return this.get("QueryId")}get QuerySet(){return this.get("QuerySet")}get QueryName(){return this.get("QueryName")}get Wuid(){return this.get("Wuid")}get Dll(){return this.get("Dll")}get Suspended(){return this.get("Suspended")}get Activated(){return this.get("Activated")}get SuspendedBy(){return this.get("SuspendedBy")}get Clusters(){return this.get("Clusters")}get PublishedBy(){return this.get("PublishedBy")}get Comment(){return this.get("Comment")}get LogicalFiles(){return this.get("LogicalFiles")}get SuperFiles(){return this.get("SuperFiles")}get IsLibrary(){return this.get("IsLibrary")}get Priority(){return this.get("Priority")}get WUSnapShot(){return this.get("WUSnapShot")}get CompileTime(){return this.get("CompileTime")}get LibrariesUsed(){return this.get("LibrariesUsed")}get CountGraphs(){return this.get("CountGraphs")}get ResourceURLCount(){return this.get("ResourceURLCount")}get WsEclAddresses(){return this.get("WsEclAddresses")}get WUGraphs(){return this.get("WUGraphs")}get WUTimers(){return this.get("WUTimers")}get PriorityID(){return this.get("PriorityID")}constructor(e,t,s,r){super(),e instanceof ie?this.wsWorkunitsService=e:this.wsWorkunitsService=new ie(e),this.topology=Is.attach(this.wsWorkunitsService.opts()),this.set({QuerySet:t,QueryId:s,...r})}static attach(e,t,s,r){let i=fa.get({BaseUrl:e.baseUrl,QuerySet:t,QueryId:s},()=>new n(e,t,s));return r&&i.set(r),i}_eclService;async wsEclService(){return this._eclService||(this._eclService=this.topology.fetchServices({}).then(e=>{for(let t of e?.TpEspServers?.TpEspServer??[])for(let s of t?.TpBindings?.TpBinding??[])if(s?.Service==="ws_ecl"){let r=`${s.Protocol}://${globalThis.location.hostname}:${s.Port}`;return new Xt({baseUrl:r})}})),this._eclService}async fetchDetails(){let e=await this.wsWorkunitsService.WUQueryDetails({QuerySet:this.QuerySet,QueryId:this.QueryId,IncludeStateOnClusters:!0,IncludeSuperFiles:!0,IncludeWsEclAddresses:!0,CheckAllNodes:!1});this.set({...e})}async fetchRequestSchema(){let e=await this.wsEclService();try{this._requestSchema=await e?.requestJson(this.QuerySet,this.QueryId)??[]}catch(t){Ts.debug(t.message??t),this._requestSchema=[]}}async fetchResponseSchema(){let e=await this.wsEclService();try{this._responseSchema=await e?.responseJson(this.QuerySet,this.QueryId)??{}}catch(t){Ts.debug(t.message??t),this._responseSchema={}}}async fetchSchema(){await Promise.all([this.fetchRequestSchema(),this.fetchResponseSchema()])}fetchSummaryStats(){return this.wsWorkunitsService.WUQueryGetSummaryStats({Target:this.QuerySet,QueryId:this.QueryId})}fetchGraph(e="",t=""){return this.wsWorkunitsService.WUQueryGetGraph({Target:this.QuerySet,QueryId:this.QueryId,GraphName:e,SubGraphId:t}).then(s=>{let r=new Ms,i=!0;for(let o of s?.Graphs?.ECLGraphEx||[])i?(r.load(o.Graph),i=!1):r.merge(o.Graph);return r})}fetchDetailsNormalized(e={}){let t=ot.attach(this.wsWorkunitsService,this.Wuid);return t?Promise.all([this.fetchGraph(),t.fetchDetailsMeta(),t.fetchDetailsRaw(e)]).then(s=>{let r=s[0],i=s[1],u=s[2].map(p=>{let A=p.Id[0];if(A==="a"||A==="e"){let l=r.idx[p.Id.substring(1)];if(!l)return Ts.debug(`Missing graph data for metric ID: ${p.Id}`),p;let x=new Set(p.Properties.Property.map(M=>M.Name)),S=[];for(let M in l){let Q=M.charAt(0);if(Q!=="_"&&Q===Q.toUpperCase()&&!x.has(M)){let V=l[M],N=typeof V;if(N==="string"||N==="number"||N==="boolean"){let G=ma(V)?parseFloat(V):V,I=V;M.indexOf("Time")>=0&&(G=G/1e9,I=da(G)+"s"),S.push({Name:M,RawValue:G,Formatted:I})}}}S.length>0&&p.Properties.Property.push(...S)}return p});return t.normalizeDetails(i,u)}):Promise.resolve({meta:void 0,columns:void 0,data:void 0})}async submit(e){let t=await this.wsEclService();try{return t?.submit(this.QuerySet,this.QueryId,e).then(s=>{for(let r in s)s[r]=s[r].Row;return s})??[]}catch(s){return Ts.debug(s.message??s),[]}}async refresh(){return await Promise.all([this.fetchDetails(),this.fetchSchema()]),this}requestFields(){return this._requestSchema?this._requestSchema:[]}responseFields(){return this._responseSchema?this._responseSchema:{}}resultNames(){let e=[];for(let t in this.responseFields())e.push(t);return e}resultFields(e){return this._responseSchema[e]?this._responseSchema[e]:[]}};import{Cache as ha,Dispatch as Da,Message as Ca}from"@hpcc-js/util";var dn=class extends ha{constructor(){super(e=>`${e.BaseUrl}-${e.Name}:${e.UserSpecific}-${e.Namespace}`)}},Ra=new dn,tt=class extends Ca{constructor(t,s,r){super();this.key=t;this.value=s;this.oldValue=r}key;value;oldValue;get canConflate(){return!0}conflate(t){return this.key===t.key?(this.value=t.value,!0):!1}void(){return this.value===this.oldValue}},Qr=class n{connection;get BaseUrl(){return this.connection.baseUrl}Name;UserSpecific;Namespace;_dispatch=new Da;static attach(e,t="HPCCApps",s,r=!0){return Ra.get({BaseUrl:e.baseUrl,Name:t,UserSpecific:r,Namespace:s},()=>new n(e,t,s,r))}constructor(e,t,s,r){e instanceof Rt?this.connection=e:this.connection=new Rt(e),this.Name=t,this.UserSpecific=r,this.Namespace=s}_knownValues={};create(){this.connection.CreateStore({Name:this.Name,Type:"",Description:""})}set(e,t,s=!0){return this.connection.Set({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace,Key:e,Value:t}).then(r=>{let i=this._knownValues[e];this._knownValues[e]=t,s&&this._dispatch.post(new tt(e,t,i))}).catch(r=>{console.error(`Store.set("${e}", "${t}") failed:`,r)})}get(e,t=!0){return this.connection.Fetch({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace,Key:e}).then(s=>{let r=this._knownValues[e];return this._knownValues[e]=s.Value,t&&this._dispatch.post(new tt(e,s.Value,r)),s.Value}).catch(s=>{console.error(`Store.get(${e}) failed:`,s)})}getAll(e=!0){return this.connection.FetchAll({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace}).then(t=>{let s={},r=this._knownValues;if(this._knownValues={},t.Pairs.Pair.forEach(i=>{let o=this._knownValues[i.Key];this._knownValues[i.Key]=i.Value,delete r[i.Key],s[i.Key]=i.Value,e&&this._dispatch.post(new tt(i.Key,i.Value,o))}),e)for(let i in r)this._dispatch.post(new tt(i,void 0,r[i]));return s}).catch(t=>(console.error("Store.getAll failed:",t),{}))}delete(e,t=!0){return this.connection.Delete({StoreName:this.Name,UserSpecific:this.UserSpecific,Namespace:this.Namespace,Key:e}).then(s=>{let r=this._knownValues[e];delete this._knownValues[e],t&&this._dispatch.post(new tt(e,void 0,r))}).catch(s=>{console.error(`Store.delete(${e}) failed:`,s)})}monitor(e){return this._dispatch.attach(e)}};import{Cache as Sa,scopedLogger as ya,StateObject as xa}from"@hpcc-js/util";var Wa=ya("@hpcc-js/comms/dfuWorkunit.ts");var mn=class extends Sa{constructor(){super(e=>`${e.BaseUrl}-${e.ID}`)}},Lr=new mn,Gr=class n extends xa{connection;topologyConnection;get BaseUrl(){return this.connection.baseUrl}get properties(){return this.get()}get ID(){return this.get("ID")}get DFUServerName(){return this.get("DFUServerName")}get ClusterName(){return this.get("ClusterName")}get JobName(){return this.get("JobName")}get Queue(){return this.get("Queue")}get User(){return this.get("User")}get isProtected(){return this.get("isProtected")}get Command(){return this.get("Command")}get CommandMessage(){return this.get("CommandMessage")}get PercentDone(){return this.get("PercentDone")}get SecsLeft(){return this.get("SecsLeft")}get ProgressMessage(){return this.get("ProgressMessage")}get SummaryMessage(){return this.get("SummaryMessage")}get State(){return this.get("State",0)}get SourceLogicalName(){return this.get("SourceLogicalName")}get SourceIP(){return this.get("SourceIP")}get SourceFilePath(){return this.get("SourceFilePath")}get SourceDali(){return this.get("SourceDali")}get SourceRecordSize(){return this.get("SourceRecordSize")}get SourceFormat(){return this.get("SourceFormat")}get RowTag(){return this.get("RowTag")}get SourceNumParts(){return this.get("SourceNumParts")}get SourceDirectory(){return this.get("SourceDirectory")}get DestLogicalName(){return this.get("DestLogicalName")}get DestGroupName(){return this.get("DestGroupName")}get DestDirectory(){return this.get("DestDirectory")}get DestIP(){return this.get("DestIP")}get DestFilePath(){return this.get("DestFilePath")}get DestFormat(){return this.get("DestFormat")}get DestNumParts(){return this.get("DestNumParts")}get DestRecordSize(){return this.get("DestRecordSize")}get Replicate(){return this.get("Replicate")}get Overwrite(){return this.get("Overwrite")}get Compress(){return this.get("Compress")}get SourceCsvSeparate(){return this.get("SourceCsvSeparate")}get SourceCsvQuote(){return this.get("SourceCsvQuote")}get SourceCsvTerminate(){return this.get("SourceCsvTerminate")}get SourceCsvEscape(){return this.get("SourceCsvEscape")}get TimeStarted(){return this.get("TimeStarted")}get TimeStopped(){return this.get("TimeStopped")}get StateMessage(){return this.get("StateMessage")}get MonitorEventName(){return this.get("MonitorEventName")}get MonitorSub(){return this.get("MonitorSub")}get MonitorShotLimit(){return this.get("MonitorShotLimit")}get SourceDiffKeyName(){return this.get("SourceDiffKeyName")}get DestDiffKeyName(){return this.get("DestDiffKeyName")}get Archived(){return this.get("Archived")}get encrypt(){return this.get("encrypt")}get decrypt(){return this.get("decrypt")}get failIfNoSourceFile(){return this.get("failIfNoSourceFile")}get recordStructurePresent(){return this.get("recordStructurePresent")}get quotedTerminator(){return this.get("quotedTerminator")}get preserveCompression(){return this.get("preserveCompression")}get expireDays(){return this.get("expireDays")}get PreserveFileParts(){return this.get("PreserveFileParts")}get FileAccessCost(){return this.get("FileAccessCost")}get KbPerSecAve(){return this.get("KbPerSecAve")}get KbPerSec(){return this.get("KbPerSec")}static create(e,t){let s=new n(e);return s.connection.CreateDFUWorkunit({DFUServerQueue:t}).then(r=>(Lr.set(s),s.set(r.result),s))}static attach(e,t,s){let r=Lr.get({BaseUrl:e.baseUrl,ID:t},()=>new n(e,t));return s&&r.set(s),r}static sprayFixed(e,t){let s=new Je(e);return s.SprayFixedEx({...t}).then(r=>{let i=r.wuid;return s.GetDFUWorkunit({wuid:i}).then(o=>n.attach(e,i,o.result))})}static sprayVariable(e,t){let s=new Je(e);return s.SprayVariableEx({...t}).then(r=>{let i=r.wuid;return s.GetDFUWorkunit({wuid:i}).then(o=>n.attach(e,i,o.result))})}static despray(e,t){let s=new Je(e);return s.DesprayEx({...t}).then(r=>{let i=r.wuid;return s.GetDFUWorkunit({wuid:i}).then(o=>n.attach(e,i,o.result))})}update(e){return this.connection.UpdateDFUWorkunitEx({wu:{JobName:e?.wu?.JobName??this.JobName,isProtected:e?.wu?.isProtected??this.isProtected,ID:this.ID,State:this.State},ClusterOrig:this.ClusterName,JobNameOrig:this.JobName,isProtectedOrig:this.isProtected,StateOrig:this.State})}isComplete(){switch(this.State){case 6:case 5:case 4:case 999:return!0;default:}return!1}isFailed(){return!!(this.isComplete()&&this.State!==6)}isDeleted(){return this.State===999}isRunning(){return!this.isComplete()}abort(){return this.connection.AbortDFUWorkunit({wuid:this.ID})}delete(){return this.DFUWUAction(ht.DFUWUActions.Delete).then(e=>this.refresh().then(()=>(this._monitor(),e)))}async refresh(e=!1){return await this.GetDFUWorkunit(),this}fetchXML(e){return this.DFUWUFile()}_monitor(){if(this.isComplete()){this._monitorTickCount=0;return}super._monitor()}_monitorTimeoutDuration(){let e=super._monitorTimeoutDuration();return this._monitorTickCount<=1?3e3:this._monitorTickCount<=5?6e3:this._monitorTickCount<=7?12e3:e}DFUWUFile(e={}){return this.connection.DFUWUFileEx({...e,Wuid:this.ID}).then(t=>t).catch(t=>"")}DFUWUAction(e){return this.connection.DFUWorkunitsAction({wuids:{Item:[this.ID]},Type:e}).then(t=>e===ht.DFUWUActions.Delete?t:this.refresh().then(()=>(this._monitor(),t)))}on(e,t,s){if(this.isCallback(t))switch(e){case"finished":super.on("propChanged","State",r=>{this.isComplete()&&t([r])});break;case"changed":super.on(e,t);break;default:}else e==="changed"&&super.on(e,t,s);return this._monitor(),this}watchUntilComplete(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),this.isComplete()&&(r.release(),t(this))})})}watchUntilRunning(e){return new Promise((t,s)=>{let r=this.watch(i=>{e&&e(i),(this.isComplete()||this.isRunning())&&(r.release(),t(this))})})}constructor(e,t){super(),this.connection=new Je(e),this.topologyConnection=new le(e),this.clearState(t)}clearState(e){this.clear({ID:e,State:0})}GetDFUWorkunit(e={}){return this.connection.GetDFUWorkunit({...e,wuid:this.ID}).then(t=>(this.set(t.result),t)).catch(t=>{if(!t.Exception.some(r=>r.Code===20080||r.Code===20081?(this.clearState(this.ID),this.set("State",999),!0):!1))throw Wa.warning(`Unexpected ESP exception: ${t.message}`),t;return{}})}};import*as zr from"node:child_process";import*as Jr from"node:crypto";import*as pe from"node:fs";import*as Te from"node:os";import*as fe from"node:path";import{exists as wa,scopedLogger as Na,xml2json as Ba}from"@hpcc-js/util";import*as st from"node:fs";import*as $ from"node:path";import{Dictionary as vr,DictionaryNoCase as kr,find as Aa,SAXStackParser as Ua,scopedLogger as Ea,XMLNode as Fa}from"@hpcc-js/util";var ba=Ea("clienttools/eclmeta"),Pa=!1;function ut(n,e,t){if(Pa){for(let s in n){let r=`${e}.${s}`;s!=="$"&&t[s]===void 0&&t[s.toLowerCase()+"s"]===void 0&&ba.debug(r)}n.$&&ut(n.$,e+".$",t)}}var hn=class{__attrs;name;constructor(e){this.__attrs=e.$,this.name=e.$.name}},Dn=class{__attrs;definition;get scope(){return this.definition}name;type;constructor(e,t){this.__attrs=t.$,this.definition=e,this.name=t.$.name,this.type=t.$.type}},ct=class{get scope(){return this}name;type;sourcePath;line;start;body;end;definitions;constructor(e,t,s,r,i=1,o=0,u=0,p=Number.MAX_VALUE){this.name=e,this.type=t,this.sourcePath=$.normalize(s),this.line=+i-1,this.start=+o,this.body=+u,this.end=+p,this.definitions=this.parseDefinitions(r)}parseDefinitions(e=[]){return e.map(t=>{let s=new Cn(this.sourcePath,t);return ut(t,"definition",s),s})}contains(e){return e>=this.start&&e<=this.end}scopeStackAt(e){let t=[];return this.contains(e)&&(t.push(this),this.definitions.forEach(s=>{t=s.scopeStackAt(e).concat(t)})),t}_resolve(e=[],t){let s=t.split("."),r=s.shift(),i=Aa(e,o=>typeof o.name=="string"&&typeof r=="string"&&o.name.toLowerCase()===r.toLowerCase());return i&&i.definitions.length&&s.length?this._resolve(i.definitions,s.join(".")):i}resolve(e){return this._resolve(this.definitions,e)}suggestions(){return this.definitions.map(e=>({name:e.name,type:this.type}))}},Cn=class extends ct{__attrs;exported;shared;fullname;inherittype;attrs;fields;constructor(e,t){super(t.$.name,t.$.type,e,t.children("Definition"),t.$.line,t.$.start,t.$.body,t.$.end),this.__attrs=t.$,this.exported=!!t.$.exported,this.shared=!!t.$.shared,this.fullname=t.$.fullname,this.inherittype=t.$.inherittype,this.attrs=this.parseAttrs(t.children("Attr")),this.fields=this.parseFields(t.children("Field"))}parseAttrs(e=[]){return e.map(t=>{let s=new hn(t);return ut(t,"attr",s),s})}parseFields(e=[]){return e.map(t=>{let s=new Dn(this,t);return ut(t,"field",s),s})}suggestions(){return super.suggestions().concat(this.fields.map(e=>({name:e.name,type:e.type})))}},ws=class{__attrs;name;ref;start;end;line;constructor(e){this.__attrs=e.$,this.name=e.$.name,this.ref=e.$.ref,this.start=e.$.start,this.end=e.$.end,this.line=e.$.line}},Rn=class extends ct{imports;__attrs;constructor(e){super(e.$.name,"source",e.$.sourcePath,e.children("Definition")),this.__attrs=e.$;let t=e.$.name.split(".");t.pop();let s=new Fa("");s.appendAttribute("name","$"),s.appendAttribute("ref",t.join(".")),this.imports=[new ws(s),...this.parseImports(e.children("Import"))]}parseImports(e=[]){return e.map(t=>{let s=new ws(t);return ut(t,"import",s),s})}resolve(e,t){let s;return!s&&t!==void 0&&this.scopeStackAt(t).some(i=>(s=i.resolve(e),!!s)),s||(s=super.resolve(e)),s}},Ia=n=>$.basename(n).indexOf(".")===0,Vr=n=>st.lstatSync(n).isDirectory()&&!Ia(n),Ma=n=>[".ecl",".ecllib"].indexOf($.extname(n).toLowerCase())>=0,Hr=n=>st.readdirSync(n).map(e=>$.join(n,e)).filter(e=>Vr(e)||Ma(e)),Sn=class extends ct{constructor(e,t){super(e,"file",t,[])}suggestions(){return[]}},yn=class extends ct{constructor(e,t){super(e,"folder",t,[])}suggestions(){return Hr(this.sourcePath).map(e=>({name:$.basename(e,".ecl"),type:"folder"}))}},xn=class{_workspacePath;_eclccPath;_clientTools;_sourceByID=new kr;_sourceByPath=new vr;_test=new kr;constructor(e,t){this._workspacePath=e,this._eclccPath=t}refresh(){this.primeWorkspace(),this.primeClientTools()}primeClientTools(){return jr(this._eclccPath,"",this._workspacePath).then(e=>(this._clientTools=e,e.paths())).then(e=>{for(let t of["ECLCC_ECLLIBRARY_PATH","ECLCC_PLUGIN_PATH"])e[t]&&st.existsSync(e[t])&&this.walkChildFolders(e[t],e[t]);return this})}primeWorkspace(){st.existsSync(this._workspacePath)&&this.visitFolder(this._workspacePath,this._workspacePath)}walkChildFolders(e,t,s=!1){for(let r of Hr(e))Vr(r)?this.visitFolder(r,t,s):this.visitFile(r,t,s)}visitFile(e,t,s=!1){let r=$.parse(e),i=$.join(r.dir,r.name),o=$.relative(t,i).split($.sep).join(".");(s||!this._test.has(o))&&this._test.set(o,new Sn("",e))}visitFolder(e,t,s=!1){let r=$.relative(t,e).split($.sep).join(".");(s||!this._test.has(r))&&(this._test.set(r,new yn(r,e)),this.walkChildFolders(e,t,s))}buildStack(e,t,s){let r=t.split(".");s&&e[e.length-1]===r[0]&&r.shift();let i=[...e,...r],o=i.join(".");return{stack:i,qid:o}}walkECLScope(e,t){let s=this.buildStack(e,t.name,!0);this._test.set(s.qid,t);for(let r of t.definitions)this.walkDefinition(s.stack,r)}walkField(e,t){let s=this.buildStack(e,t.name,!1);this._test.set(s.qid,t)}walkDefinition(e,t){let s=this.buildStack(e,t.name,!0);this.walkECLScope(e,t);for(let r of t.fields)this.walkField(s.stack,r)}walkSource(e){this.walkECLScope([],e)}parseSources(e=[]){for(let t of e)if(t.$.name){let s=new Rn(t);if(ut(t,"source",s),this._sourceByID.set(s.name,s),this._sourceByPath.set(s.sourcePath,s),s.name){let i=s.name.split(".").length;if(i>1){let o=s.sourcePath;for(;i>1;)o=$.dirname(o),--i;this.visitFolder(o,$.dirname(o))}}this.walkSource(s)}}parseMetaXML(e){let t=new Wn;return t.parse(e),this.parseSources(t.sources),t.sources.map(s=>$.normalize(s.$.sourcePath))}resolveQualifiedID(e,t,s){let r;if(!r&&this._test.has(t)&&(r=this._test.get(t).scope),!r&&this._sourceByPath.has(e)){let i=this._sourceByPath.get(e),o=t.split(".");for(let p of i.imports)if(p.name.toLowerCase()===o[0].toLowerCase()){p.ref?o[0]=p.ref:o.shift();break}let u=o.join(".");!r&&this._test.has(u)&&(r=this._test.get(u).scope),r||(u=[...i.name.split("."),...o].join("."),this._test.has(u)&&(r=this._test.get(u).scope))}return r}resolvePartialID(e,t,s){t=t.toLowerCase();let r=t.split(".");r.pop();let i=r.length===1?r[0]:r.join(".");return this.resolveQualifiedID(e,i,s)}},fn=new vr;function nt(n,e){let t=$.normalize(n);if(!fn.has(t)){let s=new xn(t,e);fn.set(t,s),s.refresh()}return fn.get(t)}function Ta(n,e,t){if(e<0)return!1;let s=n.charAt(e);return(t?/[a-zA-Z\d_\.$]/:/[a-zA-Z\d_]/).test(s)}function Fg(n,e,t){for(;Ta(n,e,t);)e+=t?-1:1;return e+(t?1:-1)}var Wn=class extends Ua{sources=[];endXMLNode(e){e.name==="Source"&&this.sources.push(e),super.endXMLNode(e)}};var lt=Na("clienttools/eclcc"),An=Te.type()==="Windows_NT"?".exe":"";function Or(n){return n.split(`\r
916
916
  `).join(`
917
917
  `).split("\r").join(`
918
- `)}var Ut=class{prefix="";major=0;minor=0;patch=0;postfix="";constructor(e){let t=e.split(" ");if(t.length){let s=/(?:(\w+)_)?(\d+)\.(\d+)\.(\d+)(?:-(.*))?/.exec(t[t.length-1]);s&&(this.prefix=s[1]||"",this.major=+s[2]||0,this.minor=+s[3]||0,this.patch=+s[4]||0,this.postfix=s[5]||"")}}parse(e){}exists(){return this.major!==0||this.minor!==0||this.patch!==0||this.postfix!==""}compare(e){return this.major>e.major?1:this.major<e.major?-1:this.minor>e.minor?1:this.minor<e.minor?-1:this.patch>e.patch?1:this.patch<e.patch?-1:this.postfix===""&&e.postfix!==""?1:this.postfix.localeCompare(e.postfix)}toString(){return`${this.prefix}_${this.major}.${this.minor}.${this.patch}-${this.postfix}`}},jr="error",Or="warning",Ns=class{_checked;errWarn=[];errOther=[];constructor(e){this._checked=e}checked(){return this._checked}all(){return this.errWarn}errors(){return this.errWarn.filter(e=>e.severity===jr)}hasError(){return this.errors().length>0}warnings(){return this.errWarn.filter(e=>e.severity===Or)}hasWarning(){return this.warnings().length>0}info(){return this.errWarn.filter(e=>[jr,Or].indexOf(e.severity)<0)}hasOther(){return this.info().length>0}unknown(){return this.errOther}hasUnknown(){return this.unknown().length>0}},Bs=class extends Ns{constructor(e,t){if(super(t),e&&e.length)for(let s of e.split(Te.EOL)){let r=/([a-zA-Z]:\\(?:[- \w\.\d]+\\)*(?:[- \w\.\d]+)?|(?:\/[\w\.\-]+)+)\((\d*),(\d*)\) ?: ?(error|warning|info) C(\d*) ?: ?(.*)/.exec(s);if(r){let[,i,o,p,u,R,c]=r,S=+o,x=+p,M=R+": "+c;this.errWarn.push({filePath:i,line:S,col:x,msg:M,severity:u});continue}if(r=/(error|warning|info): (.*)/i.exec(s),r){let[,i,o]=r;this.errWarn.push({filePath:"",line:0,col:0,msg:o,severity:i});continue}r=/\d error(s?), \d warning(s?)/.exec(s),!r&&(lt.warning(`parseECLErrors: Unable to parse "${s}"`),this.errOther.push(s))}this._checked=t}},Wn=class extends Ns{_lines;constructor(e,t,s){super(s);let r=pe.readFileSync(e,"utf8");if(r=r.replace(/\r\n/g,`
918
+ `)}var Ut=class{prefix="";major=0;minor=0;patch=0;postfix="";constructor(e){let t=e.split(" ");if(t.length){let s=/(?:(\w+)_)?(\d+)\.(\d+)\.(\d+)(?:-(.*))?/.exec(t[t.length-1]);s&&(this.prefix=s[1]||"",this.major=+s[2]||0,this.minor=+s[3]||0,this.patch=+s[4]||0,this.postfix=s[5]||"")}}parse(e){}exists(){return this.major!==0||this.minor!==0||this.patch!==0||this.postfix!==""}compare(e){return this.major>e.major?1:this.major<e.major?-1:this.minor>e.minor?1:this.minor<e.minor?-1:this.patch>e.patch?1:this.patch<e.patch?-1:this.postfix===""&&e.postfix!==""?1:this.postfix.localeCompare(e.postfix)}toString(){return`${this.prefix}_${this.major}.${this.minor}.${this.patch}-${this.postfix}`}},_r="error",Yr="warning",Bs=class{_checked;errWarn=[];errOther=[];constructor(e){this._checked=e}checked(){return this._checked}all(){return this.errWarn}errors(){return this.errWarn.filter(e=>e.severity===_r)}hasError(){return this.errors().length>0}warnings(){return this.errWarn.filter(e=>e.severity===Yr)}hasWarning(){return this.warnings().length>0}info(){return this.errWarn.filter(e=>[_r,Yr].indexOf(e.severity)<0)}hasOther(){return this.info().length>0}unknown(){return this.errOther}hasUnknown(){return this.unknown().length>0}},Qs=class extends Bs{constructor(e,t){if(super(t),e&&e.length)for(let s of e.split(Te.EOL)){let r=/([a-zA-Z]:\\(?:[- \w\.\d]+\\)*(?:[- \w\.\d]+)?|(?:\/[\w\.\-]+)+)\((\d*),(\d*)\) ?: ?(error|warning|info) C(\d*) ?: ?(.*)/.exec(s);if(r){let[,i,o,u,p,A,l]=r,x=+o,S=+u,M=A+": "+l;this.errWarn.push({filePath:i,line:x,col:S,msg:M,severity:p});continue}if(r=/(error|warning|info): (.*)/i.exec(s),r){let[,i,o]=r;this.errWarn.push({filePath:"",line:0,col:0,msg:o,severity:i});continue}r=/\d error(s?), \d warning(s?)/.exec(s),!r&&(lt.warning(`parseECLErrors: Unable to parse "${s}"`),this.errOther.push(s))}this._checked=t}},Un=class extends Bs{_lines;constructor(e,t,s){super(s);let r=pe.readFileSync(e,"utf8");if(r=r.replace(/\r\n/g,`
919
919
  `),this._lines=r.split(`
920
- `),t&&t.length)for(let i of t.split(Te.EOL)){let o=/(Warning|Error) : Path\=(\S*?)(\[\S*\])? Message\=(.*)/.exec(i);if(o){let[,p,u,R,c]=o,S=`${u} ${R||""}: ${c}`,[x,M]=this.locate(u);this.errWarn.push({filePath:e,line:x,col:M,msg:S,severity:p});continue}o||(lt.warning(`parseECLErrors: Unable to parse "${i}"`),this.errOther.push(i))}this._checked=s}locate(e){let t=e.split("/");if(t.length&&t[0]===""&&t.shift(),t.length>0){let s=0;for(let r of this._lines){let i="<"+t[0];if((r.indexOf(i+" ")>=0||r.indexOf(i+">")>=0)&&(t.shift(),t.length===0))return[s+1,r.indexOf(i)+1];++s}}return[0,0]}};function Un(n,e,t){t=t||[],t.push(n);for(let s in n)if(n.hasOwnProperty(s)){let r=n[s];e(s,r,t),r instanceof Array?r.forEach(i=>{Un(i,e,t)}):typeof r=="object"&&Un(r,e,t)}t.pop()}var En=class{jsonWU;constructor(e){this.jsonWU=e}bpGetValidLocations(e){let t=[];if(Ua("W_LOCAL.Graphs",this.jsonWU)){let s="";Un(this.jsonWU.W_LOCAL.Graphs,(r,i,o)=>{if(r==="$"&&i.id&&(s=i.id),r==="$"&&i.name==="definition"){let p=/([a-z,A-Z]:\\(?:[-\w\.\d]+\\)*(?:[-\w\.\d]+)?|(?:\/[\w\.\-]+)+)\((\d*),(\d*)\)/.exec(i.value);if(p){let[,u,R,c]=p,S=+R,x=+c;e===u&&t.push({file:u,line:S,col:x,id:s})}}})}return t}},Et=class n{eclccPath;envchkPath;eclBundlePath;binPath;cwd;includeFolders;_legacyMode;_args;_version;constructor(e,t,s=[],r=!1,i=[],o){this.eclccPath=e,this.binPath=fe.dirname(this.eclccPath),this.envchkPath=fe.join(this.binPath,"envchk"+An),this.eclBundlePath=fe.join(this.binPath,"ecl-bundle"+An),this.cwd=fe.normalize(t||this.binPath),this.includeFolders=s,this._legacyMode=r,this._args=i,this._version=o}clone(e,t,s=!1,r=[]){return new n(this.eclccPath,e,t,s,r,this._version)}exists(e){try{return pe.accessSync(e),!0}catch{}return!1}args(e=[]){let t=[...this._args];return this._legacyMode&&t.push("-legacy"),t.concat(this.includeFolders.map(s=>"-I"+fe.normalize(s))).concat(e)}version(){return this._version?Promise.resolve(this._version):this.execFile(this.eclccPath,this.binPath,this.args(["--version"]),"eclcc",`Cannot find ${this.eclccPath}`).then(e=>(this._version=new Ut(e.stdout),this._version))}versionSync(){return this._version}_paths={};paths(){return this.execFile(this.eclccPath,this.cwd,this.args(["-showpaths"]),"eclcc",`Cannot find ${this.eclccPath}`).then(e=>{if(e&&e.stdout&&e.stdout.length){let t=e.stdout.split(/\r?\n/);for(let s of t){let r=s.split("=");r.length===2&&(this._paths[r[0]]=r[1])}}return this._paths})}loadXMLDoc(e,t){return new Promise((s,r)=>{let i=pe.readFileSync(e,"ascii"),o=Fa(i);t&&pe.unlink(e,p=>{}),s(o)})}createWU(e){let t=fe.join(Te.tmpdir(),`eclcc-wu-tmp-${qr.randomBytes(8).toString("hex")}`),s=["-o"+t,"-wu"].concat([e]);return this.execFile(this.eclccPath,this.cwd,this.args(s),"eclcc",`Cannot find ${this.eclccPath}`).then(r=>{let i=fe.normalize(t+".xml");return(this.exists(i)?this.loadXMLDoc(i,!0):Promise.resolve({})).then(p=>new En(p))})}createArchive(e){let t=["-E"].concat([e]);return this.execFile(this.eclccPath,this.cwd,this.args(t),"eclcc",`Cannot find ${this.eclccPath}`).then(s=>({content:s.stdout,err:new Bs(s.stderr,[])}))}attachWorkspace(){return nt(this.cwd)}fetchMeta(e){return Promise.all([nt(this.cwd),this.execFile(this.eclccPath,this.cwd,this.args(["-M",e]),"eclcc",`Cannot find ${this.eclccPath}`)]).then(([t,s])=>{try{s&&s.stdout&&s.stdout.length&&t.parseMetaXML(s.stdout)}catch(r){lt.error(`fetchMeta: Error parsing XML - ${r?.message??"unknown"}`)}return t})}syntaxCheck(e,t=["-syntax"]){return Promise.all([nt(this.cwd),this.execFile(this.eclccPath,this.cwd,this.args([...t,"-M",e]),"eclcc",`Cannot find ${this.eclccPath}`)]).then(([s,r])=>{let i=[];try{r&&r.stdout&&r.stdout.length&&(i=s.parseMetaXML(r.stdout))}catch(o){lt.error(`syntaxCheck: Error parsing XML - ${o?.message??"unknown"}`)}return new Bs(r?r.stderr:"",i)})}envCheck(e,t=[]){return Promise.all([nt(this.cwd),this.execFile(this.envchkPath,this.cwd,this.args([...t,e]),"envchk",`Cannot find ${this.envchkPath}`)]).then(([s,r])=>new Wn(e,r?r.stderr:"",[]))}bundleList(){let e=/\|(.*)\|(.*)\|(.*)\|/g;return Promise.all([fetch("https://raw.githubusercontent.com/hpcc-systems/ecl-bundles/master/README.rst").then(t=>t.text()).then(t=>{let s=[],r=e.exec(t);for(;r;)s.push({name:r[1].trim(),description:r[2].trim(),url:r[3].trim()}),r=e.exec(t);return s}),this.execFile(this.eclBundlePath,this.cwd,this.args(["list"]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`).then(t=>Hr(t.stdout).split(`
921
- `)).then(t=>{let s={};return Promise.all(t.filter(r=>!!r).map(r=>this.execFile(this.eclBundlePath,this.cwd,this.args(["info",r]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`).then(i=>Hr(i.stdout).split(`
922
- `)).then(i=>{let o={};i.forEach(p=>{let u=p.split(":");o[u.shift().trim()]=u.join(":").trim()}),s[r]={name:r,props:o}}))).then(()=>s)})]).then(([t,s])=>{t.forEach(r=>{s[r.name]&&(r.props=s[r.name].props,delete s[r.name])});for(let r in s)t.push({name:r,url:"",description:"",props:s[r].props});return t}).catch(t=>[])}bundleInstall(e){return Promise.all([nt(this.cwd),this.execFile(this.eclBundlePath,this.cwd,this.args(["install",e]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`)]).then(([t,s])=>s)}bundleUninstall(e){return Promise.all([nt(this.cwd),this.execFile(this.eclBundlePath,this.cwd,this.args(["uninstall",e]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`)]).then(([t,s])=>s)}execFile(e,t,s,r,i){return new Promise((o,p)=>{lt.debug(`${e} ${s.join(" ")}`);let u=Xr.spawn(e,s,{cwd:t}),R="",c="";u.stdout.on("data",S=>{R+=S.toString()}),u.stderr.on("data",S=>{c+=S.toString()}),u.on("close",(S,x)=>{o({code:S,stdout:R.trim(),stderr:c.trim()})})})}};function ws(n,e){if(n){let t=fe.join(n,"HPCCSystems");if(pe.existsSync(t)&&pe.statSync(t).isDirectory()){if(Te.type()!=="Windows_NT"){let s=fe.join(t,"bin","eclcc");pe.existsSync(s)&&e.push(new Et(s))}pe.readdirSync(t).forEach(s=>{let r=fe.join(t,s,"clienttools","bin","eclcc"+An);if(pe.existsSync(r)){let i=fe.basename(s);new Ut(i).exists()&&e.push(new Et(r))}})}}}var Wt;function Ug(){Wt=void 0}function ba(){if(Wt)return Wt;let n=[];switch(Te.type()){case"Windows_NT":let e=process.env["ProgramFiles(x86)"]||"";e&&ws(e,n);let t=process.env.ProgramFiles||"";t&&ws(t,n),!e&&!t&&ws("c:\\Program Files (x86)",n);break;case"Linux":case"Darwin":ws("/opt",n);break;default:break}return Wt=Promise.all(n.map(e=>e.version())).then(()=>(n.sort((e,t)=>t.versionSync().compare(e.versionSync())),n)),Wt}var _r="";function Yr(n){let e=`Using eclccPath setting: ${n}`;_r!==e&&(lt.info(e),_r=e)}function Vr(n="",e="",t=".",s=[],r=!1,i=[]){return n&&pe.existsSync(n)?(Yr(n),Promise.resolve(new Et(n,t,s,r,i))):ba().then(o=>{if(!o.length)throw new Error("Unable to locate ECL Client Tools.");let p=new Ut(e),u,R;for(let S of o){let x=S.versionSync();if(x.exists()&&(u||(u=S),!R&&p.major===x.major&&(R=S),p.major===x.major&&p.minor===x.minor))return S.clone(t,s,r,i)}let c=R||u;return Yr(c.eclccPath),c.clone(t,s,r,i)})}Ft.DOMParser=Pa;if(Ft.fetch===void 0)throw new Error("@hpcc-js/comms requires Node.js >= 18.0.0 for native fetch support");Ft.__hpcc_undiciFetch=Ia;Ft.__hpcc_rejectUnauthorizedAgent=new Ma({connect:{rejectUnauthorized:!1}});var pt="";ye.globalAgent.options.ca!==void 0&&(Array.isArray(ye.globalAgent.options.ca)&&ye.globalAgent.options.ca.length?typeof ye.globalAgent.options.ca[0]=="string"?pt=ye.globalAgent.options.ca.join(`
923
- `):ye.globalAgent.options.ca[0]instanceof zr&&(pt=ye.globalAgent.options.ca.map(n=>n.toString()).join(`
924
- `)):typeof ye.globalAgent.options.ca=="string"?pt=ye.globalAgent.options.ca:ye.globalAgent.options.ca instanceof zr&&(pt=ye.globalAgent.options.ca.toString()),pt+=`
925
- `);Ft.__hpcc_trustwaveAgent=new ye.Agent({ca:pt+Bn});export{kn as AccessService,vn as AccountService,br as Activity,fn as Attr,Ze as Attribute,Qa as BUILD_VERSION,$s as BaseScope,Et as ClientTools,Vn as CloudService,Hn as CodesignService,ks as Connection,bu as DFUArrayActions,Iu as DFUChangeProtection,Mu as DFUChangeRestriction,Pu as DFUDefFileFormat,Dt as DFUService,Ki as DFUWUTypes,Qr as DFUWorkunit,dn as DFUWorkunitCache,On as DFUXRefService,jn as DaliService,Dn as Definition,us as ECLGraph,ct as ECLScope,vs as ESPConnection,ze as ESPExceptions,Xt as EclService,Bs as EclccErrors,Yn as ElkService,Wn as EnvchkErrors,Ns as Errors,hn as Field,Rn as File,ht as FileSpray,Je as FileSprayService,Ji as FileSprayStates,Sn as Folder,Zs as GlobalResultCache,cs as GraphCache,Ts as Import,En as LocalWorkunit,io as LogType,qn as LogaccessService,Pr as LogicalFile,rn as LogicalFileCache,bs as Machine,on as MachineCache,ke as MachineService,Na as PKG_NAME,Ba as PKG_VERSION,Kn as PackageProcessService,Po as PropertyType,Tr as Query,Is as QueryGraph,Io as RelatedProperty,gs as Resource,Zn as ResourcesService,Rs as Result,Ss as ResultCache,Ct as SMCService,er as SashaService,yt as Scope,hr as ScopeEdge,ls as ScopeGraph,mr as ScopeSubgraph,fr as ScopeVertex,v as Service,Cn as Source,ys as SourceFile,Nr as Store,gn as StoreCache,Rt as StoreService,oo as TargetAudience,at as TargetCluster,un as TargetClusterCache,xs as Timer,Ps as Topology,cn as TopologyCache,le as TopologyService,tt as ValueChangedMessage,Ut as Version,Os as WUStateID,Ke as WUUpdate,yn as Workspace,ot as Workunit,sn as WorkunitCache,ie as WorkunitsService,os as WorkunitsServiceEx,Gn as WsAccess,Vs as WsCodesign,it as WsDfu,te as WsLogaccess,rr as WsSMC,$n as WsSasha,or as WsTopology,me as WsWorkunits,dr as XGMMLEdge,Xs as XGMMLGraph,pr as XGMMLSubgraph,gr as XGMMLVertex,ds as XSDNode,hs as XSDSchema,fs as XSDSimpleType,ms as XSDXMLNode,nt as attachWorkspace,Ug as clearAllClientToolsCache,Lt as createConnection,ps as createGraph,xr as createXGMMLGraph,zl as defaultTargetCluster,Hi as deserializeResponse,Yi as get,Va as hookSend,va as instanceOfIConnection,ka as instanceOfIOptions,qi as isArray,ur as isECLResult,za as isExceptions,wc as isWUInfoWorkunit,Tc as isWUQueryECLWorkunit,ji as jsonp,ba as locateAllClientTools,Vr as locateClientTools,zs as parseXSD,jc as parseXSD2,_i as post,Rg as qualifiedIDBoundary,Xi as send,qe as serializeRequest,Ha as setTransportFactory,wo as splitMetric,ql as targetClusters,Un as walkXmlJson};
920
+ `),t&&t.length)for(let i of t.split(Te.EOL)){let o=/(Warning|Error) : Path\=(\S*?)(\[\S*\])? Message\=(.*)/.exec(i);if(o){let[,u,p,A,l]=o,x=`${p} ${A||""}: ${l}`,[S,M]=this.locate(p);this.errWarn.push({filePath:e,line:S,col:M,msg:x,severity:u});continue}o||(lt.warning(`parseECLErrors: Unable to parse "${i}"`),this.errOther.push(i))}this._checked=s}locate(e){let t=e.split("/");if(t.length&&t[0]===""&&t.shift(),t.length>0){let s=0;for(let r of this._lines){let i="<"+t[0];if((r.indexOf(i+" ")>=0||r.indexOf(i+">")>=0)&&(t.shift(),t.length===0))return[s+1,r.indexOf(i)+1];++s}}return[0,0]}};function En(n,e,t){t=t||[],t.push(n);for(let s in n)if(n.hasOwnProperty(s)){let r=n[s];e(s,r,t),r instanceof Array?r.forEach(i=>{En(i,e,t)}):typeof r=="object"&&En(r,e,t)}t.pop()}var Fn=class{jsonWU;constructor(e){this.jsonWU=e}bpGetValidLocations(e){let t=[];if(wa("W_LOCAL.Graphs",this.jsonWU)){let s="";En(this.jsonWU.W_LOCAL.Graphs,(r,i,o)=>{if(r==="$"&&i.id&&(s=i.id),r==="$"&&i.name==="definition"){let u=/([a-z,A-Z]:\\(?:[-\w\.\d]+\\)*(?:[-\w\.\d]+)?|(?:\/[\w\.\-]+)+)\((\d*),(\d*)\)/.exec(i.value);if(u){let[,p,A,l]=u,x=+A,S=+l;e===p&&t.push({file:p,line:x,col:S,id:s})}}})}return t}},Et=class n{eclccPath;envchkPath;eclBundlePath;binPath;cwd;includeFolders;_legacyMode;_args;_version;constructor(e,t,s=[],r=!1,i=[],o){this.eclccPath=e,this.binPath=fe.dirname(this.eclccPath),this.envchkPath=fe.join(this.binPath,"envchk"+An),this.eclBundlePath=fe.join(this.binPath,"ecl-bundle"+An),this.cwd=fe.normalize(t||this.binPath),this.includeFolders=s,this._legacyMode=r,this._args=i,this._version=o}clone(e,t,s=!1,r=[]){return new n(this.eclccPath,e,t,s,r,this._version)}exists(e){try{return pe.accessSync(e),!0}catch{}return!1}args(e=[]){let t=[...this._args];return this._legacyMode&&t.push("-legacy"),t.concat(this.includeFolders.map(s=>"-I"+fe.normalize(s))).concat(e)}version(){return this._version?Promise.resolve(this._version):this.execFile(this.eclccPath,this.binPath,this.args(["--version"]),"eclcc",`Cannot find ${this.eclccPath}`).then(e=>(this._version=new Ut(e.stdout),this._version))}versionSync(){return this._version}_paths={};paths(){return this.execFile(this.eclccPath,this.cwd,this.args(["-showpaths"]),"eclcc",`Cannot find ${this.eclccPath}`).then(e=>{if(e&&e.stdout&&e.stdout.length){let t=e.stdout.split(/\r?\n/);for(let s of t){let r=s.split("=");r.length===2&&(this._paths[r[0]]=r[1])}}return this._paths})}loadXMLDoc(e,t){return new Promise((s,r)=>{let i=pe.readFileSync(e,"ascii"),o=Ba(i);t&&pe.unlink(e,u=>{}),s(o)})}createWU(e){let t=fe.join(Te.tmpdir(),`eclcc-wu-tmp-${Jr.randomBytes(8).toString("hex")}`),s=["-o"+t,"-wu"].concat([e]);return this.execFile(this.eclccPath,this.cwd,this.args(s),"eclcc",`Cannot find ${this.eclccPath}`).then(r=>{let i=fe.normalize(t+".xml");return(this.exists(i)?this.loadXMLDoc(i,!0):Promise.resolve({})).then(u=>new Fn(u))})}createArchive(e){let t=["-E"].concat([e]);return this.execFile(this.eclccPath,this.cwd,this.args(t),"eclcc",`Cannot find ${this.eclccPath}`).then(s=>({content:s.stdout,err:new Qs(s.stderr,[])}))}attachWorkspace(){return nt(this.cwd)}fetchMeta(e){return Promise.all([nt(this.cwd),this.execFile(this.eclccPath,this.cwd,this.args(["-M",e]),"eclcc",`Cannot find ${this.eclccPath}`)]).then(([t,s])=>{try{s&&s.stdout&&s.stdout.length&&t.parseMetaXML(s.stdout)}catch(r){lt.error(`fetchMeta: Error parsing XML - ${r?.message??"unknown"}`)}return t})}syntaxCheck(e,t=["-syntax"]){return Promise.all([nt(this.cwd),this.execFile(this.eclccPath,this.cwd,this.args([...t,"-M",e]),"eclcc",`Cannot find ${this.eclccPath}`)]).then(([s,r])=>{let i=[];try{r&&r.stdout&&r.stdout.length&&(i=s.parseMetaXML(r.stdout))}catch(o){lt.error(`syntaxCheck: Error parsing XML - ${o?.message??"unknown"}`)}return new Qs(r?r.stderr:"",i)})}envCheck(e,t=[]){return Promise.all([nt(this.cwd),this.execFile(this.envchkPath,this.cwd,this.args([...t,e]),"envchk",`Cannot find ${this.envchkPath}`)]).then(([s,r])=>new Un(e,r?r.stderr:"",[]))}bundleList(){let e=/\|(.*)\|(.*)\|(.*)\|/g;return Promise.all([fetch("https://raw.githubusercontent.com/hpcc-systems/ecl-bundles/master/README.rst").then(t=>t.text()).then(t=>{let s=[],r=e.exec(t);for(;r;)s.push({name:r[1].trim(),description:r[2].trim(),url:r[3].trim()}),r=e.exec(t);return s}),this.execFile(this.eclBundlePath,this.cwd,this.args(["list"]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`).then(t=>Or(t.stdout).split(`
921
+ `)).then(t=>{let s={};return Promise.all(t.filter(r=>!!r).map(r=>this.execFile(this.eclBundlePath,this.cwd,this.args(["info",r]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`).then(i=>Or(i.stdout).split(`
922
+ `)).then(i=>{let o={};i.forEach(u=>{let p=u.split(":");o[p.shift().trim()]=p.join(":").trim()}),s[r]={name:r,props:o}}))).then(()=>s)})]).then(([t,s])=>{t.forEach(r=>{s[r.name]&&(r.props=s[r.name].props,delete s[r.name])});for(let r in s)t.push({name:r,url:"",description:"",props:s[r].props});return t}).catch(t=>[])}bundleInstall(e){return Promise.all([nt(this.cwd),this.execFile(this.eclBundlePath,this.cwd,this.args(["install",e]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`)]).then(([t,s])=>s)}bundleUninstall(e){return Promise.all([nt(this.cwd),this.execFile(this.eclBundlePath,this.cwd,this.args(["uninstall",e]),"ecl-bundle",`Cannot find ${this.eclBundlePath}`)]).then(([t,s])=>s)}execFile(e,t,s,r,i){return new Promise((o,u)=>{lt.debug(`${e} ${s.join(" ")}`);let p=zr.spawn(e,s,{cwd:t}),A="",l="";p.stdout.on("data",x=>{A+=x.toString()}),p.stderr.on("data",x=>{l+=x.toString()}),p.on("close",(x,S)=>{o({code:x,stdout:A.trim(),stderr:l.trim()})})})}};function Ns(n,e){if(n){let t=fe.join(n,"HPCCSystems");if(pe.existsSync(t)&&pe.statSync(t).isDirectory()){if(Te.type()!=="Windows_NT"){let s=fe.join(t,"bin","eclcc");pe.existsSync(s)&&e.push(new Et(s))}pe.readdirSync(t).forEach(s=>{let r=fe.join(t,s,"clienttools","bin","eclcc"+An);if(pe.existsSync(r)){let i=fe.basename(s);new Ut(i).exists()&&e.push(new Et(r))}})}}}var At;function wg(){At=void 0}function Qa(){if(At)return At;let n=[];switch(Te.type()){case"Windows_NT":let e=process.env["ProgramFiles(x86)"]||"";e&&Ns(e,n);let t=process.env.ProgramFiles||"";t&&Ns(t,n),!e&&!t&&Ns("c:\\Program Files (x86)",n);break;case"Linux":case"Darwin":Ns("/opt",n);break;default:break}return At=Promise.all(n.map(e=>e.version())).then(()=>(n.sort((e,t)=>t.versionSync().compare(e.versionSync())),n)),At}var Xr="";function qr(n){let e=`Using eclccPath setting: ${n}`;Xr!==e&&(lt.info(e),Xr=e)}function jr(n="",e="",t=".",s=[],r=!1,i=[]){return n&&pe.existsSync(n)?(qr(n),Promise.resolve(new Et(n,t,s,r,i))):Qa().then(o=>{if(!o.length)throw new Error("Unable to locate ECL Client Tools.");let u=new Ut(e),p,A;for(let x of o){let S=x.versionSync();if(S.exists()&&(p||(p=x),!A&&u.major===S.major&&(A=x),u.major===S.major&&u.minor===S.minor))return x.clone(t,s,r,i)}let l=A||p;return qr(l.eclccPath),l.clone(t,s,r,i)})}Ft.DOMParser=La;if(Ft.fetch===void 0)throw new Error("@hpcc-js/comms requires Node.js >= 18.0.0 for native fetch support");Ft.__hpcc_undiciFetch=Ga;Ft.__hpcc_rejectUnauthorizedAgent=new ka({connect:{rejectUnauthorized:!1}});var pt="";ye.globalAgent.options.ca!==void 0&&(Array.isArray(ye.globalAgent.options.ca)&&ye.globalAgent.options.ca.length?typeof ye.globalAgent.options.ca[0]=="string"?pt=ye.globalAgent.options.ca.join(`
923
+ `):ye.globalAgent.options.ca[0]instanceof Kr&&(pt=ye.globalAgent.options.ca.map(n=>n.toString()).join(`
924
+ `)):typeof ye.globalAgent.options.ca=="string"?pt=ye.globalAgent.options.ca:ye.globalAgent.options.ca instanceof Kr&&(pt=ye.globalAgent.options.ca.toString()),pt+=`
925
+ `);Ft.__hpcc_trustwaveAgent=new ye.Agent({ca:pt+Qn});export{vn as AccessService,Vn as AccountService,Ir as Activity,hn as Attr,Ze as Attribute,Oa as BUILD_VERSION,en as BaseScope,Et as ClientTools,Hn as CloudService,jn as CodesignService,vs as Connection,Qu as DFUArrayActions,Gu as DFUChangeProtection,ku as DFUChangeRestriction,Lu as DFUDefFileFormat,Dt as DFUService,$i as DFUWUTypes,Gr as DFUWorkunit,mn as DFUWorkunitCache,_n as DFUXRefService,On as DaliService,Cn as Definition,cs as ECLGraph,ct as ECLScope,Vs as ESPConnection,ze as ESPExceptions,Xt as EclService,Qs as EclccErrors,Xn as ElkService,Un as EnvchkErrors,Bs as Errors,Dn as Field,Sn as File,ht as FileSpray,Je as FileSprayService,Zi as FileSprayStates,yn as Folder,$s as GlobalResultCache,ls as GraphCache,ws as Import,Fn as LocalWorkunit,ao as LogType,zn as LogaccessService,Mr as LogicalFile,on as LogicalFileCache,Ps as Machine,an as MachineCache,ke as MachineService,Ha as PKG_NAME,ja as PKG_VERSION,$n as PackageProcessService,Lo as PropertyType,Nr as Query,Ms as QueryGraph,Go as RelatedProperty,ds as Resource,er as ResourcesService,Ss as Result,ys as ResultCache,Ct as SMCService,sr as SashaService,yt as Scope,Cr as ScopeEdge,ps as ScopeGraph,hr as ScopeSubgraph,Dr as ScopeVertex,v as Service,Rn as Source,xs as SourceFile,Qr as Store,dn as StoreCache,Rt as StoreService,uo as TargetAudience,at as TargetCluster,cn as TargetClusterCache,Ws as Timer,Is as Topology,ln as TopologyCache,le as TopologyService,tt as ValueChangedMessage,Ut as Version,_s as WUStateID,Ke as WUUpdate,xn as Workspace,ot as Workunit,nn as WorkunitCache,ie as WorkunitsService,as as WorkunitsServiceEx,kn as WsAccess,Hs as WsCodesign,it as WsDfu,te as WsLogaccess,or as WsSMC,tr as WsSasha,ur as WsTopology,me as WsWorkunits,fr as XGMMLEdge,qs as XGMMLGraph,dr as XGMMLSubgraph,mr as XGMMLVertex,ms as XSDNode,Ds as XSDSchema,hs as XSDSimpleType,fs as XSDXMLNode,nt as attachWorkspace,wg as clearAllClientToolsCache,Lt as createConnection,gs as createGraph,Ar as createXGMMLGraph,np as defaultTargetCluster,Oi as deserializeResponse,qi as get,za as hookSend,qa as instanceOfIConnection,Xa as instanceOfIOptions,Ji as isArray,lr as isECLResult,nu as isExceptions,Vc as isWUInfoWorkunit,vc as isWUQueryECLWorkunit,_i as jsonp,Qa as locateAllClientTools,jr as locateClientTools,Js as parseXSD,Kc as parseXSD2,Xi as post,Fg as qualifiedIDBoundary,zi as send,qe as serializeRequest,Ja as setTransportFactory,Vo as splitMetric,sp as targetClusters,En as walkXmlJson};
926
926
  //# sourceMappingURL=index.js.map