@blackglory/estore-js 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +191 -304
- package/lib/es2015/{estore-client.d.ts → client.d.ts} +1 -1
- package/lib/es2015/{estore-client.js → client.js} +3 -5
- package/lib/es2015/client.js.map +1 -0
- package/lib/es2015/index.d.ts +3 -3
- package/lib/es2015/index.js +4 -5
- package/lib/es2015/index.js.map +1 -1
- package/lib/es2015/manager/base.d.ts +13 -0
- package/lib/es2015/manager/base.js +26 -0
- package/lib/es2015/manager/base.js.map +1 -0
- package/lib/es2015/{blacklist-client.d.ts → manager/blacklist-manager.d.ts} +2 -2
- package/lib/es2015/{blacklist-client.js → manager/blacklist-manager.js} +5 -5
- package/lib/es2015/manager/blacklist-manager.js.map +1 -0
- package/lib/es2015/manager/index.d.ts +20 -0
- package/lib/es2015/manager/index.js +20 -0
- package/lib/es2015/manager/index.js.map +1 -0
- package/lib/{es2018/json-schema-client.d.ts → es2015/manager/json-schema-manager.d.ts} +2 -2
- package/lib/es2015/{json-schema-client.js → manager/json-schema-manager.js} +5 -5
- package/lib/es2015/manager/json-schema-manager.js.map +1 -0
- package/lib/{es2018/token-client.d.ts → es2015/manager/token-manager.d.ts} +2 -2
- package/lib/es2015/{token-client.js → manager/token-manager.js} +5 -5
- package/lib/es2015/manager/token-manager.js.map +1 -0
- package/lib/{es2018/token-policy-client.d.ts → es2015/manager/token-policy-manager.d.ts} +2 -2
- package/lib/es2015/{token-policy-client.js → manager/token-policy-manager.js} +5 -5
- package/lib/es2015/manager/token-policy-manager.js.map +1 -0
- package/lib/{es2018/blacklist-client.d.ts → es2015/manager/whitelist-manager.d.ts} +2 -2
- package/lib/es2015/{whitelist-client.js → manager/whitelist-manager.js} +5 -5
- package/lib/es2015/manager/whitelist-manager.js.map +1 -0
- package/lib/es2015/utils.d.ts +0 -12
- package/lib/es2015/utils.js +1 -22
- package/lib/es2015/utils.js.map +1 -1
- package/lib/es2018/{estore-client.d.ts → client.d.ts} +1 -1
- package/lib/es2018/{estore-client.js → client.js} +3 -5
- package/lib/es2018/client.js.map +1 -0
- package/lib/es2018/index.d.ts +3 -3
- package/lib/es2018/index.js +4 -5
- package/lib/es2018/index.js.map +1 -1
- package/lib/es2018/manager/base.d.ts +13 -0
- package/lib/es2018/manager/base.js +26 -0
- package/lib/es2018/manager/base.js.map +1 -0
- package/lib/es2018/{whitelist-client.d.ts → manager/blacklist-manager.d.ts} +2 -2
- package/lib/es2018/{blacklist-client.js → manager/blacklist-manager.js} +5 -5
- package/lib/es2018/manager/blacklist-manager.js.map +1 -0
- package/lib/es2018/manager/index.d.ts +20 -0
- package/lib/es2018/manager/index.js +20 -0
- package/lib/es2018/manager/index.js.map +1 -0
- package/lib/{es2015/json-schema-client.d.ts → es2018/manager/json-schema-manager.d.ts} +2 -2
- package/lib/es2018/{json-schema-client.js → manager/json-schema-manager.js} +5 -5
- package/lib/es2018/manager/json-schema-manager.js.map +1 -0
- package/lib/{es2015/token-client.d.ts → es2018/manager/token-manager.d.ts} +2 -2
- package/lib/es2018/{token-client.js → manager/token-manager.js} +5 -5
- package/lib/es2018/manager/token-manager.js.map +1 -0
- package/lib/{es2015/token-policy-client.d.ts → es2018/manager/token-policy-manager.d.ts} +2 -2
- package/lib/es2018/{token-policy-client.js → manager/token-policy-manager.js} +5 -5
- package/lib/es2018/manager/token-policy-manager.js.map +1 -0
- package/lib/{es2015/whitelist-client.d.ts → es2018/manager/whitelist-manager.d.ts} +2 -2
- package/lib/es2018/{whitelist-client.js → manager/whitelist-manager.js} +5 -5
- package/lib/es2018/manager/whitelist-manager.js.map +1 -0
- package/lib/es2018/utils.d.ts +0 -12
- package/lib/es2018/utils.js +1 -22
- package/lib/es2018/utils.js.map +1 -1
- package/package.json +4 -18
- package/dist/es2015/index.min.mjs +0 -16
- package/dist/es2015/index.min.mjs.map +0 -1
- package/dist/es2015/index.mjs +0 -7558
- package/dist/es2015/index.mjs.map +0 -1
- package/dist/es2015/index.umd.js +0 -7571
- package/dist/es2015/index.umd.js.map +0 -1
- package/dist/es2015/index.umd.min.js +0 -23
- package/dist/es2015/index.umd.min.js.map +0 -1
- package/dist/es2018/index.min.mjs +0 -2
- package/dist/es2018/index.min.mjs.map +0 -1
- package/dist/es2018/index.mjs +0 -7461
- package/dist/es2018/index.mjs.map +0 -1
- package/dist/es2018/index.umd.js +0 -7474
- package/dist/es2018/index.umd.js.map +0 -1
- package/dist/es2018/index.umd.min.js +0 -9
- package/dist/es2018/index.umd.min.js.map +0 -1
- package/lib/es2015/blacklist-client.js.map +0 -1
- package/lib/es2015/estore-client.js.map +0 -1
- package/lib/es2015/estore-manager.d.ts +0 -20
- package/lib/es2015/estore-manager.js +0 -20
- package/lib/es2015/estore-manager.js.map +0 -1
- package/lib/es2015/json-schema-client.js.map +0 -1
- package/lib/es2015/token-client.js.map +0 -1
- package/lib/es2015/token-policy-client.js.map +0 -1
- package/lib/es2015/whitelist-client.js.map +0 -1
- package/lib/es2018/blacklist-client.js.map +0 -1
- package/lib/es2018/estore-client.js.map +0 -1
- package/lib/es2018/estore-manager.d.ts +0 -20
- package/lib/es2018/estore-manager.js +0 -20
- package/lib/es2018/estore-manager.js.map +0 -1
- package/lib/es2018/json-schema-client.js.map +0 -1
- package/lib/es2018/token-client.js.map +0 -1
- package/lib/es2018/token-policy-client.js.map +0 -1
- package/lib/es2018/whitelist-client.js.map +0 -1
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("stream")):"function"==typeof define&&define.amd?define(["exports","stream"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).EStore={},e.require$$0)}(this,(function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=n(t);
|
|
2
|
-
/*! *****************************************************************************
|
|
3
|
-
Copyright (c) Microsoft Corporation.
|
|
4
|
-
|
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
-
purpose with or without fee is hereby granted.
|
|
7
|
-
|
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
-
***************************************************************************** */function o(e,t,n,r){return new(n||(n=Promise))((function(o,i){function s(e){try{c(r.next(e))}catch(e){i(e)}}function a(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(s,a)}c((r=r.apply(e,t||[])).next())}))}var i="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},s={},a={fetch:void 0};a.fetch=globalThis.fetch.bind(globalThis);var c={Headers:void 0};c.Headers=globalThis.Headers;var u={Request:void 0};u.Request=globalThis.Request;var l={Response:void 0};l.Response=globalThis.Response;var d={FormData:void 0};d.FormData=globalThis.FormData;var f={AbortController:void 0};f.AbortController=globalThis.AbortController;var h={AbortError:void 0};h.AbortError=globalThis.DOMException;var p={Blob:void 0};p.Blob=globalThis.Blob;var v={EventSource:void 0};v.EventSource=globalThis.EventSource,function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(a,e),n(c,e),n(u,e),n(l,e),n(d,e),n(f,e),n(h,e),n(p,e),n(v,e)}(s);var y={},m={},g={},b={},w={};function A(e){return Array.isArray(e)}w.isntEmptyArray=w.isEmptyArray=w.isntArray=w.isArray=void 0,w.isArray=A,w.isntArray=function(e){return!A(e)},w.isEmptyArray=function(e){return 0===e.length},w.isntEmptyArray=function(e){return 0!==e.length};var _={},S={};function T(e){return null===e}S.isntNull=S.isNull=void 0,S.isNull=T,S.isntNull=function(e){return!T(e)};var E={};function k(e){return void 0===e}E.isntUndefined=E.isUndefined=void 0,E.isUndefined=k,E.isntUndefined=function(e){return!k(e)};var R={};function C(e){return"function"==typeof e}R.isntFunction=R.isFunction=void 0,R.isFunction=C,R.isntFunction=function(e){return!C(e)},_.isntAsyncIterable=_.isAsyncIterable=void 0;const O=S,x=E,P=R;function N(e){return(0,O.isntNull)(e)&&(0,x.isntUndefined)(e)&&(0,P.isFunction)(e[Symbol.asyncIterator])}_.isAsyncIterable=N,_.isntAsyncIterable=function(e){return!N(e)};var I={};function j(e){return"bigint"==typeof e}I.isntBigInt=I.isBigInt=void 0,I.isBigInt=j,I.isntBigInt=function(e){return!j(e)};var F={};function U(e){return"boolean"==typeof e}F.isntBoolean=F.isBoolean=void 0,F.isBoolean=U,F.isntBoolean=function(e){return!U(e)};var q={},L={};function M(e){return"string"==typeof e}L.isntString=L.isString=void 0,L.isString=M,L.isntString=function(e){return!M(e)},q.isntChar=q.isChar=void 0;const D=L;function B(e){return(0,D.isString)(e)&&1===e.length}q.isChar=B,q.isntChar=function(e){return!B(e)};var H={};function z(e){return e instanceof Date}H.isntDate=H.isDate=void 0,H.isDate=z,H.isntDate=function(e){return!z(e)};var $={};$.inEnum=void 0,$.inEnum=function(e,t){return Object.values(t).includes(e)};var J={};function W(e){return e instanceof Error}J.isntError=J.isError=void 0,J.isError=W,J.isntError=function(e){return!W(e)};var G={};function V(e){return!e}G.isntFalsy=G.isFalsy=void 0,G.isFalsy=V,G.isntFalsy=function(e){return!V(e)};var K={};K.isntIterable=K.isIterable=void 0;const Q=S,Z=E,X=R;function Y(e){return(0,Q.isntNull)(e)&&(0,Z.isntUndefined)(e)&&(0,X.isFunction)(e[Symbol.iterator])}K.isIterable=Y,K.isntIterable=function(e){return!Y(e)};var ee={},te={};function ne(e){return"number"==typeof e}function re(e){return Number.isNaN(e)}te.isntNaN=te.isNaN=te.isNegativeInfinity=te.isPositiveInfinity=te.isFinite=te.isntNumber=te.isNumber=void 0,te.isNumber=ne,te.isntNumber=function(e){return!ne(e)},te.isFinite=function(e){return Number.isFinite(e)},te.isPositiveInfinity=function(e){return e===1/0},te.isNegativeInfinity=function(e){return e===-1/0},te.isNaN=re,te.isntNaN=function(e){return!re(e)};var oe={},ie="object"==typeof i&&i&&i.Object===Object&&i,se="object"==typeof self&&self&&self.Object===Object&&self,ae=(ie||se||Function("return this")()).Symbol,ce=ae,ue=Object.prototype,le=ue.hasOwnProperty,de=ue.toString,fe=ce?ce.toStringTag:void 0;var he=function(e){var t=le.call(e,fe),n=e[fe];try{e[fe]=void 0;var r=!0}catch(e){}var o=de.call(e);return r&&(t?e[fe]=n:delete e[fe]),o},pe=Object.prototype.toString;var ve=he,ye=function(e){return pe.call(e)},me=ae?ae.toStringTag:void 0;var ge=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":me&&me in Object(e)?ve(e):ye(e)};var be=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object);var we=ge,Ae=be,_e=function(e){return null!=e&&"object"==typeof e},Se=Function.prototype,Te=Object.prototype,Ee=Se.toString,ke=Te.hasOwnProperty,Re=Ee.call(Object);var Ce=function(e){if(!_e(e)||"[object Object]"!=we(e))return!1;var t=Ae(e);if(null===t)return!0;var n=ke.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Ee.call(n)==Re},Oe=i&&i.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};oe.isntEmptyObject=oe.isEmptyObject=oe.isntPlainObject=oe.isPlainObject=oe.isntObject=oe.isObject=void 0;const xe=Oe(Ce);function Pe(e){return null!==e&&"object"==typeof e}function Ne(e){return(0,xe.default)(e)}oe.isObject=Pe,oe.isntObject=function(e){return!Pe(e)},oe.isPlainObject=Ne,oe.isntPlainObject=function(e){return!Ne(e)},oe.isEmptyObject=function(e){return 0===Object.keys(e).length},oe.isntEmptyObject=function(e){return 0!==Object.keys(e).length},ee.isntJsonable=ee.isJsonable=ee.isntJson=ee.isJson=void 0;const Ie=S,je=F,Fe=L,Ue=te,qe=w,Le=oe;function Me(e){return(0,Ie.isNull)(e)||(0,je.isBoolean)(e)||(0,Fe.isString)(e)||(0,Ue.isNumber)(e)||(0,qe.isArray)(e)&&e.every(Me)||(0,Le.isPlainObject)(e)&&Object.values(e).every(Me)}ee.isJson=Me,ee.isntJson=function(e){return!Me(e)},ee.isJsonable=function(e){try{return JSON.stringify(e),!0}catch(e){return!1}},ee.isntJsonable=function e(t){return!e()};var De={};De.isPromiseLike=De.isntPromiseLike=De.isntPromise=De.isPromise=void 0;const Be=oe,He=R;function ze(e){return e instanceof Promise}function $e(e){return(0,Be.isObject)(e)&&(0,He.isFunction)(e.then)}De.isPromise=ze,De.isntPromise=function(e){return!ze(e)},De.isntPromiseLike=function(e){return!$e(e)},De.isPromiseLike=$e;var Je={};Je.isAbsoluteURL=void 0,Je.isAbsoluteURL=function(e){try{return new URL(e),!0}catch(e){return!1}};var We={};function Ge(e){return e instanceof RegExp}We.isntRegExp=We.isRegExp=void 0,We.isRegExp=Ge,We.isntRegExp=function(e){return!Ge(e)};var Ve={};function Ke(e){return"symbol"==typeof e}Ve.isntSymbol=Ve.isSymbol=void 0,Ve.isSymbol=Ke,Ve.isntSymbol=function(e){return!Ke(e)},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(w,e),n(_,e),n(I,e),n(F,e),n(q,e),n(H,e),n($,e),n(J,e),n(G,e),n(R,e),n(K,e),n(ee,e),n(S,e),n(te,e),n(oe,e),n(De,e),n(L,e),n(E,e),n(Je,e),n(We,e),n(Ve,e)}(b),g.del=g.patch=g.put=g.post=g.head=g.get=void 0;const Qe=s,Ze=b;function Xe(e,...t){const n=t.reduce(((e,t)=>(0,Ze.isFunction)(t)?t(e):e),{url:new URL("http://localhost"),headers:new Qe.Headers}),r=new Qe.Headers(n.headers);return new Qe.Request(n.url.href,{method:e,headers:r,signal:n.signal,body:n.payload,keepalive:n.keepalive})}g.get=function(...e){return Xe("GET",...e)},g.head=function(...e){return Xe("HEAD",...e)},g.post=function(...e){return Xe("POST",...e)},g.put=function(...e){return Xe("PUT",...e)},g.patch=function(...e){return Xe("PATCH",...e)},g.del=function(...e){return Xe("DELETE",...e)},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(m,e),n(g,e)}(y);var Ye={},et={};et.url=void 0,et.url=function(...e){return t=>({...t,url:new URL(e.reduce(((e,t)=>new URL(t,e).href)))})};var tt={text:void 0};const nt=s;tt.text=function(e){return t=>{const n=new nt.Headers(t.headers);return n.set("Content-Type","application/x-www-form-urlencoded"),{...t,headers:n,payload:e}}};var rt={json:void 0};const ot=s;rt.json=function(e){return t=>{const n=new ot.Headers(t.headers);return n.set("Content-Type","application/json"),{...t,headers:n,payload:JSON.stringify(e)}}};var it={},st={exports:{}};
|
|
16
|
-
/* @license
|
|
17
|
-
Papa Parse
|
|
18
|
-
v5.3.2
|
|
19
|
-
https://github.com/mholt/PapaParse
|
|
20
|
-
License: MIT
|
|
21
|
-
*/
|
|
22
|
-
!function(e,t){e.exports=function e(){var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{};function n(){var n=t.URL||t.webkitURL||null,r=e.toString();return c.BLOB_URL||(c.BLOB_URL=n.createObjectURL(new Blob(["(",r,")();"],{type:"text/javascript"})))}var o=!t.document&&!!t.postMessage,i=o&&/blob:/i.test((t.location||{}).protocol),s={},a=0,c={};if(c.parse=l,c.unparse=d,c.RECORD_SEP=String.fromCharCode(30),c.UNIT_SEP=String.fromCharCode(31),c.BYTE_ORDER_MARK="\ufeff",c.BAD_DELIMITERS=["\r","\n",'"',c.BYTE_ORDER_MARK],c.WORKERS_SUPPORTED=!o&&!!t.Worker,c.NODE_STREAM_INPUT=1,c.LocalChunkSize=10485760,c.RemoteChunkSize=5242880,c.DefaultDelimiter=",",c.Parser=w,c.ParserHandle=g,c.NetworkStreamer=h,c.FileStreamer=p,c.StringStreamer=v,c.ReadableStreamStreamer=y,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(c.DuplexStreamStreamer=m),t.jQuery){var u=t.jQuery;u.fn.parse=function(e){var n=e.config||{},r=[];return this.each((function(e){if("INPUT"!==u(this).prop("tagName").toUpperCase()||"file"!==u(this).attr("type").toLowerCase()||!t.FileReader||!this.files||0===this.files.length)return!0;for(var o=0;o<this.files.length;o++)r.push({file:this.files[o],inputElem:this,instanceConfig:u.extend({},n)})})),o(),this;function o(){if(0!==r.length){var t=r[0];if(C(e.before)){var n=e.before(t.file,t.inputElem);if("object"==typeof n){if("abort"===n.action)return void i("AbortError",t.file,t.inputElem,n.reason);if("skip"===n.action)return void s();"object"==typeof n.config&&(t.instanceConfig=u.extend(t.instanceConfig,n.config))}else if("skip"===n)return void s()}var o=t.instanceConfig.complete;t.instanceConfig.complete=function(e){C(o)&&o(e,t.file,t.inputElem),s()},c.parse(t.file,t.instanceConfig)}else C(e.complete)&&e.complete()}function i(t,n,r,o){C(e.error)&&e.error({name:t},n,r,o)}function s(){r.splice(0,1),o()}}}function l(e,n){var r=(n=n||{}).dynamicTyping||!1;if(C(r)&&(n.dynamicTypingFunction=r,r={}),n.dynamicTyping=r,n.transform=!!C(n.transform)&&n.transform,n.worker&&c.WORKERS_SUPPORTED){var o=A();return o.userStep=n.step,o.userChunk=n.chunk,o.userComplete=n.complete,o.userError=n.error,n.step=C(n.step),n.chunk=C(n.chunk),n.complete=C(n.complete),n.error=C(n.error),delete n.worker,void o.postMessage({input:e,config:n,workerId:o.id})}var i=null;return e===c.NODE_STREAM_INPUT&&"undefined"==typeof PAPA_BROWSER_CONTEXT?(i=new m(n)).getStream():("string"==typeof e?i=n.download?new h(n):new v(n):!0===e.readable&&C(e.read)&&C(e.on)?i=new y(n):(t.File&&e instanceof File||e instanceof Object)&&(i=new p(n)),i.stream(e))}function d(e,t){var n=!1,r=!0,o=",",i="\r\n",s='"',a=s+s,u=!1,l=null,d=!1;h();var f=new RegExp(b(s),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return p(null,e,u);if("object"==typeof e[0])return p(l||Object.keys(e[0]),e,u)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields||l),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:"object"==typeof e.data[0]?Object.keys(e.data[0]):[]),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),p(e.fields||[],e.data||[],u);throw new Error("Unable to serialize unrecognized input");function h(){if("object"==typeof t){if("string"!=typeof t.delimiter||c.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(o=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(u=t.skipEmptyLines),"string"==typeof t.newline&&(i=t.newline),"string"==typeof t.quoteChar&&(s=t.quoteChar),"boolean"==typeof t.header&&(r=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");l=t.columns}void 0!==t.escapeChar&&(a=t.escapeChar+s),("boolean"==typeof t.escapeFormulae||t.escapeFormulae instanceof RegExp)&&(d=t.escapeFormulae instanceof RegExp?t.escapeFormulae:/^[=+\-@\t\r].*$/)}}function p(e,t,n){var s="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var a=Array.isArray(e)&&e.length>0,c=!Array.isArray(t[0]);if(a&&r){for(var u=0;u<e.length;u++)u>0&&(s+=o),s+=v(e[u],u);t.length>0&&(s+=i)}for(var l=0;l<t.length;l++){var d=a?e.length:t[l].length,f=!1,h=a?0===Object.keys(t[l]).length:0===t[l].length;if(n&&!a&&(f="greedy"===n?""===t[l].join("").trim():1===t[l].length&&0===t[l][0].length),"greedy"===n&&a){for(var p=[],y=0;y<d;y++){var m=c?e[y]:y;p.push(t[l][m])}f=""===p.join("").trim()}if(!f){for(var g=0;g<d;g++){g>0&&!h&&(s+=o);var b=a&&c?e[g]:g;s+=v(t[l][b],g)}l<t.length-1&&(!n||d>0&&!h)&&(s+=i)}}return s}function v(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var r=!1;d&&"string"==typeof e&&d.test(e)&&(e="'"+e,r=!0);var i=e.toString().replace(f,a);return(r=r||!0===n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||y(i,c.BAD_DELIMITERS)||i.indexOf(o)>-1||" "===i.charAt(0)||" "===i.charAt(i.length-1))?s+i+s:i}function y(e,t){for(var n=0;n<t.length;n++)if(e.indexOf(t[n])>-1)return!0;return!1}}function f(e){function n(e){var t=k(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new g(t),this._handle.streamer=this,this._config=t}this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},n.call(this,e),this.parseChunk=function(e,n){if(this.isFirstChunk&&C(this._config.beforeFirstChunk)){var r=this._config.beforeFirstChunk(e);void 0!==r&&(e=r)}this.isFirstChunk=!1,this._halted=!1;var o=this._partialLine+e;this._partialLine="";var s=this._handle.parse(o,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var a=s.meta.cursor;this._finished||(this._partialLine=o.substring(a-this._baseIndex),this._baseIndex=a),s&&s.data&&(this._rowCount+=s.data.length);var u=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(i)t.postMessage({results:s,workerId:c.WORKER_ID,finished:u});else if(C(this._config.chunk)&&!n){if(this._config.chunk(s,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);s=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(s.data),this._completeResults.errors=this._completeResults.errors.concat(s.errors),this._completeResults.meta=s.meta),this._completed||!u||!C(this._config.complete)||s&&s.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),u||s&&s.meta.paused||this._nextChunk(),s}this._halted=!0},this._sendError=function(e){C(this._config.error)?this._config.error(e):i&&this._config.error&&t.postMessage({workerId:c.WORKER_ID,error:e,finished:!1})}}function h(e){var t;function n(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(e=e||{}).chunkSize||(e.chunkSize=c.RemoteChunkSize),f.call(this,e),this._nextChunk=o?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),o||(t.onload=R(this._chunkLoaded,this),t.onerror=R(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!o),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var n in e)t.setRequestHeader(n,e[n])}if(this._config.chunkSize){var r=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+r)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}o&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||t.status>=400?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=n(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function p(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=c.LocalChunkSize),f.call(this,e);var r="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,r?((t=new FileReader).onload=R(this._chunkLoaded,this),t.onerror=R(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var o=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,o)}var i=t.readAsText(e,this._config.encoding);r||this._chunkLoaded({target:{result:i}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function v(e){var t;e=e||{},f.call(this,e),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function y(e){e=e||{},f.call(this,e);var t=[],n=!0,r=!1;this.pause=function(){f.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){f.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){r&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=R((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=R((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=R((function(){this._streamCleanUp(),r=!0,this._streamData("")}),this),this._streamCleanUp=R((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function m(e){var t=r.default.Duplex,n=k(e),o=!0,i=!1,s=[],a=null;this._onCsvData=function(e){var t=e.data;a.push(t)||this._handle.paused()||this._handle.pause()},this._onCsvComplete=function(){a.push(null)},n.step=R(this._onCsvData,this),n.complete=R(this._onCsvComplete,this),f.call(this,n),this._nextChunk=function(){i&&1===s.length&&(this._finished=!0),s.length?s.shift()():o=!0},this._addToParseQueue=function(e,t){s.push(R((function(){if(this.parseChunk("string"==typeof e?e:e.toString(n.encoding)),C(t))return t()}),this)),o&&(o=!1,this._nextChunk())},this._onRead=function(){this._handle.paused()&&this._handle.resume()},this._onWrite=function(e,t,n){this._addToParseQueue(e,n)},this._onWriteComplete=function(){i=!0,this._addToParseQueue("")},this.getStream=function(){return a},(a=new t({readableObjectMode:!0,decodeStrings:!1,read:R(this._onRead,this),write:R(this._onWrite,this)})).once("finish",R(this._onWriteComplete,this))}function g(e){var t,n,r,o=Math.pow(2,53),i=-o,s=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,a=/^(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))$/,u=this,l=0,d=0,f=!1,h=!1,p=[],v={data:[],errors:[],meta:{}};if(C(e.step)){var y=e.step;e.step=function(t){if(v=t,_())A();else{if(A(),0===v.data.length)return;l+=t.data.length,e.preview&&l>e.preview?n.abort():(v.data=v.data[0],y(v,u))}}}function m(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function g(e){if(s.test(e)){var t=parseFloat(e);if(t>i&&t<o)return!0}return!1}function A(){return v&&r&&(P("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+c.DefaultDelimiter+"'"),r=!1),e.skipEmptyLines&&(v.data=v.data.filter((function(e){return!m(e)}))),_()&&S(),R()}function _(){return e.header&&0===p.length}function S(){if(v)if(Array.isArray(v.data[0])){for(var t=0;_()&&t<v.data.length;t++)v.data[t].forEach(n);v.data.splice(0,1)}else v.data.forEach(n);function n(t,n){C(e.transformHeader)&&(t=e.transformHeader(t,n)),p.push(t)}}function T(t){return e.dynamicTypingFunction&&void 0===e.dynamicTyping[t]&&(e.dynamicTyping[t]=e.dynamicTypingFunction(t)),!0===(e.dynamicTyping[t]||e.dynamicTyping)}function E(e,t){return T(e)?"true"===t||"TRUE"===t||"false"!==t&&"FALSE"!==t&&(g(t)?parseFloat(t):a.test(t)?new Date(t):""===t?null:t):t}function R(){if(!v||!e.header&&!e.dynamicTyping&&!e.transform)return v;function t(t,n){var r,o=e.header?{}:[];for(r=0;r<t.length;r++){var i=r,s=t[r];e.header&&(i=r>=p.length?"__parsed_extra":p[r]),e.transform&&(s=e.transform(s,i)),s=E(i,s),"__parsed_extra"===i?(o[i]=o[i]||[],o[i].push(s)):o[i]=s}return e.header&&(r>p.length?P("FieldMismatch","TooManyFields","Too many fields: expected "+p.length+" fields but parsed "+r,d+n):r<p.length&&P("FieldMismatch","TooFewFields","Too few fields: expected "+p.length+" fields but parsed "+r,d+n)),o}var n=1;return!v.data.length||Array.isArray(v.data[0])?(v.data=v.data.map(t),n=v.data.length):v.data=t(v.data,0),e.header&&v.meta&&(v.meta.fields=p),d+=n,v}function O(t,n,r,o,i){var s,a,u,l;i=i||[",","\t","|",";",c.RECORD_SEP,c.UNIT_SEP];for(var d=0;d<i.length;d++){var f=i[d],h=0,p=0,v=0;u=void 0;for(var y=new w({comments:o,delimiter:f,newline:n,preview:10}).parse(t),g=0;g<y.data.length;g++)if(r&&m(y.data[g]))v++;else{var b=y.data[g].length;p+=b,void 0!==u?b>0&&(h+=Math.abs(b-u),u=b):u=b}y.data.length>0&&(p/=y.data.length-v),(void 0===a||h<=a)&&(void 0===l||p>l)&&p>1.99&&(a=h,s=f,l=p)}return e.delimiter=s,{successful:!!s,bestDelimiter:s}}function x(e,t){e=e.substring(0,1048576);var n=new RegExp(b(t)+"([^]*?)"+b(t),"gm"),r=(e=e.replace(n,"")).split("\r"),o=e.split("\n"),i=o.length>1&&o[0].length<r[0].length;if(1===r.length||i)return"\n";for(var s=0,a=0;a<r.length;a++)"\n"===r[a][0]&&s++;return s>=r.length/2?"\r\n":"\r"}function P(e,t,n,r){var o={type:e,code:t,message:n};void 0!==r&&(o.row=r),v.errors.push(o)}this.parse=function(o,i,s){var a=e.quoteChar||'"';if(e.newline||(e.newline=x(o,a)),r=!1,e.delimiter)C(e.delimiter)&&(e.delimiter=e.delimiter(o),v.meta.delimiter=e.delimiter);else{var u=O(o,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);u.successful?e.delimiter=u.bestDelimiter:(r=!0,e.delimiter=c.DefaultDelimiter),v.meta.delimiter=e.delimiter}var l=k(e);return e.preview&&e.header&&l.preview++,t=o,n=new w(l),v=n.parse(t,i,s),A(),f?{meta:{paused:!0}}:v||{meta:{paused:!1}}},this.paused=function(){return f},this.pause=function(){f=!0,n.abort(),t=C(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){u.streamer._halted?(f=!1,u.streamer.parseChunk(t,!0)):setTimeout(u.resume,3)},this.aborted=function(){return h},this.abort=function(){h=!0,n.abort(),v.meta.aborted=!0,C(e.complete)&&e.complete(v),t=""}}function b(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function w(e){var t,n=(e=e||{}).delimiter,r=e.newline,o=e.comments,i=e.step,s=e.preview,a=e.fastMode,u=t=void 0===e.quoteChar||null===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(u=e.escapeChar),("string"!=typeof n||c.BAD_DELIMITERS.indexOf(n)>-1)&&(n=","),o===n)throw new Error("Comment character same as delimiter");!0===o?o="#":("string"!=typeof o||c.BAD_DELIMITERS.indexOf(o)>-1)&&(o=!1),"\n"!==r&&"\r"!==r&&"\r\n"!==r&&(r="\n");var l=0,d=!1;this.parse=function(e,c,f){if("string"!=typeof e)throw new Error("Input must be a string");var h=e.length,p=n.length,v=r.length,y=o.length,m=C(i);l=0;var g=[],w=[],A=[],_=0;if(!e)return U();if(a||!1!==a&&-1===e.indexOf(t)){for(var S=e.split(r),T=0;T<S.length;T++){if(A=S[T],l+=A.length,T!==S.length-1)l+=r.length;else if(f)return U();if(!o||A.substring(0,y)!==o){if(m){if(g=[],N(A.split(n)),q(),d)return U()}else N(A.split(n));if(s&&T>=s)return g=g.slice(0,s),U(!0)}}return U()}for(var E=e.indexOf(n,l),k=e.indexOf(r,l),R=new RegExp(b(u)+b(t),"g"),O=e.indexOf(t,l);;)if(e[l]!==t)if(o&&0===A.length&&e.substring(l,l+y)===o){if(-1===k)return U();l=k+v,k=e.indexOf(r,l),E=e.indexOf(n,l)}else if(-1!==E&&(E<k||-1===k))A.push(e.substring(l,E)),l=E+p,E=e.indexOf(n,l);else{if(-1===k)break;if(A.push(e.substring(l,k)),F(k+v),m&&(q(),d))return U();if(s&&g.length>=s)return U(!0)}else for(O=l,l++;;){if(-1===(O=e.indexOf(t,O+1)))return f||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:g.length,index:l}),j();if(O===h-1)return j(e.substring(l,O).replace(R,t));if(t!==u||e[O+1]!==u){if(t===u||0===O||e[O-1]!==u){-1!==E&&E<O+1&&(E=e.indexOf(n,O+1)),-1!==k&&k<O+1&&(k=e.indexOf(r,O+1));var x=I(-1===k?E:Math.min(E,k));if(e.substr(O+1+x,p)===n){A.push(e.substring(l,O).replace(R,t)),l=O+1+x+p,e[O+1+x+p]!==t&&(O=e.indexOf(t,l)),E=e.indexOf(n,l),k=e.indexOf(r,l);break}var P=I(k);if(e.substring(O+1+P,O+1+P+v)===r){if(A.push(e.substring(l,O).replace(R,t)),F(O+1+P+v),E=e.indexOf(n,l),O=e.indexOf(t,l),m&&(q(),d))return U();if(s&&g.length>=s)return U(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:g.length,index:l}),O++}}else O++}return j();function N(e){g.push(e),_=l}function I(t){var n=0;if(-1!==t){var r=e.substring(O+1,t);r&&""===r.trim()&&(n=r.length)}return n}function j(t){return f||(void 0===t&&(t=e.substring(l)),A.push(t),l=h,N(A),m&&q()),U()}function F(t){l=t,N(A),A=[],k=e.indexOf(r,l)}function U(e){return{data:g,errors:w,meta:{delimiter:n,linebreak:r,aborted:d,truncated:!!e,cursor:_+(c||0)}}}function q(){i(U()),g=[],w=[]}},this.abort=function(){d=!0},this.getCharIndex=function(){return l}}function A(){if(!c.WORKERS_SUPPORTED)return!1;var e=n(),r=new t.Worker(e);return r.onmessage=_,r.id=a++,s[r.id]=r,r}function _(e){var t=e.data,n=s[t.workerId],r=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var o={abort:function(){r=!0,S(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:T,resume:T};if(C(n.userStep)){for(var i=0;i<t.results.data.length&&(n.userStep({data:t.results.data[i],errors:t.results.errors,meta:t.results.meta},o),!r);i++);delete t.results}else C(n.userChunk)&&(n.userChunk(t.results,o,t.file),delete t.results)}t.finished&&!r&&S(t.workerId,t.results)}function S(e,t){var n=s[e];C(n.userComplete)&&n.userComplete(t),n.terminate(),delete s[e]}function T(){throw new Error("Not implemented.")}function E(e){var n=e.data;if(void 0===c.WORKER_ID&&n&&(c.WORKER_ID=n.workerId),"string"==typeof n.input)t.postMessage({workerId:c.WORKER_ID,results:c.parse(n.input,n.config),finished:!0});else if(t.File&&n.input instanceof File||n.input instanceof Object){var r=c.parse(n.input,n.config);r&&t.postMessage({workerId:c.WORKER_ID,results:r,finished:!0})}}function k(e){if("object"!=typeof e||null===e)return e;var t=Array.isArray(e)?[]:{};for(var n in e)t[n]=k(e[n]);return t}function R(e,t){return function(){e.apply(t,arguments)}}function C(e){return"function"==typeof e}return i&&(t.onmessage=E),h.prototype=Object.create(f.prototype),h.prototype.constructor=h,p.prototype=Object.create(f.prototype),p.prototype.constructor=p,v.prototype=Object.create(v.prototype),v.prototype.constructor=v,y.prototype=Object.create(f.prototype),y.prototype.constructor=y,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(m.prototype=Object.create(f.prototype),m.prototype.constructor=m),c}()}(st);var at={},ct={},ut={},lt={},dt={},ft={},ht={};ht.go=void 0,ht.go=function(e){return e()};var pt={};pt.goMicrotask=void 0,pt.goMicrotask=function(e){return new Promise(((t,n)=>{queueMicrotask((async()=>{try{t(await e())}catch(e){n(e)}}))}))};var vt={},yt={},mt={},gt={},bt={};bt.random=void 0,bt.random=function(e,t){return Math.random()*(t-e)+e};var wt={};wt.randomInt=void 0,wt.randomInt=function(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e))+e};var At={};At.randomIntInclusive=void 0,At.randomIntInclusive=function(e,t){return e=Math.ceil(e),t=Math.floor(t),Math.floor(Math.random()*(t-e+1))+e},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(bt,e),n(wt,e),n(At,e)}(gt),mt.calculateExponentialBackoffTimeout=void 0;const _t=gt;mt.calculateExponentialBackoffTimeout=function({baseTimeout:e,retries:t,maxTimeout:n=1/0,factor:r=2,jitter:o=!0}){const i=Math.min(r**t*e,n);return o?(0,_t.randomIntInclusive)(0,i):i};var St={};St.setTimeout=void 0,St.setTimeout=function(e,t){const n=globalThis.setTimeout(t,e);return()=>clearTimeout(n)};var Tt={setSchedule:void 0};const Et=St;Tt.setSchedule=function(e,t){const n=e-Date.now();return(0,Et.setTimeout)(n,t)};var kt={};kt.setInterval=void 0,kt.setInterval=function(e,t){const n=globalThis.setInterval(t,e);return()=>clearInterval(n)};var Rt={setImmediate:void 0};const Ct=St;Rt.setImmediate=function(e){if(globalThis.setImmediate){const t=globalThis.setImmediate(e);return()=>clearImmediate(t)}return(0,Ct.setTimeout)(0,e)};var Ot={setTimeoutLoop:void 0};const xt=St;Ot.setTimeoutLoop=function(e,t){let n=!1,r=(0,xt.setTimeout)(e,(async function o(){await t(),n||(r=(0,xt.setTimeout)(e,o))}));return()=>{n=!0,r()}};var Pt={setDynamicTimeoutLoop:void 0};const Nt=St;Pt.setDynamicTimeoutLoop=function(e,t){let n=!1,r=(0,Nt.setTimeout)(e,(async function o(){const i=Date.now();await t();const s=Date.now()-i;n||(r=(0,Nt.setTimeout)(Math.max(e-s,0),o))}));return()=>{n=!0,r()}},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(mt,e),n(St,e),n(Tt,e),n(kt,e),n(Rt,e),n(Ot,e),n(Pt,e)}(yt),vt.goMacrotask=void 0;const It=yt;var jt;vt.goMacrotask=function(e){return new Promise(((t,n)=>{(0,It.setImmediate)((async()=>{try{t(await e())}catch(e){n(e)}}))}))},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(ht,e),n(pt,e),n(vt,e)}(ft);var Ft={},Ut={},qt={};function Lt(e){return Array.isArray(e)}qt.isntEmptyArray=qt.isEmptyArray=qt.isntArray=qt.isArray=void 0,qt.isArray=Lt,qt.isntArray=function(e){return!Lt(e)},qt.isEmptyArray=function(e){return 0===e.length},qt.isntEmptyArray=function(e){return 0!==e.length};var Mt={},Dt={};function Bt(e){return null===e}Dt.isntNull=Dt.isNull=void 0,Dt.isNull=Bt,Dt.isntNull=function(e){return!Bt(e)};var Ht={};function zt(e){return void 0===e}Ht.isntUndefined=Ht.isUndefined=void 0,Ht.isUndefined=zt,Ht.isntUndefined=function(e){return!zt(e)};var $t={};function Jt(e){return"function"==typeof e}$t.isntFunction=$t.isFunction=void 0,$t.isFunction=Jt,$t.isntFunction=function(e){return!Jt(e)},Mt.isntAsyncIterable=Mt.isAsyncIterable=void 0;const Wt=Dt,Gt=Ht,Vt=$t;function Kt(e){return(0,Wt.isntNull)(e)&&(0,Gt.isntUndefined)(e)&&(0,Vt.isFunction)(e[Symbol.asyncIterator])}Mt.isAsyncIterable=Kt,Mt.isntAsyncIterable=function(e){return!Kt(e)};var Qt={};function Zt(e){return"bigint"==typeof e}Qt.isntBigInt=Qt.isBigInt=void 0,Qt.isBigInt=Zt,Qt.isntBigInt=function(e){return!Zt(e)};var Xt={};function Yt(e){return"boolean"==typeof e}Xt.isntBoolean=Xt.isBoolean=void 0,Xt.isBoolean=Yt,Xt.isntBoolean=function(e){return!Yt(e)};var en={},tn={};function nn(e){return"string"==typeof e}tn.isntString=tn.isString=void 0,tn.isString=nn,tn.isntString=function(e){return!nn(e)},en.isntChar=en.isChar=void 0;const rn=tn;function on(e){return(0,rn.isString)(e)&&1===e.length}en.isChar=on,en.isntChar=function(e){return!on(e)};var sn={};function an(e){return e instanceof Date}sn.isntDate=sn.isDate=void 0,sn.isDate=an,sn.isntDate=function(e){return!an(e)};var cn={};cn.inEnum=void 0,cn.inEnum=function(e,t){return Object.values(t).includes(e)};var un={};function ln(e){return e instanceof Error}un.isntError=un.isError=void 0,un.isError=ln,un.isntError=function(e){return!ln(e)};var dn={};function fn(e){return!e}dn.isntFalsy=dn.isFalsy=void 0,dn.isFalsy=fn,dn.isntFalsy=function(e){return!fn(e)};var hn={};hn.isntIterable=hn.isIterable=void 0;const pn=Dt,vn=Ht,yn=$t;function mn(e){return(0,pn.isntNull)(e)&&(0,vn.isntUndefined)(e)&&(0,yn.isFunction)(e[Symbol.iterator])}hn.isIterable=mn,hn.isntIterable=function(e){return!mn(e)};var gn={},bn={};function wn(e){return"number"==typeof e}function An(e){return Number.isNaN(e)}bn.isntNaN=bn.isNaN=bn.isNegativeInfinity=bn.isPositiveInfinity=bn.isFinite=bn.isntNumber=bn.isNumber=void 0,bn.isNumber=wn,bn.isntNumber=function(e){return!wn(e)},bn.isFinite=function(e){return Number.isFinite(e)},bn.isPositiveInfinity=function(e){return e===1/0},bn.isNegativeInfinity=function(e){return e===-1/0},bn.isNaN=An,bn.isntNaN=function(e){return!An(e)};var _n={},Sn=i&&i.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};_n.isntEmptyObject=_n.isEmptyObject=_n.isntPlainObject=_n.isPlainObject=_n.isntObject=_n.isObject=void 0;const Tn=Sn(Ce);function En(e){return null!==e&&"object"==typeof e}function kn(e){return(0,Tn.default)(e)}_n.isObject=En,_n.isntObject=function(e){return!En(e)},_n.isPlainObject=kn,_n.isntPlainObject=function(e){return!kn(e)},_n.isEmptyObject=function(e){return 0===Object.keys(e).length},_n.isntEmptyObject=function(e){return 0!==Object.keys(e).length},gn.isntJsonable=gn.isJsonable=gn.isntJson=gn.isJson=void 0;const Rn=Dt,Cn=Xt,On=tn,xn=bn,Pn=qt,Nn=_n;function In(e){return(0,Rn.isNull)(e)||(0,Cn.isBoolean)(e)||(0,On.isString)(e)||(0,xn.isNumber)(e)||(0,Pn.isArray)(e)&&e.every(In)||(0,Nn.isPlainObject)(e)&&Object.values(e).every(In)}gn.isJson=In,gn.isntJson=function(e){return!In(e)},gn.isJsonable=function(e){try{return JSON.stringify(e),!0}catch(e){return!1}},gn.isntJsonable=function e(t){return!e()};var jn={};jn.isPromiseLike=jn.isntPromiseLike=jn.isntPromise=jn.isPromise=void 0;const Fn=_n,Un=$t;function qn(e){return e instanceof Promise}function Ln(e){return(0,Fn.isObject)(e)&&(0,Un.isFunction)(e.then)}jn.isPromise=qn,jn.isntPromise=function(e){return!qn(e)},jn.isntPromiseLike=function(e){return!Ln(e)},jn.isPromiseLike=Ln;var Mn={};Mn.isAbsoluteURL=void 0,Mn.isAbsoluteURL=function(e){try{return new URL(e),!0}catch(e){return!1}};var Dn={};function Bn(e){return e instanceof RegExp}Dn.isntRegExp=Dn.isRegExp=void 0,Dn.isRegExp=Bn,Dn.isntRegExp=function(e){return!Bn(e)};var Hn={};function zn(e){return"symbol"==typeof e}Hn.isntSymbol=Hn.isSymbol=void 0,Hn.isSymbol=zn,Hn.isntSymbol=function(e){return!zn(e)},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(qt,e),n(Mt,e),n(Qt,e),n(Xt,e),n(en,e),n(sn,e),n(cn,e),n(un,e),n(dn,e),n($t,e),n(hn,e),n(gn,e),n(Dt,e),n(bn,e),n(_n,e),n(jn,e),n(tn,e),n(Ht,e),n(Mn,e),n(Dn,e),n(Hn,e)}(Ut),Ft.chunkByAsync=void 0;const $n=Ut;Ft.chunkByAsync=function(e,t){return(0,$n.isAsyncIterable)(e)?async function*(e,t){let n=[],r=0;for await(const o of e)n.push(o),await t(o,r)&&(yield n,n=[]),r++;n.length&&(yield n)}(e,t):async function*(e,t){let n=[],r=0;for(const o of e)n.push(o),await t(o,r)&&(yield n,n=[]),r++;n.length&&(yield n)}(e,t)};var Jn={};Jn.chunkBy=void 0,Jn.chunkBy=function*(e,t){let n=[],r=0;for(const o of e)n.push(o),t(o,r)&&(yield n,n=[]),r++;n.length&&(yield n)};var Wn,Gn={};var Vn={concatAsync:void 0};const Kn=Ut,Qn=ft;Vn.concatAsync=function(e,...t){return(0,Qn.go)((async function*(){for(const n of[e,...t])if((0,Kn.isAsyncIterable)(n))for await(const e of n)yield e;else for(const e of n)yield e}))};var Zn={concat:void 0};const Xn=ft;Zn.concat=function(e,...t){return(0,Xn.go)((function*(){for(const n of[e,...t])yield*n}))};var Yn,er={},tr={};tr.copyIterable=tr.copyAsyncIterable=void 0,tr.copyAsyncIterable=async function*(e){for await(const t of e)yield t},tr.copyIterable=function*(e){for(const t of e)yield t};var nr,rr={};var or,ir={};var sr={dropUntilAsync:void 0};const ar=Ut;sr.dropUntilAsync=function(e,t){return(0,ar.isAsyncIterable)(e)?async function*(e,t){var n;const r=e[Symbol.asyncIterator]();let o;try{let e,i=0;for(;!(({value:e,done:o}=await r.next()),o||await t(e,i++)););for(;!o;)yield e,({value:e,done:o}=await r.next())}finally{o||await(null===(n=r.return)||void 0===n?void 0:n.call(r))}}(e,t):async function*(e,t){var n;const r=e[Symbol.iterator]();let o;try{let e,i=0;for(;!(({value:e,done:o}=r.next()),o||await t(e,i++)););for(;!o;)yield e,({value:e,done:o}=r.next())}finally{o||null===(n=r.return)||void 0===n||n.call(r)}}(e,t)};var cr={};cr.dropUntil=void 0,cr.dropUntil=function*(e,t){var n;const r=e[Symbol.iterator]();let o;try{let e,i=0;for(;!(({value:e,done:o}=r.next()),o||t(e,i++)););for(;!o;)yield e,({value:e,done:o}=r.next())}finally{o||null===(n=r.return)||void 0===n||n.call(r)}};var ur,lr={};var dr={filterAsync:void 0};const fr=Ut;dr.filterAsync=function(e,t){return(0,fr.isAsyncIterable)(e)?async function*(e,t){let n=0;for await(const r of e)await t(r,n)&&(yield r),n++}(e,t):async function*(e,t){let n=0;for(const r of e)await t(r,n)&&(yield r),n++}(e,t)};var hr={};hr.filter=void 0,hr.filter=function*(e,t){let n=0;for(const r of e)t(r,n)&&(yield r),n++};var pr={},vr={},yr={flattenByAsync:void 0};const mr=Ut;async function*gr(e,t,n){for(const r of e)br(r)&&await t(r,n)?yield*gr(r,t,n+1):yield r}function br(e){return(0,mr.isIterable)(e)&&(0,mr.isntChar)(e)}var wr,Ar;function _r(){if(wr)return vr;wr=1,vr.flattenDeepAsync=void 0;const e=yr,t=ji();return vr.flattenDeepAsync=function(n,r=1/0){return(0,t.assert)(r===1/0||Number.isInteger(r),"The parameter depth must be an integer"),(0,t.assert)(r>=0,"The parameter depth must be greater than or equal to 0"),(0,e.flattenByAsync)(n,((e,t)=>t<=r))},vr}yr.flattenByAsync=function(e,t){return(0,mr.isAsyncIterable)(e)?async function*(e,t){const n=1;for await(const r of e)br(r)&&await t(r,n)?yield*gr(r,t,n+1):yield r}(e,t):function(e,t){return gr(e,t,1)}(e,t)};var Sr={flattenBy:void 0};const Tr=Ut;function*Er(e,t,n){for(const o of e)(0,Tr.isIterable)(r=o)&&(0,Tr.isntChar)(r)&&t(o,n)?yield*Er(o,t,n+1):yield o;var r}Sr.flattenBy=function(e,t){return Er(e,t,1)};var kr,Rr={};function Cr(){if(kr)return Rr;kr=1,Rr.flattenDeep=void 0;const e=Sr,t=ji();return Rr.flattenDeep=function(n,r=1/0){return(0,t.assert)(r===1/0||Number.isInteger(r),"The parameter depth must be an integer"),(0,t.assert)(r>=0,"The parameter depth must be greater than or equal to 0"),(0,e.flattenBy)(n,((e,t)=>t<=r))},Rr}var Or,xr={};var Pr={mapAsync:void 0};const Nr=Ut;Pr.mapAsync=function(e,t){return(0,Nr.isAsyncIterable)(e)?async function*(e,t){let n=0;for await(const r of e)yield await t(r,n),n++}(e,t):async function*(e,t){let n=0;for(const r of e)yield await t(r,n),n++}(e,t)};var Ir={};Ir.map=void 0,Ir.map=function*(e,t){let n=0;for(const r of e)yield t(r,n),n++};var jr,Fr={};function Ur(){if(jr)return Fr;jr=1,Fr.repeatAsync=void 0;const e=ft,t=ji();return Fr.repeatAsync=function(n,r){return(0,t.assert)(r===1/0||Number.isInteger(r),"The parameter times must be an integer"),(0,t.assert)(r>=0,"The parameter times must be greater than or equal to 0"),r===1/0&&function(){if("production"===process.env.NODE_ENV)return;console.warn("When iterable has no elements and times is Infinity, repeat() will be in dead loop")}(),(0,e.go)((async function*(){const e=[];if(r>0){for await(const t of n)yield t,e.push(t);r--}for(;r>0;)yield*e,r--}))},Fr}var qr,Lr={};function Mr(){if(qr)return Lr;qr=1,Lr.repeat=void 0;const e=ft,t=ji();return Lr.repeat=function(n,r){return(0,t.assert)(r===1/0||Number.isInteger(r),"The parameter times must be an integer"),(0,t.assert)(r>=0,"The parameter times must be greater than or equal to 0"),r===1/0&&function(){if("production"===process.env.NODE_ENV)return;console.warn("When iterable has no elements and times is Infinity, repeat() will be in dead loop")}(),(0,e.go)((function*(){const e=[];if(r>0){for(const t of n)yield t,e.push(t);r--}for(;r>0;)yield*e,r--}))},Lr}var Dr,Br={};var Hr,zr={};var $r={};$r.splitAsync=void 0,$r.splitAsync=async function*(e,t){let n=[];for await(const r of e)r===t?(yield n,n=[]):n.push(r);yield n};var Jr={splitByAsync:void 0};const Wr=Ut;Jr.splitByAsync=function(e,t){return(0,Wr.isAsyncIterable)(e)?async function*(e,t){let n=[],r=0;for await(const o of e)await t(o,r)?(yield n,n=[]):n.push(o),r++;yield n}(e,t):async function*(e,t){let n=[],r=0;for(const o of e)await t(o,r)?(yield n,n=[]):n.push(o),r++;yield n}(e,t)};var Gr={};Gr.splitBy=void 0,Gr.splitBy=function*(e,t){let n=[],r=0;for(const o of e)t(o,r)?(yield n,n=[]):n.push(o),r++;yield n};var Vr={};Vr.split=void 0,Vr.split=function*(e,t){let n=[];for(const r of e)r===t?(yield n,n=[]):n.push(r);yield n};var Kr,Qr={};var Zr,Xr={};var Yr,eo={};var to={takeUntilAsync:void 0};const no=Ut;to.takeUntilAsync=function(e,t){return(0,no.isAsyncIterable)(e)?async function*(e,t){let n=0;for await(const r of e){if(await t(r,n))break;yield r,n++}}(e,t):async function*(e,t){let n=0;for(const r of e){if(await t(r,n))break;yield r,n++}}(e,t)};var ro={};ro.takeUntil=void 0,ro.takeUntil=function*(e,t){let n=0;for(const r of e){if(t(r,n))break;yield r,n++}};var oo,io={};var so={tapAsync:void 0};const ao=Ut;so.tapAsync=function(e,t){return(0,ao.isAsyncIterable)(e)?async function*(e,t){let n=0;for await(const r of e)await t(r,n),yield r,n++}(e,t):async function*(e,t){let n=0;for(const r of e)await t(r,n),yield r,n++}(e,t)};var co={};co.tap=void 0,co.tap=function*(e,t){let n=0;for(const r of e)t(r,n),yield r,n++};var uo={};uo.toAsyncIterable=void 0,uo.toAsyncIterable=async function*(e){for(const t of e)yield t};var lo={};lo.transformAsync=void 0,lo.transformAsync=async function*(e,t){yield*t(e)};var fo={};fo.transform=void 0,fo.transform=function*(e,t){yield*t(e)};var ho={};ho.uniqAsync=void 0,ho.uniqAsync=async function*(e){const t=new Set;for await(const n of e)t.has(n)||(yield n,t.add(n))};var po={uniqByAsync:void 0};const vo=Ut;po.uniqByAsync=function(e,t){return(0,vo.isAsyncIterable)(e)?async function*(e,t){const n=new Set;let r=0;for await(const o of e){const e=await t(o,r);n.has(e)||(yield o,n.add(e)),r++}}(e,t):async function*(e,t){const n=new Set;let r=0;for(const o of e){const e=await t(o,r);n.has(e)||(yield o,n.add(e)),r++}}(e,t)};var yo={};yo.uniqBy=void 0,yo.uniqBy=function*(e,t){const n=new Set;let r=0;for(const o of e){const e=t(o,r);n.has(e)||(yield o,n.add(e)),r++}};var mo={};mo.uniq=void 0,mo.uniq=function*(e){const t=new Set;for(const n of e)t.has(n)||(yield n,t.add(n))};var go={zipAsync:void 0};const bo=Ut;var wo;!function(e){e[e.Sync=0]="Sync",e[e.Async=1]="Async"}(wo||(wo={})),go.zipAsync=function(e,...t){return async function*(...e){var t,n,r,o;const i=e.length,s=e.map((e=>(0,bo.isAsyncIterable)(e)?[wo.Async,e[Symbol.asyncIterator]()]:[wo.Sync,e[Symbol.iterator]()])),a=s.map((()=>!1));try{for(;;){const e=new Array(i);for(let t=0;t<i;t++){const[n,r]=s[t];let o;if(o=n===wo.Async?await r.next():r.next(),o.done)return void(a[t]=!0);e[t]=o.value}yield e}}finally{const e=s.filter(((e,t)=>!a[t]));for(const[i,s]of e)i===wo.Async?await(null===(n=(t=s).return)||void 0===n?void 0:n.call(t)):null===(o=(r=s).return)||void 0===o||o.call(r)}}(e,...t)};var Ao,_o={};function So(){return Ao||(Ao=1,function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(function(){if(jt)return dt;jt=1,dt.chunkAsync=void 0;const e=ft,t=ji();return dt.chunkAsync=function(n,r){return(0,t.assert)(Number.isInteger(r),"The parameter size must be an integer"),(0,t.assert)(r>0,"The parameter size must be greater than 0"),(0,e.go)((async function*(){let e=[];for await(const t of n)e.push(t),e.length>=r&&(yield e,e=[]);e.length&&(yield e)}))},dt}(),e),n(Ft,e),n(Jn,e),n(function(){if(Wn)return Gn;Wn=1,Gn.chunk=void 0;const e=ft,t=ji();return Gn.chunk=function(n,r){return(0,t.assert)(Number.isInteger(r),"The parameter size must be an integer"),(0,t.assert)(r>0,"The parameter size must be greater than 0"),(0,e.go)((function*(){let e=[];for(const t of n)e.push(t),e.length>=r&&(yield e,e=[]);e.length&&(yield e)}))},Gn}(),e),n(Vn,e),n(Zn,e),n(function(){if(Yn)return er;Yn=1,er.dropAsync=void 0;const e=ft,t=tr,n=ji();return er.dropAsync=function(r,o){return(0,n.assert)(Number.isInteger(o),"The parameter count must be an integer"),(0,n.assert)(o>=0,"The parameter count must be greater than or equal to 0"),0===o?(0,t.copyAsyncIterable)(r):(0,e.go)((async function*(){var e;const t=r[Symbol.asyncIterator]();let n;try{let r;for(;({value:r,done:n}=await t.next()),!(n||o<=0);)o--;for(;!n;)yield r,({value:r,done:n}=await t.next())}finally{n||await(null===(e=t.return)||void 0===e?void 0:e.call(t))}}))},er}(),e),n(function(){if(nr)return rr;nr=1,rr.dropRightAsync=void 0;const e=ft,t=tr,n=ji();return rr.dropRightAsync=function(r,o){return(0,n.assert)(Number.isInteger(o),"The parameter count must be an integer"),(0,n.assert)(o>=0,"The parameter count must be greater than or equal to 0"),0===o?(0,t.copyAsyncIterable)(r):(0,e.go)((async function*(){const e=(await async function(e){const t=[];for await(const n of e)t.push(n);return t}(r)).slice(0,-o);for(const t of e)yield t}))},rr}(),e),n(function(){if(or)return ir;or=1,ir.dropRight=void 0;const e=ft,t=tr,n=ji();return ir.dropRight=function(r,o){return(0,n.assert)(Number.isInteger(o),"The parameter count must be an integer"),(0,n.assert)(o>=0,"The parameter count must be greater than or equal to 0"),0===o?(0,t.copyIterable)(r):(0,e.go)((function*(){const e=Array.from(r);yield*e.slice(0,-o)}))},ir}(),e),n(sr,e),n(cr,e),n(function(){if(ur)return lr;ur=1,lr.drop=void 0;const e=ft,t=tr,n=ji();return lr.drop=function(r,o){return(0,n.assert)(Number.isInteger(o),"The parameter count must be an integer"),(0,n.assert)(o>=0,"The parameter count must be greater than or equal to 0"),0===o?(0,t.copyIterable)(r):(0,e.go)((function*(){var e;const t=r[Symbol.iterator]();let n;try{let r;for(;({value:r,done:n}=t.next()),!(n||o<=0);)o--;for(;!n;)yield r,({value:r,done:n}=t.next())}finally{n||null===(e=t.return)||void 0===e||e.call(t)}}))},lr}(),e),n(dr,e),n(hr,e),n(function(){if(Ar)return pr;Ar=1,pr.flattenAsync=void 0;const e=_r();return pr.flattenAsync=function(t){return(0,e.flattenDeepAsync)(t,1)},pr}(),e),n(yr,e),n(Sr,e),n(_r(),e),n(Cr(),e),n(function(){if(Or)return xr;Or=1,xr.flatten=void 0;const e=Cr();return xr.flatten=function(t){return(0,e.flattenDeep)(t,1)},xr}(),e),n(Pr,e),n(Ir,e),n(Ur(),e),n(Mr(),e),n(function(){if(Dr)return Br;Dr=1,Br.sliceAsync=void 0;const e=ft,t=ji();return Br.sliceAsync=function(n,r,o=1/0){return(0,t.assert)(Number.isInteger(r),"The parameter start must be an integer"),(0,t.assert)(r>=0,"The parameter start must be greater than or equal to 0"),(0,t.assert)(Number.isInteger(o),"The parameter end must be an integer"),(0,t.assert)(o>=r,"The parameter end must be greater than or equal to start"),(0,e.go)((async function*(){let e=0;for await(const t of n){if(e>=o)break;e>=r&&(yield t),e++}}))},Br}(),e),n(function(){if(Hr)return zr;Hr=1,zr.slice=void 0;const e=ft,t=ji();return zr.slice=function(n,r,o=1/0){return(0,t.assert)(Number.isInteger(r),"The parameter start must be an integer"),(0,t.assert)(r>=0,"The parameter start must be greater than or equal to 0"),(0,t.assert)(Number.isInteger(o),"The parameter end must be an integer"),(0,t.assert)(o>=r,"The parameter end must be greater than or equal to start"),(0,e.go)((function*(){let e=0;for(const t of n){if(e>=o)break;e>=r&&(yield t),e++}}))},zr}(),e),n($r,e),n(Jr,e),n(Gr,e),n(Vr,e),n(function(){if(Kr)return Qr;Kr=1,Qr.takeAsync=void 0;const e=ft,t=ji();return Qr.takeAsync=function(n,r){return(0,t.assert)(Number.isInteger(r),"The parameter count must be an integer"),(0,t.assert)(r>=0,"The parameter count must be greater than or equal to 0"),(0,e.go)((async function*(){if(0!==r)for await(const e of n)if(yield e,0==--r)break}))},Qr}(),e),n(function(){if(Zr)return Xr;Zr=1,Xr.takeRightAsync=void 0;const e=ft,t=ji();return Xr.takeRightAsync=function(n,r){return(0,t.assert)(Number.isInteger(r),"The parameter count must be an integer"),(0,t.assert)(r>=0,"The parameter count must be greater than or equal to 0"),(0,e.go)((async function*(){var e;const t=n[Symbol.asyncIterator]();let o;try{const n=[];let i;for(;({value:i,done:o}=await t.next()),!o;)n.push(i),n.length>r&&n.shift();yield*n}finally{o||await(null===(e=t.return)||void 0===e?void 0:e.call(t))}}))},Xr}(),e),n(function(){if(Yr)return eo;Yr=1,eo.takeRight=void 0;const e=ft,t=ji();return eo.takeRight=function(n,r){return(0,t.assert)(Number.isInteger(r),"The parameter count must be an integer"),(0,t.assert)(r>=0,"The parameter count must be greater than or equal to 0"),(0,e.go)((function*(){var e;const t=n[Symbol.iterator]();let o;try{const n=[];let i;for(;({value:i,done:o}=t.next()),!o;)n.push(i),n.length>r&&n.shift();yield*n}finally{o||null===(e=t.return)||void 0===e||e.call(t)}}))},eo}(),e),n(to,e),n(ro,e),n(function(){if(oo)return io;oo=1,io.take=void 0;const e=ft,t=ji();return io.take=function(n,r){return(0,t.assert)(Number.isInteger(r),"The parameter count must be an integer"),(0,t.assert)(r>=0,"The parameter count must be greater than or equal to 0"),(0,e.go)((function*(){if(0!==r)for(const e of n)if(yield e,0==--r)break}))},io}(),e),n(so,e),n(co,e),n(uo,e),n(lo,e),n(fo,e),n(ho,e),n(po,e),n(yo,e),n(mo,e),n(go,e),n(_o,e)}(lt)),lt}_o.zip=void 0,_o.zip=function(e,...t){return function*(...e){const t=e.length,n=e.map((e=>e[Symbol.iterator]())),r=n.map((()=>!1));try{for(;;){const e=new Array(t);for(let o=0;o<t;o++){const{value:t,done:i}=n[o].next();if(i)return void(r[o]=!0);e[o]=t}yield e}}finally{n.filter(((e,t)=>!r[t])).forEach((e=>{var t;return null===(t=e.return)||void 0===t?void 0:t.call(e)}))}}(e,...t)};var To={},Eo={};Eo.consume=void 0,Eo.consume=function(e,t){return t(e)};var ko={eachAsync:void 0};const Ro=Ut;ko.eachAsync=function(e,t){return(0,Ro.isAsyncIterable)(e)?async function(e,t){let n=0;for await(const r of e)await t(r,n),n++}(e,t):async function(e,t){let n=0;for(const r of e)await t(r,n),n++}(e,t)};var Co={};Co.each=void 0,Co.each=function(e,t){let n=0;for(const r of e)t(r,n),n++};var Oo={everyAsync:void 0};const xo=Ut;Oo.everyAsync=function(e,t){return(0,xo.isAsyncIterable)(e)?async function(e,t){let n=0;for await(const r of e){if(!await t(r,n))return!1;n++}return!0}(e,t):async function(e,t){let n=0;for(const r of e){if(!await t(r,n))return!1;n++}return!0}(e,t)};var Po={};Po.every=void 0,Po.every=function(e,t){let n=0;for(const r of e){if(!t(r,n))return!1;n++}return!0};var No={findAsync:void 0};const Io=Ut;No.findAsync=function(e,t){return(0,Io.isAsyncIterable)(e)?async function(e,t){let n=0;for await(const r of e){if(await t(r,n))return r;n++}return}(e,t):async function(e,t){let n=0;for(const r of e){if(await t(r,n))return r;n++}return}(e,t)};var jo={};jo.find=void 0,jo.find=function(e,t){let n=0;for(const r of e){if(t(r,n))return r;n++}};var Fo={};Fo.firstAsync=void 0,Fo.firstAsync=async function(e){for await(const t of e)return t};var Uo={};Uo.first=void 0,Uo.first=function(e){for(const t of e)return t};var qo={};qo.includesAsync=void 0,qo.includesAsync=async function(e,t){for await(const n of e)if(n===t)return!0;return!1};var Lo={};Lo.includes=void 0,Lo.includes=function(e,t){for(const n of e)if(n===t)return!0;return!1};var Mo={};Mo.matchAsync=void 0,Mo.matchAsync=async function(e,t){const n=t.length;let r=0;for await(const o of e)if(o===t[r]&&r++,r===n)return!0;return!1};var Do={};Do.match=void 0,Do.match=function(e,t){const n=t.length;let r=0;for(const o of e)if(o===t[r]&&r++,r===n)return!0;return!1};var Bo={reduceAsync:void 0};const Ho=Ut;Bo.reduceAsync=function(e,t,n){return(0,Ho.isUndefined)(n)?function(e,t){return(0,Ho.isAsyncIterable)(e)?n(e):r(e);async function n(e){var n;const r=e[Symbol.asyncIterator]();let o;try{let e,s=await i(r),a=1;for(;({value:e,done:o}=await r.next()),!o;)s=await t(s,e,a++);return s}finally{o||await(null===(n=r.return)||void 0===n?void 0:n.call(r))}async function i(e){const t=await e.next();if(t.done)throw o=!0,new Error("Reduce of empty iterable with no initial value");return t.value}}async function r(e){var n;const r=e[Symbol.iterator]();let o;try{let e,s=i(r),a=1;for(;({value:e,done:o}=r.next()),!o;)s=await t(s,e,a++);return s}finally{o||null===(n=r.return)||void 0===n||n.call(r)}function i(e){const t=e.next();if(t.done)throw o=!0,new Error("Reduce of empty iterable with no initial value");return t.value}}}(e,t):function(e,t,n){return(0,Ho.isAsyncIterable)(e)?o(e):r(e);async function r(e){let r=n,o=0;for(const n of e)r=await t(r,n,o++);return r}async function o(e){let r=n,o=0;for await(const n of e)r=await t(r,n,o++);return r}}(e,t,n)};var zo={reduce:void 0};const $o=Ut;zo.reduce=function(e,t,n){return(0,$o.isUndefined)(n)?function(e,t){var n;const r=e[Symbol.iterator]();let o;try{let e,s=i(r),a=1;for(;({value:e,done:o}=r.next()),!o;)s=t(s,e,a++);return s}finally{o||null===(n=r.return)||void 0===n||n.call(r)}function i(e){const t=e.next();if(t.done)throw o=!0,new Error("Reduce of empty iterable with no initial value");return t.value}}(e,t):function(e,t,n){let r=n,o=0;for(const n of e)r=t(r,n,o++);return r}(e,t,n)};var Jo={someAsync:void 0};const Wo=Ut;Jo.someAsync=function(e,t){return(0,Wo.isAsyncIterable)(e)?async function(e,t){let n=0;for await(const r of e){if(await t(r,n))return!0;n++}return!1}(e,t):async function(e,t){let n=0;for(const r of e){if(await t(r,n))return!0;n++}return!1}(e,t)};var Go={};Go.some=void 0,Go.some=function(e,t){let n=0;for(const r of e){if(t(r,n))return!0;n++}return!1};var Vo={};Vo.lastAsync=void 0,Vo.lastAsync=async function(e){var t;const n=e[Symbol.asyncIterator]();let r;try{let e,o;for(;({value:e,done:r}=await n.next()),!r;)o=e;return o}finally{r||await(null===(t=n.return)||void 0===t?void 0:t.call(n))}};var Ko={};Ko.last=void 0,Ko.last=function(e){var t;const n=e[Symbol.iterator]();let r;try{let e,o;for(;({value:e,done:r}=n.next()),!r;)o=e;return o}finally{r||null===(t=n.return)||void 0===t||t.call(n)}};var Qo={toArrayAsync:void 0};const Zo=Eo;Qo.toArrayAsync=function(e){return(0,Zo.consume)(e,(async e=>{const t=[];for await(const n of e)t.push(n);return t}))};var Xo={toArray:void 0};const Yo=Eo;Xo.toArray=function(e){return(0,Yo.consume)(e,(e=>Array.from(e)))};var ei={toSetAsync:void 0};const ti=Eo;ei.toSetAsync=function(e){return(0,ti.consume)(e,(async e=>{const t=new Set;for await(const n of e)t.add(n);return t}))};var ni={toSet:void 0};const ri=Eo;ni.toSet=function(e){return(0,ri.consume)(e,(e=>new Set(e)))};var oi={};oi.count=void 0,oi.count=function(e){let t=0;for(const n of e)t++;return t};var ii={};ii.countAsync=void 0,ii.countAsync=async function(e){let t=0;for await(const n of e)t++;return t};var si={groupBy:void 0};const ai=Co;si.groupBy=function(e,t){const n=new Map;return(0,ai.each)(e,((e,r)=>{const o=t(e,r);n.has(o)||n.set(o,[]),n.get(o).push(e)})),n};var ci={groupByAsync:void 0};const ui=ko;var li;function di(){return li||(li=1,function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(So(),e),n(To,e)}(ut)),ut}ci.groupByAsync=async function(e,t){const n=new Map;return await(0,ui.eachAsync)(e,(async(e,r)=>{const o=await t(e,r);n.has(o)||n.set(o,[]),n.get(o).push(e)})),n},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(Eo,e),n(ko,e),n(Co,e),n(Oo,e),n(Po,e),n(No,e),n(jo,e),n(Fo,e),n(Uo,e),n(qo,e),n(Lo,e),n(Mo,e),n(Do,e),n(Bo,e),n(zo,e),n(Jo,e),n(Go,e),n(Vo,e),n(Ko,e),n(Qo,e),n(Xo,e),n(ei,e),n(ni,e),n(oi,e),n(ii,e),n(si,e),n(ci,e)}(To);var fi={},hi={};hi.traverseErrorPrototypeChain=void 0,hi.traverseErrorPrototypeChain=function*(e){let t=e;for(;(t=Object.getPrototypeOf(t))&&(yield t,t!==Error.prototype););},fi.getErrorNames=void 0;const pi=b,vi=hi;fi.getErrorNames=function*(e){var t;if((0,pi.isError)(e))for(const n of(0,vi.traverseErrorPrototypeChain)(e))(null===(t=n.constructor)||void 0===t?void 0:t.name)&&(yield n.constructor.name);else yield e.name,yield*e.ancestors};var yi={isSerializableError:void 0};const mi=b;var gi;function bi(){if(gi)return ct;gi=1,ct.CustomError=void 0;const e=di(),t=fi,n=b,r=yi;class o extends Error{get name(){var n,r;return null!==(r=null!==(n=(0,e.first)((0,t.getErrorNames)(this)))&&void 0!==n?n:o.name)&&void 0!==r?r:"CustomError"}static[Symbol.hasInstance](o){var i;if((0,n.isError)(o)||(0,r.isSerializableError)(o)){const n=[null!==(i=this.prototype.constructor.name)&&void 0!==i?i:this.name,...(0,t.getErrorNames)(this.prototype)].reverse(),r=(0,e.toArray)((0,t.getErrorNames)(o)).reverse();return n.every(((e,t)=>e===r[t]))}return!1}}return ct.CustomError=o,ct}yi.isSerializableError=function(e){return(0,mi.isObject)(e)&&(0,mi.isString)(e.name)&&(0,mi.isString)(e.message)&&((0,mi.isString)(e.stack)||(0,mi.isNull)(e.stack))&&(0,mi.isArray)(e.ancestors)&&e.ancestors.every(mi.isString)};var wi,Ai={};function _i(){if(wi)return Ai;wi=1,Ai.AssertionError=void 0;const e=bi();class t extends e.CustomError{}return Ai.AssertionError=t,Ai}var Si,Ti={};var Ei={},ki={},Ri={};Ri.pass=void 0,Ri.pass=function(){};var Ci={};Ci.passAsync=void 0,Ci.passAsync=async function(){},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(Ri,e),n(Ci,e)}(ki),Ei.hydrate=void 0;const Oi=ki;function xi(e,t){const n=function(){(0,Oi.pass)()};return(n.prototype=Object.create(e.prototype)).constructor=n,Object.defineProperty(n,"name",{value:t}),n}Ei.hydrate=function(e){var t;const n=[e.name,...e.ancestors].slice(0,-1).reverse();let r=Error;for(const e of n)r=xi(r,e);const o=new r;return o.name=e.name,o.message=e.message,o.stack=null!==(t=e.stack)&&void 0!==t?t:void 0,o};var Pi,Ni,Ii={};function ji(){return Ni||(Ni=1,function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(bi(),e),n(_i(),e),n(yi,e),n(function(){if(Si)return Ti;Si=1,Ti.normalize=void 0;const e=fi,t=di();return Ti.normalize=function(n){var r;const[o,...i]=(0,t.toArray)((0,e.getErrorNames)(n));return{name:o,ancestors:i,message:n.message,stack:null!==(r=n.stack)&&void 0!==r?r:null}},Ti}(),e),n(Ei,e),n(function(){if(Pi)return Ii;Pi=1,Ii.assert=void 0;const e=_i();return Ii.assert=function(t,n){if(!t)throw new e.AssertionError(n)},Ii}(),e),n(fi,e),n(hi,e)}(at)),at}it.csv=void 0;const Fi=s,Ui=st.exports,qi=ji();function Li(e){const t=Object.keys(e[0]);return(0,Ui.unparse)({data:e,fields:t})}it.csv=function(e){return(0,qi.assert)(e.length>0,"payload must be a non-empty array"),t=>{const n=new Fi.Headers(t.headers);return n.set("Content-Type","text/csv"),{...t,headers:n,payload:Li(e)}}};var Mi={};Mi.signal=void 0,Mi.signal=function(e){return t=>({...t,signal:e})};var Di={header:void 0};const Bi=s;Di.header=function(e,t){return n=>{const r=new Bi.Headers(n.headers);return r.set(e,t),{...n,headers:r}}};var Hi={appendHeader:void 0};const zi=s;Hi.appendHeader=function(e,t){return n=>{const r=new zi.Headers(n.headers);return r.append(e,t),{...n,headers:r}}};var $i={headers:void 0};const Ji=s;$i.headers=function(e){return t=>{const n=new Ji.Headers(t.headers);for(const[t,r]of Object.entries(e))n.set(t,r);return{...t,headers:n}}};var Wi={accept:void 0};const Gi=Hi;Wi.accept=function(e){return(0,Gi.appendHeader)("Accept",e)};var Vi={};Vi.host=void 0,Vi.host=function(e){return t=>{const n=new URL(t.url.href);return n.host=e,{...t,url:n}}};var Ki={};Ki.port=void 0,Ki.port=function(e){return t=>{const n=new URL(t.url.href);return n.port=e.toString(),{...t,url:n}}};var Qi={};Qi.pathname=void 0,Qi.pathname=function(e){return t=>{const n=new URL(t.url.href);return n.pathname=e,{...t,url:n}}};var Zi={};Zi.search=void 0,Zi.search=function(e){return t=>{const n=new URL(t.url.href);return n.search=e,{...t,url:n}}};var Xi={};Xi.searchParam=void 0,Xi.searchParam=function(e,t){return n=>{const r=new URL(n.url.href),o=new URLSearchParams(r.searchParams);return o.set(e,t.toString()),r.search=o.toString(),{...n,url:r}}};var Yi={};Yi.searchParams=void 0,Yi.searchParams=function(e){return t=>{const n=new URL(t.url.href),r=new URLSearchParams(n.searchParams);for(const[t,n]of Object.entries(e))r.set(t,n.toString());return n.search=r.toString(),{...t,url:n}}};var es={};es.appendSearchParam=void 0,es.appendSearchParam=function(e,t){return n=>{const r=new URL(n.url.href),o=new URLSearchParams(r.searchParams);return o.append(e,t.toString()),r.search=o.toString(),{...n,url:r}}};var ts={formDataField:void 0};const ns=s,rs=b;ts.formDataField=function(e,t){return n=>{const r=n.payload instanceof ns.FormData?function(e){const t=new ns.FormData;for(const[n,r]of e.entries())t.append(n,r);return t}(n.payload):new ns.FormData;return(0,rs.isArray)(t)?t.forEach((t=>r.append(e,t))):r.append(e,t),{...n,payload:r}}};var os={},is={exports:{}};!function(e,t){var n,r,o,i,s,a,c,u,l,d,f,h,p,v,y,m,g,b,w,A,_,S,T,E,k,R,C,O,x,P,N,I,j,F,U,q,L,M,D,B,H;"undefined"!=typeof self?self:"undefined"!=typeof window&&window,e.exports=(r=n="3.7.2",o="function"==typeof atob,i="function"==typeof btoa,s="function"==typeof Buffer,a="function"==typeof TextDecoder?new TextDecoder:void 0,c="function"==typeof TextEncoder?new TextEncoder:void 0,u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",l=Array.prototype.slice.call(u),H={},l.forEach((function(e,t){return H[e]=t})),d=H,f=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,h=String.fromCharCode.bind(String),p="function"==typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):function(e,t){return void 0===t&&(t=function(e){return e}),new Uint8Array(Array.prototype.slice.call(e,0).map(t))},v=function(e){return e.replace(/=/g,"").replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"}))},y=function(e){return e.replace(/[^A-Za-z0-9\+\/]/g,"")},m=function(e){for(var t,n,r,o,i="",s=e.length%3,a=0;a<e.length;){if((n=e.charCodeAt(a++))>255||(r=e.charCodeAt(a++))>255||(o=e.charCodeAt(a++))>255)throw new TypeError("invalid character found");i+=l[(t=n<<16|r<<8|o)>>18&63]+l[t>>12&63]+l[t>>6&63]+l[63&t]}return s?i.slice(0,s-3)+"===".substring(s):i},b=s?function(e){return Buffer.from(e).toString("base64")}:function(e){for(var t=4096,n=[],r=0,o=e.length;r<o;r+=t)n.push(h.apply(null,e.subarray(r,r+t)));return g(n.join(""))},A=function(e){if(e.length<2)return(t=e.charCodeAt(0))<128?e:t<2048?h(192|t>>>6)+h(128|63&t):h(224|t>>>12&15)+h(128|t>>>6&63)+h(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return h(240|t>>>18&7)+h(128|t>>>12&63)+h(128|t>>>6&63)+h(128|63&t)},_=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,T=s?function(e){return Buffer.from(e,"utf8").toString("base64")}:c?function(e){return b(c.encode(e))}:function(e){return g(S(e))},k=function(e){return E(e,!0)},R=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,C=function(e){switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return h(55296+(t>>>10))+h(56320+(1023&t));case 3:return h((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return h((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},x=function(e){if(e=e.replace(/\s+/g,""),!f.test(e))throw new TypeError("malformed base64.");e+="==".slice(2-(3&e.length));for(var t,n,r,o="",i=0;i<e.length;)t=d[e.charAt(i++)]<<18|d[e.charAt(i++)]<<12|(n=d[e.charAt(i++)])<<6|(r=d[e.charAt(i++)]),o+=64===n?h(t>>16&255):64===r?h(t>>16&255,t>>8&255):h(t>>16&255,t>>8&255,255&t);return o},N=s?function(e){return p(Buffer.from(e,"base64"))}:function(e){return p(P(e),(function(e){return e.charCodeAt(0)}))},I=function(e){return N(F(e))},j=s?function(e){return Buffer.from(e,"base64").toString("utf8")}:a?function(e){return a.decode(N(e))}:function(e){return O(P(e))},F=function(e){return y(e.replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})))},q=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}},L=function(){var e=function(e,t){return Object.defineProperty(String.prototype,e,q(t))};e("fromBase64",(function(){return U(this)})),e("toBase64",(function(e){return E(this,e)})),e("toBase64URI",(function(){return E(this,!0)})),e("toBase64URL",(function(){return E(this,!0)})),e("toUint8Array",(function(){return I(this)}))},M=function(){var e=function(e,t){return Object.defineProperty(Uint8Array.prototype,e,q(t))};e("toBase64",(function(e){return w(this,e)})),e("toBase64URI",(function(){return w(this,!0)})),e("toBase64URL",(function(){return w(this,!0)}))},D=function(){L(),M()},B={version:n,VERSION:r,atob:P=o?function(e){return atob(y(e))}:s?function(e){return Buffer.from(e,"base64").toString("binary")}:x,atobPolyfill:x,btoa:g=i?function(e){return btoa(e)}:s?function(e){return Buffer.from(e,"binary").toString("base64")}:m,btoaPolyfill:m,fromBase64:U=function(e){return j(F(e))},toBase64:E=function(e,t){return void 0===t&&(t=!1),t?v(T(e)):T(e)},encode:E,encodeURI:k,encodeURL:k,utob:S=function(e){return e.replace(_,A)},btou:O=function(e){return e.replace(R,C)},decode:U,isValid:function(e){if("string"!=typeof e)return!1;var t=e.replace(/\s+/g,"").replace(/={0,2}$/,"");return!/[^\s0-9a-zA-Z\+/]/.test(t)||!/[^\s0-9a-zA-Z\-_]/.test(t)},fromUint8Array:w=function(e,t){return void 0===t&&(t=!1),t?v(b(e)):b(e)},toUint8Array:I,extendString:L,extendUint8Array:M,extendBuiltins:D,Base64:{}},Object.keys(B).forEach((function(e){return B.Base64[e]=B[e]})),B)}(is),os.basicAuth=void 0;const ss=Di,as=is.exports;os.basicAuth=function(e,t){return(0,ss.header)("Authorization","Basic "+(0,as.btoa)(`${e}:${t}`))};var cs={bearerAuth:void 0};const us=Di;cs.bearerAuth=function(e){return(0,us.header)("Authorization",`Bearer ${e}`)};var ls={};ls.keepalive=void 0,ls.keepalive=function(e=!0){return t=>({...t,keepalive:e})},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(et,e),n(tt,e),n(rt,e),n(it,e),n(Mi,e),n(Di,e),n(Hi,e),n($i,e),n(Wi,e),n(Vi,e),n(Ki,e),n(Qi,e),n(Zi,e),n(Xi,e),n(Yi,e),n(es,e),n(ts,e),n(os,e),n(cs,e),n(ls,e)}(Ye);var ds={},fs={},hs={},ps={},vs={CustomError:void 0};class ys extends Error{get name(){return this.constructor.name}}vs.CustomError=ys;var ms={ExpectedError:void 0};const gs=vs;class bs extends gs.CustomError{}ms.ExpectedError=bs;var ws={AssertionError:void 0};const As=vs;class _s extends As.CustomError{}ws.AssertionError=_s;var Ss={};Ss.normalize=void 0,Ss.normalize=function(e){var t;return{name:e.name,message:e.message,stack:null!==(t=e.stack)&&void 0!==t?t:null}};var Ts={refute:void 0};const Es=ms;Ts.refute=function(e,t){if(e)throw new Es.ExpectedError(t)};var ks={assert:void 0};const Rs=ws;ks.assert=function(e,t){if(!e)throw new Rs.AssertionError(t)},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(vs,e),n(ms,e),n(ws,e),n(Ss,e),n(Ts,e),n(ks,e)}(ps),hs.HTTPError=void 0;const Cs=ps;hs.HTTPError=class extends Cs.CustomError{constructor(e,t){super(t),this.code=e}};var Os={},xs={};!function(e){e.ServerError=e.ClientError=e.Redirection=e.Successful=e.Informational=void 0,function(e){e[e.Continue=100]="Continue",e[e.SwitchingProtocol=101]="SwitchingProtocol",e[e.Processing=102]="Processing",e[e.EarlyHints=103]="EarlyHints"}(e.Informational||(e.Informational={})),function(e){e[e.OK=200]="OK",e[e.Created=201]="Created",e[e.Accepted=202]="Accepted",e[e.NonAuthoritativeInformation=203]="NonAuthoritativeInformation",e[e.NoContent=204]="NoContent",e[e.ResetContent=205]="ResetContent",e[e.PartialContent=206]="PartialContent",e[e.MultiStatus=207]="MultiStatus",e[e.AlreadyReported=208]="AlreadyReported",e[e.IMUsed=226]="IMUsed"}(e.Successful||(e.Successful={})),function(e){e[e.MultipleChoice=300]="MultipleChoice",e[e.MovedPermanently=3011]="MovedPermanently",e[e.Found=302]="Found",e[e.SeeOther=303]="SeeOther",e[e.NotModified=304]="NotModified",e[e.TemporaryRedirect=307]="TemporaryRedirect",e[e.PermanentRedirect=308]="PermanentRedirect"}(e.Redirection||(e.Redirection={})),function(e){e[e.BadRequest=400]="BadRequest",e[e.Unauthorized=401]="Unauthorized",e[e.Forbidden=403]="Forbidden",e[e.NotFound=404]="NotFound",e[e.MethodNotAllowed=405]="MethodNotAllowed",e[e.NotAcceptable=406]="NotAcceptable",e[e.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",e[e.RequestTimeout=408]="RequestTimeout",e[e.Conflict=409]="Conflict",e[e.Gone=410]="Gone",e[e.LengthRequired=411]="LengthRequired",e[e.PreconditionFailed=412]="PreconditionFailed",e[e.PayloadTooLarge=413]="PayloadTooLarge",e[e.URITooLong=414]="URITooLong",e[e.UnsupportedMediaType=415]="UnsupportedMediaType",e[e.RangeNotSatisfiable=416]="RangeNotSatisfiable",e[e.ExpectationFailed=417]="ExpectationFailed",e[e.MisdirectedRequest=421]="MisdirectedRequest",e[e.UnprocessableEntity=422]="UnprocessableEntity",e[e.Locked=423]="Locked",e[e.FailedDependency=424]="FailedDependency",e[e.UpgradeRequired=426]="UpgradeRequired",e[e.PreconditionRequired=428]="PreconditionRequired",e[e.TooManyRequests=429]="TooManyRequests",e[e.RequestHeaderFieldsTooLarge=431]="RequestHeaderFieldsTooLarge",e[e.UnavailableForLegalReasons=451]="UnavailableForLegalReasons"}(e.ClientError||(e.ClientError={})),function(e){e[e.InternalServerError=500]="InternalServerError",e[e.NotImplemented=501]="NotImplemented",e[e.BadGateway=502]="BadGateway",e[e.ServiceUnavailable=503]="ServiceUnavailable",e[e.GatewayTimeout=504]="GatewayTimeout",e[e.HTTPVersionNotSupported=505]="HTTPVersionNotSupported",e[e.VariantAlsoNegotiates=506]="VariantAlsoNegotiates",e[e.InsufficientStorage=507]="InsufficientStorage",e[e.LoopDetected=508]="LoopDetected",e[e.NotExtended=510]="NotExtended",e[e.NetworkAuthenticationRequired=511]="NetworkAuthenticationRequired"}(e.ServerError||(e.ServerError={}))}(xs),Os.EarlyHints=Os.Processing=Os.SwitchingProtocol=Os.Continue=Os.HTTPInformational=void 0;const Ps=xs;class Ns{constructor(e,t){this.code=e,this.message=t}}Os.HTTPInformational=Ns;Os.Continue=class extends Ns{constructor(){super(Ps.Informational.Continue,"Continue")}};Os.SwitchingProtocol=class extends Ns{constructor(){super(Ps.Informational.SwitchingProtocol,"Switching Protocol")}};Os.Processing=class extends Ns{constructor(){super(Ps.Informational.Processing,"Processing")}};Os.EarlyHints=class extends Ns{constructor(){super(Ps.Informational.EarlyHints,"Early Hints")}};var Is={};Is.IMUsed=Is.AlreadyReported=Is.MultiStatus=Is.PartialContent=Is.ResetContent=Is.NoContent=Is.NonAuthoritativeInformation=Is.Accepted=Is.Created=Is.OK=Is.HTTPSuccessful=void 0;const js=xs;class Fs{constructor(e,t){this.code=e,this.message=t}}Is.HTTPSuccessful=Fs;Is.OK=class extends Fs{constructor(){super(js.Successful.OK,"OK")}};Is.Created=class extends Fs{constructor(){super(js.Successful.Created,"Created")}};Is.Accepted=class extends Fs{constructor(){super(js.Successful.Accepted,"Accepted")}};Is.NonAuthoritativeInformation=class extends Fs{constructor(){super(js.Successful.NonAuthoritativeInformation,"Non-Authoritative Information")}};Is.NoContent=class extends Fs{constructor(){super(js.Successful.NoContent,"No Content")}};Is.ResetContent=class extends Fs{constructor(){super(js.Successful.ResetContent,"Reset Content")}};Is.PartialContent=class extends Fs{constructor(){super(js.Successful.PartialContent,"Partial Content")}};Is.MultiStatus=class extends Fs{constructor(){super(js.Successful.MultiStatus,"Multi-Status")}};Is.AlreadyReported=class extends Fs{constructor(){super(js.Successful.AlreadyReported,"Already Reported")}};Is.IMUsed=class extends Fs{constructor(){super(js.Successful.IMUsed,"IM Used")}};var Us={};Us.PermanentRedirect=Us.TemporaryRedirect=Us.NotModified=Us.SeeOther=Us.Found=Us.MovedPermanently=Us.MultipleChoice=Us.HTTPRedirection=void 0;const qs=xs;class Ls{constructor(e,t){this.code=e,this.message=t}}Us.HTTPRedirection=Ls;Us.MultipleChoice=class extends Ls{constructor(){super(qs.Redirection.MultipleChoice,"Multiple Choice")}};Us.MovedPermanently=class extends Ls{constructor(){super(qs.Redirection.MovedPermanently,"Moved Permanently")}};Us.Found=class extends Ls{constructor(){super(qs.Redirection.Found,"Found")}};Us.SeeOther=class extends Ls{constructor(){super(qs.Redirection.SeeOther,"See Other")}};Us.NotModified=class extends Ls{constructor(){super(qs.Redirection.NotModified,"Not Modified")}};Us.TemporaryRedirect=class extends Ls{constructor(){super(qs.Redirection.TemporaryRedirect,"Temporary Redirect")}};Us.PermanentRedirect=class extends Ls{constructor(){super(qs.Redirection.PermanentRedirect,"Permanent Redirect")}};var Ms={};Ms.UnavailableForLegalReasons=Ms.RequestHeaderFieldsTooLarge=Ms.TooManyRequests=Ms.PreconditionRequired=Ms.UpgradeRequired=Ms.FailedDependency=Ms.Locked=Ms.UnprocessableEntity=Ms.MisdirectedRequest=Ms.ExpectationFailed=Ms.RangeNotSatisfiable=Ms.UnsupportedMediaType=Ms.URITooLong=Ms.PayloadTooLarge=Ms.PreconditionFailed=Ms.LengthRequired=Ms.Gone=Ms.Conflict=Ms.RequestTimeout=Ms.ProxyAuthenticationRequired=Ms.NotAcceptable=Ms.MethodNotAllowed=Ms.NotFound=Ms.Forbidden=Ms.Unauthorized=Ms.BadRequest=Ms.HTTPClientError=void 0;const Ds=hs,Bs=xs;class Hs extends Ds.HTTPError{}Ms.HTTPClientError=Hs;Ms.BadRequest=class extends Hs{constructor(e){super(Bs.ClientError.BadRequest,null!=e?e:"Bad Request")}};Ms.Unauthorized=class extends Hs{constructor(e){super(Bs.ClientError.Unauthorized,null!=e?e:"Unauthorized")}};Ms.Forbidden=class extends Hs{constructor(e){super(Bs.ClientError.Forbidden,null!=e?e:"Forbidden")}};Ms.NotFound=class extends Hs{constructor(e){super(Bs.ClientError.NotFound,null!=e?e:"Not Found")}};Ms.MethodNotAllowed=class extends Hs{constructor(e){super(Bs.ClientError.MethodNotAllowed,null!=e?e:"Method Not Allowed")}};Ms.NotAcceptable=class extends Hs{constructor(e){super(Bs.ClientError.NotAcceptable,null!=e?e:"Not Acceptable")}};Ms.ProxyAuthenticationRequired=class extends Hs{constructor(e){super(Bs.ClientError.ProxyAuthenticationRequired,null!=e?e:"Proxy Authentication Required")}};Ms.RequestTimeout=class extends Hs{constructor(e){super(Bs.ClientError.RequestTimeout,null!=e?e:"Request Timeout")}};Ms.Conflict=class extends Hs{constructor(e){super(Bs.ClientError.Conflict,null!=e?e:"Conflict")}};Ms.Gone=class extends Hs{constructor(e){super(Bs.ClientError.Gone,null!=e?e:"Gone")}};Ms.LengthRequired=class extends Hs{constructor(e){super(Bs.ClientError.LengthRequired,null!=e?e:"Length Required")}};Ms.PreconditionFailed=class extends Hs{constructor(e){super(Bs.ClientError.PreconditionFailed,null!=e?e:"Precondition Failed")}};Ms.PayloadTooLarge=class extends Hs{constructor(e){super(Bs.ClientError.PayloadTooLarge,null!=e?e:"Payload Too Large")}};Ms.URITooLong=class extends Hs{constructor(e){super(Bs.ClientError.URITooLong,null!=e?e:"URI Too Long")}};Ms.UnsupportedMediaType=class extends Hs{constructor(e){super(Bs.ClientError.UnsupportedMediaType,null!=e?e:"Unsupported Media Type")}};Ms.RangeNotSatisfiable=class extends Hs{constructor(e){super(Bs.ClientError.RangeNotSatisfiable,null!=e?e:"Range Not Satisfiable")}};Ms.ExpectationFailed=class extends Hs{constructor(e){super(Bs.ClientError.ExpectationFailed,null!=e?e:"Expectation Failed")}};Ms.MisdirectedRequest=class extends Hs{constructor(e){super(Bs.ClientError.MisdirectedRequest,null!=e?e:"Misdirected Request")}};Ms.UnprocessableEntity=class extends Hs{constructor(e){super(Bs.ClientError.UnprocessableEntity,null!=e?e:"Unprocessable Entity")}};Ms.Locked=class extends Hs{constructor(e){super(Bs.ClientError.Locked,null!=e?e:"Locked")}};Ms.FailedDependency=class extends Hs{constructor(e){super(Bs.ClientError.FailedDependency,null!=e?e:"Failed Dependency")}};Ms.UpgradeRequired=class extends Hs{constructor(e){super(Bs.ClientError.UpgradeRequired,null!=e?e:"Upgrade Required")}};Ms.PreconditionRequired=class extends Hs{constructor(e){super(Bs.ClientError.PreconditionRequired,null!=e?e:"Precondition Required")}};Ms.TooManyRequests=class extends Hs{constructor(e){super(Bs.ClientError.TooManyRequests,null!=e?e:"Too Many Requests")}};Ms.RequestHeaderFieldsTooLarge=class extends Hs{constructor(e){super(Bs.ClientError.RequestHeaderFieldsTooLarge,null!=e?e:"Request Header Fields Too Large")}};Ms.UnavailableForLegalReasons=class extends Hs{constructor(e){super(Bs.ClientError.UnavailableForLegalReasons,null!=e?e:"Unavailable For Legal Reasons")}};var zs={};zs.NetworkAuthenticationRequired=zs.NotExtended=zs.LoopDetected=zs.InsufficientStorage=zs.VariantAlsoNegotiates=zs.HTTPVersionNotSupported=zs.GatewayTimeout=zs.ServiceUnavailable=zs.BadGateway=zs.NotImplemented=zs.InternalServerError=zs.HTTPServerError=void 0;const $s=hs,Js=xs;class Ws extends $s.HTTPError{}zs.HTTPServerError=Ws;zs.InternalServerError=class extends Ws{constructor(e){super(Js.ServerError.InternalServerError,null!=e?e:"Internal Server Error")}};zs.NotImplemented=class extends Ws{constructor(e){super(Js.ServerError.NotImplemented,null!=e?e:"Not Implemented")}};zs.BadGateway=class extends Ws{constructor(e){super(Js.ServerError.BadGateway,null!=e?e:"Bad Gateway")}};zs.ServiceUnavailable=class extends Ws{constructor(e){super(Js.ServerError.ServiceUnavailable,null!=e?e:"Service Unavailable")}};zs.GatewayTimeout=class extends Ws{constructor(e){super(Js.ServerError.GatewayTimeout,null!=e?e:"Gateway Timeout")}};zs.HTTPVersionNotSupported=class extends Ws{constructor(e){super(Js.ServerError.HTTPVersionNotSupported,null!=e?e:"HTTP Version Not Supported")}};zs.VariantAlsoNegotiates=class extends Ws{constructor(e){super(Js.ServerError.VariantAlsoNegotiates,null!=e?e:"Variant Also Negotiates")}};zs.InsufficientStorage=class extends Ws{constructor(e){super(Js.ServerError.InsufficientStorage,null!=e?e:"Insufficient Storage")}};zs.LoopDetected=class extends Ws{constructor(e){super(Js.ServerError.LoopDetected,null!=e?e:"Loop Detected")}};zs.NotExtended=class extends Ws{constructor(e){super(Js.ServerError.NotExtended,null!=e?e:"Not Extended")}};zs.NetworkAuthenticationRequired=class extends Ws{constructor(e){super(Js.ServerError.NetworkAuthenticationRequired,null!=e?e:"Network Authentication Required")}};var Gs={};Gs.fromCode=Gs.UnknownHTTPStatusError=void 0;const Vs=Os,Ks=Is,Qs=Us,Zs=Ms,Xs=zs;class Ys extends Error{constructor(e){super(`The HTTP status code ${e} is unknown`),this.name=this.constructor.name}}Gs.UnknownHTTPStatusError=Ys,Gs.fromCode=function(e,t){switch(e){case 100:return new Vs.Continue;case 101:return new Vs.SwitchingProtocol;case 102:return new Vs.Processing;case 103:return new Vs.EarlyHints;case 200:return new Ks.OK;case 201:return new Ks.Created;case 202:return new Ks.Accepted;case 203:return new Ks.NonAuthoritativeInformation;case 204:return new Ks.NoContent;case 205:return new Ks.ResetContent;case 206:return new Ks.PartialContent;case 207:return new Ks.MultiStatus;case 208:return new Ks.AlreadyReported;case 226:return new Ks.IMUsed;case 300:return new Qs.MultipleChoice;case 301:return new Qs.MovedPermanently;case 302:return new Qs.Found;case 303:return new Qs.SeeOther;case 304:return new Qs.NotModified;case 307:return new Qs.TemporaryRedirect;case 308:return new Qs.PermanentRedirect;case 400:return new Zs.BadRequest(t);case 401:return new Zs.Unauthorized(t);case 403:return new Zs.Forbidden(t);case 404:return new Zs.NotFound(t);case 405:return new Zs.MethodNotAllowed(t);case 406:return new Zs.NotAcceptable(t);case 407:return new Zs.ProxyAuthenticationRequired(t);case 408:return new Zs.RequestTimeout(t);case 409:return new Zs.Conflict(t);case 410:return new Zs.Gone(t);case 411:return new Zs.LengthRequired(t);case 412:return new Zs.PreconditionFailed(t);case 413:return new Zs.PayloadTooLarge(t);case 414:return new Zs.URITooLong(t);case 415:return new Zs.UnsupportedMediaType(t);case 416:return new Zs.RangeNotSatisfiable(t);case 417:return new Zs.ExpectationFailed(t);case 421:return new Zs.MisdirectedRequest(t);case 422:return new Zs.UnprocessableEntity(t);case 423:return new Zs.Locked(t);case 424:return new Zs.FailedDependency(t);case 426:return new Zs.UpgradeRequired(t);case 428:return new Zs.PreconditionRequired(t);case 429:return new Zs.TooManyRequests(t);case 431:return new Zs.RequestHeaderFieldsTooLarge(t);case 451:return new Zs.UnavailableForLegalReasons(t);case 500:return new Xs.InternalServerError(t);case 501:return new Xs.NotImplemented(t);case 502:return new Xs.BadGateway(t);case 503:return new Xs.ServiceUnavailable(t);case 504:return new Xs.GatewayTimeout(t);case 505:return new Xs.HTTPVersionNotSupported(t);case 506:return new Xs.VariantAlsoNegotiates(t);case 507:return new Xs.InsufficientStorage(t);case 508:return new Xs.LoopDetected(t);case 510:return new Xs.NotExtended(t);case 511:return new Xs.NetworkAuthenticationRequired(t);default:throw new Ys(e)}},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n),Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[n]}})}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(fs,e),n(hs,e),n(Os,e),n(Is,e),n(Us,e),n(Ms,e),n(zs,e),n(Gs,e)}(ds);var ea={},ta={};!function(e){e.ok=e.HTTPError=void 0;const t=ds;var n=ds;Object.defineProperty(e,"HTTPError",{enumerable:!0,get:function(){return n.HTTPError}}),e.ok=async function(e){if(!e.ok){const n=await e.text();throw(0,t.fromCode)(e.status,n)}return e}}(ta);var na={};na.toJSON=void 0,na.toJSON=function(e){return e.json()};var ra={};ra.toText=void 0,ra.toText=async function(e,t){if(t){const n=await e.arrayBuffer();return new TextDecoder(t).decode(n)}return await e.text()};var oa={};oa.toLines=void 0,oa.toLines=async function*(e){const t=e.body.pipeThrough(new TextDecoderStream).getReader();let n="";for(;;){const{value:e,done:r}=await t.read();if(r)break;let o=e;for(;o.includes("\n");){const e=o.indexOf("\n");yield o.slice(0,e),o=o.slice(e+1)}n+=o}n&&(yield n)};var ia={toNDJSON:void 0};const sa=di(),aa=oa;ia.toNDJSON=function(e){return(0,sa.mapAsync)((0,aa.toLines)(e),(e=>JSON.parse(e)))};var ca={toCSV:void 0};const ua=st.exports;ca.toCSV=async function(e){const t=await e.text();return(0,ua.parse)(t,{header:!0,skipEmptyLines:"greedy"}).data},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(ta,e),n(na,e),n(ra,e),n(oa,e),n(ia,e),n(ca,e)}(ea);var la={},da={},fa={exports:{}};const{AbortController:ha,AbortSignal:pa}="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0;fa.exports=ha,fa.exports.AbortSignal=pa,fa.exports.default=ha;var va,ya=i&&i.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};da.AbortController=void 0;const ma=ya(fa.exports);da.AbortController=null!==(va=globalThis.AbortController)&&void 0!==va?va:ma.default;var ga={AbortError:void 0};const ba=ji(),wa=b,Aa=di();class _a extends ba.CustomError{static[Symbol.hasInstance](e){return(0,wa.isError)(e)?(0,Aa.some)((0,ba.getErrorNames)(e),(e=>"AbortError"===e)):super[Symbol.hasInstance](e)}}ga.AbortError=_a;var Sa,Ta={};Ta.AbortSignal=void 0;const Ea=fa.exports;Ta.AbortSignal=null!==(Sa=globalThis.AbortSignal)&&void 0!==Sa?Sa:Ea.AbortSignal;var ka={raceAbortSignals:void 0};const Ra=da;ka.raceAbortSignals=function(e){const t=new Ra.AbortController,n=[];for(const o of e)if(o){if(o.aborted){t.abort();break}o.addEventListener("abort",r),n.push(o)}return t.signal;function r(){t.abort(),n.forEach((e=>e.removeEventListener("abort",r)))}};var Ca={timeoutSignal:void 0};const Oa=da;Ca.timeoutSignal=function(e){const t=new Oa.AbortController;return setTimeout((()=>t.abort()),e),t.signal};var xa={withAbortSignal:void 0};const Pa=ga;xa.withAbortSignal=async function(e,t){return new Promise((async(n,r)=>{if(e.aborted)return o();e.addEventListener("abort",o);try{n(await t())}catch(e){r(e)}finally{e.removeEventListener("abort",o)}function o(){r(new Pa.AbortError)}}))},function(e){var t=i&&i.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),n=i&&i.__exportStar||function(e,n){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(n,r)||t(n,e,r)};n(da,e),n(ga,e),n(Ta,e),n(ka,e),n(Ca,e),n(xa,e)}(la);const Na="0.1.0";class Ia{constructor(e){this.options=e}getCommonTransformers(e){var t,n;return[Ye.url(this.options.server),Ye.bearerAuth(this.options.adminPassword),Ye.signal(la.raceAbortSignals([e.signal,!1!==e.timeout&&(null!==(t=e.timeout&&la.timeoutSignal(e.timeout))&&void 0!==t?t:this.options.timeout&&la.timeoutSignal(this.options.timeout))])),Ye.keepalive(null!==(n=e.keepalive)&&void 0!==n?n:this.options.keepalive),Ye.header("Accept-Version",Na)]}}class ja extends Ia{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=y.get(...this.getCommonTransformers(e),Ye.pathname("/admin/estore-with-json-schema"));return yield s.fetch(t).then(ea.ok).then(ea.toJSON)}))}get(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.get(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/json-schema`));return yield s.fetch(n).then(ea.ok).then(ea.toJSON)}))}set(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/json-schema`),Ye.json(t));yield s.fetch(r).then(ea.ok)}))}remove(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/json-schema`));yield s.fetch(n).then(ea.ok)}))}}class Fa extends Ia{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=y.get(...this.getCommonTransformers(e),Ye.pathname("/admin/blacklist"));return yield s.fetch(t).then(ea.ok).then(ea.toJSON)}))}add(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.put(...this.getCommonTransformers(t),Ye.pathname(`/admin/blacklist/${e}`));yield s.fetch(n).then(ea.ok)}))}remove(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/blacklist/${e}`));yield s.fetch(n).then(ea.ok)}))}}class Ua extends Ia{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=y.get(...this.getCommonTransformers(e),Ye.pathname("/admin/whitelist"));return yield s.fetch(t).then(ea.ok).then(ea.toJSON)}))}add(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.put(...this.getCommonTransformers(t),Ye.pathname(`/admin/whitelist/${e}`));yield s.fetch(n).then(ea.ok)}))}remove(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/whitelist/${e}`));yield s.fetch(n).then(ea.ok)}))}}class qa extends Ia{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=y.get(...this.getCommonTransformers(e),Ye.pathname("/admin/estore-with-token-policies"));return yield s.fetch(t).then(ea.ok).then(ea.toJSON)}))}get(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.get(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies`));return yield s.fetch(n).then(ea.ok).then(ea.toJSON)}))}setWriteTokenRequired(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/token-policies/write-token-required`),Ye.json(t));yield s.fetch(r).then(ea.ok)}))}removeWriteTokenRequired(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies/write-token-required`));yield s.fetch(n).then(ea.ok)}))}setReadTokenRequired(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/token-policies/read-token-required`),Ye.json(t));yield s.fetch(r).then(ea.ok)}))}removeReadTokenRequired(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies/read-token-required`));yield s.fetch(n).then(ea.ok)}))}setDeleteTokenRequired(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/token-policies/delete-token-required`),Ye.json(t));yield s.fetch(r).then(ea.ok)}))}removeDeleteTokenRequired(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies/delete-token-required`));yield s.fetch(n).then(ea.ok)}))}}class La extends Ia{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=y.get(...this.getCommonTransformers(e),Ye.pathname("/admin/estore-with-tokens"));return yield s.fetch(t).then(ea.ok).then(ea.toJSON)}))}getTokens(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.get(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/tokens`));return yield s.fetch(n).then(ea.ok).then(ea.toJSON)}))}addWriteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/write`));yield s.fetch(r).then(ea.ok)}))}removeWriteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.del(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/write`));yield s.fetch(r).then(ea.ok)}))}addReadToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/read`));yield s.fetch(r).then(ea.ok)}))}removeReadToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.del(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/read`));yield s.fetch(r).then(ea.ok)}))}addDeleteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/delete`));yield s.fetch(r).then(ea.ok)}))}removeDeleteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.del(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/delete`));yield s.fetch(r).then(ea.ok)}))}}e.AbortError=s.AbortError,e.EStoreClient=class{constructor(e){this.options=e}getCommonTransformers(e){var t,n,r;const o="token"in e&&null!==(t=e.token)&&void 0!==t?t:this.options.token,i=this.options.basicAuth;return[Ye.url(this.options.server),i&&Ye.basicAuth(i.username,i.password),o&&Ye.searchParams({token:o}),Ye.signal(la.raceAbortSignals([e.signal,!1!==e.timeout&&(null!==(n=e.timeout&&la.timeoutSignal(e.timeout))&&void 0!==n?n:this.options.timeout&&la.timeoutSignal(this.options.timeout))])),Ye.keepalive(null!==(r=e.keepalive)&&void 0!==r?r:this.options.keepalive),Ye.header("Accept-Version",Na)]}append(e,t,n,r,i={}){return o(this,void 0,void 0,(function*(){const o=y.post(...this.getCommonTransformers(i),Ye.pathname(`/estore/${e}/items/${t}/events`),b.isntUndefined(r)&&Ye.header("If-Match",`${r}`),Ye.json(n));yield s.fetch(o).then(ea.ok)}))}getEvent(e,t,n,r={}){return o(this,void 0,void 0,(function*(){const o=y.get(...this.getCommonTransformers(r),Ye.pathname(`/estore/${e}/items/${t}/events/${n}`));try{return yield s.fetch(o).then(ea.ok).then(ea.toJSON)}catch(e){if(e instanceof ds.NotFound)return;throw e}}))}getEvents(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.get(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}/events`));try{return yield s.fetch(r).then(ea.ok).then(ea.toJSON)}catch(e){if(e instanceof ds.NotFound)return;throw e}}))}getSize(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.get(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}/size`));return yield s.fetch(r).then(ea.ok).then(ea.toJSON)}))}has(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.head(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}`));try{return yield s.fetch(r).then(ea.ok),!0}catch(e){if(e instanceof ds.NotFound)return!1;throw e}}))}del(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=y.del(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}`));yield s.fetch(r).then(ea.ok)}))}clear(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.del(...this.getCommonTransformers(t),Ye.pathname(`/estore/${e}`));yield s.fetch(n).then(ea.ok)}))}getAllItemIds(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.get(...this.getCommonTransformers(t),Ye.pathname(`/estore/${e}/items`));return yield s.fetch(n).then(ea.ok).then(ea.toJSON)}))}getAllNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=y.get(...this.getCommonTransformers(e),Ye.pathname("/estore"));return yield s.fetch(t).then(ea.ok).then(ea.toJSON)}))}stats(e,t={}){return o(this,void 0,void 0,(function*(){const n=y.get(...this.getCommonTransformers(t),Ye.pathname(`/estore/${e}/stats`));return yield s.fetch(n).then(ea.ok).then(ea.toJSON)}))}},e.EStoreManager=class{constructor(e){this.options=e,this.JsonSchema=new ja(this.options),this.Blacklist=new Fa(this.options),this.Whitelist=new Ua(this.options),this.TokenPolicy=new qa(this.options),this.Token=new La(this.options)}},e.HTTPClientError=ds.HTTPClientError,e.HTTPError=ea.HTTPError,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
23
|
-
//# sourceMappingURL=index.umd.min.js.map
|