@opensecret/react 1.3.8 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,17 @@
1
- (function(je,pt){typeof exports=="object"&&typeof module<"u"?pt(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],pt):(je=typeof globalThis<"u"?globalThis:je||self,pt(je.OpenSecretReact={},je.React,je.React))})(this,function(je,pt,yt){"use strict";var ww=Object.defineProperty;var ky=je=>{throw TypeError(je)};var bw=(je,pt,yt)=>pt in je?ww(je,pt,{enumerable:!0,configurable:!0,writable:!0,value:yt}):je[pt]=yt;var ze=(je,pt,yt)=>bw(je,typeof pt!="symbol"?pt+"":pt,yt),If=(je,pt,yt)=>pt.has(je)||ky("Cannot "+yt);var $=(je,pt,yt)=>(If(je,pt,"read from private field"),yt?yt.call(je):pt.get(je)),cr=(je,pt,yt)=>pt.has(je)?ky("Cannot add the same private member more than once"):pt instanceof WeakSet?pt.add(je):pt.set(je,yt),jt=(je,pt,yt,Ni)=>(If(je,pt,"write to private field"),Ni?Ni.call(je,yt):pt.set(je,yt),yt),Me=(je,pt,yt)=>(If(je,pt,"access private method"),yt);var Cy=(je,pt,yt,Ni)=>({set _(ti){jt(je,pt,ti,yt)},get _(){return $(je,pt,Ni)}});var vo,Tn,un,Xn,Qt,Sr,Mt,Qn,tt,Oi,Vc,kf,yn,gn,Cr,Yr,er,$r,tr,Ti,Cf,To,fn,dr,hn,Uc,Ty,_y,Ey;class Ni{constructor(){ze(this,"_appApiUrl","");ze(this,"_platformApiUrl","")}configure(e,t){this._appApiUrl=e,this._platformApiUrl=t}get platformApiUrl(){return this._platformApiUrl}get appApiUrl(){return this._appApiUrl}isPlatformPath(e){return e.includes("/platform/")}resolveEndpoint(e){const t=this.isPlatformPath(e);return{baseUrl:t?this._platformApiUrl:this._appApiUrl,context:t?"platform":"app"}}buildUrl(e){if(e.startsWith("http"))return e;const t=this.resolveEndpoint(e),n=t.baseUrl.endsWith("/")?t.baseUrl.slice(0,-1):t.baseUrl,i=e.startsWith("/")?e:`/${e}`;return`${n}${i}`}getRefreshFunction(e){return this.isPlatformPath(e)?"platformRefreshToken":"refreshToken"}}const ti=new Ni,Bf=Object.freeze(Object.defineProperty({__proto__:null,apiConfig:ti},Symbol.toStringTag,{value:"Module"})),yr=256;class Ny{constructor(e="="){ze(this,"_paddingCharacter");this._paddingCharacter=e}encodedLength(e){return this._paddingCharacter?(e+2)/3*4|0:(e*8+5)/6|0}encode(e){let t="",n=0;for(;n<e.length-2;n+=3){let s=e[n]<<16|e[n+1]<<8|e[n+2];t+=this._encodeByte(s>>>3*6&63),t+=this._encodeByte(s>>>2*6&63),t+=this._encodeByte(s>>>1*6&63),t+=this._encodeByte(s>>>0*6&63)}const i=e.length-n;if(i>0){let s=e[n]<<16|(i===2?e[n+1]<<8:0);t+=this._encodeByte(s>>>3*6&63),t+=this._encodeByte(s>>>2*6&63),i===2?t+=this._encodeByte(s>>>1*6&63):t+=this._paddingCharacter||"",t+=this._paddingCharacter||""}return t}maxDecodedLength(e){return this._paddingCharacter?e/4*3|0:(e*6+7)/8|0}decodedLength(e){return this.maxDecodedLength(e.length-this._getPaddingLength(e))}decode(e){if(e.length===0)return new Uint8Array(0);const t=this._getPaddingLength(e),n=e.length-t,i=new Uint8Array(this.maxDecodedLength(n));let s=0,o=0,c=0,u=0,h=0,m=0,x=0;for(;o<n-4;o+=4)u=this._decodeChar(e.charCodeAt(o+0)),h=this._decodeChar(e.charCodeAt(o+1)),m=this._decodeChar(e.charCodeAt(o+2)),x=this._decodeChar(e.charCodeAt(o+3)),i[s++]=u<<2|h>>>4,i[s++]=h<<4|m>>>2,i[s++]=m<<6|x,c|=u&yr,c|=h&yr,c|=m&yr,c|=x&yr;if(o<n-1&&(u=this._decodeChar(e.charCodeAt(o)),h=this._decodeChar(e.charCodeAt(o+1)),i[s++]=u<<2|h>>>4,c|=u&yr,c|=h&yr),o<n-2&&(m=this._decodeChar(e.charCodeAt(o+2)),i[s++]=h<<4|m>>>2,c|=m&yr),o<n-3&&(x=this._decodeChar(e.charCodeAt(o+3)),i[s++]=m<<6|x,c|=x&yr),c!==0)throw new Error("Base64Coder: incorrect characters for decoding");return i}_encodeByte(e){let t=e;return t+=65,t+=25-e>>>8&6,t+=51-e>>>8&-75,t+=61-e>>>8&-15,t+=62-e>>>8&3,String.fromCharCode(t)}_decodeChar(e){let t=yr;return t+=(42-e&e-44)>>>8&-yr+e-43+62,t+=(46-e&e-48)>>>8&-yr+e-47+63,t+=(47-e&e-58)>>>8&-yr+e-48+52,t+=(64-e&e-91)>>>8&-yr+e-65+0,t+=(96-e&e-123)>>>8&-yr+e-97+26,t}_getPaddingLength(e){let t=0;if(this._paddingCharacter){for(let n=e.length-1;n>=0&&e[n]===this._paddingCharacter;n--)t++;if(e.length<4||t>2)throw new Error("Base64Coder: incorrect padding")}return t}}const Of=new Ny;function Or(r){return Of.encode(r)}function gs(r){return Of.decode(r)}function Kt(r,e=new Uint8Array(4),t=0){return e[t+0]=r>>>0,e[t+1]=r>>>8,e[t+2]=r>>>16,e[t+3]=r>>>24,e}function Tf(r,e=new Uint8Array(8),t=0){return Kt(r>>>0,e,t),Kt(r/4294967296>>>0,e,t+4),e}function Tr(r){for(let e=0;e<r.length;e++)r[e]=0;return r}const Py=20;function jy(r,e,t){let n=1634760805,i=857760878,s=2036477234,o=1797285236,c=t[3]<<24|t[2]<<16|t[1]<<8|t[0],u=t[7]<<24|t[6]<<16|t[5]<<8|t[4],h=t[11]<<24|t[10]<<16|t[9]<<8|t[8],m=t[15]<<24|t[14]<<16|t[13]<<8|t[12],x=t[19]<<24|t[18]<<16|t[17]<<8|t[16],G=t[23]<<24|t[22]<<16|t[21]<<8|t[20],N=t[27]<<24|t[26]<<16|t[25]<<8|t[24],v=t[31]<<24|t[30]<<16|t[29]<<8|t[28],A=e[3]<<24|e[2]<<16|e[1]<<8|e[0],O=e[7]<<24|e[6]<<16|e[5]<<8|e[4],I=e[11]<<24|e[10]<<16|e[9]<<8|e[8],P=e[15]<<24|e[14]<<16|e[13]<<8|e[12],R=n,fe=i,Ze=s,Xe=o,Ue=c,W=u,se=h,oe=m,Ae=x,it=G,It=N,Pt=v,gt=A,et=O,ce=I,Ie=P;for(let wt=0;wt<Py;wt+=2)R=R+Ue|0,gt^=R,gt=gt>>>16|gt<<16,Ae=Ae+gt|0,Ue^=Ae,Ue=Ue>>>20|Ue<<12,fe=fe+W|0,et^=fe,et=et>>>16|et<<16,it=it+et|0,W^=it,W=W>>>20|W<<12,Ze=Ze+se|0,ce^=Ze,ce=ce>>>16|ce<<16,It=It+ce|0,se^=It,se=se>>>20|se<<12,Xe=Xe+oe|0,Ie^=Xe,Ie=Ie>>>16|Ie<<16,Pt=Pt+Ie|0,oe^=Pt,oe=oe>>>20|oe<<12,Ze=Ze+se|0,ce^=Ze,ce=ce>>>24|ce<<8,It=It+ce|0,se^=It,se=se>>>25|se<<7,Xe=Xe+oe|0,Ie^=Xe,Ie=Ie>>>24|Ie<<8,Pt=Pt+Ie|0,oe^=Pt,oe=oe>>>25|oe<<7,fe=fe+W|0,et^=fe,et=et>>>24|et<<8,it=it+et|0,W^=it,W=W>>>25|W<<7,R=R+Ue|0,gt^=R,gt=gt>>>24|gt<<8,Ae=Ae+gt|0,Ue^=Ae,Ue=Ue>>>25|Ue<<7,R=R+W|0,Ie^=R,Ie=Ie>>>16|Ie<<16,It=It+Ie|0,W^=It,W=W>>>20|W<<12,fe=fe+se|0,gt^=fe,gt=gt>>>16|gt<<16,Pt=Pt+gt|0,se^=Pt,se=se>>>20|se<<12,Ze=Ze+oe|0,et^=Ze,et=et>>>16|et<<16,Ae=Ae+et|0,oe^=Ae,oe=oe>>>20|oe<<12,Xe=Xe+Ue|0,ce^=Xe,ce=ce>>>16|ce<<16,it=it+ce|0,Ue^=it,Ue=Ue>>>20|Ue<<12,Ze=Ze+oe|0,et^=Ze,et=et>>>24|et<<8,Ae=Ae+et|0,oe^=Ae,oe=oe>>>25|oe<<7,Xe=Xe+Ue|0,ce^=Xe,ce=ce>>>24|ce<<8,it=it+ce|0,Ue^=it,Ue=Ue>>>25|Ue<<7,fe=fe+se|0,gt^=fe,gt=gt>>>24|gt<<8,Pt=Pt+gt|0,se^=Pt,se=se>>>25|se<<7,R=R+W|0,Ie^=R,Ie=Ie>>>24|Ie<<8,It=It+Ie|0,W^=It,W=W>>>25|W<<7;Kt(R+n|0,r,0),Kt(fe+i|0,r,4),Kt(Ze+s|0,r,8),Kt(Xe+o|0,r,12),Kt(Ue+c|0,r,16),Kt(W+u|0,r,20),Kt(se+h|0,r,24),Kt(oe+m|0,r,28),Kt(Ae+x|0,r,32),Kt(it+G|0,r,36),Kt(It+N|0,r,40),Kt(Pt+v|0,r,44),Kt(gt+A|0,r,48),Kt(et+O|0,r,52),Kt(ce+I|0,r,56),Kt(Ie+P|0,r,60)}function Lc(r,e,t,n,i=0){if(r.length!==32)throw new Error("ChaCha: key size must be 32 bytes");if(n.length<t.length)throw new Error("ChaCha: destination is shorter than source");let s,o;if(i===0){if(e.length!==8&&e.length!==12)throw new Error("ChaCha nonce must be 8 or 12 bytes");s=new Uint8Array(16),o=s.length-e.length,s.set(e,o)}else{if(e.length!==16)throw new Error("ChaCha nonce with counter must be 16 bytes");s=e,o=i}const c=new Uint8Array(64);for(let u=0;u<t.length;u+=64){jy(c,s,r);for(let h=u;h<u+64&&h<t.length;h++)n[h]=t[h]^c[h-u];Ry(s,0,o)}return Tr(c),i===0&&Tr(s),n}function Nf(r,e,t,n=0){return Tr(t),Lc(r,e,t,t,n)}function Ry(r,e,t){let n=1;for(;t--;)n=n+(r[e]&255)|0,r[e]=n&255,n>>>=8,e++;if(n>0)throw new Error("ChaCha: counter overflow")}function Uy(r,e){if(r.length!==e.length)return 0;let t=0;for(let n=0;n<r.length;n++)t|=r[n]^e[n];return 1&t-1>>>8}function Dy(r,e){return r.length===0||e.length===0?!1:Uy(r,e)!==0}const $y=16;class My{constructor(e){ze(this,"digestLength",$y);ze(this,"_buffer",new Uint8Array(16));ze(this,"_r",new Uint16Array(10));ze(this,"_h",new Uint16Array(10));ze(this,"_pad",new Uint16Array(8));ze(this,"_leftover",0);ze(this,"_fin",0);ze(this,"_finished",!1);let t=e[0]|e[1]<<8;this._r[0]=t&8191;let n=e[2]|e[3]<<8;this._r[1]=(t>>>13|n<<3)&8191;let i=e[4]|e[5]<<8;this._r[2]=(n>>>10|i<<6)&7939;let s=e[6]|e[7]<<8;this._r[3]=(i>>>7|s<<9)&8191;let o=e[8]|e[9]<<8;this._r[4]=(s>>>4|o<<12)&255,this._r[5]=o>>>1&8190;let c=e[10]|e[11]<<8;this._r[6]=(o>>>14|c<<2)&8191;let u=e[12]|e[13]<<8;this._r[7]=(c>>>11|u<<5)&8065;let h=e[14]|e[15]<<8;this._r[8]=(u>>>8|h<<8)&8191,this._r[9]=h>>>5&127,this._pad[0]=e[16]|e[17]<<8,this._pad[1]=e[18]|e[19]<<8,this._pad[2]=e[20]|e[21]<<8,this._pad[3]=e[22]|e[23]<<8,this._pad[4]=e[24]|e[25]<<8,this._pad[5]=e[26]|e[27]<<8,this._pad[6]=e[28]|e[29]<<8,this._pad[7]=e[30]|e[31]<<8}_blocks(e,t,n){let i=this._fin?0:2048,s=this._h[0],o=this._h[1],c=this._h[2],u=this._h[3],h=this._h[4],m=this._h[5],x=this._h[6],G=this._h[7],N=this._h[8],v=this._h[9],A=this._r[0],O=this._r[1],I=this._r[2],P=this._r[3],R=this._r[4],fe=this._r[5],Ze=this._r[6],Xe=this._r[7],Ue=this._r[8],W=this._r[9];for(;n>=16;){let se=e[t+0]|e[t+1]<<8;s+=se&8191;let oe=e[t+2]|e[t+3]<<8;o+=(se>>>13|oe<<3)&8191;let Ae=e[t+4]|e[t+5]<<8;c+=(oe>>>10|Ae<<6)&8191;let it=e[t+6]|e[t+7]<<8;u+=(Ae>>>7|it<<9)&8191;let It=e[t+8]|e[t+9]<<8;h+=(it>>>4|It<<12)&8191,m+=It>>>1&8191;let Pt=e[t+10]|e[t+11]<<8;x+=(It>>>14|Pt<<2)&8191;let gt=e[t+12]|e[t+13]<<8;G+=(Pt>>>11|gt<<5)&8191;let et=e[t+14]|e[t+15]<<8;N+=(gt>>>8|et<<8)&8191,v+=et>>>5|i;let ce=0,Ie=ce;Ie+=s*A,Ie+=o*(5*W),Ie+=c*(5*Ue),Ie+=u*(5*Xe),Ie+=h*(5*Ze),ce=Ie>>>13,Ie&=8191,Ie+=m*(5*fe),Ie+=x*(5*R),Ie+=G*(5*P),Ie+=N*(5*I),Ie+=v*(5*O),ce+=Ie>>>13,Ie&=8191;let wt=ce;wt+=s*O,wt+=o*A,wt+=c*(5*W),wt+=u*(5*Ue),wt+=h*(5*Xe),ce=wt>>>13,wt&=8191,wt+=m*(5*Ze),wt+=x*(5*fe),wt+=G*(5*R),wt+=N*(5*P),wt+=v*(5*I),ce+=wt>>>13,wt&=8191;let Vt=ce;Vt+=s*I,Vt+=o*O,Vt+=c*A,Vt+=u*(5*W),Vt+=h*(5*Ue),ce=Vt>>>13,Vt&=8191,Vt+=m*(5*Xe),Vt+=x*(5*Ze),Vt+=G*(5*fe),Vt+=N*(5*R),Vt+=v*(5*P),ce+=Vt>>>13,Vt&=8191;let Lt=ce;Lt+=s*P,Lt+=o*I,Lt+=c*O,Lt+=u*A,Lt+=h*(5*W),ce=Lt>>>13,Lt&=8191,Lt+=m*(5*Ue),Lt+=x*(5*Xe),Lt+=G*(5*Ze),Lt+=N*(5*fe),Lt+=v*(5*R),ce+=Lt>>>13,Lt&=8191;let he=ce;he+=s*R,he+=o*P,he+=c*I,he+=u*O,he+=h*A,ce=he>>>13,he&=8191,he+=m*(5*W),he+=x*(5*Ue),he+=G*(5*Xe),he+=N*(5*Ze),he+=v*(5*fe),ce+=he>>>13,he&=8191;let ct=ce;ct+=s*fe,ct+=o*R,ct+=c*P,ct+=u*I,ct+=h*O,ce=ct>>>13,ct&=8191,ct+=m*A,ct+=x*(5*W),ct+=G*(5*Ue),ct+=N*(5*Xe),ct+=v*(5*Ze),ce+=ct>>>13,ct&=8191;let bt=ce;bt+=s*Ze,bt+=o*fe,bt+=c*R,bt+=u*P,bt+=h*I,ce=bt>>>13,bt&=8191,bt+=m*O,bt+=x*A,bt+=G*(5*W),bt+=N*(5*Ue),bt+=v*(5*Xe),ce+=bt>>>13,bt&=8191;let ee=ce;ee+=s*Xe,ee+=o*Ze,ee+=c*fe,ee+=u*R,ee+=h*P,ce=ee>>>13,ee&=8191,ee+=m*I,ee+=x*O,ee+=G*A,ee+=N*(5*W),ee+=v*(5*Ue),ce+=ee>>>13,ee&=8191;let mt=ce;mt+=s*Ue,mt+=o*Xe,mt+=c*Ze,mt+=u*fe,mt+=h*R,ce=mt>>>13,mt&=8191,mt+=m*P,mt+=x*I,mt+=G*O,mt+=N*A,mt+=v*(5*W),ce+=mt>>>13,mt&=8191;let Ft=ce;Ft+=s*W,Ft+=o*Ue,Ft+=c*Xe,Ft+=u*Ze,Ft+=h*fe,ce=Ft>>>13,Ft&=8191,Ft+=m*R,Ft+=x*P,Ft+=G*I,Ft+=N*O,Ft+=v*A,ce+=Ft>>>13,Ft&=8191,ce=(ce<<2)+ce|0,ce=ce+Ie|0,Ie=ce&8191,ce=ce>>>13,wt+=ce,s=Ie,o=wt,c=Vt,u=Lt,h=he,m=ct,x=bt,G=ee,N=mt,v=Ft,t+=16,n-=16}this._h[0]=s,this._h[1]=o,this._h[2]=c,this._h[3]=u,this._h[4]=h,this._h[5]=m,this._h[6]=x,this._h[7]=G,this._h[8]=N,this._h[9]=v}finish(e,t=0){const n=new Uint16Array(10);let i,s,o,c;if(this._leftover){for(c=this._leftover,this._buffer[c++]=1;c<16;c++)this._buffer[c]=0;this._fin=1,this._blocks(this._buffer,0,16)}for(i=this._h[1]>>>13,this._h[1]&=8191,c=2;c<10;c++)this._h[c]+=i,i=this._h[c]>>>13,this._h[c]&=8191;for(this._h[0]+=i*5,i=this._h[0]>>>13,this._h[0]&=8191,this._h[1]+=i,i=this._h[1]>>>13,this._h[1]&=8191,this._h[2]+=i,n[0]=this._h[0]+5,i=n[0]>>>13,n[0]&=8191,c=1;c<10;c++)n[c]=this._h[c]+i,i=n[c]>>>13,n[c]&=8191;for(n[9]-=8192,s=(i^1)-1,c=0;c<10;c++)n[c]&=s;for(s=~s,c=0;c<10;c++)this._h[c]=this._h[c]&s|n[c];for(this._h[0]=(this._h[0]|this._h[1]<<13)&65535,this._h[1]=(this._h[1]>>>3|this._h[2]<<10)&65535,this._h[2]=(this._h[2]>>>6|this._h[3]<<7)&65535,this._h[3]=(this._h[3]>>>9|this._h[4]<<4)&65535,this._h[4]=(this._h[4]>>>12|this._h[5]<<1|this._h[6]<<14)&65535,this._h[5]=(this._h[6]>>>2|this._h[7]<<11)&65535,this._h[6]=(this._h[7]>>>5|this._h[8]<<8)&65535,this._h[7]=(this._h[8]>>>8|this._h[9]<<5)&65535,o=this._h[0]+this._pad[0],this._h[0]=o&65535,c=1;c<8;c++)o=(this._h[c]+this._pad[c]|0)+(o>>>16)|0,this._h[c]=o&65535;return e[t+0]=this._h[0]>>>0,e[t+1]=this._h[0]>>>8,e[t+2]=this._h[1]>>>0,e[t+3]=this._h[1]>>>8,e[t+4]=this._h[2]>>>0,e[t+5]=this._h[2]>>>8,e[t+6]=this._h[3]>>>0,e[t+7]=this._h[3]>>>8,e[t+8]=this._h[4]>>>0,e[t+9]=this._h[4]>>>8,e[t+10]=this._h[5]>>>0,e[t+11]=this._h[5]>>>8,e[t+12]=this._h[6]>>>0,e[t+13]=this._h[6]>>>8,e[t+14]=this._h[7]>>>0,e[t+15]=this._h[7]>>>8,this._finished=!0,this}update(e){let t=0,n=e.length,i;if(this._leftover){i=16-this._leftover,i>n&&(i=n);for(let s=0;s<i;s++)this._buffer[this._leftover+s]=e[t+s];if(n-=i,t+=i,this._leftover+=i,this._leftover<16)return this;this._blocks(this._buffer,0,16),this._leftover=0}if(n>=16&&(i=n-n%16,this._blocks(e,t,i),t+=i,n-=i),n){for(let s=0;s<n;s++)this._buffer[this._leftover+s]=e[t+s];this._leftover+=n}return this}digest(){if(this._finished)throw new Error("Poly1305 was finished");let e=new Uint8Array(16);return this.finish(e),e}clean(){return Tr(this._buffer),Tr(this._r),Tr(this._h),Tr(this._pad),this._leftover=0,this._fin=0,this._finished=!0,this}}const Vy=32,Ly=12,Hy=16,Pf=new Uint8Array(16);class Hc{constructor(e){ze(this,"nonceLength",Ly);ze(this,"tagLength",Hy);ze(this,"_key");if(e.length!==Vy)throw new Error("ChaCha20Poly1305 needs 32-byte key");this._key=new Uint8Array(e)}seal(e,t,n,i){if(e.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");const s=new Uint8Array(16);s.set(e,s.length-e.length);const o=new Uint8Array(32);Nf(this._key,s,o,4);const c=t.length+this.tagLength;let u;if(i){if(i.length!==c)throw new Error("ChaCha20Poly1305: incorrect destination length");u=i}else u=new Uint8Array(c);return Lc(this._key,s,t,u,4),this._authenticate(u.subarray(u.length-this.tagLength,u.length),o,u.subarray(0,u.length-this.tagLength),n),Tr(s),u}open(e,t,n,i){if(e.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");if(t.length<this.tagLength)return null;const s=new Uint8Array(16);s.set(e,s.length-e.length);const o=new Uint8Array(32);Nf(this._key,s,o,4);const c=new Uint8Array(this.tagLength);if(this._authenticate(c,o,t.subarray(0,t.length-this.tagLength),n),!Dy(c,t.subarray(t.length-this.tagLength,t.length)))return null;const u=t.length-this.tagLength;let h;if(i){if(i.length!==u)throw new Error("ChaCha20Poly1305: incorrect destination length");h=i}else h=new Uint8Array(u);return Lc(this._key,s,t.subarray(0,t.length-this.tagLength),h,4),Tr(s),h}clean(){return Tr(this._key),this}_authenticate(e,t,n,i){const s=new My(t);i&&(s.update(i),i.length%16>0&&s.update(Pf.subarray(i.length%16))),s.update(n),n.length%16>0&&s.update(Pf.subarray(n.length%16));const o=new Uint8Array(8);i&&Tf(i.length,o),s.update(o),Tf(n.length,o),s.update(o);const c=s.digest();for(let u=0;u<c.length;u++)e[u]=c[u];s.clean(),Tr(c),Tr(o)}}const jf=65536;class Fy{constructor(){ze(this,"isAvailable",!1);ze(this,"isInstantiated",!1);typeof crypto<"u"&&"getRandomValues"in crypto&&(this.isAvailable=!0,this.isInstantiated=!0)}randomBytes(e){if(!this.isAvailable)throw new Error("System random byte generator is not available.");const t=new Uint8Array(e);for(let n=0;n<t.length;n+=jf)crypto.getRandomValues(t.subarray(n,n+Math.min(t.length-n,jf)));return t}}const zy=new Fy;function Gy(r,e=zy){return e.randomBytes(r)}function Rf(r,e){const t=new Hc(r),n=Gy(12),s=new TextEncoder().encode(e),o=t.seal(n,s),c=new Uint8Array(n.length+o.length);return c.set(n),c.set(o,n.length),Or(c)}function Uf(r,e){const t=new Hc(r),n=gs(e),i=12,s=n.slice(0,i),o=n.slice(i),c=t.open(s,o);if(!c)throw new Error("Decryption failed");return new TextDecoder().decode(c)}var Fc=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function qy(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function Ky(r){if(r.__esModule)return r;var e=r.default;if(typeof e=="function"){var t=function n(){return this instanceof n?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var i=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return r[n]}})}),t}/*! *****************************************************************************
2
- Copyright (C) Microsoft. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
1
+ (function(Be,gt){typeof exports=="object"&&typeof module<"u"?gt(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],gt):(Be=typeof globalThis<"u"?globalThis:Be||self,gt(Be.OpenSecretReact={},Be.React,Be.React))})(this,function(Be,gt,ht){"use strict";var _w=Object.defineProperty;var Ty=Be=>{throw TypeError(Be)};var Ew=(Be,gt,ht)=>gt in Be?_w(Be,gt,{enumerable:!0,configurable:!0,writable:!0,value:ht}):Be[gt]=ht;var Ze=(Be,gt,ht)=>Ew(Be,typeof gt!="symbol"?gt+"":gt,ht),Of=(Be,gt,ht)=>gt.has(Be)||Ty("Cannot "+ht);var $=(Be,gt,ht)=>(Of(Be,gt,"read from private field"),ht?ht.call(Be):gt.get(Be)),cr=(Be,gt,ht)=>gt.has(Be)?Ty("Cannot add the same private member more than once"):gt instanceof WeakSet?gt.add(Be):gt.set(Be,ht),jt=(Be,gt,ht,ds)=>(Of(Be,gt,"write to private field"),ds?ds.call(Be,ht):gt.set(Be,ht),ht),He=(Be,gt,ht)=>(Of(Be,gt,"access private method"),ht);var Ny=(Be,gt,ht,ds)=>({set _(Vc){jt(Be,gt,Vc,ht)},get _(){return $(Be,gt,ds)}});var go,On,ln,Jn,Qt,Ar,Mt,Xn,nt,Ci,Mc,Tf,pn,yn,kr,Wr,er,Ur,tr,Bi,Nf,Oo,un,dr,fn,Rc,Ry,Cy,By;class Vc{constructor(e="="){Ze(this,"_paddingCharacter");this._paddingCharacter=e}encodedLength(e){return this._paddingCharacter?(e+2)/3*4|0:(e*8+5)/6|0}encode(e){let t="",n=0;for(;n<e.length-2;n+=3){let s=e[n]<<16|e[n+1]<<8|e[n+2];t+=this._encodeByte(s>>>3*6&63),t+=this._encodeByte(s>>>2*6&63),t+=this._encodeByte(s>>>1*6&63),t+=this._encodeByte(s>>>0*6&63)}const i=e.length-n;if(i>0){let s=e[n]<<16|(i===2?e[n+1]<<8:0);t+=this._encodeByte(s>>>3*6&63),t+=this._encodeByte(s>>>2*6&63),i===2?t+=this._encodeByte(s>>>1*6&63):t+=this._paddingCharacter||"",t+=this._paddingCharacter||""}return t}maxDecodedLength(e){return this._paddingCharacter?e/4*3|0:(e*6+7)/8|0}decodedLength(e){return this.maxDecodedLength(e.length-this._getPaddingLength(e))}decode(e){if(e.length===0)return new Uint8Array(0);const t=this._getPaddingLength(e),n=e.length-t,i=new Uint8Array(this.maxDecodedLength(n));let s=0,o=0,c=0,u=0,h=0,v=0,b=0;for(;o<n-4;o+=4)u=this._decodeChar(e.charCodeAt(o+0)),h=this._decodeChar(e.charCodeAt(o+1)),v=this._decodeChar(e.charCodeAt(o+2)),b=this._decodeChar(e.charCodeAt(o+3)),i[s++]=u<<2|h>>>4,i[s++]=h<<4|v>>>2,i[s++]=v<<6|b,c|=u&256,c|=h&256,c|=v&256,c|=b&256;if(o<n-1&&(u=this._decodeChar(e.charCodeAt(o)),h=this._decodeChar(e.charCodeAt(o+1)),i[s++]=u<<2|h>>>4,c|=u&256,c|=h&256),o<n-2&&(v=this._decodeChar(e.charCodeAt(o+2)),i[s++]=h<<4|v>>>2,c|=v&256),o<n-3&&(b=this._decodeChar(e.charCodeAt(o+3)),i[s++]=v<<6|b,c|=b&256),c!==0)throw new Error("Base64Coder: incorrect characters for decoding");return i}_encodeByte(e){let t=e;return t+=65,t+=25-e>>>8&6,t+=51-e>>>8&-75,t+=61-e>>>8&-15,t+=62-e>>>8&3,String.fromCharCode(t)}_decodeChar(e){let t=256;return t+=(42-e&e-44)>>>8&-256+e-43+62,t+=(46-e&e-48)>>>8&-256+e-47+63,t+=(47-e&e-58)>>>8&-256+e-48+52,t+=(64-e&e-91)>>>8&-256+e-65+0,t+=(96-e&e-123)>>>8&-256+e-97+26,t}_getPaddingLength(e){let t=0;if(this._paddingCharacter){for(let n=e.length-1;n>=0&&e[n]===this._paddingCharacter;n--)t++;if(e.length<4||t>2)throw new Error("Base64Coder: incorrect padding")}return t}}const Pf=new Vc;function Br(r){return Pf.encode(r)}function ps(r){return Pf.decode(r)}function qt(r,e=new Uint8Array(4),t=0){return e[t+0]=r>>>0,e[t+1]=r>>>8,e[t+2]=r>>>16,e[t+3]=r>>>24,e}function jf(r,e=new Uint8Array(8),t=0){return qt(r>>>0,e,t),qt(r/4294967296>>>0,e,t+4),e}function Or(r){for(let e=0;e<r.length;e++)r[e]=0;return r}const Dy=20;function Uy(r,e,t){let n=1634760805,i=857760878,s=2036477234,o=1797285236,c=t[3]<<24|t[2]<<16|t[1]<<8|t[0],u=t[7]<<24|t[6]<<16|t[5]<<8|t[4],h=t[11]<<24|t[10]<<16|t[9]<<8|t[8],v=t[15]<<24|t[14]<<16|t[13]<<8|t[12],b=t[19]<<24|t[18]<<16|t[17]<<8|t[16],G=t[23]<<24|t[22]<<16|t[21]<<8|t[20],T=t[27]<<24|t[26]<<16|t[25]<<8|t[24],m=t[31]<<24|t[30]<<16|t[29]<<8|t[28],A=e[3]<<24|e[2]<<16|e[1]<<8|e[0],B=e[7]<<24|e[6]<<16|e[5]<<8|e[4],I=e[11]<<24|e[10]<<16|e[9]<<8|e[8],P=e[15]<<24|e[14]<<16|e[13]<<8|e[12],R=n,pe=i,$e=s,Me=o,ze=c,tt=u,wt=h,vt=v,ue=b,fe=G,ge=T,Ae=m,je=A,Qe=B,se=I,ke=P;for(let xt=0;xt<Dy;xt+=2)R=R+ze|0,je^=R,je=je>>>16|je<<16,ue=ue+je|0,ze^=ue,ze=ze>>>20|ze<<12,pe=pe+tt|0,Qe^=pe,Qe=Qe>>>16|Qe<<16,fe=fe+Qe|0,tt^=fe,tt=tt>>>20|tt<<12,$e=$e+wt|0,se^=$e,se=se>>>16|se<<16,ge=ge+se|0,wt^=ge,wt=wt>>>20|wt<<12,Me=Me+vt|0,ke^=Me,ke=ke>>>16|ke<<16,Ae=Ae+ke|0,vt^=Ae,vt=vt>>>20|vt<<12,$e=$e+wt|0,se^=$e,se=se>>>24|se<<8,ge=ge+se|0,wt^=ge,wt=wt>>>25|wt<<7,Me=Me+vt|0,ke^=Me,ke=ke>>>24|ke<<8,Ae=Ae+ke|0,vt^=Ae,vt=vt>>>25|vt<<7,pe=pe+tt|0,Qe^=pe,Qe=Qe>>>24|Qe<<8,fe=fe+Qe|0,tt^=fe,tt=tt>>>25|tt<<7,R=R+ze|0,je^=R,je=je>>>24|je<<8,ue=ue+je|0,ze^=ue,ze=ze>>>25|ze<<7,R=R+tt|0,ke^=R,ke=ke>>>16|ke<<16,ge=ge+ke|0,tt^=ge,tt=tt>>>20|tt<<12,pe=pe+wt|0,je^=pe,je=je>>>16|je<<16,Ae=Ae+je|0,wt^=Ae,wt=wt>>>20|wt<<12,$e=$e+vt|0,Qe^=$e,Qe=Qe>>>16|Qe<<16,ue=ue+Qe|0,vt^=ue,vt=vt>>>20|vt<<12,Me=Me+ze|0,se^=Me,se=se>>>16|se<<16,fe=fe+se|0,ze^=fe,ze=ze>>>20|ze<<12,$e=$e+vt|0,Qe^=$e,Qe=Qe>>>24|Qe<<8,ue=ue+Qe|0,vt^=ue,vt=vt>>>25|vt<<7,Me=Me+ze|0,se^=Me,se=se>>>24|se<<8,fe=fe+se|0,ze^=fe,ze=ze>>>25|ze<<7,pe=pe+wt|0,je^=pe,je=je>>>24|je<<8,Ae=Ae+je|0,wt^=Ae,wt=wt>>>25|wt<<7,R=R+tt|0,ke^=R,ke=ke>>>24|ke<<8,ge=ge+ke|0,tt^=ge,tt=tt>>>25|tt<<7;qt(R+n|0,r,0),qt(pe+i|0,r,4),qt($e+s|0,r,8),qt(Me+o|0,r,12),qt(ze+c|0,r,16),qt(tt+u|0,r,20),qt(wt+h|0,r,24),qt(vt+v|0,r,28),qt(ue+b|0,r,32),qt(fe+G|0,r,36),qt(ge+T|0,r,40),qt(Ae+m|0,r,44),qt(je+A|0,r,48),qt(Qe+B|0,r,52),qt(se+I|0,r,56),qt(ke+P|0,r,60)}function Lc(r,e,t,n,i=0){if(r.length!==32)throw new Error("ChaCha: key size must be 32 bytes");if(n.length<t.length)throw new Error("ChaCha: destination is shorter than source");let s,o;if(i===0){if(e.length!==8&&e.length!==12)throw new Error("ChaCha nonce must be 8 or 12 bytes");s=new Uint8Array(16),o=s.length-e.length,s.set(e,o)}else{if(e.length!==16)throw new Error("ChaCha nonce with counter must be 16 bytes");s=e,o=i}const c=new Uint8Array(64);for(let u=0;u<t.length;u+=64){Uy(c,s,r);for(let h=u;h<u+64&&h<t.length;h++)n[h]=t[h]^c[h-u];$y(s,0,o)}return Or(c),i===0&&Or(s),n}function Rf(r,e,t,n=0){return Or(t),Lc(r,e,t,t,n)}function $y(r,e,t){let n=1;for(;t--;)n=n+(r[e]&255)|0,r[e]=n&255,n>>>=8,e++;if(n>0)throw new Error("ChaCha: counter overflow")}function My(r,e){if(r.length!==e.length)return 0;let t=0;for(let n=0;n<r.length;n++)t|=r[n]^e[n];return 1&t-1>>>8}function Vy(r,e){return r.length===0||e.length===0?!1:My(r,e)!==0}const Ly=16;class Hy{constructor(e){Ze(this,"digestLength",Ly);Ze(this,"_buffer",new Uint8Array(16));Ze(this,"_r",new Uint16Array(10));Ze(this,"_h",new Uint16Array(10));Ze(this,"_pad",new Uint16Array(8));Ze(this,"_leftover",0);Ze(this,"_fin",0);Ze(this,"_finished",!1);let t=e[0]|e[1]<<8;this._r[0]=t&8191;let n=e[2]|e[3]<<8;this._r[1]=(t>>>13|n<<3)&8191;let i=e[4]|e[5]<<8;this._r[2]=(n>>>10|i<<6)&7939;let s=e[6]|e[7]<<8;this._r[3]=(i>>>7|s<<9)&8191;let o=e[8]|e[9]<<8;this._r[4]=(s>>>4|o<<12)&255,this._r[5]=o>>>1&8190;let c=e[10]|e[11]<<8;this._r[6]=(o>>>14|c<<2)&8191;let u=e[12]|e[13]<<8;this._r[7]=(c>>>11|u<<5)&8065;let h=e[14]|e[15]<<8;this._r[8]=(u>>>8|h<<8)&8191,this._r[9]=h>>>5&127,this._pad[0]=e[16]|e[17]<<8,this._pad[1]=e[18]|e[19]<<8,this._pad[2]=e[20]|e[21]<<8,this._pad[3]=e[22]|e[23]<<8,this._pad[4]=e[24]|e[25]<<8,this._pad[5]=e[26]|e[27]<<8,this._pad[6]=e[28]|e[29]<<8,this._pad[7]=e[30]|e[31]<<8}_blocks(e,t,n){let i=this._fin?0:2048,s=this._h[0],o=this._h[1],c=this._h[2],u=this._h[3],h=this._h[4],v=this._h[5],b=this._h[6],G=this._h[7],T=this._h[8],m=this._h[9],A=this._r[0],B=this._r[1],I=this._r[2],P=this._r[3],R=this._r[4],pe=this._r[5],$e=this._r[6],Me=this._r[7],ze=this._r[8],tt=this._r[9];for(;n>=16;){let wt=e[t+0]|e[t+1]<<8;s+=wt&8191;let vt=e[t+2]|e[t+3]<<8;o+=(wt>>>13|vt<<3)&8191;let ue=e[t+4]|e[t+5]<<8;c+=(vt>>>10|ue<<6)&8191;let fe=e[t+6]|e[t+7]<<8;u+=(ue>>>7|fe<<9)&8191;let ge=e[t+8]|e[t+9]<<8;h+=(fe>>>4|ge<<12)&8191,v+=ge>>>1&8191;let Ae=e[t+10]|e[t+11]<<8;b+=(ge>>>14|Ae<<2)&8191;let je=e[t+12]|e[t+13]<<8;G+=(Ae>>>11|je<<5)&8191;let Qe=e[t+14]|e[t+15]<<8;T+=(je>>>8|Qe<<8)&8191,m+=Qe>>>5|i;let se=0,ke=se;ke+=s*A,ke+=o*(5*tt),ke+=c*(5*ze),ke+=u*(5*Me),ke+=h*(5*$e),se=ke>>>13,ke&=8191,ke+=v*(5*pe),ke+=b*(5*R),ke+=G*(5*P),ke+=T*(5*I),ke+=m*(5*B),se+=ke>>>13,ke&=8191;let xt=se;xt+=s*B,xt+=o*A,xt+=c*(5*tt),xt+=u*(5*ze),xt+=h*(5*Me),se=xt>>>13,xt&=8191,xt+=v*(5*$e),xt+=b*(5*pe),xt+=G*(5*R),xt+=T*(5*P),xt+=m*(5*I),se+=xt>>>13,xt&=8191;let Vt=se;Vt+=s*I,Vt+=o*B,Vt+=c*A,Vt+=u*(5*tt),Vt+=h*(5*ze),se=Vt>>>13,Vt&=8191,Vt+=v*(5*Me),Vt+=b*(5*$e),Vt+=G*(5*pe),Vt+=T*(5*R),Vt+=m*(5*P),se+=Vt>>>13,Vt&=8191;let Lt=se;Lt+=s*P,Lt+=o*I,Lt+=c*B,Lt+=u*A,Lt+=h*(5*tt),se=Lt>>>13,Lt&=8191,Lt+=v*(5*ze),Lt+=b*(5*Me),Lt+=G*(5*$e),Lt+=T*(5*pe),Lt+=m*(5*R),se+=Lt>>>13,Lt&=8191;let ce=se;ce+=s*R,ce+=o*P,ce+=c*I,ce+=u*B,ce+=h*A,se=ce>>>13,ce&=8191,ce+=v*(5*tt),ce+=b*(5*ze),ce+=G*(5*Me),ce+=T*(5*$e),ce+=m*(5*pe),se+=ce>>>13,ce&=8191;let lt=se;lt+=s*pe,lt+=o*R,lt+=c*P,lt+=u*I,lt+=h*B,se=lt>>>13,lt&=8191,lt+=v*A,lt+=b*(5*tt),lt+=G*(5*ze),lt+=T*(5*Me),lt+=m*(5*$e),se+=lt>>>13,lt&=8191;let At=se;At+=s*$e,At+=o*pe,At+=c*R,At+=u*P,At+=h*I,se=At>>>13,At&=8191,At+=v*B,At+=b*A,At+=G*(5*tt),At+=T*(5*ze),At+=m*(5*Me),se+=At>>>13,At&=8191;let Q=se;Q+=s*Me,Q+=o*$e,Q+=c*pe,Q+=u*R,Q+=h*P,se=Q>>>13,Q&=8191,Q+=v*I,Q+=b*B,Q+=G*A,Q+=T*(5*tt),Q+=m*(5*ze),se+=Q>>>13,Q&=8191;let bt=se;bt+=s*ze,bt+=o*Me,bt+=c*$e,bt+=u*pe,bt+=h*R,se=bt>>>13,bt&=8191,bt+=v*P,bt+=b*I,bt+=G*B,bt+=T*A,bt+=m*(5*tt),se+=bt>>>13,bt&=8191;let Ft=se;Ft+=s*tt,Ft+=o*ze,Ft+=c*Me,Ft+=u*$e,Ft+=h*pe,se=Ft>>>13,Ft&=8191,Ft+=v*R,Ft+=b*P,Ft+=G*I,Ft+=T*B,Ft+=m*A,se+=Ft>>>13,Ft&=8191,se=(se<<2)+se|0,se=se+ke|0,ke=se&8191,se=se>>>13,xt+=se,s=ke,o=xt,c=Vt,u=Lt,h=ce,v=lt,b=At,G=Q,T=bt,m=Ft,t+=16,n-=16}this._h[0]=s,this._h[1]=o,this._h[2]=c,this._h[3]=u,this._h[4]=h,this._h[5]=v,this._h[6]=b,this._h[7]=G,this._h[8]=T,this._h[9]=m}finish(e,t=0){const n=new Uint16Array(10);let i,s,o,c;if(this._leftover){for(c=this._leftover,this._buffer[c++]=1;c<16;c++)this._buffer[c]=0;this._fin=1,this._blocks(this._buffer,0,16)}for(i=this._h[1]>>>13,this._h[1]&=8191,c=2;c<10;c++)this._h[c]+=i,i=this._h[c]>>>13,this._h[c]&=8191;for(this._h[0]+=i*5,i=this._h[0]>>>13,this._h[0]&=8191,this._h[1]+=i,i=this._h[1]>>>13,this._h[1]&=8191,this._h[2]+=i,n[0]=this._h[0]+5,i=n[0]>>>13,n[0]&=8191,c=1;c<10;c++)n[c]=this._h[c]+i,i=n[c]>>>13,n[c]&=8191;for(n[9]-=8192,s=(i^1)-1,c=0;c<10;c++)n[c]&=s;for(s=~s,c=0;c<10;c++)this._h[c]=this._h[c]&s|n[c];for(this._h[0]=(this._h[0]|this._h[1]<<13)&65535,this._h[1]=(this._h[1]>>>3|this._h[2]<<10)&65535,this._h[2]=(this._h[2]>>>6|this._h[3]<<7)&65535,this._h[3]=(this._h[3]>>>9|this._h[4]<<4)&65535,this._h[4]=(this._h[4]>>>12|this._h[5]<<1|this._h[6]<<14)&65535,this._h[5]=(this._h[6]>>>2|this._h[7]<<11)&65535,this._h[6]=(this._h[7]>>>5|this._h[8]<<8)&65535,this._h[7]=(this._h[8]>>>8|this._h[9]<<5)&65535,o=this._h[0]+this._pad[0],this._h[0]=o&65535,c=1;c<8;c++)o=(this._h[c]+this._pad[c]|0)+(o>>>16)|0,this._h[c]=o&65535;return e[t+0]=this._h[0]>>>0,e[t+1]=this._h[0]>>>8,e[t+2]=this._h[1]>>>0,e[t+3]=this._h[1]>>>8,e[t+4]=this._h[2]>>>0,e[t+5]=this._h[2]>>>8,e[t+6]=this._h[3]>>>0,e[t+7]=this._h[3]>>>8,e[t+8]=this._h[4]>>>0,e[t+9]=this._h[4]>>>8,e[t+10]=this._h[5]>>>0,e[t+11]=this._h[5]>>>8,e[t+12]=this._h[6]>>>0,e[t+13]=this._h[6]>>>8,e[t+14]=this._h[7]>>>0,e[t+15]=this._h[7]>>>8,this._finished=!0,this}update(e){let t=0,n=e.length,i;if(this._leftover){i=16-this._leftover,i>n&&(i=n);for(let s=0;s<i;s++)this._buffer[this._leftover+s]=e[t+s];if(n-=i,t+=i,this._leftover+=i,this._leftover<16)return this;this._blocks(this._buffer,0,16),this._leftover=0}if(n>=16&&(i=n-n%16,this._blocks(e,t,i),t+=i,n-=i),n){for(let s=0;s<n;s++)this._buffer[this._leftover+s]=e[t+s];this._leftover+=n}return this}digest(){if(this._finished)throw new Error("Poly1305 was finished");let e=new Uint8Array(16);return this.finish(e),e}clean(){return Or(this._buffer),Or(this._r),Or(this._h),Or(this._pad),this._leftover=0,this._fin=0,this._finished=!0,this}}const Fy=32,zy=12,Gy=16,Df=new Uint8Array(16);class Hc{constructor(e){Ze(this,"nonceLength",zy);Ze(this,"tagLength",Gy);Ze(this,"_key");if(e.length!==Fy)throw new Error("ChaCha20Poly1305 needs 32-byte key");this._key=new Uint8Array(e)}seal(e,t,n,i){if(e.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");const s=new Uint8Array(16);s.set(e,s.length-e.length);const o=new Uint8Array(32);Rf(this._key,s,o,4);const c=t.length+this.tagLength;let u;if(i){if(i.length!==c)throw new Error("ChaCha20Poly1305: incorrect destination length");u=i}else u=new Uint8Array(c);return Lc(this._key,s,t,u,4),this._authenticate(u.subarray(u.length-this.tagLength,u.length),o,u.subarray(0,u.length-this.tagLength),n),Or(s),u}open(e,t,n,i){if(e.length>16)throw new Error("ChaCha20Poly1305: incorrect nonce length");if(t.length<this.tagLength)return null;const s=new Uint8Array(16);s.set(e,s.length-e.length);const o=new Uint8Array(32);Rf(this._key,s,o,4);const c=new Uint8Array(this.tagLength);if(this._authenticate(c,o,t.subarray(0,t.length-this.tagLength),n),!Vy(c,t.subarray(t.length-this.tagLength,t.length)))return null;const u=t.length-this.tagLength;let h;if(i){if(i.length!==u)throw new Error("ChaCha20Poly1305: incorrect destination length");h=i}else h=new Uint8Array(u);return Lc(this._key,s,t.subarray(0,t.length-this.tagLength),h,4),Or(s),h}clean(){return Or(this._key),this}_authenticate(e,t,n,i){const s=new Hy(t);i&&(s.update(i),i.length%16>0&&s.update(Df.subarray(i.length%16))),s.update(n),n.length%16>0&&s.update(Df.subarray(n.length%16));const o=new Uint8Array(8);i&&jf(i.length,o),s.update(o),jf(n.length,o),s.update(o);const c=s.digest();for(let u=0;u<c.length;u++)e[u]=c[u];s.clean(),Or(c),Or(o)}}const Uf=65536;class Ky{constructor(){Ze(this,"isAvailable",!1);Ze(this,"isInstantiated",!1);typeof crypto<"u"&&"getRandomValues"in crypto&&(this.isAvailable=!0,this.isInstantiated=!0)}randomBytes(e){if(!this.isAvailable)throw new Error("System random byte generator is not available.");const t=new Uint8Array(e);for(let n=0;n<t.length;n+=Uf)crypto.getRandomValues(t.subarray(n,n+Math.min(t.length-n,Uf)));return t}}const qy=new Ky;function Zy(r,e=qy){return e.randomBytes(r)}function $f(r,e){const t=new Hc(r),n=Zy(12),s=new TextEncoder().encode(e),o=t.seal(n,s),c=new Uint8Array(n.length+o.length);return c.set(n),c.set(o,n.length),Br(c)}function Mf(r,e){const t=new Hc(r),n=ps(e),i=12,s=n.slice(0,i),o=n.slice(i),c=t.open(s,o);if(!c)throw new Error("Decryption failed");return new TextDecoder().decode(c)}var Fc=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Wy(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function Yy(r){if(r.__esModule)return r;var e=r.default;if(typeof e=="function"){var t=function n(){return this instanceof n?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var i=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return r[n]}})}),t}/*! *****************************************************************************
2
+ Copyright (C) Microsoft. All rights reserved.
3
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
+ this file except in compliance with the License. You may obtain a copy of the
5
+ License at http://www.apache.org/licenses/LICENSE-2.0
6
6
 
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
7
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
+ MERCHANTABLITY OR NON-INFRINGEMENT.
11
11
 
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */var Df;(function(r){(function(e){var t=typeof globalThis=="object"?globalThis:typeof Fc=="object"?Fc:typeof self=="object"?self:typeof this=="object"?this:c(),n=i(r);typeof t.Reflect<"u"&&(n=i(t.Reflect,n)),e(n,t),typeof t.Reflect>"u"&&(t.Reflect=r);function i(u,h){return function(m,x){Object.defineProperty(u,m,{configurable:!0,writable:!0,value:x}),h&&h(m,x)}}function s(){try{return Function("return this;")()}catch{}}function o(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return s()||o()}})(function(e,t){var n=Object.prototype.hasOwnProperty,i=typeof Symbol=="function",s=i&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",o=i&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",u={__proto__:[]}instanceof Array,h=!c&&!u,m={create:c?function(){return Bo(Object.create(null))}:u?function(){return Bo({__proto__:null})}:function(){return Bo({})},has:h?function(_,k){return n.call(_,k)}:function(_,k){return k in _},get:h?function(_,k){return n.call(_,k)?_[k]:void 0}:function(_,k){return _[k]}},x=Object.getPrototypeOf(Function),G=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:ko(),N=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:Co(),v=typeof WeakMap=="function"?WeakMap:$c(),A=i?Symbol.for("@reflect-metadata:registry"):void 0,O=Eo(),I=ps(O);function P(_,k,T,q){if(he(T)){if(!wo(_))throw new TypeError;if(!bo(k))throw new TypeError;return it(_,k)}else{if(!wo(_))throw new TypeError;if(!ee(k))throw new TypeError;if(!ee(q)&&!he(q)&&!ct(q))throw new TypeError;return ct(q)&&(q=void 0),T=pr(T),It(_,k,T,q)}}e("decorate",P);function R(_,k){function T(q,be){if(!ee(q))throw new TypeError;if(!he(be)&&!Ef(be))throw new TypeError;Ie(_,k,q,be)}return T}e("metadata",R);function fe(_,k,T,q){if(!ee(T))throw new TypeError;return he(q)||(q=pr(q)),Ie(_,k,T,q)}e("defineMetadata",fe);function Ze(_,k,T){if(!ee(k))throw new TypeError;return he(T)||(T=pr(T)),Pt(_,k,T)}e("hasMetadata",Ze);function Xe(_,k,T){if(!ee(k))throw new TypeError;return he(T)||(T=pr(T)),gt(_,k,T)}e("hasOwnMetadata",Xe);function Ue(_,k,T){if(!ee(k))throw new TypeError;return he(T)||(T=pr(T)),et(_,k,T)}e("getMetadata",Ue);function W(_,k,T){if(!ee(k))throw new TypeError;return he(T)||(T=pr(T)),ce(_,k,T)}e("getOwnMetadata",W);function se(_,k){if(!ee(_))throw new TypeError;return he(k)||(k=pr(k)),wt(_,k)}e("getMetadataKeys",se);function oe(_,k){if(!ee(_))throw new TypeError;return he(k)||(k=pr(k)),Vt(_,k)}e("getOwnMetadataKeys",oe);function Ae(_,k,T){if(!ee(k))throw new TypeError;if(he(T)||(T=pr(T)),!ee(k))throw new TypeError;he(T)||(T=pr(T));var q=pn(k,T,!1);return he(q)?!1:q.OrdinaryDeleteMetadata(_,k,T)}e("deleteMetadata",Ae);function it(_,k){for(var T=_.length-1;T>=0;--T){var q=_[T],be=q(k);if(!he(be)&&!ct(be)){if(!bo(be))throw new TypeError;k=be}}return k}function It(_,k,T,q){for(var be=_.length-1;be>=0;--be){var kt=_[be],Ct=kt(k,T,q);if(!he(Ct)&&!ct(Ct)){if(!ee(Ct))throw new TypeError;q=Ct}}return q}function Pt(_,k,T){var q=gt(_,k,T);if(q)return!0;var be=ds(k);return ct(be)?!1:Pt(_,be,T)}function gt(_,k,T){var q=pn(k,T,!1);return he(q)?!1:mo(q.OrdinaryHasOwnMetadata(_,k,T))}function et(_,k,T){var q=gt(_,k,T);if(q)return ce(_,k,T);var be=ds(k);if(!ct(be))return et(_,be,T)}function ce(_,k,T){var q=pn(k,T,!1);if(!he(q))return q.OrdinaryGetOwnMetadata(_,k,T)}function Ie(_,k,T,q){var be=pn(T,q,!0);be.OrdinaryDefineOwnMetadata(_,k,T,q)}function wt(_,k){var T=Vt(_,k),q=ds(_);if(q===null)return T;var be=wt(q,k);if(be.length<=0)return T;if(T.length<=0)return be;for(var kt=new N,Ct=[],De=0,Z=T;De<Z.length;De++){var te=Z[De],de=kt.has(te);de||(kt.add(te),Ct.push(te))}for(var ve=0,Qe=be;ve<Qe.length;ve++){var te=Qe[ve],de=kt.has(te);de||(kt.add(te),Ct.push(te))}return Ct}function Vt(_,k){var T=pn(_,k,!1);return T?T.OrdinaryOwnMetadataKeys(_,k):[]}function Lt(_){if(_===null)return 1;switch(typeof _){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return _===null?1:6;default:return 6}}function he(_){return _===void 0}function ct(_){return _===null}function bt(_){return typeof _=="symbol"}function ee(_){return typeof _=="object"?_!==null:typeof _=="function"}function mt(_,k){switch(Lt(_)){case 0:return _;case 1:return _;case 2:return _;case 3:return _;case 4:return _;case 5:return _}var T="string",q=Dc(_,s);if(q!==void 0){var be=q.call(_,T);if(ee(be))throw new TypeError;return be}return Ft(_)}function Ft(_,k){var T,q;{var be=_.toString;if(Nn(be)){var q=be.call(_);if(!ee(q))return q}var T=_.valueOf;if(Nn(T)){var q=T.call(_);if(!ee(q))return q}}throw new TypeError}function mo(_){return!!_}function hs(_){return""+_}function pr(_){var k=mt(_);return bt(k)?k:hs(k)}function wo(_){return Array.isArray?Array.isArray(_):_ instanceof Object?_ instanceof Array:Object.prototype.toString.call(_)==="[object Array]"}function Nn(_){return typeof _=="function"}function bo(_){return typeof _=="function"}function Ef(_){switch(Lt(_)){case 3:return!0;case 4:return!0;default:return!1}}function xo(_,k){return _===k||_!==_&&k!==k}function Dc(_,k){var T=_[k];if(T!=null){if(!Nn(T))throw new TypeError;return T}}function Ao(_){var k=Dc(_,o);if(!Nn(k))throw new TypeError;var T=k.call(_);if(!ee(T))throw new TypeError;return T}function So(_){return _.value}function dn(_){var k=_.next();return k.done?!1:k}function Bi(_){var k=_.return;k&&k.call(_)}function ds(_){var k=Object.getPrototypeOf(_);if(typeof _!="function"||_===x||k!==x)return k;var T=_.prototype,q=T&&Object.getPrototypeOf(T);if(q==null||q===Object.prototype)return k;var be=q.constructor;return typeof be!="function"||be===_?k:be}function _o(){var _;!he(A)&&typeof t.Reflect<"u"&&!(A in t.Reflect)&&typeof t.Reflect.defineMetadata=="function"&&(_=Io(t.Reflect));var k,T,q,be=new v,kt={registerProvider:Ct,getProvider:Z,setProvider:de};return kt;function Ct(ve){if(!Object.isExtensible(kt))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case _===ve:break;case he(k):k=ve;break;case k===ve:break;case he(T):T=ve;break;case T===ve:break;default:q===void 0&&(q=new N),q.add(ve);break}}function De(ve,Qe){if(!he(k)){if(k.isProviderFor(ve,Qe))return k;if(!he(T)){if(T.isProviderFor(ve,Qe))return k;if(!he(q))for(var st=Ao(q);;){var xt=dn(st);if(!xt)return;var Zt=So(xt);if(Zt.isProviderFor(ve,Qe))return Bi(st),Zt}}}if(!he(_)&&_.isProviderFor(ve,Qe))return _}function Z(ve,Qe){var st=be.get(ve),xt;return he(st)||(xt=st.get(Qe)),he(xt)&&(xt=De(ve,Qe),he(xt)||(he(st)&&(st=new G,be.set(ve,st)),st.set(Qe,xt))),xt}function te(ve){if(he(ve))throw new TypeError;return k===ve||T===ve||!he(q)&&q.has(ve)}function de(ve,Qe,st){if(!te(st))throw new Error("Metadata provider not registered.");var xt=Z(ve,Qe);if(xt!==st){if(!he(xt))return!1;var Zt=be.get(ve);he(Zt)&&(Zt=new G,be.set(ve,Zt)),Zt.set(Qe,st)}return!0}}function Eo(){var _;return!he(A)&&ee(t.Reflect)&&Object.isExtensible(t.Reflect)&&(_=t.Reflect[A]),he(_)&&(_=_o()),!he(A)&&ee(t.Reflect)&&Object.isExtensible(t.Reflect)&&Object.defineProperty(t.Reflect,A,{enumerable:!1,configurable:!1,writable:!1,value:_}),_}function ps(_){var k=new v,T={isProviderFor:function(te,de){var ve=k.get(te);return he(ve)?!1:ve.has(de)},OrdinaryDefineOwnMetadata:Ct,OrdinaryHasOwnMetadata:be,OrdinaryGetOwnMetadata:kt,OrdinaryOwnMetadataKeys:De,OrdinaryDeleteMetadata:Z};return O.registerProvider(T),T;function q(te,de,ve){var Qe=k.get(te),st=!1;if(he(Qe)){if(!ve)return;Qe=new G,k.set(te,Qe),st=!0}var xt=Qe.get(de);if(he(xt)){if(!ve)return;if(xt=new G,Qe.set(de,xt),!_.setProvider(te,de,T))throw Qe.delete(de),st&&k.delete(te),new Error("Wrong provider for target.")}return xt}function be(te,de,ve){var Qe=q(de,ve,!1);return he(Qe)?!1:mo(Qe.has(te))}function kt(te,de,ve){var Qe=q(de,ve,!1);if(!he(Qe))return Qe.get(te)}function Ct(te,de,ve,Qe){var st=q(ve,Qe,!0);st.set(te,de)}function De(te,de){var ve=[],Qe=q(te,de,!1);if(he(Qe))return ve;for(var st=Qe.keys(),xt=Ao(st),Zt=0;;){var ys=dn(xt);if(!ys)return ve.length=Zt,ve;var Oo=So(ys);try{ve[Zt]=Oo}catch(Mc){try{Bi(xt)}finally{throw Mc}}Zt++}}function Z(te,de,ve){var Qe=q(de,ve,!1);if(he(Qe)||!Qe.delete(te))return!1;if(Qe.size===0){var st=k.get(de);he(st)||(st.delete(ve),st.size===0&&k.delete(st))}return!0}}function Io(_){var k=_.defineMetadata,T=_.hasOwnMetadata,q=_.getOwnMetadata,be=_.getOwnMetadataKeys,kt=_.deleteMetadata,Ct=new v,De={isProviderFor:function(Z,te){var de=Ct.get(Z);return!he(de)&&de.has(te)?!0:be(Z,te).length?(he(de)&&(de=new N,Ct.set(Z,de)),de.add(te),!0):!1},OrdinaryDefineOwnMetadata:k,OrdinaryHasOwnMetadata:T,OrdinaryGetOwnMetadata:q,OrdinaryOwnMetadataKeys:be,OrdinaryDeleteMetadata:kt};return De}function pn(_,k,T){var q=O.getProvider(_,k);if(!he(q))return q;if(T){if(O.setProvider(_,k,I))return I;throw new Error("Illegal state.")}}function ko(){var _={},k=[],T=function(){function De(Z,te,de){this._index=0,this._keys=Z,this._values=te,this._selector=de}return De.prototype["@@iterator"]=function(){return this},De.prototype[o]=function(){return this},De.prototype.next=function(){var Z=this._index;if(Z>=0&&Z<this._keys.length){var te=this._selector(this._keys[Z],this._values[Z]);return Z+1>=this._keys.length?(this._index=-1,this._keys=k,this._values=k):this._index++,{value:te,done:!1}}return{value:void 0,done:!0}},De.prototype.throw=function(Z){throw this._index>=0&&(this._index=-1,this._keys=k,this._values=k),Z},De.prototype.return=function(Z){return this._index>=0&&(this._index=-1,this._keys=k,this._values=k),{value:Z,done:!0}},De}(),q=function(){function De(){this._keys=[],this._values=[],this._cacheKey=_,this._cacheIndex=-2}return Object.defineProperty(De.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),De.prototype.has=function(Z){return this._find(Z,!1)>=0},De.prototype.get=function(Z){var te=this._find(Z,!1);return te>=0?this._values[te]:void 0},De.prototype.set=function(Z,te){var de=this._find(Z,!0);return this._values[de]=te,this},De.prototype.delete=function(Z){var te=this._find(Z,!1);if(te>=0){for(var de=this._keys.length,ve=te+1;ve<de;ve++)this._keys[ve-1]=this._keys[ve],this._values[ve-1]=this._values[ve];return this._keys.length--,this._values.length--,xo(Z,this._cacheKey)&&(this._cacheKey=_,this._cacheIndex=-2),!0}return!1},De.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=_,this._cacheIndex=-2},De.prototype.keys=function(){return new T(this._keys,this._values,be)},De.prototype.values=function(){return new T(this._keys,this._values,kt)},De.prototype.entries=function(){return new T(this._keys,this._values,Ct)},De.prototype["@@iterator"]=function(){return this.entries()},De.prototype[o]=function(){return this.entries()},De.prototype._find=function(Z,te){if(!xo(this._cacheKey,Z)){this._cacheIndex=-1;for(var de=0;de<this._keys.length;de++)if(xo(this._keys[de],Z)){this._cacheIndex=de;break}}return this._cacheIndex<0&&te&&(this._cacheIndex=this._keys.length,this._keys.push(Z),this._values.push(void 0)),this._cacheIndex},De}();return q;function be(De,Z){return De}function kt(De,Z){return Z}function Ct(De,Z){return[De,Z]}}function Co(){var _=function(){function k(){this._map=new G}return Object.defineProperty(k.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),k.prototype.has=function(T){return this._map.has(T)},k.prototype.add=function(T){return this._map.set(T,T),this},k.prototype.delete=function(T){return this._map.delete(T)},k.prototype.clear=function(){this._map.clear()},k.prototype.keys=function(){return this._map.keys()},k.prototype.values=function(){return this._map.keys()},k.prototype.entries=function(){return this._map.entries()},k.prototype["@@iterator"]=function(){return this.keys()},k.prototype[o]=function(){return this.keys()},k}();return _}function $c(){var _=16,k=m.create(),T=q();return function(){function Z(){this._key=q()}return Z.prototype.has=function(te){var de=be(te,!1);return de!==void 0?m.has(de,this._key):!1},Z.prototype.get=function(te){var de=be(te,!1);return de!==void 0?m.get(de,this._key):void 0},Z.prototype.set=function(te,de){var ve=be(te,!0);return ve[this._key]=de,this},Z.prototype.delete=function(te){var de=be(te,!1);return de!==void 0?delete de[this._key]:!1},Z.prototype.clear=function(){this._key=q()},Z}();function q(){var Z;do Z="@@WeakMap@@"+De();while(m.has(k,Z));return k[Z]=!0,Z}function be(Z,te){if(!n.call(Z,T)){if(!te)return;Object.defineProperty(Z,T,{value:m.create()})}return Z[T]}function kt(Z,te){for(var de=0;de<te;++de)Z[de]=Math.random()*255|0;return Z}function Ct(Z){if(typeof Uint8Array=="function"){var te=new Uint8Array(Z);return typeof crypto<"u"?crypto.getRandomValues(te):typeof msCrypto<"u"?msCrypto.getRandomValues(te):kt(te,Z),te}return kt(new Array(Z),Z)}function De(){var Z=Ct(_);Z[6]=Z[6]&79|64,Z[8]=Z[8]&191|128;for(var te="",de=0;de<_;++de){var ve=Z[de];(de===4||de===6||de===8)&&(te+="-"),ve<16&&(te+="0"),te+=ve.toString(16).toLowerCase()}return te}}function Bo(_){return _.__=void 0,delete _.__,_}})})(Df||(Df={}));/*!
12
+ See the Apache Version 2.0 License for specific language governing permissions
13
+ and limitations under the License.
14
+ ***************************************************************************** */var Vf;(function(r){(function(e){var t=typeof globalThis=="object"?globalThis:typeof Fc=="object"?Fc:typeof self=="object"?self:typeof this=="object"?this:c(),n=i(r);typeof t.Reflect<"u"&&(n=i(t.Reflect,n)),e(n,t),typeof t.Reflect>"u"&&(t.Reflect=r);function i(u,h){return function(v,b){Object.defineProperty(u,v,{configurable:!0,writable:!0,value:b}),h&&h(v,b)}}function s(){try{return Function("return this;")()}catch{}}function o(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return s()||o()}})(function(e,t){var n=Object.prototype.hasOwnProperty,i=typeof Symbol=="function",s=i&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",o=i&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",u={__proto__:[]}instanceof Array,h=!c&&!u,v={create:c?function(){return Co(Object.create(null))}:u?function(){return Co({__proto__:null})}:function(){return Co({})},has:h?function(_,k){return n.call(_,k)}:function(_,k){return k in _},get:h?function(_,k){return n.call(_,k)?_[k]:void 0}:function(_,k){return _[k]}},b=Object.getPrototypeOf(Function),G=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:Io(),T=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:ko(),m=typeof WeakMap=="function"?WeakMap:Uc(),A=i?Symbol.for("@reflect-metadata:registry"):void 0,B=_o(),I=fs(B);function P(_,k,N,K){if(ce(N)){if(!mo(_))throw new TypeError;if(!wo(k))throw new TypeError;return fe(_,k)}else{if(!mo(_))throw new TypeError;if(!Q(k))throw new TypeError;if(!Q(K)&&!ce(K)&&!lt(K))throw new TypeError;return lt(K)&&(K=void 0),N=pr(N),ge(_,k,N,K)}}e("decorate",P);function R(_,k){function N(K,be){if(!Q(K))throw new TypeError;if(!ce(be)&&!Bf(be))throw new TypeError;ke(_,k,K,be)}return N}e("metadata",R);function pe(_,k,N,K){if(!Q(N))throw new TypeError;return ce(K)||(K=pr(K)),ke(_,k,N,K)}e("defineMetadata",pe);function $e(_,k,N){if(!Q(k))throw new TypeError;return ce(N)||(N=pr(N)),Ae(_,k,N)}e("hasMetadata",$e);function Me(_,k,N){if(!Q(k))throw new TypeError;return ce(N)||(N=pr(N)),je(_,k,N)}e("hasOwnMetadata",Me);function ze(_,k,N){if(!Q(k))throw new TypeError;return ce(N)||(N=pr(N)),Qe(_,k,N)}e("getMetadata",ze);function tt(_,k,N){if(!Q(k))throw new TypeError;return ce(N)||(N=pr(N)),se(_,k,N)}e("getOwnMetadata",tt);function wt(_,k){if(!Q(_))throw new TypeError;return ce(k)||(k=pr(k)),xt(_,k)}e("getMetadataKeys",wt);function vt(_,k){if(!Q(_))throw new TypeError;return ce(k)||(k=pr(k)),Vt(_,k)}e("getOwnMetadataKeys",vt);function ue(_,k,N){if(!Q(k))throw new TypeError;if(ce(N)||(N=pr(N)),!Q(k))throw new TypeError;ce(N)||(N=pr(N));var K=dn(k,N,!1);return ce(K)?!1:K.OrdinaryDeleteMetadata(_,k,N)}e("deleteMetadata",ue);function fe(_,k){for(var N=_.length-1;N>=0;--N){var K=_[N],be=K(k);if(!ce(be)&&!lt(be)){if(!wo(be))throw new TypeError;k=be}}return k}function ge(_,k,N,K){for(var be=_.length-1;be>=0;--be){var Ct=_[be],Bt=Ct(k,N,K);if(!ce(Bt)&&!lt(Bt)){if(!Q(Bt))throw new TypeError;K=Bt}}return K}function Ae(_,k,N){var K=je(_,k,N);if(K)return!0;var be=us(k);return lt(be)?!1:Ae(_,be,N)}function je(_,k,N){var K=dn(k,N,!1);return ce(K)?!1:vo(K.OrdinaryHasOwnMetadata(_,k,N))}function Qe(_,k,N){var K=je(_,k,N);if(K)return se(_,k,N);var be=us(k);if(!lt(be))return Qe(_,be,N)}function se(_,k,N){var K=dn(k,N,!1);if(!ce(K))return K.OrdinaryGetOwnMetadata(_,k,N)}function ke(_,k,N,K){var be=dn(N,K,!0);be.OrdinaryDefineOwnMetadata(_,k,N,K)}function xt(_,k){var N=Vt(_,k),K=us(_);if(K===null)return N;var be=xt(K,k);if(be.length<=0)return N;if(N.length<=0)return be;for(var Ct=new T,Bt=[],Ve=0,Z=N;Ve<Z.length;Ve++){var ee=Z[Ve],le=Ct.has(ee);le||(Ct.add(ee),Bt.push(ee))}for(var ve=0,rt=be;ve<rt.length;ve++){var ee=rt[ve],le=Ct.has(ee);le||(Ct.add(ee),Bt.push(ee))}return Bt}function Vt(_,k){var N=dn(_,k,!1);return N?N.OrdinaryOwnMetadataKeys(_,k):[]}function Lt(_){if(_===null)return 1;switch(typeof _){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return _===null?1:6;default:return 6}}function ce(_){return _===void 0}function lt(_){return _===null}function At(_){return typeof _=="symbol"}function Q(_){return typeof _=="object"?_!==null:typeof _=="function"}function bt(_,k){switch(Lt(_)){case 0:return _;case 1:return _;case 2:return _;case 3:return _;case 4:return _;case 5:return _}var N="string",K=Dc(_,s);if(K!==void 0){var be=K.call(_,N);if(Q(be))throw new TypeError;return be}return Ft(_)}function Ft(_,k){var N,K;{var be=_.toString;if(Tn(be)){var K=be.call(_);if(!Q(K))return K}var N=_.valueOf;if(Tn(N)){var K=N.call(_);if(!Q(K))return K}}throw new TypeError}function vo(_){return!!_}function ls(_){return""+_}function pr(_){var k=bt(_);return At(k)?k:ls(k)}function mo(_){return Array.isArray?Array.isArray(_):_ instanceof Object?_ instanceof Array:Object.prototype.toString.call(_)==="[object Array]"}function Tn(_){return typeof _=="function"}function wo(_){return typeof _=="function"}function Bf(_){switch(Lt(_)){case 3:return!0;case 4:return!0;default:return!1}}function bo(_,k){return _===k||_!==_&&k!==k}function Dc(_,k){var N=_[k];if(N!=null){if(!Tn(N))throw new TypeError;return N}}function xo(_){var k=Dc(_,o);if(!Tn(k))throw new TypeError;var N=k.call(_);if(!Q(N))throw new TypeError;return N}function Ao(_){return _.value}function hn(_){var k=_.next();return k.done?!1:k}function ki(_){var k=_.return;k&&k.call(_)}function us(_){var k=Object.getPrototypeOf(_);if(typeof _!="function"||_===b||k!==b)return k;var N=_.prototype,K=N&&Object.getPrototypeOf(N);if(K==null||K===Object.prototype)return k;var be=K.constructor;return typeof be!="function"||be===_?k:be}function So(){var _;!ce(A)&&typeof t.Reflect<"u"&&!(A in t.Reflect)&&typeof t.Reflect.defineMetadata=="function"&&(_=Eo(t.Reflect));var k,N,K,be=new m,Ct={registerProvider:Bt,getProvider:Z,setProvider:le};return Ct;function Bt(ve){if(!Object.isExtensible(Ct))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case _===ve:break;case ce(k):k=ve;break;case k===ve:break;case ce(N):N=ve;break;case N===ve:break;default:K===void 0&&(K=new T),K.add(ve);break}}function Ve(ve,rt){if(!ce(k)){if(k.isProviderFor(ve,rt))return k;if(!ce(N)){if(N.isProviderFor(ve,rt))return k;if(!ce(K))for(var ot=xo(K);;){var St=hn(ot);if(!St)return;var Zt=Ao(St);if(Zt.isProviderFor(ve,rt))return ki(ot),Zt}}}if(!ce(_)&&_.isProviderFor(ve,rt))return _}function Z(ve,rt){var ot=be.get(ve),St;return ce(ot)||(St=ot.get(rt)),ce(St)&&(St=Ve(ve,rt),ce(St)||(ce(ot)&&(ot=new G,be.set(ve,ot)),ot.set(rt,St))),St}function ee(ve){if(ce(ve))throw new TypeError;return k===ve||N===ve||!ce(K)&&K.has(ve)}function le(ve,rt,ot){if(!ee(ot))throw new Error("Metadata provider not registered.");var St=Z(ve,rt);if(St!==ot){if(!ce(St))return!1;var Zt=be.get(ve);ce(Zt)&&(Zt=new G,be.set(ve,Zt)),Zt.set(rt,ot)}return!0}}function _o(){var _;return!ce(A)&&Q(t.Reflect)&&Object.isExtensible(t.Reflect)&&(_=t.Reflect[A]),ce(_)&&(_=So()),!ce(A)&&Q(t.Reflect)&&Object.isExtensible(t.Reflect)&&Object.defineProperty(t.Reflect,A,{enumerable:!1,configurable:!1,writable:!1,value:_}),_}function fs(_){var k=new m,N={isProviderFor:function(ee,le){var ve=k.get(ee);return ce(ve)?!1:ve.has(le)},OrdinaryDefineOwnMetadata:Bt,OrdinaryHasOwnMetadata:be,OrdinaryGetOwnMetadata:Ct,OrdinaryOwnMetadataKeys:Ve,OrdinaryDeleteMetadata:Z};return B.registerProvider(N),N;function K(ee,le,ve){var rt=k.get(ee),ot=!1;if(ce(rt)){if(!ve)return;rt=new G,k.set(ee,rt),ot=!0}var St=rt.get(le);if(ce(St)){if(!ve)return;if(St=new G,rt.set(le,St),!_.setProvider(ee,le,N))throw rt.delete(le),ot&&k.delete(ee),new Error("Wrong provider for target.")}return St}function be(ee,le,ve){var rt=K(le,ve,!1);return ce(rt)?!1:vo(rt.has(ee))}function Ct(ee,le,ve){var rt=K(le,ve,!1);if(!ce(rt))return rt.get(ee)}function Bt(ee,le,ve,rt){var ot=K(ve,rt,!0);ot.set(ee,le)}function Ve(ee,le){var ve=[],rt=K(ee,le,!1);if(ce(rt))return ve;for(var ot=rt.keys(),St=xo(ot),Zt=0;;){var hs=hn(St);if(!hs)return ve.length=Zt,ve;var Bo=Ao(hs);try{ve[Zt]=Bo}catch($c){try{ki(St)}finally{throw $c}}Zt++}}function Z(ee,le,ve){var rt=K(le,ve,!1);if(ce(rt)||!rt.delete(ee))return!1;if(rt.size===0){var ot=k.get(le);ce(ot)||(ot.delete(ve),ot.size===0&&k.delete(ot))}return!0}}function Eo(_){var k=_.defineMetadata,N=_.hasOwnMetadata,K=_.getOwnMetadata,be=_.getOwnMetadataKeys,Ct=_.deleteMetadata,Bt=new m,Ve={isProviderFor:function(Z,ee){var le=Bt.get(Z);return!ce(le)&&le.has(ee)?!0:be(Z,ee).length?(ce(le)&&(le=new T,Bt.set(Z,le)),le.add(ee),!0):!1},OrdinaryDefineOwnMetadata:k,OrdinaryHasOwnMetadata:N,OrdinaryGetOwnMetadata:K,OrdinaryOwnMetadataKeys:be,OrdinaryDeleteMetadata:Ct};return Ve}function dn(_,k,N){var K=B.getProvider(_,k);if(!ce(K))return K;if(N){if(B.setProvider(_,k,I))return I;throw new Error("Illegal state.")}}function Io(){var _={},k=[],N=function(){function Ve(Z,ee,le){this._index=0,this._keys=Z,this._values=ee,this._selector=le}return Ve.prototype["@@iterator"]=function(){return this},Ve.prototype[o]=function(){return this},Ve.prototype.next=function(){var Z=this._index;if(Z>=0&&Z<this._keys.length){var ee=this._selector(this._keys[Z],this._values[Z]);return Z+1>=this._keys.length?(this._index=-1,this._keys=k,this._values=k):this._index++,{value:ee,done:!1}}return{value:void 0,done:!0}},Ve.prototype.throw=function(Z){throw this._index>=0&&(this._index=-1,this._keys=k,this._values=k),Z},Ve.prototype.return=function(Z){return this._index>=0&&(this._index=-1,this._keys=k,this._values=k),{value:Z,done:!0}},Ve}(),K=function(){function Ve(){this._keys=[],this._values=[],this._cacheKey=_,this._cacheIndex=-2}return Object.defineProperty(Ve.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),Ve.prototype.has=function(Z){return this._find(Z,!1)>=0},Ve.prototype.get=function(Z){var ee=this._find(Z,!1);return ee>=0?this._values[ee]:void 0},Ve.prototype.set=function(Z,ee){var le=this._find(Z,!0);return this._values[le]=ee,this},Ve.prototype.delete=function(Z){var ee=this._find(Z,!1);if(ee>=0){for(var le=this._keys.length,ve=ee+1;ve<le;ve++)this._keys[ve-1]=this._keys[ve],this._values[ve-1]=this._values[ve];return this._keys.length--,this._values.length--,bo(Z,this._cacheKey)&&(this._cacheKey=_,this._cacheIndex=-2),!0}return!1},Ve.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=_,this._cacheIndex=-2},Ve.prototype.keys=function(){return new N(this._keys,this._values,be)},Ve.prototype.values=function(){return new N(this._keys,this._values,Ct)},Ve.prototype.entries=function(){return new N(this._keys,this._values,Bt)},Ve.prototype["@@iterator"]=function(){return this.entries()},Ve.prototype[o]=function(){return this.entries()},Ve.prototype._find=function(Z,ee){if(!bo(this._cacheKey,Z)){this._cacheIndex=-1;for(var le=0;le<this._keys.length;le++)if(bo(this._keys[le],Z)){this._cacheIndex=le;break}}return this._cacheIndex<0&&ee&&(this._cacheIndex=this._keys.length,this._keys.push(Z),this._values.push(void 0)),this._cacheIndex},Ve}();return K;function be(Ve,Z){return Ve}function Ct(Ve,Z){return Z}function Bt(Ve,Z){return[Ve,Z]}}function ko(){var _=function(){function k(){this._map=new G}return Object.defineProperty(k.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),k.prototype.has=function(N){return this._map.has(N)},k.prototype.add=function(N){return this._map.set(N,N),this},k.prototype.delete=function(N){return this._map.delete(N)},k.prototype.clear=function(){this._map.clear()},k.prototype.keys=function(){return this._map.keys()},k.prototype.values=function(){return this._map.keys()},k.prototype.entries=function(){return this._map.entries()},k.prototype["@@iterator"]=function(){return this.keys()},k.prototype[o]=function(){return this.keys()},k}();return _}function Uc(){var _=16,k=v.create(),N=K();return function(){function Z(){this._key=K()}return Z.prototype.has=function(ee){var le=be(ee,!1);return le!==void 0?v.has(le,this._key):!1},Z.prototype.get=function(ee){var le=be(ee,!1);return le!==void 0?v.get(le,this._key):void 0},Z.prototype.set=function(ee,le){var ve=be(ee,!0);return ve[this._key]=le,this},Z.prototype.delete=function(ee){var le=be(ee,!1);return le!==void 0?delete le[this._key]:!1},Z.prototype.clear=function(){this._key=K()},Z}();function K(){var Z;do Z="@@WeakMap@@"+Ve();while(v.has(k,Z));return k[Z]=!0,Z}function be(Z,ee){if(!n.call(Z,N)){if(!ee)return;Object.defineProperty(Z,N,{value:v.create()})}return Z[N]}function Ct(Z,ee){for(var le=0;le<ee;++le)Z[le]=Math.random()*255|0;return Z}function Bt(Z){if(typeof Uint8Array=="function"){var ee=new Uint8Array(Z);return typeof crypto<"u"?crypto.getRandomValues(ee):typeof msCrypto<"u"?msCrypto.getRandomValues(ee):Ct(ee,Z),ee}return Ct(new Array(Z),Z)}function Ve(){var Z=Bt(_);Z[6]=Z[6]&79|64,Z[8]=Z[8]&191|128;for(var ee="",le=0;le<_;++le){var ve=Z[le];(le===4||le===6||le===8)&&(ee+="-"),ve<16&&(ee+="0"),ee+=ve.toString(16).toLowerCase()}return ee}}function Co(_){return _.__=void 0,delete _.__,_}})})(Vf||(Vf={}));/*!
15
15
  * MIT License
16
16
  *
17
17
  * Copyright (c) 2017-2022 Peculiar Ventures, LLC
@@ -34,9 +34,9 @@
34
34
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
35
  * SOFTWARE.
36
36
  *
37
- */const Zy="[object ArrayBuffer]";class Y{static isArrayBuffer(e){return Object.prototype.toString.call(e)===Zy}static toArrayBuffer(e){return this.isArrayBuffer(e)?e:e.byteLength===e.buffer.byteLength||e.byteOffset===0&&e.byteLength===e.buffer.byteLength?e.buffer:this.toUint8Array(e.buffer).slice(e.byteOffset,e.byteOffset+e.byteLength).buffer}static toUint8Array(e){return this.toView(e,Uint8Array)}static toView(e,t){if(e.constructor===t)return e;if(this.isArrayBuffer(e))return new t(e);if(this.isArrayBufferView(e))return new t(e.buffer,e.byteOffset,e.byteLength);throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")}static isBufferSource(e){return this.isArrayBufferView(e)||this.isArrayBuffer(e)}static isArrayBufferView(e){return ArrayBuffer.isView(e)||e&&this.isArrayBuffer(e.buffer)}static isEqual(e,t){const n=Y.toUint8Array(e),i=Y.toUint8Array(t);if(n.length!==i.byteLength)return!1;for(let s=0;s<n.length;s++)if(n[s]!==i[s])return!1;return!0}static concat(...e){let t;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?t=e[0]:e[e.length-1]instanceof Function?t=e.slice(0,e.length-1):t=e;let n=0;for(const o of t)n+=o.byteLength;const i=new Uint8Array(n);let s=0;for(const o of t){const c=this.toUint8Array(o);i.set(c,s),s+=c.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}}const zc="string",Wy=/^[0-9a-f]+$/i,Yy=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,Jy=/^[a-zA-Z0-9-_]+$/;class $f{static fromString(e){const t=unescape(encodeURIComponent(e)),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n.buffer}static toString(e){const t=Y.toUint8Array(e);let n="";for(let s=0;s<t.length;s++)n+=String.fromCharCode(t[s]);return decodeURIComponent(escape(n))}}class Jr{static toString(e,t=!1){const n=Y.toArrayBuffer(e),i=new DataView(n);let s="";for(let o=0;o<n.byteLength;o+=2){const c=i.getUint16(o,t);s+=String.fromCharCode(c)}return s}static fromString(e,t=!1){const n=new ArrayBuffer(e.length*2),i=new DataView(n);for(let s=0;s<e.length;s++)i.setUint16(s*2,e.charCodeAt(s),t);return n}}class ue{static isHex(e){return typeof e===zc&&Wy.test(e)}static isBase64(e){return typeof e===zc&&Yy.test(e)}static isBase64Url(e){return typeof e===zc&&Jy.test(e)}static ToString(e,t="utf8"){const n=Y.toUint8Array(e);switch(t.toLowerCase()){case"utf8":return this.ToUtf8String(n);case"binary":return this.ToBinary(n);case"hex":return this.ToHex(n);case"base64":return this.ToBase64(n);case"base64url":return this.ToBase64Url(n);case"utf16le":return Jr.toString(n,!0);case"utf16":case"utf16be":return Jr.toString(n);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromString(e,t="utf8"){if(!e)return new ArrayBuffer(0);switch(t.toLowerCase()){case"utf8":return this.FromUtf8String(e);case"binary":return this.FromBinary(e);case"hex":return this.FromHex(e);case"base64":return this.FromBase64(e);case"base64url":return this.FromBase64Url(e);case"utf16le":return Jr.fromString(e,!0);case"utf16":case"utf16be":return Jr.fromString(e);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToBase64(e){const t=Y.toUint8Array(e);if(typeof btoa<"u"){const n=this.ToString(t,"binary");return btoa(n)}else return Buffer.from(t).toString("base64")}static FromBase64(e){const t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!ue.isBase64(t))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(t)):new Uint8Array(Buffer.from(t,"base64")).buffer}static FromBase64Url(e){const t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!ue.isBase64Url(t))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(t.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,t=ue.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.FromBinary(e);case"utf8":return $f.fromString(e);case"utf16":case"utf16be":return Jr.fromString(e);case"utf16le":case"usc2":return Jr.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToUtf8String(e,t=ue.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.ToBinary(e);case"utf8":return $f.toString(e);case"utf16":case"utf16be":return Jr.toString(e);case"utf16le":case"usc2":return Jr.toString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromBinary(e){const t=e.length,n=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);return n.buffer}static ToBinary(e){const t=Y.toUint8Array(e);let n="";for(let i=0;i<t.length;i++)n+=String.fromCharCode(t[i]);return n}static ToHex(e){const t=Y.toUint8Array(e);let n="";const i=t.length;for(let s=0;s<i;s++){const o=t[s];o<16&&(n+="0"),n+=o.toString(16)}return n}static FromHex(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!ue.isHex(t))throw new TypeError("Argument 'hexString' is not HEX encoded");t.length%2&&(t=`0${t}`);const n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i=i+2){const s=t.slice(i,i+2);n[i/2]=parseInt(s,16)}return n.buffer}static ToUtf16String(e,t=!1){return Jr.toString(e,t)}static FromUtf16String(e,t=!1){return Jr.fromString(e,t)}static Base64Padding(e){const t=4-e.length%4;if(t<4)for(let n=0;n<t;n++)e+="=";return e}static formatString(e){return(e==null?void 0:e.replace(/[\n\r\t ]/g,""))||""}}ue.DEFAULT_UTF8_ENCODING="utf8";function Xy(...r){const e=r.map(i=>i.byteLength).reduce((i,s)=>i+s),t=new Uint8Array(e);let n=0;return r.map(i=>new Uint8Array(i)).forEach(i=>{for(const s of i)t[n++]=s}),t.buffer}function No(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;const t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}/*!
37
+ */const Jy="[object ArrayBuffer]";class W{static isArrayBuffer(e){return Object.prototype.toString.call(e)===Jy}static toArrayBuffer(e){return this.isArrayBuffer(e)?e:e.byteLength===e.buffer.byteLength||e.byteOffset===0&&e.byteLength===e.buffer.byteLength?e.buffer:this.toUint8Array(e.buffer).slice(e.byteOffset,e.byteOffset+e.byteLength).buffer}static toUint8Array(e){return this.toView(e,Uint8Array)}static toView(e,t){if(e.constructor===t)return e;if(this.isArrayBuffer(e))return new t(e);if(this.isArrayBufferView(e))return new t(e.buffer,e.byteOffset,e.byteLength);throw new TypeError("The provided value is not of type '(ArrayBuffer or ArrayBufferView)'")}static isBufferSource(e){return this.isArrayBufferView(e)||this.isArrayBuffer(e)}static isArrayBufferView(e){return ArrayBuffer.isView(e)||e&&this.isArrayBuffer(e.buffer)}static isEqual(e,t){const n=W.toUint8Array(e),i=W.toUint8Array(t);if(n.length!==i.byteLength)return!1;for(let s=0;s<n.length;s++)if(n[s]!==i[s])return!1;return!0}static concat(...e){let t;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?t=e[0]:e[e.length-1]instanceof Function?t=e.slice(0,e.length-1):t=e;let n=0;for(const o of t)n+=o.byteLength;const i=new Uint8Array(n);let s=0;for(const o of t){const c=this.toUint8Array(o);i.set(c,s),s+=c.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}}const zc="string",Xy=/^[0-9a-f]+$/i,Qy=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,eg=/^[a-zA-Z0-9-_]+$/;class Lf{static fromString(e){const t=unescape(encodeURIComponent(e)),n=new Uint8Array(t.length);for(let i=0;i<t.length;i++)n[i]=t.charCodeAt(i);return n.buffer}static toString(e){const t=W.toUint8Array(e);let n="";for(let s=0;s<t.length;s++)n+=String.fromCharCode(t[s]);return decodeURIComponent(escape(n))}}class Yr{static toString(e,t=!1){const n=W.toArrayBuffer(e),i=new DataView(n);let s="";for(let o=0;o<n.byteLength;o+=2){const c=i.getUint16(o,t);s+=String.fromCharCode(c)}return s}static fromString(e,t=!1){const n=new ArrayBuffer(e.length*2),i=new DataView(n);for(let s=0;s<e.length;s++)i.setUint16(s*2,e.charCodeAt(s),t);return n}}class ae{static isHex(e){return typeof e===zc&&Xy.test(e)}static isBase64(e){return typeof e===zc&&Qy.test(e)}static isBase64Url(e){return typeof e===zc&&eg.test(e)}static ToString(e,t="utf8"){const n=W.toUint8Array(e);switch(t.toLowerCase()){case"utf8":return this.ToUtf8String(n);case"binary":return this.ToBinary(n);case"hex":return this.ToHex(n);case"base64":return this.ToBase64(n);case"base64url":return this.ToBase64Url(n);case"utf16le":return Yr.toString(n,!0);case"utf16":case"utf16be":return Yr.toString(n);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromString(e,t="utf8"){if(!e)return new ArrayBuffer(0);switch(t.toLowerCase()){case"utf8":return this.FromUtf8String(e);case"binary":return this.FromBinary(e);case"hex":return this.FromHex(e);case"base64":return this.FromBase64(e);case"base64url":return this.FromBase64Url(e);case"utf16le":return Yr.fromString(e,!0);case"utf16":case"utf16be":return Yr.fromString(e);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToBase64(e){const t=W.toUint8Array(e);if(typeof btoa<"u"){const n=this.ToString(t,"binary");return btoa(n)}else return Buffer.from(t).toString("base64")}static FromBase64(e){const t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!ae.isBase64(t))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(t)):new Uint8Array(Buffer.from(t,"base64")).buffer}static FromBase64Url(e){const t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!ae.isBase64Url(t))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(t.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,t=ae.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.FromBinary(e);case"utf8":return Lf.fromString(e);case"utf16":case"utf16be":return Yr.fromString(e);case"utf16le":case"usc2":return Yr.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static ToUtf8String(e,t=ae.DEFAULT_UTF8_ENCODING){switch(t){case"ascii":return this.ToBinary(e);case"utf8":return Lf.toString(e);case"utf16":case"utf16be":return Yr.toString(e);case"utf16le":case"usc2":return Yr.toString(e,!0);default:throw new Error(`Unknown type of encoding '${t}'`)}}static FromBinary(e){const t=e.length,n=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);return n.buffer}static ToBinary(e){const t=W.toUint8Array(e);let n="";for(let i=0;i<t.length;i++)n+=String.fromCharCode(t[i]);return n}static ToHex(e){const t=W.toUint8Array(e);let n="";const i=t.length;for(let s=0;s<i;s++){const o=t[s];o<16&&(n+="0"),n+=o.toString(16)}return n}static FromHex(e){let t=this.formatString(e);if(!t)return new ArrayBuffer(0);if(!ae.isHex(t))throw new TypeError("Argument 'hexString' is not HEX encoded");t.length%2&&(t=`0${t}`);const n=new Uint8Array(t.length/2);for(let i=0;i<t.length;i=i+2){const s=t.slice(i,i+2);n[i/2]=parseInt(s,16)}return n.buffer}static ToUtf16String(e,t=!1){return Yr.toString(e,t)}static FromUtf16String(e,t=!1){return Yr.fromString(e,t)}static Base64Padding(e){const t=4-e.length%4;if(t<4)for(let n=0;n<t;n++)e+="=";return e}static formatString(e){return(e==null?void 0:e.replace(/[\n\r\t ]/g,""))||""}}ae.DEFAULT_UTF8_ENCODING="utf8";function tg(...r){const e=r.map(i=>i.byteLength).reduce((i,s)=>i+s),t=new Uint8Array(e);let n=0;return r.map(i=>new Uint8Array(i)).forEach(i=>{for(const s of i)t[n++]=s}),t.buffer}function To(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;const t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}/*!
38
38
  Copyright (c) Peculiar Ventures, LLC
39
- */function Pi(r,e){let t=0;if(r.length===1)return r[0];for(let n=r.length-1;n>=0;n--)t+=r[r.length-1-n]*Math.pow(2,e*n);return t}function ri(r,e,t=-1){const n=t;let i=r,s=0,o=Math.pow(2,e);for(let c=1;c<8;c++){if(r<o){let u;if(n<0)u=new ArrayBuffer(c),s=c;else{if(n<c)return new ArrayBuffer(0);u=new ArrayBuffer(n),s=n}const h=new Uint8Array(u);for(let m=c-1;m>=0;m--){const x=Math.pow(2,m*e);h[s-m-1]=Math.floor(i/x),i-=h[s-m-1]*x}return u}o*=Math.pow(2,e)}return new ArrayBuffer(0)}function Gc(...r){let e=0,t=0;for(const s of r)e+=s.length;const n=new ArrayBuffer(e),i=new Uint8Array(n);for(const s of r)i.set(s,t),t+=s.length;return i}function Mf(){const r=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){const c=r[0]===255&&r[1]&128,u=r[0]===0&&(r[1]&128)===0;(c||u)&&this.warnings.push("Needlessly long format")}const e=new ArrayBuffer(this.valueHex.byteLength),t=new Uint8Array(e);for(let c=0;c<this.valueHex.byteLength;c++)t[c]=0;t[0]=r[0]&128;const n=Pi(t,8),i=new ArrayBuffer(this.valueHex.byteLength),s=new Uint8Array(i);for(let c=0;c<this.valueHex.byteLength;c++)s[c]=r[c];return s[0]&=127,Pi(s,8)-n}function Qy(r){const e=r<0?r*-1:r;let t=128;for(let n=1;n<8;n++){if(e<=t){if(r<0){const o=t-e,c=ri(o,8,n),u=new Uint8Array(c);return u[0]|=128,c}let i=ri(e,8,n),s=new Uint8Array(i);if(s[0]&128){const o=i.slice(0),c=new Uint8Array(o);i=new ArrayBuffer(i.byteLength+1),s=new Uint8Array(i);for(let u=0;u<o.byteLength;u++)s[u+1]=c[u];s[0]=0}return i}t*=Math.pow(2,8)}return new ArrayBuffer(0)}function eg(r,e){if(r.byteLength!==e.byteLength)return!1;const t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<t.length;i++)if(t[i]!==n[i])return!1;return!0}function _r(r,e){const t=r.toString(10);if(e<t.length)return"";const n=e-t.length,i=new Array(n);for(let o=0;o<n;o++)i[o]="0";return i.join("").concat(t)}/*!
39
+ */function Oi(r,e){let t=0;if(r.length===1)return r[0];for(let n=r.length-1;n>=0;n--)t+=r[r.length-1-n]*Math.pow(2,e*n);return t}function ei(r,e,t=-1){const n=t;let i=r,s=0,o=Math.pow(2,e);for(let c=1;c<8;c++){if(r<o){let u;if(n<0)u=new ArrayBuffer(c),s=c;else{if(n<c)return new ArrayBuffer(0);u=new ArrayBuffer(n),s=n}const h=new Uint8Array(u);for(let v=c-1;v>=0;v--){const b=Math.pow(2,v*e);h[s-v-1]=Math.floor(i/b),i-=h[s-v-1]*b}return u}o*=Math.pow(2,e)}return new ArrayBuffer(0)}function Gc(...r){let e=0,t=0;for(const s of r)e+=s.length;const n=new ArrayBuffer(e),i=new Uint8Array(n);for(const s of r)i.set(s,t),t+=s.length;return i}function Hf(){const r=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){const c=r[0]===255&&r[1]&128,u=r[0]===0&&(r[1]&128)===0;(c||u)&&this.warnings.push("Needlessly long format")}const e=new ArrayBuffer(this.valueHex.byteLength),t=new Uint8Array(e);for(let c=0;c<this.valueHex.byteLength;c++)t[c]=0;t[0]=r[0]&128;const n=Oi(t,8),i=new ArrayBuffer(this.valueHex.byteLength),s=new Uint8Array(i);for(let c=0;c<this.valueHex.byteLength;c++)s[c]=r[c];return s[0]&=127,Oi(s,8)-n}function rg(r){const e=r<0?r*-1:r;let t=128;for(let n=1;n<8;n++){if(e<=t){if(r<0){const o=t-e,c=ei(o,8,n),u=new Uint8Array(c);return u[0]|=128,c}let i=ei(e,8,n),s=new Uint8Array(i);if(s[0]&128){const o=i.slice(0),c=new Uint8Array(o);i=new ArrayBuffer(i.byteLength+1),s=new Uint8Array(i);for(let u=0;u<o.byteLength;u++)s[u+1]=c[u];s[0]=0}return i}t*=Math.pow(2,8)}return new ArrayBuffer(0)}function ng(r,e){if(r.byteLength!==e.byteLength)return!1;const t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<t.length;i++)if(t[i]!==n[i])return!1;return!0}function Sr(r,e){const t=r.toString(10);if(e<t.length)return"";const n=e-t.length,i=new Array(n);for(let o=0;o<n;o++)i[o]="0";return i.join("").concat(t)}/*!
40
40
  * Copyright (c) 2014, GMO GlobalSign
41
41
  * Copyright (c) 2015-2022, Peculiar Ventures
42
42
  * All rights reserved.
@@ -68,26 +68,26 @@
68
68
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
69
69
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
70
70
  *
71
- */function Po(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function qc(r){let e=0,t=0;for(let i=0;i<r.length;i++){const s=r[i];e+=s.byteLength}const n=new Uint8Array(e);for(let i=0;i<r.length;i++){const s=r[i];n.set(new Uint8Array(s),t),t+=s.byteLength}return n.buffer}function vn(r,e,t,n){return e instanceof Uint8Array?e.byteLength?t<0?(r.error="Wrong parameter: inputOffset less than zero",!1):n<0?(r.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-n<0?(r.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(r.error="Wrong parameter: inputBuffer has zero length",!1):(r.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}class jo{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return qc(this.items)}}const vs=[new Uint8Array([1])],Vf="0123456789",Kc="name",Lf="valueHexView",tg="isHexOnly",rg="idBlock",ng="tagClass",ig="tagNumber",sg="isConstructed",og="fromBER",ag="toBER",cg="local",gr="",Mr=new ArrayBuffer(0),Ro=new Uint8Array(0),ms="EndOfContent",Hf="OCTET STRING",Ff="BIT STRING";function Xr(r){var e;return e=class extends r{constructor(...n){var i;super(...n);const s=n[0]||{};this.isHexOnly=(i=s.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=s.valueHex?Y.toUint8Array(s.valueHex):Ro}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(n){this.valueHexView=new Uint8Array(n)}fromBER(n,i,s){const o=n instanceof ArrayBuffer?new Uint8Array(n):n;if(!vn(this,o,i,s))return-1;const c=i+s;return this.valueHexView=o.subarray(i,c),this.valueHexView.length?(this.blockLength=s,c):(this.warnings.push("Zero buffer length"),i)}toBER(n=!1){return this.isHexOnly?n?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer:(this.error="Flag 'isHexOnly' is not set, abort",Mr)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:ue.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class ni{constructor({blockLength:e=0,error:t=gr,warnings:n=[],valueBeforeDecode:i=Ro}={}){this.blockLength=e,this.error=t,this.warnings=n,this.valueBeforeDecodeView=Y.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:ue.ToHex(this.valueBeforeDecodeView)}}}ni.NAME="baseBlock";class lr extends ni{fromBER(e,t,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}}lr.NAME="valueBlock";class zf extends Xr(ni){constructor({idBlock:e={}}={}){var t,n,i,s;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?Y.toUint8Array(e.valueHex):Ro,this.tagClass=(n=e.tagClass)!==null&&n!==void 0?n:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(s=e.isConstructed)!==null&&s!==void 0?s:!1):(this.tagClass=-1,this.tagNumber=-1,this.isConstructed=!1)}toBER(e=!1){let t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:return this.error="Unknown tag class",Mr}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){const i=new Uint8Array(1);if(!e){let s=this.tagNumber;s&=31,t|=s,i[0]=t}return i.buffer}if(!this.isHexOnly){const i=ri(this.tagNumber,7),s=new Uint8Array(i),o=i.byteLength,c=new Uint8Array(o+1);if(c[0]=t|31,!e){for(let u=0;u<o-1;u++)c[u+1]=s[u]|128;c[o]=s[o-1]}return c.buffer}const n=new Uint8Array(this.valueHexView.byteLength+1);if(n[0]=t|31,!e){const i=this.valueHexView;for(let s=0;s<i.length-1;s++)n[s+1]=i[s]|128;n[this.valueHexView.byteLength]=i[i.length-1]}return n.buffer}fromBER(e,t,n){const i=Y.toUint8Array(e);if(!vn(this,i,t,n))return-1;const s=i.subarray(t,t+n);if(s.length===0)return this.error="Zero buffer length",-1;switch(s[0]&192){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:return this.error="Unknown tag class",-1}this.isConstructed=(s[0]&32)===32,this.isHexOnly=!1;const c=s[0]&31;if(c!==31)this.tagNumber=c,this.blockLength=1;else{let u=1,h=this.valueHexView=new Uint8Array(255),m=255;for(;s[u]&128;){if(h[u-1]=s[u]&127,u++,u>=s.length)return this.error="End of input reached before message was fully decoded",-1;if(u===m){m+=255;const G=new Uint8Array(m);for(let N=0;N<h.length;N++)G[N]=h[N];h=this.valueHexView=new Uint8Array(m)}}this.blockLength=u+1,h[u-1]=s[u]&127;const x=new Uint8Array(u);for(let G=0;G<u;G++)x[G]=h[G];h=this.valueHexView=new Uint8Array(u),h.set(x),this.blockLength<=9?this.tagNumber=Pi(h,7):(this.isHexOnly=!0,this.warnings.push("Tag too long, represented as hex-coded"))}if(this.tagClass===1&&this.isConstructed)switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:return this.error="Constructed encoding used for primitive type",-1}return t+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}}zf.NAME="identificationBlock";class Gf extends ni{constructor({lenBlock:e={}}={}){var t,n,i;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(n=e.longFormUsed)!==null&&n!==void 0?n:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,t,n){const i=Y.toUint8Array(e);if(!vn(this,i,t,n))return-1;const s=i.subarray(t,t+n);if(s.length===0)return this.error="Zero buffer length",-1;if(s[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=s[0]===128,this.isIndefiniteForm)return this.blockLength=1,t+this.blockLength;if(this.longFormUsed=!!(s[0]&128),this.longFormUsed===!1)return this.length=s[0],this.blockLength=1,t+this.blockLength;const o=s[0]&127;if(o>8)return this.error="Too big integer",-1;if(o+1>s.length)return this.error="End of input reached before message was fully decoded",-1;const c=t+1,u=i.subarray(c,c+o);return u[o-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=Pi(u,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=o+1,t+this.blockLength}toBER(e=!1){let t,n;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=128),t;if(this.longFormUsed){const i=ri(this.length,8);if(i.byteLength>127)return this.error="Too big length",Mr;if(t=new ArrayBuffer(i.byteLength+1),e)return t;const s=new Uint8Array(i);n=new Uint8Array(t),n[0]=i.byteLength|128;for(let o=0;o<i.byteLength;o++)n[o+1]=s[o];return t}return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}Gf.NAME="lengthBlock";const ae={};class Wt extends ni{constructor({name:e=gr,optional:t=!1,primitiveSchema:n,...i}={},s){super(i),this.name=e,this.optional=t,n&&(this.primitiveSchema=n),this.idBlock=new zf(i),this.lenBlock=new Gf(i),this.valueBlock=s?new s(i):new lr(i)}fromBER(e,t,n){const i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,t){const n=t||new jo;t||qf(this);const i=this.idBlock.toBER(e);if(n.write(i),this.lenBlock.isIndefiniteForm)n.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,n),n.write(new ArrayBuffer(2));else{const s=this.valueBlock.toBER(e);this.lenBlock.length=s.byteLength;const o=this.lenBlock.toBER(e);n.write(o),n.write(s)}return t?Mr:n.final()}toJSON(){const e={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};return this.primitiveSchema&&(e.primitiveSchema=this.primitiveSchema.toJSON()),e}toString(e="ascii"){return e==="ascii"?this.onAsciiEncoding():ue.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${ue.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;const t=this.toBER(),n=e.toBER();return eg(t,n)}}Wt.NAME="BaseBlock";function qf(r){if(r instanceof ae.Constructed)for(const e of r.valueBlock.value)qf(e)&&(r.lenBlock.isIndefiniteForm=!0);return!!r.lenBlock.isIndefiniteForm}class Zc extends Wt{constructor({value:e=gr,...t}={},n){super(t,n),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,n){const i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}Zc.NAME="BaseStringBlock";class Kf extends Xr(lr){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}}Kf.NAME="PrimitiveValueBlock";var Zf;class ws extends Wt{constructor(e={}){super(e,Kf),this.idBlock.isConstructed=!1}}Zf=ws,ae.Primitive=Zf,ws.NAME="PRIMITIVE";function lg(r,e){if(r instanceof e)return r;const t=new e;return t.idBlock=r.idBlock,t.lenBlock=r.lenBlock,t.warnings=r.warnings,t.valueBeforeDecodeView=r.valueBeforeDecodeView,t}function ji(r,e=0,t=r.length){const n=e;let i=new Wt({},lr);const s=new ni;if(!vn(s,r,e,t))return i.error=s.error,{offset:-1,result:i};if(!r.subarray(e,e+t).length)return i.error="Zero buffer length",{offset:-1,result:i};let c=i.idBlock.fromBER(r,e,t);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),c===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=c,t-=i.idBlock.blockLength,c=i.lenBlock.fromBER(r,e,t),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),c===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=c,t-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let u=Wt;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};u=ae.EndOfContent;break;case 1:u=ae.Boolean;break;case 2:u=ae.Integer;break;case 3:u=ae.BitString;break;case 4:u=ae.OctetString;break;case 5:u=ae.Null;break;case 6:u=ae.ObjectIdentifier;break;case 10:u=ae.Enumerated;break;case 12:u=ae.Utf8String;break;case 13:u=ae.RelativeObjectIdentifier;break;case 14:u=ae.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:u=ae.Sequence;break;case 17:u=ae.Set;break;case 18:u=ae.NumericString;break;case 19:u=ae.PrintableString;break;case 20:u=ae.TeletexString;break;case 21:u=ae.VideotexString;break;case 22:u=ae.IA5String;break;case 23:u=ae.UTCTime;break;case 24:u=ae.GeneralizedTime;break;case 25:u=ae.GraphicString;break;case 26:u=ae.VisibleString;break;case 27:u=ae.GeneralString;break;case 28:u=ae.UniversalString;break;case 29:u=ae.CharacterString;break;case 30:u=ae.BmpString;break;case 31:u=ae.DATE;break;case 32:u=ae.TimeOfDay;break;case 33:u=ae.DateTime;break;case 34:u=ae.Duration;break;default:{const h=i.idBlock.isConstructed?new ae.Constructed:new ae.Primitive;h.idBlock=i.idBlock,h.lenBlock=i.lenBlock,h.warnings=i.warnings,i=h}}break;case 2:case 3:case 4:default:u=i.idBlock.isConstructed?ae.Constructed:ae.Primitive}return i=lg(i,u),c=i.fromBER(r,e,i.lenBlock.isIndefiniteForm?t:i.lenBlock.length),i.valueBeforeDecodeView=r.subarray(n,n+i.blockLength),{offset:c,result:i}}function Ri(r){if(!r.byteLength){const e=new Wt({},lr);return e.error="Input buffer has zero length",{offset:-1,result:e}}return ji(Y.toUint8Array(r).slice(),0,r.byteLength)}function ug(r,e){return r?1:e}class Pn extends lr{constructor({value:e=[],isIndefiniteForm:t=!1,...n}={}){super(n),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,n){const i=Y.toUint8Array(e);if(!vn(this,i,t,n))return-1;if(this.valueBeforeDecodeView=i.subarray(t,t+n),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let s=t;for(;ug(this.isIndefiniteForm,n)>0;){const o=ji(i,s,n);if(o.offset===-1)return this.error=o.result.error,this.warnings.concat(o.result.warnings),-1;if(s=o.offset,this.blockLength+=o.result.blockLength,n-=o.result.blockLength,this.value.push(o.result),this.isIndefiniteForm&&o.result.constructor.NAME===ms)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===ms?this.value.pop():this.warnings.push("No EndOfContent block encoded")),s}toBER(e,t){const n=t||new jo;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,n);return t?Mr:n.final()}toJSON(){const e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const t of this.value)e.value.push(t.toJSON());return e}}Pn.NAME="ConstructedValueBlock";var Wf;class vr extends Wt{constructor(e={}){super(e,Pn),this.idBlock.isConstructed=!0}fromBER(e,t,n){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){const e=[];for(const n of this.valueBlock.value)e.push(n.toString("ascii").split(`
71
+ */function No(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function Kc(r){let e=0,t=0;for(let i=0;i<r.length;i++){const s=r[i];e+=s.byteLength}const n=new Uint8Array(e);for(let i=0;i<r.length;i++){const s=r[i];n.set(new Uint8Array(s),t),t+=s.byteLength}return n.buffer}function gn(r,e,t,n){return e instanceof Uint8Array?e.byteLength?t<0?(r.error="Wrong parameter: inputOffset less than zero",!1):n<0?(r.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-n<0?(r.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(r.error="Wrong parameter: inputBuffer has zero length",!1):(r.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}class Po{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return Kc(this.items)}}const ys=[new Uint8Array([1])],Ff="0123456789",qc="name",zf="valueHexView",ig="isHexOnly",sg="idBlock",og="tagClass",ag="tagNumber",cg="isConstructed",lg="fromBER",ug="toBER",fg="local",yr="",$r=new ArrayBuffer(0),jo=new Uint8Array(0),gs="EndOfContent",Gf="OCTET STRING",Kf="BIT STRING";function Jr(r){var e;return e=class extends r{constructor(...n){var i;super(...n);const s=n[0]||{};this.isHexOnly=(i=s.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=s.valueHex?W.toUint8Array(s.valueHex):jo}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(n){this.valueHexView=new Uint8Array(n)}fromBER(n,i,s){const o=n instanceof ArrayBuffer?new Uint8Array(n):n;if(!gn(this,o,i,s))return-1;const c=i+s;return this.valueHexView=o.subarray(i,c),this.valueHexView.length?(this.blockLength=s,c):(this.warnings.push("Zero buffer length"),i)}toBER(n=!1){return this.isHexOnly?n?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.byteLength===this.valueHexView.buffer.byteLength?this.valueHexView.buffer:this.valueHexView.slice().buffer:(this.error="Flag 'isHexOnly' is not set, abort",$r)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:ae.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class ti{constructor({blockLength:e=0,error:t=yr,warnings:n=[],valueBeforeDecode:i=jo}={}){this.blockLength=e,this.error=t,this.warnings=n,this.valueBeforeDecodeView=W.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:ae.ToHex(this.valueBeforeDecodeView)}}}ti.NAME="baseBlock";class lr extends ti{fromBER(e,t,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,t){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}}lr.NAME="valueBlock";class qf extends Jr(ti){constructor({idBlock:e={}}={}){var t,n,i,s;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?W.toUint8Array(e.valueHex):jo,this.tagClass=(n=e.tagClass)!==null&&n!==void 0?n:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(s=e.isConstructed)!==null&&s!==void 0?s:!1):(this.tagClass=-1,this.tagNumber=-1,this.isConstructed=!1)}toBER(e=!1){let t=0;switch(this.tagClass){case 1:t|=0;break;case 2:t|=64;break;case 3:t|=128;break;case 4:t|=192;break;default:return this.error="Unknown tag class",$r}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){const i=new Uint8Array(1);if(!e){let s=this.tagNumber;s&=31,t|=s,i[0]=t}return i.buffer}if(!this.isHexOnly){const i=ei(this.tagNumber,7),s=new Uint8Array(i),o=i.byteLength,c=new Uint8Array(o+1);if(c[0]=t|31,!e){for(let u=0;u<o-1;u++)c[u+1]=s[u]|128;c[o]=s[o-1]}return c.buffer}const n=new Uint8Array(this.valueHexView.byteLength+1);if(n[0]=t|31,!e){const i=this.valueHexView;for(let s=0;s<i.length-1;s++)n[s+1]=i[s]|128;n[this.valueHexView.byteLength]=i[i.length-1]}return n.buffer}fromBER(e,t,n){const i=W.toUint8Array(e);if(!gn(this,i,t,n))return-1;const s=i.subarray(t,t+n);if(s.length===0)return this.error="Zero buffer length",-1;switch(s[0]&192){case 0:this.tagClass=1;break;case 64:this.tagClass=2;break;case 128:this.tagClass=3;break;case 192:this.tagClass=4;break;default:return this.error="Unknown tag class",-1}this.isConstructed=(s[0]&32)===32,this.isHexOnly=!1;const c=s[0]&31;if(c!==31)this.tagNumber=c,this.blockLength=1;else{let u=1,h=this.valueHexView=new Uint8Array(255),v=255;for(;s[u]&128;){if(h[u-1]=s[u]&127,u++,u>=s.length)return this.error="End of input reached before message was fully decoded",-1;if(u===v){v+=255;const G=new Uint8Array(v);for(let T=0;T<h.length;T++)G[T]=h[T];h=this.valueHexView=new Uint8Array(v)}}this.blockLength=u+1,h[u-1]=s[u]&127;const b=new Uint8Array(u);for(let G=0;G<u;G++)b[G]=h[G];h=this.valueHexView=new Uint8Array(u),h.set(b),this.blockLength<=9?this.tagNumber=Oi(h,7):(this.isHexOnly=!0,this.warnings.push("Tag too long, represented as hex-coded"))}if(this.tagClass===1&&this.isConstructed)switch(this.tagNumber){case 1:case 2:case 5:case 6:case 9:case 13:case 14:case 23:case 24:case 31:case 32:case 33:case 34:return this.error="Constructed encoding used for primitive type",-1}return t+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}}qf.NAME="identificationBlock";class Zf extends ti{constructor({lenBlock:e={}}={}){var t,n,i;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(n=e.longFormUsed)!==null&&n!==void 0?n:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,t,n){const i=W.toUint8Array(e);if(!gn(this,i,t,n))return-1;const s=i.subarray(t,t+n);if(s.length===0)return this.error="Zero buffer length",-1;if(s[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=s[0]===128,this.isIndefiniteForm)return this.blockLength=1,t+this.blockLength;if(this.longFormUsed=!!(s[0]&128),this.longFormUsed===!1)return this.length=s[0],this.blockLength=1,t+this.blockLength;const o=s[0]&127;if(o>8)return this.error="Too big integer",-1;if(o+1>s.length)return this.error="End of input reached before message was fully decoded",-1;const c=t+1,u=i.subarray(c,c+o);return u[o-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=Oi(u,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=o+1,t+this.blockLength}toBER(e=!1){let t,n;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=128),t;if(this.longFormUsed){const i=ei(this.length,8);if(i.byteLength>127)return this.error="Too big length",$r;if(t=new ArrayBuffer(i.byteLength+1),e)return t;const s=new Uint8Array(i);n=new Uint8Array(t),n[0]=i.byteLength|128;for(let o=0;o<i.byteLength;o++)n[o+1]=s[o];return t}return t=new ArrayBuffer(1),e===!1&&(n=new Uint8Array(t),n[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}Zf.NAME="lengthBlock";const ie={};class Wt extends ti{constructor({name:e=yr,optional:t=!1,primitiveSchema:n,...i}={},s){super(i),this.name=e,this.optional=t,n&&(this.primitiveSchema=n),this.idBlock=new qf(i),this.lenBlock=new Zf(i),this.valueBlock=s?new s(i):new lr(i)}fromBER(e,t,n){const i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,t){const n=t||new Po;t||Wf(this);const i=this.idBlock.toBER(e);if(n.write(i),this.lenBlock.isIndefiniteForm)n.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,n),n.write(new ArrayBuffer(2));else{const s=this.valueBlock.toBER(e);this.lenBlock.length=s.byteLength;const o=this.lenBlock.toBER(e);n.write(o),n.write(s)}return t?$r:n.final()}toJSON(){const e={...super.toJSON(),idBlock:this.idBlock.toJSON(),lenBlock:this.lenBlock.toJSON(),valueBlock:this.valueBlock.toJSON(),name:this.name,optional:this.optional};return this.primitiveSchema&&(e.primitiveSchema=this.primitiveSchema.toJSON()),e}toString(e="ascii"){return e==="ascii"?this.onAsciiEncoding():ae.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${ae.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;const t=this.toBER(),n=e.toBER();return ng(t,n)}}Wt.NAME="BaseBlock";function Wf(r){if(r instanceof ie.Constructed)for(const e of r.valueBlock.value)Wf(e)&&(r.lenBlock.isIndefiniteForm=!0);return!!r.lenBlock.isIndefiniteForm}class Zc extends Wt{constructor({value:e=yr,...t}={},n){super(t,n),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,n){const i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}Zc.NAME="BaseStringBlock";class Yf extends Jr(lr){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}}Yf.NAME="PrimitiveValueBlock";var Jf;class vs extends Wt{constructor(e={}){super(e,Yf),this.idBlock.isConstructed=!1}}Jf=vs,ie.Primitive=Jf,vs.NAME="PRIMITIVE";function hg(r,e){if(r instanceof e)return r;const t=new e;return t.idBlock=r.idBlock,t.lenBlock=r.lenBlock,t.warnings=r.warnings,t.valueBeforeDecodeView=r.valueBeforeDecodeView,t}function Ti(r,e=0,t=r.length){const n=e;let i=new Wt({},lr);const s=new ti;if(!gn(s,r,e,t))return i.error=s.error,{offset:-1,result:i};if(!r.subarray(e,e+t).length)return i.error="Zero buffer length",{offset:-1,result:i};let c=i.idBlock.fromBER(r,e,t);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),c===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=c,t-=i.idBlock.blockLength,c=i.lenBlock.fromBER(r,e,t),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),c===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=c,t-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let u=Wt;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};u=ie.EndOfContent;break;case 1:u=ie.Boolean;break;case 2:u=ie.Integer;break;case 3:u=ie.BitString;break;case 4:u=ie.OctetString;break;case 5:u=ie.Null;break;case 6:u=ie.ObjectIdentifier;break;case 10:u=ie.Enumerated;break;case 12:u=ie.Utf8String;break;case 13:u=ie.RelativeObjectIdentifier;break;case 14:u=ie.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:u=ie.Sequence;break;case 17:u=ie.Set;break;case 18:u=ie.NumericString;break;case 19:u=ie.PrintableString;break;case 20:u=ie.TeletexString;break;case 21:u=ie.VideotexString;break;case 22:u=ie.IA5String;break;case 23:u=ie.UTCTime;break;case 24:u=ie.GeneralizedTime;break;case 25:u=ie.GraphicString;break;case 26:u=ie.VisibleString;break;case 27:u=ie.GeneralString;break;case 28:u=ie.UniversalString;break;case 29:u=ie.CharacterString;break;case 30:u=ie.BmpString;break;case 31:u=ie.DATE;break;case 32:u=ie.TimeOfDay;break;case 33:u=ie.DateTime;break;case 34:u=ie.Duration;break;default:{const h=i.idBlock.isConstructed?new ie.Constructed:new ie.Primitive;h.idBlock=i.idBlock,h.lenBlock=i.lenBlock,h.warnings=i.warnings,i=h}}break;case 2:case 3:case 4:default:u=i.idBlock.isConstructed?ie.Constructed:ie.Primitive}return i=hg(i,u),c=i.fromBER(r,e,i.lenBlock.isIndefiniteForm?t:i.lenBlock.length),i.valueBeforeDecodeView=r.subarray(n,n+i.blockLength),{offset:c,result:i}}function Ni(r){if(!r.byteLength){const e=new Wt({},lr);return e.error="Input buffer has zero length",{offset:-1,result:e}}return Ti(W.toUint8Array(r).slice(),0,r.byteLength)}function dg(r,e){return r?1:e}class Nn extends lr{constructor({value:e=[],isIndefiniteForm:t=!1,...n}={}){super(n),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,n){const i=W.toUint8Array(e);if(!gn(this,i,t,n))return-1;if(this.valueBeforeDecodeView=i.subarray(t,t+n),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let s=t;for(;dg(this.isIndefiniteForm,n)>0;){const o=Ti(i,s,n);if(o.offset===-1)return this.error=o.result.error,this.warnings.concat(o.result.warnings),-1;if(s=o.offset,this.blockLength+=o.result.blockLength,n-=o.result.blockLength,this.value.push(o.result),this.isIndefiniteForm&&o.result.constructor.NAME===gs)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===gs?this.value.pop():this.warnings.push("No EndOfContent block encoded")),s}toBER(e,t){const n=t||new Po;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,n);return t?$r:n.final()}toJSON(){const e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const t of this.value)e.value.push(t.toJSON());return e}}Nn.NAME="ConstructedValueBlock";var Xf;class gr extends Wt{constructor(e={}){super(e,Nn),this.idBlock.isConstructed=!0}fromBER(e,t,n){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const i=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?n:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){const e=[];for(const n of this.valueBlock.value)e.push(n.toString("ascii").split(`
72
72
  `).map(i=>` ${i}`).join(`
73
73
  `));const t=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return e.length?`${t} :
74
74
  ${e.join(`
75
- `)}`:`${t} :`}}Wf=vr,ae.Constructed=Wf,vr.NAME="CONSTRUCTED";class Yf extends lr{fromBER(e,t,n){return t}toBER(e){return Mr}}Yf.override="EndOfContentValueBlock";var Jf;class Wc extends Wt{constructor(e={}){super(e,Yf),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}}Jf=Wc,ae.EndOfContent=Jf,Wc.NAME=ms;var Xf;class ii extends Wt{constructor(e={}){super(e,lr),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,n){return this.lenBlock.length>0&&this.warnings.push("Non-zero length of value block for Null type"),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.blockLength+=n,t+n>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+n}toBER(e,t){const n=new ArrayBuffer(2);if(!e){const i=new Uint8Array(n);i[0]=5,i[1]=0}return t&&t.write(n),n}onAsciiEncoding(){return`${this.constructor.NAME}`}}Xf=ii,ae.Null=Xf,ii.NAME="NULL";class Qf extends Xr(lr){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=Y.toUint8Array(t.valueHex):this.valueHexView=new Uint8Array(1),e&&(this.value=e)}get value(){for(const e of this.valueHexView)if(e>0)return!0;return!1}set value(e){this.valueHexView[0]=e?255:0}fromBER(e,t,n){const i=Y.toUint8Array(e);return vn(this,i,t,n)?(this.valueHexView=i.subarray(t,t+n),n>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,Mf.call(this),this.blockLength=n,t+n):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}Qf.NAME="BooleanValueBlock";var eh;let Uo=class extends Wt{constructor(e={}){super(e,Qf),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};eh=Uo,ae.Boolean=eh,Uo.NAME="BOOLEAN";class th extends Xr(Pn){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,n){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=Pn.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let s=0;s<this.value.length;s++){const o=this.value[s].constructor.NAME;if(o===ms){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(o!==Hf)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,t,n),this.blockLength=n;return i}toBER(e,t){return this.isConstructed?Pn.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}th.NAME="OctetStringValueBlock";var rh;let si=class By extends Wt{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,s;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((s=n.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},th),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,n){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,n===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),t;if(!this.valueBlock.isConstructed){const s=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(t,t+n);try{if(s.byteLength){const o=ji(s,0,s.byteLength);o.offset!==-1&&o.offset===n&&(this.valueBlock.value=[o.result])}}catch{}}return super.fromBER(e,t,n)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?vr.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${ue.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;const e=[];for(const t of this.valueBlock.value)t instanceof By&&e.push(t.valueBlock.valueHexView);return Y.concat(e)}};rh=si,ae.OctetString=rh,si.NAME=Hf;class nh extends Xr(Pn){constructor({unusedBits:e=0,isConstructed:t=!1,...n}={}){super(n),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,n){if(!n)return t;let i=-1;if(this.isConstructed){if(i=Pn.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(const c of this.value){const u=c.constructor.NAME;if(u===ms){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(u!==Ff)return this.error="BIT STRING may consists of BIT STRINGs only",-1;const h=c.valueBlock;if(this.unusedBits>0&&h.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=h.unusedBits}return i}const s=Y.toUint8Array(e);if(!vn(this,s,t,n))return-1;const o=s.subarray(t,t+n);if(this.unusedBits=o[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){const c=o.subarray(1);try{if(c.byteLength){const u=ji(c,0,c.byteLength);u.offset!==-1&&u.offset===n-1&&(this.value=[u.result])}}catch{}}return this.valueHexView=o.subarray(1),this.blockLength=o.length,t+n}toBER(e,t){if(this.isConstructed)return Pn.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return Mr;const n=new Uint8Array(this.valueHexView.length+1);return n[0]=this.unusedBits,n.set(this.valueHexView,1),n.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}nh.NAME="BitStringValueBlock";var ih;let oi=class extends Wt{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,s;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((s=n.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},nh),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,n){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,n)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return vr.prototype.onAsciiEncoding.call(this);{const e=[],t=this.valueBlock.valueHexView;for(const i of t)e.push(i.toString(2).padStart(8,"0"));const n=e.join("");return`${this.constructor.NAME} : ${n.substring(0,n.length-this.valueBlock.unusedBits)}`}}};ih=oi,ae.BitString=ih,oi.NAME=Ff;var sh;function fg(r,e){const t=new Uint8Array([0]),n=new Uint8Array(r),i=new Uint8Array(e);let s=n.slice(0);const o=s.length-1,c=i.slice(0),u=c.length-1;let h=0;const m=u<o?o:u;let x=0;for(let G=m;G>=0;G--,x++){switch(!0){case x<c.length:h=s[o-x]+c[u-x]+t[0];break;default:h=s[o-x]+t[0]}switch(t[0]=h/10,!0){case x>=s.length:s=Gc(new Uint8Array([h%10]),s);break;default:s[o-x]=h%10}}return t[0]>0&&(s=Gc(t,s)),s}function oh(r){if(r>=vs.length)for(let e=vs.length;e<=r;e++){const t=new Uint8Array([0]);let n=vs[e-1].slice(0);for(let i=n.length-1;i>=0;i--){const s=new Uint8Array([(n[i]<<1)+t[0]]);t[0]=s[0]/10,n[i]=s[0]%10}t[0]>0&&(n=Gc(t,n)),vs.push(n)}return vs[r]}function hg(r,e){let t=0;const n=new Uint8Array(r),i=new Uint8Array(e),s=n.slice(0),o=s.length-1,c=i.slice(0),u=c.length-1;let h,m=0;for(let x=u;x>=0;x--,m++)switch(h=s[o-m]-c[u-m]-t,!0){case h<0:t=1,s[o-m]=h+10;break;default:t=0,s[o-m]=h}if(t>0)for(let x=o-u+1;x>=0;x--,m++)if(h=s[o-m]-t,h<0)t=1,s[o-m]=h+10;else{t=0,s[o-m]=h;break}return s.slice()}class Yc extends Xr(lr){constructor({value:e,...t}={}){super(t),this._valueDec=0,t.valueHex&&this.setValueHex(),e!==void 0&&(this.valueDec=e)}setValueHex(){this.valueHexView.length>=4?(this.warnings.push("Too big Integer for decoding, hex only"),this.isHexOnly=!0,this._valueDec=0):(this.isHexOnly=!1,this.valueHexView.length>0&&(this._valueDec=Mf.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(Qy(e))}get valueDec(){return this._valueDec}fromDER(e,t,n,i=0){const s=this.fromBER(e,t,n);if(s===-1)return s;const o=this.valueHexView;return o[0]===0&&o[1]&128?this.valueHexView=o.subarray(1):i!==0&&o.length<i&&(i-o.length>1&&(i=o.length+1),this.valueHexView=o.subarray(i-o.length)),s}toDER(e=!1){const t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{const n=new Uint8Array(this.valueHexView.length+1);n[0]=0,n.set(t,1),this.valueHexView=n}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,n){const i=super.fromBER(e,t,n);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){const e=this.valueHexView.length*8-1;let t=new Uint8Array(this.valueHexView.length*8/3),n=0,i;const s=this.valueHexView;let o="",c=!1;for(let u=s.byteLength-1;u>=0;u--){i=s[u];for(let h=0;h<8;h++){if((i&1)===1)switch(n){case e:t=hg(oh(n),t),o="-";break;default:t=fg(t,oh(n))}n++,i>>=1}}for(let u=0;u<t.length;u++)t[u]&&(c=!0),c&&(o+=Vf.charAt(t[u]));return c===!1&&(o+=Vf.charAt(0)),o}}sh=Yc,Yc.NAME="IntegerValueBlock",Object.defineProperty(sh.prototype,"valueHex",{set:function(r){this.valueHexView=new Uint8Array(r),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var ah;class Qr extends Wt{constructor(e={}){super(e,Yc),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return Po(),BigInt(this.valueBlock.toString())}static fromBigInt(e){Po();const t=BigInt(e),n=new jo,i=t.toString(16).replace(/^-/,""),s=new Uint8Array(ue.FromHex(i));if(t<0){const c=new Uint8Array(s.length+(s[0]&128?1:0));c[0]|=128;const h=BigInt(`0x${ue.ToHex(c)}`)+t,m=Y.toUint8Array(ue.FromHex(h.toString(16)));m[0]|=128,n.write(m)}else s[0]&128&&n.write(new Uint8Array([0])),n.write(s);return new Qr({valueHex:n.final()})}convertToDER(){const e=new Qr({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new Qr({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}ah=Qr,ae.Integer=ah,Qr.NAME="INTEGER";var ch;class Do extends Qr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}}ch=Do,ae.Enumerated=ch,Do.NAME="ENUMERATED";class Jc extends Xr(lr){constructor({valueDec:e=-1,isFirstSid:t=!1,...n}={}){super(n),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,n){if(!n)return t;const i=Y.toUint8Array(e);if(!vn(this,i,t,n))return-1;const s=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let c=0;c<n&&(this.valueHexView[c]=s[c]&127,this.blockLength++,!!(s[c]&128));c++);const o=new Uint8Array(this.blockLength);for(let c=0;c<this.blockLength;c++)o[c]=this.valueHexView[c];return this.valueHexView=o,s[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=Pi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){Po();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;const n=new Uint8Array(t.length/7);for(let i=0;i<n.length;i++)n[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<n.length?128:0);this.fromBER(n.buffer,0,n.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const i=this.valueHexView,s=new Uint8Array(this.blockLength);for(let o=0;o<this.blockLength-1;o++)s[o]=i[o]|128;return s[this.blockLength-1]=i[this.blockLength-1],s.buffer}const t=ri(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",Mr;const n=new Uint8Array(t.byteLength);if(!e){const i=new Uint8Array(t),s=t.byteLength-1;for(let o=0;o<s;o++)n[o]=i[o]|128;n[s]=i[s]}return n}toString(){let e="";if(this.isHexOnly)e=ue.ToHex(this.valueHexView);else if(this.isFirstSid){let t=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",t-=40):(e="2.",t-=80),e+=t.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}}Jc.NAME="sidBlock";class lh extends lr{constructor({value:e=gr,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){const s=new Jc;if(i=s.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=s.error,i;this.value.length===0&&(s.isFirstSid=!0),this.blockLength+=s.blockLength,n-=s.blockLength,this.value.push(s)}return i}toBER(e){const t=[];for(let n=0;n<this.value.length;n++){const i=this.value[n].toBER(e);if(i.byteLength===0)return this.error=this.value[n].error,Mr;t.push(i)}return qc(t)}fromString(e){this.value=[];let t=0,n=0,i="",s=!1;do if(n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1,s){const o=this.value[0];let c=0;switch(o.valueDec){case 0:break;case 1:c=40;break;case 2:c=80;break;default:this.value=[];return}const u=parseInt(i,10);if(isNaN(u))return;o.valueDec=u+c,s=!1}else{const o=new Jc;if(i>Number.MAX_SAFE_INTEGER){Po();const c=BigInt(i);o.valueBigInt=c}else if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return;this.value.length||(o.isFirstSid=!0,s=!0),this.value.push(o)}while(n!==-1)}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t?(i=`{${i}}`,this.value[n].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}return e}toJSON(){const e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}}lh.NAME="ObjectIdentifierValueBlock";var uh;class $o extends Wt{constructor(e={}){super(e,lh),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}uh=$o,ae.ObjectIdentifier=uh,$o.NAME="OBJECT IDENTIFIER";class Xc extends Xr(ni){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,n){if(n===0)return t;const i=Y.toUint8Array(e);if(!vn(this,i,t,n))return-1;const s=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let c=0;c<n&&(this.valueHexView[c]=s[c]&127,this.blockLength++,!!(s[c]&128));c++);const o=new Uint8Array(this.blockLength);for(let c=0;c<this.blockLength;c++)o[c]=this.valueHexView[c];return this.valueHexView=o,s[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=Pi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const i=this.valueHexView,s=new Uint8Array(this.blockLength);for(let o=0;o<this.blockLength-1;o++)s[o]=i[o]|128;return s[this.blockLength-1]=i[this.blockLength-1],s.buffer}const t=ri(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",Mr;const n=new Uint8Array(t.byteLength);if(!e){const i=new Uint8Array(t),s=t.byteLength-1;for(let o=0;o<s;o++)n[o]=i[o]|128;n[s]=i[s]}return n.buffer}toString(){let e="";return this.isHexOnly?e=ue.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}Xc.NAME="relativeSidBlock";class fh extends lr{constructor({value:e=gr,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){const s=new Xc;if(i=s.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=s.error,i;this.blockLength+=s.blockLength,n-=s.blockLength,this.value.push(s)}return i}toBER(e,t){const n=[];for(let i=0;i<this.value.length;i++){const s=this.value[i].toBER(e);if(s.byteLength===0)return this.error=this.value[i].error,Mr;n.push(s)}return qc(n)}fromString(e){this.value=[];let t=0,n=0,i="";do{n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1;const s=new Xc;if(s.valueDec=parseInt(i,10),isNaN(s.valueDec))return!0;this.value.push(s)}while(n!==-1);return!0}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t&&(i=`{${i}}`),e+=i}return e}toJSON(){const e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}}fh.NAME="RelativeObjectIdentifierValueBlock";var hh;class Qc extends Wt{constructor(e={}){super(e,fh),this.idBlock.tagClass=1,this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}hh=Qc,ae.RelativeObjectIdentifier=hh,Qc.NAME="RelativeObjectIdentifier";var dh;class mn extends vr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}}dh=mn,ae.Sequence=dh,mn.NAME="SEQUENCE";var ph;let wn=class extends vr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};ph=wn,ae.Set=ph,wn.NAME="SET";class yh extends Xr(lr){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=gr}toJSON(){return{...super.toJSON(),value:this.value}}}yh.NAME="StringValueBlock";class gh extends yh{}gh.NAME="SimpleStringValueBlock";class Er extends Zc{constructor({...e}={}){super(e,gh)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,Y.toUint8Array(e))}fromString(e){const t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);this.valueBlock.value=e}}Er.NAME="SIMPLE STRING";class vh extends Er{fromBuffer(e){this.valueBlock.valueHexView=Y.toUint8Array(e);try{this.valueBlock.value=ue.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=ue.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(ue.FromUtf8String(e)),this.valueBlock.value=e}}vh.NAME="Utf8StringValueBlock";var mh;class bn extends vh{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}}mh=bn,ae.Utf8String=mh,bn.NAME="UTF8String";class wh extends Er{fromBuffer(e){this.valueBlock.value=ue.ToUtf16String(e),this.valueBlock.valueHexView=Y.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(ue.FromUtf16String(e))}}wh.NAME="BmpStringValueBlock";var bh;class Mo extends wh{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}}bh=Mo,ae.BmpString=bh,Mo.NAME="BMPString";class xh extends Er{fromBuffer(e){const t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),n=new Uint8Array(t);for(let i=0;i<n.length;i+=4)n[i]=n[i+3],n[i+1]=n[i+2],n[i+2]=0,n[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){const t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let i=0;i<t;i++){const s=ri(e.charCodeAt(i),8),o=new Uint8Array(s);if(o.length>4)continue;const c=4-o.length;for(let u=o.length-1;u>=0;u--)n[i*4+u+c]=o[u]}this.valueBlock.value=e}}xh.NAME="UniversalStringValueBlock";var Ah;class Vo extends xh{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}}Ah=Vo,ae.UniversalString=Ah,Vo.NAME="UniversalString";var Sh;class Lo extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}}Sh=Lo,ae.NumericString=Sh,Lo.NAME="NumericString";var _h;class Ho extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}}_h=Ho,ae.PrintableString=_h,Ho.NAME="PrintableString";var Eh;class Fo extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}}Eh=Fo,ae.TeletexString=Eh,Fo.NAME="TeletexString";var Ih;class zo extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}}Ih=zo,ae.VideotexString=Ih,zo.NAME="VideotexString";var kh;class Go extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}}kh=Go,ae.IA5String=kh,Go.NAME="IA5String";var Ch;class qo extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}}Ch=qo,ae.GraphicString=Ch,qo.NAME="GraphicString";var Bh;class bs extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}}Bh=bs,ae.VisibleString=Bh,bs.NAME="VisibleString";var Oh;class Ko extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}}Oh=Ko,ae.GeneralString=Oh,Ko.NAME="GeneralString";var Th;class Zo extends Er{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}}Th=Zo,ae.CharacterString=Th,Zo.NAME="CharacterString";var Nh;class xs extends bs{constructor({value:e,valueDate:t,...n}={}){if(super(n),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}t&&(this.fromDate(t),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,Y.toUint8Array(e)))}toBuffer(){const e=this.toString(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return t}fromDate(e){this.year=e.getUTCFullYear(),this.month=e.getUTCMonth()+1,this.day=e.getUTCDate(),this.hour=e.getUTCHours(),this.minute=e.getUTCMinutes(),this.second=e.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(e){const n=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(n===null){this.error="Wrong input string for conversion";return}const i=parseInt(n[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(n[2],10),this.day=parseInt(n[3],10),this.hour=parseInt(n[4],10),this.minute=parseInt(n[5],10),this.second=parseInt(n[6],10)}toString(e="iso"){if(e==="iso"){const t=new Array(7);return t[0]=_r(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=_r(this.month,2),t[2]=_r(this.day,2),t[3]=_r(this.hour,2),t[4]=_r(this.minute,2),t[5]=_r(this.second,2),t[6]="Z",t.join("")}return super.toString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}}Nh=xs,ae.UTCTime=Nh,xs.NAME="UTCTime";var Ph;class Wo extends xs{constructor(e={}){var t;super(e),(t=this.millisecond)!==null&&t!==void 0||(this.millisecond=0),this.idBlock.tagClass=1,this.idBlock.tagNumber=24}fromDate(e){super.fromDate(e),this.millisecond=e.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(e){let t=!1,n="",i="",s=0,o,c=0,u=0;if(e[e.length-1]==="Z")n=e.substring(0,e.length-1),t=!0;else{const x=new Number(e[e.length-1]);if(isNaN(x.valueOf()))throw new Error("Wrong input string for conversion");n=e}if(t){if(n.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(n.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let x=1,G=n.indexOf("+"),N="";if(G===-1&&(G=n.indexOf("-"),x=-1),G!==-1){if(N=n.substring(G+1),n=n.substring(0,G),N.length!==2&&N.length!==4)throw new Error("Wrong input string for conversion");let v=parseInt(N.substring(0,2),10);if(isNaN(v.valueOf()))throw new Error("Wrong input string for conversion");if(c=x*v,N.length===4){if(v=parseInt(N.substring(2,4),10),isNaN(v.valueOf()))throw new Error("Wrong input string for conversion");u=x*v}}}let h=n.indexOf(".");if(h===-1&&(h=n.indexOf(",")),h!==-1){const x=new Number(`0${n.substring(h)}`);if(isNaN(x.valueOf()))throw new Error("Wrong input string for conversion");s=x.valueOf(),i=n.substring(0,h)}else i=n;switch(!0){case i.length===8:if(o=/(\d{4})(\d{2})(\d{2})/ig,h!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,h!==-1){let x=60*s;this.minute=Math.floor(x),x=60*(x-this.minute),this.second=Math.floor(x),x=1e3*(x-this.second),this.millisecond=Math.floor(x)}break;case i.length===12:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,h!==-1){let x=60*s;this.second=Math.floor(x),x=1e3*(x-this.second),this.millisecond=Math.floor(x)}break;case i.length===14:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,h!==-1){const x=1e3*s;this.millisecond=Math.floor(x)}break;default:throw new Error("Wrong input string for conversion")}const m=o.exec(i);if(m===null)throw new Error("Wrong input string for conversion");for(let x=1;x<m.length;x++)switch(x){case 1:this.year=parseInt(m[x],10);break;case 2:this.month=parseInt(m[x],10);break;case 3:this.day=parseInt(m[x],10);break;case 4:this.hour=parseInt(m[x],10)+c;break;case 5:this.minute=parseInt(m[x],10)+u;break;case 6:this.second=parseInt(m[x],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){const x=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=x.getUTCFullYear(),this.month=x.getUTCMonth(),this.day=x.getUTCDay(),this.hour=x.getUTCHours(),this.minute=x.getUTCMinutes(),this.second=x.getUTCSeconds(),this.millisecond=x.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){const t=[];return t.push(_r(this.year,4)),t.push(_r(this.month,2)),t.push(_r(this.day,2)),t.push(_r(this.hour,2)),t.push(_r(this.minute,2)),t.push(_r(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(_r(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}Ph=Wo,ae.GeneralizedTime=Ph,Wo.NAME="GeneralizedTime";var jh;class el extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}}jh=el,ae.DATE=jh,el.NAME="DATE";var Rh;class tl extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}}Rh=tl,ae.TimeOfDay=Rh,tl.NAME="TimeOfDay";var Uh;class rl extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}}Uh=rl,ae.DateTime=Uh,rl.NAME="DateTime";var Dh;class nl extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}}Dh=nl,ae.Duration=Dh,nl.NAME="Duration";var $h;class il extends bn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}}$h=il,ae.TIME=$h,il.NAME="TIME";class ai{constructor({name:e=gr,optional:t=!1}={}){this.name=e,this.optional=t}}class sl extends ai{constructor({value:e=[],...t}={}){super(t),this.value=e}}class Yo extends ai{constructor({value:e=new ai,local:t=!1,...n}={}){super(n),this.value=e,this.local=t}}class dg{constructor({data:e=Ro}={}){this.dataView=Y.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=Y.toUint8Array(e)}fromBER(e,t,n){const i=t+n;return this.dataView=Y.toUint8Array(e).subarray(t,i),i}toBER(e){return this.dataView.slice().buffer}}function ci(r,e,t){if(t instanceof sl){for(let s=0;s<t.value.length;s++)if(ci(r,e,t.value[s]).verified)return{verified:!0,result:r};{const s={verified:!1,result:{error:"Wrong values for Choice type"}};return t.hasOwnProperty(Kc)&&(s.name=t.name),s}}if(t instanceof ai)return t.hasOwnProperty(Kc)&&(r[t.name]=e),{verified:!0,result:r};if(!(r instanceof Object))return{verified:!1,result:{error:"Wrong root object"}};if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 data"}};if(!(t instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(rg in t))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(og in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(ag in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const n=t.idBlock.toBER(!1);if(n.byteLength===0)return{verified:!1,result:{error:"Error encoding idBlock for ASN.1 schema"}};if(t.idBlock.fromBER(n,0,n.byteLength)===-1)return{verified:!1,result:{error:"Error decoding idBlock for ASN.1 schema"}};if(t.idBlock.hasOwnProperty(ng)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.tagClass!==e.idBlock.tagClass)return{verified:!1,result:r};if(t.idBlock.hasOwnProperty(ig)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.tagNumber!==e.idBlock.tagNumber)return{verified:!1,result:r};if(t.idBlock.hasOwnProperty(sg)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.isConstructed!==e.idBlock.isConstructed)return{verified:!1,result:r};if(!(tg in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.isHexOnly!==e.idBlock.isHexOnly)return{verified:!1,result:r};if(t.idBlock.isHexOnly){if(!(Lf in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const s=t.idBlock.valueHexView,o=e.idBlock.valueHexView;if(s.length!==o.length)return{verified:!1,result:r};for(let c=0;c<s.length;c++)if(s[c]!==o[1])return{verified:!1,result:r}}if(t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&(r[t.name]=e)),t instanceof ae.Constructed){let s=0,o={verified:!1,result:{error:"Unknown error"}},c=t.valueBlock.value.length;if(c>0&&t.valueBlock.value[0]instanceof Yo&&(c=e.valueBlock.value.length),c===0)return{verified:!0,result:r};if(e.valueBlock.value.length===0&&t.valueBlock.value.length!==0){let u=!0;for(let h=0;h<t.valueBlock.value.length;h++)u=u&&(t.valueBlock.value[h].optional||!1);return u?{verified:!0,result:r}:(t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&delete r[t.name]),r.error="Inconsistent object length",{verified:!1,result:r})}for(let u=0;u<c;u++)if(u-s>=e.valueBlock.value.length){if(t.valueBlock.value[u].optional===!1){const h={verified:!1,result:r};return r.error="Inconsistent length between ASN.1 data and schema",t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&(delete r[t.name],h.name=t.name)),h}}else if(t.valueBlock.value[0]instanceof Yo){if(o=ci(r,e.valueBlock.value[u],t.valueBlock.value[0].value),o.verified===!1)if(t.valueBlock.value[0].optional)s++;else return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&delete r[t.name]),o;if(Kc in t.valueBlock.value[0]&&t.valueBlock.value[0].name.length>0){let h={};cg in t.valueBlock.value[0]&&t.valueBlock.value[0].local?h=e:h=r,typeof h[t.valueBlock.value[0].name]>"u"&&(h[t.valueBlock.value[0].name]=[]),h[t.valueBlock.value[0].name].push(e.valueBlock.value[u])}}else if(o=ci(r,e.valueBlock.value[u-s],t.valueBlock.value[u]),o.verified===!1)if(t.valueBlock.value[u].optional)s++;else return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&delete r[t.name]),o;if(o.verified===!1){const u={verified:!1,result:r};return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&(delete r[t.name],u.name=t.name)),u}return{verified:!0,result:r}}if(t.primitiveSchema&&Lf in e.valueBlock){const s=ji(e.valueBlock.valueHexView);if(s.offset===-1){const o={verified:!1,result:s.result};return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,gr),t.name&&(delete r[t.name],o.name=t.name)),o}return ci(r,s.result,t.primitiveSchema)}return{verified:!0,result:r}}function pg(r,e){if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema type"}};const t=ji(Y.toUint8Array(r));return t.offset===-1?{verified:!1,result:t.result}:ci(t.result,t.result,e)}const Mh=Object.freeze(Object.defineProperty({__proto__:null,Any:ai,BaseBlock:Wt,BaseStringBlock:Zc,BitString:oi,BmpString:Mo,Boolean:Uo,CharacterString:Zo,Choice:sl,Constructed:vr,DATE:el,DateTime:rl,Duration:nl,EndOfContent:Wc,Enumerated:Do,GeneralString:Ko,GeneralizedTime:Wo,GraphicString:qo,HexBlock:Xr,IA5String:Go,Integer:Qr,Null:ii,NumericString:Lo,ObjectIdentifier:$o,OctetString:si,Primitive:ws,PrintableString:Ho,RawData:dg,RelativeObjectIdentifier:Qc,Repeated:Yo,Sequence:mn,Set:wn,TIME:il,TeletexString:Fo,TimeOfDay:tl,UTCTime:xs,UniversalString:Vo,Utf8String:bn,ValueBlock:lr,VideotexString:zo,ViewWriter:jo,VisibleString:bs,compareSchema:ci,fromBER:Ri,verifySchema:pg},Symbol.toStringTag,{value:"Module"}));var M;(function(r){r[r.Sequence=0]="Sequence",r[r.Set=1]="Set",r[r.Choice=2]="Choice"})(M||(M={}));var b;(function(r){r[r.Any=1]="Any",r[r.Boolean=2]="Boolean",r[r.OctetString=3]="OctetString",r[r.BitString=4]="BitString",r[r.Integer=5]="Integer",r[r.Enumerated=6]="Enumerated",r[r.ObjectIdentifier=7]="ObjectIdentifier",r[r.Utf8String=8]="Utf8String",r[r.BmpString=9]="BmpString",r[r.UniversalString=10]="UniversalString",r[r.NumericString=11]="NumericString",r[r.PrintableString=12]="PrintableString",r[r.TeletexString=13]="TeletexString",r[r.VideotexString=14]="VideotexString",r[r.IA5String=15]="IA5String",r[r.GraphicString=16]="GraphicString",r[r.VisibleString=17]="VisibleString",r[r.GeneralString=18]="GeneralString",r[r.CharacterString=19]="CharacterString",r[r.UTCTime=20]="UTCTime",r[r.GeneralizedTime=21]="GeneralizedTime",r[r.DATE=22]="DATE",r[r.TimeOfDay=23]="TimeOfDay",r[r.DateTime=24]="DateTime",r[r.Duration=25]="Duration",r[r.TIME=26]="TIME",r[r.Null=27]="Null"})(b||(b={}));class Jo{constructor(e,t=0){if(this.unusedBits=0,this.value=new ArrayBuffer(0),e)if(typeof e=="number")this.fromNumber(e);else if(Y.isBufferSource(e))this.unusedBits=t,this.value=Y.toArrayBuffer(e);else throw TypeError("Unsupported type of 'params' argument for BitString")}fromASN(e){if(!(e instanceof oi))throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString");return this.unusedBits=e.valueBlock.unusedBits,this.value=e.valueBlock.valueHex,this}toASN(){return new oi({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(e){return new oi({name:e})}toNumber(){let e="";const t=new Uint8Array(this.value);for(const n of t)e+=n.toString(2).padStart(8,"0");return e=e.split("").reverse().join(""),this.unusedBits&&(e=e.slice(this.unusedBits).padStart(this.unusedBits,"0")),parseInt(e,2)}fromNumber(e){let t=e.toString(2);const n=t.length+7>>3;this.unusedBits=(n<<3)-t.length;const i=new Uint8Array(n);t=t.padStart(n<<3,"0").split("").reverse().join("");let s=0;for(;s<n;)i[s]=parseInt(t.slice(s<<3,(s<<3)+8),2),s++;this.value=i.buffer}}class rt{get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}constructor(e){typeof e=="number"?this.buffer=new ArrayBuffer(e):Y.isBufferSource(e)?this.buffer=Y.toArrayBuffer(e):Array.isArray(e)?this.buffer=new Uint8Array(e):this.buffer=new ArrayBuffer(0)}fromASN(e){if(!(e instanceof si))throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString");return this.buffer=e.valueBlock.valueHex,this}toASN(){return new si({valueHex:this.buffer})}toSchema(e){return new si({name:e})}}const yg={fromASN:r=>r instanceof ii?null:r.valueBeforeDecodeView,toASN:r=>{if(r===null)return new ii;const e=Ri(r);if(e.result.error)throw new Error(e.result.error);return e.result}},gg={fromASN:r=>r.valueBlock.valueHexView.byteLength>=4?r.valueBlock.toString():r.valueBlock.valueDec,toASN:r=>new Qr({value:+r})},vg={fromASN:r=>r.valueBlock.valueDec,toASN:r=>new Do({value:r})},_t={fromASN:r=>r.valueBlock.valueHexView,toASN:r=>new Qr({valueHex:r})},mg={fromASN:r=>r.valueBlock.valueHexView,toASN:r=>new oi({valueHex:r})},wg={fromASN:r=>r.valueBlock.toString(),toASN:r=>new $o({value:r})},bg={fromASN:r=>r.valueBlock.value,toASN:r=>new Uo({value:r})},Xo={fromASN:r=>r.valueBlock.valueHexView,toASN:r=>new si({valueHex:r})},xg={fromASN:r=>new rt(r.getValue()),toASN:r=>r.toASN()};function Nr(r){return{fromASN:e=>e.valueBlock.value,toASN:e=>new r({value:e})}}const Vh=Nr(bn),Ag=Nr(Mo),Sg=Nr(Vo),_g=Nr(Lo),Eg=Nr(Ho),Ig=Nr(Fo),kg=Nr(zo),Cg=Nr(Go),Bg=Nr(qo),Og=Nr(bs),Tg=Nr(Ko),Ng=Nr(Zo),Pg={fromASN:r=>r.toDate(),toASN:r=>new xs({valueDate:r})},jg={fromASN:r=>r.toDate(),toASN:r=>new Wo({valueDate:r})},Rg={fromASN:()=>null,toASN:()=>new ii};function ol(r){switch(r){case b.Any:return yg;case b.BitString:return mg;case b.BmpString:return Ag;case b.Boolean:return bg;case b.CharacterString:return Ng;case b.Enumerated:return vg;case b.GeneralString:return Tg;case b.GeneralizedTime:return jg;case b.GraphicString:return Bg;case b.IA5String:return Cg;case b.Integer:return gg;case b.Null:return Rg;case b.NumericString:return _g;case b.ObjectIdentifier:return wg;case b.OctetString:return Xo;case b.PrintableString:return Eg;case b.TeletexString:return Ig;case b.UTCTime:return Pg;case b.UniversalString:return Sg;case b.Utf8String:return Vh;case b.VideotexString:return kg;case b.VisibleString:return Og;default:return null}}function xn(r){return typeof r=="function"&&r.prototype?r.prototype.toASN&&r.prototype.fromASN?!0:xn(r.prototype):!!(r&&typeof r=="object"&&"toASN"in r&&"fromASN"in r)}function Lh(r){var e;if(r){const t=Object.getPrototypeOf(r);return((e=t==null?void 0:t.prototype)===null||e===void 0?void 0:e.constructor)===Array?!0:Lh(t)}return!1}function Ug(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;const t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}class Dg{constructor(){this.items=new WeakMap}has(e){return this.items.has(e)}get(e,t=!1){const n=this.items.get(e);if(!n)throw new Error(`Cannot get schema for '${e.prototype.constructor.name}' target`);if(t&&!n.schema)throw new Error(`Schema '${e.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`);return n}cache(e){const t=this.get(e);t.schema||(t.schema=this.create(e,!0))}createDefault(e){const t={type:M.Sequence,items:{}},n=this.findParentSchema(e);return n&&(Object.assign(t,n),t.items=Object.assign({},t.items,n.items)),t}create(e,t){const n=this.items.get(e)||this.createDefault(e),i=[];for(const s in n.items){const o=n.items[s],c=t?s:"";let u;if(typeof o.type=="number"){const m=b[o.type],x=Mh[m];if(!x)throw new Error(`Cannot get ASN1 class by name '${m}'`);u=new x({name:c})}else xn(o.type)?u=new o.type().toSchema(c):o.optional?this.get(o.type).type===M.Choice?u=new ai({name:c}):(u=this.create(o.type,!1),u.name=c):u=new ai({name:c});const h=!!o.optional||o.defaultValue!==void 0;if(o.repeated){u.name="";const m=o.repeated==="set"?wn:mn;u=new m({name:"",value:[new Yo({name:c,value:u})]})}if(o.context!==null&&o.context!==void 0)if(o.implicit)if(typeof o.type=="number"||xn(o.type)){const m=o.repeated?vr:ws;i.push(new m({name:c,optional:h,idBlock:{tagClass:3,tagNumber:o.context}}))}else{this.cache(o.type);const m=!!o.repeated;let x=m?u:this.get(o.type,!0).schema;x="valueBlock"in x?x.valueBlock.value:x.value,i.push(new vr({name:m?"":c,optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:x}))}else i.push(new vr({optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:[u]}));else u.optional=h,i.push(u)}switch(n.type){case M.Sequence:return new mn({value:i,name:""});case M.Set:return new wn({value:i,name:""});case M.Choice:return new sl({value:i,name:""});default:throw new Error("Unsupported ASN1 type in use")}}set(e,t){return this.items.set(e,t),this}findParentSchema(e){const t=Object.getPrototypeOf(e);return t?this.items.get(t)||this.findParentSchema(t):null}}const Pr=new Dg,H=r=>e=>{let t;Pr.has(e)?t=Pr.get(e):(t=Pr.createDefault(e),Pr.set(e,t)),Object.assign(t,r)},y=r=>(e,t)=>{let n;Pr.has(e.constructor)?n=Pr.get(e.constructor):(n=Pr.createDefault(e.constructor),Pr.set(e.constructor,n));const i=Object.assign({},r);if(typeof i.type=="number"&&!i.converter){const s=ol(r.type);if(!s)throw new Error(`Cannot get default converter for property '${t}' of ${e.constructor.name}`);i.converter=s}n.items[t]=i};class Hh extends Error{constructor(){super(...arguments),this.schemas=[]}}class $g{static parse(e,t){const n=Ri(e);if(n.result.error)throw new Error(n.result.error);return this.fromASN(n.result,t)}static fromASN(e,t){var n;try{if(xn(t))return new t().fromASN(e);const i=Pr.get(t);Pr.cache(t);let s=i.schema;if(e.constructor===vr&&i.type!==M.Choice){s=new vr({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:i.schema.valueBlock.value});for(const u in i.items)delete e[u]}const o=ci({},e,s);if(!o.verified)throw new Hh(`Data does not match to ${t.name} ASN1 schema. ${o.result.error}`);const c=new t;if(Lh(t)){if(!("value"in e.valueBlock&&Array.isArray(e.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const u=i.itemType;if(typeof u=="number"){const h=ol(u);if(!h)throw new Error(`Cannot get default converter for array item of ${t.name} ASN1 schema`);return t.from(e.valueBlock.value,m=>h.fromASN(m))}else return t.from(e.valueBlock.value,h=>this.fromASN(h,u))}for(const u in i.items){const h=o.result[u];if(!h)continue;const m=i.items[u],x=m.type;if(typeof x=="number"||xn(x)){const G=(n=m.converter)!==null&&n!==void 0?n:xn(x)?new x:null;if(!G)throw new Error("Converter is empty");if(m.repeated)if(m.implicit){const N=m.repeated==="sequence"?mn:wn,v=new N;v.valueBlock=h.valueBlock;const A=Ri(v.toBER(!1));if(A.offset===-1)throw new Error(`Cannot parse the child item. ${A.result.error}`);if(!("value"in A.result.valueBlock&&Array.isArray(A.result.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const O=A.result.valueBlock.value;c[u]=Array.from(O,I=>G.fromASN(I))}else c[u]=Array.from(h,N=>G.fromASN(N));else{let N=h;if(m.implicit){let v;if(xn(x))v=new x().toSchema("");else{const A=b[x],O=Mh[A];if(!O)throw new Error(`Cannot get '${A}' class from asn1js module`);v=new O}v.valueBlock=N.valueBlock,N=Ri(v.toBER(!1)).result}c[u]=G.fromASN(N)}}else if(m.repeated){if(!Array.isArray(h))throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.");c[u]=Array.from(h,G=>this.fromASN(G,x))}else c[u]=this.fromASN(h,x)}return c}catch(i){throw i instanceof Hh&&i.schemas.push(t.name),i}}}class al{static serialize(e){return e instanceof Wt?e.toBER(!1):this.toASN(e).toBER(!1)}static toASN(e){if(e&&typeof e=="object"&&xn(e))return e.toASN();if(!(e&&typeof e=="object"))throw new TypeError("Parameter 1 should be type of Object.");const t=e.constructor,n=Pr.get(t);Pr.cache(t);let i=[];if(n.itemType){if(!Array.isArray(e))throw new TypeError("Parameter 1 should be type of Array.");if(typeof n.itemType=="number"){const o=ol(n.itemType);if(!o)throw new Error(`Cannot get default converter for array item of ${t.name} ASN1 schema`);i=e.map(c=>o.toASN(c))}else i=e.map(o=>this.toAsnItem({type:n.itemType},"[]",t,o))}else for(const o in n.items){const c=n.items[o],u=e[o];if(u===void 0||c.defaultValue===u||typeof c.defaultValue=="object"&&typeof u=="object"&&Ug(this.serialize(c.defaultValue),this.serialize(u)))continue;const h=al.toAsnItem(c,o,t,u);if(typeof c.context=="number")if(c.implicit)if(!c.repeated&&(typeof c.type=="number"||xn(c.type))){const m={};m.valueHex=h instanceof ii?h.valueBeforeDecodeView:h.valueBlock.toBER(),i.push(new ws({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},...m}))}else i.push(new vr({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:h.valueBlock.value}));else i.push(new vr({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:[h]}));else c.repeated?i=i.concat(h):i.push(h)}let s;switch(n.type){case M.Sequence:s=new mn({value:i});break;case M.Set:s=new wn({value:i});break;case M.Choice:if(!i[0])throw new Error(`Schema '${t.name}' has wrong data. Choice cannot be empty.`);s=i[0];break}return s}static toAsnItem(e,t,n,i){let s;if(typeof e.type=="number"){const o=e.converter;if(!o)throw new Error(`Property '${t}' doesn't have converter for type ${b[e.type]} in schema '${n.name}'`);if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const c=Array.from(i,h=>o.toASN(h)),u=e.repeated==="sequence"?mn:wn;s=new u({value:c})}else s=o.toASN(i)}else if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const o=Array.from(i,u=>this.toASN(u)),c=e.repeated==="sequence"?mn:wn;s=new c({value:o})}else s=this.toASN(i);return s}}class vt extends Array{constructor(e=[]){if(typeof e=="number")super(e);else{super();for(const t of e)this.push(t)}}}class K{static serialize(e){return al.serialize(e)}static parse(e,t){return $g.parse(e,t)}static toString(e){const t=Y.isBufferSource(e)?Y.toArrayBuffer(e):K.serialize(e),n=Ri(t);if(n.offset===-1)throw new Error(`Cannot decode ASN.1 data. ${n.result.error}`);return n.result.toString()}}function f(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var c=r.length-1;c>=0;c--)(o=r[c])&&(s=(i<3?o(s):i>3?o(e,t,s):o(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s}typeof SuppressedError=="function"&&SuppressedError;var Fh={exports:{}};(function(r){(function(e){const t="(0?\\d+|0x[a-f0-9]+)",n={fourOctet:new RegExp(`^${t}\\.${t}\\.${t}\\.${t}$`,"i"),threeOctet:new RegExp(`^${t}\\.${t}\\.${t}$`,"i"),twoOctet:new RegExp(`^${t}\\.${t}$`,"i"),longValue:new RegExp(`^${t}$`,"i")},i=new RegExp("^0[0-7]+$","i"),s=new RegExp("^0x[a-f0-9]+$","i"),o="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",u={zoneIndex:new RegExp(o,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${o})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${o})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${o})?$`,"i")};function h(v,A){if(v.indexOf("::")!==v.lastIndexOf("::"))return null;let O=0,I=-1,P=(v.match(u.zoneIndex)||[])[0],R,fe;for(P&&(P=P.substring(1),v=v.replace(/%.+$/,""));(I=v.indexOf(":",I+1))>=0;)O++;if(v.substr(0,2)==="::"&&O--,v.substr(-2,2)==="::"&&O--,O>A)return null;for(fe=A-O,R=":";fe--;)R+="0:";return v=v.replace("::",R),v[0]===":"&&(v=v.slice(1)),v[v.length-1]===":"&&(v=v.slice(0,-1)),A=function(){const Ze=v.split(":"),Xe=[];for(let Ue=0;Ue<Ze.length;Ue++)Xe.push(parseInt(Ze[Ue],16));return Xe}(),{parts:A,zoneId:P}}function m(v,A,O,I){if(v.length!==A.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let P=0,R;for(;I>0;){if(R=O-I,R<0&&(R=0),v[P]>>R!==A[P]>>R)return!1;I-=O,P+=1}return!0}function x(v){if(s.test(v))return parseInt(v,16);if(v[0]==="0"&&!isNaN(parseInt(v[1],10))){if(i.test(v))return parseInt(v,8);throw new Error(`ipaddr: cannot parse ${v} as octal`)}return parseInt(v,10)}function G(v,A){for(;v.length<A;)v=`0${v}`;return v}const N={};N.IPv4=function(){function v(A){if(A.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let O,I;for(O=0;O<A.length;O++)if(I=A[O],!(0<=I&&I<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=A}return v.prototype.SpecialRanges={unspecified:[[new v([0,0,0,0]),8]],broadcast:[[new v([255,255,255,255]),32]],multicast:[[new v([224,0,0,0]),4]],linkLocal:[[new v([169,254,0,0]),16]],loopback:[[new v([127,0,0,0]),8]],carrierGradeNat:[[new v([100,64,0,0]),10]],private:[[new v([10,0,0,0]),8],[new v([172,16,0,0]),12],[new v([192,168,0,0]),16]],reserved:[[new v([192,0,0,0]),24],[new v([192,0,2,0]),24],[new v([192,88,99,0]),24],[new v([198,18,0,0]),15],[new v([198,51,100,0]),24],[new v([203,0,113,0]),24],[new v([240,0,0,0]),4]],as112:[[new v([192,175,48,0]),24],[new v([192,31,196,0]),24]],amt:[[new v([192,52,193,0]),24]]},v.prototype.kind=function(){return"ipv4"},v.prototype.match=function(A,O){let I;if(O===void 0&&(I=A,A=I[0],O=I[1]),A.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return m(this.octets,A.octets,8,O)},v.prototype.prefixLengthFromSubnetMask=function(){let A=0,O=!1;const I={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let P,R,fe;for(P=3;P>=0;P-=1)if(R=this.octets[P],R in I){if(fe=I[R],O&&fe!==0)return null;fe!==8&&(O=!0),A+=fe}else return null;return 32-A},v.prototype.range=function(){return N.subnetMatch(this,this.SpecialRanges)},v.prototype.toByteArray=function(){return this.octets.slice(0)},v.prototype.toIPv4MappedAddress=function(){return N.IPv6.parse(`::ffff:${this.toString()}`)},v.prototype.toNormalizedString=function(){return this.toString()},v.prototype.toString=function(){return this.octets.join(".")},v}(),N.IPv4.broadcastAddressFromCIDR=function(v){try{const A=this.parseCIDR(v),O=A[0].toByteArray(),I=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[];let R=0;for(;R<4;)P.push(parseInt(O[R],10)|parseInt(I[R],10)^255),R++;return new this(P)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},N.IPv4.isIPv4=function(v){return this.parser(v)!==null},N.IPv4.isValid=function(v){try{return new this(this.parser(v)),!0}catch{return!1}},N.IPv4.isValidCIDR=function(v){try{return this.parseCIDR(v),!0}catch{return!1}},N.IPv4.isValidFourPartDecimal=function(v){return!!(N.IPv4.isValid(v)&&v.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},N.IPv4.networkAddressFromCIDR=function(v){let A,O,I,P,R;try{for(A=this.parseCIDR(v),I=A[0].toByteArray(),R=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[],O=0;O<4;)P.push(parseInt(I[O],10)&parseInt(R[O],10)),O++;return new this(P)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},N.IPv4.parse=function(v){const A=this.parser(v);if(A===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(A)},N.IPv4.parseCIDR=function(v){let A;if(A=v.match(/^(.+)\/(\d+)$/)){const O=parseInt(A[2]);if(O>=0&&O<=32){const I=[this.parse(A[1]),O];return Object.defineProperty(I,"toString",{value:function(){return this.join("/")}}),I}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},N.IPv4.parser=function(v){let A,O,I;if(A=v.match(n.fourOctet))return function(){const P=A.slice(1,6),R=[];for(let fe=0;fe<P.length;fe++)O=P[fe],R.push(x(O));return R}();if(A=v.match(n.longValue)){if(I=x(A[1]),I>4294967295||I<0)throw new Error("ipaddr: address outside defined range");return function(){const P=[];let R;for(R=0;R<=24;R+=8)P.push(I>>R&255);return P}().reverse()}else return(A=v.match(n.twoOctet))?function(){const P=A.slice(1,4),R=[];if(I=x(P[1]),I>16777215||I<0)throw new Error("ipaddr: address outside defined range");return R.push(x(P[0])),R.push(I>>16&255),R.push(I>>8&255),R.push(I&255),R}():(A=v.match(n.threeOctet))?function(){const P=A.slice(1,5),R=[];if(I=x(P[2]),I>65535||I<0)throw new Error("ipaddr: address outside defined range");return R.push(x(P[0])),R.push(x(P[1])),R.push(I>>8&255),R.push(I&255),R}():null},N.IPv4.subnetMaskFromPrefixLength=function(v){if(v=parseInt(v),v<0||v>32)throw new Error("ipaddr: invalid IPv4 prefix length");const A=[0,0,0,0];let O=0;const I=Math.floor(v/8);for(;O<I;)A[O]=255,O++;return I<4&&(A[I]=Math.pow(2,v%8)-1<<8-v%8),new this(A)},N.IPv6=function(){function v(A,O){let I,P;if(A.length===16)for(this.parts=[],I=0;I<=14;I+=2)this.parts.push(A[I]<<8|A[I+1]);else if(A.length===8)this.parts=A;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(I=0;I<this.parts.length;I++)if(P=this.parts[I],!(0<=P&&P<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");O&&(this.zoneId=O)}return v.prototype.SpecialRanges={unspecified:[new v([0,0,0,0,0,0,0,0]),128],linkLocal:[new v([65152,0,0,0,0,0,0,0]),10],multicast:[new v([65280,0,0,0,0,0,0,0]),8],loopback:[new v([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new v([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new v([0,0,0,0,0,65535,0,0]),96],discard:[new v([256,0,0,0,0,0,0,0]),64],rfc6145:[new v([0,0,0,0,65535,0,0,0]),96],rfc6052:[new v([100,65435,0,0,0,0,0,0]),96],"6to4":[new v([8194,0,0,0,0,0,0,0]),16],teredo:[new v([8193,0,0,0,0,0,0,0]),32],benchmarking:[new v([8193,2,0,0,0,0,0,0]),48],amt:[new v([8193,3,0,0,0,0,0,0]),32],as112v6:[[new v([8193,4,274,0,0,0,0,0]),48],[new v([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new v([8193,16,0,0,0,0,0,0]),28],orchid2:[new v([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new v([8193,48,0,0,0,0,0,0]),28],reserved:[[new v([8193,0,0,0,0,0,0,0]),23],[new v([8193,3512,0,0,0,0,0,0]),32]]},v.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},v.prototype.kind=function(){return"ipv6"},v.prototype.match=function(A,O){let I;if(O===void 0&&(I=A,A=I[0],O=I[1]),A.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return m(this.parts,A.parts,16,O)},v.prototype.prefixLengthFromSubnetMask=function(){let A=0,O=!1;const I={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};let P,R;for(let fe=7;fe>=0;fe-=1)if(P=this.parts[fe],P in I){if(R=I[P],O&&R!==0)return null;R!==16&&(O=!0),A+=R}else return null;return 128-A},v.prototype.range=function(){return N.subnetMatch(this,this.SpecialRanges)},v.prototype.toByteArray=function(){let A;const O=[],I=this.parts;for(let P=0;P<I.length;P++)A=I[P],O.push(A>>8),O.push(A&255);return O},v.prototype.toFixedLengthString=function(){const A=(function(){const I=[];for(let P=0;P<this.parts.length;P++)I.push(G(this.parts[P].toString(16),4));return I}).call(this).join(":");let O="";return this.zoneId&&(O=`%${this.zoneId}`),A+O},v.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const A=this.parts.slice(-2),O=A[0],I=A[1];return new N.IPv4([O>>8,O&255,I>>8,I&255])},v.prototype.toNormalizedString=function(){const A=(function(){const I=[];for(let P=0;P<this.parts.length;P++)I.push(this.parts[P].toString(16));return I}).call(this).join(":");let O="";return this.zoneId&&(O=`%${this.zoneId}`),A+O},v.prototype.toRFC5952String=function(){const A=/((^|:)(0(:|$)){2,})/g,O=this.toNormalizedString();let I=0,P=-1,R;for(;R=A.exec(O);)R[0].length>P&&(I=R.index,P=R[0].length);return P<0?O:`${O.substring(0,I)}::${O.substring(I+P)}`},v.prototype.toString=function(){return this.toRFC5952String()},v}(),N.IPv6.broadcastAddressFromCIDR=function(v){try{const A=this.parseCIDR(v),O=A[0].toByteArray(),I=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[];let R=0;for(;R<16;)P.push(parseInt(O[R],10)|parseInt(I[R],10)^255),R++;return new this(P)}catch(A){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${A})`)}},N.IPv6.isIPv6=function(v){return this.parser(v)!==null},N.IPv6.isValid=function(v){if(typeof v=="string"&&v.indexOf(":")===-1)return!1;try{const A=this.parser(v);return new this(A.parts,A.zoneId),!0}catch{return!1}},N.IPv6.isValidCIDR=function(v){if(typeof v=="string"&&v.indexOf(":")===-1)return!1;try{return this.parseCIDR(v),!0}catch{return!1}},N.IPv6.networkAddressFromCIDR=function(v){let A,O,I,P,R;try{for(A=this.parseCIDR(v),I=A[0].toByteArray(),R=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[],O=0;O<16;)P.push(parseInt(I[O],10)&parseInt(R[O],10)),O++;return new this(P)}catch(fe){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${fe})`)}},N.IPv6.parse=function(v){const A=this.parser(v);if(A.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(A.parts,A.zoneId)},N.IPv6.parseCIDR=function(v){let A,O,I;if((O=v.match(/^(.+)\/(\d+)$/))&&(A=parseInt(O[2]),A>=0&&A<=128))return I=[this.parse(O[1]),A],Object.defineProperty(I,"toString",{value:function(){return this.join("/")}}),I;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},N.IPv6.parser=function(v){let A,O,I,P,R,fe;if(I=v.match(u.deprecatedTransitional))return this.parser(`::ffff:${I[1]}`);if(u.native.test(v))return h(v,8);if((I=v.match(u.transitional))&&(fe=I[6]||"",A=I[1],I[1].endsWith("::")||(A=A.slice(0,-1)),A=h(A+fe,6),A.parts)){for(R=[parseInt(I[2]),parseInt(I[3]),parseInt(I[4]),parseInt(I[5])],O=0;O<R.length;O++)if(P=R[O],!(0<=P&&P<=255))return null;return A.parts.push(R[0]<<8|R[1]),A.parts.push(R[2]<<8|R[3]),{parts:A.parts,zoneId:A.zoneId}}return null},N.IPv6.subnetMaskFromPrefixLength=function(v){if(v=parseInt(v),v<0||v>128)throw new Error("ipaddr: invalid IPv6 prefix length");const A=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let O=0;const I=Math.floor(v/8);for(;O<I;)A[O]=255,O++;return I<16&&(A[I]=Math.pow(2,v%8)-1<<8-v%8),new this(A)},N.fromByteArray=function(v){const A=v.length;if(A===4)return new N.IPv4(v);if(A===16)return new N.IPv6(v);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},N.isValid=function(v){return N.IPv6.isValid(v)||N.IPv4.isValid(v)},N.isValidCIDR=function(v){return N.IPv6.isValidCIDR(v)||N.IPv4.isValidCIDR(v)},N.parse=function(v){if(N.IPv6.isValid(v))return N.IPv6.parse(v);if(N.IPv4.isValid(v))return N.IPv4.parse(v);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},N.parseCIDR=function(v){try{return N.IPv6.parseCIDR(v)}catch{try{return N.IPv4.parseCIDR(v)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},N.process=function(v){const A=this.parse(v);return A.kind()==="ipv6"&&A.isIPv4MappedAddress()?A.toIPv4Address():A},N.subnetMatch=function(v,A,O){let I,P,R,fe;O==null&&(O="unicast");for(P in A)if(Object.prototype.hasOwnProperty.call(A,P)){for(R=A[P],R[0]&&!(R[0]instanceof Array)&&(R=[R]),I=0;I<R.length;I++)if(fe=R[I],v.kind()===fe[0].kind()&&v.match.apply(v,fe))return P}return O},r.exports?r.exports=N:e.ipaddr=N})(Fc)})(Fh);var zh=Fh.exports;class Gh{static decodeIP(e){if(e.length===64&&parseInt(e,16)===0)return"::/0";if(e.length!==16)return e;const t=parseInt(e.slice(8),16).toString(2).split("").reduce((i,s)=>i+ +s,0);let n=e.slice(0,8).replace(/(.{2})/g,i=>`${parseInt(i,16)}.`);return n=n.slice(0,-1),`${n}/${t}`}static toString(e){if(e.byteLength===4||e.byteLength===16){const t=new Uint8Array(e);return zh.fromByteArray(Array.from(t)).toString()}return this.decodeIP(ue.ToHex(e))}static fromString(e){const t=zh.parse(e);return new Uint8Array(t.toByteArray()).buffer}}var cl,ll,ul;let Yt=class{constructor(e={}){Object.assign(this,e)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};f([y({type:b.TeletexString})],Yt.prototype,"teletexString",void 0),f([y({type:b.PrintableString})],Yt.prototype,"printableString",void 0),f([y({type:b.UniversalString})],Yt.prototype,"universalString",void 0),f([y({type:b.Utf8String})],Yt.prototype,"utf8String",void 0),f([y({type:b.BmpString})],Yt.prototype,"bmpString",void 0),Yt=f([H({type:M.Choice})],Yt);let Ui=class extends Yt{constructor(e={}){super(e),Object.assign(this,e)}toString(){return this.ia5String||(this.anyValue?ue.ToHex(this.anyValue):super.toString())}};f([y({type:b.IA5String})],Ui.prototype,"ia5String",void 0),f([y({type:b.Any})],Ui.prototype,"anyValue",void 0),Ui=f([H({type:M.Choice})],Ui);class Qo{constructor(e={}){this.type="",this.value=new Ui,Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Qo.prototype,"type",void 0),f([y({type:Ui})],Qo.prototype,"value",void 0);let Di=cl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,cl.prototype)}};Di=cl=f([H({type:M.Set,itemType:Qo})],Di);let fl=ll=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,ll.prototype)}};fl=ll=f([H({type:M.Sequence,itemType:Di})],fl);let zt=ul=class extends fl{constructor(e){super(e),Object.setPrototypeOf(this,ul.prototype)}};zt=ul=f([H({type:M.Sequence})],zt);const Mg={fromASN:r=>Gh.toString(Xo.fromASN(r)),toASN:r=>Xo.toASN(Gh.fromString(r))};class As{constructor(e={}){this.typeId="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],As.prototype,"typeId",void 0),f([y({type:b.Any,context:0})],As.prototype,"value",void 0);class hl{constructor(e={}){this.partyName=new Yt,Object.assign(this,e)}}f([y({type:Yt,optional:!0,context:0,implicit:!0})],hl.prototype,"nameAssigner",void 0),f([y({type:Yt,context:1,implicit:!0})],hl.prototype,"partyName",void 0);let Re=class{constructor(e={}){Object.assign(this,e)}};f([y({type:As,context:0,implicit:!0})],Re.prototype,"otherName",void 0),f([y({type:b.IA5String,context:1,implicit:!0})],Re.prototype,"rfc822Name",void 0),f([y({type:b.IA5String,context:2,implicit:!0})],Re.prototype,"dNSName",void 0),f([y({type:b.Any,context:3,implicit:!0})],Re.prototype,"x400Address",void 0),f([y({type:zt,context:4,implicit:!1})],Re.prototype,"directoryName",void 0),f([y({type:hl,context:5})],Re.prototype,"ediPartyName",void 0),f([y({type:b.IA5String,context:6,implicit:!0})],Re.prototype,"uniformResourceIdentifier",void 0),f([y({type:b.OctetString,context:7,implicit:!0,converter:Mg})],Re.prototype,"iPAddress",void 0),f([y({type:b.ObjectIdentifier,context:8,implicit:!0})],Re.prototype,"registeredID",void 0),Re=f([H({type:M.Choice})],Re);const dl="1.3.6.1.5.5.7",Vg=`${dl}.1`,$i=`${dl}.3`,ea=`${dl}.48`,qh=`${ea}.1`,Kh=`${ea}.2`,Zh=`${ea}.3`,Wh=`${ea}.5`,jn="2.5.29";var pl;const yl=`${Vg}.1`;class Ss{constructor(e={}){this.accessMethod="",this.accessLocation=new Re,Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Ss.prototype,"accessMethod",void 0),f([y({type:Re})],Ss.prototype,"accessLocation",void 0);let Mi=pl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,pl.prototype)}};Mi=pl=f([H({type:M.Sequence,itemType:Ss})],Mi);const ta=`${jn}.35`;class gl extends rt{}class li{constructor(e={}){e&&Object.assign(this,e)}}f([y({type:gl,context:0,optional:!0,implicit:!0})],li.prototype,"keyIdentifier",void 0),f([y({type:Re,context:1,optional:!0,implicit:!0,repeated:"sequence"})],li.prototype,"authorityCertIssuer",void 0),f([y({type:b.Integer,context:2,optional:!0,implicit:!0,converter:_t})],li.prototype,"authorityCertSerialNumber",void 0);const Yh=`${jn}.19`;class ra{constructor(e={}){this.cA=!1,Object.assign(this,e)}}f([y({type:b.Boolean,defaultValue:!1})],ra.prototype,"cA",void 0),f([y({type:b.Integer,optional:!0})],ra.prototype,"pathLenConstraint",void 0);var vl;let ur=vl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,vl.prototype)}};ur=vl=f([H({type:M.Sequence,itemType:Re})],ur);var ml;let Jh=ml=class extends ur{constructor(e){super(e),Object.setPrototypeOf(this,ml.prototype)}};Jh=ml=f([H({type:M.Sequence})],Jh);var wl;const Xh=`${jn}.32`;let An=class{constructor(e={}){Object.assign(this,e)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};f([y({type:b.IA5String})],An.prototype,"ia5String",void 0),f([y({type:b.VisibleString})],An.prototype,"visibleString",void 0),f([y({type:b.BmpString})],An.prototype,"bmpString",void 0),f([y({type:b.Utf8String})],An.prototype,"utf8String",void 0),An=f([H({type:M.Choice})],An);class bl{constructor(e={}){this.organization=new An,this.noticeNumbers=[],Object.assign(this,e)}}f([y({type:An})],bl.prototype,"organization",void 0),f([y({type:b.Integer,repeated:"sequence"})],bl.prototype,"noticeNumbers",void 0);class xl{constructor(e={}){Object.assign(this,e)}}f([y({type:bl,optional:!0})],xl.prototype,"noticeRef",void 0),f([y({type:An,optional:!0})],xl.prototype,"explicitText",void 0);let na=class{constructor(e={}){Object.assign(this,e)}};f([y({type:b.IA5String})],na.prototype,"cPSuri",void 0),f([y({type:xl})],na.prototype,"userNotice",void 0),na=f([H({type:M.Choice})],na);class Al{constructor(e={}){this.policyQualifierId="",this.qualifier=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Al.prototype,"policyQualifierId",void 0),f([y({type:b.Any})],Al.prototype,"qualifier",void 0);class ia{constructor(e={}){this.policyIdentifier="",Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],ia.prototype,"policyIdentifier",void 0),f([y({type:Al,repeated:"sequence",optional:!0})],ia.prototype,"policyQualifiers",void 0);let sa=wl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,wl.prototype)}};sa=wl=f([H({type:M.Sequence,itemType:ia})],sa);let oa=class{constructor(e=0){this.value=e}};f([y({type:b.Integer})],oa.prototype,"value",void 0),oa=f([H({type:M.Choice})],oa);let Qh=class extends oa{};Qh=f([H({type:M.Choice})],Qh);var Sl;const _l=`${jn}.31`;var Vr;(function(r){r[r.unused=1]="unused",r[r.keyCompromise=2]="keyCompromise",r[r.cACompromise=4]="cACompromise",r[r.affiliationChanged=8]="affiliationChanged",r[r.superseded=16]="superseded",r[r.cessationOfOperation=32]="cessationOfOperation",r[r.certificateHold=64]="certificateHold",r[r.privilegeWithdrawn=128]="privilegeWithdrawn",r[r.aACompromise=256]="aACompromise"})(Vr||(Vr={}));class ed extends Jo{toJSON(){const e=[],t=this.toNumber();return t&Vr.aACompromise&&e.push("aACompromise"),t&Vr.affiliationChanged&&e.push("affiliationChanged"),t&Vr.cACompromise&&e.push("cACompromise"),t&Vr.certificateHold&&e.push("certificateHold"),t&Vr.cessationOfOperation&&e.push("cessationOfOperation"),t&Vr.keyCompromise&&e.push("keyCompromise"),t&Vr.privilegeWithdrawn&&e.push("privilegeWithdrawn"),t&Vr.superseded&&e.push("superseded"),t&Vr.unused&&e.push("unused"),e}toString(){return`[${this.toJSON().join(", ")}]`}}let ui=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Re,context:0,repeated:"sequence",implicit:!0})],ui.prototype,"fullName",void 0),f([y({type:Di,context:1,implicit:!0})],ui.prototype,"nameRelativeToCRLIssuer",void 0),ui=f([H({type:M.Choice})],ui);class Vi{constructor(e={}){Object.assign(this,e)}}f([y({type:ui,context:0,optional:!0})],Vi.prototype,"distributionPoint",void 0),f([y({type:ed,context:1,optional:!0,implicit:!0})],Vi.prototype,"reasons",void 0),f([y({type:Re,context:2,optional:!0,repeated:"sequence",implicit:!0})],Vi.prototype,"cRLIssuer",void 0);let Li=Sl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Sl.prototype)}};Li=Sl=f([H({type:M.Sequence,itemType:Vi})],Li);var El;let td=El=class extends Li{constructor(e){super(e),Object.setPrototypeOf(this,El.prototype)}};td=El=f([H({type:M.Sequence,itemType:Vi})],td);class rr{constructor(e={}){this.onlyContainsUserCerts=rr.ONLY,this.onlyContainsCACerts=rr.ONLY,this.indirectCRL=rr.ONLY,this.onlyContainsAttributeCerts=rr.ONLY,Object.assign(this,e)}}rr.ONLY=!1,f([y({type:ui,context:0,optional:!0})],rr.prototype,"distributionPoint",void 0),f([y({type:b.Boolean,context:1,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"onlyContainsUserCerts",void 0),f([y({type:b.Boolean,context:2,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"onlyContainsCACerts",void 0),f([y({type:ed,context:3,optional:!0,implicit:!0})],rr.prototype,"onlySomeReasons",void 0),f([y({type:b.Boolean,context:4,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"indirectCRL",void 0),f([y({type:b.Boolean,context:5,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"onlyContainsAttributeCerts",void 0);var _s;(function(r){r[r.unspecified=0]="unspecified",r[r.keyCompromise=1]="keyCompromise",r[r.cACompromise=2]="cACompromise",r[r.affiliationChanged=3]="affiliationChanged",r[r.superseded=4]="superseded",r[r.cessationOfOperation=5]="cessationOfOperation",r[r.certificateHold=6]="certificateHold",r[r.removeFromCRL=8]="removeFromCRL",r[r.privilegeWithdrawn=9]="privilegeWithdrawn",r[r.aACompromise=10]="aACompromise"})(_s||(_s={}));let Il=class{constructor(e=_s.unspecified){this.reason=_s.unspecified,this.reason=e}toJSON(){return _s[this.reason]}toString(){return this.toJSON()}};f([y({type:b.Enumerated})],Il.prototype,"reason",void 0),Il=f([H({type:M.Choice})],Il);var kl;const rd=`${jn}.37`;let aa=kl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,kl.prototype)}};aa=kl=f([H({type:M.Sequence,itemType:b.ObjectIdentifier})],aa);const Lg=`${$i}.1`,Hg=`${$i}.2`,Fg=`${$i}.3`,zg=`${$i}.4`,Gg=`${$i}.8`,qg=`${$i}.9`;let Cl=class{constructor(e=new ArrayBuffer(0)){this.value=e}};f([y({type:b.Integer,converter:_t})],Cl.prototype,"value",void 0),Cl=f([H({type:M.Choice})],Cl);let Bl=class{constructor(e){this.value=new Date,e&&(this.value=e)}};f([y({type:b.GeneralizedTime})],Bl.prototype,"value",void 0),Bl=f([H({type:M.Choice})],Bl);var Ol;let nd=Ol=class extends ur{constructor(e){super(e),Object.setPrototypeOf(this,Ol.prototype)}};nd=Ol=f([H({type:M.Sequence})],nd);const id=`${jn}.15`;var Lr;(function(r){r[r.digitalSignature=1]="digitalSignature",r[r.nonRepudiation=2]="nonRepudiation",r[r.keyEncipherment=4]="keyEncipherment",r[r.dataEncipherment=8]="dataEncipherment",r[r.keyAgreement=16]="keyAgreement",r[r.keyCertSign=32]="keyCertSign",r[r.cRLSign=64]="cRLSign",r[r.encipherOnly=128]="encipherOnly",r[r.decipherOnly=256]="decipherOnly"})(Lr||(Lr={}));class Tl extends Jo{toJSON(){const e=this.toNumber(),t=[];return e&Lr.cRLSign&&t.push("crlSign"),e&Lr.dataEncipherment&&t.push("dataEncipherment"),e&Lr.decipherOnly&&t.push("decipherOnly"),e&Lr.digitalSignature&&t.push("digitalSignature"),e&Lr.encipherOnly&&t.push("encipherOnly"),e&Lr.keyAgreement&&t.push("keyAgreement"),e&Lr.keyCertSign&&t.push("keyCertSign"),e&Lr.keyEncipherment&&t.push("keyEncipherment"),e&Lr.nonRepudiation&&t.push("nonRepudiation"),t}toString(){return`[${this.toJSON().join(", ")}]`}}var Nl;class ca{constructor(e={}){this.base=new Re,this.minimum=0,Object.assign(this,e)}}f([y({type:Re})],ca.prototype,"base",void 0),f([y({type:b.Integer,context:0,defaultValue:0,implicit:!0})],ca.prototype,"minimum",void 0),f([y({type:b.Integer,context:1,optional:!0,implicit:!0})],ca.prototype,"maximum",void 0);let la=Nl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Nl.prototype)}};la=Nl=f([H({type:M.Sequence,itemType:ca})],la);class sd{constructor(e={}){Object.assign(this,e)}}f([y({type:la,context:0,optional:!0,implicit:!0})],sd.prototype,"permittedSubtrees",void 0),f([y({type:la,context:1,optional:!0,implicit:!0})],sd.prototype,"excludedSubtrees",void 0);class od{constructor(e={}){Object.assign(this,e)}}f([y({type:b.Integer,context:0,implicit:!0,optional:!0,converter:_t})],od.prototype,"requireExplicitPolicy",void 0),f([y({type:b.Integer,context:1,implicit:!0,optional:!0,converter:_t})],od.prototype,"inhibitPolicyMapping",void 0);var Pl;class jl{constructor(e={}){this.issuerDomainPolicy="",this.subjectDomainPolicy="",Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],jl.prototype,"issuerDomainPolicy",void 0),f([y({type:b.ObjectIdentifier})],jl.prototype,"subjectDomainPolicy",void 0);let ad=Pl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Pl.prototype)}};ad=Pl=f([H({type:M.Sequence,itemType:jl})],ad);var Rl;const Ul=`${jn}.17`;let Dl=Rl=class extends ur{constructor(e){super(e),Object.setPrototypeOf(this,Rl.prototype)}};Dl=Rl=f([H({type:M.Sequence})],Dl);let Sn=class{constructor(e={}){this.type="",this.values=[],Object.assign(this,e)}};f([y({type:b.ObjectIdentifier})],Sn.prototype,"type",void 0),f([y({type:b.Any,repeated:"set"})],Sn.prototype,"values",void 0);var $l;let cd=$l=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,$l.prototype)}};cd=$l=f([H({type:M.Sequence,itemType:Sn})],cd);const Ml=`${jn}.14`;class Rn extends gl{}class ld{constructor(e={}){Object.assign(this,e)}}f([y({type:b.GeneralizedTime,context:0,implicit:!0,optional:!0})],ld.prototype,"notBefore",void 0),f([y({type:b.GeneralizedTime,context:1,implicit:!0,optional:!0})],ld.prototype,"notAfter",void 0);var Es;(function(r){r[r.keyUpdateAllowed=1]="keyUpdateAllowed",r[r.newExtensions=2]="newExtensions",r[r.pKIXCertificate=4]="pKIXCertificate"})(Es||(Es={}));class ud extends Jo{toJSON(){const e=[],t=this.toNumber();return t&Es.pKIXCertificate&&e.push("pKIXCertificate"),t&Es.newExtensions&&e.push("newExtensions"),t&Es.keyUpdateAllowed&&e.push("keyUpdateAllowed"),e}toString(){return`[${this.toJSON().join(", ")}]`}}class fd{constructor(e={}){this.entrustVers="",this.entrustInfoFlags=new ud,Object.assign(this,e)}}f([y({type:b.GeneralString})],fd.prototype,"entrustVers",void 0),f([y({type:ud})],fd.prototype,"entrustInfoFlags",void 0);var Vl;let hd=Vl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Vl.prototype)}};hd=Vl=f([H({type:M.Sequence,itemType:Ss})],hd);class ne{constructor(e={}){this.algorithm="",Object.assign(this,e)}isEqual(e){return e instanceof ne&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&No(e.parameters,this.parameters)||e.parameters===this.parameters)}}f([y({type:b.ObjectIdentifier})],ne.prototype,"algorithm",void 0),f([y({type:b.Any,optional:!0})],ne.prototype,"parameters",void 0);class en{constructor(e={}){this.algorithm=new ne,this.subjectPublicKey=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:ne})],en.prototype,"algorithm",void 0),f([y({type:b.BitString})],en.prototype,"subjectPublicKey",void 0);let Jt=class{constructor(e){if(e)if(typeof e=="string"||typeof e=="number"||e instanceof Date){const t=new Date(e);t.getUTCFullYear()>2049?this.generalTime=t:this.utcTime=t}else Object.assign(this,e)}getTime(){const e=this.utcTime||this.generalTime;if(!e)throw new Error("Cannot get time from CHOICE object");return e}};f([y({type:b.UTCTime})],Jt.prototype,"utcTime",void 0),f([y({type:b.GeneralizedTime})],Jt.prototype,"generalTime",void 0),Jt=f([H({type:M.Choice})],Jt);class ua{constructor(e){this.notBefore=new Jt(new Date),this.notAfter=new Jt(new Date),e&&(this.notBefore=new Jt(e.notBefore),this.notAfter=new Jt(e.notAfter))}}f([y({type:Jt})],ua.prototype,"notBefore",void 0),f([y({type:Jt})],ua.prototype,"notAfter",void 0);var Ll;let Hr=class Oy{constructor(e={}){this.extnID="",this.critical=Oy.CRITICAL,this.extnValue=new rt,Object.assign(this,e)}};Hr.CRITICAL=!1,f([y({type:b.ObjectIdentifier})],Hr.prototype,"extnID",void 0),f([y({type:b.Boolean,defaultValue:Hr.CRITICAL})],Hr.prototype,"critical",void 0),f([y({type:rt})],Hr.prototype,"extnValue",void 0);let fi=Ll=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Ll.prototype)}};fi=Ll=f([H({type:M.Sequence,itemType:Hr})],fi);var Hi;(function(r){r[r.v1=0]="v1",r[r.v2=1]="v2",r[r.v3=2]="v3"})(Hi||(Hi={}));class jr{constructor(e={}){this.version=Hi.v1,this.serialNumber=new ArrayBuffer(0),this.signature=new ne,this.issuer=new zt,this.validity=new ua,this.subject=new zt,this.subjectPublicKeyInfo=new en,Object.assign(this,e)}}f([y({type:b.Integer,context:0,defaultValue:Hi.v1})],jr.prototype,"version",void 0),f([y({type:b.Integer,converter:_t})],jr.prototype,"serialNumber",void 0),f([y({type:ne})],jr.prototype,"signature",void 0),f([y({type:zt})],jr.prototype,"issuer",void 0),f([y({type:ua})],jr.prototype,"validity",void 0),f([y({type:zt})],jr.prototype,"subject",void 0),f([y({type:en})],jr.prototype,"subjectPublicKeyInfo",void 0),f([y({type:b.BitString,context:1,implicit:!0,optional:!0})],jr.prototype,"issuerUniqueID",void 0),f([y({type:b.BitString,context:2,implicit:!0,optional:!0})],jr.prototype,"subjectUniqueID",void 0),f([y({type:fi,context:3,optional:!0})],jr.prototype,"extensions",void 0);class hi{constructor(e={}){this.tbsCertificate=new jr,this.signatureAlgorithm=new ne,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:jr})],hi.prototype,"tbsCertificate",void 0),f([y({type:ne})],hi.prototype,"signatureAlgorithm",void 0),f([y({type:b.BitString})],hi.prototype,"signatureValue",void 0);class fa{constructor(e={}){this.userCertificate=new ArrayBuffer(0),this.revocationDate=new Jt,Object.assign(this,e)}}f([y({type:b.Integer,converter:_t})],fa.prototype,"userCertificate",void 0),f([y({type:Jt})],fa.prototype,"revocationDate",void 0),f([y({type:Hr,optional:!0,repeated:"sequence"})],fa.prototype,"crlEntryExtensions",void 0);class _n{constructor(e={}){this.signature=new ne,this.issuer=new zt,this.thisUpdate=new Jt,Object.assign(this,e)}}f([y({type:b.Integer,optional:!0})],_n.prototype,"version",void 0),f([y({type:ne})],_n.prototype,"signature",void 0),f([y({type:zt})],_n.prototype,"issuer",void 0),f([y({type:Jt})],_n.prototype,"thisUpdate",void 0),f([y({type:Jt,optional:!0})],_n.prototype,"nextUpdate",void 0),f([y({type:fa,repeated:"sequence",optional:!0})],_n.prototype,"revokedCertificates",void 0),f([y({type:Hr,optional:!0,context:0,repeated:"sequence"})],_n.prototype,"crlExtensions",void 0);class Hl{constructor(e={}){this.tbsCertList=new _n,this.signatureAlgorithm=new ne,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:_n})],Hl.prototype,"tbsCertList",void 0),f([y({type:ne})],Hl.prototype,"signatureAlgorithm",void 0),f([y({type:b.BitString})],Hl.prototype,"signature",void 0);class Fi{constructor(e={}){this.issuer=new zt,this.serialNumber=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:zt})],Fi.prototype,"issuer",void 0),f([y({type:b.Integer,converter:_t})],Fi.prototype,"serialNumber",void 0);let zi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Rn,context:0,implicit:!0})],zi.prototype,"subjectKeyIdentifier",void 0),f([y({type:Fi})],zi.prototype,"issuerAndSerialNumber",void 0),zi=f([H({type:M.Choice})],zi);var tn;(function(r){r[r.v0=0]="v0",r[r.v1=1]="v1",r[r.v2=2]="v2",r[r.v3=3]="v3",r[r.v4=4]="v4",r[r.v5=5]="v5"})(tn||(tn={}));let Is=class extends ne{};Is=f([H({type:M.Sequence})],Is);let ha=class extends ne{};ha=f([H({type:M.Sequence})],ha);let rn=class extends ne{};rn=f([H({type:M.Sequence})],rn);let da=class extends ne{};da=f([H({type:M.Sequence})],da);let dd=class extends ne{};dd=f([H({type:M.Sequence})],dd);let Fl=class extends ne{};Fl=f([H({type:M.Sequence})],Fl);let Gi=class{constructor(e={}){this.attrType="",this.attrValues=[],Object.assign(this,e)}};f([y({type:b.ObjectIdentifier})],Gi.prototype,"attrType",void 0),f([y({type:b.Any,repeated:"set"})],Gi.prototype,"attrValues",void 0);var zl;class nn{constructor(e={}){this.version=tn.v0,this.sid=new zi,this.digestAlgorithm=new Is,this.signatureAlgorithm=new ha,this.signature=new rt,Object.assign(this,e)}}f([y({type:b.Integer})],nn.prototype,"version",void 0),f([y({type:zi})],nn.prototype,"sid",void 0),f([y({type:Is})],nn.prototype,"digestAlgorithm",void 0),f([y({type:Gi,repeated:"set",context:0,implicit:!0,optional:!0})],nn.prototype,"signedAttrs",void 0),f([y({type:ha})],nn.prototype,"signatureAlgorithm",void 0),f([y({type:rt})],nn.prototype,"signature",void 0),f([y({type:Gi,repeated:"set",context:1,implicit:!0,optional:!0})],nn.prototype,"unsignedAttrs",void 0);let pa=zl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,zl.prototype)}};pa=zl=f([H({type:M.Set,itemType:nn})],pa);let pd=class extends Jt{};pd=f([H({type:M.Choice})],pd);let yd=class extends nn{};yd=f([H({type:M.Sequence})],yd);class Gl{constructor(e={}){this.acIssuer=new Re,this.acSerial=0,this.attrs=[],Object.assign(this,e)}}f([y({type:Re})],Gl.prototype,"acIssuer",void 0),f([y({type:b.Integer})],Gl.prototype,"acSerial",void 0),f([y({type:Sn,repeated:"sequence"})],Gl.prototype,"attrs",void 0);var ql;let ya=ql=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,ql.prototype)}};ya=ql=f([H({type:M.Sequence,itemType:b.ObjectIdentifier})],ya);class ga{constructor(e={}){this.permitUnSpecified=!0,Object.assign(this,e)}}f([y({type:b.Integer,optional:!0})],ga.prototype,"pathLenConstraint",void 0),f([y({type:ya,implicit:!0,context:0,optional:!0})],ga.prototype,"permittedAttrs",void 0),f([y({type:ya,implicit:!0,context:1,optional:!0})],ga.prototype,"excludedAttrs",void 0),f([y({type:b.Boolean,defaultValue:!0})],ga.prototype,"permitUnSpecified",void 0);class di{constructor(e={}){this.issuer=new ur,this.serial=new ArrayBuffer(0),this.issuerUID=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:ur})],di.prototype,"issuer",void 0),f([y({type:b.Integer,converter:_t})],di.prototype,"serial",void 0),f([y({type:b.BitString,optional:!0})],di.prototype,"issuerUID",void 0);var Kl;(function(r){r[r.publicKey=0]="publicKey",r[r.publicKeyCert=1]="publicKeyCert",r[r.otherObjectTypes=2]="otherObjectTypes"})(Kl||(Kl={}));class pi{constructor(e={}){this.digestedObjectType=Kl.publicKey,this.digestAlgorithm=new ne,this.objectDigest=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.Enumerated})],pi.prototype,"digestedObjectType",void 0),f([y({type:b.ObjectIdentifier,optional:!0})],pi.prototype,"otherObjectTypeID",void 0),f([y({type:ne})],pi.prototype,"digestAlgorithm",void 0),f([y({type:b.BitString})],pi.prototype,"objectDigest",void 0);class va{constructor(e={}){Object.assign(this,e)}}f([y({type:ur,optional:!0})],va.prototype,"issuerName",void 0),f([y({type:di,context:0,implicit:!0,optional:!0})],va.prototype,"baseCertificateID",void 0),f([y({type:pi,context:1,implicit:!0,optional:!0})],va.prototype,"objectDigestInfo",void 0);let qi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Re,repeated:"sequence"})],qi.prototype,"v1Form",void 0),f([y({type:va,context:0,implicit:!0})],qi.prototype,"v2Form",void 0),qi=f([H({type:M.Choice})],qi);class ma{constructor(e={}){this.notBeforeTime=new Date,this.notAfterTime=new Date,Object.assign(this,e)}}f([y({type:b.GeneralizedTime})],ma.prototype,"notBeforeTime",void 0),f([y({type:b.GeneralizedTime})],ma.prototype,"notAfterTime",void 0);class ks{constructor(e={}){Object.assign(this,e)}}f([y({type:di,implicit:!0,context:0,optional:!0})],ks.prototype,"baseCertificateID",void 0),f([y({type:ur,implicit:!0,context:1,optional:!0})],ks.prototype,"entityName",void 0),f([y({type:pi,implicit:!0,context:2,optional:!0})],ks.prototype,"objectDigestInfo",void 0);var Zl;(function(r){r[r.v2=1]="v2"})(Zl||(Zl={}));class Fr{constructor(e={}){this.version=Zl.v2,this.holder=new ks,this.issuer=new qi,this.signature=new ne,this.serialNumber=new ArrayBuffer(0),this.attrCertValidityPeriod=new ma,this.attributes=[],Object.assign(this,e)}}f([y({type:b.Integer})],Fr.prototype,"version",void 0),f([y({type:ks})],Fr.prototype,"holder",void 0),f([y({type:qi})],Fr.prototype,"issuer",void 0),f([y({type:ne})],Fr.prototype,"signature",void 0),f([y({type:b.Integer,converter:_t})],Fr.prototype,"serialNumber",void 0),f([y({type:ma})],Fr.prototype,"attrCertValidityPeriod",void 0),f([y({type:Sn,repeated:"sequence"})],Fr.prototype,"attributes",void 0),f([y({type:b.BitString,optional:!0})],Fr.prototype,"issuerUniqueID",void 0),f([y({type:fi,optional:!0})],Fr.prototype,"extensions",void 0);class wa{constructor(e={}){this.acinfo=new Fr,this.signatureAlgorithm=new ne,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:Fr})],wa.prototype,"acinfo",void 0),f([y({type:ne})],wa.prototype,"signatureAlgorithm",void 0),f([y({type:b.BitString})],wa.prototype,"signatureValue",void 0);var ba;(function(r){r[r.unmarked=1]="unmarked",r[r.unclassified=2]="unclassified",r[r.restricted=4]="restricted",r[r.confidential=8]="confidential",r[r.secret=16]="secret",r[r.topSecret=32]="topSecret"})(ba||(ba={}));class Wl extends Jo{}class Yl{constructor(e={}){this.type="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier,implicit:!0,context:0})],Yl.prototype,"type",void 0),f([y({type:b.Any,implicit:!0,context:1})],Yl.prototype,"value",void 0);class Jl{constructor(e={}){this.policyId="",this.classList=new Wl(ba.unclassified),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Jl.prototype,"policyId",void 0),f([y({type:Wl,defaultValue:new Wl(ba.unclassified)})],Jl.prototype,"classList",void 0),f([y({type:Yl,repeated:"set"})],Jl.prototype,"securityCategories",void 0);class xa{constructor(e={}){Object.assign(this,e)}}f([y({type:rt})],xa.prototype,"cotets",void 0),f([y({type:b.ObjectIdentifier})],xa.prototype,"oid",void 0),f([y({type:b.Utf8String})],xa.prototype,"string",void 0);class gd{constructor(e={}){this.values=[],Object.assign(this,e)}}f([y({type:ur,implicit:!0,context:0,optional:!0})],gd.prototype,"policyAuthority",void 0),f([y({type:xa,repeated:"sequence"})],gd.prototype,"values",void 0);var Xl;class Aa{constructor(e={}){this.targetCertificate=new di,Object.assign(this,e)}}f([y({type:di})],Aa.prototype,"targetCertificate",void 0),f([y({type:Re,optional:!0})],Aa.prototype,"targetName",void 0),f([y({type:pi,optional:!0})],Aa.prototype,"certDigestInfo",void 0);let Ki=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Re,context:0,implicit:!0})],Ki.prototype,"targetName",void 0),f([y({type:Re,context:1,implicit:!0})],Ki.prototype,"targetGroup",void 0),f([y({type:Aa,context:2,implicit:!0})],Ki.prototype,"targetCert",void 0),Ki=f([H({type:M.Choice})],Ki);let Ql=Xl=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Xl.prototype)}};Ql=Xl=f([H({type:M.Sequence,itemType:Ki})],Ql);var eu;let vd=eu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,eu.prototype)}};vd=eu=f([H({type:M.Sequence,itemType:Ql})],vd);class md{constructor(e={}){Object.assign(this,e)}}f([y({type:ur,implicit:!0,context:0,optional:!0})],md.prototype,"roleAuthority",void 0),f([y({type:Re,implicit:!0,context:1})],md.prototype,"roleName",void 0);class tu{constructor(e={}){this.service=new Re,this.ident=new Re,Object.assign(this,e)}}f([y({type:Re})],tu.prototype,"service",void 0),f([y({type:Re})],tu.prototype,"ident",void 0),f([y({type:rt,optional:!0})],tu.prototype,"authInfo",void 0);var ru;class nu{constructor(e={}){this.otherCertFormat="",this.otherCert=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],nu.prototype,"otherCertFormat",void 0),f([y({type:b.Any})],nu.prototype,"otherCert",void 0);let yi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:hi})],yi.prototype,"certificate",void 0),f([y({type:wa,context:2,implicit:!0})],yi.prototype,"v2AttrCert",void 0),f([y({type:nu,context:3,implicit:!0})],yi.prototype,"other",void 0),yi=f([H({type:M.Choice})],yi);let Cs=ru=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,ru.prototype)}};Cs=ru=f([H({type:M.Set,itemType:yi})],Cs);class En{constructor(e={}){this.contentType="",this.content=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],En.prototype,"contentType",void 0),f([y({type:b.Any,context:0})],En.prototype,"content",void 0);let Zi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:rt})],Zi.prototype,"single",void 0),f([y({type:b.Any})],Zi.prototype,"any",void 0),Zi=f([H({type:M.Choice})],Zi);class Sa{constructor(e={}){this.eContentType="",Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Sa.prototype,"eContentType",void 0),f([y({type:Zi,context:0,optional:!0})],Sa.prototype,"eContent",void 0);let Bs=class{constructor(e={}){Object.assign(this,e)}};f([y({type:rt,context:0,implicit:!0,optional:!0})],Bs.prototype,"value",void 0),f([y({type:rt,converter:xg,context:0,implicit:!0,optional:!0,repeated:"sequence"})],Bs.prototype,"constructedValue",void 0),Bs=f([H({type:M.Choice})],Bs);class Os{constructor(e={}){this.contentType="",this.contentEncryptionAlgorithm=new da,Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Os.prototype,"contentType",void 0),f([y({type:da})],Os.prototype,"contentEncryptionAlgorithm",void 0),f([y({type:Bs,optional:!0})],Os.prototype,"encryptedContent",void 0);class _a{constructor(e={}){this.keyAttrId="",Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],_a.prototype,"keyAttrId",void 0),f([y({type:b.Any,optional:!0})],_a.prototype,"keyAttr",void 0);var iu;class Ea{constructor(e={}){this.subjectKeyIdentifier=new Rn,Object.assign(this,e)}}f([y({type:Rn})],Ea.prototype,"subjectKeyIdentifier",void 0),f([y({type:b.GeneralizedTime,optional:!0})],Ea.prototype,"date",void 0),f([y({type:_a,optional:!0})],Ea.prototype,"other",void 0);let Wi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Ea,context:0,implicit:!0,optional:!0})],Wi.prototype,"rKeyId",void 0),f([y({type:Fi,optional:!0})],Wi.prototype,"issuerAndSerialNumber",void 0),Wi=f([H({type:M.Choice})],Wi);class su{constructor(e={}){this.rid=new Wi,this.encryptedKey=new rt,Object.assign(this,e)}}f([y({type:Wi})],su.prototype,"rid",void 0),f([y({type:rt})],su.prototype,"encryptedKey",void 0);let Ia=iu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,iu.prototype)}};Ia=iu=f([H({type:M.Sequence,itemType:su})],Ia);class ou{constructor(e={}){this.algorithm=new ne,this.publicKey=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:ne})],ou.prototype,"algorithm",void 0),f([y({type:b.BitString})],ou.prototype,"publicKey",void 0);let gi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Rn,context:0,implicit:!0,optional:!0})],gi.prototype,"subjectKeyIdentifier",void 0),f([y({type:ou,context:1,implicit:!0,optional:!0})],gi.prototype,"originatorKey",void 0),f([y({type:Fi,optional:!0})],gi.prototype,"issuerAndSerialNumber",void 0),gi=f([H({type:M.Choice})],gi);class Yi{constructor(e={}){this.version=tn.v3,this.originator=new gi,this.keyEncryptionAlgorithm=new rn,this.recipientEncryptedKeys=new Ia,Object.assign(this,e)}}f([y({type:b.Integer})],Yi.prototype,"version",void 0),f([y({type:gi,context:0})],Yi.prototype,"originator",void 0),f([y({type:rt,context:1,optional:!0})],Yi.prototype,"ukm",void 0),f([y({type:rn})],Yi.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:Ia})],Yi.prototype,"recipientEncryptedKeys",void 0);let Ji=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Rn,context:0,implicit:!0})],Ji.prototype,"subjectKeyIdentifier",void 0),f([y({type:Fi})],Ji.prototype,"issuerAndSerialNumber",void 0),Ji=f([H({type:M.Choice})],Ji);class Ts{constructor(e={}){this.version=tn.v0,this.rid=new Ji,this.keyEncryptionAlgorithm=new rn,this.encryptedKey=new rt,Object.assign(this,e)}}f([y({type:b.Integer})],Ts.prototype,"version",void 0),f([y({type:Ji})],Ts.prototype,"rid",void 0),f([y({type:rn})],Ts.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:rt})],Ts.prototype,"encryptedKey",void 0);class Ns{constructor(e={}){this.keyIdentifier=new rt,Object.assign(this,e)}}f([y({type:rt})],Ns.prototype,"keyIdentifier",void 0),f([y({type:b.GeneralizedTime,optional:!0})],Ns.prototype,"date",void 0),f([y({type:_a,optional:!0})],Ns.prototype,"other",void 0);class Ps{constructor(e={}){this.version=tn.v4,this.kekid=new Ns,this.keyEncryptionAlgorithm=new rn,this.encryptedKey=new rt,Object.assign(this,e)}}f([y({type:b.Integer})],Ps.prototype,"version",void 0),f([y({type:Ns})],Ps.prototype,"kekid",void 0),f([y({type:rn})],Ps.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:rt})],Ps.prototype,"encryptedKey",void 0);class js{constructor(e={}){this.version=tn.v0,this.keyEncryptionAlgorithm=new rn,this.encryptedKey=new rt,Object.assign(this,e)}}f([y({type:b.Integer})],js.prototype,"version",void 0),f([y({type:Fl,context:0,optional:!0})],js.prototype,"keyDerivationAlgorithm",void 0),f([y({type:rn})],js.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:rt})],js.prototype,"encryptedKey",void 0);class au{constructor(e={}){this.oriType="",this.oriValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],au.prototype,"oriType",void 0),f([y({type:b.Any})],au.prototype,"oriValue",void 0);let Un=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Ts,optional:!0})],Un.prototype,"ktri",void 0),f([y({type:Yi,context:1,implicit:!0,optional:!0})],Un.prototype,"kari",void 0),f([y({type:Ps,context:2,implicit:!0,optional:!0})],Un.prototype,"kekri",void 0),f([y({type:js,context:3,implicit:!0,optional:!0})],Un.prototype,"pwri",void 0),f([y({type:au,context:4,implicit:!0,optional:!0})],Un.prototype,"ori",void 0),Un=f([H({type:M.Choice})],Un);var cu;let ka=cu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,cu.prototype)}};ka=cu=f([H({type:M.Set,itemType:Un})],ka);var lu;class Ca{constructor(e={}){this.otherRevInfoFormat="",this.otherRevInfo=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Ca.prototype,"otherRevInfoFormat",void 0),f([y({type:b.Any})],Ca.prototype,"otherRevInfo",void 0);let Ba=class{constructor(e={}){this.other=new Ca,Object.assign(this,e)}};f([y({type:Ca,context:1,implicit:!0})],Ba.prototype,"other",void 0),Ba=f([H({type:M.Choice})],Ba);let Oa=lu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,lu.prototype)}};Oa=lu=f([H({type:M.Set,itemType:Ba})],Oa);class uu{constructor(e={}){Object.assign(this,e)}}f([y({type:Cs,context:0,implicit:!0,optional:!0})],uu.prototype,"certs",void 0),f([y({type:Oa,context:1,implicit:!0,optional:!0})],uu.prototype,"crls",void 0);var fu;let hu=fu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,fu.prototype)}};hu=fu=f([H({type:M.Set,itemType:Gi})],hu);class Rs{constructor(e={}){this.version=tn.v0,this.recipientInfos=new ka,this.encryptedContentInfo=new Os,Object.assign(this,e)}}f([y({type:b.Integer})],Rs.prototype,"version",void 0),f([y({type:uu,context:0,implicit:!0,optional:!0})],Rs.prototype,"originatorInfo",void 0),f([y({type:ka})],Rs.prototype,"recipientInfos",void 0),f([y({type:Os})],Rs.prototype,"encryptedContentInfo",void 0),f([y({type:hu,context:1,implicit:!0,optional:!0})],Rs.prototype,"unprotectedAttrs",void 0);const Kg="1.2.840.113549.1.7.1",du="1.2.840.113549.1.7.2";var pu;let Ta=pu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,pu.prototype)}};Ta=pu=f([H({type:M.Set,itemType:Is})],Ta);class In{constructor(e={}){this.version=tn.v0,this.digestAlgorithms=new Ta,this.encapContentInfo=new Sa,this.signerInfos=new pa,Object.assign(this,e)}}f([y({type:b.Integer})],In.prototype,"version",void 0),f([y({type:Ta})],In.prototype,"digestAlgorithms",void 0),f([y({type:Sa})],In.prototype,"encapContentInfo",void 0),f([y({type:Cs,context:0,implicit:!0,optional:!0})],In.prototype,"certificates",void 0),f([y({type:Oa,context:1,implicit:!0,optional:!0})],In.prototype,"crls",void 0),f([y({type:pa})],In.prototype,"signerInfos",void 0);const Us="1.2.840.10045.2.1",yu="1.2.840.10045.4.1",wd="1.2.840.10045.4.3.1",gu="1.2.840.10045.4.3.2",vu="1.2.840.10045.4.3.3",mu="1.2.840.10045.4.3.4",bd="1.2.840.10045.3.1.7",xd="1.3.132.0.34",Ad="1.3.132.0.35";function Ds(r){return new ne({algorithm:r})}const Zg=Ds(yu);Ds(wd);const Wg=Ds(gu),Yg=Ds(vu),Jg=Ds(mu);let $s=class{constructor(e={}){Object.assign(this,e)}};f([y({type:b.ObjectIdentifier})],$s.prototype,"fieldType",void 0),f([y({type:b.Any})],$s.prototype,"parameters",void 0),$s=f([H({type:M.Sequence})],$s);class Xg extends rt{}let Xi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:b.OctetString})],Xi.prototype,"a",void 0),f([y({type:b.OctetString})],Xi.prototype,"b",void 0),f([y({type:b.BitString,optional:!0})],Xi.prototype,"seed",void 0),Xi=f([H({type:M.Sequence})],Xi);var wu;(function(r){r[r.ecpVer1=1]="ecpVer1"})(wu||(wu={}));let kn=class{constructor(e={}){this.version=wu.ecpVer1,Object.assign(this,e)}};f([y({type:b.Integer})],kn.prototype,"version",void 0),f([y({type:$s})],kn.prototype,"fieldID",void 0),f([y({type:Xi})],kn.prototype,"curve",void 0),f([y({type:Xg})],kn.prototype,"base",void 0),f([y({type:b.Integer,converter:_t})],kn.prototype,"order",void 0),f([y({type:b.Integer,optional:!0})],kn.prototype,"cofactor",void 0),kn=f([H({type:M.Sequence})],kn);let Dn=class{constructor(e={}){Object.assign(this,e)}};f([y({type:b.ObjectIdentifier})],Dn.prototype,"namedCurve",void 0),f([y({type:b.Null})],Dn.prototype,"implicitCurve",void 0),f([y({type:kn})],Dn.prototype,"specifiedCurve",void 0),Dn=f([H({type:M.Choice})],Dn);class Na{constructor(e={}){this.version=1,this.privateKey=new rt,Object.assign(this,e)}}f([y({type:b.Integer})],Na.prototype,"version",void 0),f([y({type:rt})],Na.prototype,"privateKey",void 0),f([y({type:Dn,context:0,optional:!0})],Na.prototype,"parameters",void 0),f([y({type:b.BitString,context:1,optional:!0})],Na.prototype,"publicKey",void 0);class Pa{constructor(e={}){this.r=new ArrayBuffer(0),this.s=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.Integer,converter:_t})],Pa.prototype,"r",void 0),f([y({type:b.Integer,converter:_t})],Pa.prototype,"s",void 0);const mr="1.2.840.113549.1.1",vi=`${mr}.1`,Qg=`${mr}.7`,ev=`${mr}.9`,Ms=`${mr}.10`,tv=`${mr}.2`,rv=`${mr}.4`,ja=`${mr}.5`,nv=`${mr}.14`,bu=`${mr}.11`,Ra=`${mr}.12`,Ua=`${mr}.13`,Sd=`${mr}.15`,_d=`${mr}.16`,Da="1.3.14.3.2.26",Ed="2.16.840.1.101.3.4.2.4",$a="2.16.840.1.101.3.4.2.1",Ma="2.16.840.1.101.3.4.2.2",Va="2.16.840.1.101.3.4.2.3",iv="2.16.840.1.101.3.4.2.5",sv="2.16.840.1.101.3.4.2.6",ov="1.2.840.113549.2.2",av="1.2.840.113549.2.5",La=`${mr}.8`;function Gt(r){return new ne({algorithm:r,parameters:null})}Gt(ov),Gt(av);const mi=Gt(Da);Gt(Ed),Gt($a),Gt(Ma),Gt(Va),Gt(iv),Gt(sv);const Id=new ne({algorithm:La,parameters:K.serialize(mi)}),kd=new ne({algorithm:ev,parameters:K.serialize(Xo.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});Gt(vi),Gt(tv),Gt(rv),Gt(ja),Gt(Sd),Gt(_d),Gt(Ra),Gt(Ua),Gt(Sd),Gt(_d);class Ha{constructor(e={}){this.hashAlgorithm=new ne(mi),this.maskGenAlgorithm=new ne({algorithm:La,parameters:K.serialize(mi)}),this.pSourceAlgorithm=new ne(kd),Object.assign(this,e)}}f([y({type:ne,context:0,defaultValue:mi})],Ha.prototype,"hashAlgorithm",void 0),f([y({type:ne,context:1,defaultValue:Id})],Ha.prototype,"maskGenAlgorithm",void 0),f([y({type:ne,context:2,defaultValue:kd})],Ha.prototype,"pSourceAlgorithm",void 0),new ne({algorithm:Qg,parameters:K.serialize(new Ha)});class wi{constructor(e={}){this.hashAlgorithm=new ne(mi),this.maskGenAlgorithm=new ne({algorithm:La,parameters:K.serialize(mi)}),this.saltLength=20,this.trailerField=1,Object.assign(this,e)}}f([y({type:ne,context:0,defaultValue:mi})],wi.prototype,"hashAlgorithm",void 0),f([y({type:ne,context:1,defaultValue:Id})],wi.prototype,"maskGenAlgorithm",void 0),f([y({type:b.Integer,context:2,defaultValue:20})],wi.prototype,"saltLength",void 0),f([y({type:b.Integer,context:3,defaultValue:1})],wi.prototype,"trailerField",void 0),new ne({algorithm:Ms,parameters:K.serialize(new wi)});class Fa{constructor(e={}){this.digestAlgorithm=new ne,this.digest=new rt,Object.assign(this,e)}}f([y({type:ne})],Fa.prototype,"digestAlgorithm",void 0),f([y({type:rt})],Fa.prototype,"digest",void 0);var xu;class za{constructor(e={}){this.prime=new ArrayBuffer(0),this.exponent=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.Integer,converter:_t})],za.prototype,"prime",void 0),f([y({type:b.Integer,converter:_t})],za.prototype,"exponent",void 0),f([y({type:b.Integer,converter:_t})],za.prototype,"coefficient",void 0);let Au=xu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,xu.prototype)}};Au=xu=f([H({type:M.Sequence,itemType:za})],Au);class sn{constructor(e={}){this.version=0,this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),this.privateExponent=new ArrayBuffer(0),this.prime1=new ArrayBuffer(0),this.prime2=new ArrayBuffer(0),this.exponent1=new ArrayBuffer(0),this.exponent2=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.Integer})],sn.prototype,"version",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"modulus",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"publicExponent",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"privateExponent",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"prime1",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"prime2",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"exponent1",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"exponent2",void 0),f([y({type:b.Integer,converter:_t})],sn.prototype,"coefficient",void 0),f([y({type:Au,optional:!0})],sn.prototype,"otherPrimeInfos",void 0);class Su{constructor(e={}){this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.Integer,converter:_t})],Su.prototype,"modulus",void 0),f([y({type:b.Integer,converter:_t})],Su.prototype,"publicExponent",void 0);var _u;(function(r){r[r.Transient=0]="Transient",r[r.Singleton=1]="Singleton",r[r.ResolutionScoped=2]="ResolutionScoped",r[r.ContainerScoped=3]="ContainerScoped"})(_u||(_u={}));const wr=_u;/*! *****************************************************************************
76
- Copyright (c) Microsoft Corporation.
75
+ `)}`:`${t} :`}}Xf=gr,ie.Constructed=Xf,gr.NAME="CONSTRUCTED";class Qf extends lr{fromBER(e,t,n){return t}toBER(e){return $r}}Qf.override="EndOfContentValueBlock";var eh;class Wc extends Wt{constructor(e={}){super(e,Qf),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}}eh=Wc,ie.EndOfContent=eh,Wc.NAME=gs;var th;class ri extends Wt{constructor(e={}){super(e,lr),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,n){return this.lenBlock.length>0&&this.warnings.push("Non-zero length of value block for Null type"),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.blockLength+=n,t+n>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+n}toBER(e,t){const n=new ArrayBuffer(2);if(!e){const i=new Uint8Array(n);i[0]=5,i[1]=0}return t&&t.write(n),n}onAsciiEncoding(){return`${this.constructor.NAME}`}}th=ri,ie.Null=th,ri.NAME="NULL";class rh extends Jr(lr){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=W.toUint8Array(t.valueHex):this.valueHexView=new Uint8Array(1),e&&(this.value=e)}get value(){for(const e of this.valueHexView)if(e>0)return!0;return!1}set value(e){this.valueHexView[0]=e?255:0}fromBER(e,t,n){const i=W.toUint8Array(e);return gn(this,i,t,n)?(this.valueHexView=i.subarray(t,t+n),n>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,Hf.call(this),this.blockLength=n,t+n):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}rh.NAME="BooleanValueBlock";var nh;let Ro=class extends Wt{constructor(e={}){super(e,rh),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};nh=Ro,ie.Boolean=nh,Ro.NAME="BOOLEAN";class ih extends Jr(Nn){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,n){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=Nn.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(let s=0;s<this.value.length;s++){const o=this.value[s].constructor.NAME;if(o===gs){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(o!==Gf)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,t,n),this.blockLength=n;return i}toBER(e,t){return this.isConstructed?Nn.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}ih.NAME="OctetStringValueBlock";var sh;let ni=class Py extends Wt{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,s;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((s=n.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},ih),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,n){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,n===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),t;if(!this.valueBlock.isConstructed){const s=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(t,t+n);try{if(s.byteLength){const o=Ti(s,0,s.byteLength);o.offset!==-1&&o.offset===n&&(this.valueBlock.value=[o.result])}}catch{}}return super.fromBER(e,t,n)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?gr.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${ae.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;const e=[];for(const t of this.valueBlock.value)t instanceof Py&&e.push(t.valueBlock.valueHexView);return W.concat(e)}};sh=ni,ie.OctetString=sh,ni.NAME=Gf;class oh extends Jr(Nn){constructor({unusedBits:e=0,isConstructed:t=!1,...n}={}){super(n),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,n){if(!n)return t;let i=-1;if(this.isConstructed){if(i=Nn.prototype.fromBER.call(this,e,t,n),i===-1)return i;for(const c of this.value){const u=c.constructor.NAME;if(u===gs){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(u!==Kf)return this.error="BIT STRING may consists of BIT STRINGs only",-1;const h=c.valueBlock;if(this.unusedBits>0&&h.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=h.unusedBits}return i}const s=W.toUint8Array(e);if(!gn(this,s,t,n))return-1;const o=s.subarray(t,t+n);if(this.unusedBits=o[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){const c=o.subarray(1);try{if(c.byteLength){const u=Ti(c,0,c.byteLength);u.offset!==-1&&u.offset===n-1&&(this.value=[u.result])}}catch{}}return this.valueHexView=o.subarray(1),this.blockLength=o.length,t+n}toBER(e,t){if(this.isConstructed)return Nn.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return $r;const n=new Uint8Array(this.valueHexView.length+1);return n[0]=this.unusedBits,n.set(this.valueHexView,1),n.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}oh.NAME="BitStringValueBlock";var ah;let ii=class extends Wt{constructor({idBlock:e={},lenBlock:t={},...n}={}){var i,s;(i=n.isConstructed)!==null&&i!==void 0||(n.isConstructed=!!(!((s=n.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:n.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!n.isIndefiniteForm},...n},oh),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,n){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,n)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return gr.prototype.onAsciiEncoding.call(this);{const e=[],t=this.valueBlock.valueHexView;for(const i of t)e.push(i.toString(2).padStart(8,"0"));const n=e.join("");return`${this.constructor.NAME} : ${n.substring(0,n.length-this.valueBlock.unusedBits)}`}}};ah=ii,ie.BitString=ah,ii.NAME=Kf;var ch;function pg(r,e){const t=new Uint8Array([0]),n=new Uint8Array(r),i=new Uint8Array(e);let s=n.slice(0);const o=s.length-1,c=i.slice(0),u=c.length-1;let h=0;const v=u<o?o:u;let b=0;for(let G=v;G>=0;G--,b++){switch(!0){case b<c.length:h=s[o-b]+c[u-b]+t[0];break;default:h=s[o-b]+t[0]}switch(t[0]=h/10,!0){case b>=s.length:s=Gc(new Uint8Array([h%10]),s);break;default:s[o-b]=h%10}}return t[0]>0&&(s=Gc(t,s)),s}function lh(r){if(r>=ys.length)for(let e=ys.length;e<=r;e++){const t=new Uint8Array([0]);let n=ys[e-1].slice(0);for(let i=n.length-1;i>=0;i--){const s=new Uint8Array([(n[i]<<1)+t[0]]);t[0]=s[0]/10,n[i]=s[0]%10}t[0]>0&&(n=Gc(t,n)),ys.push(n)}return ys[r]}function yg(r,e){let t=0;const n=new Uint8Array(r),i=new Uint8Array(e),s=n.slice(0),o=s.length-1,c=i.slice(0),u=c.length-1;let h,v=0;for(let b=u;b>=0;b--,v++)switch(h=s[o-v]-c[u-v]-t,!0){case h<0:t=1,s[o-v]=h+10;break;default:t=0,s[o-v]=h}if(t>0)for(let b=o-u+1;b>=0;b--,v++)if(h=s[o-v]-t,h<0)t=1,s[o-v]=h+10;else{t=0,s[o-v]=h;break}return s.slice()}class Yc extends Jr(lr){constructor({value:e,...t}={}){super(t),this._valueDec=0,t.valueHex&&this.setValueHex(),e!==void 0&&(this.valueDec=e)}setValueHex(){this.valueHexView.length>=4?(this.warnings.push("Too big Integer for decoding, hex only"),this.isHexOnly=!0,this._valueDec=0):(this.isHexOnly=!1,this.valueHexView.length>0&&(this._valueDec=Hf.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(rg(e))}get valueDec(){return this._valueDec}fromDER(e,t,n,i=0){const s=this.fromBER(e,t,n);if(s===-1)return s;const o=this.valueHexView;return o[0]===0&&o[1]&128?this.valueHexView=o.subarray(1):i!==0&&o.length<i&&(i-o.length>1&&(i=o.length+1),this.valueHexView=o.subarray(i-o.length)),s}toDER(e=!1){const t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{const n=new Uint8Array(this.valueHexView.length+1);n[0]=0,n.set(t,1),this.valueHexView=n}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,n){const i=super.fromBER(e,t,n);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){const e=this.valueHexView.length*8-1;let t=new Uint8Array(this.valueHexView.length*8/3),n=0,i;const s=this.valueHexView;let o="",c=!1;for(let u=s.byteLength-1;u>=0;u--){i=s[u];for(let h=0;h<8;h++){if((i&1)===1)switch(n){case e:t=yg(lh(n),t),o="-";break;default:t=pg(t,lh(n))}n++,i>>=1}}for(let u=0;u<t.length;u++)t[u]&&(c=!0),c&&(o+=Ff.charAt(t[u]));return c===!1&&(o+=Ff.charAt(0)),o}}ch=Yc,Yc.NAME="IntegerValueBlock",Object.defineProperty(ch.prototype,"valueHex",{set:function(r){this.valueHexView=new Uint8Array(r),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var uh;class Xr extends Wt{constructor(e={}){super(e,Yc),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return No(),BigInt(this.valueBlock.toString())}static fromBigInt(e){No();const t=BigInt(e),n=new Po,i=t.toString(16).replace(/^-/,""),s=new Uint8Array(ae.FromHex(i));if(t<0){const c=new Uint8Array(s.length+(s[0]&128?1:0));c[0]|=128;const h=BigInt(`0x${ae.ToHex(c)}`)+t,v=W.toUint8Array(ae.FromHex(h.toString(16)));v[0]|=128,n.write(v)}else s[0]&128&&n.write(new Uint8Array([0])),n.write(s);return new Xr({valueHex:n.final()})}convertToDER(){const e=new Xr({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new Xr({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}uh=Xr,ie.Integer=uh,Xr.NAME="INTEGER";var fh;class Do extends Xr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}}fh=Do,ie.Enumerated=fh,Do.NAME="ENUMERATED";class Jc extends Jr(lr){constructor({valueDec:e=-1,isFirstSid:t=!1,...n}={}){super(n),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,n){if(!n)return t;const i=W.toUint8Array(e);if(!gn(this,i,t,n))return-1;const s=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let c=0;c<n&&(this.valueHexView[c]=s[c]&127,this.blockLength++,!!(s[c]&128));c++);const o=new Uint8Array(this.blockLength);for(let c=0;c<this.blockLength;c++)o[c]=this.valueHexView[c];return this.valueHexView=o,s[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=Oi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){No();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;const n=new Uint8Array(t.length/7);for(let i=0;i<n.length;i++)n[i]=parseInt(t.slice(i*7,i*7+7),2)+(i+1<n.length?128:0);this.fromBER(n.buffer,0,n.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const i=this.valueHexView,s=new Uint8Array(this.blockLength);for(let o=0;o<this.blockLength-1;o++)s[o]=i[o]|128;return s[this.blockLength-1]=i[this.blockLength-1],s.buffer}const t=ei(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",$r;const n=new Uint8Array(t.byteLength);if(!e){const i=new Uint8Array(t),s=t.byteLength-1;for(let o=0;o<s;o++)n[o]=i[o]|128;n[s]=i[s]}return n}toString(){let e="";if(this.isHexOnly)e=ae.ToHex(this.valueHexView);else if(this.isFirstSid){let t=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",t-=40):(e="2.",t-=80),e+=t.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}}Jc.NAME="sidBlock";class hh extends lr{constructor({value:e=yr,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){const s=new Jc;if(i=s.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=s.error,i;this.value.length===0&&(s.isFirstSid=!0),this.blockLength+=s.blockLength,n-=s.blockLength,this.value.push(s)}return i}toBER(e){const t=[];for(let n=0;n<this.value.length;n++){const i=this.value[n].toBER(e);if(i.byteLength===0)return this.error=this.value[n].error,$r;t.push(i)}return Kc(t)}fromString(e){this.value=[];let t=0,n=0,i="",s=!1;do if(n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1,s){const o=this.value[0];let c=0;switch(o.valueDec){case 0:break;case 1:c=40;break;case 2:c=80;break;default:this.value=[];return}const u=parseInt(i,10);if(isNaN(u))return;o.valueDec=u+c,s=!1}else{const o=new Jc;if(i>Number.MAX_SAFE_INTEGER){No();const c=BigInt(i);o.valueBigInt=c}else if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return;this.value.length||(o.isFirstSid=!0,s=!0),this.value.push(o)}while(n!==-1)}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t?(i=`{${i}}`,this.value[n].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}return e}toJSON(){const e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}}hh.NAME="ObjectIdentifierValueBlock";var dh;class Uo extends Wt{constructor(e={}){super(e,hh),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}dh=Uo,ie.ObjectIdentifier=dh,Uo.NAME="OBJECT IDENTIFIER";class Xc extends Jr(ti){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,n){if(n===0)return t;const i=W.toUint8Array(e);if(!gn(this,i,t,n))return-1;const s=i.subarray(t,t+n);this.valueHexView=new Uint8Array(n);for(let c=0;c<n&&(this.valueHexView[c]=s[c]&127,this.blockLength++,!!(s[c]&128));c++);const o=new Uint8Array(this.blockLength);for(let c=0;c<this.blockLength;c++)o[c]=this.valueHexView[c];return this.valueHexView=o,s[this.blockLength-1]&128?(this.error="End of input reached before message was fully decoded",-1):(this.valueHexView[0]===0&&this.warnings.push("Needlessly long format of SID encoding"),this.blockLength<=8?this.valueDec=Oi(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const i=this.valueHexView,s=new Uint8Array(this.blockLength);for(let o=0;o<this.blockLength-1;o++)s[o]=i[o]|128;return s[this.blockLength-1]=i[this.blockLength-1],s.buffer}const t=ei(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",$r;const n=new Uint8Array(t.byteLength);if(!e){const i=new Uint8Array(t),s=t.byteLength-1;for(let o=0;o<s;o++)n[o]=i[o]|128;n[s]=i[s]}return n.buffer}toString(){let e="";return this.isHexOnly?e=ae.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}Xc.NAME="relativeSidBlock";class ph extends lr{constructor({value:e=yr,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,n){let i=t;for(;n>0;){const s=new Xc;if(i=s.fromBER(e,i,n),i===-1)return this.blockLength=0,this.error=s.error,i;this.blockLength+=s.blockLength,n-=s.blockLength,this.value.push(s)}return i}toBER(e,t){const n=[];for(let i=0;i<this.value.length;i++){const s=this.value[i].toBER(e);if(s.byteLength===0)return this.error=this.value[i].error,$r;n.push(s)}return Kc(n)}fromString(e){this.value=[];let t=0,n=0,i="";do{n=e.indexOf(".",t),n===-1?i=e.substring(t):i=e.substring(t,n),t=n+1;const s=new Xc;if(s.valueDec=parseInt(i,10),isNaN(s.valueDec))return!0;this.value.push(s)}while(n!==-1);return!0}toString(){let e="",t=!1;for(let n=0;n<this.value.length;n++){t=this.value[n].isHexOnly;let i=this.value[n].toString();n!==0&&(e=`${e}.`),t&&(i=`{${i}}`),e+=i}return e}toJSON(){const e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let t=0;t<this.value.length;t++)e.sidArray.push(this.value[t].toJSON());return e}}ph.NAME="RelativeObjectIdentifierValueBlock";var yh;class Qc extends Wt{constructor(e={}){super(e,ph),this.idBlock.tagClass=1,this.idBlock.tagNumber=13}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}yh=Qc,ie.RelativeObjectIdentifier=yh,Qc.NAME="RelativeObjectIdentifier";var gh;class vn extends gr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}}gh=vn,ie.Sequence=gh,vn.NAME="SEQUENCE";var vh;let mn=class extends gr{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};vh=mn,ie.Set=vh,mn.NAME="SET";class mh extends Jr(lr){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=yr}toJSON(){return{...super.toJSON(),value:this.value}}}mh.NAME="StringValueBlock";class wh extends mh{}wh.NAME="SimpleStringValueBlock";class _r extends Zc{constructor({...e}={}){super(e,wh)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,W.toUint8Array(e))}fromString(e){const t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t);for(let i=0;i<t;i++)n[i]=e.charCodeAt(i);this.valueBlock.value=e}}_r.NAME="SIMPLE STRING";class bh extends _r{fromBuffer(e){this.valueBlock.valueHexView=W.toUint8Array(e);try{this.valueBlock.value=ae.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=ae.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(ae.FromUtf8String(e)),this.valueBlock.value=e}}bh.NAME="Utf8StringValueBlock";var xh;class wn extends bh{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}}xh=wn,ie.Utf8String=xh,wn.NAME="UTF8String";class Ah extends _r{fromBuffer(e){this.valueBlock.value=ae.ToUtf16String(e),this.valueBlock.valueHexView=W.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(ae.FromUtf16String(e))}}Ah.NAME="BmpStringValueBlock";var Sh;class $o extends Ah{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}}Sh=$o,ie.BmpString=Sh,$o.NAME="BMPString";class _h extends _r{fromBuffer(e){const t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),n=new Uint8Array(t);for(let i=0;i<n.length;i+=4)n[i]=n[i+3],n[i+1]=n[i+2],n[i+2]=0,n[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){const t=e.length,n=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let i=0;i<t;i++){const s=ei(e.charCodeAt(i),8),o=new Uint8Array(s);if(o.length>4)continue;const c=4-o.length;for(let u=o.length-1;u>=0;u--)n[i*4+u+c]=o[u]}this.valueBlock.value=e}}_h.NAME="UniversalStringValueBlock";var Eh;class Mo extends _h{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}}Eh=Mo,ie.UniversalString=Eh,Mo.NAME="UniversalString";var Ih;class Vo extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}}Ih=Vo,ie.NumericString=Ih,Vo.NAME="NumericString";var kh;class Lo extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}}kh=Lo,ie.PrintableString=kh,Lo.NAME="PrintableString";var Ch;class Ho extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}}Ch=Ho,ie.TeletexString=Ch,Ho.NAME="TeletexString";var Bh;class Fo extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}}Bh=Fo,ie.VideotexString=Bh,Fo.NAME="VideotexString";var Oh;class zo extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}}Oh=zo,ie.IA5String=Oh,zo.NAME="IA5String";var Th;class Go extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}}Th=Go,ie.GraphicString=Th,Go.NAME="GraphicString";var Nh;class ms extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}}Nh=ms,ie.VisibleString=Nh,ms.NAME="VisibleString";var Ph;class Ko extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}}Ph=Ko,ie.GeneralString=Ph,Ko.NAME="GeneralString";var jh;class qo extends _r{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}}jh=qo,ie.CharacterString=jh,qo.NAME="CharacterString";var Rh;class ws extends ms{constructor({value:e,valueDate:t,...n}={}){if(super(n),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}t&&(this.fromDate(t),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,W.toUint8Array(e)))}toBuffer(){const e=this.toString(),t=new ArrayBuffer(e.length),n=new Uint8Array(t);for(let i=0;i<e.length;i++)n[i]=e.charCodeAt(i);return t}fromDate(e){this.year=e.getUTCFullYear(),this.month=e.getUTCMonth()+1,this.day=e.getUTCDate(),this.hour=e.getUTCHours(),this.minute=e.getUTCMinutes(),this.second=e.getUTCSeconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second))}fromString(e){const n=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(n===null){this.error="Wrong input string for conversion";return}const i=parseInt(n[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(n[2],10),this.day=parseInt(n[3],10),this.hour=parseInt(n[4],10),this.minute=parseInt(n[5],10),this.second=parseInt(n[6],10)}toString(e="iso"){if(e==="iso"){const t=new Array(7);return t[0]=Sr(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=Sr(this.month,2),t[2]=Sr(this.day,2),t[3]=Sr(this.hour,2),t[4]=Sr(this.minute,2),t[5]=Sr(this.second,2),t[6]="Z",t.join("")}return super.toString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.toDate().toISOString()}`}toJSON(){return{...super.toJSON(),year:this.year,month:this.month,day:this.day,hour:this.hour,minute:this.minute,second:this.second}}}Rh=ws,ie.UTCTime=Rh,ws.NAME="UTCTime";var Dh;class Zo extends ws{constructor(e={}){var t;super(e),(t=this.millisecond)!==null&&t!==void 0||(this.millisecond=0),this.idBlock.tagClass=1,this.idBlock.tagNumber=24}fromDate(e){super.fromDate(e),this.millisecond=e.getUTCMilliseconds()}toDate(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond))}fromString(e){let t=!1,n="",i="",s=0,o,c=0,u=0;if(e[e.length-1]==="Z")n=e.substring(0,e.length-1),t=!0;else{const b=new Number(e[e.length-1]);if(isNaN(b.valueOf()))throw new Error("Wrong input string for conversion");n=e}if(t){if(n.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(n.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let b=1,G=n.indexOf("+"),T="";if(G===-1&&(G=n.indexOf("-"),b=-1),G!==-1){if(T=n.substring(G+1),n=n.substring(0,G),T.length!==2&&T.length!==4)throw new Error("Wrong input string for conversion");let m=parseInt(T.substring(0,2),10);if(isNaN(m.valueOf()))throw new Error("Wrong input string for conversion");if(c=b*m,T.length===4){if(m=parseInt(T.substring(2,4),10),isNaN(m.valueOf()))throw new Error("Wrong input string for conversion");u=b*m}}}let h=n.indexOf(".");if(h===-1&&(h=n.indexOf(",")),h!==-1){const b=new Number(`0${n.substring(h)}`);if(isNaN(b.valueOf()))throw new Error("Wrong input string for conversion");s=b.valueOf(),i=n.substring(0,h)}else i=n;switch(!0){case i.length===8:if(o=/(\d{4})(\d{2})(\d{2})/ig,h!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,h!==-1){let b=60*s;this.minute=Math.floor(b),b=60*(b-this.minute),this.second=Math.floor(b),b=1e3*(b-this.second),this.millisecond=Math.floor(b)}break;case i.length===12:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,h!==-1){let b=60*s;this.second=Math.floor(b),b=1e3*(b-this.second),this.millisecond=Math.floor(b)}break;case i.length===14:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,h!==-1){const b=1e3*s;this.millisecond=Math.floor(b)}break;default:throw new Error("Wrong input string for conversion")}const v=o.exec(i);if(v===null)throw new Error("Wrong input string for conversion");for(let b=1;b<v.length;b++)switch(b){case 1:this.year=parseInt(v[b],10);break;case 2:this.month=parseInt(v[b],10);break;case 3:this.day=parseInt(v[b],10);break;case 4:this.hour=parseInt(v[b],10)+c;break;case 5:this.minute=parseInt(v[b],10)+u;break;case 6:this.second=parseInt(v[b],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){const b=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=b.getUTCFullYear(),this.month=b.getUTCMonth(),this.day=b.getUTCDay(),this.hour=b.getUTCHours(),this.minute=b.getUTCMinutes(),this.second=b.getUTCSeconds(),this.millisecond=b.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){const t=[];return t.push(Sr(this.year,4)),t.push(Sr(this.month,2)),t.push(Sr(this.day,2)),t.push(Sr(this.hour,2)),t.push(Sr(this.minute,2)),t.push(Sr(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(Sr(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}Dh=Zo,ie.GeneralizedTime=Dh,Zo.NAME="GeneralizedTime";var Uh;class el extends wn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}}Uh=el,ie.DATE=Uh,el.NAME="DATE";var $h;class tl extends wn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}}$h=tl,ie.TimeOfDay=$h,tl.NAME="TimeOfDay";var Mh;class rl extends wn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}}Mh=rl,ie.DateTime=Mh,rl.NAME="DateTime";var Vh;class nl extends wn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}}Vh=nl,ie.Duration=Vh,nl.NAME="Duration";var Lh;class il extends wn{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}}Lh=il,ie.TIME=Lh,il.NAME="TIME";class si{constructor({name:e=yr,optional:t=!1}={}){this.name=e,this.optional=t}}class sl extends si{constructor({value:e=[],...t}={}){super(t),this.value=e}}class Wo extends si{constructor({value:e=new si,local:t=!1,...n}={}){super(n),this.value=e,this.local=t}}class gg{constructor({data:e=jo}={}){this.dataView=W.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=W.toUint8Array(e)}fromBER(e,t,n){const i=t+n;return this.dataView=W.toUint8Array(e).subarray(t,i),i}toBER(e){return this.dataView.slice().buffer}}function oi(r,e,t){if(t instanceof sl){for(let s=0;s<t.value.length;s++)if(oi(r,e,t.value[s]).verified)return{verified:!0,result:r};{const s={verified:!1,result:{error:"Wrong values for Choice type"}};return t.hasOwnProperty(qc)&&(s.name=t.name),s}}if(t instanceof si)return t.hasOwnProperty(qc)&&(r[t.name]=e),{verified:!0,result:r};if(!(r instanceof Object))return{verified:!1,result:{error:"Wrong root object"}};if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 data"}};if(!(t instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(sg in t))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(lg in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(ug in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const n=t.idBlock.toBER(!1);if(n.byteLength===0)return{verified:!1,result:{error:"Error encoding idBlock for ASN.1 schema"}};if(t.idBlock.fromBER(n,0,n.byteLength)===-1)return{verified:!1,result:{error:"Error decoding idBlock for ASN.1 schema"}};if(t.idBlock.hasOwnProperty(og)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.tagClass!==e.idBlock.tagClass)return{verified:!1,result:r};if(t.idBlock.hasOwnProperty(ag)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.tagNumber!==e.idBlock.tagNumber)return{verified:!1,result:r};if(t.idBlock.hasOwnProperty(cg)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.isConstructed!==e.idBlock.isConstructed)return{verified:!1,result:r};if(!(ig in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.isHexOnly!==e.idBlock.isHexOnly)return{verified:!1,result:r};if(t.idBlock.isHexOnly){if(!(zf in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const s=t.idBlock.valueHexView,o=e.idBlock.valueHexView;if(s.length!==o.length)return{verified:!1,result:r};for(let c=0;c<s.length;c++)if(s[c]!==o[1])return{verified:!1,result:r}}if(t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&(r[t.name]=e)),t instanceof ie.Constructed){let s=0,o={verified:!1,result:{error:"Unknown error"}},c=t.valueBlock.value.length;if(c>0&&t.valueBlock.value[0]instanceof Wo&&(c=e.valueBlock.value.length),c===0)return{verified:!0,result:r};if(e.valueBlock.value.length===0&&t.valueBlock.value.length!==0){let u=!0;for(let h=0;h<t.valueBlock.value.length;h++)u=u&&(t.valueBlock.value[h].optional||!1);return u?{verified:!0,result:r}:(t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&delete r[t.name]),r.error="Inconsistent object length",{verified:!1,result:r})}for(let u=0;u<c;u++)if(u-s>=e.valueBlock.value.length){if(t.valueBlock.value[u].optional===!1){const h={verified:!1,result:r};return r.error="Inconsistent length between ASN.1 data and schema",t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&(delete r[t.name],h.name=t.name)),h}}else if(t.valueBlock.value[0]instanceof Wo){if(o=oi(r,e.valueBlock.value[u],t.valueBlock.value[0].value),o.verified===!1)if(t.valueBlock.value[0].optional)s++;else return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&delete r[t.name]),o;if(qc in t.valueBlock.value[0]&&t.valueBlock.value[0].name.length>0){let h={};fg in t.valueBlock.value[0]&&t.valueBlock.value[0].local?h=e:h=r,typeof h[t.valueBlock.value[0].name]>"u"&&(h[t.valueBlock.value[0].name]=[]),h[t.valueBlock.value[0].name].push(e.valueBlock.value[u])}}else if(o=oi(r,e.valueBlock.value[u-s],t.valueBlock.value[u]),o.verified===!1)if(t.valueBlock.value[u].optional)s++;else return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&delete r[t.name]),o;if(o.verified===!1){const u={verified:!1,result:r};return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&(delete r[t.name],u.name=t.name)),u}return{verified:!0,result:r}}if(t.primitiveSchema&&zf in e.valueBlock){const s=Ti(e.valueBlock.valueHexView);if(s.offset===-1){const o={verified:!1,result:s.result};return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,yr),t.name&&(delete r[t.name],o.name=t.name)),o}return oi(r,s.result,t.primitiveSchema)}return{verified:!0,result:r}}function vg(r,e){if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema type"}};const t=Ti(W.toUint8Array(r));return t.offset===-1?{verified:!1,result:t.result}:oi(t.result,t.result,e)}const Hh=Object.freeze(Object.defineProperty({__proto__:null,Any:si,BaseBlock:Wt,BaseStringBlock:Zc,BitString:ii,BmpString:$o,Boolean:Ro,CharacterString:qo,Choice:sl,Constructed:gr,DATE:el,DateTime:rl,Duration:nl,EndOfContent:Wc,Enumerated:Do,GeneralString:Ko,GeneralizedTime:Zo,GraphicString:Go,HexBlock:Jr,IA5String:zo,Integer:Xr,Null:ri,NumericString:Vo,ObjectIdentifier:Uo,OctetString:ni,Primitive:vs,PrintableString:Lo,RawData:gg,RelativeObjectIdentifier:Qc,Repeated:Wo,Sequence:vn,Set:mn,TIME:il,TeletexString:Ho,TimeOfDay:tl,UTCTime:ws,UniversalString:Mo,Utf8String:wn,ValueBlock:lr,VideotexString:Fo,ViewWriter:Po,VisibleString:ms,compareSchema:oi,fromBER:Ni,verifySchema:vg},Symbol.toStringTag,{value:"Module"}));var M;(function(r){r[r.Sequence=0]="Sequence",r[r.Set=1]="Set",r[r.Choice=2]="Choice"})(M||(M={}));var x;(function(r){r[r.Any=1]="Any",r[r.Boolean=2]="Boolean",r[r.OctetString=3]="OctetString",r[r.BitString=4]="BitString",r[r.Integer=5]="Integer",r[r.Enumerated=6]="Enumerated",r[r.ObjectIdentifier=7]="ObjectIdentifier",r[r.Utf8String=8]="Utf8String",r[r.BmpString=9]="BmpString",r[r.UniversalString=10]="UniversalString",r[r.NumericString=11]="NumericString",r[r.PrintableString=12]="PrintableString",r[r.TeletexString=13]="TeletexString",r[r.VideotexString=14]="VideotexString",r[r.IA5String=15]="IA5String",r[r.GraphicString=16]="GraphicString",r[r.VisibleString=17]="VisibleString",r[r.GeneralString=18]="GeneralString",r[r.CharacterString=19]="CharacterString",r[r.UTCTime=20]="UTCTime",r[r.GeneralizedTime=21]="GeneralizedTime",r[r.DATE=22]="DATE",r[r.TimeOfDay=23]="TimeOfDay",r[r.DateTime=24]="DateTime",r[r.Duration=25]="Duration",r[r.TIME=26]="TIME",r[r.Null=27]="Null"})(x||(x={}));class Yo{constructor(e,t=0){if(this.unusedBits=0,this.value=new ArrayBuffer(0),e)if(typeof e=="number")this.fromNumber(e);else if(W.isBufferSource(e))this.unusedBits=t,this.value=W.toArrayBuffer(e);else throw TypeError("Unsupported type of 'params' argument for BitString")}fromASN(e){if(!(e instanceof ii))throw new TypeError("Argument 'asn' is not instance of ASN.1 BitString");return this.unusedBits=e.valueBlock.unusedBits,this.value=e.valueBlock.valueHex,this}toASN(){return new ii({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(e){return new ii({name:e})}toNumber(){let e="";const t=new Uint8Array(this.value);for(const n of t)e+=n.toString(2).padStart(8,"0");return e=e.split("").reverse().join(""),this.unusedBits&&(e=e.slice(this.unusedBits).padStart(this.unusedBits,"0")),parseInt(e,2)}fromNumber(e){let t=e.toString(2);const n=t.length+7>>3;this.unusedBits=(n<<3)-t.length;const i=new Uint8Array(n);t=t.padStart(n<<3,"0").split("").reverse().join("");let s=0;for(;s<n;)i[s]=parseInt(t.slice(s<<3,(s<<3)+8),2),s++;this.value=i.buffer}}class it{get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}constructor(e){typeof e=="number"?this.buffer=new ArrayBuffer(e):W.isBufferSource(e)?this.buffer=W.toArrayBuffer(e):Array.isArray(e)?this.buffer=new Uint8Array(e):this.buffer=new ArrayBuffer(0)}fromASN(e){if(!(e instanceof ni))throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString");return this.buffer=e.valueBlock.valueHex,this}toASN(){return new ni({valueHex:this.buffer})}toSchema(e){return new ni({name:e})}}const mg={fromASN:r=>r instanceof ri?null:r.valueBeforeDecodeView,toASN:r=>{if(r===null)return new ri;const e=Ni(r);if(e.result.error)throw new Error(e.result.error);return e.result}},wg={fromASN:r=>r.valueBlock.valueHexView.byteLength>=4?r.valueBlock.toString():r.valueBlock.valueDec,toASN:r=>new Xr({value:+r})},bg={fromASN:r=>r.valueBlock.valueDec,toASN:r=>new Do({value:r})},It={fromASN:r=>r.valueBlock.valueHexView,toASN:r=>new Xr({valueHex:r})},xg={fromASN:r=>r.valueBlock.valueHexView,toASN:r=>new ii({valueHex:r})},Ag={fromASN:r=>r.valueBlock.toString(),toASN:r=>new Uo({value:r})},Sg={fromASN:r=>r.valueBlock.value,toASN:r=>new Ro({value:r})},Jo={fromASN:r=>r.valueBlock.valueHexView,toASN:r=>new ni({valueHex:r})},_g={fromASN:r=>new it(r.getValue()),toASN:r=>r.toASN()};function Tr(r){return{fromASN:e=>e.valueBlock.value,toASN:e=>new r({value:e})}}const Fh=Tr(wn),Eg=Tr($o),Ig=Tr(Mo),kg=Tr(Vo),Cg=Tr(Lo),Bg=Tr(Ho),Og=Tr(Fo),Tg=Tr(zo),Ng=Tr(Go),Pg=Tr(ms),jg=Tr(Ko),Rg=Tr(qo),Dg={fromASN:r=>r.toDate(),toASN:r=>new ws({valueDate:r})},Ug={fromASN:r=>r.toDate(),toASN:r=>new Zo({valueDate:r})},$g={fromASN:()=>null,toASN:()=>new ri};function ol(r){switch(r){case x.Any:return mg;case x.BitString:return xg;case x.BmpString:return Eg;case x.Boolean:return Sg;case x.CharacterString:return Rg;case x.Enumerated:return bg;case x.GeneralString:return jg;case x.GeneralizedTime:return Ug;case x.GraphicString:return Ng;case x.IA5String:return Tg;case x.Integer:return wg;case x.Null:return $g;case x.NumericString:return kg;case x.ObjectIdentifier:return Ag;case x.OctetString:return Jo;case x.PrintableString:return Cg;case x.TeletexString:return Bg;case x.UTCTime:return Dg;case x.UniversalString:return Ig;case x.Utf8String:return Fh;case x.VideotexString:return Og;case x.VisibleString:return Pg;default:return null}}function bn(r){return typeof r=="function"&&r.prototype?r.prototype.toASN&&r.prototype.fromASN?!0:bn(r.prototype):!!(r&&typeof r=="object"&&"toASN"in r&&"fromASN"in r)}function zh(r){var e;if(r){const t=Object.getPrototypeOf(r);return((e=t==null?void 0:t.prototype)===null||e===void 0?void 0:e.constructor)===Array?!0:zh(t)}return!1}function Mg(r,e){if(!(r&&e)||r.byteLength!==e.byteLength)return!1;const t=new Uint8Array(r),n=new Uint8Array(e);for(let i=0;i<r.byteLength;i++)if(t[i]!==n[i])return!1;return!0}class Vg{constructor(){this.items=new WeakMap}has(e){return this.items.has(e)}get(e,t=!1){const n=this.items.get(e);if(!n)throw new Error(`Cannot get schema for '${e.prototype.constructor.name}' target`);if(t&&!n.schema)throw new Error(`Schema '${e.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`);return n}cache(e){const t=this.get(e);t.schema||(t.schema=this.create(e,!0))}createDefault(e){const t={type:M.Sequence,items:{}},n=this.findParentSchema(e);return n&&(Object.assign(t,n),t.items=Object.assign({},t.items,n.items)),t}create(e,t){const n=this.items.get(e)||this.createDefault(e),i=[];for(const s in n.items){const o=n.items[s],c=t?s:"";let u;if(typeof o.type=="number"){const v=x[o.type],b=Hh[v];if(!b)throw new Error(`Cannot get ASN1 class by name '${v}'`);u=new b({name:c})}else bn(o.type)?u=new o.type().toSchema(c):o.optional?this.get(o.type).type===M.Choice?u=new si({name:c}):(u=this.create(o.type,!1),u.name=c):u=new si({name:c});const h=!!o.optional||o.defaultValue!==void 0;if(o.repeated){u.name="";const v=o.repeated==="set"?mn:vn;u=new v({name:"",value:[new Wo({name:c,value:u})]})}if(o.context!==null&&o.context!==void 0)if(o.implicit)if(typeof o.type=="number"||bn(o.type)){const v=o.repeated?gr:vs;i.push(new v({name:c,optional:h,idBlock:{tagClass:3,tagNumber:o.context}}))}else{this.cache(o.type);const v=!!o.repeated;let b=v?u:this.get(o.type,!0).schema;b="valueBlock"in b?b.valueBlock.value:b.value,i.push(new gr({name:v?"":c,optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:b}))}else i.push(new gr({optional:h,idBlock:{tagClass:3,tagNumber:o.context},value:[u]}));else u.optional=h,i.push(u)}switch(n.type){case M.Sequence:return new vn({value:i,name:""});case M.Set:return new mn({value:i,name:""});case M.Choice:return new sl({value:i,name:""});default:throw new Error("Unsupported ASN1 type in use")}}set(e,t){return this.items.set(e,t),this}findParentSchema(e){const t=Object.getPrototypeOf(e);return t?this.items.get(t)||this.findParentSchema(t):null}}const Nr=new Vg,H=r=>e=>{let t;Nr.has(e)?t=Nr.get(e):(t=Nr.createDefault(e),Nr.set(e,t)),Object.assign(t,r)},y=r=>(e,t)=>{let n;Nr.has(e.constructor)?n=Nr.get(e.constructor):(n=Nr.createDefault(e.constructor),Nr.set(e.constructor,n));const i=Object.assign({},r);if(typeof i.type=="number"&&!i.converter){const s=ol(r.type);if(!s)throw new Error(`Cannot get default converter for property '${t}' of ${e.constructor.name}`);i.converter=s}n.items[t]=i};class Gh extends Error{constructor(){super(...arguments),this.schemas=[]}}class Lg{static parse(e,t){const n=Ni(e);if(n.result.error)throw new Error(n.result.error);return this.fromASN(n.result,t)}static fromASN(e,t){var n;try{if(bn(t))return new t().fromASN(e);const i=Nr.get(t);Nr.cache(t);let s=i.schema;if(e.constructor===gr&&i.type!==M.Choice){s=new gr({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:i.schema.valueBlock.value});for(const u in i.items)delete e[u]}const o=oi({},e,s);if(!o.verified)throw new Gh(`Data does not match to ${t.name} ASN1 schema. ${o.result.error}`);const c=new t;if(zh(t)){if(!("value"in e.valueBlock&&Array.isArray(e.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const u=i.itemType;if(typeof u=="number"){const h=ol(u);if(!h)throw new Error(`Cannot get default converter for array item of ${t.name} ASN1 schema`);return t.from(e.valueBlock.value,v=>h.fromASN(v))}else return t.from(e.valueBlock.value,h=>this.fromASN(h,u))}for(const u in i.items){const h=o.result[u];if(!h)continue;const v=i.items[u],b=v.type;if(typeof b=="number"||bn(b)){const G=(n=v.converter)!==null&&n!==void 0?n:bn(b)?new b:null;if(!G)throw new Error("Converter is empty");if(v.repeated)if(v.implicit){const T=v.repeated==="sequence"?vn:mn,m=new T;m.valueBlock=h.valueBlock;const A=Ni(m.toBER(!1));if(A.offset===-1)throw new Error(`Cannot parse the child item. ${A.result.error}`);if(!("value"in A.result.valueBlock&&Array.isArray(A.result.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const B=A.result.valueBlock.value;c[u]=Array.from(B,I=>G.fromASN(I))}else c[u]=Array.from(h,T=>G.fromASN(T));else{let T=h;if(v.implicit){let m;if(bn(b))m=new b().toSchema("");else{const A=x[b],B=Hh[A];if(!B)throw new Error(`Cannot get '${A}' class from asn1js module`);m=new B}m.valueBlock=T.valueBlock,T=Ni(m.toBER(!1)).result}c[u]=G.fromASN(T)}}else if(v.repeated){if(!Array.isArray(h))throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.");c[u]=Array.from(h,G=>this.fromASN(G,b))}else c[u]=this.fromASN(h,b)}return c}catch(i){throw i instanceof Gh&&i.schemas.push(t.name),i}}}class al{static serialize(e){return e instanceof Wt?e.toBER(!1):this.toASN(e).toBER(!1)}static toASN(e){if(e&&typeof e=="object"&&bn(e))return e.toASN();if(!(e&&typeof e=="object"))throw new TypeError("Parameter 1 should be type of Object.");const t=e.constructor,n=Nr.get(t);Nr.cache(t);let i=[];if(n.itemType){if(!Array.isArray(e))throw new TypeError("Parameter 1 should be type of Array.");if(typeof n.itemType=="number"){const o=ol(n.itemType);if(!o)throw new Error(`Cannot get default converter for array item of ${t.name} ASN1 schema`);i=e.map(c=>o.toASN(c))}else i=e.map(o=>this.toAsnItem({type:n.itemType},"[]",t,o))}else for(const o in n.items){const c=n.items[o],u=e[o];if(u===void 0||c.defaultValue===u||typeof c.defaultValue=="object"&&typeof u=="object"&&Mg(this.serialize(c.defaultValue),this.serialize(u)))continue;const h=al.toAsnItem(c,o,t,u);if(typeof c.context=="number")if(c.implicit)if(!c.repeated&&(typeof c.type=="number"||bn(c.type))){const v={};v.valueHex=h instanceof ri?h.valueBeforeDecodeView:h.valueBlock.toBER(),i.push(new vs({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},...v}))}else i.push(new gr({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:h.valueBlock.value}));else i.push(new gr({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:[h]}));else c.repeated?i=i.concat(h):i.push(h)}let s;switch(n.type){case M.Sequence:s=new vn({value:i});break;case M.Set:s=new mn({value:i});break;case M.Choice:if(!i[0])throw new Error(`Schema '${t.name}' has wrong data. Choice cannot be empty.`);s=i[0];break}return s}static toAsnItem(e,t,n,i){let s;if(typeof e.type=="number"){const o=e.converter;if(!o)throw new Error(`Property '${t}' doesn't have converter for type ${x[e.type]} in schema '${n.name}'`);if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const c=Array.from(i,h=>o.toASN(h)),u=e.repeated==="sequence"?vn:mn;s=new u({value:c})}else s=o.toASN(i)}else if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const o=Array.from(i,u=>this.toASN(u)),c=e.repeated==="sequence"?vn:mn;s=new c({value:o})}else s=this.toASN(i);return s}}class mt extends Array{constructor(e=[]){if(typeof e=="number")super(e);else{super();for(const t of e)this.push(t)}}}class q{static serialize(e){return al.serialize(e)}static parse(e,t){return Lg.parse(e,t)}static toString(e){const t=W.isBufferSource(e)?W.toArrayBuffer(e):q.serialize(e),n=Ni(t);if(n.offset===-1)throw new Error(`Cannot decode ASN.1 data. ${n.result.error}`);return n.result.toString()}}function f(r,e,t,n){var i=arguments.length,s=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,t):n,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(r,e,t,n);else for(var c=r.length-1;c>=0;c--)(o=r[c])&&(s=(i<3?o(s):i>3?o(e,t,s):o(e,t))||s);return i>3&&s&&Object.defineProperty(e,t,s),s}typeof SuppressedError=="function"&&SuppressedError;var Kh={exports:{}};(function(r){(function(e){const t="(0?\\d+|0x[a-f0-9]+)",n={fourOctet:new RegExp(`^${t}\\.${t}\\.${t}\\.${t}$`,"i"),threeOctet:new RegExp(`^${t}\\.${t}\\.${t}$`,"i"),twoOctet:new RegExp(`^${t}\\.${t}$`,"i"),longValue:new RegExp(`^${t}$`,"i")},i=new RegExp("^0[0-7]+$","i"),s=new RegExp("^0x[a-f0-9]+$","i"),o="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",u={zoneIndex:new RegExp(o,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${o})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${o})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${o})?$`,"i")};function h(m,A){if(m.indexOf("::")!==m.lastIndexOf("::"))return null;let B=0,I=-1,P=(m.match(u.zoneIndex)||[])[0],R,pe;for(P&&(P=P.substring(1),m=m.replace(/%.+$/,""));(I=m.indexOf(":",I+1))>=0;)B++;if(m.substr(0,2)==="::"&&B--,m.substr(-2,2)==="::"&&B--,B>A)return null;for(pe=A-B,R=":";pe--;)R+="0:";return m=m.replace("::",R),m[0]===":"&&(m=m.slice(1)),m[m.length-1]===":"&&(m=m.slice(0,-1)),A=function(){const $e=m.split(":"),Me=[];for(let ze=0;ze<$e.length;ze++)Me.push(parseInt($e[ze],16));return Me}(),{parts:A,zoneId:P}}function v(m,A,B,I){if(m.length!==A.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let P=0,R;for(;I>0;){if(R=B-I,R<0&&(R=0),m[P]>>R!==A[P]>>R)return!1;I-=B,P+=1}return!0}function b(m){if(s.test(m))return parseInt(m,16);if(m[0]==="0"&&!isNaN(parseInt(m[1],10))){if(i.test(m))return parseInt(m,8);throw new Error(`ipaddr: cannot parse ${m} as octal`)}return parseInt(m,10)}function G(m,A){for(;m.length<A;)m=`0${m}`;return m}const T={};T.IPv4=function(){function m(A){if(A.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let B,I;for(B=0;B<A.length;B++)if(I=A[B],!(0<=I&&I<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=A}return m.prototype.SpecialRanges={unspecified:[[new m([0,0,0,0]),8]],broadcast:[[new m([255,255,255,255]),32]],multicast:[[new m([224,0,0,0]),4]],linkLocal:[[new m([169,254,0,0]),16]],loopback:[[new m([127,0,0,0]),8]],carrierGradeNat:[[new m([100,64,0,0]),10]],private:[[new m([10,0,0,0]),8],[new m([172,16,0,0]),12],[new m([192,168,0,0]),16]],reserved:[[new m([192,0,0,0]),24],[new m([192,0,2,0]),24],[new m([192,88,99,0]),24],[new m([198,18,0,0]),15],[new m([198,51,100,0]),24],[new m([203,0,113,0]),24],[new m([240,0,0,0]),4]],as112:[[new m([192,175,48,0]),24],[new m([192,31,196,0]),24]],amt:[[new m([192,52,193,0]),24]]},m.prototype.kind=function(){return"ipv4"},m.prototype.match=function(A,B){let I;if(B===void 0&&(I=A,A=I[0],B=I[1]),A.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return v(this.octets,A.octets,8,B)},m.prototype.prefixLengthFromSubnetMask=function(){let A=0,B=!1;const I={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let P,R,pe;for(P=3;P>=0;P-=1)if(R=this.octets[P],R in I){if(pe=I[R],B&&pe!==0)return null;pe!==8&&(B=!0),A+=pe}else return null;return 32-A},m.prototype.range=function(){return T.subnetMatch(this,this.SpecialRanges)},m.prototype.toByteArray=function(){return this.octets.slice(0)},m.prototype.toIPv4MappedAddress=function(){return T.IPv6.parse(`::ffff:${this.toString()}`)},m.prototype.toNormalizedString=function(){return this.toString()},m.prototype.toString=function(){return this.octets.join(".")},m}(),T.IPv4.broadcastAddressFromCIDR=function(m){try{const A=this.parseCIDR(m),B=A[0].toByteArray(),I=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[];let R=0;for(;R<4;)P.push(parseInt(B[R],10)|parseInt(I[R],10)^255),R++;return new this(P)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},T.IPv4.isIPv4=function(m){return this.parser(m)!==null},T.IPv4.isValid=function(m){try{return new this(this.parser(m)),!0}catch{return!1}},T.IPv4.isValidCIDR=function(m){try{return this.parseCIDR(m),!0}catch{return!1}},T.IPv4.isValidFourPartDecimal=function(m){return!!(T.IPv4.isValid(m)&&m.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},T.IPv4.networkAddressFromCIDR=function(m){let A,B,I,P,R;try{for(A=this.parseCIDR(m),I=A[0].toByteArray(),R=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[],B=0;B<4;)P.push(parseInt(I[B],10)&parseInt(R[B],10)),B++;return new this(P)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},T.IPv4.parse=function(m){const A=this.parser(m);if(A===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(A)},T.IPv4.parseCIDR=function(m){let A;if(A=m.match(/^(.+)\/(\d+)$/)){const B=parseInt(A[2]);if(B>=0&&B<=32){const I=[this.parse(A[1]),B];return Object.defineProperty(I,"toString",{value:function(){return this.join("/")}}),I}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},T.IPv4.parser=function(m){let A,B,I;if(A=m.match(n.fourOctet))return function(){const P=A.slice(1,6),R=[];for(let pe=0;pe<P.length;pe++)B=P[pe],R.push(b(B));return R}();if(A=m.match(n.longValue)){if(I=b(A[1]),I>4294967295||I<0)throw new Error("ipaddr: address outside defined range");return function(){const P=[];let R;for(R=0;R<=24;R+=8)P.push(I>>R&255);return P}().reverse()}else return(A=m.match(n.twoOctet))?function(){const P=A.slice(1,4),R=[];if(I=b(P[1]),I>16777215||I<0)throw new Error("ipaddr: address outside defined range");return R.push(b(P[0])),R.push(I>>16&255),R.push(I>>8&255),R.push(I&255),R}():(A=m.match(n.threeOctet))?function(){const P=A.slice(1,5),R=[];if(I=b(P[2]),I>65535||I<0)throw new Error("ipaddr: address outside defined range");return R.push(b(P[0])),R.push(b(P[1])),R.push(I>>8&255),R.push(I&255),R}():null},T.IPv4.subnetMaskFromPrefixLength=function(m){if(m=parseInt(m),m<0||m>32)throw new Error("ipaddr: invalid IPv4 prefix length");const A=[0,0,0,0];let B=0;const I=Math.floor(m/8);for(;B<I;)A[B]=255,B++;return I<4&&(A[I]=Math.pow(2,m%8)-1<<8-m%8),new this(A)},T.IPv6=function(){function m(A,B){let I,P;if(A.length===16)for(this.parts=[],I=0;I<=14;I+=2)this.parts.push(A[I]<<8|A[I+1]);else if(A.length===8)this.parts=A;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(I=0;I<this.parts.length;I++)if(P=this.parts[I],!(0<=P&&P<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");B&&(this.zoneId=B)}return m.prototype.SpecialRanges={unspecified:[new m([0,0,0,0,0,0,0,0]),128],linkLocal:[new m([65152,0,0,0,0,0,0,0]),10],multicast:[new m([65280,0,0,0,0,0,0,0]),8],loopback:[new m([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new m([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new m([0,0,0,0,0,65535,0,0]),96],discard:[new m([256,0,0,0,0,0,0,0]),64],rfc6145:[new m([0,0,0,0,65535,0,0,0]),96],rfc6052:[new m([100,65435,0,0,0,0,0,0]),96],"6to4":[new m([8194,0,0,0,0,0,0,0]),16],teredo:[new m([8193,0,0,0,0,0,0,0]),32],benchmarking:[new m([8193,2,0,0,0,0,0,0]),48],amt:[new m([8193,3,0,0,0,0,0,0]),32],as112v6:[[new m([8193,4,274,0,0,0,0,0]),48],[new m([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new m([8193,16,0,0,0,0,0,0]),28],orchid2:[new m([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new m([8193,48,0,0,0,0,0,0]),28],reserved:[[new m([8193,0,0,0,0,0,0,0]),23],[new m([8193,3512,0,0,0,0,0,0]),32]]},m.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},m.prototype.kind=function(){return"ipv6"},m.prototype.match=function(A,B){let I;if(B===void 0&&(I=A,A=I[0],B=I[1]),A.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return v(this.parts,A.parts,16,B)},m.prototype.prefixLengthFromSubnetMask=function(){let A=0,B=!1;const I={0:16,32768:15,49152:14,57344:13,61440:12,63488:11,64512:10,65024:9,65280:8,65408:7,65472:6,65504:5,65520:4,65528:3,65532:2,65534:1,65535:0};let P,R;for(let pe=7;pe>=0;pe-=1)if(P=this.parts[pe],P in I){if(R=I[P],B&&R!==0)return null;R!==16&&(B=!0),A+=R}else return null;return 128-A},m.prototype.range=function(){return T.subnetMatch(this,this.SpecialRanges)},m.prototype.toByteArray=function(){let A;const B=[],I=this.parts;for(let P=0;P<I.length;P++)A=I[P],B.push(A>>8),B.push(A&255);return B},m.prototype.toFixedLengthString=function(){const A=(function(){const I=[];for(let P=0;P<this.parts.length;P++)I.push(G(this.parts[P].toString(16),4));return I}).call(this).join(":");let B="";return this.zoneId&&(B=`%${this.zoneId}`),A+B},m.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const A=this.parts.slice(-2),B=A[0],I=A[1];return new T.IPv4([B>>8,B&255,I>>8,I&255])},m.prototype.toNormalizedString=function(){const A=(function(){const I=[];for(let P=0;P<this.parts.length;P++)I.push(this.parts[P].toString(16));return I}).call(this).join(":");let B="";return this.zoneId&&(B=`%${this.zoneId}`),A+B},m.prototype.toRFC5952String=function(){const A=/((^|:)(0(:|$)){2,})/g,B=this.toNormalizedString();let I=0,P=-1,R;for(;R=A.exec(B);)R[0].length>P&&(I=R.index,P=R[0].length);return P<0?B:`${B.substring(0,I)}::${B.substring(I+P)}`},m.prototype.toString=function(){return this.toRFC5952String()},m}(),T.IPv6.broadcastAddressFromCIDR=function(m){try{const A=this.parseCIDR(m),B=A[0].toByteArray(),I=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[];let R=0;for(;R<16;)P.push(parseInt(B[R],10)|parseInt(I[R],10)^255),R++;return new this(P)}catch(A){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${A})`)}},T.IPv6.isIPv6=function(m){return this.parser(m)!==null},T.IPv6.isValid=function(m){if(typeof m=="string"&&m.indexOf(":")===-1)return!1;try{const A=this.parser(m);return new this(A.parts,A.zoneId),!0}catch{return!1}},T.IPv6.isValidCIDR=function(m){if(typeof m=="string"&&m.indexOf(":")===-1)return!1;try{return this.parseCIDR(m),!0}catch{return!1}},T.IPv6.networkAddressFromCIDR=function(m){let A,B,I,P,R;try{for(A=this.parseCIDR(m),I=A[0].toByteArray(),R=this.subnetMaskFromPrefixLength(A[1]).toByteArray(),P=[],B=0;B<16;)P.push(parseInt(I[B],10)&parseInt(R[B],10)),B++;return new this(P)}catch(pe){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${pe})`)}},T.IPv6.parse=function(m){const A=this.parser(m);if(A.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(A.parts,A.zoneId)},T.IPv6.parseCIDR=function(m){let A,B,I;if((B=m.match(/^(.+)\/(\d+)$/))&&(A=parseInt(B[2]),A>=0&&A<=128))return I=[this.parse(B[1]),A],Object.defineProperty(I,"toString",{value:function(){return this.join("/")}}),I;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},T.IPv6.parser=function(m){let A,B,I,P,R,pe;if(I=m.match(u.deprecatedTransitional))return this.parser(`::ffff:${I[1]}`);if(u.native.test(m))return h(m,8);if((I=m.match(u.transitional))&&(pe=I[6]||"",A=I[1],I[1].endsWith("::")||(A=A.slice(0,-1)),A=h(A+pe,6),A.parts)){for(R=[parseInt(I[2]),parseInt(I[3]),parseInt(I[4]),parseInt(I[5])],B=0;B<R.length;B++)if(P=R[B],!(0<=P&&P<=255))return null;return A.parts.push(R[0]<<8|R[1]),A.parts.push(R[2]<<8|R[3]),{parts:A.parts,zoneId:A.zoneId}}return null},T.IPv6.subnetMaskFromPrefixLength=function(m){if(m=parseInt(m),m<0||m>128)throw new Error("ipaddr: invalid IPv6 prefix length");const A=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let B=0;const I=Math.floor(m/8);for(;B<I;)A[B]=255,B++;return I<16&&(A[I]=Math.pow(2,m%8)-1<<8-m%8),new this(A)},T.fromByteArray=function(m){const A=m.length;if(A===4)return new T.IPv4(m);if(A===16)return new T.IPv6(m);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},T.isValid=function(m){return T.IPv6.isValid(m)||T.IPv4.isValid(m)},T.isValidCIDR=function(m){return T.IPv6.isValidCIDR(m)||T.IPv4.isValidCIDR(m)},T.parse=function(m){if(T.IPv6.isValid(m))return T.IPv6.parse(m);if(T.IPv4.isValid(m))return T.IPv4.parse(m);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},T.parseCIDR=function(m){try{return T.IPv6.parseCIDR(m)}catch{try{return T.IPv4.parseCIDR(m)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},T.process=function(m){const A=this.parse(m);return A.kind()==="ipv6"&&A.isIPv4MappedAddress()?A.toIPv4Address():A},T.subnetMatch=function(m,A,B){let I,P,R,pe;B==null&&(B="unicast");for(P in A)if(Object.prototype.hasOwnProperty.call(A,P)){for(R=A[P],R[0]&&!(R[0]instanceof Array)&&(R=[R]),I=0;I<R.length;I++)if(pe=R[I],m.kind()===pe[0].kind()&&m.match.apply(m,pe))return P}return B},r.exports?r.exports=T:e.ipaddr=T})(Fc)})(Kh);var qh=Kh.exports;class Zh{static decodeIP(e){if(e.length===64&&parseInt(e,16)===0)return"::/0";if(e.length!==16)return e;const t=parseInt(e.slice(8),16).toString(2).split("").reduce((i,s)=>i+ +s,0);let n=e.slice(0,8).replace(/(.{2})/g,i=>`${parseInt(i,16)}.`);return n=n.slice(0,-1),`${n}/${t}`}static toString(e){if(e.byteLength===4||e.byteLength===16){const t=new Uint8Array(e);return qh.fromByteArray(Array.from(t)).toString()}return this.decodeIP(ae.ToHex(e))}static fromString(e){const t=qh.parse(e);return new Uint8Array(t.toByteArray()).buffer}}var cl,ll,ul;let Yt=class{constructor(e={}){Object.assign(this,e)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};f([y({type:x.TeletexString})],Yt.prototype,"teletexString",void 0),f([y({type:x.PrintableString})],Yt.prototype,"printableString",void 0),f([y({type:x.UniversalString})],Yt.prototype,"universalString",void 0),f([y({type:x.Utf8String})],Yt.prototype,"utf8String",void 0),f([y({type:x.BmpString})],Yt.prototype,"bmpString",void 0),Yt=f([H({type:M.Choice})],Yt);let Pi=class extends Yt{constructor(e={}){super(e),Object.assign(this,e)}toString(){return this.ia5String||(this.anyValue?ae.ToHex(this.anyValue):super.toString())}};f([y({type:x.IA5String})],Pi.prototype,"ia5String",void 0),f([y({type:x.Any})],Pi.prototype,"anyValue",void 0),Pi=f([H({type:M.Choice})],Pi);class Xo{constructor(e={}){this.type="",this.value=new Pi,Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Xo.prototype,"type",void 0),f([y({type:Pi})],Xo.prototype,"value",void 0);let ji=cl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,cl.prototype)}};ji=cl=f([H({type:M.Set,itemType:Xo})],ji);let fl=ll=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,ll.prototype)}};fl=ll=f([H({type:M.Sequence,itemType:ji})],fl);let zt=ul=class extends fl{constructor(e){super(e),Object.setPrototypeOf(this,ul.prototype)}};zt=ul=f([H({type:M.Sequence})],zt);const Hg={fromASN:r=>Zh.toString(Jo.fromASN(r)),toASN:r=>Jo.toASN(Zh.fromString(r))};class bs{constructor(e={}){this.typeId="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],bs.prototype,"typeId",void 0),f([y({type:x.Any,context:0})],bs.prototype,"value",void 0);class hl{constructor(e={}){this.partyName=new Yt,Object.assign(this,e)}}f([y({type:Yt,optional:!0,context:0,implicit:!0})],hl.prototype,"nameAssigner",void 0),f([y({type:Yt,context:1,implicit:!0})],hl.prototype,"partyName",void 0);let De=class{constructor(e={}){Object.assign(this,e)}};f([y({type:bs,context:0,implicit:!0})],De.prototype,"otherName",void 0),f([y({type:x.IA5String,context:1,implicit:!0})],De.prototype,"rfc822Name",void 0),f([y({type:x.IA5String,context:2,implicit:!0})],De.prototype,"dNSName",void 0),f([y({type:x.Any,context:3,implicit:!0})],De.prototype,"x400Address",void 0),f([y({type:zt,context:4,implicit:!1})],De.prototype,"directoryName",void 0),f([y({type:hl,context:5})],De.prototype,"ediPartyName",void 0),f([y({type:x.IA5String,context:6,implicit:!0})],De.prototype,"uniformResourceIdentifier",void 0),f([y({type:x.OctetString,context:7,implicit:!0,converter:Hg})],De.prototype,"iPAddress",void 0),f([y({type:x.ObjectIdentifier,context:8,implicit:!0})],De.prototype,"registeredID",void 0),De=f([H({type:M.Choice})],De);const dl="1.3.6.1.5.5.7",Fg=`${dl}.1`,Ri=`${dl}.3`,Qo=`${dl}.48`,Wh=`${Qo}.1`,Yh=`${Qo}.2`,Jh=`${Qo}.3`,Xh=`${Qo}.5`,Pn="2.5.29";var pl;const yl=`${Fg}.1`;class xs{constructor(e={}){this.accessMethod="",this.accessLocation=new De,Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],xs.prototype,"accessMethod",void 0),f([y({type:De})],xs.prototype,"accessLocation",void 0);let Di=pl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,pl.prototype)}};Di=pl=f([H({type:M.Sequence,itemType:xs})],Di);const ea=`${Pn}.35`;class gl extends it{}class ai{constructor(e={}){e&&Object.assign(this,e)}}f([y({type:gl,context:0,optional:!0,implicit:!0})],ai.prototype,"keyIdentifier",void 0),f([y({type:De,context:1,optional:!0,implicit:!0,repeated:"sequence"})],ai.prototype,"authorityCertIssuer",void 0),f([y({type:x.Integer,context:2,optional:!0,implicit:!0,converter:It})],ai.prototype,"authorityCertSerialNumber",void 0);const Qh=`${Pn}.19`;class ta{constructor(e={}){this.cA=!1,Object.assign(this,e)}}f([y({type:x.Boolean,defaultValue:!1})],ta.prototype,"cA",void 0),f([y({type:x.Integer,optional:!0})],ta.prototype,"pathLenConstraint",void 0);var vl;let ur=vl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,vl.prototype)}};ur=vl=f([H({type:M.Sequence,itemType:De})],ur);var ml;let ed=ml=class extends ur{constructor(e){super(e),Object.setPrototypeOf(this,ml.prototype)}};ed=ml=f([H({type:M.Sequence})],ed);var wl;const td=`${Pn}.32`;let xn=class{constructor(e={}){Object.assign(this,e)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};f([y({type:x.IA5String})],xn.prototype,"ia5String",void 0),f([y({type:x.VisibleString})],xn.prototype,"visibleString",void 0),f([y({type:x.BmpString})],xn.prototype,"bmpString",void 0),f([y({type:x.Utf8String})],xn.prototype,"utf8String",void 0),xn=f([H({type:M.Choice})],xn);class bl{constructor(e={}){this.organization=new xn,this.noticeNumbers=[],Object.assign(this,e)}}f([y({type:xn})],bl.prototype,"organization",void 0),f([y({type:x.Integer,repeated:"sequence"})],bl.prototype,"noticeNumbers",void 0);class xl{constructor(e={}){Object.assign(this,e)}}f([y({type:bl,optional:!0})],xl.prototype,"noticeRef",void 0),f([y({type:xn,optional:!0})],xl.prototype,"explicitText",void 0);let ra=class{constructor(e={}){Object.assign(this,e)}};f([y({type:x.IA5String})],ra.prototype,"cPSuri",void 0),f([y({type:xl})],ra.prototype,"userNotice",void 0),ra=f([H({type:M.Choice})],ra);class Al{constructor(e={}){this.policyQualifierId="",this.qualifier=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Al.prototype,"policyQualifierId",void 0),f([y({type:x.Any})],Al.prototype,"qualifier",void 0);class na{constructor(e={}){this.policyIdentifier="",Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],na.prototype,"policyIdentifier",void 0),f([y({type:Al,repeated:"sequence",optional:!0})],na.prototype,"policyQualifiers",void 0);let ia=wl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,wl.prototype)}};ia=wl=f([H({type:M.Sequence,itemType:na})],ia);let sa=class{constructor(e=0){this.value=e}};f([y({type:x.Integer})],sa.prototype,"value",void 0),sa=f([H({type:M.Choice})],sa);let rd=class extends sa{};rd=f([H({type:M.Choice})],rd);var Sl;const _l=`${Pn}.31`;var Mr;(function(r){r[r.unused=1]="unused",r[r.keyCompromise=2]="keyCompromise",r[r.cACompromise=4]="cACompromise",r[r.affiliationChanged=8]="affiliationChanged",r[r.superseded=16]="superseded",r[r.cessationOfOperation=32]="cessationOfOperation",r[r.certificateHold=64]="certificateHold",r[r.privilegeWithdrawn=128]="privilegeWithdrawn",r[r.aACompromise=256]="aACompromise"})(Mr||(Mr={}));class nd extends Yo{toJSON(){const e=[],t=this.toNumber();return t&Mr.aACompromise&&e.push("aACompromise"),t&Mr.affiliationChanged&&e.push("affiliationChanged"),t&Mr.cACompromise&&e.push("cACompromise"),t&Mr.certificateHold&&e.push("certificateHold"),t&Mr.cessationOfOperation&&e.push("cessationOfOperation"),t&Mr.keyCompromise&&e.push("keyCompromise"),t&Mr.privilegeWithdrawn&&e.push("privilegeWithdrawn"),t&Mr.superseded&&e.push("superseded"),t&Mr.unused&&e.push("unused"),e}toString(){return`[${this.toJSON().join(", ")}]`}}let ci=class{constructor(e={}){Object.assign(this,e)}};f([y({type:De,context:0,repeated:"sequence",implicit:!0})],ci.prototype,"fullName",void 0),f([y({type:ji,context:1,implicit:!0})],ci.prototype,"nameRelativeToCRLIssuer",void 0),ci=f([H({type:M.Choice})],ci);class Ui{constructor(e={}){Object.assign(this,e)}}f([y({type:ci,context:0,optional:!0})],Ui.prototype,"distributionPoint",void 0),f([y({type:nd,context:1,optional:!0,implicit:!0})],Ui.prototype,"reasons",void 0),f([y({type:De,context:2,optional:!0,repeated:"sequence",implicit:!0})],Ui.prototype,"cRLIssuer",void 0);let $i=Sl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Sl.prototype)}};$i=Sl=f([H({type:M.Sequence,itemType:Ui})],$i);var El;let id=El=class extends $i{constructor(e){super(e),Object.setPrototypeOf(this,El.prototype)}};id=El=f([H({type:M.Sequence,itemType:Ui})],id);class rr{constructor(e={}){this.onlyContainsUserCerts=rr.ONLY,this.onlyContainsCACerts=rr.ONLY,this.indirectCRL=rr.ONLY,this.onlyContainsAttributeCerts=rr.ONLY,Object.assign(this,e)}}rr.ONLY=!1,f([y({type:ci,context:0,optional:!0})],rr.prototype,"distributionPoint",void 0),f([y({type:x.Boolean,context:1,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"onlyContainsUserCerts",void 0),f([y({type:x.Boolean,context:2,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"onlyContainsCACerts",void 0),f([y({type:nd,context:3,optional:!0,implicit:!0})],rr.prototype,"onlySomeReasons",void 0),f([y({type:x.Boolean,context:4,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"indirectCRL",void 0),f([y({type:x.Boolean,context:5,defaultValue:rr.ONLY,implicit:!0})],rr.prototype,"onlyContainsAttributeCerts",void 0);var As;(function(r){r[r.unspecified=0]="unspecified",r[r.keyCompromise=1]="keyCompromise",r[r.cACompromise=2]="cACompromise",r[r.affiliationChanged=3]="affiliationChanged",r[r.superseded=4]="superseded",r[r.cessationOfOperation=5]="cessationOfOperation",r[r.certificateHold=6]="certificateHold",r[r.removeFromCRL=8]="removeFromCRL",r[r.privilegeWithdrawn=9]="privilegeWithdrawn",r[r.aACompromise=10]="aACompromise"})(As||(As={}));let Il=class{constructor(e=As.unspecified){this.reason=As.unspecified,this.reason=e}toJSON(){return As[this.reason]}toString(){return this.toJSON()}};f([y({type:x.Enumerated})],Il.prototype,"reason",void 0),Il=f([H({type:M.Choice})],Il);var kl;const sd=`${Pn}.37`;let oa=kl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,kl.prototype)}};oa=kl=f([H({type:M.Sequence,itemType:x.ObjectIdentifier})],oa);const zg=`${Ri}.1`,Gg=`${Ri}.2`,Kg=`${Ri}.3`,qg=`${Ri}.4`,Zg=`${Ri}.8`,Wg=`${Ri}.9`;let Cl=class{constructor(e=new ArrayBuffer(0)){this.value=e}};f([y({type:x.Integer,converter:It})],Cl.prototype,"value",void 0),Cl=f([H({type:M.Choice})],Cl);let Bl=class{constructor(e){this.value=new Date,e&&(this.value=e)}};f([y({type:x.GeneralizedTime})],Bl.prototype,"value",void 0),Bl=f([H({type:M.Choice})],Bl);var Ol;let od=Ol=class extends ur{constructor(e){super(e),Object.setPrototypeOf(this,Ol.prototype)}};od=Ol=f([H({type:M.Sequence})],od);const ad=`${Pn}.15`;var Vr;(function(r){r[r.digitalSignature=1]="digitalSignature",r[r.nonRepudiation=2]="nonRepudiation",r[r.keyEncipherment=4]="keyEncipherment",r[r.dataEncipherment=8]="dataEncipherment",r[r.keyAgreement=16]="keyAgreement",r[r.keyCertSign=32]="keyCertSign",r[r.cRLSign=64]="cRLSign",r[r.encipherOnly=128]="encipherOnly",r[r.decipherOnly=256]="decipherOnly"})(Vr||(Vr={}));class Tl extends Yo{toJSON(){const e=this.toNumber(),t=[];return e&Vr.cRLSign&&t.push("crlSign"),e&Vr.dataEncipherment&&t.push("dataEncipherment"),e&Vr.decipherOnly&&t.push("decipherOnly"),e&Vr.digitalSignature&&t.push("digitalSignature"),e&Vr.encipherOnly&&t.push("encipherOnly"),e&Vr.keyAgreement&&t.push("keyAgreement"),e&Vr.keyCertSign&&t.push("keyCertSign"),e&Vr.keyEncipherment&&t.push("keyEncipherment"),e&Vr.nonRepudiation&&t.push("nonRepudiation"),t}toString(){return`[${this.toJSON().join(", ")}]`}}var Nl;class aa{constructor(e={}){this.base=new De,this.minimum=0,Object.assign(this,e)}}f([y({type:De})],aa.prototype,"base",void 0),f([y({type:x.Integer,context:0,defaultValue:0,implicit:!0})],aa.prototype,"minimum",void 0),f([y({type:x.Integer,context:1,optional:!0,implicit:!0})],aa.prototype,"maximum",void 0);let ca=Nl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Nl.prototype)}};ca=Nl=f([H({type:M.Sequence,itemType:aa})],ca);class cd{constructor(e={}){Object.assign(this,e)}}f([y({type:ca,context:0,optional:!0,implicit:!0})],cd.prototype,"permittedSubtrees",void 0),f([y({type:ca,context:1,optional:!0,implicit:!0})],cd.prototype,"excludedSubtrees",void 0);class ld{constructor(e={}){Object.assign(this,e)}}f([y({type:x.Integer,context:0,implicit:!0,optional:!0,converter:It})],ld.prototype,"requireExplicitPolicy",void 0),f([y({type:x.Integer,context:1,implicit:!0,optional:!0,converter:It})],ld.prototype,"inhibitPolicyMapping",void 0);var Pl;class jl{constructor(e={}){this.issuerDomainPolicy="",this.subjectDomainPolicy="",Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],jl.prototype,"issuerDomainPolicy",void 0),f([y({type:x.ObjectIdentifier})],jl.prototype,"subjectDomainPolicy",void 0);let ud=Pl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Pl.prototype)}};ud=Pl=f([H({type:M.Sequence,itemType:jl})],ud);var Rl;const Dl=`${Pn}.17`;let Ul=Rl=class extends ur{constructor(e){super(e),Object.setPrototypeOf(this,Rl.prototype)}};Ul=Rl=f([H({type:M.Sequence})],Ul);let An=class{constructor(e={}){this.type="",this.values=[],Object.assign(this,e)}};f([y({type:x.ObjectIdentifier})],An.prototype,"type",void 0),f([y({type:x.Any,repeated:"set"})],An.prototype,"values",void 0);var $l;let fd=$l=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,$l.prototype)}};fd=$l=f([H({type:M.Sequence,itemType:An})],fd);const Ml=`${Pn}.14`;class jn extends gl{}class hd{constructor(e={}){Object.assign(this,e)}}f([y({type:x.GeneralizedTime,context:0,implicit:!0,optional:!0})],hd.prototype,"notBefore",void 0),f([y({type:x.GeneralizedTime,context:1,implicit:!0,optional:!0})],hd.prototype,"notAfter",void 0);var Ss;(function(r){r[r.keyUpdateAllowed=1]="keyUpdateAllowed",r[r.newExtensions=2]="newExtensions",r[r.pKIXCertificate=4]="pKIXCertificate"})(Ss||(Ss={}));class dd extends Yo{toJSON(){const e=[],t=this.toNumber();return t&Ss.pKIXCertificate&&e.push("pKIXCertificate"),t&Ss.newExtensions&&e.push("newExtensions"),t&Ss.keyUpdateAllowed&&e.push("keyUpdateAllowed"),e}toString(){return`[${this.toJSON().join(", ")}]`}}class pd{constructor(e={}){this.entrustVers="",this.entrustInfoFlags=new dd,Object.assign(this,e)}}f([y({type:x.GeneralString})],pd.prototype,"entrustVers",void 0),f([y({type:dd})],pd.prototype,"entrustInfoFlags",void 0);var Vl;let yd=Vl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Vl.prototype)}};yd=Vl=f([H({type:M.Sequence,itemType:xs})],yd);class re{constructor(e={}){this.algorithm="",Object.assign(this,e)}isEqual(e){return e instanceof re&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&To(e.parameters,this.parameters)||e.parameters===this.parameters)}}f([y({type:x.ObjectIdentifier})],re.prototype,"algorithm",void 0),f([y({type:x.Any,optional:!0})],re.prototype,"parameters",void 0);class Qr{constructor(e={}){this.algorithm=new re,this.subjectPublicKey=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:re})],Qr.prototype,"algorithm",void 0),f([y({type:x.BitString})],Qr.prototype,"subjectPublicKey",void 0);let Jt=class{constructor(e){if(e)if(typeof e=="string"||typeof e=="number"||e instanceof Date){const t=new Date(e);t.getUTCFullYear()>2049?this.generalTime=t:this.utcTime=t}else Object.assign(this,e)}getTime(){const e=this.utcTime||this.generalTime;if(!e)throw new Error("Cannot get time from CHOICE object");return e}};f([y({type:x.UTCTime})],Jt.prototype,"utcTime",void 0),f([y({type:x.GeneralizedTime})],Jt.prototype,"generalTime",void 0),Jt=f([H({type:M.Choice})],Jt);class la{constructor(e){this.notBefore=new Jt(new Date),this.notAfter=new Jt(new Date),e&&(this.notBefore=new Jt(e.notBefore),this.notAfter=new Jt(e.notAfter))}}f([y({type:Jt})],la.prototype,"notBefore",void 0),f([y({type:Jt})],la.prototype,"notAfter",void 0);var Ll;let Lr=class jy{constructor(e={}){this.extnID="",this.critical=jy.CRITICAL,this.extnValue=new it,Object.assign(this,e)}};Lr.CRITICAL=!1,f([y({type:x.ObjectIdentifier})],Lr.prototype,"extnID",void 0),f([y({type:x.Boolean,defaultValue:Lr.CRITICAL})],Lr.prototype,"critical",void 0),f([y({type:it})],Lr.prototype,"extnValue",void 0);let li=Ll=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Ll.prototype)}};li=Ll=f([H({type:M.Sequence,itemType:Lr})],li);var Mi;(function(r){r[r.v1=0]="v1",r[r.v2=1]="v2",r[r.v3=2]="v3"})(Mi||(Mi={}));class Pr{constructor(e={}){this.version=Mi.v1,this.serialNumber=new ArrayBuffer(0),this.signature=new re,this.issuer=new zt,this.validity=new la,this.subject=new zt,this.subjectPublicKeyInfo=new Qr,Object.assign(this,e)}}f([y({type:x.Integer,context:0,defaultValue:Mi.v1})],Pr.prototype,"version",void 0),f([y({type:x.Integer,converter:It})],Pr.prototype,"serialNumber",void 0),f([y({type:re})],Pr.prototype,"signature",void 0),f([y({type:zt})],Pr.prototype,"issuer",void 0),f([y({type:la})],Pr.prototype,"validity",void 0),f([y({type:zt})],Pr.prototype,"subject",void 0),f([y({type:Qr})],Pr.prototype,"subjectPublicKeyInfo",void 0),f([y({type:x.BitString,context:1,implicit:!0,optional:!0})],Pr.prototype,"issuerUniqueID",void 0),f([y({type:x.BitString,context:2,implicit:!0,optional:!0})],Pr.prototype,"subjectUniqueID",void 0),f([y({type:li,context:3,optional:!0})],Pr.prototype,"extensions",void 0);class ui{constructor(e={}){this.tbsCertificate=new Pr,this.signatureAlgorithm=new re,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:Pr})],ui.prototype,"tbsCertificate",void 0),f([y({type:re})],ui.prototype,"signatureAlgorithm",void 0),f([y({type:x.BitString})],ui.prototype,"signatureValue",void 0);class ua{constructor(e={}){this.userCertificate=new ArrayBuffer(0),this.revocationDate=new Jt,Object.assign(this,e)}}f([y({type:x.Integer,converter:It})],ua.prototype,"userCertificate",void 0),f([y({type:Jt})],ua.prototype,"revocationDate",void 0),f([y({type:Lr,optional:!0,repeated:"sequence"})],ua.prototype,"crlEntryExtensions",void 0);class Sn{constructor(e={}){this.signature=new re,this.issuer=new zt,this.thisUpdate=new Jt,Object.assign(this,e)}}f([y({type:x.Integer,optional:!0})],Sn.prototype,"version",void 0),f([y({type:re})],Sn.prototype,"signature",void 0),f([y({type:zt})],Sn.prototype,"issuer",void 0),f([y({type:Jt})],Sn.prototype,"thisUpdate",void 0),f([y({type:Jt,optional:!0})],Sn.prototype,"nextUpdate",void 0),f([y({type:ua,repeated:"sequence",optional:!0})],Sn.prototype,"revokedCertificates",void 0),f([y({type:Lr,optional:!0,context:0,repeated:"sequence"})],Sn.prototype,"crlExtensions",void 0);class Hl{constructor(e={}){this.tbsCertList=new Sn,this.signatureAlgorithm=new re,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:Sn})],Hl.prototype,"tbsCertList",void 0),f([y({type:re})],Hl.prototype,"signatureAlgorithm",void 0),f([y({type:x.BitString})],Hl.prototype,"signature",void 0);class Vi{constructor(e={}){this.issuer=new zt,this.serialNumber=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:zt})],Vi.prototype,"issuer",void 0),f([y({type:x.Integer,converter:It})],Vi.prototype,"serialNumber",void 0);let Li=class{constructor(e={}){Object.assign(this,e)}};f([y({type:jn,context:0,implicit:!0})],Li.prototype,"subjectKeyIdentifier",void 0),f([y({type:Vi})],Li.prototype,"issuerAndSerialNumber",void 0),Li=f([H({type:M.Choice})],Li);var en;(function(r){r[r.v0=0]="v0",r[r.v1=1]="v1",r[r.v2=2]="v2",r[r.v3=3]="v3",r[r.v4=4]="v4",r[r.v5=5]="v5"})(en||(en={}));let _s=class extends re{};_s=f([H({type:M.Sequence})],_s);let fa=class extends re{};fa=f([H({type:M.Sequence})],fa);let tn=class extends re{};tn=f([H({type:M.Sequence})],tn);let ha=class extends re{};ha=f([H({type:M.Sequence})],ha);let gd=class extends re{};gd=f([H({type:M.Sequence})],gd);let Fl=class extends re{};Fl=f([H({type:M.Sequence})],Fl);let Hi=class{constructor(e={}){this.attrType="",this.attrValues=[],Object.assign(this,e)}};f([y({type:x.ObjectIdentifier})],Hi.prototype,"attrType",void 0),f([y({type:x.Any,repeated:"set"})],Hi.prototype,"attrValues",void 0);var zl;class rn{constructor(e={}){this.version=en.v0,this.sid=new Li,this.digestAlgorithm=new _s,this.signatureAlgorithm=new fa,this.signature=new it,Object.assign(this,e)}}f([y({type:x.Integer})],rn.prototype,"version",void 0),f([y({type:Li})],rn.prototype,"sid",void 0),f([y({type:_s})],rn.prototype,"digestAlgorithm",void 0),f([y({type:Hi,repeated:"set",context:0,implicit:!0,optional:!0})],rn.prototype,"signedAttrs",void 0),f([y({type:fa})],rn.prototype,"signatureAlgorithm",void 0),f([y({type:it})],rn.prototype,"signature",void 0),f([y({type:Hi,repeated:"set",context:1,implicit:!0,optional:!0})],rn.prototype,"unsignedAttrs",void 0);let da=zl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,zl.prototype)}};da=zl=f([H({type:M.Set,itemType:rn})],da);let vd=class extends Jt{};vd=f([H({type:M.Choice})],vd);let md=class extends rn{};md=f([H({type:M.Sequence})],md);class Gl{constructor(e={}){this.acIssuer=new De,this.acSerial=0,this.attrs=[],Object.assign(this,e)}}f([y({type:De})],Gl.prototype,"acIssuer",void 0),f([y({type:x.Integer})],Gl.prototype,"acSerial",void 0),f([y({type:An,repeated:"sequence"})],Gl.prototype,"attrs",void 0);var Kl;let pa=Kl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Kl.prototype)}};pa=Kl=f([H({type:M.Sequence,itemType:x.ObjectIdentifier})],pa);class ya{constructor(e={}){this.permitUnSpecified=!0,Object.assign(this,e)}}f([y({type:x.Integer,optional:!0})],ya.prototype,"pathLenConstraint",void 0),f([y({type:pa,implicit:!0,context:0,optional:!0})],ya.prototype,"permittedAttrs",void 0),f([y({type:pa,implicit:!0,context:1,optional:!0})],ya.prototype,"excludedAttrs",void 0),f([y({type:x.Boolean,defaultValue:!0})],ya.prototype,"permitUnSpecified",void 0);class fi{constructor(e={}){this.issuer=new ur,this.serial=new ArrayBuffer(0),this.issuerUID=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:ur})],fi.prototype,"issuer",void 0),f([y({type:x.Integer,converter:It})],fi.prototype,"serial",void 0),f([y({type:x.BitString,optional:!0})],fi.prototype,"issuerUID",void 0);var ql;(function(r){r[r.publicKey=0]="publicKey",r[r.publicKeyCert=1]="publicKeyCert",r[r.otherObjectTypes=2]="otherObjectTypes"})(ql||(ql={}));class hi{constructor(e={}){this.digestedObjectType=ql.publicKey,this.digestAlgorithm=new re,this.objectDigest=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.Enumerated})],hi.prototype,"digestedObjectType",void 0),f([y({type:x.ObjectIdentifier,optional:!0})],hi.prototype,"otherObjectTypeID",void 0),f([y({type:re})],hi.prototype,"digestAlgorithm",void 0),f([y({type:x.BitString})],hi.prototype,"objectDigest",void 0);class ga{constructor(e={}){Object.assign(this,e)}}f([y({type:ur,optional:!0})],ga.prototype,"issuerName",void 0),f([y({type:fi,context:0,implicit:!0,optional:!0})],ga.prototype,"baseCertificateID",void 0),f([y({type:hi,context:1,implicit:!0,optional:!0})],ga.prototype,"objectDigestInfo",void 0);let Fi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:De,repeated:"sequence"})],Fi.prototype,"v1Form",void 0),f([y({type:ga,context:0,implicit:!0})],Fi.prototype,"v2Form",void 0),Fi=f([H({type:M.Choice})],Fi);class va{constructor(e={}){this.notBeforeTime=new Date,this.notAfterTime=new Date,Object.assign(this,e)}}f([y({type:x.GeneralizedTime})],va.prototype,"notBeforeTime",void 0),f([y({type:x.GeneralizedTime})],va.prototype,"notAfterTime",void 0);class Es{constructor(e={}){Object.assign(this,e)}}f([y({type:fi,implicit:!0,context:0,optional:!0})],Es.prototype,"baseCertificateID",void 0),f([y({type:ur,implicit:!0,context:1,optional:!0})],Es.prototype,"entityName",void 0),f([y({type:hi,implicit:!0,context:2,optional:!0})],Es.prototype,"objectDigestInfo",void 0);var Zl;(function(r){r[r.v2=1]="v2"})(Zl||(Zl={}));class Hr{constructor(e={}){this.version=Zl.v2,this.holder=new Es,this.issuer=new Fi,this.signature=new re,this.serialNumber=new ArrayBuffer(0),this.attrCertValidityPeriod=new va,this.attributes=[],Object.assign(this,e)}}f([y({type:x.Integer})],Hr.prototype,"version",void 0),f([y({type:Es})],Hr.prototype,"holder",void 0),f([y({type:Fi})],Hr.prototype,"issuer",void 0),f([y({type:re})],Hr.prototype,"signature",void 0),f([y({type:x.Integer,converter:It})],Hr.prototype,"serialNumber",void 0),f([y({type:va})],Hr.prototype,"attrCertValidityPeriod",void 0),f([y({type:An,repeated:"sequence"})],Hr.prototype,"attributes",void 0),f([y({type:x.BitString,optional:!0})],Hr.prototype,"issuerUniqueID",void 0),f([y({type:li,optional:!0})],Hr.prototype,"extensions",void 0);class ma{constructor(e={}){this.acinfo=new Hr,this.signatureAlgorithm=new re,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:Hr})],ma.prototype,"acinfo",void 0),f([y({type:re})],ma.prototype,"signatureAlgorithm",void 0),f([y({type:x.BitString})],ma.prototype,"signatureValue",void 0);var wa;(function(r){r[r.unmarked=1]="unmarked",r[r.unclassified=2]="unclassified",r[r.restricted=4]="restricted",r[r.confidential=8]="confidential",r[r.secret=16]="secret",r[r.topSecret=32]="topSecret"})(wa||(wa={}));class Wl extends Yo{}class Yl{constructor(e={}){this.type="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier,implicit:!0,context:0})],Yl.prototype,"type",void 0),f([y({type:x.Any,implicit:!0,context:1})],Yl.prototype,"value",void 0);class Jl{constructor(e={}){this.policyId="",this.classList=new Wl(wa.unclassified),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Jl.prototype,"policyId",void 0),f([y({type:Wl,defaultValue:new Wl(wa.unclassified)})],Jl.prototype,"classList",void 0),f([y({type:Yl,repeated:"set"})],Jl.prototype,"securityCategories",void 0);class ba{constructor(e={}){Object.assign(this,e)}}f([y({type:it})],ba.prototype,"cotets",void 0),f([y({type:x.ObjectIdentifier})],ba.prototype,"oid",void 0),f([y({type:x.Utf8String})],ba.prototype,"string",void 0);class wd{constructor(e={}){this.values=[],Object.assign(this,e)}}f([y({type:ur,implicit:!0,context:0,optional:!0})],wd.prototype,"policyAuthority",void 0),f([y({type:ba,repeated:"sequence"})],wd.prototype,"values",void 0);var Xl;class xa{constructor(e={}){this.targetCertificate=new fi,Object.assign(this,e)}}f([y({type:fi})],xa.prototype,"targetCertificate",void 0),f([y({type:De,optional:!0})],xa.prototype,"targetName",void 0),f([y({type:hi,optional:!0})],xa.prototype,"certDigestInfo",void 0);let zi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:De,context:0,implicit:!0})],zi.prototype,"targetName",void 0),f([y({type:De,context:1,implicit:!0})],zi.prototype,"targetGroup",void 0),f([y({type:xa,context:2,implicit:!0})],zi.prototype,"targetCert",void 0),zi=f([H({type:M.Choice})],zi);let Ql=Xl=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Xl.prototype)}};Ql=Xl=f([H({type:M.Sequence,itemType:zi})],Ql);var eu;let bd=eu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,eu.prototype)}};bd=eu=f([H({type:M.Sequence,itemType:Ql})],bd);class xd{constructor(e={}){Object.assign(this,e)}}f([y({type:ur,implicit:!0,context:0,optional:!0})],xd.prototype,"roleAuthority",void 0),f([y({type:De,implicit:!0,context:1})],xd.prototype,"roleName",void 0);class tu{constructor(e={}){this.service=new De,this.ident=new De,Object.assign(this,e)}}f([y({type:De})],tu.prototype,"service",void 0),f([y({type:De})],tu.prototype,"ident",void 0),f([y({type:it,optional:!0})],tu.prototype,"authInfo",void 0);var ru;class nu{constructor(e={}){this.otherCertFormat="",this.otherCert=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],nu.prototype,"otherCertFormat",void 0),f([y({type:x.Any})],nu.prototype,"otherCert",void 0);let di=class{constructor(e={}){Object.assign(this,e)}};f([y({type:ui})],di.prototype,"certificate",void 0),f([y({type:ma,context:2,implicit:!0})],di.prototype,"v2AttrCert",void 0),f([y({type:nu,context:3,implicit:!0})],di.prototype,"other",void 0),di=f([H({type:M.Choice})],di);let Is=ru=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,ru.prototype)}};Is=ru=f([H({type:M.Set,itemType:di})],Is);class _n{constructor(e={}){this.contentType="",this.content=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],_n.prototype,"contentType",void 0),f([y({type:x.Any,context:0})],_n.prototype,"content",void 0);let Gi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:it})],Gi.prototype,"single",void 0),f([y({type:x.Any})],Gi.prototype,"any",void 0),Gi=f([H({type:M.Choice})],Gi);class Aa{constructor(e={}){this.eContentType="",Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Aa.prototype,"eContentType",void 0),f([y({type:Gi,context:0,optional:!0})],Aa.prototype,"eContent",void 0);let ks=class{constructor(e={}){Object.assign(this,e)}};f([y({type:it,context:0,implicit:!0,optional:!0})],ks.prototype,"value",void 0),f([y({type:it,converter:_g,context:0,implicit:!0,optional:!0,repeated:"sequence"})],ks.prototype,"constructedValue",void 0),ks=f([H({type:M.Choice})],ks);class Cs{constructor(e={}){this.contentType="",this.contentEncryptionAlgorithm=new ha,Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Cs.prototype,"contentType",void 0),f([y({type:ha})],Cs.prototype,"contentEncryptionAlgorithm",void 0),f([y({type:ks,optional:!0})],Cs.prototype,"encryptedContent",void 0);class Sa{constructor(e={}){this.keyAttrId="",Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Sa.prototype,"keyAttrId",void 0),f([y({type:x.Any,optional:!0})],Sa.prototype,"keyAttr",void 0);var iu;class _a{constructor(e={}){this.subjectKeyIdentifier=new jn,Object.assign(this,e)}}f([y({type:jn})],_a.prototype,"subjectKeyIdentifier",void 0),f([y({type:x.GeneralizedTime,optional:!0})],_a.prototype,"date",void 0),f([y({type:Sa,optional:!0})],_a.prototype,"other",void 0);let Ki=class{constructor(e={}){Object.assign(this,e)}};f([y({type:_a,context:0,implicit:!0,optional:!0})],Ki.prototype,"rKeyId",void 0),f([y({type:Vi,optional:!0})],Ki.prototype,"issuerAndSerialNumber",void 0),Ki=f([H({type:M.Choice})],Ki);class su{constructor(e={}){this.rid=new Ki,this.encryptedKey=new it,Object.assign(this,e)}}f([y({type:Ki})],su.prototype,"rid",void 0),f([y({type:it})],su.prototype,"encryptedKey",void 0);let Ea=iu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,iu.prototype)}};Ea=iu=f([H({type:M.Sequence,itemType:su})],Ea);class ou{constructor(e={}){this.algorithm=new re,this.publicKey=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:re})],ou.prototype,"algorithm",void 0),f([y({type:x.BitString})],ou.prototype,"publicKey",void 0);let pi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:jn,context:0,implicit:!0,optional:!0})],pi.prototype,"subjectKeyIdentifier",void 0),f([y({type:ou,context:1,implicit:!0,optional:!0})],pi.prototype,"originatorKey",void 0),f([y({type:Vi,optional:!0})],pi.prototype,"issuerAndSerialNumber",void 0),pi=f([H({type:M.Choice})],pi);class qi{constructor(e={}){this.version=en.v3,this.originator=new pi,this.keyEncryptionAlgorithm=new tn,this.recipientEncryptedKeys=new Ea,Object.assign(this,e)}}f([y({type:x.Integer})],qi.prototype,"version",void 0),f([y({type:pi,context:0})],qi.prototype,"originator",void 0),f([y({type:it,context:1,optional:!0})],qi.prototype,"ukm",void 0),f([y({type:tn})],qi.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:Ea})],qi.prototype,"recipientEncryptedKeys",void 0);let Zi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:jn,context:0,implicit:!0})],Zi.prototype,"subjectKeyIdentifier",void 0),f([y({type:Vi})],Zi.prototype,"issuerAndSerialNumber",void 0),Zi=f([H({type:M.Choice})],Zi);class Bs{constructor(e={}){this.version=en.v0,this.rid=new Zi,this.keyEncryptionAlgorithm=new tn,this.encryptedKey=new it,Object.assign(this,e)}}f([y({type:x.Integer})],Bs.prototype,"version",void 0),f([y({type:Zi})],Bs.prototype,"rid",void 0),f([y({type:tn})],Bs.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:it})],Bs.prototype,"encryptedKey",void 0);class Os{constructor(e={}){this.keyIdentifier=new it,Object.assign(this,e)}}f([y({type:it})],Os.prototype,"keyIdentifier",void 0),f([y({type:x.GeneralizedTime,optional:!0})],Os.prototype,"date",void 0),f([y({type:Sa,optional:!0})],Os.prototype,"other",void 0);class Ts{constructor(e={}){this.version=en.v4,this.kekid=new Os,this.keyEncryptionAlgorithm=new tn,this.encryptedKey=new it,Object.assign(this,e)}}f([y({type:x.Integer})],Ts.prototype,"version",void 0),f([y({type:Os})],Ts.prototype,"kekid",void 0),f([y({type:tn})],Ts.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:it})],Ts.prototype,"encryptedKey",void 0);class Ns{constructor(e={}){this.version=en.v0,this.keyEncryptionAlgorithm=new tn,this.encryptedKey=new it,Object.assign(this,e)}}f([y({type:x.Integer})],Ns.prototype,"version",void 0),f([y({type:Fl,context:0,optional:!0})],Ns.prototype,"keyDerivationAlgorithm",void 0),f([y({type:tn})],Ns.prototype,"keyEncryptionAlgorithm",void 0),f([y({type:it})],Ns.prototype,"encryptedKey",void 0);class au{constructor(e={}){this.oriType="",this.oriValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],au.prototype,"oriType",void 0),f([y({type:x.Any})],au.prototype,"oriValue",void 0);let Rn=class{constructor(e={}){Object.assign(this,e)}};f([y({type:Bs,optional:!0})],Rn.prototype,"ktri",void 0),f([y({type:qi,context:1,implicit:!0,optional:!0})],Rn.prototype,"kari",void 0),f([y({type:Ts,context:2,implicit:!0,optional:!0})],Rn.prototype,"kekri",void 0),f([y({type:Ns,context:3,implicit:!0,optional:!0})],Rn.prototype,"pwri",void 0),f([y({type:au,context:4,implicit:!0,optional:!0})],Rn.prototype,"ori",void 0),Rn=f([H({type:M.Choice})],Rn);var cu;let Ia=cu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,cu.prototype)}};Ia=cu=f([H({type:M.Set,itemType:Rn})],Ia);var lu;class ka{constructor(e={}){this.otherRevInfoFormat="",this.otherRevInfo=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],ka.prototype,"otherRevInfoFormat",void 0),f([y({type:x.Any})],ka.prototype,"otherRevInfo",void 0);let Ca=class{constructor(e={}){this.other=new ka,Object.assign(this,e)}};f([y({type:ka,context:1,implicit:!0})],Ca.prototype,"other",void 0),Ca=f([H({type:M.Choice})],Ca);let Ba=lu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,lu.prototype)}};Ba=lu=f([H({type:M.Set,itemType:Ca})],Ba);class uu{constructor(e={}){Object.assign(this,e)}}f([y({type:Is,context:0,implicit:!0,optional:!0})],uu.prototype,"certs",void 0),f([y({type:Ba,context:1,implicit:!0,optional:!0})],uu.prototype,"crls",void 0);var fu;let hu=fu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,fu.prototype)}};hu=fu=f([H({type:M.Set,itemType:Hi})],hu);class Ps{constructor(e={}){this.version=en.v0,this.recipientInfos=new Ia,this.encryptedContentInfo=new Cs,Object.assign(this,e)}}f([y({type:x.Integer})],Ps.prototype,"version",void 0),f([y({type:uu,context:0,implicit:!0,optional:!0})],Ps.prototype,"originatorInfo",void 0),f([y({type:Ia})],Ps.prototype,"recipientInfos",void 0),f([y({type:Cs})],Ps.prototype,"encryptedContentInfo",void 0),f([y({type:hu,context:1,implicit:!0,optional:!0})],Ps.prototype,"unprotectedAttrs",void 0);const Yg="1.2.840.113549.1.7.1",du="1.2.840.113549.1.7.2";var pu;let Oa=pu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,pu.prototype)}};Oa=pu=f([H({type:M.Set,itemType:_s})],Oa);class En{constructor(e={}){this.version=en.v0,this.digestAlgorithms=new Oa,this.encapContentInfo=new Aa,this.signerInfos=new da,Object.assign(this,e)}}f([y({type:x.Integer})],En.prototype,"version",void 0),f([y({type:Oa})],En.prototype,"digestAlgorithms",void 0),f([y({type:Aa})],En.prototype,"encapContentInfo",void 0),f([y({type:Is,context:0,implicit:!0,optional:!0})],En.prototype,"certificates",void 0),f([y({type:Ba,context:1,implicit:!0,optional:!0})],En.prototype,"crls",void 0),f([y({type:da})],En.prototype,"signerInfos",void 0);const js="1.2.840.10045.2.1",yu="1.2.840.10045.4.1",Ad="1.2.840.10045.4.3.1",gu="1.2.840.10045.4.3.2",vu="1.2.840.10045.4.3.3",mu="1.2.840.10045.4.3.4",Sd="1.2.840.10045.3.1.7",_d="1.3.132.0.34",Ed="1.3.132.0.35";function Rs(r){return new re({algorithm:r})}const Jg=Rs(yu);Rs(Ad);const Xg=Rs(gu),Qg=Rs(vu),ev=Rs(mu);let Ds=class{constructor(e={}){Object.assign(this,e)}};f([y({type:x.ObjectIdentifier})],Ds.prototype,"fieldType",void 0),f([y({type:x.Any})],Ds.prototype,"parameters",void 0),Ds=f([H({type:M.Sequence})],Ds);class tv extends it{}let Wi=class{constructor(e={}){Object.assign(this,e)}};f([y({type:x.OctetString})],Wi.prototype,"a",void 0),f([y({type:x.OctetString})],Wi.prototype,"b",void 0),f([y({type:x.BitString,optional:!0})],Wi.prototype,"seed",void 0),Wi=f([H({type:M.Sequence})],Wi);var wu;(function(r){r[r.ecpVer1=1]="ecpVer1"})(wu||(wu={}));let In=class{constructor(e={}){this.version=wu.ecpVer1,Object.assign(this,e)}};f([y({type:x.Integer})],In.prototype,"version",void 0),f([y({type:Ds})],In.prototype,"fieldID",void 0),f([y({type:Wi})],In.prototype,"curve",void 0),f([y({type:tv})],In.prototype,"base",void 0),f([y({type:x.Integer,converter:It})],In.prototype,"order",void 0),f([y({type:x.Integer,optional:!0})],In.prototype,"cofactor",void 0),In=f([H({type:M.Sequence})],In);let Dn=class{constructor(e={}){Object.assign(this,e)}};f([y({type:x.ObjectIdentifier})],Dn.prototype,"namedCurve",void 0),f([y({type:x.Null})],Dn.prototype,"implicitCurve",void 0),f([y({type:In})],Dn.prototype,"specifiedCurve",void 0),Dn=f([H({type:M.Choice})],Dn);class Ta{constructor(e={}){this.version=1,this.privateKey=new it,Object.assign(this,e)}}f([y({type:x.Integer})],Ta.prototype,"version",void 0),f([y({type:it})],Ta.prototype,"privateKey",void 0),f([y({type:Dn,context:0,optional:!0})],Ta.prototype,"parameters",void 0),f([y({type:x.BitString,context:1,optional:!0})],Ta.prototype,"publicKey",void 0);class Na{constructor(e={}){this.r=new ArrayBuffer(0),this.s=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.Integer,converter:It})],Na.prototype,"r",void 0),f([y({type:x.Integer,converter:It})],Na.prototype,"s",void 0);const vr="1.2.840.113549.1.1",yi=`${vr}.1`,rv=`${vr}.7`,nv=`${vr}.9`,Us=`${vr}.10`,iv=`${vr}.2`,sv=`${vr}.4`,Pa=`${vr}.5`,ov=`${vr}.14`,bu=`${vr}.11`,ja=`${vr}.12`,Ra=`${vr}.13`,Id=`${vr}.15`,kd=`${vr}.16`,Da="1.3.14.3.2.26",Cd="2.16.840.1.101.3.4.2.4",Ua="2.16.840.1.101.3.4.2.1",$a="2.16.840.1.101.3.4.2.2",Ma="2.16.840.1.101.3.4.2.3",av="2.16.840.1.101.3.4.2.5",cv="2.16.840.1.101.3.4.2.6",lv="1.2.840.113549.2.2",uv="1.2.840.113549.2.5",Va=`${vr}.8`;function Gt(r){return new re({algorithm:r,parameters:null})}Gt(lv),Gt(uv);const gi=Gt(Da);Gt(Cd),Gt(Ua),Gt($a),Gt(Ma),Gt(av),Gt(cv);const Bd=new re({algorithm:Va,parameters:q.serialize(gi)}),Od=new re({algorithm:nv,parameters:q.serialize(Jo.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});Gt(yi),Gt(iv),Gt(sv),Gt(Pa),Gt(Id),Gt(kd),Gt(ja),Gt(Ra),Gt(Id),Gt(kd);class La{constructor(e={}){this.hashAlgorithm=new re(gi),this.maskGenAlgorithm=new re({algorithm:Va,parameters:q.serialize(gi)}),this.pSourceAlgorithm=new re(Od),Object.assign(this,e)}}f([y({type:re,context:0,defaultValue:gi})],La.prototype,"hashAlgorithm",void 0),f([y({type:re,context:1,defaultValue:Bd})],La.prototype,"maskGenAlgorithm",void 0),f([y({type:re,context:2,defaultValue:Od})],La.prototype,"pSourceAlgorithm",void 0),new re({algorithm:rv,parameters:q.serialize(new La)});class vi{constructor(e={}){this.hashAlgorithm=new re(gi),this.maskGenAlgorithm=new re({algorithm:Va,parameters:q.serialize(gi)}),this.saltLength=20,this.trailerField=1,Object.assign(this,e)}}f([y({type:re,context:0,defaultValue:gi})],vi.prototype,"hashAlgorithm",void 0),f([y({type:re,context:1,defaultValue:Bd})],vi.prototype,"maskGenAlgorithm",void 0),f([y({type:x.Integer,context:2,defaultValue:20})],vi.prototype,"saltLength",void 0),f([y({type:x.Integer,context:3,defaultValue:1})],vi.prototype,"trailerField",void 0),new re({algorithm:Us,parameters:q.serialize(new vi)});class Ha{constructor(e={}){this.digestAlgorithm=new re,this.digest=new it,Object.assign(this,e)}}f([y({type:re})],Ha.prototype,"digestAlgorithm",void 0),f([y({type:it})],Ha.prototype,"digest",void 0);var xu;class Fa{constructor(e={}){this.prime=new ArrayBuffer(0),this.exponent=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.Integer,converter:It})],Fa.prototype,"prime",void 0),f([y({type:x.Integer,converter:It})],Fa.prototype,"exponent",void 0),f([y({type:x.Integer,converter:It})],Fa.prototype,"coefficient",void 0);let Au=xu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,xu.prototype)}};Au=xu=f([H({type:M.Sequence,itemType:Fa})],Au);class nn{constructor(e={}){this.version=0,this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),this.privateExponent=new ArrayBuffer(0),this.prime1=new ArrayBuffer(0),this.prime2=new ArrayBuffer(0),this.exponent1=new ArrayBuffer(0),this.exponent2=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.Integer})],nn.prototype,"version",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"modulus",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"publicExponent",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"privateExponent",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"prime1",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"prime2",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"exponent1",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"exponent2",void 0),f([y({type:x.Integer,converter:It})],nn.prototype,"coefficient",void 0),f([y({type:Au,optional:!0})],nn.prototype,"otherPrimeInfos",void 0);class Su{constructor(e={}){this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.Integer,converter:It})],Su.prototype,"modulus",void 0),f([y({type:x.Integer,converter:It})],Su.prototype,"publicExponent",void 0);var _u;(function(r){r[r.Transient=0]="Transient",r[r.Singleton=1]="Singleton",r[r.ResolutionScoped=2]="ResolutionScoped",r[r.ContainerScoped=3]="ContainerScoped"})(_u||(_u={}));const mr=_u;/*! *****************************************************************************
76
+ Copyright (c) Microsoft Corporation.
77
77
 
78
- Permission to use, copy, modify, and/or distribute this software for any
79
- purpose with or without fee is hereby granted.
78
+ Permission to use, copy, modify, and/or distribute this software for any
79
+ purpose with or without fee is hereby granted.
80
80
 
81
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
82
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
83
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
84
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
85
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
86
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
87
- PERFORMANCE OF THIS SOFTWARE.
88
- ***************************************************************************** */var Eu=function(r,e){return Eu=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var i in n)n.hasOwnProperty(i)&&(t[i]=n[i])},Eu(r,e)};function Iu(r,e){Eu(r,e);function t(){this.constructor=r}r.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function cv(r,e,t,n){function i(s){return s instanceof t?s:new t(function(o){o(s)})}return new(t||(t=Promise))(function(s,o){function c(m){try{h(n.next(m))}catch(x){o(x)}}function u(m){try{h(n.throw(m))}catch(x){o(x)}}function h(m){m.done?s(m.value):i(m.value).then(c,u)}h((n=n.apply(r,[])).next())})}function lv(r,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(h){return function(m){return u([h,m])}}function u(h){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(s=h[0]&2?i.return:h[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,h[1])).done)return s;switch(i=0,s&&(h=[h[0]&2,s.value]),h[0]){case 0:case 1:s=h;break;case 4:return t.label++,{value:h[1],done:!1};case 5:t.label++,i=h[1],h=[0];continue;case 7:h=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(h[0]===6||h[0]===2)){t=0;continue}if(h[0]===3&&(!s||h[1]>s[0]&&h[1]<s[3])){t.label=h[1];break}if(h[0]===6&&t.label<s[1]){t.label=s[1],s=h;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(h);break}s[2]&&t.ops.pop(),t.trys.pop();continue}h=e.call(r,t)}catch(m){h=[6,m],i=0}finally{n=s=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}function Ga(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function qa(r,e){var t=typeof Symbol=="function"&&r[Symbol.iterator];if(!t)return r;var n=t.call(r),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(c){o={error:c}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(o)throw o.error}}return s}function bi(){for(var r=[],e=0;e<arguments.length;e++)r=r.concat(qa(arguments[e]));return r}var uv="injectionTokens";function fv(r){var e=Reflect.getMetadata("design:paramtypes",r)||[],t=Reflect.getOwnMetadata(uv,r)||{};return Object.keys(t).forEach(function(n){e[+n]=t[n]}),e}function Cd(r){return!!r.useClass}function ku(r){return!!r.useFactory}var Bd=function(){function r(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}return r.prototype.createProxy=function(e){var t=this,n={},i=!1,s,o=function(){return i||(s=e(t.wrap()),i=!0),s};return new Proxy(n,this.createHandler(o))},r.prototype.createHandler=function(e){var t={},n=function(i){t[i]=function(){for(var s=[],o=0;o<arguments.length;o++)s[o]=arguments[o];s[0]=e();var c=Reflect[i];return c.apply(void 0,bi(s))}};return this.reflectMethods.forEach(n),t},r}();function Qi(r){return typeof r=="string"||typeof r=="symbol"}function hv(r){return typeof r=="object"&&"token"in r&&"multiple"in r}function Od(r){return typeof r=="object"&&"token"in r&&"transform"in r}function dv(r){return typeof r=="function"||r instanceof Bd}function Ka(r){return!!r.useToken}function Za(r){return r.useValue!=null}function pv(r){return Cd(r)||Za(r)||Ka(r)||ku(r)}var Cu=function(){function r(){this._registryMap=new Map}return r.prototype.entries=function(){return this._registryMap.entries()},r.prototype.getAll=function(e){return this.ensure(e),this._registryMap.get(e)},r.prototype.get=function(e){this.ensure(e);var t=this._registryMap.get(e);return t[t.length-1]||null},r.prototype.set=function(e,t){this.ensure(e),this._registryMap.get(e).push(t)},r.prototype.setAll=function(e,t){this._registryMap.set(e,t)},r.prototype.has=function(e){return this.ensure(e),this._registryMap.get(e).length>0},r.prototype.clear=function(){this._registryMap.clear()},r.prototype.ensure=function(e){this._registryMap.has(e)||this._registryMap.set(e,[])},r}(),yv=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Cu),Td=function(){function r(){this.scopedResolutions=new Map}return r}();function gv(r,e){if(r===null)return"at position #"+e;var t=r.split(",")[e].trim();return'"'+t+'" at position #'+e}function vv(r,e,t){return t===void 0&&(t=" "),bi([r],e.message.split(`
81
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
82
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
83
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
84
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
85
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
86
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
87
+ PERFORMANCE OF THIS SOFTWARE.
88
+ ***************************************************************************** */var Eu=function(r,e){return Eu=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var i in n)n.hasOwnProperty(i)&&(t[i]=n[i])},Eu(r,e)};function Iu(r,e){Eu(r,e);function t(){this.constructor=r}r.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}function fv(r,e,t,n){function i(s){return s instanceof t?s:new t(function(o){o(s)})}return new(t||(t=Promise))(function(s,o){function c(v){try{h(n.next(v))}catch(b){o(b)}}function u(v){try{h(n.throw(v))}catch(b){o(b)}}function h(v){v.done?s(v.value):i(v.value).then(c,u)}h((n=n.apply(r,[])).next())})}function hv(r,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},n,i,s,o;return o={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function c(h){return function(v){return u([h,v])}}function u(h){if(n)throw new TypeError("Generator is already executing.");for(;t;)try{if(n=1,i&&(s=h[0]&2?i.return:h[0]?i.throw||((s=i.return)&&s.call(i),0):i.next)&&!(s=s.call(i,h[1])).done)return s;switch(i=0,s&&(h=[h[0]&2,s.value]),h[0]){case 0:case 1:s=h;break;case 4:return t.label++,{value:h[1],done:!1};case 5:t.label++,i=h[1],h=[0];continue;case 7:h=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(h[0]===6||h[0]===2)){t=0;continue}if(h[0]===3&&(!s||h[1]>s[0]&&h[1]<s[3])){t.label=h[1];break}if(h[0]===6&&t.label<s[1]){t.label=s[1],s=h;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(h);break}s[2]&&t.ops.pop(),t.trys.pop();continue}h=e.call(r,t)}catch(v){h=[6,v],i=0}finally{n=s=0}if(h[0]&5)throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}}function za(r){var e=typeof Symbol=="function"&&Symbol.iterator,t=e&&r[e],n=0;if(t)return t.call(r);if(r&&typeof r.length=="number")return{next:function(){return r&&n>=r.length&&(r=void 0),{value:r&&r[n++],done:!r}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function Ga(r,e){var t=typeof Symbol=="function"&&r[Symbol.iterator];if(!t)return r;var n=t.call(r),i,s=[],o;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)s.push(i.value)}catch(c){o={error:c}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(o)throw o.error}}return s}function mi(){for(var r=[],e=0;e<arguments.length;e++)r=r.concat(Ga(arguments[e]));return r}var dv="injectionTokens";function pv(r){var e=Reflect.getMetadata("design:paramtypes",r)||[],t=Reflect.getOwnMetadata(dv,r)||{};return Object.keys(t).forEach(function(n){e[+n]=t[n]}),e}function Td(r){return!!r.useClass}function ku(r){return!!r.useFactory}var Nd=function(){function r(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}return r.prototype.createProxy=function(e){var t=this,n={},i=!1,s,o=function(){return i||(s=e(t.wrap()),i=!0),s};return new Proxy(n,this.createHandler(o))},r.prototype.createHandler=function(e){var t={},n=function(i){t[i]=function(){for(var s=[],o=0;o<arguments.length;o++)s[o]=arguments[o];s[0]=e();var c=Reflect[i];return c.apply(void 0,mi(s))}};return this.reflectMethods.forEach(n),t},r}();function Yi(r){return typeof r=="string"||typeof r=="symbol"}function yv(r){return typeof r=="object"&&"token"in r&&"multiple"in r}function Pd(r){return typeof r=="object"&&"token"in r&&"transform"in r}function gv(r){return typeof r=="function"||r instanceof Nd}function Ka(r){return!!r.useToken}function qa(r){return r.useValue!=null}function vv(r){return Td(r)||qa(r)||Ka(r)||ku(r)}var Cu=function(){function r(){this._registryMap=new Map}return r.prototype.entries=function(){return this._registryMap.entries()},r.prototype.getAll=function(e){return this.ensure(e),this._registryMap.get(e)},r.prototype.get=function(e){this.ensure(e);var t=this._registryMap.get(e);return t[t.length-1]||null},r.prototype.set=function(e,t){this.ensure(e),this._registryMap.get(e).push(t)},r.prototype.setAll=function(e,t){this._registryMap.set(e,t)},r.prototype.has=function(e){return this.ensure(e),this._registryMap.get(e).length>0},r.prototype.clear=function(){this._registryMap.clear()},r.prototype.ensure=function(e){this._registryMap.has(e)||this._registryMap.set(e,[])},r}(),mv=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Cu),jd=function(){function r(){this.scopedResolutions=new Map}return r}();function wv(r,e){if(r===null)return"at position #"+e;var t=r.split(",")[e].trim();return'"'+t+'" at position #'+e}function bv(r,e,t){return t===void 0&&(t=" "),mi([r],e.message.split(`
89
89
  `).map(function(n){return t+n})).join(`
90
- `)}function mv(r,e,t){var n=qa(r.toString().match(/constructor\(([\w, ]+)\)/)||[],2),i=n[1],s=i===void 0?null:i,o=gv(s,e);return vv("Cannot inject the dependency "+o+' of "'+r.name+'" constructor. Reason:',t)}function wv(r){if(typeof r.dispose!="function")return!1;var e=r.dispose;return!(e.length>0)}var bv=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Cu),xv=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Cu),Av=function(){function r(){this.preResolution=new bv,this.postResolution=new xv}return r}(),Nd=new Map,Sv=function(){function r(e){this.parent=e,this._registry=new yv,this.interceptors=new Av,this.disposed=!1,this.disposables=new Set}return r.prototype.register=function(e,t,n){n===void 0&&(n={lifecycle:wr.Transient}),this.ensureNotDisposed();var i;if(pv(t)?i=t:i={useClass:t},Ka(i))for(var s=[e],o=i;o!=null;){var c=o.useToken;if(s.includes(c))throw new Error("Token registration cycle detected! "+bi(s,[c]).join(" -> "));s.push(c);var u=this._registry.get(c);u&&Ka(u.provider)?o=u.provider:o=null}if((n.lifecycle===wr.Singleton||n.lifecycle==wr.ContainerScoped||n.lifecycle==wr.ResolutionScoped)&&(Za(i)||ku(i)))throw new Error('Cannot use lifecycle "'+wr[n.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:i,options:n}),this},r.prototype.registerType=function(e,t){return this.ensureNotDisposed(),Qi(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})},r.prototype.registerInstance=function(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})},r.prototype.registerSingleton=function(e,t){if(this.ensureNotDisposed(),Qi(e)){if(Qi(t))return this.register(e,{useToken:t},{lifecycle:wr.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:wr.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var n=e;return t&&!Qi(t)&&(n=t),this.register(e,{useClass:n},{lifecycle:wr.Singleton})},r.prototype.resolve=function(e,t){t===void 0&&(t=new Td),this.ensureNotDisposed();var n=this.getRegistration(e);if(!n&&Qi(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"Single"),n){var i=this.resolveRegistration(n,t);return this.executePostResolutionInterceptor(e,i,"Single"),i}if(dv(e)){var i=this.construct(e,t);return this.executePostResolutionInterceptor(e,i,"Single"),i}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},r.prototype.executePreResolutionInterceptor=function(e,t){var n,i;if(this.interceptors.preResolution.has(e)){var s=[];try{for(var o=Ga(this.interceptors.preResolution.getAll(e)),c=o.next();!c.done;c=o.next()){var u=c.value;u.options.frequency!="Once"&&s.push(u),u.callback(e,t)}}catch(h){n={error:h}}finally{try{c&&!c.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}this.interceptors.preResolution.setAll(e,s)}},r.prototype.executePostResolutionInterceptor=function(e,t,n){var i,s;if(this.interceptors.postResolution.has(e)){var o=[];try{for(var c=Ga(this.interceptors.postResolution.getAll(e)),u=c.next();!u.done;u=c.next()){var h=u.value;h.options.frequency!="Once"&&o.push(h),h.callback(e,t,n)}}catch(m){i={error:m}}finally{try{u&&!u.done&&(s=c.return)&&s.call(c)}finally{if(i)throw i.error}}this.interceptors.postResolution.setAll(e,o)}},r.prototype.resolveRegistration=function(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===wr.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);var n=e.options.lifecycle===wr.Singleton,i=e.options.lifecycle===wr.ContainerScoped,s=n||i,o;return Za(e.provider)?o=e.provider.useValue:Ka(e.provider)?o=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):Cd(e.provider)?o=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):ku(e.provider)?o=e.provider.useFactory(this):o=this.construct(e.provider,t),e.options.lifecycle===wr.ResolutionScoped&&t.scopedResolutions.set(e,o),o},r.prototype.resolveAll=function(e,t){var n=this;t===void 0&&(t=new Td),this.ensureNotDisposed();var i=this.getAllRegistrations(e);if(!i&&Qi(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"All"),i){var s=i.map(function(c){return n.resolveRegistration(c,t)});return this.executePostResolutionInterceptor(e,s,"All"),s}var o=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,o,"All"),o},r.prototype.isRegistered=function(e,t){return t===void 0&&(t=!1),this.ensureNotDisposed(),this._registry.has(e)||t&&(this.parent||!1)&&this.parent.isRegistered(e,!0)},r.prototype.reset=function(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()},r.prototype.clearInstances=function(){var e,t;this.ensureNotDisposed();try{for(var n=Ga(this._registry.entries()),i=n.next();!i.done;i=n.next()){var s=qa(i.value,2),o=s[0],c=s[1];this._registry.setAll(o,c.filter(function(u){return!Za(u.provider)}).map(function(u){return u.instance=void 0,u}))}}catch(u){e={error:u}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},r.prototype.createChildContainer=function(){var e,t;this.ensureNotDisposed();var n=new r(this);try{for(var i=Ga(this._registry.entries()),s=i.next();!s.done;s=i.next()){var o=qa(s.value,2),c=o[0],u=o[1];u.some(function(h){var m=h.options;return m.lifecycle===wr.ContainerScoped})&&n._registry.setAll(c,u.map(function(h){return h.options.lifecycle===wr.ContainerScoped?{provider:h.provider,options:h.options}:h}))}}catch(h){e={error:h}}finally{try{s&&!s.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return n},r.prototype.beforeResolution=function(e,t,n){n===void 0&&(n={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:t,options:n})},r.prototype.afterResolution=function(e,t,n){n===void 0&&(n={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:t,options:n})},r.prototype.dispose=function(){return cv(this,void 0,void 0,function(){var e;return lv(this,function(t){switch(t.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(n){var i=n.dispose();i&&e.push(i)}),[4,Promise.all(e)];case 1:return t.sent(),[2]}})})},r.prototype.getRegistration=function(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null},r.prototype.getAllRegistrations=function(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null},r.prototype.construct=function(e,t){var n=this;if(e instanceof Bd)return e.createProxy(function(s){return n.resolve(s,t)});var i=function(){var s=Nd.get(e);if(!s||s.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var o=s.map(n.resolveParams(t,e));return new(e.bind.apply(e,bi([void 0],o)))}();return wv(i)&&this.disposables.add(i),i},r.prototype.resolveParams=function(e,t){var n=this;return function(i,s){var o,c,u;try{return hv(i)?Od(i)?i.multiple?(o=n.resolve(i.transform)).transform.apply(o,bi([n.resolveAll(i.token)],i.transformArgs)):(c=n.resolve(i.transform)).transform.apply(c,bi([n.resolve(i.token,e)],i.transformArgs)):i.multiple?n.resolveAll(i.token):n.resolve(i.token,e):Od(i)?(u=n.resolve(i.transform,e)).transform.apply(u,bi([n.resolve(i.token,e)],i.transformArgs)):n.resolve(i,e)}catch(h){throw new Error(mv(t,s,h))}}},r.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},r}(),fr=new Sv;function Wa(){return function(r){Nd.set(r,fv(r))}}if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var Bu;class Ya{constructor(e={}){this.attrId="",this.attrValues=[],Object.assign(e)}}f([y({type:b.ObjectIdentifier})],Ya.prototype,"attrId",void 0),f([y({type:b.Any,repeated:"set"})],Ya.prototype,"attrValues",void 0);let Pd=Bu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Bu.prototype)}};Pd=Bu=f([H({type:M.Sequence,itemType:Ya})],Pd);var Ou;let jd=Ou=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Ou.prototype)}};jd=Ou=f([H({type:M.Sequence,itemType:En})],jd);class Rd{constructor(e={}){this.certId="",this.certValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Rd.prototype,"certId",void 0),f([y({type:b.Any,context:0})],Rd.prototype,"certValue",void 0);class Ud{constructor(e={}){this.crlId="",this.crltValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Ud.prototype,"crlId",void 0),f([y({type:b.Any,context:0})],Ud.prototype,"crltValue",void 0);class Dd extends rt{}let Ja=class{constructor(e={}){this.encryptionAlgorithm=new ne,this.encryptedData=new Dd,Object.assign(this,e)}};f([y({type:ne})],Ja.prototype,"encryptionAlgorithm",void 0),f([y({type:Dd})],Ja.prototype,"encryptedData",void 0);var Tu,Nu;(function(r){r[r.v1=0]="v1"})(Nu||(Nu={}));class $d extends rt{}let Pu=Tu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Tu.prototype)}};Pu=Tu=f([H({type:M.Sequence,itemType:Sn})],Pu);class Vs{constructor(e={}){this.version=Nu.v1,this.privateKeyAlgorithm=new ne,this.privateKey=new $d,Object.assign(this,e)}}f([y({type:b.Integer})],Vs.prototype,"version",void 0),f([y({type:ne})],Vs.prototype,"privateKeyAlgorithm",void 0),f([y({type:$d})],Vs.prototype,"privateKey",void 0),f([y({type:Pu,implicit:!0,context:0,optional:!0})],Vs.prototype,"attributes",void 0);let Md=class extends Vs{};Md=f([H({type:M.Sequence})],Md);let Vd=class extends Ja{};Vd=f([H({type:M.Sequence})],Vd);class Ld{constructor(e={}){this.secretTypeId="",this.secretValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Ld.prototype,"secretTypeId",void 0),f([y({type:b.Any,context:0})],Ld.prototype,"secretValue",void 0);class Ls{constructor(e={}){this.mac=new Fa,this.macSalt=new rt,this.iterations=1,Object.assign(this,e)}}f([y({type:Fa})],Ls.prototype,"mac",void 0),f([y({type:rt})],Ls.prototype,"macSalt",void 0),f([y({type:b.Integer,defaultValue:1})],Ls.prototype,"iterations",void 0);class Xa{constructor(e={}){this.version=3,this.authSafe=new En,this.macData=new Ls,Object.assign(this,e)}}f([y({type:b.Integer})],Xa.prototype,"version",void 0),f([y({type:En})],Xa.prototype,"authSafe",void 0),f([y({type:Ls,optional:!0})],Xa.prototype,"macData",void 0);var ju;class Qa{constructor(e={}){this.bagId="",this.bagValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:b.ObjectIdentifier})],Qa.prototype,"bagId",void 0),f([y({type:b.Any,context:0})],Qa.prototype,"bagValue",void 0),f([y({type:Ya,repeated:"set",optional:!0})],Qa.prototype,"bagAttributes",void 0);let Hd=ju=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,ju.prototype)}};Hd=ju=f([H({type:M.Sequence,itemType:Qa})],Hd);var Ru,Uu,Du;const Fd="1.2.840.113549.1.9",zd=`${Fd}.7`,$u=`${Fd}.14`;let ec=class extends Yt{constructor(e={}){super(e)}toString(){return this.ia5String||super.toString()}};f([y({type:b.IA5String})],ec.prototype,"ia5String",void 0),ec=f([H({type:M.Choice})],ec);let Gd=class extends En{};Gd=f([H({type:M.Sequence})],Gd);let qd=class extends Xa{};qd=f([H({type:M.Sequence})],qd);let Kd=class extends Ja{};Kd=f([H({type:M.Sequence})],Kd);let Mu=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:b.IA5String})],Mu.prototype,"value",void 0),Mu=f([H({type:M.Choice})],Mu);let Zd=class extends ec{};Zd=f([H({type:M.Choice})],Zd);let Wd=class extends Yt{};Wd=f([H({type:M.Choice})],Wd);let Vu=class{constructor(e=new Date){this.value=e}};f([y({type:b.GeneralizedTime})],Vu.prototype,"value",void 0),Vu=f([H({type:M.Choice})],Vu);let Yd=class extends Yt{};Yd=f([H({type:M.Choice})],Yd);let Lu=class{constructor(e="M"){this.value=e}toString(){return this.value}};f([y({type:b.PrintableString})],Lu.prototype,"value",void 0),Lu=f([H({type:M.Choice})],Lu);let tc=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:b.PrintableString})],tc.prototype,"value",void 0),tc=f([H({type:M.Choice})],tc);let Jd=class extends tc{};Jd=f([H({type:M.Choice})],Jd);let Xd=class extends Yt{};Xd=f([H({type:M.Choice})],Xd);let Hu=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:b.ObjectIdentifier})],Hu.prototype,"value",void 0),Hu=f([H({type:M.Choice})],Hu);let Qd=class extends Jt{};Qd=f([H({type:M.Choice})],Qd);let Fu=class{constructor(e=0){this.value=e}toString(){return this.value.toString()}};f([y({type:b.Integer})],Fu.prototype,"value",void 0),Fu=f([H({type:M.Choice})],Fu);let ep=class extends nn{};ep=f([H({type:M.Sequence})],ep);let rc=class extends Yt{};rc=f([H({type:M.Choice})],rc);let tp=Ru=class extends fi{constructor(e){super(e),Object.setPrototypeOf(this,Ru.prototype)}};tp=Ru=f([H({type:M.Sequence})],tp);let rp=Uu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Uu.prototype)}};rp=Uu=f([H({type:M.Set,itemType:Gi})],rp);let zu=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:b.BmpString})],zu.prototype,"value",void 0),zu=f([H({type:M.Choice})],zu);let Gu=class extends ne{};Gu=f([H({type:M.Sequence})],Gu);let np=Du=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,Du.prototype)}};np=Du=f([H({type:M.Sequence,itemType:Gu})],np);var qu;let nc=qu=class extends vt{constructor(e){super(e),Object.setPrototypeOf(this,qu.prototype)}};nc=qu=f([H({type:M.Sequence,itemType:Sn})],nc);class es{constructor(e={}){this.version=0,this.subject=new zt,this.subjectPKInfo=new en,this.attributes=new nc,Object.assign(this,e)}}f([y({type:b.Integer})],es.prototype,"version",void 0),f([y({type:zt})],es.prototype,"subject",void 0),f([y({type:en})],es.prototype,"subjectPKInfo",void 0),f([y({type:nc,implicit:!0,context:0})],es.prototype,"attributes",void 0);class Hs{constructor(e={}){this.certificationRequestInfo=new es,this.signatureAlgorithm=new ne,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:es})],Hs.prototype,"certificationRequestInfo",void 0),f([y({type:ne})],Hs.prototype,"signatureAlgorithm",void 0),f([y({type:b.BitString})],Hs.prototype,"signature",void 0);/*!
90
+ `)}function xv(r,e,t){var n=Ga(r.toString().match(/constructor\(([\w, ]+)\)/)||[],2),i=n[1],s=i===void 0?null:i,o=wv(s,e);return bv("Cannot inject the dependency "+o+' of "'+r.name+'" constructor. Reason:',t)}function Av(r){if(typeof r.dispose!="function")return!1;var e=r.dispose;return!(e.length>0)}var Sv=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Cu),_v=function(r){Iu(e,r);function e(){return r!==null&&r.apply(this,arguments)||this}return e}(Cu),Ev=function(){function r(){this.preResolution=new Sv,this.postResolution=new _v}return r}(),Rd=new Map,Iv=function(){function r(e){this.parent=e,this._registry=new mv,this.interceptors=new Ev,this.disposed=!1,this.disposables=new Set}return r.prototype.register=function(e,t,n){n===void 0&&(n={lifecycle:mr.Transient}),this.ensureNotDisposed();var i;if(vv(t)?i=t:i={useClass:t},Ka(i))for(var s=[e],o=i;o!=null;){var c=o.useToken;if(s.includes(c))throw new Error("Token registration cycle detected! "+mi(s,[c]).join(" -> "));s.push(c);var u=this._registry.get(c);u&&Ka(u.provider)?o=u.provider:o=null}if((n.lifecycle===mr.Singleton||n.lifecycle==mr.ContainerScoped||n.lifecycle==mr.ResolutionScoped)&&(qa(i)||ku(i)))throw new Error('Cannot use lifecycle "'+mr[n.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:i,options:n}),this},r.prototype.registerType=function(e,t){return this.ensureNotDisposed(),Yi(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})},r.prototype.registerInstance=function(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})},r.prototype.registerSingleton=function(e,t){if(this.ensureNotDisposed(),Yi(e)){if(Yi(t))return this.register(e,{useToken:t},{lifecycle:mr.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:mr.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var n=e;return t&&!Yi(t)&&(n=t),this.register(e,{useClass:n},{lifecycle:mr.Singleton})},r.prototype.resolve=function(e,t){t===void 0&&(t=new jd),this.ensureNotDisposed();var n=this.getRegistration(e);if(!n&&Yi(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"Single"),n){var i=this.resolveRegistration(n,t);return this.executePostResolutionInterceptor(e,i,"Single"),i}if(gv(e)){var i=this.construct(e,t);return this.executePostResolutionInterceptor(e,i,"Single"),i}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},r.prototype.executePreResolutionInterceptor=function(e,t){var n,i;if(this.interceptors.preResolution.has(e)){var s=[];try{for(var o=za(this.interceptors.preResolution.getAll(e)),c=o.next();!c.done;c=o.next()){var u=c.value;u.options.frequency!="Once"&&s.push(u),u.callback(e,t)}}catch(h){n={error:h}}finally{try{c&&!c.done&&(i=o.return)&&i.call(o)}finally{if(n)throw n.error}}this.interceptors.preResolution.setAll(e,s)}},r.prototype.executePostResolutionInterceptor=function(e,t,n){var i,s;if(this.interceptors.postResolution.has(e)){var o=[];try{for(var c=za(this.interceptors.postResolution.getAll(e)),u=c.next();!u.done;u=c.next()){var h=u.value;h.options.frequency!="Once"&&o.push(h),h.callback(e,t,n)}}catch(v){i={error:v}}finally{try{u&&!u.done&&(s=c.return)&&s.call(c)}finally{if(i)throw i.error}}this.interceptors.postResolution.setAll(e,o)}},r.prototype.resolveRegistration=function(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===mr.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);var n=e.options.lifecycle===mr.Singleton,i=e.options.lifecycle===mr.ContainerScoped,s=n||i,o;return qa(e.provider)?o=e.provider.useValue:Ka(e.provider)?o=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):Td(e.provider)?o=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):ku(e.provider)?o=e.provider.useFactory(this):o=this.construct(e.provider,t),e.options.lifecycle===mr.ResolutionScoped&&t.scopedResolutions.set(e,o),o},r.prototype.resolveAll=function(e,t){var n=this;t===void 0&&(t=new jd),this.ensureNotDisposed();var i=this.getAllRegistrations(e);if(!i&&Yi(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"All"),i){var s=i.map(function(c){return n.resolveRegistration(c,t)});return this.executePostResolutionInterceptor(e,s,"All"),s}var o=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,o,"All"),o},r.prototype.isRegistered=function(e,t){return t===void 0&&(t=!1),this.ensureNotDisposed(),this._registry.has(e)||t&&(this.parent||!1)&&this.parent.isRegistered(e,!0)},r.prototype.reset=function(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()},r.prototype.clearInstances=function(){var e,t;this.ensureNotDisposed();try{for(var n=za(this._registry.entries()),i=n.next();!i.done;i=n.next()){var s=Ga(i.value,2),o=s[0],c=s[1];this._registry.setAll(o,c.filter(function(u){return!qa(u.provider)}).map(function(u){return u.instance=void 0,u}))}}catch(u){e={error:u}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}},r.prototype.createChildContainer=function(){var e,t;this.ensureNotDisposed();var n=new r(this);try{for(var i=za(this._registry.entries()),s=i.next();!s.done;s=i.next()){var o=Ga(s.value,2),c=o[0],u=o[1];u.some(function(h){var v=h.options;return v.lifecycle===mr.ContainerScoped})&&n._registry.setAll(c,u.map(function(h){return h.options.lifecycle===mr.ContainerScoped?{provider:h.provider,options:h.options}:h}))}}catch(h){e={error:h}}finally{try{s&&!s.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}return n},r.prototype.beforeResolution=function(e,t,n){n===void 0&&(n={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:t,options:n})},r.prototype.afterResolution=function(e,t,n){n===void 0&&(n={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:t,options:n})},r.prototype.dispose=function(){return fv(this,void 0,void 0,function(){var e;return hv(this,function(t){switch(t.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(n){var i=n.dispose();i&&e.push(i)}),[4,Promise.all(e)];case 1:return t.sent(),[2]}})})},r.prototype.getRegistration=function(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null},r.prototype.getAllRegistrations=function(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null},r.prototype.construct=function(e,t){var n=this;if(e instanceof Nd)return e.createProxy(function(s){return n.resolve(s,t)});var i=function(){var s=Rd.get(e);if(!s||s.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var o=s.map(n.resolveParams(t,e));return new(e.bind.apply(e,mi([void 0],o)))}();return Av(i)&&this.disposables.add(i),i},r.prototype.resolveParams=function(e,t){var n=this;return function(i,s){var o,c,u;try{return yv(i)?Pd(i)?i.multiple?(o=n.resolve(i.transform)).transform.apply(o,mi([n.resolveAll(i.token)],i.transformArgs)):(c=n.resolve(i.transform)).transform.apply(c,mi([n.resolve(i.token,e)],i.transformArgs)):i.multiple?n.resolveAll(i.token):n.resolve(i.token,e):Pd(i)?(u=n.resolve(i.transform,e)).transform.apply(u,mi([n.resolve(i.token,e)],i.transformArgs)):n.resolve(i,e)}catch(h){throw new Error(xv(t,s,h))}}},r.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},r}(),fr=new Iv;function Za(){return function(r){Rd.set(r,pv(r))}}if(typeof Reflect>"u"||!Reflect.getMetadata)throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);var Bu;class Wa{constructor(e={}){this.attrId="",this.attrValues=[],Object.assign(e)}}f([y({type:x.ObjectIdentifier})],Wa.prototype,"attrId",void 0),f([y({type:x.Any,repeated:"set"})],Wa.prototype,"attrValues",void 0);let Dd=Bu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Bu.prototype)}};Dd=Bu=f([H({type:M.Sequence,itemType:Wa})],Dd);var Ou;let Ud=Ou=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Ou.prototype)}};Ud=Ou=f([H({type:M.Sequence,itemType:_n})],Ud);class $d{constructor(e={}){this.certId="",this.certValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],$d.prototype,"certId",void 0),f([y({type:x.Any,context:0})],$d.prototype,"certValue",void 0);class Md{constructor(e={}){this.crlId="",this.crltValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Md.prototype,"crlId",void 0),f([y({type:x.Any,context:0})],Md.prototype,"crltValue",void 0);class Vd extends it{}let Ya=class{constructor(e={}){this.encryptionAlgorithm=new re,this.encryptedData=new Vd,Object.assign(this,e)}};f([y({type:re})],Ya.prototype,"encryptionAlgorithm",void 0),f([y({type:Vd})],Ya.prototype,"encryptedData",void 0);var Tu,Nu;(function(r){r[r.v1=0]="v1"})(Nu||(Nu={}));class Ld extends it{}let Pu=Tu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Tu.prototype)}};Pu=Tu=f([H({type:M.Sequence,itemType:An})],Pu);class $s{constructor(e={}){this.version=Nu.v1,this.privateKeyAlgorithm=new re,this.privateKey=new Ld,Object.assign(this,e)}}f([y({type:x.Integer})],$s.prototype,"version",void 0),f([y({type:re})],$s.prototype,"privateKeyAlgorithm",void 0),f([y({type:Ld})],$s.prototype,"privateKey",void 0),f([y({type:Pu,implicit:!0,context:0,optional:!0})],$s.prototype,"attributes",void 0);let Hd=class extends $s{};Hd=f([H({type:M.Sequence})],Hd);let Fd=class extends Ya{};Fd=f([H({type:M.Sequence})],Fd);class zd{constructor(e={}){this.secretTypeId="",this.secretValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],zd.prototype,"secretTypeId",void 0),f([y({type:x.Any,context:0})],zd.prototype,"secretValue",void 0);class Ms{constructor(e={}){this.mac=new Ha,this.macSalt=new it,this.iterations=1,Object.assign(this,e)}}f([y({type:Ha})],Ms.prototype,"mac",void 0),f([y({type:it})],Ms.prototype,"macSalt",void 0),f([y({type:x.Integer,defaultValue:1})],Ms.prototype,"iterations",void 0);class Ja{constructor(e={}){this.version=3,this.authSafe=new _n,this.macData=new Ms,Object.assign(this,e)}}f([y({type:x.Integer})],Ja.prototype,"version",void 0),f([y({type:_n})],Ja.prototype,"authSafe",void 0),f([y({type:Ms,optional:!0})],Ja.prototype,"macData",void 0);var ju;class Xa{constructor(e={}){this.bagId="",this.bagValue=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:x.ObjectIdentifier})],Xa.prototype,"bagId",void 0),f([y({type:x.Any,context:0})],Xa.prototype,"bagValue",void 0),f([y({type:Wa,repeated:"set",optional:!0})],Xa.prototype,"bagAttributes",void 0);let Gd=ju=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,ju.prototype)}};Gd=ju=f([H({type:M.Sequence,itemType:Xa})],Gd);var Ru,Du,Uu;const Kd="1.2.840.113549.1.9",qd=`${Kd}.7`,$u=`${Kd}.14`;let Qa=class extends Yt{constructor(e={}){super(e)}toString(){return this.ia5String||super.toString()}};f([y({type:x.IA5String})],Qa.prototype,"ia5String",void 0),Qa=f([H({type:M.Choice})],Qa);let Zd=class extends _n{};Zd=f([H({type:M.Sequence})],Zd);let Wd=class extends Ja{};Wd=f([H({type:M.Sequence})],Wd);let Yd=class extends Ya{};Yd=f([H({type:M.Sequence})],Yd);let Mu=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:x.IA5String})],Mu.prototype,"value",void 0),Mu=f([H({type:M.Choice})],Mu);let Jd=class extends Qa{};Jd=f([H({type:M.Choice})],Jd);let Xd=class extends Yt{};Xd=f([H({type:M.Choice})],Xd);let Vu=class{constructor(e=new Date){this.value=e}};f([y({type:x.GeneralizedTime})],Vu.prototype,"value",void 0),Vu=f([H({type:M.Choice})],Vu);let Qd=class extends Yt{};Qd=f([H({type:M.Choice})],Qd);let Lu=class{constructor(e="M"){this.value=e}toString(){return this.value}};f([y({type:x.PrintableString})],Lu.prototype,"value",void 0),Lu=f([H({type:M.Choice})],Lu);let ec=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:x.PrintableString})],ec.prototype,"value",void 0),ec=f([H({type:M.Choice})],ec);let ep=class extends ec{};ep=f([H({type:M.Choice})],ep);let tp=class extends Yt{};tp=f([H({type:M.Choice})],tp);let Hu=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:x.ObjectIdentifier})],Hu.prototype,"value",void 0),Hu=f([H({type:M.Choice})],Hu);let rp=class extends Jt{};rp=f([H({type:M.Choice})],rp);let Fu=class{constructor(e=0){this.value=e}toString(){return this.value.toString()}};f([y({type:x.Integer})],Fu.prototype,"value",void 0),Fu=f([H({type:M.Choice})],Fu);let np=class extends rn{};np=f([H({type:M.Sequence})],np);let tc=class extends Yt{};tc=f([H({type:M.Choice})],tc);let ip=Ru=class extends li{constructor(e){super(e),Object.setPrototypeOf(this,Ru.prototype)}};ip=Ru=f([H({type:M.Sequence})],ip);let sp=Du=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Du.prototype)}};sp=Du=f([H({type:M.Set,itemType:Hi})],sp);let zu=class{constructor(e=""){this.value=e}toString(){return this.value}};f([y({type:x.BmpString})],zu.prototype,"value",void 0),zu=f([H({type:M.Choice})],zu);let Gu=class extends re{};Gu=f([H({type:M.Sequence})],Gu);let op=Uu=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Uu.prototype)}};op=Uu=f([H({type:M.Sequence,itemType:Gu})],op);var Ku;let rc=Ku=class extends mt{constructor(e){super(e),Object.setPrototypeOf(this,Ku.prototype)}};rc=Ku=f([H({type:M.Sequence,itemType:An})],rc);class Ji{constructor(e={}){this.version=0,this.subject=new zt,this.subjectPKInfo=new Qr,this.attributes=new rc,Object.assign(this,e)}}f([y({type:x.Integer})],Ji.prototype,"version",void 0),f([y({type:zt})],Ji.prototype,"subject",void 0),f([y({type:Qr})],Ji.prototype,"subjectPKInfo",void 0),f([y({type:rc,implicit:!0,context:0})],Ji.prototype,"attributes",void 0);class Vs{constructor(e={}){this.certificationRequestInfo=new Ji,this.signatureAlgorithm=new re,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}f([y({type:Ji})],Vs.prototype,"certificationRequestInfo",void 0),f([y({type:re})],Vs.prototype,"signatureAlgorithm",void 0),f([y({type:x.BitString})],Vs.prototype,"signature",void 0);/*!
91
91
  * MIT License
92
92
  *
93
93
  * Copyright (c) Peculiar Ventures. All rights reserved.
@@ -110,24 +110,24 @@ ${e.join(`
110
110
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
111
111
  * SOFTWARE.
112
112
  *
113
- */const Fs="crypto.algorithm";class _v{getAlgorithms(){return fr.resolveAll(Fs)}toAsnAlgorithm(e){({...e});for(const t of this.getAlgorithms()){const n=t.toAsnAlgorithm(e);if(n)return n}if(/^[0-9.]+$/.test(e.name)){const t=new ne({algorithm:e.name});if("parameters"in e){const n=e;t.parameters=n.parameters}return t}throw new Error("Cannot convert WebCrypto algorithm to ASN.1 algorithm")}toWebAlgorithm(e){for(const n of this.getAlgorithms()){const i=n.toWebAlgorithm(e);if(i)return i}return{name:e.algorithm,parameters:e.parameters}}}const ts="crypto.algorithmProvider";fr.registerSingleton(ts,_v);var ic;const br="1.3.36.3.3.2.8.1.1",ip=`${br}.1`,sp=`${br}.2`,op=`${br}.3`,ap=`${br}.4`,cp=`${br}.5`,lp=`${br}.6`,up=`${br}.7`,fp=`${br}.8`,hp=`${br}.9`,dp=`${br}.10`,pp=`${br}.11`,yp=`${br}.12`,gp=`${br}.13`,vp=`${br}.14`,mp="brainpoolP160r1",wp="brainpoolP160t1",bp="brainpoolP192r1",xp="brainpoolP192t1",Ap="brainpoolP224r1",Sp="brainpoolP224t1",_p="brainpoolP256r1",Ep="brainpoolP256t1",Ip="brainpoolP320r1",kp="brainpoolP320t1",Cp="brainpoolP384r1",Bp="brainpoolP384t1",Op="brainpoolP512r1",Tp="brainpoolP512t1",Bt="ECDSA";let zs=ic=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case Bt.toLowerCase():if("hash"in e)switch((typeof e.hash=="string"?e.hash:e.hash.name).toLowerCase()){case"sha-1":return Zg;case"sha-256":return Wg;case"sha-384":return Yg;case"sha-512":return Jg}else if("namedCurve"in e){let t="";switch(e.namedCurve){case"P-256":t=bd;break;case"K-256":t=ic.SECP256K1;break;case"P-384":t=xd;break;case"P-521":t=Ad;break;case mp:t=ip;break;case wp:t=sp;break;case bp:t=op;break;case xp:t=ap;break;case Ap:t=cp;break;case Sp:t=lp;break;case _p:t=up;break;case Ep:t=fp;break;case Ip:t=hp;break;case kp:t=dp;break;case Cp:t=pp;break;case Bp:t=yp;break;case Op:t=gp;break;case Tp:t=vp;break}if(t)return new ne({algorithm:Us,parameters:K.serialize(new Dn({namedCurve:t}))})}}return null}toWebAlgorithm(e){switch(e.algorithm){case yu:return{name:Bt,hash:{name:"SHA-1"}};case gu:return{name:Bt,hash:{name:"SHA-256"}};case vu:return{name:Bt,hash:{name:"SHA-384"}};case mu:return{name:Bt,hash:{name:"SHA-512"}};case Us:{if(!e.parameters)throw new TypeError("Cannot get required parameters from EC algorithm");switch(K.parse(e.parameters,Dn).namedCurve){case bd:return{name:Bt,namedCurve:"P-256"};case ic.SECP256K1:return{name:Bt,namedCurve:"K-256"};case xd:return{name:Bt,namedCurve:"P-384"};case Ad:return{name:Bt,namedCurve:"P-521"};case ip:return{name:Bt,namedCurve:mp};case sp:return{name:Bt,namedCurve:wp};case op:return{name:Bt,namedCurve:bp};case ap:return{name:Bt,namedCurve:xp};case cp:return{name:Bt,namedCurve:Ap};case lp:return{name:Bt,namedCurve:Sp};case up:return{name:Bt,namedCurve:_p};case fp:return{name:Bt,namedCurve:Ep};case hp:return{name:Bt,namedCurve:Ip};case dp:return{name:Bt,namedCurve:kp};case pp:return{name:Bt,namedCurve:Cp};case yp:return{name:Bt,namedCurve:Bp};case gp:return{name:Bt,namedCurve:Op};case vp:return{name:Bt,namedCurve:Tp}}}}return null}};zs.SECP256K1="1.3.132.0.10",zs=ic=f([Wa()],zs),fr.registerSingleton(Fs,zs);const Np=Symbol("name"),Pp=Symbol("value");class nt{constructor(e,t={},n=""){this[Np]=e,this[Pp]=n;for(const i in t)this[i]=t[i]}}nt.NAME=Np,nt.VALUE=Pp;class Ev{static toTextObject(e){const t=new nt("Algorithm Identifier",{},Cn.toString(e.algorithm));if(e.parameters)switch(e.algorithm){case Us:{const n=new zs().toWebAlgorithm(e);n&&"namedCurve"in n?t["Named Curve"]=n.namedCurve:t.Parameters=e.parameters;break}default:t.Parameters=e.parameters}return t}}class Cn{static toString(e){const t=this.items[e];return t||e}}Cn.items={[Da]:"sha1",[Ed]:"sha224",[$a]:"sha256",[Ma]:"sha384",[Va]:"sha512",[vi]:"rsaEncryption",[ja]:"sha1WithRSAEncryption",[nv]:"sha224WithRSAEncryption",[bu]:"sha256WithRSAEncryption",[Ra]:"sha384WithRSAEncryption",[Ua]:"sha512WithRSAEncryption",[Us]:"ecPublicKey",[yu]:"ecdsaWithSHA1",[wd]:"ecdsaWithSHA224",[gu]:"ecdsaWithSHA256",[vu]:"ecdsaWithSHA384",[mu]:"ecdsaWithSHA512",[Lg]:"TLS WWW server authentication",[Hg]:"TLS WWW client authentication",[Fg]:"Code Signing",[zg]:"E-mail Protection",[Gg]:"Time Stamping",[qg]:"OCSP Signing",[du]:"Signed Data"};class $n{static serialize(e){return this.serializeObj(e).join(`
114
- `)}static pad(e=0){return"".padStart(2*e," ")}static serializeObj(e,t=0){const n=[];let i=this.pad(t++),s="";const o=e[nt.VALUE];o&&(s=` ${o}`),n.push(`${i}${e[nt.NAME]}:${s}`),i=this.pad(t);for(const c in e){if(typeof c=="symbol")continue;const u=e[c],h=c?`${c}: `:"";if(typeof u=="string"||typeof u=="number"||typeof u=="boolean")n.push(`${i}${h}${u}`);else if(u instanceof Date)n.push(`${i}${h}${u.toUTCString()}`);else if(Array.isArray(u))for(const m of u)m[nt.NAME]=c,n.push(...this.serializeObj(m,t));else if(u instanceof nt)u[nt.NAME]=c,n.push(...this.serializeObj(u,t));else if(Y.isBufferSource(u))c?(n.push(`${i}${h}`),n.push(...this.serializeBufferSource(u,t+1))):n.push(...this.serializeBufferSource(u,t));else if("toTextObject"in u){const m=u.toTextObject();m[nt.NAME]=c,n.push(...this.serializeObj(m,t))}else throw new TypeError("Cannot serialize data in text format. Unsupported type.")}return n}static serializeBufferSource(e,t=0){const n=this.pad(t),i=Y.toUint8Array(e),s=[];for(let o=0;o<i.length;){const c=[];for(let u=0;u<16&&o<i.length;u++){u===8&&c.push("");const h=i[o++].toString(16).padStart(2,"0");c.push(h)}s.push(`${n}${c.join(" ")}`)}return s}static serializeAlgorithm(e){return this.algorithmSerializer.toTextObject(e)}}$n.oidSerializer=Cn,$n.algorithmSerializer=Ev;class Mn{constructor(...e){if(e.length===1){const t=e[0];this.rawData=K.serialize(t),this.onInit(t)}else{const t=K.parse(e[0],e[1]);this.rawData=Y.toArrayBuffer(e[0]),this.onInit(t)}}equal(e){return e instanceof Mn?No(e.rawData,this.rawData):!1}toString(e="text"){switch(e){case"asn":return K.toString(this.rawData);case"text":return $n.serialize(this.toTextObject());case"hex":return ue.ToHex(this.rawData);case"base64":return ue.ToBase64(this.rawData);case"base64url":return ue.ToBase64Url(this.rawData);default:throw TypeError("Argument 'format' is unsupported value")}}getTextName(){return this.constructor.NAME}toTextObject(){const e=this.toTextObjectEmpty();return e[""]=this.rawData,e}toTextObjectEmpty(e){return new nt(this.getTextName(),{},e)}}Mn.NAME="ASN";class Rr extends Mn{constructor(...e){let t;Y.isBufferSource(e[0])?t=Y.toArrayBuffer(e[0]):t=K.serialize(new Hr({extnID:e[0],critical:e[1],extnValue:new rt(Y.toArrayBuffer(e[2]))})),super(t,Hr)}onInit(e){this.type=e.extnID,this.critical=e.critical,this.value=e.extnValue.buffer}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.value,e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty(this.critical?"critical":void 0);return e[nt.NAME]===Rr.NAME&&(e[nt.NAME]=Cn.toString(this.type)),e}}var jp;class Vn{static isCryptoKeyPair(e){return e&&e.privateKey&&e.publicKey}static isCryptoKey(e){return e&&e.usages&&e.type&&e.algorithm&&e.extractable!==void 0}constructor(){this.items=new Map,this[jp]="CryptoProvider",typeof self<"u"&&typeof crypto<"u"?this.set(Vn.DEFAULT,crypto):typeof global<"u"&&global.crypto&&global.crypto.subtle&&this.set(Vn.DEFAULT,global.crypto)}clear(){this.items.clear()}delete(e){return this.items.delete(e)}forEach(e,t){return this.items.forEach(e,t)}has(e){return this.items.has(e)}get size(){return this.items.size}entries(){return this.items.entries()}keys(){return this.items.keys()}values(){return this.items.values()}[Symbol.iterator](){return this.items[Symbol.iterator]()}get(e=Vn.DEFAULT){const t=this.items.get(e.toLowerCase());if(!t)throw new Error(`Cannot get Crypto by name '${e}'`);return t}set(e,t){if(typeof e=="string"){if(!t)throw new TypeError("Argument 'value' is required");this.items.set(e.toLowerCase(),t)}else this.items.set(Vn.DEFAULT,e);return this}}jp=Symbol.toStringTag,Vn.DEFAULT="default";const Xt=new Vn,Iv=/^[0-2](?:\.[1-9][0-9]*)+$/;function kv(r){return new RegExp(Iv).test(r)}class Rp{constructor(e={}){this.items={};for(const t in e)this.register(t,e[t])}get(e){return this.items[e]||null}findId(e){return kv(e)?e:this.get(e)}register(e,t){this.items[e]=t,this.items[t]=e}}const xr=new Rp;xr.register("CN","2.5.4.3"),xr.register("L","2.5.4.7"),xr.register("ST","2.5.4.8"),xr.register("O","2.5.4.10"),xr.register("OU","2.5.4.11"),xr.register("C","2.5.4.6"),xr.register("DC","0.9.2342.19200300.100.1.25"),xr.register("E","1.2.840.113549.1.9.1"),xr.register("G","2.5.4.42"),xr.register("I","2.5.4.43"),xr.register("SN","2.5.4.4"),xr.register("T","2.5.4.12");function Cv(r,e){return`\\${ue.ToHex(ue.FromUtf8String(e)).toUpperCase()}`}function Bv(r){return r.replace(/([,+"\\<>;])/g,"\\$1").replace(/^([ #])/,"\\$1").replace(/([ ]$)/,"\\$1").replace(/([\r\n\t])/,Cv)}class Ln{static isASCII(e){for(let t=0;t<e.length;t++)if(e.charCodeAt(t)>255)return!1;return!0}static isPrintableString(e){return/^[A-Za-z0-9 '()+,-./:=?]*$/g.test(e)}constructor(e,t={}){this.extraNames=new Rp,this.asn=new zt;for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)){const i=t[n];this.extraNames.register(n,i)}typeof e=="string"?this.asn=this.fromString(e):e instanceof zt?this.asn=e:Y.isBufferSource(e)?this.asn=K.parse(e,zt):this.asn=this.fromJSON(e)}getField(e){const t=this.extraNames.findId(e)||xr.findId(e),n=[];for(const i of this.asn)for(const s of i)s.type===t&&n.push(s.value.toString());return n}getName(e){return this.extraNames.get(e)||xr.get(e)}toString(){return this.asn.map(e=>e.map(t=>{const n=this.getName(t.type)||t.type,i=t.value.anyValue?`#${ue.ToHex(t.value.anyValue)}`:Bv(t.value.toString());return`${n}=${i}`}).join("+")).join(", ")}toJSON(){var e;const t=[];for(const n of this.asn){const i={};for(const s of n){const o=this.getName(s.type)||s.type;(e=i[o])!==null&&e!==void 0||(i[o]=[]),i[o].push(s.value.anyValue?`#${ue.ToHex(s.value.anyValue)}`:s.value.toString())}t.push(i)}return t}fromString(e){const t=new zt,n=/(\d\.[\d.]*\d|[A-Za-z]+)=((?:"")|(?:".*?[^\\]")|(?:[^,+].*?(?:[^\\][,+]))|(?:))([,+])?/g;let i=null,s=",";for(;i=n.exec(`${e},`);){let[,o,c]=i;const u=c[c.length-1];(u===","||u==="+")&&(c=c.slice(0,c.length-1),i[3]=u);const h=i[3];o=this.getTypeOid(o);const m=this.createAttribute(o,c);s==="+"?t[t.length-1].push(m):t.push(new Di([m])),s=h}return t}fromJSON(e){const t=new zt;for(const n of e){const i=new Di;for(const s in n){const o=this.getTypeOid(s),c=n[s];for(const u of c){const h=this.createAttribute(o,u);i.push(h)}}t.push(i)}return t}getTypeOid(e){if(/[\d.]+/.test(e)||(e=this.getName(e)||""),!e)throw new Error(`Cannot get OID for name type '${e}'`);return e}createAttribute(e,t){const n=new Qo({type:e});if(typeof t=="object")for(const i in t)switch(i){case"ia5String":n.value.ia5String=t[i];break;case"utf8String":n.value.utf8String=t[i];break;case"universalString":n.value.universalString=t[i];break;case"bmpString":n.value.bmpString=t[i];break;case"printableString":n.value.printableString=t[i];break}else if(t[0]==="#")n.value.anyValue=ue.FromHex(t.slice(1));else{const i=this.processStringValue(t);e===this.getName("E")||e===this.getName("DC")?n.value.ia5String=i:Ln.isPrintableString(i)?n.value.printableString=i:n.value.utf8String=i}return n}processStringValue(e){const t=/"(.*?[^\\])?"/.exec(e);return t&&(e=t[1]),e.replace(/\\0a/ig,`
115
- `).replace(/\\0d/ig,"\r").replace(/\\0g/ig," ").replace(/\\(.)/g,"$1")}toArrayBuffer(){return K.serialize(this.asn)}async getThumbprint(...e){var t;let n,i="SHA-1";return e.length>=1&&!(!((t=e[0])===null||t===void 0)&&t.subtle)?(i=e[0]||i,n=e[1]||Xt.get()):n=e[0]||Xt.get(),await n.subtle.digest(i,this.toArrayBuffer())}}const Up="Cannot initialize GeneralName from ASN.1 data.",Dp=`${Up} Unsupported string format in use.`,Ov=`${Up} Value doesn't match to GUID regular expression.`,$p=/^([0-9a-f]{8})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{12})$/i,Mp="1.3.6.1.4.1.311.25.1",Vp="1.3.6.1.4.1.311.20.2.3",Ku="dns",Zu="dn",Wu="email",Yu="ip",Ju="url",Xu="guid",Qu="upn",sc="id";class Hn extends Mn{constructor(...e){let t;if(e.length===2)switch(e[0]){case Zu:{const n=new Ln(e[1]).toArrayBuffer(),i=K.parse(n,zt);t=new Re({directoryName:i});break}case Ku:t=new Re({dNSName:e[1]});break;case Wu:t=new Re({rfc822Name:e[1]});break;case Xu:{const n=new RegExp($p,"i").exec(e[1]);if(!n)throw new Error("Cannot parse GUID value. Value doesn't match to regular expression");const i=n.slice(1).map((s,o)=>o<3?ue.ToHex(new Uint8Array(ue.FromHex(s)).reverse()):s).join("");t=new Re({otherName:new As({typeId:Mp,value:K.serialize(new rt(ue.FromHex(i)))})});break}case Yu:t=new Re({iPAddress:e[1]});break;case sc:t=new Re({registeredID:e[1]});break;case Qu:{t=new Re({otherName:new As({typeId:Vp,value:K.serialize(Vh.toASN(e[1]))})});break}case Ju:t=new Re({uniformResourceIdentifier:e[1]});break;default:throw new Error("Cannot create GeneralName. Unsupported type of the name")}else Y.isBufferSource(e[0])?t=K.parse(e[0],Re):t=e[0];super(t)}onInit(e){if(e.dNSName!=null)this.type=Ku,this.value=e.dNSName;else if(e.rfc822Name!=null)this.type=Wu,this.value=e.rfc822Name;else if(e.iPAddress!=null)this.type=Yu,this.value=e.iPAddress;else if(e.uniformResourceIdentifier!=null)this.type=Ju,this.value=e.uniformResourceIdentifier;else if(e.registeredID!=null)this.type=sc,this.value=e.registeredID;else if(e.directoryName!=null)this.type=Zu,this.value=new Ln(e.directoryName).toString();else if(e.otherName!=null)if(e.otherName.typeId===Mp){this.type=Xu;const t=K.parse(e.otherName.value,rt),n=new RegExp($p,"i").exec(ue.ToHex(t));if(!n)throw new Error(Ov);this.value=n.slice(1).map((i,s)=>s<3?ue.ToHex(new Uint8Array(ue.FromHex(i)).reverse()):i).join("-")}else if(e.otherName.typeId===Vp)this.type=Qu,this.value=K.parse(e.otherName.value,Yt).toString();else throw new Error(Dp);else throw new Error(Dp)}toJSON(){return{type:this.type,value:this.value}}toTextObject(){let e;switch(this.type){case Zu:case Ku:case Xu:case Yu:case sc:case Qu:case Ju:e=this.type.toUpperCase();break;case Wu:e="Email";break;default:throw new Error("Unsupported GeneralName type")}let t=this.value;return this.type===sc&&(t=Cn.toString(t)),new nt(e,void 0,t)}}class Gs extends Mn{constructor(e){let t;if(e instanceof ur)t=e;else if(Array.isArray(e)){const n=[];for(const i of e)if(i instanceof Re)n.push(i);else{const s=K.parse(new Hn(i.type,i.value).rawData,Re);n.push(s)}t=new ur(n)}else if(Y.isBufferSource(e))t=K.parse(e,ur);else throw new Error("Cannot initialize GeneralNames. Incorrect incoming arguments");super(t)}onInit(e){const t=[];for(const n of e){let i=null;try{i=new Hn(n)}catch{continue}t.push(i)}this.items=t}toJSON(){return this.items.map(e=>e.toJSON())}toTextObject(){const e=super.toTextObjectEmpty();for(const t of this.items){const n=t.toTextObject();let i=e[n[nt.NAME]];Array.isArray(i)||(i=[],e[n[nt.NAME]]=i),i.push(n)}return e}}Gs.NAME="GeneralNames";const qs="-{5}",Ks="\\n",Tv=`[^${Ks}]+`,Nv=`${qs}BEGIN (${Tv}(?=${qs}))${qs}`,Pv=`${qs}END \\1${qs}`,rs="\\n",jv=`[^:${Ks}]+`,Rv=`(?:[^${Ks}]+${rs}(?: +[^${Ks}]+${rs})*)`,Uv=`(?:[a-zA-Z0-9=+/]+${rs})+`,Lp=`${Nv}${rs}(?:((?:${jv}: ${Rv})+))?${rs}?(${Uv})${Pv}`;class Ar{static isPem(e){return typeof e=="string"&&new RegExp(Lp,"g").test(e)}static decodeWithHeaders(e){e=e.replace(/\r/g,"");const t=new RegExp(Lp,"g"),n=[];let i=null;for(;i=t.exec(e);){const s=i[3].replace(new RegExp(`[${Ks}]+`,"g"),""),o={type:i[1],headers:[],rawData:ue.FromBase64(s)},c=i[2];if(c){const u=c.split(new RegExp(rs,"g"));let h=null;for(const m of u){const[x,G]=m.split(/:(.*)/);if(G===void 0){if(!h)throw new Error("Cannot parse PEM string. Incorrect header value");h.value+=x.trim()}else h&&o.headers.push(h),h={key:x,value:G.trim()}}h&&o.headers.push(h)}n.push(o)}return n}static decode(e){return this.decodeWithHeaders(e).map(n=>n.rawData)}static decodeFirst(e){const t=this.decode(e);if(!t.length)throw new RangeError("PEM string doesn't contain any objects");return t[0]}static encode(e,t){if(Array.isArray(e)){const n=new Array;return t?e.forEach(i=>{if(!Y.isBufferSource(i))throw new TypeError("Cannot encode array of BufferSource in PEM format. Not all items of the array are BufferSource");n.push(this.encodeStruct({type:t,rawData:Y.toArrayBuffer(i)}))}):e.forEach(i=>{if(!("type"in i))throw new TypeError("Cannot encode array of PemStruct in PEM format. Not all items of the array are PemStrut");n.push(this.encodeStruct(i))}),n.join(`
116
- `)}else{if(!t)throw new Error("Required argument 'tag' is missed");return this.encodeStruct({type:t,rawData:Y.toArrayBuffer(e)})}}static encodeStruct(e){var t;const n=e.type.toLocaleUpperCase(),i=[];if(i.push(`-----BEGIN ${n}-----`),!((t=e.headers)===null||t===void 0)&&t.length){for(const h of e.headers)i.push(`${h.key}: ${h.value}`);i.push("")}const s=ue.ToBase64(e.rawData);let o,c=0;const u=Array();for(;c<s.length&&(s.length-c<64?o=s.substring(c):(o=s.substring(c,c+64),c+=64),o.length!==0);)if(u.push(o),o.length<64)break;return i.push(...u),i.push(`-----END ${n}-----`),i.join(`
117
- `)}}Ar.CertificateTag="CERTIFICATE",Ar.CrlTag="CRL",Ar.CertificateRequestTag="CERTIFICATE REQUEST",Ar.PublicKeyTag="PUBLIC KEY",Ar.PrivateKeyTag="PRIVATE KEY";class zr extends Mn{static isAsnEncoded(e){return Y.isBufferSource(e)||typeof e=="string"}static toArrayBuffer(e){if(typeof e=="string"){if(Ar.isPem(e))return Ar.decode(e)[0];if(ue.isHex(e))return ue.FromHex(e);if(ue.isBase64(e))return ue.FromBase64(e);if(ue.isBase64Url(e))return ue.FromBase64Url(e);throw new TypeError("Unsupported format of 'raw' argument. Must be one of DER, PEM, HEX, Base64, or Base4Url")}else{const t=ue.ToBinary(e);return Ar.isPem(t)?Ar.decode(t)[0]:ue.isHex(t)?ue.FromHex(t):ue.isBase64(t)?ue.FromBase64(t):ue.isBase64Url(t)?ue.FromBase64Url(t):Y.toArrayBuffer(e)}}constructor(...e){zr.isAsnEncoded(e[0])?super(zr.toArrayBuffer(e[0]),e[1]):super(e[0])}toString(e="pem"){switch(e){case"pem":return Ar.encode(this.rawData,this.tag);default:return super.toString(e)}}}class on extends zr{static async create(e,t=Xt.get()){if(e instanceof on)return e;if(Vn.isCryptoKey(e)){if(e.type!=="public")throw new TypeError("Public key is required");const n=await t.subtle.exportKey("spki",e);return new on(n)}else{if(e.publicKey)return e.publicKey;if(Y.isBufferSource(e))return new on(e);throw new TypeError("Unsupported PublicKeyType")}}constructor(e){zr.isAsnEncoded(e)?super(e,en):super(e),this.tag=Ar.PublicKeyTag}async export(...e){let t,n=["verify"],i={hash:"SHA-256",...this.algorithm};e.length>1?(i=e[0]||i,n=e[1]||n,t=e[2]||Xt.get()):t=e[0]||Xt.get();let s=this.rawData;const o=K.parse(this.rawData,en);return o.algorithm.algorithm===Ms&&(s=Dv(o,s)),t.subtle.importKey("spki",s,i,!0,n)}onInit(e){const t=fr.resolve(ts),n=this.algorithm=t.toWebAlgorithm(e.algorithm);switch(e.algorithm.algorithm){case vi:{const i=K.parse(e.subjectPublicKey,Su),s=Y.toUint8Array(i.modulus);n.publicExponent=Y.toUint8Array(i.publicExponent),n.modulusLength=(s[0]?s:s.slice(1)).byteLength<<3;break}}}async getThumbprint(...e){var t;let n,i="SHA-1";return e.length>=1&&!(!((t=e[0])===null||t===void 0)&&t.subtle)?(i=e[0]||i,n=e[1]||Xt.get()):n=e[0]||Xt.get(),await n.subtle.digest(i,this.rawData)}async getKeyIdentifier(...e){let t,n="SHA-1";e.length===1?typeof e[0]=="string"?(n=e[0],t=Xt.get()):t=e[0]:e.length===2?(n=e[0],t=e[1]):t=Xt.get();const i=K.parse(this.rawData,en);return await t.subtle.digest(n,i.subjectPublicKey)}toTextObject(){const e=this.toTextObjectEmpty(),t=K.parse(this.rawData,en);switch(e.Algorithm=$n.serializeAlgorithm(t.algorithm),t.algorithm.algorithm){case Us:e["EC Point"]=t.subjectPublicKey;break;case vi:default:e["Raw Data"]=t.subjectPublicKey}return e}}function Dv(r,e){return r.algorithm=new ne({algorithm:vi,parameters:null}),e=K.serialize(r),e}class Zs extends Rr{static async create(e,t=!1,n=Xt.get()){if("name"in e&&"serialNumber"in e)return new Zs(e,t);const s=await(await on.create(e,n)).getKeyIdentifier(n);return new Zs(ue.ToHex(s),t)}constructor(...e){if(Y.isBufferSource(e[0]))super(e[0]);else if(typeof e[0]=="string"){const t=new li({keyIdentifier:new gl(ue.FromHex(e[0]))});super(ta,e[1],K.serialize(t))}else{const t=e[0],n=t.name instanceof Gs?K.parse(t.name.rawData,ur):t.name,i=new li({authorityCertIssuer:n,authorityCertSerialNumber:ue.FromHex(t.serialNumber)});super(ta,e[1],K.serialize(i))}}onInit(e){super.onInit(e);const t=K.parse(e.extnValue,li);t.keyIdentifier&&(this.keyId=ue.ToHex(t.keyIdentifier)),(t.authorityCertIssuer||t.authorityCertSerialNumber)&&(this.certId={name:t.authorityCertIssuer||[],serialNumber:t.authorityCertSerialNumber?ue.ToHex(t.authorityCertSerialNumber):""})}toTextObject(){const e=this.toTextObjectWithoutValue(),t=K.parse(this.value,li);return t.authorityCertIssuer&&(e["Authority Issuer"]=new Gs(t.authorityCertIssuer).toTextObject()),t.authorityCertSerialNumber&&(e["Authority Serial Number"]=t.authorityCertSerialNumber),t.keyIdentifier&&(e[""]=t.keyIdentifier),e}}Zs.NAME="Authority Key Identifier";class Hp extends Rr{constructor(...e){if(Y.isBufferSource(e[0])){super(e[0]);const t=K.parse(this.value,ra);this.ca=t.cA,this.pathLength=t.pathLenConstraint}else{const t=new ra({cA:e[0],pathLenConstraint:e[1]});super(Yh,e[2],K.serialize(t)),this.ca=e[0],this.pathLength=e[1]}}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ca&&(e.CA=this.ca),this.pathLength!==void 0&&(e["Path Length"]=this.pathLength),e}}Hp.NAME="Basic Constraints";var Fp;(function(r){r.serverAuth="1.3.6.1.5.5.7.3.1",r.clientAuth="1.3.6.1.5.5.7.3.2",r.codeSigning="1.3.6.1.5.5.7.3.3",r.emailProtection="1.3.6.1.5.5.7.3.4",r.timeStamping="1.3.6.1.5.5.7.3.8",r.ocspSigning="1.3.6.1.5.5.7.3.9"})(Fp||(Fp={}));class zp extends Rr{constructor(...e){if(Y.isBufferSource(e[0])){super(e[0]);const t=K.parse(this.value,aa);this.usages=t.map(n=>n)}else{const t=new aa(e[0]);super(rd,e[1],K.serialize(t)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.usages.map(t=>Cn.toString(t)).join(", "),e}}zp.NAME="Extended Key Usages";var Gp;(function(r){r[r.digitalSignature=1]="digitalSignature",r[r.nonRepudiation=2]="nonRepudiation",r[r.keyEncipherment=4]="keyEncipherment",r[r.dataEncipherment=8]="dataEncipherment",r[r.keyAgreement=16]="keyAgreement",r[r.keyCertSign=32]="keyCertSign",r[r.cRLSign=64]="cRLSign",r[r.encipherOnly=128]="encipherOnly",r[r.decipherOnly=256]="decipherOnly"})(Gp||(Gp={}));class qp extends Rr{constructor(...e){if(Y.isBufferSource(e[0])){super(e[0]);const t=K.parse(this.value,Tl);this.usages=t.toNumber()}else{const t=new Tl(e[0]);super(id,e[1],K.serialize(t)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=K.parse(this.value,Tl);return e[""]=t.toJSON().join(", "),e}}qp.NAME="Key Usages";class oc extends Rr{static async create(e,t=!1,n=Xt.get()){const s=await(await on.create(e,n)).getKeyIdentifier(n);return new oc(ue.ToHex(s),t)}constructor(...e){if(Y.isBufferSource(e[0])){super(e[0]);const t=K.parse(this.value,Rn);this.keyId=ue.ToHex(t)}else{const t=typeof e[0]=="string"?ue.FromHex(e[0]):e[0],n=new Rn(t);super(Ml,e[1],K.serialize(n)),this.keyId=ue.ToHex(t)}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=K.parse(this.value,Rn);return e[""]=t,e}}oc.NAME="Subject Key Identifier";class Kp extends Rr{constructor(...e){Y.isBufferSource(e[0])?super(e[0]):super(Ul,e[1],new Gs(e[0]||[]).rawData)}onInit(e){super.onInit(e);const t=K.parse(e.extnValue,Dl);this.names=new Gs(t)}toTextObject(){const e=this.toTextObjectWithoutValue(),t=this.names.toTextObject();for(const n in t)e[n]=t[n];return e}}Kp.NAME="Subject Alternative Name";class Ur{static register(e,t){this.items.set(e,t)}static create(e){const t=new Rr(e),n=this.items.get(t.type);return n?new n(e):t}}Ur.items=new Map;class Zp extends Rr{constructor(...e){var t;if(Y.isBufferSource(e[0])){super(e[0]);const n=K.parse(this.value,sa);this.policies=n.map(i=>i.policyIdentifier)}else{const n=e[0],i=(t=e[1])!==null&&t!==void 0?t:!1,s=new sa(n.map(o=>new ia({policyIdentifier:o})));super(Xh,i,K.serialize(s)),this.policies=n}}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Policy=this.policies.map(t=>new nt("",{},Cn.toString(t))),e}}Zp.NAME="Certificate Policies",Ur.register(Xh,Zp);class Wp extends Rr{constructor(...e){var t;if(Y.isBufferSource(e[0]))super(e[0]);else if(Array.isArray(e[0])&&typeof e[0][0]=="string"){const i=e[0].map(o=>new Vi({distributionPoint:new ui({fullName:[new Re({uniformResourceIdentifier:o})]})})),s=new Li(i);super(_l,e[1],K.serialize(s))}else{const n=new Li(e[0]);super(_l,e[1],K.serialize(n))}(t=this.distributionPoints)!==null&&t!==void 0||(this.distributionPoints=[])}onInit(e){super.onInit(e);const t=K.parse(e.extnValue,Li);this.distributionPoints=t}toTextObject(){const e=this.toTextObjectWithoutValue();return e["Distribution Point"]=this.distributionPoints.map(t=>{var n;const i={};return t.distributionPoint&&(i[""]=(n=t.distributionPoint.fullName)===null||n===void 0?void 0:n.map(s=>new Hn(s).toString()).join(", ")),t.reasons&&(i.Reasons=t.reasons.toString()),t.cRLIssuer&&(i["CRL Issuer"]=t.cRLIssuer.map(s=>s.toString()).join(", ")),i}),e}}Wp.NAME="CRL Distribution Points";class Yp extends Rr{constructor(...e){var t,n,i,s;if(Y.isBufferSource(e[0]))super(e[0]);else if(e[0]instanceof Mi){const o=new Mi(e[0]);super(yl,e[1],K.serialize(o))}else{const o=e[0],c=new Mi;cc(c,o,qh,"ocsp"),cc(c,o,Kh,"caIssuers"),cc(c,o,Zh,"timeStamping"),cc(c,o,Wh,"caRepository"),super(yl,e[1],K.serialize(c))}(t=this.ocsp)!==null&&t!==void 0||(this.ocsp=[]),(n=this.caIssuers)!==null&&n!==void 0||(this.caIssuers=[]),(i=this.timeStamping)!==null&&i!==void 0||(this.timeStamping=[]),(s=this.caRepository)!==null&&s!==void 0||(this.caRepository=[])}onInit(e){super.onInit(e),this.ocsp=[],this.caIssuers=[],this.timeStamping=[],this.caRepository=[],K.parse(e.extnValue,Mi).forEach(n=>{switch(n.accessMethod){case qh:this.ocsp.push(new Hn(n.accessLocation));break;case Kh:this.caIssuers.push(new Hn(n.accessLocation));break;case Zh:this.timeStamping.push(new Hn(n.accessLocation));break;case Wh:this.caRepository.push(new Hn(n.accessLocation));break}})}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ocsp.length&&ac(e,"OCSP",this.ocsp),this.caIssuers.length&&ac(e,"CA Issuers",this.caIssuers),this.timeStamping.length&&ac(e,"Time Stamping",this.timeStamping),this.caRepository.length&&ac(e,"CA Repository",this.caRepository),e}}Yp.NAME="Authority Info Access";function ac(r,e,t){if(t.length===1)r[e]=t[0].toTextObject();else{const n=new nt("");t.forEach((i,s)=>{const o=i.toTextObject(),c=`${o[nt.NAME]} ${s+1}`;let u=n[c];Array.isArray(u)||(u=[],n[c]=u),u.push(o)}),r[e]=n}}function cc(r,e,t,n){const i=e[n];i&&(Array.isArray(i)?i:[i]).forEach(o=>{typeof o=="string"&&(o=new Hn("url",o)),r.push(new Ss({accessMethod:t,accessLocation:K.parse(o.rawData,Re)}))})}class ns extends Mn{constructor(...e){let t;if(Y.isBufferSource(e[0]))t=Y.toArrayBuffer(e[0]);else{const n=e[0],i=Array.isArray(e[1])?e[1].map(s=>Y.toArrayBuffer(s)):[];t=K.serialize(new Sn({type:n,values:i}))}super(t,Sn)}onInit(e){this.type=e.type,this.values=e.values}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Value=this.values.map(t=>new nt("",{"":t})),e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty();return e[nt.NAME]===ns.NAME&&(e[nt.NAME]=Cn.toString(this.type)),e}}ns.NAME="Attribute";class Jp extends ns{constructor(...e){var t;if(Y.isBufferSource(e[0]))super(e[0]);else{const n=new rc({printableString:e[0]});super(zd,[K.serialize(n)])}(t=this.password)!==null&&t!==void 0||(this.password="")}onInit(e){if(super.onInit(e),this.values[0]){const t=K.parse(this.values[0],rc);this.password=t.toString()}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[nt.VALUE]=this.password,e}}Jp.NAME="Challenge Password";class ef extends ns{constructor(...e){var t;if(Y.isBufferSource(e[0]))super(e[0]);else{const n=e[0],i=new fi;for(const s of n)i.push(K.parse(s.rawData,Hr));super($u,[K.serialize(i)])}(t=this.items)!==null&&t!==void 0||(this.items=[])}onInit(e){if(super.onInit(e),this.values[0]){const t=K.parse(this.values[0],fi);this.items=t.map(n=>Ur.create(K.serialize(n)))}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=this.items.map(n=>n.toTextObject());for(const n of t)e[n[nt.NAME]]=n;return e}}ef.NAME="Extensions";class lc{static register(e,t){this.items.set(e,t)}static create(e){const t=new ns(e),n=this.items.get(t.type);return n?new n(e):t}}lc.items=new Map;const uc="crypto.signatureFormatter";class $v{toAsnSignature(e,t){return Y.toArrayBuffer(t)}toWebSignature(e,t){return Y.toArrayBuffer(t)}}var fc;let tf=fc=class{static createPssParams(e,t){const n=fc.getHashAlgorithm(e);return n?new wi({hashAlgorithm:n,maskGenAlgorithm:new ne({algorithm:La,parameters:K.serialize(n)}),saltLength:t}):null}static getHashAlgorithm(e){const t=fr.resolve(ts);return typeof e=="string"?t.toAsnAlgorithm({name:e}):typeof e=="object"&&e&&"name"in e?t.toAsnAlgorithm(e):null}toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"rsassa-pkcs1-v1_5":if("hash"in e){let t;if(typeof e.hash=="string")t=e.hash;else if(e.hash&&typeof e.hash=="object"&&"name"in e.hash&&typeof e.hash.name=="string")t=e.hash.name.toUpperCase();else throw new Error("Cannot get hash algorithm name");switch(t.toLowerCase()){case"sha-1":return new ne({algorithm:ja,parameters:null});case"sha-256":return new ne({algorithm:bu,parameters:null});case"sha-384":return new ne({algorithm:Ra,parameters:null});case"sha-512":return new ne({algorithm:Ua,parameters:null})}}else return new ne({algorithm:vi,parameters:null});break;case"rsa-pss":if("hash"in e){if(!("saltLength"in e&&typeof e.saltLength=="number"))throw new Error("Cannot get 'saltLength' from 'alg' argument");const t=fc.createPssParams(e.hash,e.saltLength);if(!t)throw new Error("Cannot create PSS parameters");return new ne({algorithm:Ms,parameters:K.serialize(t)})}else return new ne({algorithm:Ms,parameters:null})}return null}toWebAlgorithm(e){switch(e.algorithm){case vi:return{name:"RSASSA-PKCS1-v1_5"};case ja:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-1"}};case bu:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};case Ra:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-384"}};case Ua:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-512"}};case Ms:if(e.parameters){const t=K.parse(e.parameters,wi);return{name:"RSA-PSS",hash:fr.resolve(ts).toWebAlgorithm(t.hashAlgorithm),saltLength:t.saltLength}}else return{name:"RSA-PSS"}}return null}};tf=fc=f([Wa()],tf),fr.registerSingleton(Fs,tf);let rf=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"sha-1":return new ne({algorithm:Da});case"sha-256":return new ne({algorithm:$a});case"sha-384":return new ne({algorithm:Ma});case"sha-512":return new ne({algorithm:Va})}return null}toWebAlgorithm(e){switch(e.algorithm){case Da:return{name:"SHA-1"};case $a:return{name:"SHA-256"};case Ma:return{name:"SHA-384"};case Va:return{name:"SHA-512"}}return null}};rf=f([Wa()],rf),fr.registerSingleton(Fs,rf);class Dr{addPadding(e,t){const n=Y.toUint8Array(t),i=new Uint8Array(e);return i.set(n,e-n.length),i}removePadding(e,t=!1){let n=Y.toUint8Array(e);for(let i=0;i<n.length;i++)if(n[i]){n=n.slice(i);break}if(t&&n[0]>127){const i=new Uint8Array(n.length+1);return i.set(n,1),i.buffer}return n.buffer}toAsnSignature(e,t){if(e.name==="ECDSA"){const n=e.namedCurve,i=Dr.namedCurveSize.get(n)||Dr.defaultNamedCurveSize,s=new Pa,o=Y.toUint8Array(t);return s.r=this.removePadding(o.slice(0,i),!0),s.s=this.removePadding(o.slice(i,i+i),!0),K.serialize(s)}return null}toWebSignature(e,t){if(e.name==="ECDSA"){const n=K.parse(t,Pa),i=e.namedCurve,s=Dr.namedCurveSize.get(i)||Dr.defaultNamedCurveSize,o=this.addPadding(s,this.removePadding(n.r)),c=this.addPadding(s,this.removePadding(n.s));return Xy(o,c)}return null}}Dr.namedCurveSize=new Map,Dr.defaultNamedCurveSize=32;const nf="1.3.101.110",Xp="1.3.101.111",sf="1.3.101.112",Qp="1.3.101.113";let of=class{toAsnAlgorithm(e){let t=null;switch(e.name.toLowerCase()){case"ed25519":t=sf;break;case"x25519":t=nf;break;case"eddsa":switch(e.namedCurve.toLowerCase()){case"ed25519":t=sf;break;case"ed448":t=Qp;break}break;case"ecdh-es":switch(e.namedCurve.toLowerCase()){case"x25519":t=nf;break;case"x448":t=Xp;break}}return t?new ne({algorithm:t}):null}toWebAlgorithm(e){switch(e.algorithm){case sf:return{name:"Ed25519"};case Qp:return{name:"EdDSA",namedCurve:"Ed448"};case nf:return{name:"X25519"};case Xp:return{name:"ECDH-ES",namedCurve:"X448"}}return null}};of=f([Wa()],of),fr.registerSingleton(Fs,of);class Mv extends zr{constructor(e){zr.isAsnEncoded(e)?super(e,Hs):super(e),this.tag=Ar.CertificateRequestTag}onInit(e){this.tbs=K.serialize(e.certificationRequestInfo),this.publicKey=new on(e.certificationRequestInfo.subjectPKInfo);const t=fr.resolve(ts);this.signatureAlgorithm=t.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signature,this.attributes=e.certificationRequestInfo.attributes.map(i=>lc.create(K.serialize(i)));const n=this.getAttribute($u);this.extensions=[],n instanceof ef&&(this.extensions=n.items),this.subjectName=new Ln(e.certificationRequestInfo.subject),this.subject=this.subjectName.toString()}getAttribute(e){for(const t of this.attributes)if(t.type===e)return t;return null}getAttributes(e){return this.attributes.filter(t=>t.type===e)}getExtension(e){for(const t of this.extensions)if(t.type===e)return t;return null}getExtensions(e){return this.extensions.filter(t=>t.type===e)}async verify(e=Xt.get()){const t={...this.publicKey.algorithm,...this.signatureAlgorithm},n=await this.publicKey.export(t,["verify"],e),i=fr.resolveAll(uc).reverse();let s=null;for(const c of i)if(s=c.toWebSignature(t,this.signature),s)break;if(!s)throw Error("Cannot convert WebCrypto signature value to ASN.1 format");return await e.subtle.verify(this.signatureAlgorithm,n,s,this.tbs)}toTextObject(){const e=this.toTextObjectEmpty(),t=K.parse(this.rawData,Hs),n=t.certificationRequestInfo,i=new nt("",{Version:`${Hi[n.version]} (${n.version})`,Subject:this.subject,"Subject Public Key Info":this.publicKey});if(this.attributes.length){const s=new nt("");for(const o of this.attributes){const c=o.toTextObject();s[c[nt.NAME]]=c}i.Attributes=s}return e.Data=i,e.Signature=new nt("",{Algorithm:$n.serializeAlgorithm(t.signatureAlgorithm),"":t.signature}),e}}Mv.NAME="PKCS#10 Certificate Request";class xi extends zr{constructor(e){zr.isAsnEncoded(e)?super(e,hi):super(e),this.tag=Ar.CertificateTag}onInit(e){const t=e.tbsCertificate;this.tbs=K.serialize(t),this.serialNumber=ue.ToHex(t.serialNumber),this.subjectName=new Ln(t.subject),this.subject=new Ln(t.subject).toString(),this.issuerName=new Ln(t.issuer),this.issuer=this.issuerName.toString();const n=fr.resolve(ts);this.signatureAlgorithm=n.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signatureValue;const i=t.validity.notBefore.utcTime||t.validity.notBefore.generalTime;if(!i)throw new Error("Cannot get 'notBefore' value");this.notBefore=i;const s=t.validity.notAfter.utcTime||t.validity.notAfter.generalTime;if(!s)throw new Error("Cannot get 'notAfter' value");this.notAfter=s,this.extensions=[],t.extensions&&(this.extensions=t.extensions.map(o=>Ur.create(K.serialize(o)))),this.publicKey=new on(t.subjectPublicKeyInfo)}getExtension(e){for(const t of this.extensions)if(typeof e=="string"){if(t.type===e)return t}else if(t instanceof e)return t;return null}getExtensions(e){return this.extensions.filter(t=>typeof e=="string"?t.type===e:t instanceof e)}async verify(e={},t=Xt.get()){let n,i;const s=e.publicKey;try{if(!s)n={...this.publicKey.algorithm,...this.signatureAlgorithm},i=await this.publicKey.export(n,["verify"],t);else if("publicKey"in s)n={...s.publicKey.algorithm,...this.signatureAlgorithm},i=await s.publicKey.export(n,["verify"],t);else if(s instanceof on)n={...s.algorithm,...this.signatureAlgorithm},i=await s.export(n,["verify"],t);else if(Y.isBufferSource(s)){const h=new on(s);n={...h.algorithm,...this.signatureAlgorithm},i=await h.export(n,["verify"],t)}else n={...s.algorithm,...this.signatureAlgorithm},i=s}catch{return!1}const o=fr.resolveAll(uc).reverse();let c=null;for(const h of o)if(c=h.toWebSignature(n,this.signature),c)break;if(!c)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");const u=await t.subtle.verify(this.signatureAlgorithm,i,c,this.tbs);if(e.signatureOnly)return u;{const m=(e.date||new Date).getTime();return u&&this.notBefore.getTime()<m&&m<this.notAfter.getTime()}}async getThumbprint(...e){let t,n="SHA-1";return e[0]&&(e[0].subtle?t=e[0]:(n=e[0]||n,t=e[1])),t??(t=Xt.get()),await t.subtle.digest(n,this.rawData)}async isSelfSigned(e=Xt.get()){return this.subject===this.issuer&&await this.verify({signatureOnly:!0},e)}toTextObject(){const e=this.toTextObjectEmpty(),t=K.parse(this.rawData,hi),n=t.tbsCertificate,i=new nt("",{Version:`${Hi[n.version]} (${n.version})`,"Serial Number":n.serialNumber,"Signature Algorithm":$n.serializeAlgorithm(n.signature),Issuer:this.issuer,Validity:new nt("",{"Not Before":n.validity.notBefore.getTime(),"Not After":n.validity.notAfter.getTime()}),Subject:this.subject,"Subject Public Key Info":this.publicKey});if(n.issuerUniqueID&&(i["Issuer Unique ID"]=n.issuerUniqueID),n.subjectUniqueID&&(i["Subject Unique ID"]=n.subjectUniqueID),this.extensions.length){const s=new nt("");for(const o of this.extensions){const c=o.toTextObject();s[c[nt.NAME]]=c}i.Extensions=s}return e.Data=i,e.Signature=new nt("",{Algorithm:$n.serializeAlgorithm(t.signatureAlgorithm),"":t.signatureValue}),e}}xi.NAME="Certificate";class Vv extends Array{constructor(e){if(super(),zr.isAsnEncoded(e))this.import(e);else if(e instanceof xi)this.push(e);else if(Array.isArray(e))for(const t of e)this.push(t)}export(e){const t=new In;t.version=1,t.encapContentInfo.eContentType=Kg,t.encapContentInfo.eContent=new Zi({single:new rt}),t.certificates=new Cs(this.map(s=>new yi({certificate:K.parse(s.rawData,hi)})));const n=new En({contentType:du,content:K.serialize(t)}),i=K.serialize(n);return e==="raw"?i:this.toString(e)}import(e){const t=zr.toArrayBuffer(e),n=K.parse(t,En);if(n.contentType!==du)throw new TypeError("Cannot parse CMS package. Incoming data is not a SignedData object.");const i=K.parse(n.content,In);this.clear();for(const s of i.certificates||[])s.certificate&&this.push(new xi(s.certificate))}clear(){for(;this.pop(););}toString(e="pem"){const t=this.export("raw");switch(e){case"pem":return Ar.encode(t,"CMS");case"pem-chain":return this.map(n=>n.toString("pem")).join(`
118
- `);case"asn":return K.toString(t);case"hex":return ue.ToHex(t);case"base64":return ue.ToBase64(t);case"base64url":return ue.ToBase64Url(t);case"text":return $n.serialize(this.toTextObject());default:throw TypeError("Argument 'format' is unsupported value")}}toTextObject(){const e=K.parse(this.export("raw"),En),t=K.parse(e.content,In);return new nt("X509Certificates",{"Content Type":Cn.toString(e.contentType),Content:new nt("",{Version:`${tn[t.version]} (${t.version})`,Certificates:new nt("",{Certificate:this.map(i=>i.toTextObject())})})})}}class Lv{constructor(e={}){this.certificates=[],e.certificates&&(this.certificates=e.certificates)}async build(e,t=Xt.get()){const n=new Vv(e);let i=e;for(;i=await this.findIssuer(i,t);){const s=await i.getThumbprint(t);for(const o of n){const c=await o.getThumbprint(t);if(No(s,c))throw new Error("Cannot build a certificate chain. Circular dependency.")}n.push(i)}return n}async findIssuer(e,t=Xt.get()){if(!await e.isSelfSigned(t)){const n=e.getExtension(ta);for(const i of this.certificates)if(i.subject===e.issuer){if(n){if(n.keyId){const s=i.getExtension(Ml);if(s&&s.keyId!==n.keyId)continue}else if(n.certId){const s=i.getExtension(Ul);if(s&&!(n.certId.serialNumber===i.serialNumber&&No(K.serialize(n.certId.name),K.serialize(s))))continue}}try{const s={...i.publicKey.algorithm,...e.signatureAlgorithm},o=await i.publicKey.export(s,["verify"],t);if(!await e.verify({publicKey:o,signatureOnly:!0},t))continue}catch{continue}return i}}return null}}var e0;(function(r){r[r.unspecified=0]="unspecified",r[r.keyCompromise=1]="keyCompromise",r[r.cACompromise=2]="cACompromise",r[r.affiliationChanged=3]="affiliationChanged",r[r.superseded=4]="superseded",r[r.cessationOfOperation=5]="cessationOfOperation",r[r.certificateHold=6]="certificateHold",r[r.removeFromCRL=8]="removeFromCRL",r[r.privilegeWithdrawn=9]="privilegeWithdrawn",r[r.aACompromise=10]="aACompromise"})(e0||(e0={})),Ur.register(Yh,Hp),Ur.register(rd,zp),Ur.register(id,qp),Ur.register(Ml,oc),Ur.register(ta,Zs),Ur.register(Ul,Kp),Ur.register(_l,Wp),Ur.register(yl,Yp),lc.register(zd,Jp),lc.register($u,ef),fr.registerSingleton(uc,$v),fr.registerSingleton(uc,Dr),Dr.namedCurveSize.set("P-256",32),Dr.namedCurveSize.set("K-256",32),Dr.namedCurveSize.set("P-384",48),Dr.namedCurveSize.set("P-521",66);const ge={POS_INT:0,NEG_INT:1,BYTE_STRING:2,UTF8_STRING:3,ARRAY:4,MAP:5,TAG:6,SIMPLE_FLOAT:7},Et={DATE_STRING:0,DATE_EPOCH:1,POS_BIGINT:2,NEG_BIGINT:3,DECIMAL_FRAC:4,BIGFLOAT:5,BASE64URL_EXPECTED:21,BASE64_EXPECTED:22,BASE16_EXPECTED:23,CBOR:24,URI:32,BASE64URL:33,BASE64:34,MIME:36,SET:258,JSON:262,REGEXP:21066,SELF_DESCRIBED:55799,INVALID_16:65535,INVALID_32:4294967295,INVALID_64:0xffffffffffffffffn},St={ZERO:0,ONE:24,TWO:25,FOUR:26,EIGHT:27,INDEFINITE:31},Fn={FALSE:20,TRUE:21,NULL:22,UNDEFINED:23};let Ir=(vo=class{},ze(vo,"BREAK",Symbol.for("github.com/hildjj/cbor2/break")),ze(vo,"ENCODED",Symbol.for("github.com/hildjj/cbor2/cbor-encoded")),ze(vo,"LENGTH",Symbol.for("github.com/hildjj/cbor2/length")),vo);const hc={MIN:-(2n**63n),MAX:2n**64n-1n};let Ye=(Tn=class{constructor(e,t=void 0){ze(this,"tag");ze(this,"contents");this.tag=e,this.contents=t}get noChildren(){var e;return!!((e=$(Tn,un).get(this.tag))!=null&&e.noChildren)}static registerDecoder(e,t,n){const i=$(this,un).get(e);return $(this,un).set(e,t),i&&("comment"in t||(t.comment=i.comment),"noChildren"in t||(t.noChildren=i.noChildren)),n&&!t.comment&&(t.comment=()=>`(${n})`),i}static clearDecoder(e){const t=$(this,un).get(e);return $(this,un).delete(e),t}*[Symbol.iterator](){yield this.contents}push(e){return this.contents=e,1}decode(e){const t=$(Tn,un).get(this.tag);return t?t(this,e):this}comment(e,t){const n=$(Tn,un).get(this.tag);if(n!=null&&n.comment)return n.comment(this,e,t)}toCBOR(){return[this.tag,this.contents]}[Symbol.for("nodejs.util.inspect.custom")](e,t,n){return`${this.tag}(${n(this.contents,t)})`}},un=new WeakMap,cr(Tn,un,new Map),Tn);function dc(r){if(r!=null&&typeof r=="object")return r[Ir.ENCODED]}function Hv(r){if(r!=null&&typeof r=="object")return r[Ir.LENGTH]}function Ws(r,e){Object.defineProperty(r,Ir.ENCODED,{configurable:!0,enumerable:!1,value:e})}function Ys(r,e){const t=Object(r);return Ws(t,e),t}function t0(r){let e=Math.ceil(r.length/2);const t=new Uint8Array(e);e--;for(let n=r.length,i=n-2;n>=0;n=i,i-=2,e--)t[e]=parseInt(r.substring(i,n),16);return t}function Gr(r){return r.reduce((e,t)=>e+t.toString(16).padStart(2,"0"),"")}function Fv(r){const e=r.reduce((i,s)=>i+s.length,0),t=new Uint8Array(e);let n=0;for(const i of r)t.set(i,n),n+=i.length;return t}function af(r){const e=atob(r);return Uint8Array.from(e,t=>t.codePointAt(0))}const zv={"-":"+",_:"/"};function Gv(r){const e=r.replace(/[_-]/g,t=>zv[t]);return af(e.padEnd(Math.ceil(e.length/4)*4,"="))}function qv(){const r=new Uint8Array(4),e=new Uint32Array(r.buffer);return!((e[0]=1)&r[0])}function r0(r){var t;let e="";for(const n of r){const i=(t=n.codePointAt(0))==null?void 0:t.toString(16).padStart(4,"0");e&&(e+=", "),e+=`U+${i}`}return e}function n0(r,e){const[t,n,i]=r,[s,o,c]=e,u=Math.min(i.length,c.length);for(let h=0;h<u;h++){const m=i[h]-c[h];if(m!==0)return m}return 0}const jc=class jc{constructor(e={}){cr(this,tt);cr(this,Xn);cr(this,Qt,[]);cr(this,Sr,null);cr(this,Mt,0);cr(this,Qn,0);if(jt(this,Xn,{...jc.defaultOptions,...e}),$(this,Xn).chunkSize<8)throw new RangeError(`Expected size >= 8, got ${$(this,Xn).chunkSize}`);Me(this,tt,Oi).call(this)}get length(){return $(this,Qn)}read(){Me(this,tt,Vc).call(this);const e=new Uint8Array($(this,Qn));let t=0;for(const n of $(this,Qt))e.set(n,t),t+=n.length;return Me(this,tt,Oi).call(this),e}write(e){const t=e.length;t>Me(this,tt,kf).call(this)?(Me(this,tt,Vc).call(this),t>$(this,Xn).chunkSize?($(this,Qt).push(e),Me(this,tt,Oi).call(this)):(Me(this,tt,Oi).call(this),$(this,Qt)[$(this,Qt).length-1].set(e),jt(this,Mt,t))):($(this,Qt)[$(this,Qt).length-1].set(e,$(this,Mt)),jt(this,Mt,$(this,Mt)+t)),jt(this,Qn,$(this,Qn)+t)}writeUint8(e){Me(this,tt,yn).call(this,1),$(this,Sr).setUint8($(this,Mt),e),Me(this,tt,gn).call(this,1)}writeUint16(e,t=!1){Me(this,tt,yn).call(this,2),$(this,Sr).setUint16($(this,Mt),e,t),Me(this,tt,gn).call(this,2)}writeUint32(e,t=!1){Me(this,tt,yn).call(this,4),$(this,Sr).setUint32($(this,Mt),e,t),Me(this,tt,gn).call(this,4)}writeBigUint64(e,t=!1){Me(this,tt,yn).call(this,8),$(this,Sr).setBigUint64($(this,Mt),e,t),Me(this,tt,gn).call(this,8)}writeInt16(e,t=!1){Me(this,tt,yn).call(this,2),$(this,Sr).setInt16($(this,Mt),e,t),Me(this,tt,gn).call(this,2)}writeInt32(e,t=!1){Me(this,tt,yn).call(this,4),$(this,Sr).setInt32($(this,Mt),e,t),Me(this,tt,gn).call(this,4)}writeBigInt64(e,t=!1){Me(this,tt,yn).call(this,8),$(this,Sr).setBigInt64($(this,Mt),e,t),Me(this,tt,gn).call(this,8)}writeFloat32(e,t=!1){Me(this,tt,yn).call(this,4),$(this,Sr).setFloat32($(this,Mt),e,t),Me(this,tt,gn).call(this,4)}writeFloat64(e,t=!1){Me(this,tt,yn).call(this,8),$(this,Sr).setFloat64($(this,Mt),e,t),Me(this,tt,gn).call(this,8)}clear(){jt(this,Qn,0),jt(this,Qt,[]),Me(this,tt,Oi).call(this)}};Xn=new WeakMap,Qt=new WeakMap,Sr=new WeakMap,Mt=new WeakMap,Qn=new WeakMap,tt=new WeakSet,Oi=function(){const e=new Uint8Array($(this,Xn).chunkSize);$(this,Qt).push(e),jt(this,Mt,0),jt(this,Sr,new DataView(e.buffer,e.byteOffset,e.byteLength))},Vc=function(){if($(this,Mt)===0){$(this,Qt).pop();return}const e=$(this,Qt).length-1;$(this,Qt)[e]=$(this,Qt)[e].subarray(0,$(this,Mt)),jt(this,Mt,0),jt(this,Sr,null)},kf=function(){const e=$(this,Qt).length-1;return $(this,Qt)[e].length-$(this,Mt)},yn=function(e){Me(this,tt,kf).call(this)<e&&(Me(this,tt,Vc).call(this),Me(this,tt,Oi).call(this))},gn=function(e){jt(this,Mt,$(this,Mt)+e),jt(this,Qn,$(this,Qn)+e)},ze(jc,"defaultOptions",{chunkSize:4096});let pc=jc;function i0(r,e=0,t=!1){const n=r[e]&128?-1:1,i=(r[e]&124)>>2,s=(r[e]&3)<<8|r[e+1];if(i===0){if(t&&s!==0)throw new Error(`Unwanted subnormal: ${n*5960464477539063e-23*s}`);return n*5960464477539063e-23*s}else if(i===31)return s?NaN:n*(1/0);return n*2**(i-25)*(1024+s)}function Kv(r){const e=new DataView(new ArrayBuffer(4));e.setFloat32(0,r,!1);const t=e.getUint32(0,!1);if(t&8191)return null;let n=t>>16&32768;const i=t>>23&255,s=t&8388607;if(!(i===0&&s===0))if(i>=113&&i<=142)n+=(i-112<<10)+(s>>13);else if(i>=103&&i<113){if(s&(1<<126-i)-1)return null;n+=s+8388608>>126-i}else if(i===255)n|=31744,n|=s>>13;else return null;return n}function Zv(r){if(r!==0){const e=new ArrayBuffer(8),t=new DataView(e);t.setFloat64(0,r,!1);const n=t.getBigUint64(0,!1);if((n&0x7ff0000000000000n)===0n)return n&0x8000000000000000n?-0:0}return r}function Wv(r){switch(r.length){case 2:i0(r,0,!0);break;case 4:{const e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=e.getUint32(0,!1);if(!(t&2139095040)&&t&8388607)throw new Error(`Unwanted subnormal: ${e.getFloat32(0,!1)}`);break}case 8:{const e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=e.getBigUint64(0,!1);if((t&0x7ff0000000000000n)===0n&&t&0x000fffffffffffn)throw new Error(`Unwanted subnormal: ${e.getFloat64(0,!1)}`);break}default:throw new TypeError(`Bad input to isSubnormal: ${r}`)}}const s0=ge.SIMPLE_FLOAT<<5|St.TWO,Yv=ge.SIMPLE_FLOAT<<5|St.FOUR,Jv=ge.SIMPLE_FLOAT<<5|St.EIGHT,Xv=ge.SIMPLE_FLOAT<<5|Fn.TRUE,Qv=ge.SIMPLE_FLOAT<<5|Fn.FALSE,em=ge.SIMPLE_FLOAT<<5|Fn.UNDEFINED,tm=ge.SIMPLE_FLOAT<<5|Fn.NULL,rm=new TextEncoder,nm={...pc.defaultOptions,avoidInts:!1,cde:!1,collapseBigInts:!0,dcbor:!1,float64:!1,flushToZero:!1,forceEndian:null,ignoreOriginalEncoding:!1,largeNegativeAsBigInt:!1,reduceUnsafeNumbers:!1,rejectBigInts:!1,rejectCustomSimples:!1,rejectDuplicateKeys:!1,rejectFloats:!1,rejectUndefined:!1,simplifyNegativeZero:!1,sortKeys:null,stringNormalization:null},o0={cde:!0,ignoreOriginalEncoding:!0,sortKeys:n0},im={...o0,dcbor:!0,largeNegativeAsBigInt:!0,reduceUnsafeNumbers:!0,rejectCustomSimples:!0,rejectDuplicateKeys:!0,rejectUndefined:!0,simplifyNegativeZero:!0,stringNormalization:"NFC"};function a0(r){const e=r<0;return typeof r=="bigint"?[e?-r-1n:r,e]:[e?-r-1:r,e]}function cf(r,e,t){if(t.rejectFloats)throw new Error(`Attempt to encode an unwanted floating point number: ${r}`);if(isNaN(r))e.writeUint8(s0),e.writeUint16(32256);else if(!t.float64&&Math.fround(r)===r){const n=Kv(r);n===null?(e.writeUint8(Yv),e.writeFloat32(r)):(e.writeUint8(s0),e.writeUint16(n))}else e.writeUint8(Jv),e.writeFloat64(r)}function qr(r,e,t){const[n,i]=a0(r);if(i&&t)throw new TypeError(`Negative size: ${r}`);t??(t=i?ge.NEG_INT:ge.POS_INT),t<<=5,n<24?e.writeUint8(t|n):n<=255?(e.writeUint8(t|St.ONE),e.writeUint8(n)):n<=65535?(e.writeUint8(t|St.TWO),e.writeUint16(n)):n<=4294967295?(e.writeUint8(t|St.FOUR),e.writeUint32(n)):(e.writeUint8(t|St.EIGHT),e.writeBigUint64(BigInt(n)))}function yc(r,e,t){typeof r=="number"?qr(r,e,ge.TAG):typeof r=="object"&&!t.ignoreOriginalEncoding&&Ir.ENCODED in r?e.write(r[Ir.ENCODED]):r<=Number.MAX_SAFE_INTEGER?qr(Number(r),e,ge.TAG):(e.writeUint8(ge.TAG<<5|St.EIGHT),e.writeBigUint64(BigInt(r)))}function c0(r,e,t){const[n,i]=a0(r);if(t.collapseBigInts&&(!t.largeNegativeAsBigInt||r>=-0x8000000000000000n)){if(n<=0xffffffffn){qr(Number(r),e);return}if(n<=0xffffffffffffffffn){const h=(i?ge.NEG_INT:ge.POS_INT)<<5;e.writeUint8(h|St.EIGHT),e.writeBigUint64(n);return}}if(t.rejectBigInts)throw new Error(`Attempt to encode unwanted bigint: ${r}`);const s=i?Et.NEG_BIGINT:Et.POS_BIGINT,o=n.toString(16),c=o.length%2?"0":"";yc(s,e,t);const u=t0(c+o);qr(u.length,e,ge.BYTE_STRING),e.write(u)}function sm(r,e,t){t.flushToZero&&(r=Zv(r)),Object.is(r,-0)?t.simplifyNegativeZero?t.avoidInts?cf(0,e,t):qr(0,e):cf(r,e,t):!t.avoidInts&&Number.isSafeInteger(r)?qr(r,e):t.reduceUnsafeNumbers&&Math.floor(r)===r&&r>=hc.MIN&&r<=hc.MAX?c0(BigInt(r),e,t):cf(r,e,t)}function om(r,e,t){const n=t.stringNormalization?r.normalize(t.stringNormalization):r,i=rm.encode(n);qr(i.length,e,ge.UTF8_STRING),e.write(i)}function am(r,e,t){const n=r;uf(n,n.length,ge.ARRAY,e,t);for(const i of n)Ai(i,e,t)}function cm(r,e){const t=r;qr(t.length,e,ge.BYTE_STRING),e.write(t)}const lf=new Map([[Array,am],[Uint8Array,cm]]);function Rt(r,e){const t=lf.get(r);return lf.set(r,e),t}function uf(r,e,t,n,i){const s=Hv(r);s&&!i.ignoreOriginalEncoding?n.write(s):qr(e,n,t)}function lm(r,e,t){if(r===null){e.writeUint8(tm);return}if(!t.ignoreOriginalEncoding&&Ir.ENCODED in r){e.write(r[Ir.ENCODED]);return}const n=lf.get(r.constructor);if(n){const s=n(r,e,t);s&&((typeof s[0]=="bigint"||isFinite(Number(s[0])))&&yc(s[0],e,t),Ai(s[1],e,t));return}if(typeof r.toCBOR=="function"){const s=r.toCBOR(e,t);s&&((typeof s[0]=="bigint"||isFinite(Number(s[0])))&&yc(s[0],e,t),Ai(s[1],e,t));return}if(typeof r.toJSON=="function"){Ai(r.toJSON(),e,t);return}const i=Object.entries(r).map(s=>[s[0],s[1],gc(s[0],t)]);t.sortKeys&&i.sort(t.sortKeys),uf(r,i.length,ge.MAP,e,t);for(const[s,o,c]of i)e.write(c),Ai(o,e,t)}function Ai(r,e,t){switch(typeof r){case"number":sm(r,e,t);break;case"bigint":c0(r,e,t);break;case"string":om(r,e,t);break;case"boolean":e.writeUint8(r?Xv:Qv);break;case"undefined":if(t.rejectUndefined)throw new Error("Attempt to encode unwanted undefined.");e.writeUint8(em);break;case"object":lm(r,e,t);break;case"symbol":throw new TypeError(`Unknown symbol: ${r.toString()}`);default:throw new TypeError(`Unknown type: ${typeof r}, ${String(r)}`)}}function gc(r,e={}){const t={...nm};e.dcbor?Object.assign(t,im):e.cde&&Object.assign(t,o0),Object.assign(t,e);const n=new pc(t);return Ai(r,n,t),n.read()}var l0=(r=>(r[r.NEVER=-1]="NEVER",r[r.PREFERRED=0]="PREFERRED",r[r.ALWAYS=1]="ALWAYS",r))(l0||{});const ei=class ei{constructor(e){ze(this,"value");this.value=e}static create(e){return ei.KnownSimple.has(e)?ei.KnownSimple.get(e):new ei(e)}toCBOR(e,t){if(t.rejectCustomSimples)throw new Error(`Cannot encode non-standard Simple value: ${this.value}`);qr(this.value,e,ge.SIMPLE_FLOAT)}toString(){return`simple(${this.value})`}decode(){return ei.KnownSimple.has(this.value)?ei.KnownSimple.get(this.value):this}[Symbol.for("nodejs.util.inspect.custom")](e,t,n){return`simple(${n(this.value,t)})`}};ze(ei,"KnownSimple",new Map([[Fn.FALSE,!1],[Fn.TRUE,!0],[Fn.NULL,null],[Fn.UNDEFINED,void 0]]));let Js=ei;const um=new TextDecoder("utf8",{fatal:!0,ignoreBOM:!0}),Rc=class Rc{constructor(e,t){cr(this,tr);cr(this,Cr);cr(this,Yr);cr(this,er,0);cr(this,$r);if(jt(this,$r,{...Rc.defaultOptions,...t}),typeof e=="string")switch($(this,$r).encoding){case"hex":jt(this,Cr,t0(e));break;case"base64":jt(this,Cr,af(e));break;default:throw new TypeError(`Encoding not implemented: "${$(this,$r).encoding}"`)}else jt(this,Cr,e);jt(this,Yr,new DataView($(this,Cr).buffer,$(this,Cr).byteOffset,$(this,Cr).byteLength))}toHere(e){return $(this,Cr).subarray(e,$(this,er))}*[Symbol.iterator](){if(yield*Me(this,tr,Ti).call(this,0),$(this,er)!==$(this,Cr).length)throw new Error("Extra data in input")}};Cr=new WeakMap,Yr=new WeakMap,er=new WeakMap,$r=new WeakMap,tr=new WeakSet,Ti=function*(e){if(e++>$(this,$r).maxDepth)throw new Error(`Maximum depth ${$(this,$r).maxDepth} exceeded`);const t=$(this,er),n=$(this,Yr).getUint8(Cy(this,er)._++),i=n>>5,s=n&31;let o=s,c=!1,u=0;switch(s){case St.ONE:if(u=1,o=$(this,Yr).getUint8($(this,er)),i===ge.SIMPLE_FLOAT){if(o<32)throw new Error(`Invalid simple encoding in extra byte: ${o}`);c=!0}else if($(this,$r).requirePreferred&&o<24)throw new Error(`Unexpectedly long integer encoding (1) for ${o}`);break;case St.TWO:if(u=2,i===ge.SIMPLE_FLOAT)o=i0($(this,Cr),$(this,er));else if(o=$(this,Yr).getUint16($(this,er),!1),$(this,$r).requirePreferred&&o<=255)throw new Error(`Unexpectedly long integer encoding (2) for ${o}`);break;case St.FOUR:if(u=4,i===ge.SIMPLE_FLOAT)o=$(this,Yr).getFloat32($(this,er),!1);else if(o=$(this,Yr).getUint32($(this,er),!1),$(this,$r).requirePreferred&&o<=65535)throw new Error(`Unexpectedly long integer encoding (4) for ${o}`);break;case St.EIGHT:{if(u=8,i===ge.SIMPLE_FLOAT)o=$(this,Yr).getFloat64($(this,er),!1);else if(o=$(this,Yr).getBigUint64($(this,er),!1),o<=Number.MAX_SAFE_INTEGER&&(o=Number(o)),$(this,$r).requirePreferred&&o<=4294967295)throw new Error(`Unexpectedly long integer encoding (8) for ${o}`);break}case 28:case 29:case 30:throw new Error(`Additional info not implemented: ${s}`);case St.INDEFINITE:switch(i){case ge.POS_INT:case ge.NEG_INT:case ge.TAG:throw new Error(`Invalid indefinite encoding for MT ${i}`);case ge.SIMPLE_FLOAT:yield[i,s,Ir.BREAK,t,0];return}o=1/0;break;default:c=!0}switch(jt(this,er,$(this,er)+u),i){case ge.POS_INT:yield[i,s,o,t,u];break;case ge.NEG_INT:yield[i,s,typeof o=="bigint"?-1n-o:-1-Number(o),t,u];break;case ge.BYTE_STRING:o===1/0?yield*Me(this,tr,To).call(this,i,e,t):yield[i,s,Me(this,tr,Cf).call(this,o),t,o];break;case ge.UTF8_STRING:o===1/0?yield*Me(this,tr,To).call(this,i,e,t):yield[i,s,um.decode(Me(this,tr,Cf).call(this,o)),t,o];break;case ge.ARRAY:if(o===1/0)yield*Me(this,tr,To).call(this,i,e,t,!1);else{const h=Number(o);yield[i,s,h,t,u];for(let m=0;m<h;m++)yield*Me(this,tr,Ti).call(this,e+1)}break;case ge.MAP:if(o===1/0)yield*Me(this,tr,To).call(this,i,e,t,!1);else{const h=Number(o);yield[i,s,h,t,u];for(let m=0;m<h;m++)yield*Me(this,tr,Ti).call(this,e),yield*Me(this,tr,Ti).call(this,e)}break;case ge.TAG:yield[i,s,o,t,u],yield*Me(this,tr,Ti).call(this,e);break;case ge.SIMPLE_FLOAT:{const h=o;c&&(o=Js.create(Number(o))),yield[i,s,o,t,h];break}}},Cf=function(e){const t=$(this,Cr).subarray($(this,er),jt(this,er,$(this,er)+e));if(t.length!==e)throw new Error(`Unexpected end of stream reading ${e} bytes, got ${t.length}`);return t},To=function*(e,t,n,i=!0){for(yield[e,St.INDEFINITE,1/0,n,1/0];;){const s=Me(this,tr,Ti).call(this,t),o=s.next(),[c,u,h]=o.value;if(h===Ir.BREAK){yield o.value,s.next();return}if(i){if(c!==e)throw new Error(`Unmatched major type. Expected ${e}, got ${c}.`);if(u===St.INDEFINITE)throw new Error("New stream started in typed stream")}yield o.value,yield*s}},ze(Rc,"defaultOptions",{maxDepth:1024,encoding:"hex",requirePreferred:!1});let Xs=Rc;const fm=new Map([[St.ZERO,1],[St.ONE,2],[St.TWO,3],[St.FOUR,5],[St.EIGHT,9]]),hm=new Uint8Array(0);let zn=(fn=class{constructor(e,t,n,i){cr(this,Uc);ze(this,"parent");ze(this,"mt");ze(this,"ai");ze(this,"left");ze(this,"offset");ze(this,"count",0);ze(this,"children",[]);ze(this,"depth",0);cr(this,dr);cr(this,hn,null);if([this.mt,this.ai,,this.offset]=e,this.left=t,this.parent=n,jt(this,dr,i),n&&(this.depth=n.depth+1),this.mt===ge.MAP&&($(this,dr).sortKeys||$(this,dr).rejectDuplicateKeys)&&jt(this,hn,[]),$(this,dr).rejectStreaming&&this.ai===St.INDEFINITE)throw new Error("Streaming not supported")}get isStreaming(){return this.left===1/0}get done(){return this.left===0}static create(e,t,n,i){const[s,o,c,u]=e;switch(s){case ge.POS_INT:case ge.NEG_INT:{if(n.rejectInts)throw new Error(`Unexpected integer: ${c}`);if(n.rejectLargeNegatives&&c<-0x8000000000000000n)throw new Error(`Invalid 65bit negative number: ${c}`);let h=c;return n.convertUnsafeIntsToFloat&&h>=hc.MIN&&h<=hc.MAX&&(h=Number(c)),n.boxed?Ys(h,i.toHere(u)):h}case ge.SIMPLE_FLOAT:if(o>St.ONE){if(n.rejectFloats)throw new Error(`Decoding unwanted floating point number: ${c}`);if(n.rejectNegativeZero&&Object.is(c,-0))throw new Error("Decoding negative zero");if(n.rejectLongLoundNaN&&isNaN(c)){const h=i.toHere(u);if(h.length!==3||h[1]!==126||h[2]!==0)throw new Error(`Invalid NaN encoding: "${Gr(h)}"`)}if(n.rejectSubnormals&&Wv(i.toHere(u+1)),n.rejectLongFloats){const h=gc(c,{chunkSize:9,reduceUnsafeNumbers:n.rejectUnsafeFloatInts});if(h[0]>>5!==s)throw new Error(`Should have been encoded as int, not float: ${c}`);if(h.length<fm.get(o))throw new Error(`Number should have been encoded shorter: ${c}`)}if(typeof c=="number"&&n.boxed)return Ys(c,i.toHere(u))}else{if(n.rejectSimple&&c instanceof Js)throw new Error(`Invalid simple value: ${c}`);if(n.rejectUndefined&&c===void 0)throw new Error("Unexpected undefined")}return c;case ge.BYTE_STRING:case ge.UTF8_STRING:if(c===1/0)return new n.ParentType(e,1/0,t,n);if(n.rejectStringsNotNormalizedAs&&typeof c=="string"){const h=c.normalize(n.rejectStringsNotNormalizedAs);if(c!==h)throw new Error(`String not normalized as "${n.rejectStringsNotNormalizedAs}", got [${r0(c)}] instead of [${r0(h)}]`)}return n.boxed?Ys(c,i.toHere(u)):c;case ge.ARRAY:return new n.ParentType(e,c,t,n);case ge.MAP:return new n.ParentType(e,c*2,t,n);case ge.TAG:{const h=new n.ParentType(e,1,t,n);return h.children=new Ye(c),h}}throw new TypeError(`Invalid major type: ${s}`)}push(e,t,n){if(this.children.push(e),$(this,hn)){const i=dc(e)||t.toHere(n);$(this,hn).push(i)}return--this.left}replaceLast(e,t,n){let i,s=-1/0;if(this.children instanceof Ye?(s=0,i=this.children.contents,this.children.contents=e):(s=this.children.length-1,i=this.children[s],this.children[s]=e),$(this,hn)){const o=dc(e)||n.toHere(t.offset);$(this,hn)[s]=o}return i}convert(e){let t;switch(this.mt){case ge.ARRAY:t=this.children;break;case ge.MAP:{const n=Me(this,Uc,Ty).call(this);if($(this,dr).sortKeys){let i;for(const s of n){if(i&&$(this,dr).sortKeys(i,s)>=0)throw new Error(`Duplicate or out of order key: "0x${s[2]}"`);i=s}}else if($(this,dr).rejectDuplicateKeys){const i=new Set;for(const[s,o,c]of n){const u=Gr(c);if(i.has(u))throw new Error(`Duplicate key: "0x${u}"`);i.add(u)}}t=!$(this,dr).boxed&&!$(this,dr).preferMap&&n.every(([i])=>typeof i=="string")?Object.fromEntries(n):new Map(n);break}case ge.BYTE_STRING:return Fv(this.children);case ge.UTF8_STRING:{const n=this.children.join("");t=$(this,dr).boxed?Ys(n,e.toHere(this.offset)):n;break}case ge.TAG:t=this.children.decode($(this,dr));break;default:throw new TypeError(`Invalid mt on convert: ${this.mt}`)}return $(this,dr).saveOriginal&&t&&typeof t=="object"&&Ws(t,e.toHere(this.offset)),t}},dr=new WeakMap,hn=new WeakMap,Uc=new WeakSet,Ty=function(){const e=this.children,t=e.length;if(t%2)throw new Error("Missing map value");const n=new Array(t/2);if($(this,hn))for(let i=0;i<t;i+=2)n[i>>1]=[e[i],e[i+1],$(this,hn)[i]];else for(let i=0;i<t;i+=2)n[i>>1]=[e[i],e[i+1],hm];return n},ze(fn,"defaultDecodeOptions",{...Xs.defaultOptions,ParentType:fn,boxed:!1,cde:!1,dcbor:!1,diagnosticSizes:l0.PREFERRED,convertUnsafeIntsToFloat:!1,pretty:!1,preferMap:!1,rejectLargeNegatives:!1,rejectBigInts:!1,rejectDuplicateKeys:!1,rejectFloats:!1,rejectInts:!1,rejectLongLoundNaN:!1,rejectLongFloats:!1,rejectNegativeZero:!1,rejectSimple:!1,rejectStreaming:!1,rejectStringsNotNormalizedAs:null,rejectSubnormals:!1,rejectUndefined:!1,rejectUnsafeFloatInts:!1,saveOriginal:!1,sortKeys:null}),ze(fn,"cdeDecodeOptions",{cde:!0,rejectStreaming:!0,requirePreferred:!0,sortKeys:n0}),ze(fn,"dcborDecodeOptions",{...fn.cdeDecodeOptions,dcbor:!0,convertUnsafeIntsToFloat:!0,rejectDuplicateKeys:!0,rejectLargeNegatives:!0,rejectLongLoundNaN:!0,rejectLongFloats:!0,rejectNegativeZero:!0,rejectSimple:!0,rejectUndefined:!0,rejectUnsafeFloatInts:!0,rejectStringsNotNormalizedAs:"NFC"}),fn);class ff extends(Ey=zn,_y=Ir.ENCODED,Ey){constructor(t,n,i,s){super(t,n,i,s);ze(this,"depth",0);ze(this,"leaf",!1);ze(this,"value");ze(this,"length");ze(this,_y);this.parent?this.depth=this.parent.depth+1:this.depth=s.initialDepth,[,,this.value,,this.length]=t}numBytes(){switch(this.ai){case St.ONE:return 1;case St.TWO:return 2;case St.FOUR:return 4;case St.EIGHT:return 8}return 0}}function u0(r){return r instanceof ff}function vc(r,e){return r===1/0?"Indefinite":e?`${r} ${e}${r!==1&&r!==1n?"s":""}`:String(r)}function hf(r){return"".padStart(r," ")}function f0(r,e,t){let n="";n+=hf(r.depth*2);const i=dc(r);n+=Gr(i.subarray(0,1));const s=r.numBytes();s&&(n+=" ",n+=Gr(i.subarray(1,s+1))),n=n.padEnd(e.minCol+1," "),n+="-- ",t!==void 0&&(n+=hf(r.depth*2),t!==""&&(n+=`[${t}] `));let o=!1;const[c]=r.children;switch(r.mt){case ge.POS_INT:n+=`Unsigned: ${c}`,typeof c=="bigint"&&(n+="n");break;case ge.NEG_INT:n+=`Negative: ${c}`,typeof c=="bigint"&&(n+="n");break;case ge.BYTE_STRING:n+=`Bytes (Length: ${vc(r.length)})`;break;case ge.UTF8_STRING:n+=`UTF8 (Length: ${vc(r.length)})`,r.length!==1/0&&(n+=`: ${JSON.stringify(c)}`);break;case ge.ARRAY:n+=`Array (Length: ${vc(r.value,"item")})`;break;case ge.MAP:n+=`Map (Length: ${vc(r.value,"pair")})`;break;case ge.TAG:{n+=`Tag #${r.value}`;const u=r.children,[h]=u.contents.children,m=new Ye(u.tag,h);Ws(m,i);const x=m.comment(e,r.depth);x&&(n+=": ",n+=x),o||(o=m.noChildren);break}case ge.SIMPLE_FLOAT:c===Ir.BREAK?n+="BREAK":r.ai>St.ONE?Object.is(c,-0)?n+="Float: -0":n+=`Float: ${c}`:(n+="Simple: ",c instanceof Js?n+=c.value:n+=c);break}if(!o)if(r.leaf){if(n+=`
119
- `,i.length>s+1){const u=hf((r.depth+1)*2);for(let h=s+1;h<i.length;h+=8)n+=u,n+=Gr(i.subarray(h,h+8)),n+=`
113
+ */const Ls="crypto.algorithm";class kv{getAlgorithms(){return fr.resolveAll(Ls)}toAsnAlgorithm(e){({...e});for(const t of this.getAlgorithms()){const n=t.toAsnAlgorithm(e);if(n)return n}if(/^[0-9.]+$/.test(e.name)){const t=new re({algorithm:e.name});if("parameters"in e){const n=e;t.parameters=n.parameters}return t}throw new Error("Cannot convert WebCrypto algorithm to ASN.1 algorithm")}toWebAlgorithm(e){for(const n of this.getAlgorithms()){const i=n.toWebAlgorithm(e);if(i)return i}return{name:e.algorithm,parameters:e.parameters}}}const Xi="crypto.algorithmProvider";fr.registerSingleton(Xi,kv);var nc;const wr="1.3.36.3.3.2.8.1.1",ap=`${wr}.1`,cp=`${wr}.2`,lp=`${wr}.3`,up=`${wr}.4`,fp=`${wr}.5`,hp=`${wr}.6`,dp=`${wr}.7`,pp=`${wr}.8`,yp=`${wr}.9`,gp=`${wr}.10`,vp=`${wr}.11`,mp=`${wr}.12`,wp=`${wr}.13`,bp=`${wr}.14`,xp="brainpoolP160r1",Ap="brainpoolP160t1",Sp="brainpoolP192r1",_p="brainpoolP192t1",Ep="brainpoolP224r1",Ip="brainpoolP224t1",kp="brainpoolP256r1",Cp="brainpoolP256t1",Bp="brainpoolP320r1",Op="brainpoolP320t1",Tp="brainpoolP384r1",Np="brainpoolP384t1",Pp="brainpoolP512r1",jp="brainpoolP512t1",Ot="ECDSA";let Hs=nc=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case Ot.toLowerCase():if("hash"in e)switch((typeof e.hash=="string"?e.hash:e.hash.name).toLowerCase()){case"sha-1":return Jg;case"sha-256":return Xg;case"sha-384":return Qg;case"sha-512":return ev}else if("namedCurve"in e){let t="";switch(e.namedCurve){case"P-256":t=Sd;break;case"K-256":t=nc.SECP256K1;break;case"P-384":t=_d;break;case"P-521":t=Ed;break;case xp:t=ap;break;case Ap:t=cp;break;case Sp:t=lp;break;case _p:t=up;break;case Ep:t=fp;break;case Ip:t=hp;break;case kp:t=dp;break;case Cp:t=pp;break;case Bp:t=yp;break;case Op:t=gp;break;case Tp:t=vp;break;case Np:t=mp;break;case Pp:t=wp;break;case jp:t=bp;break}if(t)return new re({algorithm:js,parameters:q.serialize(new Dn({namedCurve:t}))})}}return null}toWebAlgorithm(e){switch(e.algorithm){case yu:return{name:Ot,hash:{name:"SHA-1"}};case gu:return{name:Ot,hash:{name:"SHA-256"}};case vu:return{name:Ot,hash:{name:"SHA-384"}};case mu:return{name:Ot,hash:{name:"SHA-512"}};case js:{if(!e.parameters)throw new TypeError("Cannot get required parameters from EC algorithm");switch(q.parse(e.parameters,Dn).namedCurve){case Sd:return{name:Ot,namedCurve:"P-256"};case nc.SECP256K1:return{name:Ot,namedCurve:"K-256"};case _d:return{name:Ot,namedCurve:"P-384"};case Ed:return{name:Ot,namedCurve:"P-521"};case ap:return{name:Ot,namedCurve:xp};case cp:return{name:Ot,namedCurve:Ap};case lp:return{name:Ot,namedCurve:Sp};case up:return{name:Ot,namedCurve:_p};case fp:return{name:Ot,namedCurve:Ep};case hp:return{name:Ot,namedCurve:Ip};case dp:return{name:Ot,namedCurve:kp};case pp:return{name:Ot,namedCurve:Cp};case yp:return{name:Ot,namedCurve:Bp};case gp:return{name:Ot,namedCurve:Op};case vp:return{name:Ot,namedCurve:Tp};case mp:return{name:Ot,namedCurve:Np};case wp:return{name:Ot,namedCurve:Pp};case bp:return{name:Ot,namedCurve:jp}}}}return null}};Hs.SECP256K1="1.3.132.0.10",Hs=nc=f([Za()],Hs),fr.registerSingleton(Ls,Hs);const Rp=Symbol("name"),Dp=Symbol("value");class st{constructor(e,t={},n=""){this[Rp]=e,this[Dp]=n;for(const i in t)this[i]=t[i]}}st.NAME=Rp,st.VALUE=Dp;class Cv{static toTextObject(e){const t=new st("Algorithm Identifier",{},kn.toString(e.algorithm));if(e.parameters)switch(e.algorithm){case js:{const n=new Hs().toWebAlgorithm(e);n&&"namedCurve"in n?t["Named Curve"]=n.namedCurve:t.Parameters=e.parameters;break}default:t.Parameters=e.parameters}return t}}class kn{static toString(e){const t=this.items[e];return t||e}}kn.items={[Da]:"sha1",[Cd]:"sha224",[Ua]:"sha256",[$a]:"sha384",[Ma]:"sha512",[yi]:"rsaEncryption",[Pa]:"sha1WithRSAEncryption",[ov]:"sha224WithRSAEncryption",[bu]:"sha256WithRSAEncryption",[ja]:"sha384WithRSAEncryption",[Ra]:"sha512WithRSAEncryption",[js]:"ecPublicKey",[yu]:"ecdsaWithSHA1",[Ad]:"ecdsaWithSHA224",[gu]:"ecdsaWithSHA256",[vu]:"ecdsaWithSHA384",[mu]:"ecdsaWithSHA512",[zg]:"TLS WWW server authentication",[Gg]:"TLS WWW client authentication",[Kg]:"Code Signing",[qg]:"E-mail Protection",[Zg]:"Time Stamping",[Wg]:"OCSP Signing",[du]:"Signed Data"};class Un{static serialize(e){return this.serializeObj(e).join(`
114
+ `)}static pad(e=0){return"".padStart(2*e," ")}static serializeObj(e,t=0){const n=[];let i=this.pad(t++),s="";const o=e[st.VALUE];o&&(s=` ${o}`),n.push(`${i}${e[st.NAME]}:${s}`),i=this.pad(t);for(const c in e){if(typeof c=="symbol")continue;const u=e[c],h=c?`${c}: `:"";if(typeof u=="string"||typeof u=="number"||typeof u=="boolean")n.push(`${i}${h}${u}`);else if(u instanceof Date)n.push(`${i}${h}${u.toUTCString()}`);else if(Array.isArray(u))for(const v of u)v[st.NAME]=c,n.push(...this.serializeObj(v,t));else if(u instanceof st)u[st.NAME]=c,n.push(...this.serializeObj(u,t));else if(W.isBufferSource(u))c?(n.push(`${i}${h}`),n.push(...this.serializeBufferSource(u,t+1))):n.push(...this.serializeBufferSource(u,t));else if("toTextObject"in u){const v=u.toTextObject();v[st.NAME]=c,n.push(...this.serializeObj(v,t))}else throw new TypeError("Cannot serialize data in text format. Unsupported type.")}return n}static serializeBufferSource(e,t=0){const n=this.pad(t),i=W.toUint8Array(e),s=[];for(let o=0;o<i.length;){const c=[];for(let u=0;u<16&&o<i.length;u++){u===8&&c.push("");const h=i[o++].toString(16).padStart(2,"0");c.push(h)}s.push(`${n}${c.join(" ")}`)}return s}static serializeAlgorithm(e){return this.algorithmSerializer.toTextObject(e)}}Un.oidSerializer=kn,Un.algorithmSerializer=Cv;class $n{constructor(...e){if(e.length===1){const t=e[0];this.rawData=q.serialize(t),this.onInit(t)}else{const t=q.parse(e[0],e[1]);this.rawData=W.toArrayBuffer(e[0]),this.onInit(t)}}equal(e){return e instanceof $n?To(e.rawData,this.rawData):!1}toString(e="text"){switch(e){case"asn":return q.toString(this.rawData);case"text":return Un.serialize(this.toTextObject());case"hex":return ae.ToHex(this.rawData);case"base64":return ae.ToBase64(this.rawData);case"base64url":return ae.ToBase64Url(this.rawData);default:throw TypeError("Argument 'format' is unsupported value")}}getTextName(){return this.constructor.NAME}toTextObject(){const e=this.toTextObjectEmpty();return e[""]=this.rawData,e}toTextObjectEmpty(e){return new st(this.getTextName(),{},e)}}$n.NAME="ASN";class jr extends $n{constructor(...e){let t;W.isBufferSource(e[0])?t=W.toArrayBuffer(e[0]):t=q.serialize(new Lr({extnID:e[0],critical:e[1],extnValue:new it(W.toArrayBuffer(e[2]))})),super(t,Lr)}onInit(e){this.type=e.extnID,this.critical=e.critical,this.value=e.extnValue.buffer}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.value,e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty(this.critical?"critical":void 0);return e[st.NAME]===jr.NAME&&(e[st.NAME]=kn.toString(this.type)),e}}var Up;class Mn{static isCryptoKeyPair(e){return e&&e.privateKey&&e.publicKey}static isCryptoKey(e){return e&&e.usages&&e.type&&e.algorithm&&e.extractable!==void 0}constructor(){this.items=new Map,this[Up]="CryptoProvider",typeof self<"u"&&typeof crypto<"u"?this.set(Mn.DEFAULT,crypto):typeof global<"u"&&global.crypto&&global.crypto.subtle&&this.set(Mn.DEFAULT,global.crypto)}clear(){this.items.clear()}delete(e){return this.items.delete(e)}forEach(e,t){return this.items.forEach(e,t)}has(e){return this.items.has(e)}get size(){return this.items.size}entries(){return this.items.entries()}keys(){return this.items.keys()}values(){return this.items.values()}[Symbol.iterator](){return this.items[Symbol.iterator]()}get(e=Mn.DEFAULT){const t=this.items.get(e.toLowerCase());if(!t)throw new Error(`Cannot get Crypto by name '${e}'`);return t}set(e,t){if(typeof e=="string"){if(!t)throw new TypeError("Argument 'value' is required");this.items.set(e.toLowerCase(),t)}else this.items.set(Mn.DEFAULT,e);return this}}Up=Symbol.toStringTag,Mn.DEFAULT="default";const Xt=new Mn,Bv=/^[0-2](?:\.[1-9][0-9]*)+$/;function Ov(r){return new RegExp(Bv).test(r)}class $p{constructor(e={}){this.items={};for(const t in e)this.register(t,e[t])}get(e){return this.items[e]||null}findId(e){return Ov(e)?e:this.get(e)}register(e,t){this.items[e]=t,this.items[t]=e}}const br=new $p;br.register("CN","2.5.4.3"),br.register("L","2.5.4.7"),br.register("ST","2.5.4.8"),br.register("O","2.5.4.10"),br.register("OU","2.5.4.11"),br.register("C","2.5.4.6"),br.register("DC","0.9.2342.19200300.100.1.25"),br.register("E","1.2.840.113549.1.9.1"),br.register("G","2.5.4.42"),br.register("I","2.5.4.43"),br.register("SN","2.5.4.4"),br.register("T","2.5.4.12");function Tv(r,e){return`\\${ae.ToHex(ae.FromUtf8String(e)).toUpperCase()}`}function Nv(r){return r.replace(/([,+"\\<>;])/g,"\\$1").replace(/^([ #])/,"\\$1").replace(/([ ]$)/,"\\$1").replace(/([\r\n\t])/,Tv)}class Vn{static isASCII(e){for(let t=0;t<e.length;t++)if(e.charCodeAt(t)>255)return!1;return!0}static isPrintableString(e){return/^[A-Za-z0-9 '()+,-./:=?]*$/g.test(e)}constructor(e,t={}){this.extraNames=new $p,this.asn=new zt;for(const n in t)if(Object.prototype.hasOwnProperty.call(t,n)){const i=t[n];this.extraNames.register(n,i)}typeof e=="string"?this.asn=this.fromString(e):e instanceof zt?this.asn=e:W.isBufferSource(e)?this.asn=q.parse(e,zt):this.asn=this.fromJSON(e)}getField(e){const t=this.extraNames.findId(e)||br.findId(e),n=[];for(const i of this.asn)for(const s of i)s.type===t&&n.push(s.value.toString());return n}getName(e){return this.extraNames.get(e)||br.get(e)}toString(){return this.asn.map(e=>e.map(t=>{const n=this.getName(t.type)||t.type,i=t.value.anyValue?`#${ae.ToHex(t.value.anyValue)}`:Nv(t.value.toString());return`${n}=${i}`}).join("+")).join(", ")}toJSON(){var e;const t=[];for(const n of this.asn){const i={};for(const s of n){const o=this.getName(s.type)||s.type;(e=i[o])!==null&&e!==void 0||(i[o]=[]),i[o].push(s.value.anyValue?`#${ae.ToHex(s.value.anyValue)}`:s.value.toString())}t.push(i)}return t}fromString(e){const t=new zt,n=/(\d\.[\d.]*\d|[A-Za-z]+)=((?:"")|(?:".*?[^\\]")|(?:[^,+].*?(?:[^\\][,+]))|(?:))([,+])?/g;let i=null,s=",";for(;i=n.exec(`${e},`);){let[,o,c]=i;const u=c[c.length-1];(u===","||u==="+")&&(c=c.slice(0,c.length-1),i[3]=u);const h=i[3];o=this.getTypeOid(o);const v=this.createAttribute(o,c);s==="+"?t[t.length-1].push(v):t.push(new ji([v])),s=h}return t}fromJSON(e){const t=new zt;for(const n of e){const i=new ji;for(const s in n){const o=this.getTypeOid(s),c=n[s];for(const u of c){const h=this.createAttribute(o,u);i.push(h)}}t.push(i)}return t}getTypeOid(e){if(/[\d.]+/.test(e)||(e=this.getName(e)||""),!e)throw new Error(`Cannot get OID for name type '${e}'`);return e}createAttribute(e,t){const n=new Xo({type:e});if(typeof t=="object")for(const i in t)switch(i){case"ia5String":n.value.ia5String=t[i];break;case"utf8String":n.value.utf8String=t[i];break;case"universalString":n.value.universalString=t[i];break;case"bmpString":n.value.bmpString=t[i];break;case"printableString":n.value.printableString=t[i];break}else if(t[0]==="#")n.value.anyValue=ae.FromHex(t.slice(1));else{const i=this.processStringValue(t);e===this.getName("E")||e===this.getName("DC")?n.value.ia5String=i:Vn.isPrintableString(i)?n.value.printableString=i:n.value.utf8String=i}return n}processStringValue(e){const t=/"(.*?[^\\])?"/.exec(e);return t&&(e=t[1]),e.replace(/\\0a/ig,`
115
+ `).replace(/\\0d/ig,"\r").replace(/\\0g/ig," ").replace(/\\(.)/g,"$1")}toArrayBuffer(){return q.serialize(this.asn)}async getThumbprint(...e){var t;let n,i="SHA-1";return e.length>=1&&!(!((t=e[0])===null||t===void 0)&&t.subtle)?(i=e[0]||i,n=e[1]||Xt.get()):n=e[0]||Xt.get(),await n.subtle.digest(i,this.toArrayBuffer())}}const Mp="Cannot initialize GeneralName from ASN.1 data.",Vp=`${Mp} Unsupported string format in use.`,Pv=`${Mp} Value doesn't match to GUID regular expression.`,Lp=/^([0-9a-f]{8})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{12})$/i,Hp="1.3.6.1.4.1.311.25.1",Fp="1.3.6.1.4.1.311.20.2.3",qu="dns",Zu="dn",Wu="email",Yu="ip",Ju="url",Xu="guid",Qu="upn",ic="id";class Ln extends $n{constructor(...e){let t;if(e.length===2)switch(e[0]){case Zu:{const n=new Vn(e[1]).toArrayBuffer(),i=q.parse(n,zt);t=new De({directoryName:i});break}case qu:t=new De({dNSName:e[1]});break;case Wu:t=new De({rfc822Name:e[1]});break;case Xu:{const n=new RegExp(Lp,"i").exec(e[1]);if(!n)throw new Error("Cannot parse GUID value. Value doesn't match to regular expression");const i=n.slice(1).map((s,o)=>o<3?ae.ToHex(new Uint8Array(ae.FromHex(s)).reverse()):s).join("");t=new De({otherName:new bs({typeId:Hp,value:q.serialize(new it(ae.FromHex(i)))})});break}case Yu:t=new De({iPAddress:e[1]});break;case ic:t=new De({registeredID:e[1]});break;case Qu:{t=new De({otherName:new bs({typeId:Fp,value:q.serialize(Fh.toASN(e[1]))})});break}case Ju:t=new De({uniformResourceIdentifier:e[1]});break;default:throw new Error("Cannot create GeneralName. Unsupported type of the name")}else W.isBufferSource(e[0])?t=q.parse(e[0],De):t=e[0];super(t)}onInit(e){if(e.dNSName!=null)this.type=qu,this.value=e.dNSName;else if(e.rfc822Name!=null)this.type=Wu,this.value=e.rfc822Name;else if(e.iPAddress!=null)this.type=Yu,this.value=e.iPAddress;else if(e.uniformResourceIdentifier!=null)this.type=Ju,this.value=e.uniformResourceIdentifier;else if(e.registeredID!=null)this.type=ic,this.value=e.registeredID;else if(e.directoryName!=null)this.type=Zu,this.value=new Vn(e.directoryName).toString();else if(e.otherName!=null)if(e.otherName.typeId===Hp){this.type=Xu;const t=q.parse(e.otherName.value,it),n=new RegExp(Lp,"i").exec(ae.ToHex(t));if(!n)throw new Error(Pv);this.value=n.slice(1).map((i,s)=>s<3?ae.ToHex(new Uint8Array(ae.FromHex(i)).reverse()):i).join("-")}else if(e.otherName.typeId===Fp)this.type=Qu,this.value=q.parse(e.otherName.value,Yt).toString();else throw new Error(Vp);else throw new Error(Vp)}toJSON(){return{type:this.type,value:this.value}}toTextObject(){let e;switch(this.type){case Zu:case qu:case Xu:case Yu:case ic:case Qu:case Ju:e=this.type.toUpperCase();break;case Wu:e="Email";break;default:throw new Error("Unsupported GeneralName type")}let t=this.value;return this.type===ic&&(t=kn.toString(t)),new st(e,void 0,t)}}class Fs extends $n{constructor(e){let t;if(e instanceof ur)t=e;else if(Array.isArray(e)){const n=[];for(const i of e)if(i instanceof De)n.push(i);else{const s=q.parse(new Ln(i.type,i.value).rawData,De);n.push(s)}t=new ur(n)}else if(W.isBufferSource(e))t=q.parse(e,ur);else throw new Error("Cannot initialize GeneralNames. Incorrect incoming arguments");super(t)}onInit(e){const t=[];for(const n of e){let i=null;try{i=new Ln(n)}catch{continue}t.push(i)}this.items=t}toJSON(){return this.items.map(e=>e.toJSON())}toTextObject(){const e=super.toTextObjectEmpty();for(const t of this.items){const n=t.toTextObject();let i=e[n[st.NAME]];Array.isArray(i)||(i=[],e[n[st.NAME]]=i),i.push(n)}return e}}Fs.NAME="GeneralNames";const zs="-{5}",Gs="\\n",jv=`[^${Gs}]+`,Rv=`${zs}BEGIN (${jv}(?=${zs}))${zs}`,Dv=`${zs}END \\1${zs}`,Qi="\\n",Uv=`[^:${Gs}]+`,$v=`(?:[^${Gs}]+${Qi}(?: +[^${Gs}]+${Qi})*)`,Mv=`(?:[a-zA-Z0-9=+/]+${Qi})+`,zp=`${Rv}${Qi}(?:((?:${Uv}: ${$v})+))?${Qi}?(${Mv})${Dv}`;class xr{static isPem(e){return typeof e=="string"&&new RegExp(zp,"g").test(e)}static decodeWithHeaders(e){e=e.replace(/\r/g,"");const t=new RegExp(zp,"g"),n=[];let i=null;for(;i=t.exec(e);){const s=i[3].replace(new RegExp(`[${Gs}]+`,"g"),""),o={type:i[1],headers:[],rawData:ae.FromBase64(s)},c=i[2];if(c){const u=c.split(new RegExp(Qi,"g"));let h=null;for(const v of u){const[b,G]=v.split(/:(.*)/);if(G===void 0){if(!h)throw new Error("Cannot parse PEM string. Incorrect header value");h.value+=b.trim()}else h&&o.headers.push(h),h={key:b,value:G.trim()}}h&&o.headers.push(h)}n.push(o)}return n}static decode(e){return this.decodeWithHeaders(e).map(n=>n.rawData)}static decodeFirst(e){const t=this.decode(e);if(!t.length)throw new RangeError("PEM string doesn't contain any objects");return t[0]}static encode(e,t){if(Array.isArray(e)){const n=new Array;return t?e.forEach(i=>{if(!W.isBufferSource(i))throw new TypeError("Cannot encode array of BufferSource in PEM format. Not all items of the array are BufferSource");n.push(this.encodeStruct({type:t,rawData:W.toArrayBuffer(i)}))}):e.forEach(i=>{if(!("type"in i))throw new TypeError("Cannot encode array of PemStruct in PEM format. Not all items of the array are PemStrut");n.push(this.encodeStruct(i))}),n.join(`
116
+ `)}else{if(!t)throw new Error("Required argument 'tag' is missed");return this.encodeStruct({type:t,rawData:W.toArrayBuffer(e)})}}static encodeStruct(e){var t;const n=e.type.toLocaleUpperCase(),i=[];if(i.push(`-----BEGIN ${n}-----`),!((t=e.headers)===null||t===void 0)&&t.length){for(const h of e.headers)i.push(`${h.key}: ${h.value}`);i.push("")}const s=ae.ToBase64(e.rawData);let o,c=0;const u=Array();for(;c<s.length&&(s.length-c<64?o=s.substring(c):(o=s.substring(c,c+64),c+=64),o.length!==0);)if(u.push(o),o.length<64)break;return i.push(...u),i.push(`-----END ${n}-----`),i.join(`
117
+ `)}}xr.CertificateTag="CERTIFICATE",xr.CrlTag="CRL",xr.CertificateRequestTag="CERTIFICATE REQUEST",xr.PublicKeyTag="PUBLIC KEY",xr.PrivateKeyTag="PRIVATE KEY";class Fr extends $n{static isAsnEncoded(e){return W.isBufferSource(e)||typeof e=="string"}static toArrayBuffer(e){if(typeof e=="string"){if(xr.isPem(e))return xr.decode(e)[0];if(ae.isHex(e))return ae.FromHex(e);if(ae.isBase64(e))return ae.FromBase64(e);if(ae.isBase64Url(e))return ae.FromBase64Url(e);throw new TypeError("Unsupported format of 'raw' argument. Must be one of DER, PEM, HEX, Base64, or Base4Url")}else{const t=ae.ToBinary(e);return xr.isPem(t)?xr.decode(t)[0]:ae.isHex(t)?ae.FromHex(t):ae.isBase64(t)?ae.FromBase64(t):ae.isBase64Url(t)?ae.FromBase64Url(t):W.toArrayBuffer(e)}}constructor(...e){Fr.isAsnEncoded(e[0])?super(Fr.toArrayBuffer(e[0]),e[1]):super(e[0])}toString(e="pem"){switch(e){case"pem":return xr.encode(this.rawData,this.tag);default:return super.toString(e)}}}class sn extends Fr{static async create(e,t=Xt.get()){if(e instanceof sn)return e;if(Mn.isCryptoKey(e)){if(e.type!=="public")throw new TypeError("Public key is required");const n=await t.subtle.exportKey("spki",e);return new sn(n)}else{if(e.publicKey)return e.publicKey;if(W.isBufferSource(e))return new sn(e);throw new TypeError("Unsupported PublicKeyType")}}constructor(e){Fr.isAsnEncoded(e)?super(e,Qr):super(e),this.tag=xr.PublicKeyTag}async export(...e){let t,n=["verify"],i={hash:"SHA-256",...this.algorithm};e.length>1?(i=e[0]||i,n=e[1]||n,t=e[2]||Xt.get()):t=e[0]||Xt.get();let s=this.rawData;const o=q.parse(this.rawData,Qr);return o.algorithm.algorithm===Us&&(s=Vv(o,s)),t.subtle.importKey("spki",s,i,!0,n)}onInit(e){const t=fr.resolve(Xi),n=this.algorithm=t.toWebAlgorithm(e.algorithm);switch(e.algorithm.algorithm){case yi:{const i=q.parse(e.subjectPublicKey,Su),s=W.toUint8Array(i.modulus);n.publicExponent=W.toUint8Array(i.publicExponent),n.modulusLength=(s[0]?s:s.slice(1)).byteLength<<3;break}}}async getThumbprint(...e){var t;let n,i="SHA-1";return e.length>=1&&!(!((t=e[0])===null||t===void 0)&&t.subtle)?(i=e[0]||i,n=e[1]||Xt.get()):n=e[0]||Xt.get(),await n.subtle.digest(i,this.rawData)}async getKeyIdentifier(...e){let t,n="SHA-1";e.length===1?typeof e[0]=="string"?(n=e[0],t=Xt.get()):t=e[0]:e.length===2?(n=e[0],t=e[1]):t=Xt.get();const i=q.parse(this.rawData,Qr);return await t.subtle.digest(n,i.subjectPublicKey)}toTextObject(){const e=this.toTextObjectEmpty(),t=q.parse(this.rawData,Qr);switch(e.Algorithm=Un.serializeAlgorithm(t.algorithm),t.algorithm.algorithm){case js:e["EC Point"]=t.subjectPublicKey;break;case yi:default:e["Raw Data"]=t.subjectPublicKey}return e}}function Vv(r,e){return r.algorithm=new re({algorithm:yi,parameters:null}),e=q.serialize(r),e}class Ks extends jr{static async create(e,t=!1,n=Xt.get()){if("name"in e&&"serialNumber"in e)return new Ks(e,t);const s=await(await sn.create(e,n)).getKeyIdentifier(n);return new Ks(ae.ToHex(s),t)}constructor(...e){if(W.isBufferSource(e[0]))super(e[0]);else if(typeof e[0]=="string"){const t=new ai({keyIdentifier:new gl(ae.FromHex(e[0]))});super(ea,e[1],q.serialize(t))}else{const t=e[0],n=t.name instanceof Fs?q.parse(t.name.rawData,ur):t.name,i=new ai({authorityCertIssuer:n,authorityCertSerialNumber:ae.FromHex(t.serialNumber)});super(ea,e[1],q.serialize(i))}}onInit(e){super.onInit(e);const t=q.parse(e.extnValue,ai);t.keyIdentifier&&(this.keyId=ae.ToHex(t.keyIdentifier)),(t.authorityCertIssuer||t.authorityCertSerialNumber)&&(this.certId={name:t.authorityCertIssuer||[],serialNumber:t.authorityCertSerialNumber?ae.ToHex(t.authorityCertSerialNumber):""})}toTextObject(){const e=this.toTextObjectWithoutValue(),t=q.parse(this.value,ai);return t.authorityCertIssuer&&(e["Authority Issuer"]=new Fs(t.authorityCertIssuer).toTextObject()),t.authorityCertSerialNumber&&(e["Authority Serial Number"]=t.authorityCertSerialNumber),t.keyIdentifier&&(e[""]=t.keyIdentifier),e}}Ks.NAME="Authority Key Identifier";class Gp extends jr{constructor(...e){if(W.isBufferSource(e[0])){super(e[0]);const t=q.parse(this.value,ta);this.ca=t.cA,this.pathLength=t.pathLenConstraint}else{const t=new ta({cA:e[0],pathLenConstraint:e[1]});super(Qh,e[2],q.serialize(t)),this.ca=e[0],this.pathLength=e[1]}}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ca&&(e.CA=this.ca),this.pathLength!==void 0&&(e["Path Length"]=this.pathLength),e}}Gp.NAME="Basic Constraints";var Kp;(function(r){r.serverAuth="1.3.6.1.5.5.7.3.1",r.clientAuth="1.3.6.1.5.5.7.3.2",r.codeSigning="1.3.6.1.5.5.7.3.3",r.emailProtection="1.3.6.1.5.5.7.3.4",r.timeStamping="1.3.6.1.5.5.7.3.8",r.ocspSigning="1.3.6.1.5.5.7.3.9"})(Kp||(Kp={}));class qp extends jr{constructor(...e){if(W.isBufferSource(e[0])){super(e[0]);const t=q.parse(this.value,oa);this.usages=t.map(n=>n)}else{const t=new oa(e[0]);super(sd,e[1],q.serialize(t)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.usages.map(t=>kn.toString(t)).join(", "),e}}qp.NAME="Extended Key Usages";var Zp;(function(r){r[r.digitalSignature=1]="digitalSignature",r[r.nonRepudiation=2]="nonRepudiation",r[r.keyEncipherment=4]="keyEncipherment",r[r.dataEncipherment=8]="dataEncipherment",r[r.keyAgreement=16]="keyAgreement",r[r.keyCertSign=32]="keyCertSign",r[r.cRLSign=64]="cRLSign",r[r.encipherOnly=128]="encipherOnly",r[r.decipherOnly=256]="decipherOnly"})(Zp||(Zp={}));class Wp extends jr{constructor(...e){if(W.isBufferSource(e[0])){super(e[0]);const t=q.parse(this.value,Tl);this.usages=t.toNumber()}else{const t=new Tl(e[0]);super(ad,e[1],q.serialize(t)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=q.parse(this.value,Tl);return e[""]=t.toJSON().join(", "),e}}Wp.NAME="Key Usages";class sc extends jr{static async create(e,t=!1,n=Xt.get()){const s=await(await sn.create(e,n)).getKeyIdentifier(n);return new sc(ae.ToHex(s),t)}constructor(...e){if(W.isBufferSource(e[0])){super(e[0]);const t=q.parse(this.value,jn);this.keyId=ae.ToHex(t)}else{const t=typeof e[0]=="string"?ae.FromHex(e[0]):e[0],n=new jn(t);super(Ml,e[1],q.serialize(n)),this.keyId=ae.ToHex(t)}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=q.parse(this.value,jn);return e[""]=t,e}}sc.NAME="Subject Key Identifier";class Yp extends jr{constructor(...e){W.isBufferSource(e[0])?super(e[0]):super(Dl,e[1],new Fs(e[0]||[]).rawData)}onInit(e){super.onInit(e);const t=q.parse(e.extnValue,Ul);this.names=new Fs(t)}toTextObject(){const e=this.toTextObjectWithoutValue(),t=this.names.toTextObject();for(const n in t)e[n]=t[n];return e}}Yp.NAME="Subject Alternative Name";class Rr{static register(e,t){this.items.set(e,t)}static create(e){const t=new jr(e),n=this.items.get(t.type);return n?new n(e):t}}Rr.items=new Map;class Jp extends jr{constructor(...e){var t;if(W.isBufferSource(e[0])){super(e[0]);const n=q.parse(this.value,ia);this.policies=n.map(i=>i.policyIdentifier)}else{const n=e[0],i=(t=e[1])!==null&&t!==void 0?t:!1,s=new ia(n.map(o=>new na({policyIdentifier:o})));super(td,i,q.serialize(s)),this.policies=n}}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Policy=this.policies.map(t=>new st("",{},kn.toString(t))),e}}Jp.NAME="Certificate Policies",Rr.register(td,Jp);class Xp extends jr{constructor(...e){var t;if(W.isBufferSource(e[0]))super(e[0]);else if(Array.isArray(e[0])&&typeof e[0][0]=="string"){const i=e[0].map(o=>new Ui({distributionPoint:new ci({fullName:[new De({uniformResourceIdentifier:o})]})})),s=new $i(i);super(_l,e[1],q.serialize(s))}else{const n=new $i(e[0]);super(_l,e[1],q.serialize(n))}(t=this.distributionPoints)!==null&&t!==void 0||(this.distributionPoints=[])}onInit(e){super.onInit(e);const t=q.parse(e.extnValue,$i);this.distributionPoints=t}toTextObject(){const e=this.toTextObjectWithoutValue();return e["Distribution Point"]=this.distributionPoints.map(t=>{var n;const i={};return t.distributionPoint&&(i[""]=(n=t.distributionPoint.fullName)===null||n===void 0?void 0:n.map(s=>new Ln(s).toString()).join(", ")),t.reasons&&(i.Reasons=t.reasons.toString()),t.cRLIssuer&&(i["CRL Issuer"]=t.cRLIssuer.map(s=>s.toString()).join(", ")),i}),e}}Xp.NAME="CRL Distribution Points";class Qp extends jr{constructor(...e){var t,n,i,s;if(W.isBufferSource(e[0]))super(e[0]);else if(e[0]instanceof Di){const o=new Di(e[0]);super(yl,e[1],q.serialize(o))}else{const o=e[0],c=new Di;ac(c,o,Wh,"ocsp"),ac(c,o,Yh,"caIssuers"),ac(c,o,Jh,"timeStamping"),ac(c,o,Xh,"caRepository"),super(yl,e[1],q.serialize(c))}(t=this.ocsp)!==null&&t!==void 0||(this.ocsp=[]),(n=this.caIssuers)!==null&&n!==void 0||(this.caIssuers=[]),(i=this.timeStamping)!==null&&i!==void 0||(this.timeStamping=[]),(s=this.caRepository)!==null&&s!==void 0||(this.caRepository=[])}onInit(e){super.onInit(e),this.ocsp=[],this.caIssuers=[],this.timeStamping=[],this.caRepository=[],q.parse(e.extnValue,Di).forEach(n=>{switch(n.accessMethod){case Wh:this.ocsp.push(new Ln(n.accessLocation));break;case Yh:this.caIssuers.push(new Ln(n.accessLocation));break;case Jh:this.timeStamping.push(new Ln(n.accessLocation));break;case Xh:this.caRepository.push(new Ln(n.accessLocation));break}})}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ocsp.length&&oc(e,"OCSP",this.ocsp),this.caIssuers.length&&oc(e,"CA Issuers",this.caIssuers),this.timeStamping.length&&oc(e,"Time Stamping",this.timeStamping),this.caRepository.length&&oc(e,"CA Repository",this.caRepository),e}}Qp.NAME="Authority Info Access";function oc(r,e,t){if(t.length===1)r[e]=t[0].toTextObject();else{const n=new st("");t.forEach((i,s)=>{const o=i.toTextObject(),c=`${o[st.NAME]} ${s+1}`;let u=n[c];Array.isArray(u)||(u=[],n[c]=u),u.push(o)}),r[e]=n}}function ac(r,e,t,n){const i=e[n];i&&(Array.isArray(i)?i:[i]).forEach(o=>{typeof o=="string"&&(o=new Ln("url",o)),r.push(new xs({accessMethod:t,accessLocation:q.parse(o.rawData,De)}))})}class es extends $n{constructor(...e){let t;if(W.isBufferSource(e[0]))t=W.toArrayBuffer(e[0]);else{const n=e[0],i=Array.isArray(e[1])?e[1].map(s=>W.toArrayBuffer(s)):[];t=q.serialize(new An({type:n,values:i}))}super(t,An)}onInit(e){this.type=e.type,this.values=e.values}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Value=this.values.map(t=>new st("",{"":t})),e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty();return e[st.NAME]===es.NAME&&(e[st.NAME]=kn.toString(this.type)),e}}es.NAME="Attribute";class e0 extends es{constructor(...e){var t;if(W.isBufferSource(e[0]))super(e[0]);else{const n=new tc({printableString:e[0]});super(qd,[q.serialize(n)])}(t=this.password)!==null&&t!==void 0||(this.password="")}onInit(e){if(super.onInit(e),this.values[0]){const t=q.parse(this.values[0],tc);this.password=t.toString()}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[st.VALUE]=this.password,e}}e0.NAME="Challenge Password";class ef extends es{constructor(...e){var t;if(W.isBufferSource(e[0]))super(e[0]);else{const n=e[0],i=new li;for(const s of n)i.push(q.parse(s.rawData,Lr));super($u,[q.serialize(i)])}(t=this.items)!==null&&t!==void 0||(this.items=[])}onInit(e){if(super.onInit(e),this.values[0]){const t=q.parse(this.values[0],li);this.items=t.map(n=>Rr.create(q.serialize(n)))}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=this.items.map(n=>n.toTextObject());for(const n of t)e[n[st.NAME]]=n;return e}}ef.NAME="Extensions";class cc{static register(e,t){this.items.set(e,t)}static create(e){const t=new es(e),n=this.items.get(t.type);return n?new n(e):t}}cc.items=new Map;const lc="crypto.signatureFormatter";class Lv{toAsnSignature(e,t){return W.toArrayBuffer(t)}toWebSignature(e,t){return W.toArrayBuffer(t)}}var uc;let tf=uc=class{static createPssParams(e,t){const n=uc.getHashAlgorithm(e);return n?new vi({hashAlgorithm:n,maskGenAlgorithm:new re({algorithm:Va,parameters:q.serialize(n)}),saltLength:t}):null}static getHashAlgorithm(e){const t=fr.resolve(Xi);return typeof e=="string"?t.toAsnAlgorithm({name:e}):typeof e=="object"&&e&&"name"in e?t.toAsnAlgorithm(e):null}toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"rsassa-pkcs1-v1_5":if("hash"in e){let t;if(typeof e.hash=="string")t=e.hash;else if(e.hash&&typeof e.hash=="object"&&"name"in e.hash&&typeof e.hash.name=="string")t=e.hash.name.toUpperCase();else throw new Error("Cannot get hash algorithm name");switch(t.toLowerCase()){case"sha-1":return new re({algorithm:Pa,parameters:null});case"sha-256":return new re({algorithm:bu,parameters:null});case"sha-384":return new re({algorithm:ja,parameters:null});case"sha-512":return new re({algorithm:Ra,parameters:null})}}else return new re({algorithm:yi,parameters:null});break;case"rsa-pss":if("hash"in e){if(!("saltLength"in e&&typeof e.saltLength=="number"))throw new Error("Cannot get 'saltLength' from 'alg' argument");const t=uc.createPssParams(e.hash,e.saltLength);if(!t)throw new Error("Cannot create PSS parameters");return new re({algorithm:Us,parameters:q.serialize(t)})}else return new re({algorithm:Us,parameters:null})}return null}toWebAlgorithm(e){switch(e.algorithm){case yi:return{name:"RSASSA-PKCS1-v1_5"};case Pa:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-1"}};case bu:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};case ja:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-384"}};case Ra:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-512"}};case Us:if(e.parameters){const t=q.parse(e.parameters,vi);return{name:"RSA-PSS",hash:fr.resolve(Xi).toWebAlgorithm(t.hashAlgorithm),saltLength:t.saltLength}}else return{name:"RSA-PSS"}}return null}};tf=uc=f([Za()],tf),fr.registerSingleton(Ls,tf);let rf=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"sha-1":return new re({algorithm:Da});case"sha-256":return new re({algorithm:Ua});case"sha-384":return new re({algorithm:$a});case"sha-512":return new re({algorithm:Ma})}return null}toWebAlgorithm(e){switch(e.algorithm){case Da:return{name:"SHA-1"};case Ua:return{name:"SHA-256"};case $a:return{name:"SHA-384"};case Ma:return{name:"SHA-512"}}return null}};rf=f([Za()],rf),fr.registerSingleton(Ls,rf);class Dr{addPadding(e,t){const n=W.toUint8Array(t),i=new Uint8Array(e);return i.set(n,e-n.length),i}removePadding(e,t=!1){let n=W.toUint8Array(e);for(let i=0;i<n.length;i++)if(n[i]){n=n.slice(i);break}if(t&&n[0]>127){const i=new Uint8Array(n.length+1);return i.set(n,1),i.buffer}return n.buffer}toAsnSignature(e,t){if(e.name==="ECDSA"){const n=e.namedCurve,i=Dr.namedCurveSize.get(n)||Dr.defaultNamedCurveSize,s=new Na,o=W.toUint8Array(t);return s.r=this.removePadding(o.slice(0,i),!0),s.s=this.removePadding(o.slice(i,i+i),!0),q.serialize(s)}return null}toWebSignature(e,t){if(e.name==="ECDSA"){const n=q.parse(t,Na),i=e.namedCurve,s=Dr.namedCurveSize.get(i)||Dr.defaultNamedCurveSize,o=this.addPadding(s,this.removePadding(n.r)),c=this.addPadding(s,this.removePadding(n.s));return tg(o,c)}return null}}Dr.namedCurveSize=new Map,Dr.defaultNamedCurveSize=32;const nf="1.3.101.110",t0="1.3.101.111",sf="1.3.101.112",r0="1.3.101.113";let of=class{toAsnAlgorithm(e){let t=null;switch(e.name.toLowerCase()){case"ed25519":t=sf;break;case"x25519":t=nf;break;case"eddsa":switch(e.namedCurve.toLowerCase()){case"ed25519":t=sf;break;case"ed448":t=r0;break}break;case"ecdh-es":switch(e.namedCurve.toLowerCase()){case"x25519":t=nf;break;case"x448":t=t0;break}}return t?new re({algorithm:t}):null}toWebAlgorithm(e){switch(e.algorithm){case sf:return{name:"Ed25519"};case r0:return{name:"EdDSA",namedCurve:"Ed448"};case nf:return{name:"X25519"};case t0:return{name:"ECDH-ES",namedCurve:"X448"}}return null}};of=f([Za()],of),fr.registerSingleton(Ls,of);class Hv extends Fr{constructor(e){Fr.isAsnEncoded(e)?super(e,Vs):super(e),this.tag=xr.CertificateRequestTag}onInit(e){this.tbs=q.serialize(e.certificationRequestInfo),this.publicKey=new sn(e.certificationRequestInfo.subjectPKInfo);const t=fr.resolve(Xi);this.signatureAlgorithm=t.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signature,this.attributes=e.certificationRequestInfo.attributes.map(i=>cc.create(q.serialize(i)));const n=this.getAttribute($u);this.extensions=[],n instanceof ef&&(this.extensions=n.items),this.subjectName=new Vn(e.certificationRequestInfo.subject),this.subject=this.subjectName.toString()}getAttribute(e){for(const t of this.attributes)if(t.type===e)return t;return null}getAttributes(e){return this.attributes.filter(t=>t.type===e)}getExtension(e){for(const t of this.extensions)if(t.type===e)return t;return null}getExtensions(e){return this.extensions.filter(t=>t.type===e)}async verify(e=Xt.get()){const t={...this.publicKey.algorithm,...this.signatureAlgorithm},n=await this.publicKey.export(t,["verify"],e),i=fr.resolveAll(lc).reverse();let s=null;for(const c of i)if(s=c.toWebSignature(t,this.signature),s)break;if(!s)throw Error("Cannot convert WebCrypto signature value to ASN.1 format");return await e.subtle.verify(this.signatureAlgorithm,n,s,this.tbs)}toTextObject(){const e=this.toTextObjectEmpty(),t=q.parse(this.rawData,Vs),n=t.certificationRequestInfo,i=new st("",{Version:`${Mi[n.version]} (${n.version})`,Subject:this.subject,"Subject Public Key Info":this.publicKey});if(this.attributes.length){const s=new st("");for(const o of this.attributes){const c=o.toTextObject();s[c[st.NAME]]=c}i.Attributes=s}return e.Data=i,e.Signature=new st("",{Algorithm:Un.serializeAlgorithm(t.signatureAlgorithm),"":t.signature}),e}}Hv.NAME="PKCS#10 Certificate Request";class wi extends Fr{constructor(e){Fr.isAsnEncoded(e)?super(e,ui):super(e),this.tag=xr.CertificateTag}onInit(e){const t=e.tbsCertificate;this.tbs=q.serialize(t),this.serialNumber=ae.ToHex(t.serialNumber),this.subjectName=new Vn(t.subject),this.subject=new Vn(t.subject).toString(),this.issuerName=new Vn(t.issuer),this.issuer=this.issuerName.toString();const n=fr.resolve(Xi);this.signatureAlgorithm=n.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signatureValue;const i=t.validity.notBefore.utcTime||t.validity.notBefore.generalTime;if(!i)throw new Error("Cannot get 'notBefore' value");this.notBefore=i;const s=t.validity.notAfter.utcTime||t.validity.notAfter.generalTime;if(!s)throw new Error("Cannot get 'notAfter' value");this.notAfter=s,this.extensions=[],t.extensions&&(this.extensions=t.extensions.map(o=>Rr.create(q.serialize(o)))),this.publicKey=new sn(t.subjectPublicKeyInfo)}getExtension(e){for(const t of this.extensions)if(typeof e=="string"){if(t.type===e)return t}else if(t instanceof e)return t;return null}getExtensions(e){return this.extensions.filter(t=>typeof e=="string"?t.type===e:t instanceof e)}async verify(e={},t=Xt.get()){let n,i;const s=e.publicKey;try{if(!s)n={...this.publicKey.algorithm,...this.signatureAlgorithm},i=await this.publicKey.export(n,["verify"],t);else if("publicKey"in s)n={...s.publicKey.algorithm,...this.signatureAlgorithm},i=await s.publicKey.export(n,["verify"],t);else if(s instanceof sn)n={...s.algorithm,...this.signatureAlgorithm},i=await s.export(n,["verify"],t);else if(W.isBufferSource(s)){const h=new sn(s);n={...h.algorithm,...this.signatureAlgorithm},i=await h.export(n,["verify"],t)}else n={...s.algorithm,...this.signatureAlgorithm},i=s}catch{return!1}const o=fr.resolveAll(lc).reverse();let c=null;for(const h of o)if(c=h.toWebSignature(n,this.signature),c)break;if(!c)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");const u=await t.subtle.verify(this.signatureAlgorithm,i,c,this.tbs);if(e.signatureOnly)return u;{const v=(e.date||new Date).getTime();return u&&this.notBefore.getTime()<v&&v<this.notAfter.getTime()}}async getThumbprint(...e){let t,n="SHA-1";return e[0]&&(e[0].subtle?t=e[0]:(n=e[0]||n,t=e[1])),t??(t=Xt.get()),await t.subtle.digest(n,this.rawData)}async isSelfSigned(e=Xt.get()){return this.subject===this.issuer&&await this.verify({signatureOnly:!0},e)}toTextObject(){const e=this.toTextObjectEmpty(),t=q.parse(this.rawData,ui),n=t.tbsCertificate,i=new st("",{Version:`${Mi[n.version]} (${n.version})`,"Serial Number":n.serialNumber,"Signature Algorithm":Un.serializeAlgorithm(n.signature),Issuer:this.issuer,Validity:new st("",{"Not Before":n.validity.notBefore.getTime(),"Not After":n.validity.notAfter.getTime()}),Subject:this.subject,"Subject Public Key Info":this.publicKey});if(n.issuerUniqueID&&(i["Issuer Unique ID"]=n.issuerUniqueID),n.subjectUniqueID&&(i["Subject Unique ID"]=n.subjectUniqueID),this.extensions.length){const s=new st("");for(const o of this.extensions){const c=o.toTextObject();s[c[st.NAME]]=c}i.Extensions=s}return e.Data=i,e.Signature=new st("",{Algorithm:Un.serializeAlgorithm(t.signatureAlgorithm),"":t.signatureValue}),e}}wi.NAME="Certificate";class Fv extends Array{constructor(e){if(super(),Fr.isAsnEncoded(e))this.import(e);else if(e instanceof wi)this.push(e);else if(Array.isArray(e))for(const t of e)this.push(t)}export(e){const t=new En;t.version=1,t.encapContentInfo.eContentType=Yg,t.encapContentInfo.eContent=new Gi({single:new it}),t.certificates=new Is(this.map(s=>new di({certificate:q.parse(s.rawData,ui)})));const n=new _n({contentType:du,content:q.serialize(t)}),i=q.serialize(n);return e==="raw"?i:this.toString(e)}import(e){const t=Fr.toArrayBuffer(e),n=q.parse(t,_n);if(n.contentType!==du)throw new TypeError("Cannot parse CMS package. Incoming data is not a SignedData object.");const i=q.parse(n.content,En);this.clear();for(const s of i.certificates||[])s.certificate&&this.push(new wi(s.certificate))}clear(){for(;this.pop(););}toString(e="pem"){const t=this.export("raw");switch(e){case"pem":return xr.encode(t,"CMS");case"pem-chain":return this.map(n=>n.toString("pem")).join(`
118
+ `);case"asn":return q.toString(t);case"hex":return ae.ToHex(t);case"base64":return ae.ToBase64(t);case"base64url":return ae.ToBase64Url(t);case"text":return Un.serialize(this.toTextObject());default:throw TypeError("Argument 'format' is unsupported value")}}toTextObject(){const e=q.parse(this.export("raw"),_n),t=q.parse(e.content,En);return new st("X509Certificates",{"Content Type":kn.toString(e.contentType),Content:new st("",{Version:`${en[t.version]} (${t.version})`,Certificates:new st("",{Certificate:this.map(i=>i.toTextObject())})})})}}class zv{constructor(e={}){this.certificates=[],e.certificates&&(this.certificates=e.certificates)}async build(e,t=Xt.get()){const n=new Fv(e);let i=e;for(;i=await this.findIssuer(i,t);){const s=await i.getThumbprint(t);for(const o of n){const c=await o.getThumbprint(t);if(To(s,c))throw new Error("Cannot build a certificate chain. Circular dependency.")}n.push(i)}return n}async findIssuer(e,t=Xt.get()){if(!await e.isSelfSigned(t)){const n=e.getExtension(ea);for(const i of this.certificates)if(i.subject===e.issuer){if(n){if(n.keyId){const s=i.getExtension(Ml);if(s&&s.keyId!==n.keyId)continue}else if(n.certId){const s=i.getExtension(Dl);if(s&&!(n.certId.serialNumber===i.serialNumber&&To(q.serialize(n.certId.name),q.serialize(s))))continue}}try{const s={...i.publicKey.algorithm,...e.signatureAlgorithm},o=await i.publicKey.export(s,["verify"],t);if(!await e.verify({publicKey:o,signatureOnly:!0},t))continue}catch{continue}return i}}return null}}var n0;(function(r){r[r.unspecified=0]="unspecified",r[r.keyCompromise=1]="keyCompromise",r[r.cACompromise=2]="cACompromise",r[r.affiliationChanged=3]="affiliationChanged",r[r.superseded=4]="superseded",r[r.cessationOfOperation=5]="cessationOfOperation",r[r.certificateHold=6]="certificateHold",r[r.removeFromCRL=8]="removeFromCRL",r[r.privilegeWithdrawn=9]="privilegeWithdrawn",r[r.aACompromise=10]="aACompromise"})(n0||(n0={})),Rr.register(Qh,Gp),Rr.register(sd,qp),Rr.register(ad,Wp),Rr.register(Ml,sc),Rr.register(ea,Ks),Rr.register(Dl,Yp),Rr.register(_l,Xp),Rr.register(yl,Qp),cc.register(qd,e0),cc.register($u,ef),fr.registerSingleton(lc,Lv),fr.registerSingleton(lc,Dr),Dr.namedCurveSize.set("P-256",32),Dr.namedCurveSize.set("K-256",32),Dr.namedCurveSize.set("P-384",48),Dr.namedCurveSize.set("P-521",66);const ye={POS_INT:0,NEG_INT:1,BYTE_STRING:2,UTF8_STRING:3,ARRAY:4,MAP:5,TAG:6,SIMPLE_FLOAT:7},kt={DATE_STRING:0,DATE_EPOCH:1,POS_BIGINT:2,NEG_BIGINT:3,DECIMAL_FRAC:4,BIGFLOAT:5,BASE64URL_EXPECTED:21,BASE64_EXPECTED:22,BASE16_EXPECTED:23,CBOR:24,URI:32,BASE64URL:33,BASE64:34,MIME:36,SET:258,JSON:262,REGEXP:21066,SELF_DESCRIBED:55799,INVALID_16:65535,INVALID_32:4294967295,INVALID_64:0xffffffffffffffffn},Et={ZERO:0,ONE:24,TWO:25,FOUR:26,EIGHT:27,INDEFINITE:31},Hn={FALSE:20,TRUE:21,NULL:22,UNDEFINED:23};let Er=(go=class{},Ze(go,"BREAK",Symbol.for("github.com/hildjj/cbor2/break")),Ze(go,"ENCODED",Symbol.for("github.com/hildjj/cbor2/cbor-encoded")),Ze(go,"LENGTH",Symbol.for("github.com/hildjj/cbor2/length")),go);const fc={MIN:-(2n**63n),MAX:2n**64n-1n};let Xe=(On=class{constructor(e,t=void 0){Ze(this,"tag");Ze(this,"contents");this.tag=e,this.contents=t}get noChildren(){var e;return!!((e=$(On,ln).get(this.tag))!=null&&e.noChildren)}static registerDecoder(e,t,n){const i=$(this,ln).get(e);return $(this,ln).set(e,t),i&&("comment"in t||(t.comment=i.comment),"noChildren"in t||(t.noChildren=i.noChildren)),n&&!t.comment&&(t.comment=()=>`(${n})`),i}static clearDecoder(e){const t=$(this,ln).get(e);return $(this,ln).delete(e),t}*[Symbol.iterator](){yield this.contents}push(e){return this.contents=e,1}decode(e){const t=$(On,ln).get(this.tag);return t?t(this,e):this}comment(e,t){const n=$(On,ln).get(this.tag);if(n!=null&&n.comment)return n.comment(this,e,t)}toCBOR(){return[this.tag,this.contents]}[Symbol.for("nodejs.util.inspect.custom")](e,t,n){return`${this.tag}(${n(this.contents,t)})`}},ln=new WeakMap,cr(On,ln,new Map),On);function hc(r){if(r!=null&&typeof r=="object")return r[Er.ENCODED]}function Gv(r){if(r!=null&&typeof r=="object")return r[Er.LENGTH]}function qs(r,e){Object.defineProperty(r,Er.ENCODED,{configurable:!0,enumerable:!1,value:e})}function Zs(r,e){const t=Object(r);return qs(t,e),t}function i0(r){let e=Math.ceil(r.length/2);const t=new Uint8Array(e);e--;for(let n=r.length,i=n-2;n>=0;n=i,i-=2,e--)t[e]=parseInt(r.substring(i,n),16);return t}function zr(r){return r.reduce((e,t)=>e+t.toString(16).padStart(2,"0"),"")}function Kv(r){const e=r.reduce((i,s)=>i+s.length,0),t=new Uint8Array(e);let n=0;for(const i of r)t.set(i,n),n+=i.length;return t}function af(r){const e=atob(r);return Uint8Array.from(e,t=>t.codePointAt(0))}const qv={"-":"+",_:"/"};function Zv(r){const e=r.replace(/[_-]/g,t=>qv[t]);return af(e.padEnd(Math.ceil(e.length/4)*4,"="))}function Wv(){const r=new Uint8Array(4),e=new Uint32Array(r.buffer);return!((e[0]=1)&r[0])}function s0(r){var t;let e="";for(const n of r){const i=(t=n.codePointAt(0))==null?void 0:t.toString(16).padStart(4,"0");e&&(e+=", "),e+=`U+${i}`}return e}function o0(r,e){const[t,n,i]=r,[s,o,c]=e,u=Math.min(i.length,c.length);for(let h=0;h<u;h++){const v=i[h]-c[h];if(v!==0)return v}return 0}const Pc=class Pc{constructor(e={}){cr(this,nt);cr(this,Jn);cr(this,Qt,[]);cr(this,Ar,null);cr(this,Mt,0);cr(this,Xn,0);if(jt(this,Jn,{...Pc.defaultOptions,...e}),$(this,Jn).chunkSize<8)throw new RangeError(`Expected size >= 8, got ${$(this,Jn).chunkSize}`);He(this,nt,Ci).call(this)}get length(){return $(this,Xn)}read(){He(this,nt,Mc).call(this);const e=new Uint8Array($(this,Xn));let t=0;for(const n of $(this,Qt))e.set(n,t),t+=n.length;return He(this,nt,Ci).call(this),e}write(e){const t=e.length;t>He(this,nt,Tf).call(this)?(He(this,nt,Mc).call(this),t>$(this,Jn).chunkSize?($(this,Qt).push(e),He(this,nt,Ci).call(this)):(He(this,nt,Ci).call(this),$(this,Qt)[$(this,Qt).length-1].set(e),jt(this,Mt,t))):($(this,Qt)[$(this,Qt).length-1].set(e,$(this,Mt)),jt(this,Mt,$(this,Mt)+t)),jt(this,Xn,$(this,Xn)+t)}writeUint8(e){He(this,nt,pn).call(this,1),$(this,Ar).setUint8($(this,Mt),e),He(this,nt,yn).call(this,1)}writeUint16(e,t=!1){He(this,nt,pn).call(this,2),$(this,Ar).setUint16($(this,Mt),e,t),He(this,nt,yn).call(this,2)}writeUint32(e,t=!1){He(this,nt,pn).call(this,4),$(this,Ar).setUint32($(this,Mt),e,t),He(this,nt,yn).call(this,4)}writeBigUint64(e,t=!1){He(this,nt,pn).call(this,8),$(this,Ar).setBigUint64($(this,Mt),e,t),He(this,nt,yn).call(this,8)}writeInt16(e,t=!1){He(this,nt,pn).call(this,2),$(this,Ar).setInt16($(this,Mt),e,t),He(this,nt,yn).call(this,2)}writeInt32(e,t=!1){He(this,nt,pn).call(this,4),$(this,Ar).setInt32($(this,Mt),e,t),He(this,nt,yn).call(this,4)}writeBigInt64(e,t=!1){He(this,nt,pn).call(this,8),$(this,Ar).setBigInt64($(this,Mt),e,t),He(this,nt,yn).call(this,8)}writeFloat32(e,t=!1){He(this,nt,pn).call(this,4),$(this,Ar).setFloat32($(this,Mt),e,t),He(this,nt,yn).call(this,4)}writeFloat64(e,t=!1){He(this,nt,pn).call(this,8),$(this,Ar).setFloat64($(this,Mt),e,t),He(this,nt,yn).call(this,8)}clear(){jt(this,Xn,0),jt(this,Qt,[]),He(this,nt,Ci).call(this)}};Jn=new WeakMap,Qt=new WeakMap,Ar=new WeakMap,Mt=new WeakMap,Xn=new WeakMap,nt=new WeakSet,Ci=function(){const e=new Uint8Array($(this,Jn).chunkSize);$(this,Qt).push(e),jt(this,Mt,0),jt(this,Ar,new DataView(e.buffer,e.byteOffset,e.byteLength))},Mc=function(){if($(this,Mt)===0){$(this,Qt).pop();return}const e=$(this,Qt).length-1;$(this,Qt)[e]=$(this,Qt)[e].subarray(0,$(this,Mt)),jt(this,Mt,0),jt(this,Ar,null)},Tf=function(){const e=$(this,Qt).length-1;return $(this,Qt)[e].length-$(this,Mt)},pn=function(e){He(this,nt,Tf).call(this)<e&&(He(this,nt,Mc).call(this),He(this,nt,Ci).call(this))},yn=function(e){jt(this,Mt,$(this,Mt)+e),jt(this,Xn,$(this,Xn)+e)},Ze(Pc,"defaultOptions",{chunkSize:4096});let dc=Pc;function a0(r,e=0,t=!1){const n=r[e]&128?-1:1,i=(r[e]&124)>>2,s=(r[e]&3)<<8|r[e+1];if(i===0){if(t&&s!==0)throw new Error(`Unwanted subnormal: ${n*5960464477539063e-23*s}`);return n*5960464477539063e-23*s}else if(i===31)return s?NaN:n*(1/0);return n*2**(i-25)*(1024+s)}function Yv(r){const e=new DataView(new ArrayBuffer(4));e.setFloat32(0,r,!1);const t=e.getUint32(0,!1);if(t&8191)return null;let n=t>>16&32768;const i=t>>23&255,s=t&8388607;if(!(i===0&&s===0))if(i>=113&&i<=142)n+=(i-112<<10)+(s>>13);else if(i>=103&&i<113){if(s&(1<<126-i)-1)return null;n+=s+8388608>>126-i}else if(i===255)n|=31744,n|=s>>13;else return null;return n}function Jv(r){if(r!==0){const e=new ArrayBuffer(8),t=new DataView(e);t.setFloat64(0,r,!1);const n=t.getBigUint64(0,!1);if((n&0x7ff0000000000000n)===0n)return n&0x8000000000000000n?-0:0}return r}function Xv(r){switch(r.length){case 2:a0(r,0,!0);break;case 4:{const e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=e.getUint32(0,!1);if(!(t&2139095040)&&t&8388607)throw new Error(`Unwanted subnormal: ${e.getFloat32(0,!1)}`);break}case 8:{const e=new DataView(r.buffer,r.byteOffset,r.byteLength),t=e.getBigUint64(0,!1);if((t&0x7ff0000000000000n)===0n&&t&0x000fffffffffffn)throw new Error(`Unwanted subnormal: ${e.getFloat64(0,!1)}`);break}default:throw new TypeError(`Bad input to isSubnormal: ${r}`)}}const c0=ye.SIMPLE_FLOAT<<5|Et.TWO,Qv=ye.SIMPLE_FLOAT<<5|Et.FOUR,em=ye.SIMPLE_FLOAT<<5|Et.EIGHT,tm=ye.SIMPLE_FLOAT<<5|Hn.TRUE,rm=ye.SIMPLE_FLOAT<<5|Hn.FALSE,nm=ye.SIMPLE_FLOAT<<5|Hn.UNDEFINED,im=ye.SIMPLE_FLOAT<<5|Hn.NULL,sm=new TextEncoder,om={...dc.defaultOptions,avoidInts:!1,cde:!1,collapseBigInts:!0,dcbor:!1,float64:!1,flushToZero:!1,forceEndian:null,ignoreOriginalEncoding:!1,largeNegativeAsBigInt:!1,reduceUnsafeNumbers:!1,rejectBigInts:!1,rejectCustomSimples:!1,rejectDuplicateKeys:!1,rejectFloats:!1,rejectUndefined:!1,simplifyNegativeZero:!1,sortKeys:null,stringNormalization:null},l0={cde:!0,ignoreOriginalEncoding:!0,sortKeys:o0},am={...l0,dcbor:!0,largeNegativeAsBigInt:!0,reduceUnsafeNumbers:!0,rejectCustomSimples:!0,rejectDuplicateKeys:!0,rejectUndefined:!0,simplifyNegativeZero:!0,stringNormalization:"NFC"};function u0(r){const e=r<0;return typeof r=="bigint"?[e?-r-1n:r,e]:[e?-r-1:r,e]}function cf(r,e,t){if(t.rejectFloats)throw new Error(`Attempt to encode an unwanted floating point number: ${r}`);if(isNaN(r))e.writeUint8(c0),e.writeUint16(32256);else if(!t.float64&&Math.fround(r)===r){const n=Yv(r);n===null?(e.writeUint8(Qv),e.writeFloat32(r)):(e.writeUint8(c0),e.writeUint16(n))}else e.writeUint8(em),e.writeFloat64(r)}function Gr(r,e,t){const[n,i]=u0(r);if(i&&t)throw new TypeError(`Negative size: ${r}`);t??(t=i?ye.NEG_INT:ye.POS_INT),t<<=5,n<24?e.writeUint8(t|n):n<=255?(e.writeUint8(t|Et.ONE),e.writeUint8(n)):n<=65535?(e.writeUint8(t|Et.TWO),e.writeUint16(n)):n<=4294967295?(e.writeUint8(t|Et.FOUR),e.writeUint32(n)):(e.writeUint8(t|Et.EIGHT),e.writeBigUint64(BigInt(n)))}function pc(r,e,t){typeof r=="number"?Gr(r,e,ye.TAG):typeof r=="object"&&!t.ignoreOriginalEncoding&&Er.ENCODED in r?e.write(r[Er.ENCODED]):r<=Number.MAX_SAFE_INTEGER?Gr(Number(r),e,ye.TAG):(e.writeUint8(ye.TAG<<5|Et.EIGHT),e.writeBigUint64(BigInt(r)))}function f0(r,e,t){const[n,i]=u0(r);if(t.collapseBigInts&&(!t.largeNegativeAsBigInt||r>=-0x8000000000000000n)){if(n<=0xffffffffn){Gr(Number(r),e);return}if(n<=0xffffffffffffffffn){const h=(i?ye.NEG_INT:ye.POS_INT)<<5;e.writeUint8(h|Et.EIGHT),e.writeBigUint64(n);return}}if(t.rejectBigInts)throw new Error(`Attempt to encode unwanted bigint: ${r}`);const s=i?kt.NEG_BIGINT:kt.POS_BIGINT,o=n.toString(16),c=o.length%2?"0":"";pc(s,e,t);const u=i0(c+o);Gr(u.length,e,ye.BYTE_STRING),e.write(u)}function cm(r,e,t){t.flushToZero&&(r=Jv(r)),Object.is(r,-0)?t.simplifyNegativeZero?t.avoidInts?cf(0,e,t):Gr(0,e):cf(r,e,t):!t.avoidInts&&Number.isSafeInteger(r)?Gr(r,e):t.reduceUnsafeNumbers&&Math.floor(r)===r&&r>=fc.MIN&&r<=fc.MAX?f0(BigInt(r),e,t):cf(r,e,t)}function lm(r,e,t){const n=t.stringNormalization?r.normalize(t.stringNormalization):r,i=sm.encode(n);Gr(i.length,e,ye.UTF8_STRING),e.write(i)}function um(r,e,t){const n=r;uf(n,n.length,ye.ARRAY,e,t);for(const i of n)bi(i,e,t)}function fm(r,e){const t=r;Gr(t.length,e,ye.BYTE_STRING),e.write(t)}const lf=new Map([[Array,um],[Uint8Array,fm]]);function Rt(r,e){const t=lf.get(r);return lf.set(r,e),t}function uf(r,e,t,n,i){const s=Gv(r);s&&!i.ignoreOriginalEncoding?n.write(s):Gr(e,n,t)}function hm(r,e,t){if(r===null){e.writeUint8(im);return}if(!t.ignoreOriginalEncoding&&Er.ENCODED in r){e.write(r[Er.ENCODED]);return}const n=lf.get(r.constructor);if(n){const s=n(r,e,t);s&&((typeof s[0]=="bigint"||isFinite(Number(s[0])))&&pc(s[0],e,t),bi(s[1],e,t));return}if(typeof r.toCBOR=="function"){const s=r.toCBOR(e,t);s&&((typeof s[0]=="bigint"||isFinite(Number(s[0])))&&pc(s[0],e,t),bi(s[1],e,t));return}if(typeof r.toJSON=="function"){bi(r.toJSON(),e,t);return}const i=Object.entries(r).map(s=>[s[0],s[1],yc(s[0],t)]);t.sortKeys&&i.sort(t.sortKeys),uf(r,i.length,ye.MAP,e,t);for(const[s,o,c]of i)e.write(c),bi(o,e,t)}function bi(r,e,t){switch(typeof r){case"number":cm(r,e,t);break;case"bigint":f0(r,e,t);break;case"string":lm(r,e,t);break;case"boolean":e.writeUint8(r?tm:rm);break;case"undefined":if(t.rejectUndefined)throw new Error("Attempt to encode unwanted undefined.");e.writeUint8(nm);break;case"object":hm(r,e,t);break;case"symbol":throw new TypeError(`Unknown symbol: ${r.toString()}`);default:throw new TypeError(`Unknown type: ${typeof r}, ${String(r)}`)}}function yc(r,e={}){const t={...om};e.dcbor?Object.assign(t,am):e.cde&&Object.assign(t,l0),Object.assign(t,e);const n=new dc(t);return bi(r,n,t),n.read()}var h0=(r=>(r[r.NEVER=-1]="NEVER",r[r.PREFERRED=0]="PREFERRED",r[r.ALWAYS=1]="ALWAYS",r))(h0||{});const Qn=class Qn{constructor(e){Ze(this,"value");this.value=e}static create(e){return Qn.KnownSimple.has(e)?Qn.KnownSimple.get(e):new Qn(e)}toCBOR(e,t){if(t.rejectCustomSimples)throw new Error(`Cannot encode non-standard Simple value: ${this.value}`);Gr(this.value,e,ye.SIMPLE_FLOAT)}toString(){return`simple(${this.value})`}decode(){return Qn.KnownSimple.has(this.value)?Qn.KnownSimple.get(this.value):this}[Symbol.for("nodejs.util.inspect.custom")](e,t,n){return`simple(${n(this.value,t)})`}};Ze(Qn,"KnownSimple",new Map([[Hn.FALSE,!1],[Hn.TRUE,!0],[Hn.NULL,null],[Hn.UNDEFINED,void 0]]));let Ws=Qn;const dm=new TextDecoder("utf8",{fatal:!0,ignoreBOM:!0}),jc=class jc{constructor(e,t){cr(this,tr);cr(this,kr);cr(this,Wr);cr(this,er,0);cr(this,Ur);if(jt(this,Ur,{...jc.defaultOptions,...t}),typeof e=="string")switch($(this,Ur).encoding){case"hex":jt(this,kr,i0(e));break;case"base64":jt(this,kr,af(e));break;default:throw new TypeError(`Encoding not implemented: "${$(this,Ur).encoding}"`)}else jt(this,kr,e);jt(this,Wr,new DataView($(this,kr).buffer,$(this,kr).byteOffset,$(this,kr).byteLength))}toHere(e){return $(this,kr).subarray(e,$(this,er))}*[Symbol.iterator](){if(yield*He(this,tr,Bi).call(this,0),$(this,er)!==$(this,kr).length)throw new Error("Extra data in input")}};kr=new WeakMap,Wr=new WeakMap,er=new WeakMap,Ur=new WeakMap,tr=new WeakSet,Bi=function*(e){if(e++>$(this,Ur).maxDepth)throw new Error(`Maximum depth ${$(this,Ur).maxDepth} exceeded`);const t=$(this,er),n=$(this,Wr).getUint8(Ny(this,er)._++),i=n>>5,s=n&31;let o=s,c=!1,u=0;switch(s){case Et.ONE:if(u=1,o=$(this,Wr).getUint8($(this,er)),i===ye.SIMPLE_FLOAT){if(o<32)throw new Error(`Invalid simple encoding in extra byte: ${o}`);c=!0}else if($(this,Ur).requirePreferred&&o<24)throw new Error(`Unexpectedly long integer encoding (1) for ${o}`);break;case Et.TWO:if(u=2,i===ye.SIMPLE_FLOAT)o=a0($(this,kr),$(this,er));else if(o=$(this,Wr).getUint16($(this,er),!1),$(this,Ur).requirePreferred&&o<=255)throw new Error(`Unexpectedly long integer encoding (2) for ${o}`);break;case Et.FOUR:if(u=4,i===ye.SIMPLE_FLOAT)o=$(this,Wr).getFloat32($(this,er),!1);else if(o=$(this,Wr).getUint32($(this,er),!1),$(this,Ur).requirePreferred&&o<=65535)throw new Error(`Unexpectedly long integer encoding (4) for ${o}`);break;case Et.EIGHT:{if(u=8,i===ye.SIMPLE_FLOAT)o=$(this,Wr).getFloat64($(this,er),!1);else if(o=$(this,Wr).getBigUint64($(this,er),!1),o<=Number.MAX_SAFE_INTEGER&&(o=Number(o)),$(this,Ur).requirePreferred&&o<=4294967295)throw new Error(`Unexpectedly long integer encoding (8) for ${o}`);break}case 28:case 29:case 30:throw new Error(`Additional info not implemented: ${s}`);case Et.INDEFINITE:switch(i){case ye.POS_INT:case ye.NEG_INT:case ye.TAG:throw new Error(`Invalid indefinite encoding for MT ${i}`);case ye.SIMPLE_FLOAT:yield[i,s,Er.BREAK,t,0];return}o=1/0;break;default:c=!0}switch(jt(this,er,$(this,er)+u),i){case ye.POS_INT:yield[i,s,o,t,u];break;case ye.NEG_INT:yield[i,s,typeof o=="bigint"?-1n-o:-1-Number(o),t,u];break;case ye.BYTE_STRING:o===1/0?yield*He(this,tr,Oo).call(this,i,e,t):yield[i,s,He(this,tr,Nf).call(this,o),t,o];break;case ye.UTF8_STRING:o===1/0?yield*He(this,tr,Oo).call(this,i,e,t):yield[i,s,dm.decode(He(this,tr,Nf).call(this,o)),t,o];break;case ye.ARRAY:if(o===1/0)yield*He(this,tr,Oo).call(this,i,e,t,!1);else{const h=Number(o);yield[i,s,h,t,u];for(let v=0;v<h;v++)yield*He(this,tr,Bi).call(this,e+1)}break;case ye.MAP:if(o===1/0)yield*He(this,tr,Oo).call(this,i,e,t,!1);else{const h=Number(o);yield[i,s,h,t,u];for(let v=0;v<h;v++)yield*He(this,tr,Bi).call(this,e),yield*He(this,tr,Bi).call(this,e)}break;case ye.TAG:yield[i,s,o,t,u],yield*He(this,tr,Bi).call(this,e);break;case ye.SIMPLE_FLOAT:{const h=o;c&&(o=Ws.create(Number(o))),yield[i,s,o,t,h];break}}},Nf=function(e){const t=$(this,kr).subarray($(this,er),jt(this,er,$(this,er)+e));if(t.length!==e)throw new Error(`Unexpected end of stream reading ${e} bytes, got ${t.length}`);return t},Oo=function*(e,t,n,i=!0){for(yield[e,Et.INDEFINITE,1/0,n,1/0];;){const s=He(this,tr,Bi).call(this,t),o=s.next(),[c,u,h]=o.value;if(h===Er.BREAK){yield o.value,s.next();return}if(i){if(c!==e)throw new Error(`Unmatched major type. Expected ${e}, got ${c}.`);if(u===Et.INDEFINITE)throw new Error("New stream started in typed stream")}yield o.value,yield*s}},Ze(jc,"defaultOptions",{maxDepth:1024,encoding:"hex",requirePreferred:!1});let Ys=jc;const pm=new Map([[Et.ZERO,1],[Et.ONE,2],[Et.TWO,3],[Et.FOUR,5],[Et.EIGHT,9]]),ym=new Uint8Array(0);let Fn=(un=class{constructor(e,t,n,i){cr(this,Rc);Ze(this,"parent");Ze(this,"mt");Ze(this,"ai");Ze(this,"left");Ze(this,"offset");Ze(this,"count",0);Ze(this,"children",[]);Ze(this,"depth",0);cr(this,dr);cr(this,fn,null);if([this.mt,this.ai,,this.offset]=e,this.left=t,this.parent=n,jt(this,dr,i),n&&(this.depth=n.depth+1),this.mt===ye.MAP&&($(this,dr).sortKeys||$(this,dr).rejectDuplicateKeys)&&jt(this,fn,[]),$(this,dr).rejectStreaming&&this.ai===Et.INDEFINITE)throw new Error("Streaming not supported")}get isStreaming(){return this.left===1/0}get done(){return this.left===0}static create(e,t,n,i){const[s,o,c,u]=e;switch(s){case ye.POS_INT:case ye.NEG_INT:{if(n.rejectInts)throw new Error(`Unexpected integer: ${c}`);if(n.rejectLargeNegatives&&c<-0x8000000000000000n)throw new Error(`Invalid 65bit negative number: ${c}`);let h=c;return n.convertUnsafeIntsToFloat&&h>=fc.MIN&&h<=fc.MAX&&(h=Number(c)),n.boxed?Zs(h,i.toHere(u)):h}case ye.SIMPLE_FLOAT:if(o>Et.ONE){if(n.rejectFloats)throw new Error(`Decoding unwanted floating point number: ${c}`);if(n.rejectNegativeZero&&Object.is(c,-0))throw new Error("Decoding negative zero");if(n.rejectLongLoundNaN&&isNaN(c)){const h=i.toHere(u);if(h.length!==3||h[1]!==126||h[2]!==0)throw new Error(`Invalid NaN encoding: "${zr(h)}"`)}if(n.rejectSubnormals&&Xv(i.toHere(u+1)),n.rejectLongFloats){const h=yc(c,{chunkSize:9,reduceUnsafeNumbers:n.rejectUnsafeFloatInts});if(h[0]>>5!==s)throw new Error(`Should have been encoded as int, not float: ${c}`);if(h.length<pm.get(o))throw new Error(`Number should have been encoded shorter: ${c}`)}if(typeof c=="number"&&n.boxed)return Zs(c,i.toHere(u))}else{if(n.rejectSimple&&c instanceof Ws)throw new Error(`Invalid simple value: ${c}`);if(n.rejectUndefined&&c===void 0)throw new Error("Unexpected undefined")}return c;case ye.BYTE_STRING:case ye.UTF8_STRING:if(c===1/0)return new n.ParentType(e,1/0,t,n);if(n.rejectStringsNotNormalizedAs&&typeof c=="string"){const h=c.normalize(n.rejectStringsNotNormalizedAs);if(c!==h)throw new Error(`String not normalized as "${n.rejectStringsNotNormalizedAs}", got [${s0(c)}] instead of [${s0(h)}]`)}return n.boxed?Zs(c,i.toHere(u)):c;case ye.ARRAY:return new n.ParentType(e,c,t,n);case ye.MAP:return new n.ParentType(e,c*2,t,n);case ye.TAG:{const h=new n.ParentType(e,1,t,n);return h.children=new Xe(c),h}}throw new TypeError(`Invalid major type: ${s}`)}push(e,t,n){if(this.children.push(e),$(this,fn)){const i=hc(e)||t.toHere(n);$(this,fn).push(i)}return--this.left}replaceLast(e,t,n){let i,s=-1/0;if(this.children instanceof Xe?(s=0,i=this.children.contents,this.children.contents=e):(s=this.children.length-1,i=this.children[s],this.children[s]=e),$(this,fn)){const o=hc(e)||n.toHere(t.offset);$(this,fn)[s]=o}return i}convert(e){let t;switch(this.mt){case ye.ARRAY:t=this.children;break;case ye.MAP:{const n=He(this,Rc,Ry).call(this);if($(this,dr).sortKeys){let i;for(const s of n){if(i&&$(this,dr).sortKeys(i,s)>=0)throw new Error(`Duplicate or out of order key: "0x${s[2]}"`);i=s}}else if($(this,dr).rejectDuplicateKeys){const i=new Set;for(const[s,o,c]of n){const u=zr(c);if(i.has(u))throw new Error(`Duplicate key: "0x${u}"`);i.add(u)}}t=!$(this,dr).boxed&&!$(this,dr).preferMap&&n.every(([i])=>typeof i=="string")?Object.fromEntries(n):new Map(n);break}case ye.BYTE_STRING:return Kv(this.children);case ye.UTF8_STRING:{const n=this.children.join("");t=$(this,dr).boxed?Zs(n,e.toHere(this.offset)):n;break}case ye.TAG:t=this.children.decode($(this,dr));break;default:throw new TypeError(`Invalid mt on convert: ${this.mt}`)}return $(this,dr).saveOriginal&&t&&typeof t=="object"&&qs(t,e.toHere(this.offset)),t}},dr=new WeakMap,fn=new WeakMap,Rc=new WeakSet,Ry=function(){const e=this.children,t=e.length;if(t%2)throw new Error("Missing map value");const n=new Array(t/2);if($(this,fn))for(let i=0;i<t;i+=2)n[i>>1]=[e[i],e[i+1],$(this,fn)[i]];else for(let i=0;i<t;i+=2)n[i>>1]=[e[i],e[i+1],ym];return n},Ze(un,"defaultDecodeOptions",{...Ys.defaultOptions,ParentType:un,boxed:!1,cde:!1,dcbor:!1,diagnosticSizes:h0.PREFERRED,convertUnsafeIntsToFloat:!1,pretty:!1,preferMap:!1,rejectLargeNegatives:!1,rejectBigInts:!1,rejectDuplicateKeys:!1,rejectFloats:!1,rejectInts:!1,rejectLongLoundNaN:!1,rejectLongFloats:!1,rejectNegativeZero:!1,rejectSimple:!1,rejectStreaming:!1,rejectStringsNotNormalizedAs:null,rejectSubnormals:!1,rejectUndefined:!1,rejectUnsafeFloatInts:!1,saveOriginal:!1,sortKeys:null}),Ze(un,"cdeDecodeOptions",{cde:!0,rejectStreaming:!0,requirePreferred:!0,sortKeys:o0}),Ze(un,"dcborDecodeOptions",{...un.cdeDecodeOptions,dcbor:!0,convertUnsafeIntsToFloat:!0,rejectDuplicateKeys:!0,rejectLargeNegatives:!0,rejectLongLoundNaN:!0,rejectLongFloats:!0,rejectNegativeZero:!0,rejectSimple:!0,rejectUndefined:!0,rejectUnsafeFloatInts:!0,rejectStringsNotNormalizedAs:"NFC"}),un);class ff extends(By=Fn,Cy=Er.ENCODED,By){constructor(t,n,i,s){super(t,n,i,s);Ze(this,"depth",0);Ze(this,"leaf",!1);Ze(this,"value");Ze(this,"length");Ze(this,Cy);this.parent?this.depth=this.parent.depth+1:this.depth=s.initialDepth,[,,this.value,,this.length]=t}numBytes(){switch(this.ai){case Et.ONE:return 1;case Et.TWO:return 2;case Et.FOUR:return 4;case Et.EIGHT:return 8}return 0}}function d0(r){return r instanceof ff}function gc(r,e){return r===1/0?"Indefinite":e?`${r} ${e}${r!==1&&r!==1n?"s":""}`:String(r)}function hf(r){return"".padStart(r," ")}function p0(r,e,t){let n="";n+=hf(r.depth*2);const i=hc(r);n+=zr(i.subarray(0,1));const s=r.numBytes();s&&(n+=" ",n+=zr(i.subarray(1,s+1))),n=n.padEnd(e.minCol+1," "),n+="-- ",t!==void 0&&(n+=hf(r.depth*2),t!==""&&(n+=`[${t}] `));let o=!1;const[c]=r.children;switch(r.mt){case ye.POS_INT:n+=`Unsigned: ${c}`,typeof c=="bigint"&&(n+="n");break;case ye.NEG_INT:n+=`Negative: ${c}`,typeof c=="bigint"&&(n+="n");break;case ye.BYTE_STRING:n+=`Bytes (Length: ${gc(r.length)})`;break;case ye.UTF8_STRING:n+=`UTF8 (Length: ${gc(r.length)})`,r.length!==1/0&&(n+=`: ${JSON.stringify(c)}`);break;case ye.ARRAY:n+=`Array (Length: ${gc(r.value,"item")})`;break;case ye.MAP:n+=`Map (Length: ${gc(r.value,"pair")})`;break;case ye.TAG:{n+=`Tag #${r.value}`;const u=r.children,[h]=u.contents.children,v=new Xe(u.tag,h);qs(v,i);const b=v.comment(e,r.depth);b&&(n+=": ",n+=b),o||(o=v.noChildren);break}case ye.SIMPLE_FLOAT:c===Er.BREAK?n+="BREAK":r.ai>Et.ONE?Object.is(c,-0)?n+="Float: -0":n+=`Float: ${c}`:(n+="Simple: ",c instanceof Ws?n+=c.value:n+=c);break}if(!o)if(r.leaf){if(n+=`
119
+ `,i.length>s+1){const u=hf((r.depth+1)*2);for(let h=s+1;h<i.length;h+=8)n+=u,n+=zr(i.subarray(h,h+8)),n+=`
120
120
  `}}else{n+=`
121
- `;let u=0;for(const h of r.children){if(u0(h)){let m=String(u);r.mt===ge.MAP?m=u%2?`val ${(u-1)/2}`:`key ${u/2}`:r.mt===ge.TAG&&(m=""),n+=f0(h,e,m)}u++}}return n}const dm={...zn.defaultDecodeOptions,initialDepth:0,noPrefixHex:!1,minCol:0};function pm(r,e){const t={...dm,...e,ParentType:ff,saveOriginal:!0},n=new Xs(r,t);let i,s;for(const c of n){if(s=zn.create(c,i,t,n),c[2]===Ir.BREAK)if(i!=null&&i.isStreaming)i.left=1;else throw new Error("Unexpected BREAK");if(!u0(s)){const m=new ff(c,0,i,t);m.leaf=!0,m.children.push(s),Ws(m,n.toHere(c[3])),s=m}let u=(s.depth+1)*2;const h=s.numBytes();for(h&&(u+=1,u+=h*2),t.minCol=Math.max(t.minCol,u),i&&i.push(s,n,c[3]),i=s;i!=null&&i.done;)s=i,s.leaf||Ws(s,n.toHere(s.offset)),{parent:i}=i}e&&(e.minCol=t.minCol);let o=t.noPrefixHex?"":`0x${Gr(n.toHere(0))}
122
- `;return o+=f0(s,t),o}const h0=!qv();function d0(r){if(typeof r=="object"&&r){if(r.constructor!==Number)throw new Error(`Expected number: ${r}`)}else if(typeof r!="number")throw new Error(`Expected number: ${r}`)}function Gn(r){if(typeof r=="object"&&r){if(r.constructor!==String)throw new Error(`Expected string: ${r}`)}else if(typeof r!="string")throw new Error(`Expected string: ${r}`)}function Si(r){if(!(r instanceof Uint8Array))throw new Error(`Expected Uint8Array: ${r}`)}function p0(r){if(!Array.isArray(r))throw new Error(`Expected Array: ${r}`)}Rt(Map,(r,e,t)=>{const n=[...r.entries()].map(i=>[i[0],i[1],gc(i[0],t)]);if(t.rejectDuplicateKeys){const i=new Set;for(const[s,o,c]of n){const u=Gr(c);if(i.has(u))throw new Error(`Duplicate map key: 0x${u}`);i.add(u)}}t.sortKeys&&n.sort(t.sortKeys),uf(r,r.size,ge.MAP,e,t);for(const[i,s,o]of n)e.write(o),Ai(s,e,t)});function y0(r){return Gn(r.contents),new Date(r.contents)}y0.comment=r=>(Gn(r.contents),`(String Date) ${new Date(r.contents).toISOString()}`),Ye.registerDecoder(Et.DATE_STRING,y0);function g0(r){return d0(r.contents),new Date(r.contents*1e3)}g0.comment=r=>(d0(r.contents),`(Epoch Date) ${new Date(r.contents*1e3).toISOString()}`),Ye.registerDecoder(Et.DATE_EPOCH,g0),Rt(Date,r=>[Et.DATE_EPOCH,r.valueOf()/1e3]);function mc(r,e,t){if(Si(e.contents),t.rejectBigInts)throw new Error(`Decoding unwanted big integer: ${e}(h'${Gr(e.contents)}')`);if(t.requirePreferred&&e.contents[0]===0)throw new Error(`Decoding overly-large bigint: ${e.tag}(h'${Gr(e.contents)})`);let n=e.contents.reduce((i,s)=>i<<8n|BigInt(s),0n);if(r&&(n=-1n-n),t.requirePreferred&&n>=Number.MIN_SAFE_INTEGER&&n<=Number.MAX_SAFE_INTEGER)throw new Error(`Decoding bigint that could have been int: ${n}n`);return t.boxed?Ys(n,e.contents):n}const v0=mc.bind(null,!1),m0=mc.bind(null,!0);v0.comment=(r,e)=>`(Positive BigInt) ${mc(!1,r,e)}n`,m0.comment=(r,e)=>`(Negative BigInt) ${mc(!0,r,e)}n`,Ye.registerDecoder(Et.POS_BIGINT,v0),Ye.registerDecoder(Et.NEG_BIGINT,m0);function df(r,e){return Si(r.contents),r}df.comment=(r,e,t)=>{Si(r.contents);const n={...e,initialDepth:t+2,noPrefixHex:!0},i=dc(r);let s=2**((i[0]&31)-24)+1;const o=i[s]&31;let c=Gr(i.subarray(s,++s));o>=24&&(c+=" ",c+=Gr(i.subarray(s,s+2**(o-24)))),n.minCol=Math.max(n.minCol,(t+1)*2+c.length);const u=pm(r.contents,n);let h=`Embedded CBOR
121
+ `;let u=0;for(const h of r.children){if(d0(h)){let v=String(u);r.mt===ye.MAP?v=u%2?`val ${(u-1)/2}`:`key ${u/2}`:r.mt===ye.TAG&&(v=""),n+=p0(h,e,v)}u++}}return n}const gm={...Fn.defaultDecodeOptions,initialDepth:0,noPrefixHex:!1,minCol:0};function vm(r,e){const t={...gm,...e,ParentType:ff,saveOriginal:!0},n=new Ys(r,t);let i,s;for(const c of n){if(s=Fn.create(c,i,t,n),c[2]===Er.BREAK)if(i!=null&&i.isStreaming)i.left=1;else throw new Error("Unexpected BREAK");if(!d0(s)){const v=new ff(c,0,i,t);v.leaf=!0,v.children.push(s),qs(v,n.toHere(c[3])),s=v}let u=(s.depth+1)*2;const h=s.numBytes();for(h&&(u+=1,u+=h*2),t.minCol=Math.max(t.minCol,u),i&&i.push(s,n,c[3]),i=s;i!=null&&i.done;)s=i,s.leaf||qs(s,n.toHere(s.offset)),{parent:i}=i}e&&(e.minCol=t.minCol);let o=t.noPrefixHex?"":`0x${zr(n.toHere(0))}
122
+ `;return o+=p0(s,t),o}const y0=!Wv();function g0(r){if(typeof r=="object"&&r){if(r.constructor!==Number)throw new Error(`Expected number: ${r}`)}else if(typeof r!="number")throw new Error(`Expected number: ${r}`)}function zn(r){if(typeof r=="object"&&r){if(r.constructor!==String)throw new Error(`Expected string: ${r}`)}else if(typeof r!="string")throw new Error(`Expected string: ${r}`)}function xi(r){if(!(r instanceof Uint8Array))throw new Error(`Expected Uint8Array: ${r}`)}function v0(r){if(!Array.isArray(r))throw new Error(`Expected Array: ${r}`)}Rt(Map,(r,e,t)=>{const n=[...r.entries()].map(i=>[i[0],i[1],yc(i[0],t)]);if(t.rejectDuplicateKeys){const i=new Set;for(const[s,o,c]of n){const u=zr(c);if(i.has(u))throw new Error(`Duplicate map key: 0x${u}`);i.add(u)}}t.sortKeys&&n.sort(t.sortKeys),uf(r,r.size,ye.MAP,e,t);for(const[i,s,o]of n)e.write(o),bi(s,e,t)});function m0(r){return zn(r.contents),new Date(r.contents)}m0.comment=r=>(zn(r.contents),`(String Date) ${new Date(r.contents).toISOString()}`),Xe.registerDecoder(kt.DATE_STRING,m0);function w0(r){return g0(r.contents),new Date(r.contents*1e3)}w0.comment=r=>(g0(r.contents),`(Epoch Date) ${new Date(r.contents*1e3).toISOString()}`),Xe.registerDecoder(kt.DATE_EPOCH,w0),Rt(Date,r=>[kt.DATE_EPOCH,r.valueOf()/1e3]);function vc(r,e,t){if(xi(e.contents),t.rejectBigInts)throw new Error(`Decoding unwanted big integer: ${e}(h'${zr(e.contents)}')`);if(t.requirePreferred&&e.contents[0]===0)throw new Error(`Decoding overly-large bigint: ${e.tag}(h'${zr(e.contents)})`);let n=e.contents.reduce((i,s)=>i<<8n|BigInt(s),0n);if(r&&(n=-1n-n),t.requirePreferred&&n>=Number.MIN_SAFE_INTEGER&&n<=Number.MAX_SAFE_INTEGER)throw new Error(`Decoding bigint that could have been int: ${n}n`);return t.boxed?Zs(n,e.contents):n}const b0=vc.bind(null,!1),x0=vc.bind(null,!0);b0.comment=(r,e)=>`(Positive BigInt) ${vc(!1,r,e)}n`,x0.comment=(r,e)=>`(Negative BigInt) ${vc(!0,r,e)}n`,Xe.registerDecoder(kt.POS_BIGINT,b0),Xe.registerDecoder(kt.NEG_BIGINT,x0);function df(r,e){return xi(r.contents),r}df.comment=(r,e,t)=>{xi(r.contents);const n={...e,initialDepth:t+2,noPrefixHex:!0},i=hc(r);let s=2**((i[0]&31)-24)+1;const o=i[s]&31;let c=zr(i.subarray(s,++s));o>=24&&(c+=" ",c+=zr(i.subarray(s,s+2**(o-24)))),n.minCol=Math.max(n.minCol,(t+1)*2+c.length);const u=vm(r.contents,n);let h=`Embedded CBOR
123
123
  `;return h+=`${"".padStart((t+1)*2," ")}${c}`.padEnd(n.minCol+1," "),h+=`-- Bytes (Length: ${r.contents.length})
124
- `,h+=u,h},df.noChildren=!0,Ye.registerDecoder(Et.CBOR,df),Ye.registerDecoder(Et.URI,r=>(Gn(r.contents),new URL(r.contents)),"URI"),Rt(URL,r=>[Et.URI,r.toString()]),Ye.registerDecoder(Et.BASE64URL,r=>(Gn(r.contents),Gv(r.contents)),"Base64url-encoded"),Ye.registerDecoder(Et.BASE64,r=>(Gn(r.contents),af(r.contents)),"Base64-encoded"),Ye.registerDecoder(35,r=>(Gn(r.contents),new RegExp(r.contents)),"RegExp"),Ye.registerDecoder(21065,r=>{Gn(r.contents);let e=r.contents.replace(new RegExp("(?<!\\\\)(?<!\\[(?:[^\\]]|\\\\\\])*)\\.","g"),`[^
125
- \r]`);return e=`^(?:${e})$`,new RegExp(e,"u")},"I-RegExp"),Ye.registerDecoder(Et.REGEXP,r=>{if(p0(r.contents),r.contents.length<1||r.contents.length>2)throw new Error(`Invalid RegExp Array: ${r.contents}`);return new RegExp(r.contents[0],r.contents[1])},"RegExp"),Rt(RegExp,r=>[Et.REGEXP,[r.source,r.flags]]),Ye.registerDecoder(64,r=>(Si(r.contents),r.contents),"uint8 Typed Array");function nr(r,e,t){Si(r.contents);let n=r.contents.length;if(n%e.BYTES_PER_ELEMENT!==0)throw new Error(`Number of bytes must be divisible by ${e.BYTES_PER_ELEMENT}, got: ${n}`);n/=e.BYTES_PER_ELEMENT;const i=new e(n),s=new DataView(r.contents.buffer,r.contents.byteOffset,r.contents.byteLength),o=s[`get${e.name.replace(/Array/,"")}`].bind(s);for(let c=0;c<n;c++)i[c]=o(c*e.BYTES_PER_ELEMENT,t);return i}function qn(r,e,t,n,i){const s=i.forceEndian??h0;if(yc(s?e:t,r,i),qr(n.byteLength,r,ge.BYTE_STRING),h0===s)r.write(new Uint8Array(n.buffer,n.byteOffset,n.byteLength));else{const o=`write${n.constructor.name.replace(/Array/,"")}`,c=r[o].bind(r);for(const u of n)c(u,s)}}Ye.registerDecoder(65,r=>nr(r,Uint16Array,!1),"uint16, big endian, Typed Array"),Ye.registerDecoder(66,r=>nr(r,Uint32Array,!1),"uint32, big endian, Typed Array"),Ye.registerDecoder(67,r=>nr(r,BigUint64Array,!1),"uint64, big endian, Typed Array"),Ye.registerDecoder(68,r=>(Si(r.contents),new Uint8ClampedArray(r.contents)),"uint8 Typed Array, clamped arithmetic"),Rt(Uint8ClampedArray,r=>[68,new Uint8Array(r.buffer,r.byteOffset,r.byteLength)]),Ye.registerDecoder(69,r=>nr(r,Uint16Array,!0),"uint16, little endian, Typed Array"),Rt(Uint16Array,(r,e,t)=>qn(e,69,65,r,t)),Ye.registerDecoder(70,r=>nr(r,Uint32Array,!0),"uint32, little endian, Typed Array"),Rt(Uint32Array,(r,e,t)=>qn(e,70,66,r,t)),Ye.registerDecoder(71,r=>nr(r,BigUint64Array,!0),"uint64, little endian, Typed Array"),Rt(BigUint64Array,(r,e,t)=>qn(e,71,67,r,t)),Ye.registerDecoder(72,r=>(Si(r.contents),new Int8Array(r.contents)),"sint8 Typed Array"),Rt(Int8Array,r=>[72,new Uint8Array(r.buffer,r.byteOffset,r.byteLength)]),Ye.registerDecoder(73,r=>nr(r,Int16Array,!1),"sint16, big endian, Typed Array"),Ye.registerDecoder(74,r=>nr(r,Int32Array,!1),"sint32, big endian, Typed Array"),Ye.registerDecoder(75,r=>nr(r,BigInt64Array,!1),"sint64, big endian, Typed Array"),Ye.registerDecoder(77,r=>nr(r,Int16Array,!0),"sint16, little endian, Typed Array"),Rt(Int16Array,(r,e,t)=>qn(e,77,73,r,t)),Ye.registerDecoder(78,r=>nr(r,Int32Array,!0),"sint32, little endian, Typed Array"),Rt(Int32Array,(r,e,t)=>qn(e,78,74,r,t)),Ye.registerDecoder(79,r=>nr(r,BigInt64Array,!0),"sint64, little endian, Typed Array"),Rt(BigInt64Array,(r,e,t)=>qn(e,79,75,r,t)),Ye.registerDecoder(81,r=>nr(r,Float32Array,!1),"IEEE 754 binary32, big endian, Typed Array"),Ye.registerDecoder(82,r=>nr(r,Float64Array,!1),"IEEE 754 binary64, big endian, Typed Array"),Ye.registerDecoder(85,r=>nr(r,Float32Array,!0),"IEEE 754 binary32, little endian, Typed Array"),Rt(Float32Array,(r,e,t)=>qn(e,85,81,r,t)),Ye.registerDecoder(86,r=>nr(r,Float64Array,!0),"IEEE 754 binary64, big endian, Typed Array"),Rt(Float64Array,(r,e,t)=>qn(e,86,82,r,t)),Ye.registerDecoder(Et.SET,r=>(p0(r.contents),new Set(r.contents)),"Set"),Rt(Set,r=>[Et.SET,[...r]]),Ye.registerDecoder(Et.JSON,r=>(Gn(r.contents),JSON.parse(r.contents)),"JSON-encoded"),Ye.registerDecoder(Et.SELF_DESCRIBED,r=>r.contents,"Self-Described"),Ye.registerDecoder(Et.INVALID_16,()=>{throw new Error(`Tag always invalid: ${Et.INVALID_16}`)},"Invalid"),Ye.registerDecoder(Et.INVALID_32,()=>{throw new Error(`Tag always invalid: ${Et.INVALID_32}`)},"Invalid"),Ye.registerDecoder(Et.INVALID_64,()=>{throw new Error(`Tag always invalid: ${Et.INVALID_64}`)},"Invalid");function pf(r){throw new Error(`Encoding ${r.constructor.name} intentionally unimplmented. It is not concrete enough to interoperate. Convert to Uint8Array first.`)}Rt(ArrayBuffer,pf),Rt(DataView,pf),typeof SharedArrayBuffer<"u"&&Rt(SharedArrayBuffer,pf);function wc(r){return[NaN,r.valueOf()]}Rt(Boolean,wc),Rt(Number,wc),Rt(String,wc),Rt(BigInt,wc);function bc(r,e={}){const t={...zn.defaultDecodeOptions};if(e.dcbor?Object.assign(t,zn.dcborDecodeOptions):e.cde&&Object.assign(t,zn.cdeDecodeOptions),Object.assign(t,e),Object.hasOwn(t,"rejectLongNumbers"))throw new TypeError("rejectLongNumbers has changed to requirePreferred");t.boxed&&(t.saveOriginal=!0);const n=new Xs(r,t);let i,s;for(const o of n){if(s=zn.create(o,i,t,n),o[2]===Ir.BREAK)if(i!=null&&i.isStreaming)i.left=0;else throw new Error("Unexpected BREAK");else i&&i.push(s,n,o[3]);for(s instanceof zn&&(i=s);i!=null&&i.done;){s=i.convert(n);const c=i.parent;c==null||c.replaceLast(s,i,n),i=c}}return s}new TextEncoder;var ot;(function(r){r.assertEqual=i=>i;function e(i){}r.assertIs=e;function t(i){throw new Error}r.assertNever=t,r.arrayToEnum=i=>{const s={};for(const o of i)s[o]=o;return s},r.getValidEnumValues=i=>{const s=r.objectKeys(i).filter(c=>typeof i[i[c]]!="number"),o={};for(const c of s)o[c]=i[c];return r.objectValues(o)},r.objectValues=i=>r.objectKeys(i).map(function(s){return i[s]}),r.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{const s=[];for(const o in i)Object.prototype.hasOwnProperty.call(i,o)&&s.push(o);return s},r.find=(i,s)=>{for(const o of i)if(s(o))return o},r.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)}r.joinValues=n,r.jsonStringifyReplacer=(i,s)=>typeof s=="bigint"?s.toString():s})(ot||(ot={}));var yf;(function(r){r.mergeShapes=(e,t)=>({...e,...t})})(yf||(yf={}));const ie=ot.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Kn=r=>{switch(typeof r){case"undefined":return ie.undefined;case"string":return ie.string;case"number":return isNaN(r)?ie.nan:ie.number;case"boolean":return ie.boolean;case"function":return ie.function;case"bigint":return ie.bigint;case"symbol":return ie.symbol;case"object":return Array.isArray(r)?ie.array:r===null?ie.null:r.then&&typeof r.then=="function"&&r.catch&&typeof r.catch=="function"?ie.promise:typeof Map<"u"&&r instanceof Map?ie.map:typeof Set<"u"&&r instanceof Set?ie.set:typeof Date<"u"&&r instanceof Date?ie.date:ie.object;default:return ie.unknown}},F=ot.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"]),ym=r=>JSON.stringify(r,null,2).replace(/"([^"]+)":/g,"$1:");class kr extends Error{constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){const t=e||function(s){return s.message},n={_errors:[]},i=s=>{for(const 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(t(o));else{let c=n,u=0;for(;u<o.path.length;){const h=o.path[u];u===o.path.length-1?(c[h]=c[h]||{_errors:[]},c[h]._errors.push(t(o))):c[h]=c[h]||{_errors:[]},c=c[h],u++}}};return i(this),n}static assert(e){if(!(e instanceof kr))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,ot.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){const t={},n=[];for(const i of this.issues)i.path.length>0?(t[i.path[0]]=t[i.path[0]]||[],t[i.path[0]].push(e(i))):n.push(e(i));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}}kr.create=r=>new kr(r);const is=(r,e)=>{let t;switch(r.code){case F.invalid_type:r.received===ie.undefined?t="Required":t=`Expected ${r.expected}, received ${r.received}`;break;case F.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(r.expected,ot.jsonStringifyReplacer)}`;break;case F.unrecognized_keys:t=`Unrecognized key(s) in object: ${ot.joinValues(r.keys,", ")}`;break;case F.invalid_union:t="Invalid input";break;case F.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${ot.joinValues(r.options)}`;break;case F.invalid_enum_value:t=`Invalid enum value. Expected ${ot.joinValues(r.options)}, received '${r.received}'`;break;case F.invalid_arguments:t="Invalid function arguments";break;case F.invalid_return_type:t="Invalid function return type";break;case F.invalid_date:t="Invalid date";break;case F.invalid_string:typeof r.validation=="object"?"includes"in r.validation?(t=`Invalid input: must include "${r.validation.includes}"`,typeof r.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${r.validation.position}`)):"startsWith"in r.validation?t=`Invalid input: must start with "${r.validation.startsWith}"`:"endsWith"in r.validation?t=`Invalid input: must end with "${r.validation.endsWith}"`:ot.assertNever(r.validation):r.validation!=="regex"?t=`Invalid ${r.validation}`:t="Invalid";break;case F.too_small:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at least":"more than"} ${r.minimum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at least":"over"} ${r.minimum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(r.minimum))}`:t="Invalid input";break;case F.too_big:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at most":"less than"} ${r.maximum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at most":"under"} ${r.maximum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="bigint"?t=`BigInt must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly":r.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(r.maximum))}`:t="Invalid input";break;case F.custom:t="Invalid input";break;case F.invalid_intersection_types:t="Intersection results could not be merged";break;case F.not_multiple_of:t=`Number must be a multiple of ${r.multipleOf}`;break;case F.not_finite:t="Number must be finite";break;default:t=e.defaultError,ot.assertNever(r)}return{message:t}};let w0=is;function gm(r){w0=r}function xc(){return w0}const Ac=r=>{const{data:e,path:t,errorMaps:n,issueData:i}=r,s=[...t,...i.path||[]],o={...i,path:s};if(i.message!==void 0)return{...i,path:s,message:i.message};let c="";const u=n.filter(h=>!!h).slice().reverse();for(const h of u)c=h(o,{data:e,defaultError:c}).message;return{...i,path:s,message:c}},vm=[];function X(r,e){const t=xc(),n=Ac({issueData:e,data:r.data,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t,t===is?void 0:is].filter(i=>!!i)});r.common.issues.push(n)}class ir{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){const n=[];for(const i of t){if(i.status==="aborted")return ke;i.status==="dirty"&&e.dirty(),n.push(i.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,t){const n=[];for(const i of t){const s=await i.key,o=await i.value;n.push({key:s,value:o})}return ir.mergeObjectSync(e,n)}static mergeObjectSync(e,t){const n={};for(const i of t){const{key:s,value:o}=i;if(s.status==="aborted"||o.status==="aborted")return ke;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}}}const ke=Object.freeze({status:"aborted"}),ss=r=>({status:"dirty",value:r}),hr=r=>({status:"valid",value:r}),gf=r=>r.status==="aborted",vf=r=>r.status==="dirty",Qs=r=>r.status==="valid",eo=r=>typeof Promise<"u"&&r instanceof Promise;function Sc(r,e,t,n){if(typeof e=="function"?r!==e||!n:!e.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return e.get(r)}function b0(r,e,t,n,i){if(typeof e=="function"?r!==e||!i:!e.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return e.set(r,t),t}typeof SuppressedError=="function"&&SuppressedError;var xe;(function(r){r.errToObj=e=>typeof e=="string"?{message:e}:e||{},r.toString=e=>typeof e=="string"?e:e==null?void 0:e.message})(xe||(xe={}));var to,ro;class an{constructor(e,t,n,i){this._cachedPath=[],this.parent=e,this.data=t,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}}const x0=(r,e)=>{if(Qs(e))return{success:!0,data:e.value};if(!r.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new kr(r.common.issues);return this._error=t,this._error}}};function Ve(r){if(!r)return{};const{errorMap:e,invalid_type_error:t,required_error:n,description:i}=r;if(e&&(t||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,c)=>{var u,h;const{message:m}=r;return o.code==="invalid_enum_value"?{message:m??c.defaultError}:typeof c.data>"u"?{message:(u=m??n)!==null&&u!==void 0?u:c.defaultError}:o.code!=="invalid_type"?{message:c.defaultError}:{message:(h=m??t)!==null&&h!==void 0?h:c.defaultError}},description:i}}class qe{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)}get description(){return this._def.description}_getType(e){return Kn(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:Kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ir,ctx:{common:e.parent.common,data:e.data,parsedType:Kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(eo(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){var n;const i={common:{issues:[],async:(n=t==null?void 0:t.async)!==null&&n!==void 0?n:!1,contextualErrorMap:t==null?void 0:t.errorMap},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Kn(e)},s=this._parseSync({data:e,path:i.path,parent:i});return x0(i,s)}async parseAsync(e,t){const n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){const n={common:{issues:[],contextualErrorMap:t==null?void 0:t.errorMap,async:!0},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Kn(e)},i=this._parse({data:e,path:n.path,parent:n}),s=await(eo(i)?i:Promise.resolve(i));return x0(n,s)}refine(e,t){const n=i=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(i):t;return this._refinement((i,s)=>{const o=e(i),c=()=>s.addIssue({code:F.custom,...n(i)});return typeof Promise<"u"&&o instanceof Promise?o.then(u=>u?!0:(c(),!1)):o?!0:(c(),!1)})}refinement(e,t){return this._refinement((n,i)=>e(n)?!0:(i.addIssue(typeof t=="function"?t(n,i):t),!1))}_refinement(e){return new Wr({schema:this,typeName:Ee.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return ln.create(this,this._def)}nullable(){return Jn.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return Zr.create(this,this._def)}promise(){return ls.create(this,this._def)}or(e){return oo.create([this,e],this._def)}and(e){return ao.create(this,e,this._def)}transform(e){return new Wr({...Ve(this._def),schema:this,typeName:Ee.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t=typeof e=="function"?e:()=>e;return new ho({...Ve(this._def),innerType:this,defaultValue:t,typeName:Ee.ZodDefault})}brand(){return new bf({typeName:Ee.ZodBranded,type:this,...Ve(this._def)})}catch(e){const t=typeof e=="function"?e:()=>e;return new po({...Ve(this._def),innerType:this,catchValue:t,typeName:Ee.ZodCatch})}describe(e){const t=this.constructor;return new t({...this._def,description:e})}pipe(e){return yo.create(this,e)}readonly(){return go.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const mm=/^c[^\s-]{8,}$/i,wm=/^[0-9a-z]+$/,bm=/^[0-9A-HJKMNP-TV-Z]{26}$/,xm=/^[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,Am=/^[a-z0-9_-]{21}$/i,Sm=/^[-+]?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)?)??$/,_m=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Em="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let mf;const Im=/^(?:(?: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])$/,km=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,Cm=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,A0="((\\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])))",Bm=new RegExp(`^${A0}$`);function S0(r){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return r.precision?e=`${e}\\.\\d{${r.precision}}`:r.precision==null&&(e=`${e}(\\.\\d+)?`),e}function Om(r){return new RegExp(`^${S0(r)}$`)}function _0(r){let e=`${A0}T${S0(r)}`;const t=[];return t.push(r.local?"Z?":"Z"),r.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}function Tm(r,e){return!!((e==="v4"||!e)&&Im.test(r)||(e==="v6"||!e)&&km.test(r))}class Kr extends qe{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==ie.string){const s=this._getOrReturnCtx(e);return X(s,{code:F.invalid_type,expected:ie.string,received:s.parsedType}),ke}const n=new ir;let i;for(const s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(i=this._getOrReturnCtx(e,i),X(i,{code:F.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),X(i,{code:F.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){const o=e.data.length>s.value,c=e.data.length<s.value;(o||c)&&(i=this._getOrReturnCtx(e,i),o?X(i,{code:F.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):c&&X(i,{code:F.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")_m.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"email",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")mf||(mf=new RegExp(Em,"u")),mf.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"emoji",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")xm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"uuid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Am.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"nanoid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")mm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"cuid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")wm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"cuid2",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")bm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"ulid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),X(i,{validation:"url",code:F.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),X(i,{validation:"regex",code:F.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),X(i,{code:F.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),X(i,{code:F.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(i=this._getOrReturnCtx(e,i),X(i,{code:F.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?_0(s).test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{code:F.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?Bm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{code:F.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?Om(s).test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{code:F.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Sm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"duration",code:F.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?Tm(e.data,s.version)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"ip",code:F.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?Cm.test(e.data)||(i=this._getOrReturnCtx(e,i),X(i,{validation:"base64",code:F.invalid_string,message:s.message}),n.dirty()):ot.assertNever(s);return{status:n.value,value:e.data}}_regex(e,t,n){return this.refinement(i=>e.test(i),{validation:t,code:F.invalid_string,...xe.errToObj(n)})}_addCheck(e){return new Kr({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...xe.errToObj(e)})}url(e){return this._addCheck({kind:"url",...xe.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...xe.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...xe.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...xe.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...xe.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...xe.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...xe.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...xe.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...xe.errToObj(e)})}datetime(e){var t,n;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof(e==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,offset:(t=e==null?void 0:e.offset)!==null&&t!==void 0?t:!1,local:(n=e==null?void 0:e.local)!==null&&n!==void 0?n:!1,...xe.errToObj(e==null?void 0: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==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,...xe.errToObj(e==null?void 0:e.message)})}duration(e){return this._addCheck({kind:"duration",...xe.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...xe.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t==null?void 0:t.position,...xe.errToObj(t==null?void 0:t.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...xe.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...xe.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...xe.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...xe.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...xe.errToObj(t)})}nonempty(e){return this.min(1,xe.errToObj(e))}trim(){return new Kr({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Kr({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Kr({...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 isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get minLength(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Kr.create=r=>{var e;return new Kr({checks:[],typeName:Ee.ZodString,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Ve(r)})};function Nm(r,e){const t=(r.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,i=t>n?t:n,s=parseInt(r.toFixed(i).replace(".","")),o=parseInt(e.toFixed(i).replace(".",""));return s%o/Math.pow(10,i)}class Zn 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)!==ie.number){const s=this._getOrReturnCtx(e);return X(s,{code:F.invalid_type,expected:ie.number,received:s.parsedType}),ke}let n;const i=new ir;for(const s of this._def.checks)s.kind==="int"?ot.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),X(n,{code:F.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),X(n,{code:F.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),X(n,{code:F.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),i.dirty()):s.kind==="multipleOf"?Nm(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),X(n,{code:F.not_multiple_of,multipleOf:s.value,message:s.message}),i.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),X(n,{code:F.not_finite,message:s.message}),i.dirty()):ot.assertNever(s);return{status:i.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,xe.toString(t))}gt(e,t){return this.setLimit("min",e,!1,xe.toString(t))}lte(e,t){return this.setLimit("max",e,!0,xe.toString(t))}lt(e,t){return this.setLimit("max",e,!1,xe.toString(t))}setLimit(e,t,n,i){return new Zn({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:xe.toString(i)}]})}_addCheck(e){return new Zn({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:xe.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:xe.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:xe.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:xe.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:xe.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:xe.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:xe.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:xe.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:xe.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&ot.isInteger(e.value))}get isFinite(){let e=null,t=null;for(const n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(t===null||n.value>t)&&(t=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(t)&&Number.isFinite(e)}}Zn.create=r=>new Zn({checks:[],typeName:Ee.ZodNumber,coerce:(r==null?void 0:r.coerce)||!1,...Ve(r)});class Wn extends qe{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==ie.bigint){const s=this._getOrReturnCtx(e);return X(s,{code:F.invalid_type,expected:ie.bigint,received:s.parsedType}),ke}let n;const i=new ir;for(const s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),X(n,{code:F.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),X(n,{code:F.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),X(n,{code:F.not_multiple_of,multipleOf:s.value,message:s.message}),i.dirty()):ot.assertNever(s);return{status:i.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,xe.toString(t))}gt(e,t){return this.setLimit("min",e,!1,xe.toString(t))}lte(e,t){return this.setLimit("max",e,!0,xe.toString(t))}lt(e,t){return this.setLimit("max",e,!1,xe.toString(t))}setLimit(e,t,n,i){return new Wn({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:xe.toString(i)}]})}_addCheck(e){return new Wn({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:xe.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:xe.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:xe.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:xe.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:xe.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Wn.create=r=>{var e;return new Wn({checks:[],typeName:Ee.ZodBigInt,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Ve(r)})};class no extends qe{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==ie.boolean){const n=this._getOrReturnCtx(e);return X(n,{code:F.invalid_type,expected:ie.boolean,received:n.parsedType}),ke}return hr(e.data)}}no.create=r=>new no({typeName:Ee.ZodBoolean,coerce:(r==null?void 0:r.coerce)||!1,...Ve(r)});class _i extends qe{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==ie.date){const s=this._getOrReturnCtx(e);return X(s,{code:F.invalid_type,expected:ie.date,received:s.parsedType}),ke}if(isNaN(e.data.getTime())){const s=this._getOrReturnCtx(e);return X(s,{code:F.invalid_date}),ke}const n=new ir;let i;for(const s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(i=this._getOrReturnCtx(e,i),X(i,{code:F.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),X(i,{code:F.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):ot.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new _i({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:xe.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:xe.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}}_i.create=r=>new _i({checks:[],coerce:(r==null?void 0:r.coerce)||!1,typeName:Ee.ZodDate,...Ve(r)});class _c extends qe{_parse(e){if(this._getType(e)!==ie.symbol){const n=this._getOrReturnCtx(e);return X(n,{code:F.invalid_type,expected:ie.symbol,received:n.parsedType}),ke}return hr(e.data)}}_c.create=r=>new _c({typeName:Ee.ZodSymbol,...Ve(r)});class io extends qe{_parse(e){if(this._getType(e)!==ie.undefined){const n=this._getOrReturnCtx(e);return X(n,{code:F.invalid_type,expected:ie.undefined,received:n.parsedType}),ke}return hr(e.data)}}io.create=r=>new io({typeName:Ee.ZodUndefined,...Ve(r)});class so extends qe{_parse(e){if(this._getType(e)!==ie.null){const n=this._getOrReturnCtx(e);return X(n,{code:F.invalid_type,expected:ie.null,received:n.parsedType}),ke}return hr(e.data)}}so.create=r=>new so({typeName:Ee.ZodNull,...Ve(r)});class os extends qe{constructor(){super(...arguments),this._any=!0}_parse(e){return hr(e.data)}}os.create=r=>new os({typeName:Ee.ZodAny,...Ve(r)});class Ei extends qe{constructor(){super(...arguments),this._unknown=!0}_parse(e){return hr(e.data)}}Ei.create=r=>new Ei({typeName:Ee.ZodUnknown,...Ve(r)});class Bn extends qe{_parse(e){const t=this._getOrReturnCtx(e);return X(t,{code:F.invalid_type,expected:ie.never,received:t.parsedType}),ke}}Bn.create=r=>new Bn({typeName:Ee.ZodNever,...Ve(r)});class Ec extends qe{_parse(e){if(this._getType(e)!==ie.undefined){const n=this._getOrReturnCtx(e);return X(n,{code:F.invalid_type,expected:ie.void,received:n.parsedType}),ke}return hr(e.data)}}Ec.create=r=>new Ec({typeName:Ee.ZodVoid,...Ve(r)});class Zr extends qe{_parse(e){const{ctx:t,status:n}=this._processInputParams(e),i=this._def;if(t.parsedType!==ie.array)return X(t,{code:F.invalid_type,expected:ie.array,received:t.parsedType}),ke;if(i.exactLength!==null){const o=t.data.length>i.exactLength.value,c=t.data.length<i.exactLength.value;(o||c)&&(X(t,{code:o?F.too_big:F.too_small,minimum:c?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&&t.data.length<i.minLength.value&&(X(t,{code:F.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),n.dirty()),i.maxLength!==null&&t.data.length>i.maxLength.value&&(X(t,{code:F.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((o,c)=>i.type._parseAsync(new an(t,o,t.path,c)))).then(o=>ir.mergeArray(n,o));const s=[...t.data].map((o,c)=>i.type._parseSync(new an(t,o,t.path,c)));return ir.mergeArray(n,s)}get element(){return this._def.type}min(e,t){return new Zr({...this._def,minLength:{value:e,message:xe.toString(t)}})}max(e,t){return new Zr({...this._def,maxLength:{value:e,message:xe.toString(t)}})}length(e,t){return new Zr({...this._def,exactLength:{value:e,message:xe.toString(t)}})}nonempty(e){return this.min(1,e)}}Zr.create=(r,e)=>new Zr({type:r,minLength:null,maxLength:null,exactLength:null,typeName:Ee.ZodArray,...Ve(e)});function as(r){if(r instanceof Ot){const e={};for(const t in r.shape){const n=r.shape[t];e[t]=ln.create(as(n))}return new Ot({...r._def,shape:()=>e})}else return r instanceof Zr?new Zr({...r._def,type:as(r.element)}):r instanceof ln?ln.create(as(r.unwrap())):r instanceof Jn?Jn.create(as(r.unwrap())):r instanceof cn?cn.create(r.items.map(e=>as(e))):r}class Ot extends qe{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),t=ot.objectKeys(e);return this._cached={shape:e,keys:t}}_parse(e){if(this._getType(e)!==ie.object){const h=this._getOrReturnCtx(e);return X(h,{code:F.invalid_type,expected:ie.object,received:h.parsedType}),ke}const{status:n,ctx:i}=this._processInputParams(e),{shape:s,keys:o}=this._getCached(),c=[];if(!(this._def.catchall instanceof Bn&&this._def.unknownKeys==="strip"))for(const h in i.data)o.includes(h)||c.push(h);const u=[];for(const h of o){const m=s[h],x=i.data[h];u.push({key:{status:"valid",value:h},value:m._parse(new an(i,x,i.path,h)),alwaysSet:h in i.data})}if(this._def.catchall instanceof Bn){const h=this._def.unknownKeys;if(h==="passthrough")for(const m of c)u.push({key:{status:"valid",value:m},value:{status:"valid",value:i.data[m]}});else if(h==="strict")c.length>0&&(X(i,{code:F.unrecognized_keys,keys:c}),n.dirty());else if(h!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const h=this._def.catchall;for(const m of c){const x=i.data[m];u.push({key:{status:"valid",value:m},value:h._parse(new an(i,x,i.path,m)),alwaysSet:m in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const h=[];for(const m of u){const x=await m.key,G=await m.value;h.push({key:x,value:G,alwaysSet:m.alwaysSet})}return h}).then(h=>ir.mergeObjectSync(n,h)):ir.mergeObjectSync(n,u)}get shape(){return this._def.shape()}strict(e){return xe.errToObj,new Ot({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,n)=>{var i,s,o,c;const u=(o=(s=(i=this._def).errorMap)===null||s===void 0?void 0:s.call(i,t,n).message)!==null&&o!==void 0?o:n.defaultError;return t.code==="unrecognized_keys"?{message:(c=xe.errToObj(e).message)!==null&&c!==void 0?c:u}:{message:u}}}:{}})}strip(){return new Ot({...this._def,unknownKeys:"strip"})}passthrough(){return new Ot({...this._def,unknownKeys:"passthrough"})}extend(e){return new Ot({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new Ot({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:Ee.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new Ot({...this._def,catchall:e})}pick(e){const t={};return ot.objectKeys(e).forEach(n=>{e[n]&&this.shape[n]&&(t[n]=this.shape[n])}),new Ot({...this._def,shape:()=>t})}omit(e){const t={};return ot.objectKeys(this.shape).forEach(n=>{e[n]||(t[n]=this.shape[n])}),new Ot({...this._def,shape:()=>t})}deepPartial(){return as(this)}partial(e){const t={};return ot.objectKeys(this.shape).forEach(n=>{const i=this.shape[n];e&&!e[n]?t[n]=i:t[n]=i.optional()}),new Ot({...this._def,shape:()=>t})}required(e){const t={};return ot.objectKeys(this.shape).forEach(n=>{if(e&&!e[n])t[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof ln;)s=s._def.innerType;t[n]=s}}),new Ot({...this._def,shape:()=>t})}keyof(){return E0(ot.objectKeys(this.shape))}}Ot.create=(r,e)=>new Ot({shape:()=>r,unknownKeys:"strip",catchall:Bn.create(),typeName:Ee.ZodObject,...Ve(e)}),Ot.strictCreate=(r,e)=>new Ot({shape:()=>r,unknownKeys:"strict",catchall:Bn.create(),typeName:Ee.ZodObject,...Ve(e)}),Ot.lazycreate=(r,e)=>new Ot({shape:r,unknownKeys:"strip",catchall:Bn.create(),typeName:Ee.ZodObject,...Ve(e)});class oo extends qe{_parse(e){const{ctx:t}=this._processInputParams(e),n=this._def.options;function i(s){for(const c of s)if(c.result.status==="valid")return c.result;for(const c of s)if(c.result.status==="dirty")return t.common.issues.push(...c.ctx.common.issues),c.result;const o=s.map(c=>new kr(c.ctx.common.issues));return X(t,{code:F.invalid_union,unionErrors:o}),ke}if(t.common.async)return Promise.all(n.map(async s=>{const o={...t,common:{...t.common,issues:[]},parent:null};return{result:await s._parseAsync({data:t.data,path:t.path,parent:o}),ctx:o}})).then(i);{let s;const o=[];for(const u of n){const h={...t,common:{...t.common,issues:[]},parent:null},m=u._parseSync({data:t.data,path:t.path,parent:h});if(m.status==="valid")return m;m.status==="dirty"&&!s&&(s={result:m,ctx:h}),h.common.issues.length&&o.push(h.common.issues)}if(s)return t.common.issues.push(...s.ctx.common.issues),s.result;const c=o.map(u=>new kr(u));return X(t,{code:F.invalid_union,unionErrors:c}),ke}}get options(){return this._def.options}}oo.create=(r,e)=>new oo({options:r,typeName:Ee.ZodUnion,...Ve(e)});const On=r=>r instanceof lo?On(r.schema):r instanceof Wr?On(r.innerType()):r instanceof uo?[r.value]:r instanceof Yn?r.options:r instanceof fo?ot.objectValues(r.enum):r instanceof ho?On(r._def.innerType):r instanceof io?[void 0]:r instanceof so?[null]:r instanceof ln?[void 0,...On(r.unwrap())]:r instanceof Jn?[null,...On(r.unwrap())]:r instanceof bf||r instanceof go?On(r.unwrap()):r instanceof po?On(r._def.innerType):[];class Ic extends qe{_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==ie.object)return X(t,{code:F.invalid_type,expected:ie.object,received:t.parsedType}),ke;const n=this.discriminator,i=t.data[n],s=this.optionsMap.get(i);return s?t.common.async?s._parseAsync({data:t.data,path:t.path,parent:t}):s._parseSync({data:t.data,path:t.path,parent:t}):(X(t,{code:F.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),ke)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,n){const i=new Map;for(const s of t){const o=On(s.shape[e]);if(!o.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const c of o){if(i.has(c))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(c)}`);i.set(c,s)}}return new Ic({typeName:Ee.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:i,...Ve(n)})}}function wf(r,e){const t=Kn(r),n=Kn(e);if(r===e)return{valid:!0,data:r};if(t===ie.object&&n===ie.object){const i=ot.objectKeys(e),s=ot.objectKeys(r).filter(c=>i.indexOf(c)!==-1),o={...r,...e};for(const c of s){const u=wf(r[c],e[c]);if(!u.valid)return{valid:!1};o[c]=u.data}return{valid:!0,data:o}}else if(t===ie.array&&n===ie.array){if(r.length!==e.length)return{valid:!1};const i=[];for(let s=0;s<r.length;s++){const o=r[s],c=e[s],u=wf(o,c);if(!u.valid)return{valid:!1};i.push(u.data)}return{valid:!0,data:i}}else return t===ie.date&&n===ie.date&&+r==+e?{valid:!0,data:r}:{valid:!1}}class ao extends qe{_parse(e){const{status:t,ctx:n}=this._processInputParams(e),i=(s,o)=>{if(gf(s)||gf(o))return ke;const c=wf(s.value,o.value);return c.valid?((vf(s)||vf(o))&&t.dirty(),{status:t.value,value:c.data}):(X(n,{code:F.invalid_intersection_types}),ke)};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}))}}ao.create=(r,e,t)=>new ao({left:r,right:e,typeName:Ee.ZodIntersection,...Ve(t)});class cn extends qe{_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ie.array)return X(n,{code:F.invalid_type,expected:ie.array,received:n.parsedType}),ke;if(n.data.length<this._def.items.length)return X(n,{code:F.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),ke;!this._def.rest&&n.data.length>this._def.items.length&&(X(n,{code:F.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const s=[...n.data].map((o,c)=>{const u=this._def.items[c]||this._def.rest;return u?u._parse(new an(n,o,n.path,c)):null}).filter(o=>!!o);return n.common.async?Promise.all(s).then(o=>ir.mergeArray(t,o)):ir.mergeArray(t,s)}get items(){return this._def.items}rest(e){return new cn({...this._def,rest:e})}}cn.create=(r,e)=>{if(!Array.isArray(r))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new cn({items:r,typeName:Ee.ZodTuple,rest:null,...Ve(e)})};class co extends qe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ie.object)return X(n,{code:F.invalid_type,expected:ie.object,received:n.parsedType}),ke;const i=[],s=this._def.keyType,o=this._def.valueType;for(const c in n.data)i.push({key:s._parse(new an(n,c,n.path,c)),value:o._parse(new an(n,n.data[c],n.path,c)),alwaysSet:c in n.data});return n.common.async?ir.mergeObjectAsync(t,i):ir.mergeObjectSync(t,i)}get element(){return this._def.valueType}static create(e,t,n){return t instanceof qe?new co({keyType:e,valueType:t,typeName:Ee.ZodRecord,...Ve(n)}):new co({keyType:Kr.create(),valueType:e,typeName:Ee.ZodRecord,...Ve(t)})}}class kc extends qe{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ie.map)return X(n,{code:F.invalid_type,expected:ie.map,received:n.parsedType}),ke;const i=this._def.keyType,s=this._def.valueType,o=[...n.data.entries()].map(([c,u],h)=>({key:i._parse(new an(n,c,n.path,[h,"key"])),value:s._parse(new an(n,u,n.path,[h,"value"]))}));if(n.common.async){const c=new Map;return Promise.resolve().then(async()=>{for(const u of o){const h=await u.key,m=await u.value;if(h.status==="aborted"||m.status==="aborted")return ke;(h.status==="dirty"||m.status==="dirty")&&t.dirty(),c.set(h.value,m.value)}return{status:t.value,value:c}})}else{const c=new Map;for(const u of o){const h=u.key,m=u.value;if(h.status==="aborted"||m.status==="aborted")return ke;(h.status==="dirty"||m.status==="dirty")&&t.dirty(),c.set(h.value,m.value)}return{status:t.value,value:c}}}}kc.create=(r,e,t)=>new kc({valueType:e,keyType:r,typeName:Ee.ZodMap,...Ve(t)});class Ii extends qe{_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ie.set)return X(n,{code:F.invalid_type,expected:ie.set,received:n.parsedType}),ke;const i=this._def;i.minSize!==null&&n.data.size<i.minSize.value&&(X(n,{code:F.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),t.dirty()),i.maxSize!==null&&n.data.size>i.maxSize.value&&(X(n,{code:F.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),t.dirty());const s=this._def.valueType;function o(u){const h=new Set;for(const m of u){if(m.status==="aborted")return ke;m.status==="dirty"&&t.dirty(),h.add(m.value)}return{status:t.value,value:h}}const c=[...n.data.values()].map((u,h)=>s._parse(new an(n,u,n.path,h)));return n.common.async?Promise.all(c).then(u=>o(u)):o(c)}min(e,t){return new Ii({...this._def,minSize:{value:e,message:xe.toString(t)}})}max(e,t){return new Ii({...this._def,maxSize:{value:e,message:xe.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}Ii.create=(r,e)=>new Ii({valueType:r,minSize:null,maxSize:null,typeName:Ee.ZodSet,...Ve(e)});class cs extends qe{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==ie.function)return X(t,{code:F.invalid_type,expected:ie.function,received:t.parsedType}),ke;function n(c,u){return Ac({data:c,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,xc(),is].filter(h=>!!h),issueData:{code:F.invalid_arguments,argumentsError:u}})}function i(c,u){return Ac({data:c,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,xc(),is].filter(h=>!!h),issueData:{code:F.invalid_return_type,returnTypeError:u}})}const s={errorMap:t.common.contextualErrorMap},o=t.data;if(this._def.returns instanceof ls){const c=this;return hr(async function(...u){const h=new kr([]),m=await c._def.args.parseAsync(u,s).catch(N=>{throw h.addIssue(n(u,N)),h}),x=await Reflect.apply(o,this,m);return await c._def.returns._def.type.parseAsync(x,s).catch(N=>{throw h.addIssue(i(x,N)),h})})}else{const c=this;return hr(function(...u){const h=c._def.args.safeParse(u,s);if(!h.success)throw new kr([n(u,h.error)]);const m=Reflect.apply(o,this,h.data),x=c._def.returns.safeParse(m,s);if(!x.success)throw new kr([i(m,x.error)]);return x.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new cs({...this._def,args:cn.create(e).rest(Ei.create())})}returns(e){return new cs({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,n){return new cs({args:e||cn.create([]).rest(Ei.create()),returns:t||Ei.create(),typeName:Ee.ZodFunction,...Ve(n)})}}class lo extends qe{get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}lo.create=(r,e)=>new lo({getter:r,typeName:Ee.ZodLazy,...Ve(e)});class uo extends qe{_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return X(t,{received:t.data,code:F.invalid_literal,expected:this._def.value}),ke}return{status:"valid",value:e.data}}get value(){return this._def.value}}uo.create=(r,e)=>new uo({value:r,typeName:Ee.ZodLiteral,...Ve(e)});function E0(r,e){return new Yn({values:r,typeName:Ee.ZodEnum,...Ve(e)})}class Yn extends qe{constructor(){super(...arguments),to.set(this,void 0)}_parse(e){if(typeof e.data!="string"){const t=this._getOrReturnCtx(e),n=this._def.values;return X(t,{expected:ot.joinValues(n),received:t.parsedType,code:F.invalid_type}),ke}if(Sc(this,to)||b0(this,to,new Set(this._def.values)),!Sc(this,to).has(e.data)){const t=this._getOrReturnCtx(e),n=this._def.values;return X(t,{received:t.data,code:F.invalid_enum_value,options:n}),ke}return hr(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return Yn.create(e,{...this._def,...t})}exclude(e,t=this._def){return Yn.create(this.options.filter(n=>!e.includes(n)),{...this._def,...t})}}to=new WeakMap,Yn.create=E0;class fo extends qe{constructor(){super(...arguments),ro.set(this,void 0)}_parse(e){const t=ot.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==ie.string&&n.parsedType!==ie.number){const i=ot.objectValues(t);return X(n,{expected:ot.joinValues(i),received:n.parsedType,code:F.invalid_type}),ke}if(Sc(this,ro)||b0(this,ro,new Set(ot.getValidEnumValues(this._def.values))),!Sc(this,ro).has(e.data)){const i=ot.objectValues(t);return X(n,{received:n.data,code:F.invalid_enum_value,options:i}),ke}return hr(e.data)}get enum(){return this._def.values}}ro=new WeakMap,fo.create=(r,e)=>new fo({values:r,typeName:Ee.ZodNativeEnum,...Ve(e)});class ls extends qe{unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==ie.promise&&t.common.async===!1)return X(t,{code:F.invalid_type,expected:ie.promise,received:t.parsedType}),ke;const n=t.parsedType===ie.promise?t.data:Promise.resolve(t.data);return hr(n.then(i=>this._def.type.parseAsync(i,{path:t.path,errorMap:t.common.contextualErrorMap})))}}ls.create=(r,e)=>new ls({type:r,typeName:Ee.ZodPromise,...Ve(e)});class Wr extends qe{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===Ee.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:n}=this._processInputParams(e),i=this._def.effect||null,s={addIssue:o=>{X(n,o),o.fatal?t.abort():t.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),i.type==="preprocess"){const o=i.transform(n.data,s);if(n.common.async)return Promise.resolve(o).then(async c=>{if(t.value==="aborted")return ke;const u=await this._def.schema._parseAsync({data:c,path:n.path,parent:n});return u.status==="aborted"?ke:u.status==="dirty"||t.value==="dirty"?ss(u.value):u});{if(t.value==="aborted")return ke;const c=this._def.schema._parseSync({data:o,path:n.path,parent:n});return c.status==="aborted"?ke:c.status==="dirty"||t.value==="dirty"?ss(c.value):c}}if(i.type==="refinement"){const o=c=>{const u=i.refinement(c,s);if(n.common.async)return Promise.resolve(u);if(u instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return c};if(n.common.async===!1){const c=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return c.status==="aborted"?ke:(c.status==="dirty"&&t.dirty(),o(c.value),{status:t.value,value:c.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(c=>c.status==="aborted"?ke:(c.status==="dirty"&&t.dirty(),o(c.value).then(()=>({status:t.value,value:c.value}))))}if(i.type==="transform")if(n.common.async===!1){const o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Qs(o))return o;const c=i.transform(o.value,s);if(c instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:c}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>Qs(o)?Promise.resolve(i.transform(o.value,s)).then(c=>({status:t.value,value:c})):o);ot.assertNever(i)}}Wr.create=(r,e,t)=>new Wr({schema:r,typeName:Ee.ZodEffects,effect:e,...Ve(t)}),Wr.createWithPreprocess=(r,e,t)=>new Wr({schema:e,effect:{type:"preprocess",transform:r},typeName:Ee.ZodEffects,...Ve(t)});class ln extends qe{_parse(e){return this._getType(e)===ie.undefined?hr(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}ln.create=(r,e)=>new ln({innerType:r,typeName:Ee.ZodOptional,...Ve(e)});class Jn extends qe{_parse(e){return this._getType(e)===ie.null?hr(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Jn.create=(r,e)=>new Jn({innerType:r,typeName:Ee.ZodNullable,...Ve(e)});class ho extends qe{_parse(e){const{ctx:t}=this._processInputParams(e);let n=t.data;return t.parsedType===ie.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}ho.create=(r,e)=>new ho({innerType:r,typeName:Ee.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Ve(e)});class po extends qe{_parse(e){const{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},i=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return eo(i)?i.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new kr(n.common.issues)},input:n.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new kr(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}}po.create=(r,e)=>new po({innerType:r,typeName:Ee.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Ve(e)});class Cc extends qe{_parse(e){if(this._getType(e)!==ie.nan){const n=this._getOrReturnCtx(e);return X(n,{code:F.invalid_type,expected:ie.nan,received:n.parsedType}),ke}return{status:"valid",value:e.data}}}Cc.create=r=>new Cc({typeName:Ee.ZodNaN,...Ve(r)});const Pm=Symbol("zod_brand");class bf extends qe{_parse(e){const{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}}class yo extends qe{_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{const s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?ke:s.status==="dirty"?(t.dirty(),ss(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{const i=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?ke:i.status==="dirty"?(t.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:n.path,parent:n})}}static create(e,t){return new yo({in:e,out:t,typeName:Ee.ZodPipeline})}}class go extends qe{_parse(e){const t=this._def.innerType._parse(e),n=i=>(Qs(i)&&(i.value=Object.freeze(i.value)),i);return eo(t)?t.then(i=>n(i)):n(t)}unwrap(){return this._def.innerType}}go.create=(r,e)=>new go({innerType:r,typeName:Ee.ZodReadonly,...Ve(e)});function I0(r,e={},t){return r?os.create().superRefine((n,i)=>{var s,o;if(!r(n)){const c=typeof e=="function"?e(n):typeof e=="string"?{message:e}:e,u=(o=(s=c.fatal)!==null&&s!==void 0?s:t)!==null&&o!==void 0?o:!0,h=typeof c=="string"?{message:c}:c;i.addIssue({code:"custom",...h,fatal:u})}}):os.create()}const jm={object:Ot.lazycreate};var Ee;(function(r){r.ZodString="ZodString",r.ZodNumber="ZodNumber",r.ZodNaN="ZodNaN",r.ZodBigInt="ZodBigInt",r.ZodBoolean="ZodBoolean",r.ZodDate="ZodDate",r.ZodSymbol="ZodSymbol",r.ZodUndefined="ZodUndefined",r.ZodNull="ZodNull",r.ZodAny="ZodAny",r.ZodUnknown="ZodUnknown",r.ZodNever="ZodNever",r.ZodVoid="ZodVoid",r.ZodArray="ZodArray",r.ZodObject="ZodObject",r.ZodUnion="ZodUnion",r.ZodDiscriminatedUnion="ZodDiscriminatedUnion",r.ZodIntersection="ZodIntersection",r.ZodTuple="ZodTuple",r.ZodRecord="ZodRecord",r.ZodMap="ZodMap",r.ZodSet="ZodSet",r.ZodFunction="ZodFunction",r.ZodLazy="ZodLazy",r.ZodLiteral="ZodLiteral",r.ZodEnum="ZodEnum",r.ZodEffects="ZodEffects",r.ZodNativeEnum="ZodNativeEnum",r.ZodOptional="ZodOptional",r.ZodNullable="ZodNullable",r.ZodDefault="ZodDefault",r.ZodCatch="ZodCatch",r.ZodPromise="ZodPromise",r.ZodBranded="ZodBranded",r.ZodPipeline="ZodPipeline",r.ZodReadonly="ZodReadonly"})(Ee||(Ee={}));const Rm=(r,e={message:`Input not instance of ${r.name}`})=>I0(t=>t instanceof r,e),k0=Kr.create,C0=Zn.create,Um=Cc.create,Dm=Wn.create,B0=no.create,$m=_i.create,Mm=_c.create,Vm=io.create,Lm=so.create,Hm=os.create,Fm=Ei.create,zm=Bn.create,Gm=Ec.create,qm=Zr.create,Km=Ot.create,Zm=Ot.strictCreate,Wm=oo.create,Ym=Ic.create,Jm=ao.create,Xm=cn.create,Qm=co.create,e1=kc.create,t1=Ii.create,r1=cs.create,n1=lo.create,i1=uo.create,s1=Yn.create,o1=fo.create,a1=ls.create,O0=Wr.create,c1=ln.create,l1=Jn.create,u1=Wr.createWithPreprocess,f1=yo.create;var Tt=Object.freeze({__proto__:null,defaultErrorMap:is,setErrorMap:gm,getErrorMap:xc,makeIssue:Ac,EMPTY_PATH:vm,addIssueToContext:X,ParseStatus:ir,INVALID:ke,DIRTY:ss,OK:hr,isAborted:gf,isDirty:vf,isValid:Qs,isAsync:eo,get util(){return ot},get objectUtil(){return yf},ZodParsedType:ie,getParsedType:Kn,ZodType:qe,datetimeRegex:_0,ZodString:Kr,ZodNumber:Zn,ZodBigInt:Wn,ZodBoolean:no,ZodDate:_i,ZodSymbol:_c,ZodUndefined:io,ZodNull:so,ZodAny:os,ZodUnknown:Ei,ZodNever:Bn,ZodVoid:Ec,ZodArray:Zr,ZodObject:Ot,ZodUnion:oo,ZodDiscriminatedUnion:Ic,ZodIntersection:ao,ZodTuple:cn,ZodRecord:co,ZodMap:kc,ZodSet:Ii,ZodFunction:cs,ZodLazy:lo,ZodLiteral:uo,ZodEnum:Yn,ZodNativeEnum:fo,ZodPromise:ls,ZodEffects:Wr,ZodTransformer:Wr,ZodOptional:ln,ZodNullable:Jn,ZodDefault:ho,ZodCatch:po,ZodNaN:Cc,BRAND:Pm,ZodBranded:bf,ZodPipeline:yo,ZodReadonly:go,custom:I0,Schema:qe,ZodSchema:qe,late:jm,get ZodFirstPartyTypeKind(){return Ee},coerce:{string:r=>Kr.create({...r,coerce:!0}),number:r=>Zn.create({...r,coerce:!0}),boolean:r=>no.create({...r,coerce:!0}),bigint:r=>Wn.create({...r,coerce:!0}),date:r=>_i.create({...r,coerce:!0})},any:Hm,array:qm,bigint:Dm,boolean:B0,date:$m,discriminatedUnion:Ym,effect:O0,enum:s1,function:r1,instanceof:Rm,intersection:Jm,lazy:n1,literal:i1,map:e1,nan:Um,nativeEnum:o1,never:zm,null:Lm,nullable:l1,number:C0,object:Km,oboolean:()=>B0().optional(),onumber:()=>C0().optional(),optional:c1,ostring:()=>k0().optional(),pipeline:f1,preprocess:u1,promise:a1,record:Qm,set:t1,strictObject:Zm,string:k0,symbol:Mm,transformer:O0,tuple:Xm,undefined:Vm,union:Wm,unknown:Fm,void:Gm,NEVER:ke,ZodIssueCode:F,quotelessJson:ym,ZodError:kr});const Bc=new Uint8Array([48,130,2,17,48,130,1,150,160,3,2,1,2,2,17,0,249,49,117,104,27,144,175,225,29,70,204,180,228,231,248,86,48,10,6,8,42,134,72,206,61,4,3,3,48,73,49,11,48,9,6,3,85,4,6,19,2,85,83,49,15,48,13,6,3,85,4,10,12,6,65,109,97,122,111,110,49,12,48,10,6,3,85,4,11,12,3,65,87,83,49,27,48,25,6,3,85,4,3,12,18,97,119,115,46,110,105,116,114,111,45,101,110,99,108,97,118,101,115,48,30,23,13,49,57,49,48,50,56,49,51,50,56,48,53,90,23,13,52,57,49,48,50,56,49,52,50,56,48,53,90,48,73,49,11,48,9,6,3,85,4,6,19,2,85,83,49,15,48,13,6,3,85,4,10,12,6,65,109,97,122,111,110,49,12,48,10,6,3,85,4,11,12,3,65,87,83,49,27,48,25,6,3,85,4,3,12,18,97,119,115,46,110,105,116,114,111,45,101,110,99,108,97,118,101,115,48,118,48,16,6,7,42,134,72,206,61,2,1,6,5,43,129,4,0,34,3,98,0,4,252,2,84,235,166,8,193,243,104,112,226,154,218,144,190,70,56,50,146,115,110,137,75,255,246,114,217,137,68,75,80,81,229,52,164,177,246,219,227,192,188,88,26,50,183,177,118,7,14,222,18,214,154,63,234,33,27,102,231,82,207,125,209,221,9,95,111,19,112,244,23,8,67,217,220,16,1,33,228,207,99,1,40,9,102,68,135,201,121,98,132,48,77,197,63,244,163,66,48,64,48,15,6,3,85,29,19,1,1,255,4,5,48,3,1,1,255,48,29,6,3,85,29,14,4,22,4,20,144,37,181,13,217,5,71,231,150,195,150,250,114,157,207,153,169,223,75,150,48,14,6,3,85,29,15,1,1,255,4,4,3,2,1,134,48,10,6,8,42,134,72,206,61,4,3,3,3,105,0,48,102,2,49,0,163,127,47,145,161,201,189,94,231,184,98,124,22,152,210,85,3,142,31,3,67,249,91,99,169,98,140,61,57,128,149,69,161,30,188,191,46,59,85,216,174,238,113,180,195,214,173,243,2,49,0,162,243,155,22,5,178,112,40,165,221,75,160,105,181,1,110,101,180,251,222,143,224,6,29,106,83,25,127,156,218,245,217,67,188,97,252,43,235,3,203,111,238,141,35,2,243,223,246]);if(!Bc||Bc.length===0)throw new Error("AWS root certificate is empty or not loaded correctly");const h1=Tt.object({module_id:Tt.string().min(1),digest:Tt.literal("SHA384"),timestamp:Tt.number().min(1677721600),pcrs:Tt.map(Tt.number(),Tt.instanceof(Uint8Array)),certificate:Tt.instanceof(Uint8Array),cabundle:Tt.array(Tt.instanceof(Uint8Array)),public_key:Tt.nullable(Tt.instanceof(Uint8Array)),user_data:Tt.nullable(Tt.instanceof(Uint8Array)),nonce:Tt.nullable(Tt.instanceof(Uint8Array))}),d1=Tt.object({protected:Tt.instanceof(Uint8Array),payload:Tt.instanceof(Uint8Array),signature:Tt.instanceof(Uint8Array)});async function p1(r){try{if(!r)throw new Error("Attestation document is empty.");const e=gs(r),t=bc(e),n=t[0],i=t[2],s=t[3];return d1.parse({protected:n,payload:i,signature:s})}catch(e){throw console.error("Error parsing document data:",e),new Error("Failed to parse document data.")}}async function y1(r){try{const e=bc(r);return h1.parse(e)}catch(e){throw console.error("Error parsing document payload:",e),new Error("Failed to parse document payload.")}}function g1(r,e){const t=["Signature1",r,new Uint8Array(0),e];return gc(t)}async function v1(r,e){try{console.log("SIGNATURE:"),console.log(Or(r.signature));const t=g1(r.protected,r.payload),n=await crypto.subtle.digest("SHA-384",t);return console.log("SIGNATURE STRUCTURE DIGEST:"),console.log(Or(new Uint8Array(n))),await crypto.subtle.verify({name:"ECDSA",hash:"SHA-384"},e,r.signature,t)}catch(t){throw console.error("Error verifying signature:",t),t instanceof Error?new Error(`Signature verification failed: ${t.message}`):new Error(`Signature verification failed: ${t}`)}}async function ki(r,e,t){try{const n=await p1(r),i=await y1(n.payload);if(!i.nonce)throw new Error("Attestation document does not have a nonce.");const o=new TextDecoder("utf-8").decode(i.nonce);if(t!==o)throw console.log("Nonce mismatch"),console.log("Provided nonce:",t),console.log("Attestation document nonce:",o),new Error("Attestation document's nonce does not match the provided nonce.");const c=[],u=Or(i.cabundle[0]);if(u!==Or(e))throw console.error("Root cert doesn't match first cert"),console.log("First cert base64:",u),console.log("Trusted root cert base64:",Or(e)),new Error("Root cert does not match first cert in attestation document.");for(let I=0;I<i.cabundle.length;I++){const P=new xi(i.cabundle[I]);c.push(P)}const h=new xi(i.certificate),x=await new Lv({certificates:c}).build(h);console.log("Chain items:",x);const N=new Date().getTime();for(let I=0;I<x.length;I++){const P=x[I];if(console.log("CERT: ",I),console.log(P.subject),console.log("Not before:",P.notBefore),console.log("Not after:",P.notAfter),console.log(P.toString("pem")),P.notBefore.getTime()>N||P.notAfter.getTime()<N)throw new Error("Certificate is expired.");console.log(`Certificate ${I} is not expired.`)}if(x.length!==i.cabundle.length+1)throw new Error("Certificate chain length does not match length of cabundle.");const v=h.publicKey;console.log("PUBLIC KEY:"),console.log(Or(new Uint8Array(v.rawData)));const A=await v.export(),O=await v1(n,A);if(console.log("Signature verified:",O),!O)throw new Error("Signature verification failed.");return i}catch(n){throw console.error("Error verifying attestation document:",n),n}}const m1=Tt.object({public_key:Tt.nullable(Tt.instanceof(Uint8Array))});async function w1(r){const e=gs(r),n=bc(e)[2],i=bc(n);return await m1.parse(i)}async function b1(r,e){try{const t=await V1(r,e),n=e||P1();return n&&(n==="http://127.0.0.1:3000"||n==="http://localhost:3000"||n==="http://0.0.0.0:3000")?(console.log("DEV MODE: Using fake attestation document"),await w1(t)):await ki(t,Bc,r)}catch(t){throw t instanceof Error?(console.error("Error verifying attestation document:",t),new Error(`Couldn't process attestation document: ${t.message}`)):(console.error("Error verifying attestation document:",t),new Error("Couldn't process attestation document."))}}function x1(r){throw new Error('Could not dynamically require "'+r+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var T0={exports:{}};const A1=Ky(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));(function(r){(function(e){var t=function(l){var p,d=new Float64Array(16);if(l)for(p=0;p<l.length;p++)d[p]=l[p];return d},n=function(){throw new Error("no PRNG")},i=new Uint8Array(16),s=new Uint8Array(32);s[0]=9;var o=t(),c=t([1]),u=t([56129,1]),h=t([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),m=t([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),x=t([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),G=t([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),N=t([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function v(l,p,d,a){l[p]=d>>24&255,l[p+1]=d>>16&255,l[p+2]=d>>8&255,l[p+3]=d&255,l[p+4]=a>>24&255,l[p+5]=a>>16&255,l[p+6]=a>>8&255,l[p+7]=a&255}function A(l,p,d,a,g){var S,E=0;for(S=0;S<g;S++)E|=l[p+S]^d[a+S];return(1&E-1>>>8)-1}function O(l,p,d,a){return A(l,p,d,a,16)}function I(l,p,d,a){return A(l,p,d,a,32)}function P(l,p,d,a){for(var g=a[0]&255|(a[1]&255)<<8|(a[2]&255)<<16|(a[3]&255)<<24,S=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,E=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,U=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,z=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,we=a[4]&255|(a[5]&255)<<8|(a[6]&255)<<16|(a[7]&255)<<24,Q=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,ft=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,le=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Ce=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,Oe=a[8]&255|(a[9]&255)<<8|(a[10]&255)<<16|(a[11]&255)<<24,Le=d[16]&255|(d[17]&255)<<8|(d[18]&255)<<16|(d[19]&255)<<24,$e=d[20]&255|(d[21]&255)<<8|(d[22]&255)<<16|(d[23]&255)<<24,Te=d[24]&255|(d[25]&255)<<8|(d[26]&255)<<16|(d[27]&255)<<24,Pe=d[28]&255|(d[29]&255)<<8|(d[30]&255)<<16|(d[31]&255)<<24,Ne=a[12]&255|(a[13]&255)<<8|(a[14]&255)<<16|(a[15]&255)<<24,pe=g,Se=S,re=E,ye=U,me=z,J=we,C=Q,B=ft,V=le,j=Ce,D=Oe,L=Le,_e=$e,He=Te,Ge=Pe,Fe=Ne,w,Je=0;Je<20;Je+=2)w=pe+_e|0,me^=w<<7|w>>>25,w=me+pe|0,V^=w<<9|w>>>23,w=V+me|0,_e^=w<<13|w>>>19,w=_e+V|0,pe^=w<<18|w>>>14,w=J+Se|0,j^=w<<7|w>>>25,w=j+J|0,He^=w<<9|w>>>23,w=He+j|0,Se^=w<<13|w>>>19,w=Se+He|0,J^=w<<18|w>>>14,w=D+C|0,Ge^=w<<7|w>>>25,w=Ge+D|0,re^=w<<9|w>>>23,w=re+Ge|0,C^=w<<13|w>>>19,w=C+re|0,D^=w<<18|w>>>14,w=Fe+L|0,ye^=w<<7|w>>>25,w=ye+Fe|0,B^=w<<9|w>>>23,w=B+ye|0,L^=w<<13|w>>>19,w=L+B|0,Fe^=w<<18|w>>>14,w=pe+ye|0,Se^=w<<7|w>>>25,w=Se+pe|0,re^=w<<9|w>>>23,w=re+Se|0,ye^=w<<13|w>>>19,w=ye+re|0,pe^=w<<18|w>>>14,w=J+me|0,C^=w<<7|w>>>25,w=C+J|0,B^=w<<9|w>>>23,w=B+C|0,me^=w<<13|w>>>19,w=me+B|0,J^=w<<18|w>>>14,w=D+j|0,L^=w<<7|w>>>25,w=L+D|0,V^=w<<9|w>>>23,w=V+L|0,j^=w<<13|w>>>19,w=j+V|0,D^=w<<18|w>>>14,w=Fe+Ge|0,_e^=w<<7|w>>>25,w=_e+Fe|0,He^=w<<9|w>>>23,w=He+_e|0,Ge^=w<<13|w>>>19,w=Ge+He|0,Fe^=w<<18|w>>>14;pe=pe+g|0,Se=Se+S|0,re=re+E|0,ye=ye+U|0,me=me+z|0,J=J+we|0,C=C+Q|0,B=B+ft|0,V=V+le|0,j=j+Ce|0,D=D+Oe|0,L=L+Le|0,_e=_e+$e|0,He=He+Te|0,Ge=Ge+Pe|0,Fe=Fe+Ne|0,l[0]=pe>>>0&255,l[1]=pe>>>8&255,l[2]=pe>>>16&255,l[3]=pe>>>24&255,l[4]=Se>>>0&255,l[5]=Se>>>8&255,l[6]=Se>>>16&255,l[7]=Se>>>24&255,l[8]=re>>>0&255,l[9]=re>>>8&255,l[10]=re>>>16&255,l[11]=re>>>24&255,l[12]=ye>>>0&255,l[13]=ye>>>8&255,l[14]=ye>>>16&255,l[15]=ye>>>24&255,l[16]=me>>>0&255,l[17]=me>>>8&255,l[18]=me>>>16&255,l[19]=me>>>24&255,l[20]=J>>>0&255,l[21]=J>>>8&255,l[22]=J>>>16&255,l[23]=J>>>24&255,l[24]=C>>>0&255,l[25]=C>>>8&255,l[26]=C>>>16&255,l[27]=C>>>24&255,l[28]=B>>>0&255,l[29]=B>>>8&255,l[30]=B>>>16&255,l[31]=B>>>24&255,l[32]=V>>>0&255,l[33]=V>>>8&255,l[34]=V>>>16&255,l[35]=V>>>24&255,l[36]=j>>>0&255,l[37]=j>>>8&255,l[38]=j>>>16&255,l[39]=j>>>24&255,l[40]=D>>>0&255,l[41]=D>>>8&255,l[42]=D>>>16&255,l[43]=D>>>24&255,l[44]=L>>>0&255,l[45]=L>>>8&255,l[46]=L>>>16&255,l[47]=L>>>24&255,l[48]=_e>>>0&255,l[49]=_e>>>8&255,l[50]=_e>>>16&255,l[51]=_e>>>24&255,l[52]=He>>>0&255,l[53]=He>>>8&255,l[54]=He>>>16&255,l[55]=He>>>24&255,l[56]=Ge>>>0&255,l[57]=Ge>>>8&255,l[58]=Ge>>>16&255,l[59]=Ge>>>24&255,l[60]=Fe>>>0&255,l[61]=Fe>>>8&255,l[62]=Fe>>>16&255,l[63]=Fe>>>24&255}function R(l,p,d,a){for(var g=a[0]&255|(a[1]&255)<<8|(a[2]&255)<<16|(a[3]&255)<<24,S=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,E=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,U=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,z=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,we=a[4]&255|(a[5]&255)<<8|(a[6]&255)<<16|(a[7]&255)<<24,Q=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,ft=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,le=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Ce=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,Oe=a[8]&255|(a[9]&255)<<8|(a[10]&255)<<16|(a[11]&255)<<24,Le=d[16]&255|(d[17]&255)<<8|(d[18]&255)<<16|(d[19]&255)<<24,$e=d[20]&255|(d[21]&255)<<8|(d[22]&255)<<16|(d[23]&255)<<24,Te=d[24]&255|(d[25]&255)<<8|(d[26]&255)<<16|(d[27]&255)<<24,Pe=d[28]&255|(d[29]&255)<<8|(d[30]&255)<<16|(d[31]&255)<<24,Ne=a[12]&255|(a[13]&255)<<8|(a[14]&255)<<16|(a[15]&255)<<24,pe=g,Se=S,re=E,ye=U,me=z,J=we,C=Q,B=ft,V=le,j=Ce,D=Oe,L=Le,_e=$e,He=Te,Ge=Pe,Fe=Ne,w,Je=0;Je<20;Je+=2)w=pe+_e|0,me^=w<<7|w>>>25,w=me+pe|0,V^=w<<9|w>>>23,w=V+me|0,_e^=w<<13|w>>>19,w=_e+V|0,pe^=w<<18|w>>>14,w=J+Se|0,j^=w<<7|w>>>25,w=j+J|0,He^=w<<9|w>>>23,w=He+j|0,Se^=w<<13|w>>>19,w=Se+He|0,J^=w<<18|w>>>14,w=D+C|0,Ge^=w<<7|w>>>25,w=Ge+D|0,re^=w<<9|w>>>23,w=re+Ge|0,C^=w<<13|w>>>19,w=C+re|0,D^=w<<18|w>>>14,w=Fe+L|0,ye^=w<<7|w>>>25,w=ye+Fe|0,B^=w<<9|w>>>23,w=B+ye|0,L^=w<<13|w>>>19,w=L+B|0,Fe^=w<<18|w>>>14,w=pe+ye|0,Se^=w<<7|w>>>25,w=Se+pe|0,re^=w<<9|w>>>23,w=re+Se|0,ye^=w<<13|w>>>19,w=ye+re|0,pe^=w<<18|w>>>14,w=J+me|0,C^=w<<7|w>>>25,w=C+J|0,B^=w<<9|w>>>23,w=B+C|0,me^=w<<13|w>>>19,w=me+B|0,J^=w<<18|w>>>14,w=D+j|0,L^=w<<7|w>>>25,w=L+D|0,V^=w<<9|w>>>23,w=V+L|0,j^=w<<13|w>>>19,w=j+V|0,D^=w<<18|w>>>14,w=Fe+Ge|0,_e^=w<<7|w>>>25,w=_e+Fe|0,He^=w<<9|w>>>23,w=He+_e|0,Ge^=w<<13|w>>>19,w=Ge+He|0,Fe^=w<<18|w>>>14;l[0]=pe>>>0&255,l[1]=pe>>>8&255,l[2]=pe>>>16&255,l[3]=pe>>>24&255,l[4]=J>>>0&255,l[5]=J>>>8&255,l[6]=J>>>16&255,l[7]=J>>>24&255,l[8]=D>>>0&255,l[9]=D>>>8&255,l[10]=D>>>16&255,l[11]=D>>>24&255,l[12]=Fe>>>0&255,l[13]=Fe>>>8&255,l[14]=Fe>>>16&255,l[15]=Fe>>>24&255,l[16]=C>>>0&255,l[17]=C>>>8&255,l[18]=C>>>16&255,l[19]=C>>>24&255,l[20]=B>>>0&255,l[21]=B>>>8&255,l[22]=B>>>16&255,l[23]=B>>>24&255,l[24]=V>>>0&255,l[25]=V>>>8&255,l[26]=V>>>16&255,l[27]=V>>>24&255,l[28]=j>>>0&255,l[29]=j>>>8&255,l[30]=j>>>16&255,l[31]=j>>>24&255}function fe(l,p,d,a){P(l,p,d,a)}function Ze(l,p,d,a){R(l,p,d,a)}var Xe=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function Ue(l,p,d,a,g,S,E){var U=new Uint8Array(16),z=new Uint8Array(64),we,Q;for(Q=0;Q<16;Q++)U[Q]=0;for(Q=0;Q<8;Q++)U[Q]=S[Q];for(;g>=64;){for(fe(z,U,E,Xe),Q=0;Q<64;Q++)l[p+Q]=d[a+Q]^z[Q];for(we=1,Q=8;Q<16;Q++)we=we+(U[Q]&255)|0,U[Q]=we&255,we>>>=8;g-=64,p+=64,a+=64}if(g>0)for(fe(z,U,E,Xe),Q=0;Q<g;Q++)l[p+Q]=d[a+Q]^z[Q];return 0}function W(l,p,d,a,g){var S=new Uint8Array(16),E=new Uint8Array(64),U,z;for(z=0;z<16;z++)S[z]=0;for(z=0;z<8;z++)S[z]=a[z];for(;d>=64;){for(fe(E,S,g,Xe),z=0;z<64;z++)l[p+z]=E[z];for(U=1,z=8;z<16;z++)U=U+(S[z]&255)|0,S[z]=U&255,U>>>=8;d-=64,p+=64}if(d>0)for(fe(E,S,g,Xe),z=0;z<d;z++)l[p+z]=E[z];return 0}function se(l,p,d,a,g){var S=new Uint8Array(32);Ze(S,a,g,Xe);for(var E=new Uint8Array(8),U=0;U<8;U++)E[U]=a[U+16];return W(l,p,d,E,S)}function oe(l,p,d,a,g,S,E){var U=new Uint8Array(32);Ze(U,S,E,Xe);for(var z=new Uint8Array(8),we=0;we<8;we++)z[we]=S[we+16];return Ue(l,p,d,a,g,z,U)}var Ae=function(l){this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.leftover=0,this.fin=0;var p,d,a,g,S,E,U,z;p=l[0]&255|(l[1]&255)<<8,this.r[0]=p&8191,d=l[2]&255|(l[3]&255)<<8,this.r[1]=(p>>>13|d<<3)&8191,a=l[4]&255|(l[5]&255)<<8,this.r[2]=(d>>>10|a<<6)&7939,g=l[6]&255|(l[7]&255)<<8,this.r[3]=(a>>>7|g<<9)&8191,S=l[8]&255|(l[9]&255)<<8,this.r[4]=(g>>>4|S<<12)&255,this.r[5]=S>>>1&8190,E=l[10]&255|(l[11]&255)<<8,this.r[6]=(S>>>14|E<<2)&8191,U=l[12]&255|(l[13]&255)<<8,this.r[7]=(E>>>11|U<<5)&8065,z=l[14]&255|(l[15]&255)<<8,this.r[8]=(U>>>8|z<<8)&8191,this.r[9]=z>>>5&127,this.pad[0]=l[16]&255|(l[17]&255)<<8,this.pad[1]=l[18]&255|(l[19]&255)<<8,this.pad[2]=l[20]&255|(l[21]&255)<<8,this.pad[3]=l[22]&255|(l[23]&255)<<8,this.pad[4]=l[24]&255|(l[25]&255)<<8,this.pad[5]=l[26]&255|(l[27]&255)<<8,this.pad[6]=l[28]&255|(l[29]&255)<<8,this.pad[7]=l[30]&255|(l[31]&255)<<8};Ae.prototype.blocks=function(l,p,d){for(var a=this.fin?0:2048,g,S,E,U,z,we,Q,ft,le,Ce,Oe,Le,$e,Te,Pe,Ne,pe,Se,re,ye=this.h[0],me=this.h[1],J=this.h[2],C=this.h[3],B=this.h[4],V=this.h[5],j=this.h[6],D=this.h[7],L=this.h[8],_e=this.h[9],He=this.r[0],Ge=this.r[1],Fe=this.r[2],w=this.r[3],Je=this.r[4],ht=this.r[5],dt=this.r[6],We=this.r[7],lt=this.r[8],ut=this.r[9];d>=16;)g=l[p+0]&255|(l[p+1]&255)<<8,ye+=g&8191,S=l[p+2]&255|(l[p+3]&255)<<8,me+=(g>>>13|S<<3)&8191,E=l[p+4]&255|(l[p+5]&255)<<8,J+=(S>>>10|E<<6)&8191,U=l[p+6]&255|(l[p+7]&255)<<8,C+=(E>>>7|U<<9)&8191,z=l[p+8]&255|(l[p+9]&255)<<8,B+=(U>>>4|z<<12)&8191,V+=z>>>1&8191,we=l[p+10]&255|(l[p+11]&255)<<8,j+=(z>>>14|we<<2)&8191,Q=l[p+12]&255|(l[p+13]&255)<<8,D+=(we>>>11|Q<<5)&8191,ft=l[p+14]&255|(l[p+15]&255)<<8,L+=(Q>>>8|ft<<8)&8191,_e+=ft>>>5|a,le=0,Ce=le,Ce+=ye*He,Ce+=me*(5*ut),Ce+=J*(5*lt),Ce+=C*(5*We),Ce+=B*(5*dt),le=Ce>>>13,Ce&=8191,Ce+=V*(5*ht),Ce+=j*(5*Je),Ce+=D*(5*w),Ce+=L*(5*Fe),Ce+=_e*(5*Ge),le+=Ce>>>13,Ce&=8191,Oe=le,Oe+=ye*Ge,Oe+=me*He,Oe+=J*(5*ut),Oe+=C*(5*lt),Oe+=B*(5*We),le=Oe>>>13,Oe&=8191,Oe+=V*(5*dt),Oe+=j*(5*ht),Oe+=D*(5*Je),Oe+=L*(5*w),Oe+=_e*(5*Fe),le+=Oe>>>13,Oe&=8191,Le=le,Le+=ye*Fe,Le+=me*Ge,Le+=J*He,Le+=C*(5*ut),Le+=B*(5*lt),le=Le>>>13,Le&=8191,Le+=V*(5*We),Le+=j*(5*dt),Le+=D*(5*ht),Le+=L*(5*Je),Le+=_e*(5*w),le+=Le>>>13,Le&=8191,$e=le,$e+=ye*w,$e+=me*Fe,$e+=J*Ge,$e+=C*He,$e+=B*(5*ut),le=$e>>>13,$e&=8191,$e+=V*(5*lt),$e+=j*(5*We),$e+=D*(5*dt),$e+=L*(5*ht),$e+=_e*(5*Je),le+=$e>>>13,$e&=8191,Te=le,Te+=ye*Je,Te+=me*w,Te+=J*Fe,Te+=C*Ge,Te+=B*He,le=Te>>>13,Te&=8191,Te+=V*(5*ut),Te+=j*(5*lt),Te+=D*(5*We),Te+=L*(5*dt),Te+=_e*(5*ht),le+=Te>>>13,Te&=8191,Pe=le,Pe+=ye*ht,Pe+=me*Je,Pe+=J*w,Pe+=C*Fe,Pe+=B*Ge,le=Pe>>>13,Pe&=8191,Pe+=V*He,Pe+=j*(5*ut),Pe+=D*(5*lt),Pe+=L*(5*We),Pe+=_e*(5*dt),le+=Pe>>>13,Pe&=8191,Ne=le,Ne+=ye*dt,Ne+=me*ht,Ne+=J*Je,Ne+=C*w,Ne+=B*Fe,le=Ne>>>13,Ne&=8191,Ne+=V*Ge,Ne+=j*He,Ne+=D*(5*ut),Ne+=L*(5*lt),Ne+=_e*(5*We),le+=Ne>>>13,Ne&=8191,pe=le,pe+=ye*We,pe+=me*dt,pe+=J*ht,pe+=C*Je,pe+=B*w,le=pe>>>13,pe&=8191,pe+=V*Fe,pe+=j*Ge,pe+=D*He,pe+=L*(5*ut),pe+=_e*(5*lt),le+=pe>>>13,pe&=8191,Se=le,Se+=ye*lt,Se+=me*We,Se+=J*dt,Se+=C*ht,Se+=B*Je,le=Se>>>13,Se&=8191,Se+=V*w,Se+=j*Fe,Se+=D*Ge,Se+=L*He,Se+=_e*(5*ut),le+=Se>>>13,Se&=8191,re=le,re+=ye*ut,re+=me*lt,re+=J*We,re+=C*dt,re+=B*ht,le=re>>>13,re&=8191,re+=V*Je,re+=j*w,re+=D*Fe,re+=L*Ge,re+=_e*He,le+=re>>>13,re&=8191,le=(le<<2)+le|0,le=le+Ce|0,Ce=le&8191,le=le>>>13,Oe+=le,ye=Ce,me=Oe,J=Le,C=$e,B=Te,V=Pe,j=Ne,D=pe,L=Se,_e=re,p+=16,d-=16;this.h[0]=ye,this.h[1]=me,this.h[2]=J,this.h[3]=C,this.h[4]=B,this.h[5]=V,this.h[6]=j,this.h[7]=D,this.h[8]=L,this.h[9]=_e},Ae.prototype.finish=function(l,p){var d=new Uint16Array(10),a,g,S,E;if(this.leftover){for(E=this.leftover,this.buffer[E++]=1;E<16;E++)this.buffer[E]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(a=this.h[1]>>>13,this.h[1]&=8191,E=2;E<10;E++)this.h[E]+=a,a=this.h[E]>>>13,this.h[E]&=8191;for(this.h[0]+=a*5,a=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=a,a=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=a,d[0]=this.h[0]+5,a=d[0]>>>13,d[0]&=8191,E=1;E<10;E++)d[E]=this.h[E]+a,a=d[E]>>>13,d[E]&=8191;for(d[9]-=8192,g=(a^1)-1,E=0;E<10;E++)d[E]&=g;for(g=~g,E=0;E<10;E++)this.h[E]=this.h[E]&g|d[E];for(this.h[0]=(this.h[0]|this.h[1]<<13)&65535,this.h[1]=(this.h[1]>>>3|this.h[2]<<10)&65535,this.h[2]=(this.h[2]>>>6|this.h[3]<<7)&65535,this.h[3]=(this.h[3]>>>9|this.h[4]<<4)&65535,this.h[4]=(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14)&65535,this.h[5]=(this.h[6]>>>2|this.h[7]<<11)&65535,this.h[6]=(this.h[7]>>>5|this.h[8]<<8)&65535,this.h[7]=(this.h[8]>>>8|this.h[9]<<5)&65535,S=this.h[0]+this.pad[0],this.h[0]=S&65535,E=1;E<8;E++)S=(this.h[E]+this.pad[E]|0)+(S>>>16)|0,this.h[E]=S&65535;l[p+0]=this.h[0]>>>0&255,l[p+1]=this.h[0]>>>8&255,l[p+2]=this.h[1]>>>0&255,l[p+3]=this.h[1]>>>8&255,l[p+4]=this.h[2]>>>0&255,l[p+5]=this.h[2]>>>8&255,l[p+6]=this.h[3]>>>0&255,l[p+7]=this.h[3]>>>8&255,l[p+8]=this.h[4]>>>0&255,l[p+9]=this.h[4]>>>8&255,l[p+10]=this.h[5]>>>0&255,l[p+11]=this.h[5]>>>8&255,l[p+12]=this.h[6]>>>0&255,l[p+13]=this.h[6]>>>8&255,l[p+14]=this.h[7]>>>0&255,l[p+15]=this.h[7]>>>8&255},Ae.prototype.update=function(l,p,d){var a,g;if(this.leftover){for(g=16-this.leftover,g>d&&(g=d),a=0;a<g;a++)this.buffer[this.leftover+a]=l[p+a];if(d-=g,p+=g,this.leftover+=g,this.leftover<16)return;this.blocks(this.buffer,0,16),this.leftover=0}if(d>=16&&(g=d-d%16,this.blocks(l,p,g),p+=g,d-=g),d){for(a=0;a<d;a++)this.buffer[this.leftover+a]=l[p+a];this.leftover+=d}};function it(l,p,d,a,g,S){var E=new Ae(S);return E.update(d,a,g),E.finish(l,p),0}function It(l,p,d,a,g,S){var E=new Uint8Array(16);return it(E,0,d,a,g,S),O(l,p,E,0)}function Pt(l,p,d,a,g){var S;if(d<32)return-1;for(oe(l,0,p,0,d,a,g),it(l,16,l,32,d-32,l),S=0;S<16;S++)l[S]=0;return 0}function gt(l,p,d,a,g){var S,E=new Uint8Array(32);if(d<32||(se(E,0,32,a,g),It(p,16,p,32,d-32,E)!==0))return-1;for(oe(l,0,p,0,d,a,g),S=0;S<32;S++)l[S]=0;return 0}function et(l,p){var d;for(d=0;d<16;d++)l[d]=p[d]|0}function ce(l){var p,d,a=1;for(p=0;p<16;p++)d=l[p]+a+65535,a=Math.floor(d/65536),l[p]=d-a*65536;l[0]+=a-1+37*(a-1)}function Ie(l,p,d){for(var a,g=~(d-1),S=0;S<16;S++)a=g&(l[S]^p[S]),l[S]^=a,p[S]^=a}function wt(l,p){var d,a,g,S=t(),E=t();for(d=0;d<16;d++)E[d]=p[d];for(ce(E),ce(E),ce(E),a=0;a<2;a++){for(S[0]=E[0]-65517,d=1;d<15;d++)S[d]=E[d]-65535-(S[d-1]>>16&1),S[d-1]&=65535;S[15]=E[15]-32767-(S[14]>>16&1),g=S[15]>>16&1,S[14]&=65535,Ie(E,S,1-g)}for(d=0;d<16;d++)l[2*d]=E[d]&255,l[2*d+1]=E[d]>>8}function Vt(l,p){var d=new Uint8Array(32),a=new Uint8Array(32);return wt(d,l),wt(a,p),I(d,0,a,0)}function Lt(l){var p=new Uint8Array(32);return wt(p,l),p[0]&1}function he(l,p){var d;for(d=0;d<16;d++)l[d]=p[2*d]+(p[2*d+1]<<8);l[15]&=32767}function ct(l,p,d){for(var a=0;a<16;a++)l[a]=p[a]+d[a]}function bt(l,p,d){for(var a=0;a<16;a++)l[a]=p[a]-d[a]}function ee(l,p,d){var a,g,S=0,E=0,U=0,z=0,we=0,Q=0,ft=0,le=0,Ce=0,Oe=0,Le=0,$e=0,Te=0,Pe=0,Ne=0,pe=0,Se=0,re=0,ye=0,me=0,J=0,C=0,B=0,V=0,j=0,D=0,L=0,_e=0,He=0,Ge=0,Fe=0,w=d[0],Je=d[1],ht=d[2],dt=d[3],We=d[4],lt=d[5],ut=d[6],Ht=d[7],At=d[8],Ut=d[9],Dt=d[10],$t=d[11],qt=d[12],sr=d[13],or=d[14],ar=d[15];a=p[0],S+=a*w,E+=a*Je,U+=a*ht,z+=a*dt,we+=a*We,Q+=a*lt,ft+=a*ut,le+=a*Ht,Ce+=a*At,Oe+=a*Ut,Le+=a*Dt,$e+=a*$t,Te+=a*qt,Pe+=a*sr,Ne+=a*or,pe+=a*ar,a=p[1],E+=a*w,U+=a*Je,z+=a*ht,we+=a*dt,Q+=a*We,ft+=a*lt,le+=a*ut,Ce+=a*Ht,Oe+=a*At,Le+=a*Ut,$e+=a*Dt,Te+=a*$t,Pe+=a*qt,Ne+=a*sr,pe+=a*or,Se+=a*ar,a=p[2],U+=a*w,z+=a*Je,we+=a*ht,Q+=a*dt,ft+=a*We,le+=a*lt,Ce+=a*ut,Oe+=a*Ht,Le+=a*At,$e+=a*Ut,Te+=a*Dt,Pe+=a*$t,Ne+=a*qt,pe+=a*sr,Se+=a*or,re+=a*ar,a=p[3],z+=a*w,we+=a*Je,Q+=a*ht,ft+=a*dt,le+=a*We,Ce+=a*lt,Oe+=a*ut,Le+=a*Ht,$e+=a*At,Te+=a*Ut,Pe+=a*Dt,Ne+=a*$t,pe+=a*qt,Se+=a*sr,re+=a*or,ye+=a*ar,a=p[4],we+=a*w,Q+=a*Je,ft+=a*ht,le+=a*dt,Ce+=a*We,Oe+=a*lt,Le+=a*ut,$e+=a*Ht,Te+=a*At,Pe+=a*Ut,Ne+=a*Dt,pe+=a*$t,Se+=a*qt,re+=a*sr,ye+=a*or,me+=a*ar,a=p[5],Q+=a*w,ft+=a*Je,le+=a*ht,Ce+=a*dt,Oe+=a*We,Le+=a*lt,$e+=a*ut,Te+=a*Ht,Pe+=a*At,Ne+=a*Ut,pe+=a*Dt,Se+=a*$t,re+=a*qt,ye+=a*sr,me+=a*or,J+=a*ar,a=p[6],ft+=a*w,le+=a*Je,Ce+=a*ht,Oe+=a*dt,Le+=a*We,$e+=a*lt,Te+=a*ut,Pe+=a*Ht,Ne+=a*At,pe+=a*Ut,Se+=a*Dt,re+=a*$t,ye+=a*qt,me+=a*sr,J+=a*or,C+=a*ar,a=p[7],le+=a*w,Ce+=a*Je,Oe+=a*ht,Le+=a*dt,$e+=a*We,Te+=a*lt,Pe+=a*ut,Ne+=a*Ht,pe+=a*At,Se+=a*Ut,re+=a*Dt,ye+=a*$t,me+=a*qt,J+=a*sr,C+=a*or,B+=a*ar,a=p[8],Ce+=a*w,Oe+=a*Je,Le+=a*ht,$e+=a*dt,Te+=a*We,Pe+=a*lt,Ne+=a*ut,pe+=a*Ht,Se+=a*At,re+=a*Ut,ye+=a*Dt,me+=a*$t,J+=a*qt,C+=a*sr,B+=a*or,V+=a*ar,a=p[9],Oe+=a*w,Le+=a*Je,$e+=a*ht,Te+=a*dt,Pe+=a*We,Ne+=a*lt,pe+=a*ut,Se+=a*Ht,re+=a*At,ye+=a*Ut,me+=a*Dt,J+=a*$t,C+=a*qt,B+=a*sr,V+=a*or,j+=a*ar,a=p[10],Le+=a*w,$e+=a*Je,Te+=a*ht,Pe+=a*dt,Ne+=a*We,pe+=a*lt,Se+=a*ut,re+=a*Ht,ye+=a*At,me+=a*Ut,J+=a*Dt,C+=a*$t,B+=a*qt,V+=a*sr,j+=a*or,D+=a*ar,a=p[11],$e+=a*w,Te+=a*Je,Pe+=a*ht,Ne+=a*dt,pe+=a*We,Se+=a*lt,re+=a*ut,ye+=a*Ht,me+=a*At,J+=a*Ut,C+=a*Dt,B+=a*$t,V+=a*qt,j+=a*sr,D+=a*or,L+=a*ar,a=p[12],Te+=a*w,Pe+=a*Je,Ne+=a*ht,pe+=a*dt,Se+=a*We,re+=a*lt,ye+=a*ut,me+=a*Ht,J+=a*At,C+=a*Ut,B+=a*Dt,V+=a*$t,j+=a*qt,D+=a*sr,L+=a*or,_e+=a*ar,a=p[13],Pe+=a*w,Ne+=a*Je,pe+=a*ht,Se+=a*dt,re+=a*We,ye+=a*lt,me+=a*ut,J+=a*Ht,C+=a*At,B+=a*Ut,V+=a*Dt,j+=a*$t,D+=a*qt,L+=a*sr,_e+=a*or,He+=a*ar,a=p[14],Ne+=a*w,pe+=a*Je,Se+=a*ht,re+=a*dt,ye+=a*We,me+=a*lt,J+=a*ut,C+=a*Ht,B+=a*At,V+=a*Ut,j+=a*Dt,D+=a*$t,L+=a*qt,_e+=a*sr,He+=a*or,Ge+=a*ar,a=p[15],pe+=a*w,Se+=a*Je,re+=a*ht,ye+=a*dt,me+=a*We,J+=a*lt,C+=a*ut,B+=a*Ht,V+=a*At,j+=a*Ut,D+=a*Dt,L+=a*$t,_e+=a*qt,He+=a*sr,Ge+=a*or,Fe+=a*ar,S+=38*Se,E+=38*re,U+=38*ye,z+=38*me,we+=38*J,Q+=38*C,ft+=38*B,le+=38*V,Ce+=38*j,Oe+=38*D,Le+=38*L,$e+=38*_e,Te+=38*He,Pe+=38*Ge,Ne+=38*Fe,g=1,a=S+g+65535,g=Math.floor(a/65536),S=a-g*65536,a=E+g+65535,g=Math.floor(a/65536),E=a-g*65536,a=U+g+65535,g=Math.floor(a/65536),U=a-g*65536,a=z+g+65535,g=Math.floor(a/65536),z=a-g*65536,a=we+g+65535,g=Math.floor(a/65536),we=a-g*65536,a=Q+g+65535,g=Math.floor(a/65536),Q=a-g*65536,a=ft+g+65535,g=Math.floor(a/65536),ft=a-g*65536,a=le+g+65535,g=Math.floor(a/65536),le=a-g*65536,a=Ce+g+65535,g=Math.floor(a/65536),Ce=a-g*65536,a=Oe+g+65535,g=Math.floor(a/65536),Oe=a-g*65536,a=Le+g+65535,g=Math.floor(a/65536),Le=a-g*65536,a=$e+g+65535,g=Math.floor(a/65536),$e=a-g*65536,a=Te+g+65535,g=Math.floor(a/65536),Te=a-g*65536,a=Pe+g+65535,g=Math.floor(a/65536),Pe=a-g*65536,a=Ne+g+65535,g=Math.floor(a/65536),Ne=a-g*65536,a=pe+g+65535,g=Math.floor(a/65536),pe=a-g*65536,S+=g-1+37*(g-1),g=1,a=S+g+65535,g=Math.floor(a/65536),S=a-g*65536,a=E+g+65535,g=Math.floor(a/65536),E=a-g*65536,a=U+g+65535,g=Math.floor(a/65536),U=a-g*65536,a=z+g+65535,g=Math.floor(a/65536),z=a-g*65536,a=we+g+65535,g=Math.floor(a/65536),we=a-g*65536,a=Q+g+65535,g=Math.floor(a/65536),Q=a-g*65536,a=ft+g+65535,g=Math.floor(a/65536),ft=a-g*65536,a=le+g+65535,g=Math.floor(a/65536),le=a-g*65536,a=Ce+g+65535,g=Math.floor(a/65536),Ce=a-g*65536,a=Oe+g+65535,g=Math.floor(a/65536),Oe=a-g*65536,a=Le+g+65535,g=Math.floor(a/65536),Le=a-g*65536,a=$e+g+65535,g=Math.floor(a/65536),$e=a-g*65536,a=Te+g+65535,g=Math.floor(a/65536),Te=a-g*65536,a=Pe+g+65535,g=Math.floor(a/65536),Pe=a-g*65536,a=Ne+g+65535,g=Math.floor(a/65536),Ne=a-g*65536,a=pe+g+65535,g=Math.floor(a/65536),pe=a-g*65536,S+=g-1+37*(g-1),l[0]=S,l[1]=E,l[2]=U,l[3]=z,l[4]=we,l[5]=Q,l[6]=ft,l[7]=le,l[8]=Ce,l[9]=Oe,l[10]=Le,l[11]=$e,l[12]=Te,l[13]=Pe,l[14]=Ne,l[15]=pe}function mt(l,p){ee(l,p,p)}function Ft(l,p){var d=t(),a;for(a=0;a<16;a++)d[a]=p[a];for(a=253;a>=0;a--)mt(d,d),a!==2&&a!==4&&ee(d,d,p);for(a=0;a<16;a++)l[a]=d[a]}function mo(l,p){var d=t(),a;for(a=0;a<16;a++)d[a]=p[a];for(a=250;a>=0;a--)mt(d,d),a!==1&&ee(d,d,p);for(a=0;a<16;a++)l[a]=d[a]}function hs(l,p,d){var a=new Uint8Array(32),g=new Float64Array(80),S,E,U=t(),z=t(),we=t(),Q=t(),ft=t(),le=t();for(E=0;E<31;E++)a[E]=p[E];for(a[31]=p[31]&127|64,a[0]&=248,he(g,d),E=0;E<16;E++)z[E]=g[E],Q[E]=U[E]=we[E]=0;for(U[0]=Q[0]=1,E=254;E>=0;--E)S=a[E>>>3]>>>(E&7)&1,Ie(U,z,S),Ie(we,Q,S),ct(ft,U,we),bt(U,U,we),ct(we,z,Q),bt(z,z,Q),mt(Q,ft),mt(le,U),ee(U,we,U),ee(we,z,ft),ct(ft,U,we),bt(U,U,we),mt(z,U),bt(we,Q,le),ee(U,we,u),ct(U,U,Q),ee(we,we,U),ee(U,Q,le),ee(Q,z,g),mt(z,ft),Ie(U,z,S),Ie(we,Q,S);for(E=0;E<16;E++)g[E+16]=U[E],g[E+32]=we[E],g[E+48]=z[E],g[E+64]=Q[E];var Ce=g.subarray(32),Oe=g.subarray(16);return Ft(Ce,Ce),ee(Oe,Oe,Ce),wt(l,Oe),0}function pr(l,p){return hs(l,p,s)}function wo(l,p){return n(p,32),pr(l,p)}function Nn(l,p,d){var a=new Uint8Array(32);return hs(a,d,p),Ze(l,i,a,Xe)}var bo=Pt,Ef=gt;function xo(l,p,d,a,g,S){var E=new Uint8Array(32);return Nn(E,g,S),bo(l,p,d,a,E)}function Dc(l,p,d,a,g,S){var E=new Uint8Array(32);return Nn(E,g,S),Ef(l,p,d,a,E)}var Ao=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function So(l,p,d,a){for(var g=new Int32Array(16),S=new Int32Array(16),E,U,z,we,Q,ft,le,Ce,Oe,Le,$e,Te,Pe,Ne,pe,Se,re,ye,me,J,C,B,V,j,D,L,_e=l[0],He=l[1],Ge=l[2],Fe=l[3],w=l[4],Je=l[5],ht=l[6],dt=l[7],We=p[0],lt=p[1],ut=p[2],Ht=p[3],At=p[4],Ut=p[5],Dt=p[6],$t=p[7],qt=0;a>=128;){for(me=0;me<16;me++)J=8*me+qt,g[me]=d[J+0]<<24|d[J+1]<<16|d[J+2]<<8|d[J+3],S[me]=d[J+4]<<24|d[J+5]<<16|d[J+6]<<8|d[J+7];for(me=0;me<80;me++)if(E=_e,U=He,z=Ge,we=Fe,Q=w,ft=Je,le=ht,Ce=dt,Oe=We,Le=lt,$e=ut,Te=Ht,Pe=At,Ne=Ut,pe=Dt,Se=$t,C=dt,B=$t,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=(w>>>14|At<<18)^(w>>>18|At<<14)^(At>>>9|w<<23),B=(At>>>14|w<<18)^(At>>>18|w<<14)^(w>>>9|At<<23),V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,C=w&Je^~w&ht,B=At&Ut^~At&Dt,V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,C=Ao[me*2],B=Ao[me*2+1],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,C=g[me%16],B=S[me%16],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,re=D&65535|L<<16,ye=V&65535|j<<16,C=re,B=ye,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=(_e>>>28|We<<4)^(We>>>2|_e<<30)^(We>>>7|_e<<25),B=(We>>>28|_e<<4)^(_e>>>2|We<<30)^(_e>>>7|We<<25),V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,C=_e&He^_e&Ge^He&Ge,B=We&lt^We&ut^lt&ut,V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,Ce=D&65535|L<<16,Se=V&65535|j<<16,C=we,B=Te,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=re,B=ye,V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,we=D&65535|L<<16,Te=V&65535|j<<16,He=E,Ge=U,Fe=z,w=we,Je=Q,ht=ft,dt=le,_e=Ce,lt=Oe,ut=Le,Ht=$e,At=Te,Ut=Pe,Dt=Ne,$t=pe,We=Se,me%16===15)for(J=0;J<16;J++)C=g[J],B=S[J],V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=g[(J+9)%16],B=S[(J+9)%16],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,re=g[(J+1)%16],ye=S[(J+1)%16],C=(re>>>1|ye<<31)^(re>>>8|ye<<24)^re>>>7,B=(ye>>>1|re<<31)^(ye>>>8|re<<24)^(ye>>>7|re<<25),V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,re=g[(J+14)%16],ye=S[(J+14)%16],C=(re>>>19|ye<<13)^(ye>>>29|re<<3)^re>>>6,B=(ye>>>19|re<<13)^(re>>>29|ye<<3)^(ye>>>6|re<<26),V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,g[J]=D&65535|L<<16,S[J]=V&65535|j<<16;C=_e,B=We,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[0],B=p[0],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[0]=_e=D&65535|L<<16,p[0]=We=V&65535|j<<16,C=He,B=lt,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[1],B=p[1],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[1]=He=D&65535|L<<16,p[1]=lt=V&65535|j<<16,C=Ge,B=ut,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[2],B=p[2],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[2]=Ge=D&65535|L<<16,p[2]=ut=V&65535|j<<16,C=Fe,B=Ht,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[3],B=p[3],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[3]=Fe=D&65535|L<<16,p[3]=Ht=V&65535|j<<16,C=w,B=At,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[4],B=p[4],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[4]=w=D&65535|L<<16,p[4]=At=V&65535|j<<16,C=Je,B=Ut,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[5],B=p[5],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[5]=Je=D&65535|L<<16,p[5]=Ut=V&65535|j<<16,C=ht,B=Dt,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[6],B=p[6],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[6]=ht=D&65535|L<<16,p[6]=Dt=V&65535|j<<16,C=dt,B=$t,V=B&65535,j=B>>>16,D=C&65535,L=C>>>16,C=l[7],B=p[7],V+=B&65535,j+=B>>>16,D+=C&65535,L+=C>>>16,j+=V>>>16,D+=j>>>16,L+=D>>>16,l[7]=dt=D&65535|L<<16,p[7]=$t=V&65535|j<<16,qt+=128,a-=128}return a}function dn(l,p,d){var a=new Int32Array(8),g=new Int32Array(8),S=new Uint8Array(256),E,U=d;for(a[0]=1779033703,a[1]=3144134277,a[2]=1013904242,a[3]=2773480762,a[4]=1359893119,a[5]=2600822924,a[6]=528734635,a[7]=1541459225,g[0]=4089235720,g[1]=2227873595,g[2]=4271175723,g[3]=1595750129,g[4]=2917565137,g[5]=725511199,g[6]=4215389547,g[7]=327033209,So(a,g,p,d),d%=128,E=0;E<d;E++)S[E]=p[U-d+E];for(S[d]=128,d=256-128*(d<112?1:0),S[d-9]=0,v(S,d-8,U/536870912|0,U<<3),So(a,g,S,d),E=0;E<8;E++)v(l,8*E,a[E],g[E]);return 0}function Bi(l,p){var d=t(),a=t(),g=t(),S=t(),E=t(),U=t(),z=t(),we=t(),Q=t();bt(d,l[1],l[0]),bt(Q,p[1],p[0]),ee(d,d,Q),ct(a,l[0],l[1]),ct(Q,p[0],p[1]),ee(a,a,Q),ee(g,l[3],p[3]),ee(g,g,m),ee(S,l[2],p[2]),ct(S,S,S),bt(E,a,d),bt(U,S,g),ct(z,S,g),ct(we,a,d),ee(l[0],E,U),ee(l[1],we,z),ee(l[2],z,U),ee(l[3],E,we)}function ds(l,p,d){var a;for(a=0;a<4;a++)Ie(l[a],p[a],d)}function _o(l,p){var d=t(),a=t(),g=t();Ft(g,p[2]),ee(d,p[0],g),ee(a,p[1],g),wt(l,a),l[31]^=Lt(d)<<7}function Eo(l,p,d){var a,g;for(et(l[0],o),et(l[1],c),et(l[2],c),et(l[3],o),g=255;g>=0;--g)a=d[g/8|0]>>(g&7)&1,ds(l,p,a),Bi(p,l),Bi(l,l),ds(l,p,a)}function ps(l,p){var d=[t(),t(),t(),t()];et(d[0],x),et(d[1],G),et(d[2],c),ee(d[3],x,G),Eo(l,d,p)}function Io(l,p,d){var a=new Uint8Array(64),g=[t(),t(),t(),t()],S;for(d||n(p,32),dn(a,p,32),a[0]&=248,a[31]&=127,a[31]|=64,ps(g,a),_o(l,g),S=0;S<32;S++)p[S+32]=l[S];return 0}var pn=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function ko(l,p){var d,a,g,S;for(a=63;a>=32;--a){for(d=0,g=a-32,S=a-12;g<S;++g)p[g]+=d-16*p[a]*pn[g-(a-32)],d=Math.floor((p[g]+128)/256),p[g]-=d*256;p[g]+=d,p[a]=0}for(d=0,g=0;g<32;g++)p[g]+=d-(p[31]>>4)*pn[g],d=p[g]>>8,p[g]&=255;for(g=0;g<32;g++)p[g]-=d*pn[g];for(a=0;a<32;a++)p[a+1]+=p[a]>>8,l[a]=p[a]&255}function Co(l){var p=new Float64Array(64),d;for(d=0;d<64;d++)p[d]=l[d];for(d=0;d<64;d++)l[d]=0;ko(l,p)}function $c(l,p,d,a){var g=new Uint8Array(64),S=new Uint8Array(64),E=new Uint8Array(64),U,z,we=new Float64Array(64),Q=[t(),t(),t(),t()];dn(g,a,32),g[0]&=248,g[31]&=127,g[31]|=64;var ft=d+64;for(U=0;U<d;U++)l[64+U]=p[U];for(U=0;U<32;U++)l[32+U]=g[32+U];for(dn(E,l.subarray(32),d+32),Co(E),ps(Q,E),_o(l,Q),U=32;U<64;U++)l[U]=a[U];for(dn(S,l,d+64),Co(S),U=0;U<64;U++)we[U]=0;for(U=0;U<32;U++)we[U]=E[U];for(U=0;U<32;U++)for(z=0;z<32;z++)we[U+z]+=S[U]*g[z];return ko(l.subarray(32),we),ft}function Bo(l,p){var d=t(),a=t(),g=t(),S=t(),E=t(),U=t(),z=t();return et(l[2],c),he(l[1],p),mt(g,l[1]),ee(S,g,h),bt(g,g,l[2]),ct(S,l[2],S),mt(E,S),mt(U,E),ee(z,U,E),ee(d,z,g),ee(d,d,S),mo(d,d),ee(d,d,g),ee(d,d,S),ee(d,d,S),ee(l[0],d,S),mt(a,l[0]),ee(a,a,S),Vt(a,g)&&ee(l[0],l[0],N),mt(a,l[0]),ee(a,a,S),Vt(a,g)?-1:(Lt(l[0])===p[31]>>7&&bt(l[0],o,l[0]),ee(l[3],l[0],l[1]),0)}function _(l,p,d,a){var g,S=new Uint8Array(32),E=new Uint8Array(64),U=[t(),t(),t(),t()],z=[t(),t(),t(),t()];if(d<64||Bo(z,a))return-1;for(g=0;g<d;g++)l[g]=p[g];for(g=0;g<32;g++)l[g+32]=a[g];if(dn(E,l,d),Co(E),Eo(U,z,E),ps(z,p.subarray(32)),Bi(U,z),_o(S,U),d-=64,I(p,0,S,0)){for(g=0;g<d;g++)l[g]=0;return-1}for(g=0;g<d;g++)l[g]=p[g+64];return d}var k=32,T=24,q=32,be=16,kt=32,Ct=32,De=32,Z=32,te=32,de=T,ve=q,Qe=be,st=64,xt=32,Zt=64,ys=32,Oo=64;e.lowlevel={crypto_core_hsalsa20:Ze,crypto_stream_xor:oe,crypto_stream:se,crypto_stream_salsa20_xor:Ue,crypto_stream_salsa20:W,crypto_onetimeauth:it,crypto_onetimeauth_verify:It,crypto_verify_16:O,crypto_verify_32:I,crypto_secretbox:Pt,crypto_secretbox_open:gt,crypto_scalarmult:hs,crypto_scalarmult_base:pr,crypto_box_beforenm:Nn,crypto_box_afternm:bo,crypto_box:xo,crypto_box_open:Dc,crypto_box_keypair:wo,crypto_hash:dn,crypto_sign:$c,crypto_sign_keypair:Io,crypto_sign_open:_,crypto_secretbox_KEYBYTES:k,crypto_secretbox_NONCEBYTES:T,crypto_secretbox_ZEROBYTES:q,crypto_secretbox_BOXZEROBYTES:be,crypto_scalarmult_BYTES:kt,crypto_scalarmult_SCALARBYTES:Ct,crypto_box_PUBLICKEYBYTES:De,crypto_box_SECRETKEYBYTES:Z,crypto_box_BEFORENMBYTES:te,crypto_box_NONCEBYTES:de,crypto_box_ZEROBYTES:ve,crypto_box_BOXZEROBYTES:Qe,crypto_sign_BYTES:st,crypto_sign_PUBLICKEYBYTES:xt,crypto_sign_SECRETKEYBYTES:Zt,crypto_sign_SEEDBYTES:ys,crypto_hash_BYTES:Oo,gf:t,D:h,L:pn,pack25519:wt,unpack25519:he,M:ee,A:ct,S:mt,Z:bt,pow2523:mo,add:Bi,set25519:et,modL:ko,scalarmult:Eo,scalarbase:ps};function Mc(l,p){if(l.length!==k)throw new Error("bad key size");if(p.length!==T)throw new Error("bad nonce size")}function mw(l,p){if(l.length!==De)throw new Error("bad public key size");if(p.length!==Z)throw new Error("bad secret key size")}function Br(){for(var l=0;l<arguments.length;l++)if(!(arguments[l]instanceof Uint8Array))throw new TypeError("unexpected type, use Uint8Array")}function Iy(l){for(var p=0;p<l.length;p++)l[p]=0}e.randomBytes=function(l){var p=new Uint8Array(l);return n(p,l),p},e.secretbox=function(l,p,d){Br(l,p,d),Mc(d,p);for(var a=new Uint8Array(q+l.length),g=new Uint8Array(a.length),S=0;S<l.length;S++)a[S+q]=l[S];return Pt(g,a,a.length,p,d),g.subarray(be)},e.secretbox.open=function(l,p,d){Br(l,p,d),Mc(d,p);for(var a=new Uint8Array(be+l.length),g=new Uint8Array(a.length),S=0;S<l.length;S++)a[S+be]=l[S];return a.length<32||gt(g,a,a.length,p,d)!==0?null:g.subarray(q)},e.secretbox.keyLength=k,e.secretbox.nonceLength=T,e.secretbox.overheadLength=be,e.scalarMult=function(l,p){if(Br(l,p),l.length!==Ct)throw new Error("bad n size");if(p.length!==kt)throw new Error("bad p size");var d=new Uint8Array(kt);return hs(d,l,p),d},e.scalarMult.base=function(l){if(Br(l),l.length!==Ct)throw new Error("bad n size");var p=new Uint8Array(kt);return pr(p,l),p},e.scalarMult.scalarLength=Ct,e.scalarMult.groupElementLength=kt,e.box=function(l,p,d,a){var g=e.box.before(d,a);return e.secretbox(l,p,g)},e.box.before=function(l,p){Br(l,p),mw(l,p);var d=new Uint8Array(te);return Nn(d,l,p),d},e.box.after=e.secretbox,e.box.open=function(l,p,d,a){var g=e.box.before(d,a);return e.secretbox.open(l,p,g)},e.box.open.after=e.secretbox.open,e.box.keyPair=function(){var l=new Uint8Array(De),p=new Uint8Array(Z);return wo(l,p),{publicKey:l,secretKey:p}},e.box.keyPair.fromSecretKey=function(l){if(Br(l),l.length!==Z)throw new Error("bad secret key size");var p=new Uint8Array(De);return pr(p,l),{publicKey:p,secretKey:new Uint8Array(l)}},e.box.publicKeyLength=De,e.box.secretKeyLength=Z,e.box.sharedKeyLength=te,e.box.nonceLength=de,e.box.overheadLength=e.secretbox.overheadLength,e.sign=function(l,p){if(Br(l,p),p.length!==Zt)throw new Error("bad secret key size");var d=new Uint8Array(st+l.length);return $c(d,l,l.length,p),d},e.sign.open=function(l,p){if(Br(l,p),p.length!==xt)throw new Error("bad public key size");var d=new Uint8Array(l.length),a=_(d,l,l.length,p);if(a<0)return null;for(var g=new Uint8Array(a),S=0;S<g.length;S++)g[S]=d[S];return g},e.sign.detached=function(l,p){for(var d=e.sign(l,p),a=new Uint8Array(st),g=0;g<a.length;g++)a[g]=d[g];return a},e.sign.detached.verify=function(l,p,d){if(Br(l,p,d),p.length!==st)throw new Error("bad signature size");if(d.length!==xt)throw new Error("bad public key size");var a=new Uint8Array(st+l.length),g=new Uint8Array(st+l.length),S;for(S=0;S<st;S++)a[S]=p[S];for(S=0;S<l.length;S++)a[S+st]=l[S];return _(g,a,a.length,d)>=0},e.sign.keyPair=function(){var l=new Uint8Array(xt),p=new Uint8Array(Zt);return Io(l,p),{publicKey:l,secretKey:p}},e.sign.keyPair.fromSecretKey=function(l){if(Br(l),l.length!==Zt)throw new Error("bad secret key size");for(var p=new Uint8Array(xt),d=0;d<p.length;d++)p[d]=l[32+d];return{publicKey:p,secretKey:new Uint8Array(l)}},e.sign.keyPair.fromSeed=function(l){if(Br(l),l.length!==ys)throw new Error("bad seed size");for(var p=new Uint8Array(xt),d=new Uint8Array(Zt),a=0;a<32;a++)d[a]=l[a];return Io(p,d,!0),{publicKey:p,secretKey:d}},e.sign.publicKeyLength=xt,e.sign.secretKeyLength=Zt,e.sign.seedLength=ys,e.sign.signatureLength=st,e.hash=function(l){Br(l);var p=new Uint8Array(Oo);return dn(p,l,l.length),p},e.hash.hashLength=Oo,e.verify=function(l,p){return Br(l,p),l.length===0||p.length===0||l.length!==p.length?!1:A(l,0,p,0,l.length)===0},e.setPRNG=function(l){n=l},function(){var l=typeof self<"u"?self.crypto||self.msCrypto:null;if(l&&l.getRandomValues){var p=65536;e.setPRNG(function(d,a){var g,S=new Uint8Array(a);for(g=0;g<a;g+=p)l.getRandomValues(S.subarray(g,g+Math.min(a-g,p)));for(g=0;g<a;g++)d[g]=S[g];Iy(S)})}else typeof x1<"u"&&(l=A1,l&&l.randomBytes&&e.setPRNG(function(d,a){var g,S=l.randomBytes(a);for(g=0;g<a;g++)d[g]=S[g];Iy(S)}))}()})(r.exports?r.exports:self.nacl=self.nacl||{})})(T0);var S1=T0.exports;const N0=qy(S1);function _1(){return N0.box.keyPair()}async function Ci(r,e){const t=sessionStorage.getItem("sessionKey"),n=sessionStorage.getItem("sessionId");console.groupCollapsed("Attestation");try{if(t&&n&&!r){const o=gs(t);return console.log("Using existing attestation from session storage."),{sessionKey:o,sessionId:n}}const i=window.crypto.randomUUID();console.log("Generated attestation nonce:",i);const s=await b1(i,e);if(s&&s.public_key){console.log("Attestation document verification succeeded");const o=_1();console.log("Generated client key pair");const c=new Uint8Array(s.public_key),{encrypted_session_key:u,session_id:h}=await L1(Or(o.publicKey),i,e);console.log("Key exchange completed.");const m=N0.scalarMult(o.secretKey,c),x=gs(u),G=12,N=x.slice(0,G),v=x.slice(G),O=new Hc(m).open(N,v);if(O)return console.log("Session key decrypted successfully"),window.sessionStorage.setItem("sessionKey",Or(O)),window.sessionStorage.setItem("sessionId",h),{sessionKey:O,sessionId:h};throw new Error("Failed to decrypt session key")}else throw new Error("Invalid attestation document")}catch(i){throw console.error("Error verifying attestation:",i),i}finally{console.groupEnd()}}let at="";function E1(r){at=r}async function I1(r,e){return Nt(`${at}/platform/login`,"POST",{email:r,password:e},void 0,"Failed to login")}async function k1(r,e,t,n){return Nt(`${at}/platform/register`,"POST",{email:r,password:e,invite_code:t,name:n},void 0,"Failed to register")}async function C1(r){return Nt(`${at}/platform/logout`,"POST",{refresh_token:r},void 0,"Failed to logout")}async function B1(){const r=window.localStorage.getItem("refresh_token");if(!r)throw new Error("No refresh token available");const e={refresh_token:r};try{const t=await Nt(`${at}/platform/refresh`,"POST",e,void 0,"Failed to refresh platform token");return window.localStorage.setItem("access_token",t.access_token),window.localStorage.setItem("refresh_token",t.refresh_token),t}catch(t){throw console.error("Error refreshing platform token:",t),t}}async function P0(r){return Be(`${at}/platform/orgs`,"POST",{name:r})}async function j0(){return Be(`${at}/platform/orgs`,"GET",void 0)}async function R0(r){return Be(`${at}/platform/orgs/${r}`,"DELETE",void 0)}async function U0(r,e,t){return Be(`${at}/platform/orgs/${r}/projects`,"POST",{name:e,description:t})}async function D0(r){return Be(`${at}/platform/orgs/${r}/projects`,"GET",void 0)}async function $0(r,e){return Be(`${at}/platform/orgs/${r}/projects/${e}`,"GET",void 0)}async function M0(r,e,t){return Be(`${at}/platform/orgs/${r}/projects/${e}`,"PATCH",t)}async function V0(r,e){return Be(`${at}/platform/orgs/${r}/projects/${e}`,"DELETE",void 0)}function O1(r){const e=/^[A-Za-z0-9+/]*[=]{0,2}$/,t=r.length%4===0,n=e.test(r);return t&&n}async function L0(r,e,t,n){if(!O1(n))throw new Error("Secret must be base64 encoded. Use @stablelib/base64's encode function to encode your data.");return Be(`${at}/platform/orgs/${r}/projects/${e}/secrets`,"POST",{key_name:t,secret:n})}async function H0(r,e){return Be(`${at}/platform/orgs/${r}/projects/${e}/secrets`,"GET",void 0)}async function F0(r,e,t){return Be(`${at}/platform/orgs/${r}/projects/${e}/secrets/${t}`,"DELETE",void 0)}async function z0(r,e){return Be(`${at}/platform/orgs/${r}/projects/${e}/settings/email`,"GET",void 0)}async function G0(r,e,t){return Be(`${at}/platform/orgs/${r}/projects/${e}/settings/email`,"PUT",t)}async function q0(r,e){return Be(`${at}/platform/orgs/${r}/projects/${e}/settings/oauth`,"GET",void 0)}async function K0(r,e,t){return Be(`${at}/platform/orgs/${r}/projects/${e}/settings/oauth`,"PUT",t)}async function Z0(r,e,t){if(!e||e.trim()==="")throw new Error("Email is required");return Be(`${at}/platform/orgs/${r}/invites`,"POST",{email:e,role:t})}async function W0(r){return Be(`${at}/platform/orgs/${r}/invites`,"GET",void 0)}async function Y0(r,e){return Be(`${at}/platform/orgs/${r}/invites/${e}`,"GET",void 0)}async function J0(r,e){return Be(`${at}/platform/orgs/${r}/invites/${e}`,"DELETE",void 0)}async function X0(r){return Be(`${at}/platform/orgs/${r}/memberships`,"GET",void 0)}async function Q0(r,e,t){return Be(`${at}/platform/orgs/${r}/memberships/${e}`,"PATCH",{role:t})}async function ey(r,e){return Be(`${at}/platform/orgs/${r}/memberships/${e}`,"DELETE",void 0)}async function ty(r){return Be(`${at}/platform/accept_invite/${r}`,"POST",void 0)}async function T1(){return Be(`${at}/platform/me`,"GET",void 0)}async function ry(r){return Nt(`${at}/platform/verify-email/${r}`,"GET",void 0,void 0,"Failed to verify email")}async function Oc(){return Be(`${at}/platform/request_verification`,"POST",void 0,"Failed to request new verification code")}async function ny(r,e){const t={email:r,hashed_secret:e};return Nt(`${at}/platform/password-reset/request`,"POST",t,void 0,"Failed to request platform password reset")}async function iy(r,e,t,n){const i={email:r,alphanumeric_code:e,plaintext_secret:t,new_password:n};return Nt(`${at}/platform/password-reset/confirm`,"POST",i,void 0,"Failed to confirm platform password reset")}async function sy(r,e){const t={current_password:r,new_password:e};return Be(`${at}/platform/change-password`,"POST",t,"Failed to change platform password")}async function Be(r,e,t,n){const i=async(s=!1)=>{try{if(s){console.log("Refreshing access token");const u=ti.getRefreshFunction(r);console.log(`Using ${u}`),u==="platformRefreshToken"?await B1():await Tc()}const o=window.localStorage.getItem("access_token");if(!o)throw new Error("No access token available");const c=await oy(r,e,t,o,n);if(c.status===401&&!s)return console.log(`Received 401 for URL ${r}, attempting to refresh token`),i(!0);if(c.error)throw new Error(c.error);if(!c.data)throw new Error("No data received from the server");return c.data}catch(o){throw console.error(o),o}};return i()}async function oy(r,e,t,n,i){const o=ti.resolveEndpoint(r).context==="platform"?ti.platformApiUrl:void 0;let{sessionKey:c,sessionId:u}=await Ci(!1,o);const h=async(x,G=!1)=>{if(G||!c||!u){const P=await Ci(!0,o);c=P.sessionKey,u=P.sessionId}if(!c||!u)throw new Error("Failed to make encrypted API call, no attestation available.");const N=t?JSON.stringify(t):void 0,v=N?Rf(c,N):void 0,A={"Content-Type":"application/json","x-session-id":u};x&&(A.Authorization=`Bearer ${x}`);const O=await fetch(r,{method:e,headers:A,body:v?JSON.stringify({encrypted:v}):void 0}),I={status:O.status};if(O.ok)try{const P=await O.json(),R=Uf(c,P.encrypted);I.data=JSON.parse(R)}catch(P){console.error("Error decrypting or parsing response:",P),I.status=500,I.error="Failed to decrypt or parse the response"}else try{const P=await O.json();I.error=P.message||i||`HTTP error! Status: ${O.status}`}catch{I.error=i||`HTTP error! Status: ${O.status}`}return I},m=async(x,G=!1)=>{var N;try{const v=await h(x,G);return(v.status===400||(N=v.error)!=null&&N.includes("Encryption error"))&&!G?(console.log("Encryption error or Bad Request, attempting to renew attestation"),m(x,!0)):v}catch(v){return{status:500,error:v instanceof Error?v.message:"Unknown error occurred"}}};return m(n)}async function Nt(r,e,t,n,i){const s=await oy(r,e,t,n,i);if(s.error)throw new Error(s.error);if(!s.data)throw new Error("No data received from the server");return s.data}let Ke="";function N1(r){Ke=r}function P1(){return Ke}async function j1(r,e,t){return Nt(`${Ke}/login`,"POST",{email:r,password:e,client_id:t})}async function R1(r,e,t){return Nt(`${Ke}/login`,"POST",{id:r,password:e,client_id:t})}async function U1(r,e,t,n,i){return Nt(`${Ke}/register`,"POST",{email:r,password:e,inviteCode:t.toLowerCase(),client_id:n,name:i})}async function D1(r,e,t){return Nt(`${Ke}/register`,"POST",{password:r,inviteCode:e.toLowerCase(),client_id:t})}async function Tc(){const r=window.localStorage.getItem("refresh_token");if(!r)throw new Error("No refresh token available");const e={refresh_token:r};try{const t=await Nt(`${Ke}/refresh`,"POST",e,void 0,"Failed to refresh token");return window.localStorage.setItem("access_token",t.access_token),window.localStorage.setItem("refresh_token",t.refresh_token),t}catch(t){throw console.error("Error refreshing token:",t),t}}async function $1(){return Be(`${Ke}/protected/user`,"GET",void 0,"Failed to fetch user")}async function ay(r,e){return Be(`${Ke}/protected/kv/${r}`,"PUT",e,"Failed to put key-value pair")}async function cy(r){return Be(`${Ke}/protected/kv/${r}`,"DELETE",void 0,"Failed to delete key-value pair")}async function ly(r){try{return await Be(`${Ke}/protected/kv/${r}`,"GET",void 0,"Failed to get key-value pair")}catch(e){console.error(`Error fetching key "${r}":`,e);return}}async function uy(){return Be(`${Ke}/protected/kv`,"GET",void 0,"Failed to list key-value pairs")}async function M1(r){const e={refresh_token:r};return Nt(`${Ke}/logout`,"POST",e)}async function fy(r){return Nt(`${Ke}/verify-email/${r}`,"GET",void 0,void 0,"Failed to verify email")}async function Nc(){return Be(`${Ke}/protected/request_verification`,"POST",void 0,"Failed to request new verification code")}async function V1(r,e){const n=await fetch(`${e||Ke}/attestation/${r}`);if(!n.ok)throw new Error(`Request failed with status ${n.status}`);return(await n.json()).attestation_document}async function L1(r,e,t){const i=await fetch(`${t||Ke}/key_exchange`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({client_public_key:r,nonce:e})});if(!i.ok)throw new Error("Key exchange failed");return i.json()}async function H1(r,e,t){const n={email:r,hashed_secret:e,client_id:t};return Nt(`${Ke}/password-reset/request`,"POST",n,void 0,"Failed to request password reset")}async function F1(r,e,t,n,i){const s={email:r,alphanumeric_code:e,plaintext_secret:t,new_password:n,client_id:i};return Nt(`${Ke}/password-reset/confirm`,"POST",s,void 0,"Failed to confirm password reset")}async function hy(r,e){const t={current_password:r,new_password:e};return Be(`${Ke}/protected/change_password`,"POST",t,"Failed to change password")}async function z1(r,e){try{return await Nt(`${Ke}/auth/github`,"POST",e?{invite_code:e,client_id:r}:{client_id:r},void 0,"Failed to initiate GitHub auth")}catch(t){throw t instanceof Error&&t.message.includes("Invalid invite code")?new Error("Invalid invite code. Please check and try again."):t}}async function G1(r,e,t){const n={code:r,state:e,invite_code:t};try{return await Nt(`${Ke}/auth/github/callback`,"POST",n,void 0,"GitHub callback failed")}catch(i){throw console.error("Detailed GitHub callback error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with GitHub."):new Error("Failed to authenticate with GitHub. Please try again."):i}}async function q1(r,e){try{return await Nt(`${Ke}/auth/google`,"POST",e?{invite_code:e,client_id:r}:{client_id:r},void 0,"Failed to initiate Google auth")}catch(t){throw t instanceof Error&&t.message.includes("Invalid invite code")?new Error("Invalid invite code. Please check and try again."):t}}async function K1(r,e,t){const n={code:r,state:e,invite_code:t};try{return await Nt(`${Ke}/auth/google/callback`,"POST",n,void 0,"Google callback failed")}catch(i){throw console.error("Detailed Google callback error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with Google."):new Error("Failed to authenticate with Google. Please try again."):i}}async function Z1(r,e){try{return await Nt(`${Ke}/auth/apple`,"POST",e?{invite_code:e,client_id:r}:{client_id:r},void 0,"Failed to initiate Apple auth")}catch(t){throw t instanceof Error&&t.message.includes("Invalid invite code")?new Error("Invalid invite code. Please check and try again."):t}}async function W1(r,e,t){const n={code:r,state:e,invite_code:t};try{return await Nt(`${Ke}/auth/apple/callback`,"POST",n,void 0,"Apple callback failed")}catch(i){throw console.error("Detailed Apple callback error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with Apple."):new Error("Failed to authenticate with Apple. Please try again."):i}}async function Y1(r,e,t){const n={...r,client_id:e,...t?{invite_code:t}:{}};try{return await Nt(`${Ke}/auth/apple/native`,"POST",n,void 0,"Apple Sign-In failed")}catch(i){throw console.error("Detailed Apple Sign-In error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with Apple."):i.message.includes("No email found")?new Error("Unable to retrieve email from Apple. Please try another sign-in method."):new Error("Failed to authenticate with Apple. Please try again."):i}}async function dy(r){let e=`${Ke}/protected/private_key`;const t=[];return r!=null&&r.seed_phrase_derivation_path&&t.push(`seed_phrase_derivation_path=${encodeURIComponent(r.seed_phrase_derivation_path)}`),r!=null&&r.private_key_derivation_path&&t.push(`private_key_derivation_path=${encodeURIComponent(r.private_key_derivation_path)}`),t.length>0&&(e+=`?${t.join("&")}`),Be(e,"GET",void 0,"Failed to fetch private key")}async function py(r){let e=`${Ke}/protected/private_key_bytes`;const t=[];return r!=null&&r.seed_phrase_derivation_path&&t.push(`seed_phrase_derivation_path=${encodeURIComponent(r.seed_phrase_derivation_path)}`),r!=null&&r.private_key_derivation_path&&t.push(`private_key_derivation_path=${encodeURIComponent(r.private_key_derivation_path)}`),t.length>0&&(e+=`?${t.join("&")}`),Be(e,"GET",void 0,"Failed to fetch private key bytes")}async function yy(r,e,t){const i={message_base64:Or(r),algorithm:e,...t&&Object.keys(t).length>0&&{key_options:t}};return Be(`${Ke}/protected/sign_message`,"POST",i,"Failed to sign message")}async function gy(r,e){let t=`${Ke}/protected/public_key?algorithm=${r}`;return e!=null&&e.seed_phrase_derivation_path&&(t+=`&seed_phrase_derivation_path=${encodeURIComponent(e.seed_phrase_derivation_path)}`),e!=null&&e.private_key_derivation_path&&(t+=`&private_key_derivation_path=${encodeURIComponent(e.private_key_derivation_path)}`),Be(t,"GET",void 0,"Failed to fetch public key")}async function J1(r,e,t){const n={email:r,password:e,...t!==void 0&&{name:t}};return Be(`${Ke}/protected/convert_guest`,"POST",n,"Failed to convert guest account")}async function X1(r){return Be(`${Ke}/protected/third_party_token`,"POST",r?{audience:r}:{},"Failed to generate third party token")}async function vy(r,e){const t={data:r,...e&&Object.keys(e).length>0&&{key_options:e}};return Be(`${Ke}/protected/encrypt`,"POST",t,"Failed to encrypt data")}async function my(r,e){const t={encrypted_data:r,...e&&Object.keys(e).length>0&&{key_options:e}};return Be(`${Ke}/protected/decrypt`,"POST",t,"Failed to decrypt data")}async function Q1(r){const e={hashed_secret:r};return Be(`${Ke}/protected/delete-account/request`,"POST",e,"Failed to request account deletion")}async function ew(r,e){const t={confirmation_code:r,plaintext_secret:e};return Be(`${Ke}/protected/delete-account/confirm`,"POST",t,"Failed to confirm account deletion")}async function wy(){try{const r=await Be(`${Ke}/v1/models`,"GET",void 0,"Failed to fetch models");if(!r||typeof r!="object")throw new Error("Invalid response from models endpoint");if(r.object!=="list"||!Array.isArray(r.data))throw new Error("Models response missing expected 'object' or 'data' fields");return r.data}catch(r){throw console.error("Error fetching models:",r),r}}const by=10*1024*1024;async function xf(r){if(r.size>by)throw new Error(`File size exceeds maximum limit of ${by/1024/1024}MB`);const e=await r.arrayBuffer(),t=new Uint8Array(e),n=Or(t),s={filename:r instanceof File?r.name:"document",content_base64:n};return Be(`${Ke}/v1/documents/upload`,"POST",s,"Failed to upload document")}async function Af(r){const e={task_id:r};return Be(`${Ke}/v1/documents/status`,"POST",e,"Failed to check document status")}async function xy(r,e){const{pollInterval:t=2e3,maxAttempts:n=150,onProgress:i}=e||{},s=await xf(r);let o=0;for(;o<n;){const c=await Af(s.task_id);switch(i&&i(c.status,c.progress),c.status){case"success":if(!c.document)throw new Error("Document processing succeeded but no document returned");return c.document;case"failure":throw new Error(c.error||"Document processing failed");case"pending":case"started":await new Promise(u=>setTimeout(u,t)),o++;break;default:throw new Error(`Unknown document status: ${c.status}`)}}throw new Error("Document processing timed out")}function tw(){return async(r,e)=>{var n,i;const t=()=>{const s=window.localStorage.getItem("access_token");if(!s)throw new Error("No access token available");return`Bearer ${s}`};try{const s=new Headers(e==null?void 0:e.headers);s.set("Authorization",t());const{sessionKey:o,sessionId:c}=await Ci();if(!o||!c)throw new Error("No session key or ID available");s.set("x-session-id",c);const u={...e,headers:s};if(e!=null&&e.body){const m=Rf(o,e.body);u.body=JSON.stringify({encrypted:m}),s.set("Content-Type","application/json")}let h=await fetch(r,u);if(h.status===401&&(console.warn("Unauthorized, refreshing access token"),await Tc(),s.set("Authorization",t()),u.headers=s,h=await fetch(r,u)),!h.ok){const m=await h.text();throw console.error("Request failed with response status:",h.status," and message:",m),new Error(`Request failed with status ${h.status}: ${m}`)}if((n=h.headers.get("content-type"))!=null&&n.includes("text/event-stream")){const m=(i=h.body)==null?void 0:i.getReader(),x=new TextDecoder;let G="";const N=new ReadableStream({async start(v){for(;;){const{done:A,value:O}=await m.read();if(A)break;const I=x.decode(O);G+=I;let P;for(;P=rw(G);)if(G=G.slice(P.length),P.trim().startsWith("data: ")){const R=P.slice(6).trim();if(R==="[DONE]")v.enqueue(`data: [DONE]
124
+ `,h+=u,h},df.noChildren=!0,Xe.registerDecoder(kt.CBOR,df),Xe.registerDecoder(kt.URI,r=>(zn(r.contents),new URL(r.contents)),"URI"),Rt(URL,r=>[kt.URI,r.toString()]),Xe.registerDecoder(kt.BASE64URL,r=>(zn(r.contents),Zv(r.contents)),"Base64url-encoded"),Xe.registerDecoder(kt.BASE64,r=>(zn(r.contents),af(r.contents)),"Base64-encoded"),Xe.registerDecoder(35,r=>(zn(r.contents),new RegExp(r.contents)),"RegExp"),Xe.registerDecoder(21065,r=>{zn(r.contents);let e=r.contents.replace(new RegExp("(?<!\\\\)(?<!\\[(?:[^\\]]|\\\\\\])*)\\.","g"),`[^
125
+ \r]`);return e=`^(?:${e})$`,new RegExp(e,"u")},"I-RegExp"),Xe.registerDecoder(kt.REGEXP,r=>{if(v0(r.contents),r.contents.length<1||r.contents.length>2)throw new Error(`Invalid RegExp Array: ${r.contents}`);return new RegExp(r.contents[0],r.contents[1])},"RegExp"),Rt(RegExp,r=>[kt.REGEXP,[r.source,r.flags]]),Xe.registerDecoder(64,r=>(xi(r.contents),r.contents),"uint8 Typed Array");function nr(r,e,t){xi(r.contents);let n=r.contents.length;if(n%e.BYTES_PER_ELEMENT!==0)throw new Error(`Number of bytes must be divisible by ${e.BYTES_PER_ELEMENT}, got: ${n}`);n/=e.BYTES_PER_ELEMENT;const i=new e(n),s=new DataView(r.contents.buffer,r.contents.byteOffset,r.contents.byteLength),o=s[`get${e.name.replace(/Array/,"")}`].bind(s);for(let c=0;c<n;c++)i[c]=o(c*e.BYTES_PER_ELEMENT,t);return i}function Gn(r,e,t,n,i){const s=i.forceEndian??y0;if(pc(s?e:t,r,i),Gr(n.byteLength,r,ye.BYTE_STRING),y0===s)r.write(new Uint8Array(n.buffer,n.byteOffset,n.byteLength));else{const o=`write${n.constructor.name.replace(/Array/,"")}`,c=r[o].bind(r);for(const u of n)c(u,s)}}Xe.registerDecoder(65,r=>nr(r,Uint16Array,!1),"uint16, big endian, Typed Array"),Xe.registerDecoder(66,r=>nr(r,Uint32Array,!1),"uint32, big endian, Typed Array"),Xe.registerDecoder(67,r=>nr(r,BigUint64Array,!1),"uint64, big endian, Typed Array"),Xe.registerDecoder(68,r=>(xi(r.contents),new Uint8ClampedArray(r.contents)),"uint8 Typed Array, clamped arithmetic"),Rt(Uint8ClampedArray,r=>[68,new Uint8Array(r.buffer,r.byteOffset,r.byteLength)]),Xe.registerDecoder(69,r=>nr(r,Uint16Array,!0),"uint16, little endian, Typed Array"),Rt(Uint16Array,(r,e,t)=>Gn(e,69,65,r,t)),Xe.registerDecoder(70,r=>nr(r,Uint32Array,!0),"uint32, little endian, Typed Array"),Rt(Uint32Array,(r,e,t)=>Gn(e,70,66,r,t)),Xe.registerDecoder(71,r=>nr(r,BigUint64Array,!0),"uint64, little endian, Typed Array"),Rt(BigUint64Array,(r,e,t)=>Gn(e,71,67,r,t)),Xe.registerDecoder(72,r=>(xi(r.contents),new Int8Array(r.contents)),"sint8 Typed Array"),Rt(Int8Array,r=>[72,new Uint8Array(r.buffer,r.byteOffset,r.byteLength)]),Xe.registerDecoder(73,r=>nr(r,Int16Array,!1),"sint16, big endian, Typed Array"),Xe.registerDecoder(74,r=>nr(r,Int32Array,!1),"sint32, big endian, Typed Array"),Xe.registerDecoder(75,r=>nr(r,BigInt64Array,!1),"sint64, big endian, Typed Array"),Xe.registerDecoder(77,r=>nr(r,Int16Array,!0),"sint16, little endian, Typed Array"),Rt(Int16Array,(r,e,t)=>Gn(e,77,73,r,t)),Xe.registerDecoder(78,r=>nr(r,Int32Array,!0),"sint32, little endian, Typed Array"),Rt(Int32Array,(r,e,t)=>Gn(e,78,74,r,t)),Xe.registerDecoder(79,r=>nr(r,BigInt64Array,!0),"sint64, little endian, Typed Array"),Rt(BigInt64Array,(r,e,t)=>Gn(e,79,75,r,t)),Xe.registerDecoder(81,r=>nr(r,Float32Array,!1),"IEEE 754 binary32, big endian, Typed Array"),Xe.registerDecoder(82,r=>nr(r,Float64Array,!1),"IEEE 754 binary64, big endian, Typed Array"),Xe.registerDecoder(85,r=>nr(r,Float32Array,!0),"IEEE 754 binary32, little endian, Typed Array"),Rt(Float32Array,(r,e,t)=>Gn(e,85,81,r,t)),Xe.registerDecoder(86,r=>nr(r,Float64Array,!0),"IEEE 754 binary64, big endian, Typed Array"),Rt(Float64Array,(r,e,t)=>Gn(e,86,82,r,t)),Xe.registerDecoder(kt.SET,r=>(v0(r.contents),new Set(r.contents)),"Set"),Rt(Set,r=>[kt.SET,[...r]]),Xe.registerDecoder(kt.JSON,r=>(zn(r.contents),JSON.parse(r.contents)),"JSON-encoded"),Xe.registerDecoder(kt.SELF_DESCRIBED,r=>r.contents,"Self-Described"),Xe.registerDecoder(kt.INVALID_16,()=>{throw new Error(`Tag always invalid: ${kt.INVALID_16}`)},"Invalid"),Xe.registerDecoder(kt.INVALID_32,()=>{throw new Error(`Tag always invalid: ${kt.INVALID_32}`)},"Invalid"),Xe.registerDecoder(kt.INVALID_64,()=>{throw new Error(`Tag always invalid: ${kt.INVALID_64}`)},"Invalid");function pf(r){throw new Error(`Encoding ${r.constructor.name} intentionally unimplmented. It is not concrete enough to interoperate. Convert to Uint8Array first.`)}Rt(ArrayBuffer,pf),Rt(DataView,pf),typeof SharedArrayBuffer<"u"&&Rt(SharedArrayBuffer,pf);function mc(r){return[NaN,r.valueOf()]}Rt(Boolean,mc),Rt(Number,mc),Rt(String,mc),Rt(BigInt,mc);function wc(r,e={}){const t={...Fn.defaultDecodeOptions};if(e.dcbor?Object.assign(t,Fn.dcborDecodeOptions):e.cde&&Object.assign(t,Fn.cdeDecodeOptions),Object.assign(t,e),Object.hasOwn(t,"rejectLongNumbers"))throw new TypeError("rejectLongNumbers has changed to requirePreferred");t.boxed&&(t.saveOriginal=!0);const n=new Ys(r,t);let i,s;for(const o of n){if(s=Fn.create(o,i,t,n),o[2]===Er.BREAK)if(i!=null&&i.isStreaming)i.left=0;else throw new Error("Unexpected BREAK");else i&&i.push(s,n,o[3]);for(s instanceof Fn&&(i=s);i!=null&&i.done;){s=i.convert(n);const c=i.parent;c==null||c.replaceLast(s,i,n),i=c}}return s}new TextEncoder;var at;(function(r){r.assertEqual=i=>i;function e(i){}r.assertIs=e;function t(i){throw new Error}r.assertNever=t,r.arrayToEnum=i=>{const s={};for(const o of i)s[o]=o;return s},r.getValidEnumValues=i=>{const s=r.objectKeys(i).filter(c=>typeof i[i[c]]!="number"),o={};for(const c of s)o[c]=i[c];return r.objectValues(o)},r.objectValues=i=>r.objectKeys(i).map(function(s){return i[s]}),r.objectKeys=typeof Object.keys=="function"?i=>Object.keys(i):i=>{const s=[];for(const o in i)Object.prototype.hasOwnProperty.call(i,o)&&s.push(o);return s},r.find=(i,s)=>{for(const o of i)if(s(o))return o},r.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)}r.joinValues=n,r.jsonStringifyReplacer=(i,s)=>typeof s=="bigint"?s.toString():s})(at||(at={}));var yf;(function(r){r.mergeShapes=(e,t)=>({...e,...t})})(yf||(yf={}));const ne=at.arrayToEnum(["string","nan","number","integer","float","boolean","date","bigint","symbol","function","undefined","null","array","object","unknown","promise","void","never","map","set"]),Kn=r=>{switch(typeof r){case"undefined":return ne.undefined;case"string":return ne.string;case"number":return isNaN(r)?ne.nan:ne.number;case"boolean":return ne.boolean;case"function":return ne.function;case"bigint":return ne.bigint;case"symbol":return ne.symbol;case"object":return Array.isArray(r)?ne.array:r===null?ne.null:r.then&&typeof r.then=="function"&&r.catch&&typeof r.catch=="function"?ne.promise:typeof Map<"u"&&r instanceof Map?ne.map:typeof Set<"u"&&r instanceof Set?ne.set:typeof Date<"u"&&r instanceof Date?ne.date:ne.object;default:return ne.unknown}},F=at.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"]),mm=r=>JSON.stringify(r,null,2).replace(/"([^"]+)":/g,"$1:");class Ir extends Error{constructor(e){super(),this.issues=[],this.addIssue=n=>{this.issues=[...this.issues,n]},this.addIssues=(n=[])=>{this.issues=[...this.issues,...n]};const t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name="ZodError",this.issues=e}get errors(){return this.issues}format(e){const t=e||function(s){return s.message},n={_errors:[]},i=s=>{for(const 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(t(o));else{let c=n,u=0;for(;u<o.path.length;){const h=o.path[u];u===o.path.length-1?(c[h]=c[h]||{_errors:[]},c[h]._errors.push(t(o))):c[h]=c[h]||{_errors:[]},c=c[h],u++}}};return i(this),n}static assert(e){if(!(e instanceof Ir))throw new Error(`Not a ZodError: ${e}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,at.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=t=>t.message){const t={},n=[];for(const i of this.issues)i.path.length>0?(t[i.path[0]]=t[i.path[0]]||[],t[i.path[0]].push(e(i))):n.push(e(i));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}}Ir.create=r=>new Ir(r);const ts=(r,e)=>{let t;switch(r.code){case F.invalid_type:r.received===ne.undefined?t="Required":t=`Expected ${r.expected}, received ${r.received}`;break;case F.invalid_literal:t=`Invalid literal value, expected ${JSON.stringify(r.expected,at.jsonStringifyReplacer)}`;break;case F.unrecognized_keys:t=`Unrecognized key(s) in object: ${at.joinValues(r.keys,", ")}`;break;case F.invalid_union:t="Invalid input";break;case F.invalid_union_discriminator:t=`Invalid discriminator value. Expected ${at.joinValues(r.options)}`;break;case F.invalid_enum_value:t=`Invalid enum value. Expected ${at.joinValues(r.options)}, received '${r.received}'`;break;case F.invalid_arguments:t="Invalid function arguments";break;case F.invalid_return_type:t="Invalid function return type";break;case F.invalid_date:t="Invalid date";break;case F.invalid_string:typeof r.validation=="object"?"includes"in r.validation?(t=`Invalid input: must include "${r.validation.includes}"`,typeof r.validation.position=="number"&&(t=`${t} at one or more positions greater than or equal to ${r.validation.position}`)):"startsWith"in r.validation?t=`Invalid input: must start with "${r.validation.startsWith}"`:"endsWith"in r.validation?t=`Invalid input: must end with "${r.validation.endsWith}"`:at.assertNever(r.validation):r.validation!=="regex"?t=`Invalid ${r.validation}`:t="Invalid";break;case F.too_small:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at least":"more than"} ${r.minimum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at least":"over"} ${r.minimum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${r.minimum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly equal to ":r.inclusive?"greater than or equal to ":"greater than "}${new Date(Number(r.minimum))}`:t="Invalid input";break;case F.too_big:r.type==="array"?t=`Array must contain ${r.exact?"exactly":r.inclusive?"at most":"less than"} ${r.maximum} element(s)`:r.type==="string"?t=`String must contain ${r.exact?"exactly":r.inclusive?"at most":"under"} ${r.maximum} character(s)`:r.type==="number"?t=`Number must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="bigint"?t=`BigInt must be ${r.exact?"exactly":r.inclusive?"less than or equal to":"less than"} ${r.maximum}`:r.type==="date"?t=`Date must be ${r.exact?"exactly":r.inclusive?"smaller than or equal to":"smaller than"} ${new Date(Number(r.maximum))}`:t="Invalid input";break;case F.custom:t="Invalid input";break;case F.invalid_intersection_types:t="Intersection results could not be merged";break;case F.not_multiple_of:t=`Number must be a multiple of ${r.multipleOf}`;break;case F.not_finite:t="Number must be finite";break;default:t=e.defaultError,at.assertNever(r)}return{message:t}};let A0=ts;function wm(r){A0=r}function bc(){return A0}const xc=r=>{const{data:e,path:t,errorMaps:n,issueData:i}=r,s=[...t,...i.path||[]],o={...i,path:s};if(i.message!==void 0)return{...i,path:s,message:i.message};let c="";const u=n.filter(h=>!!h).slice().reverse();for(const h of u)c=h(o,{data:e,defaultError:c}).message;return{...i,path:s,message:c}},bm=[];function J(r,e){const t=bc(),n=xc({issueData:e,data:r.data,path:r.path,errorMaps:[r.common.contextualErrorMap,r.schemaErrorMap,t,t===ts?void 0:ts].filter(i=>!!i)});r.common.issues.push(n)}class ir{constructor(){this.value="valid"}dirty(){this.value==="valid"&&(this.value="dirty")}abort(){this.value!=="aborted"&&(this.value="aborted")}static mergeArray(e,t){const n=[];for(const i of t){if(i.status==="aborted")return Ce;i.status==="dirty"&&e.dirty(),n.push(i.value)}return{status:e.value,value:n}}static async mergeObjectAsync(e,t){const n=[];for(const i of t){const s=await i.key,o=await i.value;n.push({key:s,value:o})}return ir.mergeObjectSync(e,n)}static mergeObjectSync(e,t){const n={};for(const i of t){const{key:s,value:o}=i;if(s.status==="aborted"||o.status==="aborted")return Ce;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}}}const Ce=Object.freeze({status:"aborted"}),rs=r=>({status:"dirty",value:r}),hr=r=>({status:"valid",value:r}),gf=r=>r.status==="aborted",vf=r=>r.status==="dirty",Js=r=>r.status==="valid",Xs=r=>typeof Promise<"u"&&r instanceof Promise;function Ac(r,e,t,n){if(typeof e=="function"?r!==e||!n:!e.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return e.get(r)}function S0(r,e,t,n,i){if(typeof e=="function"?r!==e||!i:!e.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return e.set(r,t),t}typeof SuppressedError=="function"&&SuppressedError;var xe;(function(r){r.errToObj=e=>typeof e=="string"?{message:e}:e||{},r.toString=e=>typeof e=="string"?e:e==null?void 0:e.message})(xe||(xe={}));var Qs,eo;class on{constructor(e,t,n,i){this._cachedPath=[],this.parent=e,this.data=t,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}}const _0=(r,e)=>{if(Js(e))return{success:!0,data:e.value};if(!r.common.issues.length)throw new Error("Validation failed but no issues detected.");return{success:!1,get error(){if(this._error)return this._error;const t=new Ir(r.common.issues);return this._error=t,this._error}}};function Fe(r){if(!r)return{};const{errorMap:e,invalid_type_error:t,required_error:n,description:i}=r;if(e&&(t||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,c)=>{var u,h;const{message:v}=r;return o.code==="invalid_enum_value"?{message:v??c.defaultError}:typeof c.data>"u"?{message:(u=v??n)!==null&&u!==void 0?u:c.defaultError}:o.code!=="invalid_type"?{message:c.defaultError}:{message:(h=v??t)!==null&&h!==void 0?h:c.defaultError}},description:i}}class Ye{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)}get description(){return this._def.description}_getType(e){return Kn(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:Kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new ir,ctx:{common:e.parent.common,data:e.data,parsedType:Kn(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){const t=this._parse(e);if(Xs(t))throw new Error("Synchronous parse encountered promise.");return t}_parseAsync(e){const t=this._parse(e);return Promise.resolve(t)}parse(e,t){const n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){var n;const i={common:{issues:[],async:(n=t==null?void 0:t.async)!==null&&n!==void 0?n:!1,contextualErrorMap:t==null?void 0:t.errorMap},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Kn(e)},s=this._parseSync({data:e,path:i.path,parent:i});return _0(i,s)}async parseAsync(e,t){const n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){const n={common:{issues:[],contextualErrorMap:t==null?void 0:t.errorMap,async:!0},path:(t==null?void 0:t.path)||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:Kn(e)},i=this._parse({data:e,path:n.path,parent:n}),s=await(Xs(i)?i:Promise.resolve(i));return _0(n,s)}refine(e,t){const n=i=>typeof t=="string"||typeof t>"u"?{message:t}:typeof t=="function"?t(i):t;return this._refinement((i,s)=>{const o=e(i),c=()=>s.addIssue({code:F.custom,...n(i)});return typeof Promise<"u"&&o instanceof Promise?o.then(u=>u?!0:(c(),!1)):o?!0:(c(),!1)})}refinement(e,t){return this._refinement((n,i)=>e(n)?!0:(i.addIssue(typeof t=="function"?t(n,i):t),!1))}_refinement(e){return new Zr({schema:this,typeName:Ee.ZodEffects,effect:{type:"refinement",refinement:e}})}superRefine(e){return this._refinement(e)}optional(){return cn.create(this,this._def)}nullable(){return Yn.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return qr.create(this,this._def)}promise(){return os.create(this,this._def)}or(e){return io.create([this,e],this._def)}and(e){return so.create(this,e,this._def)}transform(e){return new Zr({...Fe(this._def),schema:this,typeName:Ee.ZodEffects,effect:{type:"transform",transform:e}})}default(e){const t=typeof e=="function"?e:()=>e;return new uo({...Fe(this._def),innerType:this,defaultValue:t,typeName:Ee.ZodDefault})}brand(){return new bf({typeName:Ee.ZodBranded,type:this,...Fe(this._def)})}catch(e){const t=typeof e=="function"?e:()=>e;return new fo({...Fe(this._def),innerType:this,catchValue:t,typeName:Ee.ZodCatch})}describe(e){const t=this.constructor;return new t({...this._def,description:e})}pipe(e){return ho.create(this,e)}readonly(){return po.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}}const xm=/^c[^\s-]{8,}$/i,Am=/^[0-9a-z]+$/,Sm=/^[0-9A-HJKMNP-TV-Z]{26}$/,_m=/^[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,Em=/^[a-z0-9_-]{21}$/i,Im=/^[-+]?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)?)??$/,km=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Cm="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";let mf;const Bm=/^(?:(?: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])$/,Om=/^(([a-f0-9]{1,4}:){7}|::([a-f0-9]{1,4}:){0,6}|([a-f0-9]{1,4}:){1}:([a-f0-9]{1,4}:){0,5}|([a-f0-9]{1,4}:){2}:([a-f0-9]{1,4}:){0,4}|([a-f0-9]{1,4}:){3}:([a-f0-9]{1,4}:){0,3}|([a-f0-9]{1,4}:){4}:([a-f0-9]{1,4}:){0,2}|([a-f0-9]{1,4}:){5}:([a-f0-9]{1,4}:){0,1})([a-f0-9]{1,4}|(((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2}))\.){3}((25[0-5])|(2[0-4][0-9])|(1[0-9]{2})|([0-9]{1,2})))$/,Tm=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,E0="((\\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])))",Nm=new RegExp(`^${E0}$`);function I0(r){let e="([01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d";return r.precision?e=`${e}\\.\\d{${r.precision}}`:r.precision==null&&(e=`${e}(\\.\\d+)?`),e}function Pm(r){return new RegExp(`^${I0(r)}$`)}function k0(r){let e=`${E0}T${I0(r)}`;const t=[];return t.push(r.local?"Z?":"Z"),r.offset&&t.push("([+-]\\d{2}:?\\d{2})"),e=`${e}(${t.join("|")})`,new RegExp(`^${e}$`)}function jm(r,e){return!!((e==="v4"||!e)&&Bm.test(r)||(e==="v6"||!e)&&Om.test(r))}class Kr extends Ye{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==ne.string){const s=this._getOrReturnCtx(e);return J(s,{code:F.invalid_type,expected:ne.string,received:s.parsedType}),Ce}const n=new ir;let i;for(const s of this._def.checks)if(s.kind==="min")e.data.length<s.value&&(i=this._getOrReturnCtx(e,i),J(i,{code:F.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),J(i,{code:F.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!1,message:s.message}),n.dirty());else if(s.kind==="length"){const o=e.data.length>s.value,c=e.data.length<s.value;(o||c)&&(i=this._getOrReturnCtx(e,i),o?J(i,{code:F.too_big,maximum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}):c&&J(i,{code:F.too_small,minimum:s.value,type:"string",inclusive:!0,exact:!0,message:s.message}),n.dirty())}else if(s.kind==="email")km.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"email",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="emoji")mf||(mf=new RegExp(Cm,"u")),mf.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"emoji",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="uuid")_m.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"uuid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="nanoid")Em.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"nanoid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid")xm.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"cuid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="cuid2")Am.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"cuid2",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="ulid")Sm.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"ulid",code:F.invalid_string,message:s.message}),n.dirty());else if(s.kind==="url")try{new URL(e.data)}catch{i=this._getOrReturnCtx(e,i),J(i,{validation:"url",code:F.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),J(i,{validation:"regex",code:F.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),J(i,{code:F.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),J(i,{code:F.invalid_string,validation:{startsWith:s.value},message:s.message}),n.dirty()):s.kind==="endsWith"?e.data.endsWith(s.value)||(i=this._getOrReturnCtx(e,i),J(i,{code:F.invalid_string,validation:{endsWith:s.value},message:s.message}),n.dirty()):s.kind==="datetime"?k0(s).test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{code:F.invalid_string,validation:"datetime",message:s.message}),n.dirty()):s.kind==="date"?Nm.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{code:F.invalid_string,validation:"date",message:s.message}),n.dirty()):s.kind==="time"?Pm(s).test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{code:F.invalid_string,validation:"time",message:s.message}),n.dirty()):s.kind==="duration"?Im.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"duration",code:F.invalid_string,message:s.message}),n.dirty()):s.kind==="ip"?jm(e.data,s.version)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"ip",code:F.invalid_string,message:s.message}),n.dirty()):s.kind==="base64"?Tm.test(e.data)||(i=this._getOrReturnCtx(e,i),J(i,{validation:"base64",code:F.invalid_string,message:s.message}),n.dirty()):at.assertNever(s);return{status:n.value,value:e.data}}_regex(e,t,n){return this.refinement(i=>e.test(i),{validation:t,code:F.invalid_string,...xe.errToObj(n)})}_addCheck(e){return new Kr({...this._def,checks:[...this._def.checks,e]})}email(e){return this._addCheck({kind:"email",...xe.errToObj(e)})}url(e){return this._addCheck({kind:"url",...xe.errToObj(e)})}emoji(e){return this._addCheck({kind:"emoji",...xe.errToObj(e)})}uuid(e){return this._addCheck({kind:"uuid",...xe.errToObj(e)})}nanoid(e){return this._addCheck({kind:"nanoid",...xe.errToObj(e)})}cuid(e){return this._addCheck({kind:"cuid",...xe.errToObj(e)})}cuid2(e){return this._addCheck({kind:"cuid2",...xe.errToObj(e)})}ulid(e){return this._addCheck({kind:"ulid",...xe.errToObj(e)})}base64(e){return this._addCheck({kind:"base64",...xe.errToObj(e)})}ip(e){return this._addCheck({kind:"ip",...xe.errToObj(e)})}datetime(e){var t,n;return typeof e=="string"?this._addCheck({kind:"datetime",precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:"datetime",precision:typeof(e==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,offset:(t=e==null?void 0:e.offset)!==null&&t!==void 0?t:!1,local:(n=e==null?void 0:e.local)!==null&&n!==void 0?n:!1,...xe.errToObj(e==null?void 0: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==null?void 0:e.precision)>"u"?null:e==null?void 0:e.precision,...xe.errToObj(e==null?void 0:e.message)})}duration(e){return this._addCheck({kind:"duration",...xe.errToObj(e)})}regex(e,t){return this._addCheck({kind:"regex",regex:e,...xe.errToObj(t)})}includes(e,t){return this._addCheck({kind:"includes",value:e,position:t==null?void 0:t.position,...xe.errToObj(t==null?void 0:t.message)})}startsWith(e,t){return this._addCheck({kind:"startsWith",value:e,...xe.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:"endsWith",value:e,...xe.errToObj(t)})}min(e,t){return this._addCheck({kind:"min",value:e,...xe.errToObj(t)})}max(e,t){return this._addCheck({kind:"max",value:e,...xe.errToObj(t)})}length(e,t){return this._addCheck({kind:"length",value:e,...xe.errToObj(t)})}nonempty(e){return this.min(1,xe.errToObj(e))}trim(){return new Kr({...this._def,checks:[...this._def.checks,{kind:"trim"}]})}toLowerCase(){return new Kr({...this._def,checks:[...this._def.checks,{kind:"toLowerCase"}]})}toUpperCase(){return new Kr({...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 isBase64(){return!!this._def.checks.find(e=>e.kind==="base64")}get minLength(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Kr.create=r=>{var e;return new Kr({checks:[],typeName:Ee.ZodString,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Fe(r)})};function Rm(r,e){const t=(r.toString().split(".")[1]||"").length,n=(e.toString().split(".")[1]||"").length,i=t>n?t:n,s=parseInt(r.toFixed(i).replace(".","")),o=parseInt(e.toFixed(i).replace(".",""));return s%o/Math.pow(10,i)}class qn extends Ye{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)!==ne.number){const s=this._getOrReturnCtx(e);return J(s,{code:F.invalid_type,expected:ne.number,received:s.parsedType}),Ce}let n;const i=new ir;for(const s of this._def.checks)s.kind==="int"?at.isInteger(e.data)||(n=this._getOrReturnCtx(e,n),J(n,{code:F.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),J(n,{code:F.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),J(n,{code:F.too_big,maximum:s.value,type:"number",inclusive:s.inclusive,exact:!1,message:s.message}),i.dirty()):s.kind==="multipleOf"?Rm(e.data,s.value)!==0&&(n=this._getOrReturnCtx(e,n),J(n,{code:F.not_multiple_of,multipleOf:s.value,message:s.message}),i.dirty()):s.kind==="finite"?Number.isFinite(e.data)||(n=this._getOrReturnCtx(e,n),J(n,{code:F.not_finite,message:s.message}),i.dirty()):at.assertNever(s);return{status:i.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,xe.toString(t))}gt(e,t){return this.setLimit("min",e,!1,xe.toString(t))}lte(e,t){return this.setLimit("max",e,!0,xe.toString(t))}lt(e,t){return this.setLimit("max",e,!1,xe.toString(t))}setLimit(e,t,n,i){return new qn({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:xe.toString(i)}]})}_addCheck(e){return new qn({...this._def,checks:[...this._def.checks,e]})}int(e){return this._addCheck({kind:"int",message:xe.toString(e)})}positive(e){return this._addCheck({kind:"min",value:0,inclusive:!1,message:xe.toString(e)})}negative(e){return this._addCheck({kind:"max",value:0,inclusive:!1,message:xe.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:0,inclusive:!0,message:xe.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:0,inclusive:!0,message:xe.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:xe.toString(t)})}finite(e){return this._addCheck({kind:"finite",message:xe.toString(e)})}safe(e){return this._addCheck({kind:"min",inclusive:!0,value:Number.MIN_SAFE_INTEGER,message:xe.toString(e)})._addCheck({kind:"max",inclusive:!0,value:Number.MAX_SAFE_INTEGER,message:xe.toString(e)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind==="int"||e.kind==="multipleOf"&&at.isInteger(e.value))}get isFinite(){let e=null,t=null;for(const n of this._def.checks){if(n.kind==="finite"||n.kind==="int"||n.kind==="multipleOf")return!0;n.kind==="min"?(t===null||n.value>t)&&(t=n.value):n.kind==="max"&&(e===null||n.value<e)&&(e=n.value)}return Number.isFinite(t)&&Number.isFinite(e)}}qn.create=r=>new qn({checks:[],typeName:Ee.ZodNumber,coerce:(r==null?void 0:r.coerce)||!1,...Fe(r)});class Zn extends Ye{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce&&(e.data=BigInt(e.data)),this._getType(e)!==ne.bigint){const s=this._getOrReturnCtx(e);return J(s,{code:F.invalid_type,expected:ne.bigint,received:s.parsedType}),Ce}let n;const i=new ir;for(const s of this._def.checks)s.kind==="min"?(s.inclusive?e.data<s.value:e.data<=s.value)&&(n=this._getOrReturnCtx(e,n),J(n,{code:F.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),J(n,{code:F.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),J(n,{code:F.not_multiple_of,multipleOf:s.value,message:s.message}),i.dirty()):at.assertNever(s);return{status:i.value,value:e.data}}gte(e,t){return this.setLimit("min",e,!0,xe.toString(t))}gt(e,t){return this.setLimit("min",e,!1,xe.toString(t))}lte(e,t){return this.setLimit("max",e,!0,xe.toString(t))}lt(e,t){return this.setLimit("max",e,!1,xe.toString(t))}setLimit(e,t,n,i){return new Zn({...this._def,checks:[...this._def.checks,{kind:e,value:t,inclusive:n,message:xe.toString(i)}]})}_addCheck(e){return new Zn({...this._def,checks:[...this._def.checks,e]})}positive(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!1,message:xe.toString(e)})}negative(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!1,message:xe.toString(e)})}nonpositive(e){return this._addCheck({kind:"max",value:BigInt(0),inclusive:!0,message:xe.toString(e)})}nonnegative(e){return this._addCheck({kind:"min",value:BigInt(0),inclusive:!0,message:xe.toString(e)})}multipleOf(e,t){return this._addCheck({kind:"multipleOf",value:e,message:xe.toString(t)})}get minValue(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e}}Zn.create=r=>{var e;return new Zn({checks:[],typeName:Ee.ZodBigInt,coerce:(e=r==null?void 0:r.coerce)!==null&&e!==void 0?e:!1,...Fe(r)})};class to extends Ye{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==ne.boolean){const n=this._getOrReturnCtx(e);return J(n,{code:F.invalid_type,expected:ne.boolean,received:n.parsedType}),Ce}return hr(e.data)}}to.create=r=>new to({typeName:Ee.ZodBoolean,coerce:(r==null?void 0:r.coerce)||!1,...Fe(r)});class Ai extends Ye{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==ne.date){const s=this._getOrReturnCtx(e);return J(s,{code:F.invalid_type,expected:ne.date,received:s.parsedType}),Ce}if(isNaN(e.data.getTime())){const s=this._getOrReturnCtx(e);return J(s,{code:F.invalid_date}),Ce}const n=new ir;let i;for(const s of this._def.checks)s.kind==="min"?e.data.getTime()<s.value&&(i=this._getOrReturnCtx(e,i),J(i,{code:F.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),J(i,{code:F.too_big,message:s.message,inclusive:!0,exact:!1,maximum:s.value,type:"date"}),n.dirty()):at.assertNever(s);return{status:n.value,value:new Date(e.data.getTime())}}_addCheck(e){return new Ai({...this._def,checks:[...this._def.checks,e]})}min(e,t){return this._addCheck({kind:"min",value:e.getTime(),message:xe.toString(t)})}max(e,t){return this._addCheck({kind:"max",value:e.getTime(),message:xe.toString(t)})}get minDate(){let e=null;for(const t of this._def.checks)t.kind==="min"&&(e===null||t.value>e)&&(e=t.value);return e!=null?new Date(e):null}get maxDate(){let e=null;for(const t of this._def.checks)t.kind==="max"&&(e===null||t.value<e)&&(e=t.value);return e!=null?new Date(e):null}}Ai.create=r=>new Ai({checks:[],coerce:(r==null?void 0:r.coerce)||!1,typeName:Ee.ZodDate,...Fe(r)});class Sc extends Ye{_parse(e){if(this._getType(e)!==ne.symbol){const n=this._getOrReturnCtx(e);return J(n,{code:F.invalid_type,expected:ne.symbol,received:n.parsedType}),Ce}return hr(e.data)}}Sc.create=r=>new Sc({typeName:Ee.ZodSymbol,...Fe(r)});class ro extends Ye{_parse(e){if(this._getType(e)!==ne.undefined){const n=this._getOrReturnCtx(e);return J(n,{code:F.invalid_type,expected:ne.undefined,received:n.parsedType}),Ce}return hr(e.data)}}ro.create=r=>new ro({typeName:Ee.ZodUndefined,...Fe(r)});class no extends Ye{_parse(e){if(this._getType(e)!==ne.null){const n=this._getOrReturnCtx(e);return J(n,{code:F.invalid_type,expected:ne.null,received:n.parsedType}),Ce}return hr(e.data)}}no.create=r=>new no({typeName:Ee.ZodNull,...Fe(r)});class ns extends Ye{constructor(){super(...arguments),this._any=!0}_parse(e){return hr(e.data)}}ns.create=r=>new ns({typeName:Ee.ZodAny,...Fe(r)});class Si extends Ye{constructor(){super(...arguments),this._unknown=!0}_parse(e){return hr(e.data)}}Si.create=r=>new Si({typeName:Ee.ZodUnknown,...Fe(r)});class Cn extends Ye{_parse(e){const t=this._getOrReturnCtx(e);return J(t,{code:F.invalid_type,expected:ne.never,received:t.parsedType}),Ce}}Cn.create=r=>new Cn({typeName:Ee.ZodNever,...Fe(r)});class _c extends Ye{_parse(e){if(this._getType(e)!==ne.undefined){const n=this._getOrReturnCtx(e);return J(n,{code:F.invalid_type,expected:ne.void,received:n.parsedType}),Ce}return hr(e.data)}}_c.create=r=>new _c({typeName:Ee.ZodVoid,...Fe(r)});class qr extends Ye{_parse(e){const{ctx:t,status:n}=this._processInputParams(e),i=this._def;if(t.parsedType!==ne.array)return J(t,{code:F.invalid_type,expected:ne.array,received:t.parsedType}),Ce;if(i.exactLength!==null){const o=t.data.length>i.exactLength.value,c=t.data.length<i.exactLength.value;(o||c)&&(J(t,{code:o?F.too_big:F.too_small,minimum:c?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&&t.data.length<i.minLength.value&&(J(t,{code:F.too_small,minimum:i.minLength.value,type:"array",inclusive:!0,exact:!1,message:i.minLength.message}),n.dirty()),i.maxLength!==null&&t.data.length>i.maxLength.value&&(J(t,{code:F.too_big,maximum:i.maxLength.value,type:"array",inclusive:!0,exact:!1,message:i.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((o,c)=>i.type._parseAsync(new on(t,o,t.path,c)))).then(o=>ir.mergeArray(n,o));const s=[...t.data].map((o,c)=>i.type._parseSync(new on(t,o,t.path,c)));return ir.mergeArray(n,s)}get element(){return this._def.type}min(e,t){return new qr({...this._def,minLength:{value:e,message:xe.toString(t)}})}max(e,t){return new qr({...this._def,maxLength:{value:e,message:xe.toString(t)}})}length(e,t){return new qr({...this._def,exactLength:{value:e,message:xe.toString(t)}})}nonempty(e){return this.min(1,e)}}qr.create=(r,e)=>new qr({type:r,minLength:null,maxLength:null,exactLength:null,typeName:Ee.ZodArray,...Fe(e)});function is(r){if(r instanceof Tt){const e={};for(const t in r.shape){const n=r.shape[t];e[t]=cn.create(is(n))}return new Tt({...r._def,shape:()=>e})}else return r instanceof qr?new qr({...r._def,type:is(r.element)}):r instanceof cn?cn.create(is(r.unwrap())):r instanceof Yn?Yn.create(is(r.unwrap())):r instanceof an?an.create(r.items.map(e=>is(e))):r}class Tt extends Ye{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;const e=this._def.shape(),t=at.objectKeys(e);return this._cached={shape:e,keys:t}}_parse(e){if(this._getType(e)!==ne.object){const h=this._getOrReturnCtx(e);return J(h,{code:F.invalid_type,expected:ne.object,received:h.parsedType}),Ce}const{status:n,ctx:i}=this._processInputParams(e),{shape:s,keys:o}=this._getCached(),c=[];if(!(this._def.catchall instanceof Cn&&this._def.unknownKeys==="strip"))for(const h in i.data)o.includes(h)||c.push(h);const u=[];for(const h of o){const v=s[h],b=i.data[h];u.push({key:{status:"valid",value:h},value:v._parse(new on(i,b,i.path,h)),alwaysSet:h in i.data})}if(this._def.catchall instanceof Cn){const h=this._def.unknownKeys;if(h==="passthrough")for(const v of c)u.push({key:{status:"valid",value:v},value:{status:"valid",value:i.data[v]}});else if(h==="strict")c.length>0&&(J(i,{code:F.unrecognized_keys,keys:c}),n.dirty());else if(h!=="strip")throw new Error("Internal ZodObject error: invalid unknownKeys value.")}else{const h=this._def.catchall;for(const v of c){const b=i.data[v];u.push({key:{status:"valid",value:v},value:h._parse(new on(i,b,i.path,v)),alwaysSet:v in i.data})}}return i.common.async?Promise.resolve().then(async()=>{const h=[];for(const v of u){const b=await v.key,G=await v.value;h.push({key:b,value:G,alwaysSet:v.alwaysSet})}return h}).then(h=>ir.mergeObjectSync(n,h)):ir.mergeObjectSync(n,u)}get shape(){return this._def.shape()}strict(e){return xe.errToObj,new Tt({...this._def,unknownKeys:"strict",...e!==void 0?{errorMap:(t,n)=>{var i,s,o,c;const u=(o=(s=(i=this._def).errorMap)===null||s===void 0?void 0:s.call(i,t,n).message)!==null&&o!==void 0?o:n.defaultError;return t.code==="unrecognized_keys"?{message:(c=xe.errToObj(e).message)!==null&&c!==void 0?c:u}:{message:u}}}:{}})}strip(){return new Tt({...this._def,unknownKeys:"strip"})}passthrough(){return new Tt({...this._def,unknownKeys:"passthrough"})}extend(e){return new Tt({...this._def,shape:()=>({...this._def.shape(),...e})})}merge(e){return new Tt({unknownKeys:e._def.unknownKeys,catchall:e._def.catchall,shape:()=>({...this._def.shape(),...e._def.shape()}),typeName:Ee.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(e){return new Tt({...this._def,catchall:e})}pick(e){const t={};return at.objectKeys(e).forEach(n=>{e[n]&&this.shape[n]&&(t[n]=this.shape[n])}),new Tt({...this._def,shape:()=>t})}omit(e){const t={};return at.objectKeys(this.shape).forEach(n=>{e[n]||(t[n]=this.shape[n])}),new Tt({...this._def,shape:()=>t})}deepPartial(){return is(this)}partial(e){const t={};return at.objectKeys(this.shape).forEach(n=>{const i=this.shape[n];e&&!e[n]?t[n]=i:t[n]=i.optional()}),new Tt({...this._def,shape:()=>t})}required(e){const t={};return at.objectKeys(this.shape).forEach(n=>{if(e&&!e[n])t[n]=this.shape[n];else{let s=this.shape[n];for(;s instanceof cn;)s=s._def.innerType;t[n]=s}}),new Tt({...this._def,shape:()=>t})}keyof(){return C0(at.objectKeys(this.shape))}}Tt.create=(r,e)=>new Tt({shape:()=>r,unknownKeys:"strip",catchall:Cn.create(),typeName:Ee.ZodObject,...Fe(e)}),Tt.strictCreate=(r,e)=>new Tt({shape:()=>r,unknownKeys:"strict",catchall:Cn.create(),typeName:Ee.ZodObject,...Fe(e)}),Tt.lazycreate=(r,e)=>new Tt({shape:r,unknownKeys:"strip",catchall:Cn.create(),typeName:Ee.ZodObject,...Fe(e)});class io extends Ye{_parse(e){const{ctx:t}=this._processInputParams(e),n=this._def.options;function i(s){for(const c of s)if(c.result.status==="valid")return c.result;for(const c of s)if(c.result.status==="dirty")return t.common.issues.push(...c.ctx.common.issues),c.result;const o=s.map(c=>new Ir(c.ctx.common.issues));return J(t,{code:F.invalid_union,unionErrors:o}),Ce}if(t.common.async)return Promise.all(n.map(async s=>{const o={...t,common:{...t.common,issues:[]},parent:null};return{result:await s._parseAsync({data:t.data,path:t.path,parent:o}),ctx:o}})).then(i);{let s;const o=[];for(const u of n){const h={...t,common:{...t.common,issues:[]},parent:null},v=u._parseSync({data:t.data,path:t.path,parent:h});if(v.status==="valid")return v;v.status==="dirty"&&!s&&(s={result:v,ctx:h}),h.common.issues.length&&o.push(h.common.issues)}if(s)return t.common.issues.push(...s.ctx.common.issues),s.result;const c=o.map(u=>new Ir(u));return J(t,{code:F.invalid_union,unionErrors:c}),Ce}}get options(){return this._def.options}}io.create=(r,e)=>new io({options:r,typeName:Ee.ZodUnion,...Fe(e)});const Bn=r=>r instanceof ao?Bn(r.schema):r instanceof Zr?Bn(r.innerType()):r instanceof co?[r.value]:r instanceof Wn?r.options:r instanceof lo?at.objectValues(r.enum):r instanceof uo?Bn(r._def.innerType):r instanceof ro?[void 0]:r instanceof no?[null]:r instanceof cn?[void 0,...Bn(r.unwrap())]:r instanceof Yn?[null,...Bn(r.unwrap())]:r instanceof bf||r instanceof po?Bn(r.unwrap()):r instanceof fo?Bn(r._def.innerType):[];class Ec extends Ye{_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==ne.object)return J(t,{code:F.invalid_type,expected:ne.object,received:t.parsedType}),Ce;const n=this.discriminator,i=t.data[n],s=this.optionsMap.get(i);return s?t.common.async?s._parseAsync({data:t.data,path:t.path,parent:t}):s._parseSync({data:t.data,path:t.path,parent:t}):(J(t,{code:F.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),Ce)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(e,t,n){const i=new Map;for(const s of t){const o=Bn(s.shape[e]);if(!o.length)throw new Error(`A discriminator value for key \`${e}\` could not be extracted from all schema options`);for(const c of o){if(i.has(c))throw new Error(`Discriminator property ${String(e)} has duplicate value ${String(c)}`);i.set(c,s)}}return new Ec({typeName:Ee.ZodDiscriminatedUnion,discriminator:e,options:t,optionsMap:i,...Fe(n)})}}function wf(r,e){const t=Kn(r),n=Kn(e);if(r===e)return{valid:!0,data:r};if(t===ne.object&&n===ne.object){const i=at.objectKeys(e),s=at.objectKeys(r).filter(c=>i.indexOf(c)!==-1),o={...r,...e};for(const c of s){const u=wf(r[c],e[c]);if(!u.valid)return{valid:!1};o[c]=u.data}return{valid:!0,data:o}}else if(t===ne.array&&n===ne.array){if(r.length!==e.length)return{valid:!1};const i=[];for(let s=0;s<r.length;s++){const o=r[s],c=e[s],u=wf(o,c);if(!u.valid)return{valid:!1};i.push(u.data)}return{valid:!0,data:i}}else return t===ne.date&&n===ne.date&&+r==+e?{valid:!0,data:r}:{valid:!1}}class so extends Ye{_parse(e){const{status:t,ctx:n}=this._processInputParams(e),i=(s,o)=>{if(gf(s)||gf(o))return Ce;const c=wf(s.value,o.value);return c.valid?((vf(s)||vf(o))&&t.dirty(),{status:t.value,value:c.data}):(J(n,{code:F.invalid_intersection_types}),Ce)};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}))}}so.create=(r,e,t)=>new so({left:r,right:e,typeName:Ee.ZodIntersection,...Fe(t)});class an extends Ye{_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ne.array)return J(n,{code:F.invalid_type,expected:ne.array,received:n.parsedType}),Ce;if(n.data.length<this._def.items.length)return J(n,{code:F.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),Ce;!this._def.rest&&n.data.length>this._def.items.length&&(J(n,{code:F.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:"array"}),t.dirty());const s=[...n.data].map((o,c)=>{const u=this._def.items[c]||this._def.rest;return u?u._parse(new on(n,o,n.path,c)):null}).filter(o=>!!o);return n.common.async?Promise.all(s).then(o=>ir.mergeArray(t,o)):ir.mergeArray(t,s)}get items(){return this._def.items}rest(e){return new an({...this._def,rest:e})}}an.create=(r,e)=>{if(!Array.isArray(r))throw new Error("You must pass an array of schemas to z.tuple([ ... ])");return new an({items:r,typeName:Ee.ZodTuple,rest:null,...Fe(e)})};class oo extends Ye{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ne.object)return J(n,{code:F.invalid_type,expected:ne.object,received:n.parsedType}),Ce;const i=[],s=this._def.keyType,o=this._def.valueType;for(const c in n.data)i.push({key:s._parse(new on(n,c,n.path,c)),value:o._parse(new on(n,n.data[c],n.path,c)),alwaysSet:c in n.data});return n.common.async?ir.mergeObjectAsync(t,i):ir.mergeObjectSync(t,i)}get element(){return this._def.valueType}static create(e,t,n){return t instanceof Ye?new oo({keyType:e,valueType:t,typeName:Ee.ZodRecord,...Fe(n)}):new oo({keyType:Kr.create(),valueType:e,typeName:Ee.ZodRecord,...Fe(t)})}}class Ic extends Ye{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ne.map)return J(n,{code:F.invalid_type,expected:ne.map,received:n.parsedType}),Ce;const i=this._def.keyType,s=this._def.valueType,o=[...n.data.entries()].map(([c,u],h)=>({key:i._parse(new on(n,c,n.path,[h,"key"])),value:s._parse(new on(n,u,n.path,[h,"value"]))}));if(n.common.async){const c=new Map;return Promise.resolve().then(async()=>{for(const u of o){const h=await u.key,v=await u.value;if(h.status==="aborted"||v.status==="aborted")return Ce;(h.status==="dirty"||v.status==="dirty")&&t.dirty(),c.set(h.value,v.value)}return{status:t.value,value:c}})}else{const c=new Map;for(const u of o){const h=u.key,v=u.value;if(h.status==="aborted"||v.status==="aborted")return Ce;(h.status==="dirty"||v.status==="dirty")&&t.dirty(),c.set(h.value,v.value)}return{status:t.value,value:c}}}}Ic.create=(r,e,t)=>new Ic({valueType:e,keyType:r,typeName:Ee.ZodMap,...Fe(t)});class _i extends Ye{_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==ne.set)return J(n,{code:F.invalid_type,expected:ne.set,received:n.parsedType}),Ce;const i=this._def;i.minSize!==null&&n.data.size<i.minSize.value&&(J(n,{code:F.too_small,minimum:i.minSize.value,type:"set",inclusive:!0,exact:!1,message:i.minSize.message}),t.dirty()),i.maxSize!==null&&n.data.size>i.maxSize.value&&(J(n,{code:F.too_big,maximum:i.maxSize.value,type:"set",inclusive:!0,exact:!1,message:i.maxSize.message}),t.dirty());const s=this._def.valueType;function o(u){const h=new Set;for(const v of u){if(v.status==="aborted")return Ce;v.status==="dirty"&&t.dirty(),h.add(v.value)}return{status:t.value,value:h}}const c=[...n.data.values()].map((u,h)=>s._parse(new on(n,u,n.path,h)));return n.common.async?Promise.all(c).then(u=>o(u)):o(c)}min(e,t){return new _i({...this._def,minSize:{value:e,message:xe.toString(t)}})}max(e,t){return new _i({...this._def,maxSize:{value:e,message:xe.toString(t)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}}_i.create=(r,e)=>new _i({valueType:r,minSize:null,maxSize:null,typeName:Ee.ZodSet,...Fe(e)});class ss extends Ye{constructor(){super(...arguments),this.validate=this.implement}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==ne.function)return J(t,{code:F.invalid_type,expected:ne.function,received:t.parsedType}),Ce;function n(c,u){return xc({data:c,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,bc(),ts].filter(h=>!!h),issueData:{code:F.invalid_arguments,argumentsError:u}})}function i(c,u){return xc({data:c,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,bc(),ts].filter(h=>!!h),issueData:{code:F.invalid_return_type,returnTypeError:u}})}const s={errorMap:t.common.contextualErrorMap},o=t.data;if(this._def.returns instanceof os){const c=this;return hr(async function(...u){const h=new Ir([]),v=await c._def.args.parseAsync(u,s).catch(T=>{throw h.addIssue(n(u,T)),h}),b=await Reflect.apply(o,this,v);return await c._def.returns._def.type.parseAsync(b,s).catch(T=>{throw h.addIssue(i(b,T)),h})})}else{const c=this;return hr(function(...u){const h=c._def.args.safeParse(u,s);if(!h.success)throw new Ir([n(u,h.error)]);const v=Reflect.apply(o,this,h.data),b=c._def.returns.safeParse(v,s);if(!b.success)throw new Ir([i(v,b.error)]);return b.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...e){return new ss({...this._def,args:an.create(e).rest(Si.create())})}returns(e){return new ss({...this._def,returns:e})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(e,t,n){return new ss({args:e||an.create([]).rest(Si.create()),returns:t||Si.create(),typeName:Ee.ZodFunction,...Fe(n)})}}class ao extends Ye{get schema(){return this._def.getter()}_parse(e){const{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}}ao.create=(r,e)=>new ao({getter:r,typeName:Ee.ZodLazy,...Fe(e)});class co extends Ye{_parse(e){if(e.data!==this._def.value){const t=this._getOrReturnCtx(e);return J(t,{received:t.data,code:F.invalid_literal,expected:this._def.value}),Ce}return{status:"valid",value:e.data}}get value(){return this._def.value}}co.create=(r,e)=>new co({value:r,typeName:Ee.ZodLiteral,...Fe(e)});function C0(r,e){return new Wn({values:r,typeName:Ee.ZodEnum,...Fe(e)})}class Wn extends Ye{constructor(){super(...arguments),Qs.set(this,void 0)}_parse(e){if(typeof e.data!="string"){const t=this._getOrReturnCtx(e),n=this._def.values;return J(t,{expected:at.joinValues(n),received:t.parsedType,code:F.invalid_type}),Ce}if(Ac(this,Qs)||S0(this,Qs,new Set(this._def.values)),!Ac(this,Qs).has(e.data)){const t=this._getOrReturnCtx(e),n=this._def.values;return J(t,{received:t.data,code:F.invalid_enum_value,options:n}),Ce}return hr(e.data)}get options(){return this._def.values}get enum(){const e={};for(const t of this._def.values)e[t]=t;return e}get Values(){const e={};for(const t of this._def.values)e[t]=t;return e}get Enum(){const e={};for(const t of this._def.values)e[t]=t;return e}extract(e,t=this._def){return Wn.create(e,{...this._def,...t})}exclude(e,t=this._def){return Wn.create(this.options.filter(n=>!e.includes(n)),{...this._def,...t})}}Qs=new WeakMap,Wn.create=C0;class lo extends Ye{constructor(){super(...arguments),eo.set(this,void 0)}_parse(e){const t=at.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==ne.string&&n.parsedType!==ne.number){const i=at.objectValues(t);return J(n,{expected:at.joinValues(i),received:n.parsedType,code:F.invalid_type}),Ce}if(Ac(this,eo)||S0(this,eo,new Set(at.getValidEnumValues(this._def.values))),!Ac(this,eo).has(e.data)){const i=at.objectValues(t);return J(n,{received:n.data,code:F.invalid_enum_value,options:i}),Ce}return hr(e.data)}get enum(){return this._def.values}}eo=new WeakMap,lo.create=(r,e)=>new lo({values:r,typeName:Ee.ZodNativeEnum,...Fe(e)});class os extends Ye{unwrap(){return this._def.type}_parse(e){const{ctx:t}=this._processInputParams(e);if(t.parsedType!==ne.promise&&t.common.async===!1)return J(t,{code:F.invalid_type,expected:ne.promise,received:t.parsedType}),Ce;const n=t.parsedType===ne.promise?t.data:Promise.resolve(t.data);return hr(n.then(i=>this._def.type.parseAsync(i,{path:t.path,errorMap:t.common.contextualErrorMap})))}}os.create=(r,e)=>new os({type:r,typeName:Ee.ZodPromise,...Fe(e)});class Zr extends Ye{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===Ee.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){const{status:t,ctx:n}=this._processInputParams(e),i=this._def.effect||null,s={addIssue:o=>{J(n,o),o.fatal?t.abort():t.dirty()},get path(){return n.path}};if(s.addIssue=s.addIssue.bind(s),i.type==="preprocess"){const o=i.transform(n.data,s);if(n.common.async)return Promise.resolve(o).then(async c=>{if(t.value==="aborted")return Ce;const u=await this._def.schema._parseAsync({data:c,path:n.path,parent:n});return u.status==="aborted"?Ce:u.status==="dirty"||t.value==="dirty"?rs(u.value):u});{if(t.value==="aborted")return Ce;const c=this._def.schema._parseSync({data:o,path:n.path,parent:n});return c.status==="aborted"?Ce:c.status==="dirty"||t.value==="dirty"?rs(c.value):c}}if(i.type==="refinement"){const o=c=>{const u=i.refinement(c,s);if(n.common.async)return Promise.resolve(u);if(u instanceof Promise)throw new Error("Async refinement encountered during synchronous parse operation. Use .parseAsync instead.");return c};if(n.common.async===!1){const c=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return c.status==="aborted"?Ce:(c.status==="dirty"&&t.dirty(),o(c.value),{status:t.value,value:c.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(c=>c.status==="aborted"?Ce:(c.status==="dirty"&&t.dirty(),o(c.value).then(()=>({status:t.value,value:c.value}))))}if(i.type==="transform")if(n.common.async===!1){const o=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!Js(o))return o;const c=i.transform(o.value,s);if(c instanceof Promise)throw new Error("Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.");return{status:t.value,value:c}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(o=>Js(o)?Promise.resolve(i.transform(o.value,s)).then(c=>({status:t.value,value:c})):o);at.assertNever(i)}}Zr.create=(r,e,t)=>new Zr({schema:r,typeName:Ee.ZodEffects,effect:e,...Fe(t)}),Zr.createWithPreprocess=(r,e,t)=>new Zr({schema:e,effect:{type:"preprocess",transform:r},typeName:Ee.ZodEffects,...Fe(t)});class cn extends Ye{_parse(e){return this._getType(e)===ne.undefined?hr(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}cn.create=(r,e)=>new cn({innerType:r,typeName:Ee.ZodOptional,...Fe(e)});class Yn extends Ye{_parse(e){return this._getType(e)===ne.null?hr(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}}Yn.create=(r,e)=>new Yn({innerType:r,typeName:Ee.ZodNullable,...Fe(e)});class uo extends Ye{_parse(e){const{ctx:t}=this._processInputParams(e);let n=t.data;return t.parsedType===ne.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}}uo.create=(r,e)=>new uo({innerType:r,typeName:Ee.ZodDefault,defaultValue:typeof e.default=="function"?e.default:()=>e.default,...Fe(e)});class fo extends Ye{_parse(e){const{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},i=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return Xs(i)?i.then(s=>({status:"valid",value:s.status==="valid"?s.value:this._def.catchValue({get error(){return new Ir(n.common.issues)},input:n.data})})):{status:"valid",value:i.status==="valid"?i.value:this._def.catchValue({get error(){return new Ir(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}}fo.create=(r,e)=>new fo({innerType:r,typeName:Ee.ZodCatch,catchValue:typeof e.catch=="function"?e.catch:()=>e.catch,...Fe(e)});class kc extends Ye{_parse(e){if(this._getType(e)!==ne.nan){const n=this._getOrReturnCtx(e);return J(n,{code:F.invalid_type,expected:ne.nan,received:n.parsedType}),Ce}return{status:"valid",value:e.data}}}kc.create=r=>new kc({typeName:Ee.ZodNaN,...Fe(r)});const Dm=Symbol("zod_brand");class bf extends Ye{_parse(e){const{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}}class ho extends Ye{_parse(e){const{status:t,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{const s=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return s.status==="aborted"?Ce:s.status==="dirty"?(t.dirty(),rs(s.value)):this._def.out._parseAsync({data:s.value,path:n.path,parent:n})})();{const i=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return i.status==="aborted"?Ce:i.status==="dirty"?(t.dirty(),{status:"dirty",value:i.value}):this._def.out._parseSync({data:i.value,path:n.path,parent:n})}}static create(e,t){return new ho({in:e,out:t,typeName:Ee.ZodPipeline})}}class po extends Ye{_parse(e){const t=this._def.innerType._parse(e),n=i=>(Js(i)&&(i.value=Object.freeze(i.value)),i);return Xs(t)?t.then(i=>n(i)):n(t)}unwrap(){return this._def.innerType}}po.create=(r,e)=>new po({innerType:r,typeName:Ee.ZodReadonly,...Fe(e)});function B0(r,e={},t){return r?ns.create().superRefine((n,i)=>{var s,o;if(!r(n)){const c=typeof e=="function"?e(n):typeof e=="string"?{message:e}:e,u=(o=(s=c.fatal)!==null&&s!==void 0?s:t)!==null&&o!==void 0?o:!0,h=typeof c=="string"?{message:c}:c;i.addIssue({code:"custom",...h,fatal:u})}}):ns.create()}const Um={object:Tt.lazycreate};var Ee;(function(r){r.ZodString="ZodString",r.ZodNumber="ZodNumber",r.ZodNaN="ZodNaN",r.ZodBigInt="ZodBigInt",r.ZodBoolean="ZodBoolean",r.ZodDate="ZodDate",r.ZodSymbol="ZodSymbol",r.ZodUndefined="ZodUndefined",r.ZodNull="ZodNull",r.ZodAny="ZodAny",r.ZodUnknown="ZodUnknown",r.ZodNever="ZodNever",r.ZodVoid="ZodVoid",r.ZodArray="ZodArray",r.ZodObject="ZodObject",r.ZodUnion="ZodUnion",r.ZodDiscriminatedUnion="ZodDiscriminatedUnion",r.ZodIntersection="ZodIntersection",r.ZodTuple="ZodTuple",r.ZodRecord="ZodRecord",r.ZodMap="ZodMap",r.ZodSet="ZodSet",r.ZodFunction="ZodFunction",r.ZodLazy="ZodLazy",r.ZodLiteral="ZodLiteral",r.ZodEnum="ZodEnum",r.ZodEffects="ZodEffects",r.ZodNativeEnum="ZodNativeEnum",r.ZodOptional="ZodOptional",r.ZodNullable="ZodNullable",r.ZodDefault="ZodDefault",r.ZodCatch="ZodCatch",r.ZodPromise="ZodPromise",r.ZodBranded="ZodBranded",r.ZodPipeline="ZodPipeline",r.ZodReadonly="ZodReadonly"})(Ee||(Ee={}));const $m=(r,e={message:`Input not instance of ${r.name}`})=>B0(t=>t instanceof r,e),O0=Kr.create,T0=qn.create,Mm=kc.create,Vm=Zn.create,N0=to.create,Lm=Ai.create,Hm=Sc.create,Fm=ro.create,zm=no.create,Gm=ns.create,Km=Si.create,qm=Cn.create,Zm=_c.create,Wm=qr.create,Ym=Tt.create,Jm=Tt.strictCreate,Xm=io.create,Qm=Ec.create,e1=so.create,t1=an.create,r1=oo.create,n1=Ic.create,i1=_i.create,s1=ss.create,o1=ao.create,a1=co.create,c1=Wn.create,l1=lo.create,u1=os.create,P0=Zr.create,f1=cn.create,h1=Yn.create,d1=Zr.createWithPreprocess,p1=ho.create;var Nt=Object.freeze({__proto__:null,defaultErrorMap:ts,setErrorMap:wm,getErrorMap:bc,makeIssue:xc,EMPTY_PATH:bm,addIssueToContext:J,ParseStatus:ir,INVALID:Ce,DIRTY:rs,OK:hr,isAborted:gf,isDirty:vf,isValid:Js,isAsync:Xs,get util(){return at},get objectUtil(){return yf},ZodParsedType:ne,getParsedType:Kn,ZodType:Ye,datetimeRegex:k0,ZodString:Kr,ZodNumber:qn,ZodBigInt:Zn,ZodBoolean:to,ZodDate:Ai,ZodSymbol:Sc,ZodUndefined:ro,ZodNull:no,ZodAny:ns,ZodUnknown:Si,ZodNever:Cn,ZodVoid:_c,ZodArray:qr,ZodObject:Tt,ZodUnion:io,ZodDiscriminatedUnion:Ec,ZodIntersection:so,ZodTuple:an,ZodRecord:oo,ZodMap:Ic,ZodSet:_i,ZodFunction:ss,ZodLazy:ao,ZodLiteral:co,ZodEnum:Wn,ZodNativeEnum:lo,ZodPromise:os,ZodEffects:Zr,ZodTransformer:Zr,ZodOptional:cn,ZodNullable:Yn,ZodDefault:uo,ZodCatch:fo,ZodNaN:kc,BRAND:Dm,ZodBranded:bf,ZodPipeline:ho,ZodReadonly:po,custom:B0,Schema:Ye,ZodSchema:Ye,late:Um,get ZodFirstPartyTypeKind(){return Ee},coerce:{string:r=>Kr.create({...r,coerce:!0}),number:r=>qn.create({...r,coerce:!0}),boolean:r=>to.create({...r,coerce:!0}),bigint:r=>Zn.create({...r,coerce:!0}),date:r=>Ai.create({...r,coerce:!0})},any:Gm,array:Wm,bigint:Vm,boolean:N0,date:Lm,discriminatedUnion:Qm,effect:P0,enum:c1,function:s1,instanceof:$m,intersection:e1,lazy:o1,literal:a1,map:n1,nan:Mm,nativeEnum:l1,never:qm,null:zm,nullable:h1,number:T0,object:Ym,oboolean:()=>N0().optional(),onumber:()=>T0().optional(),optional:f1,ostring:()=>O0().optional(),pipeline:p1,preprocess:d1,promise:u1,record:r1,set:i1,strictObject:Jm,string:O0,symbol:Hm,transformer:P0,tuple:t1,undefined:Fm,union:Xm,unknown:Km,void:Zm,NEVER:Ce,ZodIssueCode:F,quotelessJson:mm,ZodError:Ir});const Cc=new Uint8Array([48,130,2,17,48,130,1,150,160,3,2,1,2,2,17,0,249,49,117,104,27,144,175,225,29,70,204,180,228,231,248,86,48,10,6,8,42,134,72,206,61,4,3,3,48,73,49,11,48,9,6,3,85,4,6,19,2,85,83,49,15,48,13,6,3,85,4,10,12,6,65,109,97,122,111,110,49,12,48,10,6,3,85,4,11,12,3,65,87,83,49,27,48,25,6,3,85,4,3,12,18,97,119,115,46,110,105,116,114,111,45,101,110,99,108,97,118,101,115,48,30,23,13,49,57,49,48,50,56,49,51,50,56,48,53,90,23,13,52,57,49,48,50,56,49,52,50,56,48,53,90,48,73,49,11,48,9,6,3,85,4,6,19,2,85,83,49,15,48,13,6,3,85,4,10,12,6,65,109,97,122,111,110,49,12,48,10,6,3,85,4,11,12,3,65,87,83,49,27,48,25,6,3,85,4,3,12,18,97,119,115,46,110,105,116,114,111,45,101,110,99,108,97,118,101,115,48,118,48,16,6,7,42,134,72,206,61,2,1,6,5,43,129,4,0,34,3,98,0,4,252,2,84,235,166,8,193,243,104,112,226,154,218,144,190,70,56,50,146,115,110,137,75,255,246,114,217,137,68,75,80,81,229,52,164,177,246,219,227,192,188,88,26,50,183,177,118,7,14,222,18,214,154,63,234,33,27,102,231,82,207,125,209,221,9,95,111,19,112,244,23,8,67,217,220,16,1,33,228,207,99,1,40,9,102,68,135,201,121,98,132,48,77,197,63,244,163,66,48,64,48,15,6,3,85,29,19,1,1,255,4,5,48,3,1,1,255,48,29,6,3,85,29,14,4,22,4,20,144,37,181,13,217,5,71,231,150,195,150,250,114,157,207,153,169,223,75,150,48,14,6,3,85,29,15,1,1,255,4,4,3,2,1,134,48,10,6,8,42,134,72,206,61,4,3,3,3,105,0,48,102,2,49,0,163,127,47,145,161,201,189,94,231,184,98,124,22,152,210,85,3,142,31,3,67,249,91,99,169,98,140,61,57,128,149,69,161,30,188,191,46,59,85,216,174,238,113,180,195,214,173,243,2,49,0,162,243,155,22,5,178,112,40,165,221,75,160,105,181,1,110,101,180,251,222,143,224,6,29,106,83,25,127,156,218,245,217,67,188,97,252,43,235,3,203,111,238,141,35,2,243,223,246]);if(!Cc||Cc.length===0)throw new Error("AWS root certificate is empty or not loaded correctly");const y1=Nt.object({module_id:Nt.string().min(1),digest:Nt.literal("SHA384"),timestamp:Nt.number().min(1677721600),pcrs:Nt.map(Nt.number(),Nt.instanceof(Uint8Array)),certificate:Nt.instanceof(Uint8Array),cabundle:Nt.array(Nt.instanceof(Uint8Array)),public_key:Nt.nullable(Nt.instanceof(Uint8Array)),user_data:Nt.nullable(Nt.instanceof(Uint8Array)),nonce:Nt.nullable(Nt.instanceof(Uint8Array))}),g1=Nt.object({protected:Nt.instanceof(Uint8Array),payload:Nt.instanceof(Uint8Array),signature:Nt.instanceof(Uint8Array)});async function v1(r){try{if(!r)throw new Error("Attestation document is empty.");const e=ps(r),t=wc(e),n=t[0],i=t[2],s=t[3];return g1.parse({protected:n,payload:i,signature:s})}catch(e){throw console.error("Error parsing document data:",e),new Error("Failed to parse document data.")}}async function m1(r){try{const e=wc(r);return y1.parse(e)}catch(e){throw console.error("Error parsing document payload:",e),new Error("Failed to parse document payload.")}}function w1(r,e){const t=["Signature1",r,new Uint8Array(0),e];return yc(t)}async function b1(r,e){try{console.log("SIGNATURE:"),console.log(Br(r.signature));const t=w1(r.protected,r.payload),n=await crypto.subtle.digest("SHA-384",t);return console.log("SIGNATURE STRUCTURE DIGEST:"),console.log(Br(new Uint8Array(n))),await crypto.subtle.verify({name:"ECDSA",hash:"SHA-384"},e,r.signature,t)}catch(t){throw console.error("Error verifying signature:",t),t instanceof Error?new Error(`Signature verification failed: ${t.message}`):new Error(`Signature verification failed: ${t}`)}}async function Ei(r,e,t){try{const n=await v1(r),i=await m1(n.payload);if(!i.nonce)throw new Error("Attestation document does not have a nonce.");const o=new TextDecoder("utf-8").decode(i.nonce);if(t!==o)throw console.log("Nonce mismatch"),console.log("Provided nonce:",t),console.log("Attestation document nonce:",o),new Error("Attestation document's nonce does not match the provided nonce.");const c=[],u=Br(i.cabundle[0]);if(u!==Br(e))throw console.error("Root cert doesn't match first cert"),console.log("First cert base64:",u),console.log("Trusted root cert base64:",Br(e)),new Error("Root cert does not match first cert in attestation document.");for(let I=0;I<i.cabundle.length;I++){const P=new wi(i.cabundle[I]);c.push(P)}const h=new wi(i.certificate),b=await new zv({certificates:c}).build(h);console.log("Chain items:",b);const T=new Date().getTime();for(let I=0;I<b.length;I++){const P=b[I];if(console.log("CERT: ",I),console.log(P.subject),console.log("Not before:",P.notBefore),console.log("Not after:",P.notAfter),console.log(P.toString("pem")),P.notBefore.getTime()>T||P.notAfter.getTime()<T)throw new Error("Certificate is expired.");console.log(`Certificate ${I} is not expired.`)}if(b.length!==i.cabundle.length+1)throw new Error("Certificate chain length does not match length of cabundle.");const m=h.publicKey;console.log("PUBLIC KEY:"),console.log(Br(new Uint8Array(m.rawData)));const A=await m.export(),B=await b1(n,A);if(console.log("Signature verified:",B),!B)throw new Error("Signature verification failed.");return i}catch(n){throw console.error("Error verifying attestation document:",n),n}}const x1=Nt.object({public_key:Nt.nullable(Nt.instanceof(Uint8Array))});async function A1(r){const e=ps(r),n=wc(e)[2],i=wc(n);return await x1.parse(i)}async function S1(r,e){try{const t=await G1(r,e),n=e||$1();return n&&(n==="http://127.0.0.1:3000"||n==="http://localhost:3000"||n==="http://0.0.0.0:3000")?(console.log("DEV MODE: Using fake attestation document"),await A1(t)):await Ei(t,Cc,r)}catch(t){throw t instanceof Error?(console.error("Error verifying attestation document:",t),new Error(`Couldn't process attestation document: ${t.message}`)):(console.error("Error verifying attestation document:",t),new Error("Couldn't process attestation document."))}}function _1(r){throw new Error('Could not dynamically require "'+r+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var j0={exports:{}};const E1=Yy(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));(function(r){(function(e){var t=function(l){var p,d=new Float64Array(16);if(l)for(p=0;p<l.length;p++)d[p]=l[p];return d},n=function(){throw new Error("no PRNG")},i=new Uint8Array(16),s=new Uint8Array(32);s[0]=9;var o=t(),c=t([1]),u=t([56129,1]),h=t([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),v=t([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),b=t([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),G=t([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),T=t([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function m(l,p,d,a){l[p]=d>>24&255,l[p+1]=d>>16&255,l[p+2]=d>>8&255,l[p+3]=d&255,l[p+4]=a>>24&255,l[p+5]=a>>16&255,l[p+6]=a>>8&255,l[p+7]=a&255}function A(l,p,d,a,g){var S,E=0;for(S=0;S<g;S++)E|=l[p+S]^d[a+S];return(1&E-1>>>8)-1}function B(l,p,d,a){return A(l,p,d,a,16)}function I(l,p,d,a){return A(l,p,d,a,32)}function P(l,p,d,a){for(var g=a[0]&255|(a[1]&255)<<8|(a[2]&255)<<16|(a[3]&255)<<24,S=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,E=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,D=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,z=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,we=a[4]&255|(a[5]&255)<<8|(a[6]&255)<<16|(a[7]&255)<<24,X=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,dt=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,oe=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Oe=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,Te=a[8]&255|(a[9]&255)<<8|(a[10]&255)<<16|(a[11]&255)<<24,Ge=d[16]&255|(d[17]&255)<<8|(d[18]&255)<<16|(d[19]&255)<<24,Le=d[20]&255|(d[21]&255)<<8|(d[22]&255)<<16|(d[23]&255)<<24,Ne=d[24]&255|(d[25]&255)<<8|(d[26]&255)<<16|(d[27]&255)<<24,Re=d[28]&255|(d[29]&255)<<8|(d[30]&255)<<16|(d[31]&255)<<24,Pe=a[12]&255|(a[13]&255)<<8|(a[14]&255)<<16|(a[15]&255)<<24,he=g,Se=S,te=E,de=D,me=z,Y=we,C=X,O=dt,V=oe,j=Oe,U=Te,L=Ge,_e=Le,Ke=Ne,We=Re,qe=Pe,w,et=0;et<20;et+=2)w=he+_e|0,me^=w<<7|w>>>25,w=me+he|0,V^=w<<9|w>>>23,w=V+me|0,_e^=w<<13|w>>>19,w=_e+V|0,he^=w<<18|w>>>14,w=Y+Se|0,j^=w<<7|w>>>25,w=j+Y|0,Ke^=w<<9|w>>>23,w=Ke+j|0,Se^=w<<13|w>>>19,w=Se+Ke|0,Y^=w<<18|w>>>14,w=U+C|0,We^=w<<7|w>>>25,w=We+U|0,te^=w<<9|w>>>23,w=te+We|0,C^=w<<13|w>>>19,w=C+te|0,U^=w<<18|w>>>14,w=qe+L|0,de^=w<<7|w>>>25,w=de+qe|0,O^=w<<9|w>>>23,w=O+de|0,L^=w<<13|w>>>19,w=L+O|0,qe^=w<<18|w>>>14,w=he+de|0,Se^=w<<7|w>>>25,w=Se+he|0,te^=w<<9|w>>>23,w=te+Se|0,de^=w<<13|w>>>19,w=de+te|0,he^=w<<18|w>>>14,w=Y+me|0,C^=w<<7|w>>>25,w=C+Y|0,O^=w<<9|w>>>23,w=O+C|0,me^=w<<13|w>>>19,w=me+O|0,Y^=w<<18|w>>>14,w=U+j|0,L^=w<<7|w>>>25,w=L+U|0,V^=w<<9|w>>>23,w=V+L|0,j^=w<<13|w>>>19,w=j+V|0,U^=w<<18|w>>>14,w=qe+We|0,_e^=w<<7|w>>>25,w=_e+qe|0,Ke^=w<<9|w>>>23,w=Ke+_e|0,We^=w<<13|w>>>19,w=We+Ke|0,qe^=w<<18|w>>>14;he=he+g|0,Se=Se+S|0,te=te+E|0,de=de+D|0,me=me+z|0,Y=Y+we|0,C=C+X|0,O=O+dt|0,V=V+oe|0,j=j+Oe|0,U=U+Te|0,L=L+Ge|0,_e=_e+Le|0,Ke=Ke+Ne|0,We=We+Re|0,qe=qe+Pe|0,l[0]=he>>>0&255,l[1]=he>>>8&255,l[2]=he>>>16&255,l[3]=he>>>24&255,l[4]=Se>>>0&255,l[5]=Se>>>8&255,l[6]=Se>>>16&255,l[7]=Se>>>24&255,l[8]=te>>>0&255,l[9]=te>>>8&255,l[10]=te>>>16&255,l[11]=te>>>24&255,l[12]=de>>>0&255,l[13]=de>>>8&255,l[14]=de>>>16&255,l[15]=de>>>24&255,l[16]=me>>>0&255,l[17]=me>>>8&255,l[18]=me>>>16&255,l[19]=me>>>24&255,l[20]=Y>>>0&255,l[21]=Y>>>8&255,l[22]=Y>>>16&255,l[23]=Y>>>24&255,l[24]=C>>>0&255,l[25]=C>>>8&255,l[26]=C>>>16&255,l[27]=C>>>24&255,l[28]=O>>>0&255,l[29]=O>>>8&255,l[30]=O>>>16&255,l[31]=O>>>24&255,l[32]=V>>>0&255,l[33]=V>>>8&255,l[34]=V>>>16&255,l[35]=V>>>24&255,l[36]=j>>>0&255,l[37]=j>>>8&255,l[38]=j>>>16&255,l[39]=j>>>24&255,l[40]=U>>>0&255,l[41]=U>>>8&255,l[42]=U>>>16&255,l[43]=U>>>24&255,l[44]=L>>>0&255,l[45]=L>>>8&255,l[46]=L>>>16&255,l[47]=L>>>24&255,l[48]=_e>>>0&255,l[49]=_e>>>8&255,l[50]=_e>>>16&255,l[51]=_e>>>24&255,l[52]=Ke>>>0&255,l[53]=Ke>>>8&255,l[54]=Ke>>>16&255,l[55]=Ke>>>24&255,l[56]=We>>>0&255,l[57]=We>>>8&255,l[58]=We>>>16&255,l[59]=We>>>24&255,l[60]=qe>>>0&255,l[61]=qe>>>8&255,l[62]=qe>>>16&255,l[63]=qe>>>24&255}function R(l,p,d,a){for(var g=a[0]&255|(a[1]&255)<<8|(a[2]&255)<<16|(a[3]&255)<<24,S=d[0]&255|(d[1]&255)<<8|(d[2]&255)<<16|(d[3]&255)<<24,E=d[4]&255|(d[5]&255)<<8|(d[6]&255)<<16|(d[7]&255)<<24,D=d[8]&255|(d[9]&255)<<8|(d[10]&255)<<16|(d[11]&255)<<24,z=d[12]&255|(d[13]&255)<<8|(d[14]&255)<<16|(d[15]&255)<<24,we=a[4]&255|(a[5]&255)<<8|(a[6]&255)<<16|(a[7]&255)<<24,X=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,dt=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,oe=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Oe=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,Te=a[8]&255|(a[9]&255)<<8|(a[10]&255)<<16|(a[11]&255)<<24,Ge=d[16]&255|(d[17]&255)<<8|(d[18]&255)<<16|(d[19]&255)<<24,Le=d[20]&255|(d[21]&255)<<8|(d[22]&255)<<16|(d[23]&255)<<24,Ne=d[24]&255|(d[25]&255)<<8|(d[26]&255)<<16|(d[27]&255)<<24,Re=d[28]&255|(d[29]&255)<<8|(d[30]&255)<<16|(d[31]&255)<<24,Pe=a[12]&255|(a[13]&255)<<8|(a[14]&255)<<16|(a[15]&255)<<24,he=g,Se=S,te=E,de=D,me=z,Y=we,C=X,O=dt,V=oe,j=Oe,U=Te,L=Ge,_e=Le,Ke=Ne,We=Re,qe=Pe,w,et=0;et<20;et+=2)w=he+_e|0,me^=w<<7|w>>>25,w=me+he|0,V^=w<<9|w>>>23,w=V+me|0,_e^=w<<13|w>>>19,w=_e+V|0,he^=w<<18|w>>>14,w=Y+Se|0,j^=w<<7|w>>>25,w=j+Y|0,Ke^=w<<9|w>>>23,w=Ke+j|0,Se^=w<<13|w>>>19,w=Se+Ke|0,Y^=w<<18|w>>>14,w=U+C|0,We^=w<<7|w>>>25,w=We+U|0,te^=w<<9|w>>>23,w=te+We|0,C^=w<<13|w>>>19,w=C+te|0,U^=w<<18|w>>>14,w=qe+L|0,de^=w<<7|w>>>25,w=de+qe|0,O^=w<<9|w>>>23,w=O+de|0,L^=w<<13|w>>>19,w=L+O|0,qe^=w<<18|w>>>14,w=he+de|0,Se^=w<<7|w>>>25,w=Se+he|0,te^=w<<9|w>>>23,w=te+Se|0,de^=w<<13|w>>>19,w=de+te|0,he^=w<<18|w>>>14,w=Y+me|0,C^=w<<7|w>>>25,w=C+Y|0,O^=w<<9|w>>>23,w=O+C|0,me^=w<<13|w>>>19,w=me+O|0,Y^=w<<18|w>>>14,w=U+j|0,L^=w<<7|w>>>25,w=L+U|0,V^=w<<9|w>>>23,w=V+L|0,j^=w<<13|w>>>19,w=j+V|0,U^=w<<18|w>>>14,w=qe+We|0,_e^=w<<7|w>>>25,w=_e+qe|0,Ke^=w<<9|w>>>23,w=Ke+_e|0,We^=w<<13|w>>>19,w=We+Ke|0,qe^=w<<18|w>>>14;l[0]=he>>>0&255,l[1]=he>>>8&255,l[2]=he>>>16&255,l[3]=he>>>24&255,l[4]=Y>>>0&255,l[5]=Y>>>8&255,l[6]=Y>>>16&255,l[7]=Y>>>24&255,l[8]=U>>>0&255,l[9]=U>>>8&255,l[10]=U>>>16&255,l[11]=U>>>24&255,l[12]=qe>>>0&255,l[13]=qe>>>8&255,l[14]=qe>>>16&255,l[15]=qe>>>24&255,l[16]=C>>>0&255,l[17]=C>>>8&255,l[18]=C>>>16&255,l[19]=C>>>24&255,l[20]=O>>>0&255,l[21]=O>>>8&255,l[22]=O>>>16&255,l[23]=O>>>24&255,l[24]=V>>>0&255,l[25]=V>>>8&255,l[26]=V>>>16&255,l[27]=V>>>24&255,l[28]=j>>>0&255,l[29]=j>>>8&255,l[30]=j>>>16&255,l[31]=j>>>24&255}function pe(l,p,d,a){P(l,p,d,a)}function $e(l,p,d,a){R(l,p,d,a)}var Me=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function ze(l,p,d,a,g,S,E){var D=new Uint8Array(16),z=new Uint8Array(64),we,X;for(X=0;X<16;X++)D[X]=0;for(X=0;X<8;X++)D[X]=S[X];for(;g>=64;){for(pe(z,D,E,Me),X=0;X<64;X++)l[p+X]=d[a+X]^z[X];for(we=1,X=8;X<16;X++)we=we+(D[X]&255)|0,D[X]=we&255,we>>>=8;g-=64,p+=64,a+=64}if(g>0)for(pe(z,D,E,Me),X=0;X<g;X++)l[p+X]=d[a+X]^z[X];return 0}function tt(l,p,d,a,g){var S=new Uint8Array(16),E=new Uint8Array(64),D,z;for(z=0;z<16;z++)S[z]=0;for(z=0;z<8;z++)S[z]=a[z];for(;d>=64;){for(pe(E,S,g,Me),z=0;z<64;z++)l[p+z]=E[z];for(D=1,z=8;z<16;z++)D=D+(S[z]&255)|0,S[z]=D&255,D>>>=8;d-=64,p+=64}if(d>0)for(pe(E,S,g,Me),z=0;z<d;z++)l[p+z]=E[z];return 0}function wt(l,p,d,a,g){var S=new Uint8Array(32);$e(S,a,g,Me);for(var E=new Uint8Array(8),D=0;D<8;D++)E[D]=a[D+16];return tt(l,p,d,E,S)}function vt(l,p,d,a,g,S,E){var D=new Uint8Array(32);$e(D,S,E,Me);for(var z=new Uint8Array(8),we=0;we<8;we++)z[we]=S[we+16];return ze(l,p,d,a,g,z,D)}var ue=function(l){this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.leftover=0,this.fin=0;var p,d,a,g,S,E,D,z;p=l[0]&255|(l[1]&255)<<8,this.r[0]=p&8191,d=l[2]&255|(l[3]&255)<<8,this.r[1]=(p>>>13|d<<3)&8191,a=l[4]&255|(l[5]&255)<<8,this.r[2]=(d>>>10|a<<6)&7939,g=l[6]&255|(l[7]&255)<<8,this.r[3]=(a>>>7|g<<9)&8191,S=l[8]&255|(l[9]&255)<<8,this.r[4]=(g>>>4|S<<12)&255,this.r[5]=S>>>1&8190,E=l[10]&255|(l[11]&255)<<8,this.r[6]=(S>>>14|E<<2)&8191,D=l[12]&255|(l[13]&255)<<8,this.r[7]=(E>>>11|D<<5)&8065,z=l[14]&255|(l[15]&255)<<8,this.r[8]=(D>>>8|z<<8)&8191,this.r[9]=z>>>5&127,this.pad[0]=l[16]&255|(l[17]&255)<<8,this.pad[1]=l[18]&255|(l[19]&255)<<8,this.pad[2]=l[20]&255|(l[21]&255)<<8,this.pad[3]=l[22]&255|(l[23]&255)<<8,this.pad[4]=l[24]&255|(l[25]&255)<<8,this.pad[5]=l[26]&255|(l[27]&255)<<8,this.pad[6]=l[28]&255|(l[29]&255)<<8,this.pad[7]=l[30]&255|(l[31]&255)<<8};ue.prototype.blocks=function(l,p,d){for(var a=this.fin?0:2048,g,S,E,D,z,we,X,dt,oe,Oe,Te,Ge,Le,Ne,Re,Pe,he,Se,te,de=this.h[0],me=this.h[1],Y=this.h[2],C=this.h[3],O=this.h[4],V=this.h[5],j=this.h[6],U=this.h[7],L=this.h[8],_e=this.h[9],Ke=this.r[0],We=this.r[1],qe=this.r[2],w=this.r[3],et=this.r[4],pt=this.r[5],yt=this.r[6],Je=this.r[7],ut=this.r[8],ft=this.r[9];d>=16;)g=l[p+0]&255|(l[p+1]&255)<<8,de+=g&8191,S=l[p+2]&255|(l[p+3]&255)<<8,me+=(g>>>13|S<<3)&8191,E=l[p+4]&255|(l[p+5]&255)<<8,Y+=(S>>>10|E<<6)&8191,D=l[p+6]&255|(l[p+7]&255)<<8,C+=(E>>>7|D<<9)&8191,z=l[p+8]&255|(l[p+9]&255)<<8,O+=(D>>>4|z<<12)&8191,V+=z>>>1&8191,we=l[p+10]&255|(l[p+11]&255)<<8,j+=(z>>>14|we<<2)&8191,X=l[p+12]&255|(l[p+13]&255)<<8,U+=(we>>>11|X<<5)&8191,dt=l[p+14]&255|(l[p+15]&255)<<8,L+=(X>>>8|dt<<8)&8191,_e+=dt>>>5|a,oe=0,Oe=oe,Oe+=de*Ke,Oe+=me*(5*ft),Oe+=Y*(5*ut),Oe+=C*(5*Je),Oe+=O*(5*yt),oe=Oe>>>13,Oe&=8191,Oe+=V*(5*pt),Oe+=j*(5*et),Oe+=U*(5*w),Oe+=L*(5*qe),Oe+=_e*(5*We),oe+=Oe>>>13,Oe&=8191,Te=oe,Te+=de*We,Te+=me*Ke,Te+=Y*(5*ft),Te+=C*(5*ut),Te+=O*(5*Je),oe=Te>>>13,Te&=8191,Te+=V*(5*yt),Te+=j*(5*pt),Te+=U*(5*et),Te+=L*(5*w),Te+=_e*(5*qe),oe+=Te>>>13,Te&=8191,Ge=oe,Ge+=de*qe,Ge+=me*We,Ge+=Y*Ke,Ge+=C*(5*ft),Ge+=O*(5*ut),oe=Ge>>>13,Ge&=8191,Ge+=V*(5*Je),Ge+=j*(5*yt),Ge+=U*(5*pt),Ge+=L*(5*et),Ge+=_e*(5*w),oe+=Ge>>>13,Ge&=8191,Le=oe,Le+=de*w,Le+=me*qe,Le+=Y*We,Le+=C*Ke,Le+=O*(5*ft),oe=Le>>>13,Le&=8191,Le+=V*(5*ut),Le+=j*(5*Je),Le+=U*(5*yt),Le+=L*(5*pt),Le+=_e*(5*et),oe+=Le>>>13,Le&=8191,Ne=oe,Ne+=de*et,Ne+=me*w,Ne+=Y*qe,Ne+=C*We,Ne+=O*Ke,oe=Ne>>>13,Ne&=8191,Ne+=V*(5*ft),Ne+=j*(5*ut),Ne+=U*(5*Je),Ne+=L*(5*yt),Ne+=_e*(5*pt),oe+=Ne>>>13,Ne&=8191,Re=oe,Re+=de*pt,Re+=me*et,Re+=Y*w,Re+=C*qe,Re+=O*We,oe=Re>>>13,Re&=8191,Re+=V*Ke,Re+=j*(5*ft),Re+=U*(5*ut),Re+=L*(5*Je),Re+=_e*(5*yt),oe+=Re>>>13,Re&=8191,Pe=oe,Pe+=de*yt,Pe+=me*pt,Pe+=Y*et,Pe+=C*w,Pe+=O*qe,oe=Pe>>>13,Pe&=8191,Pe+=V*We,Pe+=j*Ke,Pe+=U*(5*ft),Pe+=L*(5*ut),Pe+=_e*(5*Je),oe+=Pe>>>13,Pe&=8191,he=oe,he+=de*Je,he+=me*yt,he+=Y*pt,he+=C*et,he+=O*w,oe=he>>>13,he&=8191,he+=V*qe,he+=j*We,he+=U*Ke,he+=L*(5*ft),he+=_e*(5*ut),oe+=he>>>13,he&=8191,Se=oe,Se+=de*ut,Se+=me*Je,Se+=Y*yt,Se+=C*pt,Se+=O*et,oe=Se>>>13,Se&=8191,Se+=V*w,Se+=j*qe,Se+=U*We,Se+=L*Ke,Se+=_e*(5*ft),oe+=Se>>>13,Se&=8191,te=oe,te+=de*ft,te+=me*ut,te+=Y*Je,te+=C*yt,te+=O*pt,oe=te>>>13,te&=8191,te+=V*et,te+=j*w,te+=U*qe,te+=L*We,te+=_e*Ke,oe+=te>>>13,te&=8191,oe=(oe<<2)+oe|0,oe=oe+Oe|0,Oe=oe&8191,oe=oe>>>13,Te+=oe,de=Oe,me=Te,Y=Ge,C=Le,O=Ne,V=Re,j=Pe,U=he,L=Se,_e=te,p+=16,d-=16;this.h[0]=de,this.h[1]=me,this.h[2]=Y,this.h[3]=C,this.h[4]=O,this.h[5]=V,this.h[6]=j,this.h[7]=U,this.h[8]=L,this.h[9]=_e},ue.prototype.finish=function(l,p){var d=new Uint16Array(10),a,g,S,E;if(this.leftover){for(E=this.leftover,this.buffer[E++]=1;E<16;E++)this.buffer[E]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(a=this.h[1]>>>13,this.h[1]&=8191,E=2;E<10;E++)this.h[E]+=a,a=this.h[E]>>>13,this.h[E]&=8191;for(this.h[0]+=a*5,a=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=a,a=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=a,d[0]=this.h[0]+5,a=d[0]>>>13,d[0]&=8191,E=1;E<10;E++)d[E]=this.h[E]+a,a=d[E]>>>13,d[E]&=8191;for(d[9]-=8192,g=(a^1)-1,E=0;E<10;E++)d[E]&=g;for(g=~g,E=0;E<10;E++)this.h[E]=this.h[E]&g|d[E];for(this.h[0]=(this.h[0]|this.h[1]<<13)&65535,this.h[1]=(this.h[1]>>>3|this.h[2]<<10)&65535,this.h[2]=(this.h[2]>>>6|this.h[3]<<7)&65535,this.h[3]=(this.h[3]>>>9|this.h[4]<<4)&65535,this.h[4]=(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14)&65535,this.h[5]=(this.h[6]>>>2|this.h[7]<<11)&65535,this.h[6]=(this.h[7]>>>5|this.h[8]<<8)&65535,this.h[7]=(this.h[8]>>>8|this.h[9]<<5)&65535,S=this.h[0]+this.pad[0],this.h[0]=S&65535,E=1;E<8;E++)S=(this.h[E]+this.pad[E]|0)+(S>>>16)|0,this.h[E]=S&65535;l[p+0]=this.h[0]>>>0&255,l[p+1]=this.h[0]>>>8&255,l[p+2]=this.h[1]>>>0&255,l[p+3]=this.h[1]>>>8&255,l[p+4]=this.h[2]>>>0&255,l[p+5]=this.h[2]>>>8&255,l[p+6]=this.h[3]>>>0&255,l[p+7]=this.h[3]>>>8&255,l[p+8]=this.h[4]>>>0&255,l[p+9]=this.h[4]>>>8&255,l[p+10]=this.h[5]>>>0&255,l[p+11]=this.h[5]>>>8&255,l[p+12]=this.h[6]>>>0&255,l[p+13]=this.h[6]>>>8&255,l[p+14]=this.h[7]>>>0&255,l[p+15]=this.h[7]>>>8&255},ue.prototype.update=function(l,p,d){var a,g;if(this.leftover){for(g=16-this.leftover,g>d&&(g=d),a=0;a<g;a++)this.buffer[this.leftover+a]=l[p+a];if(d-=g,p+=g,this.leftover+=g,this.leftover<16)return;this.blocks(this.buffer,0,16),this.leftover=0}if(d>=16&&(g=d-d%16,this.blocks(l,p,g),p+=g,d-=g),d){for(a=0;a<d;a++)this.buffer[this.leftover+a]=l[p+a];this.leftover+=d}};function fe(l,p,d,a,g,S){var E=new ue(S);return E.update(d,a,g),E.finish(l,p),0}function ge(l,p,d,a,g,S){var E=new Uint8Array(16);return fe(E,0,d,a,g,S),B(l,p,E,0)}function Ae(l,p,d,a,g){var S;if(d<32)return-1;for(vt(l,0,p,0,d,a,g),fe(l,16,l,32,d-32,l),S=0;S<16;S++)l[S]=0;return 0}function je(l,p,d,a,g){var S,E=new Uint8Array(32);if(d<32||(wt(E,0,32,a,g),ge(p,16,p,32,d-32,E)!==0))return-1;for(vt(l,0,p,0,d,a,g),S=0;S<32;S++)l[S]=0;return 0}function Qe(l,p){var d;for(d=0;d<16;d++)l[d]=p[d]|0}function se(l){var p,d,a=1;for(p=0;p<16;p++)d=l[p]+a+65535,a=Math.floor(d/65536),l[p]=d-a*65536;l[0]+=a-1+37*(a-1)}function ke(l,p,d){for(var a,g=~(d-1),S=0;S<16;S++)a=g&(l[S]^p[S]),l[S]^=a,p[S]^=a}function xt(l,p){var d,a,g,S=t(),E=t();for(d=0;d<16;d++)E[d]=p[d];for(se(E),se(E),se(E),a=0;a<2;a++){for(S[0]=E[0]-65517,d=1;d<15;d++)S[d]=E[d]-65535-(S[d-1]>>16&1),S[d-1]&=65535;S[15]=E[15]-32767-(S[14]>>16&1),g=S[15]>>16&1,S[14]&=65535,ke(E,S,1-g)}for(d=0;d<16;d++)l[2*d]=E[d]&255,l[2*d+1]=E[d]>>8}function Vt(l,p){var d=new Uint8Array(32),a=new Uint8Array(32);return xt(d,l),xt(a,p),I(d,0,a,0)}function Lt(l){var p=new Uint8Array(32);return xt(p,l),p[0]&1}function ce(l,p){var d;for(d=0;d<16;d++)l[d]=p[2*d]+(p[2*d+1]<<8);l[15]&=32767}function lt(l,p,d){for(var a=0;a<16;a++)l[a]=p[a]+d[a]}function At(l,p,d){for(var a=0;a<16;a++)l[a]=p[a]-d[a]}function Q(l,p,d){var a,g,S=0,E=0,D=0,z=0,we=0,X=0,dt=0,oe=0,Oe=0,Te=0,Ge=0,Le=0,Ne=0,Re=0,Pe=0,he=0,Se=0,te=0,de=0,me=0,Y=0,C=0,O=0,V=0,j=0,U=0,L=0,_e=0,Ke=0,We=0,qe=0,w=d[0],et=d[1],pt=d[2],yt=d[3],Je=d[4],ut=d[5],ft=d[6],Ht=d[7],_t=d[8],Dt=d[9],Ut=d[10],$t=d[11],Kt=d[12],sr=d[13],or=d[14],ar=d[15];a=p[0],S+=a*w,E+=a*et,D+=a*pt,z+=a*yt,we+=a*Je,X+=a*ut,dt+=a*ft,oe+=a*Ht,Oe+=a*_t,Te+=a*Dt,Ge+=a*Ut,Le+=a*$t,Ne+=a*Kt,Re+=a*sr,Pe+=a*or,he+=a*ar,a=p[1],E+=a*w,D+=a*et,z+=a*pt,we+=a*yt,X+=a*Je,dt+=a*ut,oe+=a*ft,Oe+=a*Ht,Te+=a*_t,Ge+=a*Dt,Le+=a*Ut,Ne+=a*$t,Re+=a*Kt,Pe+=a*sr,he+=a*or,Se+=a*ar,a=p[2],D+=a*w,z+=a*et,we+=a*pt,X+=a*yt,dt+=a*Je,oe+=a*ut,Oe+=a*ft,Te+=a*Ht,Ge+=a*_t,Le+=a*Dt,Ne+=a*Ut,Re+=a*$t,Pe+=a*Kt,he+=a*sr,Se+=a*or,te+=a*ar,a=p[3],z+=a*w,we+=a*et,X+=a*pt,dt+=a*yt,oe+=a*Je,Oe+=a*ut,Te+=a*ft,Ge+=a*Ht,Le+=a*_t,Ne+=a*Dt,Re+=a*Ut,Pe+=a*$t,he+=a*Kt,Se+=a*sr,te+=a*or,de+=a*ar,a=p[4],we+=a*w,X+=a*et,dt+=a*pt,oe+=a*yt,Oe+=a*Je,Te+=a*ut,Ge+=a*ft,Le+=a*Ht,Ne+=a*_t,Re+=a*Dt,Pe+=a*Ut,he+=a*$t,Se+=a*Kt,te+=a*sr,de+=a*or,me+=a*ar,a=p[5],X+=a*w,dt+=a*et,oe+=a*pt,Oe+=a*yt,Te+=a*Je,Ge+=a*ut,Le+=a*ft,Ne+=a*Ht,Re+=a*_t,Pe+=a*Dt,he+=a*Ut,Se+=a*$t,te+=a*Kt,de+=a*sr,me+=a*or,Y+=a*ar,a=p[6],dt+=a*w,oe+=a*et,Oe+=a*pt,Te+=a*yt,Ge+=a*Je,Le+=a*ut,Ne+=a*ft,Re+=a*Ht,Pe+=a*_t,he+=a*Dt,Se+=a*Ut,te+=a*$t,de+=a*Kt,me+=a*sr,Y+=a*or,C+=a*ar,a=p[7],oe+=a*w,Oe+=a*et,Te+=a*pt,Ge+=a*yt,Le+=a*Je,Ne+=a*ut,Re+=a*ft,Pe+=a*Ht,he+=a*_t,Se+=a*Dt,te+=a*Ut,de+=a*$t,me+=a*Kt,Y+=a*sr,C+=a*or,O+=a*ar,a=p[8],Oe+=a*w,Te+=a*et,Ge+=a*pt,Le+=a*yt,Ne+=a*Je,Re+=a*ut,Pe+=a*ft,he+=a*Ht,Se+=a*_t,te+=a*Dt,de+=a*Ut,me+=a*$t,Y+=a*Kt,C+=a*sr,O+=a*or,V+=a*ar,a=p[9],Te+=a*w,Ge+=a*et,Le+=a*pt,Ne+=a*yt,Re+=a*Je,Pe+=a*ut,he+=a*ft,Se+=a*Ht,te+=a*_t,de+=a*Dt,me+=a*Ut,Y+=a*$t,C+=a*Kt,O+=a*sr,V+=a*or,j+=a*ar,a=p[10],Ge+=a*w,Le+=a*et,Ne+=a*pt,Re+=a*yt,Pe+=a*Je,he+=a*ut,Se+=a*ft,te+=a*Ht,de+=a*_t,me+=a*Dt,Y+=a*Ut,C+=a*$t,O+=a*Kt,V+=a*sr,j+=a*or,U+=a*ar,a=p[11],Le+=a*w,Ne+=a*et,Re+=a*pt,Pe+=a*yt,he+=a*Je,Se+=a*ut,te+=a*ft,de+=a*Ht,me+=a*_t,Y+=a*Dt,C+=a*Ut,O+=a*$t,V+=a*Kt,j+=a*sr,U+=a*or,L+=a*ar,a=p[12],Ne+=a*w,Re+=a*et,Pe+=a*pt,he+=a*yt,Se+=a*Je,te+=a*ut,de+=a*ft,me+=a*Ht,Y+=a*_t,C+=a*Dt,O+=a*Ut,V+=a*$t,j+=a*Kt,U+=a*sr,L+=a*or,_e+=a*ar,a=p[13],Re+=a*w,Pe+=a*et,he+=a*pt,Se+=a*yt,te+=a*Je,de+=a*ut,me+=a*ft,Y+=a*Ht,C+=a*_t,O+=a*Dt,V+=a*Ut,j+=a*$t,U+=a*Kt,L+=a*sr,_e+=a*or,Ke+=a*ar,a=p[14],Pe+=a*w,he+=a*et,Se+=a*pt,te+=a*yt,de+=a*Je,me+=a*ut,Y+=a*ft,C+=a*Ht,O+=a*_t,V+=a*Dt,j+=a*Ut,U+=a*$t,L+=a*Kt,_e+=a*sr,Ke+=a*or,We+=a*ar,a=p[15],he+=a*w,Se+=a*et,te+=a*pt,de+=a*yt,me+=a*Je,Y+=a*ut,C+=a*ft,O+=a*Ht,V+=a*_t,j+=a*Dt,U+=a*Ut,L+=a*$t,_e+=a*Kt,Ke+=a*sr,We+=a*or,qe+=a*ar,S+=38*Se,E+=38*te,D+=38*de,z+=38*me,we+=38*Y,X+=38*C,dt+=38*O,oe+=38*V,Oe+=38*j,Te+=38*U,Ge+=38*L,Le+=38*_e,Ne+=38*Ke,Re+=38*We,Pe+=38*qe,g=1,a=S+g+65535,g=Math.floor(a/65536),S=a-g*65536,a=E+g+65535,g=Math.floor(a/65536),E=a-g*65536,a=D+g+65535,g=Math.floor(a/65536),D=a-g*65536,a=z+g+65535,g=Math.floor(a/65536),z=a-g*65536,a=we+g+65535,g=Math.floor(a/65536),we=a-g*65536,a=X+g+65535,g=Math.floor(a/65536),X=a-g*65536,a=dt+g+65535,g=Math.floor(a/65536),dt=a-g*65536,a=oe+g+65535,g=Math.floor(a/65536),oe=a-g*65536,a=Oe+g+65535,g=Math.floor(a/65536),Oe=a-g*65536,a=Te+g+65535,g=Math.floor(a/65536),Te=a-g*65536,a=Ge+g+65535,g=Math.floor(a/65536),Ge=a-g*65536,a=Le+g+65535,g=Math.floor(a/65536),Le=a-g*65536,a=Ne+g+65535,g=Math.floor(a/65536),Ne=a-g*65536,a=Re+g+65535,g=Math.floor(a/65536),Re=a-g*65536,a=Pe+g+65535,g=Math.floor(a/65536),Pe=a-g*65536,a=he+g+65535,g=Math.floor(a/65536),he=a-g*65536,S+=g-1+37*(g-1),g=1,a=S+g+65535,g=Math.floor(a/65536),S=a-g*65536,a=E+g+65535,g=Math.floor(a/65536),E=a-g*65536,a=D+g+65535,g=Math.floor(a/65536),D=a-g*65536,a=z+g+65535,g=Math.floor(a/65536),z=a-g*65536,a=we+g+65535,g=Math.floor(a/65536),we=a-g*65536,a=X+g+65535,g=Math.floor(a/65536),X=a-g*65536,a=dt+g+65535,g=Math.floor(a/65536),dt=a-g*65536,a=oe+g+65535,g=Math.floor(a/65536),oe=a-g*65536,a=Oe+g+65535,g=Math.floor(a/65536),Oe=a-g*65536,a=Te+g+65535,g=Math.floor(a/65536),Te=a-g*65536,a=Ge+g+65535,g=Math.floor(a/65536),Ge=a-g*65536,a=Le+g+65535,g=Math.floor(a/65536),Le=a-g*65536,a=Ne+g+65535,g=Math.floor(a/65536),Ne=a-g*65536,a=Re+g+65535,g=Math.floor(a/65536),Re=a-g*65536,a=Pe+g+65535,g=Math.floor(a/65536),Pe=a-g*65536,a=he+g+65535,g=Math.floor(a/65536),he=a-g*65536,S+=g-1+37*(g-1),l[0]=S,l[1]=E,l[2]=D,l[3]=z,l[4]=we,l[5]=X,l[6]=dt,l[7]=oe,l[8]=Oe,l[9]=Te,l[10]=Ge,l[11]=Le,l[12]=Ne,l[13]=Re,l[14]=Pe,l[15]=he}function bt(l,p){Q(l,p,p)}function Ft(l,p){var d=t(),a;for(a=0;a<16;a++)d[a]=p[a];for(a=253;a>=0;a--)bt(d,d),a!==2&&a!==4&&Q(d,d,p);for(a=0;a<16;a++)l[a]=d[a]}function vo(l,p){var d=t(),a;for(a=0;a<16;a++)d[a]=p[a];for(a=250;a>=0;a--)bt(d,d),a!==1&&Q(d,d,p);for(a=0;a<16;a++)l[a]=d[a]}function ls(l,p,d){var a=new Uint8Array(32),g=new Float64Array(80),S,E,D=t(),z=t(),we=t(),X=t(),dt=t(),oe=t();for(E=0;E<31;E++)a[E]=p[E];for(a[31]=p[31]&127|64,a[0]&=248,ce(g,d),E=0;E<16;E++)z[E]=g[E],X[E]=D[E]=we[E]=0;for(D[0]=X[0]=1,E=254;E>=0;--E)S=a[E>>>3]>>>(E&7)&1,ke(D,z,S),ke(we,X,S),lt(dt,D,we),At(D,D,we),lt(we,z,X),At(z,z,X),bt(X,dt),bt(oe,D),Q(D,we,D),Q(we,z,dt),lt(dt,D,we),At(D,D,we),bt(z,D),At(we,X,oe),Q(D,we,u),lt(D,D,X),Q(we,we,D),Q(D,X,oe),Q(X,z,g),bt(z,dt),ke(D,z,S),ke(we,X,S);for(E=0;E<16;E++)g[E+16]=D[E],g[E+32]=we[E],g[E+48]=z[E],g[E+64]=X[E];var Oe=g.subarray(32),Te=g.subarray(16);return Ft(Oe,Oe),Q(Te,Te,Oe),xt(l,Te),0}function pr(l,p){return ls(l,p,s)}function mo(l,p){return n(p,32),pr(l,p)}function Tn(l,p,d){var a=new Uint8Array(32);return ls(a,d,p),$e(l,i,a,Me)}var wo=Ae,Bf=je;function bo(l,p,d,a,g,S){var E=new Uint8Array(32);return Tn(E,g,S),wo(l,p,d,a,E)}function Dc(l,p,d,a,g,S){var E=new Uint8Array(32);return Tn(E,g,S),Bf(l,p,d,a,E)}var xo=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function Ao(l,p,d,a){for(var g=new Int32Array(16),S=new Int32Array(16),E,D,z,we,X,dt,oe,Oe,Te,Ge,Le,Ne,Re,Pe,he,Se,te,de,me,Y,C,O,V,j,U,L,_e=l[0],Ke=l[1],We=l[2],qe=l[3],w=l[4],et=l[5],pt=l[6],yt=l[7],Je=p[0],ut=p[1],ft=p[2],Ht=p[3],_t=p[4],Dt=p[5],Ut=p[6],$t=p[7],Kt=0;a>=128;){for(me=0;me<16;me++)Y=8*me+Kt,g[me]=d[Y+0]<<24|d[Y+1]<<16|d[Y+2]<<8|d[Y+3],S[me]=d[Y+4]<<24|d[Y+5]<<16|d[Y+6]<<8|d[Y+7];for(me=0;me<80;me++)if(E=_e,D=Ke,z=We,we=qe,X=w,dt=et,oe=pt,Oe=yt,Te=Je,Ge=ut,Le=ft,Ne=Ht,Re=_t,Pe=Dt,he=Ut,Se=$t,C=yt,O=$t,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=(w>>>14|_t<<18)^(w>>>18|_t<<14)^(_t>>>9|w<<23),O=(_t>>>14|w<<18)^(_t>>>18|w<<14)^(w>>>9|_t<<23),V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,C=w&et^~w&pt,O=_t&Dt^~_t&Ut,V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,C=xo[me*2],O=xo[me*2+1],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,C=g[me%16],O=S[me%16],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,te=U&65535|L<<16,de=V&65535|j<<16,C=te,O=de,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=(_e>>>28|Je<<4)^(Je>>>2|_e<<30)^(Je>>>7|_e<<25),O=(Je>>>28|_e<<4)^(_e>>>2|Je<<30)^(_e>>>7|Je<<25),V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,C=_e&Ke^_e&We^Ke&We,O=Je&ut^Je&ft^ut&ft,V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,Oe=U&65535|L<<16,Se=V&65535|j<<16,C=we,O=Ne,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=te,O=de,V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,we=U&65535|L<<16,Ne=V&65535|j<<16,Ke=E,We=D,qe=z,w=we,et=X,pt=dt,yt=oe,_e=Oe,ut=Te,ft=Ge,Ht=Le,_t=Ne,Dt=Re,Ut=Pe,$t=he,Je=Se,me%16===15)for(Y=0;Y<16;Y++)C=g[Y],O=S[Y],V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=g[(Y+9)%16],O=S[(Y+9)%16],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,te=g[(Y+1)%16],de=S[(Y+1)%16],C=(te>>>1|de<<31)^(te>>>8|de<<24)^te>>>7,O=(de>>>1|te<<31)^(de>>>8|te<<24)^(de>>>7|te<<25),V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,te=g[(Y+14)%16],de=S[(Y+14)%16],C=(te>>>19|de<<13)^(de>>>29|te<<3)^te>>>6,O=(de>>>19|te<<13)^(te>>>29|de<<3)^(de>>>6|te<<26),V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,g[Y]=U&65535|L<<16,S[Y]=V&65535|j<<16;C=_e,O=Je,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[0],O=p[0],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[0]=_e=U&65535|L<<16,p[0]=Je=V&65535|j<<16,C=Ke,O=ut,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[1],O=p[1],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[1]=Ke=U&65535|L<<16,p[1]=ut=V&65535|j<<16,C=We,O=ft,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[2],O=p[2],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[2]=We=U&65535|L<<16,p[2]=ft=V&65535|j<<16,C=qe,O=Ht,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[3],O=p[3],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[3]=qe=U&65535|L<<16,p[3]=Ht=V&65535|j<<16,C=w,O=_t,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[4],O=p[4],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[4]=w=U&65535|L<<16,p[4]=_t=V&65535|j<<16,C=et,O=Dt,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[5],O=p[5],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[5]=et=U&65535|L<<16,p[5]=Dt=V&65535|j<<16,C=pt,O=Ut,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[6],O=p[6],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[6]=pt=U&65535|L<<16,p[6]=Ut=V&65535|j<<16,C=yt,O=$t,V=O&65535,j=O>>>16,U=C&65535,L=C>>>16,C=l[7],O=p[7],V+=O&65535,j+=O>>>16,U+=C&65535,L+=C>>>16,j+=V>>>16,U+=j>>>16,L+=U>>>16,l[7]=yt=U&65535|L<<16,p[7]=$t=V&65535|j<<16,Kt+=128,a-=128}return a}function hn(l,p,d){var a=new Int32Array(8),g=new Int32Array(8),S=new Uint8Array(256),E,D=d;for(a[0]=1779033703,a[1]=3144134277,a[2]=1013904242,a[3]=2773480762,a[4]=1359893119,a[5]=2600822924,a[6]=528734635,a[7]=1541459225,g[0]=4089235720,g[1]=2227873595,g[2]=4271175723,g[3]=1595750129,g[4]=2917565137,g[5]=725511199,g[6]=4215389547,g[7]=327033209,Ao(a,g,p,d),d%=128,E=0;E<d;E++)S[E]=p[D-d+E];for(S[d]=128,d=256-128*(d<112?1:0),S[d-9]=0,m(S,d-8,D/536870912|0,D<<3),Ao(a,g,S,d),E=0;E<8;E++)m(l,8*E,a[E],g[E]);return 0}function ki(l,p){var d=t(),a=t(),g=t(),S=t(),E=t(),D=t(),z=t(),we=t(),X=t();At(d,l[1],l[0]),At(X,p[1],p[0]),Q(d,d,X),lt(a,l[0],l[1]),lt(X,p[0],p[1]),Q(a,a,X),Q(g,l[3],p[3]),Q(g,g,v),Q(S,l[2],p[2]),lt(S,S,S),At(E,a,d),At(D,S,g),lt(z,S,g),lt(we,a,d),Q(l[0],E,D),Q(l[1],we,z),Q(l[2],z,D),Q(l[3],E,we)}function us(l,p,d){var a;for(a=0;a<4;a++)ke(l[a],p[a],d)}function So(l,p){var d=t(),a=t(),g=t();Ft(g,p[2]),Q(d,p[0],g),Q(a,p[1],g),xt(l,a),l[31]^=Lt(d)<<7}function _o(l,p,d){var a,g;for(Qe(l[0],o),Qe(l[1],c),Qe(l[2],c),Qe(l[3],o),g=255;g>=0;--g)a=d[g/8|0]>>(g&7)&1,us(l,p,a),ki(p,l),ki(l,l),us(l,p,a)}function fs(l,p){var d=[t(),t(),t(),t()];Qe(d[0],b),Qe(d[1],G),Qe(d[2],c),Q(d[3],b,G),_o(l,d,p)}function Eo(l,p,d){var a=new Uint8Array(64),g=[t(),t(),t(),t()],S;for(d||n(p,32),hn(a,p,32),a[0]&=248,a[31]&=127,a[31]|=64,fs(g,a),So(l,g),S=0;S<32;S++)p[S+32]=l[S];return 0}var dn=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function Io(l,p){var d,a,g,S;for(a=63;a>=32;--a){for(d=0,g=a-32,S=a-12;g<S;++g)p[g]+=d-16*p[a]*dn[g-(a-32)],d=Math.floor((p[g]+128)/256),p[g]-=d*256;p[g]+=d,p[a]=0}for(d=0,g=0;g<32;g++)p[g]+=d-(p[31]>>4)*dn[g],d=p[g]>>8,p[g]&=255;for(g=0;g<32;g++)p[g]-=d*dn[g];for(a=0;a<32;a++)p[a+1]+=p[a]>>8,l[a]=p[a]&255}function ko(l){var p=new Float64Array(64),d;for(d=0;d<64;d++)p[d]=l[d];for(d=0;d<64;d++)l[d]=0;Io(l,p)}function Uc(l,p,d,a){var g=new Uint8Array(64),S=new Uint8Array(64),E=new Uint8Array(64),D,z,we=new Float64Array(64),X=[t(),t(),t(),t()];hn(g,a,32),g[0]&=248,g[31]&=127,g[31]|=64;var dt=d+64;for(D=0;D<d;D++)l[64+D]=p[D];for(D=0;D<32;D++)l[32+D]=g[32+D];for(hn(E,l.subarray(32),d+32),ko(E),fs(X,E),So(l,X),D=32;D<64;D++)l[D]=a[D];for(hn(S,l,d+64),ko(S),D=0;D<64;D++)we[D]=0;for(D=0;D<32;D++)we[D]=E[D];for(D=0;D<32;D++)for(z=0;z<32;z++)we[D+z]+=S[D]*g[z];return Io(l.subarray(32),we),dt}function Co(l,p){var d=t(),a=t(),g=t(),S=t(),E=t(),D=t(),z=t();return Qe(l[2],c),ce(l[1],p),bt(g,l[1]),Q(S,g,h),At(g,g,l[2]),lt(S,l[2],S),bt(E,S),bt(D,E),Q(z,D,E),Q(d,z,g),Q(d,d,S),vo(d,d),Q(d,d,g),Q(d,d,S),Q(d,d,S),Q(l[0],d,S),bt(a,l[0]),Q(a,a,S),Vt(a,g)&&Q(l[0],l[0],T),bt(a,l[0]),Q(a,a,S),Vt(a,g)?-1:(Lt(l[0])===p[31]>>7&&At(l[0],o,l[0]),Q(l[3],l[0],l[1]),0)}function _(l,p,d,a){var g,S=new Uint8Array(32),E=new Uint8Array(64),D=[t(),t(),t(),t()],z=[t(),t(),t(),t()];if(d<64||Co(z,a))return-1;for(g=0;g<d;g++)l[g]=p[g];for(g=0;g<32;g++)l[g+32]=a[g];if(hn(E,l,d),ko(E),_o(D,z,E),fs(z,p.subarray(32)),ki(D,z),So(S,D),d-=64,I(p,0,S,0)){for(g=0;g<d;g++)l[g]=0;return-1}for(g=0;g<d;g++)l[g]=p[g+64];return d}var k=32,N=24,K=32,be=16,Ct=32,Bt=32,Ve=32,Z=32,ee=32,le=N,ve=K,rt=be,ot=64,St=32,Zt=64,hs=32,Bo=64;e.lowlevel={crypto_core_hsalsa20:$e,crypto_stream_xor:vt,crypto_stream:wt,crypto_stream_salsa20_xor:ze,crypto_stream_salsa20:tt,crypto_onetimeauth:fe,crypto_onetimeauth_verify:ge,crypto_verify_16:B,crypto_verify_32:I,crypto_secretbox:Ae,crypto_secretbox_open:je,crypto_scalarmult:ls,crypto_scalarmult_base:pr,crypto_box_beforenm:Tn,crypto_box_afternm:wo,crypto_box:bo,crypto_box_open:Dc,crypto_box_keypair:mo,crypto_hash:hn,crypto_sign:Uc,crypto_sign_keypair:Eo,crypto_sign_open:_,crypto_secretbox_KEYBYTES:k,crypto_secretbox_NONCEBYTES:N,crypto_secretbox_ZEROBYTES:K,crypto_secretbox_BOXZEROBYTES:be,crypto_scalarmult_BYTES:Ct,crypto_scalarmult_SCALARBYTES:Bt,crypto_box_PUBLICKEYBYTES:Ve,crypto_box_SECRETKEYBYTES:Z,crypto_box_BEFORENMBYTES:ee,crypto_box_NONCEBYTES:le,crypto_box_ZEROBYTES:ve,crypto_box_BOXZEROBYTES:rt,crypto_sign_BYTES:ot,crypto_sign_PUBLICKEYBYTES:St,crypto_sign_SECRETKEYBYTES:Zt,crypto_sign_SEEDBYTES:hs,crypto_hash_BYTES:Bo,gf:t,D:h,L:dn,pack25519:xt,unpack25519:ce,M:Q,A:lt,S:bt,Z:At,pow2523:vo,add:ki,set25519:Qe,modL:Io,scalarmult:_o,scalarbase:fs};function $c(l,p){if(l.length!==k)throw new Error("bad key size");if(p.length!==N)throw new Error("bad nonce size")}function Sw(l,p){if(l.length!==Ve)throw new Error("bad public key size");if(p.length!==Z)throw new Error("bad secret key size")}function Cr(){for(var l=0;l<arguments.length;l++)if(!(arguments[l]instanceof Uint8Array))throw new TypeError("unexpected type, use Uint8Array")}function Oy(l){for(var p=0;p<l.length;p++)l[p]=0}e.randomBytes=function(l){var p=new Uint8Array(l);return n(p,l),p},e.secretbox=function(l,p,d){Cr(l,p,d),$c(d,p);for(var a=new Uint8Array(K+l.length),g=new Uint8Array(a.length),S=0;S<l.length;S++)a[S+K]=l[S];return Ae(g,a,a.length,p,d),g.subarray(be)},e.secretbox.open=function(l,p,d){Cr(l,p,d),$c(d,p);for(var a=new Uint8Array(be+l.length),g=new Uint8Array(a.length),S=0;S<l.length;S++)a[S+be]=l[S];return a.length<32||je(g,a,a.length,p,d)!==0?null:g.subarray(K)},e.secretbox.keyLength=k,e.secretbox.nonceLength=N,e.secretbox.overheadLength=be,e.scalarMult=function(l,p){if(Cr(l,p),l.length!==Bt)throw new Error("bad n size");if(p.length!==Ct)throw new Error("bad p size");var d=new Uint8Array(Ct);return ls(d,l,p),d},e.scalarMult.base=function(l){if(Cr(l),l.length!==Bt)throw new Error("bad n size");var p=new Uint8Array(Ct);return pr(p,l),p},e.scalarMult.scalarLength=Bt,e.scalarMult.groupElementLength=Ct,e.box=function(l,p,d,a){var g=e.box.before(d,a);return e.secretbox(l,p,g)},e.box.before=function(l,p){Cr(l,p),Sw(l,p);var d=new Uint8Array(ee);return Tn(d,l,p),d},e.box.after=e.secretbox,e.box.open=function(l,p,d,a){var g=e.box.before(d,a);return e.secretbox.open(l,p,g)},e.box.open.after=e.secretbox.open,e.box.keyPair=function(){var l=new Uint8Array(Ve),p=new Uint8Array(Z);return mo(l,p),{publicKey:l,secretKey:p}},e.box.keyPair.fromSecretKey=function(l){if(Cr(l),l.length!==Z)throw new Error("bad secret key size");var p=new Uint8Array(Ve);return pr(p,l),{publicKey:p,secretKey:new Uint8Array(l)}},e.box.publicKeyLength=Ve,e.box.secretKeyLength=Z,e.box.sharedKeyLength=ee,e.box.nonceLength=le,e.box.overheadLength=e.secretbox.overheadLength,e.sign=function(l,p){if(Cr(l,p),p.length!==Zt)throw new Error("bad secret key size");var d=new Uint8Array(ot+l.length);return Uc(d,l,l.length,p),d},e.sign.open=function(l,p){if(Cr(l,p),p.length!==St)throw new Error("bad public key size");var d=new Uint8Array(l.length),a=_(d,l,l.length,p);if(a<0)return null;for(var g=new Uint8Array(a),S=0;S<g.length;S++)g[S]=d[S];return g},e.sign.detached=function(l,p){for(var d=e.sign(l,p),a=new Uint8Array(ot),g=0;g<a.length;g++)a[g]=d[g];return a},e.sign.detached.verify=function(l,p,d){if(Cr(l,p,d),p.length!==ot)throw new Error("bad signature size");if(d.length!==St)throw new Error("bad public key size");var a=new Uint8Array(ot+l.length),g=new Uint8Array(ot+l.length),S;for(S=0;S<ot;S++)a[S]=p[S];for(S=0;S<l.length;S++)a[S+ot]=l[S];return _(g,a,a.length,d)>=0},e.sign.keyPair=function(){var l=new Uint8Array(St),p=new Uint8Array(Zt);return Eo(l,p),{publicKey:l,secretKey:p}},e.sign.keyPair.fromSecretKey=function(l){if(Cr(l),l.length!==Zt)throw new Error("bad secret key size");for(var p=new Uint8Array(St),d=0;d<p.length;d++)p[d]=l[32+d];return{publicKey:p,secretKey:new Uint8Array(l)}},e.sign.keyPair.fromSeed=function(l){if(Cr(l),l.length!==hs)throw new Error("bad seed size");for(var p=new Uint8Array(St),d=new Uint8Array(Zt),a=0;a<32;a++)d[a]=l[a];return Eo(p,d,!0),{publicKey:p,secretKey:d}},e.sign.publicKeyLength=St,e.sign.secretKeyLength=Zt,e.sign.seedLength=hs,e.sign.signatureLength=ot,e.hash=function(l){Cr(l);var p=new Uint8Array(Bo);return hn(p,l,l.length),p},e.hash.hashLength=Bo,e.verify=function(l,p){return Cr(l,p),l.length===0||p.length===0||l.length!==p.length?!1:A(l,0,p,0,l.length)===0},e.setPRNG=function(l){n=l},function(){var l=typeof self<"u"?self.crypto||self.msCrypto:null;if(l&&l.getRandomValues){var p=65536;e.setPRNG(function(d,a){var g,S=new Uint8Array(a);for(g=0;g<a;g+=p)l.getRandomValues(S.subarray(g,g+Math.min(a-g,p)));for(g=0;g<a;g++)d[g]=S[g];Oy(S)})}else typeof _1<"u"&&(l=E1,l&&l.randomBytes&&e.setPRNG(function(d,a){var g,S=l.randomBytes(a);for(g=0;g<a;g++)d[g]=S[g];Oy(S)}))}()})(r.exports?r.exports:self.nacl=self.nacl||{})})(j0);var I1=j0.exports;const R0=Wy(I1);function k1(){return R0.box.keyPair()}async function Ii(r,e){const t=sessionStorage.getItem("sessionKey"),n=sessionStorage.getItem("sessionId");console.groupCollapsed("Attestation");try{if(t&&n&&!r){const o=ps(t);return console.log("Using existing attestation from session storage."),{sessionKey:o,sessionId:n}}const i=window.crypto.randomUUID();console.log("Generated attestation nonce:",i);const s=await S1(i,e);if(s&&s.public_key){console.log("Attestation document verification succeeded");const o=k1();console.log("Generated client key pair");const c=new Uint8Array(s.public_key),{encrypted_session_key:u,session_id:h}=await K1(Br(o.publicKey),i,e);console.log("Key exchange completed.");const v=R0.scalarMult(o.secretKey,c),b=ps(u),G=12,T=b.slice(0,G),m=b.slice(G),B=new Hc(v).open(T,m);if(B)return console.log("Session key decrypted successfully"),window.sessionStorage.setItem("sessionKey",Br(B)),window.sessionStorage.setItem("sessionId",h),{sessionKey:B,sessionId:h};throw new Error("Failed to decrypt session key")}else throw new Error("Invalid attestation document")}catch(i){throw console.error("Error verifying attestation:",i),i}finally{console.groupEnd()}}let ct="";function C1(r){ct=r}async function B1(r,e){return Pt(`${ct}/platform/login`,"POST",{email:r,password:e},void 0,"Failed to login")}async function O1(r,e,t,n){return Pt(`${ct}/platform/register`,"POST",{email:r,password:e,invite_code:t,name:n},void 0,"Failed to register")}async function T1(r){return Pt(`${ct}/platform/logout`,"POST",{refresh_token:r},void 0,"Failed to logout")}async function N1(){const r=window.localStorage.getItem("refresh_token");if(!r)throw new Error("No refresh token available");const e={refresh_token:r};try{const t=await Pt(`${ct}/platform/refresh`,"POST",e,void 0,"Failed to refresh platform token");return window.localStorage.setItem("access_token",t.access_token),window.localStorage.setItem("refresh_token",t.refresh_token),t}catch(t){throw console.error("Error refreshing platform token:",t),t}}async function D0(r){return Ie(`${ct}/platform/orgs`,"POST",{name:r})}async function U0(){return Ie(`${ct}/platform/orgs`,"GET",void 0)}async function $0(r){return Ie(`${ct}/platform/orgs/${r}`,"DELETE",void 0)}async function M0(r,e,t){return Ie(`${ct}/platform/orgs/${r}/projects`,"POST",{name:e,description:t})}async function V0(r){return Ie(`${ct}/platform/orgs/${r}/projects`,"GET",void 0)}async function L0(r,e){return Ie(`${ct}/platform/orgs/${r}/projects/${e}`,"GET",void 0)}async function H0(r,e,t){return Ie(`${ct}/platform/orgs/${r}/projects/${e}`,"PATCH",t)}async function F0(r,e){return Ie(`${ct}/platform/orgs/${r}/projects/${e}`,"DELETE",void 0)}function P1(r){const e=/^[A-Za-z0-9+/]*[=]{0,2}$/,t=r.length%4===0,n=e.test(r);return t&&n}async function z0(r,e,t,n){if(!P1(n))throw new Error("Secret must be base64 encoded. Use @stablelib/base64's encode function to encode your data.");return Ie(`${ct}/platform/orgs/${r}/projects/${e}/secrets`,"POST",{key_name:t,secret:n})}async function G0(r,e){return Ie(`${ct}/platform/orgs/${r}/projects/${e}/secrets`,"GET",void 0)}async function K0(r,e,t){return Ie(`${ct}/platform/orgs/${r}/projects/${e}/secrets/${t}`,"DELETE",void 0)}async function q0(r,e){return Ie(`${ct}/platform/orgs/${r}/projects/${e}/settings/email`,"GET",void 0)}async function Z0(r,e,t){return Ie(`${ct}/platform/orgs/${r}/projects/${e}/settings/email`,"PUT",t)}async function W0(r,e){return Ie(`${ct}/platform/orgs/${r}/projects/${e}/settings/oauth`,"GET",void 0)}async function Y0(r,e,t){return Ie(`${ct}/platform/orgs/${r}/projects/${e}/settings/oauth`,"PUT",t)}async function J0(r,e,t){if(!e||e.trim()==="")throw new Error("Email is required");return Ie(`${ct}/platform/orgs/${r}/invites`,"POST",{email:e,role:t})}async function X0(r){return Ie(`${ct}/platform/orgs/${r}/invites`,"GET",void 0)}async function Q0(r,e){return Ie(`${ct}/platform/orgs/${r}/invites/${e}`,"GET",void 0)}async function ey(r,e){return Ie(`${ct}/platform/orgs/${r}/invites/${e}`,"DELETE",void 0)}async function ty(r){return Ie(`${ct}/platform/orgs/${r}/memberships`,"GET",void 0)}async function ry(r,e,t){return Ie(`${ct}/platform/orgs/${r}/memberships/${e}`,"PATCH",{role:t})}async function ny(r,e){return Ie(`${ct}/platform/orgs/${r}/memberships/${e}`,"DELETE",void 0)}async function iy(r){return Ie(`${ct}/platform/accept_invite/${r}`,"POST",void 0)}async function j1(){return Ie(`${ct}/platform/me`,"GET",void 0)}async function sy(r){return Pt(`${ct}/platform/verify-email/${r}`,"GET",void 0,void 0,"Failed to verify email")}async function Bc(){return Ie(`${ct}/platform/request_verification`,"POST",void 0,"Failed to request new verification code")}async function oy(r,e){const t={email:r,hashed_secret:e};return Pt(`${ct}/platform/password-reset/request`,"POST",t,void 0,"Failed to request platform password reset")}async function ay(r,e,t,n){const i={email:r,alphanumeric_code:e,plaintext_secret:t,new_password:n};return Pt(`${ct}/platform/password-reset/confirm`,"POST",i,void 0,"Failed to confirm platform password reset")}async function cy(r,e){const t={current_password:r,new_password:e};return Ie(`${ct}/platform/change-password`,"POST",t,"Failed to change platform password")}class R1{constructor(){Ze(this,"_appApiUrl","");Ze(this,"_platformApiUrl","")}configure(e,t){this._appApiUrl=e,this._platformApiUrl=t}get platformApiUrl(){return this._platformApiUrl}get appApiUrl(){return this._appApiUrl}isPlatformPath(e){return e.includes("/platform/")}resolveEndpoint(e){const t=this.isPlatformPath(e);return{baseUrl:t?this._platformApiUrl:this._appApiUrl,context:t?"platform":"app"}}buildUrl(e){if(e.startsWith("http"))return e;const t=this.resolveEndpoint(e),n=t.baseUrl.endsWith("/")?t.baseUrl.slice(0,-1):t.baseUrl,i=e.startsWith("/")?e:`/${e}`;return`${n}${i}`}getRefreshFunction(e){return this.isPlatformPath(e)?"platformRefreshToken":"refreshToken"}}const yo=new R1,ly=Object.freeze(Object.defineProperty({__proto__:null,apiConfig:yo},Symbol.toStringTag,{value:"Module"}));async function Ie(r,e,t,n){const i=async(s=!1)=>{try{if(s){console.log("Refreshing access token");const u=yo.getRefreshFunction(r);console.log(`Using ${u}`),u==="platformRefreshToken"?await N1():await Oc()}const o=window.localStorage.getItem("access_token");if(!o)throw new Error("No access token available");const c=await xf(r,e,t,o,n);if(c.status===401&&!s)return console.log(`Received 401 for URL ${r}, attempting to refresh token`),i(!0);if(c.error)throw new Error(c.error);if(!c.data)throw new Error("No data received from the server");return c.data}catch(o){throw console.error(o),o}};return i()}async function D1(r,e,t,n,i){if(!i)return Ie(r,e,t,n);const s=await xf(r,e,t,i,n);if(s.error)throw new Error(s.error);if(!s.data)throw new Error(n);return s.data}async function xf(r,e,t,n,i){const o=yo.resolveEndpoint(r).context==="platform"?yo.platformApiUrl:void 0;let{sessionKey:c,sessionId:u}=await Ii(!1,o);const h=async(b,G=!1)=>{if(G||!c||!u){const P=await Ii(!0,o);c=P.sessionKey,u=P.sessionId}if(!c||!u)throw new Error("Failed to make encrypted API call, no attestation available.");const T=t?JSON.stringify(t):void 0,m=T?$f(c,T):void 0,A={"Content-Type":"application/json","x-session-id":u};b&&(A.Authorization=`Bearer ${b}`);const B=await fetch(r,{method:e,headers:A,body:m?JSON.stringify({encrypted:m}):void 0}),I={status:B.status};if(B.ok)try{const P=await B.json(),R=Mf(c,P.encrypted);I.data=JSON.parse(R)}catch(P){console.error("Error decrypting or parsing response:",P),I.status=500,I.error="Failed to decrypt or parse the response"}else try{const P=await B.json();I.error=P.message||i||`HTTP error! Status: ${B.status}`}catch{I.error=i||`HTTP error! Status: ${B.status}`}return I},v=async(b,G=!1)=>{var T;try{const m=await h(b,G);return(m.status===400||(T=m.error)!=null&&T.includes("Encryption error"))&&!G?(console.log("Encryption error or Bad Request, attempting to renew attestation"),v(b,!0)):m}catch(m){return{status:500,error:m instanceof Error?m.message:"Unknown error occurred"}}};return v(n)}async function Pt(r,e,t,n,i){const s=await xf(r,e,t,n,i);if(s.error)throw new Error(s.error);if(!s.data)throw new Error("No data received from the server");return s.data}let Ue="";function U1(r){Ue=r}function $1(){return Ue}async function M1(r,e,t){return Pt(`${Ue}/login`,"POST",{email:r,password:e,client_id:t})}async function V1(r,e,t){return Pt(`${Ue}/login`,"POST",{id:r,password:e,client_id:t})}async function L1(r,e,t,n,i){return Pt(`${Ue}/register`,"POST",{email:r,password:e,inviteCode:t.toLowerCase(),client_id:n,name:i})}async function H1(r,e,t){return Pt(`${Ue}/register`,"POST",{password:r,inviteCode:e.toLowerCase(),client_id:t})}async function Oc(){const r=window.localStorage.getItem("refresh_token");if(!r)throw new Error("No refresh token available");const e={refresh_token:r};try{const t=await Pt(`${Ue}/refresh`,"POST",e,void 0,"Failed to refresh token");return window.localStorage.setItem("access_token",t.access_token),window.localStorage.setItem("refresh_token",t.refresh_token),t}catch(t){throw console.error("Error refreshing token:",t),t}}async function F1(){return Ie(`${Ue}/protected/user`,"GET",void 0,"Failed to fetch user")}async function uy(r,e){return Ie(`${Ue}/protected/kv/${r}`,"PUT",e,"Failed to put key-value pair")}async function fy(r){return Ie(`${Ue}/protected/kv/${r}`,"DELETE",void 0,"Failed to delete key-value pair")}async function hy(r){try{return await Ie(`${Ue}/protected/kv/${r}`,"GET",void 0,"Failed to get key-value pair")}catch(e){console.error(`Error fetching key "${r}":`,e);return}}async function dy(){return Ie(`${Ue}/protected/kv`,"GET",void 0,"Failed to list key-value pairs")}async function z1(r){const e={refresh_token:r};return Pt(`${Ue}/logout`,"POST",e)}async function py(r){return Pt(`${Ue}/verify-email/${r}`,"GET",void 0,void 0,"Failed to verify email")}async function Tc(){return Ie(`${Ue}/protected/request_verification`,"POST",void 0,"Failed to request new verification code")}async function G1(r,e){const n=await fetch(`${e||Ue}/attestation/${r}`);if(!n.ok)throw new Error(`Request failed with status ${n.status}`);return(await n.json()).attestation_document}async function K1(r,e,t){const i=await fetch(`${t||Ue}/key_exchange`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({client_public_key:r,nonce:e})});if(!i.ok)throw new Error("Key exchange failed");return i.json()}async function q1(r,e,t){const n={email:r,hashed_secret:e,client_id:t};return Pt(`${Ue}/password-reset/request`,"POST",n,void 0,"Failed to request password reset")}async function Z1(r,e,t,n,i){const s={email:r,alphanumeric_code:e,plaintext_secret:t,new_password:n,client_id:i};return Pt(`${Ue}/password-reset/confirm`,"POST",s,void 0,"Failed to confirm password reset")}async function yy(r,e){const t={current_password:r,new_password:e};return Ie(`${Ue}/protected/change_password`,"POST",t,"Failed to change password")}async function W1(r,e){try{return await Pt(`${Ue}/auth/github`,"POST",e?{invite_code:e,client_id:r}:{client_id:r},void 0,"Failed to initiate GitHub auth")}catch(t){throw t instanceof Error&&t.message.includes("Invalid invite code")?new Error("Invalid invite code. Please check and try again."):t}}async function Y1(r,e,t){const n={code:r,state:e,invite_code:t};try{return await Pt(`${Ue}/auth/github/callback`,"POST",n,void 0,"GitHub callback failed")}catch(i){throw console.error("Detailed GitHub callback error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with GitHub."):new Error("Failed to authenticate with GitHub. Please try again."):i}}async function J1(r,e){try{return await Pt(`${Ue}/auth/google`,"POST",e?{invite_code:e,client_id:r}:{client_id:r},void 0,"Failed to initiate Google auth")}catch(t){throw t instanceof Error&&t.message.includes("Invalid invite code")?new Error("Invalid invite code. Please check and try again."):t}}async function X1(r,e,t){const n={code:r,state:e,invite_code:t};try{return await Pt(`${Ue}/auth/google/callback`,"POST",n,void 0,"Google callback failed")}catch(i){throw console.error("Detailed Google callback error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with Google."):new Error("Failed to authenticate with Google. Please try again."):i}}async function Q1(r,e){try{return await Pt(`${Ue}/auth/apple`,"POST",e?{invite_code:e,client_id:r}:{client_id:r},void 0,"Failed to initiate Apple auth")}catch(t){throw t instanceof Error&&t.message.includes("Invalid invite code")?new Error("Invalid invite code. Please check and try again."):t}}async function ew(r,e,t){const n={code:r,state:e,invite_code:t};try{return await Pt(`${Ue}/auth/apple/callback`,"POST",n,void 0,"Apple callback failed")}catch(i){throw console.error("Detailed Apple callback error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with Apple."):new Error("Failed to authenticate with Apple. Please try again."):i}}async function tw(r,e,t){const n={...r,client_id:e,...t?{invite_code:t}:{}};try{return await Pt(`${Ue}/auth/apple/native`,"POST",n,void 0,"Apple Sign-In failed")}catch(i){throw console.error("Detailed Apple Sign-In error:",i),i instanceof Error?i.message.includes("User exists")||i.message.includes("Email already registered")?new Error("An account with this email already exists. Please sign in using your existing account."):i.message.includes("Invalid invite code")?new Error("Invalid invite code. Please try signing up with a valid invite code."):i.message.includes("User not found")?new Error("User not found. Please sign up first before attempting to log in with Apple."):i.message.includes("No email found")?new Error("Unable to retrieve email from Apple. Please try another sign-in method."):new Error("Failed to authenticate with Apple. Please try again."):i}}async function gy(r){let e=`${Ue}/protected/private_key`;const t=[];return r!=null&&r.seed_phrase_derivation_path&&t.push(`seed_phrase_derivation_path=${encodeURIComponent(r.seed_phrase_derivation_path)}`),r!=null&&r.private_key_derivation_path&&t.push(`private_key_derivation_path=${encodeURIComponent(r.private_key_derivation_path)}`),t.length>0&&(e+=`?${t.join("&")}`),Ie(e,"GET",void 0,"Failed to fetch private key")}async function vy(r){let e=`${Ue}/protected/private_key_bytes`;const t=[];return r!=null&&r.seed_phrase_derivation_path&&t.push(`seed_phrase_derivation_path=${encodeURIComponent(r.seed_phrase_derivation_path)}`),r!=null&&r.private_key_derivation_path&&t.push(`private_key_derivation_path=${encodeURIComponent(r.private_key_derivation_path)}`),t.length>0&&(e+=`?${t.join("&")}`),Ie(e,"GET",void 0,"Failed to fetch private key bytes")}async function my(r,e,t){const i={message_base64:Br(r),algorithm:e,...t&&Object.keys(t).length>0&&{key_options:t}};return Ie(`${Ue}/protected/sign_message`,"POST",i,"Failed to sign message")}async function wy(r,e){let t=`${Ue}/protected/public_key?algorithm=${r}`;return e!=null&&e.seed_phrase_derivation_path&&(t+=`&seed_phrase_derivation_path=${encodeURIComponent(e.seed_phrase_derivation_path)}`),e!=null&&e.private_key_derivation_path&&(t+=`&private_key_derivation_path=${encodeURIComponent(e.private_key_derivation_path)}`),Ie(t,"GET",void 0,"Failed to fetch public key")}async function rw(r,e,t){const n={email:r,password:e,...t!==void 0&&{name:t}};return Ie(`${Ue}/protected/convert_guest`,"POST",n,"Failed to convert guest account")}async function nw(r){return Ie(`${Ue}/protected/third_party_token`,"POST",r?{audience:r}:{},"Failed to generate third party token")}async function by(r,e){const t={data:r,...e&&Object.keys(e).length>0&&{key_options:e}};return Ie(`${Ue}/protected/encrypt`,"POST",t,"Failed to encrypt data")}async function xy(r,e){const t={encrypted_data:r,...e&&Object.keys(e).length>0&&{key_options:e}};return Ie(`${Ue}/protected/decrypt`,"POST",t,"Failed to decrypt data")}async function iw(r){const e={hashed_secret:r};return Ie(`${Ue}/protected/delete-account/request`,"POST",e,"Failed to request account deletion")}async function sw(r,e){const t={confirmation_code:r,plaintext_secret:e};return Ie(`${Ue}/protected/delete-account/confirm`,"POST",t,"Failed to confirm account deletion")}async function Ay(r){try{const e=await D1(`${Ue}/v1/models`,"GET",void 0,"Failed to fetch models",r);if(!e||typeof e!="object")throw new Error("Invalid response from models endpoint");if(e.object!=="list"||!Array.isArray(e.data))throw new Error("Models response missing expected 'object' or 'data' fields");return e.data}catch(e){throw console.error("Error fetching models:",e),e}}const Sy=10*1024*1024;function ow(r){return new Promise(e=>setTimeout(e,r))}async function Af(r){return Ie(`${Ue}/protected/api-keys`,"POST",{name:r},"Failed to create API key")}async function Sf(){const r=await Ie(`${Ue}/protected/api-keys`,"GET",void 0,"Failed to list API keys");return r.keys.sort((e,t)=>new Date(t.created_at).getTime()-new Date(e.created_at).getTime()),r}async function _f(r){const e=encodeURIComponent(r);return Ie(`${Ue}/protected/api-keys/${e}`,"DELETE",void 0,"Failed to delete API key")}async function Ef(r){if(r.size>Sy)throw new Error(`File size exceeds maximum limit of ${Sy/1024/1024}MB`);const e=await r.arrayBuffer(),t=new Uint8Array(e),n=Br(t),s={filename:r instanceof File?r.name:"document",content_base64:n};return Ie(`${Ue}/v1/documents/upload`,"POST",s,"Failed to upload document")}async function If(r){const e={task_id:r};return Ie(`${Ue}/v1/documents/status`,"POST",e,"Failed to check document status")}async function _y(r,e){const{pollInterval:t=2e3,maxAttempts:n=150,onProgress:i}=e||{},s=await Ef(r);let o=0;for(;o<n;){const c=await If(s.task_id);switch(i&&i(c.status,c.progress),c.status){case"success":if(!c.document)throw new Error("Document processing succeeded but no document returned");return c.document;case"failure":throw new Error(c.error||"Document processing failed");case"pending":case"started":await ow(t),o++;break;default:throw new Error(`Unknown document status: ${c.status}`)}}throw new Error("Document processing timed out")}function Ey(r){return async(e,t)=>{var i,s;const n=()=>{if(r!=null&&r.apiKey)return`Bearer ${r.apiKey}`;const o=window.localStorage.getItem("access_token");if(!o)throw new Error("No access token or API key available");return`Bearer ${o}`};try{const o=new Headers(t==null?void 0:t.headers);o.set("Authorization",n());const{sessionKey:c,sessionId:u}=await Ii();if(!c||!u)throw new Error("No session key or ID available");o.set("x-session-id",u);const h={...t,headers:o};if(t!=null&&t.body){const b=$f(c,t.body);h.body=JSON.stringify({encrypted:b}),o.set("Content-Type","application/json")}let v=await fetch(e,h);if(v.status===401&&!(r!=null&&r.apiKey)&&(console.warn("Unauthorized, refreshing access token"),await Oc(),o.set("Authorization",n()),h.headers=o,v=await fetch(e,h)),!v.ok){const b=await v.text();throw console.error("Request failed with response status:",v.status," and message:",b),new Error(`Request failed with status ${v.status}: ${b}`)}if((i=v.headers.get("content-type"))!=null&&i.includes("text/event-stream")){const b=(s=v.body)==null?void 0:s.getReader(),G=new TextDecoder;let T="";const m=new ReadableStream({async start(A){for(;;){const{done:B,value:I}=await b.read();if(B)break;const P=G.decode(I);T+=P;let R;for(;R=aw(T);)if(T=T.slice(R.length),R.trim().startsWith("data: ")){const pe=R.slice(6).trim();if(pe==="[DONE]")A.enqueue(`data: [DONE]
126
126
 
127
- `);else try{console.groupCollapsed("Decrypting chunk"),console.log("Attempting to decrypt, data length:",R.length);const fe=Uf(o,R);console.log("Decrypted data length:",fe.length),console.log("Decrypted data:",fe);try{const Ze=JSON.parse(fe);console.log("Parsed JSON:",Ze),v.enqueue(`data: ${JSON.stringify(Ze)}
127
+ `);else try{console.groupCollapsed("Decrypting chunk"),console.log("Attempting to decrypt, data length:",pe.length);const $e=Mf(c,pe);console.log("Decrypted data length:",$e.length),console.log("Decrypted data:",$e);try{const Me=JSON.parse($e);console.log("Parsed JSON:",Me),A.enqueue(`data: ${JSON.stringify(Me)}
128
128
 
129
- `)}catch(Ze){Ze instanceof SyntaxError&&(console.log("Failed to parse JSON:",fe),v.enqueue(`data: ${fe}
129
+ `)}catch(Me){Me instanceof SyntaxError&&(console.log("Failed to parse JSON:",$e),A.enqueue(`data: ${$e}
130
130
 
131
- `))}}catch(fe){console.error("Decryption error:",fe,"Data:",R),console.log("Skipping corrupted chunk")}finally{console.groupEnd()}}}v.close()}});return new Response(N,{headers:h.headers,status:h.status,statusText:h.statusText})}return h}catch(s){throw console.error("Error during fetch process:",s),s}}}function rw(r){const e=r.indexOf(`
131
+ `))}}catch($e){console.error("Decryption error:",$e,"Data:",pe),console.log("Skipping corrupted chunk")}finally{console.groupEnd()}}}A.close()}});return new Response(m,{headers:v.headers,status:v.status,statusText:v.statusText})}return v}catch(o){throw console.error("Error during fetch process:",o),o}}}function aw(r){const e=r.indexOf(`
132
132
 
133
- `);return e===-1?null:r.slice(0,e+2)}const nw=["eeddbb58f57c38894d6d5af5e575fbe791c5bf3bbcfb5df8da8cfcf0c2e1da1913108e6a762112444740b88c163d7f4b","74ed417f88cb0ca76c4a3d10f278bd010f1d3f95eafb254d4732511bb50e404507a4049b779c5230137e4091a5582271","9043fcab93b972d3c14ad2dc8fa78ca7ad374fc937c02435681772a003f7a72876bc4d578089b5c4cf3fe9b480f1aabb","52c3595b151d93d8b159c257301bfd5aa6f49210de0c55a6cd6df5ebeee44e4206cab950500f5d188f7fa14e6d900b75","91cb67311e910cce68cd5b7d0de77aa40610d87c6681439b44c46c3ff786ae643956ab2c812478a1da8745b259f07a45","859065ac81b81d3735130ba08b8af72a7256b603fefb74faabae25ed28cca6edcaa7c10ea32b5948d675c18a9b0f2b1d","acd82a7d3943e23e95a9dc3ce0b0107ea358d6287f9e3afa245622f7c7e3e0a66142a928b6efcc02f594a95366d3a99d"],iw=["62c0407056217a4c10764ed9045694c29fa93255d3cc04c2f989cdd9a1f8050c8b169714c71f1118ebce2fcc9951d1a9","cb95519905443f9f66f05f63c548b61ad1561a27fd5717b69285861aaea3c3063fe12a2571773b67fea3c6c11b4d8ec6","deb5895831b5e4286f5a2dcf5e9c27383821446f8df2b465f141d10743599be20ba3bb381ce063bf7139cc89f7f61d4c","70ba26c6af1ec3b57ce80e1adcc0ee96d70224d4c7a078f427895cdf68e1c30f09b5ac4c456588d872f3f21ff77c036b","669404ea71435b8f498b48db7816a5c2ab1d258b1a77685b11d84d15a73189504d79c4dee13a658de9f4a0cbfc39cfe8","a791bf92c25ffdfd372660e460a0e238c6778c090672df6509ae4bc065cf8668b6baac6b6a11d554af53ee0ff0172ad5","c4285443b87b9b12a6cea3bef1064ec060f652b235a297095975af8f134e5ed65f92d70d4616fdec80af9dff48bb9f35"],sw="MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEHiUY9kFWK1GqBGzczohhwEwElXzgWLDZa9R6wBx3JOBocgSt9+UIzZlJbPDjYeGBfDUXh7Z62BG2vVsh2NgclLB5S7A2ucBBtb1wd8vSQHP8jpdPhZX1slauPgbnROIP",ow={prod:"https://raw.githubusercontent.com/OpenSecretCloud/opensecret/master/pcrProdHistory.json",dev:"https://raw.githubusercontent.com/OpenSecretCloud/opensecret/master/pcrDevHistory.json"};async function aw(){try{const r=new Uint8Array(atob(sw).split("").map(e=>e.charCodeAt(0)));return await crypto.subtle.importKey("spki",r,{name:"ECDSA",namedCurve:"P-384"},!1,["verify"])}catch(r){throw console.error("Error importing verification key:",r),new Error("Failed to import PCR verification key")}}async function cw(r,e){try{const t=(e==null?void 0:e[r])||ow[r],n=await fetch(t);if(!n.ok)throw new Error(`Failed to fetch PCR history: ${n.status}`);return await n.json()}catch(t){throw console.error("Error fetching PCR history:",t),new Error("Failed to fetch PCR history")}}async function lw(r,e,t){try{const i=new TextEncoder().encode(r),s=new Uint8Array(atob(e).split("").map(o=>o.charCodeAt(0)));return await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-384"}},t,s,i)}catch(n){return console.error("Signature verification error:",n),!1}}async function Ay(r,e,t){try{const n=await aw(),i=await cw(e,t);for(const s of i)if(s.PCR0===r&&await lw(s.PCR0,s.signature,n))return{isMatch:!0,text:"PCR0 matches remotely attested value",verifiedAt:new Date(s.timestamp*1e3).toLocaleString()};return null}catch(n){return console.error("PCR remote validation error:",n),null}}async function uw(r,e){const t=[...(e==null?void 0:e.pcr0Values)||[],...nw],n=[...(e==null?void 0:e.pcr0DevValues)||[],...iw];if(t.includes(r))return{isMatch:!0,text:"PCR0 matches a known good value"};if(n.includes(r))return{isMatch:!0,text:"PCR0 matches development enclave"};if((e==null?void 0:e.remoteAttestation)!==!1)try{const s=await Ay(r,"prod",e==null?void 0:e.remoteAttestationUrls);if(s)return s;const o=await Ay(r,"dev",e==null?void 0:e.remoteAttestationUrls);if(o)return o}catch(s){console.error("Error during remote PCR validation:",s)}return{isMatch:!1,text:"PCR0 does not match a known good value"}}const us=Bc,Pc="641a0321a3e244efe456463195d606317ed7cdcc3c1756e09893f3c68f79bb5b";function Sy(r){return Array.from(r).map(e=>e.toString(16).padStart(2,"0")).join("")}async function fw(r){const e=await crypto.subtle.digest("SHA-256",r);return Sy(new Uint8Array(e))}async function fs(r,e,t){console.log("Raw timestamp:",r.timestamp),console.log("Date object:",new Date(r.timestamp));const n=Array.from(r.pcrs.entries()).map(([m,x])=>({id:m,value:Sy(x)})).filter(m=>!m.value.match(/^0+$/)),i=n.find(m=>m.id===0);let s=null;i&&(s=await uw(i.value,t));const o=[...e,r.certificate].map(m=>{const x=new xi(m);return{subject:x.subject,notBefore:x.notBefore.toLocaleString(),notAfter:x.notAfter.toLocaleString(),pem:x.toString("pem"),isRoot:x.subject==="C=US, O=Amazon, OU=AWS, CN=aws.nitro-enclaves"}}),c=new TextDecoder,u=new xi(e[0]),h=await fw(u.rawData);return{moduleId:r.module_id,publicKey:r.public_key?Or(r.public_key):null,timestamp:new Date(r.timestamp).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:"short"}),digest:r.digest,pcrs:n,certificates:o,userData:r.user_data?c.decode(r.user_data):null,nonce:r.nonce?c.decode(r.nonce):null,cert0hash:h,validatedPcr0Hash:s}}const Sf=yt.createContext({auth:{loading:!0,user:void 0},clientId:"",signIn:async()=>{},signUp:async()=>{},signInGuest:async()=>{},signUpGuest:async()=>({id:"",email:void 0,access_token:"",refresh_token:""}),convertGuestToUserAccount:async()=>{},signOut:async()=>{},get:ly,put:ay,list:uy,del:cy,verifyEmail:fy,requestNewVerificationCode:Nc,requestNewVerificationEmail:Nc,refetchUser:async()=>{},changePassword:hy,refreshAccessToken:Tc,requestPasswordReset:async()=>{},confirmPasswordReset:async()=>{},requestAccountDeletion:async()=>{},confirmAccountDeletion:async()=>{},initiateGitHubAuth:async()=>({auth_url:"",csrf_token:""}),handleGitHubCallback:async()=>{},initiateGoogleAuth:async()=>({auth_url:"",csrf_token:""}),handleGoogleCallback:async()=>{},initiateAppleAuth:async()=>({auth_url:"",state:""}),handleAppleCallback:async()=>{},handleAppleNativeSignIn:async()=>{},getPrivateKey:dy,getPrivateKeyBytes:py,getPublicKey:gy,signMessage:yy,aiCustomFetch:async()=>new Response,apiUrl:"",pcrConfig:{},getAttestation:Ci,authenticate:ki,parseAttestationForView:fs,awsRootCertDer:us,expectedRootCertHash:Pc,getAttestationDocument:async()=>{throw new Error("getAttestationDocument called outside of OpenSecretProvider")},generateThirdPartyToken:async()=>({token:""}),encryptData:vy,decryptData:my,fetchModels:wy,uploadDocument:xf,checkDocumentStatus:Af,uploadDocumentWithPolling:xy});function hw({children:r,apiUrl:e,clientId:t,pcrConfig:n={}}){const[i,s]=yt.useState({loading:!0,user:void 0}),[o,c]=yt.useState();yt.useEffect(()=>{if(!e||e.trim()==="")throw new Error("OpenSecretProvider requires a non-empty apiUrl. Please provide a valid API endpoint URL.");if(!t||t.trim()==="")throw new Error("OpenSecretProvider requires a non-empty clientId. Please provide a valid project UUID.");N1(e),Promise.resolve().then(()=>Bf).then(({apiConfig:W})=>{const se=W.platformApiUrl||"";W.configure(e,se)})},[e,t]),yt.useEffect(()=>{i.user?c(()=>tw()):c(void 0)},[i.user]);async function u(){const W=window.localStorage.getItem("access_token"),se=window.localStorage.getItem("refresh_token");if(!W||!se){s({loading:!1,user:void 0});return}try{const oe=await $1();s({loading:!1,user:oe})}catch(oe){console.error("Failed to fetch user:",oe),s({loading:!1,user:void 0})}}yt.useEffect(()=>{u()},[]);async function h(W,se){console.log("Signing in");try{const{access_token:oe,refresh_token:Ae}=await j1(W,se,t);window.localStorage.setItem("access_token",oe),window.localStorage.setItem("refresh_token",Ae),await u()}catch(oe){throw console.error(oe),oe}}async function m(W,se,oe,Ae){try{const{access_token:it,refresh_token:It}=await U1(W,se,oe,t,Ae||null);window.localStorage.setItem("access_token",it),window.localStorage.setItem("refresh_token",It),await u()}catch(it){throw console.error(it),it}}async function x(W,se){console.log("Signing in Guest");try{const{access_token:oe,refresh_token:Ae}=await R1(W,se,t);window.localStorage.setItem("access_token",oe),window.localStorage.setItem("refresh_token",Ae),await u()}catch(oe){throw console.error(oe),oe}}async function G(W,se){try{const{access_token:oe,refresh_token:Ae,id:it}=await D1(W,se,t);return window.localStorage.setItem("access_token",oe),window.localStorage.setItem("refresh_token",Ae),await u(),{access_token:oe,refresh_token:Ae,id:it}}catch(oe){throw console.error(oe),oe}}async function N(W,se,oe){try{await J1(W,se,oe),await u()}catch(Ae){throw console.error(Ae),Ae}}async function v(){const W=window.localStorage.getItem("refresh_token");if(W)try{await M1(W)}catch(se){console.error("Error during logout:",se)}localStorage.removeItem("access_token"),localStorage.removeItem("refresh_token"),sessionStorage.removeItem("sessionKey"),sessionStorage.removeItem("sessionId"),s({loading:!1,user:void 0})}const Ue={auth:i,clientId:t,signIn:h,signInGuest:x,signOut:v,signUp:m,signUpGuest:G,convertGuestToUserAccount:N,get:ly,put:ay,list:uy,del:cy,refetchUser:u,verifyEmail:fy,requestNewVerificationCode:Nc,requestNewVerificationEmail:Nc,changePassword:hy,refreshAccessToken:Tc,requestPasswordReset:(W,se)=>H1(W,se,t),confirmPasswordReset:(W,se,oe,Ae)=>F1(W,se,oe,Ae,t),requestAccountDeletion:Q1,confirmAccountDeletion:ew,initiateGitHubAuth:async W=>{try{return await z1(t,W)}catch(se){throw console.error("Failed to initiate GitHub auth:",se),se}},handleGitHubCallback:async(W,se,oe)=>{try{const{access_token:Ae,refresh_token:it}=await G1(W,se,oe);window.localStorage.setItem("access_token",Ae),window.localStorage.setItem("refresh_token",it),await u()}catch(Ae){throw console.error("GitHub callback error:",Ae),Ae}},initiateGoogleAuth:async W=>{try{return await q1(t,W)}catch(se){throw console.error("Failed to initiate Google auth:",se),se}},handleGoogleCallback:async(W,se,oe)=>{try{const{access_token:Ae,refresh_token:it}=await K1(W,se,oe);window.localStorage.setItem("access_token",Ae),window.localStorage.setItem("refresh_token",it),await u()}catch(Ae){throw console.error("Google callback error:",Ae),Ae}},initiateAppleAuth:async W=>{try{return await Z1(t,W)}catch(se){throw console.error("Failed to initiate Apple auth:",se),se}},handleAppleCallback:async(W,se,oe)=>{try{const{access_token:Ae,refresh_token:it}=await W1(W,se,oe);window.localStorage.setItem("access_token",Ae),window.localStorage.setItem("refresh_token",it),await u()}catch(Ae){throw console.error("Apple callback error:",Ae),Ae}},handleAppleNativeSignIn:async(W,se)=>{try{const{access_token:oe,refresh_token:Ae}=await Y1(W,t,se);window.localStorage.setItem("access_token",oe),window.localStorage.setItem("refresh_token",Ae),await u()}catch(oe){throw console.error("Apple native sign-in error:",oe),oe}},getPrivateKey:dy,getPrivateKeyBytes:py,getPublicKey:gy,signMessage:yy,aiCustomFetch:o||(async()=>new Response),apiUrl:e,pcrConfig:n,getAttestation:Ci,authenticate:ki,parseAttestationForView:fs,awsRootCertDer:us,expectedRootCertHash:Pc,getAttestationDocument:async()=>{const W=window.crypto.randomUUID(),se=await fetch(`${e}/attestation/${W}`);if(!se.ok)throw new Error("Failed to fetch attestation document");const oe=await se.json(),Ae=await ki(oe.attestation_document,us,W);return fs(Ae,Ae.cabundle,n)},generateThirdPartyToken:X1,encryptData:vy,decryptData:my,fetchModels:wy,uploadDocument:xf,checkDocumentStatus:Af,uploadDocumentWithPolling:xy};return pt.jsx(Sf.Provider,{value:Ue,children:r})}const _f=yt.createContext({auth:{loading:!0,developer:void 0},signIn:async()=>{throw new Error("signIn called outside of OpenSecretDeveloper provider")},signUp:async()=>{throw new Error("signUp called outside of OpenSecretDeveloper provider")},signOut:async()=>{throw new Error("signOut called outside of OpenSecretDeveloper provider")},refetchDeveloper:async()=>{throw new Error("refetchDeveloper called outside of OpenSecretDeveloper provider")},verifyEmail:ry,requestNewVerificationCode:Oc,requestNewVerificationEmail:Oc,requestPasswordReset:ny,confirmPasswordReset:iy,changePassword:sy,pcrConfig:{},getAttestation:Ci,authenticate:ki,parseAttestationForView:fs,awsRootCertDer:us,expectedRootCertHash:Pc,getAttestationDocument:async()=>{throw new Error("getAttestationDocument called outside of OpenSecretDeveloper provider")},createOrganization:P0,listOrganizations:j0,deleteOrganization:R0,createProject:U0,listProjects:D0,getProject:$0,updateProject:M0,deleteProject:V0,createProjectSecret:L0,listProjectSecrets:H0,deleteProjectSecret:F0,getEmailSettings:z0,updateEmailSettings:G0,getOAuthSettings:q0,updateOAuthSettings:K0,inviteDeveloper:Z0,listOrganizationMembers:X0,listOrganizationInvites:W0,getOrganizationInvite:Y0,deleteOrganizationInvite:J0,updateMemberRole:Q0,removeMember:ey,acceptInvite:ty,apiUrl:""});function dw({children:r,apiUrl:e,pcrConfig:t={}}){const[n,i]=yt.useState({loading:!0,developer:void 0});yt.useEffect(()=>{if(!e||e.trim()==="")throw new Error("OpenSecretDeveloper requires a non-empty apiUrl. Please provide a valid API endpoint URL.");E1(e),Promise.resolve().then(()=>Bf).then(({apiConfig:m})=>{const x=m.appApiUrl||"";m.configure(x,e)}).catch(m=>{throw console.error("Failed to load apiConfig:",m),new Error("Failed to initialize OpenSecretDeveloper - could not load required dependencies")})},[e]);async function s(){const m=window.localStorage.getItem("access_token"),x=window.localStorage.getItem("refresh_token");if(!m||!x){i({loading:!1,developer:void 0});return}try{const G=await T1();i({loading:!1,developer:{...G.user,organizations:G.organizations}})}catch(G){console.error("Failed to fetch developer:",G),i({loading:!1,developer:void 0})}}const o=async()=>{const m=window.crypto.randomUUID(),x=await fetch(`${e}/attestation/${m}`);if(!x.ok)throw new Error("Failed to fetch attestation document");const G=await x.json(),N=await ki(G.attestation_document,us,m);return fs(N,N.cabundle,t)};yt.useEffect(()=>{s()},[]);async function c(m,x){try{const{access_token:G,refresh_token:N}=await I1(m,x);return window.localStorage.setItem("access_token",G),window.localStorage.setItem("refresh_token",N),await s(),{access_token:G,refresh_token:N,id:"",email:m}}catch(G){throw console.error("Login error:",G),G}}async function u(m,x,G,N){try{const{access_token:v,refresh_token:A}=await k1(m,x,G,N);return window.localStorage.setItem("access_token",v),window.localStorage.setItem("refresh_token",A),await s(),{access_token:v,refresh_token:A,id:"",email:m,name:N}}catch(v){throw console.error("Registration error:",v),v}}const h={auth:n,signIn:c,signUp:u,refetchDeveloper:s,signOut:async()=>{const m=window.localStorage.getItem("refresh_token");if(m)try{await C1(m)}catch(x){console.error("Error during logout:",x)}localStorage.removeItem("access_token"),localStorage.removeItem("refresh_token"),i({loading:!1,developer:void 0})},verifyEmail:ry,requestNewVerificationCode:Oc,requestNewVerificationEmail:Oc,requestPasswordReset:ny,confirmPasswordReset:iy,changePassword:sy,pcrConfig:t,getAttestation:Ci,authenticate:ki,parseAttestationForView:fs,awsRootCertDer:us,expectedRootCertHash:Pc,getAttestationDocument:o,createOrganization:P0,listOrganizations:j0,deleteOrganization:R0,createProject:U0,listProjects:D0,getProject:$0,updateProject:M0,deleteProject:V0,createProjectSecret:L0,listProjectSecrets:H0,deleteProjectSecret:F0,getEmailSettings:z0,updateEmailSettings:G0,getOAuthSettings:q0,updateOAuthSettings:K0,inviteDeveloper:Z0,listOrganizationMembers:X0,listOrganizationInvites:W0,getOrganizationInvite:Y0,deleteOrganizationInvite:J0,updateMemberRole:Q0,removeMember:ey,acceptInvite:ty,apiUrl:e};return pt.jsx(_f.Provider,{value:h,children:r})}function pw(){return yt.useContext(Sf)}function yw(){return yt.useContext(_f)}function gw(){const r=new Uint8Array(32);return crypto.getRandomValues(r),Array.from(r,e=>e.toString(16).padStart(2,"0")).join("")}async function vw(r){const t=new TextEncoder().encode(r),n=await crypto.subtle.digest("SHA-256",t);return Array.from(new Uint8Array(n)).map(s=>s.toString(16).padStart(2,"0")).join("")}je.OpenSecretContext=Sf,je.OpenSecretDeveloper=dw,je.OpenSecretDeveloperContext=_f,je.OpenSecretProvider=hw,je.apiConfig=ti,je.generateSecureSecret=gw,je.hashSecret=vw,je.useOpenSecret=pw,je.useOpenSecretDeveloper=yw,Object.defineProperty(je,Symbol.toStringTag,{value:"Module"})});
133
+ `);return e===-1?null:r.slice(0,e+2)}const cw=["eeddbb58f57c38894d6d5af5e575fbe791c5bf3bbcfb5df8da8cfcf0c2e1da1913108e6a762112444740b88c163d7f4b","74ed417f88cb0ca76c4a3d10f278bd010f1d3f95eafb254d4732511bb50e404507a4049b779c5230137e4091a5582271","9043fcab93b972d3c14ad2dc8fa78ca7ad374fc937c02435681772a003f7a72876bc4d578089b5c4cf3fe9b480f1aabb","52c3595b151d93d8b159c257301bfd5aa6f49210de0c55a6cd6df5ebeee44e4206cab950500f5d188f7fa14e6d900b75","91cb67311e910cce68cd5b7d0de77aa40610d87c6681439b44c46c3ff786ae643956ab2c812478a1da8745b259f07a45","859065ac81b81d3735130ba08b8af72a7256b603fefb74faabae25ed28cca6edcaa7c10ea32b5948d675c18a9b0f2b1d","acd82a7d3943e23e95a9dc3ce0b0107ea358d6287f9e3afa245622f7c7e3e0a66142a928b6efcc02f594a95366d3a99d"],lw=["62c0407056217a4c10764ed9045694c29fa93255d3cc04c2f989cdd9a1f8050c8b169714c71f1118ebce2fcc9951d1a9","cb95519905443f9f66f05f63c548b61ad1561a27fd5717b69285861aaea3c3063fe12a2571773b67fea3c6c11b4d8ec6","deb5895831b5e4286f5a2dcf5e9c27383821446f8df2b465f141d10743599be20ba3bb381ce063bf7139cc89f7f61d4c","70ba26c6af1ec3b57ce80e1adcc0ee96d70224d4c7a078f427895cdf68e1c30f09b5ac4c456588d872f3f21ff77c036b","669404ea71435b8f498b48db7816a5c2ab1d258b1a77685b11d84d15a73189504d79c4dee13a658de9f4a0cbfc39cfe8","a791bf92c25ffdfd372660e460a0e238c6778c090672df6509ae4bc065cf8668b6baac6b6a11d554af53ee0ff0172ad5","c4285443b87b9b12a6cea3bef1064ec060f652b235a297095975af8f134e5ed65f92d70d4616fdec80af9dff48bb9f35"],uw="MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEHiUY9kFWK1GqBGzczohhwEwElXzgWLDZa9R6wBx3JOBocgSt9+UIzZlJbPDjYeGBfDUXh7Z62BG2vVsh2NgclLB5S7A2ucBBtb1wd8vSQHP8jpdPhZX1slauPgbnROIP",fw={prod:"https://raw.githubusercontent.com/OpenSecretCloud/opensecret/master/pcrProdHistory.json",dev:"https://raw.githubusercontent.com/OpenSecretCloud/opensecret/master/pcrDevHistory.json"};async function hw(){try{const r=new Uint8Array(atob(uw).split("").map(e=>e.charCodeAt(0)));return await crypto.subtle.importKey("spki",r,{name:"ECDSA",namedCurve:"P-384"},!1,["verify"])}catch(r){throw console.error("Error importing verification key:",r),new Error("Failed to import PCR verification key")}}async function dw(r,e){try{const t=(e==null?void 0:e[r])||fw[r],n=await fetch(t);if(!n.ok)throw new Error(`Failed to fetch PCR history: ${n.status}`);return await n.json()}catch(t){throw console.error("Error fetching PCR history:",t),new Error("Failed to fetch PCR history")}}async function pw(r,e,t){try{const i=new TextEncoder().encode(r),s=new Uint8Array(atob(e).split("").map(o=>o.charCodeAt(0)));return await crypto.subtle.verify({name:"ECDSA",hash:{name:"SHA-384"}},t,s,i)}catch(n){return console.error("Signature verification error:",n),!1}}async function Iy(r,e,t){try{const n=await hw(),i=await dw(e,t);for(const s of i)if(s.PCR0===r&&await pw(s.PCR0,s.signature,n))return{isMatch:!0,text:"PCR0 matches remotely attested value",verifiedAt:new Date(s.timestamp*1e3).toLocaleString()};return null}catch(n){return console.error("PCR remote validation error:",n),null}}async function yw(r,e){const t=[...(e==null?void 0:e.pcr0Values)||[],...cw],n=[...(e==null?void 0:e.pcr0DevValues)||[],...lw];if(t.includes(r))return{isMatch:!0,text:"PCR0 matches a known good value"};if(n.includes(r))return{isMatch:!0,text:"PCR0 matches development enclave"};if((e==null?void 0:e.remoteAttestation)!==!1)try{const s=await Iy(r,"prod",e==null?void 0:e.remoteAttestationUrls);if(s)return s;const o=await Iy(r,"dev",e==null?void 0:e.remoteAttestationUrls);if(o)return o}catch(s){console.error("Error during remote PCR validation:",s)}return{isMatch:!1,text:"PCR0 does not match a known good value"}}const as=Cc,Nc="641a0321a3e244efe456463195d606317ed7cdcc3c1756e09893f3c68f79bb5b";function ky(r){return Array.from(r).map(e=>e.toString(16).padStart(2,"0")).join("")}async function gw(r){const e=await crypto.subtle.digest("SHA-256",r);return ky(new Uint8Array(e))}async function cs(r,e,t){console.log("Raw timestamp:",r.timestamp),console.log("Date object:",new Date(r.timestamp));const n=Array.from(r.pcrs.entries()).map(([v,b])=>({id:v,value:ky(b)})).filter(v=>!v.value.match(/^0+$/)),i=n.find(v=>v.id===0);let s=null;i&&(s=await yw(i.value,t));const o=[...e,r.certificate].map(v=>{const b=new wi(v);return{subject:b.subject,notBefore:b.notBefore.toLocaleString(),notAfter:b.notAfter.toLocaleString(),pem:b.toString("pem"),isRoot:b.subject==="C=US, O=Amazon, OU=AWS, CN=aws.nitro-enclaves"}}),c=new TextDecoder,u=new wi(e[0]),h=await gw(u.rawData);return{moduleId:r.module_id,publicKey:r.public_key?Br(r.public_key):null,timestamp:new Date(r.timestamp).toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:"short"}),digest:r.digest,pcrs:n,certificates:o,userData:r.user_data?c.decode(r.user_data):null,nonce:r.nonce?c.decode(r.nonce):null,cert0hash:h,validatedPcr0Hash:s}}const kf=ht.createContext({auth:{loading:!0,user:void 0},clientId:"",apiKey:void 0,setApiKey:()=>{},signIn:async()=>{},signUp:async()=>{},signInGuest:async()=>{},signUpGuest:async()=>({id:"",email:void 0,access_token:"",refresh_token:""}),convertGuestToUserAccount:async()=>{},signOut:async()=>{},get:hy,put:uy,list:dy,del:fy,verifyEmail:py,requestNewVerificationCode:Tc,requestNewVerificationEmail:Tc,refetchUser:async()=>{},changePassword:yy,refreshAccessToken:Oc,requestPasswordReset:async()=>{},confirmPasswordReset:async()=>{},requestAccountDeletion:async()=>{},confirmAccountDeletion:async()=>{},initiateGitHubAuth:async()=>({auth_url:"",csrf_token:""}),handleGitHubCallback:async()=>{},initiateGoogleAuth:async()=>({auth_url:"",csrf_token:""}),handleGoogleCallback:async()=>{},initiateAppleAuth:async()=>({auth_url:"",state:""}),handleAppleCallback:async()=>{},handleAppleNativeSignIn:async()=>{},getPrivateKey:gy,getPrivateKeyBytes:vy,getPublicKey:wy,signMessage:my,aiCustomFetch:async()=>new Response,apiUrl:"",pcrConfig:{},getAttestation:Ii,authenticate:Ei,parseAttestationForView:cs,awsRootCertDer:as,expectedRootCertHash:Nc,getAttestationDocument:async()=>{throw new Error("getAttestationDocument called outside of OpenSecretProvider")},generateThirdPartyToken:async()=>({token:""}),encryptData:by,decryptData:xy,fetchModels:Ay,uploadDocument:Ef,checkDocumentStatus:If,uploadDocumentWithPolling:_y,createApiKey:Af,listApiKeys:Sf,deleteApiKey:_f});function vw({children:r,apiUrl:e,clientId:t,pcrConfig:n={}}){const[i,s]=ht.useState({loading:!0,user:void 0}),[o,c]=ht.useState(),[u,h]=ht.useState(),v=ue=>{if(ue===void 0){c(void 0);return}const fe=ue.trim();if(!/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(fe)){console.warn("setApiKey: provided key does not look like a UUID; clearing apiKey"),c(void 0);return}c(fe)};ht.useEffect(()=>{if(!e||e.trim()==="")throw new Error("OpenSecretProvider requires a non-empty apiUrl. Please provide a valid API endpoint URL.");if(!t||t.trim()==="")throw new Error("OpenSecretProvider requires a non-empty clientId. Please provide a valid project UUID.");U1(e),Promise.resolve().then(()=>ly).then(({apiConfig:ue})=>{const fe=ue.platformApiUrl||"";ue.configure(e,fe)})},[e,t]),ht.useEffect(()=>{h(e?()=>Ey(o?{apiKey:o}:void 0):void 0)},[e,o]);async function b(){const ue=window.localStorage.getItem("access_token"),fe=window.localStorage.getItem("refresh_token");if(!ue||!fe){s({loading:!1,user:void 0});return}try{const ge=await F1();s({loading:!1,user:ge})}catch(ge){console.error("Failed to fetch user:",ge),s({loading:!1,user:void 0})}}ht.useEffect(()=>{b()},[]);async function G(ue,fe){console.log("Signing in");try{const{access_token:ge,refresh_token:Ae}=await M1(ue,fe,t);window.localStorage.setItem("access_token",ge),window.localStorage.setItem("refresh_token",Ae),v(void 0),await b()}catch(ge){throw console.error(ge),ge}}async function T(ue,fe,ge,Ae){try{const{access_token:je,refresh_token:Qe}=await L1(ue,fe,ge,t,Ae||null);window.localStorage.setItem("access_token",je),window.localStorage.setItem("refresh_token",Qe),v(void 0),await b()}catch(je){throw console.error(je),je}}async function m(ue,fe){console.log("Signing in Guest");try{const{access_token:ge,refresh_token:Ae}=await V1(ue,fe,t);window.localStorage.setItem("access_token",ge),window.localStorage.setItem("refresh_token",Ae),v(void 0),await b()}catch(ge){throw console.error(ge),ge}}async function A(ue,fe){try{const{access_token:ge,refresh_token:Ae,id:je}=await H1(ue,fe,t);return window.localStorage.setItem("access_token",ge),window.localStorage.setItem("refresh_token",Ae),v(void 0),await b(),{access_token:ge,refresh_token:Ae,id:je}}catch(ge){throw console.error(ge),ge}}async function B(ue,fe,ge){try{await rw(ue,fe,ge),await b()}catch(Ae){throw console.error(Ae),Ae}}async function I(){const ue=window.localStorage.getItem("refresh_token");if(ue)try{await z1(ue)}catch(fe){console.error("Error during logout:",fe)}localStorage.removeItem("access_token"),localStorage.removeItem("refresh_token"),sessionStorage.removeItem("sessionKey"),sessionStorage.removeItem("sessionId"),v(void 0),s({loading:!1,user:void 0})}const vt={auth:i,clientId:t,apiKey:o,setApiKey:v,signIn:G,signInGuest:m,signOut:I,signUp:T,signUpGuest:A,convertGuestToUserAccount:B,get:hy,put:uy,list:dy,del:fy,refetchUser:b,verifyEmail:py,requestNewVerificationCode:Tc,requestNewVerificationEmail:Tc,changePassword:yy,refreshAccessToken:Oc,requestPasswordReset:(ue,fe)=>q1(ue,fe,t),confirmPasswordReset:(ue,fe,ge,Ae)=>Z1(ue,fe,ge,Ae,t),requestAccountDeletion:iw,confirmAccountDeletion:sw,initiateGitHubAuth:async ue=>{try{return await W1(t,ue)}catch(fe){throw console.error("Failed to initiate GitHub auth:",fe),fe}},handleGitHubCallback:async(ue,fe,ge)=>{try{const{access_token:Ae,refresh_token:je}=await Y1(ue,fe,ge);window.localStorage.setItem("access_token",Ae),window.localStorage.setItem("refresh_token",je),v(void 0),await b()}catch(Ae){throw console.error("GitHub callback error:",Ae),Ae}},initiateGoogleAuth:async ue=>{try{return await J1(t,ue)}catch(fe){throw console.error("Failed to initiate Google auth:",fe),fe}},handleGoogleCallback:async(ue,fe,ge)=>{try{const{access_token:Ae,refresh_token:je}=await X1(ue,fe,ge);window.localStorage.setItem("access_token",Ae),window.localStorage.setItem("refresh_token",je),v(void 0),await b()}catch(Ae){throw console.error("Google callback error:",Ae),Ae}},initiateAppleAuth:async ue=>{try{return await Q1(t,ue)}catch(fe){throw console.error("Failed to initiate Apple auth:",fe),fe}},handleAppleCallback:async(ue,fe,ge)=>{try{const{access_token:Ae,refresh_token:je}=await ew(ue,fe,ge);window.localStorage.setItem("access_token",Ae),window.localStorage.setItem("refresh_token",je),v(void 0),await b()}catch(Ae){throw console.error("Apple callback error:",Ae),Ae}},handleAppleNativeSignIn:async(ue,fe)=>{try{const{access_token:ge,refresh_token:Ae}=await tw(ue,t,fe);window.localStorage.setItem("access_token",ge),window.localStorage.setItem("refresh_token",Ae),v(void 0),await b()}catch(ge){throw console.error("Apple native sign-in error:",ge),ge}},getPrivateKey:gy,getPrivateKeyBytes:vy,getPublicKey:wy,signMessage:my,aiCustomFetch:u||(async()=>new Response),apiUrl:e,pcrConfig:n,getAttestation:Ii,authenticate:Ei,parseAttestationForView:cs,awsRootCertDer:as,expectedRootCertHash:Nc,getAttestationDocument:async()=>{const ue=window.crypto.randomUUID(),fe=await fetch(`${e}/attestation/${ue}`);if(!fe.ok)throw new Error("Failed to fetch attestation document");const ge=await fe.json(),Ae=await Ei(ge.attestation_document,as,ue);return cs(Ae,Ae.cabundle,n)},generateThirdPartyToken:nw,encryptData:by,decryptData:xy,fetchModels:Ay,uploadDocument:Ef,checkDocumentStatus:If,uploadDocumentWithPolling:_y,createApiKey:Af,listApiKeys:Sf,deleteApiKey:_f};return gt.jsx(kf.Provider,{value:vt,children:r})}const Cf=ht.createContext({auth:{loading:!0,developer:void 0},signIn:async()=>{throw new Error("signIn called outside of OpenSecretDeveloper provider")},signUp:async()=>{throw new Error("signUp called outside of OpenSecretDeveloper provider")},signOut:async()=>{throw new Error("signOut called outside of OpenSecretDeveloper provider")},refetchDeveloper:async()=>{throw new Error("refetchDeveloper called outside of OpenSecretDeveloper provider")},verifyEmail:sy,requestNewVerificationCode:Bc,requestNewVerificationEmail:Bc,requestPasswordReset:oy,confirmPasswordReset:ay,changePassword:cy,pcrConfig:{},getAttestation:Ii,authenticate:Ei,parseAttestationForView:cs,awsRootCertDer:as,expectedRootCertHash:Nc,getAttestationDocument:async()=>{throw new Error("getAttestationDocument called outside of OpenSecretDeveloper provider")},createOrganization:D0,listOrganizations:U0,deleteOrganization:$0,createProject:M0,listProjects:V0,getProject:L0,updateProject:H0,deleteProject:F0,createProjectSecret:z0,listProjectSecrets:G0,deleteProjectSecret:K0,getEmailSettings:q0,updateEmailSettings:Z0,getOAuthSettings:W0,updateOAuthSettings:Y0,inviteDeveloper:J0,listOrganizationMembers:ty,listOrganizationInvites:X0,getOrganizationInvite:Q0,deleteOrganizationInvite:ey,updateMemberRole:ry,removeMember:ny,acceptInvite:iy,apiUrl:""});function mw({children:r,apiUrl:e,pcrConfig:t={}}){const[n,i]=ht.useState({loading:!0,developer:void 0});ht.useEffect(()=>{if(!e||e.trim()==="")throw new Error("OpenSecretDeveloper requires a non-empty apiUrl. Please provide a valid API endpoint URL.");C1(e),Promise.resolve().then(()=>ly).then(({apiConfig:v})=>{const b=v.appApiUrl||"";v.configure(b,e)}).catch(v=>{throw console.error("Failed to load apiConfig:",v),new Error("Failed to initialize OpenSecretDeveloper - could not load required dependencies")})},[e]);async function s(){const v=window.localStorage.getItem("access_token"),b=window.localStorage.getItem("refresh_token");if(!v||!b){i({loading:!1,developer:void 0});return}try{const G=await j1();i({loading:!1,developer:{...G.user,organizations:G.organizations}})}catch(G){console.error("Failed to fetch developer:",G),i({loading:!1,developer:void 0})}}const o=async()=>{const v=window.crypto.randomUUID(),b=await fetch(`${e}/attestation/${v}`);if(!b.ok)throw new Error("Failed to fetch attestation document");const G=await b.json(),T=await Ei(G.attestation_document,as,v);return cs(T,T.cabundle,t)};ht.useEffect(()=>{s()},[]);async function c(v,b){try{const{access_token:G,refresh_token:T}=await B1(v,b);return window.localStorage.setItem("access_token",G),window.localStorage.setItem("refresh_token",T),await s(),{access_token:G,refresh_token:T,id:"",email:v}}catch(G){throw console.error("Login error:",G),G}}async function u(v,b,G,T){try{const{access_token:m,refresh_token:A}=await O1(v,b,G,T);return window.localStorage.setItem("access_token",m),window.localStorage.setItem("refresh_token",A),await s(),{access_token:m,refresh_token:A,id:"",email:v,name:T}}catch(m){throw console.error("Registration error:",m),m}}const h={auth:n,signIn:c,signUp:u,refetchDeveloper:s,signOut:async()=>{const v=window.localStorage.getItem("refresh_token");if(v)try{await T1(v)}catch(b){console.error("Error during logout:",b)}localStorage.removeItem("access_token"),localStorage.removeItem("refresh_token"),i({loading:!1,developer:void 0})},verifyEmail:sy,requestNewVerificationCode:Bc,requestNewVerificationEmail:Bc,requestPasswordReset:oy,confirmPasswordReset:ay,changePassword:cy,pcrConfig:t,getAttestation:Ii,authenticate:Ei,parseAttestationForView:cs,awsRootCertDer:as,expectedRootCertHash:Nc,getAttestationDocument:o,createOrganization:D0,listOrganizations:U0,deleteOrganization:$0,createProject:M0,listProjects:V0,getProject:L0,updateProject:H0,deleteProject:F0,createProjectSecret:z0,listProjectSecrets:G0,deleteProjectSecret:K0,getEmailSettings:q0,updateEmailSettings:Z0,getOAuthSettings:W0,updateOAuthSettings:Y0,inviteDeveloper:J0,listOrganizationMembers:ty,listOrganizationInvites:X0,getOrganizationInvite:Q0,deleteOrganizationInvite:ey,updateMemberRole:ry,removeMember:ny,acceptInvite:iy,apiUrl:e};return gt.jsx(Cf.Provider,{value:h,children:r})}function ww(){return ht.useContext(kf)}function bw(){return ht.useContext(Cf)}function xw(){const r=new Uint8Array(32);return crypto.getRandomValues(r),Array.from(r,e=>e.toString(16).padStart(2,"0")).join("")}async function Aw(r){const t=new TextEncoder().encode(r),n=await crypto.subtle.digest("SHA-256",t);return Array.from(new Uint8Array(n)).map(s=>s.toString(16).padStart(2,"0")).join("")}Be.OpenSecretContext=kf,Be.OpenSecretDeveloper=mw,Be.OpenSecretDeveloperContext=Cf,Be.OpenSecretProvider=vw,Be.apiConfig=yo,Be.createApiKey=Af,Be.createCustomFetch=Ey,Be.deleteApiKey=_f,Be.generateSecureSecret=xw,Be.hashSecret=Aw,Be.listApiKeys=Sf,Be.useOpenSecret=ww,Be.useOpenSecretDeveloper=bw,Object.defineProperty(Be,Symbol.toStringTag,{value:"Module"})});