authhero 0.136.0 → 0.138.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 CHANGED
@@ -1,14 +1,14 @@
1
- "use strict";var I1=Object.defineProperty;var N1=(t,e,n)=>e in t?I1(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var te=(t,e,n)=>N1(t,typeof e!="symbol"?e+"":e,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@hono/zod-openapi"),ne=t=>typeof t=="string",Tr=()=>{let t,e;const n=new Promise((r,i)=>{t=r,e=i});return n.resolve=t,n.reject=e,n},mu=t=>t==null?"":""+t,C1=(t,e,n)=>{t.forEach(r=>{e[r]&&(n[r]=e[r])})},z1=/###/g,_u=t=>t&&t.indexOf("###")>-1?t.replace(z1,"."):t,yu=t=>!t||ne(t),Dr=(t,e,n)=>{const r=ne(e)?e.split("."):e;let i=0;for(;i<r.length-1;){if(yu(t))return{};const o=_u(r[i]);!t[o]&&n&&(t[o]=new n),Object.prototype.hasOwnProperty.call(t,o)?t=t[o]:t={},++i}return yu(t)?{}:{obj:t,k:_u(r[i])}},vu=(t,e,n)=>{const{obj:r,k:i}=Dr(t,e,Object);if(r!==void 0||e.length===1){r[i]=n;return}let o=e[e.length-1],a=e.slice(0,e.length-1),c=Dr(t,a,Object);for(;c.obj===void 0&&a.length;)o=`${a[a.length-1]}.${o}`,a=a.slice(0,a.length-1),c=Dr(t,a,Object),c!=null&&c.obj&&typeof c.obj[`${c.k}.${o}`]<"u"&&(c.obj=void 0);c.obj[`${c.k}.${o}`]=n},O1=(t,e,n,r)=>{const{obj:i,k:o}=Dr(t,e,Object);i[o]=i[o]||[],i[o].push(n)},fo=(t,e)=>{const{obj:n,k:r}=Dr(t,e);if(n&&Object.prototype.hasOwnProperty.call(n,r))return n[r]},j1=(t,e,n)=>{const r=fo(t,n);return r!==void 0?r:fo(e,n)},g0=(t,e,n)=>{for(const r in e)r!=="__proto__"&&r!=="constructor"&&(r in t?ne(t[r])||t[r]instanceof String||ne(e[r])||e[r]instanceof String?n&&(t[r]=e[r]):g0(t[r],e[r],n):t[r]=e[r]);return t},Hn=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var P1={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const T1=t=>ne(t)?t.replace(/[&<>"'\/]/g,e=>P1[e]):t;class R1{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 r=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,r),this.regExpQueue.push(e),r}}const B1=[" ",",","?","!",";"],L1=new R1(20),U1=(t,e,n)=>{e=e||"",n=n||"";const r=B1.filter(a=>e.indexOf(a)<0&&n.indexOf(a)<0);if(r.length===0)return!0;const i=L1.getRegExp(`(${r.map(a=>a==="?"?"\\?":a).join("|")})`);let o=!i.test(t);if(!o){const a=t.indexOf(n);a>0&&!i.test(t.substring(0,a))&&(o=!0)}return o},Ha=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 r=e.split(n);let i=t;for(let o=0;o<r.length;){if(!i||typeof i!="object")return;let a,c="";for(let l=o;l<r.length;++l)if(l!==o&&(c+=n),c+=r[l],a=i[c],a!==void 0){if(["string","number","boolean"].indexOf(typeof a)>-1&&l<r.length-1)continue;o+=l-o+1;break}i=a}return i},ho=t=>t==null?void 0:t.replace("_","-"),M1={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,r;(r=(n=console==null?void 0:console[t])==null?void 0:n.apply)==null||r.call(n,console,e)}};class go{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||M1,this.options=n,this.debug=n.debug}log(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"log","",!0)}warn(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"warn","",!0)}error(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"error","")}deprecate(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,r,i){return i&&!this.debug?null:(ne(e[0])&&(e[0]=`${r}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new go(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new go(this.logger,e)}}var Et=new go;class ps{constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(r=>{this.observers[r]||(this.observers[r]=new Map);const i=this.observers[r].get(n)||0;this.observers[r].set(n,i+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,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];this.observers[e]&&Array.from(this.observers[e].entries()).forEach(a=>{let[c,l]=a;for(let d=0;d<l;d++)c(...r)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(a=>{let[c,l]=a;for(let d=0;d<l;d++)c.apply(c,[e,...r])})}}class wu extends ps{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,r){var d,u;let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator,a=i.ignoreJSONStructure!==void 0?i.ignoreJSONStructure:this.options.ignoreJSONStructure;let c;e.indexOf(".")>-1?c=e.split("."):(c=[e,n],r&&(Array.isArray(r)?c.push(...r):ne(r)&&o?c.push(...r.split(o)):c.push(r)));const l=fo(this.data,c);return!l&&!n&&!r&&e.indexOf(".")>-1&&(e=c[0],n=c[1],r=c.slice(2).join(".")),l||!a||!ne(r)?l:Ha((u=(d=this.data)==null?void 0:d[e])==null?void 0:u[n],r,o)}addResource(e,n,r,i){let o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const a=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator;let c=[e,n];r&&(c=c.concat(a?r.split(a):r)),e.indexOf(".")>-1&&(c=e.split("."),i=n,n=c[1]),this.addNamespaces(n),vu(this.data,c,i),o.silent||this.emit("added",e,n,r,i)}addResources(e,n,r){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const o in r)(ne(r[o])||Array.isArray(r[o]))&&this.addResource(e,n,o,r[o],{silent:!0});i.silent||this.emit("added",e,n,r)}addResourceBundle(e,n,r,i,o){let a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},c=[e,n];e.indexOf(".")>-1&&(c=e.split("."),i=r,r=n,n=c[1]),this.addNamespaces(n);let l=fo(this.data,c)||{};a.skipCopy||(r=JSON.parse(JSON.stringify(r))),i?g0(l,r,o):l={...l,...r},vu(this.data,c,l),a.silent||this.emit("added",e,n,r)}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(i=>n[i]&&Object.keys(n[i]).length>0)}toJSON(){return this.data}}var m0={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,r,i){return t.forEach(o=>{var a;e=((a=this.processors[o])==null?void 0:a.process(e,n,r,i))??e}),e}};const bu={};class mo extends ps{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),C1(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Et.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 r=this.resolve(e,n);return(r==null?void 0:r.res)!==void 0}extractFromKey(e,n){let r=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;r===void 0&&(r=":");const i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let o=n.ns||this.options.defaultNS||[];const a=r&&e.indexOf(r)>-1,c=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!U1(e,r,i);if(a&&!c){const l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:ne(o)?[o]:o};const d=e.split(r);(r!==i||r===i&&this.options.ns.indexOf(d[0])>-1)&&(o=d.shift()),e=d.join(i)}return{key:e,namespaces:ne(o)?[o]:o}}translate(e,n,r){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 i=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,o=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:a,namespaces:c}=this.extractFromKey(e[e.length-1],n),l=c[c.length-1],d=n.lng||this.language,u=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if((d==null?void 0:d.toLowerCase())==="cimode"){if(u){const L=n.nsSeparator||this.options.nsSeparator;return i?{res:`${l}${L}${a}`,usedKey:a,exactUsedKey:a,usedLng:d,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:`${l}${L}${a}`}return i?{res:a,usedKey:a,exactUsedKey:a,usedLng:d,usedNS:l,usedParams:this.getUsedParamsDetails(n)}:a}const f=this.resolve(e,n);let m=f==null?void 0:f.res;const v=(f==null?void 0:f.usedKey)||a,h=(f==null?void 0:f.exactUsedKey)||a,_=Object.prototype.toString.apply(m),w=["[object Number]","[object Function]","[object RegExp]"],k=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,I=!this.i18nFormat||this.i18nFormat.handleAsObject,z=!ne(m)&&typeof m!="boolean"&&typeof m!="number";if(I&&m&&z&&w.indexOf(_)<0&&!(ne(k)&&Array.isArray(m))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const L=this.options.returnedObjectHandler?this.options.returnedObjectHandler(v,m,{...n,ns:c}):`key '${a} (${this.language})' returned an object instead of string.`;return i?(f.res=L,f.usedParams=this.getUsedParamsDetails(n),f):L}if(o){const L=Array.isArray(m),Y=L?[]:{},se=L?h:v;for(const ae in m)if(Object.prototype.hasOwnProperty.call(m,ae)){const ke=`${se}${o}${ae}`;Y[ae]=this.translate(ke,{...n,joinArrays:!1,ns:c}),Y[ae]===ke&&(Y[ae]=m[ae])}m=Y}}else if(I&&ne(k)&&Array.isArray(m))m=m.join(k),m&&(m=this.extendTranslation(m,e,n,r));else{let L=!1,Y=!1;const se=n.count!==void 0&&!ne(n.count),ae=mo.hasDefaultValue(n),ke=se?this.pluralResolver.getSuffix(d,n.count,n):"",Ee=n.ordinal&&se?this.pluralResolver.getSuffix(d,n.count,{ordinal:!1}):"",ze=se&&!n.ordinal&&n.count===0,O=ze&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${ke}`]||n[`defaultValue${Ee}`]||n.defaultValue;!this.isValidLookup(m)&&ae&&(L=!0,m=O),this.isValidLookup(m)||(Y=!0,m=a);const A=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&Y?void 0:m,x=ae&&O!==m&&this.options.updateMissing;if(Y||L||x){if(this.logger.log(x?"updateKey":"missingKey",d,l,a,x?O:m),o){const Q=this.resolve(a,{...n,keySeparator:!1});Q&&Q.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 $=[];const j=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&j&&j[0])for(let Q=0;Q<j.length;Q++)$.push(j[Q]);else this.options.saveMissingTo==="all"?$=this.languageUtils.toResolveHierarchy(n.lng||this.language):$.push(n.lng||this.language);const U=(Q,W,oe)=>{var q;const ue=ae&&oe!==m?oe:A;this.options.missingKeyHandler?this.options.missingKeyHandler(Q,l,W,ue,x,n):(q=this.backendConnector)!=null&&q.saveMissing&&this.backendConnector.saveMissing(Q,l,W,ue,x,n),this.emit("missingKey",Q,l,W,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&se?$.forEach(Q=>{const W=this.pluralResolver.getSuffixes(Q,n);ze&&n[`defaultValue${this.options.pluralSeparator}zero`]&&W.indexOf(`${this.options.pluralSeparator}zero`)<0&&W.push(`${this.options.pluralSeparator}zero`),W.forEach(oe=>{U([Q],a+oe,n[`defaultValue${oe}`]||O)})}):U($,a,O))}m=this.extendTranslation(m,e,n,f,r),Y&&m===a&&this.options.appendNamespaceToMissingKey&&(m=`${l}:${a}`),(Y||L)&&this.options.parseMissingKeyHandler&&(m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${l}:${a}`:a,L?m:void 0))}return i?(f.res=m,f.usedParams=this.getUsedParamsDetails(n),f):m}extendTranslation(e,n,r,i,o){var d,u;var a=this;if((d=this.i18nFormat)!=null&&d.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...r},r.lng||this.language||i.usedLng,i.usedNS,i.usedKey,{resolved:i});else if(!r.skipInterpolation){r.interpolation&&this.interpolator.init({...r,interpolation:{...this.options.interpolation,...r.interpolation}});const f=ne(e)&&(((u=r==null?void 0:r.interpolation)==null?void 0:u.skipOnVariables)!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let m;if(f){const h=e.match(this.interpolator.nestingRegexp);m=h&&h.length}let v=r.replace&&!ne(r.replace)?r.replace:r;if(this.options.interpolation.defaultVariables&&(v={...this.options.interpolation.defaultVariables,...v}),e=this.interpolator.interpolate(e,v,r.lng||this.language||i.usedLng,r),f){const h=e.match(this.interpolator.nestingRegexp),_=h&&h.length;m<_&&(r.nest=!1)}!r.lng&&i&&i.res&&(r.lng=this.language||i.usedLng),r.nest!==!1&&(e=this.interpolator.nest(e,function(){for(var h=arguments.length,_=new Array(h),w=0;w<h;w++)_[w]=arguments[w];return(o==null?void 0:o[0])===_[0]&&!r.context?(a.logger.warn(`It seems you are nesting recursively key: ${_[0]} in key: ${n[0]}`),null):a.translate(..._,n)},r)),r.interpolation&&this.interpolator.reset()}const c=r.postProcess||this.options.postProcess,l=ne(c)?[c]:c;return e!=null&&(l!=null&&l.length)&&r.applyPostProcessor!==!1&&(e=m0.handle(l,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...i,usedParams:this.getUsedParamsDetails(r)},...r}:r,this)),e}resolve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r,i,o,a,c;return ne(e)&&(e=[e]),e.forEach(l=>{if(this.isValidLookup(r))return;const d=this.extractFromKey(l,n),u=d.key;i=u;let f=d.namespaces;this.options.fallbackNS&&(f=f.concat(this.options.fallbackNS));const m=n.count!==void 0&&!ne(n.count),v=m&&!n.ordinal&&n.count===0,h=n.context!==void 0&&(ne(n.context)||typeof n.context=="number")&&n.context!=="",_=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);f.forEach(w=>{var k,I;this.isValidLookup(r)||(c=w,!bu[`${_[0]}-${w}`]&&((k=this.utils)!=null&&k.hasLoadedNamespace)&&!((I=this.utils)!=null&&I.hasLoadedNamespace(c))&&(bu[`${_[0]}-${w}`]=!0,this.logger.warn(`key "${i}" for languages "${_.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!!!")),_.forEach(z=>{var se;if(this.isValidLookup(r))return;a=z;const L=[u];if((se=this.i18nFormat)!=null&&se.addLookupKeys)this.i18nFormat.addLookupKeys(L,u,z,w,n);else{let ae;m&&(ae=this.pluralResolver.getSuffix(z,n.count,n));const ke=`${this.options.pluralSeparator}zero`,Ee=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(L.push(u+ae),n.ordinal&&ae.indexOf(Ee)===0&&L.push(u+ae.replace(Ee,this.options.pluralSeparator)),v&&L.push(u+ke)),h){const ze=`${u}${this.options.contextSeparator}${n.context}`;L.push(ze),m&&(L.push(ze+ae),n.ordinal&&ae.indexOf(Ee)===0&&L.push(ze+ae.replace(Ee,this.options.pluralSeparator)),v&&L.push(ze+ke))}}let Y;for(;Y=L.pop();)this.isValidLookup(r)||(o=Y,r=this.getResource(z,w,Y,n))}))})}),{res:r,usedKey:i,exactUsedKey:o,usedLng:a,usedNS:c}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,r){var o;let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return(o=this.i18nFormat)!=null&&o.getResource?this.i18nFormat.getResource(e,n,r,i):this.resourceStore.getResource(e,n,r,i)}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"],r=e.replace&&!ne(e.replace);let i=r?e.replace:e;if(r&&typeof e.count<"u"&&(i.count=e.count),this.options.interpolation.defaultVariables&&(i={...this.options.interpolation.defaultVariables,...i}),!r){i={...i};for(const o of n)delete i[o]}return i}static hasDefaultValue(e){const n="defaultValue";for(const r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&n===r.substring(0,n.length)&&e[r]!==void 0)return!0;return!1}}class $u{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Et.create("languageUtils")}getScriptPartFromCode(e){if(e=ho(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=ho(e),!e||e.indexOf("-")<0)return e;const n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(ne(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(r=>{if(n)return;const i=this.formatLanguageCode(r);(!this.options.supportedLngs||this.isSupportedCode(i))&&(n=i)}),!n&&this.options.supportedLngs&&e.forEach(r=>{if(n)return;const i=this.getLanguagePartFromCode(r);if(this.isSupportedCode(i))return n=i;n=this.options.supportedLngs.find(o=>{if(o===i)return o;if(!(o.indexOf("-")<0&&i.indexOf("-")<0)&&(o.indexOf("-")>0&&i.indexOf("-")<0&&o.substring(0,o.indexOf("-"))===i||o.indexOf(i)===0&&i.length>1))return o})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),ne(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let r=e[n];return r||(r=e[this.getScriptPartFromCode(n)]),r||(r=e[this.formatLanguageCode(n)]),r||(r=e[this.getLanguagePartFromCode(n)]),r||(r=e.default),r||[]}toResolveHierarchy(e,n){const r=this.getFallbackCodes(n||this.options.fallbackLng||[],e),i=[],o=a=>{a&&(this.isSupportedCode(a)?i.push(a):this.logger.warn(`rejecting language code not found in supportedLngs: ${a}`))};return ne(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&o(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&o(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&o(this.getLanguagePartFromCode(e))):ne(e)&&o(this.formatLanguageCode(e)),r.forEach(a=>{i.indexOf(a)<0&&o(this.formatLanguageCode(a))}),i}}const xu={zero:0,one:1,two:2,few:3,many:4,other:5},ku={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class F1{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=e,this.options=n,this.logger=Et.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 r=ho(e==="dev"?"en":e),i=n.ordinal?"ordinal":"cardinal",o=JSON.stringify({cleanedCode:r,type:i});if(o in this.pluralRulesCache)return this.pluralRulesCache[o];let a;try{a=new Intl.PluralRules(r,{type:i})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),ku;if(!e.match(/-|_/))return ku;const l=this.languageUtils.getLanguagePartFromCode(e);a=this.getRule(l,n)}return this.pluralRulesCache[o]=a,a}needsPlural(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=this.getRule(e,n);return r||(r=this.getRule("dev",n)),(r==null?void 0:r.resolvedOptions().pluralCategories.length)>1}getPluralFormsOfKey(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(e,r).map(i=>`${n}${i}`)}getSuffixes(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=this.getRule(e,n);return r||(r=this.getRule("dev",n)),r?r.resolvedOptions().pluralCategories.sort((i,o)=>xu[i]-xu[o]).map(i=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${i}`):[]}getSuffix(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const i=this.getRule(e,r);return i?`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${i.select(n)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",n,r))}}const Su=function(t,e,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=j1(t,e,n);return!o&&i&&ne(n)&&(o=Ha(t,n,r),o===void 0&&(o=Ha(e,n,r))),o},ba=t=>t.replace(/\$/g,"$$$$");class D1{constructor(){var n;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Et.create("interpolator"),this.options=e,this.format=((n=e==null?void 0:e.interpolation)==null?void 0:n.format)||(r=>r),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:r,useRawValueToEscape:i,prefix:o,prefixEscaped:a,suffix:c,suffixEscaped:l,formatSeparator:d,unescapeSuffix:u,unescapePrefix:f,nestingPrefix:m,nestingPrefixEscaped:v,nestingSuffix:h,nestingSuffixEscaped:_,nestingOptionsSeparator:w,maxReplaces:k,alwaysFormat:I}=e.interpolation;this.escape=n!==void 0?n:T1,this.escapeValue=r!==void 0?r:!0,this.useRawValueToEscape=i!==void 0?i:!1,this.prefix=o?Hn(o):a||"{{",this.suffix=c?Hn(c):l||"}}",this.formatSeparator=d||",",this.unescapePrefix=u?"":f||"-",this.unescapeSuffix=this.unescapePrefix?"":u||"",this.nestingPrefix=m?Hn(m):v||Hn("$t("),this.nestingSuffix=h?Hn(h):_||Hn(")"),this.nestingOptionsSeparator=w||",",this.maxReplaces=k||1e3,this.alwaysFormat=I!==void 0?I:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(n,r)=>(n==null?void 0:n.source)===r?(n.lastIndex=0,n):new RegExp(r,"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,r,i){var v;let o,a,c;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},d=h=>{if(h.indexOf(this.formatSeparator)<0){const I=Su(n,l,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(I,void 0,r,{...i,...n,interpolationkey:h}):I}const _=h.split(this.formatSeparator),w=_.shift().trim(),k=_.join(this.formatSeparator).trim();return this.format(Su(n,l,w,this.options.keySeparator,this.options.ignoreJSONStructure),k,r,{...i,...n,interpolationkey:w})};this.resetRegExp();const u=(i==null?void 0:i.missingInterpolationHandler)||this.options.missingInterpolationHandler,f=((v=i==null?void 0:i.interpolation)==null?void 0:v.skipOnVariables)!==void 0?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:h=>ba(h)},{regex:this.regexp,safeValue:h=>this.escapeValue?ba(this.escape(h)):ba(h)}].forEach(h=>{for(c=0;o=h.regex.exec(e);){const _=o[1].trim();if(a=d(_),a===void 0)if(typeof u=="function"){const k=u(e,o,i);a=ne(k)?k:""}else if(i&&Object.prototype.hasOwnProperty.call(i,_))a="";else if(f){a=o[0];continue}else this.logger.warn(`missed to pass in variable ${_} for interpolating ${e}`),a="";else!ne(a)&&!this.useRawValueToEscape&&(a=mu(a));const w=h.safeValue(a);if(e=e.replace(o[0],w),f?(h.regex.lastIndex+=a.length,h.regex.lastIndex-=o[0].length):h.regex.lastIndex=0,c++,c>=this.maxReplaces)break}}),e}nest(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i,o,a;const c=(l,d)=>{const u=this.nestingOptionsSeparator;if(l.indexOf(u)<0)return l;const f=l.split(new RegExp(`${u}[ ]*{`));let m=`{${f[1]}`;l=f[0],m=this.interpolate(m,a);const v=m.match(/'/g),h=m.match(/"/g);(((v==null?void 0:v.length)??0)%2===0&&!h||h.length%2!==0)&&(m=m.replace(/'/g,'"'));try{a=JSON.parse(m),d&&(a={...d,...a})}catch(_){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,_),`${l}${u}${m}`}return a.defaultValue&&a.defaultValue.indexOf(this.prefix)>-1&&delete a.defaultValue,l};for(;i=this.nestingRegexp.exec(e);){let l=[];a={...r},a=a.replace&&!ne(a.replace)?a.replace:a,a.applyPostProcessor=!1,delete a.defaultValue;let d=!1;if(i[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(i[1])){const u=i[1].split(this.formatSeparator).map(f=>f.trim());i[1]=u.shift(),l=u,d=!0}if(o=n(c.call(this,i[1].trim(),a),a),o&&i[0]===e&&!ne(o))return o;ne(o)||(o=mu(o)),o||(this.logger.warn(`missed to resolve ${i[1]} for nesting ${e}`),o=""),d&&(o=l.reduce((u,f)=>this.format(u,f,r.lng,{...r,interpolationkey:i[1].trim()}),o.trim())),e=e.replace(i[0],o),this.regexp.lastIndex=0}return e}}const V1=t=>{let e=t.toLowerCase().trim();const n={};if(t.indexOf("(")>-1){const r=t.split("(");e=r[0].toLowerCase().trim();const i=r[1].substring(0,r[1].length-1);e==="currency"&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):e==="relativetime"&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach(a=>{if(a){const[c,...l]=a.split(":"),d=l.join(":").trim().replace(/^'+|'+$/g,""),u=c.trim();n[u]||(n[u]=d),d==="false"&&(n[u]=!1),d==="true"&&(n[u]=!0),isNaN(d)||(n[u]=parseInt(d,10))}})}return{formatName:e,formatOptions:n}},Kn=t=>{const e={};return(n,r,i)=>{let o=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(o={...o,[i.interpolationkey]:void 0});const a=r+JSON.stringify(o);let c=e[a];return c||(c=t(ho(r),i),e[a]=c),c(n)}};class q1{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Et.create("formatter"),this.options=e,this.formats={number:Kn((n,r)=>{const i=new Intl.NumberFormat(n,{...r});return o=>i.format(o)}),currency:Kn((n,r)=>{const i=new Intl.NumberFormat(n,{...r,style:"currency"});return o=>i.format(o)}),datetime:Kn((n,r)=>{const i=new Intl.DateTimeFormat(n,{...r});return o=>i.format(o)}),relativetime:Kn((n,r)=>{const i=new Intl.RelativeTimeFormat(n,{...r});return o=>i.format(o,r.range||"day")}),list:Kn((n,r)=>{const i=new Intl.ListFormat(n,{...r});return o=>i.format(o)})},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()]=Kn(n)}format(e,n,r){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=n.split(this.formatSeparator);if(o.length>1&&o[0].indexOf("(")>1&&o[0].indexOf(")")<0&&o.find(c=>c.indexOf(")")>-1)){const c=o.findIndex(l=>l.indexOf(")")>-1);o[0]=[o[0],...o.splice(1,c)].join(this.formatSeparator)}return o.reduce((c,l)=>{var f;const{formatName:d,formatOptions:u}=V1(l);if(this.formats[d]){let m=c;try{const v=((f=i==null?void 0:i.formatParams)==null?void 0:f[i.interpolationkey])||{},h=v.locale||v.lng||i.locale||i.lng||r;m=this.formats[d](c,h,{...u,...i,...v})}catch(v){this.logger.warn(v)}return m}else this.logger.warn(`there was no format function for ${d}`);return c},e)}}const H1=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class K1 extends ps{constructor(e,n,r){var o,a;let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=e,this.store=n,this.services=r,this.languageUtils=r.languageUtils,this.options=i,this.logger=Et.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=i.maxParallelReads||10,this.readingCalls=0,this.maxRetries=i.maxRetries>=0?i.maxRetries:5,this.retryTimeout=i.retryTimeout>=1?i.retryTimeout:350,this.state={},this.queue=[],(a=(o=this.backend)==null?void 0:o.init)==null||a.call(o,r,i.backend,i)}queueLoad(e,n,r,i){const o={},a={},c={},l={};return e.forEach(d=>{let u=!0;n.forEach(f=>{const m=`${d}|${f}`;!r.reload&&this.store.hasResourceBundle(d,f)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?a[m]===void 0&&(a[m]=!0):(this.state[m]=1,u=!1,a[m]===void 0&&(a[m]=!0),o[m]===void 0&&(o[m]=!0),l[f]===void 0&&(l[f]=!0)))}),u||(c[d]=!0)}),(Object.keys(o).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:i}),{toLoad:Object.keys(o),pending:Object.keys(a),toLoadLanguages:Object.keys(c),toLoadNamespaces:Object.keys(l)}}loaded(e,n,r){const i=e.split("|"),o=i[0],a=i[1];n&&this.emit("failedLoading",o,a,n),!n&&r&&this.store.addResourceBundle(o,a,r,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&r&&(this.state[e]=0);const c={};this.queue.forEach(l=>{O1(l.loaded,[o],a),H1(l,e),n&&l.errors.push(n),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(d=>{c[d]||(c[d]={});const u=l.loaded[d];u.length&&u.forEach(f=>{c[d][f]===void 0&&(c[d][f]=!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,r){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,o=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:n,fcName:r,tried:i,wait:o,callback:a});return}this.readingCalls++;const c=(d,u)=>{if(this.readingCalls--,this.waitingReads.length>0){const f=this.waitingReads.shift();this.read(f.lng,f.ns,f.fcName,f.tried,f.wait,f.callback)}if(d&&u&&i<this.maxRetries){setTimeout(()=>{this.read.call(this,e,n,r,i+1,o*2,a)},o);return}a(d,u)},l=this.backend[r].bind(this.backend);if(l.length===2){try{const d=l(e,n);d&&typeof d.then=="function"?d.then(u=>c(null,u)).catch(c):c(null,d)}catch(d){c(d)}return}return l(e,n,c)}prepareLoading(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=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."),i&&i();ne(e)&&(e=this.languageUtils.toResolveHierarchy(e)),ne(n)&&(n=[n]);const o=this.queueLoad(e,n,r,i);if(!o.toLoad.length)return o.pending.length||i(),null;o.toLoad.forEach(a=>{this.loadOne(a)})}load(e,n,r){this.prepareLoading(e,n,{},r)}reload(e,n,r){this.prepareLoading(e,n,{reload:!0},r)}loadOne(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const r=e.split("|"),i=r[0],o=r[1];this.read(i,o,"read",void 0,void 0,(a,c)=>{a&&this.logger.warn(`${n}loading namespace ${o} for language ${i} failed`,a),!a&&c&&this.logger.log(`${n}loaded namespace ${o} for language ${i}`,c),this.loaded(e,a,c)})}saveMissing(e,n,r,i,o){var l,d,u,f,m;let a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},c=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if((d=(l=this.services)==null?void 0:l.utils)!=null&&d.hasLoadedNamespace&&!((f=(u=this.services)==null?void 0:u.utils)!=null&&f.hasLoadedNamespace(n))){this.logger.warn(`did not save key "${r}" 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(!(r==null||r==="")){if((m=this.backend)!=null&&m.create){const v={...a,isUpdate:o},h=this.backend.create.bind(this.backend);if(h.length<6)try{let _;h.length===5?_=h(e,n,r,i,v):_=h(e,n,r,i),_&&typeof _.then=="function"?_.then(w=>c(null,w)).catch(c):c(null,_)}catch(_){c(_)}else h(e,n,r,i,c,v)}!e||!e[0]||this.store.addResource(e[0],n,r,i)}}}const Au=()=>({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]),ne(t[1])&&(e.defaultValue=t[1]),ne(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const n=t[3]||t[2];Object.keys(n).forEach(r=>{e[r]=n[r]})}return e},interpolation:{escapeValue:!0,format:t=>t,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),Eu=t=>{var e,n;return ne(t.ns)&&(t.ns=[t.ns]),ne(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),ne(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},Vi=()=>{},G1=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})};class Jr extends ps{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=Eu(e),this.services={},this.logger=Et,this.modules={external:[]},G1(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]:{},r=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(r=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(ne(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const i=Au();this.options={...i,...this.options,...Eu(n)},this.options.interpolation={...i.interpolation,...this.options.interpolation},n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const o=u=>u?typeof u=="function"?new u:u:null;if(!this.options.isClone){this.modules.logger?Et.init(o(this.modules.logger),this.options):Et.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:u=q1;const f=new $u(this.options);this.store=new wu(this.options.resources,this.options);const m=this.services;m.logger=Et,m.resourceStore=this.store,m.languageUtils=f,m.pluralResolver=new F1(f,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),u&&(!this.options.interpolation.format||this.options.interpolation.format===i.interpolation.format)&&(m.formatter=o(u),m.formatter.init(m,this.options),this.options.interpolation.format=m.formatter.format.bind(m.formatter)),m.interpolator=new D1(this.options),m.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},m.backendConnector=new K1(o(this.modules.backend),m.resourceStore,m,this.options),m.backendConnector.on("*",function(v){for(var h=arguments.length,_=new Array(h>1?h-1:0),w=1;w<h;w++)_[w-1]=arguments[w];e.emit(v,..._)}),this.modules.languageDetector&&(m.languageDetector=o(this.modules.languageDetector),m.languageDetector.init&&m.languageDetector.init(m,this.options.detection,this.options)),this.modules.i18nFormat&&(m.i18nFormat=o(this.modules.i18nFormat),m.i18nFormat.init&&m.i18nFormat.init(this)),this.translator=new mo(this.services,this.options),this.translator.on("*",function(v){for(var h=arguments.length,_=new Array(h>1?h-1:0),w=1;w<h;w++)_[w-1]=arguments[w];e.emit(v,..._)}),this.modules.external.forEach(v=>{v.init&&v.init(this)})}if(this.format=this.options.interpolation.format,r||(r=Vi),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&u[0]!=="dev"&&(this.options.lng=u[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(u=>{this[u]=function(){return e.store[u](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(u=>{this[u]=function(){return e.store[u](...arguments),e}});const l=Tr(),d=()=>{const u=(f,m)=>{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(m),r(f,m)};if(this.languages&&!this.isInitialized)return u(null,this.t.bind(this));this.changeLanguage(this.options.lng,u)};return this.options.resources||!this.options.initAsync?d():setTimeout(d,0),l}loadResources(e){var o,a;let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Vi;const i=ne(e)?e:this.language;if(typeof e=="function"&&(r=e),!this.options.resources||this.options.partialBundledLanguages){if((i==null?void 0:i.toLowerCase())==="cimode"&&(!this.options.preload||this.options.preload.length===0))return r();const c=[],l=d=>{if(!d||d==="cimode")return;this.services.languageUtils.toResolveHierarchy(d).forEach(f=>{f!=="cimode"&&c.indexOf(f)<0&&c.push(f)})};i?l(i):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(u=>l(u)),(a=(o=this.options.preload)==null?void 0:o.forEach)==null||a.call(o,d=>l(d)),this.services.backendConnector.load(c,this.options.ns,d=>{!d&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),r(d)})}else r(null)}reloadResources(e,n,r){const i=Tr();return typeof e=="function"&&(r=e,e=void 0),typeof n=="function"&&(r=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),r||(r=Vi),this.services.backendConnector.reload(e,n,o=>{i.resolve(),r(o)}),i}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"&&m0.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 r=this.languages[n];if(!(["cimode","dev"].indexOf(r)>-1)&&this.store.hasLanguageSomeTranslations(r)){this.resolvedLanguage=r;break}}}changeLanguage(e,n){var r=this;this.isLanguageChangingTo=e;const i=Tr();this.emit("languageChanging",e);const o=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},a=(l,d)=>{d?(o(d),this.translator.changeLanguage(d),this.isLanguageChangingTo=void 0,this.emit("languageChanged",d),this.logger.log("languageChanged",d)):this.isLanguageChangingTo=void 0,i.resolve(function(){return r.t(...arguments)}),n&&n(l,function(){return r.t(...arguments)})},c=l=>{var u,f;!e&&!l&&this.services.languageDetector&&(l=[]);const d=ne(l)?l:this.services.languageUtils.getBestMatchFromCodes(l);d&&(this.language||o(d),this.translator.language||this.translator.changeLanguage(d),(f=(u=this.services.languageDetector)==null?void 0:u.cacheUserLanguage)==null||f.call(u,d)),this.loadResources(d,m=>{a(m,d)})};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),i}getFixedT(e,n,r){var i=this;const o=function(a,c){let l;if(typeof c!="object"){for(var d=arguments.length,u=new Array(d>2?d-2:0),f=2;f<d;f++)u[f-2]=arguments[f];l=i.options.overloadTranslationOptionHandler([a,c].concat(u))}else l={...c};l.lng=l.lng||o.lng,l.lngs=l.lngs||o.lngs,l.ns=l.ns||o.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||r||o.keyPrefix);const m=i.options.keySeparator||".";let v;return l.keyPrefix&&Array.isArray(a)?v=a.map(h=>`${l.keyPrefix}${m}${h}`):v=l.keyPrefix?`${l.keyPrefix}${m}${a}`:a,i.t(v,l)};return ne(e)?o.lng=e:o.lngs=e,o.ns=n,o.keyPrefix=r,o}t(){var i;for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(i=this.translator)==null?void 0:i.translate(...n)}exists(){var i;for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(i=this.translator)==null?void 0:i.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 r=n.lng||this.resolvedLanguage||this.languages[0],i=this.options?this.options.fallbackLng:!1,o=this.languages[this.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const a=(c,l)=>{const d=this.services.backendConnector.state[`${c}|${l}`];return d===-1||d===0||d===2};if(n.precheck){const c=n.precheck(this,a);if(c!==void 0)return c}return!!(this.hasResourceBundle(r,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||a(r,e)&&(!i||a(o,e)))}loadNamespaces(e,n){const r=Tr();return this.options.ns?(ne(e)&&(e=[e]),e.forEach(i=>{this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}),this.loadResources(i=>{r.resolve(),n&&n(i)}),r):(n&&n(),Promise.resolve())}loadLanguages(e,n){const r=Tr();ne(e)&&(e=[e]);const i=this.options.preload||[],o=e.filter(a=>i.indexOf(a)<0&&this.services.languageUtils.isSupportedCode(a));return o.length?(this.options.preload=i.concat(o),this.loadResources(a=>{r.resolve(),n&&n(a)}),r):(n&&n(),Promise.resolve())}dir(e){var i,o;if(e||(e=this.resolvedLanguage||(((i=this.languages)==null?void 0:i.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"],r=((o=this.services)==null?void 0:o.languageUtils)||new $u(Au());return n.indexOf(r.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 Jr(e,n)}cloneInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Vi;const r=e.forkResourceStore;r&&delete e.forkResourceStore;const i={...this.options,...e,isClone:!0},o=new Jr(i);if((e.debug!==void 0||e.prefix!==void 0)&&(o.logger=o.logger.clone(e)),["store","services","language"].forEach(c=>{o[c]=this[c]}),o.services={...this.services},o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},r){const c=Object.keys(this.store.data).reduce((l,d)=>(l[d]={...this.store.data[d]},Object.keys(l[d]).reduce((u,f)=>(u[f]={...l[d][f]},u),{})),{});o.store=new wu(c,i),o.services.resourceStore=o.store}return o.translator=new mo(o.services,i),o.translator.on("*",function(c){for(var l=arguments.length,d=new Array(l>1?l-1:0),u=1;u<l;u++)d[u-1]=arguments[u];o.emit(c,...d)}),o.init(i,n),o.translator.options=i,o.translator.backendConnector.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const T=Jr.createInstance();T.createInstance=Jr.createInstance;T.createInstance;T.dir;T.init;T.loadResources;T.reloadResources;T.use;T.changeLanguage;T.getFixedT;const re=T.t;T.exists;T.setDefaultNamespace;T.hasLoadedNamespace;T.loadNamespaces;T.loadLanguages;var _0=t=>{const n={...{origin:"*",allowMethods:["GET","HEAD","PUT","POST","DELETE","PATCH"],allowHeaders:[],exposeHeaders:[]},...t},r=(i=>typeof i=="string"?i==="*"?()=>i:o=>i===o?o:null:typeof i=="function"?i:o=>i.includes(o)?o:null)(n.origin);return async function(o,a){var d,u;function c(f,m){o.res.headers.set(f,m)}const l=r(o.req.header("origin")||"",o);if(l&&c("Access-Control-Allow-Origin",l),n.origin!=="*"){const f=o.req.header("Vary");f?c("Vary",f):c("Vary","Origin")}if(n.credentials&&c("Access-Control-Allow-Credentials","true"),(d=n.exposeHeaders)!=null&&d.length&&c("Access-Control-Expose-Headers",n.exposeHeaders.join(",")),o.req.method==="OPTIONS"){n.maxAge!=null&&c("Access-Control-Max-Age",n.maxAge.toString()),(u=n.allowMethods)!=null&&u.length&&c("Access-Control-Allow-Methods",n.allowMethods.join(","));let f=n.allowHeaders;if(!(f!=null&&f.length)){const m=o.req.header("Access-Control-Request-Headers");m&&(f=m.split(/\s*,\s*/))}return f!=null&&f.length&&(c("Access-Control-Allow-Headers",f.join(",")),o.res.headers.append("Vary","Access-Control-Request-Headers")),o.res.headers.delete("Content-Length"),o.res.headers.delete("Content-Type"),new Response(null,{headers:o.res.headers,status:204,statusText:"No Content"})}await a()}};const un=s.z.object({start:s.z.number(),limit:s.z.number(),length:s.z.number()}),Cl=s.z.object({created_at:s.z.string(),updated_at:s.z.string()}),y0=s.z.object({email:s.z.string().optional(),email_verified:s.z.boolean().optional(),name:s.z.string().optional(),username:s.z.string().optional(),given_name:s.z.string().optional(),phone_number:s.z.string().optional(),phone_verified:s.z.boolean().optional(),family_name:s.z.string().optional()}).catchall(s.z.any()),v0=s.z.object({connection:s.z.string(),user_id:s.z.string(),provider:s.z.string(),isSocial:s.z.boolean(),access_token:s.z.string().optional(),access_token_secret:s.z.string().optional(),refresh_token:s.z.string().optional(),profileData:y0.optional()}),fs=s.z.object({email:s.z.string().optional().transform(t=>t&&t.toLowerCase()),username:s.z.string().optional(),phone_number:s.z.string().optional(),given_name:s.z.string().optional(),family_name:s.z.string().optional(),nickname:s.z.string().optional(),name:s.z.string().optional(),picture:s.z.string().optional(),locale:s.z.string().optional(),linked_to:s.z.string().optional(),profileData:s.z.string().optional(),user_id:s.z.string().optional(),app_metadata:s.z.any().default({}).optional(),user_metadata:s.z.any().default({}).optional()}),_o=fs.extend({email_verified:s.z.boolean().default(!1),verify_email:s.z.boolean().optional(),last_ip:s.z.string().optional(),last_login:s.z.string().optional(),user_id:s.z.string().optional(),provider:s.z.string().default("email"),connection:s.z.string().default("email"),is_social:s.z.boolean().optional()}),zl=s.z.object({..._o.shape,...Cl.shape,user_id:s.z.string(),is_social:s.z.boolean(),email:s.z.string().optional(),login_count:s.z.number().default(0),identities:s.z.array(v0).optional()}),At=zl,W1=fs.extend({login_count:s.z.number(),multifactor:s.z.array(s.z.string()).optional(),last_ip:s.z.string().optional(),last_login:s.z.string().optional(),user_id:s.z.string()}).catchall(s.z.any()),J1="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let X1=(t=21)=>{let e="",n=crypto.getRandomValues(new Uint8Array(t));for(;t--;)e+=J1[n[t]&63];return e};const w0=s.z.object({audience:s.z.string().optional(),recipient:s.z.string().optional(),createUpnClaim:s.z.boolean().optional(),mapUnknownClaimsAsIs:s.z.boolean().optional(),passthroughClaimsWithNoMapping:s.z.boolean().optional(),mapIdentities:s.z.boolean().optional(),signatureAlgorithm:s.z.string().optional(),digestAlgorithm:s.z.string().optional(),issuer:s.z.string().optional(),destination:s.z.string().optional(),lifetimeInSeconds:s.z.number().optional(),signResponse:s.z.boolean().optional(),nameIdentifierFormat:s.z.string().optional(),nameIdentifierProbes:s.z.array(s.z.string()).optional(),authnContextClassRef:s.z.string().optional(),mappings:s.z.record(s.z.string()).optional()}),yo=s.z.object({id:s.z.string(),name:s.z.string(),callbacks:s.z.array(s.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs whitelisted to use as a callback to the client after authentication."}),allowed_origins:s.z.array(s.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:s.z.array(s.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:s.z.array(s.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:s.z.array(s.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:s.z.object({samlp:w0.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:s.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:s.z.string().default(()=>X1()).optional(),disable_sign_ups:s.z.boolean().optional().default(!1).openapi({description:"Prevents users from signing up using the hosted login page. This is not available in auth0"})}),bn=s.z.object({created_at:s.z.string().transform(t=>t===null?"":t),updated_at:s.z.string().transform(t=>t===null?"":t),...yo.shape}),wr=s.z.object({x:s.z.number(),y:s.z.number()});var Ol=(t=>(t.RICH_TEXT="RICH_TEXT",t.NEXT_BUTTON="NEXT_BUTTON",t.BACK_BUTTON="BACK_BUTTON",t.SUBMIT_BUTTON="SUBMIT_BUTTON",t.DIVIDER="DIVIDER",t.TEXT="TEXT",t.EMAIL="EMAIL",t.PASSWORD="PASSWORD",t.NUMBER="NUMBER",t.PHONE="PHONE",t.DATE="DATE",t.CHECKBOX="CHECKBOX",t.RADIO="RADIO",t.SELECT="SELECT",t.HIDDEN="HIDDEN",t.LEGAL="LEGAL",t))(Ol||{}),jl=(t=>(t.BLOCK="BLOCK",t.FIELD="FIELD",t))(jl||{});const hs=s.z.object({id:s.z.string(),category:s.z.nativeEnum(jl),type:s.z.nativeEnum(Ol)}),b0=hs.extend({category:s.z.literal("BLOCK"),type:s.z.literal("RICH_TEXT"),config:s.z.object({content:s.z.string()}).passthrough()}),$0=hs.extend({category:s.z.literal("BLOCK"),type:s.z.union([s.z.literal("NEXT_BUTTON"),s.z.literal("BACK_BUTTON"),s.z.literal("SUBMIT_BUTTON")]),config:s.z.object({text:s.z.string()}).passthrough()}),x0=hs.extend({category:s.z.literal("FIELD"),type:s.z.literal("LEGAL"),required:s.z.boolean().optional(),sensitive:s.z.boolean().optional(),config:s.z.object({text:s.z.string()}).passthrough()}),k0=hs.extend({category:s.z.literal("FIELD"),type:s.z.union([s.z.literal("TEXT"),s.z.literal("EMAIL"),s.z.literal("PASSWORD"),s.z.literal("NUMBER"),s.z.literal("PHONE"),s.z.literal("DATE"),s.z.literal("CHECKBOX"),s.z.literal("RADIO"),s.z.literal("SELECT"),s.z.literal("HIDDEN")]),required:s.z.boolean().optional(),sensitive:s.z.boolean().optional(),config:s.z.object({label:s.z.string().optional(),placeholder:s.z.string().optional()}).passthrough()}),S0=s.z.object({id:s.z.string(),category:s.z.string(),type:s.z.string()}).passthrough(),A0=s.z.union([b0,$0,x0,k0,S0]);var E0=(t=>(t.STEP="STEP",t.FLOW="FLOW",t.CONDITION="CONDITION",t.ACTION="ACTION",t))(E0||{});const I0=s.z.object({id:s.z.string(),type:s.z.literal("STEP"),coordinates:wr,alias:s.z.string().optional(),config:s.z.object({components:s.z.array(A0),next_node:s.z.string()}).passthrough()}),N0=s.z.object({id:s.z.string(),type:s.z.literal("FLOW"),coordinates:wr,config:s.z.object({flow_id:s.z.string(),next_node:s.z.string()})}),C0=s.z.object({id:s.z.string(),type:s.z.string(),coordinates:wr}).passthrough(),z0=s.z.union([I0,N0,C0]),O0=s.z.object({next_node:s.z.string(),coordinates:wr}).passthrough(),j0=s.z.object({resume_flow:s.z.boolean().optional(),coordinates:wr}).passthrough(),P0=s.z.object({id:s.z.string(),name:s.z.string(),languages:s.z.object({primary:s.z.string()}).passthrough(),nodes:s.z.array(z0),start:O0,ending:j0,created_at:s.z.string(),updated_at:s.z.string(),links:s.z.object({sdkSrc:s.z.string().optional(),sdk_src:s.z.string().optional()}).passthrough()}).passthrough(),Z1=P0.omit({id:!0,created_at:!0,updated_at:!0});var Ct=(t=>(t.TOKEN="token",t.TOKEN_ID_TOKEN="token id_token",t.CODE="code",t))(Ct||{}),Ft=(t=>(t.QUERY="query",t.FRAGMENT="fragment",t.FORM_POST="form_post",t.WEB_MESSAGE="web_message",t.SAML_POST="saml_post",t))(Ft||{}),gs=(t=>(t.S256="S256",t.Plain="plain",t))(gs||{});const Xr=s.z.object({client_id:s.z.string(),act_as:s.z.string().optional(),response_type:s.z.nativeEnum(Ct).optional(),response_mode:s.z.nativeEnum(Ft).optional(),redirect_uri:s.z.string().optional(),audience:s.z.string().optional(),organization:s.z.string().optional(),state:s.z.string().optional(),nonce:s.z.string().optional(),scope:s.z.string().optional(),prompt:s.z.string().optional(),code_challenge_method:s.z.nativeEnum(gs).optional(),code_challenge:s.z.string().optional(),username:s.z.string().optional(),ui_locales:s.z.string().optional(),vendor_id:s.z.string().optional()}),Ka=s.z.object({colors:s.z.object({primary:s.z.string(),page_background:s.z.object({type:s.z.string().optional(),start:s.z.string().optional(),end:s.z.string().optional(),angle_deg:s.z.number().optional()}).optional()}).optional(),logo_url:s.z.string().optional(),favicon_url:s.z.string().optional(),font:s.z.object({url:s.z.string()}).optional()}),Pl=s.z.object({kid:s.z.string().optional(),team_id:s.z.string().optional(),realms:s.z.string().optional(),client_id:s.z.string().optional(),client_secret:s.z.string().optional(),app_secret:s.z.string().optional(),scope:s.z.string().optional(),authorization_endpoint:s.z.string().optional(),token_endpoint:s.z.string().optional(),userinfo_endpoint:s.z.string().optional(),jwks_uri:s.z.string().optional(),discovery_url:s.z.string().optional(),issuer:s.z.string().optional(),provider:s.z.string().optional(),from:s.z.string().optional(),twilio_sid:s.z.string().optional(),twilio_token:s.z.string().optional()}),vo=s.z.object({id:s.z.string().optional(),name:s.z.string(),strategy:s.z.string(),options:Pl.default({}),enabled_clients:s.z.array(s.z.string()).default([]).optional(),response_type:s.z.custom().optional(),response_mode:s.z.custom().optional()}),Qt=s.z.object({id:s.z.string(),created_at:s.z.string().transform(t=>t===null?"":t),updated_at:s.z.string().transform(t=>t===null?"":t)}).extend(vo.shape),wo=s.z.object({name:s.z.string(),audience:s.z.string(),sender_email:s.z.string().email(),sender_name:s.z.string(),support_url:s.z.string().url().optional(),logo:s.z.string().url().optional(),primary_color:s.z.string().optional(),secondary_color:s.z.string().optional(),language:s.z.string().optional(),id:s.z.string().optional()}),tr=s.z.object({created_at:s.z.string().transform(t=>t===null?"":t),updated_at:s.z.string().transform(t=>t===null?"":t),...wo.shape,id:s.z.string()}),T0=s.z.object({logoUrl:s.z.string(),loginBackgroundImage:s.z.string().nullish(),style:s.z.object({primaryColor:s.z.string(),buttonTextColor:s.z.string(),primaryHoverColor:s.z.string()}),supportEmail:s.z.string().nullable(),supportUrl:s.z.string().nullable(),name:s.z.string(),showGreyishBackground:s.z.boolean().optional(),termsAndConditionsUrl:s.z.string().nullable(),companyName:s.z.string().optional(),checkoutHideSocial:s.z.boolean().optional(),siteUrl:s.z.string().nullable(),manageSubscriptionsUrl:s.z.string().optional()});s.z.object({...bn.shape,tenant:tr,connections:s.z.array(Qt)});const R0=s.z.enum(["password_reset","email_verification","otp","authorization_code","oauth2_state","ticket"]),B0=s.z.object({code_id:s.z.string().openapi({description:"The code that will be used in for instance an email verification flow"}),login_id:s.z.string().openapi({description:"The id of the login session that the code is connected to"}),connection_id:s.z.string().optional().openapi({description:"The connection that the code is connected to"}),code_type:R0,code_verifier:s.z.string().optional().openapi({description:"The code verifier used in PKCE in outbound flows"}),expires_at:s.z.string(),used_at:s.z.string().optional(),user_id:s.z.string().optional()}),Y1=s.z.object({...B0.shape,created_at:s.z.string()}),Tl=s.z.object({domain:s.z.string(),custom_domain_id:s.z.string().optional(),type:s.z.enum(["auth0_managed_certs","self_managed_certs"]),verification_method:s.z.enum(["txt"]).optional(),tls_policy:s.z.enum(["recommended"]).optional(),custom_client_ip_header:s.z.enum(["true-client-ip","cf-connecting-ip","x-forwarded-for","x-azure-clientip","null"]).optional(),domain_metadata:s.z.record(s.z.string().max(255)).optional()}),L0=s.z.object({name:s.z.literal("txt"),record:s.z.string(),domain:s.z.string()}),Yt=s.z.object({...Tl.shape,custom_domain_id:s.z.string(),primary:s.z.boolean(),status:s.z.enum(["disabled","pending","pending_verification","ready"]),origin_domain_name:s.z.string().optional(),verification:s.z.object({methods:s.z.array(L0)}).optional(),tls_policy:s.z.string().optional()}),Q1=Yt.extend({tenant_id:s.z.string()});var Rl=(t=>(t.TEXT="text",t.EMAIL="email",t.PASSWORD="password",t.NUMBER="number",t.PHONE="phone",t.DATE="date",t.CHECKBOX="checkbox",t.RADIO="radio",t.SELECT="select",t.HIDDEN="hidden",t))(Rl||{}),Bl=(t=>(t.REQUIRED="required",t.FORMAT="format",t.MIN_LENGTH="min_length",t.MAX_LENGTH="max_length",t.MIN="min",t.MAX="max",t.MATCHING_PATTERN="matching_pattern",t))(Bl||{});const U0=s.z.object({type:s.z.nativeEnum(Bl),message:s.z.string(),min_length:s.z.number().optional(),max_length:s.z.number().optional(),min:s.z.number().optional(),max:s.z.number().optional(),pattern:s.z.string().optional(),format:s.z.string().optional()}),M0=s.z.object({label:s.z.string(),value:s.z.string(),checked:s.z.boolean().optional()}),F0=s.z.object({id:s.z.string(),name:s.z.string(),type:s.z.nativeEnum(Rl),label:s.z.string(),placeholder:s.z.string().optional(),required:s.z.boolean().optional().default(!1),disabled:s.z.boolean().optional().default(!1),readOnly:s.z.boolean().optional().default(!1),defaultValue:s.z.union([s.z.string(),s.z.number(),s.z.boolean()]).optional(),validations:s.z.array(U0).optional(),options:s.z.array(M0).optional(),description:s.z.string().optional(),order:s.z.number().optional(),visible:s.z.boolean().optional().default(!0),customizations:s.z.record(s.z.string(),s.z.any()).optional()}),D0=s.z.object({id:s.z.string(),type:s.z.literal("submit"),label:s.z.string(),className:s.z.string().optional(),disabled:s.z.boolean().optional().default(!1),order:s.z.number().optional(),visible:s.z.boolean().optional().default(!0),customizations:s.z.record(s.z.string(),s.z.any()).optional()});var Ll=(t=>(t.LOGIN="login",t.SIGNUP="signup",t.RESET_PASSWORD="reset-password",t.MFA="mfa",t.MFA_ENROLLMENT="mfa-enrollment",t.VERIFICATION_CODE="verification-code",t.INVITATION="invitation",t.CUSTOM="custom",t))(Ll||{});const V0=s.z.object({name:s.z.string().openapi({description:"The name of the form"}),type:s.z.nativeEnum(Ll).openapi({description:"The type of the form"}),client_id:s.z.string().optional().openapi({description:"The client ID the form is associated with"}),fields:s.z.array(F0).openapi({description:"The fields in the form"}),controls:s.z.array(D0).optional().openapi({description:"The controls (like submit buttons) in the form"}),redirect_uri:s.z.string().optional().openapi({description:"The URI to redirect to after form submission"}),post_submit_action:s.z.enum(["redirect","message"]).optional().openapi({description:"The action to take after form submission",example:"redirect"}),success_message:s.z.string().optional().openapi({description:"Message to display on successful form submission"}),language:s.z.string().optional().openapi({description:"The language code for the form",example:"en"}),active:s.z.boolean().default(!0).openapi({description:"Whether the form is active or not"}),layout:s.z.object({columns:s.z.number().optional().default(1),template:s.z.string().optional()}).optional().openapi({description:"Layout settings for the form"}),css:s.z.string().optional().openapi({description:"Custom CSS for the form"}),javascript:s.z.string().optional().openapi({description:"Custom JavaScript for the form"})}),e_=s.z.object({...Cl.shape,...V0.shape,id:s.z.string()}),bo=s.z.object({trigger_id:s.z.enum(["pre-user-signup","post-user-registration","post-user-login"]),enabled:s.z.boolean().default(!1),url:s.z.string(),hook_id:s.z.string().optional(),synchronous:s.z.boolean().default(!1),priority:s.z.number().optional()}),Yn=bo.extend({...Cl.shape,hook_id:s.z.string()}),Ul=s.z.object({alg:s.z.enum(["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512"]),e:s.z.string(),kid:s.z.string(),kty:s.z.enum(["RSA","EC","oct"]),n:s.z.string(),x5t:s.z.string().optional(),x5c:s.z.array(s.z.string()).optional(),use:s.z.enum(["sig","enc"]).optional()}),q0=s.z.object({keys:s.z.array(Ul)}),Ga=s.z.object({issuer:s.z.string(),authorization_endpoint:s.z.string(),token_endpoint:s.z.string(),device_authorization_endpoint:s.z.string(),userinfo_endpoint:s.z.string(),mfa_challenge_endpoint:s.z.string(),jwks_uri:s.z.string(),registration_endpoint:s.z.string(),revocation_endpoint:s.z.string(),scopes_supported:s.z.array(s.z.string()),response_types_supported:s.z.array(s.z.string()),code_challenge_methods_supported:s.z.array(s.z.string()),response_modes_supported:s.z.array(s.z.string()),subject_types_supported:s.z.array(s.z.string()),id_token_signing_alg_values_supported:s.z.array(s.z.string()),token_endpoint_auth_methods_supported:s.z.array(s.z.string()),claims_supported:s.z.array(s.z.string()),request_uri_parameter_supported:s.z.boolean(),request_parameter_supported:s.z.boolean(),token_endpoint_auth_signing_alg_values_supported:s.z.array(s.z.string())}),H0=s.z.object({csrf_token:s.z.string(),auth0Client:s.z.string().optional(),authParams:Xr,expires_at:s.z.string(),deleted_at:s.z.string().optional(),ip:s.z.string().optional(),useragent:s.z.string().optional(),session_id:s.z.string().optional(),authorization_url:s.z.string().optional()}).openapi({description:"This represents a login sesion"}),t_=s.z.object({...H0.shape,id:s.z.string().openapi({description:"This is is used as the state in the universal login"}),created_at:s.z.string(),updated_at:s.z.string()});var ge=(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))(ge||{});const n_=s.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"]),K0=s.z.object({name:s.z.string(),version:s.z.string(),env:s.z.object({node:s.z.string().optional()}).optional()}),$o=s.z.object({type:n_,date:s.z.string(),description:s.z.string().optional(),log_id:s.z.string().optional(),_id:s.z.string().optional(),ip:s.z.string(),user_agent:s.z.string(),details:s.z.any().optional(),isMobile:s.z.boolean(),user_id:s.z.string().optional(),user_name:s.z.string().optional(),connection:s.z.string().optional(),connection_id:s.z.string().optional(),client_id:s.z.string().optional(),client_name:s.z.string().optional(),audience:s.z.string().optional(),scope:s.z.array(s.z.string()).optional(),strategy:s.z.string().optional(),strategy_type:s.z.string().optional(),hostname:s.z.string().optional(),auth0_client:K0.optional()}),G0=s.z.object({user_id:s.z.string(),password:s.z.string(),algorithm:s.z.enum(["bcrypt","argon2id"]).default("argon2id")}),r_=s.z.object({...G0.shape,created_at:s.z.string(),updated_at:s.z.string()}),W0=s.z.object({initial_user_agent:s.z.string().describe("First user agent of the device from which this user logged in"),initial_ip:s.z.string().describe("First IP address associated with this session"),initial_asn:s.z.string().describe("First autonomous system number associated with this session"),last_user_agent:s.z.string().describe("Last user agent of the device from which this user logged in"),last_ip:s.z.string().describe("Last IP address from which this user logged in"),last_asn:s.z.string().describe("Last autonomous system number from which this user logged in")}),J0=s.z.object({id:s.z.string(),revoked_at:s.z.string().optional(),used_at:s.z.string().optional(),user_id:s.z.string().describe("The user ID associated with the session"),expires_at:s.z.string().optional(),idle_expires_at:s.z.string().optional(),device:W0.describe("Metadata related to the device used in the session"),clients:s.z.array(s.z.string()).describe("List of client details for the session")}),ms=s.z.object({created_at:s.z.string(),updated_at:s.z.string(),authenticated_at:s.z.string(),last_interaction_at:s.z.string(),...J0.shape}),Wa=s.z.object({kid:s.z.string().openapi({description:"The key id of the signing key"}),cert:s.z.string().openapi({description:"The public certificate of the signing key"}),fingerprint:s.z.string().openapi({description:"The cert fingerprint"}),thumbprint:s.z.string().openapi({description:"The cert thumbprint"}),pkcs7:s.z.string().optional().openapi({description:"The private key in pkcs7 format"}),current:s.z.boolean().optional().openapi({description:"True if the key is the current key"}),next:s.z.boolean().optional().openapi({description:"True if the key is the next key"}),previous:s.z.boolean().optional().openapi({description:"True if the key is the previous key"}),current_since:s.z.string().optional().openapi({description:"The date and time when the key became the current key"}),current_until:s.z.string().optional().openapi({description:"The date and time when the current key was rotated"}),revoked:s.z.boolean().optional().openapi({description:"True if the key is revoked"}),revoked_at:s.z.string().optional().openapi({description:"The date and time when the key was revoked"})});var Qn=(t=>(t.RefreshToken="refresh_token",t.AuthorizationCode="authorization_code",t.ClientCredential="client_credentials",t.Passwordless="passwordless",t.Password="password",t.OTP="http://auth0.com/oauth/grant-type/passwordless/otp",t))(Qn||{});const X0=s.z.object({access_token:s.z.string(),id_token:s.z.string().optional(),scope:s.z.string().optional(),state:s.z.string().optional(),refresh_token:s.z.string().optional(),token_type:s.z.string(),expires_in:s.z.number()});s.z.object({code:s.z.string(),state:s.z.string().optional()});const Z0=s.z.object({button_border_radius:s.z.number(),button_border_weight:s.z.number(),buttons_style:s.z.enum(["pill"]),input_border_radius:s.z.number(),input_border_weight:s.z.number(),inputs_style:s.z.enum(["pill"]),show_widget_shadow:s.z.boolean(),widget_border_weight:s.z.number(),widget_corner_radius:s.z.number()}),Y0=s.z.object({base_focus_color:s.z.string(),base_hover_color:s.z.string(),body_text:s.z.string(),captcha_widget_theme:s.z.enum(["auto"]),error:s.z.string(),header:s.z.string(),icons:s.z.string(),input_background:s.z.string(),input_border:s.z.string(),input_filled_text:s.z.string(),input_labels_placeholders:s.z.string(),links_focused_components:s.z.string(),primary_button:s.z.string(),primary_button_label:s.z.string(),secondary_button_border:s.z.string(),secondary_button_label:s.z.string(),success:s.z.string(),widget_background:s.z.string(),widget_border:s.z.string()}),yn=s.z.object({bold:s.z.boolean(),size:s.z.number()}),Q0=s.z.object({body_text:yn,buttons_text:yn,font_url:s.z.string(),input_labels:yn,links:yn,links_style:s.z.enum(["normal"]),reference_text_size:s.z.number(),subtitle:yn,title:yn}),eh=s.z.object({background_color:s.z.string(),background_image_url:s.z.string(),page_layout:s.z.enum(["center"])}),th=s.z.object({header_text_alignment:s.z.enum(["center"]),logo_height:s.z.number(),logo_position:s.z.enum(["center"]),logo_url:s.z.string(),social_buttons_layout:s.z.enum(["bottom"])}),nh=s.z.object({borders:Z0,colors:Y0,displayName:s.z.string(),fonts:Q0,page_background:eh,widget:th}),i_=nh.extend({themeId:s.z.string()}),Xi=s.z.object({universal_login_experience:s.z.enum(["new","classic"]).default("new"),identifier_first:s.z.boolean().default(!0),password_first:s.z.boolean().default(!1),webauthn_platform_first_factor:s.z.boolean()}),Zi=s.z.object({name:s.z.string(),enabled:s.z.boolean().optional().default(!0),default_from_address:s.z.string().optional(),credentials:s.z.union([s.z.object({accessKeyId:s.z.string(),secretAccessKey:s.z.string(),region:s.z.string()}),s.z.object({smtp_host:s.z.array(s.z.string()),smtp_port:s.z.number(),smtp_user:s.z.string(),smtp_pass:s.z.string()}),s.z.object({api_key:s.z.string(),domain:s.z.string().optional()}),s.z.object({connectionString:s.z.string()}),s.z.object({tenantId:s.z.string(),clientId:s.z.string(),clientSecret:s.z.string()})]),settings:s.z.object({}).optional()}),Ml=s.z.object({id:s.z.string(),session_id:s.z.string(),user_id:s.z.string(),client_id:s.z.string(),expires_at:s.z.string().optional(),idle_expires_at:s.z.string().optional(),last_exchanged_at:s.z.string().optional(),device:W0,resource_servers:s.z.array(s.z.object({audience:s.z.string(),scopes:s.z.string()})),rotating:s.z.boolean()}),o_=s.z.object({created_at:s.z.string(),...Ml.shape}),s_=s.z.object({to:s.z.string(),message:s.z.string()}),a_=s.z.object({name:s.z.string(),options:s.z.object({})});function c_(t){const[e,n]=t.split("|");if(!e||!n)throw new Error(`Invalid user_id: ${t}`);return{connection:e,id:n}}const l_=new s.OpenAPIHono().openapi(s.createRoute({tags:["branding"],method:"get",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Ka}},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(s.createRoute({tags:["branding"],method:"patch",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Ka.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 N=class extends Error{constructor(e=500,n){super(n==null?void 0:n.message,{cause:n==null?void 0:n.cause});te(this,"res");te(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})}},xo=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function rh(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function d_(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?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(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}function u_(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 ih={exports:{}};const p_={},f_=Object.freeze(Object.defineProperty({__proto__:null,default:p_},Symbol.toStringTag,{value:"Module"})),h_=d_(f_);(function(t){/**
1
+ "use strict";var $1=Object.defineProperty;var x1=(t,e,n)=>e in t?$1(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var te=(t,e,n)=>x1(t,typeof e!="symbol"?e+"":e,n);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@hono/zod-openapi"),ne=t=>typeof t=="string",Rr=()=>{let t,e;const n=new Promise((r,i)=>{t=r,e=i});return n.resolve=t,n.reject=e,n},gu=t=>t==null?"":""+t,k1=(t,e,n)=>{t.forEach(r=>{e[r]&&(n[r]=e[r])})},S1=/###/g,mu=t=>t&&t.indexOf("###")>-1?t.replace(S1,"."):t,_u=t=>!t||ne(t),Dr=(t,e,n)=>{const r=ne(e)?e.split("."):e;let i=0;for(;i<r.length-1;){if(_u(t))return{};const o=mu(r[i]);!t[o]&&n&&(t[o]=new n),Object.prototype.hasOwnProperty.call(t,o)?t=t[o]:t={},++i}return _u(t)?{}:{obj:t,k:mu(r[i])}},yu=(t,e,n)=>{const{obj:r,k:i}=Dr(t,e,Object);if(r!==void 0||e.length===1){r[i]=n;return}let o=e[e.length-1],a=e.slice(0,e.length-1),c=Dr(t,a,Object);for(;c.obj===void 0&&a.length;)o=`${a[a.length-1]}.${o}`,a=a.slice(0,a.length-1),c=Dr(t,a,Object),c!=null&&c.obj&&typeof c.obj[`${c.k}.${o}`]<"u"&&(c.obj=void 0);c.obj[`${c.k}.${o}`]=n},A1=(t,e,n,r)=>{const{obj:i,k:o}=Dr(t,e,Object);i[o]=i[o]||[],i[o].push(n)},ho=(t,e)=>{const{obj:n,k:r}=Dr(t,e);if(n&&Object.prototype.hasOwnProperty.call(n,r))return n[r]},E1=(t,e,n)=>{const r=ho(t,n);return r!==void 0?r:ho(e,n)},h0=(t,e,n)=>{for(const r in e)r!=="__proto__"&&r!=="constructor"&&(r in t?ne(t[r])||t[r]instanceof String||ne(e[r])||e[r]instanceof String?n&&(t[r]=e[r]):h0(t[r],e[r],n):t[r]=e[r]);return t},Kn=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var I1={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const N1=t=>ne(t)?t.replace(/[&<>"'\/]/g,e=>I1[e]):t;class C1{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 r=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,r),this.regExpQueue.push(e),r}}const z1=[" ",",","?","!",";"],O1=new C1(20),j1=(t,e,n)=>{e=e||"",n=n||"";const r=z1.filter(a=>e.indexOf(a)<0&&n.indexOf(a)<0);if(r.length===0)return!0;const i=O1.getRegExp(`(${r.map(a=>a==="?"?"\\?":a).join("|")})`);let o=!i.test(t);if(!o){const a=t.indexOf(n);a>0&&!i.test(t.substring(0,a))&&(o=!0)}return o},Ga=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 r=e.split(n);let i=t;for(let o=0;o<r.length;){if(!i||typeof i!="object")return;let a,c="";for(let d=o;d<r.length;++d)if(d!==o&&(c+=n),c+=r[d],a=i[c],a!==void 0){if(["string","number","boolean"].indexOf(typeof a)>-1&&d<r.length-1)continue;o+=d-o+1;break}i=a}return i},go=t=>t==null?void 0:t.replace("_","-"),P1={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,r;(r=(n=console==null?void 0:console[t])==null?void 0:n.apply)==null||r.call(n,console,e)}};class mo{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||P1,this.options=n,this.debug=n.debug}log(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"log","",!0)}warn(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"warn","",!0)}error(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"error","")}deprecate(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return this.forward(n,"warn","WARNING DEPRECATED: ",!0)}forward(e,n,r,i){return i&&!this.debug?null:(ne(e[0])&&(e[0]=`${r}${this.prefix} ${e[0]}`),this.logger[n](e))}create(e){return new mo(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new mo(this.logger,e)}}var Et=new mo;class hs{constructor(){this.observers={}}on(e,n){return e.split(" ").forEach(r=>{this.observers[r]||(this.observers[r]=new Map);const i=this.observers[r].get(n)||0;this.observers[r].set(n,i+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,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];this.observers[e]&&Array.from(this.observers[e].entries()).forEach(a=>{let[c,d]=a;for(let l=0;l<d;l++)c(...r)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(a=>{let[c,d]=a;for(let l=0;l<d;l++)c.apply(c,[e,...r])})}}class wu extends hs{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,r){var l,u;let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator,a=i.ignoreJSONStructure!==void 0?i.ignoreJSONStructure:this.options.ignoreJSONStructure;let c;e.indexOf(".")>-1?c=e.split("."):(c=[e,n],r&&(Array.isArray(r)?c.push(...r):ne(r)&&o?c.push(...r.split(o)):c.push(r)));const d=ho(this.data,c);return!d&&!n&&!r&&e.indexOf(".")>-1&&(e=c[0],n=c[1],r=c.slice(2).join(".")),d||!a||!ne(r)?d:Ga((u=(l=this.data)==null?void 0:l[e])==null?void 0:u[n],r,o)}addResource(e,n,r,i){let o=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{silent:!1};const a=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator;let c=[e,n];r&&(c=c.concat(a?r.split(a):r)),e.indexOf(".")>-1&&(c=e.split("."),i=n,n=c[1]),this.addNamespaces(n),yu(this.data,c,i),o.silent||this.emit("added",e,n,r,i)}addResources(e,n,r){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{silent:!1};for(const o in r)(ne(r[o])||Array.isArray(r[o]))&&this.addResource(e,n,o,r[o],{silent:!0});i.silent||this.emit("added",e,n,r)}addResourceBundle(e,n,r,i,o){let a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{silent:!1,skipCopy:!1},c=[e,n];e.indexOf(".")>-1&&(c=e.split("."),i=r,r=n,n=c[1]),this.addNamespaces(n);let d=ho(this.data,c)||{};a.skipCopy||(r=JSON.parse(JSON.stringify(r))),i?h0(d,r,o):d={...d,...r},yu(this.data,c,d),a.silent||this.emit("added",e,n,r)}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(i=>n[i]&&Object.keys(n[i]).length>0)}toJSON(){return this.data}}var g0={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,n,r,i){return t.forEach(o=>{var a;e=((a=this.processors[o])==null?void 0:a.process(e,n,r,i))??e}),e}};const vu={};class _o extends hs{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};super(),k1(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=n,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=Et.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 r=this.resolve(e,n);return(r==null?void 0:r.res)!==void 0}extractFromKey(e,n){let r=n.nsSeparator!==void 0?n.nsSeparator:this.options.nsSeparator;r===void 0&&(r=":");const i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let o=n.ns||this.options.defaultNS||[];const a=r&&e.indexOf(r)>-1,c=!this.options.userDefinedKeySeparator&&!n.keySeparator&&!this.options.userDefinedNsSeparator&&!n.nsSeparator&&!j1(e,r,i);if(a&&!c){const d=e.match(this.interpolator.nestingRegexp);if(d&&d.length>0)return{key:e,namespaces:ne(o)?[o]:o};const l=e.split(r);(r!==i||r===i&&this.options.ns.indexOf(l[0])>-1)&&(o=l.shift()),e=l.join(i)}return{key:e,namespaces:ne(o)?[o]:o}}translate(e,n,r){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 i=n.returnDetails!==void 0?n.returnDetails:this.options.returnDetails,o=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator,{key:a,namespaces:c}=this.extractFromKey(e[e.length-1],n),d=c[c.length-1],l=n.lng||this.language,u=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if((l==null?void 0:l.toLowerCase())==="cimode"){if(u){const L=n.nsSeparator||this.options.nsSeparator;return i?{res:`${d}${L}${a}`,usedKey:a,exactUsedKey:a,usedLng:l,usedNS:d,usedParams:this.getUsedParamsDetails(n)}:`${d}${L}${a}`}return i?{res:a,usedKey:a,exactUsedKey:a,usedLng:l,usedNS:d,usedParams:this.getUsedParamsDetails(n)}:a}const f=this.resolve(e,n);let m=f==null?void 0:f.res;const w=(f==null?void 0:f.usedKey)||a,h=(f==null?void 0:f.exactUsedKey)||a,_=Object.prototype.toString.apply(m),v=["[object Number]","[object Function]","[object RegExp]"],k=n.joinArrays!==void 0?n.joinArrays:this.options.joinArrays,N=!this.i18nFormat||this.i18nFormat.handleAsObject,z=!ne(m)&&typeof m!="boolean"&&typeof m!="number";if(N&&m&&z&&v.indexOf(_)<0&&!(ne(k)&&Array.isArray(m))){if(!n.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const L=this.options.returnedObjectHandler?this.options.returnedObjectHandler(w,m,{...n,ns:c}):`key '${a} (${this.language})' returned an object instead of string.`;return i?(f.res=L,f.usedParams=this.getUsedParamsDetails(n),f):L}if(o){const L=Array.isArray(m),Y=L?[]:{},se=L?h:w;for(const ae in m)if(Object.prototype.hasOwnProperty.call(m,ae)){const ke=`${se}${o}${ae}`;Y[ae]=this.translate(ke,{...n,joinArrays:!1,ns:c}),Y[ae]===ke&&(Y[ae]=m[ae])}m=Y}}else if(N&&ne(k)&&Array.isArray(m))m=m.join(k),m&&(m=this.extendTranslation(m,e,n,r));else{let L=!1,Y=!1;const se=n.count!==void 0&&!ne(n.count),ae=_o.hasDefaultValue(n),ke=se?this.pluralResolver.getSuffix(l,n.count,n):"",Ee=n.ordinal&&se?this.pluralResolver.getSuffix(l,n.count,{ordinal:!1}):"",ze=se&&!n.ordinal&&n.count===0,O=ze&&n[`defaultValue${this.options.pluralSeparator}zero`]||n[`defaultValue${ke}`]||n[`defaultValue${Ee}`]||n.defaultValue;!this.isValidLookup(m)&&ae&&(L=!0,m=O),this.isValidLookup(m)||(Y=!0,m=a);const A=(n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&Y?void 0:m,x=ae&&O!==m&&this.options.updateMissing;if(Y||L||x){if(this.logger.log(x?"updateKey":"missingKey",l,d,a,x?O:m),o){const Q=this.resolve(a,{...n,keySeparator:!1});Q&&Q.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 $=[];const j=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if(this.options.saveMissingTo==="fallback"&&j&&j[0])for(let Q=0;Q<j.length;Q++)$.push(j[Q]);else this.options.saveMissingTo==="all"?$=this.languageUtils.toResolveHierarchy(n.lng||this.language):$.push(n.lng||this.language);const U=(Q,W,oe)=>{var q;const ue=ae&&oe!==m?oe:A;this.options.missingKeyHandler?this.options.missingKeyHandler(Q,d,W,ue,x,n):(q=this.backendConnector)!=null&&q.saveMissing&&this.backendConnector.saveMissing(Q,d,W,ue,x,n),this.emit("missingKey",Q,d,W,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&se?$.forEach(Q=>{const W=this.pluralResolver.getSuffixes(Q,n);ze&&n[`defaultValue${this.options.pluralSeparator}zero`]&&W.indexOf(`${this.options.pluralSeparator}zero`)<0&&W.push(`${this.options.pluralSeparator}zero`),W.forEach(oe=>{U([Q],a+oe,n[`defaultValue${oe}`]||O)})}):U($,a,O))}m=this.extendTranslation(m,e,n,f,r),Y&&m===a&&this.options.appendNamespaceToMissingKey&&(m=`${d}:${a}`),(Y||L)&&this.options.parseMissingKeyHandler&&(m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${d}:${a}`:a,L?m:void 0))}return i?(f.res=m,f.usedParams=this.getUsedParamsDetails(n),f):m}extendTranslation(e,n,r,i,o){var l,u;var a=this;if((l=this.i18nFormat)!=null&&l.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...r},r.lng||this.language||i.usedLng,i.usedNS,i.usedKey,{resolved:i});else if(!r.skipInterpolation){r.interpolation&&this.interpolator.init({...r,interpolation:{...this.options.interpolation,...r.interpolation}});const f=ne(e)&&(((u=r==null?void 0:r.interpolation)==null?void 0:u.skipOnVariables)!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let m;if(f){const h=e.match(this.interpolator.nestingRegexp);m=h&&h.length}let w=r.replace&&!ne(r.replace)?r.replace:r;if(this.options.interpolation.defaultVariables&&(w={...this.options.interpolation.defaultVariables,...w}),e=this.interpolator.interpolate(e,w,r.lng||this.language||i.usedLng,r),f){const h=e.match(this.interpolator.nestingRegexp),_=h&&h.length;m<_&&(r.nest=!1)}!r.lng&&i&&i.res&&(r.lng=this.language||i.usedLng),r.nest!==!1&&(e=this.interpolator.nest(e,function(){for(var h=arguments.length,_=new Array(h),v=0;v<h;v++)_[v]=arguments[v];return(o==null?void 0:o[0])===_[0]&&!r.context?(a.logger.warn(`It seems you are nesting recursively key: ${_[0]} in key: ${n[0]}`),null):a.translate(..._,n)},r)),r.interpolation&&this.interpolator.reset()}const c=r.postProcess||this.options.postProcess,d=ne(c)?[c]:c;return e!=null&&(d!=null&&d.length)&&r.applyPostProcessor!==!1&&(e=g0.handle(d,e,n,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...i,usedParams:this.getUsedParamsDetails(r)},...r}:r,this)),e}resolve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r,i,o,a,c;return ne(e)&&(e=[e]),e.forEach(d=>{if(this.isValidLookup(r))return;const l=this.extractFromKey(d,n),u=l.key;i=u;let f=l.namespaces;this.options.fallbackNS&&(f=f.concat(this.options.fallbackNS));const m=n.count!==void 0&&!ne(n.count),w=m&&!n.ordinal&&n.count===0,h=n.context!==void 0&&(ne(n.context)||typeof n.context=="number")&&n.context!=="",_=n.lngs?n.lngs:this.languageUtils.toResolveHierarchy(n.lng||this.language,n.fallbackLng);f.forEach(v=>{var k,N;this.isValidLookup(r)||(c=v,!vu[`${_[0]}-${v}`]&&((k=this.utils)!=null&&k.hasLoadedNamespace)&&!((N=this.utils)!=null&&N.hasLoadedNamespace(c))&&(vu[`${_[0]}-${v}`]=!0,this.logger.warn(`key "${i}" for languages "${_.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!!!")),_.forEach(z=>{var se;if(this.isValidLookup(r))return;a=z;const L=[u];if((se=this.i18nFormat)!=null&&se.addLookupKeys)this.i18nFormat.addLookupKeys(L,u,z,v,n);else{let ae;m&&(ae=this.pluralResolver.getSuffix(z,n.count,n));const ke=`${this.options.pluralSeparator}zero`,Ee=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(L.push(u+ae),n.ordinal&&ae.indexOf(Ee)===0&&L.push(u+ae.replace(Ee,this.options.pluralSeparator)),w&&L.push(u+ke)),h){const ze=`${u}${this.options.contextSeparator}${n.context}`;L.push(ze),m&&(L.push(ze+ae),n.ordinal&&ae.indexOf(Ee)===0&&L.push(ze+ae.replace(Ee,this.options.pluralSeparator)),w&&L.push(ze+ke))}}let Y;for(;Y=L.pop();)this.isValidLookup(r)||(o=Y,r=this.getResource(z,v,Y,n))}))})}),{res:r,usedKey:i,exactUsedKey:o,usedLng:a,usedNS:c}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,n,r){var o;let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return(o=this.i18nFormat)!=null&&o.getResource?this.i18nFormat.getResource(e,n,r,i):this.resourceStore.getResource(e,n,r,i)}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"],r=e.replace&&!ne(e.replace);let i=r?e.replace:e;if(r&&typeof e.count<"u"&&(i.count=e.count),this.options.interpolation.defaultVariables&&(i={...this.options.interpolation.defaultVariables,...i}),!r){i={...i};for(const o of n)delete i[o]}return i}static hasDefaultValue(e){const n="defaultValue";for(const r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&n===r.substring(0,n.length)&&e[r]!==void 0)return!0;return!1}}class bu{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=Et.create("languageUtils")}getScriptPartFromCode(e){if(e=go(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=go(e),!e||e.indexOf("-")<0)return e;const n=e.split("-");return this.formatLanguageCode(n[0])}formatLanguageCode(e){if(ne(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(r=>{if(n)return;const i=this.formatLanguageCode(r);(!this.options.supportedLngs||this.isSupportedCode(i))&&(n=i)}),!n&&this.options.supportedLngs&&e.forEach(r=>{if(n)return;const i=this.getLanguagePartFromCode(r);if(this.isSupportedCode(i))return n=i;n=this.options.supportedLngs.find(o=>{if(o===i)return o;if(!(o.indexOf("-")<0&&i.indexOf("-")<0)&&(o.indexOf("-")>0&&i.indexOf("-")<0&&o.substring(0,o.indexOf("-"))===i||o.indexOf(i)===0&&i.length>1))return o})}),n||(n=this.getFallbackCodes(this.options.fallbackLng)[0]),n}getFallbackCodes(e,n){if(!e)return[];if(typeof e=="function"&&(e=e(n)),ne(e)&&(e=[e]),Array.isArray(e))return e;if(!n)return e.default||[];let r=e[n];return r||(r=e[this.getScriptPartFromCode(n)]),r||(r=e[this.formatLanguageCode(n)]),r||(r=e[this.getLanguagePartFromCode(n)]),r||(r=e.default),r||[]}toResolveHierarchy(e,n){const r=this.getFallbackCodes(n||this.options.fallbackLng||[],e),i=[],o=a=>{a&&(this.isSupportedCode(a)?i.push(a):this.logger.warn(`rejecting language code not found in supportedLngs: ${a}`))};return ne(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&o(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&o(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&o(this.getLanguagePartFromCode(e))):ne(e)&&o(this.formatLanguageCode(e)),r.forEach(a=>{i.indexOf(a)<0&&o(this.formatLanguageCode(a))}),i}}const $u={zero:0,one:1,two:2,few:3,many:4,other:5},xu={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class T1{constructor(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.languageUtils=e,this.options=n,this.logger=Et.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 r=go(e==="dev"?"en":e),i=n.ordinal?"ordinal":"cardinal",o=JSON.stringify({cleanedCode:r,type:i});if(o in this.pluralRulesCache)return this.pluralRulesCache[o];let a;try{a=new Intl.PluralRules(r,{type:i})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),xu;if(!e.match(/-|_/))return xu;const d=this.languageUtils.getLanguagePartFromCode(e);a=this.getRule(d,n)}return this.pluralRulesCache[o]=a,a}needsPlural(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=this.getRule(e,n);return r||(r=this.getRule("dev",n)),(r==null?void 0:r.resolvedOptions().pluralCategories.length)>1}getPluralFormsOfKey(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.getSuffixes(e,r).map(i=>`${n}${i}`)}getSuffixes(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=this.getRule(e,n);return r||(r=this.getRule("dev",n)),r?r.resolvedOptions().pluralCategories.sort((i,o)=>$u[i]-$u[o]).map(i=>`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${i}`):[]}getSuffix(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const i=this.getRule(e,r);return i?`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${i.select(n)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",n,r))}}const ku=function(t,e,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:".",i=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!0,o=E1(t,e,n);return!o&&i&&ne(n)&&(o=Ga(t,n,r),o===void 0&&(o=Ga(e,n,r))),o},xa=t=>t.replace(/\$/g,"$$$$");class R1{constructor(){var n;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Et.create("interpolator"),this.options=e,this.format=((n=e==null?void 0:e.interpolation)==null?void 0:n.format)||(r=>r),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:r,useRawValueToEscape:i,prefix:o,prefixEscaped:a,suffix:c,suffixEscaped:d,formatSeparator:l,unescapeSuffix:u,unescapePrefix:f,nestingPrefix:m,nestingPrefixEscaped:w,nestingSuffix:h,nestingSuffixEscaped:_,nestingOptionsSeparator:v,maxReplaces:k,alwaysFormat:N}=e.interpolation;this.escape=n!==void 0?n:N1,this.escapeValue=r!==void 0?r:!0,this.useRawValueToEscape=i!==void 0?i:!1,this.prefix=o?Kn(o):a||"{{",this.suffix=c?Kn(c):d||"}}",this.formatSeparator=l||",",this.unescapePrefix=u?"":f||"-",this.unescapeSuffix=this.unescapePrefix?"":u||"",this.nestingPrefix=m?Kn(m):w||Kn("$t("),this.nestingSuffix=h?Kn(h):_||Kn(")"),this.nestingOptionsSeparator=v||",",this.maxReplaces=k||1e3,this.alwaysFormat=N!==void 0?N:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(n,r)=>(n==null?void 0:n.source)===r?(n.lastIndex=0,n):new RegExp(r,"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,r,i){var w;let o,a,c;const d=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},l=h=>{if(h.indexOf(this.formatSeparator)<0){const N=ku(n,d,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(N,void 0,r,{...i,...n,interpolationkey:h}):N}const _=h.split(this.formatSeparator),v=_.shift().trim(),k=_.join(this.formatSeparator).trim();return this.format(ku(n,d,v,this.options.keySeparator,this.options.ignoreJSONStructure),k,r,{...i,...n,interpolationkey:v})};this.resetRegExp();const u=(i==null?void 0:i.missingInterpolationHandler)||this.options.missingInterpolationHandler,f=((w=i==null?void 0:i.interpolation)==null?void 0:w.skipOnVariables)!==void 0?i.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:h=>xa(h)},{regex:this.regexp,safeValue:h=>this.escapeValue?xa(this.escape(h)):xa(h)}].forEach(h=>{for(c=0;o=h.regex.exec(e);){const _=o[1].trim();if(a=l(_),a===void 0)if(typeof u=="function"){const k=u(e,o,i);a=ne(k)?k:""}else if(i&&Object.prototype.hasOwnProperty.call(i,_))a="";else if(f){a=o[0];continue}else this.logger.warn(`missed to pass in variable ${_} for interpolating ${e}`),a="";else!ne(a)&&!this.useRawValueToEscape&&(a=gu(a));const v=h.safeValue(a);if(e=e.replace(o[0],v),f?(h.regex.lastIndex+=a.length,h.regex.lastIndex-=o[0].length):h.regex.lastIndex=0,c++,c>=this.maxReplaces)break}}),e}nest(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i,o,a;const c=(d,l)=>{const u=this.nestingOptionsSeparator;if(d.indexOf(u)<0)return d;const f=d.split(new RegExp(`${u}[ ]*{`));let m=`{${f[1]}`;d=f[0],m=this.interpolate(m,a);const w=m.match(/'/g),h=m.match(/"/g);(((w==null?void 0:w.length)??0)%2===0&&!h||h.length%2!==0)&&(m=m.replace(/'/g,'"'));try{a=JSON.parse(m),l&&(a={...l,...a})}catch(_){return this.logger.warn(`failed parsing options string in nesting for key ${d}`,_),`${d}${u}${m}`}return a.defaultValue&&a.defaultValue.indexOf(this.prefix)>-1&&delete a.defaultValue,d};for(;i=this.nestingRegexp.exec(e);){let d=[];a={...r},a=a.replace&&!ne(a.replace)?a.replace:a,a.applyPostProcessor=!1,delete a.defaultValue;let l=!1;if(i[0].indexOf(this.formatSeparator)!==-1&&!/{.*}/.test(i[1])){const u=i[1].split(this.formatSeparator).map(f=>f.trim());i[1]=u.shift(),d=u,l=!0}if(o=n(c.call(this,i[1].trim(),a),a),o&&i[0]===e&&!ne(o))return o;ne(o)||(o=gu(o)),o||(this.logger.warn(`missed to resolve ${i[1]} for nesting ${e}`),o=""),l&&(o=d.reduce((u,f)=>this.format(u,f,r.lng,{...r,interpolationkey:i[1].trim()}),o.trim())),e=e.replace(i[0],o),this.regexp.lastIndex=0}return e}}const B1=t=>{let e=t.toLowerCase().trim();const n={};if(t.indexOf("(")>-1){const r=t.split("(");e=r[0].toLowerCase().trim();const i=r[1].substring(0,r[1].length-1);e==="currency"&&i.indexOf(":")<0?n.currency||(n.currency=i.trim()):e==="relativetime"&&i.indexOf(":")<0?n.range||(n.range=i.trim()):i.split(";").forEach(a=>{if(a){const[c,...d]=a.split(":"),l=d.join(":").trim().replace(/^'+|'+$/g,""),u=c.trim();n[u]||(n[u]=l),l==="false"&&(n[u]=!1),l==="true"&&(n[u]=!0),isNaN(l)||(n[u]=parseInt(l,10))}})}return{formatName:e,formatOptions:n}},Gn=t=>{const e={};return(n,r,i)=>{let o=i;i&&i.interpolationkey&&i.formatParams&&i.formatParams[i.interpolationkey]&&i[i.interpolationkey]&&(o={...o,[i.interpolationkey]:void 0});const a=r+JSON.stringify(o);let c=e[a];return c||(c=t(go(r),i),e[a]=c),c(n)}};class L1{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.logger=Et.create("formatter"),this.options=e,this.formats={number:Gn((n,r)=>{const i=new Intl.NumberFormat(n,{...r});return o=>i.format(o)}),currency:Gn((n,r)=>{const i=new Intl.NumberFormat(n,{...r,style:"currency"});return o=>i.format(o)}),datetime:Gn((n,r)=>{const i=new Intl.DateTimeFormat(n,{...r});return o=>i.format(o)}),relativetime:Gn((n,r)=>{const i=new Intl.RelativeTimeFormat(n,{...r});return o=>i.format(o,r.range||"day")}),list:Gn((n,r)=>{const i=new Intl.ListFormat(n,{...r});return o=>i.format(o)})},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()]=Gn(n)}format(e,n,r){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const o=n.split(this.formatSeparator);if(o.length>1&&o[0].indexOf("(")>1&&o[0].indexOf(")")<0&&o.find(c=>c.indexOf(")")>-1)){const c=o.findIndex(d=>d.indexOf(")")>-1);o[0]=[o[0],...o.splice(1,c)].join(this.formatSeparator)}return o.reduce((c,d)=>{var f;const{formatName:l,formatOptions:u}=B1(d);if(this.formats[l]){let m=c;try{const w=((f=i==null?void 0:i.formatParams)==null?void 0:f[i.interpolationkey])||{},h=w.locale||w.lng||i.locale||i.lng||r;m=this.formats[l](c,h,{...u,...i,...w})}catch(w){this.logger.warn(w)}return m}else this.logger.warn(`there was no format function for ${l}`);return c},e)}}const U1=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class M1 extends hs{constructor(e,n,r){var o,a;let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};super(),this.backend=e,this.store=n,this.services=r,this.languageUtils=r.languageUtils,this.options=i,this.logger=Et.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=i.maxParallelReads||10,this.readingCalls=0,this.maxRetries=i.maxRetries>=0?i.maxRetries:5,this.retryTimeout=i.retryTimeout>=1?i.retryTimeout:350,this.state={},this.queue=[],(a=(o=this.backend)==null?void 0:o.init)==null||a.call(o,r,i.backend,i)}queueLoad(e,n,r,i){const o={},a={},c={},d={};return e.forEach(l=>{let u=!0;n.forEach(f=>{const m=`${l}|${f}`;!r.reload&&this.store.hasResourceBundle(l,f)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?a[m]===void 0&&(a[m]=!0):(this.state[m]=1,u=!1,a[m]===void 0&&(a[m]=!0),o[m]===void 0&&(o[m]=!0),d[f]===void 0&&(d[f]=!0)))}),u||(c[l]=!0)}),(Object.keys(o).length||Object.keys(a).length)&&this.queue.push({pending:a,pendingCount:Object.keys(a).length,loaded:{},errors:[],callback:i}),{toLoad:Object.keys(o),pending:Object.keys(a),toLoadLanguages:Object.keys(c),toLoadNamespaces:Object.keys(d)}}loaded(e,n,r){const i=e.split("|"),o=i[0],a=i[1];n&&this.emit("failedLoading",o,a,n),!n&&r&&this.store.addResourceBundle(o,a,r,void 0,void 0,{skipCopy:!0}),this.state[e]=n?-1:2,n&&r&&(this.state[e]=0);const c={};this.queue.forEach(d=>{A1(d.loaded,[o],a),U1(d,e),n&&d.errors.push(n),d.pendingCount===0&&!d.done&&(Object.keys(d.loaded).forEach(l=>{c[l]||(c[l]={});const u=d.loaded[l];u.length&&u.forEach(f=>{c[l][f]===void 0&&(c[l][f]=!0)})}),d.done=!0,d.errors.length?d.callback(d.errors):d.callback())}),this.emit("loaded",c),this.queue=this.queue.filter(d=>!d.done)}read(e,n,r){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:0,o=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:n,fcName:r,tried:i,wait:o,callback:a});return}this.readingCalls++;const c=(l,u)=>{if(this.readingCalls--,this.waitingReads.length>0){const f=this.waitingReads.shift();this.read(f.lng,f.ns,f.fcName,f.tried,f.wait,f.callback)}if(l&&u&&i<this.maxRetries){setTimeout(()=>{this.read.call(this,e,n,r,i+1,o*2,a)},o);return}a(l,u)},d=this.backend[r].bind(this.backend);if(d.length===2){try{const l=d(e,n);l&&typeof l.then=="function"?l.then(u=>c(null,u)).catch(c):c(null,l)}catch(l){c(l)}return}return d(e,n,c)}prepareLoading(e,n){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=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."),i&&i();ne(e)&&(e=this.languageUtils.toResolveHierarchy(e)),ne(n)&&(n=[n]);const o=this.queueLoad(e,n,r,i);if(!o.toLoad.length)return o.pending.length||i(),null;o.toLoad.forEach(a=>{this.loadOne(a)})}load(e,n,r){this.prepareLoading(e,n,{},r)}reload(e,n,r){this.prepareLoading(e,n,{reload:!0},r)}loadOne(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const r=e.split("|"),i=r[0],o=r[1];this.read(i,o,"read",void 0,void 0,(a,c)=>{a&&this.logger.warn(`${n}loading namespace ${o} for language ${i} failed`,a),!a&&c&&this.logger.log(`${n}loaded namespace ${o} for language ${i}`,c),this.loaded(e,a,c)})}saveMissing(e,n,r,i,o){var d,l,u,f,m;let a=arguments.length>5&&arguments[5]!==void 0?arguments[5]:{},c=arguments.length>6&&arguments[6]!==void 0?arguments[6]:()=>{};if((l=(d=this.services)==null?void 0:d.utils)!=null&&l.hasLoadedNamespace&&!((f=(u=this.services)==null?void 0:u.utils)!=null&&f.hasLoadedNamespace(n))){this.logger.warn(`did not save key "${r}" 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(!(r==null||r==="")){if((m=this.backend)!=null&&m.create){const w={...a,isUpdate:o},h=this.backend.create.bind(this.backend);if(h.length<6)try{let _;h.length===5?_=h(e,n,r,i,w):_=h(e,n,r,i),_&&typeof _.then=="function"?_.then(v=>c(null,v)).catch(c):c(null,_)}catch(_){c(_)}else h(e,n,r,i,c,w)}!e||!e[0]||this.store.addResource(e[0],n,r,i)}}}const Su=()=>({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]),ne(t[1])&&(e.defaultValue=t[1]),ne(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const n=t[3]||t[2];Object.keys(n).forEach(r=>{e[r]=n[r]})}return e},interpolation:{escapeValue:!0,format:t=>t,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0}}),Au=t=>{var e,n;return ne(t.ns)&&(t.ns=[t.ns]),ne(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),ne(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},qi=()=>{},F1=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(n=>{typeof t[n]=="function"&&(t[n]=t[n].bind(t))})};class Zr extends hs{constructor(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;if(super(),this.options=Au(e),this.services={},this.logger=Et,this.modules={external:[]},F1(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]:{},r=arguments.length>1?arguments[1]:void 0;this.isInitializing=!0,typeof n=="function"&&(r=n,n={}),!n.defaultNS&&n.defaultNS!==!1&&n.ns&&(ne(n.ns)?n.defaultNS=n.ns:n.ns.indexOf("translation")<0&&(n.defaultNS=n.ns[0]));const i=Su();this.options={...i,...this.options,...Au(n)},this.options.interpolation={...i.interpolation,...this.options.interpolation},n.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=n.keySeparator),n.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=n.nsSeparator);const o=u=>u?typeof u=="function"?new u:u:null;if(!this.options.isClone){this.modules.logger?Et.init(o(this.modules.logger),this.options):Et.init(null,this.options);let u;this.modules.formatter?u=this.modules.formatter:u=L1;const f=new bu(this.options);this.store=new wu(this.options.resources,this.options);const m=this.services;m.logger=Et,m.resourceStore=this.store,m.languageUtils=f,m.pluralResolver=new T1(f,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),u&&(!this.options.interpolation.format||this.options.interpolation.format===i.interpolation.format)&&(m.formatter=o(u),m.formatter.init(m,this.options),this.options.interpolation.format=m.formatter.format.bind(m.formatter)),m.interpolator=new R1(this.options),m.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},m.backendConnector=new M1(o(this.modules.backend),m.resourceStore,m,this.options),m.backendConnector.on("*",function(w){for(var h=arguments.length,_=new Array(h>1?h-1:0),v=1;v<h;v++)_[v-1]=arguments[v];e.emit(w,..._)}),this.modules.languageDetector&&(m.languageDetector=o(this.modules.languageDetector),m.languageDetector.init&&m.languageDetector.init(m,this.options.detection,this.options)),this.modules.i18nFormat&&(m.i18nFormat=o(this.modules.i18nFormat),m.i18nFormat.init&&m.i18nFormat.init(this)),this.translator=new _o(this.services,this.options),this.translator.on("*",function(w){for(var h=arguments.length,_=new Array(h>1?h-1:0),v=1;v<h;v++)_[v-1]=arguments[v];e.emit(w,..._)}),this.modules.external.forEach(w=>{w.init&&w.init(this)})}if(this.format=this.options.interpolation.format,r||(r=qi),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.length>0&&u[0]!=="dev"&&(this.options.lng=u[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(u=>{this[u]=function(){return e.store[u](...arguments)}}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(u=>{this[u]=function(){return e.store[u](...arguments),e}});const d=Rr(),l=()=>{const u=(f,m)=>{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),d.resolve(m),r(f,m)};if(this.languages&&!this.isInitialized)return u(null,this.t.bind(this));this.changeLanguage(this.options.lng,u)};return this.options.resources||!this.options.initAsync?l():setTimeout(l,0),d}loadResources(e){var o,a;let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:qi;const i=ne(e)?e:this.language;if(typeof e=="function"&&(r=e),!this.options.resources||this.options.partialBundledLanguages){if((i==null?void 0:i.toLowerCase())==="cimode"&&(!this.options.preload||this.options.preload.length===0))return r();const c=[],d=l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(f=>{f!=="cimode"&&c.indexOf(f)<0&&c.push(f)})};i?d(i):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(u=>d(u)),(a=(o=this.options.preload)==null?void 0:o.forEach)==null||a.call(o,l=>d(l)),this.services.backendConnector.load(c,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),r(l)})}else r(null)}reloadResources(e,n,r){const i=Rr();return typeof e=="function"&&(r=e,e=void 0),typeof n=="function"&&(r=n,n=void 0),e||(e=this.languages),n||(n=this.options.ns),r||(r=qi),this.services.backendConnector.reload(e,n,o=>{i.resolve(),r(o)}),i}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"&&g0.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 r=this.languages[n];if(!(["cimode","dev"].indexOf(r)>-1)&&this.store.hasLanguageSomeTranslations(r)){this.resolvedLanguage=r;break}}}changeLanguage(e,n){var r=this;this.isLanguageChangingTo=e;const i=Rr();this.emit("languageChanging",e);const o=d=>{this.language=d,this.languages=this.services.languageUtils.toResolveHierarchy(d),this.resolvedLanguage=void 0,this.setResolvedLanguage(d)},a=(d,l)=>{l?(o(l),this.translator.changeLanguage(l),this.isLanguageChangingTo=void 0,this.emit("languageChanged",l),this.logger.log("languageChanged",l)):this.isLanguageChangingTo=void 0,i.resolve(function(){return r.t(...arguments)}),n&&n(d,function(){return r.t(...arguments)})},c=d=>{var u,f;!e&&!d&&this.services.languageDetector&&(d=[]);const l=ne(d)?d:this.services.languageUtils.getBestMatchFromCodes(d);l&&(this.language||o(l),this.translator.language||this.translator.changeLanguage(l),(f=(u=this.services.languageDetector)==null?void 0:u.cacheUserLanguage)==null||f.call(u,l)),this.loadResources(l,m=>{a(m,l)})};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),i}getFixedT(e,n,r){var i=this;const o=function(a,c){let d;if(typeof c!="object"){for(var l=arguments.length,u=new Array(l>2?l-2:0),f=2;f<l;f++)u[f-2]=arguments[f];d=i.options.overloadTranslationOptionHandler([a,c].concat(u))}else d={...c};d.lng=d.lng||o.lng,d.lngs=d.lngs||o.lngs,d.ns=d.ns||o.ns,d.keyPrefix!==""&&(d.keyPrefix=d.keyPrefix||r||o.keyPrefix);const m=i.options.keySeparator||".";let w;return d.keyPrefix&&Array.isArray(a)?w=a.map(h=>`${d.keyPrefix}${m}${h}`):w=d.keyPrefix?`${d.keyPrefix}${m}${a}`:a,i.t(w,d)};return ne(e)?o.lng=e:o.lngs=e,o.ns=n,o.keyPrefix=r,o}t(){var i;for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(i=this.translator)==null?void 0:i.translate(...n)}exists(){var i;for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return(i=this.translator)==null?void 0:i.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 r=n.lng||this.resolvedLanguage||this.languages[0],i=this.options?this.options.fallbackLng:!1,o=this.languages[this.languages.length-1];if(r.toLowerCase()==="cimode")return!0;const a=(c,d)=>{const l=this.services.backendConnector.state[`${c}|${d}`];return l===-1||l===0||l===2};if(n.precheck){const c=n.precheck(this,a);if(c!==void 0)return c}return!!(this.hasResourceBundle(r,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||a(r,e)&&(!i||a(o,e)))}loadNamespaces(e,n){const r=Rr();return this.options.ns?(ne(e)&&(e=[e]),e.forEach(i=>{this.options.ns.indexOf(i)<0&&this.options.ns.push(i)}),this.loadResources(i=>{r.resolve(),n&&n(i)}),r):(n&&n(),Promise.resolve())}loadLanguages(e,n){const r=Rr();ne(e)&&(e=[e]);const i=this.options.preload||[],o=e.filter(a=>i.indexOf(a)<0&&this.services.languageUtils.isSupportedCode(a));return o.length?(this.options.preload=i.concat(o),this.loadResources(a=>{r.resolve(),n&&n(a)}),r):(n&&n(),Promise.resolve())}dir(e){var i,o;if(e||(e=this.resolvedLanguage||(((i=this.languages)==null?void 0:i.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"],r=((o=this.services)==null?void 0:o.languageUtils)||new bu(Su());return n.indexOf(r.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 Zr(e,n)}cloneInstance(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:qi;const r=e.forkResourceStore;r&&delete e.forkResourceStore;const i={...this.options,...e,isClone:!0},o=new Zr(i);if((e.debug!==void 0||e.prefix!==void 0)&&(o.logger=o.logger.clone(e)),["store","services","language"].forEach(c=>{o[c]=this[c]}),o.services={...this.services},o.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},r){const c=Object.keys(this.store.data).reduce((d,l)=>(d[l]={...this.store.data[l]},Object.keys(d[l]).reduce((u,f)=>(u[f]={...d[l][f]},u),{})),{});o.store=new wu(c,i),o.services.resourceStore=o.store}return o.translator=new _o(o.services,i),o.translator.on("*",function(c){for(var d=arguments.length,l=new Array(d>1?d-1:0),u=1;u<d;u++)l[u-1]=arguments[u];o.emit(c,...l)}),o.init(i,n),o.translator.options=i,o.translator.backendConnector.services.utils={hasLoadedNamespace:o.hasLoadedNamespace.bind(o)},o}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const T=Zr.createInstance();T.createInstance=Zr.createInstance;T.createInstance;T.dir;T.init;T.loadResources;T.reloadResources;T.use;T.changeLanguage;T.getFixedT;const re=T.t;T.exists;T.setDefaultNamespace;T.hasLoadedNamespace;T.loadNamespaces;T.loadLanguages;var m0=t=>{const n={...{origin:"*",allowMethods:["GET","HEAD","PUT","POST","DELETE","PATCH"],allowHeaders:[],exposeHeaders:[]},...t},r=(i=>typeof i=="string"?i==="*"?()=>i:o=>i===o?o:null:typeof i=="function"?i:o=>i.includes(o)?o:null)(n.origin);return async function(o,a){var l,u;function c(f,m){o.res.headers.set(f,m)}const d=r(o.req.header("origin")||"",o);if(d&&c("Access-Control-Allow-Origin",d),n.origin!=="*"){const f=o.req.header("Vary");f?c("Vary",f):c("Vary","Origin")}if(n.credentials&&c("Access-Control-Allow-Credentials","true"),(l=n.exposeHeaders)!=null&&l.length&&c("Access-Control-Expose-Headers",n.exposeHeaders.join(",")),o.req.method==="OPTIONS"){n.maxAge!=null&&c("Access-Control-Max-Age",n.maxAge.toString()),(u=n.allowMethods)!=null&&u.length&&c("Access-Control-Allow-Methods",n.allowMethods.join(","));let f=n.allowHeaders;if(!(f!=null&&f.length)){const m=o.req.header("Access-Control-Request-Headers");m&&(f=m.split(/\s*,\s*/))}return f!=null&&f.length&&(c("Access-Control-Allow-Headers",f.join(",")),o.res.headers.append("Vary","Access-Control-Request-Headers")),o.res.headers.delete("Content-Length"),o.res.headers.delete("Content-Type"),new Response(null,{headers:o.res.headers,status:204,statusText:"No Content"})}await a()}};const Jt=s.z.object({start:s.z.number(),limit:s.z.number(),length:s.z.number()}),Od=s.z.object({created_at:s.z.string(),updated_at:s.z.string()}),_0=s.z.object({email:s.z.string().optional(),email_verified:s.z.boolean().optional(),name:s.z.string().optional(),username:s.z.string().optional(),given_name:s.z.string().optional(),phone_number:s.z.string().optional(),phone_verified:s.z.boolean().optional(),family_name:s.z.string().optional()}).catchall(s.z.any()),y0=s.z.object({connection:s.z.string(),user_id:s.z.string(),provider:s.z.string(),isSocial:s.z.boolean(),access_token:s.z.string().optional(),access_token_secret:s.z.string().optional(),refresh_token:s.z.string().optional(),profileData:_0.optional()}),gs=s.z.object({email:s.z.string().optional().transform(t=>t&&t.toLowerCase()),username:s.z.string().optional(),phone_number:s.z.string().optional(),given_name:s.z.string().optional(),family_name:s.z.string().optional(),nickname:s.z.string().optional(),name:s.z.string().optional(),picture:s.z.string().optional(),locale:s.z.string().optional(),linked_to:s.z.string().optional(),profileData:s.z.string().optional(),user_id:s.z.string().optional(),app_metadata:s.z.any().default({}).optional(),user_metadata:s.z.any().default({}).optional()}),yo=gs.extend({email_verified:s.z.boolean().default(!1),verify_email:s.z.boolean().optional(),last_ip:s.z.string().optional(),last_login:s.z.string().optional(),user_id:s.z.string().optional(),provider:s.z.string().default("email"),connection:s.z.string().default("email"),is_social:s.z.boolean().optional()}),jd=s.z.object({...yo.shape,...Od.shape,user_id:s.z.string(),is_social:s.z.boolean(),email:s.z.string().optional(),login_count:s.z.number().default(0),identities:s.z.array(y0).optional()}),At=jd,V1=gs.extend({login_count:s.z.number(),multifactor:s.z.array(s.z.string()).optional(),last_ip:s.z.string().optional(),last_login:s.z.string().optional(),user_id:s.z.string()}).catchall(s.z.any()),D1="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let q1=(t=21)=>{let e="",n=crypto.getRandomValues(new Uint8Array(t));for(;t--;)e+=D1[n[t]&63];return e};const w0=s.z.object({audience:s.z.string().optional(),recipient:s.z.string().optional(),createUpnClaim:s.z.boolean().optional(),mapUnknownClaimsAsIs:s.z.boolean().optional(),passthroughClaimsWithNoMapping:s.z.boolean().optional(),mapIdentities:s.z.boolean().optional(),signatureAlgorithm:s.z.string().optional(),digestAlgorithm:s.z.string().optional(),issuer:s.z.string().optional(),destination:s.z.string().optional(),lifetimeInSeconds:s.z.number().optional(),signResponse:s.z.boolean().optional(),nameIdentifierFormat:s.z.string().optional(),nameIdentifierProbes:s.z.array(s.z.string()).optional(),authnContextClassRef:s.z.string().optional(),mappings:s.z.record(s.z.string()).optional()}),wo=s.z.object({id:s.z.string(),name:s.z.string(),callbacks:s.z.array(s.z.string()).default([]).optional().openapi({description:"Comma-separated list of URLs whitelisted to use as a callback to the client after authentication."}),allowed_origins:s.z.array(s.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:s.z.array(s.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:s.z.array(s.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:s.z.array(s.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:s.z.object({samlp:w0.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:s.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:s.z.string().default(()=>q1()).optional(),disable_sign_ups:s.z.boolean().optional().default(!1).openapi({description:"Prevents users from signing up using the hosted login page. This is not available in auth0"})}),bn=s.z.object({created_at:s.z.string().transform(t=>t===null?"":t),updated_at:s.z.string().transform(t=>t===null?"":t),...wo.shape}),$r=s.z.object({x:s.z.number(),y:s.z.number()});var Pd=(t=>(t.RICH_TEXT="RICH_TEXT",t.NEXT_BUTTON="NEXT_BUTTON",t.BACK_BUTTON="BACK_BUTTON",t.SUBMIT_BUTTON="SUBMIT_BUTTON",t.DIVIDER="DIVIDER",t.TEXT="TEXT",t.EMAIL="EMAIL",t.PASSWORD="PASSWORD",t.NUMBER="NUMBER",t.PHONE="PHONE",t.DATE="DATE",t.CHECKBOX="CHECKBOX",t.RADIO="RADIO",t.SELECT="SELECT",t.HIDDEN="HIDDEN",t.LEGAL="LEGAL",t))(Pd||{}),Td=(t=>(t.BLOCK="BLOCK",t.FIELD="FIELD",t))(Td||{});const ms=s.z.object({id:s.z.string(),category:s.z.nativeEnum(Td),type:s.z.nativeEnum(Pd)}),v0=ms.extend({category:s.z.literal("BLOCK"),type:s.z.literal("RICH_TEXT"),config:s.z.object({content:s.z.string()}).passthrough()}),b0=ms.extend({category:s.z.literal("BLOCK"),type:s.z.union([s.z.literal("NEXT_BUTTON"),s.z.literal("BACK_BUTTON"),s.z.literal("SUBMIT_BUTTON")]),config:s.z.object({text:s.z.string()}).passthrough()}),$0=ms.extend({category:s.z.literal("FIELD"),type:s.z.literal("LEGAL"),required:s.z.boolean().optional(),sensitive:s.z.boolean().optional(),config:s.z.object({text:s.z.string()}).passthrough()}),x0=ms.extend({category:s.z.literal("FIELD"),type:s.z.union([s.z.literal("TEXT"),s.z.literal("EMAIL"),s.z.literal("PASSWORD"),s.z.literal("NUMBER"),s.z.literal("PHONE"),s.z.literal("DATE"),s.z.literal("CHECKBOX"),s.z.literal("RADIO"),s.z.literal("SELECT"),s.z.literal("HIDDEN")]),required:s.z.boolean().optional(),sensitive:s.z.boolean().optional(),config:s.z.object({label:s.z.string().optional(),placeholder:s.z.string().optional()}).passthrough()}),k0=s.z.object({id:s.z.string(),category:s.z.string(),type:s.z.string()}).passthrough(),S0=s.z.union([v0,b0,$0,x0,k0]);var A0=(t=>(t.STEP="STEP",t.FLOW="FLOW",t.CONDITION="CONDITION",t.ACTION="ACTION",t))(A0||{});const E0=s.z.object({id:s.z.string(),type:s.z.literal("STEP"),coordinates:$r,alias:s.z.string().optional(),config:s.z.object({components:s.z.array(S0),next_node:s.z.string()}).passthrough()}),I0=s.z.object({id:s.z.string(),type:s.z.literal("FLOW"),coordinates:$r,config:s.z.object({flow_id:s.z.string(),next_node:s.z.string()})}),N0=s.z.object({id:s.z.string(),type:s.z.string(),coordinates:$r}).passthrough(),C0=s.z.union([E0,I0,N0]),z0=s.z.object({next_node:s.z.string(),coordinates:$r}).passthrough(),O0=s.z.object({resume_flow:s.z.boolean().optional(),coordinates:$r}).passthrough(),j0=s.z.object({id:s.z.string(),name:s.z.string(),languages:s.z.object({primary:s.z.string()}).passthrough(),nodes:s.z.array(C0),start:z0,ending:O0,created_at:s.z.string(),updated_at:s.z.string(),links:s.z.object({sdkSrc:s.z.string().optional(),sdk_src:s.z.string().optional()}).passthrough()}).passthrough(),H1=j0.omit({id:!0,created_at:!0,updated_at:!0});var Ct=(t=>(t.TOKEN="token",t.TOKEN_ID_TOKEN="token id_token",t.CODE="code",t))(Ct||{}),Ft=(t=>(t.QUERY="query",t.FRAGMENT="fragment",t.FORM_POST="form_post",t.WEB_MESSAGE="web_message",t.SAML_POST="saml_post",t))(Ft||{}),_s=(t=>(t.S256="S256",t.Plain="plain",t))(_s||{});const Xr=s.z.object({client_id:s.z.string(),act_as:s.z.string().optional(),response_type:s.z.nativeEnum(Ct).optional(),response_mode:s.z.nativeEnum(Ft).optional(),redirect_uri:s.z.string().optional(),audience:s.z.string().optional(),organization:s.z.string().optional(),state:s.z.string().optional(),nonce:s.z.string().optional(),scope:s.z.string().optional(),prompt:s.z.string().optional(),code_challenge_method:s.z.nativeEnum(_s).optional(),code_challenge:s.z.string().optional(),username:s.z.string().optional(),ui_locales:s.z.string().optional(),vendor_id:s.z.string().optional()}),Wa=s.z.object({colors:s.z.object({primary:s.z.string(),page_background:s.z.object({type:s.z.string().optional(),start:s.z.string().optional(),end:s.z.string().optional(),angle_deg:s.z.number().optional()}).optional()}).optional(),logo_url:s.z.string().optional(),favicon_url:s.z.string().optional(),font:s.z.object({url:s.z.string()}).optional()}),Rd=s.z.object({kid:s.z.string().optional(),team_id:s.z.string().optional(),realms:s.z.string().optional(),client_id:s.z.string().optional(),client_secret:s.z.string().optional(),app_secret:s.z.string().optional(),scope:s.z.string().optional(),authorization_endpoint:s.z.string().optional(),token_endpoint:s.z.string().optional(),userinfo_endpoint:s.z.string().optional(),jwks_uri:s.z.string().optional(),discovery_url:s.z.string().optional(),issuer:s.z.string().optional(),provider:s.z.string().optional(),from:s.z.string().optional(),twilio_sid:s.z.string().optional(),twilio_token:s.z.string().optional()}),vo=s.z.object({id:s.z.string().optional(),name:s.z.string(),strategy:s.z.string(),options:Rd.default({}),enabled_clients:s.z.array(s.z.string()).default([]).optional(),response_type:s.z.custom().optional(),response_mode:s.z.custom().optional()}),tn=s.z.object({id:s.z.string(),created_at:s.z.string().transform(t=>t===null?"":t),updated_at:s.z.string().transform(t=>t===null?"":t)}).extend(vo.shape),bo=s.z.object({name:s.z.string(),audience:s.z.string(),sender_email:s.z.string().email(),sender_name:s.z.string(),support_url:s.z.string().url().optional(),logo:s.z.string().url().optional(),primary_color:s.z.string().optional(),secondary_color:s.z.string().optional(),language:s.z.string().optional(),id:s.z.string().optional()}),rr=s.z.object({created_at:s.z.string().transform(t=>t===null?"":t),updated_at:s.z.string().transform(t=>t===null?"":t),...bo.shape,id:s.z.string()}),P0=s.z.object({logoUrl:s.z.string(),loginBackgroundImage:s.z.string().nullish(),style:s.z.object({primaryColor:s.z.string(),buttonTextColor:s.z.string(),primaryHoverColor:s.z.string()}),supportEmail:s.z.string().nullable(),supportUrl:s.z.string().nullable(),name:s.z.string(),showGreyishBackground:s.z.boolean().optional(),termsAndConditionsUrl:s.z.string().nullable(),companyName:s.z.string().optional(),checkoutHideSocial:s.z.boolean().optional(),siteUrl:s.z.string().nullable(),manageSubscriptionsUrl:s.z.string().optional()});s.z.object({...bn.shape,tenant:rr,connections:s.z.array(tn)});const T0=s.z.enum(["password_reset","email_verification","otp","authorization_code","oauth2_state","ticket"]),R0=s.z.object({code_id:s.z.string().openapi({description:"The code that will be used in for instance an email verification flow"}),login_id:s.z.string().openapi({description:"The id of the login session that the code is connected to"}),connection_id:s.z.string().optional().openapi({description:"The connection that the code is connected to"}),code_type:T0,code_verifier:s.z.string().optional().openapi({description:"The code verifier used in PKCE in outbound flows"}),expires_at:s.z.string(),used_at:s.z.string().optional(),user_id:s.z.string().optional()}),K1=s.z.object({...R0.shape,created_at:s.z.string()}),Bd=s.z.object({domain:s.z.string(),custom_domain_id:s.z.string().optional(),type:s.z.enum(["auth0_managed_certs","self_managed_certs"]),verification_method:s.z.enum(["txt"]).optional(),tls_policy:s.z.enum(["recommended"]).optional(),custom_client_ip_header:s.z.enum(["true-client-ip","cf-connecting-ip","x-forwarded-for","x-azure-clientip","null"]).optional(),domain_metadata:s.z.record(s.z.string().max(255)).optional()}),B0=s.z.object({name:s.z.literal("txt"),record:s.z.string(),domain:s.z.string()}),en=s.z.object({...Bd.shape,custom_domain_id:s.z.string(),primary:s.z.boolean(),status:s.z.enum(["disabled","pending","pending_verification","ready"]),origin_domain_name:s.z.string().optional(),verification:s.z.object({methods:s.z.array(B0)}).optional(),tls_policy:s.z.string().optional()}),G1=en.extend({tenant_id:s.z.string()}),W1=s.z.object({id:s.z.string(),type:s.z.literal("submit"),label:s.z.string(),className:s.z.string().optional(),disabled:s.z.boolean().optional().default(!1),order:s.z.number().optional(),visible:s.z.boolean().optional().default(!0),customizations:s.z.record(s.z.string(),s.z.any()).optional()}),$o=s.z.object({name:s.z.string().openapi({description:"The name of the form"}),messages:s.z.object({errors:s.z.record(s.z.string(),s.z.any()).optional(),custom:s.z.record(s.z.string(),s.z.any()).optional()}).optional(),languages:s.z.object({primary:s.z.string().optional(),default:s.z.string().optional()}).optional(),translations:s.z.record(s.z.string(),s.z.any()).optional(),nodes:s.z.array(s.z.discriminatedUnion("type",[s.z.object({id:s.z.string(),type:s.z.literal("FLOW"),coordinates:s.z.object({x:s.z.number(),y:s.z.number()}),alias:s.z.string().min(1).max(150),config:s.z.object({flow_id:s.z.string().max(30),next_node:s.z.array(s.z.string())})}),s.z.object({id:s.z.string(),type:s.z.literal("ROUTER"),coordinates:s.z.object({x:s.z.number(),y:s.z.number()}),alias:s.z.string().min(1).max(150),config:s.z.object({rules:s.z.array(s.z.object({id:s.z.string(),alias:s.z.string().min(1).max(150),condition:s.z.any(),next_node:s.z.array(s.z.string())})),fallback:s.z.array(s.z.string())})}),s.z.object({id:s.z.string(),type:s.z.literal("STEP"),coordinates:s.z.object({x:s.z.number(),y:s.z.number()}),alias:s.z.string().min(1).max(150),config:s.z.object({components:s.z.array(s.z.any()),next_node:s.z.array(s.z.string())})})])).optional(),start:s.z.object({hidden_fields:s.z.array(s.z.object({key:s.z.string(),value:s.z.string()})).optional(),next_node:s.z.array(s.z.string()).optional(),coordinates:s.z.object({x:s.z.number(),y:s.z.number()}).optional()}).optional(),ending:s.z.object({redirection:s.z.object({delay:s.z.number().optional(),target:s.z.string().optional()}).optional(),after_submit:s.z.object({flow_id:s.z.string().optional()}).optional(),coordinates:s.z.object({x:s.z.number(),y:s.z.number()}).optional(),resume_flow:s.z.boolean().optional()}).optional(),style:s.z.object({css:s.z.string().optional()}).optional()}).openapi({description:"Schema for flow-based forms (matches new JSON structure)"}),Qn=s.z.object({...Od.shape,...$o.shape,id:s.z.string()}),xo=s.z.object({trigger_id:s.z.enum(["pre-user-signup","post-user-registration","post-user-login"]),enabled:s.z.boolean().default(!1),url:s.z.string(),hook_id:s.z.string().optional(),synchronous:s.z.boolean().default(!1),priority:s.z.number().optional()}),er=xo.extend({...Od.shape,hook_id:s.z.string()}),Ld=s.z.object({alg:s.z.enum(["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512"]),e:s.z.string(),kid:s.z.string(),kty:s.z.enum(["RSA","EC","oct"]),n:s.z.string(),x5t:s.z.string().optional(),x5c:s.z.array(s.z.string()).optional(),use:s.z.enum(["sig","enc"]).optional()}),L0=s.z.object({keys:s.z.array(Ld)}),Ja=s.z.object({issuer:s.z.string(),authorization_endpoint:s.z.string(),token_endpoint:s.z.string(),device_authorization_endpoint:s.z.string(),userinfo_endpoint:s.z.string(),mfa_challenge_endpoint:s.z.string(),jwks_uri:s.z.string(),registration_endpoint:s.z.string(),revocation_endpoint:s.z.string(),scopes_supported:s.z.array(s.z.string()),response_types_supported:s.z.array(s.z.string()),code_challenge_methods_supported:s.z.array(s.z.string()),response_modes_supported:s.z.array(s.z.string()),subject_types_supported:s.z.array(s.z.string()),id_token_signing_alg_values_supported:s.z.array(s.z.string()),token_endpoint_auth_methods_supported:s.z.array(s.z.string()),claims_supported:s.z.array(s.z.string()),request_uri_parameter_supported:s.z.boolean(),request_parameter_supported:s.z.boolean(),token_endpoint_auth_signing_alg_values_supported:s.z.array(s.z.string())}),U0=s.z.object({csrf_token:s.z.string(),auth0Client:s.z.string().optional(),authParams:Xr,expires_at:s.z.string(),deleted_at:s.z.string().optional(),ip:s.z.string().optional(),useragent:s.z.string().optional(),session_id:s.z.string().optional(),authorization_url:s.z.string().optional()}).openapi({description:"This represents a login sesion"}),J1=s.z.object({...U0.shape,id:s.z.string().openapi({description:"This is is used as the state in the universal login"}),created_at:s.z.string(),updated_at:s.z.string()});var ge=(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))(ge||{});const Z1=s.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"]),M0=s.z.object({name:s.z.string(),version:s.z.string(),env:s.z.object({node:s.z.string().optional()}).optional()}),ko=s.z.object({type:Z1,date:s.z.string(),description:s.z.string().optional(),log_id:s.z.string().optional(),_id:s.z.string().optional(),ip:s.z.string(),user_agent:s.z.string(),details:s.z.any().optional(),isMobile:s.z.boolean(),user_id:s.z.string().optional(),user_name:s.z.string().optional(),connection:s.z.string().optional(),connection_id:s.z.string().optional(),client_id:s.z.string().optional(),client_name:s.z.string().optional(),audience:s.z.string().optional(),scope:s.z.array(s.z.string()).optional(),strategy:s.z.string().optional(),strategy_type:s.z.string().optional(),hostname:s.z.string().optional(),auth0_client:M0.optional()}),F0=s.z.object({user_id:s.z.string(),password:s.z.string(),algorithm:s.z.enum(["bcrypt","argon2id"]).default("argon2id")}),X1=s.z.object({...F0.shape,created_at:s.z.string(),updated_at:s.z.string()}),V0=s.z.object({initial_user_agent:s.z.string().describe("First user agent of the device from which this user logged in"),initial_ip:s.z.string().describe("First IP address associated with this session"),initial_asn:s.z.string().describe("First autonomous system number associated with this session"),last_user_agent:s.z.string().describe("Last user agent of the device from which this user logged in"),last_ip:s.z.string().describe("Last IP address from which this user logged in"),last_asn:s.z.string().describe("Last autonomous system number from which this user logged in")}),D0=s.z.object({id:s.z.string(),revoked_at:s.z.string().optional(),used_at:s.z.string().optional(),user_id:s.z.string().describe("The user ID associated with the session"),expires_at:s.z.string().optional(),idle_expires_at:s.z.string().optional(),device:V0.describe("Metadata related to the device used in the session"),clients:s.z.array(s.z.string()).describe("List of client details for the session")}),ys=s.z.object({created_at:s.z.string(),updated_at:s.z.string(),authenticated_at:s.z.string(),last_interaction_at:s.z.string(),...D0.shape}),Za=s.z.object({kid:s.z.string().openapi({description:"The key id of the signing key"}),cert:s.z.string().openapi({description:"The public certificate of the signing key"}),fingerprint:s.z.string().openapi({description:"The cert fingerprint"}),thumbprint:s.z.string().openapi({description:"The cert thumbprint"}),pkcs7:s.z.string().optional().openapi({description:"The private key in pkcs7 format"}),current:s.z.boolean().optional().openapi({description:"True if the key is the current key"}),next:s.z.boolean().optional().openapi({description:"True if the key is the next key"}),previous:s.z.boolean().optional().openapi({description:"True if the key is the previous key"}),current_since:s.z.string().optional().openapi({description:"The date and time when the key became the current key"}),current_until:s.z.string().optional().openapi({description:"The date and time when the current key was rotated"}),revoked:s.z.boolean().optional().openapi({description:"True if the key is revoked"}),revoked_at:s.z.string().optional().openapi({description:"The date and time when the key was revoked"})});var tr=(t=>(t.RefreshToken="refresh_token",t.AuthorizationCode="authorization_code",t.ClientCredential="client_credentials",t.Passwordless="passwordless",t.Password="password",t.OTP="http://auth0.com/oauth/grant-type/passwordless/otp",t))(tr||{});const q0=s.z.object({access_token:s.z.string(),id_token:s.z.string().optional(),scope:s.z.string().optional(),state:s.z.string().optional(),refresh_token:s.z.string().optional(),token_type:s.z.string(),expires_in:s.z.number()});s.z.object({code:s.z.string(),state:s.z.string().optional()});const H0=s.z.object({button_border_radius:s.z.number(),button_border_weight:s.z.number(),buttons_style:s.z.enum(["pill"]),input_border_radius:s.z.number(),input_border_weight:s.z.number(),inputs_style:s.z.enum(["pill"]),show_widget_shadow:s.z.boolean(),widget_border_weight:s.z.number(),widget_corner_radius:s.z.number()}),K0=s.z.object({base_focus_color:s.z.string(),base_hover_color:s.z.string(),body_text:s.z.string(),captcha_widget_theme:s.z.enum(["auto"]),error:s.z.string(),header:s.z.string(),icons:s.z.string(),input_background:s.z.string(),input_border:s.z.string(),input_filled_text:s.z.string(),input_labels_placeholders:s.z.string(),links_focused_components:s.z.string(),primary_button:s.z.string(),primary_button_label:s.z.string(),secondary_button_border:s.z.string(),secondary_button_label:s.z.string(),success:s.z.string(),widget_background:s.z.string(),widget_border:s.z.string()}),yn=s.z.object({bold:s.z.boolean(),size:s.z.number()}),G0=s.z.object({body_text:yn,buttons_text:yn,font_url:s.z.string(),input_labels:yn,links:yn,links_style:s.z.enum(["normal"]),reference_text_size:s.z.number(),subtitle:yn,title:yn}),W0=s.z.object({background_color:s.z.string(),background_image_url:s.z.string(),page_layout:s.z.enum(["center"])}),J0=s.z.object({header_text_alignment:s.z.enum(["center"]),logo_height:s.z.number(),logo_position:s.z.enum(["center"]),logo_url:s.z.string(),social_buttons_layout:s.z.enum(["bottom"])}),Z0=s.z.object({borders:H0,colors:K0,displayName:s.z.string(),fonts:G0,page_background:W0,widget:J0}),Y1=Z0.extend({themeId:s.z.string()}),Xi=s.z.object({universal_login_experience:s.z.enum(["new","classic"]).default("new"),identifier_first:s.z.boolean().default(!0),password_first:s.z.boolean().default(!1),webauthn_platform_first_factor:s.z.boolean()}),Yi=s.z.object({name:s.z.string(),enabled:s.z.boolean().optional().default(!0),default_from_address:s.z.string().optional(),credentials:s.z.union([s.z.object({accessKeyId:s.z.string(),secretAccessKey:s.z.string(),region:s.z.string()}),s.z.object({smtp_host:s.z.array(s.z.string()),smtp_port:s.z.number(),smtp_user:s.z.string(),smtp_pass:s.z.string()}),s.z.object({api_key:s.z.string(),domain:s.z.string().optional()}),s.z.object({connectionString:s.z.string()}),s.z.object({tenantId:s.z.string(),clientId:s.z.string(),clientSecret:s.z.string()})]),settings:s.z.object({}).optional()}),Ud=s.z.object({id:s.z.string(),session_id:s.z.string(),user_id:s.z.string(),client_id:s.z.string(),expires_at:s.z.string().optional(),idle_expires_at:s.z.string().optional(),last_exchanged_at:s.z.string().optional(),device:V0,resource_servers:s.z.array(s.z.object({audience:s.z.string(),scopes:s.z.string()})),rotating:s.z.boolean()}),Q1=s.z.object({created_at:s.z.string(),...Ud.shape}),e_=s.z.object({to:s.z.string(),message:s.z.string()}),t_=s.z.object({name:s.z.string(),options:s.z.object({})});function n_(t){const[e,n]=t.split("|");if(!e||!n)throw new Error(`Invalid user_id: ${t}`);return{connection:e,id:n}}const r_=new s.OpenAPIHono().openapi(s.createRoute({tags:["branding"],method:"get",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Wa}},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(s.createRoute({tags:["branding"],method:"patch",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Wa.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 E=class extends Error{constructor(e=500,n){super(n==null?void 0:n.message,{cause:n==null?void 0:n.cause});te(this,"res");te(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})}},So=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function X0(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function i_(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?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(r){var i=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return t[r]}})}),n}function o_(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 Y0={exports:{}};const s_={},a_=Object.freeze(Object.defineProperty({__proto__:null,default:s_},Symbol.toStringTag,{value:"Module"})),c_=i_(a_);(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,n){typeof u_=="function"&&t&&t.exports?t.exports=n():(e.dcodeIO=e.dcodeIO||{}).bcrypt=n()})(xo,function(){var e={},n=null;function r(O){if(t&&t.exports)try{return h_.randomBytes(O)}catch{}try{var C;return(self.crypto||self.msCrypto).getRandomValues(C=new Uint32Array(O)),Array.prototype.slice.call(C)}catch{}if(!n)throw Error("Neither WebCryptoAPI nor a crypto module is available. Use bcrypt.setRandomFallback to set an alternative");return n(O)}var i=!1;try{r(1),i=!0}catch{}n=null,e.setRandomFallback=function(O){n=O},e.genSaltSync=function(O,C){if(O=O||_,typeof O!="number")throw Error("Illegal arguments: "+typeof O+", "+typeof C);O<4?O=4:O>31&&(O=31);var A=[];return A.push("$2a$"),O<10&&A.push("0"),A.push(O.toString()),A.push("$"),A.push(f(r(h),h)),A.join("")},e.genSalt=function(O,C,A){if(typeof C=="function"&&(A=C,C=void 0),typeof O=="function"&&(A=O,O=void 0),typeof O>"u")O=_;else if(typeof O!="number")throw Error("illegal arguments: "+typeof O);function x($){a(function(){try{$(null,e.genSaltSync(O))}catch(j){$(j)}})}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);x(A)}else return new Promise(function($,j){x(function(U,Q){if(U){j(U);return}$(Q)})})},e.hashSync=function(O,C){if(typeof C>"u"&&(C=_),typeof C=="number"&&(C=e.genSaltSync(C)),typeof O!="string"||typeof C!="string")throw Error("Illegal arguments: "+typeof O+", "+typeof C);return ze(O,C)},e.hash=function(O,C,A,x){function $(j){typeof O=="string"&&typeof C=="number"?e.genSalt(C,function(U,Q){ze(O,Q,j,x)}):typeof O=="string"&&typeof C=="string"?ze(O,C,j,x):a(j.bind(this,Error("Illegal arguments: "+typeof O+", "+typeof C)))}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);$(A)}else return new Promise(function(j,U){$(function(Q,W){if(Q){U(Q);return}j(W)})})};function o(O,C){for(var A=0,x=0,$=0,j=O.length;$<j;++$)O.charCodeAt($)===C.charCodeAt($)?++A:++x;return A<0?!1:x===0}e.compareSync=function(O,C){if(typeof O!="string"||typeof C!="string")throw Error("Illegal arguments: "+typeof O+", "+typeof C);return C.length!==60?!1:o(e.hashSync(O,C.substr(0,C.length-31)),C)},e.compare=function(O,C,A,x){function $(j){if(typeof O!="string"||typeof C!="string"){a(j.bind(this,Error("Illegal arguments: "+typeof O+", "+typeof C)));return}if(C.length!==60){a(j.bind(this,null,!1));return}e.hash(O,C.substr(0,29),function(U,Q){U?j(U):j(null,o(Q,C))},x)}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);$(A)}else return new Promise(function(j,U){$(function(Q,W){if(Q){U(Q);return}j(W)})})},e.getRounds=function(O){if(typeof O!="string")throw Error("Illegal arguments: "+typeof O);return parseInt(O.split("$")[2],10)},e.getSalt=function(O){if(typeof O!="string")throw Error("Illegal arguments: "+typeof O);if(O.length!==60)throw Error("Illegal hash length: "+O.length+" != 60");return O.substring(0,29)};var a=typeof process<"u"&&process&&typeof process.nextTick=="function"?typeof setImmediate=="function"?setImmediate:process.nextTick:setTimeout;function c(O){var C=[],A=0;return v.encodeUTF16toUTF8(function(){return A>=O.length?null:O.charCodeAt(A++)},function(x){C.push(x)}),C}var l="./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=[-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],u=String.fromCharCode;function f(O,C){var A=0,x=[],$,j;if(C<=0||C>O.length)throw Error("Illegal len: "+C);for(;A<C;){if($=O[A++]&255,x.push(l[$>>2&63]),$=($&3)<<4,A>=C){x.push(l[$&63]);break}if(j=O[A++]&255,$|=j>>4&15,x.push(l[$&63]),$=(j&15)<<2,A>=C){x.push(l[$&63]);break}j=O[A++]&255,$|=j>>6&3,x.push(l[$&63]),x.push(l[j&63])}return x.join("")}function m(O,C){var A=0,x=O.length,$=0,j=[],U,Q,W,oe,ue,q;if(C<=0)throw Error("Illegal len: "+C);for(;A<x-1&&$<C&&(q=O.charCodeAt(A++),U=q<d.length?d[q]:-1,q=O.charCodeAt(A++),Q=q<d.length?d[q]:-1,!(U==-1||Q==-1||(ue=U<<2>>>0,ue|=(Q&48)>>4,j.push(u(ue)),++$>=C||A>=x)||(q=O.charCodeAt(A++),W=q<d.length?d[q]:-1,W==-1)||(ue=(Q&15)<<4>>>0,ue|=(W&60)>>2,j.push(u(ue)),++$>=C||A>=x)));)q=O.charCodeAt(A++),oe=q<d.length?d[q]:-1,ue=(W&3)<<6>>>0,ue|=oe,j.push(u(ue)),++$;var Oe=[];for(A=0;A<$;A++)Oe.push(j[A].charCodeAt(0));return Oe}var v=function(){var O={};return O.MAX_CODEPOINT=1114111,O.encodeUTF8=function(C,A){var x=null;for(typeof C=="number"&&(x=C,C=function(){return null});x!==null||(x=C())!==null;)x<128?A(x&127):x<2048?(A(x>>6&31|192),A(x&63|128)):x<65536?(A(x>>12&15|224),A(x>>6&63|128),A(x&63|128)):(A(x>>18&7|240),A(x>>12&63|128),A(x>>6&63|128),A(x&63|128)),x=null},O.decodeUTF8=function(C,A){for(var x,$,j,U,Q=function(W){W=W.slice(0,W.indexOf(null));var oe=Error(W.toString());throw oe.name="TruncatedError",oe.bytes=W,oe};(x=C())!==null;)if(!(x&128))A(x);else if((x&224)===192)($=C())===null&&Q([x,$]),A((x&31)<<6|$&63);else if((x&240)===224)(($=C())===null||(j=C())===null)&&Q([x,$,j]),A((x&15)<<12|($&63)<<6|j&63);else if((x&248)===240)(($=C())===null||(j=C())===null||(U=C())===null)&&Q([x,$,j,U]),A((x&7)<<18|($&63)<<12|(j&63)<<6|U&63);else throw RangeError("Illegal starting byte: "+x)},O.UTF16toUTF8=function(C,A){for(var x,$=null;(x=$!==null?$:C())!==null;){if(x>=55296&&x<=57343&&($=C())!==null&&$>=56320&&$<=57343){A((x-55296)*1024+$-56320+65536),$=null;continue}A(x)}$!==null&&A($)},O.UTF8toUTF16=function(C,A){var x=null;for(typeof C=="number"&&(x=C,C=function(){return null});x!==null||(x=C())!==null;)x<=65535?A(x):(x-=65536,A((x>>10)+55296),A(x%1024+56320)),x=null},O.encodeUTF16toUTF8=function(C,A){O.UTF16toUTF8(C,function(x){O.encodeUTF8(x,A)})},O.decodeUTF8toUTF16=function(C,A){O.decodeUTF8(C,function(x){O.UTF8toUTF16(x,A)})},O.calculateCodePoint=function(C){return C<128?1:C<2048?2:C<65536?3:4},O.calculateUTF8=function(C){for(var A,x=0;(A=C())!==null;)x+=O.calculateCodePoint(A);return x},O.calculateUTF16asUTF8=function(C){var A=0,x=0;return O.UTF16toUTF8(C,function($){++A,x+=O.calculateCodePoint($)}),[A,x]},O}();Date.now=Date.now||function(){return+new Date};var h=16,_=10,w=16,k=100,I=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],z=[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],L=[1332899944,1700884034,1701343084,1684370003,1668446532,1869963892];function Y(O,C,A,x){var $,j=O[C],U=O[C+1];return j^=A[0],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[1],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[2],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[3],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[4],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[5],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[6],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[7],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[8],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[9],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[10],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[11],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[12],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[13],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[14],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[15],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[16],O[C]=U^A[w+1],O[C+1]=j,O}function se(O,C){for(var A=0,x=0;A<4;++A)x=x<<8|O[C]&255,C=(C+1)%O.length;return{key:x,offp:C}}function ae(O,C,A){for(var x=0,$=[0,0],j=C.length,U=A.length,Q,W=0;W<j;W++)Q=se(O,x),x=Q.offp,C[W]=C[W]^Q.key;for(W=0;W<j;W+=2)$=Y($,0,C,A),C[W]=$[0],C[W+1]=$[1];for(W=0;W<U;W+=2)$=Y($,0,C,A),A[W]=$[0],A[W+1]=$[1]}function ke(O,C,A,x){for(var $=0,j=[0,0],U=A.length,Q=x.length,W,oe=0;oe<U;oe++)W=se(C,$),$=W.offp,A[oe]=A[oe]^W.key;for($=0,oe=0;oe<U;oe+=2)W=se(O,$),$=W.offp,j[0]^=W.key,W=se(O,$),$=W.offp,j[1]^=W.key,j=Y(j,0,A,x),A[oe]=j[0],A[oe+1]=j[1];for(oe=0;oe<Q;oe+=2)W=se(O,$),$=W.offp,j[0]^=W.key,W=se(O,$),$=W.offp,j[1]^=W.key,j=Y(j,0,A,x),x[oe]=j[0],x[oe+1]=j[1]}function Ee(O,C,A,x,$){var j=L.slice(),U=j.length,Q;if(A<4||A>31)if(Q=Error("Illegal number of rounds (4-31): "+A),x){a(x.bind(this,Q));return}else throw Q;if(C.length!==h)if(Q=Error("Illegal salt length: "+C.length+" != "+h),x){a(x.bind(this,Q));return}else throw Q;A=1<<A>>>0;var W,oe,ue=0,q;Int32Array?(W=new Int32Array(I),oe=new Int32Array(z)):(W=I.slice(),oe=z.slice()),ke(C,O,W,oe);function Oe(){if($&&$(ue/A),ue<A)for(var he=Date.now();ue<A&&(ue=ue+1,ae(O,W,oe),ae(C,W,oe),!(Date.now()-he>k)););else{for(ue=0;ue<64;ue++)for(q=0;q<U>>1;q++)Y(j,q<<1,W,oe);var Se=[];for(ue=0;ue<U;ue++)Se.push((j[ue]>>24&255)>>>0),Se.push((j[ue]>>16&255)>>>0),Se.push((j[ue]>>8&255)>>>0),Se.push((j[ue]&255)>>>0);if(x){x(null,Se);return}else return Se}x&&a(Oe)}if(typeof x<"u")Oe();else for(var _n;;)if(typeof(_n=Oe())<"u")return _n||[]}function ze(O,C,A,x){var $;if(typeof O!="string"||typeof C!="string")if($=Error("Invalid string / salt: Not a string"),A){a(A.bind(this,$));return}else throw $;var j,U;if(C.charAt(0)!=="$"||C.charAt(1)!=="2")if($=Error("Invalid salt version: "+C.substring(0,2)),A){a(A.bind(this,$));return}else throw $;if(C.charAt(2)==="$")j="\0",U=3;else{if(j=C.charAt(2),j!=="a"&&j!=="b"&&j!=="y"||C.charAt(3)!=="$")if($=Error("Invalid salt revision: "+C.substring(2,4)),A){a(A.bind(this,$));return}else throw $;U=4}if(C.charAt(U+2)>"$")if($=Error("Missing salt rounds"),A){a(A.bind(this,$));return}else throw $;var Q=parseInt(C.substring(U,U+1),10)*10,W=parseInt(C.substring(U+1,U+2),10),oe=Q+W,ue=C.substring(U+3,U+25);O+=j>="a"?"\0":"";var q=c(O),Oe=m(ue,h);function _n(he){var Se=[];return Se.push("$2"),j>="a"&&Se.push(j),Se.push("$"),oe<10&&Se.push("0"),Se.push(oe.toString()),Se.push("$"),Se.push(f(Oe,Oe.length)),Se.push(f(he,L.length*4-1)),Se.join("")}if(typeof A>"u")return _n(Ee(q,Oe,oe));Ee(q,Oe,oe,function(he,Se){he?A(he,null):A(null,_n(Se))},x)}return e.encodeBase64=f,e.decodeBase64=m,e})})(ih);var g_=ih.exports;const _i=rh(g_),m_="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let __=t=>crypto.getRandomValues(new Uint8Array(t)),y_=(t,e,n)=>{let r=(2<<Math.log2(t.length-1))-1,i=-~(1.6*r*e/t.length);return(o=e)=>{let a="";for(;;){let c=n(i),l=i;for(;l--;)if(a+=t[c[l]&r]||"",a.length===o)return a}}},v_=(t,e=21)=>y_(t,e,__),xe=(t=21)=>{let e="",n=crypto.getRandomValues(new Uint8Array(t));for(;t--;)e+=m_[n[t]&63];return e};const w_=24;function _s(){return v_("0123456789abcdef",w_)()}function Iu(t){if(!t.includes("|"))return console.error("Invalid user_id format"),t;const[,e]=t.split("|");return e}function b_(t){return async(e,n)=>{if(!n.email||!n.email_verified)return t.users.create(e,n);const r=await $s({userAdapter:t.users,tenant_id:e,email:n.email});return r?(await t.users.create(e,{...n,linked_to:r.user_id}),r):t.users.create(e,n)}}function ve(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:[]}}class Fl{constructor(e,n){te(this,"value");te(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 Fl(Math.round(this.milliseconds()*e),"ms")}}class $_{constructor(e){te(this,"hash");this.hash=e}async verify(e,n,r){const i=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",i,n,r)}async sign(e,n){const r=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",r,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"]),r=await crypto.subtle.exportKey("pkcs8",n.privateKey),i=await crypto.subtle.exportKey("spki",n.publicKey);return{privateKey:r,publicKey:i}}}async function oh(t){return await crypto.subtle.digest("SHA-256",t)}const Nu="0123456789abcdef";function Ja(t){const e=new Uint8Array(t);let n="";for(let r=0;r<e.length;r++){const i=e[r]>>4;n+=Nu[i];const o=e[r]&15;n+=Nu[o]}return n}class sh{constructor(e,n){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=(n==null?void 0:n.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let r=0;r<e.length;r++)this.decodeMap.set(e[r],r)}encode(e,n){let r="",i=0,o=0;for(let c=0;c<e.length;c++)for(i=i<<8|e[c],o+=8;o>=5;)o-=5,r+=this.alphabet[i>>o&31];if(o>0&&(r+=this.alphabet[i<<5-o&31]),(n==null?void 0:n.includePadding)??!0){const c=(8-r.length%8)%8;for(let l=0;l<c;l++)r+="="}return r}decode(e,n){const r=(n==null?void 0:n.strict)??!0,i=Math.ceil(e.length/8),o=[];for(let a=0;a<i;a++){let c=0;const l=[];for(let u=0;u<8;u++){const f=e[a*8+u];if(f==="="){if(a+1!==i)throw new Error(`Invalid character: ${f}`);c+=1;continue}if(f===void 0){if(r)throw new Error("Invalid data");c+=1;continue}const m=this.decodeMap.get(f)??null;if(m===null)throw new Error(`Invalid character: ${f}`);l.push(m)}if(c===8||c===7||c===5||c===2)throw new Error("Invalid padding");const d=(l[0]<<3)+(l[1]>>2);if(o.push(d),c<6){const u=((l[1]&3)<<6)+(l[2]<<1)+(l[3]>>4);o.push(u)}if(c<4){const u=((l[3]&255)<<4)+(l[4]>>1);o.push(u)}if(c<3){const u=((l[4]&1)<<7)+(l[5]<<2)+(l[6]>>3);o.push(u)}if(c<1){const u=((l[6]&7)<<5)+l[7];o.push(u)}}return Uint8Array.from(o)}}new sh("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567");new sh("0123456789ABCDEFGHIJKLMNOPQRSTUV");class ah{constructor(e,n){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=(n==null?void 0:n.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let r=0;r<e.length;r++)this.decodeMap.set(e[r],r)}encode(e,n){let r="",i=0,o=0;for(let c=0;c<e.length;c++)for(i=i<<8|e[c],o+=8;o>=6;)o+=-6,r+=this.alphabet[i>>o&63];if(o>0&&(r+=this.alphabet[i<<6-o&63]),(n==null?void 0:n.includePadding)??!0){const c=(4-r.length%4)%4;for(let l=0;l<c;l++)r+="="}return r}decode(e,n){const r=(n==null?void 0:n.strict)??!0,i=Math.ceil(e.length/4),o=[];for(let a=0;a<i;a++){let c=0,l=0;for(let d=0;d<4;d++){const u=e[a*4+d];if(u==="="){if(a+1!==i)throw new Error(`Invalid character: ${u}`);c+=1;continue}if(u===void 0){if(r)throw new Error("Invalid data");c+=1;continue}const f=this.decodeMap.get(u)??null;if(f===null)throw new Error(`Invalid character: ${u}`);l+=f<<6*(3-d)}o.push(l>>16&255),c<2&&o.push(l>>8&255),c<1&&o.push(l&255)}return Uint8Array.from(o)}}const x_=new ah("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"),Sn=new ah("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_");async function Cu(t,e,n,r){const i={alg:t,typ:"JWT",...r==null?void 0:r.headers},o={...n};(r==null?void 0:r.audiences)!==void 0&&(o.aud=r.audiences),(r==null?void 0:r.subject)!==void 0&&(o.sub=r.subject),(r==null?void 0:r.issuer)!==void 0&&(o.iss=r.issuer),(r==null?void 0:r.jwtId)!==void 0&&(o.jti=r.jwtId),(r==null?void 0:r.expiresIn)!==void 0&&(o.exp=Math.floor(Date.now()/1e3)+r.expiresIn.seconds()),(r==null?void 0:r.notBefore)!==void 0&&(o.nbf=Math.floor(r.notBefore.getTime()/1e3)),o.iat=Math.floor(Date.now()/1e3);const a=new TextEncoder,c=Sn.encode(a.encode(JSON.stringify(i)),{includePadding:!1}),l=Sn.encode(a.encode(JSON.stringify(o)),{includePadding:!1}),d=a.encode([c,l].join(".")),u=await S_(t).sign(e,d),f=Sn.encode(new Uint8Array(u),{includePadding:!1});return[c,l,f].join(".")}function k_(t){const e=t.split(".");return e.length!==3?null:e}function Dl(t){const e=k_(t);if(!e)return null;const n=new TextDecoder,r=Sn.decode(e[0],{strict:!1}),i=Sn.decode(e[1],{strict:!1}),o=JSON.parse(n.decode(r));if(typeof o!="object"||o===null||!("alg"in o)||!A_(o.alg)||"typ"in o&&o.typ!=="JWT")return null;const a=JSON.parse(n.decode(i));if(typeof a!="object"||a===null)return null;const c={algorithm:o.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:t,header:{...o,typ:"JWT",alg:o.alg},payload:{...a},parts:e,...c}}function S_(t){return new $_(E_[t])}function A_(t){return typeof t!="string"?!1:["HS256","HS384","HS512","RS256","RS384","RS512","ES256","ES384","ES512","PS256","PS384","PS512"].includes(t)}const E_={RS256:"SHA-256",RS384:"SHA-384",RS512:"SHA-512"};function I_(){const t=new Uint8Array(32);return crypto.getRandomValues(t),Sn.encode(t,{includePadding:!1})}function N_(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,"")),r=>r.charCodeAt(0)).buffer}finally{t=t.replace(/./g,"\0")}}async function C_(t,e){if(e==="plain")return t;const n=new TextEncoder().encode(t),r=await oh(n);return Sn.encode(new Uint8Array(r),{includePadding:!1})}const qi=60*5,ys=30*24*60*60,sr=24*60*60,z_="auth-token",Xa=30*60*1e3,O_=7*24*60*60*1e3,j_=5*60,P_=5*60,T_=30*60*1e3,R_=30*60*1e3,B_=24*60*60*1e3;function ch(t,e,n){const r=[];return r.push([encodeURIComponent(t),encodeURIComponent(e)]),(n==null?void 0:n.domain)!==void 0&&r.push(["Domain",n.domain]),(n==null?void 0:n.expires)!==void 0&&r.push(["Expires",n.expires.toUTCString()]),n!=null&&n.httpOnly&&r.push(["HttpOnly"]),(n==null?void 0:n.maxAge)!==void 0&&r.push(["Max-Age",n.maxAge.toString()]),(n==null?void 0:n.path)!==void 0&&r.push(["Path",n.path]),(n==null?void 0:n.sameSite)==="lax"&&r.push(["SameSite","Lax"]),(n==null?void 0:n.sameSite)==="none"&&r.push(["SameSite","None"]),(n==null?void 0:n.sameSite)==="strict"&&r.push(["SameSite","Strict"]),n!=null&&n.secure&&r.push(["Secure"]),r.map(i=>i.join("=")).join("; ")}function L_(t){const e=new Map,n=t.split("; ");for(const r of n){const i=r.split("="),o=i[0],a=i[1]??"";o&&e.set(decodeURIComponent(o),decodeURIComponent(a))}return e}function Vl(t){return`${t}-${z_}`}function lh(t){if(!t)return;if(t==="localhost"||/^(\d{1,3}\.){3}\d{1,3}$/.test(t))return t;const e=t.split(".");return e.length>2?`.${e.slice(-2).join(".")}`:`.${t}`}function ko(t,e){return e?L_(e).get(Vl(t)):void 0}function U_(t,e){return ch(Vl(t),"",{path:"/",httpOnly:!0,secure:!0,maxAge:0,sameSite:"none",domain:e?lh(e):void 0})}function dh(t,e,n){return ch(Vl(t),e,{path:"/",httpOnly:!0,secure:!0,maxAge:ys,sameSite:"none",domain:n?lh(n):void 0})}var ql={},vs={};(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",r="["+e+"]["+n+"]*",i=new RegExp("^"+r+"$"),o=function(c,l){const d=[];let u=l.exec(c);for(;u;){const f=[];f.startIndex=l.lastIndex-u[0].length;const m=u.length;for(let v=0;v<m;v++)f.push(u[v]);d.push(f),u=l.exec(c)}return d},a=function(c){const l=i.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,d){if(l){const u=Object.keys(l),f=u.length;for(let m=0;m<f;m++)d==="strict"?c[u[m]]=[l[u[m]]]:c[u[m]]=l[u[m]]}},t.getValue=function(c){return t.isExist(c)?c:""},t.isName=a,t.getAllMatches=o,t.nameRegexp=r})(vs);const Hl=vs,M_={allowBooleanAttributes:!1,unpairedTags:[]};ql.validate=function(t,e){e=Object.assign({},M_,e);const n=[];let r=!1,i=!1;t[0]==="\uFEFF"&&(t=t.substr(1));for(let o=0;o<t.length;o++)if(t[o]==="<"&&t[o+1]==="?"){if(o+=2,o=Ou(t,o),o.err)return o}else if(t[o]==="<"){let a=o;if(o++,t[o]==="!"){o=ju(t,o);continue}else{let c=!1;t[o]==="/"&&(c=!0,o++);let l="";for(;o<t.length&&t[o]!==">"&&t[o]!==" "&&t[o]!==" "&&t[o]!==`
6
- `&&t[o]!=="\r";o++)l+=t[o];if(l=l.trim(),l[l.length-1]==="/"&&(l=l.substring(0,l.length-1),o--),!W_(l)){let f;return l.trim().length===0?f="Invalid space after '<'.":f="Tag '"+l+"' is an invalid name.",be("InvalidTag",f,De(t,o))}const d=V_(t,o);if(d===!1)return be("InvalidAttr","Attributes for '"+l+"' have open quote.",De(t,o));let u=d.value;if(o=d.index,u[u.length-1]==="/"){const f=o-u.length;u=u.substring(0,u.length-1);const m=Pu(u,e);if(m===!0)r=!0;else return be(m.err.code,m.err.msg,De(t,f+m.err.line))}else if(c)if(d.tagClosed){if(u.trim().length>0)return be("InvalidTag","Closing tag '"+l+"' can't have attributes or invalid starting.",De(t,a));if(n.length===0)return be("InvalidTag","Closing tag '"+l+"' has not been opened.",De(t,a));{const f=n.pop();if(l!==f.tagName){let m=De(t,f.tagStartPos);return be("InvalidTag","Expected closing tag '"+f.tagName+"' (opened in line "+m.line+", col "+m.col+") instead of closing tag '"+l+"'.",De(t,a))}n.length==0&&(i=!0)}}else return be("InvalidTag","Closing tag '"+l+"' doesn't have proper closing.",De(t,o));else{const f=Pu(u,e);if(f!==!0)return be(f.err.code,f.err.msg,De(t,o-u.length+f.err.line));if(i===!0)return be("InvalidXml","Multiple possible root nodes found.",De(t,o));e.unpairedTags.indexOf(l)!==-1||n.push({tagName:l,tagStartPos:a}),r=!0}for(o++;o<t.length;o++)if(t[o]==="<")if(t[o+1]==="!"){o++,o=ju(t,o);continue}else if(t[o+1]==="?"){if(o=Ou(t,++o),o.err)return o}else break;else if(t[o]==="&"){const f=K_(t,o);if(f==-1)return be("InvalidChar","char '&' is not expected.",De(t,o));o=f}else if(i===!0&&!zu(t[o]))return be("InvalidXml","Extra text at the end",De(t,o));t[o]==="<"&&o--}}else{if(zu(t[o]))continue;return be("InvalidChar","char '"+t[o]+"' is not expected.",De(t,o))}if(r){if(n.length==1)return be("InvalidTag","Unclosed tag '"+n[0].tagName+"'.",De(t,n[0].tagStartPos));if(n.length>0)return be("InvalidXml","Invalid '"+JSON.stringify(n.map(o=>o.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return be("InvalidXml","Start tag expected.",1);return!0};function zu(t){return t===" "||t===" "||t===`
7
- `||t==="\r"}function Ou(t,e){const n=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){const r=t.substr(n,e-n);if(e>5&&r==="xml")return be("InvalidXml","XML declaration allowed only at the start of the document.",De(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function ju(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 F_='"',D_="'";function V_(t,e){let n="",r="",i=!1;for(;e<t.length;e++){if(t[e]===F_||t[e]===D_)r===""?r=t[e]:r!==t[e]||(r="");else if(t[e]===">"&&r===""){i=!0;break}n+=t[e]}return r!==""?!1:{value:n,index:e,tagClosed:i}}const q_=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Pu(t,e){const n=Hl.getAllMatches(t,q_),r={};for(let i=0;i<n.length;i++){if(n[i][1].length===0)return be("InvalidAttr","Attribute '"+n[i][2]+"' has no space in starting.",Rr(n[i]));if(n[i][3]!==void 0&&n[i][4]===void 0)return be("InvalidAttr","Attribute '"+n[i][2]+"' is without value.",Rr(n[i]));if(n[i][3]===void 0&&!e.allowBooleanAttributes)return be("InvalidAttr","boolean attribute '"+n[i][2]+"' is not allowed.",Rr(n[i]));const o=n[i][2];if(!G_(o))return be("InvalidAttr","Attribute '"+o+"' is an invalid name.",Rr(n[i]));if(!r.hasOwnProperty(o))r[o]=1;else return be("InvalidAttr","Attribute '"+o+"' is repeated.",Rr(n[i]))}return!0}function H_(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 K_(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,H_(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 be(t,e,n){return{err:{code:t,msg:e,line:n.line||n,col:n.col}}}function G_(t){return Hl.isName(t)}function W_(t){return Hl.isName(t)}function De(t,e){const n=t.substring(0,e).split(/\r?\n/);return{line:n.length,col:n[n.length-1].length+1}}function Rr(t){return t.startIndex+t[1].length}var Kl={};const uh={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}},J_=function(t){return Object.assign({},uh,t)};Kl.buildOptions=J_;Kl.defaultOptions=uh;class X_{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 Z_=X_;const Y_=vs;function Q_(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 r=1,i=!1,o=!1,a="";for(;e<t.length;e++)if(t[e]==="<"&&!o){if(i&&ny(t,e)){e+=7;let c,l;[c,l,e]=ey(t,e+1),l.indexOf("&")===-1&&(n[sy(c)]={regx:RegExp(`&${c};`,"g"),val:l})}else if(i&&ry(t,e))e+=8;else if(i&&iy(t,e))e+=8;else if(i&&oy(t,e))e+=9;else if(ty)o=!0;else throw new Error("Invalid DOCTYPE");r++,a=""}else if(t[e]===">"){if(o?t[e-1]==="-"&&t[e-2]==="-"&&(o=!1,r--):r--,r===0)break}else t[e]==="["?i=!0:a+=t[e];if(r!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:n,i:e}}function ey(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 r=t[e++];let i="";for(;e<t.length&&t[e]!==r;e++)i+=t[e];return[n,i,e]}function ty(t,e){return t[e+1]==="!"&&t[e+2]==="-"&&t[e+3]==="-"}function ny(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 ry(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 iy(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 oy(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 sy(t){if(Y_.isName(t))return t;throw new Error(`Invalid entity name ${t}`)}var ay=Q_;const cy=/^[-+]?0x[a-fA-F0-9]+$/,ly=/^([\-\+])?(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 dy={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function uy(t,e={}){if(e=Object.assign({},dy,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&&cy.test(n))return Number.parseInt(n,16);{const r=ly.exec(n);if(r){const i=r[1],o=r[2];let a=py(r[3]);const c=r[4]||r[6];if(!e.leadingZeros&&o.length>0&&i&&n[2]!==".")return t;if(!e.leadingZeros&&o.length>0&&!i&&n[1]!==".")return t;{const l=Number(n),d=""+l;return d.search(/[eE]/)!==-1||c?e.eNotation?l:t:n.indexOf(".")!==-1?d==="0"&&a===""||d===a||i&&d==="-"+a?l:t:o?a===d||i+a===d?l:t:n===d||n===i+d?l:t}}else return t}}function py(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 fy=uy;function hy(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=hy;const fh=vs,Br=Z_,gy=ay,my=fy,_y=ph;let yy=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,r)=>String.fromCharCode(Number.parseInt(r,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(n,r)=>String.fromCharCode(Number.parseInt(r,16))}},this.addExternalEntities=vy,this.parseXml=ky,this.parseTextData=wy,this.resolveNameSpace=by,this.buildAttributesMap=xy,this.isItStopNode=Iy,this.replaceEntitiesValue=Ay,this.readStopNodeData=Cy,this.saveTextToParentTag=Ey,this.addChild=Sy,this.ignoreAttributesFn=_y(this.options.ignoreAttributes)}};function vy(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];this.lastEntities[r]={regex:new RegExp("&"+r+";","g"),val:t[r]}}}function wy(t,e,n,r,i,o,a){if(t!==void 0&&(this.options.trimValues&&!r&&(t=t.trim()),t.length>0)){a||(t=this.replaceEntitiesValue(t));const c=this.options.tagValueProcessor(e,t,n,i,o);return c==null?t:typeof c!=typeof t||c!==t?c:this.options.trimValues?Ya(t,this.options.parseTagValue,this.options.numberParseOptions):t.trim()===t?Ya(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function by(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 $y=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function xy(t,e,n){if(this.options.ignoreAttributes!==!0&&typeof t=="string"){const r=fh.getAllMatches(t,$y),i=r.length,o={};for(let a=0;a<i;a++){const c=this.resolveNameSpace(r[a][1]);if(this.ignoreAttributesFn(c,e))continue;let l=r[a][4],d=this.options.attributeNamePrefix+c;if(c.length)if(this.options.transformAttributeName&&(d=this.options.transformAttributeName(d)),d==="__proto__"&&(d="#__proto__"),l!==void 0){this.options.trimValues&&(l=l.trim()),l=this.replaceEntitiesValue(l);const u=this.options.attributeValueProcessor(c,l,e);u==null?o[d]=l:typeof u!=typeof l||u!==l?o[d]=u:o[d]=Ya(l,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(o[d]=!0)}if(!Object.keys(o).length)return;if(this.options.attributesGroupName){const a={};return a[this.options.attributesGroupName]=o,a}return o}}const ky=function(t){t=t.replace(/\r\n?/g,`
8
- `);const e=new Br("!xml");let n=e,r="",i="";for(let o=0;o<t.length;o++)if(t[o]==="<")if(t[o+1]==="/"){const c=$n(t,">",o,"Closing Tag is not closed.");let l=t.substring(o+2,c).trim();if(this.options.removeNSPrefix){const f=l.indexOf(":");f!==-1&&(l=l.substr(f+1))}this.options.transformTagName&&(l=this.options.transformTagName(l)),n&&(r=this.saveTextToParentTag(r,n,i));const d=i.substring(i.lastIndexOf(".")+1);if(l&&this.options.unpairedTags.indexOf(l)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${l}>`);let u=0;d&&this.options.unpairedTags.indexOf(d)!==-1?(u=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):u=i.lastIndexOf("."),i=i.substring(0,u),n=this.tagsNodeStack.pop(),r="",o=c}else if(t[o+1]==="?"){let c=Za(t,o,!1,"?>");if(!c)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,i),!(this.options.ignoreDeclaration&&c.tagName==="?xml"||this.options.ignorePiTags)){const l=new Br(c.tagName);l.add(this.options.textNodeName,""),c.tagName!==c.tagExp&&c.attrExpPresent&&(l[":@"]=this.buildAttributesMap(c.tagExp,i,c.tagName)),this.addChild(n,l,i)}o=c.closeIndex+1}else if(t.substr(o+1,3)==="!--"){const c=$n(t,"-->",o+4,"Comment is not closed.");if(this.options.commentPropName){const l=t.substring(o+4,c-2);r=this.saveTextToParentTag(r,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:l}])}o=c}else if(t.substr(o+1,2)==="!D"){const c=gy(t,o);this.docTypeEntities=c.entities,o=c.i}else if(t.substr(o+1,2)==="!["){const c=$n(t,"]]>",o,"CDATA is not closed.")-2,l=t.substring(o+9,c);r=this.saveTextToParentTag(r,n,i);let d=this.parseTextData(l,n.tagname,i,!0,!1,!0,!0);d==null&&(d=""),this.options.cdataPropName?n.add(this.options.cdataPropName,[{[this.options.textNodeName]:l}]):n.add(this.options.textNodeName,d),o=c+2}else{let c=Za(t,o,this.options.removeNSPrefix),l=c.tagName;const d=c.rawTagName;let u=c.tagExp,f=c.attrExpPresent,m=c.closeIndex;this.options.transformTagName&&(l=this.options.transformTagName(l)),n&&r&&n.tagname!=="!xml"&&(r=this.saveTextToParentTag(r,n,i,!1));const v=n;if(v&&this.options.unpairedTags.indexOf(v.tagname)!==-1&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),l!==e.tagname&&(i+=i?"."+l:l),this.isItStopNode(this.options.stopNodes,i,l)){let h="";if(u.length>0&&u.lastIndexOf("/")===u.length-1)l[l.length-1]==="/"?(l=l.substr(0,l.length-1),i=i.substr(0,i.length-1),u=l):u=u.substr(0,u.length-1),o=c.closeIndex;else if(this.options.unpairedTags.indexOf(l)!==-1)o=c.closeIndex;else{const w=this.readStopNodeData(t,d,m+1);if(!w)throw new Error(`Unexpected end of ${d}`);o=w.i,h=w.tagContent}const _=new Br(l);l!==u&&f&&(_[":@"]=this.buildAttributesMap(u,i,l)),h&&(h=this.parseTextData(h,l,i,!0,f,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),_.add(this.options.textNodeName,h),this.addChild(n,_,i)}else{if(u.length>0&&u.lastIndexOf("/")===u.length-1){l[l.length-1]==="/"?(l=l.substr(0,l.length-1),i=i.substr(0,i.length-1),u=l):u=u.substr(0,u.length-1),this.options.transformTagName&&(l=this.options.transformTagName(l));const h=new Br(l);l!==u&&f&&(h[":@"]=this.buildAttributesMap(u,i,l)),this.addChild(n,h,i),i=i.substr(0,i.lastIndexOf("."))}else{const h=new Br(l);this.tagsNodeStack.push(n),l!==u&&f&&(h[":@"]=this.buildAttributesMap(u,i,l)),this.addChild(n,h,i),n=h}r="",o=m}}else r+=t[o];return e.child};function Sy(t,e,n){const r=this.options.updateTag(e.tagname,n,e[":@"]);r===!1||(typeof r=="string"&&(e.tagname=r),t.addChild(e))}const Ay=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 Ey(t,e,n,r){return t&&(r===void 0&&(r=Object.keys(e.child).length===0),t=this.parseTextData(t,e.tagname,n,!1,e[":@"]?Object.keys(e[":@"]).length!==0:!1,r),t!==void 0&&t!==""&&e.add(this.options.textNodeName,t),t=""),t}function Iy(t,e,n){const r="*."+n;for(const i in t){const o=t[i];if(r===o||e===o)return!0}return!1}function Ny(t,e,n=">"){let r,i="";for(let o=e;o<t.length;o++){let a=t[o];if(r)a===r&&(r="");else if(a==='"'||a==="'")r=a;else if(a===n[0])if(n[1]){if(t[o+1]===n[1])return{data:i,index:o}}else return{data:i,index:o};else a===" "&&(a=" ");i+=a}}function $n(t,e,n,r){const i=t.indexOf(e,n);if(i===-1)throw new Error(r);return i+e.length-1}function Za(t,e,n,r=">"){const i=Ny(t,e+1,r);if(!i)return;let o=i.data;const a=i.index,c=o.search(/\s/);let l=o,d=!0;c!==-1&&(l=o.substring(0,c),o=o.substring(c+1).trimStart());const u=l;if(n){const f=l.indexOf(":");f!==-1&&(l=l.substr(f+1),d=l!==i.data.substr(f+1))}return{tagName:l,tagExp:o,closeIndex:a,attrExpPresent:d,rawTagName:u}}function Cy(t,e,n){const r=n;let i=1;for(;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="/"){const o=$n(t,">",n,`${e} is not closed`);if(t.substring(n+2,o).trim()===e&&(i--,i===0))return{tagContent:t.substring(r,n),i:o};n=o}else if(t[n+1]==="?")n=$n(t,"?>",n+1,"StopNode is not closed.");else if(t.substr(n+1,3)==="!--")n=$n(t,"-->",n+3,"StopNode is not closed.");else if(t.substr(n+1,2)==="![")n=$n(t,"]]>",n,"StopNode is not closed.")-2;else{const o=Za(t,n,">");o&&((o&&o.tagName)===e&&o.tagExp[o.tagExp.length-1]!=="/"&&i++,n=o.closeIndex)}}function Ya(t,e,n){if(e&&typeof t=="string"){const r=t.trim();return r==="true"?!0:r==="false"?!1:my(t,n)}else return fh.isExist(t)?t:""}var zy=yy,hh={};function Oy(t,e){return gh(t,e)}function gh(t,e,n){let r;const i={};for(let o=0;o<t.length;o++){const a=t[o],c=jy(a);let l="";if(n===void 0?l=c:l=n+"."+c,c===e.textNodeName)r===void 0?r=a[c]:r+=""+a[c];else{if(c===void 0)continue;if(a[c]){let d=gh(a[c],e,l);const u=Ty(d,e);a[":@"]?Py(d,a[":@"],l,e):Object.keys(d).length===1&&d[e.textNodeName]!==void 0&&!e.alwaysCreateTextNode?d=d[e.textNodeName]:Object.keys(d).length===0&&(e.alwaysCreateTextNode?d[e.textNodeName]="":d=""),i[c]!==void 0&&i.hasOwnProperty(c)?(Array.isArray(i[c])||(i[c]=[i[c]]),i[c].push(d)):e.isArray(c,l,u)?i[c]=[d]:i[c]=d}}}return typeof r=="string"?r.length>0&&(i[e.textNodeName]=r):r!==void 0&&(i[e.textNodeName]=r),i}function jy(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];if(r!==":@")return r}}function Py(t,e,n,r){if(e){const i=Object.keys(e),o=i.length;for(let a=0;a<o;a++){const c=i[a];r.isArray(c,n+"."+c,!0,!0)?t[c]=[e[c]]:t[c]=e[c]}}}function Ty(t,e){const{textNodeName:n}=e,r=Object.keys(t).length;return!!(r===0||r===1&&(t[n]||typeof t[n]=="boolean"||t[n]===0))}hh.prettify=Oy;const{buildOptions:Ry}=Kl,By=zy,{prettify:Ly}=hh,Uy=ql;let My=class{constructor(e){this.externalEntities={},this.options=Ry(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 o=Uy.validate(e,n);if(o!==!0)throw Error(`${o.err.msg}:${o.err.line}:${o.err.col}`)}const r=new By(this.options);r.addExternalEntities(this.externalEntities);const i=r.parseXml(e);return this.options.preserveOrder||i===void 0?i:Ly(i,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 '&#xD;'");if(n==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[e]=n}};var Fy=My;const Dy=`
9
- `;function Vy(t,e){let n="";return e.format&&e.indentBy.length>0&&(n=Dy),mh(t,e,"",n)}function mh(t,e,n,r){let i="",o=!1;for(let a=0;a<t.length;a++){const c=t[a],l=qy(c);if(l===void 0)continue;let d="";if(n.length===0?d=l:d=`${n}.${l}`,l===e.textNodeName){let h=c[l];Hy(d,e)||(h=e.tagValueProcessor(l,h),h=_h(h,e)),o&&(i+=r),i+=h,o=!1;continue}else if(l===e.cdataPropName){o&&(i+=r),i+=`<![CDATA[${c[l][0][e.textNodeName]}]]>`,o=!1;continue}else if(l===e.commentPropName){i+=r+`<!--${c[l][0][e.textNodeName]}-->`,o=!0;continue}else if(l[0]==="?"){const h=Tu(c[":@"],e),_=l==="?xml"?"":r;let w=c[l][0][e.textNodeName];w=w.length!==0?" "+w:"",i+=_+`<${l}${w}${h}?>`,o=!0;continue}let u=r;u!==""&&(u+=e.indentBy);const f=Tu(c[":@"],e),m=r+`<${l}${f}`,v=mh(c[l],e,d,u);e.unpairedTags.indexOf(l)!==-1?e.suppressUnpairedNode?i+=m+">":i+=m+"/>":(!v||v.length===0)&&e.suppressEmptyNode?i+=m+"/>":v&&v.endsWith(">")?i+=m+`>${v}${r}</${l}>`:(i+=m+">",v&&r!==""&&(v.includes("/>")||v.includes("</"))?i+=r+e.indentBy+v+r:i+=v,i+=`</${l}>`),o=!0}return i}function qy(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];if(t.hasOwnProperty(r)&&r!==":@")return r}}function Tu(t,e){let n="";if(t&&!e.ignoreAttributes)for(let r in t){if(!t.hasOwnProperty(r))continue;let i=e.attributeValueProcessor(r,t[r]);i=_h(i,e),i===!0&&e.suppressBooleanAttributes?n+=` ${r.substr(e.attributeNamePrefix.length)}`:n+=` ${r.substr(e.attributeNamePrefix.length)}="${i}"`}return n}function Hy(t,e){t=t.substr(0,t.length-e.textNodeName.length-1);let n=t.substr(t.lastIndexOf(".")+1);for(let r in e.stopNodes)if(e.stopNodes[r]===t||e.stopNodes[r]==="*."+n)return!0;return!1}function _h(t,e){if(t&&t.length>0&&e.processEntities)for(let n=0;n<e.entities.length;n++){const r=e.entities[n];t=t.replace(r.regex,r.val)}return t}var Ky=Vy;const Gy=Ky,Wy=ph,Jy={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:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1};function pn(t){this.options=Object.assign({},Jy,t),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=Wy(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Yy),this.processTextOrObjNode=Xy,this.options.format?(this.indentate=Zy,this.tagEndChar=`>
5
+ */(function(e,n){typeof o_=="function"&&t&&t.exports?t.exports=n():(e.dcodeIO=e.dcodeIO||{}).bcrypt=n()})(So,function(){var e={},n=null;function r(O){if(t&&t.exports)try{return c_.randomBytes(O)}catch{}try{var C;return(self.crypto||self.msCrypto).getRandomValues(C=new Uint32Array(O)),Array.prototype.slice.call(C)}catch{}if(!n)throw Error("Neither WebCryptoAPI nor a crypto module is available. Use bcrypt.setRandomFallback to set an alternative");return n(O)}var i=!1;try{r(1),i=!0}catch{}n=null,e.setRandomFallback=function(O){n=O},e.genSaltSync=function(O,C){if(O=O||_,typeof O!="number")throw Error("Illegal arguments: "+typeof O+", "+typeof C);O<4?O=4:O>31&&(O=31);var A=[];return A.push("$2a$"),O<10&&A.push("0"),A.push(O.toString()),A.push("$"),A.push(f(r(h),h)),A.join("")},e.genSalt=function(O,C,A){if(typeof C=="function"&&(A=C,C=void 0),typeof O=="function"&&(A=O,O=void 0),typeof O>"u")O=_;else if(typeof O!="number")throw Error("illegal arguments: "+typeof O);function x($){a(function(){try{$(null,e.genSaltSync(O))}catch(j){$(j)}})}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);x(A)}else return new Promise(function($,j){x(function(U,Q){if(U){j(U);return}$(Q)})})},e.hashSync=function(O,C){if(typeof C>"u"&&(C=_),typeof C=="number"&&(C=e.genSaltSync(C)),typeof O!="string"||typeof C!="string")throw Error("Illegal arguments: "+typeof O+", "+typeof C);return ze(O,C)},e.hash=function(O,C,A,x){function $(j){typeof O=="string"&&typeof C=="number"?e.genSalt(C,function(U,Q){ze(O,Q,j,x)}):typeof O=="string"&&typeof C=="string"?ze(O,C,j,x):a(j.bind(this,Error("Illegal arguments: "+typeof O+", "+typeof C)))}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);$(A)}else return new Promise(function(j,U){$(function(Q,W){if(Q){U(Q);return}j(W)})})};function o(O,C){for(var A=0,x=0,$=0,j=O.length;$<j;++$)O.charCodeAt($)===C.charCodeAt($)?++A:++x;return A<0?!1:x===0}e.compareSync=function(O,C){if(typeof O!="string"||typeof C!="string")throw Error("Illegal arguments: "+typeof O+", "+typeof C);return C.length!==60?!1:o(e.hashSync(O,C.substr(0,C.length-31)),C)},e.compare=function(O,C,A,x){function $(j){if(typeof O!="string"||typeof C!="string"){a(j.bind(this,Error("Illegal arguments: "+typeof O+", "+typeof C)));return}if(C.length!==60){a(j.bind(this,null,!1));return}e.hash(O,C.substr(0,29),function(U,Q){U?j(U):j(null,o(Q,C))},x)}if(A){if(typeof A!="function")throw Error("Illegal callback: "+typeof A);$(A)}else return new Promise(function(j,U){$(function(Q,W){if(Q){U(Q);return}j(W)})})},e.getRounds=function(O){if(typeof O!="string")throw Error("Illegal arguments: "+typeof O);return parseInt(O.split("$")[2],10)},e.getSalt=function(O){if(typeof O!="string")throw Error("Illegal arguments: "+typeof O);if(O.length!==60)throw Error("Illegal hash length: "+O.length+" != 60");return O.substring(0,29)};var a=typeof process<"u"&&process&&typeof process.nextTick=="function"?typeof setImmediate=="function"?setImmediate:process.nextTick:setTimeout;function c(O){var C=[],A=0;return w.encodeUTF16toUTF8(function(){return A>=O.length?null:O.charCodeAt(A++)},function(x){C.push(x)}),C}var d="./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),l=[-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],u=String.fromCharCode;function f(O,C){var A=0,x=[],$,j;if(C<=0||C>O.length)throw Error("Illegal len: "+C);for(;A<C;){if($=O[A++]&255,x.push(d[$>>2&63]),$=($&3)<<4,A>=C){x.push(d[$&63]);break}if(j=O[A++]&255,$|=j>>4&15,x.push(d[$&63]),$=(j&15)<<2,A>=C){x.push(d[$&63]);break}j=O[A++]&255,$|=j>>6&3,x.push(d[$&63]),x.push(d[j&63])}return x.join("")}function m(O,C){var A=0,x=O.length,$=0,j=[],U,Q,W,oe,ue,q;if(C<=0)throw Error("Illegal len: "+C);for(;A<x-1&&$<C&&(q=O.charCodeAt(A++),U=q<l.length?l[q]:-1,q=O.charCodeAt(A++),Q=q<l.length?l[q]:-1,!(U==-1||Q==-1||(ue=U<<2>>>0,ue|=(Q&48)>>4,j.push(u(ue)),++$>=C||A>=x)||(q=O.charCodeAt(A++),W=q<l.length?l[q]:-1,W==-1)||(ue=(Q&15)<<4>>>0,ue|=(W&60)>>2,j.push(u(ue)),++$>=C||A>=x)));)q=O.charCodeAt(A++),oe=q<l.length?l[q]:-1,ue=(W&3)<<6>>>0,ue|=oe,j.push(u(ue)),++$;var Oe=[];for(A=0;A<$;A++)Oe.push(j[A].charCodeAt(0));return Oe}var w=function(){var O={};return O.MAX_CODEPOINT=1114111,O.encodeUTF8=function(C,A){var x=null;for(typeof C=="number"&&(x=C,C=function(){return null});x!==null||(x=C())!==null;)x<128?A(x&127):x<2048?(A(x>>6&31|192),A(x&63|128)):x<65536?(A(x>>12&15|224),A(x>>6&63|128),A(x&63|128)):(A(x>>18&7|240),A(x>>12&63|128),A(x>>6&63|128),A(x&63|128)),x=null},O.decodeUTF8=function(C,A){for(var x,$,j,U,Q=function(W){W=W.slice(0,W.indexOf(null));var oe=Error(W.toString());throw oe.name="TruncatedError",oe.bytes=W,oe};(x=C())!==null;)if(!(x&128))A(x);else if((x&224)===192)($=C())===null&&Q([x,$]),A((x&31)<<6|$&63);else if((x&240)===224)(($=C())===null||(j=C())===null)&&Q([x,$,j]),A((x&15)<<12|($&63)<<6|j&63);else if((x&248)===240)(($=C())===null||(j=C())===null||(U=C())===null)&&Q([x,$,j,U]),A((x&7)<<18|($&63)<<12|(j&63)<<6|U&63);else throw RangeError("Illegal starting byte: "+x)},O.UTF16toUTF8=function(C,A){for(var x,$=null;(x=$!==null?$:C())!==null;){if(x>=55296&&x<=57343&&($=C())!==null&&$>=56320&&$<=57343){A((x-55296)*1024+$-56320+65536),$=null;continue}A(x)}$!==null&&A($)},O.UTF8toUTF16=function(C,A){var x=null;for(typeof C=="number"&&(x=C,C=function(){return null});x!==null||(x=C())!==null;)x<=65535?A(x):(x-=65536,A((x>>10)+55296),A(x%1024+56320)),x=null},O.encodeUTF16toUTF8=function(C,A){O.UTF16toUTF8(C,function(x){O.encodeUTF8(x,A)})},O.decodeUTF8toUTF16=function(C,A){O.decodeUTF8(C,function(x){O.UTF8toUTF16(x,A)})},O.calculateCodePoint=function(C){return C<128?1:C<2048?2:C<65536?3:4},O.calculateUTF8=function(C){for(var A,x=0;(A=C())!==null;)x+=O.calculateCodePoint(A);return x},O.calculateUTF16asUTF8=function(C){var A=0,x=0;return O.UTF16toUTF8(C,function($){++A,x+=O.calculateCodePoint($)}),[A,x]},O}();Date.now=Date.now||function(){return+new Date};var h=16,_=10,v=16,k=100,N=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],z=[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],L=[1332899944,1700884034,1701343084,1684370003,1668446532,1869963892];function Y(O,C,A,x){var $,j=O[C],U=O[C+1];return j^=A[0],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[1],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[2],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[3],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[4],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[5],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[6],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[7],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[8],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[9],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[10],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[11],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[12],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[13],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[14],$=x[j>>>24],$+=x[256|j>>16&255],$^=x[512|j>>8&255],$+=x[768|j&255],U^=$^A[15],$=x[U>>>24],$+=x[256|U>>16&255],$^=x[512|U>>8&255],$+=x[768|U&255],j^=$^A[16],O[C]=U^A[v+1],O[C+1]=j,O}function se(O,C){for(var A=0,x=0;A<4;++A)x=x<<8|O[C]&255,C=(C+1)%O.length;return{key:x,offp:C}}function ae(O,C,A){for(var x=0,$=[0,0],j=C.length,U=A.length,Q,W=0;W<j;W++)Q=se(O,x),x=Q.offp,C[W]=C[W]^Q.key;for(W=0;W<j;W+=2)$=Y($,0,C,A),C[W]=$[0],C[W+1]=$[1];for(W=0;W<U;W+=2)$=Y($,0,C,A),A[W]=$[0],A[W+1]=$[1]}function ke(O,C,A,x){for(var $=0,j=[0,0],U=A.length,Q=x.length,W,oe=0;oe<U;oe++)W=se(C,$),$=W.offp,A[oe]=A[oe]^W.key;for($=0,oe=0;oe<U;oe+=2)W=se(O,$),$=W.offp,j[0]^=W.key,W=se(O,$),$=W.offp,j[1]^=W.key,j=Y(j,0,A,x),A[oe]=j[0],A[oe+1]=j[1];for(oe=0;oe<Q;oe+=2)W=se(O,$),$=W.offp,j[0]^=W.key,W=se(O,$),$=W.offp,j[1]^=W.key,j=Y(j,0,A,x),x[oe]=j[0],x[oe+1]=j[1]}function Ee(O,C,A,x,$){var j=L.slice(),U=j.length,Q;if(A<4||A>31)if(Q=Error("Illegal number of rounds (4-31): "+A),x){a(x.bind(this,Q));return}else throw Q;if(C.length!==h)if(Q=Error("Illegal salt length: "+C.length+" != "+h),x){a(x.bind(this,Q));return}else throw Q;A=1<<A>>>0;var W,oe,ue=0,q;Int32Array?(W=new Int32Array(N),oe=new Int32Array(z)):(W=N.slice(),oe=z.slice()),ke(C,O,W,oe);function Oe(){if($&&$(ue/A),ue<A)for(var he=Date.now();ue<A&&(ue=ue+1,ae(O,W,oe),ae(C,W,oe),!(Date.now()-he>k)););else{for(ue=0;ue<64;ue++)for(q=0;q<U>>1;q++)Y(j,q<<1,W,oe);var Se=[];for(ue=0;ue<U;ue++)Se.push((j[ue]>>24&255)>>>0),Se.push((j[ue]>>16&255)>>>0),Se.push((j[ue]>>8&255)>>>0),Se.push((j[ue]&255)>>>0);if(x){x(null,Se);return}else return Se}x&&a(Oe)}if(typeof x<"u")Oe();else for(var _n;;)if(typeof(_n=Oe())<"u")return _n||[]}function ze(O,C,A,x){var $;if(typeof O!="string"||typeof C!="string")if($=Error("Invalid string / salt: Not a string"),A){a(A.bind(this,$));return}else throw $;var j,U;if(C.charAt(0)!=="$"||C.charAt(1)!=="2")if($=Error("Invalid salt version: "+C.substring(0,2)),A){a(A.bind(this,$));return}else throw $;if(C.charAt(2)==="$")j="\0",U=3;else{if(j=C.charAt(2),j!=="a"&&j!=="b"&&j!=="y"||C.charAt(3)!=="$")if($=Error("Invalid salt revision: "+C.substring(2,4)),A){a(A.bind(this,$));return}else throw $;U=4}if(C.charAt(U+2)>"$")if($=Error("Missing salt rounds"),A){a(A.bind(this,$));return}else throw $;var Q=parseInt(C.substring(U,U+1),10)*10,W=parseInt(C.substring(U+1,U+2),10),oe=Q+W,ue=C.substring(U+3,U+25);O+=j>="a"?"\0":"";var q=c(O),Oe=m(ue,h);function _n(he){var Se=[];return Se.push("$2"),j>="a"&&Se.push(j),Se.push("$"),oe<10&&Se.push("0"),Se.push(oe.toString()),Se.push("$"),Se.push(f(Oe,Oe.length)),Se.push(f(he,L.length*4-1)),Se.join("")}if(typeof A>"u")return _n(Ee(q,Oe,oe));Ee(q,Oe,oe,function(he,Se){he?A(he,null):A(null,_n(Se))},x)}return e.encodeBase64=f,e.decodeBase64=m,e})})(Y0);var d_=Y0.exports;const yi=X0(d_),l_="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let u_=t=>crypto.getRandomValues(new Uint8Array(t)),p_=(t,e,n)=>{let r=(2<<Math.log2(t.length-1))-1,i=-~(1.6*r*e/t.length);return(o=e)=>{let a="";for(;;){let c=n(i),d=i;for(;d--;)if(a+=t[c[d]&r]||"",a.length===o)return a}}},f_=(t,e=21)=>p_(t,e,u_),xe=(t=21)=>{let e="",n=crypto.getRandomValues(new Uint8Array(t));for(;t--;)e+=l_[n[t]&63];return e};const h_=24;function ws(){return f_("0123456789abcdef",h_)()}function Eu(t){if(!t.includes("|"))return console.error("Invalid user_id format"),t;const[,e]=t.split("|");return e}function g_(t){return async(e,n)=>{if(!n.email||!n.email_verified)return t.users.create(e,n);const r=await ks({userAdapter:t.users,tenant_id:e,email:n.email});return r?(await t.users.create(e,{...n,linked_to:r.user_id}),r):t.users.create(e,n)}}function we(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:[]}}class Md{constructor(e,n){te(this,"value");te(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 Md(Math.round(this.milliseconds()*e),"ms")}}class m_{constructor(e){te(this,"hash");this.hash=e}async verify(e,n,r){const i=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",i,n,r)}async sign(e,n){const r=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",r,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"]),r=await crypto.subtle.exportKey("pkcs8",n.privateKey),i=await crypto.subtle.exportKey("spki",n.publicKey);return{privateKey:r,publicKey:i}}}async function Q0(t){return await crypto.subtle.digest("SHA-256",t)}const Iu="0123456789abcdef";function Xa(t){const e=new Uint8Array(t);let n="";for(let r=0;r<e.length;r++){const i=e[r]>>4;n+=Iu[i];const o=e[r]&15;n+=Iu[o]}return n}class eh{constructor(e,n){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=(n==null?void 0:n.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let r=0;r<e.length;r++)this.decodeMap.set(e[r],r)}encode(e,n){let r="",i=0,o=0;for(let c=0;c<e.length;c++)for(i=i<<8|e[c],o+=8;o>=5;)o-=5,r+=this.alphabet[i>>o&31];if(o>0&&(r+=this.alphabet[i<<5-o&31]),(n==null?void 0:n.includePadding)??!0){const c=(8-r.length%8)%8;for(let d=0;d<c;d++)r+="="}return r}decode(e,n){const r=(n==null?void 0:n.strict)??!0,i=Math.ceil(e.length/8),o=[];for(let a=0;a<i;a++){let c=0;const d=[];for(let u=0;u<8;u++){const f=e[a*8+u];if(f==="="){if(a+1!==i)throw new Error(`Invalid character: ${f}`);c+=1;continue}if(f===void 0){if(r)throw new Error("Invalid data");c+=1;continue}const m=this.decodeMap.get(f)??null;if(m===null)throw new Error(`Invalid character: ${f}`);d.push(m)}if(c===8||c===7||c===5||c===2)throw new Error("Invalid padding");const l=(d[0]<<3)+(d[1]>>2);if(o.push(l),c<6){const u=((d[1]&3)<<6)+(d[2]<<1)+(d[3]>>4);o.push(u)}if(c<4){const u=((d[3]&255)<<4)+(d[4]>>1);o.push(u)}if(c<3){const u=((d[4]&1)<<7)+(d[5]<<2)+(d[6]>>3);o.push(u)}if(c<1){const u=((d[6]&7)<<5)+d[7];o.push(u)}}return Uint8Array.from(o)}}new eh("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567");new eh("0123456789ABCDEFGHIJKLMNOPQRSTUV");class th{constructor(e,n){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=(n==null?void 0:n.padding)??"=",this.alphabet.includes(this.padding)||this.padding.length!==1)throw new Error("Invalid padding");for(let r=0;r<e.length;r++)this.decodeMap.set(e[r],r)}encode(e,n){let r="",i=0,o=0;for(let c=0;c<e.length;c++)for(i=i<<8|e[c],o+=8;o>=6;)o+=-6,r+=this.alphabet[i>>o&63];if(o>0&&(r+=this.alphabet[i<<6-o&63]),(n==null?void 0:n.includePadding)??!0){const c=(4-r.length%4)%4;for(let d=0;d<c;d++)r+="="}return r}decode(e,n){const r=(n==null?void 0:n.strict)??!0,i=Math.ceil(e.length/4),o=[];for(let a=0;a<i;a++){let c=0,d=0;for(let l=0;l<4;l++){const u=e[a*4+l];if(u==="="){if(a+1!==i)throw new Error(`Invalid character: ${u}`);c+=1;continue}if(u===void 0){if(r)throw new Error("Invalid data");c+=1;continue}const f=this.decodeMap.get(u)??null;if(f===null)throw new Error(`Invalid character: ${u}`);d+=f<<6*(3-l)}o.push(d>>16&255),c<2&&o.push(d>>8&255),c<1&&o.push(d&255)}return Uint8Array.from(o)}}const __=new th("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"),Sn=new th("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_");async function Nu(t,e,n,r){const i={alg:t,typ:"JWT",...r==null?void 0:r.headers},o={...n};(r==null?void 0:r.audiences)!==void 0&&(o.aud=r.audiences),(r==null?void 0:r.subject)!==void 0&&(o.sub=r.subject),(r==null?void 0:r.issuer)!==void 0&&(o.iss=r.issuer),(r==null?void 0:r.jwtId)!==void 0&&(o.jti=r.jwtId),(r==null?void 0:r.expiresIn)!==void 0&&(o.exp=Math.floor(Date.now()/1e3)+r.expiresIn.seconds()),(r==null?void 0:r.notBefore)!==void 0&&(o.nbf=Math.floor(r.notBefore.getTime()/1e3)),o.iat=Math.floor(Date.now()/1e3);const a=new TextEncoder,c=Sn.encode(a.encode(JSON.stringify(i)),{includePadding:!1}),d=Sn.encode(a.encode(JSON.stringify(o)),{includePadding:!1}),l=a.encode([c,d].join(".")),u=await w_(t).sign(e,l),f=Sn.encode(new Uint8Array(u),{includePadding:!1});return[c,d,f].join(".")}function y_(t){const e=t.split(".");return e.length!==3?null:e}function Fd(t){const e=y_(t);if(!e)return null;const n=new TextDecoder,r=Sn.decode(e[0],{strict:!1}),i=Sn.decode(e[1],{strict:!1}),o=JSON.parse(n.decode(r));if(typeof o!="object"||o===null||!("alg"in o)||!v_(o.alg)||"typ"in o&&o.typ!=="JWT")return null;const a=JSON.parse(n.decode(i));if(typeof a!="object"||a===null)return null;const c={algorithm:o.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 d of a.aud)if(typeof d!="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:t,header:{...o,typ:"JWT",alg:o.alg},payload:{...a},parts:e,...c}}function w_(t){return new m_(b_[t])}function v_(t){return typeof t!="string"?!1:["HS256","HS384","HS512","RS256","RS384","RS512","ES256","ES384","ES512","PS256","PS384","PS512"].includes(t)}const b_={RS256:"SHA-256",RS384:"SHA-384",RS512:"SHA-512"};function $_(){const t=new Uint8Array(32);return crypto.getRandomValues(t),Sn.encode(t,{includePadding:!1})}function x_(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,"")),r=>r.charCodeAt(0)).buffer}finally{t=t.replace(/./g,"\0")}}async function k_(t,e){if(e==="plain")return t;const n=new TextEncoder().encode(t),r=await Q0(n);return Sn.encode(new Uint8Array(r),{includePadding:!1})}const Hi=60*5,vs=30*24*60*60,cr=24*60*60,S_="auth-token",Ya=30*60*1e3,A_=7*24*60*60*1e3,E_=5*60,I_=5*60,N_=30*60*1e3,C_=30*60*1e3,z_=24*60*60*1e3;function nh(t,e,n){const r=[];return r.push([encodeURIComponent(t),encodeURIComponent(e)]),(n==null?void 0:n.domain)!==void 0&&r.push(["Domain",n.domain]),(n==null?void 0:n.expires)!==void 0&&r.push(["Expires",n.expires.toUTCString()]),n!=null&&n.httpOnly&&r.push(["HttpOnly"]),(n==null?void 0:n.maxAge)!==void 0&&r.push(["Max-Age",n.maxAge.toString()]),(n==null?void 0:n.path)!==void 0&&r.push(["Path",n.path]),(n==null?void 0:n.sameSite)==="lax"&&r.push(["SameSite","Lax"]),(n==null?void 0:n.sameSite)==="none"&&r.push(["SameSite","None"]),(n==null?void 0:n.sameSite)==="strict"&&r.push(["SameSite","Strict"]),n!=null&&n.secure&&r.push(["Secure"]),r.map(i=>i.join("=")).join("; ")}function O_(t){const e=new Map,n=t.split("; ");for(const r of n){const i=r.split("="),o=i[0],a=i[1]??"";o&&e.set(decodeURIComponent(o),decodeURIComponent(a))}return e}function Vd(t){return`${t}-${S_}`}function rh(t){if(!t)return;if(t==="localhost"||/^(\d{1,3}\.){3}\d{1,3}$/.test(t))return t;const e=t.split(".");return e.length>2?`.${e.slice(-2).join(".")}`:`.${t}`}function Ao(t,e){return e?O_(e).get(Vd(t)):void 0}function j_(t,e){return nh(Vd(t),"",{path:"/",httpOnly:!0,secure:!0,maxAge:0,sameSite:"none",domain:e?rh(e):void 0})}function ih(t,e,n){return nh(Vd(t),e,{path:"/",httpOnly:!0,secure:!0,maxAge:vs,sameSite:"none",domain:n?rh(n):void 0})}var Dd={},bs={};(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",r="["+e+"]["+n+"]*",i=new RegExp("^"+r+"$"),o=function(c,d){const l=[];let u=d.exec(c);for(;u;){const f=[];f.startIndex=d.lastIndex-u[0].length;const m=u.length;for(let w=0;w<m;w++)f.push(u[w]);l.push(f),u=d.exec(c)}return l},a=function(c){const d=i.exec(c);return!(d===null||typeof d>"u")};t.isExist=function(c){return typeof c<"u"},t.isEmptyObject=function(c){return Object.keys(c).length===0},t.merge=function(c,d,l){if(d){const u=Object.keys(d),f=u.length;for(let m=0;m<f;m++)l==="strict"?c[u[m]]=[d[u[m]]]:c[u[m]]=d[u[m]]}},t.getValue=function(c){return t.isExist(c)?c:""},t.isName=a,t.getAllMatches=o,t.nameRegexp=r})(bs);const qd=bs,P_={allowBooleanAttributes:!1,unpairedTags:[]};Dd.validate=function(t,e){e=Object.assign({},P_,e);const n=[];let r=!1,i=!1;t[0]==="\uFEFF"&&(t=t.substr(1));for(let o=0;o<t.length;o++)if(t[o]==="<"&&t[o+1]==="?"){if(o+=2,o=zu(t,o),o.err)return o}else if(t[o]==="<"){let a=o;if(o++,t[o]==="!"){o=Ou(t,o);continue}else{let c=!1;t[o]==="/"&&(c=!0,o++);let d="";for(;o<t.length&&t[o]!==">"&&t[o]!==" "&&t[o]!==" "&&t[o]!==`
6
+ `&&t[o]!=="\r";o++)d+=t[o];if(d=d.trim(),d[d.length-1]==="/"&&(d=d.substring(0,d.length-1),o--),!V_(d)){let f;return d.trim().length===0?f="Invalid space after '<'.":f="Tag '"+d+"' is an invalid name.",be("InvalidTag",f,Ve(t,o))}const l=B_(t,o);if(l===!1)return be("InvalidAttr","Attributes for '"+d+"' have open quote.",Ve(t,o));let u=l.value;if(o=l.index,u[u.length-1]==="/"){const f=o-u.length;u=u.substring(0,u.length-1);const m=ju(u,e);if(m===!0)r=!0;else return be(m.err.code,m.err.msg,Ve(t,f+m.err.line))}else if(c)if(l.tagClosed){if(u.trim().length>0)return be("InvalidTag","Closing tag '"+d+"' can't have attributes or invalid starting.",Ve(t,a));if(n.length===0)return be("InvalidTag","Closing tag '"+d+"' has not been opened.",Ve(t,a));{const f=n.pop();if(d!==f.tagName){let m=Ve(t,f.tagStartPos);return be("InvalidTag","Expected closing tag '"+f.tagName+"' (opened in line "+m.line+", col "+m.col+") instead of closing tag '"+d+"'.",Ve(t,a))}n.length==0&&(i=!0)}}else return be("InvalidTag","Closing tag '"+d+"' doesn't have proper closing.",Ve(t,o));else{const f=ju(u,e);if(f!==!0)return be(f.err.code,f.err.msg,Ve(t,o-u.length+f.err.line));if(i===!0)return be("InvalidXml","Multiple possible root nodes found.",Ve(t,o));e.unpairedTags.indexOf(d)!==-1||n.push({tagName:d,tagStartPos:a}),r=!0}for(o++;o<t.length;o++)if(t[o]==="<")if(t[o+1]==="!"){o++,o=Ou(t,o);continue}else if(t[o+1]==="?"){if(o=zu(t,++o),o.err)return o}else break;else if(t[o]==="&"){const f=M_(t,o);if(f==-1)return be("InvalidChar","char '&' is not expected.",Ve(t,o));o=f}else if(i===!0&&!Cu(t[o]))return be("InvalidXml","Extra text at the end",Ve(t,o));t[o]==="<"&&o--}}else{if(Cu(t[o]))continue;return be("InvalidChar","char '"+t[o]+"' is not expected.",Ve(t,o))}if(r){if(n.length==1)return be("InvalidTag","Unclosed tag '"+n[0].tagName+"'.",Ve(t,n[0].tagStartPos));if(n.length>0)return be("InvalidXml","Invalid '"+JSON.stringify(n.map(o=>o.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return be("InvalidXml","Start tag expected.",1);return!0};function Cu(t){return t===" "||t===" "||t===`
7
+ `||t==="\r"}function zu(t,e){const n=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){const r=t.substr(n,e-n);if(e>5&&r==="xml")return be("InvalidXml","XML declaration allowed only at the start of the document.",Ve(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function Ou(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 T_='"',R_="'";function B_(t,e){let n="",r="",i=!1;for(;e<t.length;e++){if(t[e]===T_||t[e]===R_)r===""?r=t[e]:r!==t[e]||(r="");else if(t[e]===">"&&r===""){i=!0;break}n+=t[e]}return r!==""?!1:{value:n,index:e,tagClosed:i}}const L_=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function ju(t,e){const n=qd.getAllMatches(t,L_),r={};for(let i=0;i<n.length;i++){if(n[i][1].length===0)return be("InvalidAttr","Attribute '"+n[i][2]+"' has no space in starting.",Br(n[i]));if(n[i][3]!==void 0&&n[i][4]===void 0)return be("InvalidAttr","Attribute '"+n[i][2]+"' is without value.",Br(n[i]));if(n[i][3]===void 0&&!e.allowBooleanAttributes)return be("InvalidAttr","boolean attribute '"+n[i][2]+"' is not allowed.",Br(n[i]));const o=n[i][2];if(!F_(o))return be("InvalidAttr","Attribute '"+o+"' is an invalid name.",Br(n[i]));if(!r.hasOwnProperty(o))r[o]=1;else return be("InvalidAttr","Attribute '"+o+"' is repeated.",Br(n[i]))}return!0}function U_(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 M_(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,U_(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 be(t,e,n){return{err:{code:t,msg:e,line:n.line||n,col:n.col}}}function F_(t){return qd.isName(t)}function V_(t){return qd.isName(t)}function Ve(t,e){const n=t.substring(0,e).split(/\r?\n/);return{line:n.length,col:n[n.length-1].length+1}}function Br(t){return t.startIndex+t[1].length}var Hd={};const oh={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}},D_=function(t){return Object.assign({},oh,t)};Hd.buildOptions=D_;Hd.defaultOptions=oh;class q_{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 H_=q_;const K_=bs;function G_(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 r=1,i=!1,o=!1,a="";for(;e<t.length;e++)if(t[e]==="<"&&!o){if(i&&Z_(t,e)){e+=7;let c,d;[c,d,e]=W_(t,e+1),d.indexOf("&")===-1&&(n[ey(c)]={regx:RegExp(`&${c};`,"g"),val:d})}else if(i&&X_(t,e))e+=8;else if(i&&Y_(t,e))e+=8;else if(i&&Q_(t,e))e+=9;else if(J_)o=!0;else throw new Error("Invalid DOCTYPE");r++,a=""}else if(t[e]===">"){if(o?t[e-1]==="-"&&t[e-2]==="-"&&(o=!1,r--):r--,r===0)break}else t[e]==="["?i=!0:a+=t[e];if(r!==0)throw new Error("Unclosed DOCTYPE")}else throw new Error("Invalid Tag instead of DOCTYPE");return{entities:n,i:e}}function W_(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 r=t[e++];let i="";for(;e<t.length&&t[e]!==r;e++)i+=t[e];return[n,i,e]}function J_(t,e){return t[e+1]==="!"&&t[e+2]==="-"&&t[e+3]==="-"}function Z_(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 X_(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 Y_(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 Q_(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 ey(t){if(K_.isName(t))return t;throw new Error(`Invalid entity name ${t}`)}var ty=G_;const ny=/^[-+]?0x[a-fA-F0-9]+$/,ry=/^([\-\+])?(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 iy={hex:!0,leadingZeros:!0,decimalPoint:".",eNotation:!0};function oy(t,e={}){if(e=Object.assign({},iy,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&&ny.test(n))return Number.parseInt(n,16);{const r=ry.exec(n);if(r){const i=r[1],o=r[2];let a=sy(r[3]);const c=r[4]||r[6];if(!e.leadingZeros&&o.length>0&&i&&n[2]!==".")return t;if(!e.leadingZeros&&o.length>0&&!i&&n[1]!==".")return t;{const d=Number(n),l=""+d;return l.search(/[eE]/)!==-1||c?e.eNotation?d:t:n.indexOf(".")!==-1?l==="0"&&a===""||l===a||i&&l==="-"+a?d:t:o?a===l||i+a===l?d:t:n===l||n===i+l?d:t}}else return t}}function sy(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 ay=oy;function cy(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 sh=cy;const ah=bs,Lr=H_,dy=ty,ly=ay,uy=sh;let py=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,r)=>String.fromCharCode(Number.parseInt(r,10))},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(n,r)=>String.fromCharCode(Number.parseInt(r,16))}},this.addExternalEntities=fy,this.parseXml=yy,this.parseTextData=hy,this.resolveNameSpace=gy,this.buildAttributesMap=_y,this.isItStopNode=$y,this.replaceEntitiesValue=vy,this.readStopNodeData=ky,this.saveTextToParentTag=by,this.addChild=wy,this.ignoreAttributesFn=uy(this.options.ignoreAttributes)}};function fy(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];this.lastEntities[r]={regex:new RegExp("&"+r+";","g"),val:t[r]}}}function hy(t,e,n,r,i,o,a){if(t!==void 0&&(this.options.trimValues&&!r&&(t=t.trim()),t.length>0)){a||(t=this.replaceEntitiesValue(t));const c=this.options.tagValueProcessor(e,t,n,i,o);return c==null?t:typeof c!=typeof t||c!==t?c:this.options.trimValues?ec(t,this.options.parseTagValue,this.options.numberParseOptions):t.trim()===t?ec(t,this.options.parseTagValue,this.options.numberParseOptions):t}}function gy(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 my=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function _y(t,e,n){if(this.options.ignoreAttributes!==!0&&typeof t=="string"){const r=ah.getAllMatches(t,my),i=r.length,o={};for(let a=0;a<i;a++){const c=this.resolveNameSpace(r[a][1]);if(this.ignoreAttributesFn(c,e))continue;let d=r[a][4],l=this.options.attributeNamePrefix+c;if(c.length)if(this.options.transformAttributeName&&(l=this.options.transformAttributeName(l)),l==="__proto__"&&(l="#__proto__"),d!==void 0){this.options.trimValues&&(d=d.trim()),d=this.replaceEntitiesValue(d);const u=this.options.attributeValueProcessor(c,d,e);u==null?o[l]=d:typeof u!=typeof d||u!==d?o[l]=u:o[l]=ec(d,this.options.parseAttributeValue,this.options.numberParseOptions)}else this.options.allowBooleanAttributes&&(o[l]=!0)}if(!Object.keys(o).length)return;if(this.options.attributesGroupName){const a={};return a[this.options.attributesGroupName]=o,a}return o}}const yy=function(t){t=t.replace(/\r\n?/g,`
8
+ `);const e=new Lr("!xml");let n=e,r="",i="";for(let o=0;o<t.length;o++)if(t[o]==="<")if(t[o+1]==="/"){const c=$n(t,">",o,"Closing Tag is not closed.");let d=t.substring(o+2,c).trim();if(this.options.removeNSPrefix){const f=d.indexOf(":");f!==-1&&(d=d.substr(f+1))}this.options.transformTagName&&(d=this.options.transformTagName(d)),n&&(r=this.saveTextToParentTag(r,n,i));const l=i.substring(i.lastIndexOf(".")+1);if(d&&this.options.unpairedTags.indexOf(d)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${d}>`);let u=0;l&&this.options.unpairedTags.indexOf(l)!==-1?(u=i.lastIndexOf(".",i.lastIndexOf(".")-1),this.tagsNodeStack.pop()):u=i.lastIndexOf("."),i=i.substring(0,u),n=this.tagsNodeStack.pop(),r="",o=c}else if(t[o+1]==="?"){let c=Qa(t,o,!1,"?>");if(!c)throw new Error("Pi Tag is not closed.");if(r=this.saveTextToParentTag(r,n,i),!(this.options.ignoreDeclaration&&c.tagName==="?xml"||this.options.ignorePiTags)){const d=new Lr(c.tagName);d.add(this.options.textNodeName,""),c.tagName!==c.tagExp&&c.attrExpPresent&&(d[":@"]=this.buildAttributesMap(c.tagExp,i,c.tagName)),this.addChild(n,d,i)}o=c.closeIndex+1}else if(t.substr(o+1,3)==="!--"){const c=$n(t,"-->",o+4,"Comment is not closed.");if(this.options.commentPropName){const d=t.substring(o+4,c-2);r=this.saveTextToParentTag(r,n,i),n.add(this.options.commentPropName,[{[this.options.textNodeName]:d}])}o=c}else if(t.substr(o+1,2)==="!D"){const c=dy(t,o);this.docTypeEntities=c.entities,o=c.i}else if(t.substr(o+1,2)==="!["){const c=$n(t,"]]>",o,"CDATA is not closed.")-2,d=t.substring(o+9,c);r=this.saveTextToParentTag(r,n,i);let l=this.parseTextData(d,n.tagname,i,!0,!1,!0,!0);l==null&&(l=""),this.options.cdataPropName?n.add(this.options.cdataPropName,[{[this.options.textNodeName]:d}]):n.add(this.options.textNodeName,l),o=c+2}else{let c=Qa(t,o,this.options.removeNSPrefix),d=c.tagName;const l=c.rawTagName;let u=c.tagExp,f=c.attrExpPresent,m=c.closeIndex;this.options.transformTagName&&(d=this.options.transformTagName(d)),n&&r&&n.tagname!=="!xml"&&(r=this.saveTextToParentTag(r,n,i,!1));const w=n;if(w&&this.options.unpairedTags.indexOf(w.tagname)!==-1&&(n=this.tagsNodeStack.pop(),i=i.substring(0,i.lastIndexOf("."))),d!==e.tagname&&(i+=i?"."+d:d),this.isItStopNode(this.options.stopNodes,i,d)){let h="";if(u.length>0&&u.lastIndexOf("/")===u.length-1)d[d.length-1]==="/"?(d=d.substr(0,d.length-1),i=i.substr(0,i.length-1),u=d):u=u.substr(0,u.length-1),o=c.closeIndex;else if(this.options.unpairedTags.indexOf(d)!==-1)o=c.closeIndex;else{const v=this.readStopNodeData(t,l,m+1);if(!v)throw new Error(`Unexpected end of ${l}`);o=v.i,h=v.tagContent}const _=new Lr(d);d!==u&&f&&(_[":@"]=this.buildAttributesMap(u,i,d)),h&&(h=this.parseTextData(h,d,i,!0,f,!0,!0)),i=i.substr(0,i.lastIndexOf(".")),_.add(this.options.textNodeName,h),this.addChild(n,_,i)}else{if(u.length>0&&u.lastIndexOf("/")===u.length-1){d[d.length-1]==="/"?(d=d.substr(0,d.length-1),i=i.substr(0,i.length-1),u=d):u=u.substr(0,u.length-1),this.options.transformTagName&&(d=this.options.transformTagName(d));const h=new Lr(d);d!==u&&f&&(h[":@"]=this.buildAttributesMap(u,i,d)),this.addChild(n,h,i),i=i.substr(0,i.lastIndexOf("."))}else{const h=new Lr(d);this.tagsNodeStack.push(n),d!==u&&f&&(h[":@"]=this.buildAttributesMap(u,i,d)),this.addChild(n,h,i),n=h}r="",o=m}}else r+=t[o];return e.child};function wy(t,e,n){const r=this.options.updateTag(e.tagname,n,e[":@"]);r===!1||(typeof r=="string"&&(e.tagname=r),t.addChild(e))}const vy=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 by(t,e,n,r){return t&&(r===void 0&&(r=Object.keys(e.child).length===0),t=this.parseTextData(t,e.tagname,n,!1,e[":@"]?Object.keys(e[":@"]).length!==0:!1,r),t!==void 0&&t!==""&&e.add(this.options.textNodeName,t),t=""),t}function $y(t,e,n){const r="*."+n;for(const i in t){const o=t[i];if(r===o||e===o)return!0}return!1}function xy(t,e,n=">"){let r,i="";for(let o=e;o<t.length;o++){let a=t[o];if(r)a===r&&(r="");else if(a==='"'||a==="'")r=a;else if(a===n[0])if(n[1]){if(t[o+1]===n[1])return{data:i,index:o}}else return{data:i,index:o};else a===" "&&(a=" ");i+=a}}function $n(t,e,n,r){const i=t.indexOf(e,n);if(i===-1)throw new Error(r);return i+e.length-1}function Qa(t,e,n,r=">"){const i=xy(t,e+1,r);if(!i)return;let o=i.data;const a=i.index,c=o.search(/\s/);let d=o,l=!0;c!==-1&&(d=o.substring(0,c),o=o.substring(c+1).trimStart());const u=d;if(n){const f=d.indexOf(":");f!==-1&&(d=d.substr(f+1),l=d!==i.data.substr(f+1))}return{tagName:d,tagExp:o,closeIndex:a,attrExpPresent:l,rawTagName:u}}function ky(t,e,n){const r=n;let i=1;for(;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="/"){const o=$n(t,">",n,`${e} is not closed`);if(t.substring(n+2,o).trim()===e&&(i--,i===0))return{tagContent:t.substring(r,n),i:o};n=o}else if(t[n+1]==="?")n=$n(t,"?>",n+1,"StopNode is not closed.");else if(t.substr(n+1,3)==="!--")n=$n(t,"-->",n+3,"StopNode is not closed.");else if(t.substr(n+1,2)==="![")n=$n(t,"]]>",n,"StopNode is not closed.")-2;else{const o=Qa(t,n,">");o&&((o&&o.tagName)===e&&o.tagExp[o.tagExp.length-1]!=="/"&&i++,n=o.closeIndex)}}function ec(t,e,n){if(e&&typeof t=="string"){const r=t.trim();return r==="true"?!0:r==="false"?!1:ly(t,n)}else return ah.isExist(t)?t:""}var Sy=py,ch={};function Ay(t,e){return dh(t,e)}function dh(t,e,n){let r;const i={};for(let o=0;o<t.length;o++){const a=t[o],c=Ey(a);let d="";if(n===void 0?d=c:d=n+"."+c,c===e.textNodeName)r===void 0?r=a[c]:r+=""+a[c];else{if(c===void 0)continue;if(a[c]){let l=dh(a[c],e,d);const u=Ny(l,e);a[":@"]?Iy(l,a[":@"],d,e):Object.keys(l).length===1&&l[e.textNodeName]!==void 0&&!e.alwaysCreateTextNode?l=l[e.textNodeName]:Object.keys(l).length===0&&(e.alwaysCreateTextNode?l[e.textNodeName]="":l=""),i[c]!==void 0&&i.hasOwnProperty(c)?(Array.isArray(i[c])||(i[c]=[i[c]]),i[c].push(l)):e.isArray(c,d,u)?i[c]=[l]:i[c]=l}}}return typeof r=="string"?r.length>0&&(i[e.textNodeName]=r):r!==void 0&&(i[e.textNodeName]=r),i}function Ey(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];if(r!==":@")return r}}function Iy(t,e,n,r){if(e){const i=Object.keys(e),o=i.length;for(let a=0;a<o;a++){const c=i[a];r.isArray(c,n+"."+c,!0,!0)?t[c]=[e[c]]:t[c]=e[c]}}}function Ny(t,e){const{textNodeName:n}=e,r=Object.keys(t).length;return!!(r===0||r===1&&(t[n]||typeof t[n]=="boolean"||t[n]===0))}ch.prettify=Ay;const{buildOptions:Cy}=Hd,zy=Sy,{prettify:Oy}=ch,jy=Dd;let Py=class{constructor(e){this.externalEntities={},this.options=Cy(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 o=jy.validate(e,n);if(o!==!0)throw Error(`${o.err.msg}:${o.err.line}:${o.err.col}`)}const r=new zy(this.options);r.addExternalEntities(this.externalEntities);const i=r.parseXml(e);return this.options.preserveOrder||i===void 0?i:Oy(i,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 '&#xD;'");if(n==="&")throw new Error("An entity with value '&' is not permitted");this.externalEntities[e]=n}};var Ty=Py;const Ry=`
9
+ `;function By(t,e){let n="";return e.format&&e.indentBy.length>0&&(n=Ry),lh(t,e,"",n)}function lh(t,e,n,r){let i="",o=!1;for(let a=0;a<t.length;a++){const c=t[a],d=Ly(c);if(d===void 0)continue;let l="";if(n.length===0?l=d:l=`${n}.${d}`,d===e.textNodeName){let h=c[d];Uy(l,e)||(h=e.tagValueProcessor(d,h),h=uh(h,e)),o&&(i+=r),i+=h,o=!1;continue}else if(d===e.cdataPropName){o&&(i+=r),i+=`<![CDATA[${c[d][0][e.textNodeName]}]]>`,o=!1;continue}else if(d===e.commentPropName){i+=r+`<!--${c[d][0][e.textNodeName]}-->`,o=!0;continue}else if(d[0]==="?"){const h=Pu(c[":@"],e),_=d==="?xml"?"":r;let v=c[d][0][e.textNodeName];v=v.length!==0?" "+v:"",i+=_+`<${d}${v}${h}?>`,o=!0;continue}let u=r;u!==""&&(u+=e.indentBy);const f=Pu(c[":@"],e),m=r+`<${d}${f}`,w=lh(c[d],e,l,u);e.unpairedTags.indexOf(d)!==-1?e.suppressUnpairedNode?i+=m+">":i+=m+"/>":(!w||w.length===0)&&e.suppressEmptyNode?i+=m+"/>":w&&w.endsWith(">")?i+=m+`>${w}${r}</${d}>`:(i+=m+">",w&&r!==""&&(w.includes("/>")||w.includes("</"))?i+=r+e.indentBy+w+r:i+=w,i+=`</${d}>`),o=!0}return i}function Ly(t){const e=Object.keys(t);for(let n=0;n<e.length;n++){const r=e[n];if(t.hasOwnProperty(r)&&r!==":@")return r}}function Pu(t,e){let n="";if(t&&!e.ignoreAttributes)for(let r in t){if(!t.hasOwnProperty(r))continue;let i=e.attributeValueProcessor(r,t[r]);i=uh(i,e),i===!0&&e.suppressBooleanAttributes?n+=` ${r.substr(e.attributeNamePrefix.length)}`:n+=` ${r.substr(e.attributeNamePrefix.length)}="${i}"`}return n}function Uy(t,e){t=t.substr(0,t.length-e.textNodeName.length-1);let n=t.substr(t.lastIndexOf(".")+1);for(let r in e.stopNodes)if(e.stopNodes[r]===t||e.stopNodes[r]==="*."+n)return!0;return!1}function uh(t,e){if(t&&t.length>0&&e.processEntities)for(let n=0;n<e.entities.length;n++){const r=e.entities[n];t=t.replace(r.regex,r.val)}return t}var My=By;const Fy=My,Vy=sh,Dy={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:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1};function pn(t){this.options=Object.assign({},Dy,t),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=Vy(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=Ky),this.processTextOrObjNode=qy,this.options.format?(this.indentate=Hy,this.tagEndChar=`>
10
10
  `,this.newLine=`
11
- `):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}pn.prototype.build=function(t){return this.options.preserveOrder?Gy(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)};pn.prototype.j2x=function(t,e,n){let r="",i="";const o=n.join(".");for(let a in t)if(Object.prototype.hasOwnProperty.call(t,a))if(typeof t[a]>"u")this.isAttribute(a)&&(i+="");else if(t[a]===null)this.isAttribute(a)?i+="":a[0]==="?"?i+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:i+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(t[a]instanceof Date)i+=this.buildTextValNode(t[a],a,"",e);else if(typeof t[a]!="object"){const c=this.isAttribute(a);if(c&&!this.ignoreAttributesFn(c,o))r+=this.buildAttrPairStr(c,""+t[a]);else if(!c)if(a===this.options.textNodeName){let l=this.options.tagValueProcessor(a,""+t[a]);i+=this.replaceEntitiesValue(l)}else i+=this.buildTextValNode(t[a],a,"",e)}else if(Array.isArray(t[a])){const c=t[a].length;let l="",d="";for(let u=0;u<c;u++){const f=t[a][u];if(!(typeof f>"u"))if(f===null)a[0]==="?"?i+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:i+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(typeof f=="object")if(this.options.oneListGroup){const m=this.j2x(f,e+1,n.concat(a));l+=m.val,this.options.attributesGroupName&&f.hasOwnProperty(this.options.attributesGroupName)&&(d+=m.attrStr)}else l+=this.processTextOrObjNode(f,a,e,n);else if(this.options.oneListGroup){let m=this.options.tagValueProcessor(a,f);m=this.replaceEntitiesValue(m),l+=m}else l+=this.buildTextValNode(f,a,"",e)}this.options.oneListGroup&&(l=this.buildObjectNode(l,a,d,e)),i+=l}else if(this.options.attributesGroupName&&a===this.options.attributesGroupName){const c=Object.keys(t[a]),l=c.length;for(let d=0;d<l;d++)r+=this.buildAttrPairStr(c[d],""+t[a][c[d]])}else i+=this.processTextOrObjNode(t[a],a,e,n);return{attrStr:r,val:i}};pn.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 Xy(t,e,n,r){const i=this.j2x(t,n+1,r.concat(e));return t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,i.attrStr,n):this.buildObjectNode(i.val,e,i.attrStr,n)}pn.prototype.buildObjectNode=function(t,e,n,r){if(t==="")return e[0]==="?"?this.indentate(r)+"<"+e+n+"?"+this.tagEndChar:this.indentate(r)+"<"+e+n+this.closeTag(e)+this.tagEndChar;{let i="</"+e+this.tagEndChar,o="";return e[0]==="?"&&(o="?",i=""),(n||n==="")&&t.indexOf("<")===-1?this.indentate(r)+"<"+e+n+o+">"+t+i:this.options.commentPropName!==!1&&e===this.options.commentPropName&&o.length===0?this.indentate(r)+`<!--${t}-->`+this.newLine:this.indentate(r)+"<"+e+n+o+this.tagEndChar+t+this.indentate(r)+i}};pn.prototype.closeTag=function(t){let e="";return this.options.unpairedTags.indexOf(t)!==-1?this.options.suppressUnpairedNode||(e="/"):this.options.suppressEmptyNode?e="/":e=`></${t}`,e};pn.prototype.buildTextValNode=function(t,e,n,r){if(this.options.cdataPropName!==!1&&e===this.options.cdataPropName)return this.indentate(r)+`<![CDATA[${t}]]>`+this.newLine;if(this.options.commentPropName!==!1&&e===this.options.commentPropName)return this.indentate(r)+`<!--${t}-->`+this.newLine;if(e[0]==="?")return this.indentate(r)+"<"+e+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(e,t);return i=this.replaceEntitiesValue(i),i===""?this.indentate(r)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(r)+"<"+e+n+">"+i+"</"+e+this.tagEndChar}};pn.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 Zy(t){return this.options.indentBy.repeat(t)}function Yy(t){return t.startsWith(this.options.attributeNamePrefix)&&t!==this.options.textNodeName?t.substr(this.attrPrefixLen):!1}var Qy=pn;const e2=ql,t2=Fy,n2=Qy;var r2={XMLParser:t2,XMLValidator:e2,XMLBuilder:n2};function i2(t,e,n){const r=n?`<input type="hidden" name="RelayState" value="${n}" />`:"",i=`
11
+ `):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}pn.prototype.build=function(t){return this.options.preserveOrder?Fy(t,this.options):(Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t}),this.j2x(t,0,[]).val)};pn.prototype.j2x=function(t,e,n){let r="",i="";const o=n.join(".");for(let a in t)if(Object.prototype.hasOwnProperty.call(t,a))if(typeof t[a]>"u")this.isAttribute(a)&&(i+="");else if(t[a]===null)this.isAttribute(a)?i+="":a[0]==="?"?i+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:i+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(t[a]instanceof Date)i+=this.buildTextValNode(t[a],a,"",e);else if(typeof t[a]!="object"){const c=this.isAttribute(a);if(c&&!this.ignoreAttributesFn(c,o))r+=this.buildAttrPairStr(c,""+t[a]);else if(!c)if(a===this.options.textNodeName){let d=this.options.tagValueProcessor(a,""+t[a]);i+=this.replaceEntitiesValue(d)}else i+=this.buildTextValNode(t[a],a,"",e)}else if(Array.isArray(t[a])){const c=t[a].length;let d="",l="";for(let u=0;u<c;u++){const f=t[a][u];if(!(typeof f>"u"))if(f===null)a[0]==="?"?i+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:i+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(typeof f=="object")if(this.options.oneListGroup){const m=this.j2x(f,e+1,n.concat(a));d+=m.val,this.options.attributesGroupName&&f.hasOwnProperty(this.options.attributesGroupName)&&(l+=m.attrStr)}else d+=this.processTextOrObjNode(f,a,e,n);else if(this.options.oneListGroup){let m=this.options.tagValueProcessor(a,f);m=this.replaceEntitiesValue(m),d+=m}else d+=this.buildTextValNode(f,a,"",e)}this.options.oneListGroup&&(d=this.buildObjectNode(d,a,l,e)),i+=d}else if(this.options.attributesGroupName&&a===this.options.attributesGroupName){const c=Object.keys(t[a]),d=c.length;for(let l=0;l<d;l++)r+=this.buildAttrPairStr(c[l],""+t[a][c[l]])}else i+=this.processTextOrObjNode(t[a],a,e,n);return{attrStr:r,val:i}};pn.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 qy(t,e,n,r){const i=this.j2x(t,n+1,r.concat(e));return t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,i.attrStr,n):this.buildObjectNode(i.val,e,i.attrStr,n)}pn.prototype.buildObjectNode=function(t,e,n,r){if(t==="")return e[0]==="?"?this.indentate(r)+"<"+e+n+"?"+this.tagEndChar:this.indentate(r)+"<"+e+n+this.closeTag(e)+this.tagEndChar;{let i="</"+e+this.tagEndChar,o="";return e[0]==="?"&&(o="?",i=""),(n||n==="")&&t.indexOf("<")===-1?this.indentate(r)+"<"+e+n+o+">"+t+i:this.options.commentPropName!==!1&&e===this.options.commentPropName&&o.length===0?this.indentate(r)+`<!--${t}-->`+this.newLine:this.indentate(r)+"<"+e+n+o+this.tagEndChar+t+this.indentate(r)+i}};pn.prototype.closeTag=function(t){let e="";return this.options.unpairedTags.indexOf(t)!==-1?this.options.suppressUnpairedNode||(e="/"):this.options.suppressEmptyNode?e="/":e=`></${t}`,e};pn.prototype.buildTextValNode=function(t,e,n,r){if(this.options.cdataPropName!==!1&&e===this.options.cdataPropName)return this.indentate(r)+`<![CDATA[${t}]]>`+this.newLine;if(this.options.commentPropName!==!1&&e===this.options.commentPropName)return this.indentate(r)+`<!--${t}-->`+this.newLine;if(e[0]==="?")return this.indentate(r)+"<"+e+n+"?"+this.tagEndChar;{let i=this.options.tagValueProcessor(e,t);return i=this.replaceEntitiesValue(i),i===""?this.indentate(r)+"<"+e+n+this.closeTag(e)+this.tagEndChar:this.indentate(r)+"<"+e+n+">"+i+"</"+e+this.tagEndChar}};pn.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 Hy(t){return this.options.indentBy.repeat(t)}function Ky(t){return t.startsWith(this.options.attributeNamePrefix)&&t!==this.options.textNodeName?t.substr(this.attrPrefixLen):!1}var Gy=pn;const Wy=Dd,Jy=Ty,Zy=Gy;var Xy={XMLParser:Jy,XMLValidator:Wy,XMLBuilder:Zy};function Yy(t,e,n){const r=n?`<input type="hidden" name="RelayState" value="${n}" />`:"",i=`
12
12
  <!DOCTYPE html>
13
13
  <html>
14
14
  <body onload="document.forms[0].submit()">
@@ -26,7 +26,7 @@
26
26
  }};
27
27
  <\/script>
28
28
  </body>
29
- </html>`;return new Response(i,{headers:{"Content-Type":"text/html"}})}async function o2(t,e,n,r,i){var m,v,h;if(!n.redirect_uri)throw new N(400,{message:"Missing redirect_uri in authParams"});if(!r.email)throw new N(400,{message:"Missing email in user"});const[o]=await t.env.data.keys.list();if(!o)throw new N(500,{message:"No signing key found"});if(!((m=e.addons)!=null&&m.samlp))throw new N(400,{message:`SAML Addon is not enabled for client ${e.id}`});const{recipient:a,audience:c}=e.addons.samlp,l=n.state||"";if(!a||!l||!r||!n.state)throw new N(400,{message:"Missing recipient or inResponseTo"});const d=JSON.parse(n.state),u=new URL(n.redirect_uri),f=await s2(t,{issuer:t.env.ISSUER,audience:c||n.client_id,destination:u.toString(),inResponseTo:d.requestId,userId:((h=(v=r.app_metadata)==null?void 0:v.vimeo)==null?void 0:h.user_id)||r.user_id,email:r.email,sessionIndex:i,signature:{privateKeyPem:o.pkcs7,cert:o.cert,kid:o.kid}});return i2(u.toString(),f,d.relayState)}async function s2(t,e){const n=e.notBefore||new Date().toISOString(),r=e.notAfter||new Date(new Date(n).getTime()+10*60*1e3).toISOString(),i=e.issueInstant||n,o=e.sessionNotOnOrAfter||r,a=e.responseId||`_${xe()}`,c=e.assertionId||`_${xe()}`,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":r,"@_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":r}},{"saml:AuthnStatement":[{"saml:AuthnContext":[{"saml:AuthnContextClassRef":[{"#text":"urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"}]}]}],":@":{"@_AuthnInstant":i,"@_SessionIndex":e.sessionIndex,"@_SessionNotOnOrAfter":o}},{"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":i,"@_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":i,"@_Version":"2.0"}}];let u=new r2.XMLBuilder({ignoreAttributes:!1,suppressEmptyNode:!0,preserveOrder:!0}).build(l);if(e.signature){const m=await fetch(t.env.SAML_SIGN_URL,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({xmlContent:u,privateKey:e.signature.privateKeyPem,publicCert:e.signature.cert})});if(!m.ok)throw new Error(`Failed to sign SAML response: ${m.status}`);u=await m.text()}return e.encode===!1?u:btoa(u)}var a2={deno:"Deno",bun:"Bun",workerd:"Cloudflare-Workers",node:"Node.js"},c2=()=>{var n,r;const t=globalThis;if(typeof navigator<"u"&&typeof navigator.userAgent=="string"){for(const[i,o]of Object.entries(a2))if(l2(o))return i}return typeof(t==null?void 0:t.EdgeRuntime)=="string"?"edge-light":(t==null?void 0:t.fastly)!==void 0?"fastly":((r=(n=t==null?void 0:t.process)==null?void 0:n.release)==null?void 0:r.name)==="node"?"node":"other"},l2=t=>navigator.userAgent.startsWith(t);function It(t,e){c2()==="workerd"&&t.executionCtx.waitUntil(e)}function Ot(t){var e,n,r,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:(r=t.header("user-agent"))==null?void 0:r.slice(0,512),countryCode:(i=t.header("cf-ipcountry"))==null?void 0:i.slice(0,2)}}const Ru=["sub","iss","aud","exp","nbf","iat","jti"];async function ws(t,e){var w,k;const{authParams:n,user:r,client:i,session_id:o}=e,c=(await t.env.data.keys.list()).filter(I=>!I.revoked_at||new Date(I.revoked_at)>new Date),l=c[c.length-1];if(!(l!=null&&l.pkcs7))throw new N(500,{message:"No signing key available"});const d=N_(l.pkcs7),u=t.var.custom_domain?`https://${t.var.custom_domain}/`:t.env.ISSUER,f={aud:n.audience||"default",scope:n.scope||"",sub:(r==null?void 0:r.user_id)||n.client_id,iss:u,tenant_id:t.var.tenant_id,sid:o},m=r&&((w=n.scope)!=null&&w.split(" ").includes("openid"))?{aud:n.client_id,sub:r.user_id,iss:u,sid:o,nonce:n.nonce,given_name:r.given_name,family_name:r.family_name,nickname:r.nickname,picture:r.picture,locale:r.locale,name:r.name,email:r.email,email_verified:r.email_verified}:void 0;(k=t.env.hooks)!=null&&k.onExecuteCredentialsExchange&&await t.env.hooks.onExecuteCredentialsExchange({client:i,user:r,request:{ip:t.req.header("x-real-ip")||"",user_agent:t.req.header("user-agent")||"",method:t.req.method,url:t.req.url},scope:n.scope||"",grant_type:""},{accessToken:{setCustomClaim:(I,z)=>{if(Ru.includes(I))throw new Error(`Cannot overwrite reserved claim '${I}'`);f[I]=z}},idToken:{setCustomClaim:(I,z)=>{if(Ru.includes(I))throw new Error(`Cannot overwrite reserved claim '${I}'`);m&&(m[I]=z)}},access:{deny:I=>{throw new N(400,{message:`Access denied: ${I}`})}}});const v={includeIssuedTimestamp:!0,expiresIn:new Fl(1,"d"),headers:{kid:l.kid}},h=await Cu("RS256",d,f,v),_=m?await Cu("RS256",d,m,v):void 0;return{access_token:h,refresh_token:e.refresh_token,id_token:_,token_type:"Bearer",expires_in:86400}}async function yh(t,e){if(!e.loginSession){const{ip:r,useragent:i,auth0Client:o}=Ot(t.req);e.loginSession=await t.env.data.loginSessions.create(e.client.tenant.id,{expires_at:new Date(Date.now()+sr*1e3).toISOString(),authParams:e.authParams,authorization_url:t.req.url,csrf_token:xe(),ip:r,useragent:i,auth0Client:o})}return{code:(await t.env.data.codes.create(e.client.tenant.id,{code_id:xe(),user_id:e.user.user_id,code_type:"authorization_code",login_id:e.loginSession.id,expires_at:new Date(Date.now()+j_*1e3).toISOString()})).code_id,state:e.authParams.state}}async function d2(t,e){const{client:n,scope:r,audience:i=n.tenant.audience,session_id:o}=e,a=Ot(t.req);return await t.env.data.refreshTokens.create(n.tenant.id,{id:xe(),session_id:o,client_id:n.id,idle_expires_at:new Date(Date.now()+ys*1e3).toISOString(),user_id:e.user.user_id,device:{last_ip:a.ip||"",initial_ip:a.ip||"",last_user_agent:a.useragent||"",initial_user_agent:a.useragent||"",initial_asn:"",last_asn:""},resource_servers:[{audience:i,scopes:r}],rotating:!1})}async function vh(t,{user:e,client:n,loginSession:r}){const i=await t.env.data.sessions.create(n.tenant.id,{id:xe(),user_id:e.user_id,idle_expires_at:new Date(Date.now()+ys*1e3).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:[n.id]});await t.env.data.loginSessions.update(n.tenant.id,r.id,{session_id:i.id});const{scope:o,audience:a}=r.authParams,c=o!=null&&o.split(" ").includes("offline_access")?await d2(t,{session_id:i.id,user:e,client:n,scope:o,audience:a}):void 0;return{...i,refresh_token:c}}async function fn(t,e){var v,h;const{authParams:n,user:r,client:i,ticketAuth:o}=e,a=ve(t,{type:ge.SUCCESS_LOGIN,description:`Successful login for ${r.user_id}`,userId:r.user_id});if(It(t,t.env.data.logs.create(i.tenant.id,a)),It(t,t.env.data.users.update(i.tenant.id,r.user_id,{last_login:new Date().toISOString(),last_ip:t.req.header("x-real-ip")||"",login_count:r.login_count+1})),o){if(!e.loginSession)throw new N(500,{message:"Login session not found"});const _=I_(),w=xe(12),k=await t.env.data.codes.create(i.tenant.id,{code_id:xe(),code_type:"ticket",login_id:e.loginSession.id,expires_at:new Date(Date.now()+T_).toISOString(),code_verifier:[w,_].join("|")});return t.json({login_ticket:k.code_id,co_verifier:_,co_id:w})}let c=e.refreshToken,l=e.sessionId,d=r;if(!l&&((v=e.loginSession)!=null&&v.session_id)){l=e.loginSession.session_id;const _=await t.env.data.sessions.get(i.tenant.id,l);_&&!_.clients.includes(i.id)&&await t.env.data.sessions.update(i.tenant.id,l,{clients:[..._.clients,i.id]})}else if(!l){if(!e.loginSession)throw new N(500,{message:"Login session not found"});d=await h2(t,t.env.data)(i.tenant.id,r);const _=await vh(t,{user:r,client:i,loginSession:e.loginSession});l=_.id,c=(h=_.refresh_token)==null?void 0:h.id}if(e.authParams.response_mode===Ft.SAML_POST)return o2(t,e.client,e.authParams,d,l);const u=await ws(t,{authParams:n,user:d,client:i,session_id:l,refresh_token:c}),f=new Headers({"set-cookie":dh(i.tenant.id,l,t.var.custom_domain||t.req.header("host"))});if(n.response_mode===Ft.WEB_MESSAGE)return t.json(u,{headers:f});if((n.response_type||Ct.CODE)===Ct.CODE){const _=await yh(t,e);if(!n.redirect_uri)throw new N(400,{message:"Redirect uri not found"});const w=new URL(n.redirect_uri);w.searchParams.set("code",_.code),_.state&&w.searchParams.set("state",_.state),f.set("location",w.toString())}return new Response("Redirecting",{status:302,headers:f})}async function u2(t,e,n){const r=await t.env.data.tenants.get(e);if(!r)throw new Error(`Tenant not found: ${e}`);return ws(t,{client:{id:t.env.ISSUER,tenant:r,created_at:new Date().toISOString(),updated_at:new Date().toISOString(),name:t.env.ISSUER,disable_sign_ups:!1,connections:[]},authParams:{client_id:t.env.ISSUER,response_type:Ct.TOKEN,scope:n}})}async function Gl(t,e,n){const r=await u2(t,n.tenant_id,"webhook");for await(const i of e)if(!(await fetch(i.url,{method:"POST",headers:{Authorization:`Bearer ${r.access_token}`,"Content-Type":"application/json"},body:JSON.stringify(n)})).ok){const a=ve(t,{type:ge.FAILED_HOOK,description:`Failed to invoke hook ${i.hook_id}`});await t.env.data.logs.create(n.tenant_id,a)}}function p2(t){return async(e,n)=>{const{hooks:r}=await t.env.data.hooks.list(e);return await Gl(t,r,{tenant_id:e,user:n,trigger_id:"post-user-registration"}),n}}function f2(t){return async(e,n)=>{const{hooks:r}=await t.env.data.hooks.list(e,{q:"trigger_id:pre-user-signup",page:0,per_page:100,include_totals:!1});await Gl(t,r,{tenant_id:e,email:n,trigger_id:"pre-user-signup"})}}function h2(t,e){return async(n,r)=>{const{hooks:i}=await e.hooks.list(n,{q:"trigger_id:post-user-login",page:0,per_page:100,include_totals:!1});return await Gl(t,i,{tenant_id:n,user:r,trigger_id:"post-user-login"}),r}}function g2(t,e){return async(n,r)=>{var a,c,l;const i={method:t.req.method,ip:t.req.query("x-real-ip")||"",user_agent:t.req.query("user-agent"),url:((a=t.var.loginSession)==null?void 0:a.authorization_url)||t.req.url};if((c=t.env.hooks)!=null&&c.onExecutePreUserRegistration)try{await t.env.hooks.onExecutePreUserRegistration({user:r,request:i},{user:{setUserMetadata:async(d,u)=>{r[d]=u}}})}catch{const u=ve(t,{type:ge.FAILED_SIGNUP,description:"Pre user registration hook failed"});await e.logs.create(n,u)}let o=await b_(e)(n,r);if((l=t.env.hooks)!=null&&l.onExecutePostUserRegistration)try{await t.env.hooks.onExecutePostUserRegistration({user:r,request:i},{user:{}})}catch{const u=ve(t,{type:ge.FAILED_SIGNUP,description:"Post user registration hook failed"});await t.env.data.logs.create(n,u)}return await p2(t)(n,o),o}}async function m2(t,e,n,r){var i;if(e.disable_sign_ups){const o=(i=t.var.loginSession)==null?void 0:i.authorization_url;if(!(o&&new URL(o).searchParams.get("screen_hint")==="signup")&&!await $s({userAdapter:n.users,tenant_id:e.tenant.id,email:r})){const l=ve(t,{type:ge.FAILED_SIGNUP,description:"Public signup is disabled"});throw await n.logs.create(e.tenant.id,l),new N(400,{message:"Signups are disabled for this client"})}}await f2(t)(t.var.tenant_id||"",r)}function bs(t,e){return{...e,users:{...e.users,create:g2(t,e)}}}function wh(t){return bs(t,t.env.data)}async function Wl(t,e,n){return(await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n}`})).users}async function br({userAdapter:t,tenant_id:e,username:n,provider:r}){const i=r==="sms"?`phone_number:${n}`:`email:${n}`,{users:o}=await t.list(e,{page:0,per_page:10,include_totals:!1,q:`${i} provider:${r}`});return o.length>1&&console.error("More than one user found for same email and provider"),o[0]||null}async function $s({userAdapter:t,tenant_id:e,email:n}){var c;const{users:r}=await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n}`}),i=r.filter(l=>!(l.provider==="auth2"&&!l.email_verified));if(i.length===0)return;const o=i.filter(l=>!l.linked_to);if(o.length>0)return o.length>1&&console.error("More than one primary user found for same email"),o[0];const a=await t.get(e,(c=i[0])==null?void 0:c.linked_to);if(!a)throw new Error("Primary account not found");return a}async function So({userAdapter:t,tenant_id:e,username:n,provider:r}){const i=await br({userAdapter:t,tenant_id:e,username:n,provider:r});return i?i.linked_to?t.get(e,i.linked_to):i:null}async function xs(t,e){const{username:n,provider:r,connection:i,client:o,userId:a,isSocial:c,profileData:l={},ip:d=""}=e;let u=await So({userAdapter:t.env.data.users,tenant_id:e.client.tenant.id,username:n,provider:r});if(!u){const f={user_id:`${r}|${a||_s()}`,email:i!=="sms"?n:void 0,phone_number:i==="sms"?n:void 0,name:n,provider:r,connection:i,email_verified:!0,last_ip:d,is_social:c,last_login:new Date().toISOString(),profileData:JSON.stringify(l)};u=await wh(t).users.create(o.tenant.id,f),t.set("user_id",u.user_id)}return u}const sn=s.z.object({page:s.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:s.z.string().min(1).optional().default("10").transform(t=>parseInt(t,10)).openapi({description:"The number of items per page"}),include_totals:s.z.string().optional().default("false").transform(t=>t==="true").openapi({description:"If the total number of items should be included in the response"}),sort:s.z.string().regex(/^.+:(-1|1)$/).optional().openapi({description:"A property that should have the format 'string:-1' or 'string:1'"}),q:s.z.string().optional().openapi({description:"A lucene query string used to filter the results"})});function $r(t){if(!t)return;const[e,n]=t.split(":"),r=n==="1"?"asc":"desc";if(!(!e||!r))return{sort_by:e,sort_order:r}}const Bu=un.extend({users:s.z.array(At)}),_2=un.extend({sessions:s.z.array(ms)}),y2=new s.OpenAPIHono().openapi(s.createRoute({tags:["users"],method:"get",path:"/",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(At),Bu])}},description:"List of users"}}}),async t=>{const{page:e,per_page:n,include_totals:r,sort:i,q:o}=t.req.valid("query"),{"tenant-id":a}=t.req.valid("header");if(o!=null&&o.includes("identities.profileData.email")){const u=o.split("=")[1],m=(await t.env.data.users.list(a,{page:e,per_page:n,include_totals:r,q:`email:${u}`})).users.filter(_=>_.linked_to),[v]=m;if(!v)return t.json([]);const h=await t.env.data.users.get(a,v.linked_to);if(!h)throw new N(500,{message:"Primary account not found"});return t.json([At.parse(h)])}const c=["-_exists_:linked_to"];o&&c.push(o);const l=await t.env.data.users.list(a,{page:e,per_page:n,include_totals:r,sort:$r(i),q:c.join(" ")}),d=l.users.filter(u=>!u.linked_to);return r?t.json(Bu.parse({users:d,length:l.length,start:l.start,limit:l.limit})):t.json(s.z.array(At).parse(d))}).openapi(s.createRoute({tags:["users"],method:"get",path:"/{user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:At}},description:"List of users"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{"tenant-id":n}=t.req.valid("header"),r=await t.env.data.users.get(n,e);if(!r)throw new N(404);if(r.linked_to)throw new N(404,{message:"User is linked to another user"});return t.json(r)}).openapi(s.createRoute({tags:["users"],method:"delete",path:"/{user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.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 N(404);return t.text("OK")}).openapi(s.createRoute({tags:["users"],method:"post",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object({..._o.shape})}}}},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:At}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json");t.set("body",n);const{email:r,phone_number:i,name:o,linked_to:a,email_verified:c,provider:l,connection:d}=n,u=`${n.provider}|${n.user_id||_s()}`;try{const f=await t.env.data.users.create(e,{email:r,user_id:u,name:o||r||i,phone_number:i,provider:l,connection:d,linked_to:a??void 0,email_verified:c||!1,last_ip:"",is_social:!1,last_login:new Date().toISOString()});t.set("user_id",f.user_id);const m=ve(t,{type:ge.SUCCESS_API_OPERATION,description:"User created"});It(t,t.env.data.logs.create(e,m));const v={...f,identities:[{connection:f.connection,provider:f.provider,user_id:Iu(f.user_id),isSocial:f.is_social}]};return t.json(At.parse(v),{status:201})}catch(f){throw f.message==="User already exists"?new N(409,{message:"User already exists"}):f}}).openapi(s.createRoute({tags:["users"],method:"patch",path:"/{user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object({..._o.shape,verify_email:s.z.boolean(),password:s.z.string()}).partial()}}},params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{var u;const{data:e}=t.env,{"tenant-id":n}=t.req.valid("header"),r=t.req.valid("json"),{user_id:i}=t.req.valid("param"),{verify_email:o,password:a,...c}=r,l=await e.users.get(n,i);if(!l)throw new N(404);if(c.email&&c.email!==l.email){const f=await Wl(t.env.data.users,n,c.email);if(f.length&&f.some(m=>m.user_id!==i))throw new N(409,{message:"Another user with the same email address already exists."})}if(l.linked_to)throw new N(404,{message:"User is linked to another user"});if(await t.env.data.users.update(n,i,c),a){const f=(u=l.identities)==null?void 0:u.find(h=>h.connection==="Username-Password-Authentication");if(!f)throw new N(400,{message:"User does not have a password identity"});const m={user_id:f.user_id,password:await _i.hash(a,10),algorithm:"bcrypt"};await e.passwords.get(n,f.user_id)?await e.passwords.update(n,m):await e.passwords.create(n,m)}const d=await t.env.data.users.get(n,i);if(!d)throw new N(500);return t.json(d)}).openapi(s.createRoute({tags:["users"],method:"post",path:"/{user_id}/identities",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.union([s.z.object({link_with:s.z.string()}),s.z.object({user_id:s.z.string(),provider:s.z.string(),connection:s.z.string().optional()})])}}},params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:s.z.array(s.z.object({connection:s.z.string(),provider:s.z.string(),user_id:s.z.string(),isSocial:s.z.boolean()}))}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),{user_id:r}=t.req.valid("param"),i="link_with"in n?n.link_with:n.user_id,o=await t.env.data.users.get(e,r);if(!o)throw new N(400,{message:"Linking an inexistent identity is not allowed."});await t.env.data.users.update(e,i,{linked_to:r});const a=await t.env.data.users.list(e,{page:0,per_page:10,include_totals:!1,q:`linked_to:${r}`}),c=[o,...a.users].map(l=>({connection:l.connection,provider:l.provider,user_id:Iu(l.user_id),isSocial:l.is_social}));return t.json(c,{status:201})}).openapi(s.createRoute({tags:["users"],method:"delete",path:"/{user_id}/identities/{provider}/{linked_user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.z.string(),provider:s.z.string(),linked_user_id:s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:s.z.array(At)}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{user_id:n,provider:r,linked_user_id:i}=t.req.valid("param");await t.env.data.users.unlink(e,n,r,i);const o=await t.env.data.users.get(e,n);if(!o)throw new N(404);return t.json([At.parse(o)])}).openapi(s.createRoute({tags:["users"],method:"get",path:"/{user_id}/sessions",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(ms),_2])}},description:"List of sessions"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{include_totals:n,page:r,per_page:i}=t.req.valid("query"),{"tenant-id":o}=t.req.valid("header"),a=await t.env.data.sessions.list(o,{page:r,per_page:i,include_totals:n,q:`user_id:${e}`});return n?t.json(a):t.json(a.sessions)});/*! *****************************************************************************
29
+ </html>`;return new Response(i,{headers:{"Content-Type":"text/html"}})}async function Qy(t,e,n,r,i){var m,w,h;if(!n.redirect_uri)throw new E(400,{message:"Missing redirect_uri in authParams"});if(!r.email)throw new E(400,{message:"Missing email in user"});const[o]=await t.env.data.keys.list();if(!o)throw new E(500,{message:"No signing key found"});if(!((m=e.addons)!=null&&m.samlp))throw new E(400,{message:`SAML Addon is not enabled for client ${e.id}`});const{recipient:a,audience:c}=e.addons.samlp,d=n.state||"";if(!a||!d||!r||!n.state)throw new E(400,{message:"Missing recipient or inResponseTo"});const l=JSON.parse(n.state),u=new URL(n.redirect_uri),f=await e2(t,{issuer:t.env.ISSUER,audience:c||n.client_id,destination:u.toString(),inResponseTo:l.requestId,userId:((h=(w=r.app_metadata)==null?void 0:w.vimeo)==null?void 0:h.user_id)||r.user_id,email:r.email,sessionIndex:i,signature:{privateKeyPem:o.pkcs7,cert:o.cert,kid:o.kid}});return Yy(u.toString(),f,l.relayState)}async function e2(t,e){const n=e.notBefore||new Date().toISOString(),r=e.notAfter||new Date(new Date(n).getTime()+10*60*1e3).toISOString(),i=e.issueInstant||n,o=e.sessionNotOnOrAfter||r,a=e.responseId||`_${xe()}`,c=e.assertionId||`_${xe()}`,d=[{"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":r,"@_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":r}},{"saml:AuthnStatement":[{"saml:AuthnContext":[{"saml:AuthnContextClassRef":[{"#text":"urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified"}]}]}],":@":{"@_AuthnInstant":i,"@_SessionIndex":e.sessionIndex,"@_SessionNotOnOrAfter":o}},{"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":i,"@_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":i,"@_Version":"2.0"}}];let u=new Xy.XMLBuilder({ignoreAttributes:!1,suppressEmptyNode:!0,preserveOrder:!0}).build(d);if(e.signature){const m=await fetch(t.env.SAML_SIGN_URL,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({xmlContent:u,privateKey:e.signature.privateKeyPem,publicCert:e.signature.cert})});if(!m.ok)throw new Error(`Failed to sign SAML response: ${m.status}`);u=await m.text()}return e.encode===!1?u:btoa(u)}var t2={deno:"Deno",bun:"Bun",workerd:"Cloudflare-Workers",node:"Node.js"},n2=()=>{var n,r;const t=globalThis;if(typeof navigator<"u"&&typeof navigator.userAgent=="string"){for(const[i,o]of Object.entries(t2))if(r2(o))return i}return typeof(t==null?void 0:t.EdgeRuntime)=="string"?"edge-light":(t==null?void 0:t.fastly)!==void 0?"fastly":((r=(n=t==null?void 0:t.process)==null?void 0:n.release)==null?void 0:r.name)==="node"?"node":"other"},r2=t=>navigator.userAgent.startsWith(t);function It(t,e){n2()==="workerd"&&t.executionCtx.waitUntil(e)}function Ot(t){var e,n,r,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:(r=t.header("user-agent"))==null?void 0:r.slice(0,512),countryCode:(i=t.header("cf-ipcountry"))==null?void 0:i.slice(0,2)}}const Tu=["sub","iss","aud","exp","nbf","iat","jti"];async function $s(t,e){var v,k;const{authParams:n,user:r,client:i,session_id:o}=e,c=(await t.env.data.keys.list()).filter(N=>!N.revoked_at||new Date(N.revoked_at)>new Date),d=c[c.length-1];if(!(d!=null&&d.pkcs7))throw new E(500,{message:"No signing key available"});const l=x_(d.pkcs7),u=t.var.custom_domain?`https://${t.var.custom_domain}/`:t.env.ISSUER,f={aud:n.audience||"default",scope:n.scope||"",sub:(r==null?void 0:r.user_id)||n.client_id,iss:u,tenant_id:t.var.tenant_id,sid:o},m=r&&((v=n.scope)!=null&&v.split(" ").includes("openid"))?{aud:n.client_id,sub:r.user_id,iss:u,sid:o,nonce:n.nonce,given_name:r.given_name,family_name:r.family_name,nickname:r.nickname,picture:r.picture,locale:r.locale,name:r.name,email:r.email,email_verified:r.email_verified}:void 0;(k=t.env.hooks)!=null&&k.onExecuteCredentialsExchange&&await t.env.hooks.onExecuteCredentialsExchange({client:i,user:r,request:{ip:t.req.header("x-real-ip")||"",user_agent:t.req.header("user-agent")||"",method:t.req.method,url:t.req.url},scope:n.scope||"",grant_type:""},{accessToken:{setCustomClaim:(N,z)=>{if(Tu.includes(N))throw new Error(`Cannot overwrite reserved claim '${N}'`);f[N]=z}},idToken:{setCustomClaim:(N,z)=>{if(Tu.includes(N))throw new Error(`Cannot overwrite reserved claim '${N}'`);m&&(m[N]=z)}},access:{deny:N=>{throw new E(400,{message:`Access denied: ${N}`})}}});const w={includeIssuedTimestamp:!0,expiresIn:new Md(1,"d"),headers:{kid:d.kid}},h=await Nu("RS256",l,f,w),_=m?await Nu("RS256",l,m,w):void 0;return{access_token:h,refresh_token:e.refresh_token,id_token:_,token_type:"Bearer",expires_in:86400}}async function ph(t,e){if(!e.loginSession){const{ip:r,useragent:i,auth0Client:o}=Ot(t.req);e.loginSession=await t.env.data.loginSessions.create(e.client.tenant.id,{expires_at:new Date(Date.now()+cr*1e3).toISOString(),authParams:e.authParams,authorization_url:t.req.url,csrf_token:xe(),ip:r,useragent:i,auth0Client:o})}return{code:(await t.env.data.codes.create(e.client.tenant.id,{code_id:xe(),user_id:e.user.user_id,code_type:"authorization_code",login_id:e.loginSession.id,expires_at:new Date(Date.now()+E_*1e3).toISOString()})).code_id,state:e.authParams.state}}async function i2(t,e){const{client:n,scope:r,audience:i=n.tenant.audience,session_id:o}=e,a=Ot(t.req);return await t.env.data.refreshTokens.create(n.tenant.id,{id:xe(),session_id:o,client_id:n.id,idle_expires_at:new Date(Date.now()+vs*1e3).toISOString(),user_id:e.user.user_id,device:{last_ip:a.ip||"",initial_ip:a.ip||"",last_user_agent:a.useragent||"",initial_user_agent:a.useragent||"",initial_asn:"",last_asn:""},resource_servers:[{audience:i,scopes:r}],rotating:!1})}async function fh(t,{user:e,client:n,loginSession:r}){const i=await t.env.data.sessions.create(n.tenant.id,{id:xe(),user_id:e.user_id,idle_expires_at:new Date(Date.now()+vs*1e3).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:[n.id]});await t.env.data.loginSessions.update(n.tenant.id,r.id,{session_id:i.id});const{scope:o,audience:a}=r.authParams,c=o!=null&&o.split(" ").includes("offline_access")?await i2(t,{session_id:i.id,user:e,client:n,scope:o,audience:a}):void 0;return{...i,refresh_token:c}}async function fn(t,e){var w,h;const{authParams:n,user:r,client:i,ticketAuth:o}=e,a=we(t,{type:ge.SUCCESS_LOGIN,description:`Successful login for ${r.user_id}`,userId:r.user_id});if(It(t,t.env.data.logs.create(i.tenant.id,a)),It(t,t.env.data.users.update(i.tenant.id,r.user_id,{last_login:new Date().toISOString(),last_ip:t.req.header("x-real-ip")||"",login_count:r.login_count+1})),o){if(!e.loginSession)throw new E(500,{message:"Login session not found"});const _=$_(),v=xe(12),k=await t.env.data.codes.create(i.tenant.id,{code_id:xe(),code_type:"ticket",login_id:e.loginSession.id,expires_at:new Date(Date.now()+N_).toISOString(),code_verifier:[v,_].join("|")});return t.json({login_ticket:k.code_id,co_verifier:_,co_id:v})}let c=e.refreshToken,d=e.sessionId,l=r;if(!d&&((w=e.loginSession)!=null&&w.session_id)){d=e.loginSession.session_id;const _=await t.env.data.sessions.get(i.tenant.id,d);_&&!_.clients.includes(i.id)&&await t.env.data.sessions.update(i.tenant.id,d,{clients:[..._.clients,i.id]})}else if(!d){if(!e.loginSession)throw new E(500,{message:"Login session not found"});l=await c2(t,t.env.data)(i.tenant.id,r);const _=await fh(t,{user:r,client:i,loginSession:e.loginSession});d=_.id,c=(h=_.refresh_token)==null?void 0:h.id}if(e.authParams.response_mode===Ft.SAML_POST)return Qy(t,e.client,e.authParams,l,d);const u=await $s(t,{authParams:n,user:l,client:i,session_id:d,refresh_token:c}),f=new Headers({"set-cookie":ih(i.tenant.id,d,t.var.custom_domain||t.req.header("host"))});if(n.response_mode===Ft.WEB_MESSAGE)return t.json(u,{headers:f});if((n.response_type||Ct.CODE)===Ct.CODE){const _=await ph(t,e);if(!n.redirect_uri)throw new E(400,{message:"Redirect uri not found"});const v=new URL(n.redirect_uri);v.searchParams.set("code",_.code),_.state&&v.searchParams.set("state",_.state),f.set("location",v.toString())}return new Response("Redirecting",{status:302,headers:f})}async function o2(t,e,n){const r=await t.env.data.tenants.get(e);if(!r)throw new Error(`Tenant not found: ${e}`);return $s(t,{client:{id:t.env.ISSUER,tenant:r,created_at:new Date().toISOString(),updated_at:new Date().toISOString(),name:t.env.ISSUER,disable_sign_ups:!1,connections:[]},authParams:{client_id:t.env.ISSUER,response_type:Ct.TOKEN,scope:n}})}async function Kd(t,e,n){const r=await o2(t,n.tenant_id,"webhook");for await(const i of e)if(!(await fetch(i.url,{method:"POST",headers:{Authorization:`Bearer ${r.access_token}`,"Content-Type":"application/json"},body:JSON.stringify(n)})).ok){const a=we(t,{type:ge.FAILED_HOOK,description:`Failed to invoke hook ${i.hook_id}`});await t.env.data.logs.create(n.tenant_id,a)}}function s2(t){return async(e,n)=>{const{hooks:r}=await t.env.data.hooks.list(e);return await Kd(t,r,{tenant_id:e,user:n,trigger_id:"post-user-registration"}),n}}function a2(t){return async(e,n)=>{const{hooks:r}=await t.env.data.hooks.list(e,{q:"trigger_id:pre-user-signup",page:0,per_page:100,include_totals:!1});await Kd(t,r,{tenant_id:e,email:n,trigger_id:"pre-user-signup"})}}function c2(t,e){return async(n,r)=>{const{hooks:i}=await e.hooks.list(n,{q:"trigger_id:post-user-login",page:0,per_page:100,include_totals:!1});return await Kd(t,i,{tenant_id:n,user:r,trigger_id:"post-user-login"}),r}}function d2(t,e){return async(n,r)=>{var a,c,d;const i={method:t.req.method,ip:t.req.query("x-real-ip")||"",user_agent:t.req.query("user-agent"),url:((a=t.var.loginSession)==null?void 0:a.authorization_url)||t.req.url};if((c=t.env.hooks)!=null&&c.onExecutePreUserRegistration)try{await t.env.hooks.onExecutePreUserRegistration({user:r,request:i},{user:{setUserMetadata:async(l,u)=>{r[l]=u}}})}catch{const u=we(t,{type:ge.FAILED_SIGNUP,description:"Pre user registration hook failed"});await e.logs.create(n,u)}let o=await g_(e)(n,r);if((d=t.env.hooks)!=null&&d.onExecutePostUserRegistration)try{await t.env.hooks.onExecutePostUserRegistration({user:r,request:i},{user:{}})}catch{const u=we(t,{type:ge.FAILED_SIGNUP,description:"Post user registration hook failed"});await t.env.data.logs.create(n,u)}return await s2(t)(n,o),o}}async function l2(t,e,n,r){var i;if(e.disable_sign_ups){const o=(i=t.var.loginSession)==null?void 0:i.authorization_url;if(!(o&&new URL(o).searchParams.get("screen_hint")==="signup")&&!await ks({userAdapter:n.users,tenant_id:e.tenant.id,email:r})){const d=we(t,{type:ge.FAILED_SIGNUP,description:"Public signup is disabled"});throw await n.logs.create(e.tenant.id,d),new E(400,{message:"Signups are disabled for this client"})}}await a2(t)(t.var.tenant_id||"",r)}function xs(t,e){return{...e,users:{...e.users,create:d2(t,e)}}}function hh(t){return xs(t,t.env.data)}async function Gd(t,e,n){return(await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n}`})).users}async function xr({userAdapter:t,tenant_id:e,username:n,provider:r}){const i=r==="sms"?`phone_number:${n}`:`email:${n}`,{users:o}=await t.list(e,{page:0,per_page:10,include_totals:!1,q:`${i} provider:${r}`});return o.length>1&&console.error("More than one user found for same email and provider"),o[0]||null}async function ks({userAdapter:t,tenant_id:e,email:n}){var c;const{users:r}=await t.list(e,{page:0,per_page:10,include_totals:!1,q:`email:${n}`}),i=r.filter(d=>!(d.provider==="auth2"&&!d.email_verified));if(i.length===0)return;const o=i.filter(d=>!d.linked_to);if(o.length>0)return o.length>1&&console.error("More than one primary user found for same email"),o[0];const a=await t.get(e,(c=i[0])==null?void 0:c.linked_to);if(!a)throw new Error("Primary account not found");return a}async function Eo({userAdapter:t,tenant_id:e,username:n,provider:r}){const i=await xr({userAdapter:t,tenant_id:e,username:n,provider:r});return i?i.linked_to?t.get(e,i.linked_to):i:null}async function Ss(t,e){const{username:n,provider:r,connection:i,client:o,userId:a,isSocial:c,profileData:d={},ip:l=""}=e;let u=await Eo({userAdapter:t.env.data.users,tenant_id:e.client.tenant.id,username:n,provider:r});if(!u){const f={user_id:`${r}|${a||ws()}`,email:i!=="sms"?n:void 0,phone_number:i==="sms"?n:void 0,name:n,provider:r,connection:i,email_verified:!0,last_ip:l,is_social:c,last_login:new Date().toISOString(),profileData:JSON.stringify(d)};u=await hh(t).users.create(o.tenant.id,f),t.set("user_id",u.user_id)}return u}const Vt=s.z.object({page:s.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:s.z.string().min(1).optional().default("10").transform(t=>parseInt(t,10)).openapi({description:"The number of items per page"}),include_totals:s.z.string().optional().default("false").transform(t=>t==="true").openapi({description:"If the total number of items should be included in the response"}),sort:s.z.string().regex(/^.+:(-1|1)$/).optional().openapi({description:"A property that should have the format 'string:-1' or 'string:1'"}),q:s.z.string().optional().openapi({description:"A lucene query string used to filter the results"})});function Fn(t){if(!t)return;const[e,n]=t.split(":"),r=n==="1"?"asc":"desc";if(!(!e||!r))return{sort_by:e,sort_order:r}}const Ru=Jt.extend({users:s.z.array(At)}),u2=Jt.extend({sessions:s.z.array(ys)}),p2=new s.OpenAPIHono().openapi(s.createRoute({tags:["users"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(At),Ru])}},description:"List of users"}}}),async t=>{const{page:e,per_page:n,include_totals:r,sort:i,q:o}=t.req.valid("query"),{"tenant-id":a}=t.req.valid("header");if(o!=null&&o.includes("identities.profileData.email")){const u=o.split("=")[1],m=(await t.env.data.users.list(a,{page:e,per_page:n,include_totals:r,q:`email:${u}`})).users.filter(_=>_.linked_to),[w]=m;if(!w)return t.json([]);const h=await t.env.data.users.get(a,w.linked_to);if(!h)throw new E(500,{message:"Primary account not found"});return t.json([At.parse(h)])}const c=["-_exists_:linked_to"];o&&c.push(o);const d=await t.env.data.users.list(a,{page:e,per_page:n,include_totals:r,sort:Fn(i),q:c.join(" ")}),l=d.users.filter(u=>!u.linked_to);return r?t.json(Ru.parse({users:l,length:d.length,start:d.start,limit:d.limit})):t.json(s.z.array(At).parse(l))}).openapi(s.createRoute({tags:["users"],method:"get",path:"/{user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:At}},description:"List of users"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{"tenant-id":n}=t.req.valid("header"),r=await t.env.data.users.get(n,e);if(!r)throw new E(404);if(r.linked_to)throw new E(404,{message:"User is linked to another user"});return t.json(r)}).openapi(s.createRoute({tags:["users"],method:"delete",path:"/{user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.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 E(404);return t.text("OK")}).openapi(s.createRoute({tags:["users"],method:"post",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object({...yo.shape})}}}},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:At}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json");t.set("body",n);const{email:r,phone_number:i,name:o,linked_to:a,email_verified:c,provider:d,connection:l}=n,u=`${n.provider}|${n.user_id||ws()}`;try{const f=await t.env.data.users.create(e,{email:r,user_id:u,name:o||r||i,phone_number:i,provider:d,connection:l,linked_to:a??void 0,email_verified:c||!1,last_ip:"",is_social:!1,last_login:new Date().toISOString()});t.set("user_id",f.user_id);const m=we(t,{type:ge.SUCCESS_API_OPERATION,description:"User created"});It(t,t.env.data.logs.create(e,m));const w={...f,identities:[{connection:f.connection,provider:f.provider,user_id:Eu(f.user_id),isSocial:f.is_social}]};return t.json(At.parse(w),{status:201})}catch(f){throw f.message==="User already exists"?new E(409,{message:"User already exists"}):f}}).openapi(s.createRoute({tags:["users"],method:"patch",path:"/{user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object({...yo.shape,verify_email:s.z.boolean(),password:s.z.string()}).partial()}}},params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{description:"Status"}}}),async t=>{var u;const{data:e}=t.env,{"tenant-id":n}=t.req.valid("header"),r=t.req.valid("json"),{user_id:i}=t.req.valid("param"),{verify_email:o,password:a,...c}=r,d=await e.users.get(n,i);if(!d)throw new E(404);if(c.email&&c.email!==d.email){const f=await Gd(t.env.data.users,n,c.email);if(f.length&&f.some(m=>m.user_id!==i))throw new E(409,{message:"Another user with the same email address already exists."})}if(d.linked_to)throw new E(404,{message:"User is linked to another user"});if(await t.env.data.users.update(n,i,c),a){const f=(u=d.identities)==null?void 0:u.find(h=>h.connection==="Username-Password-Authentication");if(!f)throw new E(400,{message:"User does not have a password identity"});const m={user_id:f.user_id,password:await yi.hash(a,10),algorithm:"bcrypt"};await e.passwords.get(n,f.user_id)?await e.passwords.update(n,m):await e.passwords.create(n,m)}const l=await t.env.data.users.get(n,i);if(!l)throw new E(500);return t.json(l)}).openapi(s.createRoute({tags:["users"],method:"post",path:"/{user_id}/identities",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.union([s.z.object({link_with:s.z.string()}),s.z.object({user_id:s.z.string(),provider:s.z.string(),connection:s.z.string().optional()})])}}},params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:s.z.array(s.z.object({connection:s.z.string(),provider:s.z.string(),user_id:s.z.string(),isSocial:s.z.boolean()}))}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),{user_id:r}=t.req.valid("param"),i="link_with"in n?n.link_with:n.user_id,o=await t.env.data.users.get(e,r);if(!o)throw new E(400,{message:"Linking an inexistent identity is not allowed."});await t.env.data.users.update(e,i,{linked_to:r});const a=await t.env.data.users.list(e,{page:0,per_page:10,include_totals:!1,q:`linked_to:${r}`}),c=[o,...a.users].map(d=>({connection:d.connection,provider:d.provider,user_id:Eu(d.user_id),isSocial:d.is_social}));return t.json(c,{status:201})}).openapi(s.createRoute({tags:["users"],method:"delete",path:"/{user_id}/identities/{provider}/{linked_user_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.z.string(),provider:s.z.string(),linked_user_id:s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:s.z.array(At)}},description:"Status"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{user_id:n,provider:r,linked_user_id:i}=t.req.valid("param");await t.env.data.users.unlink(e,n,r,i);const o=await t.env.data.users.get(e,n);if(!o)throw new E(404);return t.json([At.parse(o)])}).openapi(s.createRoute({tags:["users"],method:"get",path:"/{user_id}/sessions",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({user_id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(ys),u2])}},description:"List of sessions"}}}),async t=>{const{user_id:e}=t.req.valid("param"),{include_totals:n,page:r,per_page:i}=t.req.valid("query"),{"tenant-id":o}=t.req.valid("header"),a=await t.env.data.sessions.list(o,{page:r,per_page:i,include_totals:n,q:`user_id:${e}`});return n?t.json(a):t.json(a.sessions)});/*! *****************************************************************************
30
30
  Copyright (C) Microsoft. All rights reserved.
31
31
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
32
32
  this file except in compliance with the License. You may obtain a copy of the
@@ -39,7 +39,7 @@ MERCHANTABLITY OR NON-INFRINGEMENT.
39
39
 
40
40
  See the Apache Version 2.0 License for specific language governing permissions
41
41
  and limitations under the License.
42
- ***************************************************************************** */var Lu;(function(t){(function(e){var n=typeof globalThis=="object"?globalThis:typeof xo=="object"?xo:typeof self=="object"?self:typeof this=="object"?this:c(),r=i(t);typeof n.Reflect<"u"&&(r=i(n.Reflect,r)),e(r,n),typeof n.Reflect>"u"&&(n.Reflect=t);function i(l,d){return function(u,f){Object.defineProperty(l,u,{configurable:!0,writable:!0,value:f}),d&&d(u,f)}}function o(){try{return Function("return this;")()}catch{}}function a(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return o()||a()}})(function(e,n){var r=Object.prototype.hasOwnProperty,i=typeof Symbol=="function",o=i&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",a=i&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",l={__proto__:[]}instanceof Array,d=!c&&!l,u={create:c?function(){return wa(Object.create(null))}:l?function(){return wa({__proto__:null})}:function(){return wa({})},has:d?function(S,E){return r.call(S,E)}:function(S,E){return E in S},get:d?function(S,E){return r.call(S,E)?S[E]:void 0}:function(S,E){return S[E]}},f=Object.getPrototypeOf(Function),m=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:x1(),v=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:k1(),h=typeof WeakMap=="function"?WeakMap:S1(),_=i?Symbol.for("@reflect-metadata:registry"):void 0,w=w1(),k=b1(w);function I(S,E,P,M){if(q(P)){if(!cu(S))throw new TypeError;if(!lu(E))throw new TypeError;return C(S,E)}else{if(!cu(S))throw new TypeError;if(!he(E))throw new TypeError;if(!he(M)&&!q(M)&&!Oe(M))throw new TypeError;return Oe(M)&&(M=void 0),P=xt(P),A(S,E,P,M)}}e("decorate",I);function z(S,E){function P(M,ee){if(!he(M))throw new TypeError;if(!q(ee)&&!y1(ee))throw new TypeError;Q(S,E,M,ee)}return P}e("metadata",z);function L(S,E,P,M){if(!he(P))throw new TypeError;return q(M)||(M=xt(M)),Q(S,E,P,M)}e("defineMetadata",L);function Y(S,E,P){if(!he(E))throw new TypeError;return q(P)||(P=xt(P)),x(S,E,P)}e("hasMetadata",Y);function se(S,E,P){if(!he(E))throw new TypeError;return q(P)||(P=xt(P)),$(S,E,P)}e("hasOwnMetadata",se);function ae(S,E,P){if(!he(E))throw new TypeError;return q(P)||(P=xt(P)),j(S,E,P)}e("getMetadata",ae);function ke(S,E,P){if(!he(E))throw new TypeError;return q(P)||(P=xt(P)),U(S,E,P)}e("getOwnMetadata",ke);function Ee(S,E){if(!he(S))throw new TypeError;return q(E)||(E=xt(E)),W(S,E)}e("getMetadataKeys",Ee);function ze(S,E){if(!he(S))throw new TypeError;return q(E)||(E=xt(E)),oe(S,E)}e("getOwnMetadataKeys",ze);function O(S,E,P){if(!he(E))throw new TypeError;if(q(P)||(P=xt(P)),!he(E))throw new TypeError;q(P)||(P=xt(P));var M=Pr(E,P,!1);return q(M)?!1:M.OrdinaryDeleteMetadata(S,E,P)}e("deleteMetadata",O);function C(S,E){for(var P=S.length-1;P>=0;--P){var M=S[P],ee=M(E);if(!q(ee)&&!Oe(ee)){if(!lu(ee))throw new TypeError;E=ee}}return E}function A(S,E,P,M){for(var ee=S.length-1;ee>=0;--ee){var je=S[ee],Ie=je(E,P,M);if(!q(Ie)&&!Oe(Ie)){if(!he(Ie))throw new TypeError;M=Ie}}return M}function x(S,E,P){var M=$(S,E,P);if(M)return!0;var ee=va(E);return Oe(ee)?!1:x(S,ee,P)}function $(S,E,P){var M=Pr(E,P,!1);return q(M)?!1:au(M.OrdinaryHasOwnMetadata(S,E,P))}function j(S,E,P){var M=$(S,E,P);if(M)return U(S,E,P);var ee=va(E);if(!Oe(ee))return j(S,ee,P)}function U(S,E,P){var M=Pr(E,P,!1);if(!q(M))return M.OrdinaryGetOwnMetadata(S,E,P)}function Q(S,E,P,M){var ee=Pr(P,M,!0);ee.OrdinaryDefineOwnMetadata(S,E,P,M)}function W(S,E){var P=oe(S,E),M=va(S);if(M===null)return P;var ee=W(M,E);if(ee.length<=0)return P;if(P.length<=0)return ee;for(var je=new v,Ie=[],ce=0,V=P;ce<V.length;ce++){var G=V[ce],X=je.has(G);X||(je.add(G),Ie.push(G))}for(var Z=0,le=ee;Z<le.length;Z++){var G=le[Z],X=je.has(G);X||(je.add(G),Ie.push(G))}return Ie}function oe(S,E){var P=Pr(S,E,!1);return P?P.OrdinaryOwnMetadataKeys(S,E):[]}function ue(S){if(S===null)return 1;switch(typeof S){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return S===null?1:6;default:return 6}}function q(S){return S===void 0}function Oe(S){return S===null}function _n(S){return typeof S=="symbol"}function he(S){return typeof S=="object"?S!==null:typeof S=="function"}function Se(S,E){switch(ue(S)){case 0:return S;case 1:return S;case 2:return S;case 3:return S;case 4:return S;case 5:return S}var P="string",M=du(S,o);if(M!==void 0){var ee=M.call(S,P);if(he(ee))throw new TypeError;return ee}return m1(S)}function m1(S,E){var P,M;{var ee=S.toString;if(Di(ee)){var M=ee.call(S);if(!he(M))return M}var P=S.valueOf;if(Di(P)){var M=P.call(S);if(!he(M))return M}}throw new TypeError}function au(S){return!!S}function _1(S){return""+S}function xt(S){var E=Se(S);return _n(E)?E:_1(E)}function cu(S){return Array.isArray?Array.isArray(S):S instanceof Object?S instanceof Array:Object.prototype.toString.call(S)==="[object Array]"}function Di(S){return typeof S=="function"}function lu(S){return typeof S=="function"}function y1(S){switch(ue(S)){case 3:return!0;case 4:return!0;default:return!1}}function ya(S,E){return S===E||S!==S&&E!==E}function du(S,E){var P=S[E];if(P!=null){if(!Di(P))throw new TypeError;return P}}function uu(S){var E=du(S,a);if(!Di(E))throw new TypeError;var P=E.call(S);if(!he(P))throw new TypeError;return P}function pu(S){return S.value}function fu(S){var E=S.next();return E.done?!1:E}function hu(S){var E=S.return;E&&E.call(S)}function va(S){var E=Object.getPrototypeOf(S);if(typeof S!="function"||S===f||E!==f)return E;var P=S.prototype,M=P&&Object.getPrototypeOf(P);if(M==null||M===Object.prototype)return E;var ee=M.constructor;return typeof ee!="function"||ee===S?E:ee}function v1(){var S;!q(_)&&typeof n.Reflect<"u"&&!(_ in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(S=$1(n.Reflect));var E,P,M,ee=new h,je={registerProvider:Ie,getProvider:V,setProvider:X};return je;function Ie(Z){if(!Object.isExtensible(je))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case S===Z:break;case q(E):E=Z;break;case E===Z:break;case q(P):P=Z;break;case P===Z:break;default:M===void 0&&(M=new v),M.add(Z);break}}function ce(Z,le){if(!q(E)){if(E.isProviderFor(Z,le))return E;if(!q(P)){if(P.isProviderFor(Z,le))return E;if(!q(M))for(var me=uu(M);;){var we=fu(me);if(!we)return;var pt=pu(we);if(pt.isProviderFor(Z,le))return hu(me),pt}}}if(!q(S)&&S.isProviderFor(Z,le))return S}function V(Z,le){var me=ee.get(Z),we;return q(me)||(we=me.get(le)),q(we)&&(we=ce(Z,le),q(we)||(q(me)&&(me=new m,ee.set(Z,me)),me.set(le,we))),we}function G(Z){if(q(Z))throw new TypeError;return E===Z||P===Z||!q(M)&&M.has(Z)}function X(Z,le,me){if(!G(me))throw new Error("Metadata provider not registered.");var we=V(Z,le);if(we!==me){if(!q(we))return!1;var pt=ee.get(Z);q(pt)&&(pt=new m,ee.set(Z,pt)),pt.set(le,me)}return!0}}function w1(){var S;return!q(_)&&he(n.Reflect)&&Object.isExtensible(n.Reflect)&&(S=n.Reflect[_]),q(S)&&(S=v1()),!q(_)&&he(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,_,{enumerable:!1,configurable:!1,writable:!1,value:S}),S}function b1(S){var E=new h,P={isProviderFor:function(G,X){var Z=E.get(G);return q(Z)?!1:Z.has(X)},OrdinaryDefineOwnMetadata:Ie,OrdinaryHasOwnMetadata:ee,OrdinaryGetOwnMetadata:je,OrdinaryOwnMetadataKeys:ce,OrdinaryDeleteMetadata:V};return w.registerProvider(P),P;function M(G,X,Z){var le=E.get(G),me=!1;if(q(le)){if(!Z)return;le=new m,E.set(G,le),me=!0}var we=le.get(X);if(q(we)){if(!Z)return;if(we=new m,le.set(X,we),!S.setProvider(G,X,P))throw le.delete(X),me&&E.delete(G),new Error("Wrong provider for target.")}return we}function ee(G,X,Z){var le=M(X,Z,!1);return q(le)?!1:au(le.has(G))}function je(G,X,Z){var le=M(X,Z,!1);if(!q(le))return le.get(G)}function Ie(G,X,Z,le){var me=M(Z,le,!0);me.set(G,X)}function ce(G,X){var Z=[],le=M(G,X,!1);if(q(le))return Z;for(var me=le.keys(),we=uu(me),pt=0;;){var gu=fu(we);if(!gu)return Z.length=pt,Z;var A1=pu(gu);try{Z[pt]=A1}catch(E1){try{hu(we)}finally{throw E1}}pt++}}function V(G,X,Z){var le=M(X,Z,!1);if(q(le)||!le.delete(G))return!1;if(le.size===0){var me=E.get(X);q(me)||(me.delete(Z),me.size===0&&E.delete(me))}return!0}}function $1(S){var E=S.defineMetadata,P=S.hasOwnMetadata,M=S.getOwnMetadata,ee=S.getOwnMetadataKeys,je=S.deleteMetadata,Ie=new h,ce={isProviderFor:function(V,G){var X=Ie.get(V);return!q(X)&&X.has(G)?!0:ee(V,G).length?(q(X)&&(X=new v,Ie.set(V,X)),X.add(G),!0):!1},OrdinaryDefineOwnMetadata:E,OrdinaryHasOwnMetadata:P,OrdinaryGetOwnMetadata:M,OrdinaryOwnMetadataKeys:ee,OrdinaryDeleteMetadata:je};return ce}function Pr(S,E,P){var M=w.getProvider(S,E);if(!q(M))return M;if(P){if(w.setProvider(S,E,k))return k;throw new Error("Illegal state.")}}function x1(){var S={},E=[],P=function(){function ce(V,G,X){this._index=0,this._keys=V,this._values=G,this._selector=X}return ce.prototype["@@iterator"]=function(){return this},ce.prototype[a]=function(){return this},ce.prototype.next=function(){var V=this._index;if(V>=0&&V<this._keys.length){var G=this._selector(this._keys[V],this._values[V]);return V+1>=this._keys.length?(this._index=-1,this._keys=E,this._values=E):this._index++,{value:G,done:!1}}return{value:void 0,done:!0}},ce.prototype.throw=function(V){throw this._index>=0&&(this._index=-1,this._keys=E,this._values=E),V},ce.prototype.return=function(V){return this._index>=0&&(this._index=-1,this._keys=E,this._values=E),{value:V,done:!0}},ce}(),M=function(){function ce(){this._keys=[],this._values=[],this._cacheKey=S,this._cacheIndex=-2}return Object.defineProperty(ce.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),ce.prototype.has=function(V){return this._find(V,!1)>=0},ce.prototype.get=function(V){var G=this._find(V,!1);return G>=0?this._values[G]:void 0},ce.prototype.set=function(V,G){var X=this._find(V,!0);return this._values[X]=G,this},ce.prototype.delete=function(V){var G=this._find(V,!1);if(G>=0){for(var X=this._keys.length,Z=G+1;Z<X;Z++)this._keys[Z-1]=this._keys[Z],this._values[Z-1]=this._values[Z];return this._keys.length--,this._values.length--,ya(V,this._cacheKey)&&(this._cacheKey=S,this._cacheIndex=-2),!0}return!1},ce.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=S,this._cacheIndex=-2},ce.prototype.keys=function(){return new P(this._keys,this._values,ee)},ce.prototype.values=function(){return new P(this._keys,this._values,je)},ce.prototype.entries=function(){return new P(this._keys,this._values,Ie)},ce.prototype["@@iterator"]=function(){return this.entries()},ce.prototype[a]=function(){return this.entries()},ce.prototype._find=function(V,G){if(!ya(this._cacheKey,V)){this._cacheIndex=-1;for(var X=0;X<this._keys.length;X++)if(ya(this._keys[X],V)){this._cacheIndex=X;break}}return this._cacheIndex<0&&G&&(this._cacheIndex=this._keys.length,this._keys.push(V),this._values.push(void 0)),this._cacheIndex},ce}();return M;function ee(ce,V){return ce}function je(ce,V){return V}function Ie(ce,V){return[ce,V]}}function k1(){var S=function(){function E(){this._map=new m}return Object.defineProperty(E.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),E.prototype.has=function(P){return this._map.has(P)},E.prototype.add=function(P){return this._map.set(P,P),this},E.prototype.delete=function(P){return this._map.delete(P)},E.prototype.clear=function(){this._map.clear()},E.prototype.keys=function(){return this._map.keys()},E.prototype.values=function(){return this._map.keys()},E.prototype.entries=function(){return this._map.entries()},E.prototype["@@iterator"]=function(){return this.keys()},E.prototype[a]=function(){return this.keys()},E}();return S}function S1(){var S=16,E=u.create(),P=M();return function(){function V(){this._key=M()}return V.prototype.has=function(G){var X=ee(G,!1);return X!==void 0?u.has(X,this._key):!1},V.prototype.get=function(G){var X=ee(G,!1);return X!==void 0?u.get(X,this._key):void 0},V.prototype.set=function(G,X){var Z=ee(G,!0);return Z[this._key]=X,this},V.prototype.delete=function(G){var X=ee(G,!1);return X!==void 0?delete X[this._key]:!1},V.prototype.clear=function(){this._key=M()},V}();function M(){var V;do V="@@WeakMap@@"+ce();while(u.has(E,V));return E[V]=!0,V}function ee(V,G){if(!r.call(V,P)){if(!G)return;Object.defineProperty(V,P,{value:u.create()})}return V[P]}function je(V,G){for(var X=0;X<G;++X)V[X]=Math.random()*255|0;return V}function Ie(V){if(typeof Uint8Array=="function"){var G=new Uint8Array(V);return typeof crypto<"u"?crypto.getRandomValues(G):typeof msCrypto<"u"?msCrypto.getRandomValues(G):je(G,V),G}return je(new Array(V),V)}function ce(){var V=Ie(S);V[6]=V[6]&79|64,V[8]=V[8]&191|128;for(var G="",X=0;X<S;++X){var Z=V[X];(X===4||X===6||X===8)&&(G+="-"),Z<16&&(G+="0"),G+=Z.toString(16).toLowerCase()}return G}}function wa(S){return S.__=void 0,delete S.__,S}})})(Lu||(Lu={}));/*!
42
+ ***************************************************************************** */var Bu;(function(t){(function(e){var n=typeof globalThis=="object"?globalThis:typeof So=="object"?So:typeof self=="object"?self:typeof this=="object"?this:c(),r=i(t);typeof n.Reflect<"u"&&(r=i(n.Reflect,r)),e(r,n),typeof n.Reflect>"u"&&(n.Reflect=t);function i(d,l){return function(u,f){Object.defineProperty(d,u,{configurable:!0,writable:!0,value:f}),l&&l(u,f)}}function o(){try{return Function("return this;")()}catch{}}function a(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return o()||a()}})(function(e,n){var r=Object.prototype.hasOwnProperty,i=typeof Symbol=="function",o=i&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",a=i&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",d={__proto__:[]}instanceof Array,l=!c&&!d,u={create:c?function(){return $a(Object.create(null))}:d?function(){return $a({__proto__:null})}:function(){return $a({})},has:l?function(S,I){return r.call(S,I)}:function(S,I){return I in S},get:l?function(S,I){return r.call(S,I)?S[I]:void 0}:function(S,I){return S[I]}},f=Object.getPrototypeOf(Function),m=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:_1(),w=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:y1(),h=typeof WeakMap=="function"?WeakMap:w1(),_=i?Symbol.for("@reflect-metadata:registry"):void 0,v=h1(),k=g1(v);function N(S,I,P,M){if(q(P)){if(!au(S))throw new TypeError;if(!cu(I))throw new TypeError;return C(S,I)}else{if(!au(S))throw new TypeError;if(!he(I))throw new TypeError;if(!he(M)&&!q(M)&&!Oe(M))throw new TypeError;return Oe(M)&&(M=void 0),P=xt(P),A(S,I,P,M)}}e("decorate",N);function z(S,I){function P(M,ee){if(!he(M))throw new TypeError;if(!q(ee)&&!p1(ee))throw new TypeError;Q(S,I,M,ee)}return P}e("metadata",z);function L(S,I,P,M){if(!he(P))throw new TypeError;return q(M)||(M=xt(M)),Q(S,I,P,M)}e("defineMetadata",L);function Y(S,I,P){if(!he(I))throw new TypeError;return q(P)||(P=xt(P)),x(S,I,P)}e("hasMetadata",Y);function se(S,I,P){if(!he(I))throw new TypeError;return q(P)||(P=xt(P)),$(S,I,P)}e("hasOwnMetadata",se);function ae(S,I,P){if(!he(I))throw new TypeError;return q(P)||(P=xt(P)),j(S,I,P)}e("getMetadata",ae);function ke(S,I,P){if(!he(I))throw new TypeError;return q(P)||(P=xt(P)),U(S,I,P)}e("getOwnMetadata",ke);function Ee(S,I){if(!he(S))throw new TypeError;return q(I)||(I=xt(I)),W(S,I)}e("getMetadataKeys",Ee);function ze(S,I){if(!he(S))throw new TypeError;return q(I)||(I=xt(I)),oe(S,I)}e("getOwnMetadataKeys",ze);function O(S,I,P){if(!he(I))throw new TypeError;if(q(P)||(P=xt(P)),!he(I))throw new TypeError;q(P)||(P=xt(P));var M=Tr(I,P,!1);return q(M)?!1:M.OrdinaryDeleteMetadata(S,I,P)}e("deleteMetadata",O);function C(S,I){for(var P=S.length-1;P>=0;--P){var M=S[P],ee=M(I);if(!q(ee)&&!Oe(ee)){if(!cu(ee))throw new TypeError;I=ee}}return I}function A(S,I,P,M){for(var ee=S.length-1;ee>=0;--ee){var je=S[ee],Ie=je(I,P,M);if(!q(Ie)&&!Oe(Ie)){if(!he(Ie))throw new TypeError;M=Ie}}return M}function x(S,I,P){var M=$(S,I,P);if(M)return!0;var ee=ba(I);return Oe(ee)?!1:x(S,ee,P)}function $(S,I,P){var M=Tr(I,P,!1);return q(M)?!1:su(M.OrdinaryHasOwnMetadata(S,I,P))}function j(S,I,P){var M=$(S,I,P);if(M)return U(S,I,P);var ee=ba(I);if(!Oe(ee))return j(S,ee,P)}function U(S,I,P){var M=Tr(I,P,!1);if(!q(M))return M.OrdinaryGetOwnMetadata(S,I,P)}function Q(S,I,P,M){var ee=Tr(P,M,!0);ee.OrdinaryDefineOwnMetadata(S,I,P,M)}function W(S,I){var P=oe(S,I),M=ba(S);if(M===null)return P;var ee=W(M,I);if(ee.length<=0)return P;if(P.length<=0)return ee;for(var je=new w,Ie=[],ce=0,D=P;ce<D.length;ce++){var G=D[ce],Z=je.has(G);Z||(je.add(G),Ie.push(G))}for(var X=0,de=ee;X<de.length;X++){var G=de[X],Z=je.has(G);Z||(je.add(G),Ie.push(G))}return Ie}function oe(S,I){var P=Tr(S,I,!1);return P?P.OrdinaryOwnMetadataKeys(S,I):[]}function ue(S){if(S===null)return 1;switch(typeof S){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return S===null?1:6;default:return 6}}function q(S){return S===void 0}function Oe(S){return S===null}function _n(S){return typeof S=="symbol"}function he(S){return typeof S=="object"?S!==null:typeof S=="function"}function Se(S,I){switch(ue(S)){case 0:return S;case 1:return S;case 2:return S;case 3:return S;case 4:return S;case 5:return S}var P="string",M=du(S,o);if(M!==void 0){var ee=M.call(S,P);if(he(ee))throw new TypeError;return ee}return l1(S)}function l1(S,I){var P,M;{var ee=S.toString;if(Di(ee)){var M=ee.call(S);if(!he(M))return M}var P=S.valueOf;if(Di(P)){var M=P.call(S);if(!he(M))return M}}throw new TypeError}function su(S){return!!S}function u1(S){return""+S}function xt(S){var I=Se(S);return _n(I)?I:u1(I)}function au(S){return Array.isArray?Array.isArray(S):S instanceof Object?S instanceof Array:Object.prototype.toString.call(S)==="[object Array]"}function Di(S){return typeof S=="function"}function cu(S){return typeof S=="function"}function p1(S){switch(ue(S)){case 3:return!0;case 4:return!0;default:return!1}}function va(S,I){return S===I||S!==S&&I!==I}function du(S,I){var P=S[I];if(P!=null){if(!Di(P))throw new TypeError;return P}}function lu(S){var I=du(S,a);if(!Di(I))throw new TypeError;var P=I.call(S);if(!he(P))throw new TypeError;return P}function uu(S){return S.value}function pu(S){var I=S.next();return I.done?!1:I}function fu(S){var I=S.return;I&&I.call(S)}function ba(S){var I=Object.getPrototypeOf(S);if(typeof S!="function"||S===f||I!==f)return I;var P=S.prototype,M=P&&Object.getPrototypeOf(P);if(M==null||M===Object.prototype)return I;var ee=M.constructor;return typeof ee!="function"||ee===S?I:ee}function f1(){var S;!q(_)&&typeof n.Reflect<"u"&&!(_ in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(S=m1(n.Reflect));var I,P,M,ee=new h,je={registerProvider:Ie,getProvider:D,setProvider:Z};return je;function Ie(X){if(!Object.isExtensible(je))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case S===X:break;case q(I):I=X;break;case I===X:break;case q(P):P=X;break;case P===X:break;default:M===void 0&&(M=new w),M.add(X);break}}function ce(X,de){if(!q(I)){if(I.isProviderFor(X,de))return I;if(!q(P)){if(P.isProviderFor(X,de))return I;if(!q(M))for(var me=lu(M);;){var ve=pu(me);if(!ve)return;var pt=uu(ve);if(pt.isProviderFor(X,de))return fu(me),pt}}}if(!q(S)&&S.isProviderFor(X,de))return S}function D(X,de){var me=ee.get(X),ve;return q(me)||(ve=me.get(de)),q(ve)&&(ve=ce(X,de),q(ve)||(q(me)&&(me=new m,ee.set(X,me)),me.set(de,ve))),ve}function G(X){if(q(X))throw new TypeError;return I===X||P===X||!q(M)&&M.has(X)}function Z(X,de,me){if(!G(me))throw new Error("Metadata provider not registered.");var ve=D(X,de);if(ve!==me){if(!q(ve))return!1;var pt=ee.get(X);q(pt)&&(pt=new m,ee.set(X,pt)),pt.set(de,me)}return!0}}function h1(){var S;return!q(_)&&he(n.Reflect)&&Object.isExtensible(n.Reflect)&&(S=n.Reflect[_]),q(S)&&(S=f1()),!q(_)&&he(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,_,{enumerable:!1,configurable:!1,writable:!1,value:S}),S}function g1(S){var I=new h,P={isProviderFor:function(G,Z){var X=I.get(G);return q(X)?!1:X.has(Z)},OrdinaryDefineOwnMetadata:Ie,OrdinaryHasOwnMetadata:ee,OrdinaryGetOwnMetadata:je,OrdinaryOwnMetadataKeys:ce,OrdinaryDeleteMetadata:D};return v.registerProvider(P),P;function M(G,Z,X){var de=I.get(G),me=!1;if(q(de)){if(!X)return;de=new m,I.set(G,de),me=!0}var ve=de.get(Z);if(q(ve)){if(!X)return;if(ve=new m,de.set(Z,ve),!S.setProvider(G,Z,P))throw de.delete(Z),me&&I.delete(G),new Error("Wrong provider for target.")}return ve}function ee(G,Z,X){var de=M(Z,X,!1);return q(de)?!1:su(de.has(G))}function je(G,Z,X){var de=M(Z,X,!1);if(!q(de))return de.get(G)}function Ie(G,Z,X,de){var me=M(X,de,!0);me.set(G,Z)}function ce(G,Z){var X=[],de=M(G,Z,!1);if(q(de))return X;for(var me=de.keys(),ve=lu(me),pt=0;;){var hu=pu(ve);if(!hu)return X.length=pt,X;var v1=uu(hu);try{X[pt]=v1}catch(b1){try{fu(ve)}finally{throw b1}}pt++}}function D(G,Z,X){var de=M(Z,X,!1);if(q(de)||!de.delete(G))return!1;if(de.size===0){var me=I.get(Z);q(me)||(me.delete(X),me.size===0&&I.delete(me))}return!0}}function m1(S){var I=S.defineMetadata,P=S.hasOwnMetadata,M=S.getOwnMetadata,ee=S.getOwnMetadataKeys,je=S.deleteMetadata,Ie=new h,ce={isProviderFor:function(D,G){var Z=Ie.get(D);return!q(Z)&&Z.has(G)?!0:ee(D,G).length?(q(Z)&&(Z=new w,Ie.set(D,Z)),Z.add(G),!0):!1},OrdinaryDefineOwnMetadata:I,OrdinaryHasOwnMetadata:P,OrdinaryGetOwnMetadata:M,OrdinaryOwnMetadataKeys:ee,OrdinaryDeleteMetadata:je};return ce}function Tr(S,I,P){var M=v.getProvider(S,I);if(!q(M))return M;if(P){if(v.setProvider(S,I,k))return k;throw new Error("Illegal state.")}}function _1(){var S={},I=[],P=function(){function ce(D,G,Z){this._index=0,this._keys=D,this._values=G,this._selector=Z}return ce.prototype["@@iterator"]=function(){return this},ce.prototype[a]=function(){return this},ce.prototype.next=function(){var D=this._index;if(D>=0&&D<this._keys.length){var G=this._selector(this._keys[D],this._values[D]);return D+1>=this._keys.length?(this._index=-1,this._keys=I,this._values=I):this._index++,{value:G,done:!1}}return{value:void 0,done:!0}},ce.prototype.throw=function(D){throw this._index>=0&&(this._index=-1,this._keys=I,this._values=I),D},ce.prototype.return=function(D){return this._index>=0&&(this._index=-1,this._keys=I,this._values=I),{value:D,done:!0}},ce}(),M=function(){function ce(){this._keys=[],this._values=[],this._cacheKey=S,this._cacheIndex=-2}return Object.defineProperty(ce.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),ce.prototype.has=function(D){return this._find(D,!1)>=0},ce.prototype.get=function(D){var G=this._find(D,!1);return G>=0?this._values[G]:void 0},ce.prototype.set=function(D,G){var Z=this._find(D,!0);return this._values[Z]=G,this},ce.prototype.delete=function(D){var G=this._find(D,!1);if(G>=0){for(var Z=this._keys.length,X=G+1;X<Z;X++)this._keys[X-1]=this._keys[X],this._values[X-1]=this._values[X];return this._keys.length--,this._values.length--,va(D,this._cacheKey)&&(this._cacheKey=S,this._cacheIndex=-2),!0}return!1},ce.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=S,this._cacheIndex=-2},ce.prototype.keys=function(){return new P(this._keys,this._values,ee)},ce.prototype.values=function(){return new P(this._keys,this._values,je)},ce.prototype.entries=function(){return new P(this._keys,this._values,Ie)},ce.prototype["@@iterator"]=function(){return this.entries()},ce.prototype[a]=function(){return this.entries()},ce.prototype._find=function(D,G){if(!va(this._cacheKey,D)){this._cacheIndex=-1;for(var Z=0;Z<this._keys.length;Z++)if(va(this._keys[Z],D)){this._cacheIndex=Z;break}}return this._cacheIndex<0&&G&&(this._cacheIndex=this._keys.length,this._keys.push(D),this._values.push(void 0)),this._cacheIndex},ce}();return M;function ee(ce,D){return ce}function je(ce,D){return D}function Ie(ce,D){return[ce,D]}}function y1(){var S=function(){function I(){this._map=new m}return Object.defineProperty(I.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),I.prototype.has=function(P){return this._map.has(P)},I.prototype.add=function(P){return this._map.set(P,P),this},I.prototype.delete=function(P){return this._map.delete(P)},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 S}function w1(){var S=16,I=u.create(),P=M();return function(){function D(){this._key=M()}return D.prototype.has=function(G){var Z=ee(G,!1);return Z!==void 0?u.has(Z,this._key):!1},D.prototype.get=function(G){var Z=ee(G,!1);return Z!==void 0?u.get(Z,this._key):void 0},D.prototype.set=function(G,Z){var X=ee(G,!0);return X[this._key]=Z,this},D.prototype.delete=function(G){var Z=ee(G,!1);return Z!==void 0?delete Z[this._key]:!1},D.prototype.clear=function(){this._key=M()},D}();function M(){var D;do D="@@WeakMap@@"+ce();while(u.has(I,D));return I[D]=!0,D}function ee(D,G){if(!r.call(D,P)){if(!G)return;Object.defineProperty(D,P,{value:u.create()})}return D[P]}function je(D,G){for(var Z=0;Z<G;++Z)D[Z]=Math.random()*255|0;return D}function Ie(D){if(typeof Uint8Array=="function"){var G=new Uint8Array(D);return typeof crypto<"u"?crypto.getRandomValues(G):typeof msCrypto<"u"?msCrypto.getRandomValues(G):je(G,D),G}return je(new Array(D),D)}function ce(){var D=Ie(S);D[6]=D[6]&79|64,D[8]=D[8]&191|128;for(var G="",Z=0;Z<S;++Z){var X=D[Z];(Z===4||Z===6||Z===8)&&(G+="-"),X<16&&(G+="0"),G+=X.toString(16).toLowerCase()}return G}}function $a(S){return S.__=void 0,delete S.__,S}})})(Bu||(Bu={}));/*!
43
43
  * MIT License
44
44
  *
45
45
  * Copyright (c) 2017-2022 Peculiar Ventures, LLC
@@ -62,9 +62,9 @@ and limitations under the License.
62
62
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
63
63
  * SOFTWARE.
64
64
  *
65
- */const v2="[object ArrayBuffer]";class D{static isArrayBuffer(e){return Object.prototype.toString.call(e)===v2}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 r=D.toUint8Array(e),i=D.toUint8Array(n);if(r.length!==i.byteLength)return!1;for(let o=0;o<r.length;o++)if(r[o]!==i[o])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 r=0;for(const a of n)r+=a.byteLength;const i=new Uint8Array(r);let o=0;for(const a of n){const c=this.toUint8Array(a);i.set(c,o),o+=c.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}}const $a="string",w2=/^[0-9a-f]+$/i,b2=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,$2=/^[a-zA-Z0-9-_]+$/;class Uu{static fromString(e){const n=unescape(encodeURIComponent(e)),r=new Uint8Array(n.length);for(let i=0;i<n.length;i++)r[i]=n.charCodeAt(i);return r.buffer}static toString(e){const n=D.toUint8Array(e);let r="";for(let o=0;o<n.length;o++)r+=String.fromCharCode(n[o]);return decodeURIComponent(escape(r))}}class kt{static toString(e,n=!1){const r=D.toArrayBuffer(e),i=new DataView(r);let o="";for(let a=0;a<r.byteLength;a+=2){const c=i.getUint16(a,n);o+=String.fromCharCode(c)}return o}static fromString(e,n=!1){const r=new ArrayBuffer(e.length*2),i=new DataView(r);for(let o=0;o<e.length;o++)i.setUint16(o*2,e.charCodeAt(o),n);return r}}class J{static isHex(e){return typeof e===$a&&w2.test(e)}static isBase64(e){return typeof e===$a&&b2.test(e)}static isBase64Url(e){return typeof e===$a&&$2.test(e)}static ToString(e,n="utf8"){const r=D.toUint8Array(e);switch(n.toLowerCase()){case"utf8":return this.ToUtf8String(r);case"binary":return this.ToBinary(r);case"hex":return this.ToHex(r);case"base64":return this.ToBase64(r);case"base64url":return this.ToBase64Url(r);case"utf16le":return kt.toString(r,!0);case"utf16":case"utf16be":return kt.toString(r);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 kt.fromString(e,!0);case"utf16":case"utf16be":return kt.fromString(e);default:throw new Error(`Unknown type of encoding '${n}'`)}}static ToBase64(e){const n=D.toUint8Array(e);if(typeof btoa<"u"){const r=this.ToString(n,"binary");return btoa(r)}else return Buffer.from(n).toString("base64")}static FromBase64(e){const n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!J.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(!J.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=J.DEFAULT_UTF8_ENCODING){switch(n){case"ascii":return this.FromBinary(e);case"utf8":return Uu.fromString(e);case"utf16":case"utf16be":return kt.fromString(e);case"utf16le":case"usc2":return kt.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${n}'`)}}static ToUtf8String(e,n=J.DEFAULT_UTF8_ENCODING){switch(n){case"ascii":return this.ToBinary(e);case"utf8":return Uu.toString(e);case"utf16":case"utf16be":return kt.toString(e);case"utf16le":case"usc2":return kt.toString(e,!0);default:throw new Error(`Unknown type of encoding '${n}'`)}}static FromBinary(e){const n=e.length,r=new Uint8Array(n);for(let i=0;i<n;i++)r[i]=e.charCodeAt(i);return r.buffer}static ToBinary(e){const n=D.toUint8Array(e);let r="";for(let i=0;i<n.length;i++)r+=String.fromCharCode(n[i]);return r}static ToHex(e){const n=D.toUint8Array(e);let r="";const i=n.length;for(let o=0;o<i;o++){const a=n[o];a<16&&(r+="0"),r+=a.toString(16)}return r}static FromHex(e){let n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!J.isHex(n))throw new TypeError("Argument 'hexString' is not HEX encoded");n.length%2&&(n=`0${n}`);const r=new Uint8Array(n.length/2);for(let i=0;i<n.length;i=i+2){const o=n.slice(i,i+2);r[i/2]=parseInt(o,16)}return r.buffer}static ToUtf16String(e,n=!1){return kt.toString(e,n)}static FromUtf16String(e,n=!1){return kt.fromString(e,n)}static Base64Padding(e){const n=4-e.length%4;if(n<4)for(let r=0;r<n;r++)e+="=";return e}static formatString(e){return(e==null?void 0:e.replace(/[\n\r\t ]/g,""))||""}}J.DEFAULT_UTF8_ENCODING="utf8";function x2(...t){const e=t.map(i=>i.byteLength).reduce((i,o)=>i+o),n=new Uint8Array(e);let r=0;return t.map(i=>new Uint8Array(i)).forEach(i=>{for(const o of i)n[r++]=o}),n.buffer}function bh(t,e){if(!(t&&e)||t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),r=new Uint8Array(e);for(let i=0;i<t.byteLength;i++)if(n[i]!==r[i])return!1;return!0}/*!
65
+ */const f2="[object ArrayBuffer]";class V{static isArrayBuffer(e){return Object.prototype.toString.call(e)===f2}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 r=V.toUint8Array(e),i=V.toUint8Array(n);if(r.length!==i.byteLength)return!1;for(let o=0;o<r.length;o++)if(r[o]!==i[o])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 r=0;for(const a of n)r+=a.byteLength;const i=new Uint8Array(r);let o=0;for(const a of n){const c=this.toUint8Array(a);i.set(c,o),o+=c.length}return e[e.length-1]instanceof Function?this.toView(i,e[e.length-1]):i.buffer}}const ka="string",h2=/^[0-9a-f]+$/i,g2=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/,m2=/^[a-zA-Z0-9-_]+$/;class Lu{static fromString(e){const n=unescape(encodeURIComponent(e)),r=new Uint8Array(n.length);for(let i=0;i<n.length;i++)r[i]=n.charCodeAt(i);return r.buffer}static toString(e){const n=V.toUint8Array(e);let r="";for(let o=0;o<n.length;o++)r+=String.fromCharCode(n[o]);return decodeURIComponent(escape(r))}}class kt{static toString(e,n=!1){const r=V.toArrayBuffer(e),i=new DataView(r);let o="";for(let a=0;a<r.byteLength;a+=2){const c=i.getUint16(a,n);o+=String.fromCharCode(c)}return o}static fromString(e,n=!1){const r=new ArrayBuffer(e.length*2),i=new DataView(r);for(let o=0;o<e.length;o++)i.setUint16(o*2,e.charCodeAt(o),n);return r}}class J{static isHex(e){return typeof e===ka&&h2.test(e)}static isBase64(e){return typeof e===ka&&g2.test(e)}static isBase64Url(e){return typeof e===ka&&m2.test(e)}static ToString(e,n="utf8"){const r=V.toUint8Array(e);switch(n.toLowerCase()){case"utf8":return this.ToUtf8String(r);case"binary":return this.ToBinary(r);case"hex":return this.ToHex(r);case"base64":return this.ToBase64(r);case"base64url":return this.ToBase64Url(r);case"utf16le":return kt.toString(r,!0);case"utf16":case"utf16be":return kt.toString(r);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 kt.fromString(e,!0);case"utf16":case"utf16be":return kt.fromString(e);default:throw new Error(`Unknown type of encoding '${n}'`)}}static ToBase64(e){const n=V.toUint8Array(e);if(typeof btoa<"u"){const r=this.ToString(n,"binary");return btoa(r)}else return Buffer.from(n).toString("base64")}static FromBase64(e){const n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!J.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(!J.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=J.DEFAULT_UTF8_ENCODING){switch(n){case"ascii":return this.FromBinary(e);case"utf8":return Lu.fromString(e);case"utf16":case"utf16be":return kt.fromString(e);case"utf16le":case"usc2":return kt.fromString(e,!0);default:throw new Error(`Unknown type of encoding '${n}'`)}}static ToUtf8String(e,n=J.DEFAULT_UTF8_ENCODING){switch(n){case"ascii":return this.ToBinary(e);case"utf8":return Lu.toString(e);case"utf16":case"utf16be":return kt.toString(e);case"utf16le":case"usc2":return kt.toString(e,!0);default:throw new Error(`Unknown type of encoding '${n}'`)}}static FromBinary(e){const n=e.length,r=new Uint8Array(n);for(let i=0;i<n;i++)r[i]=e.charCodeAt(i);return r.buffer}static ToBinary(e){const n=V.toUint8Array(e);let r="";for(let i=0;i<n.length;i++)r+=String.fromCharCode(n[i]);return r}static ToHex(e){const n=V.toUint8Array(e);let r="";const i=n.length;for(let o=0;o<i;o++){const a=n[o];a<16&&(r+="0"),r+=a.toString(16)}return r}static FromHex(e){let n=this.formatString(e);if(!n)return new ArrayBuffer(0);if(!J.isHex(n))throw new TypeError("Argument 'hexString' is not HEX encoded");n.length%2&&(n=`0${n}`);const r=new Uint8Array(n.length/2);for(let i=0;i<n.length;i=i+2){const o=n.slice(i,i+2);r[i/2]=parseInt(o,16)}return r.buffer}static ToUtf16String(e,n=!1){return kt.toString(e,n)}static FromUtf16String(e,n=!1){return kt.fromString(e,n)}static Base64Padding(e){const n=4-e.length%4;if(n<4)for(let r=0;r<n;r++)e+="=";return e}static formatString(e){return(e==null?void 0:e.replace(/[\n\r\t ]/g,""))||""}}J.DEFAULT_UTF8_ENCODING="utf8";function _2(...t){const e=t.map(i=>i.byteLength).reduce((i,o)=>i+o),n=new Uint8Array(e);let r=0;return t.map(i=>new Uint8Array(i)).forEach(i=>{for(const o of i)n[r++]=o}),n.buffer}function gh(t,e){if(!(t&&e)||t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),r=new Uint8Array(e);for(let i=0;i<t.byteLength;i++)if(n[i]!==r[i])return!1;return!0}/*!
66
66
  Copyright (c) Peculiar Ventures, LLC
67
- */function ar(t,e){let n=0;if(t.length===1)return t[0];for(let r=t.length-1;r>=0;r--)n+=t[t.length-1-r]*Math.pow(2,e*r);return n}function In(t,e,n=-1){const r=n;let i=t,o=0,a=Math.pow(2,e);for(let c=1;c<8;c++){if(t<a){let l;if(r<0)l=new ArrayBuffer(c),o=c;else{if(r<c)return new ArrayBuffer(0);l=new ArrayBuffer(r),o=r}const d=new Uint8Array(l);for(let u=c-1;u>=0;u--){const f=Math.pow(2,u*e);d[o-u-1]=Math.floor(i/f),i-=d[o-u-1]*f}return l}a*=Math.pow(2,e)}return new ArrayBuffer(0)}function Qa(...t){let e=0,n=0;for(const o of t)e+=o.length;const r=new ArrayBuffer(e),i=new Uint8Array(r);for(const o of t)i.set(o,n),n+=o.length;return i}function $h(){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 r=ar(n,8),i=new ArrayBuffer(this.valueHex.byteLength),o=new Uint8Array(i);for(let c=0;c<this.valueHex.byteLength;c++)o[c]=t[c];return o[0]&=127,ar(o,8)-r}function k2(t){const e=t<0?t*-1:t;let n=128;for(let r=1;r<8;r++){if(e<=n){if(t<0){const a=n-e,c=In(a,8,r),l=new Uint8Array(c);return l[0]|=128,c}let i=In(e,8,r),o=new Uint8Array(i);if(o[0]&128){const a=i.slice(0),c=new Uint8Array(a);i=new ArrayBuffer(i.byteLength+1),o=new Uint8Array(i);for(let l=0;l<a.byteLength;l++)o[l+1]=c[l];o[0]=0}return i}n*=Math.pow(2,8)}return new ArrayBuffer(0)}function S2(t,e){if(t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),r=new Uint8Array(e);for(let i=0;i<n.length;i++)if(n[i]!==r[i])return!1;return!0}function et(t,e){const n=t.toString(10);if(e<n.length)return"";const r=e-n.length,i=new Array(r);for(let a=0;a<r;a++)i[a]="0";return i.join("").concat(n)}/*!
67
+ */function dr(t,e){let n=0;if(t.length===1)return t[0];for(let r=t.length-1;r>=0;r--)n+=t[t.length-1-r]*Math.pow(2,e*r);return n}function In(t,e,n=-1){const r=n;let i=t,o=0,a=Math.pow(2,e);for(let c=1;c<8;c++){if(t<a){let d;if(r<0)d=new ArrayBuffer(c),o=c;else{if(r<c)return new ArrayBuffer(0);d=new ArrayBuffer(r),o=r}const l=new Uint8Array(d);for(let u=c-1;u>=0;u--){const f=Math.pow(2,u*e);l[o-u-1]=Math.floor(i/f),i-=l[o-u-1]*f}return d}a*=Math.pow(2,e)}return new ArrayBuffer(0)}function tc(...t){let e=0,n=0;for(const o of t)e+=o.length;const r=new ArrayBuffer(e),i=new Uint8Array(r);for(const o of t)i.set(o,n),n+=o.length;return i}function mh(){const t=new Uint8Array(this.valueHex);if(this.valueHex.byteLength>=2){const c=t[0]===255&&t[1]&128,d=t[0]===0&&(t[1]&128)===0;(c||d)&&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 r=dr(n,8),i=new ArrayBuffer(this.valueHex.byteLength),o=new Uint8Array(i);for(let c=0;c<this.valueHex.byteLength;c++)o[c]=t[c];return o[0]&=127,dr(o,8)-r}function y2(t){const e=t<0?t*-1:t;let n=128;for(let r=1;r<8;r++){if(e<=n){if(t<0){const a=n-e,c=In(a,8,r),d=new Uint8Array(c);return d[0]|=128,c}let i=In(e,8,r),o=new Uint8Array(i);if(o[0]&128){const a=i.slice(0),c=new Uint8Array(a);i=new ArrayBuffer(i.byteLength+1),o=new Uint8Array(i);for(let d=0;d<a.byteLength;d++)o[d+1]=c[d];o[0]=0}return i}n*=Math.pow(2,8)}return new ArrayBuffer(0)}function w2(t,e){if(t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),r=new Uint8Array(e);for(let i=0;i<n.length;i++)if(n[i]!==r[i])return!1;return!0}function et(t,e){const n=t.toString(10);if(e<n.length)return"";const r=e-n.length,i=new Array(r);for(let a=0;a<r;a++)i[a]="0";return i.join("").concat(n)}/*!
68
68
  * Copyright (c) 2014, GMO GlobalSign
69
69
  * Copyright (c) 2015-2022, Peculiar Ventures
70
70
  * All rights reserved.
@@ -96,11 +96,11 @@ and limitations under the License.
96
96
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
97
97
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
98
98
  *
99
- */function Ao(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function Jl(t){let e=0,n=0;for(let i=0;i<t.length;i++){const o=t[i];e+=o.byteLength}const r=new Uint8Array(e);for(let i=0;i<t.length;i++){const o=t[i];r.set(new Uint8Array(o),n),n+=o.byteLength}return r.buffer}function Wt(t,e,n,r){return e instanceof Uint8Array?e.byteLength?n<0?(t.error="Wrong parameter: inputOffset less than zero",!1):r<0?(t.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-n-r<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 ks{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return Jl(this.items)}}const Lr=[new Uint8Array([1])],Mu="0123456789",xa="name",Fu="valueHexView",A2="isHexOnly",E2="idBlock",I2="tagClass",N2="tagNumber",C2="isConstructed",z2="fromBER",O2="toBER",j2="local",Ge="",bt=new ArrayBuffer(0),Ss=new Uint8Array(0),Zr="EndOfContent",xh="OCTET STRING",kh="BIT STRING";function jt(t){var e;return e=class extends t{constructor(...r){var i;super(...r);const o=r[0]||{};this.isHexOnly=(i=o.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=o.valueHex?D.toUint8Array(o.valueHex):Ss}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(r){this.valueHexView=new Uint8Array(r)}fromBER(r,i,o){const a=r instanceof ArrayBuffer?new Uint8Array(r):r;if(!Wt(this,a,i,o))return-1;const c=i+o;return this.valueHexView=a.subarray(i,c),this.valueHexView.length?(this.blockLength=o,c):(this.warnings.push("Zero buffer length"),i)}toBER(r=!1){return this.isHexOnly?r?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",bt)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:J.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class Fn{constructor({blockLength:e=0,error:n=Ge,warnings:r=[],valueBeforeDecode:i=Ss}={}){this.blockLength=e,this.error=n,this.warnings=r,this.valueBeforeDecodeView=D.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:J.ToHex(this.valueBeforeDecodeView)}}}Fn.NAME="baseBlock";class qe extends Fn{fromBER(e,n,r){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'")}}qe.NAME="valueBlock";class Sh extends jt(Fn){constructor({idBlock:e={}}={}){var n,r,i,o;super(),e?(this.isHexOnly=(n=e.isHexOnly)!==null&&n!==void 0?n:!1,this.valueHexView=e.valueHex?D.toUint8Array(e.valueHex):Ss,this.tagClass=(r=e.tagClass)!==null&&r!==void 0?r:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(o=e.isConstructed)!==null&&o!==void 0?o:!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",bt}if(this.isConstructed&&(n|=32),this.tagNumber<31&&!this.isHexOnly){const i=new Uint8Array(1);if(!e){let o=this.tagNumber;o&=31,n|=o,i[0]=n}return i.buffer}if(!this.isHexOnly){const i=In(this.tagNumber,7),o=new Uint8Array(i),a=i.byteLength,c=new Uint8Array(a+1);if(c[0]=n|31,!e){for(let l=0;l<a-1;l++)c[l+1]=o[l]|128;c[a]=o[a-1]}return c.buffer}const r=new Uint8Array(this.valueHexView.byteLength+1);if(r[0]=n|31,!e){const i=this.valueHexView;for(let o=0;o<i.length-1;o++)r[o+1]=i[o]|128;r[this.valueHexView.byteLength]=i[i.length-1]}return r.buffer}fromBER(e,n,r){const i=D.toUint8Array(e);if(!Wt(this,i,n,r))return-1;const o=i.subarray(n,n+r);if(o.length===0)return this.error="Zero buffer length",-1;switch(o[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=(o[0]&32)===32,this.isHexOnly=!1;const c=o[0]&31;if(c!==31)this.tagNumber=c,this.blockLength=1;else{let l=1,d=this.valueHexView=new Uint8Array(255),u=255;for(;o[l]&128;){if(d[l-1]=o[l]&127,l++,l>=o.length)return this.error="End of input reached before message was fully decoded",-1;if(l===u){u+=255;const m=new Uint8Array(u);for(let v=0;v<d.length;v++)m[v]=d[v];d=this.valueHexView=new Uint8Array(u)}}this.blockLength=l+1,d[l-1]=o[l]&127;const f=new Uint8Array(l);for(let m=0;m<l;m++)f[m]=d[m];d=this.valueHexView=new Uint8Array(l),d.set(f),this.blockLength<=9?this.tagNumber=ar(d,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}}}Sh.NAME="identificationBlock";class Ah extends Fn{constructor({lenBlock:e={}}={}){var n,r,i;super(),this.isIndefiniteForm=(n=e.isIndefiniteForm)!==null&&n!==void 0?n:!1,this.longFormUsed=(r=e.longFormUsed)!==null&&r!==void 0?r:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,n,r){const i=D.toUint8Array(e);if(!Wt(this,i,n,r))return-1;const o=i.subarray(n,n+r);if(o.length===0)return this.error="Zero buffer length",-1;if(o[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=o[0]===128,this.isIndefiniteForm)return this.blockLength=1,n+this.blockLength;if(this.longFormUsed=!!(o[0]&128),this.longFormUsed===!1)return this.length=o[0],this.blockLength=1,n+this.blockLength;const a=o[0]&127;if(a>8)return this.error="Too big integer",-1;if(a+1>o.length)return this.error="End of input reached before message was fully decoded",-1;const c=n+1,l=i.subarray(c,c+a);return l[a-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=ar(l,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=a+1,n+this.blockLength}toBER(e=!1){let n,r;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return n=new ArrayBuffer(1),e===!1&&(r=new Uint8Array(n),r[0]=128),n;if(this.longFormUsed){const i=In(this.length,8);if(i.byteLength>127)return this.error="Too big length",bt;if(n=new ArrayBuffer(i.byteLength+1),e)return n;const o=new Uint8Array(i);r=new Uint8Array(n),r[0]=i.byteLength|128;for(let a=0;a<i.byteLength;a++)r[a+1]=o[a];return n}return n=new ArrayBuffer(1),e===!1&&(r=new Uint8Array(n),r[0]=this.length),n}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}Ah.NAME="lengthBlock";const K={};class Be extends Fn{constructor({name:e=Ge,optional:n=!1,primitiveSchema:r,...i}={},o){super(i),this.name=e,this.optional=n,r&&(this.primitiveSchema=r),this.idBlock=new Sh(i),this.lenBlock=new Ah(i),this.valueBlock=o?new o(i):new qe(i)}fromBER(e,n,r){const i=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,n){const r=n||new ks;n||Eh(this);const i=this.idBlock.toBER(e);if(r.write(i),this.lenBlock.isIndefiniteForm)r.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,r),r.write(new ArrayBuffer(2));else{const o=this.valueBlock.toBER(e);this.lenBlock.length=o.byteLength;const a=this.lenBlock.toBER(e);r.write(a),r.write(o)}return n?bt:r.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():J.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${J.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;const n=this.toBER(),r=e.toBER();return S2(n,r)}}Be.NAME="BaseBlock";function Eh(t){if(t instanceof K.Constructed)for(const e of t.valueBlock.value)Eh(e)&&(t.lenBlock.isIndefiniteForm=!0);return!!t.lenBlock.isIndefiniteForm}class Xl extends Be{constructor({value:e=Ge,...n}={},r){super(n,r),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,n,r){const i=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}Xl.NAME="BaseStringBlock";class Ih extends jt(qe){constructor({isHexOnly:e=!0,...n}={}){super(n),this.isHexOnly=e}}Ih.NAME="PrimitiveValueBlock";var Nh;class yi extends Be{constructor(e={}){super(e,Ih),this.idBlock.isConstructed=!1}}Nh=yi;K.Primitive=Nh;yi.NAME="PRIMITIVE";function P2(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 xr(t,e=0,n=t.length){const r=e;let i=new Be({},qe);const o=new Fn;if(!Wt(o,t,e,n))return i.error=o.error,{offset:-1,result:i};if(!t.subarray(e,e+n).length)return i.error="Zero buffer length",{offset:-1,result:i};let c=i.idBlock.fromBER(t,e,n);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),c===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=c,n-=i.idBlock.blockLength,c=i.lenBlock.fromBER(t,e,n),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),c===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=c,n-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let l=Be;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};l=K.EndOfContent;break;case 1:l=K.Boolean;break;case 2:l=K.Integer;break;case 3:l=K.BitString;break;case 4:l=K.OctetString;break;case 5:l=K.Null;break;case 6:l=K.ObjectIdentifier;break;case 10:l=K.Enumerated;break;case 12:l=K.Utf8String;break;case 13:l=K.RelativeObjectIdentifier;break;case 14:l=K.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:l=K.Sequence;break;case 17:l=K.Set;break;case 18:l=K.NumericString;break;case 19:l=K.PrintableString;break;case 20:l=K.TeletexString;break;case 21:l=K.VideotexString;break;case 22:l=K.IA5String;break;case 23:l=K.UTCTime;break;case 24:l=K.GeneralizedTime;break;case 25:l=K.GraphicString;break;case 26:l=K.VisibleString;break;case 27:l=K.GeneralString;break;case 28:l=K.UniversalString;break;case 29:l=K.CharacterString;break;case 30:l=K.BmpString;break;case 31:l=K.DATE;break;case 32:l=K.TimeOfDay;break;case 33:l=K.DateTime;break;case 34:l=K.Duration;break;default:{const d=i.idBlock.isConstructed?new K.Constructed:new K.Primitive;d.idBlock=i.idBlock,d.lenBlock=i.lenBlock,d.warnings=i.warnings,i=d}}break;case 2:case 3:case 4:default:l=i.idBlock.isConstructed?K.Constructed:K.Primitive}return i=P2(i,l),c=i.fromBER(t,e,i.lenBlock.isIndefiniteForm?n:i.lenBlock.length),i.valueBeforeDecodeView=t.subarray(r,r+i.blockLength),{offset:c,result:i}}function nr(t){if(!t.byteLength){const e=new Be({},qe);return e.error="Input buffer has zero length",{offset:-1,result:e}}return xr(D.toUint8Array(t).slice(),0,t.byteLength)}function T2(t,e){return t?1:e}class nn extends qe{constructor({value:e=[],isIndefiniteForm:n=!1,...r}={}){super(r),this.value=e,this.isIndefiniteForm=n}fromBER(e,n,r){const i=D.toUint8Array(e);if(!Wt(this,i,n,r))return-1;if(this.valueBeforeDecodeView=i.subarray(n,n+r),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),n;let o=n;for(;T2(this.isIndefiniteForm,r)>0;){const a=xr(i,o,r);if(a.offset===-1)return this.error=a.result.error,this.warnings.concat(a.result.warnings),-1;if(o=a.offset,this.blockLength+=a.result.blockLength,r-=a.result.blockLength,this.value.push(a.result),this.isIndefiniteForm&&a.result.constructor.NAME===Zr)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===Zr?this.value.pop():this.warnings.push("No EndOfContent block encoded")),o}toBER(e,n){const r=n||new ks;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,r);return n?bt:r.final()}toJSON(){const e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const n of this.value)e.value.push(n.toJSON());return e}}nn.NAME="ConstructedValueBlock";var Ch;class We extends Be{constructor(e={}){super(e,nn),this.idBlock.isConstructed=!0}fromBER(e,n,r){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const i=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){const e=[];for(const r of this.valueBlock.value)e.push(r.toString("ascii").split(`
99
+ */function Io(){if(typeof BigInt>"u")throw new Error("BigInt is not defined. Your environment doesn't implement BigInt.")}function Wd(t){let e=0,n=0;for(let i=0;i<t.length;i++){const o=t[i];e+=o.byteLength}const r=new Uint8Array(e);for(let i=0;i<t.length;i++){const o=t[i];r.set(new Uint8Array(o),n),n+=o.byteLength}return r.buffer}function Zt(t,e,n,r){return e instanceof Uint8Array?e.byteLength?n<0?(t.error="Wrong parameter: inputOffset less than zero",!1):r<0?(t.error="Wrong parameter: inputLength less than zero",!1):e.byteLength-n-r<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 As{constructor(){this.items=[]}write(e){this.items.push(e)}final(){return Wd(this.items)}}const Ur=[new Uint8Array([1])],Uu="0123456789",Sa="name",Mu="valueHexView",v2="isHexOnly",b2="idBlock",$2="tagClass",x2="tagNumber",k2="isConstructed",S2="fromBER",A2="toBER",E2="local",Ge="",bt=new ArrayBuffer(0),Es=new Uint8Array(0),Yr="EndOfContent",_h="OCTET STRING",yh="BIT STRING";function jt(t){var e;return e=class extends t{constructor(...r){var i;super(...r);const o=r[0]||{};this.isHexOnly=(i=o.isHexOnly)!==null&&i!==void 0?i:!1,this.valueHexView=o.valueHex?V.toUint8Array(o.valueHex):Es}get valueHex(){return this.valueHexView.slice().buffer}set valueHex(r){this.valueHexView=new Uint8Array(r)}fromBER(r,i,o){const a=r instanceof ArrayBuffer?new Uint8Array(r):r;if(!Zt(this,a,i,o))return-1;const c=i+o;return this.valueHexView=a.subarray(i,c),this.valueHexView.length?(this.blockLength=o,c):(this.warnings.push("Zero buffer length"),i)}toBER(r=!1){return this.isHexOnly?r?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",bt)}toJSON(){return{...super.toJSON(),isHexOnly:this.isHexOnly,valueHex:J.ToHex(this.valueHexView)}}},e.NAME="hexBlock",e}class Vn{constructor({blockLength:e=0,error:n=Ge,warnings:r=[],valueBeforeDecode:i=Es}={}){this.blockLength=e,this.error=n,this.warnings=r,this.valueBeforeDecodeView=V.toUint8Array(i)}static blockName(){return this.NAME}get valueBeforeDecode(){return this.valueBeforeDecodeView.slice().buffer}set valueBeforeDecode(e){this.valueBeforeDecodeView=new Uint8Array(e)}toJSON(){return{blockName:this.constructor.NAME,blockLength:this.blockLength,error:this.error,warnings:this.warnings,valueBeforeDecode:J.ToHex(this.valueBeforeDecodeView)}}}Vn.NAME="baseBlock";class qe extends Vn{fromBER(e,n,r){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'")}}qe.NAME="valueBlock";class wh extends jt(Vn){constructor({idBlock:e={}}={}){var n,r,i,o;super(),e?(this.isHexOnly=(n=e.isHexOnly)!==null&&n!==void 0?n:!1,this.valueHexView=e.valueHex?V.toUint8Array(e.valueHex):Es,this.tagClass=(r=e.tagClass)!==null&&r!==void 0?r:-1,this.tagNumber=(i=e.tagNumber)!==null&&i!==void 0?i:-1,this.isConstructed=(o=e.isConstructed)!==null&&o!==void 0?o:!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",bt}if(this.isConstructed&&(n|=32),this.tagNumber<31&&!this.isHexOnly){const i=new Uint8Array(1);if(!e){let o=this.tagNumber;o&=31,n|=o,i[0]=n}return i.buffer}if(!this.isHexOnly){const i=In(this.tagNumber,7),o=new Uint8Array(i),a=i.byteLength,c=new Uint8Array(a+1);if(c[0]=n|31,!e){for(let d=0;d<a-1;d++)c[d+1]=o[d]|128;c[a]=o[a-1]}return c.buffer}const r=new Uint8Array(this.valueHexView.byteLength+1);if(r[0]=n|31,!e){const i=this.valueHexView;for(let o=0;o<i.length-1;o++)r[o+1]=i[o]|128;r[this.valueHexView.byteLength]=i[i.length-1]}return r.buffer}fromBER(e,n,r){const i=V.toUint8Array(e);if(!Zt(this,i,n,r))return-1;const o=i.subarray(n,n+r);if(o.length===0)return this.error="Zero buffer length",-1;switch(o[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=(o[0]&32)===32,this.isHexOnly=!1;const c=o[0]&31;if(c!==31)this.tagNumber=c,this.blockLength=1;else{let d=1,l=this.valueHexView=new Uint8Array(255),u=255;for(;o[d]&128;){if(l[d-1]=o[d]&127,d++,d>=o.length)return this.error="End of input reached before message was fully decoded",-1;if(d===u){u+=255;const m=new Uint8Array(u);for(let w=0;w<l.length;w++)m[w]=l[w];l=this.valueHexView=new Uint8Array(u)}}this.blockLength=d+1,l[d-1]=o[d]&127;const f=new Uint8Array(d);for(let m=0;m<d;m++)f[m]=l[m];l=this.valueHexView=new Uint8Array(d),l.set(f),this.blockLength<=9?this.tagNumber=dr(l,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}}}wh.NAME="identificationBlock";class vh extends Vn{constructor({lenBlock:e={}}={}){var n,r,i;super(),this.isIndefiniteForm=(n=e.isIndefiniteForm)!==null&&n!==void 0?n:!1,this.longFormUsed=(r=e.longFormUsed)!==null&&r!==void 0?r:!1,this.length=(i=e.length)!==null&&i!==void 0?i:0}fromBER(e,n,r){const i=V.toUint8Array(e);if(!Zt(this,i,n,r))return-1;const o=i.subarray(n,n+r);if(o.length===0)return this.error="Zero buffer length",-1;if(o[0]===255)return this.error="Length block 0xFF is reserved by standard",-1;if(this.isIndefiniteForm=o[0]===128,this.isIndefiniteForm)return this.blockLength=1,n+this.blockLength;if(this.longFormUsed=!!(o[0]&128),this.longFormUsed===!1)return this.length=o[0],this.blockLength=1,n+this.blockLength;const a=o[0]&127;if(a>8)return this.error="Too big integer",-1;if(a+1>o.length)return this.error="End of input reached before message was fully decoded",-1;const c=n+1,d=i.subarray(c,c+a);return d[a-1]===0&&this.warnings.push("Needlessly long encoded length"),this.length=dr(d,8),this.longFormUsed&&this.length<=127&&this.warnings.push("Unnecessary usage of long length form"),this.blockLength=a+1,n+this.blockLength}toBER(e=!1){let n,r;if(this.length>127&&(this.longFormUsed=!0),this.isIndefiniteForm)return n=new ArrayBuffer(1),e===!1&&(r=new Uint8Array(n),r[0]=128),n;if(this.longFormUsed){const i=In(this.length,8);if(i.byteLength>127)return this.error="Too big length",bt;if(n=new ArrayBuffer(i.byteLength+1),e)return n;const o=new Uint8Array(i);r=new Uint8Array(n),r[0]=i.byteLength|128;for(let a=0;a<i.byteLength;a++)r[a+1]=o[a];return n}return n=new ArrayBuffer(1),e===!1&&(r=new Uint8Array(n),r[0]=this.length),n}toJSON(){return{...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,longFormUsed:this.longFormUsed,length:this.length}}}vh.NAME="lengthBlock";const K={};class Be extends Vn{constructor({name:e=Ge,optional:n=!1,primitiveSchema:r,...i}={},o){super(i),this.name=e,this.optional=n,r&&(this.primitiveSchema=r),this.idBlock=new wh(i),this.lenBlock=new vh(i),this.valueBlock=o?new o(i):new qe(i)}fromBER(e,n,r){const i=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}toBER(e,n){const r=n||new As;n||bh(this);const i=this.idBlock.toBER(e);if(r.write(i),this.lenBlock.isIndefiniteForm)r.write(new Uint8Array([128]).buffer),this.valueBlock.toBER(e,r),r.write(new ArrayBuffer(2));else{const o=this.valueBlock.toBER(e);this.lenBlock.length=o.byteLength;const a=this.lenBlock.toBER(e);r.write(a),r.write(o)}return n?bt:r.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():J.ToHex(this.toBER())}onAsciiEncoding(){return`${this.constructor.NAME} : ${J.ToHex(this.valueBlock.valueBeforeDecodeView)}`}isEqual(e){if(this===e)return!0;if(!(e instanceof this.constructor))return!1;const n=this.toBER(),r=e.toBER();return w2(n,r)}}Be.NAME="BaseBlock";function bh(t){if(t instanceof K.Constructed)for(const e of t.valueBlock.value)bh(e)&&(t.lenBlock.isIndefiniteForm=!0);return!!t.lenBlock.isIndefiniteForm}class Jd extends Be{constructor({value:e=Ge,...n}={},r){super(n,r),e&&this.fromString(e)}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}fromBER(e,n,r){const i=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.fromBuffer(this.valueBlock.valueHexView),this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){return`${this.constructor.NAME} : '${this.valueBlock.value}'`}}Jd.NAME="BaseStringBlock";class $h extends jt(qe){constructor({isHexOnly:e=!0,...n}={}){super(n),this.isHexOnly=e}}$h.NAME="PrimitiveValueBlock";var xh;class wi extends Be{constructor(e={}){super(e,$h),this.idBlock.isConstructed=!1}}xh=wi;K.Primitive=xh;wi.NAME="PRIMITIVE";function I2(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 kr(t,e=0,n=t.length){const r=e;let i=new Be({},qe);const o=new Vn;if(!Zt(o,t,e,n))return i.error=o.error,{offset:-1,result:i};if(!t.subarray(e,e+n).length)return i.error="Zero buffer length",{offset:-1,result:i};let c=i.idBlock.fromBER(t,e,n);if(i.idBlock.warnings.length&&i.warnings.concat(i.idBlock.warnings),c===-1)return i.error=i.idBlock.error,{offset:-1,result:i};if(e=c,n-=i.idBlock.blockLength,c=i.lenBlock.fromBER(t,e,n),i.lenBlock.warnings.length&&i.warnings.concat(i.lenBlock.warnings),c===-1)return i.error=i.lenBlock.error,{offset:-1,result:i};if(e=c,n-=i.lenBlock.blockLength,!i.idBlock.isConstructed&&i.lenBlock.isIndefiniteForm)return i.error="Indefinite length form used for primitive encoding form",{offset:-1,result:i};let d=Be;switch(i.idBlock.tagClass){case 1:if(i.idBlock.tagNumber>=37&&i.idBlock.isHexOnly===!1)return i.error="UNIVERSAL 37 and upper tags are reserved by ASN.1 standard",{offset:-1,result:i};switch(i.idBlock.tagNumber){case 0:if(i.idBlock.isConstructed&&i.lenBlock.length>0)return i.error="Type [UNIVERSAL 0] is reserved",{offset:-1,result:i};d=K.EndOfContent;break;case 1:d=K.Boolean;break;case 2:d=K.Integer;break;case 3:d=K.BitString;break;case 4:d=K.OctetString;break;case 5:d=K.Null;break;case 6:d=K.ObjectIdentifier;break;case 10:d=K.Enumerated;break;case 12:d=K.Utf8String;break;case 13:d=K.RelativeObjectIdentifier;break;case 14:d=K.TIME;break;case 15:return i.error="[UNIVERSAL 15] is reserved by ASN.1 standard",{offset:-1,result:i};case 16:d=K.Sequence;break;case 17:d=K.Set;break;case 18:d=K.NumericString;break;case 19:d=K.PrintableString;break;case 20:d=K.TeletexString;break;case 21:d=K.VideotexString;break;case 22:d=K.IA5String;break;case 23:d=K.UTCTime;break;case 24:d=K.GeneralizedTime;break;case 25:d=K.GraphicString;break;case 26:d=K.VisibleString;break;case 27:d=K.GeneralString;break;case 28:d=K.UniversalString;break;case 29:d=K.CharacterString;break;case 30:d=K.BmpString;break;case 31:d=K.DATE;break;case 32:d=K.TimeOfDay;break;case 33:d=K.DateTime;break;case 34:d=K.Duration;break;default:{const l=i.idBlock.isConstructed?new K.Constructed:new K.Primitive;l.idBlock=i.idBlock,l.lenBlock=i.lenBlock,l.warnings=i.warnings,i=l}}break;case 2:case 3:case 4:default:d=i.idBlock.isConstructed?K.Constructed:K.Primitive}return i=I2(i,d),c=i.fromBER(t,e,i.lenBlock.isIndefiniteForm?n:i.lenBlock.length),i.valueBeforeDecodeView=t.subarray(r,r+i.blockLength),{offset:c,result:i}}function ir(t){if(!t.byteLength){const e=new Be({},qe);return e.error="Input buffer has zero length",{offset:-1,result:e}}return kr(V.toUint8Array(t).slice(),0,t.byteLength)}function N2(t,e){return t?1:e}class on extends qe{constructor({value:e=[],isIndefiniteForm:n=!1,...r}={}){super(r),this.value=e,this.isIndefiniteForm=n}fromBER(e,n,r){const i=V.toUint8Array(e);if(!Zt(this,i,n,r))return-1;if(this.valueBeforeDecodeView=i.subarray(n,n+r),this.valueBeforeDecodeView.length===0)return this.warnings.push("Zero buffer length"),n;let o=n;for(;N2(this.isIndefiniteForm,r)>0;){const a=kr(i,o,r);if(a.offset===-1)return this.error=a.result.error,this.warnings.concat(a.result.warnings),-1;if(o=a.offset,this.blockLength+=a.result.blockLength,r-=a.result.blockLength,this.value.push(a.result),this.isIndefiniteForm&&a.result.constructor.NAME===Yr)break}return this.isIndefiniteForm&&(this.value[this.value.length-1].constructor.NAME===Yr?this.value.pop():this.warnings.push("No EndOfContent block encoded")),o}toBER(e,n){const r=n||new As;for(let i=0;i<this.value.length;i++)this.value[i].toBER(e,r);return n?bt:r.final()}toJSON(){const e={...super.toJSON(),isIndefiniteForm:this.isIndefiniteForm,value:[]};for(const n of this.value)e.value.push(n.toJSON());return e}}on.NAME="ConstructedValueBlock";var kh;class We extends Be{constructor(e={}){super(e,on),this.idBlock.isConstructed=!0}fromBER(e,n,r){this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm;const i=this.valueBlock.fromBER(e,n,this.lenBlock.isIndefiniteForm?r:this.lenBlock.length);return i===-1?(this.error=this.valueBlock.error,i):(this.idBlock.error.length||(this.blockLength+=this.idBlock.blockLength),this.lenBlock.error.length||(this.blockLength+=this.lenBlock.blockLength),this.valueBlock.error.length||(this.blockLength+=this.valueBlock.blockLength),i)}onAsciiEncoding(){const e=[];for(const r of this.valueBlock.value)e.push(r.toString("ascii").split(`
100
100
  `).map(i=>` ${i}`).join(`
101
101
  `));const n=this.idBlock.tagClass===3?`[${this.idBlock.tagNumber}]`:this.constructor.NAME;return e.length?`${n} :
102
102
  ${e.join(`
103
- `)}`:`${n} :`}}Ch=We;K.Constructed=Ch;We.NAME="CONSTRUCTED";class zh extends qe{fromBER(e,n,r){return n}toBER(e){return bt}}zh.override="EndOfContentValueBlock";var Oh;class Zl extends Be{constructor(e={}){super(e,zh),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}}Oh=Zl;K.EndOfContent=Oh;Zl.NAME=Zr;var jh;class Nn extends Be{constructor(e={}){super(e,qe),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,n,r){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+=r,n+r>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):n+r}toBER(e,n){const r=new ArrayBuffer(2);if(!e){const i=new Uint8Array(r);i[0]=5,i[1]=0}return n&&n.write(r),r}onAsciiEncoding(){return`${this.constructor.NAME}`}}jh=Nn;K.Null=jh;Nn.NAME="NULL";class Ph extends jt(qe){constructor({value:e,...n}={}){super(n),n.valueHex?this.valueHexView=D.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,r){const i=D.toUint8Array(e);return Wt(this,i,n,r)?(this.valueHexView=i.subarray(n,n+r),r>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,$h.call(this),this.blockLength=r,n+r):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}Ph.NAME="BooleanValueBlock";var Th;let As=class extends Be{constructor(e={}){super(e,Ph),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}`}};Th=As;K.Boolean=Th;As.NAME="BOOLEAN";class Rh extends jt(nn){constructor({isConstructed:e=!1,...n}={}){super(n),this.isConstructed=e}fromBER(e,n,r){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=nn.prototype.fromBER.call(this,e,n,r),i===-1)return i;for(let o=0;o<this.value.length;o++){const a=this.value[o].constructor.NAME;if(a===Zr){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(a!==xh)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,n,r),this.blockLength=r;return i}toBER(e,n){return this.isConstructed?nn.prototype.toBER.call(this,e,n):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}Rh.NAME="OctetStringValueBlock";var Bh;let An=class Lh extends Be{constructor({idBlock:e={},lenBlock:n={},...r}={}){var i,o;(i=r.isConstructed)!==null&&i!==void 0||(r.isConstructed=!!(!((o=r.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:r.isConstructed,...e},lenBlock:{...n,isIndefiniteForm:!!r.isIndefiniteForm},...r},Rh),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,n,r){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,r===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 o=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(n,n+r);try{if(o.byteLength){const a=xr(o,0,o.byteLength);a.offset!==-1&&a.offset===r&&(this.valueBlock.value=[a.result])}}catch{}}return super.fromBER(e,n,r)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?We.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${J.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 Lh&&e.push(n.valueBlock.valueHexView);return D.concat(e)}};Bh=An;K.OctetString=Bh;An.NAME=xh;class Uh extends jt(nn){constructor({unusedBits:e=0,isConstructed:n=!1,...r}={}){super(r),this.unusedBits=e,this.isConstructed=n,this.blockLength=this.valueHexView.byteLength}fromBER(e,n,r){if(!r)return n;let i=-1;if(this.isConstructed){if(i=nn.prototype.fromBER.call(this,e,n,r),i===-1)return i;for(const c of this.value){const l=c.constructor.NAME;if(l===Zr){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(l!==kh)return this.error="BIT STRING may consists of BIT STRINGs only",-1;const d=c.valueBlock;if(this.unusedBits>0&&d.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=d.unusedBits}return i}const o=D.toUint8Array(e);if(!Wt(this,o,n,r))return-1;const a=o.subarray(n,n+r);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=xr(c,0,c.byteLength);l.offset!==-1&&l.offset===r-1&&(this.value=[l.result])}}catch{}}return this.valueHexView=a.subarray(1),this.blockLength=a.length,n+r}toBER(e,n){if(this.isConstructed)return nn.prototype.toBER.call(this,e,n);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return bt;const r=new Uint8Array(this.valueHexView.length+1);return r[0]=this.unusedBits,r.set(this.valueHexView,1),r.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}Uh.NAME="BitStringValueBlock";var Mh;let En=class extends Be{constructor({idBlock:e={},lenBlock:n={},...r}={}){var i,o;(i=r.isConstructed)!==null&&i!==void 0||(r.isConstructed=!!(!((o=r.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:r.isConstructed,...e},lenBlock:{...n,isIndefiniteForm:!!r.isIndefiniteForm},...r},Uh),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,n,r){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,n,r)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return We.prototype.onAsciiEncoding.call(this);{const e=[],n=this.valueBlock.valueHexView;for(const i of n)e.push(i.toString(2).padStart(8,"0"));const r=e.join("");return`${this.constructor.NAME} : ${r.substring(0,r.length-this.valueBlock.unusedBits)}`}}};Mh=En;K.BitString=Mh;En.NAME=kh;var Fh;function R2(t,e){const n=new Uint8Array([0]),r=new Uint8Array(t),i=new Uint8Array(e);let o=r.slice(0);const a=o.length-1,c=i.slice(0),l=c.length-1;let d=0;const u=l<a?a:l;let f=0;for(let m=u;m>=0;m--,f++){switch(!0){case f<c.length:d=o[a-f]+c[l-f]+n[0];break;default:d=o[a-f]+n[0]}switch(n[0]=d/10,!0){case f>=o.length:o=Qa(new Uint8Array([d%10]),o);break;default:o[a-f]=d%10}}return n[0]>0&&(o=Qa(n,o)),o}function Du(t){if(t>=Lr.length)for(let e=Lr.length;e<=t;e++){const n=new Uint8Array([0]);let r=Lr[e-1].slice(0);for(let i=r.length-1;i>=0;i--){const o=new Uint8Array([(r[i]<<1)+n[0]]);n[0]=o[0]/10,r[i]=o[0]%10}n[0]>0&&(r=Qa(n,r)),Lr.push(r)}return Lr[t]}function B2(t,e){let n=0;const r=new Uint8Array(t),i=new Uint8Array(e),o=r.slice(0),a=o.length-1,c=i.slice(0),l=c.length-1;let d,u=0;for(let f=l;f>=0;f--,u++)switch(d=o[a-u]-c[l-u]-n,!0){case d<0:n=1,o[a-u]=d+10;break;default:n=0,o[a-u]=d}if(n>0)for(let f=a-l+1;f>=0;f--,u++)if(d=o[a-u]-n,d<0)n=1,o[a-u]=d+10;else{n=0,o[a-u]=d;break}return o.slice()}class Yl extends jt(qe){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=$h.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(k2(e))}get valueDec(){return this._valueDec}fromDER(e,n,r,i=0){const o=this.fromBER(e,n,r);if(o===-1)return o;const a=this.valueHexView;return a[0]===0&&a[1]&128?this.valueHexView=a.subarray(1):i!==0&&a.length<i&&(i-a.length>1&&(i=a.length+1),this.valueHexView=a.subarray(i-a.length)),o}toDER(e=!1){const n=this.valueHexView;switch(!0){case(n[0]&128)!==0:{const r=new Uint8Array(this.valueHexView.length+1);r[0]=0,r.set(n,1),this.valueHexView=r}break;case(n[0]===0&&(n[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,n,r){const i=super.fromBER(e,n,r);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){const e=this.valueHexView.length*8-1;let n=new Uint8Array(this.valueHexView.length*8/3),r=0,i;const o=this.valueHexView;let a="",c=!1;for(let l=o.byteLength-1;l>=0;l--){i=o[l];for(let d=0;d<8;d++){if((i&1)===1)switch(r){case e:n=B2(Du(r),n),a="-";break;default:n=R2(n,Du(r))}r++,i>>=1}}for(let l=0;l<n.length;l++)n[l]&&(c=!0),c&&(a+=Mu.charAt(n[l]));return c===!1&&(a+=Mu.charAt(0)),a}}Fh=Yl;Yl.NAME="IntegerValueBlock";Object.defineProperty(Fh.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var Dh;class Nt extends Be{constructor(e={}){super(e,Yl),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return Ao(),BigInt(this.valueBlock.toString())}static fromBigInt(e){Ao();const n=BigInt(e),r=new ks,i=n.toString(16).replace(/^-/,""),o=new Uint8Array(J.FromHex(i));if(n<0){const c=new Uint8Array(o.length+(o[0]&128?1:0));c[0]|=128;const d=BigInt(`0x${J.ToHex(c)}`)+n,u=D.toUint8Array(J.FromHex(d.toString(16)));u[0]|=128,r.write(u)}else o[0]&128&&r.write(new Uint8Array([0])),r.write(o);return new Nt({valueHex:r.final()})}convertToDER(){const e=new Nt({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new Nt({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}Dh=Nt;K.Integer=Dh;Nt.NAME="INTEGER";var Vh;class Es extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}}Vh=Es;K.Enumerated=Vh;Es.NAME="ENUMERATED";class ec extends jt(qe){constructor({valueDec:e=-1,isFirstSid:n=!1,...r}={}){super(r),this.valueDec=e,this.isFirstSid=n}fromBER(e,n,r){if(!r)return n;const i=D.toUint8Array(e);if(!Wt(this,i,n,r))return-1;const o=i.subarray(n,n+r);this.valueHexView=new Uint8Array(r);for(let c=0;c<r&&(this.valueHexView[c]=o[c]&127,this.blockLength++,!!(o[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,o[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=ar(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),n+this.blockLength)}set valueBigInt(e){Ao();let n=BigInt(e).toString(2);for(;n.length%7;)n="0"+n;const r=new Uint8Array(n.length/7);for(let i=0;i<r.length;i++)r[i]=parseInt(n.slice(i*7,i*7+7),2)+(i+1<r.length?128:0);this.fromBER(r.buffer,0,r.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength-1;a++)o[a]=i[a]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}const n=In(this.valueDec,7);if(n.byteLength===0)return this.error="Error during encoding SID value",bt;const r=new Uint8Array(n.byteLength);if(!e){const i=new Uint8Array(n),o=n.byteLength-1;for(let a=0;a<o;a++)r[a]=i[a]|128;r[o]=i[o]}return r}toString(){let e="";if(this.isHexOnly)e=J.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}}}ec.NAME="sidBlock";class qh extends qe{constructor({value:e=Ge,...n}={}){super(n),this.value=[],e&&this.fromString(e)}fromBER(e,n,r){let i=n;for(;r>0;){const o=new ec;if(i=o.fromBER(e,i,r),i===-1)return this.blockLength=0,this.error=o.error,i;this.value.length===0&&(o.isFirstSid=!0),this.blockLength+=o.blockLength,r-=o.blockLength,this.value.push(o)}return i}toBER(e){const n=[];for(let r=0;r<this.value.length;r++){const i=this.value[r].toBER(e);if(i.byteLength===0)return this.error=this.value[r].error,bt;n.push(i)}return Jl(n)}fromString(e){this.value=[];let n=0,r=0,i="",o=!1;do if(r=e.indexOf(".",n),r===-1?i=e.substring(n):i=e.substring(n,r),n=r+1,o){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(i,10);if(isNaN(l))return;a.valueDec=l+c,o=!1}else{const a=new ec;if(i>Number.MAX_SAFE_INTEGER){Ao();const c=BigInt(i);a.valueBigInt=c}else if(a.valueDec=parseInt(i,10),isNaN(a.valueDec))return;this.value.length||(a.isFirstSid=!0,o=!0),this.value.push(a)}while(r!==-1)}toString(){let e="",n=!1;for(let r=0;r<this.value.length;r++){n=this.value[r].isHexOnly;let i=this.value[r].toString();r!==0&&(e=`${e}.`),n?(i=`{${i}}`,this.value[r].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}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}}qh.NAME="ObjectIdentifierValueBlock";var Hh;class Is extends Be{constructor(e={}){super(e,qh),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()}}}Hh=Is;K.ObjectIdentifier=Hh;Is.NAME="OBJECT IDENTIFIER";class tc extends jt(Fn){constructor({valueDec:e=0,...n}={}){super(n),this.valueDec=e}fromBER(e,n,r){if(r===0)return n;const i=D.toUint8Array(e);if(!Wt(this,i,n,r))return-1;const o=i.subarray(n,n+r);this.valueHexView=new Uint8Array(r);for(let c=0;c<r&&(this.valueHexView[c]=o[c]&127,this.blockLength++,!!(o[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,o[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=ar(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 i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength-1;a++)o[a]=i[a]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}const n=In(this.valueDec,7);if(n.byteLength===0)return this.error="Error during encoding SID value",bt;const r=new Uint8Array(n.byteLength);if(!e){const i=new Uint8Array(n),o=n.byteLength-1;for(let a=0;a<o;a++)r[a]=i[a]|128;r[o]=i[o]}return r.buffer}toString(){let e="";return this.isHexOnly?e=J.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}tc.NAME="relativeSidBlock";class Kh extends qe{constructor({value:e=Ge,...n}={}){super(n),this.value=[],e&&this.fromString(e)}fromBER(e,n,r){let i=n;for(;r>0;){const o=new tc;if(i=o.fromBER(e,i,r),i===-1)return this.blockLength=0,this.error=o.error,i;this.blockLength+=o.blockLength,r-=o.blockLength,this.value.push(o)}return i}toBER(e,n){const r=[];for(let i=0;i<this.value.length;i++){const o=this.value[i].toBER(e);if(o.byteLength===0)return this.error=this.value[i].error,bt;r.push(o)}return Jl(r)}fromString(e){this.value=[];let n=0,r=0,i="";do{r=e.indexOf(".",n),r===-1?i=e.substring(n):i=e.substring(n,r),n=r+1;const o=new tc;if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return!0;this.value.push(o)}while(r!==-1);return!0}toString(){let e="",n=!1;for(let r=0;r<this.value.length;r++){n=this.value[r].isHexOnly;let i=this.value[r].toString();r!==0&&(e=`${e}.`),n&&(i=`{${i}}`),e+=i}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}}Kh.NAME="RelativeObjectIdentifierValueBlock";var Gh;class Ql extends Be{constructor(e={}){super(e,Kh),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()}}}Gh=Ql;K.RelativeObjectIdentifier=Gh;Ql.NAME="RelativeObjectIdentifier";var Wh;class Ut extends We{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}}Wh=Ut;K.Sequence=Wh;Ut.NAME="SEQUENCE";var Jh;let Mt=class extends We{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};Jh=Mt;K.Set=Jh;Mt.NAME="SET";class Xh extends jt(qe){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Ge}toJSON(){return{...super.toJSON(),value:this.value}}}Xh.NAME="StringValueBlock";class Zh extends Xh{}Zh.NAME="SimpleStringValueBlock";class nt extends Xl{constructor({...e}={}){super(e,Zh)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,D.toUint8Array(e))}fromString(e){const n=e.length,r=this.valueBlock.valueHexView=new Uint8Array(n);for(let i=0;i<n;i++)r[i]=e.charCodeAt(i);this.valueBlock.value=e}}nt.NAME="SIMPLE STRING";class Yh extends nt{fromBuffer(e){this.valueBlock.valueHexView=D.toUint8Array(e);try{this.valueBlock.value=J.ToUtf8String(e)}catch(n){this.warnings.push(`Error during "decodeURIComponent": ${n}, using raw string`),this.valueBlock.value=J.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(J.FromUtf8String(e)),this.valueBlock.value=e}}Yh.NAME="Utf8StringValueBlock";var Qh;class Jt extends Yh{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}}Qh=Jt;K.Utf8String=Qh;Jt.NAME="UTF8String";class eg extends nt{fromBuffer(e){this.valueBlock.value=J.ToUtf16String(e),this.valueBlock.valueHexView=D.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(J.FromUtf16String(e))}}eg.NAME="BmpStringValueBlock";var tg;class Ns extends eg{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}}tg=Ns;K.BmpString=tg;Ns.NAME="BMPString";class ng extends nt{fromBuffer(e){const n=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),r=new Uint8Array(n);for(let i=0;i<r.length;i+=4)r[i]=r[i+3],r[i+1]=r[i+2],r[i+2]=0,r[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(n))}fromString(e){const n=e.length,r=this.valueBlock.valueHexView=new Uint8Array(n*4);for(let i=0;i<n;i++){const o=In(e.charCodeAt(i),8),a=new Uint8Array(o);if(a.length>4)continue;const c=4-a.length;for(let l=a.length-1;l>=0;l--)r[i*4+l+c]=a[l]}this.valueBlock.value=e}}ng.NAME="UniversalStringValueBlock";var rg;class Cs extends ng{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}}rg=Cs;K.UniversalString=rg;Cs.NAME="UniversalString";var ig;class zs extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}}ig=zs;K.NumericString=ig;zs.NAME="NumericString";var og;class Os extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}}og=Os;K.PrintableString=og;Os.NAME="PrintableString";var sg;class js extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}}sg=js;K.TeletexString=sg;js.NAME="TeletexString";var ag;class Ps extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}}ag=Ps;K.VideotexString=ag;Ps.NAME="VideotexString";var cg;class Ts extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}}cg=Ts;K.IA5String=cg;Ts.NAME="IA5String";var lg;class Rs extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}}lg=Rs;K.GraphicString=lg;Rs.NAME="GraphicString";var dg;class vi extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}}dg=vi;K.VisibleString=dg;vi.NAME="VisibleString";var ug;class Bs extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}}ug=Bs;K.GeneralString=ug;Bs.NAME="GeneralString";var pg;class Ls extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}}pg=Ls;K.CharacterString=pg;Ls.NAME="CharacterString";var fg;class wi extends vi{constructor({value:e,valueDate:n,...r}={}){if(super(r),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}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,D.toUint8Array(e)))}toBuffer(){const e=this.toString(),n=new ArrayBuffer(e.length),r=new Uint8Array(n);for(let i=0;i<e.length;i++)r[i]=e.charCodeAt(i);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 r=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(r===null){this.error="Wrong input string for conversion";return}const i=parseInt(r[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(r[2],10),this.day=parseInt(r[3],10),this.hour=parseInt(r[4],10),this.minute=parseInt(r[5],10),this.second=parseInt(r[6],10)}toString(e="iso"){if(e==="iso"){const n=new Array(7);return n[0]=et(this.year<2e3?this.year-1900:this.year-2e3,2),n[1]=et(this.month,2),n[2]=et(this.day,2),n[3]=et(this.hour,2),n[4]=et(this.minute,2),n[5]=et(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}}}fg=wi;K.UTCTime=fg;wi.NAME="UTCTime";var hg;class Us extends wi{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,r="",i="",o=0,a,c=0,l=0;if(e[e.length-1]==="Z")r=e.substring(0,e.length-1),n=!0;else{const f=new Number(e[e.length-1]);if(isNaN(f.valueOf()))throw new Error("Wrong input string for conversion");r=e}if(n){if(r.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(r.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let f=1,m=r.indexOf("+"),v="";if(m===-1&&(m=r.indexOf("-"),f=-1),m!==-1){if(v=r.substring(m+1),r=r.substring(0,m),v.length!==2&&v.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(v.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(c=f*h,v.length===4){if(h=parseInt(v.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");l=f*h}}}let d=r.indexOf(".");if(d===-1&&(d=r.indexOf(",")),d!==-1){const f=new Number(`0${r.substring(d)}`);if(isNaN(f.valueOf()))throw new Error("Wrong input string for conversion");o=f.valueOf(),i=r.substring(0,d)}else i=r;switch(!0){case i.length===8:if(a=/(\d{4})(\d{2})(\d{2})/ig,d!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,d!==-1){let f=60*o;this.minute=Math.floor(f),f=60*(f-this.minute),this.second=Math.floor(f),f=1e3*(f-this.second),this.millisecond=Math.floor(f)}break;case i.length===12:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,d!==-1){let f=60*o;this.second=Math.floor(f),f=1e3*(f-this.second),this.millisecond=Math.floor(f)}break;case i.length===14:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,d!==-1){const f=1e3*o;this.millisecond=Math.floor(f)}break;default:throw new Error("Wrong input string for conversion")}const u=a.exec(i);if(u===null)throw new Error("Wrong input string for conversion");for(let f=1;f<u.length;f++)switch(f){case 1:this.year=parseInt(u[f],10);break;case 2:this.month=parseInt(u[f],10);break;case 3:this.day=parseInt(u[f],10);break;case 4:this.hour=parseInt(u[f],10)+c;break;case 5:this.minute=parseInt(u[f],10)+l;break;case 6:this.second=parseInt(u[f],10);break;default:throw new Error("Wrong input string for conversion")}if(n===!1){const f=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=f.getUTCFullYear(),this.month=f.getUTCMonth(),this.day=f.getUTCDay(),this.hour=f.getUTCHours(),this.minute=f.getUTCMinutes(),this.second=f.getUTCSeconds(),this.millisecond=f.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){const n=[];return n.push(et(this.year,4)),n.push(et(this.month,2)),n.push(et(this.day,2)),n.push(et(this.hour,2)),n.push(et(this.minute,2)),n.push(et(this.second,2)),this.millisecond!==0&&(n.push("."),n.push(et(this.millisecond,3))),n.push("Z"),n.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}hg=Us;K.GeneralizedTime=hg;Us.NAME="GeneralizedTime";var gg;class ed extends Jt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}}gg=ed;K.DATE=gg;ed.NAME="DATE";var mg;class td extends Jt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}}mg=td;K.TimeOfDay=mg;td.NAME="TimeOfDay";var _g;class nd extends Jt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}}_g=nd;K.DateTime=_g;nd.NAME="DateTime";var yg;class rd extends Jt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}}yg=rd;K.Duration=yg;rd.NAME="Duration";var vg;class id extends Jt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}}vg=id;K.TIME=vg;id.NAME="TIME";class Cn{constructor({name:e=Ge,optional:n=!1}={}){this.name=e,this.optional=n}}class od extends Cn{constructor({value:e=[],...n}={}){super(n),this.value=e}}class Eo extends Cn{constructor({value:e=new Cn,local:n=!1,...r}={}){super(r),this.value=e,this.local=n}}class L2{constructor({data:e=Ss}={}){this.dataView=D.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=D.toUint8Array(e)}fromBER(e,n,r){const i=n+r;return this.dataView=D.toUint8Array(e).subarray(n,i),i}toBER(e){return this.dataView.slice().buffer}}function xn(t,e,n){if(n instanceof od){for(let o=0;o<n.value.length;o++)if(xn(t,e,n.value[o]).verified)return{verified:!0,result:t};{const o={verified:!1,result:{error:"Wrong values for Choice type"}};return n.hasOwnProperty(xa)&&(o.name=n.name),o}}if(n instanceof Cn)return n.hasOwnProperty(xa)&&(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(!(E2 in n))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(z2 in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(O2 in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const r=n.idBlock.toBER(!1);if(r.byteLength===0)return{verified:!1,result:{error:"Error encoding idBlock for ASN.1 schema"}};if(n.idBlock.fromBER(r,0,r.byteLength)===-1)return{verified:!1,result:{error:"Error decoding idBlock for ASN.1 schema"}};if(n.idBlock.hasOwnProperty(I2)===!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(N2)===!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(C2)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(n.idBlock.isConstructed!==e.idBlock.isConstructed)return{verified:!1,result:t};if(!(A2 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(!(Fu in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const o=n.idBlock.valueHexView,a=e.idBlock.valueHexView;if(o.length!==a.length)return{verified:!1,result:t};for(let c=0;c<o.length;c++)if(o[c]!==a[1])return{verified:!1,result:t}}if(n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&(t[n.name]=e)),n instanceof K.Constructed){let o=0,a={verified:!1,result:{error:"Unknown error"}},c=n.valueBlock.value.length;if(c>0&&n.valueBlock.value[0]instanceof Eo&&(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 d=0;d<n.valueBlock.value.length;d++)l=l&&(n.valueBlock.value[d].optional||!1);return l?{verified:!0,result:t}:(n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&delete t[n.name]),t.error="Inconsistent object length",{verified:!1,result:t})}for(let l=0;l<c;l++)if(l-o>=e.valueBlock.value.length){if(n.valueBlock.value[l].optional===!1){const d={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,Ge),n.name&&(delete t[n.name],d.name=n.name)),d}}else if(n.valueBlock.value[0]instanceof Eo){if(a=xn(t,e.valueBlock.value[l],n.valueBlock.value[0].value),a.verified===!1)if(n.valueBlock.value[0].optional)o++;else return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&delete t[n.name]),a;if(xa in n.valueBlock.value[0]&&n.valueBlock.value[0].name.length>0){let d={};j2 in n.valueBlock.value[0]&&n.valueBlock.value[0].local?d=e:d=t,typeof d[n.valueBlock.value[0].name]>"u"&&(d[n.valueBlock.value[0].name]=[]),d[n.valueBlock.value[0].name].push(e.valueBlock.value[l])}}else if(a=xn(t,e.valueBlock.value[l-o],n.valueBlock.value[l]),a.verified===!1)if(n.valueBlock.value[l].optional)o++;else return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&delete t[n.name]),a;if(a.verified===!1){const l={verified:!1,result:t};return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&(delete t[n.name],l.name=n.name)),l}return{verified:!0,result:t}}if(n.primitiveSchema&&Fu in e.valueBlock){const o=xr(e.valueBlock.valueHexView);if(o.offset===-1){const a={verified:!1,result:o.result};return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&(delete t[n.name],a.name=n.name)),a}return xn(t,o.result,n.primitiveSchema)}return{verified:!0,result:t}}function U2(t,e){if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema type"}};const n=xr(D.toUint8Array(t));return n.offset===-1?{verified:!1,result:n.result}:xn(n.result,n.result,e)}const wg=Object.freeze(Object.defineProperty({__proto__:null,Any:Cn,BaseBlock:Be,BaseStringBlock:Xl,BitString:En,BmpString:Ns,Boolean:As,CharacterString:Ls,Choice:od,Constructed:We,DATE:ed,DateTime:nd,Duration:rd,EndOfContent:Zl,Enumerated:Es,GeneralString:Bs,GeneralizedTime:Us,GraphicString:Rs,HexBlock:jt,IA5String:Ts,Integer:Nt,Null:Nn,NumericString:zs,ObjectIdentifier:Is,OctetString:An,Primitive:yi,PrintableString:Os,RawData:L2,RelativeObjectIdentifier:Ql,Repeated:Eo,Sequence:Ut,Set:Mt,TIME:id,TeletexString:js,TimeOfDay:td,UTCTime:wi,UniversalString:Cs,Utf8String:Jt,ValueBlock:qe,VideotexString:Ps,ViewWriter:ks,VisibleString:vi,compareSchema:xn,fromBER:nr,verifySchema:U2},Symbol.toStringTag,{value:"Module"}));var R;(function(t){t[t.Sequence=0]="Sequence",t[t.Set=1]="Set",t[t.Choice=2]="Choice"})(R||(R={}));var b;(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"})(b||(b={}));class Ms{constructor(e,n=0){if(this.unusedBits=0,this.value=new ArrayBuffer(0),e)if(typeof e=="number")this.fromNumber(e);else if(D.isBufferSource(e))this.unusedBits=n,this.value=D.toArrayBuffer(e);else throw TypeError("Unsupported type of 'params' argument for BitString")}fromASN(e){if(!(e instanceof En))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 En({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(e){return new En({name:e})}toNumber(){let e="";const n=new Uint8Array(this.value);for(const r of n)e+=r.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 r=n.length+7>>3;this.unusedBits=(r<<3)-n.length;const i=new Uint8Array(r);n=n.padStart(r<<3,"0").split("").reverse().join("");let o=0;for(;o<r;)i[o]=parseInt(n.slice(o<<3,(o<<3)+8),2),o++;this.value=i.buffer}}class de{get byteLength(){return this.buffer.byteLength}get byteOffset(){return 0}constructor(e){typeof e=="number"?this.buffer=new ArrayBuffer(e):D.isBufferSource(e)?this.buffer=D.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 M2={fromASN:t=>t instanceof Nn?null:t.valueBeforeDecodeView,toASN:t=>{if(t===null)return new Nn;const e=nr(t);if(e.result.error)throw new Error(e.result.error);return e.result}},F2={fromASN:t=>t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec,toASN:t=>new Nt({value:+t})},D2={fromASN:t=>t.valueBlock.valueDec,toASN:t=>new Es({value:t})},_e={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new Nt({valueHex:t})},V2={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new En({valueHex:t})},q2={fromASN:t=>t.valueBlock.toString(),toASN:t=>new Is({value:t})},H2={fromASN:t=>t.valueBlock.value,toASN:t=>new As({value:t})},Io={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new An({valueHex:t})},K2={fromASN:t=>new de(t.getValue()),toASN:t=>t.toASN()};function lt(t){return{fromASN:e=>e.valueBlock.value,toASN:e=>new t({value:e})}}const bg=lt(Jt),G2=lt(Ns),W2=lt(Cs),J2=lt(zs),X2=lt(Os),Z2=lt(js),Y2=lt(Ps),Q2=lt(Ts),ev=lt(Rs),tv=lt(vi),nv=lt(Bs),rv=lt(Ls),iv={fromASN:t=>t.toDate(),toASN:t=>new wi({valueDate:t})},ov={fromASN:t=>t.toDate(),toASN:t=>new Us({valueDate:t})},sv={fromASN:()=>null,toASN:()=>new Nn};function sd(t){switch(t){case b.Any:return M2;case b.BitString:return V2;case b.BmpString:return G2;case b.Boolean:return H2;case b.CharacterString:return rv;case b.Enumerated:return D2;case b.GeneralString:return nv;case b.GeneralizedTime:return ov;case b.GraphicString:return ev;case b.IA5String:return Q2;case b.Integer:return F2;case b.Null:return sv;case b.NumericString:return J2;case b.ObjectIdentifier:return q2;case b.OctetString:return Io;case b.PrintableString:return X2;case b.TeletexString:return Z2;case b.UTCTime:return iv;case b.UniversalString:return W2;case b.Utf8String:return bg;case b.VideotexString:return Y2;case b.VisibleString:return tv;default:return null}}function Lt(t){return typeof t=="function"&&t.prototype?t.prototype.toASN&&t.prototype.fromASN?!0:Lt(t.prototype):!!(t&&typeof t=="object"&&"toASN"in t&&"fromASN"in t)}function $g(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:$g(n)}return!1}function av(t,e){if(!(t&&e)||t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),r=new Uint8Array(e);for(let i=0;i<t.byteLength;i++)if(n[i]!==r[i])return!1;return!0}class cv{constructor(){this.items=new WeakMap}has(e){return this.items.has(e)}get(e,n=!1){const r=this.items.get(e);if(!r)throw new Error(`Cannot get schema for '${e.prototype.constructor.name}' target`);if(n&&!r.schema)throw new Error(`Schema '${e.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`);return r}cache(e){const n=this.get(e);n.schema||(n.schema=this.create(e,!0))}createDefault(e){const n={type:R.Sequence,items:{}},r=this.findParentSchema(e);return r&&(Object.assign(n,r),n.items=Object.assign({},n.items,r.items)),n}create(e,n){const r=this.items.get(e)||this.createDefault(e),i=[];for(const o in r.items){const a=r.items[o],c=n?o:"";let l;if(typeof a.type=="number"){const u=b[a.type],f=wg[u];if(!f)throw new Error(`Cannot get ASN1 class by name '${u}'`);l=new f({name:c})}else Lt(a.type)?l=new a.type().toSchema(c):a.optional?this.get(a.type).type===R.Choice?l=new Cn({name:c}):(l=this.create(a.type,!1),l.name=c):l=new Cn({name:c});const d=!!a.optional||a.defaultValue!==void 0;if(a.repeated){l.name="";const u=a.repeated==="set"?Mt:Ut;l=new u({name:"",value:[new Eo({name:c,value:l})]})}if(a.context!==null&&a.context!==void 0)if(a.implicit)if(typeof a.type=="number"||Lt(a.type)){const u=a.repeated?We:yi;i.push(new u({name:c,optional:d,idBlock:{tagClass:3,tagNumber:a.context}}))}else{this.cache(a.type);const u=!!a.repeated;let f=u?l:this.get(a.type,!0).schema;f="valueBlock"in f?f.valueBlock.value:f.value,i.push(new We({name:u?"":c,optional:d,idBlock:{tagClass:3,tagNumber:a.context},value:f}))}else i.push(new We({optional:d,idBlock:{tagClass:3,tagNumber:a.context},value:[l]}));else l.optional=d,i.push(l)}switch(r.type){case R.Sequence:return new Ut({value:i,name:""});case R.Set:return new Mt({value:i,name:""});case R.Choice:return new od({value:i,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 it=new cv,B=t=>e=>{let n;it.has(e)?n=it.get(e):(n=it.createDefault(e),it.set(e,n)),Object.assign(n,t)},g=t=>(e,n)=>{let r;it.has(e.constructor)?r=it.get(e.constructor):(r=it.createDefault(e.constructor),it.set(e.constructor,r));const i=Object.assign({},t);if(typeof i.type=="number"&&!i.converter){const o=sd(t.type);if(!o)throw new Error(`Cannot get default converter for property '${n}' of ${e.constructor.name}`);i.converter=o}r.items[n]=i};class Vu extends Error{constructor(){super(...arguments),this.schemas=[]}}class lv{static parse(e,n){const r=nr(e);if(r.result.error)throw new Error(r.result.error);return this.fromASN(r.result,n)}static fromASN(e,n){var r;try{if(Lt(n))return new n().fromASN(e);const i=it.get(n);it.cache(n);let o=i.schema;if(e.constructor===We&&i.type!==R.Choice){o=new We({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:i.schema.valueBlock.value});for(const l in i.items)delete e[l]}const a=xn({},e,o);if(!a.verified)throw new Vu(`Data does not match to ${n.name} ASN1 schema. ${a.result.error}`);const c=new n;if($g(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=i.itemType;if(typeof l=="number"){const d=sd(l);if(!d)throw new Error(`Cannot get default converter for array item of ${n.name} ASN1 schema`);return n.from(e.valueBlock.value,u=>d.fromASN(u))}else return n.from(e.valueBlock.value,d=>this.fromASN(d,l))}for(const l in i.items){const d=a.result[l];if(!d)continue;const u=i.items[l],f=u.type;if(typeof f=="number"||Lt(f)){const m=(r=u.converter)!==null&&r!==void 0?r:Lt(f)?new f:null;if(!m)throw new Error("Converter is empty");if(u.repeated)if(u.implicit){const v=u.repeated==="sequence"?Ut:Mt,h=new v;h.valueBlock=d.valueBlock;const _=nr(h.toBER(!1));if(_.offset===-1)throw new Error(`Cannot parse the child item. ${_.result.error}`);if(!("value"in _.result.valueBlock&&Array.isArray(_.result.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const w=_.result.valueBlock.value;c[l]=Array.from(w,k=>m.fromASN(k))}else c[l]=Array.from(d,v=>m.fromASN(v));else{let v=d;if(u.implicit){let h;if(Lt(f))h=new f().toSchema("");else{const _=b[f],w=wg[_];if(!w)throw new Error(`Cannot get '${_}' class from asn1js module`);h=new w}h.valueBlock=v.valueBlock,v=nr(h.toBER(!1)).result}c[l]=m.fromASN(v)}}else if(u.repeated){if(!Array.isArray(d))throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.");c[l]=Array.from(d,m=>this.fromASN(m,f))}else c[l]=this.fromASN(d,f)}return c}catch(i){throw i instanceof Vu&&i.schemas.push(n.name),i}}}class ad{static serialize(e){return e instanceof Be?e.toBER(!1):this.toASN(e).toBER(!1)}static toASN(e){if(e&&typeof e=="object"&&Lt(e))return e.toASN();if(!(e&&typeof e=="object"))throw new TypeError("Parameter 1 should be type of Object.");const n=e.constructor,r=it.get(n);it.cache(n);let i=[];if(r.itemType){if(!Array.isArray(e))throw new TypeError("Parameter 1 should be type of Array.");if(typeof r.itemType=="number"){const a=sd(r.itemType);if(!a)throw new Error(`Cannot get default converter for array item of ${n.name} ASN1 schema`);i=e.map(c=>a.toASN(c))}else i=e.map(a=>this.toAsnItem({type:r.itemType},"[]",n,a))}else for(const a in r.items){const c=r.items[a],l=e[a];if(l===void 0||c.defaultValue===l||typeof c.defaultValue=="object"&&typeof l=="object"&&av(this.serialize(c.defaultValue),this.serialize(l)))continue;const d=ad.toAsnItem(c,a,n,l);if(typeof c.context=="number")if(c.implicit)if(!c.repeated&&(typeof c.type=="number"||Lt(c.type))){const u={};u.valueHex=d instanceof Nn?d.valueBeforeDecodeView:d.valueBlock.toBER(),i.push(new yi({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},...u}))}else i.push(new We({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:d.valueBlock.value}));else i.push(new We({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:[d]}));else c.repeated?i=i.concat(d):i.push(d)}let o;switch(r.type){case R.Sequence:o=new Ut({value:i});break;case R.Set:o=new Mt({value:i});break;case R.Choice:if(!i[0])throw new Error(`Schema '${n.name}' has wrong data. Choice cannot be empty.`);o=i[0];break}return o}static toAsnItem(e,n,r,i){let o;if(typeof e.type=="number"){const a=e.converter;if(!a)throw new Error(`Property '${n}' doesn't have converter for type ${b[e.type]} in schema '${r.name}'`);if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const c=Array.from(i,d=>a.toASN(d)),l=e.repeated==="sequence"?Ut:Mt;o=new l({value:c})}else o=a.toASN(i)}else if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const a=Array.from(i,l=>this.toASN(l)),c=e.repeated==="sequence"?Ut:Mt;o=new c({value:a})}else o=this.toASN(i);return o}}class fe extends Array{constructor(e=[]){if(typeof e=="number")super(e);else{super();for(const n of e)this.push(n)}}}class F{static serialize(e){return ad.serialize(e)}static parse(e,n){return lv.parse(e,n)}static toString(e){const n=D.isBufferSource(e)?D.toArrayBuffer(e):F.serialize(e),r=nr(n);if(r.offset===-1)throw new Error(`Cannot decode ASN.1 data. ${r.result.error}`);return r.result.toString()}}function p(t,e,n,r){var i=arguments.length,o=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,n,r);else for(var c=t.length-1;c>=0;c--)(a=t[c])&&(o=(i<3?a(o):i>3?a(e,n,o):a(e,n))||o);return i>3&&o&&Object.defineProperty(e,n,o),o}var xg={exports:{}};(function(t){(function(e){const n="(0?\\d+|0x[a-f0-9]+)",r={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")},i=new RegExp("^0[0-7]+$","i"),o=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(`^(?:::)(${n}\\.${n}\\.${n}\\.${n}(${a})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${n}\\.${n}\\.${n}\\.${n}(${a})?$`,"i")};function d(h,_){if(h.indexOf("::")!==h.lastIndexOf("::"))return null;let w=0,k=-1,I=(h.match(l.zoneIndex)||[])[0],z,L;for(I&&(I=I.substring(1),h=h.replace(/%.+$/,""));(k=h.indexOf(":",k+1))>=0;)w++;if(h.substr(0,2)==="::"&&w--,h.substr(-2,2)==="::"&&w--,w>_)return null;for(L=_-w,z=":";L--;)z+="0:";return h=h.replace("::",z),h[0]===":"&&(h=h.slice(1)),h[h.length-1]===":"&&(h=h.slice(0,-1)),_=function(){const Y=h.split(":"),se=[];for(let ae=0;ae<Y.length;ae++)se.push(parseInt(Y[ae],16));return se}(),{parts:_,zoneId:I}}function u(h,_,w,k){if(h.length!==_.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let I=0,z;for(;k>0;){if(z=w-k,z<0&&(z=0),h[I]>>z!==_[I]>>z)return!1;k-=w,I+=1}return!0}function f(h){if(o.test(h))return parseInt(h,16);if(h[0]==="0"&&!isNaN(parseInt(h[1],10))){if(i.test(h))return parseInt(h,8);throw new Error(`ipaddr: cannot parse ${h} as octal`)}return parseInt(h,10)}function m(h,_){for(;h.length<_;)h=`0${h}`;return h}const v={};v.IPv4=function(){function h(_){if(_.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let w,k;for(w=0;w<_.length;w++)if(k=_[w],!(0<=k&&k<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=_}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(_,w){let k;if(w===void 0&&(k=_,_=k[0],w=k[1]),_.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return u(this.octets,_.octets,8,w)},h.prototype.prefixLengthFromSubnetMask=function(){let _=0,w=!1;const k={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let I,z,L;for(I=3;I>=0;I-=1)if(z=this.octets[I],z in k){if(L=k[z],w&&L!==0)return null;L!==8&&(w=!0),_+=L}else return null;return 32-_},h.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){return this.octets.slice(0)},h.prototype.toIPv4MappedAddress=function(){return v.IPv6.parse(`::ffff:${this.toString()}`)},h.prototype.toNormalizedString=function(){return this.toString()},h.prototype.toString=function(){return this.octets.join(".")},h}(),v.IPv4.broadcastAddressFromCIDR=function(h){try{const _=this.parseCIDR(h),w=_[0].toByteArray(),k=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),I=[];let z=0;for(;z<4;)I.push(parseInt(w[z],10)|parseInt(k[z],10)^255),z++;return new this(I)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},v.IPv4.isIPv4=function(h){return this.parser(h)!==null},v.IPv4.isValid=function(h){try{return new this(this.parser(h)),!0}catch{return!1}},v.IPv4.isValidCIDR=function(h){try{return this.parseCIDR(h),!0}catch{return!1}},v.IPv4.isValidFourPartDecimal=function(h){return!!(v.IPv4.isValid(h)&&h.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},v.IPv4.networkAddressFromCIDR=function(h){let _,w,k,I,z;try{for(_=this.parseCIDR(h),k=_[0].toByteArray(),z=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),I=[],w=0;w<4;)I.push(parseInt(k[w],10)&parseInt(z[w],10)),w++;return new this(I)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},v.IPv4.parse=function(h){const _=this.parser(h);if(_===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(_)},v.IPv4.parseCIDR=function(h){let _;if(_=h.match(/^(.+)\/(\d+)$/)){const w=parseInt(_[2]);if(w>=0&&w<=32){const k=[this.parse(_[1]),w];return Object.defineProperty(k,"toString",{value:function(){return this.join("/")}}),k}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},v.IPv4.parser=function(h){let _,w,k;if(_=h.match(r.fourOctet))return function(){const I=_.slice(1,6),z=[];for(let L=0;L<I.length;L++)w=I[L],z.push(f(w));return z}();if(_=h.match(r.longValue)){if(k=f(_[1]),k>4294967295||k<0)throw new Error("ipaddr: address outside defined range");return function(){const I=[];let z;for(z=0;z<=24;z+=8)I.push(k>>z&255);return I}().reverse()}else return(_=h.match(r.twoOctet))?function(){const I=_.slice(1,4),z=[];if(k=f(I[1]),k>16777215||k<0)throw new Error("ipaddr: address outside defined range");return z.push(f(I[0])),z.push(k>>16&255),z.push(k>>8&255),z.push(k&255),z}():(_=h.match(r.threeOctet))?function(){const I=_.slice(1,5),z=[];if(k=f(I[2]),k>65535||k<0)throw new Error("ipaddr: address outside defined range");return z.push(f(I[0])),z.push(f(I[1])),z.push(k>>8&255),z.push(k&255),z}():null},v.IPv4.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>32)throw new Error("ipaddr: invalid IPv4 prefix length");const _=[0,0,0,0];let w=0;const k=Math.floor(h/8);for(;w<k;)_[w]=255,w++;return k<4&&(_[k]=Math.pow(2,h%8)-1<<8-h%8),new this(_)},v.IPv6=function(){function h(_,w){let k,I;if(_.length===16)for(this.parts=[],k=0;k<=14;k+=2)this.parts.push(_[k]<<8|_[k+1]);else if(_.length===8)this.parts=_;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(k=0;k<this.parts.length;k++)if(I=this.parts[k],!(0<=I&&I<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");w&&(this.zoneId=w)}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(_,w){let k;if(w===void 0&&(k=_,_=k[0],w=k[1]),_.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return u(this.parts,_.parts,16,w)},h.prototype.prefixLengthFromSubnetMask=function(){let _=0,w=!1;const k={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 I,z;for(let L=7;L>=0;L-=1)if(I=this.parts[L],I in k){if(z=k[I],w&&z!==0)return null;z!==16&&(w=!0),_+=z}else return null;return 128-_},h.prototype.range=function(){return v.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){let _;const w=[],k=this.parts;for(let I=0;I<k.length;I++)_=k[I],w.push(_>>8),w.push(_&255);return w},h.prototype.toFixedLengthString=function(){const _=(function(){const k=[];for(let I=0;I<this.parts.length;I++)k.push(m(this.parts[I].toString(16),4));return k}).call(this).join(":");let w="";return this.zoneId&&(w=`%${this.zoneId}`),_+w},h.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const _=this.parts.slice(-2),w=_[0],k=_[1];return new v.IPv4([w>>8,w&255,k>>8,k&255])},h.prototype.toNormalizedString=function(){const _=(function(){const k=[];for(let I=0;I<this.parts.length;I++)k.push(this.parts[I].toString(16));return k}).call(this).join(":");let w="";return this.zoneId&&(w=`%${this.zoneId}`),_+w},h.prototype.toRFC5952String=function(){const _=/((^|:)(0(:|$)){2,})/g,w=this.toNormalizedString();let k=0,I=-1,z;for(;z=_.exec(w);)z[0].length>I&&(k=z.index,I=z[0].length);return I<0?w:`${w.substring(0,k)}::${w.substring(k+I)}`},h.prototype.toString=function(){return this.toRFC5952String()},h}(),v.IPv6.broadcastAddressFromCIDR=function(h){try{const _=this.parseCIDR(h),w=_[0].toByteArray(),k=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),I=[];let z=0;for(;z<16;)I.push(parseInt(w[z],10)|parseInt(k[z],10)^255),z++;return new this(I)}catch(_){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${_})`)}},v.IPv6.isIPv6=function(h){return this.parser(h)!==null},v.IPv6.isValid=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{const _=this.parser(h);return new this(_.parts,_.zoneId),!0}catch{return!1}},v.IPv6.isValidCIDR=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{return this.parseCIDR(h),!0}catch{return!1}},v.IPv6.networkAddressFromCIDR=function(h){let _,w,k,I,z;try{for(_=this.parseCIDR(h),k=_[0].toByteArray(),z=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),I=[],w=0;w<16;)I.push(parseInt(k[w],10)&parseInt(z[w],10)),w++;return new this(I)}catch(L){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${L})`)}},v.IPv6.parse=function(h){const _=this.parser(h);if(_.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(_.parts,_.zoneId)},v.IPv6.parseCIDR=function(h){let _,w,k;if((w=h.match(/^(.+)\/(\d+)$/))&&(_=parseInt(w[2]),_>=0&&_<=128))return k=[this.parse(w[1]),_],Object.defineProperty(k,"toString",{value:function(){return this.join("/")}}),k;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},v.IPv6.parser=function(h){let _,w,k,I,z,L;if(k=h.match(l.deprecatedTransitional))return this.parser(`::ffff:${k[1]}`);if(l.native.test(h))return d(h,8);if((k=h.match(l.transitional))&&(L=k[6]||"",_=k[1],k[1].endsWith("::")||(_=_.slice(0,-1)),_=d(_+L,6),_.parts)){for(z=[parseInt(k[2]),parseInt(k[3]),parseInt(k[4]),parseInt(k[5])],w=0;w<z.length;w++)if(I=z[w],!(0<=I&&I<=255))return null;return _.parts.push(z[0]<<8|z[1]),_.parts.push(z[2]<<8|z[3]),{parts:_.parts,zoneId:_.zoneId}}return null},v.IPv6.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>128)throw new Error("ipaddr: invalid IPv6 prefix length");const _=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let w=0;const k=Math.floor(h/8);for(;w<k;)_[w]=255,w++;return k<16&&(_[k]=Math.pow(2,h%8)-1<<8-h%8),new this(_)},v.fromByteArray=function(h){const _=h.length;if(_===4)return new v.IPv4(h);if(_===16)return new v.IPv6(h);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},v.isValid=function(h){return v.IPv6.isValid(h)||v.IPv4.isValid(h)},v.isValidCIDR=function(h){return v.IPv6.isValidCIDR(h)||v.IPv4.isValidCIDR(h)},v.parse=function(h){if(v.IPv6.isValid(h))return v.IPv6.parse(h);if(v.IPv4.isValid(h))return v.IPv4.parse(h);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},v.parseCIDR=function(h){try{return v.IPv6.parseCIDR(h)}catch{try{return v.IPv4.parseCIDR(h)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},v.process=function(h){const _=this.parse(h);return _.kind()==="ipv6"&&_.isIPv4MappedAddress()?_.toIPv4Address():_},v.subnetMatch=function(h,_,w){let k,I,z,L;w==null&&(w="unicast");for(I in _)if(Object.prototype.hasOwnProperty.call(_,I)){for(z=_[I],z[0]&&!(z[0]instanceof Array)&&(z=[z]),k=0;k<z.length;k++)if(L=z[k],h.kind()===L[0].kind()&&h.match.apply(h,L))return I}return w},t.exports?t.exports=v:e.ipaddr=v})(xo)})(xg);var qu=xg.exports;class Hu{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((i,o)=>i+ +o,0);let r=e.slice(0,8).replace(/(.{2})/g,i=>`${parseInt(i,16)}.`);return r=r.slice(0,-1),`${r}/${n}`}static toString(e){if(e.byteLength===4||e.byteLength===16){const n=new Uint8Array(e);return qu.fromByteArray(Array.from(n)).toString()}return this.decodeIP(J.ToHex(e))}static fromString(e){const n=qu.parse(e);return new Uint8Array(n.toByteArray()).buffer}}var nc,rc,ic;let Le=class{constructor(e={}){Object.assign(this,e)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};p([g({type:b.TeletexString})],Le.prototype,"teletexString",void 0);p([g({type:b.PrintableString})],Le.prototype,"printableString",void 0);p([g({type:b.UniversalString})],Le.prototype,"universalString",void 0);p([g({type:b.Utf8String})],Le.prototype,"utf8String",void 0);p([g({type:b.BmpString})],Le.prototype,"bmpString",void 0);Le=p([B({type:R.Choice})],Le);let cr=class extends Le{constructor(e={}){super(e),Object.assign(this,e)}toString(){return this.ia5String||(this.anyValue?J.ToHex(this.anyValue):super.toString())}};p([g({type:b.IA5String})],cr.prototype,"ia5String",void 0);p([g({type:b.Any})],cr.prototype,"anyValue",void 0);cr=p([B({type:R.Choice})],cr);class Fs{constructor(e={}){this.type="",this.value=new cr,Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Fs.prototype,"type",void 0);p([g({type:cr})],Fs.prototype,"value",void 0);let lr=nc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,nc.prototype)}};lr=nc=p([B({type:R.Set,itemType:Fs})],lr);let oc=rc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,rc.prototype)}};oc=rc=p([B({type:R.Sequence,itemType:lr})],oc);let $e=ic=class extends oc{constructor(e){super(e),Object.setPrototypeOf(this,ic.prototype)}};$e=ic=p([B({type:R.Sequence})],$e);const dv={fromASN:t=>Hu.toString(Io.fromASN(t)),toASN:t=>Io.toASN(Hu.fromString(t))};class Yr{constructor(e={}){this.typeId="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Yr.prototype,"typeId",void 0);p([g({type:b.Any,context:0})],Yr.prototype,"value",void 0);class cd{constructor(e={}){this.partyName=new Le,Object.assign(this,e)}}p([g({type:Le,optional:!0,context:0,implicit:!0})],cd.prototype,"nameAssigner",void 0);p([g({type:Le,context:1,implicit:!0})],cd.prototype,"partyName",void 0);let ie=class{constructor(e={}){Object.assign(this,e)}};p([g({type:Yr,context:0,implicit:!0})],ie.prototype,"otherName",void 0);p([g({type:b.IA5String,context:1,implicit:!0})],ie.prototype,"rfc822Name",void 0);p([g({type:b.IA5String,context:2,implicit:!0})],ie.prototype,"dNSName",void 0);p([g({type:b.Any,context:3,implicit:!0})],ie.prototype,"x400Address",void 0);p([g({type:$e,context:4,implicit:!1})],ie.prototype,"directoryName",void 0);p([g({type:cd,context:5})],ie.prototype,"ediPartyName",void 0);p([g({type:b.IA5String,context:6,implicit:!0})],ie.prototype,"uniformResourceIdentifier",void 0);p([g({type:b.OctetString,context:7,implicit:!0,converter:dv})],ie.prototype,"iPAddress",void 0);p([g({type:b.ObjectIdentifier,context:8,implicit:!0})],ie.prototype,"registeredID",void 0);ie=p([B({type:R.Choice})],ie);const ld="1.3.6.1.5.5.7",uv=`${ld}.1`,kr=`${ld}.3`,Ds=`${ld}.48`,Ku=`${Ds}.1`,Gu=`${Ds}.2`,Wu=`${Ds}.3`,Ju=`${Ds}.5`,hn="2.5.29";var sc;const ac=`${uv}.1`;class bi{constructor(e={}){this.accessMethod="",this.accessLocation=new ie,Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],bi.prototype,"accessMethod",void 0);p([g({type:ie})],bi.prototype,"accessLocation",void 0);let er=sc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,sc.prototype)}};er=sc=p([B({type:R.Sequence,itemType:bi})],er);const cc=`${hn}.35`;class dd extends de{}class kn{constructor(e={}){e&&Object.assign(this,e)}}p([g({type:dd,context:0,optional:!0,implicit:!0})],kn.prototype,"keyIdentifier",void 0);p([g({type:ie,context:1,optional:!0,implicit:!0,repeated:"sequence"})],kn.prototype,"authorityCertIssuer",void 0);p([g({type:b.Integer,context:2,optional:!0,implicit:!0,converter:_e})],kn.prototype,"authorityCertSerialNumber",void 0);const kg=`${hn}.19`;class No{constructor(e={}){this.cA=!1,Object.assign(this,e)}}p([g({type:b.Boolean,defaultValue:!1})],No.prototype,"cA",void 0);p([g({type:b.Integer,optional:!0})],No.prototype,"pathLenConstraint",void 0);var lc;let Ve=lc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,lc.prototype)}};Ve=lc=p([B({type:R.Sequence,itemType:ie})],Ve);var dc;let Xu=dc=class extends Ve{constructor(e){super(e),Object.setPrototypeOf(this,dc.prototype)}};Xu=dc=p([B({type:R.Sequence})],Xu);var uc;const Sg=`${hn}.32`;let Dt=class{constructor(e={}){Object.assign(this,e)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};p([g({type:b.IA5String})],Dt.prototype,"ia5String",void 0);p([g({type:b.VisibleString})],Dt.prototype,"visibleString",void 0);p([g({type:b.BmpString})],Dt.prototype,"bmpString",void 0);p([g({type:b.Utf8String})],Dt.prototype,"utf8String",void 0);Dt=p([B({type:R.Choice})],Dt);class ud{constructor(e={}){this.organization=new Dt,this.noticeNumbers=[],Object.assign(this,e)}}p([g({type:Dt})],ud.prototype,"organization",void 0);p([g({type:b.Integer,repeated:"sequence"})],ud.prototype,"noticeNumbers",void 0);class pd{constructor(e={}){Object.assign(this,e)}}p([g({type:ud,optional:!0})],pd.prototype,"noticeRef",void 0);p([g({type:Dt,optional:!0})],pd.prototype,"explicitText",void 0);let Co=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.IA5String})],Co.prototype,"cPSuri",void 0);p([g({type:pd})],Co.prototype,"userNotice",void 0);Co=p([B({type:R.Choice})],Co);class fd{constructor(e={}){this.policyQualifierId="",this.qualifier=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],fd.prototype,"policyQualifierId",void 0);p([g({type:b.Any})],fd.prototype,"qualifier",void 0);class Vs{constructor(e={}){this.policyIdentifier="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Vs.prototype,"policyIdentifier",void 0);p([g({type:fd,repeated:"sequence",optional:!0})],Vs.prototype,"policyQualifiers",void 0);let zo=uc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,uc.prototype)}};zo=uc=p([B({type:R.Sequence,itemType:Vs})],zo);let Oo=class{constructor(e=0){this.value=e}};p([g({type:b.Integer})],Oo.prototype,"value",void 0);Oo=p([B({type:R.Choice})],Oo);let Zu=class extends Oo{};Zu=p([B({type:R.Choice})],Zu);var pc;const fc=`${hn}.31`;var ft;(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"})(ft||(ft={}));class Ag extends Ms{toJSON(){const e=[],n=this.toNumber();return n&ft.aACompromise&&e.push("aACompromise"),n&ft.affiliationChanged&&e.push("affiliationChanged"),n&ft.cACompromise&&e.push("cACompromise"),n&ft.certificateHold&&e.push("certificateHold"),n&ft.cessationOfOperation&&e.push("cessationOfOperation"),n&ft.keyCompromise&&e.push("keyCompromise"),n&ft.privilegeWithdrawn&&e.push("privilegeWithdrawn"),n&ft.superseded&&e.push("superseded"),n&ft.unused&&e.push("unused"),e}toString(){return`[${this.toJSON().join(", ")}]`}}let zn=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ie,context:0,repeated:"sequence",implicit:!0})],zn.prototype,"fullName",void 0);p([g({type:lr,context:1,implicit:!0})],zn.prototype,"nameRelativeToCRLIssuer",void 0);zn=p([B({type:R.Choice})],zn);class Sr{constructor(e={}){Object.assign(this,e)}}p([g({type:zn,context:0,optional:!0})],Sr.prototype,"distributionPoint",void 0);p([g({type:Ag,context:1,optional:!0,implicit:!0})],Sr.prototype,"reasons",void 0);p([g({type:ie,context:2,optional:!0,repeated:"sequence",implicit:!0})],Sr.prototype,"cRLIssuer",void 0);let rr=pc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,pc.prototype)}};rr=pc=p([B({type:R.Sequence,itemType:Sr})],rr);var hc;let Yu=hc=class extends rr{constructor(e){super(e),Object.setPrototypeOf(this,hc.prototype)}};Yu=hc=p([B({type:R.Sequence,itemType:Sr})],Yu);class Me{constructor(e={}){this.onlyContainsUserCerts=Me.ONLY,this.onlyContainsCACerts=Me.ONLY,this.indirectCRL=Me.ONLY,this.onlyContainsAttributeCerts=Me.ONLY,Object.assign(this,e)}}Me.ONLY=!1;p([g({type:zn,context:0,optional:!0})],Me.prototype,"distributionPoint",void 0);p([g({type:b.Boolean,context:1,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"onlyContainsUserCerts",void 0);p([g({type:b.Boolean,context:2,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"onlyContainsCACerts",void 0);p([g({type:Ag,context:3,optional:!0,implicit:!0})],Me.prototype,"onlySomeReasons",void 0);p([g({type:b.Boolean,context:4,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"indirectCRL",void 0);p([g({type:b.Boolean,context:5,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"onlyContainsAttributeCerts",void 0);var Vr;(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"})(Vr||(Vr={}));let gc=class{constructor(e=Vr.unspecified){this.reason=Vr.unspecified,this.reason=e}toJSON(){return Vr[this.reason]}toString(){return this.toJSON()}};p([g({type:b.Enumerated})],gc.prototype,"reason",void 0);gc=p([B({type:R.Choice})],gc);var mc;const Eg=`${hn}.37`;let jo=mc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,mc.prototype)}};jo=mc=p([B({type:R.Sequence,itemType:b.ObjectIdentifier})],jo);const pv=`${kr}.1`,fv=`${kr}.2`,hv=`${kr}.3`,gv=`${kr}.4`,mv=`${kr}.8`,_v=`${kr}.9`;let _c=class{constructor(e=new ArrayBuffer(0)){this.value=e}};p([g({type:b.Integer,converter:_e})],_c.prototype,"value",void 0);_c=p([B({type:R.Choice})],_c);let yc=class{constructor(e){this.value=new Date,e&&(this.value=e)}};p([g({type:b.GeneralizedTime})],yc.prototype,"value",void 0);yc=p([B({type:R.Choice})],yc);var vc;let Qu=vc=class extends Ve{constructor(e){super(e),Object.setPrototypeOf(this,vc.prototype)}};Qu=vc=p([B({type:R.Sequence})],Qu);const Ig=`${hn}.15`;var ht;(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"})(ht||(ht={}));class ka extends Ms{toJSON(){const e=this.toNumber(),n=[];return e&ht.cRLSign&&n.push("crlSign"),e&ht.dataEncipherment&&n.push("dataEncipherment"),e&ht.decipherOnly&&n.push("decipherOnly"),e&ht.digitalSignature&&n.push("digitalSignature"),e&ht.encipherOnly&&n.push("encipherOnly"),e&ht.keyAgreement&&n.push("keyAgreement"),e&ht.keyCertSign&&n.push("keyCertSign"),e&ht.keyEncipherment&&n.push("keyEncipherment"),e&ht.nonRepudiation&&n.push("nonRepudiation"),n}toString(){return`[${this.toJSON().join(", ")}]`}}var wc;class qs{constructor(e={}){this.base=new ie,this.minimum=0,Object.assign(this,e)}}p([g({type:ie})],qs.prototype,"base",void 0);p([g({type:b.Integer,context:0,defaultValue:0,implicit:!0})],qs.prototype,"minimum",void 0);p([g({type:b.Integer,context:1,optional:!0,implicit:!0})],qs.prototype,"maximum",void 0);let Po=wc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,wc.prototype)}};Po=wc=p([B({type:R.Sequence,itemType:qs})],Po);class Ng{constructor(e={}){Object.assign(this,e)}}p([g({type:Po,context:0,optional:!0,implicit:!0})],Ng.prototype,"permittedSubtrees",void 0);p([g({type:Po,context:1,optional:!0,implicit:!0})],Ng.prototype,"excludedSubtrees",void 0);class Cg{constructor(e={}){Object.assign(this,e)}}p([g({type:b.Integer,context:0,implicit:!0,optional:!0,converter:_e})],Cg.prototype,"requireExplicitPolicy",void 0);p([g({type:b.Integer,context:1,implicit:!0,optional:!0,converter:_e})],Cg.prototype,"inhibitPolicyMapping",void 0);var bc;class hd{constructor(e={}){this.issuerDomainPolicy="",this.subjectDomainPolicy="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],hd.prototype,"issuerDomainPolicy",void 0);p([g({type:b.ObjectIdentifier})],hd.prototype,"subjectDomainPolicy",void 0);let ep=bc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,bc.prototype)}};ep=bc=p([B({type:R.Sequence,itemType:hd})],ep);var $c;const zg=`${hn}.17`;let xc=$c=class extends Ve{constructor(e){super(e),Object.setPrototypeOf(this,$c.prototype)}};xc=$c=p([B({type:R.Sequence})],xc);let Vt=class{constructor(e={}){this.type="",this.values=[],Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],Vt.prototype,"type",void 0);p([g({type:b.Any,repeated:"set"})],Vt.prototype,"values",void 0);var kc;let tp=kc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,kc.prototype)}};tp=kc=p([B({type:R.Sequence,itemType:Vt})],tp);const Og=`${hn}.14`;class rn extends dd{}class jg{constructor(e={}){Object.assign(this,e)}}p([g({type:b.GeneralizedTime,context:0,implicit:!0,optional:!0})],jg.prototype,"notBefore",void 0);p([g({type:b.GeneralizedTime,context:1,implicit:!0,optional:!0})],jg.prototype,"notAfter",void 0);var qr;(function(t){t[t.keyUpdateAllowed=1]="keyUpdateAllowed",t[t.newExtensions=2]="newExtensions",t[t.pKIXCertificate=4]="pKIXCertificate"})(qr||(qr={}));class Pg extends Ms{toJSON(){const e=[],n=this.toNumber();return n&qr.pKIXCertificate&&e.push("pKIXCertificate"),n&qr.newExtensions&&e.push("newExtensions"),n&qr.keyUpdateAllowed&&e.push("keyUpdateAllowed"),e}toString(){return`[${this.toJSON().join(", ")}]`}}class Tg{constructor(e={}){this.entrustVers="",this.entrustInfoFlags=new Pg,Object.assign(this,e)}}p([g({type:b.GeneralString})],Tg.prototype,"entrustVers",void 0);p([g({type:Pg})],Tg.prototype,"entrustInfoFlags",void 0);var Sc;let np=Sc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Sc.prototype)}};np=Sc=p([B({type:R.Sequence,itemType:bi})],np);class H{constructor(e={}){this.algorithm="",Object.assign(this,e)}isEqual(e){return e instanceof H&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&bh(e.parameters,this.parameters)||e.parameters===this.parameters)}}p([g({type:b.ObjectIdentifier})],H.prototype,"algorithm",void 0);p([g({type:b.Any,optional:!0})],H.prototype,"parameters",void 0);class gt{constructor(e={}){this.algorithm=new H,this.subjectPublicKey=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:H})],gt.prototype,"algorithm",void 0);p([g({type:b.BitString})],gt.prototype,"subjectPublicKey",void 0);let Re=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}};p([g({type:b.UTCTime})],Re.prototype,"utcTime",void 0);p([g({type:b.GeneralizedTime})],Re.prototype,"generalTime",void 0);Re=p([B({type:R.Choice})],Re);class $i{constructor(e){this.notBefore=new Re(new Date),this.notAfter=new Re(new Date),e&&(this.notBefore=new Re(e.notBefore),this.notAfter=new Re(e.notAfter))}}p([g({type:Re})],$i.prototype,"notBefore",void 0);p([g({type:Re})],$i.prototype,"notAfter",void 0);var Ac;let at=class Rg{constructor(e={}){this.extnID="",this.critical=Rg.CRITICAL,this.extnValue=new de,Object.assign(this,e)}};at.CRITICAL=!1;p([g({type:b.ObjectIdentifier})],at.prototype,"extnID",void 0);p([g({type:b.Boolean,defaultValue:at.CRITICAL})],at.prototype,"critical",void 0);p([g({type:de})],at.prototype,"extnValue",void 0);let an=Ac=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Ac.prototype)}};an=Ac=p([B({type:R.Sequence,itemType:at})],an);var On;(function(t){t[t.v1=0]="v1",t[t.v2=1]="v2",t[t.v3=2]="v3"})(On||(On={}));class rt{constructor(e={}){this.version=On.v1,this.serialNumber=new ArrayBuffer(0),this.signature=new H,this.issuer=new $e,this.validity=new $i,this.subject=new $e,this.subjectPublicKeyInfo=new gt,Object.assign(this,e)}}p([g({type:b.Integer,context:0,defaultValue:On.v1})],rt.prototype,"version",void 0);p([g({type:b.Integer,converter:_e})],rt.prototype,"serialNumber",void 0);p([g({type:H})],rt.prototype,"signature",void 0);p([g({type:$e})],rt.prototype,"issuer",void 0);p([g({type:$i})],rt.prototype,"validity",void 0);p([g({type:$e})],rt.prototype,"subject",void 0);p([g({type:gt})],rt.prototype,"subjectPublicKeyInfo",void 0);p([g({type:b.BitString,context:1,implicit:!0,optional:!0})],rt.prototype,"issuerUniqueID",void 0);p([g({type:b.BitString,context:2,implicit:!0,optional:!0})],rt.prototype,"subjectUniqueID",void 0);p([g({type:an,context:3,optional:!0})],rt.prototype,"extensions",void 0);class jn{constructor(e={}){this.tbsCertificate=new rt,this.signatureAlgorithm=new H,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:rt})],jn.prototype,"tbsCertificate",void 0);p([g({type:H})],jn.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],jn.prototype,"signatureValue",void 0);class Hs{constructor(e={}){this.userCertificate=new ArrayBuffer(0),this.revocationDate=new Re,Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],Hs.prototype,"userCertificate",void 0);p([g({type:Re})],Hs.prototype,"revocationDate",void 0);p([g({type:at,optional:!0,repeated:"sequence"})],Hs.prototype,"crlEntryExtensions",void 0);class Xt{constructor(e={}){this.signature=new H,this.issuer=new $e,this.thisUpdate=new Re,Object.assign(this,e)}}p([g({type:b.Integer,optional:!0})],Xt.prototype,"version",void 0);p([g({type:H})],Xt.prototype,"signature",void 0);p([g({type:$e})],Xt.prototype,"issuer",void 0);p([g({type:Re})],Xt.prototype,"thisUpdate",void 0);p([g({type:Re,optional:!0})],Xt.prototype,"nextUpdate",void 0);p([g({type:Hs,repeated:"sequence",optional:!0})],Xt.prototype,"revokedCertificates",void 0);p([g({type:at,optional:!0,context:0,repeated:"sequence"})],Xt.prototype,"crlExtensions",void 0);class gd{constructor(e={}){this.tbsCertList=new Xt,this.signatureAlgorithm=new H,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:Xt})],gd.prototype,"tbsCertList",void 0);p([g({type:H})],gd.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],gd.prototype,"signature",void 0);class Ar{constructor(e={}){this.issuer=new $e,this.serialNumber=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:$e})],Ar.prototype,"issuer",void 0);p([g({type:b.Integer,converter:_e})],Ar.prototype,"serialNumber",void 0);let dr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:rn,context:0,implicit:!0})],dr.prototype,"subjectKeyIdentifier",void 0);p([g({type:Ar})],dr.prototype,"issuerAndSerialNumber",void 0);dr=p([B({type:R.Choice})],dr);var qt;(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"})(qt||(qt={}));let Qr=class extends H{};Qr=p([B({type:R.Sequence})],Qr);let To=class extends H{};To=p([B({type:R.Sequence})],To);let zt=class extends H{};zt=p([B({type:R.Sequence})],zt);let Ro=class extends H{};Ro=p([B({type:R.Sequence})],Ro);let rp=class extends H{};rp=p([B({type:R.Sequence})],rp);let Ec=class extends H{};Ec=p([B({type:R.Sequence})],Ec);let Er=class{constructor(e={}){this.attrType="",this.attrValues=[],Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],Er.prototype,"attrType",void 0);p([g({type:b.Any,repeated:"set"})],Er.prototype,"attrValues",void 0);var Ic;class Pt{constructor(e={}){this.version=qt.v0,this.sid=new dr,this.digestAlgorithm=new Qr,this.signatureAlgorithm=new To,this.signature=new de,Object.assign(this,e)}}p([g({type:b.Integer})],Pt.prototype,"version",void 0);p([g({type:dr})],Pt.prototype,"sid",void 0);p([g({type:Qr})],Pt.prototype,"digestAlgorithm",void 0);p([g({type:Er,repeated:"set",context:0,implicit:!0,optional:!0})],Pt.prototype,"signedAttrs",void 0);p([g({type:To})],Pt.prototype,"signatureAlgorithm",void 0);p([g({type:de})],Pt.prototype,"signature",void 0);p([g({type:Er,repeated:"set",context:1,implicit:!0,optional:!0})],Pt.prototype,"unsignedAttrs",void 0);let Bo=Ic=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Ic.prototype)}};Bo=Ic=p([B({type:R.Set,itemType:Pt})],Bo);let ip=class extends Re{};ip=p([B({type:R.Choice})],ip);let op=class extends Pt{};op=p([B({type:R.Sequence})],op);class md{constructor(e={}){this.acIssuer=new ie,this.acSerial=0,this.attrs=[],Object.assign(this,e)}}p([g({type:ie})],md.prototype,"acIssuer",void 0);p([g({type:b.Integer})],md.prototype,"acSerial",void 0);p([g({type:Vt,repeated:"sequence"})],md.prototype,"attrs",void 0);var Nc;let Lo=Nc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Nc.prototype)}};Lo=Nc=p([B({type:R.Sequence,itemType:b.ObjectIdentifier})],Lo);class Ks{constructor(e={}){this.permitUnSpecified=!0,Object.assign(this,e)}}p([g({type:b.Integer,optional:!0})],Ks.prototype,"pathLenConstraint",void 0);p([g({type:Lo,implicit:!0,context:0,optional:!0})],Ks.prototype,"permittedAttrs",void 0);p([g({type:Lo,implicit:!0,context:1,optional:!0})],Ks.prototype,"excludedAttrs",void 0);p([g({type:b.Boolean,defaultValue:!0})],Ks.prototype,"permitUnSpecified",void 0);class Dn{constructor(e={}){this.issuer=new Ve,this.serial=new ArrayBuffer(0),this.issuerUID=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:Ve})],Dn.prototype,"issuer",void 0);p([g({type:b.Integer,converter:_e})],Dn.prototype,"serial",void 0);p([g({type:b.BitString,optional:!0})],Dn.prototype,"issuerUID",void 0);var Cc;(function(t){t[t.publicKey=0]="publicKey",t[t.publicKeyCert=1]="publicKeyCert",t[t.otherObjectTypes=2]="otherObjectTypes"})(Cc||(Cc={}));class Vn{constructor(e={}){this.digestedObjectType=Cc.publicKey,this.digestAlgorithm=new H,this.objectDigest=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Enumerated})],Vn.prototype,"digestedObjectType",void 0);p([g({type:b.ObjectIdentifier,optional:!0})],Vn.prototype,"otherObjectTypeID",void 0);p([g({type:H})],Vn.prototype,"digestAlgorithm",void 0);p([g({type:b.BitString})],Vn.prototype,"objectDigest",void 0);class Gs{constructor(e={}){Object.assign(this,e)}}p([g({type:Ve,optional:!0})],Gs.prototype,"issuerName",void 0);p([g({type:Dn,context:0,implicit:!0,optional:!0})],Gs.prototype,"baseCertificateID",void 0);p([g({type:Vn,context:1,implicit:!0,optional:!0})],Gs.prototype,"objectDigestInfo",void 0);let ur=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ie,repeated:"sequence"})],ur.prototype,"v1Form",void 0);p([g({type:Gs,context:0,implicit:!0})],ur.prototype,"v2Form",void 0);ur=p([B({type:R.Choice})],ur);class Ws{constructor(e={}){this.notBeforeTime=new Date,this.notAfterTime=new Date,Object.assign(this,e)}}p([g({type:b.GeneralizedTime})],Ws.prototype,"notBeforeTime",void 0);p([g({type:b.GeneralizedTime})],Ws.prototype,"notAfterTime",void 0);class xi{constructor(e={}){Object.assign(this,e)}}p([g({type:Dn,implicit:!0,context:0,optional:!0})],xi.prototype,"baseCertificateID",void 0);p([g({type:Ve,implicit:!0,context:1,optional:!0})],xi.prototype,"entityName",void 0);p([g({type:Vn,implicit:!0,context:2,optional:!0})],xi.prototype,"objectDigestInfo",void 0);var zc;(function(t){t[t.v2=1]="v2"})(zc||(zc={}));class $t{constructor(e={}){this.version=zc.v2,this.holder=new xi,this.issuer=new ur,this.signature=new H,this.serialNumber=new ArrayBuffer(0),this.attrCertValidityPeriod=new Ws,this.attributes=[],Object.assign(this,e)}}p([g({type:b.Integer})],$t.prototype,"version",void 0);p([g({type:xi})],$t.prototype,"holder",void 0);p([g({type:ur})],$t.prototype,"issuer",void 0);p([g({type:H})],$t.prototype,"signature",void 0);p([g({type:b.Integer,converter:_e})],$t.prototype,"serialNumber",void 0);p([g({type:Ws})],$t.prototype,"attrCertValidityPeriod",void 0);p([g({type:Vt,repeated:"sequence"})],$t.prototype,"attributes",void 0);p([g({type:b.BitString,optional:!0})],$t.prototype,"issuerUniqueID",void 0);p([g({type:an,optional:!0})],$t.prototype,"extensions",void 0);class Js{constructor(e={}){this.acinfo=new $t,this.signatureAlgorithm=new H,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:$t})],Js.prototype,"acinfo",void 0);p([g({type:H})],Js.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],Js.prototype,"signatureValue",void 0);var Uo;(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"})(Uo||(Uo={}));class Oc extends Ms{}class _d{constructor(e={}){this.type="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier,implicit:!0,context:0})],_d.prototype,"type",void 0);p([g({type:b.Any,implicit:!0,context:1})],_d.prototype,"value",void 0);class yd{constructor(e={}){this.policyId="",this.classList=new Oc(Uo.unclassified),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],yd.prototype,"policyId",void 0);p([g({type:Oc,defaultValue:new Oc(Uo.unclassified)})],yd.prototype,"classList",void 0);p([g({type:_d,repeated:"set"})],yd.prototype,"securityCategories",void 0);class Xs{constructor(e={}){Object.assign(this,e)}}p([g({type:de})],Xs.prototype,"cotets",void 0);p([g({type:b.ObjectIdentifier})],Xs.prototype,"oid",void 0);p([g({type:b.Utf8String})],Xs.prototype,"string",void 0);class Bg{constructor(e={}){this.values=[],Object.assign(this,e)}}p([g({type:Ve,implicit:!0,context:0,optional:!0})],Bg.prototype,"policyAuthority",void 0);p([g({type:Xs,repeated:"sequence"})],Bg.prototype,"values",void 0);var jc;class Zs{constructor(e={}){this.targetCertificate=new Dn,Object.assign(this,e)}}p([g({type:Dn})],Zs.prototype,"targetCertificate",void 0);p([g({type:ie,optional:!0})],Zs.prototype,"targetName",void 0);p([g({type:Vn,optional:!0})],Zs.prototype,"certDigestInfo",void 0);let pr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ie,context:0,implicit:!0})],pr.prototype,"targetName",void 0);p([g({type:ie,context:1,implicit:!0})],pr.prototype,"targetGroup",void 0);p([g({type:Zs,context:2,implicit:!0})],pr.prototype,"targetCert",void 0);pr=p([B({type:R.Choice})],pr);let Pc=jc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,jc.prototype)}};Pc=jc=p([B({type:R.Sequence,itemType:pr})],Pc);var Tc;let sp=Tc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Tc.prototype)}};sp=Tc=p([B({type:R.Sequence,itemType:Pc})],sp);class Lg{constructor(e={}){Object.assign(this,e)}}p([g({type:Ve,implicit:!0,context:0,optional:!0})],Lg.prototype,"roleAuthority",void 0);p([g({type:ie,implicit:!0,context:1})],Lg.prototype,"roleName",void 0);class vd{constructor(e={}){this.service=new ie,this.ident=new ie,Object.assign(this,e)}}p([g({type:ie})],vd.prototype,"service",void 0);p([g({type:ie})],vd.prototype,"ident",void 0);p([g({type:de,optional:!0})],vd.prototype,"authInfo",void 0);var Rc;class wd{constructor(e={}){this.otherCertFormat="",this.otherCert=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],wd.prototype,"otherCertFormat",void 0);p([g({type:b.Any})],wd.prototype,"otherCert",void 0);let fr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:jn})],fr.prototype,"certificate",void 0);p([g({type:Js,context:2,implicit:!0})],fr.prototype,"v2AttrCert",void 0);p([g({type:wd,context:3,implicit:!0})],fr.prototype,"other",void 0);fr=p([B({type:R.Choice})],fr);let Mo=Rc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Rc.prototype)}};Mo=Rc=p([B({type:R.Set,itemType:fr})],Mo);class Ir{constructor(e={}){this.contentType="",this.content=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Ir.prototype,"contentType",void 0);p([g({type:b.Any,context:0})],Ir.prototype,"content",void 0);let ei=class{constructor(e={}){Object.assign(this,e)}};p([g({type:de})],ei.prototype,"single",void 0);p([g({type:b.Any})],ei.prototype,"any",void 0);ei=p([B({type:R.Choice})],ei);class Ys{constructor(e={}){this.eContentType="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Ys.prototype,"eContentType",void 0);p([g({type:ei,context:0,optional:!0})],Ys.prototype,"eContent",void 0);let ti=class{constructor(e={}){Object.assign(this,e)}};p([g({type:de,context:0,implicit:!0,optional:!0})],ti.prototype,"value",void 0);p([g({type:de,converter:K2,context:0,implicit:!0,optional:!0,repeated:"sequence"})],ti.prototype,"constructedValue",void 0);ti=p([B({type:R.Choice})],ti);class ki{constructor(e={}){this.contentType="",this.contentEncryptionAlgorithm=new Ro,Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],ki.prototype,"contentType",void 0);p([g({type:Ro})],ki.prototype,"contentEncryptionAlgorithm",void 0);p([g({type:ti,optional:!0})],ki.prototype,"encryptedContent",void 0);class Qs{constructor(e={}){this.keyAttrId="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Qs.prototype,"keyAttrId",void 0);p([g({type:b.Any,optional:!0})],Qs.prototype,"keyAttr",void 0);var Bc;class ea{constructor(e={}){this.subjectKeyIdentifier=new rn,Object.assign(this,e)}}p([g({type:rn})],ea.prototype,"subjectKeyIdentifier",void 0);p([g({type:b.GeneralizedTime,optional:!0})],ea.prototype,"date",void 0);p([g({type:Qs,optional:!0})],ea.prototype,"other",void 0);let hr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ea,context:0,implicit:!0,optional:!0})],hr.prototype,"rKeyId",void 0);p([g({type:Ar,optional:!0})],hr.prototype,"issuerAndSerialNumber",void 0);hr=p([B({type:R.Choice})],hr);class bd{constructor(e={}){this.rid=new hr,this.encryptedKey=new de,Object.assign(this,e)}}p([g({type:hr})],bd.prototype,"rid",void 0);p([g({type:de})],bd.prototype,"encryptedKey",void 0);let Fo=Bc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Bc.prototype)}};Fo=Bc=p([B({type:R.Sequence,itemType:bd})],Fo);class $d{constructor(e={}){this.algorithm=new H,this.publicKey=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:H})],$d.prototype,"algorithm",void 0);p([g({type:b.BitString})],$d.prototype,"publicKey",void 0);let Pn=class{constructor(e={}){Object.assign(this,e)}};p([g({type:rn,context:0,implicit:!0,optional:!0})],Pn.prototype,"subjectKeyIdentifier",void 0);p([g({type:$d,context:1,implicit:!0,optional:!0})],Pn.prototype,"originatorKey",void 0);p([g({type:Ar,optional:!0})],Pn.prototype,"issuerAndSerialNumber",void 0);Pn=p([B({type:R.Choice})],Pn);class Nr{constructor(e={}){this.version=qt.v3,this.originator=new Pn,this.keyEncryptionAlgorithm=new zt,this.recipientEncryptedKeys=new Fo,Object.assign(this,e)}}p([g({type:b.Integer})],Nr.prototype,"version",void 0);p([g({type:Pn,context:0})],Nr.prototype,"originator",void 0);p([g({type:de,context:1,optional:!0})],Nr.prototype,"ukm",void 0);p([g({type:zt})],Nr.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:Fo})],Nr.prototype,"recipientEncryptedKeys",void 0);let gr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:rn,context:0,implicit:!0})],gr.prototype,"subjectKeyIdentifier",void 0);p([g({type:Ar})],gr.prototype,"issuerAndSerialNumber",void 0);gr=p([B({type:R.Choice})],gr);class Si{constructor(e={}){this.version=qt.v0,this.rid=new gr,this.keyEncryptionAlgorithm=new zt,this.encryptedKey=new de,Object.assign(this,e)}}p([g({type:b.Integer})],Si.prototype,"version",void 0);p([g({type:gr})],Si.prototype,"rid",void 0);p([g({type:zt})],Si.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:de})],Si.prototype,"encryptedKey",void 0);class Ai{constructor(e={}){this.keyIdentifier=new de,Object.assign(this,e)}}p([g({type:de})],Ai.prototype,"keyIdentifier",void 0);p([g({type:b.GeneralizedTime,optional:!0})],Ai.prototype,"date",void 0);p([g({type:Qs,optional:!0})],Ai.prototype,"other",void 0);class Ei{constructor(e={}){this.version=qt.v4,this.kekid=new Ai,this.keyEncryptionAlgorithm=new zt,this.encryptedKey=new de,Object.assign(this,e)}}p([g({type:b.Integer})],Ei.prototype,"version",void 0);p([g({type:Ai})],Ei.prototype,"kekid",void 0);p([g({type:zt})],Ei.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:de})],Ei.prototype,"encryptedKey",void 0);class Ii{constructor(e={}){this.version=qt.v0,this.keyEncryptionAlgorithm=new zt,this.encryptedKey=new de,Object.assign(this,e)}}p([g({type:b.Integer})],Ii.prototype,"version",void 0);p([g({type:Ec,context:0,optional:!0})],Ii.prototype,"keyDerivationAlgorithm",void 0);p([g({type:zt})],Ii.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:de})],Ii.prototype,"encryptedKey",void 0);class xd{constructor(e={}){this.oriType="",this.oriValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],xd.prototype,"oriType",void 0);p([g({type:b.Any})],xd.prototype,"oriValue",void 0);let cn=class{constructor(e={}){Object.assign(this,e)}};p([g({type:Si,optional:!0})],cn.prototype,"ktri",void 0);p([g({type:Nr,context:1,implicit:!0,optional:!0})],cn.prototype,"kari",void 0);p([g({type:Ei,context:2,implicit:!0,optional:!0})],cn.prototype,"kekri",void 0);p([g({type:Ii,context:3,implicit:!0,optional:!0})],cn.prototype,"pwri",void 0);p([g({type:xd,context:4,implicit:!0,optional:!0})],cn.prototype,"ori",void 0);cn=p([B({type:R.Choice})],cn);var Lc;let Do=Lc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Lc.prototype)}};Do=Lc=p([B({type:R.Set,itemType:cn})],Do);var Uc;class ta{constructor(e={}){this.otherRevInfoFormat="",this.otherRevInfo=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],ta.prototype,"otherRevInfoFormat",void 0);p([g({type:b.Any})],ta.prototype,"otherRevInfo",void 0);let Vo=class{constructor(e={}){this.other=new ta,Object.assign(this,e)}};p([g({type:ta,context:1,implicit:!0})],Vo.prototype,"other",void 0);Vo=p([B({type:R.Choice})],Vo);let qo=Uc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Uc.prototype)}};qo=Uc=p([B({type:R.Set,itemType:Vo})],qo);class kd{constructor(e={}){Object.assign(this,e)}}p([g({type:Mo,context:0,implicit:!0,optional:!0})],kd.prototype,"certs",void 0);p([g({type:qo,context:1,implicit:!0,optional:!0})],kd.prototype,"crls",void 0);var Mc;let Fc=Mc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Mc.prototype)}};Fc=Mc=p([B({type:R.Set,itemType:Er})],Fc);class Ni{constructor(e={}){this.version=qt.v0,this.recipientInfos=new Do,this.encryptedContentInfo=new ki,Object.assign(this,e)}}p([g({type:b.Integer})],Ni.prototype,"version",void 0);p([g({type:kd,context:0,implicit:!0,optional:!0})],Ni.prototype,"originatorInfo",void 0);p([g({type:Do})],Ni.prototype,"recipientInfos",void 0);p([g({type:ki})],Ni.prototype,"encryptedContentInfo",void 0);p([g({type:Fc,context:1,implicit:!0,optional:!0})],Ni.prototype,"unprotectedAttrs",void 0);const yv="1.2.840.113549.1.7.2";var Dc;let Ho=Dc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Dc.prototype)}};Ho=Dc=p([B({type:R.Set,itemType:Qr})],Ho);class Cr{constructor(e={}){this.version=qt.v0,this.digestAlgorithms=new Ho,this.encapContentInfo=new Ys,this.signerInfos=new Bo,Object.assign(this,e)}}p([g({type:b.Integer})],Cr.prototype,"version",void 0);p([g({type:Ho})],Cr.prototype,"digestAlgorithms",void 0);p([g({type:Ys})],Cr.prototype,"encapContentInfo",void 0);p([g({type:Mo,context:0,implicit:!0,optional:!0})],Cr.prototype,"certificates",void 0);p([g({type:qo,context:1,implicit:!0,optional:!0})],Cr.prototype,"crls",void 0);p([g({type:Bo})],Cr.prototype,"signerInfos",void 0);const ni="1.2.840.10045.2.1",Sd="1.2.840.10045.4.1",Ug="1.2.840.10045.4.3.1",Ad="1.2.840.10045.4.3.2",Ed="1.2.840.10045.4.3.3",Id="1.2.840.10045.4.3.4",ap="1.2.840.10045.3.1.7",cp="1.3.132.0.34",lp="1.3.132.0.35";function Ci(t){return new H({algorithm:t})}const vv=Ci(Sd);Ci(Ug);const wv=Ci(Ad),bv=Ci(Ed),$v=Ci(Id);let ri=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],ri.prototype,"fieldType",void 0);p([g({type:b.Any})],ri.prototype,"parameters",void 0);ri=p([B({type:R.Sequence})],ri);class xv extends de{}let mr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.OctetString})],mr.prototype,"a",void 0);p([g({type:b.OctetString})],mr.prototype,"b",void 0);p([g({type:b.BitString,optional:!0})],mr.prototype,"seed",void 0);mr=p([B({type:R.Sequence})],mr);var Vc;(function(t){t[t.ecpVer1=1]="ecpVer1"})(Vc||(Vc={}));let Ht=class{constructor(e={}){this.version=Vc.ecpVer1,Object.assign(this,e)}};p([g({type:b.Integer})],Ht.prototype,"version",void 0);p([g({type:ri})],Ht.prototype,"fieldID",void 0);p([g({type:mr})],Ht.prototype,"curve",void 0);p([g({type:xv})],Ht.prototype,"base",void 0);p([g({type:b.Integer,converter:_e})],Ht.prototype,"order",void 0);p([g({type:b.Integer,optional:!0})],Ht.prototype,"cofactor",void 0);Ht=p([B({type:R.Sequence})],Ht);let ln=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],ln.prototype,"namedCurve",void 0);p([g({type:b.Null})],ln.prototype,"implicitCurve",void 0);p([g({type:Ht})],ln.prototype,"specifiedCurve",void 0);ln=p([B({type:R.Choice})],ln);class na{constructor(e={}){this.version=1,this.privateKey=new de,Object.assign(this,e)}}p([g({type:b.Integer})],na.prototype,"version",void 0);p([g({type:de})],na.prototype,"privateKey",void 0);p([g({type:ln,context:0,optional:!0})],na.prototype,"parameters",void 0);p([g({type:b.BitString,context:1,optional:!0})],na.prototype,"publicKey",void 0);class Ko{constructor(e={}){this.r=new ArrayBuffer(0),this.s=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],Ko.prototype,"r",void 0);p([g({type:b.Integer,converter:_e})],Ko.prototype,"s",void 0);const Ye="1.2.840.113549.1.1",Tn=`${Ye}.1`,kv=`${Ye}.7`,Sv=`${Ye}.9`,Hr=`${Ye}.10`,Av=`${Ye}.2`,Ev=`${Ye}.4`,Go=`${Ye}.5`,Iv=`${Ye}.14`,qc=`${Ye}.11`,Wo=`${Ye}.12`,Jo=`${Ye}.13`,Mg=`${Ye}.15`,Fg=`${Ye}.16`,Xo="1.3.14.3.2.26",Dg="2.16.840.1.101.3.4.2.4",Zo="2.16.840.1.101.3.4.2.1",Yo="2.16.840.1.101.3.4.2.2",Qo="2.16.840.1.101.3.4.2.3",Nv="2.16.840.1.101.3.4.2.5",Cv="2.16.840.1.101.3.4.2.6",zv="1.2.840.113549.2.2",Ov="1.2.840.113549.2.5",ra=`${Ye}.8`;function Ce(t){return new H({algorithm:t,parameters:null})}Ce(zv);Ce(Ov);const Rn=Ce(Xo);Ce(Dg);Ce(Zo);Ce(Yo);Ce(Qo);Ce(Nv);Ce(Cv);const Vg=new H({algorithm:ra,parameters:F.serialize(Rn)}),qg=new H({algorithm:Sv,parameters:F.serialize(Io.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});Ce(Tn);Ce(Av);Ce(Ev);Ce(Go);Ce(Mg);Ce(Fg);Ce(Wo);Ce(Jo);Ce(Mg);Ce(Fg);class ia{constructor(e={}){this.hashAlgorithm=new H(Rn),this.maskGenAlgorithm=new H({algorithm:ra,parameters:F.serialize(Rn)}),this.pSourceAlgorithm=new H(qg),Object.assign(this,e)}}p([g({type:H,context:0,defaultValue:Rn})],ia.prototype,"hashAlgorithm",void 0);p([g({type:H,context:1,defaultValue:Vg})],ia.prototype,"maskGenAlgorithm",void 0);p([g({type:H,context:2,defaultValue:qg})],ia.prototype,"pSourceAlgorithm",void 0);new H({algorithm:kv,parameters:F.serialize(new ia)});class Bn{constructor(e={}){this.hashAlgorithm=new H(Rn),this.maskGenAlgorithm=new H({algorithm:ra,parameters:F.serialize(Rn)}),this.saltLength=20,this.trailerField=1,Object.assign(this,e)}}p([g({type:H,context:0,defaultValue:Rn})],Bn.prototype,"hashAlgorithm",void 0);p([g({type:H,context:1,defaultValue:Vg})],Bn.prototype,"maskGenAlgorithm",void 0);p([g({type:b.Integer,context:2,defaultValue:20})],Bn.prototype,"saltLength",void 0);p([g({type:b.Integer,context:3,defaultValue:1})],Bn.prototype,"trailerField",void 0);new H({algorithm:Hr,parameters:F.serialize(new Bn)});class oa{constructor(e={}){this.digestAlgorithm=new H,this.digest=new de,Object.assign(this,e)}}p([g({type:H})],oa.prototype,"digestAlgorithm",void 0);p([g({type:de})],oa.prototype,"digest",void 0);var Hc;class sa{constructor(e={}){this.prime=new ArrayBuffer(0),this.exponent=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],sa.prototype,"prime",void 0);p([g({type:b.Integer,converter:_e})],sa.prototype,"exponent",void 0);p([g({type:b.Integer,converter:_e})],sa.prototype,"coefficient",void 0);let Kc=Hc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Hc.prototype)}};Kc=Hc=p([B({type:R.Sequence,itemType:sa})],Kc);class Tt{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)}}p([g({type:b.Integer})],Tt.prototype,"version",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"modulus",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"publicExponent",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"privateExponent",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"prime1",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"prime2",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"exponent1",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"exponent2",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"coefficient",void 0);p([g({type:Kc,optional:!0})],Tt.prototype,"otherPrimeInfos",void 0);class Nd{constructor(e={}){this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],Nd.prototype,"modulus",void 0);p([g({type:b.Integer,converter:_e})],Nd.prototype,"publicExponent",void 0);var Gc;(function(t){t[t.Transient=0]="Transient",t[t.Singleton=1]="Singleton",t[t.ResolutionScoped=2]="ResolutionScoped",t[t.ContainerScoped=3]="ContainerScoped"})(Gc||(Gc={}));const Ke=Gc;/*! *****************************************************************************
103
+ `)}`:`${n} :`}}kh=We;K.Constructed=kh;We.NAME="CONSTRUCTED";class Sh extends qe{fromBER(e,n,r){return n}toBER(e){return bt}}Sh.override="EndOfContentValueBlock";var Ah;class Zd extends Be{constructor(e={}){super(e,Sh),this.idBlock.tagClass=1,this.idBlock.tagNumber=0}}Ah=Zd;K.EndOfContent=Ah;Zd.NAME=Yr;var Eh;class Nn extends Be{constructor(e={}){super(e,qe),this.idBlock.tagClass=1,this.idBlock.tagNumber=5}fromBER(e,n,r){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+=r,n+r>e.byteLength?(this.error="End of input reached before message was fully decoded (inconsistent offset and length values)",-1):n+r}toBER(e,n){const r=new ArrayBuffer(2);if(!e){const i=new Uint8Array(r);i[0]=5,i[1]=0}return n&&n.write(r),r}onAsciiEncoding(){return`${this.constructor.NAME}`}}Eh=Nn;K.Null=Eh;Nn.NAME="NULL";class Ih extends jt(qe){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,r){const i=V.toUint8Array(e);return Zt(this,i,n,r)?(this.valueHexView=i.subarray(n,n+r),r>1&&this.warnings.push("Boolean value encoded in more then 1 octet"),this.isHexOnly=!0,mh.call(this),this.blockLength=r,n+r):-1}toBER(){return this.valueHexView.slice()}toJSON(){return{...super.toJSON(),value:this.value}}}Ih.NAME="BooleanValueBlock";var Nh;let Is=class extends Be{constructor(e={}){super(e,Ih),this.idBlock.tagClass=1,this.idBlock.tagNumber=1}getValue(){return this.valueBlock.value}setValue(e){this.valueBlock.value=e}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.getValue}`}};Nh=Is;K.Boolean=Nh;Is.NAME="BOOLEAN";class Ch extends jt(on){constructor({isConstructed:e=!1,...n}={}){super(n),this.isConstructed=e}fromBER(e,n,r){let i=0;if(this.isConstructed){if(this.isHexOnly=!1,i=on.prototype.fromBER.call(this,e,n,r),i===-1)return i;for(let o=0;o<this.value.length;o++){const a=this.value[o].constructor.NAME;if(a===Yr){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, OCTET STRING may consists of OCTET STRINGs only",-1}if(a!==_h)return this.error="OCTET STRING may consists of OCTET STRINGs only",-1}}else this.isHexOnly=!0,i=super.fromBER(e,n,r),this.blockLength=r;return i}toBER(e,n){return this.isConstructed?on.prototype.toBER.call(this,e,n):e?new ArrayBuffer(this.valueHexView.byteLength):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),isConstructed:this.isConstructed}}}Ch.NAME="OctetStringValueBlock";var zh;let An=class Oh extends Be{constructor({idBlock:e={},lenBlock:n={},...r}={}){var i,o;(i=r.isConstructed)!==null&&i!==void 0||(r.isConstructed=!!(!((o=r.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:r.isConstructed,...e},lenBlock:{...n,isIndefiniteForm:!!r.isIndefiniteForm},...r},Ch),this.idBlock.tagClass=1,this.idBlock.tagNumber=4}fromBER(e,n,r){if(this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,r===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 o=(e instanceof ArrayBuffer?new Uint8Array(e):e).subarray(n,n+r);try{if(o.byteLength){const a=kr(o,0,o.byteLength);a.offset!==-1&&a.offset===r&&(this.valueBlock.value=[a.result])}}catch{}}return super.fromBER(e,n,r)}onAsciiEncoding(){return this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length?We.prototype.onAsciiEncoding.call(this):`${this.constructor.NAME} : ${J.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 Oh&&e.push(n.valueBlock.valueHexView);return V.concat(e)}};zh=An;K.OctetString=zh;An.NAME=_h;class jh extends jt(on){constructor({unusedBits:e=0,isConstructed:n=!1,...r}={}){super(r),this.unusedBits=e,this.isConstructed=n,this.blockLength=this.valueHexView.byteLength}fromBER(e,n,r){if(!r)return n;let i=-1;if(this.isConstructed){if(i=on.prototype.fromBER.call(this,e,n,r),i===-1)return i;for(const c of this.value){const d=c.constructor.NAME;if(d===Yr){if(this.isIndefiniteForm)break;return this.error="EndOfContent is unexpected, BIT STRING may consists of BIT STRINGs only",-1}if(d!==yh)return this.error="BIT STRING may consists of BIT STRINGs only",-1;const l=c.valueBlock;if(this.unusedBits>0&&l.unusedBits>0)return this.error='Using of "unused bits" inside constructive BIT STRING allowed for least one only',-1;this.unusedBits=l.unusedBits}return i}const o=V.toUint8Array(e);if(!Zt(this,o,n,r))return-1;const a=o.subarray(n,n+r);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 d=kr(c,0,c.byteLength);d.offset!==-1&&d.offset===r-1&&(this.value=[d.result])}}catch{}}return this.valueHexView=a.subarray(1),this.blockLength=a.length,n+r}toBER(e,n){if(this.isConstructed)return on.prototype.toBER.call(this,e,n);if(e)return new ArrayBuffer(this.valueHexView.byteLength+1);if(!this.valueHexView.byteLength)return bt;const r=new Uint8Array(this.valueHexView.length+1);return r[0]=this.unusedBits,r.set(this.valueHexView,1),r.buffer}toJSON(){return{...super.toJSON(),unusedBits:this.unusedBits,isConstructed:this.isConstructed}}}jh.NAME="BitStringValueBlock";var Ph;let En=class extends Be{constructor({idBlock:e={},lenBlock:n={},...r}={}){var i,o;(i=r.isConstructed)!==null&&i!==void 0||(r.isConstructed=!!(!((o=r.value)===null||o===void 0)&&o.length)),super({idBlock:{isConstructed:r.isConstructed,...e},lenBlock:{...n,isIndefiniteForm:!!r.isIndefiniteForm},...r},jh),this.idBlock.tagClass=1,this.idBlock.tagNumber=3}fromBER(e,n,r){return this.valueBlock.isConstructed=this.idBlock.isConstructed,this.valueBlock.isIndefiniteForm=this.lenBlock.isIndefiniteForm,super.fromBER(e,n,r)}onAsciiEncoding(){if(this.valueBlock.isConstructed||this.valueBlock.value&&this.valueBlock.value.length)return We.prototype.onAsciiEncoding.call(this);{const e=[],n=this.valueBlock.valueHexView;for(const i of n)e.push(i.toString(2).padStart(8,"0"));const r=e.join("");return`${this.constructor.NAME} : ${r.substring(0,r.length-this.valueBlock.unusedBits)}`}}};Ph=En;K.BitString=Ph;En.NAME=yh;var Th;function C2(t,e){const n=new Uint8Array([0]),r=new Uint8Array(t),i=new Uint8Array(e);let o=r.slice(0);const a=o.length-1,c=i.slice(0),d=c.length-1;let l=0;const u=d<a?a:d;let f=0;for(let m=u;m>=0;m--,f++){switch(!0){case f<c.length:l=o[a-f]+c[d-f]+n[0];break;default:l=o[a-f]+n[0]}switch(n[0]=l/10,!0){case f>=o.length:o=tc(new Uint8Array([l%10]),o);break;default:o[a-f]=l%10}}return n[0]>0&&(o=tc(n,o)),o}function Fu(t){if(t>=Ur.length)for(let e=Ur.length;e<=t;e++){const n=new Uint8Array([0]);let r=Ur[e-1].slice(0);for(let i=r.length-1;i>=0;i--){const o=new Uint8Array([(r[i]<<1)+n[0]]);n[0]=o[0]/10,r[i]=o[0]%10}n[0]>0&&(r=tc(n,r)),Ur.push(r)}return Ur[t]}function z2(t,e){let n=0;const r=new Uint8Array(t),i=new Uint8Array(e),o=r.slice(0),a=o.length-1,c=i.slice(0),d=c.length-1;let l,u=0;for(let f=d;f>=0;f--,u++)switch(l=o[a-u]-c[d-u]-n,!0){case l<0:n=1,o[a-u]=l+10;break;default:n=0,o[a-u]=l}if(n>0)for(let f=a-d+1;f>=0;f--,u++)if(l=o[a-u]-n,l<0)n=1,o[a-u]=l+10;else{n=0,o[a-u]=l;break}return o.slice()}class Xd extends jt(qe){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=mh.call(this)))}set valueDec(e){this._valueDec=e,this.isHexOnly=!1,this.valueHexView=new Uint8Array(y2(e))}get valueDec(){return this._valueDec}fromDER(e,n,r,i=0){const o=this.fromBER(e,n,r);if(o===-1)return o;const a=this.valueHexView;return a[0]===0&&a[1]&128?this.valueHexView=a.subarray(1):i!==0&&a.length<i&&(i-a.length>1&&(i=a.length+1),this.valueHexView=a.subarray(i-a.length)),o}toDER(e=!1){const n=this.valueHexView;switch(!0){case(n[0]&128)!==0:{const r=new Uint8Array(this.valueHexView.length+1);r[0]=0,r.set(n,1),this.valueHexView=r}break;case(n[0]===0&&(n[1]&128)===0):this.valueHexView=this.valueHexView.subarray(1);break}return this.toBER(e)}fromBER(e,n,r){const i=super.fromBER(e,n,r);return i===-1||this.setValueHex(),i}toBER(e){return e?new ArrayBuffer(this.valueHexView.length):this.valueHexView.slice().buffer}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}toString(){const e=this.valueHexView.length*8-1;let n=new Uint8Array(this.valueHexView.length*8/3),r=0,i;const o=this.valueHexView;let a="",c=!1;for(let d=o.byteLength-1;d>=0;d--){i=o[d];for(let l=0;l<8;l++){if((i&1)===1)switch(r){case e:n=z2(Fu(r),n),a="-";break;default:n=C2(n,Fu(r))}r++,i>>=1}}for(let d=0;d<n.length;d++)n[d]&&(c=!0),c&&(a+=Uu.charAt(n[d]));return c===!1&&(a+=Uu.charAt(0)),a}}Th=Xd;Xd.NAME="IntegerValueBlock";Object.defineProperty(Th.prototype,"valueHex",{set:function(t){this.valueHexView=new Uint8Array(t),this.setValueHex()},get:function(){return this.valueHexView.slice().buffer}});var Rh;class Nt extends Be{constructor(e={}){super(e,Xd),this.idBlock.tagClass=1,this.idBlock.tagNumber=2}toBigInt(){return Io(),BigInt(this.valueBlock.toString())}static fromBigInt(e){Io();const n=BigInt(e),r=new As,i=n.toString(16).replace(/^-/,""),o=new Uint8Array(J.FromHex(i));if(n<0){const c=new Uint8Array(o.length+(o[0]&128?1:0));c[0]|=128;const l=BigInt(`0x${J.ToHex(c)}`)+n,u=V.toUint8Array(J.FromHex(l.toString(16)));u[0]|=128,r.write(u)}else o[0]&128&&r.write(new Uint8Array([0])),r.write(o);return new Nt({valueHex:r.final()})}convertToDER(){const e=new Nt({valueHex:this.valueBlock.valueHexView});return e.valueBlock.toDER(),e}convertFromDER(){return new Nt({valueHex:this.valueBlock.valueHexView[0]===0?this.valueBlock.valueHexView.subarray(1):this.valueBlock.valueHexView})}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()}`}}Rh=Nt;K.Integer=Rh;Nt.NAME="INTEGER";var Bh;class Ns extends Nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=10}}Bh=Ns;K.Enumerated=Bh;Ns.NAME="ENUMERATED";class nc extends jt(qe){constructor({valueDec:e=-1,isFirstSid:n=!1,...r}={}){super(r),this.valueDec=e,this.isFirstSid=n}fromBER(e,n,r){if(!r)return n;const i=V.toUint8Array(e);if(!Zt(this,i,n,r))return-1;const o=i.subarray(n,n+r);this.valueHexView=new Uint8Array(r);for(let c=0;c<r&&(this.valueHexView[c]=o[c]&127,this.blockLength++,!!(o[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,o[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=dr(this.valueHexView,7):(this.isHexOnly=!0,this.warnings.push("Too big SID for decoding, hex only")),n+this.blockLength)}set valueBigInt(e){Io();let n=BigInt(e).toString(2);for(;n.length%7;)n="0"+n;const r=new Uint8Array(n.length/7);for(let i=0;i<r.length;i++)r[i]=parseInt(n.slice(i*7,i*7+7),2)+(i+1<r.length?128:0);this.fromBER(r.buffer,0,r.length)}toBER(e){if(this.isHexOnly){if(e)return new ArrayBuffer(this.valueHexView.byteLength);const i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength-1;a++)o[a]=i[a]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}const n=In(this.valueDec,7);if(n.byteLength===0)return this.error="Error during encoding SID value",bt;const r=new Uint8Array(n.byteLength);if(!e){const i=new Uint8Array(n),o=n.byteLength-1;for(let a=0;a<o;a++)r[a]=i[a]|128;r[o]=i[o]}return r}toString(){let e="";if(this.isHexOnly)e=J.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}}}nc.NAME="sidBlock";class Lh extends qe{constructor({value:e=Ge,...n}={}){super(n),this.value=[],e&&this.fromString(e)}fromBER(e,n,r){let i=n;for(;r>0;){const o=new nc;if(i=o.fromBER(e,i,r),i===-1)return this.blockLength=0,this.error=o.error,i;this.value.length===0&&(o.isFirstSid=!0),this.blockLength+=o.blockLength,r-=o.blockLength,this.value.push(o)}return i}toBER(e){const n=[];for(let r=0;r<this.value.length;r++){const i=this.value[r].toBER(e);if(i.byteLength===0)return this.error=this.value[r].error,bt;n.push(i)}return Wd(n)}fromString(e){this.value=[];let n=0,r=0,i="",o=!1;do if(r=e.indexOf(".",n),r===-1?i=e.substring(n):i=e.substring(n,r),n=r+1,o){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 d=parseInt(i,10);if(isNaN(d))return;a.valueDec=d+c,o=!1}else{const a=new nc;if(i>Number.MAX_SAFE_INTEGER){Io();const c=BigInt(i);a.valueBigInt=c}else if(a.valueDec=parseInt(i,10),isNaN(a.valueDec))return;this.value.length||(a.isFirstSid=!0,o=!0),this.value.push(a)}while(r!==-1)}toString(){let e="",n=!1;for(let r=0;r<this.value.length;r++){n=this.value[r].isHexOnly;let i=this.value[r].toString();r!==0&&(e=`${e}.`),n?(i=`{${i}}`,this.value[r].isFirstSid?e=`2.{${i} - 80}`:e+=i):e+=i}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}}Lh.NAME="ObjectIdentifierValueBlock";var Uh;class Cs extends Be{constructor(e={}){super(e,Lh),this.idBlock.tagClass=1,this.idBlock.tagNumber=6}getValue(){return this.valueBlock.toString()}setValue(e){this.valueBlock.fromString(e)}onAsciiEncoding(){return`${this.constructor.NAME} : ${this.valueBlock.toString()||"empty"}`}toJSON(){return{...super.toJSON(),value:this.getValue()}}}Uh=Cs;K.ObjectIdentifier=Uh;Cs.NAME="OBJECT IDENTIFIER";class rc extends jt(Vn){constructor({valueDec:e=0,...n}={}){super(n),this.valueDec=e}fromBER(e,n,r){if(r===0)return n;const i=V.toUint8Array(e);if(!Zt(this,i,n,r))return-1;const o=i.subarray(n,n+r);this.valueHexView=new Uint8Array(r);for(let c=0;c<r&&(this.valueHexView[c]=o[c]&127,this.blockLength++,!!(o[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,o[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=dr(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 i=this.valueHexView,o=new Uint8Array(this.blockLength);for(let a=0;a<this.blockLength-1;a++)o[a]=i[a]|128;return o[this.blockLength-1]=i[this.blockLength-1],o.buffer}const n=In(this.valueDec,7);if(n.byteLength===0)return this.error="Error during encoding SID value",bt;const r=new Uint8Array(n.byteLength);if(!e){const i=new Uint8Array(n),o=n.byteLength-1;for(let a=0;a<o;a++)r[a]=i[a]|128;r[o]=i[o]}return r.buffer}toString(){let e="";return this.isHexOnly?e=J.ToHex(this.valueHexView):e=this.valueDec.toString(),e}toJSON(){return{...super.toJSON(),valueDec:this.valueDec}}}rc.NAME="relativeSidBlock";class Mh extends qe{constructor({value:e=Ge,...n}={}){super(n),this.value=[],e&&this.fromString(e)}fromBER(e,n,r){let i=n;for(;r>0;){const o=new rc;if(i=o.fromBER(e,i,r),i===-1)return this.blockLength=0,this.error=o.error,i;this.blockLength+=o.blockLength,r-=o.blockLength,this.value.push(o)}return i}toBER(e,n){const r=[];for(let i=0;i<this.value.length;i++){const o=this.value[i].toBER(e);if(o.byteLength===0)return this.error=this.value[i].error,bt;r.push(o)}return Wd(r)}fromString(e){this.value=[];let n=0,r=0,i="";do{r=e.indexOf(".",n),r===-1?i=e.substring(n):i=e.substring(n,r),n=r+1;const o=new rc;if(o.valueDec=parseInt(i,10),isNaN(o.valueDec))return!0;this.value.push(o)}while(r!==-1);return!0}toString(){let e="",n=!1;for(let r=0;r<this.value.length;r++){n=this.value[r].isHexOnly;let i=this.value[r].toString();r!==0&&(e=`${e}.`),n&&(i=`{${i}}`),e+=i}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}}Mh.NAME="RelativeObjectIdentifierValueBlock";var Fh;class Yd extends Be{constructor(e={}){super(e,Mh),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()}}}Fh=Yd;K.RelativeObjectIdentifier=Fh;Yd.NAME="RelativeObjectIdentifier";var Vh;class Ut extends We{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=16}}Vh=Ut;K.Sequence=Vh;Ut.NAME="SEQUENCE";var Dh;let Mt=class extends We{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=17}};Dh=Mt;K.Set=Dh;Mt.NAME="SET";class qh extends jt(qe){constructor({...e}={}){super(e),this.isHexOnly=!0,this.value=Ge}toJSON(){return{...super.toJSON(),value:this.value}}}qh.NAME="StringValueBlock";class Hh extends qh{}Hh.NAME="SimpleStringValueBlock";class nt extends Jd{constructor({...e}={}){super(e,Hh)}fromBuffer(e){this.valueBlock.value=String.fromCharCode.apply(null,V.toUint8Array(e))}fromString(e){const n=e.length,r=this.valueBlock.valueHexView=new Uint8Array(n);for(let i=0;i<n;i++)r[i]=e.charCodeAt(i);this.valueBlock.value=e}}nt.NAME="SIMPLE STRING";class Kh extends nt{fromBuffer(e){this.valueBlock.valueHexView=V.toUint8Array(e);try{this.valueBlock.value=J.ToUtf8String(e)}catch(n){this.warnings.push(`Error during "decodeURIComponent": ${n}, using raw string`),this.valueBlock.value=J.ToBinary(e)}}fromString(e){this.valueBlock.valueHexView=new Uint8Array(J.FromUtf8String(e)),this.valueBlock.value=e}}Kh.NAME="Utf8StringValueBlock";var Gh;class Xt extends Kh{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=12}}Gh=Xt;K.Utf8String=Gh;Xt.NAME="UTF8String";class Wh extends nt{fromBuffer(e){this.valueBlock.value=J.ToUtf16String(e),this.valueBlock.valueHexView=V.toUint8Array(e)}fromString(e){this.valueBlock.value=e,this.valueBlock.valueHexView=new Uint8Array(J.FromUtf16String(e))}}Wh.NAME="BmpStringValueBlock";var Jh;class zs extends Wh{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=30}}Jh=zs;K.BmpString=Jh;zs.NAME="BMPString";class Zh extends nt{fromBuffer(e){const n=ArrayBuffer.isView(e)?e.slice().buffer:e.slice(0),r=new Uint8Array(n);for(let i=0;i<r.length;i+=4)r[i]=r[i+3],r[i+1]=r[i+2],r[i+2]=0,r[i+3]=0;this.valueBlock.value=String.fromCharCode.apply(null,new Uint32Array(n))}fromString(e){const n=e.length,r=this.valueBlock.valueHexView=new Uint8Array(n*4);for(let i=0;i<n;i++){const o=In(e.charCodeAt(i),8),a=new Uint8Array(o);if(a.length>4)continue;const c=4-a.length;for(let d=a.length-1;d>=0;d--)r[i*4+d+c]=a[d]}this.valueBlock.value=e}}Zh.NAME="UniversalStringValueBlock";var Xh;class Os extends Zh{constructor({...e}={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=28}}Xh=Os;K.UniversalString=Xh;Os.NAME="UniversalString";var Yh;class js extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=18}}Yh=js;K.NumericString=Yh;js.NAME="NumericString";var Qh;class Ps extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=19}}Qh=Ps;K.PrintableString=Qh;Ps.NAME="PrintableString";var eg;class Ts extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=20}}eg=Ts;K.TeletexString=eg;Ts.NAME="TeletexString";var tg;class Rs extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=21}}tg=Rs;K.VideotexString=tg;Rs.NAME="VideotexString";var ng;class Bs extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=22}}ng=Bs;K.IA5String=ng;Bs.NAME="IA5String";var rg;class Ls extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=25}}rg=Ls;K.GraphicString=rg;Ls.NAME="GraphicString";var ig;class vi extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=26}}ig=vi;K.VisibleString=ig;vi.NAME="VisibleString";var og;class Us extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=27}}og=Us;K.GeneralString=og;Us.NAME="GeneralString";var sg;class Ms extends nt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=29}}sg=Ms;K.CharacterString=sg;Ms.NAME="CharacterString";var ag;class bi extends vi{constructor({value:e,valueDate:n,...r}={}){if(super(r),this.year=0,this.month=0,this.day=0,this.hour=0,this.minute=0,this.second=0,e){this.fromString(e),this.valueBlock.valueHexView=new Uint8Array(e.length);for(let i=0;i<e.length;i++)this.valueBlock.valueHexView[i]=e.charCodeAt(i)}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),r=new Uint8Array(n);for(let i=0;i<e.length;i++)r[i]=e.charCodeAt(i);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 r=/(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})Z/ig.exec(e);if(r===null){this.error="Wrong input string for conversion";return}const i=parseInt(r[1],10);i>=50?this.year=1900+i:this.year=2e3+i,this.month=parseInt(r[2],10),this.day=parseInt(r[3],10),this.hour=parseInt(r[4],10),this.minute=parseInt(r[5],10),this.second=parseInt(r[6],10)}toString(e="iso"){if(e==="iso"){const n=new Array(7);return n[0]=et(this.year<2e3?this.year-1900:this.year-2e3,2),n[1]=et(this.month,2),n[2]=et(this.day,2),n[3]=et(this.hour,2),n[4]=et(this.minute,2),n[5]=et(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}}}ag=bi;K.UTCTime=ag;bi.NAME="UTCTime";var cg;class Fs extends bi{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,r="",i="",o=0,a,c=0,d=0;if(e[e.length-1]==="Z")r=e.substring(0,e.length-1),n=!0;else{const f=new Number(e[e.length-1]);if(isNaN(f.valueOf()))throw new Error("Wrong input string for conversion");r=e}if(n){if(r.indexOf("+")!==-1)throw new Error("Wrong input string for conversion");if(r.indexOf("-")!==-1)throw new Error("Wrong input string for conversion")}else{let f=1,m=r.indexOf("+"),w="";if(m===-1&&(m=r.indexOf("-"),f=-1),m!==-1){if(w=r.substring(m+1),r=r.substring(0,m),w.length!==2&&w.length!==4)throw new Error("Wrong input string for conversion");let h=parseInt(w.substring(0,2),10);if(isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");if(c=f*h,w.length===4){if(h=parseInt(w.substring(2,4),10),isNaN(h.valueOf()))throw new Error("Wrong input string for conversion");d=f*h}}}let l=r.indexOf(".");if(l===-1&&(l=r.indexOf(",")),l!==-1){const f=new Number(`0${r.substring(l)}`);if(isNaN(f.valueOf()))throw new Error("Wrong input string for conversion");o=f.valueOf(),i=r.substring(0,l)}else i=r;switch(!0){case i.length===8:if(a=/(\d{4})(\d{2})(\d{2})/ig,l!==-1)throw new Error("Wrong input string for conversion");break;case i.length===10:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})/ig,l!==-1){let f=60*o;this.minute=Math.floor(f),f=60*(f-this.minute),this.second=Math.floor(f),f=1e3*(f-this.second),this.millisecond=Math.floor(f)}break;case i.length===12:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})/ig,l!==-1){let f=60*o;this.second=Math.floor(f),f=1e3*(f-this.second),this.millisecond=Math.floor(f)}break;case i.length===14:if(a=/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/ig,l!==-1){const f=1e3*o;this.millisecond=Math.floor(f)}break;default:throw new Error("Wrong input string for conversion")}const u=a.exec(i);if(u===null)throw new Error("Wrong input string for conversion");for(let f=1;f<u.length;f++)switch(f){case 1:this.year=parseInt(u[f],10);break;case 2:this.month=parseInt(u[f],10);break;case 3:this.day=parseInt(u[f],10);break;case 4:this.hour=parseInt(u[f],10)+c;break;case 5:this.minute=parseInt(u[f],10)+d;break;case 6:this.second=parseInt(u[f],10);break;default:throw new Error("Wrong input string for conversion")}if(n===!1){const f=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond);this.year=f.getUTCFullYear(),this.month=f.getUTCMonth(),this.day=f.getUTCDay(),this.hour=f.getUTCHours(),this.minute=f.getUTCMinutes(),this.second=f.getUTCSeconds(),this.millisecond=f.getUTCMilliseconds()}}toString(e="iso"){if(e==="iso"){const n=[];return n.push(et(this.year,4)),n.push(et(this.month,2)),n.push(et(this.day,2)),n.push(et(this.hour,2)),n.push(et(this.minute,2)),n.push(et(this.second,2)),this.millisecond!==0&&(n.push("."),n.push(et(this.millisecond,3))),n.push("Z"),n.join("")}return super.toString(e)}toJSON(){return{...super.toJSON(),millisecond:this.millisecond}}}cg=Fs;K.GeneralizedTime=cg;Fs.NAME="GeneralizedTime";var dg;class Qd extends Xt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=31}}dg=Qd;K.DATE=dg;Qd.NAME="DATE";var lg;class el extends Xt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=32}}lg=el;K.TimeOfDay=lg;el.NAME="TimeOfDay";var ug;class tl extends Xt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=33}}ug=tl;K.DateTime=ug;tl.NAME="DateTime";var pg;class nl extends Xt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=34}}pg=nl;K.Duration=pg;nl.NAME="Duration";var fg;class rl extends Xt{constructor(e={}){super(e),this.idBlock.tagClass=1,this.idBlock.tagNumber=14}}fg=rl;K.TIME=fg;rl.NAME="TIME";class Cn{constructor({name:e=Ge,optional:n=!1}={}){this.name=e,this.optional=n}}class il extends Cn{constructor({value:e=[],...n}={}){super(n),this.value=e}}class No extends Cn{constructor({value:e=new Cn,local:n=!1,...r}={}){super(r),this.value=e,this.local=n}}class O2{constructor({data:e=Es}={}){this.dataView=V.toUint8Array(e)}get data(){return this.dataView.slice().buffer}set data(e){this.dataView=V.toUint8Array(e)}fromBER(e,n,r){const i=n+r;return this.dataView=V.toUint8Array(e).subarray(n,i),i}toBER(e){return this.dataView.slice().buffer}}function xn(t,e,n){if(n instanceof il){for(let o=0;o<n.value.length;o++)if(xn(t,e,n.value[o]).verified)return{verified:!0,result:t};{const o={verified:!1,result:{error:"Wrong values for Choice type"}};return n.hasOwnProperty(Sa)&&(o.name=n.name),o}}if(n instanceof Cn)return n.hasOwnProperty(Sa)&&(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(!(b2 in n))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(S2 in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(!(A2 in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const r=n.idBlock.toBER(!1);if(r.byteLength===0)return{verified:!1,result:{error:"Error encoding idBlock for ASN.1 schema"}};if(n.idBlock.fromBER(r,0,r.byteLength)===-1)return{verified:!1,result:{error:"Error decoding idBlock for ASN.1 schema"}};if(n.idBlock.hasOwnProperty($2)===!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(x2)===!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(k2)===!1)return{verified:!1,result:{error:"Wrong ASN.1 schema"}};if(n.idBlock.isConstructed!==e.idBlock.isConstructed)return{verified:!1,result:t};if(!(v2 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(!(Mu in n.idBlock))return{verified:!1,result:{error:"Wrong ASN.1 schema"}};const o=n.idBlock.valueHexView,a=e.idBlock.valueHexView;if(o.length!==a.length)return{verified:!1,result:t};for(let c=0;c<o.length;c++)if(o[c]!==a[1])return{verified:!1,result:t}}if(n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&(t[n.name]=e)),n instanceof K.Constructed){let o=0,a={verified:!1,result:{error:"Unknown error"}},c=n.valueBlock.value.length;if(c>0&&n.valueBlock.value[0]instanceof No&&(c=e.valueBlock.value.length),c===0)return{verified:!0,result:t};if(e.valueBlock.value.length===0&&n.valueBlock.value.length!==0){let d=!0;for(let l=0;l<n.valueBlock.value.length;l++)d=d&&(n.valueBlock.value[l].optional||!1);return d?{verified:!0,result:t}:(n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&delete t[n.name]),t.error="Inconsistent object length",{verified:!1,result:t})}for(let d=0;d<c;d++)if(d-o>=e.valueBlock.value.length){if(n.valueBlock.value[d].optional===!1){const l={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,Ge),n.name&&(delete t[n.name],l.name=n.name)),l}}else if(n.valueBlock.value[0]instanceof No){if(a=xn(t,e.valueBlock.value[d],n.valueBlock.value[0].value),a.verified===!1)if(n.valueBlock.value[0].optional)o++;else return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&delete t[n.name]),a;if(Sa in n.valueBlock.value[0]&&n.valueBlock.value[0].name.length>0){let l={};E2 in n.valueBlock.value[0]&&n.valueBlock.value[0].local?l=e:l=t,typeof l[n.valueBlock.value[0].name]>"u"&&(l[n.valueBlock.value[0].name]=[]),l[n.valueBlock.value[0].name].push(e.valueBlock.value[d])}}else if(a=xn(t,e.valueBlock.value[d-o],n.valueBlock.value[d]),a.verified===!1)if(n.valueBlock.value[d].optional)o++;else return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&delete t[n.name]),a;if(a.verified===!1){const d={verified:!1,result:t};return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&(delete t[n.name],d.name=n.name)),d}return{verified:!0,result:t}}if(n.primitiveSchema&&Mu in e.valueBlock){const o=kr(e.valueBlock.valueHexView);if(o.offset===-1){const a={verified:!1,result:o.result};return n.name&&(n.name=n.name.replace(/^\s+|\s+$/g,Ge),n.name&&(delete t[n.name],a.name=n.name)),a}return xn(t,o.result,n.primitiveSchema)}return{verified:!0,result:t}}function j2(t,e){if(!(e instanceof Object))return{verified:!1,result:{error:"Wrong ASN.1 schema type"}};const n=kr(V.toUint8Array(t));return n.offset===-1?{verified:!1,result:n.result}:xn(n.result,n.result,e)}const hg=Object.freeze(Object.defineProperty({__proto__:null,Any:Cn,BaseBlock:Be,BaseStringBlock:Jd,BitString:En,BmpString:zs,Boolean:Is,CharacterString:Ms,Choice:il,Constructed:We,DATE:Qd,DateTime:tl,Duration:nl,EndOfContent:Zd,Enumerated:Ns,GeneralString:Us,GeneralizedTime:Fs,GraphicString:Ls,HexBlock:jt,IA5String:Bs,Integer:Nt,Null:Nn,NumericString:js,ObjectIdentifier:Cs,OctetString:An,Primitive:wi,PrintableString:Ps,RawData:O2,RelativeObjectIdentifier:Yd,Repeated:No,Sequence:Ut,Set:Mt,TIME:rl,TeletexString:Ts,TimeOfDay:el,UTCTime:bi,UniversalString:Os,Utf8String:Xt,ValueBlock:qe,VideotexString:Rs,ViewWriter:As,VisibleString:vi,compareSchema:xn,fromBER:ir,verifySchema:j2},Symbol.toStringTag,{value:"Module"}));var R;(function(t){t[t.Sequence=0]="Sequence",t[t.Set=1]="Set",t[t.Choice=2]="Choice"})(R||(R={}));var b;(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"})(b||(b={}));class Vs{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 En))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 En({unusedBits:this.unusedBits,valueHex:this.value})}toSchema(e){return new En({name:e})}toNumber(){let e="";const n=new Uint8Array(this.value);for(const r of n)e+=r.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 r=n.length+7>>3;this.unusedBits=(r<<3)-n.length;const i=new Uint8Array(r);n=n.padStart(r<<3,"0").split("").reverse().join("");let o=0;for(;o<r;)i[o]=parseInt(n.slice(o<<3,(o<<3)+8),2),o++;this.value=i.buffer}}class le{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 P2={fromASN:t=>t instanceof Nn?null:t.valueBeforeDecodeView,toASN:t=>{if(t===null)return new Nn;const e=ir(t);if(e.result.error)throw new Error(e.result.error);return e.result}},T2={fromASN:t=>t.valueBlock.valueHexView.byteLength>=4?t.valueBlock.toString():t.valueBlock.valueDec,toASN:t=>new Nt({value:+t})},R2={fromASN:t=>t.valueBlock.valueDec,toASN:t=>new Ns({value:t})},_e={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new Nt({valueHex:t})},B2={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new En({valueHex:t})},L2={fromASN:t=>t.valueBlock.toString(),toASN:t=>new Cs({value:t})},U2={fromASN:t=>t.valueBlock.value,toASN:t=>new Is({value:t})},Co={fromASN:t=>t.valueBlock.valueHexView,toASN:t=>new An({valueHex:t})},M2={fromASN:t=>new le(t.getValue()),toASN:t=>t.toASN()};function dt(t){return{fromASN:e=>e.valueBlock.value,toASN:e=>new t({value:e})}}const gg=dt(Xt),F2=dt(zs),V2=dt(Os),D2=dt(js),q2=dt(Ps),H2=dt(Ts),K2=dt(Rs),G2=dt(Bs),W2=dt(Ls),J2=dt(vi),Z2=dt(Us),X2=dt(Ms),Y2={fromASN:t=>t.toDate(),toASN:t=>new bi({valueDate:t})},Q2={fromASN:t=>t.toDate(),toASN:t=>new Fs({valueDate:t})},ew={fromASN:()=>null,toASN:()=>new Nn};function ol(t){switch(t){case b.Any:return P2;case b.BitString:return B2;case b.BmpString:return F2;case b.Boolean:return U2;case b.CharacterString:return X2;case b.Enumerated:return R2;case b.GeneralString:return Z2;case b.GeneralizedTime:return Q2;case b.GraphicString:return W2;case b.IA5String:return G2;case b.Integer:return T2;case b.Null:return ew;case b.NumericString:return D2;case b.ObjectIdentifier:return L2;case b.OctetString:return Co;case b.PrintableString:return q2;case b.TeletexString:return H2;case b.UTCTime:return Y2;case b.UniversalString:return V2;case b.Utf8String:return gg;case b.VideotexString:return K2;case b.VisibleString:return J2;default:return null}}function Lt(t){return typeof t=="function"&&t.prototype?t.prototype.toASN&&t.prototype.fromASN?!0:Lt(t.prototype):!!(t&&typeof t=="object"&&"toASN"in t&&"fromASN"in t)}function mg(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:mg(n)}return!1}function tw(t,e){if(!(t&&e)||t.byteLength!==e.byteLength)return!1;const n=new Uint8Array(t),r=new Uint8Array(e);for(let i=0;i<t.byteLength;i++)if(n[i]!==r[i])return!1;return!0}class nw{constructor(){this.items=new WeakMap}has(e){return this.items.has(e)}get(e,n=!1){const r=this.items.get(e);if(!r)throw new Error(`Cannot get schema for '${e.prototype.constructor.name}' target`);if(n&&!r.schema)throw new Error(`Schema '${e.prototype.constructor.name}' doesn't contain ASN.1 schema. Call 'AsnSchemaStorage.cache'.`);return r}cache(e){const n=this.get(e);n.schema||(n.schema=this.create(e,!0))}createDefault(e){const n={type:R.Sequence,items:{}},r=this.findParentSchema(e);return r&&(Object.assign(n,r),n.items=Object.assign({},n.items,r.items)),n}create(e,n){const r=this.items.get(e)||this.createDefault(e),i=[];for(const o in r.items){const a=r.items[o],c=n?o:"";let d;if(typeof a.type=="number"){const u=b[a.type],f=hg[u];if(!f)throw new Error(`Cannot get ASN1 class by name '${u}'`);d=new f({name:c})}else Lt(a.type)?d=new a.type().toSchema(c):a.optional?this.get(a.type).type===R.Choice?d=new Cn({name:c}):(d=this.create(a.type,!1),d.name=c):d=new Cn({name:c});const l=!!a.optional||a.defaultValue!==void 0;if(a.repeated){d.name="";const u=a.repeated==="set"?Mt:Ut;d=new u({name:"",value:[new No({name:c,value:d})]})}if(a.context!==null&&a.context!==void 0)if(a.implicit)if(typeof a.type=="number"||Lt(a.type)){const u=a.repeated?We:wi;i.push(new u({name:c,optional:l,idBlock:{tagClass:3,tagNumber:a.context}}))}else{this.cache(a.type);const u=!!a.repeated;let f=u?d:this.get(a.type,!0).schema;f="valueBlock"in f?f.valueBlock.value:f.value,i.push(new We({name:u?"":c,optional:l,idBlock:{tagClass:3,tagNumber:a.context},value:f}))}else i.push(new We({optional:l,idBlock:{tagClass:3,tagNumber:a.context},value:[d]}));else d.optional=l,i.push(d)}switch(r.type){case R.Sequence:return new Ut({value:i,name:""});case R.Set:return new Mt({value:i,name:""});case R.Choice:return new il({value:i,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 it=new nw,B=t=>e=>{let n;it.has(e)?n=it.get(e):(n=it.createDefault(e),it.set(e,n)),Object.assign(n,t)},g=t=>(e,n)=>{let r;it.has(e.constructor)?r=it.get(e.constructor):(r=it.createDefault(e.constructor),it.set(e.constructor,r));const i=Object.assign({},t);if(typeof i.type=="number"&&!i.converter){const o=ol(t.type);if(!o)throw new Error(`Cannot get default converter for property '${n}' of ${e.constructor.name}`);i.converter=o}r.items[n]=i};class Vu extends Error{constructor(){super(...arguments),this.schemas=[]}}class rw{static parse(e,n){const r=ir(e);if(r.result.error)throw new Error(r.result.error);return this.fromASN(r.result,n)}static fromASN(e,n){var r;try{if(Lt(n))return new n().fromASN(e);const i=it.get(n);it.cache(n);let o=i.schema;if(e.constructor===We&&i.type!==R.Choice){o=new We({idBlock:{tagClass:3,tagNumber:e.idBlock.tagNumber},value:i.schema.valueBlock.value});for(const d in i.items)delete e[d]}const a=xn({},e,o);if(!a.verified)throw new Vu(`Data does not match to ${n.name} ASN1 schema. ${a.result.error}`);const c=new n;if(mg(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 d=i.itemType;if(typeof d=="number"){const l=ol(d);if(!l)throw new Error(`Cannot get default converter for array item of ${n.name} ASN1 schema`);return n.from(e.valueBlock.value,u=>l.fromASN(u))}else return n.from(e.valueBlock.value,l=>this.fromASN(l,d))}for(const d in i.items){const l=a.result[d];if(!l)continue;const u=i.items[d],f=u.type;if(typeof f=="number"||Lt(f)){const m=(r=u.converter)!==null&&r!==void 0?r:Lt(f)?new f:null;if(!m)throw new Error("Converter is empty");if(u.repeated)if(u.implicit){const w=u.repeated==="sequence"?Ut:Mt,h=new w;h.valueBlock=l.valueBlock;const _=ir(h.toBER(!1));if(_.offset===-1)throw new Error(`Cannot parse the child item. ${_.result.error}`);if(!("value"in _.result.valueBlock&&Array.isArray(_.result.valueBlock.value)))throw new Error("Cannot get items from the ASN.1 parsed value. ASN.1 object is not constructed.");const v=_.result.valueBlock.value;c[d]=Array.from(v,k=>m.fromASN(k))}else c[d]=Array.from(l,w=>m.fromASN(w));else{let w=l;if(u.implicit){let h;if(Lt(f))h=new f().toSchema("");else{const _=b[f],v=hg[_];if(!v)throw new Error(`Cannot get '${_}' class from asn1js module`);h=new v}h.valueBlock=w.valueBlock,w=ir(h.toBER(!1)).result}c[d]=m.fromASN(w)}}else if(u.repeated){if(!Array.isArray(l))throw new Error("Cannot get list of items from the ASN.1 parsed value. ASN.1 value should be iterable.");c[d]=Array.from(l,m=>this.fromASN(m,f))}else c[d]=this.fromASN(l,f)}return c}catch(i){throw i instanceof Vu&&i.schemas.push(n.name),i}}}class sl{static serialize(e){return e instanceof Be?e.toBER(!1):this.toASN(e).toBER(!1)}static toASN(e){if(e&&typeof e=="object"&&Lt(e))return e.toASN();if(!(e&&typeof e=="object"))throw new TypeError("Parameter 1 should be type of Object.");const n=e.constructor,r=it.get(n);it.cache(n);let i=[];if(r.itemType){if(!Array.isArray(e))throw new TypeError("Parameter 1 should be type of Array.");if(typeof r.itemType=="number"){const a=ol(r.itemType);if(!a)throw new Error(`Cannot get default converter for array item of ${n.name} ASN1 schema`);i=e.map(c=>a.toASN(c))}else i=e.map(a=>this.toAsnItem({type:r.itemType},"[]",n,a))}else for(const a in r.items){const c=r.items[a],d=e[a];if(d===void 0||c.defaultValue===d||typeof c.defaultValue=="object"&&typeof d=="object"&&tw(this.serialize(c.defaultValue),this.serialize(d)))continue;const l=sl.toAsnItem(c,a,n,d);if(typeof c.context=="number")if(c.implicit)if(!c.repeated&&(typeof c.type=="number"||Lt(c.type))){const u={};u.valueHex=l instanceof Nn?l.valueBeforeDecodeView:l.valueBlock.toBER(),i.push(new wi({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},...u}))}else i.push(new We({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:l.valueBlock.value}));else i.push(new We({optional:c.optional,idBlock:{tagClass:3,tagNumber:c.context},value:[l]}));else c.repeated?i=i.concat(l):i.push(l)}let o;switch(r.type){case R.Sequence:o=new Ut({value:i});break;case R.Set:o=new Mt({value:i});break;case R.Choice:if(!i[0])throw new Error(`Schema '${n.name}' has wrong data. Choice cannot be empty.`);o=i[0];break}return o}static toAsnItem(e,n,r,i){let o;if(typeof e.type=="number"){const a=e.converter;if(!a)throw new Error(`Property '${n}' doesn't have converter for type ${b[e.type]} in schema '${r.name}'`);if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const c=Array.from(i,l=>a.toASN(l)),d=e.repeated==="sequence"?Ut:Mt;o=new d({value:c})}else o=a.toASN(i)}else if(e.repeated){if(!Array.isArray(i))throw new TypeError("Parameter 'objProp' should be type of Array.");const a=Array.from(i,d=>this.toASN(d)),c=e.repeated==="sequence"?Ut:Mt;o=new c({value:a})}else o=this.toASN(i);return o}}class fe extends Array{constructor(e=[]){if(typeof e=="number")super(e);else{super();for(const n of e)this.push(n)}}}class F{static serialize(e){return sl.serialize(e)}static parse(e,n){return rw.parse(e,n)}static toString(e){const n=V.isBufferSource(e)?V.toArrayBuffer(e):F.serialize(e),r=ir(n);if(r.offset===-1)throw new Error(`Cannot decode ASN.1 data. ${r.result.error}`);return r.result.toString()}}function p(t,e,n,r){var i=arguments.length,o=i<3?e:r===null?r=Object.getOwnPropertyDescriptor(e,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(t,e,n,r);else for(var c=t.length-1;c>=0;c--)(a=t[c])&&(o=(i<3?a(o):i>3?a(e,n,o):a(e,n))||o);return i>3&&o&&Object.defineProperty(e,n,o),o}var _g={exports:{}};(function(t){(function(e){const n="(0?\\d+|0x[a-f0-9]+)",r={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")},i=new RegExp("^0[0-7]+$","i"),o=new RegExp("^0x[a-f0-9]+$","i"),a="%[0-9a-z]{1,}",c="(?:[0-9a-f]+::?)+",d={zoneIndex:new RegExp(a,"i"),native:new RegExp(`^(::)?(${c})?([0-9a-f]+)?(::)?(${a})?$`,"i"),deprecatedTransitional:new RegExp(`^(?:::)(${n}\\.${n}\\.${n}\\.${n}(${a})?)$`,"i"),transitional:new RegExp(`^((?:${c})|(?:::)(?:${c})?)${n}\\.${n}\\.${n}\\.${n}(${a})?$`,"i")};function l(h,_){if(h.indexOf("::")!==h.lastIndexOf("::"))return null;let v=0,k=-1,N=(h.match(d.zoneIndex)||[])[0],z,L;for(N&&(N=N.substring(1),h=h.replace(/%.+$/,""));(k=h.indexOf(":",k+1))>=0;)v++;if(h.substr(0,2)==="::"&&v--,h.substr(-2,2)==="::"&&v--,v>_)return null;for(L=_-v,z=":";L--;)z+="0:";return h=h.replace("::",z),h[0]===":"&&(h=h.slice(1)),h[h.length-1]===":"&&(h=h.slice(0,-1)),_=function(){const Y=h.split(":"),se=[];for(let ae=0;ae<Y.length;ae++)se.push(parseInt(Y[ae],16));return se}(),{parts:_,zoneId:N}}function u(h,_,v,k){if(h.length!==_.length)throw new Error("ipaddr: cannot match CIDR for objects with different lengths");let N=0,z;for(;k>0;){if(z=v-k,z<0&&(z=0),h[N]>>z!==_[N]>>z)return!1;k-=v,N+=1}return!0}function f(h){if(o.test(h))return parseInt(h,16);if(h[0]==="0"&&!isNaN(parseInt(h[1],10))){if(i.test(h))return parseInt(h,8);throw new Error(`ipaddr: cannot parse ${h} as octal`)}return parseInt(h,10)}function m(h,_){for(;h.length<_;)h=`0${h}`;return h}const w={};w.IPv4=function(){function h(_){if(_.length!==4)throw new Error("ipaddr: ipv4 octet count should be 4");let v,k;for(v=0;v<_.length;v++)if(k=_[v],!(0<=k&&k<=255))throw new Error("ipaddr: ipv4 octet should fit in 8 bits");this.octets=_}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(_,v){let k;if(v===void 0&&(k=_,_=k[0],v=k[1]),_.kind()!=="ipv4")throw new Error("ipaddr: cannot match ipv4 address with non-ipv4 one");return u(this.octets,_.octets,8,v)},h.prototype.prefixLengthFromSubnetMask=function(){let _=0,v=!1;const k={0:8,128:7,192:6,224:5,240:4,248:3,252:2,254:1,255:0};let N,z,L;for(N=3;N>=0;N-=1)if(z=this.octets[N],z in k){if(L=k[z],v&&L!==0)return null;L!==8&&(v=!0),_+=L}else return null;return 32-_},h.prototype.range=function(){return w.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){return this.octets.slice(0)},h.prototype.toIPv4MappedAddress=function(){return w.IPv6.parse(`::ffff:${this.toString()}`)},h.prototype.toNormalizedString=function(){return this.toString()},h.prototype.toString=function(){return this.octets.join(".")},h}(),w.IPv4.broadcastAddressFromCIDR=function(h){try{const _=this.parseCIDR(h),v=_[0].toByteArray(),k=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),N=[];let z=0;for(;z<4;)N.push(parseInt(v[z],10)|parseInt(k[z],10)^255),z++;return new this(N)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},w.IPv4.isIPv4=function(h){return this.parser(h)!==null},w.IPv4.isValid=function(h){try{return new this(this.parser(h)),!0}catch{return!1}},w.IPv4.isValidCIDR=function(h){try{return this.parseCIDR(h),!0}catch{return!1}},w.IPv4.isValidFourPartDecimal=function(h){return!!(w.IPv4.isValid(h)&&h.match(/^(0|[1-9]\d*)(\.(0|[1-9]\d*)){3}$/))},w.IPv4.networkAddressFromCIDR=function(h){let _,v,k,N,z;try{for(_=this.parseCIDR(h),k=_[0].toByteArray(),z=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),N=[],v=0;v<4;)N.push(parseInt(k[v],10)&parseInt(z[v],10)),v++;return new this(N)}catch{throw new Error("ipaddr: the address does not have IPv4 CIDR format")}},w.IPv4.parse=function(h){const _=this.parser(h);if(_===null)throw new Error("ipaddr: string is not formatted like an IPv4 Address");return new this(_)},w.IPv4.parseCIDR=function(h){let _;if(_=h.match(/^(.+)\/(\d+)$/)){const v=parseInt(_[2]);if(v>=0&&v<=32){const k=[this.parse(_[1]),v];return Object.defineProperty(k,"toString",{value:function(){return this.join("/")}}),k}}throw new Error("ipaddr: string is not formatted like an IPv4 CIDR range")},w.IPv4.parser=function(h){let _,v,k;if(_=h.match(r.fourOctet))return function(){const N=_.slice(1,6),z=[];for(let L=0;L<N.length;L++)v=N[L],z.push(f(v));return z}();if(_=h.match(r.longValue)){if(k=f(_[1]),k>4294967295||k<0)throw new Error("ipaddr: address outside defined range");return function(){const N=[];let z;for(z=0;z<=24;z+=8)N.push(k>>z&255);return N}().reverse()}else return(_=h.match(r.twoOctet))?function(){const N=_.slice(1,4),z=[];if(k=f(N[1]),k>16777215||k<0)throw new Error("ipaddr: address outside defined range");return z.push(f(N[0])),z.push(k>>16&255),z.push(k>>8&255),z.push(k&255),z}():(_=h.match(r.threeOctet))?function(){const N=_.slice(1,5),z=[];if(k=f(N[2]),k>65535||k<0)throw new Error("ipaddr: address outside defined range");return z.push(f(N[0])),z.push(f(N[1])),z.push(k>>8&255),z.push(k&255),z}():null},w.IPv4.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>32)throw new Error("ipaddr: invalid IPv4 prefix length");const _=[0,0,0,0];let v=0;const k=Math.floor(h/8);for(;v<k;)_[v]=255,v++;return k<4&&(_[k]=Math.pow(2,h%8)-1<<8-h%8),new this(_)},w.IPv6=function(){function h(_,v){let k,N;if(_.length===16)for(this.parts=[],k=0;k<=14;k+=2)this.parts.push(_[k]<<8|_[k+1]);else if(_.length===8)this.parts=_;else throw new Error("ipaddr: ipv6 part count should be 8 or 16");for(k=0;k<this.parts.length;k++)if(N=this.parts[k],!(0<=N&&N<=65535))throw new Error("ipaddr: ipv6 part should fit in 16 bits");v&&(this.zoneId=v)}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(_,v){let k;if(v===void 0&&(k=_,_=k[0],v=k[1]),_.kind()!=="ipv6")throw new Error("ipaddr: cannot match ipv6 address with non-ipv6 one");return u(this.parts,_.parts,16,v)},h.prototype.prefixLengthFromSubnetMask=function(){let _=0,v=!1;const k={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 N,z;for(let L=7;L>=0;L-=1)if(N=this.parts[L],N in k){if(z=k[N],v&&z!==0)return null;z!==16&&(v=!0),_+=z}else return null;return 128-_},h.prototype.range=function(){return w.subnetMatch(this,this.SpecialRanges)},h.prototype.toByteArray=function(){let _;const v=[],k=this.parts;for(let N=0;N<k.length;N++)_=k[N],v.push(_>>8),v.push(_&255);return v},h.prototype.toFixedLengthString=function(){const _=(function(){const k=[];for(let N=0;N<this.parts.length;N++)k.push(m(this.parts[N].toString(16),4));return k}).call(this).join(":");let v="";return this.zoneId&&(v=`%${this.zoneId}`),_+v},h.prototype.toIPv4Address=function(){if(!this.isIPv4MappedAddress())throw new Error("ipaddr: trying to convert a generic ipv6 address to ipv4");const _=this.parts.slice(-2),v=_[0],k=_[1];return new w.IPv4([v>>8,v&255,k>>8,k&255])},h.prototype.toNormalizedString=function(){const _=(function(){const k=[];for(let N=0;N<this.parts.length;N++)k.push(this.parts[N].toString(16));return k}).call(this).join(":");let v="";return this.zoneId&&(v=`%${this.zoneId}`),_+v},h.prototype.toRFC5952String=function(){const _=/((^|:)(0(:|$)){2,})/g,v=this.toNormalizedString();let k=0,N=-1,z;for(;z=_.exec(v);)z[0].length>N&&(k=z.index,N=z[0].length);return N<0?v:`${v.substring(0,k)}::${v.substring(k+N)}`},h.prototype.toString=function(){return this.toRFC5952String()},h}(),w.IPv6.broadcastAddressFromCIDR=function(h){try{const _=this.parseCIDR(h),v=_[0].toByteArray(),k=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),N=[];let z=0;for(;z<16;)N.push(parseInt(v[z],10)|parseInt(k[z],10)^255),z++;return new this(N)}catch(_){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${_})`)}},w.IPv6.isIPv6=function(h){return this.parser(h)!==null},w.IPv6.isValid=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{const _=this.parser(h);return new this(_.parts,_.zoneId),!0}catch{return!1}},w.IPv6.isValidCIDR=function(h){if(typeof h=="string"&&h.indexOf(":")===-1)return!1;try{return this.parseCIDR(h),!0}catch{return!1}},w.IPv6.networkAddressFromCIDR=function(h){let _,v,k,N,z;try{for(_=this.parseCIDR(h),k=_[0].toByteArray(),z=this.subnetMaskFromPrefixLength(_[1]).toByteArray(),N=[],v=0;v<16;)N.push(parseInt(k[v],10)&parseInt(z[v],10)),v++;return new this(N)}catch(L){throw new Error(`ipaddr: the address does not have IPv6 CIDR format (${L})`)}},w.IPv6.parse=function(h){const _=this.parser(h);if(_.parts===null)throw new Error("ipaddr: string is not formatted like an IPv6 Address");return new this(_.parts,_.zoneId)},w.IPv6.parseCIDR=function(h){let _,v,k;if((v=h.match(/^(.+)\/(\d+)$/))&&(_=parseInt(v[2]),_>=0&&_<=128))return k=[this.parse(v[1]),_],Object.defineProperty(k,"toString",{value:function(){return this.join("/")}}),k;throw new Error("ipaddr: string is not formatted like an IPv6 CIDR range")},w.IPv6.parser=function(h){let _,v,k,N,z,L;if(k=h.match(d.deprecatedTransitional))return this.parser(`::ffff:${k[1]}`);if(d.native.test(h))return l(h,8);if((k=h.match(d.transitional))&&(L=k[6]||"",_=k[1],k[1].endsWith("::")||(_=_.slice(0,-1)),_=l(_+L,6),_.parts)){for(z=[parseInt(k[2]),parseInt(k[3]),parseInt(k[4]),parseInt(k[5])],v=0;v<z.length;v++)if(N=z[v],!(0<=N&&N<=255))return null;return _.parts.push(z[0]<<8|z[1]),_.parts.push(z[2]<<8|z[3]),{parts:_.parts,zoneId:_.zoneId}}return null},w.IPv6.subnetMaskFromPrefixLength=function(h){if(h=parseInt(h),h<0||h>128)throw new Error("ipaddr: invalid IPv6 prefix length");const _=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];let v=0;const k=Math.floor(h/8);for(;v<k;)_[v]=255,v++;return k<16&&(_[k]=Math.pow(2,h%8)-1<<8-h%8),new this(_)},w.fromByteArray=function(h){const _=h.length;if(_===4)return new w.IPv4(h);if(_===16)return new w.IPv6(h);throw new Error("ipaddr: the binary input is neither an IPv6 nor IPv4 address")},w.isValid=function(h){return w.IPv6.isValid(h)||w.IPv4.isValid(h)},w.isValidCIDR=function(h){return w.IPv6.isValidCIDR(h)||w.IPv4.isValidCIDR(h)},w.parse=function(h){if(w.IPv6.isValid(h))return w.IPv6.parse(h);if(w.IPv4.isValid(h))return w.IPv4.parse(h);throw new Error("ipaddr: the address has neither IPv6 nor IPv4 format")},w.parseCIDR=function(h){try{return w.IPv6.parseCIDR(h)}catch{try{return w.IPv4.parseCIDR(h)}catch{throw new Error("ipaddr: the address has neither IPv6 nor IPv4 CIDR format")}}},w.process=function(h){const _=this.parse(h);return _.kind()==="ipv6"&&_.isIPv4MappedAddress()?_.toIPv4Address():_},w.subnetMatch=function(h,_,v){let k,N,z,L;v==null&&(v="unicast");for(N in _)if(Object.prototype.hasOwnProperty.call(_,N)){for(z=_[N],z[0]&&!(z[0]instanceof Array)&&(z=[z]),k=0;k<z.length;k++)if(L=z[k],h.kind()===L[0].kind()&&h.match.apply(h,L))return N}return v},t.exports?t.exports=w:e.ipaddr=w})(So)})(_g);var Du=_g.exports;class qu{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((i,o)=>i+ +o,0);let r=e.slice(0,8).replace(/(.{2})/g,i=>`${parseInt(i,16)}.`);return r=r.slice(0,-1),`${r}/${n}`}static toString(e){if(e.byteLength===4||e.byteLength===16){const n=new Uint8Array(e);return Du.fromByteArray(Array.from(n)).toString()}return this.decodeIP(J.ToHex(e))}static fromString(e){const n=Du.parse(e);return new Uint8Array(n.toByteArray()).buffer}}var ic,oc,sc;let Le=class{constructor(e={}){Object.assign(this,e)}toString(){return this.bmpString||this.printableString||this.teletexString||this.universalString||this.utf8String||""}};p([g({type:b.TeletexString})],Le.prototype,"teletexString",void 0);p([g({type:b.PrintableString})],Le.prototype,"printableString",void 0);p([g({type:b.UniversalString})],Le.prototype,"universalString",void 0);p([g({type:b.Utf8String})],Le.prototype,"utf8String",void 0);p([g({type:b.BmpString})],Le.prototype,"bmpString",void 0);Le=p([B({type:R.Choice})],Le);let lr=class extends Le{constructor(e={}){super(e),Object.assign(this,e)}toString(){return this.ia5String||(this.anyValue?J.ToHex(this.anyValue):super.toString())}};p([g({type:b.IA5String})],lr.prototype,"ia5String",void 0);p([g({type:b.Any})],lr.prototype,"anyValue",void 0);lr=p([B({type:R.Choice})],lr);class Ds{constructor(e={}){this.type="",this.value=new lr,Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Ds.prototype,"type",void 0);p([g({type:lr})],Ds.prototype,"value",void 0);let ur=ic=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,ic.prototype)}};ur=ic=p([B({type:R.Set,itemType:Ds})],ur);let ac=oc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,oc.prototype)}};ac=oc=p([B({type:R.Sequence,itemType:ur})],ac);let $e=sc=class extends ac{constructor(e){super(e),Object.setPrototypeOf(this,sc.prototype)}};$e=sc=p([B({type:R.Sequence})],$e);const iw={fromASN:t=>qu.toString(Co.fromASN(t)),toASN:t=>Co.toASN(qu.fromString(t))};class Qr{constructor(e={}){this.typeId="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Qr.prototype,"typeId",void 0);p([g({type:b.Any,context:0})],Qr.prototype,"value",void 0);class al{constructor(e={}){this.partyName=new Le,Object.assign(this,e)}}p([g({type:Le,optional:!0,context:0,implicit:!0})],al.prototype,"nameAssigner",void 0);p([g({type:Le,context:1,implicit:!0})],al.prototype,"partyName",void 0);let ie=class{constructor(e={}){Object.assign(this,e)}};p([g({type:Qr,context:0,implicit:!0})],ie.prototype,"otherName",void 0);p([g({type:b.IA5String,context:1,implicit:!0})],ie.prototype,"rfc822Name",void 0);p([g({type:b.IA5String,context:2,implicit:!0})],ie.prototype,"dNSName",void 0);p([g({type:b.Any,context:3,implicit:!0})],ie.prototype,"x400Address",void 0);p([g({type:$e,context:4,implicit:!1})],ie.prototype,"directoryName",void 0);p([g({type:al,context:5})],ie.prototype,"ediPartyName",void 0);p([g({type:b.IA5String,context:6,implicit:!0})],ie.prototype,"uniformResourceIdentifier",void 0);p([g({type:b.OctetString,context:7,implicit:!0,converter:iw})],ie.prototype,"iPAddress",void 0);p([g({type:b.ObjectIdentifier,context:8,implicit:!0})],ie.prototype,"registeredID",void 0);ie=p([B({type:R.Choice})],ie);const cl="1.3.6.1.5.5.7",ow=`${cl}.1`,Sr=`${cl}.3`,qs=`${cl}.48`,Hu=`${qs}.1`,Ku=`${qs}.2`,Gu=`${qs}.3`,Wu=`${qs}.5`,hn="2.5.29";var cc;const dc=`${ow}.1`;class $i{constructor(e={}){this.accessMethod="",this.accessLocation=new ie,Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],$i.prototype,"accessMethod",void 0);p([g({type:ie})],$i.prototype,"accessLocation",void 0);let nr=cc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,cc.prototype)}};nr=cc=p([B({type:R.Sequence,itemType:$i})],nr);const lc=`${hn}.35`;class dl extends le{}class kn{constructor(e={}){e&&Object.assign(this,e)}}p([g({type:dl,context:0,optional:!0,implicit:!0})],kn.prototype,"keyIdentifier",void 0);p([g({type:ie,context:1,optional:!0,implicit:!0,repeated:"sequence"})],kn.prototype,"authorityCertIssuer",void 0);p([g({type:b.Integer,context:2,optional:!0,implicit:!0,converter:_e})],kn.prototype,"authorityCertSerialNumber",void 0);const yg=`${hn}.19`;class zo{constructor(e={}){this.cA=!1,Object.assign(this,e)}}p([g({type:b.Boolean,defaultValue:!1})],zo.prototype,"cA",void 0);p([g({type:b.Integer,optional:!0})],zo.prototype,"pathLenConstraint",void 0);var uc;let De=uc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,uc.prototype)}};De=uc=p([B({type:R.Sequence,itemType:ie})],De);var pc;let Ju=pc=class extends De{constructor(e){super(e),Object.setPrototypeOf(this,pc.prototype)}};Ju=pc=p([B({type:R.Sequence})],Ju);var fc;const wg=`${hn}.32`;let Dt=class{constructor(e={}){Object.assign(this,e)}toString(){return this.ia5String||this.visibleString||this.bmpString||this.utf8String||""}};p([g({type:b.IA5String})],Dt.prototype,"ia5String",void 0);p([g({type:b.VisibleString})],Dt.prototype,"visibleString",void 0);p([g({type:b.BmpString})],Dt.prototype,"bmpString",void 0);p([g({type:b.Utf8String})],Dt.prototype,"utf8String",void 0);Dt=p([B({type:R.Choice})],Dt);class ll{constructor(e={}){this.organization=new Dt,this.noticeNumbers=[],Object.assign(this,e)}}p([g({type:Dt})],ll.prototype,"organization",void 0);p([g({type:b.Integer,repeated:"sequence"})],ll.prototype,"noticeNumbers",void 0);class ul{constructor(e={}){Object.assign(this,e)}}p([g({type:ll,optional:!0})],ul.prototype,"noticeRef",void 0);p([g({type:Dt,optional:!0})],ul.prototype,"explicitText",void 0);let Oo=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.IA5String})],Oo.prototype,"cPSuri",void 0);p([g({type:ul})],Oo.prototype,"userNotice",void 0);Oo=p([B({type:R.Choice})],Oo);class pl{constructor(e={}){this.policyQualifierId="",this.qualifier=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],pl.prototype,"policyQualifierId",void 0);p([g({type:b.Any})],pl.prototype,"qualifier",void 0);class Hs{constructor(e={}){this.policyIdentifier="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Hs.prototype,"policyIdentifier",void 0);p([g({type:pl,repeated:"sequence",optional:!0})],Hs.prototype,"policyQualifiers",void 0);let jo=fc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,fc.prototype)}};jo=fc=p([B({type:R.Sequence,itemType:Hs})],jo);let Po=class{constructor(e=0){this.value=e}};p([g({type:b.Integer})],Po.prototype,"value",void 0);Po=p([B({type:R.Choice})],Po);let Zu=class extends Po{};Zu=p([B({type:R.Choice})],Zu);var hc;const gc=`${hn}.31`;var ft;(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"})(ft||(ft={}));class vg extends Vs{toJSON(){const e=[],n=this.toNumber();return n&ft.aACompromise&&e.push("aACompromise"),n&ft.affiliationChanged&&e.push("affiliationChanged"),n&ft.cACompromise&&e.push("cACompromise"),n&ft.certificateHold&&e.push("certificateHold"),n&ft.cessationOfOperation&&e.push("cessationOfOperation"),n&ft.keyCompromise&&e.push("keyCompromise"),n&ft.privilegeWithdrawn&&e.push("privilegeWithdrawn"),n&ft.superseded&&e.push("superseded"),n&ft.unused&&e.push("unused"),e}toString(){return`[${this.toJSON().join(", ")}]`}}let zn=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ie,context:0,repeated:"sequence",implicit:!0})],zn.prototype,"fullName",void 0);p([g({type:ur,context:1,implicit:!0})],zn.prototype,"nameRelativeToCRLIssuer",void 0);zn=p([B({type:R.Choice})],zn);class Ar{constructor(e={}){Object.assign(this,e)}}p([g({type:zn,context:0,optional:!0})],Ar.prototype,"distributionPoint",void 0);p([g({type:vg,context:1,optional:!0,implicit:!0})],Ar.prototype,"reasons",void 0);p([g({type:ie,context:2,optional:!0,repeated:"sequence",implicit:!0})],Ar.prototype,"cRLIssuer",void 0);let or=hc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,hc.prototype)}};or=hc=p([B({type:R.Sequence,itemType:Ar})],or);var mc;let Xu=mc=class extends or{constructor(e){super(e),Object.setPrototypeOf(this,mc.prototype)}};Xu=mc=p([B({type:R.Sequence,itemType:Ar})],Xu);class Me{constructor(e={}){this.onlyContainsUserCerts=Me.ONLY,this.onlyContainsCACerts=Me.ONLY,this.indirectCRL=Me.ONLY,this.onlyContainsAttributeCerts=Me.ONLY,Object.assign(this,e)}}Me.ONLY=!1;p([g({type:zn,context:0,optional:!0})],Me.prototype,"distributionPoint",void 0);p([g({type:b.Boolean,context:1,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"onlyContainsUserCerts",void 0);p([g({type:b.Boolean,context:2,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"onlyContainsCACerts",void 0);p([g({type:vg,context:3,optional:!0,implicit:!0})],Me.prototype,"onlySomeReasons",void 0);p([g({type:b.Boolean,context:4,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"indirectCRL",void 0);p([g({type:b.Boolean,context:5,defaultValue:Me.ONLY,implicit:!0})],Me.prototype,"onlyContainsAttributeCerts",void 0);var qr;(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"})(qr||(qr={}));let _c=class{constructor(e=qr.unspecified){this.reason=qr.unspecified,this.reason=e}toJSON(){return qr[this.reason]}toString(){return this.toJSON()}};p([g({type:b.Enumerated})],_c.prototype,"reason",void 0);_c=p([B({type:R.Choice})],_c);var yc;const bg=`${hn}.37`;let To=yc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,yc.prototype)}};To=yc=p([B({type:R.Sequence,itemType:b.ObjectIdentifier})],To);const sw=`${Sr}.1`,aw=`${Sr}.2`,cw=`${Sr}.3`,dw=`${Sr}.4`,lw=`${Sr}.8`,uw=`${Sr}.9`;let wc=class{constructor(e=new ArrayBuffer(0)){this.value=e}};p([g({type:b.Integer,converter:_e})],wc.prototype,"value",void 0);wc=p([B({type:R.Choice})],wc);let vc=class{constructor(e){this.value=new Date,e&&(this.value=e)}};p([g({type:b.GeneralizedTime})],vc.prototype,"value",void 0);vc=p([B({type:R.Choice})],vc);var bc;let Yu=bc=class extends De{constructor(e){super(e),Object.setPrototypeOf(this,bc.prototype)}};Yu=bc=p([B({type:R.Sequence})],Yu);const $g=`${hn}.15`;var ht;(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"})(ht||(ht={}));class Aa extends Vs{toJSON(){const e=this.toNumber(),n=[];return e&ht.cRLSign&&n.push("crlSign"),e&ht.dataEncipherment&&n.push("dataEncipherment"),e&ht.decipherOnly&&n.push("decipherOnly"),e&ht.digitalSignature&&n.push("digitalSignature"),e&ht.encipherOnly&&n.push("encipherOnly"),e&ht.keyAgreement&&n.push("keyAgreement"),e&ht.keyCertSign&&n.push("keyCertSign"),e&ht.keyEncipherment&&n.push("keyEncipherment"),e&ht.nonRepudiation&&n.push("nonRepudiation"),n}toString(){return`[${this.toJSON().join(", ")}]`}}var $c;class Ks{constructor(e={}){this.base=new ie,this.minimum=0,Object.assign(this,e)}}p([g({type:ie})],Ks.prototype,"base",void 0);p([g({type:b.Integer,context:0,defaultValue:0,implicit:!0})],Ks.prototype,"minimum",void 0);p([g({type:b.Integer,context:1,optional:!0,implicit:!0})],Ks.prototype,"maximum",void 0);let Ro=$c=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,$c.prototype)}};Ro=$c=p([B({type:R.Sequence,itemType:Ks})],Ro);class xg{constructor(e={}){Object.assign(this,e)}}p([g({type:Ro,context:0,optional:!0,implicit:!0})],xg.prototype,"permittedSubtrees",void 0);p([g({type:Ro,context:1,optional:!0,implicit:!0})],xg.prototype,"excludedSubtrees",void 0);class kg{constructor(e={}){Object.assign(this,e)}}p([g({type:b.Integer,context:0,implicit:!0,optional:!0,converter:_e})],kg.prototype,"requireExplicitPolicy",void 0);p([g({type:b.Integer,context:1,implicit:!0,optional:!0,converter:_e})],kg.prototype,"inhibitPolicyMapping",void 0);var xc;class fl{constructor(e={}){this.issuerDomainPolicy="",this.subjectDomainPolicy="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],fl.prototype,"issuerDomainPolicy",void 0);p([g({type:b.ObjectIdentifier})],fl.prototype,"subjectDomainPolicy",void 0);let Qu=xc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,xc.prototype)}};Qu=xc=p([B({type:R.Sequence,itemType:fl})],Qu);var kc;const Sg=`${hn}.17`;let Sc=kc=class extends De{constructor(e){super(e),Object.setPrototypeOf(this,kc.prototype)}};Sc=kc=p([B({type:R.Sequence})],Sc);let qt=class{constructor(e={}){this.type="",this.values=[],Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],qt.prototype,"type",void 0);p([g({type:b.Any,repeated:"set"})],qt.prototype,"values",void 0);var Ac;let ep=Ac=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Ac.prototype)}};ep=Ac=p([B({type:R.Sequence,itemType:qt})],ep);const Ag=`${hn}.14`;class sn extends dl{}class Eg{constructor(e={}){Object.assign(this,e)}}p([g({type:b.GeneralizedTime,context:0,implicit:!0,optional:!0})],Eg.prototype,"notBefore",void 0);p([g({type:b.GeneralizedTime,context:1,implicit:!0,optional:!0})],Eg.prototype,"notAfter",void 0);var Hr;(function(t){t[t.keyUpdateAllowed=1]="keyUpdateAllowed",t[t.newExtensions=2]="newExtensions",t[t.pKIXCertificate=4]="pKIXCertificate"})(Hr||(Hr={}));class Ig extends Vs{toJSON(){const e=[],n=this.toNumber();return n&Hr.pKIXCertificate&&e.push("pKIXCertificate"),n&Hr.newExtensions&&e.push("newExtensions"),n&Hr.keyUpdateAllowed&&e.push("keyUpdateAllowed"),e}toString(){return`[${this.toJSON().join(", ")}]`}}class Ng{constructor(e={}){this.entrustVers="",this.entrustInfoFlags=new Ig,Object.assign(this,e)}}p([g({type:b.GeneralString})],Ng.prototype,"entrustVers",void 0);p([g({type:Ig})],Ng.prototype,"entrustInfoFlags",void 0);var Ec;let tp=Ec=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Ec.prototype)}};tp=Ec=p([B({type:R.Sequence,itemType:$i})],tp);class H{constructor(e={}){this.algorithm="",Object.assign(this,e)}isEqual(e){return e instanceof H&&e.algorithm==this.algorithm&&(e.parameters&&this.parameters&&gh(e.parameters,this.parameters)||e.parameters===this.parameters)}}p([g({type:b.ObjectIdentifier})],H.prototype,"algorithm",void 0);p([g({type:b.Any,optional:!0})],H.prototype,"parameters",void 0);class gt{constructor(e={}){this.algorithm=new H,this.subjectPublicKey=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:H})],gt.prototype,"algorithm",void 0);p([g({type:b.BitString})],gt.prototype,"subjectPublicKey",void 0);let Re=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}};p([g({type:b.UTCTime})],Re.prototype,"utcTime",void 0);p([g({type:b.GeneralizedTime})],Re.prototype,"generalTime",void 0);Re=p([B({type:R.Choice})],Re);class xi{constructor(e){this.notBefore=new Re(new Date),this.notAfter=new Re(new Date),e&&(this.notBefore=new Re(e.notBefore),this.notAfter=new Re(e.notAfter))}}p([g({type:Re})],xi.prototype,"notBefore",void 0);p([g({type:Re})],xi.prototype,"notAfter",void 0);var Ic;let at=class Cg{constructor(e={}){this.extnID="",this.critical=Cg.CRITICAL,this.extnValue=new le,Object.assign(this,e)}};at.CRITICAL=!1;p([g({type:b.ObjectIdentifier})],at.prototype,"extnID",void 0);p([g({type:b.Boolean,defaultValue:at.CRITICAL})],at.prototype,"critical",void 0);p([g({type:le})],at.prototype,"extnValue",void 0);let cn=Ic=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Ic.prototype)}};cn=Ic=p([B({type:R.Sequence,itemType:at})],cn);var On;(function(t){t[t.v1=0]="v1",t[t.v2=1]="v2",t[t.v3=2]="v3"})(On||(On={}));class rt{constructor(e={}){this.version=On.v1,this.serialNumber=new ArrayBuffer(0),this.signature=new H,this.issuer=new $e,this.validity=new xi,this.subject=new $e,this.subjectPublicKeyInfo=new gt,Object.assign(this,e)}}p([g({type:b.Integer,context:0,defaultValue:On.v1})],rt.prototype,"version",void 0);p([g({type:b.Integer,converter:_e})],rt.prototype,"serialNumber",void 0);p([g({type:H})],rt.prototype,"signature",void 0);p([g({type:$e})],rt.prototype,"issuer",void 0);p([g({type:xi})],rt.prototype,"validity",void 0);p([g({type:$e})],rt.prototype,"subject",void 0);p([g({type:gt})],rt.prototype,"subjectPublicKeyInfo",void 0);p([g({type:b.BitString,context:1,implicit:!0,optional:!0})],rt.prototype,"issuerUniqueID",void 0);p([g({type:b.BitString,context:2,implicit:!0,optional:!0})],rt.prototype,"subjectUniqueID",void 0);p([g({type:cn,context:3,optional:!0})],rt.prototype,"extensions",void 0);class jn{constructor(e={}){this.tbsCertificate=new rt,this.signatureAlgorithm=new H,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:rt})],jn.prototype,"tbsCertificate",void 0);p([g({type:H})],jn.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],jn.prototype,"signatureValue",void 0);class Gs{constructor(e={}){this.userCertificate=new ArrayBuffer(0),this.revocationDate=new Re,Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],Gs.prototype,"userCertificate",void 0);p([g({type:Re})],Gs.prototype,"revocationDate",void 0);p([g({type:at,optional:!0,repeated:"sequence"})],Gs.prototype,"crlEntryExtensions",void 0);class Yt{constructor(e={}){this.signature=new H,this.issuer=new $e,this.thisUpdate=new Re,Object.assign(this,e)}}p([g({type:b.Integer,optional:!0})],Yt.prototype,"version",void 0);p([g({type:H})],Yt.prototype,"signature",void 0);p([g({type:$e})],Yt.prototype,"issuer",void 0);p([g({type:Re})],Yt.prototype,"thisUpdate",void 0);p([g({type:Re,optional:!0})],Yt.prototype,"nextUpdate",void 0);p([g({type:Gs,repeated:"sequence",optional:!0})],Yt.prototype,"revokedCertificates",void 0);p([g({type:at,optional:!0,context:0,repeated:"sequence"})],Yt.prototype,"crlExtensions",void 0);class hl{constructor(e={}){this.tbsCertList=new Yt,this.signatureAlgorithm=new H,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:Yt})],hl.prototype,"tbsCertList",void 0);p([g({type:H})],hl.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],hl.prototype,"signature",void 0);class Er{constructor(e={}){this.issuer=new $e,this.serialNumber=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:$e})],Er.prototype,"issuer",void 0);p([g({type:b.Integer,converter:_e})],Er.prototype,"serialNumber",void 0);let pr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:sn,context:0,implicit:!0})],pr.prototype,"subjectKeyIdentifier",void 0);p([g({type:Er})],pr.prototype,"issuerAndSerialNumber",void 0);pr=p([B({type:R.Choice})],pr);var Ht;(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"})(Ht||(Ht={}));let ei=class extends H{};ei=p([B({type:R.Sequence})],ei);let Bo=class extends H{};Bo=p([B({type:R.Sequence})],Bo);let zt=class extends H{};zt=p([B({type:R.Sequence})],zt);let Lo=class extends H{};Lo=p([B({type:R.Sequence})],Lo);let np=class extends H{};np=p([B({type:R.Sequence})],np);let Nc=class extends H{};Nc=p([B({type:R.Sequence})],Nc);let Ir=class{constructor(e={}){this.attrType="",this.attrValues=[],Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],Ir.prototype,"attrType",void 0);p([g({type:b.Any,repeated:"set"})],Ir.prototype,"attrValues",void 0);var Cc;class Pt{constructor(e={}){this.version=Ht.v0,this.sid=new pr,this.digestAlgorithm=new ei,this.signatureAlgorithm=new Bo,this.signature=new le,Object.assign(this,e)}}p([g({type:b.Integer})],Pt.prototype,"version",void 0);p([g({type:pr})],Pt.prototype,"sid",void 0);p([g({type:ei})],Pt.prototype,"digestAlgorithm",void 0);p([g({type:Ir,repeated:"set",context:0,implicit:!0,optional:!0})],Pt.prototype,"signedAttrs",void 0);p([g({type:Bo})],Pt.prototype,"signatureAlgorithm",void 0);p([g({type:le})],Pt.prototype,"signature",void 0);p([g({type:Ir,repeated:"set",context:1,implicit:!0,optional:!0})],Pt.prototype,"unsignedAttrs",void 0);let Uo=Cc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Cc.prototype)}};Uo=Cc=p([B({type:R.Set,itemType:Pt})],Uo);let rp=class extends Re{};rp=p([B({type:R.Choice})],rp);let ip=class extends Pt{};ip=p([B({type:R.Sequence})],ip);class gl{constructor(e={}){this.acIssuer=new ie,this.acSerial=0,this.attrs=[],Object.assign(this,e)}}p([g({type:ie})],gl.prototype,"acIssuer",void 0);p([g({type:b.Integer})],gl.prototype,"acSerial",void 0);p([g({type:qt,repeated:"sequence"})],gl.prototype,"attrs",void 0);var zc;let Mo=zc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,zc.prototype)}};Mo=zc=p([B({type:R.Sequence,itemType:b.ObjectIdentifier})],Mo);class Ws{constructor(e={}){this.permitUnSpecified=!0,Object.assign(this,e)}}p([g({type:b.Integer,optional:!0})],Ws.prototype,"pathLenConstraint",void 0);p([g({type:Mo,implicit:!0,context:0,optional:!0})],Ws.prototype,"permittedAttrs",void 0);p([g({type:Mo,implicit:!0,context:1,optional:!0})],Ws.prototype,"excludedAttrs",void 0);p([g({type:b.Boolean,defaultValue:!0})],Ws.prototype,"permitUnSpecified",void 0);class Dn{constructor(e={}){this.issuer=new De,this.serial=new ArrayBuffer(0),this.issuerUID=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:De})],Dn.prototype,"issuer",void 0);p([g({type:b.Integer,converter:_e})],Dn.prototype,"serial",void 0);p([g({type:b.BitString,optional:!0})],Dn.prototype,"issuerUID",void 0);var Oc;(function(t){t[t.publicKey=0]="publicKey",t[t.publicKeyCert=1]="publicKeyCert",t[t.otherObjectTypes=2]="otherObjectTypes"})(Oc||(Oc={}));class qn{constructor(e={}){this.digestedObjectType=Oc.publicKey,this.digestAlgorithm=new H,this.objectDigest=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Enumerated})],qn.prototype,"digestedObjectType",void 0);p([g({type:b.ObjectIdentifier,optional:!0})],qn.prototype,"otherObjectTypeID",void 0);p([g({type:H})],qn.prototype,"digestAlgorithm",void 0);p([g({type:b.BitString})],qn.prototype,"objectDigest",void 0);class Js{constructor(e={}){Object.assign(this,e)}}p([g({type:De,optional:!0})],Js.prototype,"issuerName",void 0);p([g({type:Dn,context:0,implicit:!0,optional:!0})],Js.prototype,"baseCertificateID",void 0);p([g({type:qn,context:1,implicit:!0,optional:!0})],Js.prototype,"objectDigestInfo",void 0);let fr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ie,repeated:"sequence"})],fr.prototype,"v1Form",void 0);p([g({type:Js,context:0,implicit:!0})],fr.prototype,"v2Form",void 0);fr=p([B({type:R.Choice})],fr);class Zs{constructor(e={}){this.notBeforeTime=new Date,this.notAfterTime=new Date,Object.assign(this,e)}}p([g({type:b.GeneralizedTime})],Zs.prototype,"notBeforeTime",void 0);p([g({type:b.GeneralizedTime})],Zs.prototype,"notAfterTime",void 0);class ki{constructor(e={}){Object.assign(this,e)}}p([g({type:Dn,implicit:!0,context:0,optional:!0})],ki.prototype,"baseCertificateID",void 0);p([g({type:De,implicit:!0,context:1,optional:!0})],ki.prototype,"entityName",void 0);p([g({type:qn,implicit:!0,context:2,optional:!0})],ki.prototype,"objectDigestInfo",void 0);var jc;(function(t){t[t.v2=1]="v2"})(jc||(jc={}));class $t{constructor(e={}){this.version=jc.v2,this.holder=new ki,this.issuer=new fr,this.signature=new H,this.serialNumber=new ArrayBuffer(0),this.attrCertValidityPeriod=new Zs,this.attributes=[],Object.assign(this,e)}}p([g({type:b.Integer})],$t.prototype,"version",void 0);p([g({type:ki})],$t.prototype,"holder",void 0);p([g({type:fr})],$t.prototype,"issuer",void 0);p([g({type:H})],$t.prototype,"signature",void 0);p([g({type:b.Integer,converter:_e})],$t.prototype,"serialNumber",void 0);p([g({type:Zs})],$t.prototype,"attrCertValidityPeriod",void 0);p([g({type:qt,repeated:"sequence"})],$t.prototype,"attributes",void 0);p([g({type:b.BitString,optional:!0})],$t.prototype,"issuerUniqueID",void 0);p([g({type:cn,optional:!0})],$t.prototype,"extensions",void 0);class Xs{constructor(e={}){this.acinfo=new $t,this.signatureAlgorithm=new H,this.signatureValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:$t})],Xs.prototype,"acinfo",void 0);p([g({type:H})],Xs.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],Xs.prototype,"signatureValue",void 0);var Fo;(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"})(Fo||(Fo={}));class Pc extends Vs{}class ml{constructor(e={}){this.type="",this.value=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier,implicit:!0,context:0})],ml.prototype,"type",void 0);p([g({type:b.Any,implicit:!0,context:1})],ml.prototype,"value",void 0);class _l{constructor(e={}){this.policyId="",this.classList=new Pc(Fo.unclassified),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],_l.prototype,"policyId",void 0);p([g({type:Pc,defaultValue:new Pc(Fo.unclassified)})],_l.prototype,"classList",void 0);p([g({type:ml,repeated:"set"})],_l.prototype,"securityCategories",void 0);class Ys{constructor(e={}){Object.assign(this,e)}}p([g({type:le})],Ys.prototype,"cotets",void 0);p([g({type:b.ObjectIdentifier})],Ys.prototype,"oid",void 0);p([g({type:b.Utf8String})],Ys.prototype,"string",void 0);class zg{constructor(e={}){this.values=[],Object.assign(this,e)}}p([g({type:De,implicit:!0,context:0,optional:!0})],zg.prototype,"policyAuthority",void 0);p([g({type:Ys,repeated:"sequence"})],zg.prototype,"values",void 0);var Tc;class Qs{constructor(e={}){this.targetCertificate=new Dn,Object.assign(this,e)}}p([g({type:Dn})],Qs.prototype,"targetCertificate",void 0);p([g({type:ie,optional:!0})],Qs.prototype,"targetName",void 0);p([g({type:qn,optional:!0})],Qs.prototype,"certDigestInfo",void 0);let hr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:ie,context:0,implicit:!0})],hr.prototype,"targetName",void 0);p([g({type:ie,context:1,implicit:!0})],hr.prototype,"targetGroup",void 0);p([g({type:Qs,context:2,implicit:!0})],hr.prototype,"targetCert",void 0);hr=p([B({type:R.Choice})],hr);let Rc=Tc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Tc.prototype)}};Rc=Tc=p([B({type:R.Sequence,itemType:hr})],Rc);var Bc;let op=Bc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Bc.prototype)}};op=Bc=p([B({type:R.Sequence,itemType:Rc})],op);class Og{constructor(e={}){Object.assign(this,e)}}p([g({type:De,implicit:!0,context:0,optional:!0})],Og.prototype,"roleAuthority",void 0);p([g({type:ie,implicit:!0,context:1})],Og.prototype,"roleName",void 0);class yl{constructor(e={}){this.service=new ie,this.ident=new ie,Object.assign(this,e)}}p([g({type:ie})],yl.prototype,"service",void 0);p([g({type:ie})],yl.prototype,"ident",void 0);p([g({type:le,optional:!0})],yl.prototype,"authInfo",void 0);var Lc;class wl{constructor(e={}){this.otherCertFormat="",this.otherCert=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],wl.prototype,"otherCertFormat",void 0);p([g({type:b.Any})],wl.prototype,"otherCert",void 0);let gr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:jn})],gr.prototype,"certificate",void 0);p([g({type:Xs,context:2,implicit:!0})],gr.prototype,"v2AttrCert",void 0);p([g({type:wl,context:3,implicit:!0})],gr.prototype,"other",void 0);gr=p([B({type:R.Choice})],gr);let Vo=Lc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Lc.prototype)}};Vo=Lc=p([B({type:R.Set,itemType:gr})],Vo);class Nr{constructor(e={}){this.contentType="",this.content=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Nr.prototype,"contentType",void 0);p([g({type:b.Any,context:0})],Nr.prototype,"content",void 0);let ti=class{constructor(e={}){Object.assign(this,e)}};p([g({type:le})],ti.prototype,"single",void 0);p([g({type:b.Any})],ti.prototype,"any",void 0);ti=p([B({type:R.Choice})],ti);class ea{constructor(e={}){this.eContentType="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],ea.prototype,"eContentType",void 0);p([g({type:ti,context:0,optional:!0})],ea.prototype,"eContent",void 0);let ni=class{constructor(e={}){Object.assign(this,e)}};p([g({type:le,context:0,implicit:!0,optional:!0})],ni.prototype,"value",void 0);p([g({type:le,converter:M2,context:0,implicit:!0,optional:!0,repeated:"sequence"})],ni.prototype,"constructedValue",void 0);ni=p([B({type:R.Choice})],ni);class Si{constructor(e={}){this.contentType="",this.contentEncryptionAlgorithm=new Lo,Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Si.prototype,"contentType",void 0);p([g({type:Lo})],Si.prototype,"contentEncryptionAlgorithm",void 0);p([g({type:ni,optional:!0})],Si.prototype,"encryptedContent",void 0);class ta{constructor(e={}){this.keyAttrId="",Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],ta.prototype,"keyAttrId",void 0);p([g({type:b.Any,optional:!0})],ta.prototype,"keyAttr",void 0);var Uc;class na{constructor(e={}){this.subjectKeyIdentifier=new sn,Object.assign(this,e)}}p([g({type:sn})],na.prototype,"subjectKeyIdentifier",void 0);p([g({type:b.GeneralizedTime,optional:!0})],na.prototype,"date",void 0);p([g({type:ta,optional:!0})],na.prototype,"other",void 0);let mr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:na,context:0,implicit:!0,optional:!0})],mr.prototype,"rKeyId",void 0);p([g({type:Er,optional:!0})],mr.prototype,"issuerAndSerialNumber",void 0);mr=p([B({type:R.Choice})],mr);class vl{constructor(e={}){this.rid=new mr,this.encryptedKey=new le,Object.assign(this,e)}}p([g({type:mr})],vl.prototype,"rid",void 0);p([g({type:le})],vl.prototype,"encryptedKey",void 0);let Do=Uc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Uc.prototype)}};Do=Uc=p([B({type:R.Sequence,itemType:vl})],Do);class bl{constructor(e={}){this.algorithm=new H,this.publicKey=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:H})],bl.prototype,"algorithm",void 0);p([g({type:b.BitString})],bl.prototype,"publicKey",void 0);let Pn=class{constructor(e={}){Object.assign(this,e)}};p([g({type:sn,context:0,implicit:!0,optional:!0})],Pn.prototype,"subjectKeyIdentifier",void 0);p([g({type:bl,context:1,implicit:!0,optional:!0})],Pn.prototype,"originatorKey",void 0);p([g({type:Er,optional:!0})],Pn.prototype,"issuerAndSerialNumber",void 0);Pn=p([B({type:R.Choice})],Pn);class Cr{constructor(e={}){this.version=Ht.v3,this.originator=new Pn,this.keyEncryptionAlgorithm=new zt,this.recipientEncryptedKeys=new Do,Object.assign(this,e)}}p([g({type:b.Integer})],Cr.prototype,"version",void 0);p([g({type:Pn,context:0})],Cr.prototype,"originator",void 0);p([g({type:le,context:1,optional:!0})],Cr.prototype,"ukm",void 0);p([g({type:zt})],Cr.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:Do})],Cr.prototype,"recipientEncryptedKeys",void 0);let _r=class{constructor(e={}){Object.assign(this,e)}};p([g({type:sn,context:0,implicit:!0})],_r.prototype,"subjectKeyIdentifier",void 0);p([g({type:Er})],_r.prototype,"issuerAndSerialNumber",void 0);_r=p([B({type:R.Choice})],_r);class Ai{constructor(e={}){this.version=Ht.v0,this.rid=new _r,this.keyEncryptionAlgorithm=new zt,this.encryptedKey=new le,Object.assign(this,e)}}p([g({type:b.Integer})],Ai.prototype,"version",void 0);p([g({type:_r})],Ai.prototype,"rid",void 0);p([g({type:zt})],Ai.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:le})],Ai.prototype,"encryptedKey",void 0);class Ei{constructor(e={}){this.keyIdentifier=new le,Object.assign(this,e)}}p([g({type:le})],Ei.prototype,"keyIdentifier",void 0);p([g({type:b.GeneralizedTime,optional:!0})],Ei.prototype,"date",void 0);p([g({type:ta,optional:!0})],Ei.prototype,"other",void 0);class Ii{constructor(e={}){this.version=Ht.v4,this.kekid=new Ei,this.keyEncryptionAlgorithm=new zt,this.encryptedKey=new le,Object.assign(this,e)}}p([g({type:b.Integer})],Ii.prototype,"version",void 0);p([g({type:Ei})],Ii.prototype,"kekid",void 0);p([g({type:zt})],Ii.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:le})],Ii.prototype,"encryptedKey",void 0);class Ni{constructor(e={}){this.version=Ht.v0,this.keyEncryptionAlgorithm=new zt,this.encryptedKey=new le,Object.assign(this,e)}}p([g({type:b.Integer})],Ni.prototype,"version",void 0);p([g({type:Nc,context:0,optional:!0})],Ni.prototype,"keyDerivationAlgorithm",void 0);p([g({type:zt})],Ni.prototype,"keyEncryptionAlgorithm",void 0);p([g({type:le})],Ni.prototype,"encryptedKey",void 0);class $l{constructor(e={}){this.oriType="",this.oriValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],$l.prototype,"oriType",void 0);p([g({type:b.Any})],$l.prototype,"oriValue",void 0);let dn=class{constructor(e={}){Object.assign(this,e)}};p([g({type:Ai,optional:!0})],dn.prototype,"ktri",void 0);p([g({type:Cr,context:1,implicit:!0,optional:!0})],dn.prototype,"kari",void 0);p([g({type:Ii,context:2,implicit:!0,optional:!0})],dn.prototype,"kekri",void 0);p([g({type:Ni,context:3,implicit:!0,optional:!0})],dn.prototype,"pwri",void 0);p([g({type:$l,context:4,implicit:!0,optional:!0})],dn.prototype,"ori",void 0);dn=p([B({type:R.Choice})],dn);var Mc;let qo=Mc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Mc.prototype)}};qo=Mc=p([B({type:R.Set,itemType:dn})],qo);var Fc;class ra{constructor(e={}){this.otherRevInfoFormat="",this.otherRevInfo=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],ra.prototype,"otherRevInfoFormat",void 0);p([g({type:b.Any})],ra.prototype,"otherRevInfo",void 0);let Ho=class{constructor(e={}){this.other=new ra,Object.assign(this,e)}};p([g({type:ra,context:1,implicit:!0})],Ho.prototype,"other",void 0);Ho=p([B({type:R.Choice})],Ho);let Ko=Fc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Fc.prototype)}};Ko=Fc=p([B({type:R.Set,itemType:Ho})],Ko);class xl{constructor(e={}){Object.assign(this,e)}}p([g({type:Vo,context:0,implicit:!0,optional:!0})],xl.prototype,"certs",void 0);p([g({type:Ko,context:1,implicit:!0,optional:!0})],xl.prototype,"crls",void 0);var Vc;let Dc=Vc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Vc.prototype)}};Dc=Vc=p([B({type:R.Set,itemType:Ir})],Dc);class Ci{constructor(e={}){this.version=Ht.v0,this.recipientInfos=new qo,this.encryptedContentInfo=new Si,Object.assign(this,e)}}p([g({type:b.Integer})],Ci.prototype,"version",void 0);p([g({type:xl,context:0,implicit:!0,optional:!0})],Ci.prototype,"originatorInfo",void 0);p([g({type:qo})],Ci.prototype,"recipientInfos",void 0);p([g({type:Si})],Ci.prototype,"encryptedContentInfo",void 0);p([g({type:Dc,context:1,implicit:!0,optional:!0})],Ci.prototype,"unprotectedAttrs",void 0);const pw="1.2.840.113549.1.7.2";var qc;let Go=qc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,qc.prototype)}};Go=qc=p([B({type:R.Set,itemType:ei})],Go);class zr{constructor(e={}){this.version=Ht.v0,this.digestAlgorithms=new Go,this.encapContentInfo=new ea,this.signerInfos=new Uo,Object.assign(this,e)}}p([g({type:b.Integer})],zr.prototype,"version",void 0);p([g({type:Go})],zr.prototype,"digestAlgorithms",void 0);p([g({type:ea})],zr.prototype,"encapContentInfo",void 0);p([g({type:Vo,context:0,implicit:!0,optional:!0})],zr.prototype,"certificates",void 0);p([g({type:Ko,context:1,implicit:!0,optional:!0})],zr.prototype,"crls",void 0);p([g({type:Uo})],zr.prototype,"signerInfos",void 0);const ri="1.2.840.10045.2.1",kl="1.2.840.10045.4.1",jg="1.2.840.10045.4.3.1",Sl="1.2.840.10045.4.3.2",Al="1.2.840.10045.4.3.3",El="1.2.840.10045.4.3.4",sp="1.2.840.10045.3.1.7",ap="1.3.132.0.34",cp="1.3.132.0.35";function zi(t){return new H({algorithm:t})}const fw=zi(kl);zi(jg);const hw=zi(Sl),gw=zi(Al),mw=zi(El);let ii=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],ii.prototype,"fieldType",void 0);p([g({type:b.Any})],ii.prototype,"parameters",void 0);ii=p([B({type:R.Sequence})],ii);class _w extends le{}let yr=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.OctetString})],yr.prototype,"a",void 0);p([g({type:b.OctetString})],yr.prototype,"b",void 0);p([g({type:b.BitString,optional:!0})],yr.prototype,"seed",void 0);yr=p([B({type:R.Sequence})],yr);var Hc;(function(t){t[t.ecpVer1=1]="ecpVer1"})(Hc||(Hc={}));let Kt=class{constructor(e={}){this.version=Hc.ecpVer1,Object.assign(this,e)}};p([g({type:b.Integer})],Kt.prototype,"version",void 0);p([g({type:ii})],Kt.prototype,"fieldID",void 0);p([g({type:yr})],Kt.prototype,"curve",void 0);p([g({type:_w})],Kt.prototype,"base",void 0);p([g({type:b.Integer,converter:_e})],Kt.prototype,"order",void 0);p([g({type:b.Integer,optional:!0})],Kt.prototype,"cofactor",void 0);Kt=p([B({type:R.Sequence})],Kt);let ln=class{constructor(e={}){Object.assign(this,e)}};p([g({type:b.ObjectIdentifier})],ln.prototype,"namedCurve",void 0);p([g({type:b.Null})],ln.prototype,"implicitCurve",void 0);p([g({type:Kt})],ln.prototype,"specifiedCurve",void 0);ln=p([B({type:R.Choice})],ln);class ia{constructor(e={}){this.version=1,this.privateKey=new le,Object.assign(this,e)}}p([g({type:b.Integer})],ia.prototype,"version",void 0);p([g({type:le})],ia.prototype,"privateKey",void 0);p([g({type:ln,context:0,optional:!0})],ia.prototype,"parameters",void 0);p([g({type:b.BitString,context:1,optional:!0})],ia.prototype,"publicKey",void 0);class Wo{constructor(e={}){this.r=new ArrayBuffer(0),this.s=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],Wo.prototype,"r",void 0);p([g({type:b.Integer,converter:_e})],Wo.prototype,"s",void 0);const Ye="1.2.840.113549.1.1",Tn=`${Ye}.1`,yw=`${Ye}.7`,ww=`${Ye}.9`,Kr=`${Ye}.10`,vw=`${Ye}.2`,bw=`${Ye}.4`,Jo=`${Ye}.5`,$w=`${Ye}.14`,Kc=`${Ye}.11`,Zo=`${Ye}.12`,Xo=`${Ye}.13`,Pg=`${Ye}.15`,Tg=`${Ye}.16`,Yo="1.3.14.3.2.26",Rg="2.16.840.1.101.3.4.2.4",Qo="2.16.840.1.101.3.4.2.1",es="2.16.840.1.101.3.4.2.2",ts="2.16.840.1.101.3.4.2.3",xw="2.16.840.1.101.3.4.2.5",kw="2.16.840.1.101.3.4.2.6",Sw="1.2.840.113549.2.2",Aw="1.2.840.113549.2.5",oa=`${Ye}.8`;function Ce(t){return new H({algorithm:t,parameters:null})}Ce(Sw);Ce(Aw);const Rn=Ce(Yo);Ce(Rg);Ce(Qo);Ce(es);Ce(ts);Ce(xw);Ce(kw);const Bg=new H({algorithm:oa,parameters:F.serialize(Rn)}),Lg=new H({algorithm:ww,parameters:F.serialize(Co.toASN(new Uint8Array([218,57,163,238,94,107,75,13,50,85,191,239,149,96,24,144,175,216,7,9]).buffer))});Ce(Tn);Ce(vw);Ce(bw);Ce(Jo);Ce(Pg);Ce(Tg);Ce(Zo);Ce(Xo);Ce(Pg);Ce(Tg);class sa{constructor(e={}){this.hashAlgorithm=new H(Rn),this.maskGenAlgorithm=new H({algorithm:oa,parameters:F.serialize(Rn)}),this.pSourceAlgorithm=new H(Lg),Object.assign(this,e)}}p([g({type:H,context:0,defaultValue:Rn})],sa.prototype,"hashAlgorithm",void 0);p([g({type:H,context:1,defaultValue:Bg})],sa.prototype,"maskGenAlgorithm",void 0);p([g({type:H,context:2,defaultValue:Lg})],sa.prototype,"pSourceAlgorithm",void 0);new H({algorithm:yw,parameters:F.serialize(new sa)});class Bn{constructor(e={}){this.hashAlgorithm=new H(Rn),this.maskGenAlgorithm=new H({algorithm:oa,parameters:F.serialize(Rn)}),this.saltLength=20,this.trailerField=1,Object.assign(this,e)}}p([g({type:H,context:0,defaultValue:Rn})],Bn.prototype,"hashAlgorithm",void 0);p([g({type:H,context:1,defaultValue:Bg})],Bn.prototype,"maskGenAlgorithm",void 0);p([g({type:b.Integer,context:2,defaultValue:20})],Bn.prototype,"saltLength",void 0);p([g({type:b.Integer,context:3,defaultValue:1})],Bn.prototype,"trailerField",void 0);new H({algorithm:Kr,parameters:F.serialize(new Bn)});class aa{constructor(e={}){this.digestAlgorithm=new H,this.digest=new le,Object.assign(this,e)}}p([g({type:H})],aa.prototype,"digestAlgorithm",void 0);p([g({type:le})],aa.prototype,"digest",void 0);var Gc;class ca{constructor(e={}){this.prime=new ArrayBuffer(0),this.exponent=new ArrayBuffer(0),this.coefficient=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],ca.prototype,"prime",void 0);p([g({type:b.Integer,converter:_e})],ca.prototype,"exponent",void 0);p([g({type:b.Integer,converter:_e})],ca.prototype,"coefficient",void 0);let Wc=Gc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Gc.prototype)}};Wc=Gc=p([B({type:R.Sequence,itemType:ca})],Wc);class Tt{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)}}p([g({type:b.Integer})],Tt.prototype,"version",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"modulus",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"publicExponent",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"privateExponent",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"prime1",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"prime2",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"exponent1",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"exponent2",void 0);p([g({type:b.Integer,converter:_e})],Tt.prototype,"coefficient",void 0);p([g({type:Wc,optional:!0})],Tt.prototype,"otherPrimeInfos",void 0);class Il{constructor(e={}){this.modulus=new ArrayBuffer(0),this.publicExponent=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.Integer,converter:_e})],Il.prototype,"modulus",void 0);p([g({type:b.Integer,converter:_e})],Il.prototype,"publicExponent",void 0);var Jc;(function(t){t[t.Transient=0]="Transient",t[t.Singleton=1]="Singleton",t[t.ResolutionScoped=2]="ResolutionScoped",t[t.ContainerScoped=3]="ContainerScoped"})(Jc||(Jc={}));const Ke=Jc;/*! *****************************************************************************
104
104
  Copyright (c) Microsoft Corporation.
105
105
 
106
106
  Permission to use, copy, modify, and/or distribute this software for any
@@ -113,9 +113,9 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
113
113
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
114
114
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
115
115
  PERFORMANCE OF THIS SOFTWARE.
116
- ***************************************************************************** */var Wc=function(t,e){return Wc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r.hasOwnProperty(i)&&(n[i]=r[i])},Wc(t,e)};function Cd(t,e){Wc(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function jv(t,e,n,r){function i(o){return o instanceof n?o:new n(function(a){a(o)})}return new(n||(n=Promise))(function(o,a){function c(u){try{d(r.next(u))}catch(f){a(f)}}function l(u){try{d(r.throw(u))}catch(f){a(f)}}function d(u){u.done?o(u.value):i(u.value).then(c,l)}d((r=r.apply(t,[])).next())})}function Pv(t,e){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(d){return function(u){return l([d,u])}}function l(d){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(o=d[0]&2?i.return:d[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,d[1])).done)return o;switch(i=0,o&&(d=[d[0]&2,o.value]),d[0]){case 0:case 1:o=d;break;case 4:return n.label++,{value:d[1],done:!1};case 5:n.label++,i=d[1],d=[0];continue;case 7:d=n.ops.pop(),n.trys.pop();continue;default:if(o=n.trys,!(o=o.length>0&&o[o.length-1])&&(d[0]===6||d[0]===2)){n=0;continue}if(d[0]===3&&(!o||d[1]>o[0]&&d[1]<o[3])){n.label=d[1];break}if(d[0]===6&&n.label<o[1]){n.label=o[1],o=d;break}if(o&&n.label<o[2]){n.label=o[2],n.ops.push(d);break}o[2]&&n.ops.pop(),n.trys.pop();continue}d=e.call(t,n)}catch(u){d=[6,u],i=0}finally{r=o=0}if(d[0]&5)throw d[1];return{value:d[0]?d[1]:void 0,done:!0}}}function Hi(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function es(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,o=[],a;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)o.push(i.value)}catch(c){a={error:c}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return o}function vn(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(es(arguments[e]));return t}var Tv="injectionTokens";function Rv(t){var e=Reflect.getMetadata("design:paramtypes",t)||[],n=Reflect.getOwnMetadata(Tv,t)||{};return Object.keys(n).forEach(function(r){e[+r]=n[r]}),e}function Hg(t){return!!t.useClass}function Jc(t){return!!t.useFactory}var Kg=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,r={},i=!1,o,a=function(){return i||(o=e(n.wrap()),i=!0),o};return new Proxy(r,this.createHandler(a))},t.prototype.createHandler=function(e){var n={},r=function(i){n[i]=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];o[0]=e();var c=Reflect[i];return c.apply(void 0,vn(o))}};return this.reflectMethods.forEach(r),n},t}();function Gn(t){return typeof t=="string"||typeof t=="symbol"}function Bv(t){return typeof t=="object"&&"token"in t&&"multiple"in t}function dp(t){return typeof t=="object"&&"token"in t&&"transform"in t}function Lv(t){return typeof t=="function"||t instanceof Kg}function Yi(t){return!!t.useToken}function Qi(t){return t.useValue!=null}function Uv(t){return Hg(t)||Qi(t)||Yi(t)||Jc(t)}var zd=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}(),Mv=function(t){Cd(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(zd),up=function(){function t(){this.scopedResolutions=new Map}return t}();function Fv(t,e){if(t===null)return"at position #"+e;var n=t.split(",")[e].trim();return'"'+n+'" at position #'+e}function Dv(t,e,n){return n===void 0&&(n=" "),vn([t],e.message.split(`
116
+ ***************************************************************************** */var Zc=function(t,e){return Zc=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var i in r)r.hasOwnProperty(i)&&(n[i]=r[i])},Zc(t,e)};function Nl(t,e){Zc(t,e);function n(){this.constructor=t}t.prototype=e===null?Object.create(e):(n.prototype=e.prototype,new n)}function Ew(t,e,n,r){function i(o){return o instanceof n?o:new n(function(a){a(o)})}return new(n||(n=Promise))(function(o,a){function c(u){try{l(r.next(u))}catch(f){a(f)}}function d(u){try{l(r.throw(u))}catch(f){a(f)}}function l(u){u.done?o(u.value):i(u.value).then(c,d)}l((r=r.apply(t,[])).next())})}function Iw(t,e){var n={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},r,i,o,a;return a={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function c(l){return function(u){return d([l,u])}}function d(l){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(o=l[0]&2?i.return:l[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,l[1])).done)return o;switch(i=0,o&&(l=[l[0]&2,o.value]),l[0]){case 0:case 1:o=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,i=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(o=n.trys,!(o=o.length>0&&o[o.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!o||l[1]>o[0]&&l[1]<o[3])){n.label=l[1];break}if(l[0]===6&&n.label<o[1]){n.label=o[1],o=l;break}if(o&&n.label<o[2]){n.label=o[2],n.ops.push(l);break}o[2]&&n.ops.pop(),n.trys.pop();continue}l=e.call(t,n)}catch(u){l=[6,u],i=0}finally{r=o=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function Ki(t){var e=typeof Symbol=="function"&&Symbol.iterator,n=e&&t[e],r=0;if(n)return n.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&r>=t.length&&(t=void 0),{value:t&&t[r++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function ns(t,e){var n=typeof Symbol=="function"&&t[Symbol.iterator];if(!n)return t;var r=n.call(t),i,o=[],a;try{for(;(e===void 0||e-- >0)&&!(i=r.next()).done;)o.push(i.value)}catch(c){a={error:c}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(a)throw a.error}}return o}function wn(){for(var t=[],e=0;e<arguments.length;e++)t=t.concat(ns(arguments[e]));return t}var Nw="injectionTokens";function Cw(t){var e=Reflect.getMetadata("design:paramtypes",t)||[],n=Reflect.getOwnMetadata(Nw,t)||{};return Object.keys(n).forEach(function(r){e[+r]=n[r]}),e}function Ug(t){return!!t.useClass}function Xc(t){return!!t.useFactory}var Mg=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,r={},i=!1,o,a=function(){return i||(o=e(n.wrap()),i=!0),o};return new Proxy(r,this.createHandler(a))},t.prototype.createHandler=function(e){var n={},r=function(i){n[i]=function(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];o[0]=e();var c=Reflect[i];return c.apply(void 0,wn(o))}};return this.reflectMethods.forEach(r),n},t}();function Wn(t){return typeof t=="string"||typeof t=="symbol"}function zw(t){return typeof t=="object"&&"token"in t&&"multiple"in t}function dp(t){return typeof t=="object"&&"token"in t&&"transform"in t}function Ow(t){return typeof t=="function"||t instanceof Mg}function Qi(t){return!!t.useToken}function eo(t){return t.useValue!=null}function jw(t){return Ug(t)||eo(t)||Qi(t)||Xc(t)}var Cl=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}(),Pw=function(t){Nl(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Cl),lp=function(){function t(){this.scopedResolutions=new Map}return t}();function Tw(t,e){if(t===null)return"at position #"+e;var n=t.split(",")[e].trim();return'"'+n+'" at position #'+e}function Rw(t,e,n){return n===void 0&&(n=" "),wn([t],e.message.split(`
117
117
  `).map(function(r){return n+r})).join(`
118
- `)}function Vv(t,e,n){var r=es(t.toString().match(/constructor\(([\w, ]+)\)/)||[],2),i=r[1],o=i===void 0?null:i,a=Fv(o,e);return Dv("Cannot inject the dependency "+a+' of "'+t.name+'" constructor. Reason:',n)}function qv(t){if(typeof t.dispose!="function")return!1;var e=t.dispose;return!(e.length>0)}var Hv=function(t){Cd(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(zd),Kv=function(t){Cd(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(zd),Gv=function(){function t(){this.preResolution=new Hv,this.postResolution=new Kv}return t}(),Gg=new Map,Wv=function(){function t(e){this.parent=e,this._registry=new Mv,this.interceptors=new Gv,this.disposed=!1,this.disposables=new Set}return t.prototype.register=function(e,n,r){r===void 0&&(r={lifecycle:Ke.Transient}),this.ensureNotDisposed();var i;if(Uv(n)?i=n:i={useClass:n},Yi(i))for(var o=[e],a=i;a!=null;){var c=a.useToken;if(o.includes(c))throw new Error("Token registration cycle detected! "+vn(o,[c]).join(" -> "));o.push(c);var l=this._registry.get(c);l&&Yi(l.provider)?a=l.provider:a=null}if((r.lifecycle===Ke.Singleton||r.lifecycle==Ke.ContainerScoped||r.lifecycle==Ke.ResolutionScoped)&&(Qi(i)||Jc(i)))throw new Error('Cannot use lifecycle "'+Ke[r.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:i,options:r}),this},t.prototype.registerType=function(e,n){return this.ensureNotDisposed(),Gn(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(),Gn(e)){if(Gn(n))return this.register(e,{useToken:n},{lifecycle:Ke.Singleton});if(n)return this.register(e,{useClass:n},{lifecycle:Ke.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var r=e;return n&&!Gn(n)&&(r=n),this.register(e,{useClass:r},{lifecycle:Ke.Singleton})},t.prototype.resolve=function(e,n){n===void 0&&(n=new up),this.ensureNotDisposed();var r=this.getRegistration(e);if(!r&&Gn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"Single"),r){var i=this.resolveRegistration(r,n);return this.executePostResolutionInterceptor(e,i,"Single"),i}if(Lv(e)){var i=this.construct(e,n);return this.executePostResolutionInterceptor(e,i,"Single"),i}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},t.prototype.executePreResolutionInterceptor=function(e,n){var r,i;if(this.interceptors.preResolution.has(e)){var o=[];try{for(var a=Hi(this.interceptors.preResolution.getAll(e)),c=a.next();!c.done;c=a.next()){var l=c.value;l.options.frequency!="Once"&&o.push(l),l.callback(e,n)}}catch(d){r={error:d}}finally{try{c&&!c.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}this.interceptors.preResolution.setAll(e,o)}},t.prototype.executePostResolutionInterceptor=function(e,n,r){var i,o;if(this.interceptors.postResolution.has(e)){var a=[];try{for(var c=Hi(this.interceptors.postResolution.getAll(e)),l=c.next();!l.done;l=c.next()){var d=l.value;d.options.frequency!="Once"&&a.push(d),d.callback(e,n,r)}}catch(u){i={error:u}}finally{try{l&&!l.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}this.interceptors.postResolution.setAll(e,a)}},t.prototype.resolveRegistration=function(e,n){if(this.ensureNotDisposed(),e.options.lifecycle===Ke.ResolutionScoped&&n.scopedResolutions.has(e))return n.scopedResolutions.get(e);var r=e.options.lifecycle===Ke.Singleton,i=e.options.lifecycle===Ke.ContainerScoped,o=r||i,a;return Qi(e.provider)?a=e.provider.useValue:Yi(e.provider)?a=o?e.instance||(e.instance=this.resolve(e.provider.useToken,n)):this.resolve(e.provider.useToken,n):Hg(e.provider)?a=o?e.instance||(e.instance=this.construct(e.provider.useClass,n)):this.construct(e.provider.useClass,n):Jc(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,n),e.options.lifecycle===Ke.ResolutionScoped&&n.scopedResolutions.set(e,a),a},t.prototype.resolveAll=function(e,n){var r=this;n===void 0&&(n=new up),this.ensureNotDisposed();var i=this.getAllRegistrations(e);if(!i&&Gn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"All"),i){var o=i.map(function(c){return r.resolveRegistration(c,n)});return this.executePostResolutionInterceptor(e,o,"All"),o}var a=[this.construct(e,n)];return this.executePostResolutionInterceptor(e,a,"All"),a},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 r=Hi(this._registry.entries()),i=r.next();!i.done;i=r.next()){var o=es(i.value,2),a=o[0],c=o[1];this._registry.setAll(a,c.filter(function(l){return!Qi(l.provider)}).map(function(l){return l.instance=void 0,l}))}}catch(l){e={error:l}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},t.prototype.createChildContainer=function(){var e,n;this.ensureNotDisposed();var r=new t(this);try{for(var i=Hi(this._registry.entries()),o=i.next();!o.done;o=i.next()){var a=es(o.value,2),c=a[0],l=a[1];l.some(function(d){var u=d.options;return u.lifecycle===Ke.ContainerScoped})&&r._registry.setAll(c,l.map(function(d){return d.options.lifecycle===Ke.ContainerScoped?{provider:d.provider,options:d.options}:d}))}}catch(d){e={error:d}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r},t.prototype.beforeResolution=function(e,n,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:n,options:r})},t.prototype.afterResolution=function(e,n,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:n,options:r})},t.prototype.dispose=function(){return jv(this,void 0,void 0,function(){var e;return Pv(this,function(n){switch(n.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(r){var i=r.dispose();i&&e.push(i)}),[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 r=this;if(e instanceof Kg)return e.createProxy(function(o){return r.resolve(o,n)});var i=function(){var o=Gg.get(e);if(!o||o.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var a=o.map(r.resolveParams(n,e));return new(e.bind.apply(e,vn([void 0],a)))}();return qv(i)&&this.disposables.add(i),i},t.prototype.resolveParams=function(e,n){var r=this;return function(i,o){var a,c,l;try{return Bv(i)?dp(i)?i.multiple?(a=r.resolve(i.transform)).transform.apply(a,vn([r.resolveAll(i.token)],i.transformArgs)):(c=r.resolve(i.transform)).transform.apply(c,vn([r.resolve(i.token,e)],i.transformArgs)):i.multiple?r.resolveAll(i.token):r.resolve(i.token,e):dp(i)?(l=r.resolve(i.transform,e)).transform.apply(l,vn([r.resolve(i.token,e)],i.transformArgs)):r.resolve(i,e)}catch(d){throw new Error(Vv(n,o,d))}}},t.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},t}(),Ue=new Wv;function aa(){return function(t){Gg.set(t,Rv(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 Xc;class ca{constructor(e={}){this.attrId="",this.attrValues=[],Object.assign(e)}}p([g({type:b.ObjectIdentifier})],ca.prototype,"attrId",void 0);p([g({type:b.Any,repeated:"set"})],ca.prototype,"attrValues",void 0);let pp=Xc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Xc.prototype)}};pp=Xc=p([B({type:R.Sequence,itemType:ca})],pp);var Zc;let fp=Zc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Zc.prototype)}};fp=Zc=p([B({type:R.Sequence,itemType:Ir})],fp);class Wg{constructor(e={}){this.certId="",this.certValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Wg.prototype,"certId",void 0);p([g({type:b.Any,context:0})],Wg.prototype,"certValue",void 0);class Jg{constructor(e={}){this.crlId="",this.crltValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Jg.prototype,"crlId",void 0);p([g({type:b.Any,context:0})],Jg.prototype,"crltValue",void 0);class Xg extends de{}let la=class{constructor(e={}){this.encryptionAlgorithm=new H,this.encryptedData=new Xg,Object.assign(this,e)}};p([g({type:H})],la.prototype,"encryptionAlgorithm",void 0);p([g({type:Xg})],la.prototype,"encryptedData",void 0);var Yc,Qc;(function(t){t[t.v1=0]="v1"})(Qc||(Qc={}));class Zg extends de{}let el=Yc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Yc.prototype)}};el=Yc=p([B({type:R.Sequence,itemType:Vt})],el);class zi{constructor(e={}){this.version=Qc.v1,this.privateKeyAlgorithm=new H,this.privateKey=new Zg,Object.assign(this,e)}}p([g({type:b.Integer})],zi.prototype,"version",void 0);p([g({type:H})],zi.prototype,"privateKeyAlgorithm",void 0);p([g({type:Zg})],zi.prototype,"privateKey",void 0);p([g({type:el,implicit:!0,context:0,optional:!0})],zi.prototype,"attributes",void 0);let hp=class extends zi{};hp=p([B({type:R.Sequence})],hp);let gp=class extends la{};gp=p([B({type:R.Sequence})],gp);class Yg{constructor(e={}){this.secretTypeId="",this.secretValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Yg.prototype,"secretTypeId",void 0);p([g({type:b.Any,context:0})],Yg.prototype,"secretValue",void 0);class Oi{constructor(e={}){this.mac=new oa,this.macSalt=new de,this.iterations=1,Object.assign(this,e)}}p([g({type:oa})],Oi.prototype,"mac",void 0);p([g({type:de})],Oi.prototype,"macSalt",void 0);p([g({type:b.Integer,defaultValue:1})],Oi.prototype,"iterations",void 0);class da{constructor(e={}){this.version=3,this.authSafe=new Ir,this.macData=new Oi,Object.assign(this,e)}}p([g({type:b.Integer})],da.prototype,"version",void 0);p([g({type:Ir})],da.prototype,"authSafe",void 0);p([g({type:Oi,optional:!0})],da.prototype,"macData",void 0);var tl;class ua{constructor(e={}){this.bagId="",this.bagValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],ua.prototype,"bagId",void 0);p([g({type:b.Any,context:0})],ua.prototype,"bagValue",void 0);p([g({type:ca,repeated:"set",optional:!0})],ua.prototype,"bagAttributes",void 0);let mp=tl=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,tl.prototype)}};mp=tl=p([B({type:R.Sequence,itemType:ua})],mp);var nl,rl,il;const Qg="1.2.840.113549.1.9",em=`${Qg}.7`,Od=`${Qg}.14`;let ts=class extends Le{constructor(e={}){super(e)}toString(){return this.ia5String||super.toString()}};p([g({type:b.IA5String})],ts.prototype,"ia5String",void 0);ts=p([B({type:R.Choice})],ts);let _p=class extends Ir{};_p=p([B({type:R.Sequence})],_p);let yp=class extends da{};yp=p([B({type:R.Sequence})],yp);let vp=class extends la{};vp=p([B({type:R.Sequence})],vp);let ol=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.IA5String})],ol.prototype,"value",void 0);ol=p([B({type:R.Choice})],ol);let wp=class extends ts{};wp=p([B({type:R.Choice})],wp);let bp=class extends Le{};bp=p([B({type:R.Choice})],bp);let sl=class{constructor(e=new Date){this.value=e}};p([g({type:b.GeneralizedTime})],sl.prototype,"value",void 0);sl=p([B({type:R.Choice})],sl);let $p=class extends Le{};$p=p([B({type:R.Choice})],$p);let al=class{constructor(e="M"){this.value=e}toString(){return this.value}};p([g({type:b.PrintableString})],al.prototype,"value",void 0);al=p([B({type:R.Choice})],al);let ns=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.PrintableString})],ns.prototype,"value",void 0);ns=p([B({type:R.Choice})],ns);let xp=class extends ns{};xp=p([B({type:R.Choice})],xp);let kp=class extends Le{};kp=p([B({type:R.Choice})],kp);let cl=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.ObjectIdentifier})],cl.prototype,"value",void 0);cl=p([B({type:R.Choice})],cl);let Sp=class extends Re{};Sp=p([B({type:R.Choice})],Sp);let ll=class{constructor(e=0){this.value=e}toString(){return this.value.toString()}};p([g({type:b.Integer})],ll.prototype,"value",void 0);ll=p([B({type:R.Choice})],ll);let Ap=class extends Pt{};Ap=p([B({type:R.Sequence})],Ap);let rs=class extends Le{};rs=p([B({type:R.Choice})],rs);let Ep=nl=class extends an{constructor(e){super(e),Object.setPrototypeOf(this,nl.prototype)}};Ep=nl=p([B({type:R.Sequence})],Ep);let Ip=rl=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,rl.prototype)}};Ip=rl=p([B({type:R.Set,itemType:Er})],Ip);let dl=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.BmpString})],dl.prototype,"value",void 0);dl=p([B({type:R.Choice})],dl);let ul=class extends H{};ul=p([B({type:R.Sequence})],ul);let Np=il=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,il.prototype)}};Np=il=p([B({type:R.Sequence,itemType:ul})],Np);var pl;let is=pl=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,pl.prototype)}};is=pl=p([B({type:R.Sequence,itemType:Vt})],is);class zr{constructor(e={}){this.version=0,this.subject=new $e,this.subjectPKInfo=new gt,this.attributes=new is,Object.assign(this,e)}}p([g({type:b.Integer})],zr.prototype,"version",void 0);p([g({type:$e})],zr.prototype,"subject",void 0);p([g({type:gt})],zr.prototype,"subjectPKInfo",void 0);p([g({type:is,implicit:!0,context:0})],zr.prototype,"attributes",void 0);class ii{constructor(e={}){this.certificationRequestInfo=new zr,this.signatureAlgorithm=new H,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:zr})],ii.prototype,"certificationRequestInfo",void 0);p([g({type:H})],ii.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],ii.prototype,"signature",void 0);/*!
118
+ `)}function Bw(t,e,n){var r=ns(t.toString().match(/constructor\(([\w, ]+)\)/)||[],2),i=r[1],o=i===void 0?null:i,a=Tw(o,e);return Rw("Cannot inject the dependency "+a+' of "'+t.name+'" constructor. Reason:',n)}function Lw(t){if(typeof t.dispose!="function")return!1;var e=t.dispose;return!(e.length>0)}var Uw=function(t){Nl(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Cl),Mw=function(t){Nl(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(Cl),Fw=function(){function t(){this.preResolution=new Uw,this.postResolution=new Mw}return t}(),Fg=new Map,Vw=function(){function t(e){this.parent=e,this._registry=new Pw,this.interceptors=new Fw,this.disposed=!1,this.disposables=new Set}return t.prototype.register=function(e,n,r){r===void 0&&(r={lifecycle:Ke.Transient}),this.ensureNotDisposed();var i;if(jw(n)?i=n:i={useClass:n},Qi(i))for(var o=[e],a=i;a!=null;){var c=a.useToken;if(o.includes(c))throw new Error("Token registration cycle detected! "+wn(o,[c]).join(" -> "));o.push(c);var d=this._registry.get(c);d&&Qi(d.provider)?a=d.provider:a=null}if((r.lifecycle===Ke.Singleton||r.lifecycle==Ke.ContainerScoped||r.lifecycle==Ke.ResolutionScoped)&&(eo(i)||Xc(i)))throw new Error('Cannot use lifecycle "'+Ke[r.lifecycle]+'" with ValueProviders or FactoryProviders');return this._registry.set(e,{provider:i,options:r}),this},t.prototype.registerType=function(e,n){return this.ensureNotDisposed(),Wn(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(),Wn(e)){if(Wn(n))return this.register(e,{useToken:n},{lifecycle:Ke.Singleton});if(n)return this.register(e,{useClass:n},{lifecycle:Ke.Singleton});throw new Error('Cannot register a type name as a singleton without a "to" token')}var r=e;return n&&!Wn(n)&&(r=n),this.register(e,{useClass:r},{lifecycle:Ke.Singleton})},t.prototype.resolve=function(e,n){n===void 0&&(n=new lp),this.ensureNotDisposed();var r=this.getRegistration(e);if(!r&&Wn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"Single"),r){var i=this.resolveRegistration(r,n);return this.executePostResolutionInterceptor(e,i,"Single"),i}if(Ow(e)){var i=this.construct(e,n);return this.executePostResolutionInterceptor(e,i,"Single"),i}throw new Error("Attempted to construct an undefined constructor. Could mean a circular dependency problem. Try using `delay` function.")},t.prototype.executePreResolutionInterceptor=function(e,n){var r,i;if(this.interceptors.preResolution.has(e)){var o=[];try{for(var a=Ki(this.interceptors.preResolution.getAll(e)),c=a.next();!c.done;c=a.next()){var d=c.value;d.options.frequency!="Once"&&o.push(d),d.callback(e,n)}}catch(l){r={error:l}}finally{try{c&&!c.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}this.interceptors.preResolution.setAll(e,o)}},t.prototype.executePostResolutionInterceptor=function(e,n,r){var i,o;if(this.interceptors.postResolution.has(e)){var a=[];try{for(var c=Ki(this.interceptors.postResolution.getAll(e)),d=c.next();!d.done;d=c.next()){var l=d.value;l.options.frequency!="Once"&&a.push(l),l.callback(e,n,r)}}catch(u){i={error:u}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}this.interceptors.postResolution.setAll(e,a)}},t.prototype.resolveRegistration=function(e,n){if(this.ensureNotDisposed(),e.options.lifecycle===Ke.ResolutionScoped&&n.scopedResolutions.has(e))return n.scopedResolutions.get(e);var r=e.options.lifecycle===Ke.Singleton,i=e.options.lifecycle===Ke.ContainerScoped,o=r||i,a;return eo(e.provider)?a=e.provider.useValue:Qi(e.provider)?a=o?e.instance||(e.instance=this.resolve(e.provider.useToken,n)):this.resolve(e.provider.useToken,n):Ug(e.provider)?a=o?e.instance||(e.instance=this.construct(e.provider.useClass,n)):this.construct(e.provider.useClass,n):Xc(e.provider)?a=e.provider.useFactory(this):a=this.construct(e.provider,n),e.options.lifecycle===Ke.ResolutionScoped&&n.scopedResolutions.set(e,a),a},t.prototype.resolveAll=function(e,n){var r=this;n===void 0&&(n=new lp),this.ensureNotDisposed();var i=this.getAllRegistrations(e);if(!i&&Wn(e))throw new Error('Attempted to resolve unregistered dependency token: "'+e.toString()+'"');if(this.executePreResolutionInterceptor(e,"All"),i){var o=i.map(function(c){return r.resolveRegistration(c,n)});return this.executePostResolutionInterceptor(e,o,"All"),o}var a=[this.construct(e,n)];return this.executePostResolutionInterceptor(e,a,"All"),a},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 r=Ki(this._registry.entries()),i=r.next();!i.done;i=r.next()){var o=ns(i.value,2),a=o[0],c=o[1];this._registry.setAll(a,c.filter(function(d){return!eo(d.provider)}).map(function(d){return d.instance=void 0,d}))}}catch(d){e={error:d}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(e)throw e.error}}},t.prototype.createChildContainer=function(){var e,n;this.ensureNotDisposed();var r=new t(this);try{for(var i=Ki(this._registry.entries()),o=i.next();!o.done;o=i.next()){var a=ns(o.value,2),c=a[0],d=a[1];d.some(function(l){var u=l.options;return u.lifecycle===Ke.ContainerScoped})&&r._registry.setAll(c,d.map(function(l){return l.options.lifecycle===Ke.ContainerScoped?{provider:l.provider,options:l.options}:l}))}}catch(l){e={error:l}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}return r},t.prototype.beforeResolution=function(e,n,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.preResolution.set(e,{callback:n,options:r})},t.prototype.afterResolution=function(e,n,r){r===void 0&&(r={frequency:"Always"}),this.interceptors.postResolution.set(e,{callback:n,options:r})},t.prototype.dispose=function(){return Ew(this,void 0,void 0,function(){var e;return Iw(this,function(n){switch(n.label){case 0:return this.disposed=!0,e=[],this.disposables.forEach(function(r){var i=r.dispose();i&&e.push(i)}),[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 r=this;if(e instanceof Mg)return e.createProxy(function(o){return r.resolve(o,n)});var i=function(){var o=Fg.get(e);if(!o||o.length===0){if(e.length===0)return new e;throw new Error('TypeInfo not known for "'+e.name+'"')}var a=o.map(r.resolveParams(n,e));return new(e.bind.apply(e,wn([void 0],a)))}();return Lw(i)&&this.disposables.add(i),i},t.prototype.resolveParams=function(e,n){var r=this;return function(i,o){var a,c,d;try{return zw(i)?dp(i)?i.multiple?(a=r.resolve(i.transform)).transform.apply(a,wn([r.resolveAll(i.token)],i.transformArgs)):(c=r.resolve(i.transform)).transform.apply(c,wn([r.resolve(i.token,e)],i.transformArgs)):i.multiple?r.resolveAll(i.token):r.resolve(i.token,e):dp(i)?(d=r.resolve(i.transform,e)).transform.apply(d,wn([r.resolve(i.token,e)],i.transformArgs)):r.resolve(i,e)}catch(l){throw new Error(Bw(n,o,l))}}},t.prototype.ensureNotDisposed=function(){if(this.disposed)throw new Error("This container has been disposed, you cannot interact with a disposed container")},t}(),Ue=new Vw;function da(){return function(t){Fg.set(t,Cw(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 Yc;class la{constructor(e={}){this.attrId="",this.attrValues=[],Object.assign(e)}}p([g({type:b.ObjectIdentifier})],la.prototype,"attrId",void 0);p([g({type:b.Any,repeated:"set"})],la.prototype,"attrValues",void 0);let up=Yc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Yc.prototype)}};up=Yc=p([B({type:R.Sequence,itemType:la})],up);var Qc;let pp=Qc=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,Qc.prototype)}};pp=Qc=p([B({type:R.Sequence,itemType:Nr})],pp);class Vg{constructor(e={}){this.certId="",this.certValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Vg.prototype,"certId",void 0);p([g({type:b.Any,context:0})],Vg.prototype,"certValue",void 0);class Dg{constructor(e={}){this.crlId="",this.crltValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Dg.prototype,"crlId",void 0);p([g({type:b.Any,context:0})],Dg.prototype,"crltValue",void 0);class qg extends le{}let ua=class{constructor(e={}){this.encryptionAlgorithm=new H,this.encryptedData=new qg,Object.assign(this,e)}};p([g({type:H})],ua.prototype,"encryptionAlgorithm",void 0);p([g({type:qg})],ua.prototype,"encryptedData",void 0);var ed,td;(function(t){t[t.v1=0]="v1"})(td||(td={}));class Hg extends le{}let nd=ed=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,ed.prototype)}};nd=ed=p([B({type:R.Sequence,itemType:qt})],nd);class Oi{constructor(e={}){this.version=td.v1,this.privateKeyAlgorithm=new H,this.privateKey=new Hg,Object.assign(this,e)}}p([g({type:b.Integer})],Oi.prototype,"version",void 0);p([g({type:H})],Oi.prototype,"privateKeyAlgorithm",void 0);p([g({type:Hg})],Oi.prototype,"privateKey",void 0);p([g({type:nd,implicit:!0,context:0,optional:!0})],Oi.prototype,"attributes",void 0);let fp=class extends Oi{};fp=p([B({type:R.Sequence})],fp);let hp=class extends ua{};hp=p([B({type:R.Sequence})],hp);class Kg{constructor(e={}){this.secretTypeId="",this.secretValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],Kg.prototype,"secretTypeId",void 0);p([g({type:b.Any,context:0})],Kg.prototype,"secretValue",void 0);class ji{constructor(e={}){this.mac=new aa,this.macSalt=new le,this.iterations=1,Object.assign(this,e)}}p([g({type:aa})],ji.prototype,"mac",void 0);p([g({type:le})],ji.prototype,"macSalt",void 0);p([g({type:b.Integer,defaultValue:1})],ji.prototype,"iterations",void 0);class pa{constructor(e={}){this.version=3,this.authSafe=new Nr,this.macData=new ji,Object.assign(this,e)}}p([g({type:b.Integer})],pa.prototype,"version",void 0);p([g({type:Nr})],pa.prototype,"authSafe",void 0);p([g({type:ji,optional:!0})],pa.prototype,"macData",void 0);var rd;class fa{constructor(e={}){this.bagId="",this.bagValue=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:b.ObjectIdentifier})],fa.prototype,"bagId",void 0);p([g({type:b.Any,context:0})],fa.prototype,"bagValue",void 0);p([g({type:la,repeated:"set",optional:!0})],fa.prototype,"bagAttributes",void 0);let gp=rd=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,rd.prototype)}};gp=rd=p([B({type:R.Sequence,itemType:fa})],gp);var id,od,sd;const Gg="1.2.840.113549.1.9",Wg=`${Gg}.7`,zl=`${Gg}.14`;let rs=class extends Le{constructor(e={}){super(e)}toString(){return this.ia5String||super.toString()}};p([g({type:b.IA5String})],rs.prototype,"ia5String",void 0);rs=p([B({type:R.Choice})],rs);let mp=class extends Nr{};mp=p([B({type:R.Sequence})],mp);let _p=class extends pa{};_p=p([B({type:R.Sequence})],_p);let yp=class extends ua{};yp=p([B({type:R.Sequence})],yp);let ad=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.IA5String})],ad.prototype,"value",void 0);ad=p([B({type:R.Choice})],ad);let wp=class extends rs{};wp=p([B({type:R.Choice})],wp);let vp=class extends Le{};vp=p([B({type:R.Choice})],vp);let cd=class{constructor(e=new Date){this.value=e}};p([g({type:b.GeneralizedTime})],cd.prototype,"value",void 0);cd=p([B({type:R.Choice})],cd);let bp=class extends Le{};bp=p([B({type:R.Choice})],bp);let dd=class{constructor(e="M"){this.value=e}toString(){return this.value}};p([g({type:b.PrintableString})],dd.prototype,"value",void 0);dd=p([B({type:R.Choice})],dd);let is=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.PrintableString})],is.prototype,"value",void 0);is=p([B({type:R.Choice})],is);let $p=class extends is{};$p=p([B({type:R.Choice})],$p);let xp=class extends Le{};xp=p([B({type:R.Choice})],xp);let ld=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.ObjectIdentifier})],ld.prototype,"value",void 0);ld=p([B({type:R.Choice})],ld);let kp=class extends Re{};kp=p([B({type:R.Choice})],kp);let ud=class{constructor(e=0){this.value=e}toString(){return this.value.toString()}};p([g({type:b.Integer})],ud.prototype,"value",void 0);ud=p([B({type:R.Choice})],ud);let Sp=class extends Pt{};Sp=p([B({type:R.Sequence})],Sp);let os=class extends Le{};os=p([B({type:R.Choice})],os);let Ap=id=class extends cn{constructor(e){super(e),Object.setPrototypeOf(this,id.prototype)}};Ap=id=p([B({type:R.Sequence})],Ap);let Ep=od=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,od.prototype)}};Ep=od=p([B({type:R.Set,itemType:Ir})],Ep);let pd=class{constructor(e=""){this.value=e}toString(){return this.value}};p([g({type:b.BmpString})],pd.prototype,"value",void 0);pd=p([B({type:R.Choice})],pd);let fd=class extends H{};fd=p([B({type:R.Sequence})],fd);let Ip=sd=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,sd.prototype)}};Ip=sd=p([B({type:R.Sequence,itemType:fd})],Ip);var hd;let ss=hd=class extends fe{constructor(e){super(e),Object.setPrototypeOf(this,hd.prototype)}};ss=hd=p([B({type:R.Sequence,itemType:qt})],ss);class Or{constructor(e={}){this.version=0,this.subject=new $e,this.subjectPKInfo=new gt,this.attributes=new ss,Object.assign(this,e)}}p([g({type:b.Integer})],Or.prototype,"version",void 0);p([g({type:$e})],Or.prototype,"subject",void 0);p([g({type:gt})],Or.prototype,"subjectPKInfo",void 0);p([g({type:ss,implicit:!0,context:0})],Or.prototype,"attributes",void 0);class oi{constructor(e={}){this.certificationRequestInfo=new Or,this.signatureAlgorithm=new H,this.signature=new ArrayBuffer(0),Object.assign(this,e)}}p([g({type:Or})],oi.prototype,"certificationRequestInfo",void 0);p([g({type:H})],oi.prototype,"signatureAlgorithm",void 0);p([g({type:b.BitString})],oi.prototype,"signature",void 0);/*!
119
119
  * MIT License
120
120
  *
121
121
  * Copyright (c) Peculiar Ventures. All rights reserved.
@@ -138,20 +138,20 @@ PERFORMANCE OF THIS SOFTWARE.
138
138
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
139
139
  * SOFTWARE.
140
140
  *
141
- */const ji="crypto.algorithm";class Jv{getAlgorithms(){return Ue.resolveAll(ji)}toAsnAlgorithm(e){({...e});for(const n of this.getAlgorithms()){const r=n.toAsnAlgorithm(e);if(r)return r}if(/^[0-9.]+$/.test(e.name)){const n=new H({algorithm:e.name});if("parameters"in e){const r=e;n.parameters=r.parameters}return n}throw new Error("Cannot convert WebCrypto algorithm to ASN.1 algorithm")}toWebAlgorithm(e){for(const r of this.getAlgorithms()){const i=r.toWebAlgorithm(e);if(i)return i}return{name:e.algorithm,parameters:e.parameters}}}const Ln="crypto.algorithmProvider";Ue.registerSingleton(Ln,Jv);var eo;const Qe="1.3.36.3.3.2.8.1.1",Cp=`${Qe}.1`,zp=`${Qe}.2`,Op=`${Qe}.3`,jp=`${Qe}.4`,Pp=`${Qe}.5`,Tp=`${Qe}.6`,Rp=`${Qe}.7`,Bp=`${Qe}.8`,Lp=`${Qe}.9`,Up=`${Qe}.10`,Mp=`${Qe}.11`,Fp=`${Qe}.12`,Dp=`${Qe}.13`,Vp=`${Qe}.14`,qp="brainpoolP160r1",Hp="brainpoolP160t1",Kp="brainpoolP192r1",Gp="brainpoolP192t1",Wp="brainpoolP224r1",Jp="brainpoolP224t1",Xp="brainpoolP256r1",Zp="brainpoolP256t1",Yp="brainpoolP320r1",Qp="brainpoolP320t1",ef="brainpoolP384r1",tf="brainpoolP384t1",nf="brainpoolP512r1",rf="brainpoolP512t1",ye="ECDSA";let oi=eo=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 vv;case"sha-256":return wv;case"sha-384":return bv;case"sha-512":return $v}else if("namedCurve"in e){let n="";switch(e.namedCurve){case"P-256":n=ap;break;case"K-256":n=eo.SECP256K1;break;case"P-384":n=cp;break;case"P-521":n=lp;break;case qp:n=Cp;break;case Hp:n=zp;break;case Kp:n=Op;break;case Gp:n=jp;break;case Wp:n=Pp;break;case Jp:n=Tp;break;case Xp:n=Rp;break;case Zp:n=Bp;break;case Yp:n=Lp;break;case Qp:n=Up;break;case ef:n=Mp;break;case tf:n=Fp;break;case nf:n=Dp;break;case rf:n=Vp;break}if(n)return new H({algorithm:ni,parameters:F.serialize(new ln({namedCurve:n}))})}}return null}toWebAlgorithm(e){switch(e.algorithm){case Sd:return{name:ye,hash:{name:"SHA-1"}};case Ad:return{name:ye,hash:{name:"SHA-256"}};case Ed:return{name:ye,hash:{name:"SHA-384"}};case Id:return{name:ye,hash:{name:"SHA-512"}};case ni:{if(!e.parameters)throw new TypeError("Cannot get required parameters from EC algorithm");switch(F.parse(e.parameters,ln).namedCurve){case ap:return{name:ye,namedCurve:"P-256"};case eo.SECP256K1:return{name:ye,namedCurve:"K-256"};case cp:return{name:ye,namedCurve:"P-384"};case lp:return{name:ye,namedCurve:"P-521"};case Cp:return{name:ye,namedCurve:qp};case zp:return{name:ye,namedCurve:Hp};case Op:return{name:ye,namedCurve:Kp};case jp:return{name:ye,namedCurve:Gp};case Pp:return{name:ye,namedCurve:Wp};case Tp:return{name:ye,namedCurve:Jp};case Rp:return{name:ye,namedCurve:Xp};case Bp:return{name:ye,namedCurve:Zp};case Lp:return{name:ye,namedCurve:Yp};case Up:return{name:ye,namedCurve:Qp};case Mp:return{name:ye,namedCurve:ef};case Fp:return{name:ye,namedCurve:tf};case Dp:return{name:ye,namedCurve:nf};case Vp:return{name:ye,namedCurve:rf}}}}return null}};oi.SECP256K1="1.3.132.0.10";oi=eo=p([aa()],oi);Ue.registerSingleton(ji,oi);const tm=Symbol("name"),nm=Symbol("value");class pe{constructor(e,n={},r=""){this[tm]=e,this[nm]=r;for(const i in n)this[i]=n[i]}}pe.NAME=tm;pe.VALUE=nm;class Xv{static toTextObject(e){const n=new pe("Algorithm Identifier",{},gn.toString(e.algorithm));if(e.parameters)switch(e.algorithm){case ni:{const r=new oi().toWebAlgorithm(e);r&&"namedCurve"in r?n["Named Curve"]=r.namedCurve:n.Parameters=e.parameters;break}default:n.Parameters=e.parameters}return n}}class gn{static toString(e){const n=this.items[e];return n||e}}gn.items={[Xo]:"sha1",[Dg]:"sha224",[Zo]:"sha256",[Yo]:"sha384",[Qo]:"sha512",[Tn]:"rsaEncryption",[Go]:"sha1WithRSAEncryption",[Iv]:"sha224WithRSAEncryption",[qc]:"sha256WithRSAEncryption",[Wo]:"sha384WithRSAEncryption",[Jo]:"sha512WithRSAEncryption",[ni]:"ecPublicKey",[Sd]:"ecdsaWithSHA1",[Ug]:"ecdsaWithSHA224",[Ad]:"ecdsaWithSHA256",[Ed]:"ecdsaWithSHA384",[Id]:"ecdsaWithSHA512",[pv]:"TLS WWW server authentication",[fv]:"TLS WWW client authentication",[hv]:"Code Signing",[gv]:"E-mail Protection",[mv]:"Time Stamping",[_v]:"OCSP Signing",[yv]:"Signed Data"};class Un{static serialize(e){return this.serializeObj(e).join(`
142
- `)}static pad(e=0){return"".padStart(2*e," ")}static serializeObj(e,n=0){const r=[];let i=this.pad(n++),o="";const a=e[pe.VALUE];a&&(o=` ${a}`),r.push(`${i}${e[pe.NAME]}:${o}`),i=this.pad(n);for(const c in e){if(typeof c=="symbol")continue;const l=e[c],d=c?`${c}: `:"";if(typeof l=="string"||typeof l=="number"||typeof l=="boolean")r.push(`${i}${d}${l}`);else if(l instanceof Date)r.push(`${i}${d}${l.toUTCString()}`);else if(Array.isArray(l))for(const u of l)u[pe.NAME]=c,r.push(...this.serializeObj(u,n));else if(l instanceof pe)l[pe.NAME]=c,r.push(...this.serializeObj(l,n));else if(D.isBufferSource(l))c?(r.push(`${i}${d}`),r.push(...this.serializeBufferSource(l,n+1))):r.push(...this.serializeBufferSource(l,n));else if("toTextObject"in l){const u=l.toTextObject();u[pe.NAME]=c,r.push(...this.serializeObj(u,n))}else throw new TypeError("Cannot serialize data in text format. Unsupported type.")}return r}static serializeBufferSource(e,n=0){const r=this.pad(n),i=D.toUint8Array(e),o=[];for(let a=0;a<i.length;){const c=[];for(let l=0;l<16&&a<i.length;l++){l===8&&c.push("");const d=i[a++].toString(16).padStart(2,"0");c.push(d)}o.push(`${r}${c.join(" ")}`)}return o}static serializeAlgorithm(e){return this.algorithmSerializer.toTextObject(e)}}Un.oidSerializer=gn;Un.algorithmSerializer=Xv;class mn{constructor(...e){if(e.length===1){const n=e[0];this.rawData=F.serialize(n),this.onInit(n)}else{const n=F.parse(e[0],e[1]);this.rawData=D.toArrayBuffer(e[0]),this.onInit(n)}}equal(e){return e instanceof mn?bh(e.rawData,this.rawData):!1}toString(e="text"){switch(e){case"asn":return F.toString(this.rawData);case"text":return Un.serialize(this.toTextObject());case"hex":return J.ToHex(this.rawData);case"base64":return J.ToBase64(this.rawData);case"base64url":return J.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 pe(this.getTextName(),{},e)}}mn.NAME="ASN";class dt extends mn{constructor(...e){let n;D.isBufferSource(e[0])?n=D.toArrayBuffer(e[0]):n=F.serialize(new at({extnID:e[0],critical:e[1],extnValue:new de(D.toArrayBuffer(e[2]))})),super(n,at)}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[pe.NAME]===dt.NAME&&(e[pe.NAME]=gn.toString(this.type)),e}}var rm;class en{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[rm]="CryptoProvider",typeof self<"u"&&typeof crypto<"u"?this.set(en.DEFAULT,crypto):typeof global<"u"&&global.crypto&&global.crypto.subtle&&this.set(en.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=en.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(en.DEFAULT,e);return this}}rm=Symbol.toStringTag;en.DEFAULT="default";const Te=new en,Zv=/^[0-2](?:\.[1-9][0-9]*)+$/;function Yv(t){return new RegExp(Zv).test(t)}class im{constructor(e={}){this.items={};for(const n in e)this.register(n,e[n])}get(e){return this.items[e]||null}findId(e){return Yv(e)?e:this.get(e)}register(e,n){this.items[e]=n,this.items[n]=e}}const Xe=new im;Xe.register("CN","2.5.4.3");Xe.register("L","2.5.4.7");Xe.register("ST","2.5.4.8");Xe.register("O","2.5.4.10");Xe.register("OU","2.5.4.11");Xe.register("C","2.5.4.6");Xe.register("DC","0.9.2342.19200300.100.1.25");Xe.register("E","1.2.840.113549.1.9.1");Xe.register("G","2.5.4.42");Xe.register("I","2.5.4.43");Xe.register("SN","2.5.4.4");Xe.register("T","2.5.4.12");function Qv(t,e){return`\\${J.ToHex(J.FromUtf8String(e)).toUpperCase()}`}function ew(t){return t.replace(/([,+"\\<>;])/g,"\\$1").replace(/^([ #])/,"\\$1").replace(/([ ]$)/,"\\$1").replace(/([\r\n\t])/,Qv)}class ot{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 im,this.asn=new $e;for(const r in n)if(Object.prototype.hasOwnProperty.call(n,r)){const i=n[r];this.extraNames.register(r,i)}typeof e=="string"?this.asn=this.fromString(e):e instanceof $e?this.asn=e:D.isBufferSource(e)?this.asn=F.parse(e,$e):this.asn=this.fromJSON(e)}getField(e){const n=this.extraNames.findId(e)||Xe.findId(e),r=[];for(const i of this.asn)for(const o of i)o.type===n&&r.push(o.value.toString());return r}getName(e){return this.extraNames.get(e)||Xe.get(e)}toString(){return this.asn.map(e=>e.map(n=>{const r=this.getName(n.type)||n.type,i=n.value.anyValue?`#${J.ToHex(n.value.anyValue)}`:ew(n.value.toString());return`${r}=${i}`}).join("+")).join(", ")}toJSON(){var e;const n=[];for(const r of this.asn){const i={};for(const o of r){const a=this.getName(o.type)||o.type;(e=i[a])!==null&&e!==void 0||(i[a]=[]),i[a].push(o.value.anyValue?`#${J.ToHex(o.value.anyValue)}`:o.value.toString())}n.push(i)}return n}fromString(e){const n=new $e,r=/(\d\.[\d.]*\d|[A-Za-z]+)=((?:"")|(?:".*?[^\\]")|(?:[^,+].*?(?:[^\\][,+]))|(?:))([,+])?/g;let i=null,o=",";for(;i=r.exec(`${e},`);){let[,a,c]=i;const l=c[c.length-1];(l===","||l==="+")&&(c=c.slice(0,c.length-1),i[3]=l);const d=i[3];a=this.getTypeOid(a);const u=this.createAttribute(a,c);o==="+"?n[n.length-1].push(u):n.push(new lr([u])),o=d}return n}fromJSON(e){const n=new $e;for(const r of e){const i=new lr;for(const o in r){const a=this.getTypeOid(o),c=r[o];for(const l of c){const d=this.createAttribute(a,l);i.push(d)}}n.push(i)}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 r=new Fs({type:e});if(typeof n=="object")for(const i in n)switch(i){case"ia5String":r.value.ia5String=n[i];break;case"utf8String":r.value.utf8String=n[i];break;case"universalString":r.value.universalString=n[i];break;case"bmpString":r.value.bmpString=n[i];break;case"printableString":r.value.printableString=n[i];break}else if(n[0]==="#")r.value.anyValue=J.FromHex(n.slice(1));else{const i=this.processStringValue(n);e===this.getName("E")||e===this.getName("DC")?r.value.ia5String=i:ot.isPrintableString(i)?r.value.printableString=i:r.value.utf8String=i}return r}processStringValue(e){const n=/"(.*?[^\\])?"/.exec(e);return n&&(e=n[1]),e.replace(/\\0a/ig,`
143
- `).replace(/\\0d/ig,"\r").replace(/\\0g/ig," ").replace(/\\(.)/g,"$1")}toArrayBuffer(){return F.serialize(this.asn)}async getThumbprint(...e){var n;let r,i="SHA-1";return e.length>=1&&!(!((n=e[0])===null||n===void 0)&&n.subtle)?(i=e[0]||i,r=e[1]||Te.get()):r=e[0]||Te.get(),await r.subtle.digest(i,this.toArrayBuffer())}}const om="Cannot initialize GeneralName from ASN.1 data.",of=`${om} Unsupported string format in use.`,tw=`${om} Value doesn't match to GUID regular expression.`,sf=/^([0-9a-f]{8})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{12})$/i,af="1.3.6.1.4.1.311.25.1",cf="1.3.6.1.4.1.311.20.2.3",Sa="dns",Aa="dn",Ea="email",Ia="ip",Na="url",Ca="guid",za="upn",Ki="id";class tn extends mn{constructor(...e){let n;if(e.length===2)switch(e[0]){case Aa:{const r=new ot(e[1]).toArrayBuffer(),i=F.parse(r,$e);n=new ie({directoryName:i});break}case Sa:n=new ie({dNSName:e[1]});break;case Ea:n=new ie({rfc822Name:e[1]});break;case Ca:{const r=new RegExp(sf,"i").exec(e[1]);if(!r)throw new Error("Cannot parse GUID value. Value doesn't match to regular expression");const i=r.slice(1).map((o,a)=>a<3?J.ToHex(new Uint8Array(J.FromHex(o)).reverse()):o).join("");n=new ie({otherName:new Yr({typeId:af,value:F.serialize(new de(J.FromHex(i)))})});break}case Ia:n=new ie({iPAddress:e[1]});break;case Ki:n=new ie({registeredID:e[1]});break;case za:{n=new ie({otherName:new Yr({typeId:cf,value:F.serialize(bg.toASN(e[1]))})});break}case Na:n=new ie({uniformResourceIdentifier:e[1]});break;default:throw new Error("Cannot create GeneralName. Unsupported type of the name")}else D.isBufferSource(e[0])?n=F.parse(e[0],ie):n=e[0];super(n)}onInit(e){if(e.dNSName!=null)this.type=Sa,this.value=e.dNSName;else if(e.rfc822Name!=null)this.type=Ea,this.value=e.rfc822Name;else if(e.iPAddress!=null)this.type=Ia,this.value=e.iPAddress;else if(e.uniformResourceIdentifier!=null)this.type=Na,this.value=e.uniformResourceIdentifier;else if(e.registeredID!=null)this.type=Ki,this.value=e.registeredID;else if(e.directoryName!=null)this.type=Aa,this.value=new ot(e.directoryName).toString();else if(e.otherName!=null)if(e.otherName.typeId===af){this.type=Ca;const n=F.parse(e.otherName.value,de),r=new RegExp(sf,"i").exec(J.ToHex(n));if(!r)throw new Error(tw);this.value=r.slice(1).map((i,o)=>o<3?J.ToHex(new Uint8Array(J.FromHex(i)).reverse()):i).join("-")}else if(e.otherName.typeId===cf)this.type=za,this.value=F.parse(e.otherName.value,Le).toString();else throw new Error(of);else throw new Error(of)}toJSON(){return{type:this.type,value:this.value}}toTextObject(){let e;switch(this.type){case Aa:case Sa:case Ca:case Ia:case Ki:case za:case Na:e=this.type.toUpperCase();break;case Ea:e="Email";break;default:throw new Error("Unsupported GeneralName type")}let n=this.value;return this.type===Ki&&(n=gn.toString(n)),new pe(e,void 0,n)}}class si extends mn{constructor(e){let n;if(e instanceof Ve)n=e;else if(Array.isArray(e)){const r=[];for(const i of e)if(i instanceof ie)r.push(i);else{const o=F.parse(new tn(i.type,i.value).rawData,ie);r.push(o)}n=new Ve(r)}else if(D.isBufferSource(e))n=F.parse(e,Ve);else throw new Error("Cannot initialize GeneralNames. Incorrect incoming arguments");super(n)}onInit(e){const n=[];for(const r of e){let i=null;try{i=new tn(r)}catch{continue}n.push(i)}this.items=n}toJSON(){return this.items.map(e=>e.toJSON())}toTextObject(){const e=super.toTextObjectEmpty();for(const n of this.items){const r=n.toTextObject();let i=e[r[pe.NAME]];Array.isArray(i)||(i=[],e[r[pe.NAME]]=i),i.push(r)}return e}}si.NAME="GeneralNames";const Kr="-{5}",ai="\\n",nw=`[^${ai}]+`,rw=`${Kr}BEGIN (${nw}(?=${Kr}))${Kr}`,iw=`${Kr}END \\1${Kr}`,_r="\\n",ow=`[^:${ai}]+`,sw=`(?:[^${ai}]+${_r}(?: +[^${ai}]+${_r})*)`,aw="[a-zA-Z0-9=+/]+",cw=`(?:${aw}${_r})+`,lf=`${rw}${_r}(?:((?:${ow}: ${sw})+))?${_r}?(${cw})${iw}`;class tt{static isPem(e){return typeof e=="string"&&new RegExp(lf,"g").test(e)}static decodeWithHeaders(e){e=e.replace(/\r/g,"");const n=new RegExp(lf,"g"),r=[];let i=null;for(;i=n.exec(e);){const o=i[3].replace(new RegExp(`[${ai}]+`,"g"),""),a={type:i[1],headers:[],rawData:J.FromBase64(o)},c=i[2];if(c){const l=c.split(new RegExp(_r,"g"));let d=null;for(const u of l){const[f,m]=u.split(/:(.*)/);if(m===void 0){if(!d)throw new Error("Cannot parse PEM string. Incorrect header value");d.value+=f.trim()}else d&&a.headers.push(d),d={key:f,value:m.trim()}}d&&a.headers.push(d)}r.push(a)}return r}static decode(e){return this.decodeWithHeaders(e).map(r=>r.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 r=new Array;return n?e.forEach(i=>{if(!D.isBufferSource(i))throw new TypeError("Cannot encode array of BufferSource in PEM format. Not all items of the array are BufferSource");r.push(this.encodeStruct({type:n,rawData:D.toArrayBuffer(i)}))}):e.forEach(i=>{if(!("type"in i))throw new TypeError("Cannot encode array of PemStruct in PEM format. Not all items of the array are PemStrut");r.push(this.encodeStruct(i))}),r.join(`
144
- `)}else{if(!n)throw new Error("Required argument 'tag' is missed");return this.encodeStruct({type:n,rawData:D.toArrayBuffer(e)})}}static encodeStruct(e){var n;const r=e.type.toLocaleUpperCase(),i=[];if(i.push(`-----BEGIN ${r}-----`),!((n=e.headers)===null||n===void 0)&&n.length){for(const d of e.headers)i.push(`${d.key}: ${d.value}`);i.push("")}const o=J.ToBase64(e.rawData);let a,c=0;const l=Array();for(;c<o.length&&(o.length-c<64?a=o.substring(c):(a=o.substring(c,c+64),c+=64),a.length!==0);)if(l.push(a),a.length<64)break;return i.push(...l),i.push(`-----END ${r}-----`),i.join(`
145
- `)}}tt.CertificateTag="CERTIFICATE";tt.CrlTag="CRL";tt.CertificateRequestTag="CERTIFICATE REQUEST";tt.PublicKeyTag="PUBLIC KEY";tt.PrivateKeyTag="PRIVATE KEY";class Kt extends mn{static isAsnEncoded(e){return D.isBufferSource(e)||typeof e=="string"}static toArrayBuffer(e){if(typeof e=="string"){if(tt.isPem(e))return tt.decode(e)[0];if(J.isHex(e))return J.FromHex(e);if(J.isBase64(e))return J.FromBase64(e);if(J.isBase64Url(e))return J.FromBase64Url(e);throw new TypeError("Unsupported format of 'raw' argument. Must be one of DER, PEM, HEX, Base64, or Base4Url")}else{const n=J.ToBinary(e);return tt.isPem(n)?tt.decode(n)[0]:J.isHex(n)?J.FromHex(n):J.isBase64(n)?J.FromBase64(n):J.isBase64Url(n)?J.FromBase64Url(n):D.toArrayBuffer(e)}}constructor(...e){Kt.isAsnEncoded(e[0])?super(Kt.toArrayBuffer(e[0]),e[1]):super(e[0])}toString(e="pem"){switch(e){case"pem":return tt.encode(this.rawData,this.tag);default:return super.toString(e)}}}class mt extends Kt{static async create(e,n=Te.get()){if(e instanceof mt)return e;if(en.isCryptoKey(e)){if(e.type!=="public")throw new TypeError("Public key is required");const r=await n.subtle.exportKey("spki",e);return new mt(r)}else{if(e.publicKey)return e.publicKey;if(D.isBufferSource(e))return new mt(e);throw new TypeError("Unsupported PublicKeyType")}}constructor(e){Kt.isAsnEncoded(e)?super(e,gt):super(e),this.tag=tt.PublicKeyTag}async export(...e){let n,r=["verify"],i={hash:"SHA-256",...this.algorithm};e.length>1?(i=e[0]||i,r=e[1]||r,n=e[2]||Te.get()):n=e[0]||Te.get();let o=this.rawData;const a=F.parse(this.rawData,gt);return a.algorithm.algorithm===Hr&&(o=lw(a,o)),n.subtle.importKey("spki",o,i,!0,r)}onInit(e){const n=Ue.resolve(Ln),r=this.algorithm=n.toWebAlgorithm(e.algorithm);switch(e.algorithm.algorithm){case Tn:{const i=F.parse(e.subjectPublicKey,Nd),o=D.toUint8Array(i.modulus);r.publicExponent=D.toUint8Array(i.publicExponent),r.modulusLength=(o[0]?o:o.slice(1)).byteLength<<3;break}}}async getThumbprint(...e){var n;let r,i="SHA-1";return e.length>=1&&!(!((n=e[0])===null||n===void 0)&&n.subtle)?(i=e[0]||i,r=e[1]||Te.get()):r=e[0]||Te.get(),await r.subtle.digest(i,this.rawData)}async getKeyIdentifier(...e){let n,r="SHA-1";e.length===1?typeof e[0]=="string"?(r=e[0],n=Te.get()):n=e[0]:e.length===2?(r=e[0],n=e[1]):n=Te.get();const i=F.parse(this.rawData,gt);return await n.subtle.digest(r,i.subjectPublicKey)}toTextObject(){const e=this.toTextObjectEmpty(),n=F.parse(this.rawData,gt);switch(e.Algorithm=Un.serializeAlgorithm(n.algorithm),n.algorithm.algorithm){case ni:e["EC Point"]=n.subjectPublicKey;break;case Tn:default:e["Raw Data"]=n.subjectPublicKey}return e}}function lw(t,e){return t.algorithm=new H({algorithm:Tn,parameters:null}),e=F.serialize(t),e}class ci extends dt{static async create(e,n=!1,r=Te.get()){if("name"in e&&"serialNumber"in e)return new ci(e,n);const o=await(await mt.create(e,r)).getKeyIdentifier(r);return new ci(J.ToHex(o),n)}constructor(...e){if(D.isBufferSource(e[0]))super(e[0]);else if(typeof e[0]=="string"){const n=new kn({keyIdentifier:new dd(J.FromHex(e[0]))});super(cc,e[1],F.serialize(n))}else{const n=e[0],r=n.name instanceof si?F.parse(n.name.rawData,Ve):n.name,i=new kn({authorityCertIssuer:r,authorityCertSerialNumber:J.FromHex(n.serialNumber)});super(cc,e[1],F.serialize(i))}}onInit(e){super.onInit(e);const n=F.parse(e.extnValue,kn);n.keyIdentifier&&(this.keyId=J.ToHex(n.keyIdentifier)),(n.authorityCertIssuer||n.authorityCertSerialNumber)&&(this.certId={name:n.authorityCertIssuer||[],serialNumber:n.authorityCertSerialNumber?J.ToHex(n.authorityCertSerialNumber):""})}toTextObject(){const e=this.toTextObjectWithoutValue(),n=F.parse(this.value,kn);return n.authorityCertIssuer&&(e["Authority Issuer"]=new si(n.authorityCertIssuer).toTextObject()),n.authorityCertSerialNumber&&(e["Authority Serial Number"]=n.authorityCertSerialNumber),n.keyIdentifier&&(e[""]=n.keyIdentifier),e}}ci.NAME="Authority Key Identifier";class jd extends dt{constructor(...e){if(D.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,No);this.ca=n.cA,this.pathLength=n.pathLenConstraint}else{const n=new No({cA:e[0],pathLenConstraint:e[1]});super(kg,e[2],F.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}}jd.NAME="Basic Constraints";var df;(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"})(df||(df={}));class Pd extends dt{constructor(...e){if(D.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,jo);this.usages=n.map(r=>r)}else{const n=new jo(e[0]);super(Eg,e[1],F.serialize(n)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.usages.map(n=>gn.toString(n)).join(", "),e}}Pd.NAME="Extended Key Usages";var os;(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"})(os||(os={}));class Td extends dt{constructor(...e){if(D.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,ka);this.usages=n.toNumber()}else{const n=new ka(e[0]);super(Ig,e[1],F.serialize(n)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=F.parse(this.value,ka);return e[""]=n.toJSON().join(", "),e}}Td.NAME="Key Usages";class Pi extends dt{static async create(e,n=!1,r=Te.get()){const o=await(await mt.create(e,r)).getKeyIdentifier(r);return new Pi(J.ToHex(o),n)}constructor(...e){if(D.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,rn);this.keyId=J.ToHex(n)}else{const n=typeof e[0]=="string"?J.FromHex(e[0]):e[0],r=new rn(n);super(Og,e[1],F.serialize(r)),this.keyId=J.ToHex(n)}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=F.parse(this.value,rn);return e[""]=n,e}}Pi.NAME="Subject Key Identifier";class sm extends dt{constructor(...e){D.isBufferSource(e[0])?super(e[0]):super(zg,e[1],new si(e[0]||[]).rawData)}onInit(e){super.onInit(e);const n=F.parse(e.extnValue,xc);this.names=new si(n)}toTextObject(){const e=this.toTextObjectWithoutValue(),n=this.names.toTextObject();for(const r in n)e[r]=n[r];return e}}sm.NAME="Subject Alternative Name";class ut{static register(e,n){this.items.set(e,n)}static create(e){const n=new dt(e),r=this.items.get(n.type);return r?new r(e):n}}ut.items=new Map;class am extends dt{constructor(...e){var n;if(D.isBufferSource(e[0])){super(e[0]);const r=F.parse(this.value,zo);this.policies=r.map(i=>i.policyIdentifier)}else{const r=e[0],i=(n=e[1])!==null&&n!==void 0?n:!1,o=new zo(r.map(a=>new Vs({policyIdentifier:a})));super(Sg,i,F.serialize(o)),this.policies=r}}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Policy=this.policies.map(n=>new pe("",{},gn.toString(n))),e}}am.NAME="Certificate Policies";ut.register(Sg,am);class cm extends dt{constructor(...e){var n;if(D.isBufferSource(e[0]))super(e[0]);else if(Array.isArray(e[0])&&typeof e[0][0]=="string"){const i=e[0].map(a=>new Sr({distributionPoint:new zn({fullName:[new ie({uniformResourceIdentifier:a})]})})),o=new rr(i);super(fc,e[1],F.serialize(o))}else{const r=new rr(e[0]);super(fc,e[1],F.serialize(r))}(n=this.distributionPoints)!==null&&n!==void 0||(this.distributionPoints=[])}onInit(e){super.onInit(e);const n=F.parse(e.extnValue,rr);this.distributionPoints=n}toTextObject(){const e=this.toTextObjectWithoutValue();return e["Distribution Point"]=this.distributionPoints.map(n=>{var r;const i={};return n.distributionPoint&&(i[""]=(r=n.distributionPoint.fullName)===null||r===void 0?void 0:r.map(o=>new tn(o).toString()).join(", ")),n.reasons&&(i.Reasons=n.reasons.toString()),n.cRLIssuer&&(i["CRL Issuer"]=n.cRLIssuer.map(o=>o.toString()).join(", ")),i}),e}}cm.NAME="CRL Distribution Points";class lm extends dt{constructor(...e){var n,r,i,o;if(D.isBufferSource(e[0]))super(e[0]);else if(e[0]instanceof er){const a=new er(e[0]);super(ac,e[1],F.serialize(a))}else{const a=e[0],c=new er;Wi(c,a,Ku,"ocsp"),Wi(c,a,Gu,"caIssuers"),Wi(c,a,Wu,"timeStamping"),Wi(c,a,Ju,"caRepository"),super(ac,e[1],F.serialize(c))}(n=this.ocsp)!==null&&n!==void 0||(this.ocsp=[]),(r=this.caIssuers)!==null&&r!==void 0||(this.caIssuers=[]),(i=this.timeStamping)!==null&&i!==void 0||(this.timeStamping=[]),(o=this.caRepository)!==null&&o!==void 0||(this.caRepository=[])}onInit(e){super.onInit(e),this.ocsp=[],this.caIssuers=[],this.timeStamping=[],this.caRepository=[],F.parse(e.extnValue,er).forEach(r=>{switch(r.accessMethod){case Ku:this.ocsp.push(new tn(r.accessLocation));break;case Gu:this.caIssuers.push(new tn(r.accessLocation));break;case Wu:this.timeStamping.push(new tn(r.accessLocation));break;case Ju:this.caRepository.push(new tn(r.accessLocation));break}})}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ocsp.length&&Gi(e,"OCSP",this.ocsp),this.caIssuers.length&&Gi(e,"CA Issuers",this.caIssuers),this.timeStamping.length&&Gi(e,"Time Stamping",this.timeStamping),this.caRepository.length&&Gi(e,"CA Repository",this.caRepository),e}}lm.NAME="Authority Info Access";function Gi(t,e,n){if(n.length===1)t[e]=n[0].toTextObject();else{const r=new pe("");n.forEach((i,o)=>{const a=i.toTextObject(),c=`${a[pe.NAME]} ${o+1}`;let l=r[c];Array.isArray(l)||(l=[],r[c]=l),l.push(a)}),t[e]=r}}function Wi(t,e,n,r){const i=e[r];i&&(Array.isArray(i)?i:[i]).forEach(a=>{typeof a=="string"&&(a=new tn("url",a)),t.push(new bi({accessMethod:n,accessLocation:F.parse(a.rawData,ie)}))})}class Or extends mn{constructor(...e){let n;if(D.isBufferSource(e[0]))n=D.toArrayBuffer(e[0]);else{const r=e[0],i=Array.isArray(e[1])?e[1].map(o=>D.toArrayBuffer(o)):[];n=F.serialize(new Vt({type:r,values:i}))}super(n,Vt)}onInit(e){this.type=e.type,this.values=e.values}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Value=this.values.map(n=>new pe("",{"":n})),e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty();return e[pe.NAME]===Or.NAME&&(e[pe.NAME]=gn.toString(this.type)),e}}Or.NAME="Attribute";class dm extends Or{constructor(...e){var n;if(D.isBufferSource(e[0]))super(e[0]);else{const r=new rs({printableString:e[0]});super(em,[F.serialize(r)])}(n=this.password)!==null&&n!==void 0||(this.password="")}onInit(e){if(super.onInit(e),this.values[0]){const n=F.parse(this.values[0],rs);this.password=n.toString()}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[pe.VALUE]=this.password,e}}dm.NAME="Challenge Password";class Rd extends Or{constructor(...e){var n;if(D.isBufferSource(e[0]))super(e[0]);else{const r=e[0],i=new an;for(const o of r)i.push(F.parse(o.rawData,at));super(Od,[F.serialize(i)])}(n=this.items)!==null&&n!==void 0||(this.items=[])}onInit(e){if(super.onInit(e),this.values[0]){const n=F.parse(this.values[0],an);this.items=n.map(r=>ut.create(F.serialize(r)))}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=this.items.map(r=>r.toTextObject());for(const r of n)e[r[pe.NAME]]=r;return e}}Rd.NAME="Extensions";class pa{static register(e,n){this.items.set(e,n)}static create(e){const n=new Or(e),r=this.items.get(n.type);return r?new r(e):n}}pa.items=new Map;const Ti="crypto.signatureFormatter";class dw{toAsnSignature(e,n){return D.toArrayBuffer(n)}toWebSignature(e,n){return D.toArrayBuffer(n)}}var to;let fl=to=class{static createPssParams(e,n){const r=to.getHashAlgorithm(e);return r?new Bn({hashAlgorithm:r,maskGenAlgorithm:new H({algorithm:ra,parameters:F.serialize(r)}),saltLength:n}):null}static getHashAlgorithm(e){const n=Ue.resolve(Ln);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 H({algorithm:Go,parameters:null});case"sha-256":return new H({algorithm:qc,parameters:null});case"sha-384":return new H({algorithm:Wo,parameters:null});case"sha-512":return new H({algorithm:Jo,parameters:null})}}else return new H({algorithm:Tn,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=to.createPssParams(e.hash,e.saltLength);if(!n)throw new Error("Cannot create PSS parameters");return new H({algorithm:Hr,parameters:F.serialize(n)})}else return new H({algorithm:Hr,parameters:null})}return null}toWebAlgorithm(e){switch(e.algorithm){case Tn:return{name:"RSASSA-PKCS1-v1_5"};case Go:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-1"}};case qc:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};case Wo:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-384"}};case Jo:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-512"}};case Hr:if(e.parameters){const n=F.parse(e.parameters,Bn);return{name:"RSA-PSS",hash:Ue.resolve(Ln).toWebAlgorithm(n.hashAlgorithm),saltLength:n.saltLength}}else return{name:"RSA-PSS"}}return null}};fl=to=p([aa()],fl);Ue.registerSingleton(ji,fl);let hl=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"sha-1":return new H({algorithm:Xo});case"sha-256":return new H({algorithm:Zo});case"sha-384":return new H({algorithm:Yo});case"sha-512":return new H({algorithm:Qo})}return null}toWebAlgorithm(e){switch(e.algorithm){case Xo:return{name:"SHA-1"};case Zo:return{name:"SHA-256"};case Yo:return{name:"SHA-384"};case Qo:return{name:"SHA-512"}}return null}};hl=p([aa()],hl);Ue.registerSingleton(ji,hl);class st{addPadding(e,n){const r=D.toUint8Array(n),i=new Uint8Array(e);return i.set(r,e-r.length),i}removePadding(e,n=!1){let r=D.toUint8Array(e);for(let i=0;i<r.length;i++)if(r[i]){r=r.slice(i);break}if(n&&r[0]>127){const i=new Uint8Array(r.length+1);return i.set(r,1),i.buffer}return r.buffer}toAsnSignature(e,n){if(e.name==="ECDSA"){const r=e.namedCurve,i=st.namedCurveSize.get(r)||st.defaultNamedCurveSize,o=new Ko,a=D.toUint8Array(n);return o.r=this.removePadding(a.slice(0,i),!0),o.s=this.removePadding(a.slice(i,i+i),!0),F.serialize(o)}return null}toWebSignature(e,n){if(e.name==="ECDSA"){const r=F.parse(n,Ko),i=e.namedCurve,o=st.namedCurveSize.get(i)||st.defaultNamedCurveSize,a=this.addPadding(o,this.removePadding(r.r)),c=this.addPadding(o,this.removePadding(r.s));return x2(a,c)}return null}}st.namedCurveSize=new Map;st.defaultNamedCurveSize=32;const Oa="1.3.101.110",uf="1.3.101.111",ja="1.3.101.112",pf="1.3.101.113";let gl=class{toAsnAlgorithm(e){let n=null;switch(e.name.toLowerCase()){case"ed25519":n=ja;break;case"x25519":n=Oa;break;case"eddsa":switch(e.namedCurve.toLowerCase()){case"ed25519":n=ja;break;case"ed448":n=pf;break}break;case"ecdh-es":switch(e.namedCurve.toLowerCase()){case"x25519":n=Oa;break;case"x448":n=uf;break}}return n?new H({algorithm:n}):null}toWebAlgorithm(e){switch(e.algorithm){case ja:return{name:"Ed25519"};case pf:return{name:"EdDSA",namedCurve:"Ed448"};case Oa:return{name:"X25519"};case uf:return{name:"ECDH-ES",namedCurve:"X448"}}return null}};gl=p([aa()],gl);Ue.registerSingleton(ji,gl);class uw extends Kt{constructor(e){Kt.isAsnEncoded(e)?super(e,ii):super(e),this.tag=tt.CertificateRequestTag}onInit(e){this.tbs=F.serialize(e.certificationRequestInfo),this.publicKey=new mt(e.certificationRequestInfo.subjectPKInfo);const n=Ue.resolve(Ln);this.signatureAlgorithm=n.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signature,this.attributes=e.certificationRequestInfo.attributes.map(i=>pa.create(F.serialize(i)));const r=this.getAttribute(Od);this.extensions=[],r instanceof Rd&&(this.extensions=r.items),this.subjectName=new ot(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=Te.get()){const n={...this.publicKey.algorithm,...this.signatureAlgorithm},r=await this.publicKey.export(n,["verify"],e),i=Ue.resolveAll(Ti).reverse();let o=null;for(const c of i)if(o=c.toWebSignature(n,this.signature),o)break;if(!o)throw Error("Cannot convert WebCrypto signature value to ASN.1 format");return await e.subtle.verify(this.signatureAlgorithm,r,o,this.tbs)}toTextObject(){const e=this.toTextObjectEmpty(),n=F.parse(this.rawData,ii),r=n.certificationRequestInfo,i=new pe("",{Version:`${On[r.version]} (${r.version})`,Subject:this.subject,"Subject Public Key Info":this.publicKey});if(this.attributes.length){const o=new pe("");for(const a of this.attributes){const c=a.toTextObject();o[c[pe.NAME]]=c}i.Attributes=o}return e.Data=i,e.Signature=new pe("",{Algorithm:Un.serializeAlgorithm(n.signatureAlgorithm),"":n.signature}),e}}uw.NAME="PKCS#10 Certificate Request";class Bd extends Kt{constructor(e){Kt.isAsnEncoded(e)?super(e,jn):super(e),this.tag=tt.CertificateTag}onInit(e){const n=e.tbsCertificate;this.tbs=F.serialize(n),this.serialNumber=J.ToHex(n.serialNumber),this.subjectName=new ot(n.subject),this.subject=new ot(n.subject).toString(),this.issuerName=new ot(n.issuer),this.issuer=this.issuerName.toString();const r=Ue.resolve(Ln);this.signatureAlgorithm=r.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signatureValue;const i=n.validity.notBefore.utcTime||n.validity.notBefore.generalTime;if(!i)throw new Error("Cannot get 'notBefore' value");this.notBefore=i;const o=n.validity.notAfter.utcTime||n.validity.notAfter.generalTime;if(!o)throw new Error("Cannot get 'notAfter' value");this.notAfter=o,this.extensions=[],n.extensions&&(this.extensions=n.extensions.map(a=>ut.create(F.serialize(a)))),this.publicKey=new mt(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=Te.get()){let r,i;const o=e.publicKey;try{if(!o)r={...this.publicKey.algorithm,...this.signatureAlgorithm},i=await this.publicKey.export(r,["verify"],n);else if("publicKey"in o)r={...o.publicKey.algorithm,...this.signatureAlgorithm},i=await o.publicKey.export(r,["verify"],n);else if(o instanceof mt)r={...o.algorithm,...this.signatureAlgorithm},i=await o.export(r,["verify"],n);else if(D.isBufferSource(o)){const d=new mt(o);r={...d.algorithm,...this.signatureAlgorithm},i=await d.export(r,["verify"],n)}else r={...o.algorithm,...this.signatureAlgorithm},i=o}catch{return!1}const a=Ue.resolveAll(Ti).reverse();let c=null;for(const d of a)if(c=d.toWebSignature(r,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,i,c,this.tbs);if(e.signatureOnly)return l;{const u=(e.date||new Date).getTime();return l&&this.notBefore.getTime()<u&&u<this.notAfter.getTime()}}async getThumbprint(...e){let n,r="SHA-1";return e[0]&&(e[0].subtle?n=e[0]:(r=e[0]||r,n=e[1])),n??(n=Te.get()),await n.subtle.digest(r,this.rawData)}async isSelfSigned(e=Te.get()){return this.subject===this.issuer&&await this.verify({signatureOnly:!0},e)}toTextObject(){const e=this.toTextObjectEmpty(),n=F.parse(this.rawData,jn),r=n.tbsCertificate,i=new pe("",{Version:`${On[r.version]} (${r.version})`,"Serial Number":r.serialNumber,"Signature Algorithm":Un.serializeAlgorithm(r.signature),Issuer:this.issuer,Validity:new pe("",{"Not Before":r.validity.notBefore.getTime(),"Not After":r.validity.notAfter.getTime()}),Subject:this.subject,"Subject Public Key Info":this.publicKey});if(r.issuerUniqueID&&(i["Issuer Unique ID"]=r.issuerUniqueID),r.subjectUniqueID&&(i["Subject Unique ID"]=r.subjectUniqueID),this.extensions.length){const o=new pe("");for(const a of this.extensions){const c=a.toTextObject();o[c[pe.NAME]]=c}i.Extensions=o}return e.Data=i,e.Signature=new pe("",{Algorithm:Un.serializeAlgorithm(n.signatureAlgorithm),"":n.signatureValue}),e}}Bd.NAME="Certificate";class pw{static async createSelfSigned(e,n=Te.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=Te.get()){var r;let i;e.publicKey instanceof mt?i=e.publicKey.rawData:"publicKey"in e.publicKey?i=e.publicKey.publicKey.rawData:D.isBufferSource(e.publicKey)?i=e.publicKey:i=await n.subtle.exportKey("spki",e.publicKey);const o=e.serialNumber?D.toUint8Array(J.FromHex(e.serialNumber)):n.getRandomValues(new Uint8Array(16));o[0]>127&&(o[0]&=127),o.length>1&&o[0]===0&&(o[1]|=128);const a=e.notBefore||new Date,c=e.notAfter||new Date(a.getTime()+31536e6),l=new jn({tbsCertificate:new rt({version:On.v3,serialNumber:o,validity:new $i({notBefore:a,notAfter:c}),extensions:new an(((r=e.extensions)===null||r===void 0?void 0:r.map(w=>F.parse(w.rawData,at)))||[]),subjectPublicKeyInfo:F.parse(i,gt)})});if(e.subject){const w=e.subject instanceof ot?e.subject:new ot(e.subject);l.tbsCertificate.subject=F.parse(w.toArrayBuffer(),$e)}if(e.issuer){const w=e.issuer instanceof ot?e.issuer:new ot(e.issuer);l.tbsCertificate.issuer=F.parse(w.toArrayBuffer(),$e)}const d={hash:"SHA-256"},u="signingKey"in e?{...d,...e.signingAlgorithm,...e.signingKey.algorithm}:{...d,...e.signingAlgorithm},f=Ue.resolve(Ln);l.tbsCertificate.signature=l.signatureAlgorithm=f.toAsnAlgorithm(u);const m=F.serialize(l.tbsCertificate),v="signingKey"in e?await n.subtle.sign(u,e.signingKey,m):e.signature,h=Ue.resolveAll(Ti).reverse();let _=null;for(const w of h)if(_=w.toAsnSignature(u,v),_)break;if(!_)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");return l.signatureValue=_,new Bd(F.serialize(l))}}var ff;(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"})(ff||(ff={}));ut.register(kg,jd);ut.register(Eg,Pd);ut.register(Ig,Td);ut.register(Og,Pi);ut.register(cc,ci);ut.register(zg,sm);ut.register(fc,cm);ut.register(ac,lm);pa.register(em,dm);pa.register(Od,Rd);Ue.registerSingleton(Ti,dw);Ue.registerSingleton(Ti,st);st.namedCurveSize.set("P-256",32);st.namedCurveSize.set("K-256",32);st.namedCurveSize.set("P-384",48);st.namedCurveSize.set("P-521",66);async function ml(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"]),r=xe(),i=Ja(new TextEncoder().encode(r)),o=await pw.createSelfSigned({serialNumber:i,name:t.name,notBefore:new Date,notAfter:new Date(Date.now()+365*24*60*60*1e3),signingAlgorithm:e,keys:n,extensions:[new jd(!0,2,!0),new Pd(["1.3.6.1.5.5.7.3.1"],!0),new Td(os.keyCertSign|os.cRLSign,!0),await Pi.create(n.publicKey)]}),a=await crypto.subtle.exportKey("pkcs8",n.privateKey),c=o.toString("pem"),l=await hw(o),d=Ja(await o.getThumbprint()),u=fw("PRIVATE",a);return{kid:o.serialNumber,cert:c,thumbprint:d,fingerprint:l,pkcs7:u}}function fw(t,e){const n=x_.encode(new Uint8Array(e));let r=`-----BEGIN ${t} KEY-----\r
141
+ */const Pi="crypto.algorithm";class Dw{getAlgorithms(){return Ue.resolveAll(Pi)}toAsnAlgorithm(e){({...e});for(const n of this.getAlgorithms()){const r=n.toAsnAlgorithm(e);if(r)return r}if(/^[0-9.]+$/.test(e.name)){const n=new H({algorithm:e.name});if("parameters"in e){const r=e;n.parameters=r.parameters}return n}throw new Error("Cannot convert WebCrypto algorithm to ASN.1 algorithm")}toWebAlgorithm(e){for(const r of this.getAlgorithms()){const i=r.toWebAlgorithm(e);if(i)return i}return{name:e.algorithm,parameters:e.parameters}}}const Ln="crypto.algorithmProvider";Ue.registerSingleton(Ln,Dw);var to;const Qe="1.3.36.3.3.2.8.1.1",Np=`${Qe}.1`,Cp=`${Qe}.2`,zp=`${Qe}.3`,Op=`${Qe}.4`,jp=`${Qe}.5`,Pp=`${Qe}.6`,Tp=`${Qe}.7`,Rp=`${Qe}.8`,Bp=`${Qe}.9`,Lp=`${Qe}.10`,Up=`${Qe}.11`,Mp=`${Qe}.12`,Fp=`${Qe}.13`,Vp=`${Qe}.14`,Dp="brainpoolP160r1",qp="brainpoolP160t1",Hp="brainpoolP192r1",Kp="brainpoolP192t1",Gp="brainpoolP224r1",Wp="brainpoolP224t1",Jp="brainpoolP256r1",Zp="brainpoolP256t1",Xp="brainpoolP320r1",Yp="brainpoolP320t1",Qp="brainpoolP384r1",ef="brainpoolP384t1",tf="brainpoolP512r1",nf="brainpoolP512t1",ye="ECDSA";let si=to=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 fw;case"sha-256":return hw;case"sha-384":return gw;case"sha-512":return mw}else if("namedCurve"in e){let n="";switch(e.namedCurve){case"P-256":n=sp;break;case"K-256":n=to.SECP256K1;break;case"P-384":n=ap;break;case"P-521":n=cp;break;case Dp:n=Np;break;case qp:n=Cp;break;case Hp:n=zp;break;case Kp:n=Op;break;case Gp:n=jp;break;case Wp:n=Pp;break;case Jp:n=Tp;break;case Zp:n=Rp;break;case Xp:n=Bp;break;case Yp:n=Lp;break;case Qp:n=Up;break;case ef:n=Mp;break;case tf:n=Fp;break;case nf:n=Vp;break}if(n)return new H({algorithm:ri,parameters:F.serialize(new ln({namedCurve:n}))})}}return null}toWebAlgorithm(e){switch(e.algorithm){case kl:return{name:ye,hash:{name:"SHA-1"}};case Sl:return{name:ye,hash:{name:"SHA-256"}};case Al:return{name:ye,hash:{name:"SHA-384"}};case El:return{name:ye,hash:{name:"SHA-512"}};case ri:{if(!e.parameters)throw new TypeError("Cannot get required parameters from EC algorithm");switch(F.parse(e.parameters,ln).namedCurve){case sp:return{name:ye,namedCurve:"P-256"};case to.SECP256K1:return{name:ye,namedCurve:"K-256"};case ap:return{name:ye,namedCurve:"P-384"};case cp:return{name:ye,namedCurve:"P-521"};case Np:return{name:ye,namedCurve:Dp};case Cp:return{name:ye,namedCurve:qp};case zp:return{name:ye,namedCurve:Hp};case Op:return{name:ye,namedCurve:Kp};case jp:return{name:ye,namedCurve:Gp};case Pp:return{name:ye,namedCurve:Wp};case Tp:return{name:ye,namedCurve:Jp};case Rp:return{name:ye,namedCurve:Zp};case Bp:return{name:ye,namedCurve:Xp};case Lp:return{name:ye,namedCurve:Yp};case Up:return{name:ye,namedCurve:Qp};case Mp:return{name:ye,namedCurve:ef};case Fp:return{name:ye,namedCurve:tf};case Vp:return{name:ye,namedCurve:nf}}}}return null}};si.SECP256K1="1.3.132.0.10";si=to=p([da()],si);Ue.registerSingleton(Pi,si);const Jg=Symbol("name"),Zg=Symbol("value");class pe{constructor(e,n={},r=""){this[Jg]=e,this[Zg]=r;for(const i in n)this[i]=n[i]}}pe.NAME=Jg;pe.VALUE=Zg;class qw{static toTextObject(e){const n=new pe("Algorithm Identifier",{},gn.toString(e.algorithm));if(e.parameters)switch(e.algorithm){case ri:{const r=new si().toWebAlgorithm(e);r&&"namedCurve"in r?n["Named Curve"]=r.namedCurve:n.Parameters=e.parameters;break}default:n.Parameters=e.parameters}return n}}class gn{static toString(e){const n=this.items[e];return n||e}}gn.items={[Yo]:"sha1",[Rg]:"sha224",[Qo]:"sha256",[es]:"sha384",[ts]:"sha512",[Tn]:"rsaEncryption",[Jo]:"sha1WithRSAEncryption",[$w]:"sha224WithRSAEncryption",[Kc]:"sha256WithRSAEncryption",[Zo]:"sha384WithRSAEncryption",[Xo]:"sha512WithRSAEncryption",[ri]:"ecPublicKey",[kl]:"ecdsaWithSHA1",[jg]:"ecdsaWithSHA224",[Sl]:"ecdsaWithSHA256",[Al]:"ecdsaWithSHA384",[El]:"ecdsaWithSHA512",[sw]:"TLS WWW server authentication",[aw]:"TLS WWW client authentication",[cw]:"Code Signing",[dw]:"E-mail Protection",[lw]:"Time Stamping",[uw]:"OCSP Signing",[pw]:"Signed Data"};class Un{static serialize(e){return this.serializeObj(e).join(`
142
+ `)}static pad(e=0){return"".padStart(2*e," ")}static serializeObj(e,n=0){const r=[];let i=this.pad(n++),o="";const a=e[pe.VALUE];a&&(o=` ${a}`),r.push(`${i}${e[pe.NAME]}:${o}`),i=this.pad(n);for(const c in e){if(typeof c=="symbol")continue;const d=e[c],l=c?`${c}: `:"";if(typeof d=="string"||typeof d=="number"||typeof d=="boolean")r.push(`${i}${l}${d}`);else if(d instanceof Date)r.push(`${i}${l}${d.toUTCString()}`);else if(Array.isArray(d))for(const u of d)u[pe.NAME]=c,r.push(...this.serializeObj(u,n));else if(d instanceof pe)d[pe.NAME]=c,r.push(...this.serializeObj(d,n));else if(V.isBufferSource(d))c?(r.push(`${i}${l}`),r.push(...this.serializeBufferSource(d,n+1))):r.push(...this.serializeBufferSource(d,n));else if("toTextObject"in d){const u=d.toTextObject();u[pe.NAME]=c,r.push(...this.serializeObj(u,n))}else throw new TypeError("Cannot serialize data in text format. Unsupported type.")}return r}static serializeBufferSource(e,n=0){const r=this.pad(n),i=V.toUint8Array(e),o=[];for(let a=0;a<i.length;){const c=[];for(let d=0;d<16&&a<i.length;d++){d===8&&c.push("");const l=i[a++].toString(16).padStart(2,"0");c.push(l)}o.push(`${r}${c.join(" ")}`)}return o}static serializeAlgorithm(e){return this.algorithmSerializer.toTextObject(e)}}Un.oidSerializer=gn;Un.algorithmSerializer=qw;class mn{constructor(...e){if(e.length===1){const n=e[0];this.rawData=F.serialize(n),this.onInit(n)}else{const n=F.parse(e[0],e[1]);this.rawData=V.toArrayBuffer(e[0]),this.onInit(n)}}equal(e){return e instanceof mn?gh(e.rawData,this.rawData):!1}toString(e="text"){switch(e){case"asn":return F.toString(this.rawData);case"text":return Un.serialize(this.toTextObject());case"hex":return J.ToHex(this.rawData);case"base64":return J.ToBase64(this.rawData);case"base64url":return J.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 pe(this.getTextName(),{},e)}}mn.NAME="ASN";class lt extends mn{constructor(...e){let n;V.isBufferSource(e[0])?n=V.toArrayBuffer(e[0]):n=F.serialize(new at({extnID:e[0],critical:e[1],extnValue:new le(V.toArrayBuffer(e[2]))})),super(n,at)}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[pe.NAME]===lt.NAME&&(e[pe.NAME]=gn.toString(this.type)),e}}var Xg;class nn{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[Xg]="CryptoProvider",typeof self<"u"&&typeof crypto<"u"?this.set(nn.DEFAULT,crypto):typeof global<"u"&&global.crypto&&global.crypto.subtle&&this.set(nn.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=nn.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(nn.DEFAULT,e);return this}}Xg=Symbol.toStringTag;nn.DEFAULT="default";const Te=new nn,Hw=/^[0-2](?:\.[1-9][0-9]*)+$/;function Kw(t){return new RegExp(Hw).test(t)}class Yg{constructor(e={}){this.items={};for(const n in e)this.register(n,e[n])}get(e){return this.items[e]||null}findId(e){return Kw(e)?e:this.get(e)}register(e,n){this.items[e]=n,this.items[n]=e}}const Ze=new Yg;Ze.register("CN","2.5.4.3");Ze.register("L","2.5.4.7");Ze.register("ST","2.5.4.8");Ze.register("O","2.5.4.10");Ze.register("OU","2.5.4.11");Ze.register("C","2.5.4.6");Ze.register("DC","0.9.2342.19200300.100.1.25");Ze.register("E","1.2.840.113549.1.9.1");Ze.register("G","2.5.4.42");Ze.register("I","2.5.4.43");Ze.register("SN","2.5.4.4");Ze.register("T","2.5.4.12");function Gw(t,e){return`\\${J.ToHex(J.FromUtf8String(e)).toUpperCase()}`}function Ww(t){return t.replace(/([,+"\\<>;])/g,"\\$1").replace(/^([ #])/,"\\$1").replace(/([ ]$)/,"\\$1").replace(/([\r\n\t])/,Gw)}class ot{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 Yg,this.asn=new $e;for(const r in n)if(Object.prototype.hasOwnProperty.call(n,r)){const i=n[r];this.extraNames.register(r,i)}typeof e=="string"?this.asn=this.fromString(e):e instanceof $e?this.asn=e:V.isBufferSource(e)?this.asn=F.parse(e,$e):this.asn=this.fromJSON(e)}getField(e){const n=this.extraNames.findId(e)||Ze.findId(e),r=[];for(const i of this.asn)for(const o of i)o.type===n&&r.push(o.value.toString());return r}getName(e){return this.extraNames.get(e)||Ze.get(e)}toString(){return this.asn.map(e=>e.map(n=>{const r=this.getName(n.type)||n.type,i=n.value.anyValue?`#${J.ToHex(n.value.anyValue)}`:Ww(n.value.toString());return`${r}=${i}`}).join("+")).join(", ")}toJSON(){var e;const n=[];for(const r of this.asn){const i={};for(const o of r){const a=this.getName(o.type)||o.type;(e=i[a])!==null&&e!==void 0||(i[a]=[]),i[a].push(o.value.anyValue?`#${J.ToHex(o.value.anyValue)}`:o.value.toString())}n.push(i)}return n}fromString(e){const n=new $e,r=/(\d\.[\d.]*\d|[A-Za-z]+)=((?:"")|(?:".*?[^\\]")|(?:[^,+].*?(?:[^\\][,+]))|(?:))([,+])?/g;let i=null,o=",";for(;i=r.exec(`${e},`);){let[,a,c]=i;const d=c[c.length-1];(d===","||d==="+")&&(c=c.slice(0,c.length-1),i[3]=d);const l=i[3];a=this.getTypeOid(a);const u=this.createAttribute(a,c);o==="+"?n[n.length-1].push(u):n.push(new ur([u])),o=l}return n}fromJSON(e){const n=new $e;for(const r of e){const i=new ur;for(const o in r){const a=this.getTypeOid(o),c=r[o];for(const d of c){const l=this.createAttribute(a,d);i.push(l)}}n.push(i)}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 r=new Ds({type:e});if(typeof n=="object")for(const i in n)switch(i){case"ia5String":r.value.ia5String=n[i];break;case"utf8String":r.value.utf8String=n[i];break;case"universalString":r.value.universalString=n[i];break;case"bmpString":r.value.bmpString=n[i];break;case"printableString":r.value.printableString=n[i];break}else if(n[0]==="#")r.value.anyValue=J.FromHex(n.slice(1));else{const i=this.processStringValue(n);e===this.getName("E")||e===this.getName("DC")?r.value.ia5String=i:ot.isPrintableString(i)?r.value.printableString=i:r.value.utf8String=i}return r}processStringValue(e){const n=/"(.*?[^\\])?"/.exec(e);return n&&(e=n[1]),e.replace(/\\0a/ig,`
143
+ `).replace(/\\0d/ig,"\r").replace(/\\0g/ig," ").replace(/\\(.)/g,"$1")}toArrayBuffer(){return F.serialize(this.asn)}async getThumbprint(...e){var n;let r,i="SHA-1";return e.length>=1&&!(!((n=e[0])===null||n===void 0)&&n.subtle)?(i=e[0]||i,r=e[1]||Te.get()):r=e[0]||Te.get(),await r.subtle.digest(i,this.toArrayBuffer())}}const Qg="Cannot initialize GeneralName from ASN.1 data.",rf=`${Qg} Unsupported string format in use.`,Jw=`${Qg} Value doesn't match to GUID regular expression.`,of=/^([0-9a-f]{8})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{4})-?([0-9a-f]{12})$/i,sf="1.3.6.1.4.1.311.25.1",af="1.3.6.1.4.1.311.20.2.3",Ea="dns",Ia="dn",Na="email",Ca="ip",za="url",Oa="guid",ja="upn",Gi="id";class rn extends mn{constructor(...e){let n;if(e.length===2)switch(e[0]){case Ia:{const r=new ot(e[1]).toArrayBuffer(),i=F.parse(r,$e);n=new ie({directoryName:i});break}case Ea:n=new ie({dNSName:e[1]});break;case Na:n=new ie({rfc822Name:e[1]});break;case Oa:{const r=new RegExp(of,"i").exec(e[1]);if(!r)throw new Error("Cannot parse GUID value. Value doesn't match to regular expression");const i=r.slice(1).map((o,a)=>a<3?J.ToHex(new Uint8Array(J.FromHex(o)).reverse()):o).join("");n=new ie({otherName:new Qr({typeId:sf,value:F.serialize(new le(J.FromHex(i)))})});break}case Ca:n=new ie({iPAddress:e[1]});break;case Gi:n=new ie({registeredID:e[1]});break;case ja:{n=new ie({otherName:new Qr({typeId:af,value:F.serialize(gg.toASN(e[1]))})});break}case za:n=new ie({uniformResourceIdentifier:e[1]});break;default:throw new Error("Cannot create GeneralName. Unsupported type of the name")}else V.isBufferSource(e[0])?n=F.parse(e[0],ie):n=e[0];super(n)}onInit(e){if(e.dNSName!=null)this.type=Ea,this.value=e.dNSName;else if(e.rfc822Name!=null)this.type=Na,this.value=e.rfc822Name;else if(e.iPAddress!=null)this.type=Ca,this.value=e.iPAddress;else if(e.uniformResourceIdentifier!=null)this.type=za,this.value=e.uniformResourceIdentifier;else if(e.registeredID!=null)this.type=Gi,this.value=e.registeredID;else if(e.directoryName!=null)this.type=Ia,this.value=new ot(e.directoryName).toString();else if(e.otherName!=null)if(e.otherName.typeId===sf){this.type=Oa;const n=F.parse(e.otherName.value,le),r=new RegExp(of,"i").exec(J.ToHex(n));if(!r)throw new Error(Jw);this.value=r.slice(1).map((i,o)=>o<3?J.ToHex(new Uint8Array(J.FromHex(i)).reverse()):i).join("-")}else if(e.otherName.typeId===af)this.type=ja,this.value=F.parse(e.otherName.value,Le).toString();else throw new Error(rf);else throw new Error(rf)}toJSON(){return{type:this.type,value:this.value}}toTextObject(){let e;switch(this.type){case Ia:case Ea:case Oa:case Ca:case Gi:case ja:case za:e=this.type.toUpperCase();break;case Na:e="Email";break;default:throw new Error("Unsupported GeneralName type")}let n=this.value;return this.type===Gi&&(n=gn.toString(n)),new pe(e,void 0,n)}}class ai extends mn{constructor(e){let n;if(e instanceof De)n=e;else if(Array.isArray(e)){const r=[];for(const i of e)if(i instanceof ie)r.push(i);else{const o=F.parse(new rn(i.type,i.value).rawData,ie);r.push(o)}n=new De(r)}else if(V.isBufferSource(e))n=F.parse(e,De);else throw new Error("Cannot initialize GeneralNames. Incorrect incoming arguments");super(n)}onInit(e){const n=[];for(const r of e){let i=null;try{i=new rn(r)}catch{continue}n.push(i)}this.items=n}toJSON(){return this.items.map(e=>e.toJSON())}toTextObject(){const e=super.toTextObjectEmpty();for(const n of this.items){const r=n.toTextObject();let i=e[r[pe.NAME]];Array.isArray(i)||(i=[],e[r[pe.NAME]]=i),i.push(r)}return e}}ai.NAME="GeneralNames";const Gr="-{5}",ci="\\n",Zw=`[^${ci}]+`,Xw=`${Gr}BEGIN (${Zw}(?=${Gr}))${Gr}`,Yw=`${Gr}END \\1${Gr}`,wr="\\n",Qw=`[^:${ci}]+`,ev=`(?:[^${ci}]+${wr}(?: +[^${ci}]+${wr})*)`,tv="[a-zA-Z0-9=+/]+",nv=`(?:${tv}${wr})+`,cf=`${Xw}${wr}(?:((?:${Qw}: ${ev})+))?${wr}?(${nv})${Yw}`;class tt{static isPem(e){return typeof e=="string"&&new RegExp(cf,"g").test(e)}static decodeWithHeaders(e){e=e.replace(/\r/g,"");const n=new RegExp(cf,"g"),r=[];let i=null;for(;i=n.exec(e);){const o=i[3].replace(new RegExp(`[${ci}]+`,"g"),""),a={type:i[1],headers:[],rawData:J.FromBase64(o)},c=i[2];if(c){const d=c.split(new RegExp(wr,"g"));let l=null;for(const u of d){const[f,m]=u.split(/:(.*)/);if(m===void 0){if(!l)throw new Error("Cannot parse PEM string. Incorrect header value");l.value+=f.trim()}else l&&a.headers.push(l),l={key:f,value:m.trim()}}l&&a.headers.push(l)}r.push(a)}return r}static decode(e){return this.decodeWithHeaders(e).map(r=>r.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 r=new Array;return n?e.forEach(i=>{if(!V.isBufferSource(i))throw new TypeError("Cannot encode array of BufferSource in PEM format. Not all items of the array are BufferSource");r.push(this.encodeStruct({type:n,rawData:V.toArrayBuffer(i)}))}):e.forEach(i=>{if(!("type"in i))throw new TypeError("Cannot encode array of PemStruct in PEM format. Not all items of the array are PemStrut");r.push(this.encodeStruct(i))}),r.join(`
144
+ `)}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 r=e.type.toLocaleUpperCase(),i=[];if(i.push(`-----BEGIN ${r}-----`),!((n=e.headers)===null||n===void 0)&&n.length){for(const l of e.headers)i.push(`${l.key}: ${l.value}`);i.push("")}const o=J.ToBase64(e.rawData);let a,c=0;const d=Array();for(;c<o.length&&(o.length-c<64?a=o.substring(c):(a=o.substring(c,c+64),c+=64),a.length!==0);)if(d.push(a),a.length<64)break;return i.push(...d),i.push(`-----END ${r}-----`),i.join(`
145
+ `)}}tt.CertificateTag="CERTIFICATE";tt.CrlTag="CRL";tt.CertificateRequestTag="CERTIFICATE REQUEST";tt.PublicKeyTag="PUBLIC KEY";tt.PrivateKeyTag="PRIVATE KEY";class Gt extends mn{static isAsnEncoded(e){return V.isBufferSource(e)||typeof e=="string"}static toArrayBuffer(e){if(typeof e=="string"){if(tt.isPem(e))return tt.decode(e)[0];if(J.isHex(e))return J.FromHex(e);if(J.isBase64(e))return J.FromBase64(e);if(J.isBase64Url(e))return J.FromBase64Url(e);throw new TypeError("Unsupported format of 'raw' argument. Must be one of DER, PEM, HEX, Base64, or Base4Url")}else{const n=J.ToBinary(e);return tt.isPem(n)?tt.decode(n)[0]:J.isHex(n)?J.FromHex(n):J.isBase64(n)?J.FromBase64(n):J.isBase64Url(n)?J.FromBase64Url(n):V.toArrayBuffer(e)}}constructor(...e){Gt.isAsnEncoded(e[0])?super(Gt.toArrayBuffer(e[0]),e[1]):super(e[0])}toString(e="pem"){switch(e){case"pem":return tt.encode(this.rawData,this.tag);default:return super.toString(e)}}}class mt extends Gt{static async create(e,n=Te.get()){if(e instanceof mt)return e;if(nn.isCryptoKey(e)){if(e.type!=="public")throw new TypeError("Public key is required");const r=await n.subtle.exportKey("spki",e);return new mt(r)}else{if(e.publicKey)return e.publicKey;if(V.isBufferSource(e))return new mt(e);throw new TypeError("Unsupported PublicKeyType")}}constructor(e){Gt.isAsnEncoded(e)?super(e,gt):super(e),this.tag=tt.PublicKeyTag}async export(...e){let n,r=["verify"],i={hash:"SHA-256",...this.algorithm};e.length>1?(i=e[0]||i,r=e[1]||r,n=e[2]||Te.get()):n=e[0]||Te.get();let o=this.rawData;const a=F.parse(this.rawData,gt);return a.algorithm.algorithm===Kr&&(o=rv(a,o)),n.subtle.importKey("spki",o,i,!0,r)}onInit(e){const n=Ue.resolve(Ln),r=this.algorithm=n.toWebAlgorithm(e.algorithm);switch(e.algorithm.algorithm){case Tn:{const i=F.parse(e.subjectPublicKey,Il),o=V.toUint8Array(i.modulus);r.publicExponent=V.toUint8Array(i.publicExponent),r.modulusLength=(o[0]?o:o.slice(1)).byteLength<<3;break}}}async getThumbprint(...e){var n;let r,i="SHA-1";return e.length>=1&&!(!((n=e[0])===null||n===void 0)&&n.subtle)?(i=e[0]||i,r=e[1]||Te.get()):r=e[0]||Te.get(),await r.subtle.digest(i,this.rawData)}async getKeyIdentifier(...e){let n,r="SHA-1";e.length===1?typeof e[0]=="string"?(r=e[0],n=Te.get()):n=e[0]:e.length===2?(r=e[0],n=e[1]):n=Te.get();const i=F.parse(this.rawData,gt);return await n.subtle.digest(r,i.subjectPublicKey)}toTextObject(){const e=this.toTextObjectEmpty(),n=F.parse(this.rawData,gt);switch(e.Algorithm=Un.serializeAlgorithm(n.algorithm),n.algorithm.algorithm){case ri:e["EC Point"]=n.subjectPublicKey;break;case Tn:default:e["Raw Data"]=n.subjectPublicKey}return e}}function rv(t,e){return t.algorithm=new H({algorithm:Tn,parameters:null}),e=F.serialize(t),e}class di extends lt{static async create(e,n=!1,r=Te.get()){if("name"in e&&"serialNumber"in e)return new di(e,n);const o=await(await mt.create(e,r)).getKeyIdentifier(r);return new di(J.ToHex(o),n)}constructor(...e){if(V.isBufferSource(e[0]))super(e[0]);else if(typeof e[0]=="string"){const n=new kn({keyIdentifier:new dl(J.FromHex(e[0]))});super(lc,e[1],F.serialize(n))}else{const n=e[0],r=n.name instanceof ai?F.parse(n.name.rawData,De):n.name,i=new kn({authorityCertIssuer:r,authorityCertSerialNumber:J.FromHex(n.serialNumber)});super(lc,e[1],F.serialize(i))}}onInit(e){super.onInit(e);const n=F.parse(e.extnValue,kn);n.keyIdentifier&&(this.keyId=J.ToHex(n.keyIdentifier)),(n.authorityCertIssuer||n.authorityCertSerialNumber)&&(this.certId={name:n.authorityCertIssuer||[],serialNumber:n.authorityCertSerialNumber?J.ToHex(n.authorityCertSerialNumber):""})}toTextObject(){const e=this.toTextObjectWithoutValue(),n=F.parse(this.value,kn);return n.authorityCertIssuer&&(e["Authority Issuer"]=new ai(n.authorityCertIssuer).toTextObject()),n.authorityCertSerialNumber&&(e["Authority Serial Number"]=n.authorityCertSerialNumber),n.keyIdentifier&&(e[""]=n.keyIdentifier),e}}di.NAME="Authority Key Identifier";class Ol extends lt{constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,zo);this.ca=n.cA,this.pathLength=n.pathLenConstraint}else{const n=new zo({cA:e[0],pathLenConstraint:e[1]});super(yg,e[2],F.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 df;(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"})(df||(df={}));class jl extends lt{constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,To);this.usages=n.map(r=>r)}else{const n=new To(e[0]);super(bg,e[1],F.serialize(n)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[""]=this.usages.map(n=>gn.toString(n)).join(", "),e}}jl.NAME="Extended Key Usages";var as;(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"})(as||(as={}));class Pl extends lt{constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,Aa);this.usages=n.toNumber()}else{const n=new Aa(e[0]);super($g,e[1],F.serialize(n)),this.usages=e[0]}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=F.parse(this.value,Aa);return e[""]=n.toJSON().join(", "),e}}Pl.NAME="Key Usages";class Ti extends lt{static async create(e,n=!1,r=Te.get()){const o=await(await mt.create(e,r)).getKeyIdentifier(r);return new Ti(J.ToHex(o),n)}constructor(...e){if(V.isBufferSource(e[0])){super(e[0]);const n=F.parse(this.value,sn);this.keyId=J.ToHex(n)}else{const n=typeof e[0]=="string"?J.FromHex(e[0]):e[0],r=new sn(n);super(Ag,e[1],F.serialize(r)),this.keyId=J.ToHex(n)}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=F.parse(this.value,sn);return e[""]=n,e}}Ti.NAME="Subject Key Identifier";class em extends lt{constructor(...e){V.isBufferSource(e[0])?super(e[0]):super(Sg,e[1],new ai(e[0]||[]).rawData)}onInit(e){super.onInit(e);const n=F.parse(e.extnValue,Sc);this.names=new ai(n)}toTextObject(){const e=this.toTextObjectWithoutValue(),n=this.names.toTextObject();for(const r in n)e[r]=n[r];return e}}em.NAME="Subject Alternative Name";class ut{static register(e,n){this.items.set(e,n)}static create(e){const n=new lt(e),r=this.items.get(n.type);return r?new r(e):n}}ut.items=new Map;class tm extends lt{constructor(...e){var n;if(V.isBufferSource(e[0])){super(e[0]);const r=F.parse(this.value,jo);this.policies=r.map(i=>i.policyIdentifier)}else{const r=e[0],i=(n=e[1])!==null&&n!==void 0?n:!1,o=new jo(r.map(a=>new Hs({policyIdentifier:a})));super(wg,i,F.serialize(o)),this.policies=r}}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Policy=this.policies.map(n=>new pe("",{},gn.toString(n))),e}}tm.NAME="Certificate Policies";ut.register(wg,tm);class nm extends lt{constructor(...e){var n;if(V.isBufferSource(e[0]))super(e[0]);else if(Array.isArray(e[0])&&typeof e[0][0]=="string"){const i=e[0].map(a=>new Ar({distributionPoint:new zn({fullName:[new ie({uniformResourceIdentifier:a})]})})),o=new or(i);super(gc,e[1],F.serialize(o))}else{const r=new or(e[0]);super(gc,e[1],F.serialize(r))}(n=this.distributionPoints)!==null&&n!==void 0||(this.distributionPoints=[])}onInit(e){super.onInit(e);const n=F.parse(e.extnValue,or);this.distributionPoints=n}toTextObject(){const e=this.toTextObjectWithoutValue();return e["Distribution Point"]=this.distributionPoints.map(n=>{var r;const i={};return n.distributionPoint&&(i[""]=(r=n.distributionPoint.fullName)===null||r===void 0?void 0:r.map(o=>new rn(o).toString()).join(", ")),n.reasons&&(i.Reasons=n.reasons.toString()),n.cRLIssuer&&(i["CRL Issuer"]=n.cRLIssuer.map(o=>o.toString()).join(", ")),i}),e}}nm.NAME="CRL Distribution Points";class rm extends lt{constructor(...e){var n,r,i,o;if(V.isBufferSource(e[0]))super(e[0]);else if(e[0]instanceof nr){const a=new nr(e[0]);super(dc,e[1],F.serialize(a))}else{const a=e[0],c=new nr;Ji(c,a,Hu,"ocsp"),Ji(c,a,Ku,"caIssuers"),Ji(c,a,Gu,"timeStamping"),Ji(c,a,Wu,"caRepository"),super(dc,e[1],F.serialize(c))}(n=this.ocsp)!==null&&n!==void 0||(this.ocsp=[]),(r=this.caIssuers)!==null&&r!==void 0||(this.caIssuers=[]),(i=this.timeStamping)!==null&&i!==void 0||(this.timeStamping=[]),(o=this.caRepository)!==null&&o!==void 0||(this.caRepository=[])}onInit(e){super.onInit(e),this.ocsp=[],this.caIssuers=[],this.timeStamping=[],this.caRepository=[],F.parse(e.extnValue,nr).forEach(r=>{switch(r.accessMethod){case Hu:this.ocsp.push(new rn(r.accessLocation));break;case Ku:this.caIssuers.push(new rn(r.accessLocation));break;case Gu:this.timeStamping.push(new rn(r.accessLocation));break;case Wu:this.caRepository.push(new rn(r.accessLocation));break}})}toTextObject(){const e=this.toTextObjectWithoutValue();return this.ocsp.length&&Wi(e,"OCSP",this.ocsp),this.caIssuers.length&&Wi(e,"CA Issuers",this.caIssuers),this.timeStamping.length&&Wi(e,"Time Stamping",this.timeStamping),this.caRepository.length&&Wi(e,"CA Repository",this.caRepository),e}}rm.NAME="Authority Info Access";function Wi(t,e,n){if(n.length===1)t[e]=n[0].toTextObject();else{const r=new pe("");n.forEach((i,o)=>{const a=i.toTextObject(),c=`${a[pe.NAME]} ${o+1}`;let d=r[c];Array.isArray(d)||(d=[],r[c]=d),d.push(a)}),t[e]=r}}function Ji(t,e,n,r){const i=e[r];i&&(Array.isArray(i)?i:[i]).forEach(a=>{typeof a=="string"&&(a=new rn("url",a)),t.push(new $i({accessMethod:n,accessLocation:F.parse(a.rawData,ie)}))})}class jr extends mn{constructor(...e){let n;if(V.isBufferSource(e[0]))n=V.toArrayBuffer(e[0]);else{const r=e[0],i=Array.isArray(e[1])?e[1].map(o=>V.toArrayBuffer(o)):[];n=F.serialize(new qt({type:r,values:i}))}super(n,qt)}onInit(e){this.type=e.type,this.values=e.values}toTextObject(){const e=this.toTextObjectWithoutValue();return e.Value=this.values.map(n=>new pe("",{"":n})),e}toTextObjectWithoutValue(){const e=this.toTextObjectEmpty();return e[pe.NAME]===jr.NAME&&(e[pe.NAME]=gn.toString(this.type)),e}}jr.NAME="Attribute";class im extends jr{constructor(...e){var n;if(V.isBufferSource(e[0]))super(e[0]);else{const r=new os({printableString:e[0]});super(Wg,[F.serialize(r)])}(n=this.password)!==null&&n!==void 0||(this.password="")}onInit(e){if(super.onInit(e),this.values[0]){const n=F.parse(this.values[0],os);this.password=n.toString()}}toTextObject(){const e=this.toTextObjectWithoutValue();return e[pe.VALUE]=this.password,e}}im.NAME="Challenge Password";class Tl extends jr{constructor(...e){var n;if(V.isBufferSource(e[0]))super(e[0]);else{const r=e[0],i=new cn;for(const o of r)i.push(F.parse(o.rawData,at));super(zl,[F.serialize(i)])}(n=this.items)!==null&&n!==void 0||(this.items=[])}onInit(e){if(super.onInit(e),this.values[0]){const n=F.parse(this.values[0],cn);this.items=n.map(r=>ut.create(F.serialize(r)))}}toTextObject(){const e=this.toTextObjectWithoutValue(),n=this.items.map(r=>r.toTextObject());for(const r of n)e[r[pe.NAME]]=r;return e}}Tl.NAME="Extensions";class ha{static register(e,n){this.items.set(e,n)}static create(e){const n=new jr(e),r=this.items.get(n.type);return r?new r(e):n}}ha.items=new Map;const Ri="crypto.signatureFormatter";class iv{toAsnSignature(e,n){return V.toArrayBuffer(n)}toWebSignature(e,n){return V.toArrayBuffer(n)}}var no;let gd=no=class{static createPssParams(e,n){const r=no.getHashAlgorithm(e);return r?new Bn({hashAlgorithm:r,maskGenAlgorithm:new H({algorithm:oa,parameters:F.serialize(r)}),saltLength:n}):null}static getHashAlgorithm(e){const n=Ue.resolve(Ln);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 H({algorithm:Jo,parameters:null});case"sha-256":return new H({algorithm:Kc,parameters:null});case"sha-384":return new H({algorithm:Zo,parameters:null});case"sha-512":return new H({algorithm:Xo,parameters:null})}}else return new H({algorithm:Tn,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=no.createPssParams(e.hash,e.saltLength);if(!n)throw new Error("Cannot create PSS parameters");return new H({algorithm:Kr,parameters:F.serialize(n)})}else return new H({algorithm:Kr,parameters:null})}return null}toWebAlgorithm(e){switch(e.algorithm){case Tn:return{name:"RSASSA-PKCS1-v1_5"};case Jo:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-1"}};case Kc:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};case Zo:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-384"}};case Xo:return{name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-512"}};case Kr:if(e.parameters){const n=F.parse(e.parameters,Bn);return{name:"RSA-PSS",hash:Ue.resolve(Ln).toWebAlgorithm(n.hashAlgorithm),saltLength:n.saltLength}}else return{name:"RSA-PSS"}}return null}};gd=no=p([da()],gd);Ue.registerSingleton(Pi,gd);let md=class{toAsnAlgorithm(e){switch(e.name.toLowerCase()){case"sha-1":return new H({algorithm:Yo});case"sha-256":return new H({algorithm:Qo});case"sha-384":return new H({algorithm:es});case"sha-512":return new H({algorithm:ts})}return null}toWebAlgorithm(e){switch(e.algorithm){case Yo:return{name:"SHA-1"};case Qo:return{name:"SHA-256"};case es:return{name:"SHA-384"};case ts:return{name:"SHA-512"}}return null}};md=p([da()],md);Ue.registerSingleton(Pi,md);class st{addPadding(e,n){const r=V.toUint8Array(n),i=new Uint8Array(e);return i.set(r,e-r.length),i}removePadding(e,n=!1){let r=V.toUint8Array(e);for(let i=0;i<r.length;i++)if(r[i]){r=r.slice(i);break}if(n&&r[0]>127){const i=new Uint8Array(r.length+1);return i.set(r,1),i.buffer}return r.buffer}toAsnSignature(e,n){if(e.name==="ECDSA"){const r=e.namedCurve,i=st.namedCurveSize.get(r)||st.defaultNamedCurveSize,o=new Wo,a=V.toUint8Array(n);return o.r=this.removePadding(a.slice(0,i),!0),o.s=this.removePadding(a.slice(i,i+i),!0),F.serialize(o)}return null}toWebSignature(e,n){if(e.name==="ECDSA"){const r=F.parse(n,Wo),i=e.namedCurve,o=st.namedCurveSize.get(i)||st.defaultNamedCurveSize,a=this.addPadding(o,this.removePadding(r.r)),c=this.addPadding(o,this.removePadding(r.s));return _2(a,c)}return null}}st.namedCurveSize=new Map;st.defaultNamedCurveSize=32;const Pa="1.3.101.110",lf="1.3.101.111",Ta="1.3.101.112",uf="1.3.101.113";let _d=class{toAsnAlgorithm(e){let n=null;switch(e.name.toLowerCase()){case"ed25519":n=Ta;break;case"x25519":n=Pa;break;case"eddsa":switch(e.namedCurve.toLowerCase()){case"ed25519":n=Ta;break;case"ed448":n=uf;break}break;case"ecdh-es":switch(e.namedCurve.toLowerCase()){case"x25519":n=Pa;break;case"x448":n=lf;break}}return n?new H({algorithm:n}):null}toWebAlgorithm(e){switch(e.algorithm){case Ta:return{name:"Ed25519"};case uf:return{name:"EdDSA",namedCurve:"Ed448"};case Pa:return{name:"X25519"};case lf:return{name:"ECDH-ES",namedCurve:"X448"}}return null}};_d=p([da()],_d);Ue.registerSingleton(Pi,_d);class ov extends Gt{constructor(e){Gt.isAsnEncoded(e)?super(e,oi):super(e),this.tag=tt.CertificateRequestTag}onInit(e){this.tbs=F.serialize(e.certificationRequestInfo),this.publicKey=new mt(e.certificationRequestInfo.subjectPKInfo);const n=Ue.resolve(Ln);this.signatureAlgorithm=n.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signature,this.attributes=e.certificationRequestInfo.attributes.map(i=>ha.create(F.serialize(i)));const r=this.getAttribute(zl);this.extensions=[],r instanceof Tl&&(this.extensions=r.items),this.subjectName=new ot(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=Te.get()){const n={...this.publicKey.algorithm,...this.signatureAlgorithm},r=await this.publicKey.export(n,["verify"],e),i=Ue.resolveAll(Ri).reverse();let o=null;for(const c of i)if(o=c.toWebSignature(n,this.signature),o)break;if(!o)throw Error("Cannot convert WebCrypto signature value to ASN.1 format");return await e.subtle.verify(this.signatureAlgorithm,r,o,this.tbs)}toTextObject(){const e=this.toTextObjectEmpty(),n=F.parse(this.rawData,oi),r=n.certificationRequestInfo,i=new pe("",{Version:`${On[r.version]} (${r.version})`,Subject:this.subject,"Subject Public Key Info":this.publicKey});if(this.attributes.length){const o=new pe("");for(const a of this.attributes){const c=a.toTextObject();o[c[pe.NAME]]=c}i.Attributes=o}return e.Data=i,e.Signature=new pe("",{Algorithm:Un.serializeAlgorithm(n.signatureAlgorithm),"":n.signature}),e}}ov.NAME="PKCS#10 Certificate Request";class Rl extends Gt{constructor(e){Gt.isAsnEncoded(e)?super(e,jn):super(e),this.tag=tt.CertificateTag}onInit(e){const n=e.tbsCertificate;this.tbs=F.serialize(n),this.serialNumber=J.ToHex(n.serialNumber),this.subjectName=new ot(n.subject),this.subject=new ot(n.subject).toString(),this.issuerName=new ot(n.issuer),this.issuer=this.issuerName.toString();const r=Ue.resolve(Ln);this.signatureAlgorithm=r.toWebAlgorithm(e.signatureAlgorithm),this.signature=e.signatureValue;const i=n.validity.notBefore.utcTime||n.validity.notBefore.generalTime;if(!i)throw new Error("Cannot get 'notBefore' value");this.notBefore=i;const o=n.validity.notAfter.utcTime||n.validity.notAfter.generalTime;if(!o)throw new Error("Cannot get 'notAfter' value");this.notAfter=o,this.extensions=[],n.extensions&&(this.extensions=n.extensions.map(a=>ut.create(F.serialize(a)))),this.publicKey=new mt(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=Te.get()){let r,i;const o=e.publicKey;try{if(!o)r={...this.publicKey.algorithm,...this.signatureAlgorithm},i=await this.publicKey.export(r,["verify"],n);else if("publicKey"in o)r={...o.publicKey.algorithm,...this.signatureAlgorithm},i=await o.publicKey.export(r,["verify"],n);else if(o instanceof mt)r={...o.algorithm,...this.signatureAlgorithm},i=await o.export(r,["verify"],n);else if(V.isBufferSource(o)){const l=new mt(o);r={...l.algorithm,...this.signatureAlgorithm},i=await l.export(r,["verify"],n)}else r={...o.algorithm,...this.signatureAlgorithm},i=o}catch{return!1}const a=Ue.resolveAll(Ri).reverse();let c=null;for(const l of a)if(c=l.toWebSignature(r,this.signature),c)break;if(!c)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");const d=await n.subtle.verify(this.signatureAlgorithm,i,c,this.tbs);if(e.signatureOnly)return d;{const u=(e.date||new Date).getTime();return d&&this.notBefore.getTime()<u&&u<this.notAfter.getTime()}}async getThumbprint(...e){let n,r="SHA-1";return e[0]&&(e[0].subtle?n=e[0]:(r=e[0]||r,n=e[1])),n??(n=Te.get()),await n.subtle.digest(r,this.rawData)}async isSelfSigned(e=Te.get()){return this.subject===this.issuer&&await this.verify({signatureOnly:!0},e)}toTextObject(){const e=this.toTextObjectEmpty(),n=F.parse(this.rawData,jn),r=n.tbsCertificate,i=new pe("",{Version:`${On[r.version]} (${r.version})`,"Serial Number":r.serialNumber,"Signature Algorithm":Un.serializeAlgorithm(r.signature),Issuer:this.issuer,Validity:new pe("",{"Not Before":r.validity.notBefore.getTime(),"Not After":r.validity.notAfter.getTime()}),Subject:this.subject,"Subject Public Key Info":this.publicKey});if(r.issuerUniqueID&&(i["Issuer Unique ID"]=r.issuerUniqueID),r.subjectUniqueID&&(i["Subject Unique ID"]=r.subjectUniqueID),this.extensions.length){const o=new pe("");for(const a of this.extensions){const c=a.toTextObject();o[c[pe.NAME]]=c}i.Extensions=o}return e.Data=i,e.Signature=new pe("",{Algorithm:Un.serializeAlgorithm(n.signatureAlgorithm),"":n.signatureValue}),e}}Rl.NAME="Certificate";class sv{static async createSelfSigned(e,n=Te.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=Te.get()){var r;let i;e.publicKey instanceof mt?i=e.publicKey.rawData:"publicKey"in e.publicKey?i=e.publicKey.publicKey.rawData:V.isBufferSource(e.publicKey)?i=e.publicKey:i=await n.subtle.exportKey("spki",e.publicKey);const o=e.serialNumber?V.toUint8Array(J.FromHex(e.serialNumber)):n.getRandomValues(new Uint8Array(16));o[0]>127&&(o[0]&=127),o.length>1&&o[0]===0&&(o[1]|=128);const a=e.notBefore||new Date,c=e.notAfter||new Date(a.getTime()+31536e6),d=new jn({tbsCertificate:new rt({version:On.v3,serialNumber:o,validity:new xi({notBefore:a,notAfter:c}),extensions:new cn(((r=e.extensions)===null||r===void 0?void 0:r.map(v=>F.parse(v.rawData,at)))||[]),subjectPublicKeyInfo:F.parse(i,gt)})});if(e.subject){const v=e.subject instanceof ot?e.subject:new ot(e.subject);d.tbsCertificate.subject=F.parse(v.toArrayBuffer(),$e)}if(e.issuer){const v=e.issuer instanceof ot?e.issuer:new ot(e.issuer);d.tbsCertificate.issuer=F.parse(v.toArrayBuffer(),$e)}const l={hash:"SHA-256"},u="signingKey"in e?{...l,...e.signingAlgorithm,...e.signingKey.algorithm}:{...l,...e.signingAlgorithm},f=Ue.resolve(Ln);d.tbsCertificate.signature=d.signatureAlgorithm=f.toAsnAlgorithm(u);const m=F.serialize(d.tbsCertificate),w="signingKey"in e?await n.subtle.sign(u,e.signingKey,m):e.signature,h=Ue.resolveAll(Ri).reverse();let _=null;for(const v of h)if(_=v.toAsnSignature(u,w),_)break;if(!_)throw Error("Cannot convert ASN.1 signature value to WebCrypto format");return d.signatureValue=_,new Rl(F.serialize(d))}}var pf;(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"})(pf||(pf={}));ut.register(yg,Ol);ut.register(bg,jl);ut.register($g,Pl);ut.register(Ag,Ti);ut.register(lc,di);ut.register(Sg,em);ut.register(gc,nm);ut.register(dc,rm);ha.register(Wg,im);ha.register(zl,Tl);Ue.registerSingleton(Ri,iv);Ue.registerSingleton(Ri,st);st.namedCurveSize.set("P-256",32);st.namedCurveSize.set("K-256",32);st.namedCurveSize.set("P-384",48);st.namedCurveSize.set("P-521",66);async function yd(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"]),r=xe(),i=Xa(new TextEncoder().encode(r)),o=await sv.createSelfSigned({serialNumber:i,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 jl(["1.3.6.1.5.5.7.3.1"],!0),new Pl(as.keyCertSign|as.cRLSign,!0),await Ti.create(n.publicKey)]}),a=await crypto.subtle.exportKey("pkcs8",n.privateKey),c=o.toString("pem"),d=await cv(o),l=Xa(await o.getThumbprint()),u=av("PRIVATE",a);return{kid:o.serialNumber,cert:c,thumbprint:l,fingerprint:d,pkcs7:u}}function av(t,e){const n=__.encode(new Uint8Array(e));let r=`-----BEGIN ${t} KEY-----\r
146
146
  `,i=0;for(;i<n.length;)i+64<=n.length?r+=n.substr(i,64)+`\r
147
147
  `:r+=n.substr(i)+`\r
148
148
  `,i+=64;return r+=`-----END ${t} KEY-----\r
149
- `,r}async function hw(t){const e=await t.publicKey.export(),n=await crypto.subtle.exportKey("jwk",e),r=JSON.stringify(n,Object.keys(n).sort()),o=new TextEncoder().encode(r);return Ja(await oh(o))}const gw=1e3*60*60*24,mw=new s.OpenAPIHono().openapi(s.createRoute({tags:["keys"],method:"get",path:"/signing",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.array(Wa)}},description:"List of keys"}}}),async t=>{const n=(await t.env.data.keys.list()).filter(r=>"cert"in r).map(r=>r);return t.json(n)}).openapi(s.createRoute({tags:["keys"],method:"get",path:"/signing/{kid}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({kid:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Wa}},description:"The requested key"}}}),async t=>{const{kid:e}=t.req.valid("param"),r=(await t.env.data.keys.list()).find(i=>i.kid===e);if(!r)throw new N(404,{message:"Key not found"});return t.json(r)}).openapi(s.createRoute({tags:["keys"],method:"post",path:"/signing/rotate",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{description:"Status"}}}),async t=>{const e=await t.env.data.keys.list();for await(const r of e)await t.env.data.keys.update(r.kid,{revoked_at:new Date(Date.now()+gw).toISOString()});const n=await ml({name:`CN=${t.env.ORGANIZATION_NAME}`});return await t.env.data.keys.create(n),t.text("OK",{status:201})}).openapi(s.createRoute({tags:["keys"],method:"put",path:"/signing/{kid}/revoke",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({kid:s.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 N(404,{message:"Key not found"});const r=await ml({name:`CN=${t.env.ORGANIZATION_NAME}`});return await t.env.data.keys.create(r),t.text("OK")}),_w=new s.OpenAPIHono().openapi(s.createRoute({tags:["users"],method:"get",path:"/",request:{query:s.z.object({email:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:s.z.array(zl)}},description:"List of users"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{email:n}=t.req.valid("query"),i=(await Wl(t.env.data.users,e,n)).filter(o=>!o.linked_to);return t.json(i)}),yw=un.extend({clients:s.z.array(bn)}),vw=new s.OpenAPIHono().openapi(s.createRoute({tags:["clients"],method:"get",path:"/",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([yw,s.z.array(bn)])}},description:"List of clients"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i,sort:o,q:a}=t.req.valid("query"),l=(await t.env.data.applications.list(e,{page:n,per_page:r,include_totals:i,sort:$r(o),q:a})).applications;return i?t.json({clients:l,start:0,limit:10,length:l.length}):t.json(l)}).openapi(s.createRoute({tags:["clients"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:bn}},description:"An application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=(await t.env.data.applications.list(e,{page:1,per_page:0,include_totals:!1})).applications.find(o=>o.id===n);if(!i)throw new N(404);return t.json(i)}).openapi(s.createRoute({tags:["clients"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 N(404,{message:"Application not found"});return t.text("OK")}).openapi(s.createRoute({tags:["clients"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(yo.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:bn}},description:"The update application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=t.req.valid("json");await t.env.data.applications.update(e,n,i);const o=await t.env.data.applications.get(e,n);if(!o)throw new N(404,{message:"Application not found"});return t.json(o)}).openapi(s.createRoute({tags:["clients"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(yo.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:s.z.object(bn.shape)}},description:"An application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r={...n,id:n.id||xe(),client_secret:n.client_secret||xe()},i=await t.env.data.applications.create(e,r);return t.json(i,{status:201})});s.z.object({start:s.z.number(),limit:s.z.number(),length:s.z.number()});fs.extend({email:s.z.string(),login_count:s.z.number(),multifactor:s.z.array(s.z.string()).optional(),last_ip:s.z.string().optional(),last_login:s.z.string().optional(),user_id:s.z.string()}).catchall(s.z.any());const ww=un.extend({tenants:s.z.array(tr)}),bw=new s.OpenAPIHono().openapi(s.createRoute({tags:["tenants"],method:"get",path:"/",request:{query:sn},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:s.z.union([s.z.array(tr),ww])}},description:"List of tenants"}}}),async t=>{const{page:e,per_page:n,include_totals:r,sort:i,q:o}=t.req.valid("query"),a=await t.env.data.tenants.list({page:e,per_page:n,include_totals:r,sort:$r(i),q:o});return r?t.json(a):t.json(a.tenants)}).openapi(s.createRoute({tags:["tenants"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:tr}},description:"A tenant"}}}),async t=>{const{id:e}=t.req.valid("param"),n=await t.env.data.tenants.get(e);if(!n)throw new N(404);return t.json(n)}).openapi(s.createRoute({tags:["tenants"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.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(s.createRoute({tags:["tenants"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(wo.shape).partial()}}},params:s.z.object({id:s.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(s.createRoute({tags:["tenants"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(wo.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"tenant/json":{schema:tr}},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})}),$w=un.extend({logs:s.z.array($o)}),xw=new s.OpenAPIHono().openapi(s.createRoute({tags:["logs"],method:"get",path:"/",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array($o),$w])}},description:"List of log rows"}}}),async t=>{const{page:e,per_page:n,include_totals:r,sort:i,q:o}=t.req.valid("query"),{"tenant-id":a}=t.req.valid("header"),c=await t.env.data.logs.list(a,{page:e,per_page:n,include_totals:r,sort:$r(i),q:o});return r?t.json(c):t.json(c.logs)}).openapi(s.createRoute({tags:["logs"],method:"get",path:"/{id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:$o}},description:"A log entry"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.logs.get(e,n);if(!r)throw new N(404);return t.json(r)}),kw=un.extend({hooks:s.z.array(Yn)}),Sw=new s.OpenAPIHono().openapi(s.createRoute({tags:["hooks"],method:"get",path:"/",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(Yn),kw])}},description:"List of hooks"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i,sort:o,q:a}=t.req.valid("query"),c=await t.env.data.hooks.list(e,{page:n,per_page:r,include_totals:i,sort:$r(o),q:a});return i?t.json(c):t.json(c.hooks)}).openapi(s.createRoute({tags:["hooks"],method:"post",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(bo.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:Yn}},description:"The created hook"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.hooks.create(e,n);return t.json(r,{status:201})}).openapi(s.createRoute({tags:["hooks"],method:"patch",path:"/{hook_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({hook_id:s.z.string()}),body:{content:{"application/json":{schema:s.z.object(bo.shape).omit({hook_id:!0}).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Yn.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"),r=t.req.valid("json");await t.env.data.hooks.update(e,n,r);const i=await t.env.data.hooks.get(e,n);if(!i)throw new N(404,{message:"Hook not found"});return t.json(i)}).openapi(s.createRoute({tags:["hooks"],method:"get",path:"/{hook_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({hook_id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Yn}},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"),r=await t.env.data.hooks.get(e,n);if(!r)throw new N(404,{message:"Hook not found"});return t.json(r)}).openapi(s.createRoute({tags:["hooks"],method:"delete",path:"/{hook_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({hook_id:s.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 N(404,{message:"Hook not found"});return t.text("OK")}),Aw=un.extend({connections:s.z.array(Qt)}),Ew=new s.OpenAPIHono().openapi(s.createRoute({tags:["connections"],method:"get",path:"/",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(Qt),Aw])}},description:"List of connectionss"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i=!1,sort:o,q:a}=t.req.valid("query"),c=await t.env.data.connections.list(e,{page:n,per_page:r,include_totals:i,sort:$r(o),q:a});return i?t.json(c):t.json(c.connections)}).openapi(s.createRoute({tags:["connections"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Qt}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.connections.get(e,n);if(!r)throw new N(404);return t.json(r)}).openapi(s.createRoute({tags:["connections"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 N(404,{message:"Connection not found"});return t.text("OK")}).openapi(s.createRoute({tags:["connections"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(vo.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Qt}},description:"The updated connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=t.req.valid("json");if(!await t.env.data.connections.update(e,n,r))throw new N(404,{message:"Connection not found"});const o=await t.env.data.connections.get(e,n);if(!o)throw new N(404,{message:"Connection not found"});return t.json(o)}).openapi(s.createRoute({tags:["connections"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(vo.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:Qt}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.connections.create(e,n);return t.json(r,{status:201})}),Iw=new s.OpenAPIHono().openapi(s.createRoute({tags:["prompts"],method:"get",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Xi}},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(Xi.parse({}))}).openapi(s.createRoute({tags:["prompts"],method:"patch",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Xi.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"),r=await t.env.data.promptSettings.get(e);return Object.assign(r,n),await t.env.data.promptSettings.set(e,r),t.json(r)});let hf=!1;function um(t){t.use(async(e,n)=>(hf||(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"}}}}),hf=!0),await n()))}s.z.object({alg:s.z.literal("RS256"),kty:s.z.literal("RSA"),use:s.z.literal("sig"),n:s.z.string(),e:s.z.string(),kid:s.z.string(),x5t:s.z.string(),x5c:s.z.array(s.z.string())});async function Nw(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 N(500,{message:`Failed to fetch jwks: ${e.message}`})}}async function Cw(t,e){const r=new TextEncoder().encode([e.raw.header,e.raw.payload].join(".")),i=new Uint8Array(Array.from(e.signature).map(l=>l.charCodeAt(0))),a=(await Nw(t.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,i,r)}function zw(t){const[e,n,r]=t.split(".");if(!e||!n||!r)return null;const i=JSON.parse(atob(e)),o=JSON.parse(atob(n)),a=atob(r.replace(/-/g,"+").replace(/_/g,"/"));return{header:i,payload:o,signature:a,raw:{header:e,payload:n,signature:r}}}function pm(t){return async(e,n)=>{var i,o,a;const r=t.openAPIRegistry.definitions.find(c=>"route"in c&&c.route.path===e.req.path&&c.route.method.toUpperCase()===e.req.method);if(r&&"route"in r){const c=(o=(i=r.route.security)==null?void 0:i[0])==null?void 0:o.Bearer;if(!(c!=null&&c.length))return await n();const l=e.req.header("authorization")||"",[d,u]=l.split(" ");if((d==null?void 0:d.toLowerCase())!=="bearer"||!u)throw new N(401,{message:"Missing bearer token"});const f=zw(u);if(!f||!await Cw(e,f))throw new N(403,{message:"Invalid JWT signature"});e.set("user_id",f.payload.sub),e.set("user",f.payload);const m=f.payload.permissions||[],v=((a=f.payload.scope)==null?void 0:a.split(" "))||[];if(c.length&&!(c.some(h=>m.includes(h))||c.some(h=>v.includes(h))))throw new N(403,{message:"Unauthorized"})}return await n()}}const Ow=new s.OpenAPIHono().openapi(s.createRoute({tags:["emails"],method:"get",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Zi}},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 N(404,{message:"Email provider not found"});return t.json(n)}).openapi(s.createRoute({tags:["emails"],method:"post",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Zi.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(s.createRoute({tags:["emails"],method:"patch",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Zi.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")}),jw=new s.OpenAPIHono().openapi(s.createRoute({tags:["sessions"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:ms}},description:"A session"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.sessions.get(e,n);if(!r)throw new N(404);return t.json(r)}).openapi(s.createRoute({tags:["sessions"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 N(404,{message:"Session not found"});return t.text("OK")}).openapi(s.createRoute({tags:["sessions"],method:"post",path:"/{id}/revoke",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 N(404,{message:"Session not found"});return t.text("Session deletion request accepted.",{status:202})}),Pw=new s.OpenAPIHono().openapi(s.createRoute({tags:["refresh_tokens"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Ml}},description:"A session"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.refreshTokens.get(e,n);if(!r)throw new N(404);return t.json(r)}).openapi(s.createRoute({tags:["refresh_tokens"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 N(404,{message:"Session not found"});return t.text("OK")}),Tw=new s.OpenAPIHono().openapi(s.createRoute({tags:["custom-domains"],method:"get",path:"/",request:{query:sn,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.array(Yt)}},description:"List of custom domains"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=await t.env.data.customDomains.list(e);return t.json(n)}).openapi(s.createRoute({tags:["custom-domains"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Yt}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.customDomains.get(e,n);if(!r)throw new N(404);return t.json(r)}).openapi(s.createRoute({tags:["custom-domains"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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.customDomains.remove(e,n))throw new N(404,{message:"Custom domain not found"});return t.text("OK")}).openapi(s.createRoute({tags:["custom-domains"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(Yt.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Yt}},description:"The updated custom domain"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=t.req.valid("json");if(!await t.env.data.customDomains.update(e,n,r))throw new N(404);const o=await t.env.data.customDomains.get(e,n);if(!o)throw new N(404);return t.json(o)}).openapi(s.createRoute({tags:["custom-domains"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(Tl.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:Yt}},description:"The created custom domain"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.customDomains.create(e,n);return t.json(r,{status:201})}).openapi(s.createRoute({tags:["custom-domains"],method:"post",path:"/{id}/verify",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Yt}},description:"The custom domain"}}}),async()=>{throw new N(501,{message:"Not implemented"})});function Ld(t,e){const n={};for(const[r,i]of Object.entries(e)){const o={};for(const[a,c]of Object.entries(i))typeof c=="function"?o[a]=async(...l)=>{const d=performance.now();try{const u=await c(...l),m=performance.now()-d,v=t.res.headers.get("Server-Timing")||"",h=v?`${v}, ${r}-${a};dur=${m.toFixed(2)}`:`${r}-${a};dur=${m.toFixed(2)}`;return t.res.headers.set("Server-Timing",h),u}catch(u){const m=performance.now()-d,v=t.res.headers.get("Server-Timing")||"",h=v?`${v}, ${r}-${a}-error;dur=${m.toFixed(2)}`:`${r}-${a}-error;dur=${m.toFixed(2)}`;throw t.res.headers.set("Server-Timing",h),u}}:o[a]=c;n[r]=o}return n}async function Ud(t,e){const n=t.req.header("x-forwarded-host");if(n){const i=await t.env.data.customDomains.getByDomain(n);if(i)return t.set("tenant_id",i.tenant_id),t.set("custom_domain",n),await e()}const r=t.req.header("host");if(r){const i=r.split(".");if(i.length>1&&typeof i[0]=="string"){const o=i[0];await t.env.data.tenants.get(o)&&t.set("tenant_id",o)}}return await e()}const wn=class wn{constructor(){te(this,"cacheStore",new Map)}static getInstance(){return wn.instance||(wn.instance=new wn),wn.instance}set(e,n,r){if(r<=0)return;const i=Date.now()+r;this.cacheStore.set(e,{value:n,expiresAt:i})}get(e){const n=this.cacheStore.get(e);if(n){if(Date.now()>n.expiresAt){this.cacheStore.delete(e);return}return n.value}}delete(e){this.cacheStore.delete(e)}getKeysByPrefix(e){return Array.from(this.cacheStore.keys()).filter(n=>n.startsWith(e))}clear(){this.cacheStore.clear()}};te(wn,"instance");let _l=wn;function Rw(t,e,n){try{return`${t}:${e}:${JSON.stringify(n)}`}catch{return`${t}:${e}:${Date.now()}-${Math.random()}`}}function Md(t,e){const n=e.cache||_l.getInstance(),r=e.defaultTtl,i=e.customTtls||{},o=new Set(e.excludeMethods||[]),a=e.maxItems||0,c=e.cacheEntities||[],l=c.length===0,d=new Set(c),u={};for(const[f,m]of Object.entries(t)){const v=l||d.has(f),h={};for(const[_,w]of Object.entries(m))if(typeof w=="function"){if(!v){h[_]=w;continue}const k=`${f}:${_}`;if(o.has(k)){h[_]=w;continue}const I=i[k]||r,z=["create","update","remove","delete","set","used"].includes(_);h[_]=async(...L)=>{if(z){const ke=await Promise.resolve(n.getKeysByPrefix(`${f}:`));for(const Ee of ke)await Promise.resolve(n.delete(Ee));return await w.apply(m,L)}const Y=Rw(f,_,L),se=await Promise.resolve(n.get(Y));if(se!==void 0)return se;const ae=await w.apply(m,L);if(await n.set(Y,ae,I),a>0){const ke=await Promise.resolve(n.getKeysByPrefix(""));if(ke.length>a){const Ee=ke.slice(0,ke.length-a);for(const ze of Ee)await Promise.resolve(n.delete(ze))}}return ae}}else h[_]=w;u[f]=h}return u}function Bw(t){const e=new s.OpenAPIHono;e.use(_0({origin:r=>{var i;return r&&(i=t.allowedOrigins)!=null&&i.includes(r)?r:""},allowHeaders:["Tenant-Id","Content-Type","Content-Range","Auth0-Client","Authorization","Range","Upgrade-Insecure-Requests"],allowMethods:["POST","PUT","GET","DELETE","PATCH","OPTIONS"],exposeHeaders:["Content-Length","Content-Range"],maxAge:600,credentials:!0})),um(e),e.use(async(r,i)=>{const o=bs(r,t.dataAdapter),a=Md(o,{defaultTtl:0,cacheEntities:["tenants","connections","clients"]});return r.env.data=Ld(r,a),i()}),e.use(Ud).use(pm(e));const n=e.route("/branding",l_).route("/custom-domains",Tw).route("/email/providers",Ow).route("/users",y2).route("/keys",mw).route("/users-by-email",_w).route("/clients",vw).route("/tenants",bw).route("/logs",xw).route("/hooks",Sw).route("/connections",Ew).route("/prompts",Iw).route("/sessions",jw).route("/refresh_tokens",Pw);return n.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Management api"},security:[{oauth2:["openid","email","profile"]}]}),n}function Lw(t,e){Object.keys(e).forEach(n=>{const r=e[n];r!=null&&r.length&&t.searchParams.set(n,r)})}var gf;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(gf||(gf={}));var mf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(mf||(mf={}));function Uw(t){return hm(t,Mw,li.Include)}function fm(t){return hm(t,Fw,li.None)}function hm(t,e,n){let r="";for(let i=0;i<t.byteLength;i+=3){let o=0,a=0;for(let c=0;c<3&&i+c<t.byteLength;c++)o=o<<8|t[i+c],a+=8;for(let c=0;c<4;c++)a>=6?(r+=e[o>>a-6&63],a-=6):a>0?(r+=e[o<<6-a&63],a=0):n===li.Include&&(r+="=")}return r}const Mw="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Fw="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var li;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(li||(li={}));var _f;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(_f||(_f={}));class Dw{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 r=0;for(let i=0;i<4;i++)r|=e[n+i]<<24-i*8;return r}uint64(e,n){if(e.byteLength<n+8)throw new TypeError("Insufficient bytes");let r=0n;for(let i=0;i<8;i++)r|=BigInt(e[n+i])<<BigInt(56-i*8);return r}putUint8(e,n,r){if(e.length<r+1)throw new TypeError("Not enough space");if(n<0||n>255)throw new TypeError("Invalid uint8 value");e[r]=n}putUint16(e,n,r){if(e.length<r+2)throw new TypeError("Not enough space");if(n<0||n>65535)throw new TypeError("Invalid uint16 value");e[r]=n>>8,e[r+1]=n&255}putUint32(e,n,r){if(e.length<r+4)throw new TypeError("Not enough space");if(n<0||n>4294967295)throw new TypeError("Invalid uint32 value");for(let i=0;i<4;i++)e[r+i]=n>>(3-i)*8&255}putUint64(e,n,r){if(e.length<r+8)throw new TypeError("Not enough space");if(n<0||n>18446744073709551615n)throw new TypeError("Invalid uint64 value");for(let i=0;i<8;i++)e[r+i]=Number(n>>BigInt((7-i)*8)&0xffn)}}const yf=new Dw;function St(t,e){return(t<<32-e|t>>>e)>>>0}function Vw(t){const e=new qw;return e.update(t),e.digest()}class qw{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 n=0;if(this.currentBlockSize>0){const r=e.slice(0,64-this.currentBlockSize);this.blocks.set(r,this.currentBlockSize),this.process(),n+=r.byteLength,this.currentBlockSize=0}for(;n+64<=e.byteLength;){const r=e.slice(n,n+64);this.blocks.set(r),this.process(),n+=64}if(e.byteLength-n>0){const r=e.slice(n);this.blocks.set(r),this.currentBlockSize=r.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),yf.putUint64(this.blocks,this.l,this.blockSize-8),this.process();const e=new Uint8Array(32);for(let n=0;n<8;n++)yf.putUint32(e,this.H[n],n*4);return e}process(){for(let d=0;d<16;d++)this.w[d]=(this.blocks[d*4]<<24|this.blocks[d*4+1]<<16|this.blocks[d*4+2]<<8|this.blocks[d*4+3])>>>0;for(let d=16;d<64;d++){const u=(St(this.w[d-2],17)^St(this.w[d-2],19)^this.w[d-2]>>>10)>>>0,f=(St(this.w[d-15],7)^St(this.w[d-15],18)^this.w[d-15]>>>3)>>>0;this.w[d]=u+this.w[d-7]+f+this.w[d-16]|0}let e=this.H[0],n=this.H[1],r=this.H[2],i=this.H[3],o=this.H[4],a=this.H[5],c=this.H[6],l=this.H[7];for(let d=0;d<64;d++){const u=(St(o,6)^St(o,11)^St(o,25))>>>0,f=(o&a^~o&c)>>>0,m=l+u+f+Hw[d]+this.w[d]|0,v=(St(e,2)^St(e,13)^St(e,22))>>>0,h=(e&n^e&r^n&r)>>>0,_=v+h|0;l=c,c=a,a=o,o=i+m|0,i=r,r=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]=r+this.H[2]|0,this.H[3]=i+this.H[3]|0,this.H[4]=o+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 Hw=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 Kw{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 Gw(t){const e=Vw(new TextEncoder().encode(t));return fm(e)}function Ww(){const t=new Uint8Array(32);return crypto.getRandomValues(t),fm(t)}function Gr(t,e){const n=new TextEncoder().encode(e.toString()),r=new Request(t,{method:"POST",body:n});return r.headers.set("Content-Type","application/x-www-form-urlencoded"),r.headers.set("Accept","application/json"),r.headers.set("User-Agent","arctic"),r.headers.set("Content-Length",n.byteLength.toString()),r}function Pa(t,e){const n=new TextEncoder().encode(`${t}:${e}`);return Uw(n)}async function ss(t){let e;try{e=await fetch(t)}catch(n){throw new mm(n)}if(e.status===400||e.status===401){let n;try{n=await e.json()}catch{throw new no(e.status)}if(typeof n!="object"||n===null)throw new ir(e.status,n);let r;try{r=gm(n)}catch{throw new ir(e.status,n)}throw r}if(e.status===200){let n;try{n=await e.json()}catch{throw new no(e.status)}if(typeof n!="object"||n===null)throw new ir(e.status,n);return new Kw(n)}throw e.body!==null&&await e.body.cancel(),new no(e.status)}async function Jw(t){let e;try{e=await fetch(t)}catch(n){throw new mm(n)}if(e.status===400||e.status===401){let n;try{n=await e.json()}catch{throw new ir(e.status,null)}if(typeof n!="object"||n===null)throw new ir(e.status,n);let r;try{r=gm(n)}catch{throw new ir(e.status,n)}throw r}if(e.status===200){e.body!==null&&await e.body.cancel();return}throw e.body!==null&&await e.body.cancel(),new no(e.status)}function gm(t){let e;if("error"in t&&typeof t.error=="string")e=t.error;else throw new Error("Invalid error response");let n=null,r=null,i=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");r=t.error_uri}if("state"in t){if(typeof t.state!="string")throw new Error("Invalid data");i=t.state}return new Xw(e,n,r,i)}class mm extends Error{constructor(e){super("Failed to send request",{cause:e})}}class Xw extends Error{constructor(n,r,i,o){super(`OAuth request error: ${n}`);te(this,"code");te(this,"description");te(this,"uri");te(this,"state");this.code=n,this.description=r,this.uri=i,this.state=o}}class no extends Error{constructor(n){super("Unexpected error response");te(this,"status");this.status=n}}class ir extends Error{constructor(n,r){super("Unexpected error response body");te(this,"status");te(this,"data");this.status=n,this.data=r}}class Fd{constructor(e,n,r){te(this,"clientId");te(this,"clientPassword");te(this,"redirectURI");this.clientId=e,this.clientPassword=n,this.redirectURI=r}createAuthorizationURL(e,n,r){const i=new URL(e);return i.searchParams.set("response_type","code"),i.searchParams.set("client_id",this.clientId),this.redirectURI!==null&&i.searchParams.set("redirect_uri",this.redirectURI),i.searchParams.set("state",n),r.length>0&&i.searchParams.set("scope",r.join(" ")),i}createAuthorizationURLWithPKCE(e,n,r,i,o){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",n),r===di.S256){const c=Gw(i);a.searchParams.set("code_challenge_method","S256"),a.searchParams.set("code_challenge",c)}else r===di.Plain&&(a.searchParams.set("code_challenge_method","plain"),a.searchParams.set("code_challenge",i));return o.length>0&&a.searchParams.set("scope",o.join(" ")),a}async validateAuthorizationCode(e,n,r){const i=new URLSearchParams;i.set("grant_type","authorization_code"),i.set("code",n),this.redirectURI!==null&&i.set("redirect_uri",this.redirectURI),r!==null&&i.set("code_verifier",r),this.clientPassword===null&&i.set("client_id",this.clientId);const o=Gr(e,i);if(this.clientPassword!==null){const c=Pa(this.clientId,this.clientPassword);o.headers.set("Authorization",`Basic ${c}`)}return await ss(o)}async refreshAccessToken(e,n,r){const i=new URLSearchParams;i.set("grant_type","refresh_token"),i.set("refresh_token",n),this.clientPassword===null&&i.set("client_id",this.clientId),r.length>0&&i.set("scope",r.join(" "));const o=Gr(e,i);if(this.clientPassword!==null){const c=Pa(this.clientId,this.clientPassword);o.headers.set("Authorization",`Basic ${c}`)}return await ss(o)}async revokeToken(e,n){const r=new URLSearchParams;r.set("token",n),this.clientPassword===null&&r.set("client_id",this.clientId);const i=Gr(e,r);if(this.clientPassword!==null){const o=Pa(this.clientId,this.clientPassword);i.headers.set("Authorization",`Basic ${o}`)}await Jw(i)}}var di;(function(t){t[t.S256=0]="S256",t[t.Plain=1]="Plain"})(di||(di={}));var vf;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(vf||(vf={}));var wf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(wf||(wf={}));function Wr(t){return Zw(t,Yw,as.None)}function Zw(t,e,n){let r="";for(let i=0;i<t.byteLength;i+=3){let o=0,a=0;for(let c=0;c<3&&i+c<t.byteLength;c++)o=o<<8|t[i+c],a+=8;for(let c=0;c<4;c++)a>=6?(r+=e[o>>a-6&63],a-=6):a>0?(r+=e[o<<6-a&63],a=0):n===as.Include&&(r+="=")}return r}const Yw="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var as;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(as||(as={}));var bf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(bf||(bf={}));function Qw(t,e,n){const r=Wr(new TextEncoder().encode(t)),i=Wr(new TextEncoder().encode(e)),o=Wr(n);return r+"."+i+"."+o}function eb(t,e){const n=Wr(new TextEncoder().encode(t)),r=Wr(new TextEncoder().encode(e)),i=n+"."+r;return new TextEncoder().encode(i)}const tb="https://appleid.apple.com/auth/authorize",nb="https://appleid.apple.com/auth/token";class _m{constructor(e,n,r,i,o){te(this,"clientId");te(this,"teamId");te(this,"keyId");te(this,"pkcs8PrivateKey");te(this,"redirectURI");this.clientId=e,this.teamId=n,this.keyId=r,this.pkcs8PrivateKey=i,this.redirectURI=o}createAuthorizationURL(e,n){const r=new URL(tb);return r.searchParams.set("response_type","code"),r.searchParams.set("client_id",this.clientId),r.searchParams.set("state",e),n.length>0&&r.searchParams.set("scope",n.join(" ")),r.searchParams.set("redirect_uri",this.redirectURI),r}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 r=await this.createClientSecret();n.set("client_secret",r);const i=Gr(nb,n);return await ss(i)}async createClientSecret(){const e=await crypto.subtle.importKey("pkcs8",this.pkcs8PrivateKey,{name:"ECDSA",namedCurve:"P-256"},!1,["sign"]),n=Math.floor(Date.now()/1e3),r=JSON.stringify({typ:"JWT",alg:"ES256",kid:this.keyId}),i=JSON.stringify({iss:this.teamId,exp:n+5*60,aud:["https://appleid.apple.com"],sub:this.clientId,iat:n}),o=new Uint8Array(await crypto.subtle.sign({name:"ECDSA",hash:"SHA-256"},e,eb(r,i)));return Qw(r,i,o)}}const rb="https://www.facebook.com/v16.0/dialog/oauth",ib="https://graph.facebook.com/v16.0/oauth/access_token";class ym{constructor(e,n,r){te(this,"clientId");te(this,"clientSecret");te(this,"redirectURI");this.clientId=e,this.clientSecret=n,this.redirectURI=r}createAuthorizationURL(e,n){const r=new URL(rb);return r.searchParams.set("response_type","code"),r.searchParams.set("client_id",this.clientId),r.searchParams.set("state",e),n.length>0&&r.searchParams.set("scope",n.join(" ")),r.searchParams.set("redirect_uri",this.redirectURI),r}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 r=Gr(ib,n);return await ss(r)}}const ob="https://accounts.google.com/o/oauth2/v2/auth",$f="https://oauth2.googleapis.com/token",sb="https://oauth2.googleapis.com/revoke";let vm=class{constructor(e,n,r){te(this,"client");this.client=new Fd(e,n,r)}createAuthorizationURL(e,n,r){return this.client.createAuthorizationURLWithPKCE(ob,e,di.S256,n,r)}async validateAuthorizationCode(e,n){return await this.client.validateAuthorizationCode($f,e,n)}async refreshAccessToken(e){return await this.client.refreshAccessToken($f,e,[])}async revokeToken(e){await this.client.revokeToken(sb,e)}};const fa=s.z.object({iss:s.z.string().url(),sub:s.z.string(),aud:s.z.string(),exp:s.z.number(),email:s.z.string().optional(),given_name:s.z.string().optional(),family_name:s.z.string().optional(),name:s.z.string().optional(),iat:s.z.number(),auth_time:s.z.number().optional(),nonce:s.z.string().optional(),acr:s.z.string().optional(),amr:s.z.array(s.z.string()).optional(),azp:s.z.string().optional(),at_hash:s.z.string().optional(),c_hash:s.z.string().optional()}).passthrough();fa.omit({iat:!0,auth_time:!0,nonce:!0,acr:!0,amr:!0,azp:!0,at_hash:!0,c_hash:!0});function ab(t){return t.ISSUER}function ct(t){return t.UNIVERSAL_LOGIN_URL||`${t.ISSUER}u/`}function Pe(t){return t.OAUTH_API_URL||t.ISSUER}function wm(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"),r=n.toString().replace(/-----BEGIN PRIVATE KEY-----|-----END PRIVATE KEY-----|\s/g,""),i=Uint8Array.from(Buffer.from(r,"base64"));return n.fill(0),{options:e,keyArray:i}}async function cb(t,e){var l,d;const{options:n,keyArray:r}=wm(e),i=new _m(n.client_id,n.team_id,n.kid,r,`${Pe(t.env)}callback`),o=xe(),a=await i.createAuthorizationURL(o,((l=n.scope)==null?void 0:l.split(" "))||["name","email"]);return(((d=n.scope)==null?void 0:d.split(" "))||["name","email"]).some(u=>["email","name"].includes(u))&&a.searchParams.set("response_mode","form_post"),{redirectUrl:a.href,code:o}}async function lb(t,e,n){const{options:r,keyArray:i}=wm(e),a=await new _m(r.client_id,r.team_id,r.kid,i,`${Pe(t.env)}callback`).validateAuthorizationCode(n),c=Dl(a.idToken());if(!c)throw new Error("Invalid ID token");const l=fa.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 db=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:cb,validateAuthorizationCodeAndGetUser:lb},Symbol.toStringTag,{value:"Module"}));async function ub(t,e){var a;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required authentication parameters");const r=new ym(n.client_id,n.client_secret,`${Pe(t.env)}callback`),i=xe();return{redirectUrl:r.createAuthorizationURL(i,((a=n.scope)==null?void 0:a.split(" "))||["email"]).href,code:i}}async function pb(t,e,n){const{options:r}=e;if(!(r!=null&&r.client_id)||!r.client_secret)throw new Error("Missing required authentication parameters");const o=await new ym(r.client_id,r.client_secret,`${Pe(t.env)}callback`).validateAuthorizationCode(n),a=await fetch("https://graph.facebook.com/v22.0/me?fields=id,email,name",{headers:{Authorization:`Bearer ${o.accessToken()}`}});if(!a.ok)throw new Error("Failed to fetch user info");const c=await a.json();return t.set("log",`Userinfo: ${JSON.stringify(c)}`),{sub:c.id,email:c.email,name:c.name}}const fb=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:ub,validateAuthorizationCodeAndGetUser:pb},Symbol.toStringTag,{value:"Module"}));async function hb(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 r=new vm(n.client_id,n.client_secret,`${Pe(t.env)}callback`),i=xe(),o=Ww();return{redirectUrl:r.createAuthorizationURL(i,o,((c=n.scope)==null?void 0:c.split(" "))??["email","profile"]).href,code:i,codeVerifier:o}}async function gb(t,e,n,r){const{options:i}=e;if(!(i!=null&&i.client_id)||!i.client_secret||!r)throw new Error("Missing required authentication parameters");const a=await new vm(i.client_id,i.client_secret,`${Pe(t.env)}callback`).validateAuthorizationCode(n,r),c=Dl(a.idToken());if(!c)throw new Error("Invalid ID token");const l=fa.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 mb=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:hb,validateAuthorizationCodeAndGetUser:gb},Symbol.toStringTag,{value:"Module"}));async function _b(t,e){var a;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required authentication parameters");const r=new Fd(n.client_id,n.client_secret,`${Pe(t.env)}callback`),i=xe(),o=r.createAuthorizationURL("https://api.vipps.no/access-management-1.0/access/oauth2/auth",i,((a=n.scope)==null?void 0:a.split(" "))||["openid","email","phoneNumber","name","address","birthDate"]);return o.searchParams.set("response_type","code"),o.searchParams.set("response_mode","query"),{redirectUrl:o.href,code:i}}async function yb(t,e,n){const{options:r}=e;if(!(r!=null&&r.client_id)||!r.client_secret)throw new Error("Missing required authentication parameters");const o=await new Fd(r.client_id,r.client_secret,`${Pe(t.env)}callback`).validateAuthorizationCode("https://api.vipps.no/access-management-1.0/access/oauth2/token",n,null),a=Dl(o.idToken());if(!a)throw new Error("Invalid ID token");const c=fa.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 ${o.accessToken()}`,"Merchant-Serial-Number":c.msn}});if(!l.ok)throw new N(400,{message:"Failed to get user from vipps"});return await l.json()}const vb=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:_b,validateAuthorizationCodeAndGetUser:yb},Symbol.toStringTag,{value:"Module"}));function bm(t,e){const n=t.env.STRATEGIES||{},i={apple:db,facebook:fb,"google-oauth2":mb,vipps:vb,...n}[e];if(!i)throw new Error(`Strategy ${e} not found`);return i}async function Ri(t,e){const n=await t.data.clients.get(e);if(!n)throw new N(403,{message:"Client not found"});const r=t.DEFAULT_CLIENT_ID?await t.data.clients.get(t.DEFAULT_CLIENT_ID):void 0,i=await t.data.connections.list(n.tenant.id),o=t.DEFAULT_TENANT_ID?await t.data.connections.list(t.DEFAULT_TENANT_ID):{connections:[]},a=i.connections.map(c=>{var u;const l=(u=o.connections)==null?void 0:u.find(f=>f.name===c.name);if(!(l!=null&&l.options))return c;const d=Qt.parse({...l||{},...c});return d.options=Pl.passthrough().parse({...l.options||{},...c.options}),d}).filter(c=>c);return{...n,web_origins:[...(r==null?void 0:r.web_origins)||[],...n.web_origins||[],`${ct(t)}login`],allowed_logout_urls:[...(r==null?void 0:r.allowed_logout_urls)||[],...n.allowed_logout_urls||[],t.ISSUER],callbacks:[...(r==null?void 0:r.callbacks)||[],...n.callbacks||[],`${ct(t)}info`],connections:a,tenant:{...(r==null?void 0:r.tenant)||{},...n.tenant}}}async function wb(t,e,n,r){if(!r.state)throw new N(400,{message:"State not found"});const i=e.connections.find(l=>l.name===n);if(!i){t.set("client_id",e.id);const l=ve(t,{type:ge.FAILED_LOGIN,description:"Connection not found"});throw await t.env.data.logs.create(e.tenant.id,l),new N(403,{message:"Connection Not Found"})}let o=await t.env.data.loginSessions.get(e.tenant.id,r.state);if(!o){const{ip:l,useragent:d,auth0Client:u}=Ot(t.req);o=await t.env.data.loginSessions.create(e.tenant.id,{expires_at:new Date(Date.now()+sr*1e3).toISOString(),authParams:r,csrf_token:xe(),ip:l,useragent:d,auth0Client:u})}const c=await bm(t,i.strategy).getRedirect(t,i);return await t.env.data.codes.create(e.tenant.id,{login_id:o.id,code_id:c.code,code_type:"oauth2_state",connection_id:i.id,code_verifier:c.codeVerifier,expires_at:new Date(Date.now()+P_*1e3).toISOString()}),t.redirect(c.redirectUrl)}async function xf(t,{code:e,state:n}){var h;const{env:r}=t,i=await r.data.codes.get(t.var.tenant_id||"",n,"oauth2_state");if(!i||!i.connection_id)throw new N(403,{message:"State not found"});const o=await r.data.loginSessions.get(t.var.tenant_id||"",i.login_id);if(!o)throw new N(403,{message:"Session not found"});if(o.authorization_url){const _=new URL(o.authorization_url).hostname,w=t.var.custom_domain||t.req.header("host")||"";if(_!==w&&_){const k=new URL(`https://${_}/callback`);return k.searchParams.set("state",n),k.searchParams.set("code",e),new Response("Redirecting",{status:307,headers:{location:k.toString()}})}}const a=await Ri(r,o.authParams.client_id);t.set("client_id",a.id),t.set("tenant_id",a.tenant.id);const c=a.connections.find(_=>_.id===i.connection_id);if(!c){const _=ve(t,{type:ge.FAILED_LOGIN,description:"Connection not found"});throw await r.data.logs.create(a.tenant.id,_),new N(403,{message:"Connection not found"})}if(t.set("connection",c.name),!o.authParams.redirect_uri){const _=ve(t,{type:ge.FAILED_LOGIN,description:"Redirect URI not defined"});throw await r.data.logs.create(a.tenant.id,_),new N(403,{message:"Redirect URI not defined"})}const d=await bm(t,c.strategy).validateAuthorizationCodeAndGetUser(t,c,e,i.code_verifier),{sub:u,...f}=d;t.set("user_id",u);const m=((h=d.email)==null?void 0:h.toLocaleLowerCase())||`${c.name}.${u}@${new URL(t.env.ISSUER).hostname}`;t.set("username",m);const v=await xs(t,{client:a,username:m,provider:c.strategy,connection:c.name,userId:u,profileData:f,isSocial:!0,ip:t.req.header("x-real-ip")});return fn(t,{client:a,authParams:o.authParams,loginSession:o,user:v})}async function kf(t,e,n,r,i,o){const a=await t.env.data.codes.get(t.var.tenant_id||"",e,"oauth2_state");if(!a)throw new N(400,{message:"State not found"});const c=await t.env.data.loginSessions.get(t.var.tenant_id,a.login_id);if(!c)throw new N(400,{message:"Login not found"});const{redirect_uri:l}=c.authParams;if(!l)throw new N(400,{message:"Redirect uri not found"});const d=ve(t,{type:ge.FAILED_LOGIN,description:`Failed connection login: ${i} ${n}, ${r}`});It(t,t.env.data.logs.create(t.var.tenant_id,d));const u=new URL(l);return Lw(u,{error:n,error_description:r,error_reason:o,error_code:i,state:c.authParams.state}),t.redirect(`${ct(t.env)}login/identifier?state=${c.id}&error=${n}`)}const bb=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string(),code:s.z.string().optional(),scope:s.z.string().optional(),hd:s.z.string().optional(),error:s.z.string().optional(),error_description:s.z.string().optional(),error_code:s.z.string().optional(),error_reason:s.z.string().optional()})},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{state:e,code:n,error:r,error_description:i,error_code:o,error_reason:a}=t.req.valid("query");if(r)return kf(t,e,r,i,o,a);if(!n)throw new N(400,{message:"Code is required"});return xf(t,{code:n,state:e})}).openapi(s.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({state:s.z.string(),code:s.z.string().optional(),scope:s.z.string().optional(),hd:s.z.string().optional(),error:s.z.string().optional(),error_description:s.z.string().optional(),error_code:s.z.string().optional(),error_reason:s.z.string().optional()})}}}},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{state:e,code:n,error:r,error_description:i,error_code:o,error_reason:a}=t.req.valid("form");if(r)return kf(t,e,r,i,o,a);if(!n)throw new N(400,{message:"Code is required"});return xf(t,{code:n,state:e})});function $m(t,e=[],n={}){try{const r=new URL(t);return e.some(i=>{try{return $b(r,new URL(i),n.allowPathWildcards)}catch{return!1}})}catch{return!1}}function $b(t,e,n){if(t.protocol!==e.protocol)return!1;if(n&&e.pathname.includes("*")){const r=e.pathname.replace(/\*/g,".*").replace(/\//g,"\\/");if(!new RegExp(`^${r}$`).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 r=e.hostname.split(".").slice(1).join(".");return t.hostname.endsWith(r)}return t.hostname===e.hostname}const xb=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:s.z.object({client_id:s.z.string(),returnTo:s.z.string().optional()}),header:s.z.object({cookie:s.z.string().optional()})},responses:{302:{description:"Log the user out"}}}),async t=>{const{client_id:e,returnTo:n}=t.req.valid("query"),r=await t.env.data.clients.get(e);if(!r)return t.text("OK");const i=await t.env.data.clients.get("DEFAULT_CLIENT");t.set("client_id",e),t.set("tenant_id",r.tenant.id);const o=n||t.req.header("referer");if(!o)return t.text("OK");if(!$m(o,[...r.allowed_logout_urls||[],...(i==null?void 0:i.allowed_logout_urls)||[]],{allowPathWildcards:!0}))throw new N(400,{message:"Invalid redirect uri"});const a=t.req.header("cookie");if(a){const l=ko(r.tenant.id,a);if(l){const d=await t.env.data.sessions.get(r.tenant.id,l);if(d){const u=await t.env.data.users.get(r.tenant.id,d.user_id);u&&(t.set("user_id",u.user_id),t.set("connection",u.connection));const f=await t.env.data.refreshTokens.list(r.tenant.id,{q:`session_id=${l}`,page:0,per_page:100,include_totals:!1});await Promise.all(f.refresh_tokens.map(m=>t.env.data.refreshTokens.remove(r.tenant.id,m.id))),await t.env.data.sessions.update(r.tenant.id,l,{revoked_at:new Date().toISOString()})}}}const c=ve(t,{type:ge.SUCCESS_LOGOUT,description:"User successfully logged out"});return await t.env.data.logs.create(r.tenant.id,c),new Response("Redirecting",{status:302,headers:{"set-cookie":U_(r.tenant.id,t.req.header("host")),location:o}})}),Sf=s.z.object({sub:s.z.string(),email:s.z.string().optional(),family_name:s.z.string().optional(),given_name:s.z.string().optional(),email_verified:s.z.boolean()}),kb=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"get",path:"/",request:{},security:[{Bearer:["openid"]}],responses:{200:{content:{"application/json":{schema:Sf}},description:"Userinfo"}}}),async t=>{if(!t.var.user)throw new N(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 N(404,{message:"User not found"});return t.json(Sf.parse({...e,sub:e.user_id}))}),Sb=new s.OpenAPIHono().openapi(s.createRoute({tags:["well known"],method:"get",path:"/jwks.json",request:{},responses:{200:{content:{"application/json":{schema:q0}},description:"List of tenants"}}}),async t=>{const e=await t.env.data.keys.list(),n=await Promise.all(e.map(async r=>{const o=await new Bd(r.cert).publicKey.export(),a=await crypto.subtle.exportKey("jwk",o);return Ul.parse({...a,kid:r.kid})}));return t.json({keys:n},{headers:{"access-control-allow-origin":"*","access-control-allow-method":"GET","cache-control":`public, max-age=${qi}, stale-while-revalidate=${qi*2}, stale-if-error=86400`}})}).openapi(s.createRoute({tags:["well known"],method:"get",path:"/openid-configuration",request:{},responses:{200:{content:{"application/json":{schema:Ga}},description:"List of tenants"}}}),async t=>{const e=Ga.parse({issuer:ab(t.env),authorization_endpoint:`${Pe(t.env)}authorize`,token_endpoint:`${Pe(t.env)}oauth/token`,device_authorization_endpoint:`${Pe(t.env)}oauth/device/code`,userinfo_endpoint:`${Pe(t.env)}userinfo`,mfa_challenge_endpoint:`${Pe(t.env)}mfa/challenge`,jwks_uri:`${Pe(t.env)}.well-known/jwks.json`,registration_endpoint:`${Pe(t.env)}oidc/register`,revocation_endpoint:`${Pe(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=${qi}, stale-while-revalidate=${qi*2}, stale-if-error=86400`}})});function ro(t,e){if(!t||!e||t.length!==e.length)return!1;let n=0;for(let r=0;r<t.length;r++)n|=t.charCodeAt(r)^e.charCodeAt(r);return n===0}const xm=s.z.object({grant_type:s.z.literal("client_credentials"),scope:s.z.string().optional(),client_secret:s.z.string(),client_id:s.z.string(),audience:s.z.string().optional()});async function Ab(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new N(403,{message:"Invalid client credentials"});if(n.client_secret&&!ro(n.client_secret,e.client_secret))throw new N(403,{message:"Invalid client credentials"});const r={client_id:n.id,scope:e.scope,audience:e.audience},i=await ws(t,{authParams:r,client:n});return t.json(i)}const Eb=s.z.object({grant_type:s.z.literal("authorization_code"),client_id:s.z.string(),code:s.z.string(),redirect_uri:s.z.string().optional(),client_secret:s.z.string().optional(),code_verifier:s.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 Ib(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new N(403,{message:"Client not found"});const r=await t.env.data.codes.get(n.tenant.id,e.code,"authorization_code");if(!r||!r.user_id)throw new N(403,{message:"Invalid client credentials"});if(new Date(r.expires_at)<new Date)throw new N(403,{message:"Code expired"});if(r.used_at)throw new N(403,{message:"Code already used"});const i=await t.env.data.loginSessions.get(n.tenant.id,r.login_id);if(!i)throw new N(403,{message:"Invalid login"});if("client_secret"in e){const a=await t.env.data.clients.get("DEFAULT_CLIENT");if(!ro(n.client_secret,e.client_secret)&&!ro(a==null?void 0:a.client_secret,e.client_secret))throw new N(403,{message:"Invalid client credentials"})}else if("code_verifier"in e&&typeof e.code_verifier=="string"&&"code_challenge_method"in i.authParams&&typeof i.authParams.code_challenge_method=="string"){const a=await C_(e.code_verifier,i.authParams.code_challenge_method);if(!ro(a,i.authParams.code_challenge||""))throw new N(403,{message:"Invalid client credentials"})}if(i.authParams.redirect_uri&&i.authParams.redirect_uri!==e.redirect_uri)throw new N(403,{message:"Invalid redirect uri"});const o=await t.env.data.users.get(n.tenant.id,r.user_id);if(!o)throw new N(403,{message:"User not found"});return await t.env.data.codes.used(n.tenant.id,e.code),fn(t,{user:o,client:n,loginSession:i,authParams:{...i.authParams,response_mode:Ft.WEB_MESSAGE}})}const Nb=s.z.object({grant_type:s.z.literal("refresh_token"),client_id:s.z.string(),redirect_uri:s.z.string().optional(),refresh_token:s.z.string()});async function Cb(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new N(403,{message:"Client not found"});const r=await t.env.data.refreshTokens.get(n.tenant.id,e.refresh_token);if(r){if(r.expires_at&&new Date(r.expires_at)<new Date||r.idle_expires_at&&new Date(r.idle_expires_at)<new Date)throw new N(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Refresh token has expired"})})}else throw new N(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Invalid refresh token"})});const i=await t.env.data.users.get(n.tenant.id,r.user_id);if(!i)throw new N(403,{message:"User not found"});const o=r.resource_servers[0];if(r.idle_expires_at){const a=new Date(Date.now()+2592e6);await t.env.data.refreshTokens.update(n.tenant.id,r.id,{idle_expires_at:a.toISOString(),last_exchanged_at:new Date().toISOString(),device:{...r.device,last_ip:t.req.header["x-real-ip"]||"",last_user_agent:t.req.header["user-agent"]||""}})}return fn(t,{user:i,client:n,refreshToken:r.id,sessionId:r.session_id,authParams:{client_id:n.id,audience:o==null?void 0:o.audience,scope:o==null?void 0:o.scopes,response_mode:Ft.WEB_MESSAGE}})}const zb={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]","(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|2[23]"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","(?:01\\d|[24-689])\\d{7}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["0"]]]],BL:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37|86)","300|4(?:0(?:0|20)|370|864)"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","[2-9]\\d{9}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["5"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]","(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["46"]],["(\\d{3})(\\d{7})","$1 $2",["6|90"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9,10,11,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}",[7,8,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13,14,15,16,17],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11,12],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}",[6,7,8,9,10,11]],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],["3[2-8]\\d{9,10}",[11,12]],0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["3"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|452|678|86","[12]|452|6788|86"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]|8(?:0[6-9]|[36])"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:20|9\\d)\\d{8}|[78]\\d{9,13}",[10,11,12,13,14],[["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[24-9]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|8\\d\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[136]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","709\\d{6}|(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10,12],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|7[67]|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d|90)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-9]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-9]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11,12],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[47-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|[579]\\d|63)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[579]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[235-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"],0,0,0,0,0,0,["2\\d{8}",[9]]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,["348[57]\\d{7}",[11]],0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function Ob(t,e){var n=Array.prototype.slice.call(e);return n.push(zb),t.apply(this,n)}function Af(t,e){t=t.split("-"),e=e.split("-");for(var n=t[0].split("."),r=e[0].split("."),i=0;i<3;i++){var o=Number(n[i]),a=Number(r[i]);if(o>a)return 1;if(a>o)return-1;if(!isNaN(o)&&isNaN(a))return 1;if(isNaN(o)&&!isNaN(a))return-1}return t[1]&&e[1]?t[1]>e[1]?1:t[1]<e[1]?-1:0:!t[1]&&e[1]?1:t[1]&&!e[1]?-1:0}var jb={}.constructor;function or(t){return t!=null&&t.constructor===jb}function yl(t){"@babel/helpers - typeof";return yl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},yl(t)}function ha(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Pb(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function ga(t,e,n){return e&&Pb(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var Tb="1.2.0",Rb="1.7.35",Ef=" ext. ",Bb=/^\d+$/,He=function(){function t(e){ha(this,t),km(e),this.metadata=e,Sm.call(this,e)}return ga(t,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(n){return n!=="001"})}},{key:"getCountryMetadata",value:function(n){return this.metadata.countries[n]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(n){return this.getCountryMetadata(n)!==void 0}},{key:"hasCallingCode",value:function(n){if(this.getCountryCodesForCallingCode(n))return!0;if(this.nonGeographic()){if(this.nonGeographic()[n])return!0}else{var r=this.countryCallingCodes()[n];if(r&&r.length===1&&r[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(n){return this.nonGeographic()?!!this.nonGeographic()[n]:!this.getCountryCodesForCallingCode(n)}},{key:"country",value:function(n){return this.selectNumberingPlan(n)}},{key:"selectNumberingPlan",value:function(n,r){if(n&&Bb.test(n)&&(r=n,n=null),n&&n!=="001"){if(!this.hasCountry(n))throw new Error("Unknown country: ".concat(n));this.numberingPlan=new If(this.getCountryMetadata(n),this)}else if(r){if(!this.hasCallingCode(r))throw new Error("Unknown calling code: ".concat(r));this.numberingPlan=new If(this.getNumberingPlanMetadata(r),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(n){var r=this.countryCallingCodes()[n];if(r)return r.length===1&&r[0].length===3?void 0:r}},{key:"getCountryCodeForCallingCode",value:function(n){var r=this.getCountryCodesForCallingCode(n);if(r)return r[0]}},{key:"getNumberingPlanMetadata",value:function(n){var r=this.getCountryCodeForCallingCode(n);if(r)return this.getCountryMetadata(r);if(this.nonGeographic()){var i=this.nonGeographic()[n];if(i)return i}else{var o=this.countryCallingCodes()[n];if(o&&o.length===1&&o[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(n){return this.numberingPlan.type(n)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(n){return this.selectNumberingPlan(n)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),t}(),If=function(){function t(e,n){ha(this,t),this.globalMetadataObject=n,this.metadata=e,Sm.call(this,n.metadata)}return ga(t,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(n){return n[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var n=this,r=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return r.map(function(i){return new Lb(i,n)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(n){return n[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(n){if(this.hasTypes()&&Nf(this.types(),n))return new Mb(Nf(this.types(),n),this)}},{key:"ext",value:function(){return this.v1||this.v2?Ef:this.metadata[13]||Ef}}]),t}(),Lb=function(){function t(e,n){ha(this,t),this._format=e,this.metadata=n}return ga(t,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Ub.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),Ub=/^\(?\$1\)?$/,Mb=function(){function t(e,n){ha(this,t),this.type=e,this.metadata=n}return ga(t,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),t}();function Nf(t,e){switch(e){case"FIXED_LINE":return t[0];case"MOBILE":return t[1];case"TOLL_FREE":return t[2];case"PREMIUM_RATE":return t[3];case"PERSONAL_NUMBER":return t[4];case"VOICEMAIL":return t[5];case"UAN":return t[6];case"PAGER":return t[7];case"VOIP":return t[8];case"SHARED_COST":return t[9]}}function km(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!or(t)||!or(t.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(or(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+Fb(t)+": "+t,"."))}var Fb=function(e){return yl(e)};function Dd(t,e){if(e=new He(e),e.hasCountry(t))return e.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function Db(t,e){return e.countries.hasOwnProperty(t)}function Sm(t){var e=t.version;typeof e=="number"?(this.v1=e===1,this.v2=e===2,this.v3=e===3,this.v4=e===4):e?Af(e,Tb)===-1?this.v2=!0:Af(e,Rb)===-1?this.v3=!0:this.v4=!0:this.v1=!0}function Vd(t,e){return Vb(t,void 0,e)}function Vb(t,e,n){var r=n.type(e),i=r&&r.possibleLengths()||n.possibleLengths();if(!i)return"IS_POSSIBLE";var o=t.length,a=i[0];return a===o?"IS_POSSIBLE":a>o?"TOO_SHORT":i[i.length-1]<o?"TOO_LONG":i.indexOf(o,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function qb(t,e,n){if(e===void 0&&(e={}),n=new He(n),e.v2){if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(t.countryCallingCode)}else{if(!t.phone)return!1;if(t.country){if(!n.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));n.country(t.country)}else{if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(t.countryCallingCode)}}if(n.possibleLengths())return Am(t.phone||t.nationalNumber,n);if(t.countryCallingCode&&n.isNonGeographicCallingCode(t.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function Am(t,e){switch(Vd(t,e)){case"IS_POSSIBLE":return!0;default:return!1}}function Gt(t,e){return t=t||"",new RegExp("^(?:"+e+")$").test(t)}function Hb(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=Kb(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
150
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Kb(t,e){if(t){if(typeof t=="string")return Cf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Cf(t,e)}}function Cf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var Gb=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function qd(t,e,n){if(e=e||{},!(!t.country&&!t.countryCallingCode)){n=new He(n),n.selectNumberingPlan(t.country,t.countryCallingCode);var r=e.v2?t.nationalNumber:t.phone;if(Gt(r,n.nationalNumberPattern())){if(Ta(r,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||Ta(r,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var i=Hb(Gb),o;!(o=i()).done;){var a=o.value;if(Ta(r,a,n))return a}}}}function Ta(t,e,n){return e=n.type(e),!e||!e.pattern()||e.possibleLengths()&&e.possibleLengths().indexOf(t.length)<0?!1:Gt(t,e.pattern())}function Wb(t,e,n){if(e=e||{},n=new He(n),n.selectNumberingPlan(t.country,t.countryCallingCode),n.hasTypes())return qd(t,e,n.metadata)!==void 0;var r=e.v2?t.nationalNumber:t.phone;return Gt(r,n.nationalNumberPattern())}function Jb(t,e,n){var r=new He(n),i=r.getCountryCodesForCallingCode(t);return i?i.filter(function(o){return Xb(e,o,n)}):[]}function Xb(t,e,n){var r=new He(n);return r.selectNumberingPlan(e),r.numberingPlan.possibleLengths().indexOf(t.length)>=0}var Hd=2,Zb=17,Yb=3,vt="0-90-9٠-٩۰-۹",Qb="-‐-―−ー-",e3="//",t3="..",n3="  ­​⁠ ",r3="()()[]\\[\\]",i3="~⁓∼~",cs="".concat(Qb).concat(e3).concat(t3).concat(n3).concat(r3).concat(i3),Kd="++",o3=new RegExp("(["+vt+"])");function s3(t,e,n,r){if(e){var i=new He(r);i.selectNumberingPlan(e,n);var o=new RegExp(i.IDDPrefix());if(t.search(o)===0){t=t.slice(t.match(o)[0].length);var a=t.match(o3);if(!(a&&a[1]!=null&&a[1].length>0&&a[1]==="0"))return t}}}function a3(t,e){if(t&&e.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+e.numberingPlan.nationalPrefixForParsing()+")"),r=n.exec(t);if(r){var i,o,a=r.length-1,c=a>0&&r[a];if(e.nationalPrefixTransformRule()&&c)i=t.replace(n,e.nationalPrefixTransformRule()),a>1&&(o=r[1]);else{var l=r[0];i=t.slice(l.length),c&&(o=r[1])}var d;if(c){var u=t.indexOf(r[1]),f=t.slice(0,u);f===e.numberingPlan.nationalPrefix()&&(d=e.numberingPlan.nationalPrefix())}else d=r[0];return{nationalNumber:i,nationalPrefix:d,carrierCode:o}}}return{nationalNumber:t}}function vl(t,e){var n=a3(t,e),r=n.carrierCode,i=n.nationalNumber;if(i!==t){if(!c3(t,i,e))return{nationalNumber:t};if(e.possibleLengths()&&!l3(i,e))return{nationalNumber:t}}return{nationalNumber:i,carrierCode:r}}function c3(t,e,n){return!(Gt(t,n.nationalNumberPattern())&&!Gt(e,n.nationalNumberPattern()))}function l3(t,e){switch(Vd(t,e)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function d3(t,e,n,r){var i=e?Dd(e,r):n;if(t.indexOf(i)===0){r=new He(r),r.selectNumberingPlan(e,n);var o=t.slice(i.length),a=vl(o,r),c=a.nationalNumber,l=vl(t,r),d=l.nationalNumber;if(!Gt(d,r.nationalNumberPattern())&&Gt(c,r.nationalNumberPattern())||Vd(d,r)==="TOO_LONG")return{countryCallingCode:i,number:o}}return{number:t}}function Em(t,e,n,r){if(!t)return{};var i;if(t[0]!=="+"){var o=s3(t,e,n,r);if(o&&o!==t)i=!0,t="+"+o;else{if(e||n){var a=d3(t,e,n,r),c=a.countryCallingCode,l=a.number;if(c)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:c,number:l}}return{number:t}}}if(t[1]==="0")return{};r=new He(r);for(var d=2;d-1<=Yb&&d<=t.length;){var u=t.slice(1,d);if(r.hasCallingCode(u))return r.selectNumberingPlan(u),{countryCallingCodeSource:i?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:u,number:t.slice(d)};d++}return{}}function u3(t){return t.replace(new RegExp("[".concat(cs,"]+"),"g")," ").trim()}var p3=/(\$\d)/;function f3(t,e,n){var r=n.useInternationalFormat,i=n.withNationalPrefix,o=t.replace(new RegExp(e.pattern()),r?e.internationalFormat():i&&e.nationalPrefixFormattingRule()?e.format().replace(p3,e.nationalPrefixFormattingRule()):e.format());return r?u3(o):o}var h3=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function g3(t,e,n){var r=new He(n);if(r.selectNumberingPlan(t,e),r.defaultIDDPrefix())return r.defaultIDDPrefix();if(h3.test(r.IDDPrefix()))return r.IDDPrefix()}var m3=";ext=",Wn=function(e){return"([".concat(vt,"]{1,").concat(e,"})")};function Im(t){var e="20",n="15",r="9",i="6",o="[  \\t,]*",a="[:\\..]?[  \\t,-]*",c="#?",l="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",d="(?:[xx##~~]|int|int)",u="[- ]+",f="[  \\t]*",m="(?:,{2}|;)",v=m3+Wn(e),h=o+l+a+Wn(e)+c,_=o+d+a+Wn(r)+c,w=u+Wn(i)+"#",k=f+m+a+Wn(n)+c,I=f+"(?:,)+"+a+Wn(r)+c;return v+"|"+h+"|"+_+"|"+w+"|"+k+"|"+I}var _3="["+vt+"]{"+Hd+"}",y3="["+Kd+"]{0,1}(?:["+cs+"]*["+vt+"]){3,}["+cs+vt+"]*",v3=new RegExp("^["+Kd+"]{0,1}(?:["+cs+"]*["+vt+"]){1,2}$","i"),w3=y3+"(?:"+Im()+")?",b3=new RegExp("^"+_3+"$|^"+w3+"$","i");function $3(t){return t.length>=Hd&&b3.test(t)}function x3(t){return v3.test(t)}function k3(t){var e=t.number,n=t.ext;if(!e)return"";if(e[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(e).concat(n?";ext="+n:"")}function S3(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=A3(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
151
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function A3(t,e){if(t){if(typeof t=="string")return zf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zf(t,e)}}function zf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Of(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function jf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Of(Object(n),!0).forEach(function(r){E3(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Of(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function E3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var Pf={formatExtension:function(e,n,r){return"".concat(e).concat(r.ext()).concat(n)}};function I3(t,e,n,r){if(n?n=jf(jf({},Pf),n):n=Pf,r=new He(r),t.country&&t.country!=="001"){if(!r.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));r.country(t.country)}else if(t.countryCallingCode)r.selectNumberingPlan(t.countryCallingCode);else return t.phone||"";var i=r.countryCallingCode(),o=n.v2?t.nationalNumber:t.phone,a;switch(e){case"NATIONAL":return o?(a=ls(o,t.carrierCode,"NATIONAL",r,n),Ra(a,t.ext,r,n.formatExtension)):"";case"INTERNATIONAL":return o?(a=ls(o,null,"INTERNATIONAL",r,n),a="+".concat(i," ").concat(a),Ra(a,t.ext,r,n.formatExtension)):"+".concat(i);case"E.164":return"+".concat(i).concat(o);case"RFC3966":return k3({number:"+".concat(i).concat(o),ext:t.ext});case"IDD":if(!n.fromCountry)return;var c=C3(o,t.carrierCode,i,n.fromCountry,r);return Ra(c,t.ext,r,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(e,'"'))}}function ls(t,e,n,r,i){var o=N3(r.formats(),t);return o?f3(t,o,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(o.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&i&&i.nationalPrefix===!1),carrierCode:e,metadata:r}):t}function N3(t,e){for(var n=S3(t),r;!(r=n()).done;){var i=r.value;if(i.leadingDigitsPatterns().length>0){var o=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(e.search(o)!==0)continue}if(Gt(e,i.pattern()))return i}}function Ra(t,e,n,r){return e?r(t,e,n):t}function C3(t,e,n,r,i){var o=Dd(r,i.metadata);if(o===n){var a=ls(t,e,"NATIONAL",i);return n==="1"?n+" "+a:a}var c=g3(r,void 0,i.metadata);if(c)return"".concat(c," ").concat(n," ").concat(ls(t,null,"INTERNATIONAL",i))}function Tf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Rf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Tf(Object(n),!0).forEach(function(r){z3(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Tf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function z3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function O3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function j3(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function P3(t,e,n){return e&&j3(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var T3=function(){function t(e,n,r){if(O3(this,t),!e)throw new TypeError("First argument is required");if(typeof e!="string")throw new TypeError("First argument must be a string");if(typeof e=="string"){if(e[0]==="+"&&!n)throw new TypeError("`metadata` argument not passed");if(or(n)&&or(n.countries)){r=n;var i=e;if(!L3.test(i))throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');var o=Em(i,void 0,void 0,r),a=o.countryCallingCode,c=o.number;if(n=c,e=a,!n)throw new Error("Invalid `number` argument passed: too short")}}if(!n)throw new TypeError("`nationalNumber` argument is required");if(typeof n!="string")throw new TypeError("`nationalNumber` argument must be a string");km(r);var l=B3(e,r),d=l.country,u=l.countryCallingCode;this.country=d,this.countryCallingCode=u,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return r}}return P3(t,[{key:"setExt",value:function(n){this.ext=n}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Jb(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return qb(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return Wb(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var n=new He(this.getMetadata());return n.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(n){return this.number===n.number&&this.ext===n.ext}},{key:"getType",value:function(){return qd(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(n,r){return I3(this,n,r?Rf(Rf({},r),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(n){return this.format("NATIONAL",n)}},{key:"formatInternational",value:function(n){return this.format("INTERNATIONAL",n)}},{key:"getURI",value:function(n){return this.format("RFC3966",n)}}]),t}(),R3=function(e){return/^[A-Z]{2}$/.test(e)};function B3(t,e){var n,r,i=new He(e);return R3(t)?(n=t,i.selectNumberingPlan(n),r=i.countryCallingCode()):r=t,{country:n,countryCallingCode:r}}var L3=/^\+\d+$/;function wl(t){"@babel/helpers - typeof";return wl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},wl(t)}function U3(t,e,n){return Object.defineProperty(t,"prototype",{writable:!1}),t}function M3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function F3(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&ui(t,e)}function D3(t){var e=Cm();return function(){var r=pi(t),i;if(e){var o=pi(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return V3(this,i)}}function V3(t,e){if(e&&(wl(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Nm(t)}function Nm(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function bl(t){var e=typeof Map=="function"?new Map:void 0;return bl=function(r){if(r===null||!q3(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e<"u"){if(e.has(r))return e.get(r);e.set(r,i)}function i(){return io(r,arguments,pi(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),ui(i,r)},bl(t)}function io(t,e,n){return Cm()?io=Reflect.construct:io=function(i,o,a){var c=[null];c.push.apply(c,o);var l=Function.bind.apply(i,c),d=new l;return a&&ui(d,a.prototype),d},io.apply(null,arguments)}function Cm(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function q3(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function ui(t,e){return ui=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},ui(t,e)}function pi(t){return pi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},pi(t)}var Rt=function(t){F3(n,t);var e=D3(n);function n(r){var i;return M3(this,n),i=e.call(this,r),Object.setPrototypeOf(Nm(i),n.prototype),i.name=i.constructor.name,i}return U3(n)}(bl(Error)),Bf=new RegExp("(?:"+Im()+")$","i");function H3(t){var e=t.search(Bf);if(e<0)return{};for(var n=t.slice(0,e),r=t.match(Bf),i=1;i<r.length;){if(r[i])return{number:n,ext:r[i]};i++}}var K3={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function G3(t){return K3[t]}function W3(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=J3(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
152
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function J3(t,e){if(t){if(typeof t=="string")return Lf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Lf(t,e)}}function Lf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Uf(t){for(var e="",n=W3(t.split("")),r;!(r=n()).done;){var i=r.value;e+=X3(i,e)||""}return e}function X3(t,e,n){return t==="+"?e?void 0:"+":G3(t)}function Z3(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=Y3(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
153
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Y3(t,e){if(t){if(typeof t=="string")return Mf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Mf(t,e)}}function Mf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Q3(t,e){var n=e.countries,r=e.metadata;r=new He(r);for(var i=Z3(n),o;!(o=i()).done;){var a=o.value;if(r.country(a),r.leadingDigits()){if(t&&t.search(r.leadingDigits())===0)return a}else if(qd({phone:t,country:a},void 0,r.metadata))return a}}function e$(t,e){var n=e.nationalNumber,r=e.defaultCountry,i=e.metadata,o=i.getCountryCodesForCallingCode(t);if(o)return o.length===1?o[0]:Q3(n,{countries:o,defaultCountry:r,metadata:i.metadata})}var zm="+",t$="[\\-\\.\\(\\)]?",Ff="(["+vt+"]|"+t$+")",n$="^\\"+zm+Ff+"*["+vt+"]"+Ff+"*$",r$=new RegExp(n$,"g"),$l=vt,i$="["+$l+"]+((\\-)*["+$l+"])*",o$="a-zA-Z",s$="["+o$+"]+((\\-)*["+$l+"])*",a$="^("+i$+"\\.)*"+s$+"\\.?$",c$=new RegExp(a$,"g"),Df="tel:",xl=";phone-context=",l$=";isub=";function d$(t){var e=t.indexOf(xl);if(e<0)return null;var n=e+xl.length;if(n>=t.length)return"";var r=t.indexOf(";",n);return r>=0?t.substring(n,r):t.substring(n)}function u$(t){return t===null?!0:t.length===0?!1:r$.test(t)||c$.test(t)}function p$(t,e){var n=e.extractFormattedPhoneNumber,r=d$(t);if(!u$(r))throw new Rt("NOT_A_NUMBER");var i;if(r===null)i=n(t)||"";else{i="",r.charAt(0)===zm&&(i+=r);var o=t.indexOf(Df),a;o>=0?a=o+Df.length:a=0;var c=t.indexOf(xl);i+=t.substring(a,c)}var l=i.indexOf(l$);if(l>0&&(i=i.substring(0,l)),i!=="")return i}var f$=250,h$=new RegExp("["+Kd+vt+"]"),g$=new RegExp("[^"+vt+"#]+$");function m$(t,e,n){if(e=e||{},n=new He(n),e.defaultCountry&&!n.hasCountry(e.defaultCountry))throw e.v2?new Rt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(e.defaultCountry));var r=y$(t,e.v2,e.extract),i=r.number,o=r.ext,a=r.error;if(!i){if(e.v2)throw a==="TOO_SHORT"?new Rt("TOO_SHORT"):new Rt("NOT_A_NUMBER");return{}}var c=w$(i,e.defaultCountry,e.defaultCallingCode,n),l=c.country,d=c.nationalNumber,u=c.countryCallingCode,f=c.countryCallingCodeSource,m=c.carrierCode;if(!n.hasSelectedNumberingPlan()){if(e.v2)throw new Rt("INVALID_COUNTRY");return{}}if(!d||d.length<Hd){if(e.v2)throw new Rt("TOO_SHORT");return{}}if(d.length>Zb){if(e.v2)throw new Rt("TOO_LONG");return{}}if(e.v2){var v=new T3(u,d,n.metadata);return l&&(v.country=l),m&&(v.carrierCode=m),o&&(v.ext=o),v.__countryCallingCodeSource=f,v}var h=(e.extended?n.hasSelectedNumberingPlan():l)?Gt(d,n.nationalNumberPattern()):!1;return e.extended?{country:l,countryCallingCode:u,carrierCode:m,valid:h,possible:h?!0:!!(e.extended===!0&&n.possibleLengths()&&Am(d,n)),phone:d,ext:o}:h?v$(l,d,o):{}}function _$(t,e,n){if(t){if(t.length>f$){if(n)throw new Rt("TOO_LONG");return}if(e===!1)return t;var r=t.search(h$);if(!(r<0))return t.slice(r).replace(g$,"")}}function y$(t,e,n){var r=p$(t,{extractFormattedPhoneNumber:function(a){return _$(a,n,e)}});if(!r)return{};if(!$3(r))return x3(r)?{error:"TOO_SHORT"}:{};var i=H3(r);return i.ext?i:{number:r}}function v$(t,e,n){var r={country:t,phone:e};return n&&(r.ext=n),r}function w$(t,e,n,r){var i=Em(Uf(t),e,n,r.metadata),o=i.countryCallingCodeSource,a=i.countryCallingCode,c=i.number,l;if(a)r.selectNumberingPlan(a);else if(c&&(e||n))r.selectNumberingPlan(e,n),e&&(l=e),a=n||Dd(e,r.metadata);else return{};if(!c)return{countryCallingCodeSource:o,countryCallingCode:a};var d=vl(Uf(c),r),u=d.nationalNumber,f=d.carrierCode,m=e$(a,{nationalNumber:u,defaultCountry:e,metadata:r});return m&&(l=m,m==="001"||r.country(l)),{country:l,countryCallingCode:a,countryCallingCodeSource:o,nationalNumber:u,carrierCode:f}}function Vf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function qf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Vf(Object(n),!0).forEach(function(r){b$(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Vf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function b$(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function $$(t,e,n){return m$(t,qf(qf({},e),{},{v2:!0}),n)}function Hf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function x$(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Hf(Object(n),!0).forEach(function(r){k$(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Hf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function k$(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function S$(t,e){return N$(t)||I$(t,e)||E$(t,e)||A$()}function A$(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
154
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function E$(t,e){if(t){if(typeof t=="string")return Kf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Kf(t,e)}}function Kf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function I$(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r=[],i=!0,o=!1,a,c;try{for(n=n.call(t);!(i=(a=n.next()).done)&&(r.push(a.value),!(e&&r.length===e));i=!0);}catch(l){o=!0,c=l}finally{try{!i&&n.return!=null&&n.return()}finally{if(o)throw c}}return r}}function N$(t){if(Array.isArray(t))return t}function C$(t){var e=Array.prototype.slice.call(t),n=S$(e,4),r=n[0],i=n[1],o=n[2],a=n[3],c,l,d;if(typeof r=="string")c=r;else throw new TypeError("A text for parsing must be a string.");if(!i||typeof i=="string")a?(l=o,d=a):(l=void 0,d=o),i&&(l=x$({defaultCountry:i},l));else if(or(i))o?(l=i,d=o):d=i;else throw new Error("Invalid second argument: ".concat(i));return{text:c,options:l,metadata:d}}function Gf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Wf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Gf(Object(n),!0).forEach(function(r){z$(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Gf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function z$(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function O$(t,e,n){e&&e.defaultCountry&&!Db(e.defaultCountry,n)&&(e=Wf(Wf({},e),{},{defaultCountry:void 0}));try{return $$(t,e,n)}catch(r){if(!(r instanceof Rt))throw r}}function j$(){var t=C$(arguments),e=t.text,n=t.options,r=t.metadata;return O$(e,n,r)}function P$(){return Ob(j$,arguments)}function fi(t,e="US"){const n=t.trim();if(n.includes("@")){const r=n.toLowerCase(),i=/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(r);return{connection:"email",normalized:i?r:null,isValid:i}}else if(/^\+?\d[\d\s\-().]*$/.test(n)){const r=P$(n,{defaultCountry:e});return r&&r.isValid()?{connection:"sms",normalized:r.number,isValid:!0}:{connection:"sms",normalized:null,isValid:!1}}else return{connection:"username",normalized:n,isValid:!0}}const T$=s.z.object({client_id:s.z.string(),username:s.z.string().transform(t=>t.toLowerCase()),otp:s.z.string(),authParams:Xr.optional()});async function Om(t,{client_id:e,username:n,otp:r,authParams:i}){const o=await t.env.data.clients.get(e);if(!o)throw new N(403,{message:"Client not found"});return Gd(t,o,i||{client_id:e,response_type:Ct.TOKEN_ID_TOKEN,response_mode:Ft.WEB_MESSAGE},n,r)}async function Gd(t,e,n,r,i,o,a){const{env:c}=t,l=await c.data.codes.get(e.tenant.id,i,"otp");if(!l)throw new N(400,{message:"Code not found or expired"});if(l.expires_at<new Date().toISOString())throw new N(400,{message:"Code expired"});if(l.used_at)throw new N(400,{message:"Code already used"});const d=Ot(t.req),{connection:u,normalized:f}=fi(r,d.countryCode);if(!f)throw new N(400,{message:"Invalid username format"});const m=await c.data.loginSessions.get(e.tenant.id,l.login_id);if(!m||m.authParams.username!==r)throw new N(400,{message:"Code not found or expired"});if(a&&m.ip!==d.ip)return t.redirect(`${ct(t.env)}invalid-session?state=${m.id}`);const v=await xs(t,{client:e,username:f,provider:u,connection:u,isSocial:!1,ip:t.req.header("x-real-ip")});return await c.data.codes.used(e.tenant.id,i),fn(t,{user:v,client:e,loginSession:m,authParams:n,ticketAuth:o})}const Jf=s.z.object({client_id:s.z.string().optional(),client_secret:s.z.string().optional()}),R$=s.z.union([xm.extend(Jf.shape),s.z.object({grant_type:s.z.literal("authorization_code"),client_id:s.z.string(),code:s.z.string(),redirect_uri:s.z.string(),code_verifier:s.z.string().min(43).max(128)}),s.z.object({grant_type:s.z.literal("authorization_code"),code:s.z.string(),redirect_uri:s.z.string().optional(),...Jf.shape}),s.z.object({grant_type:s.z.literal("refresh_token"),client_id:s.z.string(),refresh_token:s.z.string(),redirect_uri:s.z.string().optional()}),s.z.object({grant_type:s.z.literal("http://auth0.com/oauth/grant-type/passwordless/otp"),client_id:s.z.string(),username:s.z.string(),otp:s.z.string(),realm:s.z.enum(["email","sms"])})]);function B$(t){if(!t)return{};const[e,n]=t.split(" ");if((e==null?void 0:e.toLowerCase())==="basic"&&n){const[r,i]=atob(n).split(":");return{client_id:r,client_secret:i}}return{}}const L$=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:R$}}}},responses:{200:{content:{"application/json":{schema:X0}},description:"Tokens"}}}),async t=>{const e=t.req.valid("form"),n=B$(t.req.header("Authorization")),r={...e,...n};if(!r.client_id)throw new N(400,{message:"client_id is required"});switch(t.set("client_id",r.client_id),e.grant_type){case Qn.AuthorizationCode:return Ib(t,Eb.parse(r));case Qn.ClientCredential:return Ab(t,xm.parse(r));case Qn.RefreshToken:return Cb(t,Nb.parse(r));case Qn.OTP:return Om(t,T$.parse(r));default:throw new N(400,{message:"Not implemented"})}});var Wd={exports:{}};const Jd=[{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}],jm=(t,e=Jd,n="!\"#$%&'()*+,-./:;<=>?@[\\\\\\]^_`{|}~")=>{let r=t||"";e[0].minDiversity=0,e[0].minLength=0;const i=[{regex:"[a-z]",message:"lowercase"},{regex:"[A-Z]",message:"uppercase"},{regex:"[0-9]",message:"number"}];n&&i.push({regex:`[${n}]`,message:"symbol"});let o={};o.contains=i.filter(c=>new RegExp(`${c.regex}`).test(r)).map(c=>c.message),o.length=r.length;let a=e.filter(c=>o.contains.length>=c.minDiversity).filter(c=>o.length>=c.minLength).sort((c,l)=>l.id-c.id).map(c=>({id:c.id,value:c.value}));return Object.assign(o,a[0]),o};Wd.exports={passwordStrength:jm,defaultOptions:Jd};var U$=Wd.exports.passwordStrength=jm;Wd.exports.defaultOptions=Jd;function Xd(t){return U$(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 Bi(t,e){var i;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 N(500,{message:"Email provider not found"});const r=(i=t.env.emailProviders)==null?void 0:i[n.name];if(!r)throw new N(500,{message:"Email provider not found"});await r({emailProvider:n,...e,from:n.default_from_address||`login@${t.env.ISSUER}`})}async function Pm(t,e){var a,c;if(!t.var.client_id)throw new N(500,{message:"Client not found"});const n=await Ri(t.env,t.var.client_id),r=n.connections.find(l=>l.strategy==="sms");if(!r)throw new N(500,{message:"SMS provider not found"});const i=((a=r.options)==null?void 0:a.provider)||"twilio",o=(c=t.env.smsProviders)==null?void 0:c[i];if(!o)throw new N(500,{message:"SMS provider not found"});await o({options:r.options,to:e.to,from:e.from,text:e.text,template:"auth-code",data:{code:e.code,tenantName:n.tenant.name,tenantId:n.tenant.id}})}async function Tm(t,e,n,r){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new N(500,{message:"Tenant not found"});const o=`${ct(t.env)}reset-password?state=${r}&code=${n}`,a={vendorName:i.name,lng:i.language||"en"};await Bi(t,{to:e,subject:re("reset_password_title",a),html:`Click here to reset your password: ${ct(t.env)}reset-password?state=${r}&code=${n}`,template:"auth-password-reset",data:{vendorName:i.name,logo:i.logo||"",passwordResetUrl:o,supportUrl:i.support_url||"https://support.sesamy.com",buttonColor:i.primary_color||"#7d68f4",passwordResetTitle:re("password_reset_title",a),resetPasswordEmailClickToReset:re("reset_password_email_click_to_reset",a),resetPasswordEmailReset:re("reset_password_email_reset",a),supportInfo:re("support_info",a),contactUs:re("contact_us",a),copyright:re("copyright",a),tenantName:i.name,tenantId:i.id}})}async function Rm(t,{to:e,code:n}){const r=await t.env.data.tenants.get(t.var.tenant_id);if(!r)throw new N(500,{message:"Tenant not found"});const{connection:i}=fi(e),o=new URL(ct(t.env)),a={vendorName:r.name,vendorId:r.id,loginDomain:o.hostname,code:n,lng:r.language||"en"};i==="email"?await Bi(t,{to:e,subject:re("code_email_subject",a),html:`Click here to validate your email: ${ct(t.env)}validate-email`,template:"auth-code",data:{code:n,vendorName:r.name,logo:r.logo||"",supportUrl:r.support_url||"",buttonColor:r.primary_color||"",welcomeToYourAccount:re("welcome_to_your_account",a),linkEmailClickToLogin:re("link_email_click_to_login",a),linkEmailLogin:re("link_email_login",a),linkEmailOrEnterCode:re("link_email_or_enter_code",a),codeValid30Mins:re("code_valid_30_minutes",a),supportInfo:re("support_info",a),contactUs:re("contact_us",a),copyright:re("copyright",a)}}):i==="sms"&&await Pm(t,{to:e,text:re("sms_code_text",a),code:n,from:r.name});const c=ve(t,{type:ge.CODE_LINK_SENT,description:e});It(t,t.env.data.logs.create(r.id,c))}async function Zd(t,{to:e,code:n,authParams:r}){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new N(500,{message:"Tenant not found"});if(!r.redirect_uri)throw new N(400,{message:"redirect_uri is required"});const{connection:o}=fi(e),a=new URL(Pe(t.env));a.pathname="passwordless/verify_redirect",a.searchParams.set("verification_code",n),a.searchParams.set("connection",o),a.searchParams.set("client_id",r.client_id),a.searchParams.set("redirect_uri",r.redirect_uri),a.searchParams.set("email",e),r.response_type&&a.searchParams.set("response_type",r.response_type),r.scope&&a.searchParams.set("scope",r.scope),r.state&&a.searchParams.set("state",r.state),r.nonce&&a.searchParams.set("nonce",r.nonce),r.code_challenge&&a.searchParams.set("code_challenge",r.code_challenge),r.code_challenge_method&&a.searchParams.set("code_challenge_method",r.code_challenge_method),r.audience&&a.searchParams.set("audience",r.audience);const c={vendorName:i.name,code:n,lng:i.language||"en"};if(o==="email")await Bi(t,{to:e,subject:re("code_email_subject",c),html:`Click here to validate your email: ${ct(t.env)}validate-email`,template:"auth-link",data:{code:n,vendorName:i.name,logo:i.logo||"",supportUrl:i.support_url||"",magicLink:a.toString(),buttonColor:i.primary_color||"",welcomeToYourAccount:re("welcome_to_your_account",c),linkEmailClickToLogin:re("link_email_click_to_login",c),linkEmailLogin:re("link_email_login",c),linkEmailOrEnterCode:re("link_email_or_enter_code",c),codeValid30Mins:re("code_valid_30_minutes",c),supportInfo:re("support_info",c),contactUs:re("contact_us",c),copyright:re("copyright",c)}});else if(o==="sms")await Pm(t,{to:e,text:`${re("link_sms_login",c)}: ${a.toString()}`,code:n,from:i.name});else throw new N(400,{message:"Only email and SMS connections are supported for magic links"});const l=ve(t,{type:ge.CODE_LINK_SENT,description:e});It(t,t.env.data.logs.create(i.id,l))}async function Yd(t,e){const n=await t.env.data.tenants.get(t.var.tenant_id);if(!n)throw new N(500,{message:"Tenant not found"});if(!e.email)throw new N(400,{message:"User has no email"});const r={vendorName:n.name,lng:n.language||"en"};await Bi(t,{to:e.email,subject:re("welcome_to_your_account",r),html:`Click here to validate your email: ${ct(t.env)}validate-email`,template:"auth-verify-email",data:{vendorName:n.name,logo:n.logo||"",emailValidationUrl:`${ct(t.env)}validate-email`,supportUrl:n.support_url||"https://support.sesamy.com",buttonColor:n.primary_color||"#7d68f4",welcomeToYourAccount:re("welcome_to_your_account",r),verifyEmailVerify:re("verify_email_verify",r),supportInfo:re("support_info",r),contactUs:re("contact_us",r),copyright:re("copyright",r)}})}async function M$(t,e,n,r){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new N(500,{message:"Tenant not found"});const o={vendorName:i.name,lng:i.language||"en"},a=`${ct(t.env)}signup?state=${r}&code=${n}`;await Bi(t,{to:e,subject:re("register_password_account",o),html:`Click here to register: ${a}`,template:"auth-pre-signup-verification",data:{vendorName:i.name,logo:i.logo||"",signupUrl:a,setPassword:re("set_password",o),registerPasswordAccount:re("register_password_account",o),clickToSignUpDescription:re("click_to_sign_up_description",o),supportUrl:i.support_url||"https://support.sesamy.com",buttonColor:i.primary_color||"#7d68f4",welcomeToYourAccount:re("welcome_to_your_account",o),verifyEmailVerify:re("verify_email_verify",o),supportInfo:re("support_info",o),contactUs:re("contact_us",o),copyright:re("copyright",o)}})}const F$=new s.OpenAPIHono().openapi(s.createRoute({tags:["dbconnections"],method:"post",path:"/signup",request:{body:{content:{"application/json":{schema:s.z.object({client_id:s.z.string(),connection:s.z.literal("Username-Password-Authentication"),email:s.z.string().transform(t=>t.toLowerCase()),password:s.z.string()})}}}},responses:{200:{content:{"application/json":{schema:s.z.object({_id:s.z.string(),email:s.z.string().optional(),email_verified:s.z.boolean(),app_metadata:s.z.object({}),user_metadata:s.z.object({})})}},description:"Created user"}}}),async t=>{const{email:e,password:n,client_id:r}=t.req.valid("json"),i=await t.env.data.clients.get(r);if(!i)throw new N(400,{message:"Client not found"});if(t.set("client_id",i.id),t.set("tenant_id",i.tenant.id),!Xd(n))throw new N(400,{message:"Password does not meet the requirements"});if(await So({userAdapter:t.env.data.users,tenant_id:i.tenant.id,username:e,provider:"auth2"}))throw new N(400,{message:"Invalid sign up"});const a=await t.env.data.users.create(i.tenant.id,{user_id:`auth2|${_s()}`,email:e,email_verified:!1,provider:"auth2",connection:"Username-Password-Authentication",is_social:!1});t.set("user_id",a.user_id),t.set("username",a.email),t.set("connection",a.connection);const c=await _i.hash(n,10);await t.env.data.passwords.create(i.tenant.id,{user_id:a.user_id,password:c,algorithm:"bcrypt"}),await Yd(t,a);const l=ve(t,{type:ge.SUCCESS_SIGNUP,description:"Successful signup"});return await t.env.data.logs.create(i.tenant.id,l),t.json({_id:a.user_id,email:a.email,email_verified:!1,app_metadata:{},user_metadata:{}})}).openapi(s.createRoute({tags:["dbconnections"],method:"post",path:"/change_password",request:{body:{content:{"application/json":{schema:s.z.object({client_id:s.z.string(),connection:s.z.literal("Username-Password-Authentication"),email:s.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"),r=await t.env.data.clients.get(n);if(!r)throw new N(400,{message:"Client not found"});if(t.set("client_id",r.id),t.set("tenant_id",r.tenant.id),!await br({userAdapter:t.env.data.users,tenant_id:r.tenant.id,username:e,provider:"auth2"}))return t.html("If an account with that email exists, we've sent instructions to reset your password.");const o={client_id:n,username:e},a=await t.env.data.loginSessions.create(r.tenant.id,{expires_at:new Date(Date.now()+sr*1e3).toISOString(),authParams:o,csrf_token:xe(),...Ot(t.req)});return await Tm(t,e,a.id,a.authParams.state),t.html("If an account with that email exists, we've sent instructions to reset your password.")});function Mn(){const t="1234567890";let e="";for(let n=0;n<6;n+=1)e+=t[Math.floor(Math.random()*10)];return e.toString()}const D$=new s.OpenAPIHono().openapi(s.createRoute({tags:["passwordless"],method:"post",path:"/start",request:{body:{content:{"application/json":{schema:s.z.union([s.z.object({connection:s.z.literal("email"),client_id:s.z.string(),email:s.z.string().transform(t=>t.toLowerCase()),send:s.z.enum(["link","code"]),authParams:Xr.omit({client_id:!0})}),s.z.object({client_id:s.z.string(),connection:s.z.literal("sms"),phone_number:s.z.string(),send:s.z.enum(["link","code"]),authParams:Xr.omit({client_id:!0})})])}}}},responses:{200:{description:"Status"}}}),async t=>{const e=t.req.valid("json"),{env:n}=t,{client_id:r,send:i,authParams:o,connection:a}=e,c=await t.env.data.clients.get(r);if(!c)throw new N(400,{message:"Client not found"});t.set("client_id",c.id),t.set("tenant_id",c.tenant.id);const l=a==="email"?e.email:e.phone_number,{ip:d,useragent:u,auth0Client:f}=Ot(t.req),m=await n.data.loginSessions.create(c.tenant.id,{authParams:{...o,client_id:r,username:l},expires_at:new Date(Date.now()+Xa).toISOString(),csrf_token:xe(),ip:d,useragent:u,auth0Client:f}),v=await n.data.codes.create(c.tenant.id,{code_id:Mn(),code_type:"otp",login_id:m.id,expires_at:new Date(Date.now()+Xa).toISOString()});return i==="link"?await Zd(t,{to:l,code:v.code_id,authParams:{...o,client_id:r}}):await Rm(t,{to:l,code:v.code_id}),t.html("OK")}).openapi(s.createRoute({tags:["passwordless"],method:"get",path:"/verify_redirect",request:{query:s.z.object({scope:s.z.string(),response_type:s.z.nativeEnum(Ct),redirect_uri:s.z.string(),state:s.z.string(),nonce:s.z.string().optional(),verification_code:s.z.string(),connection:s.z.string(),client_id:s.z.string(),email:s.z.string().transform(t=>t.toLowerCase()),audience:s.z.string().optional()})},responses:{302:{description:"Status"}}}),async t=>{const{env:e}=t,{client_id:n,email:r,verification_code:i,redirect_uri:o,state:a,scope:c,audience:l,response_type:d,nonce:u}=t.req.valid("query"),f=await Ri(e,n);return t.set("client_id",f.id),t.set("tenant_id",f.tenant.id),t.set("connection","email"),Gd(t,f,{client_id:n,redirect_uri:o,state:a,nonce:u,scope:c,audience:l,response_type:d},r,i,!1,!0)});class Ur extends N{constructor(n,r){super(n,r);te(this,"_code");this._code=r==null?void 0:r.code}get code(){return this._code}}async function Qd(t,e,n,r,i){const{env:o}=t,{username:a}=n;if(t.set("username",a),!a)throw new N(400,{message:"Username is required"});const c=await br({userAdapter:t.env.data.users,tenant_id:e.tenant.id,username:a,provider:"auth2"});if(!c){const h=ve(t,{type:ge.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid user"});throw It(t,t.env.data.logs.create(e.tenant.id,h)),new Ur(403,{message:"User not found",code:"USER_NOT_FOUND"})}const l=c.linked_to?await o.data.users.get(e.tenant.id,c.linked_to):c;if(!l)throw new Ur(403,{message:"User not found",code:"USER_NOT_FOUND"});t.set("connection",c.connection),t.set("user_id",l.user_id);const d=await o.data.passwords.get(e.tenant.id,c.user_id);if(!(d&&await _i.compare(n.password,d.password))){const h=ve(t,{type:ge.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid password"});throw It(t,t.env.data.logs.create(e.tenant.id,h)),new Ur(403,{message:"Invalid password",code:"INVALID_PASSWORD"})}if((await o.data.logs.list(e.tenant.id,{page:0,per_page:10,include_totals:!1,q:`user_id:${l.user_id}`})).logs.filter(h=>h.type===ge.FAILED_LOGIN_INCORRECT_PASSWORD&&new Date(h.date)>new Date(Date.now()-1e3*60*5)).length>=3){const h=ve(t,{type:ge.FAILED_LOGIN,description:"Too many failed login attempts"});throw It(t,t.env.data.logs.create(e.tenant.id,h)),new Ur(403,{message:"Too many failed login attempts",code:"TOO_MANY_FAILED_LOGINS"})}if(!c.email_verified&&e.email_validation==="enforced"){await Yd(t,c);const h=ve(t,{type:ge.FAILED_LOGIN,description:"Email not verified"});throw await t.env.data.logs.create(e.tenant.id,h),new Ur(403,{message:"Email not verified",code:"EMAIL_NOT_VERIFIED"})}const v=ve(t,{type:ge.SUCCESS_LOGIN,description:"Successful login",strategy_type:"Username-Password-Authentication",strategy:"Username-Password-Authentication"});return It(t,t.env.data.logs.create(e.tenant.id,v)),fn(t,{client:e,authParams:n,user:l,ticketAuth:i,loginSession:r})}async function V$(t,e,n,r){await xs(t,{client:e,username:n,provider:"auth2",connection:"Username-Password-Authentication",isSocial:!1,ip:t.req.header("x-real-ip")});let i=Mn(),o=await t.env.data.codes.get(e.tenant.id,i,"password_reset");for(;o;)i=Mn(),o=await t.env.data.codes.get(e.tenant.id,i,"password_reset");const{ip:a,useragent:c,auth0Client:l}=Ot(t.req),d=await t.env.data.loginSessions.create(e.tenant.id,{expires_at:new Date(Date.now()+B_).toISOString(),authParams:{client_id:e.id,username:n},csrf_token:xe(),ip:a,useragent:c,auth0Client:l}),u=await t.env.data.codes.create(e.tenant.id,{code_id:i,code_type:"password_reset",login_id:d.id,expires_at:new Date(Date.now()+R_).toISOString()});await Tm(t,n,u.code_id,r)}const q$=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.union([s.z.object({credential_type:s.z.literal("http://auth0.com/oauth/grant-type/passwordless/otp"),otp:s.z.string(),client_id:s.z.string(),username:s.z.string().transform(t=>t.toLowerCase()),realm:s.z.enum(["email"]),scope:s.z.string().optional()}),s.z.object({credential_type:s.z.literal("http://auth0.com/oauth/grant-type/password-realm"),client_id:s.z.string(),username:s.z.string().transform(t=>t.toLowerCase()),password:s.z.string(),realm:s.z.enum(["Username-Password-Authentication"]),scope:s.z.string().optional()})])}}}},responses:{200:{description:"List of tenants"}}}),async t=>{const e=t.req.valid("json"),{client_id:n,username:r}=e;t.set("username",r);const i=await t.env.data.clients.get(n);if(!i)throw new N(400,{message:"Client not found"});t.set("client_id",n),t.set("tenant_id",i.tenant.id);const o=r.toLocaleLowerCase(),a=Ot(t.req);if("otp"in e)return Gd(t,i,{client_id:n,username:o},o,e.otp,!0);if("password"in e){const c=await t.env.data.loginSessions.create(i.tenant.id,{expires_at:new Date(Date.now()+sr*1e3).toISOString(),authParams:{client_id:n,username:o},csrf_token:xe(),ip:a.ip,useragent:a.useragent,auth0Client:a.auth0Client});return Qd(t,i,{username:o,password:e.password,client_id:n},c,!0)}else throw new N(400,{message:"Code or password required"})});function H$(t,e){var r,i,o;if(!t||e.length===0)return!1;const n=((r=Ba(t))==null?void 0:r.host)??null;if(!n)return!1;for(const a of e){let c;if(a.startsWith("http://")||a.startsWith("https://")?c=((i=Ba(a))==null?void 0:i.host)??null:c=((o=Ba("https://"+a))==null?void 0:o.host)??null,n===c)return!0}return!1}function Ba(t){try{return new URL(t)}catch{return null}}async function K$({ctx:t,session:e,client:n,authParams:r,connection:i,login_hint:o}){const a=new URL(t.req.url);t.var.custom_domain&&(a.hostname=t.var.custom_domain);const{ip:c,useragent:l,auth0Client:d}=Ot(t.req),u=await t.env.data.loginSessions.create(n.tenant.id,{expires_at:new Date(Date.now()+sr*1e3).toISOString(),authParams:r,csrf_token:xe(),authorization_url:a.toString(),ip:c,useragent:l,auth0Client:d});if(e&&o){const f=await t.env.data.users.get(n.tenant.id,e.user_id);if((f==null?void 0:f.email)===o)return fn(t,{client:n,loginSession:u,authParams:r,user:f,sessionId:e.id})}if(i==="email"&&o){const f=Mn();return await t.env.data.codes.create(n.tenant.id,{code_id:f,code_type:"otp",login_id:u.id,expires_at:new Date(Date.now()+sr*1e3).toISOString()}),await Zd(t,{code:f,to:o,authParams:r}),t.redirect(`/u/enter-code?state=${u.id}`)}return e?t.redirect(`/u/check-account?state=${u.id}`):t.redirect(`/u/login/identifier?state=${u.id}`)}function G$(t){if(t==="Username-Password-Authentication")return"auth2";if(t==="email")return"email";throw new N(403,{message:"Invalid realm"})}async function W$(t,e,n,r,i){var m;const{env:o}=t;t.set("connection",i);const a=await o.data.codes.get(e,n,"ticket");if(!a||a.used_at)throw new N(403,{message:"Ticket not found"});const c=await o.data.loginSessions.get(e,a.login_id);if(!c||!c.authParams.username)throw new N(403,{message:"Session not found"});const l=await o.data.clients.get(c.authParams.client_id);if(!l)throw new N(403,{message:"Client not found"});t.set("client_id",c.authParams.client_id),await o.data.codes.used(e,n);const d=G$(i);let u=await xs(t,{username:c.authParams.username,provider:d,client:l,connection:d==="auth2"?"Username-Password-Authentication":"email",isSocial:!1,ip:t.req.header("x-real-ip")});t.set("username",u.email||u.phone_number),t.set("user_id",u.user_id);const f=await vh(t,{user:u,client:l,loginSession:c});return fn(t,{authParams:{scope:(m=c.authParams)==null?void 0:m.scope,...r},loginSession:c,sessionId:f.id,user:u,client:l})}async function Xf(t,e){return`<!DOCTYPE html>
149
+ `,r}async function cv(t){const e=await t.publicKey.export(),n=await crypto.subtle.exportKey("jwk",e),r=JSON.stringify(n,Object.keys(n).sort()),o=new TextEncoder().encode(r);return Xa(await Q0(o))}const dv=1e3*60*60*24,lv=new s.OpenAPIHono().openapi(s.createRoute({tags:["keys"],method:"get",path:"/signing",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.array(Za)}},description:"List of keys"}}}),async t=>{const n=(await t.env.data.keys.list()).filter(r=>"cert"in r).map(r=>r);return t.json(n)}).openapi(s.createRoute({tags:["keys"],method:"get",path:"/signing/{kid}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({kid:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Za}},description:"The requested key"}}}),async t=>{const{kid:e}=t.req.valid("param"),r=(await t.env.data.keys.list()).find(i=>i.kid===e);if(!r)throw new E(404,{message:"Key not found"});return t.json(r)}).openapi(s.createRoute({tags:["keys"],method:"post",path:"/signing/rotate",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{description:"Status"}}}),async t=>{const e=await t.env.data.keys.list();for await(const r of e)await t.env.data.keys.update(r.kid,{revoked_at:new Date(Date.now()+dv).toISOString()});const n=await yd({name:`CN=${t.env.ORGANIZATION_NAME}`});return await t.env.data.keys.create(n),t.text("OK",{status:201})}).openapi(s.createRoute({tags:["keys"],method:"put",path:"/signing/{kid}/revoke",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({kid:s.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 E(404,{message:"Key not found"});const r=await yd({name:`CN=${t.env.ORGANIZATION_NAME}`});return await t.env.data.keys.create(r),t.text("OK")}),uv=new s.OpenAPIHono().openapi(s.createRoute({tags:["users"],method:"get",path:"/",request:{query:s.z.object({email:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:s.z.array(jd)}},description:"List of users"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{email:n}=t.req.valid("query"),i=(await Gd(t.env.data.users,e,n)).filter(o=>!o.linked_to);return t.json(i)}),pv=Jt.extend({clients:s.z.array(bn)}),fv=new s.OpenAPIHono().openapi(s.createRoute({tags:["clients"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([pv,s.z.array(bn)])}},description:"List of clients"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i,sort:o,q:a}=t.req.valid("query"),d=(await t.env.data.applications.list(e,{page:n,per_page:r,include_totals:i,sort:Fn(o),q:a})).applications;return i?t.json({clients:d,start:0,limit:10,length:d.length}):t.json(d)}).openapi(s.createRoute({tags:["clients"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:bn}},description:"An application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=(await t.env.data.applications.list(e,{page:1,per_page:0,include_totals:!1})).applications.find(o=>o.id===n);if(!i)throw new E(404);return t.json(i)}).openapi(s.createRoute({tags:["clients"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 E(404,{message:"Application not found"});return t.text("OK")}).openapi(s.createRoute({tags:["clients"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(wo.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:bn}},description:"The update application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),i=t.req.valid("json");await t.env.data.applications.update(e,n,i);const o=await t.env.data.applications.get(e,n);if(!o)throw new E(404,{message:"Application not found"});return t.json(o)}).openapi(s.createRoute({tags:["clients"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(wo.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:s.z.object(bn.shape)}},description:"An application"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r={...n,id:n.id||xe(),client_secret:n.client_secret||xe()},i=await t.env.data.applications.create(e,r);return t.json(i,{status:201})});s.z.object({start:s.z.number(),limit:s.z.number(),length:s.z.number()});gs.extend({email:s.z.string(),login_count:s.z.number(),multifactor:s.z.array(s.z.string()).optional(),last_ip:s.z.string().optional(),last_login:s.z.string().optional(),user_id:s.z.string()}).catchall(s.z.any());const hv=Jt.extend({tenants:s.z.array(rr)}),gv=new s.OpenAPIHono().openapi(s.createRoute({tags:["tenants"],method:"get",path:"/",request:{query:Vt},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:s.z.union([s.z.array(rr),hv])}},description:"List of tenants"}}}),async t=>{const{page:e,per_page:n,include_totals:r,sort:i,q:o}=t.req.valid("query"),a=await t.env.data.tenants.list({page:e,per_page:n,include_totals:r,sort:Fn(i),q:o});return r?t.json(a):t.json(a.tenants)}).openapi(s.createRoute({tags:["tenants"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"tenant/json":{schema:rr}},description:"A tenant"}}}),async t=>{const{id:e}=t.req.valid("param"),n=await t.env.data.tenants.get(e);if(!n)throw new E(404);return t.json(n)}).openapi(s.createRoute({tags:["tenants"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.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(s.createRoute({tags:["tenants"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(bo.shape).partial()}}},params:s.z.object({id:s.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(s.createRoute({tags:["tenants"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(bo.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"tenant/json":{schema:rr}},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})}),mv=Jt.extend({logs:s.z.array(ko)}),_v=new s.OpenAPIHono().openapi(s.createRoute({tags:["logs"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(ko),mv])}},description:"List of log rows"}}}),async t=>{const{page:e,per_page:n,include_totals:r,sort:i,q:o}=t.req.valid("query"),{"tenant-id":a}=t.req.valid("header"),c=await t.env.data.logs.list(a,{page:e,per_page:n,include_totals:r,sort:Fn(i),q:o});return r?t.json(c):t.json(c.logs)}).openapi(s.createRoute({tags:["logs"],method:"get",path:"/{id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:ko}},description:"A log entry"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.logs.get(e,n);if(!r)throw new E(404);return t.json(r)}),yv=Jt.extend({hooks:s.z.array(er)}),wv=new s.OpenAPIHono().openapi(s.createRoute({tags:["hooks"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(er),yv])}},description:"List of hooks"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i,sort:o,q:a}=t.req.valid("query"),c=await t.env.data.hooks.list(e,{page:n,per_page:r,include_totals:i,sort:Fn(o),q:a});return i?t.json(c):t.json(c.hooks)}).openapi(s.createRoute({tags:["hooks"],method:"post",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(xo.shape)}}}},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:er}},description:"The created hook"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.hooks.create(e,n);return t.json(r,{status:201})}).openapi(s.createRoute({tags:["hooks"],method:"patch",path:"/{hook_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({hook_id:s.z.string()}),body:{content:{"application/json":{schema:s.z.object(xo.shape).omit({hook_id:!0}).partial()}}}},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:er.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"),r=t.req.valid("json");await t.env.data.hooks.update(e,n,r);const i=await t.env.data.hooks.get(e,n);if(!i)throw new E(404,{message:"Hook not found"});return t.json(i)}).openapi(s.createRoute({tags:["hooks"],method:"get",path:"/{hook_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({hook_id:s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:er}},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"),r=await t.env.data.hooks.get(e,n);if(!r)throw new E(404,{message:"Hook not found"});return t.json(r)}).openapi(s.createRoute({tags:["hooks"],method:"delete",path:"/{hook_id}",request:{headers:s.z.object({"tenant-id":s.z.string()}),params:s.z.object({hook_id:s.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 E(404,{message:"Hook not found"});return t.text("OK")}),vv=Jt.extend({connections:s.z.array(tn)}),bv=new s.OpenAPIHono().openapi(s.createRoute({tags:["connections"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(tn),vv])}},description:"List of connectionss"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i=!1,sort:o,q:a}=t.req.valid("query"),c=await t.env.data.connections.list(e,{page:n,per_page:r,include_totals:i,sort:Fn(o),q:a});return i?t.json(c):t.json(c.connections)}).openapi(s.createRoute({tags:["connections"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:tn}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.connections.get(e,n);if(!r)throw new E(404);return t.json(r)}).openapi(s.createRoute({tags:["connections"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 E(404,{message:"Connection not found"});return t.text("OK")}).openapi(s.createRoute({tags:["connections"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(vo.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:tn}},description:"The updated connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=t.req.valid("json");if(!await t.env.data.connections.update(e,n,r))throw new E(404,{message:"Connection not found"});const o=await t.env.data.connections.get(e,n);if(!o)throw new E(404,{message:"Connection not found"});return t.json(o)}).openapi(s.createRoute({tags:["connections"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(vo.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:tn}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.connections.create(e,n);return t.json(r,{status:201})}),$v=new s.OpenAPIHono().openapi(s.createRoute({tags:["prompts"],method:"get",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Xi}},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(Xi.parse({}))}).openapi(s.createRoute({tags:["prompts"],method:"patch",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Xi.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"),r=await t.env.data.promptSettings.get(e);return Object.assign(r,n),await t.env.data.promptSettings.set(e,r),t.json(r)});let ff=!1;function om(t){t.use(async(e,n)=>(ff||(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"}}}}),ff=!0),await n()))}s.z.object({alg:s.z.literal("RS256"),kty:s.z.literal("RSA"),use:s.z.literal("sig"),n:s.z.string(),e:s.z.string(),kid:s.z.string(),x5t:s.z.string(),x5c:s.z.array(s.z.string())});async function xv(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 E(500,{message:`Failed to fetch jwks: ${e.message}`})}}async function kv(t,e){const r=new TextEncoder().encode([e.raw.header,e.raw.payload].join(".")),i=new Uint8Array(Array.from(e.signature).map(d=>d.charCodeAt(0))),a=(await xv(t.env)).find(d=>d.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,i,r)}function Sv(t){const[e,n,r]=t.split(".");if(!e||!n||!r)return null;const i=JSON.parse(atob(e)),o=JSON.parse(atob(n)),a=atob(r.replace(/-/g,"+").replace(/_/g,"/"));return{header:i,payload:o,signature:a,raw:{header:e,payload:n,signature:r}}}function sm(t){return async(e,n)=>{var i,o,a;const r=t.openAPIRegistry.definitions.find(c=>"route"in c&&c.route.path===e.req.path&&c.route.method.toUpperCase()===e.req.method);if(r&&"route"in r){const c=(o=(i=r.route.security)==null?void 0:i[0])==null?void 0:o.Bearer;if(!(c!=null&&c.length))return await n();const d=e.req.header("authorization")||"",[l,u]=d.split(" ");if((l==null?void 0:l.toLowerCase())!=="bearer"||!u)throw new E(401,{message:"Missing bearer token"});const f=Sv(u);if(!f||!await kv(e,f))throw new E(403,{message:"Invalid JWT signature"});e.set("user_id",f.payload.sub),e.set("user",f.payload);const m=f.payload.permissions||[],w=((a=f.payload.scope)==null?void 0:a.split(" "))||[];if(c.length&&!(c.some(h=>m.includes(h))||c.some(h=>w.includes(h))))throw new E(403,{message:"Unauthorized"})}return await n()}}const Av=new s.OpenAPIHono().openapi(s.createRoute({tags:["emails"],method:"get",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Yi}},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 E(404,{message:"Email provider not found"});return t.json(n)}).openapi(s.createRoute({tags:["emails"],method:"post",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Yi.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(s.createRoute({tags:["emails"],method:"patch",path:"/",request:{headers:s.z.object({"tenant-id":s.z.string()}),body:{content:{"application/json":{schema:s.z.object(Yi.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")}),Ev=new s.OpenAPIHono().openapi(s.createRoute({tags:["sessions"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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"),r=await t.env.data.sessions.get(e,n);if(!r)throw new E(404);return t.json(r)}).openapi(s.createRoute({tags:["sessions"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 E(404,{message:"Session not found"});return t.text("OK")}).openapi(s.createRoute({tags:["sessions"],method:"post",path:"/{id}/revoke",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 E(404,{message:"Session not found"});return t.text("Session deletion request accepted.",{status:202})}),Iv=new s.OpenAPIHono().openapi(s.createRoute({tags:["refresh_tokens"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Ud}},description:"A session"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.refreshTokens.get(e,n);if(!r)throw new E(404);return t.json(r)}).openapi(s.createRoute({tags:["refresh_tokens"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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 E(404,{message:"Session not found"});return t.text("OK")}),Nv=new s.OpenAPIHono().openapi(s.createRoute({tags:["custom-domains"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.array(en)}},description:"List of custom domains"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=await t.env.data.customDomains.list(e);return t.json(n)}).openapi(s.createRoute({tags:["custom-domains"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:en}},description:"A connection"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.customDomains.get(e,n);if(!r)throw new E(404);return t.json(r)}).openapi(s.createRoute({tags:["custom-domains"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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.customDomains.remove(e,n))throw new E(404,{message:"Custom domain not found"});return t.text("OK")}).openapi(s.createRoute({tags:["custom-domains"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object(en.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:en}},description:"The updated custom domain"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=t.req.valid("json");if(!await t.env.data.customDomains.update(e,n,r))throw new E(404);const o=await t.env.data.customDomains.get(e,n);if(!o)throw new E(404);return t.json(o)}).openapi(s.createRoute({tags:["custom-domains"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object(Bd.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:en}},description:"The created custom domain"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.customDomains.create(e,n);return t.json(r,{status:201})}).openapi(s.createRoute({tags:["custom-domains"],method:"post",path:"/{id}/verify",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:en}},description:"The custom domain"}}}),async()=>{throw new E(501,{message:"Not implemented"})});function Bl(t,e){const n={};for(const[r,i]of Object.entries(e)){const o={};for(const[a,c]of Object.entries(i))typeof c=="function"?o[a]=async(...d)=>{const l=performance.now();try{const u=await c(...d),m=performance.now()-l,w=t.res.headers.get("Server-Timing")||"",h=w?`${w}, ${r}-${a};dur=${m.toFixed(2)}`:`${r}-${a};dur=${m.toFixed(2)}`;return t.res.headers.set("Server-Timing",h),u}catch(u){const m=performance.now()-l,w=t.res.headers.get("Server-Timing")||"",h=w?`${w}, ${r}-${a}-error;dur=${m.toFixed(2)}`:`${r}-${a}-error;dur=${m.toFixed(2)}`;throw t.res.headers.set("Server-Timing",h),u}}:o[a]=c;n[r]=o}return n}async function Ll(t,e){const n=t.req.header("x-forwarded-host");if(n){const i=await t.env.data.customDomains.getByDomain(n);if(i)return t.set("tenant_id",i.tenant_id),t.set("custom_domain",n),await e()}const r=t.req.header("host");if(r){const i=r.split(".");if(i.length>1&&typeof i[0]=="string"){const o=i[0];await t.env.data.tenants.get(o)&&t.set("tenant_id",o)}}return await e()}const vn=class vn{constructor(){te(this,"cacheStore",new Map)}static getInstance(){return vn.instance||(vn.instance=new vn),vn.instance}set(e,n,r){if(r<=0)return;const i=Date.now()+r;this.cacheStore.set(e,{value:n,expiresAt:i})}get(e){const n=this.cacheStore.get(e);if(n){if(Date.now()>n.expiresAt){this.cacheStore.delete(e);return}return n.value}}delete(e){this.cacheStore.delete(e)}getKeysByPrefix(e){return Array.from(this.cacheStore.keys()).filter(n=>n.startsWith(e))}clear(){this.cacheStore.clear()}};te(vn,"instance");let wd=vn;function Cv(t,e,n){try{return`${t}:${e}:${JSON.stringify(n)}`}catch{return`${t}:${e}:${Date.now()}-${Math.random()}`}}function Ul(t,e){const n=e.cache||wd.getInstance(),r=e.defaultTtl,i=e.customTtls||{},o=new Set(e.excludeMethods||[]),a=e.maxItems||0,c=e.cacheEntities||[],d=c.length===0,l=new Set(c),u={};for(const[f,m]of Object.entries(t)){const w=d||l.has(f),h={};for(const[_,v]of Object.entries(m))if(typeof v=="function"){if(!w){h[_]=v;continue}const k=`${f}:${_}`;if(o.has(k)){h[_]=v;continue}const N=i[k]||r,z=["create","update","remove","delete","set","used"].includes(_);h[_]=async(...L)=>{if(z){const ke=await Promise.resolve(n.getKeysByPrefix(`${f}:`));for(const Ee of ke)await Promise.resolve(n.delete(Ee));return await v.apply(m,L)}const Y=Cv(f,_,L),se=await Promise.resolve(n.get(Y));if(se!==void 0)return se;const ae=await v.apply(m,L);if(await n.set(Y,ae,N),a>0){const ke=await Promise.resolve(n.getKeysByPrefix(""));if(ke.length>a){const Ee=ke.slice(0,ke.length-a);for(const ze of Ee)await Promise.resolve(n.delete(ze))}}return ae}}else h[_]=v;u[f]=h}return u}const zv=Jt.extend({forms:s.z.array(Qn)}),Ov=new s.OpenAPIHono().openapi(s.createRoute({tags:["forms"],method:"get",path:"/",request:{query:Vt,headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:s.z.union([s.z.array(Qn),zv])}},description:"List of forms"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{page:n,per_page:r,include_totals:i=!1,sort:o,q:a}=t.req.valid("query"),c=await t.env.data.forms.list(e,{page:n,per_page:r,include_totals:i,sort:Fn(o),q:a});return i?t.json(c):t.json(c.forms)}).openapi(s.createRoute({tags:["forms"],method:"get",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:read"]}],responses:{200:{content:{"application/json":{schema:Qn}},description:"A form"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=await t.env.data.forms.get(e,n);if(!r)throw new E(404);return t.json(r)}).openapi(s.createRoute({tags:["forms"],method:"delete",path:"/{id}",request:{params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.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.forms.remove(e,n))throw new E(404,{message:"Form not found"});return t.text("OK")}).openapi(s.createRoute({tags:["forms"],method:"patch",path:"/{id}",request:{body:{content:{"application/json":{schema:s.z.object($o.shape).partial()}}},params:s.z.object({id:s.z.string()}),headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{200:{content:{"application/json":{schema:Qn}},description:"The updated form"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),{id:n}=t.req.valid("param"),r=t.req.valid("json");if(!await t.env.data.forms.update(e,n,r))throw new E(404,{message:"Form not found"});const o=await t.env.data.forms.get(e,n);if(!o)throw new E(404,{message:"Form not found"});return t.json(o)}).openapi(s.createRoute({tags:["forms"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.object($o.shape)}}},headers:s.z.object({"tenant-id":s.z.string()})},security:[{Bearer:["auth:write"]}],responses:{201:{content:{"application/json":{schema:Qn}},description:"A form"}}}),async t=>{const{"tenant-id":e}=t.req.valid("header"),n=t.req.valid("json"),r=await t.env.data.forms.create(e,n);return t.json(r,{status:201})});function jv(t){const e=new s.OpenAPIHono;e.use(m0({origin:r=>{var i;return r&&(i=t.allowedOrigins)!=null&&i.includes(r)?r:""},allowHeaders:["Tenant-Id","Content-Type","Content-Range","Auth0-Client","Authorization","Range","Upgrade-Insecure-Requests"],allowMethods:["POST","PUT","GET","DELETE","PATCH","OPTIONS"],exposeHeaders:["Content-Length","Content-Range"],maxAge:600,credentials:!0})),om(e),e.use(async(r,i)=>{const o=xs(r,t.dataAdapter),a=Ul(o,{defaultTtl:0,cacheEntities:["tenants","connections","clients"]});return r.env.data=Bl(r,a),i()}),e.use(Ll).use(sm(e));const n=e.route("/branding",r_).route("/custom-domains",Nv).route("/email/providers",Av).route("/users",p2).route("/keys",lv).route("/users-by-email",uv).route("/clients",fv).route("/tenants",gv).route("/logs",_v).route("/hooks",wv).route("/connections",bv).route("/prompts",$v).route("/sessions",Ev).route("/refresh_tokens",Iv).route("/forms",Ov);return n.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Management API"},servers:[{url:"/api/v2",description:"API V2"}],security:[{oauth2:["openid","email","profile"]}]}),n}function Pv(t,e){Object.keys(e).forEach(n=>{const r=e[n];r!=null&&r.length&&t.searchParams.set(n,r)})}var hf;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(hf||(hf={}));var gf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(gf||(gf={}));function Tv(t){return cm(t,Rv,li.Include)}function am(t){return cm(t,Bv,li.None)}function cm(t,e,n){let r="";for(let i=0;i<t.byteLength;i+=3){let o=0,a=0;for(let c=0;c<3&&i+c<t.byteLength;c++)o=o<<8|t[i+c],a+=8;for(let c=0;c<4;c++)a>=6?(r+=e[o>>a-6&63],a-=6):a>0?(r+=e[o<<6-a&63],a=0):n===li.Include&&(r+="=")}return r}const Rv="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Bv="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var li;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(li||(li={}));var mf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(mf||(mf={}));class Lv{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 r=0;for(let i=0;i<4;i++)r|=e[n+i]<<24-i*8;return r}uint64(e,n){if(e.byteLength<n+8)throw new TypeError("Insufficient bytes");let r=0n;for(let i=0;i<8;i++)r|=BigInt(e[n+i])<<BigInt(56-i*8);return r}putUint8(e,n,r){if(e.length<r+1)throw new TypeError("Not enough space");if(n<0||n>255)throw new TypeError("Invalid uint8 value");e[r]=n}putUint16(e,n,r){if(e.length<r+2)throw new TypeError("Not enough space");if(n<0||n>65535)throw new TypeError("Invalid uint16 value");e[r]=n>>8,e[r+1]=n&255}putUint32(e,n,r){if(e.length<r+4)throw new TypeError("Not enough space");if(n<0||n>4294967295)throw new TypeError("Invalid uint32 value");for(let i=0;i<4;i++)e[r+i]=n>>(3-i)*8&255}putUint64(e,n,r){if(e.length<r+8)throw new TypeError("Not enough space");if(n<0||n>18446744073709551615n)throw new TypeError("Invalid uint64 value");for(let i=0;i<8;i++)e[r+i]=Number(n>>BigInt((7-i)*8)&0xffn)}}const _f=new Lv;function St(t,e){return(t<<32-e|t>>>e)>>>0}function Uv(t){const e=new Mv;return e.update(t),e.digest()}class Mv{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 n=0;if(this.currentBlockSize>0){const r=e.slice(0,64-this.currentBlockSize);this.blocks.set(r,this.currentBlockSize),this.process(),n+=r.byteLength,this.currentBlockSize=0}for(;n+64<=e.byteLength;){const r=e.slice(n,n+64);this.blocks.set(r),this.process(),n+=64}if(e.byteLength-n>0){const r=e.slice(n);this.blocks.set(r),this.currentBlockSize=r.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),_f.putUint64(this.blocks,this.l,this.blockSize-8),this.process();const e=new Uint8Array(32);for(let n=0;n<8;n++)_f.putUint32(e,this.H[n],n*4);return e}process(){for(let l=0;l<16;l++)this.w[l]=(this.blocks[l*4]<<24|this.blocks[l*4+1]<<16|this.blocks[l*4+2]<<8|this.blocks[l*4+3])>>>0;for(let l=16;l<64;l++){const u=(St(this.w[l-2],17)^St(this.w[l-2],19)^this.w[l-2]>>>10)>>>0,f=(St(this.w[l-15],7)^St(this.w[l-15],18)^this.w[l-15]>>>3)>>>0;this.w[l]=u+this.w[l-7]+f+this.w[l-16]|0}let e=this.H[0],n=this.H[1],r=this.H[2],i=this.H[3],o=this.H[4],a=this.H[5],c=this.H[6],d=this.H[7];for(let l=0;l<64;l++){const u=(St(o,6)^St(o,11)^St(o,25))>>>0,f=(o&a^~o&c)>>>0,m=d+u+f+Fv[l]+this.w[l]|0,w=(St(e,2)^St(e,13)^St(e,22))>>>0,h=(e&n^e&r^n&r)>>>0,_=w+h|0;d=c,c=a,a=o,o=i+m|0,i=r,r=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]=r+this.H[2]|0,this.H[3]=i+this.H[3]|0,this.H[4]=o+this.H[4]|0,this.H[5]=a+this.H[5]|0,this.H[6]=c+this.H[6]|0,this.H[7]=d+this.H[7]|0}}const Fv=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 Vv{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 Dv(t){const e=Uv(new TextEncoder().encode(t));return am(e)}function qv(){const t=new Uint8Array(32);return crypto.getRandomValues(t),am(t)}function Wr(t,e){const n=new TextEncoder().encode(e.toString()),r=new Request(t,{method:"POST",body:n});return r.headers.set("Content-Type","application/x-www-form-urlencoded"),r.headers.set("Accept","application/json"),r.headers.set("User-Agent","arctic"),r.headers.set("Content-Length",n.byteLength.toString()),r}function Ra(t,e){const n=new TextEncoder().encode(`${t}:${e}`);return Tv(n)}async function cs(t){let e;try{e=await fetch(t)}catch(n){throw new lm(n)}if(e.status===400||e.status===401){let n;try{n=await e.json()}catch{throw new ro(e.status)}if(typeof n!="object"||n===null)throw new sr(e.status,n);let r;try{r=dm(n)}catch{throw new sr(e.status,n)}throw r}if(e.status===200){let n;try{n=await e.json()}catch{throw new ro(e.status)}if(typeof n!="object"||n===null)throw new sr(e.status,n);return new Vv(n)}throw e.body!==null&&await e.body.cancel(),new ro(e.status)}async function Hv(t){let e;try{e=await fetch(t)}catch(n){throw new lm(n)}if(e.status===400||e.status===401){let n;try{n=await e.json()}catch{throw new sr(e.status,null)}if(typeof n!="object"||n===null)throw new sr(e.status,n);let r;try{r=dm(n)}catch{throw new sr(e.status,n)}throw r}if(e.status===200){e.body!==null&&await e.body.cancel();return}throw e.body!==null&&await e.body.cancel(),new ro(e.status)}function dm(t){let e;if("error"in t&&typeof t.error=="string")e=t.error;else throw new Error("Invalid error response");let n=null,r=null,i=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");r=t.error_uri}if("state"in t){if(typeof t.state!="string")throw new Error("Invalid data");i=t.state}return new Kv(e,n,r,i)}class lm extends Error{constructor(e){super("Failed to send request",{cause:e})}}class Kv extends Error{constructor(n,r,i,o){super(`OAuth request error: ${n}`);te(this,"code");te(this,"description");te(this,"uri");te(this,"state");this.code=n,this.description=r,this.uri=i,this.state=o}}class ro extends Error{constructor(n){super("Unexpected error response");te(this,"status");this.status=n}}class sr extends Error{constructor(n,r){super("Unexpected error response body");te(this,"status");te(this,"data");this.status=n,this.data=r}}class Ml{constructor(e,n,r){te(this,"clientId");te(this,"clientPassword");te(this,"redirectURI");this.clientId=e,this.clientPassword=n,this.redirectURI=r}createAuthorizationURL(e,n,r){const i=new URL(e);return i.searchParams.set("response_type","code"),i.searchParams.set("client_id",this.clientId),this.redirectURI!==null&&i.searchParams.set("redirect_uri",this.redirectURI),i.searchParams.set("state",n),r.length>0&&i.searchParams.set("scope",r.join(" ")),i}createAuthorizationURLWithPKCE(e,n,r,i,o){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",n),r===ui.S256){const c=Dv(i);a.searchParams.set("code_challenge_method","S256"),a.searchParams.set("code_challenge",c)}else r===ui.Plain&&(a.searchParams.set("code_challenge_method","plain"),a.searchParams.set("code_challenge",i));return o.length>0&&a.searchParams.set("scope",o.join(" ")),a}async validateAuthorizationCode(e,n,r){const i=new URLSearchParams;i.set("grant_type","authorization_code"),i.set("code",n),this.redirectURI!==null&&i.set("redirect_uri",this.redirectURI),r!==null&&i.set("code_verifier",r),this.clientPassword===null&&i.set("client_id",this.clientId);const o=Wr(e,i);if(this.clientPassword!==null){const c=Ra(this.clientId,this.clientPassword);o.headers.set("Authorization",`Basic ${c}`)}return await cs(o)}async refreshAccessToken(e,n,r){const i=new URLSearchParams;i.set("grant_type","refresh_token"),i.set("refresh_token",n),this.clientPassword===null&&i.set("client_id",this.clientId),r.length>0&&i.set("scope",r.join(" "));const o=Wr(e,i);if(this.clientPassword!==null){const c=Ra(this.clientId,this.clientPassword);o.headers.set("Authorization",`Basic ${c}`)}return await cs(o)}async revokeToken(e,n){const r=new URLSearchParams;r.set("token",n),this.clientPassword===null&&r.set("client_id",this.clientId);const i=Wr(e,r);if(this.clientPassword!==null){const o=Ra(this.clientId,this.clientPassword);i.headers.set("Authorization",`Basic ${o}`)}await Hv(i)}}var ui;(function(t){t[t.S256=0]="S256",t[t.Plain=1]="Plain"})(ui||(ui={}));var yf;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(yf||(yf={}));var wf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(wf||(wf={}));function Jr(t){return Gv(t,Wv,ds.None)}function Gv(t,e,n){let r="";for(let i=0;i<t.byteLength;i+=3){let o=0,a=0;for(let c=0;c<3&&i+c<t.byteLength;c++)o=o<<8|t[i+c],a+=8;for(let c=0;c<4;c++)a>=6?(r+=e[o>>a-6&63],a-=6):a>0?(r+=e[o<<6-a&63],a=0):n===ds.Include&&(r+="=")}return r}const Wv="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";var ds;(function(t){t[t.Include=0]="Include",t[t.None=1]="None"})(ds||(ds={}));var vf;(function(t){t[t.Required=0]="Required",t[t.Ignore=1]="Ignore"})(vf||(vf={}));function Jv(t,e,n){const r=Jr(new TextEncoder().encode(t)),i=Jr(new TextEncoder().encode(e)),o=Jr(n);return r+"."+i+"."+o}function Zv(t,e){const n=Jr(new TextEncoder().encode(t)),r=Jr(new TextEncoder().encode(e)),i=n+"."+r;return new TextEncoder().encode(i)}const Xv="https://appleid.apple.com/auth/authorize",Yv="https://appleid.apple.com/auth/token";class um{constructor(e,n,r,i,o){te(this,"clientId");te(this,"teamId");te(this,"keyId");te(this,"pkcs8PrivateKey");te(this,"redirectURI");this.clientId=e,this.teamId=n,this.keyId=r,this.pkcs8PrivateKey=i,this.redirectURI=o}createAuthorizationURL(e,n){const r=new URL(Xv);return r.searchParams.set("response_type","code"),r.searchParams.set("client_id",this.clientId),r.searchParams.set("state",e),n.length>0&&r.searchParams.set("scope",n.join(" ")),r.searchParams.set("redirect_uri",this.redirectURI),r}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 r=await this.createClientSecret();n.set("client_secret",r);const i=Wr(Yv,n);return await cs(i)}async createClientSecret(){const e=await crypto.subtle.importKey("pkcs8",this.pkcs8PrivateKey,{name:"ECDSA",namedCurve:"P-256"},!1,["sign"]),n=Math.floor(Date.now()/1e3),r=JSON.stringify({typ:"JWT",alg:"ES256",kid:this.keyId}),i=JSON.stringify({iss:this.teamId,exp:n+5*60,aud:["https://appleid.apple.com"],sub:this.clientId,iat:n}),o=new Uint8Array(await crypto.subtle.sign({name:"ECDSA",hash:"SHA-256"},e,Zv(r,i)));return Jv(r,i,o)}}const Qv="https://www.facebook.com/v16.0/dialog/oauth",eb="https://graph.facebook.com/v16.0/oauth/access_token";class pm{constructor(e,n,r){te(this,"clientId");te(this,"clientSecret");te(this,"redirectURI");this.clientId=e,this.clientSecret=n,this.redirectURI=r}createAuthorizationURL(e,n){const r=new URL(Qv);return r.searchParams.set("response_type","code"),r.searchParams.set("client_id",this.clientId),r.searchParams.set("state",e),n.length>0&&r.searchParams.set("scope",n.join(" ")),r.searchParams.set("redirect_uri",this.redirectURI),r}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 r=Wr(eb,n);return await cs(r)}}const tb="https://accounts.google.com/o/oauth2/v2/auth",bf="https://oauth2.googleapis.com/token",nb="https://oauth2.googleapis.com/revoke";let fm=class{constructor(e,n,r){te(this,"client");this.client=new Ml(e,n,r)}createAuthorizationURL(e,n,r){return this.client.createAuthorizationURLWithPKCE(tb,e,ui.S256,n,r)}async validateAuthorizationCode(e,n){return await this.client.validateAuthorizationCode(bf,e,n)}async refreshAccessToken(e){return await this.client.refreshAccessToken(bf,e,[])}async revokeToken(e){await this.client.revokeToken(nb,e)}};const ga=s.z.object({iss:s.z.string().url(),sub:s.z.string(),aud:s.z.string(),exp:s.z.number(),email:s.z.string().optional(),given_name:s.z.string().optional(),family_name:s.z.string().optional(),name:s.z.string().optional(),iat:s.z.number(),auth_time:s.z.number().optional(),nonce:s.z.string().optional(),acr:s.z.string().optional(),amr:s.z.array(s.z.string()).optional(),azp:s.z.string().optional(),at_hash:s.z.string().optional(),c_hash:s.z.string().optional()}).passthrough();ga.omit({iat:!0,auth_time:!0,nonce:!0,acr:!0,amr:!0,azp:!0,at_hash:!0,c_hash:!0});function rb(t){return t.ISSUER}function ct(t){return t.UNIVERSAL_LOGIN_URL||`${t.ISSUER}u/`}function Pe(t){return t.OAUTH_API_URL||t.ISSUER}function hm(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"),r=n.toString().replace(/-----BEGIN PRIVATE KEY-----|-----END PRIVATE KEY-----|\s/g,""),i=Uint8Array.from(Buffer.from(r,"base64"));return n.fill(0),{options:e,keyArray:i}}async function ib(t,e){var d,l;const{options:n,keyArray:r}=hm(e),i=new um(n.client_id,n.team_id,n.kid,r,`${Pe(t.env)}callback`),o=xe(),a=await i.createAuthorizationURL(o,((d=n.scope)==null?void 0:d.split(" "))||["name","email"]);return(((l=n.scope)==null?void 0:l.split(" "))||["name","email"]).some(u=>["email","name"].includes(u))&&a.searchParams.set("response_mode","form_post"),{redirectUrl:a.href,code:o}}async function ob(t,e,n){const{options:r,keyArray:i}=hm(e),a=await new um(r.client_id,r.team_id,r.kid,i,`${Pe(t.env)}callback`).validateAuthorizationCode(n),c=Fd(a.idToken());if(!c)throw new Error("Invalid ID token");const d=ga.parse(c.payload);return{sub:d.sub,email:d.email,given_name:d.given_name,family_name:d.family_name,name:d.name,picture:d.picture,locale:d.locale}}const sb=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:ib,validateAuthorizationCodeAndGetUser:ob},Symbol.toStringTag,{value:"Module"}));async function ab(t,e){var a;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required authentication parameters");const r=new pm(n.client_id,n.client_secret,`${Pe(t.env)}callback`),i=xe();return{redirectUrl:r.createAuthorizationURL(i,((a=n.scope)==null?void 0:a.split(" "))||["email"]).href,code:i}}async function cb(t,e,n){const{options:r}=e;if(!(r!=null&&r.client_id)||!r.client_secret)throw new Error("Missing required authentication parameters");const o=await new pm(r.client_id,r.client_secret,`${Pe(t.env)}callback`).validateAuthorizationCode(n),a=await fetch("https://graph.facebook.com/v22.0/me?fields=id,email,name",{headers:{Authorization:`Bearer ${o.accessToken()}`}});if(!a.ok)throw new Error("Failed to fetch user info");const c=await a.json();return t.set("log",`Userinfo: ${JSON.stringify(c)}`),{sub:c.id,email:c.email,name:c.name}}const db=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:ab,validateAuthorizationCodeAndGetUser:cb},Symbol.toStringTag,{value:"Module"}));async function lb(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 r=new fm(n.client_id,n.client_secret,`${Pe(t.env)}callback`),i=xe(),o=qv();return{redirectUrl:r.createAuthorizationURL(i,o,((c=n.scope)==null?void 0:c.split(" "))??["email","profile"]).href,code:i,codeVerifier:o}}async function ub(t,e,n,r){const{options:i}=e;if(!(i!=null&&i.client_id)||!i.client_secret||!r)throw new Error("Missing required authentication parameters");const a=await new fm(i.client_id,i.client_secret,`${Pe(t.env)}callback`).validateAuthorizationCode(n,r),c=Fd(a.idToken());if(!c)throw new Error("Invalid ID token");const d=ga.parse(c.payload);return{sub:d.sub,email:d.email,given_name:d.given_name,family_name:d.family_name,name:d.name,picture:d.picture,locale:d.locale}}const pb=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:lb,validateAuthorizationCodeAndGetUser:ub},Symbol.toStringTag,{value:"Module"}));async function fb(t,e){var a;const{options:n}=e;if(!(n!=null&&n.client_id)||!n.client_secret)throw new Error("Missing required authentication parameters");const r=new Ml(n.client_id,n.client_secret,`${Pe(t.env)}callback`),i=xe(),o=r.createAuthorizationURL("https://api.vipps.no/access-management-1.0/access/oauth2/auth",i,((a=n.scope)==null?void 0:a.split(" "))||["openid","email","phoneNumber","name","address","birthDate"]);return o.searchParams.set("response_type","code"),o.searchParams.set("response_mode","query"),{redirectUrl:o.href,code:i}}async function hb(t,e,n){const{options:r}=e;if(!(r!=null&&r.client_id)||!r.client_secret)throw new Error("Missing required authentication parameters");const o=await new Ml(r.client_id,r.client_secret,`${Pe(t.env)}callback`).validateAuthorizationCode("https://api.vipps.no/access-management-1.0/access/oauth2/token",n,null),a=Fd(o.idToken());if(!a)throw new Error("Invalid ID token");const c=ga.parse(a.payload);if(typeof c.msn!="string")throw new Error("msn not available in id token");const d=await fetch("https://api.vipps.no/vipps-userinfo-api/userinfo",{headers:{Authorization:`Bearer ${o.accessToken()}`,"Merchant-Serial-Number":c.msn}});if(!d.ok)throw new E(400,{message:"Failed to get user from vipps"});return await d.json()}const gb=Object.freeze(Object.defineProperty({__proto__:null,getRedirect:fb,validateAuthorizationCodeAndGetUser:hb},Symbol.toStringTag,{value:"Module"}));function gm(t,e){const n=t.env.STRATEGIES||{},i={apple:sb,facebook:db,"google-oauth2":pb,vipps:gb,...n}[e];if(!i)throw new Error(`Strategy ${e} not found`);return i}async function Bi(t,e){const n=await t.data.clients.get(e);if(!n)throw new E(403,{message:"Client not found"});const r=t.DEFAULT_CLIENT_ID?await t.data.clients.get(t.DEFAULT_CLIENT_ID):void 0,i=await t.data.connections.list(n.tenant.id),o=t.DEFAULT_TENANT_ID?await t.data.connections.list(t.DEFAULT_TENANT_ID):{connections:[]},a=i.connections.map(c=>{var u;const d=(u=o.connections)==null?void 0:u.find(f=>f.name===c.name);if(!(d!=null&&d.options))return c;const l=tn.parse({...d||{},...c});return l.options=Rd.passthrough().parse({...d.options||{},...c.options}),l}).filter(c=>c);return{...n,web_origins:[...(r==null?void 0:r.web_origins)||[],...n.web_origins||[],`${ct(t)}login`],allowed_logout_urls:[...(r==null?void 0:r.allowed_logout_urls)||[],...n.allowed_logout_urls||[],t.ISSUER],callbacks:[...(r==null?void 0:r.callbacks)||[],...n.callbacks||[],`${ct(t)}info`],connections:a,tenant:{...(r==null?void 0:r.tenant)||{},...n.tenant}}}async function mb(t,e,n,r){if(!r.state)throw new E(400,{message:"State not found"});const i=e.connections.find(d=>d.name===n);if(!i){t.set("client_id",e.id);const d=we(t,{type:ge.FAILED_LOGIN,description:"Connection not found"});throw await t.env.data.logs.create(e.tenant.id,d),new E(403,{message:"Connection Not Found"})}let o=await t.env.data.loginSessions.get(e.tenant.id,r.state);if(!o){const{ip:d,useragent:l,auth0Client:u}=Ot(t.req);o=await t.env.data.loginSessions.create(e.tenant.id,{expires_at:new Date(Date.now()+cr*1e3).toISOString(),authParams:r,csrf_token:xe(),ip:d,useragent:l,auth0Client:u})}const c=await gm(t,i.strategy).getRedirect(t,i);return await t.env.data.codes.create(e.tenant.id,{login_id:o.id,code_id:c.code,code_type:"oauth2_state",connection_id:i.id,code_verifier:c.codeVerifier,expires_at:new Date(Date.now()+I_*1e3).toISOString()}),t.redirect(c.redirectUrl)}async function $f(t,{code:e,state:n}){var h;const{env:r}=t,i=await r.data.codes.get(t.var.tenant_id||"",n,"oauth2_state");if(!i||!i.connection_id)throw new E(403,{message:"State not found"});const o=await r.data.loginSessions.get(t.var.tenant_id||"",i.login_id);if(!o)throw new E(403,{message:"Session not found"});if(o.authorization_url){const _=new URL(o.authorization_url).hostname,v=t.var.custom_domain||t.req.header("host")||"";if(_!==v&&_){const k=new URL(`https://${_}/callback`);return k.searchParams.set("state",n),k.searchParams.set("code",e),new Response("Redirecting",{status:307,headers:{location:k.toString()}})}}const a=await Bi(r,o.authParams.client_id);t.set("client_id",a.id),t.set("tenant_id",a.tenant.id);const c=a.connections.find(_=>_.id===i.connection_id);if(!c){const _=we(t,{type:ge.FAILED_LOGIN,description:"Connection not found"});throw await r.data.logs.create(a.tenant.id,_),new E(403,{message:"Connection not found"})}if(t.set("connection",c.name),!o.authParams.redirect_uri){const _=we(t,{type:ge.FAILED_LOGIN,description:"Redirect URI not defined"});throw await r.data.logs.create(a.tenant.id,_),new E(403,{message:"Redirect URI not defined"})}const l=await gm(t,c.strategy).validateAuthorizationCodeAndGetUser(t,c,e,i.code_verifier),{sub:u,...f}=l;t.set("user_id",u);const m=((h=l.email)==null?void 0:h.toLocaleLowerCase())||`${c.name}.${u}@${new URL(t.env.ISSUER).hostname}`;t.set("username",m);const w=await Ss(t,{client:a,username:m,provider:c.strategy,connection:c.name,userId:u,profileData:f,isSocial:!0,ip:t.req.header("x-real-ip")});return fn(t,{client:a,authParams:o.authParams,loginSession:o,user:w})}async function xf(t,e,n,r,i,o){const a=await t.env.data.codes.get(t.var.tenant_id||"",e,"oauth2_state");if(!a)throw new E(400,{message:"State not found"});const c=await t.env.data.loginSessions.get(t.var.tenant_id,a.login_id);if(!c)throw new E(400,{message:"Login not found"});const{redirect_uri:d}=c.authParams;if(!d)throw new E(400,{message:"Redirect uri not found"});const l=we(t,{type:ge.FAILED_LOGIN,description:`Failed connection login: ${i} ${n}, ${r}`});It(t,t.env.data.logs.create(t.var.tenant_id,l));const u=new URL(d);return Pv(u,{error:n,error_description:r,error_reason:o,error_code:i,state:c.authParams.state}),t.redirect(`${ct(t.env)}login/identifier?state=${c.id}&error=${n}`)}const _b=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string(),code:s.z.string().optional(),scope:s.z.string().optional(),hd:s.z.string().optional(),error:s.z.string().optional(),error_description:s.z.string().optional(),error_code:s.z.string().optional(),error_reason:s.z.string().optional()})},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{state:e,code:n,error:r,error_description:i,error_code:o,error_reason:a}=t.req.valid("query");if(r)return xf(t,e,r,i,o,a);if(!n)throw new E(400,{message:"Code is required"});return $f(t,{code:n,state:e})}).openapi(s.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({state:s.z.string(),code:s.z.string().optional(),scope:s.z.string().optional(),hd:s.z.string().optional(),error:s.z.string().optional(),error_description:s.z.string().optional(),error_code:s.z.string().optional(),error_reason:s.z.string().optional()})}}}},responses:{302:{description:"Redirect to the client's redirect uri"}}}),async t=>{const{state:e,code:n,error:r,error_description:i,error_code:o,error_reason:a}=t.req.valid("form");if(r)return xf(t,e,r,i,o,a);if(!n)throw new E(400,{message:"Code is required"});return $f(t,{code:n,state:e})});function mm(t,e=[],n={}){try{const r=new URL(t);return e.some(i=>{try{return yb(r,new URL(i),n.allowPathWildcards)}catch{return!1}})}catch{return!1}}function yb(t,e,n){if(t.protocol!==e.protocol)return!1;if(n&&e.pathname.includes("*")){const r=e.pathname.replace(/\*/g,".*").replace(/\//g,"\\/");if(!new RegExp(`^${r}$`).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 r=e.hostname.split(".").slice(1).join(".");return t.hostname.endsWith(r)}return t.hostname===e.hostname}const wb=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"get",path:"/",request:{query:s.z.object({client_id:s.z.string(),returnTo:s.z.string().optional()}),header:s.z.object({cookie:s.z.string().optional()})},responses:{302:{description:"Log the user out"}}}),async t=>{const{client_id:e,returnTo:n}=t.req.valid("query"),r=await t.env.data.clients.get(e);if(!r)return t.text("OK");const i=await t.env.data.clients.get("DEFAULT_CLIENT");t.set("client_id",e),t.set("tenant_id",r.tenant.id);const o=n||t.req.header("referer");if(!o)return t.text("OK");if(!mm(o,[...r.allowed_logout_urls||[],...(i==null?void 0:i.allowed_logout_urls)||[]],{allowPathWildcards:!0}))throw new E(400,{message:"Invalid redirect uri"});const a=t.req.header("cookie");if(a){const d=Ao(r.tenant.id,a);if(d){const l=await t.env.data.sessions.get(r.tenant.id,d);if(l){const u=await t.env.data.users.get(r.tenant.id,l.user_id);u&&(t.set("user_id",u.user_id),t.set("connection",u.connection));const f=await t.env.data.refreshTokens.list(r.tenant.id,{q:`session_id=${d}`,page:0,per_page:100,include_totals:!1});await Promise.all(f.refresh_tokens.map(m=>t.env.data.refreshTokens.remove(r.tenant.id,m.id))),await t.env.data.sessions.update(r.tenant.id,d,{revoked_at:new Date().toISOString()})}}}const c=we(t,{type:ge.SUCCESS_LOGOUT,description:"User successfully logged out"});return await t.env.data.logs.create(r.tenant.id,c),new Response("Redirecting",{status:302,headers:{"set-cookie":j_(r.tenant.id,t.req.header("host")),location:o}})}),kf=s.z.object({sub:s.z.string(),email:s.z.string().optional(),family_name:s.z.string().optional(),given_name:s.z.string().optional(),email_verified:s.z.boolean()}),vb=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"get",path:"/",request:{},security:[{Bearer:["openid"]}],responses:{200:{content:{"application/json":{schema:kf}},description:"Userinfo"}}}),async t=>{if(!t.var.user)throw new E(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 E(404,{message:"User not found"});return t.json(kf.parse({...e,sub:e.user_id}))}),bb=new s.OpenAPIHono().openapi(s.createRoute({tags:["well known"],method:"get",path:"/jwks.json",request:{},responses:{200:{content:{"application/json":{schema:L0}},description:"List of tenants"}}}),async t=>{const e=await t.env.data.keys.list(),n=await Promise.all(e.map(async r=>{const o=await new Rl(r.cert).publicKey.export(),a=await crypto.subtle.exportKey("jwk",o);return Ld.parse({...a,kid:r.kid})}));return t.json({keys:n},{headers:{"access-control-allow-origin":"*","access-control-allow-method":"GET","cache-control":`public, max-age=${Hi}, stale-while-revalidate=${Hi*2}, stale-if-error=86400`}})}).openapi(s.createRoute({tags:["well known"],method:"get",path:"/openid-configuration",request:{},responses:{200:{content:{"application/json":{schema:Ja}},description:"List of tenants"}}}),async t=>{const e=Ja.parse({issuer:rb(t.env),authorization_endpoint:`${Pe(t.env)}authorize`,token_endpoint:`${Pe(t.env)}oauth/token`,device_authorization_endpoint:`${Pe(t.env)}oauth/device/code`,userinfo_endpoint:`${Pe(t.env)}userinfo`,mfa_challenge_endpoint:`${Pe(t.env)}mfa/challenge`,jwks_uri:`${Pe(t.env)}.well-known/jwks.json`,registration_endpoint:`${Pe(t.env)}oidc/register`,revocation_endpoint:`${Pe(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=${Hi}, stale-while-revalidate=${Hi*2}, stale-if-error=86400`}})});function io(t,e){if(!t||!e||t.length!==e.length)return!1;let n=0;for(let r=0;r<t.length;r++)n|=t.charCodeAt(r)^e.charCodeAt(r);return n===0}const _m=s.z.object({grant_type:s.z.literal("client_credentials"),scope:s.z.string().optional(),client_secret:s.z.string(),client_id:s.z.string(),audience:s.z.string().optional()});async function $b(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new E(403,{message:"Invalid client credentials"});if(n.client_secret&&!io(n.client_secret,e.client_secret))throw new E(403,{message:"Invalid client credentials"});const r={client_id:n.id,scope:e.scope,audience:e.audience},i=await $s(t,{authParams:r,client:n});return t.json(i)}const xb=s.z.object({grant_type:s.z.literal("authorization_code"),client_id:s.z.string(),code:s.z.string(),redirect_uri:s.z.string().optional(),client_secret:s.z.string().optional(),code_verifier:s.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 kb(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new E(403,{message:"Client not found"});const r=await t.env.data.codes.get(n.tenant.id,e.code,"authorization_code");if(!r||!r.user_id)throw new E(403,{message:"Invalid client credentials"});if(new Date(r.expires_at)<new Date)throw new E(403,{message:"Code expired"});if(r.used_at)throw new E(403,{message:"Code already used"});const i=await t.env.data.loginSessions.get(n.tenant.id,r.login_id);if(!i)throw new E(403,{message:"Invalid login"});if("client_secret"in e){const a=await t.env.data.clients.get("DEFAULT_CLIENT");if(!io(n.client_secret,e.client_secret)&&!io(a==null?void 0:a.client_secret,e.client_secret))throw new E(403,{message:"Invalid client credentials"})}else if("code_verifier"in e&&typeof e.code_verifier=="string"&&"code_challenge_method"in i.authParams&&typeof i.authParams.code_challenge_method=="string"){const a=await k_(e.code_verifier,i.authParams.code_challenge_method);if(!io(a,i.authParams.code_challenge||""))throw new E(403,{message:"Invalid client credentials"})}if(i.authParams.redirect_uri&&i.authParams.redirect_uri!==e.redirect_uri)throw new E(403,{message:"Invalid redirect uri"});const o=await t.env.data.users.get(n.tenant.id,r.user_id);if(!o)throw new E(403,{message:"User not found"});return await t.env.data.codes.used(n.tenant.id,e.code),fn(t,{user:o,client:n,loginSession:i,authParams:{...i.authParams,response_mode:Ft.WEB_MESSAGE}})}const Sb=s.z.object({grant_type:s.z.literal("refresh_token"),client_id:s.z.string(),redirect_uri:s.z.string().optional(),refresh_token:s.z.string()});async function Ab(t,e){const n=await t.env.data.clients.get(e.client_id);if(!n)throw new E(403,{message:"Client not found"});const r=await t.env.data.refreshTokens.get(n.tenant.id,e.refresh_token);if(r){if(r.expires_at&&new Date(r.expires_at)<new Date||r.idle_expires_at&&new Date(r.idle_expires_at)<new Date)throw new E(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Refresh token has expired"})})}else throw new E(403,{message:JSON.stringify({error:"invalid_grant",error_description:"Invalid refresh token"})});const i=await t.env.data.users.get(n.tenant.id,r.user_id);if(!i)throw new E(403,{message:"User not found"});const o=r.resource_servers[0];if(r.idle_expires_at){const a=new Date(Date.now()+2592e6);await t.env.data.refreshTokens.update(n.tenant.id,r.id,{idle_expires_at:a.toISOString(),last_exchanged_at:new Date().toISOString(),device:{...r.device,last_ip:t.req.header["x-real-ip"]||"",last_user_agent:t.req.header["user-agent"]||""}})}return fn(t,{user:i,client:n,refreshToken:r.id,sessionId:r.session_id,authParams:{client_id:n.id,audience:o==null?void 0:o.audience,scope:o==null?void 0:o.scopes,response_mode:Ft.WEB_MESSAGE}})}const Eb={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:48|5[0-3579]|[6-9])|7(?:20|32|8)|[89]","(?:31|4)6|51|6(?:485|5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|7(?:[013-57-9]\\d|2[0-8]))\\d|3(?:(?:[0-3589]\\d|6[1-9]|7[0-35-9])\\d|4(?:[0-578]\\d|90)))\\d\\d|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4])|3\\d\\d)|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:[15]|28|4[14])|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|2[23]"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[02-4679]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","(?:01\\d|[24-689])\\d{7}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["0"]]]],BL:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|3[3-7]|5[12]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","8001\\d{5}|(?:[2-467]\\d|50)\\d{6}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[235]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","[1-467]\\d{9,10}|55[0-46-9]\\d{8}|[34]\\d{7}|55\\d{7,8}|(?:5[0-46-9]|[89]\\d)\\d{7,9}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37|86)","300|4(?:0(?:0|20)|370|864)"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-9]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","[2-9]\\d{9}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|7[39])|9(?:0[25]|42))[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:2[125-9]|33|44|66|77|88)|6(?:22|33))[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","(?:(?:[189]|5\\d)\\d|2)\\d{7}|[1-68]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["5"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","(?:(?:1[03-689]|2\\d)\\d\\d|6)\\d{8}|1\\d{10}|[126]\\d{6}(?:\\d(?:\\d{2})?)?|86\\d{5,6}|(?:[3-579]\\d|8[0-57-9])\\d{5,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]|3(?:[157]|35|49|9[1-68])|4(?:1[124-9]|2[179]|6[47-9]|7|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:07|1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3|4[13]|5[1-5]|7[0-79]|9[0-35-9])|(?:4[35]|59|85)[1-9]","(?:10|2[0-57-9])(?:1[02]|9[56])|8078|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))1","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|80781|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))12","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|807812|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123","10(?:1(?:0|23)|9[56])|2[0-57-9](?:1(?:00|23)|9[56])|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:1[124-9]|2[179]|[35][1-9]|6[47-9]|7\\d|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:078|1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|3\\d|4[13]|5[1-5]|7[0-79]|9[0-35-9]))123"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:46|60\\d\\d)\\d{6}|(?:1\\d|[39])\\d{9}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["46"]],["(\\d{3})(\\d{7})","$1 $2",["6|90"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0([3579]|4(?:[14]4|56))?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","(?:[2-7]|8\\d\\d)\\d{7}|[2-47]\\d{6}|[34]\\d{5}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["[56]"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|94[0-4])\\d{5}|4(?:[0-36]\\d|4[047-9]|5[0-25-9]|7[02-8]|8[0-24-9]|9[0-37-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9,10,11,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[03568]","15(?:[0568]|31)"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{8})","$1 $2",["1"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d{5})","$1",["20[2-59]"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["(?:[1-3]0|[68])0|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[14]|2[09]|50|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"],["(\\d)(\\d{4,9})","$1 $2",["(?:19|[2568])[1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0-35])|4(?:(?:[0-5]\\d|70)\\d|69[7-9])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|(?:2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d|1(?:[0-7]\\d|8[0-3]))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d)\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","(?:[56]94\\d|7093)\\d{5}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1-9]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","80\\d{6}|(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-8]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","(?:[2-8]\\d{3}|9008)\\d{3}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","[2-69]\\d{8}|80\\d{5,7}|[1-79]\\d{7}|6\\d{6}",[7,8,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6|7[245]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-57]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","00[1-9]\\d{9,14}|(?:[1-36]|8\\d{5})\\d{6}|00\\d{9}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13,14,15,16,17],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:43|55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11,12],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]|43"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}",[6,7,8,9,10,11]],["3[2-9]\\d{7,8}|(?:31|43)\\d{8}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],["3[2-8]\\d{9,10}",[11,12]],0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97\\d))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[0459]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[26-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9]|9[29])|5(?:2|3(?:[045]|9[0-8])|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|3(?:[29]|60)|49|51|6(?:[0-24]|36|5[0-3589]|7[23]|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3(?:[045]|9(?:[0-58]|6[4-9]|7[0-35689]))|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|60|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[2-57-9]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|7(?:2[2-468]|3[78])|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0",0,"(000[259]\\d{6})$|(?:(?:003768)0?)|0","$1"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|[235-9]\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[36]0|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["3"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[245]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["4[67]|[56]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(0-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"0 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(0-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(0-$1)",1]],"0",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-46-9]|3[3-9]|9)|8(?:0[89]|92)"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5(?:2(?:[0-25-79]\\d|3[1-578]|4[02-46-8]|8[0235-7])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[014-9]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[0167]\\d|2[0-467]|5[0-3]|8[0-7]))\\d{6}"],["80[0-7]\\d{6}"],["89\\d{7}"],0,0,0,0,["(?:592(?:4[0-2]|93)|80[89]\\d\\d)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","(?:590\\d|7090)\\d{5}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|3[03-7]|5[0-268]|87)\\d{4}"],["(?:69(?:0\\d\\d|1(?:2[2-9]|3[0-5])|4(?:0[89]|1[2-6]|9\\d)|6(?:1[016-9]|5[0-4]|[67]\\d))|7090[0-4])\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:39[5-7]|76[018])\\d|475[0-6])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["4(?:[2-46]|5[3-5])|5|6(?:[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-5]|(?:60|86)[23]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|452|678|86","[12]|452|6788|86"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","(?:596\\d|7091)\\d{5}|(?:69|[89]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-79]|8(?:0[6-9]|[36])"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","[2-9]\\d{9}",[10],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"]]],0,0,0,0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[0467]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:20|9\\d)\\d{8}|[78]\\d{9,13}",[10,11,12,13,14],[["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["20[129]"],"0$1"],["(\\d{4})(\\d{2})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:222|444|(?:55|8\\d)\\d|666|777|999)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[24-9]"]]]],NU:["683","00","(?:[4-7]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[1289]\\d{9}|50\\d{5}(?:\\d{2,3})?|[27-9]\\d{7,8}|(?:[34]\\d|6[0-35-9])\\d{6}|8\\d{4,6}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-79]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|8|90","50(?:[0367]|88)|8|90"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[589]"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|8\\d\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[136]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","709\\d{6}|(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-6]))\\d{4}"],["(?:69(?:2\\d\\d|3(?:[06][0-6]|1[0-3]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-37]|8[0-8]|9[0-479]))|7092[0-3])\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,["9(?:399[0-3]|479[0-6]|76(?:2[278]|3[0-37]))\\d{4}"],["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[236-8]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[236-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","[6-9]\\d{6}|[1-6]\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["6[89]|7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","(?:[2489]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10,12],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-9]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|79)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[348]|64|79|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6[0-35-9]|7[67]|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d|90)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-9]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|(?:80\\d|900)\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[689]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[26-9]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["44[02-479]|[34]7"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3(?:[1245]|3[12])"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","(?:[1-6]\\d|71)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["[67]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|61[06])","5(?:[0-59]|61[06]1)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:3052(?:0[0-8]|[1-9]\\d)|5056(?:[0-35-9]\\d|4[0-468]))\\d{4}|(?:2742|305[3-9]|472[247-9]|505[2-57-9]|983[2-47-9])\\d{6}|(?:2(?:0[1-35-9]|1[02-9]|2[03-57-9]|3[1459]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-47-9]|1[02-9]|2[0135-79]|3[0-24679]|4[167]|5[0-2]|6[01349]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|3[016]|4[0156]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-8]|3[0-247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[0168]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"],0,0,0,["305209\\d{4}"]]],UY:["598","0(?:0|1[3-9]\\d)","0004\\d{2,9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[6,7,8,9,10,11,12,13],[["(\\d{3})(\\d{3,4})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[49]0|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{2,4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","00","(?:20|33|[5-9]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-9]"]]]],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11,12],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["6"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[357-9]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72|8\\d{4})\\d{4}|[89]\\d{5}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[47-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","2\\d{7,8}|3\\d{7,11}|(?:4\\d\\d|[89]00)\\d{5}",[8,9,10,11,12],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2|39"],"0$1"],["(\\d{2})(\\d{7,10})","$1 $2",["3"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","7093\\d{5}|(?:80|9\\d)\\d{7}|(?:26|63)9\\d{6}",[9],0,"0",0,0,0,0,0,[["269(?:0[0-467]|15|5[0-4]|6\\d|[78]0)\\d{4}"],["(?:639(?:0[0-79]|1[019]|[267]\\d|3[09]|40|5[05-9]|9[04-79])|7093[5-7])\\d{4}"],["80\\d{7}"],0,0,0,0,0,["9(?:(?:39|47)8[01]|769\\d)\\d{4}"]]],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|[579]\\d|63)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[579]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[235-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"],0,0,0,0,0,0,["2\\d{8}",[9]]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"6\\d{9}|[0-36-9]\\d{8}",[9,10],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-37-9]"]],["(\\d)(\\d{3})(\\d{5,6})","$1 $2 $3",["6"]]],0,0,0,0,0,0,[0,["6\\d{9}|[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,["348[57]\\d{7}",[11]],0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[0-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function Ib(t,e){var n=Array.prototype.slice.call(e);return n.push(Eb),t.apply(this,n)}function Sf(t,e){t=t.split("-"),e=e.split("-");for(var n=t[0].split("."),r=e[0].split("."),i=0;i<3;i++){var o=Number(n[i]),a=Number(r[i]);if(o>a)return 1;if(a>o)return-1;if(!isNaN(o)&&isNaN(a))return 1;if(isNaN(o)&&!isNaN(a))return-1}return t[1]&&e[1]?t[1]>e[1]?1:t[1]<e[1]?-1:0:!t[1]&&e[1]?1:t[1]&&!e[1]?-1:0}var Nb={}.constructor;function ar(t){return t!=null&&t.constructor===Nb}function vd(t){"@babel/helpers - typeof";return vd=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},vd(t)}function ma(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function Cb(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function _a(t,e,n){return e&&Cb(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var zb="1.2.0",Ob="1.7.35",Af=" ext. ",jb=/^\d+$/,He=function(){function t(e){ma(this,t),ym(e),this.metadata=e,wm.call(this,e)}return _a(t,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter(function(n){return n!=="001"})}},{key:"getCountryMetadata",value:function(n){return this.metadata.countries[n]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(n){return this.getCountryMetadata(n)!==void 0}},{key:"hasCallingCode",value:function(n){if(this.getCountryCodesForCallingCode(n))return!0;if(this.nonGeographic()){if(this.nonGeographic()[n])return!0}else{var r=this.countryCallingCodes()[n];if(r&&r.length===1&&r[0]==="001")return!0}}},{key:"isNonGeographicCallingCode",value:function(n){return this.nonGeographic()?!!this.nonGeographic()[n]:!this.getCountryCodesForCallingCode(n)}},{key:"country",value:function(n){return this.selectNumberingPlan(n)}},{key:"selectNumberingPlan",value:function(n,r){if(n&&jb.test(n)&&(r=n,n=null),n&&n!=="001"){if(!this.hasCountry(n))throw new Error("Unknown country: ".concat(n));this.numberingPlan=new Ef(this.getCountryMetadata(n),this)}else if(r){if(!this.hasCallingCode(r))throw new Error("Unknown calling code: ".concat(r));this.numberingPlan=new Ef(this.getNumberingPlanMetadata(r),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(n){var r=this.countryCallingCodes()[n];if(r)return r.length===1&&r[0].length===3?void 0:r}},{key:"getCountryCodeForCallingCode",value:function(n){var r=this.getCountryCodesForCallingCode(n);if(r)return r[0]}},{key:"getNumberingPlanMetadata",value:function(n){var r=this.getCountryCodeForCallingCode(n);if(r)return this.getCountryMetadata(r);if(this.nonGeographic()){var i=this.nonGeographic()[n];if(i)return i}else{var o=this.countryCallingCodes()[n];if(o&&o.length===1&&o[0]==="001")return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(n){return this.numberingPlan.type(n)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(n){return this.selectNumberingPlan(n)}},{key:"hasSelectedNumberingPlan",value:function(){return this.numberingPlan!==void 0}}]),t}(),Ef=function(){function t(e,n){ma(this,t),this.globalMetadataObject=n,this.metadata=e,wm.call(this,n.metadata)}return _a(t,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!(this.v1||this.v2))return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(n){return n[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var n=this,r=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return r.map(function(i){return new Pb(i,n)})}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(n){return n[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return this.types()&&this.types().length===0?!1:!!this.types()}},{key:"type",value:function(n){if(this.hasTypes()&&If(this.types(),n))return new Rb(If(this.types(),n),this)}},{key:"ext",value:function(){return this.v1||this.v2?Af:this.metadata[13]||Af}}]),t}(),Pb=function(){function t(e,n){ma(this,t),this._format=e,this.metadata=n}return _a(t,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!!(this.nationalPrefixFormattingRule()&&!Tb.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),t}(),Tb=/^\(?\$1\)?$/,Rb=function(){function t(e,n){ma(this,t),this.type=e,this.metadata=n}return _a(t,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),t}();function If(t,e){switch(e){case"FIXED_LINE":return t[0];case"MOBILE":return t[1];case"TOLL_FREE":return t[2];case"PREMIUM_RATE":return t[3];case"PERSONAL_NUMBER":return t[4];case"VOICEMAIL":return t[5];case"UAN":return t[6];case"PAGER":return t[7];case"VOIP":return t[8];case"SHARED_COST":return t[9]}}function ym(t){if(!t)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!ar(t)||!ar(t.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(ar(t)?"an object of shape: { "+Object.keys(t).join(", ")+" }":"a "+Bb(t)+": "+t,"."))}var Bb=function(e){return vd(e)};function Fl(t,e){if(e=new He(e),e.hasCountry(t))return e.country(t).countryCallingCode();throw new Error("Unknown country: ".concat(t))}function Lb(t,e){return e.countries.hasOwnProperty(t)}function wm(t){var e=t.version;typeof e=="number"?(this.v1=e===1,this.v2=e===2,this.v3=e===3,this.v4=e===4):e?Sf(e,zb)===-1?this.v2=!0:Sf(e,Ob)===-1?this.v3=!0:this.v4=!0:this.v1=!0}function Vl(t,e){return Ub(t,void 0,e)}function Ub(t,e,n){var r=n.type(e),i=r&&r.possibleLengths()||n.possibleLengths();if(!i)return"IS_POSSIBLE";var o=t.length,a=i[0];return a===o?"IS_POSSIBLE":a>o?"TOO_SHORT":i[i.length-1]<o?"TOO_LONG":i.indexOf(o,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function Mb(t,e,n){if(e===void 0&&(e={}),n=new He(n),e.v2){if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(t.countryCallingCode)}else{if(!t.phone)return!1;if(t.country){if(!n.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));n.country(t.country)}else{if(!t.countryCallingCode)throw new Error("Invalid phone number object passed");n.selectNumberingPlan(t.countryCallingCode)}}if(n.possibleLengths())return vm(t.phone||t.nationalNumber,n);if(t.countryCallingCode&&n.isNonGeographicCallingCode(t.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function vm(t,e){switch(Vl(t,e)){case"IS_POSSIBLE":return!0;default:return!1}}function Wt(t,e){return t=t||"",new RegExp("^(?:"+e+")$").test(t)}function Fb(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=Vb(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
150
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Vb(t,e){if(t){if(typeof t=="string")return Nf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Nf(t,e)}}function Nf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var Db=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function Dl(t,e,n){if(e=e||{},!(!t.country&&!t.countryCallingCode)){n=new He(n),n.selectNumberingPlan(t.country,t.countryCallingCode);var r=e.v2?t.nationalNumber:t.phone;if(Wt(r,n.nationalNumberPattern())){if(Ba(r,"FIXED_LINE",n))return n.type("MOBILE")&&n.type("MOBILE").pattern()===""||!n.type("MOBILE")||Ba(r,"MOBILE",n)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE";for(var i=Fb(Db),o;!(o=i()).done;){var a=o.value;if(Ba(r,a,n))return a}}}}function Ba(t,e,n){return e=n.type(e),!e||!e.pattern()||e.possibleLengths()&&e.possibleLengths().indexOf(t.length)<0?!1:Wt(t,e.pattern())}function qb(t,e,n){if(e=e||{},n=new He(n),n.selectNumberingPlan(t.country,t.countryCallingCode),n.hasTypes())return Dl(t,e,n.metadata)!==void 0;var r=e.v2?t.nationalNumber:t.phone;return Wt(r,n.nationalNumberPattern())}function Hb(t,e,n){var r=new He(n),i=r.getCountryCodesForCallingCode(t);return i?i.filter(function(o){return Kb(e,o,n)}):[]}function Kb(t,e,n){var r=new He(n);return r.selectNumberingPlan(e),r.numberingPlan.possibleLengths().indexOf(t.length)>=0}var ql=2,Gb=17,Wb=3,wt="0-90-9٠-٩۰-۹",Jb="-‐-―−ー-",Zb="//",Xb="..",Yb="  ­​⁠ ",Qb="()()[]\\[\\]",e3="~⁓∼~",ls="".concat(Jb).concat(Zb).concat(Xb).concat(Yb).concat(Qb).concat(e3),Hl="++",t3=new RegExp("(["+wt+"])");function n3(t,e,n,r){if(e){var i=new He(r);i.selectNumberingPlan(e,n);var o=new RegExp(i.IDDPrefix());if(t.search(o)===0){t=t.slice(t.match(o)[0].length);var a=t.match(t3);if(!(a&&a[1]!=null&&a[1].length>0&&a[1]==="0"))return t}}}function r3(t,e){if(t&&e.numberingPlan.nationalPrefixForParsing()){var n=new RegExp("^(?:"+e.numberingPlan.nationalPrefixForParsing()+")"),r=n.exec(t);if(r){var i,o,a=r.length-1,c=a>0&&r[a];if(e.nationalPrefixTransformRule()&&c)i=t.replace(n,e.nationalPrefixTransformRule()),a>1&&(o=r[1]);else{var d=r[0];i=t.slice(d.length),c&&(o=r[1])}var l;if(c){var u=t.indexOf(r[1]),f=t.slice(0,u);f===e.numberingPlan.nationalPrefix()&&(l=e.numberingPlan.nationalPrefix())}else l=r[0];return{nationalNumber:i,nationalPrefix:l,carrierCode:o}}}return{nationalNumber:t}}function bd(t,e){var n=r3(t,e),r=n.carrierCode,i=n.nationalNumber;if(i!==t){if(!i3(t,i,e))return{nationalNumber:t};if(e.possibleLengths()&&!o3(i,e))return{nationalNumber:t}}return{nationalNumber:i,carrierCode:r}}function i3(t,e,n){return!(Wt(t,n.nationalNumberPattern())&&!Wt(e,n.nationalNumberPattern()))}function o3(t,e){switch(Vl(t,e)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function s3(t,e,n,r){var i=e?Fl(e,r):n;if(t.indexOf(i)===0){r=new He(r),r.selectNumberingPlan(e,n);var o=t.slice(i.length),a=bd(o,r),c=a.nationalNumber,d=bd(t,r),l=d.nationalNumber;if(!Wt(l,r.nationalNumberPattern())&&Wt(c,r.nationalNumberPattern())||Vl(l,r)==="TOO_LONG")return{countryCallingCode:i,number:o}}return{number:t}}function bm(t,e,n,r){if(!t)return{};var i;if(t[0]!=="+"){var o=n3(t,e,n,r);if(o&&o!==t)i=!0,t="+"+o;else{if(e||n){var a=s3(t,e,n,r),c=a.countryCallingCode,d=a.number;if(c)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:c,number:d}}return{number:t}}}if(t[1]==="0")return{};r=new He(r);for(var l=2;l-1<=Wb&&l<=t.length;){var u=t.slice(1,l);if(r.hasCallingCode(u))return r.selectNumberingPlan(u),{countryCallingCodeSource:i?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:u,number:t.slice(l)};l++}return{}}function a3(t){return t.replace(new RegExp("[".concat(ls,"]+"),"g")," ").trim()}var c3=/(\$\d)/;function d3(t,e,n){var r=n.useInternationalFormat,i=n.withNationalPrefix,o=t.replace(new RegExp(e.pattern()),r?e.internationalFormat():i&&e.nationalPrefixFormattingRule()?e.format().replace(c3,e.nationalPrefixFormattingRule()):e.format());return r?a3(o):o}var l3=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function u3(t,e,n){var r=new He(n);if(r.selectNumberingPlan(t,e),r.defaultIDDPrefix())return r.defaultIDDPrefix();if(l3.test(r.IDDPrefix()))return r.IDDPrefix()}var p3=";ext=",Jn=function(e){return"([".concat(wt,"]{1,").concat(e,"})")};function $m(t){var e="20",n="15",r="9",i="6",o="[  \\t,]*",a="[:\\..]?[  \\t,-]*",c="#?",d="(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)",l="(?:[xx##~~]|int|int)",u="[- ]+",f="[  \\t]*",m="(?:,{2}|;)",w=p3+Jn(e),h=o+d+a+Jn(e)+c,_=o+l+a+Jn(r)+c,v=u+Jn(i)+"#",k=f+m+a+Jn(n)+c,N=f+"(?:,)+"+a+Jn(r)+c;return w+"|"+h+"|"+_+"|"+v+"|"+k+"|"+N}var f3="["+wt+"]{"+ql+"}",h3="["+Hl+"]{0,1}(?:["+ls+"]*["+wt+"]){3,}["+ls+wt+"]*",g3=new RegExp("^["+Hl+"]{0,1}(?:["+ls+"]*["+wt+"]){1,2}$","i"),m3=h3+"(?:"+$m()+")?",_3=new RegExp("^"+f3+"$|^"+m3+"$","i");function y3(t){return t.length>=ql&&_3.test(t)}function w3(t){return g3.test(t)}function v3(t){var e=t.number,n=t.ext;if(!e)return"";if(e[0]!=="+")throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(e).concat(n?";ext="+n:"")}function b3(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=$3(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
151
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $3(t,e){if(t){if(typeof t=="string")return Cf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Cf(t,e)}}function Cf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function zf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Of(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?zf(Object(n),!0).forEach(function(r){x3(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):zf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function x3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var jf={formatExtension:function(e,n,r){return"".concat(e).concat(r.ext()).concat(n)}};function k3(t,e,n,r){if(n?n=Of(Of({},jf),n):n=jf,r=new He(r),t.country&&t.country!=="001"){if(!r.hasCountry(t.country))throw new Error("Unknown country: ".concat(t.country));r.country(t.country)}else if(t.countryCallingCode)r.selectNumberingPlan(t.countryCallingCode);else return t.phone||"";var i=r.countryCallingCode(),o=n.v2?t.nationalNumber:t.phone,a;switch(e){case"NATIONAL":return o?(a=us(o,t.carrierCode,"NATIONAL",r,n),La(a,t.ext,r,n.formatExtension)):"";case"INTERNATIONAL":return o?(a=us(o,null,"INTERNATIONAL",r,n),a="+".concat(i," ").concat(a),La(a,t.ext,r,n.formatExtension)):"+".concat(i);case"E.164":return"+".concat(i).concat(o);case"RFC3966":return v3({number:"+".concat(i).concat(o),ext:t.ext});case"IDD":if(!n.fromCountry)return;var c=A3(o,t.carrierCode,i,n.fromCountry,r);return La(c,t.ext,r,n.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(e,'"'))}}function us(t,e,n,r,i){var o=S3(r.formats(),t);return o?d3(t,o,{useInternationalFormat:n==="INTERNATIONAL",withNationalPrefix:!(o.nationalPrefixIsOptionalWhenFormattingInNationalFormat()&&i&&i.nationalPrefix===!1),carrierCode:e,metadata:r}):t}function S3(t,e){for(var n=b3(t),r;!(r=n()).done;){var i=r.value;if(i.leadingDigitsPatterns().length>0){var o=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(e.search(o)!==0)continue}if(Wt(e,i.pattern()))return i}}function La(t,e,n,r){return e?r(t,e,n):t}function A3(t,e,n,r,i){var o=Fl(r,i.metadata);if(o===n){var a=us(t,e,"NATIONAL",i);return n==="1"?n+" "+a:a}var c=u3(r,void 0,i.metadata);if(c)return"".concat(c," ").concat(n," ").concat(us(t,null,"INTERNATIONAL",i))}function Pf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Tf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Pf(Object(n),!0).forEach(function(r){E3(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Pf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function E3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function I3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function N3(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function C3(t,e,n){return e&&N3(t.prototype,e),Object.defineProperty(t,"prototype",{writable:!1}),t}var z3=function(){function t(e,n,r){if(I3(this,t),!e)throw new TypeError("First argument is required");if(typeof e!="string")throw new TypeError("First argument must be a string");if(typeof e=="string"){if(e[0]==="+"&&!n)throw new TypeError("`metadata` argument not passed");if(ar(n)&&ar(n.countries)){r=n;var i=e;if(!P3.test(i))throw new Error('Invalid `number` argument passed: must consist of a "+" followed by digits');var o=bm(i,void 0,void 0,r),a=o.countryCallingCode,c=o.number;if(n=c,e=a,!n)throw new Error("Invalid `number` argument passed: too short")}}if(!n)throw new TypeError("`nationalNumber` argument is required");if(typeof n!="string")throw new TypeError("`nationalNumber` argument must be a string");ym(r);var d=j3(e,r),l=d.country,u=d.countryCallingCode;this.country=l,this.countryCallingCode=u,this.nationalNumber=n,this.number="+"+this.countryCallingCode+this.nationalNumber,this.getMetadata=function(){return r}}return C3(t,[{key:"setExt",value:function(n){this.ext=n}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:Hb(this.countryCallingCode,this.nationalNumber,this.getMetadata())}},{key:"isPossible",value:function(){return Mb(this,{v2:!0},this.getMetadata())}},{key:"isValid",value:function(){return qb(this,{v2:!0},this.getMetadata())}},{key:"isNonGeographic",value:function(){var n=new He(this.getMetadata());return n.isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(n){return this.number===n.number&&this.ext===n.ext}},{key:"getType",value:function(){return Dl(this,{v2:!0},this.getMetadata())}},{key:"format",value:function(n,r){return k3(this,n,r?Tf(Tf({},r),{},{v2:!0}):{v2:!0},this.getMetadata())}},{key:"formatNational",value:function(n){return this.format("NATIONAL",n)}},{key:"formatInternational",value:function(n){return this.format("INTERNATIONAL",n)}},{key:"getURI",value:function(n){return this.format("RFC3966",n)}}]),t}(),O3=function(e){return/^[A-Z]{2}$/.test(e)};function j3(t,e){var n,r,i=new He(e);return O3(t)?(n=t,i.selectNumberingPlan(n),r=i.countryCallingCode()):r=t,{country:n,countryCallingCode:r}}var P3=/^\+\d+$/;function $d(t){"@babel/helpers - typeof";return $d=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},$d(t)}function T3(t,e,n){return Object.defineProperty(t,"prototype",{writable:!1}),t}function R3(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function B3(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&pi(t,e)}function L3(t){var e=km();return function(){var r=fi(t),i;if(e){var o=fi(this).constructor;i=Reflect.construct(r,arguments,o)}else i=r.apply(this,arguments);return U3(this,i)}}function U3(t,e){if(e&&($d(e)==="object"||typeof e=="function"))return e;if(e!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return xm(t)}function xm(t){if(t===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function xd(t){var e=typeof Map=="function"?new Map:void 0;return xd=function(r){if(r===null||!M3(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof e<"u"){if(e.has(r))return e.get(r);e.set(r,i)}function i(){return oo(r,arguments,fi(this).constructor)}return i.prototype=Object.create(r.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),pi(i,r)},xd(t)}function oo(t,e,n){return km()?oo=Reflect.construct:oo=function(i,o,a){var c=[null];c.push.apply(c,o);var d=Function.bind.apply(i,c),l=new d;return a&&pi(l,a.prototype),l},oo.apply(null,arguments)}function km(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function M3(t){return Function.toString.call(t).indexOf("[native code]")!==-1}function pi(t,e){return pi=Object.setPrototypeOf||function(r,i){return r.__proto__=i,r},pi(t,e)}function fi(t){return fi=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},fi(t)}var Rt=function(t){B3(n,t);var e=L3(n);function n(r){var i;return R3(this,n),i=e.call(this,r),Object.setPrototypeOf(xm(i),n.prototype),i.name=i.constructor.name,i}return T3(n)}(xd(Error)),Rf=new RegExp("(?:"+$m()+")$","i");function F3(t){var e=t.search(Rf);if(e<0)return{};for(var n=t.slice(0,e),r=t.match(Rf),i=1;i<r.length;){if(r[i])return{number:n,ext:r[i]};i++}}var V3={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function D3(t){return V3[t]}function q3(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=H3(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
152
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function H3(t,e){if(t){if(typeof t=="string")return Bf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Bf(t,e)}}function Bf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Lf(t){for(var e="",n=q3(t.split("")),r;!(r=n()).done;){var i=r.value;e+=K3(i,e)||""}return e}function K3(t,e,n){return t==="+"?e?void 0:"+":D3(t)}function G3(t,e){var n=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n)return(n=n.call(t)).next.bind(n);if(Array.isArray(t)||(n=W3(t))||e){n&&(t=n);var r=0;return function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
153
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function W3(t,e){if(t){if(typeof t=="string")return Uf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Uf(t,e)}}function Uf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function J3(t,e){var n=e.countries,r=e.metadata;r=new He(r);for(var i=G3(n),o;!(o=i()).done;){var a=o.value;if(r.country(a),r.leadingDigits()){if(t&&t.search(r.leadingDigits())===0)return a}else if(Dl({phone:t,country:a},void 0,r.metadata))return a}}function Z3(t,e){var n=e.nationalNumber,r=e.defaultCountry,i=e.metadata,o=i.getCountryCodesForCallingCode(t);if(o)return o.length===1?o[0]:J3(n,{countries:o,defaultCountry:r,metadata:i.metadata})}var Sm="+",X3="[\\-\\.\\(\\)]?",Mf="(["+wt+"]|"+X3+")",Y3="^\\"+Sm+Mf+"*["+wt+"]"+Mf+"*$",Q3=new RegExp(Y3,"g"),kd=wt,e$="["+kd+"]+((\\-)*["+kd+"])*",t$="a-zA-Z",n$="["+t$+"]+((\\-)*["+kd+"])*",r$="^("+e$+"\\.)*"+n$+"\\.?$",i$=new RegExp(r$,"g"),Ff="tel:",Sd=";phone-context=",o$=";isub=";function s$(t){var e=t.indexOf(Sd);if(e<0)return null;var n=e+Sd.length;if(n>=t.length)return"";var r=t.indexOf(";",n);return r>=0?t.substring(n,r):t.substring(n)}function a$(t){return t===null?!0:t.length===0?!1:Q3.test(t)||i$.test(t)}function c$(t,e){var n=e.extractFormattedPhoneNumber,r=s$(t);if(!a$(r))throw new Rt("NOT_A_NUMBER");var i;if(r===null)i=n(t)||"";else{i="",r.charAt(0)===Sm&&(i+=r);var o=t.indexOf(Ff),a;o>=0?a=o+Ff.length:a=0;var c=t.indexOf(Sd);i+=t.substring(a,c)}var d=i.indexOf(o$);if(d>0&&(i=i.substring(0,d)),i!=="")return i}var d$=250,l$=new RegExp("["+Hl+wt+"]"),u$=new RegExp("[^"+wt+"#]+$");function p$(t,e,n){if(e=e||{},n=new He(n),e.defaultCountry&&!n.hasCountry(e.defaultCountry))throw e.v2?new Rt("INVALID_COUNTRY"):new Error("Unknown country: ".concat(e.defaultCountry));var r=h$(t,e.v2,e.extract),i=r.number,o=r.ext,a=r.error;if(!i){if(e.v2)throw a==="TOO_SHORT"?new Rt("TOO_SHORT"):new Rt("NOT_A_NUMBER");return{}}var c=m$(i,e.defaultCountry,e.defaultCallingCode,n),d=c.country,l=c.nationalNumber,u=c.countryCallingCode,f=c.countryCallingCodeSource,m=c.carrierCode;if(!n.hasSelectedNumberingPlan()){if(e.v2)throw new Rt("INVALID_COUNTRY");return{}}if(!l||l.length<ql){if(e.v2)throw new Rt("TOO_SHORT");return{}}if(l.length>Gb){if(e.v2)throw new Rt("TOO_LONG");return{}}if(e.v2){var w=new z3(u,l,n.metadata);return d&&(w.country=d),m&&(w.carrierCode=m),o&&(w.ext=o),w.__countryCallingCodeSource=f,w}var h=(e.extended?n.hasSelectedNumberingPlan():d)?Wt(l,n.nationalNumberPattern()):!1;return e.extended?{country:d,countryCallingCode:u,carrierCode:m,valid:h,possible:h?!0:!!(e.extended===!0&&n.possibleLengths()&&vm(l,n)),phone:l,ext:o}:h?g$(d,l,o):{}}function f$(t,e,n){if(t){if(t.length>d$){if(n)throw new Rt("TOO_LONG");return}if(e===!1)return t;var r=t.search(l$);if(!(r<0))return t.slice(r).replace(u$,"")}}function h$(t,e,n){var r=c$(t,{extractFormattedPhoneNumber:function(a){return f$(a,n,e)}});if(!r)return{};if(!y3(r))return w3(r)?{error:"TOO_SHORT"}:{};var i=F3(r);return i.ext?i:{number:r}}function g$(t,e,n){var r={country:t,phone:e};return n&&(r.ext=n),r}function m$(t,e,n,r){var i=bm(Lf(t),e,n,r.metadata),o=i.countryCallingCodeSource,a=i.countryCallingCode,c=i.number,d;if(a)r.selectNumberingPlan(a);else if(c&&(e||n))r.selectNumberingPlan(e,n),e&&(d=e),a=n||Fl(e,r.metadata);else return{};if(!c)return{countryCallingCodeSource:o,countryCallingCode:a};var l=bd(Lf(c),r),u=l.nationalNumber,f=l.carrierCode,m=Z3(a,{nationalNumber:u,defaultCountry:e,metadata:r});return m&&(d=m,m==="001"||r.country(d)),{country:d,countryCallingCode:a,countryCallingCodeSource:o,nationalNumber:u,carrierCode:f}}function Vf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Df(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Vf(Object(n),!0).forEach(function(r){_$(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Vf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function _$(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function y$(t,e,n){return p$(t,Df(Df({},e),{},{v2:!0}),n)}function qf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function w$(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?qf(Object(n),!0).forEach(function(r){v$(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):qf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function v$(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function b$(t,e){return S$(t)||k$(t,e)||x$(t,e)||$$()}function $$(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
154
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function x$(t,e){if(t){if(typeof t=="string")return Hf(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor&&(n=t.constructor.name),n==="Map"||n==="Set")return Array.from(t);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Hf(t,e)}}function Hf(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function k$(t,e){var n=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(n!=null){var r=[],i=!0,o=!1,a,c;try{for(n=n.call(t);!(i=(a=n.next()).done)&&(r.push(a.value),!(e&&r.length===e));i=!0);}catch(d){o=!0,c=d}finally{try{!i&&n.return!=null&&n.return()}finally{if(o)throw c}}return r}}function S$(t){if(Array.isArray(t))return t}function A$(t){var e=Array.prototype.slice.call(t),n=b$(e,4),r=n[0],i=n[1],o=n[2],a=n[3],c,d,l;if(typeof r=="string")c=r;else throw new TypeError("A text for parsing must be a string.");if(!i||typeof i=="string")a?(d=o,l=a):(d=void 0,l=o),i&&(d=w$({defaultCountry:i},d));else if(ar(i))o?(d=i,l=o):l=i;else throw new Error("Invalid second argument: ".concat(i));return{text:c,options:d,metadata:l}}function Kf(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),n.push.apply(n,r)}return n}function Gf(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?Kf(Object(n),!0).forEach(function(r){E$(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Kf(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function E$(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function I$(t,e,n){e&&e.defaultCountry&&!Lb(e.defaultCountry,n)&&(e=Gf(Gf({},e),{},{defaultCountry:void 0}));try{return y$(t,e,n)}catch(r){if(!(r instanceof Rt))throw r}}function N$(){var t=A$(arguments),e=t.text,n=t.options,r=t.metadata;return I$(e,n,r)}function C$(){return Ib(N$,arguments)}function hi(t,e="US"){const n=t.trim();if(n.includes("@")){const r=n.toLowerCase(),i=/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(r);return{connection:"email",normalized:i?r:null,isValid:i}}else if(/^\+?\d[\d\s\-().]*$/.test(n)){const r=C$(n,{defaultCountry:e});return r&&r.isValid()?{connection:"sms",normalized:r.number,isValid:!0}:{connection:"sms",normalized:null,isValid:!1}}else return{connection:"username",normalized:n,isValid:!0}}const z$=s.z.object({client_id:s.z.string(),username:s.z.string().transform(t=>t.toLowerCase()),otp:s.z.string(),authParams:Xr.optional()});async function Am(t,{client_id:e,username:n,otp:r,authParams:i}){const o=await t.env.data.clients.get(e);if(!o)throw new E(403,{message:"Client not found"});return Kl(t,o,i||{client_id:e,response_type:Ct.TOKEN_ID_TOKEN,response_mode:Ft.WEB_MESSAGE},n,r)}async function Kl(t,e,n,r,i,o,a){const{env:c}=t,d=await c.data.codes.get(e.tenant.id,i,"otp");if(!d)throw new E(400,{message:"Code not found or expired"});if(d.expires_at<new Date().toISOString())throw new E(400,{message:"Code expired"});if(d.used_at)throw new E(400,{message:"Code already used"});const l=Ot(t.req),{connection:u,normalized:f}=hi(r,l.countryCode);if(!f)throw new E(400,{message:"Invalid username format"});const m=await c.data.loginSessions.get(e.tenant.id,d.login_id);if(!m||m.authParams.username!==r)throw new E(400,{message:"Code not found or expired"});if(a&&m.ip!==l.ip)return t.redirect(`${ct(t.env)}invalid-session?state=${m.id}`);const w=await Ss(t,{client:e,username:f,provider:u,connection:u,isSocial:!1,ip:t.req.header("x-real-ip")});return await c.data.codes.used(e.tenant.id,i),fn(t,{user:w,client:e,loginSession:m,authParams:n,ticketAuth:o})}const Wf=s.z.object({client_id:s.z.string().optional(),client_secret:s.z.string().optional()}),O$=s.z.union([_m.extend(Wf.shape),s.z.object({grant_type:s.z.literal("authorization_code"),client_id:s.z.string(),code:s.z.string(),redirect_uri:s.z.string(),code_verifier:s.z.string().min(43).max(128)}),s.z.object({grant_type:s.z.literal("authorization_code"),code:s.z.string(),redirect_uri:s.z.string().optional(),...Wf.shape}),s.z.object({grant_type:s.z.literal("refresh_token"),client_id:s.z.string(),refresh_token:s.z.string(),redirect_uri:s.z.string().optional()}),s.z.object({grant_type:s.z.literal("http://auth0.com/oauth/grant-type/passwordless/otp"),client_id:s.z.string(),username:s.z.string(),otp:s.z.string(),realm:s.z.enum(["email","sms"])})]);function j$(t){if(!t)return{};const[e,n]=t.split(" ");if((e==null?void 0:e.toLowerCase())==="basic"&&n){const[r,i]=atob(n).split(":");return{client_id:r,client_secret:i}}return{}}const P$=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth2"],method:"post",path:"/",request:{body:{content:{"application/x-www-form-urlencoded":{schema:O$}}}},responses:{200:{content:{"application/json":{schema:q0}},description:"Tokens"}}}),async t=>{const e=t.req.valid("form"),n=j$(t.req.header("Authorization")),r={...e,...n};if(!r.client_id)throw new E(400,{message:"client_id is required"});switch(t.set("client_id",r.client_id),e.grant_type){case tr.AuthorizationCode:return kb(t,xb.parse(r));case tr.ClientCredential:return $b(t,_m.parse(r));case tr.RefreshToken:return Ab(t,Sb.parse(r));case tr.OTP:return Am(t,z$.parse(r));default:throw new E(400,{message:"Not implemented"})}});var Gl={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}],Em=(t,e=Wl,n="!\"#$%&'()*+,-./:;<=>?@[\\\\\\]^_`{|}~")=>{let r=t||"";e[0].minDiversity=0,e[0].minLength=0;const i=[{regex:"[a-z]",message:"lowercase"},{regex:"[A-Z]",message:"uppercase"},{regex:"[0-9]",message:"number"}];n&&i.push({regex:`[${n}]`,message:"symbol"});let o={};o.contains=i.filter(c=>new RegExp(`${c.regex}`).test(r)).map(c=>c.message),o.length=r.length;let a=e.filter(c=>o.contains.length>=c.minDiversity).filter(c=>o.length>=c.minLength).sort((c,d)=>d.id-c.id).map(c=>({id:c.id,value:c.value}));return Object.assign(o,a[0]),o};Gl.exports={passwordStrength:Em,defaultOptions:Wl};var T$=Gl.exports.passwordStrength=Em;Gl.exports.defaultOptions=Wl;function Jl(t){return T$(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 Li(t,e){var i;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 E(500,{message:"Email provider not found"});const r=(i=t.env.emailProviders)==null?void 0:i[n.name];if(!r)throw new E(500,{message:"Email provider not found"});await r({emailProvider:n,...e,from:n.default_from_address||`login@${t.env.ISSUER}`})}async function Im(t,e){var a,c;if(!t.var.client_id)throw new E(500,{message:"Client not found"});const n=await Bi(t.env,t.var.client_id),r=n.connections.find(d=>d.strategy==="sms");if(!r)throw new E(500,{message:"SMS provider not found"});const i=((a=r.options)==null?void 0:a.provider)||"twilio",o=(c=t.env.smsProviders)==null?void 0:c[i];if(!o)throw new E(500,{message:"SMS provider not found"});await o({options:r.options,to:e.to,from:e.from,text:e.text,template:"auth-code",data:{code:e.code,tenantName:n.tenant.name,tenantId:n.tenant.id}})}async function Nm(t,e,n,r){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new E(500,{message:"Tenant not found"});const o=`${ct(t.env)}reset-password?state=${r}&code=${n}`,a={vendorName:i.name,lng:i.language||"en"};await Li(t,{to:e,subject:re("reset_password_title",a),html:`Click here to reset your password: ${ct(t.env)}reset-password?state=${r}&code=${n}`,template:"auth-password-reset",data:{vendorName:i.name,logo:i.logo||"",passwordResetUrl:o,supportUrl:i.support_url||"https://support.sesamy.com",buttonColor:i.primary_color||"#7d68f4",passwordResetTitle:re("password_reset_title",a),resetPasswordEmailClickToReset:re("reset_password_email_click_to_reset",a),resetPasswordEmailReset:re("reset_password_email_reset",a),supportInfo:re("support_info",a),contactUs:re("contact_us",a),copyright:re("copyright",a),tenantName:i.name,tenantId:i.id}})}async function Cm(t,{to:e,code:n}){const r=await t.env.data.tenants.get(t.var.tenant_id);if(!r)throw new E(500,{message:"Tenant not found"});const{connection:i}=hi(e),o=new URL(ct(t.env)),a={vendorName:r.name,vendorId:r.id,loginDomain:o.hostname,code:n,lng:r.language||"en"};i==="email"?await Li(t,{to:e,subject:re("code_email_subject",a),html:`Click here to validate your email: ${ct(t.env)}validate-email`,template:"auth-code",data:{code:n,vendorName:r.name,logo:r.logo||"",supportUrl:r.support_url||"",buttonColor:r.primary_color||"",welcomeToYourAccount:re("welcome_to_your_account",a),linkEmailClickToLogin:re("link_email_click_to_login",a),linkEmailLogin:re("link_email_login",a),linkEmailOrEnterCode:re("link_email_or_enter_code",a),codeValid30Mins:re("code_valid_30_minutes",a),supportInfo:re("support_info",a),contactUs:re("contact_us",a),copyright:re("copyright",a)}}):i==="sms"&&await Im(t,{to:e,text:re("sms_code_text",a),code:n,from:r.name});const c=we(t,{type:ge.CODE_LINK_SENT,description:e});It(t,t.env.data.logs.create(r.id,c))}async function Zl(t,{to:e,code:n,authParams:r}){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new E(500,{message:"Tenant not found"});if(!r.redirect_uri)throw new E(400,{message:"redirect_uri is required"});const{connection:o}=hi(e),a=new URL(Pe(t.env));a.pathname="passwordless/verify_redirect",a.searchParams.set("verification_code",n),a.searchParams.set("connection",o),a.searchParams.set("client_id",r.client_id),a.searchParams.set("redirect_uri",r.redirect_uri),a.searchParams.set("email",e),r.response_type&&a.searchParams.set("response_type",r.response_type),r.scope&&a.searchParams.set("scope",r.scope),r.state&&a.searchParams.set("state",r.state),r.nonce&&a.searchParams.set("nonce",r.nonce),r.code_challenge&&a.searchParams.set("code_challenge",r.code_challenge),r.code_challenge_method&&a.searchParams.set("code_challenge_method",r.code_challenge_method),r.audience&&a.searchParams.set("audience",r.audience);const c={vendorName:i.name,code:n,lng:i.language||"en"};if(o==="email")await Li(t,{to:e,subject:re("code_email_subject",c),html:`Click here to validate your email: ${ct(t.env)}validate-email`,template:"auth-link",data:{code:n,vendorName:i.name,logo:i.logo||"",supportUrl:i.support_url||"",magicLink:a.toString(),buttonColor:i.primary_color||"",welcomeToYourAccount:re("welcome_to_your_account",c),linkEmailClickToLogin:re("link_email_click_to_login",c),linkEmailLogin:re("link_email_login",c),linkEmailOrEnterCode:re("link_email_or_enter_code",c),codeValid30Mins:re("code_valid_30_minutes",c),supportInfo:re("support_info",c),contactUs:re("contact_us",c),copyright:re("copyright",c)}});else if(o==="sms")await Im(t,{to:e,text:`${re("link_sms_login",c)}: ${a.toString()}`,code:n,from:i.name});else throw new E(400,{message:"Only email and SMS connections are supported for magic links"});const d=we(t,{type:ge.CODE_LINK_SENT,description:e});It(t,t.env.data.logs.create(i.id,d))}async function Xl(t,e){const n=await t.env.data.tenants.get(t.var.tenant_id);if(!n)throw new E(500,{message:"Tenant not found"});if(!e.email)throw new E(400,{message:"User has no email"});const r={vendorName:n.name,lng:n.language||"en"};await Li(t,{to:e.email,subject:re("welcome_to_your_account",r),html:`Click here to validate your email: ${ct(t.env)}validate-email`,template:"auth-verify-email",data:{vendorName:n.name,logo:n.logo||"",emailValidationUrl:`${ct(t.env)}validate-email`,supportUrl:n.support_url||"https://support.sesamy.com",buttonColor:n.primary_color||"#7d68f4",welcomeToYourAccount:re("welcome_to_your_account",r),verifyEmailVerify:re("verify_email_verify",r),supportInfo:re("support_info",r),contactUs:re("contact_us",r),copyright:re("copyright",r)}})}async function R$(t,e,n,r){const i=await t.env.data.tenants.get(t.var.tenant_id);if(!i)throw new E(500,{message:"Tenant not found"});const o={vendorName:i.name,lng:i.language||"en"},a=`${ct(t.env)}signup?state=${r}&code=${n}`;await Li(t,{to:e,subject:re("register_password_account",o),html:`Click here to register: ${a}`,template:"auth-pre-signup-verification",data:{vendorName:i.name,logo:i.logo||"",signupUrl:a,setPassword:re("set_password",o),registerPasswordAccount:re("register_password_account",o),clickToSignUpDescription:re("click_to_sign_up_description",o),supportUrl:i.support_url||"https://support.sesamy.com",buttonColor:i.primary_color||"#7d68f4",welcomeToYourAccount:re("welcome_to_your_account",o),verifyEmailVerify:re("verify_email_verify",o),supportInfo:re("support_info",o),contactUs:re("contact_us",o),copyright:re("copyright",o)}})}const B$=new s.OpenAPIHono().openapi(s.createRoute({tags:["dbconnections"],method:"post",path:"/signup",request:{body:{content:{"application/json":{schema:s.z.object({client_id:s.z.string(),connection:s.z.literal("Username-Password-Authentication"),email:s.z.string().transform(t=>t.toLowerCase()),password:s.z.string()})}}}},responses:{200:{content:{"application/json":{schema:s.z.object({_id:s.z.string(),email:s.z.string().optional(),email_verified:s.z.boolean(),app_metadata:s.z.object({}),user_metadata:s.z.object({})})}},description:"Created user"}}}),async t=>{const{email:e,password:n,client_id:r}=t.req.valid("json"),i=await t.env.data.clients.get(r);if(!i)throw new E(400,{message:"Client not found"});if(t.set("client_id",i.id),t.set("tenant_id",i.tenant.id),!Jl(n))throw new E(400,{message:"Password does not meet the requirements"});if(await Eo({userAdapter:t.env.data.users,tenant_id:i.tenant.id,username:e,provider:"auth2"}))throw new E(400,{message:"Invalid sign up"});const a=await t.env.data.users.create(i.tenant.id,{user_id:`auth2|${ws()}`,email:e,email_verified:!1,provider:"auth2",connection:"Username-Password-Authentication",is_social:!1});t.set("user_id",a.user_id),t.set("username",a.email),t.set("connection",a.connection);const c=await yi.hash(n,10);await t.env.data.passwords.create(i.tenant.id,{user_id:a.user_id,password:c,algorithm:"bcrypt"}),await Xl(t,a);const d=we(t,{type:ge.SUCCESS_SIGNUP,description:"Successful signup"});return await t.env.data.logs.create(i.tenant.id,d),t.json({_id:a.user_id,email:a.email,email_verified:!1,app_metadata:{},user_metadata:{}})}).openapi(s.createRoute({tags:["dbconnections"],method:"post",path:"/change_password",request:{body:{content:{"application/json":{schema:s.z.object({client_id:s.z.string(),connection:s.z.literal("Username-Password-Authentication"),email:s.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"),r=await t.env.data.clients.get(n);if(!r)throw new E(400,{message:"Client not found"});if(t.set("client_id",r.id),t.set("tenant_id",r.tenant.id),!await xr({userAdapter:t.env.data.users,tenant_id:r.tenant.id,username:e,provider:"auth2"}))return t.html("If an account with that email exists, we've sent instructions to reset your password.");const o={client_id:n,username:e},a=await t.env.data.loginSessions.create(r.tenant.id,{expires_at:new Date(Date.now()+cr*1e3).toISOString(),authParams:o,csrf_token:xe(),...Ot(t.req)});return await Nm(t,e,a.id,a.authParams.state),t.html("If an account with that email exists, we've sent instructions to reset your password.")});function Mn(){const t="1234567890";let e="";for(let n=0;n<6;n+=1)e+=t[Math.floor(Math.random()*10)];return e.toString()}const L$=new s.OpenAPIHono().openapi(s.createRoute({tags:["passwordless"],method:"post",path:"/start",request:{body:{content:{"application/json":{schema:s.z.union([s.z.object({connection:s.z.literal("email"),client_id:s.z.string(),email:s.z.string().transform(t=>t.toLowerCase()),send:s.z.enum(["link","code"]),authParams:Xr.omit({client_id:!0})}),s.z.object({client_id:s.z.string(),connection:s.z.literal("sms"),phone_number:s.z.string(),send:s.z.enum(["link","code"]),authParams:Xr.omit({client_id:!0})})])}}}},responses:{200:{description:"Status"}}}),async t=>{const e=t.req.valid("json"),{env:n}=t,{client_id:r,send:i,authParams:o,connection:a}=e,c=await t.env.data.clients.get(r);if(!c)throw new E(400,{message:"Client not found"});t.set("client_id",c.id),t.set("tenant_id",c.tenant.id);const d=a==="email"?e.email:e.phone_number,{ip:l,useragent:u,auth0Client:f}=Ot(t.req),m=await n.data.loginSessions.create(c.tenant.id,{authParams:{...o,client_id:r,username:d},expires_at:new Date(Date.now()+Ya).toISOString(),csrf_token:xe(),ip:l,useragent:u,auth0Client:f}),w=await n.data.codes.create(c.tenant.id,{code_id:Mn(),code_type:"otp",login_id:m.id,expires_at:new Date(Date.now()+Ya).toISOString()});return i==="link"?await Zl(t,{to:d,code:w.code_id,authParams:{...o,client_id:r}}):await Cm(t,{to:d,code:w.code_id}),t.html("OK")}).openapi(s.createRoute({tags:["passwordless"],method:"get",path:"/verify_redirect",request:{query:s.z.object({scope:s.z.string(),response_type:s.z.nativeEnum(Ct),redirect_uri:s.z.string(),state:s.z.string(),nonce:s.z.string().optional(),verification_code:s.z.string(),connection:s.z.string(),client_id:s.z.string(),email:s.z.string().transform(t=>t.toLowerCase()),audience:s.z.string().optional()})},responses:{302:{description:"Status"}}}),async t=>{const{env:e}=t,{client_id:n,email:r,verification_code:i,redirect_uri:o,state:a,scope:c,audience:d,response_type:l,nonce:u}=t.req.valid("query"),f=await Bi(e,n);return t.set("client_id",f.id),t.set("tenant_id",f.tenant.id),t.set("connection","email"),Kl(t,f,{client_id:n,redirect_uri:o,state:a,nonce:u,scope:c,audience:d,response_type:l},r,i,!1,!0)});class Mr extends E{constructor(n,r){super(n,r);te(this,"_code");this._code=r==null?void 0:r.code}get code(){return this._code}}async function Yl(t,e,n,r,i){const{env:o}=t,{username:a}=n;if(t.set("username",a),!a)throw new E(400,{message:"Username is required"});const c=await xr({userAdapter:t.env.data.users,tenant_id:e.tenant.id,username:a,provider:"auth2"});if(!c){const h=we(t,{type:ge.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid user"});throw It(t,t.env.data.logs.create(e.tenant.id,h)),new Mr(403,{message:"User not found",code:"USER_NOT_FOUND"})}const d=c.linked_to?await o.data.users.get(e.tenant.id,c.linked_to):c;if(!d)throw new Mr(403,{message:"User not found",code:"USER_NOT_FOUND"});t.set("connection",c.connection),t.set("user_id",d.user_id);const l=await o.data.passwords.get(e.tenant.id,c.user_id);if(!(l&&await yi.compare(n.password,l.password))){const h=we(t,{type:ge.FAILED_LOGIN_INCORRECT_PASSWORD,description:"Invalid password"});throw It(t,t.env.data.logs.create(e.tenant.id,h)),new Mr(403,{message:"Invalid password",code:"INVALID_PASSWORD"})}if((await o.data.logs.list(e.tenant.id,{page:0,per_page:10,include_totals:!1,q:`user_id:${d.user_id}`})).logs.filter(h=>h.type===ge.FAILED_LOGIN_INCORRECT_PASSWORD&&new Date(h.date)>new Date(Date.now()-1e3*60*5)).length>=3){const h=we(t,{type:ge.FAILED_LOGIN,description:"Too many failed login attempts"});throw It(t,t.env.data.logs.create(e.tenant.id,h)),new Mr(403,{message:"Too many failed login attempts",code:"TOO_MANY_FAILED_LOGINS"})}if(!c.email_verified&&e.email_validation==="enforced"){await Xl(t,c);const h=we(t,{type:ge.FAILED_LOGIN,description:"Email not verified"});throw await t.env.data.logs.create(e.tenant.id,h),new Mr(403,{message:"Email not verified",code:"EMAIL_NOT_VERIFIED"})}const w=we(t,{type:ge.SUCCESS_LOGIN,description:"Successful login",strategy_type:"Username-Password-Authentication",strategy:"Username-Password-Authentication"});return It(t,t.env.data.logs.create(e.tenant.id,w)),fn(t,{client:e,authParams:n,user:d,ticketAuth:i,loginSession:r})}async function U$(t,e,n,r){await Ss(t,{client:e,username:n,provider:"auth2",connection:"Username-Password-Authentication",isSocial:!1,ip:t.req.header("x-real-ip")});let i=Mn(),o=await t.env.data.codes.get(e.tenant.id,i,"password_reset");for(;o;)i=Mn(),o=await t.env.data.codes.get(e.tenant.id,i,"password_reset");const{ip:a,useragent:c,auth0Client:d}=Ot(t.req),l=await t.env.data.loginSessions.create(e.tenant.id,{expires_at:new Date(Date.now()+z_).toISOString(),authParams:{client_id:e.id,username:n},csrf_token:xe(),ip:a,useragent:c,auth0Client:d}),u=await t.env.data.codes.create(e.tenant.id,{code_id:i,code_type:"password_reset",login_id:l.id,expires_at:new Date(Date.now()+C_).toISOString()});await Nm(t,n,u.code_id,r)}const M$=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth"],method:"post",path:"/",request:{body:{content:{"application/json":{schema:s.z.union([s.z.object({credential_type:s.z.literal("http://auth0.com/oauth/grant-type/passwordless/otp"),otp:s.z.string(),client_id:s.z.string(),username:s.z.string().transform(t=>t.toLowerCase()),realm:s.z.enum(["email"]),scope:s.z.string().optional()}),s.z.object({credential_type:s.z.literal("http://auth0.com/oauth/grant-type/password-realm"),client_id:s.z.string(),username:s.z.string().transform(t=>t.toLowerCase()),password:s.z.string(),realm:s.z.enum(["Username-Password-Authentication"]),scope:s.z.string().optional()})])}}}},responses:{200:{description:"List of tenants"}}}),async t=>{const e=t.req.valid("json"),{client_id:n,username:r}=e;t.set("username",r);const i=await t.env.data.clients.get(n);if(!i)throw new E(400,{message:"Client not found"});t.set("client_id",n),t.set("tenant_id",i.tenant.id);const o=r.toLocaleLowerCase(),a=Ot(t.req);if("otp"in e)return Kl(t,i,{client_id:n,username:o},o,e.otp,!0);if("password"in e){const c=await t.env.data.loginSessions.create(i.tenant.id,{expires_at:new Date(Date.now()+cr*1e3).toISOString(),authParams:{client_id:n,username:o},csrf_token:xe(),ip:a.ip,useragent:a.useragent,auth0Client:a.auth0Client});return Yl(t,i,{username:o,password:e.password,client_id:n},c,!0)}else throw new E(400,{message:"Code or password required"})});function F$(t,e){var r,i,o;if(!t||e.length===0)return!1;const n=((r=Ua(t))==null?void 0:r.host)??null;if(!n)return!1;for(const a of e){let c;if(a.startsWith("http://")||a.startsWith("https://")?c=((i=Ua(a))==null?void 0:i.host)??null:c=((o=Ua("https://"+a))==null?void 0:o.host)??null,n===c)return!0}return!1}function Ua(t){try{return new URL(t)}catch{return null}}async function V$({ctx:t,session:e,client:n,authParams:r,connection:i,login_hint:o}){const a=new URL(t.req.url);t.var.custom_domain&&(a.hostname=t.var.custom_domain);const{ip:c,useragent:d,auth0Client:l}=Ot(t.req),u=await t.env.data.loginSessions.create(n.tenant.id,{expires_at:new Date(Date.now()+cr*1e3).toISOString(),authParams:r,csrf_token:xe(),authorization_url:a.toString(),ip:c,useragent:d,auth0Client:l});if(e&&o){const f=await t.env.data.users.get(n.tenant.id,e.user_id);if((f==null?void 0:f.email)===o)return fn(t,{client:n,loginSession:u,authParams:r,user:f,sessionId:e.id})}if(i==="email"&&o){const f=Mn();return await t.env.data.codes.create(n.tenant.id,{code_id:f,code_type:"otp",login_id:u.id,expires_at:new Date(Date.now()+cr*1e3).toISOString()}),await Zl(t,{code:f,to:o,authParams:r}),t.redirect(`/u/enter-code?state=${u.id}`)}return e?t.redirect(`/u/check-account?state=${u.id}`):t.redirect(`/u/login/identifier?state=${u.id}`)}function D$(t){if(t==="Username-Password-Authentication")return"auth2";if(t==="email")return"email";throw new E(403,{message:"Invalid realm"})}async function q$(t,e,n,r,i){var m;const{env:o}=t;t.set("connection",i);const a=await o.data.codes.get(e,n,"ticket");if(!a||a.used_at)throw new E(403,{message:"Ticket not found"});const c=await o.data.loginSessions.get(e,a.login_id);if(!c||!c.authParams.username)throw new E(403,{message:"Session not found"});const d=await o.data.clients.get(c.authParams.client_id);if(!d)throw new E(403,{message:"Client not found"});t.set("client_id",c.authParams.client_id),await o.data.codes.used(e,n);const l=D$(i);let u=await Ss(t,{username:c.authParams.username,provider:l,client:d,connection:l==="auth2"?"Username-Password-Authentication":"email",isSocial:!1,ip:t.req.header("x-real-ip")});t.set("username",u.email||u.phone_number),t.set("user_id",u.user_id);const f=await fh(t,{user:u,client:d,loginSession:c});return fn(t,{authParams:{scope:(m=c.authParams)==null?void 0:m.scope,...r},loginSession:c,sessionId:f.id,user:u,client:d})}async function Jf(t,e){return`<!DOCTYPE html>
155
155
  <html>
156
156
 
157
157
  <head>
@@ -194,17 +194,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
194
194
  <\/script>
195
195
  </body>
196
196
 
197
- </html>`}async function J$({ctx:t,client:e,session:n,redirect_uri:r,state:i,nonce:o,code_challenge_method:a,code_challenge:c,audience:l,scope:d,response_type:u}){const{env:f}=t,m=new URL(r),v=`${m.protocol}//${m.host}`;async function h(se="Login required"){const ae=ve(t,{type:ge.FAILED_SILENT_AUTH,description:se});return await t.env.data.logs.create(e.tenant.id,ae),t.html(Xf(v,JSON.stringify({error:"login_required",error_description:se,state:i})))}if(!n||(n==null?void 0:n.expires_at)&&new Date(n.expires_at)<new Date||(n==null?void 0:n.idle_expires_at)&&new Date(n.idle_expires_at)<new Date)return h();t.set("user_id",n.user_id);const w=await f.data.users.get(e.tenant.id,n.user_id);if(!w)return console.error("User not found",n.user_id),h("User not found");t.set("username",w.email),t.set("connection",w.connection);const k={client:e,authParams:{client_id:e.id,audience:l,code_challenge_method:a,code_challenge:c,scope:d,state:i,nonce:o,response_type:u},user:w,session_id:n.id},I=u===Ct.CODE?await yh(t,k):await ws(t,k);await f.data.sessions.update(e.tenant.id,n.id,{used_at:new Date().toISOString(),last_interaction_at:new Date().toISOString(),device:{...n.device,last_ip:t.req.header("x-real-ip")||"",last_user_agent:t.req.header("user-agent")||""},idle_expires_at:n.idle_expires_at?new Date(Date.now()+ys*1e3).toISOString():void 0});const z=ve(t,{type:ge.SUCCESS_SILENT_AUTH,description:"Successful silent authentication"});await t.env.data.logs.create(e.tenant.id,z);const L=new Headers;L.set("Server-Timing","cf-nel=0; no-cloudflare-insights=1");const Y=dh(e.tenant.id,n.id,t.req.header("host"));return L.set("set-cookie",Y),t.html(Xf(v,JSON.stringify(I)),{headers:L})}const X$=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth"],method:"get",path:"/",request:{query:s.z.object({client_id:s.z.string(),vendor_id:s.z.string().optional(),redirect_uri:s.z.string(),scope:s.z.string().optional(),state:s.z.string(),prompt:s.z.string().optional(),response_mode:s.z.nativeEnum(Ft).optional(),response_type:s.z.nativeEnum(Ct).optional(),audience:s.z.string().optional(),connection:s.z.string().optional(),nonce:s.z.string().optional(),max_age:s.z.string().optional(),login_ticket:s.z.string().optional(),code_challenge_method:s.z.nativeEnum(gs).optional(),code_challenge:s.z.string().optional(),realm:s.z.string().optional(),auth0Client:s.z.string().optional(),organization:s.z.string().optional(),login_hint:s.z.string().optional(),screen_hint:s.z.string().openapi({example:"signup",description:'Optional hint for the screen to show, like "signup" or "login".'}).optional(),ui_locales:s.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:r,redirect_uri:i,scope:o,state:a,audience:c,nonce:l,connection:d,response_type:u,response_mode:f,code_challenge:m,code_challenge_method:v,prompt:h,login_ticket:_,realm:w,auth0Client:k,login_hint:I,ui_locales:z,organization:L}=t.req.valid("query");t.set("log","authorize");const Y=await Ri(e,n);t.set("client_id",Y.id),t.set("tenant_id",Y.tenant.id);const se={redirect_uri:i,scope:o,state:a,client_id:n,vendor_id:r,audience:c,nonce:l,prompt:h,response_type:u,response_mode:f,code_challenge:m,code_challenge_method:v,username:I,ui_locales:z,organization:L},ae=t.req.header("origin");if(ae&&!H$(ae,Y.web_origins||[]))throw new N(403,{message:`Origin ${ae} not allowed`});if(se.redirect_uri&&!$m(se.redirect_uri,Y.callbacks||[],{allowPathWildcards:!0}))throw new N(400,{message:`Invalid redirect URI - ${se.redirect_uri}`});const ke=ko(Y.tenant.id,t.req.header("cookie")),Ee=ke?await e.data.sessions.get(Y.tenant.id,ke):void 0,ze=Ee&&!Ee.revoked_at?Ee:void 0;if(h=="none"){if(!u)throw new N(400,{message:"Missing response_type"});return J$({ctx:t,session:ze||void 0,redirect_uri:i,state:a,response_type:u,client:Y,nonce:l,code_challenge_method:v,code_challenge:m,audience:c,scope:o})}return d&&d!=="email"?wb(t,Y,d,se):_?W$(t,Y.tenant.id,_,se,w):K$({ctx:t,client:Y,auth0Client:k,authParams:se,session:ze||void 0,connection:d,login_hint:I})});function Z$(t){const e=new s.OpenAPIHono;e.use(async(r,i)=>{const o=bs(r,t.dataAdapter),a=Md(o,{defaultTtl:3e5,cacheEntities:["tenants","connections","clients"]});return r.env.data=Ld(r,a),i()}),e.use("/oauth/token",_0({origin:r=>r||"",allowHeaders:["Tenant-Id","Content-Type","Auth0-Client","Upgrade-Insecure-Requests"],allowMethods:["POST"],maxAge:600})),e.use(Ud).use(pm(e));const n=e.route("/v2/logout",xb).route("/userinfo",kb).route("/.well-known",Sb).route("/oauth/token",L$).route("/dbconnections",F$).route("/passwordless",D$).route("/co/authenticate",q$).route("/authorize",X$).route("/callback",bb);return n.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Oauth API"},security:[{oauth2:["openid","email","profile"]}]}),um(n),n}var Y$={Stringify:1,BeforeStream:2,Stream:3},_t=(t,e)=>{const n=new String(t);return n.isEscaped=!0,n.callbacks=e,n},Q$=/[&<>'"]/,Bm=async(t,e)=>{let n="";e||(e=[]);const r=await Promise.all(t);for(let i=r.length-1;n+=r[i],i--,!(i<0);i--){let o=r[i];typeof o=="object"&&e.push(...o.callbacks||[]);const a=o.isEscaped;if(o=await(typeof o=="object"?o.toString():o),typeof o=="object"&&e.push(...o.callbacks||[]),o.isEscaped??a)n+=o;else{const c=[n];on(o,c),n=c[0]}}return _t(n,e)},on=(t,e)=>{const n=t.search(Q$);if(n===-1){e[0]+=t;return}let r,i,o=0;for(i=n;i<t.length;i++){switch(t.charCodeAt(i)){case 34:r="&quot;";break;case 39:r="&#39;";break;case 38:r="&amp;";break;case 60:r="&lt;";break;case 62:r="&gt;";break;default:continue}e[0]+=t.substring(o,i)+r,o=i+1}e[0]+=t.substring(o,i)},Lm=t=>{const e=t.callbacks;if(!(e!=null&&e.length))return t;const n=[t],r={};return e.forEach(i=>i({phase:Y$.Stringify,buffer:n,context:r})),n[0]},Um=(t,...e)=>{const n=[""];for(let r=0,i=t.length-1;r<i;r++){n[0]+=t[r];const o=Array.isArray(e[r])?e[r].flat(1/0):[e[r]];for(let a=0,c=o.length;a<c;a++){const l=o[a];if(typeof l=="string")on(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 d=l.toString();d instanceof Promise?n.unshift("",d):n[0]+=d}else l instanceof Promise?n.unshift("",l):on(l.toString(),n)}}}return n[0]+=t.at(-1),n.length===1?"callbacks"in n?_t(Lm(_t(n[0],n.callbacks))):_t(n[0]):Bm(n,n.callbacks)},eu=Symbol("RENDERER"),kl=Symbol("ERROR_HANDLER"),Ae=Symbol("STASH"),Mm=Symbol("INTERNAL"),e4=Symbol("MEMO"),ds=Symbol("PERMALINK"),Zf=t=>(t[Mm]=!0,t),Fm=t=>({value:e,children:n})=>{if(!n)return;const r={children:[{tag:Zf(()=>{t.push(e)}),props:{}}]};Array.isArray(n)?r.children.push(...n.flat()):r.children.push(n),r.children.push({tag:Zf(()=>{t.pop()}),props:{}});const i={tag:"",props:r,type:""};return i[kl]=o=>{throw t.pop(),o},i},Dm=t=>{const e=[t],n=Fm(e);return n.values=e,n.Provider=n,yr.push(n),n},yr=[],t4=t=>{const e=[t],n=r=>{e.push(r.value);let i;try{i=r.children?(Array.isArray(r.children)?new Km("",{},r.children):r.children).toString():""}finally{e.pop()}return i instanceof Promise?i.then(o=>_t(o,o.callbacks)):_t(i)};return n.values=e,n.Provider=n,n[eu]=Fm(e),yr.push(n),n},jr=t=>t.values.at(-1),oo={title:[],script:["src"],style:["data-href"],link:["href"],meta:["name","httpEquiv","charset","itemProp"]},Sl={},so="data-precedence",Li=t=>Array.isArray(t)?t:[t],Yf=new WeakMap,Qf=(t,e,n,r)=>({buffer:i,context:o})=>{if(!i)return;const a=Yf.get(o)||{};Yf.set(o,a);const c=a[t]||(a[t]=[]);let l=!1;const d=oo[t];if(d.length>0){e:for(const[,u]of c)for(const f of d)if(((u==null?void 0:u[f])??null)===(n==null?void 0:n[f])){l=!0;break e}}if(l?i[0]=i[0].replaceAll(e,""):d.length>0?c.push([e,n,r]):c.unshift([e,n,r]),i[0].indexOf("</head>")!==-1){let u;if(r===void 0)u=c.map(([f])=>f);else{const f=[];u=c.map(([m,,v])=>{let h=f.indexOf(v);return h===-1&&(f.push(v),h=f.length-1),[m,h]}).sort((m,v)=>m[1]-v[1]).map(([m])=>m)}u.forEach(f=>{i[0]=i[0].replaceAll(f,"")}),i[0]=i[0].replace(/(?=<\/head>)/,u.join(""))}},Ui=(t,e,n)=>_t(new yt(t,n,Li(e??[])).toString()),Mi=(t,e,n,r)=>{if("itemProp"in n)return Ui(t,e,n);let{precedence:i,blocking:o,...a}=n;i=r?i??"":void 0,r&&(a[so]=i);const c=new yt(t,a,Li(e||[])).toString();return c instanceof Promise?c.then(l=>_t(c,[...l.callbacks||[],Qf(t,l,a,i)])):_t(c,[Qf(t,c,a,i)])},n4=({children:t,...e})=>{const n=tu();if(n){const r=jr(n);if(r==="svg"||r==="head")return new yt("title",e,Li(t??[]))}return Mi("title",t,e,!1)},r4=({children:t,...e})=>{const n=tu();return["src","async"].some(r=>!e[r])||n&&jr(n)==="head"?Ui("script",t,e):Mi("script",t,e,!1)},i4=({children:t,...e})=>["href","precedence"].every(n=>n in e)?(e["data-href"]=e.href,delete e.href,Mi("style",t,e,!0)):Ui("style",t,e),o4=({children:t,...e})=>["onLoad","onError"].some(n=>n in e)||e.rel==="stylesheet"&&(!("precedence"in e)||"disabled"in e)?Ui("link",t,e):Mi("link",t,e,"precedence"in e),s4=({children:t,...e})=>{const n=tu();return n&&jr(n)==="head"?Ui("meta",t,e):Mi("meta",t,e,!1)},Vm=(t,{children:e,...n})=>new yt(t,n,Li(e??[])),a4=t=>(typeof t.action=="function"&&(t.action=ds in t.action?t.action[ds]:void 0),Vm("form",t)),qm=(t,e)=>(typeof e.formAction=="function"&&(e.formAction=ds in e.formAction?e.formAction[ds]:void 0),Vm(t,e)),c4=t=>qm("input",t),l4=t=>qm("button",t);const La=Object.freeze(Object.defineProperty({__proto__:null,button:l4,form:a4,input:c4,link:o4,meta:s4,script:r4,style:i4,title:n4},Symbol.toStringTag,{value:"Module"}));var d4=new Map([["className","class"],["htmlFor","for"],["crossOrigin","crossorigin"],["httpEquiv","http-equiv"],["itemProp","itemprop"],["fetchPriority","fetchpriority"],["noModule","nomodule"],["formAction","formaction"]]),us=t=>d4.get(t)||t,Hm=(t,e)=>{for(const[n,r]of Object.entries(t)){const i=n[0]==="-"||!/[A-Z]/.test(n)?n:n.replace(/[A-Z]/g,o=>`-${o.toLowerCase()}`);e(i,r==null?null:typeof r=="number"?i.match(/^(?:a|border-im|column(?:-c|s)|flex(?:$|-[^b])|grid-(?:ar|[^a])|font-w|li|or|sca|st|ta|wido|z)|ty$/)?`${r}`:`${r}px`:r)}},hi=void 0,tu=()=>hi,u4=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,p4=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],f4=["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"],nu=(t,e)=>{for(let n=0,r=t.length;n<r;n++){const i=t[n];if(typeof i=="string")on(i,e);else{if(typeof i=="boolean"||i===null||i===void 0)continue;i instanceof yt?i.toStringToBuffer(e):typeof i=="number"||i.isEscaped?e[0]+=i:i instanceof Promise?e.unshift("",i):nu(i,e)}}},yt=class{constructor(t,e,n){te(this,"tag");te(this,"props");te(this,"key");te(this,"children");te(this,"isEscaped",!0);te(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(([r,i])=>{r.values.push(i)});try{this.toStringToBuffer(t)}finally{(n=this.localContexts)==null||n.forEach(([r])=>{r.values.pop()})}return t.length===1?"callbacks"in t?Lm(_t(t[0],t.callbacks)).toString():t[0]:Bm(t,t.callbacks)}toStringToBuffer(t){const e=this.tag,n=this.props;let{children:r}=this;t[0]+=`<${e}`;const i=hi&&jr(hi)==="svg"?o=>u4(us(o)):o=>us(o);for(let[o,a]of Object.entries(n))if(o=i(o),o!=="children"){if(o==="style"&&typeof a=="object"){let c="";Hm(a,(l,d)=>{d!=null&&(c+=`${c?";":""}${l}:${d}`)}),t[0]+=' style="',on(c,t),t[0]+='"'}else if(typeof a=="string")t[0]+=` ${o}="`,on(a,t),t[0]+='"';else if(a!=null)if(typeof a=="number"||a.isEscaped)t[0]+=` ${o}="${a}"`;else if(typeof a=="boolean"&&f4.includes(o))a&&(t[0]+=` ${o}=""`);else if(o==="dangerouslySetInnerHTML"){if(r.length>0)throw"Can only set one of `children` or `props.dangerouslySetInnerHTML`.";r=[_t(a.__html)]}else if(a instanceof Promise)t[0]+=` ${o}="`,t.unshift('"',a);else if(typeof a=="function"){if(!o.startsWith("on"))throw`Invalid prop '${o}' of type 'function' supplied to '${e}'.`}else t[0]+=` ${o}="`,on(a.toString(),t),t[0]+='"'}if(p4.includes(e)&&r.length===0){t[0]+="/>";return}t[0]+=">",nu(r,t),t[0]+=`</${e}>`}},Ua=class extends yt{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(yr.length===0)t.unshift("",n);else{const r=yr.map(i=>[i,i.values.at(-1)]);t.unshift("",n.then(i=>(i instanceof yt&&(i.localContexts=r),i)))}else n instanceof yt?n.toStringToBuffer(t):typeof n=="number"||n.isEscaped?(t[0]+=n,n.callbacks&&(t.callbacks||(t.callbacks=[]),t.callbacks.push(...n.callbacks))):on(n,t)}},Km=class extends yt{toStringToBuffer(t){nu(this.children,t)}},h4=(t,e,...n)=>{e??(e={}),n.length&&(e.children=n.length===1?n[0]:n);const r=e.key;delete e.key;const i=ao(t,e,n);return i.key=r,i},e0=!1,ao=(t,e,n)=>{if(!e0){for(const r in Sl)La[r][eu]=Sl[r];e0=!0}return typeof t=="function"?new Ua(t,e,n):La[t]?new Ua(La[t],e,n):t==="svg"||t==="head"?(hi||(hi=t4("")),new yt(t,e,[new Ua(hi,{value:t},n)])):new yt(t,e,n)},Gm=({children:t})=>new Km("",{children:t},Array.isArray(t)?t:t?[t]:[]),g4=(t,e,...n)=>h4(t.tag,{...t.props,...e},...n);function y(t,e,n){let r;if(!e||!("children"in e))r=ao(t,e,[]);else{const i=e.children;r=Array.isArray(i)?ao(t,e,i):ao(t,e,[i])}return r.key=n,r}const t0={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 ru(t,e,n){if(!n&&!e)return t0;const r=n||e;try{const i=await fetch(`${t.API_URL}/profile/vendors/${r}/style`);if(!i.ok)throw new Error("Failed to fetch vendor settings");const o=await i.json();return T0.parse(o)}catch(i){return console.error(i),t0}}async function Ne(t,e,n=!1){var d;const{env:r}=t,i=await r.data.loginSessions.get(t.var.tenant_id||"",e);if(i)i.session_id;else throw new N(400,{message:"Login session not found"});t.set("loginSession",i);const o=await Ri(r,i.authParams.client_id);t.set("client_id",o.id),t.set("tenant_id",o.tenant.id);const a=await r.data.tenants.get(o.tenant.id);if(a){if(i.session_id&&!n)throw new N(400,{message:"Login session closed"})}else throw new N(400,{message:"Tenant not found"});const c=await ru(r,o.id,i.authParams.vendor_id),l=(d=i.authParams.ui_locales)==null?void 0:d.split(" ").map(u=>u.split("-")[0]).find(u=>{if(Array.isArray(T.options.supportedLngs))return T.options.supportedLngs.includes(u)});return await T.changeLanguage(l||a.language||"sv"),{vendorSettings:{...c,termsAndConditionsUrl:o.id==="fokus-app"?"https://www.fokus.se/kopvillkor-app/":c.termsAndConditionsUrl},client:o,tenant:a,loginSession:i}}async function m4(t,e,n,r){if(r!==void 0)return r==="password";const i=await $s({userAdapter:t.env.data.users,tenant_id:e.tenant.id,email:n});if(i){const a=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:${ge.SUCCESS_LOGIN} user_id:${i.user_id}`}),[c]=a.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 Wm=({vendorSettings:t})=>t!=null&&t.logoUrl?y("div",{className:"flex h-9 items-center",children:y("img",{src:t.logoUrl,className:"max-h-full",alt:"Vendor logo"})}):y(Gm,{}),Jm=({vendorSettings:t})=>{const{termsAndConditionsUrl:e}=t;return y("div",{className:"mt-8",children:e&&y("div",{className:"text-xs text-gray-300",children:[T.t("agree_to")," ",y("a",{href:e,className:"text-primary hover:underline",target:"_blank",rel:"noreferrer",children:T.t("terms")})]})})};var Xm={exports:{}};/*!
197
+ </html>`}async function H$({ctx:t,client:e,session:n,redirect_uri:r,state:i,nonce:o,code_challenge_method:a,code_challenge:c,audience:d,scope:l,response_type:u}){const{env:f}=t,m=new URL(r),w=`${m.protocol}//${m.host}`;async function h(se="Login required"){const ae=we(t,{type:ge.FAILED_SILENT_AUTH,description:se});return await t.env.data.logs.create(e.tenant.id,ae),t.html(Jf(w,JSON.stringify({error:"login_required",error_description:se,state:i})))}if(!n||(n==null?void 0:n.expires_at)&&new Date(n.expires_at)<new Date||(n==null?void 0:n.idle_expires_at)&&new Date(n.idle_expires_at)<new Date)return h();t.set("user_id",n.user_id);const v=await f.data.users.get(e.tenant.id,n.user_id);if(!v)return console.error("User not found",n.user_id),h("User not found");t.set("username",v.email),t.set("connection",v.connection);const k={client:e,authParams:{client_id:e.id,audience:d,code_challenge_method:a,code_challenge:c,scope:l,state:i,nonce:o,response_type:u},user:v,session_id:n.id},N=u===Ct.CODE?await ph(t,k):await $s(t,k);await f.data.sessions.update(e.tenant.id,n.id,{used_at:new Date().toISOString(),last_interaction_at:new Date().toISOString(),device:{...n.device,last_ip:t.req.header("x-real-ip")||"",last_user_agent:t.req.header("user-agent")||""},idle_expires_at:n.idle_expires_at?new Date(Date.now()+vs*1e3).toISOString():void 0});const z=we(t,{type:ge.SUCCESS_SILENT_AUTH,description:"Successful silent authentication"});await t.env.data.logs.create(e.tenant.id,z);const L=new Headers;L.set("Server-Timing","cf-nel=0; no-cloudflare-insights=1");const Y=ih(e.tenant.id,n.id,t.req.header("host"));return L.set("set-cookie",Y),t.html(Jf(w,JSON.stringify(N)),{headers:L})}const K$=new s.OpenAPIHono().openapi(s.createRoute({tags:["oauth"],method:"get",path:"/",request:{query:s.z.object({client_id:s.z.string(),vendor_id:s.z.string().optional(),redirect_uri:s.z.string(),scope:s.z.string().optional(),state:s.z.string(),prompt:s.z.string().optional(),response_mode:s.z.nativeEnum(Ft).optional(),response_type:s.z.nativeEnum(Ct).optional(),audience:s.z.string().optional(),connection:s.z.string().optional(),nonce:s.z.string().optional(),max_age:s.z.string().optional(),login_ticket:s.z.string().optional(),code_challenge_method:s.z.nativeEnum(_s).optional(),code_challenge:s.z.string().optional(),realm:s.z.string().optional(),auth0Client:s.z.string().optional(),organization:s.z.string().optional(),login_hint:s.z.string().optional(),screen_hint:s.z.string().openapi({example:"signup",description:'Optional hint for the screen to show, like "signup" or "login".'}).optional(),ui_locales:s.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:r,redirect_uri:i,scope:o,state:a,audience:c,nonce:d,connection:l,response_type:u,response_mode:f,code_challenge:m,code_challenge_method:w,prompt:h,login_ticket:_,realm:v,auth0Client:k,login_hint:N,ui_locales:z,organization:L}=t.req.valid("query");t.set("log","authorize");const Y=await Bi(e,n);t.set("client_id",Y.id),t.set("tenant_id",Y.tenant.id);const se={redirect_uri:i,scope:o,state:a,client_id:n,vendor_id:r,audience:c,nonce:d,prompt:h,response_type:u,response_mode:f,code_challenge:m,code_challenge_method:w,username:N,ui_locales:z,organization:L},ae=t.req.header("origin");if(ae&&!F$(ae,Y.web_origins||[]))throw new E(403,{message:`Origin ${ae} not allowed`});if(se.redirect_uri&&!mm(se.redirect_uri,Y.callbacks||[],{allowPathWildcards:!0}))throw new E(400,{message:`Invalid redirect URI - ${se.redirect_uri}`});const ke=Ao(Y.tenant.id,t.req.header("cookie")),Ee=ke?await e.data.sessions.get(Y.tenant.id,ke):void 0,ze=Ee&&!Ee.revoked_at?Ee:void 0;if(h=="none"){if(!u)throw new E(400,{message:"Missing response_type"});return H$({ctx:t,session:ze||void 0,redirect_uri:i,state:a,response_type:u,client:Y,nonce:d,code_challenge_method:w,code_challenge:m,audience:c,scope:o})}return l&&l!=="email"?mb(t,Y,l,se):_?q$(t,Y.tenant.id,_,se,v):V$({ctx:t,client:Y,auth0Client:k,authParams:se,session:ze||void 0,connection:l,login_hint:N})});function G$(t){const e=new s.OpenAPIHono;e.use(async(r,i)=>{const o=xs(r,t.dataAdapter),a=Ul(o,{defaultTtl:3e5,cacheEntities:["tenants","connections","clients"]});return r.env.data=Bl(r,a),i()}),e.use("/oauth/token",m0({origin:r=>r||"",allowHeaders:["Tenant-Id","Content-Type","Auth0-Client","Upgrade-Insecure-Requests"],allowMethods:["POST"],maxAge:600})),e.use(Ll).use(sm(e));const n=e.route("/v2/logout",wb).route("/userinfo",vb).route("/.well-known",bb).route("/oauth/token",P$).route("/dbconnections",B$).route("/passwordless",L$).route("/co/authenticate",M$).route("/authorize",K$).route("/callback",_b);return n.doc("/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Oauth API"},security:[{oauth2:["openid","email","profile"]}]}),om(n),n}var W$={Stringify:1,BeforeStream:2,Stream:3},_t=(t,e)=>{const n=new String(t);return n.isEscaped=!0,n.callbacks=e,n},J$=/[&<>'"]/,zm=async(t,e)=>{let n="";e||(e=[]);const r=await Promise.all(t);for(let i=r.length-1;n+=r[i],i--,!(i<0);i--){let o=r[i];typeof o=="object"&&e.push(...o.callbacks||[]);const a=o.isEscaped;if(o=await(typeof o=="object"?o.toString():o),typeof o=="object"&&e.push(...o.callbacks||[]),o.isEscaped??a)n+=o;else{const c=[n];an(o,c),n=c[0]}}return _t(n,e)},an=(t,e)=>{const n=t.search(J$);if(n===-1){e[0]+=t;return}let r,i,o=0;for(i=n;i<t.length;i++){switch(t.charCodeAt(i)){case 34:r="&quot;";break;case 39:r="&#39;";break;case 38:r="&amp;";break;case 60:r="&lt;";break;case 62:r="&gt;";break;default:continue}e[0]+=t.substring(o,i)+r,o=i+1}e[0]+=t.substring(o,i)},Om=t=>{const e=t.callbacks;if(!(e!=null&&e.length))return t;const n=[t],r={};return e.forEach(i=>i({phase:W$.Stringify,buffer:n,context:r})),n[0]},jm=(t,...e)=>{const n=[""];for(let r=0,i=t.length-1;r<i;r++){n[0]+=t[r];const o=Array.isArray(e[r])?e[r].flat(1/0):[e[r]];for(let a=0,c=o.length;a<c;a++){const d=o[a];if(typeof d=="string")an(d,n);else if(typeof d=="number")n[0]+=d;else{if(typeof d=="boolean"||d===null||d===void 0)continue;if(typeof d=="object"&&d.isEscaped)if(d.callbacks)n.unshift("",d);else{const l=d.toString();l instanceof Promise?n.unshift("",l):n[0]+=l}else d instanceof Promise?n.unshift("",d):an(d.toString(),n)}}}return n[0]+=t.at(-1),n.length===1?"callbacks"in n?_t(Om(_t(n[0],n.callbacks))):_t(n[0]):zm(n,n.callbacks)},Ql=Symbol("RENDERER"),Ad=Symbol("ERROR_HANDLER"),Ae=Symbol("STASH"),Pm=Symbol("INTERNAL"),Z$=Symbol("MEMO"),ps=Symbol("PERMALINK"),Zf=t=>(t[Pm]=!0,t),Tm=t=>({value:e,children:n})=>{if(!n)return;const r={children:[{tag:Zf(()=>{t.push(e)}),props:{}}]};Array.isArray(n)?r.children.push(...n.flat()):r.children.push(n),r.children.push({tag:Zf(()=>{t.pop()}),props:{}});const i={tag:"",props:r,type:""};return i[Ad]=o=>{throw t.pop(),o},i},Rm=t=>{const e=[t],n=Tm(e);return n.values=e,n.Provider=n,vr.push(n),n},vr=[],X$=t=>{const e=[t],n=r=>{e.push(r.value);let i;try{i=r.children?(Array.isArray(r.children)?new Mm("",{},r.children):r.children).toString():""}finally{e.pop()}return i instanceof Promise?i.then(o=>_t(o,o.callbacks)):_t(i)};return n.values=e,n.Provider=n,n[Ql]=Tm(e),vr.push(n),n},Pr=t=>t.values.at(-1),so={title:[],script:["src"],style:["data-href"],link:["href"],meta:["name","httpEquiv","charset","itemProp"]},Ed={},ao="data-precedence",Ui=t=>Array.isArray(t)?t:[t],Xf=new WeakMap,Yf=(t,e,n,r)=>({buffer:i,context:o})=>{if(!i)return;const a=Xf.get(o)||{};Xf.set(o,a);const c=a[t]||(a[t]=[]);let d=!1;const l=so[t];if(l.length>0){e:for(const[,u]of c)for(const f of l)if(((u==null?void 0:u[f])??null)===(n==null?void 0:n[f])){d=!0;break e}}if(d?i[0]=i[0].replaceAll(e,""):l.length>0?c.push([e,n,r]):c.unshift([e,n,r]),i[0].indexOf("</head>")!==-1){let u;if(r===void 0)u=c.map(([f])=>f);else{const f=[];u=c.map(([m,,w])=>{let h=f.indexOf(w);return h===-1&&(f.push(w),h=f.length-1),[m,h]}).sort((m,w)=>m[1]-w[1]).map(([m])=>m)}u.forEach(f=>{i[0]=i[0].replaceAll(f,"")}),i[0]=i[0].replace(/(?=<\/head>)/,u.join(""))}},Mi=(t,e,n)=>_t(new yt(t,n,Ui(e??[])).toString()),Fi=(t,e,n,r)=>{if("itemProp"in n)return Mi(t,e,n);let{precedence:i,blocking:o,...a}=n;i=r?i??"":void 0,r&&(a[ao]=i);const c=new yt(t,a,Ui(e||[])).toString();return c instanceof Promise?c.then(d=>_t(c,[...d.callbacks||[],Yf(t,d,a,i)])):_t(c,[Yf(t,c,a,i)])},Y$=({children:t,...e})=>{const n=eu();if(n){const r=Pr(n);if(r==="svg"||r==="head")return new yt("title",e,Ui(t??[]))}return Fi("title",t,e,!1)},Q$=({children:t,...e})=>{const n=eu();return["src","async"].some(r=>!e[r])||n&&Pr(n)==="head"?Mi("script",t,e):Fi("script",t,e,!1)},e4=({children:t,...e})=>["href","precedence"].every(n=>n in e)?(e["data-href"]=e.href,delete e.href,Fi("style",t,e,!0)):Mi("style",t,e),t4=({children:t,...e})=>["onLoad","onError"].some(n=>n in e)||e.rel==="stylesheet"&&(!("precedence"in e)||"disabled"in e)?Mi("link",t,e):Fi("link",t,e,"precedence"in e),n4=({children:t,...e})=>{const n=eu();return n&&Pr(n)==="head"?Mi("meta",t,e):Fi("meta",t,e,!1)},Bm=(t,{children:e,...n})=>new yt(t,n,Ui(e??[])),r4=t=>(typeof t.action=="function"&&(t.action=ps in t.action?t.action[ps]:void 0),Bm("form",t)),Lm=(t,e)=>(typeof e.formAction=="function"&&(e.formAction=ps in e.formAction?e.formAction[ps]:void 0),Bm(t,e)),i4=t=>Lm("input",t),o4=t=>Lm("button",t);const Ma=Object.freeze(Object.defineProperty({__proto__:null,button:o4,form:r4,input:i4,link:t4,meta:n4,script:Q$,style:e4,title:Y$},Symbol.toStringTag,{value:"Module"}));var s4=new Map([["className","class"],["htmlFor","for"],["crossOrigin","crossorigin"],["httpEquiv","http-equiv"],["itemProp","itemprop"],["fetchPriority","fetchpriority"],["noModule","nomodule"],["formAction","formaction"]]),fs=t=>s4.get(t)||t,Um=(t,e)=>{for(const[n,r]of Object.entries(t)){const i=n[0]==="-"||!/[A-Z]/.test(n)?n:n.replace(/[A-Z]/g,o=>`-${o.toLowerCase()}`);e(i,r==null?null:typeof r=="number"?i.match(/^(?:a|border-im|column(?:-c|s)|flex(?:$|-[^b])|grid-(?:ar|[^a])|font-w|li|or|sca|st|ta|wido|z)|ty$/)?`${r}`:`${r}px`:r)}},gi=void 0,eu=()=>gi,a4=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,c4=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],d4=["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"],tu=(t,e)=>{for(let n=0,r=t.length;n<r;n++){const i=t[n];if(typeof i=="string")an(i,e);else{if(typeof i=="boolean"||i===null||i===void 0)continue;i instanceof yt?i.toStringToBuffer(e):typeof i=="number"||i.isEscaped?e[0]+=i:i instanceof Promise?e.unshift("",i):tu(i,e)}}},yt=class{constructor(t,e,n){te(this,"tag");te(this,"props");te(this,"key");te(this,"children");te(this,"isEscaped",!0);te(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(([r,i])=>{r.values.push(i)});try{this.toStringToBuffer(t)}finally{(n=this.localContexts)==null||n.forEach(([r])=>{r.values.pop()})}return t.length===1?"callbacks"in t?Om(_t(t[0],t.callbacks)).toString():t[0]:zm(t,t.callbacks)}toStringToBuffer(t){const e=this.tag,n=this.props;let{children:r}=this;t[0]+=`<${e}`;const i=gi&&Pr(gi)==="svg"?o=>a4(fs(o)):o=>fs(o);for(let[o,a]of Object.entries(n))if(o=i(o),o!=="children"){if(o==="style"&&typeof a=="object"){let c="";Um(a,(d,l)=>{l!=null&&(c+=`${c?";":""}${d}:${l}`)}),t[0]+=' style="',an(c,t),t[0]+='"'}else if(typeof a=="string")t[0]+=` ${o}="`,an(a,t),t[0]+='"';else if(a!=null)if(typeof a=="number"||a.isEscaped)t[0]+=` ${o}="${a}"`;else if(typeof a=="boolean"&&d4.includes(o))a&&(t[0]+=` ${o}=""`);else if(o==="dangerouslySetInnerHTML"){if(r.length>0)throw"Can only set one of `children` or `props.dangerouslySetInnerHTML`.";r=[_t(a.__html)]}else if(a instanceof Promise)t[0]+=` ${o}="`,t.unshift('"',a);else if(typeof a=="function"){if(!o.startsWith("on"))throw`Invalid prop '${o}' of type 'function' supplied to '${e}'.`}else t[0]+=` ${o}="`,an(a.toString(),t),t[0]+='"'}if(c4.includes(e)&&r.length===0){t[0]+="/>";return}t[0]+=">",tu(r,t),t[0]+=`</${e}>`}},Fa=class extends yt{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(vr.length===0)t.unshift("",n);else{const r=vr.map(i=>[i,i.values.at(-1)]);t.unshift("",n.then(i=>(i instanceof yt&&(i.localContexts=r),i)))}else n instanceof yt?n.toStringToBuffer(t):typeof n=="number"||n.isEscaped?(t[0]+=n,n.callbacks&&(t.callbacks||(t.callbacks=[]),t.callbacks.push(...n.callbacks))):an(n,t)}},Mm=class extends yt{toStringToBuffer(t){tu(this.children,t)}},l4=(t,e,...n)=>{e??(e={}),n.length&&(e.children=n.length===1?n[0]:n);const r=e.key;delete e.key;const i=co(t,e,n);return i.key=r,i},Qf=!1,co=(t,e,n)=>{if(!Qf){for(const r in Ed)Ma[r][Ql]=Ed[r];Qf=!0}return typeof t=="function"?new Fa(t,e,n):Ma[t]?new Fa(Ma[t],e,n):t==="svg"||t==="head"?(gi||(gi=X$("")),new yt(t,e,[new Fa(gi,{value:t},n)])):new yt(t,e,n)},Fm=({children:t})=>new Mm("",{children:t},Array.isArray(t)?t:t?[t]:[]),u4=(t,e,...n)=>l4(t.tag,{...t.props,...e},...n);function y(t,e,n){let r;if(!e||!("children"in e))r=co(t,e,[]);else{const i=e.children;r=Array.isArray(i)?co(t,e,i):co(t,e,[i])}return r.key=n,r}const e0={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 nu(t,e,n){if(!n&&!e)return e0;const r=n||e;try{const i=await fetch(`${t.API_URL}/profile/vendors/${r}/style`);if(!i.ok)throw new Error("Failed to fetch vendor settings");const o=await i.json();return P0.parse(o)}catch(i){return console.error(i),e0}}async function Ne(t,e,n=!1){var l;const{env:r}=t,i=await r.data.loginSessions.get(t.var.tenant_id||"",e);if(i)i.session_id;else throw new E(400,{message:"Login session not found"});t.set("loginSession",i);const o=await Bi(r,i.authParams.client_id);t.set("client_id",o.id),t.set("tenant_id",o.tenant.id);const a=await r.data.tenants.get(o.tenant.id);if(a){if(i.session_id&&!n)throw new E(400,{message:"Login session closed"})}else throw new E(400,{message:"Tenant not found"});const c=await nu(r,o.id,i.authParams.vendor_id),d=(l=i.authParams.ui_locales)==null?void 0:l.split(" ").map(u=>u.split("-")[0]).find(u=>{if(Array.isArray(T.options.supportedLngs))return T.options.supportedLngs.includes(u)});return await T.changeLanguage(d||a.language||"sv"),{vendorSettings:{...c,termsAndConditionsUrl:o.id==="fokus-app"?"https://www.fokus.se/kopvillkor-app/":c.termsAndConditionsUrl},client:o,tenant:a,loginSession:i}}async function p4(t,e,n,r){if(r!==void 0)return r==="password";const i=await ks({userAdapter:t.env.data.users,tenant_id:e.tenant.id,email:n});if(i){const a=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:${ge.SUCCESS_LOGIN} user_id:${i.user_id}`}),[c]=a.logs.filter(d=>d.strategy&&["Username-Password-Authentication","passwordless","email"].includes(d.strategy));if(c)return c.strategy==="Username-Password-Authentication"}return(await t.env.data.promptSettings.get(e.tenant.id)).password_first}const Vm=({vendorSettings:t})=>t!=null&&t.logoUrl?y("div",{className:"flex h-9 items-center",children:y("img",{src:t.logoUrl,className:"max-h-full",alt:"Vendor logo"})}):y(Fm,{}),Dm=({vendorSettings:t})=>{const{termsAndConditionsUrl:e}=t;return y("div",{className:"mt-8",children:e&&y("div",{className:"text-xs text-gray-300",children:[T.t("agree_to")," ",y("a",{href:e,className:"text-primary hover:underline",target:"_blank",rel:"noreferrer",children:T.t("terms")})]})})};var qm={exports:{}};/*!
198
198
  Copyright (c) 2018 Jed Watson.
199
199
  Licensed under the MIT License (MIT), see
200
200
  http://jedwatson.github.io/classnames
201
- */(function(t){(function(){var e={}.hasOwnProperty;function n(){for(var o="",a=0;a<arguments.length;a++){var c=arguments[a];c&&(o=i(o,r(c)))}return o}function r(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return n.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var a="";for(var c in o)e.call(o,c)&&o[c]&&(a=i(a,c));return a}function i(o,a){return a?o?o+" "+a:o+a:o}t.exports?(n.default=n,t.exports=n):window.classNames=n})()})(Xm);var _4=Xm.exports;const dn=rh(_4),y4=t=>t==="small"?"text-base":t==="medium"?"text-2xl":t==="large"?"text-3xl":"",Je=({name:t,size:e,className:n=""})=>{const r=y4(e);return y("span",{className:dn(`uicon-${t}`,n,r)})};var n0=Object.freeze,v4=Object.defineProperty,w4=(t,e)=>n0(v4(t,"raw",{value:n0(t.slice())})),r0;const b4=t=>{const{style:e}=t;return`
201
+ */(function(t){(function(){var e={}.hasOwnProperty;function n(){for(var o="",a=0;a<arguments.length;a++){var c=arguments[a];c&&(o=i(o,r(c)))}return o}function r(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return n.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var a="";for(var c in o)e.call(o,c)&&o[c]&&(a=i(a,c));return a}function i(o,a){return a?o?o+" "+a:o+a:o}t.exports?(n.default=n,t.exports=n):window.classNames=n})()})(qm);var f4=qm.exports;const un=X0(f4),h4=t=>t==="small"?"text-base":t==="medium"?"text-2xl":t==="large"?"text-3xl":"",Je=({name:t,size:e,className:n=""})=>{const r=h4(e);return y("span",{className:un(`uicon-${t}`,n,r)})};var t0=Object.freeze,g4=Object.defineProperty,m4=(t,e)=>t0(g4(t,"raw",{value:t0(t.slice())})),n0;const _4=t=>{const{style:e}=t;return`
202
202
  body {
203
203
  --primary-color: ${e.primaryColor};
204
204
  --primary-hover: ${e.primaryHoverColor};
205
205
  --text-on-primary: ${e.buttonTextColor};
206
206
  }
207
- `},$4="https://assets.sesamy.com/images/login-bg.jpg",Fe=({title:t,children:e,vendorSettings:n})=>{const r={backgroundImage:`url(${(n==null?void 0:n.loginBackgroundImage)||$4})`};return y("html",{lang:"en",children:[y("head",{children:[y("title",{children:t}),y("meta",{charset:"UTF-8"}),y("meta",{name:"robots",content:"noindex, follow"}),y("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),y("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),y("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),y("link",{rel:"stylesheet",href:"/u/css/tailwind.css"}),y("meta",{name:"viewport",content:"width=device-width, initial-scale=1, maximum-scale=1"}),y("style",{children:b4(n)}),y("meta",{name:"theme-color",content:"#000000"})]}),y("body",{children:y("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:r,children:y("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:y("div",{className:"column-left w-full sm:w-auto",children:[y("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:[y("div",{className:"mb-16",children:y(Wm,{vendorSettings:n})}),y("div",{className:"flex flex-1 flex-col",children:[e,y(Jm,{vendorSettings:n})]})]}),y("div",{className:"flex w-full items-center px-6 pb-8 pt-4 justify-between",children:[y("div",{className:"flex justify-center leading-[0]",children:y("a",{href:"https://sesamy.com",target:"_blank",rel:"noreferrer",children:y(Je,{name:"sesamy",className:"text-xl text-white"})})}),y("div",{className:"flex justify-center space-x-2 text-xs text-white sm:justify-normal md:text-xs",children:n.supportUrl&&y("a",{className:"text-xs text-white hover:underline md:text-xs",href:n.supportUrl,target:"_blank",rel:"noopener noreferrer",children:T.t("contact_support")})})]})]})})})}),Um(r0||(r0=w4([`
207
+ `},y4="https://assets.sesamy.com/images/login-bg.jpg",Fe=({title:t,children:e,vendorSettings:n})=>{const r={backgroundImage:`url(${(n==null?void 0:n.loginBackgroundImage)||y4})`};return y("html",{lang:"en",children:[y("head",{children:[y("title",{children:t}),y("meta",{charset:"UTF-8"}),y("meta",{name:"robots",content:"noindex, follow"}),y("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),y("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),y("link",{rel:"preload",href:"https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2",as:"font",type:"font/woff2",crossOrigin:"anonymous"}),y("link",{rel:"stylesheet",href:"/u/css/tailwind.css"}),y("meta",{name:"viewport",content:"width=device-width, initial-scale=1, maximum-scale=1"}),y("style",{children:_4(n)}),y("meta",{name:"theme-color",content:"#000000"})]}),y("body",{children:y("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:r,children:y("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:y("div",{className:"column-left w-full sm:w-auto",children:[y("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:[y("div",{className:"mb-16",children:y(Vm,{vendorSettings:n})}),y("div",{className:"flex flex-1 flex-col",children:[e,y(Dm,{vendorSettings:n})]})]}),y("div",{className:"flex w-full items-center px-6 pb-8 pt-4 justify-between",children:[y("div",{className:"flex justify-center leading-[0]",children:y("a",{href:"https://sesamy.com",target:"_blank",rel:"noreferrer",children:y(Je,{name:"sesamy",className:"text-xl text-white"})})}),y("div",{className:"flex justify-center space-x-2 text-xs text-white sm:justify-normal md:text-xs",children:n.supportUrl&&y("a",{className:"text-xs text-white hover:underline md:text-xs",href:n.supportUrl,target:"_blank",rel:"noopener noreferrer",children:T.t("contact_support")})})]})]})})})}),jm(n0||(n0=m4([`
208
208
  <script>
209
209
  // Add loading class to submit button on form submission
210
210
  var form = document.getElementById("form");
@@ -219,9 +219,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
219
219
  }
220
220
  });
221
221
  <\/script>
222
- `])))]})},qn=({children:t})=>y("div",{className:"mb-2 text-sm text-red",children:t}),x4=t=>t==="small"?"text-base":t==="medium"?"text-2xl":t==="large"?"text-3xl":"",Zm=({size:t})=>{const e=x4(t);return y("div",{className:"relative inline-block leading-[0]",children:[y(Je,{className:dn("text-gray-200 dark:text-[#201a41]",{[e]:e}),name:"spinner-circle"}),y(Je,{className:dn("absolute inset-0 animate-spin text-primary",{[e]:e}),name:"spinner-inner"})]})},Ze=({children:t,className:e,Component:n="button",variant:r="primary",href:i,disabled:o,isLoading:a,id:c})=>{const l=n==="a"?{href:i}:{};return y(n,{class:dn("btn relative w-full rounded-lg text-center",{"px-4 py-5":r!=="custom","bg-primary text-textOnPrimary hover:bg-primaryHover":r==="primary","border border-gray-300 bg-white text-black":r==="secondary","pointer-events-none cursor-not-allowed opacity-40":o,"is-loading":a},"focus:outline-none focus:ring",e),type:"submit",disabled:o,id:c,...l,children:[y("span",{className:"btn-label flex items-center justify-center space-x-2",children:t}),y("div",{className:"btn-spinner absolute left-0 top-0 flex h-full w-full items-center justify-center",children:y(Zm,{size:"medium"})})]})},Mr=({connection:t,text:e,icon:n=null,canResize:r=!1,loginSession:i})=>{const o=new URLSearchParams({client_id:i.authParams.client_id,connection:t});i.authParams.response_type&&o.set("response_type",i.authParams.response_type),i.authParams.redirect_uri&&o.set("redirect_uri",i.authParams.redirect_uri),i.authParams.scope&&o.set("scope",i.authParams.scope),i.authParams.nonce&&o.set("nonce",i.authParams.nonce),i.authParams.response_type&&o.set("response_type",i.authParams.response_type),i.authParams.state&&o.set("state",i.id);const a=`/authorize?${o.toString()}`;return y(Ze,{className:dn("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":r,"px-10 py-3":!r}),variant:"custom","aria-label":e,Component:"a",href:a,children:[n||"",y("div",{className:dn("text-left text-black dark:text-white sm:text-base",{"hidden sm:inline short:hidden":r}),children:e})]})},Ym=({...t})=>y("svg",{width:"45",height:"45",viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",...t,children:[y("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"}),y("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"}),y("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"}),y("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"})]}),Zt=({children:t,className:e})=>y("form",{id:"form",method:"post",className:e,children:t}),Qm=({...t})=>y("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:[y("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"}),y("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
222
+ `])))]})},Hn=({children:t})=>y("div",{className:"mb-2 text-sm text-red",children:t}),w4=t=>t==="small"?"text-base":t==="medium"?"text-2xl":t==="large"?"text-3xl":"",Hm=({size:t})=>{const e=w4(t);return y("div",{className:"relative inline-block leading-[0]",children:[y(Je,{className:un("text-gray-200 dark:text-[#201a41]",{[e]:e}),name:"spinner-circle"}),y(Je,{className:un("absolute inset-0 animate-spin text-primary",{[e]:e}),name:"spinner-inner"})]})},Xe=({children:t,className:e,Component:n="button",variant:r="primary",href:i,disabled:o,isLoading:a,id:c})=>{const d=n==="a"?{href:i}:{};return y(n,{class:un("btn relative w-full rounded-lg text-center",{"px-4 py-5":r!=="custom","bg-primary text-textOnPrimary hover:bg-primaryHover":r==="primary","border border-gray-300 bg-white text-black":r==="secondary","pointer-events-none cursor-not-allowed opacity-40":o,"is-loading":a},"focus:outline-none focus:ring",e),type:"submit",disabled:o,id:c,...d,children:[y("span",{className:"btn-label flex items-center justify-center space-x-2",children:t}),y("div",{className:"btn-spinner absolute left-0 top-0 flex h-full w-full items-center justify-center",children:y(Hm,{size:"medium"})})]})},Fr=({connection:t,text:e,icon:n=null,canResize:r=!1,loginSession:i})=>{const o=new URLSearchParams({client_id:i.authParams.client_id,connection:t});i.authParams.response_type&&o.set("response_type",i.authParams.response_type),i.authParams.redirect_uri&&o.set("redirect_uri",i.authParams.redirect_uri),i.authParams.scope&&o.set("scope",i.authParams.scope),i.authParams.nonce&&o.set("nonce",i.authParams.nonce),i.authParams.response_type&&o.set("response_type",i.authParams.response_type),i.authParams.state&&o.set("state",i.id);const a=`/authorize?${o.toString()}`;return y(Xe,{className:un("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":r,"px-10 py-3":!r}),variant:"custom","aria-label":e,Component:"a",href:a,children:[n||"",y("div",{className:un("text-left text-black dark:text-white sm:text-base",{"hidden sm:inline short:hidden":r}),children:e})]})},Km=({...t})=>y("svg",{width:"45",height:"45",viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",...t,children:[y("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"}),y("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"}),y("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"}),y("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"})]}),Qt=({children:t,className:e})=>y("form",{id:"form",method:"post",className:e,children:t}),Gm=({...t})=>y("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:[y("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"}),y("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
223
223
  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
224
- 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`})]}),co=({error:t,vendorSettings:e,loginSession:n,email:r,client:i})=>{const o=i.connections.map(({strategy:z})=>z),a=o.includes("email")||o.includes("Username-Password-Authentication"),c=o.includes("sms"),l=o.includes("facebook"),d=o.includes("google-oauth2"),u=o.includes("apple"),f=o.includes("vipps"),m=l||d||u||f,v=a||c;let h="text",_="username";const w=a&&c?"email_or_phone_placeholder":a?"email_placeholder":"phone_placeholder";let k=T.t(w,a&&c?"Email or Phone Number":a?"Email Address":"Phone Number");return y(Fe,{title:T.t("welcome"),vendorSettings:e,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("welcome")}),y("div",{className:"mb-8 text-gray-300",children:T.t("login_description_template",{authMethod:T.t(w,{defaultValue:a&&c?"email or phone number":a?"email address":"phone number"}).toLocaleLowerCase(),defaultValue:"Sign in with your {{authMethod}}"})}),y("div",{className:"flex flex-1 flex-col justify-center",children:[v&&y(Zt,{className:"mb-7",children:[y("input",{type:h,name:_,placeholder:k,className:dn("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:r||""}),t&&y(qn,{children:t}),y(Ze,{className:"sm:mt-4 !text-base",children:[y("span",{children:T.t("continue")}),y(Je,{className:"text-xs",name:"arrow-right"})]})]}),v&&m&&y("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[y("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),y("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:T.t("continue_social_login")})]}),y("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:[l&&y(Mr,{connection:"facebook",text:T.t("continue_with",{provider:"Facebook"}),canResize:!0,icon:y(Je,{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"}),loginSession:n}),d&&y(Mr,{connection:"google-oauth2",text:T.t("continue_with",{provider:"Google"}),canResize:!0,icon:y(Ym,{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"}),loginSession:n}),u&&y(Mr,{connection:"apple",text:T.t("continue_with",{provider:"Apple"}),canResize:!0,icon:y(Je,{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"}),loginSession:n}),f&&y(Mr,{connection:"vipps",text:T.t("continue_with",{provider:"Vipps"}),canResize:!0,icon:y(Qm,{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"}),loginSession:n})]})]})]})},k4=["Auth0.swift"];function S4(t){if(!t)return"code";const e=atob(t),n=JSON.parse(e);return k4.includes(n.name)?"code":"link"}const A4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),impersonation:s.z.string().optional()})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r,client:i}=await Ne(t,e);return t.html(y(co,{vendorSettings:n,loginSession:r,client:i,email:r.authParams.username}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({username:s.z.string().transform(t=>t.toLowerCase()),login_selection:s.z.enum(["code","password"]).optional()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),r=t.req.valid("form");t.set("body",r),t.set("username",r.username);const{client:i,loginSession:o,vendorSettings:a}=await Ne(t,n);t.set("client_id",i.id);const{countryCode:c}=Ot(t.req),{normalized:l}=fi(r.username,c);if(!l)return t.html(y(co,{vendorSettings:a,loginSession:o,error:T.t("invalid_identifier"),email:r.username,client:i}),400);const d=await $s({userAdapter:e.data.users,tenant_id:i.tenant.id,email:l});if(d&&t.set("user_id",d.user_id),!d)try{await m2(t,i,t.env.data,l)}catch{const _=ve(t,{type:ge.FAILED_SIGNUP,description:"Public signup is disabled"});return await t.env.data.logs.create(i.tenant.id,_),t.html(y(co,{vendorSettings:a,loginSession:o,error:T.t("user_account_does_not_exist"),email:r.username,client:i}),400)}if(o.authParams.username=l,await e.data.loginSessions.update(i.tenant.id,o.id,o),await m4(t,i,r.username,r.login_selection))return t.redirect(`/u/enter-password?state=${n}`);let u=Mn(),f=await e.data.codes.get(i.tenant.id,u,"otp");for(;f;)u=Mn(),f=await e.data.codes.get(i.tenant.id,u,"otp");const m=await t.env.data.codes.create(i.tenant.id,{code_id:u,code_type:"otp",login_id:o.id,expires_at:new Date(Date.now()+Xa).toISOString()}),v=S4(o.auth0Client),{connection:h}=fi(l);return h==="email"&&v==="link"&&!l.includes("online.no")?await Zd(t,{to:l,code:m.code_id,authParams:o.authParams}):await Rm(t,{to:l,code:m.code_id}),t.redirect(`/u/enter-code?state=${n}`)}),wt=t=>y("a",{className:"block text-primary hover:text-primaryHover text-center",href:`/u/login/identifier?state=${t.state}`,children:T.t("go_back")});var gi="_hp",E4={Change:"Input",DoubleClick:"DblClick"},I4={svg:"2000/svg",math:"1998/Math/MathML"},mi=[],Al=new WeakMap,vr=void 0,N4=()=>vr,Bt=t=>"t"in t,Ma={onClick:["click",!1]},i0=t=>{if(!t.startsWith("on"))return;if(Ma[t])return Ma[t];const e=t.match(/^on([A-Z][a-zA-Z]+?(?:PointerCapture)?)(Capture)?$/);if(e){const[,n,r]=e;return Ma[t]=[(E4[n]||n).toLowerCase(),!!r]}},o0=(t,e)=>vr&&t instanceof SVGElement&&/[A-Z]/.test(e)&&(e in t.style||e.match(/^(?:o|pai|str|u|ve)/))?e.replace(/([A-Z])/g,"-$1").toLowerCase():e,C4=(t,e,n)=>{var r;e||(e={});for(let i in e){const o=e[i];if(i!=="children"&&(!n||n[i]!==o)){i=us(i);const a=i0(i);if(a){if((n==null?void 0:n[i])!==o&&(n&&t.removeEventListener(a[0],n[i],a[1]),o!=null)){if(typeof o!="function")throw new Error(`Event handler for "${i}" is not a function`);t.addEventListener(a[0],o,a[1])}}else if(i==="dangerouslySetInnerHTML"&&o)t.innerHTML=o.__html;else if(i==="ref"){let c;typeof o=="function"?c=o(t)||(()=>o(null)):o&&"current"in o&&(o.current=t,c=()=>o.current=null),Al.set(t,c)}else if(i==="style"){const c=t.style;typeof o=="string"?c.cssText=o:(c.cssText="",o!=null&&Hm(o,c.setProperty.bind(c)))}else{if(i==="value"){const l=t.nodeName;if(l==="INPUT"||l==="TEXTAREA"||l==="SELECT"){if(t.value=o==null||o===!1?null:o,l==="TEXTAREA"){t.textContent=o;continue}else if(l==="SELECT"){t.selectedIndex===-1&&(t.selectedIndex=0);continue}}}else(i==="checked"&&t.nodeName==="INPUT"||i==="selected"&&t.nodeName==="OPTION")&&(t[i]=o);const c=o0(t,i);o==null||o===!1?t.removeAttribute(c):o===!0?t.setAttribute(c,""):typeof o=="string"||typeof o=="number"?t.setAttribute(c,o):t.setAttribute(c,o.toString())}}}if(n)for(let i in n){const o=n[i];if(i!=="children"&&!(i in e)){i=us(i);const a=i0(i);a?t.removeEventListener(a[0],o,a[1]):i==="ref"?(r=Al.get(t))==null||r():t.removeAttribute(o0(t,i))}}},z4=(t,e)=>{e[Ae][0]=0,mi.push([t,e]);const n=e.tag[eu]||e.tag,r=n.defaultProps?{...n.defaultProps,...e.props}:e.props;try{return[n.call(null,r)]}finally{mi.pop()}},e1=(t,e,n,r,i)=>{var o,a;(o=t.vR)!=null&&o.length&&(r.push(...t.vR),delete t.vR),typeof t.tag=="function"&&((a=t[Ae][1][i1])==null||a.forEach(c=>i.push(c))),t.vC.forEach(c=>{var l;if(Bt(c))n.push(c);else if(typeof c.tag=="function"||c.tag===""){c.c=e;const d=n.length;if(e1(c,e,n,r,i),c.s){for(let u=d;u<n.length;u++)n[u].s=!0;c.s=!1}}else n.push(c),(l=c.vR)!=null&&l.length&&(r.push(...c.vR),delete c.vR)})},O4=t=>{for(;;t=t.tag===gi||!t.vC||!t.pP?t.nN:t.vC[0]){if(!t)return null;if(t.tag!==gi&&t.e)return t.e}},t1=t=>{var e,n,r,i,o,a;Bt(t)||((n=(e=t[Ae])==null?void 0:e[1][i1])==null||n.forEach(c=>{var l;return(l=c[2])==null?void 0:l.call(c)}),(r=Al.get(t.e))==null||r(),t.p===2&&((i=t.vC)==null||i.forEach(c=>c.p=2)),(o=t.vC)==null||o.forEach(t1)),t.p||((a=t.e)==null||a.remove(),delete t.e),typeof t.tag=="function"&&(Fr.delete(t),lo.delete(t),delete t[Ae][3],t.a=!0)},n1=(t,e,n)=>{t.c=e,r1(t,e,n)},s0=(t,e)=>{if(e){for(let n=0,r=t.length;n<r;n++)if(t[n]===e)return n}},a0=Symbol(),r1=(t,e,n)=>{var d;const r=[],i=[],o=[];e1(t,e,r,i,o),i.forEach(t1);const a=n?void 0:e.childNodes;let c,l=null;if(n)c=-1;else if(!a.length)c=0;else{const u=s0(a,O4(t.nN));u!==void 0?(l=a[u],c=u):c=s0(a,(d=r.find(f=>f.tag!==gi&&f.e))==null?void 0:d.e)??-1,c===-1&&(n=!0)}for(let u=0,f=r.length;u<f;u++,c++){const m=r[u];let v;if(m.s&&m.e)v=m.e,m.s=!1;else{const h=n||!m.e;Bt(m)?(m.e&&m.d&&(m.e.textContent=m.t),m.d=!1,v=m.e||(m.e=document.createTextNode(m.t))):(v=m.e||(m.e=m.n?document.createElementNS(m.n,m.tag):document.createElement(m.tag)),C4(v,m.props,m.pP),r1(m,v,h))}m.tag===gi?c--:n?v.parentNode||e.appendChild(v):a[c]!==v&&a[c-1]!==v&&(a[c+1]===v?e.appendChild(a[c]):e.insertBefore(v,l||a[c]||null))}if(t.pP&&delete t.pP,o.length){const u=[],f=[];o.forEach(([,m,,v,h])=>{m&&u.push(m),v&&f.push(v),h==null||h()}),u.forEach(m=>m()),f.length&&requestAnimationFrame(()=>{f.forEach(m=>m())})}},lo=new WeakMap,El=(t,e,n)=>{var o,a,c,l,d,u;const r=!n&&e.pC;n&&(e.pC||(e.pC=e.vC));let i;try{n||(n=typeof e.tag=="function"?z4(t,e):Li(e.props.children)),((o=n[0])==null?void 0:o.tag)===""&&n[0][kl]&&(i=n[0][kl],t[5].push([t,i,e]));const f=r?[...e.pC]:e.vC?[...e.vC]:void 0,m=[];let v;for(let h=0;h<n.length;h++){Array.isArray(n[h])&&n.splice(h,1,...n[h].flat());let _=j4(n[h]);if(_){typeof _.tag=="function"&&!_.tag[Mm]&&(yr.length>0&&(_[Ae][2]=yr.map(k=>[k,k.values.at(-1)])),(a=t[5])!=null&&a.length&&(_[Ae][3]=t[5].at(-1)));let w;if(f&&f.length){const k=f.findIndex(Bt(_)?I=>Bt(I):_.key!==void 0?I=>I.key===_.key&&I.tag===_.tag:I=>I.tag===_.tag);k!==-1&&(w=f[k],f.splice(k,1))}if(w)if(Bt(_))w.t!==_.t&&(w.t=_.t,w.d=!0),_=w;else{const k=w.pP=w.props;w.props=_.props,w.f||(w.f=_.f||e.f),typeof _.tag=="function"&&(w[Ae][2]=_[Ae][2]||[],w[Ae][3]=_[Ae][3],!w.f&&((w.o||w)===_.o||(l=(c=w.tag)[e4])!=null&&l.call(c,k,w.props))&&(w.s=!0)),_=w}else if(!Bt(_)&&vr){const k=jr(vr);k&&(_.n=k)}if(!Bt(_)&&!_.s&&(El(t,_),delete _.f),m.push(_),v&&!v.s&&!_.s)for(let k=v;k&&!Bt(k);k=(d=k.vC)==null?void 0:d.at(-1))k.nN=_;v=_}}e.vR=r?[...e.vC,...f||[]]:f||[],e.vC=m,r&&delete e.pC}catch(f){if(e.f=!0,f===a0){if(i)return;throw f}const[m,v,h]=((u=e[Ae])==null?void 0:u[3])||[];if(v){const _=()=>uo([0,!1,t[2]],h),w=lo.get(h)||[];w.push(_),lo.set(h,w);const k=v(f,()=>{const I=lo.get(h);if(I){const z=I.indexOf(_);if(z!==-1)return I.splice(z,1),_()}});if(k){if(t[0]===1)t[1]=!0;else if(El(t,h,[k]),(v.length===1||t!==m)&&h.c){n1(h,h.c,!1);return}throw a0}}throw f}finally{i&&t[5].pop()}},j4=t=>{if(!(t==null||typeof t=="boolean")){if(typeof t=="string"||typeof t=="number")return{t:t.toString(),d:!0};if("vR"in t&&(t={tag:t.tag,props:t.props,key:t.key,f:t.f,type:t.tag,ref:t.props.ref,o:t.o||t}),typeof t.tag=="function")t[Ae]=[0,[]];else{const e=I4[t.tag];e&&(vr||(vr=Dm("")),t.props.children=[{tag:vr,props:{value:t.n=`http://www.w3.org/${e}`,children:t.props.children}}])}return t}},c0=(t,e)=>{var n,r;(n=e[Ae][2])==null||n.forEach(([i,o])=>{i.values.push(o)});try{El(t,e,void 0)}catch{return}if(e.a){delete e.a;return}(r=e[Ae][2])==null||r.forEach(([i])=>{i.values.pop()}),(t[0]!==1||!t[1])&&n1(e,e.c,!1)},Fr=new WeakMap,l0=[],uo=async(t,e)=>{t[5]||(t[5]=[]);const n=Fr.get(e);n&&n[0](void 0);let r;const i=new Promise(o=>r=o);if(Fr.set(e,[r,()=>{t[2]?t[2](t,e,o=>{c0(o,e)}).then(()=>r(e)):(c0(t,e),r(e))}]),l0.length)l0.at(-1).add(e);else{await Promise.resolve();const o=Fr.get(e);o&&(Fr.delete(e),o[1]())}return i},P4=(t,e,n)=>({tag:gi,props:{children:t},key:n,e,p:1}),Fa=0,i1=1,Da=2,Va=3,qa=new WeakMap,o1=(t,e)=>!t||!e||t.length!==e.length||e.some((n,r)=>n!==t[r]),T4=void 0,d0=[],R4=t=>{var a;const e=()=>typeof t=="function"?t():t,n=mi.at(-1);if(!n)return[e(),()=>{}];const[,r]=n,i=(a=r[Ae][1])[Fa]||(a[Fa]=[]),o=r[Ae][0]++;return i[o]||(i[o]=[e(),c=>{const l=T4,d=i[o];if(typeof c=="function"&&(c=c(d[0])),!Object.is(c,d[0]))if(d[0]=c,d0.length){const[u,f]=d0.at(-1);Promise.all([u===3?r:uo([u,!1,l],r),f]).then(([m])=>{if(!m||!(u===2||u===3))return;const v=m.vC;requestAnimationFrame(()=>{setTimeout(()=>{v===m.vC&&uo([u===3?1:0,!1,l],m)})})})}else uo([0,!1,l],r)}])},iu=(t,e)=>{var c;const n=mi.at(-1);if(!n)return t;const[,r]=n,i=(c=r[Ae][1])[Da]||(c[Da]=[]),o=r[Ae][0]++,a=i[o];return o1(a==null?void 0:a[1],e)?i[o]=[t,e]:t=i[o][0],t},B4=t=>{const e=qa.get(t);if(e){if(e.length===2)throw e[1];return e[0]}throw t.then(n=>qa.set(t,[n]),n=>qa.set(t,[void 0,n])),t},L4=(t,e)=>{var c;const n=mi.at(-1);if(!n)return t();const[,r]=n,i=(c=r[Ae][1])[Va]||(c[Va]=[]),o=r[Ae][0]++,a=i[o];return o1(a==null?void 0:a[1],e)&&(i[o]=[t(),e]),i[o][0]},U4=Dm({pending:!1,data:null,method:null,action:null}),u0=new Set,M4=t=>{u0.add(t),t.finally(()=>u0.delete(t))},ou=(t,e)=>L4(()=>n=>{let r;t&&(typeof t=="function"?r=t(n)||(()=>{t(null)}):t&&"current"in t&&(t.current=n,r=()=>{t.current=null}));const i=e(n);return()=>{i==null||i(),r==null||r()}},[t]),Jn=Object.create(null),Ji=Object.create(null),Fi=(t,e,n,r,i)=>{if(e!=null&&e.itemProp)return{tag:t,props:e,type:t,ref:e.ref};const o=document.head;let{onLoad:a,onError:c,precedence:l,blocking:d,...u}=e,f=null,m=!1;const v=oo[t];let h;if(v.length>0){const I=o.querySelectorAll(t);e:for(const z of I)for(const L of oo[t])if(z.getAttribute(L)===e[L]){f=z;break e}if(!f){const z=v.reduce((L,Y)=>e[Y]===void 0?L:`${L}-${Y}-${e[Y]}`,t);m=!Ji[z],f=Ji[z]||(Ji[z]=(()=>{const L=document.createElement(t);for(const Y of v)e[Y]!==void 0&&L.setAttribute(Y,e[Y]),e.rel&&L.setAttribute("rel",e.rel);return L})())}}else h=o.querySelectorAll(t);l=r?l??"":void 0,r&&(u[so]=l);const _=iu(I=>{if(v.length>0){let z=!1;for(const L of o.querySelectorAll(t)){if(z&&L.getAttribute(so)!==l){o.insertBefore(I,L);return}L.getAttribute(so)===l&&(z=!0)}o.appendChild(I)}else if(h){let z=!1;for(const L of h)if(L===I){z=!0;break}z||o.insertBefore(I,o.contains(h[0])?h[0]:o.querySelector(t)),h=void 0}},[l]),w=ou(e.ref,I=>{var Y;const z=v[0];if(n===2&&(I.innerHTML=""),(m||h)&&_(I),!c&&!a)return;let L=Jn[Y=I.getAttribute(z)]||(Jn[Y]=new Promise((se,ae)=>{I.addEventListener("load",se),I.addEventListener("error",ae)}));a&&(L=L.then(a)),c&&(L=L.catch(c)),L.catch(()=>{})});if(i&&d==="render"){const I=oo[t][0];if(e[I]){const z=e[I],L=Jn[z]||(Jn[z]=new Promise((Y,se)=>{_(f),f.addEventListener("load",Y),f.addEventListener("error",se)}));B4(L)}}const k={tag:t,type:t,props:{...u,ref:w},ref:w};return k.p=n,f&&(k.e=f),P4(k,o)},F4=t=>{const e=N4(),n=e&&jr(e);return n!=null&&n.endsWith("svg")?{tag:"title",props:t,type:"title",ref:t.ref}:Fi("title",t,void 0,!1,!1)},D4=t=>!t||["src","async"].some(e=>!t[e])?{tag:"script",props:t,type:"script",ref:t.ref}:Fi("script",t,1,!1,!0),V4=t=>!t||!["href","precedence"].every(e=>e in t)?{tag:"style",props:t,type:"style",ref:t.ref}:(t["data-href"]=t.href,delete t.href,Fi("style",t,2,!0,!0)),q4=t=>!t||["onLoad","onError"].some(e=>e in t)||t.rel==="stylesheet"&&(!("precedence"in t)||"disabled"in t)?{tag:"link",props:t,type:"link",ref:t.ref}:Fi("link",t,1,"precedence"in t,!0),H4=t=>Fi("meta",t,void 0,!1,!1),s1=Symbol(),K4=t=>{const{action:e,...n}=t;typeof e!="function"&&(n.action=e);const[r,i]=R4([null,!1]),o=iu(async d=>{const u=d.isTrusted?e:d.detail[s1];if(typeof u!="function")return;d.preventDefault();const f=new FormData(d.target);i([f,!0]);const m=u(f);m instanceof Promise&&(M4(m),await m),i([null,!0])},[]),a=ou(t.ref,d=>(d.addEventListener("submit",o),()=>{d.removeEventListener("submit",o)})),[c,l]=r;return r[1]=!1,{tag:U4,props:{value:{pending:c!==null,data:c,method:c?"post":null,action:c?e:null},children:{tag:"form",props:{...n,ref:a},type:"form",ref:a}},f:l}},a1=(t,{formAction:e,...n})=>{if(typeof e=="function"){const r=iu(i=>{i.preventDefault(),i.currentTarget.form.dispatchEvent(new CustomEvent("submit",{detail:{[s1]:e}}))},[]);n.ref=ou(n.ref,i=>(i.addEventListener("click",r),()=>{i.removeEventListener("click",r)}))}return{tag:t,props:n,type:t,ref:n.ref}},G4=t=>a1("input",t),W4=t=>a1("button",t);Object.assign(Sl,{title:F4,script:D4,style:V4,link:q4,meta:H4,form:K4,input:G4,button:W4});new TextEncoder;const ma=t=>{const{i18nKey:e,values:n,components:r}=t,i=T.t(e,n),o=/<(\d+)>(.*?)<\/\d+>/g,a=[];let c=0,l;for(;(l=o.exec(i))!==null;){const[,d,u]=l,f=i.substring(c,l.index);f&&a.push(f);const m=parseInt(d,10);a.push(g4(r[m],{},u)),c=o.lastIndex}return c<i.length&&a.push(i.substring(c)),y(Gm,{children:a})},p0=6,Il=({error:t,vendorSettings:e,email:n,state:r,client:i,hasPasswordLogin:o})=>{const a=new URLSearchParams({state:r}),l=i.connections.map(({name:d})=>d).includes("auth2");return y(Fe,{title:T.t("verify_your_email"),vendorSettings:e,children:[y("div",{className:"mb-4 text-2xl font-medium",children:T.t("verify_your_email")}),y("div",{className:"mb-8 text-gray-300",children:y(ma,{i18nKey:"code_sent_template",components:[y("span",{className:"text-black dark:text-white"},"span")],values:{username:n}})}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Zt,{className:"pt-2",children:[y("input",{autoFocus:!0,type:"text",pattern:"[0-9]*",maxLength:p0,inputMode:"numeric",name:"code",placeholder:"******",className:dn("mb-2 w-full rounded-lg border bg-gray-100 px-4 pb-2 pt-2.5 text-center indent-[5px] font-mono text-3xl placeholder:text-gray-300 dark:bg-gray-600 md:text-3xl",{"border-red":t,"border-gray-100 dark:border-gray-500":!t}),minLength:p0,required:!0,id:"code-input"}),t&&y(qn,{children:t}),y(Ze,{className:"sm:mt-4 !text-base",children:[y("span",{children:T.t("login")}),y(Je,{className:"text-xs",name:"arrow-right"})]}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]}),l&&y("div",{className:"text-center mb-12",children:[y("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[y("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),y("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:T.t("or")})]}),y(Ze,{Component:"a",href:`/u/${o?"enter-password":"pre-signup"}?${a.toString()}`,variant:"secondary",className:"block",children:T.t("enter_your_password_btn")})]})]}),y(wt,{state:r})]})]})},J4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r,client:i}=await Ne(t,e);if(!r.authParams.username)throw new N(400,{message:"Username not found in state"});const o=await So({userAdapter:t.env.data.users,tenant_id:i.tenant.id,username:r.authParams.username,provider:"auth2"});return t.html(y(Il,{vendorSettings:n,email:r.authParams.username,state:e,client:i,hasPasswordLogin:!!o}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({code:s.z.string()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{code:n}=t.req.valid("form"),{loginSession:r,client:i,vendorSettings:o}=await Ne(t,e);if(t.set("client_id",i.id),!r.authParams.username)throw new N(400,{message:"Username not found in state"});try{return await Om(t,{client_id:i.id,authParams:r.authParams,username:r.authParams.username,otp:n})}catch(a){const c=a,l=await So({userAdapter:t.env.data.users,tenant_id:i.tenant.id,username:r.authParams.username,provider:"auth2"});return t.html(y(Il,{vendorSettings:o,email:r.authParams.username,state:e,client:i,error:c.message,hasPasswordLogin:!!l}),400)}}),c1=t=>{const{vendorSettings:e,state:n}=t;return y(Fe,{title:T.t("unverified_email"),vendorSettings:e,children:[y("div",{className:"flex flex-1 flex-col justify-center",children:[y("p",{className:"mb-8 text-gray-300 text-lg",children:T.t("unverified_email")}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]}),y(wt,{state:n})]}),y(wt,{state:n})]})},X4=({width:t=22,height:e=17})=>y("svg",{width:t,height:e,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",children:y("path",{fill:"currentColor",d:"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32M144 256a144 144 0 1 1 288 0 144 144 0 1 1-288 0m144-64c0 35.3-28.7 64-64 64-7.1 0-13.9-1.2-20.3-3.3-5.5-1.8-11.9 1.6-11.7 7.4.3 6.9 1.3 13.8 3.2 20.7 13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3"})}),Z4=({width:t=23,height:e=18})=>y("svg",{width:t,height:e,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 512",children:y("path",{fill:"currentColor",d:"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-105.2-82.4c39.6-40.6 66.4-86.1 79.9-118.4 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8zm184.3 144.4c25.5-23.3 59.6-37.5 96.9-37.5 79.5 0 144 64.5 144 144 0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3 0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1-79.5 0-144-64.5-144-144 0-6.9.5-13.6 1.4-20.2l-94.3-74.3c-22.8 29.7-39.1 59.3-48.6 82.2-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47 43.8 111.7 80.6 192.5 80.6 47.8 0 89.9-12.9 126.2-32.5z"})}),Nl=({name:t,placeholder:e=T.t("password")})=>y("div",{className:"password-input relative mb-2",children:[y("input",{type:"password",name:t,placeholder:e,className:"w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",required:!0}),y("button",{type:"button","aria-label":T.t("show_password"),title:T.t("show_password"),className:"show-password-toggle-show absolute right-0 top-0 w-10 h-full rounded-r-lg text-gray-400 column hover:bg-black/5",children:y(X4,{})}),y("button",{type:"button","aria-label":T.t("hide_password"),title:T.t("hide_password"),className:"show-password-toggle-hide !hidden absolute right-0 top-0 w-10 h-full rounded-r-lg text-gray-400 column hover:bg-black/5",children:y(Z4,{})})]});var f0=Object.freeze,Y4=Object.defineProperty,Q4=(t,e)=>f0(Y4(t,"raw",{value:f0(t.slice())})),h0;const po=t=>{const{error:e,vendorSettings:n,email:r,state:i}=t,o=new URLSearchParams({state:i});return y(Fe,{title:T.t("enter_password"),vendorSettings:n,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("enter_password")}),y("div",{className:"mb-6 text-gray-300",children:T.t("enter_password_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Zt,{className:"mb-7",children:[y("input",{type:"text",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",value:r}),y(Nl,{name:"password"}),e&&y(qn,{children:e}),y(Ze,{className:"sm:mt-4 !text-base",children:[y("span",{children:T.t("login")}),y(Je,{className:"text-xs",name:"arrow-right"})]})]}),y("a",{href:`/u/forgot-password?${o.toString()}`,className:"text-primary hover:underline mb-4",children:T.t("forgot_password_link")}),y("div",{className:"text-center mb-12",children:[y("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[y("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),y("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:T.t("or")})]}),y("form",{method:"post",action:`/u/login/identifier?${o.toString()}`,children:[y("input",{type:"hidden",name:"login_selection",value:"code"}),y("input",{type:"hidden",name:"username",value:r}),y(Ze,{variant:"secondary",className:"block",children:T.t("enter_a_code_btn")})]})]}),y(wt,{state:i})]}),Um(h0||(h0=Q4([`
224
+ 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`})]}),lo=({error:t,vendorSettings:e,loginSession:n,email:r,client:i})=>{const o=i.connections.map(({strategy:z})=>z),a=o.includes("email")||o.includes("Username-Password-Authentication"),c=o.includes("sms"),d=o.includes("facebook"),l=o.includes("google-oauth2"),u=o.includes("apple"),f=o.includes("vipps"),m=d||l||u||f,w=a||c;let h="text",_="username";const v=a&&c?"email_or_phone_placeholder":a?"email_placeholder":"phone_placeholder";let k=T.t(v,a&&c?"Email or Phone Number":a?"Email Address":"Phone Number");return y(Fe,{title:T.t("welcome"),vendorSettings:e,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("welcome")}),y("div",{className:"mb-8 text-gray-300",children:T.t("login_description_template",{authMethod:T.t(v,{defaultValue:a&&c?"email or phone number":a?"email address":"phone number"}).toLocaleLowerCase(),defaultValue:"Sign in with your {{authMethod}}"})}),y("div",{className:"flex flex-1 flex-col justify-center",children:[w&&y(Qt,{className:"mb-7",children:[y("input",{type:h,name:_,placeholder:k,className:un("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:r||""}),t&&y(Hn,{children:t}),y(Xe,{className:"sm:mt-4 !text-base",children:[y("span",{children:T.t("continue")}),y(Je,{className:"text-xs",name:"arrow-right"})]})]}),w&&m&&y("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[y("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),y("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:T.t("continue_social_login")})]}),y("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:[d&&y(Fr,{connection:"facebook",text:T.t("continue_with",{provider:"Facebook"}),canResize:!0,icon:y(Je,{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"}),loginSession:n}),l&&y(Fr,{connection:"google-oauth2",text:T.t("continue_with",{provider:"Google"}),canResize:!0,icon:y(Km,{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"}),loginSession:n}),u&&y(Fr,{connection:"apple",text:T.t("continue_with",{provider:"Apple"}),canResize:!0,icon:y(Je,{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"}),loginSession:n}),f&&y(Fr,{connection:"vipps",text:T.t("continue_with",{provider:"Vipps"}),canResize:!0,icon:y(Gm,{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"}),loginSession:n})]})]})]})},v4=["Auth0.swift"];function b4(t){if(!t)return"code";const e=atob(t),n=JSON.parse(e);return v4.includes(n.name)?"code":"link"}const $4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),impersonation:s.z.string().optional()})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r,client:i}=await Ne(t,e);return t.html(y(lo,{vendorSettings:n,loginSession:r,client:i,email:r.authParams.username}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({username:s.z.string().transform(t=>t.toLowerCase()),login_selection:s.z.enum(["code","password"]).optional()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),r=t.req.valid("form");t.set("body",r),t.set("username",r.username);const{client:i,loginSession:o,vendorSettings:a}=await Ne(t,n);t.set("client_id",i.id);const{countryCode:c}=Ot(t.req),{normalized:d}=hi(r.username,c);if(!d)return t.html(y(lo,{vendorSettings:a,loginSession:o,error:T.t("invalid_identifier"),email:r.username,client:i}),400);const l=await ks({userAdapter:e.data.users,tenant_id:i.tenant.id,email:d});if(l&&t.set("user_id",l.user_id),!l)try{await l2(t,i,t.env.data,d)}catch{const _=we(t,{type:ge.FAILED_SIGNUP,description:"Public signup is disabled"});return await t.env.data.logs.create(i.tenant.id,_),t.html(y(lo,{vendorSettings:a,loginSession:o,error:T.t("user_account_does_not_exist"),email:r.username,client:i}),400)}if(o.authParams.username=d,await e.data.loginSessions.update(i.tenant.id,o.id,o),await p4(t,i,r.username,r.login_selection))return t.redirect(`/u/enter-password?state=${n}`);let u=Mn(),f=await e.data.codes.get(i.tenant.id,u,"otp");for(;f;)u=Mn(),f=await e.data.codes.get(i.tenant.id,u,"otp");const m=await t.env.data.codes.create(i.tenant.id,{code_id:u,code_type:"otp",login_id:o.id,expires_at:new Date(Date.now()+Ya).toISOString()}),w=b4(o.auth0Client),{connection:h}=hi(d);return h==="email"&&w==="link"&&!d.includes("online.no")?await Zl(t,{to:d,code:m.code_id,authParams:o.authParams}):await Cm(t,{to:d,code:m.code_id}),t.redirect(`/u/enter-code?state=${n}`)}),vt=t=>y("a",{className:"block text-primary hover:text-primaryHover text-center",href:`/u/login/identifier?state=${t.state}`,children:T.t("go_back")});var mi="_hp",x4={Change:"Input",DoubleClick:"DblClick"},k4={svg:"2000/svg",math:"1998/Math/MathML"},_i=[],Id=new WeakMap,br=void 0,S4=()=>br,Bt=t=>"t"in t,Va={onClick:["click",!1]},r0=t=>{if(!t.startsWith("on"))return;if(Va[t])return Va[t];const e=t.match(/^on([A-Z][a-zA-Z]+?(?:PointerCapture)?)(Capture)?$/);if(e){const[,n,r]=e;return Va[t]=[(x4[n]||n).toLowerCase(),!!r]}},i0=(t,e)=>br&&t instanceof SVGElement&&/[A-Z]/.test(e)&&(e in t.style||e.match(/^(?:o|pai|str|u|ve)/))?e.replace(/([A-Z])/g,"-$1").toLowerCase():e,A4=(t,e,n)=>{var r;e||(e={});for(let i in e){const o=e[i];if(i!=="children"&&(!n||n[i]!==o)){i=fs(i);const a=r0(i);if(a){if((n==null?void 0:n[i])!==o&&(n&&t.removeEventListener(a[0],n[i],a[1]),o!=null)){if(typeof o!="function")throw new Error(`Event handler for "${i}" is not a function`);t.addEventListener(a[0],o,a[1])}}else if(i==="dangerouslySetInnerHTML"&&o)t.innerHTML=o.__html;else if(i==="ref"){let c;typeof o=="function"?c=o(t)||(()=>o(null)):o&&"current"in o&&(o.current=t,c=()=>o.current=null),Id.set(t,c)}else if(i==="style"){const c=t.style;typeof o=="string"?c.cssText=o:(c.cssText="",o!=null&&Um(o,c.setProperty.bind(c)))}else{if(i==="value"){const d=t.nodeName;if(d==="INPUT"||d==="TEXTAREA"||d==="SELECT"){if(t.value=o==null||o===!1?null:o,d==="TEXTAREA"){t.textContent=o;continue}else if(d==="SELECT"){t.selectedIndex===-1&&(t.selectedIndex=0);continue}}}else(i==="checked"&&t.nodeName==="INPUT"||i==="selected"&&t.nodeName==="OPTION")&&(t[i]=o);const c=i0(t,i);o==null||o===!1?t.removeAttribute(c):o===!0?t.setAttribute(c,""):typeof o=="string"||typeof o=="number"?t.setAttribute(c,o):t.setAttribute(c,o.toString())}}}if(n)for(let i in n){const o=n[i];if(i!=="children"&&!(i in e)){i=fs(i);const a=r0(i);a?t.removeEventListener(a[0],o,a[1]):i==="ref"?(r=Id.get(t))==null||r():t.removeAttribute(i0(t,i))}}},E4=(t,e)=>{e[Ae][0]=0,_i.push([t,e]);const n=e.tag[Ql]||e.tag,r=n.defaultProps?{...n.defaultProps,...e.props}:e.props;try{return[n.call(null,r)]}finally{_i.pop()}},Wm=(t,e,n,r,i)=>{var o,a;(o=t.vR)!=null&&o.length&&(r.push(...t.vR),delete t.vR),typeof t.tag=="function"&&((a=t[Ae][1][Ym])==null||a.forEach(c=>i.push(c))),t.vC.forEach(c=>{var d;if(Bt(c))n.push(c);else if(typeof c.tag=="function"||c.tag===""){c.c=e;const l=n.length;if(Wm(c,e,n,r,i),c.s){for(let u=l;u<n.length;u++)n[u].s=!0;c.s=!1}}else n.push(c),(d=c.vR)!=null&&d.length&&(r.push(...c.vR),delete c.vR)})},I4=t=>{for(;;t=t.tag===mi||!t.vC||!t.pP?t.nN:t.vC[0]){if(!t)return null;if(t.tag!==mi&&t.e)return t.e}},Jm=t=>{var e,n,r,i,o,a;Bt(t)||((n=(e=t[Ae])==null?void 0:e[1][Ym])==null||n.forEach(c=>{var d;return(d=c[2])==null?void 0:d.call(c)}),(r=Id.get(t.e))==null||r(),t.p===2&&((i=t.vC)==null||i.forEach(c=>c.p=2)),(o=t.vC)==null||o.forEach(Jm)),t.p||((a=t.e)==null||a.remove(),delete t.e),typeof t.tag=="function"&&(Vr.delete(t),uo.delete(t),delete t[Ae][3],t.a=!0)},Zm=(t,e,n)=>{t.c=e,Xm(t,e,n)},o0=(t,e)=>{if(e){for(let n=0,r=t.length;n<r;n++)if(t[n]===e)return n}},s0=Symbol(),Xm=(t,e,n)=>{var l;const r=[],i=[],o=[];Wm(t,e,r,i,o),i.forEach(Jm);const a=n?void 0:e.childNodes;let c,d=null;if(n)c=-1;else if(!a.length)c=0;else{const u=o0(a,I4(t.nN));u!==void 0?(d=a[u],c=u):c=o0(a,(l=r.find(f=>f.tag!==mi&&f.e))==null?void 0:l.e)??-1,c===-1&&(n=!0)}for(let u=0,f=r.length;u<f;u++,c++){const m=r[u];let w;if(m.s&&m.e)w=m.e,m.s=!1;else{const h=n||!m.e;Bt(m)?(m.e&&m.d&&(m.e.textContent=m.t),m.d=!1,w=m.e||(m.e=document.createTextNode(m.t))):(w=m.e||(m.e=m.n?document.createElementNS(m.n,m.tag):document.createElement(m.tag)),A4(w,m.props,m.pP),Xm(m,w,h))}m.tag===mi?c--:n?w.parentNode||e.appendChild(w):a[c]!==w&&a[c-1]!==w&&(a[c+1]===w?e.appendChild(a[c]):e.insertBefore(w,d||a[c]||null))}if(t.pP&&delete t.pP,o.length){const u=[],f=[];o.forEach(([,m,,w,h])=>{m&&u.push(m),w&&f.push(w),h==null||h()}),u.forEach(m=>m()),f.length&&requestAnimationFrame(()=>{f.forEach(m=>m())})}},uo=new WeakMap,Nd=(t,e,n)=>{var o,a,c,d,l,u;const r=!n&&e.pC;n&&(e.pC||(e.pC=e.vC));let i;try{n||(n=typeof e.tag=="function"?E4(t,e):Ui(e.props.children)),((o=n[0])==null?void 0:o.tag)===""&&n[0][Ad]&&(i=n[0][Ad],t[5].push([t,i,e]));const f=r?[...e.pC]:e.vC?[...e.vC]:void 0,m=[];let w;for(let h=0;h<n.length;h++){Array.isArray(n[h])&&n.splice(h,1,...n[h].flat());let _=N4(n[h]);if(_){typeof _.tag=="function"&&!_.tag[Pm]&&(vr.length>0&&(_[Ae][2]=vr.map(k=>[k,k.values.at(-1)])),(a=t[5])!=null&&a.length&&(_[Ae][3]=t[5].at(-1)));let v;if(f&&f.length){const k=f.findIndex(Bt(_)?N=>Bt(N):_.key!==void 0?N=>N.key===_.key&&N.tag===_.tag:N=>N.tag===_.tag);k!==-1&&(v=f[k],f.splice(k,1))}if(v)if(Bt(_))v.t!==_.t&&(v.t=_.t,v.d=!0),_=v;else{const k=v.pP=v.props;v.props=_.props,v.f||(v.f=_.f||e.f),typeof _.tag=="function"&&(v[Ae][2]=_[Ae][2]||[],v[Ae][3]=_[Ae][3],!v.f&&((v.o||v)===_.o||(d=(c=v.tag)[Z$])!=null&&d.call(c,k,v.props))&&(v.s=!0)),_=v}else if(!Bt(_)&&br){const k=Pr(br);k&&(_.n=k)}if(!Bt(_)&&!_.s&&(Nd(t,_),delete _.f),m.push(_),w&&!w.s&&!_.s)for(let k=w;k&&!Bt(k);k=(l=k.vC)==null?void 0:l.at(-1))k.nN=_;w=_}}e.vR=r?[...e.vC,...f||[]]:f||[],e.vC=m,r&&delete e.pC}catch(f){if(e.f=!0,f===s0){if(i)return;throw f}const[m,w,h]=((u=e[Ae])==null?void 0:u[3])||[];if(w){const _=()=>po([0,!1,t[2]],h),v=uo.get(h)||[];v.push(_),uo.set(h,v);const k=w(f,()=>{const N=uo.get(h);if(N){const z=N.indexOf(_);if(z!==-1)return N.splice(z,1),_()}});if(k){if(t[0]===1)t[1]=!0;else if(Nd(t,h,[k]),(w.length===1||t!==m)&&h.c){Zm(h,h.c,!1);return}throw s0}}throw f}finally{i&&t[5].pop()}},N4=t=>{if(!(t==null||typeof t=="boolean")){if(typeof t=="string"||typeof t=="number")return{t:t.toString(),d:!0};if("vR"in t&&(t={tag:t.tag,props:t.props,key:t.key,f:t.f,type:t.tag,ref:t.props.ref,o:t.o||t}),typeof t.tag=="function")t[Ae]=[0,[]];else{const e=k4[t.tag];e&&(br||(br=Rm("")),t.props.children=[{tag:br,props:{value:t.n=`http://www.w3.org/${e}`,children:t.props.children}}])}return t}},a0=(t,e)=>{var n,r;(n=e[Ae][2])==null||n.forEach(([i,o])=>{i.values.push(o)});try{Nd(t,e,void 0)}catch{return}if(e.a){delete e.a;return}(r=e[Ae][2])==null||r.forEach(([i])=>{i.values.pop()}),(t[0]!==1||!t[1])&&Zm(e,e.c,!1)},Vr=new WeakMap,c0=[],po=async(t,e)=>{t[5]||(t[5]=[]);const n=Vr.get(e);n&&n[0](void 0);let r;const i=new Promise(o=>r=o);if(Vr.set(e,[r,()=>{t[2]?t[2](t,e,o=>{a0(o,e)}).then(()=>r(e)):(a0(t,e),r(e))}]),c0.length)c0.at(-1).add(e);else{await Promise.resolve();const o=Vr.get(e);o&&(Vr.delete(e),o[1]())}return i},C4=(t,e,n)=>({tag:mi,props:{children:t},key:n,e,p:1}),Da=0,Ym=1,qa=2,Ha=3,Ka=new WeakMap,Qm=(t,e)=>!t||!e||t.length!==e.length||e.some((n,r)=>n!==t[r]),z4=void 0,d0=[],O4=t=>{var a;const e=()=>typeof t=="function"?t():t,n=_i.at(-1);if(!n)return[e(),()=>{}];const[,r]=n,i=(a=r[Ae][1])[Da]||(a[Da]=[]),o=r[Ae][0]++;return i[o]||(i[o]=[e(),c=>{const d=z4,l=i[o];if(typeof c=="function"&&(c=c(l[0])),!Object.is(c,l[0]))if(l[0]=c,d0.length){const[u,f]=d0.at(-1);Promise.all([u===3?r:po([u,!1,d],r),f]).then(([m])=>{if(!m||!(u===2||u===3))return;const w=m.vC;requestAnimationFrame(()=>{setTimeout(()=>{w===m.vC&&po([u===3?1:0,!1,d],m)})})})}else po([0,!1,d],r)}])},ru=(t,e)=>{var c;const n=_i.at(-1);if(!n)return t;const[,r]=n,i=(c=r[Ae][1])[qa]||(c[qa]=[]),o=r[Ae][0]++,a=i[o];return Qm(a==null?void 0:a[1],e)?i[o]=[t,e]:t=i[o][0],t},j4=t=>{const e=Ka.get(t);if(e){if(e.length===2)throw e[1];return e[0]}throw t.then(n=>Ka.set(t,[n]),n=>Ka.set(t,[void 0,n])),t},P4=(t,e)=>{var c;const n=_i.at(-1);if(!n)return t();const[,r]=n,i=(c=r[Ae][1])[Ha]||(c[Ha]=[]),o=r[Ae][0]++,a=i[o];return Qm(a==null?void 0:a[1],e)&&(i[o]=[t(),e]),i[o][0]},T4=Rm({pending:!1,data:null,method:null,action:null}),l0=new Set,R4=t=>{l0.add(t),t.finally(()=>l0.delete(t))},iu=(t,e)=>P4(()=>n=>{let r;t&&(typeof t=="function"?r=t(n)||(()=>{t(null)}):t&&"current"in t&&(t.current=n,r=()=>{t.current=null}));const i=e(n);return()=>{i==null||i(),r==null||r()}},[t]),Zn=Object.create(null),Zi=Object.create(null),Vi=(t,e,n,r,i)=>{if(e!=null&&e.itemProp)return{tag:t,props:e,type:t,ref:e.ref};const o=document.head;let{onLoad:a,onError:c,precedence:d,blocking:l,...u}=e,f=null,m=!1;const w=so[t];let h;if(w.length>0){const N=o.querySelectorAll(t);e:for(const z of N)for(const L of so[t])if(z.getAttribute(L)===e[L]){f=z;break e}if(!f){const z=w.reduce((L,Y)=>e[Y]===void 0?L:`${L}-${Y}-${e[Y]}`,t);m=!Zi[z],f=Zi[z]||(Zi[z]=(()=>{const L=document.createElement(t);for(const Y of w)e[Y]!==void 0&&L.setAttribute(Y,e[Y]),e.rel&&L.setAttribute("rel",e.rel);return L})())}}else h=o.querySelectorAll(t);d=r?d??"":void 0,r&&(u[ao]=d);const _=ru(N=>{if(w.length>0){let z=!1;for(const L of o.querySelectorAll(t)){if(z&&L.getAttribute(ao)!==d){o.insertBefore(N,L);return}L.getAttribute(ao)===d&&(z=!0)}o.appendChild(N)}else if(h){let z=!1;for(const L of h)if(L===N){z=!0;break}z||o.insertBefore(N,o.contains(h[0])?h[0]:o.querySelector(t)),h=void 0}},[d]),v=iu(e.ref,N=>{var Y;const z=w[0];if(n===2&&(N.innerHTML=""),(m||h)&&_(N),!c&&!a)return;let L=Zn[Y=N.getAttribute(z)]||(Zn[Y]=new Promise((se,ae)=>{N.addEventListener("load",se),N.addEventListener("error",ae)}));a&&(L=L.then(a)),c&&(L=L.catch(c)),L.catch(()=>{})});if(i&&l==="render"){const N=so[t][0];if(e[N]){const z=e[N],L=Zn[z]||(Zn[z]=new Promise((Y,se)=>{_(f),f.addEventListener("load",Y),f.addEventListener("error",se)}));j4(L)}}const k={tag:t,type:t,props:{...u,ref:v},ref:v};return k.p=n,f&&(k.e=f),C4(k,o)},B4=t=>{const e=S4(),n=e&&Pr(e);return n!=null&&n.endsWith("svg")?{tag:"title",props:t,type:"title",ref:t.ref}:Vi("title",t,void 0,!1,!1)},L4=t=>!t||["src","async"].some(e=>!t[e])?{tag:"script",props:t,type:"script",ref:t.ref}:Vi("script",t,1,!1,!0),U4=t=>!t||!["href","precedence"].every(e=>e in t)?{tag:"style",props:t,type:"style",ref:t.ref}:(t["data-href"]=t.href,delete t.href,Vi("style",t,2,!0,!0)),M4=t=>!t||["onLoad","onError"].some(e=>e in t)||t.rel==="stylesheet"&&(!("precedence"in t)||"disabled"in t)?{tag:"link",props:t,type:"link",ref:t.ref}:Vi("link",t,1,"precedence"in t,!0),F4=t=>Vi("meta",t,void 0,!1,!1),e1=Symbol(),V4=t=>{const{action:e,...n}=t;typeof e!="function"&&(n.action=e);const[r,i]=O4([null,!1]),o=ru(async l=>{const u=l.isTrusted?e:l.detail[e1];if(typeof u!="function")return;l.preventDefault();const f=new FormData(l.target);i([f,!0]);const m=u(f);m instanceof Promise&&(R4(m),await m),i([null,!0])},[]),a=iu(t.ref,l=>(l.addEventListener("submit",o),()=>{l.removeEventListener("submit",o)})),[c,d]=r;return r[1]=!1,{tag:T4,props:{value:{pending:c!==null,data:c,method:c?"post":null,action:c?e:null},children:{tag:"form",props:{...n,ref:a},type:"form",ref:a}},f:d}},t1=(t,{formAction:e,...n})=>{if(typeof e=="function"){const r=ru(i=>{i.preventDefault(),i.currentTarget.form.dispatchEvent(new CustomEvent("submit",{detail:{[e1]:e}}))},[]);n.ref=iu(n.ref,i=>(i.addEventListener("click",r),()=>{i.removeEventListener("click",r)}))}return{tag:t,props:n,type:t,ref:n.ref}},D4=t=>t1("input",t),q4=t=>t1("button",t);Object.assign(Ed,{title:B4,script:L4,style:U4,link:M4,meta:F4,form:V4,input:D4,button:q4});new TextEncoder;const ya=t=>{const{i18nKey:e,values:n,components:r}=t,i=T.t(e,n),o=/<(\d+)>(.*?)<\/\d+>/g,a=[];let c=0,d;for(;(d=o.exec(i))!==null;){const[,l,u]=d,f=i.substring(c,d.index);f&&a.push(f);const m=parseInt(l,10);a.push(u4(r[m],{},u)),c=o.lastIndex}return c<i.length&&a.push(i.substring(c)),y(Fm,{children:a})},u0=6,Cd=({error:t,vendorSettings:e,email:n,state:r,client:i,hasPasswordLogin:o})=>{const a=new URLSearchParams({state:r}),d=i.connections.map(({name:l})=>l).includes("auth2");return y(Fe,{title:T.t("verify_your_email"),vendorSettings:e,children:[y("div",{className:"mb-4 text-2xl font-medium",children:T.t("verify_your_email")}),y("div",{className:"mb-8 text-gray-300",children:y(ya,{i18nKey:"code_sent_template",components:[y("span",{className:"text-black dark:text-white"},"span")],values:{username:n}})}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Qt,{className:"pt-2",children:[y("input",{autoFocus:!0,type:"text",pattern:"[0-9]*",maxLength:u0,inputMode:"numeric",name:"code",placeholder:"******",className:un("mb-2 w-full rounded-lg border bg-gray-100 px-4 pb-2 pt-2.5 text-center indent-[5px] font-mono text-3xl placeholder:text-gray-300 dark:bg-gray-600 md:text-3xl",{"border-red":t,"border-gray-100 dark:border-gray-500":!t}),minLength:u0,required:!0,id:"code-input"}),t&&y(Hn,{children:t}),y(Xe,{className:"sm:mt-4 !text-base",children:[y("span",{children:T.t("login")}),y(Je,{className:"text-xs",name:"arrow-right"})]}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]}),d&&y("div",{className:"text-center mb-12",children:[y("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[y("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),y("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:T.t("or")})]}),y(Xe,{Component:"a",href:`/u/${o?"enter-password":"pre-signup"}?${a.toString()}`,variant:"secondary",className:"block",children:T.t("enter_your_password_btn")})]})]}),y(vt,{state:r})]})]})},H4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r,client:i}=await Ne(t,e);if(!r.authParams.username)throw new E(400,{message:"Username not found in state"});const o=await Eo({userAdapter:t.env.data.users,tenant_id:i.tenant.id,username:r.authParams.username,provider:"auth2"});return t.html(y(Cd,{vendorSettings:n,email:r.authParams.username,state:e,client:i,hasPasswordLogin:!!o}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({code:s.z.string()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{code:n}=t.req.valid("form"),{loginSession:r,client:i,vendorSettings:o}=await Ne(t,e);if(t.set("client_id",i.id),!r.authParams.username)throw new E(400,{message:"Username not found in state"});try{return await Am(t,{client_id:i.id,authParams:r.authParams,username:r.authParams.username,otp:n})}catch(a){const c=a,d=await Eo({userAdapter:t.env.data.users,tenant_id:i.tenant.id,username:r.authParams.username,provider:"auth2"});return t.html(y(Cd,{vendorSettings:o,email:r.authParams.username,state:e,client:i,error:c.message,hasPasswordLogin:!!d}),400)}}),n1=t=>{const{vendorSettings:e,state:n}=t;return y(Fe,{title:T.t("unverified_email"),vendorSettings:e,children:[y("div",{className:"flex flex-1 flex-col justify-center",children:[y("p",{className:"mb-8 text-gray-300 text-lg",children:T.t("unverified_email")}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]}),y(vt,{state:n})]}),y(vt,{state:n})]})},K4=({width:t=22,height:e=17})=>y("svg",{width:t,height:e,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",children:y("path",{fill:"currentColor",d:"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32M144 256a144 144 0 1 1 288 0 144 144 0 1 1-288 0m144-64c0 35.3-28.7 64-64 64-7.1 0-13.9-1.2-20.3-3.3-5.5-1.8-11.9 1.6-11.7 7.4.3 6.9 1.3 13.8 3.2 20.7 13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3"})}),G4=({width:t=23,height:e=18})=>y("svg",{width:t,height:e,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 640 512",children:y("path",{fill:"currentColor",d:"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2s-6.3 25.5 4.1 33.7l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-105.2-82.4c39.6-40.6 66.4-86.1 79.9-118.4 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8zm184.3 144.4c25.5-23.3 59.6-37.5 96.9-37.5 79.5 0 144 64.5 144 144 0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.4 11.7 2.1 6.4 3.3 13.2 3.3 20.3 0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1-79.5 0-144-64.5-144-144 0-6.9.5-13.6 1.4-20.2l-94.3-74.3c-22.8 29.7-39.1 59.3-48.6 82.2-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47 43.8 111.7 80.6 192.5 80.6 47.8 0 89.9-12.9 126.2-32.5z"})}),zd=({name:t,placeholder:e=T.t("password")})=>y("div",{className:"password-input relative mb-2",children:[y("input",{type:"password",name:t,placeholder:e,className:"w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",required:!0}),y("button",{type:"button","aria-label":T.t("show_password"),title:T.t("show_password"),className:"show-password-toggle-show absolute right-0 top-0 w-10 h-full rounded-r-lg text-gray-400 column hover:bg-black/5",children:y(K4,{})}),y("button",{type:"button","aria-label":T.t("hide_password"),title:T.t("hide_password"),className:"show-password-toggle-hide !hidden absolute right-0 top-0 w-10 h-full rounded-r-lg text-gray-400 column hover:bg-black/5",children:y(G4,{})})]});var p0=Object.freeze,W4=Object.defineProperty,J4=(t,e)=>p0(W4(t,"raw",{value:p0(t.slice())})),f0;const fo=t=>{const{error:e,vendorSettings:n,email:r,state:i}=t,o=new URLSearchParams({state:i});return y(Fe,{title:T.t("enter_password"),vendorSettings:n,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("enter_password")}),y("div",{className:"mb-6 text-gray-300",children:T.t("enter_password_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Qt,{className:"mb-7",children:[y("input",{type:"text",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",value:r}),y(zd,{name:"password"}),e&&y(Hn,{children:e}),y(Xe,{className:"sm:mt-4 !text-base",children:[y("span",{children:T.t("login")}),y(Je,{className:"text-xs",name:"arrow-right"})]})]}),y("a",{href:`/u/forgot-password?${o.toString()}`,className:"text-primary hover:underline mb-4",children:T.t("forgot_password_link")}),y("div",{className:"text-center mb-12",children:[y("div",{className:"relative mb-5 block text-center text-gray-300 dark:text-gray-300",children:[y("div",{className:"absolute left-0 right-0 top-1/2 border-b border-gray-200 dark:border-gray-600"}),y("div",{className:"relative inline-block bg-white px-2 dark:bg-gray-800",children:T.t("or")})]}),y("form",{method:"post",action:`/u/login/identifier?${o.toString()}`,children:[y("input",{type:"hidden",name:"login_selection",value:"code"}),y("input",{type:"hidden",name:"username",value:r}),y(Xe,{variant:"secondary",className:"block",children:T.t("enter_a_code_btn")})]})]}),y(vt,{state:i})]}),jm(f0||(f0=J4([`
225
225
  <script>
226
226
  // Show password toggle
227
227
  var passwordInputs = document.querySelectorAll(".password-input");
@@ -245,35 +245,35 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
245
245
  });
246
246
  });
247
247
  <\/script>
248
- `])))]})},e6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,client:r,loginSession:i}=await Ne(t,e);if(!i.authParams.username)throw new N(400,{message:"Username required"});return t.html(y(po,{vendorSettings:n,email:i.authParams.username,state:e,client:r}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({password:s.z.string()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),n=t.req.valid("form"),{password:r}=n,{vendorSettings:i,client:o,loginSession:a}=await Ne(t,e),{username:c}=a.authParams;if(!c)throw new N(400,{message:"Username required"});try{return await Qd(t,o,{...a.authParams,password:r},a)}catch(l){const d=l;return d.code==="INVALID_PASSWORD"||d.code==="USER_NOT_FOUND"?t.html(y(po,{vendorSettings:i,email:c,error:T.t("invalid_password"),state:e,client:o}),400):d.code==="EMAIL_NOT_VERIFIED"?t.html(y(c1,{vendorSettings:i,state:e}),400):t.html(y(po,{vendorSettings:i,email:c,error:d.message,state:e,client:o}),400)}}),Xn=t=>{const{state:e,error:n,vendorSettings:r,email:i,code:o}=t;return y(Fe,{title:T.t("create_account_title"),vendorSettings:r,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("create_account_title")}),y("div",{className:"mb-6 text-gray-300",children:T.t("create_account_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Zt,{children:[y("input",{type:"hidden",name:"code",value:o}),y("input",{type:"email",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",required:!0,value:i,disabled:!!i}),y("input",{type:"password",name:"password",placeholder:T.t("enter_new_password_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base"}),y("input",{type:"password",name:"re-enter-password",placeholder:T.t("reenter_new_password_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base"}),n&&y(qn,{children:n}),y(Ze,{className:"sm:mt-4 !text-base",children:T.t("continue")})]}),y(wt,{state:e})]})]})},_a=t=>{const{message:e,vendorSettings:n,pageTitle:r,state:i}=t;return y(Fe,{title:"Login",vendorSettings:n,children:[r?y("div",{className:"mb-6 text-gray-300",children:r}):"",y("div",{className:"flex flex-1 flex-col justify-center",children:e}),i?y(wt,{state:i}):""]})},t6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().optional().openapi({description:"The code parameter from an email verification link"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e,code:n}=t.req.valid("query"),{vendorSettings:r,loginSession:i}=await Ne(t,e),{username:o}=i.authParams;if(!o)throw new N(400,{message:"Username required"});return n?t.html(y(Xn,{state:e,vendorSettings:r,email:o,code:n})):t.html(y(Xn,{state:e,vendorSettings:r,email:o}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({password:s.z.string(),"re-enter-password":s.z.string(),code:s.z.string().optional()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),n=t.req.valid("form"),{env:r}=t,{vendorSettings:i,client:o,loginSession:a}=await Ne(t,e),c="Username-Password-Authentication";t.set("client_id",o.id),t.set("connection",c);const{username:l}=a.authParams;if(!l)throw new N(400,{message:"Username required"});if(n.password!==n["re-enter-password"])return t.html(y(Xn,{state:e,code:n.code,vendorSettings:i,error:T.t("create_account_passwords_didnt_match"),email:a.authParams.username}),400);if(!Xd(n.password))return t.html(y(Xn,{state:e,code:n.code,vendorSettings:i,error:T.t("create_account_weak_password"),email:a.authParams.username}),400);const d=n.code?await r.data.codes.get(o.tenant.id,n.code,"email_verification"):void 0,u=d?await r.data.loginSessions.get(o.tenant.id,d.login_id):void 0;try{if(await br({userAdapter:t.env.data.users,tenant_id:o.tenant.id,username:l,provider:"auth2"}))throw new N(400,{message:"Invalid sign up"});const m=(u==null?void 0:u.authParams.username)===l,v=await wh(t).users.create(o.tenant.id,{user_id:`auth2|${_s()}`,email:l,email_verified:m,provider:"auth2",connection:c,is_social:!1});return await r.data.passwords.create(o.tenant.id,{user_id:v.user_id,password:await _i.hash(n.password,10),algorithm:"bcrypt"}),m?await Qd(t,o,{...a.authParams,password:n.password},a):(await Yd(t,v),t.html(y(_a,{message:T.t("validate_email_body"),pageTitle:T.t("validate_email_title"),vendorSettings:i,state:e})))}catch(f){const m=await ru(r,o.id,a.authParams.vendor_id),v=f;return t.html(y(Xn,{state:e,vendorSettings:m,error:v.message,email:l}),400)}}),Zn=t=>{const{error:e,vendorSettings:n,email:r}=t;return y(Fe,{title:T.t("reset_password_title"),vendorSettings:n,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("reset_password_title")}),y("div",{className:"mb-6 text-gray-300",children:`${T.t("reset_password_description")} ${r}`}),y("div",{className:"flex flex-1 flex-col justify-center",children:y(Zt,{children:[y(Nl,{name:"password",placeholder:T.t("enter_new_password_placeholder")}),y(Nl,{name:"re-enter-password",placeholder:T.t("reenter_new_password_placeholder")}),e&&y(qn,{children:e}),y(Ze,{className:"sm:mt-4 !text-base",children:T.t("reset_password_cta")})]})})]})},n6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e);if(!r.authParams.username)throw new N(400,{message:"Username required"});return t.html(y(Zn,{vendorSettings:n,email:r.authParams.username}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({password:s.z.string(),"re-enter-password":s.z.string()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e,code:n}=t.req.valid("query"),{password:r,"re-enter-password":i}=t.req.valid("form"),{env:o}=t,{vendorSettings:a,client:c,loginSession:l}=await Ne(t,e);if(!l.authParams.username)throw new N(400,{message:"Username required"});if(r!==i)return t.html(y(Zn,{error:T.t("create_account_passwords_didnt_match"),vendorSettings:a,email:l.authParams.username}),400);if(!Xd(r))return t.html(y(Zn,{error:T.t("create_account_weak_password"),vendorSettings:a,email:l.authParams.username}),400);const d=await br({userAdapter:o.data.users,tenant_id:c.tenant.id,username:l.authParams.username,provider:"auth2"});if(!d)throw new N(400,{message:"User not found"});try{if(!await o.data.codes.get(c.tenant.id,n,"password_reset"))return t.html(y(Zn,{error:"Code not found or expired",vendorSettings:a,email:l.authParams.username}),400);const f={user_id:d.user_id,password:await _i.hash(r,10),algorithm:"bcrypt"};await o.data.passwords.get(c.tenant.id,d.user_id)?await o.data.passwords.update(c.tenant.id,f):await o.data.passwords.create(c.tenant.id,f),d.email_verified||await o.data.users.update(c.tenant.id,d.user_id,{email_verified:!0})}catch{return t.html(y(Zn,{error:"The password could not be reset",vendorSettings:a,email:l.authParams.username}),400)}return t.html(y(_a,{message:T.t("password_has_been_reset"),vendorSettings:a,state:e}))}),l1=t=>{const{error:e,vendorSettings:n,email:r,state:i}=t;return y(Fe,{title:T.t("forgot_password_title"),vendorSettings:n,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("forgot_password_title")}),y("div",{className:"mb-6 text-gray-300",children:T.t("forgot_password_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Zt,{className:"pt-2",children:[y("input",{type:"email",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",value:r,disabled:!!r}),e&&y(qn,{children:e}),y(Ze,{className:"sm:mt-4 !text-base",children:T.t("forgot_password_cta")})]}),y(wt,{state:i})]})]})},d1=t=>{const{vendorSettings:e,state:n}=t;return y(Fe,{title:"Login",vendorSettings:e,children:[y("div",{className:"flex flex-1 flex-col justify-center",children:[y("div",{children:T.t("forgot_password_email_sent")}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]})]}),y(wt,{state:n})]})},r6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e);return t.html(y(l1,{vendorSettings:n,state:e,email:r.authParams.username}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,client:r,loginSession:i}=await Ne(t,e);return await V$(t,r,i.authParams.username,i.id),t.html(y(d1,{vendorSettings:n,state:e}))}),u1=({vendorSettings:t,state:e,user:n})=>y(Fe,{title:re("check_email_title"),vendorSettings:t,children:y("div",{className:"flex flex-1 flex-col justify-center",children:[y("div",{className:"mb-8 text-gray-700 dark:text-gray-300",children:[y(ma,{i18nKey:"currently_logged_in_as",components:[y("span",{className:"font-semibold text-gray-900 dark:text-white"},"span")],values:{email:n.email||""}}),y("br",{}),re("continue_with_sso_provider_headline")]}),y("div",{className:"space-y-6",children:[y(Zt,{children:y(Ze,{className:"!text-base",children:y("span",{children:T.t("yes_continue_with_existing_account")})})}),y("a",{className:"block text-center text-primary hover:text-primaryHover focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 dark:focus:ring-offset-gray-900",href:`/u/login/identifier?state=${encodeURIComponent(e)}`,children:T.t("no_use_another")})]})]})}),i6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),{vendorSettings:r,client:i}=await Ne(t,n),o=ko(i.tenant.id,t.req.header("cookie")),a=o?await e.data.sessions.get(i.tenant.id,o):null;if(!a)return t.redirect(`/u/login/identifier?state=${n}`);const c=await e.data.users.get(i.tenant.id,a.user_id);return c?t.html(y(u1,{vendorSettings:r,state:n,user:c})):t.redirect(`/u/login/identifier?state=${n}`)}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{302:{description:"Redirect"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),{loginSession:r,client:i}=await Ne(t,n),o=ko(i.tenant.id,t.req.header("cookie")),a=o?await e.data.sessions.get(i.tenant.id,o):null;if(!a)return t.redirect(`/u/login/identifier?state=${n}`);const c=await e.data.users.get(i.tenant.id,a.user_id);return c?fn(t,{user:c,authParams:r.authParams,client:i,loginSession:r}):t.redirect(`/u/login/identifier?state=${n}`)}),p1=t=>{const{vendorSettings:e,email:n,state:r}=t;return y(Fe,{title:T.t("create_password_account_title"),vendorSettings:e,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("create_password_account_title")}),y("div",{className:"mb-6 text-gray-300",children:T.t("enter_email_for_verification_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:y(Zt,{className:"pt-2",children:[y("input",{type:"email",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",required:!0,value:n,disabled:!0}),y(Ze,{className:"sm:mt-4 !text-base",children:T.t("send")})]})}),y(wt,{state:r})]})},o6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e),{username:i}=r.authParams;if(!i)throw new N(400,{message:"Username required"});return t.html(y(p1,{state:e,vendorSettings:n,email:i}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{loginSession:n,client:r}=await Ne(t,e),{username:i}=n.authParams;if(!i)throw new N(400,{message:"Username required"});const o=await t.env.data.codes.create(r.tenant.id,{code_id:Mn(),code_type:"email_verification",login_id:n.id,expires_at:new Date(Date.now()+O_).toISOString()});return await M$(t,i,o.code_id,n.id),t.redirect(`/u/pre-signup-sent?state=${e}`)}),f1=t=>{const{redirectUrl:e,vendorSettings:n}=t;return y(Fe,{title:T.t("invalid_session_title"),vendorSettings:n,children:[y("div",{className:"flex flex-1 flex-col justify-center",children:T.t("invalid_session_body")}),y("div",{className:"flex flex-1 flex-col justify-center",children:e&&y("a",{className:"block text-primary hover:text-primaryHover text-center",href:e,children:T.t("go_back")})})]})},s6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string()})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e);let i;return r.authParams.redirect_uri&&r.authParams.state&&(i=new URL(r.authParams.redirect_uri),i.searchParams.set("state",r.authParams.state),i.searchParams.set("error","invalid_session"),i.searchParams.set("error_description",r.authParams.username||"")),t.html(y(f1,{redirectUrl:i==null?void 0:i.href,vendorSettings:n}))}),a6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const e=await ru(t.env),{state:n}=t.req.valid("query");return t.html(y(_a,{message:"Not implemented",pageTitle:"User info",vendorSettings:e,state:n}))}),h1=({vendorSettings:t,state:e})=>{const n=new URLSearchParams({state:e});return y(Fe,{title:T.t("email_validated"),vendorSettings:t,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("email_validated")}),y("div",{className:"flex flex-1 flex-col justify-center mb-7",children:y(Ze,{Component:"a",href:`/u/enter-password?${n}`,className:"text-base sm:mt-4 md:text-base",children:y("div",{className:"flex items-center space-x-2",children:[y("span",{children:T.t("email_validated_cta")}),y(Je,{className:"text-xs",name:"arrow-right"})]})})})]})},c6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{var m;const{state:e,code:n}=t.req.valid("query"),{env:r}=t,{client:i,loginSession:o,vendorSettings:a}=await Ne(t,e),{username:c}=o.authParams;if(!c)throw new N(400,{message:"Username not found in state"});const l=await br({userAdapter:r.data.users,tenant_id:i.tenant.id,username:c,provider:"auth2"});if(!l)throw new N(500,{message:"No user found"});if(!await r.data.codes.get(i.tenant.id,n,"email_verification"))throw new N(400,{message:"Code not found or expired"});await r.data.users.update(i.tenant.id,l.user_id,{email_verified:!0});const f=(await Wl(r.data.users,i.tenant.id,c)).filter(v=>v.provider!=="auth2");if(f.length>0){const v=f.filter(h=>!h.linked_to);v.length>1&&console.error("More than one primary user found for email",c),v.length===0&&console.error("No primary user found for email",c),v.length===1&&await r.data.users.update(i.tenant.id,l.user_id,{linked_to:(m=v[0])==null?void 0:m.user_id})}return t.html(y(h1,{vendorSettings:a,state:e}))}),g1=t=>{const{vendorSettings:e,email:n,state:r}=t;return y(Fe,{title:T.t("email_verification_for_signup_sent_title"),vendorSettings:e,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("email_verification_for_signup_sent_title")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y("div",{className:"mb-6 text-gray-300",children:y(ma,{i18nKey:"email_verification_for_signup_sent_description",components:[y("span",{className:"text-black dark:text-white"},"span")],values:{email:n}})}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]})]}),y(wt,{state:r})]})},l6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e),{username:i}=r.authParams;if(!i)throw new N(400,{message:"Username required"});return t.html(y(g1,{vendorSettings:n,state:e,email:i}))}),su=`
248
+ `])))]})},Z4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,client:r,loginSession:i}=await Ne(t,e);if(!i.authParams.username)throw new E(400,{message:"Username required"});return t.html(y(fo,{vendorSettings:n,email:i.authParams.username,state:e,client:r}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({password:s.z.string()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),n=t.req.valid("form"),{password:r}=n,{vendorSettings:i,client:o,loginSession:a}=await Ne(t,e),{username:c}=a.authParams;if(!c)throw new E(400,{message:"Username required"});try{return await Yl(t,o,{...a.authParams,password:r},a)}catch(d){const l=d;return l.code==="INVALID_PASSWORD"||l.code==="USER_NOT_FOUND"?t.html(y(fo,{vendorSettings:i,email:c,error:T.t("invalid_password"),state:e,client:o}),400):l.code==="EMAIL_NOT_VERIFIED"?t.html(y(n1,{vendorSettings:i,state:e}),400):t.html(y(fo,{vendorSettings:i,email:c,error:l.message,state:e,client:o}),400)}}),Xn=t=>{const{state:e,error:n,vendorSettings:r,email:i,code:o}=t;return y(Fe,{title:T.t("create_account_title"),vendorSettings:r,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("create_account_title")}),y("div",{className:"mb-6 text-gray-300",children:T.t("create_account_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Qt,{children:[y("input",{type:"hidden",name:"code",value:o}),y("input",{type:"email",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",required:!0,value:i,disabled:!!i}),y("input",{type:"password",name:"password",placeholder:T.t("enter_new_password_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base"}),y("input",{type:"password",name:"re-enter-password",placeholder:T.t("reenter_new_password_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base"}),n&&y(Hn,{children:n}),y(Xe,{className:"sm:mt-4 !text-base",children:T.t("continue")})]}),y(vt,{state:e})]})]})},wa=t=>{const{message:e,vendorSettings:n,pageTitle:r,state:i}=t;return y(Fe,{title:"Login",vendorSettings:n,children:[r?y("div",{className:"mb-6 text-gray-300",children:r}):"",y("div",{className:"flex flex-1 flex-col justify-center",children:e}),i?y(vt,{state:i}):""]})},X4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().optional().openapi({description:"The code parameter from an email verification link"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e,code:n}=t.req.valid("query"),{vendorSettings:r,loginSession:i}=await Ne(t,e),{username:o}=i.authParams;if(!o)throw new E(400,{message:"Username required"});return n?t.html(y(Xn,{state:e,vendorSettings:r,email:o,code:n})):t.html(y(Xn,{state:e,vendorSettings:r,email:o}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({password:s.z.string(),"re-enter-password":s.z.string(),code:s.z.string().optional()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),n=t.req.valid("form"),{env:r}=t,{vendorSettings:i,client:o,loginSession:a}=await Ne(t,e),c="Username-Password-Authentication";t.set("client_id",o.id),t.set("connection",c);const{username:d}=a.authParams;if(!d)throw new E(400,{message:"Username required"});if(n.password!==n["re-enter-password"])return t.html(y(Xn,{state:e,code:n.code,vendorSettings:i,error:T.t("create_account_passwords_didnt_match"),email:a.authParams.username}),400);if(!Jl(n.password))return t.html(y(Xn,{state:e,code:n.code,vendorSettings:i,error:T.t("create_account_weak_password"),email:a.authParams.username}),400);const l=n.code?await r.data.codes.get(o.tenant.id,n.code,"email_verification"):void 0,u=l?await r.data.loginSessions.get(o.tenant.id,l.login_id):void 0;try{if(await xr({userAdapter:t.env.data.users,tenant_id:o.tenant.id,username:d,provider:"auth2"}))throw new E(400,{message:"Invalid sign up"});const m=(u==null?void 0:u.authParams.username)===d,w=await hh(t).users.create(o.tenant.id,{user_id:`auth2|${ws()}`,email:d,email_verified:m,provider:"auth2",connection:c,is_social:!1});return await r.data.passwords.create(o.tenant.id,{user_id:w.user_id,password:await yi.hash(n.password,10),algorithm:"bcrypt"}),m?await Yl(t,o,{...a.authParams,password:n.password},a):(await Xl(t,w),t.html(y(wa,{message:T.t("validate_email_body"),pageTitle:T.t("validate_email_title"),vendorSettings:i,state:e})))}catch(f){const m=await nu(r,o.id,a.authParams.vendor_id),w=f;return t.html(y(Xn,{state:e,vendorSettings:m,error:w.message,email:d}),400)}}),Yn=t=>{const{error:e,vendorSettings:n,email:r}=t;return y(Fe,{title:T.t("reset_password_title"),vendorSettings:n,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("reset_password_title")}),y("div",{className:"mb-6 text-gray-300",children:`${T.t("reset_password_description")} ${r}`}),y("div",{className:"flex flex-1 flex-col justify-center",children:y(Qt,{children:[y(zd,{name:"password",placeholder:T.t("enter_new_password_placeholder")}),y(zd,{name:"re-enter-password",placeholder:T.t("reenter_new_password_placeholder")}),e&&y(Hn,{children:e}),y(Xe,{className:"sm:mt-4 !text-base",children:T.t("reset_password_cta")})]})})]})},Y4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e);if(!r.authParams.username)throw new E(400,{message:"Username required"});return t.html(y(Yn,{vendorSettings:n,email:r.authParams.username}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})}),body:{content:{"application/x-www-form-urlencoded":{schema:s.z.object({password:s.z.string(),"re-enter-password":s.z.string()})}}}},responses:{200:{description:"Response"}}}),async t=>{const{state:e,code:n}=t.req.valid("query"),{password:r,"re-enter-password":i}=t.req.valid("form"),{env:o}=t,{vendorSettings:a,client:c,loginSession:d}=await Ne(t,e);if(!d.authParams.username)throw new E(400,{message:"Username required"});if(r!==i)return t.html(y(Yn,{error:T.t("create_account_passwords_didnt_match"),vendorSettings:a,email:d.authParams.username}),400);if(!Jl(r))return t.html(y(Yn,{error:T.t("create_account_weak_password"),vendorSettings:a,email:d.authParams.username}),400);const l=await xr({userAdapter:o.data.users,tenant_id:c.tenant.id,username:d.authParams.username,provider:"auth2"});if(!l)throw new E(400,{message:"User not found"});try{if(!await o.data.codes.get(c.tenant.id,n,"password_reset"))return t.html(y(Yn,{error:"Code not found or expired",vendorSettings:a,email:d.authParams.username}),400);const f={user_id:l.user_id,password:await yi.hash(r,10),algorithm:"bcrypt"};await o.data.passwords.get(c.tenant.id,l.user_id)?await o.data.passwords.update(c.tenant.id,f):await o.data.passwords.create(c.tenant.id,f),l.email_verified||await o.data.users.update(c.tenant.id,l.user_id,{email_verified:!0})}catch{return t.html(y(Yn,{error:"The password could not be reset",vendorSettings:a,email:d.authParams.username}),400)}return t.html(y(wa,{message:T.t("password_has_been_reset"),vendorSettings:a,state:e}))}),r1=t=>{const{error:e,vendorSettings:n,email:r,state:i}=t;return y(Fe,{title:T.t("forgot_password_title"),vendorSettings:n,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("forgot_password_title")}),y("div",{className:"mb-6 text-gray-300",children:T.t("forgot_password_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y(Qt,{className:"pt-2",children:[y("input",{type:"email",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",value:r,disabled:!!r}),e&&y(Hn,{children:e}),y(Xe,{className:"sm:mt-4 !text-base",children:T.t("forgot_password_cta")})]}),y(vt,{state:i})]})]})},i1=t=>{const{vendorSettings:e,state:n}=t;return y(Fe,{title:"Login",vendorSettings:e,children:[y("div",{className:"flex flex-1 flex-col justify-center",children:[y("div",{children:T.t("forgot_password_email_sent")}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]})]}),y(vt,{state:n})]})},Q4=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e);return t.html(y(r1,{vendorSettings:n,state:e,email:r.authParams.username}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,client:r,loginSession:i}=await Ne(t,e);return await U$(t,r,i.authParams.username,i.id),t.html(y(i1,{vendorSettings:n,state:e}))}),o1=({vendorSettings:t,state:e,user:n})=>y(Fe,{title:re("check_email_title"),vendorSettings:t,children:y("div",{className:"flex flex-1 flex-col justify-center",children:[y("div",{className:"mb-8 text-gray-700 dark:text-gray-300",children:[y(ya,{i18nKey:"currently_logged_in_as",components:[y("span",{className:"font-semibold text-gray-900 dark:text-white"},"span")],values:{email:n.email||""}}),y("br",{}),re("continue_with_sso_provider_headline")]}),y("div",{className:"space-y-6",children:[y(Qt,{children:y(Xe,{className:"!text-base",children:y("span",{children:T.t("yes_continue_with_existing_account")})})}),y("a",{className:"block text-center text-primary hover:text-primaryHover focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 dark:focus:ring-offset-gray-900",href:`/u/login/identifier?state=${encodeURIComponent(e)}`,children:T.t("no_use_another")})]})]})}),e6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),{vendorSettings:r,client:i}=await Ne(t,n),o=Ao(i.tenant.id,t.req.header("cookie")),a=o?await e.data.sessions.get(i.tenant.id,o):null;if(!a)return t.redirect(`/u/login/identifier?state=${n}`);const c=await e.data.users.get(i.tenant.id,a.user_id);return c?t.html(y(o1,{vendorSettings:r,state:n,user:c})):t.redirect(`/u/login/identifier?state=${n}`)}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{302:{description:"Redirect"}}}),async t=>{const{env:e}=t,{state:n}=t.req.valid("query"),{loginSession:r,client:i}=await Ne(t,n),o=Ao(i.tenant.id,t.req.header("cookie")),a=o?await e.data.sessions.get(i.tenant.id,o):null;if(!a)return t.redirect(`/u/login/identifier?state=${n}`);const c=await e.data.users.get(i.tenant.id,a.user_id);return c?fn(t,{user:c,authParams:r.authParams,client:i,loginSession:r}):t.redirect(`/u/login/identifier?state=${n}`)}),s1=t=>{const{vendorSettings:e,email:n,state:r}=t;return y(Fe,{title:T.t("create_password_account_title"),vendorSettings:e,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("create_password_account_title")}),y("div",{className:"mb-6 text-gray-300",children:T.t("enter_email_for_verification_description")}),y("div",{className:"flex flex-1 flex-col justify-center",children:y(Qt,{className:"pt-2",children:[y("input",{type:"email",name:"username",placeholder:T.t("email_placeholder"),className:"mb-2 w-full rounded-lg bg-gray-100 px-4 py-5 text-base placeholder:text-gray-300 dark:bg-gray-600 md:text-base",required:!0,value:n,disabled:!0}),y(Xe,{className:"sm:mt-4 !text-base",children:T.t("send")})]})}),y(vt,{state:r})]})},t6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e),{username:i}=r.authParams;if(!i)throw new E(400,{message:"Username required"});return t.html(y(s1,{state:e,vendorSettings:n,email:i}))}).openapi(s.createRoute({tags:["login"],method:"post",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{loginSession:n,client:r}=await Ne(t,e),{username:i}=n.authParams;if(!i)throw new E(400,{message:"Username required"});const o=await t.env.data.codes.create(r.tenant.id,{code_id:Mn(),code_type:"email_verification",login_id:n.id,expires_at:new Date(Date.now()+A_).toISOString()});return await R$(t,i,o.code_id,n.id),t.redirect(`/u/pre-signup-sent?state=${e}`)}),a1=t=>{const{redirectUrl:e,vendorSettings:n}=t;return y(Fe,{title:T.t("invalid_session_title"),vendorSettings:n,children:[y("div",{className:"flex flex-1 flex-col justify-center",children:T.t("invalid_session_body")}),y("div",{className:"flex flex-1 flex-col justify-center",children:e&&y("a",{className:"block text-primary hover:text-primaryHover text-center",href:e,children:T.t("go_back")})})]})},n6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string()})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e);let i;return r.authParams.redirect_uri&&r.authParams.state&&(i=new URL(r.authParams.redirect_uri),i.searchParams.set("state",r.authParams.state),i.searchParams.set("error","invalid_session"),i.searchParams.set("error_description",r.authParams.username||"")),t.html(y(a1,{redirectUrl:i==null?void 0:i.href,vendorSettings:n}))}),r6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const e=await nu(t.env),{state:n}=t.req.valid("query");return t.html(y(wa,{message:"Not implemented",pageTitle:"User info",vendorSettings:e,state:n}))}),c1=({vendorSettings:t,state:e})=>{const n=new URLSearchParams({state:e});return y(Fe,{title:T.t("email_validated"),vendorSettings:t,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("email_validated")}),y("div",{className:"flex flex-1 flex-col justify-center mb-7",children:y(Xe,{Component:"a",href:`/u/enter-password?${n}`,className:"text-base sm:mt-4 md:text-base",children:y("div",{className:"flex items-center space-x-2",children:[y("span",{children:T.t("email_validated_cta")}),y(Je,{className:"text-xs",name:"arrow-right"})]})})})]})},i6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"}),code:s.z.string().openapi({description:"The code parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{var m;const{state:e,code:n}=t.req.valid("query"),{env:r}=t,{client:i,loginSession:o,vendorSettings:a}=await Ne(t,e),{username:c}=o.authParams;if(!c)throw new E(400,{message:"Username not found in state"});const d=await xr({userAdapter:r.data.users,tenant_id:i.tenant.id,username:c,provider:"auth2"});if(!d)throw new E(500,{message:"No user found"});if(!await r.data.codes.get(i.tenant.id,n,"email_verification"))throw new E(400,{message:"Code not found or expired"});await r.data.users.update(i.tenant.id,d.user_id,{email_verified:!0});const f=(await Gd(r.data.users,i.tenant.id,c)).filter(w=>w.provider!=="auth2");if(f.length>0){const w=f.filter(h=>!h.linked_to);w.length>1&&console.error("More than one primary user found for email",c),w.length===0&&console.error("No primary user found for email",c),w.length===1&&await r.data.users.update(i.tenant.id,d.user_id,{linked_to:(m=w[0])==null?void 0:m.user_id})}return t.html(y(c1,{vendorSettings:a,state:e}))}),d1=t=>{const{vendorSettings:e,email:n,state:r}=t;return y(Fe,{title:T.t("email_verification_for_signup_sent_title"),vendorSettings:e,children:[y("div",{className:"mb-4 text-lg font-medium sm:text-2xl",children:T.t("email_verification_for_signup_sent_title")}),y("div",{className:"flex flex-1 flex-col justify-center",children:[y("div",{className:"mb-6 text-gray-300",children:y(ya,{i18nKey:"email_verification_for_signup_sent_description",components:[y("span",{className:"text-black dark:text-white"},"span")],values:{email:n}})}),y("div",{className:"my-4 flex space-x-2 text-sm text-[#B2B2B2]",children:[y(Je,{className:"text-base",name:"info-bubble"}),y("div",{className:"text-sm text-gray-300 md:text-sm",children:T.t("sent_code_spam")})]})]}),y(vt,{state:r})]})},o6=new s.OpenAPIHono().openapi(s.createRoute({tags:["login"],method:"get",path:"/",request:{query:s.z.object({state:s.z.string().openapi({description:"The state parameter from the authorization request"})})},responses:{200:{description:"Response"}}}),async t=>{const{state:e}=t.req.valid("query"),{vendorSettings:n,loginSession:r}=await Ne(t,e),{username:i}=r.authParams;if(!i)throw new E(400,{message:"Username required"});return t.html(y(d1,{vendorSettings:n,state:e,email:i}))}),ou=`
249
249
  @font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:400;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:500;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:600;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2) format("woff2")}@font-face{font-family:uicon;src:url(https://login2.sesamy.com/_next/static/media/uicon.0b00e08a.woff2)}[class*=" uicon-"],[class^=uicon-]{font-family:uicon!important;font-size:inherit;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.uicon-apple:before{content:"\\ea01"}.uicon-arrow-down:before{content:"\\ea02"}.uicon-arrow-left:before{content:"\\ea03"}.uicon-arrow-right:before{content:"\\ea04"}.uicon-arrow-up:before{content:"\\ea05"}.uicon-facebook:before{content:"\\ea06"}.uicon-google:before{content:"\\ea07"}.uicon-info-bubble:before{content:"\\ea08"}.uicon-info:before{content:"\\ea09"}.uicon-sesamy:before{content:"\\ea0a"}.uicon-spinner-circle:before{content:"\\ea0b"}.uicon-spinner-inner:before{content:"\\ea0c"}
250
250
 
251
- /*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}:is(.dark body){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-1\\/2{top:50%}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.\\!hidden{display:none!important}.hidden{display:none}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-full{max-height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.w-10{width:2.5rem}.w-5{width:1.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-full{width:100%}.max-w-\\[1295px\\]{max-width:1295px}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1.25rem}.rounded-lg{border-radius:.625rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.indent-\\[5px\\]{text-indent:5px}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\\[0\\]{line-height:0}.text-\\[\\#1196F5\\]{--tw-text-opacity:1;color:rgb(17 150 245/var(--tw-text-opacity))}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-40{opacity:.4}.row-up-left{align-content:flex-start;justify-content:flex-start}.row,.row-up-left{display:flex;flex-direction:row;flex-wrap:wrap}.row{align-content:center;align-items:center;justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#7e69f4;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=" uicon-"],[class^=uicon-]{letter-spacing:0;line-height:100%}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}:is(.dark .dark\\:border-gray-400){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-500){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-600){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity))}:is(.dark .dark\\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity))}:is(.dark .dark\\:text-\\[\\#201a41\\]){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity))}:is(.dark .dark\\:text-gray-300){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}:is(.dark .dark\\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\\:hover\\:bg-black\\/90:hover){background-color:rgba(0,0,0,.9)}:is(.dark .dark\\:focus\\:ring-offset-gray-900:focus){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}.short\\:text-xl{font-size:1.25rem;line-height:120%}}`;function d6(){if(typeof document<"u"){const t=document.createElement("style");t.innerHTML=su,t.setAttribute("data-authhero-tailwind",""),document.head.appendChild(t)}}function u6(t){const e=new s.OpenAPIHono;e.use(async(r,i)=>{const o=bs(r,t.dataAdapter),a=Md(o,{defaultTtl:3e5,cacheEntities:["tenants","connections","clients"]});return r.env.data=Ld(r,a),i()}).use(Ud),e.get("/css/tailwind.css",async r=>{const i=su;return r.text(i,200,{"content-type":"text/css; charset=utf-8"})});const n=e.route("/info",a6).route("/check-account",i6).route("/login/identifier",A4).route("/enter-code",J4).route("/enter-password",e6).route("/invalid-session",s6).route("/pre-signup",o6).route("/pre-signup-sent",l6).route("/reset-password",n6).route("/forgot-password",r6).route("/validate-email",c6).route("/signup",t6);return n.doc("/u/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Universal login"}}),n}const p6="Account detected",f6="We have detected that you have already created an account through",h6="By signing in, you agree to our",g6="and",m6="email address",_6="email or phone number",y6="phone number",v6="Callback URL mismatch",w6="The provided redirect_uri is not in the list of allowed callback URLs.",b6="continue with user",$6="Please click the button to create a new password account.",x6="Enter the code at {{vendorName}} to complete the login",k6="Welcome to {{vendorName}}! {{code}} is the login code",S6="Welcome to {{vendorName}}! {{code}} is the login code",A6="Please check <0>{{username}}</0> and enter the six-digit code that we've sent you.",E6="The code is valid for 30 minutes",I6="Confirm password",N6="Need Help?",C6="Contact us",z6="or continue with social account",O6="Continue with {{provider}}",j6="Would you like to continue with your existing account?",P6="Copyright © 2023 SESAMY. All rights reserved.",T6="©2023 Sesamy",R6="Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.",B6="Please enter a valid email address.",L6="The passwords didn't match. Try again.",U6="Choose password",M6="Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.",F6="Create new account",D6="Sign up with password",V6="You are currently logged in as <0>{{email}}</0>",q6="Email",H6="Email or Phone Number",K6="Email address",G6="Your email address has been validated",W6="Now enter your password to login again",J6="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.",X6="Email verification sent",Z6="Enter a code",Y6="We'll send you a verification link to ensure you own this email address.",Q6="Enter new password",e8="Enter password",t8="Enter your email address and password to login.",n8="Enter your password",r8="The magic link has expired. Please click on the button below to receive a new link in your inbox.",i8="Hey! We updated our login experience. <0>Click here to learn more about it.</0>",o8="Send password reset email",s8="Click the button below and we’ll send instructions on how to reset your password.",a8="Password reset email sent",c8="Forgot password?",l8="Forgot password?",d8="Go back",u8="Hide password",p8="Invalid password",f8=`The link is no longer valid.
251
+ /*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}:is(.dark body){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-1\\/2{top:50%}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.\\!hidden{display:none!important}.hidden{display:none}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-full{max-height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.w-10{width:2.5rem}.w-5{width:1.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-full{width:100%}.max-w-\\[1295px\\]{max-width:1295px}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1.25rem}.rounded-lg{border-radius:.625rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.indent-\\[5px\\]{text-indent:5px}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-\\[0\\]{line-height:0}.text-\\[\\#1196F5\\]{--tw-text-opacity:1;color:rgb(17 150 245/var(--tw-text-opacity))}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.opacity-40{opacity:.4}.row-up-left{align-content:flex-start;justify-content:flex-start}.row,.row-up-left{display:flex;flex-direction:row;flex-wrap:wrap}.row{align-content:center;align-items:center;justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#7e69f4;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=" uicon-"],[class^=uicon-]{letter-spacing:0;line-height:100%}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}:is(.dark .dark\\:border-gray-400){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-500){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-600){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity))}:is(.dark .dark\\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity))}:is(.dark .dark\\:text-\\[\\#201a41\\]){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity))}:is(.dark .dark\\:text-gray-300){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}:is(.dark .dark\\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\\:hover\\:bg-black\\/90:hover){background-color:rgba(0,0,0,.9)}:is(.dark .dark\\:focus\\:ring-offset-gray-900:focus){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}.short\\:text-xl{font-size:1.25rem;line-height:120%}}`;function s6(){if(typeof document<"u"){const t=document.createElement("style");t.innerHTML=ou,t.setAttribute("data-authhero-tailwind",""),document.head.appendChild(t)}}function a6(t){const e=new s.OpenAPIHono;e.use(async(r,i)=>{const o=xs(r,t.dataAdapter),a=Ul(o,{defaultTtl:3e5,cacheEntities:["tenants","connections","clients"]});return r.env.data=Bl(r,a),i()}).use(Ll),e.get("/css/tailwind.css",async r=>{const i=ou;return r.text(i,200,{"content-type":"text/css; charset=utf-8"})});const n=e.route("/info",r6).route("/check-account",e6).route("/login/identifier",$4).route("/enter-code",H4).route("/enter-password",Z4).route("/invalid-session",n6).route("/pre-signup",t6).route("/pre-signup-sent",o6).route("/reset-password",Y4).route("/forgot-password",Q4).route("/validate-email",i6).route("/signup",X4);return n.doc("/u/spec",{openapi:"3.0.0",info:{version:"1.0.0",title:"Universal login"}}),n}const c6="Account detected",d6="We have detected that you have already created an account through",l6="By signing in, you agree to our",u6="and",p6="email address",f6="email or phone number",h6="phone number",g6="Callback URL mismatch",m6="The provided redirect_uri is not in the list of allowed callback URLs.",_6="continue with user",y6="Please click the button to create a new password account.",w6="Enter the code at {{vendorName}} to complete the login",v6="Welcome to {{vendorName}}! {{code}} is the login code",b6="Welcome to {{vendorName}}! {{code}} is the login code",$6="Please check <0>{{username}}</0> and enter the six-digit code that we've sent you.",x6="The code is valid for 30 minutes",k6="Confirm password",S6="Need Help?",A6="Contact us",E6="or continue with social account",I6="Continue with {{provider}}",N6="Would you like to continue with your existing account?",C6="Copyright © 2023 SESAMY. All rights reserved.",z6="©2023 Sesamy",O6="Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.",j6="Please enter a valid email address.",P6="The passwords didn't match. Try again.",T6="Choose password",R6="Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.",B6="Create new account",L6="Sign up with password",U6="You are currently logged in as <0>{{email}}</0>",M6="Email",F6="Email or Phone Number",V6="Email address",D6="Your email address has been validated",q6="Now enter your password to login again",H6="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.",K6="Email verification sent",G6="Enter a code",W6="We'll send you a verification link to ensure you own this email address.",J6="Enter new password",Z6="Enter password",X6="Enter your email address and password to login.",Y6="Enter your password",Q6="The magic link has expired. Please click on the button below to receive a new link in your inbox.",e8="Hey! We updated our login experience. <0>Click here to learn more about it.</0>",t8="Send password reset email",n8="Click the button below and we’ll send instructions on how to reset your password.",r8="Password reset email sent",i8="Forgot password?",o8="Forgot password?",s8="Go back",a8="Hide password",c8="Invalid password",d8=`The link is no longer valid.
252
252
 
253
253
  Please make sure to open the login link in the same browser you started the login with.
254
254
 
255
- You can click the link below to start a new login.`,h8="Invalid link",g8="Click the button to log in",m8="Login",_8="Or enter the code at {{vendorName}} to complete the login.",y8="Enter your email address to unlock this show on {{service}}",v8="Link your account with {{service}}",w8="You are logged in as",b8="Login",$8="Enter your email address to sign in.",x8="Enter your email address and we will send you a login code.",k8="Enter your email or phone number to sign in",S8="Enter your email address and we will send you a login link.",A8="Enter your phone number to sign in",E8="Enter your {{authMethod}} to sign in.",I8="Log out",N8="No, I want to use another account",C8="or",z8="Password",O8="The password has been reset",j8="Success",P8="Change password for your {{vendorName}} account",T8="Change password for your {{vendorName}} account",R8="Phone number",B8="Privacy Policy",L8="Redirecting",U8="Confirm password",M8="Register a new password",F8="Resend code",D8="Change password",V8="Enter your new password below for the email account: ",q8="Click the button to reset your password",H8="Click the button to reset your password",K8="Reset your password",G8="Change password for your {{vendorName}} account",W8="Reset password",J8="Send",X8="Send me a new magic link",Z8="Remember to check your spam folder if the email did not arrive.",Y8="Set password",Q8="Show password",e5="Sign in",t5="Signup",n5="Sign up successful",r5="{{code}} is your login code for {{vendorName}}",i5="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.",o5="Go to Spotify's Content Access page",s5=`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.`,a5="Step 1: Unlink Your Spotify Account",c5="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.",l5="Step 2: Relink Your Spotify Account to Sesamy",d5="Oops! Your Spotify Account Is Already Linked",u5="If you have questions or need assistance, you can contact our support team",p5="Terms and Conditions",f5="Your email address needs validating. We have sent a new email to your inbox",h5="User account does not exist",g5="User account does not exist",m5="We could not find a user with the provided email address. Please, try again.",_5="Try again.",y5="Validate code",v5="Check your inbox for email validation instructions.",w5="Signed up",b5="Click the button to verify your email address",$5="Validate your email address",x5="Validate your email address",k5="Verify account",S5="Verify your email",A5="Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.",E5="Welcome",I5="Welcome to your {{vendorName}} account!",N5="Continue with this account",C5="Yes, continue with {{text}}",z5="Yes, continue with existing account",O5={"Server error: Invalid code":"Invalid code","Wrong email or verification code":{"":"Wrong email or verification code."},account_detected:p6,account_with_sso_provider:f6,agree_to:h6,and:g6,auth_method_email:m6,auth_method_email_or_phone:_6,auth_method_phone:y6,callback_url_mismatch:v6,callback_url_not_allowed:w6,check_email_title:b6,click_to_sign_up_description:$6,code_email_enter_code:x6,code_email_subject:k6,code_email_title:S6,code_sent_template:A6,code_valid_30_minutes:E6,confirm_password:I6,contact_support:N6,contact_us:C6,continue:"Continue",continue_social_login:z6,continue_with:O6,continue_with_sso_provider_headline:j6,copyright:P6,copyright_sesamy:T6,create_account_description:R6,create_account_email_invalid:B6,create_account_passwords_didnt_match:L6,create_account_title:U6,create_account_weak_password:M6,create_new_account_link:F6,create_password_account_title:D6,currently_logged_in_as:V6,email:q6,email_or_phone_placeholder:H6,email_placeholder:K6,email_validated:G6,email_validated_cta:W6,email_verification_for_signup_sent_description:J6,email_verification_for_signup_sent_title:X6,enter_a_code_btn:Z6,enter_email_for_verification_description:Y6,enter_new_password_placeholder:Q6,enter_password:e8,enter_password_description:t8,enter_your_password_btn:n8,expired_code:r8,fokus_info_message:i8,forgot_password_cta:o8,forgot_password_description:s8,forgot_password_email_sent:a8,forgot_password_link:c8,forgot_password_title:l8,go_back:d8,hide_password:u8,"invalid-email":"Invalid email",invalid_password:p8,invalid_session_body:f8,invalid_session_title:h8,link_email_click_to_login:g8,link_email_login:m8,link_email_or_enter_code:_8,link_page_body:y8,link_page_headline:v8,logged_in_as:w8,login:b8,login_description:$8,login_description_code:x8,login_description_combined:k8,login_description_link:S8,login_description_phone:A8,login_description_template:E8,logout:I8,no_use_another:N8,or:C8,password:z8,password_has_been_reset:O8,password_has_been_reset_title:j8,password_reset_subject:P8,password_reset_title:T8,phone_placeholder:R8,privacy_policy:B8,redirecting:L8,reenter_new_password_placeholder:U8,register_password_account:M8,resend_code:F8,reset_password_cta:D8,reset_password_description:V8,reset_password_email_click_to_reset:q8,reset_password_email_cta:H8,reset_password_email_reset:K8,reset_password_subject:G8,reset_password_title:W8,send:J8,send_me_a_new_magic_link:X8,sent_code_spam:Z8,set_password:Y8,show_password:Q8,sign_in:e5,signup:t5,signup_success:n5,sms_code_text:r5,spotify_already_linked_body:i5,spotify_already_linked_cta:o5,spotify_already_linked_step1_body:s5,spotify_already_linked_step1_title:a5,spotify_already_linked_step2_body:c5,spotify_already_linked_step2_title:l5,spotify_already_linked_title:d5,support_info:u5,terms:p5,unverified_email:f5,user_account_does_not_exist:h5,user_not_found:g5,user_not_found_body:m5,user_not_found_cta:_5,validate_code:y5,validate_email_body:v5,validate_email_title:w5,verify_email_click_to_verify:b5,verify_email_subject:$5,verify_email_title:x5,verify_email_verify:k5,verify_your_email:S5,we_sent_a_code_to:A5,welcome:E5,welcome_to_your_account:I5,yes_continue:N5,yes_continue_with:C5,yes_continue_with_existing_account:z5},j5="Account rilevato",P5="Abbiamo rilevato che l'utente ha già creato un account tramite",T5="Effettuando l'accesso, l'utente accetta la nostra",R5="e",B5="indirizzo e-mail",L5="e-mail o numero di telefono",U5="numero di telefono",M5="Mancata corrispondenza dell'URL di callback",F5="Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.",D5="continuare con l'utente",V5="Fare clic sul pulsante per creare un nuovo account con password.",q5="Inserite il codice all'indirizzo {{vendorName}} per completare il login.",H5="Benvenuti su {{vendorName}}! {{code}} è il codice di accesso",K5="Benvenuti su {{vendorName}}! {{code}} è il codice di accesso",G5="Controllare <0>{{username}}</0> e inserire il codice a sei cifre che vi abbiamo inviato.",W5="Il codice è valido per 30 minuti",J5="Confermare la password",X5="Avete bisogno di aiuto?",Z5="Contattateci",Y5="o continuare con il conto sociale",Q5="Continua con {{provider}}",ex="Desidera continuare a utilizzare l'account esistente?",tx="Copyright © 2023 SESAMY. Tutti i diritti riservati.",nx="©2023 Sesamy",rx="Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.",ix="Inserire un indirizzo e-mail valido.",ox="Le password non corrispondono. Riprovare.",sx="Scegliere la password",ax="La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.",cx="Creare un nuovo account",lx="Iscriviti con la password",dx="Attualmente si è connessi come <0>{{email}}</0>",ux="Email",px="Indirizzo e-mail o numero di telefono",fx="Indirizzo e-mail",hx="Il tuo indirizzo e-mail è stato convalidato",gx="Ora inserire la password per accedere nuovamente",mx="È 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.",_x="Email di verifica inviata",yx="Inserire un codice",vx="Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.",wx="Inserire la nuova password",bx="Inserire la password",$x="Inserire l'indirizzo e-mail e la password per accedere.",xx="Inserire la password",kx="Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.",Sx="Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>",Ax="Inviare l'e-mail di reimpostazione della password",Ex="Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.",Ix="Email di reimpostazione della password inviata",Nx="Hai dimenticato la password?",Cx="Hai dimenticato la password?",zx="Torna indietro",Ox="Nascondere la password",jx="Password non valida",Px=`Il link non è più valido.
255
+ You can click the link below to start a new login.`,l8="Invalid link",u8="Click the button to log in",p8="Login",f8="Or enter the code at {{vendorName}} to complete the login.",h8="Enter your email address to unlock this show on {{service}}",g8="Link your account with {{service}}",m8="You are logged in as",_8="Login",y8="Enter your email address to sign in.",w8="Enter your email address and we will send you a login code.",v8="Enter your email or phone number to sign in",b8="Enter your email address and we will send you a login link.",$8="Enter your phone number to sign in",x8="Enter your {{authMethod}} to sign in.",k8="Log out",S8="No, I want to use another account",A8="or",E8="Password",I8="The password has been reset",N8="Success",C8="Change password for your {{vendorName}} account",z8="Change password for your {{vendorName}} account",O8="Phone number",j8="Privacy Policy",P8="Redirecting",T8="Confirm password",R8="Register a new password",B8="Resend code",L8="Change password",U8="Enter your new password below for the email account: ",M8="Click the button to reset your password",F8="Click the button to reset your password",V8="Reset your password",D8="Change password for your {{vendorName}} account",q8="Reset password",H8="Send",K8="Send me a new magic link",G8="Remember to check your spam folder if the email did not arrive.",W8="Set password",J8="Show password",Z8="Sign in",X8="Signup",Y8="Sign up successful",Q8="{{code}} is your login code for {{vendorName}}",e5="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.",t5="Go to Spotify's Content Access page",n5=`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.`,r5="Step 1: Unlink Your Spotify Account",i5="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.",o5="Step 2: Relink Your Spotify Account to Sesamy",s5="Oops! Your Spotify Account Is Already Linked",a5="If you have questions or need assistance, you can contact our support team",c5="Terms and Conditions",d5="Your email address needs validating. We have sent a new email to your inbox",l5="User account does not exist",u5="User account does not exist",p5="We could not find a user with the provided email address. Please, try again.",f5="Try again.",h5="Validate code",g5="Check your inbox for email validation instructions.",m5="Signed up",_5="Click the button to verify your email address",y5="Validate your email address",w5="Validate your email address",v5="Verify account",b5="Verify your email",$5="Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.",x5="Welcome",k5="Welcome to your {{vendorName}} account!",S5="Continue with this account",A5="Yes, continue with {{text}}",E5="Yes, continue with existing account",I5={"Server error: Invalid code":"Invalid code","Wrong email or verification code":{"":"Wrong email or verification code."},account_detected:c6,account_with_sso_provider:d6,agree_to:l6,and:u6,auth_method_email:p6,auth_method_email_or_phone:f6,auth_method_phone:h6,callback_url_mismatch:g6,callback_url_not_allowed:m6,check_email_title:_6,click_to_sign_up_description:y6,code_email_enter_code:w6,code_email_subject:v6,code_email_title:b6,code_sent_template:$6,code_valid_30_minutes:x6,confirm_password:k6,contact_support:S6,contact_us:A6,continue:"Continue",continue_social_login:E6,continue_with:I6,continue_with_sso_provider_headline:N6,copyright:C6,copyright_sesamy:z6,create_account_description:O6,create_account_email_invalid:j6,create_account_passwords_didnt_match:P6,create_account_title:T6,create_account_weak_password:R6,create_new_account_link:B6,create_password_account_title:L6,currently_logged_in_as:U6,email:M6,email_or_phone_placeholder:F6,email_placeholder:V6,email_validated:D6,email_validated_cta:q6,email_verification_for_signup_sent_description:H6,email_verification_for_signup_sent_title:K6,enter_a_code_btn:G6,enter_email_for_verification_description:W6,enter_new_password_placeholder:J6,enter_password:Z6,enter_password_description:X6,enter_your_password_btn:Y6,expired_code:Q6,fokus_info_message:e8,forgot_password_cta:t8,forgot_password_description:n8,forgot_password_email_sent:r8,forgot_password_link:i8,forgot_password_title:o8,go_back:s8,hide_password:a8,"invalid-email":"Invalid email",invalid_password:c8,invalid_session_body:d8,invalid_session_title:l8,link_email_click_to_login:u8,link_email_login:p8,link_email_or_enter_code:f8,link_page_body:h8,link_page_headline:g8,logged_in_as:m8,login:_8,login_description:y8,login_description_code:w8,login_description_combined:v8,login_description_link:b8,login_description_phone:$8,login_description_template:x8,logout:k8,no_use_another:S8,or:A8,password:E8,password_has_been_reset:I8,password_has_been_reset_title:N8,password_reset_subject:C8,password_reset_title:z8,phone_placeholder:O8,privacy_policy:j8,redirecting:P8,reenter_new_password_placeholder:T8,register_password_account:R8,resend_code:B8,reset_password_cta:L8,reset_password_description:U8,reset_password_email_click_to_reset:M8,reset_password_email_cta:F8,reset_password_email_reset:V8,reset_password_subject:D8,reset_password_title:q8,send:H8,send_me_a_new_magic_link:K8,sent_code_spam:G8,set_password:W8,show_password:J8,sign_in:Z8,signup:X8,signup_success:Y8,sms_code_text:Q8,spotify_already_linked_body:e5,spotify_already_linked_cta:t5,spotify_already_linked_step1_body:n5,spotify_already_linked_step1_title:r5,spotify_already_linked_step2_body:i5,spotify_already_linked_step2_title:o5,spotify_already_linked_title:s5,support_info:a5,terms:c5,unverified_email:d5,user_account_does_not_exist:l5,user_not_found:u5,user_not_found_body:p5,user_not_found_cta:f5,validate_code:h5,validate_email_body:g5,validate_email_title:m5,verify_email_click_to_verify:_5,verify_email_subject:y5,verify_email_title:w5,verify_email_verify:v5,verify_your_email:b5,we_sent_a_code_to:$5,welcome:x5,welcome_to_your_account:k5,yes_continue:S5,yes_continue_with:A5,yes_continue_with_existing_account:E5},N5="Account rilevato",C5="Abbiamo rilevato che l'utente ha già creato un account tramite",z5="Effettuando l'accesso, l'utente accetta la nostra",O5="e",j5="indirizzo e-mail",P5="e-mail o numero di telefono",T5="numero di telefono",R5="Mancata corrispondenza dell'URL di callback",B5="Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.",L5="continuare con l'utente",U5="Fare clic sul pulsante per creare un nuovo account con password.",M5="Inserite il codice all'indirizzo {{vendorName}} per completare il login.",F5="Benvenuti su {{vendorName}}! {{code}} è il codice di accesso",V5="Benvenuti su {{vendorName}}! {{code}} è il codice di accesso",D5="Controllare <0>{{username}}</0> e inserire il codice a sei cifre che vi abbiamo inviato.",q5="Il codice è valido per 30 minuti",H5="Confermare la password",K5="Avete bisogno di aiuto?",G5="Contattateci",W5="o continuare con il conto sociale",J5="Continua con {{provider}}",Z5="Desidera continuare a utilizzare l'account esistente?",X5="Copyright © 2023 SESAMY. Tutti i diritti riservati.",Y5="©2023 Sesamy",Q5="Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.",ex="Inserire un indirizzo e-mail valido.",tx="Le password non corrispondono. Riprovare.",nx="Scegliere la password",rx="La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.",ix="Creare un nuovo account",ox="Iscriviti con la password",sx="Attualmente si è connessi come <0>{{email}}</0>",ax="Email",cx="Indirizzo e-mail o numero di telefono",dx="Indirizzo e-mail",lx="Il tuo indirizzo e-mail è stato convalidato",ux="Ora inserire la password per accedere nuovamente",px="È 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.",fx="Email di verifica inviata",hx="Inserire un codice",gx="Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.",mx="Inserire la nuova password",_x="Inserire la password",yx="Inserire l'indirizzo e-mail e la password per accedere.",wx="Inserire la password",vx="Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.",bx="Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>",$x="Inviare l'e-mail di reimpostazione della password",xx="Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.",kx="Email di reimpostazione della password inviata",Sx="Hai dimenticato la password?",Ax="Hai dimenticato la password?",Ex="Torna indietro",Ix="Nascondere la password",Nx="Password non valida",Cx=`Il link non è più valido.
256
256
 
257
257
  Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
258
258
 
259
- Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,Tx="Collegamento non valido",Rx="Fare clic sul pulsante per accedere",Bx="Accedi",Lx="Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.",Ux="Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}",Mx="Collegate il vostro account con {{service}}",Fx="L'utente ha effettuato l'accesso come",Dx="Accesso",Vx="Inserire l'indirizzo e-mail per accedere.",qx="Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.",Hx="Inserire l'e-mail o il numero di telefono per accedere",Kx="Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.",Gx="Inserire il numero di telefono per accedere",Wx="Inserite il vostro {{authMethod}} per accedere.",Jx="Disconnettersi",Xx="No, voglio usare un altro account",Zx="o",Yx="Password",Qx="La password è stata reimpostata",e9="Il successo",t9="Modifica della password dell'account {{vendorName}}",n9="Modifica della password dell'account {{vendorName}} ",r9="Numero di telefono",i9="Informativa sulla privacy",o9="Reindirizzamento",s9="Confermare la password",a9="Registrazione di una nuova password",c9="Reinvio del codice",l9="Modifica della password",d9="Immettere di seguito la nuova password per l'account e-mail: ",u9="Fare clic sul pulsante per reimpostare la password",p9="Fare clic sul pulsante per reimpostare la password",f9="Reimpostare la password",h9="Modifica della password dell'account {{vendorName}} ",g9="Reimpostare la password",m9="Inviare",_9="Inviami un nuovo link magico",y9="Ricordate di controllare la cartella spam se l'e-mail non è arrivata.",v9="Impostare la password",w9="Mostra password",b9="Accedi",$9="Iscriviti",x9="Iscriviti con successo",k9="{{code}} è il codice di accesso per {{vendorName}}",S9="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.",A9="Vai alla pagina di accesso ai contenuti di Spotify",E9=`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.`,I9="Passo 1: Disconnettere l'account Spotify",N9="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.",C9="Passo 2: ricollegare l'account Spotify a Sesamy",z9="Ops! Il tuo account Spotify è già collegato",O9="Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto",j9="Termini e condizioni",P9="Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.",T9="L'account utente non esiste",R9="L'account utente non esiste",B9="Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.",L9="Riprova.",U9="Convalida del codice",M9="Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.",F9="Iscritta",D9="Fare clic sul pulsante per verificare l'indirizzo e-mail",V9="Convalidare l'indirizzo e-mail",q9="Convalidare l'indirizzo e-mail",H9="Verifica dell'account",K9="Verificare l'e-mail",G9="Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.",W9="Benvenuti",J9="Benvenuto nel tuo account {{vendorName}}!",X9="Continuare con questo account",Z9="Sì, continuare con {{text}}",Y9="Sì, continuare con l'account esistente",Q9={"Server error: Invalid code":"Codice non valido","Wrong email or verification code":{"":"Email o codice di verifica errati."},account_detected:j5,account_with_sso_provider:P5,agree_to:T5,and:R5,auth_method_email:B5,auth_method_email_or_phone:L5,auth_method_phone:U5,callback_url_mismatch:M5,callback_url_not_allowed:F5,check_email_title:D5,click_to_sign_up_description:V5,code_email_enter_code:q5,code_email_subject:H5,code_email_title:K5,code_sent_template:G5,code_valid_30_minutes:W5,confirm_password:J5,contact_support:X5,contact_us:Z5,continue:"Continua",continue_social_login:Y5,continue_with:Q5,continue_with_sso_provider_headline:ex,copyright:tx,copyright_sesamy:nx,create_account_description:rx,create_account_email_invalid:ix,create_account_passwords_didnt_match:ox,create_account_title:sx,create_account_weak_password:ax,create_new_account_link:cx,create_password_account_title:lx,currently_logged_in_as:dx,email:ux,email_or_phone_placeholder:px,email_placeholder:fx,email_validated:hx,email_validated_cta:gx,email_verification_for_signup_sent_description:mx,email_verification_for_signup_sent_title:_x,enter_a_code_btn:yx,enter_email_for_verification_description:vx,enter_new_password_placeholder:wx,enter_password:bx,enter_password_description:$x,enter_your_password_btn:xx,expired_code:kx,fokus_info_message:Sx,forgot_password_cta:Ax,forgot_password_description:Ex,forgot_password_email_sent:Ix,forgot_password_link:Nx,forgot_password_title:Cx,go_back:zx,hide_password:Ox,"invalid-email":"Email non valida",invalid_password:jx,invalid_session_body:Px,invalid_session_title:Tx,link_email_click_to_login:Rx,link_email_login:Bx,link_email_or_enter_code:Lx,link_page_body:Ux,link_page_headline:Mx,logged_in_as:Fx,login:Dx,login_description:Vx,login_description_code:qx,login_description_combined:Hx,login_description_link:Kx,login_description_phone:Gx,login_description_template:Wx,logout:Jx,no_use_another:Xx,or:Zx,password:Yx,password_has_been_reset:Qx,password_has_been_reset_title:e9,password_reset_subject:t9,password_reset_title:n9,phone_placeholder:r9,privacy_policy:i9,redirecting:o9,reenter_new_password_placeholder:s9,register_password_account:a9,resend_code:c9,reset_password_cta:l9,reset_password_description:d9,reset_password_email_click_to_reset:u9,reset_password_email_cta:p9,reset_password_email_reset:f9,reset_password_subject:h9,reset_password_title:g9,send:m9,send_me_a_new_magic_link:_9,sent_code_spam:y9,set_password:v9,show_password:w9,sign_in:b9,signup:$9,signup_success:x9,sms_code_text:k9,spotify_already_linked_body:S9,spotify_already_linked_cta:A9,spotify_already_linked_step1_body:E9,spotify_already_linked_step1_title:I9,spotify_already_linked_step2_body:N9,spotify_already_linked_step2_title:C9,spotify_already_linked_title:z9,support_info:O9,terms:j9,unverified_email:P9,user_account_does_not_exist:T9,user_not_found:R9,user_not_found_body:B9,user_not_found_cta:L9,validate_code:U9,validate_email_body:M9,validate_email_title:F9,verify_email_click_to_verify:D9,verify_email_subject:V9,verify_email_title:q9,verify_email_verify:H9,verify_your_email:K9,we_sent_a_code_to:G9,welcome:W9,welcome_to_your_account:J9,yes_continue:X9,yes_continue_with:Z9,yes_continue_with_existing_account:Y9},ek="Konto oppdaget",tk="Vi har oppdaget at du allerede har opprettet en konto gjennom",nk="Ved å logge på godtar du våre",rk="og",ik="e-postadresse",ok="e-post eller telefonnummer",sk="telefonnummer",ak="Callback-URLen samsvarer ikke",ck="Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.",lk="fortsett med bruker",dk="Klikk på knappen for å opprette en ny passordkonto.",uk="Skriv inn koden på {{vendorName}} for å fullføre påloggingen",pk="Velkommen til {{vendorName}} ! {{code}} er påloggingskoden",fk="Velkommen til {{vendorName}}! {{code}} er påloggingskoden",hk="Vennligst sjekk <0>{{username}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.",gk="Koden er gyldig i 30 minutter",mk="Bekreft passord",_k="Trenger hjelp?",yk="Kontakt oss",vk="eller fortsett med sosial konto",wk="Fortsett med {{provider}}",bk="Vil du fortsette med din eksisterende konto?",$k="Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.",xk="©2023 Sesamy",kk="Velg et passord med en blanding av store og små bokstaver, tall og symboler.",Sk="Vennligst skriv inn en gyldig e-postadresse.",Ak="Passordene stemte ikke overens. Prøv igjen.",Ek="Velg passord",Ik="Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.",Nk="Opprett ny konto",Ck="Registrer deg med passord",zk="Du er logget på som <0> {{email}}</0>",Ok="E-post",jk="E-post eller telefonnummer",Pk="E-postadresse",Tk="E-postadressen din har blitt validert",Rk="Skriv nå inn passordet ditt for å logge inn igjen",Bk="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.",Lk="E-postbekreftelse sendt",Uk="Angi en kode",Mk="Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.",Fk="Skriv inn nytt passord",Dk="Oppgi passord",Vk="Skriv inn e-postadressen og passordet ditt for å logge inn.",qk="Skriv inn passordet ditt",Hk="Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.",Kk="Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>",Gk="Send e-post om tilbakestilling av passord",Wk="Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.",Jk="E-post om tilbakestilling av passord sendt",Xk="Har du glemt passordet?",Zk="Har du glemt passordet?",Yk="Gå tilbake",Qk="Skjul passord",e7="Ugyldig passord",t7=`Lenken er ikke lenger gyldig.
259
+ Potete fare clic sul link sottostante per iniziare un nuovo accesso.`,zx="Collegamento non valido",Ox="Fare clic sul pulsante per accedere",jx="Accedi",Px="Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.",Tx="Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}",Rx="Collegate il vostro account con {{service}}",Bx="L'utente ha effettuato l'accesso come",Lx="Accesso",Ux="Inserire l'indirizzo e-mail per accedere.",Mx="Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.",Fx="Inserire l'e-mail o il numero di telefono per accedere",Vx="Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.",Dx="Inserire il numero di telefono per accedere",qx="Inserite il vostro {{authMethod}} per accedere.",Hx="Disconnettersi",Kx="No, voglio usare un altro account",Gx="o",Wx="Password",Jx="La password è stata reimpostata",Zx="Il successo",Xx="Modifica della password dell'account {{vendorName}}",Yx="Modifica della password dell'account {{vendorName}} ",Qx="Numero di telefono",e9="Informativa sulla privacy",t9="Reindirizzamento",n9="Confermare la password",r9="Registrazione di una nuova password",i9="Reinvio del codice",o9="Modifica della password",s9="Immettere di seguito la nuova password per l'account e-mail: ",a9="Fare clic sul pulsante per reimpostare la password",c9="Fare clic sul pulsante per reimpostare la password",d9="Reimpostare la password",l9="Modifica della password dell'account {{vendorName}} ",u9="Reimpostare la password",p9="Inviare",f9="Inviami un nuovo link magico",h9="Ricordate di controllare la cartella spam se l'e-mail non è arrivata.",g9="Impostare la password",m9="Mostra password",_9="Accedi",y9="Iscriviti",w9="Iscriviti con successo",v9="{{code}} è il codice di accesso per {{vendorName}}",b9="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.",$9="Vai alla pagina di accesso ai contenuti di Spotify",x9=`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.`,k9="Passo 1: Disconnettere l'account Spotify",S9="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.",A9="Passo 2: ricollegare l'account Spotify a Sesamy",E9="Ops! Il tuo account Spotify è già collegato",I9="Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto",N9="Termini e condizioni",C9="Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.",z9="L'account utente non esiste",O9="L'account utente non esiste",j9="Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.",P9="Riprova.",T9="Convalida del codice",R9="Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.",B9="Iscritta",L9="Fare clic sul pulsante per verificare l'indirizzo e-mail",U9="Convalidare l'indirizzo e-mail",M9="Convalidare l'indirizzo e-mail",F9="Verifica dell'account",V9="Verificare l'e-mail",D9="Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.",q9="Benvenuti",H9="Benvenuto nel tuo account {{vendorName}}!",K9="Continuare con questo account",G9="Sì, continuare con {{text}}",W9="Sì, continuare con l'account esistente",J9={"Server error: Invalid code":"Codice non valido","Wrong email or verification code":{"":"Email o codice di verifica errati."},account_detected:N5,account_with_sso_provider:C5,agree_to:z5,and:O5,auth_method_email:j5,auth_method_email_or_phone:P5,auth_method_phone:T5,callback_url_mismatch:R5,callback_url_not_allowed:B5,check_email_title:L5,click_to_sign_up_description:U5,code_email_enter_code:M5,code_email_subject:F5,code_email_title:V5,code_sent_template:D5,code_valid_30_minutes:q5,confirm_password:H5,contact_support:K5,contact_us:G5,continue:"Continua",continue_social_login:W5,continue_with:J5,continue_with_sso_provider_headline:Z5,copyright:X5,copyright_sesamy:Y5,create_account_description:Q5,create_account_email_invalid:ex,create_account_passwords_didnt_match:tx,create_account_title:nx,create_account_weak_password:rx,create_new_account_link:ix,create_password_account_title:ox,currently_logged_in_as:sx,email:ax,email_or_phone_placeholder:cx,email_placeholder:dx,email_validated:lx,email_validated_cta:ux,email_verification_for_signup_sent_description:px,email_verification_for_signup_sent_title:fx,enter_a_code_btn:hx,enter_email_for_verification_description:gx,enter_new_password_placeholder:mx,enter_password:_x,enter_password_description:yx,enter_your_password_btn:wx,expired_code:vx,fokus_info_message:bx,forgot_password_cta:$x,forgot_password_description:xx,forgot_password_email_sent:kx,forgot_password_link:Sx,forgot_password_title:Ax,go_back:Ex,hide_password:Ix,"invalid-email":"Email non valida",invalid_password:Nx,invalid_session_body:Cx,invalid_session_title:zx,link_email_click_to_login:Ox,link_email_login:jx,link_email_or_enter_code:Px,link_page_body:Tx,link_page_headline:Rx,logged_in_as:Bx,login:Lx,login_description:Ux,login_description_code:Mx,login_description_combined:Fx,login_description_link:Vx,login_description_phone:Dx,login_description_template:qx,logout:Hx,no_use_another:Kx,or:Gx,password:Wx,password_has_been_reset:Jx,password_has_been_reset_title:Zx,password_reset_subject:Xx,password_reset_title:Yx,phone_placeholder:Qx,privacy_policy:e9,redirecting:t9,reenter_new_password_placeholder:n9,register_password_account:r9,resend_code:i9,reset_password_cta:o9,reset_password_description:s9,reset_password_email_click_to_reset:a9,reset_password_email_cta:c9,reset_password_email_reset:d9,reset_password_subject:l9,reset_password_title:u9,send:p9,send_me_a_new_magic_link:f9,sent_code_spam:h9,set_password:g9,show_password:m9,sign_in:_9,signup:y9,signup_success:w9,sms_code_text:v9,spotify_already_linked_body:b9,spotify_already_linked_cta:$9,spotify_already_linked_step1_body:x9,spotify_already_linked_step1_title:k9,spotify_already_linked_step2_body:S9,spotify_already_linked_step2_title:A9,spotify_already_linked_title:E9,support_info:I9,terms:N9,unverified_email:C9,user_account_does_not_exist:z9,user_not_found:O9,user_not_found_body:j9,user_not_found_cta:P9,validate_code:T9,validate_email_body:R9,validate_email_title:B9,verify_email_click_to_verify:L9,verify_email_subject:U9,verify_email_title:M9,verify_email_verify:F9,verify_your_email:V9,we_sent_a_code_to:D9,welcome:q9,welcome_to_your_account:H9,yes_continue:K9,yes_continue_with:G9,yes_continue_with_existing_account:W9},Z9="Konto oppdaget",X9="Vi har oppdaget at du allerede har opprettet en konto gjennom",Y9="Ved å logge på godtar du våre",Q9="og",ek="e-postadresse",tk="e-post eller telefonnummer",nk="telefonnummer",rk="Callback-URLen samsvarer ikke",ik="Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.",ok="fortsett med bruker",sk="Klikk på knappen for å opprette en ny passordkonto.",ak="Skriv inn koden på {{vendorName}} for å fullføre påloggingen",ck="Velkommen til {{vendorName}} ! {{code}} er påloggingskoden",dk="Velkommen til {{vendorName}}! {{code}} er påloggingskoden",lk="Vennligst sjekk <0>{{username}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.",uk="Koden er gyldig i 30 minutter",pk="Bekreft passord",fk="Trenger hjelp?",hk="Kontakt oss",gk="eller fortsett med sosial konto",mk="Fortsett med {{provider}}",_k="Vil du fortsette med din eksisterende konto?",yk="Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.",wk="©2023 Sesamy",vk="Velg et passord med en blanding av store og små bokstaver, tall og symboler.",bk="Vennligst skriv inn en gyldig e-postadresse.",$k="Passordene stemte ikke overens. Prøv igjen.",xk="Velg passord",kk="Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.",Sk="Opprett ny konto",Ak="Registrer deg med passord",Ek="Du er logget på som <0> {{email}}</0>",Ik="E-post",Nk="E-post eller telefonnummer",Ck="E-postadresse",zk="E-postadressen din har blitt validert",Ok="Skriv nå inn passordet ditt for å logge inn igjen",jk="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.",Pk="E-postbekreftelse sendt",Tk="Angi en kode",Rk="Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.",Bk="Skriv inn nytt passord",Lk="Oppgi passord",Uk="Skriv inn e-postadressen og passordet ditt for å logge inn.",Mk="Skriv inn passordet ditt",Fk="Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.",Vk="Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>",Dk="Send e-post om tilbakestilling av passord",qk="Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.",Hk="E-post om tilbakestilling av passord sendt",Kk="Har du glemt passordet?",Gk="Har du glemt passordet?",Wk="Gå tilbake",Jk="Skjul passord",Zk="Ugyldig passord",Xk=`Lenken er ikke lenger gyldig.
260
260
 
261
261
  Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
262
262
 
263
- Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,n7="Ugyldig lenke",r7="Klikk på knappen for å logge inn",i7="Logg inn",o7="Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.",s7="Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}",a7="Koble kontoen din til {{service}}",c7="Du er innlogget som",l7="Logg inn",d7="Skriv inn e-postadressen din for å logge på.",u7="Skriv inn e-postadressen din og vi sender deg en påloggingskode.",p7="Skriv inn e-postadressen eller telefonnummeret ditt for å logge på",f7="Skriv inn e-postadressen din og vi sender deg en påloggingslenke.",h7="Skriv inn telefonnummeret ditt for å logge på",g7="Skriv inn din {{authMethod}} for å logge inn.",m7="Logg ut",_7="Nei, jeg vil bruke en annen konto",y7="eller",v7="Passord",w7="Passordet har blitt tilbakestilt",b7="Suksess",$7="Endre passord for {{vendorName}} kontoen din",x7="Endre passord for {{vendorName}} kontoen din",k7="Telefonnummer",S7="Personvernerklæring",A7="Omdirigerer",E7="Bekreft passord",I7="Registrer et nytt passord",N7="Send kode på nytt",C7="Endre passord",z7="Skriv inn det nye passordet for e-postkontoen nedenfor: ",O7="Klikk på knappen for å tilbakestille passordet ditt",j7="Klikk på knappen for å tilbakestille passordet ditt",P7="Tilbakestill passordet ditt",T7="Endre passord for {{vendorName}} -kontoen din",R7="Tilbakestill passord",B7="Send",L7="Send meg en ny magisk lenke",U7="Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.",M7="Angi passord",F7="Vis passord",D7="Logg inn",V7="Påmelding",q7="Vellykket registrering",H7="{{code}} er innloggingskoden din for {{vendorName}}",K7="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.",G7="Gå til Spotifys innholdstilgangsside",W7='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.',J7="Trinn 1: Koble fra Spotify-kontoen din",X7="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.",Z7="Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt",Y7="Oops! Spotify-kontoen din er allerede koblet",Q7="Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt",eS="vilkår",tS="E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.",nS="Brukerkonto eksisterer ikke",rS="Brukerkonto eksisterer ikke",iS="Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.",oS="Prøv igjen.",sS="Bekreft koden",aS="Sjekk innboksen din for instruksjoner om e-postvalidering.",cS="Registrerte seg",lS="Klikk på knappen for å bekrefte e-postadressen din",dS="Bekreft e-postadressen din",uS="Bekreft e-postadressen din",pS="Bekreft konto",fS="Bekreft e-posten din",hS="Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.",gS="Velkommen",mS="Velkommen til din brukerkonto hos {{vendorName}} !",_S="Fortsett med denne kontoen",yS="Ja, fortsett med {{text}}",vS="Ja, fortsett med eksisterende konto",wS={"Server error: Invalid code":"Ugyldig kode","Wrong email or verification code":{"":"Feil e-post eller bekreftelseskode."},account_detected:ek,account_with_sso_provider:tk,agree_to:nk,and:rk,auth_method_email:ik,auth_method_email_or_phone:ok,auth_method_phone:sk,callback_url_mismatch:ak,callback_url_not_allowed:ck,check_email_title:lk,click_to_sign_up_description:dk,code_email_enter_code:uk,code_email_subject:pk,code_email_title:fk,code_sent_template:hk,code_valid_30_minutes:gk,confirm_password:mk,contact_support:_k,contact_us:yk,continue:"Fortsette",continue_social_login:vk,continue_with:wk,continue_with_sso_provider_headline:bk,copyright:$k,copyright_sesamy:xk,create_account_description:kk,create_account_email_invalid:Sk,create_account_passwords_didnt_match:Ak,create_account_title:Ek,create_account_weak_password:Ik,create_new_account_link:Nk,create_password_account_title:Ck,currently_logged_in_as:zk,email:Ok,email_or_phone_placeholder:jk,email_placeholder:Pk,email_validated:Tk,email_validated_cta:Rk,email_verification_for_signup_sent_description:Bk,email_verification_for_signup_sent_title:Lk,enter_a_code_btn:Uk,enter_email_for_verification_description:Mk,enter_new_password_placeholder:Fk,enter_password:Dk,enter_password_description:Vk,enter_your_password_btn:qk,expired_code:Hk,fokus_info_message:Kk,forgot_password_cta:Gk,forgot_password_description:Wk,forgot_password_email_sent:Jk,forgot_password_link:Xk,forgot_password_title:Zk,go_back:Yk,hide_password:Qk,"invalid-email":"Ugyldig epost",invalid_password:e7,invalid_session_body:t7,invalid_session_title:n7,link_email_click_to_login:r7,link_email_login:i7,link_email_or_enter_code:o7,link_page_body:s7,link_page_headline:a7,logged_in_as:c7,login:l7,login_description:d7,login_description_code:u7,login_description_combined:p7,login_description_link:f7,login_description_phone:h7,login_description_template:g7,logout:m7,no_use_another:_7,or:y7,password:v7,password_has_been_reset:w7,password_has_been_reset_title:b7,password_reset_subject:$7,password_reset_title:x7,phone_placeholder:k7,privacy_policy:S7,redirecting:A7,reenter_new_password_placeholder:E7,register_password_account:I7,resend_code:N7,reset_password_cta:C7,reset_password_description:z7,reset_password_email_click_to_reset:O7,reset_password_email_cta:j7,reset_password_email_reset:P7,reset_password_subject:T7,reset_password_title:R7,send:B7,send_me_a_new_magic_link:L7,sent_code_spam:U7,set_password:M7,show_password:F7,sign_in:D7,signup:V7,signup_success:q7,sms_code_text:H7,spotify_already_linked_body:K7,spotify_already_linked_cta:G7,spotify_already_linked_step1_body:W7,spotify_already_linked_step1_title:J7,spotify_already_linked_step2_body:X7,spotify_already_linked_step2_title:Z7,spotify_already_linked_title:Y7,support_info:Q7,terms:eS,unverified_email:tS,user_account_does_not_exist:nS,user_not_found:rS,user_not_found_body:iS,user_not_found_cta:oS,validate_code:sS,validate_email_body:aS,validate_email_title:cS,verify_email_click_to_verify:lS,verify_email_subject:dS,verify_email_title:uS,verify_email_verify:pS,verify_your_email:fS,we_sent_a_code_to:hS,welcome:gS,welcome_to_your_account:mS,yes_continue:_S,yes_continue_with:yS,yes_continue_with_existing_account:vS},bS="Fortsätt med existerande konto",$S="Det verkar som att du redan har skapat ett konto genom",xS="Genom att logga in godkänner du våra",kS="och",SS="E-postadress",AS="e-post eller telefonnummer",ES="telefonnummer",IS="Callback URL mismatch",NS="The provided redirect_uri is not in the list of allowed callback URLs.",CS="fortsätt med användaren",zS="Klicka på knappen för att skapa ett nytt lösenordskonto.",OS="Skriv in koden på {{vendorName}} för att slutföra inloggningen",jS="Välkommen till {{vendorName}}! {{code}} är koden för att logga in",PS="Välkommen till {{vendorName}}! {{code}} är koden för att logga in",TS="Vänligen kontrollera <0>{{username}}</0> och ange den sexsiffriga koden som vi har skickat till dig.",RS="Koden är giltig i 30 minuter",BS="Bekräfta lösenord",LS="Behöver du hjälp?",US="Kontakta oss",MS="eller via sociala medier",FS="Fortsätt med {{provider}}",DS="Vill du fortsätta med det här kontot?",VS="Copyright © 2023 SESAMY. Alla rättigheter förbehållna.",qS="©2023 Sesamy",HS="Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.",KS="Ange en giltig e-postadress.",GS="Lösenorden stämde inte överens. Försök igen.",WS="Välj lösenord",JS="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.",XS="Skapa nytt konto",ZS="Registrera dig med lösenord",YS="Du är inloggad som <0>{{email}}</0>",QS="E-postadress",eA="E-post eller telefonnummer",tA="E-postadress",nA="Din e-postadress har validerats",rA="Ange nu ditt lösenord för att logga in igen",iA="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.",oA="E-postverifiering skickad",sA="Logga in med kod",aA="Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.",cA="Ange nytt lösenord",lA="Ange lösenord",dA="Ange din e-postadress och ditt lösenord för att logga in.",uA="Logga in med lösenord",pA="Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.",fA="Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>",hA="Skicka",gA="Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.",mA="Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.",_A="Har du glömt lösenordet?",yA="Har du glömt lösenordet?",vA="Gå tillbaka",wA="Dölj lösenord",bA="Ogiltigt lösenord",$A=`Länken är inte längre giltig.
263
+ Du kan klikke på lenken nedenfor for å starte en ny pålogging.`,Yk="Ugyldig lenke",Qk="Klikk på knappen for å logge inn",e7="Logg inn",t7="Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.",n7="Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}",r7="Koble kontoen din til {{service}}",i7="Du er innlogget som",o7="Logg inn",s7="Skriv inn e-postadressen din for å logge på.",a7="Skriv inn e-postadressen din og vi sender deg en påloggingskode.",c7="Skriv inn e-postadressen eller telefonnummeret ditt for å logge på",d7="Skriv inn e-postadressen din og vi sender deg en påloggingslenke.",l7="Skriv inn telefonnummeret ditt for å logge på",u7="Skriv inn din {{authMethod}} for å logge inn.",p7="Logg ut",f7="Nei, jeg vil bruke en annen konto",h7="eller",g7="Passord",m7="Passordet har blitt tilbakestilt",_7="Suksess",y7="Endre passord for {{vendorName}} kontoen din",w7="Endre passord for {{vendorName}} kontoen din",v7="Telefonnummer",b7="Personvernerklæring",$7="Omdirigerer",x7="Bekreft passord",k7="Registrer et nytt passord",S7="Send kode på nytt",A7="Endre passord",E7="Skriv inn det nye passordet for e-postkontoen nedenfor: ",I7="Klikk på knappen for å tilbakestille passordet ditt",N7="Klikk på knappen for å tilbakestille passordet ditt",C7="Tilbakestill passordet ditt",z7="Endre passord for {{vendorName}} -kontoen din",O7="Tilbakestill passord",j7="Send",P7="Send meg en ny magisk lenke",T7="Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.",R7="Angi passord",B7="Vis passord",L7="Logg inn",U7="Påmelding",M7="Vellykket registrering",F7="{{code}} er innloggingskoden din for {{vendorName}}",V7="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.",D7="Gå til Spotifys innholdstilgangsside",q7='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.',H7="Trinn 1: Koble fra Spotify-kontoen din",K7="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.",G7="Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt",W7="Oops! Spotify-kontoen din er allerede koblet",J7="Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt",Z7="vilkår",X7="E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.",Y7="Brukerkonto eksisterer ikke",Q7="Brukerkonto eksisterer ikke",eS="Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.",tS="Prøv igjen.",nS="Bekreft koden",rS="Sjekk innboksen din for instruksjoner om e-postvalidering.",iS="Registrerte seg",oS="Klikk på knappen for å bekrefte e-postadressen din",sS="Bekreft e-postadressen din",aS="Bekreft e-postadressen din",cS="Bekreft konto",dS="Bekreft e-posten din",lS="Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.",uS="Velkommen",pS="Velkommen til din brukerkonto hos {{vendorName}} !",fS="Fortsett med denne kontoen",hS="Ja, fortsett med {{text}}",gS="Ja, fortsett med eksisterende konto",mS={"Server error: Invalid code":"Ugyldig kode","Wrong email or verification code":{"":"Feil e-post eller bekreftelseskode."},account_detected:Z9,account_with_sso_provider:X9,agree_to:Y9,and:Q9,auth_method_email:ek,auth_method_email_or_phone:tk,auth_method_phone:nk,callback_url_mismatch:rk,callback_url_not_allowed:ik,check_email_title:ok,click_to_sign_up_description:sk,code_email_enter_code:ak,code_email_subject:ck,code_email_title:dk,code_sent_template:lk,code_valid_30_minutes:uk,confirm_password:pk,contact_support:fk,contact_us:hk,continue:"Fortsette",continue_social_login:gk,continue_with:mk,continue_with_sso_provider_headline:_k,copyright:yk,copyright_sesamy:wk,create_account_description:vk,create_account_email_invalid:bk,create_account_passwords_didnt_match:$k,create_account_title:xk,create_account_weak_password:kk,create_new_account_link:Sk,create_password_account_title:Ak,currently_logged_in_as:Ek,email:Ik,email_or_phone_placeholder:Nk,email_placeholder:Ck,email_validated:zk,email_validated_cta:Ok,email_verification_for_signup_sent_description:jk,email_verification_for_signup_sent_title:Pk,enter_a_code_btn:Tk,enter_email_for_verification_description:Rk,enter_new_password_placeholder:Bk,enter_password:Lk,enter_password_description:Uk,enter_your_password_btn:Mk,expired_code:Fk,fokus_info_message:Vk,forgot_password_cta:Dk,forgot_password_description:qk,forgot_password_email_sent:Hk,forgot_password_link:Kk,forgot_password_title:Gk,go_back:Wk,hide_password:Jk,"invalid-email":"Ugyldig epost",invalid_password:Zk,invalid_session_body:Xk,invalid_session_title:Yk,link_email_click_to_login:Qk,link_email_login:e7,link_email_or_enter_code:t7,link_page_body:n7,link_page_headline:r7,logged_in_as:i7,login:o7,login_description:s7,login_description_code:a7,login_description_combined:c7,login_description_link:d7,login_description_phone:l7,login_description_template:u7,logout:p7,no_use_another:f7,or:h7,password:g7,password_has_been_reset:m7,password_has_been_reset_title:_7,password_reset_subject:y7,password_reset_title:w7,phone_placeholder:v7,privacy_policy:b7,redirecting:$7,reenter_new_password_placeholder:x7,register_password_account:k7,resend_code:S7,reset_password_cta:A7,reset_password_description:E7,reset_password_email_click_to_reset:I7,reset_password_email_cta:N7,reset_password_email_reset:C7,reset_password_subject:z7,reset_password_title:O7,send:j7,send_me_a_new_magic_link:P7,sent_code_spam:T7,set_password:R7,show_password:B7,sign_in:L7,signup:U7,signup_success:M7,sms_code_text:F7,spotify_already_linked_body:V7,spotify_already_linked_cta:D7,spotify_already_linked_step1_body:q7,spotify_already_linked_step1_title:H7,spotify_already_linked_step2_body:K7,spotify_already_linked_step2_title:G7,spotify_already_linked_title:W7,support_info:J7,terms:Z7,unverified_email:X7,user_account_does_not_exist:Y7,user_not_found:Q7,user_not_found_body:eS,user_not_found_cta:tS,validate_code:nS,validate_email_body:rS,validate_email_title:iS,verify_email_click_to_verify:oS,verify_email_subject:sS,verify_email_title:aS,verify_email_verify:cS,verify_your_email:dS,we_sent_a_code_to:lS,welcome:uS,welcome_to_your_account:pS,yes_continue:fS,yes_continue_with:hS,yes_continue_with_existing_account:gS},_S="Fortsätt med existerande konto",yS="Det verkar som att du redan har skapat ett konto genom",wS="Genom att logga in godkänner du våra",vS="och",bS="E-postadress",$S="e-post eller telefonnummer",xS="telefonnummer",kS="Callback URL mismatch",SS="The provided redirect_uri is not in the list of allowed callback URLs.",AS="fortsätt med användaren",ES="Klicka på knappen för att skapa ett nytt lösenordskonto.",IS="Skriv in koden på {{vendorName}} för att slutföra inloggningen",NS="Välkommen till {{vendorName}}! {{code}} är koden för att logga in",CS="Välkommen till {{vendorName}}! {{code}} är koden för att logga in",zS="Vänligen kontrollera <0>{{username}}</0> och ange den sexsiffriga koden som vi har skickat till dig.",OS="Koden är giltig i 30 minuter",jS="Bekräfta lösenord",PS="Behöver du hjälp?",TS="Kontakta oss",RS="eller via sociala medier",BS="Fortsätt med {{provider}}",LS="Vill du fortsätta med det här kontot?",US="Copyright © 2023 SESAMY. Alla rättigheter förbehållna.",MS="©2023 Sesamy",FS="Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.",VS="Ange en giltig e-postadress.",DS="Lösenorden stämde inte överens. Försök igen.",qS="Välj lösenord",HS="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.",KS="Skapa nytt konto",GS="Registrera dig med lösenord",WS="Du är inloggad som <0>{{email}}</0>",JS="E-postadress",ZS="E-post eller telefonnummer",XS="E-postadress",YS="Din e-postadress har validerats",QS="Ange nu ditt lösenord för att logga in igen",eA="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.",tA="E-postverifiering skickad",nA="Logga in med kod",rA="Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.",iA="Ange nytt lösenord",oA="Ange lösenord",sA="Ange din e-postadress och ditt lösenord för att logga in.",aA="Logga in med lösenord",cA="Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.",dA="Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>",lA="Skicka",uA="Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.",pA="Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.",fA="Har du glömt lösenordet?",hA="Har du glömt lösenordet?",gA="Gå tillbaka",mA="Dölj lösenord",_A="Ogiltigt lösenord",yA=`Länken är inte längre giltig.
264
264
 
265
265
  Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
266
266
 
267
- Du kan klicka på länken nedan för att starta en ny inloggning.`,xA="Ogiltig länk",kA="Klicka på knappen för att logga in",SA="Logga in",AA="Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.",EA="Ange din epost för att låsa upp den här showen på {{service}}",IA="Koppla ditt konto till {{service}}",NA="Du är inloggad som",CA="Logga in",zA="Ange din e-postadress för att logga in.",OA="Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.",jA="Ange din e-postadress eller ditt telefonnummer för att logga in",PA="Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.",TA="Ange ditt telefonnummer för att logga in",RA="Ange din {{authMethod}} för att logga in.",BA="Logga ut",LA="Nej, jag vill använda ett annat konto",UA="eller",MA="Lösenord",FA="Lösenordet har återställts",DA="Framgång",VA="Byt lösenord för ditt {{vendorName}} konto",qA="Byt lösenord för ditt {{vendorName}} konto",HA="Telefonnummer",KA="Integritetspolicy",GA="Du skickas vidare",WA="Bekräfta lösenord",JA="Registrera ett nytt lösenord",XA="Skicka koden igen",ZA="Ändra lösenord",YA="Ange ditt nya lösenord nedan för e-postkontot: ",QA="Klicka på knappen för att återställa ditt lösenord",eE="Klicka på knappen för att återställa ditt lösenord",tE="Återställ ditt lösenord",nE="Byt lösenord för ditt {{vendorName}} konto",rE="Återställ lösenord",iE="Skicka",oE="Skicka en ny inloggninglänk",sE="Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.",aE="Välj lösenord",cE="Visa lösenord",lE="Logga in",dE="Registrera dig",uE="Registrera dig framgångsrik",pE="{{code}} är din inloggningskod för {{vendorName}}",fE="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.",hE="Gå till Spotify's Content Access sida",gE=`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.`,mE="Steg 1: Avlänka ditt Spotify-konto",_E="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.",yE="Steg 2: Koppla ditt Spotify-konto till Sesamy igen",vE="Oj! Ditt Spotify-konto är redan kopplat",wE="Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam",bE="Villkor",$E="Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg",xE="Kontot existerar inte",kE="Kontot extisterar inte",SE="Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.",AE="Försök igen.",EE="Validera kod",IE="Kontrollera din inkorg för instruktioner om validering av e-post.",NE="Registrerad",CE="Klicka på knappen för att verifiera din e-postadress",zE="Bekräfta din e-postadress",OE="Bekräfta din e-postadress",jE="Verifiera konto",PE="Ange engångskod",TE="Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.",RE="Välkommen",BE="Välkommen till ditt {{vendorName}}-konto!",LE="Fortsätt med konto",UE="Ja, fortsätt med {{text}}",ME="Ja, fortsätt med detta kontot",FE={"Server error: Invalid code":"Koden är inte giltig","Wrong email or verification code":{"":"Fel e-post eller verifieringskod."},account_detected:bS,account_with_sso_provider:$S,agree_to:xS,and:kS,auth_method_email:SS,auth_method_email_or_phone:AS,auth_method_phone:ES,callback_url_mismatch:IS,callback_url_not_allowed:NS,check_email_title:CS,click_to_sign_up_description:zS,code_email_enter_code:OS,code_email_subject:jS,code_email_title:PS,code_sent_template:TS,code_valid_30_minutes:RS,confirm_password:BS,contact_support:LS,contact_us:US,continue:"Fortsätt",continue_social_login:MS,continue_with:FS,continue_with_sso_provider_headline:DS,copyright:VS,copyright_sesamy:qS,create_account_description:HS,create_account_email_invalid:KS,create_account_passwords_didnt_match:GS,create_account_title:WS,create_account_weak_password:JS,create_new_account_link:XS,create_password_account_title:ZS,currently_logged_in_as:YS,email:QS,email_or_phone_placeholder:eA,email_placeholder:tA,email_validated:nA,email_validated_cta:rA,email_verification_for_signup_sent_description:iA,email_verification_for_signup_sent_title:oA,enter_a_code_btn:sA,enter_email_for_verification_description:aA,enter_new_password_placeholder:cA,enter_password:lA,enter_password_description:dA,enter_your_password_btn:uA,expired_code:pA,fokus_info_message:fA,forgot_password_cta:hA,forgot_password_description:gA,forgot_password_email_sent:mA,forgot_password_link:_A,forgot_password_title:yA,go_back:vA,hide_password:wA,"invalid-email":"Ogiltig e-postadress",invalid_password:bA,invalid_session_body:$A,invalid_session_title:xA,link_email_click_to_login:kA,link_email_login:SA,link_email_or_enter_code:AA,link_page_body:EA,link_page_headline:IA,logged_in_as:NA,login:CA,login_description:zA,login_description_code:OA,login_description_combined:jA,login_description_link:PA,login_description_phone:TA,login_description_template:RA,logout:BA,no_use_another:LA,or:UA,password:MA,password_has_been_reset:FA,password_has_been_reset_title:DA,password_reset_subject:VA,password_reset_title:qA,phone_placeholder:HA,privacy_policy:KA,redirecting:GA,reenter_new_password_placeholder:WA,register_password_account:JA,resend_code:XA,reset_password_cta:ZA,reset_password_description:YA,reset_password_email_click_to_reset:QA,reset_password_email_cta:eE,reset_password_email_reset:tE,reset_password_subject:nE,reset_password_title:rE,send:iE,send_me_a_new_magic_link:oE,sent_code_spam:sE,set_password:aE,show_password:cE,sign_in:lE,signup:dE,signup_success:uE,sms_code_text:pE,spotify_already_linked_body:fE,spotify_already_linked_cta:hE,spotify_already_linked_step1_body:gE,spotify_already_linked_step1_title:mE,spotify_already_linked_step2_body:_E,spotify_already_linked_step2_title:yE,spotify_already_linked_title:vE,support_info:wE,terms:bE,unverified_email:$E,user_account_does_not_exist:xE,user_not_found:kE,user_not_found_body:SE,user_not_found_cta:AE,validate_code:EE,validate_email_body:IE,validate_email_title:NE,verify_email_click_to_verify:CE,verify_email_subject:zE,verify_email_title:OE,verify_email_verify:jE,verify_your_email:PE,we_sent_a_code_to:TE,welcome:RE,welcome_to_your_account:BE,yes_continue:LE,yes_continue_with:UE,yes_continue_with_existing_account:ME},DE="Wykryto konto",VE="Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem",qE="Logując się, wyrażasz zgodę na nasze",HE="i",KE="adres e-mail",GE="e-mail lub numer telefonu",WE="numer telefonu",JE="Niezgodność adresu URL wywołania zwrotnego",XE="Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.",ZE="kontynuować z użytkownikiem",YE="Kliknij przycisk, aby utworzyć nowe konto z hasłem.",QE="Wpisz kod na stronie {{vendorName}}, aby się zalogować.",eI="Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.",tI="Witamy na {{vendorName}}! {{code}} to kod logowania.",nI="Sprawdź <0>{{username}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.",rI="Kod jest ważny przez 30 minut",iI="Potwierdź hasło",oI="Potrzebujesz pomocy?",sI="Skontaktuj się z nami",aI="lub kontynuować korzystanie z konta społecznościowego",cI="Kontynuuj {{provider}}",lI="Czy chcesz kontynuować korzystanie z istniejącego konta?",dI="Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.",uI="©2023 Sesamy",pI="Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.",fI="Wprowadź prawidłowy adres e-mail.",hI="Hasła nie są zgodne. Spróbuj ponownie.",gI="Wybierz hasło",mI="Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.",_I="Utwórz nowe konto",yI="Zarejestruj się przy użyciu hasła",vI="Jesteś obecnie zalogowany jako <0>{{email}}</0>",wI="E-mail",bI="E-mail lub numer telefonu",$I="Adres e-mail",xI="Twój adres e-mail został zweryfikowany",kI="Teraz wprowadź hasło, aby zalogować się ponownie",SI="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.",AI="Wysłano weryfikację e-mail",EI="Wprowadź kod",II="Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.",NI="Wprowadź nowe hasło",CI="Wprowadź hasło",zI="Wprowadź swój adres e-mail i hasło, aby się zalogować.",OI="Wprowadź hasło",jI="Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.",PI="Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>",TI="Wyślij wiadomość e-mail z resetem hasła",RI="Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.",BI="Wysłano wiadomość e-mail z resetem hasła",LI="Zapomniałeś hasła?",UI="Zapomniałeś hasła?",MI="Wróć",FI="Ukryj hasło",DI="Nieprawidłowe hasło",VI=`Link jest już nieaktualny.
267
+ Du kan klicka på länken nedan för att starta en ny inloggning.`,wA="Ogiltig länk",vA="Klicka på knappen för att logga in",bA="Logga in",$A="Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.",xA="Ange din epost för att låsa upp den här showen på {{service}}",kA="Koppla ditt konto till {{service}}",SA="Du är inloggad som",AA="Logga in",EA="Ange din e-postadress för att logga in.",IA="Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.",NA="Ange din e-postadress eller ditt telefonnummer för att logga in",CA="Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.",zA="Ange ditt telefonnummer för att logga in",OA="Ange din {{authMethod}} för att logga in.",jA="Logga ut",PA="Nej, jag vill använda ett annat konto",TA="eller",RA="Lösenord",BA="Lösenordet har återställts",LA="Framgång",UA="Byt lösenord för ditt {{vendorName}} konto",MA="Byt lösenord för ditt {{vendorName}} konto",FA="Telefonnummer",VA="Integritetspolicy",DA="Du skickas vidare",qA="Bekräfta lösenord",HA="Registrera ett nytt lösenord",KA="Skicka koden igen",GA="Ändra lösenord",WA="Ange ditt nya lösenord nedan för e-postkontot: ",JA="Klicka på knappen för att återställa ditt lösenord",ZA="Klicka på knappen för att återställa ditt lösenord",XA="Återställ ditt lösenord",YA="Byt lösenord för ditt {{vendorName}} konto",QA="Återställ lösenord",eE="Skicka",tE="Skicka en ny inloggninglänk",nE="Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.",rE="Välj lösenord",iE="Visa lösenord",oE="Logga in",sE="Registrera dig",aE="Registrera dig framgångsrik",cE="{{code}} är din inloggningskod för {{vendorName}}",dE="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.",lE="Gå till Spotify's Content Access sida",uE=`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.`,pE="Steg 1: Avlänka ditt Spotify-konto",fE="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.",hE="Steg 2: Koppla ditt Spotify-konto till Sesamy igen",gE="Oj! Ditt Spotify-konto är redan kopplat",mE="Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam",_E="Villkor",yE="Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg",wE="Kontot existerar inte",vE="Kontot extisterar inte",bE="Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.",$E="Försök igen.",xE="Validera kod",kE="Kontrollera din inkorg för instruktioner om validering av e-post.",SE="Registrerad",AE="Klicka på knappen för att verifiera din e-postadress",EE="Bekräfta din e-postadress",IE="Bekräfta din e-postadress",NE="Verifiera konto",CE="Ange engångskod",zE="Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.",OE="Välkommen",jE="Välkommen till ditt {{vendorName}}-konto!",PE="Fortsätt med konto",TE="Ja, fortsätt med {{text}}",RE="Ja, fortsätt med detta kontot",BE={"Server error: Invalid code":"Koden är inte giltig","Wrong email or verification code":{"":"Fel e-post eller verifieringskod."},account_detected:_S,account_with_sso_provider:yS,agree_to:wS,and:vS,auth_method_email:bS,auth_method_email_or_phone:$S,auth_method_phone:xS,callback_url_mismatch:kS,callback_url_not_allowed:SS,check_email_title:AS,click_to_sign_up_description:ES,code_email_enter_code:IS,code_email_subject:NS,code_email_title:CS,code_sent_template:zS,code_valid_30_minutes:OS,confirm_password:jS,contact_support:PS,contact_us:TS,continue:"Fortsätt",continue_social_login:RS,continue_with:BS,continue_with_sso_provider_headline:LS,copyright:US,copyright_sesamy:MS,create_account_description:FS,create_account_email_invalid:VS,create_account_passwords_didnt_match:DS,create_account_title:qS,create_account_weak_password:HS,create_new_account_link:KS,create_password_account_title:GS,currently_logged_in_as:WS,email:JS,email_or_phone_placeholder:ZS,email_placeholder:XS,email_validated:YS,email_validated_cta:QS,email_verification_for_signup_sent_description:eA,email_verification_for_signup_sent_title:tA,enter_a_code_btn:nA,enter_email_for_verification_description:rA,enter_new_password_placeholder:iA,enter_password:oA,enter_password_description:sA,enter_your_password_btn:aA,expired_code:cA,fokus_info_message:dA,forgot_password_cta:lA,forgot_password_description:uA,forgot_password_email_sent:pA,forgot_password_link:fA,forgot_password_title:hA,go_back:gA,hide_password:mA,"invalid-email":"Ogiltig e-postadress",invalid_password:_A,invalid_session_body:yA,invalid_session_title:wA,link_email_click_to_login:vA,link_email_login:bA,link_email_or_enter_code:$A,link_page_body:xA,link_page_headline:kA,logged_in_as:SA,login:AA,login_description:EA,login_description_code:IA,login_description_combined:NA,login_description_link:CA,login_description_phone:zA,login_description_template:OA,logout:jA,no_use_another:PA,or:TA,password:RA,password_has_been_reset:BA,password_has_been_reset_title:LA,password_reset_subject:UA,password_reset_title:MA,phone_placeholder:FA,privacy_policy:VA,redirecting:DA,reenter_new_password_placeholder:qA,register_password_account:HA,resend_code:KA,reset_password_cta:GA,reset_password_description:WA,reset_password_email_click_to_reset:JA,reset_password_email_cta:ZA,reset_password_email_reset:XA,reset_password_subject:YA,reset_password_title:QA,send:eE,send_me_a_new_magic_link:tE,sent_code_spam:nE,set_password:rE,show_password:iE,sign_in:oE,signup:sE,signup_success:aE,sms_code_text:cE,spotify_already_linked_body:dE,spotify_already_linked_cta:lE,spotify_already_linked_step1_body:uE,spotify_already_linked_step1_title:pE,spotify_already_linked_step2_body:fE,spotify_already_linked_step2_title:hE,spotify_already_linked_title:gE,support_info:mE,terms:_E,unverified_email:yE,user_account_does_not_exist:wE,user_not_found:vE,user_not_found_body:bE,user_not_found_cta:$E,validate_code:xE,validate_email_body:kE,validate_email_title:SE,verify_email_click_to_verify:AE,verify_email_subject:EE,verify_email_title:IE,verify_email_verify:NE,verify_your_email:CE,we_sent_a_code_to:zE,welcome:OE,welcome_to_your_account:jE,yes_continue:PE,yes_continue_with:TE,yes_continue_with_existing_account:RE},LE="Wykryto konto",UE="Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem",ME="Logując się, wyrażasz zgodę na nasze",FE="i",VE="adres e-mail",DE="e-mail lub numer telefonu",qE="numer telefonu",HE="Niezgodność adresu URL wywołania zwrotnego",KE="Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.",GE="kontynuować z użytkownikiem",WE="Kliknij przycisk, aby utworzyć nowe konto z hasłem.",JE="Wpisz kod na stronie {{vendorName}}, aby się zalogować.",ZE="Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.",XE="Witamy na {{vendorName}}! {{code}} to kod logowania.",YE="Sprawdź <0>{{username}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.",QE="Kod jest ważny przez 30 minut",eI="Potwierdź hasło",tI="Potrzebujesz pomocy?",nI="Skontaktuj się z nami",rI="lub kontynuować korzystanie z konta społecznościowego",iI="Kontynuuj {{provider}}",oI="Czy chcesz kontynuować korzystanie z istniejącego konta?",sI="Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.",aI="©2023 Sesamy",cI="Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.",dI="Wprowadź prawidłowy adres e-mail.",lI="Hasła nie są zgodne. Spróbuj ponownie.",uI="Wybierz hasło",pI="Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.",fI="Utwórz nowe konto",hI="Zarejestruj się przy użyciu hasła",gI="Jesteś obecnie zalogowany jako <0>{{email}}</0>",mI="E-mail",_I="E-mail lub numer telefonu",yI="Adres e-mail",wI="Twój adres e-mail został zweryfikowany",vI="Teraz wprowadź hasło, aby zalogować się ponownie",bI="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.",$I="Wysłano weryfikację e-mail",xI="Wprowadź kod",kI="Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.",SI="Wprowadź nowe hasło",AI="Wprowadź hasło",EI="Wprowadź swój adres e-mail i hasło, aby się zalogować.",II="Wprowadź hasło",NI="Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.",CI="Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>",zI="Wyślij wiadomość e-mail z resetem hasła",OI="Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.",jI="Wysłano wiadomość e-mail z resetem hasła",PI="Zapomniałeś hasła?",TI="Zapomniałeś hasła?",RI="Wróć",BI="Ukryj hasło",LI="Nieprawidłowe hasło",UI=`Link jest już nieaktualny.
268
268
 
269
269
  Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
270
270
 
271
- Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,qI="Nieprawidłowy link",HI="Kliknij przycisk, aby się zalogować",KI="Zaloguj się",GI="Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.",WI="Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}",JI="Połącz swoje konto z {{service}}",XI="Jesteś zalogowany jako",ZI="Logowanie",YI="Wprowadź swój adres e-mail, aby się zalogować.",QI="Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.",eN="Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować",tN="Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.",nN="Wprowadź swój numer telefonu, aby się zalogować",rN="Wprowadź swój adres {{authMethod}}, aby się zalogować.",iN="Wylogowanie",oN="Nie, chcę użyć innego konta",sN="lub",aN="Hasło",cN="Hasło zostało zresetowane",lN="Sukces",dN="Zmień hasło do konta {{vendorName}} ",uN="Zmiana hasła do konta {{vendorName}} ",pN="Numer telefonu",fN="Polityka prywatności",hN="Przekierowanie",gN="Potwierdź hasło",mN="Zarejestruj nowe hasło",_N="Wyślij ponownie kod",yN="Zmiana hasła",vN="Wprowadź poniżej nowe hasło do konta e-mail: ",wN="Kliknij przycisk, aby zresetować hasło",bN="Kliknij przycisk, aby zresetować hasło",$N="Zmień hasło",xN="Zmiana hasła do konta {{vendorName}} ",kN="Resetowanie hasła",SN="Wyślij",AN="Wyślij mi nowy magiczny link",EN="Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.",IN="Ustaw hasło",NN="Pokaż hasło",CN="Zaloguj się",zN="Rejestracja",ON="Rejestracja zakończona sukcesem",jN="{{code}} to kod logowania do {{vendorName}}",PN="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ć.",TN="Przejdź do strony dostępu do treści Spotify",RN='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.',BN="Krok 1: Odłącz swoje konto Spotify",LN="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.",UN="Krok 2: Połącz ponownie swoje konto Spotify z Sesamy",MN="Ups! Twoje konto Spotify jest już połączone",FN="Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami",DN="Zasady i warunki",VN="Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą",qN="Konto użytkownika nie istnieje",HN="Konto użytkownika nie istnieje",KN="Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.",GN="Spróbuj ponownie.",WN="Sprawdź poprawność kodu",JN="Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.",XN="Zarejestrowany",ZN="Kliknij przycisk, aby zweryfikować swój adres e-mail",YN="Potwierdź swój adres e-mail",QN="Potwierdź swój adres e-mail",eC="Zweryfikuj konto",tC="Zweryfikuj swój adres e-mail",nC="Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.",rC="Witamy",iC="Witamy na koncie {{vendorName}}!",oC="Kontynuuj korzystanie z tego konta",sC="Tak, kontynuuj {{text}}",aC="Tak, kontynuuj korzystanie z istniejącego konta",cC={"Server error: Invalid code":"Nieprawidłowy kod","Wrong email or verification code":{"":"Nieprawidłowy adres e-mail lub kod weryfikacyjny."},account_detected:DE,account_with_sso_provider:VE,agree_to:qE,and:HE,auth_method_email:KE,auth_method_email_or_phone:GE,auth_method_phone:WE,callback_url_mismatch:JE,callback_url_not_allowed:XE,check_email_title:ZE,click_to_sign_up_description:YE,code_email_enter_code:QE,code_email_subject:eI,code_email_title:tI,code_sent_template:nI,code_valid_30_minutes:rI,confirm_password:iI,contact_support:oI,contact_us:sI,continue:"Kontynuuj",continue_social_login:aI,continue_with:cI,continue_with_sso_provider_headline:lI,copyright:dI,copyright_sesamy:uI,create_account_description:pI,create_account_email_invalid:fI,create_account_passwords_didnt_match:hI,create_account_title:gI,create_account_weak_password:mI,create_new_account_link:_I,create_password_account_title:yI,currently_logged_in_as:vI,email:wI,email_or_phone_placeholder:bI,email_placeholder:$I,email_validated:xI,email_validated_cta:kI,email_verification_for_signup_sent_description:SI,email_verification_for_signup_sent_title:AI,enter_a_code_btn:EI,enter_email_for_verification_description:II,enter_new_password_placeholder:NI,enter_password:CI,enter_password_description:zI,enter_your_password_btn:OI,expired_code:jI,fokus_info_message:PI,forgot_password_cta:TI,forgot_password_description:RI,forgot_password_email_sent:BI,forgot_password_link:LI,forgot_password_title:UI,go_back:MI,hide_password:FI,"invalid-email":"Nieprawidłowy adres e-mail",invalid_password:DI,invalid_session_body:VI,invalid_session_title:qI,link_email_click_to_login:HI,link_email_login:KI,link_email_or_enter_code:GI,link_page_body:WI,link_page_headline:JI,logged_in_as:XI,login:ZI,login_description:YI,login_description_code:QI,login_description_combined:eN,login_description_link:tN,login_description_phone:nN,login_description_template:rN,logout:iN,no_use_another:oN,or:sN,password:aN,password_has_been_reset:cN,password_has_been_reset_title:lN,password_reset_subject:dN,password_reset_title:uN,phone_placeholder:pN,privacy_policy:fN,redirecting:hN,reenter_new_password_placeholder:gN,register_password_account:mN,resend_code:_N,reset_password_cta:yN,reset_password_description:vN,reset_password_email_click_to_reset:wN,reset_password_email_cta:bN,reset_password_email_reset:$N,reset_password_subject:xN,reset_password_title:kN,send:SN,send_me_a_new_magic_link:AN,sent_code_spam:EN,set_password:IN,show_password:NN,sign_in:CN,signup:zN,signup_success:ON,sms_code_text:jN,spotify_already_linked_body:PN,spotify_already_linked_cta:TN,spotify_already_linked_step1_body:RN,spotify_already_linked_step1_title:BN,spotify_already_linked_step2_body:LN,spotify_already_linked_step2_title:UN,spotify_already_linked_title:MN,support_info:FN,terms:DN,unverified_email:VN,user_account_does_not_exist:qN,user_not_found:HN,user_not_found_body:KN,user_not_found_cta:GN,validate_code:WN,validate_email_body:JN,validate_email_title:XN,verify_email_click_to_verify:ZN,verify_email_subject:YN,verify_email_title:QN,verify_email_verify:eC,verify_your_email:tC,we_sent_a_code_to:nC,welcome:rC,welcome_to_your_account:iC,yes_continue:oC,yes_continue_with:sC,yes_continue_with_existing_account:aC},lC="Zjištěný účet",dC="Zjistili jsme, že jste si již vytvořili účet prostřednictvím",uC="Přihlášením souhlasíte s našimi",pC="a",fC="e-mailová adresa",hC="e-mail nebo telefonní číslo",gC="telefonní číslo",mC="Neshoda adresy URL zpětného volání",_C="Zadané redirect_uri není v seznamu povolených zpětných adres URL.",yC="pokračovat s uživatelem",vC="Klikněte na tlačítko pro vytvoření nového účtu s heslem.",wC="Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.",bC="Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.",$C="Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.",xC="Zkontrolujte prosím <0>{{username}}</0> a zadejte šestimístný kód, který jsme vám zaslali.",kC="Kód je platný po dobu 30 minut",SC="Potvrzení hesla",AC="Potřebujete pomoc?",EC="Kontaktujte nás",IC="nebo pokračovat v sociálním účtu",NC="Pokračovat s {{provider}}",CC="Chcete pokračovat ve svém stávajícím účtu?",zC="Copyright © 2023 SESAMY. Všechna práva vyhrazena.",OC="©2023 Sesamy",jC="Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.",PC="Zadejte prosím platnou e-mailovou adresu.",TC="Hesla se neshodovala. Zkuste to znovu.",RC="Zvolte heslo",BC="Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.",LC="Vytvořit nový účet",UC="Zaregistrujte se pomocí hesla",MC="V současné době jste přihlášeni jako <0>{{email}}</0>",FC="E-mail",DC="E-mail nebo telefonní číslo",VC="E-mailová adresa",qC="Vaše e-mailová adresa byla ověřena",HC="Nyní zadejte své heslo a znovu se přihlaste",KC="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.",GC="Ověření e-mailem odesláno",WC="Zadejte kód",JC="Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.",XC="Zadejte nové heslo",ZC="Zadejte heslo",YC="Pro přihlášení zadejte svou e-mailovou adresu a heslo.",QC="Zadejte své heslo",ez="Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.",tz="Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>",nz="Odeslání e-mailu pro obnovení hesla",rz="Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.",iz="Odeslání e-mailu s žádostí o obnovení hesla",oz="Zapomněli jste heslo?",sz="Zapomněli jste heslo?",az="Vrátit se zpět",cz="Skrýt heslo",lz="Neplatné heslo",dz=`Odkaz již není platný.
271
+ Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`,MI="Nieprawidłowy link",FI="Kliknij przycisk, aby się zalogować",VI="Zaloguj się",DI="Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.",qI="Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}",HI="Połącz swoje konto z {{service}}",KI="Jesteś zalogowany jako",GI="Logowanie",WI="Wprowadź swój adres e-mail, aby się zalogować.",JI="Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.",ZI="Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować",XI="Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.",YI="Wprowadź swój numer telefonu, aby się zalogować",QI="Wprowadź swój adres {{authMethod}}, aby się zalogować.",eN="Wylogowanie",tN="Nie, chcę użyć innego konta",nN="lub",rN="Hasło",iN="Hasło zostało zresetowane",oN="Sukces",sN="Zmień hasło do konta {{vendorName}} ",aN="Zmiana hasła do konta {{vendorName}} ",cN="Numer telefonu",dN="Polityka prywatności",lN="Przekierowanie",uN="Potwierdź hasło",pN="Zarejestruj nowe hasło",fN="Wyślij ponownie kod",hN="Zmiana hasła",gN="Wprowadź poniżej nowe hasło do konta e-mail: ",mN="Kliknij przycisk, aby zresetować hasło",_N="Kliknij przycisk, aby zresetować hasło",yN="Zmień hasło",wN="Zmiana hasła do konta {{vendorName}} ",vN="Resetowanie hasła",bN="Wyślij",$N="Wyślij mi nowy magiczny link",xN="Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.",kN="Ustaw hasło",SN="Pokaż hasło",AN="Zaloguj się",EN="Rejestracja",IN="Rejestracja zakończona sukcesem",NN="{{code}} to kod logowania do {{vendorName}}",CN="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ć.",zN="Przejdź do strony dostępu do treści Spotify",ON='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.',jN="Krok 1: Odłącz swoje konto Spotify",PN="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.",TN="Krok 2: Połącz ponownie swoje konto Spotify z Sesamy",RN="Ups! Twoje konto Spotify jest już połączone",BN="Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami",LN="Zasady i warunki",UN="Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą",MN="Konto użytkownika nie istnieje",FN="Konto użytkownika nie istnieje",VN="Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.",DN="Spróbuj ponownie.",qN="Sprawdź poprawność kodu",HN="Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.",KN="Zarejestrowany",GN="Kliknij przycisk, aby zweryfikować swój adres e-mail",WN="Potwierdź swój adres e-mail",JN="Potwierdź swój adres e-mail",ZN="Zweryfikuj konto",XN="Zweryfikuj swój adres e-mail",YN="Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.",QN="Witamy",eC="Witamy na koncie {{vendorName}}!",tC="Kontynuuj korzystanie z tego konta",nC="Tak, kontynuuj {{text}}",rC="Tak, kontynuuj korzystanie z istniejącego konta",iC={"Server error: Invalid code":"Nieprawidłowy kod","Wrong email or verification code":{"":"Nieprawidłowy adres e-mail lub kod weryfikacyjny."},account_detected:LE,account_with_sso_provider:UE,agree_to:ME,and:FE,auth_method_email:VE,auth_method_email_or_phone:DE,auth_method_phone:qE,callback_url_mismatch:HE,callback_url_not_allowed:KE,check_email_title:GE,click_to_sign_up_description:WE,code_email_enter_code:JE,code_email_subject:ZE,code_email_title:XE,code_sent_template:YE,code_valid_30_minutes:QE,confirm_password:eI,contact_support:tI,contact_us:nI,continue:"Kontynuuj",continue_social_login:rI,continue_with:iI,continue_with_sso_provider_headline:oI,copyright:sI,copyright_sesamy:aI,create_account_description:cI,create_account_email_invalid:dI,create_account_passwords_didnt_match:lI,create_account_title:uI,create_account_weak_password:pI,create_new_account_link:fI,create_password_account_title:hI,currently_logged_in_as:gI,email:mI,email_or_phone_placeholder:_I,email_placeholder:yI,email_validated:wI,email_validated_cta:vI,email_verification_for_signup_sent_description:bI,email_verification_for_signup_sent_title:$I,enter_a_code_btn:xI,enter_email_for_verification_description:kI,enter_new_password_placeholder:SI,enter_password:AI,enter_password_description:EI,enter_your_password_btn:II,expired_code:NI,fokus_info_message:CI,forgot_password_cta:zI,forgot_password_description:OI,forgot_password_email_sent:jI,forgot_password_link:PI,forgot_password_title:TI,go_back:RI,hide_password:BI,"invalid-email":"Nieprawidłowy adres e-mail",invalid_password:LI,invalid_session_body:UI,invalid_session_title:MI,link_email_click_to_login:FI,link_email_login:VI,link_email_or_enter_code:DI,link_page_body:qI,link_page_headline:HI,logged_in_as:KI,login:GI,login_description:WI,login_description_code:JI,login_description_combined:ZI,login_description_link:XI,login_description_phone:YI,login_description_template:QI,logout:eN,no_use_another:tN,or:nN,password:rN,password_has_been_reset:iN,password_has_been_reset_title:oN,password_reset_subject:sN,password_reset_title:aN,phone_placeholder:cN,privacy_policy:dN,redirecting:lN,reenter_new_password_placeholder:uN,register_password_account:pN,resend_code:fN,reset_password_cta:hN,reset_password_description:gN,reset_password_email_click_to_reset:mN,reset_password_email_cta:_N,reset_password_email_reset:yN,reset_password_subject:wN,reset_password_title:vN,send:bN,send_me_a_new_magic_link:$N,sent_code_spam:xN,set_password:kN,show_password:SN,sign_in:AN,signup:EN,signup_success:IN,sms_code_text:NN,spotify_already_linked_body:CN,spotify_already_linked_cta:zN,spotify_already_linked_step1_body:ON,spotify_already_linked_step1_title:jN,spotify_already_linked_step2_body:PN,spotify_already_linked_step2_title:TN,spotify_already_linked_title:RN,support_info:BN,terms:LN,unverified_email:UN,user_account_does_not_exist:MN,user_not_found:FN,user_not_found_body:VN,user_not_found_cta:DN,validate_code:qN,validate_email_body:HN,validate_email_title:KN,verify_email_click_to_verify:GN,verify_email_subject:WN,verify_email_title:JN,verify_email_verify:ZN,verify_your_email:XN,we_sent_a_code_to:YN,welcome:QN,welcome_to_your_account:eC,yes_continue:tC,yes_continue_with:nC,yes_continue_with_existing_account:rC},oC="Zjištěný účet",sC="Zjistili jsme, že jste si již vytvořili účet prostřednictvím",aC="Přihlášením souhlasíte s našimi",cC="a",dC="e-mailová adresa",lC="e-mail nebo telefonní číslo",uC="telefonní číslo",pC="Neshoda adresy URL zpětného volání",fC="Zadané redirect_uri není v seznamu povolených zpětných adres URL.",hC="pokračovat s uživatelem",gC="Klikněte na tlačítko pro vytvoření nového účtu s heslem.",mC="Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.",_C="Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.",yC="Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.",wC="Zkontrolujte prosím <0>{{username}}</0> a zadejte šestimístný kód, který jsme vám zaslali.",vC="Kód je platný po dobu 30 minut",bC="Potvrzení hesla",$C="Potřebujete pomoc?",xC="Kontaktujte nás",kC="nebo pokračovat v sociálním účtu",SC="Pokračovat s {{provider}}",AC="Chcete pokračovat ve svém stávajícím účtu?",EC="Copyright © 2023 SESAMY. Všechna práva vyhrazena.",IC="©2023 Sesamy",NC="Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.",CC="Zadejte prosím platnou e-mailovou adresu.",zC="Hesla se neshodovala. Zkuste to znovu.",OC="Zvolte heslo",jC="Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.",PC="Vytvořit nový účet",TC="Zaregistrujte se pomocí hesla",RC="V současné době jste přihlášeni jako <0>{{email}}</0>",BC="E-mail",LC="E-mail nebo telefonní číslo",UC="E-mailová adresa",MC="Vaše e-mailová adresa byla ověřena",FC="Nyní zadejte své heslo a znovu se přihlaste",VC="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.",DC="Ověření e-mailem odesláno",qC="Zadejte kód",HC="Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.",KC="Zadejte nové heslo",GC="Zadejte heslo",WC="Pro přihlášení zadejte svou e-mailovou adresu a heslo.",JC="Zadejte své heslo",ZC="Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.",XC="Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>",YC="Odeslání e-mailu pro obnovení hesla",QC="Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.",ez="Odeslání e-mailu s žádostí o obnovení hesla",tz="Zapomněli jste heslo?",nz="Zapomněli jste heslo?",rz="Vrátit se zpět",iz="Skrýt heslo",oz="Neplatné heslo",sz=`Odkaz již není platný.
272
272
 
273
273
  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.
274
274
 
275
- Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,uz="Neplatný odkaz",pz="Kliknutím na tlačítko se přihlásíte",fz="Přihlášení",hz="Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.",gz="Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}",mz="Propojte svůj účet s {{service}}",_z="Jste přihlášeni jako",yz="Přihlášení",vz="Pro přihlášení zadejte svou e-mailovou adresu.",wz="Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.",bz="Pro přihlášení zadejte svůj e-mail nebo telefonní číslo",$z="Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.",xz="Zadejte své telefonní číslo a přihlaste se",kz="Pro přihlášení zadejte adresu {{authMethod}}.",Sz="Odhlášení",Az="Ne, chci použít jiný účet",Ez="nebo",Iz="Heslo",Nz="Heslo bylo resetováno",Cz="Úspěch",zz="Změna hesla k účtu {{vendorName}} ",Oz="Změna hesla k účtu {{vendorName}} ",jz="Telefonní číslo",Pz="Zásady ochrany osobních údajů",Tz="Přesměrování",Rz="Potvrzení hesla",Bz="Registrace nového hesla",Lz="Opětovné odeslání kódu",Uz="Změna hesla",Mz="Níže zadejte nové heslo k e-mailovému účtu: ",Fz="Kliknutím na tlačítko obnovíte své heslo",Dz="Kliknutím na tlačítko obnovíte své heslo",Vz="Obnovení hesla",qz="Změna hesla k účtu {{vendorName}} ",Hz="Obnovení hesla",Kz="Odeslat",Gz="Pošlete mi nový kouzelný odkaz",Wz="Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.",Jz="Nastavení hesla",Xz="Zobrazit heslo",Zz="Přihlásit se",Yz="Registrace",Qz="Úspěšná registrace",eO="{{code}} je váš přihlašovací kód pro {{vendorName}}",tO="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.",nO="Přejděte na stránku Spotify pro přístup k obsahu",rO='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.',iO="Krok 1: Odpojení účtu Spotify",oO="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.",sO="Krok 2: Propojení účtu Spotify s aplikací Sesamy",aO="Ups! Váš účet Spotify je již propojen",cO="Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.",lO="Podmínky a pravidla",dO="Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.",uO="Uživatelský účet neexistuje",pO="Uživatelský účet neexistuje",fO="Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.",hO="Zkuste to znovu.",gO="Ověření kódu",mO="Pokyny k ověření e-mailu najdete ve své e-mailové schránce.",_O="Zaregistrovali jste se",yO="Klikněte na tlačítko pro ověření e-mailové adresy",vO="Ověřte svou e-mailovou adresu",wO="Ověřte svou e-mailovou adresu",bO="Ověření účtu",$O="Ověření e-mailu",xO="Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.",kO="Vítejte na",SO="Vítejte na svém účtu {{vendorName}}!",AO="Pokračujte s tímto účtem",EO="Ano, pokračujte {{text}}",IO="Ano, pokračujte ve stávajícím účtu",NO={"Server error: Invalid code":"Neplatný kód","Wrong email or verification code":{"":"Špatný e-mail nebo ověřovací kód."},account_detected:lC,account_with_sso_provider:dC,agree_to:uC,and:pC,auth_method_email:fC,auth_method_email_or_phone:hC,auth_method_phone:gC,callback_url_mismatch:mC,callback_url_not_allowed:_C,check_email_title:yC,click_to_sign_up_description:vC,code_email_enter_code:wC,code_email_subject:bC,code_email_title:$C,code_sent_template:xC,code_valid_30_minutes:kC,confirm_password:SC,contact_support:AC,contact_us:EC,continue:"Pokračovat",continue_social_login:IC,continue_with:NC,continue_with_sso_provider_headline:CC,copyright:zC,copyright_sesamy:OC,create_account_description:jC,create_account_email_invalid:PC,create_account_passwords_didnt_match:TC,create_account_title:RC,create_account_weak_password:BC,create_new_account_link:LC,create_password_account_title:UC,currently_logged_in_as:MC,email:FC,email_or_phone_placeholder:DC,email_placeholder:VC,email_validated:qC,email_validated_cta:HC,email_verification_for_signup_sent_description:KC,email_verification_for_signup_sent_title:GC,enter_a_code_btn:WC,enter_email_for_verification_description:JC,enter_new_password_placeholder:XC,enter_password:ZC,enter_password_description:YC,enter_your_password_btn:QC,expired_code:ez,fokus_info_message:tz,forgot_password_cta:nz,forgot_password_description:rz,forgot_password_email_sent:iz,forgot_password_link:oz,forgot_password_title:sz,go_back:az,hide_password:cz,"invalid-email":"Neplatný e-mail",invalid_password:lz,invalid_session_body:dz,invalid_session_title:uz,link_email_click_to_login:pz,link_email_login:fz,link_email_or_enter_code:hz,link_page_body:gz,link_page_headline:mz,logged_in_as:_z,login:yz,login_description:vz,login_description_code:wz,login_description_combined:bz,login_description_link:$z,login_description_phone:xz,login_description_template:kz,logout:Sz,no_use_another:Az,or:Ez,password:Iz,password_has_been_reset:Nz,password_has_been_reset_title:Cz,password_reset_subject:zz,password_reset_title:Oz,phone_placeholder:jz,privacy_policy:Pz,redirecting:Tz,reenter_new_password_placeholder:Rz,register_password_account:Bz,resend_code:Lz,reset_password_cta:Uz,reset_password_description:Mz,reset_password_email_click_to_reset:Fz,reset_password_email_cta:Dz,reset_password_email_reset:Vz,reset_password_subject:qz,reset_password_title:Hz,send:Kz,send_me_a_new_magic_link:Gz,sent_code_spam:Wz,set_password:Jz,show_password:Xz,sign_in:Zz,signup:Yz,signup_success:Qz,sms_code_text:eO,spotify_already_linked_body:tO,spotify_already_linked_cta:nO,spotify_already_linked_step1_body:rO,spotify_already_linked_step1_title:iO,spotify_already_linked_step2_body:oO,spotify_already_linked_step2_title:sO,spotify_already_linked_title:aO,support_info:cO,terms:lO,unverified_email:dO,user_account_does_not_exist:uO,user_not_found:pO,user_not_found_body:fO,user_not_found_cta:hO,validate_code:gO,validate_email_body:mO,validate_email_title:_O,verify_email_click_to_verify:yO,verify_email_subject:vO,verify_email_title:wO,verify_email_verify:bO,verify_your_email:$O,we_sent_a_code_to:xO,welcome:kO,welcome_to_your_account:SO,yes_continue:AO,yes_continue_with:EO,yes_continue_with_existing_account:IO},CO="Tili havaittu",zO="Olemme havainneet, että olet jo luonut tilin kautta",OO="Kirjautumalla sisään hyväksyt",jO="ja",PO="sähköpostiosoite",TO="sähköpostiosoite tai puhelinnumero",RO="puhelinnumero",BO="Takaisinkutsun URL-osoite ei vastaa toisiaan",LO="Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.",UO="jatka käyttäjän kanssa",MO="Klikkaa painiketta luodaksesi uuden salasanatilin.",FO="Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.",DO="Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.",VO="Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.",qO="Tarkista <0>{{username}}</0> ja syötä lähettämämme kuusinumeroinen koodi.",HO="Koodi on voimassa 30 minuuttia",KO="Vahvista salasana",GO="Tarvitsetko apua?",WO="Ota yhteyttä",JO="tai jatka sosiaalisella tilillä",XO="Jatka {{provider}}",ZO="Haluatko jatkaa olemassa olevalla tililläsi?",YO="Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.",QO="©2023 Sesamy",ej="Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.",tj="Kirjoita voimassa oleva sähköpostiosoite.",nj="Salasanat eivät vastanneet toisiaan. Yritä uudelleen.",rj="Valitse salasana",ij="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.",oj="Luo uusi tili",sj="Rekisteröidy salasanalla",aj="Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>",cj="Sähköposti",lj="Sähköposti tai puhelinnumero",dj="Sähköpostiosoite",uj="Sähköpostiosoitteesi on vahvistettu",pj="Kirjoita nyt salasanasi kirjautuaksesi uudelleen",fj="Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.",hj="Sähköpostivarmennus lähetetty",gj="Syötä koodi",mj="Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.",_j="Anna uusi salasana",yj="Anna salasana",vj="Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.",wj="Syötä salasanasi",bj="Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.",$j="Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>",xj="Lähetä salasanan palautussähköposti",kj="Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.",Sj="Salasanan palautussähköposti lähetetty",Aj="Unohditko salasanan?",Ej="Unohditko salasanan?",Ij="Palaa takaisin",Nj="Piilota salasana",Cj="Virheellinen salasana",zj=`Linkki ei ole enää voimassa.
275
+ Kliknutím na odkaz níže můžete zahájit nové přihlášení.`,az="Neplatný odkaz",cz="Kliknutím na tlačítko se přihlásíte",dz="Přihlášení",lz="Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.",uz="Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}",pz="Propojte svůj účet s {{service}}",fz="Jste přihlášeni jako",hz="Přihlášení",gz="Pro přihlášení zadejte svou e-mailovou adresu.",mz="Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.",_z="Pro přihlášení zadejte svůj e-mail nebo telefonní číslo",yz="Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.",wz="Zadejte své telefonní číslo a přihlaste se",vz="Pro přihlášení zadejte adresu {{authMethod}}.",bz="Odhlášení",$z="Ne, chci použít jiný účet",xz="nebo",kz="Heslo",Sz="Heslo bylo resetováno",Az="Úspěch",Ez="Změna hesla k účtu {{vendorName}} ",Iz="Změna hesla k účtu {{vendorName}} ",Nz="Telefonní číslo",Cz="Zásady ochrany osobních údajů",zz="Přesměrování",Oz="Potvrzení hesla",jz="Registrace nového hesla",Pz="Opětovné odeslání kódu",Tz="Změna hesla",Rz="Níže zadejte nové heslo k e-mailovému účtu: ",Bz="Kliknutím na tlačítko obnovíte své heslo",Lz="Kliknutím na tlačítko obnovíte své heslo",Uz="Obnovení hesla",Mz="Změna hesla k účtu {{vendorName}} ",Fz="Obnovení hesla",Vz="Odeslat",Dz="Pošlete mi nový kouzelný odkaz",qz="Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.",Hz="Nastavení hesla",Kz="Zobrazit heslo",Gz="Přihlásit se",Wz="Registrace",Jz="Úspěšná registrace",Zz="{{code}} je váš přihlašovací kód pro {{vendorName}}",Xz="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.",Yz="Přejděte na stránku Spotify pro přístup k obsahu",Qz='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.',eO="Krok 1: Odpojení účtu Spotify",tO="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.",nO="Krok 2: Propojení účtu Spotify s aplikací Sesamy",rO="Ups! Váš účet Spotify je již propojen",iO="Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.",oO="Podmínky a pravidla",sO="Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.",aO="Uživatelský účet neexistuje",cO="Uživatelský účet neexistuje",dO="Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.",lO="Zkuste to znovu.",uO="Ověření kódu",pO="Pokyny k ověření e-mailu najdete ve své e-mailové schránce.",fO="Zaregistrovali jste se",hO="Klikněte na tlačítko pro ověření e-mailové adresy",gO="Ověřte svou e-mailovou adresu",mO="Ověřte svou e-mailovou adresu",_O="Ověření účtu",yO="Ověření e-mailu",wO="Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.",vO="Vítejte na",bO="Vítejte na svém účtu {{vendorName}}!",$O="Pokračujte s tímto účtem",xO="Ano, pokračujte {{text}}",kO="Ano, pokračujte ve stávajícím účtu",SO={"Server error: Invalid code":"Neplatný kód","Wrong email or verification code":{"":"Špatný e-mail nebo ověřovací kód."},account_detected:oC,account_with_sso_provider:sC,agree_to:aC,and:cC,auth_method_email:dC,auth_method_email_or_phone:lC,auth_method_phone:uC,callback_url_mismatch:pC,callback_url_not_allowed:fC,check_email_title:hC,click_to_sign_up_description:gC,code_email_enter_code:mC,code_email_subject:_C,code_email_title:yC,code_sent_template:wC,code_valid_30_minutes:vC,confirm_password:bC,contact_support:$C,contact_us:xC,continue:"Pokračovat",continue_social_login:kC,continue_with:SC,continue_with_sso_provider_headline:AC,copyright:EC,copyright_sesamy:IC,create_account_description:NC,create_account_email_invalid:CC,create_account_passwords_didnt_match:zC,create_account_title:OC,create_account_weak_password:jC,create_new_account_link:PC,create_password_account_title:TC,currently_logged_in_as:RC,email:BC,email_or_phone_placeholder:LC,email_placeholder:UC,email_validated:MC,email_validated_cta:FC,email_verification_for_signup_sent_description:VC,email_verification_for_signup_sent_title:DC,enter_a_code_btn:qC,enter_email_for_verification_description:HC,enter_new_password_placeholder:KC,enter_password:GC,enter_password_description:WC,enter_your_password_btn:JC,expired_code:ZC,fokus_info_message:XC,forgot_password_cta:YC,forgot_password_description:QC,forgot_password_email_sent:ez,forgot_password_link:tz,forgot_password_title:nz,go_back:rz,hide_password:iz,"invalid-email":"Neplatný e-mail",invalid_password:oz,invalid_session_body:sz,invalid_session_title:az,link_email_click_to_login:cz,link_email_login:dz,link_email_or_enter_code:lz,link_page_body:uz,link_page_headline:pz,logged_in_as:fz,login:hz,login_description:gz,login_description_code:mz,login_description_combined:_z,login_description_link:yz,login_description_phone:wz,login_description_template:vz,logout:bz,no_use_another:$z,or:xz,password:kz,password_has_been_reset:Sz,password_has_been_reset_title:Az,password_reset_subject:Ez,password_reset_title:Iz,phone_placeholder:Nz,privacy_policy:Cz,redirecting:zz,reenter_new_password_placeholder:Oz,register_password_account:jz,resend_code:Pz,reset_password_cta:Tz,reset_password_description:Rz,reset_password_email_click_to_reset:Bz,reset_password_email_cta:Lz,reset_password_email_reset:Uz,reset_password_subject:Mz,reset_password_title:Fz,send:Vz,send_me_a_new_magic_link:Dz,sent_code_spam:qz,set_password:Hz,show_password:Kz,sign_in:Gz,signup:Wz,signup_success:Jz,sms_code_text:Zz,spotify_already_linked_body:Xz,spotify_already_linked_cta:Yz,spotify_already_linked_step1_body:Qz,spotify_already_linked_step1_title:eO,spotify_already_linked_step2_body:tO,spotify_already_linked_step2_title:nO,spotify_already_linked_title:rO,support_info:iO,terms:oO,unverified_email:sO,user_account_does_not_exist:aO,user_not_found:cO,user_not_found_body:dO,user_not_found_cta:lO,validate_code:uO,validate_email_body:pO,validate_email_title:fO,verify_email_click_to_verify:hO,verify_email_subject:gO,verify_email_title:mO,verify_email_verify:_O,verify_your_email:yO,we_sent_a_code_to:wO,welcome:vO,welcome_to_your_account:bO,yes_continue:$O,yes_continue_with:xO,yes_continue_with_existing_account:kO},AO="Tili havaittu",EO="Olemme havainneet, että olet jo luonut tilin kautta",IO="Kirjautumalla sisään hyväksyt",NO="ja",CO="sähköpostiosoite",zO="sähköpostiosoite tai puhelinnumero",OO="puhelinnumero",jO="Takaisinkutsun URL-osoite ei vastaa toisiaan",PO="Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.",TO="jatka käyttäjän kanssa",RO="Klikkaa painiketta luodaksesi uuden salasanatilin.",BO="Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.",LO="Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.",UO="Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.",MO="Tarkista <0>{{username}}</0> ja syötä lähettämämme kuusinumeroinen koodi.",FO="Koodi on voimassa 30 minuuttia",VO="Vahvista salasana",DO="Tarvitsetko apua?",qO="Ota yhteyttä",HO="tai jatka sosiaalisella tilillä",KO="Jatka {{provider}}",GO="Haluatko jatkaa olemassa olevalla tililläsi?",WO="Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.",JO="©2023 Sesamy",ZO="Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.",XO="Kirjoita voimassa oleva sähköpostiosoite.",YO="Salasanat eivät vastanneet toisiaan. Yritä uudelleen.",QO="Valitse salasana",ej="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.",tj="Luo uusi tili",nj="Rekisteröidy salasanalla",rj="Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>",ij="Sähköposti",oj="Sähköposti tai puhelinnumero",sj="Sähköpostiosoite",aj="Sähköpostiosoitteesi on vahvistettu",cj="Kirjoita nyt salasanasi kirjautuaksesi uudelleen",dj="Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.",lj="Sähköpostivarmennus lähetetty",uj="Syötä koodi",pj="Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.",fj="Anna uusi salasana",hj="Anna salasana",gj="Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.",mj="Syötä salasanasi",_j="Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.",yj="Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>",wj="Lähetä salasanan palautussähköposti",vj="Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.",bj="Salasanan palautussähköposti lähetetty",$j="Unohditko salasanan?",xj="Unohditko salasanan?",kj="Palaa takaisin",Sj="Piilota salasana",Aj="Virheellinen salasana",Ej=`Linkki ei ole enää voimassa.
276
276
 
277
277
  Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
278
278
 
279
- Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,Oj="Virheellinen linkki",jj="Kirjaudu sisään napsauttamalla painiketta",Pj="Kirjaudu sisään",Tj="Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.",Rj="Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}",Bj="Yhdistä tilisi {{service}}",Lj="Olet kirjautunut sisään nimellä",Uj="Kirjaudu sisään",Mj="Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.",Fj="Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.",Dj="Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään",Vj="Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.",qj="Anna puhelinnumerosi kirjautuaksesi sisään",Hj="Kirjoita {{authMethod}} kirjautuaksesi sisään.",Kj="Kirjaudu ulos",Gj="Ei, haluan käyttää toista tiliä",Wj="tai",Jj="Salasana",Xj="Salasana on nollattu",Zj="Menestys",Yj="Vaihda salasana tilillesi {{vendorName}} ",Qj="Vaihda salasana tilillesi {{vendorName}} ",eP="Puhelinnumero",tP="Tietosuojakäytäntö",nP="Uudelleenohjaus",rP="Vahvista salasana",iP="Rekisteröi uusi salasana",oP="Lähetä koodi uudelleen",sP="Vaihda salasana",aP="Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ",cP="Napsauta painiketta salasanasi palauttamiseksi",lP="Napsauta painiketta salasanasi palauttamiseksi",dP="Nollaa salasanasi",uP="Vaihda salasana tilillesi {{vendorName}} ",pP="Nollaa salasana",fP="Lähetä",hP="Lähetä minulle uusi maaginen linkki",gP="Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.",mP="Aseta salasana",_P="Näytä salasana",yP="Kirjaudu sisään",vP="Rekisteröityminen",wP="Rekisteröidy onnistuneesti",bP="{{code}} on kirjautumiskoodisi {{vendorName}}",$P="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.",xP="Siirry Spotifyn Content Access -sivulle",kP='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ä.',SP="Vaihe 1: Poista Spotify-tilisi linkitys",AP="Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.",EP="Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa",IP="Hups! Spotify-tilisi on jo linkitetty",NP="Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.",CP="Ehdot ja edellytykset",zP="Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.",OP="Käyttäjätiliä ei ole olemassa",jP="Käyttäjätiliä ei ole olemassa",PP="Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.",TP="Yritä uudelleen.",RP="Validoi koodi",BP="Tarkista sähköpostin vahvistusohjeet postilaatikostasi.",LP="Rekisteröitynyt",UP="Vahvista sähköpostiosoitteesi napsauttamalla painiketta",MP="Vahvista sähköpostiosoitteesi",FP="Vahvista sähköpostiosoitteesi",DP="Vahvista tili",VP="Vahvista sähköpostiosoitteesi",qP="Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.",HP="Tervetuloa",KP="Tervetuloa tilillesi {{vendorName}}!",GP="Jatka tällä tilillä",WP="Kyllä, jatka {{text}}",JP="Kyllä, jatka olemassa olevalla tilillä",XP={"Server error: Invalid code":"Virheellinen koodi","Wrong email or verification code":{"":"Väärä sähköpostiosoite tai vahvistuskoodi."},account_detected:CO,account_with_sso_provider:zO,agree_to:OO,and:jO,auth_method_email:PO,auth_method_email_or_phone:TO,auth_method_phone:RO,callback_url_mismatch:BO,callback_url_not_allowed:LO,check_email_title:UO,click_to_sign_up_description:MO,code_email_enter_code:FO,code_email_subject:DO,code_email_title:VO,code_sent_template:qO,code_valid_30_minutes:HO,confirm_password:KO,contact_support:GO,contact_us:WO,continue:"Jatka",continue_social_login:JO,continue_with:XO,continue_with_sso_provider_headline:ZO,copyright:YO,copyright_sesamy:QO,create_account_description:ej,create_account_email_invalid:tj,create_account_passwords_didnt_match:nj,create_account_title:rj,create_account_weak_password:ij,create_new_account_link:oj,create_password_account_title:sj,currently_logged_in_as:aj,email:cj,email_or_phone_placeholder:lj,email_placeholder:dj,email_validated:uj,email_validated_cta:pj,email_verification_for_signup_sent_description:fj,email_verification_for_signup_sent_title:hj,enter_a_code_btn:gj,enter_email_for_verification_description:mj,enter_new_password_placeholder:_j,enter_password:yj,enter_password_description:vj,enter_your_password_btn:wj,expired_code:bj,fokus_info_message:$j,forgot_password_cta:xj,forgot_password_description:kj,forgot_password_email_sent:Sj,forgot_password_link:Aj,forgot_password_title:Ej,go_back:Ij,hide_password:Nj,"invalid-email":"Virheellinen sähköpostiosoite",invalid_password:Cj,invalid_session_body:zj,invalid_session_title:Oj,link_email_click_to_login:jj,link_email_login:Pj,link_email_or_enter_code:Tj,link_page_body:Rj,link_page_headline:Bj,logged_in_as:Lj,login:Uj,login_description:Mj,login_description_code:Fj,login_description_combined:Dj,login_description_link:Vj,login_description_phone:qj,login_description_template:Hj,logout:Kj,no_use_another:Gj,or:Wj,password:Jj,password_has_been_reset:Xj,password_has_been_reset_title:Zj,password_reset_subject:Yj,password_reset_title:Qj,phone_placeholder:eP,privacy_policy:tP,redirecting:nP,reenter_new_password_placeholder:rP,register_password_account:iP,resend_code:oP,reset_password_cta:sP,reset_password_description:aP,reset_password_email_click_to_reset:cP,reset_password_email_cta:lP,reset_password_email_reset:dP,reset_password_subject:uP,reset_password_title:pP,send:fP,send_me_a_new_magic_link:hP,sent_code_spam:gP,set_password:mP,show_password:_P,sign_in:yP,signup:vP,signup_success:wP,sms_code_text:bP,spotify_already_linked_body:$P,spotify_already_linked_cta:xP,spotify_already_linked_step1_body:kP,spotify_already_linked_step1_title:SP,spotify_already_linked_step2_body:AP,spotify_already_linked_step2_title:EP,spotify_already_linked_title:IP,support_info:NP,terms:CP,unverified_email:zP,user_account_does_not_exist:OP,user_not_found:jP,user_not_found_body:PP,user_not_found_cta:TP,validate_code:RP,validate_email_body:BP,validate_email_title:LP,verify_email_click_to_verify:UP,verify_email_subject:MP,verify_email_title:FP,verify_email_verify:DP,verify_your_email:VP,we_sent_a_code_to:qP,welcome:HP,welcome_to_your_account:KP,yes_continue:GP,yes_continue_with:WP,yes_continue_with_existing_account:JP},ZP=t=>{const{vendorSettings:e,authParams:n}=t,i=`/authorize?${new URLSearchParams({...n})}`;return y(Fe,{vendorSettings:e,title:T.t("user_not_found"),children:y("div",{className:"flex flex-1 flex-col justify-center",children:[y("p",{className:"mb-8 text-gray-300 text-lg",children:T.t("user_not_found_body")}),y(Ze,{Component:"a",href:i,children:T.t("user_not_found_cta")})]})})};T.init({supportedLngs:["en","it","nb","sv","pl","cs","fi"],fallbackLng:"en",resources:{en:{translation:O5},it:{translation:Q9},nb:{translation:wS},sv:{translation:FE},pl:{translation:cC},cs:{translation:NO},fi:{translation:XP}}});function YP(t){const e=new s.OpenAPIHono;e.get("/",o=>o.json({name:"authhero"}));const n=Bw(t);e.route("/api/v2",n);const r=Z$(t);e.route("/",r);const i=u6(t);return e.route("/u",i),{app:e,managementApp:n,oauthApp:r,universalApp:i,createX509Certificate:ml}}exports.AppLogo=Wm;exports.Auth0Client=K0;exports.AuthorizationResponseMode=Ft;exports.AuthorizationResponseType=Ct;exports.Button=Ze;exports.CheckEmailPage=u1;exports.CodeChallengeMethod=gs;exports.ComponentCategory=jl;exports.ComponentType=Ol;exports.EmailValidatedPage=h1;exports.EnterCodePage=Il;exports.EnterPasswordPage=po;exports.ErrorMessage=qn;exports.Footer=Jm;exports.ForgotPasswordPage=l1;exports.ForgotPasswordSentPage=d1;exports.FormComponent=Zt;exports.FormFieldType=Rl;exports.FormType=Ll;exports.GoBack=wt;exports.GoogleLogo=Ym;exports.GrantType=Qn;exports.Icon=Je;exports.IdentifierPage=co;exports.InvalidSession=f1;exports.Layout=Fe;exports.LogTypes=ge;exports.Message=_a;exports.NodeType=E0;exports.PreSignUpConfirmationPage=g1;exports.PreSignUpPage=p1;exports.ResetPasswordPage=Zn;exports.SignUpPage=Xn;exports.SocialButton=Mr;exports.Spinner=Zm;exports.Trans=ma;exports.UnverifiedEmailPage=c1;exports.UserNotFoundPage=ZP;exports.ValidationErrorType=Bl;exports.VippsLogo=Qm;exports.applicationInsertSchema=yo;exports.applicationSchema=bn;exports.auth0FlowInsertSchema=Z1;exports.auth0FlowSchema=P0;exports.auth0UserResponseSchema=At;exports.authParamsSchema=Xr;exports.baseUserSchema=fs;exports.bordersSchema=Z0;exports.brandingSchema=Ka;exports.buttonComponentSchema=$0;exports.codeInsertSchema=B0;exports.codeSchema=Y1;exports.codeTypeSchema=R0;exports.colorsSchema=Y0;exports.componentSchema=A0;exports.connectionInsertSchema=vo;exports.connectionOptionsSchema=Pl;exports.connectionSchema=Qt;exports.coordinatesSchema=wr;exports.customDomainInsertSchema=Tl;exports.customDomainSchema=Yt;exports.customDomainWithTenantIdSchema=Q1;exports.emailProviderSchema=Zi;exports.endingSchema=j0;exports.fieldComponentSchema=k0;exports.flowNodeSchema=N0;exports.fontDetailsSchema=yn;exports.fontsSchema=Q0;exports.formControlSchema=D0;exports.formFieldOptionSchema=M0;exports.formFieldSchema=F0;exports.formFieldValidationSchema=U0;exports.formInsertSchema=V0;exports.formSchema=e_;exports.genericComponentSchema=S0;exports.genericNodeSchema=C0;exports.hookInsertSchema=bo;exports.hookSchema=Yn;exports.identitySchema=v0;exports.init=YP;exports.injectTailwindCSS=d6;exports.jwksKeySchema=q0;exports.jwksSchema=Ul;exports.legalComponentSchema=x0;exports.logSchema=$o;exports.loginSessionInsertSchema=H0;exports.loginSessionSchema=t_;exports.nodeSchema=z0;exports.openIDConfigurationSchema=Ga;exports.pageBackgroundSchema=eh;exports.parseUserId=c_;exports.passwordInsertSchema=G0;exports.passwordSchema=r_;exports.profileDataSchema=y0;exports.promptSettingSchema=Xi;exports.refreshTokenInsertSchema=Ml;exports.refreshTokenSchema=o_;exports.richTextComponentSchema=b0;exports.samlpAddon=w0;exports.sessionInsertSchema=J0;exports.sessionSchema=ms;exports.signingKeySchema=Wa;exports.smsProviderSchema=a_;exports.smsSendParamsSchema=s_;exports.startSchema=O0;exports.stepNodeSchema=I0;exports.tailwindCss=su;exports.tenantInsertSchema=wo;exports.tenantSchema=tr;exports.themeInsertSchema=nh;exports.themeSchema=i_;exports.tokenResponseSchema=X0;exports.totalsSchema=un;exports.userInsertSchema=_o;exports.userResponseSchema=W1;exports.userSchema=zl;exports.vendorSettingsSchema=T0;exports.verificationMethodsSchema=L0;exports.widgetSchema=th;
279
+ Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`,Ij="Virheellinen linkki",Nj="Kirjaudu sisään napsauttamalla painiketta",Cj="Kirjaudu sisään",zj="Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.",Oj="Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}",jj="Yhdistä tilisi {{service}}",Pj="Olet kirjautunut sisään nimellä",Tj="Kirjaudu sisään",Rj="Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.",Bj="Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.",Lj="Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään",Uj="Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.",Mj="Anna puhelinnumerosi kirjautuaksesi sisään",Fj="Kirjoita {{authMethod}} kirjautuaksesi sisään.",Vj="Kirjaudu ulos",Dj="Ei, haluan käyttää toista tiliä",qj="tai",Hj="Salasana",Kj="Salasana on nollattu",Gj="Menestys",Wj="Vaihda salasana tilillesi {{vendorName}} ",Jj="Vaihda salasana tilillesi {{vendorName}} ",Zj="Puhelinnumero",Xj="Tietosuojakäytäntö",Yj="Uudelleenohjaus",Qj="Vahvista salasana",eP="Rekisteröi uusi salasana",tP="Lähetä koodi uudelleen",nP="Vaihda salasana",rP="Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ",iP="Napsauta painiketta salasanasi palauttamiseksi",oP="Napsauta painiketta salasanasi palauttamiseksi",sP="Nollaa salasanasi",aP="Vaihda salasana tilillesi {{vendorName}} ",cP="Nollaa salasana",dP="Lähetä",lP="Lähetä minulle uusi maaginen linkki",uP="Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.",pP="Aseta salasana",fP="Näytä salasana",hP="Kirjaudu sisään",gP="Rekisteröityminen",mP="Rekisteröidy onnistuneesti",_P="{{code}} on kirjautumiskoodisi {{vendorName}}",yP="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.",wP="Siirry Spotifyn Content Access -sivulle",vP='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ä.',bP="Vaihe 1: Poista Spotify-tilisi linkitys",$P="Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.",xP="Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa",kP="Hups! Spotify-tilisi on jo linkitetty",SP="Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.",AP="Ehdot ja edellytykset",EP="Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.",IP="Käyttäjätiliä ei ole olemassa",NP="Käyttäjätiliä ei ole olemassa",CP="Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.",zP="Yritä uudelleen.",OP="Validoi koodi",jP="Tarkista sähköpostin vahvistusohjeet postilaatikostasi.",PP="Rekisteröitynyt",TP="Vahvista sähköpostiosoitteesi napsauttamalla painiketta",RP="Vahvista sähköpostiosoitteesi",BP="Vahvista sähköpostiosoitteesi",LP="Vahvista tili",UP="Vahvista sähköpostiosoitteesi",MP="Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.",FP="Tervetuloa",VP="Tervetuloa tilillesi {{vendorName}}!",DP="Jatka tällä tilillä",qP="Kyllä, jatka {{text}}",HP="Kyllä, jatka olemassa olevalla tilillä",KP={"Server error: Invalid code":"Virheellinen koodi","Wrong email or verification code":{"":"Väärä sähköpostiosoite tai vahvistuskoodi."},account_detected:AO,account_with_sso_provider:EO,agree_to:IO,and:NO,auth_method_email:CO,auth_method_email_or_phone:zO,auth_method_phone:OO,callback_url_mismatch:jO,callback_url_not_allowed:PO,check_email_title:TO,click_to_sign_up_description:RO,code_email_enter_code:BO,code_email_subject:LO,code_email_title:UO,code_sent_template:MO,code_valid_30_minutes:FO,confirm_password:VO,contact_support:DO,contact_us:qO,continue:"Jatka",continue_social_login:HO,continue_with:KO,continue_with_sso_provider_headline:GO,copyright:WO,copyright_sesamy:JO,create_account_description:ZO,create_account_email_invalid:XO,create_account_passwords_didnt_match:YO,create_account_title:QO,create_account_weak_password:ej,create_new_account_link:tj,create_password_account_title:nj,currently_logged_in_as:rj,email:ij,email_or_phone_placeholder:oj,email_placeholder:sj,email_validated:aj,email_validated_cta:cj,email_verification_for_signup_sent_description:dj,email_verification_for_signup_sent_title:lj,enter_a_code_btn:uj,enter_email_for_verification_description:pj,enter_new_password_placeholder:fj,enter_password:hj,enter_password_description:gj,enter_your_password_btn:mj,expired_code:_j,fokus_info_message:yj,forgot_password_cta:wj,forgot_password_description:vj,forgot_password_email_sent:bj,forgot_password_link:$j,forgot_password_title:xj,go_back:kj,hide_password:Sj,"invalid-email":"Virheellinen sähköpostiosoite",invalid_password:Aj,invalid_session_body:Ej,invalid_session_title:Ij,link_email_click_to_login:Nj,link_email_login:Cj,link_email_or_enter_code:zj,link_page_body:Oj,link_page_headline:jj,logged_in_as:Pj,login:Tj,login_description:Rj,login_description_code:Bj,login_description_combined:Lj,login_description_link:Uj,login_description_phone:Mj,login_description_template:Fj,logout:Vj,no_use_another:Dj,or:qj,password:Hj,password_has_been_reset:Kj,password_has_been_reset_title:Gj,password_reset_subject:Wj,password_reset_title:Jj,phone_placeholder:Zj,privacy_policy:Xj,redirecting:Yj,reenter_new_password_placeholder:Qj,register_password_account:eP,resend_code:tP,reset_password_cta:nP,reset_password_description:rP,reset_password_email_click_to_reset:iP,reset_password_email_cta:oP,reset_password_email_reset:sP,reset_password_subject:aP,reset_password_title:cP,send:dP,send_me_a_new_magic_link:lP,sent_code_spam:uP,set_password:pP,show_password:fP,sign_in:hP,signup:gP,signup_success:mP,sms_code_text:_P,spotify_already_linked_body:yP,spotify_already_linked_cta:wP,spotify_already_linked_step1_body:vP,spotify_already_linked_step1_title:bP,spotify_already_linked_step2_body:$P,spotify_already_linked_step2_title:xP,spotify_already_linked_title:kP,support_info:SP,terms:AP,unverified_email:EP,user_account_does_not_exist:IP,user_not_found:NP,user_not_found_body:CP,user_not_found_cta:zP,validate_code:OP,validate_email_body:jP,validate_email_title:PP,verify_email_click_to_verify:TP,verify_email_subject:RP,verify_email_title:BP,verify_email_verify:LP,verify_your_email:UP,we_sent_a_code_to:MP,welcome:FP,welcome_to_your_account:VP,yes_continue:DP,yes_continue_with:qP,yes_continue_with_existing_account:HP},GP=t=>{const{vendorSettings:e,authParams:n}=t,i=`/authorize?${new URLSearchParams({...n})}`;return y(Fe,{vendorSettings:e,title:T.t("user_not_found"),children:y("div",{className:"flex flex-1 flex-col justify-center",children:[y("p",{className:"mb-8 text-gray-300 text-lg",children:T.t("user_not_found_body")}),y(Xe,{Component:"a",href:i,children:T.t("user_not_found_cta")})]})})};T.init({supportedLngs:["en","it","nb","sv","pl","cs","fi"],fallbackLng:"en",resources:{en:{translation:I5},it:{translation:J9},nb:{translation:mS},sv:{translation:BE},pl:{translation:iC},cs:{translation:SO},fi:{translation:KP}}});function WP(t){const e=new s.OpenAPIHono;e.get("/",o=>o.json({name:"authhero"}));const n=jv(t);e.route("/api/v2",n);const r=G$(t);e.route("/",r);const i=a6(t);return e.route("/u",i),{app:e,managementApp:n,oauthApp:r,universalApp:i,createX509Certificate:yd}}exports.AppLogo=Vm;exports.Auth0Client=M0;exports.AuthorizationResponseMode=Ft;exports.AuthorizationResponseType=Ct;exports.Button=Xe;exports.CheckEmailPage=o1;exports.CodeChallengeMethod=_s;exports.ComponentCategory=Td;exports.ComponentType=Pd;exports.EmailValidatedPage=c1;exports.EnterCodePage=Cd;exports.EnterPasswordPage=fo;exports.ErrorMessage=Hn;exports.Footer=Dm;exports.ForgotPasswordPage=r1;exports.ForgotPasswordSentPage=i1;exports.FormComponent=Qt;exports.GoBack=vt;exports.GoogleLogo=Km;exports.GrantType=tr;exports.Icon=Je;exports.IdentifierPage=lo;exports.InvalidSession=a1;exports.Layout=Fe;exports.LogTypes=ge;exports.Message=wa;exports.NodeType=A0;exports.PreSignUpConfirmationPage=d1;exports.PreSignUpPage=s1;exports.ResetPasswordPage=Yn;exports.SignUpPage=Xn;exports.SocialButton=Fr;exports.Spinner=Hm;exports.Trans=ya;exports.UnverifiedEmailPage=n1;exports.UserNotFoundPage=GP;exports.VippsLogo=Gm;exports.applicationInsertSchema=wo;exports.applicationSchema=bn;exports.auth0FlowInsertSchema=H1;exports.auth0FlowSchema=j0;exports.auth0UserResponseSchema=At;exports.authParamsSchema=Xr;exports.baseUserSchema=gs;exports.bordersSchema=H0;exports.brandingSchema=Wa;exports.buttonComponentSchema=b0;exports.codeInsertSchema=R0;exports.codeSchema=K1;exports.codeTypeSchema=T0;exports.colorsSchema=K0;exports.componentSchema=S0;exports.connectionInsertSchema=vo;exports.connectionOptionsSchema=Rd;exports.connectionSchema=tn;exports.coordinatesSchema=$r;exports.customDomainInsertSchema=Bd;exports.customDomainSchema=en;exports.customDomainWithTenantIdSchema=G1;exports.emailProviderSchema=Yi;exports.endingSchema=O0;exports.fieldComponentSchema=x0;exports.flowNodeSchema=I0;exports.fontDetailsSchema=yn;exports.fontsSchema=G0;exports.formControlSchema=W1;exports.formInsertSchema=$o;exports.formSchema=Qn;exports.genericComponentSchema=k0;exports.genericNodeSchema=N0;exports.hookInsertSchema=xo;exports.hookSchema=er;exports.identitySchema=y0;exports.init=WP;exports.injectTailwindCSS=s6;exports.jwksKeySchema=L0;exports.jwksSchema=Ld;exports.legalComponentSchema=$0;exports.logSchema=ko;exports.loginSessionInsertSchema=U0;exports.loginSessionSchema=J1;exports.nodeSchema=C0;exports.openIDConfigurationSchema=Ja;exports.pageBackgroundSchema=W0;exports.parseUserId=n_;exports.passwordInsertSchema=F0;exports.passwordSchema=X1;exports.profileDataSchema=_0;exports.promptSettingSchema=Xi;exports.refreshTokenInsertSchema=Ud;exports.refreshTokenSchema=Q1;exports.richTextComponentSchema=v0;exports.samlpAddon=w0;exports.sessionInsertSchema=D0;exports.sessionSchema=ys;exports.signingKeySchema=Za;exports.smsProviderSchema=t_;exports.smsSendParamsSchema=e_;exports.startSchema=z0;exports.stepNodeSchema=E0;exports.tailwindCss=ou;exports.tenantInsertSchema=bo;exports.tenantSchema=rr;exports.themeInsertSchema=Z0;exports.themeSchema=Y1;exports.tokenResponseSchema=q0;exports.totalsSchema=Jt;exports.userInsertSchema=yo;exports.userResponseSchema=V1;exports.userSchema=jd;exports.vendorSettingsSchema=P0;exports.verificationMethodsSchema=B0;exports.widgetSchema=J0;