action-setup/dist/index.js
Zoltan Kochan dc312cdfd7
feat!: replace bundled pnpm binary with npm + lockfile bootstrap
Remove the 9MB bundled pnpm.cjs/worker.js and instead use npm ci with
committed package-lock.json files (~5KB) to install a bootstrap pnpm,
which then installs the target version with integrity verification via
the project's pnpm-lock.yaml.

Also switch from ncc to esbuild and modernize to ESM.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 01:52:34 +01:00

289 lines
1.3 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var c9=Object.create;var Og=Object.defineProperty;var l9=Object.getOwnPropertyDescriptor;var u9=Object.getOwnPropertyNames;var d9=Object.getPrototypeOf,f9=Object.prototype.hasOwnProperty;var Q=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(e,r)=>(typeof require<"u"?require:e)[r]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+t+'" is not supported')});var h9=(t,e)=>()=>(t&&(e=t(t=0)),e);var h=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),g9=(t,e)=>{for(var r in e)Og(t,r,{get:e[r],enumerable:!0})},P_=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of u9(e))!f9.call(t,i)&&i!==r&&Og(t,i,{get:()=>e[i],enumerable:!(n=l9(e,i))||n.enumerable});return t};var $t=(t,e,r)=>(r=t!=null?c9(d9(t)):{},P_(e||!t||!t.__esModule?Og(r,"default",{value:t,enumerable:!0}):r,t)),Si=t=>P_(Og({},"__esModule",{value:!0}),t);var Mg=h(jA=>{"use strict";Object.defineProperty(jA,"__esModule",{value:!0});jA.toCommandProperties=jA.toCommandValue=void 0;function m9(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}jA.toCommandValue=m9;function p9(t){return Object.keys(t).length?{title:t.title,file:t.file,line:t.startLine,endLine:t.endLine,col:t.startColumn,endColumn:t.endColumn}:{}}jA.toCommandProperties=p9});var L_=h(jn=>{"use strict";var y9=jn&&jn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),E9=jn&&jn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),C9=jn&&jn.__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)&&y9(e,t,r);return E9(e,t),e};Object.defineProperty(jn,"__esModule",{value:!0});jn.issue=jn.issueCommand=void 0;var I9=C9(Q("os")),O_=Mg();function M_(t,e,r){let n=new hB(t,e,r);process.stdout.write(n.toString()+I9.EOL)}jn.issueCommand=M_;function B9(t,e=""){M_(t,{},e)}jn.issue=B9;var T_="::",hB=class{constructor(e,r,n){e||(e="missing.command"),this.command=e,this.properties=r,this.message=n}toString(){let e=T_+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(let n in this.properties)if(this.properties.hasOwnProperty(n)){let i=this.properties[n];i&&(r?r=!1:e+=",",e+=`${n}=${b9(i)}`)}}return e+=`${T_}${Q9(this.message)}`,e}};function Q9(t){return(0,O_.toCommandValue)(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function b9(t){return(0,O_.toCommandValue)(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}});var q_=h(Gn=>{"use strict";var N9=Gn&&Gn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),w9=Gn&&Gn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),mB=Gn&&Gn.__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)&&N9(e,t,r);return w9(e,t),e};Object.defineProperty(Gn,"__esModule",{value:!0});Gn.prepareKeyValueMessage=Gn.issueFileCommand=void 0;var S9=mB(Q("crypto")),F_=mB(Q("fs")),gB=mB(Q("os")),U_=Mg();function x9(t,e){let r=process.env[`GITHUB_${t}`];if(!r)throw new Error(`Unable to find environment variable for file command ${t}`);if(!F_.existsSync(r))throw new Error(`Missing file at path: ${r}`);F_.appendFileSync(r,`${(0,U_.toCommandValue)(e)}${gB.EOL}`,{encoding:"utf8"})}Gn.issueFileCommand=x9;function v9(t,e){let r=`ghadelimiter_${S9.randomUUID()}`,n=(0,U_.toCommandValue)(e);if(t.includes(r))throw new Error(`Unexpected input: name should not contain the delimiter "${r}"`);if(n.includes(r))throw new Error(`Unexpected input: value should not contain the delimiter "${r}"`);return`${t}<<${r}${gB.EOL}${n}${gB.EOL}${r}`}Gn.prepareKeyValueMessage=v9});var z_=h(GA=>{"use strict";Object.defineProperty(GA,"__esModule",{value:!0});GA.checkBypass=GA.getProxyUrl=void 0;function R9(t){let e=t.protocol==="https:";if(H_(t))return;let r=e?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new Lg(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new Lg(`http://${r}`)}else return}GA.getProxyUrl=R9;function H_(t){if(!t.hostname)return!1;let e=t.hostname;if(D9(e))return!0;let r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;let n;t.port?n=Number(t.port):t.protocol==="http:"?n=80:t.protocol==="https:"&&(n=443);let i=[t.hostname.toUpperCase()];typeof n=="number"&&i.push(`${i[0]}:${n}`);for(let s of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(s==="*"||i.some(o=>o===s||o.endsWith(`.${s}`)||s.startsWith(".")&&o.endsWith(`${s}`)))return!0;return!1}GA.checkBypass=H_;function D9(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var Lg=class extends URL{constructor(e,r){super(e,r),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}});var J_=h(YA=>{"use strict";var u_e=Q("net"),_9=Q("tls"),pB=Q("http"),j_=Q("https"),k9=Q("events"),d_e=Q("assert"),P9=Q("util");YA.httpOverHttp=T9;YA.httpsOverHttp=O9;YA.httpOverHttps=M9;YA.httpsOverHttps=L9;function T9(t){var e=new Qs(t);return e.request=pB.request,e}function O9(t){var e=new Qs(t);return e.request=pB.request,e.createSocket=G_,e.defaultPort=443,e}function M9(t){var e=new Qs(t);return e.request=j_.request,e}function L9(t){var e=new Qs(t);return e.request=j_.request,e.createSocket=G_,e.defaultPort=443,e}function Qs(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||pB.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",function(n,i,s,o){for(var a=Y_(i,s,o),A=0,c=e.requests.length;A<c;++A){var l=e.requests[A];if(l.host===a.host&&l.port===a.port){e.requests.splice(A,1),l.request.onSocket(n);return}}n.destroy(),e.removeSocket(n)})}P9.inherits(Qs,k9.EventEmitter);Qs.prototype.addRequest=function(e,r,n,i){var s=this,o=yB({request:e},s.options,Y_(r,n,i));if(s.sockets.length>=this.maxSockets){s.requests.push(o);return}s.createSocket(o,function(a){a.on("free",A),a.on("close",c),a.on("agentRemove",c),e.onSocket(a);function A(){s.emit("free",a,o)}function c(l){s.removeSocket(a),a.removeListener("free",A),a.removeListener("close",c),a.removeListener("agentRemove",c)}})};Qs.prototype.createSocket=function(e,r){var n=this,i={};n.sockets.push(i);var s=yB({},n.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(s.localAddress=e.localAddress),s.proxyAuth&&(s.headers=s.headers||{},s.headers["Proxy-Authorization"]="Basic "+new Buffer(s.proxyAuth).toString("base64")),ho("making CONNECT request");var o=n.request(s);o.useChunkedEncodingByDefault=!1,o.once("response",a),o.once("upgrade",A),o.once("connect",c),o.once("error",l),o.end();function a(u){u.upgrade=!0}function A(u,d,f){process.nextTick(function(){c(u,d,f)})}function c(u,d,f){if(o.removeAllListeners(),d.removeAllListeners(),u.statusCode!==200){ho("tunneling socket could not be established, statusCode=%d",u.statusCode),d.destroy();var g=new Error("tunneling socket could not be established, statusCode="+u.statusCode);g.code="ECONNRESET",e.request.emit("error",g),n.removeSocket(i);return}if(f.length>0){ho("got illegal response body from proxy"),d.destroy();var g=new Error("got illegal response body from proxy");g.code="ECONNRESET",e.request.emit("error",g),n.removeSocket(i);return}return ho("tunneling connection has established"),n.sockets[n.sockets.indexOf(i)]=d,r(d)}function l(u){o.removeAllListeners(),ho(`tunneling socket could not be established, cause=%s
`,u.message,u.stack);var d=new Error("tunneling socket could not be established, cause="+u.message);d.code="ECONNRESET",e.request.emit("error",d),n.removeSocket(i)}};Qs.prototype.removeSocket=function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var n=this.requests.shift();n&&this.createSocket(n,function(i){n.request.onSocket(i)})}};function G_(t,e){var r=this;Qs.prototype.createSocket.call(r,t,function(n){var i=t.request.getHeader("host"),s=yB({},r.options,{socket:n,servername:i?i.replace(/:.*$/,""):t.host}),o=_9.connect(0,s);r.sockets[r.sockets.indexOf(n)]=o,e(o)})}function Y_(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}function yB(t){for(var e=1,r=arguments.length;e<r;++e){var n=arguments[e];if(typeof n=="object")for(var i=Object.keys(n),s=0,o=i.length;s<o;++s){var a=i[s];n[a]!==void 0&&(t[a]=n[a])}}return t}var ho;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?ho=function(){var t=Array.prototype.slice.call(arguments);typeof t[0]=="string"?t[0]="TUNNEL: "+t[0]:t.unshift("TUNNEL:"),console.error.apply(console,t)}:ho=function(){};YA.debug=ho});var W_=h((h_e,V_)=>{V_.exports=J_()});var yt=h((g_e,$_)=>{$_.exports={kClose:Symbol("close"),kDestroy:Symbol("destroy"),kDispatch:Symbol("dispatch"),kUrl:Symbol("url"),kWriting:Symbol("writing"),kResuming:Symbol("resuming"),kQueue:Symbol("queue"),kConnect:Symbol("connect"),kConnecting:Symbol("connecting"),kHeadersList:Symbol("headers list"),kKeepAliveDefaultTimeout:Symbol("default keep alive timeout"),kKeepAliveMaxTimeout:Symbol("max keep alive timeout"),kKeepAliveTimeoutThreshold:Symbol("keep alive timeout threshold"),kKeepAliveTimeoutValue:Symbol("keep alive timeout"),kKeepAlive:Symbol("keep alive"),kHeadersTimeout:Symbol("headers timeout"),kBodyTimeout:Symbol("body timeout"),kServerName:Symbol("server name"),kLocalAddress:Symbol("local address"),kHost:Symbol("host"),kNoRef:Symbol("no ref"),kBodyUsed:Symbol("used"),kRunning:Symbol("running"),kBlocking:Symbol("blocking"),kPending:Symbol("pending"),kSize:Symbol("size"),kBusy:Symbol("busy"),kQueued:Symbol("queued"),kFree:Symbol("free"),kConnected:Symbol("connected"),kClosed:Symbol("closed"),kNeedDrain:Symbol("need drain"),kReset:Symbol("reset"),kDestroyed:Symbol.for("nodejs.stream.destroyed"),kMaxHeadersSize:Symbol("max headers size"),kRunningIdx:Symbol("running index"),kPendingIdx:Symbol("pending index"),kError:Symbol("error"),kClients:Symbol("clients"),kClient:Symbol("client"),kParser:Symbol("parser"),kOnDestroyed:Symbol("destroy callbacks"),kPipelining:Symbol("pipelining"),kSocket:Symbol("socket"),kHostHeader:Symbol("host header"),kConnector:Symbol("connector"),kStrictContentLength:Symbol("strict content length"),kMaxRedirections:Symbol("maxRedirections"),kMaxRequests:Symbol("maxRequestsPerClient"),kProxy:Symbol("proxy agent options"),kCounter:Symbol("socket request counter"),kInterceptors:Symbol("dispatch interceptors"),kMaxResponseSize:Symbol("max response size"),kHTTP2Session:Symbol("http2Session"),kHTTP2SessionState:Symbol("http2Session state"),kHTTP2BuildRequest:Symbol("http2 build request"),kHTTP1BuildRequest:Symbol("http1 build request"),kHTTP2CopyHeaders:Symbol("http2 copy headers"),kHTTPConnVersion:Symbol("http connection version"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable")}});var At=h((m_e,K_)=>{"use strict";var zt=class extends Error{constructor(e){super(e),this.name="UndiciError",this.code="UND_ERR"}},EB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="ConnectTimeoutError",this.message=e||"Connect Timeout Error",this.code="UND_ERR_CONNECT_TIMEOUT"}},CB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="HeadersTimeoutError",this.message=e||"Headers Timeout Error",this.code="UND_ERR_HEADERS_TIMEOUT"}},IB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="HeadersOverflowError",this.message=e||"Headers Overflow Error",this.code="UND_ERR_HEADERS_OVERFLOW"}},BB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="BodyTimeoutError",this.message=e||"Body Timeout Error",this.code="UND_ERR_BODY_TIMEOUT"}},QB=class t extends zt{constructor(e,r,n,i){super(e),Error.captureStackTrace(this,t),this.name="ResponseStatusCodeError",this.message=e||"Response Status Code Error",this.code="UND_ERR_RESPONSE_STATUS_CODE",this.body=i,this.status=r,this.statusCode=r,this.headers=n}},bB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="InvalidArgumentError",this.message=e||"Invalid Argument Error",this.code="UND_ERR_INVALID_ARG"}},NB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="InvalidReturnValueError",this.message=e||"Invalid Return Value Error",this.code="UND_ERR_INVALID_RETURN_VALUE"}},wB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="AbortError",this.message=e||"Request aborted",this.code="UND_ERR_ABORTED"}},SB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="InformationalError",this.message=e||"Request information",this.code="UND_ERR_INFO"}},xB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="RequestContentLengthMismatchError",this.message=e||"Request body length does not match content-length header",this.code="UND_ERR_REQ_CONTENT_LENGTH_MISMATCH"}},vB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="ResponseContentLengthMismatchError",this.message=e||"Response body length does not match content-length header",this.code="UND_ERR_RES_CONTENT_LENGTH_MISMATCH"}},RB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="ClientDestroyedError",this.message=e||"The client is destroyed",this.code="UND_ERR_DESTROYED"}},DB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="ClientClosedError",this.message=e||"The client is closed",this.code="UND_ERR_CLOSED"}},_B=class t extends zt{constructor(e,r){super(e),Error.captureStackTrace(this,t),this.name="SocketError",this.message=e||"Socket error",this.code="UND_ERR_SOCKET",this.socket=r}},Fg=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="NotSupportedError",this.message=e||"Not supported error",this.code="UND_ERR_NOT_SUPPORTED"}},kB=class extends zt{constructor(e){super(e),Error.captureStackTrace(this,Fg),this.name="MissingUpstreamError",this.message=e||"No upstream has been added to the BalancedPool",this.code="UND_ERR_BPL_MISSING_UPSTREAM"}},PB=class t extends Error{constructor(e,r,n){super(e),Error.captureStackTrace(this,t),this.name="HTTPParserError",this.code=r?`HPE_${r}`:void 0,this.data=n?n.toString():void 0}},TB=class t extends zt{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="ResponseExceededMaxSizeError",this.message=e||"Response content exceeded max size",this.code="UND_ERR_RES_EXCEEDED_MAX_SIZE"}},OB=class t extends zt{constructor(e,r,{headers:n,data:i}){super(e),Error.captureStackTrace(this,t),this.name="RequestRetryError",this.message=e||"Request retry error",this.code="UND_ERR_REQ_RETRY",this.statusCode=r,this.data=i,this.headers=n}};K_.exports={HTTPParserError:PB,UndiciError:zt,HeadersTimeoutError:CB,HeadersOverflowError:IB,BodyTimeoutError:BB,RequestContentLengthMismatchError:xB,ConnectTimeoutError:EB,ResponseStatusCodeError:QB,InvalidArgumentError:bB,InvalidReturnValueError:NB,RequestAbortedError:wB,ClientDestroyedError:RB,ClientClosedError:DB,InformationalError:SB,SocketError:_B,NotSupportedError:Fg,ResponseContentLengthMismatchError:vB,BalancedPoolMissingUpstreamError:kB,ResponseExceededMaxSizeError:TB,RequestRetryError:OB}});var Z_=h((p_e,X_)=>{"use strict";var Ug={},MB=["Accept","Accept-Encoding","Accept-Language","Accept-Ranges","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Age","Allow","Alt-Svc","Alt-Used","Authorization","Cache-Control","Clear-Site-Data","Connection","Content-Disposition","Content-Encoding","Content-Language","Content-Length","Content-Location","Content-Range","Content-Security-Policy","Content-Security-Policy-Report-Only","Content-Type","Cookie","Cross-Origin-Embedder-Policy","Cross-Origin-Opener-Policy","Cross-Origin-Resource-Policy","Date","Device-Memory","Downlink","ECT","ETag","Expect","Expect-CT","Expires","Forwarded","From","Host","If-Match","If-Modified-Since","If-None-Match","If-Range","If-Unmodified-Since","Keep-Alive","Last-Modified","Link","Location","Max-Forwards","Origin","Permissions-Policy","Pragma","Proxy-Authenticate","Proxy-Authorization","RTT","Range","Referer","Referrer-Policy","Refresh","Retry-After","Sec-WebSocket-Accept","Sec-WebSocket-Extensions","Sec-WebSocket-Key","Sec-WebSocket-Protocol","Sec-WebSocket-Version","Server","Server-Timing","Service-Worker-Allowed","Service-Worker-Navigation-Preload","Set-Cookie","SourceMap","Strict-Transport-Security","Supports-Loading-Mode","TE","Timing-Allow-Origin","Trailer","Transfer-Encoding","Upgrade","Upgrade-Insecure-Requests","User-Agent","Vary","Via","WWW-Authenticate","X-Content-Type-Options","X-DNS-Prefetch-Control","X-Frame-Options","X-Permitted-Cross-Domain-Policies","X-Powered-By","X-Requested-With","X-XSS-Protection"];for(let t=0;t<MB.length;++t){let e=MB[t],r=e.toLowerCase();Ug[e]=Ug[r]=r}Object.setPrototypeOf(Ug,null);X_.exports={wellknownHeaderNames:MB,headerNameLowerCasedRecord:Ug}});var Ue=h((y_e,lk)=>{"use strict";var nk=Q("assert"),{kDestroyed:ik,kBodyUsed:ek}=yt(),{IncomingMessage:F9}=Q("http"),JA=Q("stream"),U9=Q("net"),{InvalidArgumentError:Br}=At(),{Blob:tk}=Q("buffer"),qg=Q("util"),{stringify:q9}=Q("querystring"),{headerNameLowerCasedRecord:H9}=Z_(),[LB,rk]=process.versions.node.split(".").map(t=>Number(t));function z9(){}function FB(t){return t&&typeof t=="object"&&typeof t.pipe=="function"&&typeof t.on=="function"}function sk(t){return tk&&t instanceof tk||t&&typeof t=="object"&&(typeof t.stream=="function"||typeof t.arrayBuffer=="function")&&/^(Blob|File)$/.test(t[Symbol.toStringTag])}function j9(t,e){if(t.includes("?")||t.includes("#"))throw new Error('Query params cannot be passed when url already contains "?" or "#".');let r=q9(e);return r&&(t+="?"+r),t}function ok(t){if(typeof t=="string"){if(t=new URL(t),!/^https?:/.test(t.origin||t.protocol))throw new Br("Invalid URL protocol: the URL must start with `http:` or `https:`.");return t}if(!t||typeof t!="object")throw new Br("Invalid URL: The URL argument must be a non-null object.");if(!/^https?:/.test(t.origin||t.protocol))throw new Br("Invalid URL protocol: the URL must start with `http:` or `https:`.");if(!(t instanceof URL)){if(t.port!=null&&t.port!==""&&!Number.isFinite(parseInt(t.port)))throw new Br("Invalid URL: port must be a valid integer or a string representation of an integer.");if(t.path!=null&&typeof t.path!="string")throw new Br("Invalid URL path: the path must be a string or null/undefined.");if(t.pathname!=null&&typeof t.pathname!="string")throw new Br("Invalid URL pathname: the pathname must be a string or null/undefined.");if(t.hostname!=null&&typeof t.hostname!="string")throw new Br("Invalid URL hostname: the hostname must be a string or null/undefined.");if(t.origin!=null&&typeof t.origin!="string")throw new Br("Invalid URL origin: the origin must be a string or null/undefined.");let e=t.port!=null?t.port:t.protocol==="https:"?443:80,r=t.origin!=null?t.origin:`${t.protocol}//${t.hostname}:${e}`,n=t.path!=null?t.path:`${t.pathname||""}${t.search||""}`;r.endsWith("/")&&(r=r.substring(0,r.length-1)),n&&!n.startsWith("/")&&(n=`/${n}`),t=new URL(r+n)}return t}function G9(t){if(t=ok(t),t.pathname!=="/"||t.search||t.hash)throw new Br("invalid url");return t}function Y9(t){if(t[0]==="["){let r=t.indexOf("]");return nk(r!==-1),t.substring(1,r)}let e=t.indexOf(":");return e===-1?t:t.substring(0,e)}function J9(t){if(!t)return null;nk.strictEqual(typeof t,"string");let e=Y9(t);return U9.isIP(e)?"":e}function V9(t){return JSON.parse(JSON.stringify(t))}function W9(t){return t!=null&&typeof t[Symbol.asyncIterator]=="function"}function $9(t){return t!=null&&(typeof t[Symbol.iterator]=="function"||typeof t[Symbol.asyncIterator]=="function")}function K9(t){if(t==null)return 0;if(FB(t)){let e=t._readableState;return e&&e.objectMode===!1&&e.ended===!0&&Number.isFinite(e.length)?e.length:null}else{if(sk(t))return t.size!=null?t.size:null;if(Ak(t))return t.byteLength}return null}function UB(t){return!t||!!(t.destroyed||t[ik])}function ak(t){let e=t&&t._readableState;return UB(t)&&e&&!e.endEmitted}function X9(t,e){t==null||!FB(t)||UB(t)||(typeof t.destroy=="function"?(Object.getPrototypeOf(t).constructor===F9&&(t.socket=null),t.destroy(e)):e&&process.nextTick((r,n)=>{r.emit("error",n)},t,e),t.destroyed!==!0&&(t[ik]=!0))}var Z9=/timeout=(\d+)/;function e8(t){let e=t.toString().match(Z9);return e?parseInt(e[1],10)*1e3:null}function t8(t){return H9[t]||t.toLowerCase()}function r8(t,e={}){if(!Array.isArray(t))return t;for(let r=0;r<t.length;r+=2){let n=t[r].toString().toLowerCase(),i=e[n];i?(Array.isArray(i)||(i=[i],e[n]=i),i.push(t[r+1].toString("utf8"))):Array.isArray(t[r+1])?e[n]=t[r+1].map(s=>s.toString("utf8")):e[n]=t[r+1].toString("utf8")}return"content-length"in e&&"content-disposition"in e&&(e["content-disposition"]=Buffer.from(e["content-disposition"]).toString("latin1")),e}function n8(t){let e=[],r=!1,n=-1;for(let i=0;i<t.length;i+=2){let s=t[i+0].toString(),o=t[i+1].toString("utf8");s.length===14&&(s==="content-length"||s.toLowerCase()==="content-length")?(e.push(s,o),r=!0):s.length===19&&(s==="content-disposition"||s.toLowerCase()==="content-disposition")?n=e.push(s,o)-1:e.push(s,o)}return r&&n!==-1&&(e[n]=Buffer.from(e[n]).toString("latin1")),e}function Ak(t){return t instanceof Uint8Array||Buffer.isBuffer(t)}function i8(t,e,r){if(!t||typeof t!="object")throw new Br("handler must be an object");if(typeof t.onConnect!="function")throw new Br("invalid onConnect method");if(typeof t.onError!="function")throw new Br("invalid onError method");if(typeof t.onBodySent!="function"&&t.onBodySent!==void 0)throw new Br("invalid onBodySent method");if(r||e==="CONNECT"){if(typeof t.onUpgrade!="function")throw new Br("invalid onUpgrade method")}else{if(typeof t.onHeaders!="function")throw new Br("invalid onHeaders method");if(typeof t.onData!="function")throw new Br("invalid onData method");if(typeof t.onComplete!="function")throw new Br("invalid onComplete method")}}function s8(t){return!!(t&&(JA.isDisturbed?JA.isDisturbed(t)||t[ek]:t[ek]||t.readableDidRead||t._readableState&&t._readableState.dataEmitted||ak(t)))}function o8(t){return!!(t&&(JA.isErrored?JA.isErrored(t):/state: 'errored'/.test(qg.inspect(t))))}function a8(t){return!!(t&&(JA.isReadable?JA.isReadable(t):/state: 'readable'/.test(qg.inspect(t))))}function A8(t){return{localAddress:t.localAddress,localPort:t.localPort,remoteAddress:t.remoteAddress,remotePort:t.remotePort,remoteFamily:t.remoteFamily,timeout:t.timeout,bytesWritten:t.bytesWritten,bytesRead:t.bytesRead}}async function*c8(t){for await(let e of t)yield Buffer.isBuffer(e)?e:Buffer.from(e)}var hd;function l8(t){if(hd||(hd=Q("stream/web").ReadableStream),hd.from)return hd.from(c8(t));let e;return new hd({async start(){e=t[Symbol.asyncIterator]()},async pull(r){let{done:n,value:i}=await e.next();if(n)queueMicrotask(()=>{r.close()});else{let s=Buffer.isBuffer(i)?i:Buffer.from(i);r.enqueue(new Uint8Array(s))}return r.desiredSize>0},async cancel(r){await e.return()}},0)}function u8(t){return t&&typeof t=="object"&&typeof t.append=="function"&&typeof t.delete=="function"&&typeof t.get=="function"&&typeof t.getAll=="function"&&typeof t.has=="function"&&typeof t.set=="function"&&t[Symbol.toStringTag]==="FormData"}function d8(t){if(t){if(typeof t.throwIfAborted=="function")t.throwIfAborted();else if(t.aborted){let e=new Error("The operation was aborted");throw e.name="AbortError",e}}}function f8(t,e){return"addEventListener"in t?(t.addEventListener("abort",e,{once:!0}),()=>t.removeEventListener("abort",e)):(t.addListener("abort",e),()=>t.removeListener("abort",e))}var h8=!!String.prototype.toWellFormed;function g8(t){return h8?`${t}`.toWellFormed():qg.toUSVString?qg.toUSVString(t):`${t}`}function m8(t){if(t==null||t==="")return{start:0,end:null,size:null};let e=t?t.match(/^bytes (\d+)-(\d+)\/(\d+)?$/):null;return e?{start:parseInt(e[1]),end:e[2]?parseInt(e[2]):null,size:e[3]?parseInt(e[3]):null}:null}var ck=Object.create(null);ck.enumerable=!0;lk.exports={kEnumerableProperty:ck,nop:z9,isDisturbed:s8,isErrored:o8,isReadable:a8,toUSVString:g8,isReadableAborted:ak,isBlobLike:sk,parseOrigin:G9,parseURL:ok,getServerName:J9,isStream:FB,isIterable:$9,isAsyncIterable:W9,isDestroyed:UB,headerNameToString:t8,parseRawHeaders:n8,parseHeaders:r8,parseKeepAliveTimeout:e8,destroy:X9,bodyLength:K9,deepClone:V9,ReadableStreamFrom:l8,isBuffer:Ak,validateHandler:i8,getSocketInfo:A8,isFormDataLike:u8,buildURL:j9,throwIfAborted:d8,addAbortListener:f8,parseRangeHeader:m8,nodeMajor:LB,nodeMinor:rk,nodeHasAutoSelectFamily:LB>18||LB===18&&rk>=13,safeHTTPMethods:["GET","HEAD","OPTIONS","TRACE"]}});var fk=h((E_e,dk)=>{"use strict";var qB=Date.now(),go,mo=[];function p8(){qB=Date.now();let t=mo.length,e=0;for(;e<t;){let r=mo[e];r.state===0?r.state=qB+r.delay:r.state>0&&qB>=r.state&&(r.state=-1,r.callback(r.opaque)),r.state===-1?(r.state=-2,e!==t-1?mo[e]=mo.pop():mo.pop(),t-=1):e+=1}mo.length>0&&uk()}function uk(){go&&go.refresh?go.refresh():(clearTimeout(go),go=setTimeout(p8,1e3),go.unref&&go.unref())}var Hg=class{constructor(e,r,n){this.callback=e,this.delay=r,this.opaque=n,this.state=-2,this.refresh()}refresh(){this.state===-2&&(mo.push(this),(!go||mo.length===1)&&uk()),this.state=0}clear(){this.state=-1}};dk.exports={setTimeout(t,e,r){return e<1e3?setTimeout(t,e,r):new Hg(t,e,r)},clearTimeout(t){t instanceof Hg?t.clear():clearTimeout(t)}}});var HB=h((C_e,hk)=>{"use strict";var y8=Q("node:events").EventEmitter,E8=Q("node:util").inherits;function Ea(t){if(typeof t=="string"&&(t=Buffer.from(t)),!Buffer.isBuffer(t))throw new TypeError("The needle has to be a String or a Buffer.");let e=t.length;if(e===0)throw new Error("The needle cannot be an empty String/Buffer.");if(e>256)throw new Error("The needle cannot have a length bigger than 256.");this.maxMatches=1/0,this.matches=0,this._occ=new Array(256).fill(e),this._lookbehind_size=0,this._needle=t,this._bufpos=0,this._lookbehind=Buffer.alloc(e);for(var r=0;r<e-1;++r)this._occ[t[r]]=e-1-r}E8(Ea,y8);Ea.prototype.reset=function(){this._lookbehind_size=0,this.matches=0,this._bufpos=0};Ea.prototype.push=function(t,e){Buffer.isBuffer(t)||(t=Buffer.from(t,"binary"));let r=t.length;this._bufpos=e||0;let n;for(;n!==r&&this.matches<this.maxMatches;)n=this._sbmh_feed(t);return n};Ea.prototype._sbmh_feed=function(t){let e=t.length,r=this._needle,n=r.length,i=r[n-1],s=-this._lookbehind_size,o;if(s<0){for(;s<0&&s<=e-n;){if(o=this._sbmh_lookup_char(t,s+n-1),o===i&&this._sbmh_memcmp(t,s,n-1))return this._lookbehind_size=0,++this.matches,this.emit("info",!0),this._bufpos=s+n;s+=this._occ[o]}if(s<0)for(;s<0&&!this._sbmh_memcmp(t,s,e-s);)++s;if(s>=0)this.emit("info",!1,this._lookbehind,0,this._lookbehind_size),this._lookbehind_size=0;else{let a=this._lookbehind_size+s;return a>0&&this.emit("info",!1,this._lookbehind,0,a),this._lookbehind.copy(this._lookbehind,0,a,this._lookbehind_size-a),this._lookbehind_size-=a,t.copy(this._lookbehind,this._lookbehind_size),this._lookbehind_size+=e,this._bufpos=e,e}}if(s+=(s>=0)*this._bufpos,t.indexOf(r,s)!==-1)return s=t.indexOf(r,s),++this.matches,s>0?this.emit("info",!0,t,this._bufpos,s):this.emit("info",!0),this._bufpos=s+n;for(s=e-n;s<e&&(t[s]!==r[0]||Buffer.compare(t.subarray(s,s+e-s),r.subarray(0,e-s))!==0);)++s;return s<e&&(t.copy(this._lookbehind,0,s,s+(e-s)),this._lookbehind_size=e-s),s>0&&this.emit("info",!1,t,this._bufpos,s<e?s:e),this._bufpos=e,e};Ea.prototype._sbmh_lookup_char=function(t,e){return e<0?this._lookbehind[this._lookbehind_size+e]:t[e]};Ea.prototype._sbmh_memcmp=function(t,e,r){for(var n=0;n<r;++n)if(this._sbmh_lookup_char(t,e+n)!==this._needle[n])return!1;return!0};hk.exports=Ea});var pk=h((I_e,mk)=>{"use strict";var C8=Q("node:util").inherits,gk=Q("node:stream").Readable;function zB(t){gk.call(this,t)}C8(zB,gk);zB.prototype._read=function(t){};mk.exports=zB});var zg=h((B_e,yk)=>{"use strict";yk.exports=function(e,r,n){if(!e||e[r]===void 0||e[r]===null)return n;if(typeof e[r]!="number"||isNaN(e[r]))throw new TypeError("Limit "+r+" is not a valid number");return e[r]}});var Bk=h((Q_e,Ik)=>{"use strict";var Ck=Q("node:events").EventEmitter,I8=Q("node:util").inherits,Ek=zg(),B8=HB(),Q8=Buffer.from(`\r
\r
`),b8=/\r\n/g,N8=/^([^:]+):[ \t]?([\x00-\xFF]+)?$/;function VA(t){Ck.call(this),t=t||{};let e=this;this.nread=0,this.maxed=!1,this.npairs=0,this.maxHeaderPairs=Ek(t,"maxHeaderPairs",2e3),this.maxHeaderSize=Ek(t,"maxHeaderSize",80*1024),this.buffer="",this.header={},this.finished=!1,this.ss=new B8(Q8),this.ss.on("info",function(r,n,i,s){n&&!e.maxed&&(e.nread+s-i>=e.maxHeaderSize?(s=e.maxHeaderSize-e.nread+i,e.nread=e.maxHeaderSize,e.maxed=!0):e.nread+=s-i,e.buffer+=n.toString("binary",i,s)),r&&e._finish()})}I8(VA,Ck);VA.prototype.push=function(t){let e=this.ss.push(t);if(this.finished)return e};VA.prototype.reset=function(){this.finished=!1,this.buffer="",this.header={},this.ss.reset()};VA.prototype._finish=function(){this.buffer&&this._parseHeader(),this.ss.matches=this.ss.maxMatches;let t=this.header;this.header={},this.buffer="",this.finished=!0,this.nread=this.npairs=0,this.maxed=!1,this.emit("header",t)};VA.prototype._parseHeader=function(){if(this.npairs===this.maxHeaderPairs)return;let t=this.buffer.split(b8),e=t.length,r,n;for(var i=0;i<e;++i){if(t[i].length===0)continue;if((t[i][0]===" "||t[i][0]===" ")&&n){this.header[n][this.header[n].length-1]+=t[i];continue}let s=t[i].indexOf(":");if(s===-1||s===0)return;if(r=N8.exec(t[i]),n=r[1].toLowerCase(),this.header[n]=this.header[n]||[],this.header[n].push(r[2]||""),++this.npairs===this.maxHeaderPairs)break}};Ik.exports=VA});var GB=h((b_e,bk)=>{"use strict";var jB=Q("node:stream").Writable,w8=Q("node:util").inherits,S8=HB(),Qk=pk(),x8=Bk(),v8=45,R8=Buffer.from("-"),D8=Buffer.from(`\r
`),_8=function(){};function xi(t){if(!(this instanceof xi))return new xi(t);if(jB.call(this,t),!t||!t.headerFirst&&typeof t.boundary!="string")throw new TypeError("Boundary required");typeof t.boundary=="string"?this.setBoundary(t.boundary):this._bparser=void 0,this._headerFirst=t.headerFirst,this._dashes=0,this._parts=0,this._finished=!1,this._realFinish=!1,this._isPreamble=!0,this._justMatched=!1,this._firstWrite=!0,this._inHeader=!0,this._part=void 0,this._cb=void 0,this._ignoreData=!1,this._partOpts={highWaterMark:t.partHwm},this._pause=!1;let e=this;this._hparser=new x8(t),this._hparser.on("header",function(r){e._inHeader=!1,e._part.emit("header",r)})}w8(xi,jB);xi.prototype.emit=function(t){if(t==="finish"&&!this._realFinish){if(!this._finished){let e=this;process.nextTick(function(){if(e.emit("error",new Error("Unexpected end of multipart data")),e._part&&!e._ignoreData){let r=e._isPreamble?"Preamble":"Part";e._part.emit("error",new Error(r+" terminated early due to unexpected end of multipart data")),e._part.push(null),process.nextTick(function(){e._realFinish=!0,e.emit("finish"),e._realFinish=!1});return}e._realFinish=!0,e.emit("finish"),e._realFinish=!1})}}else jB.prototype.emit.apply(this,arguments)};xi.prototype._write=function(t,e,r){if(!this._hparser&&!this._bparser)return r();if(this._headerFirst&&this._isPreamble){this._part||(this._part=new Qk(this._partOpts),this.listenerCount("preamble")!==0?this.emit("preamble",this._part):this._ignore());let n=this._hparser.push(t);if(!this._inHeader&&n!==void 0&&n<t.length)t=t.slice(n);else return r()}this._firstWrite&&(this._bparser.push(D8),this._firstWrite=!1),this._bparser.push(t),this._pause?this._cb=r:r()};xi.prototype.reset=function(){this._part=void 0,this._bparser=void 0,this._hparser=void 0};xi.prototype.setBoundary=function(t){let e=this;this._bparser=new S8(`\r
--`+t),this._bparser.on("info",function(r,n,i,s){e._oninfo(r,n,i,s)})};xi.prototype._ignore=function(){this._part&&!this._ignoreData&&(this._ignoreData=!0,this._part.on("error",_8),this._part.resume())};xi.prototype._oninfo=function(t,e,r,n){let i,s=this,o=0,a,A=!0;if(!this._part&&this._justMatched&&e){for(;this._dashes<2&&r+o<n;)if(e[r+o]===v8)++o,++this._dashes;else{this._dashes&&(i=R8),this._dashes=0;break}if(this._dashes===2&&(r+o<n&&this.listenerCount("trailer")!==0&&this.emit("trailer",e.slice(r+o,n)),this.reset(),this._finished=!0,s._parts===0&&(s._realFinish=!0,s.emit("finish"),s._realFinish=!1)),this._dashes)return}this._justMatched&&(this._justMatched=!1),this._part||(this._part=new Qk(this._partOpts),this._part._read=function(c){s._unpause()},this._isPreamble&&this.listenerCount("preamble")!==0?this.emit("preamble",this._part):this._isPreamble!==!0&&this.listenerCount("part")!==0?this.emit("part",this._part):this._ignore(),this._isPreamble||(this._inHeader=!0)),e&&r<n&&!this._ignoreData&&(this._isPreamble||!this._inHeader?(i&&(A=this._part.push(i)),A=this._part.push(e.slice(r,n)),A||(this._pause=!0)):!this._isPreamble&&this._inHeader&&(i&&this._hparser.push(i),a=this._hparser.push(e.slice(r,n)),!this._inHeader&&a!==void 0&&a<n&&this._oninfo(!1,e,r+a,n))),t&&(this._hparser.reset(),this._isPreamble?this._isPreamble=!1:r!==n&&(++this._parts,this._part.on("end",function(){--s._parts===0&&(s._finished?(s._realFinish=!0,s.emit("finish"),s._realFinish=!1):s._unpause())})),this._part.push(null),this._part=void 0,this._ignoreData=!1,this._justMatched=!0,this._dashes=0)};xi.prototype._unpause=function(){if(this._pause&&(this._pause=!1,this._cb)){let t=this._cb;this._cb=void 0,t()}};bk.exports=xi});var jg=h((YB,Sk)=>{"use strict";var Nk=new TextDecoder("utf-8"),wk=new Map([["utf-8",Nk],["utf8",Nk]]);function k8(t){let e;for(;;)switch(t){case"utf-8":case"utf8":return gd.utf8;case"latin1":case"ascii":case"us-ascii":case"iso-8859-1":case"iso8859-1":case"iso88591":case"iso_8859-1":case"windows-1252":case"iso_8859-1:1987":case"cp1252":case"x-cp1252":return gd.latin1;case"utf16le":case"utf-16le":case"ucs2":case"ucs-2":return gd.utf16le;case"base64":return gd.base64;default:if(e===void 0){e=!0,t=t.toLowerCase();continue}return gd.other.bind(t)}}var gd={utf8:(t,e)=>t.length===0?"":(typeof t=="string"&&(t=Buffer.from(t,e)),t.utf8Slice(0,t.length)),latin1:(t,e)=>t.length===0?"":typeof t=="string"?t:t.latin1Slice(0,t.length),utf16le:(t,e)=>t.length===0?"":(typeof t=="string"&&(t=Buffer.from(t,e)),t.ucs2Slice(0,t.length)),base64:(t,e)=>t.length===0?"":(typeof t=="string"&&(t=Buffer.from(t,e)),t.base64Slice(0,t.length)),other:(t,e)=>{if(t.length===0)return"";if(typeof t=="string"&&(t=Buffer.from(t,e)),wk.has(YB.toString()))try{return wk.get(YB).decode(t)}catch{}return typeof t=="string"?t:t.toString()}};function P8(t,e,r){return t&&k8(r)(t,e)}Sk.exports=P8});var VB=h((N_e,_k)=>{"use strict";var Gg=jg(),xk=/%[a-fA-F0-9][a-fA-F0-9]/g,T8={"%00":"\0","%01":"","%02":"","%03":"","%04":"","%05":"","%06":"","%07":"\x07","%08":"\b","%09":" ","%0a":`
`,"%0A":`
`,"%0b":"\v","%0B":"\v","%0c":"\f","%0C":"\f","%0d":"\r","%0D":"\r","%0e":"","%0E":"","%0f":"","%0F":"","%10":"","%11":"","%12":"","%13":"","%14":"","%15":"","%16":"","%17":"","%18":"","%19":"","%1a":"","%1A":"","%1b":"\x1B","%1B":"\x1B","%1c":"","%1C":"","%1d":"","%1D":"","%1e":"","%1E":"","%1f":"","%1F":"","%20":" ","%21":"!","%22":'"',"%23":"#","%24":"$","%25":"%","%26":"&","%27":"'","%28":"(","%29":")","%2a":"*","%2A":"*","%2b":"+","%2B":"+","%2c":",","%2C":",","%2d":"-","%2D":"-","%2e":".","%2E":".","%2f":"/","%2F":"/","%30":"0","%31":"1","%32":"2","%33":"3","%34":"4","%35":"5","%36":"6","%37":"7","%38":"8","%39":"9","%3a":":","%3A":":","%3b":";","%3B":";","%3c":"<","%3C":"<","%3d":"=","%3D":"=","%3e":">","%3E":">","%3f":"?","%3F":"?","%40":"@","%41":"A","%42":"B","%43":"C","%44":"D","%45":"E","%46":"F","%47":"G","%48":"H","%49":"I","%4a":"J","%4A":"J","%4b":"K","%4B":"K","%4c":"L","%4C":"L","%4d":"M","%4D":"M","%4e":"N","%4E":"N","%4f":"O","%4F":"O","%50":"P","%51":"Q","%52":"R","%53":"S","%54":"T","%55":"U","%56":"V","%57":"W","%58":"X","%59":"Y","%5a":"Z","%5A":"Z","%5b":"[","%5B":"[","%5c":"\\","%5C":"\\","%5d":"]","%5D":"]","%5e":"^","%5E":"^","%5f":"_","%5F":"_","%60":"`","%61":"a","%62":"b","%63":"c","%64":"d","%65":"e","%66":"f","%67":"g","%68":"h","%69":"i","%6a":"j","%6A":"j","%6b":"k","%6B":"k","%6c":"l","%6C":"l","%6d":"m","%6D":"m","%6e":"n","%6E":"n","%6f":"o","%6F":"o","%70":"p","%71":"q","%72":"r","%73":"s","%74":"t","%75":"u","%76":"v","%77":"w","%78":"x","%79":"y","%7a":"z","%7A":"z","%7b":"{","%7B":"{","%7c":"|","%7C":"|","%7d":"}","%7D":"}","%7e":"~","%7E":"~","%7f":"\x7F","%7F":"\x7F","%80":"\x80","%81":"\x81","%82":"\x82","%83":"\x83","%84":"\x84","%85":"\x85","%86":"\x86","%87":"\x87","%88":"\x88","%89":"\x89","%8a":"\x8A","%8A":"\x8A","%8b":"\x8B","%8B":"\x8B","%8c":"\x8C","%8C":"\x8C","%8d":"\x8D","%8D":"\x8D","%8e":"\x8E","%8E":"\x8E","%8f":"\x8F","%8F":"\x8F","%90":"\x90","%91":"\x91","%92":"\x92","%93":"\x93","%94":"\x94","%95":"\x95","%96":"\x96","%97":"\x97","%98":"\x98","%99":"\x99","%9a":"\x9A","%9A":"\x9A","%9b":"\x9B","%9B":"\x9B","%9c":"\x9C","%9C":"\x9C","%9d":"\x9D","%9D":"\x9D","%9e":"\x9E","%9E":"\x9E","%9f":"\x9F","%9F":"\x9F","%a0":"\xA0","%A0":"\xA0","%a1":"\xA1","%A1":"\xA1","%a2":"\xA2","%A2":"\xA2","%a3":"\xA3","%A3":"\xA3","%a4":"\xA4","%A4":"\xA4","%a5":"\xA5","%A5":"\xA5","%a6":"\xA6","%A6":"\xA6","%a7":"\xA7","%A7":"\xA7","%a8":"\xA8","%A8":"\xA8","%a9":"\xA9","%A9":"\xA9","%aa":"\xAA","%Aa":"\xAA","%aA":"\xAA","%AA":"\xAA","%ab":"\xAB","%Ab":"\xAB","%aB":"\xAB","%AB":"\xAB","%ac":"\xAC","%Ac":"\xAC","%aC":"\xAC","%AC":"\xAC","%ad":"\xAD","%Ad":"\xAD","%aD":"\xAD","%AD":"\xAD","%ae":"\xAE","%Ae":"\xAE","%aE":"\xAE","%AE":"\xAE","%af":"\xAF","%Af":"\xAF","%aF":"\xAF","%AF":"\xAF","%b0":"\xB0","%B0":"\xB0","%b1":"\xB1","%B1":"\xB1","%b2":"\xB2","%B2":"\xB2","%b3":"\xB3","%B3":"\xB3","%b4":"\xB4","%B4":"\xB4","%b5":"\xB5","%B5":"\xB5","%b6":"\xB6","%B6":"\xB6","%b7":"\xB7","%B7":"\xB7","%b8":"\xB8","%B8":"\xB8","%b9":"\xB9","%B9":"\xB9","%ba":"\xBA","%Ba":"\xBA","%bA":"\xBA","%BA":"\xBA","%bb":"\xBB","%Bb":"\xBB","%bB":"\xBB","%BB":"\xBB","%bc":"\xBC","%Bc":"\xBC","%bC":"\xBC","%BC":"\xBC","%bd":"\xBD","%Bd":"\xBD","%bD":"\xBD","%BD":"\xBD","%be":"\xBE","%Be":"\xBE","%bE":"\xBE","%BE":"\xBE","%bf":"\xBF","%Bf":"\xBF","%bF":"\xBF","%BF":"\xBF","%c0":"\xC0","%C0":"\xC0","%c1":"\xC1","%C1":"\xC1","%c2":"\xC2","%C2":"\xC2","%c3":"\xC3","%C3":"\xC3","%c4":"\xC4","%C4":"\xC4","%c5":"\xC5","%C5":"\xC5","%c6":"\xC6","%C6":"\xC6","%c7":"\xC7","%C7":"\xC7","%c8":"\xC8","%C8":"\xC8","%c9":"\xC9","%C9":"\xC9","%ca":"\xCA","%Ca":"\xCA","%cA":"\xCA","%CA":"\xCA","%cb":"\xCB","%Cb":"\xCB","%cB":"\xCB","%CB":"\xCB","%cc":"\xCC","%Cc":"\xCC","%cC":"\xCC","%CC":"\xCC","%cd":"\xCD","%Cd":"\xCD","%cD":"\xCD","%CD":"\xCD","%ce":"\xCE","%Ce":"\xCE","%cE":"\xCE","%CE":"\xCE","%cf":"\xCF","%Cf":"\xCF","%cF":"\xCF","%CF":"\xCF","%d0":"\xD0","%D0":"\xD0","%d1":"\xD1","%D1":"\xD1","%d2":"\xD2","%D2":"\xD2","%d3":"\xD3","%D3":"\xD3","%d4":"\xD4","%D4":"\xD4","%d5":"\xD5","%D5":"\xD5","%d6":"\xD6","%D6":"\xD6","%d7":"\xD7","%D7":"\xD7","%d8":"\xD8","%D8":"\xD8","%d9":"\xD9","%D9":"\xD9","%da":"\xDA","%Da":"\xDA","%dA":"\xDA","%DA":"\xDA","%db":"\xDB","%Db":"\xDB","%dB":"\xDB","%DB":"\xDB","%dc":"\xDC","%Dc":"\xDC","%dC":"\xDC","%DC":"\xDC","%dd":"\xDD","%Dd":"\xDD","%dD":"\xDD","%DD":"\xDD","%de":"\xDE","%De":"\xDE","%dE":"\xDE","%DE":"\xDE","%df":"\xDF","%Df":"\xDF","%dF":"\xDF","%DF":"\xDF","%e0":"\xE0","%E0":"\xE0","%e1":"\xE1","%E1":"\xE1","%e2":"\xE2","%E2":"\xE2","%e3":"\xE3","%E3":"\xE3","%e4":"\xE4","%E4":"\xE4","%e5":"\xE5","%E5":"\xE5","%e6":"\xE6","%E6":"\xE6","%e7":"\xE7","%E7":"\xE7","%e8":"\xE8","%E8":"\xE8","%e9":"\xE9","%E9":"\xE9","%ea":"\xEA","%Ea":"\xEA","%eA":"\xEA","%EA":"\xEA","%eb":"\xEB","%Eb":"\xEB","%eB":"\xEB","%EB":"\xEB","%ec":"\xEC","%Ec":"\xEC","%eC":"\xEC","%EC":"\xEC","%ed":"\xED","%Ed":"\xED","%eD":"\xED","%ED":"\xED","%ee":"\xEE","%Ee":"\xEE","%eE":"\xEE","%EE":"\xEE","%ef":"\xEF","%Ef":"\xEF","%eF":"\xEF","%EF":"\xEF","%f0":"\xF0","%F0":"\xF0","%f1":"\xF1","%F1":"\xF1","%f2":"\xF2","%F2":"\xF2","%f3":"\xF3","%F3":"\xF3","%f4":"\xF4","%F4":"\xF4","%f5":"\xF5","%F5":"\xF5","%f6":"\xF6","%F6":"\xF6","%f7":"\xF7","%F7":"\xF7","%f8":"\xF8","%F8":"\xF8","%f9":"\xF9","%F9":"\xF9","%fa":"\xFA","%Fa":"\xFA","%fA":"\xFA","%FA":"\xFA","%fb":"\xFB","%Fb":"\xFB","%fB":"\xFB","%FB":"\xFB","%fc":"\xFC","%Fc":"\xFC","%fC":"\xFC","%FC":"\xFC","%fd":"\xFD","%Fd":"\xFD","%fD":"\xFD","%FD":"\xFD","%fe":"\xFE","%Fe":"\xFE","%fE":"\xFE","%FE":"\xFE","%ff":"\xFF","%Ff":"\xFF","%fF":"\xFF","%FF":"\xFF"};function vk(t){return T8[t]}var Yg=0,Rk=1,JB=2,Dk=3;function O8(t){let e=[],r=Yg,n="",i=!1,s=!1,o=0,a="",A=t.length;for(var c=0;c<A;++c){let l=t[c];if(l==="\\"&&i)if(s)s=!1;else{s=!0;continue}else if(l==='"')if(s)s=!1;else{i?(i=!1,r=Yg):i=!0;continue}else if(s&&i&&(a+="\\"),s=!1,(r===JB||r===Dk)&&l==="'"){r===JB?(r=Dk,n=a.substring(1)):r=Rk,a="";continue}else if(r===Yg&&(l==="*"||l==="=")&&e.length){r=l==="*"?JB:Rk,e[o]=[a,void 0],a="";continue}else if(!i&&l===";"){r=Yg,n?(a.length&&(a=Gg(a.replace(xk,vk),"binary",n)),n=""):a.length&&(a=Gg(a,"binary","utf8")),e[o]===void 0?e[o]=a:e[o][1]=a,a="",++o;continue}else if(!i&&(l===" "||l===" "))continue;a+=l}return n&&a.length?a=Gg(a.replace(xk,vk),"binary",n):a&&(a=Gg(a,"binary","utf8")),e[o]===void 0?a&&(e[o]=a):e[o][1]=a,e}_k.exports=O8});var Pk=h((w_e,kk)=>{"use strict";kk.exports=function(e){if(typeof e!="string")return"";for(var r=e.length-1;r>=0;--r)switch(e.charCodeAt(r)){case 47:case 92:return e=e.slice(r+1),e===".."||e==="."?"":e}return e===".."||e==="."?"":e}});var Lk=h((S_e,Mk)=>{"use strict";var{Readable:Ok}=Q("node:stream"),{inherits:M8}=Q("node:util"),L8=GB(),Tk=VB(),F8=jg(),U8=Pk(),Ca=zg(),q8=/^boundary$/i,H8=/^form-data$/i,z8=/^charset$/i,j8=/^filename$/i,G8=/^name$/i;Jg.detect=/^multipart\/form-data/i;function Jg(t,e){let r,n,i=this,s,o=e.limits,a=e.isPartAFile||((ve,z,De)=>z==="application/octet-stream"||De!==void 0),A=e.parsedConType||[],c=e.defCharset||"utf8",l=e.preservePath,u={highWaterMark:e.fileHwm};for(r=0,n=A.length;r<n;++r)if(Array.isArray(A[r])&&q8.test(A[r][0])){s=A[r][1];break}function d(){O===0&&V&&!t._done&&(V=!1,i.end())}if(typeof s!="string")throw new Error("Multipart: Boundary not found");let f=Ca(o,"fieldSize",1*1024*1024),g=Ca(o,"fileSize",1/0),m=Ca(o,"files",1/0),E=Ca(o,"fields",1/0),C=Ca(o,"parts",1/0),I=Ca(o,"headerPairs",2e3),w=Ca(o,"headerSize",80*1024),S=0,D=0,O=0,q,P,V=!1;this._needDrain=!1,this._pause=!1,this._cb=void 0,this._nparts=0,this._boy=t;let be={boundary:s,maxHeaderPairs:I,maxHeaderSize:w,partHwm:u.highWaterMark,highWaterMark:e.highWaterMark};this.parser=new L8(be),this.parser.on("drain",function(){if(i._needDrain=!1,i._cb&&!i._pause){let ve=i._cb;i._cb=void 0,ve()}}).on("part",function ve(z){if(++i._nparts>C)return i.parser.removeListener("part",ve),i.parser.on("part",WA),t.hitPartsLimit=!0,t.emit("partsLimit"),WA(z);if(P){let De=P;De.emit("end"),De.removeAllListeners("end")}z.on("header",function(De){let rt,Rr,ar,Ao,co,bi,Ni=0;if(De["content-type"]&&(ar=Tk(De["content-type"][0]),ar[0])){for(rt=ar[0].toLowerCase(),r=0,n=ar.length;r<n;++r)if(z8.test(ar[r][0])){Ao=ar[r][1].toLowerCase();break}}if(rt===void 0&&(rt="text/plain"),Ao===void 0&&(Ao=c),De["content-disposition"]){if(ar=Tk(De["content-disposition"][0]),!H8.test(ar[0]))return WA(z);for(r=0,n=ar.length;r<n;++r)G8.test(ar[r][0])?Rr=ar[r][1]:j8.test(ar[r][0])&&(bi=ar[r][1],l||(bi=U8(bi)))}else return WA(z);De["content-transfer-encoding"]?co=De["content-transfer-encoding"][0].toLowerCase():co="7bit";let lo,Bs;if(a(Rr,rt,bi)){if(S===m)return t.hitFilesLimit||(t.hitFilesLimit=!0,t.emit("filesLimit")),WA(z);if(++S,t.listenerCount("file")===0){i.parser._ignore();return}++O;let Vt=new WB(u);q=Vt,Vt.on("end",function(){if(--O,i._pause=!1,d(),i._cb&&!i._needDrain){let zn=i._cb;i._cb=void 0,zn()}}),Vt._read=function(zn){if(i._pause&&(i._pause=!1,i._cb&&!i._needDrain)){let wi=i._cb;i._cb=void 0,wi()}},t.emit("file",Rr,Vt,bi,co,rt),lo=function(zn){if((Ni+=zn.length)>g){let wi=g-Ni+zn.length;wi>0&&Vt.push(zn.slice(0,wi)),Vt.truncated=!0,Vt.bytesRead=g,z.removeAllListeners("data"),Vt.emit("limit");return}else Vt.push(zn)||(i._pause=!0);Vt.bytesRead=Ni},Bs=function(){q=void 0,Vt.push(null)}}else{if(D===E)return t.hitFieldsLimit||(t.hitFieldsLimit=!0,t.emit("fieldsLimit")),WA(z);++D,++O;let Vt="",zn=!1;P=z,lo=function(wi){if((Ni+=wi.length)>f){let uB=f-(Ni-wi.length);Vt+=wi.toString("binary",0,uB),zn=!0,z.removeAllListeners("data")}else Vt+=wi.toString("binary")},Bs=function(){P=void 0,Vt.length&&(Vt=F8(Vt,"binary",Ao)),t.emit("field",Rr,Vt,!1,zn,co,rt),--O,d()}}z._readableState.sync=!1,z.on("data",lo),z.on("end",Bs)}).on("error",function(De){q&&q.emit("error",De)})}).on("error",function(ve){t.emit("error",ve)}).on("finish",function(){V=!0,d()})}Jg.prototype.write=function(t,e){let r=this.parser.write(t);r&&!this._pause?e():(this._needDrain=!r,this._cb=e)};Jg.prototype.end=function(){let t=this;t.parser.writable?t.parser.end():t._boy._done||process.nextTick(function(){t._boy._done=!0,t._boy.emit("finish")})};function WA(t){t.resume()}function WB(t){Ok.call(this,t),this.bytesRead=0,this.truncated=!1}M8(WB,Ok);WB.prototype._read=function(t){};Mk.exports=Jg});var Uk=h((x_e,Fk)=>{"use strict";var Y8=/\+/g,J8=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];function $B(){this.buffer=void 0}$B.prototype.write=function(t){t=t.replace(Y8," ");let e="",r=0,n=0,i=t.length;for(;r<i;++r)this.buffer!==void 0?J8[t.charCodeAt(r)]?(this.buffer+=t[r],++n,this.buffer.length===2&&(e+=String.fromCharCode(parseInt(this.buffer,16)),this.buffer=void 0)):(e+="%"+this.buffer,this.buffer=void 0,--r):t[r]==="%"&&(r>n&&(e+=t.substring(n,r),n=r),this.buffer="",++n);return n<i&&this.buffer===void 0&&(e+=t.substring(n)),e};$B.prototype.reset=function(){this.buffer=void 0};Fk.exports=$B});var Hk=h((v_e,qk)=>{"use strict";var V8=Uk(),$A=jg(),KB=zg(),W8=/^charset$/i;Vg.detect=/^application\/x-www-form-urlencoded/i;function Vg(t,e){let r=e.limits,n=e.parsedConType;this.boy=t,this.fieldSizeLimit=KB(r,"fieldSize",1*1024*1024),this.fieldNameSizeLimit=KB(r,"fieldNameSize",100),this.fieldsLimit=KB(r,"fields",1/0);let i;for(var s=0,o=n.length;s<o;++s)if(Array.isArray(n[s])&&W8.test(n[s][0])){i=n[s][1].toLowerCase();break}i===void 0&&(i=e.defCharset||"utf8"),this.decoder=new V8,this.charset=i,this._fields=0,this._state="key",this._checkingBytes=!0,this._bytesKey=0,this._bytesVal=0,this._key="",this._val="",this._keyTrunc=!1,this._valTrunc=!1,this._hitLimit=!1}Vg.prototype.write=function(t,e){if(this._fields===this.fieldsLimit)return this.boy.hitFieldsLimit||(this.boy.hitFieldsLimit=!0,this.boy.emit("fieldsLimit")),e();let r,n,i,s=0,o=t.length;for(;s<o;)if(this._state==="key"){for(r=n=void 0,i=s;i<o;++i){if(this._checkingBytes||++s,t[i]===61){r=i;break}else if(t[i]===38){n=i;break}if(this._checkingBytes&&this._bytesKey===this.fieldNameSizeLimit){this._hitLimit=!0;break}else this._checkingBytes&&++this._bytesKey}if(r!==void 0)r>s&&(this._key+=this.decoder.write(t.toString("binary",s,r))),this._state="val",this._hitLimit=!1,this._checkingBytes=!0,this._val="",this._bytesVal=0,this._valTrunc=!1,this.decoder.reset(),s=r+1;else if(n!==void 0){++this._fields;let a,A=this._keyTrunc;if(n>s?a=this._key+=this.decoder.write(t.toString("binary",s,n)):a=this._key,this._hitLimit=!1,this._checkingBytes=!0,this._key="",this._bytesKey=0,this._keyTrunc=!1,this.decoder.reset(),a.length&&this.boy.emit("field",$A(a,"binary",this.charset),"",A,!1),s=n+1,this._fields===this.fieldsLimit)return e()}else this._hitLimit?(i>s&&(this._key+=this.decoder.write(t.toString("binary",s,i))),s=i,(this._bytesKey=this._key.length)===this.fieldNameSizeLimit&&(this._checkingBytes=!1,this._keyTrunc=!0)):(s<o&&(this._key+=this.decoder.write(t.toString("binary",s))),s=o)}else{for(n=void 0,i=s;i<o;++i){if(this._checkingBytes||++s,t[i]===38){n=i;break}if(this._checkingBytes&&this._bytesVal===this.fieldSizeLimit){this._hitLimit=!0;break}else this._checkingBytes&&++this._bytesVal}if(n!==void 0){if(++this._fields,n>s&&(this._val+=this.decoder.write(t.toString("binary",s,n))),this.boy.emit("field",$A(this._key,"binary",this.charset),$A(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc),this._state="key",this._hitLimit=!1,this._checkingBytes=!0,this._key="",this._bytesKey=0,this._keyTrunc=!1,this.decoder.reset(),s=n+1,this._fields===this.fieldsLimit)return e()}else this._hitLimit?(i>s&&(this._val+=this.decoder.write(t.toString("binary",s,i))),s=i,(this._val===""&&this.fieldSizeLimit===0||(this._bytesVal=this._val.length)===this.fieldSizeLimit)&&(this._checkingBytes=!1,this._valTrunc=!0)):(s<o&&(this._val+=this.decoder.write(t.toString("binary",s))),s=o)}e()};Vg.prototype.end=function(){this.boy._done||(this._state==="key"&&this._key.length>0?this.boy.emit("field",$A(this._key,"binary",this.charset),"",this._keyTrunc,!1):this._state==="val"&&this.boy.emit("field",$A(this._key,"binary",this.charset),$A(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc),this.boy._done=!0,this.boy.emit("finish"))};qk.exports=Vg});var Gk=h((R_e,md)=>{"use strict";var XB=Q("node:stream").Writable,{inherits:$8}=Q("node:util"),K8=GB(),zk=Lk(),jk=Hk(),X8=VB();function bs(t){if(!(this instanceof bs))return new bs(t);if(typeof t!="object")throw new TypeError("Busboy expected an options-Object.");if(typeof t.headers!="object")throw new TypeError("Busboy expected an options-Object with headers-attribute.");if(typeof t.headers["content-type"]!="string")throw new TypeError("Missing Content-Type-header.");let{headers:e,...r}=t;this.opts={autoDestroy:!1,...r},XB.call(this,this.opts),this._done=!1,this._parser=this.getParserByHeaders(e),this._finished=!1}$8(bs,XB);bs.prototype.emit=function(t){if(t==="finish"){if(this._done){if(this._finished)return}else{this._parser?.end();return}this._finished=!0}XB.prototype.emit.apply(this,arguments)};bs.prototype.getParserByHeaders=function(t){let e=X8(t["content-type"]),r={defCharset:this.opts.defCharset,fileHwm:this.opts.fileHwm,headers:t,highWaterMark:this.opts.highWaterMark,isPartAFile:this.opts.isPartAFile,limits:this.opts.limits,parsedConType:e,preservePath:this.opts.preservePath};if(zk.detect.test(e[0]))return new zk(this,r);if(jk.detect.test(e[0]))return new jk(this,r);throw new Error("Unsupported Content-Type.")};bs.prototype._write=function(t,e,r){this._parser.write(t,r)};md.exports=bs;md.exports.default=bs;md.exports.Busboy=bs;md.exports.Dicer=K8});var po=h((D_e,Zk)=>{"use strict";var{MessageChannel:Z8,receiveMessageOnPort:eX}=Q("worker_threads"),Yk=["GET","HEAD","POST"],tX=new Set(Yk),rX=[101,204,205,304],Jk=[301,302,303,307,308],nX=new Set(Jk),Vk=["1","7","9","11","13","15","17","19","20","21","22","23","25","37","42","43","53","69","77","79","87","95","101","102","103","104","109","110","111","113","115","117","119","123","135","137","139","143","161","179","389","427","465","512","513","514","515","526","530","531","532","540","548","554","556","563","587","601","636","989","990","993","995","1719","1720","1723","2049","3659","4045","5060","5061","6000","6566","6665","6666","6667","6668","6669","6697","10080"],iX=new Set(Vk),Wk=["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"],sX=new Set(Wk),oX=["follow","manual","error"],$k=["GET","HEAD","OPTIONS","TRACE"],aX=new Set($k),AX=["navigate","same-origin","no-cors","cors"],cX=["omit","same-origin","include"],lX=["default","no-store","reload","no-cache","force-cache","only-if-cached"],uX=["content-encoding","content-language","content-location","content-type","content-length"],dX=["half"],Kk=["CONNECT","TRACE","TRACK"],fX=new Set(Kk),Xk=["audio","audioworklet","font","image","manifest","paintworklet","script","style","track","video","xslt",""],hX=new Set(Xk),gX=globalThis.DOMException??(()=>{try{atob("~")}catch(t){return Object.getPrototypeOf(t).constructor}})(),KA,mX=globalThis.structuredClone??function(e,r=void 0){if(arguments.length===0)throw new TypeError("missing argument");return KA||(KA=new Z8),KA.port1.unref(),KA.port2.unref(),KA.port1.postMessage(e,r?.transfer),eX(KA.port2).message};Zk.exports={DOMException:gX,structuredClone:mX,subresource:Xk,forbiddenMethods:Kk,requestBodyHeader:uX,referrerPolicy:Wk,requestRedirect:oX,requestMode:AX,requestCredentials:cX,requestCache:lX,redirectStatus:Jk,corsSafeListedMethods:Yk,nullBodyStatus:rX,safeMethods:$k,badPorts:Vk,requestDuplex:dX,subresourceSet:hX,badPortsSet:iX,redirectStatusSet:nX,corsSafeListedMethodsSet:tX,safeMethodsSet:aX,forbiddenMethodsSet:fX,referrerPolicySet:sX}});var XA=h((__e,eP)=>{"use strict";var ZB=Symbol.for("undici.globalOrigin.1");function pX(){return globalThis[ZB]}function yX(t){if(t===void 0){Object.defineProperty(globalThis,ZB,{value:void 0,writable:!0,enumerable:!1,configurable:!1});return}let e=new URL(t);if(e.protocol!=="http:"&&e.protocol!=="https:")throw new TypeError(`Only http & https urls are allowed, received ${e.protocol}`);Object.defineProperty(globalThis,ZB,{value:e,writable:!0,enumerable:!1,configurable:!1})}eP.exports={getGlobalOrigin:pX,setGlobalOrigin:yX}});var Yn=h((k_e,AP)=>{"use strict";var{redirectStatusSet:EX,referrerPolicySet:CX,badPortsSet:IX}=po(),{getGlobalOrigin:BX}=XA(),{performance:QX}=Q("perf_hooks"),{isBlobLike:bX,toUSVString:NX,ReadableStreamFrom:wX}=Ue(),ZA=Q("assert"),{isUint8Array:SX}=Q("util/types"),tP=[],Wg;try{Wg=Q("crypto");let t=["sha256","sha384","sha512"];tP=Wg.getHashes().filter(e=>t.includes(e))}catch{}function rP(t){let e=t.urlList,r=e.length;return r===0?null:e[r-1].toString()}function xX(t,e){if(!EX.has(t.status))return null;let r=t.headersList.get("location");return r!==null&&iP(r)&&(r=new URL(r,rP(t))),r&&!r.hash&&(r.hash=e),r}function yd(t){return t.urlList[t.urlList.length-1]}function vX(t){let e=yd(t);return aP(e)&&IX.has(e.port)?"blocked":"allowed"}function RX(t){return t instanceof Error||t?.constructor?.name==="Error"||t?.constructor?.name==="DOMException"}function DX(t){for(let e=0;e<t.length;++e){let r=t.charCodeAt(e);if(!(r===9||r>=32&&r<=126||r>=128&&r<=255))return!1}return!0}function _X(t){switch(t){case 34:case 40:case 41:case 44:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 123:case 125:return!1;default:return t>=33&&t<=126}}function nP(t){if(t.length===0)return!1;for(let e=0;e<t.length;++e)if(!_X(t.charCodeAt(e)))return!1;return!0}function kX(t){return nP(t)}function iP(t){return!(t.startsWith(" ")||t.startsWith(" ")||t.endsWith(" ")||t.endsWith(" ")||t.includes("\0")||t.includes("\r")||t.includes(`
`))}function PX(t,e){let{headersList:r}=e,n=(r.get("referrer-policy")??"").split(","),i="";if(n.length>0)for(let s=n.length;s!==0;s--){let o=n[s-1].trim();if(CX.has(o)){i=o;break}}i!==""&&(t.referrerPolicy=i)}function TX(){return"allowed"}function OX(){return"success"}function MX(){return"success"}function LX(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e)}function FX(t){let e=t.origin;if(t.responseTainting==="cors"||t.mode==="websocket")e&&t.headersList.append("origin",e);else if(t.method!=="GET"&&t.method!=="HEAD"){switch(t.referrerPolicy){case"no-referrer":e=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":t.origin&&rQ(t.origin)&&!rQ(yd(t))&&(e=null);break;case"same-origin":$g(t,yd(t))||(e=null);break;default:}e&&t.headersList.append("origin",e)}}function UX(t){return QX.now()}function qX(t){return{startTime:t.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:t.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}function HX(){return{referrerPolicy:"strict-origin-when-cross-origin"}}function zX(t){return{referrerPolicy:t.referrerPolicy}}function jX(t){let e=t.referrerPolicy;ZA(e);let r=null;if(t.referrer==="client"){let a=BX();if(!a||a.origin==="null")return"no-referrer";r=new URL(a)}else t.referrer instanceof URL&&(r=t.referrer);let n=eQ(r),i=eQ(r,!0);n.toString().length>4096&&(n=i);let s=$g(t,n),o=pd(n)&&!pd(t.url);switch(e){case"origin":return i??eQ(r,!0);case"unsafe-url":return n;case"same-origin":return s?i:"no-referrer";case"origin-when-cross-origin":return s?n:i;case"strict-origin-when-cross-origin":{let a=yd(t);return $g(n,a)?n:pd(n)&&!pd(a)?"no-referrer":i}default:return o?"no-referrer":i}}function eQ(t,e){return ZA(t instanceof URL),t.protocol==="file:"||t.protocol==="about:"||t.protocol==="blank:"?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}function pd(t){if(!(t instanceof URL))return!1;if(t.href==="about:blank"||t.href==="about:srcdoc"||t.protocol==="data:"||t.protocol==="file:")return!0;return e(t.origin);function e(r){if(r==null||r==="null")return!1;let n=new URL(r);return!!(n.protocol==="https:"||n.protocol==="wss:"||/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(n.hostname)||n.hostname==="localhost"||n.hostname.includes("localhost.")||n.hostname.endsWith(".localhost"))}}function GX(t,e){if(Wg===void 0)return!0;let r=sP(e);if(r==="no metadata"||r.length===0)return!0;let n=JX(r),i=VX(r,n);for(let s of i){let o=s.algo,a=s.hash,A=Wg.createHash(o).update(t).digest("base64");if(A[A.length-1]==="="&&(A[A.length-2]==="="?A=A.slice(0,-2):A=A.slice(0,-1)),WX(A,a))return!0}return!1}var YX=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function sP(t){let e=[],r=!0;for(let n of t.split(" ")){r=!1;let i=YX.exec(n);if(i===null||i.groups===void 0||i.groups.algo===void 0)continue;let s=i.groups.algo.toLowerCase();tP.includes(s)&&e.push(i.groups)}return r===!0?"no metadata":e}function JX(t){let e=t[0].algo;if(e[3]==="5")return e;for(let r=1;r<t.length;++r){let n=t[r];if(n.algo[3]==="5"){e="sha512";break}else{if(e[3]==="3")continue;n.algo[3]==="3"&&(e="sha384")}}return e}function VX(t,e){if(t.length===1)return t;let r=0;for(let n=0;n<t.length;++n)t[n].algo===e&&(t[r++]=t[n]);return t.length=r,t}function WX(t,e){if(t.length!==e.length)return!1;for(let r=0;r<t.length;++r)if(t[r]!==e[r]){if(t[r]==="+"&&e[r]==="-"||t[r]==="/"&&e[r]==="_")continue;return!1}return!0}function $X(t){}function $g(t,e){return t.origin===e.origin&&t.origin==="null"||t.protocol===e.protocol&&t.hostname===e.hostname&&t.port===e.port}function KX(){let t,e;return{promise:new Promise((n,i)=>{t=n,e=i}),resolve:t,reject:e}}function XX(t){return t.controller.state==="aborted"}function ZX(t){return t.controller.state==="aborted"||t.controller.state==="terminated"}var nQ={delete:"DELETE",DELETE:"DELETE",get:"GET",GET:"GET",head:"HEAD",HEAD:"HEAD",options:"OPTIONS",OPTIONS:"OPTIONS",post:"POST",POST:"POST",put:"PUT",PUT:"PUT"};Object.setPrototypeOf(nQ,null);function e5(t){return nQ[t.toLowerCase()]??t}function t5(t){let e=JSON.stringify(t);if(e===void 0)throw new TypeError("Value is not JSON serializable");return ZA(typeof e=="string"),e}var r5=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function n5(t,e,r){let n={index:0,kind:r,target:t},i={next(){if(Object.getPrototypeOf(this)!==i)throw new TypeError(`'next' called on an object that does not implement interface ${e} Iterator.`);let{index:s,kind:o,target:a}=n,A=a(),c=A.length;if(s>=c)return{value:void 0,done:!0};let l=A[s];return n.index=s+1,i5(l,o)},[Symbol.toStringTag]:`${e} Iterator`};return Object.setPrototypeOf(i,r5),Object.setPrototypeOf({},i)}function i5(t,e){let r;switch(e){case"key":{r=t[0];break}case"value":{r=t[1];break}case"key+value":{r=t;break}}return{value:r,done:!1}}async function s5(t,e,r){let n=e,i=r,s;try{s=t.stream.getReader()}catch(o){i(o);return}try{let o=await oP(s);n(o)}catch(o){i(o)}}var tQ=globalThis.ReadableStream;function o5(t){return tQ||(tQ=Q("stream/web").ReadableStream),t instanceof tQ||t[Symbol.toStringTag]==="ReadableStream"&&typeof t.tee=="function"}var a5=65535;function A5(t){return t.length<a5?String.fromCharCode(...t):t.reduce((e,r)=>e+String.fromCharCode(r),"")}function c5(t){try{t.close()}catch(e){if(!e.message.includes("Controller is already closed"))throw e}}function l5(t){for(let e=0;e<t.length;e++)ZA(t.charCodeAt(e)<=255);return t}async function oP(t){let e=[],r=0;for(;;){let{done:n,value:i}=await t.read();if(n)return Buffer.concat(e,r);if(!SX(i))throw new TypeError("Received non-Uint8Array chunk");e.push(i),r+=i.length}}function u5(t){ZA("protocol"in t);let e=t.protocol;return e==="about:"||e==="blob:"||e==="data:"}function rQ(t){return typeof t=="string"?t.startsWith("https:"):t.protocol==="https:"}function aP(t){ZA("protocol"in t);let e=t.protocol;return e==="http:"||e==="https:"}var d5=Object.hasOwn||((t,e)=>Object.prototype.hasOwnProperty.call(t,e));AP.exports={isAborted:XX,isCancelled:ZX,createDeferredPromise:KX,ReadableStreamFrom:wX,toUSVString:NX,tryUpgradeRequestToAPotentiallyTrustworthyURL:$X,coarsenedSharedCurrentTime:UX,determineRequestsReferrer:jX,makePolicyContainer:HX,clonePolicyContainer:zX,appendFetchMetadata:LX,appendRequestOriginHeader:FX,TAOCheck:MX,corsCheck:OX,crossOriginResourcePolicyCheck:TX,createOpaqueTimingInfo:qX,setRequestReferrerPolicyOnRedirect:PX,isValidHTTPToken:nP,requestBadPort:vX,requestCurrentURL:yd,responseURL:rP,responseLocationURL:xX,isBlobLike:bX,isURLPotentiallyTrustworthy:pd,isValidReasonPhrase:DX,sameOrigin:$g,normalizeMethod:e5,serializeJavascriptValueToJSONString:t5,makeIterator:n5,isValidHeaderName:kX,isValidHeaderValue:iP,hasOwn:d5,isErrorLike:RX,fullyReadBody:s5,bytesMatch:GX,isReadableStreamLike:o5,readableStreamClose:c5,isomorphicEncode:l5,isomorphicDecode:A5,urlIsLocal:u5,urlHasHttpsScheme:rQ,urlIsHttpHttpsScheme:aP,readAllBytes:oP,normalizeMethodRecord:nQ,parseMetadata:sP}});var Ns=h((P_e,cP)=>{"use strict";cP.exports={kUrl:Symbol("url"),kHeaders:Symbol("headers"),kSignal:Symbol("signal"),kState:Symbol("state"),kGuard:Symbol("guard"),kRealm:Symbol("realm")}});var qr=h((T_e,uP)=>{"use strict";var{types:ji}=Q("util"),{hasOwn:lP,toUSVString:f5}=Yn(),j={};j.converters={};j.util={};j.errors={};j.errors.exception=function(t){return new TypeError(`${t.header}: ${t.message}`)};j.errors.conversionFailed=function(t){let e=t.types.length===1?"":" one of",r=`${t.argument} could not be converted to${e}: ${t.types.join(", ")}.`;return j.errors.exception({header:t.prefix,message:r})};j.errors.invalidArgument=function(t){return j.errors.exception({header:t.prefix,message:`"${t.value}" is an invalid ${t.type}.`})};j.brandCheck=function(t,e,r=void 0){if(r?.strict!==!1&&!(t instanceof e))throw new TypeError("Illegal invocation");return t?.[Symbol.toStringTag]===e.prototype[Symbol.toStringTag]};j.argumentLengthCheck=function({length:t},e,r){if(t<e)throw j.errors.exception({message:`${e} argument${e!==1?"s":""} required, but${t?" only":""} ${t} found.`,...r})};j.illegalConstructor=function(){throw j.errors.exception({header:"TypeError",message:"Illegal constructor"})};j.util.Type=function(t){switch(typeof t){case"undefined":return"Undefined";case"boolean":return"Boolean";case"string":return"String";case"symbol":return"Symbol";case"number":return"Number";case"bigint":return"BigInt";case"function":case"object":return t===null?"Null":"Object"}};j.util.ConvertToInt=function(t,e,r,n={}){let i,s;e===64?(i=Math.pow(2,53)-1,r==="unsigned"?s=0:s=Math.pow(-2,53)+1):r==="unsigned"?(s=0,i=Math.pow(2,e)-1):(s=Math.pow(-2,e)-1,i=Math.pow(2,e-1)-1);let o=Number(t);if(o===0&&(o=0),n.enforceRange===!0){if(Number.isNaN(o)||o===Number.POSITIVE_INFINITY||o===Number.NEGATIVE_INFINITY)throw j.errors.exception({header:"Integer conversion",message:`Could not convert ${t} to an integer.`});if(o=j.util.IntegerPart(o),o<s||o>i)throw j.errors.exception({header:"Integer conversion",message:`Value must be between ${s}-${i}, got ${o}.`});return o}return!Number.isNaN(o)&&n.clamp===!0?(o=Math.min(Math.max(o,s),i),Math.floor(o)%2===0?o=Math.floor(o):o=Math.ceil(o),o):Number.isNaN(o)||o===0&&Object.is(0,o)||o===Number.POSITIVE_INFINITY||o===Number.NEGATIVE_INFINITY?0:(o=j.util.IntegerPart(o),o=o%Math.pow(2,e),r==="signed"&&o>=Math.pow(2,e)-1?o-Math.pow(2,e):o)};j.util.IntegerPart=function(t){let e=Math.floor(Math.abs(t));return t<0?-1*e:e};j.sequenceConverter=function(t){return e=>{if(j.util.Type(e)!=="Object")throw j.errors.exception({header:"Sequence",message:`Value of type ${j.util.Type(e)} is not an Object.`});let r=e?.[Symbol.iterator]?.(),n=[];if(r===void 0||typeof r.next!="function")throw j.errors.exception({header:"Sequence",message:"Object is not an iterator."});for(;;){let{done:i,value:s}=r.next();if(i)break;n.push(t(s))}return n}};j.recordConverter=function(t,e){return r=>{if(j.util.Type(r)!=="Object")throw j.errors.exception({header:"Record",message:`Value of type ${j.util.Type(r)} is not an Object.`});let n={};if(!ji.isProxy(r)){let s=Object.keys(r);for(let o of s){let a=t(o),A=e(r[o]);n[a]=A}return n}let i=Reflect.ownKeys(r);for(let s of i)if(Reflect.getOwnPropertyDescriptor(r,s)?.enumerable){let a=t(s),A=e(r[s]);n[a]=A}return n}};j.interfaceConverter=function(t){return(e,r={})=>{if(r.strict!==!1&&!(e instanceof t))throw j.errors.exception({header:t.name,message:`Expected ${e} to be an instance of ${t.name}.`});return e}};j.dictionaryConverter=function(t){return e=>{let r=j.util.Type(e),n={};if(r==="Null"||r==="Undefined")return n;if(r!=="Object")throw j.errors.exception({header:"Dictionary",message:`Expected ${e} to be one of: Null, Undefined, Object.`});for(let i of t){let{key:s,defaultValue:o,required:a,converter:A}=i;if(a===!0&&!lP(e,s))throw j.errors.exception({header:"Dictionary",message:`Missing required key "${s}".`});let c=e[s],l=lP(i,"defaultValue");if(l&&c!==null&&(c=c??o),a||l||c!==void 0){if(c=A(c),i.allowedValues&&!i.allowedValues.includes(c))throw j.errors.exception({header:"Dictionary",message:`${c} is not an accepted type. Expected one of ${i.allowedValues.join(", ")}.`});n[s]=c}}return n}};j.nullableConverter=function(t){return e=>e===null?e:t(e)};j.converters.DOMString=function(t,e={}){if(t===null&&e.legacyNullToEmptyString)return"";if(typeof t=="symbol")throw new TypeError("Could not convert argument of type symbol to string.");return String(t)};j.converters.ByteString=function(t){let e=j.converters.DOMString(t);for(let r=0;r<e.length;r++)if(e.charCodeAt(r)>255)throw new TypeError(`Cannot convert argument to a ByteString because the character at index ${r} has a value of ${e.charCodeAt(r)} which is greater than 255.`);return e};j.converters.USVString=f5;j.converters.boolean=function(t){return!!t};j.converters.any=function(t){return t};j.converters["long long"]=function(t){return j.util.ConvertToInt(t,64,"signed")};j.converters["unsigned long long"]=function(t){return j.util.ConvertToInt(t,64,"unsigned")};j.converters["unsigned long"]=function(t){return j.util.ConvertToInt(t,32,"unsigned")};j.converters["unsigned short"]=function(t,e){return j.util.ConvertToInt(t,16,"unsigned",e)};j.converters.ArrayBuffer=function(t,e={}){if(j.util.Type(t)!=="Object"||!ji.isAnyArrayBuffer(t))throw j.errors.conversionFailed({prefix:`${t}`,argument:`${t}`,types:["ArrayBuffer"]});if(e.allowShared===!1&&ji.isSharedArrayBuffer(t))throw j.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."});return t};j.converters.TypedArray=function(t,e,r={}){if(j.util.Type(t)!=="Object"||!ji.isTypedArray(t)||t.constructor.name!==e.name)throw j.errors.conversionFailed({prefix:`${e.name}`,argument:`${t}`,types:[e.name]});if(r.allowShared===!1&&ji.isSharedArrayBuffer(t.buffer))throw j.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."});return t};j.converters.DataView=function(t,e={}){if(j.util.Type(t)!=="Object"||!ji.isDataView(t))throw j.errors.exception({header:"DataView",message:"Object is not a DataView."});if(e.allowShared===!1&&ji.isSharedArrayBuffer(t.buffer))throw j.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."});return t};j.converters.BufferSource=function(t,e={}){if(ji.isAnyArrayBuffer(t))return j.converters.ArrayBuffer(t,e);if(ji.isTypedArray(t))return j.converters.TypedArray(t,t.constructor);if(ji.isDataView(t))return j.converters.DataView(t,e);throw new TypeError(`Could not convert ${t} to a BufferSource.`)};j.converters["sequence<ByteString>"]=j.sequenceConverter(j.converters.ByteString);j.converters["sequence<sequence<ByteString>>"]=j.sequenceConverter(j.converters["sequence<ByteString>"]);j.converters["record<ByteString, ByteString>"]=j.recordConverter(j.converters.ByteString,j.converters.ByteString);uP.exports={webidl:j}});var vi=h((O_e,pP)=>{var Xg=Q("assert"),{atob:h5}=Q("buffer"),{isomorphicDecode:g5}=Yn(),m5=new TextEncoder,Kg=/^[!#$%&'*+-.^_|~A-Za-z0-9]+$/,p5=/(\u000A|\u000D|\u0009|\u0020)/,y5=/[\u0009|\u0020-\u007E|\u0080-\u00FF]/;function E5(t){Xg(t.protocol==="data:");let e=hP(t,!0);e=e.slice(5);let r={position:0},n=ec(",",e,r),i=n.length;if(n=Q5(n,!0,!0),r.position>=e.length)return"failure";r.position++;let s=e.slice(i+1),o=gP(s);if(/;(\u0020){0,}base64$/i.test(n)){let A=g5(o);if(o=I5(A),o==="failure")return"failure";n=n.slice(0,-6),n=n.replace(/(\u0020)+$/,""),n=n.slice(0,-1)}n.startsWith(";")&&(n="text/plain"+n);let a=sQ(n);return a==="failure"&&(a=sQ("text/plain;charset=US-ASCII")),{mimeType:a,body:o}}function hP(t,e=!1){if(!e)return t.href;let r=t.href,n=t.hash.length;return n===0?r:r.substring(0,r.length-n)}function Zg(t,e,r){let n="";for(;r.position<e.length&&t(e[r.position]);)n+=e[r.position],r.position++;return n}function ec(t,e,r){let n=e.indexOf(t,r.position),i=r.position;return n===-1?(r.position=e.length,e.slice(i)):(r.position=n,e.slice(i,r.position))}function gP(t){let e=m5.encode(t);return C5(e)}function C5(t){let e=[];for(let r=0;r<t.length;r++){let n=t[r];if(n!==37)e.push(n);else if(n===37&&!/^[0-9A-Fa-f]{2}$/i.test(String.fromCharCode(t[r+1],t[r+2])))e.push(37);else{let i=String.fromCharCode(t[r+1],t[r+2]),s=Number.parseInt(i,16);e.push(s),r+=2}}return Uint8Array.from(e)}function sQ(t){t=iQ(t,!0,!0);let e={position:0},r=ec("/",t,e);if(r.length===0||!Kg.test(r)||e.position>t.length)return"failure";e.position++;let n=ec(";",t,e);if(n=iQ(n,!1,!0),n.length===0||!Kg.test(n))return"failure";let i=r.toLowerCase(),s=n.toLowerCase(),o={type:i,subtype:s,parameters:new Map,essence:`${i}/${s}`};for(;e.position<t.length;){e.position++,Zg(c=>p5.test(c),t,e);let a=Zg(c=>c!==";"&&c!=="=",t,e);if(a=a.toLowerCase(),e.position<t.length){if(t[e.position]===";")continue;e.position++}if(e.position>t.length)break;let A=null;if(t[e.position]==='"')A=mP(t,e,!0),ec(";",t,e);else if(A=ec(";",t,e),A=iQ(A,!1,!0),A.length===0)continue;a.length!==0&&Kg.test(a)&&(A.length===0||y5.test(A))&&!o.parameters.has(a)&&o.parameters.set(a,A)}return o}function I5(t){if(t=t.replace(/[\u0009\u000A\u000C\u000D\u0020]/g,""),t.length%4===0&&(t=t.replace(/=?=$/,"")),t.length%4===1||/[^+/0-9A-Za-z]/.test(t))return"failure";let e=h5(t),r=new Uint8Array(e.length);for(let n=0;n<e.length;n++)r[n]=e.charCodeAt(n);return r}function mP(t,e,r){let n=e.position,i="";for(Xg(t[e.position]==='"'),e.position++;i+=Zg(o=>o!=='"'&&o!=="\\",t,e),!(e.position>=t.length);){let s=t[e.position];if(e.position++,s==="\\"){if(e.position>=t.length){i+="\\";break}i+=t[e.position],e.position++}else{Xg(s==='"');break}}return r?i:t.slice(n,e.position)}function B5(t){Xg(t!=="failure");let{parameters:e,essence:r}=t,n=r;for(let[i,s]of e.entries())n+=";",n+=i,n+="=",Kg.test(s)||(s=s.replace(/(\\|")/g,"\\$1"),s='"'+s,s+='"'),n+=s;return n}function dP(t){return t==="\r"||t===`
`||t===" "||t===" "}function iQ(t,e=!0,r=!0){let n=0,i=t.length-1;if(e)for(;n<t.length&&dP(t[n]);n++);if(r)for(;i>0&&dP(t[i]);i--);return t.slice(n,i+1)}function fP(t){return t==="\r"||t===`
`||t===" "||t==="\f"||t===" "}function Q5(t,e=!0,r=!0){let n=0,i=t.length-1;if(e)for(;n<t.length&&fP(t[n]);n++);if(r)for(;i>0&&fP(t[i]);i--);return t.slice(n,i+1)}pP.exports={dataURLProcessor:E5,URLSerializer:hP,collectASequenceOfCodePoints:Zg,collectASequenceOfCodePointsFast:ec,stringPercentDecode:gP,parseMIMEType:sQ,collectAnHTTPQuotedString:mP,serializeAMimeType:B5}});var em=h((M_e,BP)=>{"use strict";var{Blob:CP,File:yP}=Q("buffer"),{types:oQ}=Q("util"),{kState:wn}=Ns(),{isBlobLike:IP}=Yn(),{webidl:Ve}=qr(),{parseMIMEType:b5,serializeAMimeType:N5}=vi(),{kEnumerableProperty:EP}=Ue(),w5=new TextEncoder,Ed=class t extends CP{constructor(e,r,n={}){Ve.argumentLengthCheck(arguments,2,{header:"File constructor"}),e=Ve.converters["sequence<BlobPart>"](e),r=Ve.converters.USVString(r),n=Ve.converters.FilePropertyBag(n);let i=r,s=n.type,o;e:{if(s){if(s=b5(s),s==="failure"){s="";break e}s=N5(s).toLowerCase()}o=n.lastModified}super(S5(e,n),{type:s}),this[wn]={name:i,lastModified:o,type:s}}get name(){return Ve.brandCheck(this,t),this[wn].name}get lastModified(){return Ve.brandCheck(this,t),this[wn].lastModified}get type(){return Ve.brandCheck(this,t),this[wn].type}},aQ=class t{constructor(e,r,n={}){let i=r,s=n.type,o=n.lastModified??Date.now();this[wn]={blobLike:e,name:i,type:s,lastModified:o}}stream(...e){return Ve.brandCheck(this,t),this[wn].blobLike.stream(...e)}arrayBuffer(...e){return Ve.brandCheck(this,t),this[wn].blobLike.arrayBuffer(...e)}slice(...e){return Ve.brandCheck(this,t),this[wn].blobLike.slice(...e)}text(...e){return Ve.brandCheck(this,t),this[wn].blobLike.text(...e)}get size(){return Ve.brandCheck(this,t),this[wn].blobLike.size}get type(){return Ve.brandCheck(this,t),this[wn].blobLike.type}get name(){return Ve.brandCheck(this,t),this[wn].name}get lastModified(){return Ve.brandCheck(this,t),this[wn].lastModified}get[Symbol.toStringTag](){return"File"}};Object.defineProperties(Ed.prototype,{[Symbol.toStringTag]:{value:"File",configurable:!0},name:EP,lastModified:EP});Ve.converters.Blob=Ve.interfaceConverter(CP);Ve.converters.BlobPart=function(t,e){if(Ve.util.Type(t)==="Object"){if(IP(t))return Ve.converters.Blob(t,{strict:!1});if(ArrayBuffer.isView(t)||oQ.isAnyArrayBuffer(t))return Ve.converters.BufferSource(t,e)}return Ve.converters.USVString(t,e)};Ve.converters["sequence<BlobPart>"]=Ve.sequenceConverter(Ve.converters.BlobPart);Ve.converters.FilePropertyBag=Ve.dictionaryConverter([{key:"lastModified",converter:Ve.converters["long long"],get defaultValue(){return Date.now()}},{key:"type",converter:Ve.converters.DOMString,defaultValue:""},{key:"endings",converter:t=>(t=Ve.converters.DOMString(t),t=t.toLowerCase(),t!=="native"&&(t="transparent"),t),defaultValue:"transparent"}]);function S5(t,e){let r=[];for(let n of t)if(typeof n=="string"){let i=n;e.endings==="native"&&(i=x5(i)),r.push(w5.encode(i))}else oQ.isAnyArrayBuffer(n)||oQ.isTypedArray(n)?n.buffer?r.push(new Uint8Array(n.buffer,n.byteOffset,n.byteLength)):r.push(new Uint8Array(n)):IP(n)&&r.push(n);return r}function x5(t){let e=`
`;return process.platform==="win32"&&(e=`\r
`),t.replace(/\r?\n/g,e)}function v5(t){return yP&&t instanceof yP||t instanceof Ed||t&&(typeof t.stream=="function"||typeof t.arrayBuffer=="function")&&t[Symbol.toStringTag]==="File"}BP.exports={File:Ed,FileLike:aQ,isFileLike:v5}});var rm=h((L_e,SP)=>{"use strict";var{isBlobLike:tm,toUSVString:R5,makeIterator:AQ}=Yn(),{kState:Dr}=Ns(),{File:wP,FileLike:QP,isFileLike:D5}=em(),{webidl:it}=qr(),{Blob:_5,File:cQ}=Q("buffer"),bP=cQ??wP,tc=class t{constructor(e){if(e!==void 0)throw it.errors.conversionFailed({prefix:"FormData constructor",argument:"Argument 1",types:["undefined"]});this[Dr]=[]}append(e,r,n=void 0){if(it.brandCheck(this,t),it.argumentLengthCheck(arguments,2,{header:"FormData.append"}),arguments.length===3&&!tm(r))throw new TypeError("Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'");e=it.converters.USVString(e),r=tm(r)?it.converters.Blob(r,{strict:!1}):it.converters.USVString(r),n=arguments.length===3?it.converters.USVString(n):void 0;let i=NP(e,r,n);this[Dr].push(i)}delete(e){it.brandCheck(this,t),it.argumentLengthCheck(arguments,1,{header:"FormData.delete"}),e=it.converters.USVString(e),this[Dr]=this[Dr].filter(r=>r.name!==e)}get(e){it.brandCheck(this,t),it.argumentLengthCheck(arguments,1,{header:"FormData.get"}),e=it.converters.USVString(e);let r=this[Dr].findIndex(n=>n.name===e);return r===-1?null:this[Dr][r].value}getAll(e){return it.brandCheck(this,t),it.argumentLengthCheck(arguments,1,{header:"FormData.getAll"}),e=it.converters.USVString(e),this[Dr].filter(r=>r.name===e).map(r=>r.value)}has(e){return it.brandCheck(this,t),it.argumentLengthCheck(arguments,1,{header:"FormData.has"}),e=it.converters.USVString(e),this[Dr].findIndex(r=>r.name===e)!==-1}set(e,r,n=void 0){if(it.brandCheck(this,t),it.argumentLengthCheck(arguments,2,{header:"FormData.set"}),arguments.length===3&&!tm(r))throw new TypeError("Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'");e=it.converters.USVString(e),r=tm(r)?it.converters.Blob(r,{strict:!1}):it.converters.USVString(r),n=arguments.length===3?R5(n):void 0;let i=NP(e,r,n),s=this[Dr].findIndex(o=>o.name===e);s!==-1?this[Dr]=[...this[Dr].slice(0,s),i,...this[Dr].slice(s+1).filter(o=>o.name!==e)]:this[Dr].push(i)}entries(){return it.brandCheck(this,t),AQ(()=>this[Dr].map(e=>[e.name,e.value]),"FormData","key+value")}keys(){return it.brandCheck(this,t),AQ(()=>this[Dr].map(e=>[e.name,e.value]),"FormData","key")}values(){return it.brandCheck(this,t),AQ(()=>this[Dr].map(e=>[e.name,e.value]),"FormData","value")}forEach(e,r=globalThis){if(it.brandCheck(this,t),it.argumentLengthCheck(arguments,1,{header:"FormData.forEach"}),typeof e!="function")throw new TypeError("Failed to execute 'forEach' on 'FormData': parameter 1 is not of type 'Function'.");for(let[n,i]of this)e.apply(r,[i,n,this])}};tc.prototype[Symbol.iterator]=tc.prototype.entries;Object.defineProperties(tc.prototype,{[Symbol.toStringTag]:{value:"FormData",configurable:!0}});function NP(t,e,r){if(t=Buffer.from(t).toString("utf8"),typeof e=="string")e=Buffer.from(e).toString("utf8");else if(D5(e)||(e=e instanceof _5?new bP([e],"blob",{type:e.type}):new QP(e,"blob",{type:e.type})),r!==void 0){let n={type:e.type,lastModified:e.lastModified};e=cQ&&e instanceof cQ||e instanceof wP?new bP([e],r,n):new QP(e,r,n)}return{name:t,value:e}}SP.exports={FormData:tc}});var Cd=h((F_e,OP)=>{"use strict";var k5=Gk(),rc=Ue(),{ReadableStreamFrom:P5,isBlobLike:xP,isReadableStreamLike:T5,readableStreamClose:O5,createDeferredPromise:M5,fullyReadBody:L5}=Yn(),{FormData:vP}=rm(),{kState:Ss}=Ns(),{webidl:lQ}=qr(),{DOMException:_P,structuredClone:F5}=po(),{Blob:U5,File:q5}=Q("buffer"),{kBodyUsed:H5}=yt(),uQ=Q("assert"),{isErrored:z5}=Ue(),{isUint8Array:kP,isArrayBuffer:j5}=Q("util/types"),{File:G5}=em(),{parseMIMEType:Y5,serializeAMimeType:J5}=vi(),dQ;try{let t=Q("node:crypto");dQ=e=>t.randomInt(0,e)}catch{dQ=t=>Math.floor(Math.random(t))}var ws=globalThis.ReadableStream,RP=q5??G5,nm=new TextEncoder,V5=new TextDecoder;function PP(t,e=!1){ws||(ws=Q("stream/web").ReadableStream);let r=null;t instanceof ws?r=t:xP(t)?r=t.stream():r=new ws({async pull(A){A.enqueue(typeof i=="string"?nm.encode(i):i),queueMicrotask(()=>O5(A))},start(){},type:void 0}),uQ(T5(r));let n=null,i=null,s=null,o=null;if(typeof t=="string")i=t,o="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)i=t.toString(),o="application/x-www-form-urlencoded;charset=UTF-8";else if(j5(t))i=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))i=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(rc.isFormDataLike(t)){let A=`----formdata-undici-0${`${dQ(1e11)}`.padStart(11,"0")}`,c=`--${A}\r
Content-Disposition: form-data`;let l=E=>E.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),u=E=>E.replace(/\r?\n|\r/g,`\r
`),d=[],f=new Uint8Array([13,10]);s=0;let g=!1;for(let[E,C]of t)if(typeof C=="string"){let I=nm.encode(c+`; name="${l(u(E))}"\r
\r
${u(C)}\r
`);d.push(I),s+=I.byteLength}else{let I=nm.encode(`${c}; name="${l(u(E))}"`+(C.name?`; filename="${l(C.name)}"`:"")+`\r
Content-Type: ${C.type||"application/octet-stream"}\r
\r
`);d.push(I,C,f),typeof C.size=="number"?s+=I.byteLength+C.size+f.byteLength:g=!0}let m=nm.encode(`--${A}--`);d.push(m),s+=m.byteLength,g&&(s=null),i=t,n=async function*(){for(let E of d)E.stream?yield*E.stream():yield E},o="multipart/form-data; boundary="+A}else if(xP(t))i=t,s=t.size,t.type&&(o=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(rc.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ws?t:P5(t)}if((typeof i=="string"||rc.isBuffer(i))&&(s=Buffer.byteLength(i)),n!=null){let A;r=new ws({async start(){A=n(t)[Symbol.asyncIterator]()},async pull(c){let{value:l,done:u}=await A.next();return u?queueMicrotask(()=>{c.close()}):z5(r)||c.enqueue(new Uint8Array(l)),c.desiredSize>0},async cancel(c){await A.return()},type:void 0})}return[{stream:r,source:i,length:s},o]}function W5(t,e=!1){return ws||(ws=Q("stream/web").ReadableStream),t instanceof ws&&(uQ(!rc.isDisturbed(t),"The body has already been consumed."),uQ(!t.locked,"The stream is locked.")),PP(t,e)}function $5(t){let[e,r]=t.stream.tee(),n=F5(r,{transfer:[r]}),[,i]=n.tee();return t.stream=e,{stream:i,length:t.length,source:t.source}}async function*DP(t){if(t)if(kP(t))yield t;else{let e=t.stream;if(rc.isDisturbed(e))throw new TypeError("The body has already been consumed.");if(e.locked)throw new TypeError("The stream is locked.");e[H5]=!0,yield*e}}function fQ(t){if(t.aborted)throw new _P("The operation was aborted.","AbortError")}function K5(t){return{blob(){return im(this,r=>{let n=tZ(this);return n==="failure"?n="":n&&(n=J5(n)),new U5([r],{type:n})},t)},arrayBuffer(){return im(this,r=>new Uint8Array(r).buffer,t)},text(){return im(this,TP,t)},json(){return im(this,eZ,t)},async formData(){lQ.brandCheck(this,t),fQ(this[Ss]);let r=this.headers.get("Content-Type");if(/multipart\/form-data/.test(r)){let n={};for(let[a,A]of this.headers)n[a.toLowerCase()]=A;let i=new vP,s;try{s=new k5({headers:n,preservePath:!0})}catch(a){throw new _P(`${a}`,"AbortError")}s.on("field",(a,A)=>{i.append(a,A)}),s.on("file",(a,A,c,l,u)=>{let d=[];if(l==="base64"||l.toLowerCase()==="base64"){let f="";A.on("data",g=>{f+=g.toString().replace(/[\r\n]/gm,"");let m=f.length-f.length%4;d.push(Buffer.from(f.slice(0,m),"base64")),f=f.slice(m)}),A.on("end",()=>{d.push(Buffer.from(f,"base64")),i.append(a,new RP(d,c,{type:u}))})}else A.on("data",f=>{d.push(f)}),A.on("end",()=>{i.append(a,new RP(d,c,{type:u}))})});let o=new Promise((a,A)=>{s.on("finish",a),s.on("error",c=>A(new TypeError(c)))});if(this.body!==null)for await(let a of DP(this[Ss].body))s.write(a);return s.end(),await o,i}else if(/application\/x-www-form-urlencoded/.test(r)){let n;try{let s="",o=new TextDecoder("utf-8",{ignoreBOM:!0});for await(let a of DP(this[Ss].body)){if(!kP(a))throw new TypeError("Expected Uint8Array chunk");s+=o.decode(a,{stream:!0})}s+=o.decode(),n=new URLSearchParams(s)}catch(s){throw Object.assign(new TypeError,{cause:s})}let i=new vP;for(let[s,o]of n)i.append(s,o);return i}else throw await Promise.resolve(),fQ(this[Ss]),lQ.errors.exception({header:`${t.name}.formData`,message:"Could not parse content as FormData."})}}}function X5(t){Object.assign(t.prototype,K5(t))}async function im(t,e,r){if(lQ.brandCheck(t,r),fQ(t[Ss]),Z5(t[Ss].body))throw new TypeError("Body is unusable");let n=M5(),i=o=>n.reject(o),s=o=>{try{n.resolve(e(o))}catch(a){i(a)}};return t[Ss].body==null?(s(new Uint8Array),n.promise):(await L5(t[Ss].body,s,i),n.promise)}function Z5(t){return t!=null&&(t.stream.locked||rc.isDisturbed(t.stream))}function TP(t){return t.length===0?"":(t[0]===239&&t[1]===187&&t[2]===191&&(t=t.subarray(3)),V5.decode(t))}function eZ(t){return JSON.parse(TP(t))}function tZ(t){let{headersList:e}=t[Ss],r=e.get("content-type");return r===null?"failure":Y5(r)}OP.exports={extractBody:PP,safelyExtractBody:W5,cloneBody:$5,mixinBody:X5}});var UP=h((U_e,FP)=>{"use strict";var{InvalidArgumentError:ht,NotSupportedError:rZ}=At(),xs=Q("assert"),{kHTTP2BuildRequest:nZ,kHTTP2CopyHeaders:iZ,kHTTP1BuildRequest:sZ}=yt(),Xr=Ue(),MP=/^[\^_`a-zA-Z\-0-9!#$%&'*+.|~]+$/,LP=/[^\t\x20-\x7e\x80-\xff]/,oZ=/[^\u0021-\u00ff]/,Ri=Symbol("handler"),Kt={},hQ;try{let t=Q("diagnostics_channel");Kt.create=t.channel("undici:request:create"),Kt.bodySent=t.channel("undici:request:bodySent"),Kt.headers=t.channel("undici:request:headers"),Kt.trailers=t.channel("undici:request:trailers"),Kt.error=t.channel("undici:request:error")}catch{Kt.create={hasSubscribers:!1},Kt.bodySent={hasSubscribers:!1},Kt.headers={hasSubscribers:!1},Kt.trailers={hasSubscribers:!1},Kt.error={hasSubscribers:!1}}var gQ=class t{constructor(e,{path:r,method:n,body:i,headers:s,query:o,idempotent:a,blocking:A,upgrade:c,headersTimeout:l,bodyTimeout:u,reset:d,throwOnError:f,expectContinue:g},m){if(typeof r!="string")throw new ht("path must be a string");if(r[0]!=="/"&&!(r.startsWith("http://")||r.startsWith("https://"))&&n!=="CONNECT")throw new ht("path must be an absolute URL or start with a slash");if(oZ.exec(r)!==null)throw new ht("invalid request path");if(typeof n!="string")throw new ht("method must be a string");if(MP.exec(n)===null)throw new ht("invalid request method");if(c&&typeof c!="string")throw new ht("upgrade must be a string");if(l!=null&&(!Number.isFinite(l)||l<0))throw new ht("invalid headersTimeout");if(u!=null&&(!Number.isFinite(u)||u<0))throw new ht("invalid bodyTimeout");if(d!=null&&typeof d!="boolean")throw new ht("invalid reset");if(g!=null&&typeof g!="boolean")throw new ht("invalid expectContinue");if(this.headersTimeout=l,this.bodyTimeout=u,this.throwOnError=f===!0,this.method=n,this.abort=null,i==null)this.body=null;else if(Xr.isStream(i)){this.body=i;let E=this.body._readableState;(!E||!E.autoDestroy)&&(this.endHandler=function(){Xr.destroy(this)},this.body.on("end",this.endHandler)),this.errorHandler=C=>{this.abort?this.abort(C):this.error=C},this.body.on("error",this.errorHandler)}else if(Xr.isBuffer(i))this.body=i.byteLength?i:null;else if(ArrayBuffer.isView(i))this.body=i.buffer.byteLength?Buffer.from(i.buffer,i.byteOffset,i.byteLength):null;else if(i instanceof ArrayBuffer)this.body=i.byteLength?Buffer.from(i):null;else if(typeof i=="string")this.body=i.length?Buffer.from(i):null;else if(Xr.isFormDataLike(i)||Xr.isIterable(i)||Xr.isBlobLike(i))this.body=i;else throw new ht("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable");if(this.completed=!1,this.aborted=!1,this.upgrade=c||null,this.path=o?Xr.buildURL(r,o):r,this.origin=e,this.idempotent=a??(n==="HEAD"||n==="GET"),this.blocking=A??!1,this.reset=d??null,this.host=null,this.contentLength=null,this.contentType=null,this.headers="",this.expectContinue=g??!1,Array.isArray(s)){if(s.length%2!==0)throw new ht("headers array must be even");for(let E=0;E<s.length;E+=2)Id(this,s[E],s[E+1])}else if(s&&typeof s=="object"){let E=Object.keys(s);for(let C=0;C<E.length;C++){let I=E[C];Id(this,I,s[I])}}else if(s!=null)throw new ht("headers must be an object or an array");if(Xr.isFormDataLike(this.body)){if(Xr.nodeMajor<16||Xr.nodeMajor===16&&Xr.nodeMinor<8)throw new ht("Form-Data bodies are only supported in node v16.8 and newer.");hQ||(hQ=Cd().extractBody);let[E,C]=hQ(i);this.contentType==null&&(this.contentType=C,this.headers+=`content-type: ${C}\r
`),this.body=E.stream,this.contentLength=E.length}else Xr.isBlobLike(i)&&this.contentType==null&&i.type&&(this.contentType=i.type,this.headers+=`content-type: ${i.type}\r
`);Xr.validateHandler(m,n,c),this.servername=Xr.getServerName(this.host),this[Ri]=m,Kt.create.hasSubscribers&&Kt.create.publish({request:this})}onBodySent(e){if(this[Ri].onBodySent)try{return this[Ri].onBodySent(e)}catch(r){this.abort(r)}}onRequestSent(){if(Kt.bodySent.hasSubscribers&&Kt.bodySent.publish({request:this}),this[Ri].onRequestSent)try{return this[Ri].onRequestSent()}catch(e){this.abort(e)}}onConnect(e){if(xs(!this.aborted),xs(!this.completed),this.error)e(this.error);else return this.abort=e,this[Ri].onConnect(e)}onHeaders(e,r,n,i){xs(!this.aborted),xs(!this.completed),Kt.headers.hasSubscribers&&Kt.headers.publish({request:this,response:{statusCode:e,headers:r,statusText:i}});try{return this[Ri].onHeaders(e,r,n,i)}catch(s){this.abort(s)}}onData(e){xs(!this.aborted),xs(!this.completed);try{return this[Ri].onData(e)}catch(r){return this.abort(r),!1}}onUpgrade(e,r,n){return xs(!this.aborted),xs(!this.completed),this[Ri].onUpgrade(e,r,n)}onComplete(e){this.onFinally(),xs(!this.aborted),this.completed=!0,Kt.trailers.hasSubscribers&&Kt.trailers.publish({request:this,trailers:e});try{return this[Ri].onComplete(e)}catch(r){this.onError(r)}}onError(e){if(this.onFinally(),Kt.error.hasSubscribers&&Kt.error.publish({request:this,error:e}),!this.aborted)return this.aborted=!0,this[Ri].onError(e)}onFinally(){this.errorHandler&&(this.body.off("error",this.errorHandler),this.errorHandler=null),this.endHandler&&(this.body.off("end",this.endHandler),this.endHandler=null)}addHeader(e,r){return Id(this,e,r),this}static[sZ](e,r,n){return new t(e,r,n)}static[nZ](e,r,n){let i=r.headers;r={...r,headers:null};let s=new t(e,r,n);if(s.headers={},Array.isArray(i)){if(i.length%2!==0)throw new ht("headers array must be even");for(let o=0;o<i.length;o+=2)Id(s,i[o],i[o+1],!0)}else if(i&&typeof i=="object"){let o=Object.keys(i);for(let a=0;a<o.length;a++){let A=o[a];Id(s,A,i[A],!0)}}else if(i!=null)throw new ht("headers must be an object or an array");return s}static[iZ](e){let r=e.split(`\r
`),n={};for(let i of r){let[s,o]=i.split(": ");o==null||o.length===0||(n[s]?n[s]+=`,${o}`:n[s]=o)}return n}};function Ia(t,e,r){if(e&&typeof e=="object")throw new ht(`invalid ${t} header`);if(e=e!=null?`${e}`:"",LP.exec(e)!==null)throw new ht(`invalid ${t} header`);return r?e:`${t}: ${e}\r
`}function Id(t,e,r,n=!1){if(r&&typeof r=="object"&&!Array.isArray(r))throw new ht(`invalid ${e} header`);if(r===void 0)return;if(t.host===null&&e.length===4&&e.toLowerCase()==="host"){if(LP.exec(r)!==null)throw new ht(`invalid ${e} header`);t.host=r}else if(t.contentLength===null&&e.length===14&&e.toLowerCase()==="content-length"){if(t.contentLength=parseInt(r,10),!Number.isFinite(t.contentLength))throw new ht("invalid content-length header")}else if(t.contentType===null&&e.length===12&&e.toLowerCase()==="content-type")t.contentType=r,n?t.headers[e]=Ia(e,r,n):t.headers+=Ia(e,r);else{if(e.length===17&&e.toLowerCase()==="transfer-encoding")throw new ht("invalid transfer-encoding header");if(e.length===10&&e.toLowerCase()==="connection"){let i=typeof r=="string"?r.toLowerCase():null;if(i!=="close"&&i!=="keep-alive")throw new ht("invalid connection header");i==="close"&&(t.reset=!0)}else{if(e.length===10&&e.toLowerCase()==="keep-alive")throw new ht("invalid keep-alive header");if(e.length===7&&e.toLowerCase()==="upgrade")throw new ht("invalid upgrade header");if(e.length===6&&e.toLowerCase()==="expect")throw new rZ("expect header not supported");if(MP.exec(e)===null)throw new ht("invalid header key");if(Array.isArray(r))for(let i=0;i<r.length;i++)n?t.headers[e]?t.headers[e]+=`,${Ia(e,r[i],n)}`:t.headers[e]=Ia(e,r[i],n):t.headers+=Ia(e,r[i]);else n?t.headers[e]=Ia(e,r,n):t.headers+=Ia(e,r)}}}FP.exports=gQ});var sm=h((q_e,qP)=>{"use strict";var aZ=Q("events"),mQ=class extends aZ{dispatch(){throw new Error("not implemented")}close(){throw new Error("not implemented")}destroy(){throw new Error("not implemented")}};qP.exports=mQ});var Qd=h((H_e,HP)=>{"use strict";var AZ=sm(),{ClientDestroyedError:pQ,ClientClosedError:cZ,InvalidArgumentError:nc}=At(),{kDestroy:lZ,kClose:uZ,kDispatch:yQ,kInterceptors:Ba}=yt(),ic=Symbol("destroyed"),Bd=Symbol("closed"),vs=Symbol("onDestroyed"),sc=Symbol("onClosed"),om=Symbol("Intercepted Dispatch"),EQ=class extends AZ{constructor(){super(),this[ic]=!1,this[vs]=null,this[Bd]=!1,this[sc]=[]}get destroyed(){return this[ic]}get closed(){return this[Bd]}get interceptors(){return this[Ba]}set interceptors(e){if(e){for(let r=e.length-1;r>=0;r--)if(typeof this[Ba][r]!="function")throw new nc("interceptor must be an function")}this[Ba]=e}close(e){if(e===void 0)return new Promise((n,i)=>{this.close((s,o)=>s?i(s):n(o))});if(typeof e!="function")throw new nc("invalid callback");if(this[ic]){queueMicrotask(()=>e(new pQ,null));return}if(this[Bd]){this[sc]?this[sc].push(e):queueMicrotask(()=>e(null,null));return}this[Bd]=!0,this[sc].push(e);let r=()=>{let n=this[sc];this[sc]=null;for(let i=0;i<n.length;i++)n[i](null,null)};this[uZ]().then(()=>this.destroy()).then(()=>{queueMicrotask(r)})}destroy(e,r){if(typeof e=="function"&&(r=e,e=null),r===void 0)return new Promise((i,s)=>{this.destroy(e,(o,a)=>o?s(o):i(a))});if(typeof r!="function")throw new nc("invalid callback");if(this[ic]){this[vs]?this[vs].push(r):queueMicrotask(()=>r(null,null));return}e||(e=new pQ),this[ic]=!0,this[vs]=this[vs]||[],this[vs].push(r);let n=()=>{let i=this[vs];this[vs]=null;for(let s=0;s<i.length;s++)i[s](null,null)};this[lZ](e).then(()=>{queueMicrotask(n)})}[om](e,r){if(!this[Ba]||this[Ba].length===0)return this[om]=this[yQ],this[yQ](e,r);let n=this[yQ].bind(this);for(let i=this[Ba].length-1;i>=0;i--)n=this[Ba][i](n);return this[om]=n,n(e,r)}dispatch(e,r){if(!r||typeof r!="object")throw new nc("handler must be an object");try{if(!e||typeof e!="object")throw new nc("opts must be an object.");if(this[ic]||this[vs])throw new pQ;if(this[Bd])throw new cZ;return this[om](e,r)}catch(n){if(typeof r.onError!="function")throw new nc("invalid onError method");return r.onError(n),!1}}};HP.exports=EQ});var bd=h((G_e,GP)=>{"use strict";var dZ=Q("net"),zP=Q("assert"),jP=Ue(),{InvalidArgumentError:fZ,ConnectTimeoutError:hZ}=At(),CQ,IQ;global.FinalizationRegistry&&!process.env.NODE_V8_COVERAGE?IQ=class{constructor(e){this._maxCachedSessions=e,this._sessionCache=new Map,this._sessionRegistry=new global.FinalizationRegistry(r=>{if(this._sessionCache.size<this._maxCachedSessions)return;let n=this._sessionCache.get(r);n!==void 0&&n.deref()===void 0&&this._sessionCache.delete(r)})}get(e){let r=this._sessionCache.get(e);return r?r.deref():null}set(e,r){this._maxCachedSessions!==0&&(this._sessionCache.set(e,new WeakRef(r)),this._sessionRegistry.register(r,e))}}:IQ=class{constructor(e){this._maxCachedSessions=e,this._sessionCache=new Map}get(e){return this._sessionCache.get(e)}set(e,r){if(this._maxCachedSessions!==0){if(this._sessionCache.size>=this._maxCachedSessions){let{value:n}=this._sessionCache.keys().next();this._sessionCache.delete(n)}this._sessionCache.set(e,r)}}};function gZ({allowH2:t,maxCachedSessions:e,socketPath:r,timeout:n,...i}){if(e!=null&&(!Number.isInteger(e)||e<0))throw new fZ("maxCachedSessions must be a positive integer or zero");let s={path:r,...i},o=new IQ(e??100);return n=n??1e4,t=t??!1,function({hostname:A,host:c,protocol:l,port:u,servername:d,localAddress:f,httpSocket:g},m){let E;if(l==="https:"){CQ||(CQ=Q("tls")),d=d||s.servername||jP.getServerName(c)||null;let I=d||A,w=o.get(I)||null;zP(I),E=CQ.connect({highWaterMark:16384,...s,servername:d,session:w,localAddress:f,ALPNProtocols:t?["http/1.1","h2"]:["http/1.1"],socket:g,port:u||443,host:A}),E.on("session",function(S){o.set(I,S)})}else zP(!g,"httpSocket can only be sent on TLS update"),E=dZ.connect({highWaterMark:64*1024,...s,localAddress:f,port:u||80,host:A});if(s.keepAlive==null||s.keepAlive){let I=s.keepAliveInitialDelay===void 0?6e4:s.keepAliveInitialDelay;E.setKeepAlive(!0,I)}let C=mZ(()=>pZ(E),n);return E.setNoDelay(!0).once(l==="https:"?"secureConnect":"connect",function(){if(C(),m){let I=m;m=null,I(null,this)}}).on("error",function(I){if(C(),m){let w=m;m=null,w(I)}}),E}}function mZ(t,e){if(!e)return()=>{};let r=null,n=null,i=setTimeout(()=>{r=setImmediate(()=>{process.platform==="win32"?n=setImmediate(()=>t()):t()})},e);return()=>{clearTimeout(i),clearImmediate(r),clearImmediate(n)}}function pZ(t){jP.destroy(t,new hZ)}GP.exports=gZ});var YP=h(am=>{"use strict";Object.defineProperty(am,"__esModule",{value:!0});am.enumToMap=void 0;function yZ(t){let e={};return Object.keys(t).forEach(r=>{let n=t[r];typeof n=="number"&&(e[r]=n)}),e}am.enumToMap=yZ});var JP=h(F=>{"use strict";Object.defineProperty(F,"__esModule",{value:!0});F.SPECIAL_HEADERS=F.HEADER_STATE=F.MINOR=F.MAJOR=F.CONNECTION_TOKEN_CHARS=F.HEADER_CHARS=F.TOKEN=F.STRICT_TOKEN=F.HEX=F.URL_CHAR=F.STRICT_URL_CHAR=F.USERINFO_CHARS=F.MARK=F.ALPHANUM=F.NUM=F.HEX_MAP=F.NUM_MAP=F.ALPHA=F.FINISH=F.H_METHOD_MAP=F.METHOD_MAP=F.METHODS_RTSP=F.METHODS_ICE=F.METHODS_HTTP=F.METHODS=F.LENIENT_FLAGS=F.FLAGS=F.TYPE=F.ERROR=void 0;var EZ=YP(),CZ;(function(t){t[t.OK=0]="OK",t[t.INTERNAL=1]="INTERNAL",t[t.STRICT=2]="STRICT",t[t.LF_EXPECTED=3]="LF_EXPECTED",t[t.UNEXPECTED_CONTENT_LENGTH=4]="UNEXPECTED_CONTENT_LENGTH",t[t.CLOSED_CONNECTION=5]="CLOSED_CONNECTION",t[t.INVALID_METHOD=6]="INVALID_METHOD",t[t.INVALID_URL=7]="INVALID_URL",t[t.INVALID_CONSTANT=8]="INVALID_CONSTANT",t[t.INVALID_VERSION=9]="INVALID_VERSION",t[t.INVALID_HEADER_TOKEN=10]="INVALID_HEADER_TOKEN",t[t.INVALID_CONTENT_LENGTH=11]="INVALID_CONTENT_LENGTH",t[t.INVALID_CHUNK_SIZE=12]="INVALID_CHUNK_SIZE",t[t.INVALID_STATUS=13]="INVALID_STATUS",t[t.INVALID_EOF_STATE=14]="INVALID_EOF_STATE",t[t.INVALID_TRANSFER_ENCODING=15]="INVALID_TRANSFER_ENCODING",t[t.CB_MESSAGE_BEGIN=16]="CB_MESSAGE_BEGIN",t[t.CB_HEADERS_COMPLETE=17]="CB_HEADERS_COMPLETE",t[t.CB_MESSAGE_COMPLETE=18]="CB_MESSAGE_COMPLETE",t[t.CB_CHUNK_HEADER=19]="CB_CHUNK_HEADER",t[t.CB_CHUNK_COMPLETE=20]="CB_CHUNK_COMPLETE",t[t.PAUSED=21]="PAUSED",t[t.PAUSED_UPGRADE=22]="PAUSED_UPGRADE",t[t.PAUSED_H2_UPGRADE=23]="PAUSED_H2_UPGRADE",t[t.USER=24]="USER"})(CZ=F.ERROR||(F.ERROR={}));var IZ;(function(t){t[t.BOTH=0]="BOTH",t[t.REQUEST=1]="REQUEST",t[t.RESPONSE=2]="RESPONSE"})(IZ=F.TYPE||(F.TYPE={}));var BZ;(function(t){t[t.CONNECTION_KEEP_ALIVE=1]="CONNECTION_KEEP_ALIVE",t[t.CONNECTION_CLOSE=2]="CONNECTION_CLOSE",t[t.CONNECTION_UPGRADE=4]="CONNECTION_UPGRADE",t[t.CHUNKED=8]="CHUNKED",t[t.UPGRADE=16]="UPGRADE",t[t.CONTENT_LENGTH=32]="CONTENT_LENGTH",t[t.SKIPBODY=64]="SKIPBODY",t[t.TRAILING=128]="TRAILING",t[t.TRANSFER_ENCODING=512]="TRANSFER_ENCODING"})(BZ=F.FLAGS||(F.FLAGS={}));var QZ;(function(t){t[t.HEADERS=1]="HEADERS",t[t.CHUNKED_LENGTH=2]="CHUNKED_LENGTH",t[t.KEEP_ALIVE=4]="KEEP_ALIVE"})(QZ=F.LENIENT_FLAGS||(F.LENIENT_FLAGS={}));var ue;(function(t){t[t.DELETE=0]="DELETE",t[t.GET=1]="GET",t[t.HEAD=2]="HEAD",t[t.POST=3]="POST",t[t.PUT=4]="PUT",t[t.CONNECT=5]="CONNECT",t[t.OPTIONS=6]="OPTIONS",t[t.TRACE=7]="TRACE",t[t.COPY=8]="COPY",t[t.LOCK=9]="LOCK",t[t.MKCOL=10]="MKCOL",t[t.MOVE=11]="MOVE",t[t.PROPFIND=12]="PROPFIND",t[t.PROPPATCH=13]="PROPPATCH",t[t.SEARCH=14]="SEARCH",t[t.UNLOCK=15]="UNLOCK",t[t.BIND=16]="BIND",t[t.REBIND=17]="REBIND",t[t.UNBIND=18]="UNBIND",t[t.ACL=19]="ACL",t[t.REPORT=20]="REPORT",t[t.MKACTIVITY=21]="MKACTIVITY",t[t.CHECKOUT=22]="CHECKOUT",t[t.MERGE=23]="MERGE",t[t["M-SEARCH"]=24]="M-SEARCH",t[t.NOTIFY=25]="NOTIFY",t[t.SUBSCRIBE=26]="SUBSCRIBE",t[t.UNSUBSCRIBE=27]="UNSUBSCRIBE",t[t.PATCH=28]="PATCH",t[t.PURGE=29]="PURGE",t[t.MKCALENDAR=30]="MKCALENDAR",t[t.LINK=31]="LINK",t[t.UNLINK=32]="UNLINK",t[t.SOURCE=33]="SOURCE",t[t.PRI=34]="PRI",t[t.DESCRIBE=35]="DESCRIBE",t[t.ANNOUNCE=36]="ANNOUNCE",t[t.SETUP=37]="SETUP",t[t.PLAY=38]="PLAY",t[t.PAUSE=39]="PAUSE",t[t.TEARDOWN=40]="TEARDOWN",t[t.GET_PARAMETER=41]="GET_PARAMETER",t[t.SET_PARAMETER=42]="SET_PARAMETER",t[t.REDIRECT=43]="REDIRECT",t[t.RECORD=44]="RECORD",t[t.FLUSH=45]="FLUSH"})(ue=F.METHODS||(F.METHODS={}));F.METHODS_HTTP=[ue.DELETE,ue.GET,ue.HEAD,ue.POST,ue.PUT,ue.CONNECT,ue.OPTIONS,ue.TRACE,ue.COPY,ue.LOCK,ue.MKCOL,ue.MOVE,ue.PROPFIND,ue.PROPPATCH,ue.SEARCH,ue.UNLOCK,ue.BIND,ue.REBIND,ue.UNBIND,ue.ACL,ue.REPORT,ue.MKACTIVITY,ue.CHECKOUT,ue.MERGE,ue["M-SEARCH"],ue.NOTIFY,ue.SUBSCRIBE,ue.UNSUBSCRIBE,ue.PATCH,ue.PURGE,ue.MKCALENDAR,ue.LINK,ue.UNLINK,ue.PRI,ue.SOURCE];F.METHODS_ICE=[ue.SOURCE];F.METHODS_RTSP=[ue.OPTIONS,ue.DESCRIBE,ue.ANNOUNCE,ue.SETUP,ue.PLAY,ue.PAUSE,ue.TEARDOWN,ue.GET_PARAMETER,ue.SET_PARAMETER,ue.REDIRECT,ue.RECORD,ue.FLUSH,ue.GET,ue.POST];F.METHOD_MAP=EZ.enumToMap(ue);F.H_METHOD_MAP={};Object.keys(F.METHOD_MAP).forEach(t=>{/^H/.test(t)&&(F.H_METHOD_MAP[t]=F.METHOD_MAP[t])});var bZ;(function(t){t[t.SAFE=0]="SAFE",t[t.SAFE_WITH_CB=1]="SAFE_WITH_CB",t[t.UNSAFE=2]="UNSAFE"})(bZ=F.FINISH||(F.FINISH={}));F.ALPHA=[];for(let t=65;t<=90;t++)F.ALPHA.push(String.fromCharCode(t)),F.ALPHA.push(String.fromCharCode(t+32));F.NUM_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9};F.HEX_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15};F.NUM=["0","1","2","3","4","5","6","7","8","9"];F.ALPHANUM=F.ALPHA.concat(F.NUM);F.MARK=["-","_",".","!","~","*","'","(",")"];F.USERINFO_CHARS=F.ALPHANUM.concat(F.MARK).concat(["%",";",":","&","=","+","$",","]);F.STRICT_URL_CHAR=["!",'"',"$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","@","[","\\","]","^","_","`","{","|","}","~"].concat(F.ALPHANUM);F.URL_CHAR=F.STRICT_URL_CHAR.concat([" ","\f"]);for(let t=128;t<=255;t++)F.URL_CHAR.push(t);F.HEX=F.NUM.concat(["a","b","c","d","e","f","A","B","C","D","E","F"]);F.STRICT_TOKEN=["!","#","$","%","&","'","*","+","-",".","^","_","`","|","~"].concat(F.ALPHANUM);F.TOKEN=F.STRICT_TOKEN.concat([" "]);F.HEADER_CHARS=[" "];for(let t=32;t<=255;t++)t!==127&&F.HEADER_CHARS.push(t);F.CONNECTION_TOKEN_CHARS=F.HEADER_CHARS.filter(t=>t!==44);F.MAJOR=F.NUM_MAP;F.MINOR=F.MAJOR;var oc;(function(t){t[t.GENERAL=0]="GENERAL",t[t.CONNECTION=1]="CONNECTION",t[t.CONTENT_LENGTH=2]="CONTENT_LENGTH",t[t.TRANSFER_ENCODING=3]="TRANSFER_ENCODING",t[t.UPGRADE=4]="UPGRADE",t[t.CONNECTION_KEEP_ALIVE=5]="CONNECTION_KEEP_ALIVE",t[t.CONNECTION_CLOSE=6]="CONNECTION_CLOSE",t[t.CONNECTION_UPGRADE=7]="CONNECTION_UPGRADE",t[t.TRANSFER_ENCODING_CHUNKED=8]="TRANSFER_ENCODING_CHUNKED"})(oc=F.HEADER_STATE||(F.HEADER_STATE={}));F.SPECIAL_HEADERS={connection:oc.CONNECTION,"content-length":oc.CONTENT_LENGTH,"proxy-connection":oc.CONNECTION,"transfer-encoding":oc.TRANSFER_ENCODING,upgrade:oc.UPGRADE}});var bQ=h((V_e,$P)=>{"use strict";var Rs=Ue(),{kBodyUsed:Nd}=yt(),QQ=Q("assert"),{InvalidArgumentError:NZ}=At(),wZ=Q("events"),SZ=[300,301,302,303,307,308],VP=Symbol("body"),Am=class{constructor(e){this[VP]=e,this[Nd]=!1}async*[Symbol.asyncIterator](){QQ(!this[Nd],"disturbed"),this[Nd]=!0,yield*this[VP]}},BQ=class{constructor(e,r,n,i){if(r!=null&&(!Number.isInteger(r)||r<0))throw new NZ("maxRedirections must be a positive number");Rs.validateHandler(i,n.method,n.upgrade),this.dispatch=e,this.location=null,this.abort=null,this.opts={...n,maxRedirections:0},this.maxRedirections=r,this.handler=i,this.history=[],Rs.isStream(this.opts.body)?(Rs.bodyLength(this.opts.body)===0&&this.opts.body.on("data",function(){QQ(!1)}),typeof this.opts.body.readableDidRead!="boolean"&&(this.opts.body[Nd]=!1,wZ.prototype.on.call(this.opts.body,"data",function(){this[Nd]=!0}))):this.opts.body&&typeof this.opts.body.pipeTo=="function"?this.opts.body=new Am(this.opts.body):this.opts.body&&typeof this.opts.body!="string"&&!ArrayBuffer.isView(this.opts.body)&&Rs.isIterable(this.opts.body)&&(this.opts.body=new Am(this.opts.body))}onConnect(e){this.abort=e,this.handler.onConnect(e,{history:this.history})}onUpgrade(e,r,n){this.handler.onUpgrade(e,r,n)}onError(e){this.handler.onError(e)}onHeaders(e,r,n,i){if(this.location=this.history.length>=this.maxRedirections||Rs.isDisturbed(this.opts.body)?null:xZ(e,r),this.opts.origin&&this.history.push(new URL(this.opts.path,this.opts.origin)),!this.location)return this.handler.onHeaders(e,r,n,i);let{origin:s,pathname:o,search:a}=Rs.parseURL(new URL(this.location,this.opts.origin&&new URL(this.opts.path,this.opts.origin))),A=a?`${o}${a}`:o;this.opts.headers=vZ(this.opts.headers,e===303,this.opts.origin!==s),this.opts.path=A,this.opts.origin=s,this.opts.maxRedirections=0,this.opts.query=null,e===303&&this.opts.method!=="HEAD"&&(this.opts.method="GET",this.opts.body=null)}onData(e){if(!this.location)return this.handler.onData(e)}onComplete(e){this.location?(this.location=null,this.abort=null,this.dispatch(this.opts,this)):this.handler.onComplete(e)}onBodySent(e){this.handler.onBodySent&&this.handler.onBodySent(e)}};function xZ(t,e){if(SZ.indexOf(t)===-1)return null;for(let r=0;r<e.length;r+=2)if(e[r].toString().toLowerCase()==="location")return e[r+1]}function WP(t,e,r){if(t.length===4)return Rs.headerNameToString(t)==="host";if(e&&Rs.headerNameToString(t).startsWith("content-"))return!0;if(r&&(t.length===13||t.length===6||t.length===19)){let n=Rs.headerNameToString(t);return n==="authorization"||n==="cookie"||n==="proxy-authorization"}return!1}function vZ(t,e,r){let n=[];if(Array.isArray(t))for(let i=0;i<t.length;i+=2)WP(t[i],e,r)||n.push(t[i],t[i+1]);else if(t&&typeof t=="object")for(let i of Object.keys(t))WP(i,e,r)||n.push(i,t[i]);else QQ(t==null,"headers must be an object or an array");return n}$P.exports=BQ});var cm=h((W_e,KP)=>{"use strict";var RZ=bQ();function DZ({maxRedirections:t}){return e=>function(n,i){let{maxRedirections:s=t}=n;if(!s)return e(n,i);let o=new RZ(e,s,n,i);return n={...n,maxRedirections:0},e(n,o)}}KP.exports=DZ});var NQ=h(($_e,XP)=>{XP.exports="AGFzbQEAAAABMAhgAX8Bf2ADf39/AX9gBH9/f38Bf2AAAGADf39/AGABfwBgAn9/AGAGf39/f39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQACA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAA0ZFAwMEAAAFAAAAAAAABQEFAAUFBQAABgAAAAAGBgYGAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAABAQcAAAUFAwABBAUBcAESEgUDAQACBggBfwFBgNQECwfRBSIGbWVtb3J5AgALX2luaXRpYWxpemUACRlfX2luZGlyZWN0X2Z1bmN0aW9uX3RhYmxlAQALbGxodHRwX2luaXQAChhsbGh0dHBfc2hvdWxkX2tlZXBfYWxpdmUAQQxsbGh0dHBfYWxsb2MADAZtYWxsb2MARgtsbGh0dHBfZnJlZQANBGZyZWUASA9sbGh0dHBfZ2V0X3R5cGUADhVsbGh0dHBfZ2V0X2h0dHBfbWFqb3IADxVsbGh0dHBfZ2V0X2h0dHBfbWlub3IAEBFsbGh0dHBfZ2V0X21ldGhvZAARFmxsaHR0cF9nZXRfc3RhdHVzX2NvZGUAEhJsbGh0dHBfZ2V0X3VwZ3JhZGUAEwxsbGh0dHBfcmVzZXQAFA5sbGh0dHBfZXhlY3V0ZQAVFGxsaHR0cF9zZXR0aW5nc19pbml0ABYNbGxodHRwX2ZpbmlzaAAXDGxsaHR0cF9wYXVzZQAYDWxsaHR0cF9yZXN1bWUAGRtsbGh0dHBfcmVzdW1lX2FmdGVyX3VwZ3JhZGUAGhBsbGh0dHBfZ2V0X2Vycm5vABsXbGxodHRwX2dldF9lcnJvcl9yZWFzb24AHBdsbGh0dHBfc2V0X2Vycm9yX3JlYXNvbgAdFGxsaHR0cF9nZXRfZXJyb3JfcG9zAB4RbGxodHRwX2Vycm5vX25hbWUAHxJsbGh0dHBfbWV0aG9kX25hbWUAIBJs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ADcDACAAQShqQgA3AwAgAEEgakIANwMAIABBEGpCADcDACAAQQhqQgA3AwAgAEHdATYCHEEAC3sBAX8CQCAAKAIMIgMNAAJAIAAoAgRFDQAgACABNgIECwJAIAAgASACEMSAgIAAIgMNACAAKAIMDwsgACADNgIcQQAhAyAAKAIEIgFFDQAgACABIAIgACgCCBGBgICAAAAiAUUNACAAIAI2AhQgACABNgIMIAEhAwsgAwvk8wEDDn8DfgR/I4CAgIAAQRBrIgMkgICAgAAgASEEIAEhBSABIQYgASEHIAEhCCABIQkgASEKIAEhCyABIQwgASENIAEhDiABIQ8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgACgCHCIQQX9qDt0B2gEB2QECAwQFBgcICQoLDA0O2AEPENcBERLWARMUFRYXGBkaG+AB3wEcHR7VAR8gISIjJCXUASYnKCkqKyzTAdIBLS7RAdABLzAxMjM0NTY3ODk6Ozw9Pj9AQUJDREVG2wFHSElKzwHOAUvNAUzMAU1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4ABgQGCAYMBhAGFAYYBhwGIAYkB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QAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAQDscBAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxweHyAhIyUoP0BBREVGR0hJSktMTU9QUVJT3gNXWVtcXWBiZWZnaGlqa2xtb3BxcnN0dXZ3eHl6e3x9foABggGFAYYBhwGJAYsBjAGNAY4BjwGQAZEBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAZkCpAKwAv4C/gILIAEiBCACRw3zAUHdASEQDP8DCyABIhAgAkcN3QFBwwEhEAz+AwsgASIBIAJHDZABQfcAIRAM/QMLIAEiASACRw2GAUHvACEQDPwDCyABIgEgAkcNf0HqACEQDPsDCyABIgEgAkcNe0HoACEQDPoDCyABIgEgAkcNeEHmACEQDPkDCyABIgEgAkcNGkEYIRAM+AMLIAEiASACRw0UQRIhEAz3AwsgASIBIAJHDVlBxQAhEAz2AwsgASIBIAJHDUpBPyEQDPUDCyABIgEgAkcNSEE8IRAM9AMLIAEiASACRw1BQTEhEAzzAwsgAC0ALkEBRg3rAwyHAgsgACABIgEgAhDAgICAAEEBRw3mASAAQgA3AyAM5wELIAAgASIBIAIQtICAgAAiEA3nASABIQEM9QILAkAgASIBIAJHDQBBBiEQDPADCyAAIAFBAWoiASACELuAgIAAIhAN6AEgASEBDDELIABCADcDIEESIRAM1QMLIAEiECACRw0rQR0hEAztAwsCQCABIgEgAkYNACABQQFqIQFBECEQDNQDC0EHIRAM7AMLIABCACAAKQMgIhEgAiABIhBrrSISfSITIBMgEVYbNwMgIBEgElYiFEUN5QFBCCEQDOsDCwJAIAEiASACRg0AIABBiYCAgAA2AgggACABNgIEIAEhAUEUIRAM0gMLQQkhEAzqAwsgASEBIAApAyBQDeQBIAEhAQzyAgsCQCABIgEgAkcNAEELIRAM6QMLIAAgAUEBaiIBIAIQtoCAgAAiEA3lASABIQEM8gILIAAgASIBIAIQuICAgAAiEA3lASABIQEM8gILIAAgASIBIAIQuICAgAAiEA3mASABIQEMDQsgACABIgEgAhC6gICAACIQDecBIAEhAQzwAgsCQCABIgEgAkcNAEEPIRAM5QMLIAEtAAAiEEE7Rg0IIBBBDUcN6AEgAUEBaiEBDO8CCyAAIAEiASACELqAgIAAIhAN6AEgASEBDPICCwNAAkAgAS0AAEHwtYCAAGotAAAiEEEBRg0AIBBBAkcN6wEgACgCBCEQIABBADYCBCAAIBAgAUEBaiIBELmAgIAAIhAN6gEgASEBDPQCCyABQQFqIgEgAkcNAAtBEiEQDOIDCyAAIAEiASACELqAgIAAIhAN6QEgASEBDAoLIAEiASACRw0GQRshEAzgAwsCQCABIgEgAkcNAEEWIRAM4AMLIABBioCAgAA2AgggACABNgIEIAAgASACELiAgIAAIhAN6gEgASEBQSAhEAzGAwsCQCABIgEgAkYNAANAAkAgAS0AAEHwt4CAAGotAAAiEEECRg0AAkAgEEF/ag4E5QHsAQDrAewBCyABQQFqIQFBCCEQDMgDCyABQQFqIgEgAkcNAAtBFSEQDN8DC0EVIRAM3gMLA0ACQCABLQAAQfC5gIAAai0AACIQQQJGDQAgEEF/ag4E3gHsAeAB6wHsAQsgAUEBaiIBIAJHDQALQRghEAzdAwsCQCABIgEgAkYNACAAQYuAgIAANgIIIAAgATYCBCABIQFBByEQDMQDC0EZIRAM3AMLIAFBAWohAQwCCwJAIAEiFCACRw0AQRohEAzbAwsgFCEBAkAgFC0AAEFzag4U3QLuAu4C7gLuAu4C7gLuAu4C7gLuAu4C7gLuAu4C7gLuAu4C7gIA7gILQQAhECAAQQA2AhwgAEGvi4CAADYCECAAQQI2AgwgACAUQQFqNgIUDNoDCwJAIAEtAAAiEEE7Rg0AIBBBDUcN6AEgAUEBaiEBDOUCCyABQQFqIQELQSIhEAy/AwsCQCABIhAgAkcNAEEcIRAM2AMLQgAhESAQIQEgEC0AAEFQag435wHmAQECAwQFBgcIAAAAAAAAAAkKCwwNDgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADxAREhMUAAtBHiEQDL0DC0ICIREM5QELQgMhEQzkAQtCBCERDOMBC0IFIREM4gELQgYhEQzhAQtCByERDOABC0IIIREM3wELQgkhEQzeAQtCCiERDN0BC0ILIREM3AELQgwhEQzbAQtCDSERDNoBC0IOIREM2QELQg8hEQzYAQtCCiERDNcBC0ILIREM1gELQgwhEQzVAQtCDSERDNQBC0IOIREM0wELQg8hEQzSAQtCACERAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAQLQAAQVBqDjflAeQBAAECAwQFBgfmAeYB5gHmAeYB5gHmAQgJCgsMDeYB5gHmAeYB5gHmAeYB5gHmAeYB5gHmAeYB5gHmAeYB5gHmAeYB5gHmAeYB5gHmAeYB5gEODxAREhPmAQtCAiERDOQBC0IDIREM4wELQgQhEQziAQtCBSERDOEBC0IGIREM4AELQgchEQzfAQtCCCERDN4BC0IJIREM3QELQgohEQzcAQtCCyERDNsBC0IMIREM2gELQg0hEQzZAQtCDiERDNgBC0IPIREM1wELQgohEQzWAQtCCyERDNUBC0IMIREM1AELQg0hEQzTAQtCDiERDNIBC0IPIREM0QELIABCACAAKQMgIhEgAiABIhBrrSISfSITIBMgEVYbNwMgIBEgElYiFEUN0gFBHyEQDMADCwJAIAEiASACRg0AIABBiYCAgAA2AgggACABNgIEIAEhAUEkIRAMpwMLQSAhEAy/AwsgACABIhAgAhC+gICAAEF/ag4FtgEAxQIB0QHSAQtBESEQDKQDCyAAQQE6AC8gECEBDLsDCyABIgEgAkcN0gFBJCEQDLsDCyABIg0gAkcNHkHGACEQDLoDCyAAIAEiASACELKAgIAAIhAN1AEgASEBDLUBCyABIhAgAkcNJkHQACEQDLgDCwJAIAEiASACRw0AQSghEAy4AwsgAEEANgIEIABBjICAgAA2AgggACABIAEQsYCAgAAiEA3TASABIQEM2AELAkAgASIQIAJHDQBBKSEQDLcDCyAQLQAAIgFBIEYNFCABQQlHDdMBIBBBAWohAQwVCwJAIAEiASACRg0AIAFBAWohAQwXC0EqIRAMtQMLAkAgASIQIAJHDQBBKyEQDLUDCwJAIBAtAAAiAUEJRg0AIAFBIEcN1QELIAAtACxBCEYN0wEgECEBDJEDCwJAIAEiASACRw0AQSwhEAy0AwsgAS0AAEEKRw3VASABQQFqIQEMyQILIAEiDiACRw3VAUEvIRAMsgMLA0ACQCABLQAAIhBBIEYNAAJAIBBBdmoOBADcAdwBANoBCyABIQEM4AELIAFBAWoiASACRw0AC0ExIRAMsQMLQTIhECABIhQgAkYNsAMgAiAUayAAKAIAIgFqIRUgFCABa0EDaiEWAkADQCAULQAAIhdBIHIgFyAXQb9/akH/AXFBGkkbQf8BcSABQfC7gIAAai0AAEcNAQJAIAFBA0cNAEEGIQEMlgMLIAFBAWohASAUQQFqIhQgAkcNAAsgACAVNgIADLEDCyAAQQA2AgAgFCEBDNkBC0EzIRAgASIUIAJGDa8DIAIgFGsgACgCACIBaiEVIBQgAWtBCGohFgJAA0AgFC0AACIXQSByIBcgF0G/f2pB/wFxQRpJG0H/AXEgAUH0u4CAAGotAABHDQECQCABQQhHDQBBBSEBDJUDCyABQQFqIQEgFEEBaiIUIAJHDQALIAAgFTYCAAywAwsgAEEANgIAIBQhAQzYAQtBNCEQIAEiFCACRg2uAyACIBRrIAAoAgAiAWohFSAUIAFrQQVqIRYCQANAIBQtAAAiF0EgciAXIBdBv39qQf8BcUEaSRtB/wFxIAFB0MKAgABqLQAARw0BAkAgAUEFRw0AQQchAQyUAwsgAUEBaiEBIBRBAWoiFCACRw0ACyAAIBU2AgAMrwMLIABBADYCACAUIQEM1wELAkAgASIBIAJGDQADQAJAIAEtAABBgL6AgABqLQAAIhBBAUYNACAQQQJGDQogASEBDN0BCyABQQFqIgEgAkcNAAtBMCEQDK4DC0EwIRAMrQMLAkAgASIBIAJGDQADQAJAIAEtAAAiEEEgRg0AIBBBdmoOBNkB2gHaAdkB2gELIAFBAWoiASACRw0AC0E4IRAMrQMLQTghEAysAwsDQAJAIAEtAAAiEEEgRg0AIBBBCUcNAwsgAUEBaiIBIAJHDQALQTwhEAyrAwsDQAJAIAEtAAAiEEEgRg0AAkACQCAQQXZqDgTaAQEB2gEACyAQQSxGDdsBCyABIQEMBAsgAUEBaiIBIAJHDQALQT8hEAyqAwsgASEBDNsBC0HAACEQIAEiFCACRg2oAyACIBRrIAAoAgAiAWohFiAUIAFrQQZqIRcCQANAIBQtAABBIHIgAUGAwICAAGotAABHDQEgAUEGRg2OAyABQQFqIQEgFEEBaiIUIAJHDQALIAAgFjYCAAypAwsgAEEANgIAIBQhAQtBNiEQDI4DCwJAIAEiDyACRw0AQcEAIRAMpwMLIABBjICAgAA2AgggACAPNgIEIA8hASAALQAsQX9qDgTNAdUB1wHZAYcDCyABQQFqIQEMzAELAkAgASIBIAJGDQADQAJAIAEtAAAiEEEgciAQIBBBv39qQf8BcUEaSRtB/wFxIhBBCUYNACAQQSBGDQACQAJAAkACQCAQQZ1/ag4TAAMDAwMDAwMBAwMDAwMDAwMDAgMLIAFBAWohAUExIRAMkQMLIAFBAWohAUEyIRAMkAMLIAFBAWohAUEzIRAMjwMLIAEhAQzQAQsgAUEBaiIBIAJHDQALQTUhEAylAwtBNSEQDKQDCwJAIAEiASACRg0AA0ACQCABLQAAQYC8gIAAai0AAEEBRg0AIAEhAQzTAQsgAUEBaiIBIAJHDQALQT0hEAykAwtBPSEQDKMDCyAAIAEiASACELCAgIAAIhAN1gEgASEBDAELIBBBAWohAQtBPCEQDIcDCwJAIAEiASACRw0AQcIAIRAMoAMLAkADQAJAIAEtAABBd2oOGAAC/gL+AoQD/gL+Av4C/gL+Av4C/gL+Av4C/gL+Av4C/gL+Av4C/gL+Av4CAP4CCyABQQFqIgEgAkcNAAtBwgAhEAygAwsgAUEBaiEBIAAtAC1BAXFFDb0BIAEhAQtBLCEQDIUDCyABIgEgAkcN0wFBxAAhEAydAwsDQAJAIAEtAABBkMCAgABqLQAAQQFGDQAgASEBDLcCCyABQQFqIgEgAkcNAAtBxQAhEAycAwsgDS0AACIQQSBGDbMBIBBBOkcNgQMgACgCBCEBIABBADYCBCAAIAEgDRCvgICAACIBDdABIA1BAWohAQyzAgtBxwAhECABIg0gAkYNmgMgAiANayAAKAIAIgFqIRYgDSABa0EFaiEXA0AgDS0AACIUQSByIBQgFEG/f2pB/wFxQRpJG0H/AXEgAUGQwoCAAGotAABHDYADIAFBBUYN9AIgAUEBaiEBIA1BAWoiDSACRw0ACyAAIBY2AgAMmgMLQcgAIRAgASINIAJGDZkDIAIgDWsgACgCACIBaiEWIA0gAWtBCWohFwNAIA0tAAAiFEEgciAUIBRBv39qQf8BcUEaSRtB/wFxIAFBlsKAgABqLQAARw3/AgJAIAFBCUcNAEECIQEM9QILIAFBAWohASANQQFqIg0gAkcNAAsgACAWNgIADJkDCwJAIAEiDSACRw0AQckAIRAMmQMLAkACQCANLQAAIgFBIHIgASABQb9/akH/AXFBGkkbQf8BcUGSf2oOBwCAA4ADgAOAA4ADAYADCyANQQFqIQFBPiEQDIADCyANQQFqIQFBPyEQDP8CC0HKACEQIAEiDSACRg2XAyACIA1rIAAoAgAiAWohFiANIAFrQQFqIRcDQCANLQAAIhRBIHIgFCAUQb9/akH/AXFBGkkbQf8BcSABQaDCgIAAai0AAEcN/QIgAUEBRg3wAiABQQFqIQEgDUEBaiINIAJHDQALIAAgFjYCAAyXAwtBywAhECABIg0gAkYNlgMgAiANayAAKAIAIgFqIRYgDSABa0EOaiEXA0AgDS0AACIUQSByIBQgFEG/f2pB/wFxQRpJG0H/AXEgAUGiwoCAAGotAABHDfwCIAFBDkYN8AIgAUEBaiEBIA1BAWoiDSACRw0ACyAAIBY2AgAMlgMLQcwAIRAgASINIAJGDZUDIAIgDWsgACgCACIBaiEWIA0gAWtBD2ohFwNAIA0tAAAiFEEgciAUIBRBv39qQf8BcUEaSRtB/wFxIAFBwMKAgABqLQAARw37AgJAIAFBD0cNAEEDIQEM8QILIAFBAWohASANQQFqIg0gAkcNAAsgACAWNgIADJUDC0HNACEQIAEiDSACRg2UAyACIA1rIAAoAgAiAWohFiANIAFrQQVqIRcDQCANLQAAIhRBIHIgFCAUQb9/akH/AXFBGkkbQf8BcSABQdDCgIAAai0AAEcN+gICQCABQQVHDQBBBCEBDPACCyABQQFqIQEgDUEBaiINIAJHDQALIAAgFjYCAAyUAwsCQCABIg0gAkcNAEHOACEQDJQDCwJAAkACQAJAIA0tAAAiAUEgciABIAFBv39qQf8BcUEaSRtB/wFxQZ1/ag4TAP0C/QL9Av0C/QL9Av0C/QL9Av0C/QL9AgH9Av0C/QICA/0CCyANQQFqIQFBwQAhEAz9AgsgDUEBaiEBQcIAIRAM/AILIA1BAWohAUHDACEQDPsCCyANQQFqIQFBxAAhEAz6AgsCQCABIgEgAkYNACAAQY2AgIAANgIIIAAgATYCBCABIQFBxQAhEAz6AgtBzwAhEAySAwsgECEBAkACQCAQLQAAQXZqDgQBqAKoAgCoAgsgEEEBaiEBC0EnIRAM+AILAkAgASIBIAJHDQBB0QAhEAyRAwsCQCABLQAAQSBGDQAgASEBDI0BCyABQQFqIQEgAC0ALUEBcUUNxwEgASEBDIwBCyABIhcgAkcNyAFB0gAhEAyPAwtB0wAhECABIhQgAkYNjgMgAiAUayAAKAIAIgFqIRYgFCABa0EBaiEXA0AgFC0AACABQdbCgIAAai0AAEcNzAEgAUEBRg3HASABQQFqIQEgFEEBaiIUIAJHDQALIAAgFjYCAAyOAwsCQCABIgEgAkcNAEHVACEQDI4DCyABLQAAQQpHDcwBIAFBAWohAQzHAQsCQCABIgEgAkcNAEHWACEQDI0DCwJAAkAgAS0AAEF2ag4EAM0BzQEBzQELIAFBAWohAQzHAQsgAUEBaiEBQcoAIRAM8wILIAAgASIBIAIQroCAgAAiEA3LASABIQFBzQAhEAzyAgsgAC0AKUEiRg2FAwymAgsCQCABIgEgAkcNAEHbACEQDIoDC0EAIRRBASEXQQEhFkEAIRACQAJAAkACQAJAAkACQAJAAkAgAS0AAEFQag4K1AHTAQABAgMEBQYI1QELQQIhEAwGC0EDIRAMBQtBBCEQDAQLQQUhEAwDC0EGIRAMAgtBByEQDAELQQghEAtBACEXQQAhFkEAIRQMzAELQQkhEEEBIRRBACEXQQAhFgzLAQsCQCABIgEgAkcNAEHdACEQDIkDCyABLQAAQS5HDcwBIAFBAWohAQymAgsgASIBIAJHDcwBQd8AIRAMhwMLAkAgASIBIAJGDQAgAEGOgICAADYCCCAAIAE2AgQgASEBQdAAIRAM7gILQeAAIRAMhgMLQeEAIRAgASIBIAJGDYUDIAIgAWsgACgCACIUaiEWIAEgFGtBA2ohFwNAIAEtAAAgFEHiwoCAAGotAABHDc0BIBRBA0YNzAEgFEEBaiEUIAFBAWoiASACRw0ACyAAIBY2AgAMhQMLQeIAIRAgASIBIAJGDYQDIAIgAWsgACgCACIUaiEWIAEgFGtBAmohFwNAIAEtAAAgFEHmwoCAAGotAABHDcwBIBRBAkYNzgEgFEEBaiEUIAFBAWoiASACRw0ACyAAIBY2AgAMhAMLQeMAIRAgASIBIAJGDYMDIAIgAWsgACgCACIUaiEWIAEgFGtBA2ohFwNAIAEtAAAgFEHpwoCAAGotAABHDcsBIBRBA0YNzgEgFEEBaiEUIAFBAWoiASACRw0ACyAAIBY2AgAMgwMLAkAgASIBIAJHDQBB5QAhEAyDAwsgACABQQFqIgEgAhCogICAACIQDc0BIAEhAUHWACEQDOkCCwJAIAEiASACRg0AA0ACQCABLQAAIhBBIEYNAAJAAkACQCAQQbh/ag4LAAHPAc8BzwHPAc8BzwHPAc8BAs8BCyABQQFqIQFB0gAhEAztAgsgAUEBaiEBQdMAIRAM7AILIAFBAWohAUHUACEQDOsCCyABQQFqIgEgAkcNAAtB5AAhEAyCAwtB5AAhEAyBAwsDQAJAIAEtAABB8MKAgABqLQAAIhBBAUYNACAQQX5qDgPPAdAB0QHSAQsgAUEBaiIBIAJHDQALQeYAIRAMgAMLAkAgASIBIAJGDQAgAUEBaiEBDAMLQecAIRAM/wILA0ACQCABLQAAQfDEgIAAai0AACIQQQFGDQACQCAQQX5qDgTSAdMB1AEA1QELIAEhAUHXACEQDOcCCyABQQFqIgEgAkcNAAtB6AAhEAz+AgsCQCABIgEgAkcNAEHpACEQDP4CCwJAIAEtAAAiEEF2ag4augHVAdUBvAHVAdUB1QHVAdUB1QHVAdUB1QHVAdUB1QHVAdUB1QHVAdUB1QHKAdUB1QEA0wELIAFBAWohAQtBBiEQDOMCCwNAAkAgAS0AAEHwxoCAAGotAABBAUYNACABIQEMngILIAFBAWoiASACRw0AC0HqACEQDPsCCwJAIAEiASACRg0AIAFBAWohAQwDC0HrACEQDPoCCwJAIAEiASACRw0AQewAIRAM+gILIAFBAWohAQwBCwJAIAEiASACRw0AQe0AIRAM+QILIAFBAWohAQtBBCEQDN4CCwJAIAEiFCACRw0AQe4AIRAM9wILIBQhAQJAAkACQCAULQAAQfDIgIAAai0AAEF/ag4H1AHVAdYBAJwCAQLXAQsgFEEBaiEBDAoLIBRBAWohAQzNAQtBACEQIABBADYCHCAAQZuSgIAANgIQIABBBzYCDCAAIBRBAWo2AhQM9gILAkADQAJAIAEtAABB8MiAgABqLQAAIhBBBEYNAAJAAkAgEEF/ag4H0gHTAdQB2QEABAHZAQsgASEBQdoAIRAM4AILIAFBAWohAUHcACEQDN8CCyABQQFqIgEgAkcNAAtB7wAhEAz2AgsgAUEBaiEBDMsBCwJAIAEiFCACRw0AQfAAIRAM9QILIBQtAABBL0cN1AEgFEEBaiEBDAYLAkAgASIUIAJHDQBB8QAhEAz0AgsCQCAULQAAIgFBL0cNACAUQQFqIQFB3QAhEAzbAgsgAUF2aiIEQRZLDdMBQQEgBHRBiYCAAnFFDdMBDMoCCwJAIAEiASACRg0AIAFBAWohAUHeACEQDNoCC0HyACEQDPICCwJAIAEiFCACRw0AQfQAIRAM8gILIBQhAQJAIBQtAABB8MyAgABqLQAAQX9qDgPJApQCANQBC0HhACEQDNgCCwJAIAEiFCACRg0AA0ACQCAULQAAQfDKgIAAai0AACIBQQNGDQACQCABQX9qDgLLAgDVAQsgFCEBQd8AIRAM2gILIBRBAWoiFCACRw0AC0HzACEQDPECC0HzACEQDPACCwJAIAEiASACRg0AIABBj4CAgAA2AgggACABNgIEIAEhAUHgACEQDNcCC0H1ACEQDO8CCwJAIAEiASACRw0AQfYAIRAM7wILIABBj4CAgAA2AgggACABNgIEIAEhAQtBAyEQDNQCCwNAIAEtAABBIEcNwwIgAUEBaiIBIAJHDQALQfcAIRAM7AILAkAgASIBIAJHDQBB+AAhEAzsAgsgAS0AAEEgRw3OASABQQFqIQEM7wELIAAgASIBIAIQrICAgAAiEA3OASABIQEMjgILAkAgASIEIAJHDQBB+gAhEAzqAgsgBC0AAEHMAEcN0QEgBEEBaiEBQRMhEAzPAQsCQCABIgQgAkcNAEH7ACEQDOkCCyACIARrIAAoAgAiAWohFCAEIAFrQQVqIRADQCAELQAAIAFB8M6AgABqLQAARw3QASABQQVGDc4BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQfsAIRAM6AILAkAgASIEIAJHDQBB/AAhEAzoAgsCQAJAIAQtAABBvX9qDgwA0QHRAdEB0QHRAdEB0QHRAdEB0QEB0QELIARBAWohAUHmACEQDM8CCyAEQQFqIQFB5wAhEAzOAgsCQCABIgQgAkcNAEH9ACEQDOcCCyACIARrIAAoAgAiAWohFCAEIAFrQQJqIRACQANAIAQtAAAgAUHtz4CAAGotAABHDc8BIAFBAkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEH9ACEQDOcCCyAAQQA2AgAgEEEBaiEBQRAhEAzMAQsCQCABIgQgAkcNAEH+ACEQDOYCCyACIARrIAAoAgAiAWohFCAEIAFrQQVqIRACQANAIAQtAAAgAUH2zoCAAGotAABHDc4BIAFBBUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEH+ACEQDOYCCyAAQQA2AgAgEEEBaiEBQRYhEAzLAQsCQCABIgQgAkcNAEH/ACEQDOUCCyACIARrIAAoAgAiAWohFCAEIAFrQQNqIRACQANAIAQtAAAgAUH8zoCAAGotAABHDc0BIAFBA0YNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEH/ACEQDOUCCyAAQQA2AgAgEEEBaiEBQQUhEAzKAQsCQCABIgQgAkcNAEGAASEQDOQCCyAELQAAQdkARw3LASAEQQFqIQFBCCEQDMkBCwJAIAEiBCACRw0AQYEBIRAM4wILAkACQCAELQAAQbJ/ag4DAMwBAcwBCyAEQQFqIQFB6wAhEAzKAgsgBEEBaiEBQewAIRAMyQILAkAgASIEIAJHDQBBggEhEAziAgsCQAJAIAQtAABBuH9qDggAywHLAcsBywHLAcsBAcsBCyAEQQFqIQFB6gAhEAzJAgsgBEEBaiEBQe0AIRAMyAILAkAgASIEIAJHDQBBgwEhEAzhAgsgAiAEayAAKAIAIgFqIRAgBCABa0ECaiEUAkADQCAELQAAIAFBgM+AgABqLQAARw3JASABQQJGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBA2AgBBgwEhEAzhAgtBACEQIABBADYCACAUQQFqIQEMxgELAkAgASIEIAJHDQBBhAEhEAzgAgsgAiAEayAAKAIAIgFqIRQgBCABa0EEaiEQAkADQCAELQAAIAFBg8+AgABqLQAARw3IASABQQRGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBhAEhEAzgAgsgAEEANgIAIBBBAWohAUEjIRAMxQELAkAgASIEIAJHDQBBhQEhEAzfAgsCQAJAIAQtAABBtH9qDggAyAHIAcgByAHIAcgBAcgBCyAEQQFqIQFB7wAhEAzGAgsgBEEBaiEBQfAAIRAMxQILAkAgASIEIAJHDQBBhgEhEAzeAgsgBC0AAEHFAEcNxQEgBEEBaiEBDIMCCwJAIAEiBCACRw0AQYcBIRAM3QILIAIgBGsgACgCACIBaiEUIAQgAWtBA2ohEAJAA0AgBC0AACABQYjPgIAAai0AAEcNxQEgAUEDRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQYcBIRAM3QILIABBADYCACAQQQFqIQFBLSEQDMIBCwJAIAEiBCACRw0AQYgBIRAM3AILIAIgBGsgACgCACIBaiEUIAQgAWtBCGohEAJAA0AgBC0AACABQdDPgIAAai0AAEcNxAEgAUEIRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQYgBIRAM3AILIABBADYCACAQQQFqIQFBKSEQDMEBCwJAIAEiASACRw0AQYkBIRAM2wILQQEhECABLQAAQd8ARw3AASABQQFqIQEMgQILAkAgASIEIAJHDQBBigEhEAzaAgsgAiAEayAAKAIAIgFqIRQgBCABa0EBaiEQA0AgBC0AACABQYzPgIAAai0AAEcNwQEgAUEBRg2vAiABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGKASEQDNkCCwJAIAEiBCACRw0AQYsBIRAM2QILIAIgBGsgACgCACIBaiEUIAQgAWtBAmohEAJAA0AgBC0AACABQY7PgIAAai0AAEcNwQEgAUECRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQYsBIRAM2QILIABBADYCACAQQQFqIQFBAiEQDL4BCwJAIAEiBCACRw0AQYwBIRAM2AILIAIgBGsgACgCACIBaiEUIAQgAWtBAWohEAJAA0AgBC0AACABQfDPgIAAai0AAEcNwAEgAUEBRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQYwBIRAM2AILIABBADYCACAQQQFqIQFBHyEQDL0BCwJAIAEiBCACRw0AQY0BIRAM1wILIAIgBGsgACgCACIBaiEUIAQgAWtBAWohEAJAA0AgBC0AACABQfLPgIAAai0AAEcNvwEgAUEBRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQY0BIRAM1wILIABBADYCACAQQQFqIQFBCSEQDLwBCwJAIAEiBCACRw0AQY4BIRAM1gILAkACQCAELQAAQbd/ag4HAL8BvwG/Ab8BvwEBvwELIARBAWohAUH4ACEQDL0CCyAEQQFqIQFB+QAhEAy8AgsCQCABIgQgAkcNAEGPASEQDNUCCyACIARrIAAoAgAiAWohFCAEIAFrQQVqIRACQANAIAQtAAAgAUGRz4CAAGotAABHDb0BIAFBBUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGPASEQDNUCCyAAQQA2AgAgEEEBaiEBQRghEAy6AQsCQCABIgQgAkcNAEGQASEQDNQCCyACIARrIAAoAgAiAWohFCAEIAFrQQJqIRACQANAIAQtAAAgAUGXz4CAAGotAABHDbwBIAFBAkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGQASEQDNQCCyAAQQA2AgAgEEEBaiEBQRchEAy5AQsCQCABIgQgAkcNAEGRASEQDNMCCyACIARrIAAoAgAiAWohFCAEIAFrQQZqIRACQANAIAQtAAAgAUGaz4CAAGotAABHDbsBIAFBBkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGRASEQDNMCCyAAQQA2AgAgEEEBaiEBQRUhEAy4AQsCQCABIgQgAkcNAEGSASEQDNICCyACIARrIAAoAgAiAWohFCAEIAFrQQVqIRACQANAIAQtAAAgAUGhz4CAAGotAABHDboBIAFBBUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGSASEQDNICCyAAQQA2AgAgEEEBaiEBQR4hEAy3AQsCQCABIgQgAkcNAEGTASEQDNECCyAELQAAQcwARw24ASAEQQFqIQFBCiEQDLYBCwJAIAQgAkcNAEGUASEQDNACCwJAAkAgBC0AAEG/f2oODwC5AbkBuQG5AbkBuQG5AbkBuQG5AbkBuQG5AQG5AQsgBEEBaiEBQf4AIRAMtwILIARBAWohAUH/ACEQDLYCCwJAIAQgAkcNAEGVASEQDM8CCwJAAkAgBC0AAEG/f2oOAwC4AQG4AQsgBEEBaiEBQf0AIRAMtgILIARBAWohBEGAASEQDLUCCwJAIAQgAkcNAEGWASEQDM4CCyACIARrIAAoAgAiAWohFCAEIAFrQQFqIRACQANAIAQtAAAgAUGnz4CAAGotAABHDbYBIAFBAUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGWASEQDM4CCyAAQQA2AgAgEEEBaiEBQQshEAyzAQsCQCAEIAJHDQBBlwEhEAzNAgsCQAJAAkACQCAELQAAQVNqDiMAuAG4AbgBuAG4AbgBuAG4AbgBuAG4AbgBuAG4AbgBuAG4AbgBuAG4AbgBuAG4AQG4AbgBuAG4AbgBArgBuAG4AQO4AQsgBEEBaiEBQfsAIRAMtgILIARBAWohAUH8ACEQDLUCCyAEQQFqIQRBgQEhEAy0AgsgBEEBaiEEQYIBIRAMswILAkAgBCACRw0AQZgBIRAMzAILIAIgBGsgACgCACIBaiEUIAQgAWtBBGohEAJAA0AgBC0AACABQanPgIAAai0AAEcNtAEgAUEERg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQZgBIRAMzAILIABBADYCACAQQQFqIQFBGSEQDLEBCwJAIAQgAkcNAEGZASEQDMsCCyACIARrIAAoAgAiAWohFCAEIAFrQQVqIRACQANAIAQtAAAgAUGuz4CAAGotAABHDbMBIAFBBUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGZASEQDMsCCyAAQQA2AgAgEEEBaiEBQQYhEAywAQsCQCAEIAJHDQBBmgEhEAzKAgsgAiAEayAAKAIAIgFqIRQgBCABa0EBaiEQAkADQCAELQAAIAFBtM+AgABqLQAARw2yASABQQFGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBmgEhEAzKAgsgAEEANgIAIBBBAWohAUEcIRAMrwELAkAgBCACRw0AQZsBIRAMyQILIAIgBGsgACgCACIBaiEUIAQgAWtBAWohEAJAA0AgBC0AACABQbbPgIAAai0AAEcNsQEgAUEBRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQZsBIRAMyQILIABBADYCACAQQQFqIQFBJyEQDK4BCwJAIAQgAkcNAEGcASEQDMgCCwJAAkAgBC0AAEGsf2oOAgABsQELIARBAWohBEGGASEQDK8CCyAEQQFqIQRBhwEhEAyuAgsCQCAEIAJHDQBBnQEhEAzHAgsgAiAEayAAKAIAIgFqIRQgBCABa0EBaiEQAkADQCAELQAAIAFBuM+AgABqLQAARw2vASABQQFGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBnQEhEAzHAgsgAEEANgIAIBBBAWohAUEmIRAMrAELAkAgBCACRw0AQZ4BIRAMxgILIAIgBGsgACgCACIBaiEUIAQgAWtBAWohEAJAA0AgBC0AACABQbrPgIAAai0AAEcNrgEgAUEBRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQZ4BIRAMxgILIABBADYCACAQQQFqIQFBAyEQDKsBCwJAIAQgAkcNAEGfASEQDMUCCyACIARrIAAoAgAiAWohFCAEIAFrQQJqIRACQANAIAQtAAAgAUHtz4CAAGotAABHDa0BIAFBAkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGfASEQDMUCCyAAQQA2AgAgEEEBaiEBQQwhEAyqAQsCQCAEIAJHDQBBoAEhEAzEAgsgAiAEayAAKAIAIgFqIRQgBCABa0EDaiEQAkADQCAELQAAIAFBvM+AgABqLQAARw2sASABQQNGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBoAEhEAzEAgsgAEEANgIAIBBBAWohAUENIRAMqQELAkAgBCACRw0AQaEBIRAMwwILAkACQCAELQAAQbp/ag4LAKwBrAGsAawBrAGsAawBrAGsAQGsAQsgBEEBaiEEQYsBIRAMqgILIARBAWohBEGMASEQDKkCCwJAIAQgAkcNAEGiASEQDMICCyAELQAAQdAARw2pASAEQQFqIQQM6QELAkAgBCACRw0AQaMBIRAMwQILAkACQCAELQAAQbd/ag4HAaoBqgGqAaoBqgEAqgELIARBAWohBEGOASEQDKgCCyAEQQFqIQFBIiEQDKYBCwJAIAQgAkcNAEGkASEQDMACCyACIARrIAAoAgAiAWohFCAEIAFrQQFqIRACQANAIAQtAAAgAUHAz4CAAGotAABHDagBIAFBAUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGkASEQDMACCyAAQQA2AgAgEEEBaiEBQR0hEAylAQsCQCAEIAJHDQBBpQEhEAy/AgsCQAJAIAQtAABBrn9qDgMAqAEBqAELIARBAWohBEGQASEQDKYCCyAEQQFqIQFBBCEQDKQBCwJAIAQgAkcNAEGmASEQDL4CCwJAAkACQAJAAkAgBC0AAEG/f2oOFQCqAaoBqgGqAaoBqgGqAaoBqgGqAQGqAaoBAqoBqgEDqgGqAQSqAQsgBEEBaiEEQYgBIRAMqAILIARBAWohBEGJASEQDKcCCyAEQQFqIQRBigEhEAymAgsgBEEBaiEEQY8BIRAMpQILIARBAWohBEGRASEQDKQCCwJAIAQgAkcNAEGnASEQDL0CCyACIARrIAAoAgAiAWohFCAEIAFrQQJqIRACQANAIAQtAAAgAUHtz4CAAGotAABHDaUBIAFBAkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGnASEQDL0CCyAAQQA2AgAgEEEBaiEBQREhEAyiAQsCQCAEIAJHDQBBqAEhEAy8AgsgAiAEayAAKAIAIgFqIRQgBCABa0ECaiEQAkADQCAELQAAIAFBws+AgABqLQAARw2kASABQQJGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBqAEhEAy8AgsgAEEANgIAIBBBAWohAUEsIRAMoQELAkAgBCACRw0AQakBIRAMuwILIAIgBGsgACgCACIBaiEUIAQgAWtBBGohEAJAA0AgBC0AACABQcXPgIAAai0AAEcNowEgAUEERg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQakBIRAMuwILIABBADYCACAQQQFqIQFBKyEQDKABCwJAIAQgAkcNAEGqASEQDLoCCyACIARrIAAoAgAiAWohFCAEIAFrQQJqIRACQANAIAQtAAAgAUHKz4CAAGotAABHDaIBIAFBAkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGqASEQDLoCCyAAQQA2AgAgEEEBaiEBQRQhEAyfAQsCQCAEIAJHDQBBqwEhEAy5AgsCQAJAAkACQCAELQAAQb5/ag4PAAECpAGkAaQBpAGkAaQBpAGkAaQBpAGkAQOkAQsgBEEBaiEEQZMBIRAMogILIARBAWohBEGUASEQDKECCyAEQQFqIQRBlQEhEAygAgsgBEEBaiEEQZYBIRAMnwILAkAgBCACRw0AQawBIRAMuAILIAQtAABBxQBHDZ8BIARBAWohBAzgAQsCQCAEIAJHDQBBrQEhEAy3AgsgAiAEayAAKAIAIgFqIRQgBCABa0ECaiEQAkADQCAELQAAIAFBzc+AgABqLQAARw2fASABQQJGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBrQEhEAy3AgsgAEEANgIAIBBBAWohAUEOIRAMnAELAkAgBCACRw0AQa4BIRAMtgILIAQtAABB0ABHDZ0BIARBAWohAUElIRAMmwELAkAgBCACRw0AQa8BIRAMtQILIAIgBGsgACgCACIBaiEUIAQgAWtBCGohEAJAA0AgBC0AACABQdDPgIAAai0AAEcNnQEgAUEIRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQa8BIRAMtQILIABBADYCACAQQQFqIQFBKiEQDJoBCwJAIAQgAkcNAEGwASEQDLQCCwJAAkAgBC0AAEGrf2oOCwCdAZ0BnQGdAZ0BnQGdAZ0BnQEBnQELIARBAWohBEGaASEQDJsCCyAEQQFqIQRBmwEhEAyaAgsCQCAEIAJHDQBBsQEhEAyzAgsCQAJAIAQtAABBv39qDhQAnAGcAZwBnAGcAZwBnAGcAZwBnAGcAZwBnAGcAZwBnAGcAZwBAZwBCyAEQQFqIQRBmQEhEAyaAgsgBEEBaiEEQZwBIRAMmQILAkAgBCACRw0AQbIBIRAMsgILIAIgBGsgACgCACIBaiEUIAQgAWtBA2ohEAJAA0AgBC0AACABQdnPgIAAai0AAEcNmgEgAUEDRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQbIBIRAMsgILIABBADYCACAQQQFqIQFBISEQDJcBCwJAIAQgAkcNAEGzASEQDLECCyACIARrIAAoAgAiAWohFCAEIAFrQQZqIRACQANAIAQtAAAgAUHdz4CAAGotAABHDZkBIAFBBkYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEGzASEQDLECCyAAQQA2AgAgEEEBaiEBQRohEAyWAQsCQCAEIAJHDQBBtAEhEAywAgsCQAJAAkAgBC0AAEG7f2oOEQCaAZoBmgGaAZoBmgGaAZoBmgEBmgGaAZoBmgGaAQKaAQsgBEEBaiEEQZ0BIRAMmAILIARBAWohBEGeASEQDJcCCyAEQQFqIQRBnwEhEAyWAgsCQCAEIAJHDQBBtQEhEAyvAgsgAiAEayAAKAIAIgFqIRQgBCABa0EFaiEQAkADQCAELQAAIAFB5M+AgABqLQAARw2XASABQQVGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBtQEhEAyvAgsgAEEANgIAIBBBAWohAUEoIRAMlAELAkAgBCACRw0AQbYBIRAMrgILIAIgBGsgACgCACIBaiEUIAQgAWtBAmohEAJAA0AgBC0AACABQerPgIAAai0AAEcNlgEgAUECRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQbYBIRAMrgILIABBADYCACAQQQFqIQFBByEQDJMBCwJAIAQgAkcNAEG3ASEQDK0CCwJAAkAgBC0AAEG7f2oODgCWAZYBlgGWAZYBlgGWAZYBlgGWAZYBlgEBlgELIARBAWohBEGhASEQDJQCCyAEQQFqIQRBogEhEAyTAgsCQCAEIAJHDQBBuAEhEAysAgsgAiAEayAAKAIAIgFqIRQgBCABa0ECaiEQAkADQCAELQAAIAFB7c+AgABqLQAARw2UASABQQJGDQEgAUEBaiEBIARBAWoiBCACRw0ACyAAIBQ2AgBBuAEhEAysAgsgAEEANgIAIBBBAWohAUESIRAMkQELAkAgBCACRw0AQbkBIRAMqwILIAIgBGsgACgCACIBaiEUIAQgAWtBAWohEAJAA0AgBC0AACABQfDPgIAAai0AAEcNkwEgAUEBRg0BIAFBAWohASAEQQFqIgQgAkcNAAsgACAUNgIAQbkBIRAMqwILIABBADYCACAQQQFqIQFBICEQDJABCwJAIAQgAkcNAEG6ASEQDKoCCyACIARrIAAoAgAiAWohFCAEIAFrQQFqIRACQANAIAQtAAAgAUHyz4CAAGotAABHDZIBIAFBAUYNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEG6ASEQDKoCCyAAQQA2AgAgEEEBaiEBQQ8hEAyPAQsCQCAEIAJHDQBBuwEhEAypAgsCQAJAIAQtAABBt39qDgcAkgGSAZIBkgGSAQGSAQsgBEEBaiEEQaUBIRAMkAILIARBAWohBEGmASEQDI8CCwJAIAQgAkcNAEG8ASEQDKgCCyACIARrIAAoAgAiAWohFCAEIAFrQQdqIRACQANAIAQtAAAgAUH0z4CAAGotAABHDZABIAFBB0YNASABQQFqIQEgBEEBaiIEIAJHDQALIAAgFDYCAEG8ASEQDKgCCyAAQQA2AgAgEEEBaiEBQRshEAyNAQsCQCAEIAJHDQBBvQEhEAynAgsCQAJAAkAgBC0AAEG+f2oOEgCRAZEBkQGRAZEBkQGRAZEBkQEBkQGRAZEBkQGRAZEBApEBCyAEQQFqIQRBpAEhEAyPAgsgBEEBaiEEQacBIRAMjgILIARBAWohBEGoASEQDI0CCwJAIAQgAkcNAEG+ASEQDKYCCyAELQAAQc4ARw2NASAEQQFqIQQMzwELAkAgBCACRw0AQb8BIRAMpQILAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgBC0AAEG/f2oOFQABAgOcAQQFBpwBnAGcAQcICQoLnAEMDQ4PnAELIARBAWohAUHoACEQDJoCCyAEQQFqIQFB6QAhEAyZAgsgBEEBaiEBQe4AIRAMmAILIARBAWohAUHyACEQDJcCCyAEQQFqIQFB8wAhEAyWAgsgBEEBaiEBQfYAIRAMlQILIARBAWohAUH3ACEQDJQCCyAEQQFqIQFB+gAhEAyTAgsgBEEBaiEEQYMBIRAMkgILIARBAWohBEGEASEQDJECCyAEQQFqIQRBhQEhEAyQAgsgBEEBaiEEQZIBIRAMjwILIARBAWohBEGYASEQDI4CCyAEQQFqIQRBoAEhEAyNAgsgBEEBaiEEQaMBIRAMjAILIARBAWohBEGqASEQDIsCCwJAIAQgAkYNACAAQZCAgIAANgIIIAAgBDYCBEGrASEQDIsCC0HAASEQDKMCCyAAIAUgAhCqgICAACIBDYsBIAUhAQxcCwJAIAYgAkYNACAGQQFqIQUMjQELQcIBIRAMoQILA0ACQCAQLQAAQXZqDgSMAQAAjwEACyAQQQFqIhAgAkcNAAtBwwEhEAygAgsCQCAHIAJGDQAgAEGRgICAADYCCCAAIAc2AgQgByEBQQEhEAyHAgtBxAEhEAyfAgsCQCAHIAJHDQBBxQEhEAyfAgsCQAJAIActAABBdmoOBAHOAc4BAM4BCyAHQQFqIQYMjQELIAdBAWohBQyJAQsCQCAHIAJHDQBBxgEhEAyeAgsCQAJAIActAABBdmoOFwGPAY8BAY8BjwGPAY8BjwGPAY8BjwGPAY8BjwGPAY8BjwGPAY8BjwGPAQCPAQsgB0EBaiEHC0GwASEQDIQCCwJAIAggAkcNAEHIASEQDJ0CCyAILQAAQSBHDY0BIABBADsBMiAIQQFqIQFBswEhEAyDAgsgASEXAkADQCAXIgcgAkYNASAHLQAAQVBqQf8BcSIQQQpPDcwBAkAgAC8BMiIUQZkzSw0AIAAgFEEKbCIUOwEyIBBB//8DcyAUQf7/A3FJDQAgB0EBaiEXIAAgFCAQaiIQOwEyIBBB//8DcUHoB0kNAQsLQQAhECAAQQA2AhwgAEHBiYCAADYCECAAQQ02AgwgACAHQQFqNgIUDJwCC0HHASEQDJsCCyAAIAggAhCugICAACIQRQ3KASAQQRVHDYwBIABByAE2AhwgACAINgIUIABByZeAgAA2AhAgAEEVNgIMQQAhEAyaAgsCQCAJIAJHDQBBzAEhEAyaAgtBACEUQQEhF0EBIRZBACEQAkACQAJAAkACQAJAAkACQAJAIAktAABBUGoOCpYBlQEAAQIDBAUGCJcBC0ECIRAMBgtBAyEQDAULQQQhEAwEC0EFIRAMAwtBBiEQDAILQQchEAwBC0EIIRALQQAhF0EAIRZBACEUDI4BC0EJIRBBASEUQQAhF0EAIRYMjQELAkAgCiACRw0AQc4BIRAMmQILIAotAABBLkcNjgEgCkEBaiEJDMoBCyALIAJHDY4BQdABIRAMlwILAkAgCyACRg0AIABBjoCAgAA2AgggACALNgIEQbcBIRAM/gELQdEBIRAMlgILAkAgBCACRw0AQdIBIRAMlgILIAIgBGsgACgCACIQaiEUIAQgEGtBBGohCwNAIAQtAAAgEEH8z4CAAGotAABHDY4BIBBBBEYN6QEgEEEBaiEQIARBAWoiBCACRw0ACyAAIBQ2AgBB0gEhEAyVAgsgACAMIAIQrICAgAAiAQ2NASAMIQEMuAELAkAgBCACRw0AQdQBIRAMlAILIAIgBGsgACgCACIQaiEUIAQgEGtBAWohDANAIAQtAAAgEEGB0ICAAGotAABHDY8BIBBBAUYNjgEgEEEBaiEQIARBAWoiBCACRw0ACyAAIBQ2AgBB1AEhEAyTAgsCQCAEIAJHDQBB1gEhEAyTAgsgAiAEayAAKAIAIhBqIRQgBCAQa0ECaiELA0AgBC0AACAQQYPQgIAAai0AAEcNjgEgEEECRg2QASAQQQFqIRAgBEEBaiIEIAJHDQALIAAgFDYCAEHWASEQDJICCwJAIAQgAkcNAEHXASEQDJICCwJAAkAgBC0AAEG7f2oOEACPAY8BjwGPAY8BjwGPAY8BjwGPAY8BjwGPAY8BAY8BCyAEQQFqIQRBuwEhEAz5AQsgBEEBaiEEQbwBIRAM+AELAkAgBCACRw0AQdgBIRAMkQILIAQtAABByABHDYwBIARBAWohBAzEAQsCQCAEIAJGDQAgAEGQgICAADYCCCAAIAQ2AgRBvgEhEAz3AQtB2QEhEAyPAgsCQCAEIAJHDQBB2gEhEAyPAgsgBC0AAEHIAEYNwwEgAEEBOgAoDLkBCyAAQQI6AC8gACAEIAIQpoCAgAAiEA2NAUHCASEQDPQBCyAALQAoQX9qDgK3AbkBuAELA0ACQCAELQAAQXZqDgQAjgGOAQCOAQsgBEEBaiIEIAJHDQALQd0BIRAMiwILIABBADoALyAALQAtQQRxRQ2EAgsgAEEAOgAvIABBAToANCABIQEMjAELIBBBFUYN2gEgAEEANgIcIAAgATYCFCAAQaeOgIAANgIQIABBEjYCDEEAIRAMiAILAkAgACAQIAIQtICAgAAiBA0AIBAhAQyBAgsCQCAEQRVHDQAgAEEDNgIcIAAgEDYCFCAAQbCYgIAANgIQIABBFTYCDEEAIRAMiAILIABBADYCHCAAIBA2AhQgAEGnjoCAADYCECAAQRI2AgxBACEQDIcCCyAQQRVGDdYBIABBADYCHCAAIAE2AhQgAEHajYCAADYCECAAQRQ2AgxBACEQDIYCCyAAKAIEIRcgAEEANgIEIBAgEadqIhYhASAAIBcgECAWIBQbIhAQtYCAgAAiFEUNjQEgAEEHNgIcIAAgEDYCFCAAIBQ2AgxBACEQDIUCCyAAIAAvATBBgAFyOwEwIAEhAQtBKiEQDOoBCyAQQRVGDdEBIABBADYCHCAAIAE2AhQgAEGDjICAADYCECAAQRM2AgxBACEQDIICCyAQQRVGDc8BIABBADYCHCAAIAE2AhQgAEGaj4CAADYCECAAQSI2AgxBACEQDIECCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQt4CAgAAiEA0AIAFBAWohAQyNAQsgAEEMNgIcIAAgEDYCDCAAIAFBAWo2AhRBACEQDIACCyAQQRVGDcwBIABBADYCHCAAIAE2AhQgAEGaj4CAADYCECAAQSI2AgxBACEQDP8BCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQt4CAgAAiEA0AIAFBAWohAQyMAQsgAEENNgIcIAAgEDYCDCAAIAFBAWo2AhRBACEQDP4BCyAQQRVGDckBIABBADYCHCAAIAE2AhQgAEHGjICAADYCECAAQSM2AgxBACEQDP0BCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQuYCAgAAiEA0AIAFBAWohAQyLAQsgAEEONgIcIAAgEDYCDCAAIAFBAWo2AhRBACEQDPwBCyAAQQA2AhwgACABNgIUIABBwJWAgAA2AhAgAEECNgIMQQAhEAz7AQsgEEEVRg3FASAAQQA2AhwgACABNgIUIABBxoyAgAA2AhAgAEEjNgIMQQAhEAz6AQsgAEEQNgIcIAAgATYCFCAAIBA2AgxBACEQDPkBCyAAKAIEIQQgAEEANgIEAkAgACAEIAEQuYCAgAAiBA0AIAFBAWohAQzxAQsgAEERNgIcIAAgBDYCDCAAIAFBAWo2AhRBACEQDPgBCyAQQRVGDcEBIABBADYCHCAAIAE2AhQgAEHGjICAADYCECAAQSM2AgxBACEQDPcBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQuYCAgAAiEA0AIAFBAWohAQyIAQsgAEETNgIcIAAgEDYCDCAAIAFBAWo2AhRBACEQDPYBCyAAKAIEIQQgAEEANgIEAkAgACAEIAEQuYCAgAAiBA0AIAFBAWohAQztAQsgAEEUNgIcIAAgBDYCDCAAIAFBAWo2AhRBACEQDPUBCyAQQRVGDb0BIABBADYCHCAAIAE2AhQgAEGaj4CAADYCECAAQSI2AgxBACEQDPQBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQt4CAgAAiEA0AIAFBAWohAQyGAQsgAEEWNgIcIAAgEDYCDCAAIAFBAWo2AhRBACEQDPMBCyAAKAIEIQQgAEEANgIEAkAgACAEIAEQt4CAgAAiBA0AIAFBAWohAQzpAQsgAEEXNgIcIAAgBDYCDCAAIAFBAWo2AhRBACEQDPIBCyAAQQA2AhwgACABNgIUIABBzZOAgAA2AhAgAEEMNgIMQQAhEAzxAQtCASERCyAQQQFqIQECQCAAKQMgIhJC//////////8PVg0AIAAgEkIEhiARhDcDICABIQEMhAELIABBADYCHCAAIAE2AhQgAEGtiYCAADYCECAAQQw2AgxBACEQDO8BCyAAQQA2AhwgACAQNgIUIABBzZOAgAA2AhAgAEEMNgIMQQAhEAzuAQsgACgCBCEXIABBADYCBCAQIBGnaiIWIQEgACAXIBAgFiAUGyIQELWAgIAAIhRFDXMgAEEFNgIcIAAgEDYCFCAAIBQ2AgxBACEQDO0BCyAAQQA2AhwgACAQNgIUIABBqpyAgAA2AhAgAEEPNgIMQQAhEAzsAQsgACAQIAIQtICAgAAiAQ0BIBAhAQtBDiEQDNEBCwJAIAFBFUcNACAAQQI2AhwgACAQNgIUIABBsJiAgAA2AhAgAEEVNgIMQQAhEAzqAQsgAEEANgIcIAAgEDYCFCAAQaeOgIAANgIQIABBEjYCDEEAIRAM6QELIAFBAWohEAJAIAAvATAiAUGAAXFFDQACQCAAIBAgAhC7gICAACIBDQAgECEBDHALIAFBFUcNugEgAEEFNgIcIAAgEDYCFCAAQfmXgIAANgIQIABBFTYCDEEAIRAM6QELAkAgAUGgBHFBoARHDQAgAC0ALUECcQ0AIABBADYCHCAAIBA2AhQgAEGWk4CAADYCECAAQQQ2AgxBACEQDOkBCyAAIBAgAhC9gICAABogECEBAkACQAJAAkACQCAAIBAgAhCzgICAAA4WAgEABAQEBAQEBAQEBAQEBAQEBAQEAwQLIABBAToALgsgACAALwEwQcAAcjsBMCAQIQELQSYhEAzRAQsgAEEjNgIcIAAgEDYCFCAAQaWWgIAANgIQIABBFTYCDEEAIRAM6QELIABBADYCHCAAIBA2AhQgAEHVi4CAADYCECAAQRE2AgxBACEQDOgBCyAALQAtQQFxRQ0BQcMBIRAMzgELAkAgDSACRg0AA0ACQCANLQAAQSBGDQAgDSEBDMQBCyANQQFqIg0gAkcNAAtBJSEQDOcBC0ElIRAM5gELIAAoAgQhBCAAQQA2AgQgACAEIA0Qr4CAgAAiBEUNrQEgAEEmNgIcIAAgBDYCDCAAIA1BAWo2AhRBACEQDOUBCyAQQRVGDasBIABBADYCHCAAIAE2AhQgAEH9jYCAADYCECAAQR02AgxBACEQDOQBCyAAQSc2AhwgACABNgIUIAAgEDYCDEEAIRAM4wELIBAhAUEBIRQCQAJAAkACQAJAAkACQCAALQAsQX5qDgcGBQUDAQIABQsgACAALwEwQQhyOwEwDAMLQQIhFAwBC0EEIRQLIABBAToALCAAIAAvATAgFHI7ATALIBAhAQtBKyEQDMoBCyAAQQA2AhwgACAQNgIUIABBq5KAgAA2AhAgAEELNgIMQQAhEAziAQsgAEEANgIcIAAgATYCFCAAQeGPgIAANgIQIABBCjYCDEEAIRAM4QELIABBADoALCAQIQEMvQELIBAhAUEBIRQCQAJAAkACQAJAIAAtACxBe2oOBAMBAgAFCyAAIAAvATBBCHI7ATAMAwtBAiEUDAELQQQhFAsgAEEBOgAsIAAgAC8BMCAUcjsBMAsgECEBC0EpIRAMxQELIABBADYCHCAAIAE2AhQgAEHwlICAADYCECAAQQM2AgxBACEQDN0BCwJAIA4tAABBDUcNACAAKAIEIQEgAEEANgIEAkAgACABIA4QsYCAgAAiAQ0AIA5BAWohAQx1CyAAQSw2AhwgACABNgIMIAAgDkEBajYCFEEAIRAM3QELIAAtAC1BAXFFDQFBxAEhEAzDAQsCQCAOIAJHDQBBLSEQDNwBCwJAAkADQAJAIA4tAABBdmoOBAIAAAMACyAOQQFqIg4gAkcNAAtBLSEQDN0BCyAAKAIEIQEgAEEANgIEAkAgACABIA4QsYCAgAAiAQ0AIA4hAQx0CyAAQSw2AhwgACAONgIUIAAgATYCDEEAIRAM3AELIAAoAgQhASAAQQA2AgQCQCAAIAEgDhCxgICAACIBDQAgDkEBaiEBDHMLIABBLDYCHCAAIAE2AgwgACAOQQFqNgIUQQAhEAzbAQsgACgCBCEEIABBADYCBCAAIAQgDhCxgICAACIEDaABIA4hAQzOAQsgEEEsRw0BIAFBAWohEEEBIQECQAJAAkACQAJAIAAtACxBe2oOBAMBAgQACyAQIQEMBAtBAiEBDAELQQQhAQsgAEEBOgAsIAAgAC8BMCABcjsBMCAQIQEMAQsgACAALwEwQQhyOwEwIBAhAQtBOSEQDL8BCyAAQQA6ACwgASEBC0E0IRAMvQELIAAgAC8BMEEgcjsBMCABIQEMAgsgACgCBCEEIABBADYCBAJAIAAgBCABELGAgIAAIgQNACABIQEMxwELIABBNzYCHCAAIAE2AhQgACAENgIMQQAhEAzUAQsgAEEIOgAsIAEhAQtBMCEQDLkBCwJAIAAtAChBAUYNACABIQEMBAsgAC0ALUEIcUUNkwEgASEBDAMLIAAtADBBIHENlAFBxQEhEAy3AQsCQCAPIAJGDQACQANAAkAgDy0AAEFQaiIBQf8BcUEKSQ0AIA8hAUE1IRAMugELIAApAyAiEUKZs+bMmbPmzBlWDQEgACARQgp+IhE3AyAgESABrUL/AYMiEkJ/hVYNASAAIBEgEnw3AyAgD0EBaiIPIAJHDQALQTkhEAzRAQsgACgCBCECIABBADYCBCAAIAIgD0EBaiIEELGAgIAAIgINlQEgBCEBDMMBC0E5IRAMzwELAkAgAC8BMCIBQQhxRQ0AIAAtAChBAUcNACAALQAtQQhxRQ2QAQsgACABQff7A3FBgARyOwEwIA8hAQtBNyEQDLQBCyAAIAAvATBBEHI7ATAMqwELIBBBFUYNiwEgAEEANgIcIAAgATYCFCAAQfCOgIAANgIQIABBHDYCDEEAIRAMywELIABBwwA2AhwgACABNgIMIAAgDUEBajYCFEEAIRAMygELAkAgAS0AAEE6Rw0AIAAoAgQhECAAQQA2AgQCQCAAIBAgARCvgICAACIQDQAgAUEBaiEBDGMLIABBwwA2AhwgACAQNgIMIAAgAUEBajYCFEEAIRAMygELIABBADYCHCAAIAE2AhQgAEGxkYCAADYCECAAQQo2AgxBACEQDMkBCyAAQQA2AhwgACABNgIUIABBoJmAgAA2AhAgAEEeNgIMQQAhEAzIAQsgAEEANgIACyAAQYASOwEqIAAgF0EBaiIBIAIQqICAgAAiEA0BIAEhAQtBxwAhEAysAQsgEEEVRw2DASAAQdEANgIcIAAgATYCFCAAQeOXgIAANgIQIABBFTYCDEEAIRAMxAELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDF4LIABB0gA2AhwgACABNgIUIAAgEDYCDEEAIRAMwwELIABBADYCHCAAIBQ2AhQgAEHBqICAADYCECAAQQc2AgwgAEEANgIAQQAhEAzCAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMXQsgAEHTADYCHCAAIAE2AhQgACAQNgIMQQAhEAzBAQtBACEQIABBADYCHCAAIAE2AhQgAEGAkYCAADYCECAAQQk2AgwMwAELIBBBFUYNfSAAQQA2AhwgACABNgIUIABBlI2AgAA2AhAgAEEhNgIMQQAhEAy/AQtBASEWQQAhF0EAIRRBASEQCyAAIBA6ACsgAUEBaiEBAkACQCAALQAtQRBxDQACQAJAAkAgAC0AKg4DAQACBAsgFkUNAwwCCyAUDQEMAgsgF0UNAQsgACgCBCEQIABBADYCBAJAIAAgECABEK2AgIAAIhANACABIQEMXAsgAEHYADYCHCAAIAE2AhQgACAQNgIMQQAhEAy+AQsgACgCBCEEIABBADYCBAJAIAAgBCABEK2AgIAAIgQNACABIQEMrQELIABB2QA2AhwgACABNgIUIAAgBDYCDEEAIRAMvQELIAAoAgQhBCAAQQA2AgQCQCAAIAQgARCtgICAACIEDQAgASEBDKsBCyAAQdoANgIcIAAgATYCFCAAIAQ2AgxBACEQDLwBCyAAKAIEIQQgAEEANgIEAkAgACAEIAEQrYCAgAAiBA0AIAEhAQypAQsgAEHcADYCHCAAIAE2AhQgACAENgIMQQAhEAy7AQsCQCABLQAAQVBqIhBB/wFxQQpPDQAgACAQOgAqIAFBAWohAUHPACEQDKIBCyAAKAIEIQQgAEEANgIEAkAgACAEIAEQrYCAgAAiBA0AIAEhAQynAQsgAEHeADYCHCAAIAE2AhQgACAENgIMQQAhEAy6AQsgAEEANgIAIBdBAWohAQJAIAAtAClBI08NACABIQEMWQsgAEEANgIcIAAgATYCFCAAQdOJgIAANgIQIABBCDYCDEEAIRAMuQELIABBADYCAAtBACEQIABBADYCHCAAIAE2AhQgAEGQs4CAADYCECAAQQg2AgwMtwELIABBADYCACAXQQFqIQECQCAALQApQSFHDQAgASEBDFYLIABBADYCHCAAIAE2AhQgAEGbioCAADYCECAAQQg2AgxBACEQDLYBCyAAQQA2AgAgF0EBaiEBAkAgAC0AKSIQQV1qQQtPDQAgASEBDFULAkAgEEEGSw0AQQEgEHRBygBxRQ0AIAEhAQxVC0EAIRAgAEEANgIcIAAgATYCFCAAQfeJgIAANgIQIABBCDYCDAy1AQsgEEEVRg1xIABBADYCHCAAIAE2AhQgAEG5jYCAADYCECAAQRo2AgxBACEQDLQBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxUCyAAQeUANgIcIAAgATYCFCAAIBA2AgxBACEQDLMBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxNCyAAQdIANgIcIAAgATYCFCAAIBA2AgxBACEQDLIBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxNCyAAQdMANgIcIAAgATYCFCAAIBA2AgxBACEQDLEBCyAAKAIEIRAgAEEANgIEAkAgACAQIAEQp4CAgAAiEA0AIAEhAQxRCyAAQeUANgIcIAAgATYCFCAAIBA2AgxBACEQDLABCyAAQQA2AhwgACABNgIUIABBxoqAgAA2AhAgAEEHNgIMQQAhEAyvAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMSQsgAEHSADYCHCAAIAE2AhQgACAQNgIMQQAhEAyuAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMSQsgAEHTADYCHCAAIAE2AhQgACAQNgIMQQAhEAytAQsgACgCBCEQIABBADYCBAJAIAAgECABEKeAgIAAIhANACABIQEMTQsgAEHlADYCHCAAIAE2AhQgACAQNgIMQQAhEAysAQsgAEEANgIcIAAgATYCFCAAQdyIgIAANgIQIABBBzYCDEEAIRAMqwELIBBBP0cNASABQQFqIQELQQUhEAyQAQtBACEQIABBADYCHCAAIAE2AhQgAEH9koCAADYCECAAQQc2AgwMqAELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEILIABB0gA2AhwgACABNgIUIAAgEDYCDEEAIRAMpwELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEILIABB0wA2AhwgACABNgIUIAAgEDYCDEEAIRAMpgELIAAoAgQhECAAQQA2AgQCQCAAIBAgARCngICAACIQDQAgASEBDEYLIABB5QA2AhwgACABNgIUIAAgEDYCDEEAIRAMpQELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDD8LIABB0gA2AhwgACAUNgIUIAAgATYCDEEAIRAMpAELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDD8LIABB0wA2AhwgACAUNgIUIAAgATYCDEEAIRAMowELIAAoAgQhASAAQQA2AgQCQCAAIAEgFBCngICAACIBDQAgFCEBDEMLIABB5QA2AhwgACAU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YWdlX2JlZ2luYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlYCBjYWxsYmFjayBlcnJvcgBgb25fc3RhdHVzX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdmVyc2lvbl9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3VybF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX3ZhbHVlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21ldGhvZF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl9maWVsZF9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lYCBjYWxsYmFjayBlcnJvcgBVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNlcnZlcgBJbnZhbGlkIGhlYWRlciB2YWx1ZSBjaGFyAEludmFsaWQgaGVhZGVyIGZpZWxkIGNoYXIAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl92ZXJzaW9uAEludmFsaWQgbWlub3IgdmVyc2lvbgBJbnZhbGlkIG1ham9yIHZlcnNpb24ARXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgdmVyc2lvbgBFeHBlY3RlZCBDUkxGIGFmdGVyIHZlcnNpb24ASW52YWxpZCBIVFRQIHZlcnNpb24ASW52YWxpZCBoZWFkZXIgdG9rZW4AU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl91cmwASW52YWxpZCBjaGFyYWN0ZXJzIGluIHVybABVbmV4cGVjdGVkIHN0YXJ0IGNoYXIgaW4gdXJsAERvdWJsZSBAIGluIHVybABFbXB0eSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXJhY3RlciBpbiBDb250ZW50LUxlbmd0aABEdXBsaWNhdGUgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyIGluIHVybCBwYXRoAENvbnRlbnQtTGVuZ3RoIGNhbid0IGJlIHByZXNlbnQgd2l0aCBUcmFuc2Zlci1FbmNvZGluZwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBzaXplAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25faGVhZGVyX3ZhbHVlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgdmFsdWUATWlzc2luZyBleHBlY3RlZCBMRiBhZnRlciBoZWFkZXIgdmFsdWUASW52YWxpZCBgVHJhbnNmZXItRW5jb2RpbmdgIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGVkIHZhbHVlAFBhdXNlZCBieSBvbl9oZWFkZXJzX2NvbXBsZXRlAEludmFsaWQgRU9GIHN0YXRlAG9uX3Jlc2V0IHBhdXNlAG9uX2NodW5rX2hlYWRlciBwYXVzZQBvbl9tZXNzYWdlX2JlZ2luIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZSBwYXVzZQBvbl9zdGF0dXNfY29tcGxldGUgcGF1c2UAb25fdmVyc2lvbl9jb21wbGV0ZSBwYXVzZQBvbl91cmxfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX3ZhbHVlX2NvbXBsZXRlIHBhdXNlAG9uX21lc3NhZ2VfY29tcGxldGUgcGF1c2UAb25fbWV0aG9kX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl9maWVsZF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fbmFtZSBwYXVzZQBVbmV4cGVjdGVkIHNwYWNlIGFmdGVyIHN0YXJ0IGxpbmUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fbmFtZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIG5hbWUAUGF1c2Ugb24gQ09OTkVDVC9VcGdyYWRlAFBhdXNlIG9uIFBSSS9VcGdyYWRlAEV4cGVjdGVkIEhUVFAvMiBDb25uZWN0aW9uIFByZWZhY2UAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9tZXRob2QARXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgbWV0aG9kAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25faGVhZGVyX2ZpZWxkAFBhdXNlZABJbnZhbGlkIHdvcmQgZW5jb3VudGVyZWQASW52YWxpZCBtZXRob2QgZW5jb3VudGVyZWQAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzY2hlbWEAUmVxdWVzdCBoYXMgaW52YWxpZCBgVHJhbnNmZXItRW5jb2RpbmdgAFNXSVRDSF9QUk9YWQBVU0VfUFJPWFkATUtBQ1RJVklUWQBVTlBST0NFU1NBQkxFX0VOVElUWQBDT1BZAE1PVkVEX1BFUk1BTkVOVExZAFRPT19FQVJMWQBOT1RJRlkARkFJTEVEX0RFUEVOREVOQ1kAQkFEX0dBVEVXQVkAUExBWQBQVVQAQ0hFQ0tPVVQAR0FURVdBWV9USU1FT1VUAFJFUVVFU1RfVElNRU9VVABORVRXT1JLX0NPTk5FQ1RfVElNRU9VVABDT05ORUNUSU9OX1RJTUVPVVQATE9HSU5fVElNRU9VVABORVRXT1JLX1JFQURfVElNRU9VVABQT1NUAE1JU0RJUkVDVEVEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfTE9BRF9CQUxBTkNFRF9SRVFVRVNUAEJBRF9SRVFVRVNUAEhUVFBfUkVRVUVTVF9TRU5UX1RPX0hUVFBTX1BPUlQAUkVQT1JUAElNX0FfVEVBUE9UAFJFU0VUX0NPTlRFTlQATk9fQ09OVEVOVABQQVJUSUFMX0NPTlRFTlQASFBFX0lOVkFMSURfQ09OU1RBTlQASFBFX0NCX1JFU0VUAEdFVABIUEVfU1RSSUNUAENPTkZMSUNUAFRFTVBPUkFSWV9SRURJUkVDVABQRVJNQU5FTlRfUkVESVJFQ1QAQ09OTkVDVABNVUxUSV9TVEFUVVMASFBFX0lOVkFMSURfU1RBVFVTAFRPT19NQU5ZX1JFUVVFU1RTAEVBUkxZX0hJTlRTAFVOQVZBSUxBQkxFX0ZPUl9MRUdBTF9SRUFTT05TAE9QVElPTlMAU1dJVENISU5HX1BST1RPQ09MUwBWQVJJQU5UX0FMU09fTkVHT1RJQVRFUwBNVUxUSVBMRV9DSE9JQ0VTAElOVEVSTkFMX1NFUlZFUl9FUlJPUgBXRUJfU0VSVkVSX1VOS05PV05fRVJST1IAUkFJTEdVTl9FUlJPUgBJREVOVElUWV9QUk9WSURFUl9BVVRIRU5USUNBVElPTl9FUlJPUgBTU0xfQ0VSVElGSUNBVEVfRVJST1IASU5WQUxJRF9YX0ZPUldBUkRFRF9GT1IAU0VUX1BBUkFNRVRFUgBHRVRfUEFSQU1FVEVSAEhQRV9VU0VSAFNFRV9PVEhFUgBIUEVfQ0JfQ0hVTktfSEVBREVSAE1LQ0FMRU5EQVIAU0VUVVAAV0VCX1NFUlZFUl9JU19ET1dOAFRFQVJET1dOAEhQRV9DTE9TRURfQ09OTkVDVElPTgBIRVVSSVNUSUNfRVhQSVJBVElPTgBESVNDT05ORUNURURfT1BFUkFUSU9OAE5PTl9BVVRIT1JJVEFUSVZFX0lORk9STUFUSU9OAEhQRV9JTlZBTElEX1ZFUlNJT04ASFBFX0NCX01FU1NBR0VfQkVHSU4AU0lURV9JU19GUk9aRU4ASFBFX0lOVkFMSURfSEVBREVSX1RPS0VOAElOVkFMSURfVE9LRU4ARk9SQklEREVOAEVOSEFOQ0VfWU9VUl9DQUxNAEhQRV9JTlZBTElEX1VSTABCTE9DS0VEX0JZX1BBUkVOVEFMX0NPTlRST0wATUtDT0wAQUNMAEhQRV9JTlRFUk5BTABSRVFVRVNUX0hFQURFUl9GSUVMRFNfVE9PX0xBUkdFX1VOT0ZGSUNJQUwASFBFX09LAFVOTElOSwBVTkxPQ0sAUFJJAFJFVFJZX1dJVEgASFBFX0lOVkFMSURfQ09OVEVOVF9MRU5HVEgASFBFX1VORVhQRUNURURfQ09OVEVOVF9MRU5HVEgARkxVU0gAUFJPUFBBVENIAE0tU0VBUkNIAFVSSV9UT09fTE9ORwBQUk9DRVNTSU5HAE1JU0NFTExBTkVPVVNfUEVSU0lTVEVOVF9XQVJOSU5HAE1JU0NFTExBTkVPVVNfV0FSTklORwBIUEVfSU5WQUxJRF9UUkFOU0ZFUl9FTkNPRElORwBFeHBlY3RlZCBDUkxGAEhQRV9JTlZBTElEX0NIVU5LX1NJWkUATU9WRQBDT05USU5VRQBIUEVfQ0JfU1RBVFVTX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJTX0NPTVBMRVRFAEhQRV9DQl9WRVJTSU9OX0NPTVBMRVRFAEhQRV9DQl9VUkxfQ09NUExFVEUASFBFX0NCX0NIVU5LX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX05BTUVfQ09NUExFVEUASFBFX0NCX01FU1NBR0VfQ09NUExFVEUASFBFX0NCX01FVEhPRF9DT01QTEVURQBIUEVfQ0JfSEVBREVSX0ZJRUxEX0NPTVBMRVRFAERFTEVURQBIUEVfSU5WQUxJRF9FT0ZfU1RBVEUASU5WQUxJRF9TU0xfQ0VSVElGSUNBVEUAUEFVU0UATk9fUkVTUE9OU0UAVU5TVVBQT1JURURfTUVESUFfVFlQRQBHT05FAE5PVF9BQ0NFUFRBQkxFAFNFUlZJQ0VfVU5BVkFJTEFCTEUAUkFOR0VfTk9UX1NBVElTRklBQkxFAE9SSUdJTl9JU19VTlJFQUNIQUJMRQBSRVNQT05TRV9JU19TVEFMRQBQVVJHRQBNRVJHRQBSRVFVRVNUX0hFQURFUl9GSUVMRFNfVE9PX0xBUkdFAFJFUVVFU1RfSEVBREVSX1RPT19MQVJHRQBQQVlMT0FEX1RPT19MQVJHRQBJTlNVRkZJQ0lFTlRfU1RPUkFHRQBIUEVfUEFVU0VEX1VQR1JBREUASFBFX1BBVVNFRF9IMl9VUEdSQURFAFNPVVJDRQBBTk5PVU5DRQBUUkFDRQBIUEVfVU5FWFBFQ1RFRF9TUEFDRQBERVNDUklCRQBVTlNVQlNDUklCRQBSRUNPUkQASFBFX0lOVkFMSURfTUVUSE9EAE5PVF9GT1VORABQUk9QRklORABVTkJJTkQAUkVCSU5EAFVOQVVUSE9SSVpFRABNRVRIT0RfTk9UX0FMTE9XRUQASFRUUF9WRVJTSU9OX05PVF9TVVBQT1JURUQAQUxSRUFEWV9SRVBPUlRFRABBQ0NFUFRFRABOT1RfSU1QTEVNRU5URUQATE9PUF9ERVRFQ1RFRABIUEVfQ1JfRVhQRUNURUQASFBFX0xGX0VYUEVDVEVEAENSRUFURUQASU1fVVNFRABIUEVfUEFVU0VEAFRJTUVPVVRfT0NDVVJFRABQQVlNRU5UX1JFUVVJUkVEAFBSRUNPTkRJVElPTl9SRVFVSVJFRABQUk9YWV9BVVRIRU5USUNBVElPTl9SRVFVSVJFRABORVRXT1JLX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAExFTkdUSF9SRVFVSVJFRABTU0xfQ0VSVElGSUNBVEVfUkVRVUlSRUQAVVBHUkFERV9SRVFVSVJFRABQQUdFX0VYUElSRUQAUFJFQ09ORElUSU9OX0ZBSUxFRABFWFBFQ1RBVElPTl9GQUlMRUQAUkVWQUxJREFUSU9OX0ZBSUxFRABTU0xfSEFORFNIQUtFX0ZBSUxFRABMT0NLRUQAVFJBTlNGT1JNQVRJT05fQVBQTElFRABOT1RfTU9ESUZJRUQATk9UX0VYVEVOREVEAEJBTkRXSURUSF9MSU1JVF9FWENFRURFRABTSVRFX0lTX09WRVJMT0FERUQASEVBRABFeHBlY3RlZCBIVFRQLwAAXhMAACYTAAAwEAAA8BcAAJ0TAAAVEgAAORcAAPASAAAKEAAAdRIAAK0SAACCEwAATxQAAH8QAACgFQAAIxQAAIkSAACLFAAATRUAANQRAADPFAAAEBgAAMkWAADcFgAAwREAAOAXAAC7FAAAdBQAAHwVAADlFAAACBcAAB8QAABlFQAAoxQAACgVAAACFQAAmRUAACwQAACLGQAATw8AANQOAABqEAAAzhAAAAIXAACJDgAAbhMAABwTAABmFAAAVhcAAMETAADNEwAAbBMAAGgXAABmFwAAXxcAACITAADODwAAaQ4AANgOAABjFgAAyxMAAKoOAAAoFwAAJhcAAMUTAABdFgAA6BEAAGcTAABlEwAA8hYAAHMTAAAdFwAA+RYAAPMRAADPDgAAzhUAAAwSAACzEQAApREAAGEQAAAyFwAAuxMAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAIDAgICAgIAAAICAAICAAICAgICAgICAgIABAAAAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAACAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbG9zZWVlcC1hbGl2ZQAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEAAQEBAQEAAAEBAAEBAAEBAQEBAQEBAQEAAAAAAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AAAAAAAAAAAAAAAAAAAByYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AAAAAAAAAAAAAAAABAgABAwAAAAAAAAAAAAAAAAAAAAAAAAQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAQIAAQMAAAAAAAAAAAAAAAAAAAAAAAAEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAAAAQAAAgAAAAAAAAAAAAAAAAAAAAAAAAMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAABAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAIAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABOT1VOQ0VFQ0tPVVRORUNURVRFQ1JJQkVMVVNIRVRFQURTRUFSQ0hSR0VDVElWSVRZTEVOREFSVkVPVElGWVBUSU9OU0NIU0VBWVNUQVRDSEdFT1JESVJFQ1RPUlRSQ0hQQVJBTUVURVJVUkNFQlNDUklCRUFSRE9XTkFDRUlORE5LQ0tVQlNDUklCRUhUVFAvQURUUC8="});var eT=h((K_e,ZP)=>{ZP.exports="AGFzbQEAAAABMAhgAX8Bf2ADf39/AX9gBH9/f38Bf2AAAGADf39/AGABfwBgAn9/AGAGf39/f39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQACA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAA0ZFAwMEAAAFAAAAAAAABQEFAAUFBQAABgAAAAAGBgYGAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAAABAQcAAAUFAwABBAUBcAESEgUDAQACBggBfwFBgNQECwfRBSIGbWVtb3J5AgALX2luaXRpYWxpemUACRlfX2luZGlyZWN0X2Z1bmN0aW9uX3RhYmxlAQALbGxodHRwX2luaXQAChhsbGh0dHBfc2hvdWxkX2tlZXBfYWxpdmUAQQxsbGh0dHBfYWxsb2MADAZtYWxsb2MARgtsbGh0dHBfZnJlZQANBGZyZWUASA9sbGh0dHBfZ2V0X3R5cGUADhVsbGh0dHBfZ2V0X2h0dHBfbWFqb3IADxVsbGh0dHBfZ2V0X2h0dHBfbWlub3IAEBFsbGh0dHBfZ2V0X21ldGhvZAARFmxsaHR0cF9nZXRfc3RhdHVzX2NvZGUAEhJsbGh0dHBfZ2V0X3VwZ3JhZGUAEwxsbGh0dHBfcmVzZXQAFA5sbGh0dHBfZXhlY3V0ZQAVFGxsaHR0cF9zZXR0aW5nc19pbml0ABYNbGxodHRwX2ZpbmlzaAAXDGxsaHR0cF9wYXVzZQAYDWxsaHR0cF9yZXN1bWUAGRtsbGh0dHBfcmVzdW1lX2FmdGVyX3VwZ3JhZGUAGhBsbGh0dHBfZ2V0X2Vycm5vABsXbGxodHRwX2dldF9lcnJvcl9yZWFzb24AHBdsbGh0dHBfc2V0X2Vycm9yX3JlYXNvbgAdFGxsaHR0cF9nZXRfZXJyb3JfcG9zAB4RbGxodHRwX2Vycm5vX25hbWUAHxJsbGh0dHBfbWV0aG9kX25hbWUAIBJs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IAH9CwMAIABBMGogAf0LAwAgAEEgaiAB/QsDACAAQd0BNgIcQQALewEBfwJAIAAoAgwiAw0AAkAgACgCBEUNACAAIAE2AgQLAkAgACABIAIQxICAgAAiAw0AIAAoAgwPCyAAIAM2AhxBACEDIAAoAgQiAUUNACAAIAEgAiAAKAIIEYGAgIAAACIBRQ0AIAAgAjYCFCAAIAE2AgwgASEDCyADC+TzAQMOfwN+BH8jgICAgABBEGsiAySAgICAACABIQQgASEFIAEhBiABIQcgASEIIAEhCSABIQogASELIAEhDCABIQ0gASEOIAEhDwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAKAIcIhBBf2oO3QHaAQHZAQIDBAUGBwgJCgsMDQ7YAQ8Q1wEREtYBExQVFhcYGRob4AHfARwdHtUBHyAhIiMkJdQBJicoKSorLNMB0gEtLtEB0AEvMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUbbAUdISUrPAc4BS80BTMwBTU5PUFFSU1RVVldYWVpbXF1eX2BhYmNkZWZnaGlqa2xtbm9wcXJzdHV2d3h5ent8fX5/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEB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QAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIBAOxwEAAQID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YWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsb3NlZWVwLWFsaXZlAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgAAAAAAAAAAAAAAAAAAAHJhbnNmZXItZW5jb2RpbmdwZ3JhZGUNCg0KDQpTTQ0KDQpUVFAvQ0UvVFNQLwAAAAAAAAAAAAAAAAECAAEDAAAAAAAAAAAAAAAAAAAAAAAABAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAAAAAAAAAAABAgABAwAAAAAAAAAAAAAAAAAAAAAAAAQBAQUBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAAAAAAAAAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAAAAAAAAAABAAACAAAAAAAAAAAAAAAAAAAAAAAAAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAgAAAAACAAAAAAAAAAAAAAAAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAE5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw=="});var _d=h((X_e,ET)=>{"use strict";var te=Q("assert"),nT=Q("net"),_Z=Q("http"),{pipeline:kZ}=Q("stream"),ce=Ue(),wQ=fk(),xQ=UP(),PZ=Qd(),{RequestContentLengthMismatchError:Ds,ResponseContentLengthMismatchError:TZ,InvalidArgumentError:jt,RequestAbortedError:OQ,HeadersTimeoutError:OZ,HeadersOverflowError:MZ,SocketError:Ac,InformationalError:Vi,BodyTimeoutError:LZ,HTTPParserError:FZ,ResponseExceededMaxSizeError:UZ,ClientDestroyedError:qZ}=At(),HZ=bd(),{kUrl:Qr,kReset:Hr,kServerName:yo,kClient:Wi,kBusy:vQ,kParser:Dt,kConnect:zZ,kBlocking:cc,kResuming:Qa,kRunning:xt,kPending:Na,kSize:ba,kWriting:_s,kQueue:Et,kConnected:jZ,kConnecting:ac,kNeedDrain:Co,kNoRef:wd,kKeepAliveDefaultTimeout:RQ,kHostHeader:iT,kPendingIdx:Sn,kRunningIdx:Ct,kError:br,kPipelining:Io,kSocket:_t,kKeepAliveTimeoutValue:vd,kMaxHeadersSize:dm,kKeepAliveMaxTimeout:sT,kKeepAliveTimeoutThreshold:oT,kHeadersTimeout:aT,kBodyTimeout:AT,kStrictContentLength:Rd,kConnector:Sd,kMaxRedirections:GZ,kMaxRequests:Dd,kCounter:cT,kClose:YZ,kDestroy:JZ,kDispatch:VZ,kInterceptors:WZ,kLocalAddress:xd,kMaxResponseSize:lT,kHTTPConnVersion:$i,kHost:uT,kHTTP2Session:xn,kHTTP2SessionState:hm,kHTTP2BuildRequest:$Z,kHTTP2CopyHeaders:KZ,kHTTP1BuildRequest:XZ}=yt(),gm;try{gm=Q("http2")}catch{gm={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:ZZ,HTTP2_HEADER_METHOD:e6,HTTP2_HEADER_PATH:t6,HTTP2_HEADER_SCHEME:r6,HTTP2_HEADER_CONTENT_LENGTH:n6,HTTP2_HEADER_EXPECT:i6,HTTP2_HEADER_STATUS:s6}}=gm,tT=!1,lm=Buffer[Symbol.species],Eo=Symbol("kClosedResolve"),_r={};try{let t=Q("diagnostics_channel");_r.sendHeaders=t.channel("undici:client:sendHeaders"),_r.beforeConnect=t.channel("undici:client:beforeConnect"),_r.connectError=t.channel("undici:client:connectError"),_r.connected=t.channel("undici:client:connected")}catch{_r.sendHeaders={hasSubscribers:!1},_r.beforeConnect={hasSubscribers:!1},_r.connectError={hasSubscribers:!1},_r.connected={hasSubscribers:!1}}var DQ=class extends PZ{constructor(e,{interceptors:r,maxHeaderSize:n,headersTimeout:i,socketTimeout:s,requestTimeout:o,connectTimeout:a,bodyTimeout:A,idleTimeout:c,keepAlive:l,keepAliveTimeout:u,maxKeepAliveTimeout:d,keepAliveMaxTimeout:f,keepAliveTimeoutThreshold:g,socketPath:m,pipelining:E,tls:C,strictContentLength:I,maxCachedSessions:w,maxRedirections:S,connect:D,maxRequestsPerClient:O,localAddress:q,maxResponseSize:P,autoSelectFamily:V,autoSelectFamilyAttemptTimeout:be,allowH2:ve,maxConcurrentStreams:z}={}){if(super(),l!==void 0)throw new jt("unsupported keepAlive, use pipelining=0 instead");if(s!==void 0)throw new jt("unsupported socketTimeout, use headersTimeout & bodyTimeout instead");if(o!==void 0)throw new jt("unsupported requestTimeout, use headersTimeout & bodyTimeout instead");if(c!==void 0)throw new jt("unsupported idleTimeout, use keepAliveTimeout instead");if(d!==void 0)throw new jt("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead");if(n!=null&&!Number.isFinite(n))throw new jt("invalid maxHeaderSize");if(m!=null&&typeof m!="string")throw new jt("invalid socketPath");if(a!=null&&(!Number.isFinite(a)||a<0))throw new jt("invalid connectTimeout");if(u!=null&&(!Number.isFinite(u)||u<=0))throw new jt("invalid keepAliveTimeout");if(f!=null&&(!Number.isFinite(f)||f<=0))throw new jt("invalid keepAliveMaxTimeout");if(g!=null&&!Number.isFinite(g))throw new jt("invalid keepAliveTimeoutThreshold");if(i!=null&&(!Number.isInteger(i)||i<0))throw new jt("headersTimeout must be a positive integer or zero");if(A!=null&&(!Number.isInteger(A)||A<0))throw new jt("bodyTimeout must be a positive integer or zero");if(D!=null&&typeof D!="function"&&typeof D!="object")throw new jt("connect must be a function or an object");if(S!=null&&(!Number.isInteger(S)||S<0))throw new jt("maxRedirections must be a positive number");if(O!=null&&(!Number.isInteger(O)||O<0))throw new jt("maxRequestsPerClient must be a positive number");if(q!=null&&(typeof q!="string"||nT.isIP(q)===0))throw new jt("localAddress must be valid string IP address");if(P!=null&&(!Number.isInteger(P)||P<-1))throw new jt("maxResponseSize must be a positive number");if(be!=null&&(!Number.isInteger(be)||be<-1))throw new jt("autoSelectFamilyAttemptTimeout must be a positive number");if(ve!=null&&typeof ve!="boolean")throw new jt("allowH2 must be a valid boolean value");if(z!=null&&(typeof z!="number"||z<1))throw new jt("maxConcurrentStreams must be a possitive integer, greater than 0");typeof D!="function"&&(D=HZ({...C,maxCachedSessions:w,allowH2:ve,socketPath:m,timeout:a,...ce.nodeHasAutoSelectFamily&&V?{autoSelectFamily:V,autoSelectFamilyAttemptTimeout:be}:void 0,...D})),this[WZ]=r&&r.Client&&Array.isArray(r.Client)?r.Client:[l6({maxRedirections:S})],this[Qr]=ce.parseOrigin(e),this[Sd]=D,this[_t]=null,this[Io]=E??1,this[dm]=n||_Z.maxHeaderSize,this[RQ]=u??4e3,this[sT]=f??6e5,this[oT]=g??1e3,this[vd]=this[RQ],this[yo]=null,this[xd]=q??null,this[Qa]=0,this[Co]=0,this[iT]=`host: ${this[Qr].hostname}${this[Qr].port?`:${this[Qr].port}`:""}\r
`,this[AT]=A??3e5,this[aT]=i??3e5,this[Rd]=I??!0,this[GZ]=S,this[Dd]=O,this[Eo]=null,this[lT]=P>-1?P:-1,this[$i]="h1",this[xn]=null,this[hm]=ve?{openStreams:0,maxConcurrentStreams:z??100}:null,this[uT]=`${this[Qr].hostname}${this[Qr].port?`:${this[Qr].port}`:""}`,this[Et]=[],this[Ct]=0,this[Sn]=0}get pipelining(){return this[Io]}set pipelining(e){this[Io]=e,vn(this,!0)}get[Na](){return this[Et].length-this[Sn]}get[xt](){return this[Sn]-this[Ct]}get[ba](){return this[Et].length-this[Ct]}get[jZ](){return!!this[_t]&&!this[ac]&&!this[_t].destroyed}get[vQ](){let e=this[_t];return e&&(e[Hr]||e[_s]||e[cc])||this[ba]>=(this[Io]||1)||this[Na]>0}[zZ](e){gT(this),this.once("connect",e)}[VZ](e,r){let n=e.origin||this[Qr].origin,i=this[$i]==="h2"?xQ[$Z](n,e,r):xQ[XZ](n,e,r);return this[Et].push(i),this[Qa]||(ce.bodyLength(i.body)==null&&ce.isIterable(i.body)?(this[Qa]=1,process.nextTick(vn,this)):vn(this,!0)),this[Qa]&&this[Co]!==2&&this[vQ]&&(this[Co]=2),this[Co]<2}async[YZ](){return new Promise(e=>{this[ba]?this[Eo]=e:e(null)})}async[JZ](e){return new Promise(r=>{let n=this[Et].splice(this[Sn]);for(let s=0;s<n.length;s++){let o=n[s];zr(this,o,e)}let i=()=>{this[Eo]&&(this[Eo](),this[Eo]=null),r()};this[xn]!=null&&(ce.destroy(this[xn],e),this[xn]=null,this[hm]=null),this[_t]?ce.destroy(this[_t].on("close",i),e):queueMicrotask(i),vn(this)})}};function o6(t){te(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[_t][br]=t,ym(this[Wi],t)}function a6(t,e,r){let n=new Vi(`HTTP/2: "frameError" received - type ${t}, code ${e}`);r===0&&(this[_t][br]=n,ym(this[Wi],n))}function A6(){ce.destroy(this,new Ac("other side closed")),ce.destroy(this[_t],new Ac("other side closed"))}function c6(t){let e=this[Wi],r=new Vi(`HTTP/2: "GOAWAY" frame received with code ${t}`);if(e[_t]=null,e[xn]=null,e.destroyed){te(this[Na]===0);let n=e[Et].splice(e[Ct]);for(let i=0;i<n.length;i++){let s=n[i];zr(this,s,r)}}else if(e[xt]>0){let n=e[Et][e[Ct]];e[Et][e[Ct]++]=null,zr(e,n,r)}e[Sn]=e[Ct],te(e[xt]===0),e.emit("disconnect",e[Qr],[e],r),vn(e)}var Gi=JP(),l6=cm(),u6=Buffer.alloc(0);async function d6(){let t=process.env.JEST_WORKER_ID?NQ():void 0,e;try{e=await WebAssembly.compile(Buffer.from(eT(),"base64"))}catch{e=await WebAssembly.compile(Buffer.from(t||NQ(),"base64"))}return await WebAssembly.instantiate(e,{env:{wasm_on_url:(r,n,i)=>0,wasm_on_status:(r,n,i)=>{te.strictEqual(rr.ptr,r);let s=n-Ji+Yi.byteOffset;return rr.onStatus(new lm(Yi.buffer,s,i))||0},wasm_on_message_begin:r=>(te.strictEqual(rr.ptr,r),rr.onMessageBegin()||0),wasm_on_header_field:(r,n,i)=>{te.strictEqual(rr.ptr,r);let s=n-Ji+Yi.byteOffset;return rr.onHeaderField(new lm(Yi.buffer,s,i))||0},wasm_on_header_value:(r,n,i)=>{te.strictEqual(rr.ptr,r);let s=n-Ji+Yi.byteOffset;return rr.onHeaderValue(new lm(Yi.buffer,s,i))||0},wasm_on_headers_complete:(r,n,i,s)=>(te.strictEqual(rr.ptr,r),rr.onHeadersComplete(n,!!i,!!s)||0),wasm_on_body:(r,n,i)=>{te.strictEqual(rr.ptr,r);let s=n-Ji+Yi.byteOffset;return rr.onBody(new lm(Yi.buffer,s,i))||0},wasm_on_message_complete:r=>(te.strictEqual(rr.ptr,r),rr.onMessageComplete()||0)}})}var SQ=null,_Q=d6();_Q.catch();var rr=null,Yi=null,um=0,Ji=null,lc=1,fm=2,kQ=3,PQ=class{constructor(e,r,{exports:n}){te(Number.isFinite(e[dm])&&e[dm]>0),this.llhttp=n,this.ptr=this.llhttp.llhttp_alloc(Gi.TYPE.RESPONSE),this.client=e,this.socket=r,this.timeout=null,this.timeoutValue=null,this.timeoutType=null,this.statusCode=null,this.statusText="",this.upgrade=!1,this.headers=[],this.headersSize=0,this.headersMaxSize=e[dm],this.shouldKeepAlive=!1,this.paused=!1,this.resume=this.resume.bind(this),this.bytesRead=0,this.keepAlive="",this.contentLength="",this.connection="",this.maxResponseSize=e[lT]}setTimeout(e,r){this.timeoutType=r,e!==this.timeoutValue?(wQ.clearTimeout(this.timeout),e?(this.timeout=wQ.setTimeout(f6,e,this),this.timeout.unref&&this.timeout.unref()):this.timeout=null,this.timeoutValue=e):this.timeout&&this.timeout.refresh&&this.timeout.refresh()}resume(){this.socket.destroyed||!this.paused||(te(this.ptr!=null),te(rr==null),this.llhttp.llhttp_resume(this.ptr),te(this.timeoutType===fm),this.timeout&&this.timeout.refresh&&this.timeout.refresh(),this.paused=!1,this.execute(this.socket.read()||u6),this.readMore())}readMore(){for(;!this.paused&&this.ptr;){let e=this.socket.read();if(e===null)break;this.execute(e)}}execute(e){te(this.ptr!=null),te(rr==null),te(!this.paused);let{socket:r,llhttp:n}=this;e.length>um&&(Ji&&n.free(Ji),um=Math.ceil(e.length/4096)*4096,Ji=n.malloc(um)),new Uint8Array(n.memory.buffer,Ji,um).set(e);try{let i;try{Yi=e,rr=this,i=n.llhttp_execute(this.ptr,Ji,e.length)}catch(o){throw o}finally{rr=null,Yi=null}let s=n.llhttp_get_error_pos(this.ptr)-Ji;if(i===Gi.ERROR.PAUSED_UPGRADE)this.onUpgrade(e.slice(s));else if(i===Gi.ERROR.PAUSED)this.paused=!0,r.unshift(e.slice(s));else if(i!==Gi.ERROR.OK){let o=n.llhttp_get_error_reason(this.ptr),a="";if(o){let A=new Uint8Array(n.memory.buffer,o).indexOf(0);a="Response does not match the HTTP/1.1 protocol ("+Buffer.from(n.memory.buffer,o,A).toString()+")"}throw new FZ(a,Gi.ERROR[i],e.slice(s))}}catch(i){ce.destroy(r,i)}}destroy(){te(this.ptr!=null),te(rr==null),this.llhttp.llhttp_free(this.ptr),this.ptr=null,wQ.clearTimeout(this.timeout),this.timeout=null,this.timeoutValue=null,this.timeoutType=null,this.paused=!1}onStatus(e){this.statusText=e.toString()}onMessageBegin(){let{socket:e,client:r}=this;if(e.destroyed||!r[Et][r[Ct]])return-1}onHeaderField(e){let r=this.headers.length;(r&1)===0?this.headers.push(e):this.headers[r-1]=Buffer.concat([this.headers[r-1],e]),this.trackHeader(e.length)}onHeaderValue(e){let r=this.headers.length;(r&1)===1?(this.headers.push(e),r+=1):this.headers[r-1]=Buffer.concat([this.headers[r-1],e]);let n=this.headers[r-2];n.length===10&&n.toString().toLowerCase()==="keep-alive"?this.keepAlive+=e.toString():n.length===10&&n.toString().toLowerCase()==="connection"?this.connection+=e.toString():n.length===14&&n.toString().toLowerCase()==="content-length"&&(this.contentLength+=e.toString()),this.trackHeader(e.length)}trackHeader(e){this.headersSize+=e,this.headersSize>=this.headersMaxSize&&ce.destroy(this.socket,new MZ)}onUpgrade(e){let{upgrade:r,client:n,socket:i,headers:s,statusCode:o}=this;te(r);let a=n[Et][n[Ct]];te(a),te(!i.destroyed),te(i===n[_t]),te(!this.paused),te(a.upgrade||a.method==="CONNECT"),this.statusCode=null,this.statusText="",this.shouldKeepAlive=null,te(this.headers.length%2===0),this.headers=[],this.headersSize=0,i.unshift(e),i[Dt].destroy(),i[Dt]=null,i[Wi]=null,i[br]=null,i.removeListener("error",fT).removeListener("readable",dT).removeListener("end",hT).removeListener("close",TQ),n[_t]=null,n[Et][n[Ct]++]=null,n.emit("disconnect",n[Qr],[n],new Vi("upgrade"));try{a.onUpgrade(o,s,i)}catch(A){ce.destroy(i,A)}vn(n)}onHeadersComplete(e,r,n){let{client:i,socket:s,headers:o,statusText:a}=this;if(s.destroyed)return-1;let A=i[Et][i[Ct]];if(!A)return-1;if(te(!this.upgrade),te(this.statusCode<200),e===100)return ce.destroy(s,new Ac("bad response",ce.getSocketInfo(s))),-1;if(r&&!A.upgrade)return ce.destroy(s,new Ac("bad upgrade",ce.getSocketInfo(s))),-1;if(te.strictEqual(this.timeoutType,lc),this.statusCode=e,this.shouldKeepAlive=n||A.method==="HEAD"&&!s[Hr]&&this.connection.toLowerCase()==="keep-alive",this.statusCode>=200){let l=A.bodyTimeout!=null?A.bodyTimeout:i[AT];this.setTimeout(l,fm)}else this.timeout&&this.timeout.refresh&&this.timeout.refresh();if(A.method==="CONNECT")return te(i[xt]===1),this.upgrade=!0,2;if(r)return te(i[xt]===1),this.upgrade=!0,2;if(te(this.headers.length%2===0),this.headers=[],this.headersSize=0,this.shouldKeepAlive&&i[Io]){let l=this.keepAlive?ce.parseKeepAliveTimeout(this.keepAlive):null;if(l!=null){let u=Math.min(l-i[oT],i[sT]);u<=0?s[Hr]=!0:i[vd]=u}else i[vd]=i[RQ]}else s[Hr]=!0;let c=A.onHeaders(e,o,this.resume,a)===!1;return A.aborted?-1:A.method==="HEAD"||e<200?1:(s[cc]&&(s[cc]=!1,vn(i)),c?Gi.ERROR.PAUSED:0)}onBody(e){let{client:r,socket:n,statusCode:i,maxResponseSize:s}=this;if(n.destroyed)return-1;let o=r[Et][r[Ct]];if(te(o),te.strictEqual(this.timeoutType,fm),this.timeout&&this.timeout.refresh&&this.timeout.refresh(),te(i>=200),s>-1&&this.bytesRead+e.length>s)return ce.destroy(n,new UZ),-1;if(this.bytesRead+=e.length,o.onData(e)===!1)return Gi.ERROR.PAUSED}onMessageComplete(){let{client:e,socket:r,statusCode:n,upgrade:i,headers:s,contentLength:o,bytesRead:a,shouldKeepAlive:A}=this;if(r.destroyed&&(!n||A))return-1;if(i)return;let c=e[Et][e[Ct]];if(te(c),te(n>=100),this.statusCode=null,this.statusText="",this.bytesRead=0,this.contentLength="",this.keepAlive="",this.connection="",te(this.headers.length%2===0),this.headers=[],this.headersSize=0,!(n<200)){if(c.method!=="HEAD"&&o&&a!==parseInt(o,10))return ce.destroy(r,new TZ),-1;if(c.onComplete(s),e[Et][e[Ct]++]=null,r[_s])return te.strictEqual(e[xt],0),ce.destroy(r,new Vi("reset")),Gi.ERROR.PAUSED;if(A){if(r[Hr]&&e[xt]===0)return ce.destroy(r,new Vi("reset")),Gi.ERROR.PAUSED;e[Io]===1?setImmediate(vn,e):vn(e)}else return ce.destroy(r,new Vi("reset")),Gi.ERROR.PAUSED}}};function f6(t){let{socket:e,timeoutType:r,client:n}=t;r===lc?(!e[_s]||e.writableNeedDrain||n[xt]>1)&&(te(!t.paused,"cannot be paused while waiting for headers"),ce.destroy(e,new OZ)):r===fm?t.paused||ce.destroy(e,new LZ):r===kQ&&(te(n[xt]===0&&n[vd]),ce.destroy(e,new Vi("socket idle timeout")))}function dT(){let{[Dt]:t}=this;t&&t.readMore()}function fT(t){let{[Wi]:e,[Dt]:r}=this;if(te(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),e[$i]!=="h2"&&t.code==="ECONNRESET"&&r.statusCode&&!r.shouldKeepAlive){r.onMessageComplete();return}this[br]=t,ym(this[Wi],t)}function ym(t,e){if(t[xt]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){te(t[Sn]===t[Ct]);let r=t[Et].splice(t[Ct]);for(let n=0;n<r.length;n++){let i=r[n];zr(t,i,e)}te(t[ba]===0)}}function hT(){let{[Dt]:t,[Wi]:e}=this;if(e[$i]!=="h2"&&t.statusCode&&!t.shouldKeepAlive){t.onMessageComplete();return}ce.destroy(this,new Ac("other side closed",ce.getSocketInfo(this)))}function TQ(){let{[Wi]:t,[Dt]:e}=this;t[$i]==="h1"&&e&&(!this[br]&&e.statusCode&&!e.shouldKeepAlive&&e.onMessageComplete(),this[Dt].destroy(),this[Dt]=null);let r=this[br]||new Ac("closed",ce.getSocketInfo(this));if(t[_t]=null,t.destroyed){te(t[Na]===0);let n=t[Et].splice(t[Ct]);for(let i=0;i<n.length;i++){let s=n[i];zr(t,s,r)}}else if(t[xt]>0&&r.code!=="UND_ERR_INFO"){let n=t[Et][t[Ct]];t[Et][t[Ct]++]=null,zr(t,n,r)}t[Sn]=t[Ct],te(t[xt]===0),t.emit("disconnect",t[Qr],[t],r),vn(t)}async function gT(t){te(!t[ac]),te(!t[_t]);let{host:e,hostname:r,protocol:n,port:i}=t[Qr];if(r[0]==="["){let s=r.indexOf("]");te(s!==-1);let o=r.substring(1,s);te(nT.isIP(o)),r=o}t[ac]=!0,_r.beforeConnect.hasSubscribers&&_r.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:n,port:i,servername:t[yo],localAddress:t[xd]},connector:t[Sd]});try{let s=await new Promise((a,A)=>{t[Sd]({host:e,hostname:r,protocol:n,port:i,servername:t[yo],localAddress:t[xd]},(c,l)=>{c?A(c):a(l)})});if(t.destroyed){ce.destroy(s.on("error",()=>{}),new qZ);return}if(t[ac]=!1,te(s),s.alpnProtocol==="h2"){tT||(tT=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let a=gm.connect(t[Qr],{createConnection:()=>s,peerMaxConcurrentStreams:t[hm].maxConcurrentStreams});t[$i]="h2",a[Wi]=t,a[_t]=s,a.on("error",o6),a.on("frameError",a6),a.on("end",A6),a.on("goaway",c6),a.on("close",TQ),a.unref(),t[xn]=a,s[xn]=a}else SQ||(SQ=await _Q,_Q=null),s[wd]=!1,s[_s]=!1,s[Hr]=!1,s[cc]=!1,s[Dt]=new PQ(t,s,SQ);s[cT]=0,s[Dd]=t[Dd],s[Wi]=t,s[br]=null,s.on("error",fT).on("readable",dT).on("end",hT).on("close",TQ),t[_t]=s,_r.connected.hasSubscribers&&_r.connected.publish({connectParams:{host:e,hostname:r,protocol:n,port:i,servername:t[yo],localAddress:t[xd]},connector:t[Sd],socket:s}),t.emit("connect",t[Qr],[t])}catch(s){if(t.destroyed)return;if(t[ac]=!1,_r.connectError.hasSubscribers&&_r.connectError.publish({connectParams:{host:e,hostname:r,protocol:n,port:i,servername:t[yo],localAddress:t[xd]},connector:t[Sd],error:s}),s.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(te(t[xt]===0);t[Na]>0&&t[Et][t[Sn]].servername===t[yo];){let o=t[Et][t[Sn]++];zr(t,o,s)}else ym(t,s);t.emit("connectionError",t[Qr],[t],s)}vn(t)}function rT(t){t[Co]=0,t.emit("drain",t[Qr],[t])}function vn(t,e){t[Qa]!==2&&(t[Qa]=2,h6(t,e),t[Qa]=0,t[Ct]>256&&(t[Et].splice(0,t[Ct]),t[Sn]-=t[Ct],t[Ct]=0))}function h6(t,e){for(;;){if(t.destroyed){te(t[Na]===0);return}if(t[Eo]&&!t[ba]){t[Eo](),t[Eo]=null;return}let r=t[_t];if(r&&!r.destroyed&&r.alpnProtocol!=="h2"){if(t[ba]===0?!r[wd]&&r.unref&&(r.unref(),r[wd]=!0):r[wd]&&r.ref&&(r.ref(),r[wd]=!1),t[ba]===0)r[Dt].timeoutType!==kQ&&r[Dt].setTimeout(t[vd],kQ);else if(t[xt]>0&&r[Dt].statusCode<200&&r[Dt].timeoutType!==lc){let i=t[Et][t[Ct]],s=i.headersTimeout!=null?i.headersTimeout:t[aT];r[Dt].setTimeout(s,lc)}}if(t[vQ])t[Co]=2;else if(t[Co]===2){e?(t[Co]=1,process.nextTick(rT,t)):rT(t);continue}if(t[Na]===0||t[xt]>=(t[Io]||1))return;let n=t[Et][t[Sn]];if(t[Qr].protocol==="https:"&&t[yo]!==n.servername){if(t[xt]>0)return;if(t[yo]=n.servername,r&&r.servername!==n.servername){ce.destroy(r,new Vi("servername changed"));return}}if(t[ac])return;if(!r&&!t[xn]){gT(t);return}if(r.destroyed||r[_s]||r[Hr]||r[cc]||t[xt]>0&&!n.idempotent||t[xt]>0&&(n.upgrade||n.method==="CONNECT")||t[xt]>0&&ce.bodyLength(n.body)!==0&&(ce.isStream(n.body)||ce.isAsyncIterable(n.body)))return;!n.aborted&&g6(t,n)?t[Sn]++:t[Et].splice(t[Sn],1)}}function mT(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}function g6(t,e){if(t[$i]==="h2"){m6(t,t[xn],e);return}let{body:r,method:n,path:i,host:s,upgrade:o,headers:a,blocking:A,reset:c}=e,l=n==="PUT"||n==="POST"||n==="PATCH";r&&typeof r.read=="function"&&r.read(0);let u=ce.bodyLength(r),d=u;if(d===null&&(d=e.contentLength),d===0&&!l&&(d=null),mT(n)&&d>0&&e.contentLength!==null&&e.contentLength!==d){if(t[Rd])return zr(t,e,new Ds),!1;process.emitWarning(new Ds)}let f=t[_t];try{e.onConnect(m=>{e.aborted||e.completed||(zr(t,e,m||new OQ),ce.destroy(f,new Vi("aborted")))})}catch(m){zr(t,e,m)}if(e.aborted)return!1;n==="HEAD"&&(f[Hr]=!0),(o||n==="CONNECT")&&(f[Hr]=!0),c!=null&&(f[Hr]=c),t[Dd]&&f[cT]++>=t[Dd]&&(f[Hr]=!0),A&&(f[cc]=!0);let g=`${n} ${i} HTTP/1.1\r
`;return typeof s=="string"?g+=`host: ${s}\r
`:g+=t[iT],o?g+=`connection: upgrade\r
upgrade: ${o}\r
`:t[Io]&&!f[Hr]?g+=`connection: keep-alive\r
`:g+=`connection: close\r
`,a&&(g+=a),_r.sendHeaders.hasSubscribers&&_r.sendHeaders.publish({request:e,headers:g,socket:f}),!r||u===0?(d===0?f.write(`${g}content-length: 0\r
\r
`,"latin1"):(te(d===null,"no body must not have content length"),f.write(`${g}\r
`,"latin1")),e.onRequestSent()):ce.isBuffer(r)?(te(d===r.byteLength,"buffer body must have content length"),f.cork(),f.write(`${g}content-length: ${d}\r
\r
`,"latin1"),f.write(r),f.uncork(),e.onBodySent(r),e.onRequestSent(),l||(f[Hr]=!0)):ce.isBlobLike(r)?typeof r.stream=="function"?mm({body:r.stream(),client:t,request:e,socket:f,contentLength:d,header:g,expectsPayload:l}):yT({body:r,client:t,request:e,socket:f,contentLength:d,header:g,expectsPayload:l}):ce.isStream(r)?pT({body:r,client:t,request:e,socket:f,contentLength:d,header:g,expectsPayload:l}):ce.isIterable(r)?mm({body:r,client:t,request:e,socket:f,contentLength:d,header:g,expectsPayload:l}):te(!1),!0}function m6(t,e,r){let{body:n,method:i,path:s,host:o,upgrade:a,expectContinue:A,signal:c,headers:l}=r,u;if(typeof l=="string"?u=xQ[KZ](l.trim()):u=l,a)return zr(t,r,new Error("Upgrade not supported for H2")),!1;try{r.onConnect(I=>{r.aborted||r.completed||zr(t,r,I||new OQ)})}catch(I){zr(t,r,I)}if(r.aborted)return!1;let d,f=t[hm];if(u[ZZ]=o||t[uT],u[e6]=i,i==="CONNECT")return e.ref(),d=e.request(u,{endStream:!1,signal:c}),d.id&&!d.pending?(r.onUpgrade(null,null,d),++f.openStreams):d.once("ready",()=>{r.onUpgrade(null,null,d),++f.openStreams}),d.once("close",()=>{f.openStreams-=1,f.openStreams===0&&e.unref()}),!0;u[t6]=s,u[r6]="https";let g=i==="PUT"||i==="POST"||i==="PATCH";n&&typeof n.read=="function"&&n.read(0);let m=ce.bodyLength(n);if(m==null&&(m=r.contentLength),(m===0||!g)&&(m=null),mT(i)&&m>0&&r.contentLength!=null&&r.contentLength!==m){if(t[Rd])return zr(t,r,new Ds),!1;process.emitWarning(new Ds)}m!=null&&(te(n,"no body must not have content length"),u[n6]=`${m}`),e.ref();let E=i==="GET"||i==="HEAD";return A?(u[i6]="100-continue",d=e.request(u,{endStream:E,signal:c}),d.once("continue",C)):(d=e.request(u,{endStream:E,signal:c}),C()),++f.openStreams,d.once("response",I=>{let{[s6]:w,...S}=I;r.onHeaders(Number(w),S,d.resume.bind(d),"")===!1&&d.pause()}),d.once("end",()=>{r.onComplete([])}),d.on("data",I=>{r.onData(I)===!1&&d.pause()}),d.once("close",()=>{f.openStreams-=1,f.openStreams===0&&e.unref()}),d.once("error",function(I){t[xn]&&!t[xn].destroyed&&!this.closed&&!this.destroyed&&(f.streams-=1,ce.destroy(d,I))}),d.once("frameError",(I,w)=>{let S=new Vi(`HTTP/2: "frameError" received - type ${I}, code ${w}`);zr(t,r,S),t[xn]&&!t[xn].destroyed&&!this.closed&&!this.destroyed&&(f.streams-=1,ce.destroy(d,S))}),!0;function C(){n?ce.isBuffer(n)?(te(m===n.byteLength,"buffer body must have content length"),d.cork(),d.write(n),d.uncork(),d.end(),r.onBodySent(n),r.onRequestSent()):ce.isBlobLike(n)?typeof n.stream=="function"?mm({client:t,request:r,contentLength:m,h2stream:d,expectsPayload:g,body:n.stream(),socket:t[_t],header:""}):yT({body:n,client:t,request:r,contentLength:m,expectsPayload:g,h2stream:d,header:"",socket:t[_t]}):ce.isStream(n)?pT({body:n,client:t,request:r,contentLength:m,expectsPayload:g,socket:t[_t],h2stream:d,header:""}):ce.isIterable(n)?mm({body:n,client:t,request:r,contentLength:m,expectsPayload:g,header:"",h2stream:d,socket:t[_t]}):te(!1):r.onRequestSent()}}function pT({h2stream:t,body:e,client:r,request:n,socket:i,contentLength:s,header:o,expectsPayload:a}){if(te(s!==0||r[xt]===0,"stream body cannot be pipelined"),r[$i]==="h2"){let m=function(E){n.onBodySent(E)},g=kZ(e,t,E=>{E?(ce.destroy(e,E),ce.destroy(t,E)):n.onRequestSent()});g.on("data",m),g.once("end",()=>{g.removeListener("data",m),ce.destroy(g)});return}let A=!1,c=new pm({socket:i,request:n,contentLength:s,client:r,expectsPayload:a,header:o}),l=function(g){if(!A)try{!c.write(g)&&this.pause&&this.pause()}catch(m){ce.destroy(this,m)}},u=function(){A||e.resume&&e.resume()},d=function(){if(A)return;let g=new OQ;queueMicrotask(()=>f(g))},f=function(g){if(!A){if(A=!0,te(i.destroyed||i[_s]&&r[xt]<=1),i.off("drain",u).off("error",f),e.removeListener("data",l).removeListener("end",f).removeListener("error",f).removeListener("close",d),!g)try{c.end()}catch(m){g=m}c.destroy(g),g&&(g.code!=="UND_ERR_INFO"||g.message!=="reset")?ce.destroy(e,g):ce.destroy(e)}};e.on("data",l).on("end",f).on("error",f).on("close",d),e.resume&&e.resume(),i.on("drain",u).on("error",f)}async function yT({h2stream:t,body:e,client:r,request:n,socket:i,contentLength:s,header:o,expectsPayload:a}){te(s===e.size,"blob body must have content length");let A=r[$i]==="h2";try{if(s!=null&&s!==e.size)throw new Ds;let c=Buffer.from(await e.arrayBuffer());A?(t.cork(),t.write(c),t.uncork()):(i.cork(),i.write(`${o}content-length: ${s}\r
\r
`,"latin1"),i.write(c),i.uncork()),n.onBodySent(c),n.onRequestSent(),a||(i[Hr]=!0),vn(r)}catch(c){ce.destroy(A?t:i,c)}}async function mm({h2stream:t,body:e,client:r,request:n,socket:i,contentLength:s,header:o,expectsPayload:a}){te(s!==0||r[xt]===0,"iterator body cannot be pipelined");let A=null;function c(){if(A){let d=A;A=null,d()}}let l=()=>new Promise((d,f)=>{te(A===null),i[br]?f(i[br]):A=d});if(r[$i]==="h2"){t.on("close",c).on("drain",c);try{for await(let d of e){if(i[br])throw i[br];let f=t.write(d);n.onBodySent(d),f||await l()}}catch(d){t.destroy(d)}finally{n.onRequestSent(),t.end(),t.off("close",c).off("drain",c)}return}i.on("close",c).on("drain",c);let u=new pm({socket:i,request:n,contentLength:s,client:r,expectsPayload:a,header:o});try{for await(let d of e){if(i[br])throw i[br];u.write(d)||await l()}u.end()}catch(d){u.destroy(d)}finally{i.off("close",c).off("drain",c)}}var pm=class{constructor({socket:e,request:r,contentLength:n,client:i,expectsPayload:s,header:o}){this.socket=e,this.request=r,this.contentLength=n,this.client=i,this.bytesWritten=0,this.expectsPayload=s,this.header=o,e[_s]=!0}write(e){let{socket:r,request:n,contentLength:i,client:s,bytesWritten:o,expectsPayload:a,header:A}=this;if(r[br])throw r[br];if(r.destroyed)return!1;let c=Buffer.byteLength(e);if(!c)return!0;if(i!==null&&o+c>i){if(s[Rd])throw new Ds;process.emitWarning(new Ds)}r.cork(),o===0&&(a||(r[Hr]=!0),i===null?r.write(`${A}transfer-encoding: chunked\r
`,"latin1"):r.write(`${A}content-length: ${i}\r
\r
`,"latin1")),i===null&&r.write(`\r
${c.toString(16)}\r
`,"latin1"),this.bytesWritten+=c;let l=r.write(e);return r.uncork(),n.onBodySent(e),l||r[Dt].timeout&&r[Dt].timeoutType===lc&&r[Dt].timeout.refresh&&r[Dt].timeout.refresh(),l}end(){let{socket:e,contentLength:r,client:n,bytesWritten:i,expectsPayload:s,header:o,request:a}=this;if(a.onRequestSent(),e[_s]=!1,e[br])throw e[br];if(!e.destroyed){if(i===0?s?e.write(`${o}content-length: 0\r
\r
`,"latin1"):e.write(`${o}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
`,"latin1"),r!==null&&i!==r){if(n[Rd])throw new Ds;process.emitWarning(new Ds)}e[Dt].timeout&&e[Dt].timeoutType===lc&&e[Dt].timeout.refresh&&e[Dt].timeout.refresh(),vn(n)}}destroy(e){let{socket:r,client:n}=this;r[_s]=!1,e&&(te(n[xt]<=1,"pipeline should only contain this request"),ce.destroy(r,e))}};function zr(t,e,r){try{e.onError(r),te(e.aborted)}catch(n){t.emit("error",n)}}ET.exports=DQ});var IT=h((eke,CT)=>{"use strict";var Em=class{constructor(){this.bottom=0,this.top=0,this.list=new Array(2048),this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&2047)===this.bottom}push(e){this.list[this.top]=e,this.top=this.top+1&2047}shift(){let e=this.list[this.bottom];return e===void 0?null:(this.list[this.bottom]=void 0,this.bottom=this.bottom+1&2047,e)}};CT.exports=class{constructor(){this.head=this.tail=new Em}isEmpty(){return this.head.isEmpty()}push(e){this.head.isFull()&&(this.head=this.head.next=new Em),this.head.push(e)}shift(){let e=this.tail,r=e.shift();return e.isEmpty()&&e.next!==null&&(this.tail=e.next),r}}});var QT=h((tke,BT)=>{var{kFree:p6,kConnected:y6,kPending:E6,kQueued:C6,kRunning:I6,kSize:B6}=yt(),wa=Symbol("pool"),MQ=class{constructor(e){this[wa]=e}get connected(){return this[wa][y6]}get free(){return this[wa][p6]}get pending(){return this[wa][E6]}get queued(){return this[wa][C6]}get running(){return this[wa][I6]}get size(){return this[wa][B6]}};BT.exports=MQ});var zQ=h((rke,kT)=>{"use strict";var Q6=Qd(),b6=IT(),{kConnected:LQ,kSize:bT,kRunning:NT,kPending:wT,kQueued:kd,kBusy:N6,kFree:w6,kUrl:S6,kClose:x6,kDestroy:v6,kDispatch:R6}=yt(),D6=QT(),Zr=Symbol("clients"),jr=Symbol("needDrain"),Pd=Symbol("queue"),FQ=Symbol("closed resolve"),UQ=Symbol("onDrain"),ST=Symbol("onConnect"),xT=Symbol("onDisconnect"),vT=Symbol("onConnectionError"),qQ=Symbol("get dispatcher"),DT=Symbol("add client"),_T=Symbol("remove client"),RT=Symbol("stats"),HQ=class extends Q6{constructor(){super(),this[Pd]=new b6,this[Zr]=[],this[kd]=0;let e=this;this[UQ]=function(n,i){let s=e[Pd],o=!1;for(;!o;){let a=s.shift();if(!a)break;e[kd]--,o=!this.dispatch(a.opts,a.handler)}this[jr]=o,!this[jr]&&e[jr]&&(e[jr]=!1,e.emit("drain",n,[e,...i])),e[FQ]&&s.isEmpty()&&Promise.all(e[Zr].map(a=>a.close())).then(e[FQ])},this[ST]=(r,n)=>{e.emit("connect",r,[e,...n])},this[xT]=(r,n,i)=>{e.emit("disconnect",r,[e,...n],i)},this[vT]=(r,n,i)=>{e.emit("connectionError",r,[e,...n],i)},this[RT]=new D6(this)}get[N6](){return this[jr]}get[LQ](){return this[Zr].filter(e=>e[LQ]).length}get[w6](){return this[Zr].filter(e=>e[LQ]&&!e[jr]).length}get[wT](){let e=this[kd];for(let{[wT]:r}of this[Zr])e+=r;return e}get[NT](){let e=0;for(let{[NT]:r}of this[Zr])e+=r;return e}get[bT](){let e=this[kd];for(let{[bT]:r}of this[Zr])e+=r;return e}get stats(){return this[RT]}async[x6](){return this[Pd].isEmpty()?Promise.all(this[Zr].map(e=>e.close())):new Promise(e=>{this[FQ]=e})}async[v6](e){for(;;){let r=this[Pd].shift();if(!r)break;r.handler.onError(e)}return Promise.all(this[Zr].map(r=>r.destroy(e)))}[R6](e,r){let n=this[qQ]();return n?n.dispatch(e,r)||(n[jr]=!0,this[jr]=!this[qQ]()):(this[jr]=!0,this[Pd].push({opts:e,handler:r}),this[kd]++),!this[jr]}[DT](e){return e.on("drain",this[UQ]).on("connect",this[ST]).on("disconnect",this[xT]).on("connectionError",this[vT]),this[Zr].push(e),this[jr]&&process.nextTick(()=>{this[jr]&&this[UQ](e[S6],[this,e])}),this}[_T](e){e.close(()=>{let r=this[Zr].indexOf(e);r!==-1&&this[Zr].splice(r,1)}),this[jr]=this[Zr].some(r=>!r[jr]&&r.closed!==!0&&r.destroyed!==!0)}};kT.exports={PoolBase:HQ,kClients:Zr,kNeedDrain:jr,kAddClient:DT,kRemoveClient:_T,kGetDispatcher:qQ}});var uc=h((nke,OT)=>{"use strict";var{PoolBase:_6,kClients:Cm,kNeedDrain:k6,kAddClient:P6,kGetDispatcher:T6}=zQ(),O6=_d(),{InvalidArgumentError:jQ}=At(),GQ=Ue(),{kUrl:PT,kInterceptors:M6}=yt(),L6=bd(),YQ=Symbol("options"),JQ=Symbol("connections"),TT=Symbol("factory");function F6(t,e){return new O6(t,e)}var VQ=class extends _6{constructor(e,{connections:r,factory:n=F6,connect:i,connectTimeout:s,tls:o,maxCachedSessions:a,socketPath:A,autoSelectFamily:c,autoSelectFamilyAttemptTimeout:l,allowH2:u,...d}={}){if(super(),r!=null&&(!Number.isFinite(r)||r<0))throw new jQ("invalid connections");if(typeof n!="function")throw new jQ("factory must be a function.");if(i!=null&&typeof i!="function"&&typeof i!="object")throw new jQ("connect must be a function or an object");typeof i!="function"&&(i=L6({...o,maxCachedSessions:a,allowH2:u,socketPath:A,timeout:s,...GQ.nodeHasAutoSelectFamily&&c?{autoSelectFamily:c,autoSelectFamilyAttemptTimeout:l}:void 0,...i})),this[M6]=d.interceptors&&d.interceptors.Pool&&Array.isArray(d.interceptors.Pool)?d.interceptors.Pool:[],this[JQ]=r||null,this[PT]=GQ.parseOrigin(e),this[YQ]={...GQ.deepClone(d),connect:i,allowH2:u},this[YQ].interceptors=d.interceptors?{...d.interceptors}:void 0,this[TT]=n,this.on("connectionError",(f,g,m)=>{for(let E of g){let C=this[Cm].indexOf(E);C!==-1&&this[Cm].splice(C,1)}})}[T6](){let e=this[Cm].find(r=>!r[k6]);return e||((!this[JQ]||this[Cm].length<this[JQ])&&(e=this[TT](this[PT],this[YQ]),this[P6](e)),e)}};OT.exports=VQ});var HT=h((ike,qT)=>{"use strict";var{BalancedPoolMissingUpstreamError:U6,InvalidArgumentError:q6}=At(),{PoolBase:H6,kClients:Gr,kNeedDrain:Td,kAddClient:z6,kRemoveClient:j6,kGetDispatcher:G6}=zQ(),Y6=uc(),{kUrl:WQ,kInterceptors:J6}=yt(),{parseOrigin:MT}=Ue(),LT=Symbol("factory"),Im=Symbol("options"),FT=Symbol("kGreatestCommonDivisor"),Sa=Symbol("kCurrentWeight"),xa=Symbol("kIndex"),Jn=Symbol("kWeight"),Bm=Symbol("kMaxWeightPerServer"),Qm=Symbol("kErrorPenalty");function UT(t,e){return e===0?t:UT(e,t%e)}function V6(t,e){return new Y6(t,e)}var $Q=class extends H6{constructor(e=[],{factory:r=V6,...n}={}){if(super(),this[Im]=n,this[xa]=-1,this[Sa]=0,this[Bm]=this[Im].maxWeightPerServer||100,this[Qm]=this[Im].errorPenalty||15,Array.isArray(e)||(e=[e]),typeof r!="function")throw new q6("factory must be a function.");this[J6]=n.interceptors&&n.interceptors.BalancedPool&&Array.isArray(n.interceptors.BalancedPool)?n.interceptors.BalancedPool:[],this[LT]=r;for(let i of e)this.addUpstream(i);this._updateBalancedPoolStats()}addUpstream(e){let r=MT(e).origin;if(this[Gr].find(i=>i[WQ].origin===r&&i.closed!==!0&&i.destroyed!==!0))return this;let n=this[LT](r,Object.assign({},this[Im]));this[z6](n),n.on("connect",()=>{n[Jn]=Math.min(this[Bm],n[Jn]+this[Qm])}),n.on("connectionError",()=>{n[Jn]=Math.max(1,n[Jn]-this[Qm]),this._updateBalancedPoolStats()}),n.on("disconnect",(...i)=>{let s=i[2];s&&s.code==="UND_ERR_SOCKET"&&(n[Jn]=Math.max(1,n[Jn]-this[Qm]),this._updateBalancedPoolStats())});for(let i of this[Gr])i[Jn]=this[Bm];return this._updateBalancedPoolStats(),this}_updateBalancedPoolStats(){this[FT]=this[Gr].map(e=>e[Jn]).reduce(UT,0)}removeUpstream(e){let r=MT(e).origin,n=this[Gr].find(i=>i[WQ].origin===r&&i.closed!==!0&&i.destroyed!==!0);return n&&this[j6](n),this}get upstreams(){return this[Gr].filter(e=>e.closed!==!0&&e.destroyed!==!0).map(e=>e[WQ].origin)}[G6](){if(this[Gr].length===0)throw new U6;if(!this[Gr].find(s=>!s[Td]&&s.closed!==!0&&s.destroyed!==!0)||this[Gr].map(s=>s[Td]).reduce((s,o)=>s&&o,!0))return;let n=0,i=this[Gr].findIndex(s=>!s[Td]);for(;n++<this[Gr].length;){this[xa]=(this[xa]+1)%this[Gr].length;let s=this[Gr][this[xa]];if(s[Jn]>this[Gr][i][Jn]&&!s[Td]&&(i=this[xa]),this[xa]===0&&(this[Sa]=this[Sa]-this[FT],this[Sa]<=0&&(this[Sa]=this[Bm])),s[Jn]>=this[Sa]&&!s[Td])return s}return this[Sa]=this[Gr][i][Jn],this[xa]=i,this[Gr][i]}};qT.exports=$Q});var KQ=h((ske,GT)=>{"use strict";var{kConnected:zT,kSize:jT}=yt(),bm=class{constructor(e){this.value=e}deref(){return this.value[zT]===0&&this.value[jT]===0?void 0:this.value}},Nm=class{constructor(e){this.finalizer=e}register(e,r){e.on&&e.on("disconnect",()=>{e[zT]===0&&e[jT]===0&&this.finalizer(r)})}};GT.exports=function(){return process.env.NODE_V8_COVERAGE?{WeakRef:bm,FinalizationRegistry:Nm}:{WeakRef:global.WeakRef||bm,FinalizationRegistry:global.FinalizationRegistry||Nm}}});var Od=h((oke,ZT)=>{"use strict";var{InvalidArgumentError:wm}=At(),{kClients:Bo,kRunning:YT,kClose:W6,kDestroy:$6,kDispatch:K6,kInterceptors:X6}=yt(),Z6=Qd(),e7=uc(),t7=_d(),r7=Ue(),n7=cm(),{WeakRef:i7,FinalizationRegistry:s7}=KQ()(),JT=Symbol("onConnect"),VT=Symbol("onDisconnect"),WT=Symbol("onConnectionError"),o7=Symbol("maxRedirections"),$T=Symbol("onDrain"),KT=Symbol("factory"),XT=Symbol("finalizer"),XQ=Symbol("options");function a7(t,e){return e&&e.connections===1?new t7(t,e):new e7(t,e)}var ZQ=class extends Z6{constructor({factory:e=a7,maxRedirections:r=0,connect:n,...i}={}){if(super(),typeof e!="function")throw new wm("factory must be a function.");if(n!=null&&typeof n!="function"&&typeof n!="object")throw new wm("connect must be a function or an object");if(!Number.isInteger(r)||r<0)throw new wm("maxRedirections must be a positive number");n&&typeof n!="function"&&(n={...n}),this[X6]=i.interceptors&&i.interceptors.Agent&&Array.isArray(i.interceptors.Agent)?i.interceptors.Agent:[n7({maxRedirections:r})],this[XQ]={...r7.deepClone(i),connect:n},this[XQ].interceptors=i.interceptors?{...i.interceptors}:void 0,this[o7]=r,this[KT]=e,this[Bo]=new Map,this[XT]=new s7(o=>{let a=this[Bo].get(o);a!==void 0&&a.deref()===void 0&&this[Bo].delete(o)});let s=this;this[$T]=(o,a)=>{s.emit("drain",o,[s,...a])},this[JT]=(o,a)=>{s.emit("connect",o,[s,...a])},this[VT]=(o,a,A)=>{s.emit("disconnect",o,[s,...a],A)},this[WT]=(o,a,A)=>{s.emit("connectionError",o,[s,...a],A)}}get[YT](){let e=0;for(let r of this[Bo].values()){let n=r.deref();n&&(e+=n[YT])}return e}[K6](e,r){let n;if(e.origin&&(typeof e.origin=="string"||e.origin instanceof URL))n=String(e.origin);else throw new wm("opts.origin must be a non-empty string or URL.");let i=this[Bo].get(n),s=i?i.deref():null;return s||(s=this[KT](e.origin,this[XQ]).on("drain",this[$T]).on("connect",this[JT]).on("disconnect",this[VT]).on("connectionError",this[WT]),this[Bo].set(n,new i7(s)),this[XT].register(s,n)),s.dispatch(e,r)}async[W6](){let e=[];for(let r of this[Bo].values()){let n=r.deref();n&&e.push(n.close())}await Promise.all(e)}async[$6](e){let r=[];for(let n of this[Bo].values()){let i=n.deref();i&&r.push(i.destroy(e))}await Promise.all(r)}};ZT.exports=ZQ});var AO=h((Ake,aO)=>{"use strict";var nO=Q("assert"),{Readable:A7}=Q("stream"),{RequestAbortedError:iO,NotSupportedError:c7,InvalidArgumentError:l7}=At(),vm=Ue(),{ReadableStreamFrom:u7,toUSVString:d7}=Ue(),eb,Rn=Symbol("kConsume"),Sm=Symbol("kReading"),Qo=Symbol("kBody"),eO=Symbol("abort"),sO=Symbol("kContentType"),tO=()=>{};aO.exports=class extends A7{constructor({resume:e,abort:r,contentType:n="",highWaterMark:i=64*1024}){super({autoDestroy:!0,read:e,highWaterMark:i}),this._readableState.dataEmitted=!1,this[eO]=r,this[Rn]=null,this[Qo]=null,this[sO]=n,this[Sm]=!1}destroy(e){return this.destroyed?this:(!e&&!this._readableState.endEmitted&&(e=new iO),e&&this[eO](),super.destroy(e))}emit(e,...r){return e==="data"?this._readableState.dataEmitted=!0:e==="error"&&(this._readableState.errorEmitted=!0),super.emit(e,...r)}on(e,...r){return(e==="data"||e==="readable")&&(this[Sm]=!0),super.on(e,...r)}addListener(e,...r){return this.on(e,...r)}off(e,...r){let n=super.off(e,...r);return(e==="data"||e==="readable")&&(this[Sm]=this.listenerCount("data")>0||this.listenerCount("readable")>0),n}removeListener(e,...r){return this.off(e,...r)}push(e){return this[Rn]&&e!==null&&this.readableLength===0?(oO(this[Rn],e),this[Sm]?super.push(e):!0):super.push(e)}async text(){return xm(this,"text")}async json(){return xm(this,"json")}async blob(){return xm(this,"blob")}async arrayBuffer(){return xm(this,"arrayBuffer")}async formData(){throw new c7}get bodyUsed(){return vm.isDisturbed(this)}get body(){return this[Qo]||(this[Qo]=u7(this),this[Rn]&&(this[Qo].getReader(),nO(this[Qo].locked))),this[Qo]}dump(e){let r=e&&Number.isFinite(e.limit)?e.limit:262144,n=e&&e.signal;if(n)try{if(typeof n!="object"||!("aborted"in n))throw new l7("signal must be an AbortSignal");vm.throwIfAborted(n)}catch(i){return Promise.reject(i)}return this.closed?Promise.resolve(null):new Promise((i,s)=>{let o=n?vm.addAbortListener(n,()=>{this.destroy()}):tO;this.on("close",function(){o(),n&&n.aborted?s(n.reason||Object.assign(new Error("The operation was aborted"),{name:"AbortError"})):i(null)}).on("error",tO).on("data",function(a){r-=a.length,r<=0&&this.destroy()}).resume()})}};function f7(t){return t[Qo]&&t[Qo].locked===!0||t[Rn]}function h7(t){return vm.isDisturbed(t)||f7(t)}async function xm(t,e){if(h7(t))throw new TypeError("unusable");return nO(!t[Rn]),new Promise((r,n)=>{t[Rn]={type:e,stream:t,resolve:r,reject:n,length:0,body:[]},t.on("error",function(i){tb(this[Rn],i)}).on("close",function(){this[Rn].body!==null&&tb(this[Rn],new iO)}),process.nextTick(g7,t[Rn])})}function g7(t){if(t.body===null)return;let{_readableState:e}=t.stream;for(let r of e.buffer)oO(t,r);for(e.endEmitted?rO(this[Rn]):t.stream.on("end",function(){rO(this[Rn])}),t.stream.resume();t.stream.read()!=null;);}function rO(t){let{type:e,body:r,resolve:n,stream:i,length:s}=t;try{if(e==="text")n(d7(Buffer.concat(r)));else if(e==="json")n(JSON.parse(Buffer.concat(r)));else if(e==="arrayBuffer"){let o=new Uint8Array(s),a=0;for(let A of r)o.set(A,a),a+=A.byteLength;n(o.buffer)}else e==="blob"&&(eb||(eb=Q("buffer").Blob),n(new eb(r,{type:i[sO]})));tb(t)}catch(o){i.destroy(o)}}function oO(t,e){t.length+=e.length,t.body.push(e)}function tb(t,e){t.body!==null&&(e?t.reject(e):t.resolve(),t.type=null,t.stream=null,t.resolve=null,t.reject=null,t.length=0,t.body=null)}});var rb=h((cke,lO)=>{var m7=Q("assert"),{ResponseStatusCodeError:Rm}=At(),{toUSVString:cO}=Ue();async function p7({callback:t,body:e,contentType:r,statusCode:n,statusMessage:i,headers:s}){m7(e);let o=[],a=0;for await(let A of e)if(o.push(A),a+=A.length,a>128*1024){o=null;break}if(n===204||!r||!o){process.nextTick(t,new Rm(`Response status code ${n}${i?`: ${i}`:""}`,n,s));return}try{if(r.startsWith("application/json")){let A=JSON.parse(cO(Buffer.concat(o)));process.nextTick(t,new Rm(`Response status code ${n}${i?`: ${i}`:""}`,n,s,A));return}if(r.startsWith("text/")){let A=cO(Buffer.concat(o));process.nextTick(t,new Rm(`Response status code ${n}${i?`: ${i}`:""}`,n,s,A));return}}catch{}process.nextTick(t,new Rm(`Response status code ${n}${i?`: ${i}`:""}`,n,s))}lO.exports={getResolveErrorBodyCallback:p7}});var fc=h((lke,dO)=>{var{addAbortListener:y7}=Ue(),{RequestAbortedError:E7}=At(),dc=Symbol("kListener"),bo=Symbol("kSignal");function uO(t){t.abort?t.abort():t.onError(new E7)}function C7(t,e){if(t[bo]=null,t[dc]=null,!!e){if(e.aborted){uO(t);return}t[bo]=e,t[dc]=()=>{uO(t)},y7(t[bo],t[dc])}}function I7(t){t[bo]&&("removeEventListener"in t[bo]?t[bo].removeEventListener("abort",t[dc]):t[bo].removeListener("abort",t[dc]),t[bo]=null,t[dc]=null)}dO.exports={addSignal:C7,removeSignal:I7}});var gO=h((uke,nb)=>{"use strict";var B7=AO(),{InvalidArgumentError:hc,RequestAbortedError:Q7}=At(),Ki=Ue(),{getResolveErrorBodyCallback:b7}=rb(),{AsyncResource:N7}=Q("async_hooks"),{addSignal:w7,removeSignal:fO}=fc(),Dm=class extends N7{constructor(e,r){if(!e||typeof e!="object")throw new hc("invalid opts");let{signal:n,method:i,opaque:s,body:o,onInfo:a,responseHeaders:A,throwOnError:c,highWaterMark:l}=e;try{if(typeof r!="function")throw new hc("invalid callback");if(l&&(typeof l!="number"||l<0))throw new hc("invalid highWaterMark");if(n&&typeof n.on!="function"&&typeof n.addEventListener!="function")throw new hc("signal must be an EventEmitter or EventTarget");if(i==="CONNECT")throw new hc("invalid method");if(a&&typeof a!="function")throw new hc("invalid onInfo callback");super("UNDICI_REQUEST")}catch(u){throw Ki.isStream(o)&&Ki.destroy(o.on("error",Ki.nop),u),u}this.responseHeaders=A||null,this.opaque=s||null,this.callback=r,this.res=null,this.abort=null,this.body=o,this.trailers={},this.context=null,this.onInfo=a||null,this.throwOnError=c,this.highWaterMark=l,Ki.isStream(o)&&o.on("error",u=>{this.onError(u)}),w7(this,n)}onConnect(e,r){if(!this.callback)throw new Q7;this.abort=e,this.context=r}onHeaders(e,r,n,i){let{callback:s,opaque:o,abort:a,context:A,responseHeaders:c,highWaterMark:l}=this,u=c==="raw"?Ki.parseRawHeaders(r):Ki.parseHeaders(r);if(e<200){this.onInfo&&this.onInfo({statusCode:e,headers:u});return}let f=(c==="raw"?Ki.parseHeaders(r):u)["content-type"],g=new B7({resume:n,abort:a,contentType:f,highWaterMark:l});this.callback=null,this.res=g,s!==null&&(this.throwOnError&&e>=400?this.runInAsyncScope(b7,null,{callback:s,body:g,contentType:f,statusCode:e,statusMessage:i,headers:u}):this.runInAsyncScope(s,null,null,{statusCode:e,headers:u,trailers:this.trailers,opaque:o,body:g,context:A}))}onData(e){let{res:r}=this;return r.push(e)}onComplete(e){let{res:r}=this;fO(this),Ki.parseHeaders(e,this.trailers),r.push(null)}onError(e){let{res:r,callback:n,body:i,opaque:s}=this;fO(this),n&&(this.callback=null,queueMicrotask(()=>{this.runInAsyncScope(n,null,e,{opaque:s})})),r&&(this.res=null,queueMicrotask(()=>{Ki.destroy(r,e)})),i&&(this.body=null,Ki.destroy(i,e))}};function hO(t,e){if(e===void 0)return new Promise((r,n)=>{hO.call(this,t,(i,s)=>i?n(i):r(s))});try{this.dispatch(t,new Dm(t,e))}catch(r){if(typeof e!="function")throw r;let n=t&&t.opaque;queueMicrotask(()=>e(r,{opaque:n}))}}nb.exports=hO;nb.exports.RequestHandler=Dm});var EO=h((dke,yO)=>{"use strict";var{finished:S7,PassThrough:x7}=Q("stream"),{InvalidArgumentError:gc,InvalidReturnValueError:v7,RequestAbortedError:R7}=At(),Di=Ue(),{getResolveErrorBodyCallback:D7}=rb(),{AsyncResource:_7}=Q("async_hooks"),{addSignal:k7,removeSignal:mO}=fc(),ib=class extends _7{constructor(e,r,n){if(!e||typeof e!="object")throw new gc("invalid opts");let{signal:i,method:s,opaque:o,body:a,onInfo:A,responseHeaders:c,throwOnError:l}=e;try{if(typeof n!="function")throw new gc("invalid callback");if(typeof r!="function")throw new gc("invalid factory");if(i&&typeof i.on!="function"&&typeof i.addEventListener!="function")throw new gc("signal must be an EventEmitter or EventTarget");if(s==="CONNECT")throw new gc("invalid method");if(A&&typeof A!="function")throw new gc("invalid onInfo callback");super("UNDICI_STREAM")}catch(u){throw Di.isStream(a)&&Di.destroy(a.on("error",Di.nop),u),u}this.responseHeaders=c||null,this.opaque=o||null,this.factory=r,this.callback=n,this.res=null,this.abort=null,this.context=null,this.trailers=null,this.body=a,this.onInfo=A||null,this.throwOnError=l||!1,Di.isStream(a)&&a.on("error",u=>{this.onError(u)}),k7(this,i)}onConnect(e,r){if(!this.callback)throw new R7;this.abort=e,this.context=r}onHeaders(e,r,n,i){let{factory:s,opaque:o,context:a,callback:A,responseHeaders:c}=this,l=c==="raw"?Di.parseRawHeaders(r):Di.parseHeaders(r);if(e<200){this.onInfo&&this.onInfo({statusCode:e,headers:l});return}this.factory=null;let u;if(this.throwOnError&&e>=400){let g=(c==="raw"?Di.parseHeaders(r):l)["content-type"];u=new x7,this.callback=null,this.runInAsyncScope(D7,null,{callback:A,body:u,contentType:g,statusCode:e,statusMessage:i,headers:l})}else{if(s===null)return;if(u=this.runInAsyncScope(s,null,{statusCode:e,headers:l,opaque:o,context:a}),!u||typeof u.write!="function"||typeof u.end!="function"||typeof u.on!="function")throw new v7("expected Writable");S7(u,{readable:!1},f=>{let{callback:g,res:m,opaque:E,trailers:C,abort:I}=this;this.res=null,(f||!m.readable)&&Di.destroy(m,f),this.callback=null,this.runInAsyncScope(g,null,f||null,{opaque:E,trailers:C}),f&&I()})}return u.on("drain",n),this.res=u,(u.writableNeedDrain!==void 0?u.writableNeedDrain:u._writableState&&u._writableState.needDrain)!==!0}onData(e){let{res:r}=this;return r?r.write(e):!0}onComplete(e){let{res:r}=this;mO(this),r&&(this.trailers=Di.parseHeaders(e),r.end())}onError(e){let{res:r,callback:n,opaque:i,body:s}=this;mO(this),this.factory=null,r?(this.res=null,Di.destroy(r,e)):n&&(this.callback=null,queueMicrotask(()=>{this.runInAsyncScope(n,null,e,{opaque:i})})),s&&(this.body=null,Di.destroy(s,e))}};function pO(t,e,r){if(r===void 0)return new Promise((n,i)=>{pO.call(this,t,e,(s,o)=>s?i(s):n(o))});try{this.dispatch(t,new ib(t,e,r))}catch(n){if(typeof r!="function")throw n;let i=t&&t.opaque;queueMicrotask(()=>r(n,{opaque:i}))}}yO.exports=pO});var BO=h((fke,IO)=>{"use strict";var{Readable:CO,Duplex:P7,PassThrough:T7}=Q("stream"),{InvalidArgumentError:Md,InvalidReturnValueError:O7,RequestAbortedError:_m}=At(),Vn=Ue(),{AsyncResource:M7}=Q("async_hooks"),{addSignal:L7,removeSignal:F7}=fc(),U7=Q("assert"),mc=Symbol("resume"),sb=class extends CO{constructor(){super({autoDestroy:!0}),this[mc]=null}_read(){let{[mc]:e}=this;e&&(this[mc]=null,e())}_destroy(e,r){this._read(),r(e)}},ob=class extends CO{constructor(e){super({autoDestroy:!0}),this[mc]=e}_read(){this[mc]()}_destroy(e,r){!e&&!this._readableState.endEmitted&&(e=new _m),r(e)}},ab=class extends M7{constructor(e,r){if(!e||typeof e!="object")throw new Md("invalid opts");if(typeof r!="function")throw new Md("invalid handler");let{signal:n,method:i,opaque:s,onInfo:o,responseHeaders:a}=e;if(n&&typeof n.on!="function"&&typeof n.addEventListener!="function")throw new Md("signal must be an EventEmitter or EventTarget");if(i==="CONNECT")throw new Md("invalid method");if(o&&typeof o!="function")throw new Md("invalid onInfo callback");super("UNDICI_PIPELINE"),this.opaque=s||null,this.responseHeaders=a||null,this.handler=r,this.abort=null,this.context=null,this.onInfo=o||null,this.req=new sb().on("error",Vn.nop),this.ret=new P7({readableObjectMode:e.objectMode,autoDestroy:!0,read:()=>{let{body:A}=this;A&&A.resume&&A.resume()},write:(A,c,l)=>{let{req:u}=this;u.push(A,c)||u._readableState.destroyed?l():u[mc]=l},destroy:(A,c)=>{let{body:l,req:u,res:d,ret:f,abort:g}=this;!A&&!f._readableState.endEmitted&&(A=new _m),g&&A&&g(),Vn.destroy(l,A),Vn.destroy(u,A),Vn.destroy(d,A),F7(this),c(A)}}).on("prefinish",()=>{let{req:A}=this;A.push(null)}),this.res=null,L7(this,n)}onConnect(e,r){let{ret:n,res:i}=this;if(U7(!i,"pipeline cannot be retried"),n.destroyed)throw new _m;this.abort=e,this.context=r}onHeaders(e,r,n){let{opaque:i,handler:s,context:o}=this;if(e<200){if(this.onInfo){let A=this.responseHeaders==="raw"?Vn.parseRawHeaders(r):Vn.parseHeaders(r);this.onInfo({statusCode:e,headers:A})}return}this.res=new ob(n);let a;try{this.handler=null;let A=this.responseHeaders==="raw"?Vn.parseRawHeaders(r):Vn.parseHeaders(r);a=this.runInAsyncScope(s,null,{statusCode:e,headers:A,opaque:i,body:this.res,context:o})}catch(A){throw this.res.on("error",Vn.nop),A}if(!a||typeof a.on!="function")throw new O7("expected Readable");a.on("data",A=>{let{ret:c,body:l}=this;!c.push(A)&&l.pause&&l.pause()}).on("error",A=>{let{ret:c}=this;Vn.destroy(c,A)}).on("end",()=>{let{ret:A}=this;A.push(null)}).on("close",()=>{let{ret:A}=this;A._readableState.ended||Vn.destroy(A,new _m)}),this.body=a}onData(e){let{res:r}=this;return r.push(e)}onComplete(e){let{res:r}=this;r.push(null)}onError(e){let{ret:r}=this;this.handler=null,Vn.destroy(r,e)}};function q7(t,e){try{let r=new ab(t,e);return this.dispatch({...t,body:r.req},r),r.ret}catch(r){return new T7().destroy(r)}}IO.exports=q7});var SO=h((hke,wO)=>{"use strict";var{InvalidArgumentError:Ab,RequestAbortedError:H7,SocketError:z7}=At(),{AsyncResource:j7}=Q("async_hooks"),QO=Ue(),{addSignal:G7,removeSignal:bO}=fc(),Y7=Q("assert"),cb=class extends j7{constructor(e,r){if(!e||typeof e!="object")throw new Ab("invalid opts");if(typeof r!="function")throw new Ab("invalid callback");let{signal:n,opaque:i,responseHeaders:s}=e;if(n&&typeof n.on!="function"&&typeof n.addEventListener!="function")throw new Ab("signal must be an EventEmitter or EventTarget");super("UNDICI_UPGRADE"),this.responseHeaders=s||null,this.opaque=i||null,this.callback=r,this.abort=null,this.context=null,G7(this,n)}onConnect(e,r){if(!this.callback)throw new H7;this.abort=e,this.context=null}onHeaders(){throw new z7("bad upgrade",null)}onUpgrade(e,r,n){let{callback:i,opaque:s,context:o}=this;Y7.strictEqual(e,101),bO(this),this.callback=null;let a=this.responseHeaders==="raw"?QO.parseRawHeaders(r):QO.parseHeaders(r);this.runInAsyncScope(i,null,null,{headers:a,socket:n,opaque:s,context:o})}onError(e){let{callback:r,opaque:n}=this;bO(this),r&&(this.callback=null,queueMicrotask(()=>{this.runInAsyncScope(r,null,e,{opaque:n})}))}};function NO(t,e){if(e===void 0)return new Promise((r,n)=>{NO.call(this,t,(i,s)=>i?n(i):r(s))});try{let r=new cb(t,e);this.dispatch({...t,method:t.method||"GET",upgrade:t.protocol||"Websocket"},r)}catch(r){if(typeof e!="function")throw r;let n=t&&t.opaque;queueMicrotask(()=>e(r,{opaque:n}))}}wO.exports=NO});var _O=h((gke,DO)=>{"use strict";var{AsyncResource:J7}=Q("async_hooks"),{InvalidArgumentError:lb,RequestAbortedError:V7,SocketError:W7}=At(),xO=Ue(),{addSignal:$7,removeSignal:vO}=fc(),ub=class extends J7{constructor(e,r){if(!e||typeof e!="object")throw new lb("invalid opts");if(typeof r!="function")throw new lb("invalid callback");let{signal:n,opaque:i,responseHeaders:s}=e;if(n&&typeof n.on!="function"&&typeof n.addEventListener!="function")throw new lb("signal must be an EventEmitter or EventTarget");super("UNDICI_CONNECT"),this.opaque=i||null,this.responseHeaders=s||null,this.callback=r,this.abort=null,$7(this,n)}onConnect(e,r){if(!this.callback)throw new V7;this.abort=e,this.context=r}onHeaders(){throw new W7("bad connect",null)}onUpgrade(e,r,n){let{callback:i,opaque:s,context:o}=this;vO(this),this.callback=null;let a=r;a!=null&&(a=this.responseHeaders==="raw"?xO.parseRawHeaders(r):xO.parseHeaders(r)),this.runInAsyncScope(i,null,null,{statusCode:e,headers:a,socket:n,opaque:s,context:o})}onError(e){let{callback:r,opaque:n}=this;vO(this),r&&(this.callback=null,queueMicrotask(()=>{this.runInAsyncScope(r,null,e,{opaque:n})}))}};function RO(t,e){if(e===void 0)return new Promise((r,n)=>{RO.call(this,t,(i,s)=>i?n(i):r(s))});try{let r=new ub(t,e);this.dispatch({...t,method:"CONNECT"},r)}catch(r){if(typeof e!="function")throw r;let n=t&&t.opaque;queueMicrotask(()=>e(r,{opaque:n}))}}DO.exports=RO});var kO=h((mke,pc)=>{"use strict";pc.exports.request=gO();pc.exports.stream=EO();pc.exports.pipeline=BO();pc.exports.upgrade=SO();pc.exports.connect=_O()});var fb=h((pke,PO)=>{"use strict";var{UndiciError:K7}=At(),db=class t extends K7{constructor(e){super(e),Error.captureStackTrace(this,t),this.name="MockNotMatchedError",this.message=e||"The request does not match any registered mock dispatches",this.code="UND_MOCK_ERR_MOCK_NOT_MATCHED"}};PO.exports={MockNotMatchedError:db}});var yc=h((yke,TO)=>{"use strict";TO.exports={kAgent:Symbol("agent"),kOptions:Symbol("options"),kFactory:Symbol("factory"),kDispatches:Symbol("dispatches"),kDispatchKey:Symbol("dispatch key"),kDefaultHeaders:Symbol("default headers"),kDefaultTrailers:Symbol("default trailers"),kContentLength:Symbol("content length"),kMockAgent:Symbol("mock agent"),kMockAgentSet:Symbol("mock agent set"),kMockAgentGet:Symbol("mock agent get"),kMockDispatch:Symbol("mock dispatch"),kClose:Symbol("close"),kOriginalClose:Symbol("original agent close"),kOrigin:Symbol("origin"),kIsMockActive:Symbol("is mock active"),kNetConnect:Symbol("net connect"),kGetNetConnect:Symbol("get net connect"),kConnected:Symbol("connected")}});var Ld=h((Eke,JO)=>{"use strict";var{MockNotMatchedError:va}=fb(),{kDispatches:km,kMockAgent:X7,kOriginalDispatch:Z7,kOrigin:eee,kGetNetConnect:tee}=yc(),{buildURL:ree,nop:nee}=Ue(),{STATUS_CODES:iee}=Q("http"),{types:{isPromise:see}}=Q("util");function ks(t,e){return typeof t=="string"?t===e:t instanceof RegExp?t.test(e):typeof t=="function"?t(e)===!0:!1}function MO(t){return Object.fromEntries(Object.entries(t).map(([e,r])=>[e.toLocaleLowerCase(),r]))}function LO(t,e){if(Array.isArray(t)){for(let r=0;r<t.length;r+=2)if(t[r].toLocaleLowerCase()===e.toLocaleLowerCase())return t[r+1];return}else return typeof t.get=="function"?t.get(e):MO(t)[e.toLocaleLowerCase()]}function FO(t){let e=t.slice(),r=[];for(let n=0;n<e.length;n+=2)r.push([e[n],e[n+1]]);return Object.fromEntries(r)}function UO(t,e){if(typeof t.headers=="function")return Array.isArray(e)&&(e=FO(e)),t.headers(e?MO(e):{});if(typeof t.headers>"u")return!0;if(typeof e!="object"||typeof t.headers!="object")return!1;for(let[r,n]of Object.entries(t.headers)){let i=LO(e,r);if(!ks(n,i))return!1}return!0}function OO(t){if(typeof t!="string")return t;let e=t.split("?");if(e.length!==2)return t;let r=new URLSearchParams(e.pop());return r.sort(),[...e,r.toString()].join("?")}function oee(t,{path:e,method:r,body:n,headers:i}){let s=ks(t.path,e),o=ks(t.method,r),a=typeof t.body<"u"?ks(t.body,n):!0,A=UO(t,i);return s&&o&&a&&A}function qO(t){return Buffer.isBuffer(t)?t:typeof t=="object"?JSON.stringify(t):t.toString()}function HO(t,e){let r=e.query?ree(e.path,e.query):e.path,n=typeof r=="string"?OO(r):r,i=t.filter(({consumed:s})=>!s).filter(({path:s})=>ks(OO(s),n));if(i.length===0)throw new va(`Mock dispatch not matched for path '${n}'`);if(i=i.filter(({method:s})=>ks(s,e.method)),i.length===0)throw new va(`Mock dispatch not matched for method '${e.method}'`);if(i=i.filter(({body:s})=>typeof s<"u"?ks(s,e.body):!0),i.length===0)throw new va(`Mock dispatch not matched for body '${e.body}'`);if(i=i.filter(s=>UO(s,e.headers)),i.length===0)throw new va(`Mock dispatch not matched for headers '${typeof e.headers=="object"?JSON.stringify(e.headers):e.headers}'`);return i[0]}function aee(t,e,r){let n={timesInvoked:0,times:1,persist:!1,consumed:!1},i=typeof r=="function"?{callback:r}:{...r},s={...n,...e,pending:!0,data:{error:null,...i}};return t.push(s),s}function hb(t,e){let r=t.findIndex(n=>n.consumed?oee(n,e):!1);r!==-1&&t.splice(r,1)}function zO(t){let{path:e,method:r,body:n,headers:i,query:s}=t;return{path:e,method:r,body:n,headers:i,query:s}}function gb(t){return Object.entries(t).reduce((e,[r,n])=>[...e,Buffer.from(`${r}`),Array.isArray(n)?n.map(i=>Buffer.from(`${i}`)):Buffer.from(`${n}`)],[])}function jO(t){return iee[t]||"unknown"}async function Aee(t){let e=[];for await(let r of t)e.push(r);return Buffer.concat(e).toString("utf8")}function GO(t,e){let r=zO(t),n=HO(this[km],r);n.timesInvoked++,n.data.callback&&(n.data={...n.data,...n.data.callback(t)});let{data:{statusCode:i,data:s,headers:o,trailers:a,error:A},delay:c,persist:l}=n,{timesInvoked:u,times:d}=n;if(n.consumed=!l&&u>=d,n.pending=u<d,A!==null)return hb(this[km],r),e.onError(A),!0;typeof c=="number"&&c>0?setTimeout(()=>{f(this[km])},c):f(this[km]);function f(m,E=s){let C=Array.isArray(t.headers)?FO(t.headers):t.headers,I=typeof E=="function"?E({...t,headers:C}):E;if(see(I)){I.then(O=>f(m,O));return}let w=qO(I),S=gb(o),D=gb(a);e.abort=nee,e.onHeaders(i,S,g,jO(i)),e.onData(Buffer.from(w)),e.onComplete(D),hb(m,r)}function g(){}return!0}function cee(){let t=this[X7],e=this[eee],r=this[Z7];return function(i,s){if(t.isMockActive)try{GO.call(this,i,s)}catch(o){if(o instanceof va){let a=t[tee]();if(a===!1)throw new va(`${o.message}: subsequent request to origin ${e} was not allowed (net.connect disabled)`);if(YO(a,e))r.call(this,i,s);else throw new va(`${o.message}: subsequent request to origin ${e} was not allowed (net.connect is not enabled for this origin)`)}else throw o}else r.call(this,i,s)}}function YO(t,e){let r=new URL(e);return t===!0?!0:!!(Array.isArray(t)&&t.some(n=>ks(n,r.host)))}function lee(t){if(t){let{agent:e,...r}=t;return r}}JO.exports={getResponseData:qO,getMockDispatch:HO,addMockDispatch:aee,deleteMockDispatch:hb,buildKey:zO,generateKeyValues:gb,matchValue:ks,getResponse:Aee,getStatusText:jO,mockDispatch:GO,buildMockDispatch:cee,checkNetConnect:YO,buildMockOptions:lee,getHeaderByName:LO}});var Bb=h((Cke,Ib)=>{"use strict";var{getResponseData:uee,buildKey:dee,addMockDispatch:mb}=Ld(),{kDispatches:Pm,kDispatchKey:Tm,kDefaultHeaders:pb,kDefaultTrailers:yb,kContentLength:Eb,kMockDispatch:Om}=yc(),{InvalidArgumentError:_i}=At(),{buildURL:fee}=Ue(),Ec=class{constructor(e){this[Om]=e}delay(e){if(typeof e!="number"||!Number.isInteger(e)||e<=0)throw new _i("waitInMs must be a valid integer > 0");return this[Om].delay=e,this}persist(){return this[Om].persist=!0,this}times(e){if(typeof e!="number"||!Number.isInteger(e)||e<=0)throw new _i("repeatTimes must be a valid integer > 0");return this[Om].times=e,this}},Cb=class{constructor(e,r){if(typeof e!="object")throw new _i("opts must be an object");if(typeof e.path>"u")throw new _i("opts.path must be defined");if(typeof e.method>"u"&&(e.method="GET"),typeof e.path=="string")if(e.query)e.path=fee(e.path,e.query);else{let n=new URL(e.path,"data://");e.path=n.pathname+n.search}typeof e.method=="string"&&(e.method=e.method.toUpperCase()),this[Tm]=dee(e),this[Pm]=r,this[pb]={},this[yb]={},this[Eb]=!1}createMockScopeDispatchData(e,r,n={}){let i=uee(r),s=this[Eb]?{"content-length":i.length}:{},o={...this[pb],...s,...n.headers},a={...this[yb],...n.trailers};return{statusCode:e,data:r,headers:o,trailers:a}}validateReplyParameters(e,r,n){if(typeof e>"u")throw new _i("statusCode must be defined");if(typeof r>"u")throw new _i("data must be defined");if(typeof n!="object")throw new _i("responseOptions must be an object")}reply(e){if(typeof e=="function"){let a=c=>{let l=e(c);if(typeof l!="object")throw new _i("reply options callback must return an object");let{statusCode:u,data:d="",responseOptions:f={}}=l;return this.validateReplyParameters(u,d,f),{...this.createMockScopeDispatchData(u,d,f)}},A=mb(this[Pm],this[Tm],a);return new Ec(A)}let[r,n="",i={}]=[...arguments];this.validateReplyParameters(r,n,i);let s=this.createMockScopeDispatchData(r,n,i),o=mb(this[Pm],this[Tm],s);return new Ec(o)}replyWithError(e){if(typeof e>"u")throw new _i("error must be defined");let r=mb(this[Pm],this[Tm],{error:e});return new Ec(r)}defaultReplyHeaders(e){if(typeof e>"u")throw new _i("headers must be defined");return this[pb]=e,this}defaultReplyTrailers(e){if(typeof e>"u")throw new _i("trailers must be defined");return this[yb]=e,this}replyContentLength(){return this[Eb]=!0,this}};Ib.exports.MockInterceptor=Cb;Ib.exports.MockScope=Ec});var Nb=h((Ike,eM)=>{"use strict";var{promisify:hee}=Q("util"),gee=_d(),{buildMockDispatch:mee}=Ld(),{kDispatches:VO,kMockAgent:WO,kClose:$O,kOriginalClose:KO,kOrigin:XO,kOriginalDispatch:pee,kConnected:Qb}=yc(),{MockInterceptor:yee}=Bb(),ZO=yt(),{InvalidArgumentError:Eee}=At(),bb=class extends gee{constructor(e,r){if(super(e,r),!r||!r.agent||typeof r.agent.dispatch!="function")throw new Eee("Argument opts.agent must implement Agent");this[WO]=r.agent,this[XO]=e,this[VO]=[],this[Qb]=1,this[pee]=this.dispatch,this[KO]=this.close.bind(this),this.dispatch=mee.call(this),this.close=this[$O]}get[ZO.kConnected](){return this[Qb]}intercept(e){return new yee(e,this[VO])}async[$O](){await hee(this[KO])(),this[Qb]=0,this[WO][ZO.kClients].delete(this[XO])}};eM.exports=bb});var xb=h((Bke,aM)=>{"use strict";var{promisify:Cee}=Q("util"),Iee=uc(),{buildMockDispatch:Bee}=Ld(),{kDispatches:tM,kMockAgent:rM,kClose:nM,kOriginalClose:iM,kOrigin:sM,kOriginalDispatch:Qee,kConnected:wb}=yc(),{MockInterceptor:bee}=Bb(),oM=yt(),{InvalidArgumentError:Nee}=At(),Sb=class extends Iee{constructor(e,r){if(super(e,r),!r||!r.agent||typeof r.agent.dispatch!="function")throw new Nee("Argument opts.agent must implement Agent");this[rM]=r.agent,this[sM]=e,this[tM]=[],this[wb]=1,this[Qee]=this.dispatch,this[iM]=this.close.bind(this),this.dispatch=Bee.call(this),this.close=this[nM]}get[oM.kConnected](){return this[wb]}intercept(e){return new bee(e,this[tM])}async[nM](){await Cee(this[iM])(),this[wb]=0,this[rM][oM.kClients].delete(this[sM])}};aM.exports=Sb});var cM=h((bke,AM)=>{"use strict";var wee={pronoun:"it",is:"is",was:"was",this:"this"},See={pronoun:"they",is:"are",was:"were",this:"these"};AM.exports=class{constructor(e,r){this.singular=e,this.plural=r}pluralize(e){let r=e===1,n=r?wee:See,i=r?this.singular:this.plural;return{...n,count:e,noun:i}}}});var uM=h((wke,lM)=>{"use strict";var{Transform:xee}=Q("stream"),{Console:vee}=Q("console");lM.exports=class{constructor({disableColors:e}={}){this.transform=new xee({transform(r,n,i){i(null,r)}}),this.logger=new vee({stdout:this.transform,inspectOptions:{colors:!e&&!process.env.CI}})}format(e){let r=e.map(({method:n,path:i,data:{statusCode:s},persist:o,times:a,timesInvoked:A,origin:c})=>({Method:n,Origin:c,Path:i,"Status code":s,Persistent:o?"\u2705":"\u274C",Invocations:A,Remaining:o?1/0:a-A}));return this.logger.table(r),this.transform.read().toString()}}});var gM=h((Ske,hM)=>{"use strict";var{kClients:Ra}=yt(),Ree=Od(),{kAgent:vb,kMockAgentSet:Mm,kMockAgentGet:dM,kDispatches:Rb,kIsMockActive:Lm,kNetConnect:Da,kGetNetConnect:Dee,kOptions:Fm,kFactory:Um}=yc(),_ee=Nb(),kee=xb(),{matchValue:Pee,buildMockOptions:Tee}=Ld(),{InvalidArgumentError:fM,UndiciError:Oee}=At(),Mee=sm(),Lee=cM(),Fee=uM(),Db=class{constructor(e){this.value=e}deref(){return this.value}},_b=class extends Mee{constructor(e){if(super(e),this[Da]=!0,this[Lm]=!0,e&&e.agent&&typeof e.agent.dispatch!="function")throw new fM("Argument opts.agent must implement Agent");let r=e&&e.agent?e.agent:new Ree(e);this[vb]=r,this[Ra]=r[Ra],this[Fm]=Tee(e)}get(e){let r=this[dM](e);return r||(r=this[Um](e),this[Mm](e,r)),r}dispatch(e,r){return this.get(e.origin),this[vb].dispatch(e,r)}async close(){await this[vb].close(),this[Ra].clear()}deactivate(){this[Lm]=!1}activate(){this[Lm]=!0}enableNetConnect(e){if(typeof e=="string"||typeof e=="function"||e instanceof RegExp)Array.isArray(this[Da])?this[Da].push(e):this[Da]=[e];else if(typeof e>"u")this[Da]=!0;else throw new fM("Unsupported matcher. Must be one of String|Function|RegExp.")}disableNetConnect(){this[Da]=!1}get isMockActive(){return this[Lm]}[Mm](e,r){this[Ra].set(e,new Db(r))}[Um](e){let r=Object.assign({agent:this},this[Fm]);return this[Fm]&&this[Fm].connections===1?new _ee(e,r):new kee(e,r)}[dM](e){let r=this[Ra].get(e);if(r)return r.deref();if(typeof e!="string"){let n=this[Um]("http://localhost:9999");return this[Mm](e,n),n}for(let[n,i]of Array.from(this[Ra])){let s=i.deref();if(s&&typeof n!="string"&&Pee(n,e)){let o=this[Um](e);return this[Mm](e,o),o[Rb]=s[Rb],o}}}[Dee](){return this[Da]}pendingInterceptors(){let e=this[Ra];return Array.from(e.entries()).flatMap(([r,n])=>n.deref()[Rb].map(i=>({...i,origin:r}))).filter(({pending:r})=>r)}assertNoPendingInterceptors({pendingInterceptorsFormatter:e=new Fee}={}){let r=this.pendingInterceptors();if(r.length===0)return;let n=new Lee("interceptor","interceptors").pluralize(r.length);throw new Oee(`
${n.count} ${n.noun} ${n.is} pending:
${e.format(r)}
`.trim())}};hM.exports=_b});var IM=h((xke,CM)=>{"use strict";var{kProxy:Uee,kClose:qee,kDestroy:Hee,kInterceptors:zee}=yt(),{URL:mM}=Q("url"),pM=Od(),jee=uc(),Gee=Qd(),{InvalidArgumentError:qd,RequestAbortedError:Yee}=At(),yM=bd(),Fd=Symbol("proxy agent"),qm=Symbol("proxy client"),Ud=Symbol("proxy headers"),kb=Symbol("request tls settings"),Jee=Symbol("proxy tls settings"),EM=Symbol("connect endpoint function");function Vee(t){return t==="https:"?443:80}function Wee(t){if(typeof t=="string"&&(t={uri:t}),!t||!t.uri)throw new qd("Proxy opts.uri is mandatory");return{uri:t.uri,protocol:t.protocol||"https"}}function $ee(t,e){return new jee(t,e)}var Pb=class extends Gee{constructor(e){if(super(e),this[Uee]=Wee(e),this[Fd]=new pM(e),this[zee]=e.interceptors&&e.interceptors.ProxyAgent&&Array.isArray(e.interceptors.ProxyAgent)?e.interceptors.ProxyAgent:[],typeof e=="string"&&(e={uri:e}),!e||!e.uri)throw new qd("Proxy opts.uri is mandatory");let{clientFactory:r=$ee}=e;if(typeof r!="function")throw new qd("Proxy opts.clientFactory must be a function.");this[kb]=e.requestTls,this[Jee]=e.proxyTls,this[Ud]=e.headers||{};let n=new mM(e.uri),{origin:i,port:s,host:o,username:a,password:A}=n;if(e.auth&&e.token)throw new qd("opts.auth cannot be used in combination with opts.token");e.auth?this[Ud]["proxy-authorization"]=`Basic ${e.auth}`:e.token?this[Ud]["proxy-authorization"]=e.token:a&&A&&(this[Ud]["proxy-authorization"]=`Basic ${Buffer.from(`${decodeURIComponent(a)}:${decodeURIComponent(A)}`).toString("base64")}`);let c=yM({...e.proxyTls});this[EM]=yM({...e.requestTls}),this[qm]=r(n,{connect:c}),this[Fd]=new pM({...e,connect:async(l,u)=>{let d=l.host;l.port||(d+=`:${Vee(l.protocol)}`);try{let{socket:f,statusCode:g}=await this[qm].connect({origin:i,port:s,path:d,signal:l.signal,headers:{...this[Ud],host:o}});if(g!==200&&(f.on("error",()=>{}).destroy(),u(new Yee(`Proxy response (${g}) !== 200 when HTTP Tunneling`))),l.protocol!=="https:"){u(null,f);return}let m;this[kb]?m=this[kb].servername:m=l.servername,this[EM]({...l,servername:m,httpSocket:f},u)}catch(f){u(f)}}})}dispatch(e,r){let{host:n}=new mM(e.origin),i=Kee(e.headers);return Xee(i),this[Fd].dispatch({...e,headers:{...i,host:n}},r)}async[qee](){await this[Fd].close(),await this[qm].close()}async[Hee](){await this[Fd].destroy(),await this[qm].destroy()}};function Kee(t){if(Array.isArray(t)){let e={};for(let r=0;r<t.length;r+=2)e[t[r]]=t[r+1];return e}return t}function Xee(t){if(t&&Object.keys(t).find(r=>r.toLowerCase()==="proxy-authorization"))throw new qd("Proxy-Authorization should be sent in ProxyAgent constructor")}CM.exports=Pb});var wM=h((vke,NM)=>{var _a=Q("assert"),{kRetryHandlerDefaultRetry:BM}=yt(),{RequestRetryError:Hm}=At(),{isDisturbed:QM,parseHeaders:Zee,parseRangeHeader:bM}=Ue();function ete(t){let e=Date.now();return new Date(t).getTime()-e}var Tb=class t{constructor(e,r){let{retryOptions:n,...i}=e,{retry:s,maxRetries:o,maxTimeout:a,minTimeout:A,timeoutFactor:c,methods:l,errorCodes:u,retryAfter:d,statusCodes:f}=n??{};this.dispatch=r.dispatch,this.handler=r.handler,this.opts=i,this.abort=null,this.aborted=!1,this.retryOpts={retry:s??t[BM],retryAfter:d??!0,maxTimeout:a??30*1e3,timeout:A??500,timeoutFactor:c??2,maxRetries:o??5,methods:l??["GET","HEAD","OPTIONS","PUT","DELETE","TRACE"],statusCodes:f??[500,502,503,504,429],errorCodes:u??["ECONNRESET","ECONNREFUSED","ENOTFOUND","ENETDOWN","ENETUNREACH","EHOSTDOWN","EHOSTUNREACH","EPIPE"]},this.retryCount=0,this.start=0,this.end=null,this.etag=null,this.resume=null,this.handler.onConnect(g=>{this.aborted=!0,this.abort?this.abort(g):this.reason=g})}onRequestSent(){this.handler.onRequestSent&&this.handler.onRequestSent()}onUpgrade(e,r,n){this.handler.onUpgrade&&this.handler.onUpgrade(e,r,n)}onConnect(e){this.aborted?e(this.reason):this.abort=e}onBodySent(e){if(this.handler.onBodySent)return this.handler.onBodySent(e)}static[BM](e,{state:r,opts:n},i){let{statusCode:s,code:o,headers:a}=e,{method:A,retryOptions:c}=n,{maxRetries:l,timeout:u,maxTimeout:d,timeoutFactor:f,statusCodes:g,errorCodes:m,methods:E}=c,{counter:C,currentTimeout:I}=r;if(I=I!=null&&I>0?I:u,o&&o!=="UND_ERR_REQ_RETRY"&&o!=="UND_ERR_SOCKET"&&!m.includes(o)){i(e);return}if(Array.isArray(E)&&!E.includes(A)){i(e);return}if(s!=null&&Array.isArray(g)&&!g.includes(s)){i(e);return}if(C>l){i(e);return}let w=a!=null&&a["retry-after"];w&&(w=Number(w),w=isNaN(w)?ete(w):w*1e3);let S=w>0?Math.min(w,d):Math.min(I*f**C,d);r.currentTimeout=S,setTimeout(()=>i(null),S)}onHeaders(e,r,n,i){let s=Zee(r);if(this.retryCount+=1,e>=300)return this.abort(new Hm("Request failed",e,{headers:s,count:this.retryCount})),!1;if(this.resume!=null){if(this.resume=null,e!==206)return!0;let a=bM(s["content-range"]);if(!a)return this.abort(new Hm("Content-Range mismatch",e,{headers:s,count:this.retryCount})),!1;if(this.etag!=null&&this.etag!==s.etag)return this.abort(new Hm("ETag mismatch",e,{headers:s,count:this.retryCount})),!1;let{start:A,size:c,end:l=c}=a;return _a(this.start===A,"content-range mismatch"),_a(this.end==null||this.end===l,"content-range mismatch"),this.resume=n,!0}if(this.end==null){if(e===206){let a=bM(s["content-range"]);if(a==null)return this.handler.onHeaders(e,r,n,i);let{start:A,size:c,end:l=c}=a;_a(A!=null&&Number.isFinite(A)&&this.start!==A,"content-range mismatch"),_a(Number.isFinite(A)),_a(l!=null&&Number.isFinite(l)&&this.end!==l,"invalid content-length"),this.start=A,this.end=l}if(this.end==null){let a=s["content-length"];this.end=a!=null?Number(a):null}return _a(Number.isFinite(this.start)),_a(this.end==null||Number.isFinite(this.end),"invalid content-length"),this.resume=n,this.etag=s.etag!=null?s.etag:null,this.handler.onHeaders(e,r,n,i)}let o=new Hm("Request failed",e,{headers:s,count:this.retryCount});return this.abort(o),!1}onData(e){return this.start+=e.length,this.handler.onData(e)}onComplete(e){return this.retryCount=0,this.handler.onComplete(e)}onError(e){if(this.aborted||QM(this.opts.body))return this.handler.onError(e);this.retryOpts.retry(e,{state:{counter:this.retryCount++,currentTimeout:this.retryAfter},opts:{retryOptions:this.retryOpts,...this.opts}},r.bind(this));function r(n){if(n!=null||this.aborted||QM(this.opts.body))return this.handler.onError(n);this.start!==0&&(this.opts={...this.opts,headers:{...this.opts.headers,range:`bytes=${this.start}-${this.end??""}`}});try{this.dispatch(this.opts,this)}catch(i){this.handler.onError(i)}}}};NM.exports=Tb});var Cc=h((Rke,RM)=>{"use strict";var SM=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:tte}=At(),rte=Od();vM()===void 0&&xM(new rte);function xM(t){if(!t||typeof t.dispatch!="function")throw new tte("Argument agent must implement Agent");Object.defineProperty(globalThis,SM,{value:t,writable:!0,enumerable:!1,configurable:!1})}function vM(){return globalThis[SM]}RM.exports={setGlobalDispatcher:xM,getGlobalDispatcher:vM}});var _M=h((_ke,DM)=>{"use strict";DM.exports=class{constructor(e){this.handler=e}onConnect(...e){return this.handler.onConnect(...e)}onError(...e){return this.handler.onError(...e)}onUpgrade(...e){return this.handler.onUpgrade(...e)}onHeaders(...e){return this.handler.onHeaders(...e)}onData(...e){return this.handler.onData(...e)}onComplete(...e){return this.handler.onComplete(...e)}onBodySent(...e){return this.handler.onBodySent(...e)}}});var ka=h((kke,MM)=>{"use strict";var{kHeadersList:tn,kConstruct:nte}=yt(),{kGuard:Zi}=Ns(),{kEnumerableProperty:Xi}=Ue(),{makeIterator:Ic,isValidHeaderName:Hd,isValidHeaderValue:PM}=Yn(),ite=Q("util"),{webidl:Re}=qr(),ste=Q("assert"),en=Symbol("headers map"),Nr=Symbol("headers map sorted");function kM(t){return t===10||t===13||t===9||t===32}function TM(t){let e=0,r=t.length;for(;r>e&&kM(t.charCodeAt(r-1));)--r;for(;r>e&&kM(t.charCodeAt(e));)++e;return e===0&&r===t.length?t:t.substring(e,r)}function OM(t,e){if(Array.isArray(e))for(let r=0;r<e.length;++r){let n=e[r];if(n.length!==2)throw Re.errors.exception({header:"Headers constructor",message:`expected name/value pair to be length 2, found ${n.length}.`});Ob(t,n[0],n[1])}else if(typeof e=="object"&&e!==null){let r=Object.keys(e);for(let n=0;n<r.length;++n)Ob(t,r[n],e[r[n]])}else throw Re.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence<sequence<ByteString>>","record<ByteString, ByteString>"]})}function Ob(t,e,r){if(r=TM(r),Hd(e)){if(!PM(r))throw Re.errors.invalidArgument({prefix:"Headers.append",value:r,type:"header value"})}else throw Re.errors.invalidArgument({prefix:"Headers.append",value:e,type:"header name"});if(t[Zi]==="immutable")throw new TypeError("immutable");return t[Zi],t[tn].append(e,r)}var zm=class t{cookies=null;constructor(e){e instanceof t?(this[en]=new Map(e[en]),this[Nr]=e[Nr],this.cookies=e.cookies===null?null:[...e.cookies]):(this[en]=new Map(e),this[Nr]=null)}contains(e){return e=e.toLowerCase(),this[en].has(e)}clear(){this[en].clear(),this[Nr]=null,this.cookies=null}append(e,r){this[Nr]=null;let n=e.toLowerCase(),i=this[en].get(n);if(i){let s=n==="cookie"?"; ":", ";this[en].set(n,{name:i.name,value:`${i.value}${s}${r}`})}else this[en].set(n,{name:e,value:r});n==="set-cookie"&&(this.cookies??=[],this.cookies.push(r))}set(e,r){this[Nr]=null;let n=e.toLowerCase();n==="set-cookie"&&(this.cookies=[r]),this[en].set(n,{name:e,value:r})}delete(e){this[Nr]=null,e=e.toLowerCase(),e==="set-cookie"&&(this.cookies=null),this[en].delete(e)}get(e){let r=this[en].get(e.toLowerCase());return r===void 0?null:r.value}*[Symbol.iterator](){for(let[e,{value:r}]of this[en])yield[e,r]}get entries(){let e={};if(this[en].size)for(let{name:r,value:n}of this[en].values())e[r]=n;return e}},Bc=class t{constructor(e=void 0){e!==nte&&(this[tn]=new zm,this[Zi]="none",e!==void 0&&(e=Re.converters.HeadersInit(e),OM(this,e)))}append(e,r){return Re.brandCheck(this,t),Re.argumentLengthCheck(arguments,2,{header:"Headers.append"}),e=Re.converters.ByteString(e),r=Re.converters.ByteString(r),Ob(this,e,r)}delete(e){if(Re.brandCheck(this,t),Re.argumentLengthCheck(arguments,1,{header:"Headers.delete"}),e=Re.converters.ByteString(e),!Hd(e))throw Re.errors.invalidArgument({prefix:"Headers.delete",value:e,type:"header name"});if(this[Zi]==="immutable")throw new TypeError("immutable");this[Zi],this[tn].contains(e)&&this[tn].delete(e)}get(e){if(Re.brandCheck(this,t),Re.argumentLengthCheck(arguments,1,{header:"Headers.get"}),e=Re.converters.ByteString(e),!Hd(e))throw Re.errors.invalidArgument({prefix:"Headers.get",value:e,type:"header name"});return this[tn].get(e)}has(e){if(Re.brandCheck(this,t),Re.argumentLengthCheck(arguments,1,{header:"Headers.has"}),e=Re.converters.ByteString(e),!Hd(e))throw Re.errors.invalidArgument({prefix:"Headers.has",value:e,type:"header name"});return this[tn].contains(e)}set(e,r){if(Re.brandCheck(this,t),Re.argumentLengthCheck(arguments,2,{header:"Headers.set"}),e=Re.converters.ByteString(e),r=Re.converters.ByteString(r),r=TM(r),Hd(e)){if(!PM(r))throw Re.errors.invalidArgument({prefix:"Headers.set",value:r,type:"header value"})}else throw Re.errors.invalidArgument({prefix:"Headers.set",value:e,type:"header name"});if(this[Zi]==="immutable")throw new TypeError("immutable");this[Zi],this[tn].set(e,r)}getSetCookie(){Re.brandCheck(this,t);let e=this[tn].cookies;return e?[...e]:[]}get[Nr](){if(this[tn][Nr])return this[tn][Nr];let e=[],r=[...this[tn]].sort((i,s)=>i[0]<s[0]?-1:1),n=this[tn].cookies;for(let i=0;i<r.length;++i){let[s,o]=r[i];if(s==="set-cookie")for(let a=0;a<n.length;++a)e.push([s,n[a]]);else ste(o!==null),e.push([s,o])}return this[tn][Nr]=e,e}keys(){if(Re.brandCheck(this,t),this[Zi]==="immutable"){let e=this[Nr];return Ic(()=>e,"Headers","key")}return Ic(()=>[...this[Nr].values()],"Headers","key")}values(){if(Re.brandCheck(this,t),this[Zi]==="immutable"){let e=this[Nr];return Ic(()=>e,"Headers","value")}return Ic(()=>[...this[Nr].values()],"Headers","value")}entries(){if(Re.brandCheck(this,t),this[Zi]==="immutable"){let e=this[Nr];return Ic(()=>e,"Headers","key+value")}return Ic(()=>[...this[Nr].values()],"Headers","key+value")}forEach(e,r=globalThis){if(Re.brandCheck(this,t),Re.argumentLengthCheck(arguments,1,{header:"Headers.forEach"}),typeof e!="function")throw new TypeError("Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'.");for(let[n,i]of this)e.apply(r,[i,n,this])}[Symbol.for("nodejs.util.inspect.custom")](){return Re.brandCheck(this,t),this[tn]}};Bc.prototype[Symbol.iterator]=Bc.prototype.entries;Object.defineProperties(Bc.prototype,{append:Xi,delete:Xi,get:Xi,has:Xi,set:Xi,getSetCookie:Xi,keys:Xi,values:Xi,entries:Xi,forEach:Xi,[Symbol.iterator]:{enumerable:!1},[Symbol.toStringTag]:{value:"Headers",configurable:!0},[ite.inspect.custom]:{enumerable:!1}});Re.converters.HeadersInit=function(t){if(Re.util.Type(t)==="Object")return t[Symbol.iterator]?Re.converters["sequence<sequence<ByteString>>"](t):Re.converters["record<ByteString, ByteString>"](t);throw Re.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence<sequence<ByteString>>","record<ByteString, ByteString>"]})};MM.exports={fill:OM,Headers:Bc,HeadersList:zm}});var Jm=h((Pke,GM)=>{"use strict";var{Headers:ote,HeadersList:LM,fill:ate}=ka(),{extractBody:FM,cloneBody:Ate,mixinBody:cte}=Cd(),Fb=Ue(),{kEnumerableProperty:_n}=Fb,{isValidReasonPhrase:lte,isCancelled:ute,isAborted:dte,isBlobLike:fte,serializeJavascriptValueToJSONString:hte,isErrorLike:gte,isomorphicEncode:mte}=Yn(),{redirectStatusSet:pte,nullBodyStatus:yte,DOMException:UM}=po(),{kState:Qt,kHeaders:Ar,kGuard:Qc,kRealm:Dn}=Ns(),{webidl:Se}=qr(),{FormData:Ete}=rm(),{getGlobalOrigin:Cte}=XA(),{URLSerializer:qM}=vi(),{kHeadersList:Mb,kConstruct:Ite}=yt(),Ub=Q("assert"),{types:Lb}=Q("util"),zM=globalThis.ReadableStream||Q("stream/web").ReadableStream,Bte=new TextEncoder("utf-8"),bc=class t{static error(){let e={settingsObject:{}},r=new t;return r[Qt]=Gm(),r[Dn]=e,r[Ar][Mb]=r[Qt].headersList,r[Ar][Qc]="immutable",r[Ar][Dn]=e,r}static json(e,r={}){Se.argumentLengthCheck(arguments,1,{header:"Response.json"}),r!==null&&(r=Se.converters.ResponseInit(r));let n=Bte.encode(hte(e)),i=FM(n),s={settingsObject:{}},o=new t;return o[Dn]=s,o[Ar][Qc]="response",o[Ar][Dn]=s,HM(o,r,{body:i[0],type:"application/json"}),o}static redirect(e,r=302){let n={settingsObject:{}};Se.argumentLengthCheck(arguments,1,{header:"Response.redirect"}),e=Se.converters.USVString(e),r=Se.converters["unsigned short"](r);let i;try{i=new URL(e,Cte())}catch(a){throw Object.assign(new TypeError("Failed to parse URL from "+e),{cause:a})}if(!pte.has(r))throw new RangeError("Invalid status code "+r);let s=new t;s[Dn]=n,s[Ar][Qc]="immutable",s[Ar][Dn]=n,s[Qt].status=r;let o=mte(qM(i));return s[Qt].headersList.append("location",o),s}constructor(e=null,r={}){e!==null&&(e=Se.converters.BodyInit(e)),r=Se.converters.ResponseInit(r),this[Dn]={settingsObject:{}},this[Qt]=Ym({}),this[Ar]=new ote(Ite),this[Ar][Qc]="response",this[Ar][Mb]=this[Qt].headersList,this[Ar][Dn]=this[Dn];let n=null;if(e!=null){let[i,s]=FM(e);n={body:i,type:s}}HM(this,r,n)}get type(){return Se.brandCheck(this,t),this[Qt].type}get url(){Se.brandCheck(this,t);let e=this[Qt].urlList,r=e[e.length-1]??null;return r===null?"":qM(r,!0)}get redirected(){return Se.brandCheck(this,t),this[Qt].urlList.length>1}get status(){return Se.brandCheck(this,t),this[Qt].status}get ok(){return Se.brandCheck(this,t),this[Qt].status>=200&&this[Qt].status<=299}get statusText(){return Se.brandCheck(this,t),this[Qt].statusText}get headers(){return Se.brandCheck(this,t),this[Ar]}get body(){return Se.brandCheck(this,t),this[Qt].body?this[Qt].body.stream:null}get bodyUsed(){return Se.brandCheck(this,t),!!this[Qt].body&&Fb.isDisturbed(this[Qt].body.stream)}clone(){if(Se.brandCheck(this,t),this.bodyUsed||this.body&&this.body.locked)throw Se.errors.exception({header:"Response.clone",message:"Body has already been consumed."});let e=qb(this[Qt]),r=new t;return r[Qt]=e,r[Dn]=this[Dn],r[Ar][Mb]=e.headersList,r[Ar][Qc]=this[Ar][Qc],r[Ar][Dn]=this[Ar][Dn],r}};cte(bc);Object.defineProperties(bc.prototype,{type:_n,url:_n,status:_n,ok:_n,redirected:_n,statusText:_n,headers:_n,clone:_n,body:_n,bodyUsed:_n,[Symbol.toStringTag]:{value:"Response",configurable:!0}});Object.defineProperties(bc,{json:_n,redirect:_n,error:_n});function qb(t){if(t.internalResponse)return jM(qb(t.internalResponse),t.type);let e=Ym({...t,body:null});return t.body!=null&&(e.body=Ate(t.body)),e}function Ym(t){return{aborted:!1,rangeRequested:!1,timingAllowPassed:!1,requestIncludesCredentials:!1,type:"default",status:200,timingInfo:null,cacheState:"",statusText:"",...t,headersList:t.headersList?new LM(t.headersList):new LM,urlList:t.urlList?[...t.urlList]:[]}}function Gm(t){let e=gte(t);return Ym({type:"error",status:0,error:e?t:new Error(t&&String(t)),aborted:t&&t.name==="AbortError"})}function jm(t,e){return e={internalResponse:t,...e},new Proxy(t,{get(r,n){return n in e?e[n]:r[n]},set(r,n,i){return Ub(!(n in e)),r[n]=i,!0}})}function jM(t,e){if(e==="basic")return jm(t,{type:"basic",headersList:t.headersList});if(e==="cors")return jm(t,{type:"cors",headersList:t.headersList});if(e==="opaque")return jm(t,{type:"opaque",urlList:Object.freeze([]),status:0,statusText:"",body:null});if(e==="opaqueredirect")return jm(t,{type:"opaqueredirect",status:0,statusText:"",headersList:[],body:null});Ub(!1)}function Qte(t,e=null){return Ub(ute(t)),dte(t)?Gm(Object.assign(new UM("The operation was aborted.","AbortError"),{cause:e})):Gm(Object.assign(new UM("Request was cancelled."),{cause:e}))}function HM(t,e,r){if(e.status!==null&&(e.status<200||e.status>599))throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.');if("statusText"in e&&e.statusText!=null&&!lte(String(e.statusText)))throw new TypeError("Invalid statusText");if("status"in e&&e.status!=null&&(t[Qt].status=e.status),"statusText"in e&&e.statusText!=null&&(t[Qt].statusText=e.statusText),"headers"in e&&e.headers!=null&&ate(t[Ar],e.headers),r){if(yte.includes(t.status))throw Se.errors.exception({header:"Response constructor",message:"Invalid response status code "+t.status});t[Qt].body=r.body,r.type!=null&&!t[Qt].headersList.contains("Content-Type")&&t[Qt].headersList.append("content-type",r.type)}}Se.converters.ReadableStream=Se.interfaceConverter(zM);Se.converters.FormData=Se.interfaceConverter(Ete);Se.converters.URLSearchParams=Se.interfaceConverter(URLSearchParams);Se.converters.XMLHttpRequestBodyInit=function(t){return typeof t=="string"?Se.converters.USVString(t):fte(t)?Se.converters.Blob(t,{strict:!1}):Lb.isArrayBuffer(t)||Lb.isTypedArray(t)||Lb.isDataView(t)?Se.converters.BufferSource(t):Fb.isFormDataLike(t)?Se.converters.FormData(t,{strict:!1}):t instanceof URLSearchParams?Se.converters.URLSearchParams(t):Se.converters.DOMString(t)};Se.converters.BodyInit=function(t){return t instanceof zM?Se.converters.ReadableStream(t):t?.[Symbol.asyncIterator]?t:Se.converters.XMLHttpRequestBodyInit(t)};Se.converters.ResponseInit=Se.dictionaryConverter([{key:"status",converter:Se.converters["unsigned short"],defaultValue:200},{key:"statusText",converter:Se.converters.ByteString,defaultValue:""},{key:"headers",converter:Se.converters.HeadersInit}]);GM.exports={makeNetworkError:Gm,makeResponse:Ym,makeAppropriateNetworkError:Qte,filterResponse:jM,Response:bc,cloneResponse:qb}});var Gd=h((Tke,KM)=>{"use strict";var{extractBody:bte,mixinBody:Nte,cloneBody:wte}=Cd(),{Headers:YM,fill:Ste,HeadersList:Km}=ka(),{FinalizationRegistry:xte}=KQ()(),jd=Ue(),{isValidHTTPToken:vte,sameOrigin:JM,normalizeMethod:Rte,makePolicyContainer:Dte,normalizeMethodRecord:_te}=Yn(),{forbiddenMethodsSet:kte,corsSafeListedMethodsSet:Pte,referrerPolicy:Tte,requestRedirect:Ote,requestMode:Mte,requestCredentials:Lte,requestCache:Fte,requestDuplex:Ute}=po(),{kEnumerableProperty:Xt}=jd,{kHeaders:kr,kSignal:zd,kState:It,kGuard:Vm,kRealm:kn}=Ns(),{webidl:me}=qr(),{getGlobalOrigin:qte}=XA(),{URLSerializer:Hte}=vi(),{kHeadersList:Wm,kConstruct:$m}=yt(),zte=Q("assert"),{getMaxListeners:VM,setMaxListeners:WM,getEventListeners:jte,defaultMaxListeners:$M}=Q("events"),Hb=globalThis.TransformStream,Gte=Symbol("abortController"),Yte=new xte(({signal:t,abort:e})=>{t.removeEventListener("abort",e)}),Pa=class t{constructor(e,r={}){if(e===$m)return;me.argumentLengthCheck(arguments,1,{header:"Request constructor"}),e=me.converters.RequestInfo(e),r=me.converters.RequestInit(r),this[kn]={settingsObject:{baseUrl:qte(),get origin(){return this.baseUrl?.origin},policyContainer:Dte()}};let n=null,i=null,s=this[kn].settingsObject.baseUrl,o=null;if(typeof e=="string"){let E;try{E=new URL(e,s)}catch(C){throw new TypeError("Failed to parse URL from "+e,{cause:C})}if(E.username||E.password)throw new TypeError("Request cannot be constructed from a URL that includes credentials: "+e);n=Xm({urlList:[E]}),i="cors"}else zte(e instanceof t),n=e[It],o=e[zd];let a=this[kn].settingsObject.origin,A="client";if(n.window?.constructor?.name==="EnvironmentSettingsObject"&&JM(n.window,a)&&(A=n.window),r.window!=null)throw new TypeError(`'window' option '${A}' must be null`);"window"in r&&(A="no-window"),n=Xm({method:n.method,headersList:n.headersList,unsafeRequest:n.unsafeRequest,client:this[kn].settingsObject,window:A,priority:n.priority,origin:n.origin,referrer:n.referrer,referrerPolicy:n.referrerPolicy,mode:n.mode,credentials:n.credentials,cache:n.cache,redirect:n.redirect,integrity:n.integrity,keepalive:n.keepalive,reloadNavigation:n.reloadNavigation,historyNavigation:n.historyNavigation,urlList:[...n.urlList]});let c=Object.keys(r).length!==0;if(c&&(n.mode==="navigate"&&(n.mode="same-origin"),n.reloadNavigation=!1,n.historyNavigation=!1,n.origin="client",n.referrer="client",n.referrerPolicy="",n.url=n.urlList[n.urlList.length-1],n.urlList=[n.url]),r.referrer!==void 0){let E=r.referrer;if(E==="")n.referrer="no-referrer";else{let C;try{C=new URL(E,s)}catch(I){throw new TypeError(`Referrer "${E}" is not a valid URL.`,{cause:I})}C.protocol==="about:"&&C.hostname==="client"||a&&!JM(C,this[kn].settingsObject.baseUrl)?n.referrer="client":n.referrer=C}}r.referrerPolicy!==void 0&&(n.referrerPolicy=r.referrerPolicy);let l;if(r.mode!==void 0?l=r.mode:l=i,l==="navigate")throw me.errors.exception({header:"Request constructor",message:"invalid request mode navigate."});if(l!=null&&(n.mode=l),r.credentials!==void 0&&(n.credentials=r.credentials),r.cache!==void 0&&(n.cache=r.cache),n.cache==="only-if-cached"&&n.mode!=="same-origin")throw new TypeError("'only-if-cached' can be set only with 'same-origin' mode");if(r.redirect!==void 0&&(n.redirect=r.redirect),r.integrity!=null&&(n.integrity=String(r.integrity)),r.keepalive!==void 0&&(n.keepalive=!!r.keepalive),r.method!==void 0){let E=r.method;if(!vte(E))throw new TypeError(`'${E}' is not a valid HTTP method.`);if(kte.has(E.toUpperCase()))throw new TypeError(`'${E}' HTTP method is unsupported.`);E=_te[E]??Rte(E),n.method=E}r.signal!==void 0&&(o=r.signal),this[It]=n;let u=new AbortController;if(this[zd]=u.signal,this[zd][kn]=this[kn],o!=null){if(!o||typeof o.aborted!="boolean"||typeof o.addEventListener!="function")throw new TypeError("Failed to construct 'Request': member signal is not of type AbortSignal.");if(o.aborted)u.abort(o.reason);else{this[Gte]=u;let E=new WeakRef(u),C=function(){let I=E.deref();I!==void 0&&I.abort(this.reason)};try{(typeof VM=="function"&&VM(o)===$M||jte(o,"abort").length>=$M)&&WM(100,o)}catch{}jd.addAbortListener(o,C),Yte.register(u,{signal:o,abort:C})}}if(this[kr]=new YM($m),this[kr][Wm]=n.headersList,this[kr][Vm]="request",this[kr][kn]=this[kn],l==="no-cors"){if(!Pte.has(n.method))throw new TypeError(`'${n.method} is unsupported in no-cors mode.`);this[kr][Vm]="request-no-cors"}if(c){let E=this[kr][Wm],C=r.headers!==void 0?r.headers:new Km(E);if(E.clear(),C instanceof Km){for(let[I,w]of C)E.append(I,w);E.cookies=C.cookies}else Ste(this[kr],C)}let d=e instanceof t?e[It].body:null;if((r.body!=null||d!=null)&&(n.method==="GET"||n.method==="HEAD"))throw new TypeError("Request with GET/HEAD method cannot have body.");let f=null;if(r.body!=null){let[E,C]=bte(r.body,n.keepalive);f=E,C&&!this[kr][Wm].contains("content-type")&&this[kr].append("content-type",C)}let g=f??d;if(g!=null&&g.source==null){if(f!=null&&r.duplex==null)throw new TypeError("RequestInit: duplex option is required when sending a body.");if(n.mode!=="same-origin"&&n.mode!=="cors")throw new TypeError('If request is made from ReadableStream, mode should be "same-origin" or "cors"');n.useCORSPreflightFlag=!0}let m=g;if(f==null&&d!=null){if(jd.isDisturbed(d.stream)||d.stream.locked)throw new TypeError("Cannot construct a Request with a Request object that has already been used.");Hb||(Hb=Q("stream/web").TransformStream);let E=new Hb;d.stream.pipeThrough(E),m={source:d.source,length:d.length,stream:E.readable}}this[It].body=m}get method(){return me.brandCheck(this,t),this[It].method}get url(){return me.brandCheck(this,t),Hte(this[It].url)}get headers(){return me.brandCheck(this,t),this[kr]}get destination(){return me.brandCheck(this,t),this[It].destination}get referrer(){return me.brandCheck(this,t),this[It].referrer==="no-referrer"?"":this[It].referrer==="client"?"about:client":this[It].referrer.toString()}get referrerPolicy(){return me.brandCheck(this,t),this[It].referrerPolicy}get mode(){return me.brandCheck(this,t),this[It].mode}get credentials(){return this[It].credentials}get cache(){return me.brandCheck(this,t),this[It].cache}get redirect(){return me.brandCheck(this,t),this[It].redirect}get integrity(){return me.brandCheck(this,t),this[It].integrity}get keepalive(){return me.brandCheck(this,t),this[It].keepalive}get isReloadNavigation(){return me.brandCheck(this,t),this[It].reloadNavigation}get isHistoryNavigation(){return me.brandCheck(this,t),this[It].historyNavigation}get signal(){return me.brandCheck(this,t),this[zd]}get body(){return me.brandCheck(this,t),this[It].body?this[It].body.stream:null}get bodyUsed(){return me.brandCheck(this,t),!!this[It].body&&jd.isDisturbed(this[It].body.stream)}get duplex(){return me.brandCheck(this,t),"half"}clone(){if(me.brandCheck(this,t),this.bodyUsed||this.body?.locked)throw new TypeError("unusable");let e=Jte(this[It]),r=new t($m);r[It]=e,r[kn]=this[kn],r[kr]=new YM($m),r[kr][Wm]=e.headersList,r[kr][Vm]=this[kr][Vm],r[kr][kn]=this[kr][kn];let n=new AbortController;return this.signal.aborted?n.abort(this.signal.reason):jd.addAbortListener(this.signal,()=>{n.abort(this.signal.reason)}),r[zd]=n.signal,r}};Nte(Pa);function Xm(t){let e={method:"GET",localURLsOnly:!1,unsafeRequest:!1,body:null,client:null,reservedClient:null,replacesClientId:"",window:"client",keepalive:!1,serviceWorkers:"all",initiator:"",destination:"",priority:null,origin:"client",policyContainer:"client",referrer:"client",referrerPolicy:"",mode:"no-cors",useCORSPreflightFlag:!1,credentials:"same-origin",useCredentials:!1,cache:"default",redirect:"follow",integrity:"",cryptoGraphicsNonceMetadata:"",parserMetadata:"",reloadNavigation:!1,historyNavigation:!1,userActivation:!1,taintedOrigin:!1,redirectCount:0,responseTainting:"basic",preventNoCacheCacheControlHeaderModification:!1,done:!1,timingAllowFailed:!1,...t,headersList:t.headersList?new Km(t.headersList):new Km};return e.url=e.urlList[0],e}function Jte(t){let e=Xm({...t,body:null});return t.body!=null&&(e.body=wte(t.body)),e}Object.defineProperties(Pa.prototype,{method:Xt,url:Xt,headers:Xt,redirect:Xt,clone:Xt,signal:Xt,duplex:Xt,destination:Xt,body:Xt,bodyUsed:Xt,isHistoryNavigation:Xt,isReloadNavigation:Xt,keepalive:Xt,integrity:Xt,cache:Xt,credentials:Xt,attribute:Xt,referrerPolicy:Xt,referrer:Xt,mode:Xt,[Symbol.toStringTag]:{value:"Request",configurable:!0}});me.converters.Request=me.interfaceConverter(Pa);me.converters.RequestInfo=function(t){return typeof t=="string"?me.converters.USVString(t):t instanceof Pa?me.converters.Request(t):me.converters.USVString(t)};me.converters.AbortSignal=me.interfaceConverter(AbortSignal);me.converters.RequestInit=me.dictionaryConverter([{key:"method",converter:me.converters.ByteString},{key:"headers",converter:me.converters.HeadersInit},{key:"body",converter:me.nullableConverter(me.converters.BodyInit)},{key:"referrer",converter:me.converters.USVString},{key:"referrerPolicy",converter:me.converters.DOMString,allowedValues:Tte},{key:"mode",converter:me.converters.DOMString,allowedValues:Mte},{key:"credentials",converter:me.converters.DOMString,allowedValues:Lte},{key:"cache",converter:me.converters.DOMString,allowedValues:Fte},{key:"redirect",converter:me.converters.DOMString,allowedValues:Ote},{key:"integrity",converter:me.converters.DOMString},{key:"keepalive",converter:me.converters.boolean},{key:"signal",converter:me.nullableConverter(t=>me.converters.AbortSignal(t,{strict:!1}))},{key:"window",converter:me.converters.any},{key:"duplex",converter:me.converters.DOMString,allowedValues:Ute}]);KM.exports={Request:Pa,makeRequest:Xm}});var sp=h((Oke,uL)=>{"use strict";var{Response:Vte,makeNetworkError:ct,makeAppropriateNetworkError:Zm,filterResponse:zb,makeResponse:ep}=Jm(),{Headers:XM}=ka(),{Request:Wte,makeRequest:$te}=Gd(),Yd=Q("zlib"),{bytesMatch:Kte,makePolicyContainer:Xte,clonePolicyContainer:Zte,requestBadPort:ere,TAOCheck:tre,appendRequestOriginHeader:rre,responseLocationURL:nre,requestCurrentURL:es,setRequestReferrerPolicyOnRedirect:ire,tryUpgradeRequestToAPotentiallyTrustworthyURL:sre,createOpaqueTimingInfo:Xb,appendFetchMetadata:ore,corsCheck:are,crossOriginResourcePolicyCheck:Are,determineRequestsReferrer:cre,coarsenedSharedCurrentTime:Zb,createDeferredPromise:lre,isBlobLike:ure,sameOrigin:Wb,isCancelled:wc,isAborted:ZM,isErrorLike:dre,fullyReadBody:nL,readableStreamClose:fre,isomorphicEncode:$b,urlIsLocal:hre,urlIsHttpHttpsScheme:e0,urlHasHttpsScheme:gre}=Yn(),{kState:Kb,kHeaders:jb,kGuard:mre,kRealm:eL}=Ns(),Sc=Q("assert"),{safelyExtractBody:tp}=Cd(),{redirectStatusSet:iL,nullBodyStatus:sL,safeMethodsSet:pre,requestBodyHeader:yre,subresourceSet:Ere,DOMException:rp}=po(),{kHeadersList:Nc}=yt(),Cre=Q("events"),{Readable:Ire,pipeline:Bre}=Q("stream"),{addAbortListener:Qre,isErrored:bre,isReadable:np,nodeMajor:tL,nodeMinor:Nre}=Ue(),{dataURLProcessor:wre,serializeAMimeType:Sre}=vi(),{TransformStream:xre}=Q("stream/web"),{getGlobalDispatcher:vre}=Cc(),{webidl:Rre}=qr(),{STATUS_CODES:Dre}=Q("http"),_re=["GET","HEAD"],Gb,Yb=globalThis.ReadableStream,ip=class extends Cre{constructor(e){super(),this.dispatcher=e,this.connection=null,this.dump=!1,this.state="ongoing",this.setMaxListeners(21)}terminate(e){this.state==="ongoing"&&(this.state="terminated",this.connection?.destroy(e),this.emit("terminated",e))}abort(e){this.state==="ongoing"&&(this.state="aborted",e||(e=new rp("The operation was aborted.","AbortError")),this.serializedAbortReason=e,this.connection?.destroy(e),this.emit("terminated",e))}};function kre(t,e={}){Rre.argumentLengthCheck(arguments,1,{header:"globalThis.fetch"});let r=lre(),n;try{n=new Wte(t,e)}catch(d){return r.reject(d),r.promise}let i=n[Kb];if(n.signal.aborted)return Jb(r,i,null,n.signal.reason),r.promise;i.client.globalObject?.constructor?.name==="ServiceWorkerGlobalScope"&&(i.serviceWorkers="none");let o=null,a=null,A=!1,c=null;return Qre(n.signal,()=>{A=!0,Sc(c!=null),c.abort(n.signal.reason),Jb(r,i,o,n.signal.reason)}),c=aL({request:i,processResponseEndOfBody:d=>oL(d,"fetch"),processResponse:d=>{if(A)return Promise.resolve();if(d.aborted)return Jb(r,i,o,c.serializedAbortReason),Promise.resolve();if(d.type==="error")return r.reject(Object.assign(new TypeError("fetch failed"),{cause:d.error})),Promise.resolve();o=new Vte,o[Kb]=d,o[eL]=a,o[jb][Nc]=d.headersList,o[jb][mre]="immutable",o[jb][eL]=a,r.resolve(o)},dispatcher:e.dispatcher??vre()}),r.promise}function oL(t,e="other"){if(t.type==="error"&&t.aborted||!t.urlList?.length)return;let r=t.urlList[0],n=t.timingInfo,i=t.cacheState;e0(r)&&n!==null&&(t.timingAllowPassed||(n=Xb({startTime:n.startTime}),i=""),n.endTime=Zb(),t.timingInfo=n,Pre(n,r,e,globalThis,i))}function Pre(t,e,r,n,i){(tL>18||tL===18&&Nre>=2)&&performance.markResourceTiming(t,e.href,r,n,i)}function Jb(t,e,r,n){if(n||(n=new rp("The operation was aborted.","AbortError")),t.reject(n),e.body!=null&&np(e.body?.stream)&&e.body.stream.cancel(n).catch(s=>{if(s.code!=="ERR_INVALID_STATE")throw s}),r==null)return;let i=r[Kb];i.body!=null&&np(i.body?.stream)&&i.body.stream.cancel(n).catch(s=>{if(s.code!=="ERR_INVALID_STATE")throw s})}function aL({request:t,processRequestBodyChunkLength:e,processRequestEndOfBody:r,processResponse:n,processResponseEndOfBody:i,processResponseConsumeBody:s,useParallelQueue:o=!1,dispatcher:a}){let A=null,c=!1;t.client!=null&&(A=t.client.globalObject,c=t.client.crossOriginIsolatedCapability);let l=Zb(c),u=Xb({startTime:l}),d={controller:new ip(a),request:t,timingInfo:u,processRequestBodyChunkLength:e,processRequestEndOfBody:r,processResponse:n,processResponseConsumeBody:s,processResponseEndOfBody:i,taskDestination:A,crossOriginIsolatedCapability:c};return Sc(!t.body||t.body.stream),t.window==="client"&&(t.window=t.client?.globalObject?.constructor?.name==="Window"?t.client:"no-window"),t.origin==="client"&&(t.origin=t.client?.origin),t.policyContainer==="client"&&(t.client!=null?t.policyContainer=Zte(t.client.policyContainer):t.policyContainer=Xte()),t.headersList.contains("accept")||t.headersList.append("accept","*/*"),t.headersList.contains("accept-language")||t.headersList.append("accept-language","*"),t.priority,Ere.has(t.destination),AL(d).catch(f=>{d.controller.terminate(f)}),d.controller}async function AL(t,e=!1){let r=t.request,n=null;if(r.localURLsOnly&&!hre(es(r))&&(n=ct("local URLs only")),sre(r),ere(r)==="blocked"&&(n=ct("bad port")),r.referrerPolicy===""&&(r.referrerPolicy=r.policyContainer.referrerPolicy),r.referrer!=="no-referrer"&&(r.referrer=cre(r)),n===null&&(n=await(async()=>{let s=es(r);return Wb(s,r.url)&&r.responseTainting==="basic"||s.protocol==="data:"||r.mode==="navigate"||r.mode==="websocket"?(r.responseTainting="basic",await rL(t)):r.mode==="same-origin"?ct('request mode cannot be "same-origin"'):r.mode==="no-cors"?r.redirect!=="follow"?ct('redirect mode cannot be "follow" for "no-cors" request'):(r.responseTainting="opaque",await rL(t)):e0(es(r))?(r.responseTainting="cors",await cL(t)):ct("URL scheme must be a HTTP(S) scheme")})()),e)return n;n.status!==0&&!n.internalResponse&&(r.responseTainting,r.responseTainting==="basic"?n=zb(n,"basic"):r.responseTainting==="cors"?n=zb(n,"cors"):r.responseTainting==="opaque"?n=zb(n,"opaque"):Sc(!1));let i=n.status===0?n:n.internalResponse;if(i.urlList.length===0&&i.urlList.push(...r.urlList),r.timingAllowFailed||(n.timingAllowPassed=!0),n.type==="opaque"&&i.status===206&&i.rangeRequested&&!r.headers.contains("range")&&(n=i=ct()),n.status!==0&&(r.method==="HEAD"||r.method==="CONNECT"||sL.includes(i.status))&&(i.body=null,t.controller.dump=!0),r.integrity){let s=a=>Vb(t,ct(a));if(r.responseTainting==="opaque"||n.body==null){s(n.error);return}let o=a=>{if(!Kte(a,r.integrity)){s("integrity mismatch");return}n.body=tp(a)[0],Vb(t,n)};await nL(n.body,o,s)}else Vb(t,n)}function rL(t){if(wc(t)&&t.request.redirectCount===0)return Promise.resolve(Zm(t));let{request:e}=t,{protocol:r}=es(e);switch(r){case"about:":return Promise.resolve(ct("about scheme is not supported"));case"blob:":{Gb||(Gb=Q("buffer").resolveObjectURL);let n=es(e);if(n.search.length!==0)return Promise.resolve(ct("NetworkError when attempting to fetch resource."));let i=Gb(n.toString());if(e.method!=="GET"||!ure(i))return Promise.resolve(ct("invalid method"));let s=tp(i),o=s[0],a=$b(`${o.length}`),A=s[1]??"",c=ep({statusText:"OK",headersList:[["content-length",{name:"Content-Length",value:a}],["content-type",{name:"Content-Type",value:A}]]});return c.body=o,Promise.resolve(c)}case"data:":{let n=es(e),i=wre(n);if(i==="failure")return Promise.resolve(ct("failed to fetch the data URL"));let s=Sre(i.mimeType);return Promise.resolve(ep({statusText:"OK",headersList:[["content-type",{name:"Content-Type",value:s}]],body:tp(i.body)[0]}))}case"file:":return Promise.resolve(ct("not implemented... yet..."));case"http:":case"https:":return cL(t).catch(n=>ct(n));default:return Promise.resolve(ct("unknown scheme"))}}function Tre(t,e){t.request.done=!0,t.processResponseDone!=null&&queueMicrotask(()=>t.processResponseDone(e))}function Vb(t,e){e.type==="error"&&(e.urlList=[t.request.urlList[0]],e.timingInfo=Xb({startTime:t.timingInfo.startTime}));let r=()=>{t.request.done=!0,t.processResponseEndOfBody!=null&&queueMicrotask(()=>t.processResponseEndOfBody(e))};if(t.processResponse!=null&&queueMicrotask(()=>t.processResponse(e)),e.body==null)r();else{let n=(s,o)=>{o.enqueue(s)},i=new xre({start(){},transform:n,flush:r},{size(){return 1}},{size(){return 1}});e.body={stream:e.body.stream.pipeThrough(i)}}if(t.processResponseConsumeBody!=null){let n=s=>t.processResponseConsumeBody(e,s),i=s=>t.processResponseConsumeBody(e,s);if(e.body==null)queueMicrotask(()=>n(null));else return nL(e.body,n,i);return Promise.resolve()}}async function cL(t){let e=t.request,r=null,n=null,i=t.timingInfo;if(e.serviceWorkers,r===null){if(e.redirect==="follow"&&(e.serviceWorkers="none"),n=r=await lL(t),e.responseTainting==="cors"&&are(e,r)==="failure")return ct("cors failure");tre(e,r)==="failure"&&(e.timingAllowFailed=!0)}return(e.responseTainting==="opaque"||r.type==="opaque")&&Are(e.origin,e.client,e.destination,n)==="blocked"?ct("blocked"):(iL.has(n.status)&&(e.redirect!=="manual"&&t.controller.connection.destroy(),e.redirect==="error"?r=ct("unexpected redirect"):e.redirect==="manual"?r=n:e.redirect==="follow"?r=await Ore(t,r):Sc(!1)),r.timingInfo=i,r)}function Ore(t,e){let r=t.request,n=e.internalResponse?e.internalResponse:e,i;try{if(i=nre(n,es(r).hash),i==null)return e}catch(o){return Promise.resolve(ct(o))}if(!e0(i))return Promise.resolve(ct("URL scheme must be a HTTP(S) scheme"));if(r.redirectCount===20)return Promise.resolve(ct("redirect count exceeded"));if(r.redirectCount+=1,r.mode==="cors"&&(i.username||i.password)&&!Wb(r,i))return Promise.resolve(ct('cross origin not allowed for request mode "cors"'));if(r.responseTainting==="cors"&&(i.username||i.password))return Promise.resolve(ct('URL cannot contain credentials for request mode "cors"'));if(n.status!==303&&r.body!=null&&r.body.source==null)return Promise.resolve(ct());if([301,302].includes(n.status)&&r.method==="POST"||n.status===303&&!_re.includes(r.method)){r.method="GET",r.body=null;for(let o of yre)r.headersList.delete(o)}Wb(es(r),i)||(r.headersList.delete("authorization"),r.headersList.delete("proxy-authorization",!0),r.headersList.delete("cookie"),r.headersList.delete("host")),r.body!=null&&(Sc(r.body.source!=null),r.body=tp(r.body.source)[0]);let s=t.timingInfo;return s.redirectEndTime=s.postRedirectStartTime=Zb(t.crossOriginIsolatedCapability),s.redirectStartTime===0&&(s.redirectStartTime=s.startTime),r.urlList.push(i),ire(r,n),AL(t,!0)}async function lL(t,e=!1,r=!1){let n=t.request,i=null,s=null,o=null,a=null,A=!1;n.window==="no-window"&&n.redirect==="error"?(i=t,s=n):(s=$te(n),i={...t},i.request=s);let c=n.credentials==="include"||n.credentials==="same-origin"&&n.responseTainting==="basic",l=s.body?s.body.length:null,u=null;if(s.body==null&&["POST","PUT"].includes(s.method)&&(u="0"),l!=null&&(u=$b(`${l}`)),u!=null&&s.headersList.append("content-length",u),l!=null&&s.keepalive,s.referrer instanceof URL&&s.headersList.append("referer",$b(s.referrer.href)),rre(s),ore(s),s.headersList.contains("user-agent")||s.headersList.append("user-agent",typeof esbuildDetection>"u"?"undici":"node"),s.cache==="default"&&(s.headersList.contains("if-modified-since")||s.headersList.contains("if-none-match")||s.headersList.contains("if-unmodified-since")||s.headersList.contains("if-match")||s.headersList.contains("if-range"))&&(s.cache="no-store"),s.cache==="no-cache"&&!s.preventNoCacheCacheControlHeaderModification&&!s.headersList.contains("cache-control")&&s.headersList.append("cache-control","max-age=0"),(s.cache==="no-store"||s.cache==="reload")&&(s.headersList.contains("pragma")||s.headersList.append("pragma","no-cache"),s.headersList.contains("cache-control")||s.headersList.append("cache-control","no-cache")),s.headersList.contains("range")&&s.headersList.append("accept-encoding","identity"),s.headersList.contains("accept-encoding")||(gre(es(s))?s.headersList.append("accept-encoding","br, gzip, deflate"):s.headersList.append("accept-encoding","gzip, deflate")),s.headersList.delete("host"),a==null&&(s.cache="no-store"),s.mode!=="no-store"&&s.mode,o==null){if(s.mode==="only-if-cached")return ct("only if cached");let d=await Mre(i,c,r);!pre.has(s.method)&&d.status>=200&&d.status<=399,A&&d.status,o==null&&(o=d)}if(o.urlList=[...s.urlList],s.headersList.contains("range")&&(o.rangeRequested=!0),o.requestIncludesCredentials=c,o.status===407)return n.window==="no-window"?ct():wc(t)?Zm(t):ct("proxy authentication required");if(o.status===421&&!r&&(n.body==null||n.body.source!=null)){if(wc(t))return Zm(t);t.controller.connection.destroy(),o=await lL(t,e,!0)}return o}async function Mre(t,e=!1,r=!1){Sc(!t.controller.connection||t.controller.connection.destroyed),t.controller.connection={abort:null,destroyed:!1,destroy(g){this.destroyed||(this.destroyed=!0,this.abort?.(g??new rp("The operation was aborted.","AbortError")))}};let n=t.request,i=null,s=t.timingInfo;null==null&&(n.cache="no-store");let a=r?"yes":"no";n.mode;let A=null;if(n.body==null&&t.processRequestEndOfBody)queueMicrotask(()=>t.processRequestEndOfBody());else if(n.body!=null){let g=async function*(C){wc(t)||(yield C,t.processRequestBodyChunkLength?.(C.byteLength))},m=()=>{wc(t)||t.processRequestEndOfBody&&t.processRequestEndOfBody()},E=C=>{wc(t)||(C.name==="AbortError"?t.controller.abort():t.controller.terminate(C))};A=(async function*(){try{for await(let C of n.body.stream)yield*g(C);m()}catch(C){E(C)}})()}try{let{body:g,status:m,statusText:E,headersList:C,socket:I}=await f({body:A});if(I)i=ep({status:m,statusText:E,headersList:C,socket:I});else{let w=g[Symbol.asyncIterator]();t.controller.next=()=>w.next(),i=ep({status:m,statusText:E,headersList:C})}}catch(g){return g.name==="AbortError"?(t.controller.connection.destroy(),Zm(t,g)):ct(g)}let c=()=>{t.controller.resume()},l=g=>{t.controller.abort(g)};Yb||(Yb=Q("stream/web").ReadableStream);let u=new Yb({async start(g){t.controller.controller=g},async pull(g){await c(g)},async cancel(g){await l(g)}},{highWaterMark:0,size(){return 1}});i.body={stream:u},t.controller.on("terminated",d),t.controller.resume=async()=>{for(;;){let g,m;try{let{done:E,value:C}=await t.controller.next();if(ZM(t))break;g=E?void 0:C}catch(E){t.controller.ended&&!s.encodedBodySize?g=void 0:(g=E,m=!0)}if(g===void 0){fre(t.controller.controller),Tre(t,i);return}if(s.decodedBodySize+=g?.byteLength??0,m){t.controller.terminate(g);return}if(t.controller.controller.enqueue(new Uint8Array(g)),bre(u)){t.controller.terminate();return}if(!t.controller.controller.desiredSize)return}};function d(g){ZM(t)?(i.aborted=!0,np(u)&&t.controller.controller.error(t.controller.serializedAbortReason)):np(u)&&t.controller.controller.error(new TypeError("terminated",{cause:dre(g)?g:void 0})),t.controller.connection.destroy()}return i;async function f({body:g}){let m=es(n),E=t.controller.dispatcher;return new Promise((C,I)=>E.dispatch({path:m.pathname+m.search,origin:m.origin,method:n.method,body:t.controller.dispatcher.isMockActive?n.body&&(n.body.source||n.body.stream):g,headers:n.headersList.entries,maxRedirections:0,upgrade:n.mode==="websocket"?"websocket":void 0},{body:null,abort:null,onConnect(w){let{connection:S}=t.controller;S.destroyed?w(new rp("The operation was aborted.","AbortError")):(t.controller.on("terminated",w),this.abort=S.abort=w)},onHeaders(w,S,D,O){if(w<200)return;let q=[],P="",V=new XM;if(Array.isArray(S))for(let z=0;z<S.length;z+=2){let De=S[z+0].toString("latin1"),rt=S[z+1].toString("latin1");De.toLowerCase()==="content-encoding"?q=rt.toLowerCase().split(",").map(Rr=>Rr.trim()):De.toLowerCase()==="location"&&(P=rt),V[Nc].append(De,rt)}else{let z=Object.keys(S);for(let De of z){let rt=S[De];De.toLowerCase()==="content-encoding"?q=rt.toLowerCase().split(",").map(Rr=>Rr.trim()).reverse():De.toLowerCase()==="location"&&(P=rt),V[Nc].append(De,rt)}}this.body=new Ire({read:D});let be=[],ve=n.redirect==="follow"&&P&&iL.has(w);if(n.method!=="HEAD"&&n.method!=="CONNECT"&&!sL.includes(w)&&!ve)for(let z of q)if(z==="x-gzip"||z==="gzip")be.push(Yd.createGunzip({flush:Yd.constants.Z_SYNC_FLUSH,finishFlush:Yd.constants.Z_SYNC_FLUSH}));else if(z==="deflate")be.push(Yd.createInflate());else if(z==="br")be.push(Yd.createBrotliDecompress());else{be.length=0;break}return C({status:w,statusText:O,headersList:V[Nc],body:be.length?Bre(this.body,...be,()=>{}):this.body.on("error",()=>{})}),!0},onData(w){if(t.controller.dump)return;let S=w;return s.encodedBodySize+=S.byteLength,this.body.push(S)},onComplete(){this.abort&&t.controller.off("terminated",this.abort),t.controller.ended=!0,this.body.push(null)},onError(w){this.abort&&t.controller.off("terminated",this.abort),this.body?.destroy(w),t.controller.terminate(w),I(w)},onUpgrade(w,S,D){if(w!==101)return;let O=new XM;for(let q=0;q<S.length;q+=2){let P=S[q+0].toString("latin1"),V=S[q+1].toString("latin1");O[Nc].append(P,V)}return C({status:w,statusText:Dre[w],headersList:O[Nc],socket:D}),!0}}))}}uL.exports={fetch:kre,Fetch:ip,fetching:aL,finalizeAndReportTiming:oL}});var t0=h((Mke,dL)=>{"use strict";dL.exports={kState:Symbol("FileReader state"),kResult:Symbol("FileReader result"),kError:Symbol("FileReader error"),kLastProgressEventFired:Symbol("FileReader last progress event fired timestamp"),kEvents:Symbol("FileReader events"),kAborted:Symbol("FileReader aborted")}});var hL=h((Lke,fL)=>{"use strict";var{webidl:Pn}=qr(),op=Symbol("ProgressEvent state"),r0=class t extends Event{constructor(e,r={}){e=Pn.converters.DOMString(e),r=Pn.converters.ProgressEventInit(r??{}),super(e,r),this[op]={lengthComputable:r.lengthComputable,loaded:r.loaded,total:r.total}}get lengthComputable(){return Pn.brandCheck(this,t),this[op].lengthComputable}get loaded(){return Pn.brandCheck(this,t),this[op].loaded}get total(){return Pn.brandCheck(this,t),this[op].total}};Pn.converters.ProgressEventInit=Pn.dictionaryConverter([{key:"lengthComputable",converter:Pn.converters.boolean,defaultValue:!1},{key:"loaded",converter:Pn.converters["unsigned long long"],defaultValue:0},{key:"total",converter:Pn.converters["unsigned long long"],defaultValue:0},{key:"bubbles",converter:Pn.converters.boolean,defaultValue:!1},{key:"cancelable",converter:Pn.converters.boolean,defaultValue:!1},{key:"composed",converter:Pn.converters.boolean,defaultValue:!1}]);fL.exports={ProgressEvent:r0}});var mL=h((Fke,gL)=>{"use strict";function Lre(t){if(!t)return"failure";switch(t.trim().toLowerCase()){case"unicode-1-1-utf-8":case"unicode11utf8":case"unicode20utf8":case"utf-8":case"utf8":case"x-unicode20utf8":return"UTF-8";case"866":case"cp866":case"csibm866":case"ibm866":return"IBM866";case"csisolatin2":case"iso-8859-2":case"iso-ir-101":case"iso8859-2":case"iso88592":case"iso_8859-2":case"iso_8859-2:1987":case"l2":case"latin2":return"ISO-8859-2";case"csisolatin3":case"iso-8859-3":case"iso-ir-109":case"iso8859-3":case"iso88593":case"iso_8859-3":case"iso_8859-3:1988":case"l3":case"latin3":return"ISO-8859-3";case"csisolatin4":case"iso-8859-4":case"iso-ir-110":case"iso8859-4":case"iso88594":case"iso_8859-4":case"iso_8859-4:1988":case"l4":case"latin4":return"ISO-8859-4";case"csisolatincyrillic":case"cyrillic":case"iso-8859-5":case"iso-ir-144":case"iso8859-5":case"iso88595":case"iso_8859-5":case"iso_8859-5:1988":return"ISO-8859-5";case"arabic":case"asmo-708":case"csiso88596e":case"csiso88596i":case"csisolatinarabic":case"ecma-114":case"iso-8859-6":case"iso-8859-6-e":case"iso-8859-6-i":case"iso-ir-127":case"iso8859-6":case"iso88596":case"iso_8859-6":case"iso_8859-6:1987":return"ISO-8859-6";case"csisolatingreek":case"ecma-118":case"elot_928":case"greek":case"greek8":case"iso-8859-7":case"iso-ir-126":case"iso8859-7":case"iso88597":case"iso_8859-7":case"iso_8859-7:1987":case"sun_eu_greek":return"ISO-8859-7";case"csiso88598e":case"csisolatinhebrew":case"hebrew":case"iso-8859-8":case"iso-8859-8-e":case"iso-ir-138":case"iso8859-8":case"iso88598":case"iso_8859-8":case"iso_8859-8:1988":case"visual":return"ISO-8859-8";case"csiso88598i":case"iso-8859-8-i":case"logical":return"ISO-8859-8-I";case"csisolatin6":case"iso-8859-10":case"iso-ir-157":case"iso8859-10":case"iso885910":case"l6":case"latin6":return"ISO-8859-10";case"iso-8859-13":case"iso8859-13":case"iso885913":return"ISO-8859-13";case"iso-8859-14":case"iso8859-14":case"iso885914":return"ISO-8859-14";case"csisolatin9":case"iso-8859-15":case"iso8859-15":case"iso885915":case"iso_8859-15":case"l9":return"ISO-8859-15";case"iso-8859-16":return"ISO-8859-16";case"cskoi8r":case"koi":case"koi8":case"koi8-r":case"koi8_r":return"KOI8-R";case"koi8-ru":case"koi8-u":return"KOI8-U";case"csmacintosh":case"mac":case"macintosh":case"x-mac-roman":return"macintosh";case"iso-8859-11":case"iso8859-11":case"iso885911":case"tis-620":case"windows-874":return"windows-874";case"cp1250":case"windows-1250":case"x-cp1250":return"windows-1250";case"cp1251":case"windows-1251":case"x-cp1251":return"windows-1251";case"ansi_x3.4-1968":case"ascii":case"cp1252":case"cp819":case"csisolatin1":case"ibm819":case"iso-8859-1":case"iso-ir-100":case"iso8859-1":case"iso88591":case"iso_8859-1":case"iso_8859-1:1987":case"l1":case"latin1":case"us-ascii":case"windows-1252":case"x-cp1252":return"windows-1252";case"cp1253":case"windows-1253":case"x-cp1253":return"windows-1253";case"cp1254":case"csisolatin5":case"iso-8859-9":case"iso-ir-148":case"iso8859-9":case"iso88599":case"iso_8859-9":case"iso_8859-9:1989":case"l5":case"latin5":case"windows-1254":case"x-cp1254":return"windows-1254";case"cp1255":case"windows-1255":case"x-cp1255":return"windows-1255";case"cp1256":case"windows-1256":case"x-cp1256":return"windows-1256";case"cp1257":case"windows-1257":case"x-cp1257":return"windows-1257";case"cp1258":case"windows-1258":case"x-cp1258":return"windows-1258";case"x-mac-cyrillic":case"x-mac-ukrainian":return"x-mac-cyrillic";case"chinese":case"csgb2312":case"csiso58gb231280":case"gb2312":case"gb_2312":case"gb_2312-80":case"gbk":case"iso-ir-58":case"x-gbk":return"GBK";case"gb18030":return"gb18030";case"big5":case"big5-hkscs":case"cn-big5":case"csbig5":case"x-x-big5":return"Big5";case"cseucpkdfmtjapanese":case"euc-jp":case"x-euc-jp":return"EUC-JP";case"csiso2022jp":case"iso-2022-jp":return"ISO-2022-JP";case"csshiftjis":case"ms932":case"ms_kanji":case"shift-jis":case"shift_jis":case"sjis":case"windows-31j":case"x-sjis":return"Shift_JIS";case"cseuckr":case"csksc56011987":case"euc-kr":case"iso-ir-149":case"korean":case"ks_c_5601-1987":case"ks_c_5601-1989":case"ksc5601":case"ksc_5601":case"windows-949":return"EUC-KR";case"csiso2022kr":case"hz-gb-2312":case"iso-2022-cn":case"iso-2022-cn-ext":case"iso-2022-kr":case"replacement":return"replacement";case"unicodefffe":case"utf-16be":return"UTF-16BE";case"csunicode":case"iso-10646-ucs-2":case"ucs-2":case"unicode":case"unicodefeff":case"utf-16":case"utf-16le":return"UTF-16LE";case"x-user-defined":return"x-user-defined";default:return"failure"}}gL.exports={getEncoding:Lre}});var bL=h((Uke,QL)=>{"use strict";var{kState:xc,kError:n0,kResult:pL,kAborted:Jd,kLastProgressEventFired:i0}=t0(),{ProgressEvent:Fre}=hL(),{getEncoding:yL}=mL(),{DOMException:Ure}=po(),{serializeAMimeType:qre,parseMIMEType:EL}=vi(),{types:Hre}=Q("util"),{StringDecoder:CL}=Q("string_decoder"),{btoa:IL}=Q("buffer"),zre={enumerable:!0,writable:!1,configurable:!1};function jre(t,e,r,n){if(t[xc]==="loading")throw new Ure("Invalid state","InvalidStateError");t[xc]="loading",t[pL]=null,t[n0]=null;let s=e.stream().getReader(),o=[],a=s.read(),A=!0;(async()=>{for(;!t[Jd];)try{let{done:c,value:l}=await a;if(A&&!t[Jd]&&queueMicrotask(()=>{No("loadstart",t)}),A=!1,!c&&Hre.isUint8Array(l))o.push(l),(t[i0]===void 0||Date.now()-t[i0]>=50)&&!t[Jd]&&(t[i0]=Date.now(),queueMicrotask(()=>{No("progress",t)})),a=s.read();else if(c){queueMicrotask(()=>{t[xc]="done";try{let u=Gre(o,r,e.type,n);if(t[Jd])return;t[pL]=u,No("load",t)}catch(u){t[n0]=u,No("error",t)}t[xc]!=="loading"&&No("loadend",t)});break}}catch(c){if(t[Jd])return;queueMicrotask(()=>{t[xc]="done",t[n0]=c,No("error",t),t[xc]!=="loading"&&No("loadend",t)});break}})()}function No(t,e){let r=new Fre(t,{bubbles:!1,cancelable:!1});e.dispatchEvent(r)}function Gre(t,e,r,n){switch(e){case"DataURL":{let i="data:",s=EL(r||"application/octet-stream");s!=="failure"&&(i+=qre(s)),i+=";base64,";let o=new CL("latin1");for(let a of t)i+=IL(o.write(a));return i+=IL(o.end()),i}case"Text":{let i="failure";if(n&&(i=yL(n)),i==="failure"&&r){let s=EL(r);s!=="failure"&&(i=yL(s.parameters.get("charset")))}return i==="failure"&&(i="UTF-8"),Yre(t,i)}case"ArrayBuffer":return BL(t).buffer;case"BinaryString":{let i="",s=new CL("latin1");for(let o of t)i+=s.write(o);return i+=s.end(),i}}}function Yre(t,e){let r=BL(t),n=Jre(r),i=0;n!==null&&(e=n,i=n==="UTF-8"?3:2);let s=r.slice(i);return new TextDecoder(e).decode(s)}function Jre(t){let[e,r,n]=t;return e===239&&r===187&&n===191?"UTF-8":e===254&&r===255?"UTF-16BE":e===255&&r===254?"UTF-16LE":null}function BL(t){let e=t.reduce((n,i)=>n+i.byteLength,0),r=0;return t.reduce((n,i)=>(n.set(i,r),r+=i.byteLength,n),new Uint8Array(e))}QL.exports={staticPropertyDescriptors:zre,readOperation:jre,fireAProgressEvent:No}});var xL=h((qke,SL)=>{"use strict";var{staticPropertyDescriptors:vc,readOperation:ap,fireAProgressEvent:NL}=bL(),{kState:Ta,kError:wL,kResult:Ap,kEvents:Je,kAborted:Vre}=t0(),{webidl:ot}=qr(),{kEnumerableProperty:rn}=Ue(),ki=class t extends EventTarget{constructor(){super(),this[Ta]="empty",this[Ap]=null,this[wL]=null,this[Je]={loadend:null,error:null,abort:null,load:null,progress:null,loadstart:null}}readAsArrayBuffer(e){ot.brandCheck(this,t),ot.argumentLengthCheck(arguments,1,{header:"FileReader.readAsArrayBuffer"}),e=ot.converters.Blob(e,{strict:!1}),ap(this,e,"ArrayBuffer")}readAsBinaryString(e){ot.brandCheck(this,t),ot.argumentLengthCheck(arguments,1,{header:"FileReader.readAsBinaryString"}),e=ot.converters.Blob(e,{strict:!1}),ap(this,e,"BinaryString")}readAsText(e,r=void 0){ot.brandCheck(this,t),ot.argumentLengthCheck(arguments,1,{header:"FileReader.readAsText"}),e=ot.converters.Blob(e,{strict:!1}),r!==void 0&&(r=ot.converters.DOMString(r)),ap(this,e,"Text",r)}readAsDataURL(e){ot.brandCheck(this,t),ot.argumentLengthCheck(arguments,1,{header:"FileReader.readAsDataURL"}),e=ot.converters.Blob(e,{strict:!1}),ap(this,e,"DataURL")}abort(){if(this[Ta]==="empty"||this[Ta]==="done"){this[Ap]=null;return}this[Ta]==="loading"&&(this[Ta]="done",this[Ap]=null),this[Vre]=!0,NL("abort",this),this[Ta]!=="loading"&&NL("loadend",this)}get readyState(){switch(ot.brandCheck(this,t),this[Ta]){case"empty":return this.EMPTY;case"loading":return this.LOADING;case"done":return this.DONE}}get result(){return ot.brandCheck(this,t),this[Ap]}get error(){return ot.brandCheck(this,t),this[wL]}get onloadend(){return ot.brandCheck(this,t),this[Je].loadend}set onloadend(e){ot.brandCheck(this,t),this[Je].loadend&&this.removeEventListener("loadend",this[Je].loadend),typeof e=="function"?(this[Je].loadend=e,this.addEventListener("loadend",e)):this[Je].loadend=null}get onerror(){return ot.brandCheck(this,t),this[Je].error}set onerror(e){ot.brandCheck(this,t),this[Je].error&&this.removeEventListener("error",this[Je].error),typeof e=="function"?(this[Je].error=e,this.addEventListener("error",e)):this[Je].error=null}get onloadstart(){return ot.brandCheck(this,t),this[Je].loadstart}set onloadstart(e){ot.brandCheck(this,t),this[Je].loadstart&&this.removeEventListener("loadstart",this[Je].loadstart),typeof e=="function"?(this[Je].loadstart=e,this.addEventListener("loadstart",e)):this[Je].loadstart=null}get onprogress(){return ot.brandCheck(this,t),this[Je].progress}set onprogress(e){ot.brandCheck(this,t),this[Je].progress&&this.removeEventListener("progress",this[Je].progress),typeof e=="function"?(this[Je].progress=e,this.addEventListener("progress",e)):this[Je].progress=null}get onload(){return ot.brandCheck(this,t),this[Je].load}set onload(e){ot.brandCheck(this,t),this[Je].load&&this.removeEventListener("load",this[Je].load),typeof e=="function"?(this[Je].load=e,this.addEventListener("load",e)):this[Je].load=null}get onabort(){return ot.brandCheck(this,t),this[Je].abort}set onabort(e){ot.brandCheck(this,t),this[Je].abort&&this.removeEventListener("abort",this[Je].abort),typeof e=="function"?(this[Je].abort=e,this.addEventListener("abort",e)):this[Je].abort=null}};ki.EMPTY=ki.prototype.EMPTY=0;ki.LOADING=ki.prototype.LOADING=1;ki.DONE=ki.prototype.DONE=2;Object.defineProperties(ki.prototype,{EMPTY:vc,LOADING:vc,DONE:vc,readAsArrayBuffer:rn,readAsBinaryString:rn,readAsText:rn,readAsDataURL:rn,abort:rn,readyState:rn,result:rn,error:rn,onloadstart:rn,onprogress:rn,onload:rn,onabort:rn,onerror:rn,onloadend:rn,[Symbol.toStringTag]:{value:"FileReader",writable:!1,enumerable:!1,configurable:!0}});Object.defineProperties(ki,{EMPTY:vc,LOADING:vc,DONE:vc});SL.exports={FileReader:ki}});var cp=h((Hke,vL)=>{"use strict";vL.exports={kConstruct:yt().kConstruct}});var _L=h((zke,DL)=>{"use strict";var Wre=Q("assert"),{URLSerializer:RL}=vi(),{isValidHeaderName:$re}=Yn();function Kre(t,e,r=!1){let n=RL(t,r),i=RL(e,r);return n===i}function Xre(t){Wre(t!==null);let e=[];for(let r of t.split(",")){if(r=r.trim(),r.length){if(!$re(r))continue}else continue;e.push(r)}return e}DL.exports={urlEquals:Kre,fieldValues:Xre}});var LL=h((jke,ML)=>{"use strict";var{kConstruct:Zre}=cp(),{urlEquals:ene,fieldValues:s0}=_L(),{kEnumerableProperty:Oa,isDisturbed:tne}=Ue(),{kHeadersList:kL}=yt(),{webidl:de}=qr(),{Response:TL,cloneResponse:rne}=Jm(),{Request:ts}=Gd(),{kState:Yr,kHeaders:lp,kGuard:PL,kRealm:nne}=Ns(),{fetching:ine}=sp(),{urlIsHttpHttpsScheme:up,createDeferredPromise:Rc,readAllBytes:sne}=Yn(),o0=Q("assert"),{getGlobalDispatcher:one}=Cc(),dp=class t{#e;constructor(){arguments[0]!==Zre&&de.illegalConstructor(),this.#e=arguments[1]}async match(e,r={}){de.brandCheck(this,t),de.argumentLengthCheck(arguments,1,{header:"Cache.match"}),e=de.converters.RequestInfo(e),r=de.converters.CacheQueryOptions(r);let n=await this.matchAll(e,r);if(n.length!==0)return n[0]}async matchAll(e=void 0,r={}){de.brandCheck(this,t),e!==void 0&&(e=de.converters.RequestInfo(e)),r=de.converters.CacheQueryOptions(r);let n=null;if(e!==void 0)if(e instanceof ts){if(n=e[Yr],n.method!=="GET"&&!r.ignoreMethod)return[]}else typeof e=="string"&&(n=new ts(e)[Yr]);let i=[];if(e===void 0)for(let o of this.#e)i.push(o[1]);else{let o=this.#n(n,r);for(let a of o)i.push(a[1])}let s=[];for(let o of i){let a=new TL(o.body?.source??null),A=a[Yr].body;a[Yr]=o,a[Yr].body=A,a[lp][kL]=o.headersList,a[lp][PL]="immutable",s.push(a)}return Object.freeze(s)}async add(e){de.brandCheck(this,t),de.argumentLengthCheck(arguments,1,{header:"Cache.add"}),e=de.converters.RequestInfo(e);let r=[e];return await this.addAll(r)}async addAll(e){de.brandCheck(this,t),de.argumentLengthCheck(arguments,1,{header:"Cache.addAll"}),e=de.converters["sequence<RequestInfo>"](e);let r=[],n=[];for(let u of e){if(typeof u=="string")continue;let d=u[Yr];if(!up(d.url)||d.method!=="GET")throw de.errors.exception({header:"Cache.addAll",message:"Expected http/s scheme when method is not GET."})}let i=[];for(let u of e){let d=new ts(u)[Yr];if(!up(d.url))throw de.errors.exception({header:"Cache.addAll",message:"Expected http/s scheme."});d.initiator="fetch",d.destination="subresource",n.push(d);let f=Rc();i.push(ine({request:d,dispatcher:one(),processResponse(g){if(g.type==="error"||g.status===206||g.status<200||g.status>299)f.reject(de.errors.exception({header:"Cache.addAll",message:"Received an invalid status code or the request failed."}));else if(g.headersList.contains("vary")){let m=s0(g.headersList.get("vary"));for(let E of m)if(E==="*"){f.reject(de.errors.exception({header:"Cache.addAll",message:"invalid vary field value"}));for(let C of i)C.abort();return}}},processResponseEndOfBody(g){if(g.aborted){f.reject(new DOMException("aborted","AbortError"));return}f.resolve(g)}})),r.push(f.promise)}let o=await Promise.all(r),a=[],A=0;for(let u of o){let d={type:"put",request:n[A],response:u};a.push(d),A++}let c=Rc(),l=null;try{this.#r(a)}catch(u){l=u}return queueMicrotask(()=>{l===null?c.resolve(void 0):c.reject(l)}),c.promise}async put(e,r){de.brandCheck(this,t),de.argumentLengthCheck(arguments,2,{header:"Cache.put"}),e=de.converters.RequestInfo(e),r=de.converters.Response(r);let n=null;if(e instanceof ts?n=e[Yr]:n=new ts(e)[Yr],!up(n.url)||n.method!=="GET")throw de.errors.exception({header:"Cache.put",message:"Expected an http/s scheme when method is not GET"});let i=r[Yr];if(i.status===206)throw de.errors.exception({header:"Cache.put",message:"Got 206 status"});if(i.headersList.contains("vary")){let d=s0(i.headersList.get("vary"));for(let f of d)if(f==="*")throw de.errors.exception({header:"Cache.put",message:"Got * vary field value"})}if(i.body&&(tne(i.body.stream)||i.body.stream.locked))throw de.errors.exception({header:"Cache.put",message:"Response body is locked or disturbed"});let s=rne(i),o=Rc();if(i.body!=null){let f=i.body.stream.getReader();sne(f).then(o.resolve,o.reject)}else o.resolve(void 0);let a=[],A={type:"put",request:n,response:s};a.push(A);let c=await o.promise;s.body!=null&&(s.body.source=c);let l=Rc(),u=null;try{this.#r(a)}catch(d){u=d}return queueMicrotask(()=>{u===null?l.resolve():l.reject(u)}),l.promise}async delete(e,r={}){de.brandCheck(this,t),de.argumentLengthCheck(arguments,1,{header:"Cache.delete"}),e=de.converters.RequestInfo(e),r=de.converters.CacheQueryOptions(r);let n=null;if(e instanceof ts){if(n=e[Yr],n.method!=="GET"&&!r.ignoreMethod)return!1}else o0(typeof e=="string"),n=new ts(e)[Yr];let i=[],s={type:"delete",request:n,options:r};i.push(s);let o=Rc(),a=null,A;try{A=this.#r(i)}catch(c){a=c}return queueMicrotask(()=>{a===null?o.resolve(!!A?.length):o.reject(a)}),o.promise}async keys(e=void 0,r={}){de.brandCheck(this,t),e!==void 0&&(e=de.converters.RequestInfo(e)),r=de.converters.CacheQueryOptions(r);let n=null;if(e!==void 0)if(e instanceof ts){if(n=e[Yr],n.method!=="GET"&&!r.ignoreMethod)return[]}else typeof e=="string"&&(n=new ts(e)[Yr]);let i=Rc(),s=[];if(e===void 0)for(let o of this.#e)s.push(o[0]);else{let o=this.#n(n,r);for(let a of o)s.push(a[0])}return queueMicrotask(()=>{let o=[];for(let a of s){let A=new ts("https://a");A[Yr]=a,A[lp][kL]=a.headersList,A[lp][PL]="immutable",A[nne]=a.client,o.push(A)}i.resolve(Object.freeze(o))}),i.promise}#r(e){let r=this.#e,n=[...r],i=[],s=[];try{for(let o of e){if(o.type!=="delete"&&o.type!=="put")throw de.errors.exception({header:"Cache.#batchCacheOperations",message:'operation type does not match "delete" or "put"'});if(o.type==="delete"&&o.response!=null)throw de.errors.exception({header:"Cache.#batchCacheOperations",message:"delete operation should not have an associated response"});if(this.#n(o.request,o.options,i).length)throw new DOMException("???","InvalidStateError");let a;if(o.type==="delete"){if(a=this.#n(o.request,o.options),a.length===0)return[];for(let A of a){let c=r.indexOf(A);o0(c!==-1),r.splice(c,1)}}else if(o.type==="put"){if(o.response==null)throw de.errors.exception({header:"Cache.#batchCacheOperations",message:"put operation should have an associated response"});let A=o.request;if(!up(A.url))throw de.errors.exception({header:"Cache.#batchCacheOperations",message:"expected http or https scheme"});if(A.method!=="GET")throw de.errors.exception({header:"Cache.#batchCacheOperations",message:"not get method"});if(o.options!=null)throw de.errors.exception({header:"Cache.#batchCacheOperations",message:"options must not be defined"});a=this.#n(o.request);for(let c of a){let l=r.indexOf(c);o0(l!==-1),r.splice(l,1)}r.push([o.request,o.response]),i.push([o.request,o.response])}s.push([o.request,o.response])}return s}catch(o){throw this.#e.length=0,this.#e=n,o}}#n(e,r,n){let i=[],s=n??this.#e;for(let o of s){let[a,A]=o;this.#t(e,a,A,r)&&i.push(o)}return i}#t(e,r,n=null,i){let s=new URL(e.url),o=new URL(r.url);if(i?.ignoreSearch&&(o.search="",s.search=""),!ene(s,o,!0))return!1;if(n==null||i?.ignoreVary||!n.headersList.contains("vary"))return!0;let a=s0(n.headersList.get("vary"));for(let A of a){if(A==="*")return!1;let c=r.headersList.get(A),l=e.headersList.get(A);if(c!==l)return!1}return!0}};Object.defineProperties(dp.prototype,{[Symbol.toStringTag]:{value:"Cache",configurable:!0},match:Oa,matchAll:Oa,add:Oa,addAll:Oa,put:Oa,delete:Oa,keys:Oa});var OL=[{key:"ignoreSearch",converter:de.converters.boolean,defaultValue:!1},{key:"ignoreMethod",converter:de.converters.boolean,defaultValue:!1},{key:"ignoreVary",converter:de.converters.boolean,defaultValue:!1}];de.converters.CacheQueryOptions=de.dictionaryConverter(OL);de.converters.MultiCacheQueryOptions=de.dictionaryConverter([...OL,{key:"cacheName",converter:de.converters.DOMString}]);de.converters.Response=de.interfaceConverter(TL);de.converters["sequence<RequestInfo>"]=de.sequenceConverter(de.converters.RequestInfo);ML.exports={Cache:dp}});var UL=h((Gke,FL)=>{"use strict";var{kConstruct:Vd}=cp(),{Cache:fp}=LL(),{webidl:Jr}=qr(),{kEnumerableProperty:Wd}=Ue(),hp=class t{#e=new Map;constructor(){arguments[0]!==Vd&&Jr.illegalConstructor()}async match(e,r={}){if(Jr.brandCheck(this,t),Jr.argumentLengthCheck(arguments,1,{header:"CacheStorage.match"}),e=Jr.converters.RequestInfo(e),r=Jr.converters.MultiCacheQueryOptions(r),r.cacheName!=null){if(this.#e.has(r.cacheName)){let n=this.#e.get(r.cacheName);return await new fp(Vd,n).match(e,r)}}else for(let n of this.#e.values()){let s=await new fp(Vd,n).match(e,r);if(s!==void 0)return s}}async has(e){return Jr.brandCheck(this,t),Jr.argumentLengthCheck(arguments,1,{header:"CacheStorage.has"}),e=Jr.converters.DOMString(e),this.#e.has(e)}async open(e){if(Jr.brandCheck(this,t),Jr.argumentLengthCheck(arguments,1,{header:"CacheStorage.open"}),e=Jr.converters.DOMString(e),this.#e.has(e)){let n=this.#e.get(e);return new fp(Vd,n)}let r=[];return this.#e.set(e,r),new fp(Vd,r)}async delete(e){return Jr.brandCheck(this,t),Jr.argumentLengthCheck(arguments,1,{header:"CacheStorage.delete"}),e=Jr.converters.DOMString(e),this.#e.delete(e)}async keys(){return Jr.brandCheck(this,t),[...this.#e.keys()]}};Object.defineProperties(hp.prototype,{[Symbol.toStringTag]:{value:"CacheStorage",configurable:!0},match:Wd,has:Wd,open:Wd,delete:Wd,keys:Wd});FL.exports={CacheStorage:hp}});var HL=h((Yke,qL)=>{"use strict";qL.exports={maxAttributeValueSize:1024,maxNameValuePairSize:4096}});var a0=h((Jke,JL)=>{"use strict";function ane(t){if(t.length===0)return!1;for(let e of t){let r=e.charCodeAt(0);if(r>=0||r<=8||r>=10||r<=31||r===127)return!1}}function zL(t){for(let e of t){let r=e.charCodeAt(0);if(r<=32||r>127||e==="("||e===")"||e===">"||e==="<"||e==="@"||e===","||e===";"||e===":"||e==="\\"||e==='"'||e==="/"||e==="["||e==="]"||e==="?"||e==="="||e==="{"||e==="}")throw new Error("Invalid cookie name")}}function jL(t){for(let e of t){let r=e.charCodeAt(0);if(r<33||r===34||r===44||r===59||r===92||r>126)throw new Error("Invalid header value")}}function GL(t){for(let e of t)if(e.charCodeAt(0)<33||e===";")throw new Error("Invalid cookie path")}function Ane(t){if(t.startsWith("-")||t.endsWith(".")||t.endsWith("-"))throw new Error("Invalid cookie domain")}function YL(t){typeof t=="number"&&(t=new Date(t));let e=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],r=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],n=e[t.getUTCDay()],i=t.getUTCDate().toString().padStart(2,"0"),s=r[t.getUTCMonth()],o=t.getUTCFullYear(),a=t.getUTCHours().toString().padStart(2,"0"),A=t.getUTCMinutes().toString().padStart(2,"0"),c=t.getUTCSeconds().toString().padStart(2,"0");return`${n}, ${i} ${s} ${o} ${a}:${A}:${c} GMT`}function cne(t){if(t<0)throw new Error("Invalid cookie max-age")}function lne(t){if(t.name.length===0)return null;zL(t.name),jL(t.value);let e=[`${t.name}=${t.value}`];t.name.startsWith("__Secure-")&&(t.secure=!0),t.name.startsWith("__Host-")&&(t.secure=!0,t.domain=null,t.path="/"),t.secure&&e.push("Secure"),t.httpOnly&&e.push("HttpOnly"),typeof t.maxAge=="number"&&(cne(t.maxAge),e.push(`Max-Age=${t.maxAge}`)),t.domain&&(Ane(t.domain),e.push(`Domain=${t.domain}`)),t.path&&(GL(t.path),e.push(`Path=${t.path}`)),t.expires&&t.expires.toString()!=="Invalid Date"&&e.push(`Expires=${YL(t.expires)}`),t.sameSite&&e.push(`SameSite=${t.sameSite}`);for(let r of t.unparsed){if(!r.includes("="))throw new Error("Invalid unparsed");let[n,...i]=r.split("=");e.push(`${n.trim()}=${i.join("=")}`)}return e.join("; ")}JL.exports={isCTLExcludingHtab:ane,validateCookieName:zL,validateCookiePath:GL,validateCookieValue:jL,toIMFDate:YL,stringify:lne}});var WL=h((Vke,VL)=>{"use strict";var{maxNameValuePairSize:une,maxAttributeValueSize:dne}=HL(),{isCTLExcludingHtab:fne}=a0(),{collectASequenceOfCodePointsFast:gp}=vi(),hne=Q("assert");function gne(t){if(fne(t))return null;let e="",r="",n="",i="";if(t.includes(";")){let s={position:0};e=gp(";",t,s),r=t.slice(s.position)}else e=t;if(!e.includes("="))i=e;else{let s={position:0};n=gp("=",e,s),i=e.slice(s.position+1)}return n=n.trim(),i=i.trim(),n.length+i.length>une?null:{name:n,value:i,...Dc(r)}}function Dc(t,e={}){if(t.length===0)return e;hne(t[0]===";"),t=t.slice(1);let r="";t.includes(";")?(r=gp(";",t,{position:0}),t=t.slice(r.length)):(r=t,t="");let n="",i="";if(r.includes("=")){let o={position:0};n=gp("=",r,o),i=r.slice(o.position+1)}else n=r;if(n=n.trim(),i=i.trim(),i.length>dne)return Dc(t,e);let s=n.toLowerCase();if(s==="expires"){let o=new Date(i);e.expires=o}else if(s==="max-age"){let o=i.charCodeAt(0);if((o<48||o>57)&&i[0]!=="-"||!/^\d+$/.test(i))return Dc(t,e);let a=Number(i);e.maxAge=a}else if(s==="domain"){let o=i;o[0]==="."&&(o=o.slice(1)),o=o.toLowerCase(),e.domain=o}else if(s==="path"){let o="";i.length===0||i[0]!=="/"?o="/":o=i,e.path=o}else if(s==="secure")e.secure=!0;else if(s==="httponly")e.httpOnly=!0;else if(s==="samesite"){let o="Default",a=i.toLowerCase();a.includes("none")&&(o="None"),a.includes("strict")&&(o="Strict"),a.includes("lax")&&(o="Lax"),e.sameSite=o}else e.unparsed??=[],e.unparsed.push(`${n}=${i}`);return Dc(t,e)}VL.exports={parseSetCookie:gne,parseUnparsedAttributes:Dc}});var ZL=h((Wke,XL)=>{"use strict";var{parseSetCookie:mne}=WL(),{stringify:$L}=a0(),{webidl:Te}=qr(),{Headers:mp}=ka();function pne(t){Te.argumentLengthCheck(arguments,1,{header:"getCookies"}),Te.brandCheck(t,mp,{strict:!1});let e=t.get("cookie"),r={};if(!e)return r;for(let n of e.split(";")){let[i,...s]=n.split("=");r[i.trim()]=s.join("=")}return r}function yne(t,e,r){Te.argumentLengthCheck(arguments,2,{header:"deleteCookie"}),Te.brandCheck(t,mp,{strict:!1}),e=Te.converters.DOMString(e),r=Te.converters.DeleteCookieAttributes(r),KL(t,{name:e,value:"",expires:new Date(0),...r})}function Ene(t){Te.argumentLengthCheck(arguments,1,{header:"getSetCookies"}),Te.brandCheck(t,mp,{strict:!1});let e=t.getSetCookie();return e?e.map(r=>mne(r)):[]}function KL(t,e){Te.argumentLengthCheck(arguments,2,{header:"setCookie"}),Te.brandCheck(t,mp,{strict:!1}),e=Te.converters.Cookie(e),$L(e)&&t.append("Set-Cookie",$L(e))}Te.converters.DeleteCookieAttributes=Te.dictionaryConverter([{converter:Te.nullableConverter(Te.converters.DOMString),key:"path",defaultValue:null},{converter:Te.nullableConverter(Te.converters.DOMString),key:"domain",defaultValue:null}]);Te.converters.Cookie=Te.dictionaryConverter([{converter:Te.converters.DOMString,key:"name"},{converter:Te.converters.DOMString,key:"value"},{converter:Te.nullableConverter(t=>typeof t=="number"?Te.converters["unsigned long long"](t):new Date(t)),key:"expires",defaultValue:null},{converter:Te.nullableConverter(Te.converters["long long"]),key:"maxAge",defaultValue:null},{converter:Te.nullableConverter(Te.converters.DOMString),key:"domain",defaultValue:null},{converter:Te.nullableConverter(Te.converters.DOMString),key:"path",defaultValue:null},{converter:Te.nullableConverter(Te.converters.boolean),key:"secure",defaultValue:null},{converter:Te.nullableConverter(Te.converters.boolean),key:"httpOnly",defaultValue:null},{converter:Te.converters.USVString,key:"sameSite",allowedValues:["Strict","Lax","None"]},{converter:Te.sequenceConverter(Te.converters.DOMString),key:"unparsed",defaultValue:[]}]);XL.exports={getCookies:pne,deleteCookie:yne,getSetCookies:Ene,setCookie:KL}});var _c=h(($ke,eF)=>{"use strict";var Cne="258EAFA5-E914-47DA-95CA-C5AB0DC85B11",Ine={enumerable:!0,writable:!1,configurable:!1},Bne={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3},Qne={CONTINUATION:0,TEXT:1,BINARY:2,CLOSE:8,PING:9,PONG:10},bne=2**16-1,Nne={INFO:0,PAYLOADLENGTH_16:2,PAYLOADLENGTH_64:3,READ_DATA:4},wne=Buffer.allocUnsafe(0);eF.exports={uid:Cne,staticPropertyDescriptors:Ine,states:Bne,opcodes:Qne,maxUnsigned16Bit:bne,parserStates:Nne,emptyBuffer:wne}});var $d=h((Kke,tF)=>{"use strict";tF.exports={kWebSocketURL:Symbol("url"),kReadyState:Symbol("ready state"),kController:Symbol("controller"),kResponse:Symbol("response"),kBinaryType:Symbol("binary type"),kSentClose:Symbol("sent close"),kReceivedClose:Symbol("received close"),kByteParser:Symbol("byte parser")}});var c0=h((Xke,rF)=>{"use strict";var{webidl:fe}=qr(),{kEnumerableProperty:nn}=Ue(),{MessagePort:Sne}=Q("worker_threads"),pp=class t extends Event{#e;constructor(e,r={}){fe.argumentLengthCheck(arguments,1,{header:"MessageEvent constructor"}),e=fe.converters.DOMString(e),r=fe.converters.MessageEventInit(r),super(e,r),this.#e=r}get data(){return fe.brandCheck(this,t),this.#e.data}get origin(){return fe.brandCheck(this,t),this.#e.origin}get lastEventId(){return fe.brandCheck(this,t),this.#e.lastEventId}get source(){return fe.brandCheck(this,t),this.#e.source}get ports(){return fe.brandCheck(this,t),Object.isFrozen(this.#e.ports)||Object.freeze(this.#e.ports),this.#e.ports}initMessageEvent(e,r=!1,n=!1,i=null,s="",o="",a=null,A=[]){return fe.brandCheck(this,t),fe.argumentLengthCheck(arguments,1,{header:"MessageEvent.initMessageEvent"}),new t(e,{bubbles:r,cancelable:n,data:i,origin:s,lastEventId:o,source:a,ports:A})}},yp=class t extends Event{#e;constructor(e,r={}){fe.argumentLengthCheck(arguments,1,{header:"CloseEvent constructor"}),e=fe.converters.DOMString(e),r=fe.converters.CloseEventInit(r),super(e,r),this.#e=r}get wasClean(){return fe.brandCheck(this,t),this.#e.wasClean}get code(){return fe.brandCheck(this,t),this.#e.code}get reason(){return fe.brandCheck(this,t),this.#e.reason}},Ep=class t extends Event{#e;constructor(e,r){fe.argumentLengthCheck(arguments,1,{header:"ErrorEvent constructor"}),super(e,r),e=fe.converters.DOMString(e),r=fe.converters.ErrorEventInit(r??{}),this.#e=r}get message(){return fe.brandCheck(this,t),this.#e.message}get filename(){return fe.brandCheck(this,t),this.#e.filename}get lineno(){return fe.brandCheck(this,t),this.#e.lineno}get colno(){return fe.brandCheck(this,t),this.#e.colno}get error(){return fe.brandCheck(this,t),this.#e.error}};Object.defineProperties(pp.prototype,{[Symbol.toStringTag]:{value:"MessageEvent",configurable:!0},data:nn,origin:nn,lastEventId:nn,source:nn,ports:nn,initMessageEvent:nn});Object.defineProperties(yp.prototype,{[Symbol.toStringTag]:{value:"CloseEvent",configurable:!0},reason:nn,code:nn,wasClean:nn});Object.defineProperties(Ep.prototype,{[Symbol.toStringTag]:{value:"ErrorEvent",configurable:!0},message:nn,filename:nn,lineno:nn,colno:nn,error:nn});fe.converters.MessagePort=fe.interfaceConverter(Sne);fe.converters["sequence<MessagePort>"]=fe.sequenceConverter(fe.converters.MessagePort);var A0=[{key:"bubbles",converter:fe.converters.boolean,defaultValue:!1},{key:"cancelable",converter:fe.converters.boolean,defaultValue:!1},{key:"composed",converter:fe.converters.boolean,defaultValue:!1}];fe.converters.MessageEventInit=fe.dictionaryConverter([...A0,{key:"data",converter:fe.converters.any,defaultValue:null},{key:"origin",converter:fe.converters.USVString,defaultValue:""},{key:"lastEventId",converter:fe.converters.DOMString,defaultValue:""},{key:"source",converter:fe.nullableConverter(fe.converters.MessagePort),defaultValue:null},{key:"ports",converter:fe.converters["sequence<MessagePort>"],get defaultValue(){return[]}}]);fe.converters.CloseEventInit=fe.dictionaryConverter([...A0,{key:"wasClean",converter:fe.converters.boolean,defaultValue:!1},{key:"code",converter:fe.converters["unsigned short"],defaultValue:0},{key:"reason",converter:fe.converters.USVString,defaultValue:""}]);fe.converters.ErrorEventInit=fe.dictionaryConverter([...A0,{key:"message",converter:fe.converters.DOMString,defaultValue:""},{key:"filename",converter:fe.converters.USVString,defaultValue:""},{key:"lineno",converter:fe.converters["unsigned long"],defaultValue:0},{key:"colno",converter:fe.converters["unsigned long"],defaultValue:0},{key:"error",converter:fe.converters.any}]);rF.exports={MessageEvent:pp,CloseEvent:yp,ErrorEvent:Ep}});var Bp=h((Zke,sF)=>{"use strict";var{kReadyState:Cp,kController:xne,kResponse:vne,kBinaryType:Rne,kWebSocketURL:Dne}=$d(),{states:Ip,opcodes:nF}=_c(),{MessageEvent:_ne,ErrorEvent:kne}=c0();function Pne(t){return t[Cp]===Ip.OPEN}function Tne(t){return t[Cp]===Ip.CLOSING}function One(t){return t[Cp]===Ip.CLOSED}function l0(t,e,r=Event,n){let i=new r(t,n);e.dispatchEvent(i)}function Mne(t,e,r){if(t[Cp]!==Ip.OPEN)return;let n;if(e===nF.TEXT)try{n=new TextDecoder("utf-8",{fatal:!0}).decode(r)}catch{iF(t,"Received invalid UTF-8 in text frame.");return}else e===nF.BINARY&&(t[Rne]==="blob"?n=new Blob([r]):n=new Uint8Array(r).buffer);l0("message",t,_ne,{origin:t[Dne].origin,data:n})}function Lne(t){if(t.length===0)return!1;for(let e of t){let r=e.charCodeAt(0);if(r<33||r>126||e==="("||e===")"||e==="<"||e===">"||e==="@"||e===","||e===";"||e===":"||e==="\\"||e==='"'||e==="/"||e==="["||e==="]"||e==="?"||e==="="||e==="{"||e==="}"||r===32||r===9)return!1}return!0}function Fne(t){return t>=1e3&&t<1015?t!==1004&&t!==1005&&t!==1006:t>=3e3&&t<=4999}function iF(t,e){let{[xne]:r,[vne]:n}=t;r.abort(),n?.socket&&!n.socket.destroyed&&n.socket.destroy(),e&&l0("error",t,kne,{error:new Error(e)})}sF.exports={isEstablished:Pne,isClosing:Tne,isClosed:One,fireEvent:l0,isValidSubprotocol:Lne,isValidStatusCode:Fne,failWebsocketConnection:iF,websocketMessageReceived:Mne}});var uF=h((ePe,lF)=>{"use strict";var d0=Q("diagnostics_channel"),{uid:Une,states:aF}=_c(),{kReadyState:AF,kSentClose:oF,kByteParser:cF,kReceivedClose:qne}=$d(),{fireEvent:Hne,failWebsocketConnection:Ma}=Bp(),{CloseEvent:zne}=c0(),{makeRequest:jne}=Gd(),{fetching:Gne}=sp(),{Headers:Yne}=ka(),{getGlobalDispatcher:Jne}=Cc(),{kHeadersList:Vne}=yt(),Ps={};Ps.open=d0.channel("undici:websocket:open");Ps.close=d0.channel("undici:websocket:close");Ps.socketError=d0.channel("undici:websocket:socket_error");var u0;try{u0=Q("crypto")}catch{}function Wne(t,e,r,n,i){let s=t;s.protocol=t.protocol==="ws:"?"http:":"https:";let o=jne({urlList:[s],serviceWorkers:"none",referrer:"no-referrer",mode:"websocket",credentials:"include",cache:"no-store",redirect:"error"});if(i.headers){let l=new Yne(i.headers)[Vne];o.headersList=l}let a=u0.randomBytes(16).toString("base64");o.headersList.append("sec-websocket-key",a),o.headersList.append("sec-websocket-version","13");for(let l of e)o.headersList.append("sec-websocket-protocol",l);let A="";return Gne({request:o,useParallelQueue:!0,dispatcher:i.dispatcher??Jne(),processResponse(l){if(l.type==="error"||l.status!==101){Ma(r,"Received network error or non-101 status code.");return}if(e.length!==0&&!l.headersList.get("Sec-WebSocket-Protocol")){Ma(r,"Server did not respond with sent protocols.");return}if(l.headersList.get("Upgrade")?.toLowerCase()!=="websocket"){Ma(r,'Server did not set Upgrade header to "websocket".');return}if(l.headersList.get("Connection")?.toLowerCase()!=="upgrade"){Ma(r,'Server did not set Connection header to "upgrade".');return}let u=l.headersList.get("Sec-WebSocket-Accept"),d=u0.createHash("sha1").update(a+Une).digest("base64");if(u!==d){Ma(r,"Incorrect hash received in Sec-WebSocket-Accept header.");return}let f=l.headersList.get("Sec-WebSocket-Extensions");if(f!==null&&f!==A){Ma(r,"Received different permessage-deflate than the one set.");return}let g=l.headersList.get("Sec-WebSocket-Protocol");if(g!==null&&g!==o.headersList.get("Sec-WebSocket-Protocol")){Ma(r,"Protocol was not set in the opening handshake.");return}l.socket.on("data",$ne),l.socket.on("close",Kne),l.socket.on("error",Xne),Ps.open.hasSubscribers&&Ps.open.publish({address:l.socket.address(),protocol:g,extensions:f}),n(l)}})}function $ne(t){this.ws[cF].write(t)||this.pause()}function Kne(){let{ws:t}=this,e=t[oF]&&t[qne],r=1005,n="",i=t[cF].closingInfo;i?(r=i.code??1005,n=i.reason):t[oF]||(r=1006),t[AF]=aF.CLOSED,Hne("close",t,zne,{wasClean:e,code:r,reason:n}),Ps.close.hasSubscribers&&Ps.close.publish({websocket:t,code:r,reason:n})}function Xne(t){let{ws:e}=this;e[AF]=aF.CLOSING,Ps.socketError.hasSubscribers&&Ps.socketError.publish(t),this.destroy()}lF.exports={establishWebSocketConnection:Wne}});var h0=h((tPe,fF)=>{"use strict";var{maxUnsigned16Bit:Zne}=_c(),dF;try{dF=Q("crypto")}catch{}var f0=class{constructor(e){this.frameData=e,this.maskKey=dF.randomBytes(4)}createFrame(e){let r=this.frameData?.byteLength??0,n=r,i=6;r>Zne?(i+=8,n=127):r>125&&(i+=2,n=126);let s=Buffer.allocUnsafe(r+i);s[0]=s[1]=0,s[0]|=128,s[0]=(s[0]&240)+e;s[i-4]=this.maskKey[0],s[i-3]=this.maskKey[1],s[i-2]=this.maskKey[2],s[i-1]=this.maskKey[3],s[1]=n,n===126?s.writeUInt16BE(r,2):n===127&&(s[2]=s[3]=0,s.writeUIntBE(r,4,6)),s[1]|=128;for(let o=0;o<r;o++)s[i+o]=this.frameData[o]^this.maskKey[o%4];return s}};fF.exports={WebsocketFrameSend:f0}});var IF=h((rPe,CF)=>{"use strict";var{Writable:eie}=Q("stream"),EF=Q("diagnostics_channel"),{parserStates:Wn,opcodes:$n,states:tie,emptyBuffer:rie}=_c(),{kReadyState:nie,kSentClose:hF,kResponse:gF,kReceivedClose:mF}=$d(),{isValidStatusCode:pF,failWebsocketConnection:Kd,websocketMessageReceived:iie}=Bp(),{WebsocketFrameSend:yF}=h0(),kc={};kc.ping=EF.channel("undici:websocket:ping");kc.pong=EF.channel("undici:websocket:pong");var g0=class extends eie{#e=[];#r=0;#n=Wn.INFO;#t={};#i=[];constructor(e){super(),this.ws=e}_write(e,r,n){this.#e.push(e),this.#r+=e.length,this.run(n)}run(e){for(;;){if(this.#n===Wn.INFO){if(this.#r<2)return e();let r=this.consume(2);if(this.#t.fin=(r[0]&128)!==0,this.#t.opcode=r[0]&15,this.#t.originalOpcode??=this.#t.opcode,this.#t.fragmented=!this.#t.fin&&this.#t.opcode!==$n.CONTINUATION,this.#t.fragmented&&this.#t.opcode!==$n.BINARY&&this.#t.opcode!==$n.TEXT){Kd(this.ws,"Invalid frame type was fragmented.");return}let n=r[1]&127;if(n<=125?(this.#t.payloadLength=n,this.#n=Wn.READ_DATA):n===126?this.#n=Wn.PAYLOADLENGTH_16:n===127&&(this.#n=Wn.PAYLOADLENGTH_64),this.#t.fragmented&&n>125){Kd(this.ws,"Fragmented frame exceeded 125 bytes.");return}else if((this.#t.opcode===$n.PING||this.#t.opcode===$n.PONG||this.#t.opcode===$n.CLOSE)&&n>125){Kd(this.ws,"Payload length for control frame exceeded 125 bytes.");return}else if(this.#t.opcode===$n.CLOSE){if(n===1){Kd(this.ws,"Received close frame with a 1-byte body.");return}let i=this.consume(n);if(this.#t.closeInfo=this.parseCloseBody(!1,i),!this.ws[hF]){let s=Buffer.allocUnsafe(2);s.writeUInt16BE(this.#t.closeInfo.code,0);let o=new yF(s);this.ws[gF].socket.write(o.createFrame($n.CLOSE),a=>{a||(this.ws[hF]=!0)})}this.ws[nie]=tie.CLOSING,this.ws[mF]=!0,this.end();return}else if(this.#t.opcode===$n.PING){let i=this.consume(n);if(!this.ws[mF]){let s=new yF(i);this.ws[gF].socket.write(s.createFrame($n.PONG)),kc.ping.hasSubscribers&&kc.ping.publish({payload:i})}if(this.#n=Wn.INFO,this.#r>0)continue;e();return}else if(this.#t.opcode===$n.PONG){let i=this.consume(n);if(kc.pong.hasSubscribers&&kc.pong.publish({payload:i}),this.#r>0)continue;e();return}}else if(this.#n===Wn.PAYLOADLENGTH_16){if(this.#r<2)return e();let r=this.consume(2);this.#t.payloadLength=r.readUInt16BE(0),this.#n=Wn.READ_DATA}else if(this.#n===Wn.PAYLOADLENGTH_64){if(this.#r<8)return e();let r=this.consume(8),n=r.readUInt32BE(0);if(n>2**31-1){Kd(this.ws,"Received payload length > 2^31 bytes.");return}let i=r.readUInt32BE(4);this.#t.payloadLength=(n<<8)+i,this.#n=Wn.READ_DATA}else if(this.#n===Wn.READ_DATA){if(this.#r<this.#t.payloadLength)return e();if(this.#r>=this.#t.payloadLength){let r=this.consume(this.#t.payloadLength);if(this.#i.push(r),!this.#t.fragmented||this.#t.fin&&this.#t.opcode===$n.CONTINUATION){let n=Buffer.concat(this.#i);iie(this.ws,this.#t.originalOpcode,n),this.#t={},this.#i.length=0}this.#n=Wn.INFO}}if(!(this.#r>0)){e();break}}}consume(e){if(e>this.#r)return null;if(e===0)return rie;if(this.#e[0].length===e)return this.#r-=this.#e[0].length,this.#e.shift();let r=Buffer.allocUnsafe(e),n=0;for(;n!==e;){let i=this.#e[0],{length:s}=i;if(s+n===e){r.set(this.#e.shift(),n);break}else if(s+n>e){r.set(i.subarray(0,e-n),n),this.#e[0]=i.subarray(e-n);break}else r.set(this.#e.shift(),n),n+=i.length}return this.#r-=e,r}parseCloseBody(e,r){let n;if(r.length>=2&&(n=r.readUInt16BE(0)),e)return pF(n)?{code:n}:null;let i=r.subarray(2);if(i[0]===239&&i[1]===187&&i[2]===191&&(i=i.subarray(3)),n!==void 0&&!pF(n))return null;try{i=new TextDecoder("utf-8",{fatal:!0}).decode(i)}catch{return null}return{code:n,reason:i}}get closingInfo(){return this.#t.closeInfo}};CF.exports={ByteParser:g0}});var vF=h((nPe,xF)=>{"use strict";var{webidl:Ce}=qr(),{DOMException:wo}=po(),{URLSerializer:sie}=vi(),{getGlobalOrigin:oie}=XA(),{staticPropertyDescriptors:So,states:Pc,opcodes:Xd,emptyBuffer:aie}=_c(),{kWebSocketURL:BF,kReadyState:Ts,kController:Aie,kBinaryType:Qp,kResponse:bp,kSentClose:cie,kByteParser:lie}=$d(),{isEstablished:QF,isClosing:bF,isValidSubprotocol:uie,failWebsocketConnection:die,fireEvent:fie}=Bp(),{establishWebSocketConnection:hie}=uF(),{WebsocketFrameSend:Zd}=h0(),{ByteParser:gie}=IF(),{kEnumerableProperty:Kn,isBlobLike:wF}=Ue(),{getGlobalDispatcher:mie}=Cc(),{types:SF}=Q("util"),NF=!1,Tn=class t extends EventTarget{#e={open:null,error:null,close:null,message:null};#r=0;#n="";#t="";constructor(e,r=[]){super(),Ce.argumentLengthCheck(arguments,1,{header:"WebSocket constructor"}),NF||(NF=!0,process.emitWarning("WebSockets are experimental, expect them to change at any time.",{code:"UNDICI-WS"}));let n=Ce.converters["DOMString or sequence<DOMString> or WebSocketInit"](r);e=Ce.converters.USVString(e),r=n.protocols;let i=oie(),s;try{s=new URL(e,i)}catch(o){throw new wo(o,"SyntaxError")}if(s.protocol==="http:"?s.protocol="ws:":s.protocol==="https:"&&(s.protocol="wss:"),s.protocol!=="ws:"&&s.protocol!=="wss:")throw new wo(`Expected a ws: or wss: protocol, got ${s.protocol}`,"SyntaxError");if(s.hash||s.href.endsWith("#"))throw new wo("Got fragment","SyntaxError");if(typeof r=="string"&&(r=[r]),r.length!==new Set(r.map(o=>o.toLowerCase())).size)throw new wo("Invalid Sec-WebSocket-Protocol value","SyntaxError");if(r.length>0&&!r.every(o=>uie(o)))throw new wo("Invalid Sec-WebSocket-Protocol value","SyntaxError");this[BF]=new URL(s.href),this[Aie]=hie(s,r,this,o=>this.#i(o),n),this[Ts]=t.CONNECTING,this[Qp]="blob"}close(e=void 0,r=void 0){if(Ce.brandCheck(this,t),e!==void 0&&(e=Ce.converters["unsigned short"](e,{clamp:!0})),r!==void 0&&(r=Ce.converters.USVString(r)),e!==void 0&&e!==1e3&&(e<3e3||e>4999))throw new wo("invalid code","InvalidAccessError");let n=0;if(r!==void 0&&(n=Buffer.byteLength(r),n>123))throw new wo(`Reason must be less than 123 bytes; received ${n}`,"SyntaxError");if(!(this[Ts]===t.CLOSING||this[Ts]===t.CLOSED))if(!QF(this))die(this,"Connection was closed before it was established."),this[Ts]=t.CLOSING;else if(bF(this))this[Ts]=t.CLOSING;else{let i=new Zd;e!==void 0&&r===void 0?(i.frameData=Buffer.allocUnsafe(2),i.frameData.writeUInt16BE(e,0)):e!==void 0&&r!==void 0?(i.frameData=Buffer.allocUnsafe(2+n),i.frameData.writeUInt16BE(e,0),i.frameData.write(r,2,"utf-8")):i.frameData=aie,this[bp].socket.write(i.createFrame(Xd.CLOSE),o=>{o||(this[cie]=!0)}),this[Ts]=Pc.CLOSING}}send(e){if(Ce.brandCheck(this,t),Ce.argumentLengthCheck(arguments,1,{header:"WebSocket.send"}),e=Ce.converters.WebSocketSendData(e),this[Ts]===t.CONNECTING)throw new wo("Sent before connected.","InvalidStateError");if(!QF(this)||bF(this))return;let r=this[bp].socket;if(typeof e=="string"){let n=Buffer.from(e),s=new Zd(n).createFrame(Xd.TEXT);this.#r+=n.byteLength,r.write(s,()=>{this.#r-=n.byteLength})}else if(SF.isArrayBuffer(e)){let n=Buffer.from(e),s=new Zd(n).createFrame(Xd.BINARY);this.#r+=n.byteLength,r.write(s,()=>{this.#r-=n.byteLength})}else if(ArrayBuffer.isView(e)){let n=Buffer.from(e,e.byteOffset,e.byteLength),s=new Zd(n).createFrame(Xd.BINARY);this.#r+=n.byteLength,r.write(s,()=>{this.#r-=n.byteLength})}else if(wF(e)){let n=new Zd;e.arrayBuffer().then(i=>{let s=Buffer.from(i);n.frameData=s;let o=n.createFrame(Xd.BINARY);this.#r+=s.byteLength,r.write(o,()=>{this.#r-=s.byteLength})})}}get readyState(){return Ce.brandCheck(this,t),this[Ts]}get bufferedAmount(){return Ce.brandCheck(this,t),this.#r}get url(){return Ce.brandCheck(this,t),sie(this[BF])}get extensions(){return Ce.brandCheck(this,t),this.#t}get protocol(){return Ce.brandCheck(this,t),this.#n}get onopen(){return Ce.brandCheck(this,t),this.#e.open}set onopen(e){Ce.brandCheck(this,t),this.#e.open&&this.removeEventListener("open",this.#e.open),typeof e=="function"?(this.#e.open=e,this.addEventListener("open",e)):this.#e.open=null}get onerror(){return Ce.brandCheck(this,t),this.#e.error}set onerror(e){Ce.brandCheck(this,t),this.#e.error&&this.removeEventListener("error",this.#e.error),typeof e=="function"?(this.#e.error=e,this.addEventListener("error",e)):this.#e.error=null}get onclose(){return Ce.brandCheck(this,t),this.#e.close}set onclose(e){Ce.brandCheck(this,t),this.#e.close&&this.removeEventListener("close",this.#e.close),typeof e=="function"?(this.#e.close=e,this.addEventListener("close",e)):this.#e.close=null}get onmessage(){return Ce.brandCheck(this,t),this.#e.message}set onmessage(e){Ce.brandCheck(this,t),this.#e.message&&this.removeEventListener("message",this.#e.message),typeof e=="function"?(this.#e.message=e,this.addEventListener("message",e)):this.#e.message=null}get binaryType(){return Ce.brandCheck(this,t),this[Qp]}set binaryType(e){Ce.brandCheck(this,t),e!=="blob"&&e!=="arraybuffer"?this[Qp]="blob":this[Qp]=e}#i(e){this[bp]=e;let r=new gie(this);r.on("drain",function(){this.ws[bp].socket.resume()}),e.socket.ws=this,this[lie]=r,this[Ts]=Pc.OPEN;let n=e.headersList.get("sec-websocket-extensions");n!==null&&(this.#t=n);let i=e.headersList.get("sec-websocket-protocol");i!==null&&(this.#n=i),fie("open",this)}};Tn.CONNECTING=Tn.prototype.CONNECTING=Pc.CONNECTING;Tn.OPEN=Tn.prototype.OPEN=Pc.OPEN;Tn.CLOSING=Tn.prototype.CLOSING=Pc.CLOSING;Tn.CLOSED=Tn.prototype.CLOSED=Pc.CLOSED;Object.defineProperties(Tn.prototype,{CONNECTING:So,OPEN:So,CLOSING:So,CLOSED:So,url:Kn,readyState:Kn,bufferedAmount:Kn,onopen:Kn,onerror:Kn,onclose:Kn,close:Kn,onmessage:Kn,binaryType:Kn,send:Kn,extensions:Kn,protocol:Kn,[Symbol.toStringTag]:{value:"WebSocket",writable:!1,enumerable:!1,configurable:!0}});Object.defineProperties(Tn,{CONNECTING:So,OPEN:So,CLOSING:So,CLOSED:So});Ce.converters["sequence<DOMString>"]=Ce.sequenceConverter(Ce.converters.DOMString);Ce.converters["DOMString or sequence<DOMString>"]=function(t){return Ce.util.Type(t)==="Object"&&Symbol.iterator in t?Ce.converters["sequence<DOMString>"](t):Ce.converters.DOMString(t)};Ce.converters.WebSocketInit=Ce.dictionaryConverter([{key:"protocols",converter:Ce.converters["DOMString or sequence<DOMString>"],get defaultValue(){return[]}},{key:"dispatcher",converter:t=>t,get defaultValue(){return mie()}},{key:"headers",converter:Ce.nullableConverter(Ce.converters.HeadersInit)}]);Ce.converters["DOMString or sequence<DOMString> or WebSocketInit"]=function(t){return Ce.util.Type(t)==="Object"&&!(Symbol.iterator in t)?Ce.converters.WebSocketInit(t):{protocols:Ce.converters["DOMString or sequence<DOMString>"](t)}};Ce.converters.WebSocketSendData=function(t){if(Ce.util.Type(t)==="Object"){if(wF(t))return Ce.converters.Blob(t,{strict:!1});if(ArrayBuffer.isView(t)||SF.isAnyArrayBuffer(t))return Ce.converters.BufferSource(t)}return Ce.converters.USVString(t)};xF.exports={WebSocket:Tn}});var kF=h((iPe,Ne)=>{"use strict";var pie=_d(),RF=sm(),DF=At(),yie=uc(),Eie=HT(),Cie=Od(),La=Ue(),{InvalidArgumentError:Np}=DF,Tc=kO(),Iie=bd(),Bie=Nb(),Qie=gM(),bie=xb(),Nie=fb(),wie=IM(),Sie=wM(),{getGlobalDispatcher:_F,setGlobalDispatcher:xie}=Cc(),vie=_M(),Rie=bQ(),Die=cm(),m0;try{Q("crypto"),m0=!0}catch{m0=!1}Object.assign(RF.prototype,Tc);Ne.exports.Dispatcher=RF;Ne.exports.Client=pie;Ne.exports.Pool=yie;Ne.exports.BalancedPool=Eie;Ne.exports.Agent=Cie;Ne.exports.ProxyAgent=wie;Ne.exports.RetryHandler=Sie;Ne.exports.DecoratorHandler=vie;Ne.exports.RedirectHandler=Rie;Ne.exports.createRedirectInterceptor=Die;Ne.exports.buildConnector=Iie;Ne.exports.errors=DF;function ef(t){return(e,r,n)=>{if(typeof r=="function"&&(n=r,r=null),!e||typeof e!="string"&&typeof e!="object"&&!(e instanceof URL))throw new Np("invalid url");if(r!=null&&typeof r!="object")throw new Np("invalid opts");if(r&&r.path!=null){if(typeof r.path!="string")throw new Np("invalid opts.path");let o=r.path;r.path.startsWith("/")||(o=`/${o}`),e=new URL(La.parseOrigin(e).origin+o)}else r||(r=typeof e=="object"?e:{}),e=La.parseURL(e);let{agent:i,dispatcher:s=_F()}=r;if(i)throw new Np("unsupported opts.agent. Did you mean opts.client?");return t.call(s,{...r,origin:e.origin,path:e.search?`${e.pathname}${e.search}`:e.pathname,method:r.method||(r.body?"PUT":"GET")},n)}}Ne.exports.setGlobalDispatcher=xie;Ne.exports.getGlobalDispatcher=_F;if(La.nodeMajor>16||La.nodeMajor===16&&La.nodeMinor>=8){let t=null;Ne.exports.fetch=async function(o){t||(t=sp().fetch);try{return await t(...arguments)}catch(a){throw typeof a=="object"&&Error.captureStackTrace(a,this),a}},Ne.exports.Headers=ka().Headers,Ne.exports.Response=Jm().Response,Ne.exports.Request=Gd().Request,Ne.exports.FormData=rm().FormData,Ne.exports.File=em().File,Ne.exports.FileReader=xL().FileReader;let{setGlobalOrigin:e,getGlobalOrigin:r}=XA();Ne.exports.setGlobalOrigin=e,Ne.exports.getGlobalOrigin=r;let{CacheStorage:n}=UL(),{kConstruct:i}=cp();Ne.exports.caches=new n(i)}if(La.nodeMajor>=16){let{deleteCookie:t,getCookies:e,getSetCookies:r,setCookie:n}=ZL();Ne.exports.deleteCookie=t,Ne.exports.getCookies=e,Ne.exports.getSetCookies=r,Ne.exports.setCookie=n;let{parseMIMEType:i,serializeAMimeType:s}=vi();Ne.exports.parseMIMEType=i,Ne.exports.serializeAMimeType=s}if(La.nodeMajor>=18&&m0){let{WebSocket:t}=vF();Ne.exports.WebSocket=t}Ne.exports.request=ef(Tc.request);Ne.exports.stream=ef(Tc.stream);Ne.exports.pipeline=ef(Tc.pipeline);Ne.exports.connect=ef(Tc.connect);Ne.exports.upgrade=ef(Tc.upgrade);Ne.exports.MockClient=Bie;Ne.exports.MockPool=bie;Ne.exports.MockAgent=Qie;Ne.exports.mockErrors=Nie});var Fa=h(gt=>{"use strict";var _ie=gt&&gt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),kie=gt&&gt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Rp=gt&&gt.__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)&&_ie(e,t,r);return kie(e,t),e},Gt=gt&&gt.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(gt,"__esModule",{value:!0});gt.HttpClient=gt.isHttps=gt.HttpClientResponse=gt.HttpClientError=gt.getProxyUrl=gt.MediaTypes=gt.Headers=gt.HttpCodes=void 0;var p0=Rp(Q("http")),PF=Rp(Q("https")),y0=Rp(z_()),wp=Rp(W_()),Pie=kF(),Xn;(function(t){t[t.OK=200]="OK",t[t.MultipleChoices=300]="MultipleChoices",t[t.MovedPermanently=301]="MovedPermanently",t[t.ResourceMoved=302]="ResourceMoved",t[t.SeeOther=303]="SeeOther",t[t.NotModified=304]="NotModified",t[t.UseProxy=305]="UseProxy",t[t.SwitchProxy=306]="SwitchProxy",t[t.TemporaryRedirect=307]="TemporaryRedirect",t[t.PermanentRedirect=308]="PermanentRedirect",t[t.BadRequest=400]="BadRequest",t[t.Unauthorized=401]="Unauthorized",t[t.PaymentRequired=402]="PaymentRequired",t[t.Forbidden=403]="Forbidden",t[t.NotFound=404]="NotFound",t[t.MethodNotAllowed=405]="MethodNotAllowed",t[t.NotAcceptable=406]="NotAcceptable",t[t.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",t[t.RequestTimeout=408]="RequestTimeout",t[t.Conflict=409]="Conflict",t[t.Gone=410]="Gone",t[t.TooManyRequests=429]="TooManyRequests",t[t.InternalServerError=500]="InternalServerError",t[t.NotImplemented=501]="NotImplemented",t[t.BadGateway=502]="BadGateway",t[t.ServiceUnavailable=503]="ServiceUnavailable",t[t.GatewayTimeout=504]="GatewayTimeout"})(Xn||(gt.HttpCodes=Xn={}));var Pr;(function(t){t.Accept="accept",t.ContentType="content-type"})(Pr||(gt.Headers=Pr={}));var Os;(function(t){t.ApplicationJson="application/json"})(Os||(gt.MediaTypes=Os={}));function Tie(t){let e=y0.getProxyUrl(new URL(t));return e?e.href:""}gt.getProxyUrl=Tie;var Oie=[Xn.MovedPermanently,Xn.ResourceMoved,Xn.SeeOther,Xn.TemporaryRedirect,Xn.PermanentRedirect],Mie=[Xn.BadGateway,Xn.ServiceUnavailable,Xn.GatewayTimeout],Lie=["OPTIONS","GET","DELETE","HEAD"],Fie=10,Uie=5,xp=class t extends Error{constructor(e,r){super(e),this.name="HttpClientError",this.statusCode=r,Object.setPrototypeOf(this,t.prototype)}};gt.HttpClientError=xp;var vp=class{constructor(e){this.message=e}readBody(){return Gt(this,void 0,void 0,function*(){return new Promise(e=>Gt(this,void 0,void 0,function*(){let r=Buffer.alloc(0);this.message.on("data",n=>{r=Buffer.concat([r,n])}),this.message.on("end",()=>{e(r.toString())})}))})}readBodyBuffer(){return Gt(this,void 0,void 0,function*(){return new Promise(e=>Gt(this,void 0,void 0,function*(){let r=[];this.message.on("data",n=>{r.push(n)}),this.message.on("end",()=>{e(Buffer.concat(r))})}))})}};gt.HttpClientResponse=vp;function qie(t){return new URL(t).protocol==="https:"}gt.isHttps=qie;var E0=class{constructor(e,r,n){this._ignoreSslError=!1,this._allowRedirects=!0,this._allowRedirectDowngrade=!1,this._maxRedirects=50,this._allowRetries=!1,this._maxRetries=1,this._keepAlive=!1,this._disposed=!1,this.userAgent=e,this.handlers=r||[],this.requestOptions=n,n&&(n.ignoreSslError!=null&&(this._ignoreSslError=n.ignoreSslError),this._socketTimeout=n.socketTimeout,n.allowRedirects!=null&&(this._allowRedirects=n.allowRedirects),n.allowRedirectDowngrade!=null&&(this._allowRedirectDowngrade=n.allowRedirectDowngrade),n.maxRedirects!=null&&(this._maxRedirects=Math.max(n.maxRedirects,0)),n.keepAlive!=null&&(this._keepAlive=n.keepAlive),n.allowRetries!=null&&(this._allowRetries=n.allowRetries),n.maxRetries!=null&&(this._maxRetries=n.maxRetries))}options(e,r){return Gt(this,void 0,void 0,function*(){return this.request("OPTIONS",e,null,r||{})})}get(e,r){return Gt(this,void 0,void 0,function*(){return this.request("GET",e,null,r||{})})}del(e,r){return Gt(this,void 0,void 0,function*(){return this.request("DELETE",e,null,r||{})})}post(e,r,n){return Gt(this,void 0,void 0,function*(){return this.request("POST",e,r,n||{})})}patch(e,r,n){return Gt(this,void 0,void 0,function*(){return this.request("PATCH",e,r,n||{})})}put(e,r,n){return Gt(this,void 0,void 0,function*(){return this.request("PUT",e,r,n||{})})}head(e,r){return Gt(this,void 0,void 0,function*(){return this.request("HEAD",e,null,r||{})})}sendStream(e,r,n,i){return Gt(this,void 0,void 0,function*(){return this.request(e,r,n,i)})}getJson(e,r={}){return Gt(this,void 0,void 0,function*(){r[Pr.Accept]=this._getExistingOrDefaultHeader(r,Pr.Accept,Os.ApplicationJson);let n=yield this.get(e,r);return this._processResponse(n,this.requestOptions)})}postJson(e,r,n={}){return Gt(this,void 0,void 0,function*(){let i=JSON.stringify(r,null,2);n[Pr.Accept]=this._getExistingOrDefaultHeader(n,Pr.Accept,Os.ApplicationJson),n[Pr.ContentType]=this._getExistingOrDefaultHeader(n,Pr.ContentType,Os.ApplicationJson);let s=yield this.post(e,i,n);return this._processResponse(s,this.requestOptions)})}putJson(e,r,n={}){return Gt(this,void 0,void 0,function*(){let i=JSON.stringify(r,null,2);n[Pr.Accept]=this._getExistingOrDefaultHeader(n,Pr.Accept,Os.ApplicationJson),n[Pr.ContentType]=this._getExistingOrDefaultHeader(n,Pr.ContentType,Os.ApplicationJson);let s=yield this.put(e,i,n);return this._processResponse(s,this.requestOptions)})}patchJson(e,r,n={}){return Gt(this,void 0,void 0,function*(){let i=JSON.stringify(r,null,2);n[Pr.Accept]=this._getExistingOrDefaultHeader(n,Pr.Accept,Os.ApplicationJson),n[Pr.ContentType]=this._getExistingOrDefaultHeader(n,Pr.ContentType,Os.ApplicationJson);let s=yield this.patch(e,i,n);return this._processResponse(s,this.requestOptions)})}request(e,r,n,i){return Gt(this,void 0,void 0,function*(){if(this._disposed)throw new Error("Client has already been disposed.");let s=new URL(r),o=this._prepareRequest(e,s,i),a=this._allowRetries&&Lie.includes(e)?this._maxRetries+1:1,A=0,c;do{if(c=yield this.requestRaw(o,n),c&&c.message&&c.message.statusCode===Xn.Unauthorized){let u;for(let d of this.handlers)if(d.canHandleAuthentication(c)){u=d;break}return u?u.handleAuthentication(this,o,n):c}let l=this._maxRedirects;for(;c.message.statusCode&&Oie.includes(c.message.statusCode)&&this._allowRedirects&&l>0;){let u=c.message.headers.location;if(!u)break;let d=new URL(u);if(s.protocol==="https:"&&s.protocol!==d.protocol&&!this._allowRedirectDowngrade)throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.");if(yield c.readBody(),d.hostname!==s.hostname)for(let f in i)f.toLowerCase()==="authorization"&&delete i[f];o=this._prepareRequest(e,d,i),c=yield this.requestRaw(o,n),l--}if(!c.message.statusCode||!Mie.includes(c.message.statusCode))return c;A+=1,A<a&&(yield c.readBody(),yield this._performExponentialBackoff(A))}while(A<a);return c})}dispose(){this._agent&&this._agent.destroy(),this._disposed=!0}requestRaw(e,r){return Gt(this,void 0,void 0,function*(){return new Promise((n,i)=>{function s(o,a){o?i(o):a?n(a):i(new Error("Unknown error"))}this.requestRawWithCallback(e,r,s)})})}requestRawWithCallback(e,r,n){typeof r=="string"&&(e.options.headers||(e.options.headers={}),e.options.headers["Content-Length"]=Buffer.byteLength(r,"utf8"));let i=!1;function s(A,c){i||(i=!0,n(A,c))}let o=e.httpModule.request(e.options,A=>{let c=new vp(A);s(void 0,c)}),a;o.on("socket",A=>{a=A}),o.setTimeout(this._socketTimeout||3*6e4,()=>{a&&a.end(),s(new Error(`Request timeout: ${e.options.path}`))}),o.on("error",function(A){s(A)}),r&&typeof r=="string"&&o.write(r,"utf8"),r&&typeof r!="string"?(r.on("close",function(){o.end()}),r.pipe(o)):o.end()}getAgent(e){let r=new URL(e);return this._getAgent(r)}getAgentDispatcher(e){let r=new URL(e),n=y0.getProxyUrl(r);if(n&&n.hostname)return this._getProxyAgentDispatcher(r,n)}_prepareRequest(e,r,n){let i={};i.parsedUrl=r;let s=i.parsedUrl.protocol==="https:";i.httpModule=s?PF:p0;let o=s?443:80;if(i.options={},i.options.host=i.parsedUrl.hostname,i.options.port=i.parsedUrl.port?parseInt(i.parsedUrl.port):o,i.options.path=(i.parsedUrl.pathname||"")+(i.parsedUrl.search||""),i.options.method=e,i.options.headers=this._mergeHeaders(n),this.userAgent!=null&&(i.options.headers["user-agent"]=this.userAgent),i.options.agent=this._getAgent(i.parsedUrl),this.handlers)for(let a of this.handlers)a.prepareRequest(i.options);return i}_mergeHeaders(e){return this.requestOptions&&this.requestOptions.headers?Object.assign({},Sp(this.requestOptions.headers),Sp(e||{})):Sp(e||{})}_getExistingOrDefaultHeader(e,r,n){let i;return this.requestOptions&&this.requestOptions.headers&&(i=Sp(this.requestOptions.headers)[r]),e[r]||i||n}_getAgent(e){let r,n=y0.getProxyUrl(e),i=n&&n.hostname;if(this._keepAlive&&i&&(r=this._proxyAgent),i||(r=this._agent),r)return r;let s=e.protocol==="https:",o=100;if(this.requestOptions&&(o=this.requestOptions.maxSockets||p0.globalAgent.maxSockets),n&&n.hostname){let a={maxSockets:o,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(n.username||n.password)&&{proxyAuth:`${n.username}:${n.password}`}),{host:n.hostname,port:n.port})},A,c=n.protocol==="https:";s?A=c?wp.httpsOverHttps:wp.httpsOverHttp:A=c?wp.httpOverHttps:wp.httpOverHttp,r=A(a),this._proxyAgent=r}if(!r){let a={keepAlive:this._keepAlive,maxSockets:o};r=s?new PF.Agent(a):new p0.Agent(a),this._agent=r}return s&&this._ignoreSslError&&(r.options=Object.assign(r.options||{},{rejectUnauthorized:!1})),r}_getProxyAgentDispatcher(e,r){let n;if(this._keepAlive&&(n=this._proxyAgentDispatcher),n)return n;let i=e.protocol==="https:";return n=new Pie.ProxyAgent(Object.assign({uri:r.href,pipelining:this._keepAlive?1:0},(r.username||r.password)&&{token:`Basic ${Buffer.from(`${r.username}:${r.password}`).toString("base64")}`})),this._proxyAgentDispatcher=n,i&&this._ignoreSslError&&(n.options=Object.assign(n.options.requestTls||{},{rejectUnauthorized:!1})),n}_performExponentialBackoff(e){return Gt(this,void 0,void 0,function*(){e=Math.min(Fie,e);let r=Uie*Math.pow(2,e);return new Promise(n=>setTimeout(()=>n(),r))})}_processResponse(e,r){return Gt(this,void 0,void 0,function*(){return new Promise((n,i)=>Gt(this,void 0,void 0,function*(){let s=e.message.statusCode||0,o={statusCode:s,result:null,headers:{}};s===Xn.NotFound&&n(o);function a(l,u){if(typeof u=="string"){let d=new Date(u);if(!isNaN(d.valueOf()))return d}return u}let A,c;try{c=yield e.readBody(),c&&c.length>0&&(r&&r.deserializeDates?A=JSON.parse(c,a):A=JSON.parse(c),o.result=A),o.headers=e.message.headers}catch{}if(s>299){let l;A&&A.message?l=A.message:c&&c.length>0?l=c:l=`Failed request: (${s})`;let u=new xp(l,s);u.result=o.result,i(u)}else n(o)}))})}};gt.HttpClient=E0;var Sp=t=>Object.keys(t).reduce((e,r)=>(e[r.toLowerCase()]=t[r],e),{})});var Dp=h(rs=>{"use strict";var Q0=rs&&rs.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(rs,"__esModule",{value:!0});rs.PersonalAccessTokenCredentialHandler=rs.BearerCredentialHandler=rs.BasicCredentialHandler=void 0;var C0=class{constructor(e,r){this.username=e,this.password=r}prepareRequest(e){if(!e.headers)throw Error("The request has no headers");e.headers.Authorization=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return!1}handleAuthentication(){return Q0(this,void 0,void 0,function*(){throw new Error("not implemented")})}};rs.BasicCredentialHandler=C0;var I0=class{constructor(e){this.token=e}prepareRequest(e){if(!e.headers)throw Error("The request has no headers");e.headers.Authorization=`Bearer ${this.token}`}canHandleAuthentication(){return!1}handleAuthentication(){return Q0(this,void 0,void 0,function*(){throw new Error("not implemented")})}};rs.BearerCredentialHandler=I0;var B0=class{constructor(e){this.token=e}prepareRequest(e){if(!e.headers)throw Error("The request has no headers");e.headers.Authorization=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return!1}handleAuthentication(){return Q0(this,void 0,void 0,function*(){throw new Error("not implemented")})}};rs.PersonalAccessTokenCredentialHandler=B0});var MF=h(Oc=>{"use strict";var TF=Oc&&Oc.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Oc,"__esModule",{value:!0});Oc.OidcClient=void 0;var Hie=Fa(),zie=Dp(),OF=at(),b0=class t{static createHttpClient(e=!0,r=10){let n={allowRetries:e,maxRetries:r};return new Hie.HttpClient("actions/oidc-client",[new zie.BearerCredentialHandler(t.getRequestToken())],n)}static getRequestToken(){let e=process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN;if(!e)throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable");return e}static getIDTokenUrl(){let e=process.env.ACTIONS_ID_TOKEN_REQUEST_URL;if(!e)throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable");return e}static getCall(e){var r;return TF(this,void 0,void 0,function*(){let s=(r=(yield t.createHttpClient().getJson(e).catch(o=>{throw new Error(`Failed to get ID Token.
Error Code : ${o.statusCode}
Error Message: ${o.message}`)})).result)===null||r===void 0?void 0:r.value;if(!s)throw new Error("Response json body do not have ID Token field");return s})}static getIDToken(e){return TF(this,void 0,void 0,function*(){try{let r=t.getIDTokenUrl();if(e){let i=encodeURIComponent(e);r=`${r}&audience=${i}`}(0,OF.debug)(`ID token url is ${r}`);let n=yield t.getCall(r);return(0,OF.setSecret)(n),n}catch(r){throw new Error(`Error message: ${r.message}`)}})}};Oc.OidcClient=b0});var x0=h(sn=>{"use strict";var N0=sn&&sn.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(sn,"__esModule",{value:!0});sn.summary=sn.markdownSummary=sn.SUMMARY_DOCS_URL=sn.SUMMARY_ENV_VAR=void 0;var jie=Q("os"),w0=Q("fs"),{access:Gie,appendFile:Yie,writeFile:Jie}=w0.promises;sn.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY";sn.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";var S0=class{constructor(){this._buffer=""}filePath(){return N0(this,void 0,void 0,function*(){if(this._filePath)return this._filePath;let e=process.env[sn.SUMMARY_ENV_VAR];if(!e)throw new Error(`Unable to find environment variable for $${sn.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`);try{yield Gie(e,w0.constants.R_OK|w0.constants.W_OK)}catch{throw new Error(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}return this._filePath=e,this._filePath})}wrap(e,r,n={}){let i=Object.entries(n).map(([s,o])=>` ${s}="${o}"`).join("");return r?`<${e}${i}>${r}</${e}>`:`<${e}${i}>`}write(e){return N0(this,void 0,void 0,function*(){let r=!!e?.overwrite,n=yield this.filePath();return yield(r?Jie:Yie)(n,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){return N0(this,void 0,void 0,function*(){return this.emptyBuffer().write({overwrite:!0})})}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){return this._buffer="",this}addRaw(e,r=!1){return this._buffer+=e,r?this.addEOL():this}addEOL(){return this.addRaw(jie.EOL)}addCodeBlock(e,r){let n=Object.assign({},r&&{lang:r}),i=this.wrap("pre",this.wrap("code",e),n);return this.addRaw(i).addEOL()}addList(e,r=!1){let n=r?"ol":"ul",i=e.map(o=>this.wrap("li",o)).join(""),s=this.wrap(n,i);return this.addRaw(s).addEOL()}addTable(e){let r=e.map(i=>{let s=i.map(o=>{if(typeof o=="string")return this.wrap("td",o);let{header:a,data:A,colspan:c,rowspan:l}=o,u=a?"th":"td",d=Object.assign(Object.assign({},c&&{colspan:c}),l&&{rowspan:l});return this.wrap(u,A,d)}).join("");return this.wrap("tr",s)}).join(""),n=this.wrap("table",r);return this.addRaw(n).addEOL()}addDetails(e,r){let n=this.wrap("details",this.wrap("summary",e)+r);return this.addRaw(n).addEOL()}addImage(e,r,n){let{width:i,height:s}=n||{},o=Object.assign(Object.assign({},i&&{width:i}),s&&{height:s}),a=this.wrap("img",null,Object.assign({src:e,alt:r},o));return this.addRaw(a).addEOL()}addHeading(e,r){let n=`h${r}`,i=["h1","h2","h3","h4","h5","h6"].includes(n)?n:"h1",s=this.wrap(i,e);return this.addRaw(s).addEOL()}addSeparator(){let e=this.wrap("hr",null);return this.addRaw(e).addEOL()}addBreak(){let e=this.wrap("br",null);return this.addRaw(e).addEOL()}addQuote(e,r){let n=Object.assign({},r&&{cite:r}),i=this.wrap("blockquote",e,n);return this.addRaw(i).addEOL()}addLink(e,r){let n=this.wrap("a",e,{href:r});return this.addRaw(n).addEOL()}},LF=new S0;sn.markdownSummary=LF;sn.summary=LF});var FF=h(on=>{"use strict";var Vie=on&&on.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Wie=on&&on.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),$ie=on&&on.__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)&&Vie(e,t,r);return Wie(e,t),e};Object.defineProperty(on,"__esModule",{value:!0});on.toPlatformPath=on.toWin32Path=on.toPosixPath=void 0;var Kie=$ie(Q("path"));function Xie(t){return t.replace(/[\\]/g,"/")}on.toPosixPath=Xie;function Zie(t){return t.replace(/[/]/g,"\\")}on.toWin32Path=Zie;function ese(t){return t.replace(/[/\\]/g,Kie.sep)}on.toPlatformPath=ese});var R0=h(ne=>{"use strict";var tse=ne&&ne.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),rse=ne&&ne.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),qF=ne&&ne.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&tse(e,t,r);return rse(e,t),e},v0=ne&&ne.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})},an;Object.defineProperty(ne,"__esModule",{value:!0});ne.getCmdPath=ne.tryGetExecutablePath=ne.isRooted=ne.isDirectory=ne.exists=ne.READONLY=ne.UV_FS_O_EXLOCK=ne.IS_WINDOWS=ne.unlink=ne.symlink=ne.stat=ne.rmdir=ne.rm=ne.rename=ne.readlink=ne.readdir=ne.open=ne.mkdir=ne.lstat=ne.copyFile=ne.chmod=void 0;var HF=qF(Q("fs")),_p=qF(Q("path"));an=HF.promises,ne.chmod=an.chmod,ne.copyFile=an.copyFile,ne.lstat=an.lstat,ne.mkdir=an.mkdir,ne.open=an.open,ne.readdir=an.readdir,ne.readlink=an.readlink,ne.rename=an.rename,ne.rm=an.rm,ne.rmdir=an.rmdir,ne.stat=an.stat,ne.symlink=an.symlink,ne.unlink=an.unlink;ne.IS_WINDOWS=process.platform==="win32";ne.UV_FS_O_EXLOCK=268435456;ne.READONLY=HF.constants.O_RDONLY;function nse(t){return v0(this,void 0,void 0,function*(){try{yield ne.stat(t)}catch(e){if(e.code==="ENOENT")return!1;throw e}return!0})}ne.exists=nse;function ise(t,e=!1){return v0(this,void 0,void 0,function*(){return(e?yield ne.stat(t):yield ne.lstat(t)).isDirectory()})}ne.isDirectory=ise;function sse(t){if(t=ase(t),!t)throw new Error('isRooted() parameter "p" cannot be empty');return ne.IS_WINDOWS?t.startsWith("\\")||/^[A-Z]:/i.test(t):t.startsWith("/")}ne.isRooted=sse;function ose(t,e){return v0(this,void 0,void 0,function*(){let r;try{r=yield ne.stat(t)}catch(i){i.code!=="ENOENT"&&console.log(`Unexpected error attempting to determine if executable file exists '${t}': ${i}`)}if(r&&r.isFile()){if(ne.IS_WINDOWS){let i=_p.extname(t).toUpperCase();if(e.some(s=>s.toUpperCase()===i))return t}else if(UF(r))return t}let n=t;for(let i of e){t=n+i,r=void 0;try{r=yield ne.stat(t)}catch(s){s.code!=="ENOENT"&&console.log(`Unexpected error attempting to determine if executable file exists '${t}': ${s}`)}if(r&&r.isFile()){if(ne.IS_WINDOWS){try{let s=_p.dirname(t),o=_p.basename(t).toUpperCase();for(let a of yield ne.readdir(s))if(o===a.toUpperCase()){t=_p.join(s,a);break}}catch(s){console.log(`Unexpected error attempting to determine the actual case of the file '${t}': ${s}`)}return t}else if(UF(r))return t}}return""})}ne.tryGetExecutablePath=ose;function ase(t){return t=t||"",ne.IS_WINDOWS?(t=t.replace(/\//g,"\\"),t.replace(/\\\\+/g,"\\")):t.replace(/\/\/+/g,"/")}function UF(t){return(t.mode&1)>0||(t.mode&8)>0&&t.gid===process.getgid()||(t.mode&64)>0&&t.uid===process.getuid()}function Ase(){var t;return(t=process.env.COMSPEC)!==null&&t!==void 0?t:"cmd.exe"}ne.getCmdPath=Ase});var kp=h(kt=>{"use strict";var cse=kt&&kt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),lse=kt&&kt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),zF=kt&&kt.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&cse(e,t,r);return lse(e,t),e},xo=kt&&kt.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(kt,"__esModule",{value:!0});kt.findInPath=kt.which=kt.mkdirP=kt.rmRF=kt.mv=kt.cp=void 0;var use=Q("assert"),ns=zF(Q("path")),We=zF(R0());function dse(t,e,r={}){return xo(this,void 0,void 0,function*(){let{force:n,recursive:i,copySourceDirectory:s}=hse(r),o=(yield We.exists(e))?yield We.stat(e):null;if(o&&o.isFile()&&!n)return;let a=o&&o.isDirectory()&&s?ns.join(e,ns.basename(t)):e;if(!(yield We.exists(t)))throw new Error(`no such file or directory: ${t}`);if((yield We.stat(t)).isDirectory())if(i)yield JF(t,a,0,n);else throw new Error(`Failed to copy. ${t} is a directory, but tried to copy without recursive flag.`);else{if(ns.relative(t,a)==="")throw new Error(`'${a}' and '${t}' are the same file`);yield VF(t,a,n)}})}kt.cp=dse;function fse(t,e,r={}){return xo(this,void 0,void 0,function*(){if(yield We.exists(e)){let n=!0;if((yield We.isDirectory(e))&&(e=ns.join(e,ns.basename(t)),n=yield We.exists(e)),n)if(r.force==null||r.force)yield jF(e);else throw new Error("Destination already exists")}yield D0(ns.dirname(e)),yield We.rename(t,e)})}kt.mv=fse;function jF(t){return xo(this,void 0,void 0,function*(){if(We.IS_WINDOWS&&/[*"<>|]/.test(t))throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows');try{yield We.rm(t,{force:!0,maxRetries:3,recursive:!0,retryDelay:300})}catch(e){throw new Error(`File was unable to be removed ${e}`)}})}kt.rmRF=jF;function D0(t){return xo(this,void 0,void 0,function*(){use.ok(t,"a path argument must be provided"),yield We.mkdir(t,{recursive:!0})})}kt.mkdirP=D0;function GF(t,e){return xo(this,void 0,void 0,function*(){if(!t)throw new Error("parameter 'tool' is required");if(e){let n=yield GF(t,!1);if(!n)throw We.IS_WINDOWS?new Error(`Unable to locate executable file: ${t}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`):new Error(`Unable to locate executable file: ${t}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`);return n}let r=yield YF(t);return r&&r.length>0?r[0]:""})}kt.which=GF;function YF(t){return xo(this,void 0,void 0,function*(){if(!t)throw new Error("parameter 'tool' is required");let e=[];if(We.IS_WINDOWS&&process.env.PATHEXT)for(let i of process.env.PATHEXT.split(ns.delimiter))i&&e.push(i);if(We.isRooted(t)){let i=yield We.tryGetExecutablePath(t,e);return i?[i]:[]}if(t.includes(ns.sep))return[];let r=[];if(process.env.PATH)for(let i of process.env.PATH.split(ns.delimiter))i&&r.push(i);let n=[];for(let i of r){let s=yield We.tryGetExecutablePath(ns.join(i,t),e);s&&n.push(s)}return n})}kt.findInPath=YF;function hse(t){let e=t.force==null?!0:t.force,r=!!t.recursive,n=t.copySourceDirectory==null?!0:!!t.copySourceDirectory;return{force:e,recursive:r,copySourceDirectory:n}}function JF(t,e,r,n){return xo(this,void 0,void 0,function*(){if(r>=255)return;r++,yield D0(e);let i=yield We.readdir(t);for(let s of i){let o=`${t}/${s}`,a=`${e}/${s}`;(yield We.lstat(o)).isDirectory()?yield JF(o,a,r,n):yield VF(o,a,n)}yield We.chmod(e,(yield We.stat(t)).mode)})}function VF(t,e,r){return xo(this,void 0,void 0,function*(){if((yield We.lstat(t)).isSymbolicLink()){try{yield We.lstat(e),yield We.unlink(e)}catch(i){i.code==="EPERM"&&(yield We.chmod(e,"0666"),yield We.unlink(e))}let n=yield We.readlink(t);yield We.symlink(n,e,We.IS_WINDOWS?"junction":null)}else(!(yield We.exists(e))||r)&&(yield We.copyFile(t,e))})}});var XF=h(An=>{"use strict";var gse=An&&An.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),mse=An&&An.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Mc=An&&An.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&gse(e,t,r);return mse(e,t),e},WF=An&&An.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(An,"__esModule",{value:!0});An.argStringToArray=An.ToolRunner=void 0;var Pp=Mc(Q("os")),KF=Mc(Q("events")),pse=Mc(Q("child_process")),yse=Mc(Q("path")),Ese=Mc(kp()),$F=Mc(R0()),Cse=Q("timers"),Tp=process.platform==="win32",_0=class extends KF.EventEmitter{constructor(e,r,n){if(super(),!e)throw new Error("Parameter 'toolPath' cannot be null or empty.");this.toolPath=e,this.args=r||[],this.options=n||{}}_debug(e){this.options.listeners&&this.options.listeners.debug&&this.options.listeners.debug(e)}_getCommandString(e,r){let n=this._getSpawnFileName(),i=this._getSpawnArgs(e),s=r?"":"[command]";if(Tp)if(this._isCmdFile()){s+=n;for(let o of i)s+=` ${o}`}else if(e.windowsVerbatimArguments){s+=`"${n}"`;for(let o of i)s+=` ${o}`}else{s+=this._windowsQuoteCmdArg(n);for(let o of i)s+=` ${this._windowsQuoteCmdArg(o)}`}else{s+=n;for(let o of i)s+=` ${o}`}return s}_processLineBuffer(e,r,n){try{let i=r+e.toString(),s=i.indexOf(Pp.EOL);for(;s>-1;){let o=i.substring(0,s);n(o),i=i.substring(s+Pp.EOL.length),s=i.indexOf(Pp.EOL)}return i}catch(i){return this._debug(`error processing line. Failed with error ${i}`),""}}_getSpawnFileName(){return Tp&&this._isCmdFile()?process.env.COMSPEC||"cmd.exe":this.toolPath}_getSpawnArgs(e){if(Tp&&this._isCmdFile()){let r=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(let n of this.args)r+=" ",r+=e.windowsVerbatimArguments?n:this._windowsQuoteCmdArg(n);return r+='"',[r]}return this.args}_endsWith(e,r){return e.endsWith(r)}_isCmdFile(){let e=this.toolPath.toUpperCase();return this._endsWith(e,".CMD")||this._endsWith(e,".BAT")}_windowsQuoteCmdArg(e){if(!this._isCmdFile())return this._uvQuoteCmdArg(e);if(!e)return'""';let r=[" "," ","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'],n=!1;for(let o of e)if(r.some(a=>a===o)){n=!0;break}if(!n)return e;let i='"',s=!0;for(let o=e.length;o>0;o--)i+=e[o-1],s&&e[o-1]==="\\"?i+="\\":e[o-1]==='"'?(s=!0,i+='"'):s=!1;return i+='"',i.split("").reverse().join("")}_uvQuoteCmdArg(e){if(!e)return'""';if(!e.includes(" ")&&!e.includes(" ")&&!e.includes('"'))return e;if(!e.includes('"')&&!e.includes("\\"))return`"${e}"`;let r='"',n=!0;for(let i=e.length;i>0;i--)r+=e[i-1],n&&e[i-1]==="\\"?r+="\\":e[i-1]==='"'?(n=!0,r+="\\"):n=!1;return r+='"',r.split("").reverse().join("")}_cloneExecOptions(e){e=e||{};let r={cwd:e.cwd||process.cwd(),env:e.env||process.env,silent:e.silent||!1,windowsVerbatimArguments:e.windowsVerbatimArguments||!1,failOnStdErr:e.failOnStdErr||!1,ignoreReturnCode:e.ignoreReturnCode||!1,delay:e.delay||1e4};return r.outStream=e.outStream||process.stdout,r.errStream=e.errStream||process.stderr,r}_getSpawnOptions(e,r){e=e||{};let n={};return n.cwd=e.cwd,n.env=e.env,n.windowsVerbatimArguments=e.windowsVerbatimArguments||this._isCmdFile(),e.windowsVerbatimArguments&&(n.argv0=`"${r}"`),n}exec(){return WF(this,void 0,void 0,function*(){return!$F.isRooted(this.toolPath)&&(this.toolPath.includes("/")||Tp&&this.toolPath.includes("\\"))&&(this.toolPath=yse.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)),this.toolPath=yield Ese.which(this.toolPath,!0),new Promise((e,r)=>WF(this,void 0,void 0,function*(){this._debug(`exec tool: ${this.toolPath}`),this._debug("arguments:");for(let c of this.args)this._debug(` ${c}`);let n=this._cloneExecOptions(this.options);!n.silent&&n.outStream&&n.outStream.write(this._getCommandString(n)+Pp.EOL);let i=new k0(n,this.toolPath);if(i.on("debug",c=>{this._debug(c)}),this.options.cwd&&!(yield $F.exists(this.options.cwd)))return r(new Error(`The cwd: ${this.options.cwd} does not exist!`));let s=this._getSpawnFileName(),o=pse.spawn(s,this._getSpawnArgs(n),this._getSpawnOptions(this.options,s)),a="";o.stdout&&o.stdout.on("data",c=>{this.options.listeners&&this.options.listeners.stdout&&this.options.listeners.stdout(c),!n.silent&&n.outStream&&n.outStream.write(c),a=this._processLineBuffer(c,a,l=>{this.options.listeners&&this.options.listeners.stdline&&this.options.listeners.stdline(l)})});let A="";if(o.stderr&&o.stderr.on("data",c=>{i.processStderr=!0,this.options.listeners&&this.options.listeners.stderr&&this.options.listeners.stderr(c),!n.silent&&n.errStream&&n.outStream&&(n.failOnStdErr?n.errStream:n.outStream).write(c),A=this._processLineBuffer(c,A,l=>{this.options.listeners&&this.options.listeners.errline&&this.options.listeners.errline(l)})}),o.on("error",c=>{i.processError=c.message,i.processExited=!0,i.processClosed=!0,i.CheckComplete()}),o.on("exit",c=>{i.processExitCode=c,i.processExited=!0,this._debug(`Exit code ${c} received from tool '${this.toolPath}'`),i.CheckComplete()}),o.on("close",c=>{i.processExitCode=c,i.processExited=!0,i.processClosed=!0,this._debug(`STDIO streams have closed for tool '${this.toolPath}'`),i.CheckComplete()}),i.on("done",(c,l)=>{a.length>0&&this.emit("stdline",a),A.length>0&&this.emit("errline",A),o.removeAllListeners(),c?r(c):e(l)}),this.options.input){if(!o.stdin)throw new Error("child process missing stdin");o.stdin.end(this.options.input)}}))})}};An.ToolRunner=_0;function Ise(t){let e=[],r=!1,n=!1,i="";function s(o){n&&o!=='"'&&(i+="\\"),i+=o,n=!1}for(let o=0;o<t.length;o++){let a=t.charAt(o);if(a==='"'){n?s(a):r=!r;continue}if(a==="\\"&&n){s(a);continue}if(a==="\\"&&r){n=!0;continue}if(a===" "&&!r){i.length>0&&(e.push(i),i="");continue}s(a)}return i.length>0&&e.push(i.trim()),e}An.argStringToArray=Ise;var k0=class t extends KF.EventEmitter{constructor(e,r){if(super(),this.processClosed=!1,this.processError="",this.processExitCode=0,this.processExited=!1,this.processStderr=!1,this.delay=1e4,this.done=!1,this.timeout=null,!r)throw new Error("toolPath must not be empty");this.options=e,this.toolPath=r,e.delay&&(this.delay=e.delay)}CheckComplete(){this.done||(this.processClosed?this._setResult():this.processExited&&(this.timeout=Cse.setTimeout(t.HandleTimeout,this.delay,this)))}_debug(e){this.emit("debug",e)}_setResult(){let e;this.processExited&&(this.processError?e=new Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`):this.processExitCode!==0&&!this.options.ignoreReturnCode?e=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`):this.processStderr&&this.options.failOnStdErr&&(e=new Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`))),this.timeout&&(clearTimeout(this.timeout),this.timeout=null),this.done=!0,this.emit("done",e,this.processExitCode)}static HandleTimeout(e){if(!e.done){if(!e.processClosed&&e.processExited){let r=`The STDIO streams did not close within ${e.delay/1e3} seconds of the exit event from process '${e.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;e._debug(r)}e._setResult()}}}});var tf=h(cn=>{"use strict";var Bse=cn&&cn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Qse=cn&&cn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),bse=cn&&cn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&Bse(e,t,r);return Qse(e,t),e},tU=cn&&cn.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(cn,"__esModule",{value:!0});cn.getExecOutput=cn.exec=void 0;var ZF=Q("string_decoder"),eU=bse(XF());function rU(t,e,r){return tU(this,void 0,void 0,function*(){let n=eU.argStringToArray(t);if(n.length===0)throw new Error("Parameter 'commandLine' cannot be null or empty.");let i=n[0];return e=n.slice(1).concat(e||[]),new eU.ToolRunner(i,e,r).exec()})}cn.exec=rU;function Nse(t,e,r){var n,i;return tU(this,void 0,void 0,function*(){let s="",o="",a=new ZF.StringDecoder("utf8"),A=new ZF.StringDecoder("utf8"),c=(n=r?.listeners)===null||n===void 0?void 0:n.stdout,l=(i=r?.listeners)===null||i===void 0?void 0:i.stderr,u=m=>{o+=A.write(m),l&&l(m)},d=m=>{s+=a.write(m),c&&c(m)},f=Object.assign(Object.assign({},r?.listeners),{stdout:d,stderr:u}),g=yield rU(t,e,Object.assign(Object.assign({},r),{listeners:f}));return s+=a.end(),o+=A.end(),{exitCode:g,stdout:s,stderr:o}})}cn.getExecOutput=Nse});var iU=h(qe=>{"use strict";var wse=qe&&qe.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Sse=qe&&qe.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),xse=qe&&qe.__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)&&wse(e,t,r);return Sse(e,t),e},Mp=qe&&qe.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})},vse=qe&&qe.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(qe,"__esModule",{value:!0});qe.getDetails=qe.isLinux=qe.isMacOS=qe.isWindows=qe.arch=qe.platform=void 0;var nU=vse(Q("os")),Op=xse(tf()),Rse=()=>Mp(void 0,void 0,void 0,function*(){let{stdout:t}=yield Op.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',void 0,{silent:!0}),{stdout:e}=yield Op.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',void 0,{silent:!0});return{name:e.trim(),version:t.trim()}}),Dse=()=>Mp(void 0,void 0,void 0,function*(){var t,e,r,n;let{stdout:i}=yield Op.getExecOutput("sw_vers",void 0,{silent:!0}),s=(e=(t=i.match(/ProductVersion:\s*(.+)/))===null||t===void 0?void 0:t[1])!==null&&e!==void 0?e:"";return{name:(n=(r=i.match(/ProductName:\s*(.+)/))===null||r===void 0?void 0:r[1])!==null&&n!==void 0?n:"",version:s}}),_se=()=>Mp(void 0,void 0,void 0,function*(){let{stdout:t}=yield Op.getExecOutput("lsb_release",["-i","-r","-s"],{silent:!0}),[e,r]=t.trim().split(`
`);return{name:e,version:r}});qe.platform=nU.default.platform();qe.arch=nU.default.arch();qe.isWindows=qe.platform==="win32";qe.isMacOS=qe.platform==="darwin";qe.isLinux=qe.platform==="linux";function kse(){return Mp(this,void 0,void 0,function*(){return Object.assign(Object.assign({},yield qe.isWindows?Rse():qe.isMacOS?Dse():_se()),{platform:qe.platform,arch:qe.arch,isWindows:qe.isWindows,isMacOS:qe.isMacOS,isLinux:qe.isLinux})})}qe.getDetails=kse});var at=h(re=>{"use strict";var Pse=re&&re.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Tse=re&&re.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),T0=re&&re.__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)&&Pse(e,t,r);return Tse(e,t),e},sU=re&&re.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(re,"__esModule",{value:!0});re.platform=re.toPlatformPath=re.toWin32Path=re.toPosixPath=re.markdownSummary=re.summary=re.getIDToken=re.getState=re.saveState=re.group=re.endGroup=re.startGroup=re.info=re.notice=re.warning=re.error=re.debug=re.isDebug=re.setFailed=re.setCommandEcho=re.setOutput=re.getBooleanInput=re.getMultilineInput=re.getInput=re.addPath=re.setSecret=re.exportVariable=re.ExitCode=void 0;var Zn=L_(),Ua=q_(),Lc=Mg(),oU=T0(Q("os")),Ose=T0(Q("path")),Mse=MF(),P0;(function(t){t[t.Success=0]="Success",t[t.Failure=1]="Failure"})(P0||(re.ExitCode=P0={}));function Lse(t,e){let r=(0,Lc.toCommandValue)(e);if(process.env[t]=r,process.env.GITHUB_ENV||"")return(0,Ua.issueFileCommand)("ENV",(0,Ua.prepareKeyValueMessage)(t,e));(0,Zn.issueCommand)("set-env",{name:t},r)}re.exportVariable=Lse;function Fse(t){(0,Zn.issueCommand)("add-mask",{},t)}re.setSecret=Fse;function Use(t){process.env.GITHUB_PATH||""?(0,Ua.issueFileCommand)("PATH",t):(0,Zn.issueCommand)("add-path",{},t),process.env.PATH=`${t}${Ose.delimiter}${process.env.PATH}`}re.addPath=Use;function O0(t,e){let r=process.env[`INPUT_${t.replace(/ /g,"_").toUpperCase()}`]||"";if(e&&e.required&&!r)throw new Error(`Input required and not supplied: ${t}`);return e&&e.trimWhitespace===!1?r:r.trim()}re.getInput=O0;function qse(t,e){let r=O0(t,e).split(`
`).filter(n=>n!=="");return e&&e.trimWhitespace===!1?r:r.map(n=>n.trim())}re.getMultilineInput=qse;function Hse(t,e){let r=["true","True","TRUE"],n=["false","False","FALSE"],i=O0(t,e);if(r.includes(i))return!0;if(n.includes(i))return!1;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${t}
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}re.getBooleanInput=Hse;function zse(t,e){if(process.env.GITHUB_OUTPUT||"")return(0,Ua.issueFileCommand)("OUTPUT",(0,Ua.prepareKeyValueMessage)(t,e));process.stdout.write(oU.EOL),(0,Zn.issueCommand)("set-output",{name:t},(0,Lc.toCommandValue)(e))}re.setOutput=zse;function jse(t){(0,Zn.issue)("echo",t?"on":"off")}re.setCommandEcho=jse;function Gse(t){process.exitCode=P0.Failure,aU(t)}re.setFailed=Gse;function Yse(){return process.env.RUNNER_DEBUG==="1"}re.isDebug=Yse;function Jse(t){(0,Zn.issueCommand)("debug",{},t)}re.debug=Jse;function aU(t,e={}){(0,Zn.issueCommand)("error",(0,Lc.toCommandProperties)(e),t instanceof Error?t.toString():t)}re.error=aU;function Vse(t,e={}){(0,Zn.issueCommand)("warning",(0,Lc.toCommandProperties)(e),t instanceof Error?t.toString():t)}re.warning=Vse;function Wse(t,e={}){(0,Zn.issueCommand)("notice",(0,Lc.toCommandProperties)(e),t instanceof Error?t.toString():t)}re.notice=Wse;function $se(t){process.stdout.write(t+oU.EOL)}re.info=$se;function AU(t){(0,Zn.issue)("group",t)}re.startGroup=AU;function cU(){(0,Zn.issue)("endgroup")}re.endGroup=cU;function Kse(t,e){return sU(this,void 0,void 0,function*(){AU(t);let r;try{r=yield e()}finally{cU()}return r})}re.group=Kse;function Xse(t,e){if(process.env.GITHUB_STATE||"")return(0,Ua.issueFileCommand)("STATE",(0,Ua.prepareKeyValueMessage)(t,e));(0,Zn.issueCommand)("save-state",{name:t},(0,Lc.toCommandValue)(e))}re.saveState=Xse;function Zse(t){return process.env[`STATE_${t}`]||""}re.getState=Zse;function eoe(t){return sU(this,void 0,void 0,function*(){return yield Mse.OidcClient.getIDToken(t)})}re.getIDToken=eoe;var toe=x0();Object.defineProperty(re,"summary",{enumerable:!0,get:function(){return toe.summary}});var roe=x0();Object.defineProperty(re,"markdownSummary",{enumerable:!0,get:function(){return roe.markdownSummary}});var M0=FF();Object.defineProperty(re,"toPosixPath",{enumerable:!0,get:function(){return M0.toPosixPath}});Object.defineProperty(re,"toWin32Path",{enumerable:!0,get:function(){return M0.toWin32Path}});Object.defineProperty(re,"toPlatformPath",{enumerable:!0,get:function(){return M0.toPlatformPath}});re.platform=T0(iU())});var lU=h(is=>{"use strict";var noe=is&&is.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),ioe=is&&is.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),soe=is&&is.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&noe(e,t,r);return ioe(e,t),e};Object.defineProperty(is,"__esModule",{value:!0});is.getOptions=void 0;var L0=soe(at());function ooe(t){let e={followSymbolicLinks:!0,implicitDescendants:!0,omitBrokenSymbolicLinks:!0};return t&&(typeof t.followSymbolicLinks=="boolean"&&(e.followSymbolicLinks=t.followSymbolicLinks,L0.debug(`followSymbolicLinks '${e.followSymbolicLinks}'`)),typeof t.implicitDescendants=="boolean"&&(e.implicitDescendants=t.implicitDescendants,L0.debug(`implicitDescendants '${e.implicitDescendants}'`)),typeof t.omitBrokenSymbolicLinks=="boolean"&&(e.omitBrokenSymbolicLinks=t.omitBrokenSymbolicLinks,L0.debug(`omitBrokenSymbolicLinks '${e.omitBrokenSymbolicLinks}'`))),e}is.getOptions=ooe});var Fp=h(Pt=>{"use strict";var aoe=Pt&&Pt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Aoe=Pt&&Pt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),coe=Pt&&Pt.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&aoe(e,t,r);return Aoe(e,t),e},loe=Pt&&Pt.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Pt,"__esModule",{value:!0});Pt.safeTrimTrailingSeparator=Pt.normalizeSeparators=Pt.hasRoot=Pt.hasAbsoluteRoot=Pt.ensureAbsoluteRoot=Pt.dirname=void 0;var Lp=coe(Q("path")),qa=loe(Q("assert")),vo=process.platform==="win32";function uoe(t){if(t=U0(t),vo&&/^\\\\[^\\]+(\\[^\\]+)?$/.test(t))return t;let e=Lp.dirname(t);return vo&&/^\\\\[^\\]+\\[^\\]+\\$/.test(e)&&(e=U0(e)),e}Pt.dirname=uoe;function doe(t,e){if(qa.default(t,"ensureAbsoluteRoot parameter 'root' must not be empty"),qa.default(e,"ensureAbsoluteRoot parameter 'itemPath' must not be empty"),F0(e))return e;if(vo){if(e.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)){let r=process.cwd();return qa.default(r.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${r}'`),e[0].toUpperCase()===r[0].toUpperCase()?e.length===2?`${e[0]}:\\${r.substr(3)}`:(r.endsWith("\\")||(r+="\\"),`${e[0]}:\\${r.substr(3)}${e.substr(2)}`):`${e[0]}:\\${e.substr(2)}`}else if(rf(e).match(/^\\$|^\\[^\\]/)){let r=process.cwd();return qa.default(r.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${r}'`),`${r[0]}:\\${e.substr(1)}`}}return qa.default(F0(t),"ensureAbsoluteRoot parameter 'root' must have an absolute root"),t.endsWith("/")||vo&&t.endsWith("\\")||(t+=Lp.sep),t+e}Pt.ensureAbsoluteRoot=doe;function F0(t){return qa.default(t,"hasAbsoluteRoot parameter 'itemPath' must not be empty"),t=rf(t),vo?t.startsWith("\\\\")||/^[A-Z]:\\/i.test(t):t.startsWith("/")}Pt.hasAbsoluteRoot=F0;function foe(t){return qa.default(t,"isRooted parameter 'itemPath' must not be empty"),t=rf(t),vo?t.startsWith("\\")||/^[A-Z]:/i.test(t):t.startsWith("/")}Pt.hasRoot=foe;function rf(t){return t=t||"",vo?(t=t.replace(/\//g,"\\"),(/^\\\\+[^\\]/.test(t)?"\\":"")+t.replace(/\\\\+/g,"\\")):t.replace(/\/\/+/g,"/")}Pt.normalizeSeparators=rf;function U0(t){return t?(t=rf(t),!t.endsWith(Lp.sep)||t===Lp.sep||vo&&/^[A-Z]:\\$/i.test(t)?t:t.substr(0,t.length-1)):""}Pt.safeTrimTrailingSeparator=U0});var Up=h(nf=>{"use strict";Object.defineProperty(nf,"__esModule",{value:!0});nf.MatchKind=void 0;var hoe;(function(t){t[t.None=0]="None",t[t.Directory=1]="Directory",t[t.File=2]="File",t[t.All=3]="All"})(hoe=nf.MatchKind||(nf.MatchKind={}))});var fU=h(ln=>{"use strict";var goe=ln&&ln.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),moe=ln&&ln.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),poe=ln&&ln.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&goe(e,t,r);return moe(e,t),e};Object.defineProperty(ln,"__esModule",{value:!0});ln.partialMatch=ln.match=ln.getSearchPaths=void 0;var uU=poe(Fp()),yoe=Up(),dU=process.platform==="win32";function Eoe(t){t=t.filter(n=>!n.negate);let e={};for(let n of t){let i=dU?n.searchPath.toUpperCase():n.searchPath;e[i]="candidate"}let r=[];for(let n of t){let i=dU?n.searchPath.toUpperCase():n.searchPath;if(e[i]==="included")continue;let s=!1,o=i,a=uU.dirname(o);for(;a!==o;){if(e[a]){s=!0;break}o=a,a=uU.dirname(o)}s||(r.push(n.searchPath),e[i]="included")}return r}ln.getSearchPaths=Eoe;function Coe(t,e){let r=yoe.MatchKind.None;for(let n of t)n.negate?r&=~n.match(e):r|=n.match(e);return r}ln.match=Coe;function Ioe(t,e){return t.some(r=>!r.negate&&r.partialMatch(e))}ln.partialMatch=Ioe});var gU=h((CPe,hU)=>{hU.exports=function(t,e){for(var r=[],n=0;n<t.length;n++){var i=e(t[n],n);Boe(i)?r.push.apply(r,i):r.push(i)}return r};var Boe=Array.isArray||function(t){return Object.prototype.toString.call(t)==="[object Array]"}});var CU=h((IPe,EU)=>{"use strict";EU.exports=pU;function pU(t,e,r){t instanceof RegExp&&(t=mU(t,r)),e instanceof RegExp&&(e=mU(e,r));var n=yU(t,e,r);return n&&{start:n[0],end:n[1],pre:r.slice(0,n[0]),body:r.slice(n[0]+t.length,n[1]),post:r.slice(n[1]+e.length)}}function mU(t,e){var r=e.match(t);return r?r[0]:null}pU.range=yU;function yU(t,e,r){var n,i,s,o,a,A=r.indexOf(t),c=r.indexOf(e,A+1),l=A;if(A>=0&&c>0){if(t===e)return[A,c];for(n=[],s=r.length;l>=0&&!a;)l==A?(n.push(l),A=r.indexOf(t,l+1)):n.length==1?a=[n.pop(),c]:(i=n.pop(),i<s&&(s=i,o=c),c=r.indexOf(e,l+1)),l=A<c&&A>=0?A:c;n.length&&(a=[s,o])}return a}});var xU=h((BPe,SU)=>{var Qoe=gU(),IU=CU();SU.exports=woe;var BU="\0SLASH"+Math.random()+"\0",QU="\0OPEN"+Math.random()+"\0",H0="\0CLOSE"+Math.random()+"\0",bU="\0COMMA"+Math.random()+"\0",NU="\0PERIOD"+Math.random()+"\0";function q0(t){return parseInt(t,10)==t?parseInt(t,10):t.charCodeAt(0)}function boe(t){return t.split("\\\\").join(BU).split("\\{").join(QU).split("\\}").join(H0).split("\\,").join(bU).split("\\.").join(NU)}function Noe(t){return t.split(BU).join("\\").split(QU).join("{").split(H0).join("}").split(bU).join(",").split(NU).join(".")}function wU(t){if(!t)return[""];var e=[],r=IU("{","}",t);if(!r)return t.split(",");var n=r.pre,i=r.body,s=r.post,o=n.split(",");o[o.length-1]+="{"+i+"}";var a=wU(s);return s.length&&(o[o.length-1]+=a.shift(),o.push.apply(o,a)),e.push.apply(e,o),e}function woe(t){return t?(t.substr(0,2)==="{}"&&(t="\\{\\}"+t.substr(2)),Fc(boe(t),!0).map(Noe)):[]}function Soe(t){return"{"+t+"}"}function xoe(t){return/^-?0\d/.test(t)}function voe(t,e){return t<=e}function Roe(t,e){return t>=e}function Fc(t,e){var r=[],n=IU("{","}",t);if(!n||/\$$/.test(n.pre))return[t];var i=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),s=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),o=i||s,a=n.body.indexOf(",")>=0;if(!o&&!a)return n.post.match(/,(?!,).*\}/)?(t=n.pre+"{"+n.body+H0+n.post,Fc(t)):[t];var A;if(o)A=n.body.split(/\.\./);else if(A=wU(n.body),A.length===1&&(A=Fc(A[0],!1).map(Soe),A.length===1)){var l=n.post.length?Fc(n.post,!1):[""];return l.map(function(ve){return n.pre+A[0]+ve})}var c=n.pre,l=n.post.length?Fc(n.post,!1):[""],u;if(o){var d=q0(A[0]),f=q0(A[1]),g=Math.max(A[0].length,A[1].length),m=A.length==3?Math.abs(q0(A[2])):1,E=voe,C=f<d;C&&(m*=-1,E=Roe);var I=A.some(xoe);u=[];for(var w=d;E(w,f);w+=m){var S;if(s)S=String.fromCharCode(w),S==="\\"&&(S="");else if(S=String(w),I){var D=g-S.length;if(D>0){var O=new Array(D+1).join("0");w<0?S="-"+O+S.slice(1):S=O+S}}u.push(S)}}else u=Qoe(A,function(be){return Fc(be,!1)});for(var q=0;q<u.length;q++)for(var P=0;P<l.length;P++){var V=c+u[q]+l[P];(!e||o||V)&&r.push(V)}return r}});var Y0=h((QPe,kU)=>{kU.exports=On;On.Minimatch=wr;var sf=(function(){try{return Q("path")}catch{}})()||{sep:"/"};On.sep=sf.sep;var G0=On.GLOBSTAR=wr.GLOBSTAR={},Doe=xU(),vU={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},z0="[^/]",j0=z0+"*?",_oe="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",koe="(?:(?!(?:\\/|^)\\.).)*?",RU=Poe("().*{}+?[]^$\\!");function Poe(t){return t.split("").reduce(function(e,r){return e[r]=!0,e},{})}var DU=/\/+/;On.filter=Toe;function Toe(t,e){return e=e||{},function(r,n,i){return On(r,t,e)}}function Ro(t,e){e=e||{};var r={};return Object.keys(t).forEach(function(n){r[n]=t[n]}),Object.keys(e).forEach(function(n){r[n]=e[n]}),r}On.defaults=function(t){if(!t||typeof t!="object"||!Object.keys(t).length)return On;var e=On,r=function(i,s,o){return e(i,s,Ro(t,o))};return r.Minimatch=function(i,s){return new e.Minimatch(i,Ro(t,s))},r.Minimatch.defaults=function(i){return e.defaults(Ro(t,i)).Minimatch},r.filter=function(i,s){return e.filter(i,Ro(t,s))},r.defaults=function(i){return e.defaults(Ro(t,i))},r.makeRe=function(i,s){return e.makeRe(i,Ro(t,s))},r.braceExpand=function(i,s){return e.braceExpand(i,Ro(t,s))},r.match=function(n,i,s){return e.match(n,i,Ro(t,s))},r};wr.defaults=function(t){return On.defaults(t).Minimatch};function On(t,e,r){return Hp(e),r||(r={}),!r.nocomment&&e.charAt(0)==="#"?!1:new wr(e,r).match(t)}function wr(t,e){if(!(this instanceof wr))return new wr(t,e);Hp(t),e||(e={}),t=t.trim(),!e.allowWindowsEscape&&sf.sep!=="/"&&(t=t.split(sf.sep).join("/")),this.options=e,this.set=[],this.pattern=t,this.regexp=null,this.negate=!1,this.comment=!1,this.empty=!1,this.partial=!!e.partial,this.make()}wr.prototype.debug=function(){};wr.prototype.make=Ooe;function Ooe(){var t=this.pattern,e=this.options;if(!e.nocomment&&t.charAt(0)==="#"){this.comment=!0;return}if(!t){this.empty=!0;return}this.parseNegate();var r=this.globSet=this.braceExpand();e.debug&&(this.debug=function(){console.error.apply(console,arguments)}),this.debug(this.pattern,r),r=this.globParts=r.map(function(n){return n.split(DU)}),this.debug(this.pattern,r),r=r.map(function(n,i,s){return n.map(this.parse,this)},this),this.debug(this.pattern,r),r=r.filter(function(n){return n.indexOf(!1)===-1}),this.debug(this.pattern,r),this.set=r}wr.prototype.parseNegate=Moe;function Moe(){var t=this.pattern,e=!1,r=this.options,n=0;if(!r.nonegate){for(var i=0,s=t.length;i<s&&t.charAt(i)==="!";i++)e=!e,n++;n&&(this.pattern=t.substr(n)),this.negate=e}}On.braceExpand=function(t,e){return _U(t,e)};wr.prototype.braceExpand=_U;function _U(t,e){return e||(this instanceof wr?e=this.options:e={}),t=typeof t>"u"?this.pattern:t,Hp(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:Doe(t)}var Loe=1024*64,Hp=function(t){if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>Loe)throw new TypeError("pattern is too long")};wr.prototype.parse=Foe;var qp={};function Foe(t,e){Hp(t);var r=this.options;if(t==="**")if(r.noglobstar)t="*";else return G0;if(t==="")return"";var n="",i=!!r.nocase,s=!1,o=[],a=[],A,c=!1,l=-1,u=-1,d=t.charAt(0)==="."?"":r.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",f=this;function g(){if(A){switch(A){case"*":n+=j0,i=!0;break;case"?":n+=z0,i=!0;break;default:n+="\\"+A;break}f.debug("clearStateChar %j %j",A,n),A=!1}}for(var m=0,E=t.length,C;m<E&&(C=t.charAt(m));m++){if(this.debug("%s %s %s %j",t,m,n,C),s&&RU[C]){n+="\\"+C,s=!1;continue}switch(C){case"/":return!1;case"\\":g(),s=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s %s %s %j <-- stateChar",t,m,n,C),c){this.debug(" in class"),C==="!"&&m===u+1&&(C="^"),n+=C;continue}f.debug("call clearStateChar %j",A),g(),A=C,r.noext&&g();continue;case"(":if(c){n+="(";continue}if(!A){n+="\\(";continue}o.push({type:A,start:m-1,reStart:n.length,open:vU[A].open,close:vU[A].close}),n+=A==="!"?"(?:(?!(?:":"(?:",this.debug("plType %j %j",A,n),A=!1;continue;case")":if(c||!o.length){n+="\\)";continue}g(),i=!0;var I=o.pop();n+=I.close,I.type==="!"&&a.push(I),I.reEnd=n.length;continue;case"|":if(c||!o.length||s){n+="\\|",s=!1;continue}g(),n+="|";continue;case"[":if(g(),c){n+="\\"+C;continue}c=!0,u=m,l=n.length,n+=C;continue;case"]":if(m===u+1||!c){n+="\\"+C,s=!1;continue}var w=t.substring(u+1,m);try{RegExp("["+w+"]")}catch{var S=this.parse(w,qp);n=n.substr(0,l)+"\\["+S[0]+"\\]",i=i||S[1],c=!1;continue}i=!0,c=!1,n+=C;continue;default:g(),s?s=!1:RU[C]&&!(C==="^"&&c)&&(n+="\\"),n+=C}}for(c&&(w=t.substr(u+1),S=this.parse(w,qp),n=n.substr(0,l)+"\\["+S[0],i=i||S[1]),I=o.pop();I;I=o.pop()){var D=n.slice(I.reStart+I.open.length);this.debug("setting tail",n,I),D=D.replace(/((?:\\{2}){0,64})(\\?)\|/g,function(Ni,lo,Bs){return Bs||(Bs="\\"),lo+lo+Bs+"|"}),this.debug(`tail=%j
%s`,D,D,I,n);var O=I.type==="*"?j0:I.type==="?"?z0:"\\"+I.type;i=!0,n=n.slice(0,I.reStart)+O+"\\("+D}g(),s&&(n+="\\\\");var q=!1;switch(n.charAt(0)){case"[":case".":case"(":q=!0}for(var P=a.length-1;P>-1;P--){var V=a[P],be=n.slice(0,V.reStart),ve=n.slice(V.reStart,V.reEnd-8),z=n.slice(V.reEnd-8,V.reEnd),De=n.slice(V.reEnd);z+=De;var rt=be.split("(").length-1,Rr=De;for(m=0;m<rt;m++)Rr=Rr.replace(/\)[+*?]?/,"");De=Rr;var ar="";De===""&&e!==qp&&(ar="$");var Ao=be+ve+De+ar+z;n=Ao}if(n!==""&&i&&(n="(?=.)"+n),q&&(n=d+n),e===qp)return[n,i];if(!i)return qoe(t);var co=r.nocase?"i":"";try{var bi=new RegExp("^"+n+"$",co)}catch{return new RegExp("$.")}return bi._glob=t,bi._src=n,bi}On.makeRe=function(t,e){return new wr(t,e||{}).makeRe()};wr.prototype.makeRe=Uoe;function Uoe(){if(this.regexp||this.regexp===!1)return this.regexp;var t=this.set;if(!t.length)return this.regexp=!1,this.regexp;var e=this.options,r=e.noglobstar?j0:e.dot?_oe:koe,n=e.nocase?"i":"",i=t.map(function(s){return s.map(function(o){return o===G0?r:typeof o=="string"?Hoe(o):o._src}).join("\\/")}).join("|");i="^(?:"+i+")$",this.negate&&(i="^(?!"+i+").*$");try{this.regexp=new RegExp(i,n)}catch{this.regexp=!1}return this.regexp}On.match=function(t,e,r){r=r||{};var n=new wr(e,r);return t=t.filter(function(i){return n.match(i)}),n.options.nonull&&!t.length&&t.push(e),t};wr.prototype.match=function(e,r){if(typeof r>"u"&&(r=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;var n=this.options;sf.sep!=="/"&&(e=e.split(sf.sep).join("/")),e=e.split(DU),this.debug(this.pattern,"split",e);var i=this.set;this.debug(this.pattern,"set",i);var s,o;for(o=e.length-1;o>=0&&(s=e[o],!s);o--);for(o=0;o<i.length;o++){var a=i[o],A=e;n.matchBase&&a.length===1&&(A=[s]);var c=this.matchOne(A,a,r);if(c)return n.flipNegate?!0:!this.negate}return n.flipNegate?!1:this.negate};wr.prototype.matchOne=function(t,e,r){var n=this.options;this.debug("matchOne",{this:this,file:t,pattern:e}),this.debug("matchOne",t.length,e.length);for(var i=0,s=0,o=t.length,a=e.length;i<o&&s<a;i++,s++){this.debug("matchOne loop");var A=e[s],c=t[i];if(this.debug(e,A,c),A===!1)return!1;if(A===G0){this.debug("GLOBSTAR",[e,A,c]);var l=i,u=s+1;if(u===a){for(this.debug("** at the end");i<o;i++)if(t[i]==="."||t[i]===".."||!n.dot&&t[i].charAt(0)===".")return!1;return!0}for(;l<o;){var d=t[l];if(this.debug(`
globstar while`,t,l,e,u,d),this.matchOne(t.slice(l),e.slice(u),r))return this.debug("globstar found match!",l,o,d),!0;if(d==="."||d===".."||!n.dot&&d.charAt(0)==="."){this.debug("dot detected!",t,l,e,u);break}this.debug("globstar swallow a segment, and continue"),l++}return!!(r&&(this.debug(`
>>> no match, partial?`,t,l,e,u),l===o))}var f;if(typeof A=="string"?(f=c===A,this.debug("string match",A,c,f)):(f=c.match(A),this.debug("pattern match",A,c,f)),!f)return!1}if(i===o&&s===a)return!0;if(i===o)return r;if(s===a)return i===o-1&&t[i]==="";throw new Error("wtf?")};function qoe(t){return t.replace(/\\(.)/g,"$1")}function Hoe(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}});var TU=h(ei=>{"use strict";var zoe=ei&&ei.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),joe=ei&&ei.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),PU=ei&&ei.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&zoe(e,t,r);return joe(e,t),e},Goe=ei&&ei.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ei,"__esModule",{value:!0});ei.Path=void 0;var of=PU(Q("path")),Do=PU(Fp()),af=Goe(Q("assert")),Yoe=process.platform==="win32",J0=class{constructor(e){if(this.segments=[],typeof e=="string")if(af.default(e,"Parameter 'itemPath' must not be empty"),e=Do.safeTrimTrailingSeparator(e),!Do.hasRoot(e))this.segments=e.split(of.sep);else{let r=e,n=Do.dirname(r);for(;n!==r;){let i=of.basename(r);this.segments.unshift(i),r=n,n=Do.dirname(r)}this.segments.unshift(r)}else{af.default(e.length>0,"Parameter 'itemPath' must not be an empty array");for(let r=0;r<e.length;r++){let n=e[r];af.default(n,"Parameter 'itemPath' must not contain any empty segments"),n=Do.normalizeSeparators(e[r]),r===0&&Do.hasRoot(n)?(n=Do.safeTrimTrailingSeparator(n),af.default(n===Do.dirname(n),"Parameter 'itemPath' root segment contains information for multiple segments"),this.segments.push(n)):(af.default(!n.includes(of.sep),"Parameter 'itemPath' contains unexpected path separators"),this.segments.push(n))}}}toString(){let e=this.segments[0],r=e.endsWith(of.sep)||Yoe&&/^[A-Z]:$/i.test(e);for(let n=1;n<this.segments.length;n++)r?r=!1:e+=of.sep,e+=this.segments[n];return e}};ei.Path=J0});var OU=h(ti=>{"use strict";var Joe=ti&&ti.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Voe=ti&&ti.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),$0=ti&&ti.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&Joe(e,t,r);return Voe(e,t),e},Woe=ti&&ti.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ti,"__esModule",{value:!0});ti.Pattern=void 0;var $oe=$0(Q("os")),Af=$0(Q("path")),un=$0(Fp()),Ha=Woe(Q("assert")),Koe=Y0(),V0=Up(),zp=TU(),Ms=process.platform==="win32",W0=class t{constructor(e,r=!1,n,i){this.negate=!1;let s;if(typeof e=="string")s=e.trim();else{n=n||[],Ha.default(n.length,"Parameter 'segments' must not empty");let c=t.getLiteral(n[0]);Ha.default(c&&un.hasAbsoluteRoot(c),"Parameter 'segments' first element must be a root path"),s=new zp.Path(n).toString().trim(),e&&(s=`!${s}`)}for(;s.startsWith("!");)this.negate=!this.negate,s=s.substr(1).trim();s=t.fixupPattern(s,i),this.segments=new zp.Path(s).segments,this.trailingSeparator=un.normalizeSeparators(s).endsWith(Af.sep),s=un.safeTrimTrailingSeparator(s);let o=!1,a=this.segments.map(c=>t.getLiteral(c)).filter(c=>!o&&!(o=c===""));this.searchPath=new zp.Path(a).toString(),this.rootRegExp=new RegExp(t.regExpEscape(a[0]),Ms?"i":""),this.isImplicitPattern=r;let A={dot:!0,nobrace:!0,nocase:Ms,nocomment:!0,noext:!0,nonegate:!0};s=Ms?s.replace(/\\/g,"/"):s,this.minimatch=new Koe.Minimatch(s,A)}match(e){return this.segments[this.segments.length-1]==="**"?(e=un.normalizeSeparators(e),!e.endsWith(Af.sep)&&this.isImplicitPattern===!1&&(e=`${e}${Af.sep}`)):e=un.safeTrimTrailingSeparator(e),this.minimatch.match(e)?this.trailingSeparator?V0.MatchKind.Directory:V0.MatchKind.All:V0.MatchKind.None}partialMatch(e){return e=un.safeTrimTrailingSeparator(e),un.dirname(e)===e?this.rootRegExp.test(e):this.minimatch.matchOne(e.split(Ms?/\\+/:/\/+/),this.minimatch.set[0],!0)}static globEscape(e){return(Ms?e:e.replace(/\\/g,"\\\\")).replace(/(\[)(?=[^/]+\])/g,"[[]").replace(/\?/g,"[?]").replace(/\*/g,"[*]")}static fixupPattern(e,r){Ha.default(e,"pattern cannot be empty");let n=new zp.Path(e).segments.map(i=>t.getLiteral(i));if(Ha.default(n.every((i,s)=>(i!=="."||s===0)&&i!==".."),`Invalid pattern '${e}'. Relative pathing '.' and '..' is not allowed.`),Ha.default(!un.hasRoot(e)||n[0],`Invalid pattern '${e}'. Root segment must not contain globs.`),e=un.normalizeSeparators(e),e==="."||e.startsWith(`.${Af.sep}`))e=t.globEscape(process.cwd())+e.substr(1);else if(e==="~"||e.startsWith(`~${Af.sep}`))r=r||$oe.homedir(),Ha.default(r,"Unable to determine HOME directory"),Ha.default(un.hasAbsoluteRoot(r),`Expected HOME directory to be a rooted path. Actual '${r}'`),e=t.globEscape(r)+e.substr(1);else if(Ms&&(e.match(/^[A-Z]:$/i)||e.match(/^[A-Z]:[^\\]/i))){let i=un.ensureAbsoluteRoot("C:\\dummy-root",e.substr(0,2));e.length>2&&!i.endsWith("\\")&&(i+="\\"),e=t.globEscape(i)+e.substr(2)}else if(Ms&&(e==="\\"||e.match(/^\\[^\\]/))){let i=un.ensureAbsoluteRoot("C:\\dummy-root","\\");i.endsWith("\\")||(i+="\\"),e=t.globEscape(i)+e.substr(1)}else e=un.ensureAbsoluteRoot(t.globEscape(process.cwd()),e);return un.normalizeSeparators(e)}static getLiteral(e){let r="";for(let n=0;n<e.length;n++){let i=e[n];if(i==="\\"&&!Ms&&n+1<e.length){r+=e[++n];continue}else{if(i==="*"||i==="?")return"";if(i==="["&&n+1<e.length){let s="",o=-1;for(let a=n+1;a<e.length;a++){let A=e[a];if(A==="\\"&&!Ms&&a+1<e.length){s+=e[++a];continue}else if(A==="]"){o=a;break}else s+=A}if(o>=0){if(s.length>1)return"";if(s){r+=s,n=o;continue}}}}r+=i}return r}static regExpEscape(e){return e.replace(/[[\\^$.|?*+()]/g,"\\$&")}};ti.Pattern=W0});var MU=h(jp=>{"use strict";Object.defineProperty(jp,"__esModule",{value:!0});jp.SearchState=void 0;var K0=class{constructor(e,r){this.path=e,this.level=r}};jp.SearchState=K0});var HU=h(cr=>{"use strict";var Xoe=cr&&cr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r),Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[r]}})}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Zoe=cr&&cr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),lf=cr&&cr.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.hasOwnProperty.call(t,r)&&Xoe(e,t,r);return Zoe(e,t),e},X0=cr&&cr.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})},eae=cr&&cr.__asyncValues||function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof __values=="function"?__values(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,A){o=t[s](o),i(a,A,o.done,o.value)})}}function i(s,o,a,A){Promise.resolve(A).then(function(c){s({value:c,done:a})},o)}},_o=cr&&cr.__await||function(t){return this instanceof _o?(this.v=t,this):new _o(t)},tae=cr&&cr.__asyncGenerator||function(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(d){n[d]&&(i[d]=function(f){return new Promise(function(g,m){s.push([d,f,g,m])>1||a(d,f)})})}function a(d,f){try{A(n[d](f))}catch(g){u(s[0][3],g)}}function A(d){d.value instanceof _o?Promise.resolve(d.value.v).then(c,l):u(s[0][2],d)}function c(d){a("next",d)}function l(d){a("throw",d)}function u(d,f){d(f),s.shift(),s.length&&a(s[0][0],s[0][1])}};Object.defineProperty(cr,"__esModule",{value:!0});cr.DefaultGlobber=void 0;var Z0=lf(at()),cf=lf(Q("fs")),LU=lf(lU()),rae=lf(Q("path")),Gp=lf(fU()),FU=Up(),UU=OU(),qU=MU(),nae=process.platform==="win32",eN=class t{constructor(e){this.patterns=[],this.searchPaths=[],this.options=LU.getOptions(e)}getSearchPaths(){return this.searchPaths.slice()}glob(){var e,r;return X0(this,void 0,void 0,function*(){let n=[];try{for(var i=eae(this.globGenerator()),s;s=yield i.next(),!s.done;){let o=s.value;n.push(o)}}catch(o){e={error:o}}finally{try{s&&!s.done&&(r=i.return)&&(yield r.call(i))}finally{if(e)throw e.error}}return n})}globGenerator(){return tae(this,arguments,function*(){let r=LU.getOptions(this.options),n=[];for(let o of this.patterns)n.push(o),r.implicitDescendants&&(o.trailingSeparator||o.segments[o.segments.length-1]!=="**")&&n.push(new UU.Pattern(o.negate,!0,o.segments.concat("**")));let i=[];for(let o of Gp.getSearchPaths(n)){Z0.debug(`Search path '${o}'`);try{yield _o(cf.promises.lstat(o))}catch(a){if(a.code==="ENOENT")continue;throw a}i.unshift(new qU.SearchState(o,1))}let s=[];for(;i.length;){let o=i.pop(),a=Gp.match(n,o.path),A=!!a||Gp.partialMatch(n,o.path);if(!a&&!A)continue;let c=yield _o(t.stat(o,r,s));if(c)if(c.isDirectory()){if(a&FU.MatchKind.Directory)yield yield _o(o.path);else if(!A)continue;let l=o.level+1,u=(yield _o(cf.promises.readdir(o.path))).map(d=>new qU.SearchState(rae.join(o.path,d),l));i.push(...u.reverse())}else a&FU.MatchKind.File&&(yield yield _o(o.path))}})}static create(e,r){return X0(this,void 0,void 0,function*(){let n=new t(r);nae&&(e=e.replace(/\r\n/g,`
`),e=e.replace(/\r/g,`
`));let i=e.split(`
`).map(s=>s.trim());for(let s of i)!s||s.startsWith("#")||n.patterns.push(new UU.Pattern(s));return n.searchPaths.push(...Gp.getSearchPaths(n.patterns)),n})}static stat(e,r,n){return X0(this,void 0,void 0,function*(){let i;if(r.followSymbolicLinks)try{i=yield cf.promises.stat(e.path)}catch(s){if(s.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){Z0.debug(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw s}else i=yield cf.promises.lstat(e.path);if(i.isDirectory()&&r.followSymbolicLinks){let s=yield cf.promises.realpath(e.path);for(;n.length>=e.level;)n.pop();if(n.some(o=>o===s)){Z0.debug(`Symlink cycle detected for path '${e.path}' and realpath '${s}'`);return}n.push(s)}return i})}};cr.DefaultGlobber=eN});var zU=h(Uc=>{"use strict";var iae=Uc&&Uc.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Uc,"__esModule",{value:!0});Uc.create=void 0;var sae=HU();function oae(t,e){return iae(this,void 0,void 0,function*(){return yield sae.DefaultGlobber.create(t,e)})}Uc.create=oae});var WU=h((ye,VU)=>{ye=VU.exports=xe;var Ke;typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?Ke=function(){var t=Array.prototype.slice.call(arguments,0);t.unshift("SEMVER"),console.log.apply(console,t)}:Ke=function(){};ye.SEMVER_SPEC_VERSION="2.0.0";var uf=256,Yp=Number.MAX_SAFE_INTEGER||9007199254740991,tN=16,aae=uf-6,qc=ye.re=[],$e=ye.safeRe=[],k=ye.src=[],v=ye.tokens={},YU=0;function _e(t){v[t]=YU++}var nN="[a-zA-Z0-9-]",rN=[["\\s",1],["\\d",uf],[nN,aae]];function ff(t){for(var e=0;e<rN.length;e++){var r=rN[e][0],n=rN[e][1];t=t.split(r+"*").join(r+"{0,"+n+"}").split(r+"+").join(r+"{1,"+n+"}")}return t}_e("NUMERICIDENTIFIER");k[v.NUMERICIDENTIFIER]="0|[1-9]\\d*";_e("NUMERICIDENTIFIERLOOSE");k[v.NUMERICIDENTIFIERLOOSE]="\\d+";_e("NONNUMERICIDENTIFIER");k[v.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-]"+nN+"*";_e("MAINVERSION");k[v.MAINVERSION]="("+k[v.NUMERICIDENTIFIER]+")\\.("+k[v.NUMERICIDENTIFIER]+")\\.("+k[v.NUMERICIDENTIFIER]+")";_e("MAINVERSIONLOOSE");k[v.MAINVERSIONLOOSE]="("+k[v.NUMERICIDENTIFIERLOOSE]+")\\.("+k[v.NUMERICIDENTIFIERLOOSE]+")\\.("+k[v.NUMERICIDENTIFIERLOOSE]+")";_e("PRERELEASEIDENTIFIER");k[v.PRERELEASEIDENTIFIER]="(?:"+k[v.NUMERICIDENTIFIER]+"|"+k[v.NONNUMERICIDENTIFIER]+")";_e("PRERELEASEIDENTIFIERLOOSE");k[v.PRERELEASEIDENTIFIERLOOSE]="(?:"+k[v.NUMERICIDENTIFIERLOOSE]+"|"+k[v.NONNUMERICIDENTIFIER]+")";_e("PRERELEASE");k[v.PRERELEASE]="(?:-("+k[v.PRERELEASEIDENTIFIER]+"(?:\\."+k[v.PRERELEASEIDENTIFIER]+")*))";_e("PRERELEASELOOSE");k[v.PRERELEASELOOSE]="(?:-?("+k[v.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+k[v.PRERELEASEIDENTIFIERLOOSE]+")*))";_e("BUILDIDENTIFIER");k[v.BUILDIDENTIFIER]=nN+"+";_e("BUILD");k[v.BUILD]="(?:\\+("+k[v.BUILDIDENTIFIER]+"(?:\\."+k[v.BUILDIDENTIFIER]+")*))";_e("FULL");_e("FULLPLAIN");k[v.FULLPLAIN]="v?"+k[v.MAINVERSION]+k[v.PRERELEASE]+"?"+k[v.BUILD]+"?";k[v.FULL]="^"+k[v.FULLPLAIN]+"$";_e("LOOSEPLAIN");k[v.LOOSEPLAIN]="[v=\\s]*"+k[v.MAINVERSIONLOOSE]+k[v.PRERELEASELOOSE]+"?"+k[v.BUILD]+"?";_e("LOOSE");k[v.LOOSE]="^"+k[v.LOOSEPLAIN]+"$";_e("GTLT");k[v.GTLT]="((?:<|>)?=?)";_e("XRANGEIDENTIFIERLOOSE");k[v.XRANGEIDENTIFIERLOOSE]=k[v.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*";_e("XRANGEIDENTIFIER");k[v.XRANGEIDENTIFIER]=k[v.NUMERICIDENTIFIER]+"|x|X|\\*";_e("XRANGEPLAIN");k[v.XRANGEPLAIN]="[v=\\s]*("+k[v.XRANGEIDENTIFIER]+")(?:\\.("+k[v.XRANGEIDENTIFIER]+")(?:\\.("+k[v.XRANGEIDENTIFIER]+")(?:"+k[v.PRERELEASE]+")?"+k[v.BUILD]+"?)?)?";_e("XRANGEPLAINLOOSE");k[v.XRANGEPLAINLOOSE]="[v=\\s]*("+k[v.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+k[v.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+k[v.XRANGEIDENTIFIERLOOSE]+")(?:"+k[v.PRERELEASELOOSE]+")?"+k[v.BUILD]+"?)?)?";_e("XRANGE");k[v.XRANGE]="^"+k[v.GTLT]+"\\s*"+k[v.XRANGEPLAIN]+"$";_e("XRANGELOOSE");k[v.XRANGELOOSE]="^"+k[v.GTLT]+"\\s*"+k[v.XRANGEPLAINLOOSE]+"$";_e("COERCE");k[v.COERCE]="(^|[^\\d])(\\d{1,"+tN+"})(?:\\.(\\d{1,"+tN+"}))?(?:\\.(\\d{1,"+tN+"}))?(?:$|[^\\d])";_e("COERCERTL");qc[v.COERCERTL]=new RegExp(k[v.COERCE],"g");$e[v.COERCERTL]=new RegExp(ff(k[v.COERCE]),"g");_e("LONETILDE");k[v.LONETILDE]="(?:~>?)";_e("TILDETRIM");k[v.TILDETRIM]="(\\s*)"+k[v.LONETILDE]+"\\s+";qc[v.TILDETRIM]=new RegExp(k[v.TILDETRIM],"g");$e[v.TILDETRIM]=new RegExp(ff(k[v.TILDETRIM]),"g");var Aae="$1~";_e("TILDE");k[v.TILDE]="^"+k[v.LONETILDE]+k[v.XRANGEPLAIN]+"$";_e("TILDELOOSE");k[v.TILDELOOSE]="^"+k[v.LONETILDE]+k[v.XRANGEPLAINLOOSE]+"$";_e("LONECARET");k[v.LONECARET]="(?:\\^)";_e("CARETTRIM");k[v.CARETTRIM]="(\\s*)"+k[v.LONECARET]+"\\s+";qc[v.CARETTRIM]=new RegExp(k[v.CARETTRIM],"g");$e[v.CARETTRIM]=new RegExp(ff(k[v.CARETTRIM]),"g");var cae="$1^";_e("CARET");k[v.CARET]="^"+k[v.LONECARET]+k[v.XRANGEPLAIN]+"$";_e("CARETLOOSE");k[v.CARETLOOSE]="^"+k[v.LONECARET]+k[v.XRANGEPLAINLOOSE]+"$";_e("COMPARATORLOOSE");k[v.COMPARATORLOOSE]="^"+k[v.GTLT]+"\\s*("+k[v.LOOSEPLAIN]+")$|^$";_e("COMPARATOR");k[v.COMPARATOR]="^"+k[v.GTLT]+"\\s*("+k[v.FULLPLAIN]+")$|^$";_e("COMPARATORTRIM");k[v.COMPARATORTRIM]="(\\s*)"+k[v.GTLT]+"\\s*("+k[v.LOOSEPLAIN]+"|"+k[v.XRANGEPLAIN]+")";qc[v.COMPARATORTRIM]=new RegExp(k[v.COMPARATORTRIM],"g");$e[v.COMPARATORTRIM]=new RegExp(ff(k[v.COMPARATORTRIM]),"g");var lae="$1$2$3";_e("HYPHENRANGE");k[v.HYPHENRANGE]="^\\s*("+k[v.XRANGEPLAIN]+")\\s+-\\s+("+k[v.XRANGEPLAIN]+")\\s*$";_e("HYPHENRANGELOOSE");k[v.HYPHENRANGELOOSE]="^\\s*("+k[v.XRANGEPLAINLOOSE]+")\\s+-\\s+("+k[v.XRANGEPLAINLOOSE]+")\\s*$";_e("STAR");k[v.STAR]="(<|>)?=?\\s*\\*";for(ss=0;ss<YU;ss++)Ke(ss,k[ss]),qc[ss]||(qc[ss]=new RegExp(k[ss]),$e[ss]=new RegExp(ff(k[ss])));var ss;ye.parse=ja;function ja(t,e){if((!e||typeof e!="object")&&(e={loose:!!e,includePrerelease:!1}),t instanceof xe)return t;if(typeof t!="string"||t.length>uf)return null;var r=e.loose?$e[v.LOOSE]:$e[v.FULL];if(!r.test(t))return null;try{return new xe(t,e)}catch{return null}}ye.valid=uae;function uae(t,e){var r=ja(t,e);return r?r.version:null}ye.clean=dae;function dae(t,e){var r=ja(t.trim().replace(/^[=v]+/,""),e);return r?r.version:null}ye.SemVer=xe;function xe(t,e){if((!e||typeof e!="object")&&(e={loose:!!e,includePrerelease:!1}),t instanceof xe){if(t.loose===e.loose)return t;t=t.version}else if(typeof t!="string")throw new TypeError("Invalid Version: "+t);if(t.length>uf)throw new TypeError("version is longer than "+uf+" characters");if(!(this instanceof xe))return new xe(t,e);Ke("SemVer",t,e),this.options=e,this.loose=!!e.loose;var r=t.trim().match(e.loose?$e[v.LOOSE]:$e[v.FULL]);if(!r)throw new TypeError("Invalid Version: "+t);if(this.raw=t,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>Yp||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Yp||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Yp||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map(function(n){if(/^[0-9]+$/.test(n)){var i=+n;if(i>=0&&i<Yp)return i}return n}):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}xe.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version};xe.prototype.toString=function(){return this.version};xe.prototype.compare=function(t){return Ke("SemVer.compare",this.version,this.options,t),t instanceof xe||(t=new xe(t,this.options)),this.compareMain(t)||this.comparePre(t)};xe.prototype.compareMain=function(t){return t instanceof xe||(t=new xe(t,this.options)),za(this.major,t.major)||za(this.minor,t.minor)||za(this.patch,t.patch)};xe.prototype.comparePre=function(t){if(t instanceof xe||(t=new xe(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;var e=0;do{var r=this.prerelease[e],n=t.prerelease[e];if(Ke("prerelease compare",e,r,n),r===void 0&&n===void 0)return 0;if(n===void 0)return 1;if(r===void 0)return-1;if(r===n)continue;return za(r,n)}while(++e)};xe.prototype.compareBuild=function(t){t instanceof xe||(t=new xe(t,this.options));var e=0;do{var r=this.build[e],n=t.build[e];if(Ke("prerelease compare",e,r,n),r===void 0&&n===void 0)return 0;if(n===void 0)return 1;if(r===void 0)return-1;if(r===n)continue;return za(r,n)}while(++e)};xe.prototype.inc=function(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",e),this.inc("pre",e);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{for(var r=this.prerelease.length;--r>=0;)typeof this.prerelease[r]=="number"&&(this.prerelease[r]++,r=-2);r===-1&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: "+t)}return this.format(),this.raw=this.version,this};ye.inc=fae;function fae(t,e,r,n){typeof r=="string"&&(n=r,r=void 0);try{return new xe(t,r).inc(e,n).version}catch{return null}}ye.diff=hae;function hae(t,e){if(iN(t,e))return null;var r=ja(t),n=ja(e),i="";if(r.prerelease.length||n.prerelease.length){i="pre";var s="prerelease"}for(var o in r)if((o==="major"||o==="minor"||o==="patch")&&r[o]!==n[o])return i+o;return s}ye.compareIdentifiers=za;var jU=/^[0-9]+$/;function za(t,e){var r=jU.test(t),n=jU.test(e);return r&&n&&(t=+t,e=+e),t===e?0:r&&!n?-1:n&&!r?1:t<e?-1:1}ye.rcompareIdentifiers=gae;function gae(t,e){return za(e,t)}ye.major=mae;function mae(t,e){return new xe(t,e).major}ye.minor=pae;function pae(t,e){return new xe(t,e).minor}ye.patch=yae;function yae(t,e){return new xe(t,e).patch}ye.compare=Ls;function Ls(t,e,r){return new xe(t,r).compare(new xe(e,r))}ye.compareLoose=Eae;function Eae(t,e){return Ls(t,e,!0)}ye.compareBuild=Cae;function Cae(t,e,r){var n=new xe(t,r),i=new xe(e,r);return n.compare(i)||n.compareBuild(i)}ye.rcompare=Iae;function Iae(t,e,r){return Ls(e,t,r)}ye.sort=Bae;function Bae(t,e){return t.sort(function(r,n){return ye.compareBuild(r,n,e)})}ye.rsort=Qae;function Qae(t,e){return t.sort(function(r,n){return ye.compareBuild(n,r,e)})}ye.gt=df;function df(t,e,r){return Ls(t,e,r)>0}ye.lt=Jp;function Jp(t,e,r){return Ls(t,e,r)<0}ye.eq=iN;function iN(t,e,r){return Ls(t,e,r)===0}ye.neq=JU;function JU(t,e,r){return Ls(t,e,r)!==0}ye.gte=sN;function sN(t,e,r){return Ls(t,e,r)>=0}ye.lte=oN;function oN(t,e,r){return Ls(t,e,r)<=0}ye.cmp=Vp;function Vp(t,e,r,n){switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t===r;case"!==":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t!==r;case"":case"=":case"==":return iN(t,r,n);case"!=":return JU(t,r,n);case">":return df(t,r,n);case">=":return sN(t,r,n);case"<":return Jp(t,r,n);case"<=":return oN(t,r,n);default:throw new TypeError("Invalid operator: "+e)}}ye.Comparator=ri;function ri(t,e){if((!e||typeof e!="object")&&(e={loose:!!e,includePrerelease:!1}),t instanceof ri){if(t.loose===!!e.loose)return t;t=t.value}if(!(this instanceof ri))return new ri(t,e);t=t.trim().split(/\s+/).join(" "),Ke("comparator",t,e),this.options=e,this.loose=!!e.loose,this.parse(t),this.semver===Hc?this.value="":this.value=this.operator+this.semver.version,Ke("comp",this)}var Hc={};ri.prototype.parse=function(t){var e=this.options.loose?$e[v.COMPARATORLOOSE]:$e[v.COMPARATOR],r=t.match(e);if(!r)throw new TypeError("Invalid comparator: "+t);this.operator=r[1]!==void 0?r[1]:"",this.operator==="="&&(this.operator=""),r[2]?this.semver=new xe(r[2],this.options.loose):this.semver=Hc};ri.prototype.toString=function(){return this.value};ri.prototype.test=function(t){if(Ke("Comparator.test",t,this.options.loose),this.semver===Hc||t===Hc)return!0;if(typeof t=="string")try{t=new xe(t,this.options)}catch{return!1}return Vp(t,this.operator,this.semver,this.options)};ri.prototype.intersects=function(t,e){if(!(t instanceof ri))throw new TypeError("a Comparator is required");(!e||typeof e!="object")&&(e={loose:!!e,includePrerelease:!1});var r;if(this.operator==="")return this.value===""?!0:(r=new vt(t.value,e),Wp(this.value,r,e));if(t.operator==="")return t.value===""?!0:(r=new vt(this.value,e),Wp(t.semver,r,e));var n=(this.operator===">="||this.operator===">")&&(t.operator===">="||t.operator===">"),i=(this.operator==="<="||this.operator==="<")&&(t.operator==="<="||t.operator==="<"),s=this.semver.version===t.semver.version,o=(this.operator===">="||this.operator==="<=")&&(t.operator===">="||t.operator==="<="),a=Vp(this.semver,"<",t.semver,e)&&(this.operator===">="||this.operator===">")&&(t.operator==="<="||t.operator==="<"),A=Vp(this.semver,">",t.semver,e)&&(this.operator==="<="||this.operator==="<")&&(t.operator===">="||t.operator===">");return n||i||s&&o||a||A};ye.Range=vt;function vt(t,e){if((!e||typeof e!="object")&&(e={loose:!!e,includePrerelease:!1}),t instanceof vt)return t.loose===!!e.loose&&t.includePrerelease===!!e.includePrerelease?t:new vt(t.raw,e);if(t instanceof ri)return new vt(t.value,e);if(!(this instanceof vt))return new vt(t,e);if(this.options=e,this.loose=!!e.loose,this.includePrerelease=!!e.includePrerelease,this.raw=t.trim().split(/\s+/).join(" "),this.set=this.raw.split("||").map(function(r){return this.parseRange(r.trim())},this).filter(function(r){return r.length}),!this.set.length)throw new TypeError("Invalid SemVer Range: "+this.raw);this.format()}vt.prototype.format=function(){return this.range=this.set.map(function(t){return t.join(" ").trim()}).join("||").trim(),this.range};vt.prototype.toString=function(){return this.range};vt.prototype.parseRange=function(t){var e=this.options.loose,r=e?$e[v.HYPHENRANGELOOSE]:$e[v.HYPHENRANGE];t=t.replace(r,kae),Ke("hyphen replace",t),t=t.replace($e[v.COMPARATORTRIM],lae),Ke("comparator trim",t,$e[v.COMPARATORTRIM]),t=t.replace($e[v.TILDETRIM],Aae),t=t.replace($e[v.CARETTRIM],cae),t=t.split(/\s+/).join(" ");var n=e?$e[v.COMPARATORLOOSE]:$e[v.COMPARATOR],i=t.split(" ").map(function(s){return Nae(s,this.options)},this).join(" ").split(/\s+/);return this.options.loose&&(i=i.filter(function(s){return!!s.match(n)})),i=i.map(function(s){return new ri(s,this.options)},this),i};vt.prototype.intersects=function(t,e){if(!(t instanceof vt))throw new TypeError("a Range is required");return this.set.some(function(r){return GU(r,e)&&t.set.some(function(n){return GU(n,e)&&r.every(function(i){return n.every(function(s){return i.intersects(s,e)})})})})};function GU(t,e){for(var r=!0,n=t.slice(),i=n.pop();r&&n.length;)r=n.every(function(s){return i.intersects(s,e)}),i=n.pop();return r}ye.toComparators=bae;function bae(t,e){return new vt(t,e).set.map(function(r){return r.map(function(n){return n.value}).join(" ").trim().split(" ")})}function Nae(t,e){return Ke("comp",t,e),t=xae(t,e),Ke("caret",t),t=wae(t,e),Ke("tildes",t),t=Rae(t,e),Ke("xrange",t),t=_ae(t,e),Ke("stars",t),t}function Vr(t){return!t||t.toLowerCase()==="x"||t==="*"}function wae(t,e){return t.trim().split(/\s+/).map(function(r){return Sae(r,e)}).join(" ")}function Sae(t,e){var r=e.loose?$e[v.TILDELOOSE]:$e[v.TILDE];return t.replace(r,function(n,i,s,o,a){Ke("tilde",t,n,i,s,o,a);var A;return Vr(i)?A="":Vr(s)?A=">="+i+".0.0 <"+(+i+1)+".0.0":Vr(o)?A=">="+i+"."+s+".0 <"+i+"."+(+s+1)+".0":a?(Ke("replaceTilde pr",a),A=">="+i+"."+s+"."+o+"-"+a+" <"+i+"."+(+s+1)+".0"):A=">="+i+"."+s+"."+o+" <"+i+"."+(+s+1)+".0",Ke("tilde return",A),A})}function xae(t,e){return t.trim().split(/\s+/).map(function(r){return vae(r,e)}).join(" ")}function vae(t,e){Ke("caret",t,e);var r=e.loose?$e[v.CARETLOOSE]:$e[v.CARET];return t.replace(r,function(n,i,s,o,a){Ke("caret",t,n,i,s,o,a);var A;return Vr(i)?A="":Vr(s)?A=">="+i+".0.0 <"+(+i+1)+".0.0":Vr(o)?i==="0"?A=">="+i+"."+s+".0 <"+i+"."+(+s+1)+".0":A=">="+i+"."+s+".0 <"+(+i+1)+".0.0":a?(Ke("replaceCaret pr",a),i==="0"?s==="0"?A=">="+i+"."+s+"."+o+"-"+a+" <"+i+"."+s+"."+(+o+1):A=">="+i+"."+s+"."+o+"-"+a+" <"+i+"."+(+s+1)+".0":A=">="+i+"."+s+"."+o+"-"+a+" <"+(+i+1)+".0.0"):(Ke("no pr"),i==="0"?s==="0"?A=">="+i+"."+s+"."+o+" <"+i+"."+s+"."+(+o+1):A=">="+i+"."+s+"."+o+" <"+i+"."+(+s+1)+".0":A=">="+i+"."+s+"."+o+" <"+(+i+1)+".0.0"),Ke("caret return",A),A})}function Rae(t,e){return Ke("replaceXRanges",t,e),t.split(/\s+/).map(function(r){return Dae(r,e)}).join(" ")}function Dae(t,e){t=t.trim();var r=e.loose?$e[v.XRANGELOOSE]:$e[v.XRANGE];return t.replace(r,function(n,i,s,o,a,A){Ke("xRange",t,n,i,s,o,a,A);var c=Vr(s),l=c||Vr(o),u=l||Vr(a),d=u;return i==="="&&d&&(i=""),A=e.includePrerelease?"-0":"",c?i===">"||i==="<"?n="<0.0.0-0":n="*":i&&d?(l&&(o=0),a=0,i===">"?(i=">=",l?(s=+s+1,o=0,a=0):(o=+o+1,a=0)):i==="<="&&(i="<",l?s=+s+1:o=+o+1),n=i+s+"."+o+"."+a+A):l?n=">="+s+".0.0"+A+" <"+(+s+1)+".0.0"+A:u&&(n=">="+s+"."+o+".0"+A+" <"+s+"."+(+o+1)+".0"+A),Ke("xRange return",n),n})}function _ae(t,e){return Ke("replaceStars",t,e),t.trim().replace($e[v.STAR],"")}function kae(t,e,r,n,i,s,o,a,A,c,l,u,d){return Vr(r)?e="":Vr(n)?e=">="+r+".0.0":Vr(i)?e=">="+r+"."+n+".0":e=">="+e,Vr(A)?a="":Vr(c)?a="<"+(+A+1)+".0.0":Vr(l)?a="<"+A+"."+(+c+1)+".0":u?a="<="+A+"."+c+"."+l+"-"+u:a="<="+a,(e+" "+a).trim()}vt.prototype.test=function(t){if(!t)return!1;if(typeof t=="string")try{t=new xe(t,this.options)}catch{return!1}for(var e=0;e<this.set.length;e++)if(Pae(this.set[e],t,this.options))return!0;return!1};function Pae(t,e,r){for(var n=0;n<t.length;n++)if(!t[n].test(e))return!1;if(e.prerelease.length&&!r.includePrerelease){for(n=0;n<t.length;n++)if(Ke(t[n].semver),t[n].semver!==Hc&&t[n].semver.prerelease.length>0){var i=t[n].semver;if(i.major===e.major&&i.minor===e.minor&&i.patch===e.patch)return!0}return!1}return!0}ye.satisfies=Wp;function Wp(t,e,r){try{e=new vt(e,r)}catch{return!1}return e.test(t)}ye.maxSatisfying=Tae;function Tae(t,e,r){var n=null,i=null;try{var s=new vt(e,r)}catch{return null}return t.forEach(function(o){s.test(o)&&(!n||i.compare(o)===-1)&&(n=o,i=new xe(n,r))}),n}ye.minSatisfying=Oae;function Oae(t,e,r){var n=null,i=null;try{var s=new vt(e,r)}catch{return null}return t.forEach(function(o){s.test(o)&&(!n||i.compare(o)===1)&&(n=o,i=new xe(n,r))}),n}ye.minVersion=Mae;function Mae(t,e){t=new vt(t,e);var r=new xe("0.0.0");if(t.test(r)||(r=new xe("0.0.0-0"),t.test(r)))return r;r=null;for(var n=0;n<t.set.length;++n){var i=t.set[n];i.forEach(function(s){var o=new xe(s.semver.version);switch(s.operator){case">":o.prerelease.length===0?o.patch++:o.prerelease.push(0),o.raw=o.format();case"":case">=":(!r||df(r,o))&&(r=o);break;case"<":case"<=":break;default:throw new Error("Unexpected operation: "+s.operator)}})}return r&&t.test(r)?r:null}ye.validRange=Lae;function Lae(t,e){try{return new vt(t,e).range||"*"}catch{return null}}ye.ltr=Fae;function Fae(t,e,r){return aN(t,e,"<",r)}ye.gtr=Uae;function Uae(t,e,r){return aN(t,e,">",r)}ye.outside=aN;function aN(t,e,r,n){t=new xe(t,n),e=new vt(e,n);var i,s,o,a,A;switch(r){case">":i=df,s=oN,o=Jp,a=">",A=">=";break;case"<":i=Jp,s=sN,o=df,a="<",A="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(Wp(t,e,n))return!1;for(var c=0;c<e.set.length;++c){var l=e.set[c],u=null,d=null;if(l.forEach(function(f){f.semver===Hc&&(f=new ri(">=0.0.0")),u=u||f,d=d||f,i(f.semver,u.semver,n)?u=f:o(f.semver,d.semver,n)&&(d=f)}),u.operator===a||u.operator===A||(!d.operator||d.operator===a)&&s(t,d.semver))return!1;if(d.operator===A&&o(t,d.semver))return!1}return!0}ye.prerelease=qae;function qae(t,e){var r=ja(t,e);return r&&r.prerelease.length?r.prerelease:null}ye.intersects=Hae;function Hae(t,e,r){return t=new vt(t,r),e=new vt(e,r),t.intersects(e)}ye.coerce=zae;function zae(t,e){if(t instanceof xe)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};var r=null;if(!e.rtl)r=t.match($e[v.COERCE]);else{for(var n;(n=$e[v.COERCERTL].exec(t))&&(!r||r.index+r[0].length!==t.length);)(!r||n.index+n[0].length!==r.index+r[0].length)&&(r=n),$e[v.COERCERTL].lastIndex=n.index+n[1].length+n[2].length;$e[v.COERCERTL].lastIndex=-1}return r===null?null:ja(r[2]+"."+(r[3]||"0")+"."+(r[4]||"0"),e)}});var hf=h(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.CacheFileSizeLimit=bt.ManifestFilename=bt.TarFilename=bt.SystemTarPathOnWindows=bt.GnuTarPathOnWindows=bt.SocketTimeout=bt.DefaultRetryDelay=bt.DefaultRetryAttempts=bt.ArchiveToolType=bt.CompressionMethod=bt.CacheFilename=void 0;var $U;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})($U||(bt.CacheFilename=$U={}));var KU;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(KU||(bt.CompressionMethod=KU={}));var XU;(function(t){t.GNU="gnu",t.BSD="bsd"})(XU||(bt.ArchiveToolType=XU={}));bt.DefaultRetryAttempts=2;bt.DefaultRetryDelay=5e3;bt.SocketTimeout=5e3;bt.GnuTarPathOnWindows=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`;bt.SystemTarPathOnWindows=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`;bt.TarFilename="cache.tar";bt.ManifestFilename="manifest.txt";bt.CacheFileSizeLimit=10*Math.pow(1024,3)});var jc=h(Ye=>{"use strict";var jae=Ye&&Ye.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Gae=Ye&&Ye.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Fs=Ye&&Ye.__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)&&jae(e,t,r);return Gae(e,t),e},zc=Ye&&Ye.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})},Yae=Ye&&Ye.__asyncValues||function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof __values=="function"?__values(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,A){o=t[s](o),i(a,A,o.done,o.value)})}}function i(s,o,a,A){Promise.resolve(A).then(function(c){s({value:c,done:a})},o)}};Object.defineProperty(Ye,"__esModule",{value:!0});Ye.getRuntimeToken=Ye.getCacheVersion=Ye.assertDefined=Ye.getGnuTarPathOnWindows=Ye.getCacheFileName=Ye.getCompressionMethod=Ye.unlinkFile=Ye.resolvePaths=Ye.getArchiveFileSizeInBytes=Ye.createTempDirectory=void 0;var gf=Fs(at()),Jae=Fs(tf()),Vae=Fs(zU()),ZU=Fs(kp()),e1=Fs(Q("crypto")),AN=Fs(Q("fs")),$p=Fs(Q("path")),Wae=Fs(WU()),$ae=Fs(Q("util")),Ga=hf(),Kae="1.0";function Xae(){return zc(this,void 0,void 0,function*(){let t=process.platform==="win32",e=process.env.RUNNER_TEMP||"";if(!e){let n;t?n=process.env.USERPROFILE||"C:\\":process.platform==="darwin"?n="/Users":n="/home",e=$p.join(n,"actions","temp")}let r=$p.join(e,e1.randomUUID());return yield ZU.mkdirP(r),r})}Ye.createTempDirectory=Xae;function Zae(t){return AN.statSync(t).size}Ye.getArchiveFileSizeInBytes=Zae;function eAe(t){var e,r,n,i,s;return zc(this,void 0,void 0,function*(){let o=[],a=(s=process.env.GITHUB_WORKSPACE)!==null&&s!==void 0?s:process.cwd(),A=yield Vae.create(t.join(`
`),{implicitDescendants:!1});try{for(var c=!0,l=Yae(A.globGenerator()),u;u=yield l.next(),e=u.done,!e;c=!0){i=u.value,c=!1;let d=i,f=$p.relative(a,d).replace(new RegExp(`\\${$p.sep}`,"g"),"/");gf.debug(`Matched: ${f}`),f===""?o.push("."):o.push(`${f}`)}}catch(d){r={error:d}}finally{try{!c&&!e&&(n=l.return)&&(yield n.call(l))}finally{if(r)throw r.error}}return o})}Ye.resolvePaths=eAe;function tAe(t){return zc(this,void 0,void 0,function*(){return $ae.promisify(AN.unlink)(t)})}Ye.unlinkFile=tAe;function t1(t,e=[]){return zc(this,void 0,void 0,function*(){let r="";e.push("--version"),gf.debug(`Checking ${t} ${e.join(" ")}`);try{yield Jae.exec(`${t}`,e,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:n=>r+=n.toString(),stderr:n=>r+=n.toString()}})}catch(n){gf.debug(n.message)}return r=r.trim(),gf.debug(r),r})}function rAe(){return zc(this,void 0,void 0,function*(){let t=yield t1("zstd",["--quiet"]),e=Wae.clean(t);return gf.debug(`zstd version: ${e}`),t===""?Ga.CompressionMethod.Gzip:Ga.CompressionMethod.ZstdWithoutLong})}Ye.getCompressionMethod=rAe;function nAe(t){return t===Ga.CompressionMethod.Gzip?Ga.CacheFilename.Gzip:Ga.CacheFilename.Zstd}Ye.getCacheFileName=nAe;function iAe(){return zc(this,void 0,void 0,function*(){return AN.existsSync(Ga.GnuTarPathOnWindows)?Ga.GnuTarPathOnWindows:(yield t1("tar")).toLowerCase().includes("gnu tar")?ZU.which("tar"):""})}Ye.getGnuTarPathOnWindows=iAe;function sAe(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}Ye.assertDefined=sAe;function oAe(t,e,r=!1){let n=t.slice();return e&&n.push(e),process.platform==="win32"&&!r&&n.push("windows-only"),n.push(Kae),e1.createHash("sha256").update(n.join("|")).digest("hex")}Ye.getCacheVersion=oAe;function aAe(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}Ye.getRuntimeToken=aAe});var ni={};g9(ni,{__addDisposableResource:()=>w1,__assign:()=>Kp,__asyncDelegator:()=>y1,__asyncGenerator:()=>p1,__asyncValues:()=>E1,__await:()=>Gc,__awaiter:()=>u1,__classPrivateFieldGet:()=>Q1,__classPrivateFieldIn:()=>N1,__classPrivateFieldSet:()=>b1,__createBinding:()=>Zp,__decorate:()=>i1,__disposeResources:()=>S1,__esDecorate:()=>o1,__exportStar:()=>f1,__extends:()=>r1,__generator:()=>d1,__importDefault:()=>B1,__importStar:()=>I1,__makeTemplateObject:()=>C1,__metadata:()=>l1,__param:()=>s1,__propKey:()=>A1,__read:()=>uN,__rest:()=>n1,__rewriteRelativeImportExtension:()=>x1,__runInitializers:()=>a1,__setFunctionName:()=>c1,__spread:()=>h1,__spreadArray:()=>m1,__spreadArrays:()=>g1,__values:()=>Xp,default:()=>lAe});function r1(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");cN(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}function n1(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function i1(t,e,r,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,r):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,r,n);else for(var a=t.length-1;a>=0;a--)(o=t[a])&&(s=(i<3?o(s):i>3?o(e,r,s):o(e,r))||s);return i>3&&s&&Object.defineProperty(e,r,s),s}function s1(t,e){return function(r,n){e(r,n,t)}}function o1(t,e,r,n,i,s){function o(C){if(C!==void 0&&typeof C!="function")throw new TypeError("Function expected");return C}for(var a=n.kind,A=a==="getter"?"get":a==="setter"?"set":"value",c=!e&&t?n.static?t:t.prototype:null,l=e||(c?Object.getOwnPropertyDescriptor(c,n.name):{}),u,d=!1,f=r.length-1;f>=0;f--){var g={};for(var m in n)g[m]=m==="access"?{}:n[m];for(var m in n.access)g.access[m]=n.access[m];g.addInitializer=function(C){if(d)throw new TypeError("Cannot add initializers after decoration has completed");s.push(o(C||null))};var E=(0,r[f])(a==="accessor"?{get:l.get,set:l.set}:l[A],g);if(a==="accessor"){if(E===void 0)continue;if(E===null||typeof E!="object")throw new TypeError("Object expected");(u=o(E.get))&&(l.get=u),(u=o(E.set))&&(l.set=u),(u=o(E.init))&&i.unshift(u)}else(u=o(E))&&(a==="field"?i.unshift(u):l[A]=u)}c&&Object.defineProperty(c,n.name,l),d=!0}function a1(t,e,r){for(var n=arguments.length>2,i=0;i<e.length;i++)r=n?e[i].call(t,r):e[i].call(t);return n?r:void 0}function A1(t){return typeof t=="symbol"?t:"".concat(t)}function c1(t,e,r){return typeof e=="symbol"&&(e=e.description?"[".concat(e.description,"]"):""),Object.defineProperty(t,"name",{configurable:!0,value:r?"".concat(r," ",e):e})}function l1(t,e){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(t,e)}function u1(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})}function d1(t,e){var r={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return o.next=a(0),o.throw=a(1),o.return=a(2),typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(c){return function(l){return A([c,l])}}function A(c){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,c[0]&&(r=0)),r;)try{if(n=1,i&&(s=c[0]&2?i.return:c[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,c[1])).done)return s;switch(i=0,s&&(c=[c[0]&2,s.value]),c[0]){case 0:case 1:s=c;break;case 4:return r.label++,{value:c[1],done:!1};case 5:r.label++,i=c[1],c=[0];continue;case 7:c=r.ops.pop(),r.trys.pop();continue;default:if(s=r.trys,!(s=s.length>0&&s[s.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!s||c[1]>s[0]&&c[1]<s[3])){r.label=c[1];break}if(c[0]===6&&r.label<s[1]){r.label=s[1],s=c;break}if(s&&r.label<s[2]){r.label=s[2],r.ops.push(c);break}s[2]&&r.ops.pop(),r.trys.pop();continue}c=e.call(t,r)}catch(l){c=[6,l],i=0}finally{n=s=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}}function f1(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Zp(e,t,r)}function Xp(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function uN(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(a){o={error:a}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(o)throw o.error}}return s}function h1(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(uN(arguments[e]));return t}function g1(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;for(var n=Array(t),i=0,e=0;e<r;e++)for(var s=arguments[e],o=0,a=s.length;o<a;o++,i++)n[i]=s[o];return n}function m1(t,e,r){if(r||arguments.length===2)for(var n=0,i=e.length,s;n<i;n++)(s||!(n in e))&&(s||(s=Array.prototype.slice.call(e,0,n)),s[n]=e[n]);return t.concat(s||Array.prototype.slice.call(e))}function Gc(t){return this instanceof Gc?(this.v=t,this):new Gc(t)}function p1(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",o),i[Symbol.asyncIterator]=function(){return this},i;function o(f){return function(g){return Promise.resolve(g).then(f,u)}}function a(f,g){n[f]&&(i[f]=function(m){return new Promise(function(E,C){s.push([f,m,E,C])>1||A(f,m)})},g&&(i[f]=g(i[f])))}function A(f,g){try{c(n[f](g))}catch(m){d(s[0][3],m)}}function c(f){f.value instanceof Gc?Promise.resolve(f.value.v).then(l,u):d(s[0][2],f)}function l(f){A("next",f)}function u(f){A("throw",f)}function d(f,g){f(g),s.shift(),s.length&&A(s[0][0],s[0][1])}}function y1(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,s){e[i]=t[i]?function(o){return(r=!r)?{value:Gc(t[i](o)),done:!1}:s?s(o):o}:s}}function E1(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Xp=="function"?Xp(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,A){o=t[s](o),i(a,A,o.done,o.value)})}}function i(s,o,a,A){Promise.resolve(A).then(function(c){s({value:c,done:a})},o)}}function C1(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function I1(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r=lN(t),n=0;n<r.length;n++)r[n]!=="default"&&Zp(e,t,r[n]);return AAe(e,t),e}function B1(t){return t&&t.__esModule?t:{default:t}}function Q1(t,e,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(t):n?n.value:e.get(t)}function b1(t,e,r,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(t,r):i?i.value=r:e.set(t,r),r}function N1(t,e){if(e===null||typeof e!="object"&&typeof e!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof t=="function"?e===t:t.has(e)}function w1(t,e,r){if(e!=null){if(typeof e!="object"&&typeof e!="function")throw new TypeError("Object expected.");var n,i;if(r){if(!Symbol.asyncDispose)throw new TypeError("Symbol.asyncDispose is not defined.");n=e[Symbol.asyncDispose]}if(n===void 0){if(!Symbol.dispose)throw new TypeError("Symbol.dispose is not defined.");n=e[Symbol.dispose],r&&(i=n)}if(typeof n!="function")throw new TypeError("Object not disposable.");i&&(n=function(){try{i.call(this)}catch(s){return Promise.reject(s)}}),t.stack.push({value:e,dispose:n,async:r})}else r&&t.stack.push({async:!0});return e}function S1(t){function e(s){t.error=t.hasError?new cAe(s,t.error,"An error was suppressed during disposal."):s,t.hasError=!0}var r,n=0;function i(){for(;r=t.stack.pop();)try{if(!r.async&&n===1)return n=0,t.stack.push(r),Promise.resolve().then(i);if(r.dispose){var s=r.dispose.call(r.value);if(r.async)return n|=2,Promise.resolve(s).then(i,function(o){return e(o),i()})}else n|=1}catch(o){e(o)}if(n===1)return t.hasError?Promise.reject(t.error):Promise.resolve();if(t.hasError)throw t.error}return i()}function x1(t,e){return typeof t=="string"&&/^\.\.?\//.test(t)?t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i,function(r,n,i,s,o){return n?e?".jsx":".js":i&&(!s||!o)?r:i+s+"."+o.toLowerCase()+"js"}):t}var cN,Kp,Zp,AAe,lN,cAe,lAe,ii=h9(()=>{cN=function(t,e){return cN=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},cN(t,e)};Kp=function(){return Kp=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(e[s]=r[s])}return e},Kp.apply(this,arguments)};Zp=Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]});AAe=Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e},lN=function(t){return lN=Object.getOwnPropertyNames||function(e){var r=[];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(r[r.length]=n);return r},lN(t)};cAe=typeof SuppressedError=="function"?SuppressedError:function(t,e,r){var n=new Error(r);return n.name="SuppressedError",n.error=t,n.suppressed=e,n};lAe={__extends:r1,__assign:Kp,__rest:n1,__decorate:i1,__param:s1,__esDecorate:o1,__runInitializers:a1,__propKey:A1,__setFunctionName:c1,__metadata:l1,__awaiter:u1,__generator:d1,__createBinding:Zp,__exportStar:f1,__values:Xp,__read:uN,__spread:h1,__spreadArrays:g1,__spreadArray:m1,__await:Gc,__asyncGenerator:p1,__asyncDelegator:y1,__asyncValues:E1,__makeTemplateObject:C1,__importStar:I1,__importDefault:B1,__classPrivateFieldGet:Q1,__classPrivateFieldSet:b1,__classPrivateFieldIn:N1,__addDisposableResource:w1,__disposeResources:S1,__rewriteRelativeImportExtension:x1}});var mf=h(ey=>{"use strict";Object.defineProperty(ey,"__esModule",{value:!0});ey.AbortError=void 0;var dN=class extends Error{constructor(e){super(e),this.name="AbortError"}};ey.AbortError=dN});var R1=h(fN=>{"use strict";Object.defineProperty(fN,"__esModule",{value:!0});fN.log=hAe;var v1=(ii(),Si(ni)),uAe=Q("node:os"),dAe=v1.__importDefault(Q("node:util")),fAe=v1.__importStar(Q("node:process"));function hAe(t,...e){fAe.stderr.write(`${dAe.default.format(t,...e)}${uAe.EOL}`)}});var T1=h(yN=>{"use strict";Object.defineProperty(yN,"__esModule",{value:!0});var gAe=R1(),D1=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,_1,hN=[],gN=[],ty=[];D1&&mN(D1);var k1=Object.assign(t=>P1(t),{enable:mN,enabled:pN,disable:mAe,log:gAe.log});function mN(t){_1=t,hN=[],gN=[];let e=/\*/g,r=t.split(",").map(n=>n.trim().replace(e,".*?"));for(let n of r)n.startsWith("-")?gN.push(new RegExp(`^${n.substr(1)}$`)):hN.push(new RegExp(`^${n}$`));for(let n of ty)n.enabled=pN(n.namespace)}function pN(t){if(t.endsWith("*"))return!0;for(let e of gN)if(e.test(t))return!1;for(let e of hN)if(e.test(t))return!0;return!1}function mAe(){let t=_1||"";return mN(""),t}function P1(t){let e=Object.assign(r,{enabled:pN(t),destroy:pAe,log:k1.log,namespace:t,extend:yAe});function r(...n){e.enabled&&(n.length>0&&(n[0]=`${t} ${n[0]}`),e.log(...n))}return ty.push(e),e}function pAe(){let t=ty.indexOf(this);return t>=0?(ty.splice(t,1),!0):!1}function yAe(t){let e=P1(`${this.namespace}:${t}`);return e.log=this.log,e}yN.default=k1});var yf=h(ko=>{"use strict";Object.defineProperty(ko,"__esModule",{value:!0});ko.TypeSpecRuntimeLogger=void 0;ko.createLoggerContext=F1;ko.setLogLevel=CAe;ko.getLogLevel=IAe;ko.createClientLogger=BAe;var EAe=(ii(),Si(ni)),pf=EAe.__importDefault(T1()),EN=["verbose","info","warning","error"],O1={verbose:400,info:300,warning:200,error:100};function M1(t,e){e.log=(...r)=>{t.log(...r)}}function L1(t){return EN.includes(t)}function F1(t){let e=new Set,r=typeof process<"u"&&process.env&&process.env[t.logLevelEnvVarName]||void 0,n,i=(0,pf.default)(t.namespace);i.log=(...l)=>{pf.default.log(...l)};function s(l){if(l&&!L1(l))throw new Error(`Unknown log level '${l}'. Acceptable values: ${EN.join(",")}`);n=l;let u=[];for(let d of e)o(d)&&u.push(d.namespace);pf.default.enable(u.join(","))}r&&(L1(r)?s(r):console.error(`${t.logLevelEnvVarName} set to unknown log level '${r}'; logging is not enabled. Acceptable values: ${EN.join(", ")}.`));function o(l){return!!(n&&O1[l.level]<=O1[n])}function a(l,u){let d=Object.assign(l.extend(u),{level:u});if(M1(l,d),o(d)){let f=pf.default.disable();pf.default.enable(f+","+d.namespace)}return e.add(d),d}function A(){return n}function c(l){let u=i.extend(l);return M1(i,u),{error:a(u,"error"),warning:a(u,"warning"),info:a(u,"info"),verbose:a(u,"verbose")}}return{setLogLevel:s,getLogLevel:A,createClientLogger:c,logger:i}}var ry=F1({logLevelEnvVarName:"TYPESPEC_RUNTIME_LOG_LEVEL",namespace:"typeSpecRuntime"});ko.TypeSpecRuntimeLogger=ry.logger;function CAe(t){ry.setLogLevel(t)}function IAe(){return ry.getLogLevel()}function BAe(t){return ry.createClientLogger(t)}});var Po=h(IN=>{"use strict";Object.defineProperty(IN,"__esModule",{value:!0});IN.createHttpHeaders=bAe;function ny(t){return t.toLowerCase()}function*QAe(t){for(let e of t.values())yield[e.name,e.value]}var CN=class{constructor(e){if(this._headersMap=new Map,e)for(let r of Object.keys(e))this.set(r,e[r])}set(e,r){this._headersMap.set(ny(e),{name:e,value:String(r).trim()})}get(e){var r;return(r=this._headersMap.get(ny(e)))===null||r===void 0?void 0:r.value}has(e){return this._headersMap.has(ny(e))}delete(e){this._headersMap.delete(ny(e))}toJSON(e={}){let r={};if(e.preserveCase)for(let n of this._headersMap.values())r[n.name]=n.value;else for(let[n,i]of this._headersMap)r[n]=i.value;return r}toString(){return JSON.stringify(this.toJSON({preserveCase:!0}))}[Symbol.iterator](){return QAe(this._headersMap)}};function bAe(t){return new CN(t)}});var q1=h(U1=>{"use strict";Object.defineProperty(U1,"__esModule",{value:!0})});var z1=h(H1=>{"use strict";Object.defineProperty(H1,"__esModule",{value:!0})});var iy=h(QN=>{"use strict";var BN;Object.defineProperty(QN,"__esModule",{value:!0});QN.randomUUID=SAe;var NAe=Q("node:crypto"),wAe=typeof((BN=globalThis?.crypto)===null||BN===void 0?void 0:BN.randomUUID)=="function"?globalThis.crypto.randomUUID.bind(globalThis.crypto):NAe.randomUUID;function SAe(){return wAe()}});var wN=h(NN=>{"use strict";Object.defineProperty(NN,"__esModule",{value:!0});NN.createPipelineRequest=RAe;var xAe=Po(),vAe=iy(),bN=class{constructor(e){var r,n,i,s,o,a,A;this.url=e.url,this.body=e.body,this.headers=(r=e.headers)!==null&&r!==void 0?r:(0,xAe.createHttpHeaders)(),this.method=(n=e.method)!==null&&n!==void 0?n:"GET",this.timeout=(i=e.timeout)!==null&&i!==void 0?i:0,this.multipartBody=e.multipartBody,this.formData=e.formData,this.disableKeepAlive=(s=e.disableKeepAlive)!==null&&s!==void 0?s:!1,this.proxySettings=e.proxySettings,this.streamResponseStatusCodes=e.streamResponseStatusCodes,this.withCredentials=(o=e.withCredentials)!==null&&o!==void 0?o:!1,this.abortSignal=e.abortSignal,this.onUploadProgress=e.onUploadProgress,this.onDownloadProgress=e.onDownloadProgress,this.requestId=e.requestId||(0,vAe.randomUUID)(),this.allowInsecureConnection=(a=e.allowInsecureConnection)!==null&&a!==void 0?a:!1,this.enableBrowserStreams=(A=e.enableBrowserStreams)!==null&&A!==void 0?A:!1,this.requestOverrides=e.requestOverrides,this.authSchemes=e.authSchemes}};function RAe(t){return new bN(t)}});var vN=h(xN=>{"use strict";Object.defineProperty(xN,"__esModule",{value:!0});xN.createEmptyPipeline=DAe;var j1=new Set(["Deserialize","Serialize","Retry","Sign"]),SN=class t{constructor(e){var r;this._policies=[],this._policies=(r=e?.slice(0))!==null&&r!==void 0?r:[],this._orderedPolicies=void 0}addPolicy(e,r={}){if(r.phase&&r.afterPhase)throw new Error("Policies inside a phase cannot specify afterPhase.");if(r.phase&&!j1.has(r.phase))throw new Error(`Invalid phase name: ${r.phase}`);if(r.afterPhase&&!j1.has(r.afterPhase))throw new Error(`Invalid afterPhase name: ${r.afterPhase}`);this._policies.push({policy:e,options:r}),this._orderedPolicies=void 0}removePolicy(e){let r=[];return this._policies=this._policies.filter(n=>e.name&&n.policy.name===e.name||e.phase&&n.options.phase===e.phase?(r.push(n.policy),!1):!0),this._orderedPolicies=void 0,r}sendRequest(e,r){return this.getOrderedPolicies().reduceRight((s,o)=>a=>o.sendRequest(a,s),s=>e.sendRequest(s))(r)}getOrderedPolicies(){return this._orderedPolicies||(this._orderedPolicies=this.orderPolicies()),this._orderedPolicies}clone(){return new t(this._policies)}static create(){return new t}orderPolicies(){let e=[],r=new Map;function n(g){return{name:g,policies:new Set,hasRun:!1,hasAfterPolicies:!1}}let i=n("Serialize"),s=n("None"),o=n("Deserialize"),a=n("Retry"),A=n("Sign"),c=[i,s,o,a,A];function l(g){return g==="Retry"?a:g==="Serialize"?i:g==="Deserialize"?o:g==="Sign"?A:s}for(let g of this._policies){let m=g.policy,E=g.options,C=m.name;if(r.has(C))throw new Error("Duplicate policy names not allowed in pipeline");let I={policy:m,dependsOn:new Set,dependants:new Set};E.afterPhase&&(I.afterPhase=l(E.afterPhase),I.afterPhase.hasAfterPolicies=!0),r.set(C,I),l(E.phase).policies.add(I)}for(let g of this._policies){let{policy:m,options:E}=g,C=m.name,I=r.get(C);if(!I)throw new Error(`Missing node for policy ${C}`);if(E.afterPolicies)for(let w of E.afterPolicies){let S=r.get(w);S&&(I.dependsOn.add(S),S.dependants.add(I))}if(E.beforePolicies)for(let w of E.beforePolicies){let S=r.get(w);S&&(S.dependsOn.add(I),I.dependants.add(S))}}function u(g){g.hasRun=!0;for(let m of g.policies)if(!(m.afterPhase&&(!m.afterPhase.hasRun||m.afterPhase.policies.size))&&m.dependsOn.size===0){e.push(m.policy);for(let E of m.dependants)E.dependsOn.delete(m);r.delete(m.policy.name),g.policies.delete(m)}}function d(){for(let g of c){if(u(g),g.policies.size>0&&g!==s){s.hasRun||u(s);return}g.hasAfterPolicies&&u(s)}}let f=0;for(;r.size>0;){f++;let g=e.length;if(d(),e.length<=g&&f>1)throw new Error("Cannot satisfy policy dependencies due to requirements cycle.")}return e}};function DAe(){return SN.create()}});var sy=h(RN=>{"use strict";Object.defineProperty(RN,"__esModule",{value:!0});RN.isObject=_Ae;function _Ae(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)&&!(t instanceof RegExp)&&!(t instanceof Date)}});var _N=h(DN=>{"use strict";Object.defineProperty(DN,"__esModule",{value:!0});DN.isError=PAe;var kAe=sy();function PAe(t){if((0,kAe.isObject)(t)){let e=typeof t.name=="string",r=typeof t.message=="string";return e&&r}return!1}});var G1=h(oy=>{"use strict";Object.defineProperty(oy,"__esModule",{value:!0});oy.custom=void 0;var TAe=Q("node:util");oy.custom=TAe.inspect.custom});var Ef=h(ay=>{"use strict";Object.defineProperty(ay,"__esModule",{value:!0});ay.Sanitizer=void 0;var OAe=sy(),kN="REDACTED",MAe=["x-ms-client-request-id","x-ms-return-client-request-id","x-ms-useragent","x-ms-correlation-request-id","x-ms-request-id","client-request-id","ms-cv","return-client-request-id","traceparent","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Origin","Accept","Accept-Encoding","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"],LAe=["api-version"],PN=class{constructor({additionalAllowedHeaderNames:e=[],additionalAllowedQueryParameters:r=[]}={}){e=MAe.concat(e),r=LAe.concat(r),this.allowedHeaderNames=new Set(e.map(n=>n.toLowerCase())),this.allowedQueryParameters=new Set(r.map(n=>n.toLowerCase()))}sanitize(e){let r=new Set;return JSON.stringify(e,(n,i)=>{if(i instanceof Error)return Object.assign(Object.assign({},i),{name:i.name,message:i.message});if(n==="headers")return this.sanitizeHeaders(i);if(n==="url")return this.sanitizeUrl(i);if(n==="query")return this.sanitizeQuery(i);if(n==="body")return;if(n==="response")return;if(n==="operationSpec")return;if(Array.isArray(i)||(0,OAe.isObject)(i)){if(r.has(i))return"[Circular]";r.add(i)}return i},2)}sanitizeUrl(e){if(typeof e!="string"||e===null||e==="")return e;let r=new URL(e);if(!r.search)return e;for(let[n]of r.searchParams)this.allowedQueryParameters.has(n.toLowerCase())||r.searchParams.set(n,kN);return r.toString()}sanitizeHeaders(e){let r={};for(let n of Object.keys(e))this.allowedHeaderNames.has(n.toLowerCase())?r[n]=e[n]:r[n]=kN;return r}sanitizeQuery(e){if(typeof e!="object"||e===null)return e;let r={};for(let n of Object.keys(e))this.allowedQueryParameters.has(n.toLowerCase())?r[n]=e[n]:r[n]=kN;return r}};ay.Sanitizer=PN});var Jc=h(Cf=>{"use strict";Object.defineProperty(Cf,"__esModule",{value:!0});Cf.RestError=void 0;Cf.isRestError=zAe;var FAe=_N(),UAe=G1(),qAe=Ef(),HAe=new qAe.Sanitizer,Yc=class t extends Error{constructor(e,r={}){super(e),this.name="RestError",this.code=r.code,this.statusCode=r.statusCode,Object.defineProperty(this,"request",{value:r.request,enumerable:!1}),Object.defineProperty(this,"response",{value:r.response,enumerable:!1}),Object.defineProperty(this,UAe.custom,{value:()=>`RestError: ${this.message}
${HAe.sanitize(Object.assign(Object.assign({},this),{request:this.request,response:this.response}))}`,enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};Cf.RestError=Yc;Yc.REQUEST_SEND_ERROR="REQUEST_SEND_ERROR";Yc.PARSE_ERROR="PARSE_ERROR";function zAe(t){return t instanceof Yc?!0:(0,FAe.isError)(t)&&t.name==="RestError"}});var Ya=h(Ay=>{"use strict";Object.defineProperty(Ay,"__esModule",{value:!0});Ay.uint8ArrayToString=jAe;Ay.stringToUint8Array=GAe;function jAe(t,e){return Buffer.from(t).toString(e)}function GAe(t,e){return Buffer.from(t,e)}});var If=h(cy=>{"use strict";Object.defineProperty(cy,"__esModule",{value:!0});cy.logger=void 0;var YAe=yf();cy.logger=(0,YAe.createClientLogger)("ts-http-runtime")});var K1=h(uy=>{"use strict";Object.defineProperty(uy,"__esModule",{value:!0});uy.getBodyLength=$1;uy.createNodeHttpClient=ece;var LN=(ii(),Si(ni)),TN=LN.__importStar(Q("node:http")),ON=LN.__importStar(Q("node:https")),Y1=LN.__importStar(Q("node:zlib")),JAe=Q("node:stream"),J1=mf(),VAe=Po(),Qf=Jc(),Vc=If(),WAe=Ef(),$Ae={};function Bf(t){return t&&typeof t.pipe=="function"}function V1(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)};t.on("close",r),t.on("end",r),t.on("error",r)})}function W1(t){return t&&typeof t.byteLength=="number"}var ly=class extends JAe.Transform{_transform(e,r,n){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),n()}catch(i){n(i)}}constructor(e){super(),this.loadedBytes=0,this.progressCallback=e}},MN=class{constructor(){this.cachedHttpsAgents=new WeakMap}async sendRequest(e){var r,n,i;let s=new AbortController,o;if(e.abortSignal){if(e.abortSignal.aborted)throw new J1.AbortError("The operation was aborted. Request has already been canceled.");o=d=>{d.type==="abort"&&s.abort()},e.abortSignal.addEventListener("abort",o)}let a;e.timeout>0&&(a=setTimeout(()=>{let d=new WAe.Sanitizer;Vc.logger.info(`request to '${d.sanitizeUrl(e.url)}' timed out. canceling...`),s.abort()},e.timeout));let A=e.headers.get("Accept-Encoding"),c=A?.includes("gzip")||A?.includes("deflate"),l=typeof e.body=="function"?e.body():e.body;if(l&&!e.headers.has("Content-Length")){let d=$1(l);d!==null&&e.headers.set("Content-Length",d)}let u;try{if(l&&e.onUploadProgress){let C=e.onUploadProgress,I=new ly(C);I.on("error",w=>{Vc.logger.error("Error in upload progress",w)}),Bf(l)?l.pipe(I):I.end(l),l=I}let d=await this.makeRequest(e,s,l);a!==void 0&&clearTimeout(a);let f=KAe(d),m={status:(r=d.statusCode)!==null&&r!==void 0?r:0,headers:f,request:e};if(e.method==="HEAD")return d.resume(),m;u=c?XAe(d,f):d;let E=e.onDownloadProgress;if(E){let C=new ly(E);C.on("error",I=>{Vc.logger.error("Error in download progress",I)}),u.pipe(C),u=C}return!((n=e.streamResponseStatusCodes)===null||n===void 0)&&n.has(Number.POSITIVE_INFINITY)||!((i=e.streamResponseStatusCodes)===null||i===void 0)&&i.has(m.status)?m.readableStreamBody=u:m.bodyAsText=await ZAe(u),m}finally{if(e.abortSignal&&o){let d=Promise.resolve();Bf(l)&&(d=V1(l));let f=Promise.resolve();Bf(u)&&(f=V1(u)),Promise.all([d,f]).then(()=>{var g;o&&((g=e.abortSignal)===null||g===void 0||g.removeEventListener("abort",o))}).catch(g=>{Vc.logger.warning("Error when cleaning up abortListener on httpRequest",g)})}}}makeRequest(e,r,n){var i;let s=new URL(e.url),o=s.protocol!=="https:";if(o&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let a=(i=e.agent)!==null&&i!==void 0?i:this.getOrCreateAgent(e,o),A=Object.assign({agent:a,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((c,l)=>{let u=o?TN.request(A,c):ON.request(A,c);u.once("error",d=>{var f;l(new Qf.RestError(d.message,{code:(f=d.code)!==null&&f!==void 0?f:Qf.RestError.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let d=new J1.AbortError("The operation was aborted. Rejecting from abort signal callback while making request.");u.destroy(d),l(d)}),n&&Bf(n)?n.pipe(u):n?typeof n=="string"||Buffer.isBuffer(n)?u.end(n):W1(n)?u.end(ArrayBuffer.isView(n)?Buffer.from(n.buffer):Buffer.from(n)):(Vc.logger.error("Unrecognized body type",n),l(new Qf.RestError("Unrecognized body type"))):u.end()})}getOrCreateAgent(e,r){var n;let i=e.disableKeepAlive;if(r)return i?TN.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new TN.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(i&&!e.tlsSettings)return ON.globalAgent;let s=(n=e.tlsSettings)!==null&&n!==void 0?n:$Ae,o=this.cachedHttpsAgents.get(s);return o&&o.options.keepAlive===!i||(Vc.logger.info("No cached TLS Agent exist, creating a new Agent"),o=new ON.Agent(Object.assign({keepAlive:!i},s)),this.cachedHttpsAgents.set(s,o)),o}}};function KAe(t){let e=(0,VAe.createHttpHeaders)();for(let r of Object.keys(t.headers)){let n=t.headers[r];Array.isArray(n)?n.length>0&&e.set(r,n[0]):n&&e.set(r,n)}return e}function XAe(t,e){let r=e.get("Content-Encoding");if(r==="gzip"){let n=Y1.createGunzip();return t.pipe(n),n}else if(r==="deflate"){let n=Y1.createInflate();return t.pipe(n),n}return t}function ZAe(t){return new Promise((e,r)=>{let n=[];t.on("data",i=>{Buffer.isBuffer(i)?n.push(i):n.push(Buffer.from(i))}),t.on("end",()=>{e(Buffer.concat(n).toString("utf8"))}),t.on("error",i=>{i&&i?.name==="AbortError"?r(i):r(new Qf.RestError(`Error reading response as text: ${i.message}`,{code:Qf.RestError.PARSE_ERROR}))})})}function $1(t){return t?Buffer.isBuffer(t)?t.length:Bf(t)?null:W1(t)?t.byteLength:typeof t=="string"?Buffer.from(t).length:null:0}function ece(){return new MN}});var UN=h(FN=>{"use strict";Object.defineProperty(FN,"__esModule",{value:!0});FN.createDefaultHttpClient=rce;var tce=K1();function rce(){return(0,tce.createNodeHttpClient)()}});var qN=h(Wc=>{"use strict";Object.defineProperty(Wc,"__esModule",{value:!0});Wc.logPolicyName=void 0;Wc.logPolicy=sce;var nce=If(),ice=Ef();Wc.logPolicyName="logPolicy";function sce(t={}){var e;let r=(e=t.logger)!==null&&e!==void 0?e:nce.logger.info,n=new ice.Sanitizer({additionalAllowedHeaderNames:t.additionalAllowedHeaderNames,additionalAllowedQueryParameters:t.additionalAllowedQueryParameters});return{name:Wc.logPolicyName,async sendRequest(i,s){if(!r.enabled)return s(i);r(`Request: ${n.sanitize(i)}`);let o=await s(i);return r(`Response status code: ${o.status}`),r(`Headers: ${n.sanitize(o.headers)}`),o}}}});var HN=h($c=>{"use strict";Object.defineProperty($c,"__esModule",{value:!0});$c.redirectPolicyName=void 0;$c.redirectPolicy=oce;$c.redirectPolicyName="redirectPolicy";var X1=["GET","HEAD"];function oce(t={}){let{maxRetries:e=20}=t;return{name:$c.redirectPolicyName,async sendRequest(r,n){let i=await n(r);return Z1(n,i,e)}}}async function Z1(t,e,r,n=0){let{request:i,status:s,headers:o}=e,a=o.get("location");if(a&&(s===300||s===301&&X1.includes(i.method)||s===302&&X1.includes(i.method)||s===303&&i.method==="POST"||s===307)&&n<r){let A=new URL(a,i.url);i.url=A.toString(),s===303&&(i.method="GET",i.headers.delete("Content-Length"),delete i.body),i.headers.delete("Authorization");let c=await t(i);return Z1(t,c,r,n+1)}return e}});var tq=h(dy=>{"use strict";Object.defineProperty(dy,"__esModule",{value:!0});dy.getHeaderName=ace;dy.setPlatformSpecificData=Ace;var eq=(ii(),Si(ni)),zN=eq.__importStar(Q("node:os")),jN=eq.__importStar(Q("node:process"));function ace(){return"User-Agent"}async function Ace(t){if(jN&&jN.versions){let e=jN.versions;e.bun?t.set("Bun",e.bun):e.deno?t.set("Deno",e.deno):e.node&&t.set("Node",e.node)}t.set("OS",`(${zN.arch()}-${zN.type()}-${zN.release()})`)}});var Ja=h(Kc=>{"use strict";Object.defineProperty(Kc,"__esModule",{value:!0});Kc.DEFAULT_RETRY_POLICY_COUNT=Kc.SDK_VERSION=void 0;Kc.SDK_VERSION="0.3.0";Kc.DEFAULT_RETRY_POLICY_COUNT=3});var nq=h(fy=>{"use strict";Object.defineProperty(fy,"__esModule",{value:!0});fy.getUserAgentHeaderName=uce;fy.getUserAgentValue=dce;var rq=tq(),cce=Ja();function lce(t){let e=[];for(let[r,n]of t){let i=n?`${r}/${n}`:r;e.push(i)}return e.join(" ")}function uce(){return(0,rq.getHeaderName)()}async function dce(t){let e=new Map;e.set("ts-http-runtime",cce.SDK_VERSION),await(0,rq.setPlatformSpecificData)(e);let r=lce(e);return t?`${t} ${r}`:r}});var GN=h(Xc=>{"use strict";Object.defineProperty(Xc,"__esModule",{value:!0});Xc.userAgentPolicyName=void 0;Xc.userAgentPolicy=fce;var sq=nq(),iq=(0,sq.getUserAgentHeaderName)();Xc.userAgentPolicyName="userAgentPolicy";function fce(t={}){let e=(0,sq.getUserAgentValue)(t.userAgentPrefix);return{name:Xc.userAgentPolicyName,async sendRequest(r,n){return r.headers.has(iq)||r.headers.set(iq,await e),n(r)}}}});var YN=h(Zc=>{"use strict";Object.defineProperty(Zc,"__esModule",{value:!0});Zc.decompressResponsePolicyName=void 0;Zc.decompressResponsePolicy=hce;Zc.decompressResponsePolicyName="decompressResponsePolicy";function hce(){return{name:Zc.decompressResponsePolicyName,async sendRequest(t,e){return t.method!=="HEAD"&&t.headers.set("Accept-Encoding","gzip,deflate"),e(t)}}}});var VN=h(JN=>{"use strict";Object.defineProperty(JN,"__esModule",{value:!0});JN.getRandomIntegerInclusive=gce;function gce(t,e){return t=Math.ceil(t),e=Math.floor(e),Math.floor(Math.random()*(e-t+1))+t}});var $N=h(WN=>{"use strict";Object.defineProperty(WN,"__esModule",{value:!0});WN.calculateRetryDelay=pce;var mce=VN();function pce(t,e){let r=e.retryDelayInMs*Math.pow(2,t),n=Math.min(e.maxRetryDelayInMs,r);return{retryAfterInMs:n/2+(0,mce.getRandomIntegerInclusive)(0,n/2)}}});var KN=h(hy=>{"use strict";Object.defineProperty(hy,"__esModule",{value:!0});hy.delay=Cce;hy.parseHeaderValueAsNumber=Ice;var yce=mf(),Ece="The operation was aborted.";function Cce(t,e,r){return new Promise((n,i)=>{let s,o,a=()=>i(new yce.AbortError(r?.abortErrorMsg?r?.abortErrorMsg:Ece)),A=()=>{r?.abortSignal&&o&&r.abortSignal.removeEventListener("abort",o)};if(o=()=>(s&&clearTimeout(s),A(),a()),r?.abortSignal&&r.abortSignal.aborted)return a();s=setTimeout(()=>{A(),n(e)},t),r?.abortSignal&&r.abortSignal.addEventListener("abort",o)})}function Ice(t,e){let r=t.headers.get(e);if(!r)return;let n=Number(r);if(!Number.isNaN(n))return n}});var my=h(gy=>{"use strict";Object.defineProperty(gy,"__esModule",{value:!0});gy.isThrottlingRetryResponse=bce;gy.throttlingRetryStrategy=Nce;var Bce=KN(),XN="Retry-After",Qce=["retry-after-ms","x-ms-retry-after-ms",XN];function oq(t){if(t&&[429,503].includes(t.status))try{for(let i of Qce){let s=(0,Bce.parseHeaderValueAsNumber)(t,i);if(s===0||s)return s*(i===XN?1e3:1)}let e=t.headers.get(XN);if(!e)return;let n=Date.parse(e)-Date.now();return Number.isFinite(n)?Math.max(0,n):void 0}catch{return}}function bce(t){return Number.isFinite(oq(t))}function Nce(){return{name:"throttlingRetryStrategy",retry({response:t}){let e=oq(t);return Number.isFinite(e)?{retryAfterInMs:e}:{skipStrategy:!0}}}}});var py=h(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.exponentialRetryStrategy=Rce;bf.isExponentialRetryResponse=aq;bf.isSystemError=Aq;var wce=$N(),Sce=my(),xce=1e3,vce=1e3*64;function Rce(t={}){var e,r;let n=(e=t.retryDelayInMs)!==null&&e!==void 0?e:xce,i=(r=t.maxRetryDelayInMs)!==null&&r!==void 0?r:vce;return{name:"exponentialRetryStrategy",retry({retryCount:s,response:o,responseError:a}){let A=Aq(a),c=A&&t.ignoreSystemErrors,l=aq(o),u=l&&t.ignoreHttpStatusCodes;return o&&((0,Sce.isThrottlingRetryResponse)(o)||!l)||u||c?{skipStrategy:!0}:a&&!A&&!l?{errorToThrow:a}:(0,wce.calculateRetryDelay)(s,{retryDelayInMs:n,maxRetryDelayInMs:i})}}}function aq(t){return!!(t&&t.status!==void 0&&(t.status>=500||t.status===408)&&t.status!==501&&t.status!==505)}function Aq(t){return t?t.code==="ETIMEDOUT"||t.code==="ESOCKETTIMEDOUT"||t.code==="ECONNREFUSED"||t.code==="ECONNRESET"||t.code==="ENOENT"||t.code==="ENOTFOUND":!1}});var el=h(ZN=>{"use strict";Object.defineProperty(ZN,"__esModule",{value:!0});ZN.retryPolicy=Oce;var Dce=KN(),_ce=mf(),kce=yf(),cq=Ja(),Pce=(0,kce.createClientLogger)("ts-http-runtime retryPolicy"),Tce="retryPolicy";function Oce(t,e={maxRetries:cq.DEFAULT_RETRY_POLICY_COUNT}){let r=e.logger||Pce;return{name:Tce,async sendRequest(n,i){var s,o;let a,A,c=-1;e:for(;;){c+=1,a=void 0,A=void 0;try{r.info(`Retry ${c}: Attempting to send request`,n.requestId),a=await i(n),r.info(`Retry ${c}: Received a response from request`,n.requestId)}catch(l){if(r.error(`Retry ${c}: Received an error from request`,n.requestId),A=l,!l||A.name!=="RestError")throw l;a=A.response}if(!((s=n.abortSignal)===null||s===void 0)&&s.aborted)throw r.error(`Retry ${c}: Request aborted.`),new _ce.AbortError;if(c>=((o=e.maxRetries)!==null&&o!==void 0?o:cq.DEFAULT_RETRY_POLICY_COUNT)){if(r.info(`Retry ${c}: Maximum retries reached. Returning the last received response, or throwing the last received error.`),A)throw A;if(a)return a;throw new Error("Maximum retries reached with no response or error to throw")}r.info(`Retry ${c}: Processing ${t.length} retry strategies.`);t:for(let l of t){let u=l.logger||r;u.info(`Retry ${c}: Processing retry strategy ${l.name}.`);let d=l.retry({retryCount:c,response:a,responseError:A});if(d.skipStrategy){u.info(`Retry ${c}: Skipped.`);continue t}let{errorToThrow:f,retryAfterInMs:g,redirectTo:m}=d;if(f)throw u.error(`Retry ${c}: Retry strategy ${l.name} throws error:`,f),f;if(g||g===0){u.info(`Retry ${c}: Retry strategy ${l.name} retries after ${g}`),await(0,Dce.delay)(g,void 0,{abortSignal:n.abortSignal});continue e}if(m){u.info(`Retry ${c}: Retry strategy ${l.name} redirects to ${m}`),n.url=m;continue e}}if(A)throw r.info("None of the retry strategies could work with the received error. Throwing it."),A;if(a)return r.info("None of the retry strategies could work with the received response. Returning it."),a}}}}});var ew=h(tl=>{"use strict";Object.defineProperty(tl,"__esModule",{value:!0});tl.defaultRetryPolicyName=void 0;tl.defaultRetryPolicy=qce;var Mce=py(),Lce=my(),Fce=el(),Uce=Ja();tl.defaultRetryPolicyName="defaultRetryPolicy";function qce(t={}){var e;return{name:tl.defaultRetryPolicyName,sendRequest:(0,Fce.retryPolicy)([(0,Lce.throttlingRetryStrategy)(),(0,Mce.exponentialRetryStrategy)(t)],{maxRetries:(e=t.maxRetries)!==null&&e!==void 0?e:Uce.DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}});var Nf=h(nr=>{"use strict";var tw,rw,nw,iw;Object.defineProperty(nr,"__esModule",{value:!0});nr.isReactNative=nr.isNodeRuntime=nr.isNodeLike=nr.isBun=nr.isDeno=nr.isWebWorker=nr.isBrowser=void 0;nr.isBrowser=typeof window<"u"&&typeof window.document<"u";nr.isWebWorker=typeof self=="object"&&typeof self?.importScripts=="function"&&(((tw=self.constructor)===null||tw===void 0?void 0:tw.name)==="DedicatedWorkerGlobalScope"||((rw=self.constructor)===null||rw===void 0?void 0:rw.name)==="ServiceWorkerGlobalScope"||((nw=self.constructor)===null||nw===void 0?void 0:nw.name)==="SharedWorkerGlobalScope");nr.isDeno=typeof Deno<"u"&&typeof Deno.version<"u"&&typeof Deno.version.deno<"u";nr.isBun=typeof Bun<"u"&&typeof Bun.version<"u";nr.isNodeLike=typeof globalThis.process<"u"&&!!globalThis.process.version&&!!(!((iw=globalThis.process.versions)===null||iw===void 0)&&iw.node);nr.isNodeRuntime=nr.isNodeLike&&!nr.isBun&&!nr.isDeno;nr.isReactNative=typeof navigator<"u"&&navigator?.product==="ReactNative"});var sw=h(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl.formDataPolicyName=void 0;rl.formDataPolicy=Gce;var Hce=Ya(),zce=Nf(),lq=Po();rl.formDataPolicyName="formDataPolicy";function jce(t){var e;let r={};for(let[n,i]of t.entries())(e=r[n])!==null&&e!==void 0||(r[n]=[]),r[n].push(i);return r}function Gce(){return{name:rl.formDataPolicyName,async sendRequest(t,e){if(zce.isNodeLike&&typeof FormData<"u"&&t.body instanceof FormData&&(t.formData=jce(t.body),t.body=void 0),t.formData){let r=t.headers.get("Content-Type");r&&r.indexOf("application/x-www-form-urlencoded")!==-1?t.body=Yce(t.formData):await Jce(t.formData,t),t.formData=void 0}return e(t)}}}function Yce(t){let e=new URLSearchParams;for(let[r,n]of Object.entries(t))if(Array.isArray(n))for(let i of n)e.append(r,i.toString());else e.append(r,n.toString());return e.toString()}async function Jce(t,e){let r=e.headers.get("Content-Type");if(r&&!r.startsWith("multipart/form-data"))return;e.headers.set("Content-Type",r??"multipart/form-data");let n=[];for(let[i,s]of Object.entries(t))for(let o of Array.isArray(s)?s:[s])if(typeof o=="string")n.push({headers:(0,lq.createHttpHeaders)({"Content-Disposition":`form-data; name="${i}"`}),body:(0,Hce.stringToUint8Array)(o,"utf-8")});else{if(o==null||typeof o!="object")throw new Error(`Unexpected value for key ${i}: ${o}. Value should be serialized to string first.`);{let a=o.name||"blob",A=(0,lq.createHttpHeaders)();A.set("Content-Disposition",`form-data; name="${i}"; filename="${a}"`),A.set("Content-Type",o.type||"application/octet-stream"),n.push({headers:A,body:o})}}e.multipartBody={parts:n}}});var dq=h((dTe,uq)=>{var nl=1e3,il=nl*60,sl=il*60,Va=sl*24,Vce=Va*7,Wce=Va*365.25;uq.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return $ce(t);if(r==="number"&&isFinite(t))return e.long?Xce(t):Kce(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function $ce(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),n=(e[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*Wce;case"weeks":case"week":case"w":return r*Vce;case"days":case"day":case"d":return r*Va;case"hours":case"hour":case"hrs":case"hr":case"h":return r*sl;case"minutes":case"minute":case"mins":case"min":case"m":return r*il;case"seconds":case"second":case"secs":case"sec":case"s":return r*nl;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function Kce(t){var e=Math.abs(t);return e>=Va?Math.round(t/Va)+"d":e>=sl?Math.round(t/sl)+"h":e>=il?Math.round(t/il)+"m":e>=nl?Math.round(t/nl)+"s":t+"ms"}function Xce(t){var e=Math.abs(t);return e>=Va?yy(t,e,Va,"day"):e>=sl?yy(t,e,sl,"hour"):e>=il?yy(t,e,il,"minute"):e>=nl?yy(t,e,nl,"second"):t+" ms"}function yy(t,e,r,n){var i=e>=r*1.5;return Math.round(t/r)+" "+n+(i?"s":"")}});var ow=h((fTe,fq)=>{function Zce(t){r.debug=r,r.default=r,r.coerce=A,r.disable=o,r.enable=i,r.enabled=a,r.humanize=dq(),r.destroy=c,Object.keys(t).forEach(l=>{r[l]=t[l]}),r.names=[],r.skips=[],r.formatters={};function e(l){let u=0;for(let d=0;d<l.length;d++)u=(u<<5)-u+l.charCodeAt(d),u|=0;return r.colors[Math.abs(u)%r.colors.length]}r.selectColor=e;function r(l){let u,d=null,f,g;function m(...E){if(!m.enabled)return;let C=m,I=Number(new Date),w=I-(u||I);C.diff=w,C.prev=u,C.curr=I,u=I,E[0]=r.coerce(E[0]),typeof E[0]!="string"&&E.unshift("%O");let S=0;E[0]=E[0].replace(/%([a-zA-Z%])/g,(O,q)=>{if(O==="%%")return"%";S++;let P=r.formatters[q];if(typeof P=="function"){let V=E[S];O=P.call(C,V),E.splice(S,1),S--}return O}),r.formatArgs.call(C,E),(C.log||r.log).apply(C,E)}return m.namespace=l,m.useColors=r.useColors(),m.color=r.selectColor(l),m.extend=n,m.destroy=r.destroy,Object.defineProperty(m,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(f!==r.namespaces&&(f=r.namespaces,g=r.enabled(l)),g),set:E=>{d=E}}),typeof r.init=="function"&&r.init(m),m}function n(l,u){let d=r(this.namespace+(typeof u>"u"?":":u)+l);return d.log=this.log,d}function i(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let u=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of u)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function s(l,u){let d=0,f=0,g=-1,m=0;for(;d<l.length;)if(f<u.length&&(u[f]===l[d]||u[f]==="*"))u[f]==="*"?(g=f,m=d,f++):(d++,f++);else if(g!==-1)f=g+1,m++,d=m;else return!1;for(;f<u.length&&u[f]==="*";)f++;return f===u.length}function o(){let l=[...r.names,...r.skips.map(u=>"-"+u)].join(",");return r.enable(""),l}function a(l){for(let u of r.skips)if(s(l,u))return!1;for(let u of r.names)if(s(l,u))return!0;return!1}function A(l){return l instanceof Error?l.stack||l.message:l}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}fq.exports=Zce});var hq=h((dn,Ey)=>{dn.formatArgs=tle;dn.save=rle;dn.load=nle;dn.useColors=ele;dn.storage=ile();dn.destroy=(()=>{let t=!1;return()=>{t||(t=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();dn.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function ele(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let t;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(t=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(t[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function tle(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+Ey.exports.humanize(this.diff),!this.useColors)return;let e="color: "+this.color;t.splice(1,0,e,"color: inherit");let r=0,n=0;t[0].replace(/%[a-zA-Z%]/g,i=>{i!=="%%"&&(r++,i==="%c"&&(n=r))}),t.splice(n,0,e)}dn.log=console.debug||console.log||(()=>{});function rle(t){try{t?dn.storage.setItem("debug",t):dn.storage.removeItem("debug")}catch{}}function nle(){let t;try{t=dn.storage.getItem("debug")||dn.storage.getItem("DEBUG")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function ile(){try{return localStorage}catch{}}Ey.exports=ow()(dn);var{formatters:sle}=Ey.exports;sle.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var mq=h((lr,Iy)=>{var ole=Q("tty"),Cy=Q("util");lr.init=fle;lr.log=lle;lr.formatArgs=Ale;lr.save=ule;lr.load=dle;lr.useColors=ale;lr.destroy=Cy.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");lr.colors=[6,2,3,4,5,1];try{let t=Q("supports-color");t&&(t.stderr||t).level>=2&&(lr.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}lr.inspectOpts=Object.keys(process.env).filter(t=>/^debug_/i.test(t)).reduce((t,e)=>{let r=e.substring(6).toLowerCase().replace(/_([a-z])/g,(i,s)=>s.toUpperCase()),n=process.env[e];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),t[r]=n,t},{});function ale(){return"colors"in lr.inspectOpts?!!lr.inspectOpts.colors:ole.isatty(process.stderr.fd)}function Ale(t){let{namespace:e,useColors:r}=this;if(r){let n=this.color,i="\x1B[3"+(n<8?n:"8;5;"+n),s=` ${i};1m${e} \x1B[0m`;t[0]=s+t[0].split(`
`).join(`
`+s),t.push(i+"m+"+Iy.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=cle()+e+" "+t[0]}function cle(){return lr.inspectOpts.hideDate?"":new Date().toISOString()+" "}function lle(...t){return process.stderr.write(Cy.formatWithOptions(lr.inspectOpts,...t)+`
`)}function ule(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function dle(){return process.env.DEBUG}function fle(t){t.inspectOpts={};let e=Object.keys(lr.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=lr.inspectOpts[e[r]]}Iy.exports=ow()(lr);var{formatters:gq}=Iy.exports;gq.o=function(t){return this.inspectOpts.colors=this.useColors,Cy.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};gq.O=function(t){return this.inspectOpts.colors=this.useColors,Cy.inspect(t,this.inspectOpts)}});var By=h((hTe,aw)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?aw.exports=hq():aw.exports=mq()});var Eq=h(fn=>{"use strict";var hle=fn&&fn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),gle=fn&&fn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),pq=fn&&fn.__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)&&hle(e,t,r);return gle(e,t),e};Object.defineProperty(fn,"__esModule",{value:!0});fn.req=fn.json=fn.toBuffer=void 0;var mle=pq(Q("http")),ple=pq(Q("https"));async function yq(t){let e=0,r=[];for await(let n of t)e+=n.length,r.push(n);return Buffer.concat(r,e)}fn.toBuffer=yq;async function yle(t){let r=(await yq(t)).toString("utf8");try{return JSON.parse(r)}catch(n){let i=n;throw i.message+=` (input: ${r})`,i}}fn.json=yle;function Ele(t,e={}){let n=((typeof t=="string"?t:t.href).startsWith("https:")?ple:mle).request(t,e),i=new Promise((s,o)=>{n.once("response",s).once("error",o).end()});return n.then=i.then.bind(i),n}fn.req=Ele});var cw=h(Mn=>{"use strict";var Iq=Mn&&Mn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Cle=Mn&&Mn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Bq=Mn&&Mn.__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)&&Iq(e,t,r);return Cle(e,t),e},Ile=Mn&&Mn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Iq(e,t,r)};Object.defineProperty(Mn,"__esModule",{value:!0});Mn.Agent=void 0;var Ble=Bq(Q("net")),Cq=Bq(Q("http")),Qle=Q("https");Ile(Eq(),Mn);var os=Symbol("AgentBaseInternalState"),Aw=class extends Cq.Agent{constructor(e){super(e),this[os]={}}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 Ble.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],i=n.indexOf(r);i!==-1&&(n.splice(i,1),this.totalSocketCount--,n.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?Qle.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,n){let i={...r,secureEndpoint:this.isSecureEndpoint(r)},s=this.getName(i),o=this.incrementSockets(s);Promise.resolve().then(()=>this.connect(e,i)).then(a=>{if(this.decrementSockets(s,o),a instanceof Cq.Agent)try{return a.addRequest(e,i)}catch(A){return n(A)}this[os].currentSocket=a,super.createSocket(e,r,n)},a=>{this.decrementSockets(s,o),n(a)})}createConnection(){let e=this[os].currentSocket;if(this[os].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[os].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[os]&&(this[os].defaultPort=e)}get protocol(){return this[os].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[os]&&(this[os].protocol=e)}};Mn.Agent=Aw});var Qq=h(ol=>{"use strict";var ble=ol&&ol.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ol,"__esModule",{value:!0});ol.parseProxyResponse=void 0;var Nle=ble(By()),Qy=(0,Nle.default)("https-proxy-agent:parse-proxy-response");function wle(t){return new Promise((e,r)=>{let n=0,i=[];function s(){let l=t.read();l?c(l):t.once("readable",s)}function o(){t.removeListener("end",a),t.removeListener("error",A),t.removeListener("readable",s)}function a(){o(),Qy("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}function A(l){o(),Qy("onerror %o",l),r(l)}function c(l){i.push(l),n+=l.length;let u=Buffer.concat(i,n),d=u.indexOf(`\r
\r
`);if(d===-1){Qy("have not received end of HTTP headers yet..."),s();return}let f=u.slice(0,d).toString("ascii").split(`\r
`),g=f.shift();if(!g)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let m=g.split(" "),E=+m[1],C=m.slice(2).join(" "),I={};for(let w of f){if(!w)continue;let S=w.indexOf(":");if(S===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${w}"`));let D=w.slice(0,S).toLowerCase(),O=w.slice(S+1).trimStart(),q=I[D];typeof q=="string"?I[D]=[q,O]:Array.isArray(q)?q.push(O):I[D]=O}Qy("got proxy server response: %o %o",g,I),o(),e({connect:{statusCode:E,statusText:C,headers:I},buffered:u})}t.on("error",A),t.on("end",a),s()})}ol.parseProxyResponse=wle});var vq=h(si=>{"use strict";var Sle=si&&si.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),xle=si&&si.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Sq=si&&si.__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)&&Sle(e,t,r);return xle(e,t),e},xq=si&&si.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(si,"__esModule",{value:!0});si.HttpsProxyAgent=void 0;var by=Sq(Q("net")),bq=Sq(Q("tls")),vle=xq(Q("assert")),Rle=xq(By()),Dle=cw(),_le=Q("url"),kle=Qq(),wf=(0,Rle.default)("https-proxy-agent"),Nq=t=>t.servername===void 0&&t.host&&!by.isIP(t.host)?{...t,servername:t.host}:t,Ny=class extends Dle.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new _le.URL(e):e,this.proxyHeaders=r?.headers??{},wf("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?wq(r,"headers"):null,host:n,port:i}}async connect(e,r){let{proxy:n}=this;if(!r.host)throw new TypeError('No "host" provided');let i;n.protocol==="https:"?(wf("Creating `tls.Socket`: %o",this.connectOpts),i=bq.connect(Nq(this.connectOpts))):(wf("Creating `net.Socket`: %o",this.connectOpts),i=by.connect(this.connectOpts));let s=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=by.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
`;if(n.username||n.password){let d=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;s["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}s.Host=`${o}:${r.port}`,s["Proxy-Connection"]||(s["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(s))a+=`${d}: ${s[d]}\r
`;let A=(0,kle.parseProxyResponse)(i);i.write(`${a}\r
`);let{connect:c,buffered:l}=await A;if(e.emit("proxyConnect",c),this.emit("proxyConnect",c,e),c.statusCode===200)return e.once("socket",Ple),r.secureEndpoint?(wf("Upgrading socket connection to TLS"),bq.connect({...wq(Nq(r),"host","path","port"),socket:i})):i;i.destroy();let u=new by.Socket({writable:!1});return u.readable=!0,e.once("socket",d=>{wf("Replaying proxy buffer for failed request"),(0,vle.default)(d.listenerCount("data")>0),d.push(l),d.push(null)}),u}};Ny.protocols=["http","https"];si.HttpsProxyAgent=Ny;function Ple(t){t.resume()}function wq(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}});var _q=h(oi=>{"use strict";var Tle=oi&&oi.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),Ole=oi&&oi.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Dq=oi&&oi.__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)&&Tle(e,t,r);return Ole(e,t),e},Mle=oi&&oi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(oi,"__esModule",{value:!0});oi.HttpProxyAgent=void 0;var Lle=Dq(Q("net")),Fle=Dq(Q("tls")),Ule=Mle(By()),qle=Q("events"),Hle=cw(),Rq=Q("url"),al=(0,Ule.default)("http-proxy-agent"),wy=class extends Hle.Agent{constructor(e,r){super(r),this.proxy=typeof e=="string"?new Rq.URL(e):e,this.proxyHeaders=r?.headers??{},al("Creating new HttpProxyAgent instance: %o",this.proxy.href);let n=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?zle(r,"headers"):null,host:n,port:i}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:n}=this,i=r.secureEndpoint?"https:":"http:",s=e.getHeader("host")||"localhost",o=`${i}//${s}`,a=new Rq.URL(e.path,o);r.port!==80&&(a.port=String(r.port)),e.path=String(a);let A=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(n.username||n.password){let c=`${decodeURIComponent(n.username)}:${decodeURIComponent(n.password)}`;A["Proxy-Authorization"]=`Basic ${Buffer.from(c).toString("base64")}`}A["Proxy-Connection"]||(A["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let c of Object.keys(A)){let l=A[c];l&&e.setHeader(c,l)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let n,i;al("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(al("Patching connection write() output buffer with updated header"),n=e.outputData[0].data,i=n.indexOf(`\r
\r
`)+4,e.outputData[0].data=e._header+n.substring(i),al("Output buffer: %o",e.outputData[0].data));let s;return this.proxy.protocol==="https:"?(al("Creating `tls.Socket`: %o",this.connectOpts),s=Fle.connect(this.connectOpts)):(al("Creating `net.Socket`: %o",this.connectOpts),s=Lle.connect(this.connectOpts)),await(0,qle.once)(s,"connect"),s}};wy.protocols=["http","https"];oi.HttpProxyAgent=wy;function zle(t,...e){let r={},n;for(n in t)e.includes(n)||(r[n]=t[n]);return r}});var lw=h(ai=>{"use strict";Object.defineProperty(ai,"__esModule",{value:!0});ai.globalNoProxyList=ai.proxyPolicyName=void 0;ai.loadNoProxy=Mq;ai.getDefaultProxySettings=Zle;ai.proxyPolicy=tue;var jle=vq(),Gle=_q(),Yle=If(),Jle="HTTPS_PROXY",Vle="HTTP_PROXY",Wle="ALL_PROXY",$le="NO_PROXY";ai.proxyPolicyName="proxyPolicy";ai.globalNoProxyList=[];var Tq=!1,Kle=new Map;function Sy(t){if(process.env[t])return process.env[t];if(process.env[t.toLowerCase()])return process.env[t.toLowerCase()]}function Oq(){if(!process)return;let t=Sy(Jle),e=Sy(Wle),r=Sy(Vle);return t||e||r}function Xle(t,e,r){if(e.length===0)return!1;let n=new URL(t).hostname;if(r?.has(n))return r.get(n);let i=!1;for(let s of e)s[0]==="."?(n.endsWith(s)||n.length===s.length-1&&n===s.slice(1))&&(i=!0):n===s&&(i=!0);return r?.set(n,i),i}function Mq(){let t=Sy($le);return Tq=!0,t?t.split(",").map(e=>e.trim()).filter(e=>e.length):[]}function Zle(t){if(!t&&(t=Oq(),!t))return;let e=new URL(t);return{host:(e.protocol?e.protocol+"//":"")+e.hostname,port:Number.parseInt(e.port||"80"),username:e.username,password:e.password}}function eue(){let t=Oq();return t?new URL(t):void 0}function kq(t){let e;try{e=new URL(t.host)}catch{throw new Error(`Expecting a valid host string in proxy settings, but found "${t.host}".`)}return e.port=String(t.port),t.username&&(e.username=t.username),t.password&&(e.password=t.password),e}function Pq(t,e,r){if(t.agent)return;let i=new URL(t.url).protocol!=="https:";t.tlsSettings&&Yle.logger.warning("TLS settings are not supported in combination with custom Proxy, certificates provided to the client will be ignored.");let s=t.headers.toJSON();i?(e.httpProxyAgent||(e.httpProxyAgent=new Gle.HttpProxyAgent(r,{headers:s})),t.agent=e.httpProxyAgent):(e.httpsProxyAgent||(e.httpsProxyAgent=new jle.HttpsProxyAgent(r,{headers:s})),t.agent=e.httpsProxyAgent)}function tue(t,e){Tq||ai.globalNoProxyList.push(...Mq());let r=t?kq(t):eue(),n={};return{name:ai.proxyPolicyName,async sendRequest(i,s){var o;return!i.proxySettings&&r&&!Xle(i.url,(o=e?.customNoProxyList)!==null&&o!==void 0?o:ai.globalNoProxyList,e?.customNoProxyList?void 0:Kle)?Pq(i,n,r):i.proxySettings&&Pq(i,n,kq(i.proxySettings)),s(i)}}}});var uw=h(Al=>{"use strict";Object.defineProperty(Al,"__esModule",{value:!0});Al.agentPolicyName=void 0;Al.agentPolicy=rue;Al.agentPolicyName="agentPolicy";function rue(t){return{name:Al.agentPolicyName,sendRequest:async(e,r)=>(e.agent||(e.agent=t),r(e))}}});var dw=h(cl=>{"use strict";Object.defineProperty(cl,"__esModule",{value:!0});cl.tlsPolicyName=void 0;cl.tlsPolicy=nue;cl.tlsPolicyName="tlsPolicy";function nue(t){return{name:cl.tlsPolicyName,sendRequest:async(e,r)=>(e.tlsSettings||(e.tlsSettings=t),r(e))}}});var Sf=h(Wa=>{"use strict";Object.defineProperty(Wa,"__esModule",{value:!0});Wa.isNodeReadableStream=Lq;Wa.isWebReadableStream=Fq;Wa.isBinaryBody=iue;Wa.isReadableStream=Uq;Wa.isBlob=sue;function Lq(t){return!!(t&&typeof t.pipe=="function")}function Fq(t){return!!(t&&typeof t.getReader=="function"&&typeof t.tee=="function")}function iue(t){return t!==void 0&&(t instanceof Uint8Array||Uq(t)||typeof t=="function"||t instanceof Blob)}function Uq(t){return Lq(t)||Fq(t)}function sue(t){return typeof t.stream=="function"}});var zq=h(hw=>{"use strict";Object.defineProperty(hw,"__esModule",{value:!0});hw.concat=cue;var Us=(ii(),Si(ni)),fw=Q("stream"),oue=Sf();function qq(){return Us.__asyncGenerator(this,arguments,function*(){let e=this.getReader();try{for(;;){let{done:r,value:n}=yield Us.__await(e.read());if(r)return yield Us.__await(void 0);yield yield Us.__await(n)}}finally{e.releaseLock()}})}function aue(t){t[Symbol.asyncIterator]||(t[Symbol.asyncIterator]=qq.bind(t)),t.values||(t.values=qq.bind(t))}function Hq(t){return t instanceof ReadableStream?(aue(t),fw.Readable.fromWeb(t)):t}function Aue(t){return t instanceof Uint8Array?fw.Readable.from(Buffer.from(t)):(0,oue.isBlob)(t)?Hq(t.stream()):Hq(t)}async function cue(t){return function(){let e=t.map(r=>typeof r=="function"?r():r).map(Aue);return fw.Readable.from((function(){return Us.__asyncGenerator(this,arguments,function*(){var r,n,i,s;for(let c of e)try{for(var o=!0,a=(n=void 0,Us.__asyncValues(c)),A;A=yield Us.__await(a.next()),r=A.done,!r;o=!0){s=A.value,o=!1;let l=s;yield yield Us.__await(l)}}catch(l){n={error:l}}finally{try{!o&&!r&&(i=a.return)&&(yield Us.__await(i.call(a)))}finally{if(n)throw n.error}}})})())}}});var gw=h(ul=>{"use strict";Object.defineProperty(ul,"__esModule",{value:!0});ul.multipartPolicyName=void 0;ul.multipartPolicy=Iue;var ll=Ya(),lue=Sf(),uue=iy(),due=zq();function fue(){return`----AzSDKFormBoundary${(0,uue.randomUUID)()}`}function hue(t){let e="";for(let[r,n]of t)e+=`${r}: ${n}\r
`;return e}function gue(t){return t instanceof Uint8Array?t.byteLength:(0,lue.isBlob)(t)?t.size===-1?void 0:t.size:void 0}function mue(t){let e=0;for(let r of t){let n=gue(r);if(n===void 0)return;e+=n}return e}async function pue(t,e,r){let n=[(0,ll.stringToUint8Array)(`--${r}`,"utf-8"),...e.flatMap(s=>[(0,ll.stringToUint8Array)(`\r
`,"utf-8"),(0,ll.stringToUint8Array)(hue(s.headers),"utf-8"),(0,ll.stringToUint8Array)(`\r
`,"utf-8"),s.body,(0,ll.stringToUint8Array)(`\r
--${r}`,"utf-8")]),(0,ll.stringToUint8Array)(`--\r
\r
`,"utf-8")],i=mue(n);i&&t.headers.set("Content-Length",i),t.body=await(0,due.concat)(n)}ul.multipartPolicyName="multipartPolicy";var yue=70,Eue=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function Cue(t){if(t.length>yue)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!Eue.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}function Iue(){return{name:ul.multipartPolicyName,async sendRequest(t,e){var r;if(!t.multipartBody)return e(t);if(t.body)throw new Error("multipartBody and regular body cannot be set at the same time");let n=t.multipartBody.boundary,i=(r=t.headers.get("Content-Type"))!==null&&r!==void 0?r:"multipart/mixed",s=i.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)throw new Error(`Got multipart request body, but content-type header was not multipart: ${i}`);let[,o,a]=s;if(a&&n&&a!==n)throw new Error(`Multipart boundary was specified as ${a} in the header, but got ${n} in the request body`);return n??(n=a),n?Cue(n):n=fue(),t.headers.set("Content-Type",`${o}; boundary=${n}`),await pue(t,t.multipartBody.parts,n),t.multipartBody=void 0,e(t)}}}});var Yq=h(mw=>{"use strict";Object.defineProperty(mw,"__esModule",{value:!0});mw.createPipelineFromOptions=_ue;var Bue=qN(),Que=vN(),bue=HN(),Nue=GN(),wue=YN(),Sue=ew(),xue=sw(),jq=Nf(),vue=lw(),Rue=uw(),Due=dw(),Gq=gw();function _ue(t){let e=(0,Que.createEmptyPipeline)();return jq.isNodeLike&&(t.agent&&e.addPolicy((0,Rue.agentPolicy)(t.agent)),t.tlsOptions&&e.addPolicy((0,Due.tlsPolicy)(t.tlsOptions)),e.addPolicy((0,vue.proxyPolicy)(t.proxyOptions)),e.addPolicy((0,wue.decompressResponsePolicy)())),e.addPolicy((0,xue.formDataPolicy)(),{beforePolicies:[Gq.multipartPolicyName]}),e.addPolicy((0,Nue.userAgentPolicy)(t.userAgentOptions)),e.addPolicy((0,Gq.multipartPolicy)(),{afterPhase:"Deserialize"}),e.addPolicy((0,Sue.defaultRetryPolicy)(t.retryOptions),{phase:"Retry"}),jq.isNodeLike&&e.addPolicy((0,bue.redirectPolicy)(t.redirectOptions),{afterPhase:"Retry"}),e.addPolicy((0,Bue.logPolicy)(t.loggingOptions),{afterPhase:"Sign"}),e}});var Jq=h(dl=>{"use strict";Object.defineProperty(dl,"__esModule",{value:!0});dl.apiVersionPolicyName=void 0;dl.apiVersionPolicy=kue;dl.apiVersionPolicyName="ApiVersionPolicy";function kue(t){return{name:dl.apiVersionPolicyName,sendRequest:(e,r)=>{let n=new URL(e.url);return!n.searchParams.get("api-version")&&t.apiVersion&&(e.url=`${e.url}${Array.from(n.searchParams.keys()).length>0?"&":"?"}api-version=${t.apiVersion}`),r(e)}}}});var Vq=h(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});fl.isOAuth2TokenCredential=Pue;fl.isBearerTokenCredential=Tue;fl.isBasicCredential=Oue;fl.isApiKeyCredential=Mue;function Pue(t){return"getOAuth2Token"in t}function Tue(t){return"getBearerToken"in t}function Oue(t){return"username"in t&&"password"in t}function Mue(t){return"key"in t}});var xf=h(pw=>{"use strict";Object.defineProperty(pw,"__esModule",{value:!0});pw.ensureSecureConnection=que;var Lue=If(),Wq=!1;function Fue(t,e){if(e.allowInsecureConnection&&t.allowInsecureConnection){let r=new URL(t.url);if(r.hostname==="localhost"||r.hostname==="127.0.0.1")return!0}return!1}function Uue(){let t="Sending token over insecure transport. Assume any token issued is compromised.";Lue.logger.warning(t),typeof(process==null?void 0:process.emitWarning)=="function"&&!Wq&&(Wq=!0,process.emitWarning(t))}function que(t,e){if(!t.url.toLowerCase().startsWith("https://"))if(Fue(t,e))Uue();else throw new Error("Authentication is not permitted for non-TLS protected (non-https) URLs when allowInsecureConnection is false.")}});var $q=h(hl=>{"use strict";Object.defineProperty(hl,"__esModule",{value:!0});hl.apiKeyAuthenticationPolicyName=void 0;hl.apiKeyAuthenticationPolicy=zue;var Hue=xf();hl.apiKeyAuthenticationPolicyName="apiKeyAuthenticationPolicy";function zue(t){return{name:hl.apiKeyAuthenticationPolicyName,async sendRequest(e,r){var n,i;(0,Hue.ensureSecureConnection)(e,t);let s=(i=(n=e.authSchemes)!==null&&n!==void 0?n:t.authSchemes)===null||i===void 0?void 0:i.find(o=>o.kind==="apiKey");if(!s)return r(e);if(s.apiKeyLocation!=="header")throw new Error(`Unsupported API key location: ${s.apiKeyLocation}`);return e.headers.set(s.name,t.credential.key),r(e)}}}});var Xq=h(gl=>{"use strict";Object.defineProperty(gl,"__esModule",{value:!0});gl.basicAuthenticationPolicyName=void 0;gl.basicAuthenticationPolicy=Gue;var Kq=Ya(),jue=xf();gl.basicAuthenticationPolicyName="bearerAuthenticationPolicy";function Gue(t){return{name:gl.basicAuthenticationPolicyName,async sendRequest(e,r){var n,i;if((0,jue.ensureSecureConnection)(e,t),!((i=(n=e.authSchemes)!==null&&n!==void 0?n:t.authSchemes)===null||i===void 0?void 0:i.find(c=>c.kind==="http"&&c.scheme==="basic")))return r(e);let{username:o,password:a}=t.credential,A=(0,Kq.uint8ArrayToString)((0,Kq.stringToUint8Array)(`${o}:${a}`,"utf-8"),"base64");return e.headers.set("Authorization",`Basic ${A}`),r(e)}}}});var Zq=h(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});ml.bearerAuthenticationPolicyName=void 0;ml.bearerAuthenticationPolicy=Jue;var Yue=xf();ml.bearerAuthenticationPolicyName="bearerAuthenticationPolicy";function Jue(t){return{name:ml.bearerAuthenticationPolicyName,async sendRequest(e,r){var n,i;if((0,Yue.ensureSecureConnection)(e,t),!((i=(n=e.authSchemes)!==null&&n!==void 0?n:t.authSchemes)===null||i===void 0?void 0:i.find(a=>a.kind==="http"&&a.scheme==="bearer")))return r(e);let o=await t.credential.getBearerToken({abortSignal:e.abortSignal});return e.headers.set("Authorization",`Bearer ${o}`),r(e)}}}});var e2=h(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});pl.oauth2AuthenticationPolicyName=void 0;pl.oauth2AuthenticationPolicy=Wue;var Vue=xf();pl.oauth2AuthenticationPolicyName="oauth2AuthenticationPolicy";function Wue(t){return{name:pl.oauth2AuthenticationPolicyName,async sendRequest(e,r){var n,i;(0,Vue.ensureSecureConnection)(e,t);let s=(i=(n=e.authSchemes)!==null&&n!==void 0?n:t.authSchemes)===null||i===void 0?void 0:i.find(a=>a.kind==="oauth2");if(!s)return r(e);let o=await t.credential.getOAuth2Token(s.flows,{abortSignal:e.abortSignal});return e.headers.set("Authorization",`Bearer ${o}`),r(e)}}}});var Ew=h(vy=>{"use strict";Object.defineProperty(vy,"__esModule",{value:!0});vy.createDefaultPipeline=nde;vy.getCachedDefaultHttpsClient=ide;var $ue=UN(),Kue=Yq(),Xue=Jq(),xy=Vq(),Zue=$q(),ede=Xq(),tde=Zq(),rde=e2(),yw;function nde(t={}){let e=(0,Kue.createPipelineFromOptions)(t);e.addPolicy((0,Xue.apiVersionPolicy)(t));let{credential:r,authSchemes:n,allowInsecureConnection:i}=t;return r&&((0,xy.isApiKeyCredential)(r)?e.addPolicy((0,Zue.apiKeyAuthenticationPolicy)({authSchemes:n,credential:r,allowInsecureConnection:i})):(0,xy.isBasicCredential)(r)?e.addPolicy((0,ede.basicAuthenticationPolicy)({authSchemes:n,credential:r,allowInsecureConnection:i})):(0,xy.isBearerTokenCredential)(r)?e.addPolicy((0,tde.bearerAuthenticationPolicy)({authSchemes:n,credential:r,allowInsecureConnection:i})):(0,xy.isOAuth2TokenCredential)(r)&&e.addPolicy((0,rde.oauth2AuthenticationPolicy)({authSchemes:n,credential:r,allowInsecureConnection:i}))),e}function ide(){return yw||(yw=(0,$ue.createDefaultHttpClient)()),yw}});var o2=h(Ry=>{"use strict";Object.defineProperty(Ry,"__esModule",{value:!0});Ry.buildBodyPart=s2;Ry.buildMultipartBody=lde;var sde=Jc(),ode=Po(),t2=Ya(),n2=Sf();function i2(t,e){if(t.headers){let r=Object.keys(t.headers).find(n=>n.toLowerCase()===e.toLowerCase());if(r)return t.headers[r]}}function ade(t){let e=i2(t,"content-type");if(e)return e;if(t.contentType===null)return;if(t.contentType)return t.contentType;let{body:r}=t;if(r!=null)return typeof r=="string"||typeof r=="number"||typeof r=="boolean"?"text/plain; charset=UTF-8":r instanceof Blob?r.type||"application/octet-stream":(0,n2.isBinaryBody)(r)?"application/octet-stream":"application/json"}function r2(t){return JSON.stringify(t)}function Ade(t){var e;let r=i2(t,"content-disposition");if(r)return r;if(t.dispositionType===void 0&&t.name===void 0&&t.filename===void 0)return;let i=(e=t.dispositionType)!==null&&e!==void 0?e:"form-data";t.name&&(i+=`; name=${r2(t.name)}`);let s;if(t.filename)s=t.filename;else if(typeof File<"u"&&t.body instanceof File){let o=t.body.name;o!==""&&(s=o)}return s&&(i+=`; filename=${r2(s)}`),i}function cde(t,e){if(t===void 0)return new Uint8Array([]);if((0,n2.isBinaryBody)(t))return t;if(typeof t=="string"||typeof t=="number"||typeof t=="boolean")return(0,t2.stringToUint8Array)(String(t),"utf-8");if(e&&/application\/(.+\+)?json(;.+)?/i.test(String(e)))return(0,t2.stringToUint8Array)(JSON.stringify(t),"utf-8");throw new sde.RestError(`Unsupported body/content-type combination: ${t}, ${e}`)}function s2(t){var e;let r=ade(t),n=Ade(t),i=(0,ode.createHttpHeaders)((e=t.headers)!==null&&e!==void 0?e:{});r&&i.set("content-type",r),n&&i.set("content-disposition",n);let s=cde(t.body,r);return{headers:i,body:s}}function lde(t){return{parts:t.map(s2)}}});var a2=h(Iw=>{"use strict";Object.defineProperty(Iw,"__esModule",{value:!0});Iw.sendRequest=mde;var Cw=Jc(),ude=Po(),dde=wN(),fde=Ew(),hde=Sf(),gde=o2();async function mde(t,e,r,n={},i){var s;let o=i??(0,fde.getCachedDefaultHttpsClient)(),a=Ede(t,e,n);try{let A=await r.sendRequest(o,a),c=A.headers.toJSON(),l=(s=A.readableStreamBody)!==null&&s!==void 0?s:A.browserStreamBody,u=n.responseAsStream||l!==void 0?void 0:Ide(A),d=l??u;return n?.onResponse&&n.onResponse(Object.assign(Object.assign({},A),{request:a,rawHeaders:c,parsedBody:u})),{request:a,headers:c,status:`${A.status}`,body:d}}catch(A){if((0,Cw.isRestError)(A)&&A.response&&n.onResponse){let{response:c}=A,l=c.headers.toJSON();n?.onResponse(Object.assign(Object.assign({},c),{request:a,rawHeaders:l}),A)}throw A}}function pde(t={}){var e,r,n;return(n=(e=t.contentType)!==null&&e!==void 0?e:(r=t.headers)===null||r===void 0?void 0:r["content-type"])!==null&&n!==void 0?n:yde(t.body)}function yde(t){if(ArrayBuffer.isView(t))return"application/octet-stream";if(typeof t=="string")try{return JSON.parse(t),"application/json"}catch{return}return"application/json"}function Ede(t,e,r={}){var n,i,s;let o=pde(r),{body:a,multipartBody:A}=Cde(r.body,o),c=a!==void 0||A!==void 0,l=(0,ude.createHttpHeaders)(Object.assign(Object.assign(Object.assign({},r.headers?r.headers:{}),{accept:(s=(n=r.accept)!==null&&n!==void 0?n:(i=r.headers)===null||i===void 0?void 0:i.accept)!==null&&s!==void 0?s:"application/json"}),c&&o&&{"content-type":o}));return(0,dde.createPipelineRequest)({url:e,method:t,body:a,multipartBody:A,headers:l,allowInsecureConnection:r.allowInsecureConnection,abortSignal:r.abortSignal,onUploadProgress:r.onUploadProgress,onDownloadProgress:r.onDownloadProgress,timeout:r.timeout,enableBrowserStreams:!0,streamResponseStatusCodes:r.responseAsStream?new Set([Number.POSITIVE_INFINITY]):void 0})}function Cde(t,e=""){if(t===void 0)return{body:void 0};if(typeof FormData<"u"&&t instanceof FormData)return{body:t};if((0,hde.isReadableStream)(t))return{body:t};if(ArrayBuffer.isView(t))return{body:t instanceof Uint8Array?t:JSON.stringify(t)};switch(e.split(";")[0]){case"application/json":return{body:JSON.stringify(t)};case"multipart/form-data":return Array.isArray(t)?{multipartBody:(0,gde.buildMultipartBody)(t)}:{body:JSON.stringify(t)};case"text/plain":return{body:String(t)};default:return typeof t=="string"?{body:t}:{body:JSON.stringify(t)}}}function Ide(t){var e,r;let i=((e=t.headers.get("content-type"))!==null&&e!==void 0?e:"").split(";")[0],s=(r=t.bodyAsText)!==null&&r!==void 0?r:"";if(i==="text/plain")return String(s);try{return s?JSON.parse(s):void 0}catch(o){if(i==="application/json")throw Bde(t,o);return String(s)}}function Bde(t,e){var r;let n=`Error "${e}" occurred while parsing the response body - ${t.bodyAsText}.`,i=(r=e.code)!==null&&r!==void 0?r:Cw.RestError.PARSE_ERROR;return new Cw.RestError(n,{code:i,statusCode:t.status,request:t.request,response:t})}});var l2=h(vf=>{"use strict";Object.defineProperty(vf,"__esModule",{value:!0});vf.buildRequestUrl=bde;vf.buildBaseUrl=A2;vf.replaceAll=c2;function Qde(t){let e=t.value;return e!==void 0&&e.toString!==void 0&&typeof e.toString=="function"}function bde(t,e,r,n={}){if(e.startsWith("https://")||e.startsWith("http://"))return e;t=A2(t,n),e=wde(e,r,n);let i=Nde(`${t}/${e}`,n);return new URL(i).toString().replace(/([^:]\/)\/+/g,"$1")}function Bw(t,e,r,n){let i;r==="pipeDelimited"?i="|":r==="spaceDelimited"?i="%20":i=",";let s;Array.isArray(n)?s=n:typeof n=="object"&&n.toString===Object.prototype.toString?s=Object.entries(n).flat():s=[n];let o=s.map(a=>{if(a==null)return"";if(!a.toString||typeof a.toString!="function")throw new Error(`Query parameters must be able to be represented as string, ${t} can't`);let A=a.toISOString!==void 0?a.toISOString():a.toString();return e?A:encodeURIComponent(A)}).join(i);return`${e?t:encodeURIComponent(t)}=${o}`}function Nde(t,e={}){var r,n,i,s;if(!e.queryParameters)return t;let o=new URL(t),a=e.queryParameters,A=[];for(let c of Object.keys(a)){let l=a[c];if(l==null)continue;let u=Qde(l),d=u?l.value:l,f=u&&(r=l.explode)!==null&&r!==void 0?r:!1,g=u&&l.style?l.style:"form";if(f)if(Array.isArray(d))for(let m of d)A.push(Bw(c,(n=e.skipUrlEncoding)!==null&&n!==void 0?n:!1,g,m));else if(typeof d=="object")for(let[m,E]of Object.entries(d))A.push(Bw(m,(i=e.skipUrlEncoding)!==null&&i!==void 0?i:!1,g,E));else throw new Error("explode can only be set to true for objects and arrays");else A.push(Bw(c,(s=e.skipUrlEncoding)!==null&&s!==void 0?s:!1,g,d))}return o.search!==""&&(o.search+="&"),o.search+=A.join("&"),o.toString()}function A2(t,e){var r;if(!e.pathParameters)return t;let n=e.pathParameters;for(let[i,s]of Object.entries(n)){if(s==null)throw new Error(`Path parameters ${i} must not be undefined or null`);if(!s.toString||typeof s.toString!="function")throw new Error(`Path parameters must be able to be represented as string, ${i} can't`);let o=s.toISOString!==void 0?s.toISOString():String(s);e.skipUrlEncoding||(o=encodeURIComponent(s)),t=(r=c2(t,`{${i}}`,o))!==null&&r!==void 0?r:""}return t}function wde(t,e,r={}){var n;for(let i of e){let s=typeof i=="object"&&((n=i.allowReserved)!==null&&n!==void 0?n:!1),o=typeof i=="object"?i.value:i;!r.skipUrlEncoding&&!s&&(o=encodeURIComponent(o)),t=t.replace(/\{[\w-]+\}/,String(o))}return t}function c2(t,e,r){return!t||!e?t:t.split(e).join(r||"")}});var d2=h(bw=>{"use strict";Object.defineProperty(bw,"__esModule",{value:!0});bw.getClient=vde;var Sde=Ew(),Qw=a2(),xde=l2(),u2=Nf();function vde(t,e={}){var r,n,i;let s=(r=e.pipeline)!==null&&r!==void 0?r:(0,Sde.createDefaultPipeline)(e);if(!((n=e.additionalPolicies)===null||n===void 0)&&n.length)for(let{policy:l,position:u}of e.additionalPolicies){let d=u==="perRetry"?"Sign":void 0;s.addPolicy(l,{afterPhase:d})}let{allowInsecureConnection:o,httpClient:a}=e,A=(i=e.endpoint)!==null&&i!==void 0?i:t,c=(l,...u)=>{let d=f=>(0,xde.buildRequestUrl)(A,l,u,Object.assign({allowInsecureConnection:o},f));return{get:(f={})=>To("GET",d(f),s,f,o,a),post:(f={})=>To("POST",d(f),s,f,o,a),put:(f={})=>To("PUT",d(f),s,f,o,a),patch:(f={})=>To("PATCH",d(f),s,f,o,a),delete:(f={})=>To("DELETE",d(f),s,f,o,a),head:(f={})=>To("HEAD",d(f),s,f,o,a),options:(f={})=>To("OPTIONS",d(f),s,f,o,a),trace:(f={})=>To("TRACE",d(f),s,f,o,a)}};return{path:c,pathUnchecked:c,pipeline:s}}function To(t,e,r,n,i,s){var o;return i=(o=n.allowInsecureConnection)!==null&&o!==void 0?o:i,{then:function(a,A){return(0,Qw.sendRequest)(t,e,r,Object.assign(Object.assign({},n),{allowInsecureConnection:i}),s).then(a,A)},async asBrowserStream(){if(u2.isNodeLike)throw new Error("`asBrowserStream` is supported only in the browser environment. Use `asNodeStream` instead to obtain the response body stream. If you require a Web stream of the response in Node, consider using `Readable.toWeb` on the result of `asNodeStream`.");return(0,Qw.sendRequest)(t,e,r,Object.assign(Object.assign({},n),{allowInsecureConnection:i,responseAsStream:!0}),s)},async asNodeStream(){if(u2.isNodeLike)return(0,Qw.sendRequest)(t,e,r,Object.assign(Object.assign({},n),{allowInsecureConnection:i,responseAsStream:!0}),s);throw new Error("`isNodeStream` is not supported in the browser environment. Use `asBrowserStream` to obtain the response body stream.")}}}});var f2=h(Nw=>{"use strict";Object.defineProperty(Nw,"__esModule",{value:!0});Nw.operationOptionsToRequestParameters=Rde;function Rde(t){var e,r,n,i,s,o;return{allowInsecureConnection:(e=t.requestOptions)===null||e===void 0?void 0:e.allowInsecureConnection,timeout:(r=t.requestOptions)===null||r===void 0?void 0:r.timeout,skipUrlEncoding:(n=t.requestOptions)===null||n===void 0?void 0:n.skipUrlEncoding,abortSignal:t.abortSignal,onUploadProgress:(i=t.requestOptions)===null||i===void 0?void 0:i.onUploadProgress,onDownloadProgress:(s=t.requestOptions)===null||s===void 0?void 0:s.onDownloadProgress,headers:Object.assign({},(o=t.requestOptions)===null||o===void 0?void 0:o.headers),onResponse:t.onResponse}}});var g2=h(ww=>{"use strict";Object.defineProperty(ww,"__esModule",{value:!0});ww.createRestError=kde;var Dde=Jc(),_de=Po();function kde(t,e){var r,n,i;let s=typeof t=="string"?e:t,o=(n=(r=s.body)===null||r===void 0?void 0:r.error)!==null&&n!==void 0?n:s.body,a=typeof t=="string"?t:(i=o?.message)!==null&&i!==void 0?i:`Unexpected status code: ${s.status}`;return new Dde.RestError(a,{statusCode:h2(s.status),code:o?.code,request:s.request,response:Pde(s)})}function Pde(t){var e;return{headers:(0,_de.createHttpHeaders)(t.headers),request:t.request,status:(e=h2(t.status))!==null&&e!==void 0?e:-1}}function h2(t){let e=Number.parseInt(t);return Number.isNaN(e)?void 0:e}});var yl=h(Oe=>{"use strict";Object.defineProperty(Oe,"__esModule",{value:!0});Oe.createRestError=Oe.operationOptionsToRequestParameters=Oe.getClient=Oe.createDefaultHttpClient=Oe.uint8ArrayToString=Oe.stringToUint8Array=Oe.isRestError=Oe.RestError=Oe.createEmptyPipeline=Oe.createPipelineRequest=Oe.createHttpHeaders=Oe.TypeSpecRuntimeLogger=Oe.setLogLevel=Oe.getLogLevel=Oe.createClientLogger=Oe.AbortError=void 0;var m2=(ii(),Si(ni)),Tde=mf();Object.defineProperty(Oe,"AbortError",{enumerable:!0,get:function(){return Tde.AbortError}});var Dy=yf();Object.defineProperty(Oe,"createClientLogger",{enumerable:!0,get:function(){return Dy.createClientLogger}});Object.defineProperty(Oe,"getLogLevel",{enumerable:!0,get:function(){return Dy.getLogLevel}});Object.defineProperty(Oe,"setLogLevel",{enumerable:!0,get:function(){return Dy.setLogLevel}});Object.defineProperty(Oe,"TypeSpecRuntimeLogger",{enumerable:!0,get:function(){return Dy.TypeSpecRuntimeLogger}});var Ode=Po();Object.defineProperty(Oe,"createHttpHeaders",{enumerable:!0,get:function(){return Ode.createHttpHeaders}});m2.__exportStar(q1(),Oe);m2.__exportStar(z1(),Oe);var Mde=wN();Object.defineProperty(Oe,"createPipelineRequest",{enumerable:!0,get:function(){return Mde.createPipelineRequest}});var Lde=vN();Object.defineProperty(Oe,"createEmptyPipeline",{enumerable:!0,get:function(){return Lde.createEmptyPipeline}});var p2=Jc();Object.defineProperty(Oe,"RestError",{enumerable:!0,get:function(){return p2.RestError}});Object.defineProperty(Oe,"isRestError",{enumerable:!0,get:function(){return p2.isRestError}});var y2=Ya();Object.defineProperty(Oe,"stringToUint8Array",{enumerable:!0,get:function(){return y2.stringToUint8Array}});Object.defineProperty(Oe,"uint8ArrayToString",{enumerable:!0,get:function(){return y2.uint8ArrayToString}});var Fde=UN();Object.defineProperty(Oe,"createDefaultHttpClient",{enumerable:!0,get:function(){return Fde.createDefaultHttpClient}});var Ude=d2();Object.defineProperty(Oe,"getClient",{enumerable:!0,get:function(){return Ude.getClient}});var qde=f2();Object.defineProperty(Oe,"operationOptionsToRequestParameters",{enumerable:!0,get:function(){return qde.operationOptionsToRequestParameters}});var Hde=g2();Object.defineProperty(Oe,"createRestError",{enumerable:!0,get:function(){return Hde.createRestError}})});var xw=h(Sw=>{"use strict";Object.defineProperty(Sw,"__esModule",{value:!0});Sw.createEmptyPipeline=jde;var zde=yl();function jde(){return(0,zde.createEmptyPipeline)()}});var E2=h(_y=>{"use strict";Object.defineProperty(_y,"__esModule",{value:!0});_y.createLoggerContext=void 0;var Gde=yf();Object.defineProperty(_y,"createLoggerContext",{enumerable:!0,get:function(){return Gde.createLoggerContext}})});var El=h($a=>{"use strict";Object.defineProperty($a,"__esModule",{value:!0});$a.AzureLogger=void 0;$a.setLogLevel=Jde;$a.getLogLevel=Vde;$a.createClientLogger=Wde;var Yde=E2(),ky=(0,Yde.createLoggerContext)({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"});$a.AzureLogger=ky.logger;function Jde(t){ky.setLogLevel(t)}function Vde(){return ky.getLogLevel()}function Wde(t){return ky.createClientLogger(t)}});var Rf=h(Py=>{"use strict";Object.defineProperty(Py,"__esModule",{value:!0});Py.logger=void 0;var $de=El();Py.logger=(0,$de.createClientLogger)("core-rest-pipeline")});var C2=h(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});Df.exponentialRetryPolicyName=void 0;Df.exponentialRetryPolicy=efe;var Kde=py(),Xde=el(),Zde=Ja();Df.exponentialRetryPolicyName="exponentialRetryPolicy";function efe(t={}){var e;return(0,Xde.retryPolicy)([(0,Kde.exponentialRetryStrategy)(Object.assign(Object.assign({},t),{ignoreSystemErrors:!0}))],{maxRetries:(e=t.maxRetries)!==null&&e!==void 0?e:Zde.DEFAULT_RETRY_POLICY_COUNT})}});var I2=h(Cl=>{"use strict";Object.defineProperty(Cl,"__esModule",{value:!0});Cl.systemErrorRetryPolicyName=void 0;Cl.systemErrorRetryPolicy=ife;var tfe=py(),rfe=el(),nfe=Ja();Cl.systemErrorRetryPolicyName="systemErrorRetryPolicy";function ife(t={}){var e;return{name:Cl.systemErrorRetryPolicyName,sendRequest:(0,rfe.retryPolicy)([(0,tfe.exponentialRetryStrategy)(Object.assign(Object.assign({},t),{ignoreHttpStatusCodes:!0}))],{maxRetries:(e=t.maxRetries)!==null&&e!==void 0?e:nfe.DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}});var B2=h(Il=>{"use strict";Object.defineProperty(Il,"__esModule",{value:!0});Il.throttlingRetryPolicyName=void 0;Il.throttlingRetryPolicy=Afe;var sfe=my(),ofe=el(),afe=Ja();Il.throttlingRetryPolicyName="throttlingRetryPolicy";function Afe(t={}){var e;return{name:Il.throttlingRetryPolicyName,sendRequest:(0,ofe.retryPolicy)([(0,sfe.throttlingRetryStrategy)()],{maxRetries:(e=t.maxRetries)!==null&&e!==void 0?e:afe.DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}});var hn=h(se=>{"use strict";Object.defineProperty(se,"__esModule",{value:!0});se.userAgentPolicyName=se.userAgentPolicy=se.tlsPolicyName=se.tlsPolicy=se.redirectPolicyName=se.redirectPolicy=se.getDefaultProxySettings=se.proxyPolicyName=se.proxyPolicy=se.multipartPolicyName=se.multipartPolicy=se.logPolicyName=se.logPolicy=se.formDataPolicyName=se.formDataPolicy=se.throttlingRetryPolicyName=se.throttlingRetryPolicy=se.systemErrorRetryPolicyName=se.systemErrorRetryPolicy=se.retryPolicy=se.exponentialRetryPolicyName=se.exponentialRetryPolicy=se.defaultRetryPolicyName=se.defaultRetryPolicy=se.decompressResponsePolicyName=se.decompressResponsePolicy=se.agentPolicyName=se.agentPolicy=void 0;var Q2=uw();Object.defineProperty(se,"agentPolicy",{enumerable:!0,get:function(){return Q2.agentPolicy}});Object.defineProperty(se,"agentPolicyName",{enumerable:!0,get:function(){return Q2.agentPolicyName}});var b2=YN();Object.defineProperty(se,"decompressResponsePolicy",{enumerable:!0,get:function(){return b2.decompressResponsePolicy}});Object.defineProperty(se,"decompressResponsePolicyName",{enumerable:!0,get:function(){return b2.decompressResponsePolicyName}});var N2=ew();Object.defineProperty(se,"defaultRetryPolicy",{enumerable:!0,get:function(){return N2.defaultRetryPolicy}});Object.defineProperty(se,"defaultRetryPolicyName",{enumerable:!0,get:function(){return N2.defaultRetryPolicyName}});var w2=C2();Object.defineProperty(se,"exponentialRetryPolicy",{enumerable:!0,get:function(){return w2.exponentialRetryPolicy}});Object.defineProperty(se,"exponentialRetryPolicyName",{enumerable:!0,get:function(){return w2.exponentialRetryPolicyName}});var cfe=el();Object.defineProperty(se,"retryPolicy",{enumerable:!0,get:function(){return cfe.retryPolicy}});var S2=I2();Object.defineProperty(se,"systemErrorRetryPolicy",{enumerable:!0,get:function(){return S2.systemErrorRetryPolicy}});Object.defineProperty(se,"systemErrorRetryPolicyName",{enumerable:!0,get:function(){return S2.systemErrorRetryPolicyName}});var x2=B2();Object.defineProperty(se,"throttlingRetryPolicy",{enumerable:!0,get:function(){return x2.throttlingRetryPolicy}});Object.defineProperty(se,"throttlingRetryPolicyName",{enumerable:!0,get:function(){return x2.throttlingRetryPolicyName}});var v2=sw();Object.defineProperty(se,"formDataPolicy",{enumerable:!0,get:function(){return v2.formDataPolicy}});Object.defineProperty(se,"formDataPolicyName",{enumerable:!0,get:function(){return v2.formDataPolicyName}});var R2=qN();Object.defineProperty(se,"logPolicy",{enumerable:!0,get:function(){return R2.logPolicy}});Object.defineProperty(se,"logPolicyName",{enumerable:!0,get:function(){return R2.logPolicyName}});var D2=gw();Object.defineProperty(se,"multipartPolicy",{enumerable:!0,get:function(){return D2.multipartPolicy}});Object.defineProperty(se,"multipartPolicyName",{enumerable:!0,get:function(){return D2.multipartPolicyName}});var vw=lw();Object.defineProperty(se,"proxyPolicy",{enumerable:!0,get:function(){return vw.proxyPolicy}});Object.defineProperty(se,"proxyPolicyName",{enumerable:!0,get:function(){return vw.proxyPolicyName}});Object.defineProperty(se,"getDefaultProxySettings",{enumerable:!0,get:function(){return vw.getDefaultProxySettings}});var _2=HN();Object.defineProperty(se,"redirectPolicy",{enumerable:!0,get:function(){return _2.redirectPolicy}});Object.defineProperty(se,"redirectPolicyName",{enumerable:!0,get:function(){return _2.redirectPolicyName}});var k2=dw();Object.defineProperty(se,"tlsPolicy",{enumerable:!0,get:function(){return k2.tlsPolicy}});Object.defineProperty(se,"tlsPolicyName",{enumerable:!0,get:function(){return k2.tlsPolicyName}});var P2=GN();Object.defineProperty(se,"userAgentPolicy",{enumerable:!0,get:function(){return P2.userAgentPolicy}});Object.defineProperty(se,"userAgentPolicyName",{enumerable:!0,get:function(){return P2.userAgentPolicyName}})});var Rw=h(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});_f.logPolicyName=void 0;_f.logPolicy=ufe;var lfe=Rf(),T2=hn();_f.logPolicyName=T2.logPolicyName;function ufe(t={}){return(0,T2.logPolicy)(Object.assign({logger:lfe.logger.info},t))}});var Dw=h(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});kf.redirectPolicyName=void 0;kf.redirectPolicy=dfe;var O2=hn();kf.redirectPolicyName=O2.redirectPolicyName;function dfe(t={}){return(0,O2.redirectPolicy)(t)}});var L2=h(Ty=>{"use strict";Object.defineProperty(Ty,"__esModule",{value:!0});Ty.getHeaderName=ffe;Ty.setPlatformSpecificData=hfe;var M2=(ii(),Si(ni)),_w=M2.__importStar(Q("node:os")),kw=M2.__importStar(Q("node:process"));function ffe(){return"User-Agent"}async function hfe(t){if(kw&&kw.versions){let e=kw.versions;e.bun?t.set("Bun",e.bun):e.deno?t.set("Deno",e.deno):e.node&&t.set("Node",e.node)}t.set("OS",`(${_w.arch()}-${_w.type()}-${_w.release()})`)}});var Oy=h(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});Bl.DEFAULT_RETRY_POLICY_COUNT=Bl.SDK_VERSION=void 0;Bl.SDK_VERSION="1.22.0";Bl.DEFAULT_RETRY_POLICY_COUNT=3});var Pw=h(My=>{"use strict";Object.defineProperty(My,"__esModule",{value:!0});My.getUserAgentHeaderName=pfe;My.getUserAgentValue=yfe;var F2=L2(),gfe=Oy();function mfe(t){let e=[];for(let[r,n]of t){let i=n?`${r}/${n}`:r;e.push(i)}return e.join(" ")}function pfe(){return(0,F2.getHeaderName)()}async function yfe(t){let e=new Map;e.set("core-rest-pipeline",gfe.SDK_VERSION),await(0,F2.setPlatformSpecificData)(e);let r=mfe(e);return t?`${t} ${r}`:r}});var Tw=h(Ql=>{"use strict";Object.defineProperty(Ql,"__esModule",{value:!0});Ql.userAgentPolicyName=void 0;Ql.userAgentPolicy=Efe;var q2=Pw(),U2=(0,q2.getUserAgentHeaderName)();Ql.userAgentPolicyName="userAgentPolicy";function Efe(t={}){let e=(0,q2.getUserAgentValue)(t.userAgentPrefix);return{name:Ql.userAgentPolicyName,async sendRequest(r,n){return r.headers.has(U2)||r.headers.set(U2,await e),n(r)}}}});var z2=h(Ly=>{"use strict";Object.defineProperty(Ly,"__esModule",{value:!0});Ly.computeSha256Hmac=Cfe;Ly.computeSha256Hash=Ife;var H2=Q("node:crypto");async function Cfe(t,e,r){let n=Buffer.from(t,"base64");return(0,H2.createHmac)("sha256",n).update(e).digest(r)}async function Ife(t,e){return(0,H2.createHash)("sha256").update(t).digest(e)}});var Pf=h(Me=>{"use strict";Object.defineProperty(Me,"__esModule",{value:!0});Me.Sanitizer=Me.uint8ArrayToString=Me.stringToUint8Array=Me.isWebWorker=Me.isReactNative=Me.isDeno=Me.isNodeRuntime=Me.isNodeLike=Me.isBun=Me.isBrowser=Me.randomUUID=Me.computeSha256Hmac=Me.computeSha256Hash=Me.isError=Me.isObject=Me.getRandomIntegerInclusive=Me.calculateRetryDelay=void 0;var Bfe=$N();Object.defineProperty(Me,"calculateRetryDelay",{enumerable:!0,get:function(){return Bfe.calculateRetryDelay}});var Qfe=VN();Object.defineProperty(Me,"getRandomIntegerInclusive",{enumerable:!0,get:function(){return Qfe.getRandomIntegerInclusive}});var bfe=sy();Object.defineProperty(Me,"isObject",{enumerable:!0,get:function(){return bfe.isObject}});var Nfe=_N();Object.defineProperty(Me,"isError",{enumerable:!0,get:function(){return Nfe.isError}});var j2=z2();Object.defineProperty(Me,"computeSha256Hash",{enumerable:!0,get:function(){return j2.computeSha256Hash}});Object.defineProperty(Me,"computeSha256Hmac",{enumerable:!0,get:function(){return j2.computeSha256Hmac}});var wfe=iy();Object.defineProperty(Me,"randomUUID",{enumerable:!0,get:function(){return wfe.randomUUID}});var Ka=Nf();Object.defineProperty(Me,"isBrowser",{enumerable:!0,get:function(){return Ka.isBrowser}});Object.defineProperty(Me,"isBun",{enumerable:!0,get:function(){return Ka.isBun}});Object.defineProperty(Me,"isNodeLike",{enumerable:!0,get:function(){return Ka.isNodeLike}});Object.defineProperty(Me,"isNodeRuntime",{enumerable:!0,get:function(){return Ka.isNodeRuntime}});Object.defineProperty(Me,"isDeno",{enumerable:!0,get:function(){return Ka.isDeno}});Object.defineProperty(Me,"isReactNative",{enumerable:!0,get:function(){return Ka.isReactNative}});Object.defineProperty(Me,"isWebWorker",{enumerable:!0,get:function(){return Ka.isWebWorker}});var G2=Ya();Object.defineProperty(Me,"stringToUint8Array",{enumerable:!0,get:function(){return G2.stringToUint8Array}});Object.defineProperty(Me,"uint8ArrayToString",{enumerable:!0,get:function(){return G2.uint8ArrayToString}});var Sfe=Ef();Object.defineProperty(Me,"Sanitizer",{enumerable:!0,get:function(){return Sfe.Sanitizer}})});var Y2=h(Ow=>{"use strict";Object.defineProperty(Ow,"__esModule",{value:!0});Ow.cancelablePromiseRace=xfe;async function xfe(t,e){var r,n;let i=new AbortController;function s(){i.abort()}(r=e?.abortSignal)===null||r===void 0||r.addEventListener("abort",s);try{return await Promise.race(t.map(o=>o({abortSignal:i.signal})))}finally{i.abort(),(n=e?.abortSignal)===null||n===void 0||n.removeEventListener("abort",s)}}});var J2=h(Fy=>{"use strict";Object.defineProperty(Fy,"__esModule",{value:!0});Fy.AbortError=void 0;var Mw=class extends Error{constructor(e){super(e),this.name="AbortError"}};Fy.AbortError=Mw});var Lw=h(Uy=>{"use strict";Object.defineProperty(Uy,"__esModule",{value:!0});Uy.AbortError=void 0;var vfe=J2();Object.defineProperty(Uy,"AbortError",{enumerable:!0,get:function(){return vfe.AbortError}})});var Uw=h(Fw=>{"use strict";Object.defineProperty(Fw,"__esModule",{value:!0});Fw.createAbortablePromise=Dfe;var Rfe=Lw();function Dfe(t,e){let{cleanupBeforeAbort:r,abortSignal:n,abortErrorMsg:i}=e??{};return new Promise((s,o)=>{function a(){o(new Rfe.AbortError(i??"The operation was aborted."))}function A(){n?.removeEventListener("abort",c)}function c(){r?.(),A(),a()}if(n?.aborted)return a();try{t(l=>{A(),s(l)},l=>{A(),o(l)})}catch(l){o(l)}n?.addEventListener("abort",c)})}});var V2=h(qy=>{"use strict";Object.defineProperty(qy,"__esModule",{value:!0});qy.delay=Tfe;qy.calculateRetryDelay=Ofe;var _fe=Uw(),kfe=Pf(),Pfe="The delay was aborted.";function Tfe(t,e){let r,{abortSignal:n,abortErrorMsg:i}=e??{};return(0,_fe.createAbortablePromise)(s=>{r=setTimeout(s,t)},{cleanupBeforeAbort:()=>clearTimeout(r),abortSignal:n,abortErrorMsg:i??Pfe})}function Ofe(t,e){let r=e.retryDelayInMs*Math.pow(2,t),n=Math.min(e.maxRetryDelayInMs,r);return{retryAfterInMs:n/2+(0,kfe.getRandomIntegerInclusive)(0,n/2)}}});var W2=h(qw=>{"use strict";Object.defineProperty(qw,"__esModule",{value:!0});qw.getErrorMessage=Lfe;var Mfe=Pf();function Lfe(t){if((0,Mfe.isError)(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`Unknown error ${e}`}}});var K2=h(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});Tf.isDefined=Hw;Tf.isObjectWithProperties=Ffe;Tf.objectHasProperty=$2;function Hw(t){return typeof t<"u"&&t!==null}function Ffe(t,e){if(!Hw(t)||typeof t!="object")return!1;for(let r of e)if(!$2(t,r))return!1;return!0}function $2(t,e){return Hw(t)&&typeof t=="object"&&e in t}});var as=h(we=>{"use strict";Object.defineProperty(we,"__esModule",{value:!0});we.isWebWorker=we.isReactNative=we.isNodeRuntime=we.isNodeLike=we.isNode=we.isDeno=we.isBun=we.isBrowser=we.objectHasProperty=we.isObjectWithProperties=we.isDefined=we.getErrorMessage=we.delay=we.createAbortablePromise=we.cancelablePromiseRace=void 0;we.calculateRetryDelay=Gfe;we.computeSha256Hash=Yfe;we.computeSha256Hmac=Jfe;we.getRandomIntegerInclusive=Vfe;we.isError=Wfe;we.isObject=$fe;we.randomUUID=Kfe;we.uint8ArrayToString=Xfe;we.stringToUint8Array=Zfe;var Ufe=(ii(),Si(ni)),Sr=Ufe.__importStar(Pf()),qfe=Y2();Object.defineProperty(we,"cancelablePromiseRace",{enumerable:!0,get:function(){return qfe.cancelablePromiseRace}});var Hfe=Uw();Object.defineProperty(we,"createAbortablePromise",{enumerable:!0,get:function(){return Hfe.createAbortablePromise}});var zfe=V2();Object.defineProperty(we,"delay",{enumerable:!0,get:function(){return zfe.delay}});var jfe=W2();Object.defineProperty(we,"getErrorMessage",{enumerable:!0,get:function(){return jfe.getErrorMessage}});var zw=K2();Object.defineProperty(we,"isDefined",{enumerable:!0,get:function(){return zw.isDefined}});Object.defineProperty(we,"isObjectWithProperties",{enumerable:!0,get:function(){return zw.isObjectWithProperties}});Object.defineProperty(we,"objectHasProperty",{enumerable:!0,get:function(){return zw.objectHasProperty}});function Gfe(t,e){return Sr.calculateRetryDelay(t,e)}function Yfe(t,e){return Sr.computeSha256Hash(t,e)}function Jfe(t,e,r){return Sr.computeSha256Hmac(t,e,r)}function Vfe(t,e){return Sr.getRandomIntegerInclusive(t,e)}function Wfe(t){return Sr.isError(t)}function $fe(t){return Sr.isObject(t)}function Kfe(){return Sr.randomUUID()}we.isBrowser=Sr.isBrowser;we.isBun=Sr.isBun;we.isDeno=Sr.isDeno;we.isNode=Sr.isNodeLike;we.isNodeLike=Sr.isNodeLike;we.isNodeRuntime=Sr.isNodeRuntime;we.isReactNative=Sr.isReactNative;we.isWebWorker=Sr.isWebWorker;function Xfe(t,e){return Sr.uint8ArrayToString(t,e)}function Zfe(t,e){return Sr.stringToUint8Array(t,e)}});var jw=h(bl=>{"use strict";Object.defineProperty(bl,"__esModule",{value:!0});bl.hasRawContent=Z2;bl.getRawContent=rhe;bl.createFileFromStream=nhe;bl.createFile=ihe;var ehe=as();function the(t){return!!(t&&typeof t.pipe=="function")}var X2={arrayBuffer:()=>{throw new Error("Not implemented")},bytes:()=>{throw new Error("Not implemented")},slice:()=>{throw new Error("Not implemented")},text:()=>{throw new Error("Not implemented")}},Hy=Symbol("rawContent");function Z2(t){return typeof t[Hy]=="function"}function rhe(t){return Z2(t)?t[Hy]():t}function nhe(t,e,r={}){var n,i,s,o;return Object.assign(Object.assign({},X2),{type:(n=r.type)!==null&&n!==void 0?n:"",lastModified:(i=r.lastModified)!==null&&i!==void 0?i:new Date().getTime(),webkitRelativePath:(s=r.webkitRelativePath)!==null&&s!==void 0?s:"",size:(o=r.size)!==null&&o!==void 0?o:-1,name:e,stream:()=>{let a=t();if(the(a))throw new Error("Not supported: a Node stream was provided as input to createFileFromStream.");return a},[Hy]:t})}function ihe(t,e,r={}){var n,i,s;return ehe.isNodeLike?Object.assign(Object.assign({},X2),{type:(n=r.type)!==null&&n!==void 0?n:"",lastModified:(i=r.lastModified)!==null&&i!==void 0?i:new Date().getTime(),webkitRelativePath:(s=r.webkitRelativePath)!==null&&s!==void 0?s:"",size:t.byteLength,name:e,arrayBuffer:async()=>t.buffer,stream:()=>new Blob([t]).stream(),[Hy]:()=>t}):new File([t],e,r)}});var Gw=h(Nl=>{"use strict";Object.defineProperty(Nl,"__esModule",{value:!0});Nl.multipartPolicyName=void 0;Nl.multipartPolicy=she;var tH=hn(),eH=jw();Nl.multipartPolicyName=tH.multipartPolicyName;function she(){let t=(0,tH.multipartPolicy)();return{name:Nl.multipartPolicyName,sendRequest:async(e,r)=>{if(e.multipartBody)for(let n of e.multipartBody.parts)(0,eH.hasRawContent)(n.body)&&(n.body=(0,eH.getRawContent)(n.body));return t.sendRequest(e,r)}}}});var Yw=h(Of=>{"use strict";Object.defineProperty(Of,"__esModule",{value:!0});Of.decompressResponsePolicyName=void 0;Of.decompressResponsePolicy=ohe;var rH=hn();Of.decompressResponsePolicyName=rH.decompressResponsePolicyName;function ohe(){return(0,rH.decompressResponsePolicy)()}});var Jw=h(Mf=>{"use strict";Object.defineProperty(Mf,"__esModule",{value:!0});Mf.defaultRetryPolicyName=void 0;Mf.defaultRetryPolicy=ahe;var nH=hn();Mf.defaultRetryPolicyName=nH.defaultRetryPolicyName;function ahe(t={}){return(0,nH.defaultRetryPolicy)(t)}});var Vw=h(Lf=>{"use strict";Object.defineProperty(Lf,"__esModule",{value:!0});Lf.formDataPolicyName=void 0;Lf.formDataPolicy=Ahe;var iH=hn();Lf.formDataPolicyName=iH.formDataPolicyName;function Ahe(){return(0,iH.formDataPolicy)()}});var $w=h(wl=>{"use strict";Object.defineProperty(wl,"__esModule",{value:!0});wl.proxyPolicyName=void 0;wl.getDefaultProxySettings=che;wl.proxyPolicy=lhe;var Ww=hn();wl.proxyPolicyName=Ww.proxyPolicyName;function che(t){return(0,Ww.getDefaultProxySettings)(t)}function lhe(t,e){return(0,Ww.proxyPolicy)(t,e)}});var Kw=h(Sl=>{"use strict";Object.defineProperty(Sl,"__esModule",{value:!0});Sl.setClientRequestIdPolicyName=void 0;Sl.setClientRequestIdPolicy=uhe;Sl.setClientRequestIdPolicyName="setClientRequestIdPolicy";function uhe(t="x-ms-client-request-id"){return{name:Sl.setClientRequestIdPolicyName,async sendRequest(e,r){return e.headers.has(t)||e.headers.set(t,e.requestId),r(e)}}}});var Xw=h(Ff=>{"use strict";Object.defineProperty(Ff,"__esModule",{value:!0});Ff.agentPolicyName=void 0;Ff.agentPolicy=dhe;var sH=hn();Ff.agentPolicyName=sH.agentPolicyName;function dhe(t){return(0,sH.agentPolicy)(t)}});var Zw=h(Uf=>{"use strict";Object.defineProperty(Uf,"__esModule",{value:!0});Uf.tlsPolicyName=void 0;Uf.tlsPolicy=fhe;var oH=hn();Uf.tlsPolicyName=oH.tlsPolicyName;function fhe(t){return(0,oH.tlsPolicy)(t)}});var eS=h(qs=>{"use strict";Object.defineProperty(qs,"__esModule",{value:!0});qs.TracingContextImpl=qs.knownContextKeys=void 0;qs.createTracingContext=hhe;qs.knownContextKeys={span:Symbol.for("@azure/core-tracing span"),namespace:Symbol.for("@azure/core-tracing namespace")};function hhe(t={}){let e=new zy(t.parentContext);return t.span&&(e=e.setValue(qs.knownContextKeys.span,t.span)),t.namespace&&(e=e.setValue(qs.knownContextKeys.namespace,t.namespace)),e}var zy=class t{constructor(e){this._contextMap=e instanceof t?new Map(e._contextMap):new Map}setValue(e,r){let n=new t(this);return n._contextMap.set(e,r),n}getValue(e){return this._contextMap.get(e)}deleteValue(e){let r=new t(this);return r._contextMap.delete(e),r}};qs.TracingContextImpl=zy});var aH=h(jy=>{"use strict";Object.defineProperty(jy,"__esModule",{value:!0});jy.state=void 0;jy.state={instrumenterImplementation:void 0}});var tS=h(xl=>{"use strict";Object.defineProperty(xl,"__esModule",{value:!0});xl.createDefaultTracingSpan=AH;xl.createDefaultInstrumenter=cH;xl.useInstrumenter=mhe;xl.getInstrumenter=phe;var ghe=eS(),Gy=aH();function AH(){return{end:()=>{},isRecording:()=>!1,recordException:()=>{},setAttribute:()=>{},setStatus:()=>{},addEvent:()=>{}}}function cH(){return{createRequestHeaders:()=>({}),parseTraceparentHeader:()=>{},startSpan:(t,e)=>({span:AH(),tracingContext:(0,ghe.createTracingContext)({parentContext:e.tracingContext})}),withContext(t,e,...r){return e(...r)}}}function mhe(t){Gy.state.instrumenterImplementation=t}function phe(){return Gy.state.instrumenterImplementation||(Gy.state.instrumenterImplementation=cH()),Gy.state.instrumenterImplementation}});var lH=h(nS=>{"use strict";Object.defineProperty(nS,"__esModule",{value:!0});nS.createTracingClient=yhe;var Yy=tS(),rS=eS();function yhe(t){let{namespace:e,packageName:r,packageVersion:n}=t;function i(c,l,u){var d;let f=(0,Yy.getInstrumenter)().startSpan(c,Object.assign(Object.assign({},u),{packageName:r,packageVersion:n,tracingContext:(d=l?.tracingOptions)===null||d===void 0?void 0:d.tracingContext})),g=f.tracingContext,m=f.span;g.getValue(rS.knownContextKeys.namespace)||(g=g.setValue(rS.knownContextKeys.namespace,e)),m.setAttribute("az.namespace",g.getValue(rS.knownContextKeys.namespace));let E=Object.assign({},l,{tracingOptions:Object.assign(Object.assign({},l?.tracingOptions),{tracingContext:g})});return{span:m,updatedOptions:E}}async function s(c,l,u,d){let{span:f,updatedOptions:g}=i(c,l,d);try{let m=await o(g.tracingOptions.tracingContext,()=>Promise.resolve(u(g,f)));return f.setStatus({status:"success"}),m}catch(m){throw f.setStatus({status:"error",error:m}),m}finally{f.end()}}function o(c,l,...u){return(0,Yy.getInstrumenter)().withContext(c,l,...u)}function a(c){return(0,Yy.getInstrumenter)().parseTraceparentHeader(c)}function A(c){return(0,Yy.getInstrumenter)().createRequestHeaders(c)}return{startSpan:i,withSpan:s,withContext:o,parseTraceparentHeader:a,createRequestHeaders:A}}});var iS=h(vl=>{"use strict";Object.defineProperty(vl,"__esModule",{value:!0});vl.createTracingClient=vl.useInstrumenter=void 0;var Ehe=tS();Object.defineProperty(vl,"useInstrumenter",{enumerable:!0,get:function(){return Ehe.useInstrumenter}});var Che=lH();Object.defineProperty(vl,"createTracingClient",{enumerable:!0,get:function(){return Che.createTracingClient}})});var Jy=h(qf=>{"use strict";Object.defineProperty(qf,"__esModule",{value:!0});qf.RestError=void 0;qf.isRestError=Ihe;var uH=yl();qf.RestError=uH.RestError;function Ihe(t){return(0,uH.isRestError)(t)}});var sS=h(Rl=>{"use strict";Object.defineProperty(Rl,"__esModule",{value:!0});Rl.tracingPolicyName=void 0;Rl.tracingPolicy=She;var Bhe=iS(),Qhe=Oy(),bhe=Pw(),Vy=Rf(),Hf=as(),Nhe=Jy(),whe=Pf();Rl.tracingPolicyName="tracingPolicy";function She(t={}){let e=(0,bhe.getUserAgentValue)(t.userAgentPrefix),r=new whe.Sanitizer({additionalAllowedQueryParameters:t.additionalAllowedQueryParameters}),n=xhe();return{name:Rl.tracingPolicyName,async sendRequest(i,s){var o;if(!n)return s(i);let a=await e,A={"http.url":r.sanitizeUrl(i.url),"http.method":i.method,"http.user_agent":a,requestId:i.requestId};a&&(A["http.user_agent"]=a);let{span:c,tracingContext:l}=(o=vhe(n,i,A))!==null&&o!==void 0?o:{};if(!c||!l)return s(i);try{let u=await n.withContext(l,s,i);return Dhe(c,u),u}catch(u){throw Rhe(c,u),u}}}}function xhe(){try{return(0,Bhe.createTracingClient)({namespace:"",packageName:"@azure/core-rest-pipeline",packageVersion:Qhe.SDK_VERSION})}catch(t){Vy.logger.warning(`Error when creating the TracingClient: ${(0,Hf.getErrorMessage)(t)}`);return}}function vhe(t,e,r){try{let{span:n,updatedOptions:i}=t.startSpan(`HTTP ${e.method}`,{tracingOptions:e.tracingOptions},{spanKind:"client",spanAttributes:r});if(!n.isRecording()){n.end();return}let s=t.createRequestHeaders(i.tracingOptions.tracingContext);for(let[o,a]of Object.entries(s))e.headers.set(o,a);return{span:n,tracingContext:i.tracingOptions.tracingContext}}catch(n){Vy.logger.warning(`Skipping creating a tracing span due to an error: ${(0,Hf.getErrorMessage)(n)}`);return}}function Rhe(t,e){try{t.setStatus({status:"error",error:(0,Hf.isError)(e)?e:void 0}),(0,Nhe.isRestError)(e)&&e.statusCode&&t.setAttribute("http.status_code",e.statusCode),t.end()}catch(r){Vy.logger.warning(`Skipping tracing span processing due to an error: ${(0,Hf.getErrorMessage)(r)}`)}}function Dhe(t,e){try{t.setAttribute("http.status_code",e.status);let r=e.headers.get("x-ms-request-id");r&&t.setAttribute("serviceRequestId",r),e.status>=400&&t.setStatus({status:"error"}),t.end()}catch(r){Vy.logger.warning(`Skipping tracing span processing due to an error: ${(0,Hf.getErrorMessage)(r)}`)}}});var aS=h(oS=>{"use strict";Object.defineProperty(oS,"__esModule",{value:!0});oS.wrapAbortSignalLike=_he;function _he(t){if(t instanceof AbortSignal)return{abortSignal:t};if(t.aborted)return{abortSignal:AbortSignal.abort(t.reason)};let e=new AbortController,r=!0;function n(){r&&(t.removeEventListener("abort",i),r=!1)}function i(){e.abort(t.reason),n()}return t.addEventListener("abort",i),{abortSignal:e.signal,cleanup:n}}});var dH=h(Dl=>{"use strict";Object.defineProperty(Dl,"__esModule",{value:!0});Dl.wrapAbortSignalLikePolicyName=void 0;Dl.wrapAbortSignalLikePolicy=Phe;var khe=aS();Dl.wrapAbortSignalLikePolicyName="wrapAbortSignalLikePolicy";function Phe(){return{name:Dl.wrapAbortSignalLikePolicyName,sendRequest:async(t,e)=>{if(!t.abortSignal)return e(t);let{abortSignal:r,cleanup:n}=(0,khe.wrapAbortSignalLike)(t.abortSignal);t.abortSignal=r;try{return await e(t)}finally{n?.()}}}}});var gH=h(AS=>{"use strict";Object.defineProperty(AS,"__esModule",{value:!0});AS.createPipelineFromOptions=Vhe;var The=Rw(),Ohe=xw(),Mhe=Dw(),Lhe=Tw(),fH=Gw(),Fhe=Yw(),Uhe=Jw(),qhe=Vw(),hH=as(),Hhe=$w(),zhe=Kw(),jhe=Xw(),Ghe=Zw(),Yhe=sS(),Jhe=dH();function Vhe(t){var e;let r=(0,Ohe.createEmptyPipeline)();return hH.isNodeLike&&(t.agent&&r.addPolicy((0,jhe.agentPolicy)(t.agent)),t.tlsOptions&&r.addPolicy((0,Ghe.tlsPolicy)(t.tlsOptions)),r.addPolicy((0,Hhe.proxyPolicy)(t.proxyOptions)),r.addPolicy((0,Fhe.decompressResponsePolicy)())),r.addPolicy((0,Jhe.wrapAbortSignalLikePolicy)()),r.addPolicy((0,qhe.formDataPolicy)(),{beforePolicies:[fH.multipartPolicyName]}),r.addPolicy((0,Lhe.userAgentPolicy)(t.userAgentOptions)),r.addPolicy((0,zhe.setClientRequestIdPolicy)((e=t.telemetryOptions)===null||e===void 0?void 0:e.clientRequestIdHeaderName)),r.addPolicy((0,fH.multipartPolicy)(),{afterPhase:"Deserialize"}),r.addPolicy((0,Uhe.defaultRetryPolicy)(t.retryOptions),{phase:"Retry"}),r.addPolicy((0,Yhe.tracingPolicy)(Object.assign(Object.assign({},t.userAgentOptions),t.loggingOptions)),{afterPhase:"Retry"}),hH.isNodeLike&&r.addPolicy((0,Mhe.redirectPolicy)(t.redirectOptions),{afterPhase:"Retry"}),r.addPolicy((0,The.logPolicy)(t.loggingOptions),{afterPhase:"Sign"}),r}});var mH=h(cS=>{"use strict";Object.defineProperty(cS,"__esModule",{value:!0});cS.createDefaultHttpClient=Khe;var Whe=yl(),$he=aS();function Khe(){let t=(0,Whe.createDefaultHttpClient)();return{async sendRequest(e){let{abortSignal:r,cleanup:n}=e.abortSignal?(0,$he.wrapAbortSignalLike)(e.abortSignal):{};try{return e.abortSignal=r,await t.sendRequest(e)}finally{n?.()}}}}});var pH=h(lS=>{"use strict";Object.defineProperty(lS,"__esModule",{value:!0});lS.createHttpHeaders=Zhe;var Xhe=yl();function Zhe(t){return(0,Xhe.createHttpHeaders)(t)}});var yH=h(uS=>{"use strict";Object.defineProperty(uS,"__esModule",{value:!0});uS.createPipelineRequest=tge;var ege=yl();function tge(t){return(0,ege.createPipelineRequest)(t)}});var CH=h(zf=>{"use strict";Object.defineProperty(zf,"__esModule",{value:!0});zf.exponentialRetryPolicyName=void 0;zf.exponentialRetryPolicy=rge;var EH=hn();zf.exponentialRetryPolicyName=EH.exponentialRetryPolicyName;function rge(t={}){return(0,EH.exponentialRetryPolicy)(t)}});var BH=h(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});jf.systemErrorRetryPolicyName=void 0;jf.systemErrorRetryPolicy=nge;var IH=hn();jf.systemErrorRetryPolicyName=IH.systemErrorRetryPolicyName;function nge(t={}){return(0,IH.systemErrorRetryPolicy)(t)}});var bH=h(Gf=>{"use strict";Object.defineProperty(Gf,"__esModule",{value:!0});Gf.throttlingRetryPolicyName=void 0;Gf.throttlingRetryPolicy=ige;var QH=hn();Gf.throttlingRetryPolicyName=QH.throttlingRetryPolicyName;function ige(t={}){return(0,QH.throttlingRetryPolicy)(t)}});var NH=h(dS=>{"use strict";Object.defineProperty(dS,"__esModule",{value:!0});dS.retryPolicy=cge;var sge=El(),oge=Oy(),age=hn(),Age=(0,sge.createClientLogger)("core-rest-pipeline retryPolicy");function cge(t,e={maxRetries:oge.DEFAULT_RETRY_POLICY_COUNT}){return(0,age.retryPolicy)(t,Object.assign({logger:Age},e))}});var fS=h(_l=>{"use strict";Object.defineProperty(_l,"__esModule",{value:!0});_l.DEFAULT_CYCLER_OPTIONS=void 0;_l.createTokenCycler=dge;var lge=as();_l.DEFAULT_CYCLER_OPTIONS={forcedRefreshWindowInMs:1e3,retryIntervalInMs:3e3,refreshWindowInMs:1e3*60*2};async function uge(t,e,r){async function n(){if(Date.now()<r)try{return await t()}catch{return null}else{let s=await t();if(s===null)throw new Error("Failed to refresh access token.");return s}}let i=await n();for(;i===null;)await(0,lge.delay)(e),i=await n();return i}function dge(t,e){let r=null,n=null,i,s=Object.assign(Object.assign({},_l.DEFAULT_CYCLER_OPTIONS),e),o={get isRefreshing(){return r!==null},get shouldRefresh(){var A;return o.isRefreshing?!1:n?.refreshAfterTimestamp&&n.refreshAfterTimestamp<Date.now()?!0:((A=n?.expiresOnTimestamp)!==null&&A!==void 0?A:0)-s.refreshWindowInMs<Date.now()},get mustRefresh(){return n===null||n.expiresOnTimestamp-s.forcedRefreshWindowInMs<Date.now()}};function a(A,c){var l;return o.isRefreshing||(r=uge(()=>t.getToken(A,c),s.retryIntervalInMs,(l=n?.expiresOnTimestamp)!==null&&l!==void 0?l:Date.now()).then(d=>(r=null,n=d,i=c.tenantId,n)).catch(d=>{throw r=null,n=null,i=void 0,d})),r}return async(A,c)=>{let l=!!c.claims,u=i!==c.tenantId;return l&&(n=null),u||l||o.mustRefresh?a(A,c):(o.shouldRefresh&&a(A,c),n)}}});var RH=h(Xa=>{"use strict";Object.defineProperty(Xa,"__esModule",{value:!0});Xa.bearerTokenAuthenticationPolicyName=void 0;Xa.bearerTokenAuthenticationPolicy=pge;Xa.parseChallenges=vH;var fge=fS(),hge=Rf(),gge=Jy();Xa.bearerTokenAuthenticationPolicyName="bearerTokenAuthenticationPolicy";async function Wy(t,e){try{return[await e(t),void 0]}catch(r){if((0,gge.isRestError)(r)&&r.response)return[r.response,r];throw r}}async function mge(t){let{scopes:e,getAccessToken:r,request:n}=t,i={abortSignal:n.abortSignal,tracingOptions:n.tracingOptions,enableCae:!0},s=await r(e,i);s&&t.request.headers.set("Authorization",`Bearer ${s.token}`)}function wH(t){return t.status===401&&t.headers.has("WWW-Authenticate")}async function SH(t,e){var r;let{scopes:n}=t,i=await t.getAccessToken(n,{enableCae:!0,claims:e});return i?(t.request.headers.set("Authorization",`${(r=i.tokenType)!==null&&r!==void 0?r:"Bearer"} ${i.token}`),!0):!1}function pge(t){var e,r,n;let{credential:i,scopes:s,challengeCallbacks:o}=t,a=t.logger||hge.logger,A={authorizeRequest:(r=(e=o?.authorizeRequest)===null||e===void 0?void 0:e.bind(o))!==null&&r!==void 0?r:mge,authorizeRequestOnChallenge:(n=o?.authorizeRequestOnChallenge)===null||n===void 0?void 0:n.bind(o)},c=i?(0,fge.createTokenCycler)(i):()=>Promise.resolve(null);return{name:Xa.bearerTokenAuthenticationPolicyName,async sendRequest(l,u){if(!l.url.toLowerCase().startsWith("https://"))throw new Error("Bearer token authentication is not permitted for non-TLS protected (non-https) URLs.");await A.authorizeRequest({scopes:Array.isArray(s)?s:[s],request:l,getAccessToken:c,logger:a});let d,f,g;if([d,f]=await Wy(l,u),wH(d)){let m=xH(d.headers.get("WWW-Authenticate"));if(m){let E;try{E=atob(m)}catch{return a.warning(`The WWW-Authenticate header contains "claims" that cannot be parsed. Unable to perform the Continuous Access Evaluation authentication flow. Unparsable claims: ${m}`),d}g=await SH({scopes:Array.isArray(s)?s:[s],response:d,request:l,getAccessToken:c,logger:a},E),g&&([d,f]=await Wy(l,u))}else if(A.authorizeRequestOnChallenge&&(g=await A.authorizeRequestOnChallenge({scopes:Array.isArray(s)?s:[s],request:l,response:d,getAccessToken:c,logger:a}),g&&([d,f]=await Wy(l,u)),wH(d)&&(m=xH(d.headers.get("WWW-Authenticate")),m))){let E;try{E=atob(m)}catch{return a.warning(`The WWW-Authenticate header contains "claims" that cannot be parsed. Unable to perform the Continuous Access Evaluation authentication flow. Unparsable claims: ${m}`),d}g=await SH({scopes:Array.isArray(s)?s:[s],response:d,request:l,getAccessToken:c,logger:a},E),g&&([d,f]=await Wy(l,u))}}if(f)throw f;return d}}}function vH(t){let e=/(\w+)\s+((?:\w+=(?:"[^"]*"|[^,]*),?\s*)+)/g,r=/(\w+)="([^"]*)"/g,n=[],i;for(;(i=e.exec(t))!==null;){let s=i[1],o=i[2],a={},A;for(;(A=r.exec(o))!==null;)a[A[1]]=A[2];n.push({scheme:s,params:a})}return n}function xH(t){var e;return t?(e=vH(t).find(n=>n.scheme==="Bearer"&&n.params.claims&&n.params.error==="insufficient_claims"))===null||e===void 0?void 0:e.params.claims:void 0}});var DH=h(kl=>{"use strict";Object.defineProperty(kl,"__esModule",{value:!0});kl.ndJsonPolicyName=void 0;kl.ndJsonPolicy=yge;kl.ndJsonPolicyName="ndJsonPolicy";function yge(){return{name:kl.ndJsonPolicyName,async sendRequest(t,e){if(typeof t.body=="string"&&t.body.startsWith("[")){let r=JSON.parse(t.body);Array.isArray(r)&&(t.body=r.map(n=>JSON.stringify(n)+`
`).join(""))}return e(t)}}}});var kH=h(Za=>{"use strict";Object.defineProperty(Za,"__esModule",{value:!0});Za.auxiliaryAuthenticationHeaderPolicyName=void 0;Za.auxiliaryAuthenticationHeaderPolicy=Bge;var Ege=fS(),Cge=Rf();Za.auxiliaryAuthenticationHeaderPolicyName="auxiliaryAuthenticationHeaderPolicy";var _H="x-ms-authorization-auxiliary";async function Ige(t){var e,r;let{scopes:n,getAccessToken:i,request:s}=t,o={abortSignal:s.abortSignal,tracingOptions:s.tracingOptions};return(r=(e=await i(n,o))===null||e===void 0?void 0:e.token)!==null&&r!==void 0?r:""}function Bge(t){let{credentials:e,scopes:r}=t,n=t.logger||Cge.logger,i=new WeakMap;return{name:Za.auxiliaryAuthenticationHeaderPolicyName,async sendRequest(s,o){if(!s.url.toLowerCase().startsWith("https://"))throw new Error("Bearer token authentication for auxiliary header is not permitted for non-TLS protected (non-https) URLs.");if(!e||e.length===0)return n.info(`${Za.auxiliaryAuthenticationHeaderPolicyName} header will not be set due to empty credentials.`),o(s);let a=[];for(let c of e){let l=i.get(c);l||(l=(0,Ege.createTokenCycler)(c),i.set(c,l)),a.push(Ige({scopes:Array.isArray(r)?r:[r],request:s,getAccessToken:l,logger:n}))}let A=(await Promise.all(a)).filter(c=>!!c);return A.length===0?(n.warning(`None of the auxiliary tokens are valid. ${_H} header will not be set.`),o(s)):(s.headers.set(_H,A.map(c=>`Bearer ${c}`).join(", ")),o(s))}}}});var Hs=h(L=>{"use strict";Object.defineProperty(L,"__esModule",{value:!0});L.createFileFromStream=L.createFile=L.agentPolicyName=L.agentPolicy=L.auxiliaryAuthenticationHeaderPolicyName=L.auxiliaryAuthenticationHeaderPolicy=L.ndJsonPolicyName=L.ndJsonPolicy=L.bearerTokenAuthenticationPolicyName=L.bearerTokenAuthenticationPolicy=L.formDataPolicyName=L.formDataPolicy=L.tlsPolicyName=L.tlsPolicy=L.userAgentPolicyName=L.userAgentPolicy=L.defaultRetryPolicy=L.tracingPolicyName=L.tracingPolicy=L.retryPolicy=L.throttlingRetryPolicyName=L.throttlingRetryPolicy=L.systemErrorRetryPolicyName=L.systemErrorRetryPolicy=L.redirectPolicyName=L.redirectPolicy=L.getDefaultProxySettings=L.proxyPolicyName=L.proxyPolicy=L.multipartPolicyName=L.multipartPolicy=L.logPolicyName=L.logPolicy=L.setClientRequestIdPolicyName=L.setClientRequestIdPolicy=L.exponentialRetryPolicyName=L.exponentialRetryPolicy=L.decompressResponsePolicyName=L.decompressResponsePolicy=L.isRestError=L.RestError=L.createPipelineRequest=L.createHttpHeaders=L.createDefaultHttpClient=L.createPipelineFromOptions=L.createEmptyPipeline=void 0;var Qge=xw();Object.defineProperty(L,"createEmptyPipeline",{enumerable:!0,get:function(){return Qge.createEmptyPipeline}});var bge=gH();Object.defineProperty(L,"createPipelineFromOptions",{enumerable:!0,get:function(){return bge.createPipelineFromOptions}});var Nge=mH();Object.defineProperty(L,"createDefaultHttpClient",{enumerable:!0,get:function(){return Nge.createDefaultHttpClient}});var wge=pH();Object.defineProperty(L,"createHttpHeaders",{enumerable:!0,get:function(){return wge.createHttpHeaders}});var Sge=yH();Object.defineProperty(L,"createPipelineRequest",{enumerable:!0,get:function(){return Sge.createPipelineRequest}});var PH=Jy();Object.defineProperty(L,"RestError",{enumerable:!0,get:function(){return PH.RestError}});Object.defineProperty(L,"isRestError",{enumerable:!0,get:function(){return PH.isRestError}});var TH=Yw();Object.defineProperty(L,"decompressResponsePolicy",{enumerable:!0,get:function(){return TH.decompressResponsePolicy}});Object.defineProperty(L,"decompressResponsePolicyName",{enumerable:!0,get:function(){return TH.decompressResponsePolicyName}});var OH=CH();Object.defineProperty(L,"exponentialRetryPolicy",{enumerable:!0,get:function(){return OH.exponentialRetryPolicy}});Object.defineProperty(L,"exponentialRetryPolicyName",{enumerable:!0,get:function(){return OH.exponentialRetryPolicyName}});var MH=Kw();Object.defineProperty(L,"setClientRequestIdPolicy",{enumerable:!0,get:function(){return MH.setClientRequestIdPolicy}});Object.defineProperty(L,"setClientRequestIdPolicyName",{enumerable:!0,get:function(){return MH.setClientRequestIdPolicyName}});var LH=Rw();Object.defineProperty(L,"logPolicy",{enumerable:!0,get:function(){return LH.logPolicy}});Object.defineProperty(L,"logPolicyName",{enumerable:!0,get:function(){return LH.logPolicyName}});var FH=Gw();Object.defineProperty(L,"multipartPolicy",{enumerable:!0,get:function(){return FH.multipartPolicy}});Object.defineProperty(L,"multipartPolicyName",{enumerable:!0,get:function(){return FH.multipartPolicyName}});var hS=$w();Object.defineProperty(L,"proxyPolicy",{enumerable:!0,get:function(){return hS.proxyPolicy}});Object.defineProperty(L,"proxyPolicyName",{enumerable:!0,get:function(){return hS.proxyPolicyName}});Object.defineProperty(L,"getDefaultProxySettings",{enumerable:!0,get:function(){return hS.getDefaultProxySettings}});var UH=Dw();Object.defineProperty(L,"redirectPolicy",{enumerable:!0,get:function(){return UH.redirectPolicy}});Object.defineProperty(L,"redirectPolicyName",{enumerable:!0,get:function(){return UH.redirectPolicyName}});var qH=BH();Object.defineProperty(L,"systemErrorRetryPolicy",{enumerable:!0,get:function(){return qH.systemErrorRetryPolicy}});Object.defineProperty(L,"systemErrorRetryPolicyName",{enumerable:!0,get:function(){return qH.systemErrorRetryPolicyName}});var HH=bH();Object.defineProperty(L,"throttlingRetryPolicy",{enumerable:!0,get:function(){return HH.throttlingRetryPolicy}});Object.defineProperty(L,"throttlingRetryPolicyName",{enumerable:!0,get:function(){return HH.throttlingRetryPolicyName}});var xge=NH();Object.defineProperty(L,"retryPolicy",{enumerable:!0,get:function(){return xge.retryPolicy}});var zH=sS();Object.defineProperty(L,"tracingPolicy",{enumerable:!0,get:function(){return zH.tracingPolicy}});Object.defineProperty(L,"tracingPolicyName",{enumerable:!0,get:function(){return zH.tracingPolicyName}});var vge=Jw();Object.defineProperty(L,"defaultRetryPolicy",{enumerable:!0,get:function(){return vge.defaultRetryPolicy}});var jH=Tw();Object.defineProperty(L,"userAgentPolicy",{enumerable:!0,get:function(){return jH.userAgentPolicy}});Object.defineProperty(L,"userAgentPolicyName",{enumerable:!0,get:function(){return jH.userAgentPolicyName}});var GH=Zw();Object.defineProperty(L,"tlsPolicy",{enumerable:!0,get:function(){return GH.tlsPolicy}});Object.defineProperty(L,"tlsPolicyName",{enumerable:!0,get:function(){return GH.tlsPolicyName}});var YH=Vw();Object.defineProperty(L,"formDataPolicy",{enumerable:!0,get:function(){return YH.formDataPolicy}});Object.defineProperty(L,"formDataPolicyName",{enumerable:!0,get:function(){return YH.formDataPolicyName}});var JH=RH();Object.defineProperty(L,"bearerTokenAuthenticationPolicy",{enumerable:!0,get:function(){return JH.bearerTokenAuthenticationPolicy}});Object.defineProperty(L,"bearerTokenAuthenticationPolicyName",{enumerable:!0,get:function(){return JH.bearerTokenAuthenticationPolicyName}});var VH=DH();Object.defineProperty(L,"ndJsonPolicy",{enumerable:!0,get:function(){return VH.ndJsonPolicy}});Object.defineProperty(L,"ndJsonPolicyName",{enumerable:!0,get:function(){return VH.ndJsonPolicyName}});var WH=kH();Object.defineProperty(L,"auxiliaryAuthenticationHeaderPolicy",{enumerable:!0,get:function(){return WH.auxiliaryAuthenticationHeaderPolicy}});Object.defineProperty(L,"auxiliaryAuthenticationHeaderPolicyName",{enumerable:!0,get:function(){return WH.auxiliaryAuthenticationHeaderPolicyName}});var $H=Xw();Object.defineProperty(L,"agentPolicy",{enumerable:!0,get:function(){return $H.agentPolicy}});Object.defineProperty(L,"agentPolicyName",{enumerable:!0,get:function(){return $H.agentPolicyName}});var KH=jw();Object.defineProperty(L,"createFile",{enumerable:!0,get:function(){return KH.createFile}});Object.defineProperty(L,"createFileFromStream",{enumerable:!0,get:function(){return KH.createFileFromStream}})});var XH=h($y=>{"use strict";Object.defineProperty($y,"__esModule",{value:!0});$y.AzureKeyCredential=void 0;var gS=class{get key(){return this._key}constructor(e){if(!e)throw new Error("key must be a non-empty string");this._key=e}update(e){this._key=e}};$y.AzureKeyCredential=gS});var ZH=h(mS=>{"use strict";Object.defineProperty(mS,"__esModule",{value:!0});mS.isKeyCredential=Dge;var Rge=as();function Dge(t){return(0,Rge.isObjectWithProperties)(t,["key"])&&typeof t.key=="string"}});var ez=h(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});Yf.AzureNamedKeyCredential=void 0;Yf.isNamedKeyCredential=kge;var _ge=as(),pS=class{get key(){return this._key}get name(){return this._name}constructor(e,r){if(!e||!r)throw new TypeError("name and key must be non-empty strings");this._name=e,this._key=r}update(e,r){if(!e||!r)throw new TypeError("newName and newKey must be non-empty strings");this._name=e,this._key=r}};Yf.AzureNamedKeyCredential=pS;function kge(t){return(0,_ge.isObjectWithProperties)(t,["name","key"])&&typeof t.key=="string"&&typeof t.name=="string"}});var tz=h(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});Jf.AzureSASCredential=void 0;Jf.isSASCredential=Tge;var Pge=as(),yS=class{get signature(){return this._signature}constructor(e){if(!e)throw new Error("shared access signature must be a non-empty string");this._signature=e}update(e){if(!e)throw new Error("shared access signature must be a non-empty string");this._signature=e}};Jf.AzureSASCredential=yS;function Tge(t){return(0,Pge.isObjectWithProperties)(t,["signature"])&&typeof t.signature=="string"}});var rz=h(Vf=>{"use strict";Object.defineProperty(Vf,"__esModule",{value:!0});Vf.isBearerToken=Oge;Vf.isPopToken=Mge;Vf.isTokenCredential=Lge;function Oge(t){return!t.tokenType||t.tokenType==="Bearer"}function Mge(t){return t.tokenType==="pop"}function Lge(t){let e=t;return e&&typeof e.getToken=="function"&&(e.signRequest===void 0||e.getToken.length>0)}});var sz=h(Tr=>{"use strict";Object.defineProperty(Tr,"__esModule",{value:!0});Tr.isTokenCredential=Tr.isSASCredential=Tr.AzureSASCredential=Tr.isNamedKeyCredential=Tr.AzureNamedKeyCredential=Tr.isKeyCredential=Tr.AzureKeyCredential=void 0;var Fge=XH();Object.defineProperty(Tr,"AzureKeyCredential",{enumerable:!0,get:function(){return Fge.AzureKeyCredential}});var Uge=ZH();Object.defineProperty(Tr,"isKeyCredential",{enumerable:!0,get:function(){return Uge.isKeyCredential}});var nz=ez();Object.defineProperty(Tr,"AzureNamedKeyCredential",{enumerable:!0,get:function(){return nz.AzureNamedKeyCredential}});Object.defineProperty(Tr,"isNamedKeyCredential",{enumerable:!0,get:function(){return nz.isNamedKeyCredential}});var iz=tz();Object.defineProperty(Tr,"AzureSASCredential",{enumerable:!0,get:function(){return iz.AzureSASCredential}});Object.defineProperty(Tr,"isSASCredential",{enumerable:!0,get:function(){return iz.isSASCredential}});var qge=rz();Object.defineProperty(Tr,"isTokenCredential",{enumerable:!0,get:function(){return qge.isTokenCredential}})});var ES=h(Oo=>{"use strict";Object.defineProperty(Oo,"__esModule",{value:!0});Oo.disableKeepAlivePolicyName=void 0;Oo.createDisableKeepAlivePolicy=Hge;Oo.pipelineContainsDisableKeepAlivePolicy=zge;Oo.disableKeepAlivePolicyName="DisableKeepAlivePolicy";function Hge(){return{name:Oo.disableKeepAlivePolicyName,async sendRequest(t,e){return t.disableKeepAlive=!0,e(t)}}}function zge(t){return t.getOrderedPolicies().some(e=>e.name===Oo.disableKeepAlivePolicyName)}});var CS=h(Pl=>{"use strict";Object.defineProperty(Pl,"__esModule",{value:!0});Pl.encodeString=jge;Pl.encodeByteArray=Gge;Pl.decodeString=Yge;Pl.decodeStringToString=Jge;function jge(t){return Buffer.from(t).toString("base64")}function Gge(t){return(t instanceof Buffer?t:Buffer.from(t.buffer)).toString("base64")}function Yge(t){return Buffer.from(t,"base64")}function Jge(t){return Buffer.from(t,"base64").toString()}});var Wf=h(Tl=>{"use strict";Object.defineProperty(Tl,"__esModule",{value:!0});Tl.XML_CHARKEY=Tl.XML_ATTRKEY=void 0;Tl.XML_ATTRKEY="$";Tl.XML_CHARKEY="_"});var IS=h(Ol=>{"use strict";Object.defineProperty(Ol,"__esModule",{value:!0});Ol.isPrimitiveBody=oz;Ol.isDuration=Wge;Ol.isValidUuid=Kge;Ol.flattenResponse=Zge;function oz(t,e){return e!=="Composite"&&e!=="Dictionary"&&(typeof t=="string"||typeof t=="number"||typeof t=="boolean"||e?.match(/^(Date|DateTime|DateTimeRfc1123|UnixTime|ByteArray|Base64Url)$/i)!==null||t===void 0||t===null)}var Vge=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Wge(t){return Vge.test(t)}var $ge=/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/i;function Kge(t){return $ge.test(t)}function Xge(t){let e=Object.assign(Object.assign({},t.headers),t.body);return t.hasNullableType&&Object.getOwnPropertyNames(e).length===0?t.shouldWrapBody?{body:null}:null:t.shouldWrapBody?Object.assign(Object.assign({},t.headers),{body:t.body}):e}function Zge(t,e){var r,n;let i=t.parsedHeaders;if(t.request.method==="HEAD")return Object.assign(Object.assign({},i),{body:t.parsedBody});let s=e&&e.bodyMapper,o=!!s?.nullable,a=s?.type.name;if(a==="Stream")return Object.assign(Object.assign({},i),{blobBody:t.blobBody,readableStreamBody:t.readableStreamBody});let A=a==="Composite"&&s.type.modelProperties||{},c=Object.keys(A).some(l=>A[l].serializedName==="");if(a==="Sequence"||c){let l=(r=t.parsedBody)!==null&&r!==void 0?r:[];for(let u of Object.keys(A))A[u].serializedName&&(l[u]=(n=t.parsedBody)===null||n===void 0?void 0:n[u]);if(i)for(let u of Object.keys(i))l[u]=i[u];return o&&!t.parsedBody&&!i&&Object.getOwnPropertyNames(A).length===0?null:l}return Xge({body:t.parsedBody,headers:i,hasNullableType:o,shouldWrapBody:oz(t.parsedBody,a)})}});var Kf=h($f=>{"use strict";Object.defineProperty($f,"__esModule",{value:!0});$f.MapperTypeNames=void 0;$f.createSerializer=tme;var eme=(ii(),Si(ni)),Xy=eme.__importStar(CS()),ur=Wf(),Az=IS(),BS=class{constructor(e={},r=!1){this.modelMappers=e,this.isXML=r}validateConstraints(e,r,n){let i=(s,o)=>{throw new Error(`"${n}" with value "${r}" should satisfy the constraint "${s}": ${o}.`)};if(e.constraints&&r!==void 0&&r!==null){let{ExclusiveMaximum:s,ExclusiveMinimum:o,InclusiveMaximum:a,InclusiveMinimum:A,MaxItems:c,MaxLength:l,MinItems:u,MinLength:d,MultipleOf:f,Pattern:g,UniqueItems:m}=e.constraints;if(s!==void 0&&r>=s&&i("ExclusiveMaximum",s),o!==void 0&&r<=o&&i("ExclusiveMinimum",o),a!==void 0&&r>a&&i("InclusiveMaximum",a),A!==void 0&&r<A&&i("InclusiveMinimum",A),c!==void 0&&r.length>c&&i("MaxItems",c),l!==void 0&&r.length>l&&i("MaxLength",l),u!==void 0&&r.length<u&&i("MinItems",u),d!==void 0&&r.length<d&&i("MinLength",d),f!==void 0&&r%f!==0&&i("MultipleOf",f),g){let E=typeof g=="string"?new RegExp(g):g;(typeof r!="string"||r.match(E)===null)&&i("Pattern",g)}m&&r.some((E,C,I)=>I.indexOf(E)!==C)&&i("UniqueItems",m)}}serialize(e,r,n,i={xml:{}}){var s,o,a;let A={xml:{rootName:(s=i.xml.rootName)!==null&&s!==void 0?s:"",includeRoot:(o=i.xml.includeRoot)!==null&&o!==void 0?o:!1,xmlCharKey:(a=i.xml.xmlCharKey)!==null&&a!==void 0?a:ur.XML_CHARKEY}},c={},l=e.type.name;n||(n=e.serializedName),l.match(/^Sequence$/i)!==null&&(c=[]),e.isConstant&&(r=e.defaultValue);let{required:u,nullable:d}=e;if(u&&d&&r===void 0)throw new Error(`${n} cannot be undefined.`);if(u&&!d&&r==null)throw new Error(`${n} cannot be null or undefined.`);if(!u&&d===!1&&r===null)throw new Error(`${n} cannot be null.`);return r==null||l.match(/^any$/i)!==null?c=r:l.match(/^(Number|String|Boolean|Object|Stream|Uuid)$/i)!==null?c=ame(l,n,r):l.match(/^Enum$/i)!==null?c=Ame(n,e.type.allowedValues,r):l.match(/^(Date|DateTime|TimeSpan|DateTimeRfc1123|UnixTime)$/i)!==null?c=ume(l,r,n):l.match(/^ByteArray$/i)!==null?c=cme(n,r):l.match(/^Base64Url$/i)!==null?c=lme(n,r):l.match(/^Sequence$/i)!==null?c=dme(this,e,r,n,!!this.isXML,A):l.match(/^Dictionary$/i)!==null?c=fme(this,e,r,n,!!this.isXML,A):l.match(/^Composite$/i)!==null&&(c=gme(this,e,r,n,!!this.isXML,A)),c}deserialize(e,r,n,i={xml:{}}){var s,o,a,A;let c={xml:{rootName:(s=i.xml.rootName)!==null&&s!==void 0?s:"",includeRoot:(o=i.xml.includeRoot)!==null&&o!==void 0?o:!1,xmlCharKey:(a=i.xml.xmlCharKey)!==null&&a!==void 0?a:ur.XML_CHARKEY},ignoreUnknownProperties:(A=i.ignoreUnknownProperties)!==null&&A!==void 0?A:!1};if(r==null)return this.isXML&&e.type.name==="Sequence"&&!e.xmlIsWrapped&&(r=[]),e.defaultValue!==void 0&&(r=e.defaultValue),r;let l,u=e.type.name;if(n||(n=e.serializedName),u.match(/^Composite$/i)!==null)l=pme(this,e,r,n,c);else{if(this.isXML){let d=c.xml.xmlCharKey;r[ur.XML_ATTRKEY]!==void 0&&r[d]!==void 0&&(r=r[d])}u.match(/^Number$/i)!==null?(l=parseFloat(r),isNaN(l)&&(l=r)):u.match(/^Boolean$/i)!==null?r==="true"?l=!0:r==="false"?l=!1:l=r:u.match(/^(String|Enum|Object|Stream|Uuid|TimeSpan|any)$/i)!==null?l=r:u.match(/^(Date|DateTime|DateTimeRfc1123)$/i)!==null?l=new Date(r):u.match(/^UnixTime$/i)!==null?l=ome(r):u.match(/^ByteArray$/i)!==null?l=Xy.decodeString(r):u.match(/^Base64Url$/i)!==null?l=ime(r):u.match(/^Sequence$/i)!==null?l=Eme(this,e,r,n,c):u.match(/^Dictionary$/i)!==null&&(l=yme(this,e,r,n,c))}return e.isConstant&&(l=e.defaultValue),l}};function tme(t={},e=!1){return new BS(t,e)}function rme(t,e){let r=t.length;for(;r-1>=0&&t[r-1]===e;)--r;return t.substr(0,r)}function nme(t){if(!t)return;if(!(t instanceof Uint8Array))throw new Error("Please provide an input of type Uint8Array for converting to Base64Url.");let e=Xy.encodeByteArray(t);return rme(e,"=").replace(/\+/g,"-").replace(/\//g,"_")}function ime(t){if(t){if(t&&typeof t.valueOf()!="string")throw new Error("Please provide an input of type string for converting to Uint8Array");return t=t.replace(/-/g,"+").replace(/_/g,"/"),Xy.decodeString(t)}}function QS(t){let e=[],r="";if(t){let n=t.split(".");for(let i of n)i.charAt(i.length-1)==="\\"?r+=i.substr(0,i.length-1)+".":(r+=i,e.push(r),r="")}return e}function sme(t){if(t)return typeof t.valueOf()=="string"&&(t=new Date(t)),Math.floor(t.getTime()/1e3)}function ome(t){if(t)return new Date(t*1e3)}function ame(t,e,r){if(r!=null){if(t.match(/^Number$/i)!==null){if(typeof r!="number")throw new Error(`${e} with value ${r} must be of type number.`)}else if(t.match(/^String$/i)!==null){if(typeof r.valueOf()!="string")throw new Error(`${e} with value "${r}" must be of type string.`)}else if(t.match(/^Uuid$/i)!==null){if(!(typeof r.valueOf()=="string"&&(0,Az.isValidUuid)(r)))throw new Error(`${e} with value "${r}" must be of type string and a valid uuid.`)}else if(t.match(/^Boolean$/i)!==null){if(typeof r!="boolean")throw new Error(`${e} with value ${r} must be of type boolean.`)}else if(t.match(/^Stream$/i)!==null){let n=typeof r;if(n!=="string"&&typeof r.pipe!="function"&&typeof r.tee!="function"&&!(r instanceof ArrayBuffer)&&!ArrayBuffer.isView(r)&&!((typeof Blob=="function"||typeof Blob=="object")&&r instanceof Blob)&&n!=="function")throw new Error(`${e} must be a string, Blob, ArrayBuffer, ArrayBufferView, ReadableStream, or () => ReadableStream.`)}}return r}function Ame(t,e,r){if(!e)throw new Error(`Please provide a set of allowedValues to validate ${t} as an Enum Type.`);if(!e.some(i=>typeof i.valueOf()=="string"?i.toLowerCase()===r.toLowerCase():i===r))throw new Error(`${r} is not a valid value for ${t}. The valid values are: ${JSON.stringify(e)}.`);return r}function cme(t,e){if(e!=null){if(!(e instanceof Uint8Array))throw new Error(`${t} must be of type Uint8Array.`);e=Xy.encodeByteArray(e)}return e}function lme(t,e){if(e!=null){if(!(e instanceof Uint8Array))throw new Error(`${t} must be of type Uint8Array.`);e=nme(e)}return e}function ume(t,e,r){if(e!=null){if(t.match(/^Date$/i)!==null){if(!(e instanceof Date||typeof e.valueOf()=="string"&&!isNaN(Date.parse(e))))throw new Error(`${r} must be an instanceof Date or a string in ISO8601 format.`);e=e instanceof Date?e.toISOString().substring(0,10):new Date(e).toISOString().substring(0,10)}else if(t.match(/^DateTime$/i)!==null){if(!(e instanceof Date||typeof e.valueOf()=="string"&&!isNaN(Date.parse(e))))throw new Error(`${r} must be an instanceof Date or a string in ISO8601 format.`);e=e instanceof Date?e.toISOString():new Date(e).toISOString()}else if(t.match(/^DateTimeRfc1123$/i)!==null){if(!(e instanceof Date||typeof e.valueOf()=="string"&&!isNaN(Date.parse(e))))throw new Error(`${r} must be an instanceof Date or a string in RFC-1123 format.`);e=e instanceof Date?e.toUTCString():new Date(e).toUTCString()}else if(t.match(/^UnixTime$/i)!==null){if(!(e instanceof Date||typeof e.valueOf()=="string"&&!isNaN(Date.parse(e))))throw new Error(`${r} must be an instanceof Date or a string in RFC-1123/ISO8601 format for it to be serialized in UnixTime/Epoch format.`);e=sme(e)}else if(t.match(/^TimeSpan$/i)!==null&&!(0,Az.isDuration)(e))throw new Error(`${r} must be a string in ISO 8601 format. Instead was "${e}".`)}return e}function dme(t,e,r,n,i,s){var o;if(!Array.isArray(r))throw new Error(`${n} must be of type Array.`);let a=e.type.element;if(!a||typeof a!="object")throw new Error(`element" metadata for an Array must be defined in the mapper and it must of type "object" in ${n}.`);a.type.name==="Composite"&&a.type.className&&(a=(o=t.modelMappers[a.type.className])!==null&&o!==void 0?o:a);let A=[];for(let c=0;c<r.length;c++){let l=t.serialize(a,r[c],n,s);if(i&&a.xmlNamespace){let u=a.xmlNamespacePrefix?`xmlns:${a.xmlNamespacePrefix}`:"xmlns";a.type.name==="Composite"?(A[c]=Object.assign({},l),A[c][ur.XML_ATTRKEY]={[u]:a.xmlNamespace}):(A[c]={},A[c][s.xml.xmlCharKey]=l,A[c][ur.XML_ATTRKEY]={[u]:a.xmlNamespace})}else A[c]=l}return A}function fme(t,e,r,n,i,s){if(typeof r!="object")throw new Error(`${n} must be of type object.`);let o=e.type.value;if(!o||typeof o!="object")throw new Error(`"value" metadata for a Dictionary must be defined in the mapper and it must of type "object" in ${n}.`);let a={};for(let A of Object.keys(r)){let c=t.serialize(o,r[A],n,s);a[A]=uz(o,c,i,s)}if(i&&e.xmlNamespace){let A=e.xmlNamespacePrefix?`xmlns:${e.xmlNamespacePrefix}`:"xmlns",c=a;return c[ur.XML_ATTRKEY]={[A]:e.xmlNamespace},c}return a}function hme(t,e,r){let n=e.type.additionalProperties;if(!n&&e.type.className){let i=cz(t,e,r);return i?.type.additionalProperties}return n}function cz(t,e,r){let n=e.type.className;if(!n)throw new Error(`Class name for model "${r}" is not provided in the mapper "${JSON.stringify(e,void 0,2)}".`);return t.modelMappers[n]}function lz(t,e,r){let n=e.type.modelProperties;if(!n){let i=cz(t,e,r);if(!i)throw new Error(`mapper() cannot be null or undefined for model "${e.type.className}".`);if(n=i?.type.modelProperties,!n)throw new Error(`modelProperties cannot be null or undefined in the mapper "${JSON.stringify(i)}" of type "${e.type.className}" for object "${r}".`)}return n}function gme(t,e,r,n,i,s){if(Ky(t,e)&&(e=dz(t,e,r,"clientName")),r!=null){let o={},a=lz(t,e,n);for(let c of Object.keys(a)){let l=a[c];if(l.readOnly)continue;let u,d=o;if(t.isXML)l.xmlIsWrapped?u=l.xmlName:u=l.xmlElementName||l.xmlName;else{let f=QS(l.serializedName);u=f.pop();for(let g of f){let m=d[g];m==null&&(r[c]!==void 0&&r[c]!==null||l.defaultValue!==void 0)&&(d[g]={}),d=d[g]}}if(d!=null){if(i&&e.xmlNamespace){let C=e.xmlNamespacePrefix?`xmlns:${e.xmlNamespacePrefix}`:"xmlns";d[ur.XML_ATTRKEY]=Object.assign(Object.assign({},d[ur.XML_ATTRKEY]),{[C]:e.xmlNamespace})}let f=l.serializedName!==""?n+"."+l.serializedName:n,g=r[c],m=Ky(t,e);m&&m.clientName===c&&g==null&&(g=e.serializedName);let E=t.serialize(l,g,f,s);if(E!==void 0&&u!==void 0&&u!==null){let C=uz(l,E,i,s);i&&l.xmlIsAttribute?(d[ur.XML_ATTRKEY]=d[ur.XML_ATTRKEY]||{},d[ur.XML_ATTRKEY][u]=E):i&&l.xmlIsWrapped?d[u]={[l.xmlElementName]:C}:d[u]=C}}}let A=hme(t,e,n);if(A){let c=Object.keys(a);for(let l in r)c.every(d=>d!==l)&&(o[l]=t.serialize(A,r[l],n+'["'+l+'"]',s))}return o}return r}function uz(t,e,r,n){if(!r||!t.xmlNamespace)return e;let s={[t.xmlNamespacePrefix?`xmlns:${t.xmlNamespacePrefix}`:"xmlns"]:t.xmlNamespace};if(["Composite"].includes(t.type.name)){if(e[ur.XML_ATTRKEY])return e;{let a=Object.assign({},e);return a[ur.XML_ATTRKEY]=s,a}}let o={};return o[n.xml.xmlCharKey]=e,o[ur.XML_ATTRKEY]=s,o}function mme(t,e){return[ur.XML_ATTRKEY,e.xml.xmlCharKey].includes(t)}function pme(t,e,r,n,i){var s,o;let a=(s=i.xml.xmlCharKey)!==null&&s!==void 0?s:ur.XML_CHARKEY;Ky(t,e)&&(e=dz(t,e,r,"serializedName"));let A=lz(t,e,n),c={},l=[];for(let d of Object.keys(A)){let f=A[d],g=QS(A[d].serializedName);l.push(g[0]);let{serializedName:m,xmlName:E,xmlElementName:C}=f,I=n;m!==""&&m!==void 0&&(I=n+"."+m);let w=f.headerCollectionPrefix;if(w){let S={};for(let D of Object.keys(r))D.startsWith(w)&&(S[D.substring(w.length)]=t.deserialize(f.type.value,r[D],I,i)),l.push(D);c[d]=S}else if(t.isXML)if(f.xmlIsAttribute&&r[ur.XML_ATTRKEY])c[d]=t.deserialize(f,r[ur.XML_ATTRKEY][E],I,i);else if(f.xmlIsMsText)r[a]!==void 0?c[d]=r[a]:typeof r=="string"&&(c[d]=r);else{let S=C||E||m;if(f.xmlIsWrapped){let D=r[E],O=(o=D?.[C])!==null&&o!==void 0?o:[];c[d]=t.deserialize(f,O,I,i),l.push(E)}else{let D=r[S];c[d]=t.deserialize(f,D,I,i),l.push(S)}}else{let S,D=r,O=0;for(let V of g){if(!D)break;O++,D=D[V]}D===null&&O<g.length&&(D=void 0),S=D;let q=e.type.polymorphicDiscriminator;q&&d===q.clientName&&S==null&&(S=e.serializedName);let P;if(Array.isArray(r[d])&&A[d].serializedName===""){S=r[d];let V=t.deserialize(f,S,I,i);for(let[be,ve]of Object.entries(c))Object.prototype.hasOwnProperty.call(V,be)||(V[be]=ve);c=V}else(S!==void 0||f.defaultValue!==void 0)&&(P=t.deserialize(f,S,I,i),c[d]=P)}}let u=e.type.additionalProperties;if(u){let d=f=>{for(let g in A)if(QS(A[g].serializedName)[0]===f)return!1;return!0};for(let f in r)d(f)&&(c[f]=t.deserialize(u,r[f],n+'["'+f+'"]',i))}else if(r&&!i.ignoreUnknownProperties)for(let d of Object.keys(r))c[d]===void 0&&!l.includes(d)&&!mme(d,i)&&(c[d]=r[d]);return c}function yme(t,e,r,n,i){let s=e.type.value;if(!s||typeof s!="object")throw new Error(`"value" metadata for a Dictionary must be defined in the mapper and it must of type "object" in ${n}`);if(r){let o={};for(let a of Object.keys(r))o[a]=t.deserialize(s,r[a],n,i);return o}return r}function Eme(t,e,r,n,i){var s;let o=e.type.element;if(!o||typeof o!="object")throw new Error(`element" metadata for an Array must be defined in the mapper and it must of type "object" in ${n}`);if(r){Array.isArray(r)||(r=[r]),o.type.name==="Composite"&&o.type.className&&(o=(s=t.modelMappers[o.type.className])!==null&&s!==void 0?s:o);let a=[];for(let A=0;A<r.length;A++)a[A]=t.deserialize(o,r[A],`${n}[${A}]`,i);return a}return r}function Cme(t,e,r){let n=[r];for(;n.length;){let i=n.shift(),s=e===i?e:i+"."+e;if(Object.prototype.hasOwnProperty.call(t,s))return t[s];for(let[o,a]of Object.entries(t))o.startsWith(i+".")&&a.type.uberParent===i&&a.type.className&&n.push(a.type.className)}}function dz(t,e,r,n){var i;let s=Ky(t,e);if(s){let o=s[n];if(o){n==="serializedName"&&(o=o.replace(/\\/gi,""));let a=r[o],A=(i=e.type.uberParent)!==null&&i!==void 0?i:e.type.className;if(typeof a=="string"&&A){let c=Cme(t.modelMappers.discriminators,a,A);c&&(e=c)}}}return e}function Ky(t,e){return e.type.polymorphicDiscriminator||az(t,e.type.uberParent)||az(t,e.type.className)}function az(t,e){return e&&t.modelMappers[e]&&t.modelMappers[e].type.polymorphicDiscriminator}$f.MapperTypeNames={Base64Url:"Base64Url",Boolean:"Boolean",ByteArray:"ByteArray",Composite:"Composite",Date:"Date",DateTime:"DateTime",DateTimeRfc1123:"DateTimeRfc1123",Dictionary:"Dictionary",Enum:"Enum",Number:"Number",Object:"Object",Sequence:"Sequence",String:"String",Stream:"Stream",TimeSpan:"TimeSpan",UnixTime:"UnixTime"}});var fz=h(Zy=>{"use strict";Object.defineProperty(Zy,"__esModule",{value:!0});Zy.state=void 0;Zy.state={operationRequestMap:new WeakMap}});var Xf=h(eE=>{"use strict";Object.defineProperty(eE,"__esModule",{value:!0});eE.getOperationArgumentValueFromParameter=mz;eE.getOperationRequestInfo=yz;var hz=fz();function mz(t,e,r){let n=e.parameterPath,i=e.mapper,s;if(typeof n=="string"&&(n=[n]),Array.isArray(n)){if(n.length>0)if(i.isConstant)s=i.defaultValue;else{let o=gz(t,n);!o.propertyFound&&r&&(o=gz(r,n));let a=!1;o.propertyFound||(a=i.required||n[0]==="options"&&n.length===2),s=a?i.defaultValue:o.propertyValue}}else{i.required&&(s={});for(let o in n){let a=i.type.modelProperties[o],A=n[o],c=mz(t,{parameterPath:A,mapper:a},r);c!==void 0&&(s||(s={}),s[o]=c)}}return s}function gz(t,e){let r={propertyFound:!1},n=0;for(;n<e.length;++n){let i=e[n];if(t&&i in t)t=t[i];else break}return n===e.length&&(r.propertyValue=t,r.propertyFound=!0),r}var pz=Symbol.for("@azure/core-client original request");function Ime(t){return pz in t}function yz(t){if(Ime(t))return yz(t[pz]);let e=hz.state.operationRequestMap.get(t);return e||(e={},hz.state.operationRequestMap.set(t,e)),e}});var NS=h(Ml=>{"use strict";Object.defineProperty(Ml,"__esModule",{value:!0});Ml.deserializationPolicyName=void 0;Ml.deserializationPolicy=Nme;var Bme=Wf(),tE=Hs(),Ez=Kf(),bS=Xf(),Qme=["application/json","text/json"],bme=["application/xml","application/atom+xml"];Ml.deserializationPolicyName="deserializationPolicy";function Nme(t={}){var e,r,n,i,s,o,a;let A=(r=(e=t.expectedContentTypes)===null||e===void 0?void 0:e.json)!==null&&r!==void 0?r:Qme,c=(i=(n=t.expectedContentTypes)===null||n===void 0?void 0:n.xml)!==null&&i!==void 0?i:bme,l=t.parseXML,u=t.serializerOptions,d={xml:{rootName:(s=u?.xml.rootName)!==null&&s!==void 0?s:"",includeRoot:(o=u?.xml.includeRoot)!==null&&o!==void 0?o:!1,xmlCharKey:(a=u?.xml.xmlCharKey)!==null&&a!==void 0?a:Bme.XML_CHARKEY}};return{name:Ml.deserializationPolicyName,async sendRequest(f,g){let m=await g(f);return xme(A,c,m,d,l)}}}function wme(t){let e,r=t.request,n=(0,bS.getOperationRequestInfo)(r),i=n?.operationSpec;return i&&(n?.operationResponseGetter?e=n?.operationResponseGetter(i,t):e=i.responses[t.status]),e}function Sme(t){let e=t.request,r=(0,bS.getOperationRequestInfo)(e),n=r?.shouldDeserialize,i;return n===void 0?i=!0:typeof n=="boolean"?i=n:i=n(t),i}async function xme(t,e,r,n,i){let s=await Dme(t,e,r,n,i);if(!Sme(s))return s;let o=(0,bS.getOperationRequestInfo)(s.request),a=o?.operationSpec;if(!a||!a.responses)return s;let A=wme(s),{error:c,shouldReturnResponse:l}=Rme(s,a,A,n);if(c)throw c;if(l)return s;if(A){if(A.bodyMapper){let u=s.parsedBody;a.isXML&&A.bodyMapper.type.name===Ez.MapperTypeNames.Sequence&&(u=typeof u=="object"?u[A.bodyMapper.xmlElementName]:[]);try{s.parsedBody=a.serializer.deserialize(A.bodyMapper,u,"operationRes.parsedBody",n)}catch(d){throw new tE.RestError(`Error ${d} occurred in deserializing the responseBody - ${s.bodyAsText}`,{statusCode:s.status,request:s.request,response:s})}}else a.httpMethod==="HEAD"&&(s.parsedBody=r.status>=200&&r.status<300);A.headersMapper&&(s.parsedHeaders=a.serializer.deserialize(A.headersMapper,s.headers.toJSON(),"operationRes.parsedHeaders",{xml:{},ignoreUnknownProperties:!0}))}return s}function vme(t){let e=Object.keys(t.responses);return e.length===0||e.length===1&&e[0]==="default"}function Rme(t,e,r,n){var i,s,o,a,A;let c=200<=t.status&&t.status<300;if(vme(e)?c:!!r)if(r){if(!r.isError)return{error:null,shouldReturnResponse:!1}}else return{error:null,shouldReturnResponse:!1};let u=r??e.responses.default,d=!((i=t.request.streamResponseStatusCodes)===null||i===void 0)&&i.has(t.status)?`Unexpected status code: ${t.status}`:t.bodyAsText,f=new tE.RestError(d,{statusCode:t.status,request:t.request,response:t});if(!u&&!(!((o=(s=t.parsedBody)===null||s===void 0?void 0:s.error)===null||o===void 0)&&o.code&&(!((A=(a=t.parsedBody)===null||a===void 0?void 0:a.error)===null||A===void 0)&&A.message)))throw f;let g=u?.bodyMapper,m=u?.headersMapper;try{if(t.parsedBody){let E=t.parsedBody,C;if(g){let w=E;if(e.isXML&&g.type.name===Ez.MapperTypeNames.Sequence){w=[];let S=g.xmlElementName;typeof E=="object"&&S&&(w=E[S])}C=e.serializer.deserialize(g,w,"error.response.parsedBody",n)}let I=E.error||C||E;f.code=I.code,I.message&&(f.message=I.message),g&&(f.response.parsedBody=C)}t.headers&&m&&(f.response.parsedHeaders=e.serializer.deserialize(m,t.headers.toJSON(),"operationRes.parsedHeaders"))}catch(E){f.message=`Error "${E.message}" occurred in deserializing the responseBody - "${t.bodyAsText}" for the default response.`}return{error:f,shouldReturnResponse:!1}}async function Dme(t,e,r,n,i){var s;if(!(!((s=r.request.streamResponseStatusCodes)===null||s===void 0)&&s.has(r.status))&&r.bodyAsText){let o=r.bodyAsText,a=r.headers.get("Content-Type")||"",A=a?a.split(";").map(c=>c.toLowerCase()):[];try{if(A.length===0||A.some(c=>t.indexOf(c)!==-1))return r.parsedBody=JSON.parse(o),r;if(A.some(c=>e.indexOf(c)!==-1)){if(!i)throw new Error("Parsing XML not supported.");let c=await i(o,n.xml);return r.parsedBody=c,r}}catch(c){let l=`Error "${c}" occurred while parsing the response body - ${r.bodyAsText}.`,u=c.code||tE.RestError.PARSE_ERROR;throw new tE.RestError(l,{code:u,statusCode:r.status,request:r.request,response:r})}}return r}});var nE=h(rE=>{"use strict";Object.defineProperty(rE,"__esModule",{value:!0});rE.getStreamingResponseStatusCodes=kme;rE.getPathStringFromParameter=Pme;var _me=Kf();function kme(t){let e=new Set;for(let r in t.responses){let n=t.responses[r];n.bodyMapper&&n.bodyMapper.type.name===_me.MapperTypeNames.Stream&&e.add(Number(r))}return e}function Pme(t){let{parameterPath:e,mapper:r}=t,n;return typeof e=="string"?n=e:Array.isArray(e)?n=e.join("."):n=r.serializedName,n}});var xS=h(Mo=>{"use strict";Object.defineProperty(Mo,"__esModule",{value:!0});Mo.serializationPolicyName=void 0;Mo.serializationPolicy=Tme;Mo.serializeHeaders=Cz;Mo.serializeRequestBody=Iz;var SS=Wf(),iE=Xf(),wS=Kf(),Zf=nE();Mo.serializationPolicyName="serializationPolicy";function Tme(t={}){let e=t.stringifyXML;return{name:Mo.serializationPolicyName,async sendRequest(r,n){let i=(0,iE.getOperationRequestInfo)(r),s=i?.operationSpec,o=i?.operationArguments;return s&&o&&(Cz(r,o,s),Iz(r,o,s,e)),n(r)}}}function Cz(t,e,r){var n,i;if(r.headerParameters)for(let o of r.headerParameters){let a=(0,iE.getOperationArgumentValueFromParameter)(e,o);if(a!=null||o.mapper.required){a=r.serializer.serialize(o.mapper,a,(0,Zf.getPathStringFromParameter)(o));let A=o.mapper.headerCollectionPrefix;if(A)for(let c of Object.keys(a))t.headers.set(A+c,a[c]);else t.headers.set(o.mapper.serializedName||(0,Zf.getPathStringFromParameter)(o),a)}}let s=(i=(n=e.options)===null||n===void 0?void 0:n.requestOptions)===null||i===void 0?void 0:i.customHeaders;if(s)for(let o of Object.keys(s))t.headers.set(o,s[o])}function Iz(t,e,r,n=function(){throw new Error("XML serialization unsupported!")}){var i,s,o,a,A;let c=(i=e.options)===null||i===void 0?void 0:i.serializerOptions,l={xml:{rootName:(s=c?.xml.rootName)!==null&&s!==void 0?s:"",includeRoot:(o=c?.xml.includeRoot)!==null&&o!==void 0?o:!1,xmlCharKey:(a=c?.xml.xmlCharKey)!==null&&a!==void 0?a:SS.XML_CHARKEY}},u=l.xml.xmlCharKey;if(r.requestBody&&r.requestBody.mapper){t.body=(0,iE.getOperationArgumentValueFromParameter)(e,r.requestBody);let d=r.requestBody.mapper,{required:f,serializedName:g,xmlName:m,xmlElementName:E,xmlNamespace:C,xmlNamespacePrefix:I,nullable:w}=d,S=d.type.name;try{if(t.body!==void 0&&t.body!==null||w&&t.body===null||f){let D=(0,Zf.getPathStringFromParameter)(r.requestBody);t.body=r.serializer.serialize(d,t.body,D,l);let O=S===wS.MapperTypeNames.Stream;if(r.isXML){let q=I?`xmlns:${I}`:"xmlns",P=Ome(C,q,S,t.body,l);S===wS.MapperTypeNames.Sequence?t.body=n(Mme(P,E||m||g,q,C),{rootName:m||g,xmlCharKey:u}):O||(t.body=n(P,{rootName:m||g,xmlCharKey:u}))}else{if(S===wS.MapperTypeNames.String&&(!((A=r.contentType)===null||A===void 0)&&A.match("text/plain")||r.mediaType==="text"))return;O||(t.body=JSON.stringify(t.body))}}}catch(D){throw new Error(`Error "${D.message}" occurred in serializing the payload - ${JSON.stringify(g,void 0," ")}.`)}}else if(r.formDataParameters&&r.formDataParameters.length>0){t.formData={};for(let d of r.formDataParameters){let f=(0,iE.getOperationArgumentValueFromParameter)(e,d);if(f!=null){let g=d.mapper.serializedName||(0,Zf.getPathStringFromParameter)(d);t.formData[g]=r.serializer.serialize(d.mapper,f,(0,Zf.getPathStringFromParameter)(d),l)}}}}function Ome(t,e,r,n,i){if(t&&!["Composite","Sequence","Dictionary"].includes(r)){let s={};return s[i.xml.xmlCharKey]=n,s[SS.XML_ATTRKEY]={[e]:t},s}return n}function Mme(t,e,r,n){if(Array.isArray(t)||(t=[t]),!r||!n)return{[e]:t};let i={[e]:t};return i[SS.XML_ATTRKEY]={[r]:n},i}});var RS=h(vS=>{"use strict";Object.defineProperty(vS,"__esModule",{value:!0});vS.createClientPipeline=Ume;var Lme=NS(),Bz=Hs(),Fme=xS();function Ume(t={}){let e=(0,Bz.createPipelineFromOptions)(t??{});return t.credentialOptions&&e.addPolicy((0,Bz.bearerTokenAuthenticationPolicy)({credential:t.credentialOptions.credential,scopes:t.credentialOptions.credentialScopes})),e.addPolicy((0,Fme.serializationPolicy)(t.serializationOptions),{phase:"Serialize"}),e.addPolicy((0,Lme.deserializationPolicy)(t.deserializationOptions),{phase:"Deserialize"}),e}});var Qz=h(_S=>{"use strict";Object.defineProperty(_S,"__esModule",{value:!0});_S.getCachedDefaultHttpClient=Hme;var qme=Hs(),DS;function Hme(){return DS||(DS=(0,qme.createDefaultHttpClient)()),DS}});var Sz=h(sE=>{"use strict";Object.defineProperty(sE,"__esModule",{value:!0});sE.getRequestUrl=jme;sE.appendQueryParams=wz;var Nz=Xf(),kS=nE(),zme={CSV:",",SSV:" ",Multi:"Multi",TSV:" ",Pipes:"|"};function jme(t,e,r,n){let i=Gme(e,r,n),s=!1,o=bz(t,i);if(e.path){let c=bz(e.path,i);e.path==="/{nextLink}"&&c.startsWith("/")&&(c=c.substring(1)),Yme(c)?(o=c,s=!0):o=Jme(o,c)}let{queryParams:a,sequenceParams:A}=Vme(e,r,n);return o=wz(o,a,A,s),o}function bz(t,e){let r=t;for(let[n,i]of e)r=r.split(n).join(i);return r}function Gme(t,e,r){var n;let i=new Map;if(!((n=t.urlParameters)===null||n===void 0)&&n.length)for(let s of t.urlParameters){let o=(0,Nz.getOperationArgumentValueFromParameter)(e,s,r),a=(0,kS.getPathStringFromParameter)(s);o=t.serializer.serialize(s.mapper,o,a),s.skipEncoding||(o=encodeURIComponent(o)),i.set(`{${s.mapper.serializedName||a}}`,o)}return i}function Yme(t){return t.includes("://")}function Jme(t,e){if(!e)return t;let r=new URL(t),n=r.pathname;n.endsWith("/")||(n=`${n}/`),e.startsWith("/")&&(e=e.substring(1));let i=e.indexOf("?");if(i!==-1){let s=e.substring(0,i),o=e.substring(i+1);n=n+s,o&&(r.search=r.search?`${r.search}&${o}`:o)}else n=n+e;return r.pathname=n,r.toString()}function Vme(t,e,r){var n;let i=new Map,s=new Set;if(!((n=t.queryParameters)===null||n===void 0)&&n.length)for(let o of t.queryParameters){o.mapper.type.name==="Sequence"&&o.mapper.serializedName&&s.add(o.mapper.serializedName);let a=(0,Nz.getOperationArgumentValueFromParameter)(e,o,r);if(a!=null||o.mapper.required){a=t.serializer.serialize(o.mapper,a,(0,kS.getPathStringFromParameter)(o));let A=o.collectionFormat?zme[o.collectionFormat]:"";if(Array.isArray(a)&&(a=a.map(c=>c??"")),o.collectionFormat==="Multi"&&a.length===0)continue;Array.isArray(a)&&(o.collectionFormat==="SSV"||o.collectionFormat==="TSV")&&(a=a.join(A)),o.skipEncoding||(Array.isArray(a)?a=a.map(c=>encodeURIComponent(c)):a=encodeURIComponent(a)),Array.isArray(a)&&(o.collectionFormat==="CSV"||o.collectionFormat==="Pipes")&&(a=a.join(A)),i.set(o.mapper.serializedName||(0,kS.getPathStringFromParameter)(o),a)}}return{queryParams:i,sequenceParams:s}}function Wme(t){let e=new Map;if(!t||t[0]!=="?")return e;t=t.slice(1);let r=t.split("&");for(let n of r){let[i,s]=n.split("=",2),o=e.get(i);o?Array.isArray(o)?o.push(s):e.set(i,[o,s]):e.set(i,s)}return e}function wz(t,e,r,n=!1){if(e.size===0)return t;let i=new URL(t),s=Wme(i.search);for(let[a,A]of e){let c=s.get(a);if(Array.isArray(c))if(Array.isArray(A)){c.push(...A);let l=new Set(c);s.set(a,Array.from(l))}else c.push(A);else c?(Array.isArray(A)?A.unshift(c):r.has(a)&&s.set(a,[c,A]),n||s.set(a,A)):s.set(a,A)}let o=[];for(let[a,A]of s)if(typeof A=="string")o.push(`${a}=${A}`);else if(Array.isArray(A))for(let c of A)o.push(`${a}=${c}`);else o.push(`${a}=${A}`);return i.search=o.length?`?${o.join("&")}`:"",i.toString()}});var PS=h(oE=>{"use strict";Object.defineProperty(oE,"__esModule",{value:!0});oE.logger=void 0;var $me=El();oE.logger=(0,$me.createClientLogger)("core-client")});var vz=h(aE=>{"use strict";Object.defineProperty(aE,"__esModule",{value:!0});aE.ServiceClient=void 0;var Kme=Hs(),Xme=RS(),xz=IS(),Zme=Qz(),epe=Xf(),tpe=Sz(),rpe=nE(),npe=PS(),TS=class{constructor(e={}){var r,n;if(this._requestContentType=e.requestContentType,this._endpoint=(r=e.endpoint)!==null&&r!==void 0?r:e.baseUri,e.baseUri&&npe.logger.warning("The baseUri option for SDK Clients has been deprecated, please use endpoint instead."),this._allowInsecureConnection=e.allowInsecureConnection,this._httpClient=e.httpClient||(0,Zme.getCachedDefaultHttpClient)(),this.pipeline=e.pipeline||ipe(e),!((n=e.additionalPolicies)===null||n===void 0)&&n.length)for(let{policy:i,position:s}of e.additionalPolicies){let o=s==="perRetry"?"Sign":void 0;this.pipeline.addPolicy(i,{afterPhase:o})}}async sendRequest(e){return this.pipeline.sendRequest(this._httpClient,e)}async sendOperationRequest(e,r){let n=r.baseUrl||this._endpoint;if(!n)throw new Error("If operationSpec.baseUrl is not specified, then the ServiceClient must have a endpoint string property that contains the base URL to use.");let i=(0,tpe.getRequestUrl)(n,r,e,this),s=(0,Kme.createPipelineRequest)({url:i});s.method=r.httpMethod;let o=(0,epe.getOperationRequestInfo)(s);o.operationSpec=r,o.operationArguments=e;let a=r.contentType||this._requestContentType;a&&r.requestBody&&s.headers.set("Content-Type",a);let A=e.options;if(A){let c=A.requestOptions;c&&(c.timeout&&(s.timeout=c.timeout),c.onUploadProgress&&(s.onUploadProgress=c.onUploadProgress),c.onDownloadProgress&&(s.onDownloadProgress=c.onDownloadProgress),c.shouldDeserialize!==void 0&&(o.shouldDeserialize=c.shouldDeserialize),c.allowInsecureConnection&&(s.allowInsecureConnection=!0)),A.abortSignal&&(s.abortSignal=A.abortSignal),A.tracingOptions&&(s.tracingOptions=A.tracingOptions)}this._allowInsecureConnection&&(s.allowInsecureConnection=!0),s.streamResponseStatusCodes===void 0&&(s.streamResponseStatusCodes=(0,rpe.getStreamingResponseStatusCodes)(r));try{let c=await this.sendRequest(s),l=(0,xz.flattenResponse)(c,r.responses[c.status]);return A?.onResponse&&A.onResponse(c,l),l}catch(c){if(typeof c=="object"&&c?.response){let l=c.response,u=(0,xz.flattenResponse)(l,r.responses[c.statusCode]||r.responses.default);c.details=u,A?.onResponse&&A.onResponse(l,u,c)}throw c}}};aE.ServiceClient=TS;function ipe(t){let e=spe(t),r=t.credential&&e?{credentialScopes:e,credential:t.credential}:void 0;return(0,Xme.createClientPipeline)(Object.assign(Object.assign({},t),{credentialOptions:r}))}function spe(t){if(t.credentialScopes)return t.credentialScopes;if(t.endpoint)return`${t.endpoint}/.default`;if(t.baseUri)return`${t.baseUri}/.default`;if(t.credential&&!t.credentialScopes)throw new Error("When using credentials, the ServiceClientOptions must contain either a endpoint or a credentialScopes. Unable to create a bearerTokenAuthenticationPolicy")}});var Dz=h(AE=>{"use strict";Object.defineProperty(AE,"__esModule",{value:!0});AE.parseCAEChallenge=Rz;AE.authorizeRequestOnClaimChallenge=Ape;var ope=PS(),ape=CS();function Rz(t){return`, ${t.trim()}`.split(", Bearer ").filter(r=>r).map(r=>`${r.trim()}, `.split('", ').filter(s=>s).map(s=>(([o,a])=>({[o]:a}))(s.trim().split('="'))).reduce((s,o)=>Object.assign(Object.assign({},s),o),{}))}async function Ape(t){var e;let{scopes:r,response:n}=t,i=t.logger||ope.logger,s=n.headers.get("WWW-Authenticate");if(!s)return i.info("The WWW-Authenticate header was missing. Failed to perform the Continuous Access Evaluation authentication flow."),!1;let a=(Rz(s)||[]).find(c=>c.claims);if(!a)return i.info('The WWW-Authenticate header was missing the necessary "claims" to perform the Continuous Access Evaluation authentication flow.'),!1;let A=await t.getAccessToken(a.scope?[a.scope]:r,{claims:(0,ape.decodeStringToString)(a.claims)});return A?(t.request.headers.set("Authorization",`${(e=A.tokenType)!==null&&e!==void 0?e:"Bearer"} ${A.token}`),!0):!1}});var kz=h(cE=>{"use strict";Object.defineProperty(cE,"__esModule",{value:!0});cE.authorizeRequestOnTenantChallenge=void 0;var _z={DefaultScope:"/.default",HeaderConstants:{AUTHORIZATION:"authorization"}};function cpe(t){return/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/.test(t)}var lpe=async t=>{var e;let r=gpe(t.request),n=fpe(t.response);if(n){let i=hpe(n),s=dpe(t,i),o=upe(i);if(!o)return!1;let a=await t.getAccessToken(s,Object.assign(Object.assign({},r),{tenantId:o}));return a?(t.request.headers.set(_z.HeaderConstants.AUTHORIZATION,`${(e=a.tokenType)!==null&&e!==void 0?e:"Bearer"} ${a.token}`),!0):!1}return!1};cE.authorizeRequestOnTenantChallenge=lpe;function upe(t){let n=new URL(t.authorization_uri).pathname.split("/")[1];if(n&&cpe(n))return n}function dpe(t,e){if(!e.resource_id)return t.scopes;let r=new URL(e.resource_id);r.pathname=_z.DefaultScope;let n=r.toString();return n==="https://disk.azure.com/.default"&&(n="https://disk.azure.com//.default"),[n]}function fpe(t){let e=t.headers.get("WWW-Authenticate");if(t.status===401&&e)return e}function hpe(t){return`${t.slice(7).trim()} `.split(" ").filter(i=>i).map(i=>(([s,o])=>({[s]:o}))(i.trim().split("="))).reduce((i,s)=>Object.assign(Object.assign({},i),s),{})}function gpe(t){return{abortSignal:t.abortSignal,requestOptions:{timeout:t.timeout},tracingOptions:t.tracingOptions}}});var OS=h(mt=>{"use strict";Object.defineProperty(mt,"__esModule",{value:!0});mt.authorizeRequestOnTenantChallenge=mt.authorizeRequestOnClaimChallenge=mt.serializationPolicyName=mt.serializationPolicy=mt.deserializationPolicyName=mt.deserializationPolicy=mt.XML_CHARKEY=mt.XML_ATTRKEY=mt.createClientPipeline=mt.ServiceClient=mt.MapperTypeNames=mt.createSerializer=void 0;var Pz=Kf();Object.defineProperty(mt,"createSerializer",{enumerable:!0,get:function(){return Pz.createSerializer}});Object.defineProperty(mt,"MapperTypeNames",{enumerable:!0,get:function(){return Pz.MapperTypeNames}});var mpe=vz();Object.defineProperty(mt,"ServiceClient",{enumerable:!0,get:function(){return mpe.ServiceClient}});var ppe=RS();Object.defineProperty(mt,"createClientPipeline",{enumerable:!0,get:function(){return ppe.createClientPipeline}});var Tz=Wf();Object.defineProperty(mt,"XML_ATTRKEY",{enumerable:!0,get:function(){return Tz.XML_ATTRKEY}});Object.defineProperty(mt,"XML_CHARKEY",{enumerable:!0,get:function(){return Tz.XML_CHARKEY}});var Oz=NS();Object.defineProperty(mt,"deserializationPolicy",{enumerable:!0,get:function(){return Oz.deserializationPolicy}});Object.defineProperty(mt,"deserializationPolicyName",{enumerable:!0,get:function(){return Oz.deserializationPolicyName}});var Mz=xS();Object.defineProperty(mt,"serializationPolicy",{enumerable:!0,get:function(){return Mz.serializationPolicy}});Object.defineProperty(mt,"serializationPolicyName",{enumerable:!0,get:function(){return Mz.serializationPolicyName}});var ype=Dz();Object.defineProperty(mt,"authorizeRequestOnClaimChallenge",{enumerable:!0,get:function(){return ype.authorizeRequestOnClaimChallenge}});var Epe=kz();Object.defineProperty(mt,"authorizeRequestOnTenantChallenge",{enumerable:!0,get:function(){return Epe.authorizeRequestOnTenantChallenge}})});var th=h(eA=>{"use strict";Object.defineProperty(eA,"__esModule",{value:!0});eA.HttpHeaders=void 0;eA.toPipelineRequest=Uz;eA.toWebResourceLike=qz;eA.toHttpHeadersLike=Hz;var Lz=Hs(),Fz=Symbol("Original PipelineRequest"),Cpe=Symbol.for("@azure/core-client original request");function Uz(t,e={}){let n=t[Fz],i=(0,Lz.createHttpHeaders)(t.headers.toJson({preserveCase:!0}));if(n)return n.headers=i,n;{let s=(0,Lz.createPipelineRequest)({url:t.url,method:t.method,headers:i,withCredentials:t.withCredentials,timeout:t.timeout,requestId:t.requestId,abortSignal:t.abortSignal,body:t.body,formData:t.formData,disableKeepAlive:!!t.keepAlive,onDownloadProgress:t.onDownloadProgress,onUploadProgress:t.onUploadProgress,proxySettings:t.proxySettings,streamResponseStatusCodes:t.streamResponseStatusCodes,agent:t.agent,requestOverrides:t.requestOverrides});return e.originalRequest&&(s[Cpe]=e.originalRequest),s}}function qz(t,e){var r;let n=(r=e?.originalRequest)!==null&&r!==void 0?r:t,i={url:t.url,method:t.method,headers:Hz(t.headers),withCredentials:t.withCredentials,timeout:t.timeout,requestId:t.headers.get("x-ms-client-request-id")||t.requestId,abortSignal:t.abortSignal,body:t.body,formData:t.formData,keepAlive:!!t.disableKeepAlive,onDownloadProgress:t.onDownloadProgress,onUploadProgress:t.onUploadProgress,proxySettings:t.proxySettings,streamResponseStatusCodes:t.streamResponseStatusCodes,agent:t.agent,requestOverrides:t.requestOverrides,clone(){throw new Error("Cannot clone a non-proxied WebResourceLike")},prepare(){throw new Error("WebResourceLike.prepare() is not supported by @azure/core-http-compat")},validateRequestProperties(){}};return e?.createProxy?new Proxy(i,{get(s,o,a){return o===Fz?t:o==="clone"?()=>qz(Uz(i,{originalRequest:n}),{createProxy:!0,originalRequest:n}):Reflect.get(s,o,a)},set(s,o,a,A){return o==="keepAlive"&&(t.disableKeepAlive=!a),typeof o=="string"&&["url","method","withCredentials","timeout","requestId","abortSignal","body","formData","onDownloadProgress","onUploadProgress","proxySettings","streamResponseStatusCodes","agent","requestOverrides"].includes(o)&&(t[o]=a),Reflect.set(s,o,a,A)}}):i}function Hz(t){return new lE(t.toJSON({preserveCase:!0}))}function eh(t){return t.toLowerCase()}var lE=class t{constructor(e){if(this._headersMap={},e)for(let r in e)this.set(r,e[r])}set(e,r){this._headersMap[eh(e)]={name:e,value:r.toString()}}get(e){let r=this._headersMap[eh(e)];return r?r.value:void 0}contains(e){return!!this._headersMap[eh(e)]}remove(e){let r=this.contains(e);return delete this._headersMap[eh(e)],r}rawHeaders(){return this.toJson({preserveCase:!0})}headersArray(){let e=[];for(let r in this._headersMap)e.push(this._headersMap[r]);return e}headerNames(){let e=[],r=this.headersArray();for(let n=0;n<r.length;++n)e.push(r[n].name);return e}headerValues(){let e=[],r=this.headersArray();for(let n=0;n<r.length;++n)e.push(r[n].value);return e}toJson(e={}){let r={};if(e.preserveCase)for(let n in this._headersMap){let i=this._headersMap[n];r[i.name]=i.value}else for(let n in this._headersMap){let i=this._headersMap[n];r[eh(i.name)]=i.value}return r}toString(){return JSON.stringify(this.toJson({preserveCase:!0}))}clone(){let e={};for(let r in this._headersMap){let n=this._headersMap[r];e[n.name]=n.value}return new t(e)}};eA.HttpHeaders=lE});var dE=h(uE=>{"use strict";Object.defineProperty(uE,"__esModule",{value:!0});uE.toCompatResponse=Bpe;uE.toPipelineResponse=Qpe;var Ipe=Hs(),MS=th(),zz=Symbol("Original FullOperationResponse");function Bpe(t,e){let r=(0,MS.toWebResourceLike)(t.request),n=(0,MS.toHttpHeadersLike)(t.headers);return e?.createProxy?new Proxy(t,{get(i,s,o){return s==="headers"?n:s==="request"?r:s===zz?t:Reflect.get(i,s,o)},set(i,s,o,a){return s==="headers"?n=o:s==="request"&&(r=o),Reflect.set(i,s,o,a)}}):Object.assign(Object.assign({},t),{request:r,headers:n})}function Qpe(t){let r=t[zz],n=(0,Ipe.createHttpHeaders)(t.headers.toJson({preserveCase:!0}));return r?(r.headers=n,r):Object.assign(Object.assign({},t),{headers:n,request:(0,MS.toPipelineRequest)(t.request)})}});var Gz=h(fE=>{"use strict";Object.defineProperty(fE,"__esModule",{value:!0});fE.ExtendedServiceClient=void 0;var jz=ES(),bpe=Hs(),Npe=OS(),wpe=dE(),LS=class extends Npe.ServiceClient{constructor(e){var r,n;super(e),((r=e.keepAliveOptions)===null||r===void 0?void 0:r.enable)===!1&&!(0,jz.pipelineContainsDisableKeepAlivePolicy)(this.pipeline)&&this.pipeline.addPolicy((0,jz.createDisableKeepAlivePolicy)()),((n=e.redirectOptions)===null||n===void 0?void 0:n.handleRedirects)===!1&&this.pipeline.removePolicy({name:bpe.redirectPolicyName})}async sendOperationRequest(e,r){var n;let i=(n=e?.options)===null||n===void 0?void 0:n.onResponse,s;function o(A,c,l){s=A,i&&i(A,c,l)}e.options=Object.assign(Object.assign({},e.options),{onResponse:o});let a=await super.sendOperationRequest(e,r);return s&&Object.defineProperty(a,"_response",{value:(0,wpe.toCompatResponse)(s)}),a}};fE.ExtendedServiceClient=LS});var Wz=h(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.requestPolicyFactoryPolicyName=Lo.HttpPipelineLogLevel=void 0;Lo.createRequestPolicyFactoryPolicy=xpe;var Yz=th(),Jz=dE(),Vz;(function(t){t[t.ERROR=1]="ERROR",t[t.INFO=3]="INFO",t[t.OFF=0]="OFF",t[t.WARNING=2]="WARNING"})(Vz||(Lo.HttpPipelineLogLevel=Vz={}));var Spe={log(t,e){},shouldLog(t){return!1}};Lo.requestPolicyFactoryPolicyName="RequestPolicyFactoryPolicy";function xpe(t){let e=t.slice().reverse();return{name:Lo.requestPolicyFactoryPolicyName,async sendRequest(r,n){let i={async sendRequest(a){let A=await n((0,Yz.toPipelineRequest)(a));return(0,Jz.toCompatResponse)(A,{createProxy:!0})}};for(let a of e)i=a.create(i,Spe);let s=(0,Yz.toWebResourceLike)(r,{createProxy:!0}),o=await i.sendRequest(s);return(0,Jz.toPipelineResponse)(o)}}}});var $z=h(FS=>{"use strict";Object.defineProperty(FS,"__esModule",{value:!0});FS.convertHttpClient=Dpe;var vpe=dE(),Rpe=th();function Dpe(t){return{sendRequest:async e=>{let r=await t.sendRequest((0,Rpe.toWebResourceLike)(e,{createProxy:!0}));return(0,vpe.toPipelineResponse)(r)}}}});var Kz=h(Or=>{"use strict";Object.defineProperty(Or,"__esModule",{value:!0});Or.toHttpHeadersLike=Or.convertHttpClient=Or.disableKeepAlivePolicyName=Or.HttpPipelineLogLevel=Or.createRequestPolicyFactoryPolicy=Or.requestPolicyFactoryPolicyName=Or.ExtendedServiceClient=void 0;var _pe=Gz();Object.defineProperty(Or,"ExtendedServiceClient",{enumerable:!0,get:function(){return _pe.ExtendedServiceClient}});var US=Wz();Object.defineProperty(Or,"requestPolicyFactoryPolicyName",{enumerable:!0,get:function(){return US.requestPolicyFactoryPolicyName}});Object.defineProperty(Or,"createRequestPolicyFactoryPolicy",{enumerable:!0,get:function(){return US.createRequestPolicyFactoryPolicy}});Object.defineProperty(Or,"HttpPipelineLogLevel",{enumerable:!0,get:function(){return US.HttpPipelineLogLevel}});var kpe=ES();Object.defineProperty(Or,"disableKeepAlivePolicyName",{enumerable:!0,get:function(){return kpe.disableKeepAlivePolicyName}});var Ppe=$z();Object.defineProperty(Or,"convertHttpClient",{enumerable:!0,get:function(){return Ppe.convertHttpClient}});var Tpe=th();Object.defineProperty(Or,"toHttpHeadersLike",{enumerable:!0,get:function(){return Tpe.toHttpHeadersLike}})});var Zz=h((EMe,Xz)=>{(()=>{"use strict";var t={d:(p,y)=>{for(var B in y)t.o(y,B)&&!t.o(p,B)&&Object.defineProperty(p,B,{enumerable:!0,get:y[B]})},o:(p,y)=>Object.prototype.hasOwnProperty.call(p,y),r:p=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(p,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(p,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{XMLBuilder:()=>uo,XMLParser:()=>e9,XMLValidator:()=>A9});let r=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=new RegExp("^["+r+"]["+r+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");function i(p,y){let B=[],x=y.exec(p);for(;x;){let b=[];b.startIndex=y.lastIndex-x[0].length;let N=x.length;for(let _=0;_<N;_++)b.push(x[_]);B.push(b),x=y.exec(p)}return B}let s=function(p){return n.exec(p)!=null},o={allowBooleanAttributes:!1,unpairedTags:[]};function a(p,y){y=Object.assign({},o,y);let B=[],x=!1,b=!1;p[0]==="\uFEFF"&&(p=p.substr(1));for(let N=0;N<p.length;N++)if(p[N]==="<"&&p[N+1]==="?"){if(N+=2,N=c(p,N),N.err)return N}else{if(p[N]!=="<"){if(A(p[N]))continue;return C("InvalidChar","char '"+p[N]+"' is not expected.",w(p,N))}{let _=N;if(N++,p[N]==="!"){N=l(p,N);continue}{let R=!1;p[N]==="/"&&(R=!0,N++);let T="";for(;N<p.length&&p[N]!==">"&&p[N]!==" "&&p[N]!==" "&&p[N]!==`
`&&p[N]!=="\r";N++)T+=p[N];if(T=T.trim(),T[T.length-1]==="/"&&(T=T.substring(0,T.length-1),N--),!s(T)){let Ae;return Ae=T.trim().length===0?"Invalid space after '<'.":"Tag '"+T+"' is an invalid name.",C("InvalidTag",Ae,w(p,N))}let G=f(p,N);if(G===!1)return C("InvalidAttr","Attributes for '"+T+"' have open quote.",w(p,N));let Ee=G.value;if(N=G.index,Ee[Ee.length-1]==="/"){let Ae=N-Ee.length;Ee=Ee.substring(0,Ee.length-1);let Fe=m(Ee,y);if(Fe!==!0)return C(Fe.err.code,Fe.err.msg,w(p,Ae+Fe.err.line));x=!0}else if(R){if(!G.tagClosed)return C("InvalidTag","Closing tag '"+T+"' doesn't have proper closing.",w(p,N));if(Ee.trim().length>0)return C("InvalidTag","Closing tag '"+T+"' can't have attributes or invalid starting.",w(p,_));if(B.length===0)return C("InvalidTag","Closing tag '"+T+"' has not been opened.",w(p,_));{let Ae=B.pop();if(T!==Ae.tagName){let Fe=w(p,Ae.tagStartPos);return C("InvalidTag","Expected closing tag '"+Ae.tagName+"' (opened in line "+Fe.line+", col "+Fe.col+") instead of closing tag '"+T+"'.",w(p,_))}B.length==0&&(b=!0)}}else{let Ae=m(Ee,y);if(Ae!==!0)return C(Ae.err.code,Ae.err.msg,w(p,N-Ee.length+Ae.err.line));if(b===!0)return C("InvalidXml","Multiple possible root nodes found.",w(p,N));y.unpairedTags.indexOf(T)!==-1||B.push({tagName:T,tagStartPos:_}),x=!0}for(N++;N<p.length;N++)if(p[N]==="<"){if(p[N+1]==="!"){N++,N=l(p,N);continue}if(p[N+1]!=="?")break;if(N=c(p,++N),N.err)return N}else if(p[N]==="&"){let Ae=E(p,N);if(Ae==-1)return C("InvalidChar","char '&' is not expected.",w(p,N));N=Ae}else if(b===!0&&!A(p[N]))return C("InvalidXml","Extra text at the end",w(p,N));p[N]==="<"&&N--}}}return x?B.length==1?C("InvalidTag","Unclosed tag '"+B[0].tagName+"'.",w(p,B[0].tagStartPos)):!(B.length>0)||C("InvalidXml","Invalid '"+JSON.stringify(B.map((N=>N.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):C("InvalidXml","Start tag expected.",1)}function A(p){return p===" "||p===" "||p===`
`||p==="\r"}function c(p,y){let B=y;for(;y<p.length;y++)if(!(p[y]!="?"&&p[y]!=" ")){let x=p.substr(B,y-B);if(y>5&&x==="xml")return C("InvalidXml","XML declaration allowed only at the start of the document.",w(p,y));if(p[y]=="?"&&p[y+1]==">"){y++;break}}return y}function l(p,y){if(p.length>y+5&&p[y+1]==="-"&&p[y+2]==="-"){for(y+=3;y<p.length;y++)if(p[y]==="-"&&p[y+1]==="-"&&p[y+2]===">"){y+=2;break}}else if(p.length>y+8&&p[y+1]==="D"&&p[y+2]==="O"&&p[y+3]==="C"&&p[y+4]==="T"&&p[y+5]==="Y"&&p[y+6]==="P"&&p[y+7]==="E"){let B=1;for(y+=8;y<p.length;y++)if(p[y]==="<")B++;else if(p[y]===">"&&(B--,B===0))break}else if(p.length>y+9&&p[y+1]==="["&&p[y+2]==="C"&&p[y+3]==="D"&&p[y+4]==="A"&&p[y+5]==="T"&&p[y+6]==="A"&&p[y+7]==="["){for(y+=8;y<p.length;y++)if(p[y]==="]"&&p[y+1]==="]"&&p[y+2]===">"){y+=2;break}}return y}let u='"',d="'";function f(p,y){let B="",x="",b=!1;for(;y<p.length;y++){if(p[y]===u||p[y]===d)x===""?x=p[y]:x!==p[y]||(x="");else if(p[y]===">"&&x===""){b=!0;break}B+=p[y]}return x===""&&{value:B,index:y,tagClosed:b}}let g=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function m(p,y){let B=i(p,g),x={};for(let b=0;b<B.length;b++){if(B[b][1].length===0)return C("InvalidAttr","Attribute '"+B[b][2]+"' has no space in starting.",S(B[b]));if(B[b][3]!==void 0&&B[b][4]===void 0)return C("InvalidAttr","Attribute '"+B[b][2]+"' is without value.",S(B[b]));if(B[b][3]===void 0&&!y.allowBooleanAttributes)return C("InvalidAttr","boolean attribute '"+B[b][2]+"' is not allowed.",S(B[b]));let N=B[b][2];if(!I(N))return C("InvalidAttr","Attribute '"+N+"' is an invalid name.",S(B[b]));if(x.hasOwnProperty(N))return C("InvalidAttr","Attribute '"+N+"' is repeated.",S(B[b]));x[N]=1}return!0}function E(p,y){if(p[++y]===";")return-1;if(p[y]==="#")return(function(x,b){let N=/\d/;for(x[b]==="x"&&(b++,N=/[\da-fA-F]/);b<x.length;b++){if(x[b]===";")return b;if(!x[b].match(N))break}return-1})(p,++y);let B=0;for(;y<p.length;y++,B++)if(!(p[y].match(/\w/)&&B<20)){if(p[y]===";")break;return-1}return y}function C(p,y,B){return{err:{code:p,msg:y,line:B.line||B,col:B.col}}}function I(p){return s(p)}function w(p,y){let B=p.substring(0,y).split(/\r?\n/);return{line:B.length,col:B[B.length-1].length+1}}function S(p){return p.startIndex+p[1].length}let D={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:function(p,y){return y},attributeValueProcessor:function(p,y){return y},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(p,y,B){return p},captureMetaData:!1},O;O=typeof Symbol!="function"?"@@xmlMetadata":Symbol("XML Node Metadata");class q{constructor(y){this.tagname=y,this.child=[],this[":@"]={}}add(y,B){y==="__proto__"&&(y="#__proto__"),this.child.push({[y]:B})}addChild(y,B){y.tagname==="__proto__"&&(y.tagname="#__proto__"),y[":@"]&&Object.keys(y[":@"]).length>0?this.child.push({[y.tagname]:y.child,":@":y[":@"]}):this.child.push({[y.tagname]:y.child}),B!==void 0&&(this.child[this.child.length-1][O]={startIndex:B})}static getMetaDataSymbol(){return O}}function P(p,y){let B={};if(p[y+3]!=="O"||p[y+4]!=="C"||p[y+5]!=="T"||p[y+6]!=="Y"||p[y+7]!=="P"||p[y+8]!=="E")throw new Error("Invalid Tag instead of DOCTYPE");{y+=9;let x=1,b=!1,N=!1,_="";for(;y<p.length;y++)if(p[y]!=="<"||N)if(p[y]===">"){if(N?p[y-1]==="-"&&p[y-2]==="-"&&(N=!1,x--):x--,x===0)break}else p[y]==="["?b=!0:_+=p[y];else{if(b&&rt(p,"!ENTITY",y)){let R,T;y+=7,[R,T,y]=be(p,y+1),T.indexOf("&")===-1&&(B[R]={regx:RegExp(`&${R};`,"g"),val:T})}else if(b&&rt(p,"!ELEMENT",y)){y+=8;let{index:R}=De(p,y+1);y=R}else if(b&&rt(p,"!ATTLIST",y))y+=8;else if(b&&rt(p,"!NOTATION",y)){y+=9;let{index:R}=ve(p,y+1);y=R}else{if(!rt(p,"!--",y))throw new Error("Invalid DOCTYPE");N=!0}x++,_=""}if(x!==0)throw new Error("Unclosed DOCTYPE")}return{entities:B,i:y}}let V=(p,y)=>{for(;y<p.length&&/\s/.test(p[y]);)y++;return y};function be(p,y){y=V(p,y);let B="";for(;y<p.length&&!/\s/.test(p[y])&&p[y]!=='"'&&p[y]!=="'";)B+=p[y],y++;if(Rr(B),y=V(p,y),p.substring(y,y+6).toUpperCase()==="SYSTEM")throw new Error("External entities are not supported");if(p[y]==="%")throw new Error("Parameter entities are not supported");let x="";return[y,x]=z(p,y,"entity"),[B,x,--y]}function ve(p,y){y=V(p,y);let B="";for(;y<p.length&&!/\s/.test(p[y]);)B+=p[y],y++;Rr(B),y=V(p,y);let x=p.substring(y,y+6).toUpperCase();if(x!=="SYSTEM"&&x!=="PUBLIC")throw new Error(`Expected SYSTEM or PUBLIC, found "${x}"`);y+=x.length,y=V(p,y);let b=null,N=null;if(x==="PUBLIC")[y,b]=z(p,y,"publicIdentifier"),p[y=V(p,y)]!=='"'&&p[y]!=="'"||([y,N]=z(p,y,"systemIdentifier"));else if(x==="SYSTEM"&&([y,N]=z(p,y,"systemIdentifier"),!N))throw new Error("Missing mandatory system identifier for SYSTEM notation");return{notationName:B,publicIdentifier:b,systemIdentifier:N,index:--y}}function z(p,y,B){let x="",b=p[y];if(b!=='"'&&b!=="'")throw new Error(`Expected quoted string, found "${b}"`);for(y++;y<p.length&&p[y]!==b;)x+=p[y],y++;if(p[y]!==b)throw new Error(`Unterminated ${B} value`);return[++y,x]}function De(p,y){y=V(p,y);let B="";for(;y<p.length&&!/\s/.test(p[y]);)B+=p[y],y++;if(!Rr(B))throw new Error(`Invalid element name: "${B}"`);let x="";if(p[y=V(p,y)]==="E"&&rt(p,"MPTY",y))y+=4;else if(p[y]==="A"&&rt(p,"NY",y))y+=2;else{if(p[y]!=="(")throw new Error(`Invalid Element Expression, found "${p[y]}"`);for(y++;y<p.length&&p[y]!==")";)x+=p[y],y++;if(p[y]!==")")throw new Error("Unterminated content model")}return{elementName:B,contentModel:x.trim(),index:y}}function rt(p,y,B){for(let x=0;x<y.length;x++)if(y[x]!==p[B+x+1])return!1;return!0}function Rr(p){if(s(p))return p;throw new Error(`Invalid entity name ${p}`)}let ar=/^[-+]?0x[a-fA-F0-9]+$/,Ao=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/,co={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0},bi=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function Ni(p){return typeof p=="function"?p:Array.isArray(p)?y=>{for(let B of p)if(typeof B=="string"&&y===B||B instanceof RegExp&&B.test(y))return!0}:()=>!1}class lo{constructor(y){this.options=y,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"\xA2"},pound:{regex:/&(pound|#163);/g,val:"\xA3"},yen:{regex:/&(yen|#165);/g,val:"\xA5"},euro:{regex:/&(euro|#8364);/g,val:"\u20AC"},copyright:{regex:/&(copy|#169);/g,val:"\xA9"},reg:{regex:/&(reg|#174);/g,val:"\xAE"},inr:{regex:/&(inr|#8377);/g,val:"\u20B9"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(B,x)=>String.fromCodePoint(Number.parseInt(x,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(B,x)=>String.fromCodePoint(Number.parseInt(x,16))}},this.addExternalEntities=Bs,this.parseXml=jK,this.parseTextData=Vt,this.resolveNameSpace=zn,this.buildAttributesMap=uB,this.isItStopNode=VK,this.replaceEntitiesValue=YK,this.readStopNodeData=WK,this.saveTextToParentTag=JK,this.addChild=GK,this.ignoreAttributesFn=Ni(this.options.ignoreAttributes)}}function Bs(p){let y=Object.keys(p);for(let B=0;B<y.length;B++){let x=y[B];this.lastEntities[x]={regex:new RegExp("&"+x+";","g"),val:p[x]}}}function Vt(p,y,B,x,b,N,_){if(p!==void 0&&(this.options.trimValues&&!x&&(p=p.trim()),p.length>0)){_||(p=this.replaceEntitiesValue(p));let R=this.options.tagValueProcessor(y,p,B,b,N);return R==null?p:typeof R!=typeof p||R!==p?R:this.options.trimValues||p.trim()===p?v_(p,this.options.parseTagValue,this.options.numberParseOptions):p}}function zn(p){if(this.options.removeNSPrefix){let y=p.split(":"),B=p.charAt(0)==="/"?"/":"";if(y[0]==="xmlns")return"";y.length===2&&(p=B+y[1])}return p}let wi=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function uB(p,y,B){if(this.options.ignoreAttributes!==!0&&typeof p=="string"){let x=i(p,wi),b=x.length,N={};for(let _=0;_<b;_++){let R=this.resolveNameSpace(x[_][1]);if(this.ignoreAttributesFn(R,y))continue;let T=x[_][4],G=this.options.attributeNamePrefix+R;if(R.length)if(this.options.transformAttributeName&&(G=this.options.transformAttributeName(G)),G==="__proto__"&&(G="#__proto__"),T!==void 0){this.options.trimValues&&(T=T.trim()),T=this.replaceEntitiesValue(T);let Ee=this.options.attributeValueProcessor(R,T,y);N[G]=Ee==null?T:typeof Ee!=typeof T||Ee!==T?Ee:v_(T,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(N[G]=!0)}if(!Object.keys(N).length)return;if(this.options.attributesGroupName){let _={};return _[this.options.attributesGroupName]=N,_}return N}}let jK=function(p){p=p.replace(/\r\n?/g,`
`);let y=new q("!xml"),B=y,x="",b="";for(let N=0;N<p.length;N++)if(p[N]==="<")if(p[N+1]==="/"){let _=ya(p,">",N,"Closing Tag is not closed."),R=p.substring(N+2,_).trim();if(this.options.removeNSPrefix){let Ee=R.indexOf(":");Ee!==-1&&(R=R.substr(Ee+1))}this.options.transformTagName&&(R=this.options.transformTagName(R)),B&&(x=this.saveTextToParentTag(x,B,b));let T=b.substring(b.lastIndexOf(".")+1);if(R&&this.options.unpairedTags.indexOf(R)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${R}>`);let G=0;T&&this.options.unpairedTags.indexOf(T)!==-1?(G=b.lastIndexOf(".",b.lastIndexOf(".")-1),this.tagsNodeStack.pop()):G=b.lastIndexOf("."),b=b.substring(0,G),B=this.tagsNodeStack.pop(),x="",N=_}else if(p[N+1]==="?"){let _=dB(p,N,!1,"?>");if(!_)throw new Error("Pi Tag is not closed.");if(x=this.saveTextToParentTag(x,B,b),!(this.options.ignoreDeclaration&&_.tagName==="?xml"||this.options.ignorePiTags)){let R=new q(_.tagName);R.add(this.options.textNodeName,""),_.tagName!==_.tagExp&&_.attrExpPresent&&(R[":@"]=this.buildAttributesMap(_.tagExp,b,_.tagName)),this.addChild(B,R,b,N)}N=_.closeIndex+1}else if(p.substr(N+1,3)==="!--"){let _=ya(p,"-->",N+4,"Comment is not closed.");if(this.options.commentPropName){let R=p.substring(N+4,_-2);x=this.saveTextToParentTag(x,B,b),B.add(this.options.commentPropName,[{[this.options.textNodeName]:R}])}N=_}else if(p.substr(N+1,2)==="!D"){let _=P(p,N);this.docTypeEntities=_.entities,N=_.i}else if(p.substr(N+1,2)==="!["){let _=ya(p,"]]>",N,"CDATA is not closed.")-2,R=p.substring(N+9,_);x=this.saveTextToParentTag(x,B,b);let T=this.parseTextData(R,B.tagname,b,!0,!1,!0,!0);T==null&&(T=""),this.options.cdataPropName?B.add(this.options.cdataPropName,[{[this.options.textNodeName]:R}]):B.add(this.options.textNodeName,T),N=_+2}else{let _=dB(p,N,this.options.removeNSPrefix),R=_.tagName,T=_.rawTagName,G=_.tagExp,Ee=_.attrExpPresent,Ae=_.closeIndex;this.options.transformTagName&&(R=this.options.transformTagName(R)),B&&x&&B.tagname!=="!xml"&&(x=this.saveTextToParentTag(x,B,b,!1));let Fe=B;Fe&&this.options.unpairedTags.indexOf(Fe.tagname)!==-1&&(B=this.tagsNodeStack.pop(),b=b.substring(0,b.lastIndexOf("."))),R!==y.tagname&&(b+=b?"."+R:R);let nt=N;if(this.isItStopNode(this.options.stopNodes,b,R)){let je="";if(G.length>0&&G.lastIndexOf("/")===G.length-1)R[R.length-1]==="/"?(R=R.substr(0,R.length-1),b=b.substr(0,b.length-1),G=R):G=G.substr(0,G.length-1),N=_.closeIndex;else if(this.options.unpairedTags.indexOf(R)!==-1)N=_.closeIndex;else{let zi=this.readStopNodeData(p,T,Ae+1);if(!zi)throw new Error(`Unexpected end of ${T}`);N=zi.i,je=zi.tagContent}let Wt=new q(R);R!==G&&Ee&&(Wt[":@"]=this.buildAttributesMap(G,b,R)),je&&(je=this.parseTextData(je,R,b,!0,Ee,!0,!0)),b=b.substr(0,b.lastIndexOf(".")),Wt.add(this.options.textNodeName,je),this.addChild(B,Wt,b,nt)}else{if(G.length>0&&G.lastIndexOf("/")===G.length-1){R[R.length-1]==="/"?(R=R.substr(0,R.length-1),b=b.substr(0,b.length-1),G=R):G=G.substr(0,G.length-1),this.options.transformTagName&&(R=this.options.transformTagName(R));let je=new q(R);R!==G&&Ee&&(je[":@"]=this.buildAttributesMap(G,b,R)),this.addChild(B,je,b,nt),b=b.substr(0,b.lastIndexOf("."))}else{let je=new q(R);this.tagsNodeStack.push(B),R!==G&&Ee&&(je[":@"]=this.buildAttributesMap(G,b,R)),this.addChild(B,je,b,nt),B=je}x="",N=Ae}}else x+=p[N];return y.child};function GK(p,y,B,x){this.options.captureMetaData||(x=void 0);let b=this.options.updateTag(y.tagname,B,y[":@"]);b===!1||(typeof b=="string"&&(y.tagname=b),p.addChild(y,x))}let YK=function(p){if(this.options.processEntities){for(let y in this.docTypeEntities){let B=this.docTypeEntities[y];p=p.replace(B.regx,B.val)}for(let y in this.lastEntities){let B=this.lastEntities[y];p=p.replace(B.regex,B.val)}if(this.options.htmlEntities)for(let y in this.htmlEntities){let B=this.htmlEntities[y];p=p.replace(B.regex,B.val)}p=p.replace(this.ampEntity.regex,this.ampEntity.val)}return p};function JK(p,y,B,x){return p&&(x===void 0&&(x=y.child.length===0),(p=this.parseTextData(p,y.tagname,B,!1,!!y[":@"]&&Object.keys(y[":@"]).length!==0,x))!==void 0&&p!==""&&y.add(this.options.textNodeName,p),p=""),p}function VK(p,y,B){let x="*."+B;for(let b in p){let N=p[b];if(x===N||y===N)return!0}return!1}function ya(p,y,B,x){let b=p.indexOf(y,B);if(b===-1)throw new Error(x);return b+y.length-1}function dB(p,y,B,x=">"){let b=(function(Ae,Fe,nt=">"){let je,Wt="";for(let zi=Fe;zi<Ae.length;zi++){let fo=Ae[zi];if(je)fo===je&&(je="");else if(fo==='"'||fo==="'")je=fo;else if(fo===nt[0]){if(!nt[1])return{data:Wt,index:zi};if(Ae[zi+1]===nt[1])return{data:Wt,index:zi}}else fo===" "&&(fo=" ");Wt+=fo}})(p,y+1,x);if(!b)return;let N=b.data,_=b.index,R=N.search(/\s/),T=N,G=!0;R!==-1&&(T=N.substring(0,R),N=N.substring(R+1).trimStart());let Ee=T;if(B){let Ae=T.indexOf(":");Ae!==-1&&(T=T.substr(Ae+1),G=T!==b.data.substr(Ae+1))}return{tagName:T,tagExp:N,closeIndex:_,attrExpPresent:G,rawTagName:Ee}}function WK(p,y,B){let x=B,b=1;for(;B<p.length;B++)if(p[B]==="<")if(p[B+1]==="/"){let N=ya(p,">",B,`${y} is not closed`);if(p.substring(B+2,N).trim()===y&&(b--,b===0))return{tagContent:p.substring(x,B),i:N};B=N}else if(p[B+1]==="?")B=ya(p,"?>",B+1,"StopNode is not closed.");else if(p.substr(B+1,3)==="!--")B=ya(p,"-->",B+3,"StopNode is not closed.");else if(p.substr(B+1,2)==="![")B=ya(p,"]]>",B,"StopNode is not closed.")-2;else{let N=dB(p,B,">");N&&((N&&N.tagName)===y&&N.tagExp[N.tagExp.length-1]!=="/"&&b++,B=N.closeIndex)}}function v_(p,y,B){if(y&&typeof p=="string"){let x=p.trim();return x==="true"||x!=="false"&&(function(b,N={}){if(N=Object.assign({},co,N),!b||typeof b!="string")return b;let _=b.trim();if(N.skipLike!==void 0&&N.skipLike.test(_))return b;if(b==="0")return 0;if(N.hex&&ar.test(_))return(function(T){if(parseInt)return parseInt(T,16);if(Number.parseInt)return Number.parseInt(T,16);if(window&&window.parseInt)return window.parseInt(T,16);throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")})(_);if(_.search(/.+[eE].+/)!==-1)return(function(T,G,Ee){if(!Ee.eNotation)return T;let Ae=G.match(bi);if(Ae){let Fe=Ae[1]||"",nt=Ae[3].indexOf("e")===-1?"E":"e",je=Ae[2],Wt=Fe?T[je.length+1]===nt:T[je.length]===nt;return je.length>1&&Wt?T:je.length!==1||!Ae[3].startsWith(`.${nt}`)&&Ae[3][0]!==nt?Ee.leadingZeros&&!Wt?(G=(Ae[1]||"")+Ae[3],Number(G)):T:Number(G)}return T})(b,_,N);{let T=Ao.exec(_);if(T){let G=T[1]||"",Ee=T[2],Ae=((R=T[3])&&R.indexOf(".")!==-1&&((R=R.replace(/0+$/,""))==="."?R="0":R[0]==="."?R="0"+R:R[R.length-1]==="."&&(R=R.substring(0,R.length-1))),R),Fe=G?b[Ee.length+1]===".":b[Ee.length]===".";if(!N.leadingZeros&&(Ee.length>1||Ee.length===1&&!Fe))return b;{let nt=Number(_),je=String(nt);if(nt===0||nt===-0)return nt;if(je.search(/[eE]/)!==-1)return N.eNotation?nt:b;if(_.indexOf(".")!==-1)return je==="0"||je===Ae||je===`${G}${Ae}`?nt:b;let Wt=Ee?Ae:_;return Ee?Wt===je||G+Wt===je?nt:b:Wt===je||Wt===G+je?nt:b}}return b}var R})(p,B)}return p!==void 0?p:""}let fB=q.getMetaDataSymbol();function $K(p,y){return R_(p,y)}function R_(p,y,B){let x,b={};for(let N=0;N<p.length;N++){let _=p[N],R=KK(_),T="";if(T=B===void 0?R:B+"."+R,R===y.textNodeName)x===void 0?x=_[R]:x+=""+_[R];else{if(R===void 0)continue;if(_[R]){let G=R_(_[R],y,T),Ee=ZK(G,y);_[fB]!==void 0&&(G[fB]=_[fB]),_[":@"]?XK(G,_[":@"],T,y):Object.keys(G).length!==1||G[y.textNodeName]===void 0||y.alwaysCreateTextNode?Object.keys(G).length===0&&(y.alwaysCreateTextNode?G[y.textNodeName]="":G=""):G=G[y.textNodeName],b[R]!==void 0&&b.hasOwnProperty(R)?(Array.isArray(b[R])||(b[R]=[b[R]]),b[R].push(G)):y.isArray(R,T,Ee)?b[R]=[G]:b[R]=G}}}return typeof x=="string"?x.length>0&&(b[y.textNodeName]=x):x!==void 0&&(b[y.textNodeName]=x),b}function KK(p){let y=Object.keys(p);for(let B=0;B<y.length;B++){let x=y[B];if(x!==":@")return x}}function XK(p,y,B,x){if(y){let b=Object.keys(y),N=b.length;for(let _=0;_<N;_++){let R=b[_];x.isArray(R,B+"."+R,!0,!0)?p[R]=[y[R]]:p[R]=y[R]}}}function ZK(p,y){let{textNodeName:B}=y,x=Object.keys(p).length;return x===0||!(x!==1||!p[B]&&typeof p[B]!="boolean"&&p[B]!==0)}class e9{constructor(y){this.externalEntities={},this.options=(function(B){return Object.assign({},D,B)})(y)}parse(y,B){if(typeof y!="string"){if(!y.toString)throw new Error("XML data is accepted in String or Bytes[] form.");y=y.toString()}if(B){B===!0&&(B={});let N=a(y,B);if(N!==!0)throw Error(`${N.err.msg}:${N.err.line}:${N.err.col}`)}let x=new lo(this.options);x.addExternalEntities(this.externalEntities);let b=x.parseXml(y);return this.options.preserveOrder||b===void 0?b:$K(b,this.options)}addEntity(y,B){if(B.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(y.indexOf("&")!==-1||y.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'");if(B==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[y]=B}static getMetaDataSymbol(){return q.getMetaDataSymbol()}}function t9(p,y){let B="";return y.format&&y.indentBy.length>0&&(B=`
`),D_(p,y,"",B)}function D_(p,y,B,x){let b="",N=!1;for(let _=0;_<p.length;_++){let R=p[_],T=r9(R);if(T===void 0)continue;let G="";if(G=B.length===0?T:`${B}.${T}`,T===y.textNodeName){let nt=R[T];n9(G,y)||(nt=y.tagValueProcessor(T,nt),nt=k_(nt,y)),N&&(b+=x),b+=nt,N=!1;continue}if(T===y.cdataPropName){N&&(b+=x),b+=`<![CDATA[${R[T][0][y.textNodeName]}]]>`,N=!1;continue}if(T===y.commentPropName){b+=x+`<!--${R[T][0][y.textNodeName]}-->`,N=!0;continue}if(T[0]==="?"){let nt=__(R[":@"],y),je=T==="?xml"?"":x,Wt=R[T][0][y.textNodeName];Wt=Wt.length!==0?" "+Wt:"",b+=je+`<${T}${Wt}${nt}?>`,N=!0;continue}let Ee=x;Ee!==""&&(Ee+=y.indentBy);let Ae=x+`<${T}${__(R[":@"],y)}`,Fe=D_(R[T],y,G,Ee);y.unpairedTags.indexOf(T)!==-1?y.suppressUnpairedNode?b+=Ae+">":b+=Ae+"/>":Fe&&Fe.length!==0||!y.suppressEmptyNode?Fe&&Fe.endsWith(">")?b+=Ae+`>${Fe}${x}</${T}>`:(b+=Ae+">",Fe&&x!==""&&(Fe.includes("/>")||Fe.includes("</"))?b+=x+y.indentBy+Fe+x:b+=Fe,b+=`</${T}>`):b+=Ae+"/>",N=!0}return b}function r9(p){let y=Object.keys(p);for(let B=0;B<y.length;B++){let x=y[B];if(p.hasOwnProperty(x)&&x!==":@")return x}}function __(p,y){let B="";if(p&&!y.ignoreAttributes)for(let x in p){if(!p.hasOwnProperty(x))continue;let b=y.attributeValueProcessor(x,p[x]);b=k_(b,y),b===!0&&y.suppressBooleanAttributes?B+=` ${x.substr(y.attributeNamePrefix.length)}`:B+=` ${x.substr(y.attributeNamePrefix.length)}="${b}"`}return B}function n9(p,y){let B=(p=p.substr(0,p.length-y.textNodeName.length-1)).substr(p.lastIndexOf(".")+1);for(let x in y.stopNodes)if(y.stopNodes[x]===p||y.stopNodes[x]==="*."+B)return!0;return!1}function k_(p,y){if(p&&p.length>0&&y.processEntities)for(let B=0;B<y.entities.length;B++){let x=y.entities[B];p=p.replace(x.regex,x.val)}return p}let i9={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(p,y){return y},attributeValueProcessor:function(p,y){return y},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1};function uo(p){this.options=Object.assign({},i9,p),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=Ni(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=a9),this.processTextOrObjNode=s9,this.options.format?(this.indentate=o9,this.tagEndChar=`>
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function s9(p,y,B,x){let b=this.j2x(p,B+1,x.concat(y));return p[this.options.textNodeName]!==void 0&&Object.keys(p).length===1?this.buildTextValNode(p[this.options.textNodeName],y,b.attrStr,B):this.buildObjectNode(b.val,y,b.attrStr,B)}function o9(p){return this.options.indentBy.repeat(p)}function a9(p){return!(!p.startsWith(this.options.attributeNamePrefix)||p===this.options.textNodeName)&&p.substr(this.attrPrefixLen)}uo.prototype.build=function(p){return this.options.preserveOrder?t9(p,this.options):(Array.isArray(p)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(p={[this.options.arrayNodeName]:p}),this.j2x(p,0,[]).val)},uo.prototype.j2x=function(p,y,B){let x="",b="",N=B.join(".");for(let _ in p)if(Object.prototype.hasOwnProperty.call(p,_))if(p[_]===void 0)this.isAttribute(_)&&(b+="");else if(p[_]===null)this.isAttribute(_)||_===this.options.cdataPropName?b+="":_[0]==="?"?b+=this.indentate(y)+"<"+_+"?"+this.tagEndChar:b+=this.indentate(y)+"<"+_+"/"+this.tagEndChar;else if(p[_]instanceof Date)b+=this.buildTextValNode(p[_],_,"",y);else if(typeof p[_]!="object"){let R=this.isAttribute(_);if(R&&!this.ignoreAttributesFn(R,N))x+=this.buildAttrPairStr(R,""+p[_]);else if(!R)if(_===this.options.textNodeName){let T=this.options.tagValueProcessor(_,""+p[_]);b+=this.replaceEntitiesValue(T)}else b+=this.buildTextValNode(p[_],_,"",y)}else if(Array.isArray(p[_])){let R=p[_].length,T="",G="";for(let Ee=0;Ee<R;Ee++){let Ae=p[_][Ee];if(Ae!==void 0)if(Ae===null)_[0]==="?"?b+=this.indentate(y)+"<"+_+"?"+this.tagEndChar:b+=this.indentate(y)+"<"+_+"/"+this.tagEndChar;else if(typeof Ae=="object")if(this.options.oneListGroup){let Fe=this.j2x(Ae,y+1,B.concat(_));T+=Fe.val,this.options.attributesGroupName&&Ae.hasOwnProperty(this.options.attributesGroupName)&&(G+=Fe.attrStr)}else T+=this.processTextOrObjNode(Ae,_,y,B);else if(this.options.oneListGroup){let Fe=this.options.tagValueProcessor(_,Ae);Fe=this.replaceEntitiesValue(Fe),T+=Fe}else T+=this.buildTextValNode(Ae,_,"",y)}this.options.oneListGroup&&(T=this.buildObjectNode(T,_,G,y)),b+=T}else if(this.options.attributesGroupName&&_===this.options.attributesGroupName){let R=Object.keys(p[_]),T=R.length;for(let G=0;G<T;G++)x+=this.buildAttrPairStr(R[G],""+p[_][R[G]])}else b+=this.processTextOrObjNode(p[_],_,y,B);return{attrStr:x,val:b}},uo.prototype.buildAttrPairStr=function(p,y){return y=this.options.attributeValueProcessor(p,""+y),y=this.replaceEntitiesValue(y),this.options.suppressBooleanAttributes&&y==="true"?" "+p:" "+p+'="'+y+'"'},uo.prototype.buildObjectNode=function(p,y,B,x){if(p==="")return y[0]==="?"?this.indentate(x)+"<"+y+B+"?"+this.tagEndChar:this.indentate(x)+"<"+y+B+this.closeTag(y)+this.tagEndChar;{let b="</"+y+this.tagEndChar,N="";return y[0]==="?"&&(N="?",b=""),!B&&B!==""||p.indexOf("<")!==-1?this.options.commentPropName!==!1&&y===this.options.commentPropName&&N.length===0?this.indentate(x)+`<!--${p}-->`+this.newLine:this.indentate(x)+"<"+y+B+N+this.tagEndChar+p+this.indentate(x)+b:this.indentate(x)+"<"+y+B+N+">"+p+b}},uo.prototype.closeTag=function(p){let y="";return this.options.unpairedTags.indexOf(p)!==-1?this.options.suppressUnpairedNode||(y="/"):y=this.options.suppressEmptyNode?"/":`></${p}`,y},uo.prototype.buildTextValNode=function(p,y,B,x){if(this.options.cdataPropName!==!1&&y===this.options.cdataPropName)return this.indentate(x)+`<![CDATA[${p}]]>`+this.newLine;if(this.options.commentPropName!==!1&&y===this.options.commentPropName)return this.indentate(x)+`<!--${p}-->`+this.newLine;if(y[0]==="?")return this.indentate(x)+"<"+y+B+"?"+this.tagEndChar;{let b=this.options.tagValueProcessor(y,p);return b=this.replaceEntitiesValue(b),b===""?this.indentate(x)+"<"+y+B+this.closeTag(y)+this.tagEndChar:this.indentate(x)+"<"+y+B+">"+b+"</"+y+this.tagEndChar}},uo.prototype.replaceEntitiesValue=function(p){if(p&&p.length>0&&this.options.processEntities)for(let y=0;y<this.options.entities.length;y++){let B=this.options.entities[y];p=p.replace(B.regex,B.val)}return p};let A9={validate:a};Xz.exports=e})()});var qS=h(Ll=>{"use strict";Object.defineProperty(Ll,"__esModule",{value:!0});Ll.XML_CHARKEY=Ll.XML_ATTRKEY=void 0;Ll.XML_ATTRKEY="$";Ll.XML_CHARKEY="_"});var rj=h(hE=>{"use strict";Object.defineProperty(hE,"__esModule",{value:!0});hE.stringifyXML=Lpe;hE.parseXML=Fpe;var HS=Zz(),ej=qS();function tj(t){var e;return{attributesGroupName:ej.XML_ATTRKEY,textNodeName:(e=t.xmlCharKey)!==null&&e!==void 0?e:ej.XML_CHARKEY,ignoreAttributes:!1,suppressBooleanAttributes:!1}}function Ope(t={}){var e,r;return Object.assign(Object.assign({},tj(t)),{attributeNamePrefix:"@_",format:!0,suppressEmptyNode:!0,indentBy:"",rootNodeName:(e=t.rootName)!==null&&e!==void 0?e:"root",cdataPropName:(r=t.cdataPropName)!==null&&r!==void 0?r:"__cdata"})}function Mpe(t={}){return Object.assign(Object.assign({},tj(t)),{parseAttributeValue:!1,parseTagValue:!1,attributeNamePrefix:"",stopNodes:t.stopNodes,processEntities:!0,trimValues:!1})}function Lpe(t,e={}){let r=Ope(e),n=new HS.XMLBuilder(r),i={[r.rootNodeName]:t};return`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>${n.build(i)}`.replace(/\n/g,"")}async function Fpe(t,e={}){if(!t)throw new Error("Document is empty");let r=HS.XMLValidator.validate(t);if(r!==!0)throw r;let i=new HS.XMLParser(Mpe(e)).parse(t);if(i["?xml"]&&delete i["?xml"],!e.includeRoot)for(let s of Object.keys(i)){let o=i[s];return typeof o=="object"?Object.assign({},o):o}return i}});var sj=h(As=>{"use strict";Object.defineProperty(As,"__esModule",{value:!0});As.XML_CHARKEY=As.XML_ATTRKEY=As.parseXML=As.stringifyXML=void 0;var nj=rj();Object.defineProperty(As,"stringifyXML",{enumerable:!0,get:function(){return nj.stringifyXML}});Object.defineProperty(As,"parseXML",{enumerable:!0,get:function(){return nj.parseXML}});var ij=qS();Object.defineProperty(As,"XML_ATTRKEY",{enumerable:!0,get:function(){return ij.XML_ATTRKEY}});Object.defineProperty(As,"XML_CHARKEY",{enumerable:!0,get:function(){return ij.XML_CHARKEY}})});var mE=h(gE=>{"use strict";Object.defineProperty(gE,"__esModule",{value:!0});gE.logger=void 0;var Upe=El();gE.logger=(0,Upe.createClientLogger)("core-lro")});var pE=h(Fl=>{"use strict";Object.defineProperty(Fl,"__esModule",{value:!0});Fl.terminalStates=Fl.POLL_INTERVAL_IN_MS=void 0;Fl.POLL_INTERVAL_IN_MS=2e3;Fl.terminalStates=["succeeded","canceled","failed"]});var yE=h(Fo=>{"use strict";Object.defineProperty(Fo,"__esModule",{value:!0});Fo.pollOperation=Fo.initOperation=Fo.deserializeState=void 0;var zS=mE(),aj=pE();function qpe(t){try{return JSON.parse(t).state}catch{throw new Error(`Unable to deserialize input state: ${t}`)}}Fo.deserializeState=qpe;function oj(t){let{state:e,stateProxy:r,isOperationError:n}=t;return i=>{throw n(i)&&(r.setError(e,i),r.setFailed(e)),i}}function Hpe(t,e){let r=t;return r.slice(-1)!=="."&&(r=r+"."),r+" "+e}function zpe(t){let e=t.message,r=t.code,n=t;for(;n.innererror;)n=n.innererror,r=n.code,e=Hpe(e,n.message);return{code:r,message:e}}function Aj(t){let{state:e,stateProxy:r,status:n,isDone:i,processResult:s,getError:o,response:a,setErrorAsResult:A}=t;switch(n){case"succeeded":{r.setSucceeded(e);break}case"failed":{let c=o?.(a),l="";if(c){let{code:d,message:f}=zpe(c);l=`. ${d}. ${f}`}let u=`The long-running operation has failed${l}`;r.setError(e,new Error(u)),r.setFailed(e),zS.logger.warning(u);break}case"canceled":{r.setCanceled(e);break}}(i?.(a,e)||i===void 0&&["succeeded","canceled"].concat(A?[]:["failed"]).includes(n))&&r.setResult(e,jpe({response:a,state:e,processResult:s}))}function jpe(t){let{processResult:e,response:r,state:n}=t;return e?e(r,n):r}async function Gpe(t){let{init:e,stateProxy:r,processResult:n,getOperationStatus:i,withOperationLocation:s,setErrorAsResult:o}=t,{operationLocation:a,resourceLocation:A,metadata:c,response:l}=await e();a&&s?.(a,!1);let u={metadata:c,operationLocation:a,resourceLocation:A};zS.logger.verbose("LRO: Operation description:",u);let d=r.initState(u),f=i({response:l,state:d,operationLocation:a});return Aj({state:d,status:f,stateProxy:r,response:l,setErrorAsResult:o,processResult:n}),d}Fo.initOperation=Gpe;async function Ype(t){let{poll:e,state:r,stateProxy:n,operationLocation:i,getOperationStatus:s,getResourceLocation:o,isOperationError:a,options:A}=t,c=await e(i,A).catch(oj({state:r,stateProxy:n,isOperationError:a})),l=s(c,r);if(zS.logger.verbose(`LRO: Status:
Polling from: ${r.config.operationLocation}
Operation status: ${l}
Polling status: ${aj.terminalStates.includes(l)?"Stopped":"Running"}`),l==="succeeded"){let u=o(c,r);if(u!==void 0)return{response:await e(u).catch(oj({state:r,stateProxy:n,isOperationError:a})),status:l}}return{response:c,status:l}}async function Jpe(t){let{poll:e,state:r,stateProxy:n,options:i,getOperationStatus:s,getResourceLocation:o,getOperationLocation:a,isOperationError:A,withOperationLocation:c,getPollingInterval:l,processResult:u,getError:d,updateState:f,setDelay:g,isDone:m,setErrorAsResult:E}=t,{operationLocation:C}=r.config;if(C!==void 0){let{response:I,status:w}=await Ype({poll:e,getOperationStatus:s,state:r,stateProxy:n,operationLocation:C,getResourceLocation:o,isOperationError:A,options:i});if(Aj({status:w,response:I,state:r,stateProxy:n,isDone:m,processResult:u,getError:d,setErrorAsResult:E}),!aj.terminalStates.includes(w)){let S=l?.(I);S&&g(S);let D=a?.(I,r);if(D!==void 0){let O=C!==D;r.config.operationLocation=D,c?.(D,O)}else c?.(C,!1)}f?.(r,I)}}Fo.pollOperation=Jpe});var JS=h(Tt=>{"use strict";Object.defineProperty(Tt,"__esModule",{value:!0});Tt.pollHttpOperation=Tt.isOperationError=Tt.getResourceLocation=Tt.getOperationStatus=Tt.getOperationLocation=Tt.initHttpOperation=Tt.getStatusFromInitialResponse=Tt.getErrorFromResponse=Tt.parseRetryAfter=Tt.inferLroMode=void 0;var cj=yE(),jS=mE();function lj(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}function uj(t){return t.headers.location}function dj(t){return t.headers["operation-location"]}function fj(t){return t.headers["azure-asyncoperation"]}function Vpe(t){var e;let{location:r,requestMethod:n,requestPath:i,resourceLocationConfig:s}=t;switch(n){case"PUT":return i;case"DELETE":return;case"PATCH":return(e=o())!==null&&e!==void 0?e:i;default:return o()}function o(){switch(s){case"azure-async-operation":return;case"original-uri":return i;default:return r}}}function hj(t){let{rawResponse:e,requestMethod:r,requestPath:n,resourceLocationConfig:i}=t,s=dj(e),o=fj(e),a=lj({operationLocation:s,azureAsyncOperation:o}),A=uj(e),c=r?.toLocaleUpperCase();return a!==void 0?{mode:"OperationLocation",operationLocation:a,resourceLocation:Vpe({requestMethod:c,location:A,requestPath:n,resourceLocationConfig:i})}:A!==void 0?{mode:"ResourceLocation",operationLocation:A}:c==="PUT"&&n?{mode:"Body",operationLocation:n}:void 0}Tt.inferLroMode=hj;function gj(t){let{status:e,statusCode:r}=t;if(typeof e!="string"&&e!==void 0)throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${e}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`);switch(e?.toLocaleLowerCase()){case void 0:return GS(r);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:return jS.logger.verbose(`LRO: unrecognized operation status: ${e}`),e}}function Wpe(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return gj({status:r,statusCode:t.statusCode})}function $pe(t){var e,r;let{properties:n,provisioningState:i}=(e=t.body)!==null&&e!==void 0?e:{},s=(r=n?.provisioningState)!==null&&r!==void 0?r:i;return gj({status:s,statusCode:t.statusCode})}function GS(t){return t===202?"running":t<300?"succeeded":"failed"}function mj({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?Kpe(new Date(e)):r*1e3}}Tt.parseRetryAfter=mj;function pj(t){let e=Cj(t,"error");if(!e){jS.logger.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){jS.logger.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}Tt.getErrorFromResponse=pj;function Kpe(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}function yj(t){let{response:e,state:r,operationLocation:n}=t;function i(){var o;switch((o=r.config.metadata)===null||o===void 0?void 0:o.mode){case void 0:return GS(e.rawResponse.statusCode);case"Body":return YS(e,r);default:return"running"}}let s=i();return s==="running"&&n===void 0?"succeeded":s}Tt.getStatusFromInitialResponse=yj;async function Xpe(t){let{stateProxy:e,resourceLocationConfig:r,processResult:n,lro:i,setErrorAsResult:s}=t;return(0,cj.initOperation)({init:async()=>{let o=await i.sendInitialRequest(),a=hj({rawResponse:o.rawResponse,requestPath:i.requestPath,requestMethod:i.requestMethod,resourceLocationConfig:r});return Object.assign({response:o,operationLocation:a?.operationLocation,resourceLocation:a?.resourceLocation},a?.mode?{metadata:{mode:a.mode}}:{})},stateProxy:e,processResult:n?({flatResponse:o},a)=>n(o,a):({flatResponse:o})=>o,getOperationStatus:yj,setErrorAsResult:s})}Tt.initHttpOperation=Xpe;function Ej({rawResponse:t},e){var r;switch((r=e.config.metadata)===null||r===void 0?void 0:r.mode){case"OperationLocation":return lj({operationLocation:dj(t),azureAsyncOperation:fj(t)});case"ResourceLocation":return uj(t);default:return}}Tt.getOperationLocation=Ej;function YS({rawResponse:t},e){var r;let n=(r=e.config.metadata)===null||r===void 0?void 0:r.mode;switch(n){case"OperationLocation":return Wpe(t);case"ResourceLocation":return GS(t.statusCode);case"Body":return $pe(t);default:throw new Error(`Internal error: Unexpected operation mode: ${n}`)}}Tt.getOperationStatus=YS;function Cj({flatResponse:t,rawResponse:e},r){var n,i;return(n=t?.[r])!==null&&n!==void 0?n:(i=e.body)===null||i===void 0?void 0:i[r]}function Ij(t,e){let r=Cj(t,"resourceLocation");return r&&typeof r=="string"&&(e.config.resourceLocation=r),e.config.resourceLocation}Tt.getResourceLocation=Ij;function Bj(t){return t.name==="RestError"}Tt.isOperationError=Bj;async function Zpe(t){let{lro:e,stateProxy:r,options:n,processResult:i,updateState:s,setDelay:o,state:a,setErrorAsResult:A}=t;return(0,cj.pollOperation)({state:a,stateProxy:r,setDelay:o,processResult:i?({flatResponse:c},l)=>i(c,l):({flatResponse:c})=>c,getError:pj,updateState:s,getPollingInterval:mj,getOperationLocation:Ej,getOperationStatus:YS,isOperationError:Bj,getResourceLocation:Ij,options:n,poll:async(c,l)=>e.sendPollRequest(c,l),setErrorAsResult:A})}Tt.pollHttpOperation=Zpe});var Qj=h(EE=>{"use strict";Object.defineProperty(EE,"__esModule",{value:!0});EE.buildCreatePoller=void 0;var VS=yE(),eye=pE(),tye=as(),rye=()=>({initState:t=>({status:"running",config:t}),setCanceled:t=>t.status="canceled",setError:(t,e)=>t.error=e,setResult:(t,e)=>t.result=e,setRunning:t=>t.status="running",setSucceeded:t=>t.status="succeeded",setFailed:t=>t.status="failed",getError:t=>t.error,getResult:t=>t.result,isCanceled:t=>t.status==="canceled",isFailed:t=>t.status==="failed",isRunning:t=>t.status==="running",isSucceeded:t=>t.status==="succeeded"});function nye(t){let{getOperationLocation:e,getStatusFromInitialResponse:r,getStatusFromPollResponse:n,isOperationError:i,getResourceLocation:s,getPollingInterval:o,getError:a,resolveOnUnsuccessful:A}=t;return async({init:c,poll:l},u)=>{let{processResult:d,updateState:f,withOperationLocation:g,intervalInMs:m=eye.POLL_INTERVAL_IN_MS,restoreFrom:E}=u||{},C=rye(),I=g?(()=>{let ve=!1;return(z,De)=>{De?g(z):ve||g(z),ve=!0}})():void 0,w=E?(0,VS.deserializeState)(E):await(0,VS.initOperation)({init:c,stateProxy:C,processResult:d,getOperationStatus:r,withOperationLocation:I,setErrorAsResult:!A}),S,D=new AbortController,O=new Map,q=async()=>O.forEach(ve=>ve(w)),P="Operation was canceled",V=m,be={getOperationState:()=>w,getResult:()=>w.result,isDone:()=>["succeeded","failed","canceled"].includes(w.status),isStopped:()=>S===void 0,stopPolling:()=>{D.abort()},toString:()=>JSON.stringify({state:w}),onProgress:ve=>{let z=Symbol();return O.set(z,ve),()=>O.delete(z)},pollUntilDone:ve=>S??(S=(async()=>{let{abortSignal:z}=ve||{};function De(){D.abort()}let rt=D.signal;z?.aborted?D.abort():rt.aborted||z?.addEventListener("abort",De,{once:!0});try{if(!be.isDone())for(await be.poll({abortSignal:rt});!be.isDone();)await(0,tye.delay)(V,{abortSignal:rt}),await be.poll({abortSignal:rt})}finally{z?.removeEventListener("abort",De)}if(A)return be.getResult();switch(w.status){case"succeeded":return be.getResult();case"canceled":throw new Error(P);case"failed":throw w.error;case"notStarted":case"running":throw new Error("Polling completed without succeeding or failing")}})().finally(()=>{S=void 0})),async poll(ve){if(A){if(be.isDone())return}else switch(w.status){case"succeeded":return;case"canceled":throw new Error(P);case"failed":throw w.error}if(await(0,VS.pollOperation)({poll:l,state:w,stateProxy:C,getOperationLocation:e,isOperationError:i,withOperationLocation:I,getPollingInterval:o,getOperationStatus:n,getResourceLocation:s,processResult:d,getError:a,updateState:f,options:ve,setDelay:z=>{V=z},setErrorAsResult:!A}),await q(),!A)switch(w.status){case"canceled":throw new Error(P);case"failed":throw w.error}}};return be}}EE.buildCreatePoller=nye});var bj=h(CE=>{"use strict";Object.defineProperty(CE,"__esModule",{value:!0});CE.createHttpPoller=void 0;var Uo=JS(),iye=Qj();async function sye(t,e){let{resourceLocationConfig:r,intervalInMs:n,processResult:i,restoreFrom:s,updateState:o,withOperationLocation:a,resolveOnUnsuccessful:A=!1}=e||{};return(0,iye.buildCreatePoller)({getStatusFromInitialResponse:Uo.getStatusFromInitialResponse,getStatusFromPollResponse:Uo.getOperationStatus,isOperationError:Uo.isOperationError,getOperationLocation:Uo.getOperationLocation,getResourceLocation:Uo.getResourceLocation,getPollingInterval:Uo.parseRetryAfter,getError:Uo.getErrorFromResponse,resolveOnUnsuccessful:A})({init:async()=>{let c=await t.sendInitialRequest(),l=(0,Uo.inferLroMode)({rawResponse:c.rawResponse,requestPath:t.requestPath,requestMethod:t.requestMethod,resourceLocationConfig:r});return Object.assign({response:c,operationLocation:l?.operationLocation,resourceLocation:l?.resourceLocation},l?.mode?{metadata:{mode:l.mode}}:{})},poll:t.sendPollRequest},{intervalInMs:n,withOperationLocation:a,restoreFrom:s,updateState:o,processResult:i?({flatResponse:c},l)=>i(c,l):({flatResponse:c})=>c})}CE.createHttpPoller=sye});var wj=h(IE=>{"use strict";Object.defineProperty(IE,"__esModule",{value:!0});IE.GenericPollOperation=void 0;var Nj=JS(),oye=mE(),aye=()=>({initState:t=>({config:t,isStarted:!0}),setCanceled:t=>t.isCancelled=!0,setError:(t,e)=>t.error=e,setResult:(t,e)=>t.result=e,setRunning:t=>t.isStarted=!0,setSucceeded:t=>t.isCompleted=!0,setFailed:()=>{},getError:t=>t.error,getResult:t=>t.result,isCanceled:t=>!!t.isCancelled,isFailed:t=>!!t.error,isRunning:t=>!!t.isStarted,isSucceeded:t=>!!(t.isCompleted&&!t.isCancelled&&!t.error)}),WS=class{constructor(e,r,n,i,s,o,a){this.state=e,this.lro=r,this.setErrorAsResult=n,this.lroResourceLocationConfig=i,this.processResult=s,this.updateState=o,this.isDone=a}setPollerConfig(e){this.pollerConfig=e}async update(e){var r;let n=aye();this.state.isStarted||(this.state=Object.assign(Object.assign({},this.state),await(0,Nj.initHttpOperation)({lro:this.lro,stateProxy:n,resourceLocationConfig:this.lroResourceLocationConfig,processResult:this.processResult,setErrorAsResult:this.setErrorAsResult})));let i=this.updateState,s=this.isDone;return!this.state.isCompleted&&this.state.error===void 0&&await(0,Nj.pollHttpOperation)({lro:this.lro,state:this.state,stateProxy:n,processResult:this.processResult,updateState:i?(o,{rawResponse:a})=>i(o,a):void 0,isDone:s?({flatResponse:o},a)=>s(o,a):void 0,options:e,setDelay:o=>{this.pollerConfig.intervalInMs=o},setErrorAsResult:this.setErrorAsResult}),(r=e?.fireProgress)===null||r===void 0||r.call(e,this.state),this}async cancel(){return oye.logger.error("`cancelOperation` is deprecated because it wasn't implemented"),this}toString(){return JSON.stringify({state:this.state})}};IE.GenericPollOperation=WS});var KS=h(qo=>{"use strict";Object.defineProperty(qo,"__esModule",{value:!0});qo.Poller=qo.PollerCancelledError=qo.PollerStoppedError=void 0;var BE=class t extends Error{constructor(e){super(e),this.name="PollerStoppedError",Object.setPrototypeOf(this,t.prototype)}};qo.PollerStoppedError=BE;var QE=class t extends Error{constructor(e){super(e),this.name="PollerCancelledError",Object.setPrototypeOf(this,t.prototype)}};qo.PollerCancelledError=QE;var $S=class{constructor(e){this.resolveOnUnsuccessful=!1,this.stopped=!0,this.pollProgressCallbacks=[],this.operation=e,this.promise=new Promise((r,n)=>{this.resolve=r,this.reject=n}),this.promise.catch(()=>{})}async startPolling(e={}){for(this.stopped&&(this.stopped=!1);!this.isStopped()&&!this.isDone();)await this.poll(e),await this.delay()}async pollOnce(e={}){this.isDone()||(this.operation=await this.operation.update({abortSignal:e.abortSignal,fireProgress:this.fireProgress.bind(this)})),this.processUpdatedState()}fireProgress(e){for(let r of this.pollProgressCallbacks)r(e)}async cancelOnce(e={}){this.operation=await this.operation.cancel(e)}poll(e={}){if(!this.pollOncePromise){this.pollOncePromise=this.pollOnce(e);let r=()=>{this.pollOncePromise=void 0};this.pollOncePromise.then(r,r).catch(this.reject)}return this.pollOncePromise}processUpdatedState(){if(this.operation.state.error&&(this.stopped=!0,!this.resolveOnUnsuccessful))throw this.reject(this.operation.state.error),this.operation.state.error;if(this.operation.state.isCancelled&&(this.stopped=!0,!this.resolveOnUnsuccessful)){let e=new QE("Operation was canceled");throw this.reject(e),e}this.isDone()&&this.resolve&&this.resolve(this.getResult())}async pollUntilDone(e={}){return this.stopped&&this.startPolling(e).catch(this.reject),this.processUpdatedState(),this.promise}onProgress(e){return this.pollProgressCallbacks.push(e),()=>{this.pollProgressCallbacks=this.pollProgressCallbacks.filter(r=>r!==e)}}isDone(){let e=this.operation.state;return!!(e.isCompleted||e.isCancelled||e.error)}stopPolling(){this.stopped||(this.stopped=!0,this.reject&&this.reject(new BE("This poller is already stopped")))}isStopped(){return this.stopped}cancelOperation(e={}){if(!this.cancelPromise)this.cancelPromise=this.cancelOnce(e);else if(e.abortSignal)throw new Error("A cancel request is currently pending");return this.cancelPromise}getOperationState(){return this.operation.state}getResult(){return this.operation.state.result}toString(){return this.operation.toString()}};qo.Poller=$S});var Sj=h(bE=>{"use strict";Object.defineProperty(bE,"__esModule",{value:!0});bE.LroEngine=void 0;var Aye=wj(),cye=pE(),lye=KS(),uye=yE(),XS=class extends lye.Poller{constructor(e,r){let{intervalInMs:n=cye.POLL_INTERVAL_IN_MS,resumeFrom:i,resolveOnUnsuccessful:s=!1,isDone:o,lroResourceLocationConfig:a,processResult:A,updateState:c}=r||{},l=i?(0,uye.deserializeState)(i):{},u=new Aye.GenericPollOperation(l,e,!s,a,A,c,o);super(u),this.resolveOnUnsuccessful=s,this.config={intervalInMs:n},u.setPollerConfig(this.config)}delay(){return new Promise(e=>setTimeout(()=>e(),this.config.intervalInMs))}};bE.LroEngine=XS});var xj=h(NE=>{"use strict";Object.defineProperty(NE,"__esModule",{value:!0});NE.LroEngine=void 0;var dye=Sj();Object.defineProperty(NE,"LroEngine",{enumerable:!0,get:function(){return dye.LroEngine}})});var Rj=h(vj=>{"use strict";Object.defineProperty(vj,"__esModule",{value:!0})});var Dj=h(tA=>{"use strict";Object.defineProperty(tA,"__esModule",{value:!0});tA.createHttpPoller=void 0;var ZS=(ii(),Si(ni)),fye=bj();Object.defineProperty(tA,"createHttpPoller",{enumerable:!0,get:function(){return fye.createHttpPoller}});ZS.__exportStar(xj(),tA);ZS.__exportStar(KS(),tA);ZS.__exportStar(Rj(),tA)});var tv=h(oe=>{"use strict";Object.defineProperty(oe,"__esModule",{value:!0});var Mr=Hs(),H=(ii(),Si(ni)),Ai=sz(),st=as(),qE=Kz(),sh=OS(),ix=sj(),hye=El(),HE=Lw(),Tx=Q("crypto"),gye=iS(),Ox=Q("stream"),mye=Dj(),zj=Q("events"),pye=Q("fs"),yye=Q("util"),Eye=Q("buffer");function zE(t){var e=Object.create(null);return t&&Object.keys(t).forEach(function(r){if(r!=="default"){var n=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,n.get?n:{enumerable:!0,get:function(){return t[r]}})}}),e.default=t,Object.freeze(e)}var Cye=zE(qE),Vl=zE(sh),Mx=zE(pye),Iye=zE(yye),Zt=hye.createClientLogger("storage-blob"),jl=class{constructor(e,r){this._nextPolicy=e,this._options=r}shouldLog(e){return this._options.shouldLog(e)}log(e,r){this._options.log(e,r)}},jj="12.27.0",Lx="2025-05-05",ex=256*1024*1024,tx=4e3*1024*1024,wE=5e4,Bye=8*1024*1024,sx=4*1024*1024,Qye=5,bye=100*1e3,Fx="https://storage.azure.com/.default",Pi={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}},Nye={HTTP_ACCEPTED:202},Ie={AUTHORIZATION:"Authorization",CONTENT_ENCODING:"Content-Encoding",CONTENT_ID:"Content-ID",CONTENT_LANGUAGE:"Content-Language",CONTENT_LENGTH:"Content-Length",CONTENT_MD5:"Content-Md5",CONTENT_TRANSFER_ENCODING:"Content-Transfer-Encoding",CONTENT_TYPE:"Content-Type",COOKIE:"Cookie",DATE:"date",IF_MATCH:"if-match",IF_MODIFIED_SINCE:"if-modified-since",IF_NONE_MATCH:"if-none-match",IF_UNMODIFIED_SINCE:"if-unmodified-since",PREFIX_FOR_STORAGE:"x-ms-",RANGE:"Range",X_MS_DATE:"x-ms-date",X_MS_ERROR_CODE:"x-ms-error-code",X_MS_VERSION:"x-ms-version"},cs="",Gj="*",wye=1*1024*1024,_j=256,Sye=4*wye,zs=`\r
`,Yj="HTTP/1.1",xye="AES256",vye="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",Rye=["Access-Control-Allow-Origin","Cache-Control","Content-Length","Content-Type","Date","Request-Id","traceparent","Transfer-Encoding","User-Agent","x-ms-client-request-id","x-ms-date","x-ms-error-code","x-ms-request-id","x-ms-return-client-request-id","x-ms-version","Accept-Ranges","Content-Disposition","Content-Encoding","Content-Language","Content-MD5","Content-Range","ETag","Last-Modified","Server","Vary","x-ms-content-crc64","x-ms-copy-action","x-ms-copy-completion-time","x-ms-copy-id","x-ms-copy-progress","x-ms-copy-status","x-ms-has-immutability-policy","x-ms-has-legal-hold","x-ms-lease-state","x-ms-lease-status","x-ms-range","x-ms-request-server-encrypted","x-ms-server-encrypted","x-ms-snapshot","x-ms-source-range","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","x-ms-access-tier","x-ms-access-tier-change-time","x-ms-access-tier-inferred","x-ms-account-kind","x-ms-archive-status","x-ms-blob-append-offset","x-ms-blob-cache-control","x-ms-blob-committed-block-count","x-ms-blob-condition-appendpos","x-ms-blob-condition-maxsize","x-ms-blob-content-disposition","x-ms-blob-content-encoding","x-ms-blob-content-language","x-ms-blob-content-length","x-ms-blob-content-md5","x-ms-blob-content-type","x-ms-blob-public-access","x-ms-blob-sequence-number","x-ms-blob-type","x-ms-copy-destination-snapshot","x-ms-creation-time","x-ms-default-encryption-scope","x-ms-delete-snapshots","x-ms-delete-type-permanent","x-ms-deny-encryption-scope-override","x-ms-encryption-algorithm","x-ms-if-sequence-number-eq","x-ms-if-sequence-number-le","x-ms-if-sequence-number-lt","x-ms-incremental-copy","x-ms-lease-action","x-ms-lease-break-period","x-ms-lease-duration","x-ms-lease-id","x-ms-lease-time","x-ms-page-write","x-ms-proposed-lease-id","x-ms-range-get-content-md5","x-ms-rehydrate-priority","x-ms-sequence-number-action","x-ms-sku-name","x-ms-source-content-md5","x-ms-source-if-match","x-ms-source-if-modified-since","x-ms-source-if-none-match","x-ms-source-if-unmodified-since","x-ms-tag-count","x-ms-encryption-key-sha256","x-ms-copy-source-error-code","x-ms-copy-source-status-code","x-ms-if-tags","x-ms-source-if-tags"],Dye=["comp","maxresults","rscc","rscd","rsce","rscl","rsct","se","si","sip","sp","spr","sr","srt","ss","st","sv","include","marker","prefix","copyid","restype","blockid","blocklisttype","delimiter","prevsnapshot","ske","skoid","sks","skt","sktid","skv","snapshot"],_ye="BlobUsesCustomerSpecifiedEncryption",kye="BlobDoesNotUseCustomerSpecifiedEncryption",Pye=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function Tye(t){let e=new URL(t),r=e.pathname;return r=r||"/",r=Mye(r),e.pathname=r,e.toString()}function Oye(t){let e="";if(t.search("DevelopmentStorageProxyUri=")!==-1){let r=t.split(";");for(let n of r)n.trim().startsWith("DevelopmentStorageProxyUri=")&&(e=n.trim().match("DevelopmentStorageProxyUri=(.*)")[1])}return e}function rA(t,e){let r=t.split(";");for(let n of r)if(n.trim().startsWith(e))return n.trim().match(e+"=(.*)")[1];return""}function Wl(t){let e="";t.startsWith("UseDevelopmentStorage=true")&&(e=Oye(t),t=vye);let r=rA(t,"BlobEndpoint");if(r=r.endsWith("/")?r.slice(0,-1):r,t.search("DefaultEndpointsProtocol=")!==-1&&t.search("AccountKey=")!==-1){let n="",i="",s=Buffer.from("accountKey","base64"),o="";if(i=rA(t,"AccountName"),s=Buffer.from(rA(t,"AccountKey"),"base64"),!r){n=rA(t,"DefaultEndpointsProtocol");let a=n.toLowerCase();if(a!=="https"&&a!=="http")throw new Error("Invalid DefaultEndpointsProtocol in the provided Connection String. Expecting 'https' or 'http'");if(o=rA(t,"EndpointSuffix"),!o)throw new Error("Invalid EndpointSuffix in the provided Connection String");r=`${n}://${i}.blob.${o}`}if(i){if(s.length===0)throw new Error("Invalid AccountKey in the provided Connection String")}else throw new Error("Invalid AccountName in the provided Connection String");return{kind:"AccountConnString",url:r,accountName:i,accountKey:s,proxyUri:e}}else{let n=rA(t,"SharedAccessSignature"),i=rA(t,"AccountName");if(i||(i=Kj(r)),r){if(!n)throw new Error("Invalid SharedAccessSignature in the provided SAS Connection String")}else throw new Error("Invalid BlobEndpoint in the provided SAS Connection String");return n.startsWith("?")&&(n=n.substring(1)),{kind:"SASConnString",url:r,accountName:i,accountSas:n}}}function Mye(t){return encodeURIComponent(t).replace(/%2F/g,"/").replace(/'/g,"%27").replace(/\+/g,"%20").replace(/%25/g,"%")}function Rt(t,e){let r=new URL(t),n=r.pathname;return n=n?n.endsWith("/")?`${n}${e}`:`${n}/${e}`:e,r.pathname=n,r.toString()}function js(t,e,r){let n=new URL(t),i=encodeURIComponent(e),s=r?encodeURIComponent(r):void 0,o=n.search===""?"?":n.search,a=[];for(let A of o.slice(1).split("&"))if(A){let[c]=A.split("=",2);c!==i&&a.push(A)}return s&&a.push(`${i}=${s}`),n.search=a.length?`?${a.join("&")}`:"",n.toString()}function kj(t,e){var r;return(r=new URL(t).searchParams.get(e))!==null&&r!==void 0?r:void 0}function Jj(t,e){let r=new URL(t);return r.hostname=e,r.toString()}function jE(t){try{return new URL(t).pathname}catch{return}}function Lye(t){try{let e=new URL(t);return e.protocol.endsWith(":")?e.protocol.slice(0,-1):e.protocol}catch{return}}function Fye(t){let e=new URL(t),r=e.pathname;if(!r)throw new RangeError("Invalid url without valid path.");let n=e.search||"";return n=n.trim(),n!==""&&(n=n.startsWith("?")?n:`?${n}`),`${r}${n}`}function Vj(t){let e=new URL(t).search;if(!e)return{};e=e.trim(),e=e.startsWith("?")?e.substring(1):e;let r=e.split("&");r=r.filter(i=>{let s=i.indexOf("="),o=i.lastIndexOf("=");return s>0&&s===o&&o<i.length-1});let n={};for(let i of r){let s=i.split("="),o=s[0],a=s[1];n[o]=a}return n}function oh(t,e){let r=new URL(t),n=r.search;return n?n+="&"+e:n=e,r.search=n,r.toString()}function Xe(t,e=!0){let r=t.toISOString();return e?r.substring(0,r.length-1)+"0000Z":r.substring(0,r.length-5)+"Z"}function Uye(t){return st.isNode?Buffer.from(t).toString("base64"):btoa(t)}function Pj(t,e){t.length>42&&(t=t.slice(0,42));let s=t+qye(e.toString(),48-t.length,"0");return Uye(s)}async function Wj(t,e,r){return new Promise((n,i)=>{let s,o=()=>{s!==void 0&&clearTimeout(s),i(r)};s=setTimeout(()=>{e!==void 0&&e.removeEventListener("abort",o),n()},t),e!==void 0&&e.addEventListener("abort",o)})}function qye(t,e,r=" "){return String.prototype.padStart?t.padStart(e,r):(r=r||" ",t.length>e?t:(e=e-t.length,e>r.length&&(r+=r.repeat(e/r.length)),r.slice(0,e)+t))}function $j(t,e){return t.toLocaleLowerCase()===e.toLocaleLowerCase()}function Kj(t){let e=new URL(t),r;try{return e.hostname.split(".")[1]==="blob"?r=e.hostname.split(".")[0]:Ux(e)?r=e.pathname.split("/")[1]:r="",r}catch{throw new Error("Unable to extract accountName with provided information.")}}function Ux(t){let e=t.host;return/^.*:.*:.*$|^(localhost|host.docker.internal)(:[0-9]+)?$|^(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])){3}(:[0-9]+)?$/.test(e)||!!t.port&&Pye.includes(t.port)}function iA(t){if(t===void 0)return;let e=[];for(let r in t)if(Object.prototype.hasOwnProperty.call(t,r)){let n=t[r];e.push(`${encodeURIComponent(r)}=${encodeURIComponent(n)}`)}return e.join("&")}function Hye(t){if(t===void 0)return;let e={blobTagSet:[]};for(let r in t)if(Object.prototype.hasOwnProperty.call(t,r)){let n=t[r];e.blobTagSet.push({key:r,value:n})}return e}function rh(t){if(t===void 0)return;let e={};for(let r of t.blobTagSet)e[r.key]=r.value;return e}function Tj(t){if(t!==void 0)switch(t.kind){case"csv":return{format:{type:"delimited",delimitedTextConfiguration:{columnSeparator:t.columnSeparator||",",fieldQuote:t.fieldQuote||"",recordSeparator:t.recordSeparator,escapeChar:t.escapeCharacter||"",headersPresent:t.hasHeaders||!1}}};case"json":return{format:{type:"json",jsonTextConfiguration:{recordSeparator:t.recordSeparator}}};case"arrow":return{format:{type:"arrow",arrowConfiguration:{schema:t.schema}}};case"parquet":return{format:{type:"parquet"}};default:throw Error("Invalid BlobQueryTextConfiguration.")}}function RE(t){if(!t||"policy-id"in t)return;let e=[];for(let r in t){let n=r.split("_"),i="or-";n[0].startsWith(i)&&(n[0]=n[0].substring(i.length));let s={ruleId:n[1],replicationStatus:t[r]},o=e.findIndex(a=>a.policyId===n[0]);o>-1?e[o].rules.push(s):e.push({policyId:n[0],rules:[s]})}return e}function ah(t){return t?t.scheme+" "+t.value:void 0}function Hl(t){return t.encoded?decodeURIComponent(t.content):t.content}function zye(t){return Object.assign(Object.assign({},t),{segment:{blobItems:t.segment.blobItems.map(e=>Object.assign(Object.assign({},e),{name:Hl(e.name)}))}})}function jye(t){var e;return Object.assign(Object.assign({},t),{segment:{blobPrefixes:(e=t.segment.blobPrefixes)===null||e===void 0?void 0:e.map(r=>Object.assign(Object.assign({},r),{name:Hl(r.name)})),blobItems:t.segment.blobItems.map(r=>Object.assign(Object.assign({},r),{name:Hl(r.name)}))}})}function*Oj(t){let e=[],r=[];t.pageRange&&(e=t.pageRange),t.clearRange&&(r=t.clearRange);let n=0,i=0;for(;n<e.length&&i<r.length;)e[n].start<r[i].start?(yield{start:e[n].start,end:e[n].end,isClear:!1},++n):(yield{start:r[i].start,end:r[i].end,isClear:!0},++i);for(;n<e.length;++n)yield{start:e[n].start,end:e[n].end,isClear:!1};for(;i<r.length;++i)yield{start:r[i].start,end:r[i].end,isClear:!0}}function SE(t){let e=t.split("/");for(let r=0;r<e.length;r++)e[r]=encodeURIComponent(e[r]);return e.join("/")}function W(t){if("_response"in t)return t;throw new TypeError(`Unexpected response object ${t}`)}oe.StorageRetryPolicyType=void 0;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(oe.StorageRetryPolicyType||(oe.StorageRetryPolicyType={}));var Ho={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:oe.StorageRetryPolicyType.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},Gye=new HE.AbortError("The operation was aborted."),DE=class extends jl{constructor(e,r,n=Ho){super(e,r),this.retryOptions={retryPolicyType:n.retryPolicyType?n.retryPolicyType:Ho.retryPolicyType,maxTries:n.maxTries&&n.maxTries>=1?Math.floor(n.maxTries):Ho.maxTries,tryTimeoutInMs:n.tryTimeoutInMs&&n.tryTimeoutInMs>=0?n.tryTimeoutInMs:Ho.tryTimeoutInMs,retryDelayInMs:n.retryDelayInMs&&n.retryDelayInMs>=0?Math.min(n.retryDelayInMs,n.maxRetryDelayInMs?n.maxRetryDelayInMs:Ho.maxRetryDelayInMs):Ho.retryDelayInMs,maxRetryDelayInMs:n.maxRetryDelayInMs&&n.maxRetryDelayInMs>=0?n.maxRetryDelayInMs:Ho.maxRetryDelayInMs,secondaryHost:n.secondaryHost?n.secondaryHost:Ho.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,n){let i=e.clone(),s=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||n%2===1;s||(i.url=Jj(i.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(i.url=js(i.url,Pi.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let o;try{if(Zt.info(`RetryPolicy: =====> Try=${n} ${s?"Primary":"Secondary"}`),o=await this._nextPolicy.sendRequest(i),!this.shouldRetry(s,n,o))return o;r=r||!s&&o.status===404}catch(a){if(Zt.error(`RetryPolicy: Caught error, message: ${a.message}, code: ${a.code}`),!this.shouldRetry(s,n,o,a))throw a}return await this.delay(s,n,e.abortSignal),this.attemptSendRequest(e,r,++n)}shouldRetry(e,r,n,i){if(r>=this.retryOptions.maxTries)return Zt.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let s=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(i){for(let o of s)if(i.name.toUpperCase().includes(o)||i.message.toUpperCase().includes(o)||i.code&&i.code.toString().toUpperCase()===o)return Zt.info(`RetryPolicy: Network error ${o} found, will retry.`),!0}if(n||i){let o=n?n.status:i?i.statusCode:0;if(!e&&o===404)return Zt.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(o===503||o===500)return Zt.info(`RetryPolicy: Will retry for status code ${o}.`),!0}return i?.code==="PARSE_ERROR"&&i?.message.startsWith('Error "Error: Unclosed root tag')?(Zt.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,n){let i=0;if(e)switch(this.retryOptions.retryPolicyType){case oe.StorageRetryPolicyType.EXPONENTIAL:i=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case oe.StorageRetryPolicyType.FIXED:i=this.retryOptions.retryDelayInMs;break}else i=Math.random()*1e3;return Zt.info(`RetryPolicy: Delay for ${i}ms`),Wj(i,n,Gye)}},_E=class{constructor(e){this.retryOptions=e}create(e,r){return new DE(e,r,this.retryOptions)}},Ah=class extends jl{sendRequest(e){return this._nextPolicy.sendRequest(this.signRequest(e))}signRequest(e){return e}},Yye=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1820,0,1823,1825,1827,1829,0,0,0,1837,2051,0,0,1843,0,3331,3354,3356,3358,3360,3362,3364,3366,3368,3370,0,0,0,0,0,0,0,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,0,0,1859,1860,1864,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,1868,0,1872,0]),Jye=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),Vye=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32786,0,0,0,0,0,33298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function Xj(t,e){return Wye(t,e)?-1:1}function Wye(t,e){let r=[Yye,Jye,Vye],n=0,i=0,s=0;for(;n<r.length;){if(n===r.length-1&&i!==s)return i>s;let o=i<t.length?r[n][t[i].charCodeAt(0)]:1,a=s<e.length?r[n][e[s].charCodeAt(0)]:1;if(o===1&&a===1)i=0,s=0,++n;else if(o===a)++i,++s;else if(o===0)++i;else if(a===0)++s;else return o<a}return!1}var kE=class extends Ah{constructor(e,r,n){super(e,r),this.factory=n}signRequest(e){e.headers.set(Ie.X_MS_DATE,new Date().toUTCString()),e.body&&(typeof e.body=="string"||e.body!==void 0)&&e.body.length>0&&e.headers.set(Ie.CONTENT_LENGTH,Buffer.byteLength(e.body));let r=[e.method.toUpperCase(),this.getHeaderValueToSign(e,Ie.CONTENT_LANGUAGE),this.getHeaderValueToSign(e,Ie.CONTENT_ENCODING),this.getHeaderValueToSign(e,Ie.CONTENT_LENGTH),this.getHeaderValueToSign(e,Ie.CONTENT_MD5),this.getHeaderValueToSign(e,Ie.CONTENT_TYPE),this.getHeaderValueToSign(e,Ie.DATE),this.getHeaderValueToSign(e,Ie.IF_MODIFIED_SINCE),this.getHeaderValueToSign(e,Ie.IF_MATCH),this.getHeaderValueToSign(e,Ie.IF_NONE_MATCH),this.getHeaderValueToSign(e,Ie.IF_UNMODIFIED_SINCE),this.getHeaderValueToSign(e,Ie.RANGE)].join(`
`)+`
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),n=this.factory.computeHMACSHA256(r);return e.headers.set(Ie.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${n}`),e}getHeaderValueToSign(e,r){let n=e.headers.get(r);return!n||r===Ie.CONTENT_LENGTH&&n==="0"?"":n}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(i=>i.name.toLowerCase().startsWith(Ie.PREFIX_FOR_STORAGE));r.sort((i,s)=>Xj(i.name.toLowerCase(),s.name.toLowerCase())),r=r.filter((i,s,o)=>!(s>0&&i.name.toLowerCase()===o[s-1].name.toLowerCase()));let n="";return r.forEach(i=>{n+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}
`}),n}getCanonicalizedResourceString(e){let r=jE(e.url)||"/",n="";n+=`/${this.factory.accountName}${r}`;let i=Vj(e.url),s={};if(i){let o=[];for(let a in i)if(Object.prototype.hasOwnProperty.call(i,a)){let A=a.toLowerCase();s[A]=i[a],o.push(A)}o.sort();for(let a of o)n+=`
${a}:${decodeURIComponent(s[a])}`}return n}},ch=class{create(e,r){throw new Error("Method should be implemented in children classes.")}},lt=class extends ch{constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new kE(e,r,this)}computeHMACSHA256(e){return Tx.createHmac("sha256",this.accountKey).update(e,"utf8").digest("base64")}},PE=class extends Ah{constructor(e,r){super(e,r)}},dt=class extends ch{create(e,r){return new PE(e,r)}},rx;function $ye(){return rx||(rx=Mr.createDefaultHttpClient()),rx}var Kye="storageBrowserPolicy";function Xye(){return{name:Kye,async sendRequest(t,e){return st.isNode||((t.method==="GET"||t.method==="HEAD")&&(t.url=js(t.url,Pi.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(Ie.COOKIE),t.headers.delete(Ie.CONTENT_LENGTH)),e(t)}}}var Zye="storageRetryPolicy",lh;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(lh||(lh={}));var Ul={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:lh.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},eEe=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"],tEe=new HE.AbortError("The operation was aborted.");function rEe(t={}){var e,r,n,i,s,o;let a=(e=t.retryPolicyType)!==null&&e!==void 0?e:Ul.retryPolicyType,A=(r=t.maxTries)!==null&&r!==void 0?r:Ul.maxTries,c=(n=t.retryDelayInMs)!==null&&n!==void 0?n:Ul.retryDelayInMs,l=(i=t.maxRetryDelayInMs)!==null&&i!==void 0?i:Ul.maxRetryDelayInMs,u=(s=t.secondaryHost)!==null&&s!==void 0?s:Ul.secondaryHost,d=(o=t.tryTimeoutInMs)!==null&&o!==void 0?o:Ul.tryTimeoutInMs;function f({isPrimaryRetry:m,attempt:E,response:C,error:I}){var w,S;if(E>=A)return Zt.info(`RetryPolicy: Attempt(s) ${E} >= maxTries ${A}, no further try.`),!1;if(I){for(let D of eEe)if(I.name.toUpperCase().includes(D)||I.message.toUpperCase().includes(D)||I.code&&I.code.toString().toUpperCase()===D)return Zt.info(`RetryPolicy: Network error ${D} found, will retry.`),!0;if(I?.code==="PARSE_ERROR"&&I?.message.startsWith('Error "Error: Unclosed root tag'))return Zt.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0}if(C||I){let D=(S=(w=C?.status)!==null&&w!==void 0?w:I?.statusCode)!==null&&S!==void 0?S:0;if(!m&&D===404)return Zt.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(D===503||D===500)return Zt.info(`RetryPolicy: Will retry for status code ${D}.`),!0}return!1}function g(m,E){let C=0;if(m)switch(a){case lh.EXPONENTIAL:C=Math.min((Math.pow(2,E-1)-1)*c,l);break;case lh.FIXED:C=c;break}else C=Math.random()*1e3;return Zt.info(`RetryPolicy: Delay for ${C}ms`),C}return{name:Zye,async sendRequest(m,E){d&&(m.url=js(m.url,Pi.Parameters.TIMEOUT,String(Math.floor(d/1e3))));let C=m.url,I=u?Jj(m.url,u):void 0,w=!1,S=1,D=!0,O,q;for(;D;){let P=w||!I||!["GET","HEAD","OPTIONS"].includes(m.method)||S%2===1;m.url=P?C:I,O=void 0,q=void 0;try{Zt.info(`RetryPolicy: =====> Try=${S} ${P?"Primary":"Secondary"}`),O=await E(m),w=w||!P&&O.status===404}catch(V){if(Mr.isRestError(V))Zt.error(`RetryPolicy: Caught error, message: ${V.message}, code: ${V.code}`),q=V;else throw Zt.error(`RetryPolicy: Caught error, message: ${st.getErrorMessage(V)}`),V}D=f({isPrimaryRetry:P,attempt:S,response:O,error:q}),D&&await Wj(g(P,S),m.abortSignal,tEe),S++}if(O)return O;throw q??new Mr.RestError("RetryPolicy failed without known error.")}}}var nEe="storageSharedKeyCredentialPolicy";function Zj(t){function e(s){s.headers.set(Ie.X_MS_DATE,new Date().toUTCString()),s.body&&(typeof s.body=="string"||Buffer.isBuffer(s.body))&&s.body.length>0&&s.headers.set(Ie.CONTENT_LENGTH,Buffer.byteLength(s.body));let o=[s.method.toUpperCase(),r(s,Ie.CONTENT_LANGUAGE),r(s,Ie.CONTENT_ENCODING),r(s,Ie.CONTENT_LENGTH),r(s,Ie.CONTENT_MD5),r(s,Ie.CONTENT_TYPE),r(s,Ie.DATE),r(s,Ie.IF_MODIFIED_SINCE),r(s,Ie.IF_MATCH),r(s,Ie.IF_NONE_MATCH),r(s,Ie.IF_UNMODIFIED_SINCE),r(s,Ie.RANGE)].join(`
`)+`
`+n(s)+i(s),a=Tx.createHmac("sha256",t.accountKey).update(o,"utf8").digest("base64");s.headers.set(Ie.AUTHORIZATION,`SharedKey ${t.accountName}:${a}`)}function r(s,o){let a=s.headers.get(o);return!a||o===Ie.CONTENT_LENGTH&&a==="0"?"":a}function n(s){let o=[];for(let[A,c]of s.headers)A.toLowerCase().startsWith(Ie.PREFIX_FOR_STORAGE)&&o.push({name:A,value:c});o.sort((A,c)=>Xj(A.name.toLowerCase(),c.name.toLowerCase())),o=o.filter((A,c,l)=>!(c>0&&A.name.toLowerCase()===l[c-1].name.toLowerCase()));let a="";return o.forEach(A=>{a+=`${A.name.toLowerCase().trimRight()}:${A.value.trimLeft()}
`}),a}function i(s){let o=jE(s.url)||"/",a="";a+=`/${t.accountName}${o}`;let A=Vj(s.url),c={};if(A){let l=[];for(let u in A)if(Object.prototype.hasOwnProperty.call(A,u)){let d=u.toLowerCase();c[d]=A[u],l.push(d)}l.sort();for(let u of l)a+=`
${u}:${decodeURIComponent(c[u])}`}return a}return{name:nEe,async sendRequest(s,o){return e(s),o(s)}}}var TE=class extends jl{constructor(e,r){super(e,r)}async sendRequest(e){return st.isNode?this._nextPolicy.sendRequest(e):((e.method.toUpperCase()==="GET"||e.method.toUpperCase()==="HEAD")&&(e.url=js(e.url,Pi.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),e.headers.remove(Ie.COOKIE),e.headers.remove(Ie.CONTENT_LENGTH),this._nextPolicy.sendRequest(e))}},OE=class{create(e,r){return new TE(e,r)}},iEe="StorageCorrectContentLengthPolicy";function sEe(){function t(e){e.body&&(typeof e.body=="string"||Buffer.isBuffer(e.body))&&e.body.length>0&&e.headers.set(Ie.CONTENT_LENGTH,Buffer.byteLength(e.body))}return{name:iEe,async sendRequest(e,r){return t(e),r(e)}}}function jo(t){if(!t||typeof t!="object")return!1;let e=t;return Array.isArray(e.factories)&&typeof e.options=="object"&&typeof e.toServiceClientOptions=="function"}var uh=class{constructor(e,r={}){this.factories=e,this.options=r}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}};function ut(t,e={}){t||(t=new dt);let r=new uh([],e);return r._credential=t,r}function oEe(t){let e=[aEe,rG,AEe,cEe,lEe,uEe,fEe];if(t.factories.length){let r=t.factories.filter(n=>!e.some(i=>i(n)));if(r.length){let n=r.some(i=>dEe(i));return{wrappedPolicies:qE.createRequestPolicyFactoryPolicy(r),afterRetry:n}}}}function eG(t){var e;let r=t.options,{httpClient:n}=r,i=H.__rest(r,["httpClient"]),s=t._coreHttpClient;s||(s=n?qE.convertHttpClient(n):$ye(),t._coreHttpClient=s);let o=t._corePipeline;if(!o){let a=`azsdk-js-azure-storage-blob/${jj}`,A=i.userAgentOptions&&i.userAgentOptions.userAgentPrefix?`${i.userAgentOptions.userAgentPrefix} ${a}`:`${a}`;o=sh.createClientPipeline(Object.assign(Object.assign({},i),{loggingOptions:{additionalAllowedHeaderNames:Rye,additionalAllowedQueryParameters:Dye,logger:Zt.info},userAgentOptions:{userAgentPrefix:A},serializationOptions:{stringifyXML:ix.stringifyXML,serializerOptions:{xml:{xmlCharKey:"#"}}},deserializationOptions:{parseXML:ix.parseXML,serializerOptions:{xml:{xmlCharKey:"#"}}}})),o.removePolicy({phase:"Retry"}),o.removePolicy({name:Mr.decompressResponsePolicyName}),o.addPolicy(sEe()),o.addPolicy(rEe(i.retryOptions),{phase:"Retry"}),o.addPolicy(Xye());let c=oEe(t);c&&o.addPolicy(c.wrappedPolicies,c.afterRetry?{afterPhase:"Retry"}:void 0);let l=tG(t);Ai.isTokenCredential(l)?o.addPolicy(Mr.bearerTokenAuthenticationPolicy({credential:l,scopes:(e=i.audience)!==null&&e!==void 0?e:Fx,challengeCallbacks:{authorizeRequestOnChallenge:sh.authorizeRequestOnTenantChallenge}}),{phase:"Sign"}):l instanceof lt&&o.addPolicy(Zj({accountName:l.accountName,accountKey:l.accountKey}),{phase:"Sign"}),t._corePipeline=o}return Object.assign(Object.assign({},i),{allowInsecureConnection:!0,httpClient:s,pipeline:o})}function tG(t){if(t._credential)return t._credential;let e=new dt;for(let r of t.factories)if(Ai.isTokenCredential(r.credential))e=r.credential;else if(rG(r))return r;return e}function rG(t){return t instanceof lt?!0:t.constructor.name==="StorageSharedKeyCredential"}function aEe(t){return t instanceof dt?!0:t.constructor.name==="AnonymousCredential"}function AEe(t){return Ai.isTokenCredential(t.credential)}function cEe(t){return t instanceof OE?!0:t.constructor.name==="StorageBrowserPolicyFactory"}function lEe(t){return t instanceof _E?!0:t.constructor.name==="StorageRetryPolicyFactory"}function uEe(t){return t.constructor.name==="TelemetryPolicyFactory"}function dEe(t){return t.constructor.name==="InjectorPolicyFactory"}function fEe(t){let e=["GenerateClientRequestIdPolicy","TracingPolicy","LogPolicy","ProxyPolicy","DisableResponseDecompressionPolicy","KeepAlivePolicy","DeserializationPolicy"],r={sendRequest:async o=>({request:o,headers:o.headers.clone(),status:500})},n={log(o,a){},shouldLog(o){return!1}},s=t.create(r,n).constructor.name;return e.some(o=>s.startsWith(o))}var qx={serializedName:"BlobServiceProperties",xmlName:"StorageServiceProperties",type:{name:"Composite",className:"BlobServiceProperties",modelProperties:{blobAnalyticsLogging:{serializedName:"Logging",xmlName:"Logging",type:{name:"Composite",className:"Logging"}},hourMetrics:{serializedName:"HourMetrics",xmlName:"HourMetrics",type:{name:"Composite",className:"Metrics"}},minuteMetrics:{serializedName:"MinuteMetrics",xmlName:"MinuteMetrics",type:{name:"Composite",className:"Metrics"}},cors:{serializedName:"Cors",xmlName:"Cors",xmlIsWrapped:!0,xmlElementName:"CorsRule",type:{name:"Sequence",element:{type:{name:"Composite",className:"CorsRule"}}}},defaultServiceVersion:{serializedName:"DefaultServiceVersion",xmlName:"DefaultServiceVersion",type:{name:"String"}},deleteRetentionPolicy:{serializedName:"DeleteRetentionPolicy",xmlName:"DeleteRetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}},staticWebsite:{serializedName:"StaticWebsite",xmlName:"StaticWebsite",type:{name:"Composite",className:"StaticWebsite"}}}}},hEe={serializedName:"Logging",type:{name:"Composite",className:"Logging",modelProperties:{version:{serializedName:"Version",required:!0,xmlName:"Version",type:{name:"String"}},deleteProperty:{serializedName:"Delete",required:!0,xmlName:"Delete",type:{name:"Boolean"}},read:{serializedName:"Read",required:!0,xmlName:"Read",type:{name:"Boolean"}},write:{serializedName:"Write",required:!0,xmlName:"Write",type:{name:"Boolean"}},retentionPolicy:{serializedName:"RetentionPolicy",xmlName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}}}}},gEe={serializedName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy",modelProperties:{enabled:{serializedName:"Enabled",required:!0,xmlName:"Enabled",type:{name:"Boolean"}},days:{constraints:{InclusiveMinimum:1},serializedName:"Days",xmlName:"Days",type:{name:"Number"}}}}},mEe={serializedName:"Metrics",type:{name:"Composite",className:"Metrics",modelProperties:{version:{serializedName:"Version",xmlName:"Version",type:{name:"String"}},enabled:{serializedName:"Enabled",required:!0,xmlName:"Enabled",type:{name:"Boolean"}},includeAPIs:{serializedName:"IncludeAPIs",xmlName:"IncludeAPIs",type:{name:"Boolean"}},retentionPolicy:{serializedName:"RetentionPolicy",xmlName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}}}}},pEe={serializedName:"CorsRule",type:{name:"Composite",className:"CorsRule",modelProperties:{allowedOrigins:{serializedName:"AllowedOrigins",required:!0,xmlName:"AllowedOrigins",type:{name:"String"}},allowedMethods:{serializedName:"AllowedMethods",required:!0,xmlName:"AllowedMethods",type:{name:"String"}},allowedHeaders:{serializedName:"AllowedHeaders",required:!0,xmlName:"AllowedHeaders",type:{name:"String"}},exposedHeaders:{serializedName:"ExposedHeaders",required:!0,xmlName:"ExposedHeaders",type:{name:"String"}},maxAgeInSeconds:{constraints:{InclusiveMinimum:0},serializedName:"MaxAgeInSeconds",required:!0,xmlName:"MaxAgeInSeconds",type:{name:"Number"}}}}},yEe={serializedName:"StaticWebsite",type:{name:"Composite",className:"StaticWebsite",modelProperties:{enabled:{serializedName:"Enabled",required:!0,xmlName:"Enabled",type:{name:"Boolean"}},indexDocument:{serializedName:"IndexDocument",xmlName:"IndexDocument",type:{name:"String"}},errorDocument404Path:{serializedName:"ErrorDocument404Path",xmlName:"ErrorDocument404Path",type:{name:"String"}},defaultIndexDocumentPath:{serializedName:"DefaultIndexDocumentPath",xmlName:"DefaultIndexDocumentPath",type:{name:"String"}}}}},J={serializedName:"StorageError",type:{name:"Composite",className:"StorageError",modelProperties:{message:{serializedName:"Message",xmlName:"Message",type:{name:"String"}},code:{serializedName:"Code",xmlName:"Code",type:{name:"String"}},authenticationErrorDetail:{serializedName:"AuthenticationErrorDetail",xmlName:"AuthenticationErrorDetail",type:{name:"String"}}}}},nG={serializedName:"BlobServiceStatistics",xmlName:"StorageServiceStats",type:{name:"Composite",className:"BlobServiceStatistics",modelProperties:{geoReplication:{serializedName:"GeoReplication",xmlName:"GeoReplication",type:{name:"Composite",className:"GeoReplication"}}}}},EEe={serializedName:"GeoReplication",type:{name:"Composite",className:"GeoReplication",modelProperties:{status:{serializedName:"Status",required:!0,xmlName:"Status",type:{name:"Enum",allowedValues:["live","bootstrap","unavailable"]}},lastSyncOn:{serializedName:"LastSyncTime",required:!0,xmlName:"LastSyncTime",type:{name:"DateTimeRfc1123"}}}}},iG={serializedName:"ListContainersSegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListContainersSegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:!0,xmlName:"ServiceEndpoint",xmlIsAttribute:!0,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},containerItems:{serializedName:"ContainerItems",required:!0,xmlName:"Containers",xmlIsWrapped:!0,xmlElementName:"Container",type:{name:"Sequence",element:{type:{name:"Composite",className:"ContainerItem"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}},CEe={serializedName:"ContainerItem",xmlName:"Container",type:{name:"Composite",className:"ContainerItem",modelProperties:{name:{serializedName:"Name",required:!0,xmlName:"Name",type:{name:"String"}},deleted:{serializedName:"Deleted",xmlName:"Deleted",type:{name:"Boolean"}},version:{serializedName:"Version",xmlName:"Version",type:{name:"String"}},properties:{serializedName:"Properties",xmlName:"Properties",type:{name:"Composite",className:"ContainerProperties"}},metadata:{serializedName:"Metadata",xmlName:"Metadata",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}},IEe={serializedName:"ContainerProperties",type:{name:"Composite",className:"ContainerProperties",modelProperties:{lastModified:{serializedName:"Last-Modified",required:!0,xmlName:"Last-Modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"Etag",required:!0,xmlName:"Etag",type:{name:"String"}},leaseStatus:{serializedName:"LeaseStatus",xmlName:"LeaseStatus",type:{name:"Enum",allowedValues:["locked","unlocked"]}},leaseState:{serializedName:"LeaseState",xmlName:"LeaseState",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseDuration:{serializedName:"LeaseDuration",xmlName:"LeaseDuration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},publicAccess:{serializedName:"PublicAccess",xmlName:"PublicAccess",type:{name:"Enum",allowedValues:["container","blob"]}},hasImmutabilityPolicy:{serializedName:"HasImmutabilityPolicy",xmlName:"HasImmutabilityPolicy",type:{name:"Boolean"}},hasLegalHold:{serializedName:"HasLegalHold",xmlName:"HasLegalHold",type:{name:"Boolean"}},defaultEncryptionScope:{serializedName:"DefaultEncryptionScope",xmlName:"DefaultEncryptionScope",type:{name:"String"}},preventEncryptionScopeOverride:{serializedName:"DenyEncryptionScopeOverride",xmlName:"DenyEncryptionScopeOverride",type:{name:"Boolean"}},deletedOn:{serializedName:"DeletedTime",xmlName:"DeletedTime",type:{name:"DateTimeRfc1123"}},remainingRetentionDays:{serializedName:"RemainingRetentionDays",xmlName:"RemainingRetentionDays",type:{name:"Number"}},isImmutableStorageWithVersioningEnabled:{serializedName:"ImmutableStorageWithVersioningEnabled",xmlName:"ImmutableStorageWithVersioningEnabled",type:{name:"Boolean"}}}}},sG={serializedName:"KeyInfo",type:{name:"Composite",className:"KeyInfo",modelProperties:{startsOn:{serializedName:"Start",required:!0,xmlName:"Start",type:{name:"String"}},expiresOn:{serializedName:"Expiry",required:!0,xmlName:"Expiry",type:{name:"String"}}}}},oG={serializedName:"UserDelegationKey",type:{name:"Composite",className:"UserDelegationKey",modelProperties:{signedObjectId:{serializedName:"SignedOid",required:!0,xmlName:"SignedOid",type:{name:"String"}},signedTenantId:{serializedName:"SignedTid",required:!0,xmlName:"SignedTid",type:{name:"String"}},signedStartsOn:{serializedName:"SignedStart",required:!0,xmlName:"SignedStart",type:{name:"String"}},signedExpiresOn:{serializedName:"SignedExpiry",required:!0,xmlName:"SignedExpiry",type:{name:"String"}},signedService:{serializedName:"SignedService",required:!0,xmlName:"SignedService",type:{name:"String"}},signedVersion:{serializedName:"SignedVersion",required:!0,xmlName:"SignedVersion",type:{name:"String"}},value:{serializedName:"Value",required:!0,xmlName:"Value",type:{name:"String"}}}}},Hx={serializedName:"FilterBlobSegment",xmlName:"EnumerationResults",type:{name:"Composite",className:"FilterBlobSegment",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:!0,xmlName:"ServiceEndpoint",xmlIsAttribute:!0,type:{name:"String"}},where:{serializedName:"Where",required:!0,xmlName:"Where",type:{name:"String"}},blobs:{serializedName:"Blobs",required:!0,xmlName:"Blobs",xmlIsWrapped:!0,xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"FilterBlobItem"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}},BEe={serializedName:"FilterBlobItem",xmlName:"Blob",type:{name:"Composite",className:"FilterBlobItem",modelProperties:{name:{serializedName:"Name",required:!0,xmlName:"Name",type:{name:"String"}},containerName:{serializedName:"ContainerName",required:!0,xmlName:"ContainerName",type:{name:"String"}},tags:{serializedName:"Tags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags"}}}}},zx={serializedName:"BlobTags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags",modelProperties:{blobTagSet:{serializedName:"BlobTagSet",required:!0,xmlName:"TagSet",xmlIsWrapped:!0,xmlElementName:"Tag",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobTag"}}}}}}},QEe={serializedName:"BlobTag",xmlName:"Tag",type:{name:"Composite",className:"BlobTag",modelProperties:{key:{serializedName:"Key",required:!0,xmlName:"Key",type:{name:"String"}},value:{serializedName:"Value",required:!0,xmlName:"Value",type:{name:"String"}}}}},bEe={serializedName:"SignedIdentifier",xmlName:"SignedIdentifier",type:{name:"Composite",className:"SignedIdentifier",modelProperties:{id:{serializedName:"Id",required:!0,xmlName:"Id",type:{name:"String"}},accessPolicy:{serializedName:"AccessPolicy",xmlName:"AccessPolicy",type:{name:"Composite",className:"AccessPolicy"}}}}},NEe={serializedName:"AccessPolicy",type:{name:"Composite",className:"AccessPolicy",modelProperties:{startsOn:{serializedName:"Start",xmlName:"Start",type:{name:"String"}},expiresOn:{serializedName:"Expiry",xmlName:"Expiry",type:{name:"String"}},permissions:{serializedName:"Permission",xmlName:"Permission",type:{name:"String"}}}}},aG={serializedName:"ListBlobsFlatSegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListBlobsFlatSegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:!0,xmlName:"ServiceEndpoint",xmlIsAttribute:!0,type:{name:"String"}},containerName:{serializedName:"ContainerName",required:!0,xmlName:"ContainerName",xmlIsAttribute:!0,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},segment:{serializedName:"Segment",xmlName:"Blobs",type:{name:"Composite",className:"BlobFlatListSegment"}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}},wEe={serializedName:"BlobFlatListSegment",xmlName:"Blobs",type:{name:"Composite",className:"BlobFlatListSegment",modelProperties:{blobItems:{serializedName:"BlobItems",required:!0,xmlName:"BlobItems",xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobItemInternal"}}}}}}},SEe={serializedName:"BlobItemInternal",xmlName:"Blob",type:{name:"Composite",className:"BlobItemInternal",modelProperties:{name:{serializedName:"Name",xmlName:"Name",type:{name:"Composite",className:"BlobName"}},deleted:{serializedName:"Deleted",required:!0,xmlName:"Deleted",type:{name:"Boolean"}},snapshot:{serializedName:"Snapshot",required:!0,xmlName:"Snapshot",type:{name:"String"}},versionId:{serializedName:"VersionId",xmlName:"VersionId",type:{name:"String"}},isCurrentVersion:{serializedName:"IsCurrentVersion",xmlName:"IsCurrentVersion",type:{name:"Boolean"}},properties:{serializedName:"Properties",xmlName:"Properties",type:{name:"Composite",className:"BlobPropertiesInternal"}},metadata:{serializedName:"Metadata",xmlName:"Metadata",type:{name:"Dictionary",value:{type:{name:"String"}}}},blobTags:{serializedName:"BlobTags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags"}},objectReplicationMetadata:{serializedName:"ObjectReplicationMetadata",xmlName:"OrMetadata",type:{name:"Dictionary",value:{type:{name:"String"}}}},hasVersionsOnly:{serializedName:"HasVersionsOnly",xmlName:"HasVersionsOnly",type:{name:"Boolean"}}}}},xEe={serializedName:"BlobName",type:{name:"Composite",className:"BlobName",modelProperties:{encoded:{serializedName:"Encoded",xmlName:"Encoded",xmlIsAttribute:!0,type:{name:"Boolean"}},content:{serializedName:"content",xmlName:"content",xmlIsMsText:!0,type:{name:"String"}}}}},vEe={serializedName:"BlobPropertiesInternal",xmlName:"Properties",type:{name:"Composite",className:"BlobPropertiesInternal",modelProperties:{createdOn:{serializedName:"Creation-Time",xmlName:"Creation-Time",type:{name:"DateTimeRfc1123"}},lastModified:{serializedName:"Last-Modified",required:!0,xmlName:"Last-Modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"Etag",required:!0,xmlName:"Etag",type:{name:"String"}},contentLength:{serializedName:"Content-Length",xmlName:"Content-Length",type:{name:"Number"}},contentType:{serializedName:"Content-Type",xmlName:"Content-Type",type:{name:"String"}},contentEncoding:{serializedName:"Content-Encoding",xmlName:"Content-Encoding",type:{name:"String"}},contentLanguage:{serializedName:"Content-Language",xmlName:"Content-Language",type:{name:"String"}},contentMD5:{serializedName:"Content-MD5",xmlName:"Content-MD5",type:{name:"ByteArray"}},contentDisposition:{serializedName:"Content-Disposition",xmlName:"Content-Disposition",type:{name:"String"}},cacheControl:{serializedName:"Cache-Control",xmlName:"Cache-Control",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"BlobType",xmlName:"BlobType",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},leaseStatus:{serializedName:"LeaseStatus",xmlName:"LeaseStatus",type:{name:"Enum",allowedValues:["locked","unlocked"]}},leaseState:{serializedName:"LeaseState",xmlName:"LeaseState",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseDuration:{serializedName:"LeaseDuration",xmlName:"LeaseDuration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},copyId:{serializedName:"CopyId",xmlName:"CopyId",type:{name:"String"}},copyStatus:{serializedName:"CopyStatus",xmlName:"CopyStatus",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},copySource:{serializedName:"CopySource",xmlName:"CopySource",type:{name:"String"}},copyProgress:{serializedName:"CopyProgress",xmlName:"CopyProgress",type:{name:"String"}},copyCompletedOn:{serializedName:"CopyCompletionTime",xmlName:"CopyCompletionTime",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"CopyStatusDescription",xmlName:"CopyStatusDescription",type:{name:"String"}},serverEncrypted:{serializedName:"ServerEncrypted",xmlName:"ServerEncrypted",type:{name:"Boolean"}},incrementalCopy:{serializedName:"IncrementalCopy",xmlName:"IncrementalCopy",type:{name:"Boolean"}},destinationSnapshot:{serializedName:"DestinationSnapshot",xmlName:"DestinationSnapshot",type:{name:"String"}},deletedOn:{serializedName:"DeletedTime",xmlName:"DeletedTime",type:{name:"DateTimeRfc1123"}},remainingRetentionDays:{serializedName:"RemainingRetentionDays",xmlName:"RemainingRetentionDays",type:{name:"Number"}},accessTier:{serializedName:"AccessTier",xmlName:"AccessTier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}},accessTierInferred:{serializedName:"AccessTierInferred",xmlName:"AccessTierInferred",type:{name:"Boolean"}},archiveStatus:{serializedName:"ArchiveStatus",xmlName:"ArchiveStatus",type:{name:"Enum",allowedValues:["rehydrate-pending-to-hot","rehydrate-pending-to-cool","rehydrate-pending-to-cold"]}},customerProvidedKeySha256:{serializedName:"CustomerProvidedKeySha256",xmlName:"CustomerProvidedKeySha256",type:{name:"String"}},encryptionScope:{serializedName:"EncryptionScope",xmlName:"EncryptionScope",type:{name:"String"}},accessTierChangedOn:{serializedName:"AccessTierChangeTime",xmlName:"AccessTierChangeTime",type:{name:"DateTimeRfc1123"}},tagCount:{serializedName:"TagCount",xmlName:"TagCount",type:{name:"Number"}},expiresOn:{serializedName:"Expiry-Time",xmlName:"Expiry-Time",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"Sealed",xmlName:"Sealed",type:{name:"Boolean"}},rehydratePriority:{serializedName:"RehydratePriority",xmlName:"RehydratePriority",type:{name:"Enum",allowedValues:["High","Standard"]}},lastAccessedOn:{serializedName:"LastAccessTime",xmlName:"LastAccessTime",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"ImmutabilityPolicyUntilDate",xmlName:"ImmutabilityPolicyUntilDate",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"ImmutabilityPolicyMode",xmlName:"ImmutabilityPolicyMode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"LegalHold",xmlName:"LegalHold",type:{name:"Boolean"}}}}},AG={serializedName:"ListBlobsHierarchySegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListBlobsHierarchySegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:!0,xmlName:"ServiceEndpoint",xmlIsAttribute:!0,type:{name:"String"}},containerName:{serializedName:"ContainerName",required:!0,xmlName:"ContainerName",xmlIsAttribute:!0,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},delimiter:{serializedName:"Delimiter",xmlName:"Delimiter",type:{name:"String"}},segment:{serializedName:"Segment",xmlName:"Blobs",type:{name:"Composite",className:"BlobHierarchyListSegment"}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}},REe={serializedName:"BlobHierarchyListSegment",xmlName:"Blobs",type:{name:"Composite",className:"BlobHierarchyListSegment",modelProperties:{blobPrefixes:{serializedName:"BlobPrefixes",xmlName:"BlobPrefixes",xmlElementName:"BlobPrefix",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobPrefix"}}}},blobItems:{serializedName:"BlobItems",required:!0,xmlName:"BlobItems",xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobItemInternal"}}}}}}},DEe={serializedName:"BlobPrefix",type:{name:"Composite",className:"BlobPrefix",modelProperties:{name:{serializedName:"Name",xmlName:"Name",type:{name:"Composite",className:"BlobName"}}}}},cG={serializedName:"BlockLookupList",xmlName:"BlockList",type:{name:"Composite",className:"BlockLookupList",modelProperties:{committed:{serializedName:"Committed",xmlName:"Committed",xmlElementName:"Committed",type:{name:"Sequence",element:{type:{name:"String"}}}},uncommitted:{serializedName:"Uncommitted",xmlName:"Uncommitted",xmlElementName:"Uncommitted",type:{name:"Sequence",element:{type:{name:"String"}}}},latest:{serializedName:"Latest",xmlName:"Latest",xmlElementName:"Latest",type:{name:"Sequence",element:{type:{name:"String"}}}}}}},lG={serializedName:"BlockList",type:{name:"Composite",className:"BlockList",modelProperties:{committedBlocks:{serializedName:"CommittedBlocks",xmlName:"CommittedBlocks",xmlIsWrapped:!0,xmlElementName:"Block",type:{name:"Sequence",element:{type:{name:"Composite",className:"Block"}}}},uncommittedBlocks:{serializedName:"UncommittedBlocks",xmlName:"UncommittedBlocks",xmlIsWrapped:!0,xmlElementName:"Block",type:{name:"Sequence",element:{type:{name:"Composite",className:"Block"}}}}}}},_Ee={serializedName:"Block",type:{name:"Composite",className:"Block",modelProperties:{name:{serializedName:"Name",required:!0,xmlName:"Name",type:{name:"String"}},size:{serializedName:"Size",required:!0,xmlName:"Size",type:{name:"Number"}}}}},jx={serializedName:"PageList",type:{name:"Composite",className:"PageList",modelProperties:{pageRange:{serializedName:"PageRange",xmlName:"PageRange",xmlElementName:"PageRange",type:{name:"Sequence",element:{type:{name:"Composite",className:"PageRange"}}}},clearRange:{serializedName:"ClearRange",xmlName:"ClearRange",xmlElementName:"ClearRange",type:{name:"Sequence",element:{type:{name:"Composite",className:"ClearRange"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}},kEe={serializedName:"PageRange",xmlName:"PageRange",type:{name:"Composite",className:"PageRange",modelProperties:{start:{serializedName:"Start",required:!0,xmlName:"Start",type:{name:"Number"}},end:{serializedName:"End",required:!0,xmlName:"End",type:{name:"Number"}}}}},PEe={serializedName:"ClearRange",xmlName:"ClearRange",type:{name:"Composite",className:"ClearRange",modelProperties:{start:{serializedName:"Start",required:!0,xmlName:"Start",type:{name:"Number"}},end:{serializedName:"End",required:!0,xmlName:"End",type:{name:"Number"}}}}},uG={serializedName:"QueryRequest",xmlName:"QueryRequest",type:{name:"Composite",className:"QueryRequest",modelProperties:{queryType:{serializedName:"QueryType",required:!0,xmlName:"QueryType",type:{name:"String"}},expression:{serializedName:"Expression",required:!0,xmlName:"Expression",type:{name:"String"}},inputSerialization:{serializedName:"InputSerialization",xmlName:"InputSerialization",type:{name:"Composite",className:"QuerySerialization"}},outputSerialization:{serializedName:"OutputSerialization",xmlName:"OutputSerialization",type:{name:"Composite",className:"QuerySerialization"}}}}},TEe={serializedName:"QuerySerialization",type:{name:"Composite",className:"QuerySerialization",modelProperties:{format:{serializedName:"Format",xmlName:"Format",type:{name:"Composite",className:"QueryFormat"}}}}},OEe={serializedName:"QueryFormat",type:{name:"Composite",className:"QueryFormat",modelProperties:{type:{serializedName:"Type",required:!0,xmlName:"Type",type:{name:"Enum",allowedValues:["delimited","json","arrow","parquet"]}},delimitedTextConfiguration:{serializedName:"DelimitedTextConfiguration",xmlName:"DelimitedTextConfiguration",type:{name:"Composite",className:"DelimitedTextConfiguration"}},jsonTextConfiguration:{serializedName:"JsonTextConfiguration",xmlName:"JsonTextConfiguration",type:{name:"Composite",className:"JsonTextConfiguration"}},arrowConfiguration:{serializedName:"ArrowConfiguration",xmlName:"ArrowConfiguration",type:{name:"Composite",className:"ArrowConfiguration"}},parquetTextConfiguration:{serializedName:"ParquetTextConfiguration",xmlName:"ParquetTextConfiguration",type:{name:"Dictionary",value:{type:{name:"any"}}}}}}},MEe={serializedName:"DelimitedTextConfiguration",xmlName:"DelimitedTextConfiguration",type:{name:"Composite",className:"DelimitedTextConfiguration",modelProperties:{columnSeparator:{serializedName:"ColumnSeparator",xmlName:"ColumnSeparator",type:{name:"String"}},fieldQuote:{serializedName:"FieldQuote",xmlName:"FieldQuote",type:{name:"String"}},recordSeparator:{serializedName:"RecordSeparator",xmlName:"RecordSeparator",type:{name:"String"}},escapeChar:{serializedName:"EscapeChar",xmlName:"EscapeChar",type:{name:"String"}},headersPresent:{serializedName:"HeadersPresent",xmlName:"HasHeaders",type:{name:"Boolean"}}}}},LEe={serializedName:"JsonTextConfiguration",xmlName:"JsonTextConfiguration",type:{name:"Composite",className:"JsonTextConfiguration",modelProperties:{recordSeparator:{serializedName:"RecordSeparator",xmlName:"RecordSeparator",type:{name:"String"}}}}},FEe={serializedName:"ArrowConfiguration",xmlName:"ArrowConfiguration",type:{name:"Composite",className:"ArrowConfiguration",modelProperties:{schema:{serializedName:"Schema",required:!0,xmlName:"Schema",xmlIsWrapped:!0,xmlElementName:"Field",type:{name:"Sequence",element:{type:{name:"Composite",className:"ArrowField"}}}}}}},UEe={serializedName:"ArrowField",xmlName:"Field",type:{name:"Composite",className:"ArrowField",modelProperties:{type:{serializedName:"Type",required:!0,xmlName:"Type",type:{name:"String"}},name:{serializedName:"Name",xmlName:"Name",type:{name:"String"}},precision:{serializedName:"Precision",xmlName:"Precision",type:{name:"Number"}},scale:{serializedName:"Scale",xmlName:"Scale",type:{name:"Number"}}}}},dG={serializedName:"Service_setPropertiesHeaders",type:{name:"Composite",className:"ServiceSetPropertiesHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},fG={serializedName:"Service_setPropertiesExceptionHeaders",type:{name:"Composite",className:"ServiceSetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},hG={serializedName:"Service_getPropertiesHeaders",type:{name:"Composite",className:"ServiceGetPropertiesHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},gG={serializedName:"Service_getPropertiesExceptionHeaders",type:{name:"Composite",className:"ServiceGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},mG={serializedName:"Service_getStatisticsHeaders",type:{name:"Composite",className:"ServiceGetStatisticsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},pG={serializedName:"Service_getStatisticsExceptionHeaders",type:{name:"Composite",className:"ServiceGetStatisticsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},yG={serializedName:"Service_listContainersSegmentHeaders",type:{name:"Composite",className:"ServiceListContainersSegmentHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},EG={serializedName:"Service_listContainersSegmentExceptionHeaders",type:{name:"Composite",className:"ServiceListContainersSegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},CG={serializedName:"Service_getUserDelegationKeyHeaders",type:{name:"Composite",className:"ServiceGetUserDelegationKeyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},IG={serializedName:"Service_getUserDelegationKeyExceptionHeaders",type:{name:"Composite",className:"ServiceGetUserDelegationKeyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},BG={serializedName:"Service_getAccountInfoHeaders",type:{name:"Composite",className:"ServiceGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},QG={serializedName:"Service_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"ServiceGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},bG={serializedName:"Service_submitBatchHeaders",type:{name:"Composite",className:"ServiceSubmitBatchHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},NG={serializedName:"Service_submitBatchExceptionHeaders",type:{name:"Composite",className:"ServiceSubmitBatchExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},wG={serializedName:"Service_filterBlobsHeaders",type:{name:"Composite",className:"ServiceFilterBlobsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},SG={serializedName:"Service_filterBlobsExceptionHeaders",type:{name:"Composite",className:"ServiceFilterBlobsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},xG={serializedName:"Container_createHeaders",type:{name:"Composite",className:"ContainerCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},vG={serializedName:"Container_createExceptionHeaders",type:{name:"Composite",className:"ContainerCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},RG={serializedName:"Container_getPropertiesHeaders",type:{name:"Composite",className:"ContainerGetPropertiesHeaders",modelProperties:{metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobPublicAccess:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}},hasImmutabilityPolicy:{serializedName:"x-ms-has-immutability-policy",xmlName:"x-ms-has-immutability-policy",type:{name:"Boolean"}},hasLegalHold:{serializedName:"x-ms-has-legal-hold",xmlName:"x-ms-has-legal-hold",type:{name:"Boolean"}},defaultEncryptionScope:{serializedName:"x-ms-default-encryption-scope",xmlName:"x-ms-default-encryption-scope",type:{name:"String"}},denyEncryptionScopeOverride:{serializedName:"x-ms-deny-encryption-scope-override",xmlName:"x-ms-deny-encryption-scope-override",type:{name:"Boolean"}},isImmutableStorageWithVersioningEnabled:{serializedName:"x-ms-immutable-storage-with-versioning-enabled",xmlName:"x-ms-immutable-storage-with-versioning-enabled",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},DG={serializedName:"Container_getPropertiesExceptionHeaders",type:{name:"Composite",className:"ContainerGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},_G={serializedName:"Container_deleteHeaders",type:{name:"Composite",className:"ContainerDeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},kG={serializedName:"Container_deleteExceptionHeaders",type:{name:"Composite",className:"ContainerDeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},PG={serializedName:"Container_setMetadataHeaders",type:{name:"Composite",className:"ContainerSetMetadataHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},TG={serializedName:"Container_setMetadataExceptionHeaders",type:{name:"Composite",className:"ContainerSetMetadataExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},OG={serializedName:"Container_getAccessPolicyHeaders",type:{name:"Composite",className:"ContainerGetAccessPolicyHeaders",modelProperties:{blobPublicAccess:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},MG={serializedName:"Container_getAccessPolicyExceptionHeaders",type:{name:"Composite",className:"ContainerGetAccessPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},LG={serializedName:"Container_setAccessPolicyHeaders",type:{name:"Composite",className:"ContainerSetAccessPolicyHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},FG={serializedName:"Container_setAccessPolicyExceptionHeaders",type:{name:"Composite",className:"ContainerSetAccessPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},UG={serializedName:"Container_restoreHeaders",type:{name:"Composite",className:"ContainerRestoreHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},qG={serializedName:"Container_restoreExceptionHeaders",type:{name:"Composite",className:"ContainerRestoreExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},HG={serializedName:"Container_renameHeaders",type:{name:"Composite",className:"ContainerRenameHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},zG={serializedName:"Container_renameExceptionHeaders",type:{name:"Composite",className:"ContainerRenameExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},jG={serializedName:"Container_submitBatchHeaders",type:{name:"Composite",className:"ContainerSubmitBatchHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}}}}},GG={serializedName:"Container_submitBatchExceptionHeaders",type:{name:"Composite",className:"ContainerSubmitBatchExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},YG={serializedName:"Container_filterBlobsHeaders",type:{name:"Composite",className:"ContainerFilterBlobsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},JG={serializedName:"Container_filterBlobsExceptionHeaders",type:{name:"Composite",className:"ContainerFilterBlobsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},VG={serializedName:"Container_acquireLeaseHeaders",type:{name:"Composite",className:"ContainerAcquireLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},WG={serializedName:"Container_acquireLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerAcquireLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},$G={serializedName:"Container_releaseLeaseHeaders",type:{name:"Composite",className:"ContainerReleaseLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},KG={serializedName:"Container_releaseLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerReleaseLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},XG={serializedName:"Container_renewLeaseHeaders",type:{name:"Composite",className:"ContainerRenewLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},ZG={serializedName:"Container_renewLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerRenewLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},eY={serializedName:"Container_breakLeaseHeaders",type:{name:"Composite",className:"ContainerBreakLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseTime:{serializedName:"x-ms-lease-time",xmlName:"x-ms-lease-time",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},tY={serializedName:"Container_breakLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerBreakLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},rY={serializedName:"Container_changeLeaseHeaders",type:{name:"Composite",className:"ContainerChangeLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},nY={serializedName:"Container_changeLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerChangeLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},iY={serializedName:"Container_listBlobFlatSegmentHeaders",type:{name:"Composite",className:"ContainerListBlobFlatSegmentHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},sY={serializedName:"Container_listBlobFlatSegmentExceptionHeaders",type:{name:"Composite",className:"ContainerListBlobFlatSegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},oY={serializedName:"Container_listBlobHierarchySegmentHeaders",type:{name:"Composite",className:"ContainerListBlobHierarchySegmentHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},aY={serializedName:"Container_listBlobHierarchySegmentExceptionHeaders",type:{name:"Composite",className:"ContainerListBlobHierarchySegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},AY={serializedName:"Container_getAccountInfoHeaders",type:{name:"Composite",className:"ContainerGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}}}}},cY={serializedName:"Container_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"ContainerGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},ox={serializedName:"Blob_downloadHeaders",type:{name:"Composite",className:"BlobDownloadHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},createdOn:{serializedName:"x-ms-creation-time",xmlName:"x-ms-creation-time",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},objectReplicationPolicyId:{serializedName:"x-ms-or-policy-id",xmlName:"x-ms-or-policy-id",type:{name:"String"}},objectReplicationRules:{serializedName:"x-ms-or",headerCollectionPrefix:"x-ms-or-",xmlName:"x-ms-or",type:{name:"Dictionary",value:{type:{name:"String"}}}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},contentRange:{serializedName:"content-range",xmlName:"content-range",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletedOn:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},isCurrentVersion:{serializedName:"x-ms-is-current-version",xmlName:"x-ms-is-current-version",type:{name:"Boolean"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},blobContentMD5:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}},tagCount:{serializedName:"x-ms-tag-count",xmlName:"x-ms-tag-count",type:{name:"Number"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}},lastAccessed:{serializedName:"x-ms-last-access-time",xmlName:"x-ms-last-access-time",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},contentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}}}},lY={serializedName:"Blob_downloadExceptionHeaders",type:{name:"Composite",className:"BlobDownloadExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},uY={serializedName:"Blob_getPropertiesHeaders",type:{name:"Composite",className:"BlobGetPropertiesHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},createdOn:{serializedName:"x-ms-creation-time",xmlName:"x-ms-creation-time",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},objectReplicationPolicyId:{serializedName:"x-ms-or-policy-id",xmlName:"x-ms-or-policy-id",type:{name:"String"}},objectReplicationRules:{serializedName:"x-ms-or",headerCollectionPrefix:"x-ms-or-",xmlName:"x-ms-or",type:{name:"Dictionary",value:{type:{name:"String"}}}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletedOn:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},isIncrementalCopy:{serializedName:"x-ms-incremental-copy",xmlName:"x-ms-incremental-copy",type:{name:"Boolean"}},destinationSnapshot:{serializedName:"x-ms-copy-destination-snapshot",xmlName:"x-ms-copy-destination-snapshot",type:{name:"String"}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},accessTier:{serializedName:"x-ms-access-tier",xmlName:"x-ms-access-tier",type:{name:"String"}},accessTierInferred:{serializedName:"x-ms-access-tier-inferred",xmlName:"x-ms-access-tier-inferred",type:{name:"Boolean"}},archiveStatus:{serializedName:"x-ms-archive-status",xmlName:"x-ms-archive-status",type:{name:"String"}},accessTierChangedOn:{serializedName:"x-ms-access-tier-change-time",xmlName:"x-ms-access-tier-change-time",type:{name:"DateTimeRfc1123"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},isCurrentVersion:{serializedName:"x-ms-is-current-version",xmlName:"x-ms-is-current-version",type:{name:"Boolean"}},tagCount:{serializedName:"x-ms-tag-count",xmlName:"x-ms-tag-count",type:{name:"Number"}},expiresOn:{serializedName:"x-ms-expiry-time",xmlName:"x-ms-expiry-time",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}},rehydratePriority:{serializedName:"x-ms-rehydrate-priority",xmlName:"x-ms-rehydrate-priority",type:{name:"Enum",allowedValues:["High","Standard"]}},lastAccessed:{serializedName:"x-ms-last-access-time",xmlName:"x-ms-last-access-time",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},dY={serializedName:"Blob_getPropertiesExceptionHeaders",type:{name:"Composite",className:"BlobGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},fY={serializedName:"Blob_deleteHeaders",type:{name:"Composite",className:"BlobDeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},hY={serializedName:"Blob_deleteExceptionHeaders",type:{name:"Composite",className:"BlobDeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},gY={serializedName:"Blob_undeleteHeaders",type:{name:"Composite",className:"BlobUndeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},mY={serializedName:"Blob_undeleteExceptionHeaders",type:{name:"Composite",className:"BlobUndeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},pY={serializedName:"Blob_setExpiryHeaders",type:{name:"Composite",className:"BlobSetExpiryHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},yY={serializedName:"Blob_setExpiryExceptionHeaders",type:{name:"Composite",className:"BlobSetExpiryExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},EY={serializedName:"Blob_setHttpHeadersHeaders",type:{name:"Composite",className:"BlobSetHttpHeadersHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},CY={serializedName:"Blob_setHttpHeadersExceptionHeaders",type:{name:"Composite",className:"BlobSetHttpHeadersExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},IY={serializedName:"Blob_setImmutabilityPolicyHeaders",type:{name:"Composite",className:"BlobSetImmutabilityPolicyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiry:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}}}}},BY={serializedName:"Blob_setImmutabilityPolicyExceptionHeaders",type:{name:"Composite",className:"BlobSetImmutabilityPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},QY={serializedName:"Blob_deleteImmutabilityPolicyHeaders",type:{name:"Composite",className:"BlobDeleteImmutabilityPolicyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},bY={serializedName:"Blob_deleteImmutabilityPolicyExceptionHeaders",type:{name:"Composite",className:"BlobDeleteImmutabilityPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},NY={serializedName:"Blob_setLegalHoldHeaders",type:{name:"Composite",className:"BlobSetLegalHoldHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}}}},wY={serializedName:"Blob_setLegalHoldExceptionHeaders",type:{name:"Composite",className:"BlobSetLegalHoldExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},SY={serializedName:"Blob_setMetadataHeaders",type:{name:"Composite",className:"BlobSetMetadataHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},xY={serializedName:"Blob_setMetadataExceptionHeaders",type:{name:"Composite",className:"BlobSetMetadataExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},vY={serializedName:"Blob_acquireLeaseHeaders",type:{name:"Composite",className:"BlobAcquireLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},RY={serializedName:"Blob_acquireLeaseExceptionHeaders",type:{name:"Composite",className:"BlobAcquireLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},DY={serializedName:"Blob_releaseLeaseHeaders",type:{name:"Composite",className:"BlobReleaseLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},_Y={serializedName:"Blob_releaseLeaseExceptionHeaders",type:{name:"Composite",className:"BlobReleaseLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},kY={serializedName:"Blob_renewLeaseHeaders",type:{name:"Composite",className:"BlobRenewLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},PY={serializedName:"Blob_renewLeaseExceptionHeaders",type:{name:"Composite",className:"BlobRenewLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},TY={serializedName:"Blob_changeLeaseHeaders",type:{name:"Composite",className:"BlobChangeLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},OY={serializedName:"Blob_changeLeaseExceptionHeaders",type:{name:"Composite",className:"BlobChangeLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},MY={serializedName:"Blob_breakLeaseHeaders",type:{name:"Composite",className:"BlobBreakLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseTime:{serializedName:"x-ms-lease-time",xmlName:"x-ms-lease-time",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}},LY={serializedName:"Blob_breakLeaseExceptionHeaders",type:{name:"Composite",className:"BlobBreakLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},FY={serializedName:"Blob_createSnapshotHeaders",type:{name:"Composite",className:"BlobCreateSnapshotHeaders",modelProperties:{snapshot:{serializedName:"x-ms-snapshot",xmlName:"x-ms-snapshot",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},UY={serializedName:"Blob_createSnapshotExceptionHeaders",type:{name:"Composite",className:"BlobCreateSnapshotExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},qY={serializedName:"Blob_startCopyFromURLHeaders",type:{name:"Composite",className:"BlobStartCopyFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},HY={serializedName:"Blob_startCopyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobStartCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},zY={serializedName:"Blob_copyFromURLHeaders",type:{name:"Composite",className:"BlobCopyFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{defaultValue:"success",isConstant:!0,serializedName:"x-ms-copy-status",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},jY={serializedName:"Blob_copyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},GY={serializedName:"Blob_abortCopyFromURLHeaders",type:{name:"Composite",className:"BlobAbortCopyFromURLHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},YY={serializedName:"Blob_abortCopyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobAbortCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},ax={serializedName:"Blob_setTierHeaders",type:{name:"Composite",className:"BlobSetTierHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},JY={serializedName:"Blob_setTierExceptionHeaders",type:{name:"Composite",className:"BlobSetTierExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},VY={serializedName:"Blob_getAccountInfoHeaders",type:{name:"Composite",className:"BlobGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}}}}},WY={serializedName:"Blob_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"BlobGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},Ax={serializedName:"Blob_queryHeaders",type:{name:"Composite",className:"BlobQueryHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},contentRange:{serializedName:"content-range",xmlName:"content-range",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletionTime:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},blobContentMD5:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},contentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}}}},$Y={serializedName:"Blob_queryExceptionHeaders",type:{name:"Composite",className:"BlobQueryExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},KY={serializedName:"Blob_getTagsHeaders",type:{name:"Composite",className:"BlobGetTagsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},XY={serializedName:"Blob_getTagsExceptionHeaders",type:{name:"Composite",className:"BlobGetTagsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},ZY={serializedName:"Blob_setTagsHeaders",type:{name:"Composite",className:"BlobSetTagsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},eJ={serializedName:"Blob_setTagsExceptionHeaders",type:{name:"Composite",className:"BlobSetTagsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},tJ={serializedName:"PageBlob_createHeaders",type:{name:"Composite",className:"PageBlobCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},rJ={serializedName:"PageBlob_createExceptionHeaders",type:{name:"Composite",className:"PageBlobCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},nJ={serializedName:"PageBlob_uploadPagesHeaders",type:{name:"Composite",className:"PageBlobUploadPagesHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},iJ={serializedName:"PageBlob_uploadPagesExceptionHeaders",type:{name:"Composite",className:"PageBlobUploadPagesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},sJ={serializedName:"PageBlob_clearPagesHeaders",type:{name:"Composite",className:"PageBlobClearPagesHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},oJ={serializedName:"PageBlob_clearPagesExceptionHeaders",type:{name:"Composite",className:"PageBlobClearPagesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},aJ={serializedName:"PageBlob_uploadPagesFromURLHeaders",type:{name:"Composite",className:"PageBlobUploadPagesFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},AJ={serializedName:"PageBlob_uploadPagesFromURLExceptionHeaders",type:{name:"Composite",className:"PageBlobUploadPagesFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},cJ={serializedName:"PageBlob_getPageRangesHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},lJ={serializedName:"PageBlob_getPageRangesExceptionHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},uJ={serializedName:"PageBlob_getPageRangesDiffHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesDiffHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},dJ={serializedName:"PageBlob_getPageRangesDiffExceptionHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesDiffExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},fJ={serializedName:"PageBlob_resizeHeaders",type:{name:"Composite",className:"PageBlobResizeHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},hJ={serializedName:"PageBlob_resizeExceptionHeaders",type:{name:"Composite",className:"PageBlobResizeExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},gJ={serializedName:"PageBlob_updateSequenceNumberHeaders",type:{name:"Composite",className:"PageBlobUpdateSequenceNumberHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},mJ={serializedName:"PageBlob_updateSequenceNumberExceptionHeaders",type:{name:"Composite",className:"PageBlobUpdateSequenceNumberExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},pJ={serializedName:"PageBlob_copyIncrementalHeaders",type:{name:"Composite",className:"PageBlobCopyIncrementalHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},yJ={serializedName:"PageBlob_copyIncrementalExceptionHeaders",type:{name:"Composite",className:"PageBlobCopyIncrementalExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},EJ={serializedName:"AppendBlob_createHeaders",type:{name:"Composite",className:"AppendBlobCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},CJ={serializedName:"AppendBlob_createExceptionHeaders",type:{name:"Composite",className:"AppendBlobCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},IJ={serializedName:"AppendBlob_appendBlockHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobAppendOffset:{serializedName:"x-ms-blob-append-offset",xmlName:"x-ms-blob-append-offset",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},BJ={serializedName:"AppendBlob_appendBlockExceptionHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},QJ={serializedName:"AppendBlob_appendBlockFromUrlHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockFromUrlHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobAppendOffset:{serializedName:"x-ms-blob-append-offset",xmlName:"x-ms-blob-append-offset",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},bJ={serializedName:"AppendBlob_appendBlockFromUrlExceptionHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockFromUrlExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},NJ={serializedName:"AppendBlob_sealHeaders",type:{name:"Composite",className:"AppendBlobSealHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}}}}},wJ={serializedName:"AppendBlob_sealExceptionHeaders",type:{name:"Composite",className:"AppendBlobSealExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},SJ={serializedName:"BlockBlob_uploadHeaders",type:{name:"Composite",className:"BlockBlobUploadHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},xJ={serializedName:"BlockBlob_uploadExceptionHeaders",type:{name:"Composite",className:"BlockBlobUploadExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},vJ={serializedName:"BlockBlob_putBlobFromUrlHeaders",type:{name:"Composite",className:"BlockBlobPutBlobFromUrlHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},RJ={serializedName:"BlockBlob_putBlobFromUrlExceptionHeaders",type:{name:"Composite",className:"BlockBlobPutBlobFromUrlExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},DJ={serializedName:"BlockBlob_stageBlockHeaders",type:{name:"Composite",className:"BlockBlobStageBlockHeaders",modelProperties:{contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},_J={serializedName:"BlockBlob_stageBlockExceptionHeaders",type:{name:"Composite",className:"BlockBlobStageBlockExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},kJ={serializedName:"BlockBlob_stageBlockFromURLHeaders",type:{name:"Composite",className:"BlockBlobStageBlockFromURLHeaders",modelProperties:{contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},PJ={serializedName:"BlockBlob_stageBlockFromURLExceptionHeaders",type:{name:"Composite",className:"BlockBlobStageBlockFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},TJ={serializedName:"BlockBlob_commitBlockListHeaders",type:{name:"Composite",className:"BlockBlobCommitBlockListHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},OJ={serializedName:"BlockBlob_commitBlockListExceptionHeaders",type:{name:"Composite",className:"BlockBlobCommitBlockListExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},MJ={serializedName:"BlockBlob_getBlockListHeaders",type:{name:"Composite",className:"BlockBlobGetBlockListHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},LJ={serializedName:"BlockBlob_getBlockListExceptionHeaders",type:{name:"Composite",className:"BlockBlobGetBlockListExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}},$l=Object.freeze({__proto__:null,AccessPolicy:NEe,AppendBlobAppendBlockExceptionHeaders:BJ,AppendBlobAppendBlockFromUrlExceptionHeaders:bJ,AppendBlobAppendBlockFromUrlHeaders:QJ,AppendBlobAppendBlockHeaders:IJ,AppendBlobCreateExceptionHeaders:CJ,AppendBlobCreateHeaders:EJ,AppendBlobSealExceptionHeaders:wJ,AppendBlobSealHeaders:NJ,ArrowConfiguration:FEe,ArrowField:UEe,BlobAbortCopyFromURLExceptionHeaders:YY,BlobAbortCopyFromURLHeaders:GY,BlobAcquireLeaseExceptionHeaders:RY,BlobAcquireLeaseHeaders:vY,BlobBreakLeaseExceptionHeaders:LY,BlobBreakLeaseHeaders:MY,BlobChangeLeaseExceptionHeaders:OY,BlobChangeLeaseHeaders:TY,BlobCopyFromURLExceptionHeaders:jY,BlobCopyFromURLHeaders:zY,BlobCreateSnapshotExceptionHeaders:UY,BlobCreateSnapshotHeaders:FY,BlobDeleteExceptionHeaders:hY,BlobDeleteHeaders:fY,BlobDeleteImmutabilityPolicyExceptionHeaders:bY,BlobDeleteImmutabilityPolicyHeaders:QY,BlobDownloadExceptionHeaders:lY,BlobDownloadHeaders:ox,BlobFlatListSegment:wEe,BlobGetAccountInfoExceptionHeaders:WY,BlobGetAccountInfoHeaders:VY,BlobGetPropertiesExceptionHeaders:dY,BlobGetPropertiesHeaders:uY,BlobGetTagsExceptionHeaders:XY,BlobGetTagsHeaders:KY,BlobHierarchyListSegment:REe,BlobItemInternal:SEe,BlobName:xEe,BlobPrefix:DEe,BlobPropertiesInternal:vEe,BlobQueryExceptionHeaders:$Y,BlobQueryHeaders:Ax,BlobReleaseLeaseExceptionHeaders:_Y,BlobReleaseLeaseHeaders:DY,BlobRenewLeaseExceptionHeaders:PY,BlobRenewLeaseHeaders:kY,BlobServiceProperties:qx,BlobServiceStatistics:nG,BlobSetExpiryExceptionHeaders:yY,BlobSetExpiryHeaders:pY,BlobSetHttpHeadersExceptionHeaders:CY,BlobSetHttpHeadersHeaders:EY,BlobSetImmutabilityPolicyExceptionHeaders:BY,BlobSetImmutabilityPolicyHeaders:IY,BlobSetLegalHoldExceptionHeaders:wY,BlobSetLegalHoldHeaders:NY,BlobSetMetadataExceptionHeaders:xY,BlobSetMetadataHeaders:SY,BlobSetTagsExceptionHeaders:eJ,BlobSetTagsHeaders:ZY,BlobSetTierExceptionHeaders:JY,BlobSetTierHeaders:ax,BlobStartCopyFromURLExceptionHeaders:HY,BlobStartCopyFromURLHeaders:qY,BlobTag:QEe,BlobTags:zx,BlobUndeleteExceptionHeaders:mY,BlobUndeleteHeaders:gY,Block:_Ee,BlockBlobCommitBlockListExceptionHeaders:OJ,BlockBlobCommitBlockListHeaders:TJ,BlockBlobGetBlockListExceptionHeaders:LJ,BlockBlobGetBlockListHeaders:MJ,BlockBlobPutBlobFromUrlExceptionHeaders:RJ,BlockBlobPutBlobFromUrlHeaders:vJ,BlockBlobStageBlockExceptionHeaders:_J,BlockBlobStageBlockFromURLExceptionHeaders:PJ,BlockBlobStageBlockFromURLHeaders:kJ,BlockBlobStageBlockHeaders:DJ,BlockBlobUploadExceptionHeaders:xJ,BlockBlobUploadHeaders:SJ,BlockList:lG,BlockLookupList:cG,ClearRange:PEe,ContainerAcquireLeaseExceptionHeaders:WG,ContainerAcquireLeaseHeaders:VG,ContainerBreakLeaseExceptionHeaders:tY,ContainerBreakLeaseHeaders:eY,ContainerChangeLeaseExceptionHeaders:nY,ContainerChangeLeaseHeaders:rY,ContainerCreateExceptionHeaders:vG,ContainerCreateHeaders:xG,ContainerDeleteExceptionHeaders:kG,ContainerDeleteHeaders:_G,ContainerFilterBlobsExceptionHeaders:JG,ContainerFilterBlobsHeaders:YG,ContainerGetAccessPolicyExceptionHeaders:MG,ContainerGetAccessPolicyHeaders:OG,ContainerGetAccountInfoExceptionHeaders:cY,ContainerGetAccountInfoHeaders:AY,ContainerGetPropertiesExceptionHeaders:DG,ContainerGetPropertiesHeaders:RG,ContainerItem:CEe,ContainerListBlobFlatSegmentExceptionHeaders:sY,ContainerListBlobFlatSegmentHeaders:iY,ContainerListBlobHierarchySegmentExceptionHeaders:aY,ContainerListBlobHierarchySegmentHeaders:oY,ContainerProperties:IEe,ContainerReleaseLeaseExceptionHeaders:KG,ContainerReleaseLeaseHeaders:$G,ContainerRenameExceptionHeaders:zG,ContainerRenameHeaders:HG,ContainerRenewLeaseExceptionHeaders:ZG,ContainerRenewLeaseHeaders:XG,ContainerRestoreExceptionHeaders:qG,ContainerRestoreHeaders:UG,ContainerSetAccessPolicyExceptionHeaders:FG,ContainerSetAccessPolicyHeaders:LG,ContainerSetMetadataExceptionHeaders:TG,ContainerSetMetadataHeaders:PG,ContainerSubmitBatchExceptionHeaders:GG,ContainerSubmitBatchHeaders:jG,CorsRule:pEe,DelimitedTextConfiguration:MEe,FilterBlobItem:BEe,FilterBlobSegment:Hx,GeoReplication:EEe,JsonTextConfiguration:LEe,KeyInfo:sG,ListBlobsFlatSegmentResponse:aG,ListBlobsHierarchySegmentResponse:AG,ListContainersSegmentResponse:iG,Logging:hEe,Metrics:mEe,PageBlobClearPagesExceptionHeaders:oJ,PageBlobClearPagesHeaders:sJ,PageBlobCopyIncrementalExceptionHeaders:yJ,PageBlobCopyIncrementalHeaders:pJ,PageBlobCreateExceptionHeaders:rJ,PageBlobCreateHeaders:tJ,PageBlobGetPageRangesDiffExceptionHeaders:dJ,PageBlobGetPageRangesDiffHeaders:uJ,PageBlobGetPageRangesExceptionHeaders:lJ,PageBlobGetPageRangesHeaders:cJ,PageBlobResizeExceptionHeaders:hJ,PageBlobResizeHeaders:fJ,PageBlobUpdateSequenceNumberExceptionHeaders:mJ,PageBlobUpdateSequenceNumberHeaders:gJ,PageBlobUploadPagesExceptionHeaders:iJ,PageBlobUploadPagesFromURLExceptionHeaders:AJ,PageBlobUploadPagesFromURLHeaders:aJ,PageBlobUploadPagesHeaders:nJ,PageList:jx,PageRange:kEe,QueryFormat:OEe,QueryRequest:uG,QuerySerialization:TEe,RetentionPolicy:gEe,ServiceFilterBlobsExceptionHeaders:SG,ServiceFilterBlobsHeaders:wG,ServiceGetAccountInfoExceptionHeaders:QG,ServiceGetAccountInfoHeaders:BG,ServiceGetPropertiesExceptionHeaders:gG,ServiceGetPropertiesHeaders:hG,ServiceGetStatisticsExceptionHeaders:pG,ServiceGetStatisticsHeaders:mG,ServiceGetUserDelegationKeyExceptionHeaders:IG,ServiceGetUserDelegationKeyHeaders:CG,ServiceListContainersSegmentExceptionHeaders:EG,ServiceListContainersSegmentHeaders:yG,ServiceSetPropertiesExceptionHeaders:fG,ServiceSetPropertiesHeaders:dG,ServiceSubmitBatchExceptionHeaders:NG,ServiceSubmitBatchHeaders:bG,SignedIdentifier:bEe,StaticWebsite:yEe,StorageError:J,UserDelegationKey:oG}),Kl={parameterPath:["options","contentType"],mapper:{defaultValue:"application/xml",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},qEe={parameterPath:"blobServiceProperties",mapper:qx},Go={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},$={parameterPath:"url",mapper:{serializedName:"url",required:!0,xmlName:"url",type:{name:"String"}},skipEncoding:!0},GE={parameterPath:"restype",mapper:{defaultValue:"service",isConstant:!0,serializedName:"restype",type:{name:"String"}}},Yo={parameterPath:"comp",mapper:{defaultValue:"properties",isConstant:!0,serializedName:"comp",type:{name:"String"}}},K={parameterPath:["options","timeoutInSeconds"],mapper:{constraints:{InclusiveMinimum:0},serializedName:"timeout",xmlName:"timeout",type:{name:"Number"}}},X={parameterPath:"version",mapper:{defaultValue:"2025-05-05",isConstant:!0,serializedName:"x-ms-version",type:{name:"String"}}},Z={parameterPath:["options","requestId"],mapper:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}}},ae={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},HEe={parameterPath:"comp",mapper:{defaultValue:"stats",isConstant:!0,serializedName:"comp",type:{name:"String"}}},Gx={parameterPath:"comp",mapper:{defaultValue:"list",isConstant:!0,serializedName:"comp",type:{name:"String"}}},Yx={parameterPath:["options","prefix"],mapper:{serializedName:"prefix",xmlName:"prefix",type:{name:"String"}}},oA={parameterPath:["options","marker"],mapper:{serializedName:"marker",xmlName:"marker",type:{name:"String"}}},aA={parameterPath:["options","maxPageSize"],mapper:{constraints:{InclusiveMinimum:1},serializedName:"maxresults",xmlName:"maxresults",type:{name:"Number"}}},zEe={parameterPath:["options","include"],mapper:{serializedName:"include",xmlName:"include",xmlElementName:"ListContainersIncludeType",type:{name:"Sequence",element:{type:{name:"Enum",allowedValues:["metadata","deleted","system"]}}}},collectionFormat:"CSV"},jEe={parameterPath:"keyInfo",mapper:sG},GEe={parameterPath:"comp",mapper:{defaultValue:"userdelegationkey",isConstant:!0,serializedName:"comp",type:{name:"String"}}},Jx={parameterPath:"restype",mapper:{defaultValue:"account",isConstant:!0,serializedName:"restype",type:{name:"String"}}},FJ={parameterPath:"body",mapper:{serializedName:"body",required:!0,xmlName:"body",type:{name:"Stream"}}},UJ={parameterPath:"comp",mapper:{defaultValue:"batch",isConstant:!0,serializedName:"comp",type:{name:"String"}}},Fn={parameterPath:"contentLength",mapper:{serializedName:"Content-Length",required:!0,xmlName:"Content-Length",type:{name:"Number"}}},qJ={parameterPath:"multipartContentType",mapper:{serializedName:"Content-Type",required:!0,xmlName:"Content-Type",type:{name:"String"}}},HJ={parameterPath:"comp",mapper:{defaultValue:"blobs",isConstant:!0,serializedName:"comp",type:{name:"String"}}},zJ={parameterPath:["options","where"],mapper:{serializedName:"where",xmlName:"where",type:{name:"String"}}},xr={parameterPath:"restype",mapper:{defaultValue:"container",isConstant:!0,serializedName:"restype",type:{name:"String"}}},Oi={parameterPath:["options","metadata"],mapper:{serializedName:"x-ms-meta",xmlName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",type:{name:"Dictionary",value:{type:{name:"String"}}}}},jJ={parameterPath:["options","access"],mapper:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}}},YEe={parameterPath:["options","containerEncryptionScope","defaultEncryptionScope"],mapper:{serializedName:"x-ms-default-encryption-scope",xmlName:"x-ms-default-encryption-scope",type:{name:"String"}}},JEe={parameterPath:["options","containerEncryptionScope","preventEncryptionScopeOverride"],mapper:{serializedName:"x-ms-deny-encryption-scope-override",xmlName:"x-ms-deny-encryption-scope-override",type:{name:"Boolean"}}},Le={parameterPath:["options","leaseAccessConditions","leaseId"],mapper:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}}},ke={parameterPath:["options","modifiedAccessConditions","ifModifiedSince"],mapper:{serializedName:"If-Modified-Since",xmlName:"If-Modified-Since",type:{name:"DateTimeRfc1123"}}},Pe={parameterPath:["options","modifiedAccessConditions","ifUnmodifiedSince"],mapper:{serializedName:"If-Unmodified-Since",xmlName:"If-Unmodified-Since",type:{name:"DateTimeRfc1123"}}},GJ={parameterPath:"comp",mapper:{defaultValue:"metadata",isConstant:!0,serializedName:"comp",type:{name:"String"}}},YJ={parameterPath:"comp",mapper:{defaultValue:"acl",isConstant:!0,serializedName:"comp",type:{name:"String"}}},VEe={parameterPath:["options","containerAcl"],mapper:{serializedName:"containerAcl",xmlName:"SignedIdentifiers",xmlIsWrapped:!0,xmlElementName:"SignedIdentifier",type:{name:"Sequence",element:{type:{name:"Composite",className:"SignedIdentifier"}}}}},JJ={parameterPath:"comp",mapper:{defaultValue:"undelete",isConstant:!0,serializedName:"comp",type:{name:"String"}}},WEe={parameterPath:["options","deletedContainerName"],mapper:{serializedName:"x-ms-deleted-container-name",xmlName:"x-ms-deleted-container-name",type:{name:"String"}}},$Ee={parameterPath:["options","deletedContainerVersion"],mapper:{serializedName:"x-ms-deleted-container-version",xmlName:"x-ms-deleted-container-version",type:{name:"String"}}},KEe={parameterPath:"comp",mapper:{defaultValue:"rename",isConstant:!0,serializedName:"comp",type:{name:"String"}}},XEe={parameterPath:"sourceContainerName",mapper:{serializedName:"x-ms-source-container-name",required:!0,xmlName:"x-ms-source-container-name",type:{name:"String"}}},ZEe={parameterPath:["options","sourceLeaseId"],mapper:{serializedName:"x-ms-source-lease-id",xmlName:"x-ms-source-lease-id",type:{name:"String"}}},us={parameterPath:"comp",mapper:{defaultValue:"lease",isConstant:!0,serializedName:"comp",type:{name:"String"}}},VJ={parameterPath:"action",mapper:{defaultValue:"acquire",isConstant:!0,serializedName:"x-ms-lease-action",type:{name:"String"}}},WJ={parameterPath:["options","duration"],mapper:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Number"}}},$J={parameterPath:["options","proposedLeaseId"],mapper:{serializedName:"x-ms-proposed-lease-id",xmlName:"x-ms-proposed-lease-id",type:{name:"String"}}},KJ={parameterPath:"action",mapper:{defaultValue:"release",isConstant:!0,serializedName:"x-ms-lease-action",type:{name:"String"}}},Xl={parameterPath:"leaseId",mapper:{serializedName:"x-ms-lease-id",required:!0,xmlName:"x-ms-lease-id",type:{name:"String"}}},XJ={parameterPath:"action",mapper:{defaultValue:"renew",isConstant:!0,serializedName:"x-ms-lease-action",type:{name:"String"}}},ZJ={parameterPath:"action",mapper:{defaultValue:"break",isConstant:!0,serializedName:"x-ms-lease-action",type:{name:"String"}}},eV={parameterPath:["options","breakPeriod"],mapper:{serializedName:"x-ms-lease-break-period",xmlName:"x-ms-lease-break-period",type:{name:"Number"}}},tV={parameterPath:"action",mapper:{defaultValue:"change",isConstant:!0,serializedName:"x-ms-lease-action",type:{name:"String"}}},rV={parameterPath:"proposedLeaseId",mapper:{serializedName:"x-ms-proposed-lease-id",required:!0,xmlName:"x-ms-proposed-lease-id",type:{name:"String"}}},nV={parameterPath:["options","include"],mapper:{serializedName:"include",xmlName:"include",xmlElementName:"ListBlobsIncludeItem",type:{name:"Sequence",element:{type:{name:"Enum",allowedValues:["copy","deleted","metadata","snapshots","uncommittedblobs","versions","tags","immutabilitypolicy","legalhold","deletedwithversions"]}}}},collectionFormat:"CSV"},eCe={parameterPath:"delimiter",mapper:{serializedName:"delimiter",required:!0,xmlName:"delimiter",type:{name:"String"}}},ci={parameterPath:["options","snapshot"],mapper:{serializedName:"snapshot",xmlName:"snapshot",type:{name:"String"}}},Vs={parameterPath:["options","versionId"],mapper:{serializedName:"versionid",xmlName:"versionid",type:{name:"String"}}},Ch={parameterPath:["options","range"],mapper:{serializedName:"x-ms-range",xmlName:"x-ms-range",type:{name:"String"}}},tCe={parameterPath:["options","rangeGetContentMD5"],mapper:{serializedName:"x-ms-range-get-content-md5",xmlName:"x-ms-range-get-content-md5",type:{name:"Boolean"}}},rCe={parameterPath:["options","rangeGetContentCRC64"],mapper:{serializedName:"x-ms-range-get-content-crc64",xmlName:"x-ms-range-get-content-crc64",type:{name:"Boolean"}}},hr={parameterPath:["options","cpkInfo","encryptionKey"],mapper:{serializedName:"x-ms-encryption-key",xmlName:"x-ms-encryption-key",type:{name:"String"}}},gr={parameterPath:["options","cpkInfo","encryptionKeySha256"],mapper:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}}},mr={parameterPath:["options","cpkInfo","encryptionAlgorithm"],mapper:{serializedName:"x-ms-encryption-algorithm",xmlName:"x-ms-encryption-algorithm",type:{name:"String"}}},Ze={parameterPath:["options","modifiedAccessConditions","ifMatch"],mapper:{serializedName:"If-Match",xmlName:"If-Match",type:{name:"String"}}},et={parameterPath:["options","modifiedAccessConditions","ifNoneMatch"],mapper:{serializedName:"If-None-Match",xmlName:"If-None-Match",type:{name:"String"}}},Ge={parameterPath:["options","modifiedAccessConditions","ifTags"],mapper:{serializedName:"x-ms-if-tags",xmlName:"x-ms-if-tags",type:{name:"String"}}},nCe={parameterPath:["options","deleteSnapshots"],mapper:{serializedName:"x-ms-delete-snapshots",xmlName:"x-ms-delete-snapshots",type:{name:"Enum",allowedValues:["include","only"]}}},iCe={parameterPath:["options","blobDeleteType"],mapper:{serializedName:"deletetype",xmlName:"deletetype",type:{name:"String"}}},sCe={parameterPath:"comp",mapper:{defaultValue:"expiry",isConstant:!0,serializedName:"comp",type:{name:"String"}}},oCe={parameterPath:"expiryOptions",mapper:{serializedName:"x-ms-expiry-option",required:!0,xmlName:"x-ms-expiry-option",type:{name:"String"}}},aCe={parameterPath:["options","expiresOn"],mapper:{serializedName:"x-ms-expiry-time",xmlName:"x-ms-expiry-time",type:{name:"String"}}},Zl={parameterPath:["options","blobHttpHeaders","blobCacheControl"],mapper:{serializedName:"x-ms-blob-cache-control",xmlName:"x-ms-blob-cache-control",type:{name:"String"}}},eu={parameterPath:["options","blobHttpHeaders","blobContentType"],mapper:{serializedName:"x-ms-blob-content-type",xmlName:"x-ms-blob-content-type",type:{name:"String"}}},tu={parameterPath:["options","blobHttpHeaders","blobContentMD5"],mapper:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}}},ru={parameterPath:["options","blobHttpHeaders","blobContentEncoding"],mapper:{serializedName:"x-ms-blob-content-encoding",xmlName:"x-ms-blob-content-encoding",type:{name:"String"}}},nu={parameterPath:["options","blobHttpHeaders","blobContentLanguage"],mapper:{serializedName:"x-ms-blob-content-language",xmlName:"x-ms-blob-content-language",type:{name:"String"}}},iu={parameterPath:["options","blobHttpHeaders","blobContentDisposition"],mapper:{serializedName:"x-ms-blob-content-disposition",xmlName:"x-ms-blob-content-disposition",type:{name:"String"}}},iV={parameterPath:"comp",mapper:{defaultValue:"immutabilityPolicies",isConstant:!0,serializedName:"comp",type:{name:"String"}}},AA={parameterPath:["options","immutabilityPolicyExpiry"],mapper:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}}},cA={parameterPath:["options","immutabilityPolicyMode"],mapper:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}}},ACe={parameterPath:"comp",mapper:{defaultValue:"legalhold",isConstant:!0,serializedName:"comp",type:{name:"String"}}},cCe={parameterPath:"legalHold",mapper:{serializedName:"x-ms-legal-hold",required:!0,xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}},Lr={parameterPath:["options","encryptionScope"],mapper:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}}},lCe={parameterPath:"comp",mapper:{defaultValue:"snapshot",isConstant:!0,serializedName:"comp",type:{name:"String"}}},su={parameterPath:["options","tier"],mapper:{serializedName:"x-ms-access-tier",xmlName:"x-ms-access-tier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}}},sV={parameterPath:["options","rehydratePriority"],mapper:{serializedName:"x-ms-rehydrate-priority",xmlName:"x-ms-rehydrate-priority",type:{name:"Enum",allowedValues:["High","Standard"]}}},ou={parameterPath:["options","sourceModifiedAccessConditions","sourceIfModifiedSince"],mapper:{serializedName:"x-ms-source-if-modified-since",xmlName:"x-ms-source-if-modified-since",type:{name:"DateTimeRfc1123"}}},au={parameterPath:["options","sourceModifiedAccessConditions","sourceIfUnmodifiedSince"],mapper:{serializedName:"x-ms-source-if-unmodified-since",xmlName:"x-ms-source-if-unmodified-since",type:{name:"DateTimeRfc1123"}}},Au={parameterPath:["options","sourceModifiedAccessConditions","sourceIfMatch"],mapper:{serializedName:"x-ms-source-if-match",xmlName:"x-ms-source-if-match",type:{name:"String"}}},cu={parameterPath:["options","sourceModifiedAccessConditions","sourceIfNoneMatch"],mapper:{serializedName:"x-ms-source-if-none-match",xmlName:"x-ms-source-if-none-match",type:{name:"String"}}},oV={parameterPath:["options","sourceModifiedAccessConditions","sourceIfTags"],mapper:{serializedName:"x-ms-source-if-tags",xmlName:"x-ms-source-if-tags",type:{name:"String"}}},YE={parameterPath:"copySource",mapper:{serializedName:"x-ms-copy-source",required:!0,xmlName:"x-ms-copy-source",type:{name:"String"}}},lA={parameterPath:["options","blobTagsString"],mapper:{serializedName:"x-ms-tags",xmlName:"x-ms-tags",type:{name:"String"}}},uCe={parameterPath:["options","sealBlob"],mapper:{serializedName:"x-ms-seal-blob",xmlName:"x-ms-seal-blob",type:{name:"Boolean"}}},lu={parameterPath:["options","legalHold"],mapper:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}},dCe={parameterPath:"xMsRequiresSync",mapper:{defaultValue:"true",isConstant:!0,serializedName:"x-ms-requires-sync",type:{name:"String"}}},Ih={parameterPath:["options","sourceContentMD5"],mapper:{serializedName:"x-ms-source-content-md5",xmlName:"x-ms-source-content-md5",type:{name:"ByteArray"}}},Bh={parameterPath:["options","copySourceAuthorization"],mapper:{serializedName:"x-ms-copy-source-authorization",xmlName:"x-ms-copy-source-authorization",type:{name:"String"}}},aV={parameterPath:["options","copySourceTags"],mapper:{serializedName:"x-ms-copy-source-tag-option",xmlName:"x-ms-copy-source-tag-option",type:{name:"Enum",allowedValues:["REPLACE","COPY"]}}},fCe={parameterPath:"comp",mapper:{defaultValue:"copy",isConstant:!0,serializedName:"comp",type:{name:"String"}}},hCe={parameterPath:"copyActionAbortConstant",mapper:{defaultValue:"abort",isConstant:!0,serializedName:"x-ms-copy-action",type:{name:"String"}}},gCe={parameterPath:"copyId",mapper:{serializedName:"copyid",required:!0,xmlName:"copyid",type:{name:"String"}}},mCe={parameterPath:"comp",mapper:{defaultValue:"tier",isConstant:!0,serializedName:"comp",type:{name:"String"}}},pCe={parameterPath:"tier",mapper:{serializedName:"x-ms-access-tier",required:!0,xmlName:"x-ms-access-tier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}}},yCe={parameterPath:["options","queryRequest"],mapper:uG},ECe={parameterPath:"comp",mapper:{defaultValue:"query",isConstant:!0,serializedName:"comp",type:{name:"String"}}},AV={parameterPath:"comp",mapper:{defaultValue:"tags",isConstant:!0,serializedName:"comp",type:{name:"String"}}},CCe={parameterPath:["options","tags"],mapper:zx},Jo={parameterPath:["options","transactionalContentMD5"],mapper:{serializedName:"Content-MD5",xmlName:"Content-MD5",type:{name:"ByteArray"}}},uu={parameterPath:["options","transactionalContentCrc64"],mapper:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}},ICe={parameterPath:"blobType",mapper:{defaultValue:"PageBlob",isConstant:!0,serializedName:"x-ms-blob-type",type:{name:"String"}}},cV={parameterPath:"blobContentLength",mapper:{serializedName:"x-ms-blob-content-length",required:!0,xmlName:"x-ms-blob-content-length",type:{name:"Number"}}},lV={parameterPath:["options","blobSequenceNumber"],mapper:{defaultValue:0,serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}}},JE={parameterPath:["options","contentType"],mapper:{defaultValue:"application/octet-stream",isConstant:!0,serializedName:"Content-Type",type:{name:"String"}}},VE={parameterPath:"body",mapper:{serializedName:"body",required:!0,xmlName:"body",type:{name:"Stream"}}},WE={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:!0,serializedName:"Accept",type:{name:"String"}}},Vx={parameterPath:"comp",mapper:{defaultValue:"page",isConstant:!0,serializedName:"comp",type:{name:"String"}}},uV={parameterPath:"pageWrite",mapper:{defaultValue:"update",isConstant:!0,serializedName:"x-ms-page-write",type:{name:"String"}}},Wx={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberLessThanOrEqualTo"],mapper:{serializedName:"x-ms-if-sequence-number-le",xmlName:"x-ms-if-sequence-number-le",type:{name:"Number"}}},$x={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberLessThan"],mapper:{serializedName:"x-ms-if-sequence-number-lt",xmlName:"x-ms-if-sequence-number-lt",type:{name:"Number"}}},Kx={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberEqualTo"],mapper:{serializedName:"x-ms-if-sequence-number-eq",xmlName:"x-ms-if-sequence-number-eq",type:{name:"Number"}}},BCe={parameterPath:"pageWrite",mapper:{defaultValue:"clear",isConstant:!0,serializedName:"x-ms-page-write",type:{name:"String"}}},Xx={parameterPath:"sourceUrl",mapper:{serializedName:"x-ms-copy-source",required:!0,xmlName:"x-ms-copy-source",type:{name:"String"}}},QCe={parameterPath:"sourceRange",mapper:{serializedName:"x-ms-source-range",required:!0,xmlName:"x-ms-source-range",type:{name:"String"}}},Zx={parameterPath:["options","sourceContentCrc64"],mapper:{serializedName:"x-ms-source-content-crc64",xmlName:"x-ms-source-content-crc64",type:{name:"ByteArray"}}},bCe={parameterPath:"range",mapper:{serializedName:"x-ms-range",required:!0,xmlName:"x-ms-range",type:{name:"String"}}},dV={parameterPath:"comp",mapper:{defaultValue:"pagelist",isConstant:!0,serializedName:"comp",type:{name:"String"}}},NCe={parameterPath:["options","prevsnapshot"],mapper:{serializedName:"prevsnapshot",xmlName:"prevsnapshot",type:{name:"String"}}},wCe={parameterPath:["options","prevSnapshotUrl"],mapper:{serializedName:"x-ms-previous-snapshot-url",xmlName:"x-ms-previous-snapshot-url",type:{name:"String"}}},SCe={parameterPath:"sequenceNumberAction",mapper:{serializedName:"x-ms-sequence-number-action",required:!0,xmlName:"x-ms-sequence-number-action",type:{name:"Enum",allowedValues:["max","update","increment"]}}},xCe={parameterPath:"comp",mapper:{defaultValue:"incrementalcopy",isConstant:!0,serializedName:"comp",type:{name:"String"}}},vCe={parameterPath:"blobType",mapper:{defaultValue:"AppendBlob",isConstant:!0,serializedName:"x-ms-blob-type",type:{name:"String"}}},fV={parameterPath:"comp",mapper:{defaultValue:"appendblock",isConstant:!0,serializedName:"comp",type:{name:"String"}}},hV={parameterPath:["options","appendPositionAccessConditions","maxSize"],mapper:{serializedName:"x-ms-blob-condition-maxsize",xmlName:"x-ms-blob-condition-maxsize",type:{name:"Number"}}},ev={parameterPath:["options","appendPositionAccessConditions","appendPosition"],mapper:{serializedName:"x-ms-blob-condition-appendpos",xmlName:"x-ms-blob-condition-appendpos",type:{name:"Number"}}},gV={parameterPath:["options","sourceRange"],mapper:{serializedName:"x-ms-source-range",xmlName:"x-ms-source-range",type:{name:"String"}}},RCe={parameterPath:"comp",mapper:{defaultValue:"seal",isConstant:!0,serializedName:"comp",type:{name:"String"}}},mV={parameterPath:"blobType",mapper:{defaultValue:"BlockBlob",isConstant:!0,serializedName:"x-ms-blob-type",type:{name:"String"}}},DCe={parameterPath:["options","copySourceBlobProperties"],mapper:{serializedName:"x-ms-copy-source-blob-properties",xmlName:"x-ms-copy-source-blob-properties",type:{name:"Boolean"}}},pV={parameterPath:"comp",mapper:{defaultValue:"block",isConstant:!0,serializedName:"comp",type:{name:"String"}}},yV={parameterPath:"blockId",mapper:{serializedName:"blockid",required:!0,xmlName:"blockid",type:{name:"String"}}},_Ce={parameterPath:"blocks",mapper:cG},EV={parameterPath:"comp",mapper:{defaultValue:"blocklist",isConstant:!0,serializedName:"comp",type:{name:"String"}}},kCe={parameterPath:"listType",mapper:{defaultValue:"committed",serializedName:"blocklisttype",required:!0,xmlName:"blocklisttype",type:{name:"Enum",allowedValues:["committed","uncommitted","all"]}}},cx=class{constructor(e){this.client=e}setProperties(e,r){return this.client.sendOperationRequest({blobServiceProperties:e,options:r},PCe)}getProperties(e){return this.client.sendOperationRequest({options:e},TCe)}getStatistics(e){return this.client.sendOperationRequest({options:e},OCe)}listContainersSegment(e){return this.client.sendOperationRequest({options:e},MCe)}getUserDelegationKey(e,r){return this.client.sendOperationRequest({keyInfo:e,options:r},LCe)}getAccountInfo(e){return this.client.sendOperationRequest({options:e},FCe)}submitBatch(e,r,n,i){return this.client.sendOperationRequest({contentLength:e,multipartContentType:r,body:n,options:i},UCe)}filterBlobs(e){return this.client.sendOperationRequest({options:e},qCe)}},Vo=Vl.createSerializer($l,!0),PCe={path:"/",httpMethod:"PUT",responses:{202:{headersMapper:dG},default:{bodyMapper:J,headersMapper:fG}},requestBody:qEe,queryParameters:[GE,Yo,K],urlParameters:[$],headerParameters:[Kl,Go,X,Z],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:Vo},TCe={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:qx,headersMapper:hG},default:{bodyMapper:J,headersMapper:gG}},queryParameters:[GE,Yo,K],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Vo},OCe={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:nG,headersMapper:mG},default:{bodyMapper:J,headersMapper:pG}},queryParameters:[GE,K,HEe],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Vo},MCe={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:iG,headersMapper:yG},default:{bodyMapper:J,headersMapper:EG}},queryParameters:[K,Gx,Yx,oA,aA,zEe],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Vo},LCe={path:"/",httpMethod:"POST",responses:{200:{bodyMapper:oG,headersMapper:CG},default:{bodyMapper:J,headersMapper:IG}},requestBody:jEe,queryParameters:[GE,K,GEe],urlParameters:[$],headerParameters:[Kl,Go,X,Z],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:Vo},FCe={path:"/",httpMethod:"GET",responses:{200:{headersMapper:BG},default:{bodyMapper:J,headersMapper:QG}},queryParameters:[Yo,K,Jx],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Vo},UCe={path:"/",httpMethod:"POST",responses:{202:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:bG},default:{bodyMapper:J,headersMapper:NG}},requestBody:FJ,queryParameters:[K,UJ],urlParameters:[$],headerParameters:[Go,X,Z,Fn,qJ],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:Vo},qCe={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:Hx,headersMapper:wG},default:{bodyMapper:J,headersMapper:SG}},queryParameters:[K,oA,aA,HJ,zJ],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Vo},lx=class{constructor(e){this.client=e}create(e){return this.client.sendOperationRequest({options:e},HCe)}getProperties(e){return this.client.sendOperationRequest({options:e},zCe)}delete(e){return this.client.sendOperationRequest({options:e},jCe)}setMetadata(e){return this.client.sendOperationRequest({options:e},GCe)}getAccessPolicy(e){return this.client.sendOperationRequest({options:e},YCe)}setAccessPolicy(e){return this.client.sendOperationRequest({options:e},JCe)}restore(e){return this.client.sendOperationRequest({options:e},VCe)}rename(e,r){return this.client.sendOperationRequest({sourceContainerName:e,options:r},WCe)}submitBatch(e,r,n,i){return this.client.sendOperationRequest({contentLength:e,multipartContentType:r,body:n,options:i},$Ce)}filterBlobs(e){return this.client.sendOperationRequest({options:e},KCe)}acquireLease(e){return this.client.sendOperationRequest({options:e},XCe)}releaseLease(e,r){return this.client.sendOperationRequest({leaseId:e,options:r},ZCe)}renewLease(e,r){return this.client.sendOperationRequest({leaseId:e,options:r},eIe)}breakLease(e){return this.client.sendOperationRequest({options:e},tIe)}changeLease(e,r,n){return this.client.sendOperationRequest({leaseId:e,proposedLeaseId:r,options:n},rIe)}listBlobFlatSegment(e){return this.client.sendOperationRequest({options:e},nIe)}listBlobHierarchySegment(e,r){return this.client.sendOperationRequest({delimiter:e,options:r},iIe)}getAccountInfo(e){return this.client.sendOperationRequest({options:e},sIe)}},pr=Vl.createSerializer($l,!0),HCe={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:xG},default:{bodyMapper:J,headersMapper:vG}},queryParameters:[K,xr],urlParameters:[$],headerParameters:[X,Z,ae,Oi,jJ,YEe,JEe],isXML:!0,serializer:pr},zCe={path:"/{containerName}",httpMethod:"GET",responses:{200:{headersMapper:RG},default:{bodyMapper:J,headersMapper:DG}},queryParameters:[K,xr],urlParameters:[$],headerParameters:[X,Z,ae,Le],isXML:!0,serializer:pr},jCe={path:"/{containerName}",httpMethod:"DELETE",responses:{202:{headersMapper:_G},default:{bodyMapper:J,headersMapper:kG}},queryParameters:[K,xr],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe],isXML:!0,serializer:pr},GCe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:PG},default:{bodyMapper:J,headersMapper:TG}},queryParameters:[K,xr,GJ],urlParameters:[$],headerParameters:[X,Z,ae,Oi,Le,ke],isXML:!0,serializer:pr},YCe={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:{type:{name:"Sequence",element:{type:{name:"Composite",className:"SignedIdentifier"}}},serializedName:"SignedIdentifiers",xmlName:"SignedIdentifiers",xmlIsWrapped:!0,xmlElementName:"SignedIdentifier"},headersMapper:OG},default:{bodyMapper:J,headersMapper:MG}},queryParameters:[K,xr,YJ],urlParameters:[$],headerParameters:[X,Z,ae,Le],isXML:!0,serializer:pr},JCe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:LG},default:{bodyMapper:J,headersMapper:FG}},requestBody:VEe,queryParameters:[K,xr,YJ],urlParameters:[$],headerParameters:[Kl,Go,X,Z,jJ,Le,ke,Pe],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:pr},VCe={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:UG},default:{bodyMapper:J,headersMapper:qG}},queryParameters:[K,xr,JJ],urlParameters:[$],headerParameters:[X,Z,ae,WEe,$Ee],isXML:!0,serializer:pr},WCe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:HG},default:{bodyMapper:J,headersMapper:zG}},queryParameters:[K,xr,KEe],urlParameters:[$],headerParameters:[X,Z,ae,XEe,ZEe],isXML:!0,serializer:pr},$Ce={path:"/{containerName}",httpMethod:"POST",responses:{202:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:jG},default:{bodyMapper:J,headersMapper:GG}},requestBody:FJ,queryParameters:[K,UJ,xr],urlParameters:[$],headerParameters:[Go,X,Z,Fn,qJ],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:pr},KCe={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:Hx,headersMapper:YG},default:{bodyMapper:J,headersMapper:JG}},queryParameters:[K,oA,aA,HJ,zJ,xr],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:pr},XCe={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:VG},default:{bodyMapper:J,headersMapper:WG}},queryParameters:[K,xr,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,VJ,WJ,$J],isXML:!0,serializer:pr},ZCe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:$G},default:{bodyMapper:J,headersMapper:KG}},queryParameters:[K,xr,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,KJ,Xl],isXML:!0,serializer:pr},eIe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:XG},default:{bodyMapper:J,headersMapper:ZG}},queryParameters:[K,xr,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,Xl,XJ],isXML:!0,serializer:pr},tIe={path:"/{containerName}",httpMethod:"PUT",responses:{202:{headersMapper:eY},default:{bodyMapper:J,headersMapper:tY}},queryParameters:[K,xr,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,ZJ,eV],isXML:!0,serializer:pr},rIe={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:rY},default:{bodyMapper:J,headersMapper:nY}},queryParameters:[K,xr,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,Xl,tV,rV],isXML:!0,serializer:pr},nIe={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:aG,headersMapper:iY},default:{bodyMapper:J,headersMapper:sY}},queryParameters:[K,Gx,Yx,oA,aA,xr,nV],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:pr},iIe={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:AG,headersMapper:oY},default:{bodyMapper:J,headersMapper:aY}},queryParameters:[K,Gx,Yx,oA,aA,xr,nV,eCe],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:pr},sIe={path:"/{containerName}",httpMethod:"GET",responses:{200:{headersMapper:AY},default:{bodyMapper:J,headersMapper:cY}},queryParameters:[Yo,K,Jx],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:pr},ux=class{constructor(e){this.client=e}download(e){return this.client.sendOperationRequest({options:e},oIe)}getProperties(e){return this.client.sendOperationRequest({options:e},aIe)}delete(e){return this.client.sendOperationRequest({options:e},AIe)}undelete(e){return this.client.sendOperationRequest({options:e},cIe)}setExpiry(e,r){return this.client.sendOperationRequest({expiryOptions:e,options:r},lIe)}setHttpHeaders(e){return this.client.sendOperationRequest({options:e},uIe)}setImmutabilityPolicy(e){return this.client.sendOperationRequest({options:e},dIe)}deleteImmutabilityPolicy(e){return this.client.sendOperationRequest({options:e},fIe)}setLegalHold(e,r){return this.client.sendOperationRequest({legalHold:e,options:r},hIe)}setMetadata(e){return this.client.sendOperationRequest({options:e},gIe)}acquireLease(e){return this.client.sendOperationRequest({options:e},mIe)}releaseLease(e,r){return this.client.sendOperationRequest({leaseId:e,options:r},pIe)}renewLease(e,r){return this.client.sendOperationRequest({leaseId:e,options:r},yIe)}changeLease(e,r,n){return this.client.sendOperationRequest({leaseId:e,proposedLeaseId:r,options:n},EIe)}breakLease(e){return this.client.sendOperationRequest({options:e},CIe)}createSnapshot(e){return this.client.sendOperationRequest({options:e},IIe)}startCopyFromURL(e,r){return this.client.sendOperationRequest({copySource:e,options:r},BIe)}copyFromURL(e,r){return this.client.sendOperationRequest({copySource:e,options:r},QIe)}abortCopyFromURL(e,r){return this.client.sendOperationRequest({copyId:e,options:r},bIe)}setTier(e,r){return this.client.sendOperationRequest({tier:e,options:r},NIe)}getAccountInfo(e){return this.client.sendOperationRequest({options:e},wIe)}query(e){return this.client.sendOperationRequest({options:e},SIe)}getTags(e){return this.client.sendOperationRequest({options:e},xIe)}setTags(e){return this.client.sendOperationRequest({options:e},vIe)}},Nt=Vl.createSerializer($l,!0),oIe={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:ox},206:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:ox},default:{bodyMapper:J,headersMapper:lY}},queryParameters:[K,ci,Vs],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ch,tCe,rCe,hr,gr,mr,Ze,et,Ge],isXML:!0,serializer:Nt},aIe={path:"/{containerName}/{blob}",httpMethod:"HEAD",responses:{200:{headersMapper:uY},default:{bodyMapper:J,headersMapper:dY}},queryParameters:[K,ci,Vs],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,hr,gr,mr,Ze,et,Ge],isXML:!0,serializer:Nt},AIe={path:"/{containerName}/{blob}",httpMethod:"DELETE",responses:{202:{headersMapper:fY},default:{bodyMapper:J,headersMapper:hY}},queryParameters:[K,ci,Vs,iCe],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ze,et,Ge,nCe],isXML:!0,serializer:Nt},cIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:gY},default:{bodyMapper:J,headersMapper:mY}},queryParameters:[K,JJ],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Nt},lIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:pY},default:{bodyMapper:J,headersMapper:yY}},queryParameters:[K,sCe],urlParameters:[$],headerParameters:[X,Z,ae,oCe,aCe],isXML:!0,serializer:Nt},uIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:EY},default:{bodyMapper:J,headersMapper:CY}},queryParameters:[Yo,K],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ze,et,Ge,Zl,eu,tu,ru,nu,iu],isXML:!0,serializer:Nt},dIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:IY},default:{bodyMapper:J,headersMapper:BY}},queryParameters:[K,ci,Vs,iV],urlParameters:[$],headerParameters:[X,Z,ae,Pe,AA,cA],isXML:!0,serializer:Nt},fIe={path:"/{containerName}/{blob}",httpMethod:"DELETE",responses:{200:{headersMapper:QY},default:{bodyMapper:J,headersMapper:bY}},queryParameters:[K,ci,Vs,iV],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Nt},hIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:NY},default:{bodyMapper:J,headersMapper:wY}},queryParameters:[K,ci,Vs,ACe],urlParameters:[$],headerParameters:[X,Z,ae,cCe],isXML:!0,serializer:Nt},gIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:SY},default:{bodyMapper:J,headersMapper:xY}},queryParameters:[K,GJ],urlParameters:[$],headerParameters:[X,Z,ae,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Lr],isXML:!0,serializer:Nt},mIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:vY},default:{bodyMapper:J,headersMapper:RY}},queryParameters:[K,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,VJ,WJ,$J,Ze,et,Ge],isXML:!0,serializer:Nt},pIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:DY},default:{bodyMapper:J,headersMapper:_Y}},queryParameters:[K,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,KJ,Xl,Ze,et,Ge],isXML:!0,serializer:Nt},yIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:kY},default:{bodyMapper:J,headersMapper:PY}},queryParameters:[K,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,Xl,XJ,Ze,et,Ge],isXML:!0,serializer:Nt},EIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:TY},default:{bodyMapper:J,headersMapper:OY}},queryParameters:[K,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,Xl,tV,rV,Ze,et,Ge],isXML:!0,serializer:Nt},CIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:MY},default:{bodyMapper:J,headersMapper:LY}},queryParameters:[K,us],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,ZJ,eV,Ze,et,Ge],isXML:!0,serializer:Nt},IIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:FY},default:{bodyMapper:J,headersMapper:UY}},queryParameters:[K,lCe],urlParameters:[$],headerParameters:[X,Z,ae,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Lr],isXML:!0,serializer:Nt},BIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:qY},default:{bodyMapper:J,headersMapper:HY}},queryParameters:[K],urlParameters:[$],headerParameters:[X,Z,ae,Oi,Le,ke,Pe,Ze,et,Ge,AA,cA,su,sV,ou,au,Au,cu,oV,YE,lA,uCe,lu],isXML:!0,serializer:Nt},QIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:zY},default:{bodyMapper:J,headersMapper:jY}},queryParameters:[K],urlParameters:[$],headerParameters:[X,Z,ae,Oi,Le,ke,Pe,Ze,et,Ge,AA,cA,Lr,su,ou,au,Au,cu,YE,lA,lu,dCe,Ih,Bh,aV],isXML:!0,serializer:Nt},bIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{204:{headersMapper:GY},default:{bodyMapper:J,headersMapper:YY}},queryParameters:[K,fCe,gCe],urlParameters:[$],headerParameters:[X,Z,ae,Le,hCe],isXML:!0,serializer:Nt},NIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:ax},202:{headersMapper:ax},default:{bodyMapper:J,headersMapper:JY}},queryParameters:[K,ci,Vs,mCe],urlParameters:[$],headerParameters:[X,Z,ae,Le,Ge,sV,pCe],isXML:!0,serializer:Nt},wIe={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{headersMapper:VY},default:{bodyMapper:J,headersMapper:WY}},queryParameters:[Yo,K,Jx],urlParameters:[$],headerParameters:[X,Z,ae],isXML:!0,serializer:Nt},SIe={path:"/{containerName}/{blob}",httpMethod:"POST",responses:{200:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Ax},206:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Ax},default:{bodyMapper:J,headersMapper:$Y}},requestBody:yCe,queryParameters:[K,ci,ECe],urlParameters:[$],headerParameters:[Kl,Go,X,Z,Le,ke,Pe,hr,gr,mr,Ze,et,Ge],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:Nt},xIe={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:zx,headersMapper:KY},default:{bodyMapper:J,headersMapper:XY}},queryParameters:[K,ci,Vs,AV],urlParameters:[$],headerParameters:[X,Z,ae,Le,Ge],isXML:!0,serializer:Nt},vIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{204:{headersMapper:ZY},default:{bodyMapper:J,headersMapper:eJ}},requestBody:CCe,queryParameters:[K,Vs,AV],urlParameters:[$],headerParameters:[Kl,Go,X,Z,Le,Ge,Jo,uu],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:Nt},dx=class{constructor(e){this.client=e}create(e,r,n){return this.client.sendOperationRequest({contentLength:e,blobContentLength:r,options:n},RIe)}uploadPages(e,r,n){return this.client.sendOperationRequest({contentLength:e,body:r,options:n},DIe)}clearPages(e,r){return this.client.sendOperationRequest({contentLength:e,options:r},_Ie)}uploadPagesFromURL(e,r,n,i,s){return this.client.sendOperationRequest({sourceUrl:e,sourceRange:r,contentLength:n,range:i,options:s},kIe)}getPageRanges(e){return this.client.sendOperationRequest({options:e},PIe)}getPageRangesDiff(e){return this.client.sendOperationRequest({options:e},TIe)}resize(e,r){return this.client.sendOperationRequest({blobContentLength:e,options:r},OIe)}updateSequenceNumber(e,r){return this.client.sendOperationRequest({sequenceNumberAction:e,options:r},MIe)}copyIncremental(e,r){return this.client.sendOperationRequest({copySource:e,options:r},LIe)}},Ws=Vl.createSerializer($l,!0),RIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:tJ},default:{bodyMapper:J,headersMapper:rJ}},queryParameters:[K],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Zl,eu,tu,ru,nu,iu,AA,cA,Lr,su,lA,lu,ICe,cV,lV],isXML:!0,serializer:Ws},DIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:nJ},default:{bodyMapper:J,headersMapper:iJ}},requestBody:VE,queryParameters:[K,Vx],urlParameters:[$],headerParameters:[X,Z,Fn,Le,ke,Pe,Ch,hr,gr,mr,Ze,et,Ge,Lr,Jo,uu,JE,WE,uV,Wx,$x,Kx],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:Ws},_Ie={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:sJ},default:{bodyMapper:J,headersMapper:oJ}},queryParameters:[K,Vx],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Le,ke,Pe,Ch,hr,gr,mr,Ze,et,Ge,Lr,Wx,$x,Kx,BCe],isXML:!0,serializer:Ws},kIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:aJ},default:{bodyMapper:J,headersMapper:AJ}},queryParameters:[K,Vx],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Lr,ou,au,Au,cu,Ih,Bh,uV,Wx,$x,Kx,Xx,QCe,Zx,bCe],isXML:!0,serializer:Ws},PIe={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:jx,headersMapper:cJ},default:{bodyMapper:J,headersMapper:lJ}},queryParameters:[K,oA,aA,ci,dV],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ch,Ze,et,Ge],isXML:!0,serializer:Ws},TIe={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:jx,headersMapper:uJ},default:{bodyMapper:J,headersMapper:dJ}},queryParameters:[K,oA,aA,ci,dV,NCe],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ch,Ze,et,Ge,wCe],isXML:!0,serializer:Ws},OIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:fJ},default:{bodyMapper:J,headersMapper:hJ}},queryParameters:[Yo,K],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Lr,cV],isXML:!0,serializer:Ws},MIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:gJ},default:{bodyMapper:J,headersMapper:mJ}},queryParameters:[Yo,K],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ze,et,Ge,lV,SCe],isXML:!0,serializer:Ws},LIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:pJ},default:{bodyMapper:J,headersMapper:yJ}},queryParameters:[K,xCe],urlParameters:[$],headerParameters:[X,Z,ae,ke,Pe,Ze,et,Ge,YE],isXML:!0,serializer:Ws},fx=class{constructor(e){this.client=e}create(e,r){return this.client.sendOperationRequest({contentLength:e,options:r},FIe)}appendBlock(e,r,n){return this.client.sendOperationRequest({contentLength:e,body:r,options:n},UIe)}appendBlockFromUrl(e,r,n){return this.client.sendOperationRequest({sourceUrl:e,contentLength:r,options:n},qIe)}seal(e){return this.client.sendOperationRequest({options:e},HIe)}},$E=Vl.createSerializer($l,!0),FIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:EJ},default:{bodyMapper:J,headersMapper:CJ}},queryParameters:[K],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Zl,eu,tu,ru,nu,iu,AA,cA,Lr,lA,lu,vCe],isXML:!0,serializer:$E},UIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:IJ},default:{bodyMapper:J,headersMapper:BJ}},requestBody:VE,queryParameters:[K,fV],urlParameters:[$],headerParameters:[X,Z,Fn,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Lr,Jo,uu,JE,WE,hV,ev],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:$E},qIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:QJ},default:{bodyMapper:J,headersMapper:bJ}},queryParameters:[K,fV],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Lr,ou,au,Au,cu,Ih,Bh,Jo,Xx,Zx,hV,ev,gV],isXML:!0,serializer:$E},HIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:NJ},default:{bodyMapper:J,headersMapper:wJ}},queryParameters:[K,RCe],urlParameters:[$],headerParameters:[X,Z,ae,Le,ke,Pe,Ze,et,ev],isXML:!0,serializer:$E},hx=class{constructor(e){this.client=e}upload(e,r,n){return this.client.sendOperationRequest({contentLength:e,body:r,options:n},zIe)}putBlobFromUrl(e,r,n){return this.client.sendOperationRequest({contentLength:e,copySource:r,options:n},jIe)}stageBlock(e,r,n,i){return this.client.sendOperationRequest({blockId:e,contentLength:r,body:n,options:i},GIe)}stageBlockFromURL(e,r,n,i){return this.client.sendOperationRequest({blockId:e,contentLength:r,sourceUrl:n,options:i},YIe)}commitBlockList(e,r){return this.client.sendOperationRequest({blocks:e,options:r},JIe)}getBlockList(e,r){return this.client.sendOperationRequest({listType:e,options:r},VIe)}},du=Vl.createSerializer($l,!0),zIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:SJ},default:{bodyMapper:J,headersMapper:xJ}},requestBody:VE,queryParameters:[K],urlParameters:[$],headerParameters:[X,Z,Fn,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Zl,eu,tu,ru,nu,iu,AA,cA,Lr,su,lA,lu,Jo,uu,JE,WE,mV],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:du},jIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:vJ},default:{bodyMapper:J,headersMapper:RJ}},queryParameters:[K],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Zl,eu,tu,ru,nu,iu,Lr,su,ou,au,Au,cu,oV,YE,lA,Ih,Bh,aV,Jo,mV,DCe],isXML:!0,serializer:du},GIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:DJ},default:{bodyMapper:J,headersMapper:_J}},requestBody:VE,queryParameters:[K,pV,yV],urlParameters:[$],headerParameters:[X,Z,Fn,Le,hr,gr,mr,Lr,Jo,uu,JE,WE],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:du},YIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:kJ},default:{bodyMapper:J,headersMapper:PJ}},queryParameters:[K,pV,yV],urlParameters:[$],headerParameters:[X,Z,ae,Fn,Le,hr,gr,mr,Lr,ou,au,Au,cu,Ih,Bh,Xx,Zx,gV],isXML:!0,serializer:du},JIe={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:TJ},default:{bodyMapper:J,headersMapper:OJ}},requestBody:_Ce,queryParameters:[K,EV],urlParameters:[$],headerParameters:[Kl,Go,X,Z,Oi,Le,ke,Pe,hr,gr,mr,Ze,et,Ge,Zl,eu,tu,ru,nu,iu,AA,cA,Lr,su,lA,lu,Jo,uu],isXML:!0,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:du},VIe={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:lG,headersMapper:MJ},default:{bodyMapper:J,headersMapper:LJ}},queryParameters:[K,ci,EV,kCe],urlParameters:[$],headerParameters:[X,Z,ae,Le,Ge],isXML:!0,serializer:du},WIe=class extends Cye.ExtendedServiceClient{constructor(e,r){var n,i;if(e===void 0)throw new Error("'url' cannot be null");r||(r={});let s={requestContentType:"application/json; charset=utf-8"},o="azsdk-js-azure-storage-blob/12.27.0",a=r.userAgentOptions&&r.userAgentOptions.userAgentPrefix?`${r.userAgentOptions.userAgentPrefix} ${o}`:`${o}`,A=Object.assign(Object.assign(Object.assign({},s),r),{userAgentOptions:{userAgentPrefix:a},endpoint:(i=(n=r.endpoint)!==null&&n!==void 0?n:r.baseUri)!==null&&i!==void 0?i:"{url}"});super(A),this.url=e,this.version=r.version||"2025-05-05",this.service=new cx(this),this.container=new lx(this),this.blob=new ux(this),this.pageBlob=new dx(this),this.appendBlob=new fx(this),this.blockBlob=new hx(this)}},ME=class extends WIe{async sendOperationRequest(e,r){let n=Object.assign({},r);return(n.path==="/{containerName}"||n.path==="/{containerName}/{blob}")&&(n.path=""),super.sendOperationRequest(e,n)}},dh=class{constructor(e,r){this.url=Tye(e),this.accountName=Kj(e),this.pipeline=r,this.storageClientContext=new ME(this.url,eG(r)),this.isHttps=$j(Lye(this.url)||"","https"),this.credential=tG(r);let n=this.storageClientContext;n.requestContentType=void 0}},U=gye.createTracingClient({packageName:"@azure/storage-blob",packageVersion:jj,namespace:"Microsoft.Storage"}),Gs=class t{constructor(){this.read=!1,this.add=!1,this.create=!1,this.write=!1,this.delete=!1,this.deleteVersion=!1,this.tag=!1,this.move=!1,this.execute=!1,this.setImmutabilityPolicy=!1,this.permanentDelete=!1}static parse(e){let r=new t;for(let n of e)switch(n){case"r":r.read=!0;break;case"a":r.add=!0;break;case"c":r.create=!0;break;case"w":r.write=!0;break;case"d":r.delete=!0;break;case"x":r.deleteVersion=!0;break;case"t":r.tag=!0;break;case"m":r.move=!0;break;case"e":r.execute=!0;break;case"i":r.setImmutabilityPolicy=!0;break;case"y":r.permanentDelete=!0;break;default:throw new RangeError(`Invalid permission: ${n}`)}return r}static from(e){let r=new t;return e.read&&(r.read=!0),e.add&&(r.add=!0),e.create&&(r.create=!0),e.write&&(r.write=!0),e.delete&&(r.delete=!0),e.deleteVersion&&(r.deleteVersion=!0),e.tag&&(r.tag=!0),e.move&&(r.move=!0),e.execute&&(r.execute=!0),e.setImmutabilityPolicy&&(r.setImmutabilityPolicy=!0),e.permanentDelete&&(r.permanentDelete=!0),r}toString(){let e=[];return this.read&&e.push("r"),this.add&&e.push("a"),this.create&&e.push("c"),this.write&&e.push("w"),this.delete&&e.push("d"),this.deleteVersion&&e.push("x"),this.tag&&e.push("t"),this.move&&e.push("m"),this.execute&&e.push("e"),this.setImmutabilityPolicy&&e.push("i"),this.permanentDelete&&e.push("y"),e.join("")}},Ys=class t{constructor(){this.read=!1,this.add=!1,this.create=!1,this.write=!1,this.delete=!1,this.deleteVersion=!1,this.list=!1,this.tag=!1,this.move=!1,this.execute=!1,this.setImmutabilityPolicy=!1,this.permanentDelete=!1,this.filterByTags=!1}static parse(e){let r=new t;for(let n of e)switch(n){case"r":r.read=!0;break;case"a":r.add=!0;break;case"c":r.create=!0;break;case"w":r.write=!0;break;case"d":r.delete=!0;break;case"l":r.list=!0;break;case"t":r.tag=!0;break;case"x":r.deleteVersion=!0;break;case"m":r.move=!0;break;case"e":r.execute=!0;break;case"i":r.setImmutabilityPolicy=!0;break;case"y":r.permanentDelete=!0;break;case"f":r.filterByTags=!0;break;default:throw new RangeError(`Invalid permission ${n}`)}return r}static from(e){let r=new t;return e.read&&(r.read=!0),e.add&&(r.add=!0),e.create&&(r.create=!0),e.write&&(r.write=!0),e.delete&&(r.delete=!0),e.list&&(r.list=!0),e.deleteVersion&&(r.deleteVersion=!0),e.tag&&(r.tag=!0),e.move&&(r.move=!0),e.execute&&(r.execute=!0),e.setImmutabilityPolicy&&(r.setImmutabilityPolicy=!0),e.permanentDelete&&(r.permanentDelete=!0),e.filterByTags&&(r.filterByTags=!0),r}toString(){let e=[];return this.read&&e.push("r"),this.add&&e.push("a"),this.create&&e.push("c"),this.write&&e.push("w"),this.delete&&e.push("d"),this.deleteVersion&&e.push("x"),this.list&&e.push("l"),this.tag&&e.push("t"),this.move&&e.push("m"),this.execute&&e.push("e"),this.setImmutabilityPolicy&&e.push("i"),this.permanentDelete&&e.push("y"),this.filterByTags&&e.push("f"),e.join("")}},gx=class{constructor(e,r){this.accountName=e,this.userDelegationKey=r,this.key=Buffer.from(r.value,"base64")}computeHMACSHA256(e){return Tx.createHmac("sha256",this.key).update(e,"utf8").digest("base64")}};function Js(t){return t.end?`${t.start}-${t.end}`:t.start}oe.SASProtocol=void 0;(function(t){t.Https="https",t.HttpsAndHttp="https,http"})(oe.SASProtocol||(oe.SASProtocol={}));var ls=class{get ipRange(){if(this.ipRangeInner)return{end:this.ipRangeInner.end,start:this.ipRangeInner.start}}constructor(e,r,n,i,s,o,a,A,c,l,u,d,f,g,m,E,C,I,w,S){this.version=e,this.signature=r,n!==void 0&&typeof n!="string"?(this.permissions=n.permissions,this.services=n.services,this.resourceTypes=n.resourceTypes,this.protocol=n.protocol,this.startsOn=n.startsOn,this.expiresOn=n.expiresOn,this.ipRangeInner=n.ipRange,this.identifier=n.identifier,this.encryptionScope=n.encryptionScope,this.resource=n.resource,this.cacheControl=n.cacheControl,this.contentDisposition=n.contentDisposition,this.contentEncoding=n.contentEncoding,this.contentLanguage=n.contentLanguage,this.contentType=n.contentType,n.userDelegationKey&&(this.signedOid=n.userDelegationKey.signedObjectId,this.signedTenantId=n.userDelegationKey.signedTenantId,this.signedStartsOn=n.userDelegationKey.signedStartsOn,this.signedExpiresOn=n.userDelegationKey.signedExpiresOn,this.signedService=n.userDelegationKey.signedService,this.signedVersion=n.userDelegationKey.signedVersion,this.preauthorizedAgentObjectId=n.preauthorizedAgentObjectId,this.correlationId=n.correlationId)):(this.services=i,this.resourceTypes=s,this.expiresOn=A,this.permissions=n,this.protocol=o,this.startsOn=a,this.ipRangeInner=c,this.encryptionScope=S,this.identifier=l,this.resource=u,this.cacheControl=d,this.contentDisposition=f,this.contentEncoding=g,this.contentLanguage=m,this.contentType=E,C&&(this.signedOid=C.signedObjectId,this.signedTenantId=C.signedTenantId,this.signedStartsOn=C.signedStartsOn,this.signedExpiresOn=C.signedExpiresOn,this.signedService=C.signedService,this.signedVersion=C.signedVersion,this.preauthorizedAgentObjectId=I,this.correlationId=w))}toString(){let e=["sv","ss","srt","spr","st","se","sip","si","ses","skoid","sktid","skt","ske","sks","skv","sr","sp","sig","rscc","rscd","rsce","rscl","rsct","saoid","scid"],r=[];for(let n of e)switch(n){case"sv":this.tryAppendQueryParameter(r,n,this.version);break;case"ss":this.tryAppendQueryParameter(r,n,this.services);break;case"srt":this.tryAppendQueryParameter(r,n,this.resourceTypes);break;case"spr":this.tryAppendQueryParameter(r,n,this.protocol);break;case"st":this.tryAppendQueryParameter(r,n,this.startsOn?Xe(this.startsOn,!1):void 0);break;case"se":this.tryAppendQueryParameter(r,n,this.expiresOn?Xe(this.expiresOn,!1):void 0);break;case"sip":this.tryAppendQueryParameter(r,n,this.ipRange?Js(this.ipRange):void 0);break;case"si":this.tryAppendQueryParameter(r,n,this.identifier);break;case"ses":this.tryAppendQueryParameter(r,n,this.encryptionScope);break;case"skoid":this.tryAppendQueryParameter(r,n,this.signedOid);break;case"sktid":this.tryAppendQueryParameter(r,n,this.signedTenantId);break;case"skt":this.tryAppendQueryParameter(r,n,this.signedStartsOn?Xe(this.signedStartsOn,!1):void 0);break;case"ske":this.tryAppendQueryParameter(r,n,this.signedExpiresOn?Xe(this.signedExpiresOn,!1):void 0);break;case"sks":this.tryAppendQueryParameter(r,n,this.signedService);break;case"skv":this.tryAppendQueryParameter(r,n,this.signedVersion);break;case"sr":this.tryAppendQueryParameter(r,n,this.resource);break;case"sp":this.tryAppendQueryParameter(r,n,this.permissions);break;case"sig":this.tryAppendQueryParameter(r,n,this.signature);break;case"rscc":this.tryAppendQueryParameter(r,n,this.cacheControl);break;case"rscd":this.tryAppendQueryParameter(r,n,this.contentDisposition);break;case"rsce":this.tryAppendQueryParameter(r,n,this.contentEncoding);break;case"rscl":this.tryAppendQueryParameter(r,n,this.contentLanguage);break;case"rsct":this.tryAppendQueryParameter(r,n,this.contentType);break;case"saoid":this.tryAppendQueryParameter(r,n,this.preauthorizedAgentObjectId);break;case"scid":this.tryAppendQueryParameter(r,n,this.correlationId);break}return r.join("&")}tryAppendQueryParameter(e,r,n){n&&(r=encodeURIComponent(r),n=encodeURIComponent(n),r.length>0&&n.length>0&&e.push(`${r}=${n}`))}};function fh(t,e,r){return hh(t,e,r).sasQueryParameters}function hh(t,e,r){let n=t.version?t.version:Lx,i=e instanceof lt?e:void 0,s;if(i===void 0&&r!==void 0&&(s=new gx(r,e)),i===void 0&&s===void 0)throw TypeError("Invalid sharedKeyCredential, userDelegationKey or accountName.");if(n>="2020-12-06")return i!==void 0?XIe(t,i):tBe(t,s);if(n>="2018-11-09")return i!==void 0?KIe(t,i):n>="2020-02-10"?eBe(t,s):ZIe(t,s);if(n>="2015-04-05"){if(i!==void 0)return $Ie(t,i);throw new RangeError("'version' must be >= '2018-11-09' when generating user delegation SAS using user delegation key.")}throw new RangeError("'version' must be >= '2015-04-05'.")}function $Ie(t,e){if(t=hu(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";t.blobName&&(r="b");let n;t.permissions&&(t.blobName?n=Gs.parse(t.permissions.toString()).toString():n=Ys.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Xe(t.startsOn,!1):"",t.expiresOn?Xe(t.expiresOn,!1):"",fu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Js(t.ipRange):"",t.protocol?t.protocol:"",t.version,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),s=e.computeHMACSHA256(i);return{sasQueryParameters:new ls(t.version,s,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:i}}function KIe(t,e){if(t=hu(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 i;t.permissions&&(t.blobName?i=Gs.parse(t.permissions.toString()).toString():i=Ys.parse(t.permissions.toString()).toString());let s=[i||"",t.startsOn?Xe(t.startsOn,!1):"",t.expiresOn?Xe(t.expiresOn,!1):"",fu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Js(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(`
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new ls(t.version,o,i,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}}function XIe(t,e){if(t=hu(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 i;t.permissions&&(t.blobName?i=Gs.parse(t.permissions.toString()).toString():i=Ys.parse(t.permissions.toString()).toString());let s=[i||"",t.startsOn?Xe(t.startsOn,!1):"",t.expiresOn?Xe(t.expiresOn,!1):"",fu(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?Js(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(`
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new ls(t.version,o,i,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:s}}function ZIe(t,e){if(t=hu(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 i;t.permissions&&(t.blobName?i=Gs.parse(t.permissions.toString()).toString():i=Ys.parse(t.permissions.toString()).toString());let s=[i||"",t.startsOn?Xe(t.startsOn,!1):"",t.expiresOn?Xe(t.expiresOn,!1):"",fu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Xe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Xe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?Js(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new ls(t.version,o,i,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:s}}function eBe(t,e){if(t=hu(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 i;t.permissions&&(t.blobName?i=Gs.parse(t.permissions.toString()).toString():i=Ys.parse(t.permissions.toString()).toString());let s=[i||"",t.startsOn?Xe(t.startsOn,!1):"",t.expiresOn?Xe(t.expiresOn,!1):"",fu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Xe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Xe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Js(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new ls(t.version,o,i,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:s}}function tBe(t,e){if(t=hu(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 i;t.permissions&&(t.blobName?i=Gs.parse(t.permissions.toString()).toString():i=Ys.parse(t.permissions.toString()).toString());let s=[i||"",t.startsOn?Xe(t.startsOn,!1):"",t.expiresOn?Xe(t.expiresOn,!1):"",fu(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Xe(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Xe(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?Js(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,n,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(s);return{sasQueryParameters:new ls(t.version,o,i,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:s}}function fu(t,e,r){let n=[`/blob/${t}/${e}`];return r&&n.push(`/${r}`),n.join("")}function hu(t){let e=t.version?t.version:Lx;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}var gh=class{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=st.randomUUID()),this._leaseId=r}async acquireLease(e,r={}){var n,i,s,o,a;if(this._isContainer&&(!((n=r.conditions)===null||n===void 0)&&n.ifMatch&&((i=r.conditions)===null||i===void 0?void 0:i.ifMatch)!==cs||!((s=r.conditions)===null||s===void 0)&&s.ifNoneMatch&&((o=r.conditions)===null||o===void 0?void 0:o.ifNoneMatch)!==cs||!((a=r.conditions)===null||a===void 0)&&a.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 U.withSpan("BlobLeaseClient-acquireLease",r,async A=>{var c;return W(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(c=r.conditions)===null||c===void 0?void 0:c.tagConditions}),proposedLeaseId:this._leaseId,tracingOptions:A.tracingOptions}))})}async changeLease(e,r={}){var n,i,s,o,a;if(this._isContainer&&(!((n=r.conditions)===null||n===void 0)&&n.ifMatch&&((i=r.conditions)===null||i===void 0?void 0:i.ifMatch)!==cs||!((s=r.conditions)===null||s===void 0)&&s.ifNoneMatch&&((o=r.conditions)===null||o===void 0?void 0:o.ifNoneMatch)!==cs||!((a=r.conditions)===null||a===void 0)&&a.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 U.withSpan("BlobLeaseClient-changeLease",r,async A=>{var c;let l=W(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(c=r.conditions)===null||c===void 0?void 0:c.tagConditions}),tracingOptions:A.tracingOptions}));return this._leaseId=e,l})}async releaseLease(e={}){var r,n,i,s,o;if(this._isContainer&&(!((r=e.conditions)===null||r===void 0)&&r.ifMatch&&((n=e.conditions)===null||n===void 0?void 0:n.ifMatch)!==cs||!((i=e.conditions)===null||i===void 0)&&i.ifNoneMatch&&((s=e.conditions)===null||s===void 0?void 0:s.ifNoneMatch)!==cs||!((o=e.conditions)===null||o===void 0)&&o.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 U.withSpan("BlobLeaseClient-releaseLease",e,async a=>{var A;return W(await this._containerOrBlobOperation.releaseLease(this._leaseId,{abortSignal:e.abortSignal,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(A=e.conditions)===null||A===void 0?void 0:A.tagConditions}),tracingOptions:a.tracingOptions}))})}async renewLease(e={}){var r,n,i,s,o;if(this._isContainer&&(!((r=e.conditions)===null||r===void 0)&&r.ifMatch&&((n=e.conditions)===null||n===void 0?void 0:n.ifMatch)!==cs||!((i=e.conditions)===null||i===void 0)&&i.ifNoneMatch&&((s=e.conditions)===null||s===void 0?void 0:s.ifNoneMatch)!==cs||!((o=e.conditions)===null||o===void 0)&&o.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 U.withSpan("BlobLeaseClient-renewLease",e,async a=>{var A;return this._containerOrBlobOperation.renewLease(this._leaseId,{abortSignal:e.abortSignal,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(A=e.conditions)===null||A===void 0?void 0:A.tagConditions}),tracingOptions:a.tracingOptions})})}async breakLease(e,r={}){var n,i,s,o,a;if(this._isContainer&&(!((n=r.conditions)===null||n===void 0)&&n.ifMatch&&((i=r.conditions)===null||i===void 0?void 0:i.ifMatch)!==cs||!((s=r.conditions)===null||s===void 0)&&s.ifNoneMatch&&((o=r.conditions)===null||o===void 0?void 0:o.ifNoneMatch)!==cs||!((a=r.conditions)===null||a===void 0)&&a.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 U.withSpan("BlobLeaseClient-breakLease",r,async A=>{var c;let l={abortSignal:r.abortSignal,breakPeriod:e,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(c=r.conditions)===null||c===void 0?void 0:c.tagConditions}),tracingOptions:A.tracingOptions};return W(await this._containerOrBlobOperation.breakLease(l))})}},mx=class extends Ox.Readable{constructor(e,r,n,i,s={}){super({highWaterMark:s.highWaterMark}),this.retries=0,this.sourceDataHandler=o=>{if(this.options.doInjectErrorOnce){this.options.doInjectErrorOnce=void 0,this.source.pause(),this.sourceErrorOrEndHandler(),this.source.destroy();return}this.offset+=o.length,this.onProgress&&this.onProgress({loadedBytes:this.offset-this.start}),this.push(o)||this.source.pause()},this.sourceAbortedHandler=()=>{let o=new HE.AbortError("The operation was aborted.");this.destroy(o)},this.sourceErrorOrEndHandler=o=>{if(o&&o.name==="AbortError"){this.destroy(o);return}this.removeSourceEventHandlers(),this.offset-1===this.end?this.push(null):this.offset<=this.end?this.retries<this.maxRetryRequests?(this.retries+=1,this.getter(this.offset).then(a=>{this.source=a,this.setSourceEventHandlers()}).catch(a=>{this.destroy(a)})):this.destroy(new Error(`Data corruption failure: received less data than required and reached maxRetires limitation. Received data offset: ${this.offset-1}, data needed offset: ${this.end}, retries: ${this.retries}, max retries: ${this.maxRetryRequests}`)):this.destroy(new Error(`Data corruption failure: Received more data than original request, data needed offset is ${this.end}, received offset: ${this.offset-1}`))},this.getter=r,this.source=e,this.start=n,this.offset=n,this.end=n+i-1,this.maxRetryRequests=s.maxRetryRequests&&s.maxRetryRequests>=0?s.maxRetryRequests:0,this.onProgress=s.onProgress,this.options=s,this.setSourceEventHandlers()}_read(){this.source.resume()}setSourceEventHandlers(){this.source.on("data",this.sourceDataHandler),this.source.on("end",this.sourceErrorOrEndHandler),this.source.on("error",this.sourceErrorOrEndHandler),this.source.on("aborted",this.sourceAbortedHandler)}removeSourceEventHandlers(){this.source.removeListener("data",this.sourceDataHandler),this.source.removeListener("end",this.sourceErrorOrEndHandler),this.source.removeListener("error",this.sourceErrorOrEndHandler),this.source.removeListener("aborted",this.sourceAbortedHandler)}_destroy(e,r){this.removeSourceEventHandlers(),this.source.destroy(),r(e===null?void 0:e)}},px=class{get acceptRanges(){return this.originalResponse.acceptRanges}get cacheControl(){return this.originalResponse.cacheControl}get contentDisposition(){return this.originalResponse.contentDisposition}get contentEncoding(){return this.originalResponse.contentEncoding}get contentLanguage(){return this.originalResponse.contentLanguage}get blobSequenceNumber(){return this.originalResponse.blobSequenceNumber}get blobType(){return this.originalResponse.blobType}get contentLength(){return this.originalResponse.contentLength}get contentMD5(){return this.originalResponse.contentMD5}get contentRange(){return this.originalResponse.contentRange}get contentType(){return this.originalResponse.contentType}get copyCompletedOn(){return this.originalResponse.copyCompletedOn}get copyId(){return this.originalResponse.copyId}get copyProgress(){return this.originalResponse.copyProgress}get copySource(){return this.originalResponse.copySource}get copyStatus(){return this.originalResponse.copyStatus}get copyStatusDescription(){return this.originalResponse.copyStatusDescription}get leaseDuration(){return this.originalResponse.leaseDuration}get leaseState(){return this.originalResponse.leaseState}get leaseStatus(){return this.originalResponse.leaseStatus}get date(){return this.originalResponse.date}get blobCommittedBlockCount(){return this.originalResponse.blobCommittedBlockCount}get etag(){return this.originalResponse.etag}get tagCount(){return this.originalResponse.tagCount}get errorCode(){return this.originalResponse.errorCode}get isServerEncrypted(){return this.originalResponse.isServerEncrypted}get blobContentMD5(){return this.originalResponse.blobContentMD5}get lastModified(){return this.originalResponse.lastModified}get lastAccessed(){return this.originalResponse.lastAccessed}get createdOn(){return this.originalResponse.createdOn}get metadata(){return this.originalResponse.metadata}get requestId(){return this.originalResponse.requestId}get clientRequestId(){return this.originalResponse.clientRequestId}get version(){return this.originalResponse.version}get versionId(){return this.originalResponse.versionId}get isCurrentVersion(){return this.originalResponse.isCurrentVersion}get encryptionKeySha256(){return this.originalResponse.encryptionKeySha256}get contentCrc64(){return this.originalResponse.contentCrc64}get objectReplicationDestinationPolicyId(){return this.originalResponse.objectReplicationDestinationPolicyId}get objectReplicationSourceProperties(){return this.originalResponse.objectReplicationSourceProperties}get isSealed(){return this.originalResponse.isSealed}get immutabilityPolicyExpiresOn(){return this.originalResponse.immutabilityPolicyExpiresOn}get immutabilityPolicyMode(){return this.originalResponse.immutabilityPolicyMode}get legalHold(){return this.originalResponse.legalHold}get contentAsBlob(){return this.originalResponse.blobBody}get readableStreamBody(){return st.isNode?this.blobDownloadStream:void 0}get _response(){return this.originalResponse._response}constructor(e,r,n,i,s={}){this.originalResponse=e,this.blobDownloadStream=new mx(this.originalResponse.readableStreamBody,r,n,i,s)}},Mj=16,Lj=new Uint8Array([79,98,106,1]),rBe="avro.codec",nBe="avro.schema",Ot=class t{static async readFixedBytes(e,r,n={}){let i=await e.read(r,{abortSignal:n.abortSignal});if(i.length!==r)throw new Error("Hit stream end.");return i}static async readByte(e,r={}){return(await t.readFixedBytes(e,1,r))[0]}static async readZigZagLong(e,r={}){let n=0,i=0,s,o,a;do s=await t.readByte(e,r),o=s&128,n|=(s&127)<<i,i+=7;while(o&&i<28);if(o){n=n,a=268435456;do s=await t.readByte(e,r),n+=(s&127)*a,a*=128;while(s&128);let A=(n%2?-(n+1):n)/2;if(A<Number.MIN_SAFE_INTEGER||A>Number.MAX_SAFE_INTEGER)throw new Error("Integer overflow.");return A}return n>>1^-(n&1)}static async readLong(e,r={}){return t.readZigZagLong(e,r)}static async readInt(e,r={}){return t.readZigZagLong(e,r)}static async readNull(){return null}static async readBoolean(e,r={}){let n=await t.readByte(e,r);if(n===1)return!0;if(n===0)return!1;throw new Error("Byte was not a boolean.")}static async readFloat(e,r={}){let n=await t.readFixedBytes(e,4,r);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat32(0,!0)}static async readDouble(e,r={}){let n=await t.readFixedBytes(e,8,r);return new DataView(n.buffer,n.byteOffset,n.byteLength).getFloat64(0,!0)}static async readBytes(e,r={}){let n=await t.readLong(e,r);if(n<0)throw new Error("Bytes size was negative.");return e.read(n,{abortSignal:r.abortSignal})}static async readString(e,r={}){let n=await t.readBytes(e,r);return new TextDecoder().decode(n)}static async readMapPair(e,r,n={}){let i=await t.readString(e,n),s=await r(e,n);return{key:i,value:s}}static async readMap(e,r,n={}){let i=(a,A={})=>t.readMapPair(a,r,A),s=await t.readArray(e,i,n),o={};for(let a of s)o[a.key]=a.value;return o}static async readArray(e,r,n={}){let i=[];for(let s=await t.readLong(e,n);s!==0;s=await t.readLong(e,n))for(s<0&&(await t.readLong(e,n),s=-s);s--;){let o=await r(e,n);i.push(o)}return i}},nA;(function(t){t.RECORD="record",t.ENUM="enum",t.ARRAY="array",t.MAP="map",t.UNION="union",t.FIXED="fixed"})(nA||(nA={}));var dr;(function(t){t.NULL="null",t.BOOLEAN="boolean",t.INT="int",t.LONG="long",t.FLOAT="float",t.DOUBLE="double",t.BYTES="bytes",t.STRING="string"})(dr||(dr={}));var zo=class t{static fromSchema(e){return typeof e=="string"?t.fromStringSchema(e):Array.isArray(e)?t.fromArraySchema(e):t.fromObjectSchema(e)}static fromStringSchema(e){switch(e){case dr.NULL:case dr.BOOLEAN:case dr.INT:case dr.LONG:case dr.FLOAT:case dr.DOUBLE:case dr.BYTES:case dr.STRING:return new yx(e);default:throw new Error(`Unexpected Avro type ${e}`)}}static fromArraySchema(e){return new Cx(e.map(t.fromSchema))}static fromObjectSchema(e){let r=e.type;try{return t.fromStringSchema(r)}catch{}switch(r){case nA.RECORD:if(e.aliases)throw new Error(`aliases currently is not supported, schema: ${e}`);if(!e.name)throw new Error(`Required attribute 'name' doesn't exist on schema: ${e}`);let n={};if(!e.fields)throw new Error(`Required attribute 'fields' doesn't exist on schema: ${e}`);for(let i of e.fields)n[i.name]=t.fromSchema(i.type);return new Bx(n,e.name);case nA.ENUM:if(e.aliases)throw new Error(`aliases currently is not supported, schema: ${e}`);if(!e.symbols)throw new Error(`Required attribute 'symbols' doesn't exist on schema: ${e}`);return new Ex(e.symbols);case nA.MAP:if(!e.values)throw new Error(`Required attribute 'values' doesn't exist on schema: ${e}`);return new Ix(t.fromSchema(e.values));case nA.ARRAY:case nA.FIXED:default:throw new Error(`Unexpected Avro type ${r} in ${e}`)}}},yx=class extends zo{constructor(e){super(),this._primitive=e}read(e,r={}){switch(this._primitive){case dr.NULL:return Ot.readNull();case dr.BOOLEAN:return Ot.readBoolean(e,r);case dr.INT:return Ot.readInt(e,r);case dr.LONG:return Ot.readLong(e,r);case dr.FLOAT:return Ot.readFloat(e,r);case dr.DOUBLE:return Ot.readDouble(e,r);case dr.BYTES:return Ot.readBytes(e,r);case dr.STRING:return Ot.readString(e,r);default:throw new Error("Unknown Avro Primitive")}}},Ex=class extends zo{constructor(e){super(),this._symbols=e}async read(e,r={}){let n=await Ot.readInt(e,r);return this._symbols[n]}},Cx=class extends zo{constructor(e){super(),this._types=e}async read(e,r={}){let n=await Ot.readInt(e,r);return this._types[n].read(e,r)}},Ix=class extends zo{constructor(e){super(),this._itemType=e}read(e,r={}){let n=(i,s)=>this._itemType.read(i,s);return Ot.readMap(e,n,r)}},Bx=class extends zo{constructor(e,r){super(),this._fields=e,this._name=r}async read(e,r={}){let n={};n.$schema=this._name;for(let i in this._fields)Object.prototype.hasOwnProperty.call(this._fields,i)&&(n[i]=await this._fields[i].read(e,r));return n}};function Fj(t,e){if(t===e)return!0;if(t==null||e==null||t.length!==e.length)return!1;for(let r=0;r<t.length;++r)if(t[r]!==e[r])return!1;return!0}var Qx=class{get blockOffset(){return this._blockOffset}get objectIndex(){return this._objectIndex}constructor(e,r,n,i){this._dataStream=e,this._headerStream=r||e,this._initialized=!1,this._blockOffset=n||0,this._objectIndex=i||0,this._initialBlockOffset=n||0}async initialize(e={}){let r=await Ot.readFixedBytes(this._headerStream,Lj.length,{abortSignal:e.abortSignal});if(!Fj(r,Lj))throw new Error("Stream is not an Avro file.");this._metadata=await Ot.readMap(this._headerStream,Ot.readString,{abortSignal:e.abortSignal});let n=this._metadata[rBe];if(!(n==null||n==="null"))throw new Error("Codecs are not supported");this._syncMarker=await Ot.readFixedBytes(this._headerStream,Mj,{abortSignal:e.abortSignal});let i=JSON.parse(this._metadata[nBe]);if(this._itemType=zo.fromSchema(i),this._blockOffset===0&&(this._blockOffset=this._initialBlockOffset+this._dataStream.position),this._itemsRemainingInBlock=await Ot.readLong(this._dataStream,{abortSignal:e.abortSignal}),await Ot.readLong(this._dataStream,{abortSignal:e.abortSignal}),this._initialized=!0,this._objectIndex&&this._objectIndex>0)for(let s=0;s<this._objectIndex;s++)await this._itemType.read(this._dataStream,{abortSignal:e.abortSignal}),this._itemsRemainingInBlock--}hasNext(){return!this._initialized||this._itemsRemainingInBlock>0}parseObjects(){return H.__asyncGenerator(this,arguments,function*(r={}){for(this._initialized||(yield H.__await(this.initialize(r)));this.hasNext();){let n=yield H.__await(this._itemType.read(this._dataStream,{abortSignal:r.abortSignal}));if(this._itemsRemainingInBlock--,this._objectIndex++,this._itemsRemainingInBlock===0){let i=yield H.__await(Ot.readFixedBytes(this._dataStream,Mj,{abortSignal:r.abortSignal}));if(this._blockOffset=this._initialBlockOffset+this._dataStream.position,this._objectIndex=0,!Fj(this._syncMarker,i))throw new Error("Stream is not a valid Avro file.");try{this._itemsRemainingInBlock=yield H.__await(Ot.readLong(this._dataStream,{abortSignal:r.abortSignal}))}catch{this._itemsRemainingInBlock=0}this._itemsRemainingInBlock>0&&(yield H.__await(Ot.readLong(this._dataStream,{abortSignal:r.abortSignal})))}yield yield H.__await(n)}})}},bx=class{},Uj=new HE.AbortError("Reading from the avro stream was aborted."),Nx=class extends bx{toUint8Array(e){return typeof e=="string"?Buffer.from(e):e}constructor(e){super(),this._readable=e,this._position=0}get position(){return this._position}async read(e,r={}){var n;if(!((n=r.abortSignal)===null||n===void 0)&&n.aborted)throw Uj;if(e<0)throw new Error(`size parameter should be positive: ${e}`);if(e===0)return new Uint8Array;if(!this._readable.readable)throw new Error("Stream no longer readable.");let i=this._readable.read(e);return i?(this._position+=i.length,this.toUint8Array(i)):new Promise((s,o)=>{let a=()=>{this._readable.removeListener("readable",A),this._readable.removeListener("error",c),this._readable.removeListener("end",c),this._readable.removeListener("close",c),r.abortSignal&&r.abortSignal.removeEventListener("abort",l)},A=()=>{let u=this._readable.read(e);u&&(this._position+=u.length,a(),s(this.toUint8Array(u)))},c=()=>{a(),o()},l=()=>{a(),o(Uj)};this._readable.on("readable",A),this._readable.once("error",c),this._readable.once("end",c),this._readable.once("close",c),r.abortSignal&&r.abortSignal.addEventListener("abort",l)})}},wx=class extends Ox.Readable{constructor(e,r={}){super(),this.avroPaused=!0,this.source=e,this.onProgress=r.onProgress,this.onError=r.onError,this.avroReader=new Qx(new Nx(this.source)),this.avroIter=this.avroReader.parseObjects({abortSignal:r.abortSignal})}_read(){this.avroPaused&&this.readInternal().catch(e=>{this.emit("error",e)})}async readInternal(){this.avroPaused=!1;let e;do{if(e=await this.avroIter.next(),e.done)break;let r=e.value,n=r.$schema;if(typeof n!="string")throw Error("Missing schema in avro record.");switch(n){case"com.microsoft.azure.storage.queryBlobContents.resultData":{let i=r.data;if(!(i instanceof Uint8Array))throw Error("Invalid data in avro result record.");this.push(Buffer.from(i))||(this.avroPaused=!0)}break;case"com.microsoft.azure.storage.queryBlobContents.progress":{let i=r.bytesScanned;if(typeof i!="number")throw Error("Invalid bytesScanned in avro progress record.");this.onProgress&&this.onProgress({loadedBytes:i})}break;case"com.microsoft.azure.storage.queryBlobContents.end":if(this.onProgress){let i=r.totalBytes;if(typeof i!="number")throw Error("Invalid totalBytes in avro end record.");this.onProgress({loadedBytes:i})}this.push(null);break;case"com.microsoft.azure.storage.queryBlobContents.error":if(this.onError){let i=r.fatal;if(typeof i!="boolean")throw Error("Invalid fatal in avro error record.");let s=r.name;if(typeof s!="string")throw Error("Invalid name in avro error record.");let o=r.description;if(typeof o!="string")throw Error("Invalid description in avro error record.");let a=r.position;if(typeof a!="number")throw Error("Invalid position in avro error record.");this.onError({position:a,name:s,isFatal:i,description:o})}break;default:throw Error(`Unknown schema ${n} in avro progress record.`)}}while(!e.done&&!this.avroPaused)}},Sx=class{get acceptRanges(){return this.originalResponse.acceptRanges}get cacheControl(){return this.originalResponse.cacheControl}get contentDisposition(){return this.originalResponse.contentDisposition}get contentEncoding(){return this.originalResponse.contentEncoding}get contentLanguage(){return this.originalResponse.contentLanguage}get blobSequenceNumber(){return this.originalResponse.blobSequenceNumber}get blobType(){return this.originalResponse.blobType}get contentLength(){return this.originalResponse.contentLength}get contentMD5(){return this.originalResponse.contentMD5}get contentRange(){return this.originalResponse.contentRange}get contentType(){return this.originalResponse.contentType}get copyCompletedOn(){}get copyId(){return this.originalResponse.copyId}get copyProgress(){return this.originalResponse.copyProgress}get copySource(){return this.originalResponse.copySource}get copyStatus(){return this.originalResponse.copyStatus}get copyStatusDescription(){return this.originalResponse.copyStatusDescription}get leaseDuration(){return this.originalResponse.leaseDuration}get leaseState(){return this.originalResponse.leaseState}get leaseStatus(){return this.originalResponse.leaseStatus}get date(){return this.originalResponse.date}get blobCommittedBlockCount(){return this.originalResponse.blobCommittedBlockCount}get etag(){return this.originalResponse.etag}get errorCode(){return this.originalResponse.errorCode}get isServerEncrypted(){return this.originalResponse.isServerEncrypted}get blobContentMD5(){return this.originalResponse.blobContentMD5}get lastModified(){return this.originalResponse.lastModified}get metadata(){return this.originalResponse.metadata}get requestId(){return this.originalResponse.requestId}get clientRequestId(){return this.originalResponse.clientRequestId}get version(){return this.originalResponse.version}get encryptionKeySha256(){return this.originalResponse.encryptionKeySha256}get contentCrc64(){return this.originalResponse.contentCrc64}get blobBody(){}get readableStreamBody(){return st.isNode?this.blobDownloadStream:void 0}get _response(){return this.originalResponse._response}constructor(e,r={}){this.originalResponse=e,this.blobDownloadStream=new wx(this.originalResponse.readableStreamBody,r)}};oe.BlockBlobTier=void 0;(function(t){t.Hot="Hot",t.Cool="Cool",t.Cold="Cold",t.Archive="Archive"})(oe.BlockBlobTier||(oe.BlockBlobTier={}));oe.PremiumPageBlobTier=void 0;(function(t){t.P4="P4",t.P6="P6",t.P10="P10",t.P15="P15",t.P20="P20",t.P30="P30",t.P40="P40",t.P50="P50",t.P60="P60",t.P70="P70",t.P80="P80"})(oe.PremiumPageBlobTier||(oe.PremiumPageBlobTier={}));function sA(t){if(t!==void 0)return t}function fr(t,e){if(t&&!e)throw new RangeError("Customer-provided encryption key must be used over HTTPS.");t&&!t.encryptionAlgorithm&&(t.encryptionAlgorithm=xye)}oe.StorageBlobAudience=void 0;(function(t){t.StorageOAuthScopes="https://storage.azure.com/.default",t.DiskComputeOAuthScopes="https://disk.compute.azure.com/.default"})(oe.StorageBlobAudience||(oe.StorageBlobAudience={}));function iBe(t){return`https://${t}.blob.core.windows.net/.default`}function nx(t){let e=(t._response.parsedBody.pageRange||[]).map(n=>({offset:n.start,count:n.end-n.start})),r=(t._response.parsedBody.clearRange||[]).map(n=>({offset:n.start,count:n.end-n.start}));return Object.assign(Object.assign({},t),{pageRange:e,clearRange:r,_response:Object.assign(Object.assign({},t._response),{parsedBody:{pageRange:e,clearRange:r}})})}var xx=class extends mye.Poller{constructor(e){let{blobClient:r,copySource:n,intervalInMs:i=15e3,onProgress:s,resumeFrom:o,startCopyFromURLOptions:a}=e,A;o&&(A=JSON.parse(o).state);let c=nh(Object.assign(Object.assign({},A),{blobClient:r,copySource:n,startCopyFromURLOptions:a}));super(c),typeof s=="function"&&this.onProgress(s),this.intervalInMs=i}delay(){return st.delay(this.intervalInMs)}},sBe=async function(e={}){let r=this.state,{copyId:n}=r;return r.isCompleted?nh(r):n?(await r.blobClient.abortCopyFromURL(n,{abortSignal:e.abortSignal}),r.isCancelled=!0,nh(r)):(r.isCancelled=!0,nh(r))},oBe=async function(e={}){let r=this.state,{blobClient:n,copySource:i,startCopyFromURLOptions:s}=r;if(r.isStarted){if(!r.isCompleted)try{let o=await r.blobClient.getProperties({abortSignal:e.abortSignal}),{copyStatus:a,copyProgress:A}=o,c=r.copyProgress;A&&(r.copyProgress=A),a==="pending"&&A!==c&&typeof e.fireProgress=="function"?e.fireProgress(r):a==="success"?(r.result=o,r.isCompleted=!0):a==="failed"&&(r.error=new Error(`Blob copy failed with reason: "${o.copyStatusDescription||"unknown"}"`),r.isCompleted=!0)}catch(o){r.error=o,r.isCompleted=!0}}else{r.isStarted=!0;let o=await n.startCopyFromURL(i,s);r.copyId=o.copyId,o.copyStatus==="success"&&(r.result=o,r.isCompleted=!0)}return nh(r)},aBe=function(){return JSON.stringify({state:this.state},(e,r)=>{if(e!=="blobClient")return r})};function nh(t){return{state:Object.assign({},t),cancel:sBe,toString:aBe,update:oBe}}function Ln(t){if(t.offset<0)throw new RangeError("Range.offset cannot be smaller than 0.");if(t.count&&t.count<=0)throw new RangeError("Range.count must be larger than 0. Leave it undefined if you want a range from offset to the end.");return t.count?`bytes=${t.offset}-${t.offset+t.count-1}`:`bytes=${t.offset}-`}var ih;(function(t){t[t.Good=0]="Good",t[t.Error=1]="Error"})(ih||(ih={}));var LE=class{constructor(e=5){if(this.actives=0,this.completed=0,this.offset=0,this.operations=[],this.state=ih.Good,e<1)throw new RangeError("concurrency must be larger than 0");this.concurrency=e,this.emitter=new zj.EventEmitter}addOperation(e){this.operations.push(async()=>{try{this.actives++,await e(),this.actives--,this.completed++,this.parallelExecute()}catch(r){this.emitter.emit("error",r)}})}async do(){return this.operations.length===0?Promise.resolve():(this.parallelExecute(),new Promise((e,r)=>{this.emitter.on("finish",e),this.emitter.on("error",n=>{this.state=ih.Error,r(n)})}))}nextOperation(){return this.offset<this.operations.length?this.operations[this.offset++]:null}parallelExecute(){if(this.state!==ih.Error){if(this.completed>=this.operations.length){this.emitter.emit("finish");return}for(;this.actives<this.concurrency;){let e=this.nextOperation();if(e)e();else return}}}},vx=class extends Ox.Readable{constructor(e,r,n){super(n),this.buffers=e,this.byteLength=r,this.byteOffsetInCurrentBuffer=0,this.bufferIndex=0,this.pushedBytesLength=0;let i=0;for(let s of this.buffers)i+=s.byteLength;if(i<this.byteLength)throw new Error("Data size shouldn't be larger than the total length of buffers.")}_read(e){this.pushedBytesLength>=this.byteLength&&this.push(null),e||(e=this.readableHighWaterMark);let r=[],n=0;for(;n<e&&this.pushedBytesLength<this.byteLength;){let i=this.byteLength-this.pushedBytesLength,s=this.buffers[this.bufferIndex].byteLength-this.byteOffsetInCurrentBuffer,o=Math.min(s,i);if(o>e-n){let a=this.byteOffsetInCurrentBuffer+e-n;r.push(this.buffers[this.bufferIndex].slice(this.byteOffsetInCurrentBuffer,a)),this.pushedBytesLength+=e-n,this.byteOffsetInCurrentBuffer=a,n=e;break}else{let a=this.byteOffsetInCurrentBuffer+o;r.push(this.buffers[this.bufferIndex].slice(this.byteOffsetInCurrentBuffer,a)),o===s?(this.byteOffsetInCurrentBuffer=0,this.bufferIndex++):this.byteOffsetInCurrentBuffer=a,this.pushedBytesLength+=o,n+=o}}r.length>1?this.push(Buffer.concat(r)):r.length===1&&this.push(r[0])}},xE=Eye.constants.MAX_LENGTH,Rx=class{get size(){return this._size}constructor(e,r,n){this.buffers=[],this.capacity=e,this._size=0;let i=Math.ceil(e/xE);for(let s=0;s<i;s++){let o=s===i-1?e%xE:xE;o===0&&(o=xE),this.buffers.push(Buffer.allocUnsafe(o))}r&&this.fill(r,n)}fill(e,r){this._size=Math.min(this.capacity,r);let n=0,i=0,s=0,o=0,a=0;for(;a<this._size;){let A=e[n],c=this.buffers[i],l=A.copy(c,s,o);a+=l,o+=l,s+=l,o===A.length&&(n++,o=0),s===c.length&&(i++,s=0)}e.splice(0,n),e.length>0&&(e[0]=e[0].slice(o))}getReadableStream(){return new vx(this.buffers,this.size)}},Dx=class{constructor(e,r,n,i,s,o){if(this.emitter=new zj.EventEmitter,this.offset=0,this.isStreamEnd=!1,this.isError=!1,this.executingOutgoingHandlers=0,this.numBuffers=0,this.unresolvedDataArray=[],this.unresolvedLength=0,this.incoming=[],this.outgoing=[],r<=0)throw new RangeError(`bufferSize must be larger than 0, current is ${r}`);if(n<=0)throw new RangeError(`maxBuffers must be larger than 0, current is ${n}`);if(s<=0)throw new RangeError(`concurrency must be larger than 0, current is ${s}`);this.bufferSize=r,this.maxBuffers=n,this.readable=e,this.outgoingHandler=i,this.concurrency=s,this.encoding=o}async do(){return new Promise((e,r)=>{this.readable.on("data",n=>{n=typeof n=="string"?Buffer.from(n,this.encoding):n,this.appendUnresolvedData(n),this.resolveData()||this.readable.pause()}),this.readable.on("error",n=>{this.emitter.emit("error",n)}),this.readable.on("end",()=>{this.isStreamEnd=!0,this.emitter.emit("checkEnd")}),this.emitter.on("error",n=>{this.isError=!0,this.readable.pause(),r(n)}),this.emitter.on("checkEnd",()=>{if(this.outgoing.length>0){this.triggerOutgoingHandlers();return}if(this.isStreamEnd&&this.executingOutgoingHandlers===0)if(this.unresolvedLength>0&&this.unresolvedLength<this.bufferSize){let n=this.shiftBufferFromUnresolvedDataArray();this.outgoingHandler(()=>n.getReadableStream(),n.size,this.offset).then(e).catch(r)}else{if(this.unresolvedLength>=this.bufferSize)return;e()}})})}appendUnresolvedData(e){this.unresolvedDataArray.push(e),this.unresolvedLength+=e.length}shiftBufferFromUnresolvedDataArray(e){return e?e.fill(this.unresolvedDataArray,this.unresolvedLength):e=new Rx(this.bufferSize,this.unresolvedDataArray,this.unresolvedLength),this.unresolvedLength-=e.size,e}resolveData(){for(;this.unresolvedLength>=this.bufferSize;){let e;if(this.incoming.length>0)e=this.incoming.shift(),this.shiftBufferFromUnresolvedDataArray(e);else if(this.numBuffers<this.maxBuffers)e=this.shiftBufferFromUnresolvedDataArray(),this.numBuffers++;else return!1;this.outgoing.push(e),this.triggerOutgoingHandlers()}return!0}async triggerOutgoingHandlers(){let e;do{if(this.executingOutgoingHandlers>=this.concurrency)return;e=this.outgoing.shift(),e&&this.triggerOutgoingHandler(e)}while(e)}async triggerOutgoingHandler(e){let r=e.size;this.executingOutgoingHandlers++,this.offset+=r;try{await this.outgoingHandler(()=>e.getReadableStream(),r,this.offset-r)}catch(n){this.emitter.emit("error",n);return}this.executingOutgoingHandlers--,this.reuseBuffer(e),this.emitter.emit("checkEnd")}reuseBuffer(e){this.incoming.push(e),!this.isError&&this.resolveData()&&!this.isStreamEnd&&this.readable.resume()}};async function ABe(t,e,r,n,i){let s=0,o=n-r;return new Promise((a,A)=>{let c=setTimeout(()=>A(new Error("The operation cannot be completed in timeout.")),bye);t.on("readable",()=>{if(s>=o){clearTimeout(c),a();return}let l=t.read();if(!l)return;typeof l=="string"&&(l=Buffer.from(l,i));let u=s+l.length>o?o-s:l.length;e.fill(l.slice(0,u),r+s,r+s+u),s+=u}),t.on("end",()=>{clearTimeout(c),s<o&&A(new Error(`Stream drains before getting enough data needed. Data read: ${s}, data need: ${o}`)),a()}),t.on("error",l=>{clearTimeout(c),A(l)})})}async function cBe(t,e,r){let n=0,i=e.length;return new Promise((s,o)=>{t.on("readable",()=>{let a=t.read();if(a){if(typeof a=="string"&&(a=Buffer.from(a,r)),n+a.length>i){o(new Error(`Stream exceeds buffer size. Buffer size: ${i}`));return}e.fill(a,n,n+a.length),n+=a.length}}),t.on("end",()=>{s(n)}),t.on("error",o)})}async function lBe(t,e){return new Promise((r,n)=>{let i=Mx.createWriteStream(e);t.on("error",s=>{n(s)}),i.on("error",s=>{n(s)}),i.on("close",r),t.pipe(i)})}var uBe=Iye.promisify(Mx.stat),dBe=Mx.createReadStream,Ti=class t extends dh{get name(){return this._name}get containerName(){return this._containerName}constructor(e,r,n,i){i=i||{};let s,o;if(jo(r))o=e,s=r;else if(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r))o=e,i=n,s=ut(r,i);else if(!r&&typeof r!="string")o=e,n&&typeof n!="string"&&(i=n),s=ut(new dt,i);else if(r&&typeof r=="string"&&n&&typeof n=="string"){let a=r,A=n,c=Wl(e);if(c.kind==="AccountConnString")if(st.isNode){let l=new lt(c.accountName,c.accountKey);o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A)),i.proxyOptions||(i.proxyOptions=Mr.getDefaultProxySettings(c.proxyUri)),s=ut(l,i)}else throw new Error("Account connection string is only supported in Node.js environment");else if(c.kind==="SASConnString")o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A))+"?"+c.accountSas,s=ut(new dt,i);else throw new Error("Connection string must be either an Account connection string or a SAS connection string")}else throw new Error("Expecting non-empty strings for containerName and blobName parameters");super(o,s),{blobName:this._name,containerName:this._containerName}=this.getBlobAndContainerNamesFromUrl(),this.blobContext=this.storageClientContext.blob,this._snapshot=kj(this.url,Pi.Parameters.SNAPSHOT),this._versionId=kj(this.url,Pi.Parameters.VERSIONID)}withSnapshot(e){return new t(js(this.url,Pi.Parameters.SNAPSHOT,e.length===0?void 0:e),this.pipeline)}withVersion(e){return new t(js(this.url,Pi.Parameters.VERSIONID,e.length===0?void 0:e),this.pipeline)}getAppendBlobClient(){return new mh(this.url,this.pipeline)}getBlockBlobClient(){return new ph(this.url,this.pipeline)}getPageBlobClient(){return new yh(this.url,this.pipeline)}async download(e=0,r,n={}){return n.conditions=n.conditions||{},n.conditions=n.conditions||{},fr(n.customerProvidedKey,this.isHttps),U.withSpan("BlobClient-download",n,async i=>{var s;let o=W(await this.blobContext.download({abortSignal:n.abortSignal,leaseAccessConditions:n.conditions,modifiedAccessConditions:Object.assign(Object.assign({},n.conditions),{ifTags:(s=n.conditions)===null||s===void 0?void 0:s.tagConditions}),requestOptions:{onDownloadProgress:st.isNode?void 0:n.onProgress},range:e===0&&!r?void 0:Ln({offset:e,count:r}),rangeGetContentMD5:n.rangeGetContentMD5,rangeGetContentCRC64:n.rangeGetContentCrc64,snapshot:n.snapshot,cpkInfo:n.customerProvidedKey,tracingOptions:i.tracingOptions})),a=Object.assign(Object.assign({},o),{_response:o._response,objectReplicationDestinationPolicyId:o.objectReplicationPolicyId,objectReplicationSourceProperties:RE(o.objectReplicationRules)});if(!st.isNode)return a;if((n.maxRetryRequests===void 0||n.maxRetryRequests<0)&&(n.maxRetryRequests=Qye),o.contentLength===void 0)throw new RangeError("File download response doesn't contain valid content length header");if(!o.etag)throw new RangeError("File download response doesn't contain valid etag header");return new px(a,async A=>{var c;let l={leaseAccessConditions:n.conditions,modifiedAccessConditions:{ifMatch:n.conditions.ifMatch||o.etag,ifModifiedSince:n.conditions.ifModifiedSince,ifNoneMatch:n.conditions.ifNoneMatch,ifUnmodifiedSince:n.conditions.ifUnmodifiedSince,ifTags:(c=n.conditions)===null||c===void 0?void 0:c.tagConditions},range:Ln({count:e+o.contentLength-A,offset:A}),rangeGetContentMD5:n.rangeGetContentMD5,rangeGetContentCRC64:n.rangeGetContentCrc64,snapshot:n.snapshot,cpkInfo:n.customerProvidedKey};return(await this.blobContext.download(Object.assign({abortSignal:n.abortSignal},l))).readableStreamBody},e,o.contentLength,{maxRetryRequests:n.maxRetryRequests,onProgress:n.onProgress})})}async exists(e={}){return U.withSpan("BlobClient-exists",e,async r=>{try{return fr(e.customerProvidedKey,this.isHttps),await this.getProperties({abortSignal:e.abortSignal,customerProvidedKey:e.customerProvidedKey,conditions:e.conditions,tracingOptions:r.tracingOptions}),!0}catch(n){if(n.statusCode===404)return!1;if(n.statusCode===409&&(n.details.errorCode===_ye||n.details.errorCode===kye))return!0;throw n}})}async getProperties(e={}){return e.conditions=e.conditions||{},fr(e.customerProvidedKey,this.isHttps),U.withSpan("BlobClient-getProperties",e,async r=>{var n;let i=W(await this.blobContext.getProperties({abortSignal:e.abortSignal,leaseAccessConditions:e.conditions,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(n=e.conditions)===null||n===void 0?void 0:n.tagConditions}),cpkInfo:e.customerProvidedKey,tracingOptions:r.tracingOptions}));return Object.assign(Object.assign({},i),{_response:i._response,objectReplicationDestinationPolicyId:i.objectReplicationPolicyId,objectReplicationSourceProperties:RE(i.objectReplicationRules)})})}async delete(e={}){return e.conditions=e.conditions||{},U.withSpan("BlobClient-delete",e,async r=>{var n;return W(await this.blobContext.delete({abortSignal:e.abortSignal,deleteSnapshots:e.deleteSnapshots,leaseAccessConditions:e.conditions,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(n=e.conditions)===null||n===void 0?void 0:n.tagConditions}),tracingOptions:r.tracingOptions}))})}async deleteIfExists(e={}){return U.withSpan("BlobClient-deleteIfExists",e,async r=>{var n,i;try{let s=W(await this.delete(r));return Object.assign(Object.assign({succeeded:!0},s),{_response:s._response})}catch(s){if(((n=s.details)===null||n===void 0?void 0:n.errorCode)==="BlobNotFound")return Object.assign(Object.assign({succeeded:!1},(i=s.response)===null||i===void 0?void 0:i.parsedHeaders),{_response:s.response});throw s}})}async undelete(e={}){return U.withSpan("BlobClient-undelete",e,async r=>W(await this.blobContext.undelete({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions})))}async setHTTPHeaders(e,r={}){return r.conditions=r.conditions||{},fr(r.customerProvidedKey,this.isHttps),U.withSpan("BlobClient-setHTTPHeaders",r,async n=>{var i;return W(await this.blobContext.setHttpHeaders({abortSignal:r.abortSignal,blobHttpHeaders:e,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),tracingOptions:n.tracingOptions}))})}async setMetadata(e,r={}){return r.conditions=r.conditions||{},fr(r.customerProvidedKey,this.isHttps),U.withSpan("BlobClient-setMetadata",r,async n=>{var i;return W(await this.blobContext.setMetadata({abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,metadata:e,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),cpkInfo:r.customerProvidedKey,encryptionScope:r.encryptionScope,tracingOptions:n.tracingOptions}))})}async setTags(e,r={}){return U.withSpan("BlobClient-setTags",r,async n=>{var i;return W(await this.blobContext.setTags({abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),tracingOptions:n.tracingOptions,tags:Hye(e)}))})}async getTags(e={}){return U.withSpan("BlobClient-getTags",e,async r=>{var n;let i=W(await this.blobContext.getTags({abortSignal:e.abortSignal,leaseAccessConditions:e.conditions,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(n=e.conditions)===null||n===void 0?void 0:n.tagConditions}),tracingOptions:r.tracingOptions}));return Object.assign(Object.assign({},i),{_response:i._response,tags:rh({blobTagSet:i.blobTagSet})||{}})})}getBlobLeaseClient(e){return new gh(this,e)}async createSnapshot(e={}){return e.conditions=e.conditions||{},fr(e.customerProvidedKey,this.isHttps),U.withSpan("BlobClient-createSnapshot",e,async r=>{var n;return W(await this.blobContext.createSnapshot({abortSignal:e.abortSignal,leaseAccessConditions:e.conditions,metadata:e.metadata,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(n=e.conditions)===null||n===void 0?void 0:n.tagConditions}),cpkInfo:e.customerProvidedKey,encryptionScope:e.encryptionScope,tracingOptions:r.tracingOptions}))})}async beginCopyFromURL(e,r={}){let n={abortCopyFromURL:(...s)=>this.abortCopyFromURL(...s),getProperties:(...s)=>this.getProperties(...s),startCopyFromURL:(...s)=>this.startCopyFromURL(...s)},i=new xx({blobClient:n,copySource:e,intervalInMs:r.intervalInMs,onProgress:r.onProgress,resumeFrom:r.resumeFrom,startCopyFromURLOptions:r});return await i.poll(),i}async abortCopyFromURL(e,r={}){return U.withSpan("BlobClient-abortCopyFromURL",r,async n=>W(await this.blobContext.abortCopyFromURL(e,{abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,tracingOptions:n.tracingOptions})))}async syncCopyFromURL(e,r={}){return r.conditions=r.conditions||{},r.sourceConditions=r.sourceConditions||{},U.withSpan("BlobClient-syncCopyFromURL",r,async n=>{var i,s,o,a,A,c,l;return W(await this.blobContext.copyFromURL(e,{abortSignal:r.abortSignal,metadata:r.metadata,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),sourceModifiedAccessConditions:{sourceIfMatch:(s=r.sourceConditions)===null||s===void 0?void 0:s.ifMatch,sourceIfModifiedSince:(o=r.sourceConditions)===null||o===void 0?void 0:o.ifModifiedSince,sourceIfNoneMatch:(a=r.sourceConditions)===null||a===void 0?void 0:a.ifNoneMatch,sourceIfUnmodifiedSince:(A=r.sourceConditions)===null||A===void 0?void 0:A.ifUnmodifiedSince},sourceContentMD5:r.sourceContentMD5,copySourceAuthorization:ah(r.sourceAuthorization),tier:sA(r.tier),blobTagsString:iA(r.tags),immutabilityPolicyExpiry:(c=r.immutabilityPolicy)===null||c===void 0?void 0:c.expiriesOn,immutabilityPolicyMode:(l=r.immutabilityPolicy)===null||l===void 0?void 0:l.policyMode,legalHold:r.legalHold,encryptionScope:r.encryptionScope,copySourceTags:r.copySourceTags,tracingOptions:n.tracingOptions}))})}async setAccessTier(e,r={}){return U.withSpan("BlobClient-setAccessTier",r,async n=>{var i;return W(await this.blobContext.setTier(sA(e),{abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),rehydratePriority:r.rehydratePriority,tracingOptions:n.tracingOptions}))})}async downloadToBuffer(e,r,n,i={}){var s;let o,a=0,A=0,c=i;e instanceof Buffer?(o=e,a=r||0,A=typeof n=="number"?n:0):(a=typeof e=="number"?e:0,A=typeof r=="number"?r:0,c=n||{});let l=(s=c.blockSize)!==null&&s!==void 0?s:0;if(l<0)throw new RangeError("blockSize option must be >= 0");if(l===0&&(l=sx),a<0)throw new RangeError("offset option must be >= 0");if(A&&A<=0)throw new RangeError("count option must be greater than 0");return c.conditions||(c.conditions={}),U.withSpan("BlobClient-downloadToBuffer",c,async u=>{if(!A){let g=await this.getProperties(Object.assign(Object.assign({},c),{tracingOptions:u.tracingOptions}));if(A=g.contentLength-a,A<0)throw new RangeError(`offset ${a} shouldn't be larger than blob size ${g.contentLength}`)}if(!o)try{o=Buffer.alloc(A)}catch(g){throw new Error(`Unable to allocate the buffer of size: ${A}(in bytes). Please try passing your own buffer to the "downloadToBuffer" method or try using other methods like "download" or "downloadToFile". ${g.message}`)}if(o.length<A)throw new RangeError(`The buffer's size should be equal to or larger than the request count of bytes: ${A}`);let d=0,f=new LE(c.concurrency);for(let g=a;g<a+A;g=g+l)f.addOperation(async()=>{let m=a+A;g+l<m&&(m=g+l);let C=(await this.download(g,m-g,{abortSignal:c.abortSignal,conditions:c.conditions,maxRetryRequests:c.maxRetryRequestsPerBlock,customerProvidedKey:c.customerProvidedKey,tracingOptions:u.tracingOptions})).readableStreamBody;await ABe(C,o,g-a,m-a),d+=m-g,c.onProgress&&c.onProgress({loadedBytes:d})});return await f.do(),o})}async downloadToFile(e,r=0,n,i={}){return U.withSpan("BlobClient-downloadToFile",i,async s=>{let o=await this.download(r,n,Object.assign(Object.assign({},i),{tracingOptions:s.tracingOptions}));return o.readableStreamBody&&await lBe(o.readableStreamBody,e),o.blobDownloadStream=void 0,o})}getBlobAndContainerNamesFromUrl(){let e,r;try{let n=new URL(this.url);if(n.host.split(".")[1]==="blob"){let i=n.pathname.match("/([^/]*)(/(.*))?");e=i[1],r=i[3]}else if(Ux(n)){let i=n.pathname.match("/([^/]*)/([^/]*)(/(.*))?");e=i[2],r=i[4]}else{let i=n.pathname.match("/([^/]*)(/(.*))?");e=i[1],r=i[3]}if(e=decodeURIComponent(e),r=decodeURIComponent(r),r=r.replace(/\\/g,"/"),!e)throw new Error("Provided containerName is invalid.");return{blobName:r,containerName:e}}catch{throw new Error("Unable to extract blobName and containerName with provided information.")}}async startCopyFromURL(e,r={}){return U.withSpan("BlobClient-startCopyFromURL",r,async n=>{var i,s,o;return r.conditions=r.conditions||{},r.sourceConditions=r.sourceConditions||{},W(await this.blobContext.startCopyFromURL(e,{abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,metadata:r.metadata,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),sourceModifiedAccessConditions:{sourceIfMatch:r.sourceConditions.ifMatch,sourceIfModifiedSince:r.sourceConditions.ifModifiedSince,sourceIfNoneMatch:r.sourceConditions.ifNoneMatch,sourceIfUnmodifiedSince:r.sourceConditions.ifUnmodifiedSince,sourceIfTags:r.sourceConditions.tagConditions},immutabilityPolicyExpiry:(s=r.immutabilityPolicy)===null||s===void 0?void 0:s.expiriesOn,immutabilityPolicyMode:(o=r.immutabilityPolicy)===null||o===void 0?void 0:o.policyMode,legalHold:r.legalHold,rehydratePriority:r.rehydratePriority,tier:sA(r.tier),blobTagsString:iA(r.tags),sealBlob:r.sealBlob,tracingOptions:n.tracingOptions}))})}generateSasUrl(e){return new Promise(r=>{if(!(this.credential instanceof lt))throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential");let n=fh(Object.assign({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId},e),this.credential).toString();r(oh(this.url,n))})}generateSasStringToSign(e){if(!(this.credential instanceof lt))throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential");return hh(Object.assign({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId},e),this.credential).stringToSign}generateUserDelegationSasUrl(e,r){return new Promise(n=>{let i=fh(Object.assign({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId},e),r,this.accountName).toString();n(oh(this.url,i))})}generateUserDelegationSasStringToSign(e,r){return hh(Object.assign({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId},e),r,this.accountName).stringToSign}async deleteImmutabilityPolicy(e={}){return U.withSpan("BlobClient-deleteImmutabilityPolicy",e,async r=>W(await this.blobContext.deleteImmutabilityPolicy({tracingOptions:r.tracingOptions})))}async setImmutabilityPolicy(e,r={}){return U.withSpan("BlobClient-setImmutabilityPolicy",r,async n=>W(await this.blobContext.setImmutabilityPolicy({immutabilityPolicyExpiry:e.expiriesOn,immutabilityPolicyMode:e.policyMode,tracingOptions:n.tracingOptions})))}async setLegalHold(e,r={}){return U.withSpan("BlobClient-setLegalHold",r,async n=>W(await this.blobContext.setLegalHold(e,{tracingOptions:n.tracingOptions})))}async getAccountInfo(e={}){return U.withSpan("BlobClient-getAccountInfo",e,async r=>W(await this.blobContext.getAccountInfo({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions})))}},mh=class t extends Ti{constructor(e,r,n,i){let s,o;if(i=i||{},jo(r))o=e,s=r;else if(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r))o=e,i=n,s=ut(r,i);else if(!r&&typeof r!="string")o=e,s=ut(new dt,i);else if(r&&typeof r=="string"&&n&&typeof n=="string"){let a=r,A=n,c=Wl(e);if(c.kind==="AccountConnString")if(st.isNode){let l=new lt(c.accountName,c.accountKey);o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A)),i.proxyOptions||(i.proxyOptions=Mr.getDefaultProxySettings(c.proxyUri)),s=ut(l,i)}else throw new Error("Account connection string is only supported in Node.js environment");else if(c.kind==="SASConnString")o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A))+"?"+c.accountSas,s=ut(new dt,i);else throw new Error("Connection string must be either an Account connection string or a SAS connection string")}else throw new Error("Expecting non-empty strings for containerName and blobName parameters");super(o,s),this.appendBlobContext=this.storageClientContext.appendBlob}withSnapshot(e){return new t(js(this.url,Pi.Parameters.SNAPSHOT,e.length===0?void 0:e),this.pipeline)}async create(e={}){return e.conditions=e.conditions||{},fr(e.customerProvidedKey,this.isHttps),U.withSpan("AppendBlobClient-create",e,async r=>{var n,i,s;return W(await this.appendBlobContext.create(0,{abortSignal:e.abortSignal,blobHttpHeaders:e.blobHTTPHeaders,leaseAccessConditions:e.conditions,metadata:e.metadata,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(n=e.conditions)===null||n===void 0?void 0:n.tagConditions}),cpkInfo:e.customerProvidedKey,encryptionScope:e.encryptionScope,immutabilityPolicyExpiry:(i=e.immutabilityPolicy)===null||i===void 0?void 0:i.expiriesOn,immutabilityPolicyMode:(s=e.immutabilityPolicy)===null||s===void 0?void 0:s.policyMode,legalHold:e.legalHold,blobTagsString:iA(e.tags),tracingOptions:r.tracingOptions}))})}async createIfNotExists(e={}){let r={ifNoneMatch:Gj};return U.withSpan("AppendBlobClient-createIfNotExists",e,async n=>{var i,s;try{let o=W(await this.create(Object.assign(Object.assign({},n),{conditions:r})));return Object.assign(Object.assign({succeeded:!0},o),{_response:o._response})}catch(o){if(((i=o.details)===null||i===void 0?void 0:i.errorCode)==="BlobAlreadyExists")return Object.assign(Object.assign({succeeded:!1},(s=o.response)===null||s===void 0?void 0:s.parsedHeaders),{_response:o.response});throw o}})}async seal(e={}){return e.conditions=e.conditions||{},U.withSpan("AppendBlobClient-seal",e,async r=>{var n;return W(await this.appendBlobContext.seal({abortSignal:e.abortSignal,appendPositionAccessConditions:e.conditions,leaseAccessConditions:e.conditions,modifiedAccessConditions:Object.assign(Object.assign({},e.conditions),{ifTags:(n=e.conditions)===null||n===void 0?void 0:n.tagConditions}),tracingOptions:r.tracingOptions}))})}async appendBlock(e,r,n={}){return n.conditions=n.conditions||{},fr(n.customerProvidedKey,this.isHttps),U.withSpan("AppendBlobClient-appendBlock",n,async i=>{var s;return W(await this.appendBlobContext.appendBlock(r,e,{abortSignal:n.abortSignal,appendPositionAccessConditions:n.conditions,leaseAccessConditions:n.conditions,modifiedAccessConditions:Object.assign(Object.assign({},n.conditions),{ifTags:(s=n.conditions)===null||s===void 0?void 0:s.tagConditions}),requestOptions:{onUploadProgress:n.onProgress},transactionalContentMD5:n.transactionalContentMD5,transactionalContentCrc64:n.transactionalContentCrc64,cpkInfo:n.customerProvidedKey,encryptionScope:n.encryptionScope,tracingOptions:i.tracingOptions}))})}async appendBlockFromURL(e,r,n,i={}){return i.conditions=i.conditions||{},i.sourceConditions=i.sourceConditions||{},fr(i.customerProvidedKey,this.isHttps),U.withSpan("AppendBlobClient-appendBlockFromURL",i,async s=>{var o,a,A,c,l;return W(await this.appendBlobContext.appendBlockFromUrl(e,0,{abortSignal:i.abortSignal,sourceRange:Ln({offset:r,count:n}),sourceContentMD5:i.sourceContentMD5,sourceContentCrc64:i.sourceContentCrc64,leaseAccessConditions:i.conditions,appendPositionAccessConditions:i.conditions,modifiedAccessConditions:Object.assign(Object.assign({},i.conditions),{ifTags:(o=i.conditions)===null||o===void 0?void 0:o.tagConditions}),sourceModifiedAccessConditions:{sourceIfMatch:(a=i.sourceConditions)===null||a===void 0?void 0:a.ifMatch,sourceIfModifiedSince:(A=i.sourceConditions)===null||A===void 0?void 0:A.ifModifiedSince,sourceIfNoneMatch:(c=i.sourceConditions)===null||c===void 0?void 0:c.ifNoneMatch,sourceIfUnmodifiedSince:(l=i.sourceConditions)===null||l===void 0?void 0:l.ifUnmodifiedSince},copySourceAuthorization:ah(i.sourceAuthorization),cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,tracingOptions:s.tracingOptions}))})}},ph=class t extends Ti{constructor(e,r,n,i){let s,o;if(i=i||{},jo(r))o=e,s=r;else if(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r))o=e,i=n,s=ut(r,i);else if(!r&&typeof r!="string")o=e,n&&typeof n!="string"&&(i=n),s=ut(new dt,i);else if(r&&typeof r=="string"&&n&&typeof n=="string"){let a=r,A=n,c=Wl(e);if(c.kind==="AccountConnString")if(st.isNode){let l=new lt(c.accountName,c.accountKey);o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A)),i.proxyOptions||(i.proxyOptions=Mr.getDefaultProxySettings(c.proxyUri)),s=ut(l,i)}else throw new Error("Account connection string is only supported in Node.js environment");else if(c.kind==="SASConnString")o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A))+"?"+c.accountSas,s=ut(new dt,i);else throw new Error("Connection string must be either an Account connection string or a SAS connection string")}else throw new Error("Expecting non-empty strings for containerName and blobName parameters");super(o,s),this.blockBlobContext=this.storageClientContext.blockBlob,this._blobContext=this.storageClientContext.blob}withSnapshot(e){return new t(js(this.url,Pi.Parameters.SNAPSHOT,e.length===0?void 0:e),this.pipeline)}async query(e,r={}){if(fr(r.customerProvidedKey,this.isHttps),!st.isNode)throw new Error("This operation currently is only supported in Node.js.");return U.withSpan("BlockBlobClient-query",r,async n=>{var i;let s=W(await this._blobContext.query({abortSignal:r.abortSignal,queryRequest:{queryType:"SQL",expression:e,inputSerialization:Tj(r.inputTextConfiguration),outputSerialization:Tj(r.outputTextConfiguration)},leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),cpkInfo:r.customerProvidedKey,tracingOptions:n.tracingOptions}));return new Sx(s,{abortSignal:r.abortSignal,onProgress:r.onProgress,onError:r.onError})})}async upload(e,r,n={}){return n.conditions=n.conditions||{},fr(n.customerProvidedKey,this.isHttps),U.withSpan("BlockBlobClient-upload",n,async i=>{var s,o,a;return W(await this.blockBlobContext.upload(r,e,{abortSignal:n.abortSignal,blobHttpHeaders:n.blobHTTPHeaders,leaseAccessConditions:n.conditions,metadata:n.metadata,modifiedAccessConditions:Object.assign(Object.assign({},n.conditions),{ifTags:(s=n.conditions)===null||s===void 0?void 0:s.tagConditions}),requestOptions:{onUploadProgress:n.onProgress},cpkInfo:n.customerProvidedKey,encryptionScope:n.encryptionScope,immutabilityPolicyExpiry:(o=n.immutabilityPolicy)===null||o===void 0?void 0:o.expiriesOn,immutabilityPolicyMode:(a=n.immutabilityPolicy)===null||a===void 0?void 0:a.policyMode,legalHold:n.legalHold,tier:sA(n.tier),blobTagsString:iA(n.tags),tracingOptions:i.tracingOptions}))})}async syncUploadFromURL(e,r={}){return r.conditions=r.conditions||{},fr(r.customerProvidedKey,this.isHttps),U.withSpan("BlockBlobClient-syncUploadFromURL",r,async n=>{var i,s,o,a,A,c;return W(await this.blockBlobContext.putBlobFromUrl(0,e,Object.assign(Object.assign({},r),{blobHttpHeaders:r.blobHTTPHeaders,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),sourceModifiedAccessConditions:{sourceIfMatch:(s=r.sourceConditions)===null||s===void 0?void 0:s.ifMatch,sourceIfModifiedSince:(o=r.sourceConditions)===null||o===void 0?void 0:o.ifModifiedSince,sourceIfNoneMatch:(a=r.sourceConditions)===null||a===void 0?void 0:a.ifNoneMatch,sourceIfUnmodifiedSince:(A=r.sourceConditions)===null||A===void 0?void 0:A.ifUnmodifiedSince,sourceIfTags:(c=r.sourceConditions)===null||c===void 0?void 0:c.tagConditions},cpkInfo:r.customerProvidedKey,copySourceAuthorization:ah(r.sourceAuthorization),tier:sA(r.tier),blobTagsString:iA(r.tags),copySourceTags:r.copySourceTags,tracingOptions:n.tracingOptions})))})}async stageBlock(e,r,n,i={}){return fr(i.customerProvidedKey,this.isHttps),U.withSpan("BlockBlobClient-stageBlock",i,async s=>W(await this.blockBlobContext.stageBlock(e,n,r,{abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,requestOptions:{onUploadProgress:i.onProgress},transactionalContentMD5:i.transactionalContentMD5,transactionalContentCrc64:i.transactionalContentCrc64,cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,tracingOptions:s.tracingOptions})))}async stageBlockFromURL(e,r,n=0,i,s={}){return fr(s.customerProvidedKey,this.isHttps),U.withSpan("BlockBlobClient-stageBlockFromURL",s,async o=>W(await this.blockBlobContext.stageBlockFromURL(e,0,r,{abortSignal:s.abortSignal,leaseAccessConditions:s.conditions,sourceContentMD5:s.sourceContentMD5,sourceContentCrc64:s.sourceContentCrc64,sourceRange:n===0&&!i?void 0:Ln({offset:n,count:i}),cpkInfo:s.customerProvidedKey,encryptionScope:s.encryptionScope,copySourceAuthorization:ah(s.sourceAuthorization),tracingOptions:o.tracingOptions})))}async commitBlockList(e,r={}){return r.conditions=r.conditions||{},fr(r.customerProvidedKey,this.isHttps),U.withSpan("BlockBlobClient-commitBlockList",r,async n=>{var i,s,o;return W(await this.blockBlobContext.commitBlockList({latest:e},{abortSignal:r.abortSignal,blobHttpHeaders:r.blobHTTPHeaders,leaseAccessConditions:r.conditions,metadata:r.metadata,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),cpkInfo:r.customerProvidedKey,encryptionScope:r.encryptionScope,immutabilityPolicyExpiry:(s=r.immutabilityPolicy)===null||s===void 0?void 0:s.expiriesOn,immutabilityPolicyMode:(o=r.immutabilityPolicy)===null||o===void 0?void 0:o.policyMode,legalHold:r.legalHold,tier:sA(r.tier),blobTagsString:iA(r.tags),tracingOptions:n.tracingOptions}))})}async getBlockList(e,r={}){return U.withSpan("BlockBlobClient-getBlockList",r,async n=>{var i;let s=W(await this.blockBlobContext.getBlockList(e,{abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),tracingOptions:n.tracingOptions}));return s.committedBlocks||(s.committedBlocks=[]),s.uncommittedBlocks||(s.uncommittedBlocks=[]),s})}async uploadData(e,r={}){return U.withSpan("BlockBlobClient-uploadData",r,async n=>{if(st.isNode){let i;return e instanceof Buffer?i=e:e instanceof ArrayBuffer?i=Buffer.from(e):(e=e,i=Buffer.from(e.buffer,e.byteOffset,e.byteLength)),this.uploadSeekableInternal((s,o)=>i.slice(s,s+o),i.byteLength,n)}else{let i=new Blob([e]);return this.uploadSeekableInternal((s,o)=>i.slice(s,s+o),i.size,n)}})}async uploadBrowserData(e,r={}){return U.withSpan("BlockBlobClient-uploadBrowserData",r,async n=>{let i=new Blob([e]);return this.uploadSeekableInternal((s,o)=>i.slice(s,s+o),i.size,n)})}async uploadSeekableInternal(e,r,n={}){var i,s;let o=(i=n.blockSize)!==null&&i!==void 0?i:0;if(o<0||o>tx)throw new RangeError(`blockSize option must be >= 0 and <= ${tx}`);let a=(s=n.maxSingleShotSize)!==null&&s!==void 0?s:ex;if(a<0||a>ex)throw new RangeError(`maxSingleShotSize option must be >= 0 and <= ${ex}`);if(o===0){if(r>tx*wE)throw new RangeError(`${r} is too larger to upload to a block blob.`);r>a&&(o=Math.ceil(r/wE),o<sx&&(o=sx))}return n.blobHTTPHeaders||(n.blobHTTPHeaders={}),n.conditions||(n.conditions={}),U.withSpan("BlockBlobClient-uploadSeekableInternal",n,async A=>{if(r<=a)return W(await this.upload(e(0,r),r,A));let c=Math.floor((r-1)/o)+1;if(c>wE)throw new RangeError(`The buffer's size is too big or the BlockSize is too small;the number of blocks must be <= ${wE}`);let l=[],u=st.randomUUID(),d=0,f=new LE(n.concurrency);for(let g=0;g<c;g++)f.addOperation(async()=>{let m=Pj(u,g),E=o*g,I=(g===c-1?r:E+o)-E;l.push(m),await this.stageBlock(m,e(E,I),I,{abortSignal:n.abortSignal,conditions:n.conditions,encryptionScope:n.encryptionScope,tracingOptions:A.tracingOptions}),d+=I,n.onProgress&&n.onProgress({loadedBytes:d})});return await f.do(),this.commitBlockList(l,A)})}async uploadFile(e,r={}){return U.withSpan("BlockBlobClient-uploadFile",r,async n=>{let i=(await uBe(e)).size;return this.uploadSeekableInternal((s,o)=>()=>dBe(e,{autoClose:!0,end:o?s+o-1:1/0,start:s}),i,Object.assign(Object.assign({},r),{tracingOptions:n.tracingOptions}))})}async uploadStream(e,r=Bye,n=5,i={}){return i.blobHTTPHeaders||(i.blobHTTPHeaders={}),i.conditions||(i.conditions={}),U.withSpan("BlockBlobClient-uploadStream",i,async s=>{let o=0,a=st.randomUUID(),A=0,c=[];return await new Dx(e,r,n,async(u,d)=>{let f=Pj(a,o);c.push(f),o++,await this.stageBlock(f,u,d,{customerProvidedKey:i.customerProvidedKey,conditions:i.conditions,encryptionScope:i.encryptionScope,tracingOptions:s.tracingOptions}),A+=d,i.onProgress&&i.onProgress({loadedBytes:A})},Math.ceil(n/4*3)).do(),W(await this.commitBlockList(c,Object.assign(Object.assign({},i),{tracingOptions:s.tracingOptions})))})}},yh=class t extends Ti{constructor(e,r,n,i){let s,o;if(i=i||{},jo(r))o=e,s=r;else if(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r))o=e,i=n,s=ut(r,i);else if(!r&&typeof r!="string")o=e,s=ut(new dt,i);else if(r&&typeof r=="string"&&n&&typeof n=="string"){let a=r,A=n,c=Wl(e);if(c.kind==="AccountConnString")if(st.isNode){let l=new lt(c.accountName,c.accountKey);o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A)),i.proxyOptions||(i.proxyOptions=Mr.getDefaultProxySettings(c.proxyUri)),s=ut(l,i)}else throw new Error("Account connection string is only supported in Node.js environment");else if(c.kind==="SASConnString")o=Rt(Rt(c.url,encodeURIComponent(a)),encodeURIComponent(A))+"?"+c.accountSas,s=ut(new dt,i);else throw new Error("Connection string must be either an Account connection string or a SAS connection string")}else throw new Error("Expecting non-empty strings for containerName and blobName parameters");super(o,s),this.pageBlobContext=this.storageClientContext.pageBlob}withSnapshot(e){return new t(js(this.url,Pi.Parameters.SNAPSHOT,e.length===0?void 0:e),this.pipeline)}async create(e,r={}){return r.conditions=r.conditions||{},fr(r.customerProvidedKey,this.isHttps),U.withSpan("PageBlobClient-create",r,async n=>{var i,s,o;return W(await this.pageBlobContext.create(0,e,{abortSignal:r.abortSignal,blobHttpHeaders:r.blobHTTPHeaders,blobSequenceNumber:r.blobSequenceNumber,leaseAccessConditions:r.conditions,metadata:r.metadata,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),cpkInfo:r.customerProvidedKey,encryptionScope:r.encryptionScope,immutabilityPolicyExpiry:(s=r.immutabilityPolicy)===null||s===void 0?void 0:s.expiriesOn,immutabilityPolicyMode:(o=r.immutabilityPolicy)===null||o===void 0?void 0:o.policyMode,legalHold:r.legalHold,tier:sA(r.tier),blobTagsString:iA(r.tags),tracingOptions:n.tracingOptions}))})}async createIfNotExists(e,r={}){return U.withSpan("PageBlobClient-createIfNotExists",r,async n=>{var i,s;try{let o={ifNoneMatch:Gj},a=W(await this.create(e,Object.assign(Object.assign({},r),{conditions:o,tracingOptions:n.tracingOptions})));return Object.assign(Object.assign({succeeded:!0},a),{_response:a._response})}catch(o){if(((i=o.details)===null||i===void 0?void 0:i.errorCode)==="BlobAlreadyExists")return Object.assign(Object.assign({succeeded:!1},(s=o.response)===null||s===void 0?void 0:s.parsedHeaders),{_response:o.response});throw o}})}async uploadPages(e,r,n,i={}){return i.conditions=i.conditions||{},fr(i.customerProvidedKey,this.isHttps),U.withSpan("PageBlobClient-uploadPages",i,async s=>{var o;return W(await this.pageBlobContext.uploadPages(n,e,{abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:Object.assign(Object.assign({},i.conditions),{ifTags:(o=i.conditions)===null||o===void 0?void 0:o.tagConditions}),requestOptions:{onUploadProgress:i.onProgress},range:Ln({offset:r,count:n}),sequenceNumberAccessConditions:i.conditions,transactionalContentMD5:i.transactionalContentMD5,transactionalContentCrc64:i.transactionalContentCrc64,cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,tracingOptions:s.tracingOptions}))})}async uploadPagesFromURL(e,r,n,i,s={}){return s.conditions=s.conditions||{},s.sourceConditions=s.sourceConditions||{},fr(s.customerProvidedKey,this.isHttps),U.withSpan("PageBlobClient-uploadPagesFromURL",s,async o=>{var a,A,c,l,u;return W(await this.pageBlobContext.uploadPagesFromURL(e,Ln({offset:r,count:i}),0,Ln({offset:n,count:i}),{abortSignal:s.abortSignal,sourceContentMD5:s.sourceContentMD5,sourceContentCrc64:s.sourceContentCrc64,leaseAccessConditions:s.conditions,sequenceNumberAccessConditions:s.conditions,modifiedAccessConditions:Object.assign(Object.assign({},s.conditions),{ifTags:(a=s.conditions)===null||a===void 0?void 0:a.tagConditions}),sourceModifiedAccessConditions:{sourceIfMatch:(A=s.sourceConditions)===null||A===void 0?void 0:A.ifMatch,sourceIfModifiedSince:(c=s.sourceConditions)===null||c===void 0?void 0:c.ifModifiedSince,sourceIfNoneMatch:(l=s.sourceConditions)===null||l===void 0?void 0:l.ifNoneMatch,sourceIfUnmodifiedSince:(u=s.sourceConditions)===null||u===void 0?void 0:u.ifUnmodifiedSince},cpkInfo:s.customerProvidedKey,encryptionScope:s.encryptionScope,copySourceAuthorization:ah(s.sourceAuthorization),tracingOptions:o.tracingOptions}))})}async clearPages(e=0,r,n={}){return n.conditions=n.conditions||{},U.withSpan("PageBlobClient-clearPages",n,async i=>{var s;return W(await this.pageBlobContext.clearPages(0,{abortSignal:n.abortSignal,leaseAccessConditions:n.conditions,modifiedAccessConditions:Object.assign(Object.assign({},n.conditions),{ifTags:(s=n.conditions)===null||s===void 0?void 0:s.tagConditions}),range:Ln({offset:e,count:r}),sequenceNumberAccessConditions:n.conditions,cpkInfo:n.customerProvidedKey,encryptionScope:n.encryptionScope,tracingOptions:i.tracingOptions}))})}async getPageRanges(e=0,r,n={}){return n.conditions=n.conditions||{},U.withSpan("PageBlobClient-getPageRanges",n,async i=>{var s;let o=W(await this.pageBlobContext.getPageRanges({abortSignal:n.abortSignal,leaseAccessConditions:n.conditions,modifiedAccessConditions:Object.assign(Object.assign({},n.conditions),{ifTags:(s=n.conditions)===null||s===void 0?void 0:s.tagConditions}),range:Ln({offset:e,count:r}),tracingOptions:i.tracingOptions}));return nx(o)})}async listPageRangesSegment(e=0,r,n,i={}){return U.withSpan("PageBlobClient-getPageRangesSegment",i,async s=>{var o;return W(await this.pageBlobContext.getPageRanges({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:Object.assign(Object.assign({},i.conditions),{ifTags:(o=i.conditions)===null||o===void 0?void 0:o.tagConditions}),range:Ln({offset:e,count:r}),marker:n,maxPageSize:i.maxPageSize,tracingOptions:s.tracingOptions}))})}listPageRangeItemSegments(){return H.__asyncGenerator(this,arguments,function*(r=0,n,i,s={}){let o;if(i||i===void 0)do o=yield H.__await(this.listPageRangesSegment(r,n,i,s)),i=o.continuationToken,yield yield H.__await(yield H.__await(o));while(i)})}listPageRangeItems(){return H.__asyncGenerator(this,arguments,function*(r=0,n,i={}){var s,o,a,A;let c;try{for(var l=!0,u=H.__asyncValues(this.listPageRangeItemSegments(r,n,c,i)),d;d=yield H.__await(u.next()),s=d.done,!s;l=!0){A=d.value,l=!1;let f=A;yield H.__await(yield*H.__asyncDelegator(H.__asyncValues(Oj(f))))}}catch(f){o={error:f}}finally{try{!l&&!s&&(a=u.return)&&(yield H.__await(a.call(u)))}finally{if(o)throw o.error}}})}listPageRanges(e=0,r,n={}){n.conditions=n.conditions||{};let i=this.listPageRangeItems(e,r,n);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:(s={})=>this.listPageRangeItemSegments(e,r,s.continuationToken,Object.assign({maxPageSize:s.maxPageSize},n))}}async getPageRangesDiff(e,r,n,i={}){return i.conditions=i.conditions||{},U.withSpan("PageBlobClient-getPageRangesDiff",i,async s=>{var o;let a=W(await this.pageBlobContext.getPageRangesDiff({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:Object.assign(Object.assign({},i.conditions),{ifTags:(o=i.conditions)===null||o===void 0?void 0:o.tagConditions}),prevsnapshot:n,range:Ln({offset:e,count:r}),tracingOptions:s.tracingOptions}));return nx(a)})}async listPageRangesDiffSegment(e,r,n,i,s={}){return U.withSpan("PageBlobClient-getPageRangesDiffSegment",s,async o=>{var a;return W(await this.pageBlobContext.getPageRangesDiff({abortSignal:s?.abortSignal,leaseAccessConditions:s?.conditions,modifiedAccessConditions:Object.assign(Object.assign({},s?.conditions),{ifTags:(a=s?.conditions)===null||a===void 0?void 0:a.tagConditions}),prevsnapshot:n,range:Ln({offset:e,count:r}),marker:i,maxPageSize:s?.maxPageSize,tracingOptions:o.tracingOptions}))})}listPageRangeDiffItemSegments(e,r,n,i,s){return H.__asyncGenerator(this,arguments,function*(){let a;if(i||i===void 0)do a=yield H.__await(this.listPageRangesDiffSegment(e,r,n,i,s)),i=a.continuationToken,yield yield H.__await(yield H.__await(a));while(i)})}listPageRangeDiffItems(e,r,n,i){return H.__asyncGenerator(this,arguments,function*(){var o,a,A,c;let l;try{for(var u=!0,d=H.__asyncValues(this.listPageRangeDiffItemSegments(e,r,n,l,i)),f;f=yield H.__await(d.next()),o=f.done,!o;u=!0){c=f.value,u=!1;let g=c;yield H.__await(yield*H.__asyncDelegator(H.__asyncValues(Oj(g))))}}catch(g){a={error:g}}finally{try{!u&&!o&&(A=d.return)&&(yield H.__await(A.call(d)))}finally{if(a)throw a.error}}})}listPageRangesDiff(e,r,n,i={}){i.conditions=i.conditions||{};let s=this.listPageRangeDiffItems(e,r,n,Object.assign({},i));return{next(){return s.next()},[Symbol.asyncIterator](){return this},byPage:(o={})=>this.listPageRangeDiffItemSegments(e,r,n,o.continuationToken,Object.assign({maxPageSize:o.maxPageSize},i))}}async getPageRangesDiffForManagedDisks(e,r,n,i={}){return i.conditions=i.conditions||{},U.withSpan("PageBlobClient-GetPageRangesDiffForManagedDisks",i,async s=>{var o;let a=W(await this.pageBlobContext.getPageRangesDiff({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:Object.assign(Object.assign({},i.conditions),{ifTags:(o=i.conditions)===null||o===void 0?void 0:o.tagConditions}),prevSnapshotUrl:n,range:Ln({offset:e,count:r}),tracingOptions:s.tracingOptions}));return nx(a)})}async resize(e,r={}){return r.conditions=r.conditions||{},U.withSpan("PageBlobClient-resize",r,async n=>{var i;return W(await this.pageBlobContext.resize(e,{abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),encryptionScope:r.encryptionScope,tracingOptions:n.tracingOptions}))})}async updateSequenceNumber(e,r,n={}){return n.conditions=n.conditions||{},U.withSpan("PageBlobClient-updateSequenceNumber",n,async i=>{var s;return W(await this.pageBlobContext.updateSequenceNumber(e,{abortSignal:n.abortSignal,blobSequenceNumber:r,leaseAccessConditions:n.conditions,modifiedAccessConditions:Object.assign(Object.assign({},n.conditions),{ifTags:(s=n.conditions)===null||s===void 0?void 0:s.tagConditions}),tracingOptions:i.tracingOptions}))})}async startCopyIncremental(e,r={}){return U.withSpan("PageBlobClient-startCopyIncremental",r,async n=>{var i;return W(await this.pageBlobContext.copyIncremental(e,{abortSignal:r.abortSignal,modifiedAccessConditions:Object.assign(Object.assign({},r.conditions),{ifTags:(i=r.conditions)===null||i===void 0?void 0:i.tagConditions}),tracingOptions:n.tracingOptions}))})}};async function fBe(t){let e=Buffer.alloc(Sye),r=await cBe(t.readableStreamBody,e);return e=e.slice(0,r),e.toString()}function hBe(t){return Buffer.byteLength(t)}var vE=": ",qj=" ",Hj=-1,_x=class{constructor(e,r){if(!e||!e.contentType)throw new RangeError("batchResponse is malformed or doesn't contain valid content-type.");if(!r||r.size===0)throw new RangeError("Invalid state: subRequests is not provided or size is 0.");this.batchResponse=e,this.subRequests=r,this.responseBatchBoundary=this.batchResponse.contentType.split("=")[1],this.perResponsePrefix=`--${this.responseBatchBoundary}${zs}`,this.batchResponseEnding=`--${this.responseBatchBoundary}--`}async parseBatchResponse(){if(this.batchResponse._response.status!==Nye.HTTP_ACCEPTED)throw new Error(`Invalid state: batch request failed with status: '${this.batchResponse._response.status}'.`);let r=(await fBe(this.batchResponse)).split(this.batchResponseEnding)[0].split(this.perResponsePrefix).slice(1),n=r.length;if(n!==this.subRequests.size&&n!==1)throw new Error("Invalid state: sub responses' count is not equal to sub requests' count.");let i=new Array(n),s=0,o=0;for(let a=0;a<n;a++){let A=r[a],c={};c.headers=qE.toHttpHeadersLike(Mr.createHttpHeaders());let l=A.split(`${zs}`),u=!1,d=!1,f=!1,g=Hj;for(let m of l){if(!u){if(m.startsWith(Ie.CONTENT_ID)&&(g=parseInt(m.split(vE)[1])),m.startsWith(Yj)){u=!0;let E=m.split(qj);c.status=parseInt(E[1]),c.statusMessage=E.slice(2).join(qj)}continue}if(m.trim()===""){d||(d=!0);continue}if(d)c.bodyAsText||(c.bodyAsText=""),c.bodyAsText+=m;else{if(m.indexOf(vE)===-1)throw new Error(`Invalid state: find non-empty line '${m}' without HTTP header delimiter '${vE}'.`);let E=m.split(vE);c.headers.set(E[0],E[1]),E[0]===Ie.X_MS_ERROR_CODE&&(c.errorCode=E[1],f=!0)}}g!==Hj&&Number.isInteger(g)&&g>=0&&g<this.subRequests.size&&i[g]===void 0?(c._request=this.subRequests.get(g),i[g]=c):Zt.error(`subResponses[${a}] is dropped as the Content-ID is not found or invalid, Content-ID: ${g}`),f?o++:s++}return{subResponses:i,subResponsesSucceededCount:s,subResponsesFailedCount:o}}},ql;(function(t){t[t.LOCKED=0]="LOCKED",t[t.UNLOCKED=1]="UNLOCKED"})(ql||(ql={}));var Gl=class{static async lock(e){return new Promise(r=>{this.keys[e]===void 0||this.keys[e]===ql.UNLOCKED?(this.keys[e]=ql.LOCKED,r()):this.onUnlockEvent(e,()=>{this.keys[e]=ql.LOCKED,r()})})}static async unlock(e){return new Promise(r=>{this.keys[e]===ql.LOCKED&&this.emitUnlockEvent(e),delete this.keys[e],r()})}static onUnlockEvent(e,r){this.listeners[e]===void 0?this.listeners[e]=[r]:this.listeners[e].push(r)}static emitUnlockEvent(e){if(this.listeners[e]!==void 0&&this.listeners[e].length>0){let r=this.listeners[e].shift();setImmediate(()=>{r.call(this)})}}};Gl.keys={};Gl.listeners={};var zl=class{constructor(){this.batch="batch",this.batchRequest=new kx}getMultiPartContentType(){return this.batchRequest.getMultipartContentType()}getHttpRequestBody(){return this.batchRequest.getHttpRequestBody()}getSubRequests(){return this.batchRequest.getSubRequests()}async addSubRequestInternal(e,r){await Gl.lock(this.batch);try{this.batchRequest.preAddSubRequest(e),await r(),this.batchRequest.postAddSubRequest(e)}finally{await Gl.unlock(this.batch)}}setBatchType(e){if(this.batchType||(this.batchType=e),this.batchType!==e)throw new RangeError(`BlobBatch only supports one operation type per batch and it already is being used for ${this.batchType} operations.`)}async deleteBlob(e,r,n){let i,s;if(typeof e=="string"&&(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r)))i=e,s=r;else if(e instanceof Ti)i=e.url,s=e.credential,n=r;else throw new RangeError("Invalid arguments. Either url and credential, or BlobClient need be provided.");return n||(n={}),U.withSpan("BatchDeleteRequest-addSubRequest",n,async o=>{this.setBatchType("delete"),await this.addSubRequestInternal({url:i,credential:s},async()=>{await new Ti(i,this.batchRequest.createPipeline(s)).delete(o)})})}async setBlobAccessTier(e,r,n,i){let s,o,a;if(typeof e=="string"&&(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r)))s=e,o=r,a=n;else if(e instanceof Ti)s=e.url,o=e.credential,a=r,i=n;else throw new RangeError("Invalid arguments. Either url and credential, or BlobClient need be provided.");return i||(i={}),U.withSpan("BatchSetTierRequest-addSubRequest",i,async A=>{this.setBatchType("setAccessTier"),await this.addSubRequestInternal({url:s,credential:o},async()=>{await new Ti(s,this.batchRequest.createPipeline(o)).setAccessTier(a,A)})})}},kx=class{constructor(){this.operationCount=0,this.body="";let e=st.randomUUID();this.boundary=`batch_${e}`,this.subRequestPrefix=`--${this.boundary}${zs}${Ie.CONTENT_TYPE}: application/http${zs}${Ie.CONTENT_TRANSFER_ENCODING}: binary`,this.multipartContentType=`multipart/mixed; boundary=${this.boundary}`,this.batchRequestEnding=`--${this.boundary}--`,this.subRequests=new Map}createPipeline(e){let r=Mr.createEmptyPipeline();r.addPolicy(sh.serializationPolicy({stringifyXML:ix.stringifyXML,serializerOptions:{xml:{xmlCharKey:"#"}}}),{phase:"Serialize"}),r.addPolicy(mBe()),r.addPolicy(gBe(this),{afterPhase:"Sign"}),Ai.isTokenCredential(e)?r.addPolicy(Mr.bearerTokenAuthenticationPolicy({credential:e,scopes:Fx,challengeCallbacks:{authorizeRequestOnChallenge:sh.authorizeRequestOnTenantChallenge}}),{phase:"Sign"}):e instanceof lt&&r.addPolicy(Zj({accountName:e.accountName,accountKey:e.accountKey}),{phase:"Sign"});let n=new uh([]);return n._credential=e,n._corePipeline=r,n}appendSubRequestToBody(e){this.body+=[this.subRequestPrefix,`${Ie.CONTENT_ID}: ${this.operationCount}`,"",`${e.method.toString()} ${Fye(e.url)} ${Yj}${zs}`].join(zs);for(let[r,n]of e.headers)this.body+=`${r}: ${n}${zs}`;this.body+=zs}preAddSubRequest(e){if(this.operationCount>=_j)throw new RangeError(`Cannot exceed ${_j} sub requests in a single batch`);let r=jE(e.url);if(!r||r==="")throw new RangeError(`Invalid url for sub request: '${e.url}'`)}postAddSubRequest(e){this.subRequests.set(this.operationCount,e),this.operationCount++}getHttpRequestBody(){return`${this.body}${this.batchRequestEnding}${zs}`}getMultipartContentType(){return this.multipartContentType}getSubRequests(){return this.subRequests}};function gBe(t){return{name:"batchRequestAssemblePolicy",async sendRequest(e){return t.appendSubRequestToBody(e),{request:e,status:200,headers:Mr.createHttpHeaders()}}}}function mBe(){return{name:"batchHeaderFilterPolicy",async sendRequest(t,e){let r="";for(let[n]of t.headers)$j(n,Ie.X_MS_VERSION)&&(r=n);return r!==""&&t.headers.delete(r),e(t)}}}var Eh=class{constructor(e,r,n){let i;jo(r)?i=r:r?i=ut(r,n):i=ut(new dt,n);let s=new ME(e,eG(i)),o=jE(e);o&&o!=="/"?this.serviceOrContainerContext=s.container:this.serviceOrContainerContext=s.service}createBatch(){return new zl}async deleteBlobs(e,r,n){let i=new zl;for(let s of e)typeof s=="string"?await i.deleteBlob(s,r,n):await i.deleteBlob(s,r);return this.submitBatch(i)}async setBlobsAccessTier(e,r,n,i){let s=new zl;for(let o of e)typeof o=="string"?await s.setBlobAccessTier(o,r,n,i):await s.setBlobAccessTier(o,r,n);return this.submitBatch(s)}async submitBatch(e,r={}){if(!e||e.getSubRequests().size===0)throw new RangeError("Batch request should contain one or more sub requests.");return U.withSpan("BlobBatchClient-submitBatch",r,async n=>{let i=e.getHttpRequestBody(),s=W(await this.serviceOrContainerContext.submitBatch(hBe(i),e.getMultiPartContentType(),i,Object.assign({},n))),a=await new _x(s,e.getSubRequests()).parseBatchResponse();return{_response:s._response,contentType:s.contentType,errorCode:s.errorCode,requestId:s.requestId,clientRequestId:s.clientRequestId,version:s.version,subResponses:a.subResponses,subResponsesSucceededCount:a.subResponsesSucceededCount,subResponsesFailedCount:a.subResponsesFailedCount}})}},FE=class extends dh{get containerName(){return this._containerName}constructor(e,r,n){let i,s;if(n=n||{},jo(r))s=e,i=r;else if(st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r))s=e,i=ut(r,n);else if(!r&&typeof r!="string")s=e,i=ut(new dt,n);else if(r&&typeof r=="string"){let o=r,a=Wl(e);if(a.kind==="AccountConnString")if(st.isNode){let A=new lt(a.accountName,a.accountKey);s=Rt(a.url,encodeURIComponent(o)),n.proxyOptions||(n.proxyOptions=Mr.getDefaultProxySettings(a.proxyUri)),i=ut(A,n)}else throw new Error("Account connection string is only supported in Node.js environment");else if(a.kind==="SASConnString")s=Rt(a.url,encodeURIComponent(o))+"?"+a.accountSas,i=ut(new dt,n);else throw new Error("Connection string must be either an Account connection string or a SAS connection string")}else throw new Error("Expecting non-empty strings for containerName parameter");super(s,i),this._containerName=this.getContainerNameFromUrl(),this.containerContext=this.storageClientContext.container}async create(e={}){return U.withSpan("ContainerClient-create",e,async r=>W(await this.containerContext.create(r)))}async createIfNotExists(e={}){return U.withSpan("ContainerClient-createIfNotExists",e,async r=>{var n,i;try{let s=await this.create(r);return Object.assign(Object.assign({succeeded:!0},s),{_response:s._response})}catch(s){if(((n=s.details)===null||n===void 0?void 0:n.errorCode)==="ContainerAlreadyExists")return Object.assign(Object.assign({succeeded:!1},(i=s.response)===null||i===void 0?void 0:i.parsedHeaders),{_response:s.response});throw s}})}async exists(e={}){return U.withSpan("ContainerClient-exists",e,async r=>{try{return await this.getProperties({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions}),!0}catch(n){if(n.statusCode===404)return!1;throw n}})}getBlobClient(e){return new Ti(Rt(this.url,SE(e)),this.pipeline)}getAppendBlobClient(e){return new mh(Rt(this.url,SE(e)),this.pipeline)}getBlockBlobClient(e){return new ph(Rt(this.url,SE(e)),this.pipeline)}getPageBlobClient(e){return new yh(Rt(this.url,SE(e)),this.pipeline)}async getProperties(e={}){return e.conditions||(e.conditions={}),U.withSpan("ContainerClient-getProperties",e,async r=>W(await this.containerContext.getProperties(Object.assign(Object.assign({abortSignal:e.abortSignal},e.conditions),{tracingOptions:r.tracingOptions}))))}async delete(e={}){return e.conditions||(e.conditions={}),U.withSpan("ContainerClient-delete",e,async r=>W(await this.containerContext.delete({abortSignal:e.abortSignal,leaseAccessConditions:e.conditions,modifiedAccessConditions:e.conditions,tracingOptions:r.tracingOptions})))}async deleteIfExists(e={}){return U.withSpan("ContainerClient-deleteIfExists",e,async r=>{var n,i;try{let s=await this.delete(r);return Object.assign(Object.assign({succeeded:!0},s),{_response:s._response})}catch(s){if(((n=s.details)===null||n===void 0?void 0:n.errorCode)==="ContainerNotFound")return Object.assign(Object.assign({succeeded:!1},(i=s.response)===null||i===void 0?void 0:i.parsedHeaders),{_response:s.response});throw s}})}async setMetadata(e,r={}){if(r.conditions||(r.conditions={}),r.conditions.ifUnmodifiedSince)throw new RangeError("the IfUnmodifiedSince must have their default values because they are ignored by the blob service");return U.withSpan("ContainerClient-setMetadata",r,async n=>W(await this.containerContext.setMetadata({abortSignal:r.abortSignal,leaseAccessConditions:r.conditions,metadata:e,modifiedAccessConditions:r.conditions,tracingOptions:n.tracingOptions})))}async getAccessPolicy(e={}){return e.conditions||(e.conditions={}),U.withSpan("ContainerClient-getAccessPolicy",e,async r=>{let n=W(await this.containerContext.getAccessPolicy({abortSignal:e.abortSignal,leaseAccessConditions:e.conditions,tracingOptions:r.tracingOptions})),i={_response:n._response,blobPublicAccess:n.blobPublicAccess,date:n.date,etag:n.etag,errorCode:n.errorCode,lastModified:n.lastModified,requestId:n.requestId,clientRequestId:n.clientRequestId,signedIdentifiers:[],version:n.version};for(let s of n){let o;s.accessPolicy&&(o={permissions:s.accessPolicy.permissions},s.accessPolicy.expiresOn&&(o.expiresOn=new Date(s.accessPolicy.expiresOn)),s.accessPolicy.startsOn&&(o.startsOn=new Date(s.accessPolicy.startsOn))),i.signedIdentifiers.push({accessPolicy:o,id:s.id})}return i})}async setAccessPolicy(e,r,n={}){return n.conditions=n.conditions||{},U.withSpan("ContainerClient-setAccessPolicy",n,async i=>{let s=[];for(let o of r||[])s.push({accessPolicy:{expiresOn:o.accessPolicy.expiresOn?Xe(o.accessPolicy.expiresOn):"",permissions:o.accessPolicy.permissions,startsOn:o.accessPolicy.startsOn?Xe(o.accessPolicy.startsOn):""},id:o.id});return W(await this.containerContext.setAccessPolicy({abortSignal:n.abortSignal,access:e,containerAcl:s,leaseAccessConditions:n.conditions,modifiedAccessConditions:n.conditions,tracingOptions:i.tracingOptions}))})}getBlobLeaseClient(e){return new gh(this,e)}async uploadBlockBlob(e,r,n,i={}){return U.withSpan("ContainerClient-uploadBlockBlob",i,async s=>{let o=this.getBlockBlobClient(e),a=await o.upload(r,n,s);return{blockBlobClient:o,response:a}})}async deleteBlob(e,r={}){return U.withSpan("ContainerClient-deleteBlob",r,async n=>{let i=this.getBlobClient(e);return r.versionId&&(i=i.withVersion(r.versionId)),i.delete(n)})}async listBlobFlatSegment(e,r={}){return U.withSpan("ContainerClient-listBlobFlatSegment",r,async n=>{let i=W(await this.containerContext.listBlobFlatSegment(Object.assign(Object.assign({marker:e},r),{tracingOptions:n.tracingOptions})));return Object.assign(Object.assign({},i),{_response:Object.assign(Object.assign({},i._response),{parsedBody:zye(i._response.parsedBody)}),segment:Object.assign(Object.assign({},i.segment),{blobItems:i.segment.blobItems.map(o=>Object.assign(Object.assign({},o),{name:Hl(o.name),tags:rh(o.blobTags),objectReplicationSourceProperties:RE(o.objectReplicationMetadata)}))})})})}async listBlobHierarchySegment(e,r,n={}){return U.withSpan("ContainerClient-listBlobHierarchySegment",n,async i=>{var s;let o=W(await this.containerContext.listBlobHierarchySegment(e,Object.assign(Object.assign({marker:r},n),{tracingOptions:i.tracingOptions})));return Object.assign(Object.assign({},o),{_response:Object.assign(Object.assign({},o._response),{parsedBody:jye(o._response.parsedBody)}),segment:Object.assign(Object.assign({},o.segment),{blobItems:o.segment.blobItems.map(A=>Object.assign(Object.assign({},A),{name:Hl(A.name),tags:rh(A.blobTags),objectReplicationSourceProperties:RE(A.objectReplicationMetadata)})),blobPrefixes:(s=o.segment.blobPrefixes)===null||s===void 0?void 0:s.map(A=>Object.assign(Object.assign({},A),{name:Hl(A.name)}))})})})}listSegments(e){return H.__asyncGenerator(this,arguments,function*(n,i={}){let s;if(n||n===void 0)do s=yield H.__await(this.listBlobFlatSegment(n,i)),n=s.continuationToken,yield yield H.__await(yield H.__await(s));while(n)})}listItems(){return H.__asyncGenerator(this,arguments,function*(r={}){var n,i,s,o;let a;try{for(var A=!0,c=H.__asyncValues(this.listSegments(a,r)),l;l=yield H.__await(c.next()),n=l.done,!n;A=!0){o=l.value,A=!1;let u=o;yield H.__await(yield*H.__asyncDelegator(H.__asyncValues(u.segment.blobItems)))}}catch(u){i={error:u}}finally{try{!A&&!n&&(s=c.return)&&(yield H.__await(s.call(c)))}finally{if(i)throw i.error}}})}listBlobsFlat(e={}){let r=[];e.includeCopy&&r.push("copy"),e.includeDeleted&&r.push("deleted"),e.includeMetadata&&r.push("metadata"),e.includeSnapshots&&r.push("snapshots"),e.includeVersions&&r.push("versions"),e.includeUncommitedBlobs&&r.push("uncommittedblobs"),e.includeTags&&r.push("tags"),e.includeDeletedWithVersions&&r.push("deletedwithversions"),e.includeImmutabilityPolicy&&r.push("immutabilitypolicy"),e.includeLegalHold&&r.push("legalhold"),e.prefix===""&&(e.prefix=void 0);let n=Object.assign(Object.assign({},e),r.length>0?{include:r}:{}),i=this.listItems(n);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:(s={})=>this.listSegments(s.continuationToken,Object.assign({maxPageSize:s.maxPageSize},n))}}listHierarchySegments(e,r){return H.__asyncGenerator(this,arguments,function*(i,s,o={}){let a;if(s||s===void 0)do a=yield H.__await(this.listBlobHierarchySegment(i,s,o)),s=a.continuationToken,yield yield H.__await(yield H.__await(a));while(s)})}listItemsByHierarchy(e){return H.__asyncGenerator(this,arguments,function*(n,i={}){var s,o,a,A;let c;try{for(var l=!0,u=H.__asyncValues(this.listHierarchySegments(n,c,i)),d;d=yield H.__await(u.next()),s=d.done,!s;l=!0){A=d.value,l=!1;let g=A.segment;if(g.blobPrefixes)for(let m of g.blobPrefixes)yield yield H.__await(Object.assign({kind:"prefix"},m));for(let m of g.blobItems)yield yield H.__await(Object.assign({kind:"blob"},m))}}catch(f){o={error:f}}finally{try{!l&&!s&&(a=u.return)&&(yield H.__await(a.call(u)))}finally{if(o)throw o.error}}})}listBlobsByHierarchy(e,r={}){if(e==="")throw new RangeError("delimiter should contain one or more characters");let n=[];r.includeCopy&&n.push("copy"),r.includeDeleted&&n.push("deleted"),r.includeMetadata&&n.push("metadata"),r.includeSnapshots&&n.push("snapshots"),r.includeVersions&&n.push("versions"),r.includeUncommitedBlobs&&n.push("uncommittedblobs"),r.includeTags&&n.push("tags"),r.includeDeletedWithVersions&&n.push("deletedwithversions"),r.includeImmutabilityPolicy&&n.push("immutabilitypolicy"),r.includeLegalHold&&n.push("legalhold"),r.prefix===""&&(r.prefix=void 0);let i=Object.assign(Object.assign({},r),n.length>0?{include:n}:{}),s=this.listItemsByHierarchy(e,i);return{async next(){return s.next()},[Symbol.asyncIterator](){return this},byPage:(o={})=>this.listHierarchySegments(e,o.continuationToken,Object.assign({maxPageSize:o.maxPageSize},i))}}async findBlobsByTagsSegment(e,r,n={}){return U.withSpan("ContainerClient-findBlobsByTagsSegment",n,async i=>{let s=W(await this.containerContext.filterBlobs({abortSignal:n.abortSignal,where:e,marker:r,maxPageSize:n.maxPageSize,tracingOptions:i.tracingOptions}));return Object.assign(Object.assign({},s),{_response:s._response,blobs:s.blobs.map(a=>{var A;let c="";return((A=a.tags)===null||A===void 0?void 0:A.blobTagSet.length)===1&&(c=a.tags.blobTagSet[0].value),Object.assign(Object.assign({},a),{tags:rh(a.tags),tagValue:c})})})})}findBlobsByTagsSegments(e,r){return H.__asyncGenerator(this,arguments,function*(i,s,o={}){let a;if(s||s===void 0)do a=yield H.__await(this.findBlobsByTagsSegment(i,s,o)),a.blobs=a.blobs||[],s=a.continuationToken,yield yield H.__await(a);while(s)})}findBlobsByTagsItems(e){return H.__asyncGenerator(this,arguments,function*(n,i={}){var s,o,a,A;let c;try{for(var l=!0,u=H.__asyncValues(this.findBlobsByTagsSegments(n,c,i)),d;d=yield H.__await(u.next()),s=d.done,!s;l=!0){A=d.value,l=!1;let f=A;yield H.__await(yield*H.__asyncDelegator(H.__asyncValues(f.blobs)))}}catch(f){o={error:f}}finally{try{!l&&!s&&(a=u.return)&&(yield H.__await(a.call(u)))}finally{if(o)throw o.error}}})}findBlobsByTags(e,r={}){let n=Object.assign({},r),i=this.findBlobsByTagsItems(e,n);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:(s={})=>this.findBlobsByTagsSegments(e,s.continuationToken,Object.assign({maxPageSize:s.maxPageSize},n))}}async getAccountInfo(e={}){return U.withSpan("ContainerClient-getAccountInfo",e,async r=>W(await this.containerContext.getAccountInfo({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions})))}getContainerNameFromUrl(){let e;try{let r=new URL(this.url);if(r.hostname.split(".")[1]==="blob"?e=r.pathname.split("/")[1]:Ux(r)?e=r.pathname.split("/")[2]:e=r.pathname.split("/")[1],e=decodeURIComponent(e),!e)throw new Error("Provided containerName is invalid.");return e}catch{throw new Error("Unable to extract containerName with provided information.")}}generateSasUrl(e){return new Promise(r=>{if(!(this.credential instanceof lt))throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential");let n=fh(Object.assign({containerName:this._containerName},e),this.credential).toString();r(oh(this.url,n))})}generateSasStringToSign(e){if(!(this.credential instanceof lt))throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential");return hh(Object.assign({containerName:this._containerName},e),this.credential).stringToSign}generateUserDelegationSasUrl(e,r){return new Promise(n=>{let i=fh(Object.assign({containerName:this._containerName},e),r,this.accountName).toString();n(oh(this.url,i))})}generateUserDelegationSasStringToSign(e,r){return hh(Object.assign({containerName:this._containerName},e),r,this.accountName).stringToSign}getBlobBatchClient(){return new Eh(this.url,this.pipeline)}},Yl=class t{constructor(){this.read=!1,this.write=!1,this.delete=!1,this.deleteVersion=!1,this.list=!1,this.add=!1,this.create=!1,this.update=!1,this.process=!1,this.tag=!1,this.filter=!1,this.setImmutabilityPolicy=!1,this.permanentDelete=!1}static parse(e){let r=new t;for(let n of e)switch(n){case"r":r.read=!0;break;case"w":r.write=!0;break;case"d":r.delete=!0;break;case"x":r.deleteVersion=!0;break;case"l":r.list=!0;break;case"a":r.add=!0;break;case"c":r.create=!0;break;case"u":r.update=!0;break;case"p":r.process=!0;break;case"t":r.tag=!0;break;case"f":r.filter=!0;break;case"i":r.setImmutabilityPolicy=!0;break;case"y":r.permanentDelete=!0;break;default:throw new RangeError(`Invalid permission character: ${n}`)}return r}static from(e){let r=new t;return e.read&&(r.read=!0),e.write&&(r.write=!0),e.delete&&(r.delete=!0),e.deleteVersion&&(r.deleteVersion=!0),e.filter&&(r.filter=!0),e.tag&&(r.tag=!0),e.list&&(r.list=!0),e.add&&(r.add=!0),e.create&&(r.create=!0),e.update&&(r.update=!0),e.process&&(r.process=!0),e.setImmutabilityPolicy&&(r.setImmutabilityPolicy=!0),e.permanentDelete&&(r.permanentDelete=!0),r}toString(){let e=[];return this.read&&e.push("r"),this.write&&e.push("w"),this.delete&&e.push("d"),this.deleteVersion&&e.push("x"),this.filter&&e.push("f"),this.tag&&e.push("t"),this.list&&e.push("l"),this.add&&e.push("a"),this.create&&e.push("c"),this.update&&e.push("u"),this.process&&e.push("p"),this.setImmutabilityPolicy&&e.push("i"),this.permanentDelete&&e.push("y"),e.join("")}},UE=class t{constructor(){this.service=!1,this.container=!1,this.object=!1}static parse(e){let r=new t;for(let n of e)switch(n){case"s":r.service=!0;break;case"c":r.container=!0;break;case"o":r.object=!0;break;default:throw new RangeError(`Invalid resource type: ${n}`)}return r}toString(){let e=[];return this.service&&e.push("s"),this.container&&e.push("c"),this.object&&e.push("o"),e.join("")}},Jl=class t{constructor(){this.blob=!1,this.file=!1,this.queue=!1,this.table=!1}static parse(e){let r=new t;for(let n of e)switch(n){case"b":r.blob=!0;break;case"f":r.file=!0;break;case"q":r.queue=!0;break;case"t":r.table=!0;break;default:throw new RangeError(`Invalid service character: ${n}`)}return r}toString(){let e=[];return this.blob&&e.push("b"),this.table&&e.push("t"),this.queue&&e.push("q"),this.file&&e.push("f"),e.join("")}};function CV(t,e){return IV(t,e).sasQueryParameters}function IV(t,e){let r=t.version?t.version:Lx;if(t.permissions&&t.permissions.setImmutabilityPolicy&&r<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&r<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when provided 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&r<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when provided 'y' permission.");if(t.permissions&&t.permissions.tag&&r<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when provided 't' permission.");if(t.permissions&&t.permissions.filter&&r<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when provided 'f' permission.");if(t.encryptionScope&&r<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");let n=Yl.parse(t.permissions.toString()),i=Jl.parse(t.services).toString(),s=UE.parse(t.resourceTypes).toString(),o;r>="2020-12-06"?o=[e.accountName,n,i,s,t.startsOn?Xe(t.startsOn,!1):"",Xe(t.expiresOn,!1),t.ipRange?Js(t.ipRange):"",t.protocol?t.protocol:"",r,t.encryptionScope?t.encryptionScope:"",""].join(`
`):o=[e.accountName,n,i,s,t.startsOn?Xe(t.startsOn,!1):"",Xe(t.expiresOn,!1),t.ipRange?Js(t.ipRange):"",t.protocol?t.protocol:"",r,""].join(`
`);let a=e.computeHMACSHA256(o);return{sasQueryParameters:new ls(r,a,n.toString(),i,s,t.protocol,t.startsOn,t.expiresOn,t.ipRange,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0,t.encryptionScope),stringToSign:o}}var Px=class t extends dh{static fromConnectionString(e,r){r=r||{};let n=Wl(e);if(n.kind==="AccountConnString")if(st.isNode){let i=new lt(n.accountName,n.accountKey);r.proxyOptions||(r.proxyOptions=Mr.getDefaultProxySettings(n.proxyUri));let s=ut(i,r);return new t(n.url,s)}else throw new Error("Account connection string is only supported in Node.js environment");else if(n.kind==="SASConnString"){let i=ut(new dt,r);return new t(n.url+"?"+n.accountSas,i)}else throw new Error("Connection string must be either an Account connection string or a SAS connection string")}constructor(e,r,n){let i;jo(r)?i=r:st.isNode&&r instanceof lt||r instanceof dt||Ai.isTokenCredential(r)?i=ut(r,n):i=ut(new dt,n),super(e,i),this.serviceContext=this.storageClientContext.service}getContainerClient(e){return new FE(Rt(this.url,encodeURIComponent(e)),this.pipeline)}async createContainer(e,r={}){return U.withSpan("BlobServiceClient-createContainer",r,async n=>{let i=this.getContainerClient(e),s=await i.create(n);return{containerClient:i,containerCreateResponse:s}})}async deleteContainer(e,r={}){return U.withSpan("BlobServiceClient-deleteContainer",r,async n=>this.getContainerClient(e).delete(n))}async undeleteContainer(e,r,n={}){return U.withSpan("BlobServiceClient-undeleteContainer",n,async i=>{let s=this.getContainerClient(n.destinationContainerName||e),o=s.storageClientContext.container,a=W(await o.restore({deletedContainerName:e,deletedContainerVersion:r,tracingOptions:i.tracingOptions}));return{containerClient:s,containerUndeleteResponse:a}})}async renameContainer(e,r,n={}){return U.withSpan("BlobServiceClient-renameContainer",n,async i=>{var s;let o=this.getContainerClient(r),a=o.storageClientContext.container,A=W(await a.rename(e,Object.assign(Object.assign({},i),{sourceLeaseId:(s=n.sourceCondition)===null||s===void 0?void 0:s.leaseId})));return{containerClient:o,containerRenameResponse:A}})}async getProperties(e={}){return U.withSpan("BlobServiceClient-getProperties",e,async r=>W(await this.serviceContext.getProperties({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions})))}async setProperties(e,r={}){return U.withSpan("BlobServiceClient-setProperties",r,async n=>W(await this.serviceContext.setProperties(e,{abortSignal:r.abortSignal,tracingOptions:n.tracingOptions})))}async getStatistics(e={}){return U.withSpan("BlobServiceClient-getStatistics",e,async r=>W(await this.serviceContext.getStatistics({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions})))}async getAccountInfo(e={}){return U.withSpan("BlobServiceClient-getAccountInfo",e,async r=>W(await this.serviceContext.getAccountInfo({abortSignal:e.abortSignal,tracingOptions:r.tracingOptions})))}async listContainersSegment(e,r={}){return U.withSpan("BlobServiceClient-listContainersSegment",r,async n=>W(await this.serviceContext.listContainersSegment(Object.assign(Object.assign({abortSignal:r.abortSignal,marker:e},r),{include:typeof r.include=="string"?[r.include]:r.include,tracingOptions:n.tracingOptions}))))}async findBlobsByTagsSegment(e,r,n={}){return U.withSpan("BlobServiceClient-findBlobsByTagsSegment",n,async i=>{let s=W(await this.serviceContext.filterBlobs({abortSignal:n.abortSignal,where:e,marker:r,maxPageSize:n.maxPageSize,tracingOptions:i.tracingOptions}));return Object.assign(Object.assign({},s),{_response:s._response,blobs:s.blobs.map(a=>{var A;let c="";return((A=a.tags)===null||A===void 0?void 0:A.blobTagSet.length)===1&&(c=a.tags.blobTagSet[0].value),Object.assign(Object.assign({},a),{tags:rh(a.tags),tagValue:c})})})})}findBlobsByTagsSegments(e,r){return H.__asyncGenerator(this,arguments,function*(i,s,o={}){let a;if(s||s===void 0)do a=yield H.__await(this.findBlobsByTagsSegment(i,s,o)),a.blobs=a.blobs||[],s=a.continuationToken,yield yield H.__await(a);while(s)})}findBlobsByTagsItems(e){return H.__asyncGenerator(this,arguments,function*(n,i={}){var s,o,a,A;let c;try{for(var l=!0,u=H.__asyncValues(this.findBlobsByTagsSegments(n,c,i)),d;d=yield H.__await(u.next()),s=d.done,!s;l=!0){A=d.value,l=!1;let f=A;yield H.__await(yield*H.__asyncDelegator(H.__asyncValues(f.blobs)))}}catch(f){o={error:f}}finally{try{!l&&!s&&(a=u.return)&&(yield H.__await(a.call(u)))}finally{if(o)throw o.error}}})}findBlobsByTags(e,r={}){let n=Object.assign({},r),i=this.findBlobsByTagsItems(e,n);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:(s={})=>this.findBlobsByTagsSegments(e,s.continuationToken,Object.assign({maxPageSize:s.maxPageSize},n))}}listSegments(e){return H.__asyncGenerator(this,arguments,function*(n,i={}){let s;if(n||n===void 0)do s=yield H.__await(this.listContainersSegment(n,i)),s.containerItems=s.containerItems||[],n=s.continuationToken,yield yield H.__await(yield H.__await(s));while(n)})}listItems(){return H.__asyncGenerator(this,arguments,function*(r={}){var n,i,s,o;let a;try{for(var A=!0,c=H.__asyncValues(this.listSegments(a,r)),l;l=yield H.__await(c.next()),n=l.done,!n;A=!0){o=l.value,A=!1;let u=o;yield H.__await(yield*H.__asyncDelegator(H.__asyncValues(u.containerItems)))}}catch(u){i={error:u}}finally{try{!A&&!n&&(s=c.return)&&(yield H.__await(s.call(c)))}finally{if(i)throw i.error}}})}listContainers(e={}){e.prefix===""&&(e.prefix=void 0);let r=[];e.includeDeleted&&r.push("deleted"),e.includeMetadata&&r.push("metadata"),e.includeSystem&&r.push("system");let n=Object.assign(Object.assign({},e),r.length>0?{include:r}:{}),i=this.listItems(n);return{next(){return i.next()},[Symbol.asyncIterator](){return this},byPage:(s={})=>this.listSegments(s.continuationToken,Object.assign({maxPageSize:s.maxPageSize},n))}}async getUserDelegationKey(e,r,n={}){return U.withSpan("BlobServiceClient-getUserDelegationKey",n,async i=>{let s=W(await this.serviceContext.getUserDelegationKey({startsOn:Xe(e,!1),expiresOn:Xe(r,!1)},{abortSignal:n.abortSignal,tracingOptions:i.tracingOptions})),o={signedObjectId:s.signedObjectId,signedTenantId:s.signedTenantId,signedStartsOn:new Date(s.signedStartsOn),signedExpiresOn:new Date(s.signedExpiresOn),signedService:s.signedService,signedVersion:s.signedVersion,value:s.value};return Object.assign({_response:s._response,requestId:s.requestId,clientRequestId:s.clientRequestId,version:s.version,date:s.date,errorCode:s.errorCode},o)})}getBlobBatchClient(){return new Eh(this.url,this.pipeline)}generateAccountSasUrl(e,r=Yl.parse("r"),n="sco",i={}){if(!(this.credential instanceof lt))throw RangeError("Can only generate the account SAS when the client is initialized with a shared key credential");if(e===void 0){let o=new Date;e=new Date(o.getTime()+3600*1e3)}let s=CV(Object.assign({permissions:r,expiresOn:e,resourceTypes:n,services:Jl.parse("b").toString()},i),this.credential).toString();return oh(this.url,s)}generateSasStringToSign(e,r=Yl.parse("r"),n="sco",i={}){if(!(this.credential instanceof lt))throw RangeError("Can only generate the account SAS when the client is initialized with a shared key credential");if(e===void 0){let s=new Date;e=new Date(s.getTime()+3600*1e3)}return IV(Object.assign({permissions:r,expiresOn:e,resourceTypes:n,services:Jl.parse("b").toString()},i),this.credential).stringToSign}};oe.KnownEncryptionAlgorithmType=void 0;(function(t){t.AES256="AES256"})(oe.KnownEncryptionAlgorithmType||(oe.KnownEncryptionAlgorithmType={}));Object.defineProperty(oe,"RestError",{enumerable:!0,get:function(){return Mr.RestError}});oe.AccountSASPermissions=Yl;oe.AccountSASResourceTypes=UE;oe.AccountSASServices=Jl;oe.AnonymousCredential=dt;oe.AnonymousCredentialPolicy=PE;oe.AppendBlobClient=mh;oe.BaseRequestPolicy=jl;oe.BlobBatch=zl;oe.BlobBatchClient=Eh;oe.BlobClient=Ti;oe.BlobLeaseClient=gh;oe.BlobSASPermissions=Gs;oe.BlobServiceClient=Px;oe.BlockBlobClient=ph;oe.ContainerClient=FE;oe.ContainerSASPermissions=Ys;oe.Credential=ch;oe.CredentialPolicy=Ah;oe.PageBlobClient=yh;oe.Pipeline=uh;oe.SASQueryParameters=ls;oe.StorageBrowserPolicy=TE;oe.StorageBrowserPolicyFactory=OE;oe.StorageOAuthScopes=Fx;oe.StorageRetryPolicy=DE;oe.StorageRetryPolicyFactory=_E;oe.StorageSharedKeyCredential=lt;oe.StorageSharedKeyCredentialPolicy=kE;oe.generateAccountSASQueryParameters=CV;oe.generateBlobSASQueryParameters=fh;oe.getBlobServiceAccountAudience=iBe;oe.isPipelineLike=jo;oe.logger=Zt;oe.newPipeline=ut});var ov=h(gn=>{"use strict";Object.defineProperty(gn,"__esModule",{value:!0});gn.UsageError=gn.NetworkError=gn.GHESNotSupportedError=gn.CacheNotFoundError=gn.InvalidResponseError=gn.FilesNotFoundError=void 0;var rv=class extends Error{constructor(e=[]){let r="No files were found to upload";e.length>0&&(r+=`: ${e.join(", ")}`),super(r),this.files=e,this.name="FilesNotFoundError"}};gn.FilesNotFoundError=rv;var nv=class extends Error{constructor(e){super(e),this.name="InvalidResponseError"}};gn.InvalidResponseError=nv;var iv=class extends Error{constructor(e="Cache not found"){super(e),this.name="CacheNotFoundError"}};gn.CacheNotFoundError=iv;var sv=class extends Error{constructor(e="@actions/cache v4.1.4+, actions/cache/save@v4+ and actions/cache/restore@v4+ are not currently supported on GHES."){super(e),this.name="GHESNotSupportedError"}};gn.GHESNotSupportedError=sv;var KE=class extends Error{constructor(e){let r=`Unable to make request: ${e}
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: 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"}};gn.NetworkError=KE;KE.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var XE=class extends Error{constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries. Usage is recalculated every 6-12 hours.
More info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};gn.UsageError=XE;XE.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1});var BV=h(mn=>{"use strict";var pBe=mn&&mn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),yBe=mn&&mn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),EBe=mn&&mn.__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)&&pBe(e,t,r);return yBe(e,t),e},CBe=mn&&mn.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(mn,"__esModule",{value:!0});mn.uploadCacheArchiveSDK=mn.UploadProgress=void 0;var av=EBe(at()),IBe=tv(),BBe=ov(),ZE=class{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,i=(e/(1024*1024)/(n/1e3)).toFixed(1);av.info(`Sent ${e} of ${this.contentLength} (${r}%), ${i} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))};this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};mn.UploadProgress=ZE;function QBe(t,e,r){var n;return CBe(this,void 0,void 0,function*(){let i=new IBe.BlobClient(t),s=i.getBlockBlobClient(),o=new ZE((n=r?.archiveSizeBytes)!==null&&n!==void 0?n:0),a={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:o.onProgress()};try{o.startDisplayTimer(),av.debug(`BlobClient: ${i.name}:${i.accountName}:${i.containerName}`);let A=yield s.uploadFile(e,a);if(A._response.status>=400)throw new BBe.InvalidResponseError(`uploadCacheArchiveSDK: upload failed with status code ${A._response.status}`);return A}catch(A){throw av.warning(`uploadCacheArchiveSDK: internal error uploading cache archive: ${A.message}`),A}finally{o.stopDisplayTimer()}})}mn.uploadCacheArchiveSDK=QBe});var cv=h(Mt=>{"use strict";var bBe=Mt&&Mt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),NBe=Mt&&Mt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),wBe=Mt&&Mt.__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)&&bBe(e,t,r);return NBe(e,t),e},tC=Mt&&Mt.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Mt,"__esModule",{value:!0});Mt.retryHttpClientResponse=Mt.retryTypedResponse=Mt.retry=Mt.isRetryableStatusCode=Mt.isServerErrorStatusCode=Mt.isSuccessStatusCode=void 0;var QV=wBe(at()),eC=Fa(),gu=hf();function SBe(t){return t?t>=200&&t<300:!1}Mt.isSuccessStatusCode=SBe;function bV(t){return t?t>=500:!0}Mt.isServerErrorStatusCode=bV;function NV(t){return t?[eC.HttpCodes.BadGateway,eC.HttpCodes.ServiceUnavailable,eC.HttpCodes.GatewayTimeout].includes(t):!1}Mt.isRetryableStatusCode=NV;function xBe(t){return tC(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}function Av(t,e,r,n=gu.DefaultRetryAttempts,i=gu.DefaultRetryDelay,s=void 0){return tC(this,void 0,void 0,function*(){let o="",a=1;for(;a<=n;){let A,c,l=!1;try{A=yield e()}catch(u){s&&(A=s(u)),l=!0,o=u.message}if(A&&(c=r(A),!bV(c)))return A;if(c&&(l=NV(c),o=`Cache service responded with ${c}`),QV.debug(`${t} - Attempt ${a} of ${n} failed with error: ${o}`),!l){QV.debug(`${t} - Error is not retryable`);break}yield xBe(i),a++}throw Error(`${t} failed: ${o}`)})}Mt.retry=Av;function vBe(t,e,r=gu.DefaultRetryAttempts,n=gu.DefaultRetryDelay){return tC(this,void 0,void 0,function*(){return yield Av(t,e,i=>i.statusCode,r,n,i=>{if(i instanceof eC.HttpClientError)return{statusCode:i.statusCode,result:null,headers:{},error:i}})})}Mt.retryTypedResponse=vBe;function RBe(t,e,r=gu.DefaultRetryAttempts,n=gu.DefaultRetryDelay){return tC(this,void 0,void 0,function*(){return yield Av(t,e,i=>i.message.statusCode,r,n)})}Mt.retryHttpClientResponse=RBe});var SV=h(bh=>{"use strict";Object.defineProperty(bh,"__esModule",{value:!0});var mu=new WeakMap,rC=new WeakMap,Qh=class t{constructor(){this.onabort=null,mu.set(this,[]),rC.set(this,!1)}get aborted(){if(!rC.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return rC.get(this)}static get none(){return new t}addEventListener(e,r){if(!mu.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");mu.get(this).push(r)}removeEventListener(e,r){if(!mu.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let n=mu.get(this),i=n.indexOf(r);i>-1&&n.splice(i,1)}dispatchEvent(e){throw new Error("This is a stub dispatchEvent implementation that should not be used. It only exists for type-checking purposes.")}};function wV(t){if(t.aborted)return;t.onabort&&t.onabort.call(t);let e=mu.get(t);e&&e.slice().forEach(r=>{r.call(t,{type:"abort"})}),rC.set(t,!0)}var lv=class extends Error{constructor(e){super(e),this.name="AbortError"}},uv=class{constructor(e){if(this._signal=new Qh,!!e){Array.isArray(e)||(e=arguments);for(let r of e)r.aborted?this.abort():r.addEventListener("abort",()=>{this.abort()})}}get signal(){return this._signal}abort(){wV(this._signal)}static timeout(e){let r=new Qh,n=setTimeout(wV,e,r);return typeof n.unref=="function"&&n.unref(),r}};bh.AbortController=uv;bh.AbortError=lv;bh.AbortSignal=Qh});var _V=h(yr=>{"use strict";var DBe=yr&&yr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),_Be=yr&&yr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),pu=yr&&yr.__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)&&DBe(e,t,r);return _Be(e,t),e},li=yr&&yr.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(yr,"__esModule",{value:!0});yr.downloadCacheStorageSDK=yr.downloadCacheHttpClientConcurrent=yr.downloadCacheHttpClient=yr.DownloadProgress=void 0;var wh=pu(at()),vV=Fa(),kBe=tv(),PBe=pu(Q("buffer")),Nh=pu(Q("fs")),TBe=pu(Q("stream")),OBe=pu(Q("util")),MBe=pu(jc()),xV=hf(),dv=cv(),LBe=SV();function FBe(t,e){return li(this,void 0,void 0,function*(){yield OBe.promisify(TBe.pipeline)(t.message,e)})}var Sh=class{constructor(e){this.contentLength=e,this.segmentIndex=0,this.segmentSize=0,this.segmentOffset=0,this.receivedBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}nextSegment(e){this.segmentOffset=this.segmentOffset+this.segmentSize,this.segmentIndex=this.segmentIndex+1,this.segmentSize=e,this.receivedBytes=0,wh.debug(`Downloading segment at offset ${this.segmentOffset} with length ${this.segmentSize}...`)}setReceivedBytes(e){this.receivedBytes=e}getTransferredBytes(){return this.segmentOffset+this.receivedBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.segmentOffset+this.receivedBytes,r=(100*(e/this.contentLength)).toFixed(1),n=Date.now()-this.startTime,i=(e/(1024*1024)/(n/1e3)).toFixed(1);wh.info(`Received ${e} of ${this.contentLength} (${r}%), ${i} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setReceivedBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))};this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};yr.DownloadProgress=Sh;function RV(t,e){return li(this,void 0,void 0,function*(){let r=Nh.createWriteStream(e),n=new vV.HttpClient("actions/cache"),i=yield(0,dv.retryHttpClientResponse)("downloadCache",()=>li(this,void 0,void 0,function*(){return n.get(t)}));i.message.socket.setTimeout(xV.SocketTimeout,()=>{i.message.destroy(),wh.debug(`Aborting download, socket timed out after ${xV.SocketTimeout} ms`)}),yield FBe(i,r);let s=i.message.headers["content-length"];if(s){let o=parseInt(s),a=MBe.getArchiveFileSizeInBytes(e);if(a!==o)throw new Error(`Incomplete download. Expected file size: ${o}, actual file size: ${a}`)}else wh.debug("Unable to validate download, no Content-Length header")})}yr.downloadCacheHttpClient=RV;function UBe(t,e,r){var n;return li(this,void 0,void 0,function*(){let i=yield Nh.promises.open(e,"w"),s=new vV.HttpClient("actions/cache",void 0,{socketTimeout:r.timeoutInMs,keepAlive:!0});try{let a=(yield(0,dv.retryHttpClientResponse)("downloadCacheMetadata",()=>li(this,void 0,void 0,function*(){return yield s.request("HEAD",t,null,{})}))).message.headers["content-length"];if(a==null)throw new Error("Content-Length not found on blob response");let A=parseInt(a);if(Number.isNaN(A))throw new Error(`Could not interpret Content-Length: ${A}`);let c=[],l=4*1024*1024;for(let I=0;I<A;I+=l){let w=Math.min(l,A-I);c.push({offset:I,promiseGetter:()=>li(this,void 0,void 0,function*(){return yield qBe(s,t,I,w)})})}c.reverse();let u=0,d=0,f=new Sh(A);f.startDisplayTimer();let g=f.onProgress(),m=[],E,C=()=>li(this,void 0,void 0,function*(){let I=yield Promise.race(Object.values(m));yield i.write(I.buffer,0,I.count,I.offset),u--,delete m[I.offset],d+=I.count,g({loadedBytes:d})});for(;E=c.pop();)m[E.offset]=E.promiseGetter(),u++,u>=((n=r.downloadConcurrency)!==null&&n!==void 0?n:10)&&(yield C());for(;u>0;)yield C()}finally{s.dispose(),yield i.close()}})}yr.downloadCacheHttpClientConcurrent=UBe;function qBe(t,e,r,n){return li(this,void 0,void 0,function*(){let s=0;for(;;)try{let a=yield DV(3e4,HBe(t,e,r,n));if(typeof a=="string")throw new Error("downloadSegmentRetry failed due to timeout");return a}catch(o){if(s>=5)throw o;s++}})}function HBe(t,e,r,n){return li(this,void 0,void 0,function*(){let i=yield(0,dv.retryHttpClientResponse)("downloadCachePart",()=>li(this,void 0,void 0,function*(){return yield t.get(e,{Range:`bytes=${r}-${r+n-1}`})}));if(!i.readBodyBuffer)throw new Error("Expected HttpClientResponse to implement readBodyBuffer");return{offset:r,count:n,buffer:yield i.readBodyBuffer()}})}function zBe(t,e,r){var n;return li(this,void 0,void 0,function*(){let i=new kBe.BlockBlobClient(t,void 0,{retryOptions:{tryTimeoutInMs:r.timeoutInMs}}),o=(n=(yield i.getProperties()).contentLength)!==null&&n!==void 0?n:-1;if(o<0)wh.debug("Unable to determine content length, downloading file with http-client..."),yield RV(t,e);else{let a=Math.min(134217728,PBe.constants.MAX_LENGTH),A=new Sh(o),c=Nh.openSync(e,"w");try{A.startDisplayTimer();let l=new LBe.AbortController,u=l.signal;for(;!A.isDone();){let d=A.segmentOffset+A.segmentSize,f=Math.min(a,o-d);A.nextSegment(f);let g=yield DV(r.segmentTimeoutInMs||36e5,i.downloadToBuffer(d,f,{abortSignal:u,concurrency:r.downloadConcurrency,onProgress:A.onProgress()}));if(g==="timeout")throw l.abort(),new Error("Aborting cache download as the download time exceeded the timeout.");Buffer.isBuffer(g)&&Nh.writeFileSync(c,g)}}finally{A.stopDisplayTimer(),Nh.closeSync(c)}}})}yr.downloadCacheStorageSDK=zBe;var DV=(t,e)=>li(void 0,void 0,void 0,function*(){let r,n=new Promise(i=>{r=setTimeout(()=>i("timeout"),t)});return Promise.race([e,n]).then(i=>(clearTimeout(r),i))})});var kV=h(ui=>{"use strict";var jBe=ui&&ui.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),GBe=ui&&ui.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),YBe=ui&&ui.__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)&&jBe(e,t,r);return GBe(e,t),e};Object.defineProperty(ui,"__esModule",{value:!0});ui.getDownloadOptions=ui.getUploadOptions=void 0;var $s=YBe(at());function JBe(t){let e={useAzureSdk:!1,uploadConcurrency:4,uploadChunkSize:33554432};return t&&(typeof t.useAzureSdk=="boolean"&&(e.useAzureSdk=t.useAzureSdk),typeof t.uploadConcurrency=="number"&&(e.uploadConcurrency=t.uploadConcurrency),typeof t.uploadChunkSize=="number"&&(e.uploadChunkSize=t.uploadChunkSize)),e.uploadConcurrency=isNaN(Number(process.env.CACHE_UPLOAD_CONCURRENCY))?e.uploadConcurrency:Math.min(32,Number(process.env.CACHE_UPLOAD_CONCURRENCY)),e.uploadChunkSize=isNaN(Number(process.env.CACHE_UPLOAD_CHUNK_SIZE))?e.uploadChunkSize:Math.min(128*1024*1024,Number(process.env.CACHE_UPLOAD_CHUNK_SIZE)*1024*1024),$s.debug(`Use Azure SDK: ${e.useAzureSdk}`),$s.debug(`Upload concurrency: ${e.uploadConcurrency}`),$s.debug(`Upload chunk size: ${e.uploadChunkSize}`),e}ui.getUploadOptions=JBe;function VBe(t){let e={useAzureSdk:!1,concurrentBlobDownloads:!0,downloadConcurrency:8,timeoutInMs:3e4,segmentTimeoutInMs:6e5,lookupOnly:!1};t&&(typeof t.useAzureSdk=="boolean"&&(e.useAzureSdk=t.useAzureSdk),typeof t.concurrentBlobDownloads=="boolean"&&(e.concurrentBlobDownloads=t.concurrentBlobDownloads),typeof t.downloadConcurrency=="number"&&(e.downloadConcurrency=t.downloadConcurrency),typeof t.timeoutInMs=="number"&&(e.timeoutInMs=t.timeoutInMs),typeof t.segmentTimeoutInMs=="number"&&(e.segmentTimeoutInMs=t.segmentTimeoutInMs),typeof t.lookupOnly=="boolean"&&(e.lookupOnly=t.lookupOnly));let r=process.env.SEGMENT_DOWNLOAD_TIMEOUT_MINS;return r&&!isNaN(Number(r))&&isFinite(Number(r))&&(e.segmentTimeoutInMs=Number(r)*60*1e3),$s.debug(`Use Azure SDK: ${e.useAzureSdk}`),$s.debug(`Download concurrency: ${e.downloadConcurrency}`),$s.debug(`Request timeout (ms): ${e.timeoutInMs}`),$s.debug(`Cache segment download timeout mins env var: ${process.env.SEGMENT_DOWNLOAD_TIMEOUT_MINS}`),$s.debug(`Segment download timeout (ms): ${e.segmentTimeoutInMs}`),$s.debug(`Lookup only: ${e.lookupOnly}`),e}ui.getDownloadOptions=VBe});var nC=h(Wo=>{"use strict";Object.defineProperty(Wo,"__esModule",{value:!0});Wo.getCacheServiceURL=Wo.getCacheServiceVersion=Wo.isGhes=void 0;function PV(){let e=new URL(process.env.GITHUB_SERVER_URL||"https://github.com").hostname.trimEnd().toUpperCase(),r=e==="GITHUB.COM",n=e.endsWith(".GHE.COM"),i=e.endsWith(".LOCALHOST");return!r&&!n&&!i}Wo.isGhes=PV;function TV(){return PV()?"v1":process.env.ACTIONS_CACHE_SERVICE_V2?"v2":"v1"}Wo.getCacheServiceVersion=TV;function WBe(){let t=TV();switch(t){case"v1":return process.env.ACTIONS_CACHE_URL||process.env.ACTIONS_RESULTS_URL||"";case"v2":return process.env.ACTIONS_RESULTS_URL||"";default:throw new Error(`Unsupported cache service version: ${t}`)}}Wo.getCacheServiceURL=WBe});var OV=h((jMe,$Be)=>{$Be.exports={name:"@actions/cache",version:"4.1.0",preview:!0,description:"Actions cache lib",keywords:["github","actions","cache"],homepage:"https://github.com/actions/toolkit/tree/main/packages/cache",license:"MIT",main:"lib/cache.js",types:"lib/cache.d.ts",directories:{lib:"lib",test:"__tests__"},files:["lib","!.DS_Store"],publishConfig:{access:"public"},repository:{type:"git",url:"git+https://github.com/actions/toolkit.git",directory:"packages/cache"},scripts:{"audit-moderate":"npm install && npm audit --json --audit-level=moderate > audit.json",test:'echo "Error: run tests from root" && exit 1',tsc:"tsc"},bugs:{url:"https://github.com/actions/toolkit/issues"},dependencies:{"@actions/core":"^1.11.1","@actions/exec":"^1.0.1","@actions/glob":"^0.1.0","@protobuf-ts/runtime-rpc":"^2.11.1","@actions/http-client":"^2.1.1","@actions/io":"^1.0.1","@azure/abort-controller":"^1.1.0","@azure/ms-rest-js":"^2.6.0","@azure/storage-blob":"^12.13.0",semver:"^6.3.1"},devDependencies:{"@types/node":"^22.13.9","@types/semver":"^6.0.0","@protobuf-ts/plugin":"^2.9.4",typescript:"^5.2.2"}}});var fv=h(iC=>{"use strict";Object.defineProperty(iC,"__esModule",{value:!0});iC.getUserAgentString=void 0;var KBe=OV();function XBe(){return`@actions/cache-${KBe.version}`}iC.getUserAgentString=XBe});var LV=h(Er=>{"use strict";var ZBe=Er&&Er.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),eQe=Er&&Er.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),gv=Er&&Er.__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)&&ZBe(e,t,r);return eQe(e,t),e},pn=Er&&Er.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Er,"__esModule",{value:!0});Er.saveCache=Er.reserveCache=Er.downloadCache=Er.getCacheEntry=void 0;var Un=gv(at()),tQe=Fa(),rQe=Dp(),hv=gv(Q("fs")),nQe=Q("url"),yu=gv(jc()),iQe=BV(),sC=_V(),mv=kV(),$o=cv(),sQe=nC(),oQe=fv();function xh(t){let e=(0,sQe.getCacheServiceURL)();if(!e)throw new Error("Cache Service Url not found, unable to restore cache.");let r=`${e}_apis/artifactcache/${t}`;return Un.debug(`Resource Url: ${r}`),r}function aQe(t,e){return`${t};api-version=${e}`}function AQe(){return{headers:{Accept:aQe("application/json","6.0-preview.1")}}}function pv(){let t=process.env.ACTIONS_RUNTIME_TOKEN||"",e=new rQe.BearerCredentialHandler(t);return new tQe.HttpClient((0,oQe.getUserAgentString)(),[e],AQe())}function cQe(t,e,r){return pn(this,void 0,void 0,function*(){let n=pv(),i=yu.getCacheVersion(e,r?.compressionMethod,r?.enableCrossOsArchive),s=`cache?keys=${encodeURIComponent(t.join(","))}&version=${i}`,o=yield(0,$o.retryTypedResponse)("getCacheEntry",()=>pn(this,void 0,void 0,function*(){return n.getJson(xh(s))}));if(o.statusCode===204)return Un.isDebug()&&(yield lQe(t[0],n,i)),null;if(!(0,$o.isSuccessStatusCode)(o.statusCode))throw new Error(`Cache service responded with ${o.statusCode}`);let a=o.result,A=a?.archiveLocation;if(!A)throw new Error("Cache not found.");return Un.setSecret(A),Un.debug("Cache Result:"),Un.debug(JSON.stringify(a)),a})}Er.getCacheEntry=cQe;function lQe(t,e,r){return pn(this,void 0,void 0,function*(){let n=`caches?key=${encodeURIComponent(t)}`,i=yield(0,$o.retryTypedResponse)("listCache",()=>pn(this,void 0,void 0,function*(){return e.getJson(xh(n))}));if(i.statusCode===200){let s=i.result,o=s?.totalCount;if(o&&o>0){Un.debug(`No matching cache found for cache key '${t}', version '${r} and scope ${process.env.GITHUB_REF}. There exist one or more cache(s) with similar key but they have different version or scope. See more info on cache matching here: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
Other caches with similar key:`);for(let a of s?.artifactCaches||[])Un.debug(`Cache Key: ${a?.cacheKey}, Cache Version: ${a?.cacheVersion}, Cache Scope: ${a?.scope}, Cache Created: ${a?.creationTime}`)}}})}function uQe(t,e,r){return pn(this,void 0,void 0,function*(){let n=new nQe.URL(t),i=(0,mv.getDownloadOptions)(r);n.hostname.endsWith(".blob.core.windows.net")?i.useAzureSdk?yield(0,sC.downloadCacheStorageSDK)(t,e,i):i.concurrentBlobDownloads?yield(0,sC.downloadCacheHttpClientConcurrent)(t,e,i):yield(0,sC.downloadCacheHttpClient)(t,e):yield(0,sC.downloadCacheHttpClient)(t,e)})}Er.downloadCache=uQe;function dQe(t,e,r){return pn(this,void 0,void 0,function*(){let n=pv(),i=yu.getCacheVersion(e,r?.compressionMethod,r?.enableCrossOsArchive),s={key:t,version:i,cacheSize:r?.cacheSize};return yield(0,$o.retryTypedResponse)("reserveCache",()=>pn(this,void 0,void 0,function*(){return n.postJson(xh("caches"),s)}))})}Er.reserveCache=dQe;function MV(t,e){return`bytes ${t}-${e}/*`}function fQe(t,e,r,n,i){return pn(this,void 0,void 0,function*(){Un.debug(`Uploading chunk of size ${i-n+1} bytes at offset ${n} with content range: ${MV(n,i)}`);let s={"Content-Type":"application/octet-stream","Content-Range":MV(n,i)},o=yield(0,$o.retryHttpClientResponse)(`uploadChunk (start: ${n}, end: ${i})`,()=>pn(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),s)}));if(!(0,$o.isSuccessStatusCode)(o.message.statusCode))throw new Error(`Cache service responded with ${o.message.statusCode} during upload chunk.`)})}function hQe(t,e,r,n){return pn(this,void 0,void 0,function*(){let i=yu.getArchiveFileSizeInBytes(r),s=xh(`caches/${e.toString()}`),o=hv.openSync(r,"r"),a=(0,mv.getUploadOptions)(n),A=yu.assertDefined("uploadConcurrency",a.uploadConcurrency),c=yu.assertDefined("uploadChunkSize",a.uploadChunkSize),l=[...new Array(A).keys()];Un.debug("Awaiting all uploads");let u=0;try{yield Promise.all(l.map(()=>pn(this,void 0,void 0,function*(){for(;u<i;){let d=Math.min(i-u,c),f=u,g=u+d-1;u+=c,yield fQe(t,s,()=>hv.createReadStream(r,{fd:o,start:f,end:g,autoClose:!1}).on("error",m=>{throw new Error(`Cache upload failed because file read failed with ${m.message}`)}),f,g)}})))}finally{hv.closeSync(o)}})}function gQe(t,e,r){return pn(this,void 0,void 0,function*(){let n={size:r};return yield(0,$o.retryTypedResponse)("commitCache",()=>pn(this,void 0,void 0,function*(){return t.postJson(xh(`caches/${e.toString()}`),n)}))})}function mQe(t,e,r,n){return pn(this,void 0,void 0,function*(){if((0,mv.getUploadOptions)(n).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield(0,iQe.uploadCacheArchiveSDK)(r,e,n)}else{let s=pv();Un.debug("Upload cache"),yield hQe(s,t,e,n),Un.debug("Commiting cache");let o=yu.getArchiveFileSizeInBytes(e);Un.info(`Cache Size: ~${Math.round(o/(1024*1024))} MB (${o} B)`);let a=yield gQe(s,t,o);if(!(0,$o.isSuccessStatusCode)(a.statusCode))throw new Error(`Cache service responded with ${a.statusCode} during commit cache.`);Un.info("Cache saved successfully")}})}Er.saveCache=mQe});var oC=h(Eu=>{"use strict";Object.defineProperty(Eu,"__esModule",{value:!0});Eu.isJsonObject=Eu.typeofJsonValue=void 0;function pQe(t){let e=typeof t;if(e=="object"){if(Array.isArray(t))return"array";if(t===null)return"null"}return e}Eu.typeofJsonValue=pQe;function yQe(t){return t!==null&&typeof t=="object"&&!Array.isArray(t)}Eu.isJsonObject=yQe});var AC=h(Cu=>{"use strict";Object.defineProperty(Cu,"__esModule",{value:!0});Cu.base64encode=Cu.base64decode=void 0;var Ks="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),aC=[];for(let t=0;t<Ks.length;t++)aC[Ks[t].charCodeAt(0)]=t;aC[45]=Ks.indexOf("+");aC[95]=Ks.indexOf("/");function EQe(t){let e=t.length*3/4;t[t.length-2]=="="?e-=2:t[t.length-1]=="="&&(e-=1);let r=new Uint8Array(e),n=0,i=0,s,o=0;for(let a=0;a<t.length;a++){if(s=aC[t.charCodeAt(a)],s===void 0)switch(t[a]){case"=":i=0;case`
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(i){case 0:o=s,i=1;break;case 1:r[n++]=o<<2|(s&48)>>4,o=s,i=2;break;case 2:r[n++]=(o&15)<<4|(s&60)>>2,o=s,i=3;break;case 3:r[n++]=(o&3)<<6|s,i=0;break}}if(i==1)throw Error("invalid base64 string.");return r.subarray(0,n)}Cu.base64decode=EQe;function CQe(t){let e="",r=0,n,i=0;for(let s=0;s<t.length;s++)switch(n=t[s],r){case 0:e+=Ks[n>>2],i=(n&3)<<4,r=1;break;case 1:e+=Ks[i|n>>4],i=(n&15)<<2,r=2;break;case 2:e+=Ks[i|n>>6],e+=Ks[n&63],r=0;break}return r&&(e+=Ks[i],e+="=",r==1&&(e+="=")),e}Cu.base64encode=CQe});var FV=h(cC=>{"use strict";Object.defineProperty(cC,"__esModule",{value:!0});cC.utf8read=void 0;var yv=t=>String.fromCharCode.apply(String,t);function IQe(t){if(t.length<1)return"";let e=0,r=[],n=[],i=0,s,o=t.length;for(;e<o;)s=t[e++],s<128?n[i++]=s:s>191&&s<224?n[i++]=(s&31)<<6|t[e++]&63:s>239&&s<365?(s=((s&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,n[i++]=55296+(s>>10),n[i++]=56320+(s&1023)):n[i++]=(s&15)<<12|(t[e++]&63)<<6|t[e++]&63,i>8191&&(r.push(yv(n)),i=0);return r.length?(i&&r.push(yv(n.slice(0,i))),r.join("")):yv(n.slice(0,i))}cC.utf8read=IQe});var vh=h(ds=>{"use strict";Object.defineProperty(ds,"__esModule",{value:!0});ds.WireType=ds.mergeBinaryOptions=ds.UnknownFieldHandler=void 0;var BQe;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,n,i,s,o)=>{(e(n)?n[t.symbol]:n[t.symbol]=[]).push({no:i,wireType:s,data:o})},t.onWrite=(r,n,i)=>{for(let{no:s,wireType:o,data:a}of t.list(n))i.tag(s,o).raw(a)},t.list=(r,n)=>{if(e(r)){let i=r[t.symbol];return n?i.filter(s=>s.no==n):i}return[]},t.last=(r,n)=>t.list(r,n).slice(-1)[0];let e=r=>r&&Array.isArray(r[t.symbol])})(BQe=ds.UnknownFieldHandler||(ds.UnknownFieldHandler={}));function QQe(t,e){return Object.assign(Object.assign({},t),e)}ds.mergeBinaryOptions=QQe;var bQe;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(bQe=ds.WireType||(ds.WireType={}))});var uC=h(yn=>{"use strict";Object.defineProperty(yn,"__esModule",{value:!0});yn.varint32read=yn.varint32write=yn.int64toString=yn.int64fromString=yn.varint64write=yn.varint64read=void 0;function NQe(){let t=0,e=0;for(let n=0;n<28;n+=7){let i=this.buf[this.pos++];if(t|=(i&127)<<n,(i&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let n=3;n<=31;n+=7){let i=this.buf[this.pos++];if(e|=(i&127)<<n,(i&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}yn.varint64read=NQe;function wQe(t,e,r){for(let s=0;s<28;s=s+7){let o=t>>>s,a=!(!(o>>>7)&&e==0),A=(a?o|128:o)&255;if(r.push(A),!a)return}let n=t>>>28&15|(e&7)<<4,i=e>>3!=0;if(r.push((i?n|128:n)&255),!!i){for(let s=3;s<31;s=s+7){let o=e>>>s,a=!!(o>>>7),A=(a?o|128:o)&255;if(r.push(A),!a)return}r.push(e>>>31&1)}}yn.varint64write=wQe;var lC=65536*65536;function SQe(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,n=0,i=0;function s(o,a){let A=Number(t.slice(o,a));i*=r,n=n*r+A,n>=lC&&(i=i+(n/lC|0),n=n%lC)}return s(-24,-18),s(-18,-12),s(-12,-6),s(-6),[e,n,i]}yn.int64fromString=SQe;function xQe(t,e){if(e>>>0<=2097151)return""+(lC*e+(t>>>0));let r=t&16777215,n=(t>>>24|e<<8)>>>0&16777215,i=e>>16&65535,s=r+n*6777216+i*6710656,o=n+i*8147497,a=i*2,A=1e7;s>=A&&(o+=Math.floor(s/A),s%=A),o>=A&&(a+=Math.floor(o/A),o%=A);function c(l,u){let d=l?String(l):"";return u?"0000000".slice(d.length)+d:d}return c(a,0)+c(o,a)+c(s,1)}yn.int64toString=xQe;function vQe(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}yn.varint32write=vQe;function RQe(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.buf[this.pos++],e|=(t&15)<<28;for(let r=5;(t&128)!==0&&r<10;r++)t=this.buf[this.pos++];if((t&128)!=0)throw new Error("invalid varint");return this.assertBounds(),e>>>0}yn.varint32read=RQe});var Xo=h(Ko=>{"use strict";Object.defineProperty(Ko,"__esModule",{value:!0});Ko.PbLong=Ko.PbULong=Ko.detectBi=void 0;var Rh=uC(),ft;function UV(){let t=new DataView(new ArrayBuffer(8));ft=globalThis.BigInt!==void 0&&typeof t.getBigInt64=="function"&&typeof t.getBigUint64=="function"&&typeof t.setBigInt64=="function"&&typeof t.setBigUint64=="function"?{MIN:BigInt("-9223372036854775808"),MAX:BigInt("9223372036854775807"),UMIN:BigInt("0"),UMAX:BigInt("18446744073709551615"),C:BigInt,V:t}:void 0}Ko.detectBi=UV;UV();function qV(t){if(!t)throw new Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support")}var HV=/^-?[0-9]+$/,fC=4294967296,dC=2147483648,hC=class{constructor(e,r){this.lo=e|0,this.hi=r|0}isZero(){return this.lo==0&&this.hi==0}toNumber(){let e=this.hi*fC+(this.lo>>>0);if(!Number.isSafeInteger(e))throw new Error("cannot convert to safe number");return e}},Dh=class t extends hC{static from(e){if(ft)switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=="")throw new Error("string is no integer");e=ft.C(e);case"number":if(e===0)return this.ZERO;e=ft.C(e);case"bigint":if(!e)return this.ZERO;if(e<ft.UMIN)throw new Error("signed value for ulong");if(e>ft.UMAX)throw new Error("ulong too large");return ft.V.setBigUint64(0,e,!0),new t(ft.V.getInt32(0,!0),ft.V.getInt32(4,!0))}else switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=e.trim(),!HV.test(e))throw new Error("string is no integer");let[r,n,i]=Rh.int64fromString(e);if(r)throw new Error("signed value for ulong");return new t(n,i);case"number":if(e==0)return this.ZERO;if(!Number.isSafeInteger(e))throw new Error("number is no integer");if(e<0)throw new Error("signed value for ulong");return new t(e,e/fC)}throw new Error("unknown value "+typeof e)}toString(){return ft?this.toBigInt().toString():Rh.int64toString(this.lo,this.hi)}toBigInt(){return qV(ft),ft.V.setInt32(0,this.lo,!0),ft.V.setInt32(4,this.hi,!0),ft.V.getBigUint64(0,!0)}};Ko.PbULong=Dh;Dh.ZERO=new Dh(0,0);var _h=class t extends hC{static from(e){if(ft)switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=="")throw new Error("string is no integer");e=ft.C(e);case"number":if(e===0)return this.ZERO;e=ft.C(e);case"bigint":if(!e)return this.ZERO;if(e<ft.MIN)throw new Error("signed long too small");if(e>ft.MAX)throw new Error("signed long too large");return ft.V.setBigInt64(0,e,!0),new t(ft.V.getInt32(0,!0),ft.V.getInt32(4,!0))}else switch(typeof e){case"string":if(e=="0")return this.ZERO;if(e=e.trim(),!HV.test(e))throw new Error("string is no integer");let[r,n,i]=Rh.int64fromString(e);if(r){if(i>dC||i==dC&&n!=0)throw new Error("signed long too small")}else if(i>=dC)throw new Error("signed long too large");let s=new t(n,i);return r?s.negate():s;case"number":if(e==0)return this.ZERO;if(!Number.isSafeInteger(e))throw new Error("number is no integer");return e>0?new t(e,e/fC):new t(-e,-e/fC).negate()}throw new Error("unknown value "+typeof e)}isNegative(){return(this.hi&dC)!==0}negate(){let e=~this.hi,r=this.lo;return r?r=~r+1:e+=1,new t(r,e)}toString(){if(ft)return this.toBigInt().toString();if(this.isNegative()){let e=this.negate();return"-"+Rh.int64toString(e.lo,e.hi)}return Rh.int64toString(this.lo,this.hi)}toBigInt(){return qV(ft),ft.V.setInt32(0,this.lo,!0),ft.V.setInt32(4,this.hi,!0),ft.V.getBigInt64(0,!0)}};Ko.PbLong=_h;_h.ZERO=new _h(0,0)});var Ev=h(Bu=>{"use strict";Object.defineProperty(Bu,"__esModule",{value:!0});Bu.BinaryReader=Bu.binaryReadOptions=void 0;var Iu=vh(),kh=Xo(),zV=uC(),jV={readUnknownField:!0,readerFactory:t=>new gC(t)};function DQe(t){return t?Object.assign(Object.assign({},jV),t):jV}Bu.binaryReadOptions=DQe;var gC=class{constructor(e,r){this.varint64=zV.varint64read,this.uint32=zV.varint32read,this.buf=e,this.len=e.length,this.pos=0,this.view=new DataView(e.buffer,e.byteOffset,e.byteLength),this.textDecoder=r??new TextDecoder("utf-8",{fatal:!0,ignoreBOM:!0})}tag(){let e=this.uint32(),r=e>>>3,n=e&7;if(r<=0||n<0||n>5)throw new Error("illegal tag: field no "+r+" wire type "+n);return[r,n]}skip(e){let r=this.pos;switch(e){case Iu.WireType.Varint:for(;this.buf[this.pos++]&128;);break;case Iu.WireType.Bit64:this.pos+=4;case Iu.WireType.Bit32:this.pos+=4;break;case Iu.WireType.LengthDelimited:let n=this.uint32();this.pos+=n;break;case Iu.WireType.StartGroup:let i;for(;(i=this.tag()[1])!==Iu.WireType.EndGroup;)this.skip(i);break;default:throw new Error("cant skip wire type "+e)}return this.assertBounds(),this.buf.subarray(r,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let e=this.uint32();return e>>>1^-(e&1)}int64(){return new kh.PbLong(...this.varint64())}uint64(){return new kh.PbULong(...this.varint64())}sint64(){let[e,r]=this.varint64(),n=-(e&1);return e=(e>>>1|(r&1)<<31)^n,r=r>>>1^n,new kh.PbLong(e,r)}bool(){let[e,r]=this.varint64();return e!==0||r!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,!0)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,!0)}fixed64(){return new kh.PbULong(this.sfixed32(),this.sfixed32())}sfixed64(){return new kh.PbLong(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,!0)}double(){return this.view.getFloat64((this.pos+=8)-8,!0)}bytes(){let e=this.uint32(),r=this.pos;return this.pos+=e,this.assertBounds(),this.buf.subarray(r,r+e)}string(){return this.textDecoder.decode(this.bytes())}};Bu.BinaryReader=gC});var Qu=h(di=>{"use strict";Object.defineProperty(di,"__esModule",{value:!0});di.assertFloat32=di.assertUInt32=di.assertInt32=di.assertNever=di.assert=void 0;function _Qe(t,e){if(!t)throw new Error(e)}di.assert=_Qe;function kQe(t,e){throw new Error(e??"Unexpected object: "+t)}di.assertNever=kQe;var PQe=34028234663852886e22,TQe=-34028234663852886e22,OQe=4294967295,MQe=2147483647,LQe=-2147483648;function FQe(t){if(typeof t!="number")throw new Error("invalid int 32: "+typeof t);if(!Number.isInteger(t)||t>MQe||t<LQe)throw new Error("invalid int 32: "+t)}di.assertInt32=FQe;function UQe(t){if(typeof t!="number")throw new Error("invalid uint 32: "+typeof t);if(!Number.isInteger(t)||t>OQe||t<0)throw new Error("invalid uint 32: "+t)}di.assertUInt32=UQe;function qQe(t){if(typeof t!="number")throw new Error("invalid float 32: "+typeof t);if(Number.isFinite(t)&&(t>PQe||t<TQe))throw new Error("invalid float 32: "+t)}di.assertFloat32=qQe});var Cv=h(Nu=>{"use strict";Object.defineProperty(Nu,"__esModule",{value:!0});Nu.BinaryWriter=Nu.binaryWriteOptions=void 0;var Ph=Xo(),Th=uC(),bu=Qu(),GV={writeUnknownFields:!0,writerFactory:()=>new mC};function HQe(t){return t?Object.assign(Object.assign({},GV),t):GV}Nu.binaryWriteOptions=HQe;var mC=class{constructor(e){this.stack=[],this.textEncoder=e??new TextEncoder,this.chunks=[],this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let e=0;for(let i=0;i<this.chunks.length;i++)e+=this.chunks[i].length;let r=new Uint8Array(e),n=0;for(let i=0;i<this.chunks.length;i++)r.set(this.chunks[i],n),n+=this.chunks[i].length;return this.chunks=[],r}fork(){return this.stack.push({chunks:this.chunks,buf:this.buf}),this.chunks=[],this.buf=[],this}join(){let e=this.finish(),r=this.stack.pop();if(!r)throw new Error("invalid state, fork stack empty");return this.chunks=r.chunks,this.buf=r.buf,this.uint32(e.byteLength),this.raw(e)}tag(e,r){return this.uint32((e<<3|r)>>>0)}raw(e){return this.buf.length&&(this.chunks.push(new Uint8Array(this.buf)),this.buf=[]),this.chunks.push(e),this}uint32(e){for(bu.assertUInt32(e);e>127;)this.buf.push(e&127|128),e=e>>>7;return this.buf.push(e),this}int32(e){return bu.assertInt32(e),Th.varint32write(e,this.buf),this}bool(e){return this.buf.push(e?1:0),this}bytes(e){return this.uint32(e.byteLength),this.raw(e)}string(e){let r=this.textEncoder.encode(e);return this.uint32(r.byteLength),this.raw(r)}float(e){bu.assertFloat32(e);let r=new Uint8Array(4);return new DataView(r.buffer).setFloat32(0,e,!0),this.raw(r)}double(e){let r=new Uint8Array(8);return new DataView(r.buffer).setFloat64(0,e,!0),this.raw(r)}fixed32(e){bu.assertUInt32(e);let r=new Uint8Array(4);return new DataView(r.buffer).setUint32(0,e,!0),this.raw(r)}sfixed32(e){bu.assertInt32(e);let r=new Uint8Array(4);return new DataView(r.buffer).setInt32(0,e,!0),this.raw(r)}sint32(e){return bu.assertInt32(e),e=(e<<1^e>>31)>>>0,Th.varint32write(e,this.buf),this}sfixed64(e){let r=new Uint8Array(8),n=new DataView(r.buffer),i=Ph.PbLong.from(e);return n.setInt32(0,i.lo,!0),n.setInt32(4,i.hi,!0),this.raw(r)}fixed64(e){let r=new Uint8Array(8),n=new DataView(r.buffer),i=Ph.PbULong.from(e);return n.setInt32(0,i.lo,!0),n.setInt32(4,i.hi,!0),this.raw(r)}int64(e){let r=Ph.PbLong.from(e);return Th.varint64write(r.lo,r.hi,this.buf),this}sint64(e){let r=Ph.PbLong.from(e),n=r.hi>>31,i=r.lo<<1^n,s=(r.hi<<1|r.lo>>>31)^n;return Th.varint64write(i,s,this.buf),this}uint64(e){let r=Ph.PbULong.from(e);return Th.varint64write(r.lo,r.hi,this.buf),this}};Nu.BinaryWriter=mC});var Iv=h(Zo=>{"use strict";Object.defineProperty(Zo,"__esModule",{value:!0});Zo.mergeJsonOptions=Zo.jsonWriteOptions=Zo.jsonReadOptions=void 0;var YV={emitDefaultValues:!1,enumAsInteger:!1,useProtoFieldName:!1,prettySpaces:0},JV={ignoreUnknownFields:!1};function zQe(t){return t?Object.assign(Object.assign({},JV),t):JV}Zo.jsonReadOptions=zQe;function jQe(t){return t?Object.assign(Object.assign({},YV),t):YV}Zo.jsonWriteOptions=jQe;function GQe(t,e){var r,n;let i=Object.assign(Object.assign({},t),e);return i.typeRegistry=[...(r=t?.typeRegistry)!==null&&r!==void 0?r:[],...(n=e?.typeRegistry)!==null&&n!==void 0?n:[]],i}Zo.mergeJsonOptions=GQe});var Oh=h(pC=>{"use strict";Object.defineProperty(pC,"__esModule",{value:!0});pC.MESSAGE_TYPE=void 0;pC.MESSAGE_TYPE=Symbol.for("protobuf-ts/message-type")});var Bv=h(yC=>{"use strict";Object.defineProperty(yC,"__esModule",{value:!0});yC.lowerCamelCase=void 0;function YQe(t){let e=!1,r=[];for(let n=0;n<t.length;n++){let i=t.charAt(n);i=="_"?e=!0:/\d/.test(i)?(r.push(i),e=!0):e?(r.push(i.toUpperCase()),e=!1):n==0?r.push(i.toLowerCase()):r.push(i)}return r.join("")}yC.lowerCamelCase=YQe});var Mi=h(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.readMessageOption=ir.readFieldOption=ir.readFieldOptions=ir.normalizeFieldInfo=ir.RepeatType=ir.LongType=ir.ScalarType=void 0;var VV=Bv(),JQe;(function(t){t[t.DOUBLE=1]="DOUBLE",t[t.FLOAT=2]="FLOAT",t[t.INT64=3]="INT64",t[t.UINT64=4]="UINT64",t[t.INT32=5]="INT32",t[t.FIXED64=6]="FIXED64",t[t.FIXED32=7]="FIXED32",t[t.BOOL=8]="BOOL",t[t.STRING=9]="STRING",t[t.BYTES=12]="BYTES",t[t.UINT32=13]="UINT32",t[t.SFIXED32=15]="SFIXED32",t[t.SFIXED64=16]="SFIXED64",t[t.SINT32=17]="SINT32",t[t.SINT64=18]="SINT64"})(JQe=ir.ScalarType||(ir.ScalarType={}));var VQe;(function(t){t[t.BIGINT=0]="BIGINT",t[t.STRING=1]="STRING",t[t.NUMBER=2]="NUMBER"})(VQe=ir.LongType||(ir.LongType={}));var WV;(function(t){t[t.NO=0]="NO",t[t.PACKED=1]="PACKED",t[t.UNPACKED=2]="UNPACKED"})(WV=ir.RepeatType||(ir.RepeatType={}));function WQe(t){var e,r,n,i;return t.localName=(e=t.localName)!==null&&e!==void 0?e:VV.lowerCamelCase(t.name),t.jsonName=(r=t.jsonName)!==null&&r!==void 0?r:VV.lowerCamelCase(t.name),t.repeat=(n=t.repeat)!==null&&n!==void 0?n:WV.NO,t.opt=(i=t.opt)!==null&&i!==void 0?i:t.repeat||t.oneof?!1:t.kind=="message",t}ir.normalizeFieldInfo=WQe;function $Qe(t,e,r,n){var i;let s=(i=t.fields.find((o,a)=>o.localName==e||a==e))===null||i===void 0?void 0:i.options;return s&&s[r]?n.fromJson(s[r]):void 0}ir.readFieldOptions=$Qe;function KQe(t,e,r,n){var i;let s=(i=t.fields.find((a,A)=>a.localName==e||A==e))===null||i===void 0?void 0:i.options;if(!s)return;let o=s[r];return o===void 0?o:n?n.fromJson(o):o}ir.readFieldOption=KQe;function XQe(t,e,r){let i=t.options[e];return i===void 0?i:r?r.fromJson(i):i}ir.readMessageOption=XQe});var Qv=h(En=>{"use strict";Object.defineProperty(En,"__esModule",{value:!0});En.getSelectedOneofValue=En.clearOneofValue=En.setUnknownOneofValue=En.setOneofValue=En.getOneofValue=En.isOneofGroup=void 0;function ZQe(t){if(typeof t!="object"||t===null||!t.hasOwnProperty("oneofKind"))return!1;switch(typeof t.oneofKind){case"string":return t[t.oneofKind]===void 0?!1:Object.keys(t).length==2;case"undefined":return Object.keys(t).length==1;default:return!1}}En.isOneofGroup=ZQe;function ebe(t,e){return t[e]}En.getOneofValue=ebe;function tbe(t,e,r){t.oneofKind!==void 0&&delete t[t.oneofKind],t.oneofKind=e,r!==void 0&&(t[e]=r)}En.setOneofValue=tbe;function rbe(t,e,r){t.oneofKind!==void 0&&delete t[t.oneofKind],t.oneofKind=e,r!==void 0&&e!==void 0&&(t[e]=r)}En.setUnknownOneofValue=rbe;function nbe(t){t.oneofKind!==void 0&&delete t[t.oneofKind],t.oneofKind=void 0}En.clearOneofValue=nbe;function ibe(t){if(t.oneofKind!==void 0)return t[t.oneofKind]}En.getSelectedOneofValue=ibe});var Nv=h(EC=>{"use strict";Object.defineProperty(EC,"__esModule",{value:!0});EC.ReflectionTypeCheck=void 0;var Lt=Mi(),sbe=Qv(),bv=class{constructor(e){var r;this.fields=(r=e.fields)!==null&&r!==void 0?r:[]}prepare(){if(this.data)return;let e=[],r=[],n=[];for(let i of this.fields)if(i.oneof)n.includes(i.oneof)||(n.push(i.oneof),e.push(i.oneof),r.push(i.oneof));else switch(r.push(i.localName),i.kind){case"scalar":case"enum":(!i.opt||i.repeat)&&e.push(i.localName);break;case"message":i.repeat&&e.push(i.localName);break;case"map":e.push(i.localName);break}this.data={req:e,known:r,oneofs:Object.values(n)}}is(e,r,n=!1){if(r<0)return!0;if(e==null||typeof e!="object")return!1;this.prepare();let i=Object.keys(e),s=this.data;if(i.length<s.req.length||s.req.some(o=>!i.includes(o))||!n&&i.some(o=>!s.known.includes(o)))return!1;if(r<1)return!0;for(let o of s.oneofs){let a=e[o];if(!sbe.isOneofGroup(a))return!1;if(a.oneofKind===void 0)continue;let A=this.fields.find(c=>c.localName===a.oneofKind);if(!A||!this.field(a[a.oneofKind],A,n,r))return!1}for(let o of this.fields)if(o.oneof===void 0&&!this.field(e[o.localName],o,n,r))return!1;return!0}field(e,r,n,i){let s=r.repeat;switch(r.kind){case"scalar":return e===void 0?r.opt:s?this.scalars(e,r.T,i,r.L):this.scalar(e,r.T,r.L);case"enum":return e===void 0?r.opt:s?this.scalars(e,Lt.ScalarType.INT32,i):this.scalar(e,Lt.ScalarType.INT32);case"message":return e===void 0?!0:s?this.messages(e,r.T(),n,i):this.message(e,r.T(),n,i);case"map":if(typeof e!="object"||e===null)return!1;if(i<2)return!0;if(!this.mapKeys(e,r.K,i))return!1;switch(r.V.kind){case"scalar":return this.scalars(Object.values(e),r.V.T,i,r.V.L);case"enum":return this.scalars(Object.values(e),Lt.ScalarType.INT32,i);case"message":return this.messages(Object.values(e),r.V.T(),n,i)}break}return!0}message(e,r,n,i){return n?r.isAssignable(e,i):r.is(e,i)}messages(e,r,n,i){if(!Array.isArray(e))return!1;if(i<2)return!0;if(n){for(let s=0;s<e.length&&s<i;s++)if(!r.isAssignable(e[s],i-1))return!1}else for(let s=0;s<e.length&&s<i;s++)if(!r.is(e[s],i-1))return!1;return!0}scalar(e,r,n){let i=typeof e;switch(r){case Lt.ScalarType.UINT64:case Lt.ScalarType.FIXED64:case Lt.ScalarType.INT64:case Lt.ScalarType.SFIXED64:case Lt.ScalarType.SINT64:switch(n){case Lt.LongType.BIGINT:return i=="bigint";case Lt.LongType.NUMBER:return i=="number"&&!isNaN(e);default:return i=="string"}case Lt.ScalarType.BOOL:return i=="boolean";case Lt.ScalarType.STRING:return i=="string";case Lt.ScalarType.BYTES:return e instanceof Uint8Array;case Lt.ScalarType.DOUBLE:case Lt.ScalarType.FLOAT:return i=="number"&&!isNaN(e);default:return i=="number"&&Number.isInteger(e)}}scalars(e,r,n,i){if(!Array.isArray(e))return!1;if(n<2)return!0;if(Array.isArray(e)){for(let s=0;s<e.length&&s<n;s++)if(!this.scalar(e[s],r,i))return!1}return!0}mapKeys(e,r,n){let i=Object.keys(e);switch(r){case Lt.ScalarType.INT32:case Lt.ScalarType.FIXED32:case Lt.ScalarType.SFIXED32:case Lt.ScalarType.SINT32:case Lt.ScalarType.UINT32:return this.scalars(i.slice(0,n).map(s=>parseInt(s)),r,n);case Lt.ScalarType.BOOL:return this.scalars(i.slice(0,n).map(s=>s=="true"?!0:s=="false"?!1:s),r,n);default:return this.scalars(i,r,n,Lt.LongType.STRING)}}};EC.ReflectionTypeCheck=bv});var IC=h(CC=>{"use strict";Object.defineProperty(CC,"__esModule",{value:!0});CC.reflectionLongConvert=void 0;var $V=Mi();function obe(t,e){switch(e){case $V.LongType.BIGINT:return t.toBigInt();case $V.LongType.NUMBER:return t.toNumber();default:return t.toString()}}CC.reflectionLongConvert=obe});var Sv=h(bC=>{"use strict";Object.defineProperty(bC,"__esModule",{value:!0});bC.ReflectionJsonReader=void 0;var KV=oC(),abe=AC(),sr=Mi(),BC=Xo(),uA=Qu(),QC=IC(),wv=class{constructor(e){this.info=e}prepare(){var e;if(this.fMap===void 0){this.fMap={};let r=(e=this.info.fields)!==null&&e!==void 0?e:[];for(let n of r)this.fMap[n.name]=n,this.fMap[n.jsonName]=n,this.fMap[n.localName]=n}}assert(e,r,n){if(!e){let i=KV.typeofJsonValue(n);throw(i=="number"||i=="boolean")&&(i=n.toString()),new Error(`Cannot parse JSON ${i} for ${this.info.typeName}#${r}`)}}read(e,r,n){this.prepare();let i=[];for(let[s,o]of Object.entries(e)){let a=this.fMap[s];if(!a){if(!n.ignoreUnknownFields)throw new Error(`Found unknown field while reading ${this.info.typeName} from JSON format. JSON key: ${s}`);continue}let A=a.localName,c;if(a.oneof){if(o===null&&(a.kind!=="enum"||a.T()[0]!=="google.protobuf.NullValue"))continue;if(i.includes(a.oneof))throw new Error(`Multiple members of the oneof group "${a.oneof}" of ${this.info.typeName} are present in JSON.`);i.push(a.oneof),c=r[a.oneof]={oneofKind:A}}else c=r;if(a.kind=="map"){if(o===null)continue;this.assert(KV.isJsonObject(o),a.name,o);let l=c[A];for(let[u,d]of Object.entries(o)){this.assert(d!==null,a.name+" map value",null);let f;switch(a.V.kind){case"message":f=a.V.T().internalJsonRead(d,n);break;case"enum":if(f=this.enum(a.V.T(),d,a.name,n.ignoreUnknownFields),f===!1)continue;break;case"scalar":f=this.scalar(d,a.V.T,a.V.L,a.name);break}this.assert(f!==void 0,a.name+" map value",d);let g=u;a.K==sr.ScalarType.BOOL&&(g=g=="true"?!0:g=="false"?!1:g),g=this.scalar(g,a.K,sr.LongType.STRING,a.name).toString(),l[g]=f}}else if(a.repeat){if(o===null)continue;this.assert(Array.isArray(o),a.name,o);let l=c[A];for(let u of o){this.assert(u!==null,a.name,null);let d;switch(a.kind){case"message":d=a.T().internalJsonRead(u,n);break;case"enum":if(d=this.enum(a.T(),u,a.name,n.ignoreUnknownFields),d===!1)continue;break;case"scalar":d=this.scalar(u,a.T,a.L,a.name);break}this.assert(d!==void 0,a.name,o),l.push(d)}}else switch(a.kind){case"message":if(o===null&&a.T().typeName!="google.protobuf.Value"){this.assert(a.oneof===void 0,a.name+" (oneof member)",null);continue}c[A]=a.T().internalJsonRead(o,n,c[A]);break;case"enum":if(o===null)continue;let l=this.enum(a.T(),o,a.name,n.ignoreUnknownFields);if(l===!1)continue;c[A]=l;break;case"scalar":if(o===null)continue;c[A]=this.scalar(o,a.T,a.L,a.name);break}}}enum(e,r,n,i){if(e[0]=="google.protobuf.NullValue"&&uA.assert(r===null||r==="NULL_VALUE",`Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} only accepts null.`),r===null)return 0;switch(typeof r){case"number":return uA.assert(Number.isInteger(r),`Unable to parse field ${this.info.typeName}#${n}, enum can only be integral number, got ${r}.`),r;case"string":let s=r;e[2]&&r.substring(0,e[2].length)===e[2]&&(s=r.substring(e[2].length));let o=e[1][s];return typeof o>"u"&&i?!1:(uA.assert(typeof o=="number",`Unable to parse field ${this.info.typeName}#${n}, enum ${e[0]} has no value for "${r}".`),o)}uA.assert(!1,`Unable to parse field ${this.info.typeName}#${n}, cannot parse enum value from ${typeof r}".`)}scalar(e,r,n,i){let s;try{switch(r){case sr.ScalarType.DOUBLE:case sr.ScalarType.FLOAT:if(e===null)return 0;if(e==="NaN")return Number.NaN;if(e==="Infinity")return Number.POSITIVE_INFINITY;if(e==="-Infinity")return Number.NEGATIVE_INFINITY;if(e===""){s="empty string";break}if(typeof e=="string"&&e.trim().length!==e.length){s="extra whitespace";break}if(typeof e!="string"&&typeof e!="number")break;let o=Number(e);if(Number.isNaN(o)){s="not a number";break}if(!Number.isFinite(o)){s="too large or small";break}return r==sr.ScalarType.FLOAT&&uA.assertFloat32(o),o;case sr.ScalarType.INT32:case sr.ScalarType.FIXED32:case sr.ScalarType.SFIXED32:case sr.ScalarType.SINT32:case sr.ScalarType.UINT32:if(e===null)return 0;let a;if(typeof e=="number"?a=e:e===""?s="empty string":typeof e=="string"&&(e.trim().length!==e.length?s="extra whitespace":a=Number(e)),a===void 0)break;return r==sr.ScalarType.UINT32?uA.assertUInt32(a):uA.assertInt32(a),a;case sr.ScalarType.INT64:case sr.ScalarType.SFIXED64:case sr.ScalarType.SINT64:if(e===null)return QC.reflectionLongConvert(BC.PbLong.ZERO,n);if(typeof e!="number"&&typeof e!="string")break;return QC.reflectionLongConvert(BC.PbLong.from(e),n);case sr.ScalarType.FIXED64:case sr.ScalarType.UINT64:if(e===null)return QC.reflectionLongConvert(BC.PbULong.ZERO,n);if(typeof e!="number"&&typeof e!="string")break;return QC.reflectionLongConvert(BC.PbULong.from(e),n);case sr.ScalarType.BOOL:if(e===null)return!1;if(typeof e!="boolean")break;return e;case sr.ScalarType.STRING:if(e===null)return"";if(typeof e!="string"){s="extra whitespace";break}try{encodeURIComponent(e)}catch(A){A="invalid UTF8";break}return e;case sr.ScalarType.BYTES:if(e===null||e==="")return new Uint8Array(0);if(typeof e!="string")break;return abe.base64decode(e)}}catch(o){s=o.message}this.assert(!1,i+(s?" - "+s:""),e)}};bC.ReflectionJsonReader=wv});var vv=h(NC=>{"use strict";Object.defineProperty(NC,"__esModule",{value:!0});NC.ReflectionJsonWriter=void 0;var Abe=AC(),XV=Xo(),Wr=Mi(),wt=Qu(),xv=class{constructor(e){var r;this.fields=(r=e.fields)!==null&&r!==void 0?r:[]}write(e,r){let n={},i=e;for(let s of this.fields){if(!s.oneof){let c=this.field(s,i[s.localName],r);c!==void 0&&(n[r.useProtoFieldName?s.name:s.jsonName]=c);continue}let o=i[s.oneof];if(o.oneofKind!==s.localName)continue;let a=s.kind=="scalar"||s.kind=="enum"?Object.assign(Object.assign({},r),{emitDefaultValues:!0}):r,A=this.field(s,o[s.localName],a);wt.assert(A!==void 0),n[r.useProtoFieldName?s.name:s.jsonName]=A}return n}field(e,r,n){let i;if(e.kind=="map"){wt.assert(typeof r=="object"&&r!==null);let s={};switch(e.V.kind){case"scalar":for(let[A,c]of Object.entries(r)){let l=this.scalar(e.V.T,c,e.name,!1,!0);wt.assert(l!==void 0),s[A.toString()]=l}break;case"message":let o=e.V.T();for(let[A,c]of Object.entries(r)){let l=this.message(o,c,e.name,n);wt.assert(l!==void 0),s[A.toString()]=l}break;case"enum":let a=e.V.T();for(let[A,c]of Object.entries(r)){wt.assert(c===void 0||typeof c=="number");let l=this.enum(a,c,e.name,!1,!0,n.enumAsInteger);wt.assert(l!==void 0),s[A.toString()]=l}break}(n.emitDefaultValues||Object.keys(s).length>0)&&(i=s)}else if(e.repeat){wt.assert(Array.isArray(r));let s=[];switch(e.kind){case"scalar":for(let A=0;A<r.length;A++){let c=this.scalar(e.T,r[A],e.name,e.opt,!0);wt.assert(c!==void 0),s.push(c)}break;case"enum":let o=e.T();for(let A=0;A<r.length;A++){wt.assert(r[A]===void 0||typeof r[A]=="number");let c=this.enum(o,r[A],e.name,e.opt,!0,n.enumAsInteger);wt.assert(c!==void 0),s.push(c)}break;case"message":let a=e.T();for(let A=0;A<r.length;A++){let c=this.message(a,r[A],e.name,n);wt.assert(c!==void 0),s.push(c)}break}(n.emitDefaultValues||s.length>0||n.emitDefaultValues)&&(i=s)}else switch(e.kind){case"scalar":i=this.scalar(e.T,r,e.name,e.opt,n.emitDefaultValues);break;case"enum":i=this.enum(e.T(),r,e.name,e.opt,n.emitDefaultValues,n.enumAsInteger);break;case"message":i=this.message(e.T(),r,e.name,n);break}return i}enum(e,r,n,i,s,o){if(e[0]=="google.protobuf.NullValue")return!s&&!i?void 0:null;if(r===void 0){wt.assert(i);return}if(!(r===0&&!s&&!i))return wt.assert(typeof r=="number"),wt.assert(Number.isInteger(r)),o||!e[1].hasOwnProperty(r)?r:e[2]?e[2]+e[1][r]:e[1][r]}message(e,r,n,i){return r===void 0?i.emitDefaultValues?null:void 0:e.internalJsonWrite(r,i)}scalar(e,r,n,i,s){if(r===void 0){wt.assert(i);return}let o=s||i;switch(e){case Wr.ScalarType.INT32:case Wr.ScalarType.SFIXED32:case Wr.ScalarType.SINT32:return r===0?o?0:void 0:(wt.assertInt32(r),r);case Wr.ScalarType.FIXED32:case Wr.ScalarType.UINT32:return r===0?o?0:void 0:(wt.assertUInt32(r),r);case Wr.ScalarType.FLOAT:wt.assertFloat32(r);case Wr.ScalarType.DOUBLE:return r===0?o?0:void 0:(wt.assert(typeof r=="number"),Number.isNaN(r)?"NaN":r===Number.POSITIVE_INFINITY?"Infinity":r===Number.NEGATIVE_INFINITY?"-Infinity":r);case Wr.ScalarType.STRING:return r===""?o?"":void 0:(wt.assert(typeof r=="string"),r);case Wr.ScalarType.BOOL:return r===!1?o?!1:void 0:(wt.assert(typeof r=="boolean"),r);case Wr.ScalarType.UINT64:case Wr.ScalarType.FIXED64:wt.assert(typeof r=="number"||typeof r=="string"||typeof r=="bigint");let a=XV.PbULong.from(r);return a.isZero()&&!o?void 0:a.toString();case Wr.ScalarType.INT64:case Wr.ScalarType.SFIXED64:case Wr.ScalarType.SINT64:wt.assert(typeof r=="number"||typeof r=="string"||typeof r=="bigint");let A=XV.PbLong.from(r);return A.isZero()&&!o?void 0:A.toString();case Wr.ScalarType.BYTES:return wt.assert(r instanceof Uint8Array),r.byteLength?Abe.base64encode(r):o?"":void 0}}};NC.ReflectionJsonWriter=xv});var SC=h(wC=>{"use strict";Object.defineProperty(wC,"__esModule",{value:!0});wC.reflectionScalarDefault=void 0;var Li=Mi(),ZV=IC(),eW=Xo();function cbe(t,e=Li.LongType.STRING){switch(t){case Li.ScalarType.BOOL:return!1;case Li.ScalarType.UINT64:case Li.ScalarType.FIXED64:return ZV.reflectionLongConvert(eW.PbULong.ZERO,e);case Li.ScalarType.INT64:case Li.ScalarType.SFIXED64:case Li.ScalarType.SINT64:return ZV.reflectionLongConvert(eW.PbLong.ZERO,e);case Li.ScalarType.DOUBLE:case Li.ScalarType.FLOAT:return 0;case Li.ScalarType.BYTES:return new Uint8Array(0);case Li.ScalarType.STRING:return"";default:return 0}}wC.reflectionScalarDefault=cbe});var Dv=h(xC=>{"use strict";Object.defineProperty(xC,"__esModule",{value:!0});xC.ReflectionBinaryReader=void 0;var tW=vh(),Yt=Mi(),Mh=IC(),rW=SC(),Rv=class{constructor(e){this.info=e}prepare(){var e;if(!this.fieldNoToField){let r=(e=this.info.fields)!==null&&e!==void 0?e:[];this.fieldNoToField=new Map(r.map(n=>[n.no,n]))}}read(e,r,n,i){this.prepare();let s=i===void 0?e.len:e.pos+i;for(;e.pos<s;){let[o,a]=e.tag(),A=this.fieldNoToField.get(o);if(!A){let d=n.readUnknownField;if(d=="throw")throw new Error(`Unknown field ${o} (wire type ${a}) for ${this.info.typeName}`);let f=e.skip(a);d!==!1&&(d===!0?tW.UnknownFieldHandler.onRead:d)(this.info.typeName,r,o,a,f);continue}let c=r,l=A.repeat,u=A.localName;switch(A.oneof&&(c=c[A.oneof],c.oneofKind!==u&&(c=r[A.oneof]={oneofKind:u})),A.kind){case"scalar":case"enum":let d=A.kind=="enum"?Yt.ScalarType.INT32:A.T,f=A.kind=="scalar"?A.L:void 0;if(l){let E=c[u];if(a==tW.WireType.LengthDelimited&&d!=Yt.ScalarType.STRING&&d!=Yt.ScalarType.BYTES){let C=e.uint32()+e.pos;for(;e.pos<C;)E.push(this.scalar(e,d,f))}else E.push(this.scalar(e,d,f))}else c[u]=this.scalar(e,d,f);break;case"message":if(l){let E=c[u],C=A.T().internalBinaryRead(e,e.uint32(),n);E.push(C)}else c[u]=A.T().internalBinaryRead(e,e.uint32(),n,c[u]);break;case"map":let[g,m]=this.mapEntry(A,e,n);c[u][g]=m;break}}}mapEntry(e,r,n){let i=r.uint32(),s=r.pos+i,o,a;for(;r.pos<s;){let[A,c]=r.tag();switch(A){case 1:e.K==Yt.ScalarType.BOOL?o=r.bool().toString():o=this.scalar(r,e.K,Yt.LongType.STRING);break;case 2:switch(e.V.kind){case"scalar":a=this.scalar(r,e.V.T,e.V.L);break;case"enum":a=r.int32();break;case"message":a=e.V.T().internalBinaryRead(r,r.uint32(),n);break}break;default:throw new Error(`Unknown field ${A} (wire type ${c}) in map entry for ${this.info.typeName}#${e.name}`)}}if(o===void 0){let A=rW.reflectionScalarDefault(e.K);o=e.K==Yt.ScalarType.BOOL?A.toString():A}if(a===void 0)switch(e.V.kind){case"scalar":a=rW.reflectionScalarDefault(e.V.T,e.V.L);break;case"enum":a=0;break;case"message":a=e.V.T().create();break}return[o,a]}scalar(e,r,n){switch(r){case Yt.ScalarType.INT32:return e.int32();case Yt.ScalarType.STRING:return e.string();case Yt.ScalarType.BOOL:return e.bool();case Yt.ScalarType.DOUBLE:return e.double();case Yt.ScalarType.FLOAT:return e.float();case Yt.ScalarType.INT64:return Mh.reflectionLongConvert(e.int64(),n);case Yt.ScalarType.UINT64:return Mh.reflectionLongConvert(e.uint64(),n);case Yt.ScalarType.FIXED64:return Mh.reflectionLongConvert(e.fixed64(),n);case Yt.ScalarType.FIXED32:return e.fixed32();case Yt.ScalarType.BYTES:return e.bytes();case Yt.ScalarType.UINT32:return e.uint32();case Yt.ScalarType.SFIXED32:return e.sfixed32();case Yt.ScalarType.SFIXED64:return Mh.reflectionLongConvert(e.sfixed64(),n);case Yt.ScalarType.SINT32:return e.sint32();case Yt.ScalarType.SINT64:return Mh.reflectionLongConvert(e.sint64(),n)}}};xC.ReflectionBinaryReader=Rv});var kv=h(vC=>{"use strict";Object.defineProperty(vC,"__esModule",{value:!0});vC.ReflectionBinaryWriter=void 0;var qn=vh(),pt=Mi(),wu=Qu(),Lh=Xo(),_v=class{constructor(e){this.info=e}prepare(){if(!this.fields){let e=this.info.fields?this.info.fields.concat():[];this.fields=e.sort((r,n)=>r.no-n.no)}}write(e,r,n){this.prepare();for(let s of this.fields){let o,a,A=s.repeat,c=s.localName;if(s.oneof){let l=e[s.oneof];if(l.oneofKind!==c)continue;o=l[c],a=!0}else o=e[c],a=!1;switch(s.kind){case"scalar":case"enum":let l=s.kind=="enum"?pt.ScalarType.INT32:s.T;if(A)if(wu.assert(Array.isArray(o)),A==pt.RepeatType.PACKED)this.packed(r,l,s.no,o);else for(let u of o)this.scalar(r,l,s.no,u,!0);else o===void 0?wu.assert(s.opt):this.scalar(r,l,s.no,o,a||s.opt);break;case"message":if(A){wu.assert(Array.isArray(o));for(let u of o)this.message(r,n,s.T(),s.no,u)}else this.message(r,n,s.T(),s.no,o);break;case"map":wu.assert(typeof o=="object"&&o!==null);for(let[u,d]of Object.entries(o))this.mapEntry(r,n,s,u,d);break}}let i=n.writeUnknownFields;i!==!1&&(i===!0?qn.UnknownFieldHandler.onWrite:i)(this.info.typeName,e,r)}mapEntry(e,r,n,i,s){e.tag(n.no,qn.WireType.LengthDelimited),e.fork();let o=i;switch(n.K){case pt.ScalarType.INT32:case pt.ScalarType.FIXED32:case pt.ScalarType.UINT32:case pt.ScalarType.SFIXED32:case pt.ScalarType.SINT32:o=Number.parseInt(i);break;case pt.ScalarType.BOOL:wu.assert(i=="true"||i=="false"),o=i=="true";break}switch(this.scalar(e,n.K,1,o,!0),n.V.kind){case"scalar":this.scalar(e,n.V.T,2,s,!0);break;case"enum":this.scalar(e,pt.ScalarType.INT32,2,s,!0);break;case"message":this.message(e,r,n.V.T(),2,s);break}e.join()}message(e,r,n,i,s){s!==void 0&&(n.internalBinaryWrite(s,e.tag(i,qn.WireType.LengthDelimited).fork(),r),e.join())}scalar(e,r,n,i,s){let[o,a,A]=this.scalarInfo(r,i);(!A||s)&&(e.tag(n,o),e[a](i))}packed(e,r,n,i){if(!i.length)return;wu.assert(r!==pt.ScalarType.BYTES&&r!==pt.ScalarType.STRING),e.tag(n,qn.WireType.LengthDelimited),e.fork();let[,s]=this.scalarInfo(r);for(let o=0;o<i.length;o++)e[s](i[o]);e.join()}scalarInfo(e,r){let n=qn.WireType.Varint,i,s=r===void 0,o=r===0;switch(e){case pt.ScalarType.INT32:i="int32";break;case pt.ScalarType.STRING:o=s||!r.length,n=qn.WireType.LengthDelimited,i="string";break;case pt.ScalarType.BOOL:o=r===!1,i="bool";break;case pt.ScalarType.UINT32:i="uint32";break;case pt.ScalarType.DOUBLE:n=qn.WireType.Bit64,i="double";break;case pt.ScalarType.FLOAT:n=qn.WireType.Bit32,i="float";break;case pt.ScalarType.INT64:o=s||Lh.PbLong.from(r).isZero(),i="int64";break;case pt.ScalarType.UINT64:o=s||Lh.PbULong.from(r).isZero(),i="uint64";break;case pt.ScalarType.FIXED64:o=s||Lh.PbULong.from(r).isZero(),n=qn.WireType.Bit64,i="fixed64";break;case pt.ScalarType.BYTES:o=s||!r.byteLength,n=qn.WireType.LengthDelimited,i="bytes";break;case pt.ScalarType.FIXED32:n=qn.WireType.Bit32,i="fixed32";break;case pt.ScalarType.SFIXED32:n=qn.WireType.Bit32,i="sfixed32";break;case pt.ScalarType.SFIXED64:o=s||Lh.PbLong.from(r).isZero(),n=qn.WireType.Bit64,i="sfixed64";break;case pt.ScalarType.SINT32:i="sint32";break;case pt.ScalarType.SINT64:o=s||Lh.PbLong.from(r).isZero(),i="sint64";break}return[n,i,s||o]}};vC.ReflectionBinaryWriter=_v});var Pv=h(RC=>{"use strict";Object.defineProperty(RC,"__esModule",{value:!0});RC.reflectionCreate=void 0;var lbe=SC(),ube=Oh();function dbe(t){let e=t.messagePrototype?Object.create(t.messagePrototype):Object.defineProperty({},ube.MESSAGE_TYPE,{value:t});for(let r of t.fields){let n=r.localName;if(!r.opt)if(r.oneof)e[r.oneof]={oneofKind:void 0};else if(r.repeat)e[n]=[];else switch(r.kind){case"scalar":e[n]=lbe.reflectionScalarDefault(r.T,r.L);break;case"enum":e[n]=0;break;case"map":e[n]={};break}}return e}RC.reflectionCreate=dbe});var Tv=h(DC=>{"use strict";Object.defineProperty(DC,"__esModule",{value:!0});DC.reflectionMergePartial=void 0;function fbe(t,e,r){let n,i=r,s;for(let o of t.fields){let a=o.localName;if(o.oneof){let A=i[o.oneof];if(A?.oneofKind==null)continue;if(n=A[a],s=e[o.oneof],s.oneofKind=A.oneofKind,n==null){delete s[a];continue}}else if(n=i[a],s=e,n==null)continue;switch(o.repeat&&(s[a].length=n.length),o.kind){case"scalar":case"enum":if(o.repeat)for(let c=0;c<n.length;c++)s[a][c]=n[c];else s[a]=n;break;case"message":let A=o.T();if(o.repeat)for(let c=0;c<n.length;c++)s[a][c]=A.create(n[c]);else s[a]===void 0?s[a]=A.create(n):A.mergePartial(s[a],n);break;case"map":switch(o.V.kind){case"scalar":case"enum":Object.assign(s[a],n);break;case"message":let c=o.V.T();for(let l of Object.keys(n))s[a][l]=c.create(n[l]);break}break}}}DC.reflectionMergePartial=fbe});var Mv=h(kC=>{"use strict";Object.defineProperty(kC,"__esModule",{value:!0});kC.reflectionEquals=void 0;var Ov=Mi();function hbe(t,e,r){if(e===r)return!0;if(!e||!r)return!1;for(let n of t.fields){let i=n.localName,s=n.oneof?e[n.oneof][i]:e[i],o=n.oneof?r[n.oneof][i]:r[i];switch(n.kind){case"enum":case"scalar":let a=n.kind=="enum"?Ov.ScalarType.INT32:n.T;if(!(n.repeat?nW(a,s,o):sW(a,s,o)))return!1;break;case"map":if(!(n.V.kind=="message"?iW(n.V.T(),_C(s),_C(o)):nW(n.V.kind=="enum"?Ov.ScalarType.INT32:n.V.T,_C(s),_C(o))))return!1;break;case"message":let A=n.T();if(!(n.repeat?iW(A,s,o):A.equals(s,o)))return!1;break}}return!0}kC.reflectionEquals=hbe;var _C=Object.values;function sW(t,e,r){if(e===r)return!0;if(t!==Ov.ScalarType.BYTES)return!1;let n=e,i=r;if(n.length!==i.length)return!1;for(let s=0;s<n.length;s++)if(n[s]!=i[s])return!1;return!0}function nW(t,e,r){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!sW(t,e[n],r[n]))return!1;return!0}function iW(t,e,r){if(e.length!==r.length)return!1;for(let n=0;n<e.length;n++)if(!t.equals(e[n],r[n]))return!1;return!0}});var AW=h(PC=>{"use strict";Object.defineProperty(PC,"__esModule",{value:!0});PC.MessageType=void 0;var gbe=Oh(),mbe=Mi(),pbe=Nv(),ybe=Sv(),Ebe=vv(),Cbe=Dv(),Ibe=kv(),Bbe=Pv(),Lv=Tv(),Qbe=oC(),oW=Iv(),bbe=Mv(),Nbe=Cv(),wbe=Ev(),aW=Object.getOwnPropertyDescriptors(Object.getPrototypeOf({})),Sbe=aW[gbe.MESSAGE_TYPE]={},Fv=class{constructor(e,r,n){this.defaultCheckDepth=16,this.typeName=e,this.fields=r.map(mbe.normalizeFieldInfo),this.options=n??{},Sbe.value=this,this.messagePrototype=Object.create(null,aW),this.refTypeCheck=new pbe.ReflectionTypeCheck(this),this.refJsonReader=new ybe.ReflectionJsonReader(this),this.refJsonWriter=new Ebe.ReflectionJsonWriter(this),this.refBinReader=new Cbe.ReflectionBinaryReader(this),this.refBinWriter=new Ibe.ReflectionBinaryWriter(this)}create(e){let r=Bbe.reflectionCreate(this);return e!==void 0&&Lv.reflectionMergePartial(this,r,e),r}clone(e){let r=this.create();return Lv.reflectionMergePartial(this,r,e),r}equals(e,r){return bbe.reflectionEquals(this,e,r)}is(e,r=this.defaultCheckDepth){return this.refTypeCheck.is(e,r,!1)}isAssignable(e,r=this.defaultCheckDepth){return this.refTypeCheck.is(e,r,!0)}mergePartial(e,r){Lv.reflectionMergePartial(this,e,r)}fromBinary(e,r){let n=wbe.binaryReadOptions(r);return this.internalBinaryRead(n.readerFactory(e),e.byteLength,n)}fromJson(e,r){return this.internalJsonRead(e,oW.jsonReadOptions(r))}fromJsonString(e,r){let n=JSON.parse(e);return this.fromJson(n,r)}toJson(e,r){return this.internalJsonWrite(e,oW.jsonWriteOptions(r))}toJsonString(e,r){var n;let i=this.toJson(e,r);return JSON.stringify(i,null,(n=r?.prettySpaces)!==null&&n!==void 0?n:0)}toBinary(e,r){let n=Nbe.binaryWriteOptions(r);return this.internalBinaryWrite(e,n.writerFactory(),n).finish()}internalJsonRead(e,r,n){if(e!==null&&typeof e=="object"&&!Array.isArray(e)){let i=n??this.create();return this.refJsonReader.read(e,i,r),i}throw new Error(`Unable to parse message ${this.typeName} from JSON ${Qbe.typeofJsonValue(e)}.`)}internalJsonWrite(e,r){return this.refJsonWriter.write(e,r)}internalBinaryWrite(e,r,n){return this.refBinWriter.write(e,r,n),r}internalBinaryRead(e,r,n,i){let s=i??this.create();return this.refBinReader.read(e,s,n,r),s}};PC.MessageType=Fv});var cW=h(TC=>{"use strict";Object.defineProperty(TC,"__esModule",{value:!0});TC.containsMessageType=void 0;var xbe=Oh();function vbe(t){return t[xbe.MESSAGE_TYPE]!=null}TC.containsMessageType=vbe});var uW=h(fs=>{"use strict";Object.defineProperty(fs,"__esModule",{value:!0});fs.listEnumNumbers=fs.listEnumNames=fs.listEnumValues=fs.isEnumObject=void 0;function lW(t){if(typeof t!="object"||t===null||!t.hasOwnProperty(0))return!1;for(let e of Object.keys(t)){let r=parseInt(e);if(Number.isNaN(r)){let n=t[e];if(n===void 0||typeof n!="number"||t[n]===void 0)return!1}else{let n=t[r];if(n===void 0||t[n]!==r)return!1}}return!0}fs.isEnumObject=lW;function Uv(t){if(!lW(t))throw new Error("not a typescript enum object");let e=[];for(let[r,n]of Object.entries(t))typeof n=="number"&&e.push({name:r,number:n});return e}fs.listEnumValues=Uv;function Rbe(t){return Uv(t).map(e=>e.name)}fs.listEnumNames=Rbe;function Dbe(t){return Uv(t).map(e=>e.number).filter((e,r,n)=>n.indexOf(e)==r)}fs.listEnumNumbers=Dbe});var Jt=h(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});var dW=oC();Object.defineProperty(le,"typeofJsonValue",{enumerable:!0,get:function(){return dW.typeofJsonValue}});Object.defineProperty(le,"isJsonObject",{enumerable:!0,get:function(){return dW.isJsonObject}});var fW=AC();Object.defineProperty(le,"base64decode",{enumerable:!0,get:function(){return fW.base64decode}});Object.defineProperty(le,"base64encode",{enumerable:!0,get:function(){return fW.base64encode}});var _be=FV();Object.defineProperty(le,"utf8read",{enumerable:!0,get:function(){return _be.utf8read}});var qv=vh();Object.defineProperty(le,"WireType",{enumerable:!0,get:function(){return qv.WireType}});Object.defineProperty(le,"mergeBinaryOptions",{enumerable:!0,get:function(){return qv.mergeBinaryOptions}});Object.defineProperty(le,"UnknownFieldHandler",{enumerable:!0,get:function(){return qv.UnknownFieldHandler}});var hW=Ev();Object.defineProperty(le,"BinaryReader",{enumerable:!0,get:function(){return hW.BinaryReader}});Object.defineProperty(le,"binaryReadOptions",{enumerable:!0,get:function(){return hW.binaryReadOptions}});var gW=Cv();Object.defineProperty(le,"BinaryWriter",{enumerable:!0,get:function(){return gW.BinaryWriter}});Object.defineProperty(le,"binaryWriteOptions",{enumerable:!0,get:function(){return gW.binaryWriteOptions}});var mW=Xo();Object.defineProperty(le,"PbLong",{enumerable:!0,get:function(){return mW.PbLong}});Object.defineProperty(le,"PbULong",{enumerable:!0,get:function(){return mW.PbULong}});var Hv=Iv();Object.defineProperty(le,"jsonReadOptions",{enumerable:!0,get:function(){return Hv.jsonReadOptions}});Object.defineProperty(le,"jsonWriteOptions",{enumerable:!0,get:function(){return Hv.jsonWriteOptions}});Object.defineProperty(le,"mergeJsonOptions",{enumerable:!0,get:function(){return Hv.mergeJsonOptions}});var kbe=Oh();Object.defineProperty(le,"MESSAGE_TYPE",{enumerable:!0,get:function(){return kbe.MESSAGE_TYPE}});var Pbe=AW();Object.defineProperty(le,"MessageType",{enumerable:!0,get:function(){return Pbe.MessageType}});var dA=Mi();Object.defineProperty(le,"ScalarType",{enumerable:!0,get:function(){return dA.ScalarType}});Object.defineProperty(le,"LongType",{enumerable:!0,get:function(){return dA.LongType}});Object.defineProperty(le,"RepeatType",{enumerable:!0,get:function(){return dA.RepeatType}});Object.defineProperty(le,"normalizeFieldInfo",{enumerable:!0,get:function(){return dA.normalizeFieldInfo}});Object.defineProperty(le,"readFieldOptions",{enumerable:!0,get:function(){return dA.readFieldOptions}});Object.defineProperty(le,"readFieldOption",{enumerable:!0,get:function(){return dA.readFieldOption}});Object.defineProperty(le,"readMessageOption",{enumerable:!0,get:function(){return dA.readMessageOption}});var Tbe=Nv();Object.defineProperty(le,"ReflectionTypeCheck",{enumerable:!0,get:function(){return Tbe.ReflectionTypeCheck}});var Obe=Pv();Object.defineProperty(le,"reflectionCreate",{enumerable:!0,get:function(){return Obe.reflectionCreate}});var Mbe=SC();Object.defineProperty(le,"reflectionScalarDefault",{enumerable:!0,get:function(){return Mbe.reflectionScalarDefault}});var Lbe=Tv();Object.defineProperty(le,"reflectionMergePartial",{enumerable:!0,get:function(){return Lbe.reflectionMergePartial}});var Fbe=Mv();Object.defineProperty(le,"reflectionEquals",{enumerable:!0,get:function(){return Fbe.reflectionEquals}});var Ube=Dv();Object.defineProperty(le,"ReflectionBinaryReader",{enumerable:!0,get:function(){return Ube.ReflectionBinaryReader}});var qbe=kv();Object.defineProperty(le,"ReflectionBinaryWriter",{enumerable:!0,get:function(){return qbe.ReflectionBinaryWriter}});var Hbe=Sv();Object.defineProperty(le,"ReflectionJsonReader",{enumerable:!0,get:function(){return Hbe.ReflectionJsonReader}});var zbe=vv();Object.defineProperty(le,"ReflectionJsonWriter",{enumerable:!0,get:function(){return zbe.ReflectionJsonWriter}});var jbe=cW();Object.defineProperty(le,"containsMessageType",{enumerable:!0,get:function(){return jbe.containsMessageType}});var Fh=Qv();Object.defineProperty(le,"isOneofGroup",{enumerable:!0,get:function(){return Fh.isOneofGroup}});Object.defineProperty(le,"setOneofValue",{enumerable:!0,get:function(){return Fh.setOneofValue}});Object.defineProperty(le,"getOneofValue",{enumerable:!0,get:function(){return Fh.getOneofValue}});Object.defineProperty(le,"clearOneofValue",{enumerable:!0,get:function(){return Fh.clearOneofValue}});Object.defineProperty(le,"getSelectedOneofValue",{enumerable:!0,get:function(){return Fh.getSelectedOneofValue}});var OC=uW();Object.defineProperty(le,"listEnumValues",{enumerable:!0,get:function(){return OC.listEnumValues}});Object.defineProperty(le,"listEnumNames",{enumerable:!0,get:function(){return OC.listEnumNames}});Object.defineProperty(le,"listEnumNumbers",{enumerable:!0,get:function(){return OC.listEnumNumbers}});Object.defineProperty(le,"isEnumObject",{enumerable:!0,get:function(){return OC.isEnumObject}});var Gbe=Bv();Object.defineProperty(le,"lowerCamelCase",{enumerable:!0,get:function(){return Gbe.lowerCamelCase}});var Uh=Qu();Object.defineProperty(le,"assert",{enumerable:!0,get:function(){return Uh.assert}});Object.defineProperty(le,"assertNever",{enumerable:!0,get:function(){return Uh.assertNever}});Object.defineProperty(le,"assertInt32",{enumerable:!0,get:function(){return Uh.assertInt32}});Object.defineProperty(le,"assertUInt32",{enumerable:!0,get:function(){return Uh.assertUInt32}});Object.defineProperty(le,"assertFloat32",{enumerable:!0,get:function(){return Uh.assertFloat32}})});var zv=h(hs=>{"use strict";Object.defineProperty(hs,"__esModule",{value:!0});hs.readServiceOption=hs.readMethodOption=hs.readMethodOptions=hs.normalizeMethodInfo=void 0;var Ybe=Jt();function Jbe(t,e){var r,n,i;let s=t;return s.service=e,s.localName=(r=s.localName)!==null&&r!==void 0?r:Ybe.lowerCamelCase(s.name),s.serverStreaming=!!s.serverStreaming,s.clientStreaming=!!s.clientStreaming,s.options=(n=s.options)!==null&&n!==void 0?n:{},s.idempotency=(i=s.idempotency)!==null&&i!==void 0?i:void 0,s}hs.normalizeMethodInfo=Jbe;function Vbe(t,e,r,n){var i;let s=(i=t.methods.find((o,a)=>o.localName===e||a===e))===null||i===void 0?void 0:i.options;return s&&s[r]?n.fromJson(s[r]):void 0}hs.readMethodOptions=Vbe;function Wbe(t,e,r,n){var i;let s=(i=t.methods.find((a,A)=>a.localName===e||A===e))===null||i===void 0?void 0:i.options;if(!s)return;let o=s[r];return o===void 0?o:n?n.fromJson(o):o}hs.readMethodOption=Wbe;function $be(t,e,r){let n=t.options;if(!n)return;let i=n[e];return i===void 0?i:r?r.fromJson(i):i}hs.readServiceOption=$be});var pW=h(MC=>{"use strict";Object.defineProperty(MC,"__esModule",{value:!0});MC.ServiceType=void 0;var Kbe=zv(),jv=class{constructor(e,r,n){this.typeName=e,this.methods=r.map(i=>Kbe.normalizeMethodInfo(i,this)),this.options=n??{}}};MC.ServiceType=jv});var Yv=h(LC=>{"use strict";Object.defineProperty(LC,"__esModule",{value:!0});LC.RpcError=void 0;var Gv=class extends Error{constructor(e,r="UNKNOWN",n){super(e),this.name="RpcError",Object.setPrototypeOf(this,new.target.prototype),this.code=r,this.meta=n??{}}toString(){let e=[this.name+": "+this.message];this.code&&(e.push(""),e.push("Code: "+this.code)),this.serviceName&&this.methodName&&e.push("Method: "+this.serviceName+"/"+this.methodName);let r=Object.entries(this.meta);if(r.length){e.push(""),e.push("Meta:");for(let[n,i]of r)e.push(` ${n}: ${i}`)}return e.join(`
`)}};LC.RpcError=Gv});var Jv=h(UC=>{"use strict";Object.defineProperty(UC,"__esModule",{value:!0});UC.mergeRpcOptions=void 0;var yW=Jt();function Xbe(t,e){if(!e)return t;let r={};FC(t,r),FC(e,r);for(let n of Object.keys(e)){let i=e[n];switch(n){case"jsonOptions":r.jsonOptions=yW.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=yW.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},FC(t.meta,r.meta),FC(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(i):i.concat();break}}return r}UC.mergeRpcOptions=Xbe;function FC(t,e){if(!t)return;let r=e;for(let[n,i]of Object.entries(t))i instanceof Date?r[n]=new Date(i.getTime()):Array.isArray(i)?r[n]=i.concat():r[n]=i}});var Wv=h(fA=>{"use strict";Object.defineProperty(fA,"__esModule",{value:!0});fA.Deferred=fA.DeferredState=void 0;var gs;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(gs=fA.DeferredState||(fA.DeferredState={}));var Vv=class{constructor(e=!0){this._state=gs.PENDING,this._promise=new Promise((r,n)=>{this._resolve=r,this._reject=n}),e&&this._promise.catch(r=>{})}get state(){return this._state}get promise(){return this._promise}resolve(e){if(this.state!==gs.PENDING)throw new Error(`cannot resolve ${gs[this.state].toLowerCase()}`);this._resolve(e),this._state=gs.RESOLVED}reject(e){if(this.state!==gs.PENDING)throw new Error(`cannot reject ${gs[this.state].toLowerCase()}`);this._reject(e),this._state=gs.REJECTED}resolvePending(e){this._state===gs.PENDING&&this.resolve(e)}rejectPending(e){this._state===gs.PENDING&&this.reject(e)}};fA.Deferred=Vv});var Kv=h(qC=>{"use strict";Object.defineProperty(qC,"__esModule",{value:!0});qC.RpcOutputStreamController=void 0;var EW=Wv(),hA=Jt(),$v=class{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]},this._closed=!1,this._itState={q:[]}}onNext(e){return this.addLis(e,this._lis.nxt)}onMessage(e){return this.addLis(e,this._lis.msg)}onError(e){return this.addLis(e,this._lis.err)}onComplete(e){return this.addLis(e,this._lis.cmp)}addLis(e,r){return r.push(e),()=>{let n=r.indexOf(e);n>=0&&r.splice(n,1)}}clearLis(){for(let e of Object.values(this._lis))e.splice(0,e.length)}get closed(){return this._closed!==!1}notifyNext(e,r,n){hA.assert((e?1:0)+(r?1:0)+(n?1:0)<=1,"only one emission at a time"),e&&this.notifyMessage(e),r&&this.notifyError(r),n&&this.notifyComplete()}notifyMessage(e){hA.assert(!this.closed,"stream is closed"),this.pushIt({value:e,done:!1}),this._lis.msg.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(e,void 0,!1))}notifyError(e){hA.assert(!this.closed,"stream is closed"),this._closed=e,this.pushIt(e),this._lis.err.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(void 0,e,!1)),this.clearLis()}notifyComplete(){hA.assert(!this.closed,"stream is closed"),this._closed=!0,this.pushIt({value:null,done:!0}),this._lis.cmp.forEach(e=>e()),this._lis.nxt.forEach(e=>e(void 0,void 0,!0)),this.clearLis()}[Symbol.asyncIterator](){return this._closed===!0?this.pushIt({value:null,done:!0}):this._closed!==!1&&this.pushIt(this._closed),{next:()=>{let e=this._itState;hA.assert(e,"bad state"),hA.assert(!e.p,"iterator contract broken");let r=e.q.shift();return r?"value"in r?Promise.resolve(r):Promise.reject(r):(e.p=new EW.Deferred,e.p.promise)}}}pushIt(e){let r=this._itState;if(r.p){let n=r.p;hA.assert(n.state==EW.DeferredState.PENDING,"iterator contract broken"),"value"in e?n.resolve(e):n.reject(e),delete r.p}else r.q.push(e)}};qC.RpcOutputStreamController=$v});var Zv=h(Su=>{"use strict";var Zbe=Su&&Su.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Su,"__esModule",{value:!0});Su.UnaryCall=void 0;var Xv=class{constructor(e,r,n,i,s,o,a){this.method=e,this.requestHeaders=r,this.request=n,this.headers=i,this.response=s,this.status=o,this.trailers=a}then(e,r){return this.promiseFinished().then(n=>e?Promise.resolve(e(n)):n,n=>r?Promise.resolve(r(n)):Promise.reject(n))}promiseFinished(){return Zbe(this,void 0,void 0,function*(){let[e,r,n,i]=yield Promise.all([this.headers,this.response,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,request:this.request,headers:e,response:r,status:n,trailers:i}})}};Su.UnaryCall=Xv});var tR=h(xu=>{"use strict";var e0e=xu&&xu.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(xu,"__esModule",{value:!0});xu.ServerStreamingCall=void 0;var eR=class{constructor(e,r,n,i,s,o,a){this.method=e,this.requestHeaders=r,this.request=n,this.headers=i,this.responses=s,this.status=o,this.trailers=a}then(e,r){return this.promiseFinished().then(n=>e?Promise.resolve(e(n)):n,n=>r?Promise.resolve(r(n)):Promise.reject(n))}promiseFinished(){return e0e(this,void 0,void 0,function*(){let[e,r,n]=yield Promise.all([this.headers,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,request:this.request,headers:e,status:r,trailers:n}})}};xu.ServerStreamingCall=eR});var nR=h(vu=>{"use strict";var t0e=vu&&vu.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(vu,"__esModule",{value:!0});vu.ClientStreamingCall=void 0;var rR=class{constructor(e,r,n,i,s,o,a){this.method=e,this.requestHeaders=r,this.requests=n,this.headers=i,this.response=s,this.status=o,this.trailers=a}then(e,r){return this.promiseFinished().then(n=>e?Promise.resolve(e(n)):n,n=>r?Promise.resolve(r(n)):Promise.reject(n))}promiseFinished(){return t0e(this,void 0,void 0,function*(){let[e,r,n,i]=yield Promise.all([this.headers,this.response,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,headers:e,response:r,status:n,trailers:i}})}};vu.ClientStreamingCall=rR});var sR=h(Ru=>{"use strict";var r0e=Ru&&Ru.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Ru,"__esModule",{value:!0});Ru.DuplexStreamingCall=void 0;var iR=class{constructor(e,r,n,i,s,o,a){this.method=e,this.requestHeaders=r,this.requests=n,this.headers=i,this.responses=s,this.status=o,this.trailers=a}then(e,r){return this.promiseFinished().then(n=>e?Promise.resolve(e(n)):n,n=>r?Promise.resolve(r(n)):Promise.reject(n))}promiseFinished(){return r0e(this,void 0,void 0,function*(){let[e,r,n]=yield Promise.all([this.headers,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,headers:e,status:r,trailers:n}})}};Ru.DuplexStreamingCall=iR});var IW=h(ku=>{"use strict";var n0e=ku&&ku.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(ku,"__esModule",{value:!0});ku.TestTransport=void 0;var fi=Yv(),HC=Jt(),CW=Kv(),i0e=Jv(),s0e=Zv(),o0e=tR(),a0e=nR(),A0e=sR(),_u=class t{constructor(e){this.suppressUncaughtRejections=!0,this.headerDelay=10,this.responseDelay=50,this.betweenResponseDelay=10,this.afterResponseDelay=10,this.data=e??{}}get sentMessages(){return this.lastInput instanceof Du?this.lastInput.sent:typeof this.lastInput=="object"?[this.lastInput.single]:[]}get sendComplete(){return this.lastInput instanceof Du?this.lastInput.completed:typeof this.lastInput=="object"}promiseHeaders(){var e;let r=(e=this.data.headers)!==null&&e!==void 0?e:t.defaultHeaders;return r instanceof fi.RpcError?Promise.reject(r):Promise.resolve(r)}promiseSingleResponse(e){if(this.data.response instanceof fi.RpcError)return Promise.reject(this.data.response);let r;return Array.isArray(this.data.response)?(HC.assert(this.data.response.length>0),r=this.data.response[0]):this.data.response!==void 0?r=this.data.response:r=e.O.create(),HC.assert(e.O.is(r)),Promise.resolve(r)}streamResponses(e,r,n){return n0e(this,void 0,void 0,function*(){let i=[];if(this.data.response===void 0)i.push(e.O.create());else if(Array.isArray(this.data.response))for(let s of this.data.response)HC.assert(e.O.is(s)),i.push(s);else this.data.response instanceof fi.RpcError||(HC.assert(e.O.is(this.data.response)),i.push(this.data.response));try{yield Cr(this.responseDelay,n)(void 0)}catch(s){r.notifyError(s);return}if(this.data.response instanceof fi.RpcError){r.notifyError(this.data.response);return}for(let s of i){r.notifyMessage(s);try{yield Cr(this.betweenResponseDelay,n)(void 0)}catch(o){r.notifyError(o);return}}if(this.data.status instanceof fi.RpcError){r.notifyError(this.data.status);return}if(this.data.trailers instanceof fi.RpcError){r.notifyError(this.data.trailers);return}r.notifyComplete()})}promiseStatus(){var e;let r=(e=this.data.status)!==null&&e!==void 0?e:t.defaultStatus;return r instanceof fi.RpcError?Promise.reject(r):Promise.resolve(r)}promiseTrailers(){var e;let r=(e=this.data.trailers)!==null&&e!==void 0?e:t.defaultTrailers;return r instanceof fi.RpcError?Promise.reject(r):Promise.resolve(r)}maybeSuppressUncaught(...e){if(this.suppressUncaughtRejections)for(let r of e)r.catch(()=>{})}mergeOptions(e){return i0e.mergeRpcOptions({},e)}unary(e,r,n){var i;let s=(i=n.meta)!==null&&i!==void 0?i:{},o=this.promiseHeaders().then(Cr(this.headerDelay,n.abort)),a=o.catch(l=>{}).then(Cr(this.responseDelay,n.abort)).then(l=>this.promiseSingleResponse(e)),A=a.catch(l=>{}).then(Cr(this.afterResponseDelay,n.abort)).then(l=>this.promiseStatus()),c=a.catch(l=>{}).then(Cr(this.afterResponseDelay,n.abort)).then(l=>this.promiseTrailers());return this.maybeSuppressUncaught(A,c),this.lastInput={single:r},new s0e.UnaryCall(e,s,r,o,a,A,c)}serverStreaming(e,r,n){var i;let s=(i=n.meta)!==null&&i!==void 0?i:{},o=this.promiseHeaders().then(Cr(this.headerDelay,n.abort)),a=new CW.RpcOutputStreamController,A=o.then(Cr(this.responseDelay,n.abort)).catch(()=>{}).then(()=>this.streamResponses(e,a,n.abort)).then(Cr(this.afterResponseDelay,n.abort)),c=A.then(()=>this.promiseStatus()),l=A.then(()=>this.promiseTrailers());return this.maybeSuppressUncaught(c,l),this.lastInput={single:r},new o0e.ServerStreamingCall(e,s,r,o,a,c,l)}clientStreaming(e,r){var n;let i=(n=r.meta)!==null&&n!==void 0?n:{},s=this.promiseHeaders().then(Cr(this.headerDelay,r.abort)),o=s.catch(c=>{}).then(Cr(this.responseDelay,r.abort)).then(c=>this.promiseSingleResponse(e)),a=o.catch(c=>{}).then(Cr(this.afterResponseDelay,r.abort)).then(c=>this.promiseStatus()),A=o.catch(c=>{}).then(Cr(this.afterResponseDelay,r.abort)).then(c=>this.promiseTrailers());return this.maybeSuppressUncaught(a,A),this.lastInput=new Du(this.data,r.abort),new a0e.ClientStreamingCall(e,i,this.lastInput,s,o,a,A)}duplex(e,r){var n;let i=(n=r.meta)!==null&&n!==void 0?n:{},s=this.promiseHeaders().then(Cr(this.headerDelay,r.abort)),o=new CW.RpcOutputStreamController,a=s.then(Cr(this.responseDelay,r.abort)).catch(()=>{}).then(()=>this.streamResponses(e,o,r.abort)).then(Cr(this.afterResponseDelay,r.abort)),A=a.then(()=>this.promiseStatus()),c=a.then(()=>this.promiseTrailers());return this.maybeSuppressUncaught(A,c),this.lastInput=new Du(this.data,r.abort),new A0e.DuplexStreamingCall(e,i,this.lastInput,s,o,A,c)}};ku.TestTransport=_u;_u.defaultHeaders={responseHeader:"test"};_u.defaultStatus={code:"OK",detail:"all good"};_u.defaultTrailers={responseTrailer:"test"};function Cr(t,e){return r=>new Promise((n,i)=>{if(e?.aborted)i(new fi.RpcError("user cancel","CANCELLED"));else{let s=setTimeout(()=>n(r),t);e&&e.addEventListener("abort",o=>{clearTimeout(s),i(new fi.RpcError("user cancel","CANCELLED"))})}})}var Du=class{constructor(e,r){this._completed=!1,this._sent=[],this.data=e,this.abort=r}get sent(){return this._sent}get completed(){return this._completed}send(e){if(this.data.inputMessage instanceof fi.RpcError)return Promise.reject(this.data.inputMessage);let r=this.data.inputMessage===void 0?10:this.data.inputMessage;return Promise.resolve(void 0).then(()=>{this._sent.push(e)}).then(Cr(r,this.abort))}complete(){if(this.data.inputComplete instanceof fi.RpcError)return Promise.reject(this.data.inputComplete);let e=this.data.inputComplete===void 0?10:this.data.inputComplete;return Promise.resolve(void 0).then(()=>{this._completed=!0}).then(Cr(e,this.abort))}}});var BW=h(hi=>{"use strict";Object.defineProperty(hi,"__esModule",{value:!0});hi.stackDuplexStreamingInterceptors=hi.stackClientStreamingInterceptors=hi.stackServerStreamingInterceptors=hi.stackUnaryInterceptors=hi.stackIntercept=void 0;var c0e=Jt();function qh(t,e,r,n,i){var s,o,a,A;if(t=="unary"){let c=(l,u,d)=>e.unary(l,u,d);for(let l of((s=n.interceptors)!==null&&s!==void 0?s:[]).filter(u=>u.interceptUnary).reverse()){let u=c;c=(d,f,g)=>l.interceptUnary(u,d,f,g)}return c(r,i,n)}if(t=="serverStreaming"){let c=(l,u,d)=>e.serverStreaming(l,u,d);for(let l of((o=n.interceptors)!==null&&o!==void 0?o:[]).filter(u=>u.interceptServerStreaming).reverse()){let u=c;c=(d,f,g)=>l.interceptServerStreaming(u,d,f,g)}return c(r,i,n)}if(t=="clientStreaming"){let c=(l,u)=>e.clientStreaming(l,u);for(let l of((a=n.interceptors)!==null&&a!==void 0?a:[]).filter(u=>u.interceptClientStreaming).reverse()){let u=c;c=(d,f)=>l.interceptClientStreaming(u,d,f)}return c(r,n)}if(t=="duplex"){let c=(l,u)=>e.duplex(l,u);for(let l of((A=n.interceptors)!==null&&A!==void 0?A:[]).filter(u=>u.interceptDuplex).reverse()){let u=c;c=(d,f)=>l.interceptDuplex(u,d,f)}return c(r,n)}c0e.assertNever(t)}hi.stackIntercept=qh;function l0e(t,e,r,n){return qh("unary",t,e,n,r)}hi.stackUnaryInterceptors=l0e;function u0e(t,e,r,n){return qh("serverStreaming",t,e,n,r)}hi.stackServerStreamingInterceptors=u0e;function d0e(t,e,r){return qh("clientStreaming",t,e,r)}hi.stackClientStreamingInterceptors=d0e;function f0e(t,e,r){return qh("duplex",t,e,r)}hi.stackDuplexStreamingInterceptors=f0e});var QW=h(zC=>{"use strict";Object.defineProperty(zC,"__esModule",{value:!0});zC.ServerCallContextController=void 0;var oR=class{constructor(e,r,n,i,s={code:"OK",detail:""}){this._cancelled=!1,this._listeners=[],this.method=e,this.headers=r,this.deadline=n,this.trailers={},this._sendRH=i,this.status=s}notifyCancelled(){if(!this._cancelled){this._cancelled=!0;for(let e of this._listeners)e()}}sendResponseHeaders(e){this._sendRH(e)}get cancelled(){return this._cancelled}onCancel(e){let r=this._listeners;return r.push(e),()=>{let n=r.indexOf(e);n>=0&&r.splice(n,1)}}};zC.ServerCallContextController=oR});var NW=h(Ft=>{"use strict";Object.defineProperty(Ft,"__esModule",{value:!0});var h0e=pW();Object.defineProperty(Ft,"ServiceType",{enumerable:!0,get:function(){return h0e.ServiceType}});var aR=zv();Object.defineProperty(Ft,"readMethodOptions",{enumerable:!0,get:function(){return aR.readMethodOptions}});Object.defineProperty(Ft,"readMethodOption",{enumerable:!0,get:function(){return aR.readMethodOption}});Object.defineProperty(Ft,"readServiceOption",{enumerable:!0,get:function(){return aR.readServiceOption}});var g0e=Yv();Object.defineProperty(Ft,"RpcError",{enumerable:!0,get:function(){return g0e.RpcError}});var m0e=Jv();Object.defineProperty(Ft,"mergeRpcOptions",{enumerable:!0,get:function(){return m0e.mergeRpcOptions}});var p0e=Kv();Object.defineProperty(Ft,"RpcOutputStreamController",{enumerable:!0,get:function(){return p0e.RpcOutputStreamController}});var y0e=IW();Object.defineProperty(Ft,"TestTransport",{enumerable:!0,get:function(){return y0e.TestTransport}});var bW=Wv();Object.defineProperty(Ft,"Deferred",{enumerable:!0,get:function(){return bW.Deferred}});Object.defineProperty(Ft,"DeferredState",{enumerable:!0,get:function(){return bW.DeferredState}});var E0e=sR();Object.defineProperty(Ft,"DuplexStreamingCall",{enumerable:!0,get:function(){return E0e.DuplexStreamingCall}});var C0e=nR();Object.defineProperty(Ft,"ClientStreamingCall",{enumerable:!0,get:function(){return C0e.ClientStreamingCall}});var I0e=tR();Object.defineProperty(Ft,"ServerStreamingCall",{enumerable:!0,get:function(){return I0e.ServerStreamingCall}});var B0e=Zv();Object.defineProperty(Ft,"UnaryCall",{enumerable:!0,get:function(){return B0e.UnaryCall}});var Hh=BW();Object.defineProperty(Ft,"stackIntercept",{enumerable:!0,get:function(){return Hh.stackIntercept}});Object.defineProperty(Ft,"stackDuplexStreamingInterceptors",{enumerable:!0,get:function(){return Hh.stackDuplexStreamingInterceptors}});Object.defineProperty(Ft,"stackClientStreamingInterceptors",{enumerable:!0,get:function(){return Hh.stackClientStreamingInterceptors}});Object.defineProperty(Ft,"stackServerStreamingInterceptors",{enumerable:!0,get:function(){return Hh.stackServerStreamingInterceptors}});Object.defineProperty(Ft,"stackUnaryInterceptors",{enumerable:!0,get:function(){return Hh.stackUnaryInterceptors}});var Q0e=QW();Object.defineProperty(Ft,"ServerCallContextController",{enumerable:!0,get:function(){return Q0e.ServerCallContextController}})});var xW=h(jC=>{"use strict";Object.defineProperty(jC,"__esModule",{value:!0});jC.CacheScope=void 0;var wW=Jt(),SW=Jt(),b0e=Jt(),N0e=Jt(),w0e=Jt(),AR=class extends w0e.MessageType{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,N0e.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,b0e.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.scope=e.string();break;case 2:s.permission=e.int64().toString();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?SW.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.scope!==""&&r.tag(1,wW.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,wW.WireType.Varint).int64(e.permission);let i=n.writeUnknownFields;return i!==!1&&(i==!0?SW.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};jC.CacheScope=new AR});var DW=h(GC=>{"use strict";Object.defineProperty(GC,"__esModule",{value:!0});GC.CacheMetadata=void 0;var vW=Jt(),RW=Jt(),S0e=Jt(),x0e=Jt(),v0e=Jt(),cR=xW(),lR=class extends v0e.MessageType{constructor(){super("github.actions.results.entities.v1.CacheMetadata",[{no:1,name:"repository_id",kind:"scalar",T:3},{no:2,name:"scope",kind:"message",repeat:1,T:()=>cR.CacheScope}])}create(e){let r={repositoryId:"0",scope:[]};return globalThis.Object.defineProperty(r,x0e.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,S0e.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.repositoryId=e.int64().toString();break;case 2:s.scope.push(cR.CacheScope.internalBinaryRead(e,e.uint32(),n));break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?RW.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.repositoryId!=="0"&&r.tag(1,vW.WireType.Varint).int64(e.repositoryId);for(let s=0;s<e.scope.length;s++)cR.CacheScope.internalBinaryWrite(e.scope[s],r.tag(2,vW.WireType.LengthDelimited).fork(),n).join();let i=n.writeUnknownFields;return i!==!1&&(i==!0?RW.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};GC.CacheMetadata=new lR});var _W=h(Ut=>{"use strict";Object.defineProperty(Ut,"__esModule",{value:!0});Ut.CacheService=Ut.GetCacheEntryDownloadURLResponse=Ut.GetCacheEntryDownloadURLRequest=Ut.FinalizeCacheEntryUploadResponse=Ut.FinalizeCacheEntryUploadRequest=Ut.CreateCacheEntryResponse=Ut.CreateCacheEntryRequest=void 0;var R0e=NW(),er=Jt(),gi=Jt(),Pu=Jt(),Tu=Jt(),Ou=Jt(),Xs=DW(),uR=class extends Ou.MessageType{constructor(){super("github.actions.results.api.v1.CreateCacheEntryRequest",[{no:1,name:"metadata",kind:"message",T:()=>Xs.CacheMetadata},{no:2,name:"key",kind:"scalar",T:9},{no:3,name:"version",kind:"scalar",T:9}])}create(e){let r={key:"",version:""};return globalThis.Object.defineProperty(r,Tu.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Pu.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.metadata=Xs.CacheMetadata.internalBinaryRead(e,e.uint32(),n,s.metadata);break;case 2:s.key=e.string();break;case 3:s.version=e.string();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?gi.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.metadata&&Xs.CacheMetadata.internalBinaryWrite(e.metadata,r.tag(1,er.WireType.LengthDelimited).fork(),n).join(),e.key!==""&&r.tag(2,er.WireType.LengthDelimited).string(e.key),e.version!==""&&r.tag(3,er.WireType.LengthDelimited).string(e.version);let i=n.writeUnknownFields;return i!==!1&&(i==!0?gi.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};Ut.CreateCacheEntryRequest=new uR;var dR=class extends Ou.MessageType{constructor(){super("github.actions.results.api.v1.CreateCacheEntryResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"signed_upload_url",kind:"scalar",T:9},{no:3,name:"message",kind:"scalar",T:9}])}create(e){let r={ok:!1,signedUploadUrl:"",message:""};return globalThis.Object.defineProperty(r,Tu.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Pu.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.ok=e.bool();break;case 2:s.signedUploadUrl=e.string();break;case 3:s.message=e.string();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?gi.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.ok!==!1&&r.tag(1,er.WireType.Varint).bool(e.ok),e.signedUploadUrl!==""&&r.tag(2,er.WireType.LengthDelimited).string(e.signedUploadUrl),e.message!==""&&r.tag(3,er.WireType.LengthDelimited).string(e.message);let i=n.writeUnknownFields;return i!==!1&&(i==!0?gi.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};Ut.CreateCacheEntryResponse=new dR;var fR=class extends Ou.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeCacheEntryUploadRequest",[{no:1,name:"metadata",kind:"message",T:()=>Xs.CacheMetadata},{no:2,name:"key",kind:"scalar",T:9},{no:3,name:"size_bytes",kind:"scalar",T:3},{no:4,name:"version",kind:"scalar",T:9}])}create(e){let r={key:"",sizeBytes:"0",version:""};return globalThis.Object.defineProperty(r,Tu.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Pu.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.metadata=Xs.CacheMetadata.internalBinaryRead(e,e.uint32(),n,s.metadata);break;case 2:s.key=e.string();break;case 3:s.sizeBytes=e.int64().toString();break;case 4:s.version=e.string();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?gi.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.metadata&&Xs.CacheMetadata.internalBinaryWrite(e.metadata,r.tag(1,er.WireType.LengthDelimited).fork(),n).join(),e.key!==""&&r.tag(2,er.WireType.LengthDelimited).string(e.key),e.sizeBytes!=="0"&&r.tag(3,er.WireType.Varint).int64(e.sizeBytes),e.version!==""&&r.tag(4,er.WireType.LengthDelimited).string(e.version);let i=n.writeUnknownFields;return i!==!1&&(i==!0?gi.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};Ut.FinalizeCacheEntryUploadRequest=new fR;var hR=class extends Ou.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeCacheEntryUploadResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"entry_id",kind:"scalar",T:3},{no:3,name:"message",kind:"scalar",T:9}])}create(e){let r={ok:!1,entryId:"0",message:""};return globalThis.Object.defineProperty(r,Tu.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Pu.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.ok=e.bool();break;case 2:s.entryId=e.int64().toString();break;case 3:s.message=e.string();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?gi.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.ok!==!1&&r.tag(1,er.WireType.Varint).bool(e.ok),e.entryId!=="0"&&r.tag(2,er.WireType.Varint).int64(e.entryId),e.message!==""&&r.tag(3,er.WireType.LengthDelimited).string(e.message);let i=n.writeUnknownFields;return i!==!1&&(i==!0?gi.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};Ut.FinalizeCacheEntryUploadResponse=new hR;var gR=class extends Ou.MessageType{constructor(){super("github.actions.results.api.v1.GetCacheEntryDownloadURLRequest",[{no:1,name:"metadata",kind:"message",T:()=>Xs.CacheMetadata},{no:2,name:"key",kind:"scalar",T:9},{no:3,name:"restore_keys",kind:"scalar",repeat:2,T:9},{no:4,name:"version",kind:"scalar",T:9}])}create(e){let r={key:"",restoreKeys:[],version:""};return globalThis.Object.defineProperty(r,Tu.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Pu.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.metadata=Xs.CacheMetadata.internalBinaryRead(e,e.uint32(),n,s.metadata);break;case 2:s.key=e.string();break;case 3:s.restoreKeys.push(e.string());break;case 4:s.version=e.string();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?gi.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.metadata&&Xs.CacheMetadata.internalBinaryWrite(e.metadata,r.tag(1,er.WireType.LengthDelimited).fork(),n).join(),e.key!==""&&r.tag(2,er.WireType.LengthDelimited).string(e.key);for(let s=0;s<e.restoreKeys.length;s++)r.tag(3,er.WireType.LengthDelimited).string(e.restoreKeys[s]);e.version!==""&&r.tag(4,er.WireType.LengthDelimited).string(e.version);let i=n.writeUnknownFields;return i!==!1&&(i==!0?gi.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};Ut.GetCacheEntryDownloadURLRequest=new gR;var mR=class extends Ou.MessageType{constructor(){super("github.actions.results.api.v1.GetCacheEntryDownloadURLResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"signed_download_url",kind:"scalar",T:9},{no:3,name:"matched_key",kind:"scalar",T:9}])}create(e){let r={ok:!1,signedDownloadUrl:"",matchedKey:""};return globalThis.Object.defineProperty(r,Tu.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Pu.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,n,i){let s=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,A]=e.tag();switch(a){case 1:s.ok=e.bool();break;case 2:s.signedDownloadUrl=e.string();break;case 3:s.matchedKey=e.string();break;default:let c=n.readUnknownField;if(c==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${A}) for ${this.typeName}`);let l=e.skip(A);c!==!1&&(c===!0?gi.UnknownFieldHandler.onRead:c)(this.typeName,s,a,A,l)}}return s}internalBinaryWrite(e,r,n){e.ok!==!1&&r.tag(1,er.WireType.Varint).bool(e.ok),e.signedDownloadUrl!==""&&r.tag(2,er.WireType.LengthDelimited).string(e.signedDownloadUrl),e.matchedKey!==""&&r.tag(3,er.WireType.LengthDelimited).string(e.matchedKey);let i=n.writeUnknownFields;return i!==!1&&(i==!0?gi.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}};Ut.GetCacheEntryDownloadURLResponse=new mR;Ut.CacheService=new R0e.ServiceType("github.actions.results.api.v1.CacheService",[{name:"CreateCacheEntry",options:{},I:Ut.CreateCacheEntryRequest,O:Ut.CreateCacheEntryResponse},{name:"FinalizeCacheEntryUpload",options:{},I:Ut.FinalizeCacheEntryUploadRequest,O:Ut.FinalizeCacheEntryUploadResponse},{name:"GetCacheEntryDownloadURL",options:{},I:Ut.GetCacheEntryDownloadURLRequest,O:Ut.GetCacheEntryDownloadURLResponse}])});var kW=h(Mu=>{"use strict";Object.defineProperty(Mu,"__esModule",{value:!0});Mu.CacheServiceClientProtobuf=Mu.CacheServiceClientJSON=void 0;var mi=_W(),pR=class{constructor(e){this.rpc=e,this.CreateCacheEntry.bind(this),this.FinalizeCacheEntryUpload.bind(this),this.GetCacheEntryDownloadURL.bind(this)}CreateCacheEntry(e){let r=mi.CreateCacheEntryRequest.toJson(e,{useProtoFieldName:!0,emitDefaultValues:!1});return this.rpc.request("github.actions.results.api.v1.CacheService","CreateCacheEntry","application/json",r).then(i=>mi.CreateCacheEntryResponse.fromJson(i,{ignoreUnknownFields:!0}))}FinalizeCacheEntryUpload(e){let r=mi.FinalizeCacheEntryUploadRequest.toJson(e,{useProtoFieldName:!0,emitDefaultValues:!1});return this.rpc.request("github.actions.results.api.v1.CacheService","FinalizeCacheEntryUpload","application/json",r).then(i=>mi.FinalizeCacheEntryUploadResponse.fromJson(i,{ignoreUnknownFields:!0}))}GetCacheEntryDownloadURL(e){let r=mi.GetCacheEntryDownloadURLRequest.toJson(e,{useProtoFieldName:!0,emitDefaultValues:!1});return this.rpc.request("github.actions.results.api.v1.CacheService","GetCacheEntryDownloadURL","application/json",r).then(i=>mi.GetCacheEntryDownloadURLResponse.fromJson(i,{ignoreUnknownFields:!0}))}};Mu.CacheServiceClientJSON=pR;var yR=class{constructor(e){this.rpc=e,this.CreateCacheEntry.bind(this),this.FinalizeCacheEntryUpload.bind(this),this.GetCacheEntryDownloadURL.bind(this)}CreateCacheEntry(e){let r=mi.CreateCacheEntryRequest.toBinary(e);return this.rpc.request("github.actions.results.api.v1.CacheService","CreateCacheEntry","application/protobuf",r).then(i=>mi.CreateCacheEntryResponse.fromBinary(i))}FinalizeCacheEntryUpload(e){let r=mi.FinalizeCacheEntryUploadRequest.toBinary(e);return this.rpc.request("github.actions.results.api.v1.CacheService","FinalizeCacheEntryUpload","application/protobuf",r).then(i=>mi.FinalizeCacheEntryUploadResponse.fromBinary(i))}GetCacheEntryDownloadURL(e){let r=mi.GetCacheEntryDownloadURLRequest.toBinary(e);return this.rpc.request("github.actions.results.api.v1.CacheService","GetCacheEntryDownloadURL","application/protobuf",r).then(i=>mi.GetCacheEntryDownloadURLResponse.fromBinary(i))}};Mu.CacheServiceClientProtobuf=yR});var PW=h(Lu=>{"use strict";Object.defineProperty(Lu,"__esModule",{value:!0});Lu.maskSecretUrls=Lu.maskSigUrl=void 0;var YC=at();function ER(t){if(t)try{let r=new URL(t).searchParams.get("sig");r&&((0,YC.setSecret)(r),(0,YC.setSecret)(encodeURIComponent(r)))}catch(e){(0,YC.debug)(`Failed to parse URL: ${t} ${e instanceof Error?e.message:String(e)}`)}}Lu.maskSigUrl=ER;function D0e(t){if(typeof t!="object"||t===null){(0,YC.debug)("body is not an object or is null");return}"signed_upload_url"in t&&typeof t.signed_upload_url=="string"&&ER(t.signed_upload_url),"signed_download_url"in t&&typeof t.signed_download_url=="string"&&ER(t.signed_download_url)}Lu.maskSecretUrls=D0e});var TW=h(qu=>{"use strict";var JC=qu&&qu.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(qu,"__esModule",{value:!0});qu.internalCacheTwirpClient=void 0;var Fu=at(),_0e=fv(),zh=ov(),k0e=nC(),P0e=jc(),T0e=Dp(),Uu=Fa(),O0e=kW(),M0e=PW(),CR=class{constructor(e,r,n,i){this.maxAttempts=5,this.baseRetryIntervalMilliseconds=3e3,this.retryMultiplier=1.5;let s=(0,P0e.getRuntimeToken)();this.baseUrl=(0,k0e.getCacheServiceURL)(),r&&(this.maxAttempts=r),n&&(this.baseRetryIntervalMilliseconds=n),i&&(this.retryMultiplier=i),this.httpClient=new Uu.HttpClient(e,[new T0e.BearerCredentialHandler(s)])}request(e,r,n,i){return JC(this,void 0,void 0,function*(){let s=new URL(`/twirp/${e}/${r}`,this.baseUrl).href;(0,Fu.debug)(`[Request] ${r} ${s}`);let o={"Content-Type":n};try{let{body:a}=yield this.retryableRequest(()=>JC(this,void 0,void 0,function*(){return this.httpClient.post(s,JSON.stringify(i),o)}));return a}catch(a){throw new Error(`Failed to ${r}: ${a.message}`)}})}retryableRequest(e){return JC(this,void 0,void 0,function*(){let r=0,n="",i="";for(;r<this.maxAttempts;){let s=!1;try{let a=yield e(),A=a.message.statusCode;i=yield a.readBody(),(0,Fu.debug)(`[Response] - ${a.message.statusCode}`),(0,Fu.debug)(`Headers: ${JSON.stringify(a.message.headers,null,2)}`);let c=JSON.parse(i);if((0,M0e.maskSecretUrls)(c),(0,Fu.debug)(`Body: ${JSON.stringify(c,null,2)}`),this.isSuccessStatusCode(A))return{response:a,body:c};if(s=this.isRetryableHttpStatusCode(A),n=`Failed request: (${A}) ${a.message.statusMessage}`,c.msg){if(zh.UsageError.isUsageErrorMessage(c.msg))throw new zh.UsageError;n=`${n}: ${c.msg}`}}catch(a){if(a instanceof SyntaxError&&(0,Fu.debug)(`Raw Body: ${i}`),a instanceof zh.UsageError)throw a;if(zh.NetworkError.isNetworkErrorCode(a?.code))throw new zh.NetworkError(a?.code);s=!0,n=a.message}if(!s)throw new Error(`Received non-retryable error: ${n}`);if(r+1===this.maxAttempts)throw new Error(`Failed to make request after ${this.maxAttempts} attempts: ${n}`);let o=this.getExponentialRetryTimeMilliseconds(r);(0,Fu.info)(`Attempt ${r+1} of ${this.maxAttempts} failed with error: ${n}. Retrying request in ${o} ms...`),yield this.sleep(o),r++}throw new Error("Request failed")})}isSuccessStatusCode(e){return e?e>=200&&e<300:!1}isRetryableHttpStatusCode(e){return e?[Uu.HttpCodes.BadGateway,Uu.HttpCodes.GatewayTimeout,Uu.HttpCodes.InternalServerError,Uu.HttpCodes.ServiceUnavailable,Uu.HttpCodes.TooManyRequests].includes(e):!1}sleep(e){return JC(this,void 0,void 0,function*(){return new Promise(r=>setTimeout(r,e))})}getExponentialRetryTimeMilliseconds(e){if(e<0)throw new Error("attempt should be a positive integer");if(e===0)return this.baseRetryIntervalMilliseconds;let r=this.baseRetryIntervalMilliseconds*Math.pow(this.retryMultiplier,e),n=r*this.retryMultiplier;return Math.trunc(Math.random()*(n-r)+r)}};function L0e(t){let e=new CR((0,_0e.getUserAgentString)(),t?.maxAttempts,t?.retryIntervalMs,t?.retryMultiplier);return new O0e.CacheServiceClientJSON(e)}qu.internalCacheTwirpClient=L0e});var LW=h(Fr=>{"use strict";var F0e=Fr&&Fr.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),U0e=Fr&&Fr.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),IR=Fr&&Fr.__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)&&F0e(e,t,r);return U0e(e,t),e},Zs=Fr&&Fr.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(Fr,"__esModule",{value:!0});Fr.createTar=Fr.extractTar=Fr.listTar=void 0;var q0e=tf(),VC=IR(kp()),OW=Q("fs"),Fi=IR(Q("path")),BR=IR(jc()),Bt=hf(),ea=process.platform==="win32";function H0e(){return Zs(this,void 0,void 0,function*(){switch(process.platform){case"win32":{let t=yield BR.getGnuTarPathOnWindows(),e=Bt.SystemTarPathOnWindows;if(t)return{path:t,type:Bt.ArchiveToolType.GNU};if((0,OW.existsSync)(e))return{path:e,type:Bt.ArchiveToolType.BSD};break}case"darwin":{let t=yield VC.which("gtar",!1);return t?{path:t,type:Bt.ArchiveToolType.GNU}:{path:yield VC.which("tar",!0),type:Bt.ArchiveToolType.BSD}}default:break}return{path:yield VC.which("tar",!0),type:Bt.ArchiveToolType.GNU}})}function z0e(t,e,r,n=""){return Zs(this,void 0,void 0,function*(){let i=[`"${t.path}"`],s=BR.getCacheFileName(e),o="cache.tar",a=MW(),A=t.type===Bt.ArchiveToolType.BSD&&e!==Bt.CompressionMethod.Gzip&&ea;switch(r){case"create":i.push("--posix","-cf",A?o:s.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),"--exclude",A?o:s.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),"-P","-C",a.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),"--files-from",Bt.ManifestFilename);break;case"extract":i.push("-xf",A?o:n.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),"-P","-C",a.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"));break;case"list":i.push("-tf",A?o:n.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),"-P");break}if(t.type===Bt.ArchiveToolType.GNU)switch(process.platform){case"win32":i.push("--force-local");break;case"darwin":i.push("--delay-directory-restore");break}return i})}function QR(t,e,r=""){return Zs(this,void 0,void 0,function*(){let n,i=yield H0e(),s=yield z0e(i,t,e,r),o=e!=="create"?yield j0e(i,t,r):yield G0e(i,t),a=i.type===Bt.ArchiveToolType.BSD&&t!==Bt.CompressionMethod.Gzip&&ea;return a&&e!=="create"?n=[[...o].join(" "),[...s].join(" ")]:n=[[...s].join(" "),[...o].join(" ")],a?n:[n.join(" ")]})}function MW(){var t;return(t=process.env.GITHUB_WORKSPACE)!==null&&t!==void 0?t:process.cwd()}function j0e(t,e,r){return Zs(this,void 0,void 0,function*(){let n=t.type===Bt.ArchiveToolType.BSD&&e!==Bt.CompressionMethod.Gzip&&ea;switch(e){case Bt.CompressionMethod.Zstd:return n?["zstd -d --long=30 --force -o",Bt.TarFilename,r.replace(new RegExp(`\\${Fi.sep}`,"g"),"/")]:["--use-compress-program",ea?'"zstd -d --long=30"':"unzstd --long=30"];case Bt.CompressionMethod.ZstdWithoutLong:return n?["zstd -d --force -o",Bt.TarFilename,r.replace(new RegExp(`\\${Fi.sep}`,"g"),"/")]:["--use-compress-program",ea?'"zstd -d"':"unzstd"];default:return["-z"]}})}function G0e(t,e){return Zs(this,void 0,void 0,function*(){let r=BR.getCacheFileName(e),n=t.type===Bt.ArchiveToolType.BSD&&e!==Bt.CompressionMethod.Gzip&&ea;switch(e){case Bt.CompressionMethod.Zstd:return n?["zstd -T0 --long=30 --force -o",r.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),Bt.TarFilename]:["--use-compress-program",ea?'"zstd -T0 --long=30"':"zstdmt --long=30"];case Bt.CompressionMethod.ZstdWithoutLong:return n?["zstd -T0 --force -o",r.replace(new RegExp(`\\${Fi.sep}`,"g"),"/"),Bt.TarFilename]:["--use-compress-program",ea?'"zstd -T0"':"zstdmt"];default:return["-z"]}})}function bR(t,e){return Zs(this,void 0,void 0,function*(){for(let r of t)try{yield(0,q0e.exec)(r,void 0,{cwd:e,env:Object.assign(Object.assign({},process.env),{MSYS:"winsymlinks:nativestrict"})})}catch(n){throw new Error(`${r.split(" ")[0]} failed with error: ${n?.message}`)}})}function Y0e(t,e){return Zs(this,void 0,void 0,function*(){let r=yield QR(e,"list",t);yield bR(r)})}Fr.listTar=Y0e;function J0e(t,e){return Zs(this,void 0,void 0,function*(){let r=MW();yield VC.mkdirP(r);let n=yield QR(e,"extract",t);yield bR(n)})}Fr.extractTar=J0e;function V0e(t,e,r){return Zs(this,void 0,void 0,function*(){(0,OW.writeFileSync)(Fi.join(t,Bt.ManifestFilename),e.join(`
`));let n=yield QR(r,"create");yield bR(n,t)})}Fr.createTar=V0e});var XC=h(qt=>{"use strict";var W0e=qt&&qt.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),$0e=qt&&qt.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Gh=qt&&qt.__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)&&W0e(e,t,r);return $0e(e,t),e},zu=qt&&qt.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(qt,"__esModule",{value:!0});qt.saveCache=qt.restoreCache=qt.isFeatureAvailable=qt.FinalizeCacheError=qt.ReserveCacheError=qt.ValidationError=void 0;var he=Gh(at()),WC=Gh(Q("path")),St=Gh(jc()),Hu=Gh(LV()),FW=Gh(TW()),$C=nC(),ta=LW(),KC=Fa(),pi=class t extends Error{constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}};qt.ValidationError=pi;var gA=class t extends Error{constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}};qt.ReserveCacheError=gA;var jh=class t extends Error{constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};qt.FinalizeCacheError=jh;function UW(t){if(!t||t.length===0)throw new pi("Path Validation Error: At least one directory or file path is required")}function NR(t){if(t.length>512)throw new pi(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new pi(`Key Validation Error: ${t} cannot contain commas.`)}function K0e(){return(0,$C.getCacheServiceVersion)()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}qt.isFeatureAvailable=K0e;function X0e(t,e,r,n,i=!1){return zu(this,void 0,void 0,function*(){let s=(0,$C.getCacheServiceVersion)();return he.debug(`Cache service version: ${s}`),UW(t),s==="v2"?yield eNe(t,e,r,n,i):yield Z0e(t,e,r,n,i)})}qt.restoreCache=X0e;function Z0e(t,e,r,n,i=!1){return zu(this,void 0,void 0,function*(){r=r||[];let s=[e,...r];if(he.debug("Resolved Keys:"),he.debug(JSON.stringify(s)),s.length>10)throw new pi("Key Validation Error: Keys are limited to a maximum of 10.");for(let A of s)NR(A);let o=yield St.getCompressionMethod(),a="";try{let A=yield Hu.getCacheEntry(s,t,{compressionMethod:o,enableCrossOsArchive:i});if(!A?.archiveLocation)return;if(n?.lookupOnly)return he.info("Lookup only - skipping download"),A.cacheKey;a=WC.join(yield St.createTempDirectory(),St.getCacheFileName(o)),he.debug(`Archive Path: ${a}`),yield Hu.downloadCache(A.archiveLocation,a,n),he.isDebug()&&(yield(0,ta.listTar)(a,o));let c=St.getArchiveFileSizeInBytes(a);return he.info(`Cache Size: ~${Math.round(c/(1024*1024))} MB (${c} B)`),yield(0,ta.extractTar)(a,o),he.info("Cache restored successfully"),A.cacheKey}catch(A){let c=A;if(c.name===pi.name)throw A;c instanceof KC.HttpClientError&&typeof c.statusCode=="number"&&c.statusCode>=500?he.error(`Failed to restore: ${A.message}`):he.warning(`Failed to restore: ${A.message}`)}finally{try{yield St.unlinkFile(a)}catch(A){he.debug(`Failed to delete archive: ${A}`)}}})}function eNe(t,e,r,n,i=!1){return zu(this,void 0,void 0,function*(){n=Object.assign(Object.assign({},n),{useAzureSdk:!0}),r=r||[];let s=[e,...r];if(he.debug("Resolved Keys:"),he.debug(JSON.stringify(s)),s.length>10)throw new pi("Key Validation Error: Keys are limited to a maximum of 10.");for(let a of s)NR(a);let o="";try{let a=FW.internalCacheTwirpClient(),A=yield St.getCompressionMethod(),c={key:e,restoreKeys:r,version:St.getCacheVersion(t,A,i)},l=yield a.GetCacheEntryDownloadURL(c);if(!l.ok){he.debug(`Cache not found for version ${c.version} of keys: ${s.join(", ")}`);return}if(c.key!==l.matchedKey?he.info(`Cache hit for restore-key: ${l.matchedKey}`):he.info(`Cache hit for: ${l.matchedKey}`),n?.lookupOnly)return he.info("Lookup only - skipping download"),l.matchedKey;o=WC.join(yield St.createTempDirectory(),St.getCacheFileName(A)),he.debug(`Archive path: ${o}`),he.debug(`Starting download of archive to: ${o}`),yield Hu.downloadCache(l.signedDownloadUrl,o,n);let d=St.getArchiveFileSizeInBytes(o);return he.info(`Cache Size: ~${Math.round(d/(1024*1024))} MB (${d} B)`),he.isDebug()&&(yield(0,ta.listTar)(o,A)),yield(0,ta.extractTar)(o,A),he.info("Cache restored successfully"),l.matchedKey}catch(a){let A=a;if(A.name===pi.name)throw a;A instanceof KC.HttpClientError&&typeof A.statusCode=="number"&&A.statusCode>=500?he.error(`Failed to restore: ${a.message}`):he.warning(`Failed to restore: ${a.message}`)}finally{try{o&&(yield St.unlinkFile(o))}catch(a){he.debug(`Failed to delete archive: ${a}`)}}})}function tNe(t,e,r,n=!1){return zu(this,void 0,void 0,function*(){let i=(0,$C.getCacheServiceVersion)();return he.debug(`Cache service version: ${i}`),UW(t),NR(e),i==="v2"?yield nNe(t,e,r,n):yield rNe(t,e,r,n)})}qt.saveCache=tNe;function rNe(t,e,r,n=!1){var i,s,o,a,A;return zu(this,void 0,void 0,function*(){let c=yield St.getCompressionMethod(),l=-1,u=yield St.resolvePaths(t);if(he.debug("Cache Paths:"),he.debug(`${JSON.stringify(u)}`),u.length===0)throw new Error("Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.");let d=yield St.createTempDirectory(),f=WC.join(d,St.getCacheFileName(c));he.debug(`Archive Path: ${f}`);try{yield(0,ta.createTar)(d,u,c),he.isDebug()&&(yield(0,ta.listTar)(f,c));let g=10*1024*1024*1024,m=St.getArchiveFileSizeInBytes(f);if(he.debug(`File Size: ${m}`),m>g&&!(0,$C.isGhes)())throw new Error(`Cache size of ~${Math.round(m/(1024*1024))} MB (${m} B) is over the 10GB limit, not saving cache.`);he.debug("Reserving Cache");let E=yield Hu.reserveCache(e,t,{compressionMethod:c,enableCrossOsArchive:n,cacheSize:m});if(!((i=E?.result)===null||i===void 0)&&i.cacheId)l=(s=E?.result)===null||s===void 0?void 0:s.cacheId;else throw E?.statusCode===400?new Error((a=(o=E?.error)===null||o===void 0?void 0:o.message)!==null&&a!==void 0?a:`Cache size of ~${Math.round(m/(1024*1024))} MB (${m} B) is over the data cap limit, not saving cache.`):new gA(`Unable to reserve cache with key ${e}, another job may be creating this cache. More details: ${(A=E?.error)===null||A===void 0?void 0:A.message}`);he.debug(`Saving Cache (ID: ${l})`),yield Hu.saveCache(l,f,"",r)}catch(g){let m=g;if(m.name===pi.name)throw g;m.name===gA.name?he.info(`Failed to save: ${m.message}`):m instanceof KC.HttpClientError&&typeof m.statusCode=="number"&&m.statusCode>=500?he.error(`Failed to save: ${m.message}`):he.warning(`Failed to save: ${m.message}`)}finally{try{yield St.unlinkFile(f)}catch(g){he.debug(`Failed to delete archive: ${g}`)}}return l})}function nNe(t,e,r,n=!1){return zu(this,void 0,void 0,function*(){r=Object.assign(Object.assign({},r),{uploadChunkSize:64*1024*1024,uploadConcurrency:8,useAzureSdk:!0});let i=yield St.getCompressionMethod(),s=FW.internalCacheTwirpClient(),o=-1,a=yield St.resolvePaths(t);if(he.debug("Cache Paths:"),he.debug(`${JSON.stringify(a)}`),a.length===0)throw new Error("Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.");let A=yield St.createTempDirectory(),c=WC.join(A,St.getCacheFileName(i));he.debug(`Archive Path: ${c}`);try{yield(0,ta.createTar)(A,a,i),he.isDebug()&&(yield(0,ta.listTar)(c,i));let l=St.getArchiveFileSizeInBytes(c);he.debug(`File Size: ${l}`),r.archiveSizeBytes=l,he.debug("Reserving Cache");let u=St.getCacheVersion(t,i,n),d={key:e,version:u},f;try{let E=yield s.CreateCacheEntry(d);if(!E.ok)throw E.message&&he.warning(`Cache reservation failed: ${E.message}`),new Error(E.message||"Response was not ok");f=E.signedUploadUrl}catch(E){throw he.debug(`Failed to reserve cache: ${E}`),new gA(`Unable to reserve cache with key ${e}, another job may be creating this cache.`)}he.debug(`Attempting to upload cache located at: ${c}`),yield Hu.saveCache(o,c,f,r);let g={key:e,version:u,sizeBytes:`${l}`},m=yield s.FinalizeCacheEntryUpload(g);if(he.debug(`FinalizeCacheEntryUploadResponse: ${m.ok}`),!m.ok)throw m.message?new jh(m.message):new Error(`Unable to finalize cache with key ${e}, another job may be finalizing this cache.`);o=parseInt(m.entryId)}catch(l){let u=l;if(u.name===pi.name)throw l;u.name===gA.name?he.info(`Failed to save: ${u.message}`):u.name===jh.name?he.warning(u.message):u instanceof KC.HttpClientError&&typeof u.statusCode=="number"&&u.statusCode>=500?he.error(`Failed to save: ${u.message}`):he.warning(`Failed to save: ${u.message}`)}finally{try{yield St.unlinkFile(c)}catch(l){he.debug(`Failed to delete archive: ${l}`)}}return o})}});var qW=h(ms=>{"use strict";var iNe=ms&&ms.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),sNe=ms&&ms.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),oNe=ms&&ms.__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)&&iNe(e,t,r);return sNe(e,t),e};Object.defineProperty(ms,"__esModule",{value:!0});ms.getOptions=void 0;var Yh=oNe(at());function aNe(t){let e={followSymbolicLinks:!0,implicitDescendants:!0,matchDirectories:!0,omitBrokenSymbolicLinks:!0,excludeHiddenFiles:!1};return t&&(typeof t.followSymbolicLinks=="boolean"&&(e.followSymbolicLinks=t.followSymbolicLinks,Yh.debug(`followSymbolicLinks '${e.followSymbolicLinks}'`)),typeof t.implicitDescendants=="boolean"&&(e.implicitDescendants=t.implicitDescendants,Yh.debug(`implicitDescendants '${e.implicitDescendants}'`)),typeof t.matchDirectories=="boolean"&&(e.matchDirectories=t.matchDirectories,Yh.debug(`matchDirectories '${e.matchDirectories}'`)),typeof t.omitBrokenSymbolicLinks=="boolean"&&(e.omitBrokenSymbolicLinks=t.omitBrokenSymbolicLinks,Yh.debug(`omitBrokenSymbolicLinks '${e.omitBrokenSymbolicLinks}'`)),typeof t.excludeHiddenFiles=="boolean"&&(e.excludeHiddenFiles=t.excludeHiddenFiles,Yh.debug(`excludeHiddenFiles '${e.excludeHiddenFiles}'`))),e}ms.getOptions=aNe});var eI=h(Ht=>{"use strict";var ANe=Ht&&Ht.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),cNe=Ht&&Ht.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),lNe=Ht&&Ht.__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)&&ANe(e,t,r);return cNe(e,t),e},uNe=Ht&&Ht.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ht,"__esModule",{value:!0});Ht.safeTrimTrailingSeparator=Ht.normalizeSeparators=Ht.hasRoot=Ht.hasAbsoluteRoot=Ht.ensureAbsoluteRoot=Ht.dirname=void 0;var ZC=lNe(Q("path")),mA=uNe(Q("assert")),ra=process.platform==="win32";function dNe(t){if(t=SR(t),ra&&/^\\\\[^\\]+(\\[^\\]+)?$/.test(t))return t;let e=ZC.dirname(t);return ra&&/^\\\\[^\\]+\\[^\\]+\\$/.test(e)&&(e=SR(e)),e}Ht.dirname=dNe;function fNe(t,e){if((0,mA.default)(t,"ensureAbsoluteRoot parameter 'root' must not be empty"),(0,mA.default)(e,"ensureAbsoluteRoot parameter 'itemPath' must not be empty"),wR(e))return e;if(ra){if(e.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)){let r=process.cwd();return(0,mA.default)(r.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${r}'`),e[0].toUpperCase()===r[0].toUpperCase()?e.length===2?`${e[0]}:\\${r.substr(3)}`:(r.endsWith("\\")||(r+="\\"),`${e[0]}:\\${r.substr(3)}${e.substr(2)}`):`${e[0]}:\\${e.substr(2)}`}else if(Jh(e).match(/^\\$|^\\[^\\]/)){let r=process.cwd();return(0,mA.default)(r.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${r}'`),`${r[0]}:\\${e.substr(1)}`}}return(0,mA.default)(wR(t),"ensureAbsoluteRoot parameter 'root' must have an absolute root"),t.endsWith("/")||ra&&t.endsWith("\\")||(t+=ZC.sep),t+e}Ht.ensureAbsoluteRoot=fNe;function wR(t){return(0,mA.default)(t,"hasAbsoluteRoot parameter 'itemPath' must not be empty"),t=Jh(t),ra?t.startsWith("\\\\")||/^[A-Z]:\\/i.test(t):t.startsWith("/")}Ht.hasAbsoluteRoot=wR;function hNe(t){return(0,mA.default)(t,"isRooted parameter 'itemPath' must not be empty"),t=Jh(t),ra?t.startsWith("\\")||/^[A-Z]:/i.test(t):t.startsWith("/")}Ht.hasRoot=hNe;function Jh(t){return t=t||"",ra?(t=t.replace(/\//g,"\\"),(/^\\\\+[^\\]/.test(t)?"\\":"")+t.replace(/\\\\+/g,"\\")):t.replace(/\/\/+/g,"/")}Ht.normalizeSeparators=Jh;function SR(t){return t?(t=Jh(t),!t.endsWith(ZC.sep)||t===ZC.sep||ra&&/^[A-Z]:\\$/i.test(t)?t:t.substr(0,t.length-1)):""}Ht.safeTrimTrailingSeparator=SR});var rI=h(tI=>{"use strict";Object.defineProperty(tI,"__esModule",{value:!0});tI.MatchKind=void 0;var HW;(function(t){t[t.None=0]="None",t[t.Directory=1]="Directory",t[t.File=2]="File",t[t.All=3]="All"})(HW||(tI.MatchKind=HW={}))});var GW=h(Cn=>{"use strict";var gNe=Cn&&Cn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),mNe=Cn&&Cn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),pNe=Cn&&Cn.__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)&&gNe(e,t,r);return mNe(e,t),e};Object.defineProperty(Cn,"__esModule",{value:!0});Cn.partialMatch=Cn.match=Cn.getSearchPaths=void 0;var zW=pNe(eI()),yNe=rI(),jW=process.platform==="win32";function ENe(t){t=t.filter(n=>!n.negate);let e={};for(let n of t){let i=jW?n.searchPath.toUpperCase():n.searchPath;e[i]="candidate"}let r=[];for(let n of t){let i=jW?n.searchPath.toUpperCase():n.searchPath;if(e[i]==="included")continue;let s=!1,o=i,a=zW.dirname(o);for(;a!==o;){if(e[a]){s=!0;break}o=a,a=zW.dirname(o)}s||(r.push(n.searchPath),e[i]="included")}return r}Cn.getSearchPaths=ENe;function CNe(t,e){let r=yNe.MatchKind.None;for(let n of t)n.negate?r&=~n.match(e):r|=n.match(e);return r}Cn.match=CNe;function INe(t,e){return t.some(r=>!r.negate&&r.partialMatch(e))}Cn.partialMatch=INe});var JW=h(yi=>{"use strict";var BNe=yi&&yi.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),QNe=yi&&yi.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),YW=yi&&yi.__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)&&BNe(e,t,r);return QNe(e,t),e},bNe=yi&&yi.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(yi,"__esModule",{value:!0});yi.Path=void 0;var Vh=YW(Q("path")),na=YW(eI()),Wh=bNe(Q("assert")),NNe=process.platform==="win32",xR=class{constructor(e){if(this.segments=[],typeof e=="string")if((0,Wh.default)(e,"Parameter 'itemPath' must not be empty"),e=na.safeTrimTrailingSeparator(e),!na.hasRoot(e))this.segments=e.split(Vh.sep);else{let r=e,n=na.dirname(r);for(;n!==r;){let i=Vh.basename(r);this.segments.unshift(i),r=n,n=na.dirname(r)}this.segments.unshift(r)}else{(0,Wh.default)(e.length>0,"Parameter 'itemPath' must not be an empty array");for(let r=0;r<e.length;r++){let n=e[r];(0,Wh.default)(n,"Parameter 'itemPath' must not contain any empty segments"),n=na.normalizeSeparators(e[r]),r===0&&na.hasRoot(n)?(n=na.safeTrimTrailingSeparator(n),(0,Wh.default)(n===na.dirname(n),"Parameter 'itemPath' root segment contains information for multiple segments"),this.segments.push(n)):((0,Wh.default)(!n.includes(Vh.sep),"Parameter 'itemPath' contains unexpected path separators"),this.segments.push(n))}}}toString(){let e=this.segments[0],r=e.endsWith(Vh.sep)||NNe&&/^[A-Z]:$/i.test(e);for(let n=1;n<this.segments.length;n++)r?r=!1:e+=Vh.sep,e+=this.segments[n];return e}};yi.Path=xR});var VW=h(Ei=>{"use strict";var wNe=Ei&&Ei.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),SNe=Ei&&Ei.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),DR=Ei&&Ei.__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)&&wNe(e,t,r);return SNe(e,t),e},xNe=Ei&&Ei.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ei,"__esModule",{value:!0});Ei.Pattern=void 0;var vNe=DR(Q("os")),$h=DR(Q("path")),In=DR(eI()),pA=xNe(Q("assert")),RNe=Y0(),vR=rI(),nI=JW(),eo=process.platform==="win32",RR=class t{constructor(e,r=!1,n,i){this.negate=!1;let s;if(typeof e=="string")s=e.trim();else{n=n||[],(0,pA.default)(n.length,"Parameter 'segments' must not empty");let c=t.getLiteral(n[0]);(0,pA.default)(c&&In.hasAbsoluteRoot(c),"Parameter 'segments' first element must be a root path"),s=new nI.Path(n).toString().trim(),e&&(s=`!${s}`)}for(;s.startsWith("!");)this.negate=!this.negate,s=s.substr(1).trim();s=t.fixupPattern(s,i),this.segments=new nI.Path(s).segments,this.trailingSeparator=In.normalizeSeparators(s).endsWith($h.sep),s=In.safeTrimTrailingSeparator(s);let o=!1,a=this.segments.map(c=>t.getLiteral(c)).filter(c=>!o&&!(o=c===""));this.searchPath=new nI.Path(a).toString(),this.rootRegExp=new RegExp(t.regExpEscape(a[0]),eo?"i":""),this.isImplicitPattern=r;let A={dot:!0,nobrace:!0,nocase:eo,nocomment:!0,noext:!0,nonegate:!0};s=eo?s.replace(/\\/g,"/"):s,this.minimatch=new RNe.Minimatch(s,A)}match(e){return this.segments[this.segments.length-1]==="**"?(e=In.normalizeSeparators(e),!e.endsWith($h.sep)&&this.isImplicitPattern===!1&&(e=`${e}${$h.sep}`)):e=In.safeTrimTrailingSeparator(e),this.minimatch.match(e)?this.trailingSeparator?vR.MatchKind.Directory:vR.MatchKind.All:vR.MatchKind.None}partialMatch(e){return e=In.safeTrimTrailingSeparator(e),In.dirname(e)===e?this.rootRegExp.test(e):this.minimatch.matchOne(e.split(eo?/\\+/:/\/+/),this.minimatch.set[0],!0)}static globEscape(e){return(eo?e:e.replace(/\\/g,"\\\\")).replace(/(\[)(?=[^/]+\])/g,"[[]").replace(/\?/g,"[?]").replace(/\*/g,"[*]")}static fixupPattern(e,r){(0,pA.default)(e,"pattern cannot be empty");let n=new nI.Path(e).segments.map(i=>t.getLiteral(i));if((0,pA.default)(n.every((i,s)=>(i!=="."||s===0)&&i!==".."),`Invalid pattern '${e}'. Relative pathing '.' and '..' is not allowed.`),(0,pA.default)(!In.hasRoot(e)||n[0],`Invalid pattern '${e}'. Root segment must not contain globs.`),e=In.normalizeSeparators(e),e==="."||e.startsWith(`.${$h.sep}`))e=t.globEscape(process.cwd())+e.substr(1);else if(e==="~"||e.startsWith(`~${$h.sep}`))r=r||vNe.homedir(),(0,pA.default)(r,"Unable to determine HOME directory"),(0,pA.default)(In.hasAbsoluteRoot(r),`Expected HOME directory to be a rooted path. Actual '${r}'`),e=t.globEscape(r)+e.substr(1);else if(eo&&(e.match(/^[A-Z]:$/i)||e.match(/^[A-Z]:[^\\]/i))){let i=In.ensureAbsoluteRoot("C:\\dummy-root",e.substr(0,2));e.length>2&&!i.endsWith("\\")&&(i+="\\"),e=t.globEscape(i)+e.substr(2)}else if(eo&&(e==="\\"||e.match(/^\\[^\\]/))){let i=In.ensureAbsoluteRoot("C:\\dummy-root","\\");i.endsWith("\\")||(i+="\\"),e=t.globEscape(i)+e.substr(1)}else e=In.ensureAbsoluteRoot(t.globEscape(process.cwd()),e);return In.normalizeSeparators(e)}static getLiteral(e){let r="";for(let n=0;n<e.length;n++){let i=e[n];if(i==="\\"&&!eo&&n+1<e.length){r+=e[++n];continue}else{if(i==="*"||i==="?")return"";if(i==="["&&n+1<e.length){let s="",o=-1;for(let a=n+1;a<e.length;a++){let A=e[a];if(A==="\\"&&!eo&&a+1<e.length){s+=e[++a];continue}else if(A==="]"){o=a;break}else s+=A}if(o>=0){if(s.length>1)return"";if(s){r+=s,n=o;continue}}}}r+=i}return r}static regExpEscape(e){return e.replace(/[[\\^$.|?*+()]/g,"\\$&")}};Ei.Pattern=RR});var WW=h(iI=>{"use strict";Object.defineProperty(iI,"__esModule",{value:!0});iI.SearchState=void 0;var _R=class{constructor(e,r){this.path=e,this.level=r}};iI.SearchState=_R});var t4=h(Ir=>{"use strict";var DNe=Ir&&Ir.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),_Ne=Ir&&Ir.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Xh=Ir&&Ir.__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)&&DNe(e,t,r);return _Ne(e,t),e},kR=Ir&&Ir.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})},kNe=Ir&&Ir.__asyncValues||function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof __values=="function"?__values(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,A){o=t[s](o),i(a,A,o.done,o.value)})}}function i(s,o,a,A){Promise.resolve(A).then(function(c){s({value:c,done:a})},o)}},ia=Ir&&Ir.__await||function(t){return this instanceof ia?(this.v=t,this):new ia(t)},PNe=Ir&&Ir.__asyncGenerator||function(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,s=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(d){n[d]&&(i[d]=function(f){return new Promise(function(g,m){s.push([d,f,g,m])>1||a(d,f)})})}function a(d,f){try{A(n[d](f))}catch(g){u(s[0][3],g)}}function A(d){d.value instanceof ia?Promise.resolve(d.value.v).then(c,l):u(s[0][2],d)}function c(d){a("next",d)}function l(d){a("throw",d)}function u(d,f){d(f),s.shift(),s.length&&a(s[0][0],s[0][1])}};Object.defineProperty(Ir,"__esModule",{value:!0});Ir.DefaultGlobber=void 0;var PR=Xh(at()),Kh=Xh(Q("fs")),$W=Xh(qW()),KW=Xh(Q("path")),sI=Xh(GW()),XW=rI(),ZW=VW(),e4=WW(),TNe=process.platform==="win32",TR=class t{constructor(e){this.patterns=[],this.searchPaths=[],this.options=$W.getOptions(e)}getSearchPaths(){return this.searchPaths.slice()}glob(){var e,r,n,i;return kR(this,void 0,void 0,function*(){let s=[];try{for(var o=!0,a=kNe(this.globGenerator()),A;A=yield a.next(),e=A.done,!e;o=!0){i=A.value,o=!1;let c=i;s.push(c)}}catch(c){r={error:c}}finally{try{!o&&!e&&(n=a.return)&&(yield n.call(a))}finally{if(r)throw r.error}}return s})}globGenerator(){return PNe(this,arguments,function*(){let r=$W.getOptions(this.options),n=[];for(let o of this.patterns)n.push(o),r.implicitDescendants&&(o.trailingSeparator||o.segments[o.segments.length-1]!=="**")&&n.push(new ZW.Pattern(o.negate,!0,o.segments.concat("**")));let i=[];for(let o of sI.getSearchPaths(n)){PR.debug(`Search path '${o}'`);try{yield ia(Kh.promises.lstat(o))}catch(a){if(a.code==="ENOENT")continue;throw a}i.unshift(new e4.SearchState(o,1))}let s=[];for(;i.length;){let o=i.pop(),a=sI.match(n,o.path),A=!!a||sI.partialMatch(n,o.path);if(!a&&!A)continue;let c=yield ia(t.stat(o,r,s));if(c&&!(r.excludeHiddenFiles&&KW.basename(o.path).match(/^\./)))if(c.isDirectory()){if(a&XW.MatchKind.Directory&&r.matchDirectories)yield yield ia(o.path);else if(!A)continue;let l=o.level+1,u=(yield ia(Kh.promises.readdir(o.path))).map(d=>new e4.SearchState(KW.join(o.path,d),l));i.push(...u.reverse())}else a&XW.MatchKind.File&&(yield yield ia(o.path))}})}static create(e,r){return kR(this,void 0,void 0,function*(){let n=new t(r);TNe&&(e=e.replace(/\r\n/g,`
`),e=e.replace(/\r/g,`
`));let i=e.split(`
`).map(s=>s.trim());for(let s of i)!s||s.startsWith("#")||n.patterns.push(new ZW.Pattern(s));return n.searchPaths.push(...sI.getSearchPaths(n.patterns)),n})}static stat(e,r,n){return kR(this,void 0,void 0,function*(){let i;if(r.followSymbolicLinks)try{i=yield Kh.promises.stat(e.path)}catch(s){if(s.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){PR.debug(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw s}else i=yield Kh.promises.lstat(e.path);if(i.isDirectory()&&r.followSymbolicLinks){let s=yield Kh.promises.realpath(e.path);for(;n.length>=e.level;)n.pop();if(n.some(o=>o===s)){PR.debug(`Symlink cycle detected for path '${e.path}' and realpath '${s}'`);return}n.push(s)}return i})}};Ir.DefaultGlobber=TR});var s4=h(Bn=>{"use strict";var ONe=Bn&&Bn.__createBinding||(Object.create?(function(t,e,r,n){n===void 0&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}):(function(t,e,r,n){n===void 0&&(n=r),t[n]=e[r]})),MNe=Bn&&Bn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),ju=Bn&&Bn.__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)&&ONe(e,t,r);return MNe(e,t),e},LNe=Bn&&Bn.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})},FNe=Bn&&Bn.__asyncValues||function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof __values=="function"?__values(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(s){r[s]=t[s]&&function(o){return new Promise(function(a,A){o=t[s](o),i(a,A,o.done,o.value)})}}function i(s,o,a,A){Promise.resolve(A).then(function(c){s({value:c,done:a})},o)}};Object.defineProperty(Bn,"__esModule",{value:!0});Bn.hashFiles=void 0;var r4=ju(Q("crypto")),n4=ju(at()),i4=ju(Q("fs")),UNe=ju(Q("stream")),qNe=ju(Q("util")),HNe=ju(Q("path"));function zNe(t,e,r=!1){var n,i,s,o,a;return LNe(this,void 0,void 0,function*(){let A=r?n4.info:n4.debug,c=!1,l=e||((a=process.env.GITHUB_WORKSPACE)!==null&&a!==void 0?a:process.cwd()),u=r4.createHash("sha256"),d=0;try{for(var f=!0,g=FNe(t.globGenerator()),m;m=yield g.next(),n=m.done,!n;f=!0){o=m.value,f=!1;let E=o;if(A(E),!E.startsWith(`${l}${HNe.sep}`)){A(`Ignore '${E}' since it is not under GITHUB_WORKSPACE.`);continue}if(i4.statSync(E).isDirectory()){A(`Skip directory '${E}'.`);continue}let C=r4.createHash("sha256");yield qNe.promisify(UNe.pipeline)(i4.createReadStream(E),C),u.write(C.digest()),d++,c||(c=!0)}}catch(E){i={error:E}}finally{try{!f&&!n&&(s=g.return)&&(yield s.call(g))}finally{if(i)throw i.error}}return u.end(),c?(A(`Found ${d} files to hash.`),u.digest("hex")):(A("No matches found for glob"),"")})}Bn.hashFiles=zNe});var A4=h(sa=>{"use strict";var o4=sa&&sa.__awaiter||function(t,e,r,n){function i(s){return s instanceof r?s:new r(function(o){o(s)})}return new(r||(r=Promise))(function(s,o){function a(l){try{c(n.next(l))}catch(u){o(u)}}function A(l){try{c(n.throw(l))}catch(u){o(u)}}function c(l){l.done?s(l.value):i(l.value).then(a,A)}c((n=n.apply(t,e||[])).next())})};Object.defineProperty(sa,"__esModule",{value:!0});sa.hashFiles=sa.create=void 0;var jNe=t4(),GNe=s4();function a4(t,e){return o4(this,void 0,void 0,function*(){return yield jNe.DefaultGlobber.create(t,e)})}sa.create=a4;function YNe(t,e="",r,n=!1){return o4(this,void 0,void 0,function*(){let i=!0;r&&typeof r.followSymbolicLinks=="boolean"&&(i=r.followSymbolicLinks);let s=yield a4(t,{followSymbolicLinks:i});return(0,GNe.hashFiles)(s,e,n)})}sa.hashFiles=YNe});var C4=h((oFe,E4)=>{"use strict";E4.exports=function(t){if(typeof t!="string")throw new Error("expected a string");return t.split(`
`).map(KNe).filter(Boolean)};function KNe(t,e){if(!t||!t.length||t.charAt(0)==="#")return null;var r=t.split(":");return{username:r[0],password:r[1],uid:r[2],gid:r[3],gecos:r[4],homedir:r[5],shell:r[6]}}});var B4=h((aFe,I4)=>{"use strict";var XNe=Q("fs"),ZNe=C4();function ewe(){if(process.platform==="win32")return process.env.USERPROFILE?process.env.USERPROFILE:process.env.HOMEDRIVE&&process.env.HOMEPATH?process.env.HOMEDRIVE+process.env.HOMEPATH:process.env.HOME?process.env.HOME:null;if(process.env.HOME)return process.env.HOME;var t=nwe("/etc/passwd"),e=twe(ZNe(t),rwe());if(e)return e;var r=process.env.LOGNAME||process.env.USER||process.env.LNAME||process.env.USERNAME;return r?process.platform==="darwin"?"/Users/"+r:"/home/"+r:null}function twe(t,e){for(var r=t.length,n=0;n<r;n++)if(+t[n].uid===e)return t[n].homedir}function rwe(){return typeof process.geteuid=="function"?process.geteuid():process.getuid()}function nwe(t){try{return XNe.readFileSync(t,"utf8")}catch{return""}}I4.exports=ewe});var b4=h((AFe,OR)=>{"use strict";var Q4=Q("os");typeof Q4.homedir<"u"?OR.exports=Q4.homedir:OR.exports=B4()});var S4=h((cFe,w4)=>{var iwe=b4(),N4=Q("path");w4.exports=function(e){var r=iwe();return e.charCodeAt(0)===126?e.charCodeAt(1)===43?N4.join(process.cwd(),e.slice(2)):r?N4.join(r,e.slice(1)):e:e}});var He=h(vr=>{"use strict";var MR=Symbol.for("yaml.alias"),x4=Symbol.for("yaml.document"),oI=Symbol.for("yaml.map"),v4=Symbol.for("yaml.pair"),LR=Symbol.for("yaml.scalar"),aI=Symbol.for("yaml.seq"),to=Symbol.for("yaml.node.type"),swe=t=>!!t&&typeof t=="object"&&t[to]===MR,owe=t=>!!t&&typeof t=="object"&&t[to]===x4,awe=t=>!!t&&typeof t=="object"&&t[to]===oI,Awe=t=>!!t&&typeof t=="object"&&t[to]===v4,R4=t=>!!t&&typeof t=="object"&&t[to]===LR,cwe=t=>!!t&&typeof t=="object"&&t[to]===aI;function D4(t){if(t&&typeof t=="object")switch(t[to]){case oI:case aI:return!0}return!1}function lwe(t){if(t&&typeof t=="object")switch(t[to]){case MR:case oI:case LR:case aI:return!0}return!1}var uwe=t=>(R4(t)||D4(t))&&!!t.anchor;vr.ALIAS=MR;vr.DOC=x4;vr.MAP=oI;vr.NODE_TYPE=to;vr.PAIR=v4;vr.SCALAR=LR;vr.SEQ=aI;vr.hasAnchor=uwe;vr.isAlias=swe;vr.isCollection=D4;vr.isDocument=owe;vr.isMap=awe;vr.isNode=lwe;vr.isPair=Awe;vr.isScalar=R4;vr.isSeq=cwe});var Zh=h(FR=>{"use strict";var or=He(),Qn=Symbol("break visit"),_4=Symbol("skip children"),ps=Symbol("remove node");function AI(t,e){let r=k4(e);or.isDocument(t)?Yu(null,t.contents,r,Object.freeze([t]))===ps&&(t.contents=null):Yu(null,t,r,Object.freeze([]))}AI.BREAK=Qn;AI.SKIP=_4;AI.REMOVE=ps;function Yu(t,e,r,n){let i=P4(t,e,r,n);if(or.isNode(i)||or.isPair(i))return T4(t,n,i),Yu(t,i,r,n);if(typeof i!="symbol"){if(or.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let o=Yu(s,e.items[s],r,n);if(typeof o=="number")s=o-1;else{if(o===Qn)return Qn;o===ps&&(e.items.splice(s,1),s-=1)}}}else if(or.isPair(e)){n=Object.freeze(n.concat(e));let s=Yu("key",e.key,r,n);if(s===Qn)return Qn;s===ps&&(e.key=null);let o=Yu("value",e.value,r,n);if(o===Qn)return Qn;o===ps&&(e.value=null)}}return i}async function cI(t,e){let r=k4(e);or.isDocument(t)?await Ju(null,t.contents,r,Object.freeze([t]))===ps&&(t.contents=null):await Ju(null,t,r,Object.freeze([]))}cI.BREAK=Qn;cI.SKIP=_4;cI.REMOVE=ps;async function Ju(t,e,r,n){let i=await P4(t,e,r,n);if(or.isNode(i)||or.isPair(i))return T4(t,n,i),Ju(t,i,r,n);if(typeof i!="symbol"){if(or.isCollection(e)){n=Object.freeze(n.concat(e));for(let s=0;s<e.items.length;++s){let o=await Ju(s,e.items[s],r,n);if(typeof o=="number")s=o-1;else{if(o===Qn)return Qn;o===ps&&(e.items.splice(s,1),s-=1)}}}else if(or.isPair(e)){n=Object.freeze(n.concat(e));let s=await Ju("key",e.key,r,n);if(s===Qn)return Qn;s===ps&&(e.key=null);let o=await Ju("value",e.value,r,n);if(o===Qn)return Qn;o===ps&&(e.value=null)}}return i}function k4(t){return typeof t=="object"&&(t.Collection||t.Node||t.Value)?Object.assign({Alias:t.Node,Map:t.Node,Scalar:t.Node,Seq:t.Node},t.Value&&{Map:t.Value,Scalar:t.Value,Seq:t.Value},t.Collection&&{Map:t.Collection,Seq:t.Collection},t):t}function P4(t,e,r,n){if(typeof r=="function")return r(t,e,n);if(or.isMap(e))return r.Map?.(t,e,n);if(or.isSeq(e))return r.Seq?.(t,e,n);if(or.isPair(e))return r.Pair?.(t,e,n);if(or.isScalar(e))return r.Scalar?.(t,e,n);if(or.isAlias(e))return r.Alias?.(t,e,n)}function T4(t,e,r){let n=e[e.length-1];if(or.isCollection(n))n.items[t]=r;else if(or.isPair(n))t==="key"?n.key=r:n.value=r;else if(or.isDocument(n))n.contents=r;else{let i=or.isAlias(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${i} parent`)}}FR.visit=AI;FR.visitAsync=cI});var UR=h(M4=>{"use strict";var O4=He(),dwe=Zh(),fwe={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},hwe=t=>t.replace(/[!,[\]{}]/g,e=>fwe[e]),eg=class t{constructor(e,r){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,e),this.tags=Object.assign({},t.defaultTags,r)}clone(){let e=new t(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){let e=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return e}add(e,r){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let n=e.trim().split(/[ \t]+/),i=n.shift();switch(i){case"%TAG":{if(n.length!==2&&(r(0,"%TAG directive should contain exactly two parts"),n.length<2))return!1;let[s,o]=n;return this.tags[s]=o,!0}case"%YAML":{if(this.yaml.explicit=!0,n.length!==1)return r(0,"%YAML directive should contain exactly one part"),!1;let[s]=n;if(s==="1.1"||s==="1.2")return this.yaml.version=s,!0;{let o=/^\d+\.\d+$/.test(s);return r(6,`Unsupported YAML version ${s}`,o),!1}}default:return r(0,`Unknown directive ${i}`,!0),!1}}tagName(e,r){if(e==="!")return"!";if(e[0]!=="!")return r(`Not a valid tag: ${e}`),null;if(e[1]==="<"){let o=e.slice(2,-1);return o==="!"||o==="!!"?(r(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(e[e.length-1]!==">"&&r("Verbatim tags must end with a >"),o)}let[,n,i]=e.match(/^(.*!)([^!]*)$/s);i||r(`The ${e} tag has no suffix`);let s=this.tags[n];if(s)try{return s+decodeURIComponent(i)}catch(o){return r(String(o)),null}return n==="!"?e:(r(`Could not resolve tag: ${e}`),null)}tagString(e){for(let[r,n]of Object.entries(this.tags))if(e.startsWith(n))return r+hwe(e.substring(n.length));return e[0]==="!"?e:`!<${e}>`}toString(e){let r=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],n=Object.entries(this.tags),i;if(e&&n.length>0&&O4.isNode(e.contents)){let s={};dwe.visit(e.contents,(o,a)=>{O4.isNode(a)&&a.tag&&(s[a.tag]=!0)}),i=Object.keys(s)}else i=[];for(let[s,o]of n)s==="!!"&&o==="tag:yaml.org,2002:"||(!e||i.some(a=>a.startsWith(o)))&&r.push(`%TAG ${s} ${o}`);return r.join(`
`)}};eg.defaultYaml={explicit:!1,version:"1.2"};eg.defaultTags={"!!":"tag:yaml.org,2002:"};M4.Directives=eg});var lI=h(tg=>{"use strict";var L4=He(),gwe=Zh();function mwe(t){if(/[\x00-\x19\s,[\]{}]/.test(t)){let r=`Anchor must not contain whitespace or control characters: ${JSON.stringify(t)}`;throw new Error(r)}return!0}function F4(t){let e=new Set;return gwe.visit(t,{Value(r,n){n.anchor&&e.add(n.anchor)}}),e}function U4(t,e){for(let r=1;;++r){let n=`${t}${r}`;if(!e.has(n))return n}}function pwe(t,e){let r=[],n=new Map,i=null;return{onAnchor:s=>{r.push(s),i||(i=F4(t));let o=U4(e,i);return i.add(o),o},setAnchors:()=>{for(let s of r){let o=n.get(s);if(typeof o=="object"&&o.anchor&&(L4.isScalar(o.node)||L4.isCollection(o.node)))o.node.anchor=o.anchor;else{let a=new Error("Failed to resolve repeated object (this should not happen)");throw a.source=s,a}}},sourceObjects:n}}tg.anchorIsValid=mwe;tg.anchorNames=F4;tg.createNodeAnchors=pwe;tg.findNewAnchor=U4});var qR=h(q4=>{"use strict";function rg(t,e,r,n){if(n&&typeof n=="object")if(Array.isArray(n))for(let i=0,s=n.length;i<s;++i){let o=n[i],a=rg(t,n,String(i),o);a===void 0?delete n[i]:a!==o&&(n[i]=a)}else if(n instanceof Map)for(let i of Array.from(n.keys())){let s=n.get(i),o=rg(t,n,i,s);o===void 0?n.delete(i):o!==s&&n.set(i,o)}else if(n instanceof Set)for(let i of Array.from(n)){let s=rg(t,n,i,i);s===void 0?n.delete(i):s!==i&&(n.delete(i),n.add(s))}else for(let[i,s]of Object.entries(n)){let o=rg(t,n,i,s);o===void 0?delete n[i]:o!==s&&(n[i]=o)}return t.call(e,r,n)}q4.applyReviver=rg});var oa=h(z4=>{"use strict";var ywe=He();function H4(t,e,r){if(Array.isArray(t))return t.map((n,i)=>H4(n,String(i),r));if(t&&typeof t.toJSON=="function"){if(!r||!ywe.hasAnchor(t))return t.toJSON(e,r);let n={aliasCount:0,count:1,res:void 0};r.anchors.set(t,n),r.onCreate=s=>{n.res=s,delete r.onCreate};let i=t.toJSON(e,r);return r.onCreate&&r.onCreate(i),i}return typeof t=="bigint"&&!r?.keep?Number(t):t}z4.toJS=H4});var uI=h(G4=>{"use strict";var Ewe=qR(),j4=He(),Cwe=oa(),HR=class{constructor(e){Object.defineProperty(this,j4.NODE_TYPE,{value:e})}clone(){let e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:r,maxAliasCount:n,onAnchor:i,reviver:s}={}){if(!j4.isDocument(e))throw new TypeError("A document argument is required");let o={anchors:new Map,doc:e,keep:!0,mapAsMap:r===!0,mapKeyWarned:!1,maxAliasCount:typeof n=="number"?n:100},a=Cwe.toJS(this,"",o);if(typeof i=="function")for(let{count:A,res:c}of o.anchors.values())i(c,A);return typeof s=="function"?Ewe.applyReviver(s,{"":a},"",a):a}};G4.NodeBase=HR});var ng=h(J4=>{"use strict";var Iwe=lI(),Y4=Zh(),dI=He(),Bwe=uI(),Qwe=oa(),zR=class extends Bwe.NodeBase{constructor(e){super(dI.ALIAS),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e){let r;return Y4.visit(e,{Node:(n,i)=>{if(i===this)return Y4.visit.BREAK;i.anchor===this.source&&(r=i)}}),r}toJSON(e,r){if(!r)return{source:this.source};let{anchors:n,doc:i,maxAliasCount:s}=r,o=this.resolve(i);if(!o){let A=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(A)}let a=n.get(o);if(a||(Qwe.toJS(o,null,r),a=n.get(o)),!a||a.res===void 0){let A="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(A)}if(s>=0&&(a.count+=1,a.aliasCount===0&&(a.aliasCount=fI(i,o,n)),a.count*a.aliasCount>s)){let A="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(A)}return a.res}toString(e,r,n){let i=`*${this.source}`;if(e){if(Iwe.anchorIsValid(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){let s=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(s)}if(e.implicitKey)return`${i} `}return i}};function fI(t,e,r){if(dI.isAlias(e)){let n=e.resolve(t),i=r&&n&&r.get(n);return i?i.count*i.aliasCount:0}else if(dI.isCollection(e)){let n=0;for(let i of e.items){let s=fI(t,i,r);s>n&&(n=s)}return n}else if(dI.isPair(e)){let n=fI(t,e.key,r),i=fI(t,e.value,r);return Math.max(n,i)}return 1}J4.Alias=zR});var tr=h(jR=>{"use strict";var bwe=He(),Nwe=uI(),wwe=oa(),Swe=t=>!t||typeof t!="function"&&typeof t!="object",aa=class extends Nwe.NodeBase{constructor(e){super(bwe.SCALAR),this.value=e}toJSON(e,r){return r?.keep?this.value:wwe.toJS(this.value,e,r)}toString(){return String(this.value)}};aa.BLOCK_FOLDED="BLOCK_FOLDED";aa.BLOCK_LITERAL="BLOCK_LITERAL";aa.PLAIN="PLAIN";aa.QUOTE_DOUBLE="QUOTE_DOUBLE";aa.QUOTE_SINGLE="QUOTE_SINGLE";jR.Scalar=aa;jR.isScalarValue=Swe});var ig=h(W4=>{"use strict";var xwe=ng(),EA=He(),V4=tr(),vwe="tag:yaml.org,2002:";function Rwe(t,e,r){if(e){let n=r.filter(s=>s.tag===e),i=n.find(s=>!s.format)??n[0];if(!i)throw new Error(`Tag ${e} not found`);return i}return r.find(n=>n.identify?.(t)&&!n.format)}function Dwe(t,e,r){if(EA.isDocument(t)&&(t=t.contents),EA.isNode(t))return t;if(EA.isPair(t)){let u=r.schema[EA.MAP].createNode?.(r.schema,null,r);return u.items.push(t),u}(t instanceof String||t instanceof Number||t instanceof Boolean||typeof BigInt<"u"&&t instanceof BigInt)&&(t=t.valueOf());let{aliasDuplicateObjects:n,onAnchor:i,onTagObj:s,schema:o,sourceObjects:a}=r,A;if(n&&t&&typeof t=="object"){if(A=a.get(t),A)return A.anchor||(A.anchor=i(t)),new xwe.Alias(A.anchor);A={anchor:null,node:null},a.set(t,A)}e?.startsWith("!!")&&(e=vwe+e.slice(2));let c=Rwe(t,e,o.tags);if(!c){if(t&&typeof t.toJSON=="function"&&(t=t.toJSON()),!t||typeof t!="object"){let u=new V4.Scalar(t);return A&&(A.node=u),u}c=t instanceof Map?o[EA.MAP]:Symbol.iterator in Object(t)?o[EA.SEQ]:o[EA.MAP]}s&&(s(c),delete r.onTagObj);let l=c?.createNode?c.createNode(r.schema,t,r):typeof c?.nodeClass?.from=="function"?c.nodeClass.from(r.schema,t,r):new V4.Scalar(t);return e?l.tag=e:c.default||(l.tag=c.tag),A&&(A.node=l),l}W4.createNode=Dwe});var gI=h(hI=>{"use strict";var _we=ig(),ys=He(),kwe=uI();function GR(t,e,r){let n=r;for(let i=e.length-1;i>=0;--i){let s=e[i];if(typeof s=="number"&&Number.isInteger(s)&&s>=0){let o=[];o[s]=n,n=o}else n=new Map([[s,n]])}return _we.createNode(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:t,sourceObjects:new Map})}var $4=t=>t==null||typeof t=="object"&&!!t[Symbol.iterator]().next().done,YR=class extends kwe.NodeBase{constructor(e,r){super(e),Object.defineProperty(this,"schema",{value:r,configurable:!0,enumerable:!1,writable:!0})}clone(e){let r=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(r.schema=e),r.items=r.items.map(n=>ys.isNode(n)||ys.isPair(n)?n.clone(e):n),this.range&&(r.range=this.range.slice()),r}addIn(e,r){if($4(e))this.add(r);else{let[n,...i]=e,s=this.get(n,!0);if(ys.isCollection(s))s.addIn(i,r);else if(s===void 0&&this.schema)this.set(n,GR(this.schema,i,r));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}deleteIn(e){let[r,...n]=e;if(n.length===0)return this.delete(r);let i=this.get(r,!0);if(ys.isCollection(i))return i.deleteIn(n);throw new Error(`Expected YAML collection at ${r}. Remaining path: ${n}`)}getIn(e,r){let[n,...i]=e,s=this.get(n,!0);return i.length===0?!r&&ys.isScalar(s)?s.value:s:ys.isCollection(s)?s.getIn(i,r):void 0}hasAllNullValues(e){return this.items.every(r=>{if(!ys.isPair(r))return!1;let n=r.value;return n==null||e&&ys.isScalar(n)&&n.value==null&&!n.commentBefore&&!n.comment&&!n.tag})}hasIn(e){let[r,...n]=e;if(n.length===0)return this.has(r);let i=this.get(r,!0);return ys.isCollection(i)?i.hasIn(n):!1}setIn(e,r){let[n,...i]=e;if(i.length===0)this.set(n,r);else{let s=this.get(n,!0);if(ys.isCollection(s))s.setIn(i,r);else if(s===void 0&&this.schema)this.set(n,GR(this.schema,i,r));else throw new Error(`Expected YAML collection at ${n}. Remaining path: ${i}`)}}};hI.Collection=YR;hI.collectionFromPath=GR;hI.isEmptyPath=$4});var sg=h(mI=>{"use strict";var Pwe=t=>t.replace(/^(?!$)(?: $)?/gm,"#");function JR(t,e){return/^\n+$/.test(t)?t.substring(1):e?t.replace(/^(?! *$)/gm,e):t}var Twe=(t,e,r)=>t.endsWith(`
`)?JR(r,e):r.includes(`
`)?`
`+JR(r,e):(t.endsWith(" ")?"":" ")+r;mI.indentComment=JR;mI.lineComment=Twe;mI.stringifyComment=Pwe});var X4=h(og=>{"use strict";var Owe="flow",VR="block",pI="quoted";function Mwe(t,e,r="flow",{indentAtStart:n,lineWidth:i=80,minContentWidth:s=20,onFold:o,onOverflow:a}={}){if(!i||i<0)return t;i<s&&(s=0);let A=Math.max(1+s,1+i-e.length);if(t.length<=A)return t;let c=[],l={},u=i-e.length;typeof n=="number"&&(n>i-Math.max(2,s)?c.push(0):u=i-n);let d,f,g=!1,m=-1,E=-1,C=-1;r===VR&&(m=K4(t,m,e.length),m!==-1&&(u=m+A));for(let w;w=t[m+=1];){if(r===pI&&w==="\\"){switch(E=m,t[m+1]){case"x":m+=3;break;case"u":m+=5;break;case"U":m+=9;break;default:m+=1}C=m}if(w===`
`)r===VR&&(m=K4(t,m,e.length)),u=m+e.length+A,d=void 0;else{if(w===" "&&f&&f!==" "&&f!==`
`&&f!==" "){let S=t[m+1];S&&S!==" "&&S!==`
`&&S!==" "&&(d=m)}if(m>=u)if(d)c.push(d),u=d+A,d=void 0;else if(r===pI){for(;f===" "||f===" ";)f=w,w=t[m+=1],g=!0;let S=m>C+1?m-2:E-1;if(l[S])return t;c.push(S),l[S]=!0,u=S+A,d=void 0}else g=!0}f=w}if(g&&a&&a(),c.length===0)return t;o&&o();let I=t.slice(0,c[0]);for(let w=0;w<c.length;++w){let S=c[w],D=c[w+1]||t.length;S===0?I=`
${e}${t.slice(0,D)}`:(r===pI&&l[S]&&(I+=`${t[S]}\\`),I+=`
${e}${t.slice(S+1,D)}`)}return I}function K4(t,e,r){let n=e,i=e+1,s=t[i];for(;s===" "||s===" ";)if(e<i+r)s=t[++e];else{do s=t[++e];while(s&&s!==`
`);n=e,i=e+1,s=t[i]}return n}og.FOLD_BLOCK=VR;og.FOLD_FLOW=Owe;og.FOLD_QUOTED=pI;og.foldFlowLines=Mwe});var Ag=h(Z4=>{"use strict";var Ui=tr(),Aa=X4(),EI=(t,e)=>({indentAtStart:e?t.indent.length:t.indentAtStart,lineWidth:t.options.lineWidth,minContentWidth:t.options.minContentWidth}),CI=t=>/^(%|---|\.\.\.)/m.test(t);function Lwe(t,e,r){if(!e||e<0)return!1;let n=e-r,i=t.length;if(i<=n)return!1;for(let s=0,o=0;s<i;++s)if(t[s]===`
`){if(s-o>n)return!0;if(o=s+1,i-o<=n)return!1}return!0}function ag(t,e){let r=JSON.stringify(t);if(e.options.doubleQuotedAsJSON)return r;let{implicitKey:n}=e,i=e.options.doubleQuotedMinMultiLineLength,s=e.indent||(CI(t)?" ":""),o="",a=0;for(let A=0,c=r[A];c;c=r[++A])if(c===" "&&r[A+1]==="\\"&&r[A+2]==="n"&&(o+=r.slice(a,A)+"\\ ",A+=1,a=A,c="\\"),c==="\\")switch(r[A+1]){case"u":{o+=r.slice(a,A);let l=r.substr(A+2,4);switch(l){case"0000":o+="\\0";break;case"0007":o+="\\a";break;case"000b":o+="\\v";break;case"001b":o+="\\e";break;case"0085":o+="\\N";break;case"00a0":o+="\\_";break;case"2028":o+="\\L";break;case"2029":o+="\\P";break;default:l.substr(0,2)==="00"?o+="\\x"+l.substr(2):o+=r.substr(A,6)}A+=5,a=A+1}break;case"n":if(n||r[A+2]==='"'||r.length<i)A+=1;else{for(o+=r.slice(a,A)+`
`;r[A+2]==="\\"&&r[A+3]==="n"&&r[A+4]!=='"';)o+=`
`,A+=2;o+=s,r[A+2]===" "&&(o+="\\"),A+=1,a=A+1}break;default:A+=1}return o=a?o+r.slice(a):r,n?o:Aa.foldFlowLines(o,s,Aa.FOLD_QUOTED,EI(e,!1))}function WR(t,e){if(e.options.singleQuote===!1||e.implicitKey&&t.includes(`
`)||/[ \t]\n|\n[ \t]/.test(t))return ag(t,e);let r=e.indent||(CI(t)?" ":""),n="'"+t.replace(/'/g,"''").replace(/\n+/g,`$&
${r}`)+"'";return e.implicitKey?n:Aa.foldFlowLines(n,r,Aa.FOLD_FLOW,EI(e,!1))}function Vu(t,e){let{singleQuote:r}=e.options,n;if(r===!1)n=ag;else{let i=t.includes('"'),s=t.includes("'");i&&!s?n=WR:s&&!i?n=ag:n=r?WR:ag}return n(t,e)}var $R;try{$R=new RegExp(`(^|(?<!
))
+(?!
|$)`,"g")}catch{$R=/\n+(?!\n|$)/g}function yI({comment:t,type:e,value:r},n,i,s){let{blockQuote:o,commentString:a,lineWidth:A}=n.options;if(!o||/\n[\t ]+$/.test(r)||/^\s*$/.test(r))return Vu(r,n);let c=n.indent||(n.forceBlockIndent||CI(r)?" ":""),l=o==="literal"?!0:o==="folded"||e===Ui.Scalar.BLOCK_FOLDED?!1:e===Ui.Scalar.BLOCK_LITERAL?!0:!Lwe(r,A,c.length);if(!r)return l?`|
`:`>
`;let u,d;for(d=r.length;d>0;--d){let D=r[d-1];if(D!==`
`&&D!==" "&&D!==" ")break}let f=r.substring(d),g=f.indexOf(`
`);g===-1?u="-":r===f||g!==f.length-1?(u="+",s&&s()):u="",f&&(r=r.slice(0,-f.length),f[f.length-1]===`
`&&(f=f.slice(0,-1)),f=f.replace($R,`$&${c}`));let m=!1,E,C=-1;for(E=0;E<r.length;++E){let D=r[E];if(D===" ")m=!0;else if(D===`
`)C=E;else break}let I=r.substring(0,C<E?C+1:E);I&&(r=r.substring(I.length),I=I.replace(/\n+/g,`$&${c}`));let S=(m?c?"2":"1":"")+u;if(t&&(S+=" "+a(t.replace(/ ?[\r\n]+/g," ")),i&&i()),!l){let D=r.replace(/\n+/g,`
$&`).replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${c}`),O=!1,q=EI(n,!0);o!=="folded"&&e!==Ui.Scalar.BLOCK_FOLDED&&(q.onOverflow=()=>{O=!0});let P=Aa.foldFlowLines(`${I}${D}${f}`,c,Aa.FOLD_BLOCK,q);if(!O)return`>${S}
${c}${P}`}return r=r.replace(/\n+/g,`$&${c}`),`|${S}
${c}${I}${r}${f}`}function Fwe(t,e,r,n){let{type:i,value:s}=t,{actualString:o,implicitKey:a,indent:A,indentStep:c,inFlow:l}=e;if(a&&s.includes(`
`)||l&&/[[\]{},]/.test(s))return Vu(s,e);if(!s||/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(s))return a||l||!s.includes(`
`)?Vu(s,e):yI(t,e,r,n);if(!a&&!l&&i!==Ui.Scalar.PLAIN&&s.includes(`
`))return yI(t,e,r,n);if(CI(s)){if(A==="")return e.forceBlockIndent=!0,yI(t,e,r,n);if(a&&A===c)return Vu(s,e)}let u=s.replace(/\n+/g,`$&
${A}`);if(o){let d=m=>m.default&&m.tag!=="tag:yaml.org,2002:str"&&m.test?.test(u),{compat:f,tags:g}=e.doc.schema;if(g.some(d)||f?.some(d))return Vu(s,e)}return a?u:Aa.foldFlowLines(u,A,Aa.FOLD_FLOW,EI(e,!1))}function Uwe(t,e,r,n){let{implicitKey:i,inFlow:s}=e,o=typeof t.value=="string"?t:Object.assign({},t,{value:String(t.value)}),{type:a}=t;a!==Ui.Scalar.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(a=Ui.Scalar.QUOTE_DOUBLE);let A=l=>{switch(l){case Ui.Scalar.BLOCK_FOLDED:case Ui.Scalar.BLOCK_LITERAL:return i||s?Vu(o.value,e):yI(o,e,r,n);case Ui.Scalar.QUOTE_DOUBLE:return ag(o.value,e);case Ui.Scalar.QUOTE_SINGLE:return WR(o.value,e);case Ui.Scalar.PLAIN:return Fwe(o,e,r,n);default:return null}},c=A(a);if(c===null){let{defaultKeyType:l,defaultStringType:u}=e.options,d=i&&l||u;if(c=A(d),c===null)throw new Error(`Unsupported default string type ${d}`)}return c}Z4.stringifyString=Uwe});var cg=h(KR=>{"use strict";var qwe=lI(),ca=He(),Hwe=sg(),zwe=Ag();function jwe(t,e){let r=Object.assign({blockQuote:!0,commentString:Hwe.stringifyComment,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},t.schema.toStringOptions,e),n;switch(r.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:t,flowCollectionPadding:r.flowCollectionPadding?" ":"",indent:"",indentStep:typeof r.indent=="number"?" ".repeat(r.indent):" ",inFlow:n,options:r}}function Gwe(t,e){if(e.tag){let i=t.filter(s=>s.tag===e.tag);if(i.length>0)return i.find(s=>s.format===e.format)??i[0]}let r,n;if(ca.isScalar(e)){n=e.value;let i=t.filter(s=>s.identify?.(n));if(i.length>1){let s=i.filter(o=>o.test);s.length>0&&(i=s)}r=i.find(s=>s.format===e.format)??i.find(s=>!s.format)}else n=e,r=t.find(i=>i.nodeClass&&n instanceof i.nodeClass);if(!r){let i=n?.constructor?.name??typeof n;throw new Error(`Tag not resolved for ${i} value`)}return r}function Ywe(t,e,{anchors:r,doc:n}){if(!n.directives)return"";let i=[],s=(ca.isScalar(t)||ca.isCollection(t))&&t.anchor;s&&qwe.anchorIsValid(s)&&(r.add(s),i.push(`&${s}`));let o=t.tag?t.tag:e.default?null:e.tag;return o&&i.push(n.directives.tagString(o)),i.join(" ")}function Jwe(t,e,r,n){if(ca.isPair(t))return t.toString(e,r,n);if(ca.isAlias(t)){if(e.doc.directives)return t.toString(e);if(e.resolvedAliases?.has(t))throw new TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(t):e.resolvedAliases=new Set([t]),t=t.resolve(e.doc)}let i,s=ca.isNode(t)?t:e.doc.createNode(t,{onTagObj:A=>i=A});i||(i=Gwe(e.doc.schema.tags,s));let o=Ywe(s,i,e);o.length>0&&(e.indentAtStart=(e.indentAtStart??0)+o.length+1);let a=typeof i.stringify=="function"?i.stringify(s,e,r,n):ca.isScalar(s)?zwe.stringifyString(s,e,r,n):s.toString(e,r,n);return o?ca.isScalar(s)||a[0]==="{"||a[0]==="["?`${o} ${a}`:`${o}
${e.indent}${a}`:a}KR.createStringifyContext=jwe;KR.stringify=Jwe});var n3=h(r3=>{"use strict";var ro=He(),e3=tr(),t3=cg(),lg=sg();function Vwe({key:t,value:e},r,n,i){let{allNullValues:s,doc:o,indent:a,indentStep:A,options:{commentString:c,indentSeq:l,simpleKeys:u}}=r,d=ro.isNode(t)&&t.comment||null;if(u){if(d)throw new Error("With simple keys, key nodes cannot have comments");if(ro.isCollection(t)||!ro.isNode(t)&&typeof t=="object"){let q="With simple keys, collection cannot be used as a key value";throw new Error(q)}}let f=!u&&(!t||d&&e==null&&!r.inFlow||ro.isCollection(t)||(ro.isScalar(t)?t.type===e3.Scalar.BLOCK_FOLDED||t.type===e3.Scalar.BLOCK_LITERAL:typeof t=="object"));r=Object.assign({},r,{allNullValues:!1,implicitKey:!f&&(u||!s),indent:a+A});let g=!1,m=!1,E=t3.stringify(t,r,()=>g=!0,()=>m=!0);if(!f&&!r.inFlow&&E.length>1024){if(u)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");f=!0}if(r.inFlow){if(s||e==null)return g&&n&&n(),E===""?"?":f?`? ${E}`:E}else if(s&&!u||e==null&&f)return E=`? ${E}`,d&&!g?E+=lg.lineComment(E,r.indent,c(d)):m&&i&&i(),E;g&&(d=null),f?(d&&(E+=lg.lineComment(E,r.indent,c(d))),E=`? ${E}
${a}:`):(E=`${E}:`,d&&(E+=lg.lineComment(E,r.indent,c(d))));let C,I,w;ro.isNode(e)?(C=!!e.spaceBefore,I=e.commentBefore,w=e.comment):(C=!1,I=null,w=null,e&&typeof e=="object"&&(e=o.createNode(e))),r.implicitKey=!1,!f&&!d&&ro.isScalar(e)&&(r.indentAtStart=E.length+1),m=!1,!l&&A.length>=2&&!r.inFlow&&!f&&ro.isSeq(e)&&!e.flow&&!e.tag&&!e.anchor&&(r.indent=r.indent.substring(2));let S=!1,D=t3.stringify(e,r,()=>S=!0,()=>m=!0),O=" ";if(d||C||I){if(O=C?`
`:"",I){let q=c(I);O+=`
${lg.indentComment(q,r.indent)}`}D===""&&!r.inFlow?O===`
`&&(O=`
`):O+=`
${r.indent}`}else if(!f&&ro.isCollection(e)){let q=D[0],P=D.indexOf(`
`),V=P!==-1,be=r.inFlow??e.flow??e.items.length===0;if(V||!be){let ve=!1;if(V&&(q==="&"||q==="!")){let z=D.indexOf(" ");q==="&"&&z!==-1&&z<P&&D[z+1]==="!"&&(z=D.indexOf(" ",z+1)),(z===-1||P<z)&&(ve=!0)}ve||(O=`
${r.indent}`)}}else(D===""||D[0]===`
`)&&(O="");return E+=O+D,r.inFlow?S&&n&&n():w&&!S?E+=lg.lineComment(E,r.indent,c(w)):m&&i&&i(),E}r3.stringifyPair=Vwe});var ZR=h(XR=>{"use strict";var i3=Q("node:process");function Wwe(t,...e){t==="debug"&&console.log(...e)}function $we(t,e){(t==="debug"||t==="warn")&&(typeof i3.emitWarning=="function"?i3.emitWarning(e):console.warn(e))}XR.debug=Wwe;XR.warn=$we});var bI=h(QI=>{"use strict";var ug=He(),s3=tr(),II="<<",BI={identify:t=>t===II||typeof t=="symbol"&&t.description===II,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new s3.Scalar(Symbol(II)),{addToJSMap:o3}),stringify:()=>II},Kwe=(t,e)=>(BI.identify(e)||ug.isScalar(e)&&(!e.type||e.type===s3.Scalar.PLAIN)&&BI.identify(e.value))&&t?.doc.schema.tags.some(r=>r.tag===BI.tag&&r.default);function o3(t,e,r){if(r=t&&ug.isAlias(r)?r.resolve(t.doc):r,ug.isSeq(r))for(let n of r.items)eD(t,e,n);else if(Array.isArray(r))for(let n of r)eD(t,e,n);else eD(t,e,r)}function eD(t,e,r){let n=t&&ug.isAlias(r)?r.resolve(t.doc):r;if(!ug.isMap(n))throw new Error("Merge sources must be maps or map aliases");let i=n.toJSON(null,t,Map);for(let[s,o]of i)e instanceof Map?e.has(s)||e.set(s,o):e instanceof Set?e.add(s):Object.prototype.hasOwnProperty.call(e,s)||Object.defineProperty(e,s,{value:o,writable:!0,enumerable:!0,configurable:!0});return e}QI.addMergeToJSMap=o3;QI.isMergeKey=Kwe;QI.merge=BI});var rD=h(c3=>{"use strict";var Xwe=ZR(),a3=bI(),Zwe=cg(),A3=He(),tD=oa();function eSe(t,e,{key:r,value:n}){if(A3.isNode(r)&&r.addToJSMap)r.addToJSMap(t,e,n);else if(a3.isMergeKey(t,r))a3.addMergeToJSMap(t,e,n);else{let i=tD.toJS(r,"",t);if(e instanceof Map)e.set(i,tD.toJS(n,i,t));else if(e instanceof Set)e.add(i);else{let s=tSe(r,i,t),o=tD.toJS(n,s,t);s in e?Object.defineProperty(e,s,{value:o,writable:!0,enumerable:!0,configurable:!0}):e[s]=o}}return e}function tSe(t,e,r){if(e===null)return"";if(typeof e!="object")return String(e);if(A3.isNode(t)&&r?.doc){let n=Zwe.createStringifyContext(r.doc,{});n.anchors=new Set;for(let s of r.anchors.keys())n.anchors.add(s.anchor);n.inFlow=!0,n.inStringifyKey=!0;let i=t.toString(n);if(!r.mapKeyWarned){let s=JSON.stringify(i);s.length>40&&(s=s.substring(0,36)+'..."'),Xwe.warn(r.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${s}. Set mapAsMap: true to use object keys.`),r.mapKeyWarned=!0}return i}return JSON.stringify(e)}c3.addPairToJSMap=eSe});var la=h(nD=>{"use strict";var l3=ig(),rSe=n3(),nSe=rD(),NI=He();function iSe(t,e,r){let n=l3.createNode(t,void 0,r),i=l3.createNode(e,void 0,r);return new wI(n,i)}var wI=class t{constructor(e,r=null){Object.defineProperty(this,NI.NODE_TYPE,{value:NI.PAIR}),this.key=e,this.value=r}clone(e){let{key:r,value:n}=this;return NI.isNode(r)&&(r=r.clone(e)),NI.isNode(n)&&(n=n.clone(e)),new t(r,n)}toJSON(e,r){let n=r?.mapAsMap?new Map:{};return nSe.addPairToJSMap(r,n,this)}toString(e,r,n){return e?.doc?rSe.stringifyPair(this,e,r,n):JSON.stringify(this)}};nD.Pair=wI;nD.createPair=iSe});var iD=h(d3=>{"use strict";var CA=He(),u3=cg(),SI=sg();function sSe(t,e,r){return(e.inFlow??t.flow?aSe:oSe)(t,e,r)}function oSe({comment:t,items:e},r,{blockItemPrefix:n,flowChars:i,itemIndent:s,onChompKeep:o,onComment:a}){let{indent:A,options:{commentString:c}}=r,l=Object.assign({},r,{indent:s,type:null}),u=!1,d=[];for(let g=0;g<e.length;++g){let m=e[g],E=null;if(CA.isNode(m))!u&&m.spaceBefore&&d.push(""),xI(r,d,m.commentBefore,u),m.comment&&(E=m.comment);else if(CA.isPair(m)){let I=CA.isNode(m.key)?m.key:null;I&&(!u&&I.spaceBefore&&d.push(""),xI(r,d,I.commentBefore,u))}u=!1;let C=u3.stringify(m,l,()=>E=null,()=>u=!0);E&&(C+=SI.lineComment(C,s,c(E))),u&&E&&(u=!1),d.push(n+C)}let f;if(d.length===0)f=i.start+i.end;else{f=d[0];for(let g=1;g<d.length;++g){let m=d[g];f+=m?`
${A}${m}`:`
`}}return t?(f+=`
`+SI.indentComment(c(t),A),a&&a()):u&&o&&o(),f}function aSe({items:t},e,{flowChars:r,itemIndent:n}){let{indent:i,indentStep:s,flowCollectionPadding:o,options:{commentString:a}}=e;n+=s;let A=Object.assign({},e,{indent:n,inFlow:!0,type:null}),c=!1,l=0,u=[];for(let g=0;g<t.length;++g){let m=t[g],E=null;if(CA.isNode(m))m.spaceBefore&&u.push(""),xI(e,u,m.commentBefore,!1),m.comment&&(E=m.comment);else if(CA.isPair(m)){let I=CA.isNode(m.key)?m.key:null;I&&(I.spaceBefore&&u.push(""),xI(e,u,I.commentBefore,!1),I.comment&&(c=!0));let w=CA.isNode(m.value)?m.value:null;w?(w.comment&&(E=w.comment),w.commentBefore&&(c=!0)):m.value==null&&I?.comment&&(E=I.comment)}E&&(c=!0);let C=u3.stringify(m,A,()=>E=null);g<t.length-1&&(C+=","),E&&(C+=SI.lineComment(C,n,a(E))),!c&&(u.length>l||C.includes(`
`))&&(c=!0),u.push(C),l=u.length}let{start:d,end:f}=r;if(u.length===0)return d+f;if(!c){let g=u.reduce((m,E)=>m+E.length+2,2);c=e.options.lineWidth>0&&g>e.options.lineWidth}if(c){let g=d;for(let m of u)g+=m?`
${s}${i}${m}`:`
`;return`${g}
${i}${f}`}else return`${d}${o}${u.join(" ")}${o}${f}`}function xI({indent:t,options:{commentString:e}},r,n,i){if(n&&i&&(n=n.replace(/^\n+/,"")),n){let s=SI.indentComment(e(n),t);r.push(s.trimStart())}}d3.stringifyCollection=sSe});var da=h(oD=>{"use strict";var ASe=iD(),cSe=rD(),lSe=gI(),ua=He(),vI=la(),uSe=tr();function dg(t,e){let r=ua.isScalar(e)?e.value:e;for(let n of t)if(ua.isPair(n)&&(n.key===e||n.key===r||ua.isScalar(n.key)&&n.key.value===r))return n}var sD=class extends lSe.Collection{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(ua.MAP,e),this.items=[]}static from(e,r,n){let{keepUndefined:i,replacer:s}=n,o=new this(e),a=(A,c)=>{if(typeof s=="function")c=s.call(r,A,c);else if(Array.isArray(s)&&!s.includes(A))return;(c!==void 0||i)&&o.items.push(vI.createPair(A,c,n))};if(r instanceof Map)for(let[A,c]of r)a(A,c);else if(r&&typeof r=="object")for(let A of Object.keys(r))a(A,r[A]);return typeof e.sortMapEntries=="function"&&o.items.sort(e.sortMapEntries),o}add(e,r){let n;ua.isPair(e)?n=e:!e||typeof e!="object"||!("key"in e)?n=new vI.Pair(e,e?.value):n=new vI.Pair(e.key,e.value);let i=dg(this.items,n.key),s=this.schema?.sortMapEntries;if(i){if(!r)throw new Error(`Key ${n.key} already set`);ua.isScalar(i.value)&&uSe.isScalarValue(n.value)?i.value.value=n.value:i.value=n.value}else if(s){let o=this.items.findIndex(a=>s(n,a)<0);o===-1?this.items.push(n):this.items.splice(o,0,n)}else this.items.push(n)}delete(e){let r=dg(this.items,e);return r?this.items.splice(this.items.indexOf(r),1).length>0:!1}get(e,r){let i=dg(this.items,e)?.value;return(!r&&ua.isScalar(i)?i.value:i)??void 0}has(e){return!!dg(this.items,e)}set(e,r){this.add(new vI.Pair(e,r),!0)}toJSON(e,r,n){let i=n?new n:r?.mapAsMap?new Map:{};r?.onCreate&&r.onCreate(i);for(let s of this.items)cSe.addPairToJSMap(r,i,s);return i}toString(e,r,n){if(!e)return JSON.stringify(this);for(let i of this.items)if(!ua.isPair(i))throw new Error(`Map items must all be pairs; found ${JSON.stringify(i)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),ASe.stringifyCollection(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:n,onComment:r})}};oD.YAMLMap=sD;oD.findPair=dg});var Wu=h(h3=>{"use strict";var dSe=He(),f3=da(),fSe={collection:"map",default:!0,nodeClass:f3.YAMLMap,tag:"tag:yaml.org,2002:map",resolve(t,e){return dSe.isMap(t)||e("Expected a mapping for this tag"),t},createNode:(t,e,r)=>f3.YAMLMap.from(t,e,r)};h3.map=fSe});var fa=h(g3=>{"use strict";var hSe=ig(),gSe=iD(),mSe=gI(),DI=He(),pSe=tr(),ySe=oa(),aD=class extends mSe.Collection{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(DI.SEQ,e),this.items=[]}add(e){this.items.push(e)}delete(e){let r=RI(e);return typeof r!="number"?!1:this.items.splice(r,1).length>0}get(e,r){let n=RI(e);if(typeof n!="number")return;let i=this.items[n];return!r&&DI.isScalar(i)?i.value:i}has(e){let r=RI(e);return typeof r=="number"&&r<this.items.length}set(e,r){let n=RI(e);if(typeof n!="number")throw new Error(`Expected a valid index, not ${e}.`);let i=this.items[n];DI.isScalar(i)&&pSe.isScalarValue(r)?i.value=r:this.items[n]=r}toJSON(e,r){let n=[];r?.onCreate&&r.onCreate(n);let i=0;for(let s of this.items)n.push(ySe.toJS(s,String(i++),r));return n}toString(e,r,n){return e?gSe.stringifyCollection(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:n,onComment:r}):JSON.stringify(this)}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r)){let o=0;for(let a of r){if(typeof i=="function"){let A=r instanceof Set?a:String(o++);a=i.call(r,A,a)}s.items.push(hSe.createNode(a,void 0,n))}}return s}};function RI(t){let e=DI.isScalar(t)?t.value:t;return e&&typeof e=="string"&&(e=Number(e)),typeof e=="number"&&Number.isInteger(e)&&e>=0?e:null}g3.YAMLSeq=aD});var $u=h(p3=>{"use strict";var ESe=He(),m3=fa(),CSe={collection:"seq",default:!0,nodeClass:m3.YAMLSeq,tag:"tag:yaml.org,2002:seq",resolve(t,e){return ESe.isSeq(t)||e("Expected a sequence for this tag"),t},createNode:(t,e,r)=>m3.YAMLSeq.from(t,e,r)};p3.seq=CSe});var fg=h(y3=>{"use strict";var ISe=Ag(),BSe={identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify(t,e,r,n){return e=Object.assign({actualString:!0},e),ISe.stringifyString(t,e,r,n)}};y3.string=BSe});var _I=h(I3=>{"use strict";var E3=tr(),C3={identify:t=>t==null,createNode:()=>new E3.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new E3.Scalar(null),stringify:({source:t},e)=>typeof t=="string"&&C3.test.test(t)?t:e.options.nullStr};I3.nullTag=C3});var AD=h(Q3=>{"use strict";var QSe=tr(),B3={identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:t=>new QSe.Scalar(t[0]==="t"||t[0]==="T"),stringify({source:t,value:e},r){if(t&&B3.test.test(t)){let n=t[0]==="t"||t[0]==="T";if(e===n)return t}return e?r.options.trueStr:r.options.falseStr}};Q3.boolTag=B3});var Ku=h(b3=>{"use strict";function bSe({format:t,minFractionDigits:e,tag:r,value:n}){if(typeof n=="bigint")return String(n);let i=typeof n=="number"?n:Number(n);if(!isFinite(i))return isNaN(i)?".nan":i<0?"-.inf":".inf";let s=JSON.stringify(n);if(!t&&e&&(!r||r==="tag:yaml.org,2002:float")&&/^\d/.test(s)){let o=s.indexOf(".");o<0&&(o=s.length,s+=".");let a=e-(s.length-o-1);for(;a-- >0;)s+="0"}return s}b3.stringifyNumber=bSe});var lD=h(kI=>{"use strict";var NSe=tr(),cD=Ku(),wSe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:cD.stringifyNumber},SSe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():cD.stringifyNumber(t)}},xSe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(t){let e=new NSe.Scalar(parseFloat(t)),r=t.indexOf(".");return r!==-1&&t[t.length-1]==="0"&&(e.minFractionDigits=t.length-r-1),e},stringify:cD.stringifyNumber};kI.float=xSe;kI.floatExp=SSe;kI.floatNaN=wSe});var dD=h(TI=>{"use strict";var N3=Ku(),PI=t=>typeof t=="bigint"||Number.isInteger(t),uD=(t,e,r,{intAsBigInt:n})=>n?BigInt(t):parseInt(t.substring(e),r);function w3(t,e,r){let{value:n}=t;return PI(n)&&n>=0?r+n.toString(e):N3.stringifyNumber(t)}var vSe={identify:t=>PI(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(t,e,r)=>uD(t,2,8,r),stringify:t=>w3(t,8,"0o")},RSe={identify:PI,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(t,e,r)=>uD(t,0,10,r),stringify:N3.stringifyNumber},DSe={identify:t=>PI(t)&&t>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(t,e,r)=>uD(t,2,16,r),stringify:t=>w3(t,16,"0x")};TI.int=RSe;TI.intHex=DSe;TI.intOct=vSe});var x3=h(S3=>{"use strict";var _Se=Wu(),kSe=_I(),PSe=$u(),TSe=fg(),OSe=AD(),fD=lD(),hD=dD(),MSe=[_Se.map,PSe.seq,TSe.string,kSe.nullTag,OSe.boolTag,hD.intOct,hD.int,hD.intHex,fD.floatNaN,fD.floatExp,fD.float];S3.schema=MSe});var D3=h(R3=>{"use strict";var LSe=tr(),FSe=Wu(),USe=$u();function v3(t){return typeof t=="bigint"||Number.isInteger(t)}var OI=({value:t})=>JSON.stringify(t),qSe=[{identify:t=>typeof t=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:t=>t,stringify:OI},{identify:t=>t==null,createNode:()=>new LSe.Scalar(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:OI},{identify:t=>typeof t=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:t=>t==="true",stringify:OI},{identify:v3,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(t,e,{intAsBigInt:r})=>r?BigInt(t):parseInt(t,10),stringify:({value:t})=>v3(t)?t.toString():JSON.stringify(t)},{identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:t=>parseFloat(t),stringify:OI}],HSe={default:!0,tag:"",test:/^/,resolve(t,e){return e(`Unresolved plain scalar ${JSON.stringify(t)}`),t}},zSe=[FSe.map,USe.seq].concat(qSe,HSe);R3.schema=zSe});var mD=h(_3=>{"use strict";var hg=Q("node:buffer"),gD=tr(),jSe=Ag(),GSe={identify:t=>t instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(t,e){if(typeof hg.Buffer=="function")return hg.Buffer.from(t,"base64");if(typeof atob=="function"){let r=atob(t.replace(/[\n\r]/g,"")),n=new Uint8Array(r.length);for(let i=0;i<r.length;++i)n[i]=r.charCodeAt(i);return n}else return e("This environment does not support reading binary tags; either Buffer or atob is required"),t},stringify({comment:t,type:e,value:r},n,i,s){let o=r,a;if(typeof hg.Buffer=="function")a=o instanceof hg.Buffer?o.toString("base64"):hg.Buffer.from(o.buffer).toString("base64");else if(typeof btoa=="function"){let A="";for(let c=0;c<o.length;++c)A+=String.fromCharCode(o[c]);a=btoa(A)}else throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e||(e=gD.Scalar.BLOCK_LITERAL),e!==gD.Scalar.QUOTE_DOUBLE){let A=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),c=Math.ceil(a.length/A),l=new Array(c);for(let u=0,d=0;u<c;++u,d+=A)l[u]=a.substr(d,A);a=l.join(e===gD.Scalar.BLOCK_LITERAL?`
`:" ")}return jSe.stringifyString({comment:t,type:e,value:a},n,i,s)}};_3.binary=GSe});var FI=h(LI=>{"use strict";var MI=He(),pD=la(),YSe=tr(),JSe=fa();function k3(t,e){if(MI.isSeq(t))for(let r=0;r<t.items.length;++r){let n=t.items[r];if(!MI.isPair(n)){if(MI.isMap(n)){n.items.length>1&&e("Each pair must have its own sequence indicator");let i=n.items[0]||new pD.Pair(new YSe.Scalar(null));if(n.commentBefore&&(i.key.commentBefore=i.key.commentBefore?`${n.commentBefore}
${i.key.commentBefore}`:n.commentBefore),n.comment){let s=i.value??i.key;s.comment=s.comment?`${n.comment}
${s.comment}`:n.comment}n=i}t.items[r]=MI.isPair(n)?n:new pD.Pair(n)}}else e("Expected a sequence for this tag");return t}function P3(t,e,r){let{replacer:n}=r,i=new JSe.YAMLSeq(t);i.tag="tag:yaml.org,2002:pairs";let s=0;if(e&&Symbol.iterator in Object(e))for(let o of e){typeof n=="function"&&(o=n.call(e,String(s++),o));let a,A;if(Array.isArray(o))if(o.length===2)a=o[0],A=o[1];else throw new TypeError(`Expected [key, value] tuple: ${o}`);else if(o&&o instanceof Object){let c=Object.keys(o);if(c.length===1)a=c[0],A=o[a];else throw new TypeError(`Expected tuple with one key, not ${c.length} keys`)}else a=o;i.items.push(pD.createPair(a,A,r))}return i}var VSe={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:k3,createNode:P3};LI.createPairs=P3;LI.pairs=VSe;LI.resolvePairs=k3});var CD=h(ED=>{"use strict";var T3=He(),yD=oa(),gg=da(),WSe=fa(),O3=FI(),IA=class t extends WSe.YAMLSeq{constructor(){super(),this.add=gg.YAMLMap.prototype.add.bind(this),this.delete=gg.YAMLMap.prototype.delete.bind(this),this.get=gg.YAMLMap.prototype.get.bind(this),this.has=gg.YAMLMap.prototype.has.bind(this),this.set=gg.YAMLMap.prototype.set.bind(this),this.tag=t.tag}toJSON(e,r){if(!r)return super.toJSON(e);let n=new Map;r?.onCreate&&r.onCreate(n);for(let i of this.items){let s,o;if(T3.isPair(i)?(s=yD.toJS(i.key,"",r),o=yD.toJS(i.value,s,r)):s=yD.toJS(i,"",r),n.has(s))throw new Error("Ordered maps must not include duplicate keys");n.set(s,o)}return n}static from(e,r,n){let i=O3.createPairs(e,r,n),s=new this;return s.items=i.items,s}};IA.tag="tag:yaml.org,2002:omap";var $Se={collection:"seq",identify:t=>t instanceof Map,nodeClass:IA,default:!1,tag:"tag:yaml.org,2002:omap",resolve(t,e){let r=O3.resolvePairs(t,e),n=[];for(let{key:i}of r.items)T3.isScalar(i)&&(n.includes(i.value)?e(`Ordered maps must not include duplicate keys: ${i.value}`):n.push(i.value));return Object.assign(new IA,r)},createNode:(t,e,r)=>IA.from(t,e,r)};ED.YAMLOMap=IA;ED.omap=$Se});var q3=h(ID=>{"use strict";var M3=tr();function L3({value:t,source:e},r){return e&&(t?F3:U3).test.test(e)?e:t?r.options.trueStr:r.options.falseStr}var F3={identify:t=>t===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new M3.Scalar(!0),stringify:L3},U3={identify:t=>t===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new M3.Scalar(!1),stringify:L3};ID.falseTag=U3;ID.trueTag=F3});var H3=h(UI=>{"use strict";var KSe=tr(),BD=Ku(),XSe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:t=>t.slice(-3).toLowerCase()==="nan"?NaN:t[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:BD.stringifyNumber},ZSe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:t=>parseFloat(t.replace(/_/g,"")),stringify(t){let e=Number(t.value);return isFinite(e)?e.toExponential():BD.stringifyNumber(t)}},exe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(t){let e=new KSe.Scalar(parseFloat(t.replace(/_/g,""))),r=t.indexOf(".");if(r!==-1){let n=t.substring(r+1).replace(/_/g,"");n[n.length-1]==="0"&&(e.minFractionDigits=n.length)}return e},stringify:BD.stringifyNumber};UI.float=exe;UI.floatExp=ZSe;UI.floatNaN=XSe});var j3=h(pg=>{"use strict";var z3=Ku(),mg=t=>typeof t=="bigint"||Number.isInteger(t);function qI(t,e,r,{intAsBigInt:n}){let i=t[0];if((i==="-"||i==="+")&&(e+=1),t=t.substring(e).replace(/_/g,""),n){switch(r){case 2:t=`0b${t}`;break;case 8:t=`0o${t}`;break;case 16:t=`0x${t}`;break}let o=BigInt(t);return i==="-"?BigInt(-1)*o:o}let s=parseInt(t,r);return i==="-"?-1*s:s}function QD(t,e,r){let{value:n}=t;if(mg(n)){let i=n.toString(e);return n<0?"-"+r+i.substr(1):r+i}return z3.stringifyNumber(t)}var txe={identify:mg,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(t,e,r)=>qI(t,2,2,r),stringify:t=>QD(t,2,"0b")},rxe={identify:mg,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(t,e,r)=>qI(t,1,8,r),stringify:t=>QD(t,8,"0")},nxe={identify:mg,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(t,e,r)=>qI(t,0,10,r),stringify:z3.stringifyNumber},ixe={identify:mg,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(t,e,r)=>qI(t,2,16,r),stringify:t=>QD(t,16,"0x")};pg.int=nxe;pg.intBin=txe;pg.intHex=ixe;pg.intOct=rxe});var ND=h(bD=>{"use strict";var jI=He(),HI=la(),zI=da(),BA=class t extends zI.YAMLMap{constructor(e){super(e),this.tag=t.tag}add(e){let r;jI.isPair(e)?r=e:e&&typeof e=="object"&&"key"in e&&"value"in e&&e.value===null?r=new HI.Pair(e.key,null):r=new HI.Pair(e,null),zI.findPair(this.items,r.key)||this.items.push(r)}get(e,r){let n=zI.findPair(this.items,e);return!r&&jI.isPair(n)?jI.isScalar(n.key)?n.key.value:n.key:n}set(e,r){if(typeof r!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof r}`);let n=zI.findPair(this.items,e);n&&!r?this.items.splice(this.items.indexOf(n),1):!n&&r&&this.items.push(new HI.Pair(e))}toJSON(e,r){return super.toJSON(e,r,Set)}toString(e,r,n){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),r,n);throw new Error("Set items must all have null values")}static from(e,r,n){let{replacer:i}=n,s=new this(e);if(r&&Symbol.iterator in Object(r))for(let o of r)typeof i=="function"&&(o=i.call(r,o,o)),s.items.push(HI.createPair(o,null,n));return s}};BA.tag="tag:yaml.org,2002:set";var sxe={collection:"map",identify:t=>t instanceof Set,nodeClass:BA,default:!1,tag:"tag:yaml.org,2002:set",createNode:(t,e,r)=>BA.from(t,e,r),resolve(t,e){if(jI.isMap(t)){if(t.hasAllNullValues(!0))return Object.assign(new BA,t);e("Set items must all have null values")}else e("Expected a mapping for this tag");return t}};bD.YAMLSet=BA;bD.set=sxe});var SD=h(GI=>{"use strict";var oxe=Ku();function wD(t,e){let r=t[0],n=r==="-"||r==="+"?t.substring(1):t,i=o=>e?BigInt(o):Number(o),s=n.replace(/_/g,"").split(":").reduce((o,a)=>o*i(60)+i(a),i(0));return r==="-"?i(-1)*s:s}function G3(t){let{value:e}=t,r=o=>o;if(typeof e=="bigint")r=o=>BigInt(o);else if(isNaN(e)||!isFinite(e))return oxe.stringifyNumber(t);let n="";e<0&&(n="-",e*=r(-1));let i=r(60),s=[e%i];return e<60?s.unshift(0):(e=(e-s[0])/i,s.unshift(e%i),e>=60&&(e=(e-s[0])/i,s.unshift(e))),n+s.map(o=>String(o).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var axe={identify:t=>typeof t=="bigint"||Number.isInteger(t),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(t,e,{intAsBigInt:r})=>wD(t,r),stringify:G3},Axe={identify:t=>typeof t=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:t=>wD(t,!1),stringify:G3},Y3={identify:t=>t instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(t){let e=t.match(Y3.test);if(!e)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,r,n,i,s,o,a]=e.map(Number),A=e[7]?Number((e[7]+"00").substr(1,3)):0,c=Date.UTC(r,n-1,i,s||0,o||0,a||0,A),l=e[8];if(l&&l!=="Z"){let u=wD(l,!1);Math.abs(u)<30&&(u*=60),c-=6e4*u}return new Date(c)},stringify:({value:t})=>t.toISOString().replace(/(T00:00:00)?\.000Z$/,"")};GI.floatTime=Axe;GI.intTime=axe;GI.timestamp=Y3});var W3=h(V3=>{"use strict";var cxe=Wu(),lxe=_I(),uxe=$u(),dxe=fg(),fxe=mD(),J3=q3(),xD=H3(),YI=j3(),hxe=bI(),gxe=CD(),mxe=FI(),pxe=ND(),vD=SD(),yxe=[cxe.map,uxe.seq,dxe.string,lxe.nullTag,J3.trueTag,J3.falseTag,YI.intBin,YI.intOct,YI.int,YI.intHex,xD.floatNaN,xD.floatExp,xD.float,fxe.binary,hxe.merge,gxe.omap,mxe.pairs,pxe.set,vD.intTime,vD.floatTime,vD.timestamp];V3.schema=yxe});var s$=h(_D=>{"use strict";var Z3=Wu(),Exe=_I(),e$=$u(),Cxe=fg(),Ixe=AD(),RD=lD(),DD=dD(),Bxe=x3(),Qxe=D3(),t$=mD(),yg=bI(),r$=CD(),n$=FI(),$3=W3(),i$=ND(),JI=SD(),K3=new Map([["core",Bxe.schema],["failsafe",[Z3.map,e$.seq,Cxe.string]],["json",Qxe.schema],["yaml11",$3.schema],["yaml-1.1",$3.schema]]),X3={binary:t$.binary,bool:Ixe.boolTag,float:RD.float,floatExp:RD.floatExp,floatNaN:RD.floatNaN,floatTime:JI.floatTime,int:DD.int,intHex:DD.intHex,intOct:DD.intOct,intTime:JI.intTime,map:Z3.map,merge:yg.merge,null:Exe.nullTag,omap:r$.omap,pairs:n$.pairs,seq:e$.seq,set:i$.set,timestamp:JI.timestamp},bxe={"tag:yaml.org,2002:binary":t$.binary,"tag:yaml.org,2002:merge":yg.merge,"tag:yaml.org,2002:omap":r$.omap,"tag:yaml.org,2002:pairs":n$.pairs,"tag:yaml.org,2002:set":i$.set,"tag:yaml.org,2002:timestamp":JI.timestamp};function Nxe(t,e,r){let n=K3.get(e);if(n&&!t)return r&&!n.includes(yg.merge)?n.concat(yg.merge):n.slice();let i=n;if(!i)if(Array.isArray(t))i=[];else{let s=Array.from(K3.keys()).filter(o=>o!=="yaml11").map(o=>JSON.stringify(o)).join(", ");throw new Error(`Unknown schema "${e}"; use one of ${s} or define customTags array`)}if(Array.isArray(t))for(let s of t)i=i.concat(s);else typeof t=="function"&&(i=t(i.slice()));return r&&(i=i.concat(yg.merge)),i.reduce((s,o)=>{let a=typeof o=="string"?X3[o]:o;if(!a){let A=JSON.stringify(o),c=Object.keys(X3).map(l=>JSON.stringify(l)).join(", ");throw new Error(`Unknown custom tag ${A}; use one of ${c}`)}return s.includes(a)||s.push(a),s},[])}_D.coreKnownTags=bxe;_D.getTags=Nxe});var TD=h(o$=>{"use strict";var kD=He(),wxe=Wu(),Sxe=$u(),xxe=fg(),VI=s$(),vxe=(t,e)=>t.key<e.key?-1:t.key>e.key?1:0,PD=class t{constructor({compat:e,customTags:r,merge:n,resolveKnownTags:i,schema:s,sortMapEntries:o,toStringDefaults:a}){this.compat=Array.isArray(e)?VI.getTags(e,"compat"):e?VI.getTags(null,e):null,this.name=typeof s=="string"&&s||"core",this.knownTags=i?VI.coreKnownTags:{},this.tags=VI.getTags(r,this.name,n),this.toStringOptions=a??null,Object.defineProperty(this,kD.MAP,{value:wxe.map}),Object.defineProperty(this,kD.SCALAR,{value:xxe.string}),Object.defineProperty(this,kD.SEQ,{value:Sxe.seq}),this.sortMapEntries=typeof o=="function"?o:o===!0?vxe:null}clone(){let e=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}};o$.Schema=PD});var A$=h(a$=>{"use strict";var Rxe=He(),OD=cg(),Eg=sg();function Dxe(t,e){let r=[],n=e.directives===!0;if(e.directives!==!1&&t.directives){let A=t.directives.toString(t);A?(r.push(A),n=!0):t.directives.docStart&&(n=!0)}n&&r.push("---");let i=OD.createStringifyContext(t,e),{commentString:s}=i.options;if(t.commentBefore){r.length!==1&&r.unshift("");let A=s(t.commentBefore);r.unshift(Eg.indentComment(A,""))}let o=!1,a=null;if(t.contents){if(Rxe.isNode(t.contents)){if(t.contents.spaceBefore&&n&&r.push(""),t.contents.commentBefore){let l=s(t.contents.commentBefore);r.push(Eg.indentComment(l,""))}i.forceBlockIndent=!!t.comment,a=t.contents.comment}let A=a?void 0:()=>o=!0,c=OD.stringify(t.contents,i,()=>a=null,A);a&&(c+=Eg.lineComment(c,"",s(a))),(c[0]==="|"||c[0]===">")&&r[r.length-1]==="---"?r[r.length-1]=`--- ${c}`:r.push(c)}else r.push(OD.stringify(t.contents,i));if(t.directives?.docEnd)if(t.comment){let A=s(t.comment);A.includes(`
`)?(r.push("..."),r.push(Eg.indentComment(A,""))):r.push(`... ${A}`)}else r.push("...");else{let A=t.comment;A&&o&&(A=A.replace(/^\n+/,"")),A&&((!o||a)&&r[r.length-1]!==""&&r.push(""),r.push(Eg.indentComment(s(A),"")))}return r.join(`
`)+`
`}a$.stringifyDocument=Dxe});var Cg=h(c$=>{"use strict";var _xe=ng(),Xu=gI(),Ii=He(),kxe=la(),Pxe=oa(),Txe=TD(),Oxe=A$(),MD=lI(),Mxe=qR(),Lxe=ig(),LD=UR(),FD=class t{constructor(e,r,n){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,Ii.NODE_TYPE,{value:Ii.DOC});let i=null;typeof r=="function"||Array.isArray(r)?i=r:n===void 0&&r&&(n=r,r=void 0);let s=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},n);this.options=s;let{version:o}=s;n?._directives?(this.directives=n._directives.atDocument(),this.directives.yaml.explicit&&(o=this.directives.yaml.version)):this.directives=new LD.Directives({version:o}),this.setSchema(o,n),this.contents=e===void 0?null:this.createNode(e,i,n)}clone(){let e=Object.create(t.prototype,{[Ii.NODE_TYPE]:{value:Ii.DOC}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=Ii.isNode(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){Zu(this.contents)&&this.contents.add(e)}addIn(e,r){Zu(this.contents)&&this.contents.addIn(e,r)}createAlias(e,r){if(!e.anchor){let n=MD.anchorNames(this);e.anchor=!r||n.has(r)?MD.findNewAnchor(r||"a",n):r}return new _xe.Alias(e.anchor)}createNode(e,r,n){let i;if(typeof r=="function")e=r.call({"":e},"",e),i=r;else if(Array.isArray(r)){let E=I=>typeof I=="number"||I instanceof String||I instanceof Number,C=r.filter(E).map(String);C.length>0&&(r=r.concat(C)),i=r}else n===void 0&&r&&(n=r,r=void 0);let{aliasDuplicateObjects:s,anchorPrefix:o,flow:a,keepUndefined:A,onTagObj:c,tag:l}=n??{},{onAnchor:u,setAnchors:d,sourceObjects:f}=MD.createNodeAnchors(this,o||"a"),g={aliasDuplicateObjects:s??!0,keepUndefined:A??!1,onAnchor:u,onTagObj:c,replacer:i,schema:this.schema,sourceObjects:f},m=Lxe.createNode(e,l,g);return a&&Ii.isCollection(m)&&(m.flow=!0),d(),m}createPair(e,r,n={}){let i=this.createNode(e,null,n),s=this.createNode(r,null,n);return new kxe.Pair(i,s)}delete(e){return Zu(this.contents)?this.contents.delete(e):!1}deleteIn(e){return Xu.isEmptyPath(e)?this.contents==null?!1:(this.contents=null,!0):Zu(this.contents)?this.contents.deleteIn(e):!1}get(e,r){return Ii.isCollection(this.contents)?this.contents.get(e,r):void 0}getIn(e,r){return Xu.isEmptyPath(e)?!r&&Ii.isScalar(this.contents)?this.contents.value:this.contents:Ii.isCollection(this.contents)?this.contents.getIn(e,r):void 0}has(e){return Ii.isCollection(this.contents)?this.contents.has(e):!1}hasIn(e){return Xu.isEmptyPath(e)?this.contents!==void 0:Ii.isCollection(this.contents)?this.contents.hasIn(e):!1}set(e,r){this.contents==null?this.contents=Xu.collectionFromPath(this.schema,[e],r):Zu(this.contents)&&this.contents.set(e,r)}setIn(e,r){Xu.isEmptyPath(e)?this.contents=r:this.contents==null?this.contents=Xu.collectionFromPath(this.schema,Array.from(e),r):Zu(this.contents)&&this.contents.setIn(e,r)}setSchema(e,r={}){typeof e=="number"&&(e=String(e));let n;switch(e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new LD.Directives({version:"1.1"}),n={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new LD.Directives({version:e}),n={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,n=null;break;default:{let i=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${i}`)}}if(r.schema instanceof Object)this.schema=r.schema;else if(n)this.schema=new Txe.Schema(Object.assign(n,r));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:e,jsonArg:r,mapAsMap:n,maxAliasCount:i,onAnchor:s,reviver:o}={}){let a={anchors:new Map,doc:this,keep:!e,mapAsMap:n===!0,mapKeyWarned:!1,maxAliasCount:typeof i=="number"?i:100},A=Pxe.toJS(this.contents,r??"",a);if(typeof s=="function")for(let{count:c,res:l}of a.anchors.values())s(l,c);return typeof o=="function"?Mxe.applyReviver(o,{"":A},"",A):A}toJSON(e,r){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:r})}toString(e={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){let r=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${r}`)}return Oxe.stringifyDocument(this,e)}};function Zu(t){if(Ii.isCollection(t))return!0;throw new Error("Expected a YAML collection as document contents")}c$.Document=FD});var Qg=h(Bg=>{"use strict";var Ig=class extends Error{constructor(e,r,n,i){super(),this.name=e,this.code=n,this.message=i,this.pos=r}},UD=class extends Ig{constructor(e,r,n){super("YAMLParseError",e,r,n)}},qD=class extends Ig{constructor(e,r,n){super("YAMLWarning",e,r,n)}},Fxe=(t,e)=>r=>{if(r.pos[0]===-1)return;r.linePos=r.pos.map(a=>e.linePos(a));let{line:n,col:i}=r.linePos[0];r.message+=` at line ${n}, column ${i}`;let s=i-1,o=t.substring(e.lineStarts[n-1],e.lineStarts[n]).replace(/[\n\r]+$/,"");if(s>=60&&o.length>80){let a=Math.min(s-39,o.length-79);o="\u2026"+o.substring(a),s-=a-1}if(o.length>80&&(o=o.substring(0,79)+"\u2026"),n>1&&/^ *$/.test(o.substring(0,s))){let a=t.substring(e.lineStarts[n-2],e.lineStarts[n-1]);a.length>80&&(a=a.substring(0,79)+`\u2026
`),o=a+o}if(/[^ ]/.test(o)){let a=1,A=r.linePos[1];A&&A.line===n&&A.col>i&&(a=Math.max(1,Math.min(A.col-i,80-s)));let c=" ".repeat(s)+"^".repeat(a);r.message+=`:
${o}
${c}
`}};Bg.YAMLError=Ig;Bg.YAMLParseError=UD;Bg.YAMLWarning=qD;Bg.prettifyError=Fxe});var bg=h(l$=>{"use strict";function Uxe(t,{flow:e,indicator:r,next:n,offset:i,onError:s,parentIndent:o,startOnNewline:a}){let A=!1,c=a,l=a,u="",d="",f=!1,g=!1,m=null,E=null,C=null,I=null,w=null,S=null,D=null;for(let P of t)switch(g&&(P.type!=="space"&&P.type!=="newline"&&P.type!=="comma"&&s(P.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),g=!1),m&&(c&&P.type!=="comment"&&P.type!=="newline"&&s(m,"TAB_AS_INDENT","Tabs are not allowed as indentation"),m=null),P.type){case"space":!e&&(r!=="doc-start"||n?.type!=="flow-collection")&&P.source.includes(" ")&&(m=P),l=!0;break;case"comment":{l||s(P,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let V=P.source.substring(1)||" ";u?u+=d+V:u=V,d="",c=!1;break}case"newline":c?u?u+=P.source:(!S||r!=="seq-item-ind")&&(A=!0):d+=P.source,c=!0,f=!0,(E||C)&&(I=P),l=!0;break;case"anchor":E&&s(P,"MULTIPLE_ANCHORS","A node can have at most one anchor"),P.source.endsWith(":")&&s(P.offset+P.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),E=P,D===null&&(D=P.offset),c=!1,l=!1,g=!0;break;case"tag":{C&&s(P,"MULTIPLE_TAGS","A node can have at most one tag"),C=P,D===null&&(D=P.offset),c=!1,l=!1,g=!0;break}case r:(E||C)&&s(P,"BAD_PROP_ORDER",`Anchors and tags must be after the ${P.source} indicator`),S&&s(P,"UNEXPECTED_TOKEN",`Unexpected ${P.source} in ${e??"collection"}`),S=P,c=r==="seq-item-ind"||r==="explicit-key-ind",l=!1;break;case"comma":if(e){w&&s(P,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),w=P,c=!1,l=!1;break}default:s(P,"UNEXPECTED_TOKEN",`Unexpected ${P.type} token`),c=!1,l=!1}let O=t[t.length-1],q=O?O.offset+O.source.length:i;return g&&n&&n.type!=="space"&&n.type!=="newline"&&n.type!=="comma"&&(n.type!=="scalar"||n.source!=="")&&s(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),m&&(c&&m.indent<=o||n?.type==="block-map"||n?.type==="block-seq")&&s(m,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:w,found:S,spaceBefore:A,comment:u,hasNewline:f,anchor:E,tag:C,newlineAfterProp:I,end:q,start:D??q}}l$.resolveProps=Uxe});var WI=h(u$=>{"use strict";function HD(t){if(!t)return null;switch(t.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(t.source.includes(`
`))return!0;if(t.end){for(let e of t.end)if(e.type==="newline")return!0}return!1;case"flow-collection":for(let e of t.items){for(let r of e.start)if(r.type==="newline")return!0;if(e.sep){for(let r of e.sep)if(r.type==="newline")return!0}if(HD(e.key)||HD(e.value))return!0}return!1;default:return!0}}u$.containsNewline=HD});var zD=h(d$=>{"use strict";var qxe=WI();function Hxe(t,e,r){if(e?.type==="flow-collection"){let n=e.end[0];n.indent===t&&(n.source==="]"||n.source==="}")&&qxe.containsNewline(e)&&r(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}d$.flowIndentCheck=Hxe});var jD=h(h$=>{"use strict";var f$=He();function zxe(t,e,r){let{uniqueKeys:n}=t.options;if(n===!1)return!1;let i=typeof n=="function"?n:(s,o)=>s===o||f$.isScalar(s)&&f$.isScalar(o)&&s.value===o.value;return e.some(s=>i(s.key,r))}h$.mapIncludes=zxe});var C$=h(E$=>{"use strict";var g$=la(),jxe=da(),m$=bg(),Gxe=WI(),p$=zD(),Yxe=jD(),y$="All mapping items must start at the same column";function Jxe({composeNode:t,composeEmptyNode:e},r,n,i,s){let o=s?.nodeClass??jxe.YAMLMap,a=new o(r.schema);r.atRoot&&(r.atRoot=!1);let A=n.offset,c=null;for(let l of n.items){let{start:u,key:d,sep:f,value:g}=l,m=m$.resolveProps(u,{indicator:"explicit-key-ind",next:d??f?.[0],offset:A,onError:i,parentIndent:n.indent,startOnNewline:!0}),E=!m.found;if(E){if(d&&(d.type==="block-seq"?i(A,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in d&&d.indent!==n.indent&&i(A,"BAD_INDENT",y$)),!m.anchor&&!m.tag&&!f){c=m.end,m.comment&&(a.comment?a.comment+=`
`+m.comment:a.comment=m.comment);continue}(m.newlineAfterProp||Gxe.containsNewline(d))&&i(d??u[u.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else m.found?.indent!==n.indent&&i(A,"BAD_INDENT",y$);r.atKey=!0;let C=m.end,I=d?t(r,d,m,i):e(r,C,u,null,m,i);r.schema.compat&&p$.flowIndentCheck(n.indent,d,i),r.atKey=!1,Yxe.mapIncludes(r,a.items,I)&&i(C,"DUPLICATE_KEY","Map keys must be unique");let w=m$.resolveProps(f??[],{indicator:"map-value-ind",next:g,offset:I.range[2],onError:i,parentIndent:n.indent,startOnNewline:!d||d.type==="block-scalar"});if(A=w.end,w.found){E&&(g?.type==="block-map"&&!w.hasNewline&&i(A,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),r.options.strict&&m.start<w.found.offset-1024&&i(I.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));let S=g?t(r,g,w,i):e(r,A,f,null,w,i);r.schema.compat&&p$.flowIndentCheck(n.indent,g,i),A=S.range[2];let D=new g$.Pair(I,S);r.options.keepSourceTokens&&(D.srcToken=l),a.items.push(D)}else{E&&i(I.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),w.comment&&(I.comment?I.comment+=`
`+w.comment:I.comment=w.comment);let S=new g$.Pair(I);r.options.keepSourceTokens&&(S.srcToken=l),a.items.push(S)}}return c&&c<A&&i(c,"IMPOSSIBLE","Map comment with trailing content"),a.range=[n.offset,A,c??A],a}E$.resolveBlockMap=Jxe});var B$=h(I$=>{"use strict";var Vxe=fa(),Wxe=bg(),$xe=zD();function Kxe({composeNode:t,composeEmptyNode:e},r,n,i,s){let o=s?.nodeClass??Vxe.YAMLSeq,a=new o(r.schema);r.atRoot&&(r.atRoot=!1),r.atKey&&(r.atKey=!1);let A=n.offset,c=null;for(let{start:l,value:u}of n.items){let d=Wxe.resolveProps(l,{indicator:"seq-item-ind",next:u,offset:A,onError:i,parentIndent:n.indent,startOnNewline:!0});if(!d.found)if(d.anchor||d.tag||u)u&&u.type==="block-seq"?i(d.end,"BAD_INDENT","All sequence items must start at the same column"):i(A,"MISSING_CHAR","Sequence item without - indicator");else{c=d.end,d.comment&&(a.comment=d.comment);continue}let f=u?t(r,u,d,i):e(r,d.end,l,null,d,i);r.schema.compat&&$xe.flowIndentCheck(n.indent,u,i),A=f.range[2],a.items.push(f)}return a.range=[n.offset,A,c??A],a}I$.resolveBlockSeq=Kxe});var ed=h(Q$=>{"use strict";function Xxe(t,e,r,n){let i="";if(t){let s=!1,o="";for(let a of t){let{source:A,type:c}=a;switch(c){case"space":s=!0;break;case"comment":{r&&!s&&n(a,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let l=A.substring(1)||" ";i?i+=o+l:i=l,o="";break}case"newline":i&&(o+=A),s=!0;break;default:n(a,"UNEXPECTED_TOKEN",`Unexpected ${c} at node end`)}e+=A.length}}return{comment:i,offset:e}}Q$.resolveEnd=Xxe});var S$=h(w$=>{"use strict";var Zxe=He(),eve=la(),b$=da(),tve=fa(),rve=ed(),N$=bg(),nve=WI(),ive=jD(),GD="Block collections are not allowed within flow collections",YD=t=>t&&(t.type==="block-map"||t.type==="block-seq");function sve({composeNode:t,composeEmptyNode:e},r,n,i,s){let o=n.start.source==="{",a=o?"flow map":"flow sequence",A=s?.nodeClass??(o?b$.YAMLMap:tve.YAMLSeq),c=new A(r.schema);c.flow=!0;let l=r.atRoot;l&&(r.atRoot=!1),r.atKey&&(r.atKey=!1);let u=n.offset+n.start.source.length;for(let E=0;E<n.items.length;++E){let C=n.items[E],{start:I,key:w,sep:S,value:D}=C,O=N$.resolveProps(I,{flow:a,indicator:"explicit-key-ind",next:w??S?.[0],offset:u,onError:i,parentIndent:n.indent,startOnNewline:!1});if(!O.found){if(!O.anchor&&!O.tag&&!S&&!D){E===0&&O.comma?i(O.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`):E<n.items.length-1&&i(O.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${a}`),O.comment&&(c.comment?c.comment+=`
`+O.comment:c.comment=O.comment),u=O.end;continue}!o&&r.options.strict&&nve.containsNewline(w)&&i(w,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(E===0)O.comma&&i(O.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`);else if(O.comma||i(O.start,"MISSING_CHAR",`Missing , between ${a} items`),O.comment){let q="";e:for(let P of I)switch(P.type){case"comma":case"space":break;case"comment":q=P.source.substring(1);break e;default:break e}if(q){let P=c.items[c.items.length-1];Zxe.isPair(P)&&(P=P.value??P.key),P.comment?P.comment+=`
`+q:P.comment=q,O.comment=O.comment.substring(q.length+1)}}if(!o&&!S&&!O.found){let q=D?t(r,D,O,i):e(r,O.end,S,null,O,i);c.items.push(q),u=q.range[2],YD(D)&&i(q.range,"BLOCK_IN_FLOW",GD)}else{r.atKey=!0;let q=O.end,P=w?t(r,w,O,i):e(r,q,I,null,O,i);YD(w)&&i(P.range,"BLOCK_IN_FLOW",GD),r.atKey=!1;let V=N$.resolveProps(S??[],{flow:a,indicator:"map-value-ind",next:D,offset:P.range[2],onError:i,parentIndent:n.indent,startOnNewline:!1});if(V.found){if(!o&&!O.found&&r.options.strict){if(S)for(let z of S){if(z===V.found)break;if(z.type==="newline"){i(z,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}O.start<V.found.offset-1024&&i(V.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else D&&("source"in D&&D.source&&D.source[0]===":"?i(D,"MISSING_CHAR",`Missing space after : in ${a}`):i(V.start,"MISSING_CHAR",`Missing , or : between ${a} items`));let be=D?t(r,D,V,i):V.found?e(r,V.end,S,null,V,i):null;be?YD(D)&&i(be.range,"BLOCK_IN_FLOW",GD):V.comment&&(P.comment?P.comment+=`
`+V.comment:P.comment=V.comment);let ve=new eve.Pair(P,be);if(r.options.keepSourceTokens&&(ve.srcToken=C),o){let z=c;ive.mapIncludes(r,z.items,P)&&i(q,"DUPLICATE_KEY","Map keys must be unique"),z.items.push(ve)}else{let z=new b$.YAMLMap(r.schema);z.flow=!0,z.items.push(ve);let De=(be??P).range;z.range=[P.range[0],De[1],De[2]],c.items.push(z)}u=be?be.range[2]:V.end}}let d=o?"}":"]",[f,...g]=n.end,m=u;if(f&&f.source===d)m=f.offset+f.source.length;else{let E=a[0].toUpperCase()+a.substring(1),C=l?`${E} must end with a ${d}`:`${E} in block collection must be sufficiently indented and end with a ${d}`;i(u,l?"MISSING_CHAR":"BAD_INDENT",C),f&&f.source.length!==1&&g.unshift(f)}if(g.length>0){let E=rve.resolveEnd(g,m,r.options.strict,i);E.comment&&(c.comment?c.comment+=`
`+E.comment:c.comment=E.comment),c.range=[n.offset,m,E.offset]}else c.range=[n.offset,m,m];return c}w$.resolveFlowCollection=sve});var v$=h(x$=>{"use strict";var ove=He(),ave=tr(),Ave=da(),cve=fa(),lve=C$(),uve=B$(),dve=S$();function JD(t,e,r,n,i,s){let o=r.type==="block-map"?lve.resolveBlockMap(t,e,r,n,s):r.type==="block-seq"?uve.resolveBlockSeq(t,e,r,n,s):dve.resolveFlowCollection(t,e,r,n,s),a=o.constructor;return i==="!"||i===a.tagName?(o.tag=a.tagName,o):(i&&(o.tag=i),o)}function fve(t,e,r,n,i){let s=n.tag,o=s?e.directives.tagName(s.source,d=>i(s,"TAG_RESOLVE_FAILED",d)):null;if(r.type==="block-seq"){let{anchor:d,newlineAfterProp:f}=n,g=d&&s?d.offset>s.offset?d:s:d??s;g&&(!f||f.offset<g.offset)&&i(g,"MISSING_CHAR","Missing newline after block sequence props")}let a=r.type==="block-map"?"map":r.type==="block-seq"?"seq":r.start.source==="{"?"map":"seq";if(!s||!o||o==="!"||o===Ave.YAMLMap.tagName&&a==="map"||o===cve.YAMLSeq.tagName&&a==="seq")return JD(t,e,r,i,o);let A=e.schema.tags.find(d=>d.tag===o&&d.collection===a);if(!A){let d=e.schema.knownTags[o];if(d&&d.collection===a)e.schema.tags.push(Object.assign({},d,{default:!1})),A=d;else return d?.collection?i(s,"BAD_COLLECTION_TYPE",`${d.tag} used for ${a} collection, but expects ${d.collection}`,!0):i(s,"TAG_RESOLVE_FAILED",`Unresolved tag: ${o}`,!0),JD(t,e,r,i,o)}let c=JD(t,e,r,i,o,A),l=A.resolve?.(c,d=>i(s,"TAG_RESOLVE_FAILED",d),e.options)??c,u=ove.isNode(l)?l:new ave.Scalar(l);return u.range=c.range,u.tag=o,A?.format&&(u.format=A.format),u}x$.composeCollection=fve});var WD=h(R$=>{"use strict";var VD=tr();function hve(t,e,r){let n=e.offset,i=gve(e,t.options.strict,r);if(!i)return{value:"",type:null,comment:"",range:[n,n,n]};let s=i.mode===">"?VD.Scalar.BLOCK_FOLDED:VD.Scalar.BLOCK_LITERAL,o=e.source?mve(e.source):[],a=o.length;for(let m=o.length-1;m>=0;--m){let E=o[m][1];if(E===""||E==="\r")a=m;else break}if(a===0){let m=i.chomp==="+"&&o.length>0?`
`.repeat(Math.max(1,o.length-1)):"",E=n+i.length;return e.source&&(E+=e.source.length),{value:m,type:s,comment:i.comment,range:[n,E,E]}}let A=e.indent+i.indent,c=e.offset+i.length,l=0;for(let m=0;m<a;++m){let[E,C]=o[m];if(C===""||C==="\r")i.indent===0&&E.length>A&&(A=E.length);else{E.length<A&&r(c+E.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),i.indent===0&&(A=E.length),l=m,A===0&&!t.atRoot&&r(c,"BAD_INDENT","Block scalar values in collections must be indented");break}c+=E.length+C.length+1}for(let m=o.length-1;m>=a;--m)o[m][0].length>A&&(a=m+1);let u="",d="",f=!1;for(let m=0;m<l;++m)u+=o[m][0].slice(A)+`
`;for(let m=l;m<a;++m){let[E,C]=o[m];c+=E.length+C.length+1;let I=C[C.length-1]==="\r";if(I&&(C=C.slice(0,-1)),C&&E.length<A){let S=`Block scalar lines must not be less indented than their ${i.indent?"explicit indentation indicator":"first line"}`;r(c-C.length-(I?2:1),"BAD_INDENT",S),E=""}s===VD.Scalar.BLOCK_LITERAL?(u+=d+E.slice(A)+C,d=`
`):E.length>A||C[0]===" "?(d===" "?d=`
`:!f&&d===`
`&&(d=`
`),u+=d+E.slice(A)+C,d=`
`,f=!0):C===""?d===`
`?u+=`
`:d=`
`:(u+=d+C,d=" ",f=!1)}switch(i.chomp){case"-":break;case"+":for(let m=a;m<o.length;++m)u+=`
`+o[m][0].slice(A);u[u.length-1]!==`
`&&(u+=`
`);break;default:u+=`
`}let g=n+i.length+e.source.length;return{value:u,type:s,comment:i.comment,range:[n,g,g]}}function gve({offset:t,props:e},r,n){if(e[0].type!=="block-scalar-header")return n(e[0],"IMPOSSIBLE","Block scalar header not found"),null;let{source:i}=e[0],s=i[0],o=0,a="",A=-1;for(let d=1;d<i.length;++d){let f=i[d];if(!a&&(f==="-"||f==="+"))a=f;else{let g=Number(f);!o&&g?o=g:A===-1&&(A=t+d)}}A!==-1&&n(A,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${i}`);let c=!1,l="",u=i.length;for(let d=1;d<e.length;++d){let f=e[d];switch(f.type){case"space":c=!0;case"newline":u+=f.source.length;break;case"comment":r&&!c&&n(f,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),u+=f.source.length,l=f.source.substring(1);break;case"error":n(f,"UNEXPECTED_TOKEN",f.message),u+=f.source.length;break;default:{let g=`Unexpected token in block scalar header: ${f.type}`;n(f,"UNEXPECTED_TOKEN",g);let m=f.source;m&&typeof m=="string"&&(u+=m.length)}}}return{mode:s,indent:o,chomp:a,comment:l,length:u}}function mve(t){let e=t.split(/\n( *)/),r=e[0],n=r.match(/^( *)/),s=[n?.[1]?[n[1],r.slice(n[1].length)]:["",r]];for(let o=1;o<e.length;o+=2)s.push([e[o],e[o+1]]);return s}R$.resolveBlockScalar=hve});var KD=h(_$=>{"use strict";var $D=tr(),pve=ed();function yve(t,e,r){let{offset:n,type:i,source:s,end:o}=t,a,A,c=(d,f,g)=>r(n+d,f,g);switch(i){case"scalar":a=$D.Scalar.PLAIN,A=Eve(s,c);break;case"single-quoted-scalar":a=$D.Scalar.QUOTE_SINGLE,A=Cve(s,c);break;case"double-quoted-scalar":a=$D.Scalar.QUOTE_DOUBLE,A=Ive(s,c);break;default:return r(t,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[n,n+s.length,n+s.length]}}let l=n+s.length,u=pve.resolveEnd(o,l,e,r);return{value:A,type:a,comment:u.comment,range:[n,l,u.offset]}}function Eve(t,e){let r="";switch(t[0]){case" ":r="a tab character";break;case",":r="flow indicator character ,";break;case"%":r="directive indicator character %";break;case"|":case">":{r=`block scalar indicator ${t[0]}`;break}case"@":case"`":{r=`reserved character ${t[0]}`;break}}return r&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${r}`),D$(t)}function Cve(t,e){return(t[t.length-1]!=="'"||t.length===1)&&e(t.length,"MISSING_CHAR","Missing closing 'quote"),D$(t.slice(1,-1)).replace(/''/g,"'")}function D$(t){let e,r;try{e=new RegExp(`(.*?)(?<![ ])[ ]*\r?
`,"sy"),r=new RegExp(`[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?
`,"sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,r=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=e.exec(t);if(!n)return t;let i=n[1],s=" ",o=e.lastIndex;for(r.lastIndex=o;n=r.exec(t);)n[1]===""?s===`
`?i+=s:s=`
`:(i+=s+n[1],s=" "),o=r.lastIndex;let a=/[ \t]*(.*)/sy;return a.lastIndex=o,n=a.exec(t),i+s+(n?.[1]??"")}function Ive(t,e){let r="";for(let n=1;n<t.length-1;++n){let i=t[n];if(!(i==="\r"&&t[n+1]===`
`))if(i===`
`){let{fold:s,offset:o}=Bve(t,n);r+=s,n=o}else if(i==="\\"){let s=t[++n],o=Qve[s];if(o)r+=o;else if(s===`
`)for(s=t[n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="\r"&&t[n+1]===`
`)for(s=t[++n+1];s===" "||s===" ";)s=t[++n+1];else if(s==="x"||s==="u"||s==="U"){let a={x:2,u:4,U:8}[s];r+=bve(t,n+1,a,e),n+=a}else{let a=t.substr(n-1,2);e(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),r+=a}}else if(i===" "||i===" "){let s=n,o=t[n+1];for(;o===" "||o===" ";)o=t[++n+1];o!==`
`&&!(o==="\r"&&t[n+2]===`
`)&&(r+=n>s?t.slice(s,n+1):i)}else r+=i}return(t[t.length-1]!=='"'||t.length===1)&&e(t.length,"MISSING_CHAR",'Missing closing "quote'),r}function Bve(t,e){let r="",n=t[e+1];for(;(n===" "||n===" "||n===`
`||n==="\r")&&!(n==="\r"&&t[e+2]!==`
`);)n===`
`&&(r+=`
`),e+=1,n=t[e+1];return r||(r=" "),{fold:r,offset:e}}var Qve={0:"\0",a:"\x07",b:"\b",e:"\x1B",f:"\f",n:`
`,r:"\r",t:" ",v:"\v",N:"\x85",_:"\xA0",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function bve(t,e,r,n){let i=t.substr(e,r),o=i.length===r&&/^[0-9a-fA-F]+$/.test(i)?parseInt(i,16):NaN;if(isNaN(o)){let a=t.substr(e-2,r+2);return n(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${a}`),a}return String.fromCodePoint(o)}_$.resolveFlowScalar=yve});var T$=h(P$=>{"use strict";var QA=He(),k$=tr(),Nve=WD(),wve=KD();function Sve(t,e,r,n){let{value:i,type:s,comment:o,range:a}=e.type==="block-scalar"?Nve.resolveBlockScalar(t,e,n):wve.resolveFlowScalar(e,t.options.strict,n),A=r?t.directives.tagName(r.source,u=>n(r,"TAG_RESOLVE_FAILED",u)):null,c;t.options.stringKeys&&t.atKey?c=t.schema[QA.SCALAR]:A?c=xve(t.schema,i,A,r,n):e.type==="scalar"?c=vve(t,i,e,n):c=t.schema[QA.SCALAR];let l;try{let u=c.resolve(i,d=>n(r??e,"TAG_RESOLVE_FAILED",d),t.options);l=QA.isScalar(u)?u:new k$.Scalar(u)}catch(u){let d=u instanceof Error?u.message:String(u);n(r??e,"TAG_RESOLVE_FAILED",d),l=new k$.Scalar(i)}return l.range=a,l.source=i,s&&(l.type=s),A&&(l.tag=A),c.format&&(l.format=c.format),o&&(l.comment=o),l}function xve(t,e,r,n,i){if(r==="!")return t[QA.SCALAR];let s=[];for(let a of t.tags)if(!a.collection&&a.tag===r)if(a.default&&a.test)s.push(a);else return a;for(let a of s)if(a.test?.test(e))return a;let o=t.knownTags[r];return o&&!o.collection?(t.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(i(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${r}`,r!=="tag:yaml.org,2002:str"),t[QA.SCALAR])}function vve({atKey:t,directives:e,schema:r},n,i,s){let o=r.tags.find(a=>(a.default===!0||t&&a.default==="key")&&a.test?.test(n))||r[QA.SCALAR];if(r.compat){let a=r.compat.find(A=>A.default&&A.test?.test(n))??r[QA.SCALAR];if(o.tag!==a.tag){let A=e.tagString(o.tag),c=e.tagString(a.tag),l=`Value may be parsed as either ${A} or ${c}`;s(i,"TAG_RESOLVE_FAILED",l,!0)}}return o}P$.composeScalar=Sve});var M$=h(O$=>{"use strict";function Rve(t,e,r){if(e){r===null&&(r=e.length);for(let n=r-1;n>=0;--n){let i=e[n];switch(i.type){case"space":case"comment":case"newline":t-=i.source.length;continue}for(i=e[++n];i?.type==="space";)t+=i.source.length,i=e[++n];break}}return t}O$.emptyScalarPosition=Rve});var U$=h(ZD=>{"use strict";var Dve=ng(),_ve=He(),kve=v$(),L$=T$(),Pve=ed(),Tve=M$(),Ove={composeNode:F$,composeEmptyNode:XD};function F$(t,e,r,n){let i=t.atKey,{spaceBefore:s,comment:o,anchor:a,tag:A}=r,c,l=!0;switch(e.type){case"alias":c=Mve(t,e,n),(a||A)&&n(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":c=L$.composeScalar(t,e,A,n),a&&(c.anchor=a.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":c=kve.composeCollection(Ove,t,e,r,n),a&&(c.anchor=a.source.substring(1));break;default:{let u=e.type==="error"?e.message:`Unsupported token (type: ${e.type})`;n(e,"UNEXPECTED_TOKEN",u),c=XD(t,e.offset,void 0,null,r,n),l=!1}}return a&&c.anchor===""&&n(a,"BAD_ALIAS","Anchor cannot be an empty string"),i&&t.options.stringKeys&&(!_ve.isScalar(c)||typeof c.value!="string"||c.tag&&c.tag!=="tag:yaml.org,2002:str")&&n(A??e,"NON_STRING_KEY","With stringKeys, all keys must be strings"),s&&(c.spaceBefore=!0),o&&(e.type==="scalar"&&e.source===""?c.comment=o:c.commentBefore=o),t.options.keepSourceTokens&&l&&(c.srcToken=e),c}function XD(t,e,r,n,{spaceBefore:i,comment:s,anchor:o,tag:a,end:A},c){let l={type:"scalar",offset:Tve.emptyScalarPosition(e,r,n),indent:-1,source:""},u=L$.composeScalar(t,l,a,c);return o&&(u.anchor=o.source.substring(1),u.anchor===""&&c(o,"BAD_ALIAS","Anchor cannot be an empty string")),i&&(u.spaceBefore=!0),s&&(u.comment=s,u.range[2]=A),u}function Mve({options:t},{offset:e,source:r,end:n},i){let s=new Dve.Alias(r.substring(1));s.source===""&&i(e,"BAD_ALIAS","Alias cannot be an empty string"),s.source.endsWith(":")&&i(e+r.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let o=e+r.length,a=Pve.resolveEnd(n,o,t.strict,i);return s.range=[e,o,a.offset],a.comment&&(s.comment=a.comment),s}ZD.composeEmptyNode=XD;ZD.composeNode=F$});var z$=h(H$=>{"use strict";var Lve=Cg(),q$=U$(),Fve=ed(),Uve=bg();function qve(t,e,{offset:r,start:n,value:i,end:s},o){let a=Object.assign({_directives:e},t),A=new Lve.Document(void 0,a),c={atKey:!1,atRoot:!0,directives:A.directives,options:A.options,schema:A.schema},l=Uve.resolveProps(n,{indicator:"doc-start",next:i??s?.[0],offset:r,onError:o,parentIndent:0,startOnNewline:!0});l.found&&(A.directives.docStart=!0,i&&(i.type==="block-map"||i.type==="block-seq")&&!l.hasNewline&&o(l.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),A.contents=i?q$.composeNode(c,i,l,o):q$.composeEmptyNode(c,l.end,n,null,l,o);let u=A.contents.range[2],d=Fve.resolveEnd(s,u,!1,o);return d.comment&&(A.comment=d.comment),A.range=[r,u,d.offset],A}H$.composeDoc=qve});var t_=h(Y$=>{"use strict";var Hve=Q("node:process"),zve=UR(),jve=Cg(),Ng=Qg(),j$=He(),Gve=z$(),Yve=ed();function wg(t){if(typeof t=="number")return[t,t+1];if(Array.isArray(t))return t.length===2?t:[t[0],t[1]];let{offset:e,source:r}=t;return[e,e+(typeof r=="string"?r.length:1)]}function G$(t){let e="",r=!1,n=!1;for(let i=0;i<t.length;++i){let s=t[i];switch(s[0]){case"#":e+=(e===""?"":n?`
`:`
`)+(s.substring(1)||" "),r=!0,n=!1;break;case"%":t[i+1]?.[0]!=="#"&&(i+=1),r=!1;break;default:r||(n=!0),r=!1}}return{comment:e,afterEmptyLine:n}}var e_=class{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(r,n,i,s)=>{let o=wg(r);s?this.warnings.push(new Ng.YAMLWarning(o,n,i)):this.errors.push(new Ng.YAMLParseError(o,n,i))},this.directives=new zve.Directives({version:e.version||"1.2"}),this.options=e}decorate(e,r){let{comment:n,afterEmptyLine:i}=G$(this.prelude);if(n){let s=e.contents;if(r)e.comment=e.comment?`${e.comment}
${n}`:n;else if(i||e.directives.docStart||!s)e.commentBefore=n;else if(j$.isCollection(s)&&!s.flow&&s.items.length>0){let o=s.items[0];j$.isPair(o)&&(o=o.key);let a=o.commentBefore;o.commentBefore=a?`${n}
${a}`:n}else{let o=s.commentBefore;s.commentBefore=o?`${n}
${o}`:n}}r?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:G$(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,r=!1,n=-1){for(let i of e)yield*this.next(i);yield*this.end(r,n)}*next(e){switch(Hve.env.LOG_STREAM&&console.dir(e,{depth:null}),e.type){case"directive":this.directives.add(e.source,(r,n,i)=>{let s=wg(e);s[0]+=r,this.onError(s,"BAD_DIRECTIVE",n,i)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{let r=Gve.composeDoc(this.options,this.directives,e,this.onError);this.atDirectives&&!r.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(r,!1),this.doc&&(yield this.doc),this.doc=r,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{let r=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,n=new Ng.YAMLParseError(wg(e),"UNEXPECTED_TOKEN",r);this.atDirectives||!this.doc?this.errors.push(n):this.doc.errors.push(n);break}case"doc-end":{if(!this.doc){let n="Unexpected doc-end without preceding document";this.errors.push(new Ng.YAMLParseError(wg(e),"UNEXPECTED_TOKEN",n));break}this.doc.directives.docEnd=!0;let r=Yve.resolveEnd(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),r.comment){let n=this.doc.comment;this.doc.comment=n?`${n}
${r.comment}`:r.comment}this.doc.range[2]=r.offset;break}default:this.errors.push(new Ng.YAMLParseError(wg(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,r=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){let n=Object.assign({_directives:this.directives},this.options),i=new jve.Document(void 0,n);this.atDirectives&&this.onError(r,"MISSING_CHAR","Missing directives-end indicator line"),i.range=[0,r,r],this.decorate(i,!1),yield i}}};Y$.Composer=e_});var W$=h($I=>{"use strict";var Jve=WD(),Vve=KD(),Wve=Qg(),J$=Ag();function $ve(t,e=!0,r){if(t){let n=(i,s,o)=>{let a=typeof i=="number"?i:Array.isArray(i)?i[0]:i.offset;if(r)r(a,s,o);else throw new Wve.YAMLParseError([a,a+1],s,o)};switch(t.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return Vve.resolveFlowScalar(t,e,n);case"block-scalar":return Jve.resolveBlockScalar({options:{strict:e}},t,n)}}return null}function Kve(t,e){let{implicitKey:r=!1,indent:n,inFlow:i=!1,offset:s=-1,type:o="PLAIN"}=e,a=J$.stringifyString({type:o,value:t},{implicitKey:r,indent:n>0?" ".repeat(n):"",inFlow:i,options:{blockQuote:!0,lineWidth:-1}}),A=e.end??[{type:"newline",offset:-1,indent:n,source:`
`}];switch(a[0]){case"|":case">":{let c=a.indexOf(`
`),l=a.substring(0,c),u=a.substring(c+1)+`
`,d=[{type:"block-scalar-header",offset:s,indent:n,source:l}];return V$(d,A)||d.push({type:"newline",offset:-1,indent:n,source:`
`}),{type:"block-scalar",offset:s,indent:n,props:d,source:u}}case'"':return{type:"double-quoted-scalar",offset:s,indent:n,source:a,end:A};case"'":return{type:"single-quoted-scalar",offset:s,indent:n,source:a,end:A};default:return{type:"scalar",offset:s,indent:n,source:a,end:A}}}function Xve(t,e,r={}){let{afterKey:n=!1,implicitKey:i=!1,inFlow:s=!1,type:o}=r,a="indent"in t?t.indent:null;if(n&&typeof a=="number"&&(a+=2),!o)switch(t.type){case"single-quoted-scalar":o="QUOTE_SINGLE";break;case"double-quoted-scalar":o="QUOTE_DOUBLE";break;case"block-scalar":{let c=t.props[0];if(c.type!=="block-scalar-header")throw new Error("Invalid block scalar header");o=c.source[0]===">"?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:o="PLAIN"}let A=J$.stringifyString({type:o,value:e},{implicitKey:i||a===null,indent:a!==null&&a>0?" ".repeat(a):"",inFlow:s,options:{blockQuote:!0,lineWidth:-1}});switch(A[0]){case"|":case">":Zve(t,A);break;case'"':r_(t,A,"double-quoted-scalar");break;case"'":r_(t,A,"single-quoted-scalar");break;default:r_(t,A,"scalar")}}function Zve(t,e){let r=e.indexOf(`
`),n=e.substring(0,r),i=e.substring(r+1)+`
`;if(t.type==="block-scalar"){let s=t.props[0];if(s.type!=="block-scalar-header")throw new Error("Invalid block scalar header");s.source=n,t.source=i}else{let{offset:s}=t,o="indent"in t?t.indent:-1,a=[{type:"block-scalar-header",offset:s,indent:o,source:n}];V$(a,"end"in t?t.end:void 0)||a.push({type:"newline",offset:-1,indent:o,source:`
`});for(let A of Object.keys(t))A!=="type"&&A!=="offset"&&delete t[A];Object.assign(t,{type:"block-scalar",indent:o,props:a,source:i})}}function V$(t,e){if(e)for(let r of e)switch(r.type){case"space":case"comment":t.push(r);break;case"newline":return t.push(r),!0}return!1}function r_(t,e,r){switch(t.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":t.type=r,t.source=e;break;case"block-scalar":{let n=t.props.slice(1),i=e.length;t.props[0].type==="block-scalar-header"&&(i-=t.props[0].source.length);for(let s of n)s.offset+=i;delete t.props,Object.assign(t,{type:r,source:e,end:n});break}case"block-map":case"block-seq":{let i={type:"newline",offset:t.offset+e.length,indent:t.indent,source:`
`};delete t.items,Object.assign(t,{type:r,source:e,end:[i]});break}default:{let n="indent"in t?t.indent:-1,i="end"in t&&Array.isArray(t.end)?t.end.filter(s=>s.type==="space"||s.type==="comment"||s.type==="newline"):[];for(let s of Object.keys(t))s!=="type"&&s!=="offset"&&delete t[s];Object.assign(t,{type:r,indent:n,source:e,end:i})}}}$I.createScalarToken=Kve;$I.resolveAsScalar=$ve;$I.setScalarValue=Xve});var K$=h($$=>{"use strict";var eRe=t=>"type"in t?XI(t):KI(t);function XI(t){switch(t.type){case"block-scalar":{let e="";for(let r of t.props)e+=XI(r);return e+t.source}case"block-map":case"block-seq":{let e="";for(let r of t.items)e+=KI(r);return e}case"flow-collection":{let e=t.start.source;for(let r of t.items)e+=KI(r);for(let r of t.end)e+=r.source;return e}case"document":{let e=KI(t);if(t.end)for(let r of t.end)e+=r.source;return e}default:{let e=t.source;if("end"in t&&t.end)for(let r of t.end)e+=r.source;return e}}}function KI({start:t,key:e,sep:r,value:n}){let i="";for(let s of t)i+=s.source;if(e&&(i+=XI(e)),r)for(let s of r)i+=s.source;return n&&(i+=XI(n)),i}$$.stringify=eRe});var tK=h(eK=>{"use strict";var n_=Symbol("break visit"),tRe=Symbol("skip children"),X$=Symbol("remove item");function bA(t,e){"type"in t&&t.type==="document"&&(t={start:t.start,value:t.value}),Z$(Object.freeze([]),t,e)}bA.BREAK=n_;bA.SKIP=tRe;bA.REMOVE=X$;bA.itemAtPath=(t,e)=>{let r=t;for(let[n,i]of e){let s=r?.[n];if(s&&"items"in s)r=s.items[i];else return}return r};bA.parentCollection=(t,e)=>{let r=bA.itemAtPath(t,e.slice(0,-1)),n=e[e.length-1][0],i=r?.[n];if(i&&"items"in i)return i;throw new Error("Parent collection not found")};function Z$(t,e,r){let n=r(e,t);if(typeof n=="symbol")return n;for(let i of["key","value"]){let s=e[i];if(s&&"items"in s){for(let o=0;o<s.items.length;++o){let a=Z$(Object.freeze(t.concat([[i,o]])),s.items[o],r);if(typeof a=="number")o=a-1;else{if(a===n_)return n_;a===X$&&(s.items.splice(o,1),o-=1)}}typeof n=="function"&&i==="key"&&(n=n(e,t))}}return typeof n=="function"?n(e,t):n}eK.visit=bA});var ZI=h(bn=>{"use strict";var i_=W$(),rRe=K$(),nRe=tK(),s_="\uFEFF",o_="",a_="",A_="",iRe=t=>!!t&&"items"in t,sRe=t=>!!t&&(t.type==="scalar"||t.type==="single-quoted-scalar"||t.type==="double-quoted-scalar"||t.type==="block-scalar");function oRe(t){switch(t){case s_:return"<BOM>";case o_:return"<DOC>";case a_:return"<FLOW_END>";case A_:return"<SCALAR>";default:return JSON.stringify(t)}}function aRe(t){switch(t){case s_:return"byte-order-mark";case o_:return"doc-mode";case a_:return"flow-error-end";case A_:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case`
`:case`\r
`:return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(t[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}bn.createScalarToken=i_.createScalarToken;bn.resolveAsScalar=i_.resolveAsScalar;bn.setScalarValue=i_.setScalarValue;bn.stringify=rRe.stringify;bn.visit=nRe.visit;bn.BOM=s_;bn.DOCUMENT=o_;bn.FLOW_END=a_;bn.SCALAR=A_;bn.isCollection=iRe;bn.isScalar=sRe;bn.prettyToken=oRe;bn.tokenType=aRe});var u_=h(nK=>{"use strict";var Sg=ZI();function qi(t){switch(t){case void 0:case" ":case`
`:case"\r":case" ":return!0;default:return!1}}var rK=new Set("0123456789ABCDEFabcdef"),ARe=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),eB=new Set(",[]{}"),cRe=new Set(` ,[]{}
\r `),c_=t=>!t||cRe.has(t),l_=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,r=!1){if(e){if(typeof e!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!r;let n=this.next??"stream";for(;n&&(r||this.hasChars(1));)n=yield*this.parseNext(n)}atLineEnd(){let e=this.pos,r=this.buffer[e];for(;r===" "||r===" ";)r=this.buffer[++e];return!r||r==="#"||r===`
`?!0:r==="\r"?this.buffer[e+1]===`
`:!1}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let r=this.buffer[e];if(this.indentNext>0){let n=0;for(;r===" ";)r=this.buffer[++n+e];if(r==="\r"){let i=this.buffer[n+e+1];if(i===`
`||!i&&!this.atEnd)return e+n+1}return r===`
`||n>=this.indentNext||!r&&!this.atEnd?e+n:-1}if(r==="-"||r==="."){let n=this.buffer.substr(e,3);if((n==="---"||n==="...")&&qi(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return(typeof e!="number"||e!==-1&&e<this.pos)&&(e=this.buffer.indexOf(`
`,this.pos),this.lineEndPos=e),e===-1?this.atEnd?this.buffer.substring(this.pos):null:(this.buffer[e-1]==="\r"&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(e===null)return this.setNext("stream");if(e[0]===Sg.BOM&&(yield*this.pushCount(1),e=e.substring(1)),e[0]==="%"){let r=e.length,n=e.indexOf("#");for(;n!==-1;){let s=e[n-1];if(s===" "||s===" "){r=n-1;break}else n=e.indexOf("#",n+1)}for(;;){let s=e[r-1];if(s===" "||s===" ")r-=1;else break}let i=(yield*this.pushCount(r))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-i),this.pushNewline(),"stream"}if(this.atLineEnd()){let r=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-r),yield*this.pushNewline(),"stream"}return yield Sg.DOCUMENT,yield*this.parseLineStart()}*parseLineStart(){let e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if(e==="-"||e==="."){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");let r=this.peek(3);if((r==="---"||r==="...")&&qi(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,r==="---"?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!qi(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[e,r]=this.peek(2);if(!r&&!this.atEnd)return this.setNext("block-start");if((e==="-"||e==="?"||e===":")&&qi(r)){let n=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=n,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let e=this.getLine();if(e===null)return this.setNext("doc");let r=yield*this.pushIndicators();switch(e[r]){case"#":yield*this.pushCount(e.length-r);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(c_),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return r+=yield*this.parseBlockScalarHeader(),r+=yield*this.pushSpaces(!0),yield*this.pushCount(e.length-r),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,r,n=-1;do e=yield*this.pushNewline(),e>0?(r=yield*this.pushSpaces(!1),this.indentValue=n=r):r=0,r+=yield*this.pushSpaces(!0);while(e+r>0);let i=this.getLine();if(i===null)return this.setNext("flow");if((n!==-1&&n<this.indentNext&&i[0]!=="#"||n===0&&(i.startsWith("---")||i.startsWith("..."))&&qi(i[3]))&&!(n===this.indentNext-1&&this.flowLevel===1&&(i[0]==="]"||i[0]==="}")))return this.flowLevel=0,yield Sg.FLOW_END,yield*this.parseLineStart();let s=0;for(;i[s]===",";)s+=yield*this.pushCount(1),s+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(s+=yield*this.pushIndicators(),i[s]){case void 0:return"flow";case"#":return yield*this.pushCount(i.length-s),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(c_),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{let o=this.charAt(1);if(this.flowKey||qi(o)||o===",")return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){let e=this.charAt(0),r=this.buffer.indexOf(e,this.pos+1);if(e==="'")for(;r!==-1&&this.buffer[r+1]==="'";)r=this.buffer.indexOf("'",r+2);else for(;r!==-1;){let s=0;for(;this.buffer[r-1-s]==="\\";)s+=1;if(s%2===0)break;r=this.buffer.indexOf('"',r+1)}let n=this.buffer.substring(0,r),i=n.indexOf(`
`,this.pos);if(i!==-1){for(;i!==-1;){let s=this.continueScalar(i+1);if(s===-1)break;i=n.indexOf(`
`,s)}i!==-1&&(r=i-(n[i-1]==="\r"?2:1))}if(r===-1){if(!this.atEnd)return this.setNext("quoted-scalar");r=this.buffer.length}return yield*this.pushToIndex(r+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){let r=this.buffer[++e];if(r==="+")this.blockScalarKeep=!0;else if(r>"0"&&r<="9")this.blockScalarIndent=Number(r)-1;else if(r!=="-")break}return yield*this.pushUntil(r=>qi(r)||r==="#")}*parseBlockScalar(){let e=this.pos-1,r=0,n;e:for(let s=this.pos;n=this.buffer[s];++s)switch(n){case" ":r+=1;break;case`
`:e=s,r=0;break;case"\r":{let o=this.buffer[s+1];if(!o&&!this.atEnd)return this.setNext("block-scalar");if(o===`
`)break}default:break e}if(!n&&!this.atEnd)return this.setNext("block-scalar");if(r>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=r:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let s=this.continueScalar(e+1);if(s===-1)break;e=this.buffer.indexOf(`
`,s)}while(e!==-1);if(e===-1){if(!this.atEnd)return this.setNext("block-scalar");e=this.buffer.length}}let i=e+1;for(n=this.buffer[i];n===" ";)n=this.buffer[++i];if(n===" "){for(;n===" "||n===" "||n==="\r"||n===`
`;)n=this.buffer[++i];e=i-1}else if(!this.blockScalarKeep)do{let s=e-1,o=this.buffer[s];o==="\r"&&(o=this.buffer[--s]);let a=s;for(;o===" ";)o=this.buffer[--s];if(o===`
`&&s>=this.pos&&s+1+r>a)e=s;else break}while(!0);return yield Sg.SCALAR,yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let e=this.flowLevel>0,r=this.pos-1,n=this.pos-1,i;for(;i=this.buffer[++n];)if(i===":"){let s=this.buffer[n+1];if(qi(s)||e&&eB.has(s))break;r=n}else if(qi(i)){let s=this.buffer[n+1];if(i==="\r"&&(s===`
`?(n+=1,i=`
`,s=this.buffer[n+1]):r=n),s==="#"||e&&eB.has(s))break;if(i===`
`){let o=this.continueScalar(n+1);if(o===-1)break;n=Math.max(n,o-2)}}else{if(e&&eB.has(i))break;r=n}return!i&&!this.atEnd?this.setNext("plain-scalar"):(yield Sg.SCALAR,yield*this.pushToIndex(r+1,!0),e?"flow":"doc")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,r){let n=this.buffer.slice(this.pos,e);return n?(yield n,this.pos+=n.length,n.length):(r&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(c_))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{let e=this.flowLevel>0,r=this.charAt(1);if(qi(r)||e&&eB.has(r))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if(this.charAt(1)==="<"){let e=this.pos+2,r=this.buffer[e];for(;!qi(r)&&r!==">";)r=this.buffer[++e];return yield*this.pushToIndex(r===">"?e+1:e,!1)}else{let e=this.pos+1,r=this.buffer[e];for(;r;)if(ARe.has(r))r=this.buffer[++e];else if(r==="%"&&rK.has(this.buffer[e+1])&&rK.has(this.buffer[e+2]))r=this.buffer[e+=3];else break;return yield*this.pushToIndex(e,!1)}}*pushNewline(){let e=this.buffer[this.pos];return e===`
`?yield*this.pushCount(1):e==="\r"&&this.charAt(1)===`
`?yield*this.pushCount(2):0}*pushSpaces(e){let r=this.pos-1,n;do n=this.buffer[++r];while(n===" "||e&&n===" ");let i=r-this.pos;return i>0&&(yield this.buffer.substr(this.pos,i),this.pos=r),i}*pushUntil(e){let r=this.pos,n=this.buffer[r];for(;!e(n);)n=this.buffer[++r];return yield*this.pushToIndex(r,!1)}};nK.Lexer=l_});var f_=h(iK=>{"use strict";var d_=class{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let r=0,n=this.lineStarts.length;for(;r<n;){let s=r+n>>1;this.lineStarts[s]<e?r=s+1:n=s}if(this.lineStarts[r]===e)return{line:r+1,col:1};if(r===0)return{line:0,col:e};let i=this.lineStarts[r-1];return{line:r,col:e-i+1}}}};iK.LineCounter=d_});var g_=h(cK=>{"use strict";var lRe=Q("node:process"),sK=ZI(),uRe=u_();function NA(t,e){for(let r=0;r<t.length;++r)if(t[r].type===e)return!0;return!1}function oK(t){for(let e=0;e<t.length;++e)switch(t[e].type){case"space":case"comment":case"newline":break;default:return e}return-1}function AK(t){switch(t?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function tB(t){switch(t.type){case"document":return t.start;case"block-map":{let e=t.items[t.items.length-1];return e.sep??e.start}case"block-seq":return t.items[t.items.length-1].start;default:return[]}}function td(t){if(t.length===0)return[];let e=t.length;e:for(;--e>=0;)switch(t[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;t[++e]?.type==="space";);return t.splice(e,t.length)}function aK(t){if(t.start.type==="flow-seq-start")for(let e of t.items)e.sep&&!e.value&&!NA(e.start,"explicit-key-ind")&&!NA(e.sep,"map-value-ind")&&(e.key&&(e.value=e.key),delete e.key,AK(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}var h_=class{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new uRe.Lexer,this.onNewLine=e}*parse(e,r=!1){this.onNewLine&&this.offset===0&&this.onNewLine(0);for(let n of this.lexer.lex(e,r))yield*this.next(n);r||(yield*this.end())}*next(e){if(this.source=e,lRe.env.LOG_TOKENS&&console.log("|",sK.prettyToken(e)),this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=e.length;return}let r=sK.tokenType(e);if(r)if(r==="scalar")this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=r,yield*this.step(),r){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&e[0]===" "&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{let n=`Not a YAML token: ${e}`;yield*this.pop({type:"error",offset:this.offset,message:n,source:e}),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let e=this.peek(1);if(this.type==="doc-end"&&(!e||e.type!=="doc-end")){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!e)return yield*this.stream();switch(e.type){case"document":return yield*this.document(e);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(e);case"block-scalar":return yield*this.blockScalar(e);case"block-map":return yield*this.blockMap(e);case"block-seq":return yield*this.blockSequence(e);case"flow-collection":return yield*this.flowCollection(e);case"doc-end":return yield*this.documentEnd(e)}yield*this.pop()}peek(e){return this.stack[this.stack.length-e]}*pop(e){let r=e??this.stack.pop();if(!r)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield r;else{let n=this.peek(1);switch(r.type==="block-scalar"?r.indent="indent"in n?n.indent:0:r.type==="flow-collection"&&n.type==="document"&&(r.indent=0),r.type==="flow-collection"&&aK(r),n.type){case"document":n.value=r;break;case"block-scalar":n.props.push(r);break;case"block-map":{let i=n.items[n.items.length-1];if(i.value){n.items.push({start:[],key:r,sep:[]}),this.onKeyLine=!0;return}else if(i.sep)i.value=r;else{Object.assign(i,{key:r,sep:[]}),this.onKeyLine=!i.explicitKey;return}break}case"block-seq":{let i=n.items[n.items.length-1];i.value?n.items.push({start:[],value:r}):i.value=r;break}case"flow-collection":{let i=n.items[n.items.length-1];!i||i.value?n.items.push({start:[],key:r,sep:[]}):i.sep?i.value=r:Object.assign(i,{key:r,sep:[]});return}default:yield*this.pop(),yield*this.pop(r)}if((n.type==="document"||n.type==="block-map"||n.type==="block-seq")&&(r.type==="block-map"||r.type==="block-seq")){let i=r.items[r.items.length-1];i&&!i.sep&&!i.value&&i.start.length>0&&oK(i.start)===-1&&(r.indent===0||i.start.every(s=>s.type!=="comment"||s.indent<r.indent))&&(n.type==="document"?n.end=i.start:n.items.push({start:i.start}),r.items.splice(-1,1))}}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{let e={type:"document",offset:this.offset,start:[]};this.type==="doc-start"&&e.start.push(this.sourceToken),this.stack.push(e);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*this.lineEnd(e);switch(this.type){case"doc-start":{oK(e.start)!==-1?(yield*this.pop(),yield*this.step()):e.start.push(this.sourceToken);return}case"anchor":case"tag":case"space":case"comment":case"newline":e.start.push(this.sourceToken);return}let r=this.startBlockValue(e);r?this.stack.push(r):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if(this.type==="map-value-ind"){let r=tB(this.peek(2)),n=td(r),i;e.end?(i=e.end,i.push(this.sourceToken),delete e.end):i=[this.sourceToken];let s={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:n,key:e,sep:i}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=s}else yield*this.lineEnd(e)}*blockScalar(e){switch(this.type){case"space":case"comment":case"newline":e.props.push(this.sourceToken);return;case"scalar":if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let r=this.source.indexOf(`
`)+1;for(;r!==0;)this.onNewLine(this.offset+r),r=this.source.indexOf(`
`,r)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else if(r.sep)r.sep.push(this.sourceToken);else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return}if(this.indent>=e.indent){let n=!this.onKeyLine&&this.indent===e.indent,i=n&&(r.sep||r.explicitKey)&&this.type!=="seq-item-ind",s=[];if(i&&r.sep&&!r.value){let o=[];for(let a=0;a<r.sep.length;++a){let A=r.sep[a];switch(A.type){case"newline":o.push(a);break;case"space":break;case"comment":A.indent>e.indent&&(o.length=0);break;default:o.length=0}}o.length>=2&&(s=r.sep.splice(o[1]))}switch(this.type){case"anchor":case"tag":i||r.value?(s.push(this.sourceToken),e.items.push({start:s}),this.onKeyLine=!0):r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"explicit-key-ind":!r.sep&&!r.explicitKey?(r.start.push(this.sourceToken),r.explicitKey=!0):i||r.value?(s.push(this.sourceToken),e.items.push({start:s,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(r.explicitKey)if(r.sep)if(r.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(NA(r.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:s,key:null,sep:[this.sourceToken]}]});else if(AK(r.key)&&!NA(r.sep,"newline")){let o=td(r.start),a=r.key,A=r.sep;A.push(this.sourceToken),delete r.key,delete r.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:o,key:a,sep:A}]})}else s.length>0?r.sep=r.sep.concat(s,this.sourceToken):r.sep.push(this.sourceToken);else if(NA(r.start,"newline"))Object.assign(r,{key:null,sep:[this.sourceToken]});else{let o=td(r.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:o,key:null,sep:[this.sourceToken]}]})}else r.sep?r.value||i?e.items.push({start:s,key:null,sep:[this.sourceToken]}):NA(r.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):r.sep.push(this.sourceToken):Object.assign(r,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let o=this.flowScalar(this.type);i||r.value?(e.items.push({start:s,key:o,sep:[]}),this.onKeyLine=!0):r.sep?this.stack.push(o):(Object.assign(r,{key:o,sep:[]}),this.onKeyLine=!0);return}default:{let o=this.startBlockValue(e);if(o){n&&o.type!=="block-seq"&&e.items.push({start:s}),this.stack.push(o);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){let r=e.items[e.items.length-1];switch(this.type){case"newline":if(r.value){let n="end"in r.value?r.value.end:void 0;(Array.isArray(n)?n[n.length-1]:void 0)?.type==="comment"?n?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else r.start.push(this.sourceToken);return;case"space":case"comment":if(r.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(r.start,e.indent)){let i=e.items[e.items.length-2]?.value?.end;if(Array.isArray(i)){Array.prototype.push.apply(i,r.start),i.push(this.sourceToken),e.items.pop();return}}r.start.push(this.sourceToken)}return;case"anchor":case"tag":if(r.value||this.indent<=e.indent)break;r.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==e.indent)break;r.value||NA(r.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):r.start.push(this.sourceToken);return}if(this.indent>e.indent){let n=this.startBlockValue(e);if(n){this.stack.push(n);return}}yield*this.pop(),yield*this.step()}*flowCollection(e){let r=e.items[e.items.length-1];if(this.type==="flow-error-end"){let n;do yield*this.pop(),n=this.peek(1);while(n&&n.type==="flow-collection")}else if(e.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!r||r.sep?e.items.push({start:[this.sourceToken]}):r.start.push(this.sourceToken);return;case"map-value-ind":!r||r.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):r.sep?r.sep.push(this.sourceToken):Object.assign(r,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!r||r.value?e.items.push({start:[this.sourceToken]}):r.sep?r.sep.push(this.sourceToken):r.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let i=this.flowScalar(this.type);!r||r.value?e.items.push({start:[],key:i,sep:[]}):r.sep?this.stack.push(i):Object.assign(r,{key:i,sep:[]});return}case"flow-map-end":case"flow-seq-end":e.end.push(this.sourceToken);return}let n=this.startBlockValue(e);n?this.stack.push(n):(yield*this.pop(),yield*this.step())}else{let n=this.peek(2);if(n.type==="block-map"&&(this.type==="map-value-ind"&&n.indent===e.indent||this.type==="newline"&&!n.items[n.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&n.type!=="flow-collection"){let i=tB(n),s=td(i);aK(e);let o=e.end.splice(1,e.end.length);o.push(this.sourceToken);let a={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:s,key:e,sep:o}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=a}else yield*this.lineEnd(e)}}flowScalar(e){if(this.onNewLine){let r=this.source.indexOf(`
`)+1;for(;r!==0;)this.onNewLine(this.offset+r),r=this.source.indexOf(`
`,r)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let r=tB(e),n=td(r);return n.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let r=tB(e),n=td(r);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,r){return this.type!=="comment"||this.indent<=r?!1:e.every(n=>n.type==="newline"||n.type==="space")}*documentEnd(e){this.type!=="doc-mode"&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};cK.Parser=h_});var hK=h(vg=>{"use strict";var lK=t_(),dRe=Cg(),xg=Qg(),fRe=ZR(),hRe=He(),gRe=f_(),uK=g_();function dK(t){let e=t.prettyErrors!==!1;return{lineCounter:t.lineCounter||e&&new gRe.LineCounter||null,prettyErrors:e}}function mRe(t,e={}){let{lineCounter:r,prettyErrors:n}=dK(e),i=new uK.Parser(r?.addNewLine),s=new lK.Composer(e),o=Array.from(s.compose(i.parse(t)));if(n&&r)for(let a of o)a.errors.forEach(xg.prettifyError(t,r)),a.warnings.forEach(xg.prettifyError(t,r));return o.length>0?o:Object.assign([],{empty:!0},s.streamInfo())}function fK(t,e={}){let{lineCounter:r,prettyErrors:n}=dK(e),i=new uK.Parser(r?.addNewLine),s=new lK.Composer(e),o=null;for(let a of s.compose(i.parse(t),!0,t.length))if(!o)o=a;else if(o.options.logLevel!=="silent"){o.errors.push(new xg.YAMLParseError(a.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}return n&&r&&(o.errors.forEach(xg.prettifyError(t,r)),o.warnings.forEach(xg.prettifyError(t,r))),o}function pRe(t,e,r){let n;typeof e=="function"?n=e:r===void 0&&e&&typeof e=="object"&&(r=e);let i=fK(t,r);if(!i)return null;if(i.warnings.forEach(s=>fRe.warn(i.options.logLevel,s)),i.errors.length>0){if(i.options.logLevel!=="silent")throw i.errors[0];i.errors=[]}return i.toJS(Object.assign({reviver:n},r))}function yRe(t,e,r){let n=null;if(typeof e=="function"||Array.isArray(e)?n=e:r===void 0&&e&&(r=e),typeof r=="string"&&(r=r.length),typeof r=="number"){let i=Math.round(r);r=i<1?void 0:i>8?{indent:8}:{indent:i}}if(t===void 0){let{keepUndefined:i}=r??e??{};if(!i)return}return hRe.isDocument(t)&&!n?t.toString(r):new dRe.Document(t,n,r).toString(r)}vg.parse=pRe;vg.parseAllDocuments=mRe;vg.parseDocument=fK;vg.stringify=yRe});var p_=h(tt=>{"use strict";var ERe=t_(),CRe=Cg(),IRe=TD(),m_=Qg(),BRe=ng(),ha=He(),QRe=la(),bRe=tr(),NRe=da(),wRe=fa(),SRe=ZI(),xRe=u_(),vRe=f_(),RRe=g_(),rB=hK(),gK=Zh();tt.Composer=ERe.Composer;tt.Document=CRe.Document;tt.Schema=IRe.Schema;tt.YAMLError=m_.YAMLError;tt.YAMLParseError=m_.YAMLParseError;tt.YAMLWarning=m_.YAMLWarning;tt.Alias=BRe.Alias;tt.isAlias=ha.isAlias;tt.isCollection=ha.isCollection;tt.isDocument=ha.isDocument;tt.isMap=ha.isMap;tt.isNode=ha.isNode;tt.isPair=ha.isPair;tt.isScalar=ha.isScalar;tt.isSeq=ha.isSeq;tt.Pair=QRe.Pair;tt.Scalar=bRe.Scalar;tt.YAMLMap=NRe.YAMLMap;tt.YAMLSeq=wRe.YAMLSeq;tt.CST=SRe;tt.Lexer=xRe.Lexer;tt.LineCounter=vRe.LineCounter;tt.Parser=RRe.Parser;tt.parse=rB.parse;tt.parseAllDocuments=rB.parseAllDocuments;tt.parseDocument=rB.parseDocument;tt.stringify=rB.stringify;tt.visit=gK.visit;tt.visitAsync=gK.visitAsync});var fd=$t(at(),1);var f4=$t(XC(),1),Gu=$t(at(),1);var c4=$t(XC(),1),Ci=$t(at(),1),l4=$t(tf(),1),u4=$t(A4(),1);import JNe from"os";async function d4(t){let e=await VNe();(0,Ci.saveState)("cache_path",e);let r=await(0,u4.hashFiles)(t.cacheDependencyPath);if(!r)throw new Error("Some specified paths were not resolved, unable to cache dependencies.");let n=`pnpm-cache-${process.env.RUNNER_OS}-${JNe.arch()}-${r}`;(0,Ci.debug)(`Primary key is ${n}`),(0,Ci.saveState)("cache_primary_key",n);let i=await(0,c4.restoreCache)([e],n);if((0,Ci.setOutput)("cache-hit",!!i),!i){(0,Ci.info)("Cache is not found");return}(0,Ci.saveState)("cache_restored_key",i),(0,Ci.info)(`Cache restored from key: ${i}`)}async function VNe(){let{stdout:t}=await(0,l4.getExecOutput)("pnpm store path --silent"),e=t.trim();return(0,Ci.debug)(`Cache folder is set to "${e}"`),e}async function WNe(t){if(t.cache){if(!(0,f4.isFeatureAvailable)()){(0,Gu.warning)("Cache is not available, skipping cache restoration");return}(0,Gu.startGroup)("Restoring cache..."),await d4(t),(0,Gu.endGroup)()}}var h4=WNe;var p4=$t(at(),1);var g4=$t(XC(),1),yA=$t(at(),1);async function m4(){let t=(0,yA.getState)("cache_restored_key"),e=(0,yA.getState)("cache_primary_key"),r=(0,yA.getState)("cache_path");if(e===t){(0,yA.info)(`Cache hit occurred on the primary key ${e}, not saving cache.`);return}await(0,g4.saveCache)([r],e)!=-1&&(0,yA.info)(`Cache saved with the key: ${e}`)}async function $Ne(t){if(t.cache)try{await m4()}catch(e){(0,p4.setFailed)(e.message)}}var y4=$Ne;var ud=$t(at(),1),DK=$t(S4(),1);var ld=$t(at(),1),vK=$t(p_(),1);var ze;(function(t){t.assertEqual=i=>i;function e(i){}t.assertIs=e;function r(i){throw new Error}t.assertNever=r,t.arrayToEnum=i=>{let s={};for(let o of i)s[o]=o;return s},t.getValidEnumValues=i=>{let s=t.objectKeys(i).filter(a=>typeof i[i[a]]!="number"),o={};for(let a of s)o[a]=i[a];return t.objectValues(o)},t.objectValues=i=>t.objectKeys(i).map(function(s){return i[s]}),t.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{let s=[];for(let o in i)Object.prototype.hasOwnProperty.call(i,o)&&s.push(o);return s},t.find=(i,s)=>{for(let o of i)if(s(o))return o},t.isInteger=typeof Number.isInteger=="function"?i=>Number.isInteger(i):i=>typeof i=="number"&&isFinite(i)&&Math.floor(i)===i;function n(i,s=" | "){return i.map(o=>typeof o=="string"?`'${o}'`:o).join(s)}t.joinValues=n,t.jsonStringifyReplacer=(i,s)=>typeof s=="bigint"?s.toString():s})(ze||(ze={}));var E_;(function(t){t.mergeShapes=(e,r)=>({...e,...r})})(E_||(E_={}));var ee=ze.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),io=t=>{switch(typeof t){case"undefined":return ee.undefined;case"string":return ee.string;case"number":return isNaN(t)?ee.nan:ee.number;case"boolean":return ee.boolean;case"function":return ee.function;case"bigint":return ee.bigint;case"symbol":return ee.symbol;case"object":return Array.isArray(t)?ee.array:t===null?ee.null:t.then&&typeof t.then=="function"&&t.catch&&typeof t.catch=="function"?ee.promise:typeof Map<"u"&&t instanceof Map?ee.map:typeof Set<"u"&&t instanceof Set?ee.set:typeof Date<"u"&&t instanceof Date?ee.date:ee.object;default:return ee.unknown}},M=ze.arrayToEnum(["invalid_type","invalid_literal","custom","invalid_union","invalid_union_discriminator","invalid_enum_value","unrecognized_keys","invalid_arguments","invalid_return_type","invalid_date","invalid_string","too_small","too_big","invalid_intersection_types","not_multiple_of","not_finite"]),DRe=t=>JSON.stringify(t,null,2).replace(/"([^"]+)":/g,"$1:"),$r=class t extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};let r=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,r):this.__proto__=r,this.name="ZodError",this.issues=e}format(e){let r=e||function(s){return s.message},n={_errors:[]},i=s=>{for(let o of s.issues)if(o.code==="invalid_union")o.unionErrors.map(i);else if(o.code==="invalid_return_type")i(o.returnTypeError);else if(o.code==="invalid_arguments")i(o.argumentsError);else if(o.path.length===0)n._errors.push(r(o));else{let a=n,A=0;for(;A<o.path.length;){let c=o.path[A];A===o.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(r(o))):a[c]=a[c]||{_errors:[]},a=a[c],A++}}};return i(this),n}static assert(e){if(!(e instanceof t))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ze.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=r=>r.message){let r={},n=[];for(let i of this.issues)i.path.length>0?(r[i.path[0]]=r[i.path[0]]||[],r[i.path[0]].push(e(i))):n.push(e(i));return{formErrors:n,fieldErrors:r}}get formErrors(){return this.flatten()}};$r.create=t=>new $r(t);var id=(t,e)=>{let r;switch(t.code){case M.invalid_type:t.received===ee.undefined?r="Required":r=`Expected ${t.expected}, received ${t.received}`;break;case M.invalid_literal:r=`Invalid literal value, expected ${JSON.stringify(t.expected,ze.jsonStringifyReplacer)}`;break;case M.unrecognized_keys:r=`Unrecognized key(s) in object: ${ze.joinValues(t.keys,", ")}`;break;case M.invalid_union:r="Invalid input";break;case M.invalid_union_discriminator:r=`Invalid discriminator value. Expected ${ze.joinValues(t.options)}`;break;case M.invalid_enum_value:r=`Invalid enum value. Expected ${ze.joinValues(t.options)}, received '${t.received}'`;break;case M.invalid_arguments:r="Invalid function arguments";break;case M.invalid_return_type:r="Invalid function return type";break;case M.invalid_date:r="Invalid date";break;case M.invalid_string:typeof t.validation=="object"?"includes"in t.validation?(r=`Invalid input: must include "${t.validation.includes}"`,typeof t.validation.position=="number"&&(r=`${r} at one or more positions greater than or equal to ${t.validation.position}`)):"startsWith"in t.validation?r=`Invalid input: must start with "${t.validation.startsWith}"`:"endsWith"in t.validation?r=`Invalid input: must end with "${t.validation.endsWith}"`:ze.assertNever(t.validation):t.validation!=="regex"?r=`Invalid ${t.validation}`:r="Invalid";break;case M.too_small:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at least":"more than"} ${t.minimum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at least":"over"} ${t.minimum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${t.minimum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly equal to ":t.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(t.minimum))}`:r="Invalid input";break;case M.too_big:t.type==="array"?r=`Array must contain ${t.exact?"exactly":t.inclusive?"at most":"less than"} ${t.maximum} element(s)`:t.type==="string"?r=`String must contain ${t.exact?"exactly":t.inclusive?"at most":"under"} ${t.maximum} character(s)`:t.type==="number"?r=`Number must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="bigint"?r=`BigInt must be ${t.exact?"exactly":t.inclusive?"less than or equal to":"less than"} ${t.maximum}`:t.type==="date"?r=`Date must be ${t.exact?"exactly":t.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(t.maximum))}`:r="Invalid input";break;case M.custom:r="Invalid input";break;case M.invalid_intersection_types:r="Intersection results could not be merged";break;case M.not_multiple_of:r=`Number must be a multiple of ${t.multipleOf}`;break;case M.not_finite:r="Number must be finite";break;default:r=e.defaultError,ze.assertNever(t)}return{message:r}},yK=id;function _Re(t){yK=t}function nB(){return yK}var iB=t=>{let{data:e,path:r,errorMaps:n,issueData:i}=t,s=[...r,...i.path||[]],o={...i,path:s};if(i.message!==void 0)return{...i,path:s,message:i.message};let a="",A=n.filter(c=>!!c).slice().reverse();for(let c of A)a=c(o,{data:e,defaultError:a}).message;return{...i,path:s,message:a}},kRe=[];function Y(t,e){let r=nB(),n=iB({issueData:e,data:t.data,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,r,r===id?void 0:id].filter(i=>!!i)});t.common.issues.push(n)}var Ur=class t{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,r){let n=[];for(let i of r){if(i.status==="aborted")return pe;i.status==="dirty"&&e.dirty(),n.push(i.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,r){let n=[];for(let i of r){let s=await i.key,o=await i.value;n.push({key:s,value:o})}return t.mergeObjectSync(e,n)}static mergeObjectSync(e,r){let n={};for(let i of r){let{key:s,value:o}=i;if(s.status==="aborted"||o.status==="aborted")return pe;s.status==="dirty"&&e.dirty(),o.status==="dirty"&&e.dirty(),s.value!=="__proto__"&&(typeof o.value<"u"||i.alwaysSet)&&(n[s.value]=o.value)}return{status:e.value,value:n}}},pe=Object.freeze({status:"aborted"}),nd=t=>({status:"dirty",value:t}),Kr=t=>({status:"valid",value:t}),C_=t=>t.status==="aborted",I_=t=>t.status==="dirty",wA=t=>t.status==="valid",_g=t=>typeof Promise<"u"&&t instanceof Promise;function sB(t,e,r,n){if(r==="a"&&!n)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?n:r==="a"?n.call(t):n?n.value:e.get(t)}function EK(t,e,r,n,i){if(n==="m")throw new TypeError("Private method is not writable");if(n==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return n==="a"?i.call(t,r):i?i.value=r:e.set(t,r),r}var ie;(function(t){t.errToObj=e=>typeof e=="string"?{message:e}:e||{},t.toString=e=>typeof e=="string"?e:e?.message})(ie||(ie={}));var Rg,Dg,Qi=class{constructor(e,r,n,i){this._cachedPath=[],this.parent=e,this.data=r,this._path=n,this._key=i}get path(){return this._cachedPath.length||(this._key instanceof Array?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},mK=(t,e)=>{if(wA(e))return{success:!0,data:e.value};if(!t.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;let r=new $r(t.common.issues);return this._error=r,this._error}}};function Be(t){if(!t)return{};let{errorMap:e,invalid_type_error:r,required_error:n,description:i}=t;if(e&&(r||n))throw new Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return e?{errorMap:e,description:i}:{errorMap:(o,a)=>{var A,c;let{message:l}=t;return o.code==="invalid_enum_value"?{message:l??a.defaultError}:typeof a.data>"u"?{message:(A=l??n)!==null&&A!==void 0?A:a.defaultError}:o.code!=="invalid_type"?{message:a.defaultError}:{message:(c=l??r)!==null&&c!==void 0?c:a.defaultError}},description:i}}var Qe=class{get description(){return this._def.description}_getType(e){return io(e.data)}_getOrReturnCtx(e,r){return r||{common:e.parent.common,data:e.data,parsedType:io(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new Ur,ctx:{common:e.parent.common,data:e.data,parsedType:io(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let r=this._parse(e);if(_g(r))throw new Error("Synchronous parse encountered promise.");return r}_parseAsync(e){let r=this._parse(e);return Promise.resolve(r)}parse(e,r){let n=this.safeParse(e,r);if(n.success)return n.data;throw n.error}safeParse(e,r){var n;let i={common:{issues:[],async:(n=r?.async)!==null&&n!==void 0?n:!1,contextualErrorMap:r?.errorMap},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:io(e)},s=this._parseSync({data:e,path:i.path,parent:i});return mK(i,s)}"~validate"(e){var r,n;let i={common:{issues:[],async:!!this["~standard"].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:io(e)};if(!this["~standard"].async)try{let s=this._parseSync({data:e,path:[],parent:i});return wA(s)?{value:s.value}:{issues:i.common.issues}}catch(s){!((n=(r=s?.message)===null||r===void 0?void 0:r.toLowerCase())===null||n===void 0)&&n.includes("encountered")&&(this["~standard"].async=!0),i.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:i}).then(s=>wA(s)?{value:s.value}:{issues:i.common.issues})}async parseAsync(e,r){let n=await this.safeParseAsync(e,r);if(n.success)return n.data;throw n.error}async safeParseAsync(e,r){let n={common:{issues:[],contextualErrorMap:r?.errorMap,async:!0},path:r?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:io(e)},i=this._parse({data:e,path:n.path,parent:n}),s=await(_g(i)?i:Promise.resolve(i));return mK(n,s)}refine(e,r){let n=i=>typeof r=="string"||typeof r>"u"?{message:r}:typeof r=="function"?r(i):r;return this._refinement((i,s)=>{let o=e(i),a=()=>s.addIssue({code:M.custom,...n(i)});return typeof Promise<"u"&&o instanceof Promise?o.then(A=>A?!0:(a(),!1)):o?!0:(a(),!1)})}refinement(e,r){return this._refinement((n,i)=>e(n)?!0:(i.addIssue(typeof r=="function"?r(n,i):r),!1))}_refinement(e){return new Hn({schema:this,typeName:ge.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this["~standard"]={version:1,vendor:"zod",validate:r=>this["~validate"](r)}}optional(){return Bi.create(this,this._def)}nullable(){return Cs.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return oo.create(this)}promise(){return pa.create(this,this._def)}or(e){return kA.create([this,e],this._def)}and(e){return PA.create(this,e,this._def)}transform(e){return new Hn({...Be(this._def),schema:this,typeName:ge.ZodEffects,effect:{type:"transform",transform:e}})}default(e){let r=typeof e=="function"?e:()=>e;return new FA({...Be(this._def),innerType:this,defaultValue:r,typeName:ge.ZodDefault})}brand(){return new kg({typeName:ge.ZodBranded,type:this,...Be(this._def)})}catch(e){let r=typeof e=="function"?e:()=>e;return new UA({...Be(this._def),innerType:this,catchValue:r,typeName:ge.ZodCatch})}describe(e){let r=this.constructor;return new r({...this._def,description:e})}pipe(e){return Pg.create(this,e)}readonly(){return qA.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},PRe=/^c[^\s-]{8,}$/i,TRe=/^[0-9a-z]+$/,ORe=/^[0-9A-HJKMNP-TV-Z]{26}$/i,MRe=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,LRe=/^[a-z0-9_-]{21}$/i,FRe=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,URe=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,qRe=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,HRe="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$",y_,zRe=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,jRe=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,GRe=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,YRe=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,JRe=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,VRe=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,CK="((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))",WRe=new RegExp(`^${CK}$`);function IK(t){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return t.precision?e=`${e}\\.\\d{${t.precision}}`:t.precision==null&&(e=`${e}(\\.\\d+)?`),e}function $Re(t){return new RegExp(`^${IK(t)}$`)}function BK(t){let e=`${CK}T${IK(t)}`,r=[];return r.push(t.local?"Z?":"Z"),t.offset&&r.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${r.join("|")})`,new RegExp(`^${e}$`)}function KRe(t,e){return!!((e==="v4"||!e)&&zRe.test(t)||(e==="v6"||!e)&&GRe.test(t))}function XRe(t,e){if(!FRe.test(t))return!1;try{let[r]=t.split("."),n=r.replace(/-/g,"+").replace(/_/g,"/").padEnd(r.length+(4-r.length%4)%4,"="),i=JSON.parse(atob(n));return!(typeof i!="object"||i===null||!i.typ||!i.alg||e&&i.alg!==e)}catch{return!1}}function ZRe(t,e){return!!((e==="v4"||!e)&&jRe.test(t)||(e==="v6"||!e)&&YRe.test(t))}var ga=class t extends Qe{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==ee.string){let s=this._getOrReturnCtx(e);return Y(s,{code:M.invalid_type,expected:ee.string,received:s.parsedType}),pe}let n=new Ur,i;for(let s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(i=this._getOrReturnCtx(e,i),Y(i,{code:M.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="max")e.data.length>s.value&&(i=this._getOrReturnCtx(e,i),Y(i,{code:M.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){let o=e.data.length>s.value,a=e.data.length<s.value;(o||a)&&(i=this._getOrReturnCtx(e,i),o?Y(i,{code:M.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):a&&Y(i,{code:M.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")qRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"email",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")y_||(y_=new RegExp(HRe,"u")),y_.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"emoji",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")MRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"uuid",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")LRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"nanoid",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")PRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"cuid",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")TRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"cuid2",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")ORe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"ulid",code:M.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),Y(i,{validation:"url",code:M.invalid_string,message:s.message}),n.dirty()}else s.kind==="regex"?(s.regex.lastIndex=0,s.regex.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"regex",code:M.invalid_string,message:s.message}),n.dirty())):s.kind==="trim"?e.data=e.data.trim():s.kind==="includes"?e.data.includes(s.value,s.position)||(i=this._getOrReturnCtx(e,i),Y(i,{code:M.invalid_string,validation:{includes:s.value,position:s.position},message:s.message}),n.dirty()):s.kind==="toLowerCase"?e.data=e.data.toLowerCase():s.kind==="toUpperCase"?e.data=e.data.toUpperCase():s.kind==="startsWith"?e.data.startsWith(s.value)||(i=this._getOrReturnCtx(e,i),Y(i,{code:M.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(i=this._getOrReturnCtx(e,i),Y(i,{code:M.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?BK(s).test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{code:M.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?WRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{code:M.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?$Re(s).test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{code:M.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?URe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"duration",code:M.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?KRe(e.data,s.version)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"ip",code:M.invalid_string,message:s.message}),n.dirty()):s.kind==="jwt"?XRe(e.data,s.alg)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"jwt",code:M.invalid_string,message:s.message}),n.dirty()):s.kind==="cidr"?ZRe(e.data,s.version)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"cidr",code:M.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?JRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"base64",code:M.invalid_string,message:s.message}),n.dirty()):s.kind==="base64url"?VRe.test(e.data)||(i=this._getOrReturnCtx(e,i),Y(i,{validation:"base64url",code:M.invalid_string,message:s.message}),n.dirty()):ze.assertNever(s);return{status:n.value,value:e.data}}_regex(e,r,n){return this.refinement(i=>e.test(i),{validation:r,code:M.invalid_string,...ie.errToObj(n)})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...ie.errToObj(e)})}url(e){return this._addCheck({kind:"url",...ie.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...ie.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...ie.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...ie.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...ie.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...ie.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...ie.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...ie.errToObj(e)})}base64url(e){return this._addCheck({kind:"base64url",...ie.errToObj(e)})}jwt(e){return this._addCheck({kind:"jwt",...ie.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...ie.errToObj(e)})}cidr(e){return this._addCheck({kind:"cidr",...ie.errToObj(e)})}datetime(e){var r,n;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof e?.precision>"u"?null:e?.precision,offset:(r=e?.offset)!==null&&r!==void 0?r:!1,local:(n=e?.local)!==null&&n!==void 0?n:!1,...ie.errToObj(e?.message)})}date(e){return this._addCheck({kind:"date",message:e})}time(e){return typeof e=="string"?this._addCheck({kind:"time",precision:null,message:e}):this._addCheck({kind:"time",precision:typeof e?.precision>"u"?null:e?.precision,...ie.errToObj(e?.message)})}duration(e){return this._addCheck({kind:"duration",...ie.errToObj(e)})}regex(e,r){return this._addCheck({kind:"regex",regex:e,...ie.errToObj(r)})}includes(e,r){return this._addCheck({kind:"includes",value:e,position:r?.position,...ie.errToObj(r?.message)})}startsWith(e,r){return this._addCheck({kind:"startsWith",value:e,...ie.errToObj(r)})}endsWith(e,r){return this._addCheck({kind:"endsWith",value:e,...ie.errToObj(r)})}min(e,r){return this._addCheck({kind:"min",value:e,...ie.errToObj(r)})}max(e,r){return this._addCheck({kind:"max",value:e,...ie.errToObj(r)})}length(e,r){return this._addCheck({kind:"length",value:e,...ie.errToObj(r)})}nonempty(e){return this.min(1,ie.errToObj(e))}trim(){return new t({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new t({...this._def,checks:[...this._def.checks,{kind:"toUpperCase"}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind==="datetime")}get isDate(){return!!this._def.checks.find(e=>e.kind==="date")}get isTime(){return!!this._def.checks.find(e=>e.kind==="time")}get isDuration(){return!!this._def.checks.find(e=>e.kind==="duration")}get isEmail(){return!!this._def.checks.find(e=>e.kind==="email")}get isURL(){return!!this._def.checks.find(e=>e.kind==="url")}get isEmoji(){return!!this._def.checks.find(e=>e.kind==="emoji")}get isUUID(){return!!this._def.checks.find(e=>e.kind==="uuid")}get isNANOID(){return!!this._def.checks.find(e=>e.kind==="nanoid")}get isCUID(){return!!this._def.checks.find(e=>e.kind==="cuid")}get isCUID2(){return!!this._def.checks.find(e=>e.kind==="cuid2")}get isULID(){return!!this._def.checks.find(e=>e.kind==="ulid")}get isIP(){return!!this._def.checks.find(e=>e.kind==="ip")}get isCIDR(){return!!this._def.checks.find(e=>e.kind==="cidr")}get isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get isBase64url(){return!!this._def.checks.find(e=>e.kind==="base64url")}get minLength(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxLength(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};ga.create=t=>{var e;return new ga({checks:[],typeName:ge.ZodString,coerce:(e=t?.coerce)!==null&&e!==void 0?e:!1,...Be(t)})};function eDe(t,e){let r=(t.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,i=r>n?r:n,s=parseInt(t.toFixed(i).replace(".","")),o=parseInt(e.toFixed(i).replace(".",""));return s%o/Math.pow(10,i)}var SA=class t extends Qe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==ee.number){let s=this._getOrReturnCtx(e);return Y(s,{code:M.invalid_type,expected:ee.number,received:s.parsedType}),pe}let n,i=new Ur;for(let s of this._def.checks)s.kind==="int"?ze.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),Y(n,{code:M.invalid_type,expected:"integer",received:"float",message:s.message}),i.dirty()):s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),Y(n,{code:M.too_small,minimum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),i.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),Y(n,{code:M.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),i.dirty()):s.kind==="multipleOf"?eDe(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),Y(n,{code:M.not_multiple_of,multipleOf:s.value,message:s.message}),i.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),Y(n,{code:M.not_finite,message:s.message}),i.dirty()):ze.assertNever(s);return{status:i.value,value:e.data}}gte(e,r){return this.setLimit("min",e,!0,ie.toString(r))}gt(e,r){return this.setLimit("min",e,!1,ie.toString(r))}lte(e,r){return this.setLimit("max",e,!0,ie.toString(r))}lt(e,r){return this.setLimit("max",e,!1,ie.toString(r))}setLimit(e,r,n,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:ie.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:ie.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:ie.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:ie.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:ie.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:ie.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:ie.toString(r)})}finite(e){return this._addCheck({kind:"finite",message:ie.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:ie.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:ie.toString(e)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&ze.isInteger(e.value))}get isFinite(){let e=null,r=null;for(let n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(r===null||n.value>r)&&(r=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(r)&&Number.isFinite(e)}};SA.create=t=>new SA({checks:[],typeName:ge.ZodNumber,coerce:t?.coerce||!1,...Be(t)});var xA=class t extends Qe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==ee.bigint)return this._getInvalidInput(e);let n,i=new Ur;for(let s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),Y(n,{code:M.too_small,type:"bigint",minimum:s.value,inclusive:s.inclusive,message:s.message}),i.dirty()):s.kind==="max"?(s.inclusive?e.data>s.value:e.data>=s.value)&&(n=this._getOrReturnCtx(e,n),Y(n,{code:M.too_big,type:"bigint",maximum:s.value,inclusive:s.inclusive,message:s.message}),i.dirty()):s.kind==="multipleOf"?e.data%s.value!==BigInt(0)&&(n=this._getOrReturnCtx(e,n),Y(n,{code:M.not_multiple_of,multipleOf:s.value,message:s.message}),i.dirty()):ze.assertNever(s);return{status:i.value,value:e.data}}_getInvalidInput(e){let r=this._getOrReturnCtx(e);return Y(r,{code:M.invalid_type,expected:ee.bigint,received:r.parsedType}),pe}gte(e,r){return this.setLimit("min",e,!0,ie.toString(r))}gt(e,r){return this.setLimit("min",e,!1,ie.toString(r))}lte(e,r){return this.setLimit("max",e,!0,ie.toString(r))}lt(e,r){return this.setLimit("max",e,!1,ie.toString(r))}setLimit(e,r,n,i){return new t({...this._def,checks:[...this._def.checks,{kind:e,value:r,inclusive:n,message:ie.toString(i)}]})}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:ie.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:ie.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:ie.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:ie.toString(e)})}multipleOf(e,r){return this._addCheck({kind:"multipleOf",value:e,message:ie.toString(r)})}get minValue(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e}get maxValue(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e}};xA.create=t=>{var e;return new xA({checks:[],typeName:ge.ZodBigInt,coerce:(e=t?.coerce)!==null&&e!==void 0?e:!1,...Be(t)})};var vA=class extends Qe{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==ee.boolean){let n=this._getOrReturnCtx(e);return Y(n,{code:M.invalid_type,expected:ee.boolean,received:n.parsedType}),pe}return Kr(e.data)}};vA.create=t=>new vA({typeName:ge.ZodBoolean,coerce:t?.coerce||!1,...Be(t)});var RA=class t extends Qe{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==ee.date){let s=this._getOrReturnCtx(e);return Y(s,{code:M.invalid_type,expected:ee.date,received:s.parsedType}),pe}if(isNaN(e.data.getTime())){let s=this._getOrReturnCtx(e);return Y(s,{code:M.invalid_date}),pe}let n=new Ur,i;for(let s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(i=this._getOrReturnCtx(e,i),Y(i,{code:M.too_small,message:s.message,inclusive:!0,exact:!1,minimum:s.value,type:"date"}),n.dirty()):s.kind==="max"?e.data.getTime()>s.value&&(i=this._getOrReturnCtx(e,i),Y(i,{code:M.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):ze.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new t({...this._def,checks:[...this._def.checks,e]})}min(e,r){return this._addCheck({kind:"min",value:e.getTime(),message:ie.toString(r)})}max(e,r){return this._addCheck({kind:"max",value:e.getTime(),message:ie.toString(r)})}get minDate(){let e=null;for(let r of this._def.checks)r.kind==="min"&&(e===null||r.value>e)&&(e=r.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(let r of this._def.checks)r.kind==="max"&&(e===null||r.value<e)&&(e=r.value);return e!=null?new Date(e):null}};RA.create=t=>new RA({checks:[],coerce:t?.coerce||!1,typeName:ge.ZodDate,...Be(t)});var sd=class extends Qe{_parse(e){if(this._getType(e)!==ee.symbol){let n=this._getOrReturnCtx(e);return Y(n,{code:M.invalid_type,expected:ee.symbol,received:n.parsedType}),pe}return Kr(e.data)}};sd.create=t=>new sd({typeName:ge.ZodSymbol,...Be(t)});var DA=class extends Qe{_parse(e){if(this._getType(e)!==ee.undefined){let n=this._getOrReturnCtx(e);return Y(n,{code:M.invalid_type,expected:ee.undefined,received:n.parsedType}),pe}return Kr(e.data)}};DA.create=t=>new DA({typeName:ge.ZodUndefined,...Be(t)});var _A=class extends Qe{_parse(e){if(this._getType(e)!==ee.null){let n=this._getOrReturnCtx(e);return Y(n,{code:M.invalid_type,expected:ee.null,received:n.parsedType}),pe}return Kr(e.data)}};_A.create=t=>new _A({typeName:ge.ZodNull,...Be(t)});var ma=class extends Qe{constructor(){super(...arguments),this._any=!0}_parse(e){return Kr(e.data)}};ma.create=t=>new ma({typeName:ge.ZodAny,...Be(t)});var so=class extends Qe{constructor(){super(...arguments),this._unknown=!0}_parse(e){return Kr(e.data)}};so.create=t=>new so({typeName:ge.ZodUnknown,...Be(t)});var Hi=class extends Qe{_parse(e){let r=this._getOrReturnCtx(e);return Y(r,{code:M.invalid_type,expected:ee.never,received:r.parsedType}),pe}};Hi.create=t=>new Hi({typeName:ge.ZodNever,...Be(t)});var od=class extends Qe{_parse(e){if(this._getType(e)!==ee.undefined){let n=this._getOrReturnCtx(e);return Y(n,{code:M.invalid_type,expected:ee.void,received:n.parsedType}),pe}return Kr(e.data)}};od.create=t=>new od({typeName:ge.ZodVoid,...Be(t)});var oo=class t extends Qe{_parse(e){let{ctx:r,status:n}=this._processInputParams(e),i=this._def;if(r.parsedType!==ee.array)return Y(r,{code:M.invalid_type,expected:ee.array,received:r.parsedType}),pe;if(i.exactLength!==null){let o=r.data.length>i.exactLength.value,a=r.data.length<i.exactLength.value;(o||a)&&(Y(r,{code:o?M.too_big:M.too_small,minimum:a?i.exactLength.value:void 0,maximum:o?i.exactLength.value:void 0,type:"array",inclusive:!0,exact:!0,message:i.exactLength.message}),n.dirty())}if(i.minLength!==null&&r.data.length<i.minLength.value&&(Y(r,{code:M.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),n.dirty()),i.maxLength!==null&&r.data.length>i.maxLength.value&&(Y(r,{code:M.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),n.dirty()),r.common.async)return Promise.all([...r.data].map((o,a)=>i.type._parseAsync(new Qi(r,o,r.path,a)))).then(o=>Ur.mergeArray(n,o));let s=[...r.data].map((o,a)=>i.type._parseSync(new Qi(r,o,r.path,a)));return Ur.mergeArray(n,s)}get element(){return this._def.type}min(e,r){return new t({...this._def,minLength:{value:e,message:ie.toString(r)}})}max(e,r){return new t({...this._def,maxLength:{value:e,message:ie.toString(r)}})}length(e,r){return new t({...this._def,exactLength:{value:e,message:ie.toString(r)}})}nonempty(e){return this.min(1,e)}};oo.create=(t,e)=>new oo({type:t,minLength:null,maxLength:null,exactLength:null,typeName:ge.ZodArray,...Be(e)});function rd(t){if(t instanceof Nn){let e={};for(let r in t.shape){let n=t.shape[r];e[r]=Bi.create(rd(n))}return new Nn({...t._def,shape:()=>e})}else return t instanceof oo?new oo({...t._def,type:rd(t.element)}):t instanceof Bi?Bi.create(rd(t.unwrap())):t instanceof Cs?Cs.create(rd(t.unwrap())):t instanceof Es?Es.create(t.items.map(e=>rd(e))):t}var Nn=class t extends Qe{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),r=ze.objectKeys(e);return this._cached={shape:e,keys:r}}_parse(e){if(this._getType(e)!==ee.object){let c=this._getOrReturnCtx(e);return Y(c,{code:M.invalid_type,expected:ee.object,received:c.parsedType}),pe}let{status:n,ctx:i}=this._processInputParams(e),{shape:s,keys:o}=this._getCached(),a=[];if(!(this._def.catchall instanceof Hi&&this._def.unknownKeys==="strip"))for(let c in i.data)o.includes(c)||a.push(c);let A=[];for(let c of o){let l=s[c],u=i.data[c];A.push({key:{status:"valid",value:c},value:l._parse(new Qi(i,u,i.path,c)),alwaysSet:c in i.data})}if(this._def.catchall instanceof Hi){let c=this._def.unknownKeys;if(c==="passthrough")for(let l of a)A.push({key:{status:"valid",value:l},value:{status:"valid",value:i.data[l]}});else if(c==="strict")a.length>0&&(Y(i,{code:M.unrecognized_keys,keys:a}),n.dirty());else if(c!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{let c=this._def.catchall;for(let l of a){let u=i.data[l];A.push({key:{status:"valid",value:l},value:c._parse(new Qi(i,u,i.path,l)),alwaysSet:l in i.data})}}return i.common.async?Promise.resolve().then(async()=>{let c=[];for(let l of A){let u=await l.key,d=await l.value;c.push({key:u,value:d,alwaysSet:l.alwaysSet})}return c}).then(c=>Ur.mergeObjectSync(n,c)):Ur.mergeObjectSync(n,A)}get shape(){return this._def.shape()}strict(e){return ie.errToObj,new t({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(r,n)=>{var i,s,o,a;let A=(o=(s=(i=this._def).errorMap)===null||s===void 0?void 0:s.call(i,r,n).message)!==null&&o!==void 0?o:n.defaultError;return r.code==="unrecognized_keys"?{message:(a=ie.errToObj(e).message)!==null&&a!==void 0?a:A}:{message:A}}}:{}})}strip(){return new t({...this._def,unknownKeys:"strip"})}passthrough(){return new t({...this._def,unknownKeys:"passthrough"})}extend(e){return new t({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new t({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:ge.ZodObject})}setKey(e,r){return this.augment({[e]:r})}catchall(e){return new t({...this._def,catchall:e})}pick(e){let r={};return ze.objectKeys(e).forEach(n=>{e[n]&&this.shape[n]&&(r[n]=this.shape[n])}),new t({...this._def,shape:()=>r})}omit(e){let r={};return ze.objectKeys(this.shape).forEach(n=>{e[n]||(r[n]=this.shape[n])}),new t({...this._def,shape:()=>r})}deepPartial(){return rd(this)}partial(e){let r={};return ze.objectKeys(this.shape).forEach(n=>{let i=this.shape[n];e&&!e[n]?r[n]=i:r[n]=i.optional()}),new t({...this._def,shape:()=>r})}required(e){let r={};return ze.objectKeys(this.shape).forEach(n=>{if(e&&!e[n])r[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof Bi;)s=s._def.innerType;r[n]=s}}),new t({...this._def,shape:()=>r})}keyof(){return QK(ze.objectKeys(this.shape))}};Nn.create=(t,e)=>new Nn({shape:()=>t,unknownKeys:"strip",catchall:Hi.create(),typeName:ge.ZodObject,...Be(e)});Nn.strictCreate=(t,e)=>new Nn({shape:()=>t,unknownKeys:"strict",catchall:Hi.create(),typeName:ge.ZodObject,...Be(e)});Nn.lazycreate=(t,e)=>new Nn({shape:t,unknownKeys:"strip",catchall:Hi.create(),typeName:ge.ZodObject,...Be(e)});var kA=class extends Qe{_parse(e){let{ctx:r}=this._processInputParams(e),n=this._def.options;function i(s){for(let a of s)if(a.result.status==="valid")return a.result;for(let a of s)if(a.result.status==="dirty")return r.common.issues.push(...a.ctx.common.issues),a.result;let o=s.map(a=>new $r(a.ctx.common.issues));return Y(r,{code:M.invalid_union,unionErrors:o}),pe}if(r.common.async)return Promise.all(n.map(async s=>{let o={...r,common:{...r.common,issues:[]},parent:null};return{result:await s._parseAsync({data:r.data,path:r.path,parent:o}),ctx:o}})).then(i);{let s,o=[];for(let A of n){let c={...r,common:{...r.common,issues:[]},parent:null},l=A._parseSync({data:r.data,path:r.path,parent:c});if(l.status==="valid")return l;l.status==="dirty"&&!s&&(s={result:l,ctx:c}),c.common.issues.length&&o.push(c.common.issues)}if(s)return r.common.issues.push(...s.ctx.common.issues),s.result;let a=o.map(A=>new $r(A));return Y(r,{code:M.invalid_union,unionErrors:a}),pe}}get options(){return this._def.options}};kA.create=(t,e)=>new kA({options:t,typeName:ge.ZodUnion,...Be(e)});var no=t=>t instanceof TA?no(t.schema):t instanceof Hn?no(t.innerType()):t instanceof OA?[t.value]:t instanceof MA?t.options:t instanceof LA?ze.objectValues(t.enum):t instanceof FA?no(t._def.innerType):t instanceof DA?[void 0]:t instanceof _A?[null]:t instanceof Bi?[void 0,...no(t.unwrap())]:t instanceof Cs?[null,...no(t.unwrap())]:t instanceof kg||t instanceof qA?no(t.unwrap()):t instanceof UA?no(t._def.innerType):[],oB=class t extends Qe{_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==ee.object)return Y(r,{code:M.invalid_type,expected:ee.object,received:r.parsedType}),pe;let n=this.discriminator,i=r.data[n],s=this.optionsMap.get(i);return s?r.common.async?s._parseAsync({data:r.data,path:r.path,parent:r}):s._parseSync({data:r.data,path:r.path,parent:r}):(Y(r,{code:M.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),pe)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,r,n){let i=new Map;for(let s of r){let o=no(s.shape[e]);if(!o.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(let a of o){if(i.has(a))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(a)}`);i.set(a,s)}}return new t({typeName:ge.ZodDiscriminatedUnion,discriminator:e,options:r,optionsMap:i,...Be(n)})}};function B_(t,e){let r=io(t),n=io(e);if(t===e)return{valid:!0,data:t};if(r===ee.object&&n===ee.object){let i=ze.objectKeys(e),s=ze.objectKeys(t).filter(a=>i.indexOf(a)!==-1),o={...t,...e};for(let a of s){let A=B_(t[a],e[a]);if(!A.valid)return{valid:!1};o[a]=A.data}return{valid:!0,data:o}}else if(r===ee.array&&n===ee.array){if(t.length!==e.length)return{valid:!1};let i=[];for(let s=0;s<t.length;s++){let o=t[s],a=e[s],A=B_(o,a);if(!A.valid)return{valid:!1};i.push(A.data)}return{valid:!0,data:i}}else return r===ee.date&&n===ee.date&&+t==+e?{valid:!0,data:t}:{valid:!1}}var PA=class extends Qe{_parse(e){let{status:r,ctx:n}=this._processInputParams(e),i=(s,o)=>{if(C_(s)||C_(o))return pe;let a=B_(s.value,o.value);return a.valid?((I_(s)||I_(o))&&r.dirty(),{status:r.value,value:a.data}):(Y(n,{code:M.invalid_intersection_types}),pe)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([s,o])=>i(s,o)):i(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};PA.create=(t,e,r)=>new PA({left:t,right:e,typeName:ge.ZodIntersection,...Be(r)});var Es=class t extends Qe{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==ee.array)return Y(n,{code:M.invalid_type,expected:ee.array,received:n.parsedType}),pe;if(n.data.length<this._def.items.length)return Y(n,{code:M.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),pe;!this._def.rest&&n.data.length>this._def.items.length&&(Y(n,{code:M.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),r.dirty());let s=[...n.data].map((o,a)=>{let A=this._def.items[a]||this._def.rest;return A?A._parse(new Qi(n,o,n.path,a)):null}).filter(o=>!!o);return n.common.async?Promise.all(s).then(o=>Ur.mergeArray(r,o)):Ur.mergeArray(r,s)}get items(){return this._def.items}rest(e){return new t({...this._def,rest:e})}};Es.create=(t,e)=>{if(!Array.isArray(t))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new Es({items:t,typeName:ge.ZodTuple,rest:null,...Be(e)})};var aB=class t extends Qe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==ee.object)return Y(n,{code:M.invalid_type,expected:ee.object,received:n.parsedType}),pe;let i=[],s=this._def.keyType,o=this._def.valueType;for(let a in n.data)i.push({key:s._parse(new Qi(n,a,n.path,a)),value:o._parse(new Qi(n,n.data[a],n.path,a)),alwaysSet:a in n.data});return n.common.async?Ur.mergeObjectAsync(r,i):Ur.mergeObjectSync(r,i)}get element(){return this._def.valueType}static create(e,r,n){return r instanceof Qe?new t({keyType:e,valueType:r,typeName:ge.ZodRecord,...Be(n)}):new t({keyType:ga.create(),valueType:e,typeName:ge.ZodRecord,...Be(r)})}},ad=class extends Qe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==ee.map)return Y(n,{code:M.invalid_type,expected:ee.map,received:n.parsedType}),pe;let i=this._def.keyType,s=this._def.valueType,o=[...n.data.entries()].map(([a,A],c)=>({key:i._parse(new Qi(n,a,n.path,[c,"key"])),value:s._parse(new Qi(n,A,n.path,[c,"value"]))}));if(n.common.async){let a=new Map;return Promise.resolve().then(async()=>{for(let A of o){let c=await A.key,l=await A.value;if(c.status==="aborted"||l.status==="aborted")return pe;(c.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(c.value,l.value)}return{status:r.value,value:a}})}else{let a=new Map;for(let A of o){let c=A.key,l=A.value;if(c.status==="aborted"||l.status==="aborted")return pe;(c.status==="dirty"||l.status==="dirty")&&r.dirty(),a.set(c.value,l.value)}return{status:r.value,value:a}}}};ad.create=(t,e,r)=>new ad({valueType:e,keyType:t,typeName:ge.ZodMap,...Be(r)});var Ad=class t extends Qe{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.parsedType!==ee.set)return Y(n,{code:M.invalid_type,expected:ee.set,received:n.parsedType}),pe;let i=this._def;i.minSize!==null&&n.data.size<i.minSize.value&&(Y(n,{code:M.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),r.dirty()),i.maxSize!==null&&n.data.size>i.maxSize.value&&(Y(n,{code:M.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),r.dirty());let s=this._def.valueType;function o(A){let c=new Set;for(let l of A){if(l.status==="aborted")return pe;l.status==="dirty"&&r.dirty(),c.add(l.value)}return{status:r.value,value:c}}let a=[...n.data.values()].map((A,c)=>s._parse(new Qi(n,A,n.path,c)));return n.common.async?Promise.all(a).then(A=>o(A)):o(a)}min(e,r){return new t({...this._def,minSize:{value:e,message:ie.toString(r)}})}max(e,r){return new t({...this._def,maxSize:{value:e,message:ie.toString(r)}})}size(e,r){return this.min(e,r).max(e,r)}nonempty(e){return this.min(1,e)}};Ad.create=(t,e)=>new Ad({valueType:t,minSize:null,maxSize:null,typeName:ge.ZodSet,...Be(e)});var AB=class t extends Qe{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==ee.function)return Y(r,{code:M.invalid_type,expected:ee.function,received:r.parsedType}),pe;function n(a,A){return iB({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,nB(),id].filter(c=>!!c),issueData:{code:M.invalid_arguments,argumentsError:A}})}function i(a,A){return iB({data:a,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,nB(),id].filter(c=>!!c),issueData:{code:M.invalid_return_type,returnTypeError:A}})}let s={errorMap:r.common.contextualErrorMap},o=r.data;if(this._def.returns instanceof pa){let a=this;return Kr(async function(...A){let c=new $r([]),l=await a._def.args.parseAsync(A,s).catch(f=>{throw c.addIssue(n(A,f)),c}),u=await Reflect.apply(o,this,l);return await a._def.returns._def.type.parseAsync(u,s).catch(f=>{throw c.addIssue(i(u,f)),c})})}else{let a=this;return Kr(function(...A){let c=a._def.args.safeParse(A,s);if(!c.success)throw new $r([n(A,c.error)]);let l=Reflect.apply(o,this,c.data),u=a._def.returns.safeParse(l,s);if(!u.success)throw new $r([i(l,u.error)]);return u.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new t({...this._def,args:Es.create(e).rest(so.create())})}returns(e){return new t({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,r,n){return new t({args:e||Es.create([]).rest(so.create()),returns:r||so.create(),typeName:ge.ZodFunction,...Be(n)})}},TA=class extends Qe{get schema(){return this._def.getter()}_parse(e){let{ctx:r}=this._processInputParams(e);return this._def.getter()._parse({data:r.data,path:r.path,parent:r})}};TA.create=(t,e)=>new TA({getter:t,typeName:ge.ZodLazy,...Be(e)});var OA=class extends Qe{_parse(e){if(e.data!==this._def.value){let r=this._getOrReturnCtx(e);return Y(r,{received:r.data,code:M.invalid_literal,expected:this._def.value}),pe}return{status:"valid",value:e.data}}get value(){return this._def.value}};OA.create=(t,e)=>new OA({value:t,typeName:ge.ZodLiteral,...Be(e)});function QK(t,e){return new MA({values:t,typeName:ge.ZodEnum,...Be(e)})}var MA=class t extends Qe{constructor(){super(...arguments),Rg.set(this,void 0)}_parse(e){if(typeof e.data!="string"){let r=this._getOrReturnCtx(e),n=this._def.values;return Y(r,{expected:ze.joinValues(n),received:r.parsedType,code:M.invalid_type}),pe}if(sB(this,Rg,"f")||EK(this,Rg,new Set(this._def.values),"f"),!sB(this,Rg,"f").has(e.data)){let r=this._getOrReturnCtx(e),n=this._def.values;return Y(r,{received:r.data,code:M.invalid_enum_value,options:n}),pe}return Kr(e.data)}get options(){return this._def.values}get enum(){let e={};for(let r of this._def.values)e[r]=r;return e}get Values(){let e={};for(let r of this._def.values)e[r]=r;return e}get Enum(){let e={};for(let r of this._def.values)e[r]=r;return e}extract(e,r=this._def){return t.create(e,{...this._def,...r})}exclude(e,r=this._def){return t.create(this.options.filter(n=>!e.includes(n)),{...this._def,...r})}};Rg=new WeakMap;MA.create=QK;var LA=class extends Qe{constructor(){super(...arguments),Dg.set(this,void 0)}_parse(e){let r=ze.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==ee.string&&n.parsedType!==ee.number){let i=ze.objectValues(r);return Y(n,{expected:ze.joinValues(i),received:n.parsedType,code:M.invalid_type}),pe}if(sB(this,Dg,"f")||EK(this,Dg,new Set(ze.getValidEnumValues(this._def.values)),"f"),!sB(this,Dg,"f").has(e.data)){let i=ze.objectValues(r);return Y(n,{received:n.data,code:M.invalid_enum_value,options:i}),pe}return Kr(e.data)}get enum(){return this._def.values}};Dg=new WeakMap;LA.create=(t,e)=>new LA({values:t,typeName:ge.ZodNativeEnum,...Be(e)});var pa=class extends Qe{unwrap(){return this._def.type}_parse(e){let{ctx:r}=this._processInputParams(e);if(r.parsedType!==ee.promise&&r.common.async===!1)return Y(r,{code:M.invalid_type,expected:ee.promise,received:r.parsedType}),pe;let n=r.parsedType===ee.promise?r.data:Promise.resolve(r.data);return Kr(n.then(i=>this._def.type.parseAsync(i,{path:r.path,errorMap:r.common.contextualErrorMap})))}};pa.create=(t,e)=>new pa({type:t,typeName:ge.ZodPromise,...Be(e)});var Hn=class extends Qe{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===ge.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:r,ctx:n}=this._processInputParams(e),i=this._def.effect||null,s={addIssue:o=>{Y(n,o),o.fatal?r.abort():r.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),i.type==="preprocess"){let o=i.transform(n.data,s);if(n.common.async)return Promise.resolve(o).then(async a=>{if(r.value==="aborted")return pe;let A=await this._def.schema._parseAsync({data:a,path:n.path,parent:n});return A.status==="aborted"?pe:A.status==="dirty"||r.value==="dirty"?nd(A.value):A});{if(r.value==="aborted")return pe;let a=this._def.schema._parseSync({data:o,path:n.path,parent:n});return a.status==="aborted"?pe:a.status==="dirty"||r.value==="dirty"?nd(a.value):a}}if(i.type==="refinement"){let o=a=>{let A=i.refinement(a,s);if(n.common.async)return Promise.resolve(A);if(A instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return a};if(n.common.async===!1){let a=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return a.status==="aborted"?pe:(a.status==="dirty"&&r.dirty(),o(a.value),{status:r.value,value:a.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(a=>a.status==="aborted"?pe:(a.status==="dirty"&&r.dirty(),o(a.value).then(()=>({status:r.value,value:a.value}))))}if(i.type==="transform")if(n.common.async===!1){let o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!wA(o))return o;let a=i.transform(o.value,s);if(a instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:r.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>wA(o)?Promise.resolve(i.transform(o.value,s)).then(a=>({status:r.value,value:a})):o);ze.assertNever(i)}};Hn.create=(t,e,r)=>new Hn({schema:t,typeName:ge.ZodEffects,effect:e,...Be(r)});Hn.createWithPreprocess=(t,e,r)=>new Hn({schema:e,effect:{type:"preprocess",transform:t},typeName:ge.ZodEffects,...Be(r)});var Bi=class extends Qe{_parse(e){return this._getType(e)===ee.undefined?Kr(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Bi.create=(t,e)=>new Bi({innerType:t,typeName:ge.ZodOptional,...Be(e)});var Cs=class extends Qe{_parse(e){return this._getType(e)===ee.null?Kr(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Cs.create=(t,e)=>new Cs({innerType:t,typeName:ge.ZodNullable,...Be(e)});var FA=class extends Qe{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return r.parsedType===ee.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:r.path,parent:r})}removeDefault(){return this._def.innerType}};FA.create=(t,e)=>new FA({innerType:t,typeName:ge.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Be(e)});var UA=class extends Qe{_parse(e){let{ctx:r}=this._processInputParams(e),n={...r,common:{...r.common,issues:[]}},i=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return _g(i)?i.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new $r(n.common.issues)},input:n.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new $r(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};UA.create=(t,e)=>new UA({innerType:t,typeName:ge.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Be(e)});var cd=class extends Qe{_parse(e){if(this._getType(e)!==ee.nan){let n=this._getOrReturnCtx(e);return Y(n,{code:M.invalid_type,expected:ee.nan,received:n.parsedType}),pe}return{status:"valid",value:e.data}}};cd.create=t=>new cd({typeName:ge.ZodNaN,...Be(t)});var tDe=Symbol("zod_brand"),kg=class extends Qe{_parse(e){let{ctx:r}=this._processInputParams(e),n=r.data;return this._def.type._parse({data:n,path:r.path,parent:r})}unwrap(){return this._def.type}},Pg=class t extends Qe{_parse(e){let{status:r,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?pe:s.status==="dirty"?(r.dirty(),nd(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{let i=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?pe:i.status==="dirty"?(r.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:n.path,parent:n})}}static create(e,r){return new t({in:e,out:r,typeName:ge.ZodPipeline})}},qA=class extends Qe{_parse(e){let r=this._def.innerType._parse(e),n=i=>(wA(i)&&(i.value=Object.freeze(i.value)),i);return _g(r)?r.then(i=>n(i)):n(r)}unwrap(){return this._def.innerType}};qA.create=(t,e)=>new qA({innerType:t,typeName:ge.ZodReadonly,...Be(e)});function bK(t,e={},r){return t?ma.create().superRefine((n,i)=>{var s,o;if(!t(n)){let a=typeof e=="function"?e(n):typeof e=="string"?{message:e}:e,A=(o=(s=a.fatal)!==null&&s!==void 0?s:r)!==null&&o!==void 0?o:!0,c=typeof a=="string"?{message:a}:a;i.addIssue({code:"custom",...c,fatal:A})}}):ma.create()}var rDe={object:Nn.lazycreate},ge;(function(t){t.ZodString="ZodString",t.ZodNumber="ZodNumber",t.ZodNaN="ZodNaN",t.ZodBigInt="ZodBigInt",t.ZodBoolean="ZodBoolean",t.ZodDate="ZodDate",t.ZodSymbol="ZodSymbol",t.ZodUndefined="ZodUndefined",t.ZodNull="ZodNull",t.ZodAny="ZodAny",t.ZodUnknown="ZodUnknown",t.ZodNever="ZodNever",t.ZodVoid="ZodVoid",t.ZodArray="ZodArray",t.ZodObject="ZodObject",t.ZodUnion="ZodUnion",t.ZodDiscriminatedUnion="ZodDiscriminatedUnion",t.ZodIntersection="ZodIntersection",t.ZodTuple="ZodTuple",t.ZodRecord="ZodRecord",t.ZodMap="ZodMap",t.ZodSet="ZodSet",t.ZodFunction="ZodFunction",t.ZodLazy="ZodLazy",t.ZodLiteral="ZodLiteral",t.ZodEnum="ZodEnum",t.ZodEffects="ZodEffects",t.ZodNativeEnum="ZodNativeEnum",t.ZodOptional="ZodOptional",t.ZodNullable="ZodNullable",t.ZodDefault="ZodDefault",t.ZodCatch="ZodCatch",t.ZodPromise="ZodPromise",t.ZodBranded="ZodBranded",t.ZodPipeline="ZodPipeline",t.ZodReadonly="ZodReadonly"})(ge||(ge={}));var nDe=(t,e={message:`Input not instance of ${t.name}`})=>bK(r=>r instanceof t,e),NK=ga.create,wK=SA.create,iDe=cd.create,sDe=xA.create,SK=vA.create,oDe=RA.create,aDe=sd.create,ADe=DA.create,cDe=_A.create,lDe=ma.create,uDe=so.create,dDe=Hi.create,fDe=od.create,hDe=oo.create,gDe=Nn.create,mDe=Nn.strictCreate,pDe=kA.create,yDe=oB.create,EDe=PA.create,CDe=Es.create,IDe=aB.create,BDe=ad.create,QDe=Ad.create,bDe=AB.create,NDe=TA.create,wDe=OA.create,SDe=MA.create,xDe=LA.create,vDe=pa.create,pK=Hn.create,RDe=Bi.create,DDe=Cs.create,_De=Hn.createWithPreprocess,kDe=Pg.create,PDe=()=>NK().optional(),TDe=()=>wK().optional(),ODe=()=>SK().optional(),MDe={string:(t=>ga.create({...t,coerce:!0})),number:(t=>SA.create({...t,coerce:!0})),boolean:(t=>vA.create({...t,coerce:!0})),bigint:(t=>xA.create({...t,coerce:!0})),date:(t=>RA.create({...t,coerce:!0}))},LDe=pe,Is=Object.freeze({__proto__:null,defaultErrorMap:id,setErrorMap:_Re,getErrorMap:nB,makeIssue:iB,EMPTY_PATH:kRe,addIssueToContext:Y,ParseStatus:Ur,INVALID:pe,DIRTY:nd,OK:Kr,isAborted:C_,isDirty:I_,isValid:wA,isAsync:_g,get util(){return ze},get objectUtil(){return E_},ZodParsedType:ee,getParsedType:io,ZodType:Qe,datetimeRegex:BK,ZodString:ga,ZodNumber:SA,ZodBigInt:xA,ZodBoolean:vA,ZodDate:RA,ZodSymbol:sd,ZodUndefined:DA,ZodNull:_A,ZodAny:ma,ZodUnknown:so,ZodNever:Hi,ZodVoid:od,ZodArray:oo,ZodObject:Nn,ZodUnion:kA,ZodDiscriminatedUnion:oB,ZodIntersection:PA,ZodTuple:Es,ZodRecord:aB,ZodMap:ad,ZodSet:Ad,ZodFunction:AB,ZodLazy:TA,ZodLiteral:OA,ZodEnum:MA,ZodNativeEnum:LA,ZodPromise:pa,ZodEffects:Hn,ZodTransformer:Hn,ZodOptional:Bi,ZodNullable:Cs,ZodDefault:FA,ZodCatch:UA,ZodNaN:cd,BRAND:tDe,ZodBranded:kg,ZodPipeline:Pg,ZodReadonly:qA,custom:bK,Schema:Qe,ZodSchema:Qe,late:rDe,get ZodFirstPartyTypeKind(){return ge},coerce:MDe,any:lDe,array:hDe,bigint:sDe,boolean:SK,date:oDe,discriminatedUnion:yDe,effect:pK,enum:SDe,function:bDe,instanceof:nDe,intersection:EDe,lazy:NDe,literal:wDe,map:BDe,nan:iDe,nativeEnum:xDe,never:dDe,null:cDe,nullable:DDe,number:wK,object:gDe,oboolean:ODe,onumber:TDe,optional:RDe,ostring:PDe,pipeline:kDe,preprocess:_De,promise:vDe,record:IDe,set:QDe,strictObject:mDe,string:NK,symbol:aDe,transformer:pK,tuple:CDe,undefined:ADe,union:pDe,unknown:uDe,void:fDe,NEVER:LDe,ZodIssueCode:M,quotelessJson:DRe,ZodError:$r});var xK=Is.object({recursive:Is.boolean().optional(),cwd:Is.string().optional(),args:Is.array(Is.string()).optional()}),FDe=Is.union([Is.null(),Is.boolean(),xK,Is.array(xK)]);function RK(t){let e=(0,ld.getInput)(t,{required:!0}),r=(0,vK.parse)(e);try{let n=FDe.parse(r);return n?n===!0?[{recursive:!0}]:Array.isArray(n)?n:[n]:[]}catch(n){(0,ld.error)(`Error for input "${t}" = ${e}`),n instanceof $r?(0,ld.error)(`Errors: ${n.errors}`):(0,ld.error)(`Exception: ${n}`),process.exit(1)}}var UDe={required:!0},Q_=t=>(0,DK.default)((0,ud.getInput)(t,UDe)),qDe=()=>({version:(0,ud.getInput)("version"),dest:Q_("dest"),cache:(0,ud.getBooleanInput)("cache"),cacheDependencyPath:Q_("cache_dependency_path"),runInstall:RK("run_install"),packageJsonFile:Q_("package_json_file"),standalone:(0,ud.getBooleanInput)("standalone")}),_K=qDe;var dd=$t(at(),1);var cB=$t(at(),1),OK=$t(p_(),1);import{spawn as jDe}from"child_process";import{rm as w_,writeFile as S_,mkdir as kK,copyFile as GDe}from"fs/promises";import{readFileSync as YDe}from"fs";import ao from"path";import TK from"util";var b_={name:"bootstrap-pnpm",lockfileVersion:3,requires:!0,packages:{"":{dependencies:{pnpm:"latest"}},"node_modules/pnpm":{version:"10.32.1",resolved:"https://registry.npmjs.org/pnpm/-/pnpm-10.32.1.tgz",integrity:"sha512-pwaTjw6JrBRWtlY+q07fHR+vM2jRGR/FxZeQ6W3JGORFarLmfWE94QQ9LoyB+HMD5rQNT/7KnfFe8a1Wc0jyvg==",license:"MIT",bin:{pnpm:"bin/pnpm.cjs",pnpx:"bin/pnpx.cjs"},engines:{node:">=18.12"},funding:{url:"https://opencollective.com/pnpm"}}}};var N_={name:"bootstrap-exe",lockfileVersion:3,requires:!0,packages:{"":{dependencies:{"@pnpm/exe":"latest"}},"node_modules/@pnpm/exe":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/exe/-/exe-10.32.1.tgz",integrity:"sha512-baEtwHeZwmZAdBuuDDL6tbdGg5KpxhPxr3QFfYTGXvY6ws+Z1bN0mQ7ZjcaXBSC1HuLpVXnZ6NsBiaZ2DMv4vg==",hasInstallScript:!0,license:"MIT",bin:{pnpm:"pnpm"},funding:{url:"https://opencollective.com/pnpm"},optionalDependencies:{"@pnpm/linux-arm64":"10.32.1","@pnpm/linux-x64":"10.32.1","@pnpm/macos-arm64":"10.32.1","@pnpm/macos-x64":"10.32.1","@pnpm/win-arm64":"10.32.1","@pnpm/win-x64":"10.32.1"}},"node_modules/@pnpm/linux-arm64":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/linux-arm64/-/linux-arm64-10.32.1.tgz",integrity:"sha512-6uB0B+XvunQwHGzIMk2JCkl4Ur6BtM4XbJSwB/mgpWmXDoX/KTJmgx2lodcTjgJSGSySCHfIVuTR9sj/F2D4EA==",cpu:["arm64"],license:"MIT",optional:!0,os:["linux"],bin:{pnpm:"pnpm"},funding:{url:"https://opencollective.com/pnpm"}},"node_modules/@pnpm/linux-x64":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/linux-x64/-/linux-x64-10.32.1.tgz",integrity:"sha512-AM2tv23Fg7h+nV+adqA/SkZKUysSIEetHfBwYFl8ArgdgkqbGoQy0rAOdKYQBb920CqfexXfI8OA8kPCzRxYng==",cpu:["x64"],license:"MIT",optional:!0,os:["linux"],bin:{pnpm:"pnpm"},funding:{url:"https://opencollective.com/pnpm"}},"node_modules/@pnpm/macos-arm64":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/macos-arm64/-/macos-arm64-10.32.1.tgz",integrity:"sha512-Zr4JkhRbtGVsYgbuGZO0dq/6FPOn072Pdo0ubmqWtc14cUATKgAJD7efG03yqr3MLgtwFHgdtUzZ1WsaYAtUTA==",cpu:["arm64"],license:"MIT",optional:!0,os:["darwin"],bin:{pnpm:"pnpm"},funding:{url:"https://opencollective.com/pnpm"}},"node_modules/@pnpm/macos-x64":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/macos-x64/-/macos-x64-10.32.1.tgz",integrity:"sha512-Yk6q3oFDu//OniXJxfTSHo+aew1LX81FcbzJAtEkcCeTQ0SLbQT6J3QiOMNikp8n8IjNhsy+bn2bdkUxaw+akA==",cpu:["x64"],license:"MIT",optional:!0,os:["darwin"],bin:{pnpm:"pnpm"},funding:{url:"https://opencollective.com/pnpm"}},"node_modules/@pnpm/win-arm64":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/win-arm64/-/win-arm64-10.32.1.tgz",integrity:"sha512-P8rsP5IUetpYjr2iwggoswL2qUukYrJoToXWuMyo8immn58CsYxaXsHVQ1Oq1R3XMfmGGWTXLsiJuQ7H991MRg==",cpu:["arm64"],license:"MIT",optional:!0,os:["win32"],bin:{pnpm:"pnpm.exe"},funding:{url:"https://opencollective.com/pnpm"}},"node_modules/@pnpm/win-x64":{version:"10.32.1",resolved:"https://registry.npmjs.org/@pnpm/win-x64/-/win-x64-10.32.1.tgz",integrity:"sha512-i24GwbtBO8ojrhp8WWimX7NgZs0UKH1171oRt6qcRL+a+FxE0Eggv2y0KP7ZI7F3+LZMarwr3tnYsZryfciUOg==",cpu:["x64"],license:"MIT",optional:!0,os:["win32"],bin:{pnpm:"pnpm.exe"},funding:{url:"https://opencollective.com/pnpm"}}}};var JDe=JSON.stringify({private:!0,dependencies:{pnpm:b_.packages["node_modules/pnpm"].version}}),VDe=JSON.stringify({private:!0,dependencies:{"@pnpm/exe":N_.packages["node_modules/@pnpm/exe"].version}});async function WDe(t){let{version:e,dest:r,packageJsonFile:n,standalone:i}=t,{GITHUB_WORKSPACE:s}=process.env,o=ao.join(r,"..",".pnpm-bootstrap");await w_(o,{recursive:!0,force:!0}),await kK(o,{recursive:!0});let a=i?N_:b_,A=i?VDe:JDe;await S_(ao.join(o,"package.json"),A),await S_(ao.join(o,"package-lock.json"),JSON.stringify(a));let c=await PK("npm",["ci","--ignore-scripts"],{cwd:o});if(c!==0)return c;let l=ao.join(o,"node_modules",".bin","pnpm");await w_(r,{recursive:!0,force:!0}),await kK(r,{recursive:!0});let u=ao.join(r,"package.json");if(await S_(u,JSON.stringify({private:!0})),s)try{await GDe(ao.join(s,".npmrc"),ao.join(r,".npmrc"))}catch(m){if(!TK.types.isNativeError(m)||!("code"in m)||m.code!=="ENOENT")throw m}let f=["install",await $De({version:e,packageJsonFile:n,standalone:i})];s?f.push("--lockfile-dir",s):f.push("--no-lockfile");let g=await PK(l,f,{cwd:r});if(g===0){let m=ao.join(r,"node_modules/.bin");(0,cB.addPath)(m),(0,cB.exportVariable)("PNPM_HOME",m),await w_(o,{recursive:!0,force:!0}).catch(()=>{})}return g}function PK(t,e,r){return new Promise((n,i)=>{let s=jDe(t,e,{cwd:r.cwd,stdio:["pipe","inherit","inherit"]});s.on("error",i),s.on("close",n)})}async function $De(t){let{version:e,packageJsonFile:r,standalone:n}=t,{GITHUB_WORKSPACE:i}=process.env,s;if(i)try{let o=YDe(ao.join(i,r),"utf8");({packageManager:s}=r.endsWith(".yaml")?(0,OK.parse)(o,{merge:!0}):JSON.parse(o))}catch(o){if(!TK.types.isNativeError(o)||!("code"in o)||o.code!=="ENOENT")throw o}if(e){if(typeof s=="string"&&s.startsWith("pnpm@")&&s.replace("pnpm@","")!==e)throw new Error(`Multiple versions of pnpm specified:
- version ${e} in the GitHub Action config with the key "version"
- version ${s} in the package.json with the key "packageManager"
Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_PM_VERSION`);return`${n?"@pnpm/exe":"pnpm"}@${e}`}if(!i)throw new Error(`No workspace is found.
If you've intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file,
please run the actions/checkout before pnpm/action-setup.
Otherwise, please specify the pnpm version in the action configuration.`);if(typeof s!="string")throw new Error(`No pnpm version is specified.
Please specify it by one of the following ways:
- in the GitHub Action config with the key "version"
- in the package.json with the key "packageManager"`);if(!s.startsWith("pnpm@"))throw new Error("Invalid packageManager field in package.json");return n?s.replace("pnpm@","@pnpm/exe@"):s}var MK=WDe;async function KDe(t){(0,dd.startGroup)("Running self-installer...");let e=await MK(t);if((0,dd.endGroup)(),e)return(0,dd.setFailed)(`Something went wrong, self-installer exits with code ${e}`)}var LK=KDe;var Tg=$t(at(),1);import UK from"path";import FK from"process";var x_=t=>UK.join(t.dest,"node_modules",".bin"),lB=t=>({...FK.env,PATH:x_(t)+UK.delimiter+FK.env.PATH});function XDe(t){let e=x_(t);(0,Tg.addPath)(e),(0,Tg.setOutput)("dest",t.dest),(0,Tg.setOutput)("bin_dest",e)}var qK=XDe;var HA=$t(at(),1);import{spawnSync as ZDe}from"child_process";function e_e(t){let e=lB(t);for(let r of t.runInstall){let n=["install"];r.recursive&&n.unshift("recursive"),r.args&&n.push(...r.args);let i=["pnpm",...n].join(" ");(0,HA.startGroup)(`Running ${i}...`);let{error:s,status:o}=ZDe("pnpm",n,{stdio:"inherit",cwd:r.cwd,shell:!0,env:e});if((0,HA.endGroup)(),s){(0,HA.setFailed)(s);continue}if(o){(0,HA.setFailed)(`Command ${i} (cwd: ${r.cwd}) exits with status ${o}`);continue}}}var HK=e_e;var zA=$t(at(),1);import{spawnSync as t_e}from"child_process";function r_e(t){if(t.runInstall.length===0){console.log("Pruning is unnecessary.");return}(0,zA.startGroup)("Running pnpm store prune...");let{error:e,status:r}=t_e("pnpm",["store","prune"],{stdio:"inherit",shell:!0,env:lB(t)});if((0,zA.endGroup)(),e){(0,zA.warning)(e);return}if(r){(0,zA.warning)(`command pnpm store prune exits with code ${r}`);return}}var zK=r_e;async function n_e(){let t=_K();(0,fd.getState)("is_post")==="true"?await s_e(t):await i_e(t)}async function i_e(t){(0,fd.saveState)("is_post","true"),await LK(t),console.log("Installation Completed!"),qK(t),await h4(t),HK(t)}async function s_e(t){zK(t),await y4(t)}n_e().catch(t=>{console.error(t),(0,fd.setFailed)(t)});
/*! Bundled license information:
undici/lib/fetch/body.js:
(*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
undici/lib/websocket/frame.js:
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
expand-tilde/index.js:
(*!
* expand-tilde <https://github.com/jonschlinkert/expand-tilde>
*
* Copyright (c) 2015 Jon Schlinkert.
* Licensed under the MIT license.
*)
*/