authhero 0.61.0 → 0.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +66 -36
- package/dist/authhero.d.ts +34 -1
- package/dist/authhero.mjs +8552 -7427
- package/package.json +1 -1
package/dist/authhero.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
"use strict";var Eh=Object.defineProperty;var zh=(n,e,t)=>e in n?Eh(n,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):n[e]=t;var te=(n,e,t)=>zh(n,typeof e!="symbol"?e+"":e,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@hono/zod-openapi"),X=n=>typeof n=="string",ni=()=>{let n,e;const t=new Promise((i,r)=>{n=i,e=r});return t.resolve=n,t.reject=e,t},ll=n=>n==null?"":""+n,$h=(n,e,t)=>{n.forEach(i=>{e[i]&&(t[i]=e[i])})},Ch=/###/g,ul=n=>n&&n.indexOf("###")>-1?n.replace(Ch,"."):n,dl=n=>!n||X(n),ai=(n,e,t)=>{const i=X(e)?e.split("."):e;let r=0;for(;r<i.length-1;){if(dl(n))return{};const s=ul(i[r]);!n[s]&&t&&(n[s]=new t),Object.prototype.hasOwnProperty.call(n,s)?n=n[s]:n={},++r}return dl(n)?{}:{obj:n,k:ul(i[r])}},pl=(n,e,t)=>{const{obj:i,k:r}=ai(n,e,Object);if(i!==void 0||e.length===1){i[r]=t;return}let s=e[e.length-1],a=e.slice(0,e.length-1),c=ai(n,a,Object);for(;c.obj===void 0&&a.length;)s=`${a[a.length-1]}.${s}`,a=a.slice(0,a.length-1),c=ai(n,a,Object),c!=null&&c.obj&&typeof c.obj[`${c.k}.${s}`]<"u"&&(c.obj=void 0);c.obj[`${c.k}.${s}`]=t},jh=(n,e,t,i)=>{const{obj:r,k:s}=ai(n,e,Object);r[s]=r[s]||[],r[s].push(t)},lr=(n,e)=>{const{obj:t,k:i}=ai(n,e);if(t&&Object.prototype.hasOwnProperty.call(t,i))return t[i]},Nh=(n,e,t)=>{const i=lr(n,t);return i!==void 0?i:lr(e,t)},xd=(n,e,t)=>{for(const i in e)i!=="__proto__"&&i!=="constructor"&&(i in n?X(n[i])||n[i]instanceof String||X(e[i])||e[i]instanceof String?t&&(n[i]=e[i]):xd(n[i],e[i],t):n[i]=e[i]);return n},kn=n=>n.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var Oh={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const Bh=n=>X(n)?n.replace(/[&<>"'\/]/g,e=>Oh[e]):n;class Th{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const t=this.regExpMap.get(e);if(t!==void 0)return t;const i=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,i),this.regExpQueue.push(e),i}}const Rh=[" ",",","?","!",";"],Ph=new Th(20),Lh=(n,e,t)=>{e=e||"",t=t||"";const i=Rh.filter(a=>e.indexOf(a)<0&&t.indexOf(a)<0);if(i.length===0)return!0;const r=Ph.getRegExp(`(${i.map(a=>a==="?"?"\\?":a).join("|")})`);let s=!r.test(n);if(!s){const a=n.indexOf(t);a>0&&!r.test(n.substring(0,a))&&(s=!0)}return s},bo=function(n,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!n)return;if(n[e])return Object.prototype.hasOwnProperty.call(n,e)?n[e]:void 0;const i=e.split(t);let r=n;for(let s=0;s<i.length;){if(!r||typeof r!="object")return;let a,c="";for(let l=s;l<i.length;++l)if(l!==s&&(c+=t),c+=i[l],a=r[c],a!==void 0){if(["string","number","boolean"].indexOf(typeof a)>-1&&l<i.length-1)continue;s+=l-s+1;break}r=a}return r},ur=n=>n==null?void 0:n.replace("_","-"),Uh={type:"logger",log(n){this.output("log",n)},warn(n){this.output("warn",n)},error(n){this.output("error",n)},output(n,e){var t,i;(i=(t=console==null?void 0:console[n])==null?void 0:t.apply)==null||i.call(t,console,e)}};class dr{constructor(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(e,t)}init(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||Uh,this.options=t,this.debug=t.debug}log(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"log","",!0)}warn(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"warn","",!0)}error(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"error","")}deprecate(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}forward(e,t,i,r){return r&&!this.debug?null:(X(e[0])&&(e[0]=`${i}${this.prefix} ${e[0]}`),this.logger[t](e))}create(e){return new dr(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new dr(this.logger,e)}}var gt=new dr;class is{constructor(){this.observers={}}on(e,t){return e.split(" ").forEach(i=>{this.observers[i]||(this.observers[i]=new Map);const r=this.observers[i].get(t)||0;this.observers[i].set(t,r+1)}),this}off(e,t){if(this.observers[e]){if(!t){delete this.observers[e];return}this.observers[e].delete(t)}}emit(e){for(var t=arguments.length,i=new Array(t>1?t-1:0),r=1;r<t;r++)i[r-1]=arguments[r];this.observers[e]&&Array.from(this.observers[e].entries()).forEach(a=>{let[c,l]=a;for(let u=0;u<l;u++)c(...i)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(a=>{let[c,l]=a;for(let u=0;u<l;u++)c.apply(c,[e,...i])})}}class fl extends is{constructor(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=t,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}getResource(e,t,i){var u,p;let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const s=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,a=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let c;e.indexOf(".")>-1?c=e.split("."):(c=[e,t],i&&(Array.isArray(i)?c.push(...i):X(i)&&s?c.push(...i.split(s)):c.push(i)));const l=lr(this.data,c);return!l&&!t&&!i&&e.indexOf(".")>-1&&(e=c[0],t=c[1],i=c.slice(2).join(".")),l||!a||!X(i)?l:bo((p=(u=this.data)==null?void 0:u[e])==null?void 0:p[t],i,s)}addResource(e,t,i,r){let s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const a=s.keySeparator!==void 0?s.keySeparator:this.options.keySeparator;let c=[e,t];i&&(c=c.concat(a?i.split(a):i)),e.indexOf(".")>-1&&(c=e.split("."),r=t,t=c[1]),this.addNamespaces(t),pl(this.data,c,r),s.silent||this.emit("added",e,t,i,r)}addResources(e,t,i){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const s in i)(X(i[s])||Array.isArray(i[s]))&&this.addResource(e,t,s,i[s],{silent:!0});r.silent||this.emit("added",e,t,i)}addResourceBundle(e,t,i,r,s){let a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},c=[e,t];e.indexOf(".")>-1&&(c=e.split("."),r=i,i=t,t=c[1]),this.addNamespaces(t);let l=lr(this.data,c)||{};a.skipCopy||(i=JSON.parse(JSON.stringify(i))),r?xd(l,i,s):l={...l,...i},pl(this.data,c,l),a.silent||this.emit("added",e,t,i)}removeResourceBundle(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}hasResourceBundle(e,t){return this.getResource(e,t)!==void 0}getResourceBundle(e,t){return t||(t=this.options.defaultNS),this.getResource(e,t)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const t=this.getDataByLanguage(e);return!!(t&&Object.keys(t)||[]).find(r=>t[r]&&Object.keys(t[r]).length>0)}toJSON(){return this.data}}var Sd={processors:{},addPostProcessor(n){this.processors[n.name]=n},handle(n,e,t,i,r){return n.forEach(s=>{var a;e=((a=this.processors[s])==null?void 0:a.process(e,t,i,r))??e}),e}};const hl={};class pr extends is{constructor(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),$h(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=t,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=gt.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(e==null)return!1;const i=this.resolve(e,t);return(i==null?void 0:i.res)!==void 0}extractFromKey(e,t){let i=t.nsSeparator!==void 0?t.nsSeparator:this.options.nsSeparator;i===void 0&&(i=":");const r=t.keySeparator!==void 0?t.keySeparator:this.options.keySeparator;let s=t.ns||this.options.defaultNS||[];const a=i&&e.indexOf(i)>-1,c=!this.options.userDefinedKeySeparator&&!t.keySeparator&&!this.options.userDefinedNsSeparator&&!t.nsSeparator&&!Lh(e,i,r);if(a&&!c){const l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:X(s)?[s]:s};const u=e.split(i);(i!==r||i===r&&this.options.ns.indexOf(u[0])>-1)&&(s=u.shift()),e=u.join(r)}return{key:e,namespaces:X(s)?[s]:s}}translate(e,t,i){if(typeof t!="object"&&this.options.overloadTranslationOptionHandler&&(t=this.options.overloadTranslationOptionHandler(arguments)),typeof t=="object"&&(t={...t}),t||(t={}),e==null)return"";Array.isArray(e)||(e=[String(e)]);const r=t.returnDetails!==void 0?t.returnDetails:this.options.returnDetails,s=t.keySeparator!==void 0?t.keySeparator:this.options.keySeparator,{key:a,namespaces:c}=this.extractFromKey(e[e.length-1],t),l=c[c.length-1],u=t.lng||this.language,p=t.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if((u==null?void 0:u.toLowerCase())==="cimode"){if(p){const F=t.nsSeparator||this.options.nsSeparator;return r?{res:`${l}${F}${a}`,usedKey:a,exactUsedKey:a,usedLng:u,usedNS:l,usedParams:this.getUsedParamsDetails(t)}:`${l}${F}${a}`}return r?{res:a,usedKey:a,exactUsedKey:a,usedLng:u,usedNS:l,usedParams:this.getUsedParamsDetails(t)}:a}const g=this.resolve(e,t);let _=g==null?void 0:g.res;const x=(g==null?void 0:g.usedKey)||a,h=(g==null?void 0:g.exactUsedKey)||a,m=Object.prototype.toString.apply(_),b=["[object Number]","[object Function]","[object RegExp]"],S=t.joinArrays!==void 0?t.joinArrays:this.options.joinArrays,O=!this.i18nFormat||this.i18nFormat.handleAsObject,T=!X(_)&&typeof _!="boolean"&&typeof _!="number";if(O&&_&&T&&b.indexOf(m)<0&&!(X(S)&&Array.isArray(_))){if(!t.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const F=this.options.returnedObjectHandler?this.options.returnedObjectHandler(x,_,{...t,ns:c}):`key '${a} (${this.language})' returned an object instead of string.`;return r?(g.res=F,g.usedParams=this.getUsedParamsDetails(t),g):F}if(s){const F=Array.isArray(_),oe=F?[]:{},pe=F?h:x;for(const ce in _)if(Object.prototype.hasOwnProperty.call(_,ce)){const Pe=`${pe}${s}${ce}`;oe[ce]=this.translate(Pe,{...t,joinArrays:!1,ns:c}),oe[ce]===Pe&&(oe[ce]=_[ce])}_=oe}}else if(O&&X(S)&&Array.isArray(_))_=_.join(S),_&&(_=this.extendTranslation(_,e,t,i));else{let F=!1,oe=!1;const pe=t.count!==void 0&&!X(t.count),ce=pr.hasDefaultValue(t),Pe=pe?this.pluralResolver.getSuffix(u,t.count,t):"",it=t.ordinal&&pe?this.pluralResolver.getSuffix(u,t.count,{ordinal:!1}):"",Fe=pe&&!t.ordinal&&t.count===0,z=Fe&&t[`defaultValue${this.options.pluralSeparator}zero`]||t[`defaultValue${Pe}`]||t[`defaultValue${it}`]||t.defaultValue;!this.isValidLookup(_)&&ce&&(F=!0,_=z),this.isValidLookup(_)||(oe=!0,_=a);const A=(t.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&oe?void 0:_,w=ce&&z!==_&&this.options.updateMissing;if(oe||F||w){if(this.logger.log(w?"updateKey":"missingKey",u,l,a,w?z:_),s){const Z=this.resolve(a,{...t,keySeparator:!1});Z&&Z.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let v=[];const $=this.languageUtils.getFallbackCodes(this.options.fallbackLng,t.lng||this.language);if(this.options.saveMissingTo==="fallback"&&$&&$[0])for(let Z=0;Z<$.length;Z++)v.push($[Z]);else this.options.saveMissingTo==="all"?v=this.languageUtils.toResolveHierarchy(t.lng||this.language):v.push(t.lng||this.language);const R=(Z,K,ee)=>{var M;const se=ce&&ee!==_?ee:A;this.options.missingKeyHandler?this.options.missingKeyHandler(Z,l,K,se,w,t):(M=this.backendConnector)!=null&&M.saveMissing&&this.backendConnector.saveMissing(Z,l,K,se,w,t),this.emit("missingKey",Z,l,K,_)};this.options.saveMissing&&(this.options.saveMissingPlurals&&pe?v.forEach(Z=>{const K=this.pluralResolver.getSuffixes(Z,t);Fe&&t[`defaultValue${this.options.pluralSeparator}zero`]&&K.indexOf(`${this.options.pluralSeparator}zero`)<0&&K.push(`${this.options.pluralSeparator}zero`),K.forEach(ee=>{R([Z],a+ee,t[`defaultValue${ee}`]||z)})}):R(v,a,z))}_=this.extendTranslation(_,e,t,g,i),oe&&_===a&&this.options.appendNamespaceToMissingKey&&(_=`${l}:${a}`),(oe||F)&&this.options.parseMissingKeyHandler&&(_=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}:${a}`:a,F?_:void 0))}return r?(g.res=_,g.usedParams=this.getUsedParamsDetails(t),g):_}extendTranslation(e,t,i,r,s){var u,p;var a=this;if((u=this.i18nFormat)!=null&&u.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...i},i.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!i.skipInterpolation){i.interpolation&&this.interpolator.init({...i,interpolation:{...this.options.interpolation,...i.interpolation}});const g=X(e)&&(((p=i==null?void 0:i.interpolation)==null?void 0:p.skipOnVariables)!==void 0?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let _;if(g){const h=e.match(this.interpolator.nestingRegexp);_=h&&h.length}let x=i.replace&&!X(i.replace)?i.replace:i;if(this.options.interpolation.defaultVariables&&(x={...this.options.interpolation.defaultVariables,...x}),e=this.interpolator.interpolate(e,x,i.lng||this.language||r.usedLng,i),g){const h=e.match(this.interpolator.nestingRegexp),m=h&&h.length;_<m&&(i.nest=!1)}!i.lng&&r&&r.res&&(i.lng=this.language||r.usedLng),i.nest!==!1&&(e=this.interpolator.nest(e,function(){for(var h=arguments.length,m=new Array(h),b=0;b<h;b++)m[b]=arguments[b];return(s==null?void 0:s[0])===m[0]&&!i.context?(a.logger.warn(`It seems you are nesting recursively key: ${m[0]} in key: ${t[0]}`),null):a.translate(...m,t)},i)),i.interpolation&&this.interpolator.reset()}const c=i.postProcess||this.options.postProcess,l=X(c)?[c]:c;return e!=null&&(l!=null&&l.length)&&i.applyPostProcessor!==!1&&(e=Sd.handle(l,e,t,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(i)},...i}:i,this)),e}resolve(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i,r,s,a,c;return X(e)&&(e=[e]),e.forEach(l=>{if(this.isValidLookup(i))return;const u=this.extractFromKey(l,t),p=u.key;r=p;let g=u.namespaces;this.options.fallbackNS&&(g=g.concat(this.options.fallbackNS));const _=t.count!==void 0&&!X(t.count),x=_&&!t.ordinal&&t.count===0,h=t.context!==void 0&&(X(t.context)||typeof t.context=="number")&&t.context!=="",m=t.lngs?t.lngs:this.languageUtils.toResolveHierarchy(t.lng||this.language,t.fallbackLng);g.forEach(b=>{var S,O;this.isValidLookup(i)||(c=b,!hl[`${m[0]}-${b}`]&&((S=this.utils)!=null&&S.hasLoadedNamespace)&&!((O=this.utils)!=null&&O.hasLoadedNamespace(c))&&(hl[`${m[0]}-${b}`]=!0,this.logger.warn(`key "${r}" for languages "${m.join(", ")}" won't get resolved as namespace "${c}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),m.forEach(T=>{var pe;if(this.isValidLookup(i))return;a=T;const F=[p];if((pe=this.i18nFormat)!=null&&pe.addLookupKeys)this.i18nFormat.addLookupKeys(F,p,T,b,t);else{let ce;_&&(ce=this.pluralResolver.getSuffix(T,t.count,t));const Pe=`${this.options.pluralSeparator}zero`,it=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(_&&(F.push(p+ce),t.ordinal&&ce.indexOf(it)===0&&F.push(p+ce.replace(it,this.options.pluralSeparator)),x&&F.push(p+Pe)),h){const Fe=`${p}${this.options.contextSeparator}${t.context}`;F.push(Fe),_&&(F.push(Fe+ce),t.ordinal&&ce.indexOf(it)===0&&F.push(Fe+ce.replace(it,this.options.pluralSeparator)),x&&F.push(Fe+Pe))}}let oe;for(;oe=F.pop();)this.isValidLookup(i)||(s=oe,i=this.getResource(T,b,oe,t))}))})}),{res:i,usedKey:r,exactUsedKey:s,usedLng:a,usedNS:c}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,t,i){var s;let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return(s=this.i18nFormat)!=null&&s.getResource?this.i18nFormat.getResource(e,t,i,r):this.resourceStore.getResource(e,t,i,r)}getUsedParamsDetails(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const t=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],i=e.replace&&!X(e.replace);let r=i?e.replace:e;if(i&&typeof e.count<"u"&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!i){r={...r};for(const s of t)delete r[s]}return r}static hasDefaultValue(e){const t="defaultValue";for(const i in e)if(Object.prototype.hasOwnProperty.call(e,i)&&t===i.substring(0,t.length)&&e[i]!==void 0)return!0;return!1}}class gl{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=gt.create("languageUtils")}getScriptPartFromCode(e){if(e=ur(e),!e||e.indexOf("-")<0)return null;const t=e.split("-");return t.length===2||(t.pop(),t[t.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(t.join("-"))}getLanguagePartFromCode(e){if(e=ur(e),!e||e.indexOf("-")<0)return e;const t=e.split("-");return this.formatLanguageCode(t[0])}formatLanguageCode(e){if(X(e)&&e.indexOf("-")>-1){let t;try{t=Intl.getCanonicalLocales(e)[0]}catch{}return t&&this.options.lowerCaseLng&&(t=t.toLowerCase()),t||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let t;return e.forEach(i=>{if(t)return;const r=this.formatLanguageCode(i);(!this.options.supportedLngs||this.isSupportedCode(r))&&(t=r)}),!t&&this.options.supportedLngs&&e.forEach(i=>{if(t)return;const r=this.getLanguagePartFromCode(i);if(this.isSupportedCode(r))return t=r;t=this.options.supportedLngs.find(s=>{if(s===r)return s;if(!(s.indexOf("-")<0&&r.indexOf("-")<0)&&(s.indexOf("-")>0&&r.indexOf("-")<0&&s.substring(0,s.indexOf("-"))===r||s.indexOf(r)===0&&r.length>1))return s})}),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t}getFallbackCodes(e,t){if(!e)return[];if(typeof e=="function"&&(e=e(t)),X(e)&&(e=[e]),Array.isArray(e))return e;if(!t)return e.default||[];let i=e[t];return i||(i=e[this.getScriptPartFromCode(t)]),i||(i=e[this.formatLanguageCode(t)]),i||(i=e[this.getLanguagePartFromCode(t)]),i||(i=e.default),i||[]}toResolveHierarchy(e,t){const i=this.getFallbackCodes(t||this.options.fallbackLng||[],e),r=[],s=a=>{a&&(this.isSupportedCode(a)?r.push(a):this.logger.warn(`rejecting language code not found in supportedLngs: ${a}`))};return X(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&s(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&s(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&s(this.getLanguagePartFromCode(e))):X(e)&&s(this.formatLanguageCode(e)),i.forEach(a=>{r.indexOf(a)<0&&s(this.formatLanguageCode(a))}),r}}const _l={zero:0,one:1,two:2,few:3,many:4,other:5},ml={select:n=>n===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class Vh{constructor(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=e,this.options=t,this.logger=gt.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,t){this.rules[e]=t}clearCache(){this.pluralRulesCache={}}getRule(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const i=ur(e==="dev"?"en":e),r=t.ordinal?"ordinal":"cardinal",s=JSON.stringify({cleanedCode:i,type:r});if(s in this.pluralRulesCache)return this.pluralRulesCache[s];let a;try{a=new Intl.PluralRules(i,{type:r})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),ml;if(!e.match(/-|_/))return ml;const l=this.languageUtils.getLanguagePartFromCode(e);a=this.getRule(l,t)}return this.pluralRulesCache[s]=a,a}needsPlural(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(e,t);return i||(i=this.getRule("dev",t)),(i==null?void 0:i.resolvedOptions().pluralCategories.length)>1}getPluralFormsOfKey(e,t){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(e,i).map(r=>`${t}${r}`)}getSuffixes(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(e,t);return i||(i=this.getRule("dev",t)),i?i.resolvedOptions().pluralCategories.sort((r,s)=>_l[r]-_l[s]).map(r=>`${this.options.prepend}${t.ordinal?`ordinal${this.options.prepend}`:""}${r}`):[]}getSuffix(e,t){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=this.getRule(e,i);return r?`${this.options.prepend}${i.ordinal?`ordinal${this.options.prepend}`:""}${r.select(t)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",t,i))}}const yl=function(n,e,t){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,s=Nh(n,e,t);return!s&&r&&X(t)&&(s=bo(n,t,i),s===void 0&&(s=bo(e,t,i))),s},so=n=>n.replace(/\$/g,"$$$$");class Mh{constructor(){var t;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=gt.create("interpolator"),this.options=e,this.format=((t=e==null?void 0:e.interpolation)==null?void 0:t.format)||(i=>i),this.init(e)}init(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:t,escapeValue:i,useRawValueToEscape:r,prefix:s,prefixEscaped:a,suffix:c,suffixEscaped:l,formatSeparator:u,unescapeSuffix:p,unescapePrefix:g,nestingPrefix:_,nestingPrefixEscaped:x,nestingSuffix:h,nestingSuffixEscaped:m,nestingOptionsSeparator:b,maxReplaces:S,alwaysFormat:O}=e.interpolation;this.escape=t!==void 0?t:Bh,this.escapeValue=i!==void 0?i:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=s?kn(s):a||"{{",this.suffix=c?kn(c):l||"}}",this.formatSeparator=u||",",this.unescapePrefix=p?"":g||"-",this.unescapeSuffix=this.unescapePrefix?"":p||"",this.nestingPrefix=_?kn(_):x||kn("$t("),this.nestingSuffix=h?kn(h):m||kn(")"),this.nestingOptionsSeparator=b||",",this.maxReplaces=S||1e3,this.alwaysFormat=O!==void 0?O:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(t,i)=>(t==null?void 0:t.source)===i?(t.lastIndex=0,t):new RegExp(i,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,t,i,r){var x;let s,a,c;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=h=>{if(h.indexOf(this.formatSeparator)<0){const O=yl(t,l,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(O,void 0,i,{...r,...t,interpolationkey:h}):O}const m=h.split(this.formatSeparator),b=m.shift().trim(),S=m.join(this.formatSeparator).trim();return this.format(yl(t,l,b,this.options.keySeparator,this.options.ignoreJSONStructure),S,i,{...r,...t,interpolationkey:b})};this.resetRegExp();const p=(r==null?void 0:r.missingInterpolationHandler)||this.options.missingInterpolationHandler,g=((x=r==null?void 0:r.interpolation)==null?void 0:x.skipOnVariables)!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:h=>so(h)},{regex:this.regexp,safeValue:h=>this.escapeValue?so(this.escape(h)):so(h)}].forEach(h=>{for(c=0;s=h.regex.exec(e);){const m=s[1].trim();if(a=u(m),a===void 0)if(typeof p=="function"){const S=p(e,s,r);a=X(S)?S:""}else if(r&&Object.prototype.hasOwnProperty.call(r,m))a="";else if(g){a=s[0];continue}else this.logger.warn(`missed to pass in variable ${m} for interpolating ${e}`),a="";else!X(a)&&!this.useRawValueToEscape&&(a=ll(a));const b=h.safeValue(a);if(e=e.replace(s[0],b),g?(h.regex.lastIndex+=a.length,h.regex.lastIndex-=s[0].length):h.regex.lastIndex=0,c++,c>=this.maxReplaces)break}}),e}nest(e,t){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r,s,a;const c=(l,u)=>{const p=this.nestingOptionsSeparator;if(l.indexOf(p)<0)return l;const g=l.split(new RegExp(`${p}[ ]*{`));let _=`{${g[1]}`;l=g[0],_=this.interpolate(_,a);const x=_.match(/'/g),h=_.match(/"/g);(((x==null?void 0:x.length)??0)%2===0&&!h||h.length%2!==0)&&(_=_.replace(/'/g,'"'));try{a=JSON.parse(_),u&&(a={...u,...a})}catch(m){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,m),`${l}${p}${_}`}return a.defaultValue&&a.defaultValue.indexOf(this.prefix)>-1&&delete a.defaultValue,l};for(;r=this.nestingRegexp.exec(e);){let l=[];a={...i},a=a.replace&&!X(a.replace)?a.replace:a,a.applyPostProcessor=!1,delete a.defaultValue;let u=!1;if(r[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(r[1])){const p=r[1].split(this.formatSeparator).map(g=>g.trim());r[1]=p.shift(),l=p,u=!0}if(s=t(c.call(this,r[1].trim(),a),a),s&&r[0]===e&&!X(s))return s;X(s)||(s=ll(s)),s||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),s=""),u&&(s=l.reduce((p,g)=>this.format(p,g,i.lng,{...i,interpolationkey:r[1].trim()}),s.trim())),e=e.replace(r[0],s),this.regexp.lastIndex=0}return e}}const Dh=n=>{let e=n.toLowerCase().trim();const t={};if(n.indexOf("(")>-1){const i=n.split("(");e=i[0].toLowerCase().trim();const r=i[1].substring(0,i[1].length-1);e==="currency"&&r.indexOf(":")<0?t.currency||(t.currency=r.trim()):e==="relativetime"&&r.indexOf(":")<0?t.range||(t.range=r.trim()):r.split(";").forEach(a=>{if(a){const[c,...l]=a.split(":"),u=l.join(":").trim().replace(/^'+|'+$/g,""),p=c.trim();t[p]||(t[p]=u),u==="false"&&(t[p]=!1),u==="true"&&(t[p]=!0),isNaN(u)||(t[p]=parseInt(u,10))}})}return{formatName:e,formatOptions:t}},xn=n=>{const e={};return(t,i,r)=>{let s=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(s={...s,[r.interpolationkey]:void 0});const a=i+JSON.stringify(s);let c=e[a];return c||(c=n(ur(i),r),e[a]=c),c(t)}};class Hh{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=gt.create("formatter"),this.options=e,this.formats={number:xn((t,i)=>{const r=new Intl.NumberFormat(t,{...i});return s=>r.format(s)}),currency:xn((t,i)=>{const r=new Intl.NumberFormat(t,{...i,style:"currency"});return s=>r.format(s)}),datetime:xn((t,i)=>{const r=new Intl.DateTimeFormat(t,{...i});return s=>r.format(s)}),relativetime:xn((t,i)=>{const r=new Intl.RelativeTimeFormat(t,{...i});return s=>r.format(s,i.range||"day")}),list:xn((t,i)=>{const r=new Intl.ListFormat(t,{...i});return s=>r.format(s)})},this.init(e)}init(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=t.interpolation.formatSeparator||","}add(e,t){this.formats[e.toLowerCase().trim()]=t}addCached(e,t){this.formats[e.toLowerCase().trim()]=xn(t)}format(e,t,i){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const s=t.split(this.formatSeparator);if(s.length>1&&s[0].indexOf("(")>1&&s[0].indexOf(")")<0&&s.find(c=>c.indexOf(")")>-1)){const c=s.findIndex(l=>l.indexOf(")")>-1);s[0]=[s[0],...s.splice(1,c)].join(this.formatSeparator)}return s.reduce((c,l)=>{var g;const{formatName:u,formatOptions:p}=Dh(l);if(this.formats[u]){let _=c;try{const x=((g=r==null?void 0:r.formatParams)==null?void 0:g[r.interpolationkey])||{},h=x.locale||x.lng||r.locale||r.lng||i;_=this.formats[u](c,h,{...p,...r,...x})}catch(x){this.logger.warn(x)}return _}else this.logger.warn(`there was no format function for ${u}`);return c},e)}}const qh=(n,e)=>{n.pending[e]!==void 0&&(delete n.pending[e],n.pendingCount--)};class Fh extends is{constructor(e,t,i){var s,a;let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=e,this.store=t,this.services=i,this.languageUtils=i.languageUtils,this.options=r,this.logger=gt.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],(a=(s=this.backend)==null?void 0:s.init)==null||a.call(s,i,r.backend,r)}queueLoad(e,t,i,r){const s={},a={},c={},l={};return e.forEach(u=>{let p=!0;t.forEach(g=>{const _=`${u}|${g}`;!i.reload&&this.store.hasResourceBundle(u,g)?this.state[_]=2:this.state[_]<0||(this.state[_]===1?a[_]===void 0&&(a[_]=!0):(this.state[_]=1,p=!1,a[_]===void 0&&(a[_]=!0),s[_]===void 0&&(s[_]=!0),l[g]===void 0&&(l[g]=!0)))}),p||(c[u]=!0)}),(Object.keys(s).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(s),pending:Object.keys(a),toLoadLanguages:Object.keys(c),toLoadNamespaces:Object.keys(l)}}loaded(e,t,i){const r=e.split("|"),s=r[0],a=r[1];t&&this.emit("failedLoading",s,a,t),!t&&i&&this.store.addResourceBundle(s,a,i,void 0,void 0,{skipCopy:!0}),this.state[e]=t?-1:2,t&&i&&(this.state[e]=0);const c={};this.queue.forEach(l=>{jh(l.loaded,[s],a),qh(l,e),t&&l.errors.push(t),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(u=>{c[u]||(c[u]={});const p=l.loaded[u];p.length&&p.forEach(g=>{c[u][g]===void 0&&(c[u][g]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",c),this.queue=this.queue.filter(l=>!l.done)}read(e,t,i){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,a=arguments.length>5?arguments[5]:void 0;if(!e.length)return a(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:t,fcName:i,tried:r,wait:s,callback:a});return}this.readingCalls++;const c=(u,p)=>{if(this.readingCalls--,this.waitingReads.length>0){const g=this.waitingReads.shift();this.read(g.lng,g.ns,g.fcName,g.tried,g.wait,g.callback)}if(u&&p&&r<this.maxRetries){setTimeout(()=>{this.read.call(this,e,t,i,r+1,s*2,a)},s);return}a(u,p)},l=this.backend[i].bind(this.backend);if(l.length===2){try{const u=l(e,t);u&&typeof u.then=="function"?u.then(p=>c(null,p)).catch(c):c(null,u)}catch(u){c(u)}return}return l(e,t,c)}prepareLoading(e,t){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();X(e)&&(e=this.languageUtils.toResolveHierarchy(e)),X(t)&&(t=[t]);const s=this.queueLoad(e,t,i,r);if(!s.toLoad.length)return s.pending.length||r(),null;s.toLoad.forEach(a=>{this.loadOne(a)})}load(e,t,i){this.prepareLoading(e,t,{},i)}reload(e,t,i){this.prepareLoading(e,t,{reload:!0},i)}loadOne(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const i=e.split("|"),r=i[0],s=i[1];this.read(r,s,"read",void 0,void 0,(a,c)=>{a&&this.logger.warn(`${t}loading namespace ${s} for language ${r} failed`,a),!a&&c&&this.logger.log(`${t}loaded namespace ${s} for language ${r}`,c),this.loaded(e,a,c)})}saveMissing(e,t,i,r,s){var l,u,p,g,_;let a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},c=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if((u=(l=this.services)==null?void 0:l.utils)!=null&&u.hasLoadedNamespace&&!((g=(p=this.services)==null?void 0:p.utils)!=null&&g.hasLoadedNamespace(t))){this.logger.warn(`did not save key "${i}" as the namespace "${t}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(i==null||i==="")){if((_=this.backend)!=null&&_.create){const x={...a,isUpdate:s},h=this.backend.create.bind(this.backend);if(h.length<6)try{let m;h.length===5?m=h(e,t,i,r,x):m=h(e,t,i,r),m&&typeof m.then=="function"?m.then(b=>c(null,b)).catch(c):c(null,m)}catch(m){c(m)}else h(e,t,i,r,c,x)}!e||!e[0]||this.store.addResource(e[0],t,i,r)}}}const vl=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:n=>{let e={};if(typeof n[1]=="object"&&(e=n[1]),X(n[1])&&(e.defaultValue=n[1]),X(n[2])&&(e.tDescription=n[2]),typeof n[2]=="object"||typeof n[3]=="object"){const t=n[3]||n[2];Object.keys(t).forEach(i=>{e[i]=t[i]})}return e},interpolation:{escapeValue:!0,format:n=>n,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),wl=n=>{var e,t;return X(n.ns)&&(n.ns=[n.ns]),X(n.fallbackLng)&&(n.fallbackLng=[n.fallbackLng]),X(n.fallbackNS)&&(n.fallbackNS=[n.fallbackNS]),((t=(e=n.supportedLngs)==null?void 0:e.indexOf)==null?void 0:t.call(e,"cimode"))<0&&(n.supportedLngs=n.supportedLngs.concat(["cimode"])),typeof n.initImmediate=="boolean"&&(n.initAsync=n.initImmediate),n},Ji=()=>{},Kh=n=>{Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach(t=>{typeof n[t]=="function"&&(n[t]=n[t].bind(n))})};class gi extends is{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;if(super(),this.options=wl(e),this.services={},this.logger=gt,this.modules={external:[]},Kh(this),t&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,t),this;setTimeout(()=>{this.init(e,t)},0)}}init(){var e=this;let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof t=="function"&&(i=t,t={}),!t.defaultNS&&t.defaultNS!==!1&&t.ns&&(X(t.ns)?t.defaultNS=t.ns:t.ns.indexOf("translation")<0&&(t.defaultNS=t.ns[0]));const r=vl();this.options={...r,...this.options,...wl(t)},this.options.interpolation={...r.interpolation,...this.options.interpolation},t.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=t.keySeparator),t.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=t.nsSeparator);const s=p=>p?typeof p=="function"?new p:p:null;if(!this.options.isClone){this.modules.logger?gt.init(s(this.modules.logger),this.options):gt.init(null,this.options);let p;this.modules.formatter?p=this.modules.formatter:p=Hh;const g=new gl(this.options);this.store=new fl(this.options.resources,this.options);const _=this.services;_.logger=gt,_.resourceStore=this.store,_.languageUtils=g,_.pluralResolver=new Vh(g,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),p&&(!this.options.interpolation.format||this.options.interpolation.format===r.interpolation.format)&&(_.formatter=s(p),_.formatter.init(_,this.options),this.options.interpolation.format=_.formatter.format.bind(_.formatter)),_.interpolator=new Mh(this.options),_.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},_.backendConnector=new Fh(s(this.modules.backend),_.resourceStore,_,this.options),_.backendConnector.on("*",function(x){for(var h=arguments.length,m=new Array(h>1?h-1:0),b=1;b<h;b++)m[b-1]=arguments[b];e.emit(x,...m)}),this.modules.languageDetector&&(_.languageDetector=s(this.modules.languageDetector),_.languageDetector.init&&_.languageDetector.init(_,this.options.detection,this.options)),this.modules.i18nFormat&&(_.i18nFormat=s(this.modules.i18nFormat),_.i18nFormat.init&&_.i18nFormat.init(this)),this.translator=new pr(this.services,this.options),this.translator.on("*",function(x){for(var h=arguments.length,m=new Array(h>1?h-1:0),b=1;b<h;b++)m[b-1]=arguments[b];e.emit(x,...m)}),this.modules.external.forEach(x=>{x.init&&x.init(this)})}if(this.format=this.options.interpolation.format,i||(i=Ji),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const p=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);p.length>0&&p[0]!=="dev"&&(this.options.lng=p[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(p=>{this[p]=function(){return e.store[p](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(p=>{this[p]=function(){return e.store[p](...arguments),e}});const l=ni(),u=()=>{const p=(g,_)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(_),i(g,_)};if(this.languages&&!this.isInitialized)return p(null,this.t.bind(this));this.changeLanguage(this.options.lng,p)};return this.options.resources||!this.options.initAsync?u():setTimeout(u,0),l}loadResources(e){var s,a;let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ji;const r=X(e)?e:this.language;if(typeof e=="function"&&(i=e),!this.options.resources||this.options.partialBundledLanguages){if((r==null?void 0:r.toLowerCase())==="cimode"&&(!this.options.preload||this.options.preload.length===0))return i();const c=[],l=u=>{if(!u||u==="cimode")return;this.services.languageUtils.toResolveHierarchy(u).forEach(g=>{g!=="cimode"&&c.indexOf(g)<0&&c.push(g)})};r?l(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(p=>l(p)),(a=(s=this.options.preload)==null?void 0:s.forEach)==null||a.call(s,u=>l(u)),this.services.backendConnector.load(c,this.options.ns,u=>{!u&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),i(u)})}else i(null)}reloadResources(e,t,i){const r=ni();return typeof e=="function"&&(i=e,e=void 0),typeof t=="function"&&(i=t,t=void 0),e||(e=this.languages),t||(t=this.options.ns),i||(i=Ji),this.services.backendConnector.reload(e,t,s=>{r.resolve(),i(s)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&Sd.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!(["cimode","dev"].indexOf(e)>-1))for(let t=0;t<this.languages.length;t++){const i=this.languages[t];if(!(["cimode","dev"].indexOf(i)>-1)&&this.store.hasLanguageSomeTranslations(i)){this.resolvedLanguage=i;break}}}changeLanguage(e,t){var i=this;this.isLanguageChangingTo=e;const r=ni();this.emit("languageChanging",e);const s=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},a=(l,u)=>{u?(s(u),this.translator.changeLanguage(u),this.isLanguageChangingTo=void 0,this.emit("languageChanged",u),this.logger.log("languageChanged",u)):this.isLanguageChangingTo=void 0,r.resolve(function(){return i.t(...arguments)}),t&&t(l,function(){return i.t(...arguments)})},c=l=>{var p,g;!e&&!l&&this.services.languageDetector&&(l=[]);const u=X(l)?l:this.services.languageUtils.getBestMatchFromCodes(l);u&&(this.language||s(u),this.translator.language||this.translator.changeLanguage(u),(g=(p=this.services.languageDetector)==null?void 0:p.cacheUserLanguage)==null||g.call(p,u)),this.loadResources(u,_=>{a(_,u)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?c(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(c):this.services.languageDetector.detect(c):c(e),r}getFixedT(e,t,i){var r=this;const s=function(a,c){let l;if(typeof c!="object"){for(var u=arguments.length,p=new Array(u>2?u-2:0),g=2;g<u;g++)p[g-2]=arguments[g];l=r.options.overloadTranslationOptionHandler([a,c].concat(p))}else l={...c};l.lng=l.lng||s.lng,l.lngs=l.lngs||s.lngs,l.ns=l.ns||s.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||i||s.keyPrefix);const _=r.options.keySeparator||".";let x;return l.keyPrefix&&Array.isArray(a)?x=a.map(h=>`${l.keyPrefix}${_}${h}`):x=l.keyPrefix?`${l.keyPrefix}${_}${a}`:a,r.t(x,l)};return X(e)?s.lng=e:s.lngs=e,s.ns=t,s.keyPrefix=i,s}t(){var r;for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return(r=this.translator)==null?void 0:r.translate(...t)}exists(){var r;for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return(r=this.translator)==null?void 0:r.exists(...t)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const i=t.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,s=this.languages[this.languages.length-1];if(i.toLowerCase()==="cimode")return!0;const a=(c,l)=>{const u=this.services.backendConnector.state[`${c}|${l}`];return u===-1||u===0||u===2};if(t.precheck){const c=t.precheck(this,a);if(c!==void 0)return c}return!!(this.hasResourceBundle(i,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||a(i,e)&&(!r||a(s,e)))}loadNamespaces(e,t){const i=ni();return this.options.ns?(X(e)&&(e=[e]),e.forEach(r=>{this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}),this.loadResources(r=>{i.resolve(),t&&t(r)}),i):(t&&t(),Promise.resolve())}loadLanguages(e,t){const i=ni();X(e)&&(e=[e]);const r=this.options.preload||[],s=e.filter(a=>r.indexOf(a)<0&&this.services.languageUtils.isSupportedCode(a));return s.length?(this.options.preload=r.concat(s),this.loadResources(a=>{i.resolve(),t&&t(a)}),i):(t&&t(),Promise.resolve())}dir(e){var r,s;if(e||(e=this.resolvedLanguage||(((r=this.languages)==null?void 0:r.length)>0?this.languages[0]:this.language)),!e)return"rtl";const t=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],i=((s=this.services)==null?void 0:s.languageUtils)||new gl(vl());return t.indexOf(i.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return new gi(e,t)}cloneInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Ji;const i=e.forkResourceStore;i&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},s=new gi(r);if((e.debug!==void 0||e.prefix!==void 0)&&(s.logger=s.logger.clone(e)),["store","services","language"].forEach(c=>{s[c]=this[c]}),s.services={...this.services},s.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},i){const c=Object.keys(this.store.data).reduce((l,u)=>(l[u]={...this.store.data[u]},Object.keys(l[u]).reduce((p,g)=>(p[g]={...l[u][g]},p),{})),{});s.store=new fl(c,r),s.services.resourceStore=s.store}return s.translator=new pr(s.services,r),s.translator.on("*",function(c){for(var l=arguments.length,u=new Array(l>1?l-1:0),p=1;p<l;p++)u[p-1]=arguments[p];s.emit(c,...u)}),s.init(r,t),s.translator.options=r,s.translator.backendConnector.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},s}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const Oe=gi.createInstance();Oe.createInstance=gi.createInstance;Oe.createInstance;Oe.dir;Oe.init;Oe.loadResources;Oe.reloadResources;Oe.use;Oe.changeLanguage;Oe.getFixedT;const ue=Oe.t;Oe.exists;Oe.setDefaultNamespace;Oe.hasLoadedNamespace;Oe.loadNamespaces;Oe.loadLanguages;const Ht=o.z.object({start:o.z.number(),limit:o.z.number(),length:o.z.number()}),Ka=o.z.object({created_at:o.z.string(),updated_at:o.z.string()}),Ad=o.z.object({email:o.z.string().optional(),email_verified:o.z.boolean().optional(),name:o.z.string().optional(),username:o.z.string().optional(),given_name:o.z.string().optional(),phone_number:o.z.string().optional(),phone_verified:o.z.boolean().optional(),family_name:o.z.string().optional()}).catchall(o.z.any()),Id=o.z.object({connection:o.z.string(),user_id:o.z.string(),provider:o.z.string(),isSocial:o.z.boolean(),access_token:o.z.string().optional(),access_token_secret:o.z.string().optional(),refresh_token:o.z.string().optional(),profileData:Ad.optional()}),rs=o.z.object({email:o.z.string().optional(),username:o.z.string().optional(),given_name:o.z.string().optional(),family_name:o.z.string().optional(),nickname:o.z.string().optional(),name:o.z.string().optional(),picture:o.z.string().optional(),locale:o.z.string().optional(),linked_to:o.z.string().optional(),profileData:o.z.string().optional(),user_id:o.z.string().optional(),app_metadata:o.z.any().default({}).optional(),user_metadata:o.z.any().default({}).optional()}),fr=rs.extend({email_verified:o.z.boolean().default(!1),verify_email:o.z.boolean().optional(),last_ip:o.z.string().optional(),last_login:o.z.string().optional(),user_id:o.z.string().optional(),provider:o.z.string().default("email"),connection:o.z.string().default("email"),is_social:o.z.boolean().optional()}),Wa=o.z.object({...fr.shape,...Ka.shape,user_id:o.z.string(),is_social:o.z.boolean(),email:o.z.string(),login_count:o.z.number(),identities:o.z.array(Id).optional()}),ht=Wa,Wh=rs.extend({email:o.z.string(),login_count:o.z.number(),multifactor:o.z.array(o.z.string()).optional(),last_ip:o.z.string().optional(),last_login:o.z.string().optional(),user_id:o.z.string()}).catchall(o.z.any()),Gh="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let Jh=(n=21)=>{let e="",t=crypto.getRandomValues(new Uint8Array(n));for(;n--;)e+=Gh[t[n]&63];return e};const Ed=o.z.object({audience:o.z.string().optional(),recipient:o.z.string().optional(),createUpnClaim:o.z.boolean().optional(),mapUnknownClaimsAsIs:o.z.boolean().optional(),passthroughClaimsWithNoMapping:o.z.boolean().optional(),mapIdentities:o.z.boolean().optional(),signatureAlgorithm:o.z.string().optional(),digestAlgorithm:o.z.string().optional(),issuer:o.z.string().optional(),destination:o.z.string().optional(),lifetimeInSeconds:o.z.number().optional(),signResponse:o.z.boolean().optional(),nameIdentifierFormat:o.z.string().optional(),nameIdentifierProbes:o.z.array(o.z.string()).optional(),authnContextClassRef:o.z.string().optional(),mappings:o.z.record(o.z.string()).optional()}),hr=o.z.object({id:o.z.string(),name:o.z.string(),callbacks:o.z.array(o.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs whitelisted to use as a callback to the client after authentication."}),allowed_origins:o.z.array(o.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs allowed to make requests from JavaScript to Auth0 API (typically used with CORS). By default, all your callback URLs will be allowed. This field allows you to enter other origins if necessary. You can also use wildcards at the subdomain level. Query strings and hash information are not taken into account when validating these URLs."}),web_origins:o.z.array(o.z.string()).default([]).optional().openapi({description:"Comma-separated list of allowed origins for use with Cross-Origin Authentication, Device Flow, and web message response mode."}),allowed_logout_urls:o.z.array(o.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs that are valid to redirect to after logout from Auth0. Wildcards are allowed for subdomains."}),allowed_clients:o.z.array(o.z.string()).default([]).optional().openapi({description:"Ids of clients that will be allowed to perform delegation requests. Clients that will be allowed to make delegation request. By default, all your clients will be allowed. This field allows you to specify specific clients"}),addons:o.z.object({samlp:Ed.optional()}).default({}).optional().openapi({description:"Addons associated with the client. The key is the addon's package name and the value is an object with the configuration for the addon."}),email_validation:o.z.enum(["enabled","disabled","enforced"]).default("enforced").optional().openapi({description:"Defines if it possible to sign in with an unverified email and if verification emails will be sent. This is not available in auth0"}),client_secret:o.z.string().default(()=>Jh()).optional(),disable_sign_ups:o.z.boolean().optional().default(!1).openapi({description:"Prevents users from signing up using the hosted login page. This is not available in auth0"})}),Yt=o.z.object({created_at:o.z.string().transform(n=>n===null?"":n),updated_at:o.z.string().transform(n=>n===null?"":n),...hr.shape});var sn=(n=>(n.TOKEN="token",n.TOKEN_ID_TOKEN="token id_token",n.CODE="code",n))(sn||{}),Ut=(n=>(n.QUERY="query",n.FRAGMENT="fragment",n.FORM_POST="form_post",n.WEB_MESSAGE="web_message",n.SAML_POST="saml_post",n))(Ut||{}),ss=(n=>(n.S256="S256",n.Plain="plain",n))(ss||{});const Ga=o.z.object({client_id:o.z.string(),vendor_id:o.z.string().optional(),act_as:o.z.string().optional(),response_type:o.z.nativeEnum(sn).optional(),response_mode:o.z.nativeEnum(Ut).optional(),redirect_uri:o.z.string().optional(),audience:o.z.string().optional(),state:o.z.string().optional(),nonce:o.z.string().optional(),scope:o.z.string().optional(),prompt:o.z.string().optional(),code_challenge_method:o.z.nativeEnum(ss).optional(),code_challenge:o.z.string().optional(),username:o.z.string().optional(),ui_locales:o.z.string().optional()}),ko=o.z.object({colors:o.z.object({primary:o.z.string(),page_background:o.z.object({type:o.z.string().optional(),start:o.z.string().optional(),end:o.z.string().optional(),angle_deg:o.z.number().optional()}).optional()}).optional(),logo_url:o.z.string().optional(),favicon_url:o.z.string().optional(),font:o.z.object({url:o.z.string()}).optional()}),gr=o.z.object({id:o.z.string().optional(),name:o.z.string(),strategy:o.z.string(),options:o.z.object({kid:o.z.string().optional(),team_id:o.z.string().optional(),realms:o.z.string().optional(),client_id:o.z.string().optional(),client_secret:o.z.string().optional(),app_secret:o.z.string().optional(),scope:o.z.string().optional(),authorization_endpoint:o.z.string().default("").optional(),token_endpoint:o.z.string().default("").optional(),userinfo_endpoint:o.z.string().default("").optional(),jwks_uri:o.z.string().default("").optional(),discovery_url:o.z.string().default("").optional(),issuer:o.z.string().default("").optional()}).default({}).optional(),enabled_clients:o.z.array(o.z.string()).default([]).optional(),response_type:o.z.custom().optional(),response_mode:o.z.custom().optional()}),Bt=o.z.object({id:o.z.string(),created_at:o.z.string().transform(n=>n===null?"":n),updated_at:o.z.string().transform(n=>n===null?"":n)}).extend(gr.shape),_r=o.z.object({name:o.z.string(),audience:o.z.string(),sender_email:o.z.string().email(),sender_name:o.z.string(),support_url:o.z.string().url().optional(),logo:o.z.string().url().optional(),primary_color:o.z.string().optional(),secondary_color:o.z.string().optional(),language:o.z.string().optional(),id:o.z.string().optional()}),En=o.z.object({created_at:o.z.string().transform(n=>n===null?"":n),updated_at:o.z.string().transform(n=>n===null?"":n),..._r.shape,id:o.z.string()}),Zh=o.z.object({logoUrl:o.z.string(),loginBackgroundImage:o.z.string().nullish(),style:o.z.object({primaryColor:o.z.string(),buttonTextColor:o.z.string(),primaryHoverColor:o.z.string()}),supportEmail:o.z.string().nullable(),supportUrl:o.z.string().nullable(),name:o.z.string(),showGreyishBackground:o.z.boolean().optional(),termsAndConditionsUrl:o.z.string().nullable(),companyName:o.z.string().optional(),checkoutHideSocial:o.z.boolean().optional(),siteUrl:o.z.string().nullable(),manageSubscriptionsUrl:o.z.string().optional()}),Yh=o.z.object({domain:o.z.string(),dkim_private_key:o.z.string().optional(),dkim_public_key:o.z.string().optional(),email_api_key:o.z.string().optional(),email_service:o.z.string().optional()});o.z.object({...Yt.shape,domains:o.z.array(Yh),tenant:En,connections:o.z.array(Bt)});const zd=o.z.enum(["password_reset","email_verification","otp","authorization_code","oauth2_state","ticket"]),$d=o.z.object({code_id:o.z.string().openapi({description:"The code that will be used in for instance an email verification flow"}),login_id:o.z.string().openapi({description:"The id of the login session that the code is connected to"}),connection_id:o.z.string().optional().openapi({description:"The connection that the code is connected to"}),code_type:zd,code_verifier:o.z.string().optional().openapi({description:"The code verifier used in PKCE in outbound flows"}),expires_at:o.z.string(),used_at:o.z.string().optional(),user_id:o.z.string().optional()}),Xh=o.z.object({...$d.shape,created_at:o.z.string()}),Cd=o.z.object({domain:o.z.string(),dkim_private_key:o.z.string().optional(),dkim_public_key:o.z.string().optional(),email_api_key:o.z.string().optional(),email_service:o.z.string().optional()}),Qh=Ka.extend({...Cd.shape,id:o.z.string()}),mr=o.z.object({trigger_id:o.z.enum(["pre-user-signup","post-user-registration","post-user-login"]),enabled:o.z.boolean().default(!1),url:o.z.string(),hook_id:o.z.string().optional(),synchronous:o.z.boolean().default(!1),priority:o.z.number().optional()}),An=mr.extend({...Ka.shape,hook_id:o.z.string()}),Ja=o.z.object({alg:o.z.enum(["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512"]),e:o.z.string(),kid:o.z.string(),kty:o.z.enum(["RSA","EC","oct"]),n:o.z.string(),x5t:o.z.string().optional(),x5c:o.z.array(o.z.string()).optional(),use:o.z.enum(["sig","enc"]).optional()}),jd=o.z.object({keys:o.z.array(Ja)}),xo=o.z.object({issuer:o.z.string(),authorization_endpoint:o.z.string(),token_endpoint:o.z.string(),device_authorization_endpoint:o.z.string(),userinfo_endpoint:o.z.string(),mfa_challenge_endpoint:o.z.string(),jwks_uri:o.z.string(),registration_endpoint:o.z.string(),revocation_endpoint:o.z.string(),scopes_supported:o.z.array(o.z.string()),response_types_supported:o.z.array(o.z.string()),code_challenge_methods_supported:o.z.array(o.z.string()),response_modes_supported:o.z.array(o.z.string()),subject_types_supported:o.z.array(o.z.string()),id_token_signing_alg_values_supported:o.z.array(o.z.string()),token_endpoint_auth_methods_supported:o.z.array(o.z.string()),claims_supported:o.z.array(o.z.string()),request_uri_parameter_supported:o.z.boolean(),request_parameter_supported:o.z.boolean(),token_endpoint_auth_signing_alg_values_supported:o.z.array(o.z.string())}),Nd=o.z.object({auth0Client:o.z.string().optional(),authParams:Ga,expires_at:o.z.string(),deleted_at:o.z.string().optional(),ip:o.z.string().optional(),useragent:o.z.string().optional()}).openapi({description:"This represents a login sesion"}),eg=o.z.object({...Nd.shape,login_id:o.z.string().openapi({description:"This is is used as the state in the universal login"}),created_at:o.z.string(),updated_at:o.z.string()});var _e=(n=>(n.FAILED_SILENT_AUTH="fsa",n.FAILED_SIGNUP="fs",n.FAILED_LOGIN="f",n.FAILED_LOGIN_INCORRECT_PASSWORD="fp",n.FAILED_CHANGE_PASSWORD="fcp",n.FAILED_BY_CONNECTOR="fc",n.FAILED_LOGIN_INVALID_EMAIL_USERNAME="fu",n.FAILED_HOOK="fh",n.FAILED_CROSS_ORIGIN_AUTHENTICATION="fcoa",n.SUCCESS_API_OPERATION="sapi",n.SUCCESS_CHANGE_PASSWORD="scp",n.SUCCESS_CHANGE_PASSWORD_REQUEST="scpr",n.SUCCESS_CHANGE_USERNAME="scu",n.SUCCESS_CROSS_ORIGIN_AUTHENTICATION="scoa",n.SUCCESS_EXCHANGE_AUTHORIZATION_CODE_FOR_ACCESS_TOKEN="seacft",n.SUCCESS_EXCHANGE_REFRESH_TOKEN_FOR_ACCESS_TOKEN="serft",n.SUCCESS_LOGIN="s",n.SUCCESS_LOGOUT="slo",n.SUCCESS_SIGNUP="ss",n.SUCCESS_SILENT_AUTH="ssa",n.SUCCESS_VERIFICATION_EMAIL="sv",n.SUCCESS_VERIFICATION_EMAIL_REQUEST="svr",n.CODE_LINK_SENT="cls",n.BLOCKED_ACCOUNT_EMAIL="limit_wc",n.BLOCKED_ACCOUNT_IP="limit_sul",n.BLOCKED_IP_ADDRESS="limit_mu",n))(_e||{});const tg=o.z.enum(["cls","fsa","fs","f","fc","fcoa","fcp","fh","fp","fs","fu","s","sapi","scoa","scp","scpr","scu","seacft","serft","slo","ss","ssa","sv","svr"]),Od=o.z.object({name:o.z.string(),version:o.z.string(),env:o.z.object({node:o.z.string().optional()}).optional()}),yr=o.z.object({type:tg,date:o.z.string(),description:o.z.string().optional(),log_id:o.z.string().optional(),_id:o.z.string().optional(),ip:o.z.string(),user_agent:o.z.string(),details:o.z.any().optional(),isMobile:o.z.boolean(),user_id:o.z.string().optional(),user_name:o.z.string().optional(),connection:o.z.string().optional(),connection_id:o.z.string().optional(),client_id:o.z.string().optional(),client_name:o.z.string().optional(),audience:o.z.string().optional(),scope:o.z.array(o.z.string()).optional(),strategy:o.z.string().optional(),strategy_type:o.z.string().optional(),hostname:o.z.string().optional(),auth0_client:Od.optional()}),Bd=o.z.object({user_id:o.z.string(),password:o.z.string(),algorithm:o.z.enum(["bcrypt","argon2id"]).default("argon2id")}),ng=o.z.object({...Bd.shape,created_at:o.z.string(),updated_at:o.z.string()}),Td=o.z.object({initial_user_agent:o.z.string().describe("First user agent of the device from which this user logged in"),initial_ip:o.z.string().describe("First IP address associated with this session"),initial_asn:o.z.string().describe("First autonomous system number associated with this session"),last_user_agent:o.z.string().describe("Last user agent of the device from which this user logged in"),last_ip:o.z.string().describe("Last IP address from which this user logged in"),last_asn:o.z.string().describe("Last autonomous system number from which this user logged in")}),Rd=o.z.object({id:o.z.string(),revoked_at:o.z.string().optional(),used_at:o.z.string().optional(),user_id:o.z.string().describe("The user ID associated with the session"),expires_at:o.z.string().optional(),idle_expires_at:o.z.string().optional(),device:Td.describe("Metadata related to the device used in the session"),clients:o.z.array(o.z.string()).describe("List of client details for the session")}),os=o.z.object({created_at:o.z.string(),updated_at:o.z.string(),authenticated_at:o.z.string(),last_interaction_at:o.z.string(),...Rd.shape}),So=o.z.object({kid:o.z.string().openapi({description:"The key id of the signing key"}),cert:o.z.string().openapi({description:"The public certificate of the signing key"}),fingerprint:o.z.string().openapi({description:"The cert fingerprint"}),thumbprint:o.z.string().openapi({description:"The cert thumbprint"}),pkcs7:o.z.string().optional().openapi({description:"The private key in pkcs7 format"}),current:o.z.boolean().optional().openapi({description:"True if the key is the current key"}),next:o.z.boolean().optional().openapi({description:"True if the key is the next key"}),previous:o.z.boolean().optional().openapi({description:"True if the key is the previous key"}),current_since:o.z.string().optional().openapi({description:"The date and time when the key became the current key"}),current_until:o.z.string().optional().openapi({description:"The date and time when the current key was rotated"}),revoked:o.z.boolean().optional().openapi({description:"True if the key is revoked"}),revoked_at:o.z.string().optional().openapi({description:"The date and time when the key was revoked"})});var ci=(n=>(n.RefreshToken="refresh_token",n.AuthorizationCode="authorization_code",n.ClientCredential="client_credentials",n.Passwordless="passwordless",n.Password="password",n))(ci||{});const Pd=o.z.object({access_token:o.z.string(),id_token:o.z.string().optional(),scope:o.z.string().optional(),state:o.z.string().optional(),refresh_token:o.z.string().optional(),token_type:o.z.string(),expires_in:o.z.number()});o.z.object({code:o.z.string(),state:o.z.string().optional()});const Ld=o.z.object({button_border_radius:o.z.number(),button_border_weight:o.z.number(),buttons_style:o.z.enum(["pill"]),input_border_radius:o.z.number(),input_border_weight:o.z.number(),inputs_style:o.z.enum(["pill"]),show_widget_shadow:o.z.boolean(),widget_border_weight:o.z.number(),widget_corner_radius:o.z.number()}),Ud=o.z.object({base_focus_color:o.z.string(),base_hover_color:o.z.string(),body_text:o.z.string(),captcha_widget_theme:o.z.enum(["auto"]),error:o.z.string(),header:o.z.string(),icons:o.z.string(),input_background:o.z.string(),input_border:o.z.string(),input_filled_text:o.z.string(),input_labels_placeholders:o.z.string(),links_focused_components:o.z.string(),primary_button:o.z.string(),primary_button_label:o.z.string(),secondary_button_border:o.z.string(),secondary_button_label:o.z.string(),success:o.z.string(),widget_background:o.z.string(),widget_border:o.z.string()}),Jt=o.z.object({bold:o.z.boolean(),size:o.z.number()}),Vd=o.z.object({body_text:Jt,buttons_text:Jt,font_url:o.z.string(),input_labels:Jt,links:Jt,links_style:o.z.enum(["normal"]),reference_text_size:o.z.number(),subtitle:Jt,title:Jt}),Md=o.z.object({background_color:o.z.string(),background_image_url:o.z.string(),page_layout:o.z.enum(["center"])}),Dd=o.z.object({header_text_alignment:o.z.enum(["center"]),logo_height:o.z.number(),logo_position:o.z.enum(["center"]),logo_url:o.z.string(),social_buttons_layout:o.z.enum(["bottom"])}),Hd=o.z.object({borders:Ld,colors:Ud,displayName:o.z.string(),fonts:Vd,page_background:Md,widget:Dd}),ig=Hd.extend({themeId:o.z.string()}),tr=o.z.object({universal_login_experience:o.z.enum(["new","classic"]).default("new"),identifier_first:o.z.boolean().default(!0),password_first:o.z.boolean().default(!1),webauthn_platform_first_factor:o.z.boolean()}),nr=o.z.object({name:o.z.string(),enabled:o.z.boolean().optional().default(!0),default_from_address:o.z.string().optional(),credentials:o.z.union([o.z.object({accessKeyId:o.z.string(),secretAccessKey:o.z.string(),region:o.z.string()}),o.z.object({smtp_host:o.z.array(o.z.string()),smtp_port:o.z.number(),smtp_user:o.z.string(),smtp_pass:o.z.string()}),o.z.object({api_key:o.z.string(),domain:o.z.string().optional()}),o.z.object({connectionString:o.z.string()}),o.z.object({tenantId:o.z.string(),clientId:o.z.string(),clientSecret:o.z.string()})]),settings:o.z.object({}).optional()}),Za=o.z.object({id:o.z.string(),session_id:o.z.string(),user_id:o.z.string(),client_id:o.z.string(),expires_at:o.z.string().optional(),idle_expires_at:o.z.string().optional(),last_exchanged_at:o.z.string().optional(),device:Td,resource_servers:o.z.array(o.z.object({audience:o.z.string(),scopes:o.z.string()})),rotating:o.z.boolean()}),rg=o.z.object({created_at:o.z.string(),...Za.shape});function sg(n){const[e,t]=n.split("|");if(!e||!t)throw new Error(`Invalid user_id: ${n}`);return{connection:e,id:t}}const og=new o.OpenAPIHono().openapi(o.createRoute({tags:["branding"],method:"get",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:ko}},description:"Branding settings"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=await n.env.data.branding.get(e);return t?n.json(t):n.json({})}).openapi(o.createRoute({tags:["branding"],method:"patch",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object(ko.shape).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Branding settings"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json");return await n.env.data.branding.set(e,t),n.text("OK")});var j=class extends Error{constructor(e=500,t){super(t==null?void 0:t.message,{cause:t==null?void 0:t.cause});te(this,"res");te(this,"status");this.res=t==null?void 0:t.res,this.status=e}getResponse(){return this.res?new Response(this.res.body,{status:this.status,headers:this.res.headers}):new Response(this.message,{status:this.status})}},vr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function ag(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}function cg(n){if(n.__esModule)return n;var e=n.default;if(typeof e=="function"){var t=function i(){return this instanceof i?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(n).forEach(function(i){var r=Object.getOwnPropertyDescriptor(n,i);Object.defineProperty(t,i,r.get?r:{enumerable:!0,get:function(){return n[i]}})}),t}function lg(n){throw new Error('Could not dynamically require "'+n+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var qd={exports:{}};const ug={},dg=Object.freeze(Object.defineProperty({__proto__:null,default:ug},Symbol.toStringTag,{value:"Module"})),pg=cg(dg);(function(n){/**
|
|
1
|
+
"use strict";var _g=Object.defineProperty;var mg=(t,e,n)=>e in t?_g(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Q=(t,e,n)=>mg(t,typeof e!="symbol"?e+"":e,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("@hono/zod-openapi"),ee=t=>typeof t=="string",ci=()=>{let t,e;const n=new Promise((i,r)=>{t=i,e=r});return n.resolve=t,n.reject=e,n},Ol=t=>t==null?"":""+t,yg=(t,e,n)=>{t.forEach(i=>{e[i]&&(n[i]=e[i])})},vg=/###/g,Bl=t=>t&&t.indexOf("###")>-1?t.replace(vg,"."):t,Tl=t=>!t||ee(t),fi=(t,e,n)=>{const i=ee(e)?e.split("."):e;let r=0;for(;r<i.length-1;){if(Tl(t))return{};const s=Bl(i[r]);!t[s]&&n&&(t[s]=new n),Object.prototype.hasOwnProperty.call(t,s)?t=t[s]:t={},++r}return Tl(t)?{}:{obj:t,k:Bl(i[r])}},Rl=(t,e,n)=>{const{obj:i,k:r}=fi(t,e,Object);if(i!==void 0||e.length===1){i[r]=n;return}let s=e[e.length-1],o=e.slice(0,e.length-1),c=fi(t,o,Object);for(;c.obj===void 0&&o.length;)s=`${o[o.length-1]}.${s}`,o=o.slice(0,o.length-1),c=fi(t,o,Object),c!=null&&c.obj&&typeof c.obj[`${c.k}.${s}`]<"u"&&(c.obj=void 0);c.obj[`${c.k}.${s}`]=n},wg=(t,e,n,i)=>{const{obj:r,k:s}=fi(t,e,Object);r[s]=r[s]||[],r[s].push(n)},vr=(t,e)=>{const{obj:n,k:i}=fi(t,e);if(n&&Object.prototype.hasOwnProperty.call(n,i))return n[i]},bg=(t,e,n)=>{const i=vr(t,n);return i!==void 0?i:vr(e,n)},ip=(t,e,n)=>{for(const i in e)i!=="__proto__"&&i!=="constructor"&&(i in t?ee(t[i])||t[i]instanceof String||ee(e[i])||e[i]instanceof String?n&&(t[i]=e[i]):ip(t[i],e[i],n):t[i]=e[i]);return t},En=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var kg={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const xg=t=>ee(t)?t.replace(/[&<>"'\/]/g,e=>kg[e]):t;class Sg{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const n=this.regExpMap.get(e);if(n!==void 0)return n;const i=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,i),this.regExpQueue.push(e),i}}const Ag=[" ",",","?","!",";"],Ig=new Sg(20),Eg=(t,e,n)=>{e=e||"",n=n||"";const i=Ag.filter(o=>e.indexOf(o)<0&&n.indexOf(o)<0);if(i.length===0)return!0;const r=Ig.getRegExp(`(${i.map(o=>o==="?"?"\\?":o).join("|")})`);let s=!r.test(t);if(!s){const o=t.indexOf(n);o>0&&!r.test(t.substring(0,o))&&(s=!0)}return s},Vo=function(t,e){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:".";if(!t)return;if(t[e])return Object.prototype.hasOwnProperty.call(t,e)?t[e]:void 0;const i=e.split(n);let r=t;for(let s=0;s<i.length;){if(!r||typeof r!="object")return;let o,c="";for(let l=s;l<i.length;++l)if(l!==s&&(c+=n),c+=i[l],o=r[c],o!==void 0){if(["string","number","boolean"].indexOf(typeof o)>-1&&l<i.length-1)continue;s+=l-s+1;break}r=o}return r},wr=t=>t==null?void 0:t.replace("_","-"),Cg={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){var n,i;(i=(n=console==null?void 0:console[t])==null?void 0:n.apply)==null||i.call(n,console,e)}};class br{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.init(e,n)}init(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.prefix=n.prefix||"i18next:",this.logger=e||Cg,this.options=n,this.debug=n.debug}log(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return this.forward(n,"log","",!0)}warn(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return this.forward(n,"warn","",!0)}error(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return this.forward(n,"error","")}deprecate(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,i,r){return r&&!this.debug?null:(ee(e[0])&&(e[0]=`${i}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new br(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new br(this.logger,e)}}var vt=new br;class gs{constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(i=>{this.observers[i]||(this.observers[i]=new Map);const r=this.observers[i].get(n)||0;this.observers[i].set(n,r+1)}),this}off(e,n){if(this.observers[e]){if(!n){delete this.observers[e];return}this.observers[e].delete(n)}}emit(e){for(var n=arguments.length,i=new Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];this.observers[e]&&Array.from(this.observers[e].entries()).forEach(o=>{let[c,l]=o;for(let u=0;u<l;u++)c(...i)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(o=>{let[c,l]=o;for(let u=0;u<l;u++)c.apply(c,[e,...i])})}}class Pl extends gs{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{ns:["translation"],defaultNS:"translation"};super(),this.data=e||{},this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const n=this.options.ns.indexOf(e);n>-1&&this.options.ns.splice(n,1)}getResource(e,n,i){var u,p;let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const s=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,o=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let c;e.indexOf(".")>-1?c=e.split("."):(c=[e,n],i&&(Array.isArray(i)?c.push(...i):ee(i)&&s?c.push(...i.split(s)):c.push(i)));const l=vr(this.data,c);return!l&&!n&&!i&&e.indexOf(".")>-1&&(e=c[0],n=c[1],i=c.slice(2).join(".")),l||!o||!ee(i)?l:Vo((p=(u=this.data)==null?void 0:u[e])==null?void 0:p[n],i,s)}addResource(e,n,i,r){let s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const o=s.keySeparator!==void 0?s.keySeparator:this.options.keySeparator;let c=[e,n];i&&(c=c.concat(o?i.split(o):i)),e.indexOf(".")>-1&&(c=e.split("."),r=n,n=c[1]),this.addNamespaces(n),Rl(this.data,c,r),s.silent||this.emit("added",e,n,i,r)}addResources(e,n,i){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const s in i)(ee(i[s])||Array.isArray(i[s]))&&this.addResource(e,n,s,i[s],{silent:!0});r.silent||this.emit("added",e,n,i)}addResourceBundle(e,n,i,r,s){let o=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},c=[e,n];e.indexOf(".")>-1&&(c=e.split("."),r=i,i=n,n=c[1]),this.addNamespaces(n);let l=vr(this.data,c)||{};o.skipCopy||(i=JSON.parse(JSON.stringify(i))),r?ip(l,i,s):l={...l,...i},Rl(this.data,c,l),o.silent||this.emit("added",e,n,i)}removeResourceBundle(e,n){this.hasResourceBundle(e,n)&&delete this.data[e][n],this.removeNamespaces(n),this.emit("removed",e,n)}hasResourceBundle(e,n){return this.getResource(e,n)!==void 0}getResourceBundle(e,n){return n||(n=this.options.defaultNS),this.getResource(e,n)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const n=this.getDataByLanguage(e);return!!(n&&Object.keys(n)||[]).find(r=>n[r]&&Object.keys(n[r]).length>0)}toJSON(){return this.data}}var rp={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,i,r){return t.forEach(s=>{var o;e=((o=this.processors[s])==null?void 0:o.process(e,n,i,r))??e}),e}};const Ll={};class kr extends gs{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),yg(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=vt.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};if(e==null)return!1;const i=this.resolve(e,n);return(i==null?void 0:i.res)!==void 0}extractFromKey(e,n){let i=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;i===void 0&&(i=":");const r=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let s=n.ns||this.options.defaultNS||[];const o=i&&e.indexOf(i)>-1,c=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!Eg(e,i,r);if(o&&!c){const l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:ee(s)?[s]:s};const u=e.split(i);(i!==r||i===r&&this.options.ns.indexOf(u[0])>-1)&&(s=u.shift()),e=u.join(r)}return{key:e,namespaces:ee(s)?[s]:s}}translate(e,n,i){if(typeof n!="object"&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),typeof n=="object"&&(n={...n}),n||(n={}),e==null)return"";Array.isArray(e)||(e=[String(e)]);const r=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,s=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:o,namespaces:c}=this.extractFromKey(e[e.length-1],n),l=c[c.length-1],u=n.lng||this.language,p=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if((u==null?void 0:u.toLowerCase())==="cimode"){if(p){const K=n.nsSeparator||this.options.nsSeparator;return r?{res:`${l}${K}${o}`,usedKey:o,exactUsedKey:o,usedLng:u,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:`${l}${K}${o}`}return r?{res:o,usedKey:o,exactUsedKey:o,usedLng:u,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:o}const g=this.resolve(e,n);let _=g==null?void 0:g.res;const k=(g==null?void 0:g.usedKey)||o,h=(g==null?void 0:g.exactUsedKey)||o,m=Object.prototype.toString.apply(_),b=["[object Number]","[object Function]","[object RegExp]"],S=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,O=!this.i18nFormat||this.i18nFormat.handleAsObject,T=!ee(_)&&typeof _!="boolean"&&typeof _!="number";if(O&&_&&T&&b.indexOf(m)<0&&!(ee(S)&&Array.isArray(_))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const K=this.options.returnedObjectHandler?this.options.returnedObjectHandler(k,_,{...n,ns:c}):`key '${o} (${this.language})' returned an object instead of string.`;return r?(g.res=K,g.usedParams=this.getUsedParamsDetails(n),g):K}if(s){const K=Array.isArray(_),ce=K?[]:{},he=K?h:k;for(const ue in _)if(Object.prototype.hasOwnProperty.call(_,ue)){const Le=`${he}${s}${ue}`;ce[ue]=this.translate(Le,{...n,joinArrays:!1,ns:c}),ce[ue]===Le&&(ce[ue]=_[ue])}_=ce}}else if(O&&ee(S)&&Array.isArray(_))_=_.join(S),_&&(_=this.extendTranslation(_,e,n,i));else{let K=!1,ce=!1;const he=n.count!==void 0&&!ee(n.count),ue=kr.hasDefaultValue(n),Le=he?this.pluralResolver.getSuffix(u,n.count,n):"",st=n.ordinal&&he?this.pluralResolver.getSuffix(u,n.count,{ordinal:!1}):"",Ke=he&&!n.ordinal&&n.count===0,C=Ke&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${Le}`]||n[`defaultValue${st}`]||n.defaultValue;!this.isValidLookup(_)&&ue&&(K=!0,_=C),this.isValidLookup(_)||(ce=!0,_=o);const A=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&ce?void 0:_,w=ue&&C!==_&&this.options.updateMissing;if(ce||K||w){if(this.logger.log(w?"updateKey":"missingKey",u,l,o,w?C:_),s){const Y=this.resolve(o,{...n,keySeparator:!1});Y&&Y.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let v=[];const z=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&z&&z[0])for(let Y=0;Y<z.length;Y++)v.push(z[Y]);else this.options.saveMissingTo==="all"?v=this.languageUtils.toResolveHierarchy(n.lng||this.language):v.push(n.lng||this.language);const R=(Y,W,ne)=>{var D;const ae=ue&&ne!==_?ne:A;this.options.missingKeyHandler?this.options.missingKeyHandler(Y,l,W,ae,w,n):(D=this.backendConnector)!=null&&D.saveMissing&&this.backendConnector.saveMissing(Y,l,W,ae,w,n),this.emit("missingKey",Y,l,W,_)};this.options.saveMissing&&(this.options.saveMissingPlurals&&he?v.forEach(Y=>{const W=this.pluralResolver.getSuffixes(Y,n);Ke&&n[`defaultValue${this.options.pluralSeparator}zero`]&&W.indexOf(`${this.options.pluralSeparator}zero`)<0&&W.push(`${this.options.pluralSeparator}zero`),W.forEach(ne=>{R([Y],o+ne,n[`defaultValue${ne}`]||C)})}):R(v,o,C))}_=this.extendTranslation(_,e,n,g,i),ce&&_===o&&this.options.appendNamespaceToMissingKey&&(_=`${l}:${o}`),(ce||K)&&this.options.parseMissingKeyHandler&&(_=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}:${o}`:o,K?_:void 0))}return r?(g.res=_,g.usedParams=this.getUsedParamsDetails(n),g):_}extendTranslation(e,n,i,r,s){var u,p;var o=this;if((u=this.i18nFormat)!=null&&u.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...i},i.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!i.skipInterpolation){i.interpolation&&this.interpolator.init({...i,interpolation:{...this.options.interpolation,...i.interpolation}});const g=ee(e)&&(((p=i==null?void 0:i.interpolation)==null?void 0:p.skipOnVariables)!==void 0?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let _;if(g){const h=e.match(this.interpolator.nestingRegexp);_=h&&h.length}let k=i.replace&&!ee(i.replace)?i.replace:i;if(this.options.interpolation.defaultVariables&&(k={...this.options.interpolation.defaultVariables,...k}),e=this.interpolator.interpolate(e,k,i.lng||this.language||r.usedLng,i),g){const h=e.match(this.interpolator.nestingRegexp),m=h&&h.length;_<m&&(i.nest=!1)}!i.lng&&r&&r.res&&(i.lng=this.language||r.usedLng),i.nest!==!1&&(e=this.interpolator.nest(e,function(){for(var h=arguments.length,m=new Array(h),b=0;b<h;b++)m[b]=arguments[b];return(s==null?void 0:s[0])===m[0]&&!i.context?(o.logger.warn(`It seems you are nesting recursively key: ${m[0]} in key: ${n[0]}`),null):o.translate(...m,n)},i)),i.interpolation&&this.interpolator.reset()}const c=i.postProcess||this.options.postProcess,l=ee(c)?[c]:c;return e!=null&&(l!=null&&l.length)&&i.applyPostProcessor!==!1&&(e=rp.handle(l,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(i)},...i}:i,this)),e}resolve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i,r,s,o,c;return ee(e)&&(e=[e]),e.forEach(l=>{if(this.isValidLookup(i))return;const u=this.extractFromKey(l,n),p=u.key;r=p;let g=u.namespaces;this.options.fallbackNS&&(g=g.concat(this.options.fallbackNS));const _=n.count!==void 0&&!ee(n.count),k=_&&!n.ordinal&&n.count===0,h=n.context!==void 0&&(ee(n.context)||typeof n.context=="number")&&n.context!=="",m=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);g.forEach(b=>{var S,O;this.isValidLookup(i)||(c=b,!Ll[`${m[0]}-${b}`]&&((S=this.utils)!=null&&S.hasLoadedNamespace)&&!((O=this.utils)!=null&&O.hasLoadedNamespace(c))&&(Ll[`${m[0]}-${b}`]=!0,this.logger.warn(`key "${r}" for languages "${m.join(", ")}" won't get resolved as namespace "${c}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),m.forEach(T=>{var he;if(this.isValidLookup(i))return;o=T;const K=[p];if((he=this.i18nFormat)!=null&&he.addLookupKeys)this.i18nFormat.addLookupKeys(K,p,T,b,n);else{let ue;_&&(ue=this.pluralResolver.getSuffix(T,n.count,n));const Le=`${this.options.pluralSeparator}zero`,st=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(_&&(K.push(p+ue),n.ordinal&&ue.indexOf(st)===0&&K.push(p+ue.replace(st,this.options.pluralSeparator)),k&&K.push(p+Le)),h){const Ke=`${p}${this.options.contextSeparator}${n.context}`;K.push(Ke),_&&(K.push(Ke+ue),n.ordinal&&ue.indexOf(st)===0&&K.push(Ke+ue.replace(st,this.options.pluralSeparator)),k&&K.push(Ke+Le))}}let ce;for(;ce=K.pop();)this.isValidLookup(i)||(s=ce,i=this.getResource(T,b,ce,n))}))})}),{res:i,usedKey:r,exactUsedKey:s,usedLng:o,usedNS:c}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,i){var s;let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return(s=this.i18nFormat)!=null&&s.getResource?this.i18nFormat.getResource(e,n,i,r):this.resourceStore.getResource(e,n,i,r)}getUsedParamsDetails(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const n=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],i=e.replace&&!ee(e.replace);let r=i?e.replace:e;if(i&&typeof e.count<"u"&&(r.count=e.count),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!i){r={...r};for(const s of n)delete r[s]}return r}static hasDefaultValue(e){const n="defaultValue";for(const i in e)if(Object.prototype.hasOwnProperty.call(e,i)&&n===i.substring(0,n.length)&&e[i]!==void 0)return!0;return!1}}class Ul{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=vt.create("languageUtils")}getScriptPartFromCode(e){if(e=wr(e),!e||e.indexOf("-")<0)return null;const n=e.split("-");return n.length===2||(n.pop(),n[n.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(n.join("-"))}getLanguagePartFromCode(e){if(e=wr(e),!e||e.indexOf("-")<0)return e;const n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(ee(e)&&e.indexOf("-")>-1){let n;try{n=Intl.getCanonicalLocales(e)[0]}catch{}return n&&this.options.lowerCaseLng&&(n=n.toLowerCase()),n||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let n;return e.forEach(i=>{if(n)return;const r=this.formatLanguageCode(i);(!this.options.supportedLngs||this.isSupportedCode(r))&&(n=r)}),!n&&this.options.supportedLngs&&e.forEach(i=>{if(n)return;const r=this.getLanguagePartFromCode(i);if(this.isSupportedCode(r))return n=r;n=this.options.supportedLngs.find(s=>{if(s===r)return s;if(!(s.indexOf("-")<0&&r.indexOf("-")<0)&&(s.indexOf("-")>0&&r.indexOf("-")<0&&s.substring(0,s.indexOf("-"))===r||s.indexOf(r)===0&&r.length>1))return s})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),ee(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let i=e[n];return i||(i=e[this.getScriptPartFromCode(n)]),i||(i=e[this.formatLanguageCode(n)]),i||(i=e[this.getLanguagePartFromCode(n)]),i||(i=e.default),i||[]}toResolveHierarchy(e,n){const i=this.getFallbackCodes(n||this.options.fallbackLng||[],e),r=[],s=o=>{o&&(this.isSupportedCode(o)?r.push(o):this.logger.warn(`rejecting language code not found in supportedLngs: ${o}`))};return ee(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&s(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&s(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&s(this.getLanguagePartFromCode(e))):ee(e)&&s(this.formatLanguageCode(e)),i.forEach(o=>{r.indexOf(o)<0&&s(this.formatLanguageCode(o))}),r}}const Vl={zero:0,one:1,two:2,few:3,many:4,other:5},Ml={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class zg{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=e,this.options=n,this.logger=vt.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,n){this.rules[e]=n}clearCache(){this.pluralRulesCache={}}getRule(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const i=wr(e==="dev"?"en":e),r=n.ordinal?"ordinal":"cardinal",s=JSON.stringify({cleanedCode:i,type:r});if(s in this.pluralRulesCache)return this.pluralRulesCache[s];let o;try{o=new Intl.PluralRules(i,{type:r})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),Ml;if(!e.match(/-|_/))return Ml;const l=this.languageUtils.getLanguagePartFromCode(e);o=this.getRule(l,n)}return this.pluralRulesCache[s]=o,o}needsPlural(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(e,n);return i||(i=this.getRule("dev",n)),(i==null?void 0:i.resolvedOptions().pluralCategories.length)>1}getPluralFormsOfKey(e,n){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(e,i).map(r=>`${n}${r}`)}getSuffixes(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=this.getRule(e,n);return i||(i=this.getRule("dev",n)),i?i.resolvedOptions().pluralCategories.sort((r,s)=>Vl[r]-Vl[s]).map(r=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${r}`):[]}getSuffix(e,n){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const r=this.getRule(e,i);return r?`${this.options.prepend}${i.ordinal?`ordinal${this.options.prepend}`:""}${r.select(n)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",n,i))}}const Dl=function(t,e,n){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,s=bg(t,e,n);return!s&&r&&ee(n)&&(s=Vo(t,n,i),s===void 0&&(s=Vo(e,n,i))),s},ko=t=>t.replace(/\$/g,"$$$$");class $g{constructor(){var n;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=vt.create("interpolator"),this.options=e,this.format=((n=e==null?void 0:e.interpolation)==null?void 0:n.format)||(i=>i),this.init(e)}init(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});const{escape:n,escapeValue:i,useRawValueToEscape:r,prefix:s,prefixEscaped:o,suffix:c,suffixEscaped:l,formatSeparator:u,unescapeSuffix:p,unescapePrefix:g,nestingPrefix:_,nestingPrefixEscaped:k,nestingSuffix:h,nestingSuffixEscaped:m,nestingOptionsSeparator:b,maxReplaces:S,alwaysFormat:O}=e.interpolation;this.escape=n!==void 0?n:xg,this.escapeValue=i!==void 0?i:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=s?En(s):o||"{{",this.suffix=c?En(c):l||"}}",this.formatSeparator=u||",",this.unescapePrefix=p?"":g||"-",this.unescapeSuffix=this.unescapePrefix?"":p||"",this.nestingPrefix=_?En(_):k||En("$t("),this.nestingSuffix=h?En(h):m||En(")"),this.nestingOptionsSeparator=b||",",this.maxReplaces=S||1e3,this.alwaysFormat=O!==void 0?O:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(n,i)=>(n==null?void 0:n.source)===i?(n.lastIndex=0,n):new RegExp(i,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}(.+?)${this.nestingSuffix}`)}interpolate(e,n,i,r){var k;let s,o,c;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},u=h=>{if(h.indexOf(this.formatSeparator)<0){const O=Dl(n,l,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(O,void 0,i,{...r,...n,interpolationkey:h}):O}const m=h.split(this.formatSeparator),b=m.shift().trim(),S=m.join(this.formatSeparator).trim();return this.format(Dl(n,l,b,this.options.keySeparator,this.options.ignoreJSONStructure),S,i,{...r,...n,interpolationkey:b})};this.resetRegExp();const p=(r==null?void 0:r.missingInterpolationHandler)||this.options.missingInterpolationHandler,g=((k=r==null?void 0:r.interpolation)==null?void 0:k.skipOnVariables)!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:h=>ko(h)},{regex:this.regexp,safeValue:h=>this.escapeValue?ko(this.escape(h)):ko(h)}].forEach(h=>{for(c=0;s=h.regex.exec(e);){const m=s[1].trim();if(o=u(m),o===void 0)if(typeof p=="function"){const S=p(e,s,r);o=ee(S)?S:""}else if(r&&Object.prototype.hasOwnProperty.call(r,m))o="";else if(g){o=s[0];continue}else this.logger.warn(`missed to pass in variable ${m} for interpolating ${e}`),o="";else!ee(o)&&!this.useRawValueToEscape&&(o=Ol(o));const b=h.safeValue(o);if(e=e.replace(s[0],b),g?(h.regex.lastIndex+=o.length,h.regex.lastIndex-=s[0].length):h.regex.lastIndex=0,c++,c>=this.maxReplaces)break}}),e}nest(e,n){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r,s,o;const c=(l,u)=>{const p=this.nestingOptionsSeparator;if(l.indexOf(p)<0)return l;const g=l.split(new RegExp(`${p}[ ]*{`));let _=`{${g[1]}`;l=g[0],_=this.interpolate(_,o);const k=_.match(/'/g),h=_.match(/"/g);(((k==null?void 0:k.length)??0)%2===0&&!h||h.length%2!==0)&&(_=_.replace(/'/g,'"'));try{o=JSON.parse(_),u&&(o={...u,...o})}catch(m){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,m),`${l}${p}${_}`}return o.defaultValue&&o.defaultValue.indexOf(this.prefix)>-1&&delete o.defaultValue,l};for(;r=this.nestingRegexp.exec(e);){let l=[];o={...i},o=o.replace&&!ee(o.replace)?o.replace:o,o.applyPostProcessor=!1,delete o.defaultValue;let u=!1;if(r[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(r[1])){const p=r[1].split(this.formatSeparator).map(g=>g.trim());r[1]=p.shift(),l=p,u=!0}if(s=n(c.call(this,r[1].trim(),o),o),s&&r[0]===e&&!ee(s))return s;ee(s)||(s=Ol(s)),s||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),s=""),u&&(s=l.reduce((p,g)=>this.format(p,g,i.lng,{...i,interpolationkey:r[1].trim()}),s.trim())),e=e.replace(r[0],s),this.regexp.lastIndex=0}return e}}const jg=t=>{let e=t.toLowerCase().trim();const n={};if(t.indexOf("(")>-1){const i=t.split("(");e=i[0].toLowerCase().trim();const r=i[1].substring(0,i[1].length-1);e==="currency"&&r.indexOf(":")<0?n.currency||(n.currency=r.trim()):e==="relativetime"&&r.indexOf(":")<0?n.range||(n.range=r.trim()):r.split(";").forEach(o=>{if(o){const[c,...l]=o.split(":"),u=l.join(":").trim().replace(/^'+|'+$/g,""),p=c.trim();n[p]||(n[p]=u),u==="false"&&(n[p]=!1),u==="true"&&(n[p]=!0),isNaN(u)||(n[p]=parseInt(u,10))}})}return{formatName:e,formatOptions:n}},Cn=t=>{const e={};return(n,i,r)=>{let s=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(s={...s,[r.interpolationkey]:void 0});const o=i+JSON.stringify(s);let c=e[o];return c||(c=t(wr(i),r),e[o]=c),c(n)}};class Ng{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=vt.create("formatter"),this.options=e,this.formats={number:Cn((n,i)=>{const r=new Intl.NumberFormat(n,{...i});return s=>r.format(s)}),currency:Cn((n,i)=>{const r=new Intl.NumberFormat(n,{...i,style:"currency"});return s=>r.format(s)}),datetime:Cn((n,i)=>{const r=new Intl.DateTimeFormat(n,{...i});return s=>r.format(s)}),relativetime:Cn((n,i)=>{const r=new Intl.RelativeTimeFormat(n,{...i});return s=>r.format(s,i.range||"day")}),list:Cn((n,i)=>{const r=new Intl.ListFormat(n,{...i});return s=>r.format(s)})},this.init(e)}init(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{interpolation:{}};this.formatSeparator=n.interpolation.formatSeparator||","}add(e,n){this.formats[e.toLowerCase().trim()]=n}addCached(e,n){this.formats[e.toLowerCase().trim()]=Cn(n)}format(e,n,i){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const s=n.split(this.formatSeparator);if(s.length>1&&s[0].indexOf("(")>1&&s[0].indexOf(")")<0&&s.find(c=>c.indexOf(")")>-1)){const c=s.findIndex(l=>l.indexOf(")")>-1);s[0]=[s[0],...s.splice(1,c)].join(this.formatSeparator)}return s.reduce((c,l)=>{var g;const{formatName:u,formatOptions:p}=jg(l);if(this.formats[u]){let _=c;try{const k=((g=r==null?void 0:r.formatParams)==null?void 0:g[r.interpolationkey])||{},h=k.locale||k.lng||r.locale||r.lng||i;_=this.formats[u](c,h,{...p,...r,...k})}catch(k){this.logger.warn(k)}return _}else this.logger.warn(`there was no format function for ${u}`);return c},e)}}const Og=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class Bg extends gs{constructor(e,n,i){var s,o;let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=e,this.store=n,this.services=i,this.languageUtils=i.languageUtils,this.options=r,this.logger=vt.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],(o=(s=this.backend)==null?void 0:s.init)==null||o.call(s,i,r.backend,r)}queueLoad(e,n,i,r){const s={},o={},c={},l={};return e.forEach(u=>{let p=!0;n.forEach(g=>{const _=`${u}|${g}`;!i.reload&&this.store.hasResourceBundle(u,g)?this.state[_]=2:this.state[_]<0||(this.state[_]===1?o[_]===void 0&&(o[_]=!0):(this.state[_]=1,p=!1,o[_]===void 0&&(o[_]=!0),s[_]===void 0&&(s[_]=!0),l[g]===void 0&&(l[g]=!0)))}),p||(c[u]=!0)}),(Object.keys(s).length||Object.keys(o).length)&&this.queue.push({pending:o,pendingCount:Object.keys(o).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(s),pending:Object.keys(o),toLoadLanguages:Object.keys(c),toLoadNamespaces:Object.keys(l)}}loaded(e,n,i){const r=e.split("|"),s=r[0],o=r[1];n&&this.emit("failedLoading",s,o,n),!n&&i&&this.store.addResourceBundle(s,o,i,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&i&&(this.state[e]=0);const c={};this.queue.forEach(l=>{wg(l.loaded,[s],o),Og(l,e),n&&l.errors.push(n),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(u=>{c[u]||(c[u]={});const p=l.loaded[u];p.length&&p.forEach(g=>{c[u][g]===void 0&&(c[u][g]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",c),this.queue=this.queue.filter(l=>!l.done)}read(e,n,i){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:this.retryTimeout,o=arguments.length>5?arguments[5]:void 0;if(!e.length)return o(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:n,fcName:i,tried:r,wait:s,callback:o});return}this.readingCalls++;const c=(u,p)=>{if(this.readingCalls--,this.waitingReads.length>0){const g=this.waitingReads.shift();this.read(g.lng,g.ns,g.fcName,g.tried,g.wait,g.callback)}if(u&&p&&r<this.maxRetries){setTimeout(()=>{this.read.call(this,e,n,i,r+1,s*2,o)},s);return}o(u,p)},l=this.backend[i].bind(this.backend);if(l.length===2){try{const u=l(e,n);u&&typeof u.then=="function"?u.then(p=>c(null,p)).catch(c):c(null,u)}catch(u){c(u)}return}return l(e,n,c)}prepareLoading(e,n){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();ee(e)&&(e=this.languageUtils.toResolveHierarchy(e)),ee(n)&&(n=[n]);const s=this.queueLoad(e,n,i,r);if(!s.toLoad.length)return s.pending.length||r(),null;s.toLoad.forEach(o=>{this.loadOne(o)})}load(e,n,i){this.prepareLoading(e,n,{},i)}reload(e,n,i){this.prepareLoading(e,n,{reload:!0},i)}loadOne(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const i=e.split("|"),r=i[0],s=i[1];this.read(r,s,"read",void 0,void 0,(o,c)=>{o&&this.logger.warn(`${n}loading namespace ${s} for language ${r} failed`,o),!o&&c&&this.logger.log(`${n}loaded namespace ${s} for language ${r}`,c),this.loaded(e,o,c)})}saveMissing(e,n,i,r,s){var l,u,p,g,_;let o=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},c=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if((u=(l=this.services)==null?void 0:l.utils)!=null&&u.hasLoadedNamespace&&!((g=(p=this.services)==null?void 0:p.utils)!=null&&g.hasLoadedNamespace(n))){this.logger.warn(`did not save key "${i}" as the namespace "${n}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(i==null||i==="")){if((_=this.backend)!=null&&_.create){const k={...o,isUpdate:s},h=this.backend.create.bind(this.backend);if(h.length<6)try{let m;h.length===5?m=h(e,n,i,r,k):m=h(e,n,i,r),m&&typeof m.then=="function"?m.then(b=>c(null,b)).catch(c):c(null,m)}catch(m){c(m)}else h(e,n,i,r,c,k)}!e||!e[0]||this.store.addResource(e[0],n,i,r)}}}const Fl=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),ee(t[1])&&(e.defaultValue=t[1]),ee(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const n=t[3]||t[2];Object.keys(n).forEach(i=>{e[i]=n[i]})}return e},interpolation:{escapeValue:!0,format:t=>t,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),Hl=t=>{var e,n;return ee(t.ns)&&(t.ns=[t.ns]),ee(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),ee(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),((n=(e=t.supportedLngs)==null?void 0:e.indexOf)==null?void 0:n.call(e,"cimode"))<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),typeof t.initImmediate=="boolean"&&(t.initAsync=t.initImmediate),t},rr=()=>{},Tg=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})};class bi extends gs{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=Hl(e),this.services={},this.logger=vt,this.modules={external:[]},Tg(this),n&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,n),this;setTimeout(()=>{this.init(e,n)},0)}}init(){var e=this;let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},i=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(i=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(ee(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const r=Fl();this.options={...r,...this.options,...Hl(n)},this.options.interpolation={...r.interpolation,...this.options.interpolation},n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const s=p=>p?typeof p=="function"?new p:p:null;if(!this.options.isClone){this.modules.logger?vt.init(s(this.modules.logger),this.options):vt.init(null,this.options);let p;this.modules.formatter?p=this.modules.formatter:p=Ng;const g=new Ul(this.options);this.store=new Pl(this.options.resources,this.options);const _=this.services;_.logger=vt,_.resourceStore=this.store,_.languageUtils=g,_.pluralResolver=new zg(g,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),p&&(!this.options.interpolation.format||this.options.interpolation.format===r.interpolation.format)&&(_.formatter=s(p),_.formatter.init(_,this.options),this.options.interpolation.format=_.formatter.format.bind(_.formatter)),_.interpolator=new $g(this.options),_.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},_.backendConnector=new Bg(s(this.modules.backend),_.resourceStore,_,this.options),_.backendConnector.on("*",function(k){for(var h=arguments.length,m=new Array(h>1?h-1:0),b=1;b<h;b++)m[b-1]=arguments[b];e.emit(k,...m)}),this.modules.languageDetector&&(_.languageDetector=s(this.modules.languageDetector),_.languageDetector.init&&_.languageDetector.init(_,this.options.detection,this.options)),this.modules.i18nFormat&&(_.i18nFormat=s(this.modules.i18nFormat),_.i18nFormat.init&&_.i18nFormat.init(this)),this.translator=new kr(this.services,this.options),this.translator.on("*",function(k){for(var h=arguments.length,m=new Array(h>1?h-1:0),b=1;b<h;b++)m[b-1]=arguments[b];e.emit(k,...m)}),this.modules.external.forEach(k=>{k.init&&k.init(this)})}if(this.format=this.options.interpolation.format,i||(i=rr),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const p=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);p.length>0&&p[0]!=="dev"&&(this.options.lng=p[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(p=>{this[p]=function(){return e.store[p](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(p=>{this[p]=function(){return e.store[p](...arguments),e}});const l=ci(),u=()=>{const p=(g,_)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(_),i(g,_)};if(this.languages&&!this.isInitialized)return p(null,this.t.bind(this));this.changeLanguage(this.options.lng,p)};return this.options.resources||!this.options.initAsync?u():setTimeout(u,0),l}loadResources(e){var s,o;let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:rr;const r=ee(e)?e:this.language;if(typeof e=="function"&&(i=e),!this.options.resources||this.options.partialBundledLanguages){if((r==null?void 0:r.toLowerCase())==="cimode"&&(!this.options.preload||this.options.preload.length===0))return i();const c=[],l=u=>{if(!u||u==="cimode")return;this.services.languageUtils.toResolveHierarchy(u).forEach(g=>{g!=="cimode"&&c.indexOf(g)<0&&c.push(g)})};r?l(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(p=>l(p)),(o=(s=this.options.preload)==null?void 0:s.forEach)==null||o.call(s,u=>l(u)),this.services.backendConnector.load(c,this.options.ns,u=>{!u&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),i(u)})}else i(null)}reloadResources(e,n,i){const r=ci();return typeof e=="function"&&(i=e,e=void 0),typeof n=="function"&&(i=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),i||(i=rr),this.services.backendConnector.reload(e,n,s=>{r.resolve(),i(s)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&rp.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!(["cimode","dev"].indexOf(e)>-1))for(let n=0;n<this.languages.length;n++){const i=this.languages[n];if(!(["cimode","dev"].indexOf(i)>-1)&&this.store.hasLanguageSomeTranslations(i)){this.resolvedLanguage=i;break}}}changeLanguage(e,n){var i=this;this.isLanguageChangingTo=e;const r=ci();this.emit("languageChanging",e);const s=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},o=(l,u)=>{u?(s(u),this.translator.changeLanguage(u),this.isLanguageChangingTo=void 0,this.emit("languageChanged",u),this.logger.log("languageChanged",u)):this.isLanguageChangingTo=void 0,r.resolve(function(){return i.t(...arguments)}),n&&n(l,function(){return i.t(...arguments)})},c=l=>{var p,g;!e&&!l&&this.services.languageDetector&&(l=[]);const u=ee(l)?l:this.services.languageUtils.getBestMatchFromCodes(l);u&&(this.language||s(u),this.translator.language||this.translator.changeLanguage(u),(g=(p=this.services.languageDetector)==null?void 0:p.cacheUserLanguage)==null||g.call(p,u)),this.loadResources(u,_=>{o(_,u)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?c(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(c):this.services.languageDetector.detect(c):c(e),r}getFixedT(e,n,i){var r=this;const s=function(o,c){let l;if(typeof c!="object"){for(var u=arguments.length,p=new Array(u>2?u-2:0),g=2;g<u;g++)p[g-2]=arguments[g];l=r.options.overloadTranslationOptionHandler([o,c].concat(p))}else l={...c};l.lng=l.lng||s.lng,l.lngs=l.lngs||s.lngs,l.ns=l.ns||s.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||i||s.keyPrefix);const _=r.options.keySeparator||".";let k;return l.keyPrefix&&Array.isArray(o)?k=o.map(h=>`${l.keyPrefix}${_}${h}`):k=l.keyPrefix?`${l.keyPrefix}${_}${o}`:o,r.t(k,l)};return ee(e)?s.lng=e:s.lngs=e,s.ns=n,s.keyPrefix=i,s}t(){var r;for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return(r=this.translator)==null?void 0:r.translate(...n)}exists(){var r;for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return(r=this.translator)==null?void 0:r.exists(...n)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const i=n.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,s=this.languages[this.languages.length-1];if(i.toLowerCase()==="cimode")return!0;const o=(c,l)=>{const u=this.services.backendConnector.state[`${c}|${l}`];return u===-1||u===0||u===2};if(n.precheck){const c=n.precheck(this,o);if(c!==void 0)return c}return!!(this.hasResourceBundle(i,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||o(i,e)&&(!r||o(s,e)))}loadNamespaces(e,n){const i=ci();return this.options.ns?(ee(e)&&(e=[e]),e.forEach(r=>{this.options.ns.indexOf(r)<0&&this.options.ns.push(r)}),this.loadResources(r=>{i.resolve(),n&&n(r)}),i):(n&&n(),Promise.resolve())}loadLanguages(e,n){const i=ci();ee(e)&&(e=[e]);const r=this.options.preload||[],s=e.filter(o=>r.indexOf(o)<0&&this.services.languageUtils.isSupportedCode(o));return s.length?(this.options.preload=r.concat(s),this.loadResources(o=>{i.resolve(),n&&n(o)}),i):(n&&n(),Promise.resolve())}dir(e){var r,s;if(e||(e=this.resolvedLanguage||(((r=this.languages)==null?void 0:r.length)>0?this.languages[0]:this.language)),!e)return"rtl";const n=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],i=((s=this.services)==null?void 0:s.languageUtils)||new Ul(Fl());return n.indexOf(i.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new bi(e,n)}cloneInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:rr;const i=e.forkResourceStore;i&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},s=new bi(r);if((e.debug!==void 0||e.prefix!==void 0)&&(s.logger=s.logger.clone(e)),["store","services","language"].forEach(c=>{s[c]=this[c]}),s.services={...this.services},s.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},i){const c=Object.keys(this.store.data).reduce((l,u)=>(l[u]={...this.store.data[u]},Object.keys(l[u]).reduce((p,g)=>(p[g]={...l[u][g]},p),{})),{});s.store=new Pl(c,r),s.services.resourceStore=s.store}return s.translator=new kr(s.services,r),s.translator.on("*",function(c){for(var l=arguments.length,u=new Array(l>1?l-1:0),p=1;p<l;p++)u[p-1]=arguments[p];s.emit(c,...u)}),s.init(r,n),s.translator.options=r,s.translator.backendConnector.services.utils={hasLoadedNamespace:s.hasLoadedNamespace.bind(s)},s}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const se=bi.createInstance();se.createInstance=bi.createInstance;se.createInstance;se.dir;se.init;se.loadResources;se.reloadResources;se.use;se.changeLanguage;se.getFixedT;const pe=se.t;se.exists;se.setDefaultNamespace;se.hasLoadedNamespace;se.loadNamespaces;se.loadLanguages;const Gt=a.z.object({start:a.z.number(),limit:a.z.number(),length:a.z.number()}),hc=a.z.object({created_at:a.z.string(),updated_at:a.z.string()}),sp=a.z.object({email:a.z.string().optional(),email_verified:a.z.boolean().optional(),name:a.z.string().optional(),username:a.z.string().optional(),given_name:a.z.string().optional(),phone_number:a.z.string().optional(),phone_verified:a.z.boolean().optional(),family_name:a.z.string().optional()}).catchall(a.z.any()),op=a.z.object({connection:a.z.string(),user_id:a.z.string(),provider:a.z.string(),isSocial:a.z.boolean(),access_token:a.z.string().optional(),access_token_secret:a.z.string().optional(),refresh_token:a.z.string().optional(),profileData:sp.optional()}),_s=a.z.object({email:a.z.string().optional(),username:a.z.string().optional(),given_name:a.z.string().optional(),family_name:a.z.string().optional(),nickname:a.z.string().optional(),name:a.z.string().optional(),picture:a.z.string().optional(),locale:a.z.string().optional(),linked_to:a.z.string().optional(),profileData:a.z.string().optional(),user_id:a.z.string().optional(),app_metadata:a.z.any().default({}).optional(),user_metadata:a.z.any().default({}).optional()}),xr=_s.extend({email_verified:a.z.boolean().default(!1),verify_email:a.z.boolean().optional(),last_ip:a.z.string().optional(),last_login:a.z.string().optional(),user_id:a.z.string().optional(),provider:a.z.string().default("email"),connection:a.z.string().default("email"),is_social:a.z.boolean().optional()}),gc=a.z.object({...xr.shape,...hc.shape,user_id:a.z.string(),is_social:a.z.boolean(),email:a.z.string(),login_count:a.z.number(),identities:a.z.array(op).optional()}),yt=gc,Rg=_s.extend({email:a.z.string(),login_count:a.z.number(),multifactor:a.z.array(a.z.string()).optional(),last_ip:a.z.string().optional(),last_login:a.z.string().optional(),user_id:a.z.string()}).catchall(a.z.any()),Pg="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let Lg=(t=21)=>{let e="",n=crypto.getRandomValues(new Uint8Array(t));for(;t--;)e+=Pg[n[t]&63];return e};const ap=a.z.object({audience:a.z.string().optional(),recipient:a.z.string().optional(),createUpnClaim:a.z.boolean().optional(),mapUnknownClaimsAsIs:a.z.boolean().optional(),passthroughClaimsWithNoMapping:a.z.boolean().optional(),mapIdentities:a.z.boolean().optional(),signatureAlgorithm:a.z.string().optional(),digestAlgorithm:a.z.string().optional(),issuer:a.z.string().optional(),destination:a.z.string().optional(),lifetimeInSeconds:a.z.number().optional(),signResponse:a.z.boolean().optional(),nameIdentifierFormat:a.z.string().optional(),nameIdentifierProbes:a.z.array(a.z.string()).optional(),authnContextClassRef:a.z.string().optional(),mappings:a.z.record(a.z.string()).optional()}),Sr=a.z.object({id:a.z.string(),name:a.z.string(),callbacks:a.z.array(a.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs whitelisted to use as a callback to the client after authentication."}),allowed_origins:a.z.array(a.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs allowed to make requests from JavaScript to Auth0 API (typically used with CORS). By default, all your callback URLs will be allowed. This field allows you to enter other origins if necessary. You can also use wildcards at the subdomain level. Query strings and hash information are not taken into account when validating these URLs."}),web_origins:a.z.array(a.z.string()).default([]).optional().openapi({description:"Comma-separated list of allowed origins for use with Cross-Origin Authentication, Device Flow, and web message response mode."}),allowed_logout_urls:a.z.array(a.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs that are valid to redirect to after logout from Auth0. Wildcards are allowed for subdomains."}),allowed_clients:a.z.array(a.z.string()).default([]).optional().openapi({description:"Ids of clients that will be allowed to perform delegation requests. Clients that will be allowed to make delegation request. By default, all your clients will be allowed. This field allows you to specify specific clients"}),addons:a.z.object({samlp:ap.optional()}).default({}).optional().openapi({description:"Addons associated with the client. The key is the addon's package name and the value is an object with the configuration for the addon."}),email_validation:a.z.enum(["enabled","disabled","enforced"]).default("enforced").optional().openapi({description:"Defines if it possible to sign in with an unverified email and if verification emails will be sent. This is not available in auth0"}),client_secret:a.z.string().default(()=>Lg()).optional(),disable_sign_ups:a.z.boolean().optional().default(!1).openapi({description:"Prevents users from signing up using the hosted login page. This is not available in auth0"})}),nn=a.z.object({created_at:a.z.string().transform(t=>t===null?"":t),updated_at:a.z.string().transform(t=>t===null?"":t),...Sr.shape});var un=(t=>(t.TOKEN="token",t.TOKEN_ID_TOKEN="token id_token",t.CODE="code",t))(un||{}),Ht=(t=>(t.QUERY="query",t.FRAGMENT="fragment",t.FORM_POST="form_post",t.WEB_MESSAGE="web_message",t.SAML_POST="saml_post",t))(Ht||{}),ms=(t=>(t.S256="S256",t.Plain="plain",t))(ms||{});const _c=a.z.object({client_id:a.z.string(),vendor_id:a.z.string().optional(),act_as:a.z.string().optional(),response_type:a.z.nativeEnum(un).optional(),response_mode:a.z.nativeEnum(Ht).optional(),redirect_uri:a.z.string().optional(),audience:a.z.string().optional(),state:a.z.string().optional(),nonce:a.z.string().optional(),scope:a.z.string().optional(),prompt:a.z.string().optional(),code_challenge_method:a.z.nativeEnum(ms).optional(),code_challenge:a.z.string().optional(),username:a.z.string().optional(),ui_locales:a.z.string().optional()}),Mo=a.z.object({colors:a.z.object({primary:a.z.string(),page_background:a.z.object({type:a.z.string().optional(),start:a.z.string().optional(),end:a.z.string().optional(),angle_deg:a.z.number().optional()}).optional()}).optional(),logo_url:a.z.string().optional(),favicon_url:a.z.string().optional(),font:a.z.object({url:a.z.string()}).optional()}),Ar=a.z.object({id:a.z.string().optional(),name:a.z.string(),strategy:a.z.string(),options:a.z.object({kid:a.z.string().optional(),team_id:a.z.string().optional(),realms:a.z.string().optional(),client_id:a.z.string().optional(),client_secret:a.z.string().optional(),app_secret:a.z.string().optional(),scope:a.z.string().optional(),authorization_endpoint:a.z.string().default("").optional(),token_endpoint:a.z.string().default("").optional(),userinfo_endpoint:a.z.string().default("").optional(),jwks_uri:a.z.string().default("").optional(),discovery_url:a.z.string().default("").optional(),issuer:a.z.string().default("").optional()}).default({}).optional(),enabled_clients:a.z.array(a.z.string()).default([]).optional(),response_type:a.z.custom().optional(),response_mode:a.z.custom().optional()}),Lt=a.z.object({id:a.z.string(),created_at:a.z.string().transform(t=>t===null?"":t),updated_at:a.z.string().transform(t=>t===null?"":t)}).extend(Ar.shape),Ir=a.z.object({name:a.z.string(),audience:a.z.string(),sender_email:a.z.string().email(),sender_name:a.z.string(),support_url:a.z.string().url().optional(),logo:a.z.string().url().optional(),primary_color:a.z.string().optional(),secondary_color:a.z.string().optional(),language:a.z.string().optional(),id:a.z.string().optional()}),Nn=a.z.object({created_at:a.z.string().transform(t=>t===null?"":t),updated_at:a.z.string().transform(t=>t===null?"":t),...Ir.shape,id:a.z.string()}),cp=a.z.object({logoUrl:a.z.string(),loginBackgroundImage:a.z.string().nullish(),style:a.z.object({primaryColor:a.z.string(),buttonTextColor:a.z.string(),primaryHoverColor:a.z.string()}),supportEmail:a.z.string().nullable(),supportUrl:a.z.string().nullable(),name:a.z.string(),showGreyishBackground:a.z.boolean().optional(),termsAndConditionsUrl:a.z.string().nullable(),companyName:a.z.string().optional(),checkoutHideSocial:a.z.boolean().optional(),siteUrl:a.z.string().nullable(),manageSubscriptionsUrl:a.z.string().optional()}),Ug=a.z.object({domain:a.z.string(),dkim_private_key:a.z.string().optional(),dkim_public_key:a.z.string().optional(),email_api_key:a.z.string().optional(),email_service:a.z.string().optional()});a.z.object({...nn.shape,domains:a.z.array(Ug),tenant:Nn,connections:a.z.array(Lt)});const lp=a.z.enum(["password_reset","email_verification","otp","authorization_code","oauth2_state","ticket"]),up=a.z.object({code_id:a.z.string().openapi({description:"The code that will be used in for instance an email verification flow"}),login_id:a.z.string().openapi({description:"The id of the login session that the code is connected to"}),connection_id:a.z.string().optional().openapi({description:"The connection that the code is connected to"}),code_type:lp,code_verifier:a.z.string().optional().openapi({description:"The code verifier used in PKCE in outbound flows"}),expires_at:a.z.string(),used_at:a.z.string().optional(),user_id:a.z.string().optional()}),Vg=a.z.object({...up.shape,created_at:a.z.string()}),dp=a.z.object({domain:a.z.string(),dkim_private_key:a.z.string().optional(),dkim_public_key:a.z.string().optional(),email_api_key:a.z.string().optional(),email_service:a.z.string().optional()}),Mg=hc.extend({...dp.shape,id:a.z.string()}),Er=a.z.object({trigger_id:a.z.enum(["pre-user-signup","post-user-registration","post-user-login"]),enabled:a.z.boolean().default(!1),url:a.z.string(),hook_id:a.z.string().optional(),synchronous:a.z.boolean().default(!1),priority:a.z.number().optional()}),$n=Er.extend({...hc.shape,hook_id:a.z.string()}),mc=a.z.object({alg:a.z.enum(["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512"]),e:a.z.string(),kid:a.z.string(),kty:a.z.enum(["RSA","EC","oct"]),n:a.z.string(),x5t:a.z.string().optional(),x5c:a.z.array(a.z.string()).optional(),use:a.z.enum(["sig","enc"]).optional()}),pp=a.z.object({keys:a.z.array(mc)}),Do=a.z.object({issuer:a.z.string(),authorization_endpoint:a.z.string(),token_endpoint:a.z.string(),device_authorization_endpoint:a.z.string(),userinfo_endpoint:a.z.string(),mfa_challenge_endpoint:a.z.string(),jwks_uri:a.z.string(),registration_endpoint:a.z.string(),revocation_endpoint:a.z.string(),scopes_supported:a.z.array(a.z.string()),response_types_supported:a.z.array(a.z.string()),code_challenge_methods_supported:a.z.array(a.z.string()),response_modes_supported:a.z.array(a.z.string()),subject_types_supported:a.z.array(a.z.string()),id_token_signing_alg_values_supported:a.z.array(a.z.string()),token_endpoint_auth_methods_supported:a.z.array(a.z.string()),claims_supported:a.z.array(a.z.string()),request_uri_parameter_supported:a.z.boolean(),request_parameter_supported:a.z.boolean(),token_endpoint_auth_signing_alg_values_supported:a.z.array(a.z.string())}),fp=a.z.object({auth0Client:a.z.string().optional(),authParams:_c,expires_at:a.z.string(),deleted_at:a.z.string().optional(),ip:a.z.string().optional(),useragent:a.z.string().optional()}).openapi({description:"This represents a login sesion"}),Dg=a.z.object({...fp.shape,login_id:a.z.string().openapi({description:"This is is used as the state in the universal login"}),created_at:a.z.string(),updated_at:a.z.string()});var _e=(t=>(t.FAILED_SILENT_AUTH="fsa",t.FAILED_SIGNUP="fs",t.FAILED_LOGIN="f",t.FAILED_LOGIN_INCORRECT_PASSWORD="fp",t.FAILED_CHANGE_PASSWORD="fcp",t.FAILED_BY_CONNECTOR="fc",t.FAILED_LOGIN_INVALID_EMAIL_USERNAME="fu",t.FAILED_HOOK="fh",t.FAILED_CROSS_ORIGIN_AUTHENTICATION="fcoa",t.SUCCESS_API_OPERATION="sapi",t.SUCCESS_CHANGE_PASSWORD="scp",t.SUCCESS_CHANGE_PASSWORD_REQUEST="scpr",t.SUCCESS_CHANGE_USERNAME="scu",t.SUCCESS_CROSS_ORIGIN_AUTHENTICATION="scoa",t.SUCCESS_EXCHANGE_AUTHORIZATION_CODE_FOR_ACCESS_TOKEN="seacft",t.SUCCESS_EXCHANGE_REFRESH_TOKEN_FOR_ACCESS_TOKEN="serft",t.SUCCESS_LOGIN="s",t.SUCCESS_LOGOUT="slo",t.SUCCESS_SIGNUP="ss",t.SUCCESS_SILENT_AUTH="ssa",t.SUCCESS_VERIFICATION_EMAIL="sv",t.SUCCESS_VERIFICATION_EMAIL_REQUEST="svr",t.CODE_LINK_SENT="cls",t.BLOCKED_ACCOUNT_EMAIL="limit_wc",t.BLOCKED_ACCOUNT_IP="limit_sul",t.BLOCKED_IP_ADDRESS="limit_mu",t))(_e||{});const Fg=a.z.enum(["cls","fsa","fs","f","fc","fcoa","fcp","fh","fp","fs","fu","s","sapi","scoa","scp","scpr","scu","seacft","serft","slo","ss","ssa","sv","svr"]),hp=a.z.object({name:a.z.string(),version:a.z.string(),env:a.z.object({node:a.z.string().optional()}).optional()}),Cr=a.z.object({type:Fg,date:a.z.string(),description:a.z.string().optional(),log_id:a.z.string().optional(),_id:a.z.string().optional(),ip:a.z.string(),user_agent:a.z.string(),details:a.z.any().optional(),isMobile:a.z.boolean(),user_id:a.z.string().optional(),user_name:a.z.string().optional(),connection:a.z.string().optional(),connection_id:a.z.string().optional(),client_id:a.z.string().optional(),client_name:a.z.string().optional(),audience:a.z.string().optional(),scope:a.z.array(a.z.string()).optional(),strategy:a.z.string().optional(),strategy_type:a.z.string().optional(),hostname:a.z.string().optional(),auth0_client:hp.optional()}),gp=a.z.object({user_id:a.z.string(),password:a.z.string(),algorithm:a.z.enum(["bcrypt","argon2id"]).default("argon2id")}),Hg=a.z.object({...gp.shape,created_at:a.z.string(),updated_at:a.z.string()}),_p=a.z.object({initial_user_agent:a.z.string().describe("First user agent of the device from which this user logged in"),initial_ip:a.z.string().describe("First IP address associated with this session"),initial_asn:a.z.string().describe("First autonomous system number associated with this session"),last_user_agent:a.z.string().describe("Last user agent of the device from which this user logged in"),last_ip:a.z.string().describe("Last IP address from which this user logged in"),last_asn:a.z.string().describe("Last autonomous system number from which this user logged in")}),mp=a.z.object({id:a.z.string(),revoked_at:a.z.string().optional(),used_at:a.z.string().optional(),user_id:a.z.string().describe("The user ID associated with the session"),expires_at:a.z.string().optional(),idle_expires_at:a.z.string().optional(),device:_p.describe("Metadata related to the device used in the session"),clients:a.z.array(a.z.string()).describe("List of client details for the session")}),ys=a.z.object({created_at:a.z.string(),updated_at:a.z.string(),authenticated_at:a.z.string(),last_interaction_at:a.z.string(),...mp.shape}),Fo=a.z.object({kid:a.z.string().openapi({description:"The key id of the signing key"}),cert:a.z.string().openapi({description:"The public certificate of the signing key"}),fingerprint:a.z.string().openapi({description:"The cert fingerprint"}),thumbprint:a.z.string().openapi({description:"The cert thumbprint"}),pkcs7:a.z.string().optional().openapi({description:"The private key in pkcs7 format"}),current:a.z.boolean().optional().openapi({description:"True if the key is the current key"}),next:a.z.boolean().optional().openapi({description:"True if the key is the next key"}),previous:a.z.boolean().optional().openapi({description:"True if the key is the previous key"}),current_since:a.z.string().optional().openapi({description:"The date and time when the key became the current key"}),current_until:a.z.string().optional().openapi({description:"The date and time when the current key was rotated"}),revoked:a.z.boolean().optional().openapi({description:"True if the key is revoked"}),revoked_at:a.z.string().optional().openapi({description:"The date and time when the key was revoked"})});var hi=(t=>(t.RefreshToken="refresh_token",t.AuthorizationCode="authorization_code",t.ClientCredential="client_credentials",t.Passwordless="passwordless",t.Password="password",t))(hi||{});const yp=a.z.object({access_token:a.z.string(),id_token:a.z.string().optional(),scope:a.z.string().optional(),state:a.z.string().optional(),refresh_token:a.z.string().optional(),token_type:a.z.string(),expires_in:a.z.number()});a.z.object({code:a.z.string(),state:a.z.string().optional()});const vp=a.z.object({button_border_radius:a.z.number(),button_border_weight:a.z.number(),buttons_style:a.z.enum(["pill"]),input_border_radius:a.z.number(),input_border_weight:a.z.number(),inputs_style:a.z.enum(["pill"]),show_widget_shadow:a.z.boolean(),widget_border_weight:a.z.number(),widget_corner_radius:a.z.number()}),wp=a.z.object({base_focus_color:a.z.string(),base_hover_color:a.z.string(),body_text:a.z.string(),captcha_widget_theme:a.z.enum(["auto"]),error:a.z.string(),header:a.z.string(),icons:a.z.string(),input_background:a.z.string(),input_border:a.z.string(),input_filled_text:a.z.string(),input_labels_placeholders:a.z.string(),links_focused_components:a.z.string(),primary_button:a.z.string(),primary_button_label:a.z.string(),secondary_button_border:a.z.string(),secondary_button_label:a.z.string(),success:a.z.string(),widget_background:a.z.string(),widget_border:a.z.string()}),en=a.z.object({bold:a.z.boolean(),size:a.z.number()}),bp=a.z.object({body_text:en,buttons_text:en,font_url:a.z.string(),input_labels:en,links:en,links_style:a.z.enum(["normal"]),reference_text_size:a.z.number(),subtitle:en,title:en}),kp=a.z.object({background_color:a.z.string(),background_image_url:a.z.string(),page_layout:a.z.enum(["center"])}),xp=a.z.object({header_text_alignment:a.z.enum(["center"]),logo_height:a.z.number(),logo_position:a.z.enum(["center"]),logo_url:a.z.string(),social_buttons_layout:a.z.enum(["bottom"])}),Sp=a.z.object({borders:vp,colors:wp,displayName:a.z.string(),fonts:bp,page_background:kp,widget:xp}),qg=Sp.extend({themeId:a.z.string()}),dr=a.z.object({universal_login_experience:a.z.enum(["new","classic"]).default("new"),identifier_first:a.z.boolean().default(!0),password_first:a.z.boolean().default(!1),webauthn_platform_first_factor:a.z.boolean()}),pr=a.z.object({name:a.z.string(),enabled:a.z.boolean().optional().default(!0),default_from_address:a.z.string().optional(),credentials:a.z.union([a.z.object({accessKeyId:a.z.string(),secretAccessKey:a.z.string(),region:a.z.string()}),a.z.object({smtp_host:a.z.array(a.z.string()),smtp_port:a.z.number(),smtp_user:a.z.string(),smtp_pass:a.z.string()}),a.z.object({api_key:a.z.string(),domain:a.z.string().optional()}),a.z.object({connectionString:a.z.string()}),a.z.object({tenantId:a.z.string(),clientId:a.z.string(),clientSecret:a.z.string()})]),settings:a.z.object({}).optional()}),yc=a.z.object({id:a.z.string(),session_id:a.z.string(),user_id:a.z.string(),client_id:a.z.string(),expires_at:a.z.string().optional(),idle_expires_at:a.z.string().optional(),last_exchanged_at:a.z.string().optional(),device:_p,resource_servers:a.z.array(a.z.object({audience:a.z.string(),scopes:a.z.string()})),rotating:a.z.boolean()}),Kg=a.z.object({created_at:a.z.string(),...yc.shape});function Wg(t){const[e,n]=t.split("|");if(!e||!n)throw new Error(`Invalid user_id: ${t}`);return{connection:e,id:n}}const Gg=new a.OpenAPIHono().openapi(a.createRoute({tags:["branding"],method:"get",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Mo}},description:"Branding settings"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=await t.env.data.branding.get(e);return n?t.json(n):t.json({})}).openapi(a.createRoute({tags:["branding"],method:"patch",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object(Mo.shape).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Branding settings"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json");return await t.env.data.branding.set(e,n),t.text("OK")});var j=class extends Error{constructor(e=500,n){super(n==null?void 0:n.message,{cause:n==null?void 0:n.cause});Q(this,"res");Q(this,"status");this.res=n==null?void 0:n.res,this.status=e}getResponse(){return this.res?new Response(this.res.body,{status:this.status,headers:this.res.headers}):new Response(this.message,{status:this.status})}},zr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ap(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Jg(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function i(){return this instanceof i?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(i){var r=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(n,i,r.get?r:{enumerable:!0,get:function(){return t[i]}})}),n}function Zg(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Ip={exports:{}};const Yg={},Xg=Object.freeze(Object.defineProperty({__proto__:null,default:Yg},Symbol.toStringTag,{value:"Module"})),Qg=Jg(Xg);(function(t){/**
|
|
2
2
|
* @license bcrypt.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
|
|
3
3
|
* Released under the Apache License, Version 2.0
|
|
4
4
|
* see: https://github.com/dcodeIO/bcrypt.js for details
|
|
5
|
-
*/(function(e,t){typeof lg=="function"&&n&&n.exports?n.exports=t():(e.dcodeIO=e.dcodeIO||{}).bcrypt=t()})(vr,function(){var e={},t=null;function i(z){if(n&&n.exports)try{return pg.randomBytes(z)}catch{}try{var E;return(self.crypto||self.msCrypto).getRandomValues(E=new Uint32Array(z)),Array.prototype.slice.call(E)}catch{}if(!t)throw Error("Neither WebCryptoAPI nor a crypto module is available. Use bcrypt.setRandomFallback to set an alternative");return t(z)}var r=!1;try{i(1),r=!0}catch{}t=null,e.setRandomFallback=function(z){t=z},e.genSaltSync=function(z,E){if(z=z||m,typeof z!="number")throw Error("Illegal arguments: "+typeof z+", "+typeof E);z<4?z=4:z>31&&(z=31);var A=[];return A.push("$2a$"),z<10&&A.push("0"),A.push(z.toString()),A.push("$"),A.push(g(i(h),h)),A.join("")},e.genSalt=function(z,E,A){if(typeof E=="function"&&(A=E,E=void 0),typeof z=="function"&&(A=z,z=void 0),typeof z>"u")z=m;else if(typeof z!="number")throw Error("illegal arguments: "+typeof z);function w(v){a(function(){try{v(null,e.genSaltSync(z))}catch($){v($)}})}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);w(A)}else return new Promise(function(v,$){w(function(R,Z){if(R){$(R);return}v(Z)})})},e.hashSync=function(z,E){if(typeof E>"u"&&(E=m),typeof E=="number"&&(E=e.genSaltSync(E)),typeof z!="string"||typeof E!="string")throw Error("Illegal arguments: "+typeof z+", "+typeof E);return Fe(z,E)},e.hash=function(z,E,A,w){function v($){typeof z=="string"&&typeof E=="number"?e.genSalt(E,function(R,Z){Fe(z,Z,$,w)}):typeof z=="string"&&typeof E=="string"?Fe(z,E,$,w):a($.bind(this,Error("Illegal arguments: "+typeof z+", "+typeof E)))}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);v(A)}else return new Promise(function($,R){v(function(Z,K){if(Z){R(Z);return}$(K)})})};function s(z,E){for(var A=0,w=0,v=0,$=z.length;v<$;++v)z.charCodeAt(v)===E.charCodeAt(v)?++A:++w;return A<0?!1:w===0}e.compareSync=function(z,E){if(typeof z!="string"||typeof E!="string")throw Error("Illegal arguments: "+typeof z+", "+typeof E);return E.length!==60?!1:s(e.hashSync(z,E.substr(0,E.length-31)),E)},e.compare=function(z,E,A,w){function v($){if(typeof z!="string"||typeof E!="string"){a($.bind(this,Error("Illegal arguments: "+typeof z+", "+typeof E)));return}if(E.length!==60){a($.bind(this,null,!1));return}e.hash(z,E.substr(0,29),function(R,Z){R?$(R):$(null,s(Z,E))},w)}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);v(A)}else return new Promise(function($,R){v(function(Z,K){if(Z){R(Z);return}$(K)})})},e.getRounds=function(z){if(typeof z!="string")throw Error("Illegal arguments: "+typeof z);return parseInt(z.split("$")[2],10)},e.getSalt=function(z){if(typeof z!="string")throw Error("Illegal arguments: "+typeof z);if(z.length!==60)throw Error("Illegal hash length: "+z.length+" != 60");return z.substring(0,29)};var a=typeof process<"u"&&process&&typeof process.nextTick=="function"?typeof setImmediate=="function"?setImmediate:process.nextTick:setTimeout;function c(z){var E=[],A=0;return x.encodeUTF16toUTF8(function(){return A>=z.length?null:z.charCodeAt(A++)},function(w){E.push(w)}),E}var l="./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),u=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,54,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,-1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,-1,-1,-1,-1,-1,-1,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,-1,-1,-1,-1,-1],p=String.fromCharCode;function g(z,E){var A=0,w=[],v,$;if(E<=0||E>z.length)throw Error("Illegal len: "+E);for(;A<E;){if(v=z[A++]&255,w.push(l[v>>2&63]),v=(v&3)<<4,A>=E){w.push(l[v&63]);break}if($=z[A++]&255,v|=$>>4&15,w.push(l[v&63]),v=($&15)<<2,A>=E){w.push(l[v&63]);break}$=z[A++]&255,v|=$>>6&3,w.push(l[v&63]),w.push(l[$&63])}return w.join("")}function _(z,E){var A=0,w=z.length,v=0,$=[],R,Z,K,ee,se,M;if(E<=0)throw Error("Illegal len: "+E);for(;A<w-1&&v<E&&(M=z.charCodeAt(A++),R=M<u.length?u[M]:-1,M=z.charCodeAt(A++),Z=M<u.length?u[M]:-1,!(R==-1||Z==-1||(se=R<<2>>>0,se|=(Z&48)>>4,$.push(p(se)),++v>=E||A>=w)||(M=z.charCodeAt(A++),K=M<u.length?u[M]:-1,K==-1)||(se=(Z&15)<<4>>>0,se|=(K&60)>>2,$.push(p(se)),++v>=E||A>=w)));)M=z.charCodeAt(A++),ee=M<u.length?u[M]:-1,se=(K&3)<<6>>>0,se|=ee,$.push(p(se)),++v;var Se=[];for(A=0;A<v;A++)Se.push($[A].charCodeAt(0));return Se}var x=function(){var z={};return z.MAX_CODEPOINT=1114111,z.encodeUTF8=function(E,A){var w=null;for(typeof E=="number"&&(w=E,E=function(){return null});w!==null||(w=E())!==null;)w<128?A(w&127):w<2048?(A(w>>6&31|192),A(w&63|128)):w<65536?(A(w>>12&15|224),A(w>>6&63|128),A(w&63|128)):(A(w>>18&7|240),A(w>>12&63|128),A(w>>6&63|128),A(w&63|128)),w=null},z.decodeUTF8=function(E,A){for(var w,v,$,R,Z=function(K){K=K.slice(0,K.indexOf(null));var ee=Error(K.toString());throw ee.name="TruncatedError",ee.bytes=K,ee};(w=E())!==null;)if(!(w&128))A(w);else if((w&224)===192)(v=E())===null&&Z([w,v]),A((w&31)<<6|v&63);else if((w&240)===224)((v=E())===null||($=E())===null)&&Z([w,v,$]),A((w&15)<<12|(v&63)<<6|$&63);else if((w&248)===240)((v=E())===null||($=E())===null||(R=E())===null)&&Z([w,v,$,R]),A((w&7)<<18|(v&63)<<12|($&63)<<6|R&63);else throw RangeError("Illegal starting byte: "+w)},z.UTF16toUTF8=function(E,A){for(var w,v=null;(w=v!==null?v:E())!==null;){if(w>=55296&&w<=57343&&(v=E())!==null&&v>=56320&&v<=57343){A((w-55296)*1024+v-56320+65536),v=null;continue}A(w)}v!==null&&A(v)},z.UTF8toUTF16=function(E,A){var w=null;for(typeof E=="number"&&(w=E,E=function(){return null});w!==null||(w=E())!==null;)w<=65535?A(w):(w-=65536,A((w>>10)+55296),A(w%1024+56320)),w=null},z.encodeUTF16toUTF8=function(E,A){z.UTF16toUTF8(E,function(w){z.encodeUTF8(w,A)})},z.decodeUTF8toUTF16=function(E,A){z.decodeUTF8(E,function(w){z.UTF8toUTF16(w,A)})},z.calculateCodePoint=function(E){return E<128?1:E<2048?2:E<65536?3:4},z.calculateUTF8=function(E){for(var A,w=0;(A=E())!==null;)w+=z.calculateCodePoint(A);return w},z.calculateUTF16asUTF8=function(E){var A=0,w=0;return z.UTF16toUTF8(E,function(v){++A,w+=z.calculateCodePoint(v)}),[A,w]},z}();Date.now=Date.now||function(){return+new Date};var h=16,m=10,b=16,S=100,O=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],T=[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946,1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055,3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504,976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462],F=[1332899944,1700884034,1701343084,1684370003,1668446532,1869963892];function oe(z,E,A,w){var v,$=z[E],R=z[E+1];return $^=A[0],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[1],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[2],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[3],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[4],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[5],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[6],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[7],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[8],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[9],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[10],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[11],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[12],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[13],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[14],v=w[$>>>24],v+=w[256|$>>16&255],v^=w[512|$>>8&255],v+=w[768|$&255],R^=v^A[15],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],$^=v^A[16],z[E]=R^A[b+1],z[E+1]=$,z}function pe(z,E){for(var A=0,w=0;A<4;++A)w=w<<8|z[E]&255,E=(E+1)%z.length;return{key:w,offp:E}}function ce(z,E,A){for(var w=0,v=[0,0],$=E.length,R=A.length,Z,K=0;K<$;K++)Z=pe(z,w),w=Z.offp,E[K]=E[K]^Z.key;for(K=0;K<$;K+=2)v=oe(v,0,E,A),E[K]=v[0],E[K+1]=v[1];for(K=0;K<R;K+=2)v=oe(v,0,E,A),A[K]=v[0],A[K+1]=v[1]}function Pe(z,E,A,w){for(var v=0,$=[0,0],R=A.length,Z=w.length,K,ee=0;ee<R;ee++)K=pe(E,v),v=K.offp,A[ee]=A[ee]^K.key;for(v=0,ee=0;ee<R;ee+=2)K=pe(z,v),v=K.offp,$[0]^=K.key,K=pe(z,v),v=K.offp,$[1]^=K.key,$=oe($,0,A,w),A[ee]=$[0],A[ee+1]=$[1];for(ee=0;ee<Z;ee+=2)K=pe(z,v),v=K.offp,$[0]^=K.key,K=pe(z,v),v=K.offp,$[1]^=K.key,$=oe($,0,A,w),w[ee]=$[0],w[ee+1]=$[1]}function it(z,E,A,w,v){var $=F.slice(),R=$.length,Z;if(A<4||A>31)if(Z=Error("Illegal number of rounds (4-31): "+A),w){a(w.bind(this,Z));return}else throw Z;if(E.length!==h)if(Z=Error("Illegal salt length: "+E.length+" != "+h),w){a(w.bind(this,Z));return}else throw Z;A=1<<A>>>0;var K,ee,se=0,M;Int32Array?(K=new Int32Array(O),ee=new Int32Array(T)):(K=O.slice(),ee=T.slice()),Pe(E,z,K,ee);function Se(){if(v&&v(se/A),se<A)for(var de=Date.now();se<A&&(se=se+1,ce(z,K,ee),ce(E,K,ee),!(Date.now()-de>S)););else{for(se=0;se<64;se++)for(M=0;M<R>>1;M++)oe($,M<<1,K,ee);var we=[];for(se=0;se<R;se++)we.push(($[se]>>24&255)>>>0),we.push(($[se]>>16&255)>>>0),we.push(($[se]>>8&255)>>>0),we.push(($[se]&255)>>>0);if(w){w(null,we);return}else return we}w&&a(Se)}if(typeof w<"u")Se();else for(var Gt;;)if(typeof(Gt=Se())<"u")return Gt||[]}function Fe(z,E,A,w){var v;if(typeof z!="string"||typeof E!="string")if(v=Error("Invalid string / salt: Not a string"),A){a(A.bind(this,v));return}else throw v;var $,R;if(E.charAt(0)!=="$"||E.charAt(1)!=="2")if(v=Error("Invalid salt version: "+E.substring(0,2)),A){a(A.bind(this,v));return}else throw v;if(E.charAt(2)==="$")$="\0",R=3;else{if($=E.charAt(2),$!=="a"&&$!=="b"&&$!=="y"||E.charAt(3)!=="$")if(v=Error("Invalid salt revision: "+E.substring(2,4)),A){a(A.bind(this,v));return}else throw v;R=4}if(E.charAt(R+2)>"$")if(v=Error("Missing salt rounds"),A){a(A.bind(this,v));return}else throw v;var Z=parseInt(E.substring(R,R+1),10)*10,K=parseInt(E.substring(R+1,R+2),10),ee=Z+K,se=E.substring(R+3,R+25);z+=$>="a"?"\0":"";var M=c(z),Se=_(se,h);function Gt(de){var we=[];return we.push("$2"),$>="a"&&we.push($),we.push("$"),ee<10&&we.push("0"),we.push(ee.toString()),we.push("$"),we.push(g(Se,Se.length)),we.push(g(de,F.length*4-1)),we.join("")}if(typeof A>"u")return Gt(it(M,Se,ee));it(M,Se,ee,function(de,we){de?A(de,null):A(null,Gt(we))},w)}return e.encodeBase64=g,e.decodeBase64=_,e})})(qd);var fg=qd.exports;const Ya=ag(fg),hg="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let gg=n=>crypto.getRandomValues(new Uint8Array(n)),_g=(n,e,t)=>{let i=(2<<Math.log2(n.length-1))-1,r=-~(1.6*i*e/n.length);return(s=e)=>{let a="";for(;;){let c=t(r),l=r;for(;l--;)if(a+=n[c[l]&i]||"",a.length===s)return a}}},mg=(n,e=21)=>_g(n,e,gg),Me=(n=21)=>{let e="",t=crypto.getRandomValues(new Uint8Array(n));for(;n--;)e+=hg[t[n]&63];return e};const yg=24;function Xa(){return mg("0123456789abcdef",yg)()}function bl(n){if(!n.includes("|"))return console.error("Invalid user_id format"),n;const[,e]=n.split("|");return e}async function Fd(n,e,t){return(await n.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${t}`})).users}async function Qa({userAdapter:n,tenant_id:e,email:t,provider:i}){const{users:r}=await n.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${t} provider:${i}`});return r.length>1&&console.error("More than one user found for same email and provider"),r[0]||null}async function Kd({userAdapter:n,tenant_id:e,email:t}){var c;const{users:i}=await n.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${t}`}),r=i.filter(l=>!(l.provider==="auth2"&&!l.email_verified));if(r.length===0)return;const s=r.filter(l=>!l.linked_to);if(s.length>0)return s.length>1&&console.error("More than one primary user found for same email"),s[0];const a=await n.get(e,(c=r[0])==null?void 0:c.linked_to);if(!a)throw new Error("Primary account not found");return a}async function as({userAdapter:n,tenant_id:e,email:t,provider:i}){const r=await Qa({userAdapter:n,tenant_id:e,email:t,provider:i});return r?r.linked_to?n.get(e,r.linked_to):r:null}const on=o.z.object({page:o.z.string().min(0).optional().default("0").transform(n=>parseInt(n,10)).openapi({description:"The page number where 0 is the first page"}),per_page:o.z.string().min(1).optional().default("10").transform(n=>parseInt(n,10)).openapi({description:"The number of items per page"}),include_totals:o.z.string().optional().default("false").transform(n=>n==="true").openapi({description:"If the total number of items should be included in the response"}),sort:o.z.string().regex(/^.+:(-1|1)$/).optional().openapi({description:"A property that should have the format 'string:-1' or 'string:1'"}),q:o.z.string().optional().openapi({description:"A lucene query string used to filter the results"})});function Hn(n){if(!n)return;const[e,t]=n.split(":"),i=t==="1"?"asc":"desc";if(!(!e||!i))return{sort_by:e,sort_order:i}}function be(n,e){return{type:e.type,description:e.description||"",ip:n.req.header("x-real-ip")||"",user_agent:n.req.header("user-agent")||"",date:new Date().toISOString(),details:{request:{method:n.req.method,path:n.req.path,qs:n.req.queries(),body:e.body||n.var.body||""}},isMobile:!1,client_id:n.var.client_id,client_name:"",user_id:e.userId||n.var.user_id||"",hostname:n.req.header("host")||"",user_name:n.var.username||"",connection_id:"",connection:n.var.connection||"",strategy:e.strategy||"",strategy_type:e.strategy_type||"",audience:"",scope:[]}}var vg={deno:"Deno",bun:"Bun",workerd:"Cloudflare-Workers",node:"Node.js"},wg=()=>{var t,i;const n=globalThis;if(typeof navigator<"u"&&typeof navigator.userAgent=="string"){for(const[r,s]of Object.entries(vg))if(bg(s))return r}return typeof(n==null?void 0:n.EdgeRuntime)=="string"?"edge-light":(n==null?void 0:n.fastly)!==void 0?"fastly":((i=(t=n==null?void 0:n.process)==null?void 0:t.release)==null?void 0:i.name)==="node"?"node":"other"},bg=n=>navigator.userAgent.startsWith(n);function _t(n,e){wg()==="workerd"&&n.executionCtx.waitUntil(e)}const kl=Ht.extend({users:o.z.array(ht)}),kg=Ht.extend({sessions:o.z.array(os)}),xg=new o.OpenAPIHono().openapi(o.createRoute({tags:["users"],method:"get",path:"/",request:{query:on,headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.union([o.z.array(ht),kl])}},description:"List of users"}}}),async n=>{const{page:e,per_page:t,include_totals:i,sort:r,q:s}=n.req.valid("query"),{"tenant-id":a}=n.req.valid("header");if(s!=null&&s.includes("identities.profileData.email")){const p=s.split("=")[1],_=(await n.env.data.users.list(a,{page:e,per_page:t,include_totals:i,q:`email:${p}`})).users.filter(m=>m.linked_to),[x]=_;if(!x)return n.json([]);const h=await n.env.data.users.get(a,x.linked_to);if(!h)throw new j(500,{message:"Primary account not found"});return n.json([ht.parse(h)])}const c=["-_exists_:linked_to"];s&&c.push(s);const l=await n.env.data.users.list(a,{page:e,per_page:t,include_totals:i,sort:Hn(r),q:c.join(" ")}),u=l.users.filter(p=>!p.linked_to);return i?n.json(kl.parse({users:u,length:l.length,start:l.start,limit:l.limit})):n.json(o.z.array(ht).parse(u))}).openapi(o.createRoute({tags:["users"],method:"get",path:"/{user_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({user_id:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:ht}},description:"List of users"}}}),async n=>{const{user_id:e}=n.req.valid("param"),{"tenant-id":t}=n.req.valid("header"),i=await n.env.data.users.get(t,e);if(!i)throw new j(404);if(i.linked_to)throw new j(404,{message:"User is linked to another user"});return n.json(i)}).openapi(o.createRoute({tags:["users"],method:"delete",path:"/{user_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({user_id:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{user_id:e}=n.req.valid("param"),{"tenant-id":t}=n.req.valid("header");if(!await n.env.data.users.remove(t,e))throw new j(404);return n.text("OK")}).openapi(o.createRoute({tags:["users"],method:"post",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object({...fr.shape})}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:ht}},description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json");n.set("body",t);const{email:i}=t;if(!i)throw new j(400,{message:"Email is required"});const r=i.toLowerCase(),s=`${t.provider}|${t.user_id||Xa()}`;try{const a=await n.env.data.users.create(e,{email:r,user_id:s,name:t.name||r,provider:t.provider,connection:t.connection,email_verified:t.email_verified||!1,last_ip:"",is_social:!1,last_login:new Date().toISOString()});n.set("user_id",a.user_id);const c=be(n,{type:_e.SUCCESS_API_OPERATION,description:"User created"});_t(n,n.env.data.logs.create(e,c));const l={...a,identities:[{connection:a.connection,provider:a.provider,user_id:bl(a.user_id),isSocial:a.is_social}]};return n.json(ht.parse(l),{status:201})}catch(a){throw a.message==="User already exists"?new j(409,{message:"User already exists"}):a}}).openapi(o.createRoute({tags:["users"],method:"patch",path:"/{user_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object({...fr.shape,verify_email:o.z.boolean(),password:o.z.string()}).partial()}}},params:o.z.object({user_id:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{var u;const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json"),{user_id:i}=n.req.valid("param"),{verify_email:r,password:s,...a}=t,c=await n.env.data.users.get(e,i);if(!c)throw new j(404);if(a.email&&a.email!==c.email){const p=await Fd(n.env.data.users,e,a.email);if(p.length&&p.some(g=>g.user_id!==i))throw new j(409,{message:"Another user with the same email address already exists."})}if(c.linked_to)throw new j(404,{message:"User is linked to another user"});if(await n.env.data.users.update(e,i,a),s){const p=(u=c.identities)==null?void 0:u.find(g=>g.connection==="Username-Password-Authentication");if(!p)throw new j(400,{message:"User does not have a password identity"});await n.env.data.passwords.update(e,{user_id:`${p.provider}|${p.user_id}`,password:Ya.hashSync(s,10),algorithm:"bcrypt"})}const l=await n.env.data.users.get(e,i);if(!l)throw new j(500);return n.json(l)}).openapi(o.createRoute({tags:["users"],method:"post",path:"/{user_id}/identities",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.union([o.z.object({link_with:o.z.string()}),o.z.object({user_id:o.z.string(),provider:o.z.string(),connection:o.z.string().optional()})])}}},params:o.z.object({user_id:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:o.z.array(o.z.object({connection:o.z.string(),provider:o.z.string(),user_id:o.z.string(),isSocial:o.z.boolean()}))}},description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json"),{user_id:i}=n.req.valid("param"),r="link_with"in t?t.link_with:t.user_id,s=await n.env.data.users.get(e,i);if(!s)throw new j(400,{message:"Linking an inexistent identity is not allowed."});await n.env.data.users.update(e,r,{linked_to:i});const a=await n.env.data.users.list(e,{page:0,per_page:10,include_totals:!1,q:`linked_to:${i}`}),c=[s,...a.users].map(l=>({connection:l.connection,provider:l.provider,user_id:bl(l.user_id),isSocial:l.is_social}));return n.json(c,{status:201})}).openapi(o.createRoute({tags:["users"],method:"delete",path:"/{user_id}/identities/{provider}/{linked_user_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({user_id:o.z.string(),provider:o.z.string(),linked_user_id:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:o.z.array(ht)}},description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{user_id:t,provider:i,linked_user_id:r}=n.req.valid("param");await n.env.data.users.unlink(e,t,i,r);const s=await n.env.data.users.get(e,t);if(!s)throw new j(404);return n.json([ht.parse(s)])}).openapi(o.createRoute({tags:["users"],method:"get",path:"/{user_id}/sessions",request:{query:on,headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({user_id:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.union([o.z.array(os),kg])}},description:"List of sessions"}}}),async n=>{const{user_id:e}=n.req.valid("param"),{include_totals:t}=n.req.valid("query"),{"tenant-id":i}=n.req.valid("header"),r=await n.env.data.sessions.list(i,{page:0,per_page:10,include_totals:!1,q:`user_id:${e}`});return t?n.json(r):n.json(r.sessions)});/*! *****************************************************************************
|
|
5
|
+
*/(function(e,n){typeof Zg=="function"&&t&&t.exports?t.exports=n():(e.dcodeIO=e.dcodeIO||{}).bcrypt=n()})(zr,function(){var e={},n=null;function i(C){if(t&&t.exports)try{return Qg.randomBytes(C)}catch{}try{var E;return(self.crypto||self.msCrypto).getRandomValues(E=new Uint32Array(C)),Array.prototype.slice.call(E)}catch{}if(!n)throw Error("Neither WebCryptoAPI nor a crypto module is available. Use bcrypt.setRandomFallback to set an alternative");return n(C)}var r=!1;try{i(1),r=!0}catch{}n=null,e.setRandomFallback=function(C){n=C},e.genSaltSync=function(C,E){if(C=C||m,typeof C!="number")throw Error("Illegal arguments: "+typeof C+", "+typeof E);C<4?C=4:C>31&&(C=31);var A=[];return A.push("$2a$"),C<10&&A.push("0"),A.push(C.toString()),A.push("$"),A.push(g(i(h),h)),A.join("")},e.genSalt=function(C,E,A){if(typeof E=="function"&&(A=E,E=void 0),typeof C=="function"&&(A=C,C=void 0),typeof C>"u")C=m;else if(typeof C!="number")throw Error("illegal arguments: "+typeof C);function w(v){o(function(){try{v(null,e.genSaltSync(C))}catch(z){v(z)}})}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);w(A)}else return new Promise(function(v,z){w(function(R,Y){if(R){z(R);return}v(Y)})})},e.hashSync=function(C,E){if(typeof E>"u"&&(E=m),typeof E=="number"&&(E=e.genSaltSync(E)),typeof C!="string"||typeof E!="string")throw Error("Illegal arguments: "+typeof C+", "+typeof E);return Ke(C,E)},e.hash=function(C,E,A,w){function v(z){typeof C=="string"&&typeof E=="number"?e.genSalt(E,function(R,Y){Ke(C,Y,z,w)}):typeof C=="string"&&typeof E=="string"?Ke(C,E,z,w):o(z.bind(this,Error("Illegal arguments: "+typeof C+", "+typeof E)))}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);v(A)}else return new Promise(function(z,R){v(function(Y,W){if(Y){R(Y);return}z(W)})})};function s(C,E){for(var A=0,w=0,v=0,z=C.length;v<z;++v)C.charCodeAt(v)===E.charCodeAt(v)?++A:++w;return A<0?!1:w===0}e.compareSync=function(C,E){if(typeof C!="string"||typeof E!="string")throw Error("Illegal arguments: "+typeof C+", "+typeof E);return E.length!==60?!1:s(e.hashSync(C,E.substr(0,E.length-31)),E)},e.compare=function(C,E,A,w){function v(z){if(typeof C!="string"||typeof E!="string"){o(z.bind(this,Error("Illegal arguments: "+typeof C+", "+typeof E)));return}if(E.length!==60){o(z.bind(this,null,!1));return}e.hash(C,E.substr(0,29),function(R,Y){R?z(R):z(null,s(Y,E))},w)}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);v(A)}else return new Promise(function(z,R){v(function(Y,W){if(Y){R(Y);return}z(W)})})},e.getRounds=function(C){if(typeof C!="string")throw Error("Illegal arguments: "+typeof C);return parseInt(C.split("$")[2],10)},e.getSalt=function(C){if(typeof C!="string")throw Error("Illegal arguments: "+typeof C);if(C.length!==60)throw Error("Illegal hash length: "+C.length+" != 60");return C.substring(0,29)};var o=typeof process<"u"&&process&&typeof process.nextTick=="function"?typeof setImmediate=="function"?setImmediate:process.nextTick:setTimeout;function c(C){var E=[],A=0;return k.encodeUTF16toUTF8(function(){return A>=C.length?null:C.charCodeAt(A++)},function(w){E.push(w)}),E}var l="./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),u=[-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,0,1,54,55,56,57,58,59,60,61,62,63,-1,-1,-1,-1,-1,-1,-1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,-1,-1,-1,-1,-1,-1,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,-1,-1,-1,-1,-1],p=String.fromCharCode;function g(C,E){var A=0,w=[],v,z;if(E<=0||E>C.length)throw Error("Illegal len: "+E);for(;A<E;){if(v=C[A++]&255,w.push(l[v>>2&63]),v=(v&3)<<4,A>=E){w.push(l[v&63]);break}if(z=C[A++]&255,v|=z>>4&15,w.push(l[v&63]),v=(z&15)<<2,A>=E){w.push(l[v&63]);break}z=C[A++]&255,v|=z>>6&3,w.push(l[v&63]),w.push(l[z&63])}return w.join("")}function _(C,E){var A=0,w=C.length,v=0,z=[],R,Y,W,ne,ae,D;if(E<=0)throw Error("Illegal len: "+E);for(;A<w-1&&v<E&&(D=C.charCodeAt(A++),R=D<u.length?u[D]:-1,D=C.charCodeAt(A++),Y=D<u.length?u[D]:-1,!(R==-1||Y==-1||(ae=R<<2>>>0,ae|=(Y&48)>>4,z.push(p(ae)),++v>=E||A>=w)||(D=C.charCodeAt(A++),W=D<u.length?u[D]:-1,W==-1)||(ae=(Y&15)<<4>>>0,ae|=(W&60)>>2,z.push(p(ae)),++v>=E||A>=w)));)D=C.charCodeAt(A++),ne=D<u.length?u[D]:-1,ae=(W&3)<<6>>>0,ae|=ne,z.push(p(ae)),++v;var Ie=[];for(A=0;A<v;A++)Ie.push(z[A].charCodeAt(0));return Ie}var k=function(){var C={};return C.MAX_CODEPOINT=1114111,C.encodeUTF8=function(E,A){var w=null;for(typeof E=="number"&&(w=E,E=function(){return null});w!==null||(w=E())!==null;)w<128?A(w&127):w<2048?(A(w>>6&31|192),A(w&63|128)):w<65536?(A(w>>12&15|224),A(w>>6&63|128),A(w&63|128)):(A(w>>18&7|240),A(w>>12&63|128),A(w>>6&63|128),A(w&63|128)),w=null},C.decodeUTF8=function(E,A){for(var w,v,z,R,Y=function(W){W=W.slice(0,W.indexOf(null));var ne=Error(W.toString());throw ne.name="TruncatedError",ne.bytes=W,ne};(w=E())!==null;)if(!(w&128))A(w);else if((w&224)===192)(v=E())===null&&Y([w,v]),A((w&31)<<6|v&63);else if((w&240)===224)((v=E())===null||(z=E())===null)&&Y([w,v,z]),A((w&15)<<12|(v&63)<<6|z&63);else if((w&248)===240)((v=E())===null||(z=E())===null||(R=E())===null)&&Y([w,v,z,R]),A((w&7)<<18|(v&63)<<12|(z&63)<<6|R&63);else throw RangeError("Illegal starting byte: "+w)},C.UTF16toUTF8=function(E,A){for(var w,v=null;(w=v!==null?v:E())!==null;){if(w>=55296&&w<=57343&&(v=E())!==null&&v>=56320&&v<=57343){A((w-55296)*1024+v-56320+65536),v=null;continue}A(w)}v!==null&&A(v)},C.UTF8toUTF16=function(E,A){var w=null;for(typeof E=="number"&&(w=E,E=function(){return null});w!==null||(w=E())!==null;)w<=65535?A(w):(w-=65536,A((w>>10)+55296),A(w%1024+56320)),w=null},C.encodeUTF16toUTF8=function(E,A){C.UTF16toUTF8(E,function(w){C.encodeUTF8(w,A)})},C.decodeUTF8toUTF16=function(E,A){C.decodeUTF8(E,function(w){C.UTF8toUTF16(w,A)})},C.calculateCodePoint=function(E){return E<128?1:E<2048?2:E<65536?3:4},C.calculateUTF8=function(E){for(var A,w=0;(A=E())!==null;)w+=C.calculateCodePoint(A);return w},C.calculateUTF16asUTF8=function(E){var A=0,w=0;return C.UTF16toUTF8(E,function(v){++A,w+=C.calculateCodePoint(v)}),[A,w]},C}();Date.now=Date.now||function(){return+new Date};var h=16,m=10,b=16,S=100,O=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],T=[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946,1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055,3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504,976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462],K=[1332899944,1700884034,1701343084,1684370003,1668446532,1869963892];function ce(C,E,A,w){var v,z=C[E],R=C[E+1];return z^=A[0],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[1],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[2],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[3],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[4],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[5],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[6],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[7],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[8],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[9],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[10],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[11],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[12],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[13],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[14],v=w[z>>>24],v+=w[256|z>>16&255],v^=w[512|z>>8&255],v+=w[768|z&255],R^=v^A[15],v=w[R>>>24],v+=w[256|R>>16&255],v^=w[512|R>>8&255],v+=w[768|R&255],z^=v^A[16],C[E]=R^A[b+1],C[E+1]=z,C}function he(C,E){for(var A=0,w=0;A<4;++A)w=w<<8|C[E]&255,E=(E+1)%C.length;return{key:w,offp:E}}function ue(C,E,A){for(var w=0,v=[0,0],z=E.length,R=A.length,Y,W=0;W<z;W++)Y=he(C,w),w=Y.offp,E[W]=E[W]^Y.key;for(W=0;W<z;W+=2)v=ce(v,0,E,A),E[W]=v[0],E[W+1]=v[1];for(W=0;W<R;W+=2)v=ce(v,0,E,A),A[W]=v[0],A[W+1]=v[1]}function Le(C,E,A,w){for(var v=0,z=[0,0],R=A.length,Y=w.length,W,ne=0;ne<R;ne++)W=he(E,v),v=W.offp,A[ne]=A[ne]^W.key;for(v=0,ne=0;ne<R;ne+=2)W=he(C,v),v=W.offp,z[0]^=W.key,W=he(C,v),v=W.offp,z[1]^=W.key,z=ce(z,0,A,w),A[ne]=z[0],A[ne+1]=z[1];for(ne=0;ne<Y;ne+=2)W=he(C,v),v=W.offp,z[0]^=W.key,W=he(C,v),v=W.offp,z[1]^=W.key,z=ce(z,0,A,w),w[ne]=z[0],w[ne+1]=z[1]}function st(C,E,A,w,v){var z=K.slice(),R=z.length,Y;if(A<4||A>31)if(Y=Error("Illegal number of rounds (4-31): "+A),w){o(w.bind(this,Y));return}else throw Y;if(E.length!==h)if(Y=Error("Illegal salt length: "+E.length+" != "+h),w){o(w.bind(this,Y));return}else throw Y;A=1<<A>>>0;var W,ne,ae=0,D;Int32Array?(W=new Int32Array(O),ne=new Int32Array(T)):(W=O.slice(),ne=T.slice()),Le(E,C,W,ne);function Ie(){if(v&&v(ae/A),ae<A)for(var fe=Date.now();ae<A&&(ae=ae+1,ue(C,W,ne),ue(E,W,ne),!(Date.now()-fe>S)););else{for(ae=0;ae<64;ae++)for(D=0;D<R>>1;D++)ce(z,D<<1,W,ne);var xe=[];for(ae=0;ae<R;ae++)xe.push((z[ae]>>24&255)>>>0),xe.push((z[ae]>>16&255)>>>0),xe.push((z[ae]>>8&255)>>>0),xe.push((z[ae]&255)>>>0);if(w){w(null,xe);return}else return xe}w&&o(Ie)}if(typeof w<"u")Ie();else for(var Qt;;)if(typeof(Qt=Ie())<"u")return Qt||[]}function Ke(C,E,A,w){var v;if(typeof C!="string"||typeof E!="string")if(v=Error("Invalid string / salt: Not a string"),A){o(A.bind(this,v));return}else throw v;var z,R;if(E.charAt(0)!=="$"||E.charAt(1)!=="2")if(v=Error("Invalid salt version: "+E.substring(0,2)),A){o(A.bind(this,v));return}else throw v;if(E.charAt(2)==="$")z="\0",R=3;else{if(z=E.charAt(2),z!=="a"&&z!=="b"&&z!=="y"||E.charAt(3)!=="$")if(v=Error("Invalid salt revision: "+E.substring(2,4)),A){o(A.bind(this,v));return}else throw v;R=4}if(E.charAt(R+2)>"$")if(v=Error("Missing salt rounds"),A){o(A.bind(this,v));return}else throw v;var Y=parseInt(E.substring(R,R+1),10)*10,W=parseInt(E.substring(R+1,R+2),10),ne=Y+W,ae=E.substring(R+3,R+25);C+=z>="a"?"\0":"";var D=c(C),Ie=_(ae,h);function Qt(fe){var xe=[];return xe.push("$2"),z>="a"&&xe.push(z),xe.push("$"),ne<10&&xe.push("0"),xe.push(ne.toString()),xe.push("$"),xe.push(g(Ie,Ie.length)),xe.push(g(fe,K.length*4-1)),xe.join("")}if(typeof A>"u")return Qt(st(D,Ie,ne));st(D,Ie,ne,function(fe,xe){fe?A(fe,null):A(null,Qt(xe))},w)}return e.encodeBase64=g,e.decodeBase64=_,e})})(Ip);var e_=Ip.exports;const vc=Ap(e_),t_="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let n_=t=>crypto.getRandomValues(new Uint8Array(t)),i_=(t,e,n)=>{let i=(2<<Math.log2(t.length-1))-1,r=-~(1.6*i*e/t.length);return(s=e)=>{let o="";for(;;){let c=n(r),l=r;for(;l--;)if(o+=t[c[l]&i]||"",o.length===s)return o}}},r_=(t,e=21)=>i_(t,e,n_),De=(t=21)=>{let e="",n=crypto.getRandomValues(new Uint8Array(t));for(;t--;)e+=t_[n[t]&63];return e};const s_=24;function wc(){return r_("0123456789abcdef",s_)()}function ql(t){if(!t.includes("|"))return console.error("Invalid user_id format"),t;const[,e]=t.split("|");return e}async function Ep(t,e,n){return(await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n}`})).users}async function bc({userAdapter:t,tenant_id:e,email:n,provider:i}){const{users:r}=await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n} provider:${i}`});return r.length>1&&console.error("More than one user found for same email and provider"),r[0]||null}async function vs({userAdapter:t,tenant_id:e,email:n}){var c;const{users:i}=await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n}`}),r=i.filter(l=>!(l.provider==="auth2"&&!l.email_verified));if(r.length===0)return;const s=r.filter(l=>!l.linked_to);if(s.length>0)return s.length>1&&console.error("More than one primary user found for same email"),s[0];const o=await t.get(e,(c=r[0])==null?void 0:c.linked_to);if(!o)throw new Error("Primary account not found");return o}async function ws({userAdapter:t,tenant_id:e,email:n,provider:i}){const r=await bc({userAdapter:t,tenant_id:e,email:n,provider:i});return r?r.linked_to?t.get(e,r.linked_to):r:null}const dn=a.z.object({page:a.z.string().min(0).optional().default("0").transform(t=>parseInt(t,10)).openapi({description:"The page number where 0 is the first page"}),per_page:a.z.string().min(1).optional().default("10").transform(t=>parseInt(t,10)).openapi({description:"The number of items per page"}),include_totals:a.z.string().optional().default("false").transform(t=>t==="true").openapi({description:"If the total number of items should be included in the response"}),sort:a.z.string().regex(/^.+:(-1|1)$/).optional().openapi({description:"A property that should have the format 'string:-1' or 'string:1'"}),q:a.z.string().optional().openapi({description:"A lucene query string used to filter the results"})});function Jn(t){if(!t)return;const[e,n]=t.split(":"),i=n==="1"?"asc":"desc";if(!(!e||!i))return{sort_by:e,sort_order:i}}function be(t,e){return{type:e.type,description:e.description||"",ip:t.req.header("x-real-ip")||"",user_agent:t.req.header("user-agent")||"",date:new Date().toISOString(),details:{request:{method:t.req.method,path:t.req.path,qs:t.req.queries(),body:e.body||t.var.body||""}},isMobile:!1,client_id:t.var.client_id,client_name:"",user_id:e.userId||t.var.user_id||"",hostname:t.req.header("host")||"",user_name:t.var.username||"",connection_id:"",connection:t.var.connection||"",strategy:e.strategy||"",strategy_type:e.strategy_type||"",audience:"",scope:[]}}var o_={deno:"Deno",bun:"Bun",workerd:"Cloudflare-Workers",node:"Node.js"},a_=()=>{var n,i;const t=globalThis;if(typeof navigator<"u"&&typeof navigator.userAgent=="string"){for(const[r,s]of Object.entries(o_))if(c_(s))return r}return typeof(t==null?void 0:t.EdgeRuntime)=="string"?"edge-light":(t==null?void 0:t.fastly)!==void 0?"fastly":((i=(n=t==null?void 0:t.process)==null?void 0:n.release)==null?void 0:i.name)==="node"?"node":"other"},c_=t=>navigator.userAgent.startsWith(t);function Ye(t,e){a_()==="workerd"&&t.executionCtx.waitUntil(e)}const Kl=Gt.extend({users:a.z.array(yt)}),l_=Gt.extend({sessions:a.z.array(ys)}),u_=new a.OpenAPIHono().openapi(a.createRoute({tags:["users"],method:"get",path:"/",request:{query:dn,headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.union([a.z.array(yt),Kl])}},description:"List of users"}}}),async t=>{const{page:e,per_page:n,include_totals:i,sort:r,q:s}=t.req.valid("query"),{"tenant-id":o}=t.req.valid("header");if(s!=null&&s.includes("identities.profileData.email")){const p=s.split("=")[1],_=(await t.env.data.users.list(o,{page:e,per_page:n,include_totals:i,q:`email:${p}`})).users.filter(m=>m.linked_to),[k]=_;if(!k)return t.json([]);const h=await t.env.data.users.get(o,k.linked_to);if(!h)throw new j(500,{message:"Primary account not found"});return t.json([yt.parse(h)])}const c=["-_exists_:linked_to"];s&&c.push(s);const l=await t.env.data.users.list(o,{page:e,per_page:n,include_totals:i,sort:Jn(r),q:c.join(" ")}),u=l.users.filter(p=>!p.linked_to);return i?t.json(Kl.parse({users:u,length:l.length,start:l.start,limit:l.limit})):t.json(a.z.array(yt).parse(u))}).openapi(a.createRoute({tags:["users"],method:"get",path:"/{user_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({user_id:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:yt}},description:"List of users"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{"tenant-id":n}=t.req.valid("header"),i=await t.env.data.users.get(n,e);if(!i)throw new j(404);if(i.linked_to)throw new j(404,{message:"User is linked to another user"});return t.json(i)}).openapi(a.createRoute({tags:["users"],method:"delete",path:"/{user_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({user_id:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{"tenant-id":n}=t.req.valid("header");if(!await t.env.data.users.remove(n,e))throw new j(404);return t.text("OK")}).openapi(a.createRoute({tags:["users"],method:"post",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object({...xr.shape})}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:yt}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json");t.set("body",n);const{email:i}=n;if(!i)throw new j(400,{message:"Email is required"});const r=i.toLowerCase(),s=`${n.provider}|${n.user_id||wc()}`;try{const o=await t.env.data.users.create(e,{email:r,user_id:s,name:n.name||r,provider:n.provider,connection:n.connection,email_verified:n.email_verified||!1,last_ip:"",is_social:!1,last_login:new Date().toISOString()});t.set("user_id",o.user_id);const c=be(t,{type:_e.SUCCESS_API_OPERATION,description:"User created"});Ye(t,t.env.data.logs.create(e,c));const l={...o,identities:[{connection:o.connection,provider:o.provider,user_id:ql(o.user_id),isSocial:o.is_social}]};return t.json(yt.parse(l),{status:201})}catch(o){throw o.message==="User already exists"?new j(409,{message:"User already exists"}):o}}).openapi(a.createRoute({tags:["users"],method:"patch",path:"/{user_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object({...xr.shape,verify_email:a.z.boolean(),password:a.z.string()}).partial()}}},params:a.z.object({user_id:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{var u;const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),{user_id:i}=t.req.valid("param"),{verify_email:r,password:s,...o}=n,c=await t.env.data.users.get(e,i);if(!c)throw new j(404);if(o.email&&o.email!==c.email){const p=await Ep(t.env.data.users,e,o.email);if(p.length&&p.some(g=>g.user_id!==i))throw new j(409,{message:"Another user with the same email address already exists."})}if(c.linked_to)throw new j(404,{message:"User is linked to another user"});if(await t.env.data.users.update(e,i,o),s){const p=(u=c.identities)==null?void 0:u.find(g=>g.connection==="Username-Password-Authentication");if(!p)throw new j(400,{message:"User does not have a password identity"});await t.env.data.passwords.update(e,{user_id:`${p.provider}|${p.user_id}`,password:vc.hashSync(s,10),algorithm:"bcrypt"})}const l=await t.env.data.users.get(e,i);if(!l)throw new j(500);return t.json(l)}).openapi(a.createRoute({tags:["users"],method:"post",path:"/{user_id}/identities",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.union([a.z.object({link_with:a.z.string()}),a.z.object({user_id:a.z.string(),provider:a.z.string(),connection:a.z.string().optional()})])}}},params:a.z.object({user_id:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:a.z.array(a.z.object({connection:a.z.string(),provider:a.z.string(),user_id:a.z.string(),isSocial:a.z.boolean()}))}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),{user_id:i}=t.req.valid("param"),r="link_with"in n?n.link_with:n.user_id,s=await t.env.data.users.get(e,i);if(!s)throw new j(400,{message:"Linking an inexistent identity is not allowed."});await t.env.data.users.update(e,r,{linked_to:i});const o=await t.env.data.users.list(e,{page:0,per_page:10,include_totals:!1,q:`linked_to:${i}`}),c=[s,...o.users].map(l=>({connection:l.connection,provider:l.provider,user_id:ql(l.user_id),isSocial:l.is_social}));return t.json(c,{status:201})}).openapi(a.createRoute({tags:["users"],method:"delete",path:"/{user_id}/identities/{provider}/{linked_user_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({user_id:a.z.string(),provider:a.z.string(),linked_user_id:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:a.z.array(yt)}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{user_id:n,provider:i,linked_user_id:r}=t.req.valid("param");await t.env.data.users.unlink(e,n,i,r);const s=await t.env.data.users.get(e,n);if(!s)throw new j(404);return t.json([yt.parse(s)])}).openapi(a.createRoute({tags:["users"],method:"get",path:"/{user_id}/sessions",request:{query:dn,headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({user_id:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.union([a.z.array(ys),l_])}},description:"List of sessions"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{include_totals:n}=t.req.valid("query"),{"tenant-id":i}=t.req.valid("header"),r=await t.env.data.sessions.list(i,{page:0,per_page:10,include_totals:!1,q:`user_id:${e}`});return n?t.json(r):t.json(r.sessions)});/*! *****************************************************************************
|
|
6
6
|
Copyright (C) Microsoft. All rights reserved.
|
|
7
7
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
8
8
|
this file except in compliance with the License. You may obtain a copy of the
|
|
@@ -15,7 +15,7 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
|
15
15
|
|
|
16
16
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
17
17
|
and limitations under the License.
|
|
18
|
-
***************************************************************************** */var xl;(function(n){(function(e){var t=typeof globalThis=="object"?globalThis:typeof vr=="object"?vr:typeof self=="object"?self:typeof this=="object"?this:c(),i=r(n);typeof t.Reflect<"u"&&(i=r(t.Reflect,i)),e(i,t),typeof t.Reflect>"u"&&(t.Reflect=n);function r(l,u){return function(p,g){Object.defineProperty(l,p,{configurable:!0,writable:!0,value:g}),u&&u(p,g)}}function s(){try{return Function("return this;")()}catch{}}function a(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return s()||a()}})(function(e,t){var i=Object.prototype.hasOwnProperty,r=typeof Symbol=="function",s=r&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",a=r&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",l={__proto__:[]}instanceof Array,u=!c&&!l,p={create:c?function(){return ro(Object.create(null))}:l?function(){return ro({__proto__:null})}:function(){return ro({})},has:u?function(k,I){return i.call(k,I)}:function(k,I){return I in k},get:u?function(k,I){return i.call(k,I)?k[I]:void 0}:function(k,I){return k[I]}},g=Object.getPrototypeOf(Function),_=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:kh(),x=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:xh(),h=typeof WeakMap=="function"?WeakMap:Sh(),m=r?Symbol.for("@reflect-metadata:registry"):void 0,b=vh(),S=wh(b);function O(k,I,C,P){if(M(C)){if(!tl(k))throw new TypeError;if(!nl(I))throw new TypeError;return E(k,I)}else{if(!tl(k))throw new TypeError;if(!de(I))throw new TypeError;if(!de(P)&&!M(P)&&!Se(P))throw new TypeError;return Se(P)&&(P=void 0),C=dt(C),A(k,I,C,P)}}e("decorate",O);function T(k,I){function C(P,Y){if(!de(P))throw new TypeError;if(!M(Y)&&!mh(Y))throw new TypeError;Z(k,I,P,Y)}return C}e("metadata",T);function F(k,I,C,P){if(!de(C))throw new TypeError;return M(P)||(P=dt(P)),Z(k,I,C,P)}e("defineMetadata",F);function oe(k,I,C){if(!de(I))throw new TypeError;return M(C)||(C=dt(C)),w(k,I,C)}e("hasMetadata",oe);function pe(k,I,C){if(!de(I))throw new TypeError;return M(C)||(C=dt(C)),v(k,I,C)}e("hasOwnMetadata",pe);function ce(k,I,C){if(!de(I))throw new TypeError;return M(C)||(C=dt(C)),$(k,I,C)}e("getMetadata",ce);function Pe(k,I,C){if(!de(I))throw new TypeError;return M(C)||(C=dt(C)),R(k,I,C)}e("getOwnMetadata",Pe);function it(k,I){if(!de(k))throw new TypeError;return M(I)||(I=dt(I)),K(k,I)}e("getMetadataKeys",it);function Fe(k,I){if(!de(k))throw new TypeError;return M(I)||(I=dt(I)),ee(k,I)}e("getOwnMetadataKeys",Fe);function z(k,I,C){if(!de(I))throw new TypeError;if(M(C)||(C=dt(C)),!de(I))throw new TypeError;M(C)||(C=dt(C));var P=ti(I,C,!1);return M(P)?!1:P.OrdinaryDeleteMetadata(k,I,C)}e("deleteMetadata",z);function E(k,I){for(var C=k.length-1;C>=0;--C){var P=k[C],Y=P(I);if(!M(Y)&&!Se(Y)){if(!nl(Y))throw new TypeError;I=Y}}return I}function A(k,I,C,P){for(var Y=k.length-1;Y>=0;--Y){var Ae=k[Y],ke=Ae(I,C,P);if(!M(ke)&&!Se(ke)){if(!de(ke))throw new TypeError;P=ke}}return P}function w(k,I,C){var P=v(k,I,C);if(P)return!0;var Y=io(I);return Se(Y)?!1:w(k,Y,C)}function v(k,I,C){var P=ti(I,C,!1);return M(P)?!1:el(P.OrdinaryHasOwnMetadata(k,I,C))}function $(k,I,C){var P=v(k,I,C);if(P)return R(k,I,C);var Y=io(I);if(!Se(Y))return $(k,Y,C)}function R(k,I,C){var P=ti(I,C,!1);if(!M(P))return P.OrdinaryGetOwnMetadata(k,I,C)}function Z(k,I,C,P){var Y=ti(C,P,!0);Y.OrdinaryDefineOwnMetadata(k,I,C,P)}function K(k,I){var C=ee(k,I),P=io(k);if(P===null)return C;var Y=K(P,I);if(Y.length<=0)return C;if(C.length<=0)return Y;for(var Ae=new x,ke=[],ne=0,V=C;ne<V.length;ne++){var q=V[ne],G=Ae.has(q);G||(Ae.add(q),ke.push(q))}for(var J=0,ie=Y;J<ie.length;J++){var q=ie[J],G=Ae.has(q);G||(Ae.add(q),ke.push(q))}return ke}function ee(k,I){var C=ti(k,I,!1);return C?C.OrdinaryOwnMetadataKeys(k,I):[]}function se(k){if(k===null)return 1;switch(typeof k){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return k===null?1:6;default:return 6}}function M(k){return k===void 0}function Se(k){return k===null}function Gt(k){return typeof k=="symbol"}function de(k){return typeof k=="object"?k!==null:typeof k=="function"}function we(k,I){switch(se(k)){case 0:return k;case 1:return k;case 2:return k;case 3:return k;case 4:return k;case 5:return k}var C="string",P=il(k,s);if(P!==void 0){var Y=P.call(k,C);if(de(Y))throw new TypeError;return Y}return gh(k)}function gh(k,I){var C,P;{var Y=k.toString;if(Gi(Y)){var P=Y.call(k);if(!de(P))return P}var C=k.valueOf;if(Gi(C)){var P=C.call(k);if(!de(P))return P}}throw new TypeError}function el(k){return!!k}function _h(k){return""+k}function dt(k){var I=we(k);return Gt(I)?I:_h(I)}function tl(k){return Array.isArray?Array.isArray(k):k instanceof Object?k instanceof Array:Object.prototype.toString.call(k)==="[object Array]"}function Gi(k){return typeof k=="function"}function nl(k){return typeof k=="function"}function mh(k){switch(se(k)){case 3:return!0;case 4:return!0;default:return!1}}function no(k,I){return k===I||k!==k&&I!==I}function il(k,I){var C=k[I];if(C!=null){if(!Gi(C))throw new TypeError;return C}}function rl(k){var I=il(k,a);if(!Gi(I))throw new TypeError;var C=I.call(k);if(!de(C))throw new TypeError;return C}function sl(k){return k.value}function ol(k){var I=k.next();return I.done?!1:I}function al(k){var I=k.return;I&&I.call(k)}function io(k){var I=Object.getPrototypeOf(k);if(typeof k!="function"||k===g||I!==g)return I;var C=k.prototype,P=C&&Object.getPrototypeOf(C);if(P==null||P===Object.prototype)return I;var Y=P.constructor;return typeof Y!="function"||Y===k?I:Y}function yh(){var k;!M(m)&&typeof t.Reflect<"u"&&!(m in t.Reflect)&&typeof t.Reflect.defineMetadata=="function"&&(k=bh(t.Reflect));var I,C,P,Y=new h,Ae={registerProvider:ke,getProvider:V,setProvider:G};return Ae;function ke(J){if(!Object.isExtensible(Ae))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case k===J:break;case M(I):I=J;break;case I===J:break;case M(C):C=J;break;case C===J:break;default:P===void 0&&(P=new x),P.add(J);break}}function ne(J,ie){if(!M(I)){if(I.isProviderFor(J,ie))return I;if(!M(C)){if(C.isProviderFor(J,ie))return I;if(!M(P))for(var fe=rl(P);;){var me=ol(fe);if(!me)return;var rt=sl(me);if(rt.isProviderFor(J,ie))return al(fe),rt}}}if(!M(k)&&k.isProviderFor(J,ie))return k}function V(J,ie){var fe=Y.get(J),me;return M(fe)||(me=fe.get(ie)),M(me)&&(me=ne(J,ie),M(me)||(M(fe)&&(fe=new _,Y.set(J,fe)),fe.set(ie,me))),me}function q(J){if(M(J))throw new TypeError;return I===J||C===J||!M(P)&&P.has(J)}function G(J,ie,fe){if(!q(fe))throw new Error("Metadata provider not registered.");var me=V(J,ie);if(me!==fe){if(!M(me))return!1;var rt=Y.get(J);M(rt)&&(rt=new _,Y.set(J,rt)),rt.set(ie,fe)}return!0}}function vh(){var k;return!M(m)&&de(t.Reflect)&&Object.isExtensible(t.Reflect)&&(k=t.Reflect[m]),M(k)&&(k=yh()),!M(m)&&de(t.Reflect)&&Object.isExtensible(t.Reflect)&&Object.defineProperty(t.Reflect,m,{enumerable:!1,configurable:!1,writable:!1,value:k}),k}function wh(k){var I=new h,C={isProviderFor:function(q,G){var J=I.get(q);return M(J)?!1:J.has(G)},OrdinaryDefineOwnMetadata:ke,OrdinaryHasOwnMetadata:Y,OrdinaryGetOwnMetadata:Ae,OrdinaryOwnMetadataKeys:ne,OrdinaryDeleteMetadata:V};return b.registerProvider(C),C;function P(q,G,J){var ie=I.get(q),fe=!1;if(M(ie)){if(!J)return;ie=new _,I.set(q,ie),fe=!0}var me=ie.get(G);if(M(me)){if(!J)return;if(me=new _,ie.set(G,me),!k.setProvider(q,G,C))throw ie.delete(G),fe&&I.delete(q),new Error("Wrong provider for target.")}return me}function Y(q,G,J){var ie=P(G,J,!1);return M(ie)?!1:el(ie.has(q))}function Ae(q,G,J){var ie=P(G,J,!1);if(!M(ie))return ie.get(q)}function ke(q,G,J,ie){var fe=P(J,ie,!0);fe.set(q,G)}function ne(q,G){var J=[],ie=P(q,G,!1);if(M(ie))return J;for(var fe=ie.keys(),me=rl(fe),rt=0;;){var cl=ol(me);if(!cl)return J.length=rt,J;var Ah=sl(cl);try{J[rt]=Ah}catch(Ih){try{al(me)}finally{throw Ih}}rt++}}function V(q,G,J){var ie=P(G,J,!1);if(M(ie)||!ie.delete(q))return!1;if(ie.size===0){var fe=I.get(G);M(fe)||(fe.delete(J),fe.size===0&&I.delete(fe))}return!0}}function bh(k){var I=k.defineMetadata,C=k.hasOwnMetadata,P=k.getOwnMetadata,Y=k.getOwnMetadataKeys,Ae=k.deleteMetadata,ke=new h,ne={isProviderFor:function(V,q){var G=ke.get(V);return!M(G)&&G.has(q)?!0:Y(V,q).length?(M(G)&&(G=new x,ke.set(V,G)),G.add(q),!0):!1},OrdinaryDefineOwnMetadata:I,OrdinaryHasOwnMetadata:C,OrdinaryGetOwnMetadata:P,OrdinaryOwnMetadataKeys:Y,OrdinaryDeleteMetadata:Ae};return ne}function ti(k,I,C){var P=b.getProvider(k,I);if(!M(P))return P;if(C){if(b.setProvider(k,I,S))return S;throw new Error("Illegal state.")}}function kh(){var k={},I=[],C=function(){function ne(V,q,G){this._index=0,this._keys=V,this._values=q,this._selector=G}return ne.prototype["@@iterator"]=function(){return this},ne.prototype[a]=function(){return this},ne.prototype.next=function(){var V=this._index;if(V>=0&&V<this._keys.length){var q=this._selector(this._keys[V],this._values[V]);return V+1>=this._keys.length?(this._index=-1,this._keys=I,this._values=I):this._index++,{value:q,done:!1}}return{value:void 0,done:!0}},ne.prototype.throw=function(V){throw this._index>=0&&(this._index=-1,this._keys=I,this._values=I),V},ne.prototype.return=function(V){return this._index>=0&&(this._index=-1,this._keys=I,this._values=I),{value:V,done:!0}},ne}(),P=function(){function ne(){this._keys=[],this._values=[],this._cacheKey=k,this._cacheIndex=-2}return Object.defineProperty(ne.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),ne.prototype.has=function(V){return this._find(V,!1)>=0},ne.prototype.get=function(V){var q=this._find(V,!1);return q>=0?this._values[q]:void 0},ne.prototype.set=function(V,q){var G=this._find(V,!0);return this._values[G]=q,this},ne.prototype.delete=function(V){var q=this._find(V,!1);if(q>=0){for(var G=this._keys.length,J=q+1;J<G;J++)this._keys[J-1]=this._keys[J],this._values[J-1]=this._values[J];return this._keys.length--,this._values.length--,no(V,this._cacheKey)&&(this._cacheKey=k,this._cacheIndex=-2),!0}return!1},ne.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=k,this._cacheIndex=-2},ne.prototype.keys=function(){return new C(this._keys,this._values,Y)},ne.prototype.values=function(){return new C(this._keys,this._values,Ae)},ne.prototype.entries=function(){return new C(this._keys,this._values,ke)},ne.prototype["@@iterator"]=function(){return this.entries()},ne.prototype[a]=function(){return this.entries()},ne.prototype._find=function(V,q){if(!no(this._cacheKey,V)){this._cacheIndex=-1;for(var G=0;G<this._keys.length;G++)if(no(this._keys[G],V)){this._cacheIndex=G;break}}return this._cacheIndex<0&&q&&(this._cacheIndex=this._keys.length,this._keys.push(V),this._values.push(void 0)),this._cacheIndex},ne}();return P;function Y(ne,V){return ne}function Ae(ne,V){return V}function ke(ne,V){return[ne,V]}}function xh(){var k=function(){function I(){this._map=new _}return Object.defineProperty(I.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),I.prototype.has=function(C){return this._map.has(C)},I.prototype.add=function(C){return this._map.set(C,C),this},I.prototype.delete=function(C){return this._map.delete(C)},I.prototype.clear=function(){this._map.clear()},I.prototype.keys=function(){return this._map.keys()},I.prototype.values=function(){return this._map.keys()},I.prototype.entries=function(){return this._map.entries()},I.prototype["@@iterator"]=function(){return this.keys()},I.prototype[a]=function(){return this.keys()},I}();return k}function Sh(){var k=16,I=p.create(),C=P();return function(){function V(){this._key=P()}return V.prototype.has=function(q){var G=Y(q,!1);return G!==void 0?p.has(G,this._key):!1},V.prototype.get=function(q){var G=Y(q,!1);return G!==void 0?p.get(G,this._key):void 0},V.prototype.set=function(q,G){var J=Y(q,!0);return J[this._key]=G,this},V.prototype.delete=function(q){var G=Y(q,!1);return G!==void 0?delete G[this._key]:!1},V.prototype.clear=function(){this._key=P()},V}();function P(){var V;do V="@@WeakMap@@"+ne();while(p.has(I,V));return I[V]=!0,V}function Y(V,q){if(!i.call(V,C)){if(!q)return;Object.defineProperty(V,C,{value:p.create()})}return V[C]}function Ae(V,q){for(var G=0;G<q;++G)V[G]=Math.random()*255|0;return V}function ke(V){if(typeof Uint8Array=="function"){var q=new Uint8Array(V);return typeof crypto<"u"?crypto.getRandomValues(q):typeof msCrypto<"u"?msCrypto.getRandomValues(q):Ae(q,V),q}return Ae(new Array(V),V)}function ne(){var V=ke(k);V[6]=V[6]&79|64,V[8]=V[8]&191|128;for(var q="",G=0;G<k;++G){var J=V[G];(G===4||G===6||G===8)&&(q+="-"),J<16&&(q+="0"),q+=J.toString(16).toLowerCase()}return q}}function ro(k){return k.__=void 0,delete k.__,k}})})(xl||(xl={}));/*!
|
|
18
|
+
***************************************************************************** */var Wl;(function(t){(function(e){var n=typeof globalThis=="object"?globalThis:typeof zr=="object"?zr:typeof self=="object"?self:typeof this=="object"?this:c(),i=r(t);typeof n.Reflect<"u"&&(i=r(n.Reflect,i)),e(i,n),typeof n.Reflect>"u"&&(n.Reflect=t);function r(l,u){return function(p,g){Object.defineProperty(l,p,{configurable:!0,writable:!0,value:g}),u&&u(p,g)}}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,n){var i=Object.prototype.hasOwnProperty,r=typeof Symbol=="function",s=r&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",o=r&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",l={__proto__:[]}instanceof Array,u=!c&&!l,p={create:c?function(){return bo(Object.create(null))}:l?function(){return bo({__proto__:null})}:function(){return bo({})},has:u?function(x,I){return i.call(x,I)}:function(x,I){return I in x},get:u?function(x,I){return i.call(x,I)?x[I]:void 0}:function(x,I){return x[I]}},g=Object.getPrototypeOf(Function),_=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:dg(),k=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:pg(),h=typeof WeakMap=="function"?WeakMap:fg(),m=r?Symbol.for("@reflect-metadata:registry"):void 0,b=cg(),S=lg(b);function O(x,I,$,L){if(D($)){if(!Al(x))throw new TypeError;if(!Il(I))throw new TypeError;return E(x,I)}else{if(!Al(x))throw new TypeError;if(!fe(I))throw new TypeError;if(!fe(L)&&!D(L)&&!Ie(L))throw new TypeError;return Ie(L)&&(L=void 0),$=gt($),A(x,I,$,L)}}e("decorate",O);function T(x,I){function $(L,X){if(!fe(L))throw new TypeError;if(!D(X)&&!og(X))throw new TypeError;Y(x,I,L,X)}return $}e("metadata",T);function K(x,I,$,L){if(!fe($))throw new TypeError;return D(L)||(L=gt(L)),Y(x,I,$,L)}e("defineMetadata",K);function ce(x,I,$){if(!fe(I))throw new TypeError;return D($)||($=gt($)),w(x,I,$)}e("hasMetadata",ce);function he(x,I,$){if(!fe(I))throw new TypeError;return D($)||($=gt($)),v(x,I,$)}e("hasOwnMetadata",he);function ue(x,I,$){if(!fe(I))throw new TypeError;return D($)||($=gt($)),z(x,I,$)}e("getMetadata",ue);function Le(x,I,$){if(!fe(I))throw new TypeError;return D($)||($=gt($)),R(x,I,$)}e("getOwnMetadata",Le);function st(x,I){if(!fe(x))throw new TypeError;return D(I)||(I=gt(I)),W(x,I)}e("getMetadataKeys",st);function Ke(x,I){if(!fe(x))throw new TypeError;return D(I)||(I=gt(I)),ne(x,I)}e("getOwnMetadataKeys",Ke);function C(x,I,$){if(!fe(I))throw new TypeError;if(D($)||($=gt($)),!fe(I))throw new TypeError;D($)||($=gt($));var L=ai(I,$,!1);return D(L)?!1:L.OrdinaryDeleteMetadata(x,I,$)}e("deleteMetadata",C);function E(x,I){for(var $=x.length-1;$>=0;--$){var L=x[$],X=L(I);if(!D(X)&&!Ie(X)){if(!Il(X))throw new TypeError;I=X}}return I}function A(x,I,$,L){for(var X=x.length-1;X>=0;--X){var Ee=x[X],Se=Ee(I,$,L);if(!D(Se)&&!Ie(Se)){if(!fe(Se))throw new TypeError;L=Se}}return L}function w(x,I,$){var L=v(x,I,$);if(L)return!0;var X=wo(I);return Ie(X)?!1:w(x,X,$)}function v(x,I,$){var L=ai(I,$,!1);return D(L)?!1:Sl(L.OrdinaryHasOwnMetadata(x,I,$))}function z(x,I,$){var L=v(x,I,$);if(L)return R(x,I,$);var X=wo(I);if(!Ie(X))return z(x,X,$)}function R(x,I,$){var L=ai(I,$,!1);if(!D(L))return L.OrdinaryGetOwnMetadata(x,I,$)}function Y(x,I,$,L){var X=ai($,L,!0);X.OrdinaryDefineOwnMetadata(x,I,$,L)}function W(x,I){var $=ne(x,I),L=wo(x);if(L===null)return $;var X=W(L,I);if(X.length<=0)return $;if($.length<=0)return X;for(var Ee=new k,Se=[],ie=0,M=$;ie<M.length;ie++){var q=M[ie],J=Ee.has(q);J||(Ee.add(q),Se.push(q))}for(var Z=0,re=X;Z<re.length;Z++){var q=re[Z],J=Ee.has(q);J||(Ee.add(q),Se.push(q))}return Se}function ne(x,I){var $=ai(x,I,!1);return $?$.OrdinaryOwnMetadataKeys(x,I):[]}function ae(x){if(x===null)return 1;switch(typeof x){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return x===null?1:6;default:return 6}}function D(x){return x===void 0}function Ie(x){return x===null}function Qt(x){return typeof x=="symbol"}function fe(x){return typeof x=="object"?x!==null:typeof x=="function"}function xe(x,I){switch(ae(x)){case 0:return x;case 1:return x;case 2:return x;case 3:return x;case 4:return x;case 5:return x}var $="string",L=El(x,s);if(L!==void 0){var X=L.call(x,$);if(fe(X))throw new TypeError;return X}return rg(x)}function rg(x,I){var $,L;{var X=x.toString;if(ir(X)){var L=X.call(x);if(!fe(L))return L}var $=x.valueOf;if(ir($)){var L=$.call(x);if(!fe(L))return L}}throw new TypeError}function Sl(x){return!!x}function sg(x){return""+x}function gt(x){var I=xe(x);return Qt(I)?I:sg(I)}function Al(x){return Array.isArray?Array.isArray(x):x instanceof Object?x instanceof Array:Object.prototype.toString.call(x)==="[object Array]"}function ir(x){return typeof x=="function"}function Il(x){return typeof x=="function"}function og(x){switch(ae(x)){case 3:return!0;case 4:return!0;default:return!1}}function vo(x,I){return x===I||x!==x&&I!==I}function El(x,I){var $=x[I];if($!=null){if(!ir($))throw new TypeError;return $}}function Cl(x){var I=El(x,o);if(!ir(I))throw new TypeError;var $=I.call(x);if(!fe($))throw new TypeError;return $}function zl(x){return x.value}function $l(x){var I=x.next();return I.done?!1:I}function jl(x){var I=x.return;I&&I.call(x)}function wo(x){var I=Object.getPrototypeOf(x);if(typeof x!="function"||x===g||I!==g)return I;var $=x.prototype,L=$&&Object.getPrototypeOf($);if(L==null||L===Object.prototype)return I;var X=L.constructor;return typeof X!="function"||X===x?I:X}function ag(){var x;!D(m)&&typeof n.Reflect<"u"&&!(m in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(x=ug(n.Reflect));var I,$,L,X=new h,Ee={registerProvider:Se,getProvider:M,setProvider:J};return Ee;function Se(Z){if(!Object.isExtensible(Ee))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case x===Z:break;case D(I):I=Z;break;case I===Z:break;case D($):$=Z;break;case $===Z:break;default:L===void 0&&(L=new k),L.add(Z);break}}function ie(Z,re){if(!D(I)){if(I.isProviderFor(Z,re))return I;if(!D($)){if($.isProviderFor(Z,re))return I;if(!D(L))for(var ge=Cl(L);;){var ve=$l(ge);if(!ve)return;var ot=zl(ve);if(ot.isProviderFor(Z,re))return jl(ge),ot}}}if(!D(x)&&x.isProviderFor(Z,re))return x}function M(Z,re){var ge=X.get(Z),ve;return D(ge)||(ve=ge.get(re)),D(ve)&&(ve=ie(Z,re),D(ve)||(D(ge)&&(ge=new _,X.set(Z,ge)),ge.set(re,ve))),ve}function q(Z){if(D(Z))throw new TypeError;return I===Z||$===Z||!D(L)&&L.has(Z)}function J(Z,re,ge){if(!q(ge))throw new Error("Metadata provider not registered.");var ve=M(Z,re);if(ve!==ge){if(!D(ve))return!1;var ot=X.get(Z);D(ot)&&(ot=new _,X.set(Z,ot)),ot.set(re,ge)}return!0}}function cg(){var x;return!D(m)&&fe(n.Reflect)&&Object.isExtensible(n.Reflect)&&(x=n.Reflect[m]),D(x)&&(x=ag()),!D(m)&&fe(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,m,{enumerable:!1,configurable:!1,writable:!1,value:x}),x}function lg(x){var I=new h,$={isProviderFor:function(q,J){var Z=I.get(q);return D(Z)?!1:Z.has(J)},OrdinaryDefineOwnMetadata:Se,OrdinaryHasOwnMetadata:X,OrdinaryGetOwnMetadata:Ee,OrdinaryOwnMetadataKeys:ie,OrdinaryDeleteMetadata:M};return b.registerProvider($),$;function L(q,J,Z){var re=I.get(q),ge=!1;if(D(re)){if(!Z)return;re=new _,I.set(q,re),ge=!0}var ve=re.get(J);if(D(ve)){if(!Z)return;if(ve=new _,re.set(J,ve),!x.setProvider(q,J,$))throw re.delete(J),ge&&I.delete(q),new Error("Wrong provider for target.")}return ve}function X(q,J,Z){var re=L(J,Z,!1);return D(re)?!1:Sl(re.has(q))}function Ee(q,J,Z){var re=L(J,Z,!1);if(!D(re))return re.get(q)}function Se(q,J,Z,re){var ge=L(Z,re,!0);ge.set(q,J)}function ie(q,J){var Z=[],re=L(q,J,!1);if(D(re))return Z;for(var ge=re.keys(),ve=Cl(ge),ot=0;;){var Nl=$l(ve);if(!Nl)return Z.length=ot,Z;var hg=zl(Nl);try{Z[ot]=hg}catch(gg){try{jl(ve)}finally{throw gg}}ot++}}function M(q,J,Z){var re=L(J,Z,!1);if(D(re)||!re.delete(q))return!1;if(re.size===0){var ge=I.get(J);D(ge)||(ge.delete(Z),ge.size===0&&I.delete(ge))}return!0}}function ug(x){var I=x.defineMetadata,$=x.hasOwnMetadata,L=x.getOwnMetadata,X=x.getOwnMetadataKeys,Ee=x.deleteMetadata,Se=new h,ie={isProviderFor:function(M,q){var J=Se.get(M);return!D(J)&&J.has(q)?!0:X(M,q).length?(D(J)&&(J=new k,Se.set(M,J)),J.add(q),!0):!1},OrdinaryDefineOwnMetadata:I,OrdinaryHasOwnMetadata:$,OrdinaryGetOwnMetadata:L,OrdinaryOwnMetadataKeys:X,OrdinaryDeleteMetadata:Ee};return ie}function ai(x,I,$){var L=b.getProvider(x,I);if(!D(L))return L;if($){if(b.setProvider(x,I,S))return S;throw new Error("Illegal state.")}}function dg(){var x={},I=[],$=function(){function ie(M,q,J){this._index=0,this._keys=M,this._values=q,this._selector=J}return ie.prototype["@@iterator"]=function(){return this},ie.prototype[o]=function(){return this},ie.prototype.next=function(){var M=this._index;if(M>=0&&M<this._keys.length){var q=this._selector(this._keys[M],this._values[M]);return M+1>=this._keys.length?(this._index=-1,this._keys=I,this._values=I):this._index++,{value:q,done:!1}}return{value:void 0,done:!0}},ie.prototype.throw=function(M){throw this._index>=0&&(this._index=-1,this._keys=I,this._values=I),M},ie.prototype.return=function(M){return this._index>=0&&(this._index=-1,this._keys=I,this._values=I),{value:M,done:!0}},ie}(),L=function(){function ie(){this._keys=[],this._values=[],this._cacheKey=x,this._cacheIndex=-2}return Object.defineProperty(ie.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),ie.prototype.has=function(M){return this._find(M,!1)>=0},ie.prototype.get=function(M){var q=this._find(M,!1);return q>=0?this._values[q]:void 0},ie.prototype.set=function(M,q){var J=this._find(M,!0);return this._values[J]=q,this},ie.prototype.delete=function(M){var q=this._find(M,!1);if(q>=0){for(var J=this._keys.length,Z=q+1;Z<J;Z++)this._keys[Z-1]=this._keys[Z],this._values[Z-1]=this._values[Z];return this._keys.length--,this._values.length--,vo(M,this._cacheKey)&&(this._cacheKey=x,this._cacheIndex=-2),!0}return!1},ie.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=x,this._cacheIndex=-2},ie.prototype.keys=function(){return new $(this._keys,this._values,X)},ie.prototype.values=function(){return new $(this._keys,this._values,Ee)},ie.prototype.entries=function(){return new $(this._keys,this._values,Se)},ie.prototype["@@iterator"]=function(){return this.entries()},ie.prototype[o]=function(){return this.entries()},ie.prototype._find=function(M,q){if(!vo(this._cacheKey,M)){this._cacheIndex=-1;for(var J=0;J<this._keys.length;J++)if(vo(this._keys[J],M)){this._cacheIndex=J;break}}return this._cacheIndex<0&&q&&(this._cacheIndex=this._keys.length,this._keys.push(M),this._values.push(void 0)),this._cacheIndex},ie}();return L;function X(ie,M){return ie}function Ee(ie,M){return M}function Se(ie,M){return[ie,M]}}function pg(){var x=function(){function I(){this._map=new _}return Object.defineProperty(I.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),I.prototype.has=function($){return this._map.has($)},I.prototype.add=function($){return this._map.set($,$),this},I.prototype.delete=function($){return this._map.delete($)},I.prototype.clear=function(){this._map.clear()},I.prototype.keys=function(){return this._map.keys()},I.prototype.values=function(){return this._map.keys()},I.prototype.entries=function(){return this._map.entries()},I.prototype["@@iterator"]=function(){return this.keys()},I.prototype[o]=function(){return this.keys()},I}();return x}function fg(){var x=16,I=p.create(),$=L();return function(){function M(){this._key=L()}return M.prototype.has=function(q){var J=X(q,!1);return J!==void 0?p.has(J,this._key):!1},M.prototype.get=function(q){var J=X(q,!1);return J!==void 0?p.get(J,this._key):void 0},M.prototype.set=function(q,J){var Z=X(q,!0);return Z[this._key]=J,this},M.prototype.delete=function(q){var J=X(q,!1);return J!==void 0?delete J[this._key]:!1},M.prototype.clear=function(){this._key=L()},M}();function L(){var M;do M="@@WeakMap@@"+ie();while(p.has(I,M));return I[M]=!0,M}function X(M,q){if(!i.call(M,$)){if(!q)return;Object.defineProperty(M,$,{value:p.create()})}return M[$]}function Ee(M,q){for(var J=0;J<q;++J)M[J]=Math.random()*255|0;return M}function Se(M){if(typeof Uint8Array=="function"){var q=new Uint8Array(M);return typeof crypto<"u"?crypto.getRandomValues(q):typeof msCrypto<"u"?msCrypto.getRandomValues(q):Ee(q,M),q}return Ee(new Array(M),M)}function ie(){var M=Se(x);M[6]=M[6]&79|64,M[8]=M[8]&191|128;for(var q="",J=0;J<x;++J){var Z=M[J];(J===4||J===6||J===8)&&(q+="-"),Z<16&&(q+="0"),q+=Z.toString(16).toLowerCase()}return q}}function bo(x){return x.__=void 0,delete x.__,x}})})(Wl||(Wl={}));/*!
|
|
19
19
|
* MIT License
|
|
20
20
|
*
|
|
21
21
|
* Copyright (c) 2017-2022 Peculiar Ventures, LLC
|
|
@@ -38,9 +38,9 @@ and limitations under the License.
|
|
|
38
38
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
39
39
|
* SOFTWARE.
|
|
40
40
|
*
|
|
41
|
-
*/const
|
|
41
|
+
*/const d_="[object ArrayBuffer]";class V{static isArrayBuffer(e){return Object.prototype.toString.call(e)===d_}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,n){if(e.constructor===n)return e;if(this.isArrayBuffer(e))return new n(e);if(this.isArrayBufferView(e))return new n(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,n){const i=V.toUint8Array(e),r=V.toUint8Array(n);if(i.length!==r.byteLength)return!1;for(let s=0;s<i.length;s++)if(i[s]!==r[s])return!1;return!0}static concat(...e){let n;Array.isArray(e[0])&&!(e[1]instanceof Function)||Array.isArray(e[0])&&e[1]instanceof Function?n=e[0]:e[e.length-1]instanceof Function?n=e.slice(0,e.length-1):n=e;let i=0;for(const o of n)i+=o.byteLength;const r=new Uint8Array(i);let s=0;for(const o of n){const c=this.toUint8Array(o);r.set(c,s),s+=c.length}return e[e.length-1]instanceof Function?this.toView(r,e[e.length-1]):r.buffer}}const xo="string",p_=/^[0-9a-f]+$/i,f_=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,h_=/^[a-zA-Z0-9-_]+$/;class Gl{static fromString(e){const n=unescape(encodeURIComponent(e)),i=new Uint8Array(n.length);for(let r=0;r<n.length;r++)i[r]=n.charCodeAt(r);return i.buffer}static toString(e){const n=V.toUint8Array(e);let i="";for(let s=0;s<n.length;s++)i+=String.fromCharCode(n[s]);return decodeURIComponent(escape(i))}}class _t{static toString(e,n=!1){const i=V.toArrayBuffer(e),r=new DataView(i);let s="";for(let o=0;o<i.byteLength;o+=2){const c=r.getUint16(o,n);s+=String.fromCharCode(c)}return s}static fromString(e,n=!1){const i=new ArrayBuffer(e.length*2),r=new DataView(i);for(let s=0;s<e.length;s++)r.setUint16(s*2,e.charCodeAt(s),n);return i}}class G{static isHex(e){return typeof e===xo&&p_.test(e)}static isBase64(e){return typeof e===xo&&f_.test(e)}static isBase64Url(e){return typeof e===xo&&h_.test(e)}static ToString(e,n="utf8"){const i=V.toUint8Array(e);switch(n.toLowerCase()){case"utf8":return this.ToUtf8String(i);case"binary":return this.ToBinary(i);case"hex":return this.ToHex(i);case"base64":return this.ToBase64(i);case"base64url":return this.ToBase64Url(i);case"utf16le":return _t.toString(i,!0);case"utf16":case"utf16be":return _t.toString(i);default:throw new Error(`Unknown type of encoding '${n}'`)}}static FromString(e,n="utf8"){if(!e)return new ArrayBuffer(0);switch(n.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 _t.fromString(e,!0);case"utf16":case"utf16be":return _t.fromString(e);default:throw new Error(`Unknown type of encoding '${n}'`)}}static ToBase64(e){const n=V.toUint8Array(e);if(typeof btoa<"u"){const i=this.ToString(n,"binary");return btoa(i)}else return Buffer.from(n).toString("base64")}static FromBase64(e){const n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!G.isBase64(n))throw new TypeError("Argument 'base64Text' is not Base64 encoded");return typeof atob<"u"?this.FromBinary(atob(n)):new Uint8Array(Buffer.from(n,"base64")).buffer}static FromBase64Url(e){const n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!G.isBase64Url(n))throw new TypeError("Argument 'base64url' is not Base64Url encoded");return this.FromBase64(this.Base64Padding(n.replace(/\-/g,"+").replace(/\_/g,"/")))}static ToBase64Url(e){return this.ToBase64(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"")}static FromUtf8String(e,n=G.DEFAULT_UTF8_ENCODING){switch(n){case"ascii":return this.FromBinary(e);case"utf8":return Gl.fromString(e);case"utf16":case"utf16be":return _t.fromString(e);case"utf16le":case"usc2":return _t.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${n}'`)}}static ToUtf8String(e,n=G.DEFAULT_UTF8_ENCODING){switch(n){case"ascii":return this.ToBinary(e);case"utf8":return Gl.toString(e);case"utf16":case"utf16be":return _t.toString(e);case"utf16le":case"usc2":return _t.toString(e,!0);default:throw new Error(`Unknown type of encoding '${n}'`)}}static FromBinary(e){const n=e.length,i=new Uint8Array(n);for(let r=0;r<n;r++)i[r]=e.charCodeAt(r);return i.buffer}static ToBinary(e){const n=V.toUint8Array(e);let i="";for(let r=0;r<n.length;r++)i+=String.fromCharCode(n[r]);return i}static ToHex(e){const n=V.toUint8Array(e);let i="";const r=n.length;for(let s=0;s<r;s++){const o=n[s];o<16&&(i+="0"),i+=o.toString(16)}return i}static FromHex(e){let n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!G.isHex(n))throw new TypeError("Argument 'hexString' is not HEX encoded");n.length%2&&(n=`0${n}`);const i=new Uint8Array(n.length/2);for(let r=0;r<n.length;r=r+2){const s=n.slice(r,r+2);i[r/2]=parseInt(s,16)}return i.buffer}static ToUtf16String(e,n=!1){return _t.toString(e,n)}static FromUtf16String(e,n=!1){return _t.fromString(e,n)}static Base64Padding(e){const n=4-e.length%4;if(n<4)for(let i=0;i<n;i++)e+="=";return e}static formatString(e){return(e==null?void 0:e.replace(/[\n\r\t ]/g,""))||""}}G.DEFAULT_UTF8_ENCODING="utf8";function g_(...t){const e=t.map(r=>r.byteLength).reduce((r,s)=>r+s),n=new Uint8Array(e);let i=0;return t.map(r=>new Uint8Array(r)).forEach(r=>{for(const s of r)n[i++]=s}),n.buffer}function Cp(t,e){if(!(t&&e)||t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),i=new Uint8Array(e);for(let r=0;r<t.byteLength;r++)if(n[r]!==i[r])return!1;return!0}/*!
|
|
42
42
|
Copyright (c) Peculiar Ventures, LLC
|
|
43
|
-
*/function
|
|
43
|
+
*/function Pn(t,e){let n=0;if(t.length===1)return t[0];for(let i=t.length-1;i>=0;i--)n+=t[t.length-1-i]*Math.pow(2,e*i);return n}function pn(t,e,n=-1){const i=n;let r=t,s=0,o=Math.pow(2,e);for(let c=1;c<8;c++){if(t<o){let l;if(i<0)l=new ArrayBuffer(c),s=c;else{if(i<c)return new ArrayBuffer(0);l=new ArrayBuffer(i),s=i}const u=new Uint8Array(l);for(let p=c-1;p>=0;p--){const g=Math.pow(2,p*e);u[s-p-1]=Math.floor(r/g),r-=u[s-p-1]*g}return l}o*=Math.pow(2,e)}return new ArrayBuffer(0)}function Ho(...t){let e=0,n=0;for(const s of t)e+=s.length;const i=new ArrayBuffer(e),r=new Uint8Array(i);for(const s of t)r.set(s,n),n+=s.length;return r}function zp(){const t=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){const c=t[0]===255&&t[1]&128,l=t[0]===0&&(t[1]&128)===0;(c||l)&&this.warnings.push("Needlessly long format")}const e=new ArrayBuffer(this.valueHex.byteLength),n=new Uint8Array(e);for(let c=0;c<this.valueHex.byteLength;c++)n[c]=0;n[0]=t[0]&128;const i=Pn(n,8),r=new ArrayBuffer(this.valueHex.byteLength),s=new Uint8Array(r);for(let c=0;c<this.valueHex.byteLength;c++)s[c]=t[c];return s[0]&=127,Pn(s,8)-i}function __(t){const e=t<0?t*-1:t;let n=128;for(let i=1;i<8;i++){if(e<=n){if(t<0){const o=n-e,c=pn(o,8,i),l=new Uint8Array(c);return l[0]|=128,c}let r=pn(e,8,i),s=new Uint8Array(r);if(s[0]&128){const o=r.slice(0),c=new Uint8Array(o);r=new ArrayBuffer(r.byteLength+1),s=new Uint8Array(r);for(let l=0;l<o.byteLength;l++)s[l+1]=c[l];s[0]=0}return r}n*=Math.pow(2,8)}return new ArrayBuffer(0)}function m_(t,e){if(t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),i=new Uint8Array(e);for(let r=0;r<n.length;r++)if(n[r]!==i[r])return!1;return!0}function We(t,e){const n=t.toString(10);if(e<n.length)return"";const i=e-n.length,r=new Array(i);for(let o=0;o<i;o++)r[o]="0";return r.join("").concat(n)}/*!
|
|
44
44
|
* Copyright (c) 2014, GMO GlobalSign
|
|
45
45
|
* Copyright (c) 2015-2022, Peculiar Ventures
|
|
46
46
|
* All rights reserved.
|
|
@@ -72,11 +72,11 @@ and limitations under the License.
|
|
|
72
72
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
73
73
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
74
74
|
*
|
|
75
|
-
*/function wr(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function ec(n){let e=0,t=0;for(let r=0;r<n.length;r++){const s=n[r];e+=s.byteLength}const i=new Uint8Array(e);for(let r=0;r<n.length;r++){const s=n[r];i.set(new Uint8Array(s),t),t+=s.byteLength}return i.buffer}function jt(n,e,t,i){return e instanceof Uint8Array?e.byteLength?t<0?(n.error="Wrong parameter: inputOffset less than zero",!1):i<0?(n.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-t-i<0?(n.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(n.error="Wrong parameter: inputBuffer has zero length",!1):(n.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}class cs{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return ec(this.items)}}const ii=[new Uint8Array([1])],Al="0123456789",ao="name",Il="valueHexView",jg="isHexOnly",Ng="idBlock",Og="tagClass",Bg="tagNumber",Tg="isConstructed",Rg="fromBER",Pg="toBER",Lg="local",Ue="",lt=new ArrayBuffer(0),ls=new Uint8Array(0),_i="EndOfContent",Jd="OCTET STRING",Zd="BIT STRING";function wt(n){var e;return e=class extends n{constructor(...i){var r;super(...i);const s=i[0]||{};this.isHexOnly=(r=s.isHexOnly)!==null&&r!==void 0?r:!1,this.valueHexView=s.valueHex?U.toUint8Array(s.valueHex):ls}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(i){this.valueHexView=new Uint8Array(i)}fromBER(i,r,s){const a=i instanceof ArrayBuffer?new Uint8Array(i):i;if(!jt(this,a,r,s))return-1;const c=r+s;return this.valueHexView=a.subarray(r,c),this.valueHexView.length?(this.blockLength=s,c):(this.warnings.push("Zero buffer length"),r)}toBER(i=!1){return this.isHexOnly?i?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",lt)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:W.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class vn{constructor({blockLength:e=0,error:t=Ue,warnings:i=[],valueBeforeDecode:r=ls}={}){this.blockLength=e,this.error=t,this.warnings=i,this.valueBeforeDecodeView=U.toUint8Array(r)}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:W.ToHex(this.valueBeforeDecodeView)}}}vn.NAME="baseBlock";class Re extends vn{fromBER(e,t,i){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'")}}Re.NAME="valueBlock";class Yd extends wt(vn){constructor({idBlock:e={}}={}){var t,i,r,s;super(),e?(this.isHexOnly=(t=e.isHexOnly)!==null&&t!==void 0?t:!1,this.valueHexView=e.valueHex?U.toUint8Array(e.valueHex):ls,this.tagClass=(i=e.tagClass)!==null&&i!==void 0?i:-1,this.tagNumber=(r=e.tagNumber)!==null&&r!==void 0?r:-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",lt}if(this.isConstructed&&(t|=32),this.tagNumber<31&&!this.isHexOnly){const r=new Uint8Array(1);if(!e){let s=this.tagNumber;s&=31,t|=s,r[0]=t}return r.buffer}if(!this.isHexOnly){const r=an(this.tagNumber,7),s=new Uint8Array(r),a=r.byteLength,c=new Uint8Array(a+1);if(c[0]=t|31,!e){for(let l=0;l<a-1;l++)c[l+1]=s[l]|128;c[a]=s[a-1]}return c.buffer}const i=new Uint8Array(this.valueHexView.byteLength+1);if(i[0]=t|31,!e){const r=this.valueHexView;for(let s=0;s<r.length-1;s++)i[s+1]=r[s]|128;i[this.valueHexView.byteLength]=r[r.length-1]}return i.buffer}fromBER(e,t,i){const r=U.toUint8Array(e);if(!jt(this,r,t,i))return-1;const s=r.subarray(t,t+i);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 l=1,u=this.valueHexView=new Uint8Array(255),p=255;for(;s[l]&128;){if(u[l-1]=s[l]&127,l++,l>=s.length)return this.error="End of input reached before message was fully decoded",-1;if(l===p){p+=255;const _=new Uint8Array(p);for(let x=0;x<u.length;x++)_[x]=u[x];u=this.valueHexView=new Uint8Array(p)}}this.blockLength=l+1,u[l-1]=s[l]&127;const g=new Uint8Array(l);for(let _=0;_<l;_++)g[_]=u[_];u=this.valueHexView=new Uint8Array(l),u.set(g),this.blockLength<=9?this.tagNumber=jn(u,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}}}Yd.NAME="identificationBlock";class Xd extends vn{constructor({lenBlock:e={}}={}){var t,i,r;super(),this.isIndefiniteForm=(t=e.isIndefiniteForm)!==null&&t!==void 0?t:!1,this.longFormUsed=(i=e.longFormUsed)!==null&&i!==void 0?i:!1,this.length=(r=e.length)!==null&&r!==void 0?r:0}fromBER(e,t,i){const r=U.toUint8Array(e);if(!jt(this,r,t,i))return-1;const s=r.subarray(t,t+i);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 a=s[0]&127;if(a>8)return this.error="Too big integer",-1;if(a+1>s.length)return this.error="End of input reached before message was fully decoded",-1;const c=t+1,l=r.subarray(c,c+a);return l[a-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=jn(l,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=a+1,t+this.blockLength}toBER(e=!1){let t,i;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return t=new ArrayBuffer(1),e===!1&&(i=new Uint8Array(t),i[0]=128),t;if(this.longFormUsed){const r=an(this.length,8);if(r.byteLength>127)return this.error="Too big length",lt;if(t=new ArrayBuffer(r.byteLength+1),e)return t;const s=new Uint8Array(r);i=new Uint8Array(t),i[0]=r.byteLength|128;for(let a=0;a<r.byteLength;a++)i[a+1]=s[a];return t}return t=new ArrayBuffer(1),e===!1&&(i=new Uint8Array(t),i[0]=this.length),t}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}Xd.NAME="lengthBlock";const H={};class $e extends vn{constructor({name:e=Ue,optional:t=!1,primitiveSchema:i,...r}={},s){super(r),this.name=e,this.optional=t,i&&(this.primitiveSchema=i),this.idBlock=new Yd(r),this.lenBlock=new Xd(r),this.valueBlock=s?new s(r):new Re(r)}fromBER(e,t,i){const r=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);return r===-1?(this.error=this.valueBlock.error,r):(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),r)}toBER(e,t){const i=t||new cs;t||Qd(this);const r=this.idBlock.toBER(e);if(i.write(r),this.lenBlock.isIndefiniteForm)i.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,i),i.write(new ArrayBuffer(2));else{const s=this.valueBlock.toBER(e);this.lenBlock.length=s.byteLength;const a=this.lenBlock.toBER(e);i.write(a),i.write(s)}return t?lt:i.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():W.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${W.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;const t=this.toBER(),i=e.toBER();return Cg(t,i)}}$e.NAME="BaseBlock";function Qd(n){if(n instanceof H.Constructed)for(const e of n.valueBlock.value)Qd(e)&&(n.lenBlock.isIndefiniteForm=!0);return!!n.lenBlock.isIndefiniteForm}class tc extends $e{constructor({value:e=Ue,...t}={},i){super(t,i),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,t,i){const r=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);return r===-1?(this.error=this.valueBlock.error,r):(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),r)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}tc.NAME="BaseStringBlock";class ep extends wt(Re){constructor({isHexOnly:e=!0,...t}={}){super(t),this.isHexOnly=e}}ep.NAME="PrimitiveValueBlock";var tp;class Ci extends $e{constructor(e={}){super(e,ep),this.idBlock.isConstructed=!1}}tp=Ci;H.Primitive=tp;Ci.NAME="PRIMITIVE";function Ug(n,e){if(n instanceof e)return n;const t=new e;return t.idBlock=n.idBlock,t.lenBlock=n.lenBlock,t.warnings=n.warnings,t.valueBeforeDecodeView=n.valueBeforeDecodeView,t}function qn(n,e=0,t=n.length){const i=e;let r=new $e({},Re);const s=new vn;if(!jt(s,n,e,t))return r.error=s.error,{offset:-1,result:r};if(!n.subarray(e,e+t).length)return r.error="Zero buffer length",{offset:-1,result:r};let c=r.idBlock.fromBER(n,e,t);if(r.idBlock.warnings.length&&r.warnings.concat(r.idBlock.warnings),c===-1)return r.error=r.idBlock.error,{offset:-1,result:r};if(e=c,t-=r.idBlock.blockLength,c=r.lenBlock.fromBER(n,e,t),r.lenBlock.warnings.length&&r.warnings.concat(r.lenBlock.warnings),c===-1)return r.error=r.lenBlock.error,{offset:-1,result:r};if(e=c,t-=r.lenBlock.blockLength,!r.idBlock.isConstructed&&r.lenBlock.isIndefiniteForm)return r.error="Indefinite length form used for primitive encoding form",{offset:-1,result:r};let l=$e;switch(r.idBlock.tagClass){case 1:if(r.idBlock.tagNumber>=37&&r.idBlock.isHexOnly===!1)return r.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:r};switch(r.idBlock.tagNumber){case 0:if(r.idBlock.isConstructed&&r.lenBlock.length>0)return r.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:r};l=H.EndOfContent;break;case 1:l=H.Boolean;break;case 2:l=H.Integer;break;case 3:l=H.BitString;break;case 4:l=H.OctetString;break;case 5:l=H.Null;break;case 6:l=H.ObjectIdentifier;break;case 10:l=H.Enumerated;break;case 12:l=H.Utf8String;break;case 13:l=H.RelativeObjectIdentifier;break;case 14:l=H.TIME;break;case 15:return r.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:r};case 16:l=H.Sequence;break;case 17:l=H.Set;break;case 18:l=H.NumericString;break;case 19:l=H.PrintableString;break;case 20:l=H.TeletexString;break;case 21:l=H.VideotexString;break;case 22:l=H.IA5String;break;case 23:l=H.UTCTime;break;case 24:l=H.GeneralizedTime;break;case 25:l=H.GraphicString;break;case 26:l=H.VisibleString;break;case 27:l=H.GeneralString;break;case 28:l=H.UniversalString;break;case 29:l=H.CharacterString;break;case 30:l=H.BmpString;break;case 31:l=H.DATE;break;case 32:l=H.TimeOfDay;break;case 33:l=H.DateTime;break;case 34:l=H.Duration;break;default:{const u=r.idBlock.isConstructed?new H.Constructed:new H.Primitive;u.idBlock=r.idBlock,u.lenBlock=r.lenBlock,u.warnings=r.warnings,r=u}}break;case 2:case 3:case 4:default:l=r.idBlock.isConstructed?H.Constructed:H.Primitive}return r=Ug(r,l),c=r.fromBER(n,e,r.lenBlock.isIndefiniteForm?t:r.lenBlock.length),r.valueBeforeDecodeView=n.subarray(i,i+r.blockLength),{offset:c,result:r}}function zn(n){if(!n.byteLength){const e=new $e({},Re);return e.error="Input buffer has zero length",{offset:-1,result:e}}return qn(U.toUint8Array(n).slice(),0,n.byteLength)}function Vg(n,e){return n?1:e}class Pt extends Re{constructor({value:e=[],isIndefiniteForm:t=!1,...i}={}){super(i),this.value=e,this.isIndefiniteForm=t}fromBER(e,t,i){const r=U.toUint8Array(e);if(!jt(this,r,t,i))return-1;if(this.valueBeforeDecodeView=r.subarray(t,t+i),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),t;let s=t;for(;Vg(this.isIndefiniteForm,i)>0;){const a=qn(r,s,i);if(a.offset===-1)return this.error=a.result.error,this.warnings.concat(a.result.warnings),-1;if(s=a.offset,this.blockLength+=a.result.blockLength,i-=a.result.blockLength,this.value.push(a.result),this.isIndefiniteForm&&a.result.constructor.NAME===_i)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===_i?this.value.pop():this.warnings.push("No EndOfContent block encoded")),s}toBER(e,t){const i=t||new cs;for(let r=0;r<this.value.length;r++)this.value[r].toBER(e,i);return t?lt:i.final()}toJSON(){const e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const t of this.value)e.value.push(t.toJSON());return e}}Pt.NAME="ConstructedValueBlock";var np;class Ve extends $e{constructor(e={}){super(e,Pt),this.idBlock.isConstructed=!0}fromBER(e,t,i){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const r=this.valueBlock.fromBER(e,t,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);return r===-1?(this.error=this.valueBlock.error,r):(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),r)}onAsciiEncoding(){const e=[];for(const i of this.valueBlock.value)e.push(i.toString("ascii").split(`
|
|
75
|
+
*/function $r(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function kc(t){let e=0,n=0;for(let r=0;r<t.length;r++){const s=t[r];e+=s.byteLength}const i=new Uint8Array(e);for(let r=0;r<t.length;r++){const s=t[r];i.set(new Uint8Array(s),n),n+=s.byteLength}return i.buffer}function Tt(t,e,n,i){return e instanceof Uint8Array?e.byteLength?n<0?(t.error="Wrong parameter: inputOffset less than zero",!1):i<0?(t.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-n-i<0?(t.error="End of input reached before message was fully decoded (inconsistent offset and length values)",!1):!0:(t.error="Wrong parameter: inputBuffer has zero length",!1):(t.error="Wrong parameter: inputBuffer must be 'Uint8Array'",!1)}class bs{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return kc(this.items)}}const li=[new Uint8Array([1])],Jl="0123456789",So="name",Zl="valueHexView",y_="isHexOnly",v_="idBlock",w_="tagClass",b_="tagNumber",k_="isConstructed",x_="fromBER",S_="toBER",A_="local",Ve="",ft=new ArrayBuffer(0),ks=new Uint8Array(0),ki="EndOfContent",$p="OCTET STRING",jp="BIT STRING";function xt(t){var e;return e=class extends t{constructor(...i){var r;super(...i);const s=i[0]||{};this.isHexOnly=(r=s.isHexOnly)!==null&&r!==void 0?r:!1,this.valueHexView=s.valueHex?V.toUint8Array(s.valueHex):ks}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(i){this.valueHexView=new Uint8Array(i)}fromBER(i,r,s){const o=i instanceof ArrayBuffer?new Uint8Array(i):i;if(!Tt(this,o,r,s))return-1;const c=r+s;return this.valueHexView=o.subarray(r,c),this.valueHexView.length?(this.blockLength=s,c):(this.warnings.push("Zero buffer length"),r)}toBER(i=!1){return this.isHexOnly?i?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",ft)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:G.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class Sn{constructor({blockLength:e=0,error:n=Ve,warnings:i=[],valueBeforeDecode:r=ks}={}){this.blockLength=e,this.error=n,this.warnings=i,this.valueBeforeDecodeView=V.toUint8Array(r)}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:G.ToHex(this.valueBeforeDecodeView)}}}Sn.NAME="baseBlock";class Pe extends Sn{fromBER(e,n,i){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}toBER(e,n){throw TypeError("User need to make a specific function in a class which extends 'ValueBlock'")}}Pe.NAME="valueBlock";class Np extends xt(Sn){constructor({idBlock:e={}}={}){var n,i,r,s;super(),e?(this.isHexOnly=(n=e.isHexOnly)!==null&&n!==void 0?n:!1,this.valueHexView=e.valueHex?V.toUint8Array(e.valueHex):ks,this.tagClass=(i=e.tagClass)!==null&&i!==void 0?i:-1,this.tagNumber=(r=e.tagNumber)!==null&&r!==void 0?r:-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 n=0;switch(this.tagClass){case 1:n|=0;break;case 2:n|=64;break;case 3:n|=128;break;case 4:n|=192;break;default:return this.error="Unknown tag class",ft}if(this.isConstructed&&(n|=32),this.tagNumber<31&&!this.isHexOnly){const r=new Uint8Array(1);if(!e){let s=this.tagNumber;s&=31,n|=s,r[0]=n}return r.buffer}if(!this.isHexOnly){const r=pn(this.tagNumber,7),s=new Uint8Array(r),o=r.byteLength,c=new Uint8Array(o+1);if(c[0]=n|31,!e){for(let l=0;l<o-1;l++)c[l+1]=s[l]|128;c[o]=s[o-1]}return c.buffer}const i=new Uint8Array(this.valueHexView.byteLength+1);if(i[0]=n|31,!e){const r=this.valueHexView;for(let s=0;s<r.length-1;s++)i[s+1]=r[s]|128;i[this.valueHexView.byteLength]=r[r.length-1]}return i.buffer}fromBER(e,n,i){const r=V.toUint8Array(e);if(!Tt(this,r,n,i))return-1;const s=r.subarray(n,n+i);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 l=1,u=this.valueHexView=new Uint8Array(255),p=255;for(;s[l]&128;){if(u[l-1]=s[l]&127,l++,l>=s.length)return this.error="End of input reached before message was fully decoded",-1;if(l===p){p+=255;const _=new Uint8Array(p);for(let k=0;k<u.length;k++)_[k]=u[k];u=this.valueHexView=new Uint8Array(p)}}this.blockLength=l+1,u[l-1]=s[l]&127;const g=new Uint8Array(l);for(let _=0;_<l;_++)g[_]=u[_];u=this.valueHexView=new Uint8Array(l),u.set(g),this.blockLength<=9?this.tagNumber=Pn(u,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 n+this.blockLength}toJSON(){return{...super.toJSON(),tagClass:this.tagClass,tagNumber:this.tagNumber,isConstructed:this.isConstructed}}}Np.NAME="identificationBlock";class Op extends Sn{constructor({lenBlock:e={}}={}){var n,i,r;super(),this.isIndefiniteForm=(n=e.isIndefiniteForm)!==null&&n!==void 0?n:!1,this.longFormUsed=(i=e.longFormUsed)!==null&&i!==void 0?i:!1,this.length=(r=e.length)!==null&&r!==void 0?r:0}fromBER(e,n,i){const r=V.toUint8Array(e);if(!Tt(this,r,n,i))return-1;const s=r.subarray(n,n+i);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,n+this.blockLength;if(this.longFormUsed=!!(s[0]&128),this.longFormUsed===!1)return this.length=s[0],this.blockLength=1,n+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=n+1,l=r.subarray(c,c+o);return l[o-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=Pn(l,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=o+1,n+this.blockLength}toBER(e=!1){let n,i;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return n=new ArrayBuffer(1),e===!1&&(i=new Uint8Array(n),i[0]=128),n;if(this.longFormUsed){const r=pn(this.length,8);if(r.byteLength>127)return this.error="Too big length",ft;if(n=new ArrayBuffer(r.byteLength+1),e)return n;const s=new Uint8Array(r);i=new Uint8Array(n),i[0]=r.byteLength|128;for(let o=0;o<r.byteLength;o++)i[o+1]=s[o];return n}return n=new ArrayBuffer(1),e===!1&&(i=new Uint8Array(n),i[0]=this.length),n}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}Op.NAME="lengthBlock";const H={};class je extends Sn{constructor({name:e=Ve,optional:n=!1,primitiveSchema:i,...r}={},s){super(r),this.name=e,this.optional=n,i&&(this.primitiveSchema=i),this.idBlock=new Np(r),this.lenBlock=new Op(r),this.valueBlock=s?new s(r):new Pe(r)}fromBER(e,n,i){const r=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);return r===-1?(this.error=this.valueBlock.error,r):(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),r)}toBER(e,n){const i=n||new bs;n||Bp(this);const r=this.idBlock.toBER(e);if(i.write(r),this.lenBlock.isIndefiniteForm)i.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,i),i.write(new ArrayBuffer(2));else{const s=this.valueBlock.toBER(e);this.lenBlock.length=s.byteLength;const o=this.lenBlock.toBER(e);i.write(o),i.write(s)}return n?ft:i.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():G.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${G.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;const n=this.toBER(),i=e.toBER();return m_(n,i)}}je.NAME="BaseBlock";function Bp(t){if(t instanceof H.Constructed)for(const e of t.valueBlock.value)Bp(e)&&(t.lenBlock.isIndefiniteForm=!0);return!!t.lenBlock.isIndefiniteForm}class xc extends je{constructor({value:e=Ve,...n}={},i){super(n,i),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,n,i){const r=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);return r===-1?(this.error=this.valueBlock.error,r):(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),r)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}xc.NAME="BaseStringBlock";class Tp extends xt(Pe){constructor({isHexOnly:e=!0,...n}={}){super(n),this.isHexOnly=e}}Tp.NAME="PrimitiveValueBlock";var Rp;class Pi extends je{constructor(e={}){super(e,Tp),this.idBlock.isConstructed=!1}}Rp=Pi;H.Primitive=Rp;Pi.NAME="PRIMITIVE";function I_(t,e){if(t instanceof e)return t;const n=new e;return n.idBlock=t.idBlock,n.lenBlock=t.lenBlock,n.warnings=t.warnings,n.valueBeforeDecodeView=t.valueBeforeDecodeView,n}function Zn(t,e=0,n=t.length){const i=e;let r=new je({},Pe);const s=new Sn;if(!Tt(s,t,e,n))return r.error=s.error,{offset:-1,result:r};if(!t.subarray(e,e+n).length)return r.error="Zero buffer length",{offset:-1,result:r};let c=r.idBlock.fromBER(t,e,n);if(r.idBlock.warnings.length&&r.warnings.concat(r.idBlock.warnings),c===-1)return r.error=r.idBlock.error,{offset:-1,result:r};if(e=c,n-=r.idBlock.blockLength,c=r.lenBlock.fromBER(t,e,n),r.lenBlock.warnings.length&&r.warnings.concat(r.lenBlock.warnings),c===-1)return r.error=r.lenBlock.error,{offset:-1,result:r};if(e=c,n-=r.lenBlock.blockLength,!r.idBlock.isConstructed&&r.lenBlock.isIndefiniteForm)return r.error="Indefinite length form used for primitive encoding form",{offset:-1,result:r};let l=je;switch(r.idBlock.tagClass){case 1:if(r.idBlock.tagNumber>=37&&r.idBlock.isHexOnly===!1)return r.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:r};switch(r.idBlock.tagNumber){case 0:if(r.idBlock.isConstructed&&r.lenBlock.length>0)return r.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:r};l=H.EndOfContent;break;case 1:l=H.Boolean;break;case 2:l=H.Integer;break;case 3:l=H.BitString;break;case 4:l=H.OctetString;break;case 5:l=H.Null;break;case 6:l=H.ObjectIdentifier;break;case 10:l=H.Enumerated;break;case 12:l=H.Utf8String;break;case 13:l=H.RelativeObjectIdentifier;break;case 14:l=H.TIME;break;case 15:return r.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:r};case 16:l=H.Sequence;break;case 17:l=H.Set;break;case 18:l=H.NumericString;break;case 19:l=H.PrintableString;break;case 20:l=H.TeletexString;break;case 21:l=H.VideotexString;break;case 22:l=H.IA5String;break;case 23:l=H.UTCTime;break;case 24:l=H.GeneralizedTime;break;case 25:l=H.GraphicString;break;case 26:l=H.VisibleString;break;case 27:l=H.GeneralString;break;case 28:l=H.UniversalString;break;case 29:l=H.CharacterString;break;case 30:l=H.BmpString;break;case 31:l=H.DATE;break;case 32:l=H.TimeOfDay;break;case 33:l=H.DateTime;break;case 34:l=H.Duration;break;default:{const u=r.idBlock.isConstructed?new H.Constructed:new H.Primitive;u.idBlock=r.idBlock,u.lenBlock=r.lenBlock,u.warnings=r.warnings,r=u}}break;case 2:case 3:case 4:default:l=r.idBlock.isConstructed?H.Constructed:H.Primitive}return r=I_(r,l),c=r.fromBER(t,e,r.lenBlock.isIndefiniteForm?n:r.lenBlock.length),r.valueBeforeDecodeView=t.subarray(i,i+r.blockLength),{offset:c,result:r}}function On(t){if(!t.byteLength){const e=new je({},Pe);return e.error="Input buffer has zero length",{offset:-1,result:e}}return Zn(V.toUint8Array(t).slice(),0,t.byteLength)}function E_(t,e){return t?1:e}class Mt extends Pe{constructor({value:e=[],isIndefiniteForm:n=!1,...i}={}){super(i),this.value=e,this.isIndefiniteForm=n}fromBER(e,n,i){const r=V.toUint8Array(e);if(!Tt(this,r,n,i))return-1;if(this.valueBeforeDecodeView=r.subarray(n,n+i),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),n;let s=n;for(;E_(this.isIndefiniteForm,i)>0;){const o=Zn(r,s,i);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,i-=o.result.blockLength,this.value.push(o.result),this.isIndefiniteForm&&o.result.constructor.NAME===ki)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===ki?this.value.pop():this.warnings.push("No EndOfContent block encoded")),s}toBER(e,n){const i=n||new bs;for(let r=0;r<this.value.length;r++)this.value[r].toBER(e,i);return n?ft:i.final()}toJSON(){const e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const n of this.value)e.value.push(n.toJSON());return e}}Mt.NAME="ConstructedValueBlock";var Pp;class Me extends je{constructor(e={}){super(e,Mt),this.idBlock.isConstructed=!0}fromBER(e,n,i){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const r=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?i:this.lenBlock.length);return r===-1?(this.error=this.valueBlock.error,r):(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),r)}onAsciiEncoding(){const e=[];for(const i of this.valueBlock.value)e.push(i.toString("ascii").split(`
|
|
76
76
|
`).map(r=>` ${r}`).join(`
|
|
77
|
-
`));const
|
|
77
|
+
`));const n=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return e.length?`${n} :
|
|
78
78
|
${e.join(`
|
|
79
|
-
`)}`:`${t} :`}}np=Ve;H.Constructed=np;Ve.NAME="CONSTRUCTED";class ip extends Re{fromBER(e,t,i){return t}toBER(e){return lt}}ip.override="EndOfContentValueBlock";var rp;class nc extends $e{constructor(e={}){super(e,ip),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}}rp=nc;H.EndOfContent=rp;nc.NAME=_i;var sp;class cn extends $e{constructor(e={}){super(e,Re),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,t,i){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+=i,t+i>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):t+i}toBER(e,t){const i=new ArrayBuffer(2);if(!e){const r=new Uint8Array(i);r[0]=5,r[1]=0}return t&&t.write(i),i}onAsciiEncoding(){return`${this.constructor.NAME}`}}sp=cn;H.Null=sp;cn.NAME="NULL";class op extends wt(Re){constructor({value:e,...t}={}){super(t),t.valueHex?this.valueHexView=U.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,i){const r=U.toUint8Array(e);return jt(this,r,t,i)?(this.valueHexView=r.subarray(t,t+i),i>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,Gd.call(this),this.blockLength=i,t+i):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}op.NAME="BooleanValueBlock";var ap;class us extends $e{constructor(e={}){super(e,op),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}`}}ap=us;H.Boolean=ap;us.NAME="BOOLEAN";class cp extends wt(Pt){constructor({isConstructed:e=!1,...t}={}){super(t),this.isConstructed=e}fromBER(e,t,i){let r=0;if(this.isConstructed){if(this.isHexOnly=!1,r=Pt.prototype.fromBER.call(this,e,t,i),r===-1)return r;for(let s=0;s<this.value.length;s++){const a=this.value[s].constructor.NAME;if(a===_i){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(a!==Jd)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,r=super.fromBER(e,t,i),this.blockLength=i;return r}toBER(e,t){return this.isConstructed?Pt.prototype.toBER.call(this,e,t):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}cp.NAME="OctetStringValueBlock";var lp;let tn=class up extends $e{constructor({idBlock:e={},lenBlock:t={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0||(i.isConstructed=!!(!((s=i.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:i.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!i.isIndefiniteForm},...i},cp),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,t,i){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,i===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+i);try{if(s.byteLength){const a=qn(s,0,s.byteLength);a.offset!==-1&&a.offset===i&&(this.valueBlock.value=[a.result])}}catch{}}return super.fromBER(e,t,i)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?Ve.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${W.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 up&&e.push(t.valueBlock.valueHexView);return U.concat(e)}};lp=tn;H.OctetString=lp;tn.NAME=Jd;class dp extends wt(Pt){constructor({unusedBits:e=0,isConstructed:t=!1,...i}={}){super(i),this.unusedBits=e,this.isConstructed=t,this.blockLength=this.valueHexView.byteLength}fromBER(e,t,i){if(!i)return t;let r=-1;if(this.isConstructed){if(r=Pt.prototype.fromBER.call(this,e,t,i),r===-1)return r;for(const c of this.value){const l=c.constructor.NAME;if(l===_i){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(l!==Zd)return this.error="BIT STRING may consists of BIT STRINGs only",-1;const u=c.valueBlock;if(this.unusedBits>0&&u.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=u.unusedBits}return r}const s=U.toUint8Array(e);if(!jt(this,s,t,i))return-1;const a=s.subarray(t,t+i);if(this.unusedBits=a[0],this.unusedBits>7)return this.error="Unused bits for BitString must be in range 0-7",-1;if(!this.unusedBits){const c=a.subarray(1);try{if(c.byteLength){const l=qn(c,0,c.byteLength);l.offset!==-1&&l.offset===i-1&&(this.value=[l.result])}}catch{}}return this.valueHexView=a.subarray(1),this.blockLength=a.length,t+i}toBER(e,t){if(this.isConstructed)return Pt.prototype.toBER.call(this,e,t);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return lt;const i=new Uint8Array(this.valueHexView.length+1);return i[0]=this.unusedBits,i.set(this.valueHexView,1),i.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}dp.NAME="BitStringValueBlock";var pp;let nn=class extends $e{constructor({idBlock:e={},lenBlock:t={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0||(i.isConstructed=!!(!((s=i.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:i.isConstructed,...e},lenBlock:{...t,isIndefiniteForm:!!i.isIndefiniteForm},...i},dp),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,t,i){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,t,i)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return Ve.prototype.onAsciiEncoding.call(this);{const e=[],t=this.valueBlock.valueHexView;for(const r of t)e.push(r.toString(2).padStart(8,"0"));const i=e.join("");return`${this.constructor.NAME} : ${i.substring(0,i.length-this.valueBlock.unusedBits)}`}}};pp=nn;H.BitString=pp;nn.NAME=Zd;var fp;function Mg(n,e){const t=new Uint8Array([0]),i=new Uint8Array(n),r=new Uint8Array(e);let s=i.slice(0);const a=s.length-1,c=r.slice(0),l=c.length-1;let u=0;const p=l<a?a:l;let g=0;for(let _=p;_>=0;_--,g++){switch(!0){case g<c.length:u=s[a-g]+c[l-g]+t[0];break;default:u=s[a-g]+t[0]}switch(t[0]=u/10,!0){case g>=s.length:s=Ao(new Uint8Array([u%10]),s);break;default:s[a-g]=u%10}}return t[0]>0&&(s=Ao(t,s)),s}function El(n){if(n>=ii.length)for(let e=ii.length;e<=n;e++){const t=new Uint8Array([0]);let i=ii[e-1].slice(0);for(let r=i.length-1;r>=0;r--){const s=new Uint8Array([(i[r]<<1)+t[0]]);t[0]=s[0]/10,i[r]=s[0]%10}t[0]>0&&(i=Ao(t,i)),ii.push(i)}return ii[n]}function Dg(n,e){let t=0;const i=new Uint8Array(n),r=new Uint8Array(e),s=i.slice(0),a=s.length-1,c=r.slice(0),l=c.length-1;let u,p=0;for(let g=l;g>=0;g--,p++)switch(u=s[a-p]-c[l-p]-t,!0){case u<0:t=1,s[a-p]=u+10;break;default:t=0,s[a-p]=u}if(t>0)for(let g=a-l+1;g>=0;g--,p++)if(u=s[a-p]-t,u<0)t=1,s[a-p]=u+10;else{t=0,s[a-p]=u;break}return s.slice()}class ic extends wt(Re){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=Gd.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array($g(e))}get valueDec(){return this._valueDec}fromDER(e,t,i,r=0){const s=this.fromBER(e,t,i);if(s===-1)return s;const a=this.valueHexView;return a[0]===0&&a[1]&128?this.valueHexView=a.subarray(1):r!==0&&a.length<r&&(r-a.length>1&&(r=a.length+1),this.valueHexView=a.subarray(r-a.length)),s}toDER(e=!1){const t=this.valueHexView;switch(!0){case(t[0]&128)!==0:{const i=new Uint8Array(this.valueHexView.length+1);i[0]=0,i.set(t,1),this.valueHexView=i}break;case(t[0]===0&&(t[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,t,i){const r=super.fromBER(e,t,i);return r===-1||this.setValueHex(),r}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),i=0,r;const s=this.valueHexView;let a="",c=!1;for(let l=s.byteLength-1;l>=0;l--){r=s[l];for(let u=0;u<8;u++){if((r&1)===1)switch(i){case e:t=Dg(El(i),t),a="-";break;default:t=Mg(t,El(i))}i++,r>>=1}}for(let l=0;l<t.length;l++)t[l]&&(c=!0),c&&(a+=Al.charAt(t[l]));return c===!1&&(a+=Al.charAt(0)),a}}fp=ic;ic.NAME="IntegerValueBlock";Object.defineProperty(fp.prototype,"valueHex",{set:function(n){this.valueHexView=new Uint8Array(n),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var hp;class mt extends $e{constructor(e={}){super(e,ic),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return wr(),BigInt(this.valueBlock.toString())}static fromBigInt(e){wr();const t=BigInt(e),i=new cs,r=t.toString(16).replace(/^-/,""),s=new Uint8Array(W.FromHex(r));if(t<0){const c=new Uint8Array(s.length+(s[0]&128?1:0));c[0]|=128;const u=BigInt(`0x${W.ToHex(c)}`)+t,p=U.toUint8Array(W.FromHex(u.toString(16)));p[0]|=128,i.write(p)}else s[0]&128&&i.write(new Uint8Array([0])),i.write(s);return new mt({valueHex:i.final()})}convertToDER(){const e=new mt({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new mt({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}hp=mt;H.Integer=hp;mt.NAME="INTEGER";var gp;class ds extends mt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}}gp=ds;H.Enumerated=gp;ds.NAME="ENUMERATED";class Io extends wt(Re){constructor({valueDec:e=-1,isFirstSid:t=!1,...i}={}){super(i),this.valueDec=e,this.isFirstSid=t}fromBER(e,t,i){if(!i)return t;const r=U.toUint8Array(e);if(!jt(this,r,t,i))return-1;const s=r.subarray(t,t+i);this.valueHexView=new Uint8Array(i);for(let c=0;c<i&&(this.valueHexView[c]=s[c]&127,this.blockLength++,!!(s[c]&128));c++);const a=new Uint8Array(this.blockLength);for(let c=0;c<this.blockLength;c++)a[c]=this.valueHexView[c];return this.valueHexView=a,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=jn(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),t+this.blockLength)}set valueBigInt(e){wr();let t=BigInt(e).toString(2);for(;t.length%7;)t="0"+t;const i=new Uint8Array(t.length/7);for(let r=0;r<i.length;r++)i[r]=parseInt(t.slice(r*7,r*7+7),2)+(r+1<i.length?128:0);this.fromBER(i.buffer,0,i.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const r=this.valueHexView,s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength-1;a++)s[a]=r[a]|128;return s[this.blockLength-1]=r[this.blockLength-1],s.buffer}const t=an(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",lt;const i=new Uint8Array(t.byteLength);if(!e){const r=new Uint8Array(t),s=t.byteLength-1;for(let a=0;a<s;a++)i[a]=r[a]|128;i[s]=r[s]}return i}toString(){let e="";if(this.isHexOnly)e=W.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}}}Io.NAME="sidBlock";class _p extends Re{constructor({value:e=Ue,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,i){let r=t;for(;i>0;){const s=new Io;if(r=s.fromBER(e,r,i),r===-1)return this.blockLength=0,this.error=s.error,r;this.value.length===0&&(s.isFirstSid=!0),this.blockLength+=s.blockLength,i-=s.blockLength,this.value.push(s)}return r}toBER(e){const t=[];for(let i=0;i<this.value.length;i++){const r=this.value[i].toBER(e);if(r.byteLength===0)return this.error=this.value[i].error,lt;t.push(r)}return ec(t)}fromString(e){this.value=[];let t=0,i=0,r="",s=!1;do if(i=e.indexOf(".",t),i===-1?r=e.substring(t):r=e.substring(t,i),t=i+1,s){const a=this.value[0];let c=0;switch(a.valueDec){case 0:break;case 1:c=40;break;case 2:c=80;break;default:this.value=[];return}const l=parseInt(r,10);if(isNaN(l))return;a.valueDec=l+c,s=!1}else{const a=new Io;if(r>Number.MAX_SAFE_INTEGER){wr();const c=BigInt(r);a.valueBigInt=c}else if(a.valueDec=parseInt(r,10),isNaN(a.valueDec))return;this.value.length||(a.isFirstSid=!0,s=!0),this.value.push(a)}while(i!==-1)}toString(){let e="",t=!1;for(let i=0;i<this.value.length;i++){t=this.value[i].isHexOnly;let r=this.value[i].toString();i!==0&&(e=`${e}.`),t?(r=`{${r}}`,this.value[i].isFirstSid?e=`2.{${r} - 80}`:e+=r):e+=r}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}}_p.NAME="ObjectIdentifierValueBlock";var mp;class ps extends $e{constructor(e={}){super(e,_p),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()}}}mp=ps;H.ObjectIdentifier=mp;ps.NAME="OBJECT IDENTIFIER";class Eo extends wt(vn){constructor({valueDec:e=0,...t}={}){super(t),this.valueDec=e}fromBER(e,t,i){if(i===0)return t;const r=U.toUint8Array(e);if(!jt(this,r,t,i))return-1;const s=r.subarray(t,t+i);this.valueHexView=new Uint8Array(i);for(let c=0;c<i&&(this.valueHexView[c]=s[c]&127,this.blockLength++,!!(s[c]&128));c++);const a=new Uint8Array(this.blockLength);for(let c=0;c<this.blockLength;c++)a[c]=this.valueHexView[c];return this.valueHexView=a,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=jn(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 r=this.valueHexView,s=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength-1;a++)s[a]=r[a]|128;return s[this.blockLength-1]=r[this.blockLength-1],s.buffer}const t=an(this.valueDec,7);if(t.byteLength===0)return this.error="Error during encoding SID value",lt;const i=new Uint8Array(t.byteLength);if(!e){const r=new Uint8Array(t),s=t.byteLength-1;for(let a=0;a<s;a++)i[a]=r[a]|128;i[s]=r[s]}return i.buffer}toString(){let e="";return this.isHexOnly?e=W.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}Eo.NAME="relativeSidBlock";class yp extends Re{constructor({value:e=Ue,...t}={}){super(t),this.value=[],e&&this.fromString(e)}fromBER(e,t,i){let r=t;for(;i>0;){const s=new Eo;if(r=s.fromBER(e,r,i),r===-1)return this.blockLength=0,this.error=s.error,r;this.blockLength+=s.blockLength,i-=s.blockLength,this.value.push(s)}return r}toBER(e,t){const i=[];for(let r=0;r<this.value.length;r++){const s=this.value[r].toBER(e);if(s.byteLength===0)return this.error=this.value[r].error,lt;i.push(s)}return ec(i)}fromString(e){this.value=[];let t=0,i=0,r="";do{i=e.indexOf(".",t),i===-1?r=e.substring(t):r=e.substring(t,i),t=i+1;const s=new Eo;if(s.valueDec=parseInt(r,10),isNaN(s.valueDec))return!0;this.value.push(s)}while(i!==-1);return!0}toString(){let e="",t=!1;for(let i=0;i<this.value.length;i++){t=this.value[i].isHexOnly;let r=this.value[i].toString();i!==0&&(e=`${e}.`),t&&(r=`{${r}}`),e+=r}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}}yp.NAME="RelativeObjectIdentifierValueBlock";var vp;class rc extends $e{constructor(e={}){super(e,yp),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()}}}vp=rc;H.RelativeObjectIdentifier=vp;rc.NAME="RelativeObjectIdentifier";var wp;class St extends Ve{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}}wp=St;H.Sequence=wp;St.NAME="SEQUENCE";var bp;let At=class extends Ve{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};bp=At;H.Set=bp;At.NAME="SET";class kp extends wt(Re){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Ue}toJSON(){return{...super.toJSON(),value:this.value}}}kp.NAME="StringValueBlock";class xp extends kp{}xp.NAME="SimpleStringValueBlock";class Ge extends tc{constructor({...e}={}){super(e,xp)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,U.toUint8Array(e))}fromString(e){const t=e.length,i=this.valueBlock.valueHexView=new Uint8Array(t);for(let r=0;r<t;r++)i[r]=e.charCodeAt(r);this.valueBlock.value=e}}Ge.NAME="SIMPLE STRING";class Sp extends Ge{fromBuffer(e){this.valueBlock.valueHexView=U.toUint8Array(e);try{this.valueBlock.value=W.ToUtf8String(e)}catch(t){this.warnings.push(`Error during "decodeURIComponent": ${t}, using raw string`),this.valueBlock.value=W.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(W.FromUtf8String(e)),this.valueBlock.value=e}}Sp.NAME="Utf8StringValueBlock";var Ap;class Nt extends Sp{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}}Ap=Nt;H.Utf8String=Ap;Nt.NAME="UTF8String";class Ip extends Ge{fromBuffer(e){this.valueBlock.value=W.ToUtf16String(e),this.valueBlock.valueHexView=U.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(W.FromUtf16String(e))}}Ip.NAME="BmpStringValueBlock";var Ep;class fs extends Ip{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}}Ep=fs;H.BmpString=Ep;fs.NAME="BMPString";class zp extends Ge{fromBuffer(e){const t=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),i=new Uint8Array(t);for(let r=0;r<i.length;r+=4)i[r]=i[r+3],i[r+1]=i[r+2],i[r+2]=0,i[r+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(t))}fromString(e){const t=e.length,i=this.valueBlock.valueHexView=new Uint8Array(t*4);for(let r=0;r<t;r++){const s=an(e.charCodeAt(r),8),a=new Uint8Array(s);if(a.length>4)continue;const c=4-a.length;for(let l=a.length-1;l>=0;l--)i[r*4+l+c]=a[l]}this.valueBlock.value=e}}zp.NAME="UniversalStringValueBlock";var $p;class hs extends zp{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}}$p=hs;H.UniversalString=$p;hs.NAME="UniversalString";var Cp;class gs extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}}Cp=gs;H.NumericString=Cp;gs.NAME="NumericString";var jp;class _s extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}}jp=_s;H.PrintableString=jp;_s.NAME="PrintableString";var Np;class ms extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}}Np=ms;H.TeletexString=Np;ms.NAME="TeletexString";var Op;class ys extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}}Op=ys;H.VideotexString=Op;ys.NAME="VideotexString";var Bp;class vs extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}}Bp=vs;H.IA5String=Bp;vs.NAME="IA5String";var Tp;class ws extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}}Tp=ws;H.GraphicString=Tp;ws.NAME="GraphicString";var Rp;class ji extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}}Rp=ji;H.VisibleString=Rp;ji.NAME="VisibleString";var Pp;class bs extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}}Pp=bs;H.GeneralString=Pp;bs.NAME="GeneralString";var Lp;class ks extends Ge{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}}Lp=ks;H.CharacterString=Lp;ks.NAME="CharacterString";var Up;class Ni extends ji{constructor({value:e,valueDate:t,...i}={}){if(super(i),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 r=0;r<e.length;r++)this.valueBlock.valueHexView[r]=e.charCodeAt(r)}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,U.toUint8Array(e)))}toBuffer(){const e=this.toString(),t=new ArrayBuffer(e.length),i=new Uint8Array(t);for(let r=0;r<e.length;r++)i[r]=e.charCodeAt(r);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 i=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(i===null){this.error="Wrong input string for conversion";return}const r=parseInt(i[1],10);r>=50?this.year=1900+r:this.year=2e3+r,this.month=parseInt(i[2],10),this.day=parseInt(i[3],10),this.hour=parseInt(i[4],10),this.minute=parseInt(i[5],10),this.second=parseInt(i[6],10)}toString(e="iso"){if(e==="iso"){const t=new Array(7);return t[0]=Ke(this.year<2e3?this.year-1900:this.year-2e3,2),t[1]=Ke(this.month,2),t[2]=Ke(this.day,2),t[3]=Ke(this.hour,2),t[4]=Ke(this.minute,2),t[5]=Ke(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}}}Up=Ni;H.UTCTime=Up;Ni.NAME="UTCTime";var Vp;class xs extends Ni{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,i="",r="",s=0,a,c=0,l=0;if(e[e.length-1]==="Z")i=e.substring(0,e.length-1),t=!0;else{const g=new Number(e[e.length-1]);if(isNaN(g.valueOf()))throw new Error("Wrong input string for conversion");i=e}if(t){if(i.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(i.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let g=1,_=i.indexOf("+"),x="";if(_===-1&&(_=i.indexOf("-"),g=-1),_!==-1){if(x=i.substring(_+1),i=i.substring(0,_),x.length!==2&&x.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(x.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(c=g*h,x.length===4){if(h=parseInt(x.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");l=g*h}}}let u=i.indexOf(".");if(u===-1&&(u=i.indexOf(",")),u!==-1){const g=new Number(`0${i.substring(u)}`);if(isNaN(g.valueOf()))throw new Error("Wrong input string for conversion");s=g.valueOf(),r=i.substring(0,u)}else r=i;switch(!0){case r.length===8:if(a=/(\d{4})(\d{2})(\d{2})/ig,u!==-1)throw new Error("Wrong input string for conversion");break;case r.length===10:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let g=60*s;this.minute=Math.floor(g),g=60*(g-this.minute),this.second=Math.floor(g),g=1e3*(g-this.second),this.millisecond=Math.floor(g)}break;case r.length===12:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let g=60*s;this.second=Math.floor(g),g=1e3*(g-this.second),this.millisecond=Math.floor(g)}break;case r.length===14:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){const g=1e3*s;this.millisecond=Math.floor(g)}break;default:throw new Error("Wrong input string for conversion")}const p=a.exec(r);if(p===null)throw new Error("Wrong input string for conversion");for(let g=1;g<p.length;g++)switch(g){case 1:this.year=parseInt(p[g],10);break;case 2:this.month=parseInt(p[g],10);break;case 3:this.day=parseInt(p[g],10);break;case 4:this.hour=parseInt(p[g],10)+c;break;case 5:this.minute=parseInt(p[g],10)+l;break;case 6:this.second=parseInt(p[g],10);break;default:throw new Error("Wrong input string for conversion")}if(t===!1){const g=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=g.getUTCFullYear(),this.month=g.getUTCMonth(),this.day=g.getUTCDay(),this.hour=g.getUTCHours(),this.minute=g.getUTCMinutes(),this.second=g.getUTCSeconds(),this.millisecond=g.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){const t=[];return t.push(Ke(this.year,4)),t.push(Ke(this.month,2)),t.push(Ke(this.day,2)),t.push(Ke(this.hour,2)),t.push(Ke(this.minute,2)),t.push(Ke(this.second,2)),this.millisecond!==0&&(t.push("."),t.push(Ke(this.millisecond,3))),t.push("Z"),t.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}Vp=xs;H.GeneralizedTime=Vp;xs.NAME="GeneralizedTime";var Mp;class sc extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}}Mp=sc;H.DATE=Mp;sc.NAME="DATE";var Dp;class oc extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}}Dp=oc;H.TimeOfDay=Dp;oc.NAME="TimeOfDay";var Hp;class ac extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}}Hp=ac;H.DateTime=Hp;ac.NAME="DateTime";var qp;class cc extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}}qp=cc;H.Duration=qp;cc.NAME="Duration";var Fp;class lc extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}}Fp=lc;H.TIME=Fp;lc.NAME="TIME";class ln{constructor({name:e=Ue,optional:t=!1}={}){this.name=e,this.optional=t}}class uc extends ln{constructor({value:e=[],...t}={}){super(t),this.value=e}}class br extends ln{constructor({value:e=new ln,local:t=!1,...i}={}){super(i),this.value=e,this.local=t}}class Hg{constructor({data:e=ls}={}){this.dataView=U.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=U.toUint8Array(e)}fromBER(e,t,i){const r=t+i;return this.dataView=U.toUint8Array(e).subarray(t,r),r}toBER(e){return this.dataView.slice().buffer}}function Xt(n,e,t){if(t instanceof uc){for(let s=0;s<t.value.length;s++)if(Xt(n,e,t.value[s]).verified)return{verified:!0,result:n};{const s={verified:!1,result:{error:"Wrong values for Choice type"}};return t.hasOwnProperty(ao)&&(s.name=t.name),s}}if(t instanceof ln)return t.hasOwnProperty(ao)&&(n[t.name]=e),{verified:!0,result:n};if(!(n 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(!(Ng in t))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(Rg in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(Pg in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const i=t.idBlock.toBER(!1);if(i.byteLength===0)return{verified:!1,result:{error:"Error encoding idBlock for ASN.1 schema"}};if(t.idBlock.fromBER(i,0,i.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:n};if(t.idBlock.hasOwnProperty(Bg)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.tagNumber!==e.idBlock.tagNumber)return{verified:!1,result:n};if(t.idBlock.hasOwnProperty(Tg)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.isConstructed!==e.idBlock.isConstructed)return{verified:!1,result:n};if(!(jg in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(t.idBlock.isHexOnly!==e.idBlock.isHexOnly)return{verified:!1,result:n};if(t.idBlock.isHexOnly){if(!(Il in t.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const s=t.idBlock.valueHexView,a=e.idBlock.valueHexView;if(s.length!==a.length)return{verified:!1,result:n};for(let c=0;c<s.length;c++)if(s[c]!==a[1])return{verified:!1,result:n}}if(t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&(n[t.name]=e)),t instanceof H.Constructed){let s=0,a={verified:!1,result:{error:"Unknown error"}},c=t.valueBlock.value.length;if(c>0&&t.valueBlock.value[0]instanceof br&&(c=e.valueBlock.value.length),c===0)return{verified:!0,result:n};if(e.valueBlock.value.length===0&&t.valueBlock.value.length!==0){let l=!0;for(let u=0;u<t.valueBlock.value.length;u++)l=l&&(t.valueBlock.value[u].optional||!1);return l?{verified:!0,result:n}:(t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&delete n[t.name]),n.error="Inconsistent object length",{verified:!1,result:n})}for(let l=0;l<c;l++)if(l-s>=e.valueBlock.value.length){if(t.valueBlock.value[l].optional===!1){const u={verified:!1,result:n};return n.error="Inconsistent length between ASN.1 data and schema",t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&(delete n[t.name],u.name=t.name)),u}}else if(t.valueBlock.value[0]instanceof br){if(a=Xt(n,e.valueBlock.value[l],t.valueBlock.value[0].value),a.verified===!1)if(t.valueBlock.value[0].optional)s++;else return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&delete n[t.name]),a;if(ao in t.valueBlock.value[0]&&t.valueBlock.value[0].name.length>0){let u={};Lg in t.valueBlock.value[0]&&t.valueBlock.value[0].local?u=e:u=n,typeof u[t.valueBlock.value[0].name]>"u"&&(u[t.valueBlock.value[0].name]=[]),u[t.valueBlock.value[0].name].push(e.valueBlock.value[l])}}else if(a=Xt(n,e.valueBlock.value[l-s],t.valueBlock.value[l]),a.verified===!1)if(t.valueBlock.value[l].optional)s++;else return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&delete n[t.name]),a;if(a.verified===!1){const l={verified:!1,result:n};return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&(delete n[t.name],l.name=t.name)),l}return{verified:!0,result:n}}if(t.primitiveSchema&&Il in e.valueBlock){const s=qn(e.valueBlock.valueHexView);if(s.offset===-1){const a={verified:!1,result:s.result};return t.name&&(t.name=t.name.replace(/^\s+|\s+$/g,Ue),t.name&&(delete n[t.name],a.name=t.name)),a}return Xt(n,s.result,t.primitiveSchema)}return{verified:!0,result:n}}function qg(n,e){if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema type"}};const t=qn(U.toUint8Array(n));return t.offset===-1?{verified:!1,result:t.result}:Xt(t.result,t.result,e)}const Kp=Object.freeze(Object.defineProperty({__proto__:null,Any:ln,BaseBlock:$e,BaseStringBlock:tc,BitString:nn,BmpString:fs,Boolean:us,CharacterString:ks,Choice:uc,Constructed:Ve,DATE:sc,DateTime:ac,Duration:cc,EndOfContent:nc,Enumerated:ds,GeneralString:bs,GeneralizedTime:xs,GraphicString:ws,HexBlock:wt,IA5String:vs,Integer:mt,Null:cn,NumericString:gs,ObjectIdentifier:ps,OctetString:tn,Primitive:Ci,PrintableString:_s,RawData:Hg,RelativeObjectIdentifier:rc,Repeated:br,Sequence:St,Set:At,TIME:lc,TeletexString:ms,TimeOfDay:oc,UTCTime:Ni,UniversalString:hs,Utf8String:Nt,ValueBlock:Re,VideotexString:ys,ViewWriter:cs,VisibleString:ji,compareSchema:Xt,fromBER:zn,verifySchema:qg},Symbol.toStringTag,{value:"Module"}));var N;(function(n){n[n.Sequence=0]="Sequence",n[n.Set=1]="Set",n[n.Choice=2]="Choice"})(N||(N={}));var y;(function(n){n[n.Any=1]="Any",n[n.Boolean=2]="Boolean",n[n.OctetString=3]="OctetString",n[n.BitString=4]="BitString",n[n.Integer=5]="Integer",n[n.Enumerated=6]="Enumerated",n[n.ObjectIdentifier=7]="ObjectIdentifier",n[n.Utf8String=8]="Utf8String",n[n.BmpString=9]="BmpString",n[n.UniversalString=10]="UniversalString",n[n.NumericString=11]="NumericString",n[n.PrintableString=12]="PrintableString",n[n.TeletexString=13]="TeletexString",n[n.VideotexString=14]="VideotexString",n[n.IA5String=15]="IA5String",n[n.GraphicString=16]="GraphicString",n[n.VisibleString=17]="VisibleString",n[n.GeneralString=18]="GeneralString",n[n.CharacterString=19]="CharacterString",n[n.UTCTime=20]="UTCTime",n[n.GeneralizedTime=21]="GeneralizedTime",n[n.DATE=22]="DATE",n[n.TimeOfDay=23]="TimeOfDay",n[n.DateTime=24]="DateTime",n[n.Duration=25]="Duration",n[n.TIME=26]="TIME",n[n.Null=27]="Null"})(y||(y={}));class Ss{constructor(e,t=0){if(this.unusedBits=0,this.value=new ArrayBuffer(0),e)if(typeof e=="number")this.fromNumber(e);else if(U.isBufferSource(e))this.unusedBits=t,this.value=U.toArrayBuffer(e);else throw TypeError("Unsupported type of 'params' argument for BitString")}fromASN(e){if(!(e instanceof nn))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 nn({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(e){return new nn({name:e})}toNumber(){let e="";const t=new Uint8Array(this.value);for(const i of t)e+=i.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 i=t.length+7>>3;this.unusedBits=(i<<3)-t.length;const r=new Uint8Array(i);t=t.padStart(i<<3,"0").split("").reverse().join("");let s=0;for(;s<i;)r[s]=parseInt(t.slice(s<<3,(s<<3)+8),2),s++;this.value=r.buffer}}class re{get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}constructor(e){typeof e=="number"?this.buffer=new ArrayBuffer(e):U.isBufferSource(e)?this.buffer=U.toArrayBuffer(e):Array.isArray(e)?this.buffer=new Uint8Array(e):this.buffer=new ArrayBuffer(0)}fromASN(e){if(!(e instanceof tn))throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString");return this.buffer=e.valueBlock.valueHex,this}toASN(){return new tn({valueHex:this.buffer})}toSchema(e){return new tn({name:e})}}const Fg={fromASN:n=>n instanceof cn?null:n.valueBeforeDecodeView,toASN:n=>{if(n===null)return new cn;const e=zn(n);if(e.result.error)throw new Error(e.result.error);return e.result}},Kg={fromASN:n=>n.valueBlock.valueHexView.byteLength>=4?n.valueBlock.toString():n.valueBlock.valueDec,toASN:n=>new mt({value:+n})},Wg={fromASN:n=>n.valueBlock.valueDec,toASN:n=>new ds({value:n})},he={fromASN:n=>n.valueBlock.valueHexView,toASN:n=>new mt({valueHex:n})},Gg={fromASN:n=>n.valueBlock.valueHexView,toASN:n=>new nn({valueHex:n})},Jg={fromASN:n=>n.valueBlock.toString(),toASN:n=>new ps({value:n})},Zg={fromASN:n=>n.valueBlock.value,toASN:n=>new us({value:n})},kr={fromASN:n=>n.valueBlock.valueHexView,toASN:n=>new tn({valueHex:n})},Yg={fromASN:n=>new re(n.getValue()),toASN:n=>n.toASN()};function et(n){return{fromASN:e=>e.valueBlock.value,toASN:e=>new n({value:e})}}const Wp=et(Nt),Xg=et(fs),Qg=et(hs),e_=et(gs),t_=et(_s),n_=et(ms),i_=et(ys),r_=et(vs),s_=et(ws),o_=et(ji),a_=et(bs),c_=et(ks),l_={fromASN:n=>n.toDate(),toASN:n=>new Ni({valueDate:n})},u_={fromASN:n=>n.toDate(),toASN:n=>new xs({valueDate:n})},d_={fromASN:()=>null,toASN:()=>new cn};function dc(n){switch(n){case y.Any:return Fg;case y.BitString:return Gg;case y.BmpString:return Xg;case y.Boolean:return Zg;case y.CharacterString:return c_;case y.Enumerated:return Wg;case y.GeneralString:return a_;case y.GeneralizedTime:return u_;case y.GraphicString:return s_;case y.IA5String:return r_;case y.Integer:return Kg;case y.Null:return d_;case y.NumericString:return e_;case y.ObjectIdentifier:return Jg;case y.OctetString:return kr;case y.PrintableString:return t_;case y.TeletexString:return n_;case y.UTCTime:return l_;case y.UniversalString:return Qg;case y.Utf8String:return Wp;case y.VideotexString:return i_;case y.VisibleString:return o_;default:return null}}function xt(n){return typeof n=="function"&&n.prototype?n.prototype.toASN&&n.prototype.fromASN?!0:xt(n.prototype):!!(n&&typeof n=="object"&&"toASN"in n&&"fromASN"in n)}function Gp(n){var e;if(n){const t=Object.getPrototypeOf(n);return((e=t==null?void 0:t.prototype)===null||e===void 0?void 0:e.constructor)===Array?!0:Gp(t)}return!1}function p_(n,e){if(!(n&&e)||n.byteLength!==e.byteLength)return!1;const t=new Uint8Array(n),i=new Uint8Array(e);for(let r=0;r<n.byteLength;r++)if(t[r]!==i[r])return!1;return!0}class f_{constructor(){this.items=new WeakMap}has(e){return this.items.has(e)}get(e,t=!1){const i=this.items.get(e);if(!i)throw new Error(`Cannot get schema for '${e.prototype.constructor.name}' target`);if(t&&!i.schema)throw new Error(`Schema '${e.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`);return i}cache(e){const t=this.get(e);t.schema||(t.schema=this.create(e,!0))}createDefault(e){const t={type:N.Sequence,items:{}},i=this.findParentSchema(e);return i&&(Object.assign(t,i),t.items=Object.assign({},t.items,i.items)),t}create(e,t){const i=this.items.get(e)||this.createDefault(e),r=[];for(const s in i.items){const a=i.items[s],c=t?s:"";let l;if(typeof a.type=="number"){const p=y[a.type],g=Kp[p];if(!g)throw new Error(`Cannot get ASN1 class by name '${p}'`);l=new g({name:c})}else xt(a.type)?l=new a.type().toSchema(c):a.optional?this.get(a.type).type===N.Choice?l=new ln({name:c}):(l=this.create(a.type,!1),l.name=c):l=new ln({name:c});const u=!!a.optional||a.defaultValue!==void 0;if(a.repeated){l.name="";const p=a.repeated==="set"?At:St;l=new p({name:"",value:[new br({name:c,value:l})]})}if(a.context!==null&&a.context!==void 0)if(a.implicit)if(typeof a.type=="number"||xt(a.type)){const p=a.repeated?Ve:Ci;r.push(new p({name:c,optional:u,idBlock:{tagClass:3,tagNumber:a.context}}))}else{this.cache(a.type);const p=!!a.repeated;let g=p?l:this.get(a.type,!0).schema;g="valueBlock"in g?g.valueBlock.value:g.value,r.push(new Ve({name:p?"":c,optional:u,idBlock:{tagClass:3,tagNumber:a.context},value:g}))}else r.push(new Ve({optional:u,idBlock:{tagClass:3,tagNumber:a.context},value:[l]}));else l.optional=u,r.push(l)}switch(i.type){case N.Sequence:return new St({value:r,name:""});case N.Set:return new At({value:r,name:""});case N.Choice:return new uc({value:r,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 Ze=new f_,B=n=>e=>{let t;Ze.has(e)?t=Ze.get(e):(t=Ze.createDefault(e),Ze.set(e,t)),Object.assign(t,n)},f=n=>(e,t)=>{let i;Ze.has(e.constructor)?i=Ze.get(e.constructor):(i=Ze.createDefault(e.constructor),Ze.set(e.constructor,i));const r=Object.assign({},n);if(typeof r.type=="number"&&!r.converter){const s=dc(n.type);if(!s)throw new Error(`Cannot get default converter for property '${t}' of ${e.constructor.name}`);r.converter=s}i.items[t]=r};class zl extends Error{constructor(){super(...arguments),this.schemas=[]}}class h_{static parse(e,t){const i=zn(e);if(i.result.error)throw new Error(i.result.error);return this.fromASN(i.result,t)}static fromASN(e,t){var i;try{if(xt(t))return new t().fromASN(e);const r=Ze.get(t);Ze.cache(t);let s=r.schema;if(e.constructor===Ve&&r.type!==N.Choice){s=new Ve({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:r.schema.valueBlock.value});for(const l in r.items)delete e[l]}const a=Xt({},e,s);if(!a.verified)throw new zl(`Data does not match to ${t.name} ASN1 schema. ${a.result.error}`);const c=new t;if(Gp(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 l=r.itemType;if(typeof l=="number"){const u=dc(l);if(!u)throw new Error(`Cannot get default converter for array item of ${t.name} ASN1 schema`);return t.from(e.valueBlock.value,p=>u.fromASN(p))}else return t.from(e.valueBlock.value,u=>this.fromASN(u,l))}for(const l in r.items){const u=a.result[l];if(!u)continue;const p=r.items[l],g=p.type;if(typeof g=="number"||xt(g)){const _=(i=p.converter)!==null&&i!==void 0?i:xt(g)?new g:null;if(!_)throw new Error("Converter is empty");if(p.repeated)if(p.implicit){const x=p.repeated==="sequence"?St:At,h=new x;h.valueBlock=u.valueBlock;const m=zn(h.toBER(!1));if(m.offset===-1)throw new Error(`Cannot parse the child item. ${m.result.error}`);if(!("value"in m.result.valueBlock&&Array.isArray(m.result.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const b=m.result.valueBlock.value;c[l]=Array.from(b,S=>_.fromASN(S))}else c[l]=Array.from(u,x=>_.fromASN(x));else{let x=u;if(p.implicit){let h;if(xt(g))h=new g().toSchema("");else{const m=y[g],b=Kp[m];if(!b)throw new Error(`Cannot get '${m}' class from asn1js module`);h=new b}h.valueBlock=x.valueBlock,x=zn(h.toBER(!1)).result}c[l]=_.fromASN(x)}}else if(p.repeated){if(!Array.isArray(u))throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.");c[l]=Array.from(u,_=>this.fromASN(_,g))}else c[l]=this.fromASN(u,g)}return c}catch(r){throw r instanceof zl&&r.schemas.push(t.name),r}}}class pc{static serialize(e){return e instanceof $e?e.toBER(!1):this.toASN(e).toBER(!1)}static toASN(e){if(e&&typeof e=="object"&&xt(e))return e.toASN();if(!(e&&typeof e=="object"))throw new TypeError("Parameter 1 should be type of Object.");const t=e.constructor,i=Ze.get(t);Ze.cache(t);let r=[];if(i.itemType){if(!Array.isArray(e))throw new TypeError("Parameter 1 should be type of Array.");if(typeof i.itemType=="number"){const a=dc(i.itemType);if(!a)throw new Error(`Cannot get default converter for array item of ${t.name} ASN1 schema`);r=e.map(c=>a.toASN(c))}else r=e.map(a=>this.toAsnItem({type:i.itemType},"[]",t,a))}else for(const a in i.items){const c=i.items[a],l=e[a];if(l===void 0||c.defaultValue===l||typeof c.defaultValue=="object"&&typeof l=="object"&&p_(this.serialize(c.defaultValue),this.serialize(l)))continue;const u=pc.toAsnItem(c,a,t,l);if(typeof c.context=="number")if(c.implicit)if(!c.repeated&&(typeof c.type=="number"||xt(c.type))){const p={};p.valueHex=u instanceof cn?u.valueBeforeDecodeView:u.valueBlock.toBER(),r.push(new Ci({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},...p}))}else r.push(new Ve({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:u.valueBlock.value}));else r.push(new Ve({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:[u]}));else c.repeated?r=r.concat(u):r.push(u)}let s;switch(i.type){case N.Sequence:s=new St({value:r});break;case N.Set:s=new At({value:r});break;case N.Choice:if(!r[0])throw new Error(`Schema '${t.name}' has wrong data. Choice cannot be empty.`);s=r[0];break}return s}static toAsnItem(e,t,i,r){let s;if(typeof e.type=="number"){const a=e.converter;if(!a)throw new Error(`Property '${t}' doesn't have converter for type ${y[e.type]} in schema '${i.name}'`);if(e.repeated){if(!Array.isArray(r))throw new TypeError("Parameter 'objProp' should be type of Array.");const c=Array.from(r,u=>a.toASN(u)),l=e.repeated==="sequence"?St:At;s=new l({value:c})}else s=a.toASN(r)}else if(e.repeated){if(!Array.isArray(r))throw new TypeError("Parameter 'objProp' should be type of Array.");const a=Array.from(r,l=>this.toASN(l)),c=e.repeated==="sequence"?St:At;s=new c({value:a})}else s=this.toASN(r);return s}}class le extends Array{constructor(e=[]){if(typeof e=="number")super(e);else{super();for(const t of e)this.push(t)}}}class L{static serialize(e){return pc.serialize(e)}static parse(e,t){return h_.parse(e,t)}static toString(e){const t=U.isBufferSource(e)?U.toArrayBuffer(e):L.serialize(e),i=zn(t);if(i.offset===-1)throw new Error(`Cannot decode ASN.1 data. ${i.result.error}`);return i.result.toString()}}function d(n,e,t,i){var r=arguments.length,s=r<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,t):i,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(n,e,t,i);else for(var c=n.length-1;c>=0;c--)(a=n[c])&&(s=(r<3?a(s):r>3?a(e,t,s):a(e,t))||s);return r>3&&s&&Object.defineProperty(e,t,s),s}var Jp={exports:{}};(function(n){(function(e){const t="(0?\\d+|0x[a-f0-9]+)",i={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")},r=new RegExp("^0[0-7]+$","i"),s=new RegExp("^0x[a-f0-9]+$","i"),a="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",l={zoneIndex:new RegExp(a,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${a})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${t}\\.${t}\\.${t}\\.${t}(${a})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${t}\\.${t}\\.${t}\\.${t}(${a})?$`,"i")};function u(h,m){if(h.indexOf("::")!==h.lastIndexOf("::"))return null;let b=0,S=-1,O=(h.match(l.zoneIndex)||[])[0],T,F;for(O&&(O=O.substring(1),h=h.replace(/%.+$/,""));(S=h.indexOf(":",S+1))>=0;)b++;if(h.substr(0,2)==="::"&&b--,h.substr(-2,2)==="::"&&b--,b>m)return null;for(F=m-b,T=":";F--;)T+="0:";return h=h.replace("::",T),h[0]===":"&&(h=h.slice(1)),h[h.length-1]===":"&&(h=h.slice(0,-1)),m=function(){const oe=h.split(":"),pe=[];for(let ce=0;ce<oe.length;ce++)pe.push(parseInt(oe[ce],16));return pe}(),{parts:m,zoneId:O}}function p(h,m,b,S){if(h.length!==m.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let O=0,T;for(;S>0;){if(T=b-S,T<0&&(T=0),h[O]>>T!==m[O]>>T)return!1;S-=b,O+=1}return!0}function g(h){if(s.test(h))return parseInt(h,16);if(h[0]==="0"&&!isNaN(parseInt(h[1],10))){if(r.test(h))return parseInt(h,8);throw new Error(`ipaddr: cannot parse ${h} as octal`)}return parseInt(h,10)}function _(h,m){for(;h.length<m;)h=`0${h}`;return h}const x={};x.IPv4=function(){function h(m){if(m.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let b,S;for(b=0;b<m.length;b++)if(S=m[b],!(0<=S&&S<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=m}return h.prototype.SpecialRanges={unspecified:[[new h([0,0,0,0]),8]],broadcast:[[new h([255,255,255,255]),32]],multicast:[[new h([224,0,0,0]),4]],linkLocal:[[new h([169,254,0,0]),16]],loopback:[[new h([127,0,0,0]),8]],carrierGradeNat:[[new h([100,64,0,0]),10]],private:[[new h([10,0,0,0]),8],[new h([172,16,0,0]),12],[new h([192,168,0,0]),16]],reserved:[[new h([192,0,0,0]),24],[new h([192,0,2,0]),24],[new h([192,88,99,0]),24],[new h([198,18,0,0]),15],[new h([198,51,100,0]),24],[new h([203,0,113,0]),24],[new h([240,0,0,0]),4]],as112:[[new h([192,175,48,0]),24],[new h([192,31,196,0]),24]],amt:[[new h([192,52,193,0]),24]]},h.prototype.kind=function(){return"ipv4"},h.prototype.match=function(m,b){let S;if(b===void 0&&(S=m,m=S[0],b=S[1]),m.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return p(this.octets,m.octets,8,b)},h.prototype.prefixLengthFromSubnetMask=function(){let m=0,b=!1;const S={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let O,T,F;for(O=3;O>=0;O-=1)if(T=this.octets[O],T in S){if(F=S[T],b&&F!==0)return null;F!==8&&(b=!0),m+=F}else return null;return 32-m},h.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){return this.octets.slice(0)},h.prototype.toIPv4MappedAddress=function(){return x.IPv6.parse(`::ffff:${this.toString()}`)},h.prototype.toNormalizedString=function(){return this.toString()},h.prototype.toString=function(){return this.octets.join(".")},h}(),x.IPv4.broadcastAddressFromCIDR=function(h){try{const m=this.parseCIDR(h),b=m[0].toByteArray(),S=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[];let T=0;for(;T<4;)O.push(parseInt(b[T],10)|parseInt(S[T],10)^255),T++;return new this(O)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.isIPv4=function(h){return this.parser(h)!==null},x.IPv4.isValid=function(h){try{return new this(this.parser(h)),!0}catch{return!1}},x.IPv4.isValidCIDR=function(h){try{return this.parseCIDR(h),!0}catch{return!1}},x.IPv4.isValidFourPartDecimal=function(h){return!!(x.IPv4.isValid(h)&&h.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},x.IPv4.networkAddressFromCIDR=function(h){let m,b,S,O,T;try{for(m=this.parseCIDR(h),S=m[0].toByteArray(),T=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[],b=0;b<4;)O.push(parseInt(S[b],10)&parseInt(T[b],10)),b++;return new this(O)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},x.IPv4.parse=function(h){const m=this.parser(h);if(m===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(m)},x.IPv4.parseCIDR=function(h){let m;if(m=h.match(/^(.+)\/(\d+)$/)){const b=parseInt(m[2]);if(b>=0&&b<=32){const S=[this.parse(m[1]),b];return Object.defineProperty(S,"toString",{value:function(){return this.join("/")}}),S}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},x.IPv4.parser=function(h){let m,b,S;if(m=h.match(i.fourOctet))return function(){const O=m.slice(1,6),T=[];for(let F=0;F<O.length;F++)b=O[F],T.push(g(b));return T}();if(m=h.match(i.longValue)){if(S=g(m[1]),S>4294967295||S<0)throw new Error("ipaddr: address outside defined range");return function(){const O=[];let T;for(T=0;T<=24;T+=8)O.push(S>>T&255);return O}().reverse()}else return(m=h.match(i.twoOctet))?function(){const O=m.slice(1,4),T=[];if(S=g(O[1]),S>16777215||S<0)throw new Error("ipaddr: address outside defined range");return T.push(g(O[0])),T.push(S>>16&255),T.push(S>>8&255),T.push(S&255),T}():(m=h.match(i.threeOctet))?function(){const O=m.slice(1,5),T=[];if(S=g(O[2]),S>65535||S<0)throw new Error("ipaddr: address outside defined range");return T.push(g(O[0])),T.push(g(O[1])),T.push(S>>8&255),T.push(S&255),T}():null},x.IPv4.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>32)throw new Error("ipaddr: invalid IPv4 prefix length");const m=[0,0,0,0];let b=0;const S=Math.floor(h/8);for(;b<S;)m[b]=255,b++;return S<4&&(m[S]=Math.pow(2,h%8)-1<<8-h%8),new this(m)},x.IPv6=function(){function h(m,b){let S,O;if(m.length===16)for(this.parts=[],S=0;S<=14;S+=2)this.parts.push(m[S]<<8|m[S+1]);else if(m.length===8)this.parts=m;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(S=0;S<this.parts.length;S++)if(O=this.parts[S],!(0<=O&&O<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");b&&(this.zoneId=b)}return h.prototype.SpecialRanges={unspecified:[new h([0,0,0,0,0,0,0,0]),128],linkLocal:[new h([65152,0,0,0,0,0,0,0]),10],multicast:[new h([65280,0,0,0,0,0,0,0]),8],loopback:[new h([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new h([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new h([0,0,0,0,0,65535,0,0]),96],discard:[new h([256,0,0,0,0,0,0,0]),64],rfc6145:[new h([0,0,0,0,65535,0,0,0]),96],rfc6052:[new h([100,65435,0,0,0,0,0,0]),96],"6to4":[new h([8194,0,0,0,0,0,0,0]),16],teredo:[new h([8193,0,0,0,0,0,0,0]),32],benchmarking:[new h([8193,2,0,0,0,0,0,0]),48],amt:[new h([8193,3,0,0,0,0,0,0]),32],as112v6:[[new h([8193,4,274,0,0,0,0,0]),48],[new h([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new h([8193,16,0,0,0,0,0,0]),28],orchid2:[new h([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new h([8193,48,0,0,0,0,0,0]),28],reserved:[[new h([8193,0,0,0,0,0,0,0]),23],[new h([8193,3512,0,0,0,0,0,0]),32]]},h.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},h.prototype.kind=function(){return"ipv6"},h.prototype.match=function(m,b){let S;if(b===void 0&&(S=m,m=S[0],b=S[1]),m.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return p(this.parts,m.parts,16,b)},h.prototype.prefixLengthFromSubnetMask=function(){let m=0,b=!1;const S={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 O,T;for(let F=7;F>=0;F-=1)if(O=this.parts[F],O in S){if(T=S[O],b&&T!==0)return null;T!==16&&(b=!0),m+=T}else return null;return 128-m},h.prototype.range=function(){return x.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){let m;const b=[],S=this.parts;for(let O=0;O<S.length;O++)m=S[O],b.push(m>>8),b.push(m&255);return b},h.prototype.toFixedLengthString=function(){const m=(function(){const S=[];for(let O=0;O<this.parts.length;O++)S.push(_(this.parts[O].toString(16),4));return S}).call(this).join(":");let b="";return this.zoneId&&(b=`%${this.zoneId}`),m+b},h.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const m=this.parts.slice(-2),b=m[0],S=m[1];return new x.IPv4([b>>8,b&255,S>>8,S&255])},h.prototype.toNormalizedString=function(){const m=(function(){const S=[];for(let O=0;O<this.parts.length;O++)S.push(this.parts[O].toString(16));return S}).call(this).join(":");let b="";return this.zoneId&&(b=`%${this.zoneId}`),m+b},h.prototype.toRFC5952String=function(){const m=/((^|:)(0(:|$)){2,})/g,b=this.toNormalizedString();let S=0,O=-1,T;for(;T=m.exec(b);)T[0].length>O&&(S=T.index,O=T[0].length);return O<0?b:`${b.substring(0,S)}::${b.substring(S+O)}`},h.prototype.toString=function(){return this.toRFC5952String()},h}(),x.IPv6.broadcastAddressFromCIDR=function(h){try{const m=this.parseCIDR(h),b=m[0].toByteArray(),S=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[];let T=0;for(;T<16;)O.push(parseInt(b[T],10)|parseInt(S[T],10)^255),T++;return new this(O)}catch(m){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${m})`)}},x.IPv6.isIPv6=function(h){return this.parser(h)!==null},x.IPv6.isValid=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{const m=this.parser(h);return new this(m.parts,m.zoneId),!0}catch{return!1}},x.IPv6.isValidCIDR=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{return this.parseCIDR(h),!0}catch{return!1}},x.IPv6.networkAddressFromCIDR=function(h){let m,b,S,O,T;try{for(m=this.parseCIDR(h),S=m[0].toByteArray(),T=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[],b=0;b<16;)O.push(parseInt(S[b],10)&parseInt(T[b],10)),b++;return new this(O)}catch(F){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${F})`)}},x.IPv6.parse=function(h){const m=this.parser(h);if(m.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(m.parts,m.zoneId)},x.IPv6.parseCIDR=function(h){let m,b,S;if((b=h.match(/^(.+)\/(\d+)$/))&&(m=parseInt(b[2]),m>=0&&m<=128))return S=[this.parse(b[1]),m],Object.defineProperty(S,"toString",{value:function(){return this.join("/")}}),S;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},x.IPv6.parser=function(h){let m,b,S,O,T,F;if(S=h.match(l.deprecatedTransitional))return this.parser(`::ffff:${S[1]}`);if(l.native.test(h))return u(h,8);if((S=h.match(l.transitional))&&(F=S[6]||"",m=S[1],S[1].endsWith("::")||(m=m.slice(0,-1)),m=u(m+F,6),m.parts)){for(T=[parseInt(S[2]),parseInt(S[3]),parseInt(S[4]),parseInt(S[5])],b=0;b<T.length;b++)if(O=T[b],!(0<=O&&O<=255))return null;return m.parts.push(T[0]<<8|T[1]),m.parts.push(T[2]<<8|T[3]),{parts:m.parts,zoneId:m.zoneId}}return null},x.IPv6.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>128)throw new Error("ipaddr: invalid IPv6 prefix length");const m=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let b=0;const S=Math.floor(h/8);for(;b<S;)m[b]=255,b++;return S<16&&(m[S]=Math.pow(2,h%8)-1<<8-h%8),new this(m)},x.fromByteArray=function(h){const m=h.length;if(m===4)return new x.IPv4(h);if(m===16)return new x.IPv6(h);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},x.isValid=function(h){return x.IPv6.isValid(h)||x.IPv4.isValid(h)},x.isValidCIDR=function(h){return x.IPv6.isValidCIDR(h)||x.IPv4.isValidCIDR(h)},x.parse=function(h){if(x.IPv6.isValid(h))return x.IPv6.parse(h);if(x.IPv4.isValid(h))return x.IPv4.parse(h);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},x.parseCIDR=function(h){try{return x.IPv6.parseCIDR(h)}catch{try{return x.IPv4.parseCIDR(h)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},x.process=function(h){const m=this.parse(h);return m.kind()==="ipv6"&&m.isIPv4MappedAddress()?m.toIPv4Address():m},x.subnetMatch=function(h,m,b){let S,O,T,F;b==null&&(b="unicast");for(O in m)if(Object.prototype.hasOwnProperty.call(m,O)){for(T=m[O],T[0]&&!(T[0]instanceof Array)&&(T=[T]),S=0;S<T.length;S++)if(F=T[S],h.kind()===F[0].kind()&&h.match.apply(h,F))return O}return b},n.exports?n.exports=x:e.ipaddr=x})(vr)})(Jp);var $l=Jp.exports;class Cl{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((r,s)=>r+ +s,0);let i=e.slice(0,8).replace(/(.{2})/g,r=>`${parseInt(r,16)}.`);return i=i.slice(0,-1),`${i}/${t}`}static toString(e){if(e.byteLength===4||e.byteLength===16){const t=new Uint8Array(e);return $l.fromByteArray(Array.from(t)).toString()}return this.decodeIP(W.ToHex(e))}static fromString(e){const t=$l.parse(e);return new Uint8Array(t.toByteArray()).buffer}}var zo,$o,Co;let Ce=class{constructor(e={}){Object.assign(this,e)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};d([f({type:y.TeletexString})],Ce.prototype,"teletexString",void 0);d([f({type:y.PrintableString})],Ce.prototype,"printableString",void 0);d([f({type:y.UniversalString})],Ce.prototype,"universalString",void 0);d([f({type:y.Utf8String})],Ce.prototype,"utf8String",void 0);d([f({type:y.BmpString})],Ce.prototype,"bmpString",void 0);Ce=d([B({type:N.Choice})],Ce);let Nn=class extends Ce{constructor(e={}){super(e),Object.assign(this,e)}toString(){return this.ia5String||(this.anyValue?W.ToHex(this.anyValue):super.toString())}};d([f({type:y.IA5String})],Nn.prototype,"ia5String",void 0);d([f({type:y.Any})],Nn.prototype,"anyValue",void 0);Nn=d([B({type:N.Choice})],Nn);class As{constructor(e={}){this.type="",this.value=new Nn,Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],As.prototype,"type",void 0);d([f({type:Nn})],As.prototype,"value",void 0);let On=zo=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,zo.prototype)}};On=zo=d([B({type:N.Set,itemType:As})],On);let jo=$o=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,$o.prototype)}};jo=$o=d([B({type:N.Sequence,itemType:On})],jo);let ve=Co=class extends jo{constructor(e){super(e),Object.setPrototypeOf(this,Co.prototype)}};ve=Co=d([B({type:N.Sequence})],ve);const g_={fromASN:n=>Cl.toString(kr.fromASN(n)),toASN:n=>kr.toASN(Cl.fromString(n))};class mi{constructor(e={}){this.typeId="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],mi.prototype,"typeId",void 0);d([f({type:y.Any,context:0})],mi.prototype,"value",void 0);class fc{constructor(e={}){this.partyName=new Ce,Object.assign(this,e)}}d([f({type:Ce,optional:!0,context:0,implicit:!0})],fc.prototype,"nameAssigner",void 0);d([f({type:Ce,context:1,implicit:!0})],fc.prototype,"partyName",void 0);let Q=class{constructor(e={}){Object.assign(this,e)}};d([f({type:mi,context:0,implicit:!0})],Q.prototype,"otherName",void 0);d([f({type:y.IA5String,context:1,implicit:!0})],Q.prototype,"rfc822Name",void 0);d([f({type:y.IA5String,context:2,implicit:!0})],Q.prototype,"dNSName",void 0);d([f({type:y.Any,context:3,implicit:!0})],Q.prototype,"x400Address",void 0);d([f({type:ve,context:4,implicit:!1})],Q.prototype,"directoryName",void 0);d([f({type:fc,context:5})],Q.prototype,"ediPartyName",void 0);d([f({type:y.IA5String,context:6,implicit:!0})],Q.prototype,"uniformResourceIdentifier",void 0);d([f({type:y.OctetString,context:7,implicit:!0,converter:g_})],Q.prototype,"iPAddress",void 0);d([f({type:y.ObjectIdentifier,context:8,implicit:!0})],Q.prototype,"registeredID",void 0);Q=d([B({type:N.Choice})],Q);const hc="1.3.6.1.5.5.7",__=`${hc}.1`,Fn=`${hc}.3`,Is=`${hc}.48`,jl=`${Is}.1`,Nl=`${Is}.2`,Ol=`${Is}.3`,Bl=`${Is}.5`,qt="2.5.29";var No;const Oo=`${__}.1`;class Oi{constructor(e={}){this.accessMethod="",this.accessLocation=new Q,Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Oi.prototype,"accessMethod",void 0);d([f({type:Q})],Oi.prototype,"accessLocation",void 0);let In=No=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,No.prototype)}};In=No=d([B({type:N.Sequence,itemType:Oi})],In);const Bo=`${qt}.35`;class gc extends re{}class Qt{constructor(e={}){e&&Object.assign(this,e)}}d([f({type:gc,context:0,optional:!0,implicit:!0})],Qt.prototype,"keyIdentifier",void 0);d([f({type:Q,context:1,optional:!0,implicit:!0,repeated:"sequence"})],Qt.prototype,"authorityCertIssuer",void 0);d([f({type:y.Integer,context:2,optional:!0,implicit:!0,converter:he})],Qt.prototype,"authorityCertSerialNumber",void 0);const Zp=`${qt}.19`;class xr{constructor(e={}){this.cA=!1,Object.assign(this,e)}}d([f({type:y.Boolean,defaultValue:!1})],xr.prototype,"cA",void 0);d([f({type:y.Integer,optional:!0})],xr.prototype,"pathLenConstraint",void 0);var To;let Te=To=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,To.prototype)}};Te=To=d([B({type:N.Sequence,itemType:Q})],Te);var Ro;let Tl=Ro=class extends Te{constructor(e){super(e),Object.setPrototypeOf(this,Ro.prototype)}};Tl=Ro=d([B({type:N.Sequence})],Tl);var Po;const Yp=`${qt}.32`;let It=class{constructor(e={}){Object.assign(this,e)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};d([f({type:y.IA5String})],It.prototype,"ia5String",void 0);d([f({type:y.VisibleString})],It.prototype,"visibleString",void 0);d([f({type:y.BmpString})],It.prototype,"bmpString",void 0);d([f({type:y.Utf8String})],It.prototype,"utf8String",void 0);It=d([B({type:N.Choice})],It);class _c{constructor(e={}){this.organization=new It,this.noticeNumbers=[],Object.assign(this,e)}}d([f({type:It})],_c.prototype,"organization",void 0);d([f({type:y.Integer,repeated:"sequence"})],_c.prototype,"noticeNumbers",void 0);class mc{constructor(e={}){Object.assign(this,e)}}d([f({type:_c,optional:!0})],mc.prototype,"noticeRef",void 0);d([f({type:It,optional:!0})],mc.prototype,"explicitText",void 0);let Sr=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.IA5String})],Sr.prototype,"cPSuri",void 0);d([f({type:mc})],Sr.prototype,"userNotice",void 0);Sr=d([B({type:N.Choice})],Sr);class yc{constructor(e={}){this.policyQualifierId="",this.qualifier=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],yc.prototype,"policyQualifierId",void 0);d([f({type:y.Any})],yc.prototype,"qualifier",void 0);class Es{constructor(e={}){this.policyIdentifier="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Es.prototype,"policyIdentifier",void 0);d([f({type:yc,repeated:"sequence",optional:!0})],Es.prototype,"policyQualifiers",void 0);let Ar=Po=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Po.prototype)}};Ar=Po=d([B({type:N.Sequence,itemType:Es})],Ar);let Ir=class{constructor(e=0){this.value=e}};d([f({type:y.Integer})],Ir.prototype,"value",void 0);Ir=d([B({type:N.Choice})],Ir);let Rl=class extends Ir{};Rl=d([B({type:N.Choice})],Rl);var Lo;const Uo=`${qt}.31`;var st;(function(n){n[n.unused=1]="unused",n[n.keyCompromise=2]="keyCompromise",n[n.cACompromise=4]="cACompromise",n[n.affiliationChanged=8]="affiliationChanged",n[n.superseded=16]="superseded",n[n.cessationOfOperation=32]="cessationOfOperation",n[n.certificateHold=64]="certificateHold",n[n.privilegeWithdrawn=128]="privilegeWithdrawn",n[n.aACompromise=256]="aACompromise"})(st||(st={}));class Xp extends Ss{toJSON(){const e=[],t=this.toNumber();return t&st.aACompromise&&e.push("aACompromise"),t&st.affiliationChanged&&e.push("affiliationChanged"),t&st.cACompromise&&e.push("cACompromise"),t&st.certificateHold&&e.push("certificateHold"),t&st.cessationOfOperation&&e.push("cessationOfOperation"),t&st.keyCompromise&&e.push("keyCompromise"),t&st.privilegeWithdrawn&&e.push("privilegeWithdrawn"),t&st.superseded&&e.push("superseded"),t&st.unused&&e.push("unused"),e}toString(){return`[${this.toJSON().join(", ")}]`}}let un=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Q,context:0,repeated:"sequence",implicit:!0})],un.prototype,"fullName",void 0);d([f({type:On,context:1,implicit:!0})],un.prototype,"nameRelativeToCRLIssuer",void 0);un=d([B({type:N.Choice})],un);class Kn{constructor(e={}){Object.assign(this,e)}}d([f({type:un,context:0,optional:!0})],Kn.prototype,"distributionPoint",void 0);d([f({type:Xp,context:1,optional:!0,implicit:!0})],Kn.prototype,"reasons",void 0);d([f({type:Q,context:2,optional:!0,repeated:"sequence",implicit:!0})],Kn.prototype,"cRLIssuer",void 0);let $n=Lo=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Lo.prototype)}};$n=Lo=d([B({type:N.Sequence,itemType:Kn})],$n);var Vo;let Pl=Vo=class extends $n{constructor(e){super(e),Object.setPrototypeOf(this,Vo.prototype)}};Pl=Vo=d([B({type:N.Sequence,itemType:Kn})],Pl);class Ne{constructor(e={}){this.onlyContainsUserCerts=Ne.ONLY,this.onlyContainsCACerts=Ne.ONLY,this.indirectCRL=Ne.ONLY,this.onlyContainsAttributeCerts=Ne.ONLY,Object.assign(this,e)}}Ne.ONLY=!1;d([f({type:un,context:0,optional:!0})],Ne.prototype,"distributionPoint",void 0);d([f({type:y.Boolean,context:1,defaultValue:Ne.ONLY,implicit:!0})],Ne.prototype,"onlyContainsUserCerts",void 0);d([f({type:y.Boolean,context:2,defaultValue:Ne.ONLY,implicit:!0})],Ne.prototype,"onlyContainsCACerts",void 0);d([f({type:Xp,context:3,optional:!0,implicit:!0})],Ne.prototype,"onlySomeReasons",void 0);d([f({type:y.Boolean,context:4,defaultValue:Ne.ONLY,implicit:!0})],Ne.prototype,"indirectCRL",void 0);d([f({type:y.Boolean,context:5,defaultValue:Ne.ONLY,implicit:!0})],Ne.prototype,"onlyContainsAttributeCerts",void 0);var li;(function(n){n[n.unspecified=0]="unspecified",n[n.keyCompromise=1]="keyCompromise",n[n.cACompromise=2]="cACompromise",n[n.affiliationChanged=3]="affiliationChanged",n[n.superseded=4]="superseded",n[n.cessationOfOperation=5]="cessationOfOperation",n[n.certificateHold=6]="certificateHold",n[n.removeFromCRL=8]="removeFromCRL",n[n.privilegeWithdrawn=9]="privilegeWithdrawn",n[n.aACompromise=10]="aACompromise"})(li||(li={}));let Mo=class{constructor(e=li.unspecified){this.reason=li.unspecified,this.reason=e}toJSON(){return li[this.reason]}toString(){return this.toJSON()}};d([f({type:y.Enumerated})],Mo.prototype,"reason",void 0);Mo=d([B({type:N.Choice})],Mo);var Do;const Qp=`${qt}.37`;let Er=Do=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Do.prototype)}};Er=Do=d([B({type:N.Sequence,itemType:y.ObjectIdentifier})],Er);const m_=`${Fn}.1`,y_=`${Fn}.2`,v_=`${Fn}.3`,w_=`${Fn}.4`,b_=`${Fn}.8`,k_=`${Fn}.9`;let Ho=class{constructor(e=new ArrayBuffer(0)){this.value=e}};d([f({type:y.Integer,converter:he})],Ho.prototype,"value",void 0);Ho=d([B({type:N.Choice})],Ho);let qo=class{constructor(e){this.value=new Date,e&&(this.value=e)}};d([f({type:y.GeneralizedTime})],qo.prototype,"value",void 0);qo=d([B({type:N.Choice})],qo);var Fo;let Ll=Fo=class extends Te{constructor(e){super(e),Object.setPrototypeOf(this,Fo.prototype)}};Ll=Fo=d([B({type:N.Sequence})],Ll);const ef=`${qt}.15`;var ot;(function(n){n[n.digitalSignature=1]="digitalSignature",n[n.nonRepudiation=2]="nonRepudiation",n[n.keyEncipherment=4]="keyEncipherment",n[n.dataEncipherment=8]="dataEncipherment",n[n.keyAgreement=16]="keyAgreement",n[n.keyCertSign=32]="keyCertSign",n[n.cRLSign=64]="cRLSign",n[n.encipherOnly=128]="encipherOnly",n[n.decipherOnly=256]="decipherOnly"})(ot||(ot={}));class co extends Ss{toJSON(){const e=this.toNumber(),t=[];return e&ot.cRLSign&&t.push("crlSign"),e&ot.dataEncipherment&&t.push("dataEncipherment"),e&ot.decipherOnly&&t.push("decipherOnly"),e&ot.digitalSignature&&t.push("digitalSignature"),e&ot.encipherOnly&&t.push("encipherOnly"),e&ot.keyAgreement&&t.push("keyAgreement"),e&ot.keyCertSign&&t.push("keyCertSign"),e&ot.keyEncipherment&&t.push("keyEncipherment"),e&ot.nonRepudiation&&t.push("nonRepudiation"),t}toString(){return`[${this.toJSON().join(", ")}]`}}var Ko;class zs{constructor(e={}){this.base=new Q,this.minimum=0,Object.assign(this,e)}}d([f({type:Q})],zs.prototype,"base",void 0);d([f({type:y.Integer,context:0,defaultValue:0,implicit:!0})],zs.prototype,"minimum",void 0);d([f({type:y.Integer,context:1,optional:!0,implicit:!0})],zs.prototype,"maximum",void 0);let zr=Ko=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Ko.prototype)}};zr=Ko=d([B({type:N.Sequence,itemType:zs})],zr);class tf{constructor(e={}){Object.assign(this,e)}}d([f({type:zr,context:0,optional:!0,implicit:!0})],tf.prototype,"permittedSubtrees",void 0);d([f({type:zr,context:1,optional:!0,implicit:!0})],tf.prototype,"excludedSubtrees",void 0);class nf{constructor(e={}){Object.assign(this,e)}}d([f({type:y.Integer,context:0,implicit:!0,optional:!0,converter:he})],nf.prototype,"requireExplicitPolicy",void 0);d([f({type:y.Integer,context:1,implicit:!0,optional:!0,converter:he})],nf.prototype,"inhibitPolicyMapping",void 0);var Wo;class vc{constructor(e={}){this.issuerDomainPolicy="",this.subjectDomainPolicy="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],vc.prototype,"issuerDomainPolicy",void 0);d([f({type:y.ObjectIdentifier})],vc.prototype,"subjectDomainPolicy",void 0);let Ul=Wo=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Wo.prototype)}};Ul=Wo=d([B({type:N.Sequence,itemType:vc})],Ul);var Go;const rf=`${qt}.17`;let Jo=Go=class extends Te{constructor(e){super(e),Object.setPrototypeOf(this,Go.prototype)}};Jo=Go=d([B({type:N.Sequence})],Jo);let Et=class{constructor(e={}){this.type="",this.values=[],Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],Et.prototype,"type",void 0);d([f({type:y.Any,repeated:"set"})],Et.prototype,"values",void 0);var Zo;let Vl=Zo=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Zo.prototype)}};Vl=Zo=d([B({type:N.Sequence,itemType:Et})],Vl);const sf=`${qt}.14`;class Lt extends gc{}class of{constructor(e={}){Object.assign(this,e)}}d([f({type:y.GeneralizedTime,context:0,implicit:!0,optional:!0})],of.prototype,"notBefore",void 0);d([f({type:y.GeneralizedTime,context:1,implicit:!0,optional:!0})],of.prototype,"notAfter",void 0);var ui;(function(n){n[n.keyUpdateAllowed=1]="keyUpdateAllowed",n[n.newExtensions=2]="newExtensions",n[n.pKIXCertificate=4]="pKIXCertificate"})(ui||(ui={}));class af extends Ss{toJSON(){const e=[],t=this.toNumber();return t&ui.pKIXCertificate&&e.push("pKIXCertificate"),t&ui.newExtensions&&e.push("newExtensions"),t&ui.keyUpdateAllowed&&e.push("keyUpdateAllowed"),e}toString(){return`[${this.toJSON().join(", ")}]`}}class cf{constructor(e={}){this.entrustVers="",this.entrustInfoFlags=new af,Object.assign(this,e)}}d([f({type:y.GeneralString})],cf.prototype,"entrustVers",void 0);d([f({type:af})],cf.prototype,"entrustInfoFlags",void 0);var Yo;let Ml=Yo=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Yo.prototype)}};Ml=Yo=d([B({type:N.Sequence,itemType:Oi})],Ml);class D{constructor(e={}){this.algorithm="",Object.assign(this,e)}isEqual(e){return e instanceof D&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&Wd(e.parameters,this.parameters)||e.parameters===this.parameters)}}d([f({type:y.ObjectIdentifier})],D.prototype,"algorithm",void 0);d([f({type:y.Any,optional:!0})],D.prototype,"parameters",void 0);class at{constructor(e={}){this.algorithm=new D,this.subjectPublicKey=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:D})],at.prototype,"algorithm",void 0);d([f({type:y.BitString})],at.prototype,"subjectPublicKey",void 0);let ze=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}};d([f({type:y.UTCTime})],ze.prototype,"utcTime",void 0);d([f({type:y.GeneralizedTime})],ze.prototype,"generalTime",void 0);ze=d([B({type:N.Choice})],ze);class Bi{constructor(e){this.notBefore=new ze(new Date),this.notAfter=new ze(new Date),e&&(this.notBefore=new ze(e.notBefore),this.notAfter=new ze(e.notAfter))}}d([f({type:ze})],Bi.prototype,"notBefore",void 0);d([f({type:ze})],Bi.prototype,"notAfter",void 0);var Xo;let Qe=class lf{constructor(e={}){this.extnID="",this.critical=lf.CRITICAL,this.extnValue=new re,Object.assign(this,e)}};Qe.CRITICAL=!1;d([f({type:y.ObjectIdentifier})],Qe.prototype,"extnID",void 0);d([f({type:y.Boolean,defaultValue:Qe.CRITICAL})],Qe.prototype,"critical",void 0);d([f({type:re})],Qe.prototype,"extnValue",void 0);let Vt=Xo=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Xo.prototype)}};Vt=Xo=d([B({type:N.Sequence,itemType:Qe})],Vt);var dn;(function(n){n[n.v1=0]="v1",n[n.v2=1]="v2",n[n.v3=2]="v3"})(dn||(dn={}));class Je{constructor(e={}){this.version=dn.v1,this.serialNumber=new ArrayBuffer(0),this.signature=new D,this.issuer=new ve,this.validity=new Bi,this.subject=new ve,this.subjectPublicKeyInfo=new at,Object.assign(this,e)}}d([f({type:y.Integer,context:0,defaultValue:dn.v1})],Je.prototype,"version",void 0);d([f({type:y.Integer,converter:he})],Je.prototype,"serialNumber",void 0);d([f({type:D})],Je.prototype,"signature",void 0);d([f({type:ve})],Je.prototype,"issuer",void 0);d([f({type:Bi})],Je.prototype,"validity",void 0);d([f({type:ve})],Je.prototype,"subject",void 0);d([f({type:at})],Je.prototype,"subjectPublicKeyInfo",void 0);d([f({type:y.BitString,context:1,implicit:!0,optional:!0})],Je.prototype,"issuerUniqueID",void 0);d([f({type:y.BitString,context:2,implicit:!0,optional:!0})],Je.prototype,"subjectUniqueID",void 0);d([f({type:Vt,context:3,optional:!0})],Je.prototype,"extensions",void 0);class pn{constructor(e={}){this.tbsCertificate=new Je,this.signatureAlgorithm=new D,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Je})],pn.prototype,"tbsCertificate",void 0);d([f({type:D})],pn.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],pn.prototype,"signatureValue",void 0);class $s{constructor(e={}){this.userCertificate=new ArrayBuffer(0),this.revocationDate=new ze,Object.assign(this,e)}}d([f({type:y.Integer,converter:he})],$s.prototype,"userCertificate",void 0);d([f({type:ze})],$s.prototype,"revocationDate",void 0);d([f({type:Qe,optional:!0,repeated:"sequence"})],$s.prototype,"crlEntryExtensions",void 0);class Ot{constructor(e={}){this.signature=new D,this.issuer=new ve,this.thisUpdate=new ze,Object.assign(this,e)}}d([f({type:y.Integer,optional:!0})],Ot.prototype,"version",void 0);d([f({type:D})],Ot.prototype,"signature",void 0);d([f({type:ve})],Ot.prototype,"issuer",void 0);d([f({type:ze})],Ot.prototype,"thisUpdate",void 0);d([f({type:ze,optional:!0})],Ot.prototype,"nextUpdate",void 0);d([f({type:$s,repeated:"sequence",optional:!0})],Ot.prototype,"revokedCertificates",void 0);d([f({type:Qe,optional:!0,context:0,repeated:"sequence"})],Ot.prototype,"crlExtensions",void 0);class wc{constructor(e={}){this.tbsCertList=new Ot,this.signatureAlgorithm=new D,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Ot})],wc.prototype,"tbsCertList",void 0);d([f({type:D})],wc.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],wc.prototype,"signature",void 0);class Wn{constructor(e={}){this.issuer=new ve,this.serialNumber=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:ve})],Wn.prototype,"issuer",void 0);d([f({type:y.Integer,converter:he})],Wn.prototype,"serialNumber",void 0);let Bn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Lt,context:0,implicit:!0})],Bn.prototype,"subjectKeyIdentifier",void 0);d([f({type:Wn})],Bn.prototype,"issuerAndSerialNumber",void 0);Bn=d([B({type:N.Choice})],Bn);var zt;(function(n){n[n.v0=0]="v0",n[n.v1=1]="v1",n[n.v2=2]="v2",n[n.v3=3]="v3",n[n.v4=4]="v4",n[n.v5=5]="v5"})(zt||(zt={}));let yi=class extends D{};yi=d([B({type:N.Sequence})],yi);let $r=class extends D{};$r=d([B({type:N.Sequence})],$r);let yt=class extends D{};yt=d([B({type:N.Sequence})],yt);let Cr=class extends D{};Cr=d([B({type:N.Sequence})],Cr);let Dl=class extends D{};Dl=d([B({type:N.Sequence})],Dl);let Qo=class extends D{};Qo=d([B({type:N.Sequence})],Qo);let Gn=class{constructor(e={}){this.attrType="",this.attrValues=[],Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],Gn.prototype,"attrType",void 0);d([f({type:y.Any,repeated:"set"})],Gn.prototype,"attrValues",void 0);var ea;class bt{constructor(e={}){this.version=zt.v0,this.sid=new Bn,this.digestAlgorithm=new yi,this.signatureAlgorithm=new $r,this.signature=new re,Object.assign(this,e)}}d([f({type:y.Integer})],bt.prototype,"version",void 0);d([f({type:Bn})],bt.prototype,"sid",void 0);d([f({type:yi})],bt.prototype,"digestAlgorithm",void 0);d([f({type:Gn,repeated:"set",context:0,implicit:!0,optional:!0})],bt.prototype,"signedAttrs",void 0);d([f({type:$r})],bt.prototype,"signatureAlgorithm",void 0);d([f({type:re})],bt.prototype,"signature",void 0);d([f({type:Gn,repeated:"set",context:1,implicit:!0,optional:!0})],bt.prototype,"unsignedAttrs",void 0);let jr=ea=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ea.prototype)}};jr=ea=d([B({type:N.Set,itemType:bt})],jr);let Hl=class extends ze{};Hl=d([B({type:N.Choice})],Hl);let ql=class extends bt{};ql=d([B({type:N.Sequence})],ql);class bc{constructor(e={}){this.acIssuer=new Q,this.acSerial=0,this.attrs=[],Object.assign(this,e)}}d([f({type:Q})],bc.prototype,"acIssuer",void 0);d([f({type:y.Integer})],bc.prototype,"acSerial",void 0);d([f({type:Et,repeated:"sequence"})],bc.prototype,"attrs",void 0);var ta;let Nr=ta=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ta.prototype)}};Nr=ta=d([B({type:N.Sequence,itemType:y.ObjectIdentifier})],Nr);class Cs{constructor(e={}){this.permitUnSpecified=!0,Object.assign(this,e)}}d([f({type:y.Integer,optional:!0})],Cs.prototype,"pathLenConstraint",void 0);d([f({type:Nr,implicit:!0,context:0,optional:!0})],Cs.prototype,"permittedAttrs",void 0);d([f({type:Nr,implicit:!0,context:1,optional:!0})],Cs.prototype,"excludedAttrs",void 0);d([f({type:y.Boolean,defaultValue:!0})],Cs.prototype,"permitUnSpecified",void 0);class wn{constructor(e={}){this.issuer=new Te,this.serial=new ArrayBuffer(0),this.issuerUID=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Te})],wn.prototype,"issuer",void 0);d([f({type:y.Integer,converter:he})],wn.prototype,"serial",void 0);d([f({type:y.BitString,optional:!0})],wn.prototype,"issuerUID",void 0);var na;(function(n){n[n.publicKey=0]="publicKey",n[n.publicKeyCert=1]="publicKeyCert",n[n.otherObjectTypes=2]="otherObjectTypes"})(na||(na={}));class bn{constructor(e={}){this.digestedObjectType=na.publicKey,this.digestAlgorithm=new D,this.objectDigest=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Enumerated})],bn.prototype,"digestedObjectType",void 0);d([f({type:y.ObjectIdentifier,optional:!0})],bn.prototype,"otherObjectTypeID",void 0);d([f({type:D})],bn.prototype,"digestAlgorithm",void 0);d([f({type:y.BitString})],bn.prototype,"objectDigest",void 0);class js{constructor(e={}){Object.assign(this,e)}}d([f({type:Te,optional:!0})],js.prototype,"issuerName",void 0);d([f({type:wn,context:0,implicit:!0,optional:!0})],js.prototype,"baseCertificateID",void 0);d([f({type:bn,context:1,implicit:!0,optional:!0})],js.prototype,"objectDigestInfo",void 0);let Tn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Q,repeated:"sequence"})],Tn.prototype,"v1Form",void 0);d([f({type:js,context:0,implicit:!0})],Tn.prototype,"v2Form",void 0);Tn=d([B({type:N.Choice})],Tn);class Ns{constructor(e={}){this.notBeforeTime=new Date,this.notAfterTime=new Date,Object.assign(this,e)}}d([f({type:y.GeneralizedTime})],Ns.prototype,"notBeforeTime",void 0);d([f({type:y.GeneralizedTime})],Ns.prototype,"notAfterTime",void 0);class Ti{constructor(e={}){Object.assign(this,e)}}d([f({type:wn,implicit:!0,context:0,optional:!0})],Ti.prototype,"baseCertificateID",void 0);d([f({type:Te,implicit:!0,context:1,optional:!0})],Ti.prototype,"entityName",void 0);d([f({type:bn,implicit:!0,context:2,optional:!0})],Ti.prototype,"objectDigestInfo",void 0);var ia;(function(n){n[n.v2=1]="v2"})(ia||(ia={}));class ut{constructor(e={}){this.version=ia.v2,this.holder=new Ti,this.issuer=new Tn,this.signature=new D,this.serialNumber=new ArrayBuffer(0),this.attrCertValidityPeriod=new Ns,this.attributes=[],Object.assign(this,e)}}d([f({type:y.Integer})],ut.prototype,"version",void 0);d([f({type:Ti})],ut.prototype,"holder",void 0);d([f({type:Tn})],ut.prototype,"issuer",void 0);d([f({type:D})],ut.prototype,"signature",void 0);d([f({type:y.Integer,converter:he})],ut.prototype,"serialNumber",void 0);d([f({type:Ns})],ut.prototype,"attrCertValidityPeriod",void 0);d([f({type:Et,repeated:"sequence"})],ut.prototype,"attributes",void 0);d([f({type:y.BitString,optional:!0})],ut.prototype,"issuerUniqueID",void 0);d([f({type:Vt,optional:!0})],ut.prototype,"extensions",void 0);class Os{constructor(e={}){this.acinfo=new ut,this.signatureAlgorithm=new D,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:ut})],Os.prototype,"acinfo",void 0);d([f({type:D})],Os.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],Os.prototype,"signatureValue",void 0);var Or;(function(n){n[n.unmarked=1]="unmarked",n[n.unclassified=2]="unclassified",n[n.restricted=4]="restricted",n[n.confidential=8]="confidential",n[n.secret=16]="secret",n[n.topSecret=32]="topSecret"})(Or||(Or={}));class ra extends Ss{}class kc{constructor(e={}){this.type="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier,implicit:!0,context:0})],kc.prototype,"type",void 0);d([f({type:y.Any,implicit:!0,context:1})],kc.prototype,"value",void 0);class xc{constructor(e={}){this.policyId="",this.classList=new ra(Or.unclassified),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],xc.prototype,"policyId",void 0);d([f({type:ra,defaultValue:new ra(Or.unclassified)})],xc.prototype,"classList",void 0);d([f({type:kc,repeated:"set"})],xc.prototype,"securityCategories",void 0);class Bs{constructor(e={}){Object.assign(this,e)}}d([f({type:re})],Bs.prototype,"cotets",void 0);d([f({type:y.ObjectIdentifier})],Bs.prototype,"oid",void 0);d([f({type:y.Utf8String})],Bs.prototype,"string",void 0);class uf{constructor(e={}){this.values=[],Object.assign(this,e)}}d([f({type:Te,implicit:!0,context:0,optional:!0})],uf.prototype,"policyAuthority",void 0);d([f({type:Bs,repeated:"sequence"})],uf.prototype,"values",void 0);var sa;class Ts{constructor(e={}){this.targetCertificate=new wn,Object.assign(this,e)}}d([f({type:wn})],Ts.prototype,"targetCertificate",void 0);d([f({type:Q,optional:!0})],Ts.prototype,"targetName",void 0);d([f({type:bn,optional:!0})],Ts.prototype,"certDigestInfo",void 0);let Rn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Q,context:0,implicit:!0})],Rn.prototype,"targetName",void 0);d([f({type:Q,context:1,implicit:!0})],Rn.prototype,"targetGroup",void 0);d([f({type:Ts,context:2,implicit:!0})],Rn.prototype,"targetCert",void 0);Rn=d([B({type:N.Choice})],Rn);let oa=sa=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,sa.prototype)}};oa=sa=d([B({type:N.Sequence,itemType:Rn})],oa);var aa;let Fl=aa=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,aa.prototype)}};Fl=aa=d([B({type:N.Sequence,itemType:oa})],Fl);class df{constructor(e={}){Object.assign(this,e)}}d([f({type:Te,implicit:!0,context:0,optional:!0})],df.prototype,"roleAuthority",void 0);d([f({type:Q,implicit:!0,context:1})],df.prototype,"roleName",void 0);class Sc{constructor(e={}){this.service=new Q,this.ident=new Q,Object.assign(this,e)}}d([f({type:Q})],Sc.prototype,"service",void 0);d([f({type:Q})],Sc.prototype,"ident",void 0);d([f({type:re,optional:!0})],Sc.prototype,"authInfo",void 0);var ca;class Ac{constructor(e={}){this.otherCertFormat="",this.otherCert=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Ac.prototype,"otherCertFormat",void 0);d([f({type:y.Any})],Ac.prototype,"otherCert",void 0);let Pn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:pn})],Pn.prototype,"certificate",void 0);d([f({type:Os,context:2,implicit:!0})],Pn.prototype,"v2AttrCert",void 0);d([f({type:Ac,context:3,implicit:!0})],Pn.prototype,"other",void 0);Pn=d([B({type:N.Choice})],Pn);let Br=ca=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ca.prototype)}};Br=ca=d([B({type:N.Set,itemType:Pn})],Br);class Jn{constructor(e={}){this.contentType="",this.content=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Jn.prototype,"contentType",void 0);d([f({type:y.Any,context:0})],Jn.prototype,"content",void 0);let vi=class{constructor(e={}){Object.assign(this,e)}};d([f({type:re})],vi.prototype,"single",void 0);d([f({type:y.Any})],vi.prototype,"any",void 0);vi=d([B({type:N.Choice})],vi);class Rs{constructor(e={}){this.eContentType="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Rs.prototype,"eContentType",void 0);d([f({type:vi,context:0,optional:!0})],Rs.prototype,"eContent",void 0);let wi=class{constructor(e={}){Object.assign(this,e)}};d([f({type:re,context:0,implicit:!0,optional:!0})],wi.prototype,"value",void 0);d([f({type:re,converter:Yg,context:0,implicit:!0,optional:!0,repeated:"sequence"})],wi.prototype,"constructedValue",void 0);wi=d([B({type:N.Choice})],wi);class Ri{constructor(e={}){this.contentType="",this.contentEncryptionAlgorithm=new Cr,Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Ri.prototype,"contentType",void 0);d([f({type:Cr})],Ri.prototype,"contentEncryptionAlgorithm",void 0);d([f({type:wi,optional:!0})],Ri.prototype,"encryptedContent",void 0);class Ps{constructor(e={}){this.keyAttrId="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Ps.prototype,"keyAttrId",void 0);d([f({type:y.Any,optional:!0})],Ps.prototype,"keyAttr",void 0);var la;class Ls{constructor(e={}){this.subjectKeyIdentifier=new Lt,Object.assign(this,e)}}d([f({type:Lt})],Ls.prototype,"subjectKeyIdentifier",void 0);d([f({type:y.GeneralizedTime,optional:!0})],Ls.prototype,"date",void 0);d([f({type:Ps,optional:!0})],Ls.prototype,"other",void 0);let Ln=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Ls,context:0,implicit:!0,optional:!0})],Ln.prototype,"rKeyId",void 0);d([f({type:Wn,optional:!0})],Ln.prototype,"issuerAndSerialNumber",void 0);Ln=d([B({type:N.Choice})],Ln);class Ic{constructor(e={}){this.rid=new Ln,this.encryptedKey=new re,Object.assign(this,e)}}d([f({type:Ln})],Ic.prototype,"rid",void 0);d([f({type:re})],Ic.prototype,"encryptedKey",void 0);let Tr=la=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,la.prototype)}};Tr=la=d([B({type:N.Sequence,itemType:Ic})],Tr);class Ec{constructor(e={}){this.algorithm=new D,this.publicKey=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:D})],Ec.prototype,"algorithm",void 0);d([f({type:y.BitString})],Ec.prototype,"publicKey",void 0);let fn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Lt,context:0,implicit:!0,optional:!0})],fn.prototype,"subjectKeyIdentifier",void 0);d([f({type:Ec,context:1,implicit:!0,optional:!0})],fn.prototype,"originatorKey",void 0);d([f({type:Wn,optional:!0})],fn.prototype,"issuerAndSerialNumber",void 0);fn=d([B({type:N.Choice})],fn);class Zn{constructor(e={}){this.version=zt.v3,this.originator=new fn,this.keyEncryptionAlgorithm=new yt,this.recipientEncryptedKeys=new Tr,Object.assign(this,e)}}d([f({type:y.Integer})],Zn.prototype,"version",void 0);d([f({type:fn,context:0})],Zn.prototype,"originator",void 0);d([f({type:re,context:1,optional:!0})],Zn.prototype,"ukm",void 0);d([f({type:yt})],Zn.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:Tr})],Zn.prototype,"recipientEncryptedKeys",void 0);let Un=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Lt,context:0,implicit:!0})],Un.prototype,"subjectKeyIdentifier",void 0);d([f({type:Wn})],Un.prototype,"issuerAndSerialNumber",void 0);Un=d([B({type:N.Choice})],Un);class Pi{constructor(e={}){this.version=zt.v0,this.rid=new Un,this.keyEncryptionAlgorithm=new yt,this.encryptedKey=new re,Object.assign(this,e)}}d([f({type:y.Integer})],Pi.prototype,"version",void 0);d([f({type:Un})],Pi.prototype,"rid",void 0);d([f({type:yt})],Pi.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:re})],Pi.prototype,"encryptedKey",void 0);class Li{constructor(e={}){this.keyIdentifier=new re,Object.assign(this,e)}}d([f({type:re})],Li.prototype,"keyIdentifier",void 0);d([f({type:y.GeneralizedTime,optional:!0})],Li.prototype,"date",void 0);d([f({type:Ps,optional:!0})],Li.prototype,"other",void 0);class Ui{constructor(e={}){this.version=zt.v4,this.kekid=new Li,this.keyEncryptionAlgorithm=new yt,this.encryptedKey=new re,Object.assign(this,e)}}d([f({type:y.Integer})],Ui.prototype,"version",void 0);d([f({type:Li})],Ui.prototype,"kekid",void 0);d([f({type:yt})],Ui.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:re})],Ui.prototype,"encryptedKey",void 0);class Vi{constructor(e={}){this.version=zt.v0,this.keyEncryptionAlgorithm=new yt,this.encryptedKey=new re,Object.assign(this,e)}}d([f({type:y.Integer})],Vi.prototype,"version",void 0);d([f({type:Qo,context:0,optional:!0})],Vi.prototype,"keyDerivationAlgorithm",void 0);d([f({type:yt})],Vi.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:re})],Vi.prototype,"encryptedKey",void 0);class zc{constructor(e={}){this.oriType="",this.oriValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],zc.prototype,"oriType",void 0);d([f({type:y.Any})],zc.prototype,"oriValue",void 0);let Mt=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Pi,optional:!0})],Mt.prototype,"ktri",void 0);d([f({type:Zn,context:1,implicit:!0,optional:!0})],Mt.prototype,"kari",void 0);d([f({type:Ui,context:2,implicit:!0,optional:!0})],Mt.prototype,"kekri",void 0);d([f({type:Vi,context:3,implicit:!0,optional:!0})],Mt.prototype,"pwri",void 0);d([f({type:zc,context:4,implicit:!0,optional:!0})],Mt.prototype,"ori",void 0);Mt=d([B({type:N.Choice})],Mt);var ua;let Rr=ua=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ua.prototype)}};Rr=ua=d([B({type:N.Set,itemType:Mt})],Rr);var da;class Us{constructor(e={}){this.otherRevInfoFormat="",this.otherRevInfo=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Us.prototype,"otherRevInfoFormat",void 0);d([f({type:y.Any})],Us.prototype,"otherRevInfo",void 0);let Pr=class{constructor(e={}){this.other=new Us,Object.assign(this,e)}};d([f({type:Us,context:1,implicit:!0})],Pr.prototype,"other",void 0);Pr=d([B({type:N.Choice})],Pr);let Lr=da=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,da.prototype)}};Lr=da=d([B({type:N.Set,itemType:Pr})],Lr);class $c{constructor(e={}){Object.assign(this,e)}}d([f({type:Br,context:0,implicit:!0,optional:!0})],$c.prototype,"certs",void 0);d([f({type:Lr,context:1,implicit:!0,optional:!0})],$c.prototype,"crls",void 0);var pa;let fa=pa=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,pa.prototype)}};fa=pa=d([B({type:N.Set,itemType:Gn})],fa);class Mi{constructor(e={}){this.version=zt.v0,this.recipientInfos=new Rr,this.encryptedContentInfo=new Ri,Object.assign(this,e)}}d([f({type:y.Integer})],Mi.prototype,"version",void 0);d([f({type:$c,context:0,implicit:!0,optional:!0})],Mi.prototype,"originatorInfo",void 0);d([f({type:Rr})],Mi.prototype,"recipientInfos",void 0);d([f({type:Ri})],Mi.prototype,"encryptedContentInfo",void 0);d([f({type:fa,context:1,implicit:!0,optional:!0})],Mi.prototype,"unprotectedAttrs",void 0);const x_="1.2.840.113549.1.7.2";var ha;let Ur=ha=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ha.prototype)}};Ur=ha=d([B({type:N.Set,itemType:yi})],Ur);class Yn{constructor(e={}){this.version=zt.v0,this.digestAlgorithms=new Ur,this.encapContentInfo=new Rs,this.signerInfos=new jr,Object.assign(this,e)}}d([f({type:y.Integer})],Yn.prototype,"version",void 0);d([f({type:Ur})],Yn.prototype,"digestAlgorithms",void 0);d([f({type:Rs})],Yn.prototype,"encapContentInfo",void 0);d([f({type:Br,context:0,implicit:!0,optional:!0})],Yn.prototype,"certificates",void 0);d([f({type:Lr,context:1,implicit:!0,optional:!0})],Yn.prototype,"crls",void 0);d([f({type:jr})],Yn.prototype,"signerInfos",void 0);const bi="1.2.840.10045.2.1",Cc="1.2.840.10045.4.1",pf="1.2.840.10045.4.3.1",jc="1.2.840.10045.4.3.2",Nc="1.2.840.10045.4.3.3",Oc="1.2.840.10045.4.3.4",Kl="1.2.840.10045.3.1.7",Wl="1.3.132.0.34",Gl="1.3.132.0.35";function Di(n){return new D({algorithm:n})}const S_=Di(Cc);Di(pf);const A_=Di(jc),I_=Di(Nc),E_=Di(Oc);let ki=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],ki.prototype,"fieldType",void 0);d([f({type:y.Any})],ki.prototype,"parameters",void 0);ki=d([B({type:N.Sequence})],ki);class z_ extends re{}let Vn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.OctetString})],Vn.prototype,"a",void 0);d([f({type:y.OctetString})],Vn.prototype,"b",void 0);d([f({type:y.BitString,optional:!0})],Vn.prototype,"seed",void 0);Vn=d([B({type:N.Sequence})],Vn);var ga;(function(n){n[n.ecpVer1=1]="ecpVer1"})(ga||(ga={}));let $t=class{constructor(e={}){this.version=ga.ecpVer1,Object.assign(this,e)}};d([f({type:y.Integer})],$t.prototype,"version",void 0);d([f({type:ki})],$t.prototype,"fieldID",void 0);d([f({type:Vn})],$t.prototype,"curve",void 0);d([f({type:z_})],$t.prototype,"base",void 0);d([f({type:y.Integer,converter:he})],$t.prototype,"order",void 0);d([f({type:y.Integer,optional:!0})],$t.prototype,"cofactor",void 0);$t=d([B({type:N.Sequence})],$t);let Dt=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],Dt.prototype,"namedCurve",void 0);d([f({type:y.Null})],Dt.prototype,"implicitCurve",void 0);d([f({type:$t})],Dt.prototype,"specifiedCurve",void 0);Dt=d([B({type:N.Choice})],Dt);class Vs{constructor(e={}){this.version=1,this.privateKey=new re,Object.assign(this,e)}}d([f({type:y.Integer})],Vs.prototype,"version",void 0);d([f({type:re})],Vs.prototype,"privateKey",void 0);d([f({type:Dt,context:0,optional:!0})],Vs.prototype,"parameters",void 0);d([f({type:y.BitString,context:1,optional:!0})],Vs.prototype,"publicKey",void 0);class Vr{constructor(e={}){this.r=new ArrayBuffer(0),this.s=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Integer,converter:he})],Vr.prototype,"r",void 0);d([f({type:y.Integer,converter:he})],Vr.prototype,"s",void 0);const He="1.2.840.113549.1.1",hn=`${He}.1`,$_=`${He}.7`,C_=`${He}.9`,di=`${He}.10`,j_=`${He}.2`,N_=`${He}.4`,Mr=`${He}.5`,O_=`${He}.14`,_a=`${He}.11`,Dr=`${He}.12`,Hr=`${He}.13`,ff=`${He}.15`,hf=`${He}.16`,qr="1.3.14.3.2.26",gf="2.16.840.1.101.3.4.2.4",Fr="2.16.840.1.101.3.4.2.1",Kr="2.16.840.1.101.3.4.2.2",Wr="2.16.840.1.101.3.4.2.3",B_="2.16.840.1.101.3.4.2.5",T_="2.16.840.1.101.3.4.2.6",R_="1.2.840.113549.2.2",P_="1.2.840.113549.2.5",Ms=`${He}.8`;function xe(n){return new D({algorithm:n,parameters:null})}xe(R_);xe(P_);const gn=xe(qr);xe(gf);xe(Fr);xe(Kr);xe(Wr);xe(B_);xe(T_);const _f=new D({algorithm:Ms,parameters:L.serialize(gn)}),mf=new D({algorithm:C_,parameters:L.serialize(kr.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});xe(hn);xe(j_);xe(N_);xe(Mr);xe(ff);xe(hf);xe(Dr);xe(Hr);xe(ff);xe(hf);class Ds{constructor(e={}){this.hashAlgorithm=new D(gn),this.maskGenAlgorithm=new D({algorithm:Ms,parameters:L.serialize(gn)}),this.pSourceAlgorithm=new D(mf),Object.assign(this,e)}}d([f({type:D,context:0,defaultValue:gn})],Ds.prototype,"hashAlgorithm",void 0);d([f({type:D,context:1,defaultValue:_f})],Ds.prototype,"maskGenAlgorithm",void 0);d([f({type:D,context:2,defaultValue:mf})],Ds.prototype,"pSourceAlgorithm",void 0);new D({algorithm:$_,parameters:L.serialize(new Ds)});class _n{constructor(e={}){this.hashAlgorithm=new D(gn),this.maskGenAlgorithm=new D({algorithm:Ms,parameters:L.serialize(gn)}),this.saltLength=20,this.trailerField=1,Object.assign(this,e)}}d([f({type:D,context:0,defaultValue:gn})],_n.prototype,"hashAlgorithm",void 0);d([f({type:D,context:1,defaultValue:_f})],_n.prototype,"maskGenAlgorithm",void 0);d([f({type:y.Integer,context:2,defaultValue:20})],_n.prototype,"saltLength",void 0);d([f({type:y.Integer,context:3,defaultValue:1})],_n.prototype,"trailerField",void 0);new D({algorithm:di,parameters:L.serialize(new _n)});class Hs{constructor(e={}){this.digestAlgorithm=new D,this.digest=new re,Object.assign(this,e)}}d([f({type:D})],Hs.prototype,"digestAlgorithm",void 0);d([f({type:re})],Hs.prototype,"digest",void 0);var ma;class qs{constructor(e={}){this.prime=new ArrayBuffer(0),this.exponent=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Integer,converter:he})],qs.prototype,"prime",void 0);d([f({type:y.Integer,converter:he})],qs.prototype,"exponent",void 0);d([f({type:y.Integer,converter:he})],qs.prototype,"coefficient",void 0);let ya=ma=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ma.prototype)}};ya=ma=d([B({type:N.Sequence,itemType:qs})],ya);class kt{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)}}d([f({type:y.Integer})],kt.prototype,"version",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"modulus",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"publicExponent",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"privateExponent",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"prime1",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"prime2",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"exponent1",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"exponent2",void 0);d([f({type:y.Integer,converter:he})],kt.prototype,"coefficient",void 0);d([f({type:ya,optional:!0})],kt.prototype,"otherPrimeInfos",void 0);class Bc{constructor(e={}){this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Integer,converter:he})],Bc.prototype,"modulus",void 0);d([f({type:y.Integer,converter:he})],Bc.prototype,"publicExponent",void 0);var va;(function(n){n[n.Transient=0]="Transient",n[n.Singleton=1]="Singleton",n[n.ResolutionScoped=2]="ResolutionScoped",n[n.ContainerScoped=3]="ContainerScoped"})(va||(va={}));const Le=va;/*! *****************************************************************************
|
|
79
|
+
`)}`:`${n} :`}}Pp=Me;H.Constructed=Pp;Me.NAME="CONSTRUCTED";class Lp extends Pe{fromBER(e,n,i){return n}toBER(e){return ft}}Lp.override="EndOfContentValueBlock";var Up;class Sc extends je{constructor(e={}){super(e,Lp),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}}Up=Sc;H.EndOfContent=Up;Sc.NAME=ki;var Vp;class fn extends je{constructor(e={}){super(e,Pe),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,n,i){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+=i,n+i>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):n+i}toBER(e,n){const i=new ArrayBuffer(2);if(!e){const r=new Uint8Array(i);r[0]=5,r[1]=0}return n&&n.write(i),i}onAsciiEncoding(){return`${this.constructor.NAME}`}}Vp=fn;H.Null=Vp;fn.NAME="NULL";class Mp extends xt(Pe){constructor({value:e,...n}={}){super(n),n.valueHex?this.valueHexView=V.toUint8Array(n.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,n,i){const r=V.toUint8Array(e);return Tt(this,r,n,i)?(this.valueHexView=r.subarray(n,n+i),i>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,zp.call(this),this.blockLength=i,n+i):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}Mp.NAME="BooleanValueBlock";var Dp;class xs extends je{constructor(e={}){super(e,Mp),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}`}}Dp=xs;H.Boolean=Dp;xs.NAME="BOOLEAN";class Fp extends xt(Mt){constructor({isConstructed:e=!1,...n}={}){super(n),this.isConstructed=e}fromBER(e,n,i){let r=0;if(this.isConstructed){if(this.isHexOnly=!1,r=Mt.prototype.fromBER.call(this,e,n,i),r===-1)return r;for(let s=0;s<this.value.length;s++){const o=this.value[s].constructor.NAME;if(o===ki){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(o!==$p)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,r=super.fromBER(e,n,i),this.blockLength=i;return r}toBER(e,n){return this.isConstructed?Mt.prototype.toBER.call(this,e,n):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}Fp.NAME="OctetStringValueBlock";var Hp;let an=class qp extends je{constructor({idBlock:e={},lenBlock:n={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0||(i.isConstructed=!!(!((s=i.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:i.isConstructed,...e},lenBlock:{...n,isIndefiniteForm:!!i.isIndefiniteForm},...i},Fp),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,n,i){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,i===0)return this.idBlock.error.length===0&&(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length===0&&(this.blockLength+=this.lenBlock.blockLength),n;if(!this.valueBlock.isConstructed){const s=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(n,n+i);try{if(s.byteLength){const o=Zn(s,0,s.byteLength);o.offset!==-1&&o.offset===i&&(this.valueBlock.value=[o.result])}}catch{}}return super.fromBER(e,n,i)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?Me.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${G.ToHex(this.valueBlock.valueHexView)}`}getValue(){if(!this.idBlock.isConstructed)return this.valueBlock.valueHexView.slice().buffer;const e=[];for(const n of this.valueBlock.value)n instanceof qp&&e.push(n.valueBlock.valueHexView);return V.concat(e)}};Hp=an;H.OctetString=Hp;an.NAME=$p;class Kp extends xt(Mt){constructor({unusedBits:e=0,isConstructed:n=!1,...i}={}){super(i),this.unusedBits=e,this.isConstructed=n,this.blockLength=this.valueHexView.byteLength}fromBER(e,n,i){if(!i)return n;let r=-1;if(this.isConstructed){if(r=Mt.prototype.fromBER.call(this,e,n,i),r===-1)return r;for(const c of this.value){const l=c.constructor.NAME;if(l===ki){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(l!==jp)return this.error="BIT STRING may consists of BIT STRINGs only",-1;const u=c.valueBlock;if(this.unusedBits>0&&u.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=u.unusedBits}return r}const s=V.toUint8Array(e);if(!Tt(this,s,n,i))return-1;const o=s.subarray(n,n+i);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 l=Zn(c,0,c.byteLength);l.offset!==-1&&l.offset===i-1&&(this.value=[l.result])}}catch{}}return this.valueHexView=o.subarray(1),this.blockLength=o.length,n+i}toBER(e,n){if(this.isConstructed)return Mt.prototype.toBER.call(this,e,n);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return ft;const i=new Uint8Array(this.valueHexView.length+1);return i[0]=this.unusedBits,i.set(this.valueHexView,1),i.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}Kp.NAME="BitStringValueBlock";var Wp;let cn=class extends je{constructor({idBlock:e={},lenBlock:n={},...i}={}){var r,s;(r=i.isConstructed)!==null&&r!==void 0||(i.isConstructed=!!(!((s=i.value)===null||s===void 0)&&s.length)),super({idBlock:{isConstructed:i.isConstructed,...e},lenBlock:{...n,isIndefiniteForm:!!i.isIndefiniteForm},...i},Kp),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,n,i){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,n,i)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return Me.prototype.onAsciiEncoding.call(this);{const e=[],n=this.valueBlock.valueHexView;for(const r of n)e.push(r.toString(2).padStart(8,"0"));const i=e.join("");return`${this.constructor.NAME} : ${i.substring(0,i.length-this.valueBlock.unusedBits)}`}}};Wp=cn;H.BitString=Wp;cn.NAME=jp;var Gp;function C_(t,e){const n=new Uint8Array([0]),i=new Uint8Array(t),r=new Uint8Array(e);let s=i.slice(0);const o=s.length-1,c=r.slice(0),l=c.length-1;let u=0;const p=l<o?o:l;let g=0;for(let _=p;_>=0;_--,g++){switch(!0){case g<c.length:u=s[o-g]+c[l-g]+n[0];break;default:u=s[o-g]+n[0]}switch(n[0]=u/10,!0){case g>=s.length:s=Ho(new Uint8Array([u%10]),s);break;default:s[o-g]=u%10}}return n[0]>0&&(s=Ho(n,s)),s}function Yl(t){if(t>=li.length)for(let e=li.length;e<=t;e++){const n=new Uint8Array([0]);let i=li[e-1].slice(0);for(let r=i.length-1;r>=0;r--){const s=new Uint8Array([(i[r]<<1)+n[0]]);n[0]=s[0]/10,i[r]=s[0]%10}n[0]>0&&(i=Ho(n,i)),li.push(i)}return li[t]}function z_(t,e){let n=0;const i=new Uint8Array(t),r=new Uint8Array(e),s=i.slice(0),o=s.length-1,c=r.slice(0),l=c.length-1;let u,p=0;for(let g=l;g>=0;g--,p++)switch(u=s[o-p]-c[l-p]-n,!0){case u<0:n=1,s[o-p]=u+10;break;default:n=0,s[o-p]=u}if(n>0)for(let g=o-l+1;g>=0;g--,p++)if(u=s[o-p]-n,u<0)n=1,s[o-p]=u+10;else{n=0,s[o-p]=u;break}return s.slice()}class Ac extends xt(Pe){constructor({value:e,...n}={}){super(n),this._valueDec=0,n.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=zp.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(__(e))}get valueDec(){return this._valueDec}fromDER(e,n,i,r=0){const s=this.fromBER(e,n,i);if(s===-1)return s;const o=this.valueHexView;return o[0]===0&&o[1]&128?this.valueHexView=o.subarray(1):r!==0&&o.length<r&&(r-o.length>1&&(r=o.length+1),this.valueHexView=o.subarray(r-o.length)),s}toDER(e=!1){const n=this.valueHexView;switch(!0){case(n[0]&128)!==0:{const i=new Uint8Array(this.valueHexView.length+1);i[0]=0,i.set(n,1),this.valueHexView=i}break;case(n[0]===0&&(n[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,n,i){const r=super.fromBER(e,n,i);return r===-1||this.setValueHex(),r}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 n=new Uint8Array(this.valueHexView.length*8/3),i=0,r;const s=this.valueHexView;let o="",c=!1;for(let l=s.byteLength-1;l>=0;l--){r=s[l];for(let u=0;u<8;u++){if((r&1)===1)switch(i){case e:n=z_(Yl(i),n),o="-";break;default:n=C_(n,Yl(i))}i++,r>>=1}}for(let l=0;l<n.length;l++)n[l]&&(c=!0),c&&(o+=Jl.charAt(n[l]));return c===!1&&(o+=Jl.charAt(0)),o}}Gp=Ac;Ac.NAME="IntegerValueBlock";Object.defineProperty(Gp.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var Jp;class wt extends je{constructor(e={}){super(e,Ac),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return $r(),BigInt(this.valueBlock.toString())}static fromBigInt(e){$r();const n=BigInt(e),i=new bs,r=n.toString(16).replace(/^-/,""),s=new Uint8Array(G.FromHex(r));if(n<0){const c=new Uint8Array(s.length+(s[0]&128?1:0));c[0]|=128;const u=BigInt(`0x${G.ToHex(c)}`)+n,p=V.toUint8Array(G.FromHex(u.toString(16)));p[0]|=128,i.write(p)}else s[0]&128&&i.write(new Uint8Array([0])),i.write(s);return new wt({valueHex:i.final()})}convertToDER(){const e=new wt({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new wt({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}Jp=wt;H.Integer=Jp;wt.NAME="INTEGER";var Zp;class Ss extends wt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}}Zp=Ss;H.Enumerated=Zp;Ss.NAME="ENUMERATED";class qo extends xt(Pe){constructor({valueDec:e=-1,isFirstSid:n=!1,...i}={}){super(i),this.valueDec=e,this.isFirstSid=n}fromBER(e,n,i){if(!i)return n;const r=V.toUint8Array(e);if(!Tt(this,r,n,i))return-1;const s=r.subarray(n,n+i);this.valueHexView=new Uint8Array(i);for(let c=0;c<i&&(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=Pn(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),n+this.blockLength)}set valueBigInt(e){$r();let n=BigInt(e).toString(2);for(;n.length%7;)n="0"+n;const i=new Uint8Array(n.length/7);for(let r=0;r<i.length;r++)i[r]=parseInt(n.slice(r*7,r*7+7),2)+(r+1<i.length?128:0);this.fromBER(i.buffer,0,i.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const r=this.valueHexView,s=new Uint8Array(this.blockLength);for(let o=0;o<this.blockLength-1;o++)s[o]=r[o]|128;return s[this.blockLength-1]=r[this.blockLength-1],s.buffer}const n=pn(this.valueDec,7);if(n.byteLength===0)return this.error="Error during encoding SID value",ft;const i=new Uint8Array(n.byteLength);if(!e){const r=new Uint8Array(n),s=n.byteLength-1;for(let o=0;o<s;o++)i[o]=r[o]|128;i[s]=r[s]}return i}toString(){let e="";if(this.isHexOnly)e=G.ToHex(this.valueHexView);else if(this.isFirstSid){let n=this.valueDec;this.valueDec<=39?e="0.":this.valueDec<=79?(e="1.",n-=40):(e="2.",n-=80),e+=n.toString()}else e=this.valueDec.toString();return e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec,isFirstSid:this.isFirstSid}}}qo.NAME="sidBlock";class Yp extends Pe{constructor({value:e=Ve,...n}={}){super(n),this.value=[],e&&this.fromString(e)}fromBER(e,n,i){let r=n;for(;i>0;){const s=new qo;if(r=s.fromBER(e,r,i),r===-1)return this.blockLength=0,this.error=s.error,r;this.value.length===0&&(s.isFirstSid=!0),this.blockLength+=s.blockLength,i-=s.blockLength,this.value.push(s)}return r}toBER(e){const n=[];for(let i=0;i<this.value.length;i++){const r=this.value[i].toBER(e);if(r.byteLength===0)return this.error=this.value[i].error,ft;n.push(r)}return kc(n)}fromString(e){this.value=[];let n=0,i=0,r="",s=!1;do if(i=e.indexOf(".",n),i===-1?r=e.substring(n):r=e.substring(n,i),n=i+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 l=parseInt(r,10);if(isNaN(l))return;o.valueDec=l+c,s=!1}else{const o=new qo;if(r>Number.MAX_SAFE_INTEGER){$r();const c=BigInt(r);o.valueBigInt=c}else if(o.valueDec=parseInt(r,10),isNaN(o.valueDec))return;this.value.length||(o.isFirstSid=!0,s=!0),this.value.push(o)}while(i!==-1)}toString(){let e="",n=!1;for(let i=0;i<this.value.length;i++){n=this.value[i].isHexOnly;let r=this.value[i].toString();i!==0&&(e=`${e}.`),n?(r=`{${r}}`,this.value[i].isFirstSid?e=`2.{${r} - 80}`:e+=r):e+=r}return e}toJSON(){const e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let n=0;n<this.value.length;n++)e.sidArray.push(this.value[n].toJSON());return e}}Yp.NAME="ObjectIdentifierValueBlock";var Xp;class As extends je{constructor(e={}){super(e,Yp),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()}}}Xp=As;H.ObjectIdentifier=Xp;As.NAME="OBJECT IDENTIFIER";class Ko extends xt(Sn){constructor({valueDec:e=0,...n}={}){super(n),this.valueDec=e}fromBER(e,n,i){if(i===0)return n;const r=V.toUint8Array(e);if(!Tt(this,r,n,i))return-1;const s=r.subarray(n,n+i);this.valueHexView=new Uint8Array(i);for(let c=0;c<i&&(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=Pn(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),n+this.blockLength)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const r=this.valueHexView,s=new Uint8Array(this.blockLength);for(let o=0;o<this.blockLength-1;o++)s[o]=r[o]|128;return s[this.blockLength-1]=r[this.blockLength-1],s.buffer}const n=pn(this.valueDec,7);if(n.byteLength===0)return this.error="Error during encoding SID value",ft;const i=new Uint8Array(n.byteLength);if(!e){const r=new Uint8Array(n),s=n.byteLength-1;for(let o=0;o<s;o++)i[o]=r[o]|128;i[s]=r[s]}return i.buffer}toString(){let e="";return this.isHexOnly?e=G.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}Ko.NAME="relativeSidBlock";class Qp extends Pe{constructor({value:e=Ve,...n}={}){super(n),this.value=[],e&&this.fromString(e)}fromBER(e,n,i){let r=n;for(;i>0;){const s=new Ko;if(r=s.fromBER(e,r,i),r===-1)return this.blockLength=0,this.error=s.error,r;this.blockLength+=s.blockLength,i-=s.blockLength,this.value.push(s)}return r}toBER(e,n){const i=[];for(let r=0;r<this.value.length;r++){const s=this.value[r].toBER(e);if(s.byteLength===0)return this.error=this.value[r].error,ft;i.push(s)}return kc(i)}fromString(e){this.value=[];let n=0,i=0,r="";do{i=e.indexOf(".",n),i===-1?r=e.substring(n):r=e.substring(n,i),n=i+1;const s=new Ko;if(s.valueDec=parseInt(r,10),isNaN(s.valueDec))return!0;this.value.push(s)}while(i!==-1);return!0}toString(){let e="",n=!1;for(let i=0;i<this.value.length;i++){n=this.value[i].isHexOnly;let r=this.value[i].toString();i!==0&&(e=`${e}.`),n&&(r=`{${r}}`),e+=r}return e}toJSON(){const e={...super.toJSON(),value:this.toString(),sidArray:[]};for(let n=0;n<this.value.length;n++)e.sidArray.push(this.value[n].toJSON());return e}}Qp.NAME="RelativeObjectIdentifierValueBlock";var ef;class Ic extends je{constructor(e={}){super(e,Qp),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()}}}ef=Ic;H.RelativeObjectIdentifier=ef;Ic.NAME="RelativeObjectIdentifier";var tf;class Et extends Me{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}}tf=Et;H.Sequence=tf;Et.NAME="SEQUENCE";var nf;let Ct=class extends Me{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};nf=Ct;H.Set=nf;Ct.NAME="SET";class rf extends xt(Pe){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Ve}toJSON(){return{...super.toJSON(),value:this.value}}}rf.NAME="StringValueBlock";class sf extends rf{}sf.NAME="SimpleStringValueBlock";class Je extends xc{constructor({...e}={}){super(e,sf)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,V.toUint8Array(e))}fromString(e){const n=e.length,i=this.valueBlock.valueHexView=new Uint8Array(n);for(let r=0;r<n;r++)i[r]=e.charCodeAt(r);this.valueBlock.value=e}}Je.NAME="SIMPLE STRING";class of extends Je{fromBuffer(e){this.valueBlock.valueHexView=V.toUint8Array(e);try{this.valueBlock.value=G.ToUtf8String(e)}catch(n){this.warnings.push(`Error during "decodeURIComponent": ${n}, using raw string`),this.valueBlock.value=G.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(G.FromUtf8String(e)),this.valueBlock.value=e}}of.NAME="Utf8StringValueBlock";var af;class Rt extends of{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}}af=Rt;H.Utf8String=af;Rt.NAME="UTF8String";class cf extends Je{fromBuffer(e){this.valueBlock.value=G.ToUtf16String(e),this.valueBlock.valueHexView=V.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(G.FromUtf16String(e))}}cf.NAME="BmpStringValueBlock";var lf;class Is extends cf{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}}lf=Is;H.BmpString=lf;Is.NAME="BMPString";class uf extends Je{fromBuffer(e){const n=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),i=new Uint8Array(n);for(let r=0;r<i.length;r+=4)i[r]=i[r+3],i[r+1]=i[r+2],i[r+2]=0,i[r+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(n))}fromString(e){const n=e.length,i=this.valueBlock.valueHexView=new Uint8Array(n*4);for(let r=0;r<n;r++){const s=pn(e.charCodeAt(r),8),o=new Uint8Array(s);if(o.length>4)continue;const c=4-o.length;for(let l=o.length-1;l>=0;l--)i[r*4+l+c]=o[l]}this.valueBlock.value=e}}uf.NAME="UniversalStringValueBlock";var df;class Es extends uf{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}}df=Es;H.UniversalString=df;Es.NAME="UniversalString";var pf;class Cs extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}}pf=Cs;H.NumericString=pf;Cs.NAME="NumericString";var ff;class zs extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}}ff=zs;H.PrintableString=ff;zs.NAME="PrintableString";var hf;class $s extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}}hf=$s;H.TeletexString=hf;$s.NAME="TeletexString";var gf;class js extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}}gf=js;H.VideotexString=gf;js.NAME="VideotexString";var _f;class Ns extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}}_f=Ns;H.IA5String=_f;Ns.NAME="IA5String";var mf;class Os extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}}mf=Os;H.GraphicString=mf;Os.NAME="GraphicString";var yf;class Li extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}}yf=Li;H.VisibleString=yf;Li.NAME="VisibleString";var vf;class Bs extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}}vf=Bs;H.GeneralString=vf;Bs.NAME="GeneralString";var wf;class Ts extends Je{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}}wf=Ts;H.CharacterString=wf;Ts.NAME="CharacterString";var bf;class Ui extends Li{constructor({value:e,valueDate:n,...i}={}){if(super(i),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 r=0;r<e.length;r++)this.valueBlock.valueHexView[r]=e.charCodeAt(r)}n&&(this.fromDate(n),this.valueBlock.valueHexView=new Uint8Array(this.toBuffer())),this.idBlock.tagClass=1,this.idBlock.tagNumber=23}fromBuffer(e){this.fromString(String.fromCharCode.apply(null,V.toUint8Array(e)))}toBuffer(){const e=this.toString(),n=new ArrayBuffer(e.length),i=new Uint8Array(n);for(let r=0;r<e.length;r++)i[r]=e.charCodeAt(r);return n}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 i=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(i===null){this.error="Wrong input string for conversion";return}const r=parseInt(i[1],10);r>=50?this.year=1900+r:this.year=2e3+r,this.month=parseInt(i[2],10),this.day=parseInt(i[3],10),this.hour=parseInt(i[4],10),this.minute=parseInt(i[5],10),this.second=parseInt(i[6],10)}toString(e="iso"){if(e==="iso"){const n=new Array(7);return n[0]=We(this.year<2e3?this.year-1900:this.year-2e3,2),n[1]=We(this.month,2),n[2]=We(this.day,2),n[3]=We(this.hour,2),n[4]=We(this.minute,2),n[5]=We(this.second,2),n[6]="Z",n.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}}}bf=Ui;H.UTCTime=bf;Ui.NAME="UTCTime";var kf;class Rs extends Ui{constructor(e={}){var n;super(e),(n=this.millisecond)!==null&&n!==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 n=!1,i="",r="",s=0,o,c=0,l=0;if(e[e.length-1]==="Z")i=e.substring(0,e.length-1),n=!0;else{const g=new Number(e[e.length-1]);if(isNaN(g.valueOf()))throw new Error("Wrong input string for conversion");i=e}if(n){if(i.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(i.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let g=1,_=i.indexOf("+"),k="";if(_===-1&&(_=i.indexOf("-"),g=-1),_!==-1){if(k=i.substring(_+1),i=i.substring(0,_),k.length!==2&&k.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(k.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(c=g*h,k.length===4){if(h=parseInt(k.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");l=g*h}}}let u=i.indexOf(".");if(u===-1&&(u=i.indexOf(",")),u!==-1){const g=new Number(`0${i.substring(u)}`);if(isNaN(g.valueOf()))throw new Error("Wrong input string for conversion");s=g.valueOf(),r=i.substring(0,u)}else r=i;switch(!0){case r.length===8:if(o=/(\d{4})(\d{2})(\d{2})/ig,u!==-1)throw new Error("Wrong input string for conversion");break;case r.length===10:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let g=60*s;this.minute=Math.floor(g),g=60*(g-this.minute),this.second=Math.floor(g),g=1e3*(g-this.second),this.millisecond=Math.floor(g)}break;case r.length===12:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){let g=60*s;this.second=Math.floor(g),g=1e3*(g-this.second),this.millisecond=Math.floor(g)}break;case r.length===14:if(o=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,u!==-1){const g=1e3*s;this.millisecond=Math.floor(g)}break;default:throw new Error("Wrong input string for conversion")}const p=o.exec(r);if(p===null)throw new Error("Wrong input string for conversion");for(let g=1;g<p.length;g++)switch(g){case 1:this.year=parseInt(p[g],10);break;case 2:this.month=parseInt(p[g],10);break;case 3:this.day=parseInt(p[g],10);break;case 4:this.hour=parseInt(p[g],10)+c;break;case 5:this.minute=parseInt(p[g],10)+l;break;case 6:this.second=parseInt(p[g],10);break;default:throw new Error("Wrong input string for conversion")}if(n===!1){const g=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=g.getUTCFullYear(),this.month=g.getUTCMonth(),this.day=g.getUTCDay(),this.hour=g.getUTCHours(),this.minute=g.getUTCMinutes(),this.second=g.getUTCSeconds(),this.millisecond=g.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){const n=[];return n.push(We(this.year,4)),n.push(We(this.month,2)),n.push(We(this.day,2)),n.push(We(this.hour,2)),n.push(We(this.minute,2)),n.push(We(this.second,2)),this.millisecond!==0&&(n.push("."),n.push(We(this.millisecond,3))),n.push("Z"),n.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}kf=Rs;H.GeneralizedTime=kf;Rs.NAME="GeneralizedTime";var xf;class Ec extends Rt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}}xf=Ec;H.DATE=xf;Ec.NAME="DATE";var Sf;class Cc extends Rt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}}Sf=Cc;H.TimeOfDay=Sf;Cc.NAME="TimeOfDay";var Af;class zc extends Rt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}}Af=zc;H.DateTime=Af;zc.NAME="DateTime";var If;class $c extends Rt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}}If=$c;H.Duration=If;$c.NAME="Duration";var Ef;class jc extends Rt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}}Ef=jc;H.TIME=Ef;jc.NAME="TIME";class hn{constructor({name:e=Ve,optional:n=!1}={}){this.name=e,this.optional=n}}class Nc extends hn{constructor({value:e=[],...n}={}){super(n),this.value=e}}class jr extends hn{constructor({value:e=new hn,local:n=!1,...i}={}){super(i),this.value=e,this.local=n}}class $_{constructor({data:e=ks}={}){this.dataView=V.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=V.toUint8Array(e)}fromBER(e,n,i){const r=n+i;return this.dataView=V.toUint8Array(e).subarray(n,r),r}toBER(e){return this.dataView.slice().buffer}}function rn(t,e,n){if(n instanceof Nc){for(let s=0;s<n.value.length;s++)if(rn(t,e,n.value[s]).verified)return{verified:!0,result:t};{const s={verified:!1,result:{error:"Wrong values for Choice type"}};return n.hasOwnProperty(So)&&(s.name=n.name),s}}if(n instanceof hn)return n.hasOwnProperty(So)&&(t[n.name]=e),{verified:!0,result:t};if(!(t instanceof Object))return{verified:!1,result:{error:"Wrong root object"}};if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 data"}};if(!(n instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(v_ in n))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(x_ in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(S_ in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const i=n.idBlock.toBER(!1);if(i.byteLength===0)return{verified:!1,result:{error:"Error encoding idBlock for ASN.1 schema"}};if(n.idBlock.fromBER(i,0,i.byteLength)===-1)return{verified:!1,result:{error:"Error decoding idBlock for ASN.1 schema"}};if(n.idBlock.hasOwnProperty(w_)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(n.idBlock.tagClass!==e.idBlock.tagClass)return{verified:!1,result:t};if(n.idBlock.hasOwnProperty(b_)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(n.idBlock.tagNumber!==e.idBlock.tagNumber)return{verified:!1,result:t};if(n.idBlock.hasOwnProperty(k_)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(n.idBlock.isConstructed!==e.idBlock.isConstructed)return{verified:!1,result:t};if(!(y_ in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(n.idBlock.isHexOnly!==e.idBlock.isHexOnly)return{verified:!1,result:t};if(n.idBlock.isHexOnly){if(!(Zl in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const s=n.idBlock.valueHexView,o=e.idBlock.valueHexView;if(s.length!==o.length)return{verified:!1,result:t};for(let c=0;c<s.length;c++)if(s[c]!==o[1])return{verified:!1,result:t}}if(n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&(t[n.name]=e)),n instanceof H.Constructed){let s=0,o={verified:!1,result:{error:"Unknown error"}},c=n.valueBlock.value.length;if(c>0&&n.valueBlock.value[0]instanceof jr&&(c=e.valueBlock.value.length),c===0)return{verified:!0,result:t};if(e.valueBlock.value.length===0&&n.valueBlock.value.length!==0){let l=!0;for(let u=0;u<n.valueBlock.value.length;u++)l=l&&(n.valueBlock.value[u].optional||!1);return l?{verified:!0,result:t}:(n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&delete t[n.name]),t.error="Inconsistent object length",{verified:!1,result:t})}for(let l=0;l<c;l++)if(l-s>=e.valueBlock.value.length){if(n.valueBlock.value[l].optional===!1){const u={verified:!1,result:t};return t.error="Inconsistent length between ASN.1 data and schema",n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&(delete t[n.name],u.name=n.name)),u}}else if(n.valueBlock.value[0]instanceof jr){if(o=rn(t,e.valueBlock.value[l],n.valueBlock.value[0].value),o.verified===!1)if(n.valueBlock.value[0].optional)s++;else return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&delete t[n.name]),o;if(So in n.valueBlock.value[0]&&n.valueBlock.value[0].name.length>0){let u={};A_ in n.valueBlock.value[0]&&n.valueBlock.value[0].local?u=e:u=t,typeof u[n.valueBlock.value[0].name]>"u"&&(u[n.valueBlock.value[0].name]=[]),u[n.valueBlock.value[0].name].push(e.valueBlock.value[l])}}else if(o=rn(t,e.valueBlock.value[l-s],n.valueBlock.value[l]),o.verified===!1)if(n.valueBlock.value[l].optional)s++;else return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&delete t[n.name]),o;if(o.verified===!1){const l={verified:!1,result:t};return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&(delete t[n.name],l.name=n.name)),l}return{verified:!0,result:t}}if(n.primitiveSchema&&Zl in e.valueBlock){const s=Zn(e.valueBlock.valueHexView);if(s.offset===-1){const o={verified:!1,result:s.result};return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ve),n.name&&(delete t[n.name],o.name=n.name)),o}return rn(t,s.result,n.primitiveSchema)}return{verified:!0,result:t}}function j_(t,e){if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema type"}};const n=Zn(V.toUint8Array(t));return n.offset===-1?{verified:!1,result:n.result}:rn(n.result,n.result,e)}const Cf=Object.freeze(Object.defineProperty({__proto__:null,Any:hn,BaseBlock:je,BaseStringBlock:xc,BitString:cn,BmpString:Is,Boolean:xs,CharacterString:Ts,Choice:Nc,Constructed:Me,DATE:Ec,DateTime:zc,Duration:$c,EndOfContent:Sc,Enumerated:Ss,GeneralString:Bs,GeneralizedTime:Rs,GraphicString:Os,HexBlock:xt,IA5String:Ns,Integer:wt,Null:fn,NumericString:Cs,ObjectIdentifier:As,OctetString:an,Primitive:Pi,PrintableString:zs,RawData:$_,RelativeObjectIdentifier:Ic,Repeated:jr,Sequence:Et,Set:Ct,TIME:jc,TeletexString:$s,TimeOfDay:Cc,UTCTime:Ui,UniversalString:Es,Utf8String:Rt,ValueBlock:Pe,VideotexString:js,ViewWriter:bs,VisibleString:Li,compareSchema:rn,fromBER:On,verifySchema:j_},Symbol.toStringTag,{value:"Module"}));var N;(function(t){t[t.Sequence=0]="Sequence",t[t.Set=1]="Set",t[t.Choice=2]="Choice"})(N||(N={}));var y;(function(t){t[t.Any=1]="Any",t[t.Boolean=2]="Boolean",t[t.OctetString=3]="OctetString",t[t.BitString=4]="BitString",t[t.Integer=5]="Integer",t[t.Enumerated=6]="Enumerated",t[t.ObjectIdentifier=7]="ObjectIdentifier",t[t.Utf8String=8]="Utf8String",t[t.BmpString=9]="BmpString",t[t.UniversalString=10]="UniversalString",t[t.NumericString=11]="NumericString",t[t.PrintableString=12]="PrintableString",t[t.TeletexString=13]="TeletexString",t[t.VideotexString=14]="VideotexString",t[t.IA5String=15]="IA5String",t[t.GraphicString=16]="GraphicString",t[t.VisibleString=17]="VisibleString",t[t.GeneralString=18]="GeneralString",t[t.CharacterString=19]="CharacterString",t[t.UTCTime=20]="UTCTime",t[t.GeneralizedTime=21]="GeneralizedTime",t[t.DATE=22]="DATE",t[t.TimeOfDay=23]="TimeOfDay",t[t.DateTime=24]="DateTime",t[t.Duration=25]="Duration",t[t.TIME=26]="TIME",t[t.Null=27]="Null"})(y||(y={}));class Ps{constructor(e,n=0){if(this.unusedBits=0,this.value=new ArrayBuffer(0),e)if(typeof e=="number")this.fromNumber(e);else if(V.isBufferSource(e))this.unusedBits=n,this.value=V.toArrayBuffer(e);else throw TypeError("Unsupported type of 'params' argument for BitString")}fromASN(e){if(!(e instanceof cn))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 cn({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(e){return new cn({name:e})}toNumber(){let e="";const n=new Uint8Array(this.value);for(const i of n)e+=i.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 n=e.toString(2);const i=n.length+7>>3;this.unusedBits=(i<<3)-n.length;const r=new Uint8Array(i);n=n.padStart(i<<3,"0").split("").reverse().join("");let s=0;for(;s<i;)r[s]=parseInt(n.slice(s<<3,(s<<3)+8),2),s++;this.value=r.buffer}}class oe{get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}constructor(e){typeof e=="number"?this.buffer=new ArrayBuffer(e):V.isBufferSource(e)?this.buffer=V.toArrayBuffer(e):Array.isArray(e)?this.buffer=new Uint8Array(e):this.buffer=new ArrayBuffer(0)}fromASN(e){if(!(e instanceof an))throw new TypeError("Argument 'asn' is not instance of ASN.1 OctetString");return this.buffer=e.valueBlock.valueHex,this}toASN(){return new an({valueHex:this.buffer})}toSchema(e){return new an({name:e})}}const N_={fromASN:t=>t instanceof fn?null:t.valueBeforeDecodeView,toASN:t=>{if(t===null)return new fn;const e=On(t);if(e.result.error)throw new Error(e.result.error);return e.result}},O_={fromASN:t=>t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec,toASN:t=>new wt({value:+t})},B_={fromASN:t=>t.valueBlock.valueDec,toASN:t=>new Ss({value:t})},me={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new wt({valueHex:t})},T_={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new cn({valueHex:t})},R_={fromASN:t=>t.valueBlock.toString(),toASN:t=>new As({value:t})},P_={fromASN:t=>t.valueBlock.value,toASN:t=>new xs({value:t})},Nr={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new an({valueHex:t})},L_={fromASN:t=>new oe(t.getValue()),toASN:t=>t.toASN()};function nt(t){return{fromASN:e=>e.valueBlock.value,toASN:e=>new t({value:e})}}const zf=nt(Rt),U_=nt(Is),V_=nt(Es),M_=nt(Cs),D_=nt(zs),F_=nt($s),H_=nt(js),q_=nt(Ns),K_=nt(Os),W_=nt(Li),G_=nt(Bs),J_=nt(Ts),Z_={fromASN:t=>t.toDate(),toASN:t=>new Ui({valueDate:t})},Y_={fromASN:t=>t.toDate(),toASN:t=>new Rs({valueDate:t})},X_={fromASN:()=>null,toASN:()=>new fn};function Oc(t){switch(t){case y.Any:return N_;case y.BitString:return T_;case y.BmpString:return U_;case y.Boolean:return P_;case y.CharacterString:return J_;case y.Enumerated:return B_;case y.GeneralString:return G_;case y.GeneralizedTime:return Y_;case y.GraphicString:return K_;case y.IA5String:return q_;case y.Integer:return O_;case y.Null:return X_;case y.NumericString:return M_;case y.ObjectIdentifier:return R_;case y.OctetString:return Nr;case y.PrintableString:return D_;case y.TeletexString:return F_;case y.UTCTime:return Z_;case y.UniversalString:return V_;case y.Utf8String:return zf;case y.VideotexString:return H_;case y.VisibleString:return W_;default:return null}}function It(t){return typeof t=="function"&&t.prototype?t.prototype.toASN&&t.prototype.fromASN?!0:It(t.prototype):!!(t&&typeof t=="object"&&"toASN"in t&&"fromASN"in t)}function $f(t){var e;if(t){const n=Object.getPrototypeOf(t);return((e=n==null?void 0:n.prototype)===null||e===void 0?void 0:e.constructor)===Array?!0:$f(n)}return!1}function Q_(t,e){if(!(t&&e)||t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),i=new Uint8Array(e);for(let r=0;r<t.byteLength;r++)if(n[r]!==i[r])return!1;return!0}class em{constructor(){this.items=new WeakMap}has(e){return this.items.has(e)}get(e,n=!1){const i=this.items.get(e);if(!i)throw new Error(`Cannot get schema for '${e.prototype.constructor.name}' target`);if(n&&!i.schema)throw new Error(`Schema '${e.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`);return i}cache(e){const n=this.get(e);n.schema||(n.schema=this.create(e,!0))}createDefault(e){const n={type:N.Sequence,items:{}},i=this.findParentSchema(e);return i&&(Object.assign(n,i),n.items=Object.assign({},n.items,i.items)),n}create(e,n){const i=this.items.get(e)||this.createDefault(e),r=[];for(const s in i.items){const o=i.items[s],c=n?s:"";let l;if(typeof o.type=="number"){const p=y[o.type],g=Cf[p];if(!g)throw new Error(`Cannot get ASN1 class by name '${p}'`);l=new g({name:c})}else It(o.type)?l=new o.type().toSchema(c):o.optional?this.get(o.type).type===N.Choice?l=new hn({name:c}):(l=this.create(o.type,!1),l.name=c):l=new hn({name:c});const u=!!o.optional||o.defaultValue!==void 0;if(o.repeated){l.name="";const p=o.repeated==="set"?Ct:Et;l=new p({name:"",value:[new jr({name:c,value:l})]})}if(o.context!==null&&o.context!==void 0)if(o.implicit)if(typeof o.type=="number"||It(o.type)){const p=o.repeated?Me:Pi;r.push(new p({name:c,optional:u,idBlock:{tagClass:3,tagNumber:o.context}}))}else{this.cache(o.type);const p=!!o.repeated;let g=p?l:this.get(o.type,!0).schema;g="valueBlock"in g?g.valueBlock.value:g.value,r.push(new Me({name:p?"":c,optional:u,idBlock:{tagClass:3,tagNumber:o.context},value:g}))}else r.push(new Me({optional:u,idBlock:{tagClass:3,tagNumber:o.context},value:[l]}));else l.optional=u,r.push(l)}switch(i.type){case N.Sequence:return new Et({value:r,name:""});case N.Set:return new Ct({value:r,name:""});case N.Choice:return new Nc({value:r,name:""});default:throw new Error("Unsupported ASN1 type in use")}}set(e,n){return this.items.set(e,n),this}findParentSchema(e){const n=Object.getPrototypeOf(e);return n?this.items.get(n)||this.findParentSchema(n):null}}const Xe=new em,B=t=>e=>{let n;Xe.has(e)?n=Xe.get(e):(n=Xe.createDefault(e),Xe.set(e,n)),Object.assign(n,t)},f=t=>(e,n)=>{let i;Xe.has(e.constructor)?i=Xe.get(e.constructor):(i=Xe.createDefault(e.constructor),Xe.set(e.constructor,i));const r=Object.assign({},t);if(typeof r.type=="number"&&!r.converter){const s=Oc(t.type);if(!s)throw new Error(`Cannot get default converter for property '${n}' of ${e.constructor.name}`);r.converter=s}i.items[n]=r};class Xl extends Error{constructor(){super(...arguments),this.schemas=[]}}class tm{static parse(e,n){const i=On(e);if(i.result.error)throw new Error(i.result.error);return this.fromASN(i.result,n)}static fromASN(e,n){var i;try{if(It(n))return new n().fromASN(e);const r=Xe.get(n);Xe.cache(n);let s=r.schema;if(e.constructor===Me&&r.type!==N.Choice){s=new Me({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:r.schema.valueBlock.value});for(const l in r.items)delete e[l]}const o=rn({},e,s);if(!o.verified)throw new Xl(`Data does not match to ${n.name} ASN1 schema. ${o.result.error}`);const c=new n;if($f(n)){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 l=r.itemType;if(typeof l=="number"){const u=Oc(l);if(!u)throw new Error(`Cannot get default converter for array item of ${n.name} ASN1 schema`);return n.from(e.valueBlock.value,p=>u.fromASN(p))}else return n.from(e.valueBlock.value,u=>this.fromASN(u,l))}for(const l in r.items){const u=o.result[l];if(!u)continue;const p=r.items[l],g=p.type;if(typeof g=="number"||It(g)){const _=(i=p.converter)!==null&&i!==void 0?i:It(g)?new g:null;if(!_)throw new Error("Converter is empty");if(p.repeated)if(p.implicit){const k=p.repeated==="sequence"?Et:Ct,h=new k;h.valueBlock=u.valueBlock;const m=On(h.toBER(!1));if(m.offset===-1)throw new Error(`Cannot parse the child item. ${m.result.error}`);if(!("value"in m.result.valueBlock&&Array.isArray(m.result.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const b=m.result.valueBlock.value;c[l]=Array.from(b,S=>_.fromASN(S))}else c[l]=Array.from(u,k=>_.fromASN(k));else{let k=u;if(p.implicit){let h;if(It(g))h=new g().toSchema("");else{const m=y[g],b=Cf[m];if(!b)throw new Error(`Cannot get '${m}' class from asn1js module`);h=new b}h.valueBlock=k.valueBlock,k=On(h.toBER(!1)).result}c[l]=_.fromASN(k)}}else if(p.repeated){if(!Array.isArray(u))throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.");c[l]=Array.from(u,_=>this.fromASN(_,g))}else c[l]=this.fromASN(u,g)}return c}catch(r){throw r instanceof Xl&&r.schemas.push(n.name),r}}}class Bc{static serialize(e){return e instanceof je?e.toBER(!1):this.toASN(e).toBER(!1)}static toASN(e){if(e&&typeof e=="object"&&It(e))return e.toASN();if(!(e&&typeof e=="object"))throw new TypeError("Parameter 1 should be type of Object.");const n=e.constructor,i=Xe.get(n);Xe.cache(n);let r=[];if(i.itemType){if(!Array.isArray(e))throw new TypeError("Parameter 1 should be type of Array.");if(typeof i.itemType=="number"){const o=Oc(i.itemType);if(!o)throw new Error(`Cannot get default converter for array item of ${n.name} ASN1 schema`);r=e.map(c=>o.toASN(c))}else r=e.map(o=>this.toAsnItem({type:i.itemType},"[]",n,o))}else for(const o in i.items){const c=i.items[o],l=e[o];if(l===void 0||c.defaultValue===l||typeof c.defaultValue=="object"&&typeof l=="object"&&Q_(this.serialize(c.defaultValue),this.serialize(l)))continue;const u=Bc.toAsnItem(c,o,n,l);if(typeof c.context=="number")if(c.implicit)if(!c.repeated&&(typeof c.type=="number"||It(c.type))){const p={};p.valueHex=u instanceof fn?u.valueBeforeDecodeView:u.valueBlock.toBER(),r.push(new Pi({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},...p}))}else r.push(new Me({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:u.valueBlock.value}));else r.push(new Me({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:[u]}));else c.repeated?r=r.concat(u):r.push(u)}let s;switch(i.type){case N.Sequence:s=new Et({value:r});break;case N.Set:s=new Ct({value:r});break;case N.Choice:if(!r[0])throw new Error(`Schema '${n.name}' has wrong data. Choice cannot be empty.`);s=r[0];break}return s}static toAsnItem(e,n,i,r){let s;if(typeof e.type=="number"){const o=e.converter;if(!o)throw new Error(`Property '${n}' doesn't have converter for type ${y[e.type]} in schema '${i.name}'`);if(e.repeated){if(!Array.isArray(r))throw new TypeError("Parameter 'objProp' should be type of Array.");const c=Array.from(r,u=>o.toASN(u)),l=e.repeated==="sequence"?Et:Ct;s=new l({value:c})}else s=o.toASN(r)}else if(e.repeated){if(!Array.isArray(r))throw new TypeError("Parameter 'objProp' should be type of Array.");const o=Array.from(r,l=>this.toASN(l)),c=e.repeated==="sequence"?Et:Ct;s=new c({value:o})}else s=this.toASN(r);return s}}class de extends Array{constructor(e=[]){if(typeof e=="number")super(e);else{super();for(const n of e)this.push(n)}}}class U{static serialize(e){return Bc.serialize(e)}static parse(e,n){return tm.parse(e,n)}static toString(e){const n=V.isBufferSource(e)?V.toArrayBuffer(e):U.serialize(e),i=On(n);if(i.offset===-1)throw new Error(`Cannot decode ASN.1 data. ${i.result.error}`);return i.result.toString()}}function d(t,e,n,i){var r=arguments.length,s=r<3?e:i===null?i=Object.getOwnPropertyDescriptor(e,n):i,o;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(t,e,n,i);else for(var c=t.length-1;c>=0;c--)(o=t[c])&&(s=(r<3?o(s):r>3?o(e,n,s):o(e,n))||s);return r>3&&s&&Object.defineProperty(e,n,s),s}var jf={exports:{}};(function(t){(function(e){const n="(0?\\d+|0x[a-f0-9]+)",i={fourOctet:new RegExp(`^${n}\\.${n}\\.${n}\\.${n}$`,"i"),threeOctet:new RegExp(`^${n}\\.${n}\\.${n}$`,"i"),twoOctet:new RegExp(`^${n}\\.${n}$`,"i"),longValue:new RegExp(`^${n}$`,"i")},r=new RegExp("^0[0-7]+$","i"),s=new RegExp("^0x[a-f0-9]+$","i"),o="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",l={zoneIndex:new RegExp(o,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${o})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${n}\\.${n}\\.${n}\\.${n}(${o})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${n}\\.${n}\\.${n}\\.${n}(${o})?$`,"i")};function u(h,m){if(h.indexOf("::")!==h.lastIndexOf("::"))return null;let b=0,S=-1,O=(h.match(l.zoneIndex)||[])[0],T,K;for(O&&(O=O.substring(1),h=h.replace(/%.+$/,""));(S=h.indexOf(":",S+1))>=0;)b++;if(h.substr(0,2)==="::"&&b--,h.substr(-2,2)==="::"&&b--,b>m)return null;for(K=m-b,T=":";K--;)T+="0:";return h=h.replace("::",T),h[0]===":"&&(h=h.slice(1)),h[h.length-1]===":"&&(h=h.slice(0,-1)),m=function(){const ce=h.split(":"),he=[];for(let ue=0;ue<ce.length;ue++)he.push(parseInt(ce[ue],16));return he}(),{parts:m,zoneId:O}}function p(h,m,b,S){if(h.length!==m.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let O=0,T;for(;S>0;){if(T=b-S,T<0&&(T=0),h[O]>>T!==m[O]>>T)return!1;S-=b,O+=1}return!0}function g(h){if(s.test(h))return parseInt(h,16);if(h[0]==="0"&&!isNaN(parseInt(h[1],10))){if(r.test(h))return parseInt(h,8);throw new Error(`ipaddr: cannot parse ${h} as octal`)}return parseInt(h,10)}function _(h,m){for(;h.length<m;)h=`0${h}`;return h}const k={};k.IPv4=function(){function h(m){if(m.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let b,S;for(b=0;b<m.length;b++)if(S=m[b],!(0<=S&&S<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=m}return h.prototype.SpecialRanges={unspecified:[[new h([0,0,0,0]),8]],broadcast:[[new h([255,255,255,255]),32]],multicast:[[new h([224,0,0,0]),4]],linkLocal:[[new h([169,254,0,0]),16]],loopback:[[new h([127,0,0,0]),8]],carrierGradeNat:[[new h([100,64,0,0]),10]],private:[[new h([10,0,0,0]),8],[new h([172,16,0,0]),12],[new h([192,168,0,0]),16]],reserved:[[new h([192,0,0,0]),24],[new h([192,0,2,0]),24],[new h([192,88,99,0]),24],[new h([198,18,0,0]),15],[new h([198,51,100,0]),24],[new h([203,0,113,0]),24],[new h([240,0,0,0]),4]],as112:[[new h([192,175,48,0]),24],[new h([192,31,196,0]),24]],amt:[[new h([192,52,193,0]),24]]},h.prototype.kind=function(){return"ipv4"},h.prototype.match=function(m,b){let S;if(b===void 0&&(S=m,m=S[0],b=S[1]),m.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return p(this.octets,m.octets,8,b)},h.prototype.prefixLengthFromSubnetMask=function(){let m=0,b=!1;const S={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let O,T,K;for(O=3;O>=0;O-=1)if(T=this.octets[O],T in S){if(K=S[T],b&&K!==0)return null;K!==8&&(b=!0),m+=K}else return null;return 32-m},h.prototype.range=function(){return k.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){return this.octets.slice(0)},h.prototype.toIPv4MappedAddress=function(){return k.IPv6.parse(`::ffff:${this.toString()}`)},h.prototype.toNormalizedString=function(){return this.toString()},h.prototype.toString=function(){return this.octets.join(".")},h}(),k.IPv4.broadcastAddressFromCIDR=function(h){try{const m=this.parseCIDR(h),b=m[0].toByteArray(),S=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[];let T=0;for(;T<4;)O.push(parseInt(b[T],10)|parseInt(S[T],10)^255),T++;return new this(O)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},k.IPv4.isIPv4=function(h){return this.parser(h)!==null},k.IPv4.isValid=function(h){try{return new this(this.parser(h)),!0}catch{return!1}},k.IPv4.isValidCIDR=function(h){try{return this.parseCIDR(h),!0}catch{return!1}},k.IPv4.isValidFourPartDecimal=function(h){return!!(k.IPv4.isValid(h)&&h.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},k.IPv4.networkAddressFromCIDR=function(h){let m,b,S,O,T;try{for(m=this.parseCIDR(h),S=m[0].toByteArray(),T=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[],b=0;b<4;)O.push(parseInt(S[b],10)&parseInt(T[b],10)),b++;return new this(O)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},k.IPv4.parse=function(h){const m=this.parser(h);if(m===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(m)},k.IPv4.parseCIDR=function(h){let m;if(m=h.match(/^(.+)\/(\d+)$/)){const b=parseInt(m[2]);if(b>=0&&b<=32){const S=[this.parse(m[1]),b];return Object.defineProperty(S,"toString",{value:function(){return this.join("/")}}),S}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},k.IPv4.parser=function(h){let m,b,S;if(m=h.match(i.fourOctet))return function(){const O=m.slice(1,6),T=[];for(let K=0;K<O.length;K++)b=O[K],T.push(g(b));return T}();if(m=h.match(i.longValue)){if(S=g(m[1]),S>4294967295||S<0)throw new Error("ipaddr: address outside defined range");return function(){const O=[];let T;for(T=0;T<=24;T+=8)O.push(S>>T&255);return O}().reverse()}else return(m=h.match(i.twoOctet))?function(){const O=m.slice(1,4),T=[];if(S=g(O[1]),S>16777215||S<0)throw new Error("ipaddr: address outside defined range");return T.push(g(O[0])),T.push(S>>16&255),T.push(S>>8&255),T.push(S&255),T}():(m=h.match(i.threeOctet))?function(){const O=m.slice(1,5),T=[];if(S=g(O[2]),S>65535||S<0)throw new Error("ipaddr: address outside defined range");return T.push(g(O[0])),T.push(g(O[1])),T.push(S>>8&255),T.push(S&255),T}():null},k.IPv4.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>32)throw new Error("ipaddr: invalid IPv4 prefix length");const m=[0,0,0,0];let b=0;const S=Math.floor(h/8);for(;b<S;)m[b]=255,b++;return S<4&&(m[S]=Math.pow(2,h%8)-1<<8-h%8),new this(m)},k.IPv6=function(){function h(m,b){let S,O;if(m.length===16)for(this.parts=[],S=0;S<=14;S+=2)this.parts.push(m[S]<<8|m[S+1]);else if(m.length===8)this.parts=m;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(S=0;S<this.parts.length;S++)if(O=this.parts[S],!(0<=O&&O<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");b&&(this.zoneId=b)}return h.prototype.SpecialRanges={unspecified:[new h([0,0,0,0,0,0,0,0]),128],linkLocal:[new h([65152,0,0,0,0,0,0,0]),10],multicast:[new h([65280,0,0,0,0,0,0,0]),8],loopback:[new h([0,0,0,0,0,0,0,1]),128],uniqueLocal:[new h([64512,0,0,0,0,0,0,0]),7],ipv4Mapped:[new h([0,0,0,0,0,65535,0,0]),96],discard:[new h([256,0,0,0,0,0,0,0]),64],rfc6145:[new h([0,0,0,0,65535,0,0,0]),96],rfc6052:[new h([100,65435,0,0,0,0,0,0]),96],"6to4":[new h([8194,0,0,0,0,0,0,0]),16],teredo:[new h([8193,0,0,0,0,0,0,0]),32],benchmarking:[new h([8193,2,0,0,0,0,0,0]),48],amt:[new h([8193,3,0,0,0,0,0,0]),32],as112v6:[[new h([8193,4,274,0,0,0,0,0]),48],[new h([9760,79,32768,0,0,0,0,0]),48]],deprecated:[new h([8193,16,0,0,0,0,0,0]),28],orchid2:[new h([8193,32,0,0,0,0,0,0]),28],droneRemoteIdProtocolEntityTags:[new h([8193,48,0,0,0,0,0,0]),28],reserved:[[new h([8193,0,0,0,0,0,0,0]),23],[new h([8193,3512,0,0,0,0,0,0]),32]]},h.prototype.isIPv4MappedAddress=function(){return this.range()==="ipv4Mapped"},h.prototype.kind=function(){return"ipv6"},h.prototype.match=function(m,b){let S;if(b===void 0&&(S=m,m=S[0],b=S[1]),m.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return p(this.parts,m.parts,16,b)},h.prototype.prefixLengthFromSubnetMask=function(){let m=0,b=!1;const S={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 O,T;for(let K=7;K>=0;K-=1)if(O=this.parts[K],O in S){if(T=S[O],b&&T!==0)return null;T!==16&&(b=!0),m+=T}else return null;return 128-m},h.prototype.range=function(){return k.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){let m;const b=[],S=this.parts;for(let O=0;O<S.length;O++)m=S[O],b.push(m>>8),b.push(m&255);return b},h.prototype.toFixedLengthString=function(){const m=(function(){const S=[];for(let O=0;O<this.parts.length;O++)S.push(_(this.parts[O].toString(16),4));return S}).call(this).join(":");let b="";return this.zoneId&&(b=`%${this.zoneId}`),m+b},h.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const m=this.parts.slice(-2),b=m[0],S=m[1];return new k.IPv4([b>>8,b&255,S>>8,S&255])},h.prototype.toNormalizedString=function(){const m=(function(){const S=[];for(let O=0;O<this.parts.length;O++)S.push(this.parts[O].toString(16));return S}).call(this).join(":");let b="";return this.zoneId&&(b=`%${this.zoneId}`),m+b},h.prototype.toRFC5952String=function(){const m=/((^|:)(0(:|$)){2,})/g,b=this.toNormalizedString();let S=0,O=-1,T;for(;T=m.exec(b);)T[0].length>O&&(S=T.index,O=T[0].length);return O<0?b:`${b.substring(0,S)}::${b.substring(S+O)}`},h.prototype.toString=function(){return this.toRFC5952String()},h}(),k.IPv6.broadcastAddressFromCIDR=function(h){try{const m=this.parseCIDR(h),b=m[0].toByteArray(),S=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[];let T=0;for(;T<16;)O.push(parseInt(b[T],10)|parseInt(S[T],10)^255),T++;return new this(O)}catch(m){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${m})`)}},k.IPv6.isIPv6=function(h){return this.parser(h)!==null},k.IPv6.isValid=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{const m=this.parser(h);return new this(m.parts,m.zoneId),!0}catch{return!1}},k.IPv6.isValidCIDR=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{return this.parseCIDR(h),!0}catch{return!1}},k.IPv6.networkAddressFromCIDR=function(h){let m,b,S,O,T;try{for(m=this.parseCIDR(h),S=m[0].toByteArray(),T=this.subnetMaskFromPrefixLength(m[1]).toByteArray(),O=[],b=0;b<16;)O.push(parseInt(S[b],10)&parseInt(T[b],10)),b++;return new this(O)}catch(K){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${K})`)}},k.IPv6.parse=function(h){const m=this.parser(h);if(m.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(m.parts,m.zoneId)},k.IPv6.parseCIDR=function(h){let m,b,S;if((b=h.match(/^(.+)\/(\d+)$/))&&(m=parseInt(b[2]),m>=0&&m<=128))return S=[this.parse(b[1]),m],Object.defineProperty(S,"toString",{value:function(){return this.join("/")}}),S;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},k.IPv6.parser=function(h){let m,b,S,O,T,K;if(S=h.match(l.deprecatedTransitional))return this.parser(`::ffff:${S[1]}`);if(l.native.test(h))return u(h,8);if((S=h.match(l.transitional))&&(K=S[6]||"",m=S[1],S[1].endsWith("::")||(m=m.slice(0,-1)),m=u(m+K,6),m.parts)){for(T=[parseInt(S[2]),parseInt(S[3]),parseInt(S[4]),parseInt(S[5])],b=0;b<T.length;b++)if(O=T[b],!(0<=O&&O<=255))return null;return m.parts.push(T[0]<<8|T[1]),m.parts.push(T[2]<<8|T[3]),{parts:m.parts,zoneId:m.zoneId}}return null},k.IPv6.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>128)throw new Error("ipaddr: invalid IPv6 prefix length");const m=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let b=0;const S=Math.floor(h/8);for(;b<S;)m[b]=255,b++;return S<16&&(m[S]=Math.pow(2,h%8)-1<<8-h%8),new this(m)},k.fromByteArray=function(h){const m=h.length;if(m===4)return new k.IPv4(h);if(m===16)return new k.IPv6(h);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},k.isValid=function(h){return k.IPv6.isValid(h)||k.IPv4.isValid(h)},k.isValidCIDR=function(h){return k.IPv6.isValidCIDR(h)||k.IPv4.isValidCIDR(h)},k.parse=function(h){if(k.IPv6.isValid(h))return k.IPv6.parse(h);if(k.IPv4.isValid(h))return k.IPv4.parse(h);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},k.parseCIDR=function(h){try{return k.IPv6.parseCIDR(h)}catch{try{return k.IPv4.parseCIDR(h)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},k.process=function(h){const m=this.parse(h);return m.kind()==="ipv6"&&m.isIPv4MappedAddress()?m.toIPv4Address():m},k.subnetMatch=function(h,m,b){let S,O,T,K;b==null&&(b="unicast");for(O in m)if(Object.prototype.hasOwnProperty.call(m,O)){for(T=m[O],T[0]&&!(T[0]instanceof Array)&&(T=[T]),S=0;S<T.length;S++)if(K=T[S],h.kind()===K[0].kind()&&h.match.apply(h,K))return O}return b},t.exports?t.exports=k:e.ipaddr=k})(zr)})(jf);var Ql=jf.exports;class eu{static decodeIP(e){if(e.length===64&&parseInt(e,16)===0)return"::/0";if(e.length!==16)return e;const n=parseInt(e.slice(8),16).toString(2).split("").reduce((r,s)=>r+ +s,0);let i=e.slice(0,8).replace(/(.{2})/g,r=>`${parseInt(r,16)}.`);return i=i.slice(0,-1),`${i}/${n}`}static toString(e){if(e.byteLength===4||e.byteLength===16){const n=new Uint8Array(e);return Ql.fromByteArray(Array.from(n)).toString()}return this.decodeIP(G.ToHex(e))}static fromString(e){const n=Ql.parse(e);return new Uint8Array(n.toByteArray()).buffer}}var Wo,Go,Jo;let Ne=class{constructor(e={}){Object.assign(this,e)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};d([f({type:y.TeletexString})],Ne.prototype,"teletexString",void 0);d([f({type:y.PrintableString})],Ne.prototype,"printableString",void 0);d([f({type:y.UniversalString})],Ne.prototype,"universalString",void 0);d([f({type:y.Utf8String})],Ne.prototype,"utf8String",void 0);d([f({type:y.BmpString})],Ne.prototype,"bmpString",void 0);Ne=d([B({type:N.Choice})],Ne);let Ln=class extends Ne{constructor(e={}){super(e),Object.assign(this,e)}toString(){return this.ia5String||(this.anyValue?G.ToHex(this.anyValue):super.toString())}};d([f({type:y.IA5String})],Ln.prototype,"ia5String",void 0);d([f({type:y.Any})],Ln.prototype,"anyValue",void 0);Ln=d([B({type:N.Choice})],Ln);class Ls{constructor(e={}){this.type="",this.value=new Ln,Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Ls.prototype,"type",void 0);d([f({type:Ln})],Ls.prototype,"value",void 0);let Un=Wo=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Wo.prototype)}};Un=Wo=d([B({type:N.Set,itemType:Ls})],Un);let Zo=Go=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Go.prototype)}};Zo=Go=d([B({type:N.Sequence,itemType:Un})],Zo);let ke=Jo=class extends Zo{constructor(e){super(e),Object.setPrototypeOf(this,Jo.prototype)}};ke=Jo=d([B({type:N.Sequence})],ke);const nm={fromASN:t=>eu.toString(Nr.fromASN(t)),toASN:t=>Nr.toASN(eu.fromString(t))};class xi{constructor(e={}){this.typeId="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],xi.prototype,"typeId",void 0);d([f({type:y.Any,context:0})],xi.prototype,"value",void 0);class Tc{constructor(e={}){this.partyName=new Ne,Object.assign(this,e)}}d([f({type:Ne,optional:!0,context:0,implicit:!0})],Tc.prototype,"nameAssigner",void 0);d([f({type:Ne,context:1,implicit:!0})],Tc.prototype,"partyName",void 0);let te=class{constructor(e={}){Object.assign(this,e)}};d([f({type:xi,context:0,implicit:!0})],te.prototype,"otherName",void 0);d([f({type:y.IA5String,context:1,implicit:!0})],te.prototype,"rfc822Name",void 0);d([f({type:y.IA5String,context:2,implicit:!0})],te.prototype,"dNSName",void 0);d([f({type:y.Any,context:3,implicit:!0})],te.prototype,"x400Address",void 0);d([f({type:ke,context:4,implicit:!1})],te.prototype,"directoryName",void 0);d([f({type:Tc,context:5})],te.prototype,"ediPartyName",void 0);d([f({type:y.IA5String,context:6,implicit:!0})],te.prototype,"uniformResourceIdentifier",void 0);d([f({type:y.OctetString,context:7,implicit:!0,converter:nm})],te.prototype,"iPAddress",void 0);d([f({type:y.ObjectIdentifier,context:8,implicit:!0})],te.prototype,"registeredID",void 0);te=d([B({type:N.Choice})],te);const Rc="1.3.6.1.5.5.7",im=`${Rc}.1`,Yn=`${Rc}.3`,Us=`${Rc}.48`,tu=`${Us}.1`,nu=`${Us}.2`,iu=`${Us}.3`,ru=`${Us}.5`,Jt="2.5.29";var Yo;const Xo=`${im}.1`;class Vi{constructor(e={}){this.accessMethod="",this.accessLocation=new te,Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Vi.prototype,"accessMethod",void 0);d([f({type:te})],Vi.prototype,"accessLocation",void 0);let jn=Yo=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Yo.prototype)}};jn=Yo=d([B({type:N.Sequence,itemType:Vi})],jn);const Qo=`${Jt}.35`;class Pc extends oe{}class sn{constructor(e={}){e&&Object.assign(this,e)}}d([f({type:Pc,context:0,optional:!0,implicit:!0})],sn.prototype,"keyIdentifier",void 0);d([f({type:te,context:1,optional:!0,implicit:!0,repeated:"sequence"})],sn.prototype,"authorityCertIssuer",void 0);d([f({type:y.Integer,context:2,optional:!0,implicit:!0,converter:me})],sn.prototype,"authorityCertSerialNumber",void 0);const Nf=`${Jt}.19`;class Or{constructor(e={}){this.cA=!1,Object.assign(this,e)}}d([f({type:y.Boolean,defaultValue:!1})],Or.prototype,"cA",void 0);d([f({type:y.Integer,optional:!0})],Or.prototype,"pathLenConstraint",void 0);var ea;let Re=ea=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,ea.prototype)}};Re=ea=d([B({type:N.Sequence,itemType:te})],Re);var ta;let su=ta=class extends Re{constructor(e){super(e),Object.setPrototypeOf(this,ta.prototype)}};su=ta=d([B({type:N.Sequence})],su);var na;const Of=`${Jt}.32`;let zt=class{constructor(e={}){Object.assign(this,e)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};d([f({type:y.IA5String})],zt.prototype,"ia5String",void 0);d([f({type:y.VisibleString})],zt.prototype,"visibleString",void 0);d([f({type:y.BmpString})],zt.prototype,"bmpString",void 0);d([f({type:y.Utf8String})],zt.prototype,"utf8String",void 0);zt=d([B({type:N.Choice})],zt);class Lc{constructor(e={}){this.organization=new zt,this.noticeNumbers=[],Object.assign(this,e)}}d([f({type:zt})],Lc.prototype,"organization",void 0);d([f({type:y.Integer,repeated:"sequence"})],Lc.prototype,"noticeNumbers",void 0);class Uc{constructor(e={}){Object.assign(this,e)}}d([f({type:Lc,optional:!0})],Uc.prototype,"noticeRef",void 0);d([f({type:zt,optional:!0})],Uc.prototype,"explicitText",void 0);let Br=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.IA5String})],Br.prototype,"cPSuri",void 0);d([f({type:Uc})],Br.prototype,"userNotice",void 0);Br=d([B({type:N.Choice})],Br);class Vc{constructor(e={}){this.policyQualifierId="",this.qualifier=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Vc.prototype,"policyQualifierId",void 0);d([f({type:y.Any})],Vc.prototype,"qualifier",void 0);class Vs{constructor(e={}){this.policyIdentifier="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Vs.prototype,"policyIdentifier",void 0);d([f({type:Vc,repeated:"sequence",optional:!0})],Vs.prototype,"policyQualifiers",void 0);let Tr=na=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,na.prototype)}};Tr=na=d([B({type:N.Sequence,itemType:Vs})],Tr);let Rr=class{constructor(e=0){this.value=e}};d([f({type:y.Integer})],Rr.prototype,"value",void 0);Rr=d([B({type:N.Choice})],Rr);let ou=class extends Rr{};ou=d([B({type:N.Choice})],ou);var ia;const ra=`${Jt}.31`;var at;(function(t){t[t.unused=1]="unused",t[t.keyCompromise=2]="keyCompromise",t[t.cACompromise=4]="cACompromise",t[t.affiliationChanged=8]="affiliationChanged",t[t.superseded=16]="superseded",t[t.cessationOfOperation=32]="cessationOfOperation",t[t.certificateHold=64]="certificateHold",t[t.privilegeWithdrawn=128]="privilegeWithdrawn",t[t.aACompromise=256]="aACompromise"})(at||(at={}));class Bf extends Ps{toJSON(){const e=[],n=this.toNumber();return n&at.aACompromise&&e.push("aACompromise"),n&at.affiliationChanged&&e.push("affiliationChanged"),n&at.cACompromise&&e.push("cACompromise"),n&at.certificateHold&&e.push("certificateHold"),n&at.cessationOfOperation&&e.push("cessationOfOperation"),n&at.keyCompromise&&e.push("keyCompromise"),n&at.privilegeWithdrawn&&e.push("privilegeWithdrawn"),n&at.superseded&&e.push("superseded"),n&at.unused&&e.push("unused"),e}toString(){return`[${this.toJSON().join(", ")}]`}}let gn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:te,context:0,repeated:"sequence",implicit:!0})],gn.prototype,"fullName",void 0);d([f({type:Un,context:1,implicit:!0})],gn.prototype,"nameRelativeToCRLIssuer",void 0);gn=d([B({type:N.Choice})],gn);class Xn{constructor(e={}){Object.assign(this,e)}}d([f({type:gn,context:0,optional:!0})],Xn.prototype,"distributionPoint",void 0);d([f({type:Bf,context:1,optional:!0,implicit:!0})],Xn.prototype,"reasons",void 0);d([f({type:te,context:2,optional:!0,repeated:"sequence",implicit:!0})],Xn.prototype,"cRLIssuer",void 0);let Bn=ia=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,ia.prototype)}};Bn=ia=d([B({type:N.Sequence,itemType:Xn})],Bn);var sa;let au=sa=class extends Bn{constructor(e){super(e),Object.setPrototypeOf(this,sa.prototype)}};au=sa=d([B({type:N.Sequence,itemType:Xn})],au);class Be{constructor(e={}){this.onlyContainsUserCerts=Be.ONLY,this.onlyContainsCACerts=Be.ONLY,this.indirectCRL=Be.ONLY,this.onlyContainsAttributeCerts=Be.ONLY,Object.assign(this,e)}}Be.ONLY=!1;d([f({type:gn,context:0,optional:!0})],Be.prototype,"distributionPoint",void 0);d([f({type:y.Boolean,context:1,defaultValue:Be.ONLY,implicit:!0})],Be.prototype,"onlyContainsUserCerts",void 0);d([f({type:y.Boolean,context:2,defaultValue:Be.ONLY,implicit:!0})],Be.prototype,"onlyContainsCACerts",void 0);d([f({type:Bf,context:3,optional:!0,implicit:!0})],Be.prototype,"onlySomeReasons",void 0);d([f({type:y.Boolean,context:4,defaultValue:Be.ONLY,implicit:!0})],Be.prototype,"indirectCRL",void 0);d([f({type:y.Boolean,context:5,defaultValue:Be.ONLY,implicit:!0})],Be.prototype,"onlyContainsAttributeCerts",void 0);var gi;(function(t){t[t.unspecified=0]="unspecified",t[t.keyCompromise=1]="keyCompromise",t[t.cACompromise=2]="cACompromise",t[t.affiliationChanged=3]="affiliationChanged",t[t.superseded=4]="superseded",t[t.cessationOfOperation=5]="cessationOfOperation",t[t.certificateHold=6]="certificateHold",t[t.removeFromCRL=8]="removeFromCRL",t[t.privilegeWithdrawn=9]="privilegeWithdrawn",t[t.aACompromise=10]="aACompromise"})(gi||(gi={}));let oa=class{constructor(e=gi.unspecified){this.reason=gi.unspecified,this.reason=e}toJSON(){return gi[this.reason]}toString(){return this.toJSON()}};d([f({type:y.Enumerated})],oa.prototype,"reason",void 0);oa=d([B({type:N.Choice})],oa);var aa;const Tf=`${Jt}.37`;let Pr=aa=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,aa.prototype)}};Pr=aa=d([B({type:N.Sequence,itemType:y.ObjectIdentifier})],Pr);const rm=`${Yn}.1`,sm=`${Yn}.2`,om=`${Yn}.3`,am=`${Yn}.4`,cm=`${Yn}.8`,lm=`${Yn}.9`;let ca=class{constructor(e=new ArrayBuffer(0)){this.value=e}};d([f({type:y.Integer,converter:me})],ca.prototype,"value",void 0);ca=d([B({type:N.Choice})],ca);let la=class{constructor(e){this.value=new Date,e&&(this.value=e)}};d([f({type:y.GeneralizedTime})],la.prototype,"value",void 0);la=d([B({type:N.Choice})],la);var ua;let cu=ua=class extends Re{constructor(e){super(e),Object.setPrototypeOf(this,ua.prototype)}};cu=ua=d([B({type:N.Sequence})],cu);const Rf=`${Jt}.15`;var ct;(function(t){t[t.digitalSignature=1]="digitalSignature",t[t.nonRepudiation=2]="nonRepudiation",t[t.keyEncipherment=4]="keyEncipherment",t[t.dataEncipherment=8]="dataEncipherment",t[t.keyAgreement=16]="keyAgreement",t[t.keyCertSign=32]="keyCertSign",t[t.cRLSign=64]="cRLSign",t[t.encipherOnly=128]="encipherOnly",t[t.decipherOnly=256]="decipherOnly"})(ct||(ct={}));class Ao extends Ps{toJSON(){const e=this.toNumber(),n=[];return e&ct.cRLSign&&n.push("crlSign"),e&ct.dataEncipherment&&n.push("dataEncipherment"),e&ct.decipherOnly&&n.push("decipherOnly"),e&ct.digitalSignature&&n.push("digitalSignature"),e&ct.encipherOnly&&n.push("encipherOnly"),e&ct.keyAgreement&&n.push("keyAgreement"),e&ct.keyCertSign&&n.push("keyCertSign"),e&ct.keyEncipherment&&n.push("keyEncipherment"),e&ct.nonRepudiation&&n.push("nonRepudiation"),n}toString(){return`[${this.toJSON().join(", ")}]`}}var da;class Ms{constructor(e={}){this.base=new te,this.minimum=0,Object.assign(this,e)}}d([f({type:te})],Ms.prototype,"base",void 0);d([f({type:y.Integer,context:0,defaultValue:0,implicit:!0})],Ms.prototype,"minimum",void 0);d([f({type:y.Integer,context:1,optional:!0,implicit:!0})],Ms.prototype,"maximum",void 0);let Lr=da=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,da.prototype)}};Lr=da=d([B({type:N.Sequence,itemType:Ms})],Lr);class Pf{constructor(e={}){Object.assign(this,e)}}d([f({type:Lr,context:0,optional:!0,implicit:!0})],Pf.prototype,"permittedSubtrees",void 0);d([f({type:Lr,context:1,optional:!0,implicit:!0})],Pf.prototype,"excludedSubtrees",void 0);class Lf{constructor(e={}){Object.assign(this,e)}}d([f({type:y.Integer,context:0,implicit:!0,optional:!0,converter:me})],Lf.prototype,"requireExplicitPolicy",void 0);d([f({type:y.Integer,context:1,implicit:!0,optional:!0,converter:me})],Lf.prototype,"inhibitPolicyMapping",void 0);var pa;class Mc{constructor(e={}){this.issuerDomainPolicy="",this.subjectDomainPolicy="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Mc.prototype,"issuerDomainPolicy",void 0);d([f({type:y.ObjectIdentifier})],Mc.prototype,"subjectDomainPolicy",void 0);let lu=pa=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,pa.prototype)}};lu=pa=d([B({type:N.Sequence,itemType:Mc})],lu);var fa;const Uf=`${Jt}.17`;let ha=fa=class extends Re{constructor(e){super(e),Object.setPrototypeOf(this,fa.prototype)}};ha=fa=d([B({type:N.Sequence})],ha);let $t=class{constructor(e={}){this.type="",this.values=[],Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],$t.prototype,"type",void 0);d([f({type:y.Any,repeated:"set"})],$t.prototype,"values",void 0);var ga;let uu=ga=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,ga.prototype)}};uu=ga=d([B({type:N.Sequence,itemType:$t})],uu);const Vf=`${Jt}.14`;class Dt extends Pc{}class Mf{constructor(e={}){Object.assign(this,e)}}d([f({type:y.GeneralizedTime,context:0,implicit:!0,optional:!0})],Mf.prototype,"notBefore",void 0);d([f({type:y.GeneralizedTime,context:1,implicit:!0,optional:!0})],Mf.prototype,"notAfter",void 0);var _i;(function(t){t[t.keyUpdateAllowed=1]="keyUpdateAllowed",t[t.newExtensions=2]="newExtensions",t[t.pKIXCertificate=4]="pKIXCertificate"})(_i||(_i={}));class Df extends Ps{toJSON(){const e=[],n=this.toNumber();return n&_i.pKIXCertificate&&e.push("pKIXCertificate"),n&_i.newExtensions&&e.push("newExtensions"),n&_i.keyUpdateAllowed&&e.push("keyUpdateAllowed"),e}toString(){return`[${this.toJSON().join(", ")}]`}}class Ff{constructor(e={}){this.entrustVers="",this.entrustInfoFlags=new Df,Object.assign(this,e)}}d([f({type:y.GeneralString})],Ff.prototype,"entrustVers",void 0);d([f({type:Df})],Ff.prototype,"entrustInfoFlags",void 0);var _a;let du=_a=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,_a.prototype)}};du=_a=d([B({type:N.Sequence,itemType:Vi})],du);class F{constructor(e={}){this.algorithm="",Object.assign(this,e)}isEqual(e){return e instanceof F&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&Cp(e.parameters,this.parameters)||e.parameters===this.parameters)}}d([f({type:y.ObjectIdentifier})],F.prototype,"algorithm",void 0);d([f({type:y.Any,optional:!0})],F.prototype,"parameters",void 0);class lt{constructor(e={}){this.algorithm=new F,this.subjectPublicKey=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:F})],lt.prototype,"algorithm",void 0);d([f({type:y.BitString})],lt.prototype,"subjectPublicKey",void 0);let $e=class{constructor(e){if(e)if(typeof e=="string"||typeof e=="number"||e instanceof Date){const n=new Date(e);n.getUTCFullYear()>2049?this.generalTime=n:this.utcTime=n}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}};d([f({type:y.UTCTime})],$e.prototype,"utcTime",void 0);d([f({type:y.GeneralizedTime})],$e.prototype,"generalTime",void 0);$e=d([B({type:N.Choice})],$e);class Mi{constructor(e){this.notBefore=new $e(new Date),this.notAfter=new $e(new Date),e&&(this.notBefore=new $e(e.notBefore),this.notAfter=new $e(e.notAfter))}}d([f({type:$e})],Mi.prototype,"notBefore",void 0);d([f({type:$e})],Mi.prototype,"notAfter",void 0);var ma;let tt=class Hf{constructor(e={}){this.extnID="",this.critical=Hf.CRITICAL,this.extnValue=new oe,Object.assign(this,e)}};tt.CRITICAL=!1;d([f({type:y.ObjectIdentifier})],tt.prototype,"extnID",void 0);d([f({type:y.Boolean,defaultValue:tt.CRITICAL})],tt.prototype,"critical",void 0);d([f({type:oe})],tt.prototype,"extnValue",void 0);let qt=ma=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,ma.prototype)}};qt=ma=d([B({type:N.Sequence,itemType:tt})],qt);var _n;(function(t){t[t.v1=0]="v1",t[t.v2=1]="v2",t[t.v3=2]="v3"})(_n||(_n={}));class Ze{constructor(e={}){this.version=_n.v1,this.serialNumber=new ArrayBuffer(0),this.signature=new F,this.issuer=new ke,this.validity=new Mi,this.subject=new ke,this.subjectPublicKeyInfo=new lt,Object.assign(this,e)}}d([f({type:y.Integer,context:0,defaultValue:_n.v1})],Ze.prototype,"version",void 0);d([f({type:y.Integer,converter:me})],Ze.prototype,"serialNumber",void 0);d([f({type:F})],Ze.prototype,"signature",void 0);d([f({type:ke})],Ze.prototype,"issuer",void 0);d([f({type:Mi})],Ze.prototype,"validity",void 0);d([f({type:ke})],Ze.prototype,"subject",void 0);d([f({type:lt})],Ze.prototype,"subjectPublicKeyInfo",void 0);d([f({type:y.BitString,context:1,implicit:!0,optional:!0})],Ze.prototype,"issuerUniqueID",void 0);d([f({type:y.BitString,context:2,implicit:!0,optional:!0})],Ze.prototype,"subjectUniqueID",void 0);d([f({type:qt,context:3,optional:!0})],Ze.prototype,"extensions",void 0);class mn{constructor(e={}){this.tbsCertificate=new Ze,this.signatureAlgorithm=new F,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Ze})],mn.prototype,"tbsCertificate",void 0);d([f({type:F})],mn.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],mn.prototype,"signatureValue",void 0);class Ds{constructor(e={}){this.userCertificate=new ArrayBuffer(0),this.revocationDate=new $e,Object.assign(this,e)}}d([f({type:y.Integer,converter:me})],Ds.prototype,"userCertificate",void 0);d([f({type:$e})],Ds.prototype,"revocationDate",void 0);d([f({type:tt,optional:!0,repeated:"sequence"})],Ds.prototype,"crlEntryExtensions",void 0);class Pt{constructor(e={}){this.signature=new F,this.issuer=new ke,this.thisUpdate=new $e,Object.assign(this,e)}}d([f({type:y.Integer,optional:!0})],Pt.prototype,"version",void 0);d([f({type:F})],Pt.prototype,"signature",void 0);d([f({type:ke})],Pt.prototype,"issuer",void 0);d([f({type:$e})],Pt.prototype,"thisUpdate",void 0);d([f({type:$e,optional:!0})],Pt.prototype,"nextUpdate",void 0);d([f({type:Ds,repeated:"sequence",optional:!0})],Pt.prototype,"revokedCertificates",void 0);d([f({type:tt,optional:!0,context:0,repeated:"sequence"})],Pt.prototype,"crlExtensions",void 0);class Dc{constructor(e={}){this.tbsCertList=new Pt,this.signatureAlgorithm=new F,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Pt})],Dc.prototype,"tbsCertList",void 0);d([f({type:F})],Dc.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],Dc.prototype,"signature",void 0);class Qn{constructor(e={}){this.issuer=new ke,this.serialNumber=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:ke})],Qn.prototype,"issuer",void 0);d([f({type:y.Integer,converter:me})],Qn.prototype,"serialNumber",void 0);let Vn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Dt,context:0,implicit:!0})],Vn.prototype,"subjectKeyIdentifier",void 0);d([f({type:Qn})],Vn.prototype,"issuerAndSerialNumber",void 0);Vn=d([B({type:N.Choice})],Vn);var jt;(function(t){t[t.v0=0]="v0",t[t.v1=1]="v1",t[t.v2=2]="v2",t[t.v3=3]="v3",t[t.v4=4]="v4",t[t.v5=5]="v5"})(jt||(jt={}));let Si=class extends F{};Si=d([B({type:N.Sequence})],Si);let Ur=class extends F{};Ur=d([B({type:N.Sequence})],Ur);let bt=class extends F{};bt=d([B({type:N.Sequence})],bt);let Vr=class extends F{};Vr=d([B({type:N.Sequence})],Vr);let pu=class extends F{};pu=d([B({type:N.Sequence})],pu);let ya=class extends F{};ya=d([B({type:N.Sequence})],ya);let ei=class{constructor(e={}){this.attrType="",this.attrValues=[],Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],ei.prototype,"attrType",void 0);d([f({type:y.Any,repeated:"set"})],ei.prototype,"attrValues",void 0);var va;class St{constructor(e={}){this.version=jt.v0,this.sid=new Vn,this.digestAlgorithm=new Si,this.signatureAlgorithm=new Ur,this.signature=new oe,Object.assign(this,e)}}d([f({type:y.Integer})],St.prototype,"version",void 0);d([f({type:Vn})],St.prototype,"sid",void 0);d([f({type:Si})],St.prototype,"digestAlgorithm",void 0);d([f({type:ei,repeated:"set",context:0,implicit:!0,optional:!0})],St.prototype,"signedAttrs",void 0);d([f({type:Ur})],St.prototype,"signatureAlgorithm",void 0);d([f({type:oe})],St.prototype,"signature",void 0);d([f({type:ei,repeated:"set",context:1,implicit:!0,optional:!0})],St.prototype,"unsignedAttrs",void 0);let Mr=va=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,va.prototype)}};Mr=va=d([B({type:N.Set,itemType:St})],Mr);let fu=class extends $e{};fu=d([B({type:N.Choice})],fu);let hu=class extends St{};hu=d([B({type:N.Sequence})],hu);class Fc{constructor(e={}){this.acIssuer=new te,this.acSerial=0,this.attrs=[],Object.assign(this,e)}}d([f({type:te})],Fc.prototype,"acIssuer",void 0);d([f({type:y.Integer})],Fc.prototype,"acSerial",void 0);d([f({type:$t,repeated:"sequence"})],Fc.prototype,"attrs",void 0);var wa;let Dr=wa=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,wa.prototype)}};Dr=wa=d([B({type:N.Sequence,itemType:y.ObjectIdentifier})],Dr);class Fs{constructor(e={}){this.permitUnSpecified=!0,Object.assign(this,e)}}d([f({type:y.Integer,optional:!0})],Fs.prototype,"pathLenConstraint",void 0);d([f({type:Dr,implicit:!0,context:0,optional:!0})],Fs.prototype,"permittedAttrs",void 0);d([f({type:Dr,implicit:!0,context:1,optional:!0})],Fs.prototype,"excludedAttrs",void 0);d([f({type:y.Boolean,defaultValue:!0})],Fs.prototype,"permitUnSpecified",void 0);class An{constructor(e={}){this.issuer=new Re,this.serial=new ArrayBuffer(0),this.issuerUID=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Re})],An.prototype,"issuer",void 0);d([f({type:y.Integer,converter:me})],An.prototype,"serial",void 0);d([f({type:y.BitString,optional:!0})],An.prototype,"issuerUID",void 0);var ba;(function(t){t[t.publicKey=0]="publicKey",t[t.publicKeyCert=1]="publicKeyCert",t[t.otherObjectTypes=2]="otherObjectTypes"})(ba||(ba={}));class In{constructor(e={}){this.digestedObjectType=ba.publicKey,this.digestAlgorithm=new F,this.objectDigest=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Enumerated})],In.prototype,"digestedObjectType",void 0);d([f({type:y.ObjectIdentifier,optional:!0})],In.prototype,"otherObjectTypeID",void 0);d([f({type:F})],In.prototype,"digestAlgorithm",void 0);d([f({type:y.BitString})],In.prototype,"objectDigest",void 0);class Hs{constructor(e={}){Object.assign(this,e)}}d([f({type:Re,optional:!0})],Hs.prototype,"issuerName",void 0);d([f({type:An,context:0,implicit:!0,optional:!0})],Hs.prototype,"baseCertificateID",void 0);d([f({type:In,context:1,implicit:!0,optional:!0})],Hs.prototype,"objectDigestInfo",void 0);let Mn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:te,repeated:"sequence"})],Mn.prototype,"v1Form",void 0);d([f({type:Hs,context:0,implicit:!0})],Mn.prototype,"v2Form",void 0);Mn=d([B({type:N.Choice})],Mn);class qs{constructor(e={}){this.notBeforeTime=new Date,this.notAfterTime=new Date,Object.assign(this,e)}}d([f({type:y.GeneralizedTime})],qs.prototype,"notBeforeTime",void 0);d([f({type:y.GeneralizedTime})],qs.prototype,"notAfterTime",void 0);class Di{constructor(e={}){Object.assign(this,e)}}d([f({type:An,implicit:!0,context:0,optional:!0})],Di.prototype,"baseCertificateID",void 0);d([f({type:Re,implicit:!0,context:1,optional:!0})],Di.prototype,"entityName",void 0);d([f({type:In,implicit:!0,context:2,optional:!0})],Di.prototype,"objectDigestInfo",void 0);var ka;(function(t){t[t.v2=1]="v2"})(ka||(ka={}));class ht{constructor(e={}){this.version=ka.v2,this.holder=new Di,this.issuer=new Mn,this.signature=new F,this.serialNumber=new ArrayBuffer(0),this.attrCertValidityPeriod=new qs,this.attributes=[],Object.assign(this,e)}}d([f({type:y.Integer})],ht.prototype,"version",void 0);d([f({type:Di})],ht.prototype,"holder",void 0);d([f({type:Mn})],ht.prototype,"issuer",void 0);d([f({type:F})],ht.prototype,"signature",void 0);d([f({type:y.Integer,converter:me})],ht.prototype,"serialNumber",void 0);d([f({type:qs})],ht.prototype,"attrCertValidityPeriod",void 0);d([f({type:$t,repeated:"sequence"})],ht.prototype,"attributes",void 0);d([f({type:y.BitString,optional:!0})],ht.prototype,"issuerUniqueID",void 0);d([f({type:qt,optional:!0})],ht.prototype,"extensions",void 0);class Ks{constructor(e={}){this.acinfo=new ht,this.signatureAlgorithm=new F,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:ht})],Ks.prototype,"acinfo",void 0);d([f({type:F})],Ks.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],Ks.prototype,"signatureValue",void 0);var Fr;(function(t){t[t.unmarked=1]="unmarked",t[t.unclassified=2]="unclassified",t[t.restricted=4]="restricted",t[t.confidential=8]="confidential",t[t.secret=16]="secret",t[t.topSecret=32]="topSecret"})(Fr||(Fr={}));class xa extends Ps{}class Hc{constructor(e={}){this.type="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier,implicit:!0,context:0})],Hc.prototype,"type",void 0);d([f({type:y.Any,implicit:!0,context:1})],Hc.prototype,"value",void 0);class qc{constructor(e={}){this.policyId="",this.classList=new xa(Fr.unclassified),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],qc.prototype,"policyId",void 0);d([f({type:xa,defaultValue:new xa(Fr.unclassified)})],qc.prototype,"classList",void 0);d([f({type:Hc,repeated:"set"})],qc.prototype,"securityCategories",void 0);class Ws{constructor(e={}){Object.assign(this,e)}}d([f({type:oe})],Ws.prototype,"cotets",void 0);d([f({type:y.ObjectIdentifier})],Ws.prototype,"oid",void 0);d([f({type:y.Utf8String})],Ws.prototype,"string",void 0);class qf{constructor(e={}){this.values=[],Object.assign(this,e)}}d([f({type:Re,implicit:!0,context:0,optional:!0})],qf.prototype,"policyAuthority",void 0);d([f({type:Ws,repeated:"sequence"})],qf.prototype,"values",void 0);var Sa;class Gs{constructor(e={}){this.targetCertificate=new An,Object.assign(this,e)}}d([f({type:An})],Gs.prototype,"targetCertificate",void 0);d([f({type:te,optional:!0})],Gs.prototype,"targetName",void 0);d([f({type:In,optional:!0})],Gs.prototype,"certDigestInfo",void 0);let Dn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:te,context:0,implicit:!0})],Dn.prototype,"targetName",void 0);d([f({type:te,context:1,implicit:!0})],Dn.prototype,"targetGroup",void 0);d([f({type:Gs,context:2,implicit:!0})],Dn.prototype,"targetCert",void 0);Dn=d([B({type:N.Choice})],Dn);let Aa=Sa=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Sa.prototype)}};Aa=Sa=d([B({type:N.Sequence,itemType:Dn})],Aa);var Ia;let gu=Ia=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ia.prototype)}};gu=Ia=d([B({type:N.Sequence,itemType:Aa})],gu);class Kf{constructor(e={}){Object.assign(this,e)}}d([f({type:Re,implicit:!0,context:0,optional:!0})],Kf.prototype,"roleAuthority",void 0);d([f({type:te,implicit:!0,context:1})],Kf.prototype,"roleName",void 0);class Kc{constructor(e={}){this.service=new te,this.ident=new te,Object.assign(this,e)}}d([f({type:te})],Kc.prototype,"service",void 0);d([f({type:te})],Kc.prototype,"ident",void 0);d([f({type:oe,optional:!0})],Kc.prototype,"authInfo",void 0);var Ea;class Wc{constructor(e={}){this.otherCertFormat="",this.otherCert=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Wc.prototype,"otherCertFormat",void 0);d([f({type:y.Any})],Wc.prototype,"otherCert",void 0);let Fn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:mn})],Fn.prototype,"certificate",void 0);d([f({type:Ks,context:2,implicit:!0})],Fn.prototype,"v2AttrCert",void 0);d([f({type:Wc,context:3,implicit:!0})],Fn.prototype,"other",void 0);Fn=d([B({type:N.Choice})],Fn);let Hr=Ea=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ea.prototype)}};Hr=Ea=d([B({type:N.Set,itemType:Fn})],Hr);class ti{constructor(e={}){this.contentType="",this.content=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],ti.prototype,"contentType",void 0);d([f({type:y.Any,context:0})],ti.prototype,"content",void 0);let Ai=class{constructor(e={}){Object.assign(this,e)}};d([f({type:oe})],Ai.prototype,"single",void 0);d([f({type:y.Any})],Ai.prototype,"any",void 0);Ai=d([B({type:N.Choice})],Ai);class Js{constructor(e={}){this.eContentType="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Js.prototype,"eContentType",void 0);d([f({type:Ai,context:0,optional:!0})],Js.prototype,"eContent",void 0);let Ii=class{constructor(e={}){Object.assign(this,e)}};d([f({type:oe,context:0,implicit:!0,optional:!0})],Ii.prototype,"value",void 0);d([f({type:oe,converter:L_,context:0,implicit:!0,optional:!0,repeated:"sequence"})],Ii.prototype,"constructedValue",void 0);Ii=d([B({type:N.Choice})],Ii);class Fi{constructor(e={}){this.contentType="",this.contentEncryptionAlgorithm=new Vr,Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Fi.prototype,"contentType",void 0);d([f({type:Vr})],Fi.prototype,"contentEncryptionAlgorithm",void 0);d([f({type:Ii,optional:!0})],Fi.prototype,"encryptedContent",void 0);class Zs{constructor(e={}){this.keyAttrId="",Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Zs.prototype,"keyAttrId",void 0);d([f({type:y.Any,optional:!0})],Zs.prototype,"keyAttr",void 0);var Ca;class Ys{constructor(e={}){this.subjectKeyIdentifier=new Dt,Object.assign(this,e)}}d([f({type:Dt})],Ys.prototype,"subjectKeyIdentifier",void 0);d([f({type:y.GeneralizedTime,optional:!0})],Ys.prototype,"date",void 0);d([f({type:Zs,optional:!0})],Ys.prototype,"other",void 0);let Hn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Ys,context:0,implicit:!0,optional:!0})],Hn.prototype,"rKeyId",void 0);d([f({type:Qn,optional:!0})],Hn.prototype,"issuerAndSerialNumber",void 0);Hn=d([B({type:N.Choice})],Hn);class Gc{constructor(e={}){this.rid=new Hn,this.encryptedKey=new oe,Object.assign(this,e)}}d([f({type:Hn})],Gc.prototype,"rid",void 0);d([f({type:oe})],Gc.prototype,"encryptedKey",void 0);let qr=Ca=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ca.prototype)}};qr=Ca=d([B({type:N.Sequence,itemType:Gc})],qr);class Jc{constructor(e={}){this.algorithm=new F,this.publicKey=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:F})],Jc.prototype,"algorithm",void 0);d([f({type:y.BitString})],Jc.prototype,"publicKey",void 0);let yn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Dt,context:0,implicit:!0,optional:!0})],yn.prototype,"subjectKeyIdentifier",void 0);d([f({type:Jc,context:1,implicit:!0,optional:!0})],yn.prototype,"originatorKey",void 0);d([f({type:Qn,optional:!0})],yn.prototype,"issuerAndSerialNumber",void 0);yn=d([B({type:N.Choice})],yn);class ni{constructor(e={}){this.version=jt.v3,this.originator=new yn,this.keyEncryptionAlgorithm=new bt,this.recipientEncryptedKeys=new qr,Object.assign(this,e)}}d([f({type:y.Integer})],ni.prototype,"version",void 0);d([f({type:yn,context:0})],ni.prototype,"originator",void 0);d([f({type:oe,context:1,optional:!0})],ni.prototype,"ukm",void 0);d([f({type:bt})],ni.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:qr})],ni.prototype,"recipientEncryptedKeys",void 0);let qn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Dt,context:0,implicit:!0})],qn.prototype,"subjectKeyIdentifier",void 0);d([f({type:Qn})],qn.prototype,"issuerAndSerialNumber",void 0);qn=d([B({type:N.Choice})],qn);class Hi{constructor(e={}){this.version=jt.v0,this.rid=new qn,this.keyEncryptionAlgorithm=new bt,this.encryptedKey=new oe,Object.assign(this,e)}}d([f({type:y.Integer})],Hi.prototype,"version",void 0);d([f({type:qn})],Hi.prototype,"rid",void 0);d([f({type:bt})],Hi.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:oe})],Hi.prototype,"encryptedKey",void 0);class qi{constructor(e={}){this.keyIdentifier=new oe,Object.assign(this,e)}}d([f({type:oe})],qi.prototype,"keyIdentifier",void 0);d([f({type:y.GeneralizedTime,optional:!0})],qi.prototype,"date",void 0);d([f({type:Zs,optional:!0})],qi.prototype,"other",void 0);class Ki{constructor(e={}){this.version=jt.v4,this.kekid=new qi,this.keyEncryptionAlgorithm=new bt,this.encryptedKey=new oe,Object.assign(this,e)}}d([f({type:y.Integer})],Ki.prototype,"version",void 0);d([f({type:qi})],Ki.prototype,"kekid",void 0);d([f({type:bt})],Ki.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:oe})],Ki.prototype,"encryptedKey",void 0);class Wi{constructor(e={}){this.version=jt.v0,this.keyEncryptionAlgorithm=new bt,this.encryptedKey=new oe,Object.assign(this,e)}}d([f({type:y.Integer})],Wi.prototype,"version",void 0);d([f({type:ya,context:0,optional:!0})],Wi.prototype,"keyDerivationAlgorithm",void 0);d([f({type:bt})],Wi.prototype,"keyEncryptionAlgorithm",void 0);d([f({type:oe})],Wi.prototype,"encryptedKey",void 0);class Zc{constructor(e={}){this.oriType="",this.oriValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Zc.prototype,"oriType",void 0);d([f({type:y.Any})],Zc.prototype,"oriValue",void 0);let Kt=class{constructor(e={}){Object.assign(this,e)}};d([f({type:Hi,optional:!0})],Kt.prototype,"ktri",void 0);d([f({type:ni,context:1,implicit:!0,optional:!0})],Kt.prototype,"kari",void 0);d([f({type:Ki,context:2,implicit:!0,optional:!0})],Kt.prototype,"kekri",void 0);d([f({type:Wi,context:3,implicit:!0,optional:!0})],Kt.prototype,"pwri",void 0);d([f({type:Zc,context:4,implicit:!0,optional:!0})],Kt.prototype,"ori",void 0);Kt=d([B({type:N.Choice})],Kt);var za;let Kr=za=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,za.prototype)}};Kr=za=d([B({type:N.Set,itemType:Kt})],Kr);var $a;class Xs{constructor(e={}){this.otherRevInfoFormat="",this.otherRevInfo=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Xs.prototype,"otherRevInfoFormat",void 0);d([f({type:y.Any})],Xs.prototype,"otherRevInfo",void 0);let Wr=class{constructor(e={}){this.other=new Xs,Object.assign(this,e)}};d([f({type:Xs,context:1,implicit:!0})],Wr.prototype,"other",void 0);Wr=d([B({type:N.Choice})],Wr);let Gr=$a=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,$a.prototype)}};Gr=$a=d([B({type:N.Set,itemType:Wr})],Gr);class Yc{constructor(e={}){Object.assign(this,e)}}d([f({type:Hr,context:0,implicit:!0,optional:!0})],Yc.prototype,"certs",void 0);d([f({type:Gr,context:1,implicit:!0,optional:!0})],Yc.prototype,"crls",void 0);var ja;let Na=ja=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,ja.prototype)}};Na=ja=d([B({type:N.Set,itemType:ei})],Na);class Gi{constructor(e={}){this.version=jt.v0,this.recipientInfos=new Kr,this.encryptedContentInfo=new Fi,Object.assign(this,e)}}d([f({type:y.Integer})],Gi.prototype,"version",void 0);d([f({type:Yc,context:0,implicit:!0,optional:!0})],Gi.prototype,"originatorInfo",void 0);d([f({type:Kr})],Gi.prototype,"recipientInfos",void 0);d([f({type:Fi})],Gi.prototype,"encryptedContentInfo",void 0);d([f({type:Na,context:1,implicit:!0,optional:!0})],Gi.prototype,"unprotectedAttrs",void 0);const um="1.2.840.113549.1.7.2";var Oa;let Jr=Oa=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Oa.prototype)}};Jr=Oa=d([B({type:N.Set,itemType:Si})],Jr);class ii{constructor(e={}){this.version=jt.v0,this.digestAlgorithms=new Jr,this.encapContentInfo=new Js,this.signerInfos=new Mr,Object.assign(this,e)}}d([f({type:y.Integer})],ii.prototype,"version",void 0);d([f({type:Jr})],ii.prototype,"digestAlgorithms",void 0);d([f({type:Js})],ii.prototype,"encapContentInfo",void 0);d([f({type:Hr,context:0,implicit:!0,optional:!0})],ii.prototype,"certificates",void 0);d([f({type:Gr,context:1,implicit:!0,optional:!0})],ii.prototype,"crls",void 0);d([f({type:Mr})],ii.prototype,"signerInfos",void 0);const Ei="1.2.840.10045.2.1",Xc="1.2.840.10045.4.1",Wf="1.2.840.10045.4.3.1",Qc="1.2.840.10045.4.3.2",el="1.2.840.10045.4.3.3",tl="1.2.840.10045.4.3.4",_u="1.2.840.10045.3.1.7",mu="1.3.132.0.34",yu="1.3.132.0.35";function Ji(t){return new F({algorithm:t})}const dm=Ji(Xc);Ji(Wf);const pm=Ji(Qc),fm=Ji(el),hm=Ji(tl);let Ci=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],Ci.prototype,"fieldType",void 0);d([f({type:y.Any})],Ci.prototype,"parameters",void 0);Ci=d([B({type:N.Sequence})],Ci);class gm extends oe{}let Kn=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.OctetString})],Kn.prototype,"a",void 0);d([f({type:y.OctetString})],Kn.prototype,"b",void 0);d([f({type:y.BitString,optional:!0})],Kn.prototype,"seed",void 0);Kn=d([B({type:N.Sequence})],Kn);var Ba;(function(t){t[t.ecpVer1=1]="ecpVer1"})(Ba||(Ba={}));let Nt=class{constructor(e={}){this.version=Ba.ecpVer1,Object.assign(this,e)}};d([f({type:y.Integer})],Nt.prototype,"version",void 0);d([f({type:Ci})],Nt.prototype,"fieldID",void 0);d([f({type:Kn})],Nt.prototype,"curve",void 0);d([f({type:gm})],Nt.prototype,"base",void 0);d([f({type:y.Integer,converter:me})],Nt.prototype,"order",void 0);d([f({type:y.Integer,optional:!0})],Nt.prototype,"cofactor",void 0);Nt=d([B({type:N.Sequence})],Nt);let Wt=class{constructor(e={}){Object.assign(this,e)}};d([f({type:y.ObjectIdentifier})],Wt.prototype,"namedCurve",void 0);d([f({type:y.Null})],Wt.prototype,"implicitCurve",void 0);d([f({type:Nt})],Wt.prototype,"specifiedCurve",void 0);Wt=d([B({type:N.Choice})],Wt);class Qs{constructor(e={}){this.version=1,this.privateKey=new oe,Object.assign(this,e)}}d([f({type:y.Integer})],Qs.prototype,"version",void 0);d([f({type:oe})],Qs.prototype,"privateKey",void 0);d([f({type:Wt,context:0,optional:!0})],Qs.prototype,"parameters",void 0);d([f({type:y.BitString,context:1,optional:!0})],Qs.prototype,"publicKey",void 0);class Zr{constructor(e={}){this.r=new ArrayBuffer(0),this.s=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Integer,converter:me})],Zr.prototype,"r",void 0);d([f({type:y.Integer,converter:me})],Zr.prototype,"s",void 0);const He="1.2.840.113549.1.1",vn=`${He}.1`,_m=`${He}.7`,mm=`${He}.9`,mi=`${He}.10`,ym=`${He}.2`,vm=`${He}.4`,Yr=`${He}.5`,wm=`${He}.14`,Ta=`${He}.11`,Xr=`${He}.12`,Qr=`${He}.13`,Gf=`${He}.15`,Jf=`${He}.16`,es="1.3.14.3.2.26",Zf="2.16.840.1.101.3.4.2.4",ts="2.16.840.1.101.3.4.2.1",ns="2.16.840.1.101.3.4.2.2",is="2.16.840.1.101.3.4.2.3",bm="2.16.840.1.101.3.4.2.5",km="2.16.840.1.101.3.4.2.6",xm="1.2.840.113549.2.2",Sm="1.2.840.113549.2.5",eo=`${He}.8`;function Ae(t){return new F({algorithm:t,parameters:null})}Ae(xm);Ae(Sm);const wn=Ae(es);Ae(Zf);Ae(ts);Ae(ns);Ae(is);Ae(bm);Ae(km);const Yf=new F({algorithm:eo,parameters:U.serialize(wn)}),Xf=new F({algorithm:mm,parameters:U.serialize(Nr.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});Ae(vn);Ae(ym);Ae(vm);Ae(Yr);Ae(Gf);Ae(Jf);Ae(Xr);Ae(Qr);Ae(Gf);Ae(Jf);class to{constructor(e={}){this.hashAlgorithm=new F(wn),this.maskGenAlgorithm=new F({algorithm:eo,parameters:U.serialize(wn)}),this.pSourceAlgorithm=new F(Xf),Object.assign(this,e)}}d([f({type:F,context:0,defaultValue:wn})],to.prototype,"hashAlgorithm",void 0);d([f({type:F,context:1,defaultValue:Yf})],to.prototype,"maskGenAlgorithm",void 0);d([f({type:F,context:2,defaultValue:Xf})],to.prototype,"pSourceAlgorithm",void 0);new F({algorithm:_m,parameters:U.serialize(new to)});class bn{constructor(e={}){this.hashAlgorithm=new F(wn),this.maskGenAlgorithm=new F({algorithm:eo,parameters:U.serialize(wn)}),this.saltLength=20,this.trailerField=1,Object.assign(this,e)}}d([f({type:F,context:0,defaultValue:wn})],bn.prototype,"hashAlgorithm",void 0);d([f({type:F,context:1,defaultValue:Yf})],bn.prototype,"maskGenAlgorithm",void 0);d([f({type:y.Integer,context:2,defaultValue:20})],bn.prototype,"saltLength",void 0);d([f({type:y.Integer,context:3,defaultValue:1})],bn.prototype,"trailerField",void 0);new F({algorithm:mi,parameters:U.serialize(new bn)});class no{constructor(e={}){this.digestAlgorithm=new F,this.digest=new oe,Object.assign(this,e)}}d([f({type:F})],no.prototype,"digestAlgorithm",void 0);d([f({type:oe})],no.prototype,"digest",void 0);var Ra;class io{constructor(e={}){this.prime=new ArrayBuffer(0),this.exponent=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Integer,converter:me})],io.prototype,"prime",void 0);d([f({type:y.Integer,converter:me})],io.prototype,"exponent",void 0);d([f({type:y.Integer,converter:me})],io.prototype,"coefficient",void 0);let Pa=Ra=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ra.prototype)}};Pa=Ra=d([B({type:N.Sequence,itemType:io})],Pa);class At{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)}}d([f({type:y.Integer})],At.prototype,"version",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"modulus",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"publicExponent",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"privateExponent",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"prime1",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"prime2",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"exponent1",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"exponent2",void 0);d([f({type:y.Integer,converter:me})],At.prototype,"coefficient",void 0);d([f({type:Pa,optional:!0})],At.prototype,"otherPrimeInfos",void 0);class nl{constructor(e={}){this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.Integer,converter:me})],nl.prototype,"modulus",void 0);d([f({type:y.Integer,converter:me})],nl.prototype,"publicExponent",void 0);var La;(function(t){t[t.Transient=0]="Transient",t[t.Singleton=1]="Singleton",t[t.ResolutionScoped=2]="ResolutionScoped",t[t.ContainerScoped=3]="ContainerScoped"})(La||(La={}));const Ue=La;/*! *****************************************************************************
|
|
80
80
|
Copyright (c) Microsoft Corporation.
|
|
81
81
|
|
|
82
82
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -89,9 +89,9 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
89
89
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
90
90
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
91
91
|
PERFORMANCE OF THIS SOFTWARE.
|
|
92
|
-
***************************************************************************** */var
|
|
93
|
-
`).map(function(i){return
|
|
94
|
-
`)}function G_(n,e,t){var i=Gr(n.toString().match(/constructor\(([\w, ]+)\)/)||[],2),r=i[1],s=r===void 0?null:r,a=K_(s,e);return W_("Cannot inject the dependency "+a+' of "'+n.name+'" constructor. Reason:',t)}function J_(n){if(typeof n.dispose!="function")return!1;var e=n.dispose;return!(e.length>0)}var Z_=function(n){Tc(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e}(Rc),Y_=function(n){Tc(e,n);function e(){return n!==null&&n.apply(this,arguments)||this}return e}(Rc),X_=function(){function n(){this.preResolution=new Z_,this.postResolution=new Y_}return n}(),wf=new Map,Q_=function(){function n(e){this.parent=e,this._registry=new F_,this.interceptors=new X_,this.disposed=!1,this.disposables=new Set}return n.prototype.register=function(e,t,i){i===void 0&&(i={lifecycle:Le.Transient}),this.ensureNotDisposed();var r;if(q_(t)?r=t:r={useClass:t},ir(r))for(var s=[e],a=r;a!=null;){var c=a.useToken;if(s.includes(c))throw new Error("Token registration cycle detected! "+Zt(s,[c]).join(" -> "));s.push(c);var l=this._registry.get(c);l&&ir(l.provider)?a=l.provider:a=null}if((i.lifecycle===Le.Singleton||i.lifecycle==Le.ContainerScoped||i.lifecycle==Le.ResolutionScoped)&&(rr(r)||ba(r)))throw new Error('Cannot use lifecycle "'+Le[i.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:r,options:i}),this},n.prototype.registerType=function(e,t){return this.ensureNotDisposed(),Sn(t)?this.register(e,{useToken:t}):this.register(e,{useClass:t})},n.prototype.registerInstance=function(e,t){return this.ensureNotDisposed(),this.register(e,{useValue:t})},n.prototype.registerSingleton=function(e,t){if(this.ensureNotDisposed(),Sn(e)){if(Sn(t))return this.register(e,{useToken:t},{lifecycle:Le.Singleton});if(t)return this.register(e,{useClass:t},{lifecycle:Le.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var i=e;return t&&!Sn(t)&&(i=t),this.register(e,{useClass:i},{lifecycle:Le.Singleton})},n.prototype.resolve=function(e,t){t===void 0&&(t=new Zl),this.ensureNotDisposed();var i=this.getRegistration(e);if(!i&&Sn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"Single"),i){var r=this.resolveRegistration(i,t);return this.executePostResolutionInterceptor(e,r,"Single"),r}if(H_(e)){var r=this.construct(e,t);return this.executePostResolutionInterceptor(e,r,"Single"),r}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},n.prototype.executePreResolutionInterceptor=function(e,t){var i,r;if(this.interceptors.preResolution.has(e)){var s=[];try{for(var a=Zi(this.interceptors.preResolution.getAll(e)),c=a.next();!c.done;c=a.next()){var l=c.value;l.options.frequency!="Once"&&s.push(l),l.callback(e,t)}}catch(u){i={error:u}}finally{try{c&&!c.done&&(r=a.return)&&r.call(a)}finally{if(i)throw i.error}}this.interceptors.preResolution.setAll(e,s)}},n.prototype.executePostResolutionInterceptor=function(e,t,i){var r,s;if(this.interceptors.postResolution.has(e)){var a=[];try{for(var c=Zi(this.interceptors.postResolution.getAll(e)),l=c.next();!l.done;l=c.next()){var u=l.value;u.options.frequency!="Once"&&a.push(u),u.callback(e,t,i)}}catch(p){r={error:p}}finally{try{l&&!l.done&&(s=c.return)&&s.call(c)}finally{if(r)throw r.error}}this.interceptors.postResolution.setAll(e,a)}},n.prototype.resolveRegistration=function(e,t){if(this.ensureNotDisposed(),e.options.lifecycle===Le.ResolutionScoped&&t.scopedResolutions.has(e))return t.scopedResolutions.get(e);var i=e.options.lifecycle===Le.Singleton,r=e.options.lifecycle===Le.ContainerScoped,s=i||r,a;return rr(e.provider)?a=e.provider.useValue:ir(e.provider)?a=s?e.instance||(e.instance=this.resolve(e.provider.useToken,t)):this.resolve(e.provider.useToken,t):yf(e.provider)?a=s?e.instance||(e.instance=this.construct(e.provider.useClass,t)):this.construct(e.provider.useClass,t):ba(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,t),e.options.lifecycle===Le.ResolutionScoped&&t.scopedResolutions.set(e,a),a},n.prototype.resolveAll=function(e,t){var i=this;t===void 0&&(t=new Zl),this.ensureNotDisposed();var r=this.getAllRegistrations(e);if(!r&&Sn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"All"),r){var s=r.map(function(c){return i.resolveRegistration(c,t)});return this.executePostResolutionInterceptor(e,s,"All"),s}var a=[this.construct(e,t)];return this.executePostResolutionInterceptor(e,a,"All"),a},n.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)},n.prototype.reset=function(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()},n.prototype.clearInstances=function(){var e,t;this.ensureNotDisposed();try{for(var i=Zi(this._registry.entries()),r=i.next();!r.done;r=i.next()){var s=Gr(r.value,2),a=s[0],c=s[1];this._registry.setAll(a,c.filter(function(l){return!rr(l.provider)}).map(function(l){return l.instance=void 0,l}))}}catch(l){e={error:l}}finally{try{r&&!r.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}},n.prototype.createChildContainer=function(){var e,t;this.ensureNotDisposed();var i=new n(this);try{for(var r=Zi(this._registry.entries()),s=r.next();!s.done;s=r.next()){var a=Gr(s.value,2),c=a[0],l=a[1];l.some(function(u){var p=u.options;return p.lifecycle===Le.ContainerScoped})&&i._registry.setAll(c,l.map(function(u){return u.options.lifecycle===Le.ContainerScoped?{provider:u.provider,options:u.options}:u}))}}catch(u){e={error:u}}finally{try{s&&!s.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}return i},n.prototype.beforeResolution=function(e,t,i){i===void 0&&(i={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:t,options:i})},n.prototype.afterResolution=function(e,t,i){i===void 0&&(i={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:t,options:i})},n.prototype.dispose=function(){return L_(this,void 0,void 0,function(){var e;return U_(this,function(t){switch(t.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(i){var r=i.dispose();r&&e.push(r)}),[4,Promise.all(e)];case 1:return t.sent(),[2]}})})},n.prototype.getRegistration=function(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null},n.prototype.getAllRegistrations=function(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null},n.prototype.construct=function(e,t){var i=this;if(e instanceof vf)return e.createProxy(function(s){return i.resolve(s,t)});var r=function(){var s=wf.get(e);if(!s||s.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var a=s.map(i.resolveParams(t,e));return new(e.bind.apply(e,Zt([void 0],a)))}();return J_(r)&&this.disposables.add(r),r},n.prototype.resolveParams=function(e,t){var i=this;return function(r,s){var a,c,l;try{return D_(r)?Jl(r)?r.multiple?(a=i.resolve(r.transform)).transform.apply(a,Zt([i.resolveAll(r.token)],r.transformArgs)):(c=i.resolve(r.transform)).transform.apply(c,Zt([i.resolve(r.token,e)],r.transformArgs)):r.multiple?i.resolveAll(r.token):i.resolve(r.token,e):Jl(r)?(l=i.resolve(r.transform,e)).transform.apply(l,Zt([i.resolve(r.token,e)],r.transformArgs)):i.resolve(r,e)}catch(u){throw new Error(G_(t,s,u))}}},n.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},n}(),je=new Q_;function Fs(){return function(n){wf.set(n,M_(n))}}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 ka;class Ks{constructor(e={}){this.attrId="",this.attrValues=[],Object.assign(e)}}d([f({type:y.ObjectIdentifier})],Ks.prototype,"attrId",void 0);d([f({type:y.Any,repeated:"set"})],Ks.prototype,"attrValues",void 0);let Yl=ka=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,ka.prototype)}};Yl=ka=d([B({type:N.Sequence,itemType:Ks})],Yl);var xa;let Xl=xa=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,xa.prototype)}};Xl=xa=d([B({type:N.Sequence,itemType:Jn})],Xl);class bf{constructor(e={}){this.certId="",this.certValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],bf.prototype,"certId",void 0);d([f({type:y.Any,context:0})],bf.prototype,"certValue",void 0);class kf{constructor(e={}){this.crlId="",this.crltValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],kf.prototype,"crlId",void 0);d([f({type:y.Any,context:0})],kf.prototype,"crltValue",void 0);class xf extends re{}let Ws=class{constructor(e={}){this.encryptionAlgorithm=new D,this.encryptedData=new xf,Object.assign(this,e)}};d([f({type:D})],Ws.prototype,"encryptionAlgorithm",void 0);d([f({type:xf})],Ws.prototype,"encryptedData",void 0);var Sa,Aa;(function(n){n[n.v1=0]="v1"})(Aa||(Aa={}));class Sf extends re{}let Ia=Sa=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Sa.prototype)}};Ia=Sa=d([B({type:N.Sequence,itemType:Et})],Ia);class Hi{constructor(e={}){this.version=Aa.v1,this.privateKeyAlgorithm=new D,this.privateKey=new Sf,Object.assign(this,e)}}d([f({type:y.Integer})],Hi.prototype,"version",void 0);d([f({type:D})],Hi.prototype,"privateKeyAlgorithm",void 0);d([f({type:Sf})],Hi.prototype,"privateKey",void 0);d([f({type:Ia,implicit:!0,context:0,optional:!0})],Hi.prototype,"attributes",void 0);let Ql=class extends Hi{};Ql=d([B({type:N.Sequence})],Ql);let eu=class extends Ws{};eu=d([B({type:N.Sequence})],eu);class Af{constructor(e={}){this.secretTypeId="",this.secretValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Af.prototype,"secretTypeId",void 0);d([f({type:y.Any,context:0})],Af.prototype,"secretValue",void 0);class qi{constructor(e={}){this.mac=new Hs,this.macSalt=new re,this.iterations=1,Object.assign(this,e)}}d([f({type:Hs})],qi.prototype,"mac",void 0);d([f({type:re})],qi.prototype,"macSalt",void 0);d([f({type:y.Integer,defaultValue:1})],qi.prototype,"iterations",void 0);class Gs{constructor(e={}){this.version=3,this.authSafe=new Jn,this.macData=new qi,Object.assign(this,e)}}d([f({type:y.Integer})],Gs.prototype,"version",void 0);d([f({type:Jn})],Gs.prototype,"authSafe",void 0);d([f({type:qi,optional:!0})],Gs.prototype,"macData",void 0);var Ea;class Js{constructor(e={}){this.bagId="",this.bagValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],Js.prototype,"bagId",void 0);d([f({type:y.Any,context:0})],Js.prototype,"bagValue",void 0);d([f({type:Ks,repeated:"set",optional:!0})],Js.prototype,"bagAttributes",void 0);let tu=Ea=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Ea.prototype)}};tu=Ea=d([B({type:N.Sequence,itemType:Js})],tu);var za,$a,Ca;const If="1.2.840.113549.1.9",Ef=`${If}.7`,Pc=`${If}.14`;let Jr=class extends Ce{constructor(e={}){super(e)}toString(){return this.ia5String||super.toString()}};d([f({type:y.IA5String})],Jr.prototype,"ia5String",void 0);Jr=d([B({type:N.Choice})],Jr);let nu=class extends Jn{};nu=d([B({type:N.Sequence})],nu);let iu=class extends Gs{};iu=d([B({type:N.Sequence})],iu);let ru=class extends Ws{};ru=d([B({type:N.Sequence})],ru);let ja=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.IA5String})],ja.prototype,"value",void 0);ja=d([B({type:N.Choice})],ja);let su=class extends Jr{};su=d([B({type:N.Choice})],su);let ou=class extends Ce{};ou=d([B({type:N.Choice})],ou);let Na=class{constructor(e=new Date){this.value=e}};d([f({type:y.GeneralizedTime})],Na.prototype,"value",void 0);Na=d([B({type:N.Choice})],Na);let au=class extends Ce{};au=d([B({type:N.Choice})],au);let Oa=class{constructor(e="M"){this.value=e}toString(){return this.value}};d([f({type:y.PrintableString})],Oa.prototype,"value",void 0);Oa=d([B({type:N.Choice})],Oa);let Zr=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.PrintableString})],Zr.prototype,"value",void 0);Zr=d([B({type:N.Choice})],Zr);let cu=class extends Zr{};cu=d([B({type:N.Choice})],cu);let lu=class extends Ce{};lu=d([B({type:N.Choice})],lu);let Ba=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.ObjectIdentifier})],Ba.prototype,"value",void 0);Ba=d([B({type:N.Choice})],Ba);let uu=class extends ze{};uu=d([B({type:N.Choice})],uu);let Ta=class{constructor(e=0){this.value=e}toString(){return this.value.toString()}};d([f({type:y.Integer})],Ta.prototype,"value",void 0);Ta=d([B({type:N.Choice})],Ta);let du=class extends bt{};du=d([B({type:N.Sequence})],du);let Yr=class extends Ce{};Yr=d([B({type:N.Choice})],Yr);let pu=za=class extends Vt{constructor(e){super(e),Object.setPrototypeOf(this,za.prototype)}};pu=za=d([B({type:N.Sequence})],pu);let fu=$a=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,$a.prototype)}};fu=$a=d([B({type:N.Set,itemType:Gn})],fu);let Ra=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.BmpString})],Ra.prototype,"value",void 0);Ra=d([B({type:N.Choice})],Ra);let Pa=class extends D{};Pa=d([B({type:N.Sequence})],Pa);let hu=Ca=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,Ca.prototype)}};hu=Ca=d([B({type:N.Sequence,itemType:Pa})],hu);var La;let Xr=La=class extends le{constructor(e){super(e),Object.setPrototypeOf(this,La.prototype)}};Xr=La=d([B({type:N.Sequence,itemType:Et})],Xr);class Xn{constructor(e={}){this.version=0,this.subject=new ve,this.subjectPKInfo=new at,this.attributes=new Xr,Object.assign(this,e)}}d([f({type:y.Integer})],Xn.prototype,"version",void 0);d([f({type:ve})],Xn.prototype,"subject",void 0);d([f({type:at})],Xn.prototype,"subjectPKInfo",void 0);d([f({type:Xr,implicit:!0,context:0})],Xn.prototype,"attributes",void 0);class xi{constructor(e={}){this.certificationRequestInfo=new Xn,this.signatureAlgorithm=new D,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:Xn})],xi.prototype,"certificationRequestInfo",void 0);d([f({type:D})],xi.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],xi.prototype,"signature",void 0);/*!
|
|
92
|
+
***************************************************************************** */var Ua=function(t,e){return Ua=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var r in i)i.hasOwnProperty(r)&&(n[r]=i[r])},Ua(t,e)};function il(t,e){Ua(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function Am(t,e,n,i){function r(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function c(p){try{u(i.next(p))}catch(g){o(g)}}function l(p){try{u(i.throw(p))}catch(g){o(g)}}function u(p){p.done?s(p.value):r(p.value).then(c,l)}u((i=i.apply(t,[])).next())})}function Im(t,e){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},i,r,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(u){return function(p){return l([u,p])}}function l(u){if(i)throw new TypeError("Generator is already executing.");for(;n;)try{if(i=1,r&&(s=u[0]&2?r.return:u[0]?r.throw||((s=r.return)&&s.call(r),0):r.next)&&!(s=s.call(r,u[1])).done)return s;switch(r=0,s&&(u=[u[0]&2,s.value]),u[0]){case 0:case 1:s=u;break;case 4:return n.label++,{value:u[1],done:!1};case 5:n.label++,r=u[1],u=[0];continue;case 7:u=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(u[0]===6||u[0]===2)){n=0;continue}if(u[0]===3&&(!s||u[1]>s[0]&&u[1]<s[3])){n.label=u[1];break}if(u[0]===6&&n.label<s[1]){n.label=s[1],s=u;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(u);break}s[2]&&n.ops.pop(),n.trys.pop();continue}u=e.call(t,n)}catch(p){u=[6,p],r=0}finally{i=s=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}function sr(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],i=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function rs(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var i=n.call(t),r,s=[],o;try{for(;(e===void 0||e-- >0)&&!(r=i.next()).done;)s.push(r.value)}catch(c){o={error:c}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return s}function tn(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(rs(arguments[e]));return t}var Em="injectionTokens";function Cm(t){var e=Reflect.getMetadata("design:paramtypes",t)||[],n=Reflect.getOwnMetadata(Em,t)||{};return Object.keys(n).forEach(function(i){e[+i]=n[i]}),e}function Qf(t){return!!t.useClass}function Va(t){return!!t.useFactory}var eh=function(){function t(e){this.wrap=e,this.reflectMethods=["get","getPrototypeOf","setPrototypeOf","getOwnPropertyDescriptor","defineProperty","has","set","deleteProperty","apply","construct","ownKeys"]}return t.prototype.createProxy=function(e){var n=this,i={},r=!1,s,o=function(){return r||(s=e(n.wrap()),r=!0),s};return new Proxy(i,this.createHandler(o))},t.prototype.createHandler=function(e){var n={},i=function(r){n[r]=function(){for(var s=[],o=0;o<arguments.length;o++)s[o]=arguments[o];s[0]=e();var c=Reflect[r];return c.apply(void 0,tn(s))}};return this.reflectMethods.forEach(i),n},t}();function zn(t){return typeof t=="string"||typeof t=="symbol"}function zm(t){return typeof t=="object"&&"token"in t&&"multiple"in t}function vu(t){return typeof t=="object"&&"token"in t&&"transform"in t}function $m(t){return typeof t=="function"||t instanceof eh}function fr(t){return!!t.useToken}function hr(t){return t.useValue!=null}function jm(t){return Qf(t)||hr(t)||fr(t)||Va(t)}var rl=function(){function t(){this._registryMap=new Map}return t.prototype.entries=function(){return this._registryMap.entries()},t.prototype.getAll=function(e){return this.ensure(e),this._registryMap.get(e)},t.prototype.get=function(e){this.ensure(e);var n=this._registryMap.get(e);return n[n.length-1]||null},t.prototype.set=function(e,n){this.ensure(e),this._registryMap.get(e).push(n)},t.prototype.setAll=function(e,n){this._registryMap.set(e,n)},t.prototype.has=function(e){return this.ensure(e),this._registryMap.get(e).length>0},t.prototype.clear=function(){this._registryMap.clear()},t.prototype.ensure=function(e){this._registryMap.has(e)||this._registryMap.set(e,[])},t}(),Nm=function(t){il(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(rl),wu=function(){function t(){this.scopedResolutions=new Map}return t}();function Om(t,e){if(t===null)return"at position #"+e;var n=t.split(",")[e].trim();return'"'+n+'" at position #'+e}function Bm(t,e,n){return n===void 0&&(n=" "),tn([t],e.message.split(`
|
|
93
|
+
`).map(function(i){return n+i})).join(`
|
|
94
|
+
`)}function Tm(t,e,n){var i=rs(t.toString().match(/constructor\(([\w, ]+)\)/)||[],2),r=i[1],s=r===void 0?null:r,o=Om(s,e);return Bm("Cannot inject the dependency "+o+' of "'+t.name+'" constructor. Reason:',n)}function Rm(t){if(typeof t.dispose!="function")return!1;var e=t.dispose;return!(e.length>0)}var Pm=function(t){il(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(rl),Lm=function(t){il(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(rl),Um=function(){function t(){this.preResolution=new Pm,this.postResolution=new Lm}return t}(),th=new Map,Vm=function(){function t(e){this.parent=e,this._registry=new Nm,this.interceptors=new Um,this.disposed=!1,this.disposables=new Set}return t.prototype.register=function(e,n,i){i===void 0&&(i={lifecycle:Ue.Transient}),this.ensureNotDisposed();var r;if(jm(n)?r=n:r={useClass:n},fr(r))for(var s=[e],o=r;o!=null;){var c=o.useToken;if(s.includes(c))throw new Error("Token registration cycle detected! "+tn(s,[c]).join(" -> "));s.push(c);var l=this._registry.get(c);l&&fr(l.provider)?o=l.provider:o=null}if((i.lifecycle===Ue.Singleton||i.lifecycle==Ue.ContainerScoped||i.lifecycle==Ue.ResolutionScoped)&&(hr(r)||Va(r)))throw new Error('Cannot use lifecycle "'+Ue[i.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:r,options:i}),this},t.prototype.registerType=function(e,n){return this.ensureNotDisposed(),zn(n)?this.register(e,{useToken:n}):this.register(e,{useClass:n})},t.prototype.registerInstance=function(e,n){return this.ensureNotDisposed(),this.register(e,{useValue:n})},t.prototype.registerSingleton=function(e,n){if(this.ensureNotDisposed(),zn(e)){if(zn(n))return this.register(e,{useToken:n},{lifecycle:Ue.Singleton});if(n)return this.register(e,{useClass:n},{lifecycle:Ue.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var i=e;return n&&!zn(n)&&(i=n),this.register(e,{useClass:i},{lifecycle:Ue.Singleton})},t.prototype.resolve=function(e,n){n===void 0&&(n=new wu),this.ensureNotDisposed();var i=this.getRegistration(e);if(!i&&zn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"Single"),i){var r=this.resolveRegistration(i,n);return this.executePostResolutionInterceptor(e,r,"Single"),r}if($m(e)){var r=this.construct(e,n);return this.executePostResolutionInterceptor(e,r,"Single"),r}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},t.prototype.executePreResolutionInterceptor=function(e,n){var i,r;if(this.interceptors.preResolution.has(e)){var s=[];try{for(var o=sr(this.interceptors.preResolution.getAll(e)),c=o.next();!c.done;c=o.next()){var l=c.value;l.options.frequency!="Once"&&s.push(l),l.callback(e,n)}}catch(u){i={error:u}}finally{try{c&&!c.done&&(r=o.return)&&r.call(o)}finally{if(i)throw i.error}}this.interceptors.preResolution.setAll(e,s)}},t.prototype.executePostResolutionInterceptor=function(e,n,i){var r,s;if(this.interceptors.postResolution.has(e)){var o=[];try{for(var c=sr(this.interceptors.postResolution.getAll(e)),l=c.next();!l.done;l=c.next()){var u=l.value;u.options.frequency!="Once"&&o.push(u),u.callback(e,n,i)}}catch(p){r={error:p}}finally{try{l&&!l.done&&(s=c.return)&&s.call(c)}finally{if(r)throw r.error}}this.interceptors.postResolution.setAll(e,o)}},t.prototype.resolveRegistration=function(e,n){if(this.ensureNotDisposed(),e.options.lifecycle===Ue.ResolutionScoped&&n.scopedResolutions.has(e))return n.scopedResolutions.get(e);var i=e.options.lifecycle===Ue.Singleton,r=e.options.lifecycle===Ue.ContainerScoped,s=i||r,o;return hr(e.provider)?o=e.provider.useValue:fr(e.provider)?o=s?e.instance||(e.instance=this.resolve(e.provider.useToken,n)):this.resolve(e.provider.useToken,n):Qf(e.provider)?o=s?e.instance||(e.instance=this.construct(e.provider.useClass,n)):this.construct(e.provider.useClass,n):Va(e.provider)?o=e.provider.useFactory(this):o=this.construct(e.provider,n),e.options.lifecycle===Ue.ResolutionScoped&&n.scopedResolutions.set(e,o),o},t.prototype.resolveAll=function(e,n){var i=this;n===void 0&&(n=new wu),this.ensureNotDisposed();var r=this.getAllRegistrations(e);if(!r&&zn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"All"),r){var s=r.map(function(c){return i.resolveRegistration(c,n)});return this.executePostResolutionInterceptor(e,s,"All"),s}var o=[this.construct(e,n)];return this.executePostResolutionInterceptor(e,o,"All"),o},t.prototype.isRegistered=function(e,n){return n===void 0&&(n=!1),this.ensureNotDisposed(),this._registry.has(e)||n&&(this.parent||!1)&&this.parent.isRegistered(e,!0)},t.prototype.reset=function(){this.ensureNotDisposed(),this._registry.clear(),this.interceptors.preResolution.clear(),this.interceptors.postResolution.clear()},t.prototype.clearInstances=function(){var e,n;this.ensureNotDisposed();try{for(var i=sr(this._registry.entries()),r=i.next();!r.done;r=i.next()){var s=rs(r.value,2),o=s[0],c=s[1];this._registry.setAll(o,c.filter(function(l){return!hr(l.provider)}).map(function(l){return l.instance=void 0,l}))}}catch(l){e={error:l}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}},t.prototype.createChildContainer=function(){var e,n;this.ensureNotDisposed();var i=new t(this);try{for(var r=sr(this._registry.entries()),s=r.next();!s.done;s=r.next()){var o=rs(s.value,2),c=o[0],l=o[1];l.some(function(u){var p=u.options;return p.lifecycle===Ue.ContainerScoped})&&i._registry.setAll(c,l.map(function(u){return u.options.lifecycle===Ue.ContainerScoped?{provider:u.provider,options:u.options}:u}))}}catch(u){e={error:u}}finally{try{s&&!s.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}return i},t.prototype.beforeResolution=function(e,n,i){i===void 0&&(i={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:n,options:i})},t.prototype.afterResolution=function(e,n,i){i===void 0&&(i={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:n,options:i})},t.prototype.dispose=function(){return Am(this,void 0,void 0,function(){var e;return Im(this,function(n){switch(n.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(i){var r=i.dispose();r&&e.push(r)}),[4,Promise.all(e)];case 1:return n.sent(),[2]}})})},t.prototype.getRegistration=function(e){return this.isRegistered(e)?this._registry.get(e):this.parent?this.parent.getRegistration(e):null},t.prototype.getAllRegistrations=function(e){return this.isRegistered(e)?this._registry.getAll(e):this.parent?this.parent.getAllRegistrations(e):null},t.prototype.construct=function(e,n){var i=this;if(e instanceof eh)return e.createProxy(function(s){return i.resolve(s,n)});var r=function(){var s=th.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(i.resolveParams(n,e));return new(e.bind.apply(e,tn([void 0],o)))}();return Rm(r)&&this.disposables.add(r),r},t.prototype.resolveParams=function(e,n){var i=this;return function(r,s){var o,c,l;try{return zm(r)?vu(r)?r.multiple?(o=i.resolve(r.transform)).transform.apply(o,tn([i.resolveAll(r.token)],r.transformArgs)):(c=i.resolve(r.transform)).transform.apply(c,tn([i.resolve(r.token,e)],r.transformArgs)):r.multiple?i.resolveAll(r.token):i.resolve(r.token,e):vu(r)?(l=i.resolve(r.transform,e)).transform.apply(l,tn([i.resolve(r.token,e)],r.transformArgs)):i.resolve(r,e)}catch(u){throw new Error(Tm(n,s,u))}}},t.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},t}(),Oe=new Vm;function ro(){return function(t){th.set(t,Cm(t))}}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 Ma;class so{constructor(e={}){this.attrId="",this.attrValues=[],Object.assign(e)}}d([f({type:y.ObjectIdentifier})],so.prototype,"attrId",void 0);d([f({type:y.Any,repeated:"set"})],so.prototype,"attrValues",void 0);let bu=Ma=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ma.prototype)}};bu=Ma=d([B({type:N.Sequence,itemType:so})],bu);var Da;let ku=Da=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Da.prototype)}};ku=Da=d([B({type:N.Sequence,itemType:ti})],ku);class nh{constructor(e={}){this.certId="",this.certValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],nh.prototype,"certId",void 0);d([f({type:y.Any,context:0})],nh.prototype,"certValue",void 0);class ih{constructor(e={}){this.crlId="",this.crltValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],ih.prototype,"crlId",void 0);d([f({type:y.Any,context:0})],ih.prototype,"crltValue",void 0);class rh extends oe{}let oo=class{constructor(e={}){this.encryptionAlgorithm=new F,this.encryptedData=new rh,Object.assign(this,e)}};d([f({type:F})],oo.prototype,"encryptionAlgorithm",void 0);d([f({type:rh})],oo.prototype,"encryptedData",void 0);var Fa,Ha;(function(t){t[t.v1=0]="v1"})(Ha||(Ha={}));class sh extends oe{}let qa=Fa=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Fa.prototype)}};qa=Fa=d([B({type:N.Sequence,itemType:$t})],qa);class Zi{constructor(e={}){this.version=Ha.v1,this.privateKeyAlgorithm=new F,this.privateKey=new sh,Object.assign(this,e)}}d([f({type:y.Integer})],Zi.prototype,"version",void 0);d([f({type:F})],Zi.prototype,"privateKeyAlgorithm",void 0);d([f({type:sh})],Zi.prototype,"privateKey",void 0);d([f({type:qa,implicit:!0,context:0,optional:!0})],Zi.prototype,"attributes",void 0);let xu=class extends Zi{};xu=d([B({type:N.Sequence})],xu);let Su=class extends oo{};Su=d([B({type:N.Sequence})],Su);class oh{constructor(e={}){this.secretTypeId="",this.secretValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],oh.prototype,"secretTypeId",void 0);d([f({type:y.Any,context:0})],oh.prototype,"secretValue",void 0);class Yi{constructor(e={}){this.mac=new no,this.macSalt=new oe,this.iterations=1,Object.assign(this,e)}}d([f({type:no})],Yi.prototype,"mac",void 0);d([f({type:oe})],Yi.prototype,"macSalt",void 0);d([f({type:y.Integer,defaultValue:1})],Yi.prototype,"iterations",void 0);class ao{constructor(e={}){this.version=3,this.authSafe=new ti,this.macData=new Yi,Object.assign(this,e)}}d([f({type:y.Integer})],ao.prototype,"version",void 0);d([f({type:ti})],ao.prototype,"authSafe",void 0);d([f({type:Yi,optional:!0})],ao.prototype,"macData",void 0);var Ka;class co{constructor(e={}){this.bagId="",this.bagValue=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:y.ObjectIdentifier})],co.prototype,"bagId",void 0);d([f({type:y.Any,context:0})],co.prototype,"bagValue",void 0);d([f({type:so,repeated:"set",optional:!0})],co.prototype,"bagAttributes",void 0);let Au=Ka=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ka.prototype)}};Au=Ka=d([B({type:N.Sequence,itemType:co})],Au);var Wa,Ga,Ja;const ah="1.2.840.113549.1.9",ch=`${ah}.7`,sl=`${ah}.14`;let ss=class extends Ne{constructor(e={}){super(e)}toString(){return this.ia5String||super.toString()}};d([f({type:y.IA5String})],ss.prototype,"ia5String",void 0);ss=d([B({type:N.Choice})],ss);let Iu=class extends ti{};Iu=d([B({type:N.Sequence})],Iu);let Eu=class extends ao{};Eu=d([B({type:N.Sequence})],Eu);let Cu=class extends oo{};Cu=d([B({type:N.Sequence})],Cu);let Za=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.IA5String})],Za.prototype,"value",void 0);Za=d([B({type:N.Choice})],Za);let zu=class extends ss{};zu=d([B({type:N.Choice})],zu);let $u=class extends Ne{};$u=d([B({type:N.Choice})],$u);let Ya=class{constructor(e=new Date){this.value=e}};d([f({type:y.GeneralizedTime})],Ya.prototype,"value",void 0);Ya=d([B({type:N.Choice})],Ya);let ju=class extends Ne{};ju=d([B({type:N.Choice})],ju);let Xa=class{constructor(e="M"){this.value=e}toString(){return this.value}};d([f({type:y.PrintableString})],Xa.prototype,"value",void 0);Xa=d([B({type:N.Choice})],Xa);let os=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.PrintableString})],os.prototype,"value",void 0);os=d([B({type:N.Choice})],os);let Nu=class extends os{};Nu=d([B({type:N.Choice})],Nu);let Ou=class extends Ne{};Ou=d([B({type:N.Choice})],Ou);let Qa=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.ObjectIdentifier})],Qa.prototype,"value",void 0);Qa=d([B({type:N.Choice})],Qa);let Bu=class extends $e{};Bu=d([B({type:N.Choice})],Bu);let ec=class{constructor(e=0){this.value=e}toString(){return this.value.toString()}};d([f({type:y.Integer})],ec.prototype,"value",void 0);ec=d([B({type:N.Choice})],ec);let Tu=class extends St{};Tu=d([B({type:N.Sequence})],Tu);let as=class extends Ne{};as=d([B({type:N.Choice})],as);let Ru=Wa=class extends qt{constructor(e){super(e),Object.setPrototypeOf(this,Wa.prototype)}};Ru=Wa=d([B({type:N.Sequence})],Ru);let Pu=Ga=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ga.prototype)}};Pu=Ga=d([B({type:N.Set,itemType:ei})],Pu);let tc=class{constructor(e=""){this.value=e}toString(){return this.value}};d([f({type:y.BmpString})],tc.prototype,"value",void 0);tc=d([B({type:N.Choice})],tc);let nc=class extends F{};nc=d([B({type:N.Sequence})],nc);let Lu=Ja=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,Ja.prototype)}};Lu=Ja=d([B({type:N.Sequence,itemType:nc})],Lu);var ic;let cs=ic=class extends de{constructor(e){super(e),Object.setPrototypeOf(this,ic.prototype)}};cs=ic=d([B({type:N.Sequence,itemType:$t})],cs);class ri{constructor(e={}){this.version=0,this.subject=new ke,this.subjectPKInfo=new lt,this.attributes=new cs,Object.assign(this,e)}}d([f({type:y.Integer})],ri.prototype,"version",void 0);d([f({type:ke})],ri.prototype,"subject",void 0);d([f({type:lt})],ri.prototype,"subjectPKInfo",void 0);d([f({type:cs,implicit:!0,context:0})],ri.prototype,"attributes",void 0);class zi{constructor(e={}){this.certificationRequestInfo=new ri,this.signatureAlgorithm=new F,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}d([f({type:ri})],zi.prototype,"certificationRequestInfo",void 0);d([f({type:F})],zi.prototype,"signatureAlgorithm",void 0);d([f({type:y.BitString})],zi.prototype,"signature",void 0);/*!
|
|
95
95
|
* MIT License
|
|
96
96
|
*
|
|
97
97
|
* Copyright (c) Peculiar Ventures. All rights reserved.
|
|
@@ -114,21 +114,21 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
114
114
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
115
115
|
* SOFTWARE.
|
|
116
116
|
*
|
|
117
|
-
*/const
|
|
118
|
-
`)}static pad(e=0){return"".padStart(2*e," ")}static serializeObj(e,
|
|
119
|
-
`).replace(/\\0d/ig,"\r").replace(/\\0g/ig," ").replace(/\\(.)/g,"$1")}toArrayBuffer(){return
|
|
120
|
-
`)}else{if(!
|
|
121
|
-
`)}}We.CertificateTag="CERTIFICATE";We.CrlTag="CRL";We.CertificateRequestTag="CERTIFICATE REQUEST";We.PublicKeyTag="PUBLIC KEY";We.PrivateKeyTag="PRIVATE KEY";class Ct extends Kt{static isAsnEncoded(e){return U.isBufferSource(e)||typeof e=="string"}static toArrayBuffer(e){if(typeof e=="string"){if(We.isPem(e))return We.decode(e)[0];if(W.isHex(e))return W.FromHex(e);if(W.isBase64(e))return W.FromBase64(e);if(W.isBase64Url(e))return W.FromBase64Url(e);throw new TypeError("Unsupported format of 'raw' argument. Must be one of DER, PEM, HEX, Base64, or Base4Url")}else{const t=W.ToBinary(e);return We.isPem(t)?We.decode(t)[0]:W.isHex(t)?W.FromHex(t):W.isBase64(t)?W.FromBase64(t):W.isBase64Url(t)?W.FromBase64Url(t):U.toArrayBuffer(e)}}constructor(...e){Ct.isAsnEncoded(e[0])?super(Ct.toArrayBuffer(e[0]),e[1]):super(e[0])}toString(e="pem"){switch(e){case"pem":return We.encode(this.rawData,this.tag);default:return super.toString(e)}}}class ct extends Ct{static async create(e,t=Ee.get()){if(e instanceof ct)return e;if(Tt.isCryptoKey(e)){if(e.type!=="public")throw new TypeError("Public key is required");const i=await t.subtle.exportKey("spki",e);return new ct(i)}else{if(e.publicKey)return e.publicKey;if(U.isBufferSource(e))return new ct(e);throw new TypeError("Unsupported PublicKeyType")}}constructor(e){Ct.isAsnEncoded(e)?super(e,at):super(e),this.tag=We.PublicKeyTag}async export(...e){let t,i=["verify"],r={hash:"SHA-256",...this.algorithm};e.length>1?(r=e[0]||r,i=e[1]||i,t=e[2]||Ee.get()):t=e[0]||Ee.get();let s=this.rawData;const a=L.parse(this.rawData,at);return a.algorithm.algorithm===di&&(s=h0(a,s)),t.subtle.importKey("spki",s,r,!0,i)}onInit(e){const t=je.resolve(mn),i=this.algorithm=t.toWebAlgorithm(e.algorithm);switch(e.algorithm.algorithm){case hn:{const r=L.parse(e.subjectPublicKey,Bc),s=U.toUint8Array(r.modulus);i.publicExponent=U.toUint8Array(r.publicExponent),i.modulusLength=(s[0]?s:s.slice(1)).byteLength<<3;break}}}async getThumbprint(...e){var t;let i,r="SHA-1";return e.length>=1&&!(!((t=e[0])===null||t===void 0)&&t.subtle)?(r=e[0]||r,i=e[1]||Ee.get()):i=e[0]||Ee.get(),await i.subtle.digest(r,this.rawData)}async getKeyIdentifier(...e){let t,i="SHA-1";e.length===1?typeof e[0]=="string"?(i=e[0],t=Ee.get()):t=e[0]:e.length===2?(i=e[0],t=e[1]):t=Ee.get();const r=L.parse(this.rawData,at);return await t.subtle.digest(i,r.subjectPublicKey)}toTextObject(){const e=this.toTextObjectEmpty(),t=L.parse(this.rawData,at);switch(e.Algorithm=yn.serializeAlgorithm(t.algorithm),t.algorithm.algorithm){case bi:e["EC Point"]=t.subjectPublicKey;break;case hn:default:e["Raw Data"]=t.subjectPublicKey}return e}}function h0(n,e){return n.algorithm=new D({algorithm:hn,parameters:null}),e=L.serialize(n),e}class Ei extends tt{static async create(e,t=!1,i=Ee.get()){if("name"in e&&"serialNumber"in e)return new Ei(e,t);const s=await(await ct.create(e,i)).getKeyIdentifier(i);return new Ei(W.ToHex(s),t)}constructor(...e){if(U.isBufferSource(e[0]))super(e[0]);else if(typeof e[0]=="string"){const t=new Qt({keyIdentifier:new gc(W.FromHex(e[0]))});super(Bo,e[1],L.serialize(t))}else{const t=e[0],i=t.name instanceof Ai?L.parse(t.name.rawData,Te):t.name,r=new Qt({authorityCertIssuer:i,authorityCertSerialNumber:W.FromHex(t.serialNumber)});super(Bo,e[1],L.serialize(r))}}onInit(e){super.onInit(e);const t=L.parse(e.extnValue,Qt);t.keyIdentifier&&(this.keyId=W.ToHex(t.keyIdentifier)),(t.authorityCertIssuer||t.authorityCertSerialNumber)&&(this.certId={name:t.authorityCertIssuer||[],serialNumber:t.authorityCertSerialNumber?W.ToHex(t.authorityCertSerialNumber):""})}toTextObject(){const e=this.toTextObjectWithoutValue(),t=L.parse(this.value,Qt);return t.authorityCertIssuer&&(e["Authority Issuer"]=new Ai(t.authorityCertIssuer).toTextObject()),t.authorityCertSerialNumber&&(e["Authority Serial Number"]=t.authorityCertSerialNumber),t.keyIdentifier&&(e[""]=t.keyIdentifier),e}}Ei.NAME="Authority Key Identifier";class Lc extends tt{constructor(...e){if(U.isBufferSource(e[0])){super(e[0]);const t=L.parse(this.value,xr);this.ca=t.cA,this.pathLength=t.pathLenConstraint}else{const t=new xr({cA:e[0],pathLenConstraint:e[1]});super(Zp,e[2],L.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}}Lc.NAME="Basic Constraints";var Gu;(function(n){n.serverAuth="1.3.6.1.5.5.7.3.1",n.clientAuth="1.3.6.1.5.5.7.3.2",n.codeSigning="1.3.6.1.5.5.7.3.3",n.emailProtection="1.3.6.1.5.5.7.3.4",n.timeStamping="1.3.6.1.5.5.7.3.8",n.ocspSigning="1.3.6.1.5.5.7.3.9"})(Gu||(Gu={}));class Uc extends tt{constructor(...e){if(U.isBufferSource(e[0])){super(e[0]);const t=L.parse(this.value,Er);this.usages=t.map(i=>i)}else{const t=new Er(e[0]);super(Qp,e[1],L.serialize(t)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.usages.map(t=>Ft.toString(t)).join(", "),e}}Uc.NAME="Extended Key Usages";var Qr;(function(n){n[n.digitalSignature=1]="digitalSignature",n[n.nonRepudiation=2]="nonRepudiation",n[n.keyEncipherment=4]="keyEncipherment",n[n.dataEncipherment=8]="dataEncipherment",n[n.keyAgreement=16]="keyAgreement",n[n.keyCertSign=32]="keyCertSign",n[n.cRLSign=64]="cRLSign",n[n.encipherOnly=128]="encipherOnly",n[n.decipherOnly=256]="decipherOnly"})(Qr||(Qr={}));class Vc extends tt{constructor(...e){if(U.isBufferSource(e[0])){super(e[0]);const t=L.parse(this.value,co);this.usages=t.toNumber()}else{const t=new co(e[0]);super(ef,e[1],L.serialize(t)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=L.parse(this.value,co);return e[""]=t.toJSON().join(", "),e}}Vc.NAME="Key Usages";class Ki extends tt{static async create(e,t=!1,i=Ee.get()){const s=await(await ct.create(e,i)).getKeyIdentifier(i);return new Ki(W.ToHex(s),t)}constructor(...e){if(U.isBufferSource(e[0])){super(e[0]);const t=L.parse(this.value,Lt);this.keyId=W.ToHex(t)}else{const t=typeof e[0]=="string"?W.FromHex(e[0]):e[0],i=new Lt(t);super(sf,e[1],L.serialize(i)),this.keyId=W.ToHex(t)}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=L.parse(this.value,Lt);return e[""]=t,e}}Ki.NAME="Subject Key Identifier";class Of extends tt{constructor(...e){U.isBufferSource(e[0])?super(e[0]):super(rf,e[1],new Ai(e[0]||[]).rawData)}onInit(e){super.onInit(e);const t=L.parse(e.extnValue,Jo);this.names=new Ai(t)}toTextObject(){const e=this.toTextObjectWithoutValue(),t=this.names.toTextObject();for(const i in t)e[i]=t[i];return e}}Of.NAME="Subject Alternative Name";class nt{static register(e,t){this.items.set(e,t)}static create(e){const t=new tt(e),i=this.items.get(t.type);return i?new i(e):t}}nt.items=new Map;class Bf extends tt{constructor(...e){var t;if(U.isBufferSource(e[0])){super(e[0]);const i=L.parse(this.value,Ar);this.policies=i.map(r=>r.policyIdentifier)}else{const i=e[0],r=(t=e[1])!==null&&t!==void 0?t:!1,s=new Ar(i.map(a=>new Es({policyIdentifier:a})));super(Yp,r,L.serialize(s)),this.policies=i}}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Policy=this.policies.map(t=>new ae("",{},Ft.toString(t))),e}}Bf.NAME="Certificate Policies";nt.register(Yp,Bf);class Tf extends tt{constructor(...e){var t;if(U.isBufferSource(e[0]))super(e[0]);else if(Array.isArray(e[0])&&typeof e[0][0]=="string"){const r=e[0].map(a=>new Kn({distributionPoint:new un({fullName:[new Q({uniformResourceIdentifier:a})]})})),s=new $n(r);super(Uo,e[1],L.serialize(s))}else{const i=new $n(e[0]);super(Uo,e[1],L.serialize(i))}(t=this.distributionPoints)!==null&&t!==void 0||(this.distributionPoints=[])}onInit(e){super.onInit(e);const t=L.parse(e.extnValue,$n);this.distributionPoints=t}toTextObject(){const e=this.toTextObjectWithoutValue();return e["Distribution Point"]=this.distributionPoints.map(t=>{var i;const r={};return t.distributionPoint&&(r[""]=(i=t.distributionPoint.fullName)===null||i===void 0?void 0:i.map(s=>new Rt(s).toString()).join(", ")),t.reasons&&(r.Reasons=t.reasons.toString()),t.cRLIssuer&&(r["CRL Issuer"]=t.cRLIssuer.map(s=>s.toString()).join(", ")),r}),e}}Tf.NAME="CRL Distribution Points";class Rf extends tt{constructor(...e){var t,i,r,s;if(U.isBufferSource(e[0]))super(e[0]);else if(e[0]instanceof In){const a=new In(e[0]);super(Oo,e[1],L.serialize(a))}else{const a=e[0],c=new In;Qi(c,a,jl,"ocsp"),Qi(c,a,Nl,"caIssuers"),Qi(c,a,Ol,"timeStamping"),Qi(c,a,Bl,"caRepository"),super(Oo,e[1],L.serialize(c))}(t=this.ocsp)!==null&&t!==void 0||(this.ocsp=[]),(i=this.caIssuers)!==null&&i!==void 0||(this.caIssuers=[]),(r=this.timeStamping)!==null&&r!==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=[],L.parse(e.extnValue,In).forEach(i=>{switch(i.accessMethod){case jl:this.ocsp.push(new Rt(i.accessLocation));break;case Nl:this.caIssuers.push(new Rt(i.accessLocation));break;case Ol:this.timeStamping.push(new Rt(i.accessLocation));break;case Bl:this.caRepository.push(new Rt(i.accessLocation));break}})}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ocsp.length&&Xi(e,"OCSP",this.ocsp),this.caIssuers.length&&Xi(e,"CA Issuers",this.caIssuers),this.timeStamping.length&&Xi(e,"Time Stamping",this.timeStamping),this.caRepository.length&&Xi(e,"CA Repository",this.caRepository),e}}Rf.NAME="Authority Info Access";function Xi(n,e,t){if(t.length===1)n[e]=t[0].toTextObject();else{const i=new ae("");t.forEach((r,s)=>{const a=r.toTextObject(),c=`${a[ae.NAME]} ${s+1}`;let l=i[c];Array.isArray(l)||(l=[],i[c]=l),l.push(a)}),n[e]=i}}function Qi(n,e,t,i){const r=e[i];r&&(Array.isArray(r)?r:[r]).forEach(a=>{typeof a=="string"&&(a=new Rt("url",a)),n.push(new Oi({accessMethod:t,accessLocation:L.parse(a.rawData,Q)}))})}class Qn extends Kt{constructor(...e){let t;if(U.isBufferSource(e[0]))t=U.toArrayBuffer(e[0]);else{const i=e[0],r=Array.isArray(e[1])?e[1].map(s=>U.toArrayBuffer(s)):[];t=L.serialize(new Et({type:i,values:r}))}super(t,Et)}onInit(e){this.type=e.type,this.values=e.values}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Value=this.values.map(t=>new ae("",{"":t})),e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty();return e[ae.NAME]===Qn.NAME&&(e[ae.NAME]=Ft.toString(this.type)),e}}Qn.NAME="Attribute";class Pf extends Qn{constructor(...e){var t;if(U.isBufferSource(e[0]))super(e[0]);else{const i=new Yr({printableString:e[0]});super(Ef,[L.serialize(i)])}(t=this.password)!==null&&t!==void 0||(this.password="")}onInit(e){if(super.onInit(e),this.values[0]){const t=L.parse(this.values[0],Yr);this.password=t.toString()}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[ae.VALUE]=this.password,e}}Pf.NAME="Challenge Password";class Mc extends Qn{constructor(...e){var t;if(U.isBufferSource(e[0]))super(e[0]);else{const i=e[0],r=new Vt;for(const s of i)r.push(L.parse(s.rawData,Qe));super(Pc,[L.serialize(r)])}(t=this.items)!==null&&t!==void 0||(this.items=[])}onInit(e){if(super.onInit(e),this.values[0]){const t=L.parse(this.values[0],Vt);this.items=t.map(i=>nt.create(L.serialize(i)))}}toTextObject(){const e=this.toTextObjectWithoutValue(),t=this.items.map(i=>i.toTextObject());for(const i of t)e[i[ae.NAME]]=i;return e}}Mc.NAME="Extensions";class Zs{static register(e,t){this.items.set(e,t)}static create(e){const t=new Qn(e),i=this.items.get(t.type);return i?new i(e):t}}Zs.items=new Map;const Wi="crypto.signatureFormatter";class g0{toAsnSignature(e,t){return U.toArrayBuffer(t)}toWebSignature(e,t){return U.toArrayBuffer(t)}}var or;let Ua=or=class{static createPssParams(e,t){const i=or.getHashAlgorithm(e);return i?new _n({hashAlgorithm:i,maskGenAlgorithm:new D({algorithm:Ms,parameters:L.serialize(i)}),saltLength:t}):null}static getHashAlgorithm(e){const t=je.resolve(mn);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 D({algorithm:Mr,parameters:null});case"sha-256":return new D({algorithm:_a,parameters:null});case"sha-384":return new D({algorithm:Dr,parameters:null});case"sha-512":return new D({algorithm:Hr,parameters:null})}}else return new D({algorithm:hn,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=or.createPssParams(e.hash,e.saltLength);if(!t)throw new Error("Cannot create PSS parameters");return new D({algorithm:di,parameters:L.serialize(t)})}else return new D({algorithm:di,parameters:null})}return null}toWebAlgorithm(e){switch(e.algorithm){case hn:return{name:"RSASSA-PKCS1-v1_5"};case Mr:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-1"}};case _a:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};case Dr:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-384"}};case Hr:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-512"}};case di:if(e.parameters){const t=L.parse(e.parameters,_n);return{name:"RSA-PSS",hash:je.resolve(mn).toWebAlgorithm(t.hashAlgorithm),saltLength:t.saltLength}}else return{name:"RSA-PSS"}}return null}};Ua=or=d([Fs()],Ua);je.registerSingleton(Fi,Ua);let Va=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"sha-1":return new D({algorithm:qr});case"sha-256":return new D({algorithm:Fr});case"sha-384":return new D({algorithm:Kr});case"sha-512":return new D({algorithm:Wr})}return null}toWebAlgorithm(e){switch(e.algorithm){case qr:return{name:"SHA-1"};case Fr:return{name:"SHA-256"};case Kr:return{name:"SHA-384"};case Wr:return{name:"SHA-512"}}return null}};Va=d([Fs()],Va);je.registerSingleton(Fi,Va);class Xe{addPadding(e,t){const i=U.toUint8Array(t),r=new Uint8Array(e);return r.set(i,e-i.length),r}removePadding(e,t=!1){let i=U.toUint8Array(e);for(let r=0;r<i.length;r++)if(i[r]){i=i.slice(r);break}if(t&&i[0]>127){const r=new Uint8Array(i.length+1);return r.set(i,1),r.buffer}return i.buffer}toAsnSignature(e,t){if(e.name==="ECDSA"){const i=e.namedCurve,r=Xe.namedCurveSize.get(i)||Xe.defaultNamedCurveSize,s=new Vr,a=U.toUint8Array(t);return s.r=this.removePadding(a.slice(0,r),!0),s.s=this.removePadding(a.slice(r,r+r),!0),L.serialize(s)}return null}toWebSignature(e,t){if(e.name==="ECDSA"){const i=L.parse(t,Vr),r=e.namedCurve,s=Xe.namedCurveSize.get(r)||Xe.defaultNamedCurveSize,a=this.addPadding(s,this.removePadding(i.r)),c=this.addPadding(s,this.removePadding(i.s));return zg(a,c)}return null}}Xe.namedCurveSize=new Map;Xe.defaultNamedCurveSize=32;const mo="1.3.101.110",Ju="1.3.101.111",yo="1.3.101.112",Zu="1.3.101.113";let Ma=class{toAsnAlgorithm(e){let t=null;switch(e.name.toLowerCase()){case"ed25519":t=yo;break;case"x25519":t=mo;break;case"eddsa":switch(e.namedCurve.toLowerCase()){case"ed25519":t=yo;break;case"ed448":t=Zu;break}break;case"ecdh-es":switch(e.namedCurve.toLowerCase()){case"x25519":t=mo;break;case"x448":t=Ju;break}}return t?new D({algorithm:t}):null}toWebAlgorithm(e){switch(e.algorithm){case yo:return{name:"Ed25519"};case Zu:return{name:"EdDSA",namedCurve:"Ed448"};case mo:return{name:"X25519"};case Ju:return{name:"ECDH-ES",namedCurve:"X448"}}return null}};Ma=d([Fs()],Ma);je.registerSingleton(Fi,Ma);class _0 extends Ct{constructor(e){Ct.isAsnEncoded(e)?super(e,xi):super(e),this.tag=We.CertificateRequestTag}onInit(e){this.tbs=L.serialize(e.certificationRequestInfo),this.publicKey=new ct(e.certificationRequestInfo.subjectPKInfo);const t=je.resolve(mn);this.signatureAlgorithm=t.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signature,this.attributes=e.certificationRequestInfo.attributes.map(r=>Zs.create(L.serialize(r)));const i=this.getAttribute(Pc);this.extensions=[],i instanceof Mc&&(this.extensions=i.items),this.subjectName=new Ye(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=Ee.get()){const t={...this.publicKey.algorithm,...this.signatureAlgorithm},i=await this.publicKey.export(t,["verify"],e),r=je.resolveAll(Wi).reverse();let s=null;for(const c of r)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,i,s,this.tbs)}toTextObject(){const e=this.toTextObjectEmpty(),t=L.parse(this.rawData,xi),i=t.certificationRequestInfo,r=new ae("",{Version:`${dn[i.version]} (${i.version})`,Subject:this.subject,"Subject Public Key Info":this.publicKey});if(this.attributes.length){const s=new ae("");for(const a of this.attributes){const c=a.toTextObject();s[c[ae.NAME]]=c}r.Attributes=s}return e.Data=r,e.Signature=new ae("",{Algorithm:yn.serializeAlgorithm(t.signatureAlgorithm),"":t.signature}),e}}_0.NAME="PKCS#10 Certificate Request";class Dc extends Ct{constructor(e){Ct.isAsnEncoded(e)?super(e,pn):super(e),this.tag=We.CertificateTag}onInit(e){const t=e.tbsCertificate;this.tbs=L.serialize(t),this.serialNumber=W.ToHex(t.serialNumber),this.subjectName=new Ye(t.subject),this.subject=new Ye(t.subject).toString(),this.issuerName=new Ye(t.issuer),this.issuer=this.issuerName.toString();const i=je.resolve(mn);this.signatureAlgorithm=i.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signatureValue;const r=t.validity.notBefore.utcTime||t.validity.notBefore.generalTime;if(!r)throw new Error("Cannot get 'notBefore' value");this.notBefore=r;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(a=>nt.create(L.serialize(a)))),this.publicKey=new ct(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=Ee.get()){let i,r;const s=e.publicKey;try{if(!s)i={...this.publicKey.algorithm,...this.signatureAlgorithm},r=await this.publicKey.export(i,["verify"],t);else if("publicKey"in s)i={...s.publicKey.algorithm,...this.signatureAlgorithm},r=await s.publicKey.export(i,["verify"],t);else if(s instanceof ct)i={...s.algorithm,...this.signatureAlgorithm},r=await s.export(i,["verify"],t);else if(U.isBufferSource(s)){const u=new ct(s);i={...u.algorithm,...this.signatureAlgorithm},r=await u.export(i,["verify"],t)}else i={...s.algorithm,...this.signatureAlgorithm},r=s}catch{return!1}const a=je.resolveAll(Wi).reverse();let c=null;for(const u of a)if(c=u.toWebSignature(i,this.signature),c)break;if(!c)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");const l=await t.subtle.verify(this.signatureAlgorithm,r,c,this.tbs);if(e.signatureOnly)return l;{const p=(e.date||new Date).getTime();return l&&this.notBefore.getTime()<p&&p<this.notAfter.getTime()}}async getThumbprint(...e){let t,i="SHA-1";return e[0]&&(e[0].subtle?t=e[0]:(i=e[0]||i,t=e[1])),t??(t=Ee.get()),await t.subtle.digest(i,this.rawData)}async isSelfSigned(e=Ee.get()){return this.subject===this.issuer&&await this.verify({signatureOnly:!0},e)}toTextObject(){const e=this.toTextObjectEmpty(),t=L.parse(this.rawData,pn),i=t.tbsCertificate,r=new ae("",{Version:`${dn[i.version]} (${i.version})`,"Serial Number":i.serialNumber,"Signature Algorithm":yn.serializeAlgorithm(i.signature),Issuer:this.issuer,Validity:new ae("",{"Not Before":i.validity.notBefore.getTime(),"Not After":i.validity.notAfter.getTime()}),Subject:this.subject,"Subject Public Key Info":this.publicKey});if(i.issuerUniqueID&&(r["Issuer Unique ID"]=i.issuerUniqueID),i.subjectUniqueID&&(r["Subject Unique ID"]=i.subjectUniqueID),this.extensions.length){const s=new ae("");for(const a of this.extensions){const c=a.toTextObject();s[c[ae.NAME]]=c}r.Extensions=s}return e.Data=r,e.Signature=new ae("",{Algorithm:yn.serializeAlgorithm(t.signatureAlgorithm),"":t.signatureValue}),e}}Dc.NAME="Certificate";class m0{static async createSelfSigned(e,t=Ee.get()){if(!e.keys.privateKey)throw new Error("Bad field 'keys' in 'params' argument. 'privateKey' is empty");if(!e.keys.publicKey)throw new Error("Bad field 'keys' in 'params' argument. 'publicKey' is empty");return this.create({serialNumber:e.serialNumber,subject:e.name,issuer:e.name,notBefore:e.notBefore,notAfter:e.notAfter,publicKey:e.keys.publicKey,signingKey:e.keys.privateKey,signingAlgorithm:e.signingAlgorithm,extensions:e.extensions},t)}static async create(e,t=Ee.get()){var i;let r;e.publicKey instanceof ct?r=e.publicKey.rawData:"publicKey"in e.publicKey?r=e.publicKey.publicKey.rawData:U.isBufferSource(e.publicKey)?r=e.publicKey:r=await t.subtle.exportKey("spki",e.publicKey);const s=e.serialNumber?U.toUint8Array(W.FromHex(e.serialNumber)):t.getRandomValues(new Uint8Array(16));s[0]>127&&(s[0]&=127),s.length>1&&s[0]===0&&(s[1]|=128);const a=e.notBefore||new Date,c=e.notAfter||new Date(a.getTime()+31536e6),l=new pn({tbsCertificate:new Je({version:dn.v3,serialNumber:s,validity:new Bi({notBefore:a,notAfter:c}),extensions:new Vt(((i=e.extensions)===null||i===void 0?void 0:i.map(b=>L.parse(b.rawData,Qe)))||[]),subjectPublicKeyInfo:L.parse(r,at)})});if(e.subject){const b=e.subject instanceof Ye?e.subject:new Ye(e.subject);l.tbsCertificate.subject=L.parse(b.toArrayBuffer(),ve)}if(e.issuer){const b=e.issuer instanceof Ye?e.issuer:new Ye(e.issuer);l.tbsCertificate.issuer=L.parse(b.toArrayBuffer(),ve)}const u={hash:"SHA-256"},p="signingKey"in e?{...u,...e.signingAlgorithm,...e.signingKey.algorithm}:{...u,...e.signingAlgorithm},g=je.resolve(mn);l.tbsCertificate.signature=l.signatureAlgorithm=g.toAsnAlgorithm(p);const _=L.serialize(l.tbsCertificate),x="signingKey"in e?await t.subtle.sign(p,e.signingKey,_):e.signature,h=je.resolveAll(Wi).reverse();let m=null;for(const b of h)if(m=b.toAsnSignature(p,x),m)break;if(!m)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");return l.signatureValue=m,new Dc(L.serialize(l))}}var Yu;(function(n){n[n.unspecified=0]="unspecified",n[n.keyCompromise=1]="keyCompromise",n[n.cACompromise=2]="cACompromise",n[n.affiliationChanged=3]="affiliationChanged",n[n.superseded=4]="superseded",n[n.cessationOfOperation=5]="cessationOfOperation",n[n.certificateHold=6]="certificateHold",n[n.removeFromCRL=8]="removeFromCRL",n[n.privilegeWithdrawn=9]="privilegeWithdrawn",n[n.aACompromise=10]="aACompromise"})(Yu||(Yu={}));nt.register(Zp,Lc);nt.register(Qp,Uc);nt.register(ef,Vc);nt.register(sf,Ki);nt.register(Bo,Ei);nt.register(rf,Of);nt.register(Uo,Tf);nt.register(Oo,Rf);Zs.register(Ef,Pf);Zs.register(Pc,Mc);je.registerSingleton(Wi,g0);je.registerSingleton(Wi,Xe);Xe.namedCurveSize.set("P-256",32);Xe.namedCurveSize.set("K-256",32);Xe.namedCurveSize.set("P-384",48);Xe.namedCurveSize.set("P-521",66);const Xu="0123456789abcdef";function Da(n){const e=new Uint8Array(n);let t="";for(let i=0;i<e.length;i++){const r=e[i]>>4;t+=Xu[r];const s=e[i]&15;t+=Xu[s]}return t}class Lf{constructor(e,t){te(this,"alphabet");te(this,"padding");te(this,"decodeMap",new Map);if(e.length!==32)throw new Error("Invalid alphabet");if(this.alphabet=e,this.padding=(t==null?void 0:t.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let i=0;i<e.length;i++)this.decodeMap.set(e[i],i)}encode(e,t){let i="",r=0,s=0;for(let c=0;c<e.length;c++)for(r=r<<8|e[c],s+=8;s>=5;)s-=5,i+=this.alphabet[r>>s&31];if(s>0&&(i+=this.alphabet[r<<5-s&31]),(t==null?void 0:t.includePadding)??!0){const c=(8-i.length%8)%8;for(let l=0;l<c;l++)i+="="}return i}decode(e,t){const i=(t==null?void 0:t.strict)??!0,r=Math.ceil(e.length/8),s=[];for(let a=0;a<r;a++){let c=0;const l=[];for(let p=0;p<8;p++){const g=e[a*8+p];if(g==="="){if(a+1!==r)throw new Error(`Invalid character: ${g}`);c+=1;continue}if(g===void 0){if(i)throw new Error("Invalid data");c+=1;continue}const _=this.decodeMap.get(g)??null;if(_===null)throw new Error(`Invalid character: ${g}`);l.push(_)}if(c===8||c===7||c===5||c===2)throw new Error("Invalid padding");const u=(l[0]<<3)+(l[1]>>2);if(s.push(u),c<6){const p=((l[1]&3)<<6)+(l[2]<<1)+(l[3]>>4);s.push(p)}if(c<4){const p=((l[3]&255)<<4)+(l[4]>>1);s.push(p)}if(c<3){const p=((l[4]&1)<<7)+(l[5]<<2)+(l[6]>>3);s.push(p)}if(c<1){const p=((l[6]&7)<<5)+l[7];s.push(p)}}return Uint8Array.from(s)}}new Lf("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567");new Lf("0123456789ABCDEFGHIJKLMNOPQRSTUV");class Uf{constructor(e,t){te(this,"alphabet");te(this,"padding");te(this,"decodeMap",new Map);if(e.length!==64)throw new Error("Invalid alphabet");if(this.alphabet=e,this.padding=(t==null?void 0:t.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let i=0;i<e.length;i++)this.decodeMap.set(e[i],i)}encode(e,t){let i="",r=0,s=0;for(let c=0;c<e.length;c++)for(r=r<<8|e[c],s+=8;s>=6;)s+=-6,i+=this.alphabet[r>>s&63];if(s>0&&(i+=this.alphabet[r<<6-s&63]),(t==null?void 0:t.includePadding)??!0){const c=(4-i.length%4)%4;for(let l=0;l<c;l++)i+="="}return i}decode(e,t){const i=(t==null?void 0:t.strict)??!0,r=Math.ceil(e.length/4),s=[];for(let a=0;a<r;a++){let c=0,l=0;for(let u=0;u<4;u++){const p=e[a*4+u];if(p==="="){if(a+1!==r)throw new Error(`Invalid character: ${p}`);c+=1;continue}if(p===void 0){if(i)throw new Error("Invalid data");c+=1;continue}const g=this.decodeMap.get(p)??null;if(g===null)throw new Error(`Invalid character: ${p}`);l+=g<<6*(3-u)}s.push(l>>16&255),c<2&&s.push(l>>8&255),c<1&&s.push(l&255)}return Uint8Array.from(s)}}const y0=new Uf("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"),rn=new Uf("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_");class v0{constructor(e){te(this,"hash");this.hash=e}async verify(e,t,i){const r=await crypto.subtle.importKey("spki",e,{name:"RSASSA-PKCS1-v1_5",hash:this.hash},!1,["verify"]);return await crypto.subtle.verify("RSASSA-PKCS1-v1_5",r,t,i)}async sign(e,t){const i=await crypto.subtle.importKey("pkcs8",e,{name:"RSASSA-PKCS1-v1_5",hash:this.hash},!1,["sign"]);return await crypto.subtle.sign("RSASSA-PKCS1-v1_5",i,t)}async generateKeyPair(e){const t=await crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",hash:this.hash,modulusLength:e??2048,publicExponent:new Uint8Array([1,0,1])},!0,["sign"]),i=await crypto.subtle.exportKey("pkcs8",t.privateKey),r=await crypto.subtle.exportKey("spki",t.publicKey);return{privateKey:i,publicKey:r}}}async function Vf(n){return await crypto.subtle.digest("SHA-256",n)}async function Ha(n){const e={name:"RSASSA-PKCS1-v1_5",hash:"SHA-256",publicExponent:new Uint8Array([1,0,1]),modulusLength:2048},t=await crypto.subtle.generateKey(e,!0,["sign","verify"]),i=Me(),r=Da(new TextEncoder().encode(i)),s=await m0.createSelfSigned({serialNumber:r,name:n.name,notBefore:new Date,notAfter:new Date(Date.now()+365*24*60*60*1e3),signingAlgorithm:e,keys:t,extensions:[new Lc(!0,2,!0),new Uc(["1.3.6.1.5.5.7.3.1"],!0),new Vc(Qr.keyCertSign|Qr.cRLSign,!0),await Ki.create(t.publicKey)]}),a=await crypto.subtle.exportKey("pkcs8",t.privateKey),c=s.toString("pem"),l=await b0(s),u=Da(await s.getThumbprint()),p=w0("PRIVATE",a);return{kid:s.serialNumber,cert:c,thumbprint:u,fingerprint:l,pkcs7:p}}function w0(n,e){const t=y0.encode(new Uint8Array(e));let i=`-----BEGIN ${n} KEY-----\r
|
|
122
|
-
`,r=0;for(;r<
|
|
123
|
-
`:i+=
|
|
124
|
-
`,r+=64;return i+=`-----END ${
|
|
125
|
-
`,i}async function b0(n){const e=await n.publicKey.export(),t=await crypto.subtle.exportKey("jwk",e),i=JSON.stringify(t,Object.keys(t).sort()),s=new TextEncoder().encode(i);return Da(await Vf(s))}const k0=1e3*60*60*24,x0=new o.OpenAPIHono().openapi(o.createRoute({tags:["keys"],method:"get",path:"/signing",request:{headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.array(So)}},description:"List of keys"}}}),async n=>{const t=(await n.env.data.keys.list()).filter(i=>"cert"in i).map(i=>i);return n.json(t)}).openapi(o.createRoute({tags:["keys"],method:"get",path:"/signing/{kid}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({kid:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:So}},description:"The requested key"}}}),async n=>{const{kid:e}=n.req.valid("param"),i=(await n.env.data.keys.list()).find(r=>r.kid===e);if(!i)throw new j(404,{message:"Key not found"});return n.json(i)}).openapi(o.createRoute({tags:["keys"],method:"post",path:"/signing/rotate",request:{headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{description:"Status"}}}),async n=>{const e=await n.env.data.keys.list();for await(const i of e)await n.env.data.keys.update(i.kid,{revoked_at:new Date(Date.now()+k0).toISOString()});const t=await Ha({name:`CN=${n.env.ORGANIZATION_NAME}`});return await n.env.data.keys.create(t),n.text("OK",{status:201})}).openapi(o.createRoute({tags:["keys"],method:"put",path:"/signing/{kid}/revoke",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({kid:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{description:"Status"}}}),async n=>{const{kid:e}=n.req.valid("param");if(!await n.env.data.keys.update(e,{revoked_at:new Date().toISOString()}))throw new j(404,{message:"Key not found"});const i=await Ha({name:`CN=${n.env.ORGANIZATION_NAME}`});return await n.env.data.keys.create(i),n.text("OK")}),S0=new o.OpenAPIHono().openapi(o.createRoute({tags:["users"],method:"get",path:"/",request:{query:o.z.object({email:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:o.z.array(Wa)}},description:"List of users"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{email:t}=n.req.valid("query"),r=(await Fd(n.env.data.users,e,t)).filter(s=>!s.linked_to);return n.json(r)}),A0=Ht.extend({clients:o.z.array(Yt)}),I0=new o.OpenAPIHono().openapi(o.createRoute({tags:["clients"],method:"get",path:"/",request:{query:on,headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.union([A0,o.z.array(Yt)])}},description:"List of clients"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{page:t,per_page:i,include_totals:r,sort:s,q:a}=n.req.valid("query"),l=(await n.env.data.applications.list(e,{page:t,per_page:i,include_totals:r,sort:Hn(s),q:a})).applications;return r?n.json({clients:l,start:0,limit:10,length:l.length}):n.json(l)}).openapi(o.createRoute({tags:["clients"],method:"get",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Yt}},description:"An application"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),r=(await n.env.data.applications.list(e,{page:1,per_page:0,include_totals:!1})).applications.find(s=>s.id===t);if(!r)throw new j(404);return n.json(r)}).openapi(o.createRoute({tags:["clients"],method:"delete",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param");if(!await n.env.data.applications.remove(e,t))throw new j(404,{message:"Application not found"});return n.text("OK")}).openapi(o.createRoute({tags:["clients"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:o.z.object(hr.shape).partial()}}},params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Yt}},description:"The update application"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),r=n.req.valid("json");await n.env.data.applications.update(e,t,r);const s=await n.env.data.applications.get(e,t);if(!s)throw new j(404,{message:"Application not found"});return n.json(s)}).openapi(o.createRoute({tags:["clients"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:o.z.object(hr.shape)}}},headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:o.z.object(Yt.shape)}},description:"An application"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json"),i={...t,id:t.id||Me(),client_secret:t.client_secret||Me()},r=await n.env.data.applications.create(e,i);return n.json(r,{status:201})});o.z.object({start:o.z.number(),limit:o.z.number(),length:o.z.number()});rs.extend({email:o.z.string(),login_count:o.z.number(),multifactor:o.z.array(o.z.string()).optional(),last_ip:o.z.string().optional(),last_login:o.z.string().optional(),user_id:o.z.string()}).catchall(o.z.any());const E0=Ht.extend({tenants:o.z.array(En)}),z0=new o.OpenAPIHono().openapi(o.createRoute({tags:["tenants"],method:"get",path:"/",request:{query:on},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:o.z.union([o.z.array(En),E0])}},description:"List of tenants"}}}),async n=>{const{page:e,per_page:t,include_totals:i,sort:r,q:s}=n.req.valid("query"),a=await n.env.data.tenants.list({page:e,per_page:t,include_totals:i,sort:Hn(r),q:s});return i?n.json(a):n.json(a.tenants)}).openapi(o.createRoute({tags:["tenants"],method:"get",path:"/{id}",request:{params:o.z.object({id:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:En}},description:"A tenant"}}}),async n=>{const{id:e}=n.req.valid("param"),t=await n.env.data.tenants.get(e);if(!t)throw new j(404);return n.json(t)}).openapi(o.createRoute({tags:["tenants"],method:"delete",path:"/{id}",request:{params:o.z.object({id:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{id:e}=n.req.valid("param");return await n.env.data.tenants.remove(e),n.text("OK")}).openapi(o.createRoute({tags:["tenants"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:o.z.object(_r.shape).partial()}}},params:o.z.object({id:o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{id:e}=n.req.valid("param"),t=n.req.valid("json");return await n.env.data.tenants.update(e,t),n.text("OK")}).openapi(o.createRoute({tags:["tenants"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:o.z.object(_r.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"tenant/json":{schema:En}},description:"An tenant"}}}),async n=>{const e=n.req.valid("json"),t=await n.env.data.tenants.create(e);return n.json(t,{status:201})}),$0=Ht.extend({logs:o.z.array(yr)}),C0=new o.OpenAPIHono().openapi(o.createRoute({tags:["logs"],method:"get",path:"/",request:{query:on,headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.union([o.z.array(yr),$0])}},description:"List of log rows"}}}),async n=>{const{page:e,per_page:t,include_totals:i,sort:r,q:s}=n.req.valid("query"),{"tenant-id":a}=n.req.valid("header"),c=await n.env.data.logs.list(a,{page:e,per_page:t,include_totals:i,sort:Hn(r),q:s});return i?n.json(c):n.json(c.logs)}).openapi(o.createRoute({tags:["logs"],method:"get",path:"/{id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({id:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:yr}},description:"A log entry"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),i=await n.env.data.logs.get(e,t);if(!i)throw new j(404);return n.json(i)}),j0=Ht.extend({hooks:o.z.array(An)}),N0=new o.OpenAPIHono().openapi(o.createRoute({tags:["hooks"],method:"get",path:"/",request:{query:on,headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.union([o.z.array(An),j0])}},description:"List of hooks"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{page:t,per_page:i,include_totals:r,sort:s,q:a}=n.req.valid("query"),c=await n.env.data.hooks.list(e,{page:t,per_page:i,include_totals:r,sort:Hn(s),q:a});return r?n.json(c):n.json(c.hooks)}).openapi(o.createRoute({tags:["hooks"],method:"post",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object(mr.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:An}},description:"The created hook"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json"),i=await n.env.data.hooks.create(e,t);return n.json(i,{status:201})}).openapi(o.createRoute({tags:["hooks"],method:"patch",path:"/{hook_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({hook_id:o.z.string()}),body:{content:{"application/json":{schema:o.z.object(mr.shape).omit({hook_id:!0}).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:An.shape}},description:"The updated hook"},404:{description:"Hook not found"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{hook_id:t}=n.req.valid("param"),i=n.req.valid("json");await n.env.data.hooks.update(e,t,i);const r=await n.env.data.hooks.get(e,t);if(!r)throw new j(404,{message:"Hook not found"});return n.json(r)}).openapi(o.createRoute({tags:["hooks"],method:"get",path:"/{hook_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({hook_id:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:An}},description:"A hook"},404:{description:"Hook not found"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{hook_id:t}=n.req.valid("param"),i=await n.env.data.hooks.get(e,t);if(!i)throw new j(404,{message:"Hook not found"});return n.json(i)}).openapi(o.createRoute({tags:["hooks"],method:"delete",path:"/{hook_id}",request:{headers:o.z.object({"tenant-id":o.z.string()}),params:o.z.object({hook_id:o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{description:"A hook"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{hook_id:t}=n.req.valid("param");if(!await n.env.data.hooks.remove(e,t))throw new j(404,{message:"Hook not found"});return n.text("OK")}),O0=Ht.extend({connections:o.z.array(Bt)}),B0=new o.OpenAPIHono().openapi(o.createRoute({tags:["connections"],method:"get",path:"/",request:{query:on,headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:o.z.union([o.z.array(Bt),O0])}},description:"List of connectionss"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{page:t,per_page:i,include_totals:r=!1,sort:s,q:a}=n.req.valid("query"),c=await n.env.data.connections.list(e,{page:t,per_page:i,include_totals:r,sort:Hn(s),q:a});return r?n.json(c):n.json(c.connections)}).openapi(o.createRoute({tags:["connections"],method:"get",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Bt}},description:"A connection"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),i=await n.env.data.connections.get(e,t);if(!i)throw new j(404);return n.json(i)}).openapi(o.createRoute({tags:["connections"],method:"delete",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param");if(!await n.env.data.connections.remove(e,t))throw new j(404,{message:"Connection not found"});return n.text("OK")}).openapi(o.createRoute({tags:["connections"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:o.z.object(gr.shape).partial()}}},params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Bt}},description:"The updated connection"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),i=n.req.valid("json");if(!await n.env.data.connections.update(e,t,i))throw new j(404,{message:"Connection not found"});const s=await n.env.data.connections.get(e,t);if(!s)throw new j(404,{message:"Connection not found"});return n.json(s)}).openapi(o.createRoute({tags:["connections"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:o.z.object(gr.shape)}}},headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:Bt}},description:"A connection"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json"),i=await n.env.data.connections.create(e,t);return n.json(i,{status:201})}),T0=new o.OpenAPIHono().openapi(o.createRoute({tags:["prompts"],method:"get",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:tr}},description:"Branding settings"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=await n.env.data.promptSettings.get(e);return t?n.json(t):n.json(tr.parse({}))}).openapi(o.createRoute({tags:["prompts"],method:"patch",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object(tr.shape).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Prompts settings"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json"),i=await n.env.data.promptSettings.get(e);return Object.assign(i,t),await n.env.data.promptSettings.set(e,i),n.json(i)});let Qu=!1;function Mf(n){n.use(async(e,t)=>(Qu||(n.openAPIRegistry.registerComponent("securitySchemes","Bearer",{type:"oauth2",scheme:"bearer",flows:{implicit:{authorizationUrl:`${e.env.AUTH_URL}/authorize`,scopes:{openid:"Basic user information",email:"User email",profile:"User profile information"}}}}),Qu=!0),await t()))}o.z.object({alg:o.z.literal("RS256"),kty:o.z.literal("RSA"),use:o.z.literal("sig"),n:o.z.string(),e:o.z.string(),kid:o.z.string(),x5t:o.z.string(),x5c:o.z.array(o.z.string())});async function R0(n){try{const e=await n.JWKS_SERVICE.fetch(n.JWKS_URL);if(!e.ok)throw new Error("Failed to fetch jwks");return(await e.json()).keys}catch(e){throw new j(500,{message:`Failed to fetch jwks: ${e.message}`})}}async function P0(n,e){const i=new TextEncoder().encode([e.raw.header,e.raw.payload].join(".")),r=new Uint8Array(Array.from(e.signature).map(l=>l.charCodeAt(0))),a=(await R0(n.env)).find(l=>l.kid===e.header.kid);if(!a)return console.log("No matching kid found"),!1;const c=await crypto.subtle.importKey("jwk",a,{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);return crypto.subtle.verify("RSASSA-PKCS1-v1_5",c,r,i)}function L0(n){const[e,t,i]=n.split(".");if(!e||!t||!i)return null;const r=JSON.parse(atob(e)),s=JSON.parse(atob(t)),a=atob(i.replace(/-/g,"+").replace(/_/g,"/"));return{header:r,payload:s,signature:a,raw:{header:e,payload:t,signature:i}}}function Df(n){return async(e,t)=>{var r,s,a;const i=n.openAPIRegistry.definitions.find(c=>"route"in c&&c.route.path===e.req.path&&c.route.method.toUpperCase()===e.req.method);if(i&&"route"in i){const c=(s=(r=i.route.security)==null?void 0:r[0])==null?void 0:s.Bearer;if(!(c!=null&&c.length))return await t();const l=e.req.header("authorization")||"",[u,p]=l.split(" ");if((u==null?void 0:u.toLowerCase())!=="bearer"||!p)throw new j(401,{message:"Missing bearer token"});const g=L0(p);if(!g||!await P0(e,g))throw new j(403,{message:"Invalid JWT signature"});e.set("user_id",g.payload.sub),e.set("user",g.payload);const _=g.payload.permissions||[],x=((a=g.payload.scope)==null?void 0:a.split(" "))||[];if(c.length&&!(c.some(h=>_.includes(h))||c.some(h=>x.includes(h))))throw new j(403,{message:"Unauthorized"})}return await t()}}const U0=new o.OpenAPIHono().openapi(o.createRoute({tags:["emails"],method:"get",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:nr}},description:"Email provider"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=await n.env.data.emailProviders.get(e);if(!t)throw new j(404,{message:"Email provider not found"});return n.json(t)}).openapi(o.createRoute({tags:["emails"],method:"post",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object(nr.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Branding settings"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json");return await n.env.data.emailProviders.create(e,t),n.text("OK",{status:201})}).openapi(o.createRoute({tags:["emails"],method:"patch",path:"/",request:{headers:o.z.object({"tenant-id":o.z.string()}),body:{content:{"application/json":{schema:o.z.object(nr.shape).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Branding settings"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),t=n.req.valid("json");return await n.env.data.emailProviders.update(e,t),n.text("OK")}),V0=new o.OpenAPIHono().openapi(o.createRoute({tags:["sessions"],method:"get",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:os}},description:"A session"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),i=await n.env.data.sessions.get(e,t);if(!i)throw new j(404);return n.json(i)}).openapi(o.createRoute({tags:["sessions"],method:"delete",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param");if(!await n.env.data.sessions.remove(e,t))throw new j(404,{message:"Session not found"});return n.text("OK")}).openapi(o.createRoute({tags:["sessions"],method:"post",path:"/{id}/revoke",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{202:{description:"Sesssion deletion status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param");if(!await n.env.data.sessions.update(e,t,{revoked_at:new Date().toDateString()}))throw new j(404,{message:"Session not found"});return n.text("Session deletion request accepted.",{status:202})}),M0=new o.OpenAPIHono().openapi(o.createRoute({tags:["refresh_tokens"],method:"get",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Za}},description:"A session"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param"),i=await n.env.data.refreshTokens.get(e,t);if(!i)throw new j(404);return n.json(i)}).openapi(o.createRoute({tags:["refresh_tokens"],method:"delete",path:"/{id}",request:{params:o.z.object({id:o.z.string()}),headers:o.z.object({"tenant-id":o.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async n=>{const{"tenant-id":e}=n.req.valid("header"),{id:t}=n.req.valid("param");if(!await n.env.data.refreshTokens.remove(e,t))throw new j(404,{message:"Session not found"});return n.text("OK")});function D0(){const n=new o.OpenAPIHono;n.use(Df(n));const e=n.route("/branding",og).route("/email/providers",U0).route("/users",xg).route("/keys",x0).route("/users-by-email",S0).route("/clients",I0).route("/tenants",z0).route("/logs",C0).route("/hooks",N0).route("/connections",B0).route("/prompts",T0).route("/sessions",V0).route("/refresh_tokens",M0);return Mf(e),e.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Management api"}}),e}function H0(n,e){Object.keys(e).forEach(t=>{const i=e[t];i!=null&&i.length&&n.searchParams.set(t,i)})}function Dn(n){var e,t,i;return{auth0Client:(e=n.query("auth0Client"))==null?void 0:e.slice(0,255),ip:(t=n.header("x-real-ip"))==null?void 0:t.slice(0,45),useragent:(i=n.header("user-agent"))==null?void 0:i.slice(0,512)}}const er=60*5,Ys=30*24*60*60,es=24*60*60,q0="auth-token",ed=30*60*1e3,F0=5*60,K0=5*60;var td;(function(n){n[n.Include=0]="Include",n[n.None=1]="None"})(td||(td={}));var nd;(function(n){n[n.Required=0]="Required",n[n.Ignore=1]="Ignore"})(nd||(nd={}));function W0(n){return qf(n,G0,zi.Include)}function Hf(n){return qf(n,J0,zi.None)}function qf(n,e,t){let i="";for(let r=0;r<n.byteLength;r+=3){let s=0,a=0;for(let c=0;c<3&&r+c<n.byteLength;c++)s=s<<8|n[r+c],a+=8;for(let c=0;c<4;c++)a>=6?(i+=e[s>>a-6&63],a-=6):a>0?(i+=e[s<<6-a&63],a=0):t===zi.Include&&(i+="=")}return i}const G0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",J0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var zi;(function(n){n[n.Include=0]="Include",n[n.None=1]="None"})(zi||(zi={}));var id;(function(n){n[n.Required=0]="Required",n[n.Ignore=1]="Ignore"})(id||(id={}));class Z0{uint8(e,t){if(e.byteLength<t+1)throw new TypeError("Insufficient bytes");return e[t]}uint16(e,t){if(e.byteLength<t+2)throw new TypeError("Insufficient bytes");return e[t]<<8|e[t+1]}uint32(e,t){if(e.byteLength<t+4)throw new TypeError("Insufficient bytes");let i=0;for(let r=0;r<4;r++)i|=e[t+r]<<24-r*8;return i}uint64(e,t){if(e.byteLength<t+8)throw new TypeError("Insufficient bytes");let i=0n;for(let r=0;r<8;r++)i|=BigInt(e[t+r])<<BigInt(56-r*8);return i}putUint8(e,t,i){if(e.length<i+1)throw new TypeError("Not enough space");if(t<0||t>255)throw new TypeError("Invalid uint8 value");e[i]=t}putUint16(e,t,i){if(e.length<i+2)throw new TypeError("Not enough space");if(t<0||t>65535)throw new TypeError("Invalid uint16 value");e[i]=t>>8,e[i+1]=t&255}putUint32(e,t,i){if(e.length<i+4)throw new TypeError("Not enough space");if(t<0||t>4294967295)throw new TypeError("Invalid uint32 value");for(let r=0;r<4;r++)e[i+r]=t>>(3-r)*8&255}putUint64(e,t,i){if(e.length<i+8)throw new TypeError("Not enough space");if(t<0||t>18446744073709551615n)throw new TypeError("Invalid uint64 value");for(let r=0;r<8;r++)e[i+r]=Number(t>>BigInt((7-r)*8)&0xffn)}}const rd=new Z0;function ft(n,e){return(n<<32-e|n>>>e)>>>0}function Y0(n){const e=new X0;return e.update(n),e.digest()}class X0{constructor(){te(this,"blockSize",64);te(this,"size",32);te(this,"blocks",new Uint8Array(64));te(this,"currentBlockSize",0);te(this,"H",new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]));te(this,"l",0n);te(this,"w",new Uint32Array(64))}update(e){if(this.l+=BigInt(e.byteLength)*8n,this.currentBlockSize+e.byteLength<64){this.blocks.set(e,this.currentBlockSize),this.currentBlockSize+=e.byteLength;return}let t=0;if(this.currentBlockSize>0){const i=e.slice(0,64-this.currentBlockSize);this.blocks.set(i,this.currentBlockSize),this.process(),t+=i.byteLength,this.currentBlockSize=0}for(;t+64<=e.byteLength;){const i=e.slice(t,t+64);this.blocks.set(i),this.process(),t+=64}if(e.byteLength-t>0){const i=e.slice(t);this.blocks.set(i),this.currentBlockSize=i.byteLength}}digest(){this.blocks[this.currentBlockSize]=128,this.currentBlockSize+=1,64-this.currentBlockSize<8&&(this.blocks.fill(0,this.currentBlockSize),this.process(),this.currentBlockSize=0),this.blocks.fill(0,this.currentBlockSize),rd.putUint64(this.blocks,this.l,this.blockSize-8),this.process();const e=new Uint8Array(32);for(let t=0;t<8;t++)rd.putUint32(e,this.H[t],t*4);return e}process(){for(let u=0;u<16;u++)this.w[u]=(this.blocks[u*4]<<24|this.blocks[u*4+1]<<16|this.blocks[u*4+2]<<8|this.blocks[u*4+3])>>>0;for(let u=16;u<64;u++){const p=(ft(this.w[u-2],17)^ft(this.w[u-2],19)^this.w[u-2]>>>10)>>>0,g=(ft(this.w[u-15],7)^ft(this.w[u-15],18)^this.w[u-15]>>>3)>>>0;this.w[u]=p+this.w[u-7]+g+this.w[u-16]|0}let e=this.H[0],t=this.H[1],i=this.H[2],r=this.H[3],s=this.H[4],a=this.H[5],c=this.H[6],l=this.H[7];for(let u=0;u<64;u++){const p=(ft(s,6)^ft(s,11)^ft(s,25))>>>0,g=(s&a^~s&c)>>>0,_=l+p+g+Q0[u]+this.w[u]|0,x=(ft(e,2)^ft(e,13)^ft(e,22))>>>0,h=(e&t^e&i^t&i)>>>0,m=x+h|0;l=c,c=a,a=s,s=r+_|0,r=i,i=t,t=e,e=_+m|0}this.H[0]=e+this.H[0]|0,this.H[1]=t+this.H[1]|0,this.H[2]=i+this.H[2]|0,this.H[3]=r+this.H[3]|0,this.H[4]=s+this.H[4]|0,this.H[5]=a+this.H[5]|0,this.H[6]=c+this.H[6]|0,this.H[7]=l+this.H[7]|0}}const Q0=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);new BigUint64Array([0x428a2f98d728ae22n,0x7137449123ef65cdn,0xb5c0fbcfec4d3b2fn,0xe9b5dba58189dbbcn,0x3956c25bf348b538n,0x59f111f1b605d019n,0x923f82a4af194f9bn,0xab1c5ed5da6d8118n,0xd807aa98a3030242n,0x12835b0145706fben,0x243185be4ee4b28cn,0x550c7dc3d5ffb4e2n,0x72be5d74f27b896fn,0x80deb1fe3b1696b1n,0x9bdc06a725c71235n,0xc19bf174cf692694n,0xe49b69c19ef14ad2n,0xefbe4786384f25e3n,0x0fc19dc68b8cd5b5n,0x240ca1cc77ac9c65n,0x2de92c6f592b0275n,0x4a7484aa6ea6e483n,0x5cb0a9dcbd41fbd4n,0x76f988da831153b5n,0x983e5152ee66dfabn,0xa831c66d2db43210n,0xb00327c898fb213fn,0xbf597fc7beef0ee4n,0xc6e00bf33da88fc2n,0xd5a79147930aa725n,0x06ca6351e003826fn,0x142929670a0e6e70n,0x27b70a8546d22ffcn,0x2e1b21385c26c926n,0x4d2c6dfc5ac42aedn,0x53380d139d95b3dfn,0x650a73548baf63den,0x766a0abb3c77b2a8n,0x81c2c92e47edaee6n,0x92722c851482353bn,0xa2bfe8a14cf10364n,0xa81a664bbc423001n,0xc24b8b70d0f89791n,0xc76c51a30654be30n,0xd192e819d6ef5218n,0xd69906245565a910n,0xf40e35855771202an,0x106aa07032bbd1b8n,0x19a4c116b8d2d0c8n,0x1e376c085141ab53n,0x2748774cdf8eeb99n,0x34b0bcb5e19b48a8n,0x391c0cb3c5c95a63n,0x4ed8aa4ae3418acbn,0x5b9cca4f7763e373n,0x682e6ff3d6b2b8a3n,0x748f82ee5defb2fcn,0x78a5636f43172f60n,0x84c87814a1f0ab72n,0x8cc702081a6439ecn,0x90befffa23631e28n,0xa4506cebde82bde9n,0xbef9a3f7b2c67915n,0xc67178f2e372532bn,0xca273eceea26619cn,0xd186b8c721c0c207n,0xeada7dd6cde0eb1en,0xf57d4f7fee6ed178n,0x06f067aa72176fban,0x0a637dc5a2c898a6n,0x113f9804bef90daen,0x1b710b35131c471bn,0x28db77f523047d84n,0x32caab7b40c72493n,0x3c9ebe0a15c9bebcn,0x431d67c49c100d4cn,0x4cc5d4becb3e42b6n,0x597f299cfc657e2an,0x5fcb6fab3ad6faecn,0x6c44198c4a475817n]);class em{constructor(e){te(this,"data");this.data=e}tokenType(){if("token_type"in this.data&&typeof this.data.token_type=="string")return this.data.token_type;throw new Error("Missing or invalid 'token_type' field")}accessToken(){if("access_token"in this.data&&typeof this.data.access_token=="string")return this.data.access_token;throw new Error("Missing or invalid 'access_token' field")}accessTokenExpiresInSeconds(){if("expires_in"in this.data&&typeof this.data.expires_in=="number")return this.data.expires_in;throw new Error("Missing or invalid 'expires_in' field")}accessTokenExpiresAt(){return new Date(Date.now()+this.accessTokenExpiresInSeconds()*1e3)}hasRefreshToken(){return"refresh_token"in this.data&&typeof this.data.refresh_token=="string"}refreshToken(){if("refresh_token"in this.data&&typeof this.data.refresh_token=="string")return this.data.refresh_token;throw new Error("Missing or invalid 'refresh_token' field")}hasScopes(){return"scope"in this.data&&typeof this.data.scope=="string"}scopes(){if("scope"in this.data&&typeof this.data.scope=="string")return this.data.scope.split(" ");throw new Error("Missing or invalid 'scope' field")}idToken(){if("id_token"in this.data&&typeof this.data.id_token=="string")return this.data.id_token;throw new Error("Missing or invalid field 'id_token'")}}function tm(n){const e=Y0(new TextEncoder().encode(n));return Hf(e)}function nm(){const n=new Uint8Array(32);return crypto.getRandomValues(n),Hf(n)}function fi(n,e){const t=new TextEncoder().encode(e.toString()),i=new Request(n,{method:"POST",body:t});return i.headers.set("Content-Type","application/x-www-form-urlencoded"),i.headers.set("Accept","application/json"),i.headers.set("User-Agent","arctic"),i.headers.set("Content-Length",t.byteLength.toString()),i}function vo(n,e){const t=new TextEncoder().encode(`${n}:${e}`);return W0(t)}async function ts(n){let e;try{e=await fetch(n)}catch(t){throw new Kf(t)}if(e.status===400||e.status===401){let t;try{t=await e.json()}catch{throw new ar(e.status)}if(typeof t!="object"||t===null)throw new Cn(e.status,t);let i;try{i=Ff(t)}catch{throw new Cn(e.status,t)}throw i}if(e.status===200){let t;try{t=await e.json()}catch{throw new ar(e.status)}if(typeof t!="object"||t===null)throw new Cn(e.status,t);return new em(t)}throw e.body!==null&&await e.body.cancel(),new ar(e.status)}async function im(n){let e;try{e=await fetch(n)}catch(t){throw new Kf(t)}if(e.status===400||e.status===401){let t;try{t=await e.json()}catch{throw new Cn(e.status,null)}if(typeof t!="object"||t===null)throw new Cn(e.status,t);let i;try{i=Ff(t)}catch{throw new Cn(e.status,t)}throw i}if(e.status===200){e.body!==null&&await e.body.cancel();return}throw e.body!==null&&await e.body.cancel(),new ar(e.status)}function Ff(n){let e;if("error"in n&&typeof n.error=="string")e=n.error;else throw new Error("Invalid error response");let t=null,i=null,r=null;if("error_description"in n){if(typeof n.error_description!="string")throw new Error("Invalid data");t=n.error_description}if("error_uri"in n){if(typeof n.error_uri!="string")throw new Error("Invalid data");i=n.error_uri}if("state"in n){if(typeof n.state!="string")throw new Error("Invalid data");r=n.state}return new rm(e,t,i,r)}class Kf extends Error{constructor(e){super("Failed to send request",{cause:e})}}class rm extends Error{constructor(t,i,r,s){super(`OAuth request error: ${t}`);te(this,"code");te(this,"description");te(this,"uri");te(this,"state");this.code=t,this.description=i,this.uri=r,this.state=s}}class ar extends Error{constructor(t){super("Unexpected error response");te(this,"status");this.status=t}}class Cn extends Error{constructor(t,i){super("Unexpected error response body");te(this,"status");te(this,"data");this.status=t,this.data=i}}class Hc{constructor(e,t,i){te(this,"clientId");te(this,"clientPassword");te(this,"redirectURI");this.clientId=e,this.clientPassword=t,this.redirectURI=i}createAuthorizationURL(e,t,i){const r=new URL(e);return r.searchParams.set("response_type","code"),r.searchParams.set("client_id",this.clientId),this.redirectURI!==null&&r.searchParams.set("redirect_uri",this.redirectURI),r.searchParams.set("state",t),i.length>0&&r.searchParams.set("scope",i.join(" ")),r}createAuthorizationURLWithPKCE(e,t,i,r,s){const a=new URL(e);if(a.searchParams.set("response_type","code"),a.searchParams.set("client_id",this.clientId),this.redirectURI!==null&&a.searchParams.set("redirect_uri",this.redirectURI),a.searchParams.set("state",t),i===$i.S256){const c=tm(r);a.searchParams.set("code_challenge_method","S256"),a.searchParams.set("code_challenge",c)}else i===$i.Plain&&(a.searchParams.set("code_challenge_method","plain"),a.searchParams.set("code_challenge",r));return s.length>0&&a.searchParams.set("scope",s.join(" ")),a}async validateAuthorizationCode(e,t,i){const r=new URLSearchParams;r.set("grant_type","authorization_code"),r.set("code",t),this.redirectURI!==null&&r.set("redirect_uri",this.redirectURI),i!==null&&r.set("code_verifier",i),this.clientPassword===null&&r.set("client_id",this.clientId);const s=fi(e,r);if(this.clientPassword!==null){const c=vo(this.clientId,this.clientPassword);s.headers.set("Authorization",`Basic ${c}`)}return await ts(s)}async refreshAccessToken(e,t,i){const r=new URLSearchParams;r.set("grant_type","refresh_token"),r.set("refresh_token",t),this.clientPassword===null&&r.set("client_id",this.clientId),i.length>0&&r.set("scope",i.join(" "));const s=fi(e,r);if(this.clientPassword!==null){const c=vo(this.clientId,this.clientPassword);s.headers.set("Authorization",`Basic ${c}`)}return await ts(s)}async revokeToken(e,t){const i=new URLSearchParams;i.set("token",t),this.clientPassword===null&&i.set("client_id",this.clientId);const r=fi(e,i);if(this.clientPassword!==null){const s=vo(this.clientId,this.clientPassword);r.headers.set("Authorization",`Basic ${s}`)}await im(r)}}var $i;(function(n){n[n.S256=0]="S256",n[n.Plain=1]="Plain"})($i||($i={}));var sd;(function(n){n[n.Include=0]="Include",n[n.None=1]="None"})(sd||(sd={}));var od;(function(n){n[n.Required=0]="Required",n[n.Ignore=1]="Ignore"})(od||(od={}));function hi(n){return sm(n,om,ns.None)}function sm(n,e,t){let i="";for(let r=0;r<n.byteLength;r+=3){let s=0,a=0;for(let c=0;c<3&&r+c<n.byteLength;c++)s=s<<8|n[r+c],a+=8;for(let c=0;c<4;c++)a>=6?(i+=e[s>>a-6&63],a-=6):a>0?(i+=e[s<<6-a&63],a=0):t===ns.Include&&(i+="=")}return i}const om="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var ns;(function(n){n[n.Include=0]="Include",n[n.None=1]="None"})(ns||(ns={}));var ad;(function(n){n[n.Required=0]="Required",n[n.Ignore=1]="Ignore"})(ad||(ad={}));function am(n,e,t){const i=hi(new TextEncoder().encode(n)),r=hi(new TextEncoder().encode(e)),s=hi(t);return i+"."+r+"."+s}function cm(n,e){const t=hi(new TextEncoder().encode(n)),i=hi(new TextEncoder().encode(e)),r=t+"."+i;return new TextEncoder().encode(r)}const lm="https://appleid.apple.com/auth/authorize",um="https://appleid.apple.com/auth/token";class Wf{constructor(e,t,i,r,s){te(this,"clientId");te(this,"teamId");te(this,"keyId");te(this,"pkcs8PrivateKey");te(this,"redirectURI");this.clientId=e,this.teamId=t,this.keyId=i,this.pkcs8PrivateKey=r,this.redirectURI=s}createAuthorizationURL(e,t){const i=new URL(lm);return i.searchParams.set("response_type","code"),i.searchParams.set("client_id",this.clientId),i.searchParams.set("state",e),t.length>0&&i.searchParams.set("scope",t.join(" ")),i.searchParams.set("redirect_uri",this.redirectURI),i}async validateAuthorizationCode(e){const t=new URLSearchParams;t.set("grant_type","authorization_code"),t.set("code",e),t.set("redirect_uri",this.redirectURI),t.set("client_id",this.clientId);const i=await this.createClientSecret();t.set("client_secret",i);const r=fi(um,t);return await ts(r)}async createClientSecret(){const e=await crypto.subtle.importKey("pkcs8",this.pkcs8PrivateKey,{name:"ECDSA",namedCurve:"P-256"},!1,["sign"]),t=Math.floor(Date.now()/1e3),i=JSON.stringify({typ:"JWT",alg:"ES256",kid:this.keyId}),r=JSON.stringify({iss:this.teamId,exp:t+5*60,aud:["https://appleid.apple.com"],sub:this.clientId,iat:t}),s=new Uint8Array(await crypto.subtle.sign({name:"ECDSA",hash:"SHA-256"},e,cm(i,r)));return am(i,r,s)}}const dm="https://www.facebook.com/v16.0/dialog/oauth",pm="https://graph.facebook.com/v16.0/oauth/access_token";class Gf{constructor(e,t,i){te(this,"clientId");te(this,"clientSecret");te(this,"redirectURI");this.clientId=e,this.clientSecret=t,this.redirectURI=i}createAuthorizationURL(e,t){const i=new URL(dm);return i.searchParams.set("response_type","code"),i.searchParams.set("client_id",this.clientId),i.searchParams.set("state",e),t.length>0&&i.searchParams.set("scope",t.join(" ")),i.searchParams.set("redirect_uri",this.redirectURI),i}async validateAuthorizationCode(e){const t=new URLSearchParams;t.set("grant_type","authorization_code"),t.set("code",e),t.set("redirect_uri",this.redirectURI),t.set("client_id",this.clientId),t.set("client_secret",this.clientSecret);const i=fi(pm,t);return await ts(i)}}const fm="https://accounts.google.com/o/oauth2/v2/auth",cd="https://oauth2.googleapis.com/token",hm="https://oauth2.googleapis.com/revoke";class Jf{constructor(e,t,i){te(this,"client");this.client=new Hc(e,t,i)}createAuthorizationURL(e,t,i){return this.client.createAuthorizationURLWithPKCE(fm,e,$i.S256,t,i)}async validateAuthorizationCode(e,t){return await this.client.validateAuthorizationCode(cd,e,t)}async refreshAccessToken(e){return await this.client.refreshAccessToken(cd,e,[])}async revokeToken(e){await this.client.revokeToken(hm,e)}}class qc{constructor(e,t){te(this,"value");te(this,"unit");this.value=e,this.unit=t}milliseconds(){return this.unit==="ms"?this.value:this.unit==="s"?this.value*1e3:this.unit==="m"?this.value*1e3*60:this.unit==="h"?this.value*1e3*60*60:this.unit==="d"?this.value*1e3*60*60*24:this.value*1e3*60*60*24*7}seconds(){return this.milliseconds()/1e3}transform(e){return new qc(Math.round(this.milliseconds()*e),"ms")}}async function ld(n,e,t,i){const r={alg:n,typ:"JWT",...i==null?void 0:i.headers},s={...t};(i==null?void 0:i.audiences)!==void 0&&(s.aud=i.audiences),(i==null?void 0:i.subject)!==void 0&&(s.sub=i.subject),(i==null?void 0:i.issuer)!==void 0&&(s.iss=i.issuer),(i==null?void 0:i.jwtId)!==void 0&&(s.jti=i.jwtId),(i==null?void 0:i.expiresIn)!==void 0&&(s.exp=Math.floor(Date.now()/1e3)+i.expiresIn.seconds()),(i==null?void 0:i.notBefore)!==void 0&&(s.nbf=Math.floor(i.notBefore.getTime()/1e3)),s.iat=Math.floor(Date.now()/1e3);const a=new TextEncoder,c=rn.encode(a.encode(JSON.stringify(r)),{includePadding:!1}),l=rn.encode(a.encode(JSON.stringify(s)),{includePadding:!1}),u=a.encode([c,l].join(".")),p=await _m(n).sign(e,u),g=rn.encode(new Uint8Array(p),{includePadding:!1});return[c,l,g].join(".")}function gm(n){const e=n.split(".");return e.length!==3?null:e}function Fc(n){const e=gm(n);if(!e)return null;const t=new TextDecoder,i=rn.decode(e[0],{strict:!1}),r=rn.decode(e[1],{strict:!1}),s=JSON.parse(t.decode(i));if(typeof s!="object"||s===null||!("alg"in s)||!mm(s.alg)||"typ"in s&&s.typ!=="JWT")return null;const a=JSON.parse(t.decode(r));if(typeof a!="object"||a===null)return null;const c={algorithm:s.alg,expiresAt:null,subject:null,issuedAt:null,issuer:null,jwtId:null,audiences:null,notBefore:null};if("exp"in a){if(typeof a.exp!="number")return null;c.expiresAt=new Date(a.exp*1e3)}if("iss"in a){if(typeof a.iss!="string")return null;c.issuer=a.iss}if("sub"in a){if(typeof a.sub!="string")return null;c.subject=a.sub}if("aud"in a)if(Array.isArray(a.aud)){for(const l of a.aud)if(typeof l!="string")return null;c.audiences=a.aud}else{if(typeof a.aud!="string")return null;c.audiences=[a.aud]}if("nbf"in a){if(typeof a.nbf!="number")return null;c.notBefore=new Date(a.nbf*1e3)}if("iat"in a){if(typeof a.iat!="number")return null;c.issuedAt=new Date(a.iat*1e3)}if("jti"in a){if(typeof a.jti!="string")return null;c.jwtId=a.jti}return{value:n,header:{...s,typ:"JWT",alg:s.alg},payload:{...a},parts:e,...c}}function _m(n){return new v0(ym[n])}function mm(n){return typeof n!="string"?!1:["HS256","HS384","HS512","RS256","RS384","RS512","ES256","ES384","ES512","PS256","PS384","PS512"].includes(n)}const ym={RS256:"SHA-256",RS384:"SHA-384",RS512:"SHA-512"},Xs=o.z.object({iss:o.z.string().url(),sub:o.z.string(),aud:o.z.string(),exp:o.z.number(),email:o.z.string().optional(),given_name:o.z.string().optional(),family_name:o.z.string().optional(),name:o.z.string().optional(),iat:o.z.number(),auth_time:o.z.number().optional(),nonce:o.z.string().optional(),acr:o.z.string().optional(),amr:o.z.array(o.z.string()).optional(),azp:o.z.string().optional(),at_hash:o.z.string().optional(),c_hash:o.z.string().optional()}).passthrough();Xs.omit({iat:!0,auth_time:!0,nonce:!0,acr:!0,amr:!0,azp:!0,at_hash:!0,c_hash:!0});function vm(n){return n.ISSUER}function vt(n){return n.UNIVERSAL_LOGIN_URL||`${n.ISSUER}u/`}function Ie(n){return n.OAUTH_API_URL||n.ISSUER}function Zf(n){const{options:e}=n;if(!e||!e.client_id||!e.team_id||!e.kid||!e.app_secret)throw new Error("Missing required Apple authentication parameters");const t=Buffer.from(e.app_secret,"utf-8"),i=t.toString().replace(/-----BEGIN PRIVATE KEY-----|-----END PRIVATE KEY-----|\s/g,""),r=Uint8Array.from(Buffer.from(i,"base64"));return t.fill(0),{options:e,keyArray:r}}async function wm(n,e){var l,u;const{options:t,keyArray:i}=Zf(e),r=new Wf(t.client_id,t.team_id,t.kid,i,`${Ie(n.env)}callback`),s=Me(),a=await r.createAuthorizationURL(s,((l=t.scope)==null?void 0:l.split(" "))||["name","email"]);return(((u=t.scope)==null?void 0:u.split(" "))||["name","email"]).some(p=>["email","name"].includes(p))&&a.searchParams.set("response_mode","form_post"),{redirectUrl:a.href,code:s}}async function bm(n,e,t){const{options:i,keyArray:r}=Zf(e),a=await new Wf(i.client_id,i.team_id,i.kid,r,`${Ie(n.env)}callback`).validateAuthorizationCode(t),c=Fc(a.idToken());if(!c)throw new Error("Invalid ID token");const l=Xs.parse(c.payload);return{sub:l.sub,email:l.email,given_name:l.given_name,family_name:l.family_name,name:l.name,picture:l.picture,locale:l.locale}}const km=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:wm,validateAuthorizationCodeAndGetUser:bm},Symbol.toStringTag,{value:"Module"}));async function xm(n,e){var a;const{options:t}=e;if(!(t!=null&&t.client_id)||!t.client_secret)throw new Error("Missing required authentication parameters");const i=new Gf(t.client_id,t.client_secret,`${Ie(n.env)}callback`),r=Me();return{redirectUrl:i.createAuthorizationURL(r,((a=t.scope)==null?void 0:a.split(" "))||["email"]).href,code:r}}async function Sm(n,e,t){const{options:i}=e;if(!(i!=null&&i.client_id)||!i.client_secret)throw new Error("Missing required authentication parameters");const s=await new Gf(i.client_id,i.client_secret,`${Ie(n.env)}callback`).validateAuthorizationCode(t),a=await fetch("https://graph.facebook.com/v16.0/me?fields=id,email,name",{headers:{Authorization:`Bearer ${s.accessToken()}`}});if(!a.ok)throw new Error("Failed to fetch user info");const c=await a.json();return n.set("log",`Userinfo: ${JSON.stringify(c)}`),{sub:c.id,email:c.email,name:c.name}}const Am=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:xm,validateAuthorizationCodeAndGetUser:Sm},Symbol.toStringTag,{value:"Module"}));async function Im(n,e){var c;const{options:t}=e;if(!(t!=null&&t.client_id)||!t.client_secret)throw new Error("Missing required Google authentication parameters");const i=new Jf(t.client_id,t.client_secret,`${Ie(n.env)}callback`),r=Me(),s=nm();return{redirectUrl:i.createAuthorizationURL(r,s,((c=t.scope)==null?void 0:c.split(" "))??["email","profile"]).href,code:r,codeVerifier:s}}async function Em(n,e,t,i){const{options:r}=e;if(!(r!=null&&r.client_id)||!r.client_secret||!i)throw new Error("Missing required authentication parameters");const a=await new Jf(r.client_id,r.client_secret,`${Ie(n.env)}callback`).validateAuthorizationCode(t,i);console.log("got here");const c=Fc(a.idToken());if(!c)throw new Error("Invalid ID token");const l=Xs.parse(c.payload);return{sub:l.sub,email:l.email,given_name:l.given_name,family_name:l.family_name,name:l.name,picture:l.picture,locale:l.locale}}const zm=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:Im,validateAuthorizationCodeAndGetUser:Em},Symbol.toStringTag,{value:"Module"}));async function $m(n,e){var a;const{options:t}=e;if(!(t!=null&&t.client_id)||!t.client_secret)throw new Error("Missing required authentication parameters");const i=new Hc(t.client_id,t.client_secret,`${Ie(n.env)}callback`),r=Me(),s=i.createAuthorizationURL("https://api.vipps.no/access-management-1.0/access/oauth2/auth",r,((a=t.scope)==null?void 0:a.split(" "))||["openid","email","phoneNumber","name","address","birthDate"]);return s.searchParams.set("response_type","code"),s.searchParams.set("response_mode","query"),{redirectUrl:s.href,code:r}}async function Cm(n,e,t){const{options:i}=e;if(!(i!=null&&i.client_id)||!i.client_secret)throw new Error("Missing required authentication parameters");const s=await new Hc(i.client_id,i.client_secret,`${Ie(n.env)}callback`).validateAuthorizationCode("https://api.vipps.no/access-management-1.0/access/oauth2/token",t,null),a=Fc(s.idToken());if(!a)throw new Error("Invalid ID token");const c=Xs.parse(a.payload);if(typeof c.msn!="string")throw new Error("msn not available in id token");const l=await fetch("https://api.vipps.no/vipps-userinfo-api/userinfo",{headers:{Authorization:`Bearer ${s.accessToken()}`,"Merchant-Serial-Number":c.msn}});if(!l.ok)throw new j(400,{message:"Failed to get user from vipps"});return await l.json()}const jm=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:$m,validateAuthorizationCodeAndGetUser:Cm},Symbol.toStringTag,{value:"Module"}));function Yf(n,e){const t=n.env.STRATEGIES||{},r={apple:km,facebook:Am,"google-oauth2":zm,vipps:jm,...t}[e];if(!r)throw new Error(`Strategy ${e} not found`);return r}async function Kc(n,e){const t=await n.data.clients.get(e);if(!t)throw new j(403,{message:"Client not found"});const i=n.DEFAULT_CLIENT_ID?await n.data.clients.get(n.DEFAULT_CLIENT_ID):void 0,r=await n.data.connections.list(t.tenant.id),s=n.DEFAULT_TENANT_ID?await n.data.connections.list(n.DEFAULT_TENANT_ID):{connections:[]},a=r.connections.map(c=>{var p;const l=(p=s.connections)==null?void 0:p.find(g=>g.name===c.name);return l!=null&&l.options?Bt.parse({...l||{},...c,options:{...l.options||{},...c.options}}):c}).filter(c=>c);return{...t,web_origins:[...(i==null?void 0:i.web_origins)||[],...t.web_origins||[],`${vt(n)}login`],allowed_logout_urls:[...(i==null?void 0:i.allowed_logout_urls)||[],...t.allowed_logout_urls||[],n.ISSUER],callbacks:[...(i==null?void 0:i.callbacks)||[],...t.callbacks||[],`${vt(n)}info`],connections:a,domains:[...t.domains||[],...(i==null?void 0:i.domains)||[]],tenant:{...(i==null?void 0:i.tenant)||{},...t.tenant}}}function Qs(n,e=[],t={}){try{const i=new URL(n);return e.some(r=>{try{return Nm(i,new URL(r),t.allowPathWildcards)}catch{return!1}})}catch{return!1}}function Nm(n,e,t){if(n.protocol!==e.protocol)return!1;if(t&&e.pathname.includes("*")){const i=e.pathname.replace(/\*/g,".*").replace(/\//g,"\\/");if(!new RegExp(`^${i}$`).test(n.pathname))return!1}else if(n.pathname!==e.pathname)return!1;if(e.hostname.startsWith("*.")&&e.hostname.split(".").length>2&&["http:","https:"].includes(e.protocol)){const i=e.hostname.split(".").slice(1).join(".");return n.hostname.endsWith(i)}return n.hostname===e.hostname}function Om(n){try{const t=/-----BEGIN (?:RSA )?(?:PRIVATE|PUBLIC) KEY-----([^-]*)-----END (?:RSA )?(?:PRIVATE|PUBLIC) KEY-----/.exec(n);if(!t||!t[1])throw new Error("Invalid PEM format");return Uint8Array.from(atob(t[1].replace(/\s/g,"")),i=>i.charCodeAt(0)).buffer}finally{n=n.replace(/./g,"\0")}}async function Bm(n,e){if(e==="plain")return n;const t=new TextEncoder().encode(n),i=await Vf(t);return rn.encode(new Uint8Array(i),{includePadding:!1})}function Xf(n,e,t){const i=[];return i.push([encodeURIComponent(n),encodeURIComponent(e)]),(t==null?void 0:t.domain)!==void 0&&i.push(["Domain",t.domain]),(t==null?void 0:t.expires)!==void 0&&i.push(["Expires",t.expires.toUTCString()]),t!=null&&t.httpOnly&&i.push(["HttpOnly"]),(t==null?void 0:t.maxAge)!==void 0&&i.push(["Max-Age",t.maxAge.toString()]),(t==null?void 0:t.path)!==void 0&&i.push(["Path",t.path]),(t==null?void 0:t.sameSite)==="lax"&&i.push(["SameSite","Lax"]),(t==null?void 0:t.sameSite)==="none"&&i.push(["SameSite","None"]),(t==null?void 0:t.sameSite)==="strict"&&i.push(["SameSite","Strict"]),t!=null&&t.secure&&i.push(["Secure"]),i.map(r=>r.join("=")).join("; ")}function Tm(n){const e=new Map,t=n.split("; ");for(const i of t){const r=i.split("="),s=r[0],a=r[1]??"";s&&e.set(decodeURIComponent(s),decodeURIComponent(a))}return e}function Wc(n){return`${n}-${q0}`}function Qf(n,e){return e?(console.log("cookieHeaders",e),Tm(e).get(Wc(n))):void 0}function Rm(n){const e={path:"/",httpOnly:!0,secure:!0,maxAge:0};return Xf(Wc(n),"",{...e,sameSite:"none"})}function eh(n,e){const t={path:"/",httpOnly:!0,secure:!0,maxAge:Ys};return Xf(Wc(n),e,{...t,sameSite:"none"})}var Gc={},eo={};(function(n){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",t=e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",i="["+e+"]["+t+"]*",r=new RegExp("^"+i+"$"),s=function(c,l){const u=[];let p=l.exec(c);for(;p;){const g=[];g.startIndex=l.lastIndex-p[0].length;const _=p.length;for(let x=0;x<_;x++)g.push(p[x]);u.push(g),p=l.exec(c)}return u},a=function(c){const l=r.exec(c);return!(l===null||typeof l>"u")};n.isExist=function(c){return typeof c<"u"},n.isEmptyObject=function(c){return Object.keys(c).length===0},n.merge=function(c,l,u){if(l){const p=Object.keys(l),g=p.length;for(let _=0;_<g;_++)u==="strict"?c[p[_]]=[l[p[_]]]:c[p[_]]=l[p[_]]}},n.getValue=function(c){return n.isExist(c)?c:""},n.isName=a,n.getAllMatches=s,n.nameRegexp=i})(eo);const Jc=eo,Pm={allowBooleanAttributes:!1,unpairedTags:[]};Gc.validate=function(n,e){e=Object.assign({},Pm,e);const t=[];let i=!1,r=!1;n[0]==="\uFEFF"&&(n=n.substr(1));for(let s=0;s<n.length;s++)if(n[s]==="<"&&n[s+1]==="?"){if(s+=2,s=dd(n,s),s.err)return s}else if(n[s]==="<"){let a=s;if(s++,n[s]==="!"){s=pd(n,s);continue}else{let c=!1;n[s]==="/"&&(c=!0,s++);let l="";for(;s<n.length&&n[s]!==">"&&n[s]!==" "&&n[s]!==" "&&n[s]!==`
|
|
126
|
-
`&&
|
|
127
|
-
`||
|
|
128
|
-
`);const e=new
|
|
129
|
-
`;function
|
|
117
|
+
*/const Xi="crypto.algorithm";class Mm{getAlgorithms(){return Oe.resolveAll(Xi)}toAsnAlgorithm(e){({...e});for(const n of this.getAlgorithms()){const i=n.toAsnAlgorithm(e);if(i)return i}if(/^[0-9.]+$/.test(e.name)){const n=new F({algorithm:e.name});if("parameters"in e){const i=e;n.parameters=i.parameters}return n}throw new Error("Cannot convert WebCrypto algorithm to ASN.1 algorithm")}toWebAlgorithm(e){for(const i of this.getAlgorithms()){const r=i.toWebAlgorithm(e);if(r)return r}return{name:e.algorithm,parameters:e.parameters}}}const kn="crypto.algorithmProvider";Oe.registerSingleton(kn,Mm);var gr;const qe="1.3.36.3.3.2.8.1.1",Uu=`${qe}.1`,Vu=`${qe}.2`,Mu=`${qe}.3`,Du=`${qe}.4`,Fu=`${qe}.5`,Hu=`${qe}.6`,qu=`${qe}.7`,Ku=`${qe}.8`,Wu=`${qe}.9`,Gu=`${qe}.10`,Ju=`${qe}.11`,Zu=`${qe}.12`,Yu=`${qe}.13`,Xu=`${qe}.14`,Qu="brainpoolP160r1",ed="brainpoolP160t1",td="brainpoolP192r1",nd="brainpoolP192t1",id="brainpoolP224r1",rd="brainpoolP224t1",sd="brainpoolP256r1",od="brainpoolP256t1",ad="brainpoolP320r1",cd="brainpoolP320t1",ld="brainpoolP384r1",ud="brainpoolP384t1",dd="brainpoolP512r1",pd="brainpoolP512t1",ye="ECDSA";let $i=gr=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case ye.toLowerCase():if("hash"in e)switch((typeof e.hash=="string"?e.hash:e.hash.name).toLowerCase()){case"sha-1":return dm;case"sha-256":return pm;case"sha-384":return fm;case"sha-512":return hm}else if("namedCurve"in e){let n="";switch(e.namedCurve){case"P-256":n=_u;break;case"K-256":n=gr.SECP256K1;break;case"P-384":n=mu;break;case"P-521":n=yu;break;case Qu:n=Uu;break;case ed:n=Vu;break;case td:n=Mu;break;case nd:n=Du;break;case id:n=Fu;break;case rd:n=Hu;break;case sd:n=qu;break;case od:n=Ku;break;case ad:n=Wu;break;case cd:n=Gu;break;case ld:n=Ju;break;case ud:n=Zu;break;case dd:n=Yu;break;case pd:n=Xu;break}if(n)return new F({algorithm:Ei,parameters:U.serialize(new Wt({namedCurve:n}))})}}return null}toWebAlgorithm(e){switch(e.algorithm){case Xc:return{name:ye,hash:{name:"SHA-1"}};case Qc:return{name:ye,hash:{name:"SHA-256"}};case el:return{name:ye,hash:{name:"SHA-384"}};case tl:return{name:ye,hash:{name:"SHA-512"}};case Ei:{if(!e.parameters)throw new TypeError("Cannot get required parameters from EC algorithm");switch(U.parse(e.parameters,Wt).namedCurve){case _u:return{name:ye,namedCurve:"P-256"};case gr.SECP256K1:return{name:ye,namedCurve:"K-256"};case mu:return{name:ye,namedCurve:"P-384"};case yu:return{name:ye,namedCurve:"P-521"};case Uu:return{name:ye,namedCurve:Qu};case Vu:return{name:ye,namedCurve:ed};case Mu:return{name:ye,namedCurve:td};case Du:return{name:ye,namedCurve:nd};case Fu:return{name:ye,namedCurve:id};case Hu:return{name:ye,namedCurve:rd};case qu:return{name:ye,namedCurve:sd};case Ku:return{name:ye,namedCurve:od};case Wu:return{name:ye,namedCurve:ad};case Gu:return{name:ye,namedCurve:cd};case Ju:return{name:ye,namedCurve:ld};case Zu:return{name:ye,namedCurve:ud};case Yu:return{name:ye,namedCurve:dd};case Xu:return{name:ye,namedCurve:pd}}}}return null}};$i.SECP256K1="1.3.132.0.10";$i=gr=d([ro()],$i);Oe.registerSingleton(Xi,$i);const lh=Symbol("name"),uh=Symbol("value");class le{constructor(e,n={},i=""){this[lh]=e,this[uh]=i;for(const r in n)this[r]=n[r]}}le.NAME=lh;le.VALUE=uh;class Dm{static toTextObject(e){const n=new le("Algorithm Identifier",{},Zt.toString(e.algorithm));if(e.parameters)switch(e.algorithm){case Ei:{const i=new $i().toWebAlgorithm(e);i&&"namedCurve"in i?n["Named Curve"]=i.namedCurve:n.Parameters=e.parameters;break}default:n.Parameters=e.parameters}return n}}class Zt{static toString(e){const n=this.items[e];return n||e}}Zt.items={[es]:"sha1",[Zf]:"sha224",[ts]:"sha256",[ns]:"sha384",[is]:"sha512",[vn]:"rsaEncryption",[Yr]:"sha1WithRSAEncryption",[wm]:"sha224WithRSAEncryption",[Ta]:"sha256WithRSAEncryption",[Xr]:"sha384WithRSAEncryption",[Qr]:"sha512WithRSAEncryption",[Ei]:"ecPublicKey",[Xc]:"ecdsaWithSHA1",[Wf]:"ecdsaWithSHA224",[Qc]:"ecdsaWithSHA256",[el]:"ecdsaWithSHA384",[tl]:"ecdsaWithSHA512",[rm]:"TLS WWW server authentication",[sm]:"TLS WWW client authentication",[om]:"Code Signing",[am]:"E-mail Protection",[cm]:"Time Stamping",[lm]:"OCSP Signing",[um]:"Signed Data"};class xn{static serialize(e){return this.serializeObj(e).join(`
|
|
118
|
+
`)}static pad(e=0){return"".padStart(2*e," ")}static serializeObj(e,n=0){const i=[];let r=this.pad(n++),s="";const o=e[le.VALUE];o&&(s=` ${o}`),i.push(`${r}${e[le.NAME]}:${s}`),r=this.pad(n);for(const c in e){if(typeof c=="symbol")continue;const l=e[c],u=c?`${c}: `:"";if(typeof l=="string"||typeof l=="number"||typeof l=="boolean")i.push(`${r}${u}${l}`);else if(l instanceof Date)i.push(`${r}${u}${l.toUTCString()}`);else if(Array.isArray(l))for(const p of l)p[le.NAME]=c,i.push(...this.serializeObj(p,n));else if(l instanceof le)l[le.NAME]=c,i.push(...this.serializeObj(l,n));else if(V.isBufferSource(l))c?(i.push(`${r}${u}`),i.push(...this.serializeBufferSource(l,n+1))):i.push(...this.serializeBufferSource(l,n));else if("toTextObject"in l){const p=l.toTextObject();p[le.NAME]=c,i.push(...this.serializeObj(p,n))}else throw new TypeError("Cannot serialize data in text format. Unsupported type.")}return i}static serializeBufferSource(e,n=0){const i=this.pad(n),r=V.toUint8Array(e),s=[];for(let o=0;o<r.length;){const c=[];for(let l=0;l<16&&o<r.length;l++){l===8&&c.push("");const u=r[o++].toString(16).padStart(2,"0");c.push(u)}s.push(`${i}${c.join(" ")}`)}return s}static serializeAlgorithm(e){return this.algorithmSerializer.toTextObject(e)}}xn.oidSerializer=Zt;xn.algorithmSerializer=Dm;class Yt{constructor(...e){if(e.length===1){const n=e[0];this.rawData=U.serialize(n),this.onInit(n)}else{const n=U.parse(e[0],e[1]);this.rawData=V.toArrayBuffer(e[0]),this.onInit(n)}}equal(e){return e instanceof Yt?Cp(e.rawData,this.rawData):!1}toString(e="text"){switch(e){case"asn":return U.toString(this.rawData);case"text":return xn.serialize(this.toTextObject());case"hex":return G.ToHex(this.rawData);case"base64":return G.ToBase64(this.rawData);case"base64url":return G.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 le(this.getTextName(),{},e)}}Yt.NAME="ASN";class it extends Yt{constructor(...e){let n;V.isBufferSource(e[0])?n=V.toArrayBuffer(e[0]):n=U.serialize(new tt({extnID:e[0],critical:e[1],extnValue:new oe(V.toArrayBuffer(e[2]))})),super(n,tt)}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[le.NAME]===it.NAME&&(e[le.NAME]=Zt.toString(this.type)),e}}var dh;class Ut{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[dh]="CryptoProvider",typeof self<"u"&&typeof crypto<"u"?this.set(Ut.DEFAULT,crypto):typeof global<"u"&&global.crypto&&global.crypto.subtle&&this.set(Ut.DEFAULT,global.crypto)}clear(){this.items.clear()}delete(e){return this.items.delete(e)}forEach(e,n){return this.items.forEach(e,n)}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=Ut.DEFAULT){const n=this.items.get(e.toLowerCase());if(!n)throw new Error(`Cannot get Crypto by name '${e}'`);return n}set(e,n){if(typeof e=="string"){if(!n)throw new TypeError("Argument 'value' is required");this.items.set(e.toLowerCase(),n)}else this.items.set(Ut.DEFAULT,e);return this}}dh=Symbol.toStringTag;Ut.DEFAULT="default";const ze=new Ut,Fm=/^[0-2](?:\.[1-9][0-9]*)+$/;function Hm(t){return new RegExp(Fm).test(t)}class ph{constructor(e={}){this.items={};for(const n in e)this.register(n,e[n])}get(e){return this.items[e]||null}findId(e){return Hm(e)?e:this.get(e)}register(e,n){this.items[e]=n,this.items[n]=e}}const Fe=new ph;Fe.register("CN","2.5.4.3");Fe.register("L","2.5.4.7");Fe.register("ST","2.5.4.8");Fe.register("O","2.5.4.10");Fe.register("OU","2.5.4.11");Fe.register("C","2.5.4.6");Fe.register("DC","0.9.2342.19200300.100.1.25");Fe.register("E","1.2.840.113549.1.9.1");Fe.register("G","2.5.4.42");Fe.register("I","2.5.4.43");Fe.register("SN","2.5.4.4");Fe.register("T","2.5.4.12");function qm(t,e){return`\\${G.ToHex(G.FromUtf8String(e)).toUpperCase()}`}function Km(t){return t.replace(/([,+"\\<>;])/g,"\\$1").replace(/^([ #])/,"\\$1").replace(/([ ]$)/,"\\$1").replace(/([\r\n\t])/,qm)}class Qe{static isASCII(e){for(let n=0;n<e.length;n++)if(e.charCodeAt(n)>255)return!1;return!0}static isPrintableString(e){return/^[A-Za-z0-9 '()+,-./:=?]*$/g.test(e)}constructor(e,n={}){this.extraNames=new ph,this.asn=new ke;for(const i in n)if(Object.prototype.hasOwnProperty.call(n,i)){const r=n[i];this.extraNames.register(i,r)}typeof e=="string"?this.asn=this.fromString(e):e instanceof ke?this.asn=e:V.isBufferSource(e)?this.asn=U.parse(e,ke):this.asn=this.fromJSON(e)}getField(e){const n=this.extraNames.findId(e)||Fe.findId(e),i=[];for(const r of this.asn)for(const s of r)s.type===n&&i.push(s.value.toString());return i}getName(e){return this.extraNames.get(e)||Fe.get(e)}toString(){return this.asn.map(e=>e.map(n=>{const i=this.getName(n.type)||n.type,r=n.value.anyValue?`#${G.ToHex(n.value.anyValue)}`:Km(n.value.toString());return`${i}=${r}`}).join("+")).join(", ")}toJSON(){var e;const n=[];for(const i of this.asn){const r={};for(const s of i){const o=this.getName(s.type)||s.type;(e=r[o])!==null&&e!==void 0||(r[o]=[]),r[o].push(s.value.anyValue?`#${G.ToHex(s.value.anyValue)}`:s.value.toString())}n.push(r)}return n}fromString(e){const n=new ke,i=/(\d\.[\d.]*\d|[A-Za-z]+)=((?:"")|(?:".*?[^\\]")|(?:[^,+].*?(?:[^\\][,+]))|(?:))([,+])?/g;let r=null,s=",";for(;r=i.exec(`${e},`);){let[,o,c]=r;const l=c[c.length-1];(l===","||l==="+")&&(c=c.slice(0,c.length-1),r[3]=l);const u=r[3];o=this.getTypeOid(o);const p=this.createAttribute(o,c);s==="+"?n[n.length-1].push(p):n.push(new Un([p])),s=u}return n}fromJSON(e){const n=new ke;for(const i of e){const r=new Un;for(const s in i){const o=this.getTypeOid(s),c=i[s];for(const l of c){const u=this.createAttribute(o,l);r.push(u)}}n.push(r)}return n}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,n){const i=new Ls({type:e});if(typeof n=="object")for(const r in n)switch(r){case"ia5String":i.value.ia5String=n[r];break;case"utf8String":i.value.utf8String=n[r];break;case"universalString":i.value.universalString=n[r];break;case"bmpString":i.value.bmpString=n[r];break;case"printableString":i.value.printableString=n[r];break}else if(n[0]==="#")i.value.anyValue=G.FromHex(n.slice(1));else{const r=this.processStringValue(n);e===this.getName("E")||e===this.getName("DC")?i.value.ia5String=r:Qe.isPrintableString(r)?i.value.printableString=r:i.value.utf8String=r}return i}processStringValue(e){const n=/"(.*?[^\\])?"/.exec(e);return n&&(e=n[1]),e.replace(/\\0a/ig,`
|
|
119
|
+
`).replace(/\\0d/ig,"\r").replace(/\\0g/ig," ").replace(/\\(.)/g,"$1")}toArrayBuffer(){return U.serialize(this.asn)}async getThumbprint(...e){var n;let i,r="SHA-1";return e.length>=1&&!(!((n=e[0])===null||n===void 0)&&n.subtle)?(r=e[0]||r,i=e[1]||ze.get()):i=e[0]||ze.get(),await i.subtle.digest(r,this.toArrayBuffer())}}const fh="Cannot initialize GeneralName from ASN.1 data.",fd=`${fh} Unsupported string format in use.`,Wm=`${fh} Value doesn't match to GUID regular expression.`,hd=/^([0-9a-f]{8})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{12})$/i,gd="1.3.6.1.4.1.311.25.1",_d="1.3.6.1.4.1.311.20.2.3",Io="dns",Eo="dn",Co="email",zo="ip",$o="url",jo="guid",No="upn",or="id";class Vt extends Yt{constructor(...e){let n;if(e.length===2)switch(e[0]){case Eo:{const i=new Qe(e[1]).toArrayBuffer(),r=U.parse(i,ke);n=new te({directoryName:r});break}case Io:n=new te({dNSName:e[1]});break;case Co:n=new te({rfc822Name:e[1]});break;case jo:{const i=new RegExp(hd,"i").exec(e[1]);if(!i)throw new Error("Cannot parse GUID value. Value doesn't match to regular expression");const r=i.slice(1).map((s,o)=>o<3?G.ToHex(new Uint8Array(G.FromHex(s)).reverse()):s).join("");n=new te({otherName:new xi({typeId:gd,value:U.serialize(new oe(G.FromHex(r)))})});break}case zo:n=new te({iPAddress:e[1]});break;case or:n=new te({registeredID:e[1]});break;case No:{n=new te({otherName:new xi({typeId:_d,value:U.serialize(zf.toASN(e[1]))})});break}case $o:n=new te({uniformResourceIdentifier:e[1]});break;default:throw new Error("Cannot create GeneralName. Unsupported type of the name")}else V.isBufferSource(e[0])?n=U.parse(e[0],te):n=e[0];super(n)}onInit(e){if(e.dNSName!=null)this.type=Io,this.value=e.dNSName;else if(e.rfc822Name!=null)this.type=Co,this.value=e.rfc822Name;else if(e.iPAddress!=null)this.type=zo,this.value=e.iPAddress;else if(e.uniformResourceIdentifier!=null)this.type=$o,this.value=e.uniformResourceIdentifier;else if(e.registeredID!=null)this.type=or,this.value=e.registeredID;else if(e.directoryName!=null)this.type=Eo,this.value=new Qe(e.directoryName).toString();else if(e.otherName!=null)if(e.otherName.typeId===gd){this.type=jo;const n=U.parse(e.otherName.value,oe),i=new RegExp(hd,"i").exec(G.ToHex(n));if(!i)throw new Error(Wm);this.value=i.slice(1).map((r,s)=>s<3?G.ToHex(new Uint8Array(G.FromHex(r)).reverse()):r).join("-")}else if(e.otherName.typeId===_d)this.type=No,this.value=U.parse(e.otherName.value,Ne).toString();else throw new Error(fd);else throw new Error(fd)}toJSON(){return{type:this.type,value:this.value}}toTextObject(){let e;switch(this.type){case Eo:case Io:case jo:case zo:case or:case No:case $o:e=this.type.toUpperCase();break;case Co:e="Email";break;default:throw new Error("Unsupported GeneralName type")}let n=this.value;return this.type===or&&(n=Zt.toString(n)),new le(e,void 0,n)}}class ji extends Yt{constructor(e){let n;if(e instanceof Re)n=e;else if(Array.isArray(e)){const i=[];for(const r of e)if(r instanceof te)i.push(r);else{const s=U.parse(new Vt(r.type,r.value).rawData,te);i.push(s)}n=new Re(i)}else if(V.isBufferSource(e))n=U.parse(e,Re);else throw new Error("Cannot initialize GeneralNames. Incorrect incoming arguments");super(n)}onInit(e){const n=[];for(const i of e){let r=null;try{r=new Vt(i)}catch{continue}n.push(r)}this.items=n}toJSON(){return this.items.map(e=>e.toJSON())}toTextObject(){const e=super.toTextObjectEmpty();for(const n of this.items){const i=n.toTextObject();let r=e[i[le.NAME]];Array.isArray(r)||(r=[],e[i[le.NAME]]=r),r.push(i)}return e}}ji.NAME="GeneralNames";const yi="-{5}",Ni="\\n",Gm=`[^${Ni}]+`,Jm=`${yi}BEGIN (${Gm}(?=${yi}))${yi}`,Zm=`${yi}END \\1${yi}`,Wn="\\n",Ym=`[^:${Ni}]+`,Xm=`(?:[^${Ni}]+${Wn}(?: +[^${Ni}]+${Wn})*)`,Qm="[a-zA-Z0-9=+/]+",e0=`(?:${Qm}${Wn})+`,md=`${Jm}${Wn}(?:((?:${Ym}: ${Xm})+))?${Wn}?(${e0})${Zm}`;class Ge{static isPem(e){return typeof e=="string"&&new RegExp(md,"g").test(e)}static decodeWithHeaders(e){e=e.replace(/\r/g,"");const n=new RegExp(md,"g"),i=[];let r=null;for(;r=n.exec(e);){const s=r[3].replace(new RegExp(`[${Ni}]+`,"g"),""),o={type:r[1],headers:[],rawData:G.FromBase64(s)},c=r[2];if(c){const l=c.split(new RegExp(Wn,"g"));let u=null;for(const p of l){const[g,_]=p.split(/:(.*)/);if(_===void 0){if(!u)throw new Error("Cannot parse PEM string. Incorrect header value");u.value+=g.trim()}else u&&o.headers.push(u),u={key:g,value:_.trim()}}u&&o.headers.push(u)}i.push(o)}return i}static decode(e){return this.decodeWithHeaders(e).map(i=>i.rawData)}static decodeFirst(e){const n=this.decode(e);if(!n.length)throw new RangeError("PEM string doesn't contain any objects");return n[0]}static encode(e,n){if(Array.isArray(e)){const i=new Array;return n?e.forEach(r=>{if(!V.isBufferSource(r))throw new TypeError("Cannot encode array of BufferSource in PEM format. Not all items of the array are BufferSource");i.push(this.encodeStruct({type:n,rawData:V.toArrayBuffer(r)}))}):e.forEach(r=>{if(!("type"in r))throw new TypeError("Cannot encode array of PemStruct in PEM format. Not all items of the array are PemStrut");i.push(this.encodeStruct(r))}),i.join(`
|
|
120
|
+
`)}else{if(!n)throw new Error("Required argument 'tag' is missed");return this.encodeStruct({type:n,rawData:V.toArrayBuffer(e)})}}static encodeStruct(e){var n;const i=e.type.toLocaleUpperCase(),r=[];if(r.push(`-----BEGIN ${i}-----`),!((n=e.headers)===null||n===void 0)&&n.length){for(const u of e.headers)r.push(`${u.key}: ${u.value}`);r.push("")}const s=G.ToBase64(e.rawData);let o,c=0;const l=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(l.push(o),o.length<64)break;return r.push(...l),r.push(`-----END ${i}-----`),r.join(`
|
|
121
|
+
`)}}Ge.CertificateTag="CERTIFICATE";Ge.CrlTag="CRL";Ge.CertificateRequestTag="CERTIFICATE REQUEST";Ge.PublicKeyTag="PUBLIC KEY";Ge.PrivateKeyTag="PRIVATE KEY";class Ot extends Yt{static isAsnEncoded(e){return V.isBufferSource(e)||typeof e=="string"}static toArrayBuffer(e){if(typeof e=="string"){if(Ge.isPem(e))return Ge.decode(e)[0];if(G.isHex(e))return G.FromHex(e);if(G.isBase64(e))return G.FromBase64(e);if(G.isBase64Url(e))return G.FromBase64Url(e);throw new TypeError("Unsupported format of 'raw' argument. Must be one of DER, PEM, HEX, Base64, or Base4Url")}else{const n=G.ToBinary(e);return Ge.isPem(n)?Ge.decode(n)[0]:G.isHex(n)?G.FromHex(n):G.isBase64(n)?G.FromBase64(n):G.isBase64Url(n)?G.FromBase64Url(n):V.toArrayBuffer(e)}}constructor(...e){Ot.isAsnEncoded(e[0])?super(Ot.toArrayBuffer(e[0]),e[1]):super(e[0])}toString(e="pem"){switch(e){case"pem":return Ge.encode(this.rawData,this.tag);default:return super.toString(e)}}}class ut extends Ot{static async create(e,n=ze.get()){if(e instanceof ut)return e;if(Ut.isCryptoKey(e)){if(e.type!=="public")throw new TypeError("Public key is required");const i=await n.subtle.exportKey("spki",e);return new ut(i)}else{if(e.publicKey)return e.publicKey;if(V.isBufferSource(e))return new ut(e);throw new TypeError("Unsupported PublicKeyType")}}constructor(e){Ot.isAsnEncoded(e)?super(e,lt):super(e),this.tag=Ge.PublicKeyTag}async export(...e){let n,i=["verify"],r={hash:"SHA-256",...this.algorithm};e.length>1?(r=e[0]||r,i=e[1]||i,n=e[2]||ze.get()):n=e[0]||ze.get();let s=this.rawData;const o=U.parse(this.rawData,lt);return o.algorithm.algorithm===mi&&(s=t0(o,s)),n.subtle.importKey("spki",s,r,!0,i)}onInit(e){const n=Oe.resolve(kn),i=this.algorithm=n.toWebAlgorithm(e.algorithm);switch(e.algorithm.algorithm){case vn:{const r=U.parse(e.subjectPublicKey,nl),s=V.toUint8Array(r.modulus);i.publicExponent=V.toUint8Array(r.publicExponent),i.modulusLength=(s[0]?s:s.slice(1)).byteLength<<3;break}}}async getThumbprint(...e){var n;let i,r="SHA-1";return e.length>=1&&!(!((n=e[0])===null||n===void 0)&&n.subtle)?(r=e[0]||r,i=e[1]||ze.get()):i=e[0]||ze.get(),await i.subtle.digest(r,this.rawData)}async getKeyIdentifier(...e){let n,i="SHA-1";e.length===1?typeof e[0]=="string"?(i=e[0],n=ze.get()):n=e[0]:e.length===2?(i=e[0],n=e[1]):n=ze.get();const r=U.parse(this.rawData,lt);return await n.subtle.digest(i,r.subjectPublicKey)}toTextObject(){const e=this.toTextObjectEmpty(),n=U.parse(this.rawData,lt);switch(e.Algorithm=xn.serializeAlgorithm(n.algorithm),n.algorithm.algorithm){case Ei:e["EC Point"]=n.subjectPublicKey;break;case vn:default:e["Raw Data"]=n.subjectPublicKey}return e}}function t0(t,e){return t.algorithm=new F({algorithm:vn,parameters:null}),e=U.serialize(t),e}class Oi extends it{static async create(e,n=!1,i=ze.get()){if("name"in e&&"serialNumber"in e)return new Oi(e,n);const s=await(await ut.create(e,i)).getKeyIdentifier(i);return new Oi(G.ToHex(s),n)}constructor(...e){if(V.isBufferSource(e[0]))super(e[0]);else if(typeof e[0]=="string"){const n=new sn({keyIdentifier:new Pc(G.FromHex(e[0]))});super(Qo,e[1],U.serialize(n))}else{const n=e[0],i=n.name instanceof ji?U.parse(n.name.rawData,Re):n.name,r=new sn({authorityCertIssuer:i,authorityCertSerialNumber:G.FromHex(n.serialNumber)});super(Qo,e[1],U.serialize(r))}}onInit(e){super.onInit(e);const n=U.parse(e.extnValue,sn);n.keyIdentifier&&(this.keyId=G.ToHex(n.keyIdentifier)),(n.authorityCertIssuer||n.authorityCertSerialNumber)&&(this.certId={name:n.authorityCertIssuer||[],serialNumber:n.authorityCertSerialNumber?G.ToHex(n.authorityCertSerialNumber):""})}toTextObject(){const e=this.toTextObjectWithoutValue(),n=U.parse(this.value,sn);return n.authorityCertIssuer&&(e["Authority Issuer"]=new ji(n.authorityCertIssuer).toTextObject()),n.authorityCertSerialNumber&&(e["Authority Serial Number"]=n.authorityCertSerialNumber),n.keyIdentifier&&(e[""]=n.keyIdentifier),e}}Oi.NAME="Authority Key Identifier";class ol extends it{constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=U.parse(this.value,Or);this.ca=n.cA,this.pathLength=n.pathLenConstraint}else{const n=new Or({cA:e[0],pathLenConstraint:e[1]});super(Nf,e[2],U.serialize(n)),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}}ol.NAME="Basic Constraints";var yd;(function(t){t.serverAuth="1.3.6.1.5.5.7.3.1",t.clientAuth="1.3.6.1.5.5.7.3.2",t.codeSigning="1.3.6.1.5.5.7.3.3",t.emailProtection="1.3.6.1.5.5.7.3.4",t.timeStamping="1.3.6.1.5.5.7.3.8",t.ocspSigning="1.3.6.1.5.5.7.3.9"})(yd||(yd={}));class al extends it{constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=U.parse(this.value,Pr);this.usages=n.map(i=>i)}else{const n=new Pr(e[0]);super(Tf,e[1],U.serialize(n)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.usages.map(n=>Zt.toString(n)).join(", "),e}}al.NAME="Extended Key Usages";var ls;(function(t){t[t.digitalSignature=1]="digitalSignature",t[t.nonRepudiation=2]="nonRepudiation",t[t.keyEncipherment=4]="keyEncipherment",t[t.dataEncipherment=8]="dataEncipherment",t[t.keyAgreement=16]="keyAgreement",t[t.keyCertSign=32]="keyCertSign",t[t.cRLSign=64]="cRLSign",t[t.encipherOnly=128]="encipherOnly",t[t.decipherOnly=256]="decipherOnly"})(ls||(ls={}));class cl extends it{constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=U.parse(this.value,Ao);this.usages=n.toNumber()}else{const n=new Ao(e[0]);super(Rf,e[1],U.serialize(n)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=U.parse(this.value,Ao);return e[""]=n.toJSON().join(", "),e}}cl.NAME="Key Usages";class Qi extends it{static async create(e,n=!1,i=ze.get()){const s=await(await ut.create(e,i)).getKeyIdentifier(i);return new Qi(G.ToHex(s),n)}constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=U.parse(this.value,Dt);this.keyId=G.ToHex(n)}else{const n=typeof e[0]=="string"?G.FromHex(e[0]):e[0],i=new Dt(n);super(Vf,e[1],U.serialize(i)),this.keyId=G.ToHex(n)}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=U.parse(this.value,Dt);return e[""]=n,e}}Qi.NAME="Subject Key Identifier";class hh extends it{constructor(...e){V.isBufferSource(e[0])?super(e[0]):super(Uf,e[1],new ji(e[0]||[]).rawData)}onInit(e){super.onInit(e);const n=U.parse(e.extnValue,ha);this.names=new ji(n)}toTextObject(){const e=this.toTextObjectWithoutValue(),n=this.names.toTextObject();for(const i in n)e[i]=n[i];return e}}hh.NAME="Subject Alternative Name";class rt{static register(e,n){this.items.set(e,n)}static create(e){const n=new it(e),i=this.items.get(n.type);return i?new i(e):n}}rt.items=new Map;class gh extends it{constructor(...e){var n;if(V.isBufferSource(e[0])){super(e[0]);const i=U.parse(this.value,Tr);this.policies=i.map(r=>r.policyIdentifier)}else{const i=e[0],r=(n=e[1])!==null&&n!==void 0?n:!1,s=new Tr(i.map(o=>new Vs({policyIdentifier:o})));super(Of,r,U.serialize(s)),this.policies=i}}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Policy=this.policies.map(n=>new le("",{},Zt.toString(n))),e}}gh.NAME="Certificate Policies";rt.register(Of,gh);class _h extends it{constructor(...e){var n;if(V.isBufferSource(e[0]))super(e[0]);else if(Array.isArray(e[0])&&typeof e[0][0]=="string"){const r=e[0].map(o=>new Xn({distributionPoint:new gn({fullName:[new te({uniformResourceIdentifier:o})]})})),s=new Bn(r);super(ra,e[1],U.serialize(s))}else{const i=new Bn(e[0]);super(ra,e[1],U.serialize(i))}(n=this.distributionPoints)!==null&&n!==void 0||(this.distributionPoints=[])}onInit(e){super.onInit(e);const n=U.parse(e.extnValue,Bn);this.distributionPoints=n}toTextObject(){const e=this.toTextObjectWithoutValue();return e["Distribution Point"]=this.distributionPoints.map(n=>{var i;const r={};return n.distributionPoint&&(r[""]=(i=n.distributionPoint.fullName)===null||i===void 0?void 0:i.map(s=>new Vt(s).toString()).join(", ")),n.reasons&&(r.Reasons=n.reasons.toString()),n.cRLIssuer&&(r["CRL Issuer"]=n.cRLIssuer.map(s=>s.toString()).join(", ")),r}),e}}_h.NAME="CRL Distribution Points";class mh extends it{constructor(...e){var n,i,r,s;if(V.isBufferSource(e[0]))super(e[0]);else if(e[0]instanceof jn){const o=new jn(e[0]);super(Xo,e[1],U.serialize(o))}else{const o=e[0],c=new jn;cr(c,o,tu,"ocsp"),cr(c,o,nu,"caIssuers"),cr(c,o,iu,"timeStamping"),cr(c,o,ru,"caRepository"),super(Xo,e[1],U.serialize(c))}(n=this.ocsp)!==null&&n!==void 0||(this.ocsp=[]),(i=this.caIssuers)!==null&&i!==void 0||(this.caIssuers=[]),(r=this.timeStamping)!==null&&r!==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=[],U.parse(e.extnValue,jn).forEach(i=>{switch(i.accessMethod){case tu:this.ocsp.push(new Vt(i.accessLocation));break;case nu:this.caIssuers.push(new Vt(i.accessLocation));break;case iu:this.timeStamping.push(new Vt(i.accessLocation));break;case ru:this.caRepository.push(new Vt(i.accessLocation));break}})}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ocsp.length&&ar(e,"OCSP",this.ocsp),this.caIssuers.length&&ar(e,"CA Issuers",this.caIssuers),this.timeStamping.length&&ar(e,"Time Stamping",this.timeStamping),this.caRepository.length&&ar(e,"CA Repository",this.caRepository),e}}mh.NAME="Authority Info Access";function ar(t,e,n){if(n.length===1)t[e]=n[0].toTextObject();else{const i=new le("");n.forEach((r,s)=>{const o=r.toTextObject(),c=`${o[le.NAME]} ${s+1}`;let l=i[c];Array.isArray(l)||(l=[],i[c]=l),l.push(o)}),t[e]=i}}function cr(t,e,n,i){const r=e[i];r&&(Array.isArray(r)?r:[r]).forEach(o=>{typeof o=="string"&&(o=new Vt("url",o)),t.push(new Vi({accessMethod:n,accessLocation:U.parse(o.rawData,te)}))})}class si extends Yt{constructor(...e){let n;if(V.isBufferSource(e[0]))n=V.toArrayBuffer(e[0]);else{const i=e[0],r=Array.isArray(e[1])?e[1].map(s=>V.toArrayBuffer(s)):[];n=U.serialize(new $t({type:i,values:r}))}super(n,$t)}onInit(e){this.type=e.type,this.values=e.values}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Value=this.values.map(n=>new le("",{"":n})),e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty();return e[le.NAME]===si.NAME&&(e[le.NAME]=Zt.toString(this.type)),e}}si.NAME="Attribute";class yh extends si{constructor(...e){var n;if(V.isBufferSource(e[0]))super(e[0]);else{const i=new as({printableString:e[0]});super(ch,[U.serialize(i)])}(n=this.password)!==null&&n!==void 0||(this.password="")}onInit(e){if(super.onInit(e),this.values[0]){const n=U.parse(this.values[0],as);this.password=n.toString()}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[le.VALUE]=this.password,e}}yh.NAME="Challenge Password";class ll extends si{constructor(...e){var n;if(V.isBufferSource(e[0]))super(e[0]);else{const i=e[0],r=new qt;for(const s of i)r.push(U.parse(s.rawData,tt));super(sl,[U.serialize(r)])}(n=this.items)!==null&&n!==void 0||(this.items=[])}onInit(e){if(super.onInit(e),this.values[0]){const n=U.parse(this.values[0],qt);this.items=n.map(i=>rt.create(U.serialize(i)))}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=this.items.map(i=>i.toTextObject());for(const i of n)e[i[le.NAME]]=i;return e}}ll.NAME="Extensions";class lo{static register(e,n){this.items.set(e,n)}static create(e){const n=new si(e),i=this.items.get(n.type);return i?new i(e):n}}lo.items=new Map;const er="crypto.signatureFormatter";class n0{toAsnSignature(e,n){return V.toArrayBuffer(n)}toWebSignature(e,n){return V.toArrayBuffer(n)}}var _r;let rc=_r=class{static createPssParams(e,n){const i=_r.getHashAlgorithm(e);return i?new bn({hashAlgorithm:i,maskGenAlgorithm:new F({algorithm:eo,parameters:U.serialize(i)}),saltLength:n}):null}static getHashAlgorithm(e){const n=Oe.resolve(kn);return typeof e=="string"?n.toAsnAlgorithm({name:e}):typeof e=="object"&&e&&"name"in e?n.toAsnAlgorithm(e):null}toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"rsassa-pkcs1-v1_5":if("hash"in e){let n;if(typeof e.hash=="string")n=e.hash;else if(e.hash&&typeof e.hash=="object"&&"name"in e.hash&&typeof e.hash.name=="string")n=e.hash.name.toUpperCase();else throw new Error("Cannot get hash algorithm name");switch(n.toLowerCase()){case"sha-1":return new F({algorithm:Yr,parameters:null});case"sha-256":return new F({algorithm:Ta,parameters:null});case"sha-384":return new F({algorithm:Xr,parameters:null});case"sha-512":return new F({algorithm:Qr,parameters:null})}}else return new F({algorithm:vn,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 n=_r.createPssParams(e.hash,e.saltLength);if(!n)throw new Error("Cannot create PSS parameters");return new F({algorithm:mi,parameters:U.serialize(n)})}else return new F({algorithm:mi,parameters:null})}return null}toWebAlgorithm(e){switch(e.algorithm){case vn:return{name:"RSASSA-PKCS1-v1_5"};case Yr:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-1"}};case Ta:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};case Xr:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-384"}};case Qr:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-512"}};case mi:if(e.parameters){const n=U.parse(e.parameters,bn);return{name:"RSA-PSS",hash:Oe.resolve(kn).toWebAlgorithm(n.hashAlgorithm),saltLength:n.saltLength}}else return{name:"RSA-PSS"}}return null}};rc=_r=d([ro()],rc);Oe.registerSingleton(Xi,rc);let sc=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"sha-1":return new F({algorithm:es});case"sha-256":return new F({algorithm:ts});case"sha-384":return new F({algorithm:ns});case"sha-512":return new F({algorithm:is})}return null}toWebAlgorithm(e){switch(e.algorithm){case es:return{name:"SHA-1"};case ts:return{name:"SHA-256"};case ns:return{name:"SHA-384"};case is:return{name:"SHA-512"}}return null}};sc=d([ro()],sc);Oe.registerSingleton(Xi,sc);class et{addPadding(e,n){const i=V.toUint8Array(n),r=new Uint8Array(e);return r.set(i,e-i.length),r}removePadding(e,n=!1){let i=V.toUint8Array(e);for(let r=0;r<i.length;r++)if(i[r]){i=i.slice(r);break}if(n&&i[0]>127){const r=new Uint8Array(i.length+1);return r.set(i,1),r.buffer}return i.buffer}toAsnSignature(e,n){if(e.name==="ECDSA"){const i=e.namedCurve,r=et.namedCurveSize.get(i)||et.defaultNamedCurveSize,s=new Zr,o=V.toUint8Array(n);return s.r=this.removePadding(o.slice(0,r),!0),s.s=this.removePadding(o.slice(r,r+r),!0),U.serialize(s)}return null}toWebSignature(e,n){if(e.name==="ECDSA"){const i=U.parse(n,Zr),r=e.namedCurve,s=et.namedCurveSize.get(r)||et.defaultNamedCurveSize,o=this.addPadding(s,this.removePadding(i.r)),c=this.addPadding(s,this.removePadding(i.s));return g_(o,c)}return null}}et.namedCurveSize=new Map;et.defaultNamedCurveSize=32;const Oo="1.3.101.110",vd="1.3.101.111",Bo="1.3.101.112",wd="1.3.101.113";let oc=class{toAsnAlgorithm(e){let n=null;switch(e.name.toLowerCase()){case"ed25519":n=Bo;break;case"x25519":n=Oo;break;case"eddsa":switch(e.namedCurve.toLowerCase()){case"ed25519":n=Bo;break;case"ed448":n=wd;break}break;case"ecdh-es":switch(e.namedCurve.toLowerCase()){case"x25519":n=Oo;break;case"x448":n=vd;break}}return n?new F({algorithm:n}):null}toWebAlgorithm(e){switch(e.algorithm){case Bo:return{name:"Ed25519"};case wd:return{name:"EdDSA",namedCurve:"Ed448"};case Oo:return{name:"X25519"};case vd:return{name:"ECDH-ES",namedCurve:"X448"}}return null}};oc=d([ro()],oc);Oe.registerSingleton(Xi,oc);class i0 extends Ot{constructor(e){Ot.isAsnEncoded(e)?super(e,zi):super(e),this.tag=Ge.CertificateRequestTag}onInit(e){this.tbs=U.serialize(e.certificationRequestInfo),this.publicKey=new ut(e.certificationRequestInfo.subjectPKInfo);const n=Oe.resolve(kn);this.signatureAlgorithm=n.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signature,this.attributes=e.certificationRequestInfo.attributes.map(r=>lo.create(U.serialize(r)));const i=this.getAttribute(sl);this.extensions=[],i instanceof ll&&(this.extensions=i.items),this.subjectName=new Qe(e.certificationRequestInfo.subject),this.subject=this.subjectName.toString()}getAttribute(e){for(const n of this.attributes)if(n.type===e)return n;return null}getAttributes(e){return this.attributes.filter(n=>n.type===e)}getExtension(e){for(const n of this.extensions)if(n.type===e)return n;return null}getExtensions(e){return this.extensions.filter(n=>n.type===e)}async verify(e=ze.get()){const n={...this.publicKey.algorithm,...this.signatureAlgorithm},i=await this.publicKey.export(n,["verify"],e),r=Oe.resolveAll(er).reverse();let s=null;for(const c of r)if(s=c.toWebSignature(n,this.signature),s)break;if(!s)throw Error("Cannot convert WebCrypto signature value to ASN.1 format");return await e.subtle.verify(this.signatureAlgorithm,i,s,this.tbs)}toTextObject(){const e=this.toTextObjectEmpty(),n=U.parse(this.rawData,zi),i=n.certificationRequestInfo,r=new le("",{Version:`${_n[i.version]} (${i.version})`,Subject:this.subject,"Subject Public Key Info":this.publicKey});if(this.attributes.length){const s=new le("");for(const o of this.attributes){const c=o.toTextObject();s[c[le.NAME]]=c}r.Attributes=s}return e.Data=r,e.Signature=new le("",{Algorithm:xn.serializeAlgorithm(n.signatureAlgorithm),"":n.signature}),e}}i0.NAME="PKCS#10 Certificate Request";class ul extends Ot{constructor(e){Ot.isAsnEncoded(e)?super(e,mn):super(e),this.tag=Ge.CertificateTag}onInit(e){const n=e.tbsCertificate;this.tbs=U.serialize(n),this.serialNumber=G.ToHex(n.serialNumber),this.subjectName=new Qe(n.subject),this.subject=new Qe(n.subject).toString(),this.issuerName=new Qe(n.issuer),this.issuer=this.issuerName.toString();const i=Oe.resolve(kn);this.signatureAlgorithm=i.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signatureValue;const r=n.validity.notBefore.utcTime||n.validity.notBefore.generalTime;if(!r)throw new Error("Cannot get 'notBefore' value");this.notBefore=r;const s=n.validity.notAfter.utcTime||n.validity.notAfter.generalTime;if(!s)throw new Error("Cannot get 'notAfter' value");this.notAfter=s,this.extensions=[],n.extensions&&(this.extensions=n.extensions.map(o=>rt.create(U.serialize(o)))),this.publicKey=new ut(n.subjectPublicKeyInfo)}getExtension(e){for(const n of this.extensions)if(typeof e=="string"){if(n.type===e)return n}else if(n instanceof e)return n;return null}getExtensions(e){return this.extensions.filter(n=>typeof e=="string"?n.type===e:n instanceof e)}async verify(e={},n=ze.get()){let i,r;const s=e.publicKey;try{if(!s)i={...this.publicKey.algorithm,...this.signatureAlgorithm},r=await this.publicKey.export(i,["verify"],n);else if("publicKey"in s)i={...s.publicKey.algorithm,...this.signatureAlgorithm},r=await s.publicKey.export(i,["verify"],n);else if(s instanceof ut)i={...s.algorithm,...this.signatureAlgorithm},r=await s.export(i,["verify"],n);else if(V.isBufferSource(s)){const u=new ut(s);i={...u.algorithm,...this.signatureAlgorithm},r=await u.export(i,["verify"],n)}else i={...s.algorithm,...this.signatureAlgorithm},r=s}catch{return!1}const o=Oe.resolveAll(er).reverse();let c=null;for(const u of o)if(c=u.toWebSignature(i,this.signature),c)break;if(!c)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");const l=await n.subtle.verify(this.signatureAlgorithm,r,c,this.tbs);if(e.signatureOnly)return l;{const p=(e.date||new Date).getTime();return l&&this.notBefore.getTime()<p&&p<this.notAfter.getTime()}}async getThumbprint(...e){let n,i="SHA-1";return e[0]&&(e[0].subtle?n=e[0]:(i=e[0]||i,n=e[1])),n??(n=ze.get()),await n.subtle.digest(i,this.rawData)}async isSelfSigned(e=ze.get()){return this.subject===this.issuer&&await this.verify({signatureOnly:!0},e)}toTextObject(){const e=this.toTextObjectEmpty(),n=U.parse(this.rawData,mn),i=n.tbsCertificate,r=new le("",{Version:`${_n[i.version]} (${i.version})`,"Serial Number":i.serialNumber,"Signature Algorithm":xn.serializeAlgorithm(i.signature),Issuer:this.issuer,Validity:new le("",{"Not Before":i.validity.notBefore.getTime(),"Not After":i.validity.notAfter.getTime()}),Subject:this.subject,"Subject Public Key Info":this.publicKey});if(i.issuerUniqueID&&(r["Issuer Unique ID"]=i.issuerUniqueID),i.subjectUniqueID&&(r["Subject Unique ID"]=i.subjectUniqueID),this.extensions.length){const s=new le("");for(const o of this.extensions){const c=o.toTextObject();s[c[le.NAME]]=c}r.Extensions=s}return e.Data=r,e.Signature=new le("",{Algorithm:xn.serializeAlgorithm(n.signatureAlgorithm),"":n.signatureValue}),e}}ul.NAME="Certificate";class r0{static async createSelfSigned(e,n=ze.get()){if(!e.keys.privateKey)throw new Error("Bad field 'keys' in 'params' argument. 'privateKey' is empty");if(!e.keys.publicKey)throw new Error("Bad field 'keys' in 'params' argument. 'publicKey' is empty");return this.create({serialNumber:e.serialNumber,subject:e.name,issuer:e.name,notBefore:e.notBefore,notAfter:e.notAfter,publicKey:e.keys.publicKey,signingKey:e.keys.privateKey,signingAlgorithm:e.signingAlgorithm,extensions:e.extensions},n)}static async create(e,n=ze.get()){var i;let r;e.publicKey instanceof ut?r=e.publicKey.rawData:"publicKey"in e.publicKey?r=e.publicKey.publicKey.rawData:V.isBufferSource(e.publicKey)?r=e.publicKey:r=await n.subtle.exportKey("spki",e.publicKey);const s=e.serialNumber?V.toUint8Array(G.FromHex(e.serialNumber)):n.getRandomValues(new Uint8Array(16));s[0]>127&&(s[0]&=127),s.length>1&&s[0]===0&&(s[1]|=128);const o=e.notBefore||new Date,c=e.notAfter||new Date(o.getTime()+31536e6),l=new mn({tbsCertificate:new Ze({version:_n.v3,serialNumber:s,validity:new Mi({notBefore:o,notAfter:c}),extensions:new qt(((i=e.extensions)===null||i===void 0?void 0:i.map(b=>U.parse(b.rawData,tt)))||[]),subjectPublicKeyInfo:U.parse(r,lt)})});if(e.subject){const b=e.subject instanceof Qe?e.subject:new Qe(e.subject);l.tbsCertificate.subject=U.parse(b.toArrayBuffer(),ke)}if(e.issuer){const b=e.issuer instanceof Qe?e.issuer:new Qe(e.issuer);l.tbsCertificate.issuer=U.parse(b.toArrayBuffer(),ke)}const u={hash:"SHA-256"},p="signingKey"in e?{...u,...e.signingAlgorithm,...e.signingKey.algorithm}:{...u,...e.signingAlgorithm},g=Oe.resolve(kn);l.tbsCertificate.signature=l.signatureAlgorithm=g.toAsnAlgorithm(p);const _=U.serialize(l.tbsCertificate),k="signingKey"in e?await n.subtle.sign(p,e.signingKey,_):e.signature,h=Oe.resolveAll(er).reverse();let m=null;for(const b of h)if(m=b.toAsnSignature(p,k),m)break;if(!m)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");return l.signatureValue=m,new ul(U.serialize(l))}}var bd;(function(t){t[t.unspecified=0]="unspecified",t[t.keyCompromise=1]="keyCompromise",t[t.cACompromise=2]="cACompromise",t[t.affiliationChanged=3]="affiliationChanged",t[t.superseded=4]="superseded",t[t.cessationOfOperation=5]="cessationOfOperation",t[t.certificateHold=6]="certificateHold",t[t.removeFromCRL=8]="removeFromCRL",t[t.privilegeWithdrawn=9]="privilegeWithdrawn",t[t.aACompromise=10]="aACompromise"})(bd||(bd={}));rt.register(Nf,ol);rt.register(Tf,al);rt.register(Rf,cl);rt.register(Vf,Qi);rt.register(Qo,Oi);rt.register(Uf,hh);rt.register(ra,_h);rt.register(Xo,mh);lo.register(ch,yh);lo.register(sl,ll);Oe.registerSingleton(er,n0);Oe.registerSingleton(er,et);et.namedCurveSize.set("P-256",32);et.namedCurveSize.set("K-256",32);et.namedCurveSize.set("P-384",48);et.namedCurveSize.set("P-521",66);const kd="0123456789abcdef";function ac(t){const e=new Uint8Array(t);let n="";for(let i=0;i<e.length;i++){const r=e[i]>>4;n+=kd[r];const s=e[i]&15;n+=kd[s]}return n}class vh{constructor(e,n){Q(this,"alphabet");Q(this,"padding");Q(this,"decodeMap",new Map);if(e.length!==32)throw new Error("Invalid alphabet");if(this.alphabet=e,this.padding=(n==null?void 0:n.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let i=0;i<e.length;i++)this.decodeMap.set(e[i],i)}encode(e,n){let i="",r=0,s=0;for(let c=0;c<e.length;c++)for(r=r<<8|e[c],s+=8;s>=5;)s-=5,i+=this.alphabet[r>>s&31];if(s>0&&(i+=this.alphabet[r<<5-s&31]),(n==null?void 0:n.includePadding)??!0){const c=(8-i.length%8)%8;for(let l=0;l<c;l++)i+="="}return i}decode(e,n){const i=(n==null?void 0:n.strict)??!0,r=Math.ceil(e.length/8),s=[];for(let o=0;o<r;o++){let c=0;const l=[];for(let p=0;p<8;p++){const g=e[o*8+p];if(g==="="){if(o+1!==r)throw new Error(`Invalid character: ${g}`);c+=1;continue}if(g===void 0){if(i)throw new Error("Invalid data");c+=1;continue}const _=this.decodeMap.get(g)??null;if(_===null)throw new Error(`Invalid character: ${g}`);l.push(_)}if(c===8||c===7||c===5||c===2)throw new Error("Invalid padding");const u=(l[0]<<3)+(l[1]>>2);if(s.push(u),c<6){const p=((l[1]&3)<<6)+(l[2]<<1)+(l[3]>>4);s.push(p)}if(c<4){const p=((l[3]&255)<<4)+(l[4]>>1);s.push(p)}if(c<3){const p=((l[4]&1)<<7)+(l[5]<<2)+(l[6]>>3);s.push(p)}if(c<1){const p=((l[6]&7)<<5)+l[7];s.push(p)}}return Uint8Array.from(s)}}new vh("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567");new vh("0123456789ABCDEFGHIJKLMNOPQRSTUV");class wh{constructor(e,n){Q(this,"alphabet");Q(this,"padding");Q(this,"decodeMap",new Map);if(e.length!==64)throw new Error("Invalid alphabet");if(this.alphabet=e,this.padding=(n==null?void 0:n.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let i=0;i<e.length;i++)this.decodeMap.set(e[i],i)}encode(e,n){let i="",r=0,s=0;for(let c=0;c<e.length;c++)for(r=r<<8|e[c],s+=8;s>=6;)s+=-6,i+=this.alphabet[r>>s&63];if(s>0&&(i+=this.alphabet[r<<6-s&63]),(n==null?void 0:n.includePadding)??!0){const c=(4-i.length%4)%4;for(let l=0;l<c;l++)i+="="}return i}decode(e,n){const i=(n==null?void 0:n.strict)??!0,r=Math.ceil(e.length/4),s=[];for(let o=0;o<r;o++){let c=0,l=0;for(let u=0;u<4;u++){const p=e[o*4+u];if(p==="="){if(o+1!==r)throw new Error(`Invalid character: ${p}`);c+=1;continue}if(p===void 0){if(i)throw new Error("Invalid data");c+=1;continue}const g=this.decodeMap.get(p)??null;if(g===null)throw new Error(`Invalid character: ${p}`);l+=g<<6*(3-u)}s.push(l>>16&255),c<2&&s.push(l>>8&255),c<1&&s.push(l&255)}return Uint8Array.from(s)}}const s0=new wh("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"),ln=new wh("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_");class o0{constructor(e){Q(this,"hash");this.hash=e}async verify(e,n,i){const r=await crypto.subtle.importKey("spki",e,{name:"RSASSA-PKCS1-v1_5",hash:this.hash},!1,["verify"]);return await crypto.subtle.verify("RSASSA-PKCS1-v1_5",r,n,i)}async sign(e,n){const i=await crypto.subtle.importKey("pkcs8",e,{name:"RSASSA-PKCS1-v1_5",hash:this.hash},!1,["sign"]);return await crypto.subtle.sign("RSASSA-PKCS1-v1_5",i,n)}async generateKeyPair(e){const n=await crypto.subtle.generateKey({name:"RSASSA-PKCS1-v1_5",hash:this.hash,modulusLength:e??2048,publicExponent:new Uint8Array([1,0,1])},!0,["sign"]),i=await crypto.subtle.exportKey("pkcs8",n.privateKey),r=await crypto.subtle.exportKey("spki",n.publicKey);return{privateKey:i,publicKey:r}}}async function bh(t){return await crypto.subtle.digest("SHA-256",t)}async function cc(t){const e={name:"RSASSA-PKCS1-v1_5",hash:"SHA-256",publicExponent:new Uint8Array([1,0,1]),modulusLength:2048},n=await crypto.subtle.generateKey(e,!0,["sign","verify"]),i=De(),r=ac(new TextEncoder().encode(i)),s=await r0.createSelfSigned({serialNumber:r,name:t.name,notBefore:new Date,notAfter:new Date(Date.now()+365*24*60*60*1e3),signingAlgorithm:e,keys:n,extensions:[new ol(!0,2,!0),new al(["1.3.6.1.5.5.7.3.1"],!0),new cl(ls.keyCertSign|ls.cRLSign,!0),await Qi.create(n.publicKey)]}),o=await crypto.subtle.exportKey("pkcs8",n.privateKey),c=s.toString("pem"),l=await c0(s),u=ac(await s.getThumbprint()),p=a0("PRIVATE",o);return{kid:s.serialNumber,cert:c,thumbprint:u,fingerprint:l,pkcs7:p}}function a0(t,e){const n=s0.encode(new Uint8Array(e));let i=`-----BEGIN ${t} KEY-----\r
|
|
122
|
+
`,r=0;for(;r<n.length;)r+64<=n.length?i+=n.substr(r,64)+`\r
|
|
123
|
+
`:i+=n.substr(r)+`\r
|
|
124
|
+
`,r+=64;return i+=`-----END ${t} KEY-----\r
|
|
125
|
+
`,i}async function c0(t){const e=await t.publicKey.export(),n=await crypto.subtle.exportKey("jwk",e),i=JSON.stringify(n,Object.keys(n).sort()),s=new TextEncoder().encode(i);return ac(await bh(s))}const l0=1e3*60*60*24,u0=new a.OpenAPIHono().openapi(a.createRoute({tags:["keys"],method:"get",path:"/signing",request:{headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.array(Fo)}},description:"List of keys"}}}),async t=>{const n=(await t.env.data.keys.list()).filter(i=>"cert"in i).map(i=>i);return t.json(n)}).openapi(a.createRoute({tags:["keys"],method:"get",path:"/signing/{kid}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({kid:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Fo}},description:"The requested key"}}}),async t=>{const{kid:e}=t.req.valid("param"),i=(await t.env.data.keys.list()).find(r=>r.kid===e);if(!i)throw new j(404,{message:"Key not found"});return t.json(i)}).openapi(a.createRoute({tags:["keys"],method:"post",path:"/signing/rotate",request:{headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{description:"Status"}}}),async t=>{const e=await t.env.data.keys.list();for await(const i of e)await t.env.data.keys.update(i.kid,{revoked_at:new Date(Date.now()+l0).toISOString()});const n=await cc({name:`CN=${t.env.ORGANIZATION_NAME}`});return await t.env.data.keys.create(n),t.text("OK",{status:201})}).openapi(a.createRoute({tags:["keys"],method:"put",path:"/signing/{kid}/revoke",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({kid:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{description:"Status"}}}),async t=>{const{kid:e}=t.req.valid("param");if(!await t.env.data.keys.update(e,{revoked_at:new Date().toISOString()}))throw new j(404,{message:"Key not found"});const i=await cc({name:`CN=${t.env.ORGANIZATION_NAME}`});return await t.env.data.keys.create(i),t.text("OK")}),d0=new a.OpenAPIHono().openapi(a.createRoute({tags:["users"],method:"get",path:"/",request:{query:a.z.object({email:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:a.z.array(gc)}},description:"List of users"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{email:n}=t.req.valid("query"),r=(await Ep(t.env.data.users,e,n)).filter(s=>!s.linked_to);return t.json(r)}),p0=Gt.extend({clients:a.z.array(nn)}),f0=new a.OpenAPIHono().openapi(a.createRoute({tags:["clients"],method:"get",path:"/",request:{query:dn,headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.union([p0,a.z.array(nn)])}},description:"List of clients"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:i,include_totals:r,sort:s,q:o}=t.req.valid("query"),l=(await t.env.data.applications.list(e,{page:n,per_page:i,include_totals:r,sort:Jn(s),q:o})).applications;return r?t.json({clients:l,start:0,limit:10,length:l.length}):t.json(l)}).openapi(a.createRoute({tags:["clients"],method:"get",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:nn}},description:"An application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=(await t.env.data.applications.list(e,{page:1,per_page:0,include_totals:!1})).applications.find(s=>s.id===n);if(!r)throw new j(404);return t.json(r)}).openapi(a.createRoute({tags:["clients"],method:"delete",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param");if(!await t.env.data.applications.remove(e,n))throw new j(404,{message:"Application not found"});return t.text("OK")}).openapi(a.createRoute({tags:["clients"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:a.z.object(Sr.shape).partial()}}},params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:nn}},description:"The update application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=t.req.valid("json");await t.env.data.applications.update(e,n,r);const s=await t.env.data.applications.get(e,n);if(!s)throw new j(404,{message:"Application not found"});return t.json(s)}).openapi(a.createRoute({tags:["clients"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:a.z.object(Sr.shape)}}},headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:a.z.object(nn.shape)}},description:"An application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),i={...n,id:n.id||De(),client_secret:n.client_secret||De()},r=await t.env.data.applications.create(e,i);return t.json(r,{status:201})});a.z.object({start:a.z.number(),limit:a.z.number(),length:a.z.number()});_s.extend({email:a.z.string(),login_count:a.z.number(),multifactor:a.z.array(a.z.string()).optional(),last_ip:a.z.string().optional(),last_login:a.z.string().optional(),user_id:a.z.string()}).catchall(a.z.any());const h0=Gt.extend({tenants:a.z.array(Nn)}),g0=new a.OpenAPIHono().openapi(a.createRoute({tags:["tenants"],method:"get",path:"/",request:{query:dn},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:a.z.union([a.z.array(Nn),h0])}},description:"List of tenants"}}}),async t=>{const{page:e,per_page:n,include_totals:i,sort:r,q:s}=t.req.valid("query"),o=await t.env.data.tenants.list({page:e,per_page:n,include_totals:i,sort:Jn(r),q:s});return i?t.json(o):t.json(o.tenants)}).openapi(a.createRoute({tags:["tenants"],method:"get",path:"/{id}",request:{params:a.z.object({id:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:Nn}},description:"A tenant"}}}),async t=>{const{id:e}=t.req.valid("param"),n=await t.env.data.tenants.get(e);if(!n)throw new j(404);return t.json(n)}).openapi(a.createRoute({tags:["tenants"],method:"delete",path:"/{id}",request:{params:a.z.object({id:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{id:e}=t.req.valid("param");return await t.env.data.tenants.remove(e),t.text("OK")}).openapi(a.createRoute({tags:["tenants"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:a.z.object(Ir.shape).partial()}}},params:a.z.object({id:a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{id:e}=t.req.valid("param"),n=t.req.valid("json");return await t.env.data.tenants.update(e,n),t.text("OK")}).openapi(a.createRoute({tags:["tenants"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:a.z.object(Ir.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"tenant/json":{schema:Nn}},description:"An tenant"}}}),async t=>{const e=t.req.valid("json"),n=await t.env.data.tenants.create(e);return t.json(n,{status:201})}),_0=Gt.extend({logs:a.z.array(Cr)}),m0=new a.OpenAPIHono().openapi(a.createRoute({tags:["logs"],method:"get",path:"/",request:{query:dn,headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.union([a.z.array(Cr),_0])}},description:"List of log rows"}}}),async t=>{const{page:e,per_page:n,include_totals:i,sort:r,q:s}=t.req.valid("query"),{"tenant-id":o}=t.req.valid("header"),c=await t.env.data.logs.list(o,{page:e,per_page:n,include_totals:i,sort:Jn(r),q:s});return i?t.json(c):t.json(c.logs)}).openapi(a.createRoute({tags:["logs"],method:"get",path:"/{id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({id:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Cr}},description:"A log entry"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=await t.env.data.logs.get(e,n);if(!i)throw new j(404);return t.json(i)}),y0=Gt.extend({hooks:a.z.array($n)}),v0=new a.OpenAPIHono().openapi(a.createRoute({tags:["hooks"],method:"get",path:"/",request:{query:dn,headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.union([a.z.array($n),y0])}},description:"List of hooks"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:i,include_totals:r,sort:s,q:o}=t.req.valid("query"),c=await t.env.data.hooks.list(e,{page:n,per_page:i,include_totals:r,sort:Jn(s),q:o});return r?t.json(c):t.json(c.hooks)}).openapi(a.createRoute({tags:["hooks"],method:"post",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object(Er.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:$n}},description:"The created hook"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),i=await t.env.data.hooks.create(e,n);return t.json(i,{status:201})}).openapi(a.createRoute({tags:["hooks"],method:"patch",path:"/{hook_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({hook_id:a.z.string()}),body:{content:{"application/json":{schema:a.z.object(Er.shape).omit({hook_id:!0}).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:$n.shape}},description:"The updated hook"},404:{description:"Hook not found"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{hook_id:n}=t.req.valid("param"),i=t.req.valid("json");await t.env.data.hooks.update(e,n,i);const r=await t.env.data.hooks.get(e,n);if(!r)throw new j(404,{message:"Hook not found"});return t.json(r)}).openapi(a.createRoute({tags:["hooks"],method:"get",path:"/{hook_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({hook_id:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:$n}},description:"A hook"},404:{description:"Hook not found"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{hook_id:n}=t.req.valid("param"),i=await t.env.data.hooks.get(e,n);if(!i)throw new j(404,{message:"Hook not found"});return t.json(i)}).openapi(a.createRoute({tags:["hooks"],method:"delete",path:"/{hook_id}",request:{headers:a.z.object({"tenant-id":a.z.string()}),params:a.z.object({hook_id:a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{description:"A hook"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{hook_id:n}=t.req.valid("param");if(!await t.env.data.hooks.remove(e,n))throw new j(404,{message:"Hook not found"});return t.text("OK")}),w0=Gt.extend({connections:a.z.array(Lt)}),b0=new a.OpenAPIHono().openapi(a.createRoute({tags:["connections"],method:"get",path:"/",request:{query:dn,headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:a.z.union([a.z.array(Lt),w0])}},description:"List of connectionss"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:i,include_totals:r=!1,sort:s,q:o}=t.req.valid("query"),c=await t.env.data.connections.list(e,{page:n,per_page:i,include_totals:r,sort:Jn(s),q:o});return r?t.json(c):t.json(c.connections)}).openapi(a.createRoute({tags:["connections"],method:"get",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Lt}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=await t.env.data.connections.get(e,n);if(!i)throw new j(404);return t.json(i)}).openapi(a.createRoute({tags:["connections"],method:"delete",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param");if(!await t.env.data.connections.remove(e,n))throw new j(404,{message:"Connection not found"});return t.text("OK")}).openapi(a.createRoute({tags:["connections"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:a.z.object(Ar.shape).partial()}}},params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Lt}},description:"The updated connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=t.req.valid("json");if(!await t.env.data.connections.update(e,n,i))throw new j(404,{message:"Connection not found"});const s=await t.env.data.connections.get(e,n);if(!s)throw new j(404,{message:"Connection not found"});return t.json(s)}).openapi(a.createRoute({tags:["connections"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:a.z.object(Ar.shape)}}},headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:Lt}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),i=await t.env.data.connections.create(e,n);return t.json(i,{status:201})}),k0=new a.OpenAPIHono().openapi(a.createRoute({tags:["prompts"],method:"get",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:dr}},description:"Branding settings"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=await t.env.data.promptSettings.get(e);return n?t.json(n):t.json(dr.parse({}))}).openapi(a.createRoute({tags:["prompts"],method:"patch",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object(dr.shape).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Prompts settings"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),i=await t.env.data.promptSettings.get(e);return Object.assign(i,n),await t.env.data.promptSettings.set(e,i),t.json(i)});let xd=!1;function kh(t){t.use(async(e,n)=>(xd||(t.openAPIRegistry.registerComponent("securitySchemes","Bearer",{type:"oauth2",scheme:"bearer",flows:{implicit:{authorizationUrl:`${e.env.AUTH_URL}/authorize`,scopes:{openid:"Basic user information",email:"User email",profile:"User profile information"}}}}),xd=!0),await n()))}a.z.object({alg:a.z.literal("RS256"),kty:a.z.literal("RSA"),use:a.z.literal("sig"),n:a.z.string(),e:a.z.string(),kid:a.z.string(),x5t:a.z.string(),x5c:a.z.array(a.z.string())});async function x0(t){try{const e=await t.JWKS_SERVICE.fetch(t.JWKS_URL);if(!e.ok)throw new Error("Failed to fetch jwks");return(await e.json()).keys}catch(e){throw new j(500,{message:`Failed to fetch jwks: ${e.message}`})}}async function S0(t,e){const i=new TextEncoder().encode([e.raw.header,e.raw.payload].join(".")),r=new Uint8Array(Array.from(e.signature).map(l=>l.charCodeAt(0))),o=(await x0(t.env)).find(l=>l.kid===e.header.kid);if(!o)return console.log("No matching kid found"),!1;const c=await crypto.subtle.importKey("jwk",o,{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);return crypto.subtle.verify("RSASSA-PKCS1-v1_5",c,r,i)}function A0(t){const[e,n,i]=t.split(".");if(!e||!n||!i)return null;const r=JSON.parse(atob(e)),s=JSON.parse(atob(n)),o=atob(i.replace(/-/g,"+").replace(/_/g,"/"));return{header:r,payload:s,signature:o,raw:{header:e,payload:n,signature:i}}}function xh(t){return async(e,n)=>{var r,s,o;const i=t.openAPIRegistry.definitions.find(c=>"route"in c&&c.route.path===e.req.path&&c.route.method.toUpperCase()===e.req.method);if(i&&"route"in i){const c=(s=(r=i.route.security)==null?void 0:r[0])==null?void 0:s.Bearer;if(!(c!=null&&c.length))return await n();const l=e.req.header("authorization")||"",[u,p]=l.split(" ");if((u==null?void 0:u.toLowerCase())!=="bearer"||!p)throw new j(401,{message:"Missing bearer token"});const g=A0(p);if(!g||!await S0(e,g))throw new j(403,{message:"Invalid JWT signature"});e.set("user_id",g.payload.sub),e.set("user",g.payload);const _=g.payload.permissions||[],k=((o=g.payload.scope)==null?void 0:o.split(" "))||[];if(c.length&&!(c.some(h=>_.includes(h))||c.some(h=>k.includes(h))))throw new j(403,{message:"Unauthorized"})}return await n()}}const I0=new a.OpenAPIHono().openapi(a.createRoute({tags:["emails"],method:"get",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:pr}},description:"Email provider"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=await t.env.data.emailProviders.get(e);if(!n)throw new j(404,{message:"Email provider not found"});return t.json(n)}).openapi(a.createRoute({tags:["emails"],method:"post",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object(pr.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Branding settings"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json");return await t.env.data.emailProviders.create(e,n),t.text("OK",{status:201})}).openapi(a.createRoute({tags:["emails"],method:"patch",path:"/",request:{headers:a.z.object({"tenant-id":a.z.string()}),body:{content:{"application/json":{schema:a.z.object(pr.shape).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Branding settings"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json");return await t.env.data.emailProviders.update(e,n),t.text("OK")}),E0=new a.OpenAPIHono().openapi(a.createRoute({tags:["sessions"],method:"get",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:ys}},description:"A session"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=await t.env.data.sessions.get(e,n);if(!i)throw new j(404);return t.json(i)}).openapi(a.createRoute({tags:["sessions"],method:"delete",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param");if(!await t.env.data.sessions.remove(e,n))throw new j(404,{message:"Session not found"});return t.text("OK")}).openapi(a.createRoute({tags:["sessions"],method:"post",path:"/{id}/revoke",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{202:{description:"Sesssion deletion status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param");if(!await t.env.data.sessions.update(e,n,{revoked_at:new Date().toDateString()}))throw new j(404,{message:"Session not found"});return t.text("Session deletion request accepted.",{status:202})}),C0=new a.OpenAPIHono().openapi(a.createRoute({tags:["refresh_tokens"],method:"get",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:yc}},description:"A session"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=await t.env.data.refreshTokens.get(e,n);if(!i)throw new j(404);return t.json(i)}).openapi(a.createRoute({tags:["refresh_tokens"],method:"delete",path:"/{id}",request:{params:a.z.object({id:a.z.string()}),headers:a.z.object({"tenant-id":a.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param");if(!await t.env.data.refreshTokens.remove(e,n))throw new j(404,{message:"Session not found"});return t.text("OK")});function z0(){const t=new a.OpenAPIHono;t.use(xh(t));const e=t.route("/branding",Gg).route("/email/providers",I0).route("/users",u_).route("/keys",u0).route("/users-by-email",d0).route("/clients",f0).route("/tenants",g0).route("/logs",m0).route("/hooks",v0).route("/connections",b0).route("/prompts",k0).route("/sessions",E0).route("/refresh_tokens",C0);return kh(e),e.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Management api"}}),e}function $0(t,e){Object.keys(e).forEach(n=>{const i=e[n];i!=null&&i.length&&t.searchParams.set(n,i)})}function Gn(t){var e,n,i;return{auth0Client:(e=t.query("auth0Client"))==null?void 0:e.slice(0,255),ip:(n=t.header("x-real-ip"))==null?void 0:n.slice(0,45),useragent:(i=t.header("user-agent"))==null?void 0:i.slice(0,512)}}const lr=60*5,uo=30*24*60*60,us=24*60*60,j0="auth-token",lc=30*60*1e3,N0=5*60,O0=5*60;var Sd;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(Sd||(Sd={}));var Ad;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(Ad||(Ad={}));function B0(t){return Ah(t,T0,Bi.Include)}function Sh(t){return Ah(t,R0,Bi.None)}function Ah(t,e,n){let i="";for(let r=0;r<t.byteLength;r+=3){let s=0,o=0;for(let c=0;c<3&&r+c<t.byteLength;c++)s=s<<8|t[r+c],o+=8;for(let c=0;c<4;c++)o>=6?(i+=e[s>>o-6&63],o-=6):o>0?(i+=e[s<<6-o&63],o=0):n===Bi.Include&&(i+="=")}return i}const T0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",R0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var Bi;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(Bi||(Bi={}));var Id;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(Id||(Id={}));class P0{uint8(e,n){if(e.byteLength<n+1)throw new TypeError("Insufficient bytes");return e[n]}uint16(e,n){if(e.byteLength<n+2)throw new TypeError("Insufficient bytes");return e[n]<<8|e[n+1]}uint32(e,n){if(e.byteLength<n+4)throw new TypeError("Insufficient bytes");let i=0;for(let r=0;r<4;r++)i|=e[n+r]<<24-r*8;return i}uint64(e,n){if(e.byteLength<n+8)throw new TypeError("Insufficient bytes");let i=0n;for(let r=0;r<8;r++)i|=BigInt(e[n+r])<<BigInt(56-r*8);return i}putUint8(e,n,i){if(e.length<i+1)throw new TypeError("Not enough space");if(n<0||n>255)throw new TypeError("Invalid uint8 value");e[i]=n}putUint16(e,n,i){if(e.length<i+2)throw new TypeError("Not enough space");if(n<0||n>65535)throw new TypeError("Invalid uint16 value");e[i]=n>>8,e[i+1]=n&255}putUint32(e,n,i){if(e.length<i+4)throw new TypeError("Not enough space");if(n<0||n>4294967295)throw new TypeError("Invalid uint32 value");for(let r=0;r<4;r++)e[i+r]=n>>(3-r)*8&255}putUint64(e,n,i){if(e.length<i+8)throw new TypeError("Not enough space");if(n<0||n>18446744073709551615n)throw new TypeError("Invalid uint64 value");for(let r=0;r<8;r++)e[i+r]=Number(n>>BigInt((7-r)*8)&0xffn)}}const Ed=new P0;function mt(t,e){return(t<<32-e|t>>>e)>>>0}function L0(t){const e=new U0;return e.update(t),e.digest()}class U0{constructor(){Q(this,"blockSize",64);Q(this,"size",32);Q(this,"blocks",new Uint8Array(64));Q(this,"currentBlockSize",0);Q(this,"H",new Uint32Array([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]));Q(this,"l",0n);Q(this,"w",new Uint32Array(64))}update(e){if(this.l+=BigInt(e.byteLength)*8n,this.currentBlockSize+e.byteLength<64){this.blocks.set(e,this.currentBlockSize),this.currentBlockSize+=e.byteLength;return}let n=0;if(this.currentBlockSize>0){const i=e.slice(0,64-this.currentBlockSize);this.blocks.set(i,this.currentBlockSize),this.process(),n+=i.byteLength,this.currentBlockSize=0}for(;n+64<=e.byteLength;){const i=e.slice(n,n+64);this.blocks.set(i),this.process(),n+=64}if(e.byteLength-n>0){const i=e.slice(n);this.blocks.set(i),this.currentBlockSize=i.byteLength}}digest(){this.blocks[this.currentBlockSize]=128,this.currentBlockSize+=1,64-this.currentBlockSize<8&&(this.blocks.fill(0,this.currentBlockSize),this.process(),this.currentBlockSize=0),this.blocks.fill(0,this.currentBlockSize),Ed.putUint64(this.blocks,this.l,this.blockSize-8),this.process();const e=new Uint8Array(32);for(let n=0;n<8;n++)Ed.putUint32(e,this.H[n],n*4);return e}process(){for(let u=0;u<16;u++)this.w[u]=(this.blocks[u*4]<<24|this.blocks[u*4+1]<<16|this.blocks[u*4+2]<<8|this.blocks[u*4+3])>>>0;for(let u=16;u<64;u++){const p=(mt(this.w[u-2],17)^mt(this.w[u-2],19)^this.w[u-2]>>>10)>>>0,g=(mt(this.w[u-15],7)^mt(this.w[u-15],18)^this.w[u-15]>>>3)>>>0;this.w[u]=p+this.w[u-7]+g+this.w[u-16]|0}let e=this.H[0],n=this.H[1],i=this.H[2],r=this.H[3],s=this.H[4],o=this.H[5],c=this.H[6],l=this.H[7];for(let u=0;u<64;u++){const p=(mt(s,6)^mt(s,11)^mt(s,25))>>>0,g=(s&o^~s&c)>>>0,_=l+p+g+V0[u]+this.w[u]|0,k=(mt(e,2)^mt(e,13)^mt(e,22))>>>0,h=(e&n^e&i^n&i)>>>0,m=k+h|0;l=c,c=o,o=s,s=r+_|0,r=i,i=n,n=e,e=_+m|0}this.H[0]=e+this.H[0]|0,this.H[1]=n+this.H[1]|0,this.H[2]=i+this.H[2]|0,this.H[3]=r+this.H[3]|0,this.H[4]=s+this.H[4]|0,this.H[5]=o+this.H[5]|0,this.H[6]=c+this.H[6]|0,this.H[7]=l+this.H[7]|0}}const V0=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);new BigUint64Array([0x428a2f98d728ae22n,0x7137449123ef65cdn,0xb5c0fbcfec4d3b2fn,0xe9b5dba58189dbbcn,0x3956c25bf348b538n,0x59f111f1b605d019n,0x923f82a4af194f9bn,0xab1c5ed5da6d8118n,0xd807aa98a3030242n,0x12835b0145706fben,0x243185be4ee4b28cn,0x550c7dc3d5ffb4e2n,0x72be5d74f27b896fn,0x80deb1fe3b1696b1n,0x9bdc06a725c71235n,0xc19bf174cf692694n,0xe49b69c19ef14ad2n,0xefbe4786384f25e3n,0x0fc19dc68b8cd5b5n,0x240ca1cc77ac9c65n,0x2de92c6f592b0275n,0x4a7484aa6ea6e483n,0x5cb0a9dcbd41fbd4n,0x76f988da831153b5n,0x983e5152ee66dfabn,0xa831c66d2db43210n,0xb00327c898fb213fn,0xbf597fc7beef0ee4n,0xc6e00bf33da88fc2n,0xd5a79147930aa725n,0x06ca6351e003826fn,0x142929670a0e6e70n,0x27b70a8546d22ffcn,0x2e1b21385c26c926n,0x4d2c6dfc5ac42aedn,0x53380d139d95b3dfn,0x650a73548baf63den,0x766a0abb3c77b2a8n,0x81c2c92e47edaee6n,0x92722c851482353bn,0xa2bfe8a14cf10364n,0xa81a664bbc423001n,0xc24b8b70d0f89791n,0xc76c51a30654be30n,0xd192e819d6ef5218n,0xd69906245565a910n,0xf40e35855771202an,0x106aa07032bbd1b8n,0x19a4c116b8d2d0c8n,0x1e376c085141ab53n,0x2748774cdf8eeb99n,0x34b0bcb5e19b48a8n,0x391c0cb3c5c95a63n,0x4ed8aa4ae3418acbn,0x5b9cca4f7763e373n,0x682e6ff3d6b2b8a3n,0x748f82ee5defb2fcn,0x78a5636f43172f60n,0x84c87814a1f0ab72n,0x8cc702081a6439ecn,0x90befffa23631e28n,0xa4506cebde82bde9n,0xbef9a3f7b2c67915n,0xc67178f2e372532bn,0xca273eceea26619cn,0xd186b8c721c0c207n,0xeada7dd6cde0eb1en,0xf57d4f7fee6ed178n,0x06f067aa72176fban,0x0a637dc5a2c898a6n,0x113f9804bef90daen,0x1b710b35131c471bn,0x28db77f523047d84n,0x32caab7b40c72493n,0x3c9ebe0a15c9bebcn,0x431d67c49c100d4cn,0x4cc5d4becb3e42b6n,0x597f299cfc657e2an,0x5fcb6fab3ad6faecn,0x6c44198c4a475817n]);class M0{constructor(e){Q(this,"data");this.data=e}tokenType(){if("token_type"in this.data&&typeof this.data.token_type=="string")return this.data.token_type;throw new Error("Missing or invalid 'token_type' field")}accessToken(){if("access_token"in this.data&&typeof this.data.access_token=="string")return this.data.access_token;throw new Error("Missing or invalid 'access_token' field")}accessTokenExpiresInSeconds(){if("expires_in"in this.data&&typeof this.data.expires_in=="number")return this.data.expires_in;throw new Error("Missing or invalid 'expires_in' field")}accessTokenExpiresAt(){return new Date(Date.now()+this.accessTokenExpiresInSeconds()*1e3)}hasRefreshToken(){return"refresh_token"in this.data&&typeof this.data.refresh_token=="string"}refreshToken(){if("refresh_token"in this.data&&typeof this.data.refresh_token=="string")return this.data.refresh_token;throw new Error("Missing or invalid 'refresh_token' field")}hasScopes(){return"scope"in this.data&&typeof this.data.scope=="string"}scopes(){if("scope"in this.data&&typeof this.data.scope=="string")return this.data.scope.split(" ");throw new Error("Missing or invalid 'scope' field")}idToken(){if("id_token"in this.data&&typeof this.data.id_token=="string")return this.data.id_token;throw new Error("Missing or invalid field 'id_token'")}}function D0(t){const e=L0(new TextEncoder().encode(t));return Sh(e)}function F0(){const t=new Uint8Array(32);return crypto.getRandomValues(t),Sh(t)}function vi(t,e){const n=new TextEncoder().encode(e.toString()),i=new Request(t,{method:"POST",body:n});return i.headers.set("Content-Type","application/x-www-form-urlencoded"),i.headers.set("Accept","application/json"),i.headers.set("User-Agent","arctic"),i.headers.set("Content-Length",n.byteLength.toString()),i}function To(t,e){const n=new TextEncoder().encode(`${t}:${e}`);return B0(n)}async function ds(t){let e;try{e=await fetch(t)}catch(n){throw new Eh(n)}if(e.status===400||e.status===401){let n;try{n=await e.json()}catch{throw new mr(e.status)}if(typeof n!="object"||n===null)throw new Tn(e.status,n);let i;try{i=Ih(n)}catch{throw new Tn(e.status,n)}throw i}if(e.status===200){let n;try{n=await e.json()}catch{throw new mr(e.status)}if(typeof n!="object"||n===null)throw new Tn(e.status,n);return new M0(n)}throw e.body!==null&&await e.body.cancel(),new mr(e.status)}async function H0(t){let e;try{e=await fetch(t)}catch(n){throw new Eh(n)}if(e.status===400||e.status===401){let n;try{n=await e.json()}catch{throw new Tn(e.status,null)}if(typeof n!="object"||n===null)throw new Tn(e.status,n);let i;try{i=Ih(n)}catch{throw new Tn(e.status,n)}throw i}if(e.status===200){e.body!==null&&await e.body.cancel();return}throw e.body!==null&&await e.body.cancel(),new mr(e.status)}function Ih(t){let e;if("error"in t&&typeof t.error=="string")e=t.error;else throw new Error("Invalid error response");let n=null,i=null,r=null;if("error_description"in t){if(typeof t.error_description!="string")throw new Error("Invalid data");n=t.error_description}if("error_uri"in t){if(typeof t.error_uri!="string")throw new Error("Invalid data");i=t.error_uri}if("state"in t){if(typeof t.state!="string")throw new Error("Invalid data");r=t.state}return new q0(e,n,i,r)}class Eh extends Error{constructor(e){super("Failed to send request",{cause:e})}}class q0 extends Error{constructor(n,i,r,s){super(`OAuth request error: ${n}`);Q(this,"code");Q(this,"description");Q(this,"uri");Q(this,"state");this.code=n,this.description=i,this.uri=r,this.state=s}}class mr extends Error{constructor(n){super("Unexpected error response");Q(this,"status");this.status=n}}class Tn extends Error{constructor(n,i){super("Unexpected error response body");Q(this,"status");Q(this,"data");this.status=n,this.data=i}}class dl{constructor(e,n,i){Q(this,"clientId");Q(this,"clientPassword");Q(this,"redirectURI");this.clientId=e,this.clientPassword=n,this.redirectURI=i}createAuthorizationURL(e,n,i){const r=new URL(e);return r.searchParams.set("response_type","code"),r.searchParams.set("client_id",this.clientId),this.redirectURI!==null&&r.searchParams.set("redirect_uri",this.redirectURI),r.searchParams.set("state",n),i.length>0&&r.searchParams.set("scope",i.join(" ")),r}createAuthorizationURLWithPKCE(e,n,i,r,s){const o=new URL(e);if(o.searchParams.set("response_type","code"),o.searchParams.set("client_id",this.clientId),this.redirectURI!==null&&o.searchParams.set("redirect_uri",this.redirectURI),o.searchParams.set("state",n),i===Ti.S256){const c=D0(r);o.searchParams.set("code_challenge_method","S256"),o.searchParams.set("code_challenge",c)}else i===Ti.Plain&&(o.searchParams.set("code_challenge_method","plain"),o.searchParams.set("code_challenge",r));return s.length>0&&o.searchParams.set("scope",s.join(" ")),o}async validateAuthorizationCode(e,n,i){const r=new URLSearchParams;r.set("grant_type","authorization_code"),r.set("code",n),this.redirectURI!==null&&r.set("redirect_uri",this.redirectURI),i!==null&&r.set("code_verifier",i),this.clientPassword===null&&r.set("client_id",this.clientId);const s=vi(e,r);if(this.clientPassword!==null){const c=To(this.clientId,this.clientPassword);s.headers.set("Authorization",`Basic ${c}`)}return await ds(s)}async refreshAccessToken(e,n,i){const r=new URLSearchParams;r.set("grant_type","refresh_token"),r.set("refresh_token",n),this.clientPassword===null&&r.set("client_id",this.clientId),i.length>0&&r.set("scope",i.join(" "));const s=vi(e,r);if(this.clientPassword!==null){const c=To(this.clientId,this.clientPassword);s.headers.set("Authorization",`Basic ${c}`)}return await ds(s)}async revokeToken(e,n){const i=new URLSearchParams;i.set("token",n),this.clientPassword===null&&i.set("client_id",this.clientId);const r=vi(e,i);if(this.clientPassword!==null){const s=To(this.clientId,this.clientPassword);r.headers.set("Authorization",`Basic ${s}`)}await H0(r)}}var Ti;(function(t){t[t.S256=0]="S256",t[t.Plain=1]="Plain"})(Ti||(Ti={}));var Cd;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(Cd||(Cd={}));var zd;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(zd||(zd={}));function wi(t){return K0(t,W0,ps.None)}function K0(t,e,n){let i="";for(let r=0;r<t.byteLength;r+=3){let s=0,o=0;for(let c=0;c<3&&r+c<t.byteLength;c++)s=s<<8|t[r+c],o+=8;for(let c=0;c<4;c++)o>=6?(i+=e[s>>o-6&63],o-=6):o>0?(i+=e[s<<6-o&63],o=0):n===ps.Include&&(i+="=")}return i}const W0="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var ps;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(ps||(ps={}));var $d;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})($d||($d={}));function G0(t,e,n){const i=wi(new TextEncoder().encode(t)),r=wi(new TextEncoder().encode(e)),s=wi(n);return i+"."+r+"."+s}function J0(t,e){const n=wi(new TextEncoder().encode(t)),i=wi(new TextEncoder().encode(e)),r=n+"."+i;return new TextEncoder().encode(r)}const Z0="https://appleid.apple.com/auth/authorize",Y0="https://appleid.apple.com/auth/token";class Ch{constructor(e,n,i,r,s){Q(this,"clientId");Q(this,"teamId");Q(this,"keyId");Q(this,"pkcs8PrivateKey");Q(this,"redirectURI");this.clientId=e,this.teamId=n,this.keyId=i,this.pkcs8PrivateKey=r,this.redirectURI=s}createAuthorizationURL(e,n){const i=new URL(Z0);return i.searchParams.set("response_type","code"),i.searchParams.set("client_id",this.clientId),i.searchParams.set("state",e),n.length>0&&i.searchParams.set("scope",n.join(" ")),i.searchParams.set("redirect_uri",this.redirectURI),i}async validateAuthorizationCode(e){const n=new URLSearchParams;n.set("grant_type","authorization_code"),n.set("code",e),n.set("redirect_uri",this.redirectURI),n.set("client_id",this.clientId);const i=await this.createClientSecret();n.set("client_secret",i);const r=vi(Y0,n);return await ds(r)}async createClientSecret(){const e=await crypto.subtle.importKey("pkcs8",this.pkcs8PrivateKey,{name:"ECDSA",namedCurve:"P-256"},!1,["sign"]),n=Math.floor(Date.now()/1e3),i=JSON.stringify({typ:"JWT",alg:"ES256",kid:this.keyId}),r=JSON.stringify({iss:this.teamId,exp:n+5*60,aud:["https://appleid.apple.com"],sub:this.clientId,iat:n}),s=new Uint8Array(await crypto.subtle.sign({name:"ECDSA",hash:"SHA-256"},e,J0(i,r)));return G0(i,r,s)}}const X0="https://www.facebook.com/v16.0/dialog/oauth",Q0="https://graph.facebook.com/v16.0/oauth/access_token";class zh{constructor(e,n,i){Q(this,"clientId");Q(this,"clientSecret");Q(this,"redirectURI");this.clientId=e,this.clientSecret=n,this.redirectURI=i}createAuthorizationURL(e,n){const i=new URL(X0);return i.searchParams.set("response_type","code"),i.searchParams.set("client_id",this.clientId),i.searchParams.set("state",e),n.length>0&&i.searchParams.set("scope",n.join(" ")),i.searchParams.set("redirect_uri",this.redirectURI),i}async validateAuthorizationCode(e){const n=new URLSearchParams;n.set("grant_type","authorization_code"),n.set("code",e),n.set("redirect_uri",this.redirectURI),n.set("client_id",this.clientId),n.set("client_secret",this.clientSecret);const i=vi(Q0,n);return await ds(i)}}const ey="https://accounts.google.com/o/oauth2/v2/auth",jd="https://oauth2.googleapis.com/token",ty="https://oauth2.googleapis.com/revoke";let $h=class{constructor(e,n,i){Q(this,"client");this.client=new dl(e,n,i)}createAuthorizationURL(e,n,i){return this.client.createAuthorizationURLWithPKCE(ey,e,Ti.S256,n,i)}async validateAuthorizationCode(e,n){return await this.client.validateAuthorizationCode(jd,e,n)}async refreshAccessToken(e){return await this.client.refreshAccessToken(jd,e,[])}async revokeToken(e){await this.client.revokeToken(ty,e)}};class pl{constructor(e,n){Q(this,"value");Q(this,"unit");this.value=e,this.unit=n}milliseconds(){return this.unit==="ms"?this.value:this.unit==="s"?this.value*1e3:this.unit==="m"?this.value*1e3*60:this.unit==="h"?this.value*1e3*60*60:this.unit==="d"?this.value*1e3*60*60*24:this.value*1e3*60*60*24*7}seconds(){return this.milliseconds()/1e3}transform(e){return new pl(Math.round(this.milliseconds()*e),"ms")}}async function Nd(t,e,n,i){const r={alg:t,typ:"JWT",...i==null?void 0:i.headers},s={...n};(i==null?void 0:i.audiences)!==void 0&&(s.aud=i.audiences),(i==null?void 0:i.subject)!==void 0&&(s.sub=i.subject),(i==null?void 0:i.issuer)!==void 0&&(s.iss=i.issuer),(i==null?void 0:i.jwtId)!==void 0&&(s.jti=i.jwtId),(i==null?void 0:i.expiresIn)!==void 0&&(s.exp=Math.floor(Date.now()/1e3)+i.expiresIn.seconds()),(i==null?void 0:i.notBefore)!==void 0&&(s.nbf=Math.floor(i.notBefore.getTime()/1e3)),s.iat=Math.floor(Date.now()/1e3);const o=new TextEncoder,c=ln.encode(o.encode(JSON.stringify(r)),{includePadding:!1}),l=ln.encode(o.encode(JSON.stringify(s)),{includePadding:!1}),u=o.encode([c,l].join(".")),p=await iy(t).sign(e,u),g=ln.encode(new Uint8Array(p),{includePadding:!1});return[c,l,g].join(".")}function ny(t){const e=t.split(".");return e.length!==3?null:e}function fl(t){const e=ny(t);if(!e)return null;const n=new TextDecoder,i=ln.decode(e[0],{strict:!1}),r=ln.decode(e[1],{strict:!1}),s=JSON.parse(n.decode(i));if(typeof s!="object"||s===null||!("alg"in s)||!ry(s.alg)||"typ"in s&&s.typ!=="JWT")return null;const o=JSON.parse(n.decode(r));if(typeof o!="object"||o===null)return null;const c={algorithm:s.alg,expiresAt:null,subject:null,issuedAt:null,issuer:null,jwtId:null,audiences:null,notBefore:null};if("exp"in o){if(typeof o.exp!="number")return null;c.expiresAt=new Date(o.exp*1e3)}if("iss"in o){if(typeof o.iss!="string")return null;c.issuer=o.iss}if("sub"in o){if(typeof o.sub!="string")return null;c.subject=o.sub}if("aud"in o)if(Array.isArray(o.aud)){for(const l of o.aud)if(typeof l!="string")return null;c.audiences=o.aud}else{if(typeof o.aud!="string")return null;c.audiences=[o.aud]}if("nbf"in o){if(typeof o.nbf!="number")return null;c.notBefore=new Date(o.nbf*1e3)}if("iat"in o){if(typeof o.iat!="number")return null;c.issuedAt=new Date(o.iat*1e3)}if("jti"in o){if(typeof o.jti!="string")return null;c.jwtId=o.jti}return{value:t,header:{...s,typ:"JWT",alg:s.alg},payload:{...o},parts:e,...c}}function iy(t){return new o0(sy[t])}function ry(t){return typeof t!="string"?!1:["HS256","HS384","HS512","RS256","RS384","RS512","ES256","ES384","ES512","PS256","PS384","PS512"].includes(t)}const sy={RS256:"SHA-256",RS384:"SHA-384",RS512:"SHA-512"},po=a.z.object({iss:a.z.string().url(),sub:a.z.string(),aud:a.z.string(),exp:a.z.number(),email:a.z.string().optional(),given_name:a.z.string().optional(),family_name:a.z.string().optional(),name:a.z.string().optional(),iat:a.z.number(),auth_time:a.z.number().optional(),nonce:a.z.string().optional(),acr:a.z.string().optional(),amr:a.z.array(a.z.string()).optional(),azp:a.z.string().optional(),at_hash:a.z.string().optional(),c_hash:a.z.string().optional()}).passthrough();po.omit({iat:!0,auth_time:!0,nonce:!0,acr:!0,amr:!0,azp:!0,at_hash:!0,c_hash:!0});function oy(t){return t.ISSUER}function kt(t){return t.UNIVERSAL_LOGIN_URL||`${t.ISSUER}u/`}function Ce(t){return t.OAUTH_API_URL||t.ISSUER}function jh(t){const{options:e}=t;if(!e||!e.client_id||!e.team_id||!e.kid||!e.app_secret)throw new Error("Missing required Apple authentication parameters");const n=Buffer.from(e.app_secret,"utf-8"),i=n.toString().replace(/-----BEGIN PRIVATE KEY-----|-----END PRIVATE KEY-----|\s/g,""),r=Uint8Array.from(Buffer.from(i,"base64"));return n.fill(0),{options:e,keyArray:r}}async function ay(t,e){var l,u;const{options:n,keyArray:i}=jh(e),r=new Ch(n.client_id,n.team_id,n.kid,i,`${Ce(t.env)}callback`),s=De(),o=await r.createAuthorizationURL(s,((l=n.scope)==null?void 0:l.split(" "))||["name","email"]);return(((u=n.scope)==null?void 0:u.split(" "))||["name","email"]).some(p=>["email","name"].includes(p))&&o.searchParams.set("response_mode","form_post"),{redirectUrl:o.href,code:s}}async function cy(t,e,n){const{options:i,keyArray:r}=jh(e),o=await new Ch(i.client_id,i.team_id,i.kid,r,`${Ce(t.env)}callback`).validateAuthorizationCode(n),c=fl(o.idToken());if(!c)throw new Error("Invalid ID token");const l=po.parse(c.payload);return{sub:l.sub,email:l.email,given_name:l.given_name,family_name:l.family_name,name:l.name,picture:l.picture,locale:l.locale}}const ly=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:ay,validateAuthorizationCodeAndGetUser:cy},Symbol.toStringTag,{value:"Module"}));async function uy(t,e){var o;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required authentication parameters");const i=new zh(n.client_id,n.client_secret,`${Ce(t.env)}callback`),r=De();return{redirectUrl:i.createAuthorizationURL(r,((o=n.scope)==null?void 0:o.split(" "))||["email"]).href,code:r}}async function dy(t,e,n){const{options:i}=e;if(!(i!=null&&i.client_id)||!i.client_secret)throw new Error("Missing required authentication parameters");const s=await new zh(i.client_id,i.client_secret,`${Ce(t.env)}callback`).validateAuthorizationCode(n),o=await fetch("https://graph.facebook.com/v16.0/me?fields=id,email,name",{headers:{Authorization:`Bearer ${s.accessToken()}`}});if(!o.ok)throw new Error("Failed to fetch user info");const c=await o.json();return t.set("log",`Userinfo: ${JSON.stringify(c)}`),{sub:c.id,email:c.email,name:c.name}}const py=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:uy,validateAuthorizationCodeAndGetUser:dy},Symbol.toStringTag,{value:"Module"}));async function fy(t,e){var c;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required Google authentication parameters");const i=new $h(n.client_id,n.client_secret,`${Ce(t.env)}callback`),r=De(),s=F0();return{redirectUrl:i.createAuthorizationURL(r,s,((c=n.scope)==null?void 0:c.split(" "))??["email","profile"]).href,code:r,codeVerifier:s}}async function hy(t,e,n,i){const{options:r}=e;if(!(r!=null&&r.client_id)||!r.client_secret||!i)throw new Error("Missing required authentication parameters");const o=await new $h(r.client_id,r.client_secret,`${Ce(t.env)}callback`).validateAuthorizationCode(n,i);console.log("got here");const c=fl(o.idToken());if(!c)throw new Error("Invalid ID token");const l=po.parse(c.payload);return{sub:l.sub,email:l.email,given_name:l.given_name,family_name:l.family_name,name:l.name,picture:l.picture,locale:l.locale}}const gy=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:fy,validateAuthorizationCodeAndGetUser:hy},Symbol.toStringTag,{value:"Module"}));async function _y(t,e){var o;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required authentication parameters");const i=new dl(n.client_id,n.client_secret,`${Ce(t.env)}callback`),r=De(),s=i.createAuthorizationURL("https://api.vipps.no/access-management-1.0/access/oauth2/auth",r,((o=n.scope)==null?void 0:o.split(" "))||["openid","email","phoneNumber","name","address","birthDate"]);return s.searchParams.set("response_type","code"),s.searchParams.set("response_mode","query"),{redirectUrl:s.href,code:r}}async function my(t,e,n){const{options:i}=e;if(!(i!=null&&i.client_id)||!i.client_secret)throw new Error("Missing required authentication parameters");const s=await new dl(i.client_id,i.client_secret,`${Ce(t.env)}callback`).validateAuthorizationCode("https://api.vipps.no/access-management-1.0/access/oauth2/token",n,null),o=fl(s.idToken());if(!o)throw new Error("Invalid ID token");const c=po.parse(o.payload);if(typeof c.msn!="string")throw new Error("msn not available in id token");const l=await fetch("https://api.vipps.no/vipps-userinfo-api/userinfo",{headers:{Authorization:`Bearer ${s.accessToken()}`,"Merchant-Serial-Number":c.msn}});if(!l.ok)throw new j(400,{message:"Failed to get user from vipps"});return await l.json()}const yy=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:_y,validateAuthorizationCodeAndGetUser:my},Symbol.toStringTag,{value:"Module"}));function Nh(t,e){const n=t.env.STRATEGIES||{},r={apple:ly,facebook:py,"google-oauth2":gy,vipps:yy,...n}[e];if(!r)throw new Error(`Strategy ${e} not found`);return r}async function fo(t,e){const n=await t.data.clients.get(e);if(!n)throw new j(403,{message:"Client not found"});const i=t.DEFAULT_CLIENT_ID?await t.data.clients.get(t.DEFAULT_CLIENT_ID):void 0,r=await t.data.connections.list(n.tenant.id),s=t.DEFAULT_TENANT_ID?await t.data.connections.list(t.DEFAULT_TENANT_ID):{connections:[]},o=r.connections.map(c=>{var p;const l=(p=s.connections)==null?void 0:p.find(g=>g.name===c.name);return l!=null&&l.options?Lt.parse({...l||{},...c,options:{...l.options||{},...c.options}}):c}).filter(c=>c);return{...n,web_origins:[...(i==null?void 0:i.web_origins)||[],...n.web_origins||[],`${kt(t)}login`],allowed_logout_urls:[...(i==null?void 0:i.allowed_logout_urls)||[],...n.allowed_logout_urls||[],t.ISSUER],callbacks:[...(i==null?void 0:i.callbacks)||[],...n.callbacks||[],`${kt(t)}info`],connections:o,domains:[...n.domains||[],...(i==null?void 0:i.domains)||[]],tenant:{...(i==null?void 0:i.tenant)||{},...n.tenant}}}function ho(t,e=[],n={}){try{const i=new URL(t);return e.some(r=>{try{return vy(i,new URL(r),n.allowPathWildcards)}catch{return!1}})}catch{return!1}}function vy(t,e,n){if(t.protocol!==e.protocol)return!1;if(n&&e.pathname.includes("*")){const i=e.pathname.replace(/\*/g,".*").replace(/\//g,"\\/");if(!new RegExp(`^${i}$`).test(t.pathname))return!1}else if(t.pathname!==e.pathname)return!1;if(e.hostname.startsWith("*.")&&e.hostname.split(".").length>2&&["http:","https:"].includes(e.protocol)){const i=e.hostname.split(".").slice(1).join(".");return t.hostname.endsWith(i)}return t.hostname===e.hostname}function wy(t){try{const n=/-----BEGIN (?:RSA )?(?:PRIVATE|PUBLIC) KEY-----([^-]*)-----END (?:RSA )?(?:PRIVATE|PUBLIC) KEY-----/.exec(t);if(!n||!n[1])throw new Error("Invalid PEM format");return Uint8Array.from(atob(n[1].replace(/\s/g,"")),i=>i.charCodeAt(0)).buffer}finally{t=t.replace(/./g,"\0")}}async function by(t,e){if(e==="plain")return t;const n=new TextEncoder().encode(t),i=await bh(n);return ln.encode(new Uint8Array(i),{includePadding:!1})}function Oh(t,e,n){const i=[];return i.push([encodeURIComponent(t),encodeURIComponent(e)]),(n==null?void 0:n.domain)!==void 0&&i.push(["Domain",n.domain]),(n==null?void 0:n.expires)!==void 0&&i.push(["Expires",n.expires.toUTCString()]),n!=null&&n.httpOnly&&i.push(["HttpOnly"]),(n==null?void 0:n.maxAge)!==void 0&&i.push(["Max-Age",n.maxAge.toString()]),(n==null?void 0:n.path)!==void 0&&i.push(["Path",n.path]),(n==null?void 0:n.sameSite)==="lax"&&i.push(["SameSite","Lax"]),(n==null?void 0:n.sameSite)==="none"&&i.push(["SameSite","None"]),(n==null?void 0:n.sameSite)==="strict"&&i.push(["SameSite","Strict"]),n!=null&&n.secure&&i.push(["Secure"]),i.map(r=>r.join("=")).join("; ")}function ky(t){const e=new Map,n=t.split("; ");for(const i of n){const r=i.split("="),s=r[0],o=r[1]??"";s&&e.set(decodeURIComponent(s),decodeURIComponent(o))}return e}function hl(t){return`${t}-${j0}`}function Bh(t,e){return e?(console.log("cookieHeaders",e),ky(e).get(hl(t))):void 0}function xy(t){const e={path:"/",httpOnly:!0,secure:!0,maxAge:0};return Oh(hl(t),"",{...e,sameSite:"none"})}function Th(t,e){const n={path:"/",httpOnly:!0,secure:!0,maxAge:uo};return Oh(hl(t),e,{...n,sameSite:"none"})}var gl={},go={};(function(t){const e=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=e+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040",i="["+e+"]["+n+"]*",r=new RegExp("^"+i+"$"),s=function(c,l){const u=[];let p=l.exec(c);for(;p;){const g=[];g.startIndex=l.lastIndex-p[0].length;const _=p.length;for(let k=0;k<_;k++)g.push(p[k]);u.push(g),p=l.exec(c)}return u},o=function(c){const l=r.exec(c);return!(l===null||typeof l>"u")};t.isExist=function(c){return typeof c<"u"},t.isEmptyObject=function(c){return Object.keys(c).length===0},t.merge=function(c,l,u){if(l){const p=Object.keys(l),g=p.length;for(let _=0;_<g;_++)u==="strict"?c[p[_]]=[l[p[_]]]:c[p[_]]=l[p[_]]}},t.getValue=function(c){return t.isExist(c)?c:""},t.isName=o,t.getAllMatches=s,t.nameRegexp=i})(go);const _l=go,Sy={allowBooleanAttributes:!1,unpairedTags:[]};gl.validate=function(t,e){e=Object.assign({},Sy,e);const n=[];let i=!1,r=!1;t[0]==="\uFEFF"&&(t=t.substr(1));for(let s=0;s<t.length;s++)if(t[s]==="<"&&t[s+1]==="?"){if(s+=2,s=Bd(t,s),s.err)return s}else if(t[s]==="<"){let o=s;if(s++,t[s]==="!"){s=Td(t,s);continue}else{let c=!1;t[s]==="/"&&(c=!0,s++);let l="";for(;s<t.length&&t[s]!==">"&&t[s]!==" "&&t[s]!==" "&&t[s]!==`
|
|
126
|
+
`&&t[s]!=="\r";s++)l+=t[s];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),s--),!Ny(l)){let g;return l.trim().length===0?g="Invalid space after '<'.":g="Tag '"+l+"' is an invalid name.",we("InvalidTag",g,Te(t,s))}const u=Ey(t,s);if(u===!1)return we("InvalidAttr","Attributes for '"+l+"' have open quote.",Te(t,s));let p=u.value;if(s=u.index,p[p.length-1]==="/"){const g=s-p.length;p=p.substring(0,p.length-1);const _=Rd(p,e);if(_===!0)i=!0;else return we(_.err.code,_.err.msg,Te(t,g+_.err.line))}else if(c)if(u.tagClosed){if(p.trim().length>0)return we("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",Te(t,o));if(n.length===0)return we("InvalidTag","Closing tag '"+l+"' has not been opened.",Te(t,o));{const g=n.pop();if(l!==g.tagName){let _=Te(t,g.tagStartPos);return we("InvalidTag","Expected closing tag '"+g.tagName+"' (opened in line "+_.line+", col "+_.col+") instead of closing tag '"+l+"'.",Te(t,o))}n.length==0&&(r=!0)}}else return we("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",Te(t,s));else{const g=Rd(p,e);if(g!==!0)return we(g.err.code,g.err.msg,Te(t,s-p.length+g.err.line));if(r===!0)return we("InvalidXml","Multiple possible root nodes found.",Te(t,s));e.unpairedTags.indexOf(l)!==-1||n.push({tagName:l,tagStartPos:o}),i=!0}for(s++;s<t.length;s++)if(t[s]==="<")if(t[s+1]==="!"){s++,s=Td(t,s);continue}else if(t[s+1]==="?"){if(s=Bd(t,++s),s.err)return s}else break;else if(t[s]==="&"){const g=$y(t,s);if(g==-1)return we("InvalidChar","char '&' is not expected.",Te(t,s));s=g}else if(r===!0&&!Od(t[s]))return we("InvalidXml","Extra text at the end",Te(t,s));t[s]==="<"&&s--}}else{if(Od(t[s]))continue;return we("InvalidChar","char '"+t[s]+"' is not expected.",Te(t,s))}if(i){if(n.length==1)return we("InvalidTag","Unclosed tag '"+n[0].tagName+"'.",Te(t,n[0].tagStartPos));if(n.length>0)return we("InvalidXml","Invalid '"+JSON.stringify(n.map(s=>s.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return we("InvalidXml","Start tag expected.",1);return!0};function Od(t){return t===" "||t===" "||t===`
|
|
127
|
+
`||t==="\r"}function Bd(t,e){const n=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){const i=t.substr(n,e-n);if(e>5&&i==="xml")return we("InvalidXml","XML declaration allowed only at the start of the document.",Te(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function Td(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let n=1;for(e+=8;e<t.length;e++)if(t[e]==="<")n++;else if(t[e]===">"&&(n--,n===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}const Ay='"',Iy="'";function Ey(t,e){let n="",i="",r=!1;for(;e<t.length;e++){if(t[e]===Ay||t[e]===Iy)i===""?i=t[e]:i!==t[e]||(i="");else if(t[e]===">"&&i===""){r=!0;break}n+=t[e]}return i!==""?!1:{value:n,index:e,tagClosed:r}}const Cy=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Rd(t,e){const n=_l.getAllMatches(t,Cy),i={};for(let r=0;r<n.length;r++){if(n[r][1].length===0)return we("InvalidAttr","Attribute '"+n[r][2]+"' has no space in starting.",ui(n[r]));if(n[r][3]!==void 0&&n[r][4]===void 0)return we("InvalidAttr","Attribute '"+n[r][2]+"' is without value.",ui(n[r]));if(n[r][3]===void 0&&!e.allowBooleanAttributes)return we("InvalidAttr","boolean attribute '"+n[r][2]+"' is not allowed.",ui(n[r]));const s=n[r][2];if(!jy(s))return we("InvalidAttr","Attribute '"+s+"' is an invalid name.",ui(n[r]));if(!i.hasOwnProperty(s))i[s]=1;else return we("InvalidAttr","Attribute '"+s+"' is repeated.",ui(n[r]))}return!0}function zy(t,e){let n=/\d/;for(t[e]==="x"&&(e++,n=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(n))break}return-1}function $y(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,zy(t,e);let n=0;for(;e<t.length;e++,n++)if(!(t[e].match(/\w/)&&n<20)){if(t[e]===";")break;return-1}return e}function we(t,e,n){return{err:{code:t,msg:e,line:n.line||n,col:n.col}}}function jy(t){return _l.isName(t)}function Ny(t){return _l.isName(t)}function Te(t,e){const n=t.substring(0,e).split(/\r?\n/);return{line:n.length,col:n[n.length-1].length+1}}function ui(t){return t.startIndex+t[1].length}var ml={};const Rh={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,n){return t}},Oy=function(t){return Object.assign({},Rh,t)};ml.buildOptions=Oy;ml.defaultOptions=Rh;class By{constructor(e){this.tagname=e,this.child=[],this[":@"]={}}add(e,n){e==="__proto__"&&(e="#__proto__"),this.child.push({[e]:n})}addChild(e){e.tagname==="__proto__"&&(e.tagname="#__proto__"),e[":@"]&&Object.keys(e[":@"]).length>0?this.child.push({[e.tagname]:e.child,":@":e[":@"]}):this.child.push({[e.tagname]:e.child})}}var Ty=By;const Ry=go;function Py(t,e){const n={};if(t[e+3]==="O"&&t[e+4]==="C"&&t[e+5]==="T"&&t[e+6]==="Y"&&t[e+7]==="P"&&t[e+8]==="E"){e=e+9;let i=1,r=!1,s=!1,o="";for(;e<t.length;e++)if(t[e]==="<"&&!s){if(r&&Vy(t,e)){e+=7;let c,l;[c,l,e]=Ly(t,e+1),l.indexOf("&")===-1&&(n[Hy(c)]={regx:RegExp(`&${c};`,"g"),val:l})}else if(r&&My(t,e))e+=8;else if(r&&Dy(t,e))e+=8;else if(r&&Fy(t,e))e+=9;else if(Uy)s=!0;else throw new Error("Invalid DOCTYPE");i++,o=""}else if(t[e]===">"){if(s?t[e-1]==="-"&&t[e-2]==="-"&&(s=!1,i--):i--,i===0)break}else t[e]==="["?r=!0:o+=t[e];if(i!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:n,i:e}}function Ly(t,e){let n="";for(;e<t.length&&t[e]!=="'"&&t[e]!=='"';e++)n+=t[e];if(n=n.trim(),n.indexOf(" ")!==-1)throw new Error("External entites are not supported");const i=t[e++];let r="";for(;e<t.length&&t[e]!==i;e++)r+=t[e];return[n,r,e]}function Uy(t,e){return t[e+1]==="!"&&t[e+2]==="-"&&t[e+3]==="-"}function Vy(t,e){return t[e+1]==="!"&&t[e+2]==="E"&&t[e+3]==="N"&&t[e+4]==="T"&&t[e+5]==="I"&&t[e+6]==="T"&&t[e+7]==="Y"}function My(t,e){return t[e+1]==="!"&&t[e+2]==="E"&&t[e+3]==="L"&&t[e+4]==="E"&&t[e+5]==="M"&&t[e+6]==="E"&&t[e+7]==="N"&&t[e+8]==="T"}function Dy(t,e){return t[e+1]==="!"&&t[e+2]==="A"&&t[e+3]==="T"&&t[e+4]==="T"&&t[e+5]==="L"&&t[e+6]==="I"&&t[e+7]==="S"&&t[e+8]==="T"}function Fy(t,e){return t[e+1]==="!"&&t[e+2]==="N"&&t[e+3]==="O"&&t[e+4]==="T"&&t[e+5]==="A"&&t[e+6]==="T"&&t[e+7]==="I"&&t[e+8]==="O"&&t[e+9]==="N"}function Hy(t){if(Ry.isName(t))return t;throw new Error(`Invalid entity name ${t}`)}var qy=Py;const Ky=/^[-+]?0x[a-fA-F0-9]+$/,Wy=/^([\-\+])?(0*)(\.[0-9]+([eE]\-?[0-9]+)?|[0-9]+(\.[0-9]+([eE]\-?[0-9]+)?)?)$/;!Number.parseInt&&window.parseInt&&(Number.parseInt=window.parseInt);!Number.parseFloat&&window.parseFloat&&(Number.parseFloat=window.parseFloat);const Gy={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function Jy(t,e={}){if(e=Object.assign({},Gy,e),!t||typeof t!="string")return t;let n=t.trim();if(e.skipLike!==void 0&&e.skipLike.test(n))return t;if(e.hex&&Ky.test(n))return Number.parseInt(n,16);{const i=Wy.exec(n);if(i){const r=i[1],s=i[2];let o=Zy(i[3]);const c=i[4]||i[6];if(!e.leadingZeros&&s.length>0&&r&&n[2]!==".")return t;if(!e.leadingZeros&&s.length>0&&!r&&n[1]!==".")return t;{const l=Number(n),u=""+l;return u.search(/[eE]/)!==-1||c?e.eNotation?l:t:n.indexOf(".")!==-1?u==="0"&&o===""||u===o||r&&u==="-"+o?l:t:s?o===u||r+o===u?l:t:n===u||n===r+u?l:t}}else return t}}function Zy(t){return t&&t.indexOf(".")!==-1&&(t=t.replace(/0+$/,""),t==="."?t="0":t[0]==="."?t="0"+t:t[t.length-1]==="."&&(t=t.substr(0,t.length-1))),t}var Yy=Jy;function Xy(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(const n of t)if(typeof n=="string"&&e===n||n instanceof RegExp&&n.test(e))return!0}:()=>!1}var Ph=Xy;const Lh=go,di=Ty,Qy=qy,ev=Yy,tv=Ph;let nv=class{constructor(e){this.options=e,this.currentNode=null,this.tagsNodeStack=[],this.docTypeEntities={},this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}},this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"},this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(n,i)=>String.fromCharCode(Number.parseInt(i,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(n,i)=>String.fromCharCode(Number.parseInt(i,16))}},this.addExternalEntities=iv,this.parseXml=cv,this.parseTextData=rv,this.resolveNameSpace=sv,this.buildAttributesMap=av,this.isItStopNode=pv,this.replaceEntitiesValue=uv,this.readStopNodeData=hv,this.saveTextToParentTag=dv,this.addChild=lv,this.ignoreAttributesFn=tv(this.options.ignoreAttributes)}};function iv(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const i=e[n];this.lastEntities[i]={regex:new RegExp("&"+i+";","g"),val:t[i]}}}function rv(t,e,n,i,r,s,o){if(t!==void 0&&(this.options.trimValues&&!i&&(t=t.trim()),t.length>0)){o||(t=this.replaceEntitiesValue(t));const c=this.options.tagValueProcessor(e,t,n,r,s);return c==null?t:typeof c!=typeof t||c!==t?c:this.options.trimValues?dc(t,this.options.parseTagValue,this.options.numberParseOptions):t.trim()===t?dc(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function sv(t){if(this.options.removeNSPrefix){const e=t.split(":"),n=t.charAt(0)==="/"?"/":"";if(e[0]==="xmlns")return"";e.length===2&&(t=n+e[1])}return t}const ov=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function av(t,e,n){if(this.options.ignoreAttributes!==!0&&typeof t=="string"){const i=Lh.getAllMatches(t,ov),r=i.length,s={};for(let o=0;o<r;o++){const c=this.resolveNameSpace(i[o][1]);if(this.ignoreAttributesFn(c,e))continue;let l=i[o][4],u=this.options.attributeNamePrefix+c;if(c.length)if(this.options.transformAttributeName&&(u=this.options.transformAttributeName(u)),u==="__proto__"&&(u="#__proto__"),l!==void 0){this.options.trimValues&&(l=l.trim()),l=this.replaceEntitiesValue(l);const p=this.options.attributeValueProcessor(c,l,e);p==null?s[u]=l:typeof p!=typeof l||p!==l?s[u]=p:s[u]=dc(l,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(s[u]=!0)}if(!Object.keys(s).length)return;if(this.options.attributesGroupName){const o={};return o[this.options.attributesGroupName]=s,o}return s}}const cv=function(t){t=t.replace(/\r\n?/g,`
|
|
128
|
+
`);const e=new di("!xml");let n=e,i="",r="";for(let s=0;s<t.length;s++)if(t[s]==="<")if(t[s+1]==="/"){const c=on(t,">",s,"Closing Tag is not closed.");let l=t.substring(s+2,c).trim();if(this.options.removeNSPrefix){const g=l.indexOf(":");g!==-1&&(l=l.substr(g+1))}this.options.transformTagName&&(l=this.options.transformTagName(l)),n&&(i=this.saveTextToParentTag(i,n,r));const u=r.substring(r.lastIndexOf(".")+1);if(l&&this.options.unpairedTags.indexOf(l)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${l}>`);let p=0;u&&this.options.unpairedTags.indexOf(u)!==-1?(p=r.lastIndexOf(".",r.lastIndexOf(".")-1),this.tagsNodeStack.pop()):p=r.lastIndexOf("."),r=r.substring(0,p),n=this.tagsNodeStack.pop(),i="",s=c}else if(t[s+1]==="?"){let c=uc(t,s,!1,"?>");if(!c)throw new Error("Pi Tag is not closed.");if(i=this.saveTextToParentTag(i,n,r),!(this.options.ignoreDeclaration&&c.tagName==="?xml"||this.options.ignorePiTags)){const l=new di(c.tagName);l.add(this.options.textNodeName,""),c.tagName!==c.tagExp&&c.attrExpPresent&&(l[":@"]=this.buildAttributesMap(c.tagExp,r,c.tagName)),this.addChild(n,l,r)}s=c.closeIndex+1}else if(t.substr(s+1,3)==="!--"){const c=on(t,"-->",s+4,"Comment is not closed.");if(this.options.commentPropName){const l=t.substring(s+4,c-2);i=this.saveTextToParentTag(i,n,r),n.add(this.options.commentPropName,[{[this.options.textNodeName]:l}])}s=c}else if(t.substr(s+1,2)==="!D"){const c=Qy(t,s);this.docTypeEntities=c.entities,s=c.i}else if(t.substr(s+1,2)==="!["){const c=on(t,"]]>",s,"CDATA is not closed.")-2,l=t.substring(s+9,c);i=this.saveTextToParentTag(i,n,r);let u=this.parseTextData(l,n.tagname,r,!0,!1,!0,!0);u==null&&(u=""),this.options.cdataPropName?n.add(this.options.cdataPropName,[{[this.options.textNodeName]:l}]):n.add(this.options.textNodeName,u),s=c+2}else{let c=uc(t,s,this.options.removeNSPrefix),l=c.tagName;const u=c.rawTagName;let p=c.tagExp,g=c.attrExpPresent,_=c.closeIndex;this.options.transformTagName&&(l=this.options.transformTagName(l)),n&&i&&n.tagname!=="!xml"&&(i=this.saveTextToParentTag(i,n,r,!1));const k=n;if(k&&this.options.unpairedTags.indexOf(k.tagname)!==-1&&(n=this.tagsNodeStack.pop(),r=r.substring(0,r.lastIndexOf("."))),l!==e.tagname&&(r+=r?"."+l:l),this.isItStopNode(this.options.stopNodes,r,l)){let h="";if(p.length>0&&p.lastIndexOf("/")===p.length-1)l[l.length-1]==="/"?(l=l.substr(0,l.length-1),r=r.substr(0,r.length-1),p=l):p=p.substr(0,p.length-1),s=c.closeIndex;else if(this.options.unpairedTags.indexOf(l)!==-1)s=c.closeIndex;else{const b=this.readStopNodeData(t,u,_+1);if(!b)throw new Error(`Unexpected end of ${u}`);s=b.i,h=b.tagContent}const m=new di(l);l!==p&&g&&(m[":@"]=this.buildAttributesMap(p,r,l)),h&&(h=this.parseTextData(h,l,r,!0,g,!0,!0)),r=r.substr(0,r.lastIndexOf(".")),m.add(this.options.textNodeName,h),this.addChild(n,m,r)}else{if(p.length>0&&p.lastIndexOf("/")===p.length-1){l[l.length-1]==="/"?(l=l.substr(0,l.length-1),r=r.substr(0,r.length-1),p=l):p=p.substr(0,p.length-1),this.options.transformTagName&&(l=this.options.transformTagName(l));const h=new di(l);l!==p&&g&&(h[":@"]=this.buildAttributesMap(p,r,l)),this.addChild(n,h,r),r=r.substr(0,r.lastIndexOf("."))}else{const h=new di(l);this.tagsNodeStack.push(n),l!==p&&g&&(h[":@"]=this.buildAttributesMap(p,r,l)),this.addChild(n,h,r),n=h}i="",s=_}}else i+=t[s];return e.child};function lv(t,e,n){const i=this.options.updateTag(e.tagname,n,e[":@"]);i===!1||(typeof i=="string"&&(e.tagname=i),t.addChild(e))}const uv=function(t){if(this.options.processEntities){for(let e in this.docTypeEntities){const n=this.docTypeEntities[e];t=t.replace(n.regx,n.val)}for(let e in this.lastEntities){const n=this.lastEntities[e];t=t.replace(n.regex,n.val)}if(this.options.htmlEntities)for(let e in this.htmlEntities){const n=this.htmlEntities[e];t=t.replace(n.regex,n.val)}t=t.replace(this.ampEntity.regex,this.ampEntity.val)}return t};function dv(t,e,n,i){return t&&(i===void 0&&(i=Object.keys(e.child).length===0),t=this.parseTextData(t,e.tagname,n,!1,e[":@"]?Object.keys(e[":@"]).length!==0:!1,i),t!==void 0&&t!==""&&e.add(this.options.textNodeName,t),t=""),t}function pv(t,e,n){const i="*."+n;for(const r in t){const s=t[r];if(i===s||e===s)return!0}return!1}function fv(t,e,n=">"){let i,r="";for(let s=e;s<t.length;s++){let o=t[s];if(i)o===i&&(i="");else if(o==='"'||o==="'")i=o;else if(o===n[0])if(n[1]){if(t[s+1]===n[1])return{data:r,index:s}}else return{data:r,index:s};else o===" "&&(o=" ");r+=o}}function on(t,e,n,i){const r=t.indexOf(e,n);if(r===-1)throw new Error(i);return r+e.length-1}function uc(t,e,n,i=">"){const r=fv(t,e+1,i);if(!r)return;let s=r.data;const o=r.index,c=s.search(/\s/);let l=s,u=!0;c!==-1&&(l=s.substring(0,c),s=s.substring(c+1).trimStart());const p=l;if(n){const g=l.indexOf(":");g!==-1&&(l=l.substr(g+1),u=l!==r.data.substr(g+1))}return{tagName:l,tagExp:s,closeIndex:o,attrExpPresent:u,rawTagName:p}}function hv(t,e,n){const i=n;let r=1;for(;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="/"){const s=on(t,">",n,`${e} is not closed`);if(t.substring(n+2,s).trim()===e&&(r--,r===0))return{tagContent:t.substring(i,n),i:s};n=s}else if(t[n+1]==="?")n=on(t,"?>",n+1,"StopNode is not closed.");else if(t.substr(n+1,3)==="!--")n=on(t,"-->",n+3,"StopNode is not closed.");else if(t.substr(n+1,2)==="![")n=on(t,"]]>",n,"StopNode is not closed.")-2;else{const s=uc(t,n,">");s&&((s&&s.tagName)===e&&s.tagExp[s.tagExp.length-1]!=="/"&&r++,n=s.closeIndex)}}function dc(t,e,n){if(e&&typeof t=="string"){const i=t.trim();return i==="true"?!0:i==="false"?!1:ev(t,n)}else return Lh.isExist(t)?t:""}var gv=nv,Uh={};function _v(t,e){return Vh(t,e)}function Vh(t,e,n){let i;const r={};for(let s=0;s<t.length;s++){const o=t[s],c=mv(o);let l="";if(n===void 0?l=c:l=n+"."+c,c===e.textNodeName)i===void 0?i=o[c]:i+=""+o[c];else{if(c===void 0)continue;if(o[c]){let u=Vh(o[c],e,l);const p=vv(u,e);o[":@"]?yv(u,o[":@"],l,e):Object.keys(u).length===1&&u[e.textNodeName]!==void 0&&!e.alwaysCreateTextNode?u=u[e.textNodeName]:Object.keys(u).length===0&&(e.alwaysCreateTextNode?u[e.textNodeName]="":u=""),r[c]!==void 0&&r.hasOwnProperty(c)?(Array.isArray(r[c])||(r[c]=[r[c]]),r[c].push(u)):e.isArray(c,l,p)?r[c]=[u]:r[c]=u}}}return typeof i=="string"?i.length>0&&(r[e.textNodeName]=i):i!==void 0&&(r[e.textNodeName]=i),r}function mv(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const i=e[n];if(i!==":@")return i}}function yv(t,e,n,i){if(e){const r=Object.keys(e),s=r.length;for(let o=0;o<s;o++){const c=r[o];i.isArray(c,n+"."+c,!0,!0)?t[c]=[e[c]]:t[c]=e[c]}}}function vv(t,e){const{textNodeName:n}=e,i=Object.keys(t).length;return!!(i===0||i===1&&(t[n]||typeof t[n]=="boolean"||t[n]===0))}Uh.prettify=_v;const{buildOptions:wv}=ml,bv=gv,{prettify:kv}=Uh,xv=gl;let Sv=class{constructor(e){this.externalEntities={},this.options=wv(e)}parse(e,n){if(typeof e!="string")if(e.toString)e=e.toString();else throw new Error("XML data is accepted in String or Bytes[] form.");if(n){n===!0&&(n={});const s=xv.validate(e,n);if(s!==!0)throw Error(`${s.err.msg}:${s.err.line}:${s.err.col}`)}const i=new bv(this.options);i.addExternalEntities(this.externalEntities);const r=i.parseXml(e);return this.options.preserveOrder||r===void 0?r:kv(r,this.options)}addEntity(e,n){if(n.indexOf("&")!==-1)throw new Error("Entity value can't have '&'");if(e.indexOf("&")!==-1||e.indexOf(";")!==-1)throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'");if(n==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[e]=n}};var Av=Sv;const Iv=`
|
|
129
|
+
`;function Ev(t,e){let n="";return e.format&&e.indentBy.length>0&&(n=Iv),Mh(t,e,"",n)}function Mh(t,e,n,i){let r="",s=!1;for(let o=0;o<t.length;o++){const c=t[o],l=Cv(c);if(l===void 0)continue;let u="";if(n.length===0?u=l:u=`${n}.${l}`,l===e.textNodeName){let h=c[l];zv(u,e)||(h=e.tagValueProcessor(l,h),h=Dh(h,e)),s&&(r+=i),r+=h,s=!1;continue}else if(l===e.cdataPropName){s&&(r+=i),r+=`<![CDATA[${c[l][0][e.textNodeName]}]]>`,s=!1;continue}else if(l===e.commentPropName){r+=i+`<!--${c[l][0][e.textNodeName]}-->`,s=!0;continue}else if(l[0]==="?"){const h=Pd(c[":@"],e),m=l==="?xml"?"":i;let b=c[l][0][e.textNodeName];b=b.length!==0?" "+b:"",r+=m+`<${l}${b}${h}?>`,s=!0;continue}let p=i;p!==""&&(p+=e.indentBy);const g=Pd(c[":@"],e),_=i+`<${l}${g}`,k=Mh(c[l],e,u,p);e.unpairedTags.indexOf(l)!==-1?e.suppressUnpairedNode?r+=_+">":r+=_+"/>":(!k||k.length===0)&&e.suppressEmptyNode?r+=_+"/>":k&&k.endsWith(">")?r+=_+`>${k}${i}</${l}>`:(r+=_+">",k&&i!==""&&(k.includes("/>")||k.includes("</"))?r+=i+e.indentBy+k+i:r+=k,r+=`</${l}>`),s=!0}return r}function Cv(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const i=e[n];if(t.hasOwnProperty(i)&&i!==":@")return i}}function Pd(t,e){let n="";if(t&&!e.ignoreAttributes)for(let i in t){if(!t.hasOwnProperty(i))continue;let r=e.attributeValueProcessor(i,t[i]);r=Dh(r,e),r===!0&&e.suppressBooleanAttributes?n+=` ${i.substr(e.attributeNamePrefix.length)}`:n+=` ${i.substr(e.attributeNamePrefix.length)}="${r}"`}return n}function zv(t,e){t=t.substr(0,t.length-e.textNodeName.length-1);let n=t.substr(t.lastIndexOf(".")+1);for(let i in e.stopNodes)if(e.stopNodes[i]===t||e.stopNodes[i]==="*."+n)return!0;return!1}function Dh(t,e){if(t&&t.length>0&&e.processEntities)for(let n=0;n<e.entities.length;n++){const i=e.entities[n];t=t.replace(i.regex,i.val)}return t}var $v=Ev;const jv=$v,Nv=Ph,Ov={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function Xt(t){this.options=Object.assign({},Ov,t),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=Nv(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Rv),this.processTextOrObjNode=Bv,this.options.format?(this.indentate=Tv,this.tagEndChar=`>
|
|
130
130
|
`,this.newLine=`
|
|
131
|
-
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}
|
|
131
|
+
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}Xt.prototype.build=function(t){return this.options.preserveOrder?jv(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)};Xt.prototype.j2x=function(t,e,n){let i="",r="";const s=n.join(".");for(let o in t)if(Object.prototype.hasOwnProperty.call(t,o))if(typeof t[o]>"u")this.isAttribute(o)&&(r+="");else if(t[o]===null)this.isAttribute(o)?r+="":o[0]==="?"?r+=this.indentate(e)+"<"+o+"?"+this.tagEndChar:r+=this.indentate(e)+"<"+o+"/"+this.tagEndChar;else if(t[o]instanceof Date)r+=this.buildTextValNode(t[o],o,"",e);else if(typeof t[o]!="object"){const c=this.isAttribute(o);if(c&&!this.ignoreAttributesFn(c,s))i+=this.buildAttrPairStr(c,""+t[o]);else if(!c)if(o===this.options.textNodeName){let l=this.options.tagValueProcessor(o,""+t[o]);r+=this.replaceEntitiesValue(l)}else r+=this.buildTextValNode(t[o],o,"",e)}else if(Array.isArray(t[o])){const c=t[o].length;let l="",u="";for(let p=0;p<c;p++){const g=t[o][p];if(!(typeof g>"u"))if(g===null)o[0]==="?"?r+=this.indentate(e)+"<"+o+"?"+this.tagEndChar:r+=this.indentate(e)+"<"+o+"/"+this.tagEndChar;else if(typeof g=="object")if(this.options.oneListGroup){const _=this.j2x(g,e+1,n.concat(o));l+=_.val,this.options.attributesGroupName&&g.hasOwnProperty(this.options.attributesGroupName)&&(u+=_.attrStr)}else l+=this.processTextOrObjNode(g,o,e,n);else if(this.options.oneListGroup){let _=this.options.tagValueProcessor(o,g);_=this.replaceEntitiesValue(_),l+=_}else l+=this.buildTextValNode(g,o,"",e)}this.options.oneListGroup&&(l=this.buildObjectNode(l,o,u,e)),r+=l}else if(this.options.attributesGroupName&&o===this.options.attributesGroupName){const c=Object.keys(t[o]),l=c.length;for(let u=0;u<l;u++)i+=this.buildAttrPairStr(c[u],""+t[o][c[u]])}else r+=this.processTextOrObjNode(t[o],o,e,n);return{attrStr:i,val:r}};Xt.prototype.buildAttrPairStr=function(t,e){return e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e),this.options.suppressBooleanAttributes&&e==="true"?" "+t:" "+t+'="'+e+'"'};function Bv(t,e,n,i){const r=this.j2x(t,n+1,i.concat(e));return t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,r.attrStr,n):this.buildObjectNode(r.val,e,r.attrStr,n)}Xt.prototype.buildObjectNode=function(t,e,n,i){if(t==="")return e[0]==="?"?this.indentate(i)+"<"+e+n+"?"+this.tagEndChar:this.indentate(i)+"<"+e+n+this.closeTag(e)+this.tagEndChar;{let r="</"+e+this.tagEndChar,s="";return e[0]==="?"&&(s="?",r=""),(n||n==="")&&t.indexOf("<")===-1?this.indentate(i)+"<"+e+n+s+">"+t+r:this.options.commentPropName!==!1&&e===this.options.commentPropName&&s.length===0?this.indentate(i)+`<!--${t}-->`+this.newLine:this.indentate(i)+"<"+e+n+s+this.tagEndChar+t+this.indentate(i)+r}};Xt.prototype.closeTag=function(t){let e="";return this.options.unpairedTags.indexOf(t)!==-1?this.options.suppressUnpairedNode||(e="/"):this.options.suppressEmptyNode?e="/":e=`></${t}`,e};Xt.prototype.buildTextValNode=function(t,e,n,i){if(this.options.cdataPropName!==!1&&e===this.options.cdataPropName)return this.indentate(i)+`<![CDATA[${t}]]>`+this.newLine;if(this.options.commentPropName!==!1&&e===this.options.commentPropName)return this.indentate(i)+`<!--${t}-->`+this.newLine;if(e[0]==="?")return this.indentate(i)+"<"+e+n+"?"+this.tagEndChar;{let r=this.options.tagValueProcessor(e,t);return r=this.replaceEntitiesValue(r),r===""?this.indentate(i)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(i)+"<"+e+n+">"+r+"</"+e+this.tagEndChar}};Xt.prototype.replaceEntitiesValue=function(t){if(t&&t.length>0&&this.options.processEntities)for(let e=0;e<this.options.entities.length;e++){const n=this.options.entities[e];t=t.replace(n.regex,n.val)}return t};function Tv(t){return this.options.indentBy.repeat(t)}function Rv(t){return t.startsWith(this.options.attributeNamePrefix)&&t!==this.options.textNodeName?t.substr(this.attrPrefixLen):!1}var Pv=Xt;const Lv=gl,Uv=Av,Vv=Pv;var Mv={XMLParser:Uv,XMLValidator:Lv,XMLBuilder:Vv};function Dv(t,e,n){const i=n?`<input type="hidden" name="RelayState" value="${n}" />`:"",r=`
|
|
132
132
|
<!DOCTYPE html>
|
|
133
133
|
<html>
|
|
134
134
|
<body onload="document.forms[0].submit()">
|
|
@@ -136,7 +136,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
136
136
|
<p>Your browser has JavaScript disabled. Please click the button below to continue:</p>
|
|
137
137
|
<input type="submit" value="Continue">
|
|
138
138
|
</noscript>
|
|
139
|
-
<form method="post" action="${
|
|
139
|
+
<form method="post" action="${t}">
|
|
140
140
|
<input type="hidden" name="SAMLResponse" value="${e}" />
|
|
141
141
|
${i}
|
|
142
142
|
</form>
|
|
@@ -146,7 +146,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
146
146
|
}};
|
|
147
147
|
<\/script>
|
|
148
148
|
</body>
|
|
149
|
-
</html>`;return new Response(r,{headers:{"Content-Type":"text/html"}})}async function nv(n,e,t,i,r){var _,x,h;if(!t.redirect_uri)throw new j(400,{message:"Missing redirect_uri in authParams"});const[s]=await n.env.data.keys.list();if(!s)throw new j(500,{message:"No signing key found"});if(!((_=e.addons)!=null&&_.samlp))throw new j(400,{message:`SAML Addon is not enabled for client ${e.id}`});const{recipient:a,audience:c}=e.addons.samlp,l=t.state||"";if(!a||!l||!i||!t.state)throw new j(400,{message:"Missing recipient or inResponseTo"});const u=JSON.parse(t.state),p=new URL(t.redirect_uri),g=await iv(n,{issuer:n.env.ISSUER,audience:c||t.client_id,destination:p.toString(),inResponseTo:u.requestId,userId:((h=(x=i.app_metadata)==null?void 0:x.vimeo)==null?void 0:h.user_id)||i.user_id,email:i.email,sessionIndex:r,signature:{privateKeyPem:s.pkcs7,cert:s.cert,kid:s.kid}});return tv(p.toString(),g,u.relayState)}async function iv(n,e){const t=e.notBefore||new Date().toISOString(),i=e.notAfter||new Date(new Date(t).getTime()+10*60*1e3).toISOString(),r=e.issueInstant||t,s=e.sessionNotOnOrAfter||i,a=e.responseId||`_${Me()}`,c=e.assertionId||`_${Me()}`,l=[{"samlp:Response":[{"saml:Issuer":[{"#text":e.issuer}]},{"samlp:Status":[{"samlp:StatusCode":[],":@":{"@_Value":"urn:oasis:names:tc:SAML:2.0:status:Success"}}]},{"saml:Assertion":[{"saml:Issuer":[{"#text":e.issuer}]},{"saml:Subject":[{"saml:NameID":[{"#text":e.email}],":@":{"@_Format":"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"}},{"saml:SubjectConfirmation":[{"saml:SubjectConfirmationData":[],":@":{"@_InResponseTo":e.inResponseTo,"@_NotOnOrAfter":i,"@_Recipient":e.destination}}],":@":{"@_Method":"urn:oasis:names:tc:SAML:2.0:cm:bearer"}}]},{"saml:Conditions":[{"saml:AudienceRestriction":[{"saml:Audience":[{"#text":e.audience}]}]}],":@":{"@_NotBefore":t,"@_NotOnOrAfter":i}},{"saml:AuthnStatement":[{"saml:AuthnContext":[{"saml:AuthnContextClassRef":[{"#text":"urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"}]}]}],":@":{"@_AuthnInstant":r,"@_SessionIndex":e.sessionIndex,"@_SessionNotOnOrAfter":s}},{"saml:AttributeStatement":[{"saml:Attribute":[{"saml:AttributeValue":[{"#text":e.userId}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_FriendlyName":"persistent","@_Name":"id","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":e.email}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"email","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"manage-account"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"default-roles-master"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"offline_access"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"view-profile"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"uma_authorization"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"manage-account-links"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}}]}],":@":{"@_xmlns":"urn:oasis:names:tc:SAML:2.0:assertion","@_ID":c,"@_IssueInstant":r,"@_Version":"2.0"}}],":@":{"@_xmlns:samlp":"urn:oasis:names:tc:SAML:2.0:protocol","@_xmlns:saml":"urn:oasis:names:tc:SAML:2.0:assertion","@_Destination":e.destination,"@_ID":a,"@_InResponseTo":e.inResponseTo,"@_IssueInstant":r,"@_Version":"2.0"}}];let p=new ev.XMLBuilder({ignoreAttributes:!1,suppressEmptyNode:!0,preserveOrder:!0}).build(l);if(e.signature){const _=await fetch(n.env.SAML_SIGN_URL,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({xmlContent:p,privateKey:e.signature.privateKeyPem,publicCert:e.signature.cert})});if(!_.ok)throw new Error(`Failed to sign SAML response: ${_.status}`);p=await _.text()}return e.encode===!1?p:btoa(p)}const gd=["sub","iss","aud","exp","nbf","iat","jti"];async function Yc(n,e){var m,b;const{authParams:t,user:i,client:r,session_id:s}=e,c=(await n.env.data.keys.list()).filter(S=>!S.revoked_at||new Date(S.revoked_at)>new Date),l=c[c.length-1];if(!(l!=null&&l.pkcs7))throw new j(500,{message:"No signing key available"});const u=Om(l.pkcs7),p={aud:t.audience||"default",scope:t.scope||"",sub:(i==null?void 0:i.user_id)||t.client_id,iss:n.env.ISSUER,tenant_id:n.var.tenant_id,sid:s},g=i&&((m=t.scope)!=null&&m.split(" ").includes("openid"))?{aud:t.client_id,sub:i.user_id,iss:n.env.ISSUER,sid:s,nonce:t.nonce,given_name:i.given_name,family_name:i.family_name,nickname:i.nickname,picture:i.picture,locale:i.locale,name:i.name,email:i.email,email_verified:i.email_verified}:void 0;(b=n.env.hooks)!=null&&b.onExecuteCredentialsExchange&&await n.env.hooks.onExecuteCredentialsExchange({client:r,user:i,scope:t.scope||"",grant_type:""},{accessToken:{setCustomClaim:(S,O)=>{if(gd.includes(S))throw new Error(`Cannot overwrite reserved claim '${S}'`);p[S]=O}},idToken:{setCustomClaim:(S,O)=>{if(gd.includes(S))throw new Error(`Cannot overwrite reserved claim '${S}'`);g&&(g[S]=O)}},access:{deny:S=>{throw new j(400,{message:`Access denied: ${S}`})}}});const _={includeIssuedTimestamp:!0,expiresIn:new qc(1,"d"),headers:{kid:l.kid}},x=await ld("RS256",u,p,_),h=g?await ld("RS256",u,g,_):void 0;return{access_token:x,refresh_token:e.refresh_token,id_token:h,token_type:"Bearer",expires_in:86400}}async function rv(n,e){const{client:t,scope:i,audience:r=t.tenant.audience,session_id:s}=e;return await n.env.data.refreshTokens.create(t.tenant.id,{id:Me(),session_id:s,client_id:t.id,expires_at:new Date(Date.now()+Ys*1e3).toISOString(),user_id:e.user.user_id,device:{last_ip:"",initial_ip:"",last_user_agent:"",initial_user_agent:"",initial_asn:"",last_asn:""},resource_servers:[{audience:r,scopes:i}],rotating:!1})}async function ch(n,e){const{user:t,client:i,scope:r,audience:s}=e,a=await n.env.data.sessions.create(i.tenant.id,{id:Me(),user_id:t.user_id,expires_at:new Date(Date.now()+Ys*1e3).toISOString(),used_at:new Date().toISOString(),device:{last_ip:n.req.header("x-real-ip")||"",initial_ip:n.req.header("x-real-ip")||"",last_user_agent:n.req.header("user-agent")||"",initial_user_agent:n.req.header("user-agent")||"",initial_asn:"",last_asn:""},clients:[i.id]}),c=r!=null&&r.split(" ").includes("offline_access")?await rv(n,{...e,session_id:a.id,scope:r,audience:s}):void 0;return{...a,refresh_token:c}}async function ei(n,e){var g;const{authParams:t,user:i,client:r}=e,s=be(n,{type:_e.SUCCESS_LOGIN,description:`Successful login for ${i.user_id}`,userId:i.user_id});_t(n,n.env.data.logs.create(r.tenant.id,s)),_t(n,n.env.data.users.update(r.tenant.id,i.user_id,{last_login:new Date().toISOString(),last_ip:n.req.header("x-real-ip")||"",login_count:i.login_count+1}));let a=e.refreshToken,c=e.sessionId;if(!c){const _=await ch(n,{user:i,client:r,scope:t.scope,audience:t.audience});c=_.id,a=(g=_.refresh_token)==null?void 0:g.id}if(e.authParams.response_mode===Ut.SAML_POST)return nv(n,e.client,e.authParams,i,c);const l=await Yc(n,{authParams:t,user:i,client:r,session_id:c,refresh_token:a}),u=new Headers({"set-cookie":eh(r.tenant.id,c)});if(t.response_mode===Ut.WEB_MESSAGE)return n.json(l,{headers:u});if((t.response_type||sn.CODE)===sn.CODE){if(!e.loginSession)throw new j(500,{message:"Login session not found"});const _=await n.env.data.codes.create(r.tenant.id,{code_id:Me(),user_id:i.user_id,code_type:"authorization_code",login_id:e.loginSession.login_id,expires_at:new Date(Date.now()+F0*1e3).toISOString()});u.set("location",`${t.redirect_uri}?state=${e.authParams.state}&code=${_.code_id}`)}return new Response("Redirecting",{status:302,headers:u})}function sv(n){return async(e,t)=>{if(!t.email||!t.email_verified)return n.users.create(e,t);const i=await Kd({userAdapter:n.users,tenant_id:e,email:t.email});return i?(await n.users.create(e,{...t,linked_to:i.user_id}),i):n.users.create(e,t)}}async function lh(n,e,t){for await(const i of e)if(!(await fetch(i.url,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})).ok){const s=be(n,{type:_e.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid password"});await t.logs.create(n.var.tenant_id,s)}}function ov(n,e){return async(t,i)=>{const{hooks:r}=await e.hooks.list(t);return await lh(n,r,{tenant_id:t,user:i,trigger_id:"post-user-registration"}),i}}function av(n,e){return async(t,i)=>{const{hooks:r}=await e.hooks.list(t,{q:"trigger_id:pre-user-signup",page:0,per_page:100,include_totals:!1});await lh(n,r,{tenant_id:t,email:i,trigger_id:"pre-user-signup"})}}function cv(n,e){return async(t,i)=>{let r=await sv(e)(t,i);return await ov(n,e)(t,r),r}}async function lv(n,e,t,i){if(e.disable_sign_ups&&!await Kd({userAdapter:n.env.data.users,tenant_id:e.tenant.id,email:i})){const s=be(n,{type:_e.FAILED_SIGNUP,description:"Public signup is disabled"});throw await n.env.data.logs.create(e.tenant.id,s),new j(400,{message:"Signups are disabled for this client"})}await av(n,t)(n.var.tenant_id||"",i)}function uv(n,e){return{...e,users:{...e.users,create:cv(n,e)}}}async function dv(n,e,t,i){if(!i.state)throw new j(400,{message:"State not found"});const r=e.connections.find(l=>l.name===t);if(!r){n.set("client_id",e.id);const l=be(n,{type:_e.FAILED_LOGIN,description:"Connection not found"});throw await n.env.data.logs.create(e.tenant.id,l),new j(403,{message:"Connection Not Found"})}let s=await n.env.data.logins.get(e.tenant.id,i.state);s||(s=await n.env.data.logins.create(e.tenant.id,{expires_at:new Date(Date.now()+es*1e3).toISOString(),authParams:i,...Dn(n.req)}));const c=await Yf(n,r.strategy).getRedirect(n,r);return await n.env.data.codes.create(e.tenant.id,{login_id:s.login_id,code_id:c.code,code_type:"oauth2_state",connection_id:r.id,code_verifier:c.codeVerifier,expires_at:new Date(Date.now()+K0*1e3).toISOString()}),n.redirect(c.redirectUrl)}async function _d(n,{code:e,state:t}){var h;const{env:i}=n,r=await i.data.codes.get(n.var.tenant_id||"",t,"oauth2_state");if(!r||!r.connection_id)throw new j(403,{message:"State not found"});const s=await i.data.logins.get(n.var.tenant_id||"",r.login_id);if(!s)throw new j(403,{message:"Session not found"});const a=await Kc(i,s.authParams.client_id);n.set("client_id",a.id),n.set("tenant_id",a.tenant.id);const c=a.connections.find(m=>m.id===r.connection_id);if(!c){const m=be(n,{type:_e.FAILED_LOGIN,description:"Connection not found"});throw await i.data.logs.create(a.tenant.id,m),new j(403,{message:"Connection not found"})}if(n.set("connection",c.name),!s.authParams.redirect_uri){const m=be(n,{type:_e.FAILED_LOGIN,description:"Redirect URI not defined"});throw await i.data.logs.create(a.tenant.id,m),new j(403,{message:"Redirect URI not defined"})}if(!Qs(s.authParams.redirect_uri,a.callbacks||[],{allowPathWildcards:!0})){const m=`Invalid redirect URI - ${s.authParams.redirect_uri}`,b=be(n,{type:_e.FAILED_LOGIN,description:m});throw await i.data.logs.create(a.tenant.id,b),new j(403,{message:m})}const u=await Yf(n,c.strategy).validateAuthorizationCodeAndGetUser(n,c,e,r.code_verifier),{sub:p,...g}=u;n.set("user_id",p);const _=((h=u.email)==null?void 0:h.toLocaleLowerCase())||`${c.name}.${p}@${new URL(n.env.ISSUER).hostname}`;n.set("username",_);let x=await as({userAdapter:i.data.users,tenant_id:a.tenant.id,email:_,provider:c.name});if(!x){try{await lv(n,a,n.env.data,_)}catch(m){const b=m;throw new j(500,{message:`Failed to run preUserSignupHook: ${b.message}`})}x=await i.data.users.create(a.tenant.id,{user_id:`${c.name}|${p}`,email:_,name:_,provider:c.name,connection:c.name,email_verified:!0,last_ip:"",is_social:!0,last_login:new Date().toISOString(),profileData:JSON.stringify(g)}),n.set("user_id",x.user_id)}return ei(n,{client:a,authParams:s.authParams,loginSession:s,user:x})}async function md(n,e,t,i,r,s){const a=await n.env.data.codes.get(n.var.tenant_id||"",e,"oauth2_state");if(!a)throw new j(400,{message:"State not found"});const c=await n.env.data.logins.get(n.var.tenant_id,a.login_id);if(!c)throw new j(400,{message:"Login not found"});const{redirect_uri:l}=c.authParams;if(!l)throw new j(400,{message:"Redirect uri not found"});const u=be(n,{type:_e.FAILED_LOGIN,description:`Failed connection login: ${r} ${t}, ${i}`});_t(n,n.env.data.logs.create(n.var.tenant_id,u));const p=new URL(l);return H0(p,{error:t,error_description:i,error_reason:s,error_code:r,state:c.authParams.state}),n.redirect(`${vt(n.env)}enter-email?state=${c.login_id}&error=${t}`)}const pv=new o.OpenAPIHono().openapi(o.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:o.z.object({state:o.z.string(),code:o.z.string().optional(),scope:o.z.string().optional(),hd:o.z.string().optional(),error:o.z.string().optional(),error_description:o.z.string().optional(),error_code:o.z.string().optional(),error_reason:o.z.string().optional()})},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async n=>{const{state:e,code:t,error:i,error_description:r,error_code:s,error_reason:a}=n.req.valid("query");if(i)return md(n,e,i,r,s,a);if(!t)throw new j(400,{message:"Code is required"});return _d(n,{code:t,state:e})}).openapi(o.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:o.z.object({state:o.z.string(),code:o.z.string().optional(),scope:o.z.string().optional(),hd:o.z.string().optional(),error:o.z.string().optional(),error_description:o.z.string().optional(),error_code:o.z.string().optional(),error_reason:o.z.string().optional()})}}}},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async n=>{const{state:e,code:t,error:i,error_description:r,error_code:s,error_reason:a}=n.req.valid("form");if(i)return md(n,e,i,r,s,a);if(!t)throw new j(400,{message:"Code is required"});return _d(n,{code:t,state:e})}),fv=new o.OpenAPIHono().openapi(o.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:o.z.object({client_id:o.z.string(),returnTo:o.z.string().optional()}),header:o.z.object({cookie:o.z.string().optional()})},responses:{302:{description:"Log the user out"}}}),async n=>{const{client_id:e,returnTo:t}=n.req.valid("query"),i=await n.env.data.clients.get(e);if(!i)return n.text("OK");const r=await n.env.data.clients.get("DEFAULT_CLIENT");n.set("client_id",e),n.set("tenant_id",i.tenant.id);const s=t||n.req.header("referer");if(!s)return n.text("OK");if(!Qs(s,[...i.allowed_logout_urls||[],...(r==null?void 0:r.allowed_logout_urls)||[]],{allowPathWildcards:!0}))throw new j(400,{message:"Invalid redirect uri"});const a=n.req.header("cookie");if(a){const l=Qf(i.tenant.id,a);if(l){const u=await n.env.data.sessions.get(i.tenant.id,l);if(u){const p=await n.env.data.users.get(i.tenant.id,u.user_id);p&&(n.set("user_id",p.user_id),n.set("connection",p.connection))}await n.env.data.sessions.remove(i.tenant.id,l)}}const c=be(n,{type:_e.SUCCESS_LOGOUT,description:"User successfully logged out"});return await n.env.data.logs.create(i.tenant.id,c),new Response("Redirecting",{status:302,headers:{"set-cookie":Rm(i.tenant.id),location:s}})}),yd=o.z.object({sub:o.z.string(),email:o.z.string().optional(),family_name:o.z.string().optional(),given_name:o.z.string().optional(),email_verified:o.z.boolean()}),hv=new o.OpenAPIHono().openapi(o.createRoute({tags:["oauth2"],method:"get",path:"/",request:{},security:[{Bearer:["openid"]}],responses:{200:{content:{"application/json":{schema:yd}},description:"Userinfo"}}}),async n=>{if(!n.var.user)throw new j(404,{message:"User not found"});const e=await n.env.data.users.get(n.var.user.tenant_id,n.var.user.sub);if(!e)throw new j(404,{message:"User not found"});return n.json(yd.parse({...e,sub:e.user_id}))}),gv=new o.OpenAPIHono().openapi(o.createRoute({tags:["well known"],method:"get",path:"/jwks.json",request:{},responses:{200:{content:{"application/json":{schema:jd}},description:"List of tenants"}}}),async n=>{const e=await n.env.data.keys.list(),t=await Promise.all(e.map(async i=>{const s=await new Dc(i.cert).publicKey.export(),a=await crypto.subtle.exportKey("jwk",s);return Ja.parse({...a,kid:i.kid})}));return n.json({keys:t},{headers:{"access-control-allow-origin":"*","access-control-allow-method":"GET","cache-control":`public, max-age=${er}, stale-while-revalidate=${er*2}, stale-if-error=86400`}})}).openapi(o.createRoute({tags:["well known"],method:"get",path:"/openid-configuration",request:{},responses:{200:{content:{"application/json":{schema:xo}},description:"List of tenants"}}}),async n=>{const e=xo.parse({issuer:vm(n.env),authorization_endpoint:`${Ie(n.env)}authorize`,token_endpoint:`${Ie(n.env)}oauth/token`,device_authorization_endpoint:`${Ie(n.env)}oauth/device/code`,userinfo_endpoint:`${Ie(n.env)}userinfo`,mfa_challenge_endpoint:`${Ie(n.env)}mfa/challenge`,jwks_uri:`${Ie(n.env)}.well-known/jwks.json`,registration_endpoint:`${Ie(n.env)}oidc/register`,revocation_endpoint:`${Ie(n.env)}oauth/revoke`,scopes_supported:["openid","profile","offline_access","name","given_name","family_name","nickname","email","email_verified","picture","created_at","identities","phone","address"],response_types_supported:["code","token","id_token","code token","code id_token","token id_token","code token id_token"],code_challenge_methods_supported:["S256","plain"],response_modes_supported:["query","fragment","form_post"],subject_types_supported:["public"],id_token_signing_alg_values_supported:["RS256"],token_endpoint_auth_methods_supported:["client_secret_basic","client_secret_post"],claims_supported:["aud","auth_time","created_at","email","email_verified","exp","family_name","given_name","iat","identities","iss","name","nickname","phone_number","picture","sub"],request_uri_parameter_supported:!1,request_parameter_supported:!1,token_endpoint_auth_signing_alg_values_supported:["RS256","RS384","PS256"]});return n.json(e,{headers:{"access-control-allow-origin":"*","access-control-allow-method":"GET","cache-control":`public, max-age=${er}, stale-while-revalidate=${er*2}, stale-if-error=86400`}})});function cr(n,e){if(!n||!e||n.length!==e.length)return!1;let t=0;for(let i=0;i<n.length;i++)t|=n.charCodeAt(i)^e.charCodeAt(i);return t===0}const uh=o.z.object({grant_type:o.z.literal("client_credentials"),scope:o.z.string().optional(),client_secret:o.z.string(),client_id:o.z.string(),audience:o.z.string().optional()});async function _v(n,e){const t=await n.env.data.clients.get(e.client_id);if(!t)throw new j(403,{message:"Invalid client credentials"});if(t.client_secret&&!cr(t.client_secret,e.client_secret))throw new j(403,{message:"Invalid client credentials"});const i={client_id:t.id,scope:e.scope,audience:e.audience},r=await Yc(n,{authParams:i,client:t});return n.json(r)}const mv=o.z.object({grant_type:o.z.literal("authorization_code"),client_id:o.z.string(),code:o.z.string(),redirect_uri:o.z.string().optional(),client_secret:o.z.string().optional(),code_verifier:o.z.string().optional()}).refine(n=>"client_secret"in n&&!("code_verifier"in n)||!("client_secret"in n)&&"code_verifier"in n,{message:"Must provide either client_secret (standard flow) or code_verifier/code_verifier_mode (PKCE flow), but not both"});async function yv(n,e){const t=await n.env.data.clients.get(e.client_id);if(!t)throw new j(403,{message:"Client not found"});const i=await n.env.data.codes.get(t.tenant.id,e.code,"authorization_code");if(!i||!i.user_id)throw new j(403,{message:"Invalid client credentials"});if(new Date(i.expires_at)<new Date)throw new j(403,{message:"Code expired"});if(i.used_at)throw new j(403,{message:"Code already used"});const r=await n.env.data.logins.get(t.tenant.id,i.login_id);if(!r)throw new j(403,{message:"Invalid login"});if("client_secret"in e){const a=await n.env.data.clients.get("DEFAULT_CLIENT");if(!cr(t.client_secret,e.client_secret)&&!cr(a==null?void 0:a.client_secret,e.client_secret))throw new j(403,{message:"Invalid client credentials"})}else if("code_verifier"in e&&typeof e.code_verifier=="string"&&"code_challenge_method"in r.authParams&&typeof r.authParams.code_challenge_method=="string"){const a=await Bm(e.code_verifier,r.authParams.code_challenge_method);if(!cr(a,r.authParams.code_challenge||""))throw new j(403,{message:"Invalid client credentials"})}if(r.authParams.redirect_uri&&r.authParams.redirect_uri!==e.redirect_uri)throw new j(403,{message:"Invalid redirect uri"});const s=await n.env.data.users.get(t.tenant.id,i.user_id);if(!s)throw new j(403,{message:"User not found"});return await n.env.data.codes.used(t.tenant.id,e.code),ei(n,{user:s,client:t,loginSession:r,authParams:{...r.authParams,response_mode:Ut.WEB_MESSAGE}})}const vv=o.z.object({grant_type:o.z.literal("refresh_token"),client_id:o.z.string(),redirect_uri:o.z.string().optional(),refresh_token:o.z.string()});async function wv(n,e){const t=await n.env.data.clients.get(e.client_id);if(!t)throw new j(403,{message:"Client not found"});const i=await n.env.data.refreshTokens.get(t.tenant.id,e.refresh_token);if(i){if(i.expires_at&&new Date(i.expires_at)<new Date||i.idle_expires_at&&new Date(i.idle_expires_at)<new Date)throw new j(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Refresh token has expired"})})}else throw new j(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Invalid refresh token"})});const r=await n.env.data.users.get(t.tenant.id,i.user_id);if(!r)throw new j(403,{message:"User not found"});const s=i.resource_servers[0];if(i.idle_expires_at){const a=new Date(Date.now()+2592e6);await n.env.data.refreshTokens.update(t.tenant.id,i.id,{idle_expires_at:a.toISOString(),last_exchanged_at:new Date().toISOString(),device:{...i.device,last_ip:n.req.header["x-real-ip"]||"",last_user_agent:n.req.header["user-agent"]||""}})}return ei(n,{user:r,client:t,refreshToken:i.id,sessionId:i.session_id,authParams:{client_id:t.id,audience:s==null?void 0:s.audience,scope:s==null?void 0:s.scopes,response_mode:Ut.WEB_MESSAGE}})}const vd=o.z.object({client_id:o.z.string().optional(),client_secret:o.z.string().optional()}),bv=o.z.union([uh.extend(vd.shape),o.z.object({grant_type:o.z.literal("authorization_code"),client_id:o.z.string(),code:o.z.string(),redirect_uri:o.z.string(),code_verifier:o.z.string().min(43).max(128)}),o.z.object({grant_type:o.z.literal("authorization_code"),code:o.z.string(),redirect_uri:o.z.string().optional(),...vd.shape}),o.z.object({grant_type:o.z.literal("refresh_token"),client_id:o.z.string(),refresh_token:o.z.string(),redirect_uri:o.z.string().optional()})]);function kv(n){if(!n)return{};const[e,t]=n.split(" ");if((e==null?void 0:e.toLowerCase())==="basic"&&t){const[i,r]=atob(t).split(":");return{client_id:i,client_secret:r}}return{}}const xv=new o.OpenAPIHono().openapi(o.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:bv}}}},responses:{200:{content:{"application/json":{schema:Pd}},description:"Tokens"}}}),async n=>{const e=n.req.valid("form"),t=kv(n.req.header("Authorization")),i={...e,...t};if(!i.client_id)throw new j(400,{message:"client_id is required"});switch(e.grant_type){case ci.AuthorizationCode:return yv(n,mv.parse(i));case ci.ClientCredential:return _v(n,uh.parse(i));case ci.RefreshToken:return wv(n,vv.parse(i));default:throw new j(400,{message:"Not implemented"})}});var Xc={exports:{}};const Qc=[{id:0,value:"Too weak",minDiversity:0,minLength:0},{id:1,value:"Weak",minDiversity:2,minLength:6},{id:2,value:"Medium",minDiversity:4,minLength:8},{id:3,value:"Strong",minDiversity:4,minLength:10}],dh=(n,e=Qc,t="!\"#$%&'()*+,-./:;<=>?@[\\\\\\]^_`{|}~")=>{let i=n||"";e[0].minDiversity=0,e[0].minLength=0;const r=[{regex:"[a-z]",message:"lowercase"},{regex:"[A-Z]",message:"uppercase"},{regex:"[0-9]",message:"number"}];t&&r.push({regex:`[${t}]`,message:"symbol"});let s={};s.contains=r.filter(c=>new RegExp(`${c.regex}`).test(i)).map(c=>c.message),s.length=i.length;let a=e.filter(c=>s.contains.length>=c.minDiversity).filter(c=>s.length>=c.minLength).sort((c,l)=>l.id-c.id).map(c=>({id:c.id,value:c.value}));return Object.assign(s,a[0]),s};Xc.exports={passwordStrength:dh,defaultOptions:Qc};var Sv=Xc.exports.passwordStrength=dh;Xc.exports.defaultOptions=Qc;function Av(n){return Sv(n).id<2?!1:n.length>=8&&/[a-z]/.test(n)&&/[A-Z]/.test(n)&&/[0-9]/.test(n)&&/[^A-Za-z0-9]/.test(n)}async function to(n,e){var r;const t=await n.env.data.emailProviders.get(n.var.tenant_id)||(n.env.DEFAULT_TENANT_ID?await n.env.data.emailProviders.get(n.env.DEFAULT_TENANT_ID):null);if(!t)throw new j(500,{message:"Email provider not found"});const i=(r=n.env.emailProviders)==null?void 0:r[t.name];if(!i)throw new j(500,{message:"Email provider not found"});await i({emailProvider:t,...e,from:t.default_from_address||`login@${n.env.ISSUER}`})}async function Iv(n,e,t,i){const r=await n.env.data.tenants.get(n.var.tenant_id);if(!r)throw new j(500,{message:"Tenant not found"});const s=`${vt(n.env)}reset-password?state=${i}&code=${t}`,a={vendorName:r.name,lng:r.language||"en"};await to(n,{to:e,subject:"Reset your password",html:`Click here to reset your password: ${vt(n.env)}reset-password?state=${i}&code=${t}`,template:"auth-password-reset",data:{vendorName:r.name,logo:r.logo||"",passwordResetUrl:s,supportUrl:r.support_url||"https://support.sesamy.com",buttonColor:r.primary_color||"#7d68f4",passwordResetTitle:ue("password_reset_title",a),resetPasswordEmailClickToReset:ue("reset_password_email_click_to_reset",a),resetPasswordEmailReset:ue("reset_password_email_reset",a),supportInfo:ue("support_info",a),contactUs:ue("contact_us",a),copyright:ue("copyright",a)}})}async function Ev(n,e,t){const i=await n.env.data.tenants.get(n.var.tenant_id);if(!i)throw new j(500,{message:"Tenant not found"});const r={vendorName:i.name,code:t,lng:i.language||"en"};await to(n,{to:e,subject:ue("code_email_subject",r),html:`Click here to validate your email: ${vt(n.env)}validate-email`,template:"auth-link",data:{code:t,vendorName:i.name,logo:i.logo||"",supportUrl:i.support_url||"",magicLink:`${Ie(n.env)}passwordless/verify_redirect?ticket=${t}`,buttonColor:i.primary_color||"",welcomeToYourAccount:ue("welcome_to_your_account",r),linkEmailClickToLogin:ue("link_email_click_to_login",r),linkEmailLogin:ue("link_email_login",r),linkEmailOrEnterCode:ue("link_email_or_enter_code",r),codeValid30Mins:ue("code_valid_30_minutes",r),supportInfo:ue("support_info",r),contactUs:ue("contact_us",r),copyright:ue("copyright",r)}});const s=be(n,{type:_e.CODE_LINK_SENT,description:e});_t(n,n.env.data.logs.create(i.id,s))}async function ph(n,e,t){const i=await n.env.data.tenants.get(n.var.tenant_id);if(!i)throw new j(500,{message:"Tenant not found"});const r={vendorName:i.name,code:t,lng:i.language||"en"};await to(n,{to:e,subject:ue("code_email_subject",r),html:`Click here to validate your email: ${vt(n.env)}validate-email`,template:"auth-link",data:{code:t,vendorName:i.name,logo:i.logo||"",supportUrl:i.support_url||"",magicLink:`${Ie(n.env)}passwordless/verify_redirect?ticket=${t}`,buttonColor:i.primary_color||"",welcomeToYourAccount:ue("welcome_to_your_account",r),linkEmailClickToLogin:ue("link_email_click_to_login",r),linkEmailLogin:ue("link_email_login",r),linkEmailOrEnterCode:ue("link_email_or_enter_code",r),codeValid30Mins:ue("code_valid_30_minutes",r),supportInfo:ue("support_info",r),contactUs:ue("contact_us",r),copyright:ue("copyright",r)}});const s=be(n,{type:_e.CODE_LINK_SENT,description:e});_t(n,n.env.data.logs.create(i.id,s))}async function fh(n,e){const t=await n.env.data.tenants.get(n.var.tenant_id);if(!t)throw new j(500,{message:"Tenant not found"});const i={vendorName:t.name,lng:t.language||"en"};await to(n,{to:e.email,subject:"Validate your email address",html:`Click here to validate your email: ${vt(n.env)}validate-email`,template:"auth-verify-email",data:{vendorName:t.name,logo:t.logo||"",emailValidationUrl:`${vt(n.env)}validate-email`,supportUrl:t.support_url||"https://support.sesamy.com",buttonColor:t.primary_color||"#7d68f4",welcomeToYourAccount:ue("welcome_to_your_account",i),verifyEmailVerify:ue("verify_email_verify",i),supportInfo:ue("support_info",i),contactUs:ue("contact_us",i),copyright:ue("copyright",i)}})}const zv=new o.OpenAPIHono().openapi(o.createRoute({tags:["dbconnections"],method:"post",path:"/signup",request:{body:{content:{"application/json":{schema:o.z.object({client_id:o.z.string(),connection:o.z.literal("Username-Password-Authentication"),email:o.z.string().transform(n=>n.toLowerCase()),password:o.z.string()})}}}},responses:{200:{content:{"application/json":{schema:o.z.object({_id:o.z.string(),email:o.z.string(),email_verified:o.z.boolean(),app_metadata:o.z.object({}),user_metadata:o.z.object({})})}},description:"Created user"}}}),async n=>{const{email:e,password:t,client_id:i}=n.req.valid("json"),r=await n.env.data.clients.get(i);if(!r)throw new j(400,{message:"Client not found"});if(n.set("client_id",r.id),n.set("tenant_id",r.tenant.id),!Av(t))throw new j(400,{message:"Password does not meet the requirements"});if(await as({userAdapter:n.env.data.users,tenant_id:r.tenant.id,email:e,provider:"auth2"}))throw new j(400,{message:"Invalid sign up"});const a=await n.env.data.users.create(r.tenant.id,{user_id:`auth2|${Xa()}`,email:e,email_verified:!1,provider:"auth2",connection:"Username-Password-Authentication",is_social:!1});n.set("user_id",a.user_id),n.set("username",a.email),n.set("connection",a.connection);const c=await Ya.hash(t,10);await n.env.data.passwords.create(r.tenant.id,{user_id:a.user_id,password:c,algorithm:"bcrypt"}),await fh(n,a);const l=be(n,{type:_e.SUCCESS_SIGNUP,description:"Successful signup"});return await n.env.data.logs.create(r.tenant.id,l),n.json({_id:a.user_id,email:a.email,email_verified:!1,app_metadata:{},user_metadata:{}})}).openapi(o.createRoute({tags:["dbconnections"],method:"post",path:"/change_password",request:{body:{content:{"application/json":{schema:o.z.object({client_id:o.z.string(),connection:o.z.literal("Username-Password-Authentication"),email:o.z.string().transform(n=>n.toLowerCase())})}}}},responses:{200:{description:"Redirect to the client's redirect uri"}}}),async n=>{const{email:e,client_id:t}=n.req.valid("json"),i=await n.env.data.clients.get(t);if(!i)throw new j(400,{message:"Client not found"});if(n.set("client_id",i.id),n.set("tenant_id",i.tenant.id),!await Qa({userAdapter:n.env.data.users,tenant_id:i.tenant.id,email:e,provider:"auth2"}))return n.html("If an account with that email exists, we've sent instructions to reset your password.");const s={client_id:t,username:e},a=await n.env.data.logins.create(i.tenant.id,{expires_at:new Date(Date.now()+es*1e3).toISOString(),authParams:s,...Dn(n.req)});return await Iv(n,e,a.login_id,a.authParams.state),n.html("If an account with that email exists, we've sent instructions to reset your password.")});function hh(){const n="1234567890";let e="";for(let t=0;t<6;t+=1)e+=n[Math.floor(Math.random()*10)];return e.toString()}const $v=new o.OpenAPIHono().openapi(o.createRoute({tags:["passwordless"],method:"post",path:"/start",request:{body:{content:{"application/json":{schema:o.z.object({client_id:o.z.string(),connection:o.z.string(),email:o.z.string().transform(n=>n.toLowerCase()),send:o.z.enum(["link","code"]),authParams:Ga.omit({client_id:!0})})}}}},responses:{200:{description:"Status"}}}),async n=>{const e=n.req.valid("json"),{env:t}=n,{client_id:i,email:r,send:s,authParams:a}=e,c=await n.env.data.clients.get(i);if(!c)throw new j(400,{message:"Client not found"});n.set("client_id",c.id),n.set("tenant_id",c.tenant.id);const l=await t.data.logins.create(c.tenant.id,{authParams:{...a,client_id:i,username:r},expires_at:new Date(Date.now()+ed).toISOString(),...Dn(n.req)}),u=await t.data.codes.create(c.tenant.id,{code_id:hh(),code_type:"otp",login_id:l.login_id,expires_at:new Date(Date.now()+ed).toISOString()});return s==="link"?await ph(n,r,u.code_id):await Ev(n,r,u.code_id),n.html("OK")}).openapi(o.createRoute({tags:["passwordless"],method:"get",path:"/verify_redirect",request:{query:o.z.object({scope:o.z.string(),response_type:o.z.nativeEnum(sn),redirect_uri:o.z.string(),state:o.z.string(),nonce:o.z.string().optional(),verification_code:o.z.string(),connection:o.z.string(),client_id:o.z.string(),email:o.z.string().transform(n=>n.toLowerCase()),audience:o.z.string().optional()})},responses:{302:{description:"Status"}}}),async n=>{const{env:e}=n,{client_id:t,email:i,verification_code:r,redirect_uri:s,state:a,scope:c,audience:l,response_type:u,nonce:p}=n.req.valid("query"),g=await Kc(e,t);n.set("client_id",g.id),n.set("tenant_id",g.tenant.id),n.set("connection","email");const _=await e.data.codes.get(g.tenant.id,r,"otp");if(!_)throw new j(400,{message:"Code not found or expired"});if(_.expires_at<new Date().toISOString())throw new j(400,{message:"Code expired"});const x=await e.data.logins.get(g.tenant.id,_.login_id);if(!x||x.authParams.username!==i)throw new j(400,{message:"Code not found or expired"});const h=Dn(n.req);if(x.ip!==h.ip)return n.redirect(`${vt(n.env)}invalid-session?state=${x.login_id}`);if(!Qs(s,g.callbacks,{allowPathWildcards:!0}))throw new j(400,{message:`Invalid redirect URI - ${s}`});const m={client_id:t,redirect_uri:s,state:a,nonce:p,scope:c,audience:l,response_type:u},b=await as({userAdapter:e.data.users,tenant_id:g.tenant.id,email:i,provider:"email"});if(!b)throw new j(400,{message:"User not found"});return ei(n,{user:b,client:g,loginSession:x,authParams:m})});class oi extends j{constructor(t,i){super(t,i);te(this,"_code");this._code=i==null?void 0:i.code}get code(){return this._code}}async function Cv(n,e,t){const{env:i}=n,r=t.username;if(n.set("username",r),!r)throw new j(400,{message:"Username is required"});const s=await Qa({userAdapter:n.env.data.users,tenant_id:e.tenant.id,email:r,provider:"auth2"});if(!s){const _=be(n,{type:_e.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid user"});throw _t(n,n.env.data.logs.create(e.tenant.id,_)),new oi(403,{message:"User not found",code:"USER_NOT_FOUND"})}const a=s.linked_to?await i.data.users.get(e.tenant.id,s.linked_to):s;if(!a)throw new oi(403,{message:"User not found",code:"USER_NOT_FOUND"});n.set("connection",s.connection),n.set("user_id",a.user_id);const{password:c}=await i.data.passwords.get(e.tenant.id,s.user_id);if(!await Ya.compare(t.password,c)){const _=be(n,{type:_e.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid password"});throw _t(n,n.env.data.logs.create(e.tenant.id,_)),new oi(403,{message:"Invalid password",code:"INVALID_PASSWORD"})}if((await i.data.logs.list(e.tenant.id,{page:0,per_page:10,include_totals:!1,q:`user_id:${a.user_id}`})).logs.filter(_=>_.type===_e.FAILED_LOGIN_INCORRECT_PASSWORD&&new Date(_.date)>new Date(Date.now()-1e3*60*5)).length>=3){const _=be(n,{type:_e.FAILED_LOGIN,description:"Too many failed login attempts"});throw _t(n,n.env.data.logs.create(e.tenant.id,_)),new oi(403,{message:"Too many failed login attempts",code:"TOO_MANY_FAILED_LOGINS"})}if(!s.email_verified&&e.email_validation==="enforced"){await fh(n,s);const _=be(n,{type:_e.FAILED_LOGIN,description:"Email not verified"});throw await n.env.data.logs.create(e.tenant.id,_),new oi(403,{message:"Email not verified",code:"EMAIL_NOT_VERIFIED"})}const g=be(n,{type:_e.SUCCESS_LOGIN,description:"Successful login",strategy_type:"Username-Password-Authentication",strategy:"Username-Password-Authentication"});return _t(n,n.env.data.logs.create(e.tenant.id,g)),a}function jv(){const n=new Uint8Array(32);return crypto.getRandomValues(n),rn.encode(n,{includePadding:!1})}function wd(){return new j(403,{res:new Response(JSON.stringify({error:"access_denied",error_description:"Wrong email or verification code."}),{status:403,headers:{"Content-Type":"application/json"}}),message:"Wrong email or verification code."})}const bd=30*60*1e3,Nv=new o.OpenAPIHono().openapi(o.createRoute({tags:["oauth"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:o.z.union([o.z.object({credential_type:o.z.literal("http://auth0.com/oauth/grant-type/passwordless/otp"),otp:o.z.string(),client_id:o.z.string(),username:o.z.string().transform(n=>n.toLowerCase()),realm:o.z.enum(["email"]),scope:o.z.string().optional()}),o.z.object({credential_type:o.z.literal("http://auth0.com/oauth/grant-type/password-realm"),client_id:o.z.string(),username:o.z.string().transform(n=>n.toLowerCase()),password:o.z.string(),realm:o.z.enum(["Username-Password-Authentication"]),scope:o.z.string().optional()})])}}}},responses:{200:{description:"List of tenants"}}}),async n=>{const e=n.req.valid("json"),{client_id:t,username:i}=e;n.set("username",i);const r=await n.env.data.clients.get(t);if(!r)throw new j(400,{message:"Client not found"});n.set("client_id",t),n.set("tenant_id",r.tenant.id);const s=i.toLocaleLowerCase();let a;if("otp"in e){const p=await n.env.data.codes.get(r.tenant.id,e.otp,"otp");if(!p)throw wd();const g=await n.env.data.logins.get(r.tenant.id,p.login_id);if(!g||g.authParams.username!==s)throw wd();a=g}else if("password"in e)await Cv(n,r,{username:i,password:e.password,client_id:t}),a=await n.env.data.logins.create(r.tenant.id,{expires_at:new Date(Date.now()+bd).toISOString(),authParams:{client_id:r.id,username:s},...Dn(n.req)});else throw new j(400,{message:"Code or password required"});const c=jv(),l=Me(12),u=await n.env.data.codes.create(r.tenant.id,{code_id:Me(),code_type:"ticket",login_id:a.login_id,expires_at:new Date(Date.now()+bd).toISOString(),code_verifier:[l,c].join("|")});return n.json({login_ticket:u.code_id,co_verifier:c,co_id:l})});function Ov(n,e){var i,r,s;if(!n||e.length===0)return!1;const t=((i=wo(n))==null?void 0:i.host)??null;if(!t)return!1;for(const a of e){let c;if(a.startsWith("http://")||a.startsWith("https://")?c=((r=wo(a))==null?void 0:r.host)??null:c=((s=wo("https://"+a))==null?void 0:s.host)??null,t===c)return!0}return!1}function wo(n){try{return new URL(n)}catch{return null}}async function Bv({ctx:n,session:e,client:t,authParams:i,connection:r,login_hint:s}){const a=await n.env.data.logins.create(t.tenant.id,{expires_at:new Date(Date.now()+es*1e3).toISOString(),authParams:i,...Dn(n.req)});if(e&&s){const c=await n.env.data.users.get(t.tenant.id,e.user_id);if((c==null?void 0:c.email)===s)return ei(n,{client:t,loginSession:a,authParams:i,user:c,sessionId:e.id})}if(r==="email"&&s){const c=hh();return await n.env.data.codes.create(t.tenant.id,{code_id:c,code_type:"otp",login_id:a.login_id,expires_at:new Date(Date.now()+es*1e3).toISOString()}),await ph(n,s,c),n.redirect(`/u/enter-code?state=${a.login_id}`)}return e?n.redirect(`/u/check-account?state=${a.login_id}`):n.redirect(`/u/enter-email?state=${a.login_id}`)}function Tv(n){if(n==="Username-Password-Authentication")return"auth2";if(n==="email")return"email";throw new j(403,{message:"Invalid realm"})}async function Rv(n,e,t,i,r){var _;const{env:s}=n;n.set("connection",r);const a=await s.data.codes.get(e,t,"ticket");if(!a||a.used_at)throw new j(403,{message:"Ticket not found"});const c=await s.data.logins.get(e,a.login_id);if(!c||!c.authParams.username)throw new j(403,{message:"Session not found"});const l=await s.data.clients.get(c.authParams.client_id);if(!l)throw new j(403,{message:"Client not found"});n.set("client_id",c.authParams.client_id),await s.data.codes.used(e,t);const u=Tv(r);let p=await as({userAdapter:s.data.users,tenant_id:e,email:c.authParams.username,provider:u});p||(p=await s.data.users.create(e,{user_id:`email|${Xa()}`,email:c.authParams.username,name:c.authParams.username,provider:"email",connection:"email",email_verified:!0,is_social:!1,last_ip:"",last_login:new Date().toISOString()})),n.set("username",p.email),n.set("user_id",p.user_id);const g=await ch(n,{user:p,client:l,scope:i.scope,audience:i.audience});return ei(n,{authParams:{scope:(_=c.authParams)==null?void 0:_.scope,...i},loginSession:c,sessionId:g.id,user:p,client:l})}async function kd(n,e){return`<!DOCTYPE html>
|
|
149
|
+
</html>`;return new Response(r,{headers:{"Content-Type":"text/html"}})}async function Fv(t,e,n,i,r){var _,k,h;if(!n.redirect_uri)throw new j(400,{message:"Missing redirect_uri in authParams"});const[s]=await t.env.data.keys.list();if(!s)throw new j(500,{message:"No signing key found"});if(!((_=e.addons)!=null&&_.samlp))throw new j(400,{message:`SAML Addon is not enabled for client ${e.id}`});const{recipient:o,audience:c}=e.addons.samlp,l=n.state||"";if(!o||!l||!i||!n.state)throw new j(400,{message:"Missing recipient or inResponseTo"});const u=JSON.parse(n.state),p=new URL(n.redirect_uri),g=await Hv(t,{issuer:t.env.ISSUER,audience:c||n.client_id,destination:p.toString(),inResponseTo:u.requestId,userId:((h=(k=i.app_metadata)==null?void 0:k.vimeo)==null?void 0:h.user_id)||i.user_id,email:i.email,sessionIndex:r,signature:{privateKeyPem:s.pkcs7,cert:s.cert,kid:s.kid}});return Dv(p.toString(),g,u.relayState)}async function Hv(t,e){const n=e.notBefore||new Date().toISOString(),i=e.notAfter||new Date(new Date(n).getTime()+10*60*1e3).toISOString(),r=e.issueInstant||n,s=e.sessionNotOnOrAfter||i,o=e.responseId||`_${De()}`,c=e.assertionId||`_${De()}`,l=[{"samlp:Response":[{"saml:Issuer":[{"#text":e.issuer}]},{"samlp:Status":[{"samlp:StatusCode":[],":@":{"@_Value":"urn:oasis:names:tc:SAML:2.0:status:Success"}}]},{"saml:Assertion":[{"saml:Issuer":[{"#text":e.issuer}]},{"saml:Subject":[{"saml:NameID":[{"#text":e.email}],":@":{"@_Format":"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"}},{"saml:SubjectConfirmation":[{"saml:SubjectConfirmationData":[],":@":{"@_InResponseTo":e.inResponseTo,"@_NotOnOrAfter":i,"@_Recipient":e.destination}}],":@":{"@_Method":"urn:oasis:names:tc:SAML:2.0:cm:bearer"}}]},{"saml:Conditions":[{"saml:AudienceRestriction":[{"saml:Audience":[{"#text":e.audience}]}]}],":@":{"@_NotBefore":n,"@_NotOnOrAfter":i}},{"saml:AuthnStatement":[{"saml:AuthnContext":[{"saml:AuthnContextClassRef":[{"#text":"urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"}]}]}],":@":{"@_AuthnInstant":r,"@_SessionIndex":e.sessionIndex,"@_SessionNotOnOrAfter":s}},{"saml:AttributeStatement":[{"saml:Attribute":[{"saml:AttributeValue":[{"#text":e.userId}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_FriendlyName":"persistent","@_Name":"id","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":e.email}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"email","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"manage-account"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"default-roles-master"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"offline_access"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"view-profile"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"uma_authorization"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}},{"saml:Attribute":[{"saml:AttributeValue":[{"#text":"manage-account-links"}],":@":{"@_xmlns:xs":"http://www.w3.org/2001/XMLSchema","@_xmlns:xsi":"http://www.w3.org/2001/XMLSchema-instance","@_xsi:type":"xs:string"}}],":@":{"@_Name":"Role","@_NameFormat":"urn:oasis:names:tc:SAML:2.0:attrname-format:basic"}}]}],":@":{"@_xmlns":"urn:oasis:names:tc:SAML:2.0:assertion","@_ID":c,"@_IssueInstant":r,"@_Version":"2.0"}}],":@":{"@_xmlns:samlp":"urn:oasis:names:tc:SAML:2.0:protocol","@_xmlns:saml":"urn:oasis:names:tc:SAML:2.0:assertion","@_Destination":e.destination,"@_ID":o,"@_InResponseTo":e.inResponseTo,"@_IssueInstant":r,"@_Version":"2.0"}}];let p=new Mv.XMLBuilder({ignoreAttributes:!1,suppressEmptyNode:!0,preserveOrder:!0}).build(l);if(e.signature){const _=await fetch(t.env.SAML_SIGN_URL,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({xmlContent:p,privateKey:e.signature.privateKeyPem,publicCert:e.signature.cert})});if(!_.ok)throw new Error(`Failed to sign SAML response: ${_.status}`);p=await _.text()}return e.encode===!1?p:btoa(p)}const Ld=["sub","iss","aud","exp","nbf","iat","jti"];async function yl(t,e){var m,b;const{authParams:n,user:i,client:r,session_id:s}=e,c=(await t.env.data.keys.list()).filter(S=>!S.revoked_at||new Date(S.revoked_at)>new Date),l=c[c.length-1];if(!(l!=null&&l.pkcs7))throw new j(500,{message:"No signing key available"});const u=wy(l.pkcs7),p={aud:n.audience||"default",scope:n.scope||"",sub:(i==null?void 0:i.user_id)||n.client_id,iss:t.env.ISSUER,tenant_id:t.var.tenant_id,sid:s},g=i&&((m=n.scope)!=null&&m.split(" ").includes("openid"))?{aud:n.client_id,sub:i.user_id,iss:t.env.ISSUER,sid:s,nonce:n.nonce,given_name:i.given_name,family_name:i.family_name,nickname:i.nickname,picture:i.picture,locale:i.locale,name:i.name,email:i.email,email_verified:i.email_verified}:void 0;(b=t.env.hooks)!=null&&b.onExecuteCredentialsExchange&&await t.env.hooks.onExecuteCredentialsExchange({client:r,user:i,scope:n.scope||"",grant_type:""},{accessToken:{setCustomClaim:(S,O)=>{if(Ld.includes(S))throw new Error(`Cannot overwrite reserved claim '${S}'`);p[S]=O}},idToken:{setCustomClaim:(S,O)=>{if(Ld.includes(S))throw new Error(`Cannot overwrite reserved claim '${S}'`);g&&(g[S]=O)}},access:{deny:S=>{throw new j(400,{message:`Access denied: ${S}`})}}});const _={includeIssuedTimestamp:!0,expiresIn:new pl(1,"d"),headers:{kid:l.kid}},k=await Nd("RS256",u,p,_),h=g?await Nd("RS256",u,g,_):void 0;return{access_token:k,refresh_token:e.refresh_token,id_token:h,token_type:"Bearer",expires_in:86400}}async function qv(t,e){const{client:n,scope:i,audience:r=n.tenant.audience,session_id:s}=e;return await t.env.data.refreshTokens.create(n.tenant.id,{id:De(),session_id:s,client_id:n.id,expires_at:new Date(Date.now()+uo*1e3).toISOString(),user_id:e.user.user_id,device:{last_ip:"",initial_ip:"",last_user_agent:"",initial_user_agent:"",initial_asn:"",last_asn:""},resource_servers:[{audience:r,scopes:i}],rotating:!1})}async function Fh(t,e){const{user:n,client:i,scope:r,audience:s}=e,o=await t.env.data.sessions.create(i.tenant.id,{id:De(),user_id:n.user_id,expires_at:new Date(Date.now()+uo*1e3).toISOString(),used_at:new Date().toISOString(),device:{last_ip:t.req.header("x-real-ip")||"",initial_ip:t.req.header("x-real-ip")||"",last_user_agent:t.req.header("user-agent")||"",initial_user_agent:t.req.header("user-agent")||"",initial_asn:"",last_asn:""},clients:[i.id]}),c=r!=null&&r.split(" ").includes("offline_access")?await qv(t,{...e,session_id:o.id,scope:r,audience:s}):void 0;return{...o,refresh_token:c}}async function oi(t,e){var g;const{authParams:n,user:i,client:r}=e,s=be(t,{type:_e.SUCCESS_LOGIN,description:`Successful login for ${i.user_id}`,userId:i.user_id});Ye(t,t.env.data.logs.create(r.tenant.id,s)),Ye(t,t.env.data.users.update(r.tenant.id,i.user_id,{last_login:new Date().toISOString(),last_ip:t.req.header("x-real-ip")||"",login_count:i.login_count+1}));let o=e.refreshToken,c=e.sessionId;if(!c){const _=await Fh(t,{user:i,client:r,scope:n.scope,audience:n.audience});c=_.id,o=(g=_.refresh_token)==null?void 0:g.id}if(e.authParams.response_mode===Ht.SAML_POST)return Fv(t,e.client,e.authParams,i,c);const l=await yl(t,{authParams:n,user:i,client:r,session_id:c,refresh_token:o}),u=new Headers({"set-cookie":Th(r.tenant.id,c)});if(n.response_mode===Ht.WEB_MESSAGE)return t.json(l,{headers:u});if((n.response_type||un.CODE)===un.CODE){if(!e.loginSession)throw new j(500,{message:"Login session not found"});const _=await t.env.data.codes.create(r.tenant.id,{code_id:De(),user_id:i.user_id,code_type:"authorization_code",login_id:e.loginSession.login_id,expires_at:new Date(Date.now()+N0*1e3).toISOString()});u.set("location",`${n.redirect_uri}?state=${e.authParams.state}&code=${_.code_id}`)}return new Response("Redirecting",{status:302,headers:u})}function Kv(t){return async(e,n)=>{if(!n.email||!n.email_verified)return t.users.create(e,n);const i=await vs({userAdapter:t.users,tenant_id:e,email:n.email});return i?(await t.users.create(e,{...n,linked_to:i.user_id}),i):t.users.create(e,n)}}async function Hh(t,e,n){for await(const i of e)if(!(await fetch(i.url,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)})).ok){const s=be(t,{type:_e.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid password"});await n.logs.create(t.var.tenant_id,s)}}function Wv(t,e){return async(n,i)=>{const{hooks:r}=await e.hooks.list(n);return await Hh(t,r,{tenant_id:n,user:i,trigger_id:"post-user-registration"}),i}}function Gv(t,e){return async(n,i)=>{const{hooks:r}=await e.hooks.list(n,{q:"trigger_id:pre-user-signup",page:0,per_page:100,include_totals:!1});await Hh(t,r,{tenant_id:n,email:i,trigger_id:"pre-user-signup"})}}function Jv(t,e){return async(n,i)=>{let r=await Kv(e)(n,i);return await Wv(t,e)(n,r),r}}async function qh(t,e,n,i){if(e.disable_sign_ups&&!await vs({userAdapter:t.env.data.users,tenant_id:e.tenant.id,email:i})){const s=be(t,{type:_e.FAILED_SIGNUP,description:"Public signup is disabled"});throw await t.env.data.logs.create(e.tenant.id,s),new j(400,{message:"Signups are disabled for this client"})}await Gv(t,n)(t.var.tenant_id||"",i)}function Zv(t,e){return{...e,users:{...e.users,create:Jv(t,e)}}}async function Yv(t,e,n,i){if(!i.state)throw new j(400,{message:"State not found"});const r=e.connections.find(l=>l.name===n);if(!r){t.set("client_id",e.id);const l=be(t,{type:_e.FAILED_LOGIN,description:"Connection not found"});throw await t.env.data.logs.create(e.tenant.id,l),new j(403,{message:"Connection Not Found"})}let s=await t.env.data.logins.get(e.tenant.id,i.state);s||(s=await t.env.data.logins.create(e.tenant.id,{expires_at:new Date(Date.now()+us*1e3).toISOString(),authParams:i,...Gn(t.req)}));const c=await Nh(t,r.strategy).getRedirect(t,r);return await t.env.data.codes.create(e.tenant.id,{login_id:s.login_id,code_id:c.code,code_type:"oauth2_state",connection_id:r.id,code_verifier:c.codeVerifier,expires_at:new Date(Date.now()+O0*1e3).toISOString()}),t.redirect(c.redirectUrl)}async function Ud(t,{code:e,state:n}){var h;const{env:i}=t,r=await i.data.codes.get(t.var.tenant_id||"",n,"oauth2_state");if(!r||!r.connection_id)throw new j(403,{message:"State not found"});const s=await i.data.logins.get(t.var.tenant_id||"",r.login_id);if(!s)throw new j(403,{message:"Session not found"});const o=await fo(i,s.authParams.client_id);t.set("client_id",o.id),t.set("tenant_id",o.tenant.id);const c=o.connections.find(m=>m.id===r.connection_id);if(!c){const m=be(t,{type:_e.FAILED_LOGIN,description:"Connection not found"});throw await i.data.logs.create(o.tenant.id,m),new j(403,{message:"Connection not found"})}if(t.set("connection",c.name),!s.authParams.redirect_uri){const m=be(t,{type:_e.FAILED_LOGIN,description:"Redirect URI not defined"});throw await i.data.logs.create(o.tenant.id,m),new j(403,{message:"Redirect URI not defined"})}if(!ho(s.authParams.redirect_uri,o.callbacks||[],{allowPathWildcards:!0})){const m=`Invalid redirect URI - ${s.authParams.redirect_uri}`,b=be(t,{type:_e.FAILED_LOGIN,description:m});throw await i.data.logs.create(o.tenant.id,b),new j(403,{message:m})}const u=await Nh(t,c.strategy).validateAuthorizationCodeAndGetUser(t,c,e,r.code_verifier),{sub:p,...g}=u;t.set("user_id",p);const _=((h=u.email)==null?void 0:h.toLocaleLowerCase())||`${c.name}.${p}@${new URL(t.env.ISSUER).hostname}`;t.set("username",_);let k=await ws({userAdapter:i.data.users,tenant_id:o.tenant.id,email:_,provider:c.name});if(!k){try{await qh(t,o,t.env.data,_)}catch(m){const b=m;throw new j(500,{message:`Failed to run preUserSignupHook: ${b.message}`})}k=await i.data.users.create(o.tenant.id,{user_id:`${c.name}|${p}`,email:_,name:_,provider:c.name,connection:c.name,email_verified:!0,last_ip:"",is_social:!0,last_login:new Date().toISOString(),profileData:JSON.stringify(g)}),t.set("user_id",k.user_id)}return oi(t,{client:o,authParams:s.authParams,loginSession:s,user:k})}async function Vd(t,e,n,i,r,s){const o=await t.env.data.codes.get(t.var.tenant_id||"",e,"oauth2_state");if(!o)throw new j(400,{message:"State not found"});const c=await t.env.data.logins.get(t.var.tenant_id,o.login_id);if(!c)throw new j(400,{message:"Login not found"});const{redirect_uri:l}=c.authParams;if(!l)throw new j(400,{message:"Redirect uri not found"});const u=be(t,{type:_e.FAILED_LOGIN,description:`Failed connection login: ${r} ${n}, ${i}`});Ye(t,t.env.data.logs.create(t.var.tenant_id,u));const p=new URL(l);return $0(p,{error:n,error_description:i,error_reason:s,error_code:r,state:c.authParams.state}),t.redirect(`${kt(t.env)}enter-email?state=${c.login_id}&error=${n}`)}const Xv=new a.OpenAPIHono().openapi(a.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:a.z.object({state:a.z.string(),code:a.z.string().optional(),scope:a.z.string().optional(),hd:a.z.string().optional(),error:a.z.string().optional(),error_description:a.z.string().optional(),error_code:a.z.string().optional(),error_reason:a.z.string().optional()})},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{state:e,code:n,error:i,error_description:r,error_code:s,error_reason:o}=t.req.valid("query");if(i)return Vd(t,e,i,r,s,o);if(!n)throw new j(400,{message:"Code is required"});return Ud(t,{code:n,state:e})}).openapi(a.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:a.z.object({state:a.z.string(),code:a.z.string().optional(),scope:a.z.string().optional(),hd:a.z.string().optional(),error:a.z.string().optional(),error_description:a.z.string().optional(),error_code:a.z.string().optional(),error_reason:a.z.string().optional()})}}}},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{state:e,code:n,error:i,error_description:r,error_code:s,error_reason:o}=t.req.valid("form");if(i)return Vd(t,e,i,r,s,o);if(!n)throw new j(400,{message:"Code is required"});return Ud(t,{code:n,state:e})}),Qv=new a.OpenAPIHono().openapi(a.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:a.z.object({client_id:a.z.string(),returnTo:a.z.string().optional()}),header:a.z.object({cookie:a.z.string().optional()})},responses:{302:{description:"Log the user out"}}}),async t=>{const{client_id:e,returnTo:n}=t.req.valid("query"),i=await t.env.data.clients.get(e);if(!i)return t.text("OK");const r=await t.env.data.clients.get("DEFAULT_CLIENT");t.set("client_id",e),t.set("tenant_id",i.tenant.id);const s=n||t.req.header("referer");if(!s)return t.text("OK");if(!ho(s,[...i.allowed_logout_urls||[],...(r==null?void 0:r.allowed_logout_urls)||[]],{allowPathWildcards:!0}))throw new j(400,{message:"Invalid redirect uri"});const o=t.req.header("cookie");if(o){const l=Bh(i.tenant.id,o);if(l){const u=await t.env.data.sessions.get(i.tenant.id,l);if(u){const p=await t.env.data.users.get(i.tenant.id,u.user_id);p&&(t.set("user_id",p.user_id),t.set("connection",p.connection))}await t.env.data.sessions.remove(i.tenant.id,l)}}const c=be(t,{type:_e.SUCCESS_LOGOUT,description:"User successfully logged out"});return await t.env.data.logs.create(i.tenant.id,c),new Response("Redirecting",{status:302,headers:{"set-cookie":xy(i.tenant.id),location:s}})}),Md=a.z.object({sub:a.z.string(),email:a.z.string().optional(),family_name:a.z.string().optional(),given_name:a.z.string().optional(),email_verified:a.z.boolean()}),ew=new a.OpenAPIHono().openapi(a.createRoute({tags:["oauth2"],method:"get",path:"/",request:{},security:[{Bearer:["openid"]}],responses:{200:{content:{"application/json":{schema:Md}},description:"Userinfo"}}}),async t=>{if(!t.var.user)throw new j(404,{message:"User not found"});const e=await t.env.data.users.get(t.var.user.tenant_id,t.var.user.sub);if(!e)throw new j(404,{message:"User not found"});return t.json(Md.parse({...e,sub:e.user_id}))}),tw=new a.OpenAPIHono().openapi(a.createRoute({tags:["well known"],method:"get",path:"/jwks.json",request:{},responses:{200:{content:{"application/json":{schema:pp}},description:"List of tenants"}}}),async t=>{const e=await t.env.data.keys.list(),n=await Promise.all(e.map(async i=>{const s=await new ul(i.cert).publicKey.export(),o=await crypto.subtle.exportKey("jwk",s);return mc.parse({...o,kid:i.kid})}));return t.json({keys:n},{headers:{"access-control-allow-origin":"*","access-control-allow-method":"GET","cache-control":`public, max-age=${lr}, stale-while-revalidate=${lr*2}, stale-if-error=86400`}})}).openapi(a.createRoute({tags:["well known"],method:"get",path:"/openid-configuration",request:{},responses:{200:{content:{"application/json":{schema:Do}},description:"List of tenants"}}}),async t=>{const e=Do.parse({issuer:oy(t.env),authorization_endpoint:`${Ce(t.env)}authorize`,token_endpoint:`${Ce(t.env)}oauth/token`,device_authorization_endpoint:`${Ce(t.env)}oauth/device/code`,userinfo_endpoint:`${Ce(t.env)}userinfo`,mfa_challenge_endpoint:`${Ce(t.env)}mfa/challenge`,jwks_uri:`${Ce(t.env)}.well-known/jwks.json`,registration_endpoint:`${Ce(t.env)}oidc/register`,revocation_endpoint:`${Ce(t.env)}oauth/revoke`,scopes_supported:["openid","profile","offline_access","name","given_name","family_name","nickname","email","email_verified","picture","created_at","identities","phone","address"],response_types_supported:["code","token","id_token","code token","code id_token","token id_token","code token id_token"],code_challenge_methods_supported:["S256","plain"],response_modes_supported:["query","fragment","form_post"],subject_types_supported:["public"],id_token_signing_alg_values_supported:["RS256"],token_endpoint_auth_methods_supported:["client_secret_basic","client_secret_post"],claims_supported:["aud","auth_time","created_at","email","email_verified","exp","family_name","given_name","iat","identities","iss","name","nickname","phone_number","picture","sub"],request_uri_parameter_supported:!1,request_parameter_supported:!1,token_endpoint_auth_signing_alg_values_supported:["RS256","RS384","PS256"]});return t.json(e,{headers:{"access-control-allow-origin":"*","access-control-allow-method":"GET","cache-control":`public, max-age=${lr}, stale-while-revalidate=${lr*2}, stale-if-error=86400`}})});function yr(t,e){if(!t||!e||t.length!==e.length)return!1;let n=0;for(let i=0;i<t.length;i++)n|=t.charCodeAt(i)^e.charCodeAt(i);return n===0}const Kh=a.z.object({grant_type:a.z.literal("client_credentials"),scope:a.z.string().optional(),client_secret:a.z.string(),client_id:a.z.string(),audience:a.z.string().optional()});async function nw(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new j(403,{message:"Invalid client credentials"});if(n.client_secret&&!yr(n.client_secret,e.client_secret))throw new j(403,{message:"Invalid client credentials"});const i={client_id:n.id,scope:e.scope,audience:e.audience},r=await yl(t,{authParams:i,client:n});return t.json(r)}const iw=a.z.object({grant_type:a.z.literal("authorization_code"),client_id:a.z.string(),code:a.z.string(),redirect_uri:a.z.string().optional(),client_secret:a.z.string().optional(),code_verifier:a.z.string().optional()}).refine(t=>"client_secret"in t&&!("code_verifier"in t)||!("client_secret"in t)&&"code_verifier"in t,{message:"Must provide either client_secret (standard flow) or code_verifier/code_verifier_mode (PKCE flow), but not both"});async function rw(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new j(403,{message:"Client not found"});const i=await t.env.data.codes.get(n.tenant.id,e.code,"authorization_code");if(!i||!i.user_id)throw new j(403,{message:"Invalid client credentials"});if(new Date(i.expires_at)<new Date)throw new j(403,{message:"Code expired"});if(i.used_at)throw new j(403,{message:"Code already used"});const r=await t.env.data.logins.get(n.tenant.id,i.login_id);if(!r)throw new j(403,{message:"Invalid login"});if("client_secret"in e){const o=await t.env.data.clients.get("DEFAULT_CLIENT");if(!yr(n.client_secret,e.client_secret)&&!yr(o==null?void 0:o.client_secret,e.client_secret))throw new j(403,{message:"Invalid client credentials"})}else if("code_verifier"in e&&typeof e.code_verifier=="string"&&"code_challenge_method"in r.authParams&&typeof r.authParams.code_challenge_method=="string"){const o=await by(e.code_verifier,r.authParams.code_challenge_method);if(!yr(o,r.authParams.code_challenge||""))throw new j(403,{message:"Invalid client credentials"})}if(r.authParams.redirect_uri&&r.authParams.redirect_uri!==e.redirect_uri)throw new j(403,{message:"Invalid redirect uri"});const s=await t.env.data.users.get(n.tenant.id,i.user_id);if(!s)throw new j(403,{message:"User not found"});return await t.env.data.codes.used(n.tenant.id,e.code),oi(t,{user:s,client:n,loginSession:r,authParams:{...r.authParams,response_mode:Ht.WEB_MESSAGE}})}const sw=a.z.object({grant_type:a.z.literal("refresh_token"),client_id:a.z.string(),redirect_uri:a.z.string().optional(),refresh_token:a.z.string()});async function ow(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new j(403,{message:"Client not found"});const i=await t.env.data.refreshTokens.get(n.tenant.id,e.refresh_token);if(i){if(i.expires_at&&new Date(i.expires_at)<new Date||i.idle_expires_at&&new Date(i.idle_expires_at)<new Date)throw new j(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Refresh token has expired"})})}else throw new j(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Invalid refresh token"})});const r=await t.env.data.users.get(n.tenant.id,i.user_id);if(!r)throw new j(403,{message:"User not found"});const s=i.resource_servers[0];if(i.idle_expires_at){const o=new Date(Date.now()+2592e6);await t.env.data.refreshTokens.update(n.tenant.id,i.id,{idle_expires_at:o.toISOString(),last_exchanged_at:new Date().toISOString(),device:{...i.device,last_ip:t.req.header["x-real-ip"]||"",last_user_agent:t.req.header["user-agent"]||""}})}return oi(t,{user:r,client:n,refreshToken:i.id,sessionId:i.session_id,authParams:{client_id:n.id,audience:s==null?void 0:s.audience,scope:s==null?void 0:s.scopes,response_mode:Ht.WEB_MESSAGE}})}const Dd=a.z.object({client_id:a.z.string().optional(),client_secret:a.z.string().optional()}),aw=a.z.union([Kh.extend(Dd.shape),a.z.object({grant_type:a.z.literal("authorization_code"),client_id:a.z.string(),code:a.z.string(),redirect_uri:a.z.string(),code_verifier:a.z.string().min(43).max(128)}),a.z.object({grant_type:a.z.literal("authorization_code"),code:a.z.string(),redirect_uri:a.z.string().optional(),...Dd.shape}),a.z.object({grant_type:a.z.literal("refresh_token"),client_id:a.z.string(),refresh_token:a.z.string(),redirect_uri:a.z.string().optional()})]);function cw(t){if(!t)return{};const[e,n]=t.split(" ");if((e==null?void 0:e.toLowerCase())==="basic"&&n){const[i,r]=atob(n).split(":");return{client_id:i,client_secret:r}}return{}}const lw=new a.OpenAPIHono().openapi(a.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:aw}}}},responses:{200:{content:{"application/json":{schema:yp}},description:"Tokens"}}}),async t=>{const e=t.req.valid("form"),n=cw(t.req.header("Authorization")),i={...e,...n};if(!i.client_id)throw new j(400,{message:"client_id is required"});switch(e.grant_type){case hi.AuthorizationCode:return rw(t,iw.parse(i));case hi.ClientCredential:return nw(t,Kh.parse(i));case hi.RefreshToken:return ow(t,sw.parse(i));default:throw new j(400,{message:"Not implemented"})}});var vl={exports:{}};const wl=[{id:0,value:"Too weak",minDiversity:0,minLength:0},{id:1,value:"Weak",minDiversity:2,minLength:6},{id:2,value:"Medium",minDiversity:4,minLength:8},{id:3,value:"Strong",minDiversity:4,minLength:10}],Wh=(t,e=wl,n="!\"#$%&'()*+,-./:;<=>?@[\\\\\\]^_`{|}~")=>{let i=t||"";e[0].minDiversity=0,e[0].minLength=0;const r=[{regex:"[a-z]",message:"lowercase"},{regex:"[A-Z]",message:"uppercase"},{regex:"[0-9]",message:"number"}];n&&r.push({regex:`[${n}]`,message:"symbol"});let s={};s.contains=r.filter(c=>new RegExp(`${c.regex}`).test(i)).map(c=>c.message),s.length=i.length;let o=e.filter(c=>s.contains.length>=c.minDiversity).filter(c=>s.length>=c.minLength).sort((c,l)=>l.id-c.id).map(c=>({id:c.id,value:c.value}));return Object.assign(s,o[0]),s};vl.exports={passwordStrength:Wh,defaultOptions:wl};var uw=vl.exports.passwordStrength=Wh;vl.exports.defaultOptions=wl;function dw(t){return uw(t).id<2?!1:t.length>=8&&/[a-z]/.test(t)&&/[A-Z]/.test(t)&&/[0-9]/.test(t)&&/[^A-Za-z0-9]/.test(t)}async function _o(t,e){var r;const n=await t.env.data.emailProviders.get(t.var.tenant_id)||(t.env.DEFAULT_TENANT_ID?await t.env.data.emailProviders.get(t.env.DEFAULT_TENANT_ID):null);if(!n)throw new j(500,{message:"Email provider not found"});const i=(r=t.env.emailProviders)==null?void 0:r[n.name];if(!i)throw new j(500,{message:"Email provider not found"});await i({emailProvider:n,...e,from:n.default_from_address||`login@${t.env.ISSUER}`})}async function pw(t,e,n,i){const r=await t.env.data.tenants.get(t.var.tenant_id);if(!r)throw new j(500,{message:"Tenant not found"});const s=`${kt(t.env)}reset-password?state=${i}&code=${n}`,o={vendorName:r.name,lng:r.language||"en"};await _o(t,{to:e,subject:"Reset your password",html:`Click here to reset your password: ${kt(t.env)}reset-password?state=${i}&code=${n}`,template:"auth-password-reset",data:{vendorName:r.name,logo:r.logo||"",passwordResetUrl:s,supportUrl:r.support_url||"https://support.sesamy.com",buttonColor:r.primary_color||"#7d68f4",passwordResetTitle:pe("password_reset_title",o),resetPasswordEmailClickToReset:pe("reset_password_email_click_to_reset",o),resetPasswordEmailReset:pe("reset_password_email_reset",o),supportInfo:pe("support_info",o),contactUs:pe("contact_us",o),copyright:pe("copyright",o)}})}async function Gh(t,e,n){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new j(500,{message:"Tenant not found"});const r={vendorName:i.name,code:n,lng:i.language||"en"};await _o(t,{to:e,subject:pe("code_email_subject",r),html:`Click here to validate your email: ${kt(t.env)}validate-email`,template:"auth-link",data:{code:n,vendorName:i.name,logo:i.logo||"",supportUrl:i.support_url||"",magicLink:`${Ce(t.env)}passwordless/verify_redirect?ticket=${n}`,buttonColor:i.primary_color||"",welcomeToYourAccount:pe("welcome_to_your_account",r),linkEmailClickToLogin:pe("link_email_click_to_login",r),linkEmailLogin:pe("link_email_login",r),linkEmailOrEnterCode:pe("link_email_or_enter_code",r),codeValid30Mins:pe("code_valid_30_minutes",r),supportInfo:pe("support_info",r),contactUs:pe("contact_us",r),copyright:pe("copyright",r)}});const s=be(t,{type:_e.CODE_LINK_SENT,description:e});Ye(t,t.env.data.logs.create(i.id,s))}async function bl(t,e,n){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new j(500,{message:"Tenant not found"});const r={vendorName:i.name,code:n,lng:i.language||"en"};await _o(t,{to:e,subject:pe("code_email_subject",r),html:`Click here to validate your email: ${kt(t.env)}validate-email`,template:"auth-link",data:{code:n,vendorName:i.name,logo:i.logo||"",supportUrl:i.support_url||"",magicLink:`${Ce(t.env)}passwordless/verify_redirect?ticket=${n}`,buttonColor:i.primary_color||"",welcomeToYourAccount:pe("welcome_to_your_account",r),linkEmailClickToLogin:pe("link_email_click_to_login",r),linkEmailLogin:pe("link_email_login",r),linkEmailOrEnterCode:pe("link_email_or_enter_code",r),codeValid30Mins:pe("code_valid_30_minutes",r),supportInfo:pe("support_info",r),contactUs:pe("contact_us",r),copyright:pe("copyright",r)}});const s=be(t,{type:_e.CODE_LINK_SENT,description:e});Ye(t,t.env.data.logs.create(i.id,s))}async function Jh(t,e){const n=await t.env.data.tenants.get(t.var.tenant_id);if(!n)throw new j(500,{message:"Tenant not found"});const i={vendorName:n.name,lng:n.language||"en"};await _o(t,{to:e.email,subject:"Validate your email address",html:`Click here to validate your email: ${kt(t.env)}validate-email`,template:"auth-verify-email",data:{vendorName:n.name,logo:n.logo||"",emailValidationUrl:`${kt(t.env)}validate-email`,supportUrl:n.support_url||"https://support.sesamy.com",buttonColor:n.primary_color||"#7d68f4",welcomeToYourAccount:pe("welcome_to_your_account",i),verifyEmailVerify:pe("verify_email_verify",i),supportInfo:pe("support_info",i),contactUs:pe("contact_us",i),copyright:pe("copyright",i)}})}const fw=new a.OpenAPIHono().openapi(a.createRoute({tags:["dbconnections"],method:"post",path:"/signup",request:{body:{content:{"application/json":{schema:a.z.object({client_id:a.z.string(),connection:a.z.literal("Username-Password-Authentication"),email:a.z.string().transform(t=>t.toLowerCase()),password:a.z.string()})}}}},responses:{200:{content:{"application/json":{schema:a.z.object({_id:a.z.string(),email:a.z.string(),email_verified:a.z.boolean(),app_metadata:a.z.object({}),user_metadata:a.z.object({})})}},description:"Created user"}}}),async t=>{const{email:e,password:n,client_id:i}=t.req.valid("json"),r=await t.env.data.clients.get(i);if(!r)throw new j(400,{message:"Client not found"});if(t.set("client_id",r.id),t.set("tenant_id",r.tenant.id),!dw(n))throw new j(400,{message:"Password does not meet the requirements"});if(await ws({userAdapter:t.env.data.users,tenant_id:r.tenant.id,email:e,provider:"auth2"}))throw new j(400,{message:"Invalid sign up"});const o=await t.env.data.users.create(r.tenant.id,{user_id:`auth2|${wc()}`,email:e,email_verified:!1,provider:"auth2",connection:"Username-Password-Authentication",is_social:!1});t.set("user_id",o.user_id),t.set("username",o.email),t.set("connection",o.connection);const c=await vc.hash(n,10);await t.env.data.passwords.create(r.tenant.id,{user_id:o.user_id,password:c,algorithm:"bcrypt"}),await Jh(t,o);const l=be(t,{type:_e.SUCCESS_SIGNUP,description:"Successful signup"});return await t.env.data.logs.create(r.tenant.id,l),t.json({_id:o.user_id,email:o.email,email_verified:!1,app_metadata:{},user_metadata:{}})}).openapi(a.createRoute({tags:["dbconnections"],method:"post",path:"/change_password",request:{body:{content:{"application/json":{schema:a.z.object({client_id:a.z.string(),connection:a.z.literal("Username-Password-Authentication"),email:a.z.string().transform(t=>t.toLowerCase())})}}}},responses:{200:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{email:e,client_id:n}=t.req.valid("json"),i=await t.env.data.clients.get(n);if(!i)throw new j(400,{message:"Client not found"});if(t.set("client_id",i.id),t.set("tenant_id",i.tenant.id),!await bc({userAdapter:t.env.data.users,tenant_id:i.tenant.id,email:e,provider:"auth2"}))return t.html("If an account with that email exists, we've sent instructions to reset your password.");const s={client_id:n,username:e},o=await t.env.data.logins.create(i.tenant.id,{expires_at:new Date(Date.now()+us*1e3).toISOString(),authParams:s,...Gn(t.req)});return await pw(t,e,o.login_id,o.authParams.state),t.html("If an account with that email exists, we've sent instructions to reset your password.")});function fs(){const t="1234567890";let e="";for(let n=0;n<6;n+=1)e+=t[Math.floor(Math.random()*10)];return e.toString()}const hw=new a.OpenAPIHono().openapi(a.createRoute({tags:["passwordless"],method:"post",path:"/start",request:{body:{content:{"application/json":{schema:a.z.object({client_id:a.z.string(),connection:a.z.string(),email:a.z.string().transform(t=>t.toLowerCase()),send:a.z.enum(["link","code"]),authParams:_c.omit({client_id:!0})})}}}},responses:{200:{description:"Status"}}}),async t=>{const e=t.req.valid("json"),{env:n}=t,{client_id:i,email:r,send:s,authParams:o}=e,c=await t.env.data.clients.get(i);if(!c)throw new j(400,{message:"Client not found"});t.set("client_id",c.id),t.set("tenant_id",c.tenant.id);const l=await n.data.logins.create(c.tenant.id,{authParams:{...o,client_id:i,username:r},expires_at:new Date(Date.now()+lc).toISOString(),...Gn(t.req)}),u=await n.data.codes.create(c.tenant.id,{code_id:fs(),code_type:"otp",login_id:l.login_id,expires_at:new Date(Date.now()+lc).toISOString()});return s==="link"?await bl(t,r,u.code_id):await Gh(t,r,u.code_id),t.html("OK")}).openapi(a.createRoute({tags:["passwordless"],method:"get",path:"/verify_redirect",request:{query:a.z.object({scope:a.z.string(),response_type:a.z.nativeEnum(un),redirect_uri:a.z.string(),state:a.z.string(),nonce:a.z.string().optional(),verification_code:a.z.string(),connection:a.z.string(),client_id:a.z.string(),email:a.z.string().transform(t=>t.toLowerCase()),audience:a.z.string().optional()})},responses:{302:{description:"Status"}}}),async t=>{const{env:e}=t,{client_id:n,email:i,verification_code:r,redirect_uri:s,state:o,scope:c,audience:l,response_type:u,nonce:p}=t.req.valid("query"),g=await fo(e,n);t.set("client_id",g.id),t.set("tenant_id",g.tenant.id),t.set("connection","email");const _=await e.data.codes.get(g.tenant.id,r,"otp");if(!_)throw new j(400,{message:"Code not found or expired"});if(_.expires_at<new Date().toISOString())throw new j(400,{message:"Code expired"});const k=await e.data.logins.get(g.tenant.id,_.login_id);if(!k||k.authParams.username!==i)throw new j(400,{message:"Code not found or expired"});const h=Gn(t.req);if(k.ip!==h.ip)return t.redirect(`${kt(t.env)}invalid-session?state=${k.login_id}`);if(!ho(s,g.callbacks,{allowPathWildcards:!0}))throw new j(400,{message:`Invalid redirect URI - ${s}`});const m={client_id:n,redirect_uri:s,state:o,nonce:p,scope:c,audience:l,response_type:u},b=await ws({userAdapter:e.data.users,tenant_id:g.tenant.id,email:i,provider:"email"});if(!b)throw new j(400,{message:"User not found"});return oi(t,{user:b,client:g,loginSession:k,authParams:m})});class pi extends j{constructor(n,i){super(n,i);Q(this,"_code");this._code=i==null?void 0:i.code}get code(){return this._code}}async function gw(t,e,n){const{env:i}=t,r=n.username;if(t.set("username",r),!r)throw new j(400,{message:"Username is required"});const s=await bc({userAdapter:t.env.data.users,tenant_id:e.tenant.id,email:r,provider:"auth2"});if(!s){const _=be(t,{type:_e.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid user"});throw Ye(t,t.env.data.logs.create(e.tenant.id,_)),new pi(403,{message:"User not found",code:"USER_NOT_FOUND"})}const o=s.linked_to?await i.data.users.get(e.tenant.id,s.linked_to):s;if(!o)throw new pi(403,{message:"User not found",code:"USER_NOT_FOUND"});t.set("connection",s.connection),t.set("user_id",o.user_id);const{password:c}=await i.data.passwords.get(e.tenant.id,s.user_id);if(!await vc.compare(n.password,c)){const _=be(t,{type:_e.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid password"});throw Ye(t,t.env.data.logs.create(e.tenant.id,_)),new pi(403,{message:"Invalid password",code:"INVALID_PASSWORD"})}if((await i.data.logs.list(e.tenant.id,{page:0,per_page:10,include_totals:!1,q:`user_id:${o.user_id}`})).logs.filter(_=>_.type===_e.FAILED_LOGIN_INCORRECT_PASSWORD&&new Date(_.date)>new Date(Date.now()-1e3*60*5)).length>=3){const _=be(t,{type:_e.FAILED_LOGIN,description:"Too many failed login attempts"});throw Ye(t,t.env.data.logs.create(e.tenant.id,_)),new pi(403,{message:"Too many failed login attempts",code:"TOO_MANY_FAILED_LOGINS"})}if(!s.email_verified&&e.email_validation==="enforced"){await Jh(t,s);const _=be(t,{type:_e.FAILED_LOGIN,description:"Email not verified"});throw await t.env.data.logs.create(e.tenant.id,_),new pi(403,{message:"Email not verified",code:"EMAIL_NOT_VERIFIED"})}const g=be(t,{type:_e.SUCCESS_LOGIN,description:"Successful login",strategy_type:"Username-Password-Authentication",strategy:"Username-Password-Authentication"});return Ye(t,t.env.data.logs.create(e.tenant.id,g)),o}function _w(){const t=new Uint8Array(32);return crypto.getRandomValues(t),ln.encode(t,{includePadding:!1})}function Fd(){return new j(403,{res:new Response(JSON.stringify({error:"access_denied",error_description:"Wrong email or verification code."}),{status:403,headers:{"Content-Type":"application/json"}}),message:"Wrong email or verification code."})}const Hd=30*60*1e3,mw=new a.OpenAPIHono().openapi(a.createRoute({tags:["oauth"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:a.z.union([a.z.object({credential_type:a.z.literal("http://auth0.com/oauth/grant-type/passwordless/otp"),otp:a.z.string(),client_id:a.z.string(),username:a.z.string().transform(t=>t.toLowerCase()),realm:a.z.enum(["email"]),scope:a.z.string().optional()}),a.z.object({credential_type:a.z.literal("http://auth0.com/oauth/grant-type/password-realm"),client_id:a.z.string(),username:a.z.string().transform(t=>t.toLowerCase()),password:a.z.string(),realm:a.z.enum(["Username-Password-Authentication"]),scope:a.z.string().optional()})])}}}},responses:{200:{description:"List of tenants"}}}),async t=>{const e=t.req.valid("json"),{client_id:n,username:i}=e;t.set("username",i);const r=await t.env.data.clients.get(n);if(!r)throw new j(400,{message:"Client not found"});t.set("client_id",n),t.set("tenant_id",r.tenant.id);const s=i.toLocaleLowerCase();let o;if("otp"in e){const p=await t.env.data.codes.get(r.tenant.id,e.otp,"otp");if(!p)throw Fd();const g=await t.env.data.logins.get(r.tenant.id,p.login_id);if(!g||g.authParams.username!==s)throw Fd();o=g}else if("password"in e)await gw(t,r,{username:i,password:e.password,client_id:n}),o=await t.env.data.logins.create(r.tenant.id,{expires_at:new Date(Date.now()+Hd).toISOString(),authParams:{client_id:r.id,username:s},...Gn(t.req)});else throw new j(400,{message:"Code or password required"});const c=_w(),l=De(12),u=await t.env.data.codes.create(r.tenant.id,{code_id:De(),code_type:"ticket",login_id:o.login_id,expires_at:new Date(Date.now()+Hd).toISOString(),code_verifier:[l,c].join("|")});return t.json({login_ticket:u.code_id,co_verifier:c,co_id:l})});function yw(t,e){var i,r,s;if(!t||e.length===0)return!1;const n=((i=Ro(t))==null?void 0:i.host)??null;if(!n)return!1;for(const o of e){let c;if(o.startsWith("http://")||o.startsWith("https://")?c=((r=Ro(o))==null?void 0:r.host)??null:c=((s=Ro("https://"+o))==null?void 0:s.host)??null,n===c)return!0}return!1}function Ro(t){try{return new URL(t)}catch{return null}}async function vw({ctx:t,session:e,client:n,authParams:i,connection:r,login_hint:s}){const o=await t.env.data.logins.create(n.tenant.id,{expires_at:new Date(Date.now()+us*1e3).toISOString(),authParams:i,...Gn(t.req)});if(e&&s){const c=await t.env.data.users.get(n.tenant.id,e.user_id);if((c==null?void 0:c.email)===s)return oi(t,{client:n,loginSession:o,authParams:i,user:c,sessionId:e.id})}if(r==="email"&&s){const c=fs();return await t.env.data.codes.create(n.tenant.id,{code_id:c,code_type:"otp",login_id:o.login_id,expires_at:new Date(Date.now()+us*1e3).toISOString()}),await bl(t,s,c),t.redirect(`/u/enter-code?state=${o.login_id}`)}return e?t.redirect(`/u/check-account?state=${o.login_id}`):t.redirect(`/u/enter-email?state=${o.login_id}`)}function ww(t){if(t==="Username-Password-Authentication")return"auth2";if(t==="email")return"email";throw new j(403,{message:"Invalid realm"})}async function bw(t,e,n,i,r){var _;const{env:s}=t;t.set("connection",r);const o=await s.data.codes.get(e,n,"ticket");if(!o||o.used_at)throw new j(403,{message:"Ticket not found"});const c=await s.data.logins.get(e,o.login_id);if(!c||!c.authParams.username)throw new j(403,{message:"Session not found"});const l=await s.data.clients.get(c.authParams.client_id);if(!l)throw new j(403,{message:"Client not found"});t.set("client_id",c.authParams.client_id),await s.data.codes.used(e,n);const u=ww(r);let p=await ws({userAdapter:s.data.users,tenant_id:e,email:c.authParams.username,provider:u});p||(p=await s.data.users.create(e,{user_id:`email|${wc()}`,email:c.authParams.username,name:c.authParams.username,provider:"email",connection:"email",email_verified:!0,is_social:!1,last_ip:"",last_login:new Date().toISOString()})),t.set("username",p.email),t.set("user_id",p.user_id);const g=await Fh(t,{user:p,client:l,scope:i.scope,audience:i.audience});return oi(t,{authParams:{scope:(_=c.authParams)==null?void 0:_.scope,...i},loginSession:c,sessionId:g.id,user:p,client:l})}async function qd(t,e){return`<!DOCTYPE html>
|
|
150
150
|
<html>
|
|
151
151
|
|
|
152
152
|
<head>
|
|
@@ -156,7 +156,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
156
156
|
<body>
|
|
157
157
|
<script type="text/javascript">
|
|
158
158
|
(function (window, document) {
|
|
159
|
-
var targetOrigin = "${
|
|
159
|
+
var targetOrigin = "${t}";
|
|
160
160
|
var webMessageRequest = {};
|
|
161
161
|
var authorizationResponse = {
|
|
162
162
|
type: "authorization_response",
|
|
@@ -189,32 +189,62 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
189
189
|
<\/script>
|
|
190
190
|
</body>
|
|
191
191
|
|
|
192
|
-
</html>`}async function Pv({ctx:n,client:e,session:t,redirect_uri:i,state:r,nonce:s,code_challenge_method:a,code_challenge:c,audience:l,scope:u,response_type:p}){const{env:g}=n,_=new URL(i);if(t!=null&&t.expires_at&&new Date(t.expires_at)>new Date){n.set("user_id",t.user_id);const h=new Headers,m=eh(e.tenant.id,t.id);h.set("set-cookie",m);const b=await g.data.users.get(e.tenant.id,t.user_id);if(b){n.set("username",b.email),n.set("connection",b.connection);const S=await Yc(n,{client:e,authParams:{client_id:e.id,audience:l,code_challenge_method:a,code_challenge:c,scope:u,state:r,nonce:s,response_type:p},user:b,session_id:t.id});await g.data.sessions.update(e.tenant.id,t.id,{used_at:new Date().toISOString(),expires_at:new Date(Date.now()+Ys*1e3).toISOString()});const O=be(n,{type:_e.SUCCESS_SILENT_AUTH,description:"Successful silent authentication"});return await n.env.data.logs.create(e.tenant.id,O),n.html(kd(`${_.protocol}//${_.host}`,JSON.stringify(S)),{headers:h})}}const x=be(n,{type:_e.FAILED_SILENT_AUTH,description:"Login required"});return await n.env.data.logs.create(e.tenant.id,x),n.html(kd(`${_.protocol}//${_.host}`,JSON.stringify({error:"login_required",error_description:"Login required",state:r})))}const Lv=new o.OpenAPIHono().openapi(o.createRoute({tags:["oauth"],method:"get",path:"/",request:{query:o.z.object({client_id:o.z.string(),vendor_id:o.z.string().optional(),redirect_uri:o.z.string(),scope:o.z.string().optional(),state:o.z.string(),prompt:o.z.string().optional(),response_mode:o.z.nativeEnum(Ut).optional(),response_type:o.z.nativeEnum(sn).optional(),audience:o.z.string().optional(),connection:o.z.string().optional(),nonce:o.z.string().optional(),max_age:o.z.string().optional(),login_ticket:o.z.string().optional(),code_challenge_method:o.z.nativeEnum(ss).optional(),code_challenge:o.z.string().optional(),realm:o.z.string().optional(),auth0Client:o.z.string().optional(),login_hint:o.z.string().optional(),ui_locales:o.z.string().optional()})},responses:{200:{description:"Silent authentication page"},302:{description:"Redirect to the client's redirect uri"}}}),async n=>{const{env:e}=n,{client_id:t,vendor_id:i,redirect_uri:r,scope:s,state:a,audience:c,nonce:l,connection:u,response_type:p,response_mode:g,code_challenge:_,code_challenge_method:x,prompt:h,login_ticket:m,realm:b,auth0Client:S,login_hint:O,ui_locales:T}=n.req.valid("query");n.set("log","authorize");const F=await Kc(e,t);n.set("client_id",F.id),n.set("tenant_id",F.tenant.id);const oe={redirect_uri:r,scope:s,state:a,client_id:t,vendor_id:i,audience:c,nonce:l,prompt:h,response_type:p,response_mode:g,code_challenge:_,code_challenge_method:x,username:O,ui_locales:T},pe=n.req.header("origin");if(pe&&!Ov(pe,F.web_origins||[]))throw new j(403,{message:`Origin ${pe} not allowed`});if(oe.redirect_uri&&!Qs(oe.redirect_uri,F.callbacks||[],{allowPathWildcards:!0}))throw new j(400,{message:`Invalid redirect URI - ${oe.redirect_uri}`});const ce=Qf(F.tenant.id,n.req.header("cookie")),Pe=ce?await e.data.sessions.get(F.tenant.id,ce):void 0;if(h=="none"){if(!p)throw new j(400,{message:"Missing response_type"});return Pv({ctx:n,session:Pe||void 0,redirect_uri:r,state:a,response_type:p,client:F,nonce:l,code_challenge_method:x,code_challenge:_,audience:c,scope:s})}return u&&u!=="email"?dv(n,F,u,oe):m?Rv(n,F.tenant.id,m,oe,b):Bv({ctx:n,client:F,auth0Client:S,authParams:oe,session:Pe||void 0,connection:u,login_hint:O})});function Uv(){const n=new o.OpenAPIHono;n.use(Df(n));const e=n.route("/v2/logout",fv).route("/userinfo",hv).route("/.well-known",gv).route("/oauth/token",xv).route("/dbconnections",zv).route("/passwordless",$v).route("/co/authenticate",Nv).route("/authorize",Lv).route("/callback",pv);return e.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Oauth API"}}),Mf(e),e}function Vv(){const e=new o.OpenAPIHono;return e.doc("/u/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Universal login"}}),e}const Mv="Account detected",Dv="We have detected that you have already created an account through",Hv="By signing in, you agree to our",qv="and",Fv="Callback URL mismatch",Kv="The provided redirect_uri is not in the list of allowed callback URLs.",Wv="continue with user",Gv="Please click the button to create a new password account.",Jv="Enter the code at {{vendorName}} to complete the login",Zv="Welcome to {{vendorName}}! {{code}} is the login code",Yv="Welcome to {{vendorName}}! {{code}} is the login code",Xv="The code is valid for 30 minutes",Qv="Confirm password",ew="Need Help?",tw="Contact us",nw="or continue with social account",iw="Continue with {{provider}}",rw="Would you like to continue with your existing account?",sw="Copyright © 2023 SESAMY. All rights reserved.",ow="©2023 Sesamy",aw="Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.",cw="Please enter a valid email address.",lw="The passwords didn't match. Try again.",uw="Choose password",dw="Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.",pw="Create new account",fw="Sign up with password",hw="You are currently logged in as <0>{{email}}</0>",gw="Email",_w="Email address",mw="Your email address has been validated",yw="Now enter your password to login again",vw="An email has been sent to <0>{{email}}</0> with a verification link. Please click the link to verify your email address and set a password.",ww="Email verification sent",bw="Enter a code",kw="We'll send you a verification link to ensure you own this email address.",xw="Enter new password",Sw="Enter password",Aw="Enter your email address and password to login.",Iw="Enter your password",Ew="The magic link has expired. Please click on the button below to receive a new link in your inbox.",zw="Hey! We updated our login experience. <0>Click here to learn more about it.</0>",$w="Send password reset email",Cw="Click the button below and we’ll send instructions on how to reset your password.",jw="Password reset email sent",Nw="Forgot password?",Ow="Forgot password?",Bw="Go back",Tw="Invalid password",Rw=`The link is no longer valid.
|
|
192
|
+
</html>`}async function kw({ctx:t,client:e,session:n,redirect_uri:i,state:r,nonce:s,code_challenge_method:o,code_challenge:c,audience:l,scope:u,response_type:p}){const{env:g}=t,_=new URL(i);if(n!=null&&n.expires_at&&new Date(n.expires_at)>new Date){t.set("user_id",n.user_id);const h=new Headers,m=Th(e.tenant.id,n.id);h.set("set-cookie",m);const b=await g.data.users.get(e.tenant.id,n.user_id);if(b){t.set("username",b.email),t.set("connection",b.connection);const S=await yl(t,{client:e,authParams:{client_id:e.id,audience:l,code_challenge_method:o,code_challenge:c,scope:u,state:r,nonce:s,response_type:p},user:b,session_id:n.id});await g.data.sessions.update(e.tenant.id,n.id,{used_at:new Date().toISOString(),expires_at:new Date(Date.now()+uo*1e3).toISOString()});const O=be(t,{type:_e.SUCCESS_SILENT_AUTH,description:"Successful silent authentication"});return await t.env.data.logs.create(e.tenant.id,O),t.html(qd(`${_.protocol}//${_.host}`,JSON.stringify(S)),{headers:h})}}const k=be(t,{type:_e.FAILED_SILENT_AUTH,description:"Login required"});return await t.env.data.logs.create(e.tenant.id,k),t.html(qd(`${_.protocol}//${_.host}`,JSON.stringify({error:"login_required",error_description:"Login required",state:r})))}const xw=new a.OpenAPIHono().openapi(a.createRoute({tags:["oauth"],method:"get",path:"/",request:{query:a.z.object({client_id:a.z.string(),vendor_id:a.z.string().optional(),redirect_uri:a.z.string(),scope:a.z.string().optional(),state:a.z.string(),prompt:a.z.string().optional(),response_mode:a.z.nativeEnum(Ht).optional(),response_type:a.z.nativeEnum(un).optional(),audience:a.z.string().optional(),connection:a.z.string().optional(),nonce:a.z.string().optional(),max_age:a.z.string().optional(),login_ticket:a.z.string().optional(),code_challenge_method:a.z.nativeEnum(ms).optional(),code_challenge:a.z.string().optional(),realm:a.z.string().optional(),auth0Client:a.z.string().optional(),login_hint:a.z.string().optional(),ui_locales:a.z.string().optional()})},responses:{200:{description:"Silent authentication page"},302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{env:e}=t,{client_id:n,vendor_id:i,redirect_uri:r,scope:s,state:o,audience:c,nonce:l,connection:u,response_type:p,response_mode:g,code_challenge:_,code_challenge_method:k,prompt:h,login_ticket:m,realm:b,auth0Client:S,login_hint:O,ui_locales:T}=t.req.valid("query");t.set("log","authorize");const K=await fo(e,n);t.set("client_id",K.id),t.set("tenant_id",K.tenant.id);const ce={redirect_uri:r,scope:s,state:o,client_id:n,vendor_id:i,audience:c,nonce:l,prompt:h,response_type:p,response_mode:g,code_challenge:_,code_challenge_method:k,username:O,ui_locales:T},he=t.req.header("origin");if(he&&!yw(he,K.web_origins||[]))throw new j(403,{message:`Origin ${he} not allowed`});if(ce.redirect_uri&&!ho(ce.redirect_uri,K.callbacks||[],{allowPathWildcards:!0}))throw new j(400,{message:`Invalid redirect URI - ${ce.redirect_uri}`});const ue=Bh(K.tenant.id,t.req.header("cookie")),Le=ue?await e.data.sessions.get(K.tenant.id,ue):void 0;if(h=="none"){if(!p)throw new j(400,{message:"Missing response_type"});return kw({ctx:t,session:Le||void 0,redirect_uri:r,state:o,response_type:p,client:K,nonce:l,code_challenge_method:k,code_challenge:_,audience:c,scope:s})}return u&&u!=="email"?Yv(t,K,u,ce):m?bw(t,K.tenant.id,m,ce,b):vw({ctx:t,client:K,auth0Client:S,authParams:ce,session:Le||void 0,connection:u,login_hint:O})});function Sw(){const t=new a.OpenAPIHono;t.use(xh(t));const e=t.route("/v2/logout",Qv).route("/userinfo",ew).route("/.well-known",tw).route("/oauth/token",lw).route("/dbconnections",fw).route("/passwordless",hw).route("/co/authenticate",mw).route("/authorize",xw).route("/callback",Xv);return e.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Oauth API"}}),kh(e),e}var Aw={Stringify:1,BeforeStream:2,Stream:3},dt=(t,e)=>{const n=new String(t);return n.isEscaped=!0,n.callbacks=e,n},Iw=/[&<>'"]/,Zh=async(t,e)=>{let n="";e||(e=[]);const i=await Promise.all(t);for(let r=i.length-1;n+=i[r],r--,!(r<0);r--){let s=i[r];typeof s=="object"&&e.push(...s.callbacks||[]);const o=s.isEscaped;if(s=await(typeof s=="object"?s.toString():s),typeof s=="object"&&e.push(...s.callbacks||[]),s.isEscaped??o)n+=s;else{const c=[n];Ft(s,c),n=c[0]}}return dt(n,e)},Ft=(t,e)=>{const n=t.search(Iw);if(n===-1){e[0]+=t;return}let i,r,s=0;for(r=n;r<t.length;r++){switch(t.charCodeAt(r)){case 34:i=""";break;case 39:i="'";break;case 38:i="&";break;case 60:i="<";break;case 62:i=">";break;default:continue}e[0]+=t.substring(s,r)+i,s=r+1}e[0]+=t.substring(s,r)},Yh=t=>{const e=t.callbacks;if(!(e!=null&&e.length))return t;const n=[t],i={};return e.forEach(r=>r({phase:Aw.Stringify,buffer:n,context:i})),n[0]},Ew=(t,...e)=>{const n=[""];for(let i=0,r=t.length-1;i<r;i++){n[0]+=t[i];const s=Array.isArray(e[i])?e[i].flat(1/0):[e[i]];for(let o=0,c=s.length;o<c;o++){const l=s[o];if(typeof l=="string")Ft(l,n);else if(typeof l=="number")n[0]+=l;else{if(typeof l=="boolean"||l===null||l===void 0)continue;if(typeof l=="object"&&l.isEscaped)if(l.callbacks)n.unshift("",l);else{const u=l.toString();u instanceof Promise?n.unshift("",u):n[0]+=u}else l instanceof Promise?n.unshift("",l):Ft(l.toString(),n)}}}return n[0]+=t[t.length-1],n.length===1?"callbacks"in n?dt(Yh(dt(n[0],n.callbacks))):dt(n[0]):Zh(n,n.callbacks)},Xh=Symbol("RENDERER"),Cw=Symbol("ERROR_HANDLER"),zw=Symbol("INTERNAL"),hs=Symbol("PERMALINK"),Kd=t=>(t[zw]=!0,t),$w=t=>({value:e,children:n})=>{if(!n)return;const i={children:[{tag:Kd(()=>{t.push(e)}),props:{}}]};Array.isArray(n)?i.children.push(...n.flat()):i.children.push(n),i.children.push({tag:Kd(()=>{t.pop()}),props:{}});const r={tag:"",props:i,type:""};return r[Cw]=s=>{throw t.pop(),s},r},pc=[],jw=t=>{const e=[t],n=i=>{e.push(i.value);let r;try{r=i.children?(Array.isArray(i.children)?new tg("",{},i.children):i.children).toString():""}finally{e.pop()}return r instanceof Promise?r.then(s=>dt(s,s.callbacks)):dt(r)};return n.values=e,n.Provider=n,n[Xh]=$w(e),pc.push(n),n},mo=t=>t.values.at(-1),Nw={title:[],script:["src"],style:["data-href"],link:["href"],meta:["name","httpEquiv","charset","itemProp"]},Wd={},Ow="data-precedence",yo=t=>Array.isArray(t)?t:[t],Gd=new WeakMap,Jd=(t,e,n,i)=>({buffer:r,context:s})=>{if(!r)return;const o=Gd.get(s)||{};Gd.set(s,o);const c=o[t]||(o[t]=[]);let l=!1;const u=Nw[t];if(u.length>0){e:for(const[,p]of c)for(const g of u)if(((p==null?void 0:p[g])??null)===(n==null?void 0:n[g])){l=!0;break e}}if(l?r[0]=r[0].replaceAll(e,""):u.length>0?c.push([e,n,i]):c.unshift([e,n,i]),r[0].indexOf("</head>")!==-1){let p;if(i===void 0)p=c.map(([g])=>g);else{const g=[];p=c.map(([_,,k])=>{let h=g.indexOf(k);return h===-1&&(g.push(k),h=g.length-1),[_,h]}).sort((_,k)=>_[1]-k[1]).map(([_])=>_)}p.forEach(g=>{r[0]=r[0].replaceAll(g,"")}),r[0]=r[0].replace(/(?=<\/head>)/,p.join(""))}},tr=(t,e,n)=>dt(new pt(t,n,yo(e??[])).toString()),nr=(t,e,n,i)=>{if("itemProp"in n)return tr(t,e,n);let{precedence:r,blocking:s,...o}=n;r=i?r??"":void 0,i&&(o[Ow]=r);const c=new pt(t,o,yo(e||[])).toString();return c instanceof Promise?c.then(l=>dt(c,[...l.callbacks||[],Jd(t,l,o,r)])):dt(c,[Jd(t,c,o,r)])},Bw=({children:t,...e})=>{const n=kl();if(n){const i=mo(n);if(i==="svg"||i==="head")return new pt("title",e,yo(t??[]))}return nr("title",t,e,!1)},Tw=({children:t,...e})=>{const n=kl();return["src","async"].some(i=>!e[i])||n&&mo(n)==="head"?tr("script",t,e):nr("script",t,e,!1)},Rw=({children:t,...e})=>["href","precedence"].every(n=>n in e)?(e["data-href"]=e.href,delete e.href,nr("style",t,e,!0)):tr("style",t,e),Pw=({children:t,...e})=>["onLoad","onError"].some(n=>n in e)||e.rel==="stylesheet"&&(!("precedence"in e)||"disabled"in e)?tr("link",t,e):nr("link",t,e,"precedence"in e),Lw=({children:t,...e})=>{const n=kl();return n&&mo(n)==="head"?tr("meta",t,e):nr("meta",t,e,!1)},Qh=(t,{children:e,...n})=>new pt(t,n,yo(e??[])),Uw=t=>(typeof t.action=="function"&&(t.action=hs in t.action?t.action[hs]:void 0),Qh("form",t)),eg=(t,e)=>(typeof e.formAction=="function"&&(e.formAction=hs in e.formAction?e.formAction[hs]:void 0),Qh(t,e)),Vw=t=>eg("input",t),Mw=t=>eg("button",t);const Po=Object.freeze(Object.defineProperty({__proto__:null,button:Mw,form:Uw,input:Vw,link:Pw,meta:Lw,script:Tw,style:Rw,title:Bw},Symbol.toStringTag,{value:"Module"}));var Dw=new Map([["className","class"],["htmlFor","for"],["crossOrigin","crossorigin"],["httpEquiv","http-equiv"],["itemProp","itemprop"],["fetchPriority","fetchpriority"],["noModule","nomodule"],["formAction","formaction"]]),Zd=t=>Dw.get(t)||t,Fw=(t,e)=>{for(const[n,i]of Object.entries(t)){const r=n[0]==="-"||!/[A-Z]/.test(n)?n:n.replace(/[A-Z]/g,s=>`-${s.toLowerCase()}`);e(r,i==null?null:typeof i=="number"?r.match(/^(?:a|border-im|column(?:-c|s)|flex(?:$|-[^b])|grid-(?:ar|[^a])|font-w|li|or|sca|st|ta|wido|z)|ty$/)?`${i}`:`${i}px`:i)}},Ri=void 0,kl=()=>Ri,Hw=t=>/[A-Z]/.test(t)&&t.match(/^(?:al|basel|clip(?:Path|Rule)$|co|do|fill|fl|fo|gl|let|lig|i|marker[EMS]|o|pai|pointe|sh|st[or]|text[^L]|tr|u|ve|w)/)?t.replace(/([A-Z])/g,"-$1").toLowerCase():t,qw=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],Kw=["allowfullscreen","async","autofocus","autoplay","checked","controls","default","defer","disabled","download","formnovalidate","hidden","inert","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected"],xl=(t,e)=>{for(let n=0,i=t.length;n<i;n++){const r=t[n];if(typeof r=="string")Ft(r,e);else{if(typeof r=="boolean"||r===null||r===void 0)continue;r instanceof pt?r.toStringToBuffer(e):typeof r=="number"||r.isEscaped?e[0]+=r:r instanceof Promise?e.unshift("",r):xl(r,e)}}},pt=class{constructor(t,e,n){Q(this,"tag");Q(this,"props");Q(this,"key");Q(this,"children");Q(this,"isEscaped",!0);Q(this,"localContexts");this.tag=t,this.props=e,this.children=n}get type(){return this.tag}get ref(){return this.props.ref||null}toString(){var e,n;const t=[""];(e=this.localContexts)==null||e.forEach(([i,r])=>{i.values.push(r)});try{this.toStringToBuffer(t)}finally{(n=this.localContexts)==null||n.forEach(([i])=>{i.values.pop()})}return t.length===1?"callbacks"in t?Yh(dt(t[0],t.callbacks)).toString():t[0]:Zh(t,t.callbacks)}toStringToBuffer(t){const e=this.tag,n=this.props;let{children:i}=this;t[0]+=`<${e}`;const r=Ri&&mo(Ri)==="svg"?s=>Hw(Zd(s)):s=>Zd(s);for(let[s,o]of Object.entries(n))if(s=r(s),s!=="children"){if(s==="style"&&typeof o=="object"){let c="";Fw(o,(l,u)=>{u!=null&&(c+=`${c?";":""}${l}:${u}`)}),t[0]+=' style="',Ft(c,t),t[0]+='"'}else if(typeof o=="string")t[0]+=` ${s}="`,Ft(o,t),t[0]+='"';else if(o!=null)if(typeof o=="number"||o.isEscaped)t[0]+=` ${s}="${o}"`;else if(typeof o=="boolean"&&Kw.includes(s))o&&(t[0]+=` ${s}=""`);else if(s==="dangerouslySetInnerHTML"){if(i.length>0)throw"Can only set one of `children` or `props.dangerouslySetInnerHTML`.";i=[dt(o.__html)]}else if(o instanceof Promise)t[0]+=` ${s}="`,t.unshift('"',o);else if(typeof o=="function"){if(!s.startsWith("on"))throw`Invalid prop '${s}' of type 'function' supplied to '${e}'.`}else t[0]+=` ${s}="`,Ft(o.toString(),t),t[0]+='"'}if(qw.includes(e)&&i.length===0){t[0]+="/>";return}t[0]+=">",xl(i,t),t[0]+=`</${e}>`}},Lo=class extends pt{toStringToBuffer(t){const{children:e}=this,n=this.tag.call(null,{...this.props,children:e.length<=1?e[0]:e});if(!(typeof n=="boolean"||n==null))if(n instanceof Promise)if(pc.length===0)t.unshift("",n);else{const i=pc.map(r=>[r,r.values.at(-1)]);t.unshift("",n.then(r=>(r instanceof pt&&(r.localContexts=i),r)))}else n instanceof pt?n.toStringToBuffer(t):typeof n=="number"||n.isEscaped?(t[0]+=n,n.callbacks&&(t.callbacks||(t.callbacks=[]),t.callbacks.push(...n.callbacks))):Ft(n,t)}},tg=class extends pt{toStringToBuffer(t){xl(this.children,t)}},Yd=!1,Uo=(t,e,n)=>{if(!Yd){for(const i in Wd)Po[i][Xh]=Wd[i];Yd=!0}return typeof t=="function"?new Lo(t,e,n):Po[t]?new Lo(Po[t],e,n):t==="svg"||t==="head"?(Ri||(Ri=jw("")),new pt(t,e,[new Lo(Ri,{value:t},n)])):new pt(t,e,n)},ng=({children:t})=>new tg("",{children:t},Array.isArray(t)?t:t?[t]:[]);function P(t,e,n){let i;if(!e||!("children"in e))i=Uo(t,e,[]);else{const r=e.children;i=Array.isArray(r)?Uo(t,e,r):Uo(t,e,[r])}return i.key=n,i}const Ww=({vendorSettings:t})=>t!=null&&t.logoUrl?P("div",{className:"flex h-9 items-center",children:P("img",{src:t.logoUrl,className:"max-h-full",alt:"Vendor logo"})}):P(ng,{}),Gw=({vendorSettings:t})=>{const{termsAndConditionsUrl:e}=t;return P("div",{className:"mt-8",children:e&&P("div",{className:"text-xs text-gray-300",children:[se.t("agree_to")," ",P("a",{href:e,className:"text-primary hover:underline",target:"_blank",rel:"noreferrer",children:se.t("terms")})]})})};var ig={exports:{}};/*!
|
|
193
|
+
Copyright (c) 2018 Jed Watson.
|
|
194
|
+
Licensed under the MIT License (MIT), see
|
|
195
|
+
http://jedwatson.github.io/classnames
|
|
196
|
+
*/(function(t){(function(){var e={}.hasOwnProperty;function n(){for(var s="",o=0;o<arguments.length;o++){var c=arguments[o];c&&(s=r(s,i(c)))}return s}function i(s){if(typeof s=="string"||typeof s=="number")return s;if(typeof s!="object")return"";if(Array.isArray(s))return n.apply(null,s);if(s.toString!==Object.prototype.toString&&!s.toString.toString().includes("[native code]"))return s.toString();var o="";for(var c in s)e.call(s,c)&&s[c]&&(o=r(o,c));return o}function r(s,o){return o?s?s+" "+o:s+o:s}t.exports?(n.default=n,t.exports=n):window.classNames=n})()})(ig);var Jw=ig.exports;const Bt=Ap(Jw),Zw=t=>t==="small"?"text-base":t==="medium"?"text-2xl":t==="large"?"text-3xl":"",Rn=({name:t,size:e,className:n=""})=>{const i=Zw(e);return P("span",{className:Bt(`uicon-${t}`,n,i)})};var Xd=Object.freeze,Yw=Object.defineProperty,Xw=(t,e)=>Xd(Yw(t,"raw",{value:Xd(t.slice())})),Qd;const Qw=t=>{const{style:e}=t;return`
|
|
197
|
+
body {
|
|
198
|
+
--primary-color: ${e.primaryColor};
|
|
199
|
+
--primary-hover: ${e.primaryHoverColor};
|
|
200
|
+
--text-on-primary: ${e.buttonTextColor};
|
|
201
|
+
}
|
|
202
|
+
`},eb="https://assets.sesamy.com/images/login-bg.jpg",tb=({title:t,children:e,vendorSettings:n})=>{const i={backgroundImage:`url(${(n==null?void 0:n.loginBackgroundImage)||eb})`};return P("html",{lang:"en",children:[P("head",{children:[P("title",{children:t}),P("meta",{charset:"UTF-8"}),P("meta",{name:"robots",content:"noindex, follow"}),P("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),P("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),P("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),P("link",{rel:"stylesheet",href:"/css/tailwind.css"}),P("meta",{name:"viewport",content:"width=device-width, initial-scale=1, maximum-scale=1"}),P("style",{children:Qw(n)}),P("meta",{name:"theme-color",content:"#000000"})]}),P("body",{children:P("div",{className:"row min-h-full w-full overflow-hidden bg-cover bg-center text-sm sm:bg-fixed sm:bg-left-top sm:pt-16 py-2",style:i,children:P("div",{className:"row-up-left w-[calc(100%-theme(space.2)-theme(space.2))] max-w-[1295px] !flex-nowrap sm:w-[calc(100%-theme(space.16)-theme(space.16))]",children:P("div",{className:"column-left w-full sm:w-auto",children:[P("div",{className:"relative flex w-full flex-col rounded-2xl bg-white px-5 py-10 dark:bg-gray-800 dark:text-white sm:min-h-[700px] sm:max-w-md sm:px-14 sm:py-14 md:min-w-[448px] short:min-h-[558px] min-h-[calc(100vh-83px)]",children:[P("div",{className:"mb-16",children:P(Ww,{vendorSettings:n})}),P("div",{className:"flex flex-1 flex-col",children:[e,P(Gw,{vendorSettings:n})]})]}),P("div",{className:"flex w-full items-center px-6 pb-8 pt-4 justify-between",children:[P("div",{className:"flex justify-center leading-[0]",children:P("a",{href:"https://sesamy.com",target:"_blank",rel:"noreferrer",children:P(Rn,{name:"sesamy",className:"text-xl text-white"})})}),P("div",{className:"flex justify-center space-x-2 text-xs text-white sm:justify-normal md:text-xs",children:[n.supportUrl&&P("a",{className:"text-xs text-white hover:underline md:text-xs",href:n.supportUrl,target:"_blank",rel:"noopener noreferrer",children:se.t("contact_support")}),P("span",{className:"text-gray-300",children:"|"})," ",P("span",{children:se.t("copyright_sesamy")})]})]})]})})})}),Ew(Qd||(Qd=Xw([`
|
|
203
|
+
<script>
|
|
204
|
+
function swapButtons() {
|
|
205
|
+
document.getElementById("initial-btn").classList.add("hidden");
|
|
206
|
+
document.getElementById("loading-btn").classList.remove("hidden");
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
const initialBtn = document.getElementById("initial-btn");
|
|
210
|
+
|
|
211
|
+
if (initialBtn) {
|
|
212
|
+
document.getElementById("form").onsubmit = function () {
|
|
213
|
+
swapButtons();
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
<\/script>
|
|
217
|
+
`])))]})},ep={name:"sesamy",logoUrl:"https://assets.sesamy.com/static/images/email/sesamy-logo.png",style:{primaryColor:"#7D68F4",buttonTextColor:"#FFFFFF",primaryHoverColor:"#A091F2"},loginBackgroundImage:"",checkoutHideSocial:!1,supportEmail:"support@sesamy.com",supportUrl:"https://support.sesamy.com",siteUrl:"https://sesamy.com",termsAndConditionsUrl:"https://store.sesamy.com/pages/terms-of-service",manageSubscriptionsUrl:"https://account.sesamy.com/manage-subscriptions"};async function nb(t,e,n){if(!n&&!e)return ep;const i=n||e;try{const r=await fetch(`${t.API_URL}/profile/vendors/${i}/style`);if(!r.ok)throw new Error("Failed to fetch vendor settings");const s=await r.json();return cp.parse(s)}catch(r){return console.error(r),ep}}async function tp(t,e){var l;const{env:n}=t,i=await n.data.logins.get(t.var.tenant_id||"",e);if(!i)throw new j(400,{message:"Session not found"});t.set("login",i);const r=await fo(n,i.authParams.client_id);t.set("client_id",r.id),t.set("tenant_id",r.tenant.id);const s=await n.data.tenants.get(r.tenant.id);if(!s)throw new j(400,{message:"Tenant not found"});const o=await nb(n,r.id,i.authParams.vendor_id),c=(l=i.authParams.ui_locales)==null?void 0:l.split(" ").map(u=>u.split("-")[0]).find(u=>{if(Array.isArray(se.options.supportedLngs))return se.options.supportedLngs.includes(u)});return await se.changeLanguage(c||s.language||"sv"),{vendorSettings:{...o,termsAndConditionsUrl:r.id==="fokus-app"?"https://www.fokus.se/kopvillkor-app/":o.termsAndConditionsUrl},client:r,tenant:s,session:i}}async function ib(t,e,n,i){if(i!==void 0)return i==="password";const r=await vs({userAdapter:t.env.data.users,tenant_id:e.tenant.id,email:n});if(r){const o=await t.env.data.logs.list(e.tenant.id,{page:0,per_page:10,include_totals:!1,sort:{sort_by:"date",sort_order:"desc"},q:`type:${_e.SUCCESS_LOGIN} user_id:${r.user_id}`}),[c]=o.logs.filter(l=>l.strategy&&["Username-Password-Authentication","passwordless","email"].includes(l.strategy));if(c)return c.strategy==="Username-Password-Authentication"}return(await t.env.data.promptSettings.get(e.tenant.id)).password_first}const rb=({children:t})=>P("div",{className:"mb-2 text-sm text-red",children:t}),sb=t=>t==="small"?"text-base":t==="medium"?"text-2xl":t==="large"?"text-3xl":"",ob=({size:t})=>{const e=sb(t);return P("div",{className:"relative inline-block leading-[0]",children:[P(Rn,{className:Bt("text-gray-200 dark:text-[#201a41]",{[e]:e}),name:"spinner-circle"}),P(Rn,{className:Bt("absolute inset-0 animate-spin text-primary",{[e]:e}),name:"spinner-inner"})]})},fc=({children:t,className:e,Component:n="button",variant:i="primary",href:r,disabled:s,isLoading:o,id:c})=>{const l=n==="a"?{href:r}:{};return P(n,{class:Bt("relative w-full rounded-lg text-center",e,{"px-4 py-5":i!=="custom","bg-primary text-textOnPrimary hover:bg-primaryHover":i==="primary","border border-gray-300 bg-white text-black":i==="secondary","pointer-events-none cursor-not-allowed opacity-40":s},"focus:outline-none focus:ring"),type:"submit",disabled:s,id:c,...l,children:[P("span",{className:`
|
|
218
|
+
flex items-center justify-center space-x-2
|
|
219
|
+
${o?"invisible h-0":"visible h-auto"}
|
|
220
|
+
`,children:t}),o&&P("div",{className:"absolute left-0 top-0 flex h-full w-full items-center justify-center",children:P(ob,{size:"medium"})})]})},ur=({connection:t,text:e,icon:n=null,canResize:i=!1,session:r})=>{const s=new URLSearchParams({client_id:r.authParams.client_id,connection:t});r.authParams.response_type&&s.set("response_type",r.authParams.response_type),r.authParams.redirect_uri&&s.set("redirect_uri",r.authParams.redirect_uri),r.authParams.scope&&s.set("scope",r.authParams.scope),r.authParams.nonce&&s.set("nonce",r.authParams.nonce),r.authParams.response_type&&s.set("response_type",r.authParams.response_type),r.authParams.state&&s.set("state",r.login_id);const o=`/authorize?${s.toString()}`;return P(fc,{className:Bt("border border-gray-200 bg-white hover:bg-gray-100 dark:border-gray-400 dark:bg-black dark:hover:bg-black/90",{"px-0 py-3 sm:px-10 sm:py-4 short:px-0 short:py-3":i,"px-10 py-3":!i}),variant:"custom","aria-label":e,Component:"a",href:o,children:[n||"",P("div",{className:Bt("text-left text-black dark:text-white sm:text-base",{"hidden sm:inline short:hidden":i}),children:e})]})},ab=({...t})=>P("svg",{width:"45",height:"45",viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",...t,children:[P("path",{d:"M44.1035 23.0123C44.1054 21.4791 43.9758 19.9486 43.716 18.4375H22.498V27.1028H34.6507C34.4021 28.4868 33.8757 29.8061 33.1034 30.9812C32.3311 32.1562 31.3289 33.1628 30.1571 33.9401V39.5649H37.41C41.6567 35.6494 44.1035 29.859 44.1035 23.0123Z",fill:"#4285F4"}),P("path",{d:"M22.4982 44.9997C28.5698 44.9997 33.6821 43.0061 37.4101 39.5687L30.1573 33.9439C28.1386 35.3126 25.5387 36.0938 22.4982 36.0938C16.6296 36.0938 11.6485 32.1377 9.86736 26.8066H2.39575V32.6033C4.26839 36.3297 7.13989 39.4622 10.6896 41.6512C14.2394 43.8402 18.3277 44.9995 22.4982 44.9997Z",fill:"#34A853"}),P("path",{d:"M9.86737 26.8073C8.92572 24.0138 8.92572 20.9886 9.86737 18.1951V12.3984H2.39576C0.820432 15.5332 0 18.9929 0 22.5012C0 26.0095 0.820432 29.4692 2.39576 32.604L9.86737 26.8073Z",fill:"#FBBC04"}),P("path",{d:"M22.4982 8.90741C25.7068 8.85499 28.8071 10.0673 31.1291 12.2823L37.5507 5.86064C33.4788 2.03602 28.0843 -0.0637686 22.4982 0.00147616C18.3277 0.00166623 14.2394 1.16098 10.6896 3.34999C7.13989 5.539 4.26839 8.67155 2.39575 12.3979L9.86736 18.1946C11.6485 12.8635 16.6296 8.90741 22.4982 8.90741Z",fill:"#EA4335"})]}),cb=({children:t,className:e})=>P(ng,{children:[P(fc,{className:e,id:"initial-btn",children:t}),P(fc,{className:Bt(e,"hidden"),isLoading:!0,id:"loading-btn",disabled:!0,children:" "})]}),lb=({children:t,className:e})=>P("form",{id:"form",method:"post",className:e,children:t}),ub=({...t})=>P("svg",{version:"1.1",id:"Layer_1",xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48",width:"45",height:"45",...t,children:[P("path",{fill:"#FF5B24",d:"M3.5,8h41c1.9,0,3.5,1.6,3.5,3.5v25c0,1.9-1.6,3.5-3.5,3.5h-41C1.6,40,0,38.4,0,36.5v-25C0,9.6,1.6,8,3.5,8z"}),P("path",{fillRule:"evenodd",clipRule:"evenodd",fill:"#FFFFFF",d:`M27.9,20.3c1.4,0,2.6-1,2.6-2.5h0c0-1.5-1.2-2.5-2.6-2.5c-1.4,0-2.6,1-2.6,2.5C25.3,19.2,26.5,20.3,27.9,20.3z
|
|
221
|
+
M31.2,24.4c-1.7,2.2-3.5,3.8-6.7,3.8h0c-3.2,0-5.8-2-7.7-4.8c-0.8-1.2-2-1.4-2.9-0.8c-0.8,0.6-1,1.8-0.3,2.9
|
|
222
|
+
c2.7,4.1,6.5,6.6,10.9,6.6c4,0,7.2-2,9.6-5.2c0.9-1.2,0.9-2.5,0-3.1C33.3,22.9,32.1,23.2,31.2,24.4z`})]}),np=({error:t,vendorSettings:e,session:n,email:i,client:r,impersonation:s})=>{const o=r.connections.map(({name:_})=>_),c=o.includes("facebook"),l=o.includes("google-oauth2"),u=o.includes("apple"),p=o.includes("vipps"),g=c||l||u||p;return P(tb,{title:se.t("welcome"),vendorSettings:e,children:[P("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:se.t("welcome")}),P("div",{className:"mb-8 text-gray-300",children:se.t("login_description")}),P("div",{className:"flex flex-1 flex-col justify-center",children:[P(lb,{className:"mb-7",children:[P("input",{type:"email",name:"username",placeholder:se.t("email_placeholder"),className:Bt("mb-2 w-full rounded-lg border bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",{"border-red":t,"border-gray-100 dark:border-gray-500":!t}),required:!0,value:i||""}),s&&P("input",{type:"email",name:"act_as",placeholder:"Impersonate as",className:Bt("mb-2 w-full rounded-lg border bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",{"border-red":t,"border-gray-100 dark:border-gray-500":!t}),required:!0,value:""}),t&&P(rb,{children:t}),P(cb,{className:"text-base sm:mt-4 md:text-base",children:P("div",{className:"flex items-center space-x-2",children:[P("span",{children:se.t("continue")}),P(Rn,{className:"text-xs",name:"arrow-right"})]})})]}),g&&P("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[P("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),P("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:se.t("continue_social_login")})]}),P("div",{className:"flex space-x-4 sm:flex-col sm:space-x-0 sm:space-y-4 short:flex-row short:space-x-4 short:space-y-0",children:[c&&P(ur,{connection:"facebook",text:se.t("continue_with",{provider:"Facebook"}),canResize:!0,icon:P(Rn,{className:"text-xl text-[#1196F5] sm:absolute sm:left-4 sm:top-1/2 sm:-translate-y-1/2 sm:text-2xl short:static short:left-auto short:top-auto short:translate-y-0 short:text-xl",name:"facebook"}),session:n}),l&&P(ur,{connection:"google-oauth2",text:se.t("continue_with",{provider:"Google"}),canResize:!0,icon:P(ab,{className:"h-5 w-5 sm:absolute sm:left-4 sm:top-1/2 sm:h-6 sm:w-6 sm:-translate-y-1/2 short:static short:left-auto short:top-auto short:h-5 short:w-5 short:translate-y-0"}),session:n}),u&&P(ur,{connection:"apple",text:se.t("continue_with",{provider:"Apple"}),canResize:!0,icon:P(Rn,{className:"text-xl text-black dark:text-white sm:absolute sm:left-4 sm:top-1/2 sm:-translate-y-1/2 sm:text-2xl short:static short:left-auto short:top-auto short:translate-y-0 short:text-xl",name:"apple"}),session:n}),p&&P(ur,{connection:"vipps",text:se.t("continue_with",{provider:"Vipps"}),canResize:!0,icon:P(ub,{className:"h-5 w-5 sm:absolute sm:left-4 sm:top-1/2 sm:h-6 sm:w-6 sm:-translate-y-1/2 short:static short:left-auto short:top-auto short:h-5 short:w-5 short:translate-y-0"}),session:n})]})]})]})},db=["Auth0.swift"];function pb(t){if(!t)return"link";const e=atob(t),n=JSON.parse(e);return db.includes(n.name)?"code":"link"}const fb=new a.OpenAPIHono().openapi(a.createRoute({tags:["login"],method:"get",path:"/enter-email",request:{query:a.z.object({state:a.z.string().openapi({description:"The state parameter from the authorization request"}),impersonation:a.z.string().optional()})},responses:{200:{description:"Response"}}}),async t=>{const{state:e,impersonation:n}=t.req.valid("query"),{vendorSettings:i,session:r,client:s}=await tp(t,e);return t.html(P(np,{vendorSettings:i,session:r,client:s,email:r.authParams.username,impersonation:n==="true"}))}).openapi(a.createRoute({tags:["login"],method:"post",path:"/enter-email",request:{query:a.z.object({state:a.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:a.z.object({username:a.z.string().transform(t=>t.toLowerCase()),act_as:a.z.string().transform(t=>t.toLowerCase()).optional(),login_selection:a.z.enum(["code","password"]).optional()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),i=t.req.valid("form");t.set("body",i),t.set("username",i.username);const{client:r,session:s,vendorSettings:o}=await tp(t,n);t.set("client_id",r.id);const c=i.username,l=await vs({userAdapter:e.data.users,tenant_id:r.tenant.id,email:c});if(l&&t.set("user_id",l.user_id),!l)try{await qh(t,r,t.env.data,i.username)}catch{const k=be(t,{type:_e.FAILED_SIGNUP,description:"Public signup is disabled"});return await t.env.data.logs.create(r.tenant.id,k),t.html(P(np,{vendorSettings:o,session:s,error:se.t("user_account_does_not_exist"),email:i.username,client:r}),400)}if(s.authParams.username=i.username,s.authParams.act_as=i.act_as,await e.data.logins.update(r.tenant.id,s.login_id,s),await ib(t,r,i.username,i.login_selection))return t.redirect(`/u/enter-password?state=${n}`);let u=fs(),p=await e.data.codes.get(r.tenant.id,u,"otp");for(;p;)u=fs(),p=await e.data.codes.get(r.tenant.id,u,"otp");const g=await t.env.data.codes.create(r.tenant.id,{code_id:u,code_type:"otp",login_id:s.login_id,expires_at:new Date(Date.now()+lc).toISOString()});return pb(s.auth0Client)==="link"&&!i.username.includes("online.no")?Ye(t,bl(t,i.username,g.code_id)):Ye(t,Gh(t,i.username,g.code_id)),t.redirect(`/u/enter-code?state=${n}`)});function hb(){const e=new a.OpenAPIHono().route("/enter-email",fb);return e.doc("/u/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Universal login"}}),e}const gb="Account detected",_b="We have detected that you have already created an account through",mb="By signing in, you agree to our",yb="and",vb="Callback URL mismatch",wb="The provided redirect_uri is not in the list of allowed callback URLs.",bb="continue with user",kb="Please click the button to create a new password account.",xb="Enter the code at {{vendorName}} to complete the login",Sb="Welcome to {{vendorName}}! {{code}} is the login code",Ab="Welcome to {{vendorName}}! {{code}} is the login code",Ib="The code is valid for 30 minutes",Eb="Confirm password",Cb="Need Help?",zb="Contact us",$b="or continue with social account",jb="Continue with {{provider}}",Nb="Would you like to continue with your existing account?",Ob="Copyright © 2023 SESAMY. All rights reserved.",Bb="©2023 Sesamy",Tb="Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.",Rb="Please enter a valid email address.",Pb="The passwords didn't match. Try again.",Lb="Choose password",Ub="Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.",Vb="Create new account",Mb="Sign up with password",Db="You are currently logged in as <0>{{email}}</0>",Fb="Email",Hb="Email address",qb="Your email address has been validated",Kb="Now enter your password to login again",Wb="An email has been sent to <0>{{email}}</0> with a verification link. Please click the link to verify your email address and set a password.",Gb="Email verification sent",Jb="Enter a code",Zb="We'll send you a verification link to ensure you own this email address.",Yb="Enter new password",Xb="Enter password",Qb="Enter your email address and password to login.",e1="Enter your password",t1="The magic link has expired. Please click on the button below to receive a new link in your inbox.",n1="Hey! We updated our login experience. <0>Click here to learn more about it.</0>",i1="Send password reset email",r1="Click the button below and we’ll send instructions on how to reset your password.",s1="Password reset email sent",o1="Forgot password?",a1="Forgot password?",c1="Go back",l1="Invalid password",u1=`The link is no longer valid.
|
|
193
223
|
|
|
194
224
|
Please make sure to open the login link in the same browser you started the login with.
|
|
195
225
|
|
|
196
|
-
You can click the link below to start a new login.`,
|
|
226
|
+
You can click the link below to start a new login.`,d1="Invalid link",p1="Click the button to log in",f1="Login",h1="Or enter the code at {{vendorName}} to complete the login.",g1="Enter your email address to unlock this show on {{service}}",_1="Link your account with {{service}}",m1="You are logged in as",y1="Login",v1="Enter your email address to sign in.",w1="Enter your email address and we will send you a login code.",b1="Enter your email address and we will send you a login link.",k1="Log out",x1="No, I want to use another account",S1="or",A1="Password",I1="The password has been reset",E1="Success",C1="Change password for your {{vendorName}} account",z1="Change password for your {{vendorName}} account",$1="Privacy Policy",j1="Redirecting",N1="Confirm password",O1="Register a new password",B1="Resend code",T1="Change password",R1="Enter your new password below for the email account: ",P1="Click the button to reset your password",L1="Click the button to reset your password",U1="Reset your password",V1="Change password for your {{vendorName}} account",M1="Reset password",D1="Send",F1="Send me a new magic link",H1="Remember to check your spam folder if the email did not arrive.",q1="Set password",K1="Sign in",W1="Signup",G1="Sign up successful",J1="It appears that your Spotify account is currently linked to another Sesamy account. But fear not, we're here to guide you through the process to get this fixed.",Z1="Go to Spotify's Content Access page",Y1=`Let's start by unlinking your Spotify account. Click the button below to go to Spotify's Content Access page. After you've logged in to your Spotify account, find Sesamy on the list of connected platforms. Click "Unlink" next to the Sesamy logo.`,X1="Step 1: Unlink Your Spotify Account",Q1="Once you've successfully unlinked your Spotify account, you can relink it to Sesamy. Simply repeat the steps you previously took that led you to this page.",ek="Step 2: Relink Your Spotify Account to Sesamy",tk="Oops! Your Spotify Account Is Already Linked",nk="If you have questions or need assistance, you can contact our support team",ik="Terms and Conditions",rk="Your email address needs validating. We have sent a new email to your inbox",sk="User account does not exist",ok="User account does not exist",ak="We could not find a user with the provided email address. Please, try again.",ck="Try again.",lk="Validate code",uk="Check your inbox for email validation instructions.",dk="Signed up",pk="Click the button to verify your email address",fk="Validate your email address",hk="Validate your email address",gk="Verify account",_k="Verify your email",mk="Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.",yk="Welcome",vk="Welcome to your {{vendorName}} account!",wk="Continue with this account",bk="Yes, continue with {{text}}",kk="Yes, continue with existing account",xk={"Server error: Invalid code":"Invalid code","Wrong email or verification code":{"":"Wrong email or verification code."},account_detected:gb,account_with_sso_provider:_b,agree_to:mb,and:yb,callback_url_mismatch:vb,callback_url_not_allowed:wb,check_email_title:bb,click_to_sign_up_description:kb,code_email_enter_code:xb,code_email_subject:Sb,code_email_title:Ab,code_valid_30_minutes:Ib,confirm_password:Eb,contact_support:Cb,contact_us:zb,continue:"Continue",continue_social_login:$b,continue_with:jb,continue_with_sso_provider_headline:Nb,copyright:Ob,copyright_sesamy:Bb,create_account_description:Tb,create_account_email_invalid:Rb,create_account_passwords_didnt_match:Pb,create_account_title:Lb,create_account_weak_password:Ub,create_new_account_link:Vb,create_password_account_title:Mb,currently_logged_in_as:Db,email:Fb,email_placeholder:Hb,email_validated:qb,email_validated_cta:Kb,email_verification_for_signup_sent_description:Wb,email_verification_for_signup_sent_title:Gb,enter_a_code_btn:Jb,enter_email_for_verification_description:Zb,enter_new_password_placeholder:Yb,enter_password:Xb,enter_password_description:Qb,enter_your_password_btn:e1,expired_code:t1,fokus_info_message:n1,forgot_password_cta:i1,forgot_password_description:r1,forgot_password_email_sent:s1,forgot_password_link:o1,forgot_password_title:a1,go_back:c1,"invalid-email":"Invalid email",invalid_password:l1,invalid_session_body:u1,invalid_session_title:d1,link_email_click_to_login:p1,link_email_login:f1,link_email_or_enter_code:h1,link_page_body:g1,link_page_headline:_1,logged_in_as:m1,login:y1,login_description:v1,login_description_code:w1,login_description_link:b1,logout:k1,no_use_another:x1,or:S1,password:A1,password_has_been_reset:I1,password_has_been_reset_title:E1,password_reset_subject:C1,password_reset_title:z1,privacy_policy:$1,redirecting:j1,reenter_new_password_placeholder:N1,register_password_account:O1,resend_code:B1,reset_password_cta:T1,reset_password_description:R1,reset_password_email_click_to_reset:P1,reset_password_email_cta:L1,reset_password_email_reset:U1,reset_password_subject:V1,reset_password_title:M1,send:D1,send_me_a_new_magic_link:F1,sent_code_spam:H1,set_password:q1,sign_in:K1,signup:W1,signup_success:G1,spotify_already_linked_body:J1,spotify_already_linked_cta:Z1,spotify_already_linked_step1_body:Y1,spotify_already_linked_step1_title:X1,spotify_already_linked_step2_body:Q1,spotify_already_linked_step2_title:ek,spotify_already_linked_title:tk,support_info:nk,terms:ik,unverified_email:rk,user_account_does_not_exist:sk,user_not_found:ok,user_not_found_body:ak,user_not_found_cta:ck,validate_code:lk,validate_email_body:uk,validate_email_title:dk,verify_email_click_to_verify:pk,verify_email_subject:fk,verify_email_title:hk,verify_email_verify:gk,verify_your_email:_k,we_sent_a_code_to:mk,welcome:yk,welcome_to_your_account:vk,yes_continue:wk,yes_continue_with:bk,yes_continue_with_existing_account:kk},Sk="Account rilevato",Ak="Abbiamo rilevato che l'utente ha già creato un account tramite",Ik="Effettuando l'accesso, l'utente accetta la nostra",Ek="e",Ck="Mancata corrispondenza dell'URL di callback",zk="Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.",$k="continuare con l'utente",jk="Fare clic sul pulsante per creare un nuovo account con password.",Nk="Inserite il codice all'indirizzo {{vendorName}} per completare il login.",Ok="Benvenuti su {{vendorName}}! {{code}} è il codice di accesso",Bk="Benvenuti su {{vendorName}}! {{code}} è il codice di accesso",Tk="Il codice è valido per 30 minuti",Rk="Confermare la password",Pk="Avete bisogno di aiuto?",Lk="Contattateci",Uk="o continuare con il conto sociale",Vk="Continua con {{provider}}",Mk="Desidera continuare a utilizzare l'account esistente?",Dk="Copyright © 2023 SESAMY. Tutti i diritti riservati.",Fk="©2023 Sesamy",Hk="Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.",qk="Inserire un indirizzo e-mail valido.",Kk="Le password non corrispondono. Riprovare.",Wk="Scegliere la password",Gk="La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.",Jk="Creare un nuovo account",Zk="Iscriviti con la password",Yk="Attualmente si è connessi come <0>{{email}}</0>",Xk="Email",Qk="Indirizzo e-mail",ex="Il tuo indirizzo e-mail è stato convalidato",tx="Ora inserire la password per accedere nuovamente",nx="È stata inviata un'e-mail a <0>{{email}}</0> con un link di verifica. Fare clic sul link per verificare l'indirizzo e-mail e impostare una password.",ix="Email di verifica inviata",rx="Inserire un codice",sx="Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.",ox="Inserire la nuova password",ax="Inserire la password",cx="Inserire l'indirizzo e-mail e la password per accedere.",lx="Inserire la password",ux="Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.",dx="Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>",px="Inviare l'e-mail di reimpostazione della password",fx="Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.",hx="Email di reimpostazione della password inviata",gx="Hai dimenticato la password?",_x="Hai dimenticato la password?",mx="Torna indietro",yx="Password non valida",vx=`Il link non è più valido.
|
|
197
227
|
|
|
198
228
|
Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
|
|
199
229
|
|
|
200
|
-
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,
|
|
230
|
+
Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,wx="Collegamento non valido",bx="Fare clic sul pulsante per accedere",kx="Accedi",xx="Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.",Sx="Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}",Ax="Collegate il vostro account con {{service}}",Ix="L'utente ha effettuato l'accesso come",Ex="Accesso",Cx="Inserire l'indirizzo e-mail per accedere.",zx="Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.",$x="Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.",jx="Disconnettersi",Nx="No, voglio usare un altro account",Ox="o",Bx="Password",Tx="La password è stata reimpostata",Rx="Il successo",Px="Modifica della password dell'account {{vendorName}}",Lx="Modifica della password dell'account {{vendorName}} ",Ux="Informativa sulla privacy",Vx="Reindirizzamento",Mx="Confermare la password",Dx="Registrazione di una nuova password",Fx="Reinvio del codice",Hx="Modifica della password",qx="Immettere di seguito la nuova password per l'account e-mail: ",Kx="Fare clic sul pulsante per reimpostare la password",Wx="Fare clic sul pulsante per reimpostare la password",Gx="Reimpostare la password",Jx="Modifica della password dell'account {{vendorName}} ",Zx="Reimpostare la password",Yx="Inviare",Xx="Inviami un nuovo link magico",Qx="Ricordate di controllare la cartella spam se l'e-mail non è arrivata.",eS="Impostare la password",tS="Accedi",nS="Iscriviti",iS="Iscriviti con successo",rS="Sembra che il vostro account Spotify sia attualmente collegato a un altro account Sesamy. Ma non temete, siamo qui per guidarvi attraverso la procedura per risolvere il problema.",sS="Vai alla pagina di accesso ai contenuti di Spotify",oS=`Cominciamo con lo scollegare il vostro account Spotify. Fare clic sul pulsante sottostante per accedere alla pagina di accesso ai contenuti di Spotify. Dopo aver effettuato l'accesso al vostro account Spotify, trovate Sesamy nell'elenco delle piattaforme collegate. Fate clic su "Unlink" accanto al logo di Sesamy.`,aS="Passo 1: Disconnettere l'account Spotify",cS="Dopo aver scollegato con successo il proprio account Spotify, è possibile ricollegarlo a Sesamy. È sufficiente ripetere i passaggi precedenti che vi hanno portato a questa pagina.",lS="Passo 2: ricollegare l'account Spotify a Sesamy",uS="Ops! Il tuo account Spotify è già collegato",dS="Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto",pS="Termini e condizioni",fS="Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.",hS="L'account utente non esiste",gS="L'account utente non esiste",_S="Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.",mS="Riprova.",yS="Convalida del codice",vS="Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.",wS="Iscritta",bS="Fare clic sul pulsante per verificare l'indirizzo e-mail",kS="Convalidare l'indirizzo e-mail",xS="Convalidare l'indirizzo e-mail",SS="Verifica dell'account",AS="Verificare l'e-mail",IS="Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.",ES="Benvenuti",CS="Benvenuto nel tuo account {{vendorName}}!",zS="Continuare con questo account",$S="Sì, continuare con {{text}}",jS="Sì, continuare con l'account esistente",NS={"Server error: Invalid code":"Codice non valido","Wrong email or verification code":{"":"Email o codice di verifica errati."},account_detected:Sk,account_with_sso_provider:Ak,agree_to:Ik,and:Ek,callback_url_mismatch:Ck,callback_url_not_allowed:zk,check_email_title:$k,click_to_sign_up_description:jk,code_email_enter_code:Nk,code_email_subject:Ok,code_email_title:Bk,code_valid_30_minutes:Tk,confirm_password:Rk,contact_support:Pk,contact_us:Lk,continue:"Continua",continue_social_login:Uk,continue_with:Vk,continue_with_sso_provider_headline:Mk,copyright:Dk,copyright_sesamy:Fk,create_account_description:Hk,create_account_email_invalid:qk,create_account_passwords_didnt_match:Kk,create_account_title:Wk,create_account_weak_password:Gk,create_new_account_link:Jk,create_password_account_title:Zk,currently_logged_in_as:Yk,email:Xk,email_placeholder:Qk,email_validated:ex,email_validated_cta:tx,email_verification_for_signup_sent_description:nx,email_verification_for_signup_sent_title:ix,enter_a_code_btn:rx,enter_email_for_verification_description:sx,enter_new_password_placeholder:ox,enter_password:ax,enter_password_description:cx,enter_your_password_btn:lx,expired_code:ux,fokus_info_message:dx,forgot_password_cta:px,forgot_password_description:fx,forgot_password_email_sent:hx,forgot_password_link:gx,forgot_password_title:_x,go_back:mx,"invalid-email":"Email non valida",invalid_password:yx,invalid_session_body:vx,invalid_session_title:wx,link_email_click_to_login:bx,link_email_login:kx,link_email_or_enter_code:xx,link_page_body:Sx,link_page_headline:Ax,logged_in_as:Ix,login:Ex,login_description:Cx,login_description_code:zx,login_description_link:$x,logout:jx,no_use_another:Nx,or:Ox,password:Bx,password_has_been_reset:Tx,password_has_been_reset_title:Rx,password_reset_subject:Px,password_reset_title:Lx,privacy_policy:Ux,redirecting:Vx,reenter_new_password_placeholder:Mx,register_password_account:Dx,resend_code:Fx,reset_password_cta:Hx,reset_password_description:qx,reset_password_email_click_to_reset:Kx,reset_password_email_cta:Wx,reset_password_email_reset:Gx,reset_password_subject:Jx,reset_password_title:Zx,send:Yx,send_me_a_new_magic_link:Xx,sent_code_spam:Qx,set_password:eS,sign_in:tS,signup:nS,signup_success:iS,spotify_already_linked_body:rS,spotify_already_linked_cta:sS,spotify_already_linked_step1_body:oS,spotify_already_linked_step1_title:aS,spotify_already_linked_step2_body:cS,spotify_already_linked_step2_title:lS,spotify_already_linked_title:uS,support_info:dS,terms:pS,unverified_email:fS,user_account_does_not_exist:hS,user_not_found:gS,user_not_found_body:_S,user_not_found_cta:mS,validate_code:yS,validate_email_body:vS,validate_email_title:wS,verify_email_click_to_verify:bS,verify_email_subject:kS,verify_email_title:xS,verify_email_verify:SS,verify_your_email:AS,we_sent_a_code_to:IS,welcome:ES,welcome_to_your_account:CS,yes_continue:zS,yes_continue_with:$S,yes_continue_with_existing_account:jS},OS="Konto oppdaget",BS="Vi har oppdaget at du allerede har opprettet en konto gjennom",TS="Ved å logge på godtar du vår",RS="og",PS="Callback-URLen samsvarer ikke",LS="Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.",US="fortsett med bruker",VS="Klikk på knappen for å opprette en ny passordkonto.",MS="Skriv inn koden på {{vendorName}} for å fullføre påloggingen",DS="Velkommen til {{vendorName}} ! {{code}} er påloggingskoden",FS="Velkommen til {{vendorName}}! {{code}} er påloggingskoden",HS="Koden er gyldig i 30 minutter",qS="Bekreft passord",KS="Trenger hjelp?",WS="Kontakt oss",GS="eller fortsett med sosial konto",JS="Fortsett med {{provider}}",ZS="Vil du fortsette med din eksisterende konto?",YS="Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.",XS="©2023 Sesamy",QS="Velg et passord med en blanding av store og små bokstaver, tall og symboler.",e2="Vennligst skriv inn en gyldig e-postadresse.",t2="Passordene stemte ikke overens. Prøv igjen.",n2="Velg passord",i2="Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.",r2="Opprett ny konto",s2="Registrer deg med passord",o2="Du er logget på som <0> {{email}}</0>",a2="E-post",c2="E-postadresse",l2="E-postadressen din har blitt validert",u2="Skriv nå inn passordet ditt for å logge inn igjen",d2="En e-post har blitt sendt til <0>{{email}}</0> med en bekreftelseslenke. Klikk på lenken for å bekrefte e-postadressen din og angi et passord.",p2="E-postbekreftelse sendt",f2="Angi en kode",h2="Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.",g2="Skriv inn nytt passord",_2="Oppgi passord",m2="Skriv inn e-postadressen og passordet ditt for å logge inn.",y2="Skriv inn passordet ditt",v2="Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.",w2="Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>",b2="Send e-post om tilbakestilling av passord",k2="Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.",x2="E-post om tilbakestilling av passord sendt",S2="Har du glemt passordet?",A2="Har du glemt passordet?",I2="Gå tilbake",E2="Ugyldig passord",C2=`Lenken er ikke lenger gyldig.
|
|
201
231
|
|
|
202
232
|
Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
|
|
203
233
|
|
|
204
|
-
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,
|
|
234
|
+
Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,z2="Ugyldig lenke",$2="Klikk på knappen for å logge inn",j2="Logg inn",N2="Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.",O2="Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}",B2="Koble kontoen din til {{service}}",T2="Du er innlogget som",R2="Logg inn",P2="Skriv inn e-postadressen din for å logge på.",L2="Skriv inn e-postadressen din og vi sender deg en påloggingskode.",U2="Skriv inn e-postadressen din og vi sender deg en påloggingslenke.",V2="Logg ut",M2="Nei, jeg vil bruke en annen konto",D2="eller",F2="Passord",H2="Passordet har blitt tilbakestilt",q2="Suksess",K2="Endre passord for {{vendorName}} kontoen din",W2="Endre passord for {{vendorName}} kontoen din",G2="Personvernerklæring",J2="Omdirigerer",Z2="Bekreft passord",Y2="Registrer et nytt passord",X2="Send kode på nytt",Q2="Endre passord",eA="Skriv inn det nye passordet for e-postkontoen nedenfor: ",tA="Klikk på knappen for å tilbakestille passordet ditt",nA="Klikk på knappen for å tilbakestille passordet ditt",iA="Tilbakestill passordet ditt",rA="Endre passord for {{vendorName}} -kontoen din",sA="Tilbakestill passord",oA="Send",aA="Send meg en ny magisk lenke",cA="Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.",lA="Angi passord",uA="Logg inn",dA="Påmelding",pA="Vellykket registrering",fA="Det ser ut til at Spotify-kontoen din for øyeblikket er koblet til en annen Sesamy-konto. Men ikke vær redd, vi er her for å veilede deg gjennom prosessen for å få dette fikset.",hA="Gå til Spotifys innholdstilgangsside",gA='La oss starte med å koble fra Spotify-kontoen din. Klikk på knappen nedenfor for å gå til Spotifys innholdstilgang-side. Etter at du har logget på Spotify-kontoen din, finner du Sesamy på listen over tilkoblede plattformer. Klikk "Fjern kobling" ved siden av Sesamy-logoen.',_A="Trinn 1: Koble fra Spotify-kontoen din",mA="Når du har koblet fra Spotify-kontoen din, kan du koble den til Sesamy på nytt. Bare gjenta trinnene du tidligere tok som førte deg til denne siden.",yA="Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt",vA="Oops! Spotify-kontoen din er allerede koblet",wA="Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt",bA="vilkår",kA="E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.",xA="Brukerkonto eksisterer ikke",SA="Brukerkonto eksisterer ikke",AA="Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.",IA="Prøv igjen.",EA="Bekreft koden",CA="Sjekk innboksen din for instruksjoner om e-postvalidering.",zA="Registrerte seg",$A="Klikk på knappen for å bekrefte e-postadressen din",jA="Bekreft e-postadressen din",NA="Bekreft e-postadressen din",OA="Bekreft konto",BA="Bekreft e-posten din",TA="Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.",RA="Velkommen",PA="Velkommen til din brukerkonto hos {{vendorName}} !",LA="Fortsett med denne kontoen",UA="Ja, fortsett med {{text}}",VA="Ja, fortsett med eksisterende konto",MA={"Server error: Invalid code":"Ugyldig kode","Wrong email or verification code":{"":"Feil e-post eller bekreftelseskode."},account_detected:OS,account_with_sso_provider:BS,agree_to:TS,and:RS,callback_url_mismatch:PS,callback_url_not_allowed:LS,check_email_title:US,click_to_sign_up_description:VS,code_email_enter_code:MS,code_email_subject:DS,code_email_title:FS,code_valid_30_minutes:HS,confirm_password:qS,contact_support:KS,contact_us:WS,continue:"Fortsette",continue_social_login:GS,continue_with:JS,continue_with_sso_provider_headline:ZS,copyright:YS,copyright_sesamy:XS,create_account_description:QS,create_account_email_invalid:e2,create_account_passwords_didnt_match:t2,create_account_title:n2,create_account_weak_password:i2,create_new_account_link:r2,create_password_account_title:s2,currently_logged_in_as:o2,email:a2,email_placeholder:c2,email_validated:l2,email_validated_cta:u2,email_verification_for_signup_sent_description:d2,email_verification_for_signup_sent_title:p2,enter_a_code_btn:f2,enter_email_for_verification_description:h2,enter_new_password_placeholder:g2,enter_password:_2,enter_password_description:m2,enter_your_password_btn:y2,expired_code:v2,fokus_info_message:w2,forgot_password_cta:b2,forgot_password_description:k2,forgot_password_email_sent:x2,forgot_password_link:S2,forgot_password_title:A2,go_back:I2,"invalid-email":"Ugyldig epost",invalid_password:E2,invalid_session_body:C2,invalid_session_title:z2,link_email_click_to_login:$2,link_email_login:j2,link_email_or_enter_code:N2,link_page_body:O2,link_page_headline:B2,logged_in_as:T2,login:R2,login_description:P2,login_description_code:L2,login_description_link:U2,logout:V2,no_use_another:M2,or:D2,password:F2,password_has_been_reset:H2,password_has_been_reset_title:q2,password_reset_subject:K2,password_reset_title:W2,privacy_policy:G2,redirecting:J2,reenter_new_password_placeholder:Z2,register_password_account:Y2,resend_code:X2,reset_password_cta:Q2,reset_password_description:eA,reset_password_email_click_to_reset:tA,reset_password_email_cta:nA,reset_password_email_reset:iA,reset_password_subject:rA,reset_password_title:sA,send:oA,send_me_a_new_magic_link:aA,sent_code_spam:cA,set_password:lA,sign_in:uA,signup:dA,signup_success:pA,spotify_already_linked_body:fA,spotify_already_linked_cta:hA,spotify_already_linked_step1_body:gA,spotify_already_linked_step1_title:_A,spotify_already_linked_step2_body:mA,spotify_already_linked_step2_title:yA,spotify_already_linked_title:vA,support_info:wA,terms:bA,unverified_email:kA,user_account_does_not_exist:xA,user_not_found:SA,user_not_found_body:AA,user_not_found_cta:IA,validate_code:EA,validate_email_body:CA,validate_email_title:zA,verify_email_click_to_verify:$A,verify_email_subject:jA,verify_email_title:NA,verify_email_verify:OA,verify_your_email:BA,we_sent_a_code_to:TA,welcome:RA,welcome_to_your_account:PA,yes_continue:LA,yes_continue_with:UA,yes_continue_with_existing_account:VA},DA="Fortsätt med existerande konto",FA="Det verkar som att du redan har skapat ett konto genom",HA="Genom att logga in godkänner du våra",qA="och",KA="Callback URL mismatch",WA="The provided redirect_uri is not in the list of allowed callback URLs.",GA="fortsätt med användaren",JA="Klicka på knappen för att skapa ett nytt lösenordskonto.",ZA="Skriv in koden på {{vendorName}} för att slutföra inloggningen",YA="Välkommen till {{vendorName}}! {{code}} är koden för att logga in",XA="Välkommen till {{vendorName}}! {{code}} är koden för att logga in",QA="Koden är giltig i 30 minuter",e4="Bekräfta lösenord",t4="Behöver du hjälp?",n4="Kontakta oss",i4="eller via sociala medier",r4="Fortsätt med {{provider}}",s4="Vill du fortsätta med det här kontot?",o4="Copyright © 2023 SESAMY. Alla rättigheter förbehållna.",a4="©2023 Sesamy",c4="Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.",l4="Ange en giltig e-postadress.",u4="Lösenorden stämde inte överens. Försök igen.",d4="Välj lösenord",p4="Lösenordet måste vara minst 8 tecken långt och innehålla minst en gemen bokstav, en versal bokstav, en siffra och en symbol.",f4="Skapa nytt konto",h4="Registrera dig med lösenord",g4="Du är inloggad som <0>{{email}}</0>",_4="E-postadress",m4="E-postadress",y4="Din e-postadress har validerats",v4="Ange nu ditt lösenord för att logga in igen",w4="Ett e-postmeddelande har skickats till <0>{{email}}</0> med en verifieringslänk. Vänligen klicka på länken för att verifiera din e-postadress och välja ett lösenord.",b4="E-postverifiering skickad",k4="Logga in med kod",x4="Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.",S4="Ange nytt lösenord",A4="Ange lösenord",I4="Ange din e-postadress och ditt lösenord för att logga in.",E4="Logga in med lösenord",C4="Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.",z4="Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>",$4="Skicka",j4="Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.",N4="Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.",O4="Har du glömt lösenordet?",B4="Har du glömt lösenordet?",T4="Gå tillbaka",R4="Ogiltigt lösenord",P4=`Länken är inte längre giltig.
|
|
205
235
|
|
|
206
236
|
Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
|
|
207
237
|
|
|
208
|
-
Du kan klicka på länken nedan för att starta en ny inloggning.`,
|
|
238
|
+
Du kan klicka på länken nedan för att starta en ny inloggning.`,L4="Ogiltig länk",U4="Klicka på knappen för att logga in",V4="Logga in",M4="Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.",D4="Ange din epost för att låsa upp den här showen på {{service}}",F4="Koppla ditt konto till {{service}}",H4="Du är inloggad som",q4="Logga in",K4="Ange din e-postadress för att logga in.",W4="Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.",G4="Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.",J4="Logga ut",Z4="Nej, jag vill använda ett annat konto",Y4="eller",X4="Lösenord",Q4="Lösenordet har återställts",eI="Framgång",tI="Byt lösenord för ditt {{vendorName}} konto",nI="Byt lösenord för ditt {{vendorName}} konto",iI="Integritetspolicy",rI="Du skickas vidare",sI="Bekräfta lösenord",oI="Registrera ett nytt lösenord",aI="Skicka koden igen",cI="Ändra lösenord",lI="Ange ditt nya lösenord nedan för e-postkontot: ",uI="Klicka på knappen för att återställa ditt lösenord",dI="Klicka på knappen för att återställa ditt lösenord",pI="Återställ ditt lösenord",fI="Byt lösenord för ditt {{vendorName}} konto",hI="Återställ lösenord",gI="Skicka",_I="Skicka en ny inloggninglänk",mI="Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.",yI="Välj lösenord",vI="Logga in",wI="Registrera dig",bI="Registrera dig framgångsrik",kI="Det verkar som att ditt Spotify-konto för närvarande är kopplat till ett annat Sesamy-konto. Ingen fara, vi är här för att guida dig genom processen för att lösa detta.",xI="Gå till Spotify's Content Access sida",SI=`Vi börjar med att avlänka ditt Spotify-konto. Klicka på knappen nedan för att komma till Spotify's Content Access sida. När du har loggat in på ditt Spotify-konto, leta upp Sesamy i listan över anslutna plattformar. Klicka på "Unlink" bredvid Sesamys logotyp.`,AI="Steg 1: Avlänka ditt Spotify-konto",II="När du har avlänkat ditt Spotify-konto kan du koppla det till Sesamy igen. Upprepa helt enkelt de steg du tog som ledde dig till den här sidan.",EI="Steg 2: Koppla ditt Spotify-konto till Sesamy igen",CI="Oj! Ditt Spotify-konto är redan kopplat",zI="Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam",$I="Villkor",jI="Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg",NI="Kontot existerar inte",OI="Kontot extisterar inte",BI="Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.",TI="Försök igen.",RI="Validera kod",PI="Kontrollera din inkorg för instruktioner om validering av e-post.",LI="Registrerad",UI="Klicka på knappen för att verifiera din e-postadress",VI="Bekräfta din e-postadress",MI="Bekräfta din e-postadress",DI="Verifiera konto",FI="Ange engångskod",HI="Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.",qI="Välkommen",KI="Välkommen till ditt {{vendorName}}-konto!",WI="Fortsätt med konto",GI="Ja, fortsätt med {{text}}",JI="Ja, fortsätt med detta kontot",ZI={"Server error: Invalid code":"Koden är inte giltig","Wrong email or verification code":{"":"Fel e-post eller verifieringskod."},account_detected:DA,account_with_sso_provider:FA,agree_to:HA,and:qA,callback_url_mismatch:KA,callback_url_not_allowed:WA,check_email_title:GA,click_to_sign_up_description:JA,code_email_enter_code:ZA,code_email_subject:YA,code_email_title:XA,code_valid_30_minutes:QA,confirm_password:e4,contact_support:t4,contact_us:n4,continue:"Fortsätt",continue_social_login:i4,continue_with:r4,continue_with_sso_provider_headline:s4,copyright:o4,copyright_sesamy:a4,create_account_description:c4,create_account_email_invalid:l4,create_account_passwords_didnt_match:u4,create_account_title:d4,create_account_weak_password:p4,create_new_account_link:f4,create_password_account_title:h4,currently_logged_in_as:g4,email:_4,email_placeholder:m4,email_validated:y4,email_validated_cta:v4,email_verification_for_signup_sent_description:w4,email_verification_for_signup_sent_title:b4,enter_a_code_btn:k4,enter_email_for_verification_description:x4,enter_new_password_placeholder:S4,enter_password:A4,enter_password_description:I4,enter_your_password_btn:E4,expired_code:C4,fokus_info_message:z4,forgot_password_cta:$4,forgot_password_description:j4,forgot_password_email_sent:N4,forgot_password_link:O4,forgot_password_title:B4,go_back:T4,"invalid-email":"Ogiltig e-postadress",invalid_password:R4,invalid_session_body:P4,invalid_session_title:L4,link_email_click_to_login:U4,link_email_login:V4,link_email_or_enter_code:M4,link_page_body:D4,link_page_headline:F4,logged_in_as:H4,login:q4,login_description:K4,login_description_code:W4,login_description_link:G4,logout:J4,no_use_another:Z4,or:Y4,password:X4,password_has_been_reset:Q4,password_has_been_reset_title:eI,password_reset_subject:tI,password_reset_title:nI,privacy_policy:iI,redirecting:rI,reenter_new_password_placeholder:sI,register_password_account:oI,resend_code:aI,reset_password_cta:cI,reset_password_description:lI,reset_password_email_click_to_reset:uI,reset_password_email_cta:dI,reset_password_email_reset:pI,reset_password_subject:fI,reset_password_title:hI,send:gI,send_me_a_new_magic_link:_I,sent_code_spam:mI,set_password:yI,sign_in:vI,signup:wI,signup_success:bI,spotify_already_linked_body:kI,spotify_already_linked_cta:xI,spotify_already_linked_step1_body:SI,spotify_already_linked_step1_title:AI,spotify_already_linked_step2_body:II,spotify_already_linked_step2_title:EI,spotify_already_linked_title:CI,support_info:zI,terms:$I,unverified_email:jI,user_account_does_not_exist:NI,user_not_found:OI,user_not_found_body:BI,user_not_found_cta:TI,validate_code:RI,validate_email_body:PI,validate_email_title:LI,verify_email_click_to_verify:UI,verify_email_subject:VI,verify_email_title:MI,verify_email_verify:DI,verify_your_email:FI,we_sent_a_code_to:HI,welcome:qI,welcome_to_your_account:KI,yes_continue:WI,yes_continue_with:GI,yes_continue_with_existing_account:JI},YI="Wykryto konto",XI="Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem",QI="Logując się, wyrażasz zgodę na nasze",e3="i",t3="Niezgodność adresu URL wywołania zwrotnego",n3="Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.",i3="kontynuować z użytkownikiem",r3="Kliknij przycisk, aby utworzyć nowe konto z hasłem.",s3="Wpisz kod na stronie {{vendorName}}, aby się zalogować.",o3="Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.",a3="Witamy na {{vendorName}}! {{code}} to kod logowania.",c3="Kod jest ważny przez 30 minut",l3="Potwierdź hasło",u3="Potrzebujesz pomocy?",d3="Skontaktuj się z nami",p3="lub kontynuować korzystanie z konta społecznościowego",f3="Kontynuuj {{provider}}",h3="Czy chcesz kontynuować korzystanie z istniejącego konta?",g3="Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.",_3="©2023 Sesamy",m3="Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.",y3="Wprowadź prawidłowy adres e-mail.",v3="Hasła nie są zgodne. Spróbuj ponownie.",w3="Wybierz hasło",b3="Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.",k3="Utwórz nowe konto",x3="Zarejestruj się przy użyciu hasła",S3="Jesteś obecnie zalogowany jako <0>{{email}}</0>",A3="E-mail",I3="Adres e-mail",E3="Twój adres e-mail został zweryfikowany",C3="Teraz wprowadź hasło, aby zalogować się ponownie",z3="Wiadomość e-mail została wysłana do <0>{{email}}</0> z linkiem weryfikacyjnym. Kliknij łącze, aby zweryfikować swój adres e-mail i ustawić hasło.",$3="Wysłano weryfikację e-mail",j3="Wprowadź kod",N3="Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.",O3="Wprowadź nowe hasło",B3="Wprowadź hasło",T3="Wprowadź swój adres e-mail i hasło, aby się zalogować.",R3="Wprowadź hasło",P3="Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.",L3="Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>",U3="Wyślij wiadomość e-mail z resetem hasła",V3="Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.",M3="Wysłano wiadomość e-mail z resetem hasła",D3="Zapomniałeś hasła?",F3="Zapomniałeś hasła?",H3="Wróć",q3="Nieprawidłowe hasło",K3=`Link jest już nieaktualny.
|
|
209
239
|
|
|
210
240
|
Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
|
|
211
241
|
|
|
212
|
-
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,
|
|
242
|
+
Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,W3="Nieprawidłowy link",G3="Kliknij przycisk, aby się zalogować",J3="Zaloguj się",Z3="Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.",Y3="Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}",X3="Połącz swoje konto z {{service}}",Q3="Jesteś zalogowany jako",eE="Logowanie",tE="Wprowadź swój adres e-mail, aby się zalogować.",nE="Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.",iE="Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.",rE="Wylogowanie",sE="Nie, chcę użyć innego konta",oE="lub",aE="Hasło",cE="Hasło zostało zresetowane",lE="Sukces",uE="Zmień hasło do konta {{vendorName}} ",dE="Zmiana hasła do konta {{vendorName}} ",pE="Polityka prywatności",fE="Przekierowanie",hE="Potwierdź hasło",gE="Zarejestruj nowe hasło",_E="Wyślij ponownie kod",mE="Zmiana hasła",yE="Wprowadź poniżej nowe hasło do konta e-mail: ",vE="Kliknij przycisk, aby zresetować hasło",wE="Kliknij przycisk, aby zresetować hasło",bE="Zmień hasło",kE="Zmiana hasła do konta {{vendorName}} ",xE="Resetowanie hasła",SE="Wyślij",AE="Wyślij mi nowy magiczny link",IE="Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.",EE="Ustaw hasło",CE="Zaloguj się",zE="Rejestracja",$E="Rejestracja zakończona sukcesem",jE="Wygląda na to, że Twoje konto Spotify jest obecnie połączone z innym kontem Sesamy. Ale nie martw się, jesteśmy tutaj, aby poprowadzić Cię przez proces, aby to naprawić.",NE="Przejdź do strony dostępu do treści Spotify",OE='Zacznijmy od odłączenia konta Spotify. Kliknij poniższy przycisk, aby przejść do strony dostępu do treści Spotify. Po zalogowaniu się na swoje konto Spotify, znajdź Sesamy na liście połączonych platform. Kliknij "Odłącz" obok logo Sesamy.',BE="Krok 1: Odłącz swoje konto Spotify",TE="Po pomyślnym odłączeniu konta Spotify możesz ponownie połączyć je z Sesamy. Wystarczy powtórzyć poprzednie kroki, które doprowadziły Cię do tej strony.",RE="Krok 2: Połącz ponownie swoje konto Spotify z Sesamy",PE="Ups! Twoje konto Spotify jest już połączone",LE="Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami",UE="Zasady i warunki",VE="Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą",ME="Konto użytkownika nie istnieje",DE="Konto użytkownika nie istnieje",FE="Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.",HE="Spróbuj ponownie.",qE="Sprawdź poprawność kodu",KE="Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.",WE="Zarejestrowany",GE="Kliknij przycisk, aby zweryfikować swój adres e-mail",JE="Potwierdź swój adres e-mail",ZE="Potwierdź swój adres e-mail",YE="Zweryfikuj konto",XE="Zweryfikuj swój adres e-mail",QE="Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.",e6="Witamy",t6="Witamy na koncie {{vendorName}}!",n6="Kontynuuj korzystanie z tego konta",i6="Tak, kontynuuj {{text}}",r6="Tak, kontynuuj korzystanie z istniejącego konta",s6={"Server error: Invalid code":"Nieprawidłowy kod","Wrong email or verification code":{"":"Nieprawidłowy adres e-mail lub kod weryfikacyjny."},account_detected:YI,account_with_sso_provider:XI,agree_to:QI,and:e3,callback_url_mismatch:t3,callback_url_not_allowed:n3,check_email_title:i3,click_to_sign_up_description:r3,code_email_enter_code:s3,code_email_subject:o3,code_email_title:a3,code_valid_30_minutes:c3,confirm_password:l3,contact_support:u3,contact_us:d3,continue:"Kontynuuj",continue_social_login:p3,continue_with:f3,continue_with_sso_provider_headline:h3,copyright:g3,copyright_sesamy:_3,create_account_description:m3,create_account_email_invalid:y3,create_account_passwords_didnt_match:v3,create_account_title:w3,create_account_weak_password:b3,create_new_account_link:k3,create_password_account_title:x3,currently_logged_in_as:S3,email:A3,email_placeholder:I3,email_validated:E3,email_validated_cta:C3,email_verification_for_signup_sent_description:z3,email_verification_for_signup_sent_title:$3,enter_a_code_btn:j3,enter_email_for_verification_description:N3,enter_new_password_placeholder:O3,enter_password:B3,enter_password_description:T3,enter_your_password_btn:R3,expired_code:P3,fokus_info_message:L3,forgot_password_cta:U3,forgot_password_description:V3,forgot_password_email_sent:M3,forgot_password_link:D3,forgot_password_title:F3,go_back:H3,"invalid-email":"Nieprawidłowy adres e-mail",invalid_password:q3,invalid_session_body:K3,invalid_session_title:W3,link_email_click_to_login:G3,link_email_login:J3,link_email_or_enter_code:Z3,link_page_body:Y3,link_page_headline:X3,logged_in_as:Q3,login:eE,login_description:tE,login_description_code:nE,login_description_link:iE,logout:rE,no_use_another:sE,or:oE,password:aE,password_has_been_reset:cE,password_has_been_reset_title:lE,password_reset_subject:uE,password_reset_title:dE,privacy_policy:pE,redirecting:fE,reenter_new_password_placeholder:hE,register_password_account:gE,resend_code:_E,reset_password_cta:mE,reset_password_description:yE,reset_password_email_click_to_reset:vE,reset_password_email_cta:wE,reset_password_email_reset:bE,reset_password_subject:kE,reset_password_title:xE,send:SE,send_me_a_new_magic_link:AE,sent_code_spam:IE,set_password:EE,sign_in:CE,signup:zE,signup_success:$E,spotify_already_linked_body:jE,spotify_already_linked_cta:NE,spotify_already_linked_step1_body:OE,spotify_already_linked_step1_title:BE,spotify_already_linked_step2_body:TE,spotify_already_linked_step2_title:RE,spotify_already_linked_title:PE,support_info:LE,terms:UE,unverified_email:VE,user_account_does_not_exist:ME,user_not_found:DE,user_not_found_body:FE,user_not_found_cta:HE,validate_code:qE,validate_email_body:KE,validate_email_title:WE,verify_email_click_to_verify:GE,verify_email_subject:JE,verify_email_title:ZE,verify_email_verify:YE,verify_your_email:XE,we_sent_a_code_to:QE,welcome:e6,welcome_to_your_account:t6,yes_continue:n6,yes_continue_with:i6,yes_continue_with_existing_account:r6},o6="Zjištěný účet",a6="Zjistili jsme, že jste si již vytvořili účet prostřednictvím",c6="Přihlášením souhlasíte s našimi",l6="a",u6="Neshoda adresy URL zpětného volání",d6="Zadané redirect_uri není v seznamu povolených zpětných adres URL.",p6="pokračovat s uživatelem",f6="Klikněte na tlačítko pro vytvoření nového účtu s heslem.",h6="Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.",g6="Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.",_6="Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.",m6="Kód je platný po dobu 30 minut",y6="Potvrzení hesla",v6="Potřebujete pomoc?",w6="Kontaktujte nás",b6="nebo pokračovat v sociálním účtu",k6="Pokračovat s {{provider}}",x6="Chcete pokračovat ve svém stávajícím účtu?",S6="Copyright © 2023 SESAMY. Všechna práva vyhrazena.",A6="©2023 Sesamy",I6="Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.",E6="Zadejte prosím platnou e-mailovou adresu.",C6="Hesla se neshodovala. Zkuste to znovu.",z6="Zvolte heslo",$6="Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.",j6="Vytvořit nový účet",N6="Zaregistrujte se pomocí hesla",O6="V současné době jste přihlášeni jako <0>{{email}}</0>",B6="E-mail",T6="E-mailová adresa",R6="Vaše e-mailová adresa byla ověřena",P6="Nyní zadejte své heslo a znovu se přihlaste",L6="E-mail byl odeslán na adresu <0>{{email}}</0> s ověřovacím odkazem. Kliknutím na odkaz ověřte svou e-mailovou adresu a nastavte heslo.",U6="Ověření e-mailem odesláno",V6="Zadejte kód",M6="Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.",D6="Zadejte nové heslo",F6="Zadejte heslo",H6="Pro přihlášení zadejte svou e-mailovou adresu a heslo.",q6="Zadejte své heslo",K6="Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.",W6="Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>",G6="Odeslání e-mailu pro obnovení hesla",J6="Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.",Z6="Odeslání e-mailu s žádostí o obnovení hesla",Y6="Zapomněli jste heslo?",X6="Zapomněli jste heslo?",Q6="Vrátit se zpět",eC="Neplatné heslo",tC=`Odkaz již není platný.
|
|
213
243
|
|
|
214
244
|
Ujistěte se, že jste odkaz na přihlášení otevřeli ve stejném prohlížeči, ve kterém jste přihlášení zahájili.
|
|
215
245
|
|
|
216
|
-
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,
|
|
246
|
+
Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,nC="Neplatný odkaz",iC="Kliknutím na tlačítko se přihlásíte",rC="Přihlášení",sC="Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.",oC="Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}",aC="Propojte svůj účet s {{service}}",cC="Jste přihlášeni jako",lC="Přihlášení",uC="Pro přihlášení zadejte svou e-mailovou adresu.",dC="Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.",pC="Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.",fC="Odhlášení",hC="Ne, chci použít jiný účet",gC="nebo",_C="Heslo",mC="Heslo bylo resetováno",yC="Úspěch",vC="Změna hesla k účtu {{vendorName}} ",wC="Změna hesla k účtu {{vendorName}} ",bC="Zásady ochrany osobních údajů",kC="Přesměrování",xC="Potvrzení hesla",SC="Registrace nového hesla",AC="Opětovné odeslání kódu",IC="Změna hesla",EC="Níže zadejte nové heslo k e-mailovému účtu: ",CC="Kliknutím na tlačítko obnovíte své heslo",zC="Kliknutím na tlačítko obnovíte své heslo",$C="Obnovení hesla",jC="Změna hesla k účtu {{vendorName}} ",NC="Obnovení hesla",OC="Odeslat",BC="Pošlete mi nový kouzelný odkaz",TC="Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.",RC="Nastavení hesla",PC="Přihlásit se",LC="Registrace",UC="Úspěšná registrace",VC="Zdá se, že váš účet Spotify je v současné době propojen s jiným účtem Sesamy. Ale nebojte se, jsme tu, abychom vás provedli procesem, jak to napravit.",MC="Přejděte na stránku Spotify pro přístup k obsahu",DC='Začněme odpojením účtu Spotify. Kliknutím na tlačítko níže přejděte na stránku přístupu k obsahu služby Spotify. Po přihlášení k účtu Spotify najděte v seznamu připojených platforem položku Sesamy. Klikněte na tlačítko "Unlink" vedle loga Sesamy.',FC="Krok 1: Odpojení účtu Spotify",HC="Po úspěšném odpojení účtu Spotify jej můžete znovu propojit se službou Sesamy. Stačí zopakovat předchozí kroky, které vás přivedly na tuto stránku.",qC="Krok 2: Propojení účtu Spotify s aplikací Sesamy",KC="Ups! Váš účet Spotify je již propojen",WC="Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.",GC="Podmínky a pravidla",JC="Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.",ZC="Uživatelský účet neexistuje",YC="Uživatelský účet neexistuje",XC="Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.",QC="Zkuste to znovu.",ez="Ověření kódu",tz="Pokyny k ověření e-mailu najdete ve své e-mailové schránce.",nz="Zaregistrovali jste se",iz="Klikněte na tlačítko pro ověření e-mailové adresy",rz="Ověřte svou e-mailovou adresu",sz="Ověřte svou e-mailovou adresu",oz="Ověření účtu",az="Ověření e-mailu",cz="Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.",lz="Vítejte na",uz="Vítejte na svém účtu {{vendorName}}!",dz="Pokračujte s tímto účtem",pz="Ano, pokračujte {{text}}",fz="Ano, pokračujte ve stávajícím účtu",hz={"Server error: Invalid code":"Neplatný kód","Wrong email or verification code":{"":"Špatný e-mail nebo ověřovací kód."},account_detected:o6,account_with_sso_provider:a6,agree_to:c6,and:l6,callback_url_mismatch:u6,callback_url_not_allowed:d6,check_email_title:p6,click_to_sign_up_description:f6,code_email_enter_code:h6,code_email_subject:g6,code_email_title:_6,code_valid_30_minutes:m6,confirm_password:y6,contact_support:v6,contact_us:w6,continue:"Pokračovat",continue_social_login:b6,continue_with:k6,continue_with_sso_provider_headline:x6,copyright:S6,copyright_sesamy:A6,create_account_description:I6,create_account_email_invalid:E6,create_account_passwords_didnt_match:C6,create_account_title:z6,create_account_weak_password:$6,create_new_account_link:j6,create_password_account_title:N6,currently_logged_in_as:O6,email:B6,email_placeholder:T6,email_validated:R6,email_validated_cta:P6,email_verification_for_signup_sent_description:L6,email_verification_for_signup_sent_title:U6,enter_a_code_btn:V6,enter_email_for_verification_description:M6,enter_new_password_placeholder:D6,enter_password:F6,enter_password_description:H6,enter_your_password_btn:q6,expired_code:K6,fokus_info_message:W6,forgot_password_cta:G6,forgot_password_description:J6,forgot_password_email_sent:Z6,forgot_password_link:Y6,forgot_password_title:X6,go_back:Q6,"invalid-email":"Neplatný e-mail",invalid_password:eC,invalid_session_body:tC,invalid_session_title:nC,link_email_click_to_login:iC,link_email_login:rC,link_email_or_enter_code:sC,link_page_body:oC,link_page_headline:aC,logged_in_as:cC,login:lC,login_description:uC,login_description_code:dC,login_description_link:pC,logout:fC,no_use_another:hC,or:gC,password:_C,password_has_been_reset:mC,password_has_been_reset_title:yC,password_reset_subject:vC,password_reset_title:wC,privacy_policy:bC,redirecting:kC,reenter_new_password_placeholder:xC,register_password_account:SC,resend_code:AC,reset_password_cta:IC,reset_password_description:EC,reset_password_email_click_to_reset:CC,reset_password_email_cta:zC,reset_password_email_reset:$C,reset_password_subject:jC,reset_password_title:NC,send:OC,send_me_a_new_magic_link:BC,sent_code_spam:TC,set_password:RC,sign_in:PC,signup:LC,signup_success:UC,spotify_already_linked_body:VC,spotify_already_linked_cta:MC,spotify_already_linked_step1_body:DC,spotify_already_linked_step1_title:FC,spotify_already_linked_step2_body:HC,spotify_already_linked_step2_title:qC,spotify_already_linked_title:KC,support_info:WC,terms:GC,unverified_email:JC,user_account_does_not_exist:ZC,user_not_found:YC,user_not_found_body:XC,user_not_found_cta:QC,validate_code:ez,validate_email_body:tz,validate_email_title:nz,verify_email_click_to_verify:iz,verify_email_subject:rz,verify_email_title:sz,verify_email_verify:oz,verify_your_email:az,we_sent_a_code_to:cz,welcome:lz,welcome_to_your_account:uz,yes_continue:dz,yes_continue_with:pz,yes_continue_with_existing_account:fz},gz="Tili havaittu",_z="Olemme havainneet, että olet jo luonut tilin kautta",mz="Kirjautumalla sisään hyväksyt",yz="ja",vz="Takaisinkutsun URL-osoite ei vastaa toisiaan",wz="Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.",bz="jatka käyttäjän kanssa",kz="Klikkaa painiketta luodaksesi uuden salasanatilin.",xz="Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.",Sz="Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.",Az="Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.",Iz="Koodi on voimassa 30 minuuttia",Ez="Vahvista salasana",Cz="Tarvitsetko apua?",zz="Ota yhteyttä",$z="tai jatka sosiaalisella tilillä",jz="Jatka {{provider}}",Nz="Haluatko jatkaa olemassa olevalla tililläsi?",Oz="Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.",Bz="©2023 Sesamy",Tz="Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.",Rz="Kirjoita voimassa oleva sähköpostiosoite.",Pz="Salasanat eivät vastanneet toisiaan. Yritä uudelleen.",Lz="Valitse salasana",Uz="Salasanan on oltava vähintään 8 merkkiä pitkä ja sisällettävä vähintään yksi pieni kirjain, yksi iso kirjain, yksi numero ja yksi symboli.",Vz="Luo uusi tili",Mz="Rekisteröidy salasanalla",Dz="Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>",Fz="Sähköposti",Hz="Sähköpostiosoite",qz="Sähköpostiosoitteesi on vahvistettu",Kz="Kirjoita nyt salasanasi kirjautuaksesi uudelleen",Wz="Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.",Gz="Sähköpostivarmennus lähetetty",Jz="Syötä koodi",Zz="Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.",Yz="Anna uusi salasana",Xz="Anna salasana",Qz="Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.",e$="Syötä salasanasi",t$="Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.",n$="Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>",i$="Lähetä salasanan palautussähköposti",r$="Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.",s$="Salasanan palautussähköposti lähetetty",o$="Unohditko salasanan?",a$="Unohditko salasanan?",c$="Palaa takaisin",l$="Virheellinen salasana",u$=`Linkki ei ole enää voimassa.
|
|
217
247
|
|
|
218
248
|
Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
|
|
219
249
|
|
|
220
|
-
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,
|
|
250
|
+
Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,d$="Virheellinen linkki",p$="Kirjaudu sisään napsauttamalla painiketta",f$="Kirjaudu sisään",h$="Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.",g$="Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}",_$="Yhdistä tilisi {{service}}",m$="Olet kirjautunut sisään nimellä",y$="Kirjaudu sisään",v$="Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.",w$="Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.",b$="Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.",k$="Kirjaudu ulos",x$="Ei, haluan käyttää toista tiliä",S$="tai",A$="Salasana",I$="Salasana on nollattu",E$="Menestys",C$="Vaihda salasana tilillesi {{vendorName}} ",z$="Vaihda salasana tilillesi {{vendorName}} ",$$="Tietosuojakäytäntö",j$="Uudelleenohjaus",N$="Vahvista salasana",O$="Rekisteröi uusi salasana",B$="Lähetä koodi uudelleen",T$="Vaihda salasana",R$="Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ",P$="Napsauta painiketta salasanasi palauttamiseksi",L$="Napsauta painiketta salasanasi palauttamiseksi",U$="Nollaa salasanasi",V$="Vaihda salasana tilillesi {{vendorName}} ",M$="Nollaa salasana",D$="Lähetä",F$="Lähetä minulle uusi maaginen linkki",H$="Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.",q$="Aseta salasana",K$="Kirjaudu sisään",W$="Rekisteröityminen",G$="Rekisteröidy onnistuneesti",J$="Näyttää siltä, että Spotify-tilisi on tällä hetkellä yhdistetty toiseen Sesamy-tiliin. Mutta älä pelkää, me opastamme sinua prosessin läpi, jotta saat tämän korjattua.",Z$="Siirry Spotifyn Content Access -sivulle",Y$='Aloitetaan poistamalla Spotify-tilisi linkitys. Klikkaa alla olevaa painiketta siirtyäksesi Spotifyn Content Access -sivulle. Kun olet kirjautunut sisään Spotify-tilillesi, etsi Sesamy yhdistettyjen alustojen luettelosta. Napsauta "Unlink" Sesamyn logon vieressä.',X$="Vaihe 1: Poista Spotify-tilisi linkitys",Q$="Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.",ej="Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa",tj="Hups! Spotify-tilisi on jo linkitetty",nj="Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.",ij="Ehdot ja edellytykset",rj="Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.",sj="Käyttäjätiliä ei ole olemassa",oj="Käyttäjätiliä ei ole olemassa",aj="Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.",cj="Yritä uudelleen.",lj="Validoi koodi",uj="Tarkista sähköpostin vahvistusohjeet postilaatikostasi.",dj="Rekisteröitynyt",pj="Vahvista sähköpostiosoitteesi napsauttamalla painiketta",fj="Vahvista sähköpostiosoitteesi",hj="Vahvista sähköpostiosoitteesi",gj="Vahvista tili",_j="Vahvista sähköpostiosoitteesi",mj="Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.",yj="Tervetuloa",vj="Tervetuloa tilillesi {{vendorName}}!",wj="Jatka tällä tilillä",bj="Kyllä, jatka {{text}}",kj="Kyllä, jatka olemassa olevalla tilillä",xj={"Server error: Invalid code":"Virheellinen koodi","Wrong email or verification code":{"":"Väärä sähköpostiosoite tai vahvistuskoodi."},account_detected:gz,account_with_sso_provider:_z,agree_to:mz,and:yz,callback_url_mismatch:vz,callback_url_not_allowed:wz,check_email_title:bz,click_to_sign_up_description:kz,code_email_enter_code:xz,code_email_subject:Sz,code_email_title:Az,code_valid_30_minutes:Iz,confirm_password:Ez,contact_support:Cz,contact_us:zz,continue:"Jatka",continue_social_login:$z,continue_with:jz,continue_with_sso_provider_headline:Nz,copyright:Oz,copyright_sesamy:Bz,create_account_description:Tz,create_account_email_invalid:Rz,create_account_passwords_didnt_match:Pz,create_account_title:Lz,create_account_weak_password:Uz,create_new_account_link:Vz,create_password_account_title:Mz,currently_logged_in_as:Dz,email:Fz,email_placeholder:Hz,email_validated:qz,email_validated_cta:Kz,email_verification_for_signup_sent_description:Wz,email_verification_for_signup_sent_title:Gz,enter_a_code_btn:Jz,enter_email_for_verification_description:Zz,enter_new_password_placeholder:Yz,enter_password:Xz,enter_password_description:Qz,enter_your_password_btn:e$,expired_code:t$,fokus_info_message:n$,forgot_password_cta:i$,forgot_password_description:r$,forgot_password_email_sent:s$,forgot_password_link:o$,forgot_password_title:a$,go_back:c$,"invalid-email":"Virheellinen sähköpostiosoite",invalid_password:l$,invalid_session_body:u$,invalid_session_title:d$,link_email_click_to_login:p$,link_email_login:f$,link_email_or_enter_code:h$,link_page_body:g$,link_page_headline:_$,logged_in_as:m$,login:y$,login_description:v$,login_description_code:w$,login_description_link:b$,logout:k$,no_use_another:x$,or:S$,password:A$,password_has_been_reset:I$,password_has_been_reset_title:E$,password_reset_subject:C$,password_reset_title:z$,privacy_policy:$$,redirecting:j$,reenter_new_password_placeholder:N$,register_password_account:O$,resend_code:B$,reset_password_cta:T$,reset_password_description:R$,reset_password_email_click_to_reset:P$,reset_password_email_cta:L$,reset_password_email_reset:U$,reset_password_subject:V$,reset_password_title:M$,send:D$,send_me_a_new_magic_link:F$,sent_code_spam:H$,set_password:q$,sign_in:K$,signup:W$,signup_success:G$,spotify_already_linked_body:J$,spotify_already_linked_cta:Z$,spotify_already_linked_step1_body:Y$,spotify_already_linked_step1_title:X$,spotify_already_linked_step2_body:Q$,spotify_already_linked_step2_title:ej,spotify_already_linked_title:tj,support_info:nj,terms:ij,unverified_email:rj,user_account_does_not_exist:sj,user_not_found:oj,user_not_found_body:aj,user_not_found_cta:cj,validate_code:lj,validate_email_body:uj,validate_email_title:dj,verify_email_click_to_verify:pj,verify_email_subject:fj,verify_email_title:hj,verify_email_verify:gj,verify_your_email:_j,we_sent_a_code_to:mj,welcome:yj,welcome_to_your_account:vj,yes_continue:wj,yes_continue_with:bj,yes_continue_with_existing_account:kj};se.init({supportedLngs:["en","it","nb","sv","pl","cs","fi"],fallbackLng:"en",resources:{en:{translation:xk},it:{translation:NS},nb:{translation:MA},sv:{translation:ZI},pl:{translation:s6},cs:{translation:hz},fi:{translation:xj}}});function Sj(t){const e=new a.OpenAPIHono;e.use(async(s,o)=>(s.env.data=Zv(s,t.dataAdapter),o())),e.get("/",s=>s.json({name:"authhero"}));const n=z0();e.route("/api/v2",n);const i=Sw();e.route("/",i);const r=hb();return e.route("/u",r),{app:e,managementApp:n,oauthApp:i,universalApp:r,createX509Certificate:cc}}exports.Auth0Client=hp;exports.AuthorizationResponseMode=Ht;exports.AuthorizationResponseType=un;exports.CodeChallengeMethod=ms;exports.GrantType=hi;exports.LogTypes=_e;exports.applicationInsertSchema=Sr;exports.applicationSchema=nn;exports.auth0UserResponseSchema=yt;exports.authParamsSchema=_c;exports.baseUserSchema=_s;exports.bordersSchema=vp;exports.brandingSchema=Mo;exports.codeInsertSchema=up;exports.codeSchema=Vg;exports.codeTypeSchema=lp;exports.colorsSchema=wp;exports.connectionInsertSchema=Ar;exports.connectionSchema=Lt;exports.domainInsertSchema=dp;exports.domainSchema=Mg;exports.emailProviderSchema=pr;exports.fontDetailsSchema=en;exports.fontsSchema=bp;exports.hookInsertSchema=Er;exports.hookSchema=$n;exports.identitySchema=op;exports.init=Sj;exports.jwksKeySchema=pp;exports.jwksSchema=mc;exports.logSchema=Cr;exports.loginInsertSchema=fp;exports.loginSchema=Dg;exports.openIDConfigurationSchema=Do;exports.pageBackgroundSchema=kp;exports.parseUserId=Wg;exports.passwordInsertSchema=gp;exports.passwordSchema=Hg;exports.profileDataSchema=sp;exports.promptSettingSchema=dr;exports.refreshTokenInsertSchema=yc;exports.refreshTokenSchema=Kg;exports.samlpAddon=ap;exports.sessionInsertSchema=mp;exports.sessionSchema=ys;exports.signingKeySchema=Fo;exports.tenantInsertSchema=Ir;exports.tenantSchema=Nn;exports.themeInsertSchema=Sp;exports.themeSchema=qg;exports.tokenResponseSchema=yp;exports.totalsSchema=Gt;exports.userInsertSchema=xr;exports.userResponseSchema=Rg;exports.userSchema=gc;exports.vendorSettingsSchema=cp;exports.widgetSchema=xp;
|