@rechargeapps/storefront-client 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,28 +1,28 @@
1
1
  /**
2
- * recharge-client-0.21.0.min.js
2
+ * recharge-client-0.22.0.min.js
3
3
  * Copyright (c) Recharge
4
4
  */
5
5
 
6
- (function(re,Ke){typeof exports=="object"&&typeof module<"u"?module.exports=Ke():typeof define=="function"&&define.amd?define(Ke):(re=typeof globalThis<"u"?globalThis:re||self,re.recharge=Ke())})(this,function(){"use strict";var re=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ke(r){var e=r.default;if(typeof e=="function"){var t=function(){return e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var i=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return r[n]}})}),t}var j=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof j<"u"&&j,q={searchParams:"URLSearchParams"in j,iterable:"Symbol"in j&&"iterator"in Symbol,blob:"FileReader"in j&&"Blob"in j&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in j,arrayBuffer:"ArrayBuffer"in j};function ns(r){return r&&DataView.prototype.isPrototypeOf(r)}if(q.arrayBuffer)var is=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],as=ArrayBuffer.isView||function(r){return r&&is.indexOf(Object.prototype.toString.call(r))>-1};function Ze(r){if(typeof r!="string"&&(r=String(r)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(r)||r==="")throw new TypeError('Invalid character in header field name: "'+r+'"');return r.toLowerCase()}function Mt(r){return typeof r!="string"&&(r=String(r)),r}function Dt(r){var e={next:function(){var t=r.shift();return{done:t===void 0,value:t}}};return q.iterable&&(e[Symbol.iterator]=function(){return e}),e}function D(r){this.map={},r instanceof D?r.forEach(function(e,t){this.append(t,e)},this):Array.isArray(r)?r.forEach(function(e){this.append(e[0],e[1])},this):r&&Object.getOwnPropertyNames(r).forEach(function(e){this.append(e,r[e])},this)}D.prototype.append=function(r,e){r=Ze(r),e=Mt(e);var t=this.map[r];this.map[r]=t?t+", "+e:e},D.prototype.delete=function(r){delete this.map[Ze(r)]},D.prototype.get=function(r){return r=Ze(r),this.has(r)?this.map[r]:null},D.prototype.has=function(r){return this.map.hasOwnProperty(Ze(r))},D.prototype.set=function(r,e){this.map[Ze(r)]=Mt(e)},D.prototype.forEach=function(r,e){for(var t in this.map)this.map.hasOwnProperty(t)&&r.call(e,this.map[t],t,this)},D.prototype.keys=function(){var r=[];return this.forEach(function(e,t){r.push(t)}),Dt(r)},D.prototype.values=function(){var r=[];return this.forEach(function(e){r.push(e)}),Dt(r)},D.prototype.entries=function(){var r=[];return this.forEach(function(e,t){r.push([t,e])}),Dt(r)},q.iterable&&(D.prototype[Symbol.iterator]=D.prototype.entries);function Nt(r){if(r.bodyUsed)return Promise.reject(new TypeError("Already read"));r.bodyUsed=!0}function si(r){return new Promise(function(e,t){r.onload=function(){e(r.result)},r.onerror=function(){t(r.error)}})}function os(r){var e=new FileReader,t=si(e);return e.readAsArrayBuffer(r),t}function us(r){var e=new FileReader,t=si(e);return e.readAsText(r),t}function ss(r){for(var e=new Uint8Array(r),t=new Array(e.length),n=0;n<e.length;n++)t[n]=String.fromCharCode(e[n]);return t.join("")}function fi(r){if(r.slice)return r.slice(0);var e=new Uint8Array(r.byteLength);return e.set(new Uint8Array(r)),e.buffer}function ci(){return this.bodyUsed=!1,this._initBody=function(r){this.bodyUsed=this.bodyUsed,this._bodyInit=r,r?typeof r=="string"?this._bodyText=r:q.blob&&Blob.prototype.isPrototypeOf(r)?this._bodyBlob=r:q.formData&&FormData.prototype.isPrototypeOf(r)?this._bodyFormData=r:q.searchParams&&URLSearchParams.prototype.isPrototypeOf(r)?this._bodyText=r.toString():q.arrayBuffer&&q.blob&&ns(r)?(this._bodyArrayBuffer=fi(r.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):q.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(r)||as(r))?this._bodyArrayBuffer=fi(r):this._bodyText=r=Object.prototype.toString.call(r):this._bodyText="",this.headers.get("content-type")||(typeof r=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):q.searchParams&&URLSearchParams.prototype.isPrototypeOf(r)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},q.blob&&(this.blob=function(){var r=Nt(this);if(r)return r;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var r=Nt(this);return r||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(os)}),this.text=function(){var r=Nt(this);if(r)return r;if(this._bodyBlob)return us(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(ss(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},q.formData&&(this.formData=function(){return this.text().then(ls)}),this.json=function(){return this.text().then(JSON.parse)},this}var fs=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function cs(r){var e=r.toUpperCase();return fs.indexOf(e)>-1?e:r}function _e(r,e){if(!(this instanceof _e))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e=e||{};var t=e.body;if(r instanceof _e){if(r.bodyUsed)throw new TypeError("Already read");this.url=r.url,this.credentials=r.credentials,e.headers||(this.headers=new D(r.headers)),this.method=r.method,this.mode=r.mode,this.signal=r.signal,!t&&r._bodyInit!=null&&(t=r._bodyInit,r.bodyUsed=!0)}else this.url=String(r);if(this.credentials=e.credentials||this.credentials||"same-origin",(e.headers||!this.headers)&&(this.headers=new D(e.headers)),this.method=cs(e.method||this.method||"GET"),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&t)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(t),(this.method==="GET"||this.method==="HEAD")&&(e.cache==="no-store"||e.cache==="no-cache")){var n=/([?&])_=[^&]*/;if(n.test(this.url))this.url=this.url.replace(n,"$1_="+new Date().getTime());else{var i=/\?/;this.url+=(i.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}_e.prototype.clone=function(){return new _e(this,{body:this._bodyInit})};function ls(r){var e=new FormData;return r.trim().split("&").forEach(function(t){if(t){var n=t.split("="),i=n.shift().replace(/\+/g," "),a=n.join("=").replace(/\+/g," ");e.append(decodeURIComponent(i),decodeURIComponent(a))}}),e}function ps(r){var e=new D,t=r.replace(/\r?\n[\t ]+/g," ");return t.split("\r").map(function(n){return n.indexOf(`
7
- `)===0?n.substr(1,n.length):n}).forEach(function(n){var i=n.split(":"),a=i.shift().trim();if(a){var o=i.join(":").trim();e.append(a,o)}}),e}ci.call(_e.prototype);function W(r,e){if(!(this instanceof W))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=e.status===void 0?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=e.statusText===void 0?"":""+e.statusText,this.headers=new D(e.headers),this.url=e.url||"",this._initBody(r)}ci.call(W.prototype),W.prototype.clone=function(){return new W(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new D(this.headers),url:this.url})},W.error=function(){var r=new W(null,{status:0,statusText:""});return r.type="error",r};var hs=[301,302,303,307,308];W.redirect=function(r,e){if(hs.indexOf(e)===-1)throw new RangeError("Invalid status code");return new W(null,{status:e,headers:{location:r}})};var me=j.DOMException;try{new me}catch{me=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},me.prototype=Object.create(Error.prototype),me.prototype.constructor=me}function li(r,e){return new Promise(function(t,n){var i=new _e(r,e);if(i.signal&&i.signal.aborted)return n(new me("Aborted","AbortError"));var a=new XMLHttpRequest;function o(){a.abort()}a.onload=function(){var f={status:a.status,statusText:a.statusText,headers:ps(a.getAllResponseHeaders()||"")};f.url="responseURL"in a?a.responseURL:f.headers.get("X-Request-URL");var c="response"in a?a.response:a.responseText;setTimeout(function(){t(new W(c,f))},0)},a.onerror=function(){setTimeout(function(){n(new TypeError("Network request failed"))},0)},a.ontimeout=function(){setTimeout(function(){n(new TypeError("Network request failed"))},0)},a.onabort=function(){setTimeout(function(){n(new me("Aborted","AbortError"))},0)};function s(f){try{return f===""&&j.location.href?j.location.href:f}catch{return f}}a.open(i.method,s(i.url),!0),i.credentials==="include"?a.withCredentials=!0:i.credentials==="omit"&&(a.withCredentials=!1),"responseType"in a&&(q.blob?a.responseType="blob":q.arrayBuffer&&i.headers.get("Content-Type")&&i.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(a.responseType="arraybuffer")),e&&typeof e.headers=="object"&&!(e.headers instanceof D)?Object.getOwnPropertyNames(e.headers).forEach(function(f){a.setRequestHeader(f,Mt(e.headers[f]))}):i.headers.forEach(function(f,c){a.setRequestHeader(c,f)}),i.signal&&(i.signal.addEventListener("abort",o),a.onreadystatechange=function(){a.readyState===4&&i.signal.removeEventListener("abort",o)}),a.send(typeof i._bodyInit>"u"?null:i._bodyInit)})}li.polyfill=!0,j.fetch||(j.fetch=li,j.Headers=D,j.Request=_e,j.Response=W),self.fetch.bind(self);var ys=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;e[t]=i;for(t in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,t);if(o.value!==i||o.enumerable!==!0)return!1}return!0},pi=typeof Symbol<"u"&&Symbol,ds=ys,vs=function(){return typeof pi!="function"||typeof Symbol!="function"||typeof pi("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:ds()},gs="Function.prototype.bind called on incompatible ",Bt=Array.prototype.slice,_s=Object.prototype.toString,ms="[object Function]",ws=function(e){var t=this;if(typeof t!="function"||_s.call(t)!==ms)throw new TypeError(gs+t);for(var n=Bt.call(arguments,1),i,a=function(){if(this instanceof i){var l=t.apply(this,n.concat(Bt.call(arguments)));return Object(l)===l?l:this}else return t.apply(e,n.concat(Bt.call(arguments)))},o=Math.max(0,t.length-n.length),s=[],f=0;f<o;f++)s.push("$"+f);if(i=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")(a),t.prototype){var c=function(){};c.prototype=t.prototype,i.prototype=new c,c.prototype=null}return i},bs=ws,Ut=Function.prototype.bind||bs,$s=Ut,Es=$s.call(Function.call,Object.prototype.hasOwnProperty),I,Fe=SyntaxError,hi=Function,Re=TypeError,Ct=function(r){try{return hi('"use strict"; return ('+r+").constructor;")()}catch{}},we=Object.getOwnPropertyDescriptor;if(we)try{we({},"")}catch{we=null}var Lt=function(){throw new Re},As=we?function(){try{return arguments.callee,Lt}catch{try{return we(arguments,"callee").get}catch{return Lt}}}():Lt,Me=vs(),ce=Object.getPrototypeOf||function(r){return r.__proto__},De={},Os=typeof Uint8Array>"u"?I:ce(Uint8Array),Ne={"%AggregateError%":typeof AggregateError>"u"?I:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?I:ArrayBuffer,"%ArrayIteratorPrototype%":Me?ce([][Symbol.iterator]()):I,"%AsyncFromSyncIteratorPrototype%":I,"%AsyncFunction%":De,"%AsyncGenerator%":De,"%AsyncGeneratorFunction%":De,"%AsyncIteratorPrototype%":De,"%Atomics%":typeof Atomics>"u"?I:Atomics,"%BigInt%":typeof BigInt>"u"?I:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?I:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?I:Float32Array,"%Float64Array%":typeof Float64Array>"u"?I:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?I:FinalizationRegistry,"%Function%":hi,"%GeneratorFunction%":De,"%Int8Array%":typeof Int8Array>"u"?I:Int8Array,"%Int16Array%":typeof Int16Array>"u"?I:Int16Array,"%Int32Array%":typeof Int32Array>"u"?I:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Me?ce(ce([][Symbol.iterator]())):I,"%JSON%":typeof JSON=="object"?JSON:I,"%Map%":typeof Map>"u"?I:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Me?I:ce(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?I:Promise,"%Proxy%":typeof Proxy>"u"?I:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?I:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?I:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Me?I:ce(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?I:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Me?ce(""[Symbol.iterator]()):I,"%Symbol%":Me?Symbol:I,"%SyntaxError%":Fe,"%ThrowTypeError%":As,"%TypedArray%":Os,"%TypeError%":Re,"%Uint8Array%":typeof Uint8Array>"u"?I:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?I:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?I:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?I:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?I:WeakMap,"%WeakRef%":typeof WeakRef>"u"?I:WeakRef,"%WeakSet%":typeof WeakSet>"u"?I:WeakSet},Ss=function r(e){var t;if(e==="%AsyncFunction%")t=Ct("async function () {}");else if(e==="%GeneratorFunction%")t=Ct("function* () {}");else if(e==="%AsyncGeneratorFunction%")t=Ct("async function* () {}");else if(e==="%AsyncGenerator%"){var n=r("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var i=r("%AsyncGenerator%");i&&(t=ce(i.prototype))}return Ne[e]=t,t},yi={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Je=Ut,xr=Es,Ts=Je.call(Function.call,Array.prototype.concat),Is=Je.call(Function.apply,Array.prototype.splice),di=Je.call(Function.call,String.prototype.replace),Pr=Je.call(Function.call,String.prototype.slice),xs=Je.call(Function.call,RegExp.prototype.exec),Ps=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Fs=/\\(\\)?/g,Rs=function(e){var t=Pr(e,0,1),n=Pr(e,-1);if(t==="%"&&n!=="%")throw new Fe("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new Fe("invalid intrinsic syntax, expected opening `%`");var i=[];return di(e,Ps,function(a,o,s,f){i[i.length]=s?di(f,Fs,"$1"):o||a}),i},Ms=function(e,t){var n=e,i;if(xr(yi,n)&&(i=yi[n],n="%"+i[0]+"%"),xr(Ne,n)){var a=Ne[n];if(a===De&&(a=Ss(n)),typeof a>"u"&&!t)throw new Re("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:a}}throw new Fe("intrinsic "+e+" does not exist!")},jt=function(e,t){if(typeof e!="string"||e.length===0)throw new Re("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new Re('"allowMissing" argument must be a boolean');if(xs(/^%?[^%]*%?$/,e)===null)throw new Fe("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=Rs(e),i=n.length>0?n[0]:"",a=Ms("%"+i+"%",t),o=a.name,s=a.value,f=!1,c=a.alias;c&&(i=c[0],Is(n,Ts([0,1],c)));for(var l=1,u=!0;l<n.length;l+=1){var p=n[l],d=Pr(p,0,1),g=Pr(p,-1);if((d==='"'||d==="'"||d==="`"||g==='"'||g==="'"||g==="`")&&d!==g)throw new Fe("property names with quotes must have matching quotes");if((p==="constructor"||!u)&&(f=!0),i+="."+p,o="%"+i+"%",xr(Ne,o))s=Ne[o];else if(s!=null){if(!(p in s)){if(!t)throw new Re("base intrinsic for "+e+" exists, but the property is not available.");return}if(we&&l+1>=n.length){var b=we(s,p);u=!!b,u&&"get"in b&&!("originalValue"in b.get)?s=b.get:s=s[p]}else u=xr(s,p),s=s[p];u&&!f&&(Ne[o]=s)}}return s},vi={exports:{}};(function(r){var e=Ut,t=jt,n=t("%Function.prototype.apply%"),i=t("%Function.prototype.call%"),a=t("%Reflect.apply%",!0)||e.call(i,n),o=t("%Object.getOwnPropertyDescriptor%",!0),s=t("%Object.defineProperty%",!0),f=t("%Math.max%");if(s)try{s({},"a",{value:1})}catch{s=null}r.exports=function(u){var p=a(e,i,arguments);if(o&&s){var d=o(p,"length");d.configurable&&s(p,"length",{value:1+f(0,u.length-(arguments.length-1))})}return p};var c=function(){return a(e,n,arguments)};s?s(r.exports,"apply",{value:c}):r.exports.apply=c})(vi);var gi=jt,_i=vi.exports,Ds=_i(gi("String.prototype.indexOf")),Ns=function(e,t){var n=gi(e,!!t);return typeof n=="function"&&Ds(e,".prototype.")>-1?_i(n):n},Be=typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{},z=[],G=[],Bs=typeof Uint8Array<"u"?Uint8Array:Array,kt=!1;function mi(){kt=!0;for(var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,t=r.length;e<t;++e)z[e]=r[e],G[r.charCodeAt(e)]=e;G["-".charCodeAt(0)]=62,G["_".charCodeAt(0)]=63}function Us(r){kt||mi();var e,t,n,i,a,o,s=r.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a=r[s-2]==="="?2:r[s-1]==="="?1:0,o=new Bs(s*3/4-a),n=a>0?s-4:s;var f=0;for(e=0,t=0;e<n;e+=4,t+=3)i=G[r.charCodeAt(e)]<<18|G[r.charCodeAt(e+1)]<<12|G[r.charCodeAt(e+2)]<<6|G[r.charCodeAt(e+3)],o[f++]=i>>16&255,o[f++]=i>>8&255,o[f++]=i&255;return a===2?(i=G[r.charCodeAt(e)]<<2|G[r.charCodeAt(e+1)]>>4,o[f++]=i&255):a===1&&(i=G[r.charCodeAt(e)]<<10|G[r.charCodeAt(e+1)]<<4|G[r.charCodeAt(e+2)]>>2,o[f++]=i>>8&255,o[f++]=i&255),o}function Cs(r){return z[r>>18&63]+z[r>>12&63]+z[r>>6&63]+z[r&63]}function Ls(r,e,t){for(var n,i=[],a=e;a<t;a+=3)n=(r[a]<<16)+(r[a+1]<<8)+r[a+2],i.push(Cs(n));return i.join("")}function wi(r){kt||mi();for(var e,t=r.length,n=t%3,i="",a=[],o=16383,s=0,f=t-n;s<f;s+=o)a.push(Ls(r,s,s+o>f?f:s+o));return n===1?(e=r[t-1],i+=z[e>>2],i+=z[e<<4&63],i+="=="):n===2&&(e=(r[t-2]<<8)+r[t-1],i+=z[e>>10],i+=z[e>>4&63],i+=z[e<<2&63],i+="="),a.push(i),a.join("")}function Fr(r,e,t,n,i){var a,o,s=i*8-n-1,f=(1<<s)-1,c=f>>1,l=-7,u=t?i-1:0,p=t?-1:1,d=r[e+u];for(u+=p,a=d&(1<<-l)-1,d>>=-l,l+=s;l>0;a=a*256+r[e+u],u+=p,l-=8);for(o=a&(1<<-l)-1,a>>=-l,l+=n;l>0;o=o*256+r[e+u],u+=p,l-=8);if(a===0)a=1-c;else{if(a===f)return o?NaN:(d?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-c}return(d?-1:1)*o*Math.pow(2,a-n)}function bi(r,e,t,n,i,a){var o,s,f,c=a*8-i-1,l=(1<<c)-1,u=l>>1,p=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:a-1,g=n?1:-1,b=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,o=l):(o=Math.floor(Math.log(e)/Math.LN2),e*(f=Math.pow(2,-o))<1&&(o--,f*=2),o+u>=1?e+=p/f:e+=p*Math.pow(2,1-u),e*f>=2&&(o++,f/=2),o+u>=l?(s=0,o=l):o+u>=1?(s=(e*f-1)*Math.pow(2,i),o=o+u):(s=e*Math.pow(2,u-1)*Math.pow(2,i),o=0));i>=8;r[t+d]=s&255,d+=g,s/=256,i-=8);for(o=o<<i|s,c+=i;c>0;r[t+d]=o&255,d+=g,o/=256,c-=8);r[t+d-g]|=b*128}var js={}.toString,$i=Array.isArray||function(r){return js.call(r)=="[object Array]"};/*!
6
+ (function(te,Ze){typeof exports=="object"&&typeof module<"u"?module.exports=Ze():typeof define=="function"&&define.amd?define(Ze):(te=typeof globalThis<"u"?globalThis:te||self,te.recharge=Ze())})(this,function(){"use strict";var te=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ze(r){var e=r.default;if(typeof e=="function"){var t=function(){return e.apply(this,arguments)};t.prototype=e.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(r).forEach(function(n){var i=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:function(){return r[n]}})}),t}var j=typeof globalThis<"u"&&globalThis||typeof self<"u"&&self||typeof j<"u"&&j,q={searchParams:"URLSearchParams"in j,iterable:"Symbol"in j&&"iterator"in Symbol,blob:"FileReader"in j&&"Blob"in j&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in j,arrayBuffer:"ArrayBuffer"in j};function is(r){return r&&DataView.prototype.isPrototypeOf(r)}if(q.arrayBuffer)var as=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],os=ArrayBuffer.isView||function(r){return r&&as.indexOf(Object.prototype.toString.call(r))>-1};function Je(r){if(typeof r!="string"&&(r=String(r)),/[^a-z0-9\-#$%&'*+.^_`|~!]/i.test(r)||r==="")throw new TypeError('Invalid character in header field name: "'+r+'"');return r.toLowerCase()}function Dt(r){return typeof r!="string"&&(r=String(r)),r}function Nt(r){var e={next:function(){var t=r.shift();return{done:t===void 0,value:t}}};return q.iterable&&(e[Symbol.iterator]=function(){return e}),e}function D(r){this.map={},r instanceof D?r.forEach(function(e,t){this.append(t,e)},this):Array.isArray(r)?r.forEach(function(e){this.append(e[0],e[1])},this):r&&Object.getOwnPropertyNames(r).forEach(function(e){this.append(e,r[e])},this)}D.prototype.append=function(r,e){r=Je(r),e=Dt(e);var t=this.map[r];this.map[r]=t?t+", "+e:e},D.prototype.delete=function(r){delete this.map[Je(r)]},D.prototype.get=function(r){return r=Je(r),this.has(r)?this.map[r]:null},D.prototype.has=function(r){return this.map.hasOwnProperty(Je(r))},D.prototype.set=function(r,e){this.map[Je(r)]=Dt(e)},D.prototype.forEach=function(r,e){for(var t in this.map)this.map.hasOwnProperty(t)&&r.call(e,this.map[t],t,this)},D.prototype.keys=function(){var r=[];return this.forEach(function(e,t){r.push(t)}),Nt(r)},D.prototype.values=function(){var r=[];return this.forEach(function(e){r.push(e)}),Nt(r)},D.prototype.entries=function(){var r=[];return this.forEach(function(e,t){r.push([t,e])}),Nt(r)},q.iterable&&(D.prototype[Symbol.iterator]=D.prototype.entries);function Bt(r){if(r.bodyUsed)return Promise.reject(new TypeError("Already read"));r.bodyUsed=!0}function fi(r){return new Promise(function(e,t){r.onload=function(){e(r.result)},r.onerror=function(){t(r.error)}})}function us(r){var e=new FileReader,t=fi(e);return e.readAsArrayBuffer(r),t}function ss(r){var e=new FileReader,t=fi(e);return e.readAsText(r),t}function fs(r){for(var e=new Uint8Array(r),t=new Array(e.length),n=0;n<e.length;n++)t[n]=String.fromCharCode(e[n]);return t.join("")}function ci(r){if(r.slice)return r.slice(0);var e=new Uint8Array(r.byteLength);return e.set(new Uint8Array(r)),e.buffer}function li(){return this.bodyUsed=!1,this._initBody=function(r){this.bodyUsed=this.bodyUsed,this._bodyInit=r,r?typeof r=="string"?this._bodyText=r:q.blob&&Blob.prototype.isPrototypeOf(r)?this._bodyBlob=r:q.formData&&FormData.prototype.isPrototypeOf(r)?this._bodyFormData=r:q.searchParams&&URLSearchParams.prototype.isPrototypeOf(r)?this._bodyText=r.toString():q.arrayBuffer&&q.blob&&is(r)?(this._bodyArrayBuffer=ci(r.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):q.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(r)||os(r))?this._bodyArrayBuffer=ci(r):this._bodyText=r=Object.prototype.toString.call(r):this._bodyText="",this.headers.get("content-type")||(typeof r=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):q.searchParams&&URLSearchParams.prototype.isPrototypeOf(r)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},q.blob&&(this.blob=function(){var r=Bt(this);if(r)return r;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){if(this._bodyArrayBuffer){var r=Bt(this);return r||(ArrayBuffer.isView(this._bodyArrayBuffer)?Promise.resolve(this._bodyArrayBuffer.buffer.slice(this._bodyArrayBuffer.byteOffset,this._bodyArrayBuffer.byteOffset+this._bodyArrayBuffer.byteLength)):Promise.resolve(this._bodyArrayBuffer))}else return this.blob().then(us)}),this.text=function(){var r=Bt(this);if(r)return r;if(this._bodyBlob)return ss(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(fs(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},q.formData&&(this.formData=function(){return this.text().then(ps)}),this.json=function(){return this.text().then(JSON.parse)},this}var cs=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function ls(r){var e=r.toUpperCase();return cs.indexOf(e)>-1?e:r}function me(r,e){if(!(this instanceof me))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e=e||{};var t=e.body;if(r instanceof me){if(r.bodyUsed)throw new TypeError("Already read");this.url=r.url,this.credentials=r.credentials,e.headers||(this.headers=new D(r.headers)),this.method=r.method,this.mode=r.mode,this.signal=r.signal,!t&&r._bodyInit!=null&&(t=r._bodyInit,r.bodyUsed=!0)}else this.url=String(r);if(this.credentials=e.credentials||this.credentials||"same-origin",(e.headers||!this.headers)&&(this.headers=new D(e.headers)),this.method=ls(e.method||this.method||"GET"),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&t)throw new TypeError("Body not allowed for GET or HEAD requests");if(this._initBody(t),(this.method==="GET"||this.method==="HEAD")&&(e.cache==="no-store"||e.cache==="no-cache")){var n=/([?&])_=[^&]*/;if(n.test(this.url))this.url=this.url.replace(n,"$1_="+new Date().getTime());else{var i=/\?/;this.url+=(i.test(this.url)?"&":"?")+"_="+new Date().getTime()}}}me.prototype.clone=function(){return new me(this,{body:this._bodyInit})};function ps(r){var e=new FormData;return r.trim().split("&").forEach(function(t){if(t){var n=t.split("="),i=n.shift().replace(/\+/g," "),a=n.join("=").replace(/\+/g," ");e.append(decodeURIComponent(i),decodeURIComponent(a))}}),e}function hs(r){var e=new D,t=r.replace(/\r?\n[\t ]+/g," ");return t.split("\r").map(function(n){return n.indexOf(`
7
+ `)===0?n.substr(1,n.length):n}).forEach(function(n){var i=n.split(":"),a=i.shift().trim();if(a){var o=i.join(":").trim();e.append(a,o)}}),e}li.call(me.prototype);function X(r,e){if(!(this instanceof X))throw new TypeError('Please use the "new" operator, this DOM object constructor cannot be called as a function.');e||(e={}),this.type="default",this.status=e.status===void 0?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText=e.statusText===void 0?"":""+e.statusText,this.headers=new D(e.headers),this.url=e.url||"",this._initBody(r)}li.call(X.prototype),X.prototype.clone=function(){return new X(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new D(this.headers),url:this.url})},X.error=function(){var r=new X(null,{status:0,statusText:""});return r.type="error",r};var ys=[301,302,303,307,308];X.redirect=function(r,e){if(ys.indexOf(e)===-1)throw new RangeError("Invalid status code");return new X(null,{status:e,headers:{location:r}})};var we=j.DOMException;try{new we}catch{we=function(e,t){this.message=e,this.name=t;var n=Error(e);this.stack=n.stack},we.prototype=Object.create(Error.prototype),we.prototype.constructor=we}function pi(r,e){return new Promise(function(t,n){var i=new me(r,e);if(i.signal&&i.signal.aborted)return n(new we("Aborted","AbortError"));var a=new XMLHttpRequest;function o(){a.abort()}a.onload=function(){var f={status:a.status,statusText:a.statusText,headers:hs(a.getAllResponseHeaders()||"")};f.url="responseURL"in a?a.responseURL:f.headers.get("X-Request-URL");var c="response"in a?a.response:a.responseText;setTimeout(function(){t(new X(c,f))},0)},a.onerror=function(){setTimeout(function(){n(new TypeError("Network request failed"))},0)},a.ontimeout=function(){setTimeout(function(){n(new TypeError("Network request failed"))},0)},a.onabort=function(){setTimeout(function(){n(new we("Aborted","AbortError"))},0)};function s(f){try{return f===""&&j.location.href?j.location.href:f}catch{return f}}a.open(i.method,s(i.url),!0),i.credentials==="include"?a.withCredentials=!0:i.credentials==="omit"&&(a.withCredentials=!1),"responseType"in a&&(q.blob?a.responseType="blob":q.arrayBuffer&&i.headers.get("Content-Type")&&i.headers.get("Content-Type").indexOf("application/octet-stream")!==-1&&(a.responseType="arraybuffer")),e&&typeof e.headers=="object"&&!(e.headers instanceof D)?Object.getOwnPropertyNames(e.headers).forEach(function(f){a.setRequestHeader(f,Dt(e.headers[f]))}):i.headers.forEach(function(f,c){a.setRequestHeader(c,f)}),i.signal&&(i.signal.addEventListener("abort",o),a.onreadystatechange=function(){a.readyState===4&&i.signal.removeEventListener("abort",o)}),a.send(typeof i._bodyInit>"u"?null:i._bodyInit)})}pi.polyfill=!0,j.fetch||(j.fetch=pi,j.Headers=D,j.Request=me,j.Response=X),self.fetch.bind(self);var ds=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var e={},t=Symbol("test"),n=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var i=42;e[t]=i;for(t in e)return!1;if(typeof Object.keys=="function"&&Object.keys(e).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(e).length!==0)return!1;var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var o=Object.getOwnPropertyDescriptor(e,t);if(o.value!==i||o.enumerable!==!0)return!1}return!0},hi=typeof Symbol<"u"&&Symbol,vs=ds,gs=function(){return typeof hi!="function"||typeof Symbol!="function"||typeof hi("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:vs()},_s="Function.prototype.bind called on incompatible ",Ut=Array.prototype.slice,ms=Object.prototype.toString,ws="[object Function]",bs=function(e){var t=this;if(typeof t!="function"||ms.call(t)!==ws)throw new TypeError(_s+t);for(var n=Ut.call(arguments,1),i,a=function(){if(this instanceof i){var l=t.apply(this,n.concat(Ut.call(arguments)));return Object(l)===l?l:this}else return t.apply(e,n.concat(Ut.call(arguments)))},o=Math.max(0,t.length-n.length),s=[],f=0;f<o;f++)s.push("$"+f);if(i=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")(a),t.prototype){var c=function(){};c.prototype=t.prototype,i.prototype=new c,c.prototype=null}return i},$s=bs,Ct=Function.prototype.bind||$s,Es=Ct,As=Es.call(Function.call,Object.prototype.hasOwnProperty),P,Re=SyntaxError,yi=Function,Me=TypeError,Lt=function(r){try{return yi('"use strict"; return ('+r+").constructor;")()}catch{}},be=Object.getOwnPropertyDescriptor;if(be)try{be({},"")}catch{be=null}var jt=function(){throw new Me},Os=be?function(){try{return arguments.callee,jt}catch{try{return be(arguments,"callee").get}catch{return jt}}}():jt,De=gs(),le=Object.getPrototypeOf||function(r){return r.__proto__},Ne={},Ss=typeof Uint8Array>"u"?P:le(Uint8Array),Be={"%AggregateError%":typeof AggregateError>"u"?P:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?P:ArrayBuffer,"%ArrayIteratorPrototype%":De?le([][Symbol.iterator]()):P,"%AsyncFromSyncIteratorPrototype%":P,"%AsyncFunction%":Ne,"%AsyncGenerator%":Ne,"%AsyncGeneratorFunction%":Ne,"%AsyncIteratorPrototype%":Ne,"%Atomics%":typeof Atomics>"u"?P:Atomics,"%BigInt%":typeof BigInt>"u"?P:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?P:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?P:Float32Array,"%Float64Array%":typeof Float64Array>"u"?P:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?P:FinalizationRegistry,"%Function%":yi,"%GeneratorFunction%":Ne,"%Int8Array%":typeof Int8Array>"u"?P:Int8Array,"%Int16Array%":typeof Int16Array>"u"?P:Int16Array,"%Int32Array%":typeof Int32Array>"u"?P:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":De?le(le([][Symbol.iterator]())):P,"%JSON%":typeof JSON=="object"?JSON:P,"%Map%":typeof Map>"u"?P:Map,"%MapIteratorPrototype%":typeof Map>"u"||!De?P:le(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?P:Promise,"%Proxy%":typeof Proxy>"u"?P:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?P:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?P:Set,"%SetIteratorPrototype%":typeof Set>"u"||!De?P:le(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?P:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":De?le(""[Symbol.iterator]()):P,"%Symbol%":De?Symbol:P,"%SyntaxError%":Re,"%ThrowTypeError%":Os,"%TypedArray%":Ss,"%TypeError%":Me,"%Uint8Array%":typeof Uint8Array>"u"?P:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?P:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?P:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?P:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?P:WeakMap,"%WeakRef%":typeof WeakRef>"u"?P:WeakRef,"%WeakSet%":typeof WeakSet>"u"?P:WeakSet},Ts=function r(e){var t;if(e==="%AsyncFunction%")t=Lt("async function () {}");else if(e==="%GeneratorFunction%")t=Lt("function* () {}");else if(e==="%AsyncGeneratorFunction%")t=Lt("async function* () {}");else if(e==="%AsyncGenerator%"){var n=r("%AsyncGeneratorFunction%");n&&(t=n.prototype)}else if(e==="%AsyncIteratorPrototype%"){var i=r("%AsyncGenerator%");i&&(t=le(i.prototype))}return Be[e]=t,t},di={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Qe=Ct,xr=As,Ps=Qe.call(Function.call,Array.prototype.concat),Is=Qe.call(Function.apply,Array.prototype.splice),vi=Qe.call(Function.call,String.prototype.replace),Fr=Qe.call(Function.call,String.prototype.slice),xs=Qe.call(Function.call,RegExp.prototype.exec),Fs=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Rs=/\\(\\)?/g,Ms=function(e){var t=Fr(e,0,1),n=Fr(e,-1);if(t==="%"&&n!=="%")throw new Re("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&t!=="%")throw new Re("invalid intrinsic syntax, expected opening `%`");var i=[];return vi(e,Fs,function(a,o,s,f){i[i.length]=s?vi(f,Rs,"$1"):o||a}),i},Ds=function(e,t){var n=e,i;if(xr(di,n)&&(i=di[n],n="%"+i[0]+"%"),xr(Be,n)){var a=Be[n];if(a===Ne&&(a=Ts(n)),typeof a>"u"&&!t)throw new Me("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:i,name:n,value:a}}throw new Re("intrinsic "+e+" does not exist!")},kt=function(e,t){if(typeof e!="string"||e.length===0)throw new Me("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof t!="boolean")throw new Me('"allowMissing" argument must be a boolean');if(xs(/^%?[^%]*%?$/,e)===null)throw new Re("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=Ms(e),i=n.length>0?n[0]:"",a=Ds("%"+i+"%",t),o=a.name,s=a.value,f=!1,c=a.alias;c&&(i=c[0],Is(n,Ps([0,1],c)));for(var l=1,u=!0;l<n.length;l+=1){var p=n[l],d=Fr(p,0,1),g=Fr(p,-1);if((d==='"'||d==="'"||d==="`"||g==='"'||g==="'"||g==="`")&&d!==g)throw new Re("property names with quotes must have matching quotes");if((p==="constructor"||!u)&&(f=!0),i+="."+p,o="%"+i+"%",xr(Be,o))s=Be[o];else if(s!=null){if(!(p in s)){if(!t)throw new Me("base intrinsic for "+e+" exists, but the property is not available.");return}if(be&&l+1>=n.length){var b=be(s,p);u=!!b,u&&"get"in b&&!("originalValue"in b.get)?s=b.get:s=s[p]}else u=xr(s,p),s=s[p];u&&!f&&(Be[o]=s)}}return s},gi={exports:{}};(function(r){var e=Ct,t=kt,n=t("%Function.prototype.apply%"),i=t("%Function.prototype.call%"),a=t("%Reflect.apply%",!0)||e.call(i,n),o=t("%Object.getOwnPropertyDescriptor%",!0),s=t("%Object.defineProperty%",!0),f=t("%Math.max%");if(s)try{s({},"a",{value:1})}catch{s=null}r.exports=function(u){var p=a(e,i,arguments);if(o&&s){var d=o(p,"length");d.configurable&&s(p,"length",{value:1+f(0,u.length-(arguments.length-1))})}return p};var c=function(){return a(e,n,arguments)};s?s(r.exports,"apply",{value:c}):r.exports.apply=c})(gi);var _i=kt,mi=gi.exports,Ns=mi(_i("String.prototype.indexOf")),Bs=function(e,t){var n=_i(e,!!t);return typeof n=="function"&&Ns(e,".prototype.")>-1?mi(n):n},Ue=typeof global<"u"?global:typeof self<"u"?self:typeof window<"u"?window:{},z=[],G=[],Us=typeof Uint8Array<"u"?Uint8Array:Array,qt=!1;function wi(){qt=!0;for(var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,t=r.length;e<t;++e)z[e]=r[e],G[r.charCodeAt(e)]=e;G["-".charCodeAt(0)]=62,G["_".charCodeAt(0)]=63}function Cs(r){qt||wi();var e,t,n,i,a,o,s=r.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");a=r[s-2]==="="?2:r[s-1]==="="?1:0,o=new Us(s*3/4-a),n=a>0?s-4:s;var f=0;for(e=0,t=0;e<n;e+=4,t+=3)i=G[r.charCodeAt(e)]<<18|G[r.charCodeAt(e+1)]<<12|G[r.charCodeAt(e+2)]<<6|G[r.charCodeAt(e+3)],o[f++]=i>>16&255,o[f++]=i>>8&255,o[f++]=i&255;return a===2?(i=G[r.charCodeAt(e)]<<2|G[r.charCodeAt(e+1)]>>4,o[f++]=i&255):a===1&&(i=G[r.charCodeAt(e)]<<10|G[r.charCodeAt(e+1)]<<4|G[r.charCodeAt(e+2)]>>2,o[f++]=i>>8&255,o[f++]=i&255),o}function Ls(r){return z[r>>18&63]+z[r>>12&63]+z[r>>6&63]+z[r&63]}function js(r,e,t){for(var n,i=[],a=e;a<t;a+=3)n=(r[a]<<16)+(r[a+1]<<8)+r[a+2],i.push(Ls(n));return i.join("")}function bi(r){qt||wi();for(var e,t=r.length,n=t%3,i="",a=[],o=16383,s=0,f=t-n;s<f;s+=o)a.push(js(r,s,s+o>f?f:s+o));return n===1?(e=r[t-1],i+=z[e>>2],i+=z[e<<4&63],i+="=="):n===2&&(e=(r[t-2]<<8)+r[t-1],i+=z[e>>10],i+=z[e>>4&63],i+=z[e<<2&63],i+="="),a.push(i),a.join("")}function Rr(r,e,t,n,i){var a,o,s=i*8-n-1,f=(1<<s)-1,c=f>>1,l=-7,u=t?i-1:0,p=t?-1:1,d=r[e+u];for(u+=p,a=d&(1<<-l)-1,d>>=-l,l+=s;l>0;a=a*256+r[e+u],u+=p,l-=8);for(o=a&(1<<-l)-1,a>>=-l,l+=n;l>0;o=o*256+r[e+u],u+=p,l-=8);if(a===0)a=1-c;else{if(a===f)return o?NaN:(d?-1:1)*(1/0);o=o+Math.pow(2,n),a=a-c}return(d?-1:1)*o*Math.pow(2,a-n)}function $i(r,e,t,n,i,a){var o,s,f,c=a*8-i-1,l=(1<<c)-1,u=l>>1,p=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:a-1,g=n?1:-1,b=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,o=l):(o=Math.floor(Math.log(e)/Math.LN2),e*(f=Math.pow(2,-o))<1&&(o--,f*=2),o+u>=1?e+=p/f:e+=p*Math.pow(2,1-u),e*f>=2&&(o++,f/=2),o+u>=l?(s=0,o=l):o+u>=1?(s=(e*f-1)*Math.pow(2,i),o=o+u):(s=e*Math.pow(2,u-1)*Math.pow(2,i),o=0));i>=8;r[t+d]=s&255,d+=g,s/=256,i-=8);for(o=o<<i|s,c+=i;c>0;r[t+d]=o&255,d+=g,o/=256,c-=8);r[t+d-g]|=b*128}var ks={}.toString,Ei=Array.isArray||function(r){return ks.call(r)=="[object Array]"};/*!
8
8
  * The buffer module from node.js, for the browser.
9
9
  *
10
10
  * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
11
11
  * @license MIT
12
- */var ks=50;y.TYPED_ARRAY_SUPPORT=Be.TYPED_ARRAY_SUPPORT!==void 0?Be.TYPED_ARRAY_SUPPORT:!0,Rr();function Rr(){return y.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function te(r,e){if(Rr()<e)throw new RangeError("Invalid typed array length");return y.TYPED_ARRAY_SUPPORT?(r=new Uint8Array(e),r.__proto__=y.prototype):(r===null&&(r=new y(e)),r.length=e),r}function y(r,e,t){if(!y.TYPED_ARRAY_SUPPORT&&!(this instanceof y))return new y(r,e,t);if(typeof r=="number"){if(typeof e=="string")throw new Error("If encoding is specified then the first argument must be a string");return qt(this,r)}return Ei(this,r,e,t)}y.poolSize=8192,y._augment=function(r){return r.__proto__=y.prototype,r};function Ei(r,e,t,n){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer?Gs(r,e,t,n):typeof e=="string"?Vs(r,e,t):Hs(r,e)}y.from=function(r,e,t){return Ei(null,r,e,t)},y.TYPED_ARRAY_SUPPORT&&(y.prototype.__proto__=Uint8Array.prototype,y.__proto__=Uint8Array);function Ai(r){if(typeof r!="number")throw new TypeError('"size" argument must be a number');if(r<0)throw new RangeError('"size" argument must not be negative')}function qs(r,e,t,n){return Ai(e),e<=0?te(r,e):t!==void 0?typeof n=="string"?te(r,e).fill(t,n):te(r,e).fill(t):te(r,e)}y.alloc=function(r,e,t){return qs(null,r,e,t)};function qt(r,e){if(Ai(e),r=te(r,e<0?0:Gt(e)|0),!y.TYPED_ARRAY_SUPPORT)for(var t=0;t<e;++t)r[t]=0;return r}y.allocUnsafe=function(r){return qt(null,r)},y.allocUnsafeSlow=function(r){return qt(null,r)};function Vs(r,e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!y.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');var n=Oi(e,t)|0;r=te(r,n);var i=r.write(e,t);return i!==n&&(r=r.slice(0,i)),r}function Vt(r,e){var t=e.length<0?0:Gt(e.length)|0;r=te(r,t);for(var n=0;n<t;n+=1)r[n]=e[n]&255;return r}function Gs(r,e,t,n){if(e.byteLength,t<0||e.byteLength<t)throw new RangeError("'offset' is out of bounds");if(e.byteLength<t+(n||0))throw new RangeError("'length' is out of bounds");return t===void 0&&n===void 0?e=new Uint8Array(e):n===void 0?e=new Uint8Array(e,t):e=new Uint8Array(e,t,n),y.TYPED_ARRAY_SUPPORT?(r=e,r.__proto__=y.prototype):r=Vt(r,e),r}function Hs(r,e){if(X(e)){var t=Gt(e.length)|0;return r=te(r,t),r.length===0||e.copy(r,0,0,t),r}if(e){if(typeof ArrayBuffer<"u"&&e.buffer instanceof ArrayBuffer||"length"in e)return typeof e.length!="number"||lf(e.length)?te(r,0):Vt(r,e);if(e.type==="Buffer"&&$i(e.data))return Vt(r,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function Gt(r){if(r>=Rr())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Rr().toString(16)+" bytes");return r|0}y.isBuffer=pf;function X(r){return!!(r!=null&&r._isBuffer)}y.compare=function(e,t){if(!X(e)||!X(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,i=t.length,a=0,o=Math.min(n,i);a<o;++a)if(e[a]!==t[a]){n=e[a],i=t[a];break}return n<i?-1:i<n?1:0},y.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},y.concat=function(e,t){if(!$i(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return y.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var i=y.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var o=e[n];if(!X(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(i,a),a+=o.length}return i};function Oi(r,e){if(X(r))return r.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(r)||r instanceof ArrayBuffer))return r.byteLength;typeof r!="string"&&(r=""+r);var t=r.length;if(t===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":case void 0:return Nr(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Di(r).length;default:if(n)return Nr(r).length;e=(""+e).toLowerCase(),n=!0}}y.byteLength=Oi;function Ws(r,e,t){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return tf(this,e,t);case"utf8":case"utf-8":return xi(this,e,t);case"ascii":return ef(this,e,t);case"latin1":case"binary":return rf(this,e,t);case"base64":return Js(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return nf(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}y.prototype._isBuffer=!0;function be(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}y.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)be(this,t,t+1);return this},y.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)be(this,t,t+3),be(this,t+1,t+2);return this},y.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)be(this,t,t+7),be(this,t+1,t+6),be(this,t+2,t+5),be(this,t+3,t+4);return this},y.prototype.toString=function(){var e=this.length|0;return e===0?"":arguments.length===0?xi(this,0,e):Ws.apply(this,arguments)},y.prototype.equals=function(e){if(!X(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:y.compare(this,e)===0},y.prototype.inspect=function(){var e="",t=ks;return this.length>0&&(e=this.toString("hex",0,t).match(/.{2}/g).join(" "),this.length>t&&(e+=" ... ")),"<Buffer "+e+">"},y.prototype.compare=function(e,t,n,i,a){if(!X(e))throw new TypeError("Argument must be a Buffer");if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),t<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&t>=n)return 0;if(i>=a)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var o=a-i,s=n-t,f=Math.min(o,s),c=this.slice(i,a),l=e.slice(t,n),u=0;u<f;++u)if(c[u]!==l[u]){o=c[u],s=l[u];break}return o<s?-1:s<o?1:0};function Si(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,isNaN(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=y.from(e,n)),X(e))return e.length===0?-1:Ti(r,e,t,n,i);if(typeof e=="number")return e=e&255,y.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):Ti(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function Ti(r,e,t,n,i){var a=1,o=r.length,s=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;a=2,o/=2,s/=2,t/=2}function f(d,g){return a===1?d[g]:d.readUInt16BE(g*a)}var c;if(i){var l=-1;for(c=t;c<o;c++)if(f(r,c)===f(e,l===-1?0:c-l)){if(l===-1&&(l=c),c-l+1===s)return l*a}else l!==-1&&(c-=c-l),l=-1}else for(t+s>o&&(t=o-s),c=t;c>=0;c--){for(var u=!0,p=0;p<s;p++)if(f(r,c+p)!==f(e,p)){u=!1;break}if(u)return c}return-1}y.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1},y.prototype.indexOf=function(e,t,n){return Si(this,e,t,n,!0)},y.prototype.lastIndexOf=function(e,t,n){return Si(this,e,t,n,!1)};function zs(r,e,t,n){t=Number(t)||0;var i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;if(a%2!==0)throw new TypeError("Invalid hex string");n>a/2&&(n=a/2);for(var o=0;o<n;++o){var s=parseInt(e.substr(o*2,2),16);if(isNaN(s))return o;r[t+o]=s}return o}function Xs(r,e,t,n){return Br(Nr(e,r.length-t),r,t,n)}function Ii(r,e,t,n){return Br(ff(e),r,t,n)}function Ys(r,e,t,n){return Ii(r,e,t,n)}function Ks(r,e,t,n){return Br(Di(e),r,t,n)}function Zs(r,e,t,n){return Br(cf(e,r.length-t),r,t,n)}y.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-t;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return zs(this,e,t,n);case"utf8":case"utf-8":return Xs(this,e,t,n);case"ascii":return Ii(this,e,t,n);case"latin1":case"binary":return Ys(this,e,t,n);case"base64":return Ks(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Zs(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}},y.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Js(r,e,t){return e===0&&t===r.length?wi(r):wi(r.slice(e,t))}function xi(r,e,t){t=Math.min(r.length,t);for(var n=[],i=e;i<t;){var a=r[i],o=null,s=a>239?4:a>223?3:a>191?2:1;if(i+s<=t){var f,c,l,u;switch(s){case 1:a<128&&(o=a);break;case 2:f=r[i+1],(f&192)===128&&(u=(a&31)<<6|f&63,u>127&&(o=u));break;case 3:f=r[i+1],c=r[i+2],(f&192)===128&&(c&192)===128&&(u=(a&15)<<12|(f&63)<<6|c&63,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:f=r[i+1],c=r[i+2],l=r[i+3],(f&192)===128&&(c&192)===128&&(l&192)===128&&(u=(a&15)<<18|(f&63)<<12|(c&63)<<6|l&63,u>65535&&u<1114112&&(o=u))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=s}return Qs(n)}var Pi=4096;function Qs(r){var e=r.length;if(e<=Pi)return String.fromCharCode.apply(String,r);for(var t="",n=0;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Pi));return t}function ef(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function rf(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function tf(r,e,t){var n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);for(var i="",a=e;a<t;++a)i+=sf(r[a]);return i}function nf(r,e,t){for(var n=r.slice(e,t),i="",a=0;a<n.length;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}y.prototype.slice=function(e,t){var n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);var i;if(y.TYPED_ARRAY_SUPPORT)i=this.subarray(e,t),i.__proto__=y.prototype;else{var a=t-e;i=new y(a,void 0);for(var o=0;o<a;++o)i[o]=this[o+e]}return i};function N(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}y.prototype.readUIntLE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=this[e],a=1,o=0;++o<t&&(a*=256);)i+=this[e+o]*a;return i},y.prototype.readUIntBE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=this[e+--t],a=1;t>0&&(a*=256);)i+=this[e+--t]*a;return i},y.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},y.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},y.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},y.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216},y.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])},y.prototype.readIntLE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=this[e],a=1,o=0;++o<t&&(a*=256);)i+=this[e+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*t)),i},y.prototype.readIntBE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=t,a=1,o=this[e+--i];i>0&&(a*=256);)o+=this[e+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o},y.prototype.readInt8=function(e,t){return t||N(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]},y.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n},y.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n},y.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},y.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},y.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),Fr(this,e,!0,23,4)},y.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),Fr(this,e,!1,23,4)},y.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),Fr(this,e,!0,52,8)},y.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),Fr(this,e,!1,52,8)};function V(r,e,t,n,i,a){if(!X(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}y.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;V(this,e,t,n,a,0)}var o=1,s=0;for(this[t]=e&255;++s<n&&(o*=256);)this[t+s]=e/o&255;return t+n},y.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;V(this,e,t,n,a,0)}var o=n-1,s=1;for(this[t+o]=e&255;--o>=0&&(s*=256);)this[t+o]=e/s&255;return t+n},y.prototype.writeUInt8=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,1,255,0),y.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=e&255,t+1};function Mr(r,e,t,n){e<0&&(e=65535+e+1);for(var i=0,a=Math.min(r.length-t,2);i<a;++i)r[t+i]=(e&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}y.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,65535,0),y.TYPED_ARRAY_SUPPORT?(this[t]=e&255,this[t+1]=e>>>8):Mr(this,e,t,!0),t+2},y.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,65535,0),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=e&255):Mr(this,e,t,!1),t+2};function Dr(r,e,t,n){e<0&&(e=4294967295+e+1);for(var i=0,a=Math.min(r.length-t,4);i<a;++i)r[t+i]=e>>>(n?i:3-i)*8&255}y.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,4294967295,0),y.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255):Dr(this,e,t,!0),t+4},y.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,4294967295,0),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255):Dr(this,e,t,!1),t+4},y.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t|0,!i){var a=Math.pow(2,8*n-1);V(this,e,t,n,a-1,-a)}var o=0,s=1,f=0;for(this[t]=e&255;++o<n&&(s*=256);)e<0&&f===0&&this[t+o-1]!==0&&(f=1),this[t+o]=(e/s>>0)-f&255;return t+n},y.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t|0,!i){var a=Math.pow(2,8*n-1);V(this,e,t,n,a-1,-a)}var o=n-1,s=1,f=0;for(this[t+o]=e&255;--o>=0&&(s*=256);)e<0&&f===0&&this[t+o+1]!==0&&(f=1),this[t+o]=(e/s>>0)-f&255;return t+n},y.prototype.writeInt8=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,1,127,-128),y.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=e&255,t+1},y.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,32767,-32768),y.TYPED_ARRAY_SUPPORT?(this[t]=e&255,this[t+1]=e>>>8):Mr(this,e,t,!0),t+2},y.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,32767,-32768),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=e&255):Mr(this,e,t,!1),t+2},y.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,2147483647,-2147483648),y.TYPED_ARRAY_SUPPORT?(this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Dr(this,e,t,!0),t+4},y.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255):Dr(this,e,t,!1),t+4};function Fi(r,e,t,n,i,a){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Ri(r,e,t,n,i){return i||Fi(r,e,t,4),bi(r,e,t,n,23,4),t+4}y.prototype.writeFloatLE=function(e,t,n){return Ri(this,e,t,!0,n)},y.prototype.writeFloatBE=function(e,t,n){return Ri(this,e,t,!1,n)};function Mi(r,e,t,n,i){return i||Fi(r,e,t,8),bi(r,e,t,n,52,8),t+8}y.prototype.writeDoubleLE=function(e,t,n){return Mi(this,e,t,!0,n)},y.prototype.writeDoubleBE=function(e,t,n){return Mi(this,e,t,!1,n)},y.prototype.copy=function(e,t,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);var a=i-n,o;if(this===e&&n<t&&t<i)for(o=a-1;o>=0;--o)e[o+t]=this[o+n];else if(a<1e3||!y.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+a),t);return a},y.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),e.length===1){var a=e.charCodeAt(0);a<256&&(e=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!y.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof e=="number"&&(e=e&255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{var s=X(e)?e:Nr(new y(e,i).toString()),f=s.length;for(o=0;o<n-t;++o)this[o+t]=s[o%f]}return this};var af=/[^+\/0-9A-Za-z-_]/g;function of(r){if(r=uf(r).replace(af,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function uf(r){return r.trim?r.trim():r.replace(/^\s+|\s+$/g,"")}function sf(r){return r<16?"0"+r.toString(16):r.toString(16)}function Nr(r,e){e=e||1/0;for(var t,n=r.length,i=null,a=[],o=0;o<n;++o){if(t=r.charCodeAt(o),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&a.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;a.push(t)}else if(t<2048){if((e-=2)<0)break;a.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return a}function ff(r){for(var e=[],t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function cf(r,e){for(var t,n,i,a=[],o=0;o<r.length&&!((e-=2)<0);++o)t=r.charCodeAt(o),n=t>>8,i=t%256,a.push(i),a.push(n);return a}function Di(r){return Us(of(r))}function Br(r,e,t,n){for(var i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function lf(r){return r!==r}function pf(r){return r!=null&&(!!r._isBuffer||Ni(r)||hf(r))}function Ni(r){return!!r.constructor&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}function hf(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&Ni(r.slice(0,0))}function Bi(){throw new Error("setTimeout has not been defined")}function Ui(){throw new Error("clearTimeout has not been defined")}var le=Bi,pe=Ui;typeof Be.setTimeout=="function"&&(le=setTimeout),typeof Be.clearTimeout=="function"&&(pe=clearTimeout);function Ci(r){if(le===setTimeout)return setTimeout(r,0);if((le===Bi||!le)&&setTimeout)return le=setTimeout,setTimeout(r,0);try{return le(r,0)}catch{try{return le.call(null,r,0)}catch{return le.call(this,r,0)}}}function yf(r){if(pe===clearTimeout)return clearTimeout(r);if((pe===Ui||!pe)&&clearTimeout)return pe=clearTimeout,clearTimeout(r);try{return pe(r)}catch{try{return pe.call(null,r)}catch{return pe.call(this,r)}}}var ne=[],Ue=!1,$e,Ur=-1;function df(){!Ue||!$e||(Ue=!1,$e.length?ne=$e.concat(ne):Ur=-1,ne.length&&Li())}function Li(){if(!Ue){var r=Ci(df);Ue=!0;for(var e=ne.length;e;){for($e=ne,ne=[];++Ur<e;)$e&&$e[Ur].run();Ur=-1,e=ne.length}$e=null,Ue=!1,yf(r)}}function vf(r){var e=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)e[t-1]=arguments[t];ne.push(new ji(r,e)),ne.length===1&&!Ue&&Ci(Li)}function ji(r,e){this.fun=r,this.array=e}ji.prototype.run=function(){this.fun.apply(null,this.array)};var gf="browser",_f="browser",mf=!0,wf={},bf=[],$f="",Ef={},Af={},Of={};function Ee(){}var Sf=Ee,Tf=Ee,If=Ee,xf=Ee,Pf=Ee,Ff=Ee,Rf=Ee;function Mf(r){throw new Error("process.binding is not supported")}function Df(){return"/"}function Nf(r){throw new Error("process.chdir is not supported")}function Bf(){return 0}var Ce=Be.performance||{},Uf=Ce.now||Ce.mozNow||Ce.msNow||Ce.oNow||Ce.webkitNow||function(){return new Date().getTime()};function Cf(r){var e=Uf.call(Ce)*.001,t=Math.floor(e),n=Math.floor(e%1*1e9);return r&&(t=t-r[0],n=n-r[1],n<0&&(t--,n+=1e9)),[t,n]}var Lf=new Date;function jf(){var r=new Date,e=r-Lf;return e/1e3}var Cr={nextTick:vf,title:gf,browser:mf,env:wf,argv:bf,version:$f,versions:Ef,on:Sf,addListener:Tf,once:If,off:xf,removeListener:Pf,removeAllListeners:Ff,emit:Rf,binding:Mf,cwd:Df,chdir:Nf,umask:Bf,hrtime:Cf,platform:_f,release:Af,config:Of,uptime:jf},Ht;typeof Object.create=="function"?Ht=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Ht=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e};var ki=Ht,kf=/%[sdj%]/g;function Lr(r){if(!er(r)){for(var e=[],t=0;t<arguments.length;t++)e.push(Y(arguments[t]));return e.join(" ")}for(var t=1,n=arguments,i=n.length,a=String(r).replace(kf,function(s){if(s==="%%")return"%";if(t>=i)return s;switch(s){case"%s":return String(n[t++]);case"%d":return Number(n[t++]);case"%j":try{return JSON.stringify(n[t++])}catch{return"[Circular]"}default:return s}}),o=n[t];t<i;o=n[++t])Qe(o)||!Ae(o)?a+=" "+o:a+=" "+Y(o);return a}function Wt(r,e){if(K(Be.process))return function(){return Wt(r,e).apply(this,arguments)};if(Cr.noDeprecation===!0)return r;var t=!1;function n(){if(!t){if(Cr.throwDeprecation)throw new Error(e);Cr.traceDeprecation?console.trace(e):console.error(e),t=!0}return r.apply(this,arguments)}return n}var jr={},zt;function qi(r){if(K(zt)&&(zt=Cr.env.NODE_DEBUG||""),r=r.toUpperCase(),!jr[r])if(new RegExp("\\b"+r+"\\b","i").test(zt)){var e=0;jr[r]=function(){var t=Lr.apply(null,arguments);console.error("%s %d: %s",r,e,t)}}else jr[r]=function(){};return jr[r]}function Y(r,e){var t={seen:[],stylize:Vf};return arguments.length>=3&&(t.depth=arguments[2]),arguments.length>=4&&(t.colors=arguments[3]),qr(e)?t.showHidden=e:e&&en(t,e),K(t.showHidden)&&(t.showHidden=!1),K(t.depth)&&(t.depth=2),K(t.colors)&&(t.colors=!1),K(t.customInspect)&&(t.customInspect=!0),t.colors&&(t.stylize=qf),kr(t,r,t.depth)}Y.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},Y.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function qf(r,e){var t=Y.styles[e];return t?"\x1B["+Y.colors[t][0]+"m"+r+"\x1B["+Y.colors[t][1]+"m":r}function Vf(r,e){return r}function Gf(r){var e={};return r.forEach(function(t,n){e[t]=!0}),e}function kr(r,e,t){if(r.customInspect&&e&&nr(e.inspect)&&e.inspect!==Y&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(t,r);return er(n)||(n=kr(r,n,t)),n}var i=Hf(r,e);if(i)return i;var a=Object.keys(e),o=Gf(a);if(r.showHidden&&(a=Object.getOwnPropertyNames(e)),tr(e)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return Xt(e);if(a.length===0){if(nr(e)){var s=e.name?": "+e.name:"";return r.stylize("[Function"+s+"]","special")}if(rr(e))return r.stylize(RegExp.prototype.toString.call(e),"regexp");if(Vr(e))return r.stylize(Date.prototype.toString.call(e),"date");if(tr(e))return Xt(e)}var f="",c=!1,l=["{","}"];if(Kt(e)&&(c=!0,l=["[","]"]),nr(e)){var u=e.name?": "+e.name:"";f=" [Function"+u+"]"}if(rr(e)&&(f=" "+RegExp.prototype.toString.call(e)),Vr(e)&&(f=" "+Date.prototype.toUTCString.call(e)),tr(e)&&(f=" "+Xt(e)),a.length===0&&(!c||e.length==0))return l[0]+f+l[1];if(t<0)return rr(e)?r.stylize(RegExp.prototype.toString.call(e),"regexp"):r.stylize("[Object]","special");r.seen.push(e);var p;return c?p=Wf(r,e,t,o,a):p=a.map(function(d){return Yt(r,e,t,o,d,c)}),r.seen.pop(),zf(p,f,l)}function Hf(r,e){if(K(e))return r.stylize("undefined","undefined");if(er(e)){var t="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return r.stylize(t,"string")}if(Zt(e))return r.stylize(""+e,"number");if(qr(e))return r.stylize(""+e,"boolean");if(Qe(e))return r.stylize("null","null")}function Xt(r){return"["+Error.prototype.toString.call(r)+"]"}function Wf(r,e,t,n,i){for(var a=[],o=0,s=e.length;o<s;++o)Xi(e,String(o))?a.push(Yt(r,e,t,n,String(o),!0)):a.push("");return i.forEach(function(f){f.match(/^\d+$/)||a.push(Yt(r,e,t,n,f,!0))}),a}function Yt(r,e,t,n,i,a){var o,s,f;if(f=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},f.get?f.set?s=r.stylize("[Getter/Setter]","special"):s=r.stylize("[Getter]","special"):f.set&&(s=r.stylize("[Setter]","special")),Xi(n,i)||(o="["+i+"]"),s||(r.seen.indexOf(f.value)<0?(Qe(t)?s=kr(r,f.value,null):s=kr(r,f.value,t-1),s.indexOf(`
12
+ */var qs=50;y.TYPED_ARRAY_SUPPORT=Ue.TYPED_ARRAY_SUPPORT!==void 0?Ue.TYPED_ARRAY_SUPPORT:!0,Mr();function Mr(){return y.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function ne(r,e){if(Mr()<e)throw new RangeError("Invalid typed array length");return y.TYPED_ARRAY_SUPPORT?(r=new Uint8Array(e),r.__proto__=y.prototype):(r===null&&(r=new y(e)),r.length=e),r}function y(r,e,t){if(!y.TYPED_ARRAY_SUPPORT&&!(this instanceof y))return new y(r,e,t);if(typeof r=="number"){if(typeof e=="string")throw new Error("If encoding is specified then the first argument must be a string");return Vt(this,r)}return Ai(this,r,e,t)}y.poolSize=8192,y._augment=function(r){return r.__proto__=y.prototype,r};function Ai(r,e,t,n){if(typeof e=="number")throw new TypeError('"value" argument must not be a number');return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer?Hs(r,e,t,n):typeof e=="string"?Gs(r,e,t):Ws(r,e)}y.from=function(r,e,t){return Ai(null,r,e,t)},y.TYPED_ARRAY_SUPPORT&&(y.prototype.__proto__=Uint8Array.prototype,y.__proto__=Uint8Array);function Oi(r){if(typeof r!="number")throw new TypeError('"size" argument must be a number');if(r<0)throw new RangeError('"size" argument must not be negative')}function Vs(r,e,t,n){return Oi(e),e<=0?ne(r,e):t!==void 0?typeof n=="string"?ne(r,e).fill(t,n):ne(r,e).fill(t):ne(r,e)}y.alloc=function(r,e,t){return Vs(null,r,e,t)};function Vt(r,e){if(Oi(e),r=ne(r,e<0?0:Ht(e)|0),!y.TYPED_ARRAY_SUPPORT)for(var t=0;t<e;++t)r[t]=0;return r}y.allocUnsafe=function(r){return Vt(null,r)},y.allocUnsafeSlow=function(r){return Vt(null,r)};function Gs(r,e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!y.isEncoding(t))throw new TypeError('"encoding" must be a valid string encoding');var n=Si(e,t)|0;r=ne(r,n);var i=r.write(e,t);return i!==n&&(r=r.slice(0,i)),r}function Gt(r,e){var t=e.length<0?0:Ht(e.length)|0;r=ne(r,t);for(var n=0;n<t;n+=1)r[n]=e[n]&255;return r}function Hs(r,e,t,n){if(e.byteLength,t<0||e.byteLength<t)throw new RangeError("'offset' is out of bounds");if(e.byteLength<t+(n||0))throw new RangeError("'length' is out of bounds");return t===void 0&&n===void 0?e=new Uint8Array(e):n===void 0?e=new Uint8Array(e,t):e=new Uint8Array(e,t,n),y.TYPED_ARRAY_SUPPORT?(r=e,r.__proto__=y.prototype):r=Gt(r,e),r}function Ws(r,e){if(Y(e)){var t=Ht(e.length)|0;return r=ne(r,t),r.length===0||e.copy(r,0,0,t),r}if(e){if(typeof ArrayBuffer<"u"&&e.buffer instanceof ArrayBuffer||"length"in e)return typeof e.length!="number"||pf(e.length)?ne(r,0):Gt(r,e);if(e.type==="Buffer"&&Ei(e.data))return Gt(r,e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}function Ht(r){if(r>=Mr())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Mr().toString(16)+" bytes");return r|0}y.isBuffer=hf;function Y(r){return!!(r!=null&&r._isBuffer)}y.compare=function(e,t){if(!Y(e)||!Y(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,i=t.length,a=0,o=Math.min(n,i);a<o;++a)if(e[a]!==t[a]){n=e[a],i=t[a];break}return n<i?-1:i<n?1:0},y.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},y.concat=function(e,t){if(!Ei(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return y.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var i=y.allocUnsafe(t),a=0;for(n=0;n<e.length;++n){var o=e[n];if(!Y(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(i,a),a+=o.length}return i};function Si(r,e){if(Y(r))return r.length;if(typeof ArrayBuffer<"u"&&typeof ArrayBuffer.isView=="function"&&(ArrayBuffer.isView(r)||r instanceof ArrayBuffer))return r.byteLength;typeof r!="string"&&(r=""+r);var t=r.length;if(t===0)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":case void 0:return Br(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return Ni(r).length;default:if(n)return Br(r).length;e=(""+e).toLowerCase(),n=!0}}y.byteLength=Si;function Xs(r,e,t){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return nf(this,e,t);case"utf8":case"utf-8":return xi(this,e,t);case"ascii":return rf(this,e,t);case"latin1":case"binary":return tf(this,e,t);case"base64":return Qs(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return af(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}y.prototype._isBuffer=!0;function $e(r,e,t){var n=r[e];r[e]=r[t],r[t]=n}y.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)$e(this,t,t+1);return this},y.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)$e(this,t,t+3),$e(this,t+1,t+2);return this},y.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)$e(this,t,t+7),$e(this,t+1,t+6),$e(this,t+2,t+5),$e(this,t+3,t+4);return this},y.prototype.toString=function(){var e=this.length|0;return e===0?"":arguments.length===0?xi(this,0,e):Xs.apply(this,arguments)},y.prototype.equals=function(e){if(!Y(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:y.compare(this,e)===0},y.prototype.inspect=function(){var e="",t=qs;return this.length>0&&(e=this.toString("hex",0,t).match(/.{2}/g).join(" "),this.length>t&&(e+=" ... ")),"<Buffer "+e+">"},y.prototype.compare=function(e,t,n,i,a){if(!Y(e))throw new TypeError("Argument must be a Buffer");if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),a===void 0&&(a=this.length),t<0||n>e.length||i<0||a>this.length)throw new RangeError("out of range index");if(i>=a&&t>=n)return 0;if(i>=a)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,a>>>=0,this===e)return 0;for(var o=a-i,s=n-t,f=Math.min(o,s),c=this.slice(i,a),l=e.slice(t,n),u=0;u<f;++u)if(c[u]!==l[u]){o=c[u],s=l[u];break}return o<s?-1:s<o?1:0};function Ti(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,isNaN(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=y.from(e,n)),Y(e))return e.length===0?-1:Pi(r,e,t,n,i);if(typeof e=="number")return e=e&255,y.TYPED_ARRAY_SUPPORT&&typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):Pi(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function Pi(r,e,t,n,i){var a=1,o=r.length,s=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;a=2,o/=2,s/=2,t/=2}function f(d,g){return a===1?d[g]:d.readUInt16BE(g*a)}var c;if(i){var l=-1;for(c=t;c<o;c++)if(f(r,c)===f(e,l===-1?0:c-l)){if(l===-1&&(l=c),c-l+1===s)return l*a}else l!==-1&&(c-=c-l),l=-1}else for(t+s>o&&(t=o-s),c=t;c>=0;c--){for(var u=!0,p=0;p<s;p++)if(f(r,c+p)!==f(e,p)){u=!1;break}if(u)return c}return-1}y.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1},y.prototype.indexOf=function(e,t,n){return Ti(this,e,t,n,!0)},y.prototype.lastIndexOf=function(e,t,n){return Ti(this,e,t,n,!1)};function zs(r,e,t,n){t=Number(t)||0;var i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;var a=e.length;if(a%2!==0)throw new TypeError("Invalid hex string");n>a/2&&(n=a/2);for(var o=0;o<n;++o){var s=parseInt(e.substr(o*2,2),16);if(isNaN(s))return o;r[t+o]=s}return o}function Ys(r,e,t,n){return Ur(Br(e,r.length-t),r,t,n)}function Ii(r,e,t,n){return Ur(cf(e),r,t,n)}function Ks(r,e,t,n){return Ii(r,e,t,n)}function Zs(r,e,t,n){return Ur(Ni(e),r,t,n)}function Js(r,e,t,n){return Ur(lf(e,r.length-t),r,t,n)}y.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t|0,isFinite(n)?(n=n|0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var a=this.length-t;if((n===void 0||n>a)&&(n=a),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var o=!1;;)switch(i){case"hex":return zs(this,e,t,n);case"utf8":case"utf-8":return Ys(this,e,t,n);case"ascii":return Ii(this,e,t,n);case"latin1":case"binary":return Ks(this,e,t,n);case"base64":return Zs(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Js(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),o=!0}},y.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Qs(r,e,t){return e===0&&t===r.length?bi(r):bi(r.slice(e,t))}function xi(r,e,t){t=Math.min(r.length,t);for(var n=[],i=e;i<t;){var a=r[i],o=null,s=a>239?4:a>223?3:a>191?2:1;if(i+s<=t){var f,c,l,u;switch(s){case 1:a<128&&(o=a);break;case 2:f=r[i+1],(f&192)===128&&(u=(a&31)<<6|f&63,u>127&&(o=u));break;case 3:f=r[i+1],c=r[i+2],(f&192)===128&&(c&192)===128&&(u=(a&15)<<12|(f&63)<<6|c&63,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:f=r[i+1],c=r[i+2],l=r[i+3],(f&192)===128&&(c&192)===128&&(l&192)===128&&(u=(a&15)<<18|(f&63)<<12|(c&63)<<6|l&63,u>65535&&u<1114112&&(o=u))}}o===null?(o=65533,s=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|o&1023),n.push(o),i+=s}return ef(n)}var Fi=4096;function ef(r){var e=r.length;if(e<=Fi)return String.fromCharCode.apply(String,r);for(var t="",n=0;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=Fi));return t}function rf(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function tf(r,e,t){var n="";t=Math.min(r.length,t);for(var i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function nf(r,e,t){var n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);for(var i="",a=e;a<t;++a)i+=ff(r[a]);return i}function af(r,e,t){for(var n=r.slice(e,t),i="",a=0;a<n.length;a+=2)i+=String.fromCharCode(n[a]+n[a+1]*256);return i}y.prototype.slice=function(e,t){var n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);var i;if(y.TYPED_ARRAY_SUPPORT)i=this.subarray(e,t),i.__proto__=y.prototype;else{var a=t-e;i=new y(a,void 0);for(var o=0;o<a;++o)i[o]=this[o+e]}return i};function N(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}y.prototype.readUIntLE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=this[e],a=1,o=0;++o<t&&(a*=256);)i+=this[e+o]*a;return i},y.prototype.readUIntBE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=this[e+--t],a=1;t>0&&(a*=256);)i+=this[e+--t]*a;return i},y.prototype.readUInt8=function(e,t){return t||N(e,1,this.length),this[e]},y.prototype.readUInt16LE=function(e,t){return t||N(e,2,this.length),this[e]|this[e+1]<<8},y.prototype.readUInt16BE=function(e,t){return t||N(e,2,this.length),this[e]<<8|this[e+1]},y.prototype.readUInt32LE=function(e,t){return t||N(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216},y.prototype.readUInt32BE=function(e,t){return t||N(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])},y.prototype.readIntLE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=this[e],a=1,o=0;++o<t&&(a*=256);)i+=this[e+o]*a;return a*=128,i>=a&&(i-=Math.pow(2,8*t)),i},y.prototype.readIntBE=function(e,t,n){e=e|0,t=t|0,n||N(e,t,this.length);for(var i=t,a=1,o=this[e+--i];i>0&&(a*=256);)o+=this[e+--i]*a;return a*=128,o>=a&&(o-=Math.pow(2,8*t)),o},y.prototype.readInt8=function(e,t){return t||N(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]},y.prototype.readInt16LE=function(e,t){t||N(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n},y.prototype.readInt16BE=function(e,t){t||N(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n},y.prototype.readInt32LE=function(e,t){return t||N(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},y.prototype.readInt32BE=function(e,t){return t||N(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},y.prototype.readFloatLE=function(e,t){return t||N(e,4,this.length),Rr(this,e,!0,23,4)},y.prototype.readFloatBE=function(e,t){return t||N(e,4,this.length),Rr(this,e,!1,23,4)},y.prototype.readDoubleLE=function(e,t){return t||N(e,8,this.length),Rr(this,e,!0,52,8)},y.prototype.readDoubleBE=function(e,t){return t||N(e,8,this.length),Rr(this,e,!1,52,8)};function V(r,e,t,n,i,a){if(!Y(r))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<a)throw new RangeError('"value" argument is out of bounds');if(t+n>r.length)throw new RangeError("Index out of range")}y.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;V(this,e,t,n,a,0)}var o=1,s=0;for(this[t]=e&255;++s<n&&(o*=256);)this[t+s]=e/o&255;return t+n},y.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t|0,n=n|0,!i){var a=Math.pow(2,8*n)-1;V(this,e,t,n,a,0)}var o=n-1,s=1;for(this[t+o]=e&255;--o>=0&&(s*=256);)this[t+o]=e/s&255;return t+n},y.prototype.writeUInt8=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,1,255,0),y.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=e&255,t+1};function Dr(r,e,t,n){e<0&&(e=65535+e+1);for(var i=0,a=Math.min(r.length-t,2);i<a;++i)r[t+i]=(e&255<<8*(n?i:1-i))>>>(n?i:1-i)*8}y.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,65535,0),y.TYPED_ARRAY_SUPPORT?(this[t]=e&255,this[t+1]=e>>>8):Dr(this,e,t,!0),t+2},y.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,65535,0),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=e&255):Dr(this,e,t,!1),t+2};function Nr(r,e,t,n){e<0&&(e=4294967295+e+1);for(var i=0,a=Math.min(r.length-t,4);i<a;++i)r[t+i]=e>>>(n?i:3-i)*8&255}y.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,4294967295,0),y.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255):Nr(this,e,t,!0),t+4},y.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,4294967295,0),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255):Nr(this,e,t,!1),t+4},y.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t|0,!i){var a=Math.pow(2,8*n-1);V(this,e,t,n,a-1,-a)}var o=0,s=1,f=0;for(this[t]=e&255;++o<n&&(s*=256);)e<0&&f===0&&this[t+o-1]!==0&&(f=1),this[t+o]=(e/s>>0)-f&255;return t+n},y.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t|0,!i){var a=Math.pow(2,8*n-1);V(this,e,t,n,a-1,-a)}var o=n-1,s=1,f=0;for(this[t+o]=e&255;--o>=0&&(s*=256);)e<0&&f===0&&this[t+o+1]!==0&&(f=1),this[t+o]=(e/s>>0)-f&255;return t+n},y.prototype.writeInt8=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,1,127,-128),y.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=e&255,t+1},y.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,32767,-32768),y.TYPED_ARRAY_SUPPORT?(this[t]=e&255,this[t+1]=e>>>8):Dr(this,e,t,!0),t+2},y.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,2,32767,-32768),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=e&255):Dr(this,e,t,!1),t+2},y.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,2147483647,-2147483648),y.TYPED_ARRAY_SUPPORT?(this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Nr(this,e,t,!0),t+4},y.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t|0,n||V(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),y.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255):Nr(this,e,t,!1),t+4};function Ri(r,e,t,n,i,a){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function Mi(r,e,t,n,i){return i||Ri(r,e,t,4),$i(r,e,t,n,23,4),t+4}y.prototype.writeFloatLE=function(e,t,n){return Mi(this,e,t,!0,n)},y.prototype.writeFloatBE=function(e,t,n){return Mi(this,e,t,!1,n)};function Di(r,e,t,n,i){return i||Ri(r,e,t,8),$i(r,e,t,n,52,8),t+8}y.prototype.writeDoubleLE=function(e,t,n){return Di(this,e,t,!0,n)},y.prototype.writeDoubleBE=function(e,t,n){return Di(this,e,t,!1,n)},y.prototype.copy=function(e,t,n,i){if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);var a=i-n,o;if(this===e&&n<t&&t<i)for(o=a-1;o>=0;--o)e[o+t]=this[o+n];else if(a<1e3||!y.TYPED_ARRAY_SUPPORT)for(o=0;o<a;++o)e[o+t]=this[o+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+a),t);return a},y.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),e.length===1){var a=e.charCodeAt(0);a<256&&(e=a)}if(i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!y.isEncoding(i))throw new TypeError("Unknown encoding: "+i)}else typeof e=="number"&&(e=e&255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{var s=Y(e)?e:Br(new y(e,i).toString()),f=s.length;for(o=0;o<n-t;++o)this[o+t]=s[o%f]}return this};var of=/[^+\/0-9A-Za-z-_]/g;function uf(r){if(r=sf(r).replace(of,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function sf(r){return r.trim?r.trim():r.replace(/^\s+|\s+$/g,"")}function ff(r){return r<16?"0"+r.toString(16):r.toString(16)}function Br(r,e){e=e||1/0;for(var t,n=r.length,i=null,a=[],o=0;o<n;++o){if(t=r.charCodeAt(o),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&a.push(239,191,189);continue}else if(o+1===n){(e-=3)>-1&&a.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&a.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&a.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;a.push(t)}else if(t<2048){if((e-=2)<0)break;a.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;a.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;a.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return a}function cf(r){for(var e=[],t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function lf(r,e){for(var t,n,i,a=[],o=0;o<r.length&&!((e-=2)<0);++o)t=r.charCodeAt(o),n=t>>8,i=t%256,a.push(i),a.push(n);return a}function Ni(r){return Cs(uf(r))}function Ur(r,e,t,n){for(var i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function pf(r){return r!==r}function hf(r){return r!=null&&(!!r._isBuffer||Bi(r)||yf(r))}function Bi(r){return!!r.constructor&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}function yf(r){return typeof r.readFloatLE=="function"&&typeof r.slice=="function"&&Bi(r.slice(0,0))}function Ui(){throw new Error("setTimeout has not been defined")}function Ci(){throw new Error("clearTimeout has not been defined")}var pe=Ui,he=Ci;typeof Ue.setTimeout=="function"&&(pe=setTimeout),typeof Ue.clearTimeout=="function"&&(he=clearTimeout);function Li(r){if(pe===setTimeout)return setTimeout(r,0);if((pe===Ui||!pe)&&setTimeout)return pe=setTimeout,setTimeout(r,0);try{return pe(r,0)}catch{try{return pe.call(null,r,0)}catch{return pe.call(this,r,0)}}}function df(r){if(he===clearTimeout)return clearTimeout(r);if((he===Ci||!he)&&clearTimeout)return he=clearTimeout,clearTimeout(r);try{return he(r)}catch{try{return he.call(null,r)}catch{return he.call(this,r)}}}var ie=[],Ce=!1,Ee,Cr=-1;function vf(){!Ce||!Ee||(Ce=!1,Ee.length?ie=Ee.concat(ie):Cr=-1,ie.length&&ji())}function ji(){if(!Ce){var r=Li(vf);Ce=!0;for(var e=ie.length;e;){for(Ee=ie,ie=[];++Cr<e;)Ee&&Ee[Cr].run();Cr=-1,e=ie.length}Ee=null,Ce=!1,df(r)}}function gf(r){var e=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)e[t-1]=arguments[t];ie.push(new ki(r,e)),ie.length===1&&!Ce&&Li(ji)}function ki(r,e){this.fun=r,this.array=e}ki.prototype.run=function(){this.fun.apply(null,this.array)};var _f="browser",mf="browser",wf=!0,bf={},$f=[],Ef="",Af={},Of={},Sf={};function Ae(){}var Tf=Ae,Pf=Ae,If=Ae,xf=Ae,Ff=Ae,Rf=Ae,Mf=Ae;function Df(r){throw new Error("process.binding is not supported")}function Nf(){return"/"}function Bf(r){throw new Error("process.chdir is not supported")}function Uf(){return 0}var Le=Ue.performance||{},Cf=Le.now||Le.mozNow||Le.msNow||Le.oNow||Le.webkitNow||function(){return new Date().getTime()};function Lf(r){var e=Cf.call(Le)*.001,t=Math.floor(e),n=Math.floor(e%1*1e9);return r&&(t=t-r[0],n=n-r[1],n<0&&(t--,n+=1e9)),[t,n]}var jf=new Date;function kf(){var r=new Date,e=r-jf;return e/1e3}var Lr={nextTick:gf,title:_f,browser:wf,env:bf,argv:$f,version:Ef,versions:Af,on:Tf,addListener:Pf,once:If,off:xf,removeListener:Ff,removeAllListeners:Rf,emit:Mf,binding:Df,cwd:Nf,chdir:Bf,umask:Uf,hrtime:Lf,platform:mf,release:Of,config:Sf,uptime:kf},Wt;typeof Object.create=="function"?Wt=function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Wt=function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e};var qi=Wt,qf=/%[sdj%]/g;function jr(r){if(!rr(r)){for(var e=[],t=0;t<arguments.length;t++)e.push(K(arguments[t]));return e.join(" ")}for(var t=1,n=arguments,i=n.length,a=String(r).replace(qf,function(s){if(s==="%%")return"%";if(t>=i)return s;switch(s){case"%s":return String(n[t++]);case"%d":return Number(n[t++]);case"%j":try{return JSON.stringify(n[t++])}catch{return"[Circular]"}default:return s}}),o=n[t];t<i;o=n[++t])er(o)||!Oe(o)?a+=" "+o:a+=" "+K(o);return a}function Xt(r,e){if(Z(Ue.process))return function(){return Xt(r,e).apply(this,arguments)};if(Lr.noDeprecation===!0)return r;var t=!1;function n(){if(!t){if(Lr.throwDeprecation)throw new Error(e);Lr.traceDeprecation?console.trace(e):console.error(e),t=!0}return r.apply(this,arguments)}return n}var kr={},zt;function Vi(r){if(Z(zt)&&(zt=Lr.env.NODE_DEBUG||""),r=r.toUpperCase(),!kr[r])if(new RegExp("\\b"+r+"\\b","i").test(zt)){var e=0;kr[r]=function(){var t=jr.apply(null,arguments);console.error("%s %d: %s",r,e,t)}}else kr[r]=function(){};return kr[r]}function K(r,e){var t={seen:[],stylize:Gf};return arguments.length>=3&&(t.depth=arguments[2]),arguments.length>=4&&(t.colors=arguments[3]),Vr(e)?t.showHidden=e:e&&rn(t,e),Z(t.showHidden)&&(t.showHidden=!1),Z(t.depth)&&(t.depth=2),Z(t.colors)&&(t.colors=!1),Z(t.customInspect)&&(t.customInspect=!0),t.colors&&(t.stylize=Vf),qr(t,r,t.depth)}K.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},K.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function Vf(r,e){var t=K.styles[e];return t?"\x1B["+K.colors[t][0]+"m"+r+"\x1B["+K.colors[t][1]+"m":r}function Gf(r,e){return r}function Hf(r){var e={};return r.forEach(function(t,n){e[t]=!0}),e}function qr(r,e,t){if(r.customInspect&&e&&ir(e.inspect)&&e.inspect!==K&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(t,r);return rr(n)||(n=qr(r,n,t)),n}var i=Wf(r,e);if(i)return i;var a=Object.keys(e),o=Hf(a);if(r.showHidden&&(a=Object.getOwnPropertyNames(e)),nr(e)&&(a.indexOf("message")>=0||a.indexOf("description")>=0))return Yt(e);if(a.length===0){if(ir(e)){var s=e.name?": "+e.name:"";return r.stylize("[Function"+s+"]","special")}if(tr(e))return r.stylize(RegExp.prototype.toString.call(e),"regexp");if(Gr(e))return r.stylize(Date.prototype.toString.call(e),"date");if(nr(e))return Yt(e)}var f="",c=!1,l=["{","}"];if(Zt(e)&&(c=!0,l=["[","]"]),ir(e)){var u=e.name?": "+e.name:"";f=" [Function"+u+"]"}if(tr(e)&&(f=" "+RegExp.prototype.toString.call(e)),Gr(e)&&(f=" "+Date.prototype.toUTCString.call(e)),nr(e)&&(f=" "+Yt(e)),a.length===0&&(!c||e.length==0))return l[0]+f+l[1];if(t<0)return tr(e)?r.stylize(RegExp.prototype.toString.call(e),"regexp"):r.stylize("[Object]","special");r.seen.push(e);var p;return c?p=Xf(r,e,t,o,a):p=a.map(function(d){return Kt(r,e,t,o,d,c)}),r.seen.pop(),zf(p,f,l)}function Wf(r,e){if(Z(e))return r.stylize("undefined","undefined");if(rr(e)){var t="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return r.stylize(t,"string")}if(Jt(e))return r.stylize(""+e,"number");if(Vr(e))return r.stylize(""+e,"boolean");if(er(e))return r.stylize("null","null")}function Yt(r){return"["+Error.prototype.toString.call(r)+"]"}function Xf(r,e,t,n,i){for(var a=[],o=0,s=e.length;o<s;++o)Yi(e,String(o))?a.push(Kt(r,e,t,n,String(o),!0)):a.push("");return i.forEach(function(f){f.match(/^\d+$/)||a.push(Kt(r,e,t,n,f,!0))}),a}function Kt(r,e,t,n,i,a){var o,s,f;if(f=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},f.get?f.set?s=r.stylize("[Getter/Setter]","special"):s=r.stylize("[Getter]","special"):f.set&&(s=r.stylize("[Setter]","special")),Yi(n,i)||(o="["+i+"]"),s||(r.seen.indexOf(f.value)<0?(er(t)?s=qr(r,f.value,null):s=qr(r,f.value,t-1),s.indexOf(`
13
13
  `)>-1&&(a?s=s.split(`
14
14
  `).map(function(c){return" "+c}).join(`
15
15
  `).substr(2):s=`
16
16
  `+s.split(`
17
17
  `).map(function(c){return" "+c}).join(`
18
- `))):s=r.stylize("[Circular]","special")),K(o)){if(a&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=r.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=r.stylize(o,"string"))}return o+": "+s}function zf(r,e,t){var n=r.reduce(function(i,a){return a.indexOf(`
18
+ `))):s=r.stylize("[Circular]","special")),Z(o)){if(a&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=r.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=r.stylize(o,"string"))}return o+": "+s}function zf(r,e,t){var n=r.reduce(function(i,a){return a.indexOf(`
19
19
  `)>=0,i+a.replace(/\u001b\[\d\d?m/g,"").length+1},0);return n>60?t[0]+(e===""?"":e+`
20
20
  `)+" "+r.join(`,
21
- `)+" "+t[1]:t[0]+e+" "+r.join(", ")+" "+t[1]}function Kt(r){return Array.isArray(r)}function qr(r){return typeof r=="boolean"}function Qe(r){return r===null}function Vi(r){return r==null}function Zt(r){return typeof r=="number"}function er(r){return typeof r=="string"}function Gi(r){return typeof r=="symbol"}function K(r){return r===void 0}function rr(r){return Ae(r)&&Jt(r)==="[object RegExp]"}function Ae(r){return typeof r=="object"&&r!==null}function Vr(r){return Ae(r)&&Jt(r)==="[object Date]"}function tr(r){return Ae(r)&&(Jt(r)==="[object Error]"||r instanceof Error)}function nr(r){return typeof r=="function"}function Hi(r){return r===null||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||typeof r=="symbol"||typeof r>"u"}function Wi(r){return y.isBuffer(r)}function Jt(r){return Object.prototype.toString.call(r)}function Qt(r){return r<10?"0"+r.toString(10):r.toString(10)}var Xf=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Yf(){var r=new Date,e=[Qt(r.getHours()),Qt(r.getMinutes()),Qt(r.getSeconds())].join(":");return[r.getDate(),Xf[r.getMonth()],e].join(" ")}function zi(){console.log("%s - %s",Yf(),Lr.apply(null,arguments))}function en(r,e){if(!e||!Ae(e))return r;for(var t=Object.keys(e),n=t.length;n--;)r[t[n]]=e[t[n]];return r}function Xi(r,e){return Object.prototype.hasOwnProperty.call(r,e)}var Kf={inherits:ki,_extend:en,log:zi,isBuffer:Wi,isPrimitive:Hi,isFunction:nr,isError:tr,isDate:Vr,isObject:Ae,isRegExp:rr,isUndefined:K,isSymbol:Gi,isString:er,isNumber:Zt,isNullOrUndefined:Vi,isNull:Qe,isBoolean:qr,isArray:Kt,inspect:Y,deprecate:Wt,format:Lr,debuglog:qi},Zf=Object.freeze({__proto__:null,format:Lr,deprecate:Wt,debuglog:qi,inspect:Y,isArray:Kt,isBoolean:qr,isNull:Qe,isNullOrUndefined:Vi,isNumber:Zt,isString:er,isSymbol:Gi,isUndefined:K,isRegExp:rr,isObject:Ae,isDate:Vr,isError:tr,isFunction:nr,isPrimitive:Hi,isBuffer:Wi,log:zi,inherits:ki,_extend:en,default:Kf}),Jf=Ke(Zf),Qf=Jf.inspect,rn=typeof Map=="function"&&Map.prototype,tn=Object.getOwnPropertyDescriptor&&rn?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Gr=rn&&tn&&typeof tn.get=="function"?tn.get:null,ec=rn&&Map.prototype.forEach,nn=typeof Set=="function"&&Set.prototype,an=Object.getOwnPropertyDescriptor&&nn?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Hr=nn&&an&&typeof an.get=="function"?an.get:null,rc=nn&&Set.prototype.forEach,tc=typeof WeakMap=="function"&&WeakMap.prototype,ir=tc?WeakMap.prototype.has:null,nc=typeof WeakSet=="function"&&WeakSet.prototype,ar=nc?WeakSet.prototype.has:null,ic=typeof WeakRef=="function"&&WeakRef.prototype,Yi=ic?WeakRef.prototype.deref:null,ac=Boolean.prototype.valueOf,oc=Object.prototype.toString,uc=Function.prototype.toString,sc=String.prototype.match,on=String.prototype.slice,he=String.prototype.replace,fc=String.prototype.toUpperCase,Ki=String.prototype.toLowerCase,Zi=RegExp.prototype.test,Ji=Array.prototype.concat,Z=Array.prototype.join,cc=Array.prototype.slice,Qi=Math.floor,un=typeof BigInt=="function"?BigInt.prototype.valueOf:null,sn=Object.getOwnPropertySymbols,fn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,Le=typeof Symbol=="function"&&typeof Symbol.iterator=="object",k=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Le?"object":"symbol")?Symbol.toStringTag:null,ea=Object.prototype.propertyIsEnumerable,ra=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function ta(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||Zi.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-Qi(-r):Qi(r);if(n!==r){var i=String(n),a=on.call(e,i.length+1);return he.call(i,t,"$&_")+"."+he.call(he.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return he.call(e,t,"$&_")}var cn=Qf,na=cn.custom,ia=ua(na)?na:null,lc=function r(e,t,n,i){var a=t||{};if(ye(a,"quoteStyle")&&a.quoteStyle!=="single"&&a.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(ye(a,"maxStringLength")&&(typeof a.maxStringLength=="number"?a.maxStringLength<0&&a.maxStringLength!==1/0:a.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var o=ye(a,"customInspect")?a.customInspect:!0;if(typeof o!="boolean"&&o!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(ye(a,"indent")&&a.indent!==null&&a.indent!==" "&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(ye(a,"numericSeparator")&&typeof a.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=a.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return fa(e,a);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var f=String(e);return s?ta(e,f):f}if(typeof e=="bigint"){var c=String(e)+"n";return s?ta(e,c):c}var l=typeof a.depth>"u"?5:a.depth;if(typeof n>"u"&&(n=0),n>=l&&l>0&&typeof e=="object")return ln(e)?"[Array]":"[Object]";var u=xc(a,n);if(typeof i>"u")i=[];else if(sa(i,e)>=0)return"[Circular]";function p(ee,ge,fe){if(ge&&(i=cc.call(i),i.push(ge)),fe){var Ir={depth:a.depth};return ye(a,"quoteStyle")&&(Ir.quoteStyle=a.quoteStyle),r(ee,Ir,n+1,i)}return r(ee,a,n+1,i)}if(typeof e=="function"&&!oa(e)){var d=wc(e),g=Wr(e,p);return"[Function"+(d?": "+d:" (anonymous)")+"]"+(g.length>0?" { "+Z.call(g,", ")+" }":"")}if(ua(e)){var b=Le?he.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):fn.call(e);return typeof e=="object"&&!Le?or(b):b}if(Sc(e)){for(var E="<"+Ki.call(String(e.nodeName)),w=e.attributes||[],S=0;S<w.length;S++)E+=" "+w[S].name+"="+aa(pc(w[S].value),"double",a);return E+=">",e.childNodes&&e.childNodes.length&&(E+="..."),E+="</"+Ki.call(String(e.nodeName))+">",E}if(ln(e)){if(e.length===0)return"[]";var h=Wr(e,p);return u&&!Ic(h)?"["+hn(h,u)+"]":"[ "+Z.call(h,", ")+" ]"}if(yc(e)){var O=Wr(e,p);return!("cause"in Error.prototype)&&"cause"in e&&!ea.call(e,"cause")?"{ ["+String(e)+"] "+Z.call(Ji.call("[cause]: "+p(e.cause),O),", ")+" }":O.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+Z.call(O,", ")+" }"}if(typeof e=="object"&&o){if(ia&&typeof e[ia]=="function"&&cn)return cn(e,{depth:l-n});if(o!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if(bc(e)){var x=[];return ec.call(e,function(ee,ge){x.push(p(ge,e,!0)+" => "+p(ee,e))}),ca("Map",Gr.call(e),x,u)}if(Ac(e)){var R=[];return rc.call(e,function(ee){R.push(p(ee,e))}),ca("Set",Hr.call(e),R,u)}if($c(e))return pn("WeakMap");if(Oc(e))return pn("WeakSet");if(Ec(e))return pn("WeakRef");if(vc(e))return or(p(Number(e)));if(_c(e))return or(p(un.call(e)));if(gc(e))return or(ac.call(e));if(dc(e))return or(p(String(e)));if(!hc(e)&&!oa(e)){var m=Wr(e,p),v=ra?ra(e)===Object.prototype:e instanceof Object||e.constructor===Object,_=e instanceof Object?"":"null prototype",$=!v&&k&&Object(e)===e&&k in e?on.call(de(e),8,-1):_?"Object":"",A=v||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",L=A+($||_?"["+Z.call(Ji.call([],$||[],_||[]),": ")+"] ":"");return m.length===0?L+"{}":u?L+"{"+hn(m,u)+"}":L+"{ "+Z.call(m,", ")+" }"}return String(e)};function aa(r,e,t){var n=(t.quoteStyle||e)==="double"?'"':"'";return n+r+n}function pc(r){return he.call(String(r),/"/g,"&quot;")}function ln(r){return de(r)==="[object Array]"&&(!k||!(typeof r=="object"&&k in r))}function hc(r){return de(r)==="[object Date]"&&(!k||!(typeof r=="object"&&k in r))}function oa(r){return de(r)==="[object RegExp]"&&(!k||!(typeof r=="object"&&k in r))}function yc(r){return de(r)==="[object Error]"&&(!k||!(typeof r=="object"&&k in r))}function dc(r){return de(r)==="[object String]"&&(!k||!(typeof r=="object"&&k in r))}function vc(r){return de(r)==="[object Number]"&&(!k||!(typeof r=="object"&&k in r))}function gc(r){return de(r)==="[object Boolean]"&&(!k||!(typeof r=="object"&&k in r))}function ua(r){if(Le)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!fn)return!1;try{return fn.call(r),!0}catch{}return!1}function _c(r){if(!r||typeof r!="object"||!un)return!1;try{return un.call(r),!0}catch{}return!1}var mc=Object.prototype.hasOwnProperty||function(r){return r in this};function ye(r,e){return mc.call(r,e)}function de(r){return oc.call(r)}function wc(r){if(r.name)return r.name;var e=sc.call(uc.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function sa(r,e){if(r.indexOf)return r.indexOf(e);for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1}function bc(r){if(!Gr||!r||typeof r!="object")return!1;try{Gr.call(r);try{Hr.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function $c(r){if(!ir||!r||typeof r!="object")return!1;try{ir.call(r,ir);try{ar.call(r,ar)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function Ec(r){if(!Yi||!r||typeof r!="object")return!1;try{return Yi.call(r),!0}catch{}return!1}function Ac(r){if(!Hr||!r||typeof r!="object")return!1;try{Hr.call(r);try{Gr.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function Oc(r){if(!ar||!r||typeof r!="object")return!1;try{ar.call(r,ar);try{ir.call(r,ir)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function Sc(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function fa(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return fa(on.call(r,0,e.maxStringLength),e)+n}var i=he.call(he.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Tc);return aa(i,"single",e)}function Tc(r){var e=r.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return t?"\\"+t:"\\x"+(e<16?"0":"")+fc.call(e.toString(16))}function or(r){return"Object("+r+")"}function pn(r){return r+" { ? }"}function ca(r,e,t,n){var i=n?hn(t,n):Z.call(t,", ");return r+" ("+e+") {"+i+"}"}function Ic(r){for(var e=0;e<r.length;e++)if(sa(r[e],`
22
- `)>=0)return!1;return!0}function xc(r,e){var t;if(r.indent===" ")t=" ";else if(typeof r.indent=="number"&&r.indent>0)t=Z.call(Array(r.indent+1)," ");else return null;return{base:t,prev:Z.call(Array(e+1),t)}}function hn(r,e){if(r.length===0)return"";var t=`
23
- `+e.prev+e.base;return t+Z.call(r,","+t)+`
24
- `+e.prev}function Wr(r,e){var t=ln(r),n=[];if(t){n.length=r.length;for(var i=0;i<r.length;i++)n[i]=ye(r,i)?e(r[i],r):""}var a=typeof sn=="function"?sn(r):[],o;if(Le){o={};for(var s=0;s<a.length;s++)o["$"+a[s]]=a[s]}for(var f in r)!ye(r,f)||t&&String(Number(f))===f&&f<r.length||Le&&o["$"+f]instanceof Symbol||(Zi.call(/[^\w$]/,f)?n.push(e(f,r)+": "+e(r[f],r)):n.push(f+": "+e(r[f],r)));if(typeof sn=="function")for(var c=0;c<a.length;c++)ea.call(r,a[c])&&n.push("["+e(a[c])+"]: "+e(r[a[c]],r));return n}var yn=jt,je=Ns,Pc=lc,Fc=yn("%TypeError%"),zr=yn("%WeakMap%",!0),Xr=yn("%Map%",!0),Rc=je("WeakMap.prototype.get",!0),Mc=je("WeakMap.prototype.set",!0),Dc=je("WeakMap.prototype.has",!0),Nc=je("Map.prototype.get",!0),Bc=je("Map.prototype.set",!0),Uc=je("Map.prototype.has",!0),dn=function(r,e){for(var t=r,n;(n=t.next)!==null;t=n)if(n.key===e)return t.next=n.next,n.next=r.next,r.next=n,n},Cc=function(r,e){var t=dn(r,e);return t&&t.value},Lc=function(r,e,t){var n=dn(r,e);n?n.value=t:r.next={key:e,next:r.next,value:t}},jc=function(r,e){return!!dn(r,e)},kc=function(){var e,t,n,i={assert:function(a){if(!i.has(a))throw new Fc("Side channel does not contain "+Pc(a))},get:function(a){if(zr&&a&&(typeof a=="object"||typeof a=="function")){if(e)return Rc(e,a)}else if(Xr){if(t)return Nc(t,a)}else if(n)return Cc(n,a)},has:function(a){if(zr&&a&&(typeof a=="object"||typeof a=="function")){if(e)return Dc(e,a)}else if(Xr){if(t)return Uc(t,a)}else if(n)return jc(n,a);return!1},set:function(a,o){zr&&a&&(typeof a=="object"||typeof a=="function")?(e||(e=new zr),Mc(e,a,o)):Xr?(t||(t=new Xr),Bc(t,a,o)):(n||(n={key:{},next:null}),Lc(n,a,o))}};return i},qc=String.prototype.replace,Vc=/%20/g,vn={RFC1738:"RFC1738",RFC3986:"RFC3986"},gn={default:vn.RFC3986,formatters:{RFC1738:function(r){return qc.call(r,Vc,"+")},RFC3986:function(r){return String(r)}},RFC1738:vn.RFC1738,RFC3986:vn.RFC3986},Gc=gn,_n=Object.prototype.hasOwnProperty,Oe=Array.isArray,J=function(){for(var r=[],e=0;e<256;++e)r.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return r}(),Hc=function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(Oe(n)){for(var i=[],a=0;a<n.length;++a)typeof n[a]<"u"&&i.push(n[a]);t.obj[t.prop]=i}}},la=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},i=0;i<e.length;++i)typeof e[i]<"u"&&(n[i]=e[i]);return n},Wc=function r(e,t,n){if(!t)return e;if(typeof t!="object"){if(Oe(e))e.push(t);else if(e&&typeof e=="object")(n&&(n.plainObjects||n.allowPrototypes)||!_n.call(Object.prototype,t))&&(e[t]=!0);else return[e,t];return e}if(!e||typeof e!="object")return[e].concat(t);var i=e;return Oe(e)&&!Oe(t)&&(i=la(e,n)),Oe(e)&&Oe(t)?(t.forEach(function(a,o){if(_n.call(e,o)){var s=e[o];s&&typeof s=="object"&&a&&typeof a=="object"?e[o]=r(s,a,n):e.push(a)}else e[o]=a}),e):Object.keys(t).reduce(function(a,o){var s=t[o];return _n.call(a,o)?a[o]=r(a[o],s,n):a[o]=s,a},i)},zc=function(e,t){return Object.keys(t).reduce(function(n,i){return n[i]=t[i],n},e)},Xc=function(r,e,t){var n=r.replace(/\+/g," ");if(t==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Yc=function(e,t,n,i,a){if(e.length===0)return e;var o=e;if(typeof e=="symbol"?o=Symbol.prototype.toString.call(e):typeof e!="string"&&(o=String(e)),n==="iso-8859-1")return escape(o).replace(/%u[0-9a-f]{4}/gi,function(l){return"%26%23"+parseInt(l.slice(2),16)+"%3B"});for(var s="",f=0;f<o.length;++f){var c=o.charCodeAt(f);if(c===45||c===46||c===95||c===126||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||a===Gc.RFC1738&&(c===40||c===41)){s+=o.charAt(f);continue}if(c<128){s=s+J[c];continue}if(c<2048){s=s+(J[192|c>>6]+J[128|c&63]);continue}if(c<55296||c>=57344){s=s+(J[224|c>>12]+J[128|c>>6&63]+J[128|c&63]);continue}f+=1,c=65536+((c&1023)<<10|o.charCodeAt(f)&1023),s+=J[240|c>>18]+J[128|c>>12&63]+J[128|c>>6&63]+J[128|c&63]}return s},Kc=function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],i=0;i<t.length;++i)for(var a=t[i],o=a.obj[a.prop],s=Object.keys(o),f=0;f<s.length;++f){var c=s[f],l=o[c];typeof l=="object"&&l!==null&&n.indexOf(l)===-1&&(t.push({obj:o,prop:c}),n.push(l))}return Hc(t),e},Zc=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},Jc=function(e){return!e||typeof e!="object"?!1:!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},Qc=function(e,t){return[].concat(e,t)},el=function(e,t){if(Oe(e)){for(var n=[],i=0;i<e.length;i+=1)n.push(t(e[i]));return n}return t(e)},pa={arrayToObject:la,assign:zc,combine:Qc,compact:Kc,decode:Xc,encode:Yc,isBuffer:Jc,isRegExp:Zc,maybeMap:el,merge:Wc},ha=kc,mn=pa,ur=gn,rl=Object.prototype.hasOwnProperty,ya={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},ie=Array.isArray,tl=String.prototype.split,nl=Array.prototype.push,da=function(r,e){nl.apply(r,ie(e)?e:[e])},il=Date.prototype.toISOString,va=ur.default,U={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:mn.encode,encodeValuesOnly:!1,format:va,formatter:ur.formatters[va],indices:!1,serializeDate:function(e){return il.call(e)},skipNulls:!1,strictNullHandling:!1},al=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},wn={},ol=function r(e,t,n,i,a,o,s,f,c,l,u,p,d,g,b,E){for(var w=e,S=E,h=0,O=!1;(S=S.get(wn))!==void 0&&!O;){var x=S.get(e);if(h+=1,typeof x<"u"){if(x===h)throw new RangeError("Cyclic object value");O=!0}typeof S.get(wn)>"u"&&(h=0)}if(typeof f=="function"?w=f(t,w):w instanceof Date?w=u(w):n==="comma"&&ie(w)&&(w=mn.maybeMap(w,function(ui){return ui instanceof Date?u(ui):ui})),w===null){if(a)return s&&!g?s(t,U.encoder,b,"key",p):t;w=""}if(al(w)||mn.isBuffer(w)){if(s){var R=g?t:s(t,U.encoder,b,"key",p);if(n==="comma"&&g){for(var m=tl.call(String(w),","),v="",_=0;_<m.length;++_)v+=(_===0?"":",")+d(s(m[_],U.encoder,b,"value",p));return[d(R)+(i&&ie(w)&&m.length===1?"[]":"")+"="+v]}return[d(R)+"="+d(s(w,U.encoder,b,"value",p))]}return[d(t)+"="+d(String(w))]}var $=[];if(typeof w>"u")return $;var A;if(n==="comma"&&ie(w))A=[{value:w.length>0?w.join(",")||null:void 0}];else if(ie(f))A=f;else{var L=Object.keys(w);A=c?L.sort(c):L}for(var ee=i&&ie(w)&&w.length===1?t+"[]":t,ge=0;ge<A.length;++ge){var fe=A[ge],Ir=typeof fe=="object"&&typeof fe.value<"u"?fe.value:w[fe];if(!(o&&Ir===null)){var U2=ie(w)?typeof n=="function"?n(ee,fe):ee:ee+(l?"."+fe:"["+fe+"]");E.set(e,h);var ts=ha();ts.set(wn,E),da($,r(Ir,U2,n,i,a,o,s,f,c,l,u,p,d,g,b,ts))}}return $},ul=function(e){if(!e)return U;if(e.encoder!==null&&typeof e.encoder<"u"&&typeof e.encoder!="function")throw new TypeError("Encoder has to be a function.");var t=e.charset||U.charset;if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=ur.default;if(typeof e.format<"u"){if(!rl.call(ur.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var i=ur.formatters[n],a=U.filter;return(typeof e.filter=="function"||ie(e.filter))&&(a=e.filter),{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:U.addQueryPrefix,allowDots:typeof e.allowDots>"u"?U.allowDots:!!e.allowDots,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:U.charsetSentinel,delimiter:typeof e.delimiter>"u"?U.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:U.encode,encoder:typeof e.encoder=="function"?e.encoder:U.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:U.encodeValuesOnly,filter:a,format:n,formatter:i,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:U.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:U.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:U.strictNullHandling}},sl=function(r,e){var t=r,n=ul(e),i,a;typeof n.filter=="function"?(a=n.filter,t=a("",t)):ie(n.filter)&&(a=n.filter,i=a);var o=[];if(typeof t!="object"||t===null)return"";var s;e&&e.arrayFormat in ya?s=e.arrayFormat:e&&"indices"in e?s=e.indices?"indices":"repeat":s="indices";var f=ya[s];if(e&&"commaRoundTrip"in e&&typeof e.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var c=f==="comma"&&e&&e.commaRoundTrip;i||(i=Object.keys(t)),n.sort&&i.sort(n.sort);for(var l=ha(),u=0;u<i.length;++u){var p=i[u];n.skipNulls&&t[p]===null||da(o,ol(t[p],p,f,c,n.strictNullHandling,n.skipNulls,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,l))}var d=o.join(n.delimiter),g=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),d.length>0?g+d:""},ke=pa,bn=Object.prototype.hasOwnProperty,fl=Array.isArray,B={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:ke.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},cl=function(r){return r.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},ga=function(r,e){return r&&typeof r=="string"&&e.comma&&r.indexOf(",")>-1?r.split(","):r},ll="utf8=%26%2310003%3B",pl="utf8=%E2%9C%93",hl=function(e,t){var n={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,a=t.parameterLimit===1/0?void 0:t.parameterLimit,o=i.split(t.delimiter,a),s=-1,f,c=t.charset;if(t.charsetSentinel)for(f=0;f<o.length;++f)o[f].indexOf("utf8=")===0&&(o[f]===pl?c="utf-8":o[f]===ll&&(c="iso-8859-1"),s=f,f=o.length);for(f=0;f<o.length;++f)if(f!==s){var l=o[f],u=l.indexOf("]="),p=u===-1?l.indexOf("="):u+1,d,g;p===-1?(d=t.decoder(l,B.decoder,c,"key"),g=t.strictNullHandling?null:""):(d=t.decoder(l.slice(0,p),B.decoder,c,"key"),g=ke.maybeMap(ga(l.slice(p+1),t),function(b){return t.decoder(b,B.decoder,c,"value")})),g&&t.interpretNumericEntities&&c==="iso-8859-1"&&(g=cl(g)),l.indexOf("[]=")>-1&&(g=fl(g)?[g]:g),bn.call(n,d)?n[d]=ke.combine(n[d],g):n[d]=g}return n},yl=function(r,e,t,n){for(var i=n?e:ga(e,t),a=r.length-1;a>=0;--a){var o,s=r[a];if(s==="[]"&&t.parseArrays)o=[].concat(i);else{o=t.plainObjects?Object.create(null):{};var f=s.charAt(0)==="["&&s.charAt(s.length-1)==="]"?s.slice(1,-1):s,c=parseInt(f,10);!t.parseArrays&&f===""?o={0:i}:!isNaN(c)&&s!==f&&String(c)===f&&c>=0&&t.parseArrays&&c<=t.arrayLimit?(o=[],o[c]=i):f!=="__proto__"&&(o[f]=i)}i=o}return i},dl=function(e,t,n,i){if(!!e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/,s=/(\[[^[\]]*])/g,f=n.depth>0&&o.exec(a),c=f?a.slice(0,f.index):a,l=[];if(c){if(!n.plainObjects&&bn.call(Object.prototype,c)&&!n.allowPrototypes)return;l.push(c)}for(var u=0;n.depth>0&&(f=s.exec(a))!==null&&u<n.depth;){if(u+=1,!n.plainObjects&&bn.call(Object.prototype,f[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(f[1])}return f&&l.push("["+a.slice(f.index)+"]"),yl(l,t,n,i)}},vl=function(e){if(!e)return B;if(e.decoder!==null&&e.decoder!==void 0&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=typeof e.charset>"u"?B.charset:e.charset;return{allowDots:typeof e.allowDots>"u"?B.allowDots:!!e.allowDots,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:B.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:B.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:B.arrayLimit,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:B.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:B.comma,decoder:typeof e.decoder=="function"?e.decoder:B.decoder,delimiter:typeof e.delimiter=="string"||ke.isRegExp(e.delimiter)?e.delimiter:B.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:B.depth,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:B.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:B.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:B.plainObjects,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:B.strictNullHandling}},gl=function(r,e){var t=vl(e);if(r===""||r===null||typeof r>"u")return t.plainObjects?Object.create(null):{};for(var n=typeof r=="string"?hl(r,t):r,i=t.plainObjects?Object.create(null):{},a=Object.keys(n),o=0;o<a.length;++o){var s=a[o],f=dl(s,n[s],t,typeof r=="string");i=ke.merge(i,f,t)}return t.allowSparse===!0?i:ke.compact(i)},_l=sl,ml=gl,wl=gn,bl={formats:wl,parse:ml,stringify:_l};let _a={storeIdentifier:"",environment:"prod"};function $l(r){_a=r}function sr(){return _a}const El=r=>r==="stage"?"https://api.stage.rechargeapps.com":"https://api.rechargeapps.com",Al=r=>r==="stage"?"https://admin.stage.rechargeapps.com":"https://admin.rechargeapps.com",Ol=r=>r==="stage"?"https://static.stage.rechargecdn.com":"https://static.rechargecdn.com",Sl="/tools/recurring";class $n{constructor(e,t){this.name="RechargeRequestError",this.message=e,this.status=t}}var Tl=Object.defineProperty,Il=Object.defineProperties,xl=Object.getOwnPropertyDescriptors,ma=Object.getOwnPropertySymbols,Pl=Object.prototype.hasOwnProperty,Fl=Object.prototype.propertyIsEnumerable,wa=(r,e,t)=>e in r?Tl(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,Yr=(r,e)=>{for(var t in e||(e={}))Pl.call(e,t)&&wa(r,t,e[t]);if(ma)for(var t of ma(e))Fl.call(e,t)&&wa(r,t,e[t]);return r},Rl=(r,e)=>Il(r,xl(e));function Ml(r){return bl.stringify(r,{encode:!1,indices:!1,arrayFormat:"comma"})}async function Kr(r,e,t={}){const n=sr();return ae(r,`${Ol(n.environment)}/store/${n.storeIdentifier}${e}`,t)}async function T(r,e,{id:t,query:n,data:i,headers:a}={},o){const{environment:s,storeIdentifier:f,loginRetryFn:c}=sr(),l=o.apiToken,u=El(s),p=Yr({"X-Recharge-Access-Token":l,"X-Recharge-Version":"2021-11"},a||{}),d=Yr({shop_url:f},n);try{return await ae(r,`${u}${e}`,{id:t,query:d,data:i,headers:p})}catch(g){if(c&&g instanceof $n&&g.status===401)return c().then(b=>{if(b)return ae(r,`${u}${e}`,{id:t,query:d,data:i,headers:Rl(Yr({},p),{"X-Recharge-Access-Token":b.apiToken})});throw g});throw g}}async function En(r,e,t={}){return ae(r,`${Sl}${e}`,t)}async function ae(r,e,{id:t,query:n,data:i,headers:a}={}){let o=e.trim();if(t&&(o=[o,`${t}`.trim()].join("/")),n){let u;[o,u]=o.split("?");const p=[u,Ml(n)].join("&").replace(/^&/,"");o=`${o}${p?`?${p}`:""}`}let s;i&&r!=="get"&&(s=JSON.stringify(i));const f=Yr({Accept:"application/json","Content-Type":"application/json","X-Recharge-App":"storefront-client"},a||{}),c=await fetch(o,{method:r,headers:f,body:s,mode:"cors"});let l;try{l=await c.json()}catch{}if(!c.ok)throw l&&l.error?new $n(l.error,c.status):new $n("A connection error occurred while making the request");return l}function Dl(r,e){return T("get","/addresses",{query:e},r)}async function Nl(r,e,t){const{address:n}=await T("get","/addresses",{id:e,query:{include:t?.include}},r);return n}async function Bl(r,e){const{address:t}=await T("post","/addresses",{data:e},r);return t}async function An(r,e,t){const{address:n}=await T("put","/addresses",{id:e,data:t},r);return n}async function Ul(r,e,t){return An(r,e,{discounts:[{code:t}]})}async function Cl(r,e){return An(r,e,{discounts:[]})}function Ll(r,e){return T("delete","/addresses",{id:e},r)}async function jl(r,e){const{address:t}=await T("post","/addresses/merge",{data:e},r);return t}async function kl(r,e,t){const{charge:n}=await T("post",`/addresses/${e}/charges/skip`,{data:t},r);return n}var ql=Object.freeze({__proto__:null,listAddresses:Dl,getAddress:Nl,createAddress:Bl,updateAddress:An,applyDiscountToAddress:Ul,removeDiscountsFromAddress:Cl,deleteAddress:Ll,mergeAddresses:jl,skipFutureCharge:kl});async function Vl(){const{storefrontAccessToken:r}=sr(),e={};r&&(e["X-Recharge-Storefront-Access-Token"]=r);const t=await En("get","/access",{headers:e});return{apiToken:t.api_token,customerId:t.customer_id}}async function Gl(r,e){const{environment:t,storeIdentifier:n}=sr(),i=Al(t),a=await ae("post",`${i}/shopify_storefront_access`,{data:{customer_token:e,storefront_token:r,shop_url:n},headers:{"X-Recharge-App":"storefront-client"}});return a.api_token?{apiToken:a.api_token,customerId:a.customer_id}:null}var Hl=Object.freeze({__proto__:null,loginShopifyAppProxy:Vl,loginShopifyApi:Gl}),ba={},On={},oe={},Wl=typeof re=="object"&&re&&re.Object===Object&&re,$a=Wl,zl=$a,Xl=typeof self=="object"&&self&&self.Object===Object&&self,Yl=zl||Xl||Function("return this")(),Q=Yl,Kl=Q,Zl=Kl.Symbol,qe=Zl,Ea=qe,Aa=Object.prototype,Jl=Aa.hasOwnProperty,Ql=Aa.toString,fr=Ea?Ea.toStringTag:void 0;function ep(r){var e=Jl.call(r,fr),t=r[fr];try{r[fr]=void 0;var n=!0}catch{}var i=Ql.call(r);return n&&(e?r[fr]=t:delete r[fr]),i}var rp=ep,tp=Object.prototype,np=tp.toString;function ip(r){return np.call(r)}var ap=ip,Oa=qe,op=rp,up=ap,sp="[object Null]",fp="[object Undefined]",Sa=Oa?Oa.toStringTag:void 0;function cp(r){return r==null?r===void 0?fp:sp:Sa&&Sa in Object(r)?op(r):up(r)}var ue=cp;function lp(r){return r!=null&&typeof r=="object"}var H=lp,pp=ue,hp=H,yp="[object Number]";function dp(r){return typeof r=="number"||hp(r)&&pp(r)==yp}var Zr=dp,M={},Ta={exports:{}};function vp(r){var e=typeof r;return r!=null&&(e=="object"||e=="function")}var ve=vp,gp=ue,_p=ve,mp="[object AsyncFunction]",wp="[object Function]",bp="[object GeneratorFunction]",$p="[object Proxy]";function Ep(r){if(!_p(r))return!1;var e=gp(r);return e==wp||e==bp||e==mp||e==$p}var Sn=Ep,Ap=Q,Op=Ap["__core-js_shared__"],Sp=Op,Tn=Sp,Ia=function(){var r=/[^.]+$/.exec(Tn&&Tn.keys&&Tn.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}();function Tp(r){return!!Ia&&Ia in r}var Ip=Tp,xp=Function.prototype,Pp=xp.toString;function Fp(r){if(r!=null){try{return Pp.call(r)}catch{}try{return r+""}catch{}}return""}var xa=Fp,Rp=Sn,Mp=Ip,Dp=ve,Np=xa,Bp=/[\\^$.*+?()[\]{}|]/g,Up=/^\[object .+?Constructor\]$/,Cp=Function.prototype,Lp=Object.prototype,jp=Cp.toString,kp=Lp.hasOwnProperty,qp=RegExp("^"+jp.call(kp).replace(Bp,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Vp(r){if(!Dp(r)||Mp(r))return!1;var e=Rp(r)?qp:Up;return e.test(Np(r))}var Gp=Vp;function Hp(r,e){return r?.[e]}var Wp=Hp,zp=Gp,Xp=Wp;function Yp(r,e){var t=Xp(r,e);return zp(t)?t:void 0}var Se=Yp,Kp=Se,Zp=function(){try{var r=Kp(Object,"defineProperty");return r({},"",{}),r}catch{}}(),Pa=Zp,Fa=Pa;function Jp(r,e,t){e=="__proto__"&&Fa?Fa(r,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):r[e]=t}var Ra=Jp;function Qp(r,e){return r===e||r!==r&&e!==e}var Jr=Qp,eh=Ra,rh=Jr,th=Object.prototype,nh=th.hasOwnProperty;function ih(r,e,t){var n=r[e];(!(nh.call(r,e)&&rh(n,t))||t===void 0&&!(e in r))&&eh(r,e,t)}var Ma=ih,ah=Ma,oh=Ra;function uh(r,e,t,n){var i=!t;t||(t={});for(var a=-1,o=e.length;++a<o;){var s=e[a],f=n?n(t[s],r[s],s,t,r):void 0;f===void 0&&(f=r[s]),i?oh(t,s,f):ah(t,s,f)}return t}var Ve=uh;function sh(r){return r}var Qr=sh;function fh(r,e,t){switch(t.length){case 0:return r.call(e);case 1:return r.call(e,t[0]);case 2:return r.call(e,t[0],t[1]);case 3:return r.call(e,t[0],t[1],t[2])}return r.apply(e,t)}var ch=fh,lh=ch,Da=Math.max;function ph(r,e,t){return e=Da(e===void 0?r.length-1:e,0),function(){for(var n=arguments,i=-1,a=Da(n.length-e,0),o=Array(a);++i<a;)o[i]=n[e+i];i=-1;for(var s=Array(e+1);++i<e;)s[i]=n[i];return s[e]=t(o),lh(r,this,s)}}var Na=ph;function hh(r){return function(){return r}}var yh=hh,dh=yh,Ba=Pa,vh=Qr,gh=Ba?function(r,e){return Ba(r,"toString",{configurable:!0,enumerable:!1,value:dh(e),writable:!0})}:vh,_h=gh,mh=800,wh=16,bh=Date.now;function $h(r){var e=0,t=0;return function(){var n=bh(),i=wh-(n-t);if(t=n,i>0){if(++e>=mh)return arguments[0]}else e=0;return r.apply(void 0,arguments)}}var Eh=$h,Ah=_h,Oh=Eh,Sh=Oh(Ah),Ua=Sh,Th=Qr,Ih=Na,xh=Ua;function Ph(r,e){return xh(Ih(r,e,Th),r+"")}var Fh=Ph,Rh=9007199254740991;function Mh(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=Rh}var In=Mh,Dh=Sn,Nh=In;function Bh(r){return r!=null&&Nh(r.length)&&!Dh(r)}var cr=Bh,Uh=9007199254740991,Ch=/^(?:0|[1-9]\d*)$/;function Lh(r,e){var t=typeof r;return e=e??Uh,!!e&&(t=="number"||t!="symbol"&&Ch.test(r))&&r>-1&&r%1==0&&r<e}var xn=Lh,jh=Jr,kh=cr,qh=xn,Vh=ve;function Gh(r,e,t){if(!Vh(t))return!1;var n=typeof e;return(n=="number"?kh(t)&&qh(e,t.length):n=="string"&&e in t)?jh(t[e],r):!1}var Ca=Gh,Hh=Fh,Wh=Ca;function zh(r){return Hh(function(e,t){var n=-1,i=t.length,a=i>1?t[i-1]:void 0,o=i>2?t[2]:void 0;for(a=r.length>3&&typeof a=="function"?(i--,a):void 0,o&&Wh(t[0],t[1],o)&&(a=i<3?void 0:a,i=1),e=Object(e);++n<i;){var s=t[n];s&&r(e,s,n,a)}return e})}var Xh=zh;function Yh(r,e){for(var t=-1,n=Array(r);++t<r;)n[t]=e(t);return n}var La=Yh,Kh=ue,Zh=H,Jh="[object Arguments]";function Qh(r){return Zh(r)&&Kh(r)==Jh}var ey=Qh,ja=ey,ry=H,ka=Object.prototype,ty=ka.hasOwnProperty,ny=ka.propertyIsEnumerable,iy=ja(function(){return arguments}())?ja:function(r){return ry(r)&&ty.call(r,"callee")&&!ny.call(r,"callee")},Pn=iy,ay=Array.isArray,C=ay,lr={exports:{}};function oy(){return!1}var uy=oy;(function(r,e){var t=Q,n=uy,i=e&&!e.nodeType&&e,a=i&&!0&&r&&!r.nodeType&&r,o=a&&a.exports===i,s=o?t.Buffer:void 0,f=s?s.isBuffer:void 0,c=f||n;r.exports=c})(lr,lr.exports);var sy=ue,fy=In,cy=H,ly="[object Arguments]",py="[object Array]",hy="[object Boolean]",yy="[object Date]",dy="[object Error]",vy="[object Function]",gy="[object Map]",_y="[object Number]",my="[object Object]",wy="[object RegExp]",by="[object Set]",$y="[object String]",Ey="[object WeakMap]",Ay="[object ArrayBuffer]",Oy="[object DataView]",Sy="[object Float32Array]",Ty="[object Float64Array]",Iy="[object Int8Array]",xy="[object Int16Array]",Py="[object Int32Array]",Fy="[object Uint8Array]",Ry="[object Uint8ClampedArray]",My="[object Uint16Array]",Dy="[object Uint32Array]",F={};F[Sy]=F[Ty]=F[Iy]=F[xy]=F[Py]=F[Fy]=F[Ry]=F[My]=F[Dy]=!0,F[ly]=F[py]=F[Ay]=F[hy]=F[Oy]=F[yy]=F[dy]=F[vy]=F[gy]=F[_y]=F[my]=F[wy]=F[by]=F[$y]=F[Ey]=!1;function Ny(r){return cy(r)&&fy(r.length)&&!!F[sy(r)]}var By=Ny;function Uy(r){return function(e){return r(e)}}var Fn=Uy,pr={exports:{}};(function(r,e){var t=$a,n=e&&!e.nodeType&&e,i=n&&!0&&r&&!r.nodeType&&r,a=i&&i.exports===n,o=a&&t.process,s=function(){try{var f=i&&i.require&&i.require("util").types;return f||o&&o.binding&&o.binding("util")}catch{}}();r.exports=s})(pr,pr.exports);var Cy=By,Ly=Fn,qa=pr.exports,Va=qa&&qa.isTypedArray,jy=Va?Ly(Va):Cy,Ga=jy,ky=La,qy=Pn,Vy=C,Gy=lr.exports,Hy=xn,Wy=Ga,zy=Object.prototype,Xy=zy.hasOwnProperty;function Yy(r,e){var t=Vy(r),n=!t&&qy(r),i=!t&&!n&&Gy(r),a=!t&&!n&&!i&&Wy(r),o=t||n||i||a,s=o?ky(r.length,String):[],f=s.length;for(var c in r)(e||Xy.call(r,c))&&!(o&&(c=="length"||i&&(c=="offset"||c=="parent")||a&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||Hy(c,f)))&&s.push(c);return s}var Ha=Yy,Ky=Object.prototype;function Zy(r){var e=r&&r.constructor,t=typeof e=="function"&&e.prototype||Ky;return r===t}var Rn=Zy;function Jy(r){var e=[];if(r!=null)for(var t in Object(r))e.push(t);return e}var Qy=Jy,ed=ve,rd=Rn,td=Qy,nd=Object.prototype,id=nd.hasOwnProperty;function ad(r){if(!ed(r))return td(r);var e=rd(r),t=[];for(var n in r)n=="constructor"&&(e||!id.call(r,n))||t.push(n);return t}var od=ad,ud=Ha,sd=od,fd=cr;function cd(r){return fd(r)?ud(r,!0):sd(r)}var et=cd,ld=Ve,pd=Xh,hd=et,yd=pd(function(r,e){ld(e,hd(e),r)}),dd=yd;(function(r){r.exports=dd})(Ta);var rt={},Te={};function vd(r,e){for(var t=-1,n=r==null?0:r.length;++t<n;)if(!e(r[t],t,r))return!1;return!0}var gd=vd;function _d(r){return function(e,t,n){for(var i=-1,a=Object(e),o=n(e),s=o.length;s--;){var f=o[r?s:++i];if(t(a[f],f,a)===!1)break}return e}}var md=_d,wd=md,bd=wd(),$d=bd;function Ed(r,e){return function(t){return r(e(t))}}var Wa=Ed,Ad=Wa,Od=Ad(Object.keys,Object),Sd=Od,Td=Rn,Id=Sd,xd=Object.prototype,Pd=xd.hasOwnProperty;function Fd(r){if(!Td(r))return Id(r);var e=[];for(var t in Object(r))Pd.call(r,t)&&t!="constructor"&&e.push(t);return e}var Rd=Fd,Md=Ha,Dd=Rd,Nd=cr;function Bd(r){return Nd(r)?Md(r):Dd(r)}var Ge=Bd,Ud=$d,Cd=Ge;function Ld(r,e){return r&&Ud(r,e,Cd)}var jd=Ld,kd=cr;function qd(r,e){return function(t,n){if(t==null)return t;if(!kd(t))return r(t,n);for(var i=t.length,a=e?i:-1,o=Object(t);(e?a--:++a<i)&&n(o[a],a,o)!==!1;);return t}}var Vd=qd,Gd=jd,Hd=Vd,Wd=Hd(Gd),Mn=Wd,zd=Mn;function Xd(r,e){var t=!0;return zd(r,function(n,i,a){return t=!!e(n,i,a),t}),t}var Yd=Xd;function Kd(){this.__data__=[],this.size=0}var Zd=Kd,Jd=Jr;function Qd(r,e){for(var t=r.length;t--;)if(Jd(r[t][0],e))return t;return-1}var tt=Qd,ev=tt,rv=Array.prototype,tv=rv.splice;function nv(r){var e=this.__data__,t=ev(e,r);if(t<0)return!1;var n=e.length-1;return t==n?e.pop():tv.call(e,t,1),--this.size,!0}var iv=nv,av=tt;function ov(r){var e=this.__data__,t=av(e,r);return t<0?void 0:e[t][1]}var uv=ov,sv=tt;function fv(r){return sv(this.__data__,r)>-1}var cv=fv,lv=tt;function pv(r,e){var t=this.__data__,n=lv(t,r);return n<0?(++this.size,t.push([r,e])):t[n][1]=e,this}var hv=pv,yv=Zd,dv=iv,vv=uv,gv=cv,_v=hv;function He(r){var e=-1,t=r==null?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}He.prototype.clear=yv,He.prototype.delete=dv,He.prototype.get=vv,He.prototype.has=gv,He.prototype.set=_v;var nt=He,mv=nt;function wv(){this.__data__=new mv,this.size=0}var bv=wv;function $v(r){var e=this.__data__,t=e.delete(r);return this.size=e.size,t}var Ev=$v;function Av(r){return this.__data__.get(r)}var Ov=Av;function Sv(r){return this.__data__.has(r)}var Tv=Sv,Iv=Se,xv=Q,Pv=Iv(xv,"Map"),Dn=Pv,Fv=Se,Rv=Fv(Object,"create"),it=Rv,za=it;function Mv(){this.__data__=za?za(null):{},this.size=0}var Dv=Mv;function Nv(r){var e=this.has(r)&&delete this.__data__[r];return this.size-=e?1:0,e}var Bv=Nv,Uv=it,Cv="__lodash_hash_undefined__",Lv=Object.prototype,jv=Lv.hasOwnProperty;function kv(r){var e=this.__data__;if(Uv){var t=e[r];return t===Cv?void 0:t}return jv.call(e,r)?e[r]:void 0}var qv=kv,Vv=it,Gv=Object.prototype,Hv=Gv.hasOwnProperty;function Wv(r){var e=this.__data__;return Vv?e[r]!==void 0:Hv.call(e,r)}var zv=Wv,Xv=it,Yv="__lodash_hash_undefined__";function Kv(r,e){var t=this.__data__;return this.size+=this.has(r)?0:1,t[r]=Xv&&e===void 0?Yv:e,this}var Zv=Kv,Jv=Dv,Qv=Bv,eg=qv,rg=zv,tg=Zv;function We(r){var e=-1,t=r==null?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}We.prototype.clear=Jv,We.prototype.delete=Qv,We.prototype.get=eg,We.prototype.has=rg,We.prototype.set=tg;var ng=We,Xa=ng,ig=nt,ag=Dn;function og(){this.size=0,this.__data__={hash:new Xa,map:new(ag||ig),string:new Xa}}var ug=og;function sg(r){var e=typeof r;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?r!=="__proto__":r===null}var fg=sg,cg=fg;function lg(r,e){var t=r.__data__;return cg(e)?t[typeof e=="string"?"string":"hash"]:t.map}var at=lg,pg=at;function hg(r){var e=pg(this,r).delete(r);return this.size-=e?1:0,e}var yg=hg,dg=at;function vg(r){return dg(this,r).get(r)}var gg=vg,_g=at;function mg(r){return _g(this,r).has(r)}var wg=mg,bg=at;function $g(r,e){var t=bg(this,r),n=t.size;return t.set(r,e),this.size+=t.size==n?0:1,this}var Eg=$g,Ag=ug,Og=yg,Sg=gg,Tg=wg,Ig=Eg;function ze(r){var e=-1,t=r==null?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}ze.prototype.clear=Ag,ze.prototype.delete=Og,ze.prototype.get=Sg,ze.prototype.has=Tg,ze.prototype.set=Ig;var Nn=ze,xg=nt,Pg=Dn,Fg=Nn,Rg=200;function Mg(r,e){var t=this.__data__;if(t instanceof xg){var n=t.__data__;if(!Pg||n.length<Rg-1)return n.push([r,e]),this.size=++t.size,this;t=this.__data__=new Fg(n)}return t.set(r,e),this.size=t.size,this}var Dg=Mg,Ng=nt,Bg=bv,Ug=Ev,Cg=Ov,Lg=Tv,jg=Dg;function Xe(r){var e=this.__data__=new Ng(r);this.size=e.size}Xe.prototype.clear=Bg,Xe.prototype.delete=Ug,Xe.prototype.get=Cg,Xe.prototype.has=Lg,Xe.prototype.set=jg;var Bn=Xe,kg="__lodash_hash_undefined__";function qg(r){return this.__data__.set(r,kg),this}var Vg=qg;function Gg(r){return this.__data__.has(r)}var Hg=Gg,Wg=Nn,zg=Vg,Xg=Hg;function ot(r){var e=-1,t=r==null?0:r.length;for(this.__data__=new Wg;++e<t;)this.add(r[e])}ot.prototype.add=ot.prototype.push=zg,ot.prototype.has=Xg;var Yg=ot;function Kg(r,e){for(var t=-1,n=r==null?0:r.length;++t<n;)if(e(r[t],t,r))return!0;return!1}var Zg=Kg;function Jg(r,e){return r.has(e)}var Qg=Jg,e_=Yg,r_=Zg,t_=Qg,n_=1,i_=2;function a_(r,e,t,n,i,a){var o=t&n_,s=r.length,f=e.length;if(s!=f&&!(o&&f>s))return!1;var c=a.get(r),l=a.get(e);if(c&&l)return c==e&&l==r;var u=-1,p=!0,d=t&i_?new e_:void 0;for(a.set(r,e),a.set(e,r);++u<s;){var g=r[u],b=e[u];if(n)var E=o?n(b,g,u,e,r,a):n(g,b,u,r,e,a);if(E!==void 0){if(E)continue;p=!1;break}if(d){if(!r_(e,function(w,S){if(!t_(d,S)&&(g===w||i(g,w,t,n,a)))return d.push(S)})){p=!1;break}}else if(!(g===b||i(g,b,t,n,a))){p=!1;break}}return a.delete(r),a.delete(e),p}var Ya=a_,o_=Q,u_=o_.Uint8Array,Ka=u_;function s_(r){var e=-1,t=Array(r.size);return r.forEach(function(n,i){t[++e]=[i,n]}),t}var f_=s_;function c_(r){var e=-1,t=Array(r.size);return r.forEach(function(n){t[++e]=n}),t}var l_=c_,Za=qe,Ja=Ka,p_=Jr,h_=Ya,y_=f_,d_=l_,v_=1,g_=2,__="[object Boolean]",m_="[object Date]",w_="[object Error]",b_="[object Map]",$_="[object Number]",E_="[object RegExp]",A_="[object Set]",O_="[object String]",S_="[object Symbol]",T_="[object ArrayBuffer]",I_="[object DataView]",Qa=Za?Za.prototype:void 0,Un=Qa?Qa.valueOf:void 0;function x_(r,e,t,n,i,a,o){switch(t){case I_:if(r.byteLength!=e.byteLength||r.byteOffset!=e.byteOffset)return!1;r=r.buffer,e=e.buffer;case T_:return!(r.byteLength!=e.byteLength||!a(new Ja(r),new Ja(e)));case __:case m_:case $_:return p_(+r,+e);case w_:return r.name==e.name&&r.message==e.message;case E_:case O_:return r==e+"";case b_:var s=y_;case A_:var f=n&v_;if(s||(s=d_),r.size!=e.size&&!f)return!1;var c=o.get(r);if(c)return c==e;n|=g_,o.set(r,e);var l=h_(s(r),s(e),n,i,a,o);return o.delete(r),l;case S_:if(Un)return Un.call(r)==Un.call(e)}return!1}var P_=x_;function F_(r,e){for(var t=-1,n=e.length,i=r.length;++t<n;)r[i+t]=e[t];return r}var Cn=F_,R_=Cn,M_=C;function D_(r,e,t){var n=e(r);return M_(r)?n:R_(n,t(r))}var eo=D_;function N_(r,e){for(var t=-1,n=r==null?0:r.length,i=0,a=[];++t<n;){var o=r[t];e(o,t,r)&&(a[i++]=o)}return a}var B_=N_;function U_(){return[]}var ro=U_,C_=B_,L_=ro,j_=Object.prototype,k_=j_.propertyIsEnumerable,to=Object.getOwnPropertySymbols,q_=to?function(r){return r==null?[]:(r=Object(r),C_(to(r),function(e){return k_.call(r,e)}))}:L_,Ln=q_,V_=eo,G_=Ln,H_=Ge;function W_(r){return V_(r,H_,G_)}var no=W_,io=no,z_=1,X_=Object.prototype,Y_=X_.hasOwnProperty;function K_(r,e,t,n,i,a){var o=t&z_,s=io(r),f=s.length,c=io(e),l=c.length;if(f!=l&&!o)return!1;for(var u=f;u--;){var p=s[u];if(!(o?p in e:Y_.call(e,p)))return!1}var d=a.get(r),g=a.get(e);if(d&&g)return d==e&&g==r;var b=!0;a.set(r,e),a.set(e,r);for(var E=o;++u<f;){p=s[u];var w=r[p],S=e[p];if(n)var h=o?n(S,w,p,e,r,a):n(w,S,p,r,e,a);if(!(h===void 0?w===S||i(w,S,t,n,a):h)){b=!1;break}E||(E=p=="constructor")}if(b&&!E){var O=r.constructor,x=e.constructor;O!=x&&"constructor"in r&&"constructor"in e&&!(typeof O=="function"&&O instanceof O&&typeof x=="function"&&x instanceof x)&&(b=!1)}return a.delete(r),a.delete(e),b}var Z_=K_,J_=Se,Q_=Q,em=J_(Q_,"DataView"),rm=em,tm=Se,nm=Q,im=tm(nm,"Promise"),am=im,om=Se,um=Q,sm=om(um,"Set"),fm=sm,cm=Se,lm=Q,pm=cm(lm,"WeakMap"),hm=pm,jn=rm,kn=Dn,qn=am,Vn=fm,Gn=hm,ao=ue,Ye=xa,oo="[object Map]",ym="[object Object]",uo="[object Promise]",so="[object Set]",fo="[object WeakMap]",co="[object DataView]",dm=Ye(jn),vm=Ye(kn),gm=Ye(qn),_m=Ye(Vn),mm=Ye(Gn),Ie=ao;(jn&&Ie(new jn(new ArrayBuffer(1)))!=co||kn&&Ie(new kn)!=oo||qn&&Ie(qn.resolve())!=uo||Vn&&Ie(new Vn)!=so||Gn&&Ie(new Gn)!=fo)&&(Ie=function(r){var e=ao(r),t=e==ym?r.constructor:void 0,n=t?Ye(t):"";if(n)switch(n){case dm:return co;case vm:return oo;case gm:return uo;case _m:return so;case mm:return fo}return e});var ut=Ie,Hn=Bn,wm=Ya,bm=P_,$m=Z_,lo=ut,po=C,ho=lr.exports,Em=Ga,Am=1,yo="[object Arguments]",vo="[object Array]",st="[object Object]",Om=Object.prototype,go=Om.hasOwnProperty;function Sm(r,e,t,n,i,a){var o=po(r),s=po(e),f=o?vo:lo(r),c=s?vo:lo(e);f=f==yo?st:f,c=c==yo?st:c;var l=f==st,u=c==st,p=f==c;if(p&&ho(r)){if(!ho(e))return!1;o=!0,l=!1}if(p&&!l)return a||(a=new Hn),o||Em(r)?wm(r,e,t,n,i,a):bm(r,e,f,t,n,i,a);if(!(t&Am)){var d=l&&go.call(r,"__wrapped__"),g=u&&go.call(e,"__wrapped__");if(d||g){var b=d?r.value():r,E=g?e.value():e;return a||(a=new Hn),i(b,E,t,n,a)}}return p?(a||(a=new Hn),$m(r,e,t,n,i,a)):!1}var Tm=Sm,Im=Tm,_o=H;function mo(r,e,t,n,i){return r===e?!0:r==null||e==null||!_o(r)&&!_o(e)?r!==r&&e!==e:Im(r,e,t,n,mo,i)}var wo=mo,xm=Bn,Pm=wo,Fm=1,Rm=2;function Mm(r,e,t,n){var i=t.length,a=i,o=!n;if(r==null)return!a;for(r=Object(r);i--;){var s=t[i];if(o&&s[2]?s[1]!==r[s[0]]:!(s[0]in r))return!1}for(;++i<a;){s=t[i];var f=s[0],c=r[f],l=s[1];if(o&&s[2]){if(c===void 0&&!(f in r))return!1}else{var u=new xm;if(n)var p=n(c,l,f,r,e,u);if(!(p===void 0?Pm(l,c,Fm|Rm,n,u):p))return!1}}return!0}var Dm=Mm,Nm=ve;function Bm(r){return r===r&&!Nm(r)}var bo=Bm,Um=bo,Cm=Ge;function Lm(r){for(var e=Cm(r),t=e.length;t--;){var n=e[t],i=r[n];e[t]=[n,i,Um(i)]}return e}var jm=Lm;function km(r,e){return function(t){return t==null?!1:t[r]===e&&(e!==void 0||r in Object(t))}}var $o=km,qm=Dm,Vm=jm,Gm=$o;function Hm(r){var e=Vm(r);return e.length==1&&e[0][2]?Gm(e[0][0],e[0][1]):function(t){return t===r||qm(t,r,e)}}var Wm=Hm,zm=ue,Xm=H,Ym="[object Symbol]";function Km(r){return typeof r=="symbol"||Xm(r)&&zm(r)==Ym}var ft=Km,Zm=C,Jm=ft,Qm=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,e0=/^\w*$/;function r0(r,e){if(Zm(r))return!1;var t=typeof r;return t=="number"||t=="symbol"||t=="boolean"||r==null||Jm(r)?!0:e0.test(r)||!Qm.test(r)||e!=null&&r in Object(e)}var Wn=r0,Eo=Nn,t0="Expected a function";function zn(r,e){if(typeof r!="function"||e!=null&&typeof e!="function")throw new TypeError(t0);var t=function(){var n=arguments,i=e?e.apply(this,n):n[0],a=t.cache;if(a.has(i))return a.get(i);var o=r.apply(this,n);return t.cache=a.set(i,o)||a,o};return t.cache=new(zn.Cache||Eo),t}zn.Cache=Eo;var n0=zn,i0=n0,a0=500;function o0(r){var e=i0(r,function(n){return t.size===a0&&t.clear(),n}),t=e.cache;return e}var u0=o0,s0=u0,f0=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,c0=/\\(\\)?/g,l0=s0(function(r){var e=[];return r.charCodeAt(0)===46&&e.push(""),r.replace(f0,function(t,n,i,a){e.push(i?a.replace(c0,"$1"):n||t)}),e}),p0=l0;function h0(r,e){for(var t=-1,n=r==null?0:r.length,i=Array(n);++t<n;)i[t]=e(r[t],t,r);return i}var ct=h0,Ao=qe,y0=ct,d0=C,v0=ft,g0=1/0,Oo=Ao?Ao.prototype:void 0,So=Oo?Oo.toString:void 0;function To(r){if(typeof r=="string")return r;if(d0(r))return y0(r,To)+"";if(v0(r))return So?So.call(r):"";var e=r+"";return e=="0"&&1/r==-g0?"-0":e}var _0=To,m0=_0;function w0(r){return r==null?"":m0(r)}var b0=w0,$0=C,E0=Wn,A0=p0,O0=b0;function S0(r,e){return $0(r)?r:E0(r,e)?[r]:A0(O0(r))}var lt=S0,T0=ft,I0=1/0;function x0(r){if(typeof r=="string"||T0(r))return r;var e=r+"";return e=="0"&&1/r==-I0?"-0":e}var hr=x0,P0=lt,F0=hr;function R0(r,e){e=P0(e,r);for(var t=0,n=e.length;r!=null&&t<n;)r=r[F0(e[t++])];return t&&t==n?r:void 0}var Xn=R0,M0=Xn;function D0(r,e,t){var n=r==null?void 0:M0(r,e);return n===void 0?t:n}var N0=D0;function B0(r,e){return r!=null&&e in Object(r)}var U0=B0,C0=lt,L0=Pn,j0=C,k0=xn,q0=In,V0=hr;function G0(r,e,t){e=C0(e,r);for(var n=-1,i=e.length,a=!1;++n<i;){var o=V0(e[n]);if(!(a=r!=null&&t(r,o)))break;r=r[o]}return a||++n!=i?a:(i=r==null?0:r.length,!!i&&q0(i)&&k0(o,i)&&(j0(r)||L0(r)))}var H0=G0,W0=U0,z0=H0;function X0(r,e){return r!=null&&z0(r,e,W0)}var Y0=X0,K0=wo,Z0=N0,J0=Y0,Q0=Wn,ew=bo,rw=$o,tw=hr,nw=1,iw=2;function aw(r,e){return Q0(r)&&ew(e)?rw(tw(r),e):function(t){var n=Z0(t,r);return n===void 0&&n===e?J0(t,r):K0(e,n,nw|iw)}}var ow=aw;function uw(r){return function(e){return e?.[r]}}var sw=uw,fw=Xn;function cw(r){return function(e){return fw(e,r)}}var lw=cw,pw=sw,hw=lw,yw=Wn,dw=hr;function vw(r){return yw(r)?pw(dw(r)):hw(r)}var gw=vw,_w=Wm,mw=ow,ww=Qr,bw=C,$w=gw;function Ew(r){return typeof r=="function"?r:r==null?ww:typeof r=="object"?bw(r)?mw(r[0],r[1]):_w(r):$w(r)}var Io=Ew,Aw=gd,Ow=Yd,Sw=Io,Tw=C,Iw=Ca;function xw(r,e,t){var n=Tw(r)?Aw:Ow;return t&&Iw(r,e,t)&&(e=void 0),n(r,Sw(e))}var Yn=xw;Object.defineProperty(Te,"__esModule",{value:!0}),Te.calculatePadding=Mw,Te.slicePadding=Dw;var Pw=Yn,Fw=Rw(Pw);function Rw(r){return r&&r.__esModule?r:{default:r}}function Mw(r){switch(r%4){case 0:return 0;case 1:return 3;case 2:return 2;case 3:return 1;default:return null}}function Dw(r,e){var t=r.slice(e),n=(0,Fw.default)(t.buffer(),function(i){return i===0});if(n!==!0)throw new Error("XDR Read Error: invalid padding")}Object.defineProperty(rt,"__esModule",{value:!0}),rt.Cursor=void 0;var Nw=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Bw=Te;function Uw(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var Kn=function(){function r(e){Uw(this,r),e instanceof y||(e=typeof e=="number"?y.alloc(e):y.from(e)),this._setBuffer(e),this.rewind()}return Nw(r,[{key:"_setBuffer",value:function(t){this._buffer=t,this.length=t.length}},{key:"buffer",value:function(){return this._buffer}},{key:"tap",value:function(t){return t(this),this}},{key:"clone",value:function(t){var n=new this.constructor(this.buffer());return n.seek(arguments.length===0?this.tell():t),n}},{key:"tell",value:function(){return this._index}},{key:"seek",value:function(t,n){return arguments.length===1&&(n=t,t="="),t==="+"?this._index+=n:t==="-"?this._index-=n:this._index=n,this}},{key:"rewind",value:function(){return this.seek(0)}},{key:"eof",value:function(){return this.tell()===this.buffer().length}},{key:"write",value:function(t,n,i){return this.seek("+",this.buffer().write(t,this.tell(),n,i))}},{key:"fill",value:function(t,n){return arguments.length===1&&(n=this.buffer().length-this.tell()),this.buffer().fill(t,this.tell(),this.tell()+n),this.seek("+",n),this}},{key:"slice",value:function(t){arguments.length===0&&(t=this.length-this.tell());var n=new this.constructor(this.buffer().slice(this.tell(),this.tell()+t));return this.seek("+",t),n}},{key:"copyFrom",value:function(t){var n=t instanceof y?t:t.buffer();return n.copy(this.buffer(),this.tell(),0,n.length),this.seek("+",n.length),this}},{key:"concat",value:function(t){t.forEach(function(i,a){i instanceof r&&(t[a]=i.buffer())}),t.unshift(this.buffer());var n=y.concat(t);return this._setBuffer(n),this}},{key:"toString",value:function(t,n){arguments.length===0?(t="utf8",n=this.buffer().length-this.tell()):arguments.length===1&&(n=this.buffer().length-this.tell());var i=this.buffer().toString(t,this.tell(),this.tell()+n);return this.seek("+",n),i}},{key:"writeBufferPadded",value:function(t){var n=(0,Bw.calculatePadding)(t.length),i=y.alloc(n);return this.copyFrom(new r(t)).copyFrom(new r(i))}}]),r}();[[1,["readInt8","readUInt8"]],[2,["readInt16BE","readInt16LE","readUInt16BE","readUInt16LE"]],[4,["readInt32BE","readInt32LE","readUInt32BE","readUInt32LE","readFloatBE","readFloatLE"]],[8,["readDoubleBE","readDoubleLE"]]].forEach(function(r){r[1].forEach(function(e){Kn.prototype[e]=function(){var n=this.buffer()[e](this.tell());return this.seek("+",r[0]),n}})}),[[1,["writeInt8","writeUInt8"]],[2,["writeInt16BE","writeInt16LE","writeUInt16BE","writeUInt16LE"]],[4,["writeInt32BE","writeInt32LE","writeUInt32BE","writeUInt32LE","writeFloatBE","writeFloatLE"]],[8,["writeDoubleBE","writeDoubleLE"]]].forEach(function(r){r[1].forEach(function(e){Kn.prototype[e]=function(n){return this.buffer()[e](n,this.tell()),this.seek("+",r[0]),this}})}),rt.Cursor=Kn,Object.defineProperty(M,"__esModule",{value:!0}),M.default=Gw;var Cw=Ta.exports,xo=Fo(Cw),Lw=Sn,jw=Fo(Lw),Po=rt;function Fo(r){return r&&r.__esModule?r:{default:r}}var kw=Math.pow(2,16),qw={toXDR:function(e){var t=new Po.Cursor(kw);this.write(e,t);var n=t.tell();return t.rewind(),t.slice(n).buffer()},fromXDR:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"raw",n=void 0;switch(t){case"raw":n=e;break;case"hex":n=y.from(e,"hex");break;case"base64":n=y.from(e,"base64");break;default:throw new Error("Invalid format "+t+', must be "raw", "hex", "base64"')}var i=new Po.Cursor(n),a=this.read(i);return a},validateXDR:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"raw";try{return this.fromXDR(e,t),!0}catch{return!1}}},Vw={toXDR:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"raw",t=this.constructor.toXDR(this);switch(e){case"raw":return t;case"hex":return t.toString("hex");case"base64":return t.toString("base64");default:throw new Error("Invalid format "+e+', must be "raw", "hex", "base64"')}}};function Gw(r){(0,xo.default)(r,qw),(0,jw.default)(r)&&(0,xo.default)(r.prototype,Vw)}Object.defineProperty(oe,"__esModule",{value:!0}),oe.Int=void 0;var Hw=Zr,Ro=Mo(Hw),Ww=M,zw=Mo(Ww);function Mo(r){return r&&r.__esModule?r:{default:r}}var yr=oe.Int={read:function(e){return e.readInt32BE()},write:function(e,t){if(!(0,Ro.default)(e))throw new Error("XDR Write Error: not a number");if(Math.floor(e)!==e)throw new Error("XDR Write Error: not an integer");t.writeInt32BE(e)},isValid:function(e){return!(0,Ro.default)(e)||Math.floor(e)!==e?!1:e>=yr.MIN_VALUE&&e<=yr.MAX_VALUE}};yr.MAX_VALUE=Math.pow(2,31)-1,yr.MIN_VALUE=-Math.pow(2,31),(0,zw.default)(yr);var pt={};function Xw(r){throw new Error('Could not dynamically require "'+r+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Zn={exports:{}};(function(r){/**
21
+ `)+" "+t[1]:t[0]+e+" "+r.join(", ")+" "+t[1]}function Zt(r){return Array.isArray(r)}function Vr(r){return typeof r=="boolean"}function er(r){return r===null}function Gi(r){return r==null}function Jt(r){return typeof r=="number"}function rr(r){return typeof r=="string"}function Hi(r){return typeof r=="symbol"}function Z(r){return r===void 0}function tr(r){return Oe(r)&&Qt(r)==="[object RegExp]"}function Oe(r){return typeof r=="object"&&r!==null}function Gr(r){return Oe(r)&&Qt(r)==="[object Date]"}function nr(r){return Oe(r)&&(Qt(r)==="[object Error]"||r instanceof Error)}function ir(r){return typeof r=="function"}function Wi(r){return r===null||typeof r=="boolean"||typeof r=="number"||typeof r=="string"||typeof r=="symbol"||typeof r>"u"}function Xi(r){return y.isBuffer(r)}function Qt(r){return Object.prototype.toString.call(r)}function en(r){return r<10?"0"+r.toString(10):r.toString(10)}var Yf=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Kf(){var r=new Date,e=[en(r.getHours()),en(r.getMinutes()),en(r.getSeconds())].join(":");return[r.getDate(),Yf[r.getMonth()],e].join(" ")}function zi(){console.log("%s - %s",Kf(),jr.apply(null,arguments))}function rn(r,e){if(!e||!Oe(e))return r;for(var t=Object.keys(e),n=t.length;n--;)r[t[n]]=e[t[n]];return r}function Yi(r,e){return Object.prototype.hasOwnProperty.call(r,e)}var Zf={inherits:qi,_extend:rn,log:zi,isBuffer:Xi,isPrimitive:Wi,isFunction:ir,isError:nr,isDate:Gr,isObject:Oe,isRegExp:tr,isUndefined:Z,isSymbol:Hi,isString:rr,isNumber:Jt,isNullOrUndefined:Gi,isNull:er,isBoolean:Vr,isArray:Zt,inspect:K,deprecate:Xt,format:jr,debuglog:Vi},Jf=Object.freeze({__proto__:null,format:jr,deprecate:Xt,debuglog:Vi,inspect:K,isArray:Zt,isBoolean:Vr,isNull:er,isNullOrUndefined:Gi,isNumber:Jt,isString:rr,isSymbol:Hi,isUndefined:Z,isRegExp:tr,isObject:Oe,isDate:Gr,isError:nr,isFunction:ir,isPrimitive:Wi,isBuffer:Xi,log:zi,inherits:qi,_extend:rn,default:Zf}),Qf=Ze(Jf),ec=Qf.inspect,tn=typeof Map=="function"&&Map.prototype,nn=Object.getOwnPropertyDescriptor&&tn?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Hr=tn&&nn&&typeof nn.get=="function"?nn.get:null,rc=tn&&Map.prototype.forEach,an=typeof Set=="function"&&Set.prototype,on=Object.getOwnPropertyDescriptor&&an?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Wr=an&&on&&typeof on.get=="function"?on.get:null,tc=an&&Set.prototype.forEach,nc=typeof WeakMap=="function"&&WeakMap.prototype,ar=nc?WeakMap.prototype.has:null,ic=typeof WeakSet=="function"&&WeakSet.prototype,or=ic?WeakSet.prototype.has:null,ac=typeof WeakRef=="function"&&WeakRef.prototype,Ki=ac?WeakRef.prototype.deref:null,oc=Boolean.prototype.valueOf,uc=Object.prototype.toString,sc=Function.prototype.toString,fc=String.prototype.match,un=String.prototype.slice,ye=String.prototype.replace,cc=String.prototype.toUpperCase,Zi=String.prototype.toLowerCase,Ji=RegExp.prototype.test,Qi=Array.prototype.concat,J=Array.prototype.join,lc=Array.prototype.slice,ea=Math.floor,sn=typeof BigInt=="function"?BigInt.prototype.valueOf:null,fn=Object.getOwnPropertySymbols,cn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,je=typeof Symbol=="function"&&typeof Symbol.iterator=="object",k=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===je?"object":"symbol")?Symbol.toStringTag:null,ra=Object.prototype.propertyIsEnumerable,ta=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(r){return r.__proto__}:null);function na(r,e){if(r===1/0||r===-1/0||r!==r||r&&r>-1e3&&r<1e3||Ji.call(/e/,e))return e;var t=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof r=="number"){var n=r<0?-ea(-r):ea(r);if(n!==r){var i=String(n),a=un.call(e,i.length+1);return ye.call(i,t,"$&_")+"."+ye.call(ye.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return ye.call(e,t,"$&_")}var ln=ec,ia=ln.custom,aa=sa(ia)?ia:null,pc=function r(e,t,n,i){var a=t||{};if(de(a,"quoteStyle")&&a.quoteStyle!=="single"&&a.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(de(a,"maxStringLength")&&(typeof a.maxStringLength=="number"?a.maxStringLength<0&&a.maxStringLength!==1/0:a.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var o=de(a,"customInspect")?a.customInspect:!0;if(typeof o!="boolean"&&o!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(de(a,"indent")&&a.indent!==null&&a.indent!==" "&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(de(a,"numericSeparator")&&typeof a.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=a.numericSeparator;if(typeof e>"u")return"undefined";if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="string")return ca(e,a);if(typeof e=="number"){if(e===0)return 1/0/e>0?"0":"-0";var f=String(e);return s?na(e,f):f}if(typeof e=="bigint"){var c=String(e)+"n";return s?na(e,c):c}var l=typeof a.depth>"u"?5:a.depth;if(typeof n>"u"&&(n=0),n>=l&&l>0&&typeof e=="object")return pn(e)?"[Array]":"[Object]";var u=xc(a,n);if(typeof i>"u")i=[];else if(fa(i,e)>=0)return"[Circular]";function p(re,_e,ce){if(_e&&(i=lc.call(i),i.push(_e)),ce){var Ir={depth:a.depth};return de(a,"quoteStyle")&&(Ir.quoteStyle=a.quoteStyle),r(re,Ir,n+1,i)}return r(re,a,n+1,i)}if(typeof e=="function"&&!ua(e)){var d=bc(e),g=Xr(e,p);return"[Function"+(d?": "+d:" (anonymous)")+"]"+(g.length>0?" { "+J.call(g,", ")+" }":"")}if(sa(e)){var b=je?ye.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):cn.call(e);return typeof e=="object"&&!je?ur(b):b}if(Tc(e)){for(var E="<"+Zi.call(String(e.nodeName)),w=e.attributes||[],S=0;S<w.length;S++)E+=" "+w[S].name+"="+oa(hc(w[S].value),"double",a);return E+=">",e.childNodes&&e.childNodes.length&&(E+="..."),E+="</"+Zi.call(String(e.nodeName))+">",E}if(pn(e)){if(e.length===0)return"[]";var h=Xr(e,p);return u&&!Ic(h)?"["+yn(h,u)+"]":"[ "+J.call(h,", ")+" ]"}if(dc(e)){var O=Xr(e,p);return!("cause"in Error.prototype)&&"cause"in e&&!ra.call(e,"cause")?"{ ["+String(e)+"] "+J.call(Qi.call("[cause]: "+p(e.cause),O),", ")+" }":O.length===0?"["+String(e)+"]":"{ ["+String(e)+"] "+J.call(O,", ")+" }"}if(typeof e=="object"&&o){if(aa&&typeof e[aa]=="function"&&ln)return ln(e,{depth:l-n});if(o!=="symbol"&&typeof e.inspect=="function")return e.inspect()}if($c(e)){var I=[];return rc.call(e,function(re,_e){I.push(p(_e,e,!0)+" => "+p(re,e))}),la("Map",Hr.call(e),I,u)}if(Oc(e)){var R=[];return tc.call(e,function(re){R.push(p(re,e))}),la("Set",Wr.call(e),R,u)}if(Ec(e))return hn("WeakMap");if(Sc(e))return hn("WeakSet");if(Ac(e))return hn("WeakRef");if(gc(e))return ur(p(Number(e)));if(mc(e))return ur(p(sn.call(e)));if(_c(e))return ur(oc.call(e));if(vc(e))return ur(p(String(e)));if(!yc(e)&&!ua(e)){var m=Xr(e,p),v=ta?ta(e)===Object.prototype:e instanceof Object||e.constructor===Object,_=e instanceof Object?"":"null prototype",$=!v&&k&&Object(e)===e&&k in e?un.call(ve(e),8,-1):_?"Object":"",A=v||typeof e.constructor!="function"?"":e.constructor.name?e.constructor.name+" ":"",L=A+($||_?"["+J.call(Qi.call([],$||[],_||[]),": ")+"] ":"");return m.length===0?L+"{}":u?L+"{"+yn(m,u)+"}":L+"{ "+J.call(m,", ")+" }"}return String(e)};function oa(r,e,t){var n=(t.quoteStyle||e)==="double"?'"':"'";return n+r+n}function hc(r){return ye.call(String(r),/"/g,"&quot;")}function pn(r){return ve(r)==="[object Array]"&&(!k||!(typeof r=="object"&&k in r))}function yc(r){return ve(r)==="[object Date]"&&(!k||!(typeof r=="object"&&k in r))}function ua(r){return ve(r)==="[object RegExp]"&&(!k||!(typeof r=="object"&&k in r))}function dc(r){return ve(r)==="[object Error]"&&(!k||!(typeof r=="object"&&k in r))}function vc(r){return ve(r)==="[object String]"&&(!k||!(typeof r=="object"&&k in r))}function gc(r){return ve(r)==="[object Number]"&&(!k||!(typeof r=="object"&&k in r))}function _c(r){return ve(r)==="[object Boolean]"&&(!k||!(typeof r=="object"&&k in r))}function sa(r){if(je)return r&&typeof r=="object"&&r instanceof Symbol;if(typeof r=="symbol")return!0;if(!r||typeof r!="object"||!cn)return!1;try{return cn.call(r),!0}catch{}return!1}function mc(r){if(!r||typeof r!="object"||!sn)return!1;try{return sn.call(r),!0}catch{}return!1}var wc=Object.prototype.hasOwnProperty||function(r){return r in this};function de(r,e){return wc.call(r,e)}function ve(r){return uc.call(r)}function bc(r){if(r.name)return r.name;var e=fc.call(sc.call(r),/^function\s*([\w$]+)/);return e?e[1]:null}function fa(r,e){if(r.indexOf)return r.indexOf(e);for(var t=0,n=r.length;t<n;t++)if(r[t]===e)return t;return-1}function $c(r){if(!Hr||!r||typeof r!="object")return!1;try{Hr.call(r);try{Wr.call(r)}catch{return!0}return r instanceof Map}catch{}return!1}function Ec(r){if(!ar||!r||typeof r!="object")return!1;try{ar.call(r,ar);try{or.call(r,or)}catch{return!0}return r instanceof WeakMap}catch{}return!1}function Ac(r){if(!Ki||!r||typeof r!="object")return!1;try{return Ki.call(r),!0}catch{}return!1}function Oc(r){if(!Wr||!r||typeof r!="object")return!1;try{Wr.call(r);try{Hr.call(r)}catch{return!0}return r instanceof Set}catch{}return!1}function Sc(r){if(!or||!r||typeof r!="object")return!1;try{or.call(r,or);try{ar.call(r,ar)}catch{return!0}return r instanceof WeakSet}catch{}return!1}function Tc(r){return!r||typeof r!="object"?!1:typeof HTMLElement<"u"&&r instanceof HTMLElement?!0:typeof r.nodeName=="string"&&typeof r.getAttribute=="function"}function ca(r,e){if(r.length>e.maxStringLength){var t=r.length-e.maxStringLength,n="... "+t+" more character"+(t>1?"s":"");return ca(un.call(r,0,e.maxStringLength),e)+n}var i=ye.call(ye.call(r,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Pc);return oa(i,"single",e)}function Pc(r){var e=r.charCodeAt(0),t={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return t?"\\"+t:"\\x"+(e<16?"0":"")+cc.call(e.toString(16))}function ur(r){return"Object("+r+")"}function hn(r){return r+" { ? }"}function la(r,e,t,n){var i=n?yn(t,n):J.call(t,", ");return r+" ("+e+") {"+i+"}"}function Ic(r){for(var e=0;e<r.length;e++)if(fa(r[e],`
22
+ `)>=0)return!1;return!0}function xc(r,e){var t;if(r.indent===" ")t=" ";else if(typeof r.indent=="number"&&r.indent>0)t=J.call(Array(r.indent+1)," ");else return null;return{base:t,prev:J.call(Array(e+1),t)}}function yn(r,e){if(r.length===0)return"";var t=`
23
+ `+e.prev+e.base;return t+J.call(r,","+t)+`
24
+ `+e.prev}function Xr(r,e){var t=pn(r),n=[];if(t){n.length=r.length;for(var i=0;i<r.length;i++)n[i]=de(r,i)?e(r[i],r):""}var a=typeof fn=="function"?fn(r):[],o;if(je){o={};for(var s=0;s<a.length;s++)o["$"+a[s]]=a[s]}for(var f in r)!de(r,f)||t&&String(Number(f))===f&&f<r.length||je&&o["$"+f]instanceof Symbol||(Ji.call(/[^\w$]/,f)?n.push(e(f,r)+": "+e(r[f],r)):n.push(f+": "+e(r[f],r)));if(typeof fn=="function")for(var c=0;c<a.length;c++)ra.call(r,a[c])&&n.push("["+e(a[c])+"]: "+e(r[a[c]],r));return n}var dn=kt,ke=Bs,Fc=pc,Rc=dn("%TypeError%"),zr=dn("%WeakMap%",!0),Yr=dn("%Map%",!0),Mc=ke("WeakMap.prototype.get",!0),Dc=ke("WeakMap.prototype.set",!0),Nc=ke("WeakMap.prototype.has",!0),Bc=ke("Map.prototype.get",!0),Uc=ke("Map.prototype.set",!0),Cc=ke("Map.prototype.has",!0),vn=function(r,e){for(var t=r,n;(n=t.next)!==null;t=n)if(n.key===e)return t.next=n.next,n.next=r.next,r.next=n,n},Lc=function(r,e){var t=vn(r,e);return t&&t.value},jc=function(r,e,t){var n=vn(r,e);n?n.value=t:r.next={key:e,next:r.next,value:t}},kc=function(r,e){return!!vn(r,e)},qc=function(){var e,t,n,i={assert:function(a){if(!i.has(a))throw new Rc("Side channel does not contain "+Fc(a))},get:function(a){if(zr&&a&&(typeof a=="object"||typeof a=="function")){if(e)return Mc(e,a)}else if(Yr){if(t)return Bc(t,a)}else if(n)return Lc(n,a)},has:function(a){if(zr&&a&&(typeof a=="object"||typeof a=="function")){if(e)return Nc(e,a)}else if(Yr){if(t)return Cc(t,a)}else if(n)return kc(n,a);return!1},set:function(a,o){zr&&a&&(typeof a=="object"||typeof a=="function")?(e||(e=new zr),Dc(e,a,o)):Yr?(t||(t=new Yr),Uc(t,a,o)):(n||(n={key:{},next:null}),jc(n,a,o))}};return i},Vc=String.prototype.replace,Gc=/%20/g,gn={RFC1738:"RFC1738",RFC3986:"RFC3986"},_n={default:gn.RFC3986,formatters:{RFC1738:function(r){return Vc.call(r,Gc,"+")},RFC3986:function(r){return String(r)}},RFC1738:gn.RFC1738,RFC3986:gn.RFC3986},Hc=_n,mn=Object.prototype.hasOwnProperty,Se=Array.isArray,Q=function(){for(var r=[],e=0;e<256;++e)r.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return r}(),Wc=function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(Se(n)){for(var i=[],a=0;a<n.length;++a)typeof n[a]<"u"&&i.push(n[a]);t.obj[t.prop]=i}}},pa=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},i=0;i<e.length;++i)typeof e[i]<"u"&&(n[i]=e[i]);return n},Xc=function r(e,t,n){if(!t)return e;if(typeof t!="object"){if(Se(e))e.push(t);else if(e&&typeof e=="object")(n&&(n.plainObjects||n.allowPrototypes)||!mn.call(Object.prototype,t))&&(e[t]=!0);else return[e,t];return e}if(!e||typeof e!="object")return[e].concat(t);var i=e;return Se(e)&&!Se(t)&&(i=pa(e,n)),Se(e)&&Se(t)?(t.forEach(function(a,o){if(mn.call(e,o)){var s=e[o];s&&typeof s=="object"&&a&&typeof a=="object"?e[o]=r(s,a,n):e.push(a)}else e[o]=a}),e):Object.keys(t).reduce(function(a,o){var s=t[o];return mn.call(a,o)?a[o]=r(a[o],s,n):a[o]=s,a},i)},zc=function(e,t){return Object.keys(t).reduce(function(n,i){return n[i]=t[i],n},e)},Yc=function(r,e,t){var n=r.replace(/\+/g," ");if(t==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Kc=function(e,t,n,i,a){if(e.length===0)return e;var o=e;if(typeof e=="symbol"?o=Symbol.prototype.toString.call(e):typeof e!="string"&&(o=String(e)),n==="iso-8859-1")return escape(o).replace(/%u[0-9a-f]{4}/gi,function(l){return"%26%23"+parseInt(l.slice(2),16)+"%3B"});for(var s="",f=0;f<o.length;++f){var c=o.charCodeAt(f);if(c===45||c===46||c===95||c===126||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||a===Hc.RFC1738&&(c===40||c===41)){s+=o.charAt(f);continue}if(c<128){s=s+Q[c];continue}if(c<2048){s=s+(Q[192|c>>6]+Q[128|c&63]);continue}if(c<55296||c>=57344){s=s+(Q[224|c>>12]+Q[128|c>>6&63]+Q[128|c&63]);continue}f+=1,c=65536+((c&1023)<<10|o.charCodeAt(f)&1023),s+=Q[240|c>>18]+Q[128|c>>12&63]+Q[128|c>>6&63]+Q[128|c&63]}return s},Zc=function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],i=0;i<t.length;++i)for(var a=t[i],o=a.obj[a.prop],s=Object.keys(o),f=0;f<s.length;++f){var c=s[f],l=o[c];typeof l=="object"&&l!==null&&n.indexOf(l)===-1&&(t.push({obj:o,prop:c}),n.push(l))}return Wc(t),e},Jc=function(e){return Object.prototype.toString.call(e)==="[object RegExp]"},Qc=function(e){return!e||typeof e!="object"?!1:!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},el=function(e,t){return[].concat(e,t)},rl=function(e,t){if(Se(e)){for(var n=[],i=0;i<e.length;i+=1)n.push(t(e[i]));return n}return t(e)},ha={arrayToObject:pa,assign:zc,combine:el,compact:Zc,decode:Yc,encode:Kc,isBuffer:Qc,isRegExp:Jc,maybeMap:rl,merge:Xc},ya=qc,wn=ha,sr=_n,tl=Object.prototype.hasOwnProperty,da={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},ae=Array.isArray,nl=String.prototype.split,il=Array.prototype.push,va=function(r,e){il.apply(r,ae(e)?e:[e])},al=Date.prototype.toISOString,ga=sr.default,U={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:wn.encode,encodeValuesOnly:!1,format:ga,formatter:sr.formatters[ga],indices:!1,serializeDate:function(e){return al.call(e)},skipNulls:!1,strictNullHandling:!1},ol=function(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"||typeof e=="symbol"||typeof e=="bigint"},bn={},ul=function r(e,t,n,i,a,o,s,f,c,l,u,p,d,g,b,E){for(var w=e,S=E,h=0,O=!1;(S=S.get(bn))!==void 0&&!O;){var I=S.get(e);if(h+=1,typeof I<"u"){if(I===h)throw new RangeError("Cyclic object value");O=!0}typeof S.get(bn)>"u"&&(h=0)}if(typeof f=="function"?w=f(t,w):w instanceof Date?w=u(w):n==="comma"&&ae(w)&&(w=wn.maybeMap(w,function(si){return si instanceof Date?u(si):si})),w===null){if(a)return s&&!g?s(t,U.encoder,b,"key",p):t;w=""}if(ol(w)||wn.isBuffer(w)){if(s){var R=g?t:s(t,U.encoder,b,"key",p);if(n==="comma"&&g){for(var m=nl.call(String(w),","),v="",_=0;_<m.length;++_)v+=(_===0?"":",")+d(s(m[_],U.encoder,b,"value",p));return[d(R)+(i&&ae(w)&&m.length===1?"[]":"")+"="+v]}return[d(R)+"="+d(s(w,U.encoder,b,"value",p))]}return[d(t)+"="+d(String(w))]}var $=[];if(typeof w>"u")return $;var A;if(n==="comma"&&ae(w))A=[{value:w.length>0?w.join(",")||null:void 0}];else if(ae(f))A=f;else{var L=Object.keys(w);A=c?L.sort(c):L}for(var re=i&&ae(w)&&w.length===1?t+"[]":t,_e=0;_e<A.length;++_e){var ce=A[_e],Ir=typeof ce=="object"&&typeof ce.value<"u"?ce.value:w[ce];if(!(o&&Ir===null)){var k2=ae(w)?typeof n=="function"?n(re,ce):re:re+(l?"."+ce:"["+ce+"]");E.set(e,h);var ns=ya();ns.set(bn,E),va($,r(Ir,k2,n,i,a,o,s,f,c,l,u,p,d,g,b,ns))}}return $},sl=function(e){if(!e)return U;if(e.encoder!==null&&typeof e.encoder<"u"&&typeof e.encoder!="function")throw new TypeError("Encoder has to be a function.");var t=e.charset||U.charset;if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=sr.default;if(typeof e.format<"u"){if(!tl.call(sr.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var i=sr.formatters[n],a=U.filter;return(typeof e.filter=="function"||ae(e.filter))&&(a=e.filter),{addQueryPrefix:typeof e.addQueryPrefix=="boolean"?e.addQueryPrefix:U.addQueryPrefix,allowDots:typeof e.allowDots>"u"?U.allowDots:!!e.allowDots,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:U.charsetSentinel,delimiter:typeof e.delimiter>"u"?U.delimiter:e.delimiter,encode:typeof e.encode=="boolean"?e.encode:U.encode,encoder:typeof e.encoder=="function"?e.encoder:U.encoder,encodeValuesOnly:typeof e.encodeValuesOnly=="boolean"?e.encodeValuesOnly:U.encodeValuesOnly,filter:a,format:n,formatter:i,serializeDate:typeof e.serializeDate=="function"?e.serializeDate:U.serializeDate,skipNulls:typeof e.skipNulls=="boolean"?e.skipNulls:U.skipNulls,sort:typeof e.sort=="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:U.strictNullHandling}},fl=function(r,e){var t=r,n=sl(e),i,a;typeof n.filter=="function"?(a=n.filter,t=a("",t)):ae(n.filter)&&(a=n.filter,i=a);var o=[];if(typeof t!="object"||t===null)return"";var s;e&&e.arrayFormat in da?s=e.arrayFormat:e&&"indices"in e?s=e.indices?"indices":"repeat":s="indices";var f=da[s];if(e&&"commaRoundTrip"in e&&typeof e.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var c=f==="comma"&&e&&e.commaRoundTrip;i||(i=Object.keys(t)),n.sort&&i.sort(n.sort);for(var l=ya(),u=0;u<i.length;++u){var p=i[u];n.skipNulls&&t[p]===null||va(o,ul(t[p],p,f,c,n.strictNullHandling,n.skipNulls,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,l))}var d=o.join(n.delimiter),g=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),d.length>0?g+d:""},qe=ha,$n=Object.prototype.hasOwnProperty,cl=Array.isArray,B={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:qe.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},ll=function(r){return r.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},_a=function(r,e){return r&&typeof r=="string"&&e.comma&&r.indexOf(",")>-1?r.split(","):r},pl="utf8=%26%2310003%3B",hl="utf8=%E2%9C%93",yl=function(e,t){var n={},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,a=t.parameterLimit===1/0?void 0:t.parameterLimit,o=i.split(t.delimiter,a),s=-1,f,c=t.charset;if(t.charsetSentinel)for(f=0;f<o.length;++f)o[f].indexOf("utf8=")===0&&(o[f]===hl?c="utf-8":o[f]===pl&&(c="iso-8859-1"),s=f,f=o.length);for(f=0;f<o.length;++f)if(f!==s){var l=o[f],u=l.indexOf("]="),p=u===-1?l.indexOf("="):u+1,d,g;p===-1?(d=t.decoder(l,B.decoder,c,"key"),g=t.strictNullHandling?null:""):(d=t.decoder(l.slice(0,p),B.decoder,c,"key"),g=qe.maybeMap(_a(l.slice(p+1),t),function(b){return t.decoder(b,B.decoder,c,"value")})),g&&t.interpretNumericEntities&&c==="iso-8859-1"&&(g=ll(g)),l.indexOf("[]=")>-1&&(g=cl(g)?[g]:g),$n.call(n,d)?n[d]=qe.combine(n[d],g):n[d]=g}return n},dl=function(r,e,t,n){for(var i=n?e:_a(e,t),a=r.length-1;a>=0;--a){var o,s=r[a];if(s==="[]"&&t.parseArrays)o=[].concat(i);else{o=t.plainObjects?Object.create(null):{};var f=s.charAt(0)==="["&&s.charAt(s.length-1)==="]"?s.slice(1,-1):s,c=parseInt(f,10);!t.parseArrays&&f===""?o={0:i}:!isNaN(c)&&s!==f&&String(c)===f&&c>=0&&t.parseArrays&&c<=t.arrayLimit?(o=[],o[c]=i):f!=="__proto__"&&(o[f]=i)}i=o}return i},vl=function(e,t,n,i){if(!!e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/,s=/(\[[^[\]]*])/g,f=n.depth>0&&o.exec(a),c=f?a.slice(0,f.index):a,l=[];if(c){if(!n.plainObjects&&$n.call(Object.prototype,c)&&!n.allowPrototypes)return;l.push(c)}for(var u=0;n.depth>0&&(f=s.exec(a))!==null&&u<n.depth;){if(u+=1,!n.plainObjects&&$n.call(Object.prototype,f[1].slice(1,-1))&&!n.allowPrototypes)return;l.push(f[1])}return f&&l.push("["+a.slice(f.index)+"]"),dl(l,t,n,i)}},gl=function(e){if(!e)return B;if(e.decoder!==null&&e.decoder!==void 0&&typeof e.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof e.charset<"u"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=typeof e.charset>"u"?B.charset:e.charset;return{allowDots:typeof e.allowDots>"u"?B.allowDots:!!e.allowDots,allowPrototypes:typeof e.allowPrototypes=="boolean"?e.allowPrototypes:B.allowPrototypes,allowSparse:typeof e.allowSparse=="boolean"?e.allowSparse:B.allowSparse,arrayLimit:typeof e.arrayLimit=="number"?e.arrayLimit:B.arrayLimit,charset:t,charsetSentinel:typeof e.charsetSentinel=="boolean"?e.charsetSentinel:B.charsetSentinel,comma:typeof e.comma=="boolean"?e.comma:B.comma,decoder:typeof e.decoder=="function"?e.decoder:B.decoder,delimiter:typeof e.delimiter=="string"||qe.isRegExp(e.delimiter)?e.delimiter:B.delimiter,depth:typeof e.depth=="number"||e.depth===!1?+e.depth:B.depth,ignoreQueryPrefix:e.ignoreQueryPrefix===!0,interpretNumericEntities:typeof e.interpretNumericEntities=="boolean"?e.interpretNumericEntities:B.interpretNumericEntities,parameterLimit:typeof e.parameterLimit=="number"?e.parameterLimit:B.parameterLimit,parseArrays:e.parseArrays!==!1,plainObjects:typeof e.plainObjects=="boolean"?e.plainObjects:B.plainObjects,strictNullHandling:typeof e.strictNullHandling=="boolean"?e.strictNullHandling:B.strictNullHandling}},_l=function(r,e){var t=gl(e);if(r===""||r===null||typeof r>"u")return t.plainObjects?Object.create(null):{};for(var n=typeof r=="string"?yl(r,t):r,i=t.plainObjects?Object.create(null):{},a=Object.keys(n),o=0;o<a.length;++o){var s=a[o],f=vl(s,n[s],t,typeof r=="string");i=qe.merge(i,f,t)}return t.allowSparse===!0?i:qe.compact(i)},ml=fl,wl=_l,bl=_n,$l={formats:bl,parse:wl,stringify:ml};let ma={storeIdentifier:"",environment:"prod"};function El(r){ma=r}function oe(){return ma}const Al=r=>r==="stage"?"https://api.stage.rechargeapps.com":"https://api.rechargeapps.com",En=r=>r==="stage"?"https://admin.stage.rechargeapps.com":"https://admin.rechargeapps.com",Ol=r=>r==="stage"?"https://static.stage.rechargecdn.com":"https://static.rechargecdn.com",Sl="/tools/recurring";class An{constructor(e,t){this.name="RechargeRequestError",this.message=e,this.status=t}}var Tl=Object.defineProperty,Pl=Object.defineProperties,Il=Object.getOwnPropertyDescriptors,wa=Object.getOwnPropertySymbols,xl=Object.prototype.hasOwnProperty,Fl=Object.prototype.propertyIsEnumerable,ba=(r,e,t)=>e in r?Tl(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,Kr=(r,e)=>{for(var t in e||(e={}))xl.call(e,t)&&ba(r,t,e[t]);if(wa)for(var t of wa(e))Fl.call(e,t)&&ba(r,t,e[t]);return r},Rl=(r,e)=>Pl(r,Il(e));function Ml(r){return $l.stringify(r,{encode:!1,indices:!1,arrayFormat:"comma"})}async function Zr(r,e,t={}){const n=oe();return H(r,`${Ol(n.environment)}/store/${n.storeIdentifier}${e}`,t)}async function T(r,e,{id:t,query:n,data:i,headers:a}={},o){const{environment:s,storeIdentifier:f,loginRetryFn:c}=oe(),l=o.apiToken,u=Al(s),p=Kr({"X-Recharge-Access-Token":l,"X-Recharge-Version":"2021-11"},a||{}),d=Kr({shop_url:f},n);try{return await H(r,`${u}${e}`,{id:t,query:d,data:i,headers:p})}catch(g){if(c&&g instanceof An&&g.status===401)return c().then(b=>{if(b)return H(r,`${u}${e}`,{id:t,query:d,data:i,headers:Rl(Kr({},p),{"X-Recharge-Access-Token":b.apiToken})});throw g});throw g}}async function fr(r,e,t={}){return H(r,`${Sl}${e}`,t)}async function H(r,e,{id:t,query:n,data:i,headers:a}={}){let o=e.trim();if(t&&(o=[o,`${t}`.trim()].join("/")),n){let u;[o,u]=o.split("?");const p=[u,Ml(n)].join("&").replace(/^&/,"");o=`${o}${p?`?${p}`:""}`}let s;i&&r!=="get"&&(s=JSON.stringify(i));const f=Kr({Accept:"application/json","Content-Type":"application/json","X-Recharge-App":"storefront-client"},a||{}),c=await fetch(o,{method:r,headers:f,body:s,mode:"cors"});let l;try{l=await c.json()}catch{}if(!c.ok)throw l&&l.error?new An(l.error,c.status):new An("A connection error occurred while making the request");return l}function Dl(r,e){return T("get","/addresses",{query:e},r)}async function Nl(r,e,t){const{address:n}=await T("get","/addresses",{id:e,query:{include:t?.include}},r);return n}async function Bl(r,e){const{address:t}=await T("post","/addresses",{data:e},r);return t}async function On(r,e,t){const{address:n}=await T("put","/addresses",{id:e,data:t},r);return n}async function Ul(r,e,t){return On(r,e,{discounts:[{code:t}]})}async function Cl(r,e){return On(r,e,{discounts:[]})}function Ll(r,e){return T("delete","/addresses",{id:e},r)}async function jl(r,e){const{address:t}=await T("post","/addresses/merge",{data:e},r);return t}async function kl(r,e,t){const{charge:n}=await T("post",`/addresses/${e}/charges/skip`,{data:t},r);return n}var ql=Object.freeze({__proto__:null,listAddresses:Dl,getAddress:Nl,createAddress:Bl,updateAddress:On,applyDiscountToAddress:Ul,removeDiscountsFromAddress:Cl,deleteAddress:Ll,mergeAddresses:jl,skipFutureCharge:kl});async function Vl(){const{storefrontAccessToken:r}=oe(),e={};r&&(e["X-Recharge-Storefront-Access-Token"]=r);const t=await fr("get","/access",{headers:e});return{apiToken:t.api_token,customerId:t.customer_id}}async function Gl(r,e){const{environment:t,storeIdentifier:n}=oe(),i=En(t),a=await H("post",`${i}/shopify_storefront_access`,{data:{customer_token:e,storefront_token:r,shop_url:n}});return a.api_token?{apiToken:a.api_token,customerId:a.customer_id}:null}async function Hl(r){const{environment:e,storefrontAccessToken:t,storeIdentifier:n}=oe(),i=En(e),a={};t&&(a["X-Recharge-Storefront-Access-Token"]=t);const o=await H("post",`${i}/attempt_login`,{data:{email:r,shop:n},headers:a});if(o.errors)throw new Error(o.errors);return o.session_token}async function Wl(r){const{storefrontAccessToken:e,storeIdentifier:t}=oe(),n={};e&&(n["X-Recharge-Storefront-Access-Token"]=e);const i=await fr("post","/attempt_login",{data:{email:r,shop:t},headers:n});if(i.errors)throw new Error(i.errors);return i.session_token}async function Xl(r,e,t){const{environment:n,storefrontAccessToken:i,storeIdentifier:a}=oe(),o=En(n),s={};i&&(s["X-Recharge-Storefront-Access-Token"]=i);const f=await H("post",`${o}/validate_login`,{data:{code:t,email:r,session_token:e,shop:a},headers:s});if(f.errors)throw new Error(f.errors);return{apiToken:f.api_token,customerId:f.customer_id}}async function zl(r,e,t){const{storefrontAccessToken:n,storeIdentifier:i}=oe(),a={};n&&(a["X-Recharge-Storefront-Access-Token"]=n);const o=await fr("post","/validate_login",{data:{code:t,email:r,session_token:e,shop:i},headers:a});if(o.errors)throw new Error(o.errors);return{apiToken:o.api_token,customerId:o.customer_id}}var Yl=Object.freeze({__proto__:null,loginShopifyAppProxy:Vl,loginShopifyApi:Gl,sendPasswordlessCode:Hl,sendPasswordlessCodeAppProxy:Wl,validatePasswordlessCode:Xl,validatePasswordlessCodeAppProxy:zl}),$a={},Sn={},ue={},Kl=typeof te=="object"&&te&&te.Object===Object&&te,Ea=Kl,Zl=Ea,Jl=typeof self=="object"&&self&&self.Object===Object&&self,Ql=Zl||Jl||Function("return this")(),ee=Ql,ep=ee,rp=ep.Symbol,Ve=rp,Aa=Ve,Oa=Object.prototype,tp=Oa.hasOwnProperty,np=Oa.toString,cr=Aa?Aa.toStringTag:void 0;function ip(r){var e=tp.call(r,cr),t=r[cr];try{r[cr]=void 0;var n=!0}catch{}var i=np.call(r);return n&&(e?r[cr]=t:delete r[cr]),i}var ap=ip,op=Object.prototype,up=op.toString;function sp(r){return up.call(r)}var fp=sp,Sa=Ve,cp=ap,lp=fp,pp="[object Null]",hp="[object Undefined]",Ta=Sa?Sa.toStringTag:void 0;function yp(r){return r==null?r===void 0?hp:pp:Ta&&Ta in Object(r)?cp(r):lp(r)}var se=yp;function dp(r){return r!=null&&typeof r=="object"}var W=dp,vp=se,gp=W,_p="[object Number]";function mp(r){return typeof r=="number"||gp(r)&&vp(r)==_p}var Jr=mp,M={},Pa={exports:{}};function wp(r){var e=typeof r;return r!=null&&(e=="object"||e=="function")}var ge=wp,bp=se,$p=ge,Ep="[object AsyncFunction]",Ap="[object Function]",Op="[object GeneratorFunction]",Sp="[object Proxy]";function Tp(r){if(!$p(r))return!1;var e=bp(r);return e==Ap||e==Op||e==Ep||e==Sp}var Tn=Tp,Pp=ee,Ip=Pp["__core-js_shared__"],xp=Ip,Pn=xp,Ia=function(){var r=/[^.]+$/.exec(Pn&&Pn.keys&&Pn.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}();function Fp(r){return!!Ia&&Ia in r}var Rp=Fp,Mp=Function.prototype,Dp=Mp.toString;function Np(r){if(r!=null){try{return Dp.call(r)}catch{}try{return r+""}catch{}}return""}var xa=Np,Bp=Tn,Up=Rp,Cp=ge,Lp=xa,jp=/[\\^$.*+?()[\]{}|]/g,kp=/^\[object .+?Constructor\]$/,qp=Function.prototype,Vp=Object.prototype,Gp=qp.toString,Hp=Vp.hasOwnProperty,Wp=RegExp("^"+Gp.call(Hp).replace(jp,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Xp(r){if(!Cp(r)||Up(r))return!1;var e=Bp(r)?Wp:kp;return e.test(Lp(r))}var zp=Xp;function Yp(r,e){return r?.[e]}var Kp=Yp,Zp=zp,Jp=Kp;function Qp(r,e){var t=Jp(r,e);return Zp(t)?t:void 0}var Te=Qp,eh=Te,rh=function(){try{var r=eh(Object,"defineProperty");return r({},"",{}),r}catch{}}(),Fa=rh,Ra=Fa;function th(r,e,t){e=="__proto__"&&Ra?Ra(r,e,{configurable:!0,enumerable:!0,value:t,writable:!0}):r[e]=t}var Ma=th;function nh(r,e){return r===e||r!==r&&e!==e}var Qr=nh,ih=Ma,ah=Qr,oh=Object.prototype,uh=oh.hasOwnProperty;function sh(r,e,t){var n=r[e];(!(uh.call(r,e)&&ah(n,t))||t===void 0&&!(e in r))&&ih(r,e,t)}var Da=sh,fh=Da,ch=Ma;function lh(r,e,t,n){var i=!t;t||(t={});for(var a=-1,o=e.length;++a<o;){var s=e[a],f=n?n(t[s],r[s],s,t,r):void 0;f===void 0&&(f=r[s]),i?ch(t,s,f):fh(t,s,f)}return t}var Ge=lh;function ph(r){return r}var et=ph;function hh(r,e,t){switch(t.length){case 0:return r.call(e);case 1:return r.call(e,t[0]);case 2:return r.call(e,t[0],t[1]);case 3:return r.call(e,t[0],t[1],t[2])}return r.apply(e,t)}var yh=hh,dh=yh,Na=Math.max;function vh(r,e,t){return e=Na(e===void 0?r.length-1:e,0),function(){for(var n=arguments,i=-1,a=Na(n.length-e,0),o=Array(a);++i<a;)o[i]=n[e+i];i=-1;for(var s=Array(e+1);++i<e;)s[i]=n[i];return s[e]=t(o),dh(r,this,s)}}var Ba=vh;function gh(r){return function(){return r}}var _h=gh,mh=_h,Ua=Fa,wh=et,bh=Ua?function(r,e){return Ua(r,"toString",{configurable:!0,enumerable:!1,value:mh(e),writable:!0})}:wh,$h=bh,Eh=800,Ah=16,Oh=Date.now;function Sh(r){var e=0,t=0;return function(){var n=Oh(),i=Ah-(n-t);if(t=n,i>0){if(++e>=Eh)return arguments[0]}else e=0;return r.apply(void 0,arguments)}}var Th=Sh,Ph=$h,Ih=Th,xh=Ih(Ph),Ca=xh,Fh=et,Rh=Ba,Mh=Ca;function Dh(r,e){return Mh(Rh(r,e,Fh),r+"")}var Nh=Dh,Bh=9007199254740991;function Uh(r){return typeof r=="number"&&r>-1&&r%1==0&&r<=Bh}var In=Uh,Ch=Tn,Lh=In;function jh(r){return r!=null&&Lh(r.length)&&!Ch(r)}var lr=jh,kh=9007199254740991,qh=/^(?:0|[1-9]\d*)$/;function Vh(r,e){var t=typeof r;return e=e??kh,!!e&&(t=="number"||t!="symbol"&&qh.test(r))&&r>-1&&r%1==0&&r<e}var xn=Vh,Gh=Qr,Hh=lr,Wh=xn,Xh=ge;function zh(r,e,t){if(!Xh(t))return!1;var n=typeof e;return(n=="number"?Hh(t)&&Wh(e,t.length):n=="string"&&e in t)?Gh(t[e],r):!1}var La=zh,Yh=Nh,Kh=La;function Zh(r){return Yh(function(e,t){var n=-1,i=t.length,a=i>1?t[i-1]:void 0,o=i>2?t[2]:void 0;for(a=r.length>3&&typeof a=="function"?(i--,a):void 0,o&&Kh(t[0],t[1],o)&&(a=i<3?void 0:a,i=1),e=Object(e);++n<i;){var s=t[n];s&&r(e,s,n,a)}return e})}var Jh=Zh;function Qh(r,e){for(var t=-1,n=Array(r);++t<r;)n[t]=e(t);return n}var ja=Qh,ey=se,ry=W,ty="[object Arguments]";function ny(r){return ry(r)&&ey(r)==ty}var iy=ny,ka=iy,ay=W,qa=Object.prototype,oy=qa.hasOwnProperty,uy=qa.propertyIsEnumerable,sy=ka(function(){return arguments}())?ka:function(r){return ay(r)&&oy.call(r,"callee")&&!uy.call(r,"callee")},Fn=sy,fy=Array.isArray,C=fy,pr={exports:{}};function cy(){return!1}var ly=cy;(function(r,e){var t=ee,n=ly,i=e&&!e.nodeType&&e,a=i&&!0&&r&&!r.nodeType&&r,o=a&&a.exports===i,s=o?t.Buffer:void 0,f=s?s.isBuffer:void 0,c=f||n;r.exports=c})(pr,pr.exports);var py=se,hy=In,yy=W,dy="[object Arguments]",vy="[object Array]",gy="[object Boolean]",_y="[object Date]",my="[object Error]",wy="[object Function]",by="[object Map]",$y="[object Number]",Ey="[object Object]",Ay="[object RegExp]",Oy="[object Set]",Sy="[object String]",Ty="[object WeakMap]",Py="[object ArrayBuffer]",Iy="[object DataView]",xy="[object Float32Array]",Fy="[object Float64Array]",Ry="[object Int8Array]",My="[object Int16Array]",Dy="[object Int32Array]",Ny="[object Uint8Array]",By="[object Uint8ClampedArray]",Uy="[object Uint16Array]",Cy="[object Uint32Array]",F={};F[xy]=F[Fy]=F[Ry]=F[My]=F[Dy]=F[Ny]=F[By]=F[Uy]=F[Cy]=!0,F[dy]=F[vy]=F[Py]=F[gy]=F[Iy]=F[_y]=F[my]=F[wy]=F[by]=F[$y]=F[Ey]=F[Ay]=F[Oy]=F[Sy]=F[Ty]=!1;function Ly(r){return yy(r)&&hy(r.length)&&!!F[py(r)]}var jy=Ly;function ky(r){return function(e){return r(e)}}var Rn=ky,hr={exports:{}};(function(r,e){var t=Ea,n=e&&!e.nodeType&&e,i=n&&!0&&r&&!r.nodeType&&r,a=i&&i.exports===n,o=a&&t.process,s=function(){try{var f=i&&i.require&&i.require("util").types;return f||o&&o.binding&&o.binding("util")}catch{}}();r.exports=s})(hr,hr.exports);var qy=jy,Vy=Rn,Va=hr.exports,Ga=Va&&Va.isTypedArray,Gy=Ga?Vy(Ga):qy,Ha=Gy,Hy=ja,Wy=Fn,Xy=C,zy=pr.exports,Yy=xn,Ky=Ha,Zy=Object.prototype,Jy=Zy.hasOwnProperty;function Qy(r,e){var t=Xy(r),n=!t&&Wy(r),i=!t&&!n&&zy(r),a=!t&&!n&&!i&&Ky(r),o=t||n||i||a,s=o?Hy(r.length,String):[],f=s.length;for(var c in r)(e||Jy.call(r,c))&&!(o&&(c=="length"||i&&(c=="offset"||c=="parent")||a&&(c=="buffer"||c=="byteLength"||c=="byteOffset")||Yy(c,f)))&&s.push(c);return s}var Wa=Qy,ed=Object.prototype;function rd(r){var e=r&&r.constructor,t=typeof e=="function"&&e.prototype||ed;return r===t}var Mn=rd;function td(r){var e=[];if(r!=null)for(var t in Object(r))e.push(t);return e}var nd=td,id=ge,ad=Mn,od=nd,ud=Object.prototype,sd=ud.hasOwnProperty;function fd(r){if(!id(r))return od(r);var e=ad(r),t=[];for(var n in r)n=="constructor"&&(e||!sd.call(r,n))||t.push(n);return t}var cd=fd,ld=Wa,pd=cd,hd=lr;function yd(r){return hd(r)?ld(r,!0):pd(r)}var rt=yd,dd=Ge,vd=Jh,gd=rt,_d=vd(function(r,e){dd(e,gd(e),r)}),md=_d;(function(r){r.exports=md})(Pa);var tt={},Pe={};function wd(r,e){for(var t=-1,n=r==null?0:r.length;++t<n;)if(!e(r[t],t,r))return!1;return!0}var bd=wd;function $d(r){return function(e,t,n){for(var i=-1,a=Object(e),o=n(e),s=o.length;s--;){var f=o[r?s:++i];if(t(a[f],f,a)===!1)break}return e}}var Ed=$d,Ad=Ed,Od=Ad(),Sd=Od;function Td(r,e){return function(t){return r(e(t))}}var Xa=Td,Pd=Xa,Id=Pd(Object.keys,Object),xd=Id,Fd=Mn,Rd=xd,Md=Object.prototype,Dd=Md.hasOwnProperty;function Nd(r){if(!Fd(r))return Rd(r);var e=[];for(var t in Object(r))Dd.call(r,t)&&t!="constructor"&&e.push(t);return e}var Bd=Nd,Ud=Wa,Cd=Bd,Ld=lr;function jd(r){return Ld(r)?Ud(r):Cd(r)}var He=jd,kd=Sd,qd=He;function Vd(r,e){return r&&kd(r,e,qd)}var Gd=Vd,Hd=lr;function Wd(r,e){return function(t,n){if(t==null)return t;if(!Hd(t))return r(t,n);for(var i=t.length,a=e?i:-1,o=Object(t);(e?a--:++a<i)&&n(o[a],a,o)!==!1;);return t}}var Xd=Wd,zd=Gd,Yd=Xd,Kd=Yd(zd),Dn=Kd,Zd=Dn;function Jd(r,e){var t=!0;return Zd(r,function(n,i,a){return t=!!e(n,i,a),t}),t}var Qd=Jd;function ev(){this.__data__=[],this.size=0}var rv=ev,tv=Qr;function nv(r,e){for(var t=r.length;t--;)if(tv(r[t][0],e))return t;return-1}var nt=nv,iv=nt,av=Array.prototype,ov=av.splice;function uv(r){var e=this.__data__,t=iv(e,r);if(t<0)return!1;var n=e.length-1;return t==n?e.pop():ov.call(e,t,1),--this.size,!0}var sv=uv,fv=nt;function cv(r){var e=this.__data__,t=fv(e,r);return t<0?void 0:e[t][1]}var lv=cv,pv=nt;function hv(r){return pv(this.__data__,r)>-1}var yv=hv,dv=nt;function vv(r,e){var t=this.__data__,n=dv(t,r);return n<0?(++this.size,t.push([r,e])):t[n][1]=e,this}var gv=vv,_v=rv,mv=sv,wv=lv,bv=yv,$v=gv;function We(r){var e=-1,t=r==null?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}We.prototype.clear=_v,We.prototype.delete=mv,We.prototype.get=wv,We.prototype.has=bv,We.prototype.set=$v;var it=We,Ev=it;function Av(){this.__data__=new Ev,this.size=0}var Ov=Av;function Sv(r){var e=this.__data__,t=e.delete(r);return this.size=e.size,t}var Tv=Sv;function Pv(r){return this.__data__.get(r)}var Iv=Pv;function xv(r){return this.__data__.has(r)}var Fv=xv,Rv=Te,Mv=ee,Dv=Rv(Mv,"Map"),Nn=Dv,Nv=Te,Bv=Nv(Object,"create"),at=Bv,za=at;function Uv(){this.__data__=za?za(null):{},this.size=0}var Cv=Uv;function Lv(r){var e=this.has(r)&&delete this.__data__[r];return this.size-=e?1:0,e}var jv=Lv,kv=at,qv="__lodash_hash_undefined__",Vv=Object.prototype,Gv=Vv.hasOwnProperty;function Hv(r){var e=this.__data__;if(kv){var t=e[r];return t===qv?void 0:t}return Gv.call(e,r)?e[r]:void 0}var Wv=Hv,Xv=at,zv=Object.prototype,Yv=zv.hasOwnProperty;function Kv(r){var e=this.__data__;return Xv?e[r]!==void 0:Yv.call(e,r)}var Zv=Kv,Jv=at,Qv="__lodash_hash_undefined__";function eg(r,e){var t=this.__data__;return this.size+=this.has(r)?0:1,t[r]=Jv&&e===void 0?Qv:e,this}var rg=eg,tg=Cv,ng=jv,ig=Wv,ag=Zv,og=rg;function Xe(r){var e=-1,t=r==null?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}Xe.prototype.clear=tg,Xe.prototype.delete=ng,Xe.prototype.get=ig,Xe.prototype.has=ag,Xe.prototype.set=og;var ug=Xe,Ya=ug,sg=it,fg=Nn;function cg(){this.size=0,this.__data__={hash:new Ya,map:new(fg||sg),string:new Ya}}var lg=cg;function pg(r){var e=typeof r;return e=="string"||e=="number"||e=="symbol"||e=="boolean"?r!=="__proto__":r===null}var hg=pg,yg=hg;function dg(r,e){var t=r.__data__;return yg(e)?t[typeof e=="string"?"string":"hash"]:t.map}var ot=dg,vg=ot;function gg(r){var e=vg(this,r).delete(r);return this.size-=e?1:0,e}var _g=gg,mg=ot;function wg(r){return mg(this,r).get(r)}var bg=wg,$g=ot;function Eg(r){return $g(this,r).has(r)}var Ag=Eg,Og=ot;function Sg(r,e){var t=Og(this,r),n=t.size;return t.set(r,e),this.size+=t.size==n?0:1,this}var Tg=Sg,Pg=lg,Ig=_g,xg=bg,Fg=Ag,Rg=Tg;function ze(r){var e=-1,t=r==null?0:r.length;for(this.clear();++e<t;){var n=r[e];this.set(n[0],n[1])}}ze.prototype.clear=Pg,ze.prototype.delete=Ig,ze.prototype.get=xg,ze.prototype.has=Fg,ze.prototype.set=Rg;var Bn=ze,Mg=it,Dg=Nn,Ng=Bn,Bg=200;function Ug(r,e){var t=this.__data__;if(t instanceof Mg){var n=t.__data__;if(!Dg||n.length<Bg-1)return n.push([r,e]),this.size=++t.size,this;t=this.__data__=new Ng(n)}return t.set(r,e),this.size=t.size,this}var Cg=Ug,Lg=it,jg=Ov,kg=Tv,qg=Iv,Vg=Fv,Gg=Cg;function Ye(r){var e=this.__data__=new Lg(r);this.size=e.size}Ye.prototype.clear=jg,Ye.prototype.delete=kg,Ye.prototype.get=qg,Ye.prototype.has=Vg,Ye.prototype.set=Gg;var Un=Ye,Hg="__lodash_hash_undefined__";function Wg(r){return this.__data__.set(r,Hg),this}var Xg=Wg;function zg(r){return this.__data__.has(r)}var Yg=zg,Kg=Bn,Zg=Xg,Jg=Yg;function ut(r){var e=-1,t=r==null?0:r.length;for(this.__data__=new Kg;++e<t;)this.add(r[e])}ut.prototype.add=ut.prototype.push=Zg,ut.prototype.has=Jg;var Qg=ut;function e_(r,e){for(var t=-1,n=r==null?0:r.length;++t<n;)if(e(r[t],t,r))return!0;return!1}var r_=e_;function t_(r,e){return r.has(e)}var n_=t_,i_=Qg,a_=r_,o_=n_,u_=1,s_=2;function f_(r,e,t,n,i,a){var o=t&u_,s=r.length,f=e.length;if(s!=f&&!(o&&f>s))return!1;var c=a.get(r),l=a.get(e);if(c&&l)return c==e&&l==r;var u=-1,p=!0,d=t&s_?new i_:void 0;for(a.set(r,e),a.set(e,r);++u<s;){var g=r[u],b=e[u];if(n)var E=o?n(b,g,u,e,r,a):n(g,b,u,r,e,a);if(E!==void 0){if(E)continue;p=!1;break}if(d){if(!a_(e,function(w,S){if(!o_(d,S)&&(g===w||i(g,w,t,n,a)))return d.push(S)})){p=!1;break}}else if(!(g===b||i(g,b,t,n,a))){p=!1;break}}return a.delete(r),a.delete(e),p}var Ka=f_,c_=ee,l_=c_.Uint8Array,Za=l_;function p_(r){var e=-1,t=Array(r.size);return r.forEach(function(n,i){t[++e]=[i,n]}),t}var h_=p_;function y_(r){var e=-1,t=Array(r.size);return r.forEach(function(n){t[++e]=n}),t}var d_=y_,Ja=Ve,Qa=Za,v_=Qr,g_=Ka,__=h_,m_=d_,w_=1,b_=2,$_="[object Boolean]",E_="[object Date]",A_="[object Error]",O_="[object Map]",S_="[object Number]",T_="[object RegExp]",P_="[object Set]",I_="[object String]",x_="[object Symbol]",F_="[object ArrayBuffer]",R_="[object DataView]",eo=Ja?Ja.prototype:void 0,Cn=eo?eo.valueOf:void 0;function M_(r,e,t,n,i,a,o){switch(t){case R_:if(r.byteLength!=e.byteLength||r.byteOffset!=e.byteOffset)return!1;r=r.buffer,e=e.buffer;case F_:return!(r.byteLength!=e.byteLength||!a(new Qa(r),new Qa(e)));case $_:case E_:case S_:return v_(+r,+e);case A_:return r.name==e.name&&r.message==e.message;case T_:case I_:return r==e+"";case O_:var s=__;case P_:var f=n&w_;if(s||(s=m_),r.size!=e.size&&!f)return!1;var c=o.get(r);if(c)return c==e;n|=b_,o.set(r,e);var l=g_(s(r),s(e),n,i,a,o);return o.delete(r),l;case x_:if(Cn)return Cn.call(r)==Cn.call(e)}return!1}var D_=M_;function N_(r,e){for(var t=-1,n=e.length,i=r.length;++t<n;)r[i+t]=e[t];return r}var Ln=N_,B_=Ln,U_=C;function C_(r,e,t){var n=e(r);return U_(r)?n:B_(n,t(r))}var ro=C_;function L_(r,e){for(var t=-1,n=r==null?0:r.length,i=0,a=[];++t<n;){var o=r[t];e(o,t,r)&&(a[i++]=o)}return a}var j_=L_;function k_(){return[]}var to=k_,q_=j_,V_=to,G_=Object.prototype,H_=G_.propertyIsEnumerable,no=Object.getOwnPropertySymbols,W_=no?function(r){return r==null?[]:(r=Object(r),q_(no(r),function(e){return H_.call(r,e)}))}:V_,jn=W_,X_=ro,z_=jn,Y_=He;function K_(r){return X_(r,Y_,z_)}var io=K_,ao=io,Z_=1,J_=Object.prototype,Q_=J_.hasOwnProperty;function em(r,e,t,n,i,a){var o=t&Z_,s=ao(r),f=s.length,c=ao(e),l=c.length;if(f!=l&&!o)return!1;for(var u=f;u--;){var p=s[u];if(!(o?p in e:Q_.call(e,p)))return!1}var d=a.get(r),g=a.get(e);if(d&&g)return d==e&&g==r;var b=!0;a.set(r,e),a.set(e,r);for(var E=o;++u<f;){p=s[u];var w=r[p],S=e[p];if(n)var h=o?n(S,w,p,e,r,a):n(w,S,p,r,e,a);if(!(h===void 0?w===S||i(w,S,t,n,a):h)){b=!1;break}E||(E=p=="constructor")}if(b&&!E){var O=r.constructor,I=e.constructor;O!=I&&"constructor"in r&&"constructor"in e&&!(typeof O=="function"&&O instanceof O&&typeof I=="function"&&I instanceof I)&&(b=!1)}return a.delete(r),a.delete(e),b}var rm=em,tm=Te,nm=ee,im=tm(nm,"DataView"),am=im,om=Te,um=ee,sm=om(um,"Promise"),fm=sm,cm=Te,lm=ee,pm=cm(lm,"Set"),hm=pm,ym=Te,dm=ee,vm=ym(dm,"WeakMap"),gm=vm,kn=am,qn=Nn,Vn=fm,Gn=hm,Hn=gm,oo=se,Ke=xa,uo="[object Map]",_m="[object Object]",so="[object Promise]",fo="[object Set]",co="[object WeakMap]",lo="[object DataView]",mm=Ke(kn),wm=Ke(qn),bm=Ke(Vn),$m=Ke(Gn),Em=Ke(Hn),Ie=oo;(kn&&Ie(new kn(new ArrayBuffer(1)))!=lo||qn&&Ie(new qn)!=uo||Vn&&Ie(Vn.resolve())!=so||Gn&&Ie(new Gn)!=fo||Hn&&Ie(new Hn)!=co)&&(Ie=function(r){var e=oo(r),t=e==_m?r.constructor:void 0,n=t?Ke(t):"";if(n)switch(n){case mm:return lo;case wm:return uo;case bm:return so;case $m:return fo;case Em:return co}return e});var st=Ie,Wn=Un,Am=Ka,Om=D_,Sm=rm,po=st,ho=C,yo=pr.exports,Tm=Ha,Pm=1,vo="[object Arguments]",go="[object Array]",ft="[object Object]",Im=Object.prototype,_o=Im.hasOwnProperty;function xm(r,e,t,n,i,a){var o=ho(r),s=ho(e),f=o?go:po(r),c=s?go:po(e);f=f==vo?ft:f,c=c==vo?ft:c;var l=f==ft,u=c==ft,p=f==c;if(p&&yo(r)){if(!yo(e))return!1;o=!0,l=!1}if(p&&!l)return a||(a=new Wn),o||Tm(r)?Am(r,e,t,n,i,a):Om(r,e,f,t,n,i,a);if(!(t&Pm)){var d=l&&_o.call(r,"__wrapped__"),g=u&&_o.call(e,"__wrapped__");if(d||g){var b=d?r.value():r,E=g?e.value():e;return a||(a=new Wn),i(b,E,t,n,a)}}return p?(a||(a=new Wn),Sm(r,e,t,n,i,a)):!1}var Fm=xm,Rm=Fm,mo=W;function wo(r,e,t,n,i){return r===e?!0:r==null||e==null||!mo(r)&&!mo(e)?r!==r&&e!==e:Rm(r,e,t,n,wo,i)}var bo=wo,Mm=Un,Dm=bo,Nm=1,Bm=2;function Um(r,e,t,n){var i=t.length,a=i,o=!n;if(r==null)return!a;for(r=Object(r);i--;){var s=t[i];if(o&&s[2]?s[1]!==r[s[0]]:!(s[0]in r))return!1}for(;++i<a;){s=t[i];var f=s[0],c=r[f],l=s[1];if(o&&s[2]){if(c===void 0&&!(f in r))return!1}else{var u=new Mm;if(n)var p=n(c,l,f,r,e,u);if(!(p===void 0?Dm(l,c,Nm|Bm,n,u):p))return!1}}return!0}var Cm=Um,Lm=ge;function jm(r){return r===r&&!Lm(r)}var $o=jm,km=$o,qm=He;function Vm(r){for(var e=qm(r),t=e.length;t--;){var n=e[t],i=r[n];e[t]=[n,i,km(i)]}return e}var Gm=Vm;function Hm(r,e){return function(t){return t==null?!1:t[r]===e&&(e!==void 0||r in Object(t))}}var Eo=Hm,Wm=Cm,Xm=Gm,zm=Eo;function Ym(r){var e=Xm(r);return e.length==1&&e[0][2]?zm(e[0][0],e[0][1]):function(t){return t===r||Wm(t,r,e)}}var Km=Ym,Zm=se,Jm=W,Qm="[object Symbol]";function e0(r){return typeof r=="symbol"||Jm(r)&&Zm(r)==Qm}var ct=e0,r0=C,t0=ct,n0=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,i0=/^\w*$/;function a0(r,e){if(r0(r))return!1;var t=typeof r;return t=="number"||t=="symbol"||t=="boolean"||r==null||t0(r)?!0:i0.test(r)||!n0.test(r)||e!=null&&r in Object(e)}var Xn=a0,Ao=Bn,o0="Expected a function";function zn(r,e){if(typeof r!="function"||e!=null&&typeof e!="function")throw new TypeError(o0);var t=function(){var n=arguments,i=e?e.apply(this,n):n[0],a=t.cache;if(a.has(i))return a.get(i);var o=r.apply(this,n);return t.cache=a.set(i,o)||a,o};return t.cache=new(zn.Cache||Ao),t}zn.Cache=Ao;var u0=zn,s0=u0,f0=500;function c0(r){var e=s0(r,function(n){return t.size===f0&&t.clear(),n}),t=e.cache;return e}var l0=c0,p0=l0,h0=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,y0=/\\(\\)?/g,d0=p0(function(r){var e=[];return r.charCodeAt(0)===46&&e.push(""),r.replace(h0,function(t,n,i,a){e.push(i?a.replace(y0,"$1"):n||t)}),e}),v0=d0;function g0(r,e){for(var t=-1,n=r==null?0:r.length,i=Array(n);++t<n;)i[t]=e(r[t],t,r);return i}var lt=g0,Oo=Ve,_0=lt,m0=C,w0=ct,b0=1/0,So=Oo?Oo.prototype:void 0,To=So?So.toString:void 0;function Po(r){if(typeof r=="string")return r;if(m0(r))return _0(r,Po)+"";if(w0(r))return To?To.call(r):"";var e=r+"";return e=="0"&&1/r==-b0?"-0":e}var $0=Po,E0=$0;function A0(r){return r==null?"":E0(r)}var O0=A0,S0=C,T0=Xn,P0=v0,I0=O0;function x0(r,e){return S0(r)?r:T0(r,e)?[r]:P0(I0(r))}var pt=x0,F0=ct,R0=1/0;function M0(r){if(typeof r=="string"||F0(r))return r;var e=r+"";return e=="0"&&1/r==-R0?"-0":e}var yr=M0,D0=pt,N0=yr;function B0(r,e){e=D0(e,r);for(var t=0,n=e.length;r!=null&&t<n;)r=r[N0(e[t++])];return t&&t==n?r:void 0}var Yn=B0,U0=Yn;function C0(r,e,t){var n=r==null?void 0:U0(r,e);return n===void 0?t:n}var L0=C0;function j0(r,e){return r!=null&&e in Object(r)}var k0=j0,q0=pt,V0=Fn,G0=C,H0=xn,W0=In,X0=yr;function z0(r,e,t){e=q0(e,r);for(var n=-1,i=e.length,a=!1;++n<i;){var o=X0(e[n]);if(!(a=r!=null&&t(r,o)))break;r=r[o]}return a||++n!=i?a:(i=r==null?0:r.length,!!i&&W0(i)&&H0(o,i)&&(G0(r)||V0(r)))}var Y0=z0,K0=k0,Z0=Y0;function J0(r,e){return r!=null&&Z0(r,e,K0)}var Q0=J0,ew=bo,rw=L0,tw=Q0,nw=Xn,iw=$o,aw=Eo,ow=yr,uw=1,sw=2;function fw(r,e){return nw(r)&&iw(e)?aw(ow(r),e):function(t){var n=rw(t,r);return n===void 0&&n===e?tw(t,r):ew(e,n,uw|sw)}}var cw=fw;function lw(r){return function(e){return e?.[r]}}var pw=lw,hw=Yn;function yw(r){return function(e){return hw(e,r)}}var dw=yw,vw=pw,gw=dw,_w=Xn,mw=yr;function ww(r){return _w(r)?vw(mw(r)):gw(r)}var bw=ww,$w=Km,Ew=cw,Aw=et,Ow=C,Sw=bw;function Tw(r){return typeof r=="function"?r:r==null?Aw:typeof r=="object"?Ow(r)?Ew(r[0],r[1]):$w(r):Sw(r)}var Io=Tw,Pw=bd,Iw=Qd,xw=Io,Fw=C,Rw=La;function Mw(r,e,t){var n=Fw(r)?Pw:Iw;return t&&Rw(r,e,t)&&(e=void 0),n(r,xw(e))}var Kn=Mw;Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.calculatePadding=Uw,Pe.slicePadding=Cw;var Dw=Kn,Nw=Bw(Dw);function Bw(r){return r&&r.__esModule?r:{default:r}}function Uw(r){switch(r%4){case 0:return 0;case 1:return 3;case 2:return 2;case 3:return 1;default:return null}}function Cw(r,e){var t=r.slice(e),n=(0,Nw.default)(t.buffer(),function(i){return i===0});if(n!==!0)throw new Error("XDR Read Error: invalid padding")}Object.defineProperty(tt,"__esModule",{value:!0}),tt.Cursor=void 0;var Lw=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),jw=Pe;function kw(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var Zn=function(){function r(e){kw(this,r),e instanceof y||(e=typeof e=="number"?y.alloc(e):y.from(e)),this._setBuffer(e),this.rewind()}return Lw(r,[{key:"_setBuffer",value:function(t){this._buffer=t,this.length=t.length}},{key:"buffer",value:function(){return this._buffer}},{key:"tap",value:function(t){return t(this),this}},{key:"clone",value:function(t){var n=new this.constructor(this.buffer());return n.seek(arguments.length===0?this.tell():t),n}},{key:"tell",value:function(){return this._index}},{key:"seek",value:function(t,n){return arguments.length===1&&(n=t,t="="),t==="+"?this._index+=n:t==="-"?this._index-=n:this._index=n,this}},{key:"rewind",value:function(){return this.seek(0)}},{key:"eof",value:function(){return this.tell()===this.buffer().length}},{key:"write",value:function(t,n,i){return this.seek("+",this.buffer().write(t,this.tell(),n,i))}},{key:"fill",value:function(t,n){return arguments.length===1&&(n=this.buffer().length-this.tell()),this.buffer().fill(t,this.tell(),this.tell()+n),this.seek("+",n),this}},{key:"slice",value:function(t){arguments.length===0&&(t=this.length-this.tell());var n=new this.constructor(this.buffer().slice(this.tell(),this.tell()+t));return this.seek("+",t),n}},{key:"copyFrom",value:function(t){var n=t instanceof y?t:t.buffer();return n.copy(this.buffer(),this.tell(),0,n.length),this.seek("+",n.length),this}},{key:"concat",value:function(t){t.forEach(function(i,a){i instanceof r&&(t[a]=i.buffer())}),t.unshift(this.buffer());var n=y.concat(t);return this._setBuffer(n),this}},{key:"toString",value:function(t,n){arguments.length===0?(t="utf8",n=this.buffer().length-this.tell()):arguments.length===1&&(n=this.buffer().length-this.tell());var i=this.buffer().toString(t,this.tell(),this.tell()+n);return this.seek("+",n),i}},{key:"writeBufferPadded",value:function(t){var n=(0,jw.calculatePadding)(t.length),i=y.alloc(n);return this.copyFrom(new r(t)).copyFrom(new r(i))}}]),r}();[[1,["readInt8","readUInt8"]],[2,["readInt16BE","readInt16LE","readUInt16BE","readUInt16LE"]],[4,["readInt32BE","readInt32LE","readUInt32BE","readUInt32LE","readFloatBE","readFloatLE"]],[8,["readDoubleBE","readDoubleLE"]]].forEach(function(r){r[1].forEach(function(e){Zn.prototype[e]=function(){var n=this.buffer()[e](this.tell());return this.seek("+",r[0]),n}})}),[[1,["writeInt8","writeUInt8"]],[2,["writeInt16BE","writeInt16LE","writeUInt16BE","writeUInt16LE"]],[4,["writeInt32BE","writeInt32LE","writeUInt32BE","writeUInt32LE","writeFloatBE","writeFloatLE"]],[8,["writeDoubleBE","writeDoubleLE"]]].forEach(function(r){r[1].forEach(function(e){Zn.prototype[e]=function(n){return this.buffer()[e](n,this.tell()),this.seek("+",r[0]),this}})}),tt.Cursor=Zn,Object.defineProperty(M,"__esModule",{value:!0}),M.default=zw;var qw=Pa.exports,xo=Ro(qw),Vw=Tn,Gw=Ro(Vw),Fo=tt;function Ro(r){return r&&r.__esModule?r:{default:r}}var Hw=Math.pow(2,16),Ww={toXDR:function(e){var t=new Fo.Cursor(Hw);this.write(e,t);var n=t.tell();return t.rewind(),t.slice(n).buffer()},fromXDR:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"raw",n=void 0;switch(t){case"raw":n=e;break;case"hex":n=y.from(e,"hex");break;case"base64":n=y.from(e,"base64");break;default:throw new Error("Invalid format "+t+', must be "raw", "hex", "base64"')}var i=new Fo.Cursor(n),a=this.read(i);return a},validateXDR:function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"raw";try{return this.fromXDR(e,t),!0}catch{return!1}}},Xw={toXDR:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"raw",t=this.constructor.toXDR(this);switch(e){case"raw":return t;case"hex":return t.toString("hex");case"base64":return t.toString("base64");default:throw new Error("Invalid format "+e+', must be "raw", "hex", "base64"')}}};function zw(r){(0,xo.default)(r,Ww),(0,Gw.default)(r)&&(0,xo.default)(r.prototype,Xw)}Object.defineProperty(ue,"__esModule",{value:!0}),ue.Int=void 0;var Yw=Jr,Mo=Do(Yw),Kw=M,Zw=Do(Kw);function Do(r){return r&&r.__esModule?r:{default:r}}var dr=ue.Int={read:function(e){return e.readInt32BE()},write:function(e,t){if(!(0,Mo.default)(e))throw new Error("XDR Write Error: not a number");if(Math.floor(e)!==e)throw new Error("XDR Write Error: not an integer");t.writeInt32BE(e)},isValid:function(e){return!(0,Mo.default)(e)||Math.floor(e)!==e?!1:e>=dr.MIN_VALUE&&e<=dr.MAX_VALUE}};dr.MAX_VALUE=Math.pow(2,31)-1,dr.MIN_VALUE=-Math.pow(2,31),(0,Zw.default)(dr);var ht={};function Jw(r){throw new Error('Could not dynamically require "'+r+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Jn={exports:{}};(function(r){/**
25
25
  * @license Long.js (c) 2013 Daniel Wirtz <dcode@dcode.io>
26
26
  * Released under the Apache License, Version 2.0
27
27
  * see: https://github.com/dcodeIO/Long.js for details
28
- */(function(e,t){typeof Xw=="function"&&!0&&r&&r.exports?r.exports=t():(e.dcodeIO=e.dcodeIO||{}).Long=t()})(re,function(){function e(l,u,p){this.low=l|0,this.high=u|0,this.unsigned=!!p}e.__isLong__,Object.defineProperty(e.prototype,"__isLong__",{value:!0,enumerable:!1,configurable:!1}),e.isLong=function(u){return(u&&u.__isLong__)===!0};var t={},n={};e.fromInt=function(u,p){var d,g;return p?(u=u>>>0,0<=u&&u<256&&(g=n[u],g)?g:(d=new e(u,(u|0)<0?-1:0,!0),0<=u&&u<256&&(n[u]=d),d)):(u=u|0,-128<=u&&u<128&&(g=t[u],g)?g:(d=new e(u,u<0?-1:0,!1),-128<=u&&u<128&&(t[u]=d),d))},e.fromNumber=function(u,p){return p=!!p,isNaN(u)||!isFinite(u)?e.ZERO:!p&&u<=-f?e.MIN_VALUE:!p&&u+1>=f?e.MAX_VALUE:p&&u>=s?e.MAX_UNSIGNED_VALUE:u<0?e.fromNumber(-u,p).negate():new e(u%o|0,u/o|0,p)},e.fromBits=function(u,p,d){return new e(u,p,d)},e.fromString=function(u,p,d){if(u.length===0)throw Error("number format error: empty string");if(u==="NaN"||u==="Infinity"||u==="+Infinity"||u==="-Infinity")return e.ZERO;if(typeof p=="number"&&(d=p,p=!1),d=d||10,d<2||36<d)throw Error("radix out of range: "+d);var g;if((g=u.indexOf("-"))>0)throw Error('number format error: interior "-" character: '+u);if(g===0)return e.fromString(u.substring(1),p,d).negate();for(var b=e.fromNumber(Math.pow(d,8)),E=e.ZERO,w=0;w<u.length;w+=8){var S=Math.min(8,u.length-w),h=parseInt(u.substring(w,w+S),d);if(S<8){var O=e.fromNumber(Math.pow(d,S));E=E.multiply(O).add(e.fromNumber(h))}else E=E.multiply(b),E=E.add(e.fromNumber(h))}return E.unsigned=p,E},e.fromValue=function(u){return u instanceof e?u:typeof u=="number"?e.fromNumber(u):typeof u=="string"?e.fromString(u):new e(u.low,u.high,u.unsigned)};var i=1<<16,a=1<<24,o=i*i,s=o*o,f=s/2,c=e.fromInt(a);return e.ZERO=e.fromInt(0),e.UZERO=e.fromInt(0,!0),e.ONE=e.fromInt(1),e.UONE=e.fromInt(1,!0),e.NEG_ONE=e.fromInt(-1),e.MAX_VALUE=e.fromBits(-1,2147483647,!1),e.MAX_UNSIGNED_VALUE=e.fromBits(-1,-1,!0),e.MIN_VALUE=e.fromBits(0,-2147483648,!1),e.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},e.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*o+(this.low>>>0):this.high*o+(this.low>>>0)},e.prototype.toString=function(u){if(u=u||10,u<2||36<u)throw RangeError("radix out of range: "+u);if(this.isZero())return"0";var p;if(this.isNegative())if(this.equals(e.MIN_VALUE)){var d=e.fromNumber(u),g=this.divide(d);return p=g.multiply(d).subtract(this),g.toString(u)+p.toInt().toString(u)}else return"-"+this.negate().toString(u);var b=e.fromNumber(Math.pow(u,6),this.unsigned);p=this;for(var E="";;){var w=p.divide(b),S=p.subtract(w.multiply(b)).toInt()>>>0,h=S.toString(u);if(p=w,p.isZero())return h+E;for(;h.length<6;)h="0"+h;E=""+h+E}},e.prototype.getHighBits=function(){return this.high},e.prototype.getHighBitsUnsigned=function(){return this.high>>>0},e.prototype.getLowBits=function(){return this.low},e.prototype.getLowBitsUnsigned=function(){return this.low>>>0},e.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.equals(e.MIN_VALUE)?64:this.negate().getNumBitsAbs();for(var u=this.high!=0?this.high:this.low,p=31;p>0&&(u&1<<p)==0;p--);return this.high!=0?p+33:p+1},e.prototype.isZero=function(){return this.high===0&&this.low===0},e.prototype.isNegative=function(){return!this.unsigned&&this.high<0},e.prototype.isPositive=function(){return this.unsigned||this.high>=0},e.prototype.isOdd=function(){return(this.low&1)===1},e.prototype.isEven=function(){return(this.low&1)===0},e.prototype.equals=function(u){return e.isLong(u)||(u=e.fromValue(u)),this.unsigned!==u.unsigned&&this.high>>>31===1&&u.high>>>31===1?!1:this.high===u.high&&this.low===u.low},e.eq=e.prototype.equals,e.prototype.notEquals=function(u){return!this.equals(u)},e.neq=e.prototype.notEquals,e.prototype.lessThan=function(u){return this.compare(u)<0},e.prototype.lt=e.prototype.lessThan,e.prototype.lessThanOrEqual=function(u){return this.compare(u)<=0},e.prototype.lte=e.prototype.lessThanOrEqual,e.prototype.greaterThan=function(u){return this.compare(u)>0},e.prototype.gt=e.prototype.greaterThan,e.prototype.greaterThanOrEqual=function(u){return this.compare(u)>=0},e.prototype.gte=e.prototype.greaterThanOrEqual,e.prototype.compare=function(u){if(e.isLong(u)||(u=e.fromValue(u)),this.equals(u))return 0;var p=this.isNegative(),d=u.isNegative();return p&&!d?-1:!p&&d?1:this.unsigned?u.high>>>0>this.high>>>0||u.high===this.high&&u.low>>>0>this.low>>>0?-1:1:this.subtract(u).isNegative()?-1:1},e.prototype.negate=function(){return!this.unsigned&&this.equals(e.MIN_VALUE)?e.MIN_VALUE:this.not().add(e.ONE)},e.prototype.neg=e.prototype.negate,e.prototype.add=function(u){e.isLong(u)||(u=e.fromValue(u));var p=this.high>>>16,d=this.high&65535,g=this.low>>>16,b=this.low&65535,E=u.high>>>16,w=u.high&65535,S=u.low>>>16,h=u.low&65535,O=0,x=0,R=0,m=0;return m+=b+h,R+=m>>>16,m&=65535,R+=g+S,x+=R>>>16,R&=65535,x+=d+w,O+=x>>>16,x&=65535,O+=p+E,O&=65535,e.fromBits(R<<16|m,O<<16|x,this.unsigned)},e.prototype.subtract=function(u){return e.isLong(u)||(u=e.fromValue(u)),this.add(u.negate())},e.prototype.sub=e.prototype.subtract,e.prototype.multiply=function(u){if(this.isZero()||(e.isLong(u)||(u=e.fromValue(u)),u.isZero()))return e.ZERO;if(this.equals(e.MIN_VALUE))return u.isOdd()?e.MIN_VALUE:e.ZERO;if(u.equals(e.MIN_VALUE))return this.isOdd()?e.MIN_VALUE:e.ZERO;if(this.isNegative())return u.isNegative()?this.negate().multiply(u.negate()):this.negate().multiply(u).negate();if(u.isNegative())return this.multiply(u.negate()).negate();if(this.lessThan(c)&&u.lessThan(c))return e.fromNumber(this.toNumber()*u.toNumber(),this.unsigned);var p=this.high>>>16,d=this.high&65535,g=this.low>>>16,b=this.low&65535,E=u.high>>>16,w=u.high&65535,S=u.low>>>16,h=u.low&65535,O=0,x=0,R=0,m=0;return m+=b*h,R+=m>>>16,m&=65535,R+=g*h,x+=R>>>16,R&=65535,R+=b*S,x+=R>>>16,R&=65535,x+=d*h,O+=x>>>16,x&=65535,x+=g*S,O+=x>>>16,x&=65535,x+=b*w,O+=x>>>16,x&=65535,O+=p*h+d*S+g*w+b*E,O&=65535,e.fromBits(R<<16|m,O<<16|x,this.unsigned)},e.prototype.mul=e.prototype.multiply,e.prototype.divide=function(u){if(e.isLong(u)||(u=e.fromValue(u)),u.isZero())throw new Error("division by zero");if(this.isZero())return this.unsigned?e.UZERO:e.ZERO;var p,d,g;if(this.equals(e.MIN_VALUE)){if(u.equals(e.ONE)||u.equals(e.NEG_ONE))return e.MIN_VALUE;if(u.equals(e.MIN_VALUE))return e.ONE;var b=this.shiftRight(1);return p=b.divide(u).shiftLeft(1),p.equals(e.ZERO)?u.isNegative()?e.ONE:e.NEG_ONE:(d=this.subtract(u.multiply(p)),g=p.add(d.divide(u)),g)}else if(u.equals(e.MIN_VALUE))return this.unsigned?e.UZERO:e.ZERO;if(this.isNegative())return u.isNegative()?this.negate().divide(u.negate()):this.negate().divide(u).negate();if(u.isNegative())return this.divide(u.negate()).negate();for(g=e.ZERO,d=this;d.greaterThanOrEqual(u);){p=Math.max(1,Math.floor(d.toNumber()/u.toNumber()));for(var E=Math.ceil(Math.log(p)/Math.LN2),w=E<=48?1:Math.pow(2,E-48),S=e.fromNumber(p),h=S.multiply(u);h.isNegative()||h.greaterThan(d);)p-=w,S=e.fromNumber(p,this.unsigned),h=S.multiply(u);S.isZero()&&(S=e.ONE),g=g.add(S),d=d.subtract(h)}return g},e.prototype.div=e.prototype.divide,e.prototype.modulo=function(u){return e.isLong(u)||(u=e.fromValue(u)),this.subtract(this.divide(u).multiply(u))},e.prototype.mod=e.prototype.modulo,e.prototype.not=function(){return e.fromBits(~this.low,~this.high,this.unsigned)},e.prototype.and=function(u){return e.isLong(u)||(u=e.fromValue(u)),e.fromBits(this.low&u.low,this.high&u.high,this.unsigned)},e.prototype.or=function(u){return e.isLong(u)||(u=e.fromValue(u)),e.fromBits(this.low|u.low,this.high|u.high,this.unsigned)},e.prototype.xor=function(u){return e.isLong(u)||(u=e.fromValue(u)),e.fromBits(this.low^u.low,this.high^u.high,this.unsigned)},e.prototype.shiftLeft=function(u){return e.isLong(u)&&(u=u.toInt()),(u&=63)===0?this:u<32?e.fromBits(this.low<<u,this.high<<u|this.low>>>32-u,this.unsigned):e.fromBits(0,this.low<<u-32,this.unsigned)},e.prototype.shl=e.prototype.shiftLeft,e.prototype.shiftRight=function(u){return e.isLong(u)&&(u=u.toInt()),(u&=63)===0?this:u<32?e.fromBits(this.low>>>u|this.high<<32-u,this.high>>u,this.unsigned):e.fromBits(this.high>>u-32,this.high>=0?0:-1,this.unsigned)},e.prototype.shr=e.prototype.shiftRight,e.prototype.shiftRightUnsigned=function(u){if(e.isLong(u)&&(u=u.toInt()),u&=63,u===0)return this;var p=this.high;if(u<32){var d=this.low;return e.fromBits(d>>>u|p<<32-u,p>>>u,this.unsigned)}else return u===32?e.fromBits(p,0,this.unsigned):e.fromBits(p>>>u-32,0,this.unsigned)},e.prototype.shru=e.prototype.shiftRightUnsigned,e.prototype.toSigned=function(){return this.unsigned?new e(this.low,this.high,!1):this},e.prototype.toUnsigned=function(){return this.unsigned?this:new e(this.low,this.high,!0)},e})})(Zn),Object.defineProperty(pt,"__esModule",{value:!0}),pt.Hyper=void 0;var Yw=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Do=function r(e,t,n){e===null&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,t);if(i===void 0){var a=Object.getPrototypeOf(e);return a===null?void 0:r(a,t,n)}else{if("value"in i)return i.value;var o=i.get;return o===void 0?void 0:o.call(n)}},Kw=Zn.exports,dr=No(Kw),Zw=M,Jw=No(Zw);function No(r){return r&&r.__esModule?r:{default:r}}function Qw(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}function eb(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function rb(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}var vr=pt.Hyper=function(r){rb(e,r),Yw(e,null,[{key:"read",value:function(n){var i=n.readInt32BE(),a=n.readInt32BE();return this.fromBits(a,i)}},{key:"write",value:function(n,i){if(!(n instanceof this))throw new Error("XDR Write Error: "+n+" is not a Hyper");i.writeInt32BE(n.high),i.writeInt32BE(n.low)}},{key:"fromString",value:function(n){if(!/^-?\d+$/.test(n))throw new Error("Invalid hyper string: "+n);var i=Do(e.__proto__||Object.getPrototypeOf(e),"fromString",this).call(this,n,!1);return new this(i.low,i.high)}},{key:"fromBits",value:function(n,i){var a=Do(e.__proto__||Object.getPrototypeOf(e),"fromBits",this).call(this,n,i,!1);return new this(a.low,a.high)}},{key:"isValid",value:function(n){return n instanceof this}}]);function e(t,n){return Qw(this,e),eb(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n,!1))}return e}(dr.default);(0,Jw.default)(vr),vr.MAX_VALUE=new vr(dr.default.MAX_VALUE.low,dr.default.MAX_VALUE.high),vr.MIN_VALUE=new vr(dr.default.MIN_VALUE.low,dr.default.MIN_VALUE.high);var xe={};Object.defineProperty(xe,"__esModule",{value:!0}),xe.UnsignedInt=void 0;var tb=Zr,Bo=Uo(tb),nb=M,ib=Uo(nb);function Uo(r){return r&&r.__esModule?r:{default:r}}var gr=xe.UnsignedInt={read:function(e){return e.readUInt32BE()},write:function(e,t){if(!(0,Bo.default)(e))throw new Error("XDR Write Error: not a number");if(Math.floor(e)!==e)throw new Error("XDR Write Error: not an integer");if(e<0)throw new Error("XDR Write Error: negative number "+e);t.writeUInt32BE(e)},isValid:function(e){return!(0,Bo.default)(e)||Math.floor(e)!==e?!1:e>=gr.MIN_VALUE&&e<=gr.MAX_VALUE}};gr.MAX_VALUE=Math.pow(2,32)-1,gr.MIN_VALUE=0,(0,ib.default)(gr);var ht={};Object.defineProperty(ht,"__esModule",{value:!0}),ht.UnsignedHyper=void 0;var ab=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Co=function r(e,t,n){e===null&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,t);if(i===void 0){var a=Object.getPrototypeOf(e);return a===null?void 0:r(a,t,n)}else{if("value"in i)return i.value;var o=i.get;return o===void 0?void 0:o.call(n)}},ob=Zn.exports,_r=Lo(ob),ub=M,sb=Lo(ub);function Lo(r){return r&&r.__esModule?r:{default:r}}function fb(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}function cb(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function lb(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}var mr=ht.UnsignedHyper=function(r){lb(e,r),ab(e,null,[{key:"read",value:function(n){var i=n.readInt32BE(),a=n.readInt32BE();return this.fromBits(a,i)}},{key:"write",value:function(n,i){if(!(n instanceof this))throw new Error("XDR Write Error: "+n+" is not an UnsignedHyper");i.writeInt32BE(n.high),i.writeInt32BE(n.low)}},{key:"fromString",value:function(n){if(!/^\d+$/.test(n))throw new Error("Invalid hyper string: "+n);var i=Co(e.__proto__||Object.getPrototypeOf(e),"fromString",this).call(this,n,!0);return new this(i.low,i.high)}},{key:"fromBits",value:function(n,i){var a=Co(e.__proto__||Object.getPrototypeOf(e),"fromBits",this).call(this,n,i,!0);return new this(a.low,a.high)}},{key:"isValid",value:function(n){return n instanceof this}}]);function e(t,n){return fb(this,e),cb(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n,!0))}return e}(_r.default);(0,sb.default)(mr),mr.MAX_VALUE=new mr(_r.default.MAX_UNSIGNED_VALUE.low,_r.default.MAX_UNSIGNED_VALUE.high),mr.MIN_VALUE=new mr(_r.default.MIN_VALUE.low,_r.default.MIN_VALUE.high);var yt={};Object.defineProperty(yt,"__esModule",{value:!0}),yt.Float=void 0;var pb=Zr,jo=ko(pb),hb=M,yb=ko(hb);function ko(r){return r&&r.__esModule?r:{default:r}}var db=yt.Float={read:function(e){return e.readFloatBE()},write:function(e,t){if(!(0,jo.default)(e))throw new Error("XDR Write Error: not a number");t.writeFloatBE(e)},isValid:function(e){return(0,jo.default)(e)}};(0,yb.default)(db);var dt={};Object.defineProperty(dt,"__esModule",{value:!0}),dt.Double=void 0;var vb=Zr,qo=Vo(vb),gb=M,_b=Vo(gb);function Vo(r){return r&&r.__esModule?r:{default:r}}var mb=dt.Double={read:function(e){return e.readDoubleBE()},write:function(e,t){if(!(0,qo.default)(e))throw new Error("XDR Write Error: not a number");t.writeDoubleBE(e)},isValid:function(e){return(0,qo.default)(e)}};(0,_b.default)(mb);var vt={};Object.defineProperty(vt,"__esModule",{value:!0}),vt.Quadruple=void 0;var wb=M,bb=$b(wb);function $b(r){return r&&r.__esModule?r:{default:r}}var Eb=vt.Quadruple={read:function(){throw new Error("XDR Read Error: quadruple not supported")},write:function(){throw new Error("XDR Write Error: quadruple not supported")},isValid:function(){return!1}};(0,bb.default)(Eb);var wr={},Ab=ue,Ob=H,Sb="[object Boolean]";function Tb(r){return r===!0||r===!1||Ob(r)&&Ab(r)==Sb}var Ib=Tb;Object.defineProperty(wr,"__esModule",{value:!0}),wr.Bool=void 0;var xb=Ib,Pb=Ho(xb),Go=oe,Fb=M,Rb=Ho(Fb);function Ho(r){return r&&r.__esModule?r:{default:r}}var Mb=wr.Bool={read:function(e){var t=Go.Int.read(e);switch(t){case 0:return!1;case 1:return!0;default:throw new Error("XDR Read Error: Got "+t+" when trying to read a bool")}},write:function(e,t){var n=e?1:0;return Go.Int.write(n,t)},isValid:function(e){return(0,Pb.default)(e)}};(0,Rb.default)(Mb);var gt={},Db=ue,Nb=C,Bb=H,Ub="[object String]";function Cb(r){return typeof r=="string"||!Nb(r)&&Bb(r)&&Db(r)==Ub}var Wo=Cb;Object.defineProperty(gt,"__esModule",{value:!0}),gt.String=void 0;var Lb=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),jb=Wo,zo=Jn(jb),kb=C,qb=Jn(kb),Xo=oe,Vb=xe,Yo=Te,Gb=M,Hb=Jn(Gb);function Jn(r){return r&&r.__esModule?r:{default:r}}function Wb(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var zb=gt.String=function(){function r(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Vb.UnsignedInt.MAX_VALUE;Wb(this,r),this._maxLength=e}return Lb(r,[{key:"read",value:function(t){var n=Xo.Int.read(t);if(n>this._maxLength)throw new Error("XDR Read Error: Saw "+n+" length String,"+("max allowed is "+this._maxLength));var i=(0,Yo.calculatePadding)(n),a=t.slice(n);return(0,Yo.slicePadding)(t,i),a.buffer()}},{key:"readString",value:function(t){return this.read(t).toString("utf8")}},{key:"write",value:function(t,n){if(t.length>this._maxLength)throw new Error("XDR Write Error: Got "+t.length+" bytes,"+("max allows is "+this._maxLength));var i=void 0;(0,zo.default)(t)?i=y.from(t,"utf8"):i=y.from(t),Xo.Int.write(i.length,n),n.writeBufferPadded(i)}},{key:"isValid",value:function(t){var n=void 0;if((0,zo.default)(t))n=y.from(t,"utf8");else if((0,qb.default)(t)||y.isBuffer(t))n=y.from(t);else return!1;return n.length<=this._maxLength}}]),r}();(0,Hb.default)(zb.prototype);var _t={};Object.defineProperty(_t,"__esModule",{value:!0}),_t.Opaque=void 0;var Xb=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Ko=Te,Yb=M,Kb=Zb(Yb);function Zb(r){return r&&r.__esModule?r:{default:r}}function Jb(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var Qb=_t.Opaque=function(){function r(e){Jb(this,r),this._length=e,this._padding=(0,Ko.calculatePadding)(e)}return Xb(r,[{key:"read",value:function(t){var n=t.slice(this._length);return(0,Ko.slicePadding)(t,this._padding),n.buffer()}},{key:"write",value:function(t,n){if(t.length!==this._length)throw new Error("XDR Write Error: Got "+t.length+" bytes, expected "+this._length);n.writeBufferPadded(t)}},{key:"isValid",value:function(t){return y.isBuffer(t)&&t.length===this._length}}]),r}();(0,Kb.default)(Qb.prototype);var mt={};Object.defineProperty(mt,"__esModule",{value:!0}),mt.VarOpaque=void 0;var e1=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Zo=oe,r1=xe,Jo=Te,t1=M,n1=i1(t1);function i1(r){return r&&r.__esModule?r:{default:r}}function a1(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var o1=mt.VarOpaque=function(){function r(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:r1.UnsignedInt.MAX_VALUE;a1(this,r),this._maxLength=e}return e1(r,[{key:"read",value:function(t){var n=Zo.Int.read(t);if(n>this._maxLength)throw new Error("XDR Read Error: Saw "+n+" length VarOpaque,"+("max allowed is "+this._maxLength));var i=(0,Jo.calculatePadding)(n),a=t.slice(n);return(0,Jo.slicePadding)(t,i),a.buffer()}},{key:"write",value:function(t,n){if(t.length>this._maxLength)throw new Error("XDR Write Error: Got "+t.length+" bytes,"+("max allows is "+this._maxLength));Zo.Int.write(t.length,n),n.writeBufferPadded(t)}},{key:"isValid",value:function(t){return y.isBuffer(t)&&t.length<=this._maxLength}}]),r}();(0,n1.default)(o1.prototype);var wt={},Pe={exports:{}};function u1(r,e){for(var t=-1,n=r==null?0:r.length;++t<n&&e(r[t],t,r)!==!1;);return r}var Qo=u1,s1=Qr;function f1(r){return typeof r=="function"?r:s1}var eu=f1,c1=Qo,l1=Mn,p1=eu,h1=C;function y1(r,e){var t=h1(r)?c1:l1;return t(r,p1(e))}var d1=y1;(function(r){r.exports=d1})(Pe);var v1=/\s/;function g1(r){for(var e=r.length;e--&&v1.test(r.charAt(e)););return e}var _1=g1,m1=_1,w1=/^\s+/;function b1(r){return r&&r.slice(0,m1(r)+1).replace(w1,"")}var $1=b1,E1=$1,ru=ve,A1=ft,tu=0/0,O1=/^[-+]0x[0-9a-f]+$/i,S1=/^0b[01]+$/i,T1=/^0o[0-7]+$/i,I1=parseInt;function x1(r){if(typeof r=="number")return r;if(A1(r))return tu;if(ru(r)){var e=typeof r.valueOf=="function"?r.valueOf():r;r=ru(e)?e+"":e}if(typeof r!="string")return r===0?r:+r;r=E1(r);var t=S1.test(r);return t||T1.test(r)?I1(r.slice(2),t?2:8):O1.test(r)?tu:+r}var P1=x1,F1=P1,nu=1/0,R1=17976931348623157e292;function M1(r){if(!r)return r===0?r:0;if(r=F1(r),r===nu||r===-nu){var e=r<0?-1:1;return e*R1}return r===r?r:0}var D1=M1,N1=D1;function B1(r){var e=N1(r),t=e%1;return e===e?t?e-t:e:0}var U1=B1,C1=La,L1=eu,j1=U1,k1=9007199254740991,Qn=4294967295,q1=Math.min;function V1(r,e){if(r=j1(r),r<1||r>k1)return[];var t=Qn,n=q1(r,Qn);e=L1(e),r-=Qn;for(var i=C1(n,e);++t<r;)e(t);return i}var iu=V1;Object.defineProperty(wt,"__esModule",{value:!0}),wt.Array=void 0;var G1=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),H1=Yn,W1=br(H1),z1=Pe.exports,X1=br(z1),Y1=iu,K1=br(Y1),Z1=C,au=br(Z1),J1=M,Q1=br(J1);function br(r){return r&&r.__esModule?r:{default:r}}function e$(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var r$=wt.Array=function(){function r(e,t){e$(this,r),this._childType=e,this._length=t}return G1(r,[{key:"read",value:function(t){var n=this;return(0,K1.default)(this._length,function(){return n._childType.read(t)})}},{key:"write",value:function(t,n){var i=this;if(!(0,au.default)(t))throw new Error("XDR Write Error: value is not array");if(t.length!==this._length)throw new Error("XDR Write Error: Got array of size "+t.length+","+("expected "+this._length));(0,X1.default)(t,function(a){return i._childType.write(a,n)})}},{key:"isValid",value:function(t){var n=this;return!(0,au.default)(t)||t.length!==this._length?!1:(0,W1.default)(t,function(i){return n._childType.isValid(i)})}}]),r}();(0,Q1.default)(r$.prototype);var bt={};Object.defineProperty(bt,"__esModule",{value:!0}),bt.VarArray=void 0;var t$=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),n$=Yn,i$=$r(n$),a$=Pe.exports,o$=$r(a$),u$=iu,s$=$r(u$),f$=C,ou=$r(f$),c$=xe,uu=oe,l$=M,p$=$r(l$);function $r(r){return r&&r.__esModule?r:{default:r}}function h$(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var y$=bt.VarArray=function(){function r(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:c$.UnsignedInt.MAX_VALUE;h$(this,r),this._childType=e,this._maxLength=t}return t$(r,[{key:"read",value:function(t){var n=this,i=uu.Int.read(t);if(i>this._maxLength)throw new Error("XDR Read Error: Saw "+i+" length VarArray,"+("max allowed is "+this._maxLength));return(0,s$.default)(i,function(){return n._childType.read(t)})}},{key:"write",value:function(t,n){var i=this;if(!(0,ou.default)(t))throw new Error("XDR Write Error: value is not array");if(t.length>this._maxLength)throw new Error("XDR Write Error: Got array of size "+t.length+","+("max allowed is "+this._maxLength));uu.Int.write(t.length,n),(0,o$.default)(t,function(a){return i._childType.write(a,n)})}},{key:"isValid",value:function(t){var n=this;return!(0,ou.default)(t)||t.length>this._maxLength?!1:(0,i$.default)(t,function(i){return n._childType.isValid(i)})}}]),r}();(0,p$.default)(y$.prototype);var $t={};function d$(r){return r===null}var v$=d$;function g$(r){return r===void 0}var Er=g$;Object.defineProperty($t,"__esModule",{value:!0}),$t.Option=void 0;var _$=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),m$=v$,su=ei(m$),w$=Er,fu=ei(w$),cu=wr,b$=M,$$=ei(b$);function ei(r){return r&&r.__esModule?r:{default:r}}function E$(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var A$=$t.Option=function(){function r(e){E$(this,r),this._childType=e}return _$(r,[{key:"read",value:function(t){if(cu.Bool.read(t))return this._childType.read(t)}},{key:"write",value:function(t,n){var i=!((0,su.default)(t)||(0,fu.default)(t));cu.Bool.write(i,n),i&&this._childType.write(t,n)}},{key:"isValid",value:function(t){return(0,su.default)(t)||(0,fu.default)(t)?!0:this._childType.isValid(t)}}]),r}();(0,$$.default)(A$.prototype);var Ar={};Object.defineProperty(Ar,"__esModule",{value:!0}),Ar.Void=void 0;var O$=Er,lu=pu(O$),S$=M,T$=pu(S$);function pu(r){return r&&r.__esModule?r:{default:r}}var I$=Ar.Void={read:function(){},write:function(e){if(!(0,lu.default)(e))throw new Error("XDR Write Error: trying to write value to a void slot")},isValid:function(e){return(0,lu.default)(e)}};(0,T$.default)(I$);var Et={},x$=ct;function P$(r,e){return x$(e,function(t){return r[t]})}var F$=P$,R$=F$,M$=Ge;function D$(r){return r==null?[]:R$(r,M$(r))}var N$=D$;Object.defineProperty(Et,"__esModule",{value:!0}),Et.Enum=void 0;var B$=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),U$=Pe.exports,C$=ri(U$),L$=N$,j$=ri(L$),hu=oe,k$=M,q$=ri(k$);function ri(r){return r&&r.__esModule?r:{default:r}}function V$(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function G$(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}function yu(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var H$=Et.Enum=function(){function r(e,t){yu(this,r),this.name=e,this.value=t}return B$(r,null,[{key:"read",value:function(t){var n=hu.Int.read(t);if(!this._byValue.has(n))throw new Error("XDR Read Error: Unknown "+this.enumName+" member for value "+n);return this._byValue.get(n)}},{key:"write",value:function(t,n){if(!(t instanceof this))throw new Error("XDR Write Error: Unknown "+t+" is not a "+this.enumName);hu.Int.write(t.value,n)}},{key:"isValid",value:function(t){return t instanceof this}},{key:"members",value:function(){return this._members}},{key:"values",value:function(){return(0,j$.default)(this._members)}},{key:"fromName",value:function(t){var n=this._members[t];if(!n)throw new Error(t+" is not a member of "+this.enumName);return n}},{key:"fromValue",value:function(t){var n=this._byValue.get(t);if(!n)throw new Error(t+" is not a value of any member of "+this.enumName);return n}},{key:"create",value:function(t,n,i){var a=function(o){G$(s,o);function s(){return yu(this,s),V$(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return s}(r);return a.enumName=n,t.results[n]=a,a._members={},a._byValue=new Map,(0,C$.default)(i,function(o,s){var f=new a(s,o);a._members[s]=f,a._byValue.set(o,f),a[s]=function(){return f}}),a}}]),r}();(0,q$.default)(H$);var At={},W$=Mn,z$=cr;function X$(r,e){var t=-1,n=z$(r)?Array(r.length):[];return W$(r,function(i,a,o){n[++t]=e(i,a,o)}),n}var Y$=X$,K$=ct,Z$=Io,J$=Y$,Q$=C;function eE(r,e){var t=Q$(r)?K$:J$;return t(r,Z$(e))}var rE=eE;function tE(r){for(var e=-1,t=r==null?0:r.length,n={};++e<t;){var i=r[e];n[i[0]]=i[1]}return n}var nE=tE,Or={};Object.defineProperty(Or,"__esModule",{value:!0});var iE=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}();function aE(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}Or.Reference=function(){function r(){aE(this,r)}return iE(r,[{key:"resolve",value:function(){throw new Error("implement resolve in child class")}}]),r}(),Object.defineProperty(At,"__esModule",{value:!0}),At.Struct=void 0;var Ot=function(){function r(e,t){var n=[],i=!0,a=!1,o=void 0;try{for(var s=e[Symbol.iterator](),f;!(i=(f=s.next()).done)&&(n.push(f.value),!(t&&n.length===t));i=!0);}catch(c){a=!0,o=c}finally{try{!i&&s.return&&s.return()}finally{if(a)throw o}}return n}return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return r(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),oE=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),uE=Pe.exports,du=Sr(uE),sE=rE,fE=Sr(sE),cE=Er,lE=Sr(cE),pE=nE,hE=Sr(pE),yE=Or,dE=M,vE=Sr(dE);function Sr(r){return r&&r.__esModule?r:{default:r}}function gE(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function _E(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}function vu(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var mE=At.Struct=function(){function r(e){vu(this,r),this._attributes=e||{}}return oE(r,null,[{key:"read",value:function(t){var n=(0,fE.default)(this._fields,function(i){var a=Ot(i,2),o=a[0],s=a[1],f=s.read(t);return[o,f]});return new this((0,hE.default)(n))}},{key:"write",value:function(t,n){if(!(t instanceof this))throw new Error("XDR Write Error: "+t+" is not a "+this.structName);(0,du.default)(this._fields,function(i){var a=Ot(i,2),o=a[0],s=a[1],f=t._attributes[o];s.write(f,n)})}},{key:"isValid",value:function(t){return t instanceof this}},{key:"create",value:function(t,n,i){var a=function(o){_E(s,o);function s(){return vu(this,s),gE(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return s}(r);return a.structName=n,t.results[n]=a,a._fields=i.map(function(o){var s=Ot(o,2),f=s[0],c=s[1];return c instanceof yE.Reference&&(c=c.resolve(t)),[f,c]}),(0,du.default)(a._fields,function(o){var s=Ot(o,1),f=s[0];a.prototype[f]=wE(f)}),a}}]),r}();(0,vE.default)(mE);function wE(r){return function(t){return(0,lE.default)(t)||(this._attributes[r]=t),this._attributes[r]}}var St={};Object.defineProperty(St,"__esModule",{value:!0}),St.Union=void 0;var bE=function(){function r(e,t){var n=[],i=!0,a=!1,o=void 0;try{for(var s=e[Symbol.iterator](),f;!(i=(f=s.next()).done)&&(n.push(f.value),!(t&&n.length===t));i=!0);}catch(c){a=!0,o=c}finally{try{!i&&s.return&&s.return()}finally{if(a)throw o}}return n}return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return r(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),$E=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),EE=Pe.exports,Tt=xt(EE),AE=Er,gu=xt(AE),OE=Wo,_u=xt(OE),It=Ar,ti=Or,SE=M,TE=xt(SE);function xt(r){return r&&r.__esModule?r:{default:r}}function IE(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function xE(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}function mu(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var PE=St.Union=function(){function r(e,t){mu(this,r),this.set(e,t)}return $E(r,[{key:"set",value:function(t,n){(0,_u.default)(t)&&(t=this.constructor._switchOn.fromName(t)),this._switch=t,this._arm=this.constructor.armForSwitch(this._switch),this._armType=this.constructor.armTypeForArm(this._arm),this._value=n}},{key:"get",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this._arm;if(this._arm!==It.Void&&this._arm!==t)throw new Error(t+" not set");return this._value}},{key:"switch",value:function(){return this._switch}},{key:"arm",value:function(){return this._arm}},{key:"armType",value:function(){return this._armType}},{key:"value",value:function(){return this._value}}],[{key:"armForSwitch",value:function(t){if(this._switches.has(t))return this._switches.get(t);if(this._defaultArm)return this._defaultArm;throw new Error("Bad union switch: "+t)}},{key:"armTypeForArm",value:function(t){return t===It.Void?It.Void:this._arms[t]}},{key:"read",value:function(t){var n=this._switchOn.read(t),i=this.armForSwitch(n),a=this.armTypeForArm(i),o=void 0;return(0,gu.default)(a)?o=i.read(t):o=a.read(t),new this(n,o)}},{key:"write",value:function(t,n){if(!(t instanceof this))throw new Error("XDR Write Error: "+t+" is not a "+this.unionName);this._switchOn.write(t.switch(),n),t.armType().write(t.value(),n)}},{key:"isValid",value:function(t){return t instanceof this}},{key:"create",value:function(t,n,i){var a=function(s){xE(f,s);function f(){return mu(this,f),IE(this,(f.__proto__||Object.getPrototypeOf(f)).apply(this,arguments))}return f}(r);a.unionName=n,t.results[n]=a,i.switchOn instanceof ti.Reference?a._switchOn=i.switchOn.resolve(t):a._switchOn=i.switchOn,a._switches=new Map,a._arms={},(0,Tt.default)(i.arms,function(s,f){s instanceof ti.Reference&&(s=s.resolve(t)),a._arms[f]=s});var o=i.defaultArm;return o instanceof ti.Reference&&(o=o.resolve(t)),a._defaultArm=o,(0,Tt.default)(i.switches,function(s){var f=bE(s,2),c=f[0],l=f[1];(0,_u.default)(c)&&(c=a._switchOn.fromName(c)),a._switches.set(c,l)}),(0,gu.default)(a._switchOn.values)||(0,Tt.default)(a._switchOn.values(),function(s){a[s.name]=function(f){return new a(s,f)},a.prototype[s.name]=function(c){return this.set(s,c)}}),(0,Tt.default)(a._arms,function(s,f){s!==It.Void&&(a.prototype[f]=function(){return this.get(f)})}),a}}]),r}();(0,TE.default)(PE),function(r){Object.defineProperty(r,"__esModule",{value:!0});var e=oe;Object.keys(e).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return e[h]}})});var t=pt;Object.keys(t).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return t[h]}})});var n=xe;Object.keys(n).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return n[h]}})});var i=ht;Object.keys(i).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return i[h]}})});var a=yt;Object.keys(a).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return a[h]}})});var o=dt;Object.keys(o).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return o[h]}})});var s=vt;Object.keys(s).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return s[h]}})});var f=wr;Object.keys(f).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return f[h]}})});var c=gt;Object.keys(c).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return c[h]}})});var l=_t;Object.keys(l).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return l[h]}})});var u=mt;Object.keys(u).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return u[h]}})});var p=wt;Object.keys(p).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return p[h]}})});var d=bt;Object.keys(d).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return d[h]}})});var g=$t;Object.keys(g).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return g[h]}})});var b=Ar;Object.keys(b).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return b[h]}})});var E=Et;Object.keys(E).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return E[h]}})});var w=At;Object.keys(w).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return w[h]}})});var S=St;Object.keys(S).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return S[h]}})})}(On);var wu={};(function(r){Object.defineProperty(r,"__esModule",{value:!0});var e=function(){function m(v,_){for(var $=0;$<_.length;$++){var A=_[$];A.enumerable=A.enumerable||!1,A.configurable=!0,"value"in A&&(A.writable=!0),Object.defineProperty(v,A.key,A)}}return function(v,_,$){return _&&m(v.prototype,_),$&&m(v,$),v}}(),t=Or;Object.keys(t).forEach(function(m){m==="default"||m==="__esModule"||Object.defineProperty(r,m,{enumerable:!0,get:function(){return t[m]}})}),r.config=g;var n=Er,i=l(n),a=Pe.exports,o=l(a),s=On,f=c(s);function c(m){if(m&&m.__esModule)return m;var v={};if(m!=null)for(var _ in m)Object.prototype.hasOwnProperty.call(m,_)&&(v[_]=m[_]);return v.default=m,v}function l(m){return m&&m.__esModule?m:{default:m}}function u(m,v){if(!(m instanceof v))throw new TypeError("Cannot call a class as a function")}function p(m,v){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:m}function d(m,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);m.prototype=Object.create(v&&v.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(m,v):m.__proto__=v)}function g(m){var v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(m){var _=new R(v);m(_),_.resolve()}return v}var b=function(m){d(v,m);function v(_){u(this,v);var $=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return $.name=_,$}return e(v,[{key:"resolve",value:function($){var A=$.definitions[this.name];return A.resolve($)}}]),v}(t.Reference),E=function(m){d(v,m);function v(_,$){var A=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;u(this,v);var L=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return L.childReference=_,L.length=$,L.variable=A,L}return e(v,[{key:"resolve",value:function($){var A=this.childReference,L=this.length;return A instanceof t.Reference&&(A=A.resolve($)),L instanceof t.Reference&&(L=L.resolve($)),this.variable?new f.VarArray(A,L):new f.Array(A,L)}}]),v}(t.Reference),w=function(m){d(v,m);function v(_){u(this,v);var $=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return $.childReference=_,$.name=_.name,$}return e(v,[{key:"resolve",value:function($){var A=this.childReference;return A instanceof t.Reference&&(A=A.resolve($)),new f.Option(A)}}]),v}(t.Reference),S=function(m){d(v,m);function v(_,$){u(this,v);var A=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return A.sizedType=_,A.length=$,A}return e(v,[{key:"resolve",value:function($){var A=this.length;return A instanceof t.Reference&&(A=A.resolve($)),new this.sizedType(A)}}]),v}(t.Reference),h=function(){function m(v,_,$){u(this,m),this.constructor=v,this.name=_,this.config=$}return e(m,[{key:"resolve",value:function(_){return this.name in _.results?_.results[this.name]:this.constructor(_,this.name,this.config)}}]),m}();function O(m,v,_){return _ instanceof t.Reference&&(_=_.resolve(m)),m.results[v]=_,_}function x(m,v,_){return m.results[v]=_,_}var R=function(){function m(v){u(this,m),this._destination=v,this._definitions={}}return e(m,[{key:"enum",value:function(_,$){var A=new h(f.Enum.create,_,$);this.define(_,A)}},{key:"struct",value:function(_,$){var A=new h(f.Struct.create,_,$);this.define(_,A)}},{key:"union",value:function(_,$){var A=new h(f.Union.create,_,$);this.define(_,A)}},{key:"typedef",value:function(_,$){var A=new h(O,_,$);this.define(_,A)}},{key:"const",value:function(_,$){var A=new h(x,_,$);this.define(_,A)}},{key:"void",value:function(){return f.Void}},{key:"bool",value:function(){return f.Bool}},{key:"int",value:function(){return f.Int}},{key:"hyper",value:function(){return f.Hyper}},{key:"uint",value:function(){return f.UnsignedInt}},{key:"uhyper",value:function(){return f.UnsignedHyper}},{key:"float",value:function(){return f.Float}},{key:"double",value:function(){return f.Double}},{key:"quadruple",value:function(){return f.Quadruple}},{key:"string",value:function(_){return new S(f.String,_)}},{key:"opaque",value:function(_){return new S(f.Opaque,_)}},{key:"varOpaque",value:function(_){return new S(f.VarOpaque,_)}},{key:"array",value:function(_,$){return new E(_,$)}},{key:"varArray",value:function(_,$){return new E(_,$,!0)}},{key:"option",value:function(_){return new w(_)}},{key:"define",value:function(_,$){if((0,i.default)(this._destination[_]))this._definitions[_]=$;else throw new Error("XDRTypes Error:"+_+" is already defined")}},{key:"lookup",value:function(_){return new b(_)}},{key:"resolve",value:function(){var _=this;(0,o.default)(this._definitions,function($){$.resolve({definitions:_._definitions,results:_._destination})})}}]),m}()})(wu),function(r){Object.defineProperty(r,"__esModule",{value:!0});var e=On;Object.keys(e).forEach(function(n){n==="default"||n==="__esModule"||Object.defineProperty(r,n,{enumerable:!0,get:function(){return e[n]}})});var t=wu;Object.keys(t).forEach(function(n){n==="default"||n==="__esModule"||Object.defineProperty(r,n,{enumerable:!0,get:function(){return t[n]}})})}(ba);const FE=ba.config(r=>{r.enum("EnvelopeType",{envelopeTypeBundle:0}),r.typedef("Uint32",r.uint()),r.typedef("Uint64",r.uhyper()),r.union("BundleItemExt",{switchOn:r.int(),switchName:"v",switches:[[0,r.void()]],arms:{}}),r.struct("BundleItem",[["collectionId",r.lookup("Uint64")],["productId",r.lookup("Uint64")],["variantId",r.lookup("Uint64")],["sku",r.string()],["quantity",r.lookup("Uint32")],["ext",r.lookup("BundleItemExt")]]),r.union("BundleExt",{switchOn:r.int(),switchName:"v",switches:[[0,r.void()]],arms:{}}),r.struct("Bundle",[["variantId",r.lookup("Uint64")],["items",r.varArray(r.lookup("BundleItem"),500)],["version",r.lookup("Uint32")],["ext",r.lookup("BundleExt")]]),r.union("BundleEnvelope",{switchOn:r.lookup("EnvelopeType"),switchName:"type",switches:[["envelopeTypeBundle","v1"]],arms:{v1:r.lookup("Bundle")}})}),se=FE;function RE(r){let e={variantId:se.Uint64.fromString(r.variantId.toString()),version:r.version||Math.floor(Date.now()/1e3),items:r.items.map(n=>new se.BundleItem({collectionId:se.Uint64.fromString(n.collectionId.toString()),productId:se.Uint64.fromString(n.productId.toString()),variantId:se.Uint64.fromString(n.variantId.toString()),sku:n.sku||"",quantity:n.quantity,ext:new se.BundleItemExt(0)})),ext:new se.BundleExt(0)};const t=new se.Bundle(e);return se.BundleEnvelope.envelopeTypeBundle(t).toXDR("base64")}let ME=(r=21)=>crypto.getRandomValues(new Uint8Array(r)).reduce((e,t)=>(t&=63,t<36?e+=t.toString(36):t<62?e+=(t-26).toString(36).toUpperCase():t>62?e+="-":e+="_",e),"");var DE=Ve,NE=Ge;function BE(r,e){return r&&DE(e,NE(e),r)}var UE=BE,CE=Ve,LE=et;function jE(r,e){return r&&CE(e,LE(e),r)}var kE=jE,ni={exports:{}};(function(r,e){var t=Q,n=e&&!e.nodeType&&e,i=n&&!0&&r&&!r.nodeType&&r,a=i&&i.exports===n,o=a?t.Buffer:void 0,s=o?o.allocUnsafe:void 0;function f(c,l){if(l)return c.slice();var u=c.length,p=s?s(u):new c.constructor(u);return c.copy(p),p}r.exports=f})(ni,ni.exports);function qE(r,e){var t=-1,n=r.length;for(e||(e=Array(n));++t<n;)e[t]=r[t];return e}var VE=qE,GE=Ve,HE=Ln;function WE(r,e){return GE(r,HE(r),e)}var zE=WE,XE=Wa,YE=XE(Object.getPrototypeOf,Object),ii=YE,KE=Cn,ZE=ii,JE=Ln,QE=ro,eA=Object.getOwnPropertySymbols,rA=eA?function(r){for(var e=[];r;)KE(e,JE(r)),r=ZE(r);return e}:QE,bu=rA,tA=Ve,nA=bu;function iA(r,e){return tA(r,nA(r),e)}var aA=iA,oA=eo,uA=bu,sA=et;function fA(r){return oA(r,sA,uA)}var $u=fA,cA=Object.prototype,lA=cA.hasOwnProperty;function pA(r){var e=r.length,t=new r.constructor(e);return e&&typeof r[0]=="string"&&lA.call(r,"index")&&(t.index=r.index,t.input=r.input),t}var hA=pA,Eu=Ka;function yA(r){var e=new r.constructor(r.byteLength);return new Eu(e).set(new Eu(r)),e}var ai=yA,dA=ai;function vA(r,e){var t=e?dA(r.buffer):r.buffer;return new r.constructor(t,r.byteOffset,r.byteLength)}var gA=vA,_A=/\w*$/;function mA(r){var e=new r.constructor(r.source,_A.exec(r));return e.lastIndex=r.lastIndex,e}var wA=mA,Au=qe,Ou=Au?Au.prototype:void 0,Su=Ou?Ou.valueOf:void 0;function bA(r){return Su?Object(Su.call(r)):{}}var $A=bA,EA=ai;function AA(r,e){var t=e?EA(r.buffer):r.buffer;return new r.constructor(t,r.byteOffset,r.length)}var OA=AA,SA=ai,TA=gA,IA=wA,xA=$A,PA=OA,FA="[object Boolean]",RA="[object Date]",MA="[object Map]",DA="[object Number]",NA="[object RegExp]",BA="[object Set]",UA="[object String]",CA="[object Symbol]",LA="[object ArrayBuffer]",jA="[object DataView]",kA="[object Float32Array]",qA="[object Float64Array]",VA="[object Int8Array]",GA="[object Int16Array]",HA="[object Int32Array]",WA="[object Uint8Array]",zA="[object Uint8ClampedArray]",XA="[object Uint16Array]",YA="[object Uint32Array]";function KA(r,e,t){var n=r.constructor;switch(e){case LA:return SA(r);case FA:case RA:return new n(+r);case jA:return TA(r,t);case kA:case qA:case VA:case GA:case HA:case WA:case zA:case XA:case YA:return PA(r,t);case MA:return new n;case DA:case UA:return new n(r);case NA:return IA(r);case BA:return new n;case CA:return xA(r)}}var ZA=KA,JA=ve,Tu=Object.create,QA=function(){function r(){}return function(e){if(!JA(e))return{};if(Tu)return Tu(e);r.prototype=e;var t=new r;return r.prototype=void 0,t}}(),eO=QA,rO=eO,tO=ii,nO=Rn;function iO(r){return typeof r.constructor=="function"&&!nO(r)?rO(tO(r)):{}}var aO=iO,oO=ut,uO=H,sO="[object Map]";function fO(r){return uO(r)&&oO(r)==sO}var cO=fO,lO=cO,pO=Fn,Iu=pr.exports,xu=Iu&&Iu.isMap,hO=xu?pO(xu):lO,yO=hO,dO=ut,vO=H,gO="[object Set]";function _O(r){return vO(r)&&dO(r)==gO}var mO=_O,wO=mO,bO=Fn,Pu=pr.exports,Fu=Pu&&Pu.isSet,$O=Fu?bO(Fu):wO,EO=$O,AO=Bn,OO=Qo,SO=Ma,TO=UE,IO=kE,xO=ni.exports,PO=VE,FO=zE,RO=aA,MO=no,DO=$u,NO=ut,BO=hA,UO=ZA,CO=aO,LO=C,jO=lr.exports,kO=yO,qO=ve,VO=EO,GO=Ge,HO=et,WO=1,zO=2,XO=4,Ru="[object Arguments]",YO="[object Array]",KO="[object Boolean]",ZO="[object Date]",JO="[object Error]",Mu="[object Function]",QO="[object GeneratorFunction]",eS="[object Map]",rS="[object Number]",Du="[object Object]",tS="[object RegExp]",nS="[object Set]",iS="[object String]",aS="[object Symbol]",oS="[object WeakMap]",uS="[object ArrayBuffer]",sS="[object DataView]",fS="[object Float32Array]",cS="[object Float64Array]",lS="[object Int8Array]",pS="[object Int16Array]",hS="[object Int32Array]",yS="[object Uint8Array]",dS="[object Uint8ClampedArray]",vS="[object Uint16Array]",gS="[object Uint32Array]",P={};P[Ru]=P[YO]=P[uS]=P[sS]=P[KO]=P[ZO]=P[fS]=P[cS]=P[lS]=P[pS]=P[hS]=P[eS]=P[rS]=P[Du]=P[tS]=P[nS]=P[iS]=P[aS]=P[yS]=P[dS]=P[vS]=P[gS]=!0,P[JO]=P[Mu]=P[oS]=!1;function Pt(r,e,t,n,i,a){var o,s=e&WO,f=e&zO,c=e&XO;if(t&&(o=i?t(r,n,i,a):t(r)),o!==void 0)return o;if(!qO(r))return r;var l=LO(r);if(l){if(o=BO(r),!s)return PO(r,o)}else{var u=NO(r),p=u==Mu||u==QO;if(jO(r))return xO(r,s);if(u==Du||u==Ru||p&&!i){if(o=f||p?{}:CO(r),!s)return f?RO(r,IO(o,r)):FO(r,TO(o,r))}else{if(!P[u])return i?r:{};o=UO(r,u,s)}}a||(a=new AO);var d=a.get(r);if(d)return d;a.set(r,o),VO(r)?r.forEach(function(E){o.add(Pt(E,e,t,E,r,a))}):kO(r)&&r.forEach(function(E,w){o.set(w,Pt(E,e,t,w,r,a))});var g=c?f?DO:MO:f?HO:GO,b=l?void 0:g(r);return OO(b||r,function(E,w){b&&(w=E,E=r[w]),SO(o,w,Pt(E,e,t,w,r,a))}),o}var _S=Pt;function mS(r){var e=r==null?0:r.length;return e?r[e-1]:void 0}var wS=mS;function bS(r,e,t){var n=-1,i=r.length;e<0&&(e=-e>i?0:i+e),t=t>i?i:t,t<0&&(t+=i),i=e>t?0:t-e>>>0,e>>>=0;for(var a=Array(i);++n<i;)a[n]=r[n+e];return a}var $S=bS,ES=Xn,AS=$S;function OS(r,e){return e.length<2?r:ES(r,AS(e,0,-1))}var SS=OS,TS=lt,IS=wS,xS=SS,PS=hr;function FS(r,e){return e=TS(e,r),r=xS(r,e),r==null||delete r[PS(IS(e))]}var RS=FS,MS=ue,DS=ii,NS=H,BS="[object Object]",US=Function.prototype,CS=Object.prototype,Nu=US.toString,LS=CS.hasOwnProperty,jS=Nu.call(Object);function kS(r){if(!NS(r)||MS(r)!=BS)return!1;var e=DS(r);if(e===null)return!0;var t=LS.call(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&Nu.call(t)==jS}var qS=kS,VS=qS;function GS(r){return VS(r)?void 0:r}var HS=GS,Bu=qe,WS=Pn,zS=C,Uu=Bu?Bu.isConcatSpreadable:void 0;function XS(r){return zS(r)||WS(r)||!!(Uu&&r&&r[Uu])}var YS=XS,KS=Cn,ZS=YS;function Cu(r,e,t,n,i){var a=-1,o=r.length;for(t||(t=ZS),i||(i=[]);++a<o;){var s=r[a];e>0&&t(s)?e>1?Cu(s,e-1,t,n,i):KS(i,s):n||(i[i.length]=s)}return i}var JS=Cu,QS=JS;function eT(r){var e=r==null?0:r.length;return e?QS(r,1):[]}var rT=eT,tT=rT,nT=Na,iT=Ua;function aT(r){return iT(nT(r,void 0,tT),r+"")}var oT=aT,uT=ct,sT=_S,fT=RS,cT=lt,lT=Ve,pT=HS,hT=oT,yT=$u,dT=1,vT=2,gT=4,_T=hT(function(r,e){var t={};if(r==null)return t;var n=!1;e=uT(e,function(a){return a=cT(a,r),n||(n=a.length>1),a}),lT(r,yT(r),t),n&&(t=sT(t,dT|vT|gT,pT));for(var i=e.length;i--;)fT(t,e[i]);return t}),mT=_T,wT=Object.defineProperty,bT=Object.defineProperties,$T=Object.getOwnPropertyDescriptors,Lu=Object.getOwnPropertySymbols,ET=Object.prototype.hasOwnProperty,AT=Object.prototype.propertyIsEnumerable,ju=(r,e,t)=>e in r?wT(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,OT=(r,e)=>{for(var t in e||(e={}))ET.call(e,t)&&ju(r,t,e[t]);if(Lu)for(var t of Lu(e))AT.call(e,t)&&ju(r,t,e[t]);return r},ST=(r,e)=>bT(r,$T(e));function TT(r){try{return JSON.parse(r)}catch{return r}}function IT(r){return Object.entries(r).reduce((e,[t,n])=>ST(OT({},e),{[t]:TT(n)}),{})}var xT=Object.defineProperty,PT=Object.defineProperties,FT=Object.getOwnPropertyDescriptors,ku=Object.getOwnPropertySymbols,RT=Object.prototype.hasOwnProperty,MT=Object.prototype.propertyIsEnumerable,qu=(r,e,t)=>e in r?xT(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,Vu=(r,e)=>{for(var t in e||(e={}))RT.call(e,t)&&qu(r,t,e[t]);if(ku)for(var t of ku(e))MT.call(e,t)&&qu(r,t,e[t]);return r},Gu=(r,e)=>PT(r,FT(e));function Hu(r){var e;const t=IT(r),n=t.auto_inject===void 0?!0:t.auto_inject,i=(e=t.display_on)!=null?e:[],a=t.first_option==="autodeliver";return Gu(Vu({},mT(t,["display_on","first_option"])),{auto_inject:n,valid_pages:i,is_subscription_first:a,autoInject:n,validPages:i,isSubscriptionFirst:a})}function Wu(r){var e;const t=((e=r.subscription_options)==null?void 0:e.storefront_purchase_options)==="subscription_only";return Gu(Vu({},r),{is_subscription_only:t,isSubscriptionOnly:t})}function DT(r){return r.map(e=>{const t={};return Object.entries(e).forEach(([n,i])=>{t[n]=Wu(i)}),t})}const Ft="2020-12",NT={store_currency:{currency_code:"USD",currency_symbol:"$",decimal_separator:".",thousands_separator:",",currency_symbol_location:"left"}},Tr=new Map;function Rt(r,e){return Tr.has(r)||Tr.set(r,e()),Tr.get(r)}async function oi(r){const{product:e}=await Rt(`product.${r}`,()=>Kr("get",`/product/${Ft}/${r}.json`));return Wu(e)}async function zu(){return await Rt("storeSettings",()=>Kr("get",`/${Ft}/store_settings.json`).catch(()=>NT))}async function Xu(){const{widget_settings:r}=await Rt("widgetSettings",()=>Kr("get",`/${Ft}/widget_settings.json`));return Hu(r)}async function Yu(){const{products:r,widget_settings:e,store_settings:t,meta:n}=await Rt("productsAndSettings",()=>Kr("get",`/product/${Ft}/products.json`));return n?.status==="error"?Promise.reject(n.message):{products:DT(r),widget_settings:Hu(e),store_settings:t??{}}}async function BT(){const{products:r}=await Yu();return r}async function UT(r){const[e,t,n]=await Promise.all([oi(r),zu(),Xu()]);return{product:e,store_settings:t,widget_settings:n,storeSettings:t,widgetSettings:n}}async function Ku(r){const{bundle_product:e}=await oi(r);return e}async function Zu(){return Array.from(Tr.keys()).forEach(r=>Tr.delete(r))}var CT=Object.freeze({__proto__:null,getCDNProduct:oi,getCDNStoreSettings:zu,getCDNWidgetSettings:Xu,getCDNProductsAndSettings:Yu,getCDNProducts:BT,getCDNProductAndSettings:UT,getCDNBundleSettings:Ku,resetCDNCache:Zu});const Ju="/bundling-storefront-manager";function LT(){return Math.ceil(Date.now()/1e3)}async function jT(){try{const{timestamp:r}=await En("get",`${Ju}/t`,{headers:{"X-Recharge-App":"storefront-client"}});return r}catch(r){return console.error(`Fetch failed: ${r}. Using client-side date.`),LT()}}async function kT(r){const e=sr();if(!await Qu(r))throw new Error("Bundle is invalid.");const t=await jT(),n=RE({variantId:r.externalVariantId,version:t,items:r.selections.map(i=>({collectionId:i.collectionId,productId:i.externalProductId,variantId:i.externalVariantId,quantity:i.quantity,sku:""}))});try{const i=await En("post",`${Ju}/api/v1/bundles`,{data:{bundle:n},headers:{Origin:`https://${e.storeIdentifier}`}});if(!i.id||i.code!==200)throw new Error(`1: failed generating rb_id: ${JSON.stringify(i)}`);return i.id}catch(i){throw new Error(`2: failed generating rb_id ${i}`)}}function qT(r,e){const t=es(r);if(t!==!0)throw new Error(`Dynamic Bundle is invalid. ${t}`);const n=`${ME(9)}:${r.externalProductId}`;return r.selections.map(i=>{const a={id:i.externalVariantId,quantity:i.quantity,properties:{_rc_bundle:n,_rc_bundle_variant:r.externalVariantId,_rc_bundle_parent:e,_rc_bundle_collection_id:i.collectionId}};return i.sellingPlan?a.selling_plan=i.sellingPlan:i.shippingIntervalFrequency&&(a.properties.shipping_interval_frequency=i.shippingIntervalFrequency,a.properties.shipping_interval_unit_type=i.shippingIntervalUnitType,a.id=`${i.discountedVariantId}`),a})}async function Qu(r){try{const e=await Ku(r.externalProductId);return!!r&&!!e}catch{return console.error("Error fetching bundle settings"),!1}}const VT={day:["day","days","Days"],days:["day","days","Days"],Days:["day","days","Days"],week:["week","weeks","Weeks"],weeks:["week","weeks","Weeks"],Weeks:["week","weeks","Weeks"],month:["month","months","Months"],months:["month","months","Months"],Months:["month","months","Months"]};function es(r){if(!r)return"No bundle defined.";if(r.selections.length===0)return"No selections defined.";const{shippingIntervalFrequency:e,shippingIntervalUnitType:t}=r.selections.find(n=>n.shippingIntervalFrequency||n.shippingIntervalUnitType)||{};if(e||t){if(!e||!t)return"Shipping intervals do not match on selections.";{const n=VT[t];for(let i=0;i<r.selections.length;i++){const{shippingIntervalFrequency:a,shippingIntervalUnitType:o}=r.selections[i];if(a&&a!==e||o&&!n.includes(o))return"Shipping intervals do not match on selections."}}}return!0}var GT=Object.freeze({__proto__:null,getBundleId:kT,getDynamicBundleItems:qT,validateBundle:Qu,validateDynamicBundle:es});async function HT(r,e,t){const{charge:n}=await T("get","/charges",{id:e,query:{include:t?.include}},r);return n}function WT(r,e){return T("get","/charges",{query:e},r)}async function zT(r,e,t){const{charge:n}=await T("post",`/charges/${e}/apply_discount`,{data:{discount_code:t}},r);return n}async function XT(r,e){const{charge:t}=await T("post",`/charges/${e}/remove_discount`,{},r);return t}async function YT(r,e){const{charge:t}=await T("post",`/charges/${e}/skip`,{},r);return t}async function KT(r,e){const{charge:t}=await T("post",`/charges/${e}/unskip`,{},r);return t}async function ZT(r,e){const{charge:t}=await T("post",`/charges/${e}/process`,{},r);return t}var JT=Object.freeze({__proto__:null,getCharge:HT,listCharges:WT,applyDiscountToCharge:zT,removeDiscountsFromCharge:XT,skipCharge:YT,unskipCharge:KT,processCharge:ZT});async function QT(r,e){const{membership:t}=await T("get","/memberships",{id:e},r);return t}function e2(r,e){return T("get","/memberships",{query:e},r)}async function r2(r,e,t){const{membership:n}=await T("post",`/memberships/${e}/cancel`,{data:t},r);return n}async function t2(r,e,t){const{membership:n}=await T("post",`/memberships/${e}/activate`,{data:t},r);return n}var n2=Object.freeze({__proto__:null,getMembership:QT,listMemberships:e2,cancelMembership:r2,activateMembership:t2});async function i2(r,e){const{onetime:t}=await T("get","/onetimes",{id:e},r);return t}function a2(r,e){return T("get","/onetimes",{query:e},r)}async function o2(r,e){const{onetime:t}=await T("post","/onetimes",{data:e},r);return t}async function u2(r,e,t){const{onetime:n}=await T("put","/onetimes",{id:e,data:t},r);return n}function s2(r,e){return T("delete","/onetime",{id:e},r)}var f2=Object.freeze({__proto__:null,getOnetime:i2,listOnetimes:a2,createOnetime:o2,updateOnetime:u2,deleteOnetime:s2});async function c2(r,e){const{order:t}=await T("get","/orders",{id:e},r);return t}function l2(r,e){return T("get","/orders",{query:e},r)}var p2=Object.freeze({__proto__:null,getOrder:c2,listOrders:l2});async function h2(r,e,t){const{payment_method:n}=await T("get","/payment_methods",{id:e,query:{include:t?.include}},r);return n}async function y2(r,e,t){const{payment_method:n}=await T("put","/payment_methods",{id:e,data:t},r);return n}function d2(r,e){return T("get","/payment_methods",{query:e},r)}var v2=Object.freeze({__proto__:null,getPaymentMethod:h2,updatePaymentMethod:y2,listPaymentMethods:d2});async function g2(r,e){const{plan:t}=await T("get","/plans",{id:e},r);return t}function _2(r,e){return T("get","/plans",{query:e},r)}var m2=Object.freeze({__proto__:null,getPlan:g2,listPlans:_2});async function w2(r,e,t){const{subscription:n}=await T("get","/subscriptions",{id:e,query:{include:t?.include}},r);return n}function b2(r,e){return T("get","/subscriptions",{query:e},r)}async function $2(r,e){const{subscription:t}=await T("post","/subscriptions",{data:e},r);return t}async function E2(r,e,t,n){const{subscription:i}=await T("put","/subscriptions",{id:e,data:t,query:n},r);return i}async function A2(r,e,t){const{subscription:n}=await T("post",`/subscriptions/${e}/set_next_charge_date`,{data:{date:t}},r);return n}async function O2(r,e,t){const{subscription:n}=await T("post",`/subscriptions/${e}/change_address`,{data:{address_id:t}},r);return n}async function S2(r,e,t){const{subscription:n}=await T("post",`/subscriptions/${e}/cancel`,{data:t},r);return n}async function T2(r,e){const{subscription:t}=await T("post",`/subscriptions/${e}/activate`,{},r);return t}async function I2(r,e,t){const{charge:n}=await T("post",`/subscriptions/${e}/charges/skip`,{data:{date:t,subscription_id:`${e}`}},r);return n}var x2=Object.freeze({__proto__:null,getSubscription:w2,listSubscriptions:b2,createSubscription:$2,updateSubscription:E2,updateSubscriptionChargeDate:A2,updateSubscriptionAddress:O2,cancelSubscription:S2,activateSubscription:T2,skipSubscriptionCharge:I2});async function P2(r,e){const t=r.customerId;if(!t)throw new Error("Not logged in.");const{customer:n}=await T("get","/customers",{id:t,query:{include:e?.include}},r);return n}async function F2(r,e){const t=r.customerId;if(!t)throw new Error("Not logged in.");const{customer:n}=await T("put","/customers",{id:t,data:e},r);return n}async function R2(r,e){const t=r.customerId;if(!t)throw new Error("Not logged in.");const{deliveries:n}=await T("get",`/customers/${t}/delivery_schedule`,{query:e},r);return n}var M2=Object.freeze({__proto__:null,getCustomer:P2,updateCustomer:F2,getDeliverySchedule:R2});const D2={get(r,e){return ae("get",r,e)},post(r,e){return ae("post",r,e)},put(r,e){return ae("put",r,e)},delete(r,e){return ae("delete",r,e)}};function N2(r){var e,t;if(r)return r;if((e=window?.Shopify)!=null&&e.shop)return window.Shopify.shop;let n=window?.domain;if(!n){const i=(t=location?.href.match(/(?:http[s]*:\/\/)*(.*?)\.(?=admin\.rechargeapps\.com)/i))==null?void 0:t[1].replace(/-sp$/,"");i&&(n=`${i}.myshopify.com`)}if(n)return n;throw new Error("No storeIdentifier was passed into init.")}function B2(r={}){const e=r;$l({storeIdentifier:N2(r.storeIdentifier),loginRetryFn:r.loginRetryFn,storefrontAccessToken:r.storefrontAccessToken,environment:e.environment?e.environment:"prod"}),Zu()}const rs={init:B2,api:D2,address:ql,auth:Hl,bundle:GT,charge:JT,cdn:CT,customer:M2,membership:n2,onetime:f2,order:p2,paymentMethod:v2,plan:m2,subscription:x2};try{rs.init()}catch{}return rs});
28
+ */(function(e,t){typeof Jw=="function"&&!0&&r&&r.exports?r.exports=t():(e.dcodeIO=e.dcodeIO||{}).Long=t()})(te,function(){function e(l,u,p){this.low=l|0,this.high=u|0,this.unsigned=!!p}e.__isLong__,Object.defineProperty(e.prototype,"__isLong__",{value:!0,enumerable:!1,configurable:!1}),e.isLong=function(u){return(u&&u.__isLong__)===!0};var t={},n={};e.fromInt=function(u,p){var d,g;return p?(u=u>>>0,0<=u&&u<256&&(g=n[u],g)?g:(d=new e(u,(u|0)<0?-1:0,!0),0<=u&&u<256&&(n[u]=d),d)):(u=u|0,-128<=u&&u<128&&(g=t[u],g)?g:(d=new e(u,u<0?-1:0,!1),-128<=u&&u<128&&(t[u]=d),d))},e.fromNumber=function(u,p){return p=!!p,isNaN(u)||!isFinite(u)?e.ZERO:!p&&u<=-f?e.MIN_VALUE:!p&&u+1>=f?e.MAX_VALUE:p&&u>=s?e.MAX_UNSIGNED_VALUE:u<0?e.fromNumber(-u,p).negate():new e(u%o|0,u/o|0,p)},e.fromBits=function(u,p,d){return new e(u,p,d)},e.fromString=function(u,p,d){if(u.length===0)throw Error("number format error: empty string");if(u==="NaN"||u==="Infinity"||u==="+Infinity"||u==="-Infinity")return e.ZERO;if(typeof p=="number"&&(d=p,p=!1),d=d||10,d<2||36<d)throw Error("radix out of range: "+d);var g;if((g=u.indexOf("-"))>0)throw Error('number format error: interior "-" character: '+u);if(g===0)return e.fromString(u.substring(1),p,d).negate();for(var b=e.fromNumber(Math.pow(d,8)),E=e.ZERO,w=0;w<u.length;w+=8){var S=Math.min(8,u.length-w),h=parseInt(u.substring(w,w+S),d);if(S<8){var O=e.fromNumber(Math.pow(d,S));E=E.multiply(O).add(e.fromNumber(h))}else E=E.multiply(b),E=E.add(e.fromNumber(h))}return E.unsigned=p,E},e.fromValue=function(u){return u instanceof e?u:typeof u=="number"?e.fromNumber(u):typeof u=="string"?e.fromString(u):new e(u.low,u.high,u.unsigned)};var i=1<<16,a=1<<24,o=i*i,s=o*o,f=s/2,c=e.fromInt(a);return e.ZERO=e.fromInt(0),e.UZERO=e.fromInt(0,!0),e.ONE=e.fromInt(1),e.UONE=e.fromInt(1,!0),e.NEG_ONE=e.fromInt(-1),e.MAX_VALUE=e.fromBits(-1,2147483647,!1),e.MAX_UNSIGNED_VALUE=e.fromBits(-1,-1,!0),e.MIN_VALUE=e.fromBits(0,-2147483648,!1),e.prototype.toInt=function(){return this.unsigned?this.low>>>0:this.low},e.prototype.toNumber=function(){return this.unsigned?(this.high>>>0)*o+(this.low>>>0):this.high*o+(this.low>>>0)},e.prototype.toString=function(u){if(u=u||10,u<2||36<u)throw RangeError("radix out of range: "+u);if(this.isZero())return"0";var p;if(this.isNegative())if(this.equals(e.MIN_VALUE)){var d=e.fromNumber(u),g=this.divide(d);return p=g.multiply(d).subtract(this),g.toString(u)+p.toInt().toString(u)}else return"-"+this.negate().toString(u);var b=e.fromNumber(Math.pow(u,6),this.unsigned);p=this;for(var E="";;){var w=p.divide(b),S=p.subtract(w.multiply(b)).toInt()>>>0,h=S.toString(u);if(p=w,p.isZero())return h+E;for(;h.length<6;)h="0"+h;E=""+h+E}},e.prototype.getHighBits=function(){return this.high},e.prototype.getHighBitsUnsigned=function(){return this.high>>>0},e.prototype.getLowBits=function(){return this.low},e.prototype.getLowBitsUnsigned=function(){return this.low>>>0},e.prototype.getNumBitsAbs=function(){if(this.isNegative())return this.equals(e.MIN_VALUE)?64:this.negate().getNumBitsAbs();for(var u=this.high!=0?this.high:this.low,p=31;p>0&&(u&1<<p)==0;p--);return this.high!=0?p+33:p+1},e.prototype.isZero=function(){return this.high===0&&this.low===0},e.prototype.isNegative=function(){return!this.unsigned&&this.high<0},e.prototype.isPositive=function(){return this.unsigned||this.high>=0},e.prototype.isOdd=function(){return(this.low&1)===1},e.prototype.isEven=function(){return(this.low&1)===0},e.prototype.equals=function(u){return e.isLong(u)||(u=e.fromValue(u)),this.unsigned!==u.unsigned&&this.high>>>31===1&&u.high>>>31===1?!1:this.high===u.high&&this.low===u.low},e.eq=e.prototype.equals,e.prototype.notEquals=function(u){return!this.equals(u)},e.neq=e.prototype.notEquals,e.prototype.lessThan=function(u){return this.compare(u)<0},e.prototype.lt=e.prototype.lessThan,e.prototype.lessThanOrEqual=function(u){return this.compare(u)<=0},e.prototype.lte=e.prototype.lessThanOrEqual,e.prototype.greaterThan=function(u){return this.compare(u)>0},e.prototype.gt=e.prototype.greaterThan,e.prototype.greaterThanOrEqual=function(u){return this.compare(u)>=0},e.prototype.gte=e.prototype.greaterThanOrEqual,e.prototype.compare=function(u){if(e.isLong(u)||(u=e.fromValue(u)),this.equals(u))return 0;var p=this.isNegative(),d=u.isNegative();return p&&!d?-1:!p&&d?1:this.unsigned?u.high>>>0>this.high>>>0||u.high===this.high&&u.low>>>0>this.low>>>0?-1:1:this.subtract(u).isNegative()?-1:1},e.prototype.negate=function(){return!this.unsigned&&this.equals(e.MIN_VALUE)?e.MIN_VALUE:this.not().add(e.ONE)},e.prototype.neg=e.prototype.negate,e.prototype.add=function(u){e.isLong(u)||(u=e.fromValue(u));var p=this.high>>>16,d=this.high&65535,g=this.low>>>16,b=this.low&65535,E=u.high>>>16,w=u.high&65535,S=u.low>>>16,h=u.low&65535,O=0,I=0,R=0,m=0;return m+=b+h,R+=m>>>16,m&=65535,R+=g+S,I+=R>>>16,R&=65535,I+=d+w,O+=I>>>16,I&=65535,O+=p+E,O&=65535,e.fromBits(R<<16|m,O<<16|I,this.unsigned)},e.prototype.subtract=function(u){return e.isLong(u)||(u=e.fromValue(u)),this.add(u.negate())},e.prototype.sub=e.prototype.subtract,e.prototype.multiply=function(u){if(this.isZero()||(e.isLong(u)||(u=e.fromValue(u)),u.isZero()))return e.ZERO;if(this.equals(e.MIN_VALUE))return u.isOdd()?e.MIN_VALUE:e.ZERO;if(u.equals(e.MIN_VALUE))return this.isOdd()?e.MIN_VALUE:e.ZERO;if(this.isNegative())return u.isNegative()?this.negate().multiply(u.negate()):this.negate().multiply(u).negate();if(u.isNegative())return this.multiply(u.negate()).negate();if(this.lessThan(c)&&u.lessThan(c))return e.fromNumber(this.toNumber()*u.toNumber(),this.unsigned);var p=this.high>>>16,d=this.high&65535,g=this.low>>>16,b=this.low&65535,E=u.high>>>16,w=u.high&65535,S=u.low>>>16,h=u.low&65535,O=0,I=0,R=0,m=0;return m+=b*h,R+=m>>>16,m&=65535,R+=g*h,I+=R>>>16,R&=65535,R+=b*S,I+=R>>>16,R&=65535,I+=d*h,O+=I>>>16,I&=65535,I+=g*S,O+=I>>>16,I&=65535,I+=b*w,O+=I>>>16,I&=65535,O+=p*h+d*S+g*w+b*E,O&=65535,e.fromBits(R<<16|m,O<<16|I,this.unsigned)},e.prototype.mul=e.prototype.multiply,e.prototype.divide=function(u){if(e.isLong(u)||(u=e.fromValue(u)),u.isZero())throw new Error("division by zero");if(this.isZero())return this.unsigned?e.UZERO:e.ZERO;var p,d,g;if(this.equals(e.MIN_VALUE)){if(u.equals(e.ONE)||u.equals(e.NEG_ONE))return e.MIN_VALUE;if(u.equals(e.MIN_VALUE))return e.ONE;var b=this.shiftRight(1);return p=b.divide(u).shiftLeft(1),p.equals(e.ZERO)?u.isNegative()?e.ONE:e.NEG_ONE:(d=this.subtract(u.multiply(p)),g=p.add(d.divide(u)),g)}else if(u.equals(e.MIN_VALUE))return this.unsigned?e.UZERO:e.ZERO;if(this.isNegative())return u.isNegative()?this.negate().divide(u.negate()):this.negate().divide(u).negate();if(u.isNegative())return this.divide(u.negate()).negate();for(g=e.ZERO,d=this;d.greaterThanOrEqual(u);){p=Math.max(1,Math.floor(d.toNumber()/u.toNumber()));for(var E=Math.ceil(Math.log(p)/Math.LN2),w=E<=48?1:Math.pow(2,E-48),S=e.fromNumber(p),h=S.multiply(u);h.isNegative()||h.greaterThan(d);)p-=w,S=e.fromNumber(p,this.unsigned),h=S.multiply(u);S.isZero()&&(S=e.ONE),g=g.add(S),d=d.subtract(h)}return g},e.prototype.div=e.prototype.divide,e.prototype.modulo=function(u){return e.isLong(u)||(u=e.fromValue(u)),this.subtract(this.divide(u).multiply(u))},e.prototype.mod=e.prototype.modulo,e.prototype.not=function(){return e.fromBits(~this.low,~this.high,this.unsigned)},e.prototype.and=function(u){return e.isLong(u)||(u=e.fromValue(u)),e.fromBits(this.low&u.low,this.high&u.high,this.unsigned)},e.prototype.or=function(u){return e.isLong(u)||(u=e.fromValue(u)),e.fromBits(this.low|u.low,this.high|u.high,this.unsigned)},e.prototype.xor=function(u){return e.isLong(u)||(u=e.fromValue(u)),e.fromBits(this.low^u.low,this.high^u.high,this.unsigned)},e.prototype.shiftLeft=function(u){return e.isLong(u)&&(u=u.toInt()),(u&=63)===0?this:u<32?e.fromBits(this.low<<u,this.high<<u|this.low>>>32-u,this.unsigned):e.fromBits(0,this.low<<u-32,this.unsigned)},e.prototype.shl=e.prototype.shiftLeft,e.prototype.shiftRight=function(u){return e.isLong(u)&&(u=u.toInt()),(u&=63)===0?this:u<32?e.fromBits(this.low>>>u|this.high<<32-u,this.high>>u,this.unsigned):e.fromBits(this.high>>u-32,this.high>=0?0:-1,this.unsigned)},e.prototype.shr=e.prototype.shiftRight,e.prototype.shiftRightUnsigned=function(u){if(e.isLong(u)&&(u=u.toInt()),u&=63,u===0)return this;var p=this.high;if(u<32){var d=this.low;return e.fromBits(d>>>u|p<<32-u,p>>>u,this.unsigned)}else return u===32?e.fromBits(p,0,this.unsigned):e.fromBits(p>>>u-32,0,this.unsigned)},e.prototype.shru=e.prototype.shiftRightUnsigned,e.prototype.toSigned=function(){return this.unsigned?new e(this.low,this.high,!1):this},e.prototype.toUnsigned=function(){return this.unsigned?this:new e(this.low,this.high,!0)},e})})(Jn),Object.defineProperty(ht,"__esModule",{value:!0}),ht.Hyper=void 0;var Qw=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),No=function r(e,t,n){e===null&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,t);if(i===void 0){var a=Object.getPrototypeOf(e);return a===null?void 0:r(a,t,n)}else{if("value"in i)return i.value;var o=i.get;return o===void 0?void 0:o.call(n)}},eb=Jn.exports,vr=Bo(eb),rb=M,tb=Bo(rb);function Bo(r){return r&&r.__esModule?r:{default:r}}function nb(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}function ib(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function ab(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}var gr=ht.Hyper=function(r){ab(e,r),Qw(e,null,[{key:"read",value:function(n){var i=n.readInt32BE(),a=n.readInt32BE();return this.fromBits(a,i)}},{key:"write",value:function(n,i){if(!(n instanceof this))throw new Error("XDR Write Error: "+n+" is not a Hyper");i.writeInt32BE(n.high),i.writeInt32BE(n.low)}},{key:"fromString",value:function(n){if(!/^-?\d+$/.test(n))throw new Error("Invalid hyper string: "+n);var i=No(e.__proto__||Object.getPrototypeOf(e),"fromString",this).call(this,n,!1);return new this(i.low,i.high)}},{key:"fromBits",value:function(n,i){var a=No(e.__proto__||Object.getPrototypeOf(e),"fromBits",this).call(this,n,i,!1);return new this(a.low,a.high)}},{key:"isValid",value:function(n){return n instanceof this}}]);function e(t,n){return nb(this,e),ib(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n,!1))}return e}(vr.default);(0,tb.default)(gr),gr.MAX_VALUE=new gr(vr.default.MAX_VALUE.low,vr.default.MAX_VALUE.high),gr.MIN_VALUE=new gr(vr.default.MIN_VALUE.low,vr.default.MIN_VALUE.high);var xe={};Object.defineProperty(xe,"__esModule",{value:!0}),xe.UnsignedInt=void 0;var ob=Jr,Uo=Co(ob),ub=M,sb=Co(ub);function Co(r){return r&&r.__esModule?r:{default:r}}var _r=xe.UnsignedInt={read:function(e){return e.readUInt32BE()},write:function(e,t){if(!(0,Uo.default)(e))throw new Error("XDR Write Error: not a number");if(Math.floor(e)!==e)throw new Error("XDR Write Error: not an integer");if(e<0)throw new Error("XDR Write Error: negative number "+e);t.writeUInt32BE(e)},isValid:function(e){return!(0,Uo.default)(e)||Math.floor(e)!==e?!1:e>=_r.MIN_VALUE&&e<=_r.MAX_VALUE}};_r.MAX_VALUE=Math.pow(2,32)-1,_r.MIN_VALUE=0,(0,sb.default)(_r);var yt={};Object.defineProperty(yt,"__esModule",{value:!0}),yt.UnsignedHyper=void 0;var fb=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Lo=function r(e,t,n){e===null&&(e=Function.prototype);var i=Object.getOwnPropertyDescriptor(e,t);if(i===void 0){var a=Object.getPrototypeOf(e);return a===null?void 0:r(a,t,n)}else{if("value"in i)return i.value;var o=i.get;return o===void 0?void 0:o.call(n)}},cb=Jn.exports,mr=jo(cb),lb=M,pb=jo(lb);function jo(r){return r&&r.__esModule?r:{default:r}}function hb(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}function yb(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function db(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}var wr=yt.UnsignedHyper=function(r){db(e,r),fb(e,null,[{key:"read",value:function(n){var i=n.readInt32BE(),a=n.readInt32BE();return this.fromBits(a,i)}},{key:"write",value:function(n,i){if(!(n instanceof this))throw new Error("XDR Write Error: "+n+" is not an UnsignedHyper");i.writeInt32BE(n.high),i.writeInt32BE(n.low)}},{key:"fromString",value:function(n){if(!/^\d+$/.test(n))throw new Error("Invalid hyper string: "+n);var i=Lo(e.__proto__||Object.getPrototypeOf(e),"fromString",this).call(this,n,!0);return new this(i.low,i.high)}},{key:"fromBits",value:function(n,i){var a=Lo(e.__proto__||Object.getPrototypeOf(e),"fromBits",this).call(this,n,i,!0);return new this(a.low,a.high)}},{key:"isValid",value:function(n){return n instanceof this}}]);function e(t,n){return hb(this,e),yb(this,(e.__proto__||Object.getPrototypeOf(e)).call(this,t,n,!0))}return e}(mr.default);(0,pb.default)(wr),wr.MAX_VALUE=new wr(mr.default.MAX_UNSIGNED_VALUE.low,mr.default.MAX_UNSIGNED_VALUE.high),wr.MIN_VALUE=new wr(mr.default.MIN_VALUE.low,mr.default.MIN_VALUE.high);var dt={};Object.defineProperty(dt,"__esModule",{value:!0}),dt.Float=void 0;var vb=Jr,ko=qo(vb),gb=M,_b=qo(gb);function qo(r){return r&&r.__esModule?r:{default:r}}var mb=dt.Float={read:function(e){return e.readFloatBE()},write:function(e,t){if(!(0,ko.default)(e))throw new Error("XDR Write Error: not a number");t.writeFloatBE(e)},isValid:function(e){return(0,ko.default)(e)}};(0,_b.default)(mb);var vt={};Object.defineProperty(vt,"__esModule",{value:!0}),vt.Double=void 0;var wb=Jr,Vo=Go(wb),bb=M,$b=Go(bb);function Go(r){return r&&r.__esModule?r:{default:r}}var Eb=vt.Double={read:function(e){return e.readDoubleBE()},write:function(e,t){if(!(0,Vo.default)(e))throw new Error("XDR Write Error: not a number");t.writeDoubleBE(e)},isValid:function(e){return(0,Vo.default)(e)}};(0,$b.default)(Eb);var gt={};Object.defineProperty(gt,"__esModule",{value:!0}),gt.Quadruple=void 0;var Ab=M,Ob=Sb(Ab);function Sb(r){return r&&r.__esModule?r:{default:r}}var Tb=gt.Quadruple={read:function(){throw new Error("XDR Read Error: quadruple not supported")},write:function(){throw new Error("XDR Write Error: quadruple not supported")},isValid:function(){return!1}};(0,Ob.default)(Tb);var br={},Pb=se,Ib=W,xb="[object Boolean]";function Fb(r){return r===!0||r===!1||Ib(r)&&Pb(r)==xb}var Rb=Fb;Object.defineProperty(br,"__esModule",{value:!0}),br.Bool=void 0;var Mb=Rb,Db=Wo(Mb),Ho=ue,Nb=M,Bb=Wo(Nb);function Wo(r){return r&&r.__esModule?r:{default:r}}var Ub=br.Bool={read:function(e){var t=Ho.Int.read(e);switch(t){case 0:return!1;case 1:return!0;default:throw new Error("XDR Read Error: Got "+t+" when trying to read a bool")}},write:function(e,t){var n=e?1:0;return Ho.Int.write(n,t)},isValid:function(e){return(0,Db.default)(e)}};(0,Bb.default)(Ub);var _t={},Cb=se,Lb=C,jb=W,kb="[object String]";function qb(r){return typeof r=="string"||!Lb(r)&&jb(r)&&Cb(r)==kb}var Xo=qb;Object.defineProperty(_t,"__esModule",{value:!0}),_t.String=void 0;var Vb=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Gb=Xo,zo=Qn(Gb),Hb=C,Wb=Qn(Hb),Yo=ue,Xb=xe,Ko=Pe,zb=M,Yb=Qn(zb);function Qn(r){return r&&r.__esModule?r:{default:r}}function Kb(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var Zb=_t.String=function(){function r(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Xb.UnsignedInt.MAX_VALUE;Kb(this,r),this._maxLength=e}return Vb(r,[{key:"read",value:function(t){var n=Yo.Int.read(t);if(n>this._maxLength)throw new Error("XDR Read Error: Saw "+n+" length String,"+("max allowed is "+this._maxLength));var i=(0,Ko.calculatePadding)(n),a=t.slice(n);return(0,Ko.slicePadding)(t,i),a.buffer()}},{key:"readString",value:function(t){return this.read(t).toString("utf8")}},{key:"write",value:function(t,n){if(t.length>this._maxLength)throw new Error("XDR Write Error: Got "+t.length+" bytes,"+("max allows is "+this._maxLength));var i=void 0;(0,zo.default)(t)?i=y.from(t,"utf8"):i=y.from(t),Yo.Int.write(i.length,n),n.writeBufferPadded(i)}},{key:"isValid",value:function(t){var n=void 0;if((0,zo.default)(t))n=y.from(t,"utf8");else if((0,Wb.default)(t)||y.isBuffer(t))n=y.from(t);else return!1;return n.length<=this._maxLength}}]),r}();(0,Yb.default)(Zb.prototype);var mt={};Object.defineProperty(mt,"__esModule",{value:!0}),mt.Opaque=void 0;var Jb=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Zo=Pe,Qb=M,e1=r1(Qb);function r1(r){return r&&r.__esModule?r:{default:r}}function t1(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var n1=mt.Opaque=function(){function r(e){t1(this,r),this._length=e,this._padding=(0,Zo.calculatePadding)(e)}return Jb(r,[{key:"read",value:function(t){var n=t.slice(this._length);return(0,Zo.slicePadding)(t,this._padding),n.buffer()}},{key:"write",value:function(t,n){if(t.length!==this._length)throw new Error("XDR Write Error: Got "+t.length+" bytes, expected "+this._length);n.writeBufferPadded(t)}},{key:"isValid",value:function(t){return y.isBuffer(t)&&t.length===this._length}}]),r}();(0,e1.default)(n1.prototype);var wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.VarOpaque=void 0;var i1=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Jo=ue,a1=xe,Qo=Pe,o1=M,u1=s1(o1);function s1(r){return r&&r.__esModule?r:{default:r}}function f1(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var c1=wt.VarOpaque=function(){function r(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:a1.UnsignedInt.MAX_VALUE;f1(this,r),this._maxLength=e}return i1(r,[{key:"read",value:function(t){var n=Jo.Int.read(t);if(n>this._maxLength)throw new Error("XDR Read Error: Saw "+n+" length VarOpaque,"+("max allowed is "+this._maxLength));var i=(0,Qo.calculatePadding)(n),a=t.slice(n);return(0,Qo.slicePadding)(t,i),a.buffer()}},{key:"write",value:function(t,n){if(t.length>this._maxLength)throw new Error("XDR Write Error: Got "+t.length+" bytes,"+("max allows is "+this._maxLength));Jo.Int.write(t.length,n),n.writeBufferPadded(t)}},{key:"isValid",value:function(t){return y.isBuffer(t)&&t.length<=this._maxLength}}]),r}();(0,u1.default)(c1.prototype);var bt={},Fe={exports:{}};function l1(r,e){for(var t=-1,n=r==null?0:r.length;++t<n&&e(r[t],t,r)!==!1;);return r}var eu=l1,p1=et;function h1(r){return typeof r=="function"?r:p1}var ru=h1,y1=eu,d1=Dn,v1=ru,g1=C;function _1(r,e){var t=g1(r)?y1:d1;return t(r,v1(e))}var m1=_1;(function(r){r.exports=m1})(Fe);var w1=/\s/;function b1(r){for(var e=r.length;e--&&w1.test(r.charAt(e)););return e}var $1=b1,E1=$1,A1=/^\s+/;function O1(r){return r&&r.slice(0,E1(r)+1).replace(A1,"")}var S1=O1,T1=S1,tu=ge,P1=ct,nu=0/0,I1=/^[-+]0x[0-9a-f]+$/i,x1=/^0b[01]+$/i,F1=/^0o[0-7]+$/i,R1=parseInt;function M1(r){if(typeof r=="number")return r;if(P1(r))return nu;if(tu(r)){var e=typeof r.valueOf=="function"?r.valueOf():r;r=tu(e)?e+"":e}if(typeof r!="string")return r===0?r:+r;r=T1(r);var t=x1.test(r);return t||F1.test(r)?R1(r.slice(2),t?2:8):I1.test(r)?nu:+r}var D1=M1,N1=D1,iu=1/0,B1=17976931348623157e292;function U1(r){if(!r)return r===0?r:0;if(r=N1(r),r===iu||r===-iu){var e=r<0?-1:1;return e*B1}return r===r?r:0}var C1=U1,L1=C1;function j1(r){var e=L1(r),t=e%1;return e===e?t?e-t:e:0}var k1=j1,q1=ja,V1=ru,G1=k1,H1=9007199254740991,ei=4294967295,W1=Math.min;function X1(r,e){if(r=G1(r),r<1||r>H1)return[];var t=ei,n=W1(r,ei);e=V1(e),r-=ei;for(var i=q1(n,e);++t<r;)e(t);return i}var au=X1;Object.defineProperty(bt,"__esModule",{value:!0}),bt.Array=void 0;var z1=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),Y1=Kn,K1=$r(Y1),Z1=Fe.exports,J1=$r(Z1),Q1=au,e$=$r(Q1),r$=C,ou=$r(r$),t$=M,n$=$r(t$);function $r(r){return r&&r.__esModule?r:{default:r}}function i$(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var a$=bt.Array=function(){function r(e,t){i$(this,r),this._childType=e,this._length=t}return z1(r,[{key:"read",value:function(t){var n=this;return(0,e$.default)(this._length,function(){return n._childType.read(t)})}},{key:"write",value:function(t,n){var i=this;if(!(0,ou.default)(t))throw new Error("XDR Write Error: value is not array");if(t.length!==this._length)throw new Error("XDR Write Error: Got array of size "+t.length+","+("expected "+this._length));(0,J1.default)(t,function(a){return i._childType.write(a,n)})}},{key:"isValid",value:function(t){var n=this;return!(0,ou.default)(t)||t.length!==this._length?!1:(0,K1.default)(t,function(i){return n._childType.isValid(i)})}}]),r}();(0,n$.default)(a$.prototype);var $t={};Object.defineProperty($t,"__esModule",{value:!0}),$t.VarArray=void 0;var o$=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),u$=Kn,s$=Er(u$),f$=Fe.exports,c$=Er(f$),l$=au,p$=Er(l$),h$=C,uu=Er(h$),y$=xe,su=ue,d$=M,v$=Er(d$);function Er(r){return r&&r.__esModule?r:{default:r}}function g$(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var _$=$t.VarArray=function(){function r(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:y$.UnsignedInt.MAX_VALUE;g$(this,r),this._childType=e,this._maxLength=t}return o$(r,[{key:"read",value:function(t){var n=this,i=su.Int.read(t);if(i>this._maxLength)throw new Error("XDR Read Error: Saw "+i+" length VarArray,"+("max allowed is "+this._maxLength));return(0,p$.default)(i,function(){return n._childType.read(t)})}},{key:"write",value:function(t,n){var i=this;if(!(0,uu.default)(t))throw new Error("XDR Write Error: value is not array");if(t.length>this._maxLength)throw new Error("XDR Write Error: Got array of size "+t.length+","+("max allowed is "+this._maxLength));su.Int.write(t.length,n),(0,c$.default)(t,function(a){return i._childType.write(a,n)})}},{key:"isValid",value:function(t){var n=this;return!(0,uu.default)(t)||t.length>this._maxLength?!1:(0,s$.default)(t,function(i){return n._childType.isValid(i)})}}]),r}();(0,v$.default)(_$.prototype);var Et={};function m$(r){return r===null}var w$=m$;function b$(r){return r===void 0}var Ar=b$;Object.defineProperty(Et,"__esModule",{value:!0}),Et.Option=void 0;var $$=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),E$=w$,fu=ri(E$),A$=Ar,cu=ri(A$),lu=br,O$=M,S$=ri(O$);function ri(r){return r&&r.__esModule?r:{default:r}}function T$(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var P$=Et.Option=function(){function r(e){T$(this,r),this._childType=e}return $$(r,[{key:"read",value:function(t){if(lu.Bool.read(t))return this._childType.read(t)}},{key:"write",value:function(t,n){var i=!((0,fu.default)(t)||(0,cu.default)(t));lu.Bool.write(i,n),i&&this._childType.write(t,n)}},{key:"isValid",value:function(t){return(0,fu.default)(t)||(0,cu.default)(t)?!0:this._childType.isValid(t)}}]),r}();(0,S$.default)(P$.prototype);var Or={};Object.defineProperty(Or,"__esModule",{value:!0}),Or.Void=void 0;var I$=Ar,pu=hu(I$),x$=M,F$=hu(x$);function hu(r){return r&&r.__esModule?r:{default:r}}var R$=Or.Void={read:function(){},write:function(e){if(!(0,pu.default)(e))throw new Error("XDR Write Error: trying to write value to a void slot")},isValid:function(e){return(0,pu.default)(e)}};(0,F$.default)(R$);var At={},M$=lt;function D$(r,e){return M$(e,function(t){return r[t]})}var N$=D$,B$=N$,U$=He;function C$(r){return r==null?[]:B$(r,U$(r))}var L$=C$;Object.defineProperty(At,"__esModule",{value:!0}),At.Enum=void 0;var j$=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),k$=Fe.exports,q$=ti(k$),V$=L$,G$=ti(V$),yu=ue,H$=M,W$=ti(H$);function ti(r){return r&&r.__esModule?r:{default:r}}function X$(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function z$(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}function du(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var Y$=At.Enum=function(){function r(e,t){du(this,r),this.name=e,this.value=t}return j$(r,null,[{key:"read",value:function(t){var n=yu.Int.read(t);if(!this._byValue.has(n))throw new Error("XDR Read Error: Unknown "+this.enumName+" member for value "+n);return this._byValue.get(n)}},{key:"write",value:function(t,n){if(!(t instanceof this))throw new Error("XDR Write Error: Unknown "+t+" is not a "+this.enumName);yu.Int.write(t.value,n)}},{key:"isValid",value:function(t){return t instanceof this}},{key:"members",value:function(){return this._members}},{key:"values",value:function(){return(0,G$.default)(this._members)}},{key:"fromName",value:function(t){var n=this._members[t];if(!n)throw new Error(t+" is not a member of "+this.enumName);return n}},{key:"fromValue",value:function(t){var n=this._byValue.get(t);if(!n)throw new Error(t+" is not a value of any member of "+this.enumName);return n}},{key:"create",value:function(t,n,i){var a=function(o){z$(s,o);function s(){return du(this,s),X$(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return s}(r);return a.enumName=n,t.results[n]=a,a._members={},a._byValue=new Map,(0,q$.default)(i,function(o,s){var f=new a(s,o);a._members[s]=f,a._byValue.set(o,f),a[s]=function(){return f}}),a}}]),r}();(0,W$.default)(Y$);var Ot={},K$=Dn,Z$=lr;function J$(r,e){var t=-1,n=Z$(r)?Array(r.length):[];return K$(r,function(i,a,o){n[++t]=e(i,a,o)}),n}var Q$=J$,eE=lt,rE=Io,tE=Q$,nE=C;function iE(r,e){var t=nE(r)?eE:tE;return t(r,rE(e))}var aE=iE;function oE(r){for(var e=-1,t=r==null?0:r.length,n={};++e<t;){var i=r[e];n[i[0]]=i[1]}return n}var uE=oE,Sr={};Object.defineProperty(Sr,"__esModule",{value:!0});var sE=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}();function fE(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}Sr.Reference=function(){function r(){fE(this,r)}return sE(r,[{key:"resolve",value:function(){throw new Error("implement resolve in child class")}}]),r}(),Object.defineProperty(Ot,"__esModule",{value:!0}),Ot.Struct=void 0;var St=function(){function r(e,t){var n=[],i=!0,a=!1,o=void 0;try{for(var s=e[Symbol.iterator](),f;!(i=(f=s.next()).done)&&(n.push(f.value),!(t&&n.length===t));i=!0);}catch(c){a=!0,o=c}finally{try{!i&&s.return&&s.return()}finally{if(a)throw o}}return n}return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return r(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),cE=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),lE=Fe.exports,vu=Tr(lE),pE=aE,hE=Tr(pE),yE=Ar,dE=Tr(yE),vE=uE,gE=Tr(vE),_E=Sr,mE=M,wE=Tr(mE);function Tr(r){return r&&r.__esModule?r:{default:r}}function bE(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function $E(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}function gu(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var EE=Ot.Struct=function(){function r(e){gu(this,r),this._attributes=e||{}}return cE(r,null,[{key:"read",value:function(t){var n=(0,hE.default)(this._fields,function(i){var a=St(i,2),o=a[0],s=a[1],f=s.read(t);return[o,f]});return new this((0,gE.default)(n))}},{key:"write",value:function(t,n){if(!(t instanceof this))throw new Error("XDR Write Error: "+t+" is not a "+this.structName);(0,vu.default)(this._fields,function(i){var a=St(i,2),o=a[0],s=a[1],f=t._attributes[o];s.write(f,n)})}},{key:"isValid",value:function(t){return t instanceof this}},{key:"create",value:function(t,n,i){var a=function(o){$E(s,o);function s(){return gu(this,s),bE(this,(s.__proto__||Object.getPrototypeOf(s)).apply(this,arguments))}return s}(r);return a.structName=n,t.results[n]=a,a._fields=i.map(function(o){var s=St(o,2),f=s[0],c=s[1];return c instanceof _E.Reference&&(c=c.resolve(t)),[f,c]}),(0,vu.default)(a._fields,function(o){var s=St(o,1),f=s[0];a.prototype[f]=AE(f)}),a}}]),r}();(0,wE.default)(EE);function AE(r){return function(t){return(0,dE.default)(t)||(this._attributes[r]=t),this._attributes[r]}}var Tt={};Object.defineProperty(Tt,"__esModule",{value:!0}),Tt.Union=void 0;var OE=function(){function r(e,t){var n=[],i=!0,a=!1,o=void 0;try{for(var s=e[Symbol.iterator](),f;!(i=(f=s.next()).done)&&(n.push(f.value),!(t&&n.length===t));i=!0);}catch(c){a=!0,o=c}finally{try{!i&&s.return&&s.return()}finally{if(a)throw o}}return n}return function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return r(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),SE=function(){function r(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),e}}(),TE=Fe.exports,Pt=xt(TE),PE=Ar,_u=xt(PE),IE=Xo,mu=xt(IE),It=Or,ni=Sr,xE=M,FE=xt(xE);function xt(r){return r&&r.__esModule?r:{default:r}}function RE(r,e){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e&&(typeof e=="object"||typeof e=="function")?e:r}function ME(r,e){if(typeof e!="function"&&e!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof e);r.prototype=Object.create(e&&e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(r,e):r.__proto__=e)}function wu(r,e){if(!(r instanceof e))throw new TypeError("Cannot call a class as a function")}var DE=Tt.Union=function(){function r(e,t){wu(this,r),this.set(e,t)}return SE(r,[{key:"set",value:function(t,n){(0,mu.default)(t)&&(t=this.constructor._switchOn.fromName(t)),this._switch=t,this._arm=this.constructor.armForSwitch(this._switch),this._armType=this.constructor.armTypeForArm(this._arm),this._value=n}},{key:"get",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this._arm;if(this._arm!==It.Void&&this._arm!==t)throw new Error(t+" not set");return this._value}},{key:"switch",value:function(){return this._switch}},{key:"arm",value:function(){return this._arm}},{key:"armType",value:function(){return this._armType}},{key:"value",value:function(){return this._value}}],[{key:"armForSwitch",value:function(t){if(this._switches.has(t))return this._switches.get(t);if(this._defaultArm)return this._defaultArm;throw new Error("Bad union switch: "+t)}},{key:"armTypeForArm",value:function(t){return t===It.Void?It.Void:this._arms[t]}},{key:"read",value:function(t){var n=this._switchOn.read(t),i=this.armForSwitch(n),a=this.armTypeForArm(i),o=void 0;return(0,_u.default)(a)?o=i.read(t):o=a.read(t),new this(n,o)}},{key:"write",value:function(t,n){if(!(t instanceof this))throw new Error("XDR Write Error: "+t+" is not a "+this.unionName);this._switchOn.write(t.switch(),n),t.armType().write(t.value(),n)}},{key:"isValid",value:function(t){return t instanceof this}},{key:"create",value:function(t,n,i){var a=function(s){ME(f,s);function f(){return wu(this,f),RE(this,(f.__proto__||Object.getPrototypeOf(f)).apply(this,arguments))}return f}(r);a.unionName=n,t.results[n]=a,i.switchOn instanceof ni.Reference?a._switchOn=i.switchOn.resolve(t):a._switchOn=i.switchOn,a._switches=new Map,a._arms={},(0,Pt.default)(i.arms,function(s,f){s instanceof ni.Reference&&(s=s.resolve(t)),a._arms[f]=s});var o=i.defaultArm;return o instanceof ni.Reference&&(o=o.resolve(t)),a._defaultArm=o,(0,Pt.default)(i.switches,function(s){var f=OE(s,2),c=f[0],l=f[1];(0,mu.default)(c)&&(c=a._switchOn.fromName(c)),a._switches.set(c,l)}),(0,_u.default)(a._switchOn.values)||(0,Pt.default)(a._switchOn.values(),function(s){a[s.name]=function(f){return new a(s,f)},a.prototype[s.name]=function(c){return this.set(s,c)}}),(0,Pt.default)(a._arms,function(s,f){s!==It.Void&&(a.prototype[f]=function(){return this.get(f)})}),a}}]),r}();(0,FE.default)(DE),function(r){Object.defineProperty(r,"__esModule",{value:!0});var e=ue;Object.keys(e).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return e[h]}})});var t=ht;Object.keys(t).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return t[h]}})});var n=xe;Object.keys(n).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return n[h]}})});var i=yt;Object.keys(i).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return i[h]}})});var a=dt;Object.keys(a).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return a[h]}})});var o=vt;Object.keys(o).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return o[h]}})});var s=gt;Object.keys(s).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return s[h]}})});var f=br;Object.keys(f).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return f[h]}})});var c=_t;Object.keys(c).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return c[h]}})});var l=mt;Object.keys(l).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return l[h]}})});var u=wt;Object.keys(u).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return u[h]}})});var p=bt;Object.keys(p).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return p[h]}})});var d=$t;Object.keys(d).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return d[h]}})});var g=Et;Object.keys(g).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return g[h]}})});var b=Or;Object.keys(b).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return b[h]}})});var E=At;Object.keys(E).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return E[h]}})});var w=Ot;Object.keys(w).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return w[h]}})});var S=Tt;Object.keys(S).forEach(function(h){h==="default"||h==="__esModule"||Object.defineProperty(r,h,{enumerable:!0,get:function(){return S[h]}})})}(Sn);var bu={};(function(r){Object.defineProperty(r,"__esModule",{value:!0});var e=function(){function m(v,_){for(var $=0;$<_.length;$++){var A=_[$];A.enumerable=A.enumerable||!1,A.configurable=!0,"value"in A&&(A.writable=!0),Object.defineProperty(v,A.key,A)}}return function(v,_,$){return _&&m(v.prototype,_),$&&m(v,$),v}}(),t=Sr;Object.keys(t).forEach(function(m){m==="default"||m==="__esModule"||Object.defineProperty(r,m,{enumerable:!0,get:function(){return t[m]}})}),r.config=g;var n=Ar,i=l(n),a=Fe.exports,o=l(a),s=Sn,f=c(s);function c(m){if(m&&m.__esModule)return m;var v={};if(m!=null)for(var _ in m)Object.prototype.hasOwnProperty.call(m,_)&&(v[_]=m[_]);return v.default=m,v}function l(m){return m&&m.__esModule?m:{default:m}}function u(m,v){if(!(m instanceof v))throw new TypeError("Cannot call a class as a function")}function p(m,v){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return v&&(typeof v=="object"||typeof v=="function")?v:m}function d(m,v){if(typeof v!="function"&&v!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof v);m.prototype=Object.create(v&&v.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),v&&(Object.setPrototypeOf?Object.setPrototypeOf(m,v):m.__proto__=v)}function g(m){var v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(m){var _=new R(v);m(_),_.resolve()}return v}var b=function(m){d(v,m);function v(_){u(this,v);var $=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return $.name=_,$}return e(v,[{key:"resolve",value:function($){var A=$.definitions[this.name];return A.resolve($)}}]),v}(t.Reference),E=function(m){d(v,m);function v(_,$){var A=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;u(this,v);var L=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return L.childReference=_,L.length=$,L.variable=A,L}return e(v,[{key:"resolve",value:function($){var A=this.childReference,L=this.length;return A instanceof t.Reference&&(A=A.resolve($)),L instanceof t.Reference&&(L=L.resolve($)),this.variable?new f.VarArray(A,L):new f.Array(A,L)}}]),v}(t.Reference),w=function(m){d(v,m);function v(_){u(this,v);var $=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return $.childReference=_,$.name=_.name,$}return e(v,[{key:"resolve",value:function($){var A=this.childReference;return A instanceof t.Reference&&(A=A.resolve($)),new f.Option(A)}}]),v}(t.Reference),S=function(m){d(v,m);function v(_,$){u(this,v);var A=p(this,(v.__proto__||Object.getPrototypeOf(v)).call(this));return A.sizedType=_,A.length=$,A}return e(v,[{key:"resolve",value:function($){var A=this.length;return A instanceof t.Reference&&(A=A.resolve($)),new this.sizedType(A)}}]),v}(t.Reference),h=function(){function m(v,_,$){u(this,m),this.constructor=v,this.name=_,this.config=$}return e(m,[{key:"resolve",value:function(_){return this.name in _.results?_.results[this.name]:this.constructor(_,this.name,this.config)}}]),m}();function O(m,v,_){return _ instanceof t.Reference&&(_=_.resolve(m)),m.results[v]=_,_}function I(m,v,_){return m.results[v]=_,_}var R=function(){function m(v){u(this,m),this._destination=v,this._definitions={}}return e(m,[{key:"enum",value:function(_,$){var A=new h(f.Enum.create,_,$);this.define(_,A)}},{key:"struct",value:function(_,$){var A=new h(f.Struct.create,_,$);this.define(_,A)}},{key:"union",value:function(_,$){var A=new h(f.Union.create,_,$);this.define(_,A)}},{key:"typedef",value:function(_,$){var A=new h(O,_,$);this.define(_,A)}},{key:"const",value:function(_,$){var A=new h(I,_,$);this.define(_,A)}},{key:"void",value:function(){return f.Void}},{key:"bool",value:function(){return f.Bool}},{key:"int",value:function(){return f.Int}},{key:"hyper",value:function(){return f.Hyper}},{key:"uint",value:function(){return f.UnsignedInt}},{key:"uhyper",value:function(){return f.UnsignedHyper}},{key:"float",value:function(){return f.Float}},{key:"double",value:function(){return f.Double}},{key:"quadruple",value:function(){return f.Quadruple}},{key:"string",value:function(_){return new S(f.String,_)}},{key:"opaque",value:function(_){return new S(f.Opaque,_)}},{key:"varOpaque",value:function(_){return new S(f.VarOpaque,_)}},{key:"array",value:function(_,$){return new E(_,$)}},{key:"varArray",value:function(_,$){return new E(_,$,!0)}},{key:"option",value:function(_){return new w(_)}},{key:"define",value:function(_,$){if((0,i.default)(this._destination[_]))this._definitions[_]=$;else throw new Error("XDRTypes Error:"+_+" is already defined")}},{key:"lookup",value:function(_){return new b(_)}},{key:"resolve",value:function(){var _=this;(0,o.default)(this._definitions,function($){$.resolve({definitions:_._definitions,results:_._destination})})}}]),m}()})(bu),function(r){Object.defineProperty(r,"__esModule",{value:!0});var e=Sn;Object.keys(e).forEach(function(n){n==="default"||n==="__esModule"||Object.defineProperty(r,n,{enumerable:!0,get:function(){return e[n]}})});var t=bu;Object.keys(t).forEach(function(n){n==="default"||n==="__esModule"||Object.defineProperty(r,n,{enumerable:!0,get:function(){return t[n]}})})}($a);const NE=$a.config(r=>{r.enum("EnvelopeType",{envelopeTypeBundle:0}),r.typedef("Uint32",r.uint()),r.typedef("Uint64",r.uhyper()),r.union("BundleItemExt",{switchOn:r.int(),switchName:"v",switches:[[0,r.void()]],arms:{}}),r.struct("BundleItem",[["collectionId",r.lookup("Uint64")],["productId",r.lookup("Uint64")],["variantId",r.lookup("Uint64")],["sku",r.string()],["quantity",r.lookup("Uint32")],["ext",r.lookup("BundleItemExt")]]),r.union("BundleExt",{switchOn:r.int(),switchName:"v",switches:[[0,r.void()]],arms:{}}),r.struct("Bundle",[["variantId",r.lookup("Uint64")],["items",r.varArray(r.lookup("BundleItem"),500)],["version",r.lookup("Uint32")],["ext",r.lookup("BundleExt")]]),r.union("BundleEnvelope",{switchOn:r.lookup("EnvelopeType"),switchName:"type",switches:[["envelopeTypeBundle","v1"]],arms:{v1:r.lookup("Bundle")}})}),fe=NE;function BE(r){let e={variantId:fe.Uint64.fromString(r.variantId.toString()),version:r.version||Math.floor(Date.now()/1e3),items:r.items.map(n=>new fe.BundleItem({collectionId:fe.Uint64.fromString(n.collectionId.toString()),productId:fe.Uint64.fromString(n.productId.toString()),variantId:fe.Uint64.fromString(n.variantId.toString()),sku:n.sku||"",quantity:n.quantity,ext:new fe.BundleItemExt(0)})),ext:new fe.BundleExt(0)};const t=new fe.Bundle(e);return fe.BundleEnvelope.envelopeTypeBundle(t).toXDR("base64")}let UE=(r=21)=>crypto.getRandomValues(new Uint8Array(r)).reduce((e,t)=>(t&=63,t<36?e+=t.toString(36):t<62?e+=(t-26).toString(36).toUpperCase():t>62?e+="-":e+="_",e),"");var CE=Ge,LE=He;function jE(r,e){return r&&CE(e,LE(e),r)}var kE=jE,qE=Ge,VE=rt;function GE(r,e){return r&&qE(e,VE(e),r)}var HE=GE,ii={exports:{}};(function(r,e){var t=ee,n=e&&!e.nodeType&&e,i=n&&!0&&r&&!r.nodeType&&r,a=i&&i.exports===n,o=a?t.Buffer:void 0,s=o?o.allocUnsafe:void 0;function f(c,l){if(l)return c.slice();var u=c.length,p=s?s(u):new c.constructor(u);return c.copy(p),p}r.exports=f})(ii,ii.exports);function WE(r,e){var t=-1,n=r.length;for(e||(e=Array(n));++t<n;)e[t]=r[t];return e}var XE=WE,zE=Ge,YE=jn;function KE(r,e){return zE(r,YE(r),e)}var ZE=KE,JE=Xa,QE=JE(Object.getPrototypeOf,Object),ai=QE,eA=Ln,rA=ai,tA=jn,nA=to,iA=Object.getOwnPropertySymbols,aA=iA?function(r){for(var e=[];r;)eA(e,tA(r)),r=rA(r);return e}:nA,$u=aA,oA=Ge,uA=$u;function sA(r,e){return oA(r,uA(r),e)}var fA=sA,cA=ro,lA=$u,pA=rt;function hA(r){return cA(r,pA,lA)}var Eu=hA,yA=Object.prototype,dA=yA.hasOwnProperty;function vA(r){var e=r.length,t=new r.constructor(e);return e&&typeof r[0]=="string"&&dA.call(r,"index")&&(t.index=r.index,t.input=r.input),t}var gA=vA,Au=Za;function _A(r){var e=new r.constructor(r.byteLength);return new Au(e).set(new Au(r)),e}var oi=_A,mA=oi;function wA(r,e){var t=e?mA(r.buffer):r.buffer;return new r.constructor(t,r.byteOffset,r.byteLength)}var bA=wA,$A=/\w*$/;function EA(r){var e=new r.constructor(r.source,$A.exec(r));return e.lastIndex=r.lastIndex,e}var AA=EA,Ou=Ve,Su=Ou?Ou.prototype:void 0,Tu=Su?Su.valueOf:void 0;function OA(r){return Tu?Object(Tu.call(r)):{}}var SA=OA,TA=oi;function PA(r,e){var t=e?TA(r.buffer):r.buffer;return new r.constructor(t,r.byteOffset,r.length)}var IA=PA,xA=oi,FA=bA,RA=AA,MA=SA,DA=IA,NA="[object Boolean]",BA="[object Date]",UA="[object Map]",CA="[object Number]",LA="[object RegExp]",jA="[object Set]",kA="[object String]",qA="[object Symbol]",VA="[object ArrayBuffer]",GA="[object DataView]",HA="[object Float32Array]",WA="[object Float64Array]",XA="[object Int8Array]",zA="[object Int16Array]",YA="[object Int32Array]",KA="[object Uint8Array]",ZA="[object Uint8ClampedArray]",JA="[object Uint16Array]",QA="[object Uint32Array]";function eO(r,e,t){var n=r.constructor;switch(e){case VA:return xA(r);case NA:case BA:return new n(+r);case GA:return FA(r,t);case HA:case WA:case XA:case zA:case YA:case KA:case ZA:case JA:case QA:return DA(r,t);case UA:return new n;case CA:case kA:return new n(r);case LA:return RA(r);case jA:return new n;case qA:return MA(r)}}var rO=eO,tO=ge,Pu=Object.create,nO=function(){function r(){}return function(e){if(!tO(e))return{};if(Pu)return Pu(e);r.prototype=e;var t=new r;return r.prototype=void 0,t}}(),iO=nO,aO=iO,oO=ai,uO=Mn;function sO(r){return typeof r.constructor=="function"&&!uO(r)?aO(oO(r)):{}}var fO=sO,cO=st,lO=W,pO="[object Map]";function hO(r){return lO(r)&&cO(r)==pO}var yO=hO,dO=yO,vO=Rn,Iu=hr.exports,xu=Iu&&Iu.isMap,gO=xu?vO(xu):dO,_O=gO,mO=st,wO=W,bO="[object Set]";function $O(r){return wO(r)&&mO(r)==bO}var EO=$O,AO=EO,OO=Rn,Fu=hr.exports,Ru=Fu&&Fu.isSet,SO=Ru?OO(Ru):AO,TO=SO,PO=Un,IO=eu,xO=Da,FO=kE,RO=HE,MO=ii.exports,DO=XE,NO=ZE,BO=fA,UO=io,CO=Eu,LO=st,jO=gA,kO=rO,qO=fO,VO=C,GO=pr.exports,HO=_O,WO=ge,XO=TO,zO=He,YO=rt,KO=1,ZO=2,JO=4,Mu="[object Arguments]",QO="[object Array]",eS="[object Boolean]",rS="[object Date]",tS="[object Error]",Du="[object Function]",nS="[object GeneratorFunction]",iS="[object Map]",aS="[object Number]",Nu="[object Object]",oS="[object RegExp]",uS="[object Set]",sS="[object String]",fS="[object Symbol]",cS="[object WeakMap]",lS="[object ArrayBuffer]",pS="[object DataView]",hS="[object Float32Array]",yS="[object Float64Array]",dS="[object Int8Array]",vS="[object Int16Array]",gS="[object Int32Array]",_S="[object Uint8Array]",mS="[object Uint8ClampedArray]",wS="[object Uint16Array]",bS="[object Uint32Array]",x={};x[Mu]=x[QO]=x[lS]=x[pS]=x[eS]=x[rS]=x[hS]=x[yS]=x[dS]=x[vS]=x[gS]=x[iS]=x[aS]=x[Nu]=x[oS]=x[uS]=x[sS]=x[fS]=x[_S]=x[mS]=x[wS]=x[bS]=!0,x[tS]=x[Du]=x[cS]=!1;function Ft(r,e,t,n,i,a){var o,s=e&KO,f=e&ZO,c=e&JO;if(t&&(o=i?t(r,n,i,a):t(r)),o!==void 0)return o;if(!WO(r))return r;var l=VO(r);if(l){if(o=jO(r),!s)return DO(r,o)}else{var u=LO(r),p=u==Du||u==nS;if(GO(r))return MO(r,s);if(u==Nu||u==Mu||p&&!i){if(o=f||p?{}:qO(r),!s)return f?BO(r,RO(o,r)):NO(r,FO(o,r))}else{if(!x[u])return i?r:{};o=kO(r,u,s)}}a||(a=new PO);var d=a.get(r);if(d)return d;a.set(r,o),XO(r)?r.forEach(function(E){o.add(Ft(E,e,t,E,r,a))}):HO(r)&&r.forEach(function(E,w){o.set(w,Ft(E,e,t,w,r,a))});var g=c?f?CO:UO:f?YO:zO,b=l?void 0:g(r);return IO(b||r,function(E,w){b&&(w=E,E=r[w]),xO(o,w,Ft(E,e,t,w,r,a))}),o}var $S=Ft;function ES(r){var e=r==null?0:r.length;return e?r[e-1]:void 0}var AS=ES;function OS(r,e,t){var n=-1,i=r.length;e<0&&(e=-e>i?0:i+e),t=t>i?i:t,t<0&&(t+=i),i=e>t?0:t-e>>>0,e>>>=0;for(var a=Array(i);++n<i;)a[n]=r[n+e];return a}var SS=OS,TS=Yn,PS=SS;function IS(r,e){return e.length<2?r:TS(r,PS(e,0,-1))}var xS=IS,FS=pt,RS=AS,MS=xS,DS=yr;function NS(r,e){return e=FS(e,r),r=MS(r,e),r==null||delete r[DS(RS(e))]}var BS=NS,US=se,CS=ai,LS=W,jS="[object Object]",kS=Function.prototype,qS=Object.prototype,Bu=kS.toString,VS=qS.hasOwnProperty,GS=Bu.call(Object);function HS(r){if(!LS(r)||US(r)!=jS)return!1;var e=CS(r);if(e===null)return!0;var t=VS.call(e,"constructor")&&e.constructor;return typeof t=="function"&&t instanceof t&&Bu.call(t)==GS}var WS=HS,XS=WS;function zS(r){return XS(r)?void 0:r}var YS=zS,Uu=Ve,KS=Fn,ZS=C,Cu=Uu?Uu.isConcatSpreadable:void 0;function JS(r){return ZS(r)||KS(r)||!!(Cu&&r&&r[Cu])}var QS=JS,eT=Ln,rT=QS;function Lu(r,e,t,n,i){var a=-1,o=r.length;for(t||(t=rT),i||(i=[]);++a<o;){var s=r[a];e>0&&t(s)?e>1?Lu(s,e-1,t,n,i):eT(i,s):n||(i[i.length]=s)}return i}var tT=Lu,nT=tT;function iT(r){var e=r==null?0:r.length;return e?nT(r,1):[]}var aT=iT,oT=aT,uT=Ba,sT=Ca;function fT(r){return sT(uT(r,void 0,oT),r+"")}var cT=fT,lT=lt,pT=$S,hT=BS,yT=pt,dT=Ge,vT=YS,gT=cT,_T=Eu,mT=1,wT=2,bT=4,$T=gT(function(r,e){var t={};if(r==null)return t;var n=!1;e=lT(e,function(a){return a=yT(a,r),n||(n=a.length>1),a}),dT(r,_T(r),t),n&&(t=pT(t,mT|wT|bT,vT));for(var i=e.length;i--;)hT(t,e[i]);return t}),ET=$T,AT=Object.defineProperty,OT=Object.defineProperties,ST=Object.getOwnPropertyDescriptors,ju=Object.getOwnPropertySymbols,TT=Object.prototype.hasOwnProperty,PT=Object.prototype.propertyIsEnumerable,ku=(r,e,t)=>e in r?AT(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,IT=(r,e)=>{for(var t in e||(e={}))TT.call(e,t)&&ku(r,t,e[t]);if(ju)for(var t of ju(e))PT.call(e,t)&&ku(r,t,e[t]);return r},xT=(r,e)=>OT(r,ST(e));function FT(r){try{return JSON.parse(r)}catch{return r}}function RT(r){return Object.entries(r).reduce((e,[t,n])=>xT(IT({},e),{[t]:FT(n)}),{})}var MT=Object.defineProperty,DT=Object.defineProperties,NT=Object.getOwnPropertyDescriptors,qu=Object.getOwnPropertySymbols,BT=Object.prototype.hasOwnProperty,UT=Object.prototype.propertyIsEnumerable,Vu=(r,e,t)=>e in r?MT(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,Gu=(r,e)=>{for(var t in e||(e={}))BT.call(e,t)&&Vu(r,t,e[t]);if(qu)for(var t of qu(e))UT.call(e,t)&&Vu(r,t,e[t]);return r},Hu=(r,e)=>DT(r,NT(e));function Wu(r){var e;const t=RT(r),n=t.auto_inject===void 0?!0:t.auto_inject,i=(e=t.display_on)!=null?e:[],a=t.first_option==="autodeliver";return Hu(Gu({},ET(t,["display_on","first_option"])),{auto_inject:n,valid_pages:i,is_subscription_first:a,autoInject:n,validPages:i,isSubscriptionFirst:a})}function Xu(r){var e;const t=((e=r.subscription_options)==null?void 0:e.storefront_purchase_options)==="subscription_only";return Hu(Gu({},r),{is_subscription_only:t,isSubscriptionOnly:t})}function CT(r){return r.map(e=>{const t={};return Object.entries(e).forEach(([n,i])=>{t[n]=Xu(i)}),t})}const Rt="2020-12",LT={store_currency:{currency_code:"USD",currency_symbol:"$",decimal_separator:".",thousands_separator:",",currency_symbol_location:"left"}},Pr=new Map;function Mt(r,e){return Pr.has(r)||Pr.set(r,e()),Pr.get(r)}async function ui(r){const{product:e}=await Mt(`product.${r}`,()=>Zr("get",`/product/${Rt}/${r}.json`));return Xu(e)}async function zu(){return await Mt("storeSettings",()=>Zr("get",`/${Rt}/store_settings.json`).catch(()=>LT))}async function Yu(){const{widget_settings:r}=await Mt("widgetSettings",()=>Zr("get",`/${Rt}/widget_settings.json`));return Wu(r)}async function Ku(){const{products:r,widget_settings:e,store_settings:t,meta:n}=await Mt("productsAndSettings",()=>Zr("get",`/product/${Rt}/products.json`));return n?.status==="error"?Promise.reject(n.message):{products:CT(r),widget_settings:Wu(e),store_settings:t??{}}}async function jT(){const{products:r}=await Ku();return r}async function kT(r){const[e,t,n]=await Promise.all([ui(r),zu(),Yu()]);return{product:e,store_settings:t,widget_settings:n,storeSettings:t,widgetSettings:n}}async function Zu(r){const{bundle_product:e}=await ui(r);return e}async function Ju(){return Array.from(Pr.keys()).forEach(r=>Pr.delete(r))}var qT=Object.freeze({__proto__:null,getCDNProduct:ui,getCDNStoreSettings:zu,getCDNWidgetSettings:Yu,getCDNProductsAndSettings:Ku,getCDNProducts:jT,getCDNProductAndSettings:kT,getCDNBundleSettings:Zu,resetCDNCache:Ju});const Qu="/bundling-storefront-manager";function VT(){return Math.ceil(Date.now()/1e3)}async function GT(){try{const{timestamp:r}=await fr("get",`${Qu}/t`,{headers:{"X-Recharge-App":"storefront-client"}});return r}catch(r){return console.error(`Fetch failed: ${r}. Using client-side date.`),VT()}}async function HT(r){const e=oe();if(!await es(r))throw new Error("Bundle is invalid.");const t=await GT(),n=BE({variantId:r.externalVariantId,version:t,items:r.selections.map(i=>({collectionId:i.collectionId,productId:i.externalProductId,variantId:i.externalVariantId,quantity:i.quantity,sku:""}))});try{const i=await fr("post",`${Qu}/api/v1/bundles`,{data:{bundle:n},headers:{Origin:`https://${e.storeIdentifier}`}});if(!i.id||i.code!==200)throw new Error(`1: failed generating rb_id: ${JSON.stringify(i)}`);return i.id}catch(i){throw new Error(`2: failed generating rb_id ${i}`)}}function WT(r,e){const t=rs(r);if(t!==!0)throw new Error(`Dynamic Bundle is invalid. ${t}`);const n=`${UE(9)}:${r.externalProductId}`;return r.selections.map(i=>{const a={id:i.externalVariantId,quantity:i.quantity,properties:{_rc_bundle:n,_rc_bundle_variant:r.externalVariantId,_rc_bundle_parent:e,_rc_bundle_collection_id:i.collectionId}};return i.sellingPlan?a.selling_plan=i.sellingPlan:i.shippingIntervalFrequency&&(a.properties.shipping_interval_frequency=i.shippingIntervalFrequency,a.properties.shipping_interval_unit_type=i.shippingIntervalUnitType,a.id=`${i.discountedVariantId}`),a})}async function es(r){try{const e=await Zu(r.externalProductId);return!!r&&!!e}catch{return console.error("Error fetching bundle settings"),!1}}const XT={day:["day","days","Days"],days:["day","days","Days"],Days:["day","days","Days"],week:["week","weeks","Weeks"],weeks:["week","weeks","Weeks"],Weeks:["week","weeks","Weeks"],month:["month","months","Months"],months:["month","months","Months"],Months:["month","months","Months"]};function rs(r){if(!r)return"No bundle defined.";if(r.selections.length===0)return"No selections defined.";const{shippingIntervalFrequency:e,shippingIntervalUnitType:t}=r.selections.find(n=>n.shippingIntervalFrequency||n.shippingIntervalUnitType)||{};if(e||t){if(!e||!t)return"Shipping intervals do not match on selections.";{const n=XT[t];for(let i=0;i<r.selections.length;i++){const{shippingIntervalFrequency:a,shippingIntervalUnitType:o}=r.selections[i];if(a&&a!==e||o&&!n.includes(o))return"Shipping intervals do not match on selections."}}}return!0}var zT=Object.freeze({__proto__:null,getBundleId:HT,getDynamicBundleItems:WT,validateBundle:es,validateDynamicBundle:rs});async function YT(r,e,t){const{charge:n}=await T("get","/charges",{id:e,query:{include:t?.include}},r);return n}function KT(r,e){return T("get","/charges",{query:e},r)}async function ZT(r,e,t){const{charge:n}=await T("post",`/charges/${e}/apply_discount`,{data:{discount_code:t}},r);return n}async function JT(r,e){const{charge:t}=await T("post",`/charges/${e}/remove_discount`,{},r);return t}async function QT(r,e){const{charge:t}=await T("post",`/charges/${e}/skip`,{},r);return t}async function e2(r,e){const{charge:t}=await T("post",`/charges/${e}/unskip`,{},r);return t}async function r2(r,e){const{charge:t}=await T("post",`/charges/${e}/process`,{},r);return t}var t2=Object.freeze({__proto__:null,getCharge:YT,listCharges:KT,applyDiscountToCharge:ZT,removeDiscountsFromCharge:JT,skipCharge:QT,unskipCharge:e2,processCharge:r2});async function n2(r,e){const{membership:t}=await T("get","/memberships",{id:e},r);return t}function i2(r,e){return T("get","/memberships",{query:e},r)}async function a2(r,e,t){const{membership:n}=await T("post",`/memberships/${e}/cancel`,{data:t},r);return n}async function o2(r,e,t){const{membership:n}=await T("post",`/memberships/${e}/activate`,{data:t},r);return n}var u2=Object.freeze({__proto__:null,getMembership:n2,listMemberships:i2,cancelMembership:a2,activateMembership:o2});async function s2(r,e){const{onetime:t}=await T("get","/onetimes",{id:e},r);return t}function f2(r,e){return T("get","/onetimes",{query:e},r)}async function c2(r,e){const{onetime:t}=await T("post","/onetimes",{data:e},r);return t}async function l2(r,e,t){const{onetime:n}=await T("put","/onetimes",{id:e,data:t},r);return n}function p2(r,e){return T("delete","/onetime",{id:e},r)}var h2=Object.freeze({__proto__:null,getOnetime:s2,listOnetimes:f2,createOnetime:c2,updateOnetime:l2,deleteOnetime:p2});async function y2(r,e){const{order:t}=await T("get","/orders",{id:e},r);return t}function d2(r,e){return T("get","/orders",{query:e},r)}var v2=Object.freeze({__proto__:null,getOrder:y2,listOrders:d2});async function g2(r,e,t){const{payment_method:n}=await T("get","/payment_methods",{id:e,query:{include:t?.include}},r);return n}async function _2(r,e,t){const{payment_method:n}=await T("put","/payment_methods",{id:e,data:t},r);return n}function m2(r,e){return T("get","/payment_methods",{query:e},r)}var w2=Object.freeze({__proto__:null,getPaymentMethod:g2,updatePaymentMethod:_2,listPaymentMethods:m2});async function b2(r,e){const{plan:t}=await T("get","/plans",{id:e},r);return t}function $2(r,e){return T("get","/plans",{query:e},r)}var E2=Object.freeze({__proto__:null,getPlan:b2,listPlans:$2});async function A2(r,e,t){const{subscription:n}=await T("get","/subscriptions",{id:e,query:{include:t?.include}},r);return n}function O2(r,e){return T("get","/subscriptions",{query:e},r)}async function S2(r,e){const{subscription:t}=await T("post","/subscriptions",{data:e},r);return t}async function T2(r,e,t,n){const{subscription:i}=await T("put","/subscriptions",{id:e,data:t,query:n},r);return i}async function P2(r,e,t){const{subscription:n}=await T("post",`/subscriptions/${e}/set_next_charge_date`,{data:{date:t}},r);return n}async function I2(r,e,t){const{subscription:n}=await T("post",`/subscriptions/${e}/change_address`,{data:{address_id:t}},r);return n}async function x2(r,e,t){const{subscription:n}=await T("post",`/subscriptions/${e}/cancel`,{data:t},r);return n}async function F2(r,e){const{subscription:t}=await T("post",`/subscriptions/${e}/activate`,{},r);return t}async function R2(r,e,t){const{charge:n}=await T("post",`/subscriptions/${e}/charges/skip`,{data:{date:t,subscription_id:`${e}`}},r);return n}var M2=Object.freeze({__proto__:null,getSubscription:A2,listSubscriptions:O2,createSubscription:S2,updateSubscription:T2,updateSubscriptionChargeDate:P2,updateSubscriptionAddress:I2,cancelSubscription:x2,activateSubscription:F2,skipSubscriptionCharge:R2});async function D2(r,e){const t=r.customerId;if(!t)throw new Error("Not logged in.");const{customer:n}=await T("get","/customers",{id:t,query:{include:e?.include}},r);return n}async function N2(r,e){const t=r.customerId;if(!t)throw new Error("Not logged in.");const{customer:n}=await T("put","/customers",{id:t,data:e},r);return n}async function B2(r,e){const t=r.customerId;if(!t)throw new Error("Not logged in.");const{deliveries:n}=await T("get",`/customers/${t}/delivery_schedule`,{query:e},r);return n}var U2=Object.freeze({__proto__:null,getCustomer:D2,updateCustomer:N2,getDeliverySchedule:B2});const C2={get(r,e){return H("get",r,e)},post(r,e){return H("post",r,e)},put(r,e){return H("put",r,e)},delete(r,e){return H("delete",r,e)}};function L2(r){var e,t;if(r)return r;if((e=window?.Shopify)!=null&&e.shop)return window.Shopify.shop;let n=window?.domain;if(!n){const i=(t=location?.href.match(/(?:http[s]*:\/\/)*(.*?)\.(?=admin\.rechargeapps\.com)/i))==null?void 0:t[1].replace(/-sp$/,"");i&&(n=`${i}.myshopify.com`)}if(n)return n;throw new Error("No storeIdentifier was passed into init.")}function j2(r={}){const e=r;El({storeIdentifier:L2(r.storeIdentifier),loginRetryFn:r.loginRetryFn,storefrontAccessToken:r.storefrontAccessToken,environment:e.environment?e.environment:"prod"}),Ju()}const ts={init:j2,api:C2,address:ql,auth:Yl,bundle:zT,charge:t2,cdn:qT,customer:U2,membership:u2,onetime:h2,order:v2,paymentMethod:w2,plan:E2,subscription:M2};try{ts.init()}catch{}return ts});