varjMe=Object.create;varVy=Object.defineProperty;varJMe=Object.getOwnPropertyDescriptor;varKMe=Object.getOwnPropertyNames;varXMe=Object.getPrototypeOf,ZMe=Object.prototype.hasOwnProperty;vari=(t,e)=>Vy(t,"name",{value:e,configurable:!0});varI=(t,e)=>()=>(t&&(e=t(t=0)),e);varb=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),en=(t,e)=>{for(varrine)Vy(t,r,{get:e[r],enumerable:!0})},eK=(t,e,r,n)=>{if(e&&typeofe=="object"||typeofe=="function")for(letsofKMe(e))!ZMe.call(t,s)&&s!==r&&Vy(t,s,{get:()=>e[s],enumerable:!(n=JMe(e,s))||n.enumerable});returnt};varD=(t,e,r)=>(r=t!=null?jMe(XMe(t)):{},eK(e||!t||!t.__esModule?Vy(r,"default",{value:t,enumerable:!0}):r,t)),W=t=>eK(Vy({},"__esModule",{value:!0}),t);varlK=b(sA=>{"use strict";varEFt=require("net"),nFe=require("tls"),aO=require("http"),iK=require("https"),sFe=require("events"),CFt=require("assert"),oFe=require("util");sA.httpOverHttp=iFe;sA.httpsOverHttp=aFe;sA.httpOverHttps=cFe;sA.httpsOverHttps=lFe;functioniFe(t){vare=newTl(t);returne.request=aO.request,e}i(iFe,"httpOverHttp");functionaFe(t){vare=newTl(t);returne.request=aO.request,e.createSocket=aK,e.defaultPort=443,e}i(aFe,"httpsOverHttp");functioncFe(t){vare=newTl(t);returne.request=iK.request,e}i(cFe,"httpOverHttps");functionlFe(t){vare=newTl(t);returne.request=iK.request,e.createSocket=aK,e.defaultPort=443,e}i(lFe,"httpsOverHttps");functionTl(t){vare=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||aO.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",i(function(n,s,o,a){for(varc=cK(s,o,a),l=0,u=e.requests.length;l<u;++l){vard=e.requests[l];if(d.host===c.host&&d.port===c.port){e.requests.splice(l,1),d.request.onSocket(n);return}}n.destroy(),e.removeSocket(n)},"onFree"))}i(Tl,"TunnelingAgent");oFe.inherits(Tl,sFe.EventEmitter);Tl.prototype.addRequest=i(function(e,r,n,s){varo=this,a=cO({request:e},o.options,cK(r,n,s));if(o.sockets.length>=this.maxSockets){o.requests.push(a);return}o.createSocket(a,function(c){c.on("free",l),c.on("close",u),c.on("agentRemove",u),e.onSocket(c);functionl(){o.emit("free",c,a)}i(l,"onFree");functionu(d){o.removeSocket(c),c.removeListener("free",l),c.removeListener("close",u),c.removeListener("agentRemove",u)}i(u,"onCloseOrRemove")})},"addRequest");Tl.prototype.createSocket=i(function(e,r){varn=this,s={};n.sockets.push(s);varo=cO({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(o.localAddress=e.localAddress),o.proxyAuth&&(o.headers=o.headers||{},o.headers["Proxy-Authorization"]="Basic "+newBuffer(o.proxyAuth).toString("base64")),Hu("making CONNECT request");vara=n.request(o);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",l),a.once("connect",u),a.once("error",d),a.end();functionc(p){p.upgrade=!0}i(c,"onResponse");functionl(p,m,f){process.nextTick(function(){u(p,m,f)})}i(l,"onUpgrade");functionu(p,m,f){if(a.removeAllListeners(),m.removeAllListeners(),p.statusCode!==200){Hu("tunneling socket could not be established, statusCode=%d",p.statusCode),m.destroy();varg=newError("tunneling socket could not be established, statusCode="+p.statusCode);g.code="ECONNRESET",e.request.emit("error",g),n.removeSocket(s);return}if(f.length>0){Hu("got illegal response body from proxy"),m.destroy();varg=newError("got illegal response body from proxy");g.code="ECONNRESET",e.request.emit("error",g),n.removeSocket(s);return}returnHu("tunneling connection has established"),n.sockets[n.sockets.indexOf(s)]=m,r(m)}i(u,"onConnect");functiond(p){a.removeAllListeners(),Hu(`tunneling socket could not be established, cause=%s
`);m.push(E),o+=E.byteLength,g&&(o=null),s=t,n=i(async function*(){for(let x of m)x.stream?yield*x.stream():yield x},"action"),a=`multipart/form-data;boundary=${l}`}else if(h7(t))s=t,o=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(oE.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:R2e(t)}if((typeof s=="string"||oE.isBuffer(s))&&(o=Buffer.byteLength(s)),n!=null){let l;r=new ReadableStream({async start(){l=n(t)[Symbol.asyncIterator]()},async pull(u){let{value:d,done:p}=await l.next();if(p)queueMicrotask(()=>{u.close(),u.byobRequest?.respond(0)});else if(!C7(r)){let m=new Uint8Array(d);m.byteLength&&u.enqueue(m)}return u.desiredSize>0},async cancel(u){await l.return()},type:"bytes"})}return[{stream:r,source:s,length:o},a]}i(w7,"extractBody");function U2e(t,e=!1){return t instanceof ReadableStream&&(pM(!oE.isDisturbed(t),"The body has already been consumed."),pM(!t.locked,"The stream is locked.")),w7(t,e)}i(U2e,"safelyExtractBody");function q2e(t,e){let[r,n]=e.stream.tee();return e.stream=r,{stream:n,length:e.length,source:e.source}}i(q2e,"cloneBody");function $2e(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}i($2e,"throwIfAborted");function G2e(t){return{blob(){return gA(this,r=>{let n=y7(this);return n===null?n="":n&&(n=O2e(n)),new D2e([r],{type:n})},t)},arrayBuffer(){return gA(this,r=>new Uint8Array(r).buffer,t)},text(){return gA(this,E7,t)},json(){return gA(this,z2e,t)},formData(){return gA(this,r=>{let n=y7(this);if(n!==null)switch(n.essence){case"multipart/form-data":{let s=M2e(r,n);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let o=new g7;return o[yA]=s,o}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),o=new g7;for(let[a,c]of s)o.append(a,c);return o}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return gA(this,r=>new Uint8Array(r),t)}}}i(G2e,"bodyMixinMethods");function H2e(t){Object.assign(t.prototype,G2e(t))}i(H2e,"mixinBody");async function gA(t,e,r){if(Q2e.brandCheck(t,r),b7(t))throw new TypeError("Body is unusable: Body has already been read");$2e(t[yA]);let n=P2e(),s=i(a=>n.reject(a),"errorSteps"),o=i(a=>{try{n.resolve(e(a))}catch(c){s(c)}},"successSteps");return t[yA].body==null?(o(Buffer.allocUnsafe(0)),n.promise):(await v2e(t[yA].body,o,s),n.promise)}i(gA,"consumeBody");function b7(t){let e=t[yA].body;return e!=null&&(e.stream.locked||oE.isDisturbed(e.stream))}i(b7,"bodyUnusable");function z2e(t){return JSON.parse(E7(t))}i(z2e,"parseJSONFromBytes");function y7(t){let e=t[yA].headersList,r=_2e(e);return r==="failure"?null:r}i(y7,"bodyMimeType");S7.exports={extractBody:w7,safelyExtractBody:U2e,cloneBody:q2e,mixinBody:H2e,streamRegistry:x7,hasFinalizationRegistry:I7,bodyUnusable:b7}});var L7=b((m1t,k7)=>{"use strict";var Le=require("node:assert"),je=ut(),{channels:B7}=iA(),fM=jO(),{RequestContentLengthMismatchError:Up,ResponseContentLengthMismatchError:V2e,RequestAbortedError:_7,HeadersTimeoutError:Y2e,HeadersOverflowError:W2e,SocketError:ib,InformationalError:CA,BodyTimeoutError:j2e,HTTPParserError:J2e,ResponseExceededMaxSizeError:K2e}=bt(),{kUrl:Q7,kReset:Ms,kClient:yM,kParser:Cr,kBlocking:cE,kRunning:$n,kPending:X2e,kSize:R7,kWriting:Yu,kQueue:Ji,kNoRef:iE,kKeepAliveDefaultTimeout:Z2e,kHostHeader:eqe,kPendingIdx:tqe,kRunningIdx:ri,kError:ni,kPipelining:sb,kSocket:IA,kKeepAliveTimeoutValue:ab,kMaxHeadersSize:AM,kKeepAliveMaxTimeout:rqe,kKeepAliveTimeoutThreshold:nqe,kHeadersTimeout:sqe,kBodyTimeout:oqe,kStrictContentLength:EM,kMaxRequests:N7,kCounter:iqe,kMaxResponseSize:aqe,kOnError:cqe,kResume:Vu,kHTTPContext:D7}=Zt(),Ga=xX(),lqe=Buffer.alloc(0),tb=Buffer[Symbol.species],rb=je.addListener,uqe=je.removeAllListeners,hM;async function dqe(){let t=process.env.JEST_WORKER_ID?XO():void 0,e;try{e=await WebAssembly.compile(SX())}catch{e=await WebAssembly.compile(t||XO())}return awa
`}return B7.sendHeaders.hasSubscribers&&B7.sendHeaders.publish({request:e,headers:E,socket:f}),!l||m===0?P7(g,null,t,e,f,d,E,p):je.isBuffer(l)?P7(g,l,t,e,f,d,E,p):je.isBlobLike(l)?typeof l.stream=="function"?v7(g,l.stream(),t,e,f,d,E,p):yqe(g,l,t,e,f,d,E,p):je.isStream(l)?gqe(g,l,t,e,f,d,E,p):je.isIterable(l)?v7(g,l,t,e,f,d,E,p):Le(!1),!0}i(hqe,"writeH1");function gqe(t,e,r,n,s,o,a,c){Le(o!==0||r[$n]===0,"stream body cannot be pipelined");let l=!1,u=new cb({abort:t,socket:s,request:n,contentLength:o,client:r,expectsPayload:c,header:a}),d=i(function(g){if(!l)try{!u.write(g)&&this.pause&&this.pause()}catch(E){je.destroy(this,E)}},"onData"),p=i(function(){l||e.resume&&e.resume()},"onDrain"),m=i(function(){if(queueMicrotask(()=>{e.removeListener("error",f)}),!l){let g=new _7;queueMicrotask(()=>f(g))}},"onClose"),f=i(function(g){if(!l){if(l=!0,Le(s.destroyed||s[Yu]&&r[$n]<=1),s.off("drain",p).off("error",f),e.removeListener("data",d).removeListener("end",f).removeListener("close",m),!g)try{u.end()}catch(E){g=E}u.destroy(g),g&&(g.code!=="UND_ERR_INFO"||g.message!=="reset")?je.destroy(e,g):je.destroy(e)}},"onFinished");e.on("data",d).on("end",f).on("error",f).on("close",m),e.resume&&e.resume(),s.on("drain",p).on("error",f),e.errorEmitted??e.errored?setImmediate(()=>f(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>f(null)),(e.closeEmitted??e.closed)&&setImmediate(m)}i(gqe,"writeStream");function P7(t,e,r,n,s,o,a,c){try{e?je.isBuffer(e)&&(Le(o===e.byteLength,"buffer body must have content length"),s.cork(),s.write(`${a}content-length:${o}\r
`,"latin1"):(Le(o===null,"no body must not have content length"),s.write(`${a}\r
`,"latin1")),n.onRequestSent(),r[Vu]()}catch(l){t(l)}}i(P7,"writeBuffer");async function yqe(t,e,r,n,s,o,a,c){Le(o===e.size,"blob body must have content length");try{if(o!=null&&o!==e.size)throw new Up;let l=Buffer.from(await e.arrayBuffer());s.cork(),s.write(`${a}content-length:${o}\r
`,"latin1"),s.write(l),s.uncork(),n.onBodySent(l),n.onRequestSent(),!c&&n.reset!==!1&&(s[Ms]=!0),r[Vu]()}catch(l){t(l)}}i(yqe,"writeBlob");async function v7(t,e,r,n,s,o,a,c){Le(o!==0||r[$n]===0,"iterator body cannot be pipelined");let l=null;function u(){if(l){let m=l;l=null,m()}}i(u,"onDrain");let d=i(()=>new Promise((m,f)=>{Le(l===null),s[ni]?f(s[ni]):l=m}),"waitForDrain");s.on("close",u).on("drain",u);let p=new cb({abort:t,socket:s,request:n,contentLength:o,client:r,expectsPayload:c,header:a});try{for await(let m of e){if(s[ni])throw s[ni];p.write(m)||await d()}p.end()}catch(m){p.destroy(m)}finally{s.off("close",u).off("drain",u)}}i(v7,"writeIterable");var cb=class{static{i(this,"AsyncWriter")}constructor({abort:e,socket:r,request:n,contentLength:s,client:o,expectsPayload:a,header:c}){this.socket=r,this.request=n,this.contentLength=s,this.client=o,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[Yu]=!0}write(e){let{socket:r,request:n,contentLength:s,client:o,bytesWritten:a,expectsPayload:c,header:l}=this;if(r[ni])throw r[ni];if(r.destroyed)return!1;let u=Buffer.byteLength(e);if(!u)return!0;if(s!==null&&a+u>s){if(o[EM])throw new Up;process.emitWarning(new Up)}r.cork(),a===0&&(!c&&n.reset!==!1&&(r[Ms]=!0),s===null?r.write(`${l}transfer-encoding:chunked\r
`,"latin1"),r!==null&&s!==r){if(n[EM])throw new Up;process.emitWarning(new Up)}e[Cr].timeout&&e[Cr].timeoutType===xA&&e[Cr].timeout.refresh&&e[Cr].timeout.refresh(),n[Vu]()}}destroy(e){let{socket:r,client:n,abort:s}=this;r[Yu]=!1,e&&(Le(n[$n]<=1,"pipeline should only contain this request"),s(e))}};k7.exports=mqe});var H7=b((A1t,G7)=>{"use strict";var si=require("node:assert"),{pipeline:Eqe}=require("node:stream"),ft=ut(),{RequestContentLengthMismatchError:wM,RequestAbortedError:O7,SocketError:lE,InformationalError:bM}=bt(),{kUrl:lb,kReset:db,kClient:wA,kRunning:pb,kPending:Cqe,kQueue:Wu,kPendingIdx:SM,kRunningIdx:Ki,kError:Zi,kSocket:An,kStrictContentLength:Iqe,kOnError:BM,kMaxConcurrentStreams:$7,kHTTP2Session:Xi,kResume:ju,kSize:xqe,kHTTPContext:wqe}=Zt(),kl=Symbol("open streams"),M7,F7=!1,ub;try{ub=require("node:http2")}catch{ub={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:bqe,HTTP2_HEADER_METHOD:Sqe,HTTP2_HEADER_PATH:Bqe,HTTP2_HEADER_SCHEME:Rqe,HTTP2_HEADER_CONTENT_LENGTH:Nqe,HTTP2_HEADER_EXPECT:Tqe,HTTP2_HEADER_STATUS:Pqe}}=ub;function vqe(t){let e=[];for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let s of n)e.push(Buffer.from(r),Buffer.from(s));else e.push(Buffer.from(r),Buffer.from(n));return e}i(vqe,"parseH2Headers");async function _qe(t,e){t[An]=e,F7||(F7=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=ub.connect(t[lb],{createConnection:i(()=>e,"createConnection"),peerMaxConcurrentStreams:t[$7]});r[kl]=0,r[wA]=t,r[An]=e,ft.addListener(r,"error",Dqe),ft.addListener(r,"frameError",kqe),ft.addListener(r,"end",Lqe),ft.addListener(r,"goaway",Oqe),ft.addListener(r,"close",function(){let{[wA]:s}=this,{[An]:o}=s,a=this[An][Zi]||this[Zi]||new lE("closed",ft.getSocketInfo(o));if(s[Xi]=null,s.destroyed){si(s[Cqe]===0);let c=s[Wu].splice(s[Ki]);for(let l=0;l<c.length;l++){let u=c[l];ft.errorRequest(s,u,a)}}}),r.unref(),t[Xi]=r,e[Xi]=r,ft.addListener(e,"error",function(s){si(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Zi]=s,this[wA][BM](s)}),ft.addListener(e,"end",function(){ft.destroy(this,new lE("other side closed",ft.getSocketInfo(this)))}),ft.addListener(e,"close",function(){let s=this[Zi]||new lE("closed",ft.getSocketInfo(this));t[An]=null,this[Xi]!=null&&this[Xi].destroy(s),t[SM]=t[Ki],si(t[pb]===0),t.emit("disconnect",t[lb],[t],s),t[ju]()});let n=!1;return e.on("close",()=>{n=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return Fqe(t,...s)},resume(){Qqe(t)},destroy(s,o){n?queueMicrotask(o):e.destroy(s).on("close",o)},get destroyed(){return e.destroyed},busy(){return!1}}}i(_qe,"connectH2");function Qqe(t){let e=t[An];e?.destroyed===!1&&(t[xqe]===0&&t[$7]===0?(e.unref(),t[Xi].unref()):(e.ref(),t[Xi].ref()))}i(Qqe,"resumeH2");function Dqe(t){si(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[An][Zi]=t,this[wA][BM](t)}i(Dqe,"onHttp2SessionError");function kqe(t,e,r){if(r===0){let n=new bM(`HTTP/2:"frameError"received-type${t},code${e}`);this[An][Zi]=n,this[wA][BM](n)}}i(kqe,"onHttp2FrameError");function Lqe(){let t=new lE("other side closed",ft.getSocketInfo(this[An]));this.destroy(t),ft.destroy(this[An],t)}i(Lqe,"onHttp2SessionEnd");function Oqe(t){let e=this[Zi]||new lE(`HTTP/2:"GOAWAY"framereceivedwithcode${t}`,ft.getSocketInfo(this)),r=this[wA];if(r[An]=null,r[wqe]=null,this[Xi]!=null&&(this[Xi].destroy(e),this[Xi]=null),ft.destroy(this[An],e),r[Ki]<r[Wu].length){let n=r[Wu][r[Ki]];r[Wu][r[Ki]++]=null,ft.errorRequest(r,n,e),r[SM]=r[Ki]}si(r[pb]===0),r.emit("disconnect",r[lb],[r],e),r[ju]()}i(Oqe,"onHTTP2GoAway");function Mqe(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}i(Mqe,"shouldSendContentLength");function Fqe(t,e){let r=t[Xi],{method:n,path:s,host:o,upgrade:a,expectContinue:c,signal:l,headers:u}=e,{body:d}=e;if(a)return ft.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let p={};for(let Q=0;Q<u.length;Q+=2){let q=u[Q+0],M=u[Q+1];if(Array.isArray(M))for(let V=0;V<M.length;V++)p[q]?p[q]+=`,${M[V]}`:p[q]=M[V];else p[q]=M}let m,{hostname:f,port:g}=t[lb];p[bqe]=o||`${f}
`);if(m===-1){DB("have not received end of HTTP headers yet..."),o();return}let f=p.slice(0,m).toString("ascii").split(`\r
`),g=f.shift();if(!g)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let E=g.split(" "),x=+E[1],w=E.slice(2).join(" "),S={};for(let P of f){if(!P)continue;let Q=P.indexOf(":");if(Q===-1)return t.destroy(),r(new Error(`InvalidheaderfromproxyCONNECTresponse:"${P}"`));let q=P.slice(0,Q).toLowerCase(),M=P.slice(Q+1).trimStart(),V=S[q];typeof V=="string"?S[q]=[V,M]:Array.isArray(V)?V.push(M):S[q]=M}DB("got proxy server response: %o %o",g,S),a(),e({connect:{statusCode:x,statusText:w,headers:S},buffered:p})}i(u,"ondata"),t.on("error",l),t.on("end",c),o()})}i(HXe,"parseProxyResponse");Ih.parseProxyResponse=HXe});var Oue=b(hi=>{"use strict";var zXe=hi&&hi.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:i(function(){return e[r]},"get")}),Object.defineProperty(t,n,s)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),VXe=hi&&hi.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),kue=hi&&hi.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&zXe(e,t,r);return VXe(e,t),e},Lue=hi&&hi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(hi,"__esModule",{value:!0});hi.HttpsProxyAgent=void 0;var kB=kue(require("net")),_ue=kue(require("tls")),YXe=Lue(require("assert")),WXe=Lue(Im()),jXe=Pue(),JXe=require("url"),KXe=vue(),PC=(0,WXe.default)("https-proxy-agent"),Que=i(t=>t.servername===void 0&&t.host&&!kB.isIP(t.host)?{...t,servername:t.host}:t,"setServernameFromNonIpHost"),LB=class extends jXe.Agent{static{i(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new JXe.URL(e):e,this.proxyHeaders=r?.headers??{},PC("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?Due(r,"headers"):null,host:n,port:s}}async connect(e,r){let{proxy:n}=this;if(!r.host)throw new TypeError('No "host" provided');let s;n.protocol==="https:"?(PC("Creating `tls.Socket`: %o",this.connectOpts),s=_ue.connect(Que(this.connectOpts))):(PC("Creating `net.Socket`: %o",this.connectOpts),s=kB.connect(this.connectOpts));let o=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=kB.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT${a}:${r.port}HTTP/1.1\r
`;if(n.username||n.password){let m=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;o["Proxy-Authorization"]=`Basic${Buffer.from(m).toString("base64")}`}o.Host=`${a}:${r.port}`,o["Proxy-Connection"]||(o["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let m of Object.keys(o))c+=`${m}:${o[m]}\r
`)+4,e.outputData[0].data=e._header+n.substring(s),xh("Output buffer: %o",e.outputData[0].data));let o;return this.proxy.protocol==="https:"?(xh("Creating `tls.Socket`: %o",this.connectOpts),o=p7e.connect(this.connectOpts)):(xh("Creating `net.Socket`: %o",this.connectOpts),o=d7e.connect(this.connectOpts)),await(0,f7e.once)(o,"connect"),o}};OB.protocols=["http","https"];gi.HttpProxyAgent=OB;function h7e(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(h7e,"omit")});var fde=b(KB=>{"use strict";Object.defineProperty(KB,"__esModule",{value:!0});KB.state=void 0;KB.state={instrumenterImplementation:void 0}});var vde=b(rR=>{"use strict";Object.defineProperty(rR,"__esModule",{value:!0});rR.state=void 0;rR.state={operationRequestMap:new WeakMap}});var lfe=b(Uh=>{"use strict";Object.defineProperty(Uh,"__esModule",{value:!0});var Mnt=require("os"),Fnt=require("util");function Unt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}i(Unt,"_interopDefaultLegacy");var qnt=Unt(Fnt);function $nt(t,...e){process.stderr.write(`${qnt.default.format(t,...e)}${Mnt.EOL}`)}i($nt,"log");var Zme=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,tfe,ez=[],tz=[],IN=[];Zme&&rz(Zme);var rfe=Object.assign(t=>nfe(t),{enable:rz,enabled:nz,disable:Gnt,log:$nt});function rz(t){tfe=t,ez=[],tz=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?tz.push(new RegExp(`^${n.substr(1)}$`)):ez.push(new RegExp(`^${n}$`));for(let n of IN)n.enabled=nz(n.namespace)}i(rz,"enable");function nz(t){if(t.endsWith("*"))return!0;for(let e of tz)if(e.test(t))return!1;for(let e of ez)if(e.test(t))return!0;return!1}i(nz,"enabled");function Gnt(){let t=tfe||"";return rz(""),t}i(Gnt,"disable");function nfe(t){let e=Object.assign(r,{enabled:nz(t),destroy:Hnt,log:rfe.log,namespace:t,extend:znt});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t}${n[0]}`),e.log(...n))}return i(r,"debug"),IN.push(e),e}i(nfe,"createDebugger");function Hnt(){let t=IN.indexOf(this);return t>=0?(IN.splice(t,1),!0):!1}i(Hnt,"destroy");function znt(t){let e=nfe(`${this.namespace}:${t}`);return e.log=this.log,e}i(znt,"extend");var gI=rfe,sfe=new Set,EN=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,xN,wN=gI("azure");wN.log=(...t)=>{gI.log(...t)};var sz=["verbose","info","warning","error"];EN&&(cfe(EN)?ofe(EN):console.error(`AZURE_LOG_LEVELsettounknownloglevel'${EN}';loggingisnotenabled.Acceptablevalues:${sz.join(", ")}.`));function ofe(t){if(t&&!cfe(t))throw new Error(`Unknownloglevel'${t}'.Acceptablevalues:${sz.join(",")}`);xN=t;let e=[];for(let r of sfe)afe(r)&&e.push(r.namespace);gI.enable(e.join(","))}i(ofe,"setLogLevel");function Vnt(){return xN}i(Vnt,"getLogLevel");var efe={verbose:400,info:300,warning:200,error:100};function Ynt(t){let e=wN.extend(t);return ife(wN,e),{error:CN(e,"error"),warning:CN(e,"warning"),info:CN(e,"info"),verbose:CN(e,"verbose")}}i(Ynt,"createClientLogger");function ife(t,e){e.log=(...r)=>{t.log(...r)}}i(ife,"patchLogMethod");function CN(t,e){let r=Object.assign(t.extend(e),{level:e});if(ife(t,r),afe(r)){let n=gI.disable();gI.enable(n+","+r.namespace)}return sfe.add(r),r}i(CN,"createLogger");function afe(t){return!!(xN&&efe[t.level]<=efe[xN])}i(afe,"shouldEnable");function cfe(t){return sz.includes(t)}i(cfe,"isAzureLogLevel");Uh.AzureLogger=wN;Uh.createClientLogger=Ynt;Uh.getLogLevel=Vnt;Uh.setLogLevel=ofe});var az=b(EI=>{"use strict";Object.defineProperty(EI,"__esModule",{value:!0});var qh=new WeakMap,bN=new WeakMap,yI=class t{static{i(this,"AbortSignal")}constructor(){this.onabort=null,qh.set(this,[]),bN.set(this,!1)}get aborted(){if(!bN.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return bN.get(this)}static get none(){return new t}addEventListener(e,r){if(!qh.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");qh.get(this).push(r)}removeEventListener(e,r){if(!qh.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=qh.get(this),s=n.indexOf(r);s>-
Seehttps://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}i(rft,"logUnexpecedPropertyAccessOnce");function nft(){Object.keys(lP).forEach(function(t){delete lP[t]})}i(nft,"resetLoggedProperties")});var dP=b(Fc=>{"use strict";Fc.__esModule=!0;Fc.HandlebarsEnvironment=qV;function LEe(t){return t&&t.__esModule?t:{default:t}}i(LEe,"_interopRequireDefault");var Xm=Rs(),sft=Go(),FV=LEe(sft),oft=kV(),ift=_Ee(),aft=OV(),uP=LEe(aft),cft=MV(),lft="4.7.9";Fc.VERSION=lft;var uft=8;Fc.COMPILER_REVISION=uft;var dft=7;Fc.LAST_COMPATIBLE_COMPILER_REVISION=dft;var pft={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};Fc.REVISION_CHANGES=pft;var UV="[object Object]";function qV(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},oft.registerDefaultHelpers(this),ift.registerDefaultDecorators(this)}i(qV,"HandlebarsEnvironment");qV.prototype={constructor:qV,logger:uP.default,log:uP.default.log,registerHelper:i(function(e,r){if(Xm.toString.call(e)===UV){if(r)throw new FV.default("Arg not supported with multiple helpers");Xm.extend(this.helpers,e)}else this.helpers[e]=r},"registerHelper"),unregisterHelper:i(function(e){delete this.helpers[e]},"unregisterHelper"),registerPartial:i(function(e,r){if(Xm.toString.call(e)===UV)Xm.extend(this.partials,e);else{if(typeof r>"u")throw new FV.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},"registerPartial"),unregisterPartial:i(function(e){delete this.partials[e]},"unregisterPartial"),registerDecorator:i(function(e,r){if(Xm.toString.call(e)===UV){if(r)throw new FV.default("Arg not supported with multiple decorators");Xm.extend(this.decorators,e)}else this.decorators[e]=r},"registerDecorator"),unregisterDecorator:i(function(e){delete this.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:i(function(){cft.resetLoggedProperties()},"resetLoggedPropertyAccesses")};var mft=uP.default.log;Fc.log=mft;Fc.createFrame=Xm.createFrame;Fc.logger=uP.default});var MEe=b((pP,OEe)=>{"use strict";pP.__esModule=!0;function $V(t){this.string=t}i($V,"SafeString");$V.prototype.toString=$V.prototype.toHTML=function(){return""+this.string};pP.default=$V;OEe.exports=pP.default});var FEe=b(GV=>{"use strict";GV.__esModule=!0;GV.wrapHelper=fft;function fft(t,e){if(typeof t!="function")return t;var r=i(function(){var s=arguments[arguments.length-1];return arguments[arguments.length-1]=e(s),t.apply(this,arguments)},"wrapper");return r}i(fft,"wrapHelper")});var zEe=b(Fd=>{"use strict";Fd.__esModule=!0;Fd.checkRevision=Cft;Fd.template=Ift;Fd.wrapProgram=mP;Fd.resolvePartial=xft;Fd.invokePartial=wft;Fd.noop=GEe;function Aft(t){return t&&t.__esModule?t:{default:t}}i(Aft,"_interopRequireDefault");function hft(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}i(hft,"_interopRequireWildcard");var gft=Rs(),Eg=hft(gft),yft=Go(),pu=Aft(yft),mu=dP(),UEe=kV(),Eft=FEe(),qEe=MV();function Cft(t){var e=t&&t[0]||1,r=mu.COMPILER_REVISION;if(!(e>=mu.LAST_COMPATIBLE_COMPILER_REVISION&&e<=mu.COMPILER_REVISION))if(e<mu.LAST_COMPATIBLE_COMPILER_REVISION){var n=mu.REVISION_CHANGES[r],s=mu.REVISION_CHANGES[e];throw new pu.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+n+") or downgrade your runtime to an older version ("+s+").")}else throw new pu.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}i(Cft,"checkRevision");function Ift(t,e){if(!e)throw new pu.default("No environment passed to template");if(!t||!t.main)throw new pu.default("Unknown template object: "+typeof t);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);var r=t.compiler&&t.compiler[0]===7;function n(a,c,l){l.hash&&(c=Eg.extend({},c,l.hash),l.ids&&(l.ids[0]=!0)),a=e.VM.res
Expecting`+oe.join(", ")+", got '"+(this.terminals_[Q]||Q)+"'":It="Parse error on line "+(p+1)+": Unexpected "+(Q==1?"end of input":"'"+(this.terminals_[Q]||Q)+"'"),this.parseError(It,{text:this.lexer.match,token:this.terminals_[Q]||Q,line:this.lexer.yylineno,loc:x,expected:oe})}}if(V[0]instanceof Array&&V.length>1)throw new Error("Parse Error: multiple actions possible at state: "+M+", token: "+Q);switch(V[0]){case 1:a.push(Q),c.push(this.lexer.yytext),l.push(this.lexer.yylloc),a.push(V[1]),Q=null,q?(Q=q,q=null):(m=this.lexer.yyleng,d=this.lexer.yytext,p=this.lexer.yylineno,x=this.lexer.yylloc,f>0&&f--);break;case 2:if(ye=this.productions_[V[1]][1],Re.$=c[c.length-ye],Re._$={first_line:l[l.length-(ye||1)].first_line,last_line:l[l.length-1].last_line,first_column:l[l.length-(ye||1)].first_column,last_column:l[l.length-1].last_column},w&&(Re._$.range=[l[l.length-(ye||1)].range[0],l[l.length-1].range[1]]),ke=this.performAction.call(Re,d,m,p,this.yy,V[1],c,l),typeof ke<"u")return ke;ye&&(a=a.slice(0,-1*ye*2),c=c.slice(0,-1*ye),l=l.slice(0,-1*ye)),a.push(this.productions_[V[1]][0]),c.push(Re.$),l.push(Re._$),H=u[a[a.length-2]][a[a.length-1]],a.push(H);break;case 3:return!0}}return!0},"parse")},e=(function(){var n={EOF:1,parseError:i(function(o,a){if(this.yy.parser)this.yy.parser.parseError(o,a);else throw new Error(o)},"parseError"),setInput:i(function(o){return this._input=o,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:i(function(){var o=this._input[0];this.yytext+=o,this.yyleng++,this.offset++,this.match+=o,this.matched+=o;var a=o.match(/(?:\r\n?|\n).*/g);return a?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),o},"input"),unput:i(function(o){var a=o.length,c=o.split(/(?:\r\n?|\n)/g);this._input=o+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;var l=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),c.length-1&&(this.yylineno-=c.length-1);var u=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:c?(c.length===l.length?this.yylloc.first_column:0)+l[l.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[u[0],u[0]+this.yyleng-a]),this},"unput"),more:i(function(){return this._more=!0,this},"more"),less:i(function(o){this.unput(this.match.slice(o))},"less"),pastInput:i(function(){var o=this.matched.substr(0,this.matched.length-this.match.length);return(o.length>20?"...":"")+o.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:i(function(){var o=this.match;return o.length<20&&(o+=this._input.substr(0,20-o.length)),(o.substr(0,20)+(o.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:i(function(){var o=this.pastInput(),a=new Array(o.length+1).join("-");return o+this.upcomingInput()+`
`+a+"^"},"showPosition"),next:i(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var o,a,c,l,u,d;this._more||(this.yytext="",this.match="");for(var p=this._currentRules(),m=0;m<p.length&&(c=this._input.match(this.rules[p[m]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,l=m,!this.options.flex)));m++);return a?(d=a[0].match(/(?:\r\n?|\n).*/g),d&&(this.yylineno+=d.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:d?d[d.length-1].length-d[d.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(a[0].length),this.matched+=a[0],o=this.performAction.call(this,this.yy,this,p[l],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),o||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`.Unrecognizedtext.
Moreinformationcanbefoundat:https://a.co/c895JFp`))}},"emitWarningIfUnsupportedVersion")});var Tgt,Pgt,mxe,fxe=I(()=>{Tgt=i(()=>(t,e)=>async r=>(e.__retryLongPoll=!0,t(r)),"longPollMiddleware"),Pgt={name:"longPollMiddleware",tags:["RETRY"],step:"initialize",override:!0},mxe=i(t=>({applyToStack:i(e=>{e.add(Tgt(),Pgt)},"applyToStack")}),"getLongPollPlugin")});function zd(t,e,r){return t.$source||(t.$source={}),t.$source[e]=r,t}var Axe=I(()=>{i(zd,"setCredentialFeature")});var hxe,K4,gxe=I(()=>{hxe=require("node:stream"),K4=i(t=>t?.body instanceof hxe.Readable||typeof ReadableStream<"u"&&t?.body instanceof ReadableStream,"isStreamingPayload")});var cf,Vd,Yd,yxe,Exe,XP=I(()=>{cf=i((t,e)=>{let r=[];if(t&&r.push(t),e)for(let n of e)r.push(n);return r},"getAllAliases"),Vd=i((t,e)=>`${t||"anonymous"}${e&&e.length>0?` (a.k.a. ${e.join(",")})`:""}`,"getMiddlewareNameWithAliases"),Yd=i(()=>{let t=[],e=[],r=!1,n=new Set,s=i(p=>p.sort((m,f)=>yxe[f.step]-yxe[m.step]||Exe[f.priority||"normal"]-Exe[m.priority||"normal"]),"sort"),o=i(p=>{let m=!1,f=i(g=>{let E=cf(g.name,g.aliases);if(E.includes(p)){m=!0;for(let x of E)n.delete(x);return!1}return!0},"filterCb");return t=t.filter(f),e=e.filter(f),m},"removeByName"),a=i(p=>{let m=!1,f=i(g=>{if(g.middleware===p){m=!0;for(let E of cf(g.name,g.aliases))n.delete(E);return!1}return!0},"filterCb");return t=t.filter(f),e=e.filter(f),m},"removeByReference"),c=i(p=>(t.forEach(m=>{p.add(m.middleware,{...m})}),e.forEach(m=>{p.addRelativeTo(m.middleware,{...m})}),p.identifyOnResolve?.(d.identifyOnResolve()),p),"cloneTo"),l=i(p=>{let m=[];return p.before.forEach(f=>{f.before.length===0&&f.after.length===0?m.push(f):m.push(...l(f))}),m.push(p),p.after.reverse().forEach(f=>{f.before.length===0&&f.after.length===0?m.push(f):m.push(...l(f))}),m},"expandRelativeMiddlewareList"),u=i((p=!1)=>{let m=[],f=[],g={};return t.forEach(x=>{let w={...x,before:[],after:[]};for(let S of cf(w.name,w.aliases))g[S]=w;m.push(w)}),e.forEach(x=>{let w={...x,before:[],after:[]};for(let S of cf(w.name,w.aliases))g[S]=w;f.push(w)}),f.forEach(x=>{if(x.toMiddleware){let w=g[x.toMiddleware];if(w===void 0){if(p)return;throw new Error(`${x.toMiddleware} is not found when adding ${Vd(x.name,x.aliases)} middleware ${x.relation} ${x.toMiddleware}`)}x.relation==="after"&&w.after.push(x),x.relation==="before"&&w.before.push(x)}}),s(m).map(l).reduce((x,w)=>(x.push(...w),x),[])},"getMiddlewareList"),d={add:i((p,m={})=>{let{name:f,override:g,aliases:E}=m,x={step:"initialize",priority:"normal",middleware:p,...m},w=cf(f,E);if(w.length>0){if(w.some(S=>n.has(S))){if(!g)throw new Error(`Duplicate middleware name '${Vd(f,E)}'`);for(let S of w){let P=t.findIndex(q=>q.name===S||q.aliases?.some(M=>M===S));if(P===-1)continue;let Q=t[P];if(Q.step!==x.step||x.priority!==Q.priority)throw new Error(`"${Vd(Q.name,Q.aliases)}" middleware with ${Q.priority} priority in ${Q.step} step cannot be overridden by "${Vd(f,E)}" middleware with ${x.priority} priority in ${x.step} step.`);t.splice(P,1)}}for(let S of w)n.add(S)}t.push(x)},"add"),addRelativeTo:i((p,m)=>{let{name:f,override:g,aliases:E}=m,x={middleware:p,...m},w=cf(f,E);if(w.length>0){if(w.some(S=>n.has(S))){if(!g)throw new Error(`Duplicate middleware name '${Vd(f,E)}'`);for(let S of w){let P=e.findIndex(q=>q.name===S||q.aliases?.some(M=>M===S));if(P===-1)continue;let Q=e[P];if(Q.toMiddleware!==x.toMiddleware||Q.relation!==x.relation)throw new Error(`"${Vd(Q.name,Q.aliases)}" middleware ${Q.relation} "${Q.toMiddleware}" middleware cannot be overridden by "${Vd(f,E)}" middleware ${x.relation} "${x.toMiddleware}" middleware.`);e.splice(P,1)}}for(let S of w)n.add(S)}e.push(x)},"addRelativeTo"),clone:i(()=>c(Yd()),"clone"),use:i(p=>{p.applyToStack(d)},"use"),remove:i(p=>typeof p=="string"?o(p):a(p),"remove"),removeByTag:i(p=>{let m=!1,f=i(g=>{let{tags:E,name:x,aliases:w}=g;if(E&&E.includes(p)){let S=cf(x,w);for(let P of S)n.delete(P);return m=!0,!1}return!0},"filterCb");return t=t.filter(f),e=e.filter(f),m},"removeByTag"),concat:i(p=>{let m=c(Yd());return m.use(p),m.identifyOnResolve(r||m.identifyOnRes
`),"stackTraceWarning"),Og={warn:console.warn}});function wa(t){let e=t.getUTCFullYear(),r=t.getUTCMonth(),n=t.getUTCDay(),s=t.getUTCDate(),o=t.getUTCHours(),a=t.getUTCMinutes(),c=t.getUTCSeconds(),l=s<10?`0${s}`:`${s}`,u=o<10?`0${o}`:`${o}`,d=a<10?`0${a}`:`${a}`,p=c<10?`0${c}`:`${c}`;return`${Hgt[n]},${l}${cY[r]}${e}${u}:${d}:${p}GMT`}var Hgt,cY,zgt,nwe,Vgt,pv,Ygt,Wgt,jgt,Ug,mv,bx,Jgt,Kgt,Xgt,aY,Zgt,eyt,tyt,$c,ryt,nyt,Fg,swe=I(()=>{iY();Hgt=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],cY=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];i(wa,"dateToUtcString");zgt=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?[zZ]$/),nwe=i(t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=zgt.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,a,c,l,u]=e,d=Jd(Fg(n)),p=$c(s,"month",1,12),m=$c(o,"day",1,31);return bx(d,p,m,{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u})},"parseRfc3339DateTime"),Vgt=new RegExp(/^(\d{4})-(\d{2})-(\d{2})[tT](\d{2}):(\d{2}):(\d{2})(?:\.(\d+))?(([-+]\d{2}\:\d{2})|[zZ])$/),pv=i(t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-3339 date-times must be expressed as strings");let e=Vgt.exec(t);if(!e)throw new TypeError("Invalid RFC-3339 date-time value");let[r,n,s,o,a,c,l,u,d]=e,p=Jd(Fg(n)),m=$c(s,"month",1,12),f=$c(o,"day",1,31),g=bx(p,m,f,{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u});return d.toUpperCase()!="Z"&&g.setTime(g.getTime()-nyt(d)),g},"parseRfc3339DateTimeWithOffset"),Ygt=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d{2}) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),Wgt=new RegExp(/^(?:Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d{2})-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? GMT$/),jgt=new RegExp(/^(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( [1-9]|\d{2}) (\d{1,2}):(\d{2}):(\d{2})(?:\.(\d+))? (\d{4})$/),Ug=i(t=>{if(t==null)return;if(typeof t!="string")throw new TypeError("RFC-7231 date-times must be expressed as strings");let e=Ygt.exec(t);if(e){let[r,n,s,o,a,c,l,u]=e;return bx(Jd(Fg(o)),aY(s),$c(n,"day",1,31),{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u})}if(e=Wgt.exec(t),e){let[r,n,s,o,a,c,l,u]=e;return Xgt(bx(Jgt(o),aY(s),$c(n,"day",1,31),{hours:a,minutes:c,seconds:l,fractionalMilliseconds:u}))}if(e=jgt.exec(t),e){let[r,n,s,o,a,c,l,u]=e;return bx(Jd(Fg(u)),aY(n),$c(s.trimLeft(),"day",1,31),{hours:o,minutes:a,seconds:c,fractionalMilliseconds:l})}throw new TypeError("Invalid RFC-7231 date-time value")},"parseRfc7231DateTime"),mv=i(t=>{if(t==null)return;let e;if(typeof t=="number")e=t;else if(typeof t=="string")e=wx(t);else if(typeof t=="object"&&t.tag===1)e=t.value;else throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");if(Number.isNaN(e)||e===1/0||e===-1/0)throw new TypeError("Epoch timestamps must be valid, non-Infinite, non-NaN numerics");return new Date(Math.round(e*1e3))},"parseEpochTimestamp"),bx=i((t,e,r,n)=>{let s=e-1;return eyt(t,s,r),new Date(Date.UTC(t,s,r,$c(n.hours,"hour",0,23),$c(n.minutes,"minute",0,59),$c(n.seconds,"seconds",0,60),ryt(n.fractionalMilliseconds)))},"buildDate"),Jgt=i(t=>{let e=new Date().getUTCFullYear(),r=Math.floor(e/100)*100+Jd(Fg(t));return r<e?r+100:r},"parseTwoDigitYear"),Kgt=50*365*24*60*60*1e3,Xgt=i(t=>t.getTime()-new Date().getTime()>Kgt?new Date(Date.UTC(t.getUTCFullYear()-100,t.getUTCMonth(),t.getUTCDate(),t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds())):t,"adjustRfc850Year"),aY=i(t=>{let e=cY.indexOf(t);if(e<0)throw new TypeError(`Invalidmonth:${t}`);return e+1},"parseMonthByShortName"),Zgt=[31,28,31,30,31,30,31,31,30,31,30,31],eyt=i((t,e,r)=>{let n=Zgt[e];if(e===1&&tyt(t)&&(n=29),r>n)throw new TypeError(`Invaliddayfor${cY[e]}in${t}:${r}`)},"validateDayOfMonth"),tyt=i(t=>t%4===0&&(t%100!==0
`+c}catch{!n.logger||n.logger?.constructor?.name==="NoOpLogger"?console.warn(c):n.logger?.warn?.(c)}typeof a.$responseBodyText<"u"&&a.$response&&(a.$response.body=a.$responseBodyText);try{if(es.isInstance(o)){let{headers:l={}}=o,u=Object.entries(l);a.$metadata={httpStatusCode:o.statusCode,requestId:AY(/^x-[\w-]+-request-?id$/,u),extendedRequestId:AY(/^x-[\w-]+-id-2$/,u),cfId:AY(/^x-[\w-]+-cf-id$/,u)}}}catch{}}throw a}},"deserializerMiddleware"),AY=i((t,e)=>(e.find(([r])=>r.match(t))||[void 0,void 0])[1],"findHeader")});var Vo,Sx=I(()=>{Vo=class t extends Error{static{i(this,"ProviderError")}name="ProviderError";tryNextLink;constructor(e,r=!0){let n,s=!0;typeof r=="boolean"?(n=void 0,s=r):r!=null&&typeof r=="object"&&(n=r.logger,s=r.tryNextLink??!0),super(e),this.tryNextLink=s,Object.setPrototypeOf(this,t.prototype),n?.debug?.(`@smithy/property-provider${s?"->":"(!)"}${e}`)}static from(e,r=!0){return Object.assign(new this(e.message,r),e)}}});var Kd,xv=I(()=>{Sx();Kd=class t extends Vo{static{i(this,"CredentialsProviderError")}name="CredentialsProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}}});var wv,hwe=I(()=>{Sx();wv=class t extends Vo{static{i(this,"TokenProviderError")}name="TokenProviderError";constructor(e,r=!0){super(e,r),Object.setPrototypeOf(this,t.prototype)}}});var bv,gY=I(()=>{Sx();bv=i((...t)=>async()=>{if(t.length===0)throw new Vo("No providers in chain");let e;for(let r of t)try{return await r()}catch(n){if(e=n,n?.tryNextLink)continue;throw n}throw e},"chain")});var Sv,yY=I(()=>{Sv=i(t=>()=>Promise.resolve(t),"fromValue")});var Gg,Bv=I(()=>{Gg=i((t,e,r)=>{let n,s,o,a=!1,c=i(async()=>{s||(s=t());try{n=await s,o=!0,a=!1}finally{s=void 0}return n},"coalesceProvider");return e===void 0?async l=>((!o||l?.forceRefresh)&&(n=await c()),n):async l=>((!o||l?.forceRefresh)&&(n=await c()),a?n:r&&!r(n)?(a=!0,n):(e(n)&&await c(),n))},"memoize")});var io,Rv=I(()=>{io=i((t,e,r)=>{if(e in t){if(t[e]==="true")return!0;if(t[e]==="false")return!1;throw new Error(`Cannotload${r}"${e}".Expected"true"or"false",got${t[e]}.`)}},"booleanSelector")});var gwe,ywe=I(()=>{gwe=i((t,e,r)=>{if(!(e in t))return;let n=parseInt(t[e],10);if(Number.isNaN(n))throw new TypeError(`Cannotload${r}'${e}'.Expectednumber,got'${t[e]}'.`);return n},"numberSelector")});var ts,Nv=I(()=>{(function(t){t.ENV="env",t.CONFIG="shared config entry"})(ts||(ts={}))});var Ewe,Cwe,EY,lyt,Hc,Hg=I(()=>{Ewe=require("node:os"),Cwe=require("node:path"),EY={},lyt=i(()=>process&&process.geteuid?`${process.geteuid()}`:"DEFAULT","getHomeDirCacheKey"),Hc=i(()=>{let{HOME:t,USERPROFILE:e,HOMEPATH:r,HOMEDRIVE:n=`C:${Cwe.sep}`}=process.env;if(t)return t;if(e)return e;if(r)return`${n}${r}`;let s=lyt();return EY[s]||(EY[s]=(0,Ewe.homedir)()),EY[s]},"getHomeDir")});var CY,IY,Tv,xY=I(()=>{CY="AWS_PROFILE",IY="default",Tv=i(t=>t.profile||process.env[CY]||IY,"getProfileName")});var Iwe,xwe,Pv,wY=I(()=>{Iwe=require("node:crypto"),xwe=require("node:path");Hg();Pv=i(t=>{let r=(0,Iwe.createHash)("sha1").update(t).digest("hex");return(0,xwe.join)(Hc(),".aws","sso","cache",`${r}.json`)},"getSSOTokenFilepath")});var wwe,Bx,bwe,bY=I(()=>{wwe=require("node:fs/promises");wY();Bx={},bwe=i(async t=>{if(Bx[t])return Bx[t];let e=Pv(t),r=await(0,wwe.readFile)(e,"utf8");return JSON.parse(r)},"getSSOTokenFromFile")});var zc,Swe=I(()=>{zc="."});var SY,Bwe,Rwe=I(()=>{SY=D(Ca()),Bwe=i(t=>Object.entries(t).filter(([e])=>{let r=e.indexOf(".");return r===-1?!1:Object.values(SY.IniSectionType).includes(e.substring(0,r))}).reduce((e,[r,n])=>{let s=r.indexOf("."),o=r.substring(0,s)===SY.IniSectionType.PROFILE?r.substring(s+1):r;return e[o]=n,e},{...t.default&&{default:t.default}}),"getConfigData")});var Nwe,uyt,vv,BY=I(()=>{Nwe=require("node:path");Hg();uyt="AWS_CONFIG_FILE",vv=i(()=>process.env[uyt]||(0,Nwe.join)(Hc(),".aws","config"),"getConfigFilepath")});var Twe,dyt,Pwe,vwe=I(()=>{Twe=require("node:path");Hg();dyt="AWS_SHARED_CREDENTIALS_FILE",Pwe=i(()=>process.env[dyt]||(0,Twe.join)(Hc(),".aws","credentials"),"getCredentialsFilepath")});var _we,pyt
`)}p.push(null)}),p}var dSe,mSe=I(()=>{dSe=require("node:stream");uSe();wu();i(pSe,"getAwsChunkedEncodingStream")});async function fSe(t,e){let r=0,n=[],s=t.getReader(),o=!1;for(;!o;){let{done:l,value:u}=await s.read();if(u&&(n.push(u),r+=u?.byteLength??0),r>=e)break;o=l}s.releaseLock();let a=new Uint8Array(Math.min(e,r)),c=0;for(let l of n){if(l.byteLength>a.byteLength-c){a.set(l.subarray(0,a.byteLength-c),c);break}else a.set(l,c);c+=l.length}return a}var ASe=I(()=>{i(fSe,"headStream")});var hSe,gSe,lW,ySe=I(()=>{hSe=require("node:stream");ASe();wu();gSe=i((t,e)=>Ln(t)?fSe(t,e):new Promise((r,n)=>{let s=new lW;s.limit=e,t.pipe(s),t.on("error",o=>{s.end(),n(o)}),s.on("error",n),s.on("finish",function(){let o=new Uint8Array(Buffer.concat(this.buffers));r(o)})}),"headStream"),lW=class extends hSe.Writable{static{i(this,"Collector")}buffers=[];limit=1/0;bytesBuffered=0;_write(e,r,n){if(this.buffers.push(e),this.bytesBuffered+=e.byteLength??0,this.bytesBuffered>=this.limit){let s=this.bytesBuffered-this.limit,o=this.buffers[this.buffers.length-1];this.buffers[this.buffers.length-1]=o.subarray(0,o.byteLength-s),this.emit("finish")}n()}}});var ESe,CSe=I(()=>{ESe=i(t=>{if(typeof t=="string")return t;if(typeof t!="object"||typeof t.byteOffset!="number"||typeof t.byteLength!="number")throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");return new TextDecoder("utf-8").decode(t)},"toUtf8")});var ISe,xSe=I(()=>{sW();ISe=i(t=>{let e=t.length/4*3;t.slice(-2)==="=="?e-=2:t.slice(-1)==="="&&e--;let r=new ArrayBuffer(e),n=new DataView(r);for(let s=0;s<t.length;s+=4){let o=0,a=0;for(let u=s,d=s+3;u<=d;u++)if(t[u]!=="="){if(!(t[u]in nW))throw new TypeError(`Invalidcharacter${t[u]}inbase64string.`);o|=nW[t[u]]<<(d-u)*Xd,a+=Xd}else o>>=Xd;let c=s/4*3;o>>=a%pf;let l=Math.floor(a/pf);for(let u=0;u<l;u++){let d=(l-u-1)*pf;n.setUint8(c+u,(o&255<<d)>>d)}}return new Uint8Array(r)},"fromBase64")});async function kyt(t){let e=await Oyt(t),r=ISe(e);return new Uint8Array(r)}async function Lyt(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:c,value:l}=await r.read();l&&(e.push(l),s+=l.length),n=c}let o=new Uint8Array(s),a=0;for(let c of e)o.set(c,a),a+=c.length;return o}function Oyt(t){return new Promise((e,r)=>{let n=new FileReader;n.onloadend=()=>{if(n.readyState!==2)return r(new Error("Reader aborted too early"));let s=n.result??"",o=s.indexOf(","),a=o>-1?o+1:s.length;e(s.substring(a))},n.onabort=()=>r(new Error("Read aborted")),n.onerror=()=>r(n.error),n.readAsDataURL(t)})}var wSe,bSe=I(()=>{xSe();wSe=i(async t=>typeof Blob=="function"&&t instanceof Blob||t.constructor?.name==="Blob"?Blob.prototype.arrayBuffer!==void 0?new Uint8Array(await t.arrayBuffer()):kyt(t):Lyt(t),"streamCollector");i(kyt,"collectBlob");i(Lyt,"collectStream");i(Oyt,"readToBase64")});var SSe,RSe,BSe,NSe=I(()=>{oW();mY();CSe();bSe();wu();SSe="The stream has already been transformed.",RSe=i(t=>{if(!BSe(t)&&!Ln(t)){let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpectedstreamimplementation,expectBloborReadableStream,got${s}`)}let e=!1,r=i(async()=>{if(e)throw new Error(SSe);return e=!0,await wSe(t)},"transformToByteArray"),n=i(s=>{if(typeof s.stream!="function")throw new Error(`CannottransformpayloadBlobtowebstream.PleasemakesuretheBlob.stream()ispolyfilled.
IfyouareusingReactNative,thisAPIisnotyetsupported,see:https://react-native.canny.io/feature-requests/p/fetch-streaming-body`);return s.stream()},"blobToWebStream");return Object.assign(t,{transformToByteArray:r,transformToString:i(async s=>{let o=await r();if(s==="base64")return r_(o);if(s==="hex")return Di(o);if(s===void 0||s==="utf8"||s==="utf-8")return ESe(o);if(typeof TextDecoder=="function")return new TextDecoder(s).decode(o);throw new Error("TextDecoder is not available, please make sure polyfill is provided.")},"transformToString"),transformToWebStream:i(()=>{if(e)throw new Error(SSe);if(e=!0,BSe(t))return n(t);if(Ln(t))return t;throw new Error(`Cannot transform payload to web stream, got ${t}`)},"transformToWebStream")})},"sdkStreamMixin"),BSe=i(t=>typeof Blob=="function"&&t instanceof Blob,"isBlobInstance")});async function Fyt(t){let e=[],r=t.getReader(),n=!1,s=0;for(;!n;){let{done:c,value:l}=await r.read();l&&(e.push(l),s+=l.length),n=c}let o=new Uint8Array(s),a=0;for(let c of e)o.set(c,a),a+=c.length;return o}var TSe,uW,Myt,PSe,vSe=I(()=>{TSe=require("node:stream"),uW=class extends TSe.Writable{static{i(this,"Collector")}bufferedBytes=[];_write(e,r,n){this.bufferedBytes.push(e),n()}},Myt=i(t=>typeof ReadableStream=="function"&&t instanceof ReadableStream,"isReadableStreamInstance");i(Fyt,"collectReadableStream");PSe=i(t=>Myt(t)?Fyt(t):new Promise((e,r)=>{let n=new uW;t.pipe(n),t.on("error",s=>{n.end(),r(s)}),n.on("error",r),n.on("finish",function(){let s=new Uint8Array(Buffer.concat(this.bufferedBytes));e(s)})}),"streamCollector")});var s_,_Se,o_,QSe=I(()=>{s_=require("node:stream");jd();NSe();vSe();_Se="The stream has already been transformed.",o_=i(t=>{if(!(t instanceof s_.Readable))try{return RSe(t)}catch{let s=t?.__proto__?.constructor?.name||t;throw new Error(`Unexpected stream implementation, expect Stream.Readable instance, got ${s}`)}let e=!1,r=i(async()=>{if(e)throw new Error(_Se);return e=!0,await PSe(t)},"transformToByteArray");return Object.assign(t,{transformToByteArray:r,transformToString:i(async n=>{let s=await r();return n===void 0||Buffer.isEncoding(n)?xa(s.buffer,s.byteOffset,s.byteLength).toString(n):new TextDecoder(n).decode(s)},"transformToString"),transformToWebStream:i(()=>{if(e)throw new Error(_Se);if(t.readableFlowing!==null)throw new Error("The stream has been consumed by other callbacks.");if(typeof s_.Readable.toWeb!="function")throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");return e=!0,s_.Readable.toWeb(t)},"transformToWebStream")})},"sdkStreamMixin")});async function DSe(t){return typeof t.stream=="function"&&(t=t.stream()),t.tee()}var kSe=I(()=>{i(DSe,"splitStream")});async function LSe(t){if(Ln(t)||t_(t))return DSe(t);let e=new dW.PassThrough,r=new dW.PassThrough;return t.pipe(e),t.pipe(r),[e,r]}var dW,OSe=I(()=>{dW=require("node:stream");kSe();wu();i(LSe,"splitStream")});var Zd={};en(Zd,{ChecksumStream:()=>Jg,Hash:()=>Mi,LazyJsonString:()=>Zn,NumericValue:()=>qt,Uint8ArrayBlobAdapter:()=>Af,_parseEpochTimestamp:()=>lf,_parseRfc3339DateTimeWithOffset:()=>Av,_parseRfc7231DateTime:()=>hv,calculateBodyLength:()=>Gc,copyDocumentWithTransform:()=>Gxe,createBufferedReadable:()=>aSe,createChecksumStream:()=>rSe,dateToUtcString:()=>wa,deserializerMiddleware:()=>Iv,deserializerMiddlewareOption:()=>eW,expectBoolean:()=>Vxe,expectByte:()=>iv,expectFloat32:()=>xx,expectInt:()=>Yxe,expectInt32:()=>sv,expectLong:()=>Lg,expectNonNull:()=>Wxe,expectNumber:()=>kg,expectObject:()=>sY,expectShort:()=>ov,expectString:()=>jxe,expectUnion:()=>cv,fromArrayBuffer:()=>xa,fromBase64:()=>$r,fromHex:()=>Ev,fromString:()=>Wd,fromUtf8:()=>Gr,generateIdempotencyToken:()=>Ba,getAwsChunkedEncodingStream:()=>pSe,getSerdePlugin:()=>Gbe,handleFloat:()=>Kxe,headStream:()=>gSe,isArrayBuffer:()=>tv,isBlob:()=>t_,isReadableStream:()=>Ln,limitedParseDouble:()=>uv,limitedParseFloat:()=>Xxe,limitedParseFloat32:()=>Zxe,logger:()=>Og,nv:()=>yv,parseBoolean:()=>zxe,parseEpochTimestamp:()=>mv,parseRfc3339DateTime:()=>nwe,parseRfc3339DateTimeWithOffset:()=>pv,parseRf
`));return r(s)},"httpAuthSchemeMiddleware")});var TNe,Nu,PNe=I(()=>{aQ();TNe={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"},Nu=i((t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:i(n=>{n.addRelativeTo(Kx(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),TNe)},"applyToStack")}),"getHttpAuthSchemeEndpointRuleSetPlugin")});var vNe,hCt,_Ne=I(()=>{aQ();vNe={step:"serialize",tags:["HTTP_AUTH_SCHEME"],name:"httpAuthSchemeMiddleware",override:!0,relation:"before",toMiddleware:"serializerMiddleware"},hCt=i((t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r})=>({applyToStack:i(n=>{n.addRelativeTo(Kx(t,{httpAuthSchemeParametersProvider:e,identityProviderConfigProvider:r}),vNe)},"applyToStack")}),"getHttpAuthSchemePlugin")});var QNe=I(()=>{aQ();PNe();_Ne()});var gCt,yCt,B8,R8=I(()=>{Ce();Qe();gCt=i(t=>e=>{throw e},"defaultErrorHandler"),yCt=i((t,e)=>{},"defaultSuccessHandler"),B8=i(t=>(e,r)=>async n=>{if(!mt.isInstance(n.request))return e(n);let o=fr(r).selectedHttpAuthScheme;if(!o)throw new Error("No HttpAuthScheme was selected: unable to sign request");let{httpAuthOption:{signingProperties:a={}},identity:c,signer:l}=o,u=await e({...n,request:await l.sign(n.request,c,a)}).catch((l.errorHandler||gCt)(a));return(l.successHandler||yCt)(u.response,a),u},"httpSigningMiddleware")});var DNe,Tu,kNe=I(()=>{R8();DNe={step:"finalizeRequest",tags:["HTTP_SIGNING"],name:"httpSigningMiddleware",aliases:["apiKeyMiddleware","tokenMiddleware","awsAuthMiddleware"],override:!0,relation:"after",toMiddleware:"retryMiddleware"},Tu=i(t=>({applyToStack:i(e=>{e.addRelativeTo(B8(t),DNe)},"applyToStack")}),"getHttpSigningPlugin")});var LNe=I(()=>{R8();kNe()});var fl,ONe=I(()=>{fl=i(t=>{if(typeof t=="function")return t;let e=Promise.resolve(t);return()=>e},"normalizeProvider")});function MNe(t,e,r,n,s){return i(async function*(a,c,...l){let u=c,d=a.startingToken??u[r],p=!0,m;for(;p;){if(u[r]=d,s&&(u[s]=u[s]??a.pageSize),a.client instanceof t)m=await ECt(e,a.client,c,a.withCommand,...l);else throw new Error(`Invalidclient,expectedinstanceof${t.name}`);yield m;let f=d;d=CCt(m,n),p=!!(d&&(!a.stopOnSameToken||d!==f))}return void 0},"paginateOperation")}var ECt,CCt,FNe=I(()=>{ECt=i(async(t,e,r,n=o=>o,...s)=>{let o=new t(r);return o=n(o)??o,await e.send(o,...s)},"makePagedClientRequest");i(MNe,"createPaginator");CCt=i((t,e)=>{let r=t,n=e.split(".");for(let s of n){if(!r||typeof r!="object")return;r=r[s]}return r},"get")});var UNe=I(()=>{Qe()});function ICt(t,e,r){t.__smithy_context?t.__smithy_context.features||(t.__smithy_context.features={}):t.__smithy_context={features:{}},t.__smithy_context.features[e]=r}var qNe=I(()=>{i(ICt,"setFeature")});var Pa,$Ne=I(()=>{Pa=class{static{i(this,"DefaultIdentityProviderConfig")}authSchemes=new Map;constructor(e){for(let r in e){let n=e[r];n!==void 0&&this.authSchemes.set(r,n)}}getIdentityProvider(e){return this.authSchemes.get(e)}}});var N8,T8,GNe=I(()=>{Qe();N8=D(Ca()),T8=class{static{i(this,"HttpApiKeyAuthSigner")}async sign(e,r,n){if(!n)throw new Error("request could not be signed with `apiKey` since the `name` and `in` signer properties are missing");if(!n.name)throw new Error("request could not be signed with `apiKey` since the `name` signer property is missing");if(!n.in)throw new Error("request could not be signed with `apiKey` since the `in` signer property is missing");if(!r.apiKey)throw new Error("request could not be signed with `apiKey` since the `apiKey` is not defined");let s=mt.clone(e);if(n.in===N8.HttpApiKeyAuthLocation.QUERY)s.query[n.name]=r.apiKey;else if(n.in===N8.HttpApiKeyAuthLocation.HEADER)s.headers[n.name]=n.scheme?`${n.scheme}${r.apiKey}`:r.apiKey;else throw new Error("request can only be signed with `apiKey` locations `query` or `header`, but found: `"+n.in+"`");return s}}});var P8,HNe=I(()=>{Qe();P8=class{static{i(this,"HttpBearerAuthSigner")}async sign(e,r,n){let s=mt.clone(e);if(!r.token)throw new Error("request
${ns.toHex(a)}`}getCanonicalPath({path:e}){if(this.uriEscapePath){let r=[];for(let o of e.split("/"))o?.length!==0&&o!=="."&&(o===".."?r.pop():r.push(o));let n=`${e?.startsWith("/")?"/":""}${r.join("/")}${r.length>0&&e?.endsWith("/")?"/":""}`;return yy.escapeUri(n).replace(/%2F/g,"/")}return e}validateResolvedCredentials(e){if(typeof e!="object"||typeof e.accessKeyId!="string"||typeof e.secretAccessKey!="string")throw new Error("Resolved credential object is not valid")}formatDate(e){let r=DCt(e).replace(/[\-:]/g,"");return{longDate:r,shortDate:r.slice(0,8)}}getCanonicalHeaderList(e){return Object.keys(e).sort().join(";")}},gy={},IQ=[],xQ=i((t,e,r)=>`${t}/${e}/${r}/${Ej}`,"createScope"),fPe=i(async(t,e,r,n,s)=>{let o=await KTe(t,e.secretAccessKey,e.accessKeyId),a=`${r}:${n}:${s}:${ns.toHex(o)}:${e.sessionToken}`;if(a in gy)return gy[a];for(IQ.push(a);IQ.length>dPe;)delete gy[IQ.shift()];let c=`AWS4${e.secretAccessKey}`;for(let l of[r,n,s,Ej])c=await KTe(t,c,l);return gy[a]=c},"getSigningKey"),LCt=i(()=>{IQ.length=0,Object.keys(gy).forEach(t=>{delete gy[t]})},"clearCredentialCache"),KTe=i((t,e,r)=>{let n=new t(e);return n.update(ns.toUint8Array(r)),n.digest()},"hmac"),dj=i(({headers:t},e,r)=>{let n={};for(let s of Object.keys(t).sort()){if(t[s]==null)continue;let o=s.toLowerCase();(o in iPe||e?.has(o)||aPe.test(o)||cPe.test(o))&&(!r||r&&!r.has(o))||(n[o]=t[s].trim().replace(/\s+/g," "))}return n},"getCanonicalHeaders"),wQ=i(async({headers:t,body:e},r)=>{for(let n of Object.keys(t))if(n.toLowerCase()===bQ)return t[n];if(e==null)return"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855";if(typeof e=="string"||ArrayBuffer.isView(e)||ns.isArrayBuffer(e)){let n=new r;return n.update(ns.toUint8Array(e)),ns.toHex(await n.digest())}return uPe},"getPayloadHash"),APe=i((t,e)=>{t=t.toLowerCase();for(let r of Object.keys(e))if(t===r.toLowerCase())return!0;return!1},"hasHeader"),hPe=i((t,e={})=>{let{headers:r,query:n={}}=yy.HttpRequest.clone(t);for(let s of Object.keys(r)){let o=s.toLowerCase();(o.slice(0,6)==="x-amz-"&&!e.unhoistableHeaders?.has(o)||e.hoistableHeaders?.has(o))&&(n[s]=r[s],delete r[s])}return{...t,headers:r,query:n}},"moveHeadersToQuery"),pj=i(t=>{t=yy.HttpRequest.clone(t);for(let e of Object.keys(t.headers))nPe.indexOf(e.toLowerCase())>-1&&delete t.headers[e];return t},"prepareRequest"),mj=class extends SQ{static{i(this,"SignatureV4")}headerFormatter=new lj;constructor({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:a=!0}){super({applyChecksum:e,credentials:r,region:n,service:s,sha256:o,uriEscapePath:a})}async presign(e,r={}){let{signingDate:n=new Date,expiresIn:s=3600,unsignableHeaders:o,unhoistableHeaders:a,signableHeaders:c,hoistableHeaders:l,signingRegion:u,signingService:d}=r,p=await this.credentialProvider();this.validateResolvedCredentials(p);let m=u??await this.regionProvider(),{longDate:f,shortDate:g}=this.formatDate(n);if(s>pPe)return Promise.reject("Signature version 4 presigned URLs must have an expiration date less than one week in the future");let E=xQ(g,m,d??this.service),x=hPe(pj(e),{unhoistableHeaders:a,hoistableHeaders:l});p.sessionToken&&(x.query[hj]=p.sessionToken),x.query[XTe]=CQ,x.query[ZTe]=`${p.accessKeyId}/${E}`,x.query[fj]=f,x.query[tPe]=s.toString(10);let w=dj(x,o,c);return x.query[ePe]=this.getCanonicalHeaderList(w),x.query[Aj]=await this.getSignature(f,E,this.getSigningKey(p,m,g,d),this.createCanonicalRequest(x,w,await wQ(e,this.sha256))),x}async sign(e,r){return typeof e=="string"?this.signString(e,r):e.headers&&e.payload?this.signEvent(e,r):e.message?this.signMessage(e,r):this.signRequest(e,r)}async signEvent({headers:e,payload:r},{signingDate:n=new Date,priorSignature:s,signingRegion:o,signingService:a,eventStreamCredentials:c}){let l=o??await this.regionProvider(),{shortDate:u,longDate:d}=this.formatDate(n),p=xQ(u,l,a??this.service),m=await wQ({headers:{},body:r},this.sha256),f=new this.sha256;f.update(e);let g=ns.toHex(await f.digest()),E=[lPe,d,p,s,g,m].join(`
-EKScontainerhost169.254.170.23or[fd00:ec2::23]`,{logger:e})}},"checkUrl");DQ.checkUrl=FIt});var GPe=b(kQ=>{"use strict";Object.defineProperty(kQ,"__esModule",{value:!0});kQ.createGetRequest=GIt;kQ.getCredentials=HIt;var kj=(Tt(),W(kn)),UIt=(Qe(),W(rl)),qIt=(st(),W(Zd)),$It=(st(),W(Zd));function GIt(t){return new UIt.HttpRequest({protocol:t.protocol,hostname:t.hostname,port:Number(t.port),path:t.pathname,query:Array.from(t.searchParams.entries()).reduce((e,[r,n])=>(e[r]=n,e),{}),fragment:t.hash})}i(GIt,"createGetRequest");async function HIt(t,e){let n=await(0,$It.sdkStreamMixin)(t.body).transformToString();if(t.statusCode===200){let s=JSON.parse(n);if(typeof s.AccessKeyId!="string"||typeof s.SecretAccessKey!="string"||typeof s.Token!="string"||typeof s.Expiration!="string")throw new kj.CredentialsProviderError("HTTP credential provider response not of the required format, an object matching: { AccessKeyId: string, SecretAccessKey: string, Token: string, Expiration: string(rfc3339) }",{logger:e});return{accessKeyId:s.AccessKeyId,secretAccessKey:s.SecretAccessKey,sessionToken:s.Token,expiration:(0,qIt.parseRfc3339DateTime)(s.Expiration)}}if(t.statusCode>=400&&t.statusCode<500){let s={};try{s=JSON.parse(n)}catch{}throw Object.assign(new kj.CredentialsProviderError(`Serverrespondedwithstatus:${t.statusCode}`,{logger:e}),{Code:s.Code,Message:s.Message})}throw new kj.CredentialsProviderError(`Serverrespondedwithstatus:${t.statusCode}`,{logger:e})}i(HIt,"getCredentials")});var HPe=b(LQ=>{"use strict";Object.defineProperty(LQ,"__esModule",{value:!0});LQ.retryWrapper=void 0;var zIt=i((t,e,r)=>async()=>{for(let n=0;n<e;++n)try{return await t()}catch{await new Promise(o=>setTimeout(o,r))}return await t()},"retryWrapper");LQ.retryWrapper=zIt});var YPe=b(OQ=>{"use strict";Object.defineProperty(OQ,"__esModule",{value:!0});OQ.fromHttp=void 0;var VIt=(ty(),W(ey)),YIt=(wt(),W(Ds)),zPe=(Tt(),W(kn)),WIt=vu(),jIt=VIt.__importDefault(require("node:fs/promises")),JIt=$Pe(),VPe=GPe(),KIt=HPe(),XIt="AWS_CONTAINER_CREDENTIALS_RELATIVE_URI",ZIt="http://169.254.170.2",ext="AWS_CONTAINER_CREDENTIALS_FULL_URI",txt="AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE",rxt="AWS_CONTAINER_AUTHORIZATION_TOKEN",nxt=i((t={})=>{t.logger?.debug("@aws-sdk/credential-provider-http - fromHttp");let e,r=t.awsContainerCredentialsRelativeUri??process.env[XIt],n=t.awsContainerCredentialsFullUri??process.env[ext],s=t.awsContainerAuthorizationToken??process.env[rxt],o=t.awsContainerAuthorizationTokenFile??process.env[txt],a=t.logger?.constructor?.name==="NoOpLogger"||!t.logger?.warn?console.warn:t.logger.warn.bind(t.logger);if(r&&n&&(a("@aws-sdk/credential-provider-http: you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri."),a("awsContainerCredentialsFullUri will take precedence.")),s&&o&&(a("@aws-sdk/credential-provider-http: you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile."),a("awsContainerAuthorizationToken will take precedence.")),n)e=n;else if(r)e=`${ZIt}${r}`;else throw new zPe.CredentialsProviderError(`NoHTTPcredentialproviderhostprovided.
SetAWS_CONTAINER_CREDENTIALS_FULL_URIorAWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`,{logger:t.logger});let c=new URL(e);(0,JIt.checkUrl)(c,t.logger);let l=WIt.NodeHttpHandler.create({requestTimeout:t.timeout??1e3,connectionTimeout:t.timeout??1e3});return(0,KIt.retryWrapper)(async()=>{let u=(0,VPe.createGetRequest)(c);s?u.headers.Authorization=s:o&&(u.headers.Authorization=(await jIt.default.readFile(o)).toString());try{let d=await l.handle(u);return(0,VPe.getCredentials)(d.response).then(p=>(0,YIt.setCredentialFeature)(p,"CREDENTIALS_HTTP","z"))}catch(d){throw new zPe.CredentialsProviderError(String(d),{logger:t.logger})}},t.maxRetries??3,t.timeout??1e3)},"fromHttp");OQ.fromHttp=nxt});var Lj=b(WPe=>{"use strict";var sxt=YPe();WPe.fromHttp=sxt.fromHttp});function oxt(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sso-oauth",region:t.region},propertiesExtractor:i((e,r)=>({signingProperties:{config:e,context:r}}),"propertiesExtractor")}}function ixt(t){return{schemeId:"smithy.api#noAuth"}}var jPe,JPe,KPe,Oj=I(()=>{Xr();Ce();jPe=i(async(t,e,r)=>({operation:fr(e).operation,region:await Ut(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}),"defaultSSOOIDCHttpAuthSchemeParametersProvider");i(oxt,"createAwsAuthSigv4HttpAuthOption");i(ixt,"createSmithyApiNoAuthHttpAuthOption");JPe=i(t=>{let e=[];return t.operation==="CreateToken"?e.push(ixt(t)):e.push(oxt(t)),e},"defaultSSOOIDCHttpAuthSchemeProvider"),KPe=i(t=>{let e=Il(t);return Object.assign(e,{authSchemePreference:Ut(t.authSchemePreference??[])})},"resolveHttpAuthSchemeConfig")});var XPe,ZPe,Mj=I(()=>{XPe=i(t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"sso-oauth"}),"resolveClientEndpointParameters"),ZPe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var mp,cw=I(()=>{mp={name:"@aws-sdk/nested-clients",version:"3.997.11",description:"Nested clients for AWS SDK packages.",main:"./dist-cjs/index.js",module:"./dist-es/index.js",types:"./dist-types/index.d.ts",scripts:{build:"yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":'yarn g:turbo run build -F="$npm_package_name"',"build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",lint:"node ../../scripts/validation/submodules-linter.js --pkg nested-clients",test:"yarn g:vitest run","test:watch":"yarn g:vitest watch"},engines:{node:">=20.0.0"},sideEffects:!1,author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.974.13","@aws-sdk/signature-v4-multi-region":"^3.996.28","@aws-sdk/types":"^3.973.9","@smithy/core":"^3.24.3","@smithy/fetch-http-handler":"^5.4.3","@smithy/node-http-handler":"^4.7.3","@smithy/types":"^4.14.2",tslib:"^2.6.2"},devDependencies:{concurrently:"7.0.0","downlevel-dts":"0.10.1",premove:"4.0.0",typescript:"~5.8.3"},typesVersions:{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.js","./sts.d.ts","./sts.js","dist-*/**"],browser:{"./dist-es/submodules/cognito-identity/runtimeConfig":"./dist-es/submodules/cognito-identity/runtimeConfig.browser","./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sso/runtimeConfig":"./dist-es/submodules/sso/runt
`&&C[v]!=="\r";v++)O+=C[v];if(O=O.trim(),O[O.length-1]==="/"&&(O=O.substring(0,O.length-1),v--),!q(O)){let J;return J=O.trim().length===0?"Invalid space after '<'.":"Tag '"+O+"' is an invalid name.",P("InvalidTag",J,M(C,v))}let k=E(C,v);if(k===!1)return P("InvalidAttr","Attributes for '"+O+"' have open quote.",M(C,v));let U=k.value;if(v=k.index,U[U.length-1]==="/"){let J=v-U.length;U=U.substring(0,U.length-1);let Ae=w(U,h);if(Ae!==!0)return P(Ae.err.code,Ae.err.msg,M(C,J+Ae.err.line));N=!0}else if(_){if(!k.tagClosed)return P("InvalidTag","Closing tag '"+O+"' doesn't have proper closing.",M(C,v));if(U.trim().length>0)return P("InvalidTag","Closing tag '"+O+"' can't have attributes or invalid starting.",M(C,L));if(y.length===0)return P("InvalidTag","Closing tag '"+O+"' has not been opened.",M(C,L));{let J=y.pop();if(O!==J.tagName){let Ae=M(C,J.tagStartPos);return P("InvalidTag","Expected closing tag '"+J.tagName+"' (opened in line "+Ae.line+", col "+Ae.col+") instead of closing tag '"+O+"'.",M(C,L))}y.length==0&&(B=!0)}}else{let J=w(U,h);if(J!==!0)return P(J.err.code,J.err.msg,M(C,v-U.length+J.err.line));if(B===!0)return P("InvalidXml","Multiple possible root nodes found.",M(C,v));h.unpairedTags.indexOf(O)!==-1||y.push({tagName:O,tagStartPos:L}),N=!0}for(v++;v<C.length;v++)if(C[v]==="<"){if(C[v+1]==="!"){v++,v=m(C,v);continue}if(C[v+1]!=="?")break;if(v=p(C,++v),v.err)return v}else if(C[v]==="&"){let J=S(C,v);if(J==-1)return P("InvalidChar","char '&' is not expected.",M(C,v));v=J}else if(B===!0&&!d(C[v]))return P("InvalidXml","Extra text at the end",M(C,v));C[v]==="<"&&v--}}}return N?y.length==1?P("InvalidTag","Unclosed tag '"+y[0].tagName+"'.",M(C,y[0].tagStartPos)):!(y.length>0)||P("InvalidXml","Invalid '"+JSON.stringify(y.map(v=>v.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):P("InvalidXml","Start tag expected.",1)}i(u,"l");function d(C){return C===" "||C===" "||C===`
`||C==="\r"}i(d,"u");function p(C,h){let y=h;for(;h<C.length;h++)if(C[h]=="?"||C[h]==" "){let N=C.substr(y,h-y);if(h>5&&N==="xml")return P("InvalidXml","XML declaration allowed only at the start of the document.",M(C,h));if(C[h]=="?"&&C[h+1]==">"){h++;break}continue}return h}i(p,"p");function m(C,h){if(C.length>h+5&&C[h+1]==="-"&&C[h+2]==="-"){for(h+=3;h<C.length;h++)if(C[h]==="-"&&C[h+1]==="-"&&C[h+2]===">"){h+=2;break}}else if(C.length>h+8&&C[h+1]==="D"&&C[h+2]==="O"&&C[h+3]==="C"&&C[h+4]==="T"&&C[h+5]==="Y"&&C[h+6]==="P"&&C[h+7]==="E"){let y=1;for(h+=8;h<C.length;h++)if(C[h]==="<")y++;else if(C[h]===">"&&(y--,y===0))break}else if(C.length>h+9&&C[h+1]==="["&&C[h+2]==="C"&&C[h+3]==="D"&&C[h+4]==="A"&&C[h+5]==="T"&&C[h+6]==="A"&&C[h+7]==="["){for(h+=8;h<C.length;h++)if(C[h]==="]"&&C[h+1]==="]"&&C[h+2]===">"){h+=2;break}}return h}i(m,"c");let f='"',g="'";function E(C,h){let y="",N="",B=!1;for(;h<C.length;h++){if(C[h]===f||C[h]===g)N===""?N=C[h]:N!==C[h]||(N="");else if(C[h]===">"&&N===""){B=!0;break}y+=C[h]}return N===""&&{value:y,index:h,tagClosed:B}}i(E,"g");let x=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function w(C,h){let y=s(C,x),N={};for(let B=0;B<y.length;B++){if(y[B][1].length===0)return P("InvalidAttr","Attribute '"+y[B][2]+"' has no space in starting.",V(y[B]));if(y[B][3]!==void 0&&y[B][4]===void 0)return P("InvalidAttr","Attribute '"+y[B][2]+"' is without value.",V(y[B]));if(y[B][3]===void 0&&!h.allowBooleanAttributes)return P("InvalidAttr","boolean attribute '"+y[B][2]+"' is not allowed.",V(y[B]));let v=y[B][2];if(!Q(v))return P("InvalidAttr","Attribute '"+v+"' is an invalid name.",V(y[B]));if(Object.prototype.hasOwnProperty.call(N,v))return P("InvalidAttr","Attribute '"+v+"'isrepeated.",V(y[B]));N[v]=1}return!0}i(w,"x");function S(C,h){if(C[++h]===";")return-1;if(C[h]==="#")return(function(N,B){let v=/\d/;for(N[B]==="x"&&(B++,v=/[\da-fA-F]/);B<N.length;B++){if(N[B]===";")return B;if(!N[B].match(v))break}return-1})(C,++h);let y=0;for(;h<C.length;h++,y++)if(!(C[h].match(/\w/)&&y<20)){if(C[h]===";")break;return-1}return h}i(S,"N");function P(C,h,y){return{err:{code:C,msg:h,line:y.line||y,col:y.col}}}i(P,"b");function Q(C){return o(C)}i(Q,"y");function q(C){return o(C)}i(q,"E");function M(C,h){let y=C.substring(0,h).split(/\r?\n/);return{line:y.length,col:y[y.length-1].length+1}}i(M,"w");function V(C){return C.startIndex+C[1].length}i(V,"v");let pe=i(C=>a.includes(C)?"__"+C:C,"S"),ke={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:i(function(C,h){return h},"tagValueProcessor"),attributeValueProcessor:i(function(C,h){return h},"attributeValueProcessor"),stopNodes:[],alwaysCreateTextNode:!1,isArray:i(()=>!1,"isArray"),commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,entityDecoder:null,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:i(function(C,h,y){return C},"updateTag"),captureMetaData:!1,maxNestedTags:100,strictReservedNames:!0,jPath:!0,onDangerousProperty:pe};function Re(C,h){if(typeof C!="string")return;let y=C.toLowerCase();if(a.some(N=>y===N.toLowerCase()))throw new Error(`[SECURITY] Invalid ${h}: "${C}" is a reserved JavaScript keyword that could cause prototype pollution`);if(c.some(N=>y===N.toLowerCase()))throw new Error(`[SECURITY] Invalid ${h}: "${C}" is a reserved JavaScript keyword that could cause prototype pollution`)}i(Re,"A");function se(C,h){return typeof C=="boolean"?{enabled:C,maxEntitySize:1e4,maxExpansionDepth:1e4,maxTotalExpansions:1/0,maxExpandedLength:1e5,maxEntityCount:1e3,allowedTags:null,tagFilter:null,appliesTo:"all"}:typeof C=="object"&&C!==null?{enabled:C.enabled!==!1,maxEntitySize:Math.max(1,C.maxEntitySize??1e4),maxExpansionDepth:Math.max(1,C.maxExpansionDepth??1e4),maxTotalExpansions:Math.max(1,C.maxTotalExpansions??1/0),maxExpandedLengt
`);let h=new oe("!xml"),y=h,N="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let B=this.options,v=new It(B.processEntities),L=C.length;for(let _=0;_<L;_++)if(C[_]==="<"){let O=C.charCodeAt(_+1);if(O===47){let k=tA(C,">",_,"Closing Tag is not closed."),U=C.substring(_+2,k).trim();if(B.removeNSPrefix){let Ae=U.indexOf(":");Ae!==-1&&(U=U.substr(Ae+1))}U=ZL(B.transformTagName,U,"",B).tagName,y&&(N=this.saveTextToParentTag(N,y,this.readonlyMatcher));let J=this.matcher.getCurrentTag();if(U&&B.unpairedTagsSet.has(U))throw new Error(`Unpairedtagcannotbeusedasclosingtag:</${U}>`);J&&B.unpairedTagsSet.has(J)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,y=this.tagsNodeStack.pop(),N="",_=k}else if(O===63){let k=XL(C,_,!1,"?>");if(!k)throw new Error("Pi Tag is not closed.");N=this.saveTextToParentTag(N,y,this.readonlyMatcher);let U=this.buildAttributesMap(k.tagExp,this.matcher,k.tagName,!0);if(U){let J=U[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(J)||1)}if(!(B.ignoreDeclaration&&k.tagName==="?xml"||B.ignorePiTags)){let J=new oe(k.tagName);J.add(B.textNodeName,""),k.tagName!==k.tagExp&&k.attrExpPresent&&B.ignoreAttributes!==!0&&(J[":@"]=U),this.addChild(y,J,this.readonlyMatcher,_)}_=k.closeIndex+1}else if(O===33&&C.charCodeAt(_+2)===45&&C.charCodeAt(_+3)===45){let k=tA(C,"-->",_+4,"Comment is not closed.");if(B.commentPropName){let U=C.substring(_+4,k-2);N=this.saveTextToParentTag(N,y,this.readonlyMatcher),y.add(B.commentPropName,[{[B.textNodeName]:U}])}_=k}else if(O===33&&C.charCodeAt(_+2)===68){let k=v.readDocType(C,_);this.entityDecoder.addInputEntities(k.entities),_=k.i}else if(O===33&&C.charCodeAt(_+2)===91){let k=tA(C,"]]>",_,"CDATA is not closed.")-2,U=C.substring(_+9,k);N=this.saveTextToParentTag(N,y,this.readonlyMatcher);let J=this.parseTextData(U,y.tagname,this.readonlyMatcher,!0,!1,!0,!0);J==null&&(J=""),B.cdataPropName?y.add(B.cdataPropName,[{[B.textNodeName]:U}]):y.add(B.textNodeName,J),_=k+2}else{let k=XL(C,_,B.removeNSPrefix);if(!k){let Pr=C.substring(Math.max(0,_-50),Math.min(L,_+50));throw new Error(`readTagExp returned undefined at position ${_}. Context: "${Pr}"`)}let U=k.tagName,J=k.rawTagName,Ae=k.tagExp,we=k.attrExpPresent,ve=k.closeIndex;if({tagName:U,tagExp:Ae}=ZL(B.transformTagName,U,Ae,B),B.strictReservedNames&&(U===B.commentPropName||U===B.cdataPropName||U===B.textNodeName||U===B.attributesGroupName))throw new Error(`Invalid tag name: ${U}`);y&&N&&y.tagname!=="!xml"&&(N=this.saveTextToParentTag(N,y,this.readonlyMatcher,!1));let lt=y;lt&&B.unpairedTagsSet.has(lt.tagname)&&(y=this.tagsNodeStack.pop(),this.matcher.pop());let zr=!1;Ae.length>0&&Ae.lastIndexOf("/")===Ae.length-1&&(zr=!0,U[U.length-1]==="/"?(U=U.substr(0,U.length-1),Ae=U):Ae=Ae.substr(0,Ae.length-1),we=U!==Ae);let ls,Bn=null,nA={};ls=CMe(J),U!==h.tagname&&this.matcher.push(U,{},ls),U!==Ae&&we&&(Bn=this.buildAttributesMap(Ae,this.matcher,U),Bn&&(nA=EMe(Bn,B))),U!==h.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let us=_;if(this.isCurrentNodeStopNode){let Pr="";if(zr)_=k.closeIndex;else if(B.unpairedTagsSet.has(U))_=k.closeIndex;else{let nO=this.readStopNodeData(C,J,ve+1);if(!nO)throw new Error(`Unexpected end of ${J}`);_=nO.i,Pr=nO.tagContent}let rO=new oe(U);Bn&&(rO[":@"]=Bn),rO.add(B.textNodeName,Pr),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(y,rO,this.readonlyMatcher,us)}else{if(zr){({tagName:U,tagExp:Ae}=ZL(B.transformTagName,U,Ae,B));let Pr=new oe(U);Bn&&(Pr[":@"]=Bn),this.addChild(y,Pr,this.readonlyMatcher,us),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else{if(B.unpairedTagsSet.has(U)){let Pr=new oe(U);Bn&&(Pr[":@"]=Bn),this.addChild(y,Pr,this.readonlyMatcher,us),this.matcher.pop(),this.isCurrentNodeStopNode=!1,_=k.closeIndex;continue}{let Pr=new oe(U);if(this.tagsNodeStack.length>B.maxNestedTags)throw new Error("Maximumnestedtagsexceeded");this.tagsNodeStack.push(y),Bn&&(Pr[":@"]=Bn),this.addChild(y,Pr,this.readonlyMatcher,us),y=Pr}}N="",_=v
`)?"":void 0,"tagValueProcessor"),maxNestedTags:1/0});function Dxt(t){return Qxt.parse(t,!0)}i(Dxt,"parseXML")});var nD=b(rD=>{"use strict";var kxt=Rve(),Lxt=/[&<>"]/g,Oxt={"&":"&","<":"<",">":">",'"':"""};function Mxt(t){return t.replace(Lxt,e=>Oxt[e])}i(Mxt,"escapeAttribute");var Fxt=/[&"'<>\r\n\u0085\u2028]/g,Uxt={"&":"&",'"':""","'":"'","<":"<",">":">","\r":"
","\n":"
","\x85":"…","\u2028":"
"};function qxt(t){return t.replace(Fxt,e=>Uxt[e])}i(qxt,"escapeElement");var tD=class{static{i(this,"XmlText")}value;constructor(e){this.value=e}toString(){return qxt(""+this.value)}},mJ=class t{static{i(this,"XmlNode")}name;children;attributes={};static of(e,r,n){let s=new t(e);return r!==void 0&&s.addChildNode(new tD(r)),n!==void 0&&s.withName(n),s}constructor(e,r=[]){this.name=e,this.children=r}withName(e){return this.name=e,this}addAttribute(e,r){return this.attributes[e]=r,this}addChildNode(e){return this.children.push(e),this}removeAttribute(e){return delete this.attributes[e],this}n(e){return this.name=e,this}c(e){return this.children.push(e),this}a(e,r){return r!=null&&(this.attributes[e]=r),this}cc(e,r,n=r){if(e[r]!=null){let s=t.of(r,e[r]).withName(n);this.c(s)}}l(e,r,n,s){e[r]!=null&&s().map(a=>{a.withName(n),this.c(a)})}lc(e,r,n,s){if(e[r]!=null){let o=s(),a=new t(n);o.map(c=>{a.c(c)}),this.c(a)}}toString(){let e=!!this.children.length,r=`<${this.name}`,n=this.attributes;for(let s of Object.keys(n)){let o=n[s];o!=null&&(r+=`${s}="${Mxt(""+o)}"`)}return r+=e?`>${this.children.map(s=>s.toString()).join("")}</${this.name}>`:"/>"}};rD.parseXML=kxt.parseXML;rD.XmlNode=mJ;rD.XmlText=tD});var Nve,Pf,sD=I(()=>{Nve=D(nD());Ce();Qe();Ct();st();yp();tJ();Pf=class extends os{static{i(this,"XmlShapeDeserializer")}settings;stringDeserializer;constructor(e){super(),this.settings=e,this.stringDeserializer=new If(e)}setSerdeContext(e){this.serdeContext=e,this.stringDeserializer.setSerdeContext(e)}read(e,r,n){let s=Ee.of(e),o=s.getMemberSchemas();if(s.isStructSchema()&&s.isMemberSchema()&&!!Object.values(o).find(u=>!!u.getMemberTraits().eventPayload)){let u={},d=Object.keys(o)[0];return o[d].isBlobSchema()?u[d]=r:u[d]=this.read(o[d],r),u}let c=(this.serdeContext?.utf8Encoder??hr)(r),l=this.parseXml(c);return this.readSchema(e,n?l[n]:l)}readSchema(e,r){let n=Ee.of(e);if(n.isUnitSchema())return;let s=n.getMergedTraits();if(n.isListSchema()&&!Array.isArray(r))return this.readSchema(n,[r]);if(r==null)return r;if(typeof r=="object"){let o=!!s.xmlFlattened;if(n.isListSchema()){let c=n.getValueSchema(),l=[],u=c.getMergedTraits().xmlName??"member",d=o?r:(r[0]??r)[u];if(d==null)return l;let p=Array.isArray(d)?d:[d];for(let m of p)l.push(this.readSchema(c,m));return l}let a={};if(n.isMapSchema()){let c=n.getKeySchema(),l=n.getValueSchema(),u;o?u=Array.isArray(r)?r:[r]:u=Array.isArray(r.entry)?r.entry:[r.entry];let d=c.getMergedTraits().xmlName??"key",p=l.getMergedTraits().xmlName??"value";for(let m of u){let f=m[d],g=m[p];a[f]=this.readSchema(l,g)}return a}if(n.isStructSchema()){let c=n.isUnionSchema(),l;c&&(l=new xy(r,a));for(let[u,d]of n.structIterator()){let p=d.getMergedTraits(),m=p.httpPayload?p.xmlName??d.getName():d.getMemberTraits().xmlName??u;c&&l.mark(m),r[m]!=null&&(a[u]=this.readSchema(d,r[m]))}return c&&l.writeUnknown(),a}if(n.isDocumentSchema())return r;throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${n.getName(!0)}`)}return n.isListSchema()?[]:n.isMapSchema()||n.isStructSchema()?{}:this.stringDeserializer.read(n,r)}parseXml(e){if(e.length){let r;try{r=(0,Nve.parseXML)(e)}catch(a){throw a&&typeof a=="object"&&Object.defineProperty(a,"$responseBodyText",{value:e}),a}let n="#text",s=Object.keys(r)[0],o=r[s];return o[n]&&(o[s]=o[n],delete o[n]),Sf(o)}return{}}}});var hw,fJ=I(()=>{Qe();Ct();st();st();yp();hw=class extends os{static{i(this,"QueryShapeSerializer")}settings;buffer;constructor(e){super(),this.settings=e}write(e,r,n=""){this.buffer===void 0&&(this.buffer="");let s=Ee.of(e);if(n&&!n.endsWith(".")&&(n+="."),s.isBlobSchema())(typ
Reference:https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`,{tryNextLink:!1,logger:e});return t},"validateSsoProfile"),w0t=i((t={})=>async({callerClientConfig:e}={})=>{t.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:a}=t,{ssoClient:c}=t,l=Ls.getProfileName({profile:t.profile??e?.profile});if(!r&&!n&&!s&&!o&&!a){let d=(await Ls.parseKnownFiles(t))[l];if(!d)throw new Ls.CredentialsProviderError(`Profile ${l} was not found.`,{logger:t.logger});if(!fQe(d))throw new Ls.CredentialsProviderError(`Profile ${l} is not configured with SSO credentials.`,{logger:t.logger});if(d?.sso_session){let w=(await Ls.loadSsoSessionData(t))[d.sso_session],S=` configurations in profile ${l} and sso-session ${d.sso_session}`;if(s&&s!==w.sso_region)throw new Ls.CredentialsProviderError("Conflicting SSO region"+S,{tryNextLink:!1,logger:t.logger});if(r&&r!==w.sso_start_url)throw new Ls.CredentialsProviderError("Conflicting SSO start_url"+S,{tryNextLink:!1,logger:t.logger});d.sso_region=w.sso_region,d.sso_start_url=w.sso_start_url}let{sso_start_url:p,sso_account_id:m,sso_region:f,sso_role_name:g,sso_session:E}=AQe(d,t.logger);return mQe({ssoStartUrl:p,ssoSession:E,ssoAccountId:m,ssoRegion:f,ssoRoleName:g,ssoClient:c,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:l,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}else{if(!r||!n||!s||!o)throw new Ls.CredentialsProviderError('Incomplete configuration. The fromSSO() argument hash must include "ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"',{tryNextLink:!1,logger:t.logger});return mQe({ssoStartUrl:r,ssoSession:a,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoClient:c,clientConfig:t.clientConfig,parentClientConfig:t.parentClientConfig,callerClientConfig:t.callerClientConfig,profile:l,filepath:t.filepath,configFilepath:t.configFilepath,ignoreCache:t.ignoreCache,logger:t.logger})}},"fromSSO");ID.fromSSO=w0t;ID.isSsoProfile=fQe;ID.validateSsoProfile=AQe});function b0t(t){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"signin",region:t.region},propertiesExtractor:i((e,r)=>({signingProperties:{config:e,context:r}}),"propertiesExtractor")}}function S0t(t){return{schemeId:"smithy.api#noAuth"}}var hQe,gQe,yQe,HJ=I(()=>{Xr();Ce();hQe=i(async(t,e,r)=>({operation:fr(e).operation,region:await Ut(t.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}),"defaultSigninHttpAuthSchemeParametersProvider");i(b0t,"createAwsAuthSigv4HttpAuthOption");i(S0t,"createSmithyApiNoAuthHttpAuthOption");gQe=i(t=>{let e=[];return t.operation==="CreateOAuth2Token"?e.push(S0t(t)):e.push(b0t(t)),e},"defaultSigninHttpAuthSchemeProvider"),yQe=i(t=>{let e=Il(t);return Object.assign(e,{authSchemePreference:Ut(t.authSchemePreference??[])})},"resolveHttpAuthSchemeConfig")});var EQe,CQe,zJ=I(()=>{EQe=i(t=>Object.assign(t,{useDualstackEndpoint:t.useDualstackEndpoint??!1,useFipsEndpoint:t.useFipsEndpoint??!1,defaultSigningName:"signin"}),"resolveClientEndpointParameters"),CQe={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}}});var Gw,Lf,xD,IQe,SQe,wD,WJ,VJ,xQe,jJ,YJ,Ep,wQe,bQe,B0t,is,R0t,BQe,RQe=I(()=>{xt();Gw="ref",Lf=-1,xD=!0,IQe="isSet",SQe="PartitionResult",wD="booleanEquals",WJ="getAttr",VJ="stringEquals",xQe={[Gw]:"Endpoint"},jJ={[Gw]:SQe},YJ={fn:WJ,argv:[jJ,"name"]},Ep={},wQe=[{[Gw]:"Region"}],bQe={conditions:[[IQe,[xQe]],[IQe,wQe],["aws.partition",wQe,SQe],[wD,[{[Gw]:"UseFIPS"},xD]],[wD,[{[Gw]:"UseDualStack"},xD]],[wD,[{fn:WJ,argv:[jJ,"supportsDualStack"]},xD]],[wD,[{fn:WJ,argv:[jJ,"supportsFIPS"]},xD]],[VJ,[YJ,"aws"]],[VJ,[YJ,"aws-cn"]],[VJ,[YJ,"aws-us-gov"]]],results:[[Lf],[Lf,"Invalid Configuration: FIPS and custom endpoint are not supported"],[Lf,"Invalid Configuration: Dualstack and custom endpoi
`),$ke=!0)),new Ny.CredentialsProviderError("AWS_PROFILE is set, skipping fromEnv provider.",{logger:t.logger,tryNextLink:!0});return t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromEnv"),P5.fromEnv(t)()},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromSSO");let{ssoStartUrl:r,ssoAccountId:n,ssoRegion:s,ssoRoleName:o,ssoSession:a}=t;if(!r&&!n&&!s&&!o&&!a)throw new Ny.CredentialsProviderError("Skipping SSO provider in default chain (inputs do not include SSO fields).",{logger:t.logger});let{fromSSO:c}=await Promise.resolve().then(()=>D(GJ()));return c(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromIni");let{fromIni:r}=await Promise.resolve().then(()=>D(Uke()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromProcess");let{fromProcess:r}=await Promise.resolve().then(()=>D(B5()));return r(t)(e)},async e=>{t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::fromTokenFile");let{fromTokenFile:r}=await Promise.resolve().then(()=>D(N5()));return r(t)(e)},async()=>(t.logger?.debug("@aws-sdk/credential-provider-node - defaultProvider::remoteProvider"),(await RSt(t))()),async()=>{throw new Ny.CredentialsProviderError("Could not load credentials from any providers",{tryNextLink:!1,logger:t.logger})}],Gke),"defaultProvider"),vSt=i(t=>t?.expiration!==void 0,"credentialsWillNeedRefresh"),Gke=i(t=>t?.expiration!==void 0&&t.expiration.getTime()-Date.now()<3e5,"credentialsTreatedAsExpired");VD.credentialsTreatedAsExpired=Gke;VD.credentialsWillNeedRefresh=vSt;VD.defaultProvider=PSt});var jke=b(jD=>{"use strict";Object.defineProperty(jD,"__esModule",{value:!0});jD.bdd=void 0;var _St=(xt(),W(df)),Ty="ref",zf=-1,YD=!0,Hke="isSet",Q5="PartitionResult",bp="stringEquals",WD="booleanEquals",_5="getAttr",zke={[Ty]:"Endpoint"},Sp={fn:_5,argv:[{[Ty]:Q5},"name"]},Vke={[Ty]:Q5},Vf={},Yke=[{[Ty]:"Region"}],Wke={conditions:[[Hke,[zke]],[Hke,Yke],["aws.partition",Yke,Q5],[bp,[Sp,"aws-eusc"]],[bp,[Sp,"aws-iso-f"]],[bp,[Sp,"aws-iso-e"]],[bp,[Sp,"aws-iso-b"]],[bp,[Sp,"aws-iso"]],[bp,[Sp,"aws-cn"]],[bp,[Sp,"aws-us-gov"]],[bp,[Sp,"aws"]],[WD,[{[Ty]:"UseFIPS"},YD]],[WD,[{fn:_5,argv:[Vke,"supportsFIPS"]},YD]],[WD,[{[Ty]:"UseDualStack"},YD]],[WD,[{fn:_5,argv:[Vke,"supportsDualStack"]},YD]]],results:[[zf],[zf,"Invalid Configuration: FIPS and custom endpoint are not supported"],[zf,"Invalid Configuration: Dualstack and custom endpoint are not supported"],[zke,Vf],["https://api.ecr.{Region}.{PartitionResult#dnsSuffix}",Vf],["https://ecr.{Region}.{PartitionResult#dualStackDnsSuffix}",Vf],["https://api.ecr-fips.{Region}.{PartitionResult#dnsSuffix}",Vf],["https://ecr-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",Vf],["https://api.ecr-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",Vf],[zf,"FIPS and DualStack are enabled, but this partition does not support one or both"],[zf,"FIPS is enabled but this partition does not support FIPS"],["https://api.ecr.{Region}.{PartitionResult#dualStackDnsSuffix}",Vf],[zf,"DualStack is enabled but this partition does not support DualStack"],[zf,"Invalid Configuration: Missing Region"]]},QSt=2,qn=1e8,DSt=new Int32Array([-1,1,-1,0,23,3,1,4,qn+13,2,5,qn+13,3,20,6,4,20,7,5,20,8,6,20,9,7,20,10,8,20,11,9,20,12,10,20,13,11,16,14,13,15,qn+4,14,qn+11,qn+12,12,18,17,13,qn+9,qn+10,13,19,qn+6,14,qn+8,qn+9,11,22,21,13,qn+5,qn+4,13,qn+7,qn+6,11,qn+1,24,13,qn+2,qn+3]);jD.bdd=_St.BinaryDecisionDiagram.from(DSt,QSt,Wke.conditions,Wke.results)});var Jke=b(JD=>{"use strict";Object.defineProperty(JD,"__esModule",{value:!0});JD.defaultEndpointResolver=void 0;var kSt=(wt(),W(Ds)),D5=(xt(),W(df)),LSt=jke(),OSt=new D5.EndpointCache({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),MSt=i((t,e={})=>OSt.get(t,()=>(0,D5.decideEndpoint)(LSt.bdd,{endpointParams:t,logger:e.logger})),"defaultEndpointResolver");JD.defaultEndpointResolver=MSt;D5.customEndpointFunctions.aws=kSt.awsEndpointFunctions});var KD=b(Py=>{"use strict";Object.defineProperty(Py,"__esModule",{value:!0
Supportbooleaninputlist:\`true | True | TRUE | false | False | FALSE\``)}i(toe,"getBooleanInput");functionroe(t){process.exitCode=$1.Failure,nh(t)}i(roe,"setFailed");functioncm(){returnprocess.env.RUNNER_DEBUG==="1"}i(cm,"isDebug");functionG(t){kp("debug",{},t)}i(G,"debug");functionnh(t,e={}){kp("error",sO(e),tinstanceofError?t.toString():t)}i(nh,"error");functionQr(t,e={}){kp("warning",sO(e),tinstanceofError?t.toString():t)}i(Qr,"warning");functionKe(t){process.stdout.write(t+eoe.EOL)}i(Ke,"info");function_We(t){iO("group",t)}i(_We,"startGroup");functionQWe(){iO("endgroup")}i(QWe,"endGroup");functionXE(t,e){returnvWe(this,void0,void0,function*(){_We(t);letr;try{r=yielde()}finally{QWe()}returnr})}i(XE,"group");functionlm(t,e){if(process.env.GITHUB_STATE||"")returnsK("STATE",oK(t,e));kp("save-state",{name:t},Gu(e))}i(lm,"saveState");functionnoe(t){returnprocess.env[`STATE_${t}`]||""}i(noe,"getState");varTT=D(require("fs"),1),G3=D(require("os"),1),H3=D(require("path"),1);varooe=D(require("os"),1);functionZE(t){returnt==null?"":typeoft=="string"||tinstanceofString?t:JSON.stringify(t)}i(ZE,"toCommandValue");functionioe(t,e,r){letn=newG1(t,e,r);process.stdout.write(n.toString()+ooe.EOL)}i(ioe,"issueCommand");varsoe="::",G1=class{static{i(this,"Command")}constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){lete=soe+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";letr=!0;for(letninthis.properties)if(this.properties.hasOwnProperty(n)){lets=this.properties[n];s&&(r?r=!1:e+=",",e+=`${n}=${kWe(s)}`)}}returne+=`${soe}${DWe(this.message)}`,e}};functionDWe(t){returnZE(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}i(DWe,"escapeData");functionkWe(t){returnZE(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}i(kWe,"escapeProperty");varcoe=require("os"),eC=require("fs");varH1=function(t,e,r,n){functions(o){returnoinstanceofr?o:newr(function(a){a(o)})}returni(s,"adopt"),new(r||(r=Promise))(function(o,a){functionc(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");functionl(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");functionu(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},{access:LWe,appendFile:OWe,writeFile:MWe}=eC.promises,aoe="GITHUB_STEP_SUMMARY";varz1=class{static{i(this,"Summary")}constructor(){this._buffer=""}filePath(){returnH1(this,void0,void0,function*(){if(this._filePath)returnthis._filePath;lete=process.env[aoe];if(!e)thrownewError(`Unable to find environment variable for $${aoe}. Check if your runtime environment supports job summaries.`);try{yieldLWe(e,eC.constants.R_OK|eC.constants.W_OK)}catch{thrownewError(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}returnthis._filePath=e,this._filePath})}wrap(e,r,n={}){lets=Object.entries(n).map(([o,a])=>`${o}="${a}"`).join("");returnr?`<${e}${s}>${r}</${e}>`:`<${e}${s}>`}write(e){returnH1(this,void0,void0,function*(){letr=!!e?.overwrite,n=yieldthis.filePath();returnyield(r?MWe:OWe)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){returnH1(this,void0,void0,function*(){returnthis.emptyBuffer().write({overwrite:!0})})}stringify(){returnthis._buffer}isEmptyBuffer(){returnthis._buffer.length===0}emptyBuffer(){returnthis._buffer="",this}addRaw(e,r=!1){returnthis._buffer+=e,r?this.addEOL():this}addEOL(){returnthis.addRaw(coe.EOL)}addCodeBlock(e,r){letn=Object.assign({},r&&{lang:r}),s=this.wrap("pre",this.wrap("code",e),n);returnthis.addRaw(s).addEOL()}addList(e,r=!1){letn=r?"ol":"ul",s=e.map(a=>this.wrap("li",a)).join(""),o=this.wrap(n,s);returnthis.addRaw(o).addEOL()}addTable(e){letr=e.map(s=>{leto=s.map(a=>{if(typeofa=="string")returnthis.wrap("td",a);let{header:c,data:l,colspan:u,rowspan:d}=a,p=c?"th":"td",m=Object.assign(Object.assign({},u&&{colspan:u}),d&&{rowspan:d});returnthis.wrap(p,l,m)}).join("");returnthis.wrap("tr",o)
${YKe.sanitize({...this,request:{...this.request,agent:n},response:this.response})}`,"value"),enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function hB(t){return t instanceof Cs?!0:hm(t)&&t.name==="RestError"}i(hB,"isRestError");function zs(t,e){return Buffer.from(t,e)}i(zs,"stringToUint8Array");var gB=D(require("node:http"),1),yB=D(require("node:https"),1),u2=D(require("node:zlib"),1),Kle=require("node:stream");var fi=RC("ts-http-runtime");var WKe={};function NC(t){return t&&typeof t.pipe=="function"}i(NC,"isReadableStream");function Jle(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=i(()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)},"handler");t.on("close",r),t.on("end",r),t.on("error",r)})}i(Jle,"isStreamComplete");function Xle(t){return t&&typeof t.byteLength=="number"}i(Xle,"isArrayBuffer");var EB=class extends Kle.Transform{static{i(this,"ReportTransform")}loadedBytes=0;progressCallback;_transform(e,r,n){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),n()}catch(s){n(s)}}constructor(e){super(),this.progressCallback=e}},d2=class{static{i(this,"NodeHttpClient")}cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,n;if(e.abortSignal){if(e.abortSignal.aborted)throw new nc("The operation was aborted. Request has already been canceled.");n=i(u=>{u.type==="abort"&&r.abort()},"abortListener"),e.abortSignal.addEventListener("abort",n)}let s;e.timeout>0&&(s=setTimeout(()=>{let u=new la;fi.info(`requestto'${u.sanitizeUrl(e.url)}'timedout.canceling...`),r.abort()},e.timeout));let o=e.headers.get("Accept-Encoding"),a=o?.includes("gzip")||o?.includes("deflate"),c=typeof e.body=="function"?e.body():e.body;if(c&&!e.headers.has("Content-Length")){let u=XKe(c);u!==null&&e.headers.set("Content-Length",u)}let l;try{if(c&&e.onUploadProgress){let g=e.onUploadProgress,E=new EB(g);E.on("error",x=>{fi.error("Error in upload progress",x)}),NC(c)?c.pipe(E):E.end(c),c=E}let u=await this.makeRequest(e,r,c);s!==void 0&&clearTimeout(s);let d=jKe(u),m={status:u.statusCode??0,headers:d,request:e};if(e.method==="HEAD")return u.resume(),m;l=a?JKe(u,d):u;let f=e.onDownloadProgress;if(f){let g=new EB(f);g.on("error",E=>{fi.error("Error in download progress",E)}),l.pipe(g),l=g}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(m.status)?m.readableStreamBody=l:m.bodyAsText=await KKe(l),m}finally{if(e.abortSignal&&n){let u=Promise.resolve();NC(c)&&(u=Jle(c));let d=Promise.resolve();NC(l)&&(d=Jle(l)),Promise.all([u,d]).then(()=>{n&&e.abortSignal?.removeEventListener("abort",n)}).catch(p=>{fi.warning("Error when cleaning up abortListener on httpRequest",p)})}}}makeRequest(e,r,n){let s=new URL(e.url),o=s.protocol!=="https:";if(o&&!e.allowInsecureConnection)throw new Error(`Cannotconnectto${e.url}whileallowInsecureConnectionisfalse.`);let c={agent:e.agent??this.getOrCreateAgent(e,o),hostname:s.hostname,path:`${s.pathname}${s.search}`,port:s.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((l,u)=>{let d=o?gB.default.request(c,l):yB.default.request(c,l);d.once("error",p=>{u(new Cs(p.message,{code:p.code??Cs.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let p=new nc("The operation was aborted. Rejecting from abort signal callback while making request.");d.destroy(p),u(p)}),n&&NC(n)?n.pipe(d):n?typeof n=="string"||Buffer.isBuffer(n)?d.end(n):Xle(n)?d.end(ArrayBuffer.isView(n)?Buffer.from(n.buffer):Buffer.from(n)):(fi.error("Unrecognized body type",n),u(new Cs("Unrecognized body type"))):d.end()})}getOrCreateAgent(e,r){let n=e.disableKeepAlive;if(r)return n?gB.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new gB.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(n&&!e.tlsSettings)return yB.default.globalAgent;let s=e.tlsSettings??WKe,o=this.cachedHttpsAgents.get(s);return o&&o.options.keepAlive===!n||(fi.info("No cached TLS Agent exi
`;return e}i(N7e,"encodeHeaders");function T7e(t){return t instanceof Uint8Array?t.byteLength:$B(t)?t.size===-1?void 0:t.size:void 0}i(T7e,"getLength");function P7e(t){let e=0;for(let r of t){let n=T7e(r);if(n===void 0)return;e+=n}return e}i(P7e,"getTotalLength");async function v7e(t,e,r){let n=[zs(`--${r}`,"utf-8"),...e.flatMap(o=>[zs(`\r
`,"utf-8")],s=P7e(n);s&&t.headers.set("Content-Length",s),t.body=await rde(n)}i(v7e,"buildRequestBody");var vC="multipartPolicy",_7e=70,Q7e=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function D7e(t){if(t.length>_7e)throw new Error(`Multipartboundary"${t}"exceedsmaximumlengthof70characters`);if(Array.from(t).some(e=>!Q7e.has(e)))throw new Error(`Multipartboundary"${t}"containsinvalidcharacters`)}i(D7e,"assertValidBoundary");function HB(){return{name:vC,async sendRequest(t,e){if(!t.multipartBody)return e(t);if(t.body)throw new Error("multipartBody and regular body cannot be set at the same time");let r=t.multipartBody.boundary,n=t.headers.get("Content-Type")??"multipart/mixed",s=n.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)throw new Error(`Gotmultipartrequestbody,butcontent-typeheaderwasnotmultipart:${n}`);let[,o,a]=s;if(a&&r&&a!==r)throw new Error(`Multipartboundarywasspecifiedas${a}intheheader,butgot${r}intherequestbody`);return r??=a,r?D7e(r):r=R7e(),t.headers.set("Content-Type",`${o};boundary=${r}`),await v7e(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}i(HB,"multipartPolicy");function zB(){return AB()}i(zB,"createEmptyPipeline");var nde=pB({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),rjt=nde.logger;function ic(t){return nde.createClientLogger(t)}i(ic,"createClientLogger");var ac=ic("core-rest-pipeline");function T2(t={}){return IB({logger:ac.info,...t})}i(T2,"logPolicy");var P2=xB;function v2(t={}){return wB(t)}i(v2,"redirectPolicy");var VB=D(require("node:os"),1),YB=D(require("node:process"),1);function sde(){return"User-Agent"}i(sde,"getHeaderName");async function ode(t){if(YB.default&&YB.default.versions){let e=`${VB.default.type()}${VB.default.release()};${VB.default.arch()}`,r=YB.default.versions;r.bun?t.set("Bun",`${r.bun}(${e})`):r.deno?t.set("Deno",`${r.deno}(${e})`):r.node&&t.set("Node",`${r.node}(${e})`)}}i(ode,"setPlatformSpecificData");var WB="1.22.2";function $7e(t){let e=[];for(let[r,n]of t){let s=n?`${r}/${n}`:r;e.push(s)}return e.join(" ")}i($7e,"getUserAgentString");function ide(){return sde()}i(ide,"getUserAgentHeaderName");async function jB(t){let e=new Map;e.set("core-rest-pipeline",WB),await ode(e);let r=$7e(e);return t?`${t}${r}`:r}i(jB,"getUserAgentValue");var ade=ide(),cde="userAgentPolicy";function _2(t={}){let e=jB(t.userAgentPrefix);return{name:cde,async sendRequest(r,n){return r.headers.has(ade)||r.headers.set(ade,await e),n(r)}}}i(_2,"userAgentPolicy");var Do=class extends Error{static{i(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};function Q2(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:s}=e??{};return new Promise((o,a)=>{function c(){a(new Do(s??"The operation was aborted."))}i(c,"rejectOnAbort");function l(){n?.removeEventListener("abort",u)}i(l,"removeListeners");function u(){r?.(),l(),c()}if(i(u,"onAbort"),n?.aborted)return c();try{t(d=>{l(),o(d)},d=>{l(),a(d)})}catch(d){a(d)}n?.addEventListener("abort",u)})}i(Q2,"createAbortablePromise");var Y7e="The delay was aborted.";function _C(t,e){let r,{abortSignal:n,abortErrorMsg:s}=e??{};return Q2(o=>{r=setTimeout(o,t)},{cleanupBeforeAbort:i(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:n,abortErrorMsg:s??Y7e})}i(_C,"delay");function Id(t){if(hm(t))return t.message;{let e;try{typeof t=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknownerror${e}`}}i(Id,"getErrorMessage");function lde(t){return hm(t)}i(lde,"isError");function wh(){return Am()}i(wh,"randomUUID");var Rt=Em;var ude=Symbol("rawContent");function k2(t){return typeof t[ude]=="function"}i(k2,"hasRawContent");function dde(t){return k2(t)?t[ude]():t}i(dde,"getRawContent");var JB=vC;function L2(){let t=HB();return{name:JB,sendRequest:i(async(e,r)=>{if(e.multipartBody)for(let n of e.multipartBody.parts)k2(n.body)&&(n.body=dde(n.body));return t.sendRequest(e,r)},"sendRequest")}}i(L2,"multipartPolicy");var O2=bB;function M2(){return SB()}i(M2,"decompressResponsePolicy");fun
`&&t[o]!=="\r";o++)l+=t[o];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),o--),!yet(l)){let p;return l.trim().length===0?p="Invalid space after '<'.":p="Tag '"+l+"' is an invalid name.",kr("InvalidTag",p,Is(t,o))}let u=met(t,o);if(u===!1)return kr("InvalidAttr","Attributes for '"+l+"' have open quote.",Is(t,o));let d=u.value;if(o=u.index,d[d.length-1]==="/"){let p=o-d.length;d=d.substring(0,d.length-1);let m=Jde(d,e);if(m===!0)n=!0;else return kr(m.err.code,m.err.msg,Is(t,p+m.err.line))}else if(c)if(u.tagClosed){if(d.trim().length>0)return kr("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",Is(t,a));if(r.length===0)return kr("InvalidTag","Closing tag '"+l+"' has not been opened.",Is(t,a));{let p=r.pop();if(l!==p.tagName){let m=Is(t,p.tagStartPos);return kr("InvalidTag","Expected closing tag '"+p.tagName+"' (opened in line "+m.line+", col "+m.col+") instead of closing tag '"+l+"'.",Is(t,a))}r.length==0&&(s=!0)}}else return kr("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",Is(t,o));else{let p=Jde(d,e);if(p!==!0)return kr(p.err.code,p.err.msg,Is(t,o-d.length+p.err.line));if(s===!0)return kr("InvalidXml","Multiple possible root nodes found.",Is(t,o));e.unpairedTags.indexOf(l)!==-1||r.push({tagName:l,tagStartPos:a}),n=!0}for(o++;o<t.length;o++)if(t[o]==="<")if(t[o+1]==="!"){o++,o=jde(t,o);continue}else if(t[o+1]==="?"){if(o=Wde(t,++o),o.err)return o}else break;else if(t[o]==="&"){let p=het(t,o);if(p==-1)return kr("InvalidChar","char '&' is not expected.",Is(t,o));o=p}else if(s===!0&&!Yde(t[o]))return kr("InvalidXml","Extra text at the end",Is(t,o));t[o]==="<"&&o--}}else{if(Yde(t[o]))continue;return kr("InvalidChar","char '"+t[o]+"' is not expected.",Is(t,o))}if(n){if(r.length==1)return kr("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",Is(t,r[0].tagStartPos));if(r.length>0)return kr("InvalidXml","Invalid '"+JSON.stringify(r.map(o=>o.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return kr("InvalidXml","Start tag expected.",1);return!0}i(lR,"validate");function Yde(t){return t===" "||t===" "||t===`
`||t==="\r"}i(Yde,"isWhiteSpace");function Wde(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let n=t.substr(r,e-r);if(e>5&&n==="xml")return kr("InvalidXml","XML declaration allowed only at the start of the document.",Is(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}i(Wde,"readPI");function jde(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}i(jde,"readCommentAndCDATA");var det='"',pet="'";function met(t,e){let r="",n="",s=!1;for(;e<t.length;e++){if(t[e]===det||t[e]===pet)n===""?n=t[e]:n!==t[e]||(n="");else if(t[e]===">"&&n===""){s=!0;break}r+=t[e]}return n!==""?!1:{value:r,index:e,tagClosed:s}}i(met,"readAttributeStr");var fet=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Jde(t,e){let r=aR(t,fet),n={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return kr("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",HC(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return kr("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",HC(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return kr("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",HC(r[s]));let o=r[s][2];if(!get(o))return kr("InvalidAttr","Attribute '"+o+"' is an invalid name.",HC(r[s]));if(!Object.prototype.hasOwnProperty.call(n,o))n[o]=1;else return kr("InvalidAttr","Attribute '"+o+"' is repeated.",HC(r[s]))}return!0}i(Jde,"validateAttributeString");function Aet(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}i(Aet,"validateNumberAmpersand");function het(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,Aet(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}i(het,"validateAmpersand");function kr(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}i(kr,"getErrorObject");function get(t){return lq(t)}i(get,"validateAttrName");function yet(t){return lq(t)}i(yet,"validateTagName");function Is(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}i(Is,"getLineNumberForPosition");function HC(t){return t.startIndex+t[1].length}i(HC,"getPositionFromMatch");var Kde={amp:"&",AMP:"&",lt:"<",LT:"<",gt:">",GT:">",quot:'"',QUOT:'"',apos:"'",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D",lsquor:"\u201A",rsquor:"\u2019",ldquor:"\u201E",bdquo:"\u201E",comma:",",period:".",colon:":",semi:";",excl:"!",quest:"?",num:"#",dollar:"$",percent:"%",amp:"&",ast:"*",commat:"@",lowbar:"_",verbar:"|",vert:"|",sol:"/",bsol:"\\",lbrace:"{",rbrace:"}",lbrack:"[",rbrack:"]",lpar:"(",rpar:")",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",COPY:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",REG:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",half:"\xBD",frac34:"\xBE",iquest:"\xBF",times:"\xD7",div:"\xF7",divide:"\xF7"},Xde={Agrave:"\xC0",agrave:"\xE0",Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",Aring:"\xC5",aring:"\xE5",AElig:"\xC6",aelig:"\xE6",Ccedil:"\xC7",ccedil:"\xE7",Egrave:"\xC8",egrave:"\xE8",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Euml:"\xCB",euml:"\xEB",Igrave:"\xCC",igrave:"\xEC",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",Iuml:"\xCF",iuml:"\xEF",ETH:"\xD0",eth:"\xF0",Ntilde:"\xD1",ntil
`);let e=new js("!xml"),r=e,n="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=this.options,o=new YC(s.processEntities),a=t.length;for(let c=0;c<a;c++)if(t[c]==="<"){let u=t.charCodeAt(c+1);if(u===47){let d=Th(t,">",c,"Closing Tag is not closed."),p=t.substring(c+2,d).trim();if(s.removeNSPrefix){let f=p.indexOf(":");f!==-1&&(p=p.substr(f+1))}p=gq(s.transformTagName,p,"",s).tagName,r&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher));let m=this.matcher.getCurrentTag();if(p&&s.unpairedTagsSet.has(p))throw new Error(`Unpairedtagcannotbeusedasclosingtag:</${p}>`);m&&s.unpairedTagsSet.has(m)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),n="",c=d}else if(u===63){let d=yq(t,c,!1,"?>");if(!d)throw new Error("Pi Tag is not closed.");n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let p=this.buildAttributesMap(d.tagExp,this.matcher,d.tagName,!0);if(p){let m=p[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(m)||1),o.setXmlVersion(Number(m)||1)}if(!(s.ignoreDeclaration&&d.tagName==="?xml"||s.ignorePiTags)){let m=new js(d.tagName);m.add(s.textNodeName,""),d.tagName!==d.tagExp&&d.attrExpPresent&&s.ignoreAttributes!==!0&&(m[":@"]=p),this.addChild(r,m,this.readonlyMatcher,c)}c=d.closeIndex+1}else if(u===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let d=Th(t,"-->",c+4,"Comment is not closed.");if(s.commentPropName){let p=t.substring(c+4,d-2);n=this.saveTextToParentTag(n,r,this.readonlyMatcher),r.add(s.commentPropName,[{[s.textNodeName]:p}])}c=d}else if(u===33&&t.charCodeAt(c+2)===68){let d=o.readDocType(t,c);this.entityDecoder.addInputEntities(d.entities),c=d.i}else if(u===33&&t.charCodeAt(c+2)===91){let d=Th(t,"]]>",c,"CDATA is not closed.")-2,p=t.substring(c+9,d);n=this.saveTextToParentTag(n,r,this.readonlyMatcher);let m=this.parseTextData(p,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);m==null&&(m=""),s.cdataPropName?r.add(s.cdataPropName,[{[s.textNodeName]:p}]):r.add(s.textNodeName,m),c=d+2}else{let d=yq(t,c,s.removeNSPrefix);if(!d){let M=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${M}"`)}let p=d.tagName,m=d.rawTagName,f=d.tagExp,g=d.attrExpPresent,E=d.closeIndex;if({tagName:p,tagExp:f}=gq(s.transformTagName,p,f,s),s.strictReservedNames&&(p===s.commentPropName||p===s.cdataPropName||p===s.textNodeName||p===s.attributesGroupName))throw new Error(`Invalid tag name: ${p}`);r&&n&&r.tagname!=="!xml"&&(n=this.saveTextToParentTag(n,r,this.readonlyMatcher,!1));let x=r;x&&s.unpairedTagsSet.has(x.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let w=!1;f.length>0&&f.lastIndexOf("/")===f.length-1&&(w=!0,p[p.length-1]==="/"?(p=p.substr(0,p.length-1),f=p):f=f.substr(0,f.length-1),g=p!==f);let S=null,P={},Q;Q=$et(m),p!==e.tagname&&this.matcher.push(p,{},Q),p!==f&&g&&(S=this.buildAttributesMap(f,this.matcher,p),S&&(P=qet(S,s))),p!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let q=c;if(this.isCurrentNodeStopNode){let M="";if(w)c=d.closeIndex;else if(s.unpairedTagsSet.has(p))c=d.closeIndex;else{let pe=this.readStopNodeData(t,m,E+1);if(!pe)throw new Error(`Unexpected end of ${m}`);c=pe.i,M=pe.tagContent}let V=new js(p);S&&(V[":@"]=S),V.add(s.textNodeName,M),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,V,this.readonlyMatcher,q)}else{if(w){({tagName:p,tagExp:f}=gq(s.transformTagName,p,f,s));let M=new js(p);S&&(M[":@"]=S),this.addChild(r,M,this.readonlyMatcher,q),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(s.unpairedTagsSet.has(p)){let M=new js(p);S&&(M[":@"]=S),this.addChild(r,M,this.readonlyMatcher,q),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=d.closeIndex;continue}else{let M=new js(p);if(this.tagsNodeStack.length>s.maxNestedTags)throw new Error("Maximumnestedtagsexceeded");this.tagsNodeStack.push(r),S&&(M[":@"]=S),this.addChild(r,M,this.readonlyMatcher,q),r=M}n="",c=E}}}else n+=t[c];return e.child},"parse
`}),n}getCanonicalizedResourceString(e){let r=xR(e.url)||"/",n="";n+=`/${this.factory.accountName}${r}`;let s=wR(e.url),o={};if(s){let a=[];for(let c in s)if(Object.prototype.hasOwnProperty.call(s,c)){let l=c.toLowerCase();o[l]=s[c],a.push(l)}a.sort();for(let c of a)n+=`
${c}:${decodeURIComponent(o[c])}`}return n}};var xr=class extends Nm{static{i(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new XC(e,r,this)}computeHMACSHA256(e){return(0,Tpe.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var sn=ic("storage-common");var yi;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(yi||(yi={}));var Rd={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:yi.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},Itt=new Do("The operation was aborted."),ZC=class extends dc{static{i(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,n=Rd){super(e,r),this.retryOptions={retryPolicyType:n.retryPolicyType?n.retryPolicyType:Rd.retryPolicyType,maxTries:n.maxTries&&n.maxTries>=1?Math.floor(n.maxTries):Rd.maxTries,tryTimeoutInMs:n.tryTimeoutInMs&&n.tryTimeoutInMs>=0?n.tryTimeoutInMs:Rd.tryTimeoutInMs,retryDelayInMs:n.retryDelayInMs&&n.retryDelayInMs>=0?Math.min(n.retryDelayInMs,n.maxRetryDelayInMs?n.maxRetryDelayInMs:Rd.maxRetryDelayInMs):Rd.retryDelayInMs,maxRetryDelayInMs:n.maxRetryDelayInMs&&n.maxRetryDelayInMs>=0?n.maxRetryDelayInMs:Rd.maxRetryDelayInMs,secondaryHost:n.secondaryHost?n.secondaryHost:Rd.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,n){let s=e.clone(),o=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||n%2===1;o||(s.url=IR(s.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(s.url=Bd(s.url,Kl.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let a;try{if(sn.info(`RetryPolicy:=====>Try=${n}${o?"Primary":"Secondary"}`),a=await this._nextPolicy.sendRequest(s),!this.shouldRetry(o,n,a))return a;r=r||!o&&a.status===404}catch(c){if(sn.error(`RetryPolicy:Caughterror,message:${c.message},code:${c.code}`),!this.shouldRetry(o,n,a,c))throw c}return await this.delay(o,n,e.abortSignal),this.attemptSendRequest(e,r,++n)}shouldRetry(e,r,n,s){if(r>=this.retryOptions.maxTries)return sn.info(`RetryPolicy:Attempt(s)${r}>=maxTries${this.retryOptions.maxTries},nofurthertry.`),!1;let o=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(s){for(let a of o)if(s.name.toUpperCase().includes(a)||s.message.toUpperCase().includes(a)||s.code&&s.code.toString().toUpperCase()===a)return sn.info(`RetryPolicy:Networkerror${a}found,willretry.`),!0}if(n||s){let a=n?n.status:s?s.statusCode:0;if(!e&&a===404)return sn.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)return sn.info(`RetryPolicy:Willretryforstatuscode${a}.`),!0}if(n&&n?.status>=400){let a=n.headers.get($e.X_MS_CopySourceErrorCode);if(a!==void 0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return s?.code==="PARSE_ERROR"&&s?.message.startsWith('Error "Error: Unclosed root tag')?(sn.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,n){let s=0;if(e)switch(this.retryOptions.retryPolicyType){case yi.EXPONENTIAL:s=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case yi.FIXED:s=this.retryOptions.retryDelayInMs;break}else s=Math.random()*1e3;return sn.info(`RetryPolicy:Delayfor${s}ms`),bR(s,n,Itt)}};var eI=class{static{i(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new ZC(e,r,this.retryOptions)}};var xtt="storageBrowserPolicy";function Ppe(){return{name:xtt,async sendRequest(t,e){return Rt||((t.method==="GET"||t.method==="HEAD")&&(t.url=Bd(t.url,Kl.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete($e.COOKIE),t.headers.delete($e.CONTENT_LENGTH)),e(t)}}}i(Ppe,"storageBrowserPolicy");var wtt="StorageCorrectContentLengthPolicy";function vpe(){function t(e){e.body&&(
`}),c}i(n,"getCanonicalizedHeadersString");function s(o){let a=xR(o.url)||"/",c="";c+=`/${t.accountName}${a}`;let l=wR(o.url),u={};if(l){let d=[];for(let p in l)if(Object.prototype.hasOwnProperty.call(l,p)){let m=p.toLowerCase();u[m]=l[p],d.push(m)}d.sort();for(let p of d)c+=`
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new Aa(t.version,o,n,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:s}}i(vnt,"generateBlobSASQueryParameters20150405");function _nt(t,e){if(t=Om(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Lm(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?fa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new Aa(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:o}}i(_nt,"generateBlobSASQueryParameters20181109");function Qnt(t,e){if(t=Om(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Lm(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?fa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new Aa(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void 0,void 0,void 0,t.encryptionScope),stringToSign:o}}i(Qnt,"generateBlobSASQueryParameters20201206");function Dnt(t,e){if(t=Om(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Lm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?fa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new Aa(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:o}}i(Dnt,"generateBlobSASQueryParametersUDK20181109");function knt(t,e){if(t=Om(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Lm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?fa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new Aa(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:o}}i(knt,"generateBlobSASQueryParametersUDK20200210");function Lnt(t,e){if(t=Om(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Lm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?fa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new Aa(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:o}}i(Lnt,"generateBlobSASQueryParametersUDK20201206");function Ont(t,e){if(t=Om(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",n=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",n=t.versionId));let s;t.permissions&&(t.blobName?s=Nc.parse(t.permissions.toString()).toString():s=Tc.parse(t.permissions.toString()).toString());let o=[s||"",t.startsOn?Nt(t.startsOn,!1):"",t.expiresOn?Nt(t.expiresOn,!1):"",Lm(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Nt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Nt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?fa(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(o);return{sasQueryParameters:new Aa(t.version,a,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:o}}i(Ont,"generateBlobSASQueryParametersUDK20250705");function Lm(t,e,r){let n=[`/blob/${t}/${e}`];return r&&n.push(`/${r}`),n.join("")}i(Lm,"getCanonicalName");function Om(t){let e=t.version?t.version:NR;if(t.snapshotTime&&e<"2018-11-09")throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void 0&&t.snapshotTime)throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void 0&&t.versionId)throw RangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");return t.version=e,t}i(Om,"SASSignatureValuesSanityCheckAndAutofill");var mI=class{static{i(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let n=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=n.container):(this._isContainer=!1,this._containerOrBlobOperation=n.blob),r||(r=wh()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==ua||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==ua||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return he.withSpan("BlobLeaseClient-acquireLease",r,async n=>Te(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:n.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==ua||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==ua||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return he.withSpan("BlobLeaseClient-changeLease",r,async n=>{let s=Te(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:n.tracingOptions}));return this._leaseId=e,s})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.i
Ifyouareusingself-hostedrunners,pleasemakesureyourrunnerhasaccesstoallGitHubendpoints:https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};Gh.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var qm=class extends Error{static{i(this,"UsageError")}constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries.
Moreinfoonstoragelimits:https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};qm.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var wI=class extends Error{static{i(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var Dst=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},Cz=class{static{i(this,"UploadProgress")}constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),n=Date.now()-this.startTime,s=(e/(1024*1024)/(n/1e3)).toFixed(1);Ke(`Sent ${e} of ${this.contentLength} (${r}%), ${s} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=i(()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))},"displayCallback");this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function Vfe(t,e,r){return Dst(this,void 0,void 0,function*(){var n;let s=new iu(t),o=s.getBlockBlobClient(),a=new Cz((n=r?.archiveSizeBytes)!==null&&n!==void 0?n:0),c={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:a.onProgress()};try{a.startDisplayTimer(),G(`BlobClient: ${s.name}:${s.accountName}:${s.containerName}`);let l=yield o.uploadFile(e,c);if(l._response.status>=400)throw new QN(`uploadCacheArchiveSDK: upload failed with status code ${l._response.status}`);return l}catch(l){throw Qr(`uploadCacheArchiveSDK: internal error uploading cache archive: ${l.message}`),l}finally{a.stopDisplayTimer()}})}i(Vfe,"uploadCacheArchiveSDK");var Wfe=D(require("buffer"),1),Pc=D(require("fs"),1),jfe=D(require("stream"),1),Jfe=D(require("util"),1);var DN=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})};function kN(t){return t?t>=200&&t<300:!1}i(kN,"isSuccessStatusCode");function kst(t){return t?t>=500:!0}i(kst,"isServerErrorStatusCode");function Lst(t){return t?[Ir.BadGateway,Ir.ServiceUnavailable,Ir.GatewayTimeout].includes(t):!1}i(Lst,"isRetryableStatusCode");function Ost(t){return DN(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}i(Ost,"sleep");function Yfe(t,e,r){return DN(this,arguments,void 0,function*(n,s,o,a=iB,c=aB,l=void 0){let u="",d=1;for(;d<=a;){let p,m,f=!1;try{p=yield s()}catch(g){l&&(p=l(g)),f=!0,u=g.message}if(p&&(m=o(p),!kst(m)))return p;if(m&&(f=Lst(m),u=`Cache service responded with ${m}`),G(`${n} - Attempt ${d} of ${a} failed with error: ${u}`),!f){G(`${n} - Error is not retryable`);break}yield Ost(c),d++}throw Error(`${n} failed: ${u}`)})}i(Yfe,"retry");function bI(t,e){return DN(this,arguments,void 0,function*(r,n,s=iB,o=aB){return yield Yfe(r,n,a=>a.statusCode,s,o,a=>{if(a instanceof rc)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}i(bI,"retryTypedResponse");function Hh(t,e){return DN(this,arguments,void 0,function*(r,n,s=iB,o=aB){return yield Yfe(r,n,a=>a.message.statusCode,s,o)})}i(Hh,"retryHttpClientResponse");var wi=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(
Othercacheswithsimilarkey:`);for(let c of o?.artifactCaches||[])G(`CacheKey:${c?.cacheKey},CacheVersion:${c?.cacheVersion},CacheScope:${c?.scope},CacheCreated:${c?.creationTime}`)}}})}i(zst,"printCachesListForDiagnostics");function bz(t,e,r){return Zs(this,void 0,void 0,function*(){let n=new iAe.URL(t),s=eAe(r);n.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield Xfe(t,e,s):s.concurrentBlobDownloads?yield Kfe(t,e,s):yield ON(t,e):yield ON(t,e)})}i(bz,"downloadCache");function cAe(t,e,r){return Zs(this,void 0,void 0,function*(){let n=wz(),s=fh(e,r?.compressionMethod,r?.enableCrossOsArchive),o={key:t,version:s,cacheSize:r?.cacheSize};return yield bI("reserveCache",()=>Zs(this,void 0,void 0,function*(){return n.postJson(BI("caches"),o)}))})}i(cAe,"reserveCache");function oAe(t,e){return`bytes${t}-${e}/*`}i(oAe,"getContentRange");function Vst(t,e,r,n,s){return Zs(this,void 0,void 0,function*(){G(`Uploadingchunkofsize${s-n+1}bytesatoffset${n}withcontentrange:${oAe(n,s)}`);let o={"Content-Type":"application/octet-stream","Content-Range":oAe(n,s)},a=yield Hh(`uploadChunk(start:${n},end:${s})`,()=>Zs(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),o)}));if(!kN(a.message.statusCode))throw new Error(`Cacheservicerespondedwith${a.message.statusCode}duringuploadchunk.`)})}i(Vst,"uploadChunk");function Yst(t,e,r,n){return Zs(this,void 0,void 0,function*(){let s=tc(r),o=BI(`caches/${e.toString()}`),a=zh.openSync(r,"r"),c=Iz(n),l=KU("uploadConcurrency",c.uploadConcurrency),u=KU("uploadChunkSize",c.uploadChunkSize),d=[...new Array(l).keys()];G("Awaiting all uploads");let p=0;try{yield Promise.all(d.map(()=>Zs(this,void 0,void 0,function*(){for(;p<s;){let m=Math.min(s-p,u),f=p,g=p+m-1;p+=u,yield Vst(t,o,()=>zh.createReadStream(r,{fd:a,start:f,end:g,autoClose:!1}).on("error",E=>{throw new Error(`Cacheuploadfailedbecausefilereadfailedwith${E.message}`)}),f,g)}})))}finally{zh.closeSync(a)}})}i(Yst,"uploadFile");function Wst(t,e,r){return Zs(this,void 0,void 0,function*(){let n={size:r};return yield bI("commitCache",()=>Zs(this,void 0,void 0,function*(){return t.postJson(BI(`caches/${e.toString()}`),n)}))})}i(Wst,"commitCache");function Sz(t,e,r,n){return Zs(this,void 0,void 0,function*(){if(Iz(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield Vfe(r,e,n)}else{let o=wz();G("Upload cache"),yield Yst(o,t,e,n),G("Commiting cache");let a=tc(e);Ke(`CacheSize:~${Math.round(a/(1024*1024))}MB(${a}B)`);let c=yield Wst(o,t,a);if(!kN(c.statusCode))throw new Error(`Cacheservicerespondedwith${c.statusCode}duringcommitcache.`);Ke("Cache saved successfully")}})}i(Sz,"saveCache");var rhe=D(jAe(),1),Fr=D(Mr(),1),Uo=D(Mr(),1),Vm=D(Mr(),1),Ym=D(Mr(),1),Wm=D(Mr(),1);var E3=D(Mr(),1),C3=D(Mr(),1),ZAe=D(Mr(),1),ehe=D(Mr(),1),the=D(Mr(),1);var h3=D(Mr(),1),g3=D(Mr(),1),JAe=D(Mr(),1),KAe=D(Mr(),1),XAe=D(Mr(),1);var y3=class extends XAe.MessageType{static{i(this,"CacheScope$Type")}constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,KAe.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,JAe.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,s){let o=s??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,l]=e.tag();switch(c){case 1:o.scope=e.string();break;case 2:o.permission=e.int64().toString();break;default:let u=n.readUnknownField;if(u==="throw")throw new globalThis.Error(`Unknownfield${c}(wiretype${l})for${this.typeName}`);let d=e.skip(l);u!==!1&&(u===!0?g3.UnknownFieldHandler.onRead:u)(this.typeName,o,c,l,d)}}return o}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,h3.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,h3.WireType.Varint).int64(e.permission);let s=n.writeUnknownFields;return s!==!1&&(s==!0?g3.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},bT=new y3;var I3=class extends the.Me
`));let n=yield L3(r,"create");yield O3(n,t)})}i(F3,"createTar");var cg=function(t,e,r,n){function s(o){return o instanceof r?o:new r(function(a){a(o)})}return i(s,"adopt"),new(r||(r=Promise))(function(o,a){function c(d){try{u(n.next(d))}catch(p){a(p)}}i(c,"fulfilled");function l(d){try{u(n.throw(d))}catch(p){a(p)}}i(l,"rejected");function u(d){d.done?o(d.value):s(d.value).then(c,l)}i(u,"step"),u((n=n.apply(t,e||[])).next())})},ya=class t extends Error{static{i(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},ag=class t extends Error{static{i(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},NT=class t extends Error{static{i(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function ihe(t){if(!t||t.length===0)throw new ya("Path Validation Error: At least one directory or file path is required")}i(ihe,"checkPaths");function U3(t){if(t.length>512)throw new ya(`KeyValidationError:${t}cannotbelargerthan512characters.`);if(!/^[^,]*$/.test(t))throw new ya(`KeyValidationError:${t}cannotcontaincommas.`)}i(U3,"checkKey");function q3(){return SI()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}i(q3,"isFeatureAvailable");function ahe(t,e,r,n){return cg(this,arguments,void 0,function*(s,o,a,c,l=!1){let u=SI();return G(`Cacheserviceversion:${u}`),ihe(s),u==="v2"?yield lat(s,o,a,c,l):yield cat(s,o,a,c,l)})}i(ahe,"restoreCache");function cat(t,e,r,n){return cg(this,arguments,void 0,function*(s,o,a,c,l=!1){a=a||[];let u=[o,...a];if(G("Resolved Keys:"),G(JSON.stringify(u)),u.length>10)throw new ya("Key Validation Error: Keys are limited to a maximum of 10.");for(let m of u)U3(m);let d=yield bC(),p="";try{let m=yield aAe(u,s,{compressionMethod:d,enableCrossOsArchive:l});if(!m?.archiveLocation)return;if(c?.lookupOnly)return Ke("Lookup only - skipping download"),m.cacheKey;p=$I.join(yield xC(),yd(d)),G(`ArchivePath:${p}`),yield bz(m.archiveLocation,p,c),cm()&&(yield qI(p,d));let f=tc(p);return Ke(`CacheSize:~${Math.round(f/(1024*1024))}MB(${f}B)`),yield M3(p,d),Ke("Cache restored successfully"),m.cacheKey}catch(m){let f=m;if(f.name===ya.name)throw m;f instanceof rc&&typeof f.statusCode=="number"&&f.statusCode>=500?nh(`Failedtorestore:${m.message}`):Qr(`Failedtorestore:${m.message}`)}finally{try{yield wC(p)}catch(m){G(`Failedtodeletearchive:${m}`)}}})}i(cat,"restoreCacheV1");function lat(t,e,r,n){return cg(this,arguments,void 0,function*(s,o,a,c,l=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let u=[o,...a];if(G("Resolved Keys:"),G(JSON.stringify(u)),u.length>10)throw new ya("Key Validation Error: Keys are limited to a maximum of 10.");for(let p of u)U3(p);let d="";try{let p=k3(),m=yield bC(),f={key:o,restoreKeys:a,version:fh(s,m,l)},g=yield p.GetCacheEntryDownloadURL(f);if(!g.ok){G(`Cachenotfoundforversion${f.version}ofkeys:${u.join(", ")}`);return}if(f.key!==g.matchedKey?Ke(`Cachehitforrestore-key:${g.matchedKey}`):Ke(`Cachehitfor:${g.matchedKey}`),c?.lookupOnly)return Ke("Lookup only - skipping download"),g.matchedKey;d=$I.join(yield xC(),yd(m)),G(`Archivepath:${d}`),G(`Startingdownloadofarchiveto:${d}`),yield bz(g.signedDownloadUrl,d,c);let x=tc(d);return Ke(`CacheSize:~${Math.round(x/(1024*1024))}MB(${x}B)`),cm()&&(yield qI(d,m)),yield M3(d,m),Ke("Cache restored successfully"),g.matchedKey}catch(p){let m=p;if(m.name===ya.name)throw p;m instanceof rc&&typeof m.statusCode=="number"&&m.statusCode>=500?nh(`Failedtorestore:${p.message}`):Qr(`Failedtorestore:${p.message}`)}finally{try{d&&(yield wC(d))}catch(p){G(`Failedtodeletearchive:${p}`)}}})}i(lat,"restoreCacheV2");function $3(t,e,r){return cg(this,arguments,void 0,function*(n,s,o,a=!1){let c=SI();return G(`Cacheserviceversion:${c}`),ihe(n),U3(s),c==="v2"?yield dat(n,s,o,a):yield uat(n,s,o,a)})}i($3,"saveCache");function uat(t,e,r){return cg(this,arguments,v
`;return c.replace(/\n$/,"")}i(Sat,"makeSnippet");var Bat=Sat,Rat=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],Nat=["scalar","sequence","mapping"];function Tat(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(n){e[String(n)]=r})}),e}i(Tat,"compileStyleAliases");function Pat(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(Rat.indexOf(r)===-1)throw new ro('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=Tat(e.styleAliases||null),Nat.indexOf(this.kind)===-1)throw new ro('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}i(Pat,"Type$1");var Wn=Pat;function dhe(t,e){var r=[];return t[e].forEach(function(n){var s=r.length;r.forEach(function(o,a){o.tag===n.tag&&o.kind===n.kind&&o.multi===n.multi&&(s=a)}),r[s]=n}),r}i(dhe,"compileList");function vat(){var t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,r;function n(s){s.multi?(t.multi[s.kind].push(s),t.multi.fallback.push(s)):t[s.kind][s.tag]=t.fallback[s.tag]=s}for(i(n,"collectType"),e=0,r=arguments.length;e<r;e+=1)arguments[e].forEach(n);return t}i(vat,"compileMap");function W3(t){return this.extend(t)}i(W3,"Schema$1");W3.prototype.extend=i(function(e){var r=[],n=[];if(e instanceof Wn)n.push(e);else if(Array.isArray(e))n=n.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(n=n.concat(e.explicit));else throw new ro("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(o){if(!(o instanceof Wn))throw new ro("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(o.loadKind&&o.loadKind!=="scalar")throw new ro("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(o.multi)throw new ro("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(o){if(!(o instanceof Wn))throw new ro("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var s=Object.create(W3.prototype);return s.implicit=(this.implicit||[]).concat(r),s.explicit=(this.explicit||[]).concat(n),s.compiledImplicit=dhe(s,"implicit"),s.compiledExplicit=dhe(s,"explicit"),s.compiledTypeMap=vat(s.compiledImplicit,s.compiledExplicit),s},"extend");var _at=W3,Qat=new Wn("tag:yaml.org,2002:str",{kind:"scalar",construct:i(function(t){return t!==null?t:""},"construct")}),Dat=new Wn("tag:yaml.org,2002:seq",{kind:"sequence",construct:i(function(t){return t!==null?t:[]},"construct")}),kat=new Wn("tag:yaml.org,2002:map",{kind:"mapping",construct:i(function(t){return t!==null?t:{}},"construct")}),Lat=new _at({explicit:[Qat,Dat,kat]});function Oat(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}i(Oat,"resolveYamlNull");function Mat(){return null}i(Mat,"constructYamlNull");function Fat(t){return t===null}i(Fat,"isNull");var Uat=new Wn("tag:yaml.org,2002:null",{kind:"scalar",resolve:Oat,construct:Mat,predicate:Fat,represent:{canonical:i(function(){return"~"},"canonical"),lowercase:i(function(){return"null"},"lowercase"),uppercase:i(function(){return"NULL"},"uppercase"),camelcase:i(function(){return"Null"},"camelcase"),empty:i(function(){return""},"empty")},defaultStyle:"lowercase"});function qat(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}i(qat,"resolveYamlBoolean");function $at(
`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}i(fhe,"simpleEscapeSequence");function Mct(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}i(Mct,"charFromCodepoint");function khe(t,e,r){e==="__proto__"?Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!0,value:r}):t[e]=r}i(khe,"setProperty");var Lhe=new Array(256),Ohe=new Array(256);for(jm=0;jm<256;jm++)Lhe[jm]=fhe(jm)?1:0,Ohe[jm]=fhe(jm);var jm;function Fct(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||Phe,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}i(Fct,"State$1");function Mhe(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=Bat(r),new ro(e,r)}i(Mhe,"generateError");function Se(t,e){throw Mhe(t,e)}i(Se,"throwError");function _T(t,e){t.onWarning&&t.onWarning.call(null,Mhe(t,e))}i(_T,"throwWarning");var Ahe={YAML:i(function(e,r,n){var s,o,a;e.version!==null&&Se(e,"duplication of %YAML directive"),n.length!==1&&Se(e,"YAML directive accepts exactly one argument"),s=/^([0-9]+)\.([0-9]+)$/.exec(n[0]),s===null&&Se(e,"ill-formed argument of the YAML directive"),o=parseInt(s[1],10),a=parseInt(s[2],10),o!==1&&Se(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=a<2,a!==1&&a!==2&&_T(e,"unsupported YAML version of the document")},"handleYamlDirective"),TAG:i(function(e,r,n){var s,o;n.length!==2&&Se(e,"TAG directive accepts exactly two arguments"),s=n[0],o=n[1],Qhe.test(s)||Se(e,"ill-formed tag handle (first argument) of the TAG directive"),Od.call(e.tagMap,s)&&Se(e,'there is a previously declared suffix for "'+s+'" tag handle'),Dhe.test(o)||Se(e,"ill-formed tag prefix (second argument) of the TAG directive");try{o=decodeURIComponent(o)}catch{Se(e,"tag prefix is malformed: "+o)}e.tagMap[s]=o},"handleTagDirective")};function Ld(t,e,r,n){var s,o,a,c;if(e<r){if(c=t.input.slice(e,r),n)for(s=0,o=c.length;s<o;s+=1)a=c.charCodeAt(s),a===9||32<=a&&a<=1114111||Se(t,"expected valid JSON character");else _ct.test(c)&&Se(t,"the stream contains non-printable characters");t.result+=c}}i(Ld,"captureSegment");function hhe(t,e,r,n){var s,o,a,c;for(un.isObject(r)||Se(t,"cannot merge mappings; the provided source object is unacceptable"),s=Object.keys(r),a=0,c=s.length;a<c;a+=1)o=s[a],Od.call(e,o)||(khe(e,o,r[o]),n[o]=!0)}i(hhe,"mergeMappings");function pg(t,e,r,n,s,o,a,c,l){var u,d;if(Array.isArray(s))for(s=Array.prototype.slice.call(s),u=0,d=s.length;u<d;u+=1)Array.isArray(s[u])&&Se(t,"nested arrays are not supported inside keys"),typeof s=="object"&&mhe(s[u])==="[object Object]"&&(s[u]="[object Object]");if(typeof s=="object"&&mhe(s)==="[object Object]"&&(s="[object Object]"),s=String(s),e===null&&(e={}),n==="tag:yaml.org,2002:merge")if(Array.isArray(o))for(u=0,d=o.length;u<d;u+=1)hhe(t,e,o[u],r);else hhe(t,e,o,r);else!t.json&&!Od.call(r,s)&&Od.call(e,s)&&(t.line=a||t.line,t.lineStart=c||t.lineStart,t.position=l||t.position,Se(t,"duplicated mapping key")),khe(e,s,o),delete r[s];return e}i(pg,"storeMappingPair");function eV(t){var e;e=t.input.charCodeAt(t.position),e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):Se(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}i(eV,"readLineBreak");function Jr(t,e,r){for(var n=0,s=t.input.charCodeAt(t.position);s!==0;){for(;Jm(s);)s===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),s=t.input.charCodeAt(++t.position);if(e&&s===35)do s=t.input.charCodeAt(++t.position);while(s!==10&&s!==13&&s!==0);if(Lc(s))for(eV(t),s=t.input.charCodeAt(t.position),n++,t.lineIndent=0;s===32;)t.line
`,e-1))}i(tV,"writeFoldedLines");function Uct(t,e,r){var n,s,o,a,c,l,u,d,p=t.kind,m=t.result,f;if(f=t.input.charCodeAt(t.position),no(f)||dg(f)||f===35||f===38||f===42||f===33||f===124||f===62||f===39||f===34||f===37||f===64||f===96||(f===63||f===45)&&(s=t.input.charCodeAt(t.position+1),no(s)||r&&dg(s)))return!1;for(t.kind="scalar",t.result="",o=a=t.position,c=!1;f!==0;){if(f===58){if(s=t.input.charCodeAt(t.position+1),no(s)||r&&dg(s))break}else if(f===35){if(n=t.input.charCodeAt(t.position-1),no(n))break}else{if(t.position===t.lineStart&&kT(t)||r&&dg(f))break;if(Lc(f))if(l=t.line,u=t.lineStart,d=t.lineIndent,Jr(t,!1,-1),t.lineIndent>=e){c=!0,f=t.input.charCodeAt(t.position);continue}else{t.position=a,t.line=l,t.lineStart=u,t.lineIndent=d;break}}c&&(Ld(t,o,a,!1),tV(t,t.line-l),o=a=t.position,c=!1),Jm(f)||(a=t.position+1),f=t.input.charCodeAt(++t.position)}return Ld(t,o,a,!1),t.result?!0:(t.kind=p,t.result=m,!1)}i(Uct,"readPlainScalar");function qct(t,e){var r,n,s;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,n=s=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(Ld(t,n,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)n=t.position,t.position++,s=t.position;else return!0;else Lc(r)?(Ld(t,n,s,!0),tV(t,Jr(t,!1,e)),n=s=t.position):t.position===t.lineStart&&kT(t)?Se(t,"unexpected end of the document within a single quoted scalar"):(t.position++,s=t.position);Se(t,"unexpected end of the stream within a single quoted scalar")}i(qct,"readSingleQuotedScalar");function $ct(t,e){var r,n,s,o,a,c;if(c=t.input.charCodeAt(t.position),c!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=n=t.position;(c=t.input.charCodeAt(t.position))!==0;){if(c===34)return Ld(t,r,t.position,!0),t.position++,!0;if(c===92){if(Ld(t,r,t.position,!0),c=t.input.charCodeAt(++t.position),Lc(c))Jr(t,!1,e);else if(c<256&&Lhe[c])t.result+=Ohe[c],t.position++;else if((a=Lct(c))>0){for(s=a,o=0;s>0;s--)c=t.input.charCodeAt(++t.position),(a=kct(c))>=0?o=(o<<4)+a:Se(t,"expected hexadecimal character");t.result+=Mct(o),t.position++}else Se(t,"unknown escape sequence");r=n=t.position}else Lc(c)?(Ld(t,r,n,!0),tV(t,Jr(t,!1,e)),r=n=t.position):t.position===t.lineStart&&kT(t)?Se(t,"unexpected end of the document within a double quoted scalar"):(t.position++,n=t.position)}Se(t,"unexpected end of the stream within a double quoted scalar")}i($ct,"readDoubleQuotedScalar");function Gct(t,e){var r=!0,n,s,o,a=t.tag,c,l=t.anchor,u,d,p,m,f,g=Object.create(null),E,x,w,S;if(S=t.input.charCodeAt(t.position),S===91)d=93,f=!1,c=[];else if(S===123)d=125,f=!0,c={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=c),S=t.input.charCodeAt(++t.position);S!==0;){if(Jr(t,!0,e),S=t.input.charCodeAt(t.position),S===d)return t.position++,t.tag=a,t.anchor=l,t.kind=f?"mapping":"sequence",t.result=c,!0;r?S===44&&Se(t,"expected the node content, but found ','"):Se(t,"missed comma between flow collection entries"),x=E=w=null,p=m=!1,S===63&&(u=t.input.charCodeAt(t.position+1),no(u)&&(p=m=!0,t.position++,Jr(t,!0,e))),n=t.line,s=t.lineStart,o=t.position,mg(t,e,PT,!1,!0),x=t.tag,E=t.result,Jr(t,!0,e),S=t.input.charCodeAt(t.position),(m||t.line===n)&&S===58&&(p=!0,S=t.input.charCodeAt(++t.position),Jr(t,!0,e),mg(t,e,PT,!1,!0),w=t.result),f?pg(t,c,g,x,E,w,n,s,o):p?c.push(pg(t,null,g,x,E,w,n,s,o)):c.push(E),Jr(t,!0,e),S=t.input.charCodeAt(t.position),S===44?(r=!0,S=t.input.charCodeAt(++t.position)):r=!1}Se(t,"unexpected end of the stream within a flow collection")}i(Gct,"readFlowCollection");function Hct(t,e){var r,n,s=Y3,o=!1,a=!1,c=e,l=0,u=!1,d,p;if(p=t.input.charCodeAt(t.position),p===124)n=!1;else if(p===62)n=!0;else return!1;for(t.kind="scalar",t.result="";p!==0;)if(p=t.input.charCodeAt(++t.position),p===43||p===45)Y3===s?s=p===43?phe:vct:Se(t,"repeat of a chomping mode identifier");else if((d=Oct(p))>=0)d===0?Se(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):a?Se(t,"repeat of an indentation width identifier"):(c=e+d-1,a=!0);else break;if(Jm(p)){do p=t.input.charCodeAt(++t.position)
`,o?1+l:l),o=!0,a=!0,l=0,r=t.position;!Lc(p)&&p!==0;)p=t.input.charCodeAt(++t.position);Ld(t,r,t.position,!1)}return!0}i(Hct,"readBlockScalar");function ghe(t,e){var r,n=t.tag,s=t.anchor,o=[],a,c=!1,l;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=o),l=t.input.charCodeAt(t.position);l!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Se(t,"tab characters must not be used in indentation")),!(l!==45||(a=t.input.charCodeAt(t.position+1),!no(a))));){if(c=!0,t.position++,Jr(t,!0,-1)&&t.lineIndent<=e){o.push(null),l=t.input.charCodeAt(t.position);continue}if(r=t.line,mg(t,e,_he,!1,!0),o.push(t.result),Jr(t,!0,-1),l=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&l!==0)Se(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return c?(t.tag=n,t.anchor=s,t.kind="sequence",t.result=o,!0):!1}i(ghe,"readBlockSequence");function zct(t,e,r){var n,s,o,a,c,l,u=t.tag,d=t.anchor,p={},m=Object.create(null),f=null,g=null,E=null,x=!1,w=!1,S;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=p),S=t.input.charCodeAt(t.position);S!==0;){if(!x&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Se(t,"tab characters must not be used in indentation")),n=t.input.charCodeAt(t.position+1),o=t.line,(S===63||S===58)&&no(n))S===63?(x&&(pg(t,p,m,f,g,null,a,c,l),f=g=E=null),w=!0,x=!0,s=!0):x?(x=!1,s=!0):Se(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,S=n;else{if(a=t.line,c=t.lineStart,l=t.position,!mg(t,r,vhe,!1,!0))break;if(t.line===o){for(S=t.input.charCodeAt(t.position);Jm(S);)S=t.input.charCodeAt(++t.position);if(S===58)S=t.input.charCodeAt(++t.position),no(S)||Se(t,"a whitespace character is expected after the key-value separator within a block mapping"),x&&(pg(t,p,m,f,g,null,a,c,l),f=g=E=null),w=!0,x=!1,s=!1,f=t.tag,g=t.result;else if(w)Se(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=u,t.anchor=d,!0}else if(w)Se(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=u,t.anchor=d,!0}if((t.line===o||t.lineIndent>e)&&(x&&(a=t.line,c=t.lineStart,l=t.position),mg(t,e,vT,!0,s)&&(x?g=t.result:E=t.result),x||(pg(t,p,m,f,g,E,a,c,l),f=g=E=null),Jr(t,!0,-1),S=t.input.charCodeAt(t.position)),(t.line===o||t.lineIndent>e)&&S!==0)Se(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return x&&pg(t,p,m,f,g,null,a,c,l),w&&(t.tag=u,t.anchor=d,t.kind="mapping",t.result=p),w}i(zct,"readBlockMapping");function Vct(t){var e,r=!1,n=!1,s,o,a;if(a=t.input.charCodeAt(t.position),a!==33)return!1;if(t.tag!==null&&Se(t,"duplication of a tag property"),a=t.input.charCodeAt(++t.position),a===60?(r=!0,a=t.input.charCodeAt(++t.position)):a===33?(n=!0,s="!!",a=t.input.charCodeAt(++t.position)):s="!",e=t.position,r){do a=t.input.charCodeAt(++t.position);while(a!==0&&a!==62);t.position<t.length?(o=t.input.slice(e,t.position),a=t.input.charCodeAt(++t.position)):Se(t,"unexpected end of the stream within a verbatim tag")}else{for(;a!==0&&!no(a);)a===33&&(n?Se(t,"tag suffix cannot contain exclamation marks"):(s=t.input.slice(e-1,t.position+1),Qhe.test(s)||Se(t,"named tag handle cannot contain such characters"),n=!0,e=t.position+1)),a=t.input.charCodeAt(++t.position);o=t.input.slice(e,t.position),Dct.test(o)&&Se(t,"tag suffix cannot contain flow indicator characters")}o&&!Dhe.test(o)&&Se(t,"tag name cannot contain such characters: "+o);try{o=decodeURIComponent(o)}catch{Se(t,"tag name is malformed: "+o)}return r?t.tag=o:Od.call(t.tagMap,s)?t.tag=t.tagMap[s]+o:s==="!"?t.tag="!"+o:s==="!!"?t.tag="tag:yaml.org,2002:"+o:Se(t,'undeclared tag handle "'+s+'"'),!0}i(Vct,"readTagProperty");function Yct(t){var e,r;if(r=t.input.charCodeAt(t.position),r!==38)return!1;for(t.anchor!==null&&Se(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;r!==0&&!no(r)&&!dg(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&Se(t,"name of an anchor node must contain at least one character"),t.anchor=t.input
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));var r=new Fct(t,e),n=t.indexOf("\0");for(n!==-1&&(r.position=n,Se(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)jct(r);return r.documents}i(Fhe,"loadDocuments");function Jct(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);var n=Fhe(t,r);if(typeof e!="function")return n;for(var s=0,o=n.length;s<o;s+=1)e(n[s])}i(Jct,"loadAll$1");function Kct(t,e){var r=Fhe(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new ro("expected a single document in the stream, but found more")}}i(Kct,"load$1");var Xct=Jct,Zct=Kct,Uhe={loadAll:Xct,load:Zct},qhe=Object.prototype.toString,$he=Object.prototype.hasOwnProperty,rV=65279,elt=9,zI=10,tlt=13,rlt=32,nlt=33,slt=34,j3=35,olt=37,ilt=38,alt=39,clt=42,Ghe=44,llt=45,QT=58,ult=61,dlt=62,plt=63,mlt=64,Hhe=91,zhe=93,flt=96,Vhe=123,Alt=124,Yhe=125,jn={};jn[0]="\\0";jn[7]="\\a";jn[8]="\\b";jn[9]="\\t";jn[10]="\\n";jn[11]="\\v";jn[12]="\\f";jn[13]="\\r";jn[27]="\\e";jn[34]='\\"';jn[92]="\\\\";jn[133]="\\N";jn[160]="\\_";jn[8232]="\\L";jn[8233]="\\P";var hlt=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],glt=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function ylt(t,e){var r,n,s,o,a,c,l;if(e===null)return{};for(r={},n=Object.keys(e),s=0,o=n.length;s<o;s+=1)a=n[s],c=String(e[a]),a.slice(0,2)==="!!"&&(a="tag:yaml.org,2002:"+a.slice(2)),l=t.compiledTypeMap.fallback[a],l&&$he.call(l.styleAliases,c)&&(c=l.styleAliases[c]),r[a]=c;return r}i(ylt,"compileStyleMap");function Elt(t){var e,r,n;if(e=t.toString(16).toUpperCase(),t<=255)r="x",n=2;else if(t<=65535)r="u",n=4;else if(t<=4294967295)r="U",n=8;else throw new ro("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+un.repeat("0",n-e.length)+e}i(Elt,"encodeHex");var Clt=1,VI=2;function Ilt(t){this.schema=t.schema||Phe,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=un.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=ylt(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?VI:Clt,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}i(Ilt,"State");function yhe(t,e){for(var r=un.repeat(" ",e),n=0,s=-1,o="",a,c=t.length;n<c;)s=t.indexOf(`
`)}i(Kht,"_buildMessageForResponseErrors");var Xht=class extends Error{static{i(this,"GraphqlResponseError")}constructor(t,e,r){super(Kht(r)),this.request=t,this.headers=e,this.response=r,this.errors=r.errors,this.data=r.data,Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}name="GraphqlResponseError";errors;data},Zht=["method","baseUrl","url","headers","request","query","mediaType","operationName"],egt=["query","method","url"],YIe=/\/api\/v3\/?$/;function tgt(t,e,r){if(r){if(typeof e=="string"&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));for(let a in r)if(egt.includes(a))return Promise.reject(new Error(`[@octokit/graphql]"${a}"cannotbeusedasvariablename`))}let n=typeof e=="string"?Object.assign({query:e},r):e,s=Object.keys(n).reduce((a,c)=>Zht.includes(c)?(a[c]=n[c],a):(a.variables||(a.variables={}),a.variables[c]=n[c],a),{}),o=n.baseUrl||t.endpoint.DEFAULTS.baseUrl;return YIe.test(o)&&(s.url=o.replace(YIe,"/api/graphql")),t(s).then(a=>{if(a.data.errors){let c={};for(let l of Object.keys(a.headers))c[l]=a.headers[l];throw new Xht(s,c,a.data)}return a.data.data})}i(tgt,"graphql");function O4(t,e){let r=t.defaults(e);return Object.assign(i((s,o)=>tgt(r,s,o),"newApi"),{defaults:O4.bind(null,r),endpoint:r.endpoint})}i(O4,"withDefaults");var Efr=O4(yx,{headers:{"user-agent":`octokit-graphql.js/${Jht}${Gd()}`},method:"POST",url:"/graphql"});function WIe(t){return O4(t,{method:"POST",url:"/graphql"})}i(WIe,"withCustomRequest");var M4="(?:[a-zA-Z0-9_-]+)",jIe="\\.",JIe=new RegExp(`^${M4}${jIe}${M4}${jIe}${M4}$`),rgt=JIe.test.bind(JIe);async function ngt(t){let e=rgt(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),n=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":n?"user-to-server":"oauth"}}i(ngt,"auth");function sgt(t){return t.split(/\./).length===3?`bearer${t}`:`token${t}`}i(sgt,"withAuthorizationPrefix");async function ogt(t,e,r,n){let s=e.endpoint.merge(r,n);return s.headers.authorization=sgt(t),e(s)}i(ogt,"hook");var KIe=i(function(e){if(!e)throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");if(typeof e!="string")throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string");return e=e.replace(/^(token|bearer) +/i,""),Object.assign(ngt.bind(null,e),{hook:ogt.bind(null,e)})},"createTokenAuth2");var F4="7.0.6";var XIe=i(()=>{},"noop"),igt=console.warn.bind(console),agt=console.error.bind(console);function cgt(t={}){return typeof t.debug!="function"&&(t.debug=XIe),typeof t.info!="function"&&(t.info=XIe),typeof t.warn!="function"&&(t.warn=igt),typeof t.error!="function"&&(t.error=agt),t}i(cgt,"createLogger");var ZIe=`octokit-core.js/${F4}${Gd()}`,YP=class{static{i(this,"Octokit")}static VERSION=F4;static defaults(e){return class extends this{static{i(this,"OctokitWithDefaults")}constructor(...n){let s=n[0]||{};if(typeof e=="function"){super(e(s));return}super(Object.assign({},e,s,s.userAgent&&e.userAgent?{userAgent:`${s.userAgent}${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static{i(this,"NewOctokit")}static plugins=r.concat(e.filter(s=>!r.includes(s)))}}constructor(e={}){let r=new BIe.Collection,n={baseUrl:yx.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(n.headers["user-agent"]=e.userAgent?`${e.userAgent}${ZIe}`:ZIe,e.baseUrl&&(n.baseUrl=e.baseUrl),e.previews&&(n.mediaType.previews=e.previews),e.timeZone&&(n.headers["time-zone"]=e.timeZone),this.request=yx.defaults(n),this.graphql=WIe(this.request).defaults(n),this.log=cgt(e.log),this.hook=r,e.authStrategy){let{authStrategy:o,...a}=e,c=o(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:a},e.auth));r.wrap("request",c.hook),this.auth=c}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let o=KIe(e.auth);r.wrap("request",o.hook),this.auth=o}let s=this.constructor;for(let o=0;o<s.plugins.length;++o)
Moreinfo:${l.url}`);let f=l.range&&l.range.length>0?l.range[0]?.start.line:void 0,g=!1;for(let E of a)if(E.remote||E.path.endsWith(u)&&E.content===d){c.push({title:p,message:m,file:E.path,startLine:f}),g=!0;break}g||G(`Buildx.convertWarningsToGitHubAnnotations:skippingwarningwithoutmatchingDockerfile${u}:${p}`)}return c}};function lxe(){return{registry:ia("registry"),username:ia("username"),password:ia("password"),scope:ia("scope"),ecr:ia("ecr"),logout:toe("logout"),registryAuth:ia("registry-auth")}}i(lxe,"getInputs");function uxe(t){if(t.registryAuth&&(t.registry||t.username||t.password||t.scope||t.ecr))throw new Error("Cannot use registry-auth with other inputs");let e=[];if(t.registryAuth)e=Xhe(t.registryAuth).map(r=>{Bo(r.password);let n=r.registry||"docker.io";return{registry:n,username:r.username,password:r.password,scope:r.scope,ecr:r.ecr||"auto",configDir:KP(n,r.scope)}});else{let r=t.registry||"docker.io";e.push({registry:r,username:t.username,password:t.password,scope:t.scope,ecr:t.ecr||"auto",configDir:KP(r,t.scope)})}if(e.length==0)throw new Error("No registry to login");return e}i(uxe,"getAuthList");function KP(t,e){if(Ngt()||!e||e==="")return"";let r=J4.default.join(JP.configDir,"config",t==="docker.io"?"registry-1.docker.io":t);return e.startsWith("@")?r+=e:r=J4.default.join(r,e),r}i(KP,"scopeToConfigDir");function Ngt(){return process.env.DOCKER_LOGIN_SCOPE_DISABLED?qd.parseBool(process.env.DOCKER_LOGIN_SCOPE_DISABLED):!1}i(Ngt,"scopeDisabled");var tMe=D(WLe(),1),rMe=D(OOe(),1),U9=D(vu(),1);var qOe=D(require("net"),1),$Oe=D(require("tls"),1),GOe=D(Im(),1),HOe=require("events");var MOe=D(require("net"),1),FOe=D(require("http"),1),UOe=require("https");var Bl=Symbol("AgentBaseInternalState"),zL=class extends FOe.Agent{static{i(this,"Agent")}constructor(e){super(e),this[Bl]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(n=>n.indexOf("(https.js:")!==-1||n.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new MOe.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let n=this.sockets[e],s=n.indexOf(r);s!==-1&&(n.splice(s,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?UOe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let s={...r,secureEndpoint:this.isSecureEndpoint(r)},o=this.getName(s),a=this.incrementSockets(o);Promise.resolve().then(()=>this.connect(e,s)).then(c=>{if(this.decrementSockets(o,a),typeof c.addRequest=="function")try{return c.addRequest(e,s)}catch(l){return n(l)}this[Bl].currentSocket=c,super.createSocket(e,r,n)},c=>{this.decrementSockets(o,a),n(c)})}createConnection(){let e=this[Bl].currentSocket;if(this[Bl].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[Bl].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[Bl]&&(this[Bl].defaultPort=e)}get protocol(){return this[Bl].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[Bl]&&(this[Bl].protocol=e)}};var M9=require("url");var zy=(0,GOe.default)("http-proxy-agent"),b0=class extends zL{static{i(this,"HttpProxyAgent")}constructor(e,r){super(r),this.proxy=typeof e=="string"?new M9.URL(e):e,this.proxyHeaders=r?.headers??{},zy("Creating new HttpProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?KMt(r,"headers"):null,host:n,port:s}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:n}=this,s=r.secureEndpoint?"https:":"http:",o=e.getHeader("host")||"localhost",a=`${s}//${o}`,c=new M9.URL(e.path,a);r.port!==80&&(c.port=String(r.port)),e.path=String(c);let l=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(n.username||n.password){let u=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;l["Proxy-Authorization"]=`Basic ${Buffer.from(u).toString("base64")}`}l["Proxy-Connection"]||(l["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let u of Object.keys(l)){let d=l[u];d&&e.setHeader(u,d)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let n,s;zy("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(zy("Patching connection write() output buffer with updated header"),n=e.outputData[0].data,s=n.indexOf(`\r
`);if(m===-1){YL("have not received end of HTTP headers yet..."),o();return}let f=p.slice(0,m).toString("ascii").split(`\r
`),g=f.shift();if(!g)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let E=g.split(" "),x=+E[1],w=E.slice(2).join(" "),S={};for(let P of f){if(!P)continue;let Q=P.indexOf(":");if(Q===-1)return t.destroy(),r(new Error(`InvalidheaderfromproxyCONNECTresponse:"${P}"`));let q=P.slice(0,Q).toLowerCase(),M=P.slice(Q+1).trimStart(),V=S[q];typeof V=="string"?S[q]=[V,M]:Array.isArray(V)?V.push(M):S[q]=M}YL("got proxy server response: %o %o",g,S),a(),e({connect:{statusCode:x,statusText:w,headers:S},buffered:p})}i(u,"ondata"),t.on("error",l),t.on("end",c),o()})}i(jOe,"parseProxyResponse");var S0=(0,ZOe.default)("https-proxy-agent"),JOe=i(t=>t.servername===void 0&&t.host&&!Qp.isIP(t.host)?{...t,servername:t.host}:t,"setServernameFromNonIpHost"),B0=class extends VL{static{i(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new eMe.URL(e):e,this.proxyHeaders=r?.headers??{},S0("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?KOe(r,"headers"):null,host:n,port:s}}async connect(e,r){let{proxy:n}=this;if(!r.host)throw new TypeError('No "host" provided');let s;n.protocol==="https:"?(S0("Creating `tls.Socket`: %o",this.connectOpts),s=F9.connect(JOe(this.connectOpts))):(S0("Creating `net.Socket`: %o",this.connectOpts),s=Qp.connect(this.connectOpts));let o=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=Qp.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT${a}:${r.port}HTTP/1.1\r
`;if(n.username||n.password){let m=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;o["Proxy-Authorization"]=`Basic${Buffer.from(m).toString("base64")}`}o.Host=`${a}:${r.port}`,o["Proxy-Connection"]||(o["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let m of Object.keys(o))c+=`${m}:${o[m]}\r
`;let l=jOe(s);s.write(`${c}\r
`);let{connect:u,buffered:d}=await l;if(e.emit("proxyConnect",u),this.emit("proxyConnect",u,e),u.statusCode===200)return e.once("socket",XMt),r.secureEndpoint?(S0("Upgrading socket connection to TLS"),F9.connect({...KOe(JOe(r),"host","path","port"),socket:s})):s;s.destroy();let p=new Qp.Socket({writable:!1});return p.readable=!0,e.once("socket",m=>{S0("Replaying proxy buffer for failed request"),(0,XOe.default)(m.listenerCount("data")>0),m.push(d),m.push(null)}),p}};B0.protocols=["http","https"];function XMt(t){t.resume()}i(XMt,"resume");function KOe(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}i(KOe,"omit");var q9=/^(([0-9]{12})\.(dkr\.ecr|dkr-ecr)\.(.+)\.(on\.aws|amazonaws\.(com(.cn)?|eu)))(\/([^:]+)(:.+)?)?$/,ZMt=/public\.ecr\.aws|ecr-public\.aws\.com/,nMe=i(t=>q9.test(t)||WL(t),"isECR"),WL=i(t=>ZMt.test(t),"isPubECR"),eFt=i(t=>{if(WL(t))return process.env.AWS_REGION||process.env.AWS_DEFAULT_REGION||"us-east-1";let e=t.match(q9);return e?e[4]:""},"getRegion"),tFt=i(t=>{if(WL(t))return[];let e=t.match(q9);if(!e)return[];let r=[e[2]];return process.env.AWS_ACCOUNT_IDS&&r.push(...process.env.AWS_ACCOUNT_IDS.split(",")),r.filter((n,s)=>r.indexOf(n)===s)},"getAccountIDs"),sMe=i(async(t,e,r)=>{let n=eFt(t),s=tFt(t),o={};s.length>0&&(G(`RequestingAWSECRauthtokenfor${s.join(", ")}`),o.registryIds=s);let a,c=process.env.http_proxy||process.env.HTTP_PROXY||"";c&&(G(`Usinghttpproxy${c}`),a=new b0(c));let l,u=process.env.https_proxy||process.env.HTTPS_PROXY||"";u&&(G(`Usinghttpsproxy${u}`),l=new B0(u));let d=e&&r?{accessKeyId:e,secretAccessKey:r}:void 0;if(WL(t)){Ke(`AWSPublicECRdetectedwith${n}region`);let m=await new rMe.ECRPUBLIC({customUserAgent:"docker-login-action",credentials:d,region:n,requestHandler:new U9.NodeHttpHandler({httpAgent:a,httpsAgent:l})}).getAuthorizationToken(o);if(!m.authorizationData||!m.authorizationData.authorizationToken)throw new Error("Could not retrieve an authorization token from AWS Public ECR");let g=Buffer.from(m.authorizationData.authorizationToken,"base64").toString("utf-8").split(":",2);return Bo(g[0]),Bo(g[1]),[{registry:"public.ecr.aws",username:g[0],password:g[1]}]}else{Ke(`AWSECRdetectedwith${n}region`);let m=await new tMe.ECR({customUserAgent:"docker-login-action",credentials:d,region:n,requestHandler:new U9.NodeHttpHandler({httpAgent:a,httpsAgent:l})}).getAuthorizationToken(o);if(!Array.isArray(m.authorizationData)||!m.authorizationData.length)throw new Error("Could not retrieve an authorization token from AWS ECR");let f=[];for(let g of m.authorizationData){let x=Buffer.from(g.authorizationToken||"","base64").toString("utf-8").split(":",2);Bo(x[0]),Bo(x[1]),f.push({registry:g.proxyEndpoint||"",username:x[0],password:x[1]})}return f}},"getRegistriesData");async function $9(t){/true/i.test(t.ecr)||t.ecr=="auto"&&nMe(t.registry)?await sFt(t.registry,t.username,t.password,t.scope):await nFt(t.registry,t.username,t.password,t.scope)}i($9,"login");async function oMe(t,e){let r;e!==""&&(r=Object.assign({},process.env,{DOCKER_CONFIG:e}),Ke(`Alternativeconfigdir:${e}`)),await $d.getExecOutput(["logout",t],{ignoreReturnCode:!0,env:r}).then(n=>{n.stderr.length>0&&n.exitCode!=0&&Qr(n.stderr.trim())})}i(oMe,"logout");async function nFt(t,e,r,n){if(!e&&!r)throw new Error("Username and password required");if(!e)throw new Error("Username required");if(!r)throw new Error("Password required");await iMe(t,e,r,n)}i(nFt,"loginStandard");async function sFt(t,e,r,n){Ke("Retrieving registries data through AWS SDK...");let s=await sMe(t,e,r);for(let o of s)await iMe(o.registry,o.username,o.password,n)}i(sFt,"loginECR");async function iMe(t,e,r,n){let s,o=KP(t,n);o!==""?(s=Object.assign({},process.env,{DOCKER_CONFIG:o}),Ke(`Logginginto${t}(scope${n})...`)):Ke(`Logginginto${t}...`),await $d.getExecOutput(["login","--password-stdin","--username",e,t],{ignoreReturnCode:!0,silent:!0,input:Buffer.from(r),env:s}).then(a=>{if(a.stderr.length>0&&a.exitCode!=0)throw new Error(a.stderr.trim());Ke("Login Succeeded!")})}i(iMe,"loginExec");var aMe=process.env.STATE_regis