@blackglory/estore-js 0.1.4 → 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.
Files changed (96) hide show
  1. package/README.md +21 -16
  2. package/lib/es2015/{estore-client.d.ts → client.d.ts} +1 -1
  3. package/lib/es2015/{estore-client.js → client.js} +2 -4
  4. package/lib/es2015/client.js.map +1 -0
  5. package/lib/es2015/index.d.ts +3 -3
  6. package/lib/es2015/index.js +4 -5
  7. package/lib/es2015/index.js.map +1 -1
  8. package/lib/es2015/manager/base.d.ts +13 -0
  9. package/lib/es2015/manager/base.js +26 -0
  10. package/lib/es2015/manager/base.js.map +1 -0
  11. package/lib/es2015/{blacklist-client.d.ts → manager/blacklist-manager.d.ts} +2 -2
  12. package/lib/es2015/{blacklist-client.js → manager/blacklist-manager.js} +5 -5
  13. package/lib/es2015/manager/blacklist-manager.js.map +1 -0
  14. package/lib/es2015/manager/index.d.ts +20 -0
  15. package/lib/es2015/manager/index.js +20 -0
  16. package/lib/es2015/manager/index.js.map +1 -0
  17. package/lib/{es2018/json-schema-client.d.ts → es2015/manager/json-schema-manager.d.ts} +2 -2
  18. package/lib/es2015/{json-schema-client.js → manager/json-schema-manager.js} +5 -5
  19. package/lib/es2015/manager/json-schema-manager.js.map +1 -0
  20. package/lib/{es2018/token-client.d.ts → es2015/manager/token-manager.d.ts} +2 -2
  21. package/lib/es2015/{token-client.js → manager/token-manager.js} +5 -5
  22. package/lib/es2015/manager/token-manager.js.map +1 -0
  23. package/lib/{es2018/token-policy-client.d.ts → es2015/manager/token-policy-manager.d.ts} +2 -2
  24. package/lib/es2015/{token-policy-client.js → manager/token-policy-manager.js} +5 -5
  25. package/lib/es2015/manager/token-policy-manager.js.map +1 -0
  26. package/lib/{es2018/blacklist-client.d.ts → es2015/manager/whitelist-manager.d.ts} +2 -2
  27. package/lib/es2015/{whitelist-client.js → manager/whitelist-manager.js} +5 -5
  28. package/lib/es2015/manager/whitelist-manager.js.map +1 -0
  29. package/lib/es2015/utils.d.ts +0 -13
  30. package/lib/es2015/utils.js +1 -22
  31. package/lib/es2015/utils.js.map +1 -1
  32. package/lib/es2018/{estore-client.d.ts → client.d.ts} +1 -1
  33. package/lib/es2018/{estore-client.js → client.js} +2 -4
  34. package/lib/es2018/client.js.map +1 -0
  35. package/lib/es2018/index.d.ts +3 -3
  36. package/lib/es2018/index.js +4 -5
  37. package/lib/es2018/index.js.map +1 -1
  38. package/lib/es2018/manager/base.d.ts +13 -0
  39. package/lib/es2018/manager/base.js +26 -0
  40. package/lib/es2018/manager/base.js.map +1 -0
  41. package/lib/es2018/{whitelist-client.d.ts → manager/blacklist-manager.d.ts} +2 -2
  42. package/lib/es2018/{blacklist-client.js → manager/blacklist-manager.js} +5 -5
  43. package/lib/es2018/manager/blacklist-manager.js.map +1 -0
  44. package/lib/es2018/manager/index.d.ts +20 -0
  45. package/lib/es2018/manager/index.js +20 -0
  46. package/lib/es2018/manager/index.js.map +1 -0
  47. package/lib/{es2015/json-schema-client.d.ts → es2018/manager/json-schema-manager.d.ts} +2 -2
  48. package/lib/es2018/{json-schema-client.js → manager/json-schema-manager.js} +5 -5
  49. package/lib/es2018/manager/json-schema-manager.js.map +1 -0
  50. package/lib/{es2015/token-client.d.ts → es2018/manager/token-manager.d.ts} +2 -2
  51. package/lib/es2018/{token-client.js → manager/token-manager.js} +5 -5
  52. package/lib/es2018/manager/token-manager.js.map +1 -0
  53. package/lib/{es2015/token-policy-client.d.ts → es2018/manager/token-policy-manager.d.ts} +2 -2
  54. package/lib/es2018/{token-policy-client.js → manager/token-policy-manager.js} +5 -5
  55. package/lib/es2018/manager/token-policy-manager.js.map +1 -0
  56. package/lib/{es2015/whitelist-client.d.ts → es2018/manager/whitelist-manager.d.ts} +2 -2
  57. package/lib/es2018/{whitelist-client.js → manager/whitelist-manager.js} +5 -5
  58. package/lib/es2018/manager/whitelist-manager.js.map +1 -0
  59. package/lib/es2018/utils.d.ts +0 -13
  60. package/lib/es2018/utils.js +1 -22
  61. package/lib/es2018/utils.js.map +1 -1
  62. package/package.json +4 -18
  63. package/dist/es2015/index.min.mjs +0 -16
  64. package/dist/es2015/index.min.mjs.map +0 -1
  65. package/dist/es2015/index.mjs +0 -7172
  66. package/dist/es2015/index.mjs.map +0 -1
  67. package/dist/es2015/index.umd.js +0 -7185
  68. package/dist/es2015/index.umd.js.map +0 -1
  69. package/dist/es2015/index.umd.min.js +0 -23
  70. package/dist/es2015/index.umd.min.js.map +0 -1
  71. package/dist/es2018/index.min.mjs +0 -2
  72. package/dist/es2018/index.min.mjs.map +0 -1
  73. package/dist/es2018/index.mjs +0 -7075
  74. package/dist/es2018/index.mjs.map +0 -1
  75. package/dist/es2018/index.umd.js +0 -7088
  76. package/dist/es2018/index.umd.js.map +0 -1
  77. package/dist/es2018/index.umd.min.js +0 -9
  78. package/dist/es2018/index.umd.min.js.map +0 -1
  79. package/lib/es2015/blacklist-client.js.map +0 -1
  80. package/lib/es2015/estore-client.js.map +0 -1
  81. package/lib/es2015/estore-manager.d.ts +0 -20
  82. package/lib/es2015/estore-manager.js +0 -20
  83. package/lib/es2015/estore-manager.js.map +0 -1
  84. package/lib/es2015/json-schema-client.js.map +0 -1
  85. package/lib/es2015/token-client.js.map +0 -1
  86. package/lib/es2015/token-policy-client.js.map +0 -1
  87. package/lib/es2015/whitelist-client.js.map +0 -1
  88. package/lib/es2018/blacklist-client.js.map +0 -1
  89. package/lib/es2018/estore-client.js.map +0 -1
  90. package/lib/es2018/estore-manager.d.ts +0 -20
  91. package/lib/es2018/estore-manager.js +0 -20
  92. package/lib/es2018/estore-manager.js.map +0 -1
  93. package/lib/es2018/json-schema-client.js.map +0 -1
  94. package/lib/es2018/token-client.js.map +0 -1
  95. package/lib/es2018/token-policy-client.js.map +0 -1
  96. 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 m={},y={},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 T={},_={};function S(e){return null===e}_.isntNull=_.isNull=void 0,_.isNull=S,_.isntNull=function(e){return!S(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)},T.isntAsyncIterable=T.isAsyncIterable=void 0;const x=_,O=E,P=R;function I(e){return(0,x.isntNull)(e)&&(0,O.isntUndefined)(e)&&(0,P.isFunction)(e[Symbol.asyncIterator])}T.isAsyncIterable=I,T.isntAsyncIterable=function(e){return!I(e)};var N={};function j(e){return"bigint"==typeof e}N.isntBigInt=N.isBigInt=void 0,N.isBigInt=j,N.isntBigInt=function(e){return!j(e)};var q={};function F(e){return"boolean"==typeof e}q.isntBoolean=q.isBoolean=void 0,q.isBoolean=F,q.isntBoolean=function(e){return!F(e)};var U={},M={};function L(e){return"string"==typeof e}M.isntString=M.isString=void 0,M.isString=L,M.isntString=function(e){return!L(e)},U.isntChar=U.isChar=void 0;const D=M;function B(e){return(0,D.isString)(e)&&1===e.length}U.isChar=B,U.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=_,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,me=function(e){return pe.call(e)},ye=ae?ae.toStringTag:void 0;var ge=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":ye&&ye in Object(e)?ve(e):me(e)};var be=function(e,t){return function(n){return e(t(n))}}(Object.getPrototypeOf,Object);var we=ge,Ae=be,Te=function(e){return null!=e&&"object"==typeof e},_e=Function.prototype,Se=Object.prototype,Ee=_e.toString,ke=Se.hasOwnProperty,Re=Ee.call(Object);var Ce=function(e){if(!Te(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},xe=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 Oe=xe(Ce);function Pe(e){return null!==e&&"object"==typeof e}function Ie(e){return(0,Oe.default)(e)}oe.isObject=Pe,oe.isntObject=function(e){return!Pe(e)},oe.isPlainObject=Ie,oe.isntPlainObject=function(e){return!Ie(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 Ne=_,je=q,qe=M,Fe=te,Ue=w,Me=oe;function Le(e){return(0,Ne.isNull)(e)||(0,je.isBoolean)(e)||(0,qe.isString)(e)||(0,Fe.isNumber)(e)||(0,Ue.isArray)(e)&&e.every(Le)||(0,Me.isPlainObject)(e)&&Object.values(e).every(Le)}ee.isJson=Le,ee.isntJson=function(e){return!Le(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(T,e),n(N,e),n(q,e),n(U,e),n(H,e),n($,e),n(J,e),n(G,e),n(R,e),n(K,e),n(ee,e),n(_,e),n(te,e),n(oe,e),n(De,e),n(M,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(y,e),n(g,e)}(m);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=m,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(c.DuplexStreamStreamer=y),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 y(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 m(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=[],m=0;m<d;m++){var y=c?e[m]:m;p.push(t[l][y])}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]||m(i,c.BAD_DELIMITERS)||i.indexOf(o)>-1||" "===i.charAt(0)||" "===i.charAt(i.length-1))?s+i+s:i}function m(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 m(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 y(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 m=e.step;e.step=function(t){if(v=t,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],m(v,u))}}}function y(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!y(e)}))),T()&&_(),R()}function T(){return e.header&&0===p.length}function _(){if(v)if(Array.isArray(v.data[0])){for(var t=0;T()&&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 S(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 S(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 x(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 m=new w({comments:o,delimiter:f,newline:n,preview:10}).parse(t),g=0;g<m.data.length;g++)if(r&&y(m.data[g]))v++;else{var b=m.data[g].length;p+=b,void 0!==u?b>0&&(h+=Math.abs(b-u),u=b):u=b}m.data.length>0&&(p/=m.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 O(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=O(o,a)),r=!1,e.delimiter)C(e.delimiter)&&(e.delimiter=e.delimiter(o),v.meta.delimiter=e.delimiter);else{var u=x(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,m=o.length,y=C(i);l=0;var g=[],w=[],A=[],T=0;if(!e)return F();if(a||!1!==a&&-1===e.indexOf(t)){for(var _=e.split(r),S=0;S<_.length;S++){if(A=_[S],l+=A.length,S!==_.length-1)l+=r.length;else if(f)return F();if(!o||A.substring(0,m)!==o){if(y){if(g=[],I(A.split(n)),U(),d)return F()}else I(A.split(n));if(s&&S>=s)return g=g.slice(0,s),F(!0)}}return F()}for(var E=e.indexOf(n,l),k=e.indexOf(r,l),R=new RegExp(b(u)+b(t),"g"),x=e.indexOf(t,l);;)if(e[l]!==t)if(o&&0===A.length&&e.substring(l,l+m)===o){if(-1===k)return F();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)),q(k+v),y&&(U(),d))return F();if(s&&g.length>=s)return F(!0)}else for(x=l,l++;;){if(-1===(x=e.indexOf(t,x+1)))return f||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:g.length,index:l}),j();if(x===h-1)return j(e.substring(l,x).replace(R,t));if(t!==u||e[x+1]!==u){if(t===u||0===x||e[x-1]!==u){-1!==E&&E<x+1&&(E=e.indexOf(n,x+1)),-1!==k&&k<x+1&&(k=e.indexOf(r,x+1));var O=N(-1===k?E:Math.min(E,k));if(e.substr(x+1+O,p)===n){A.push(e.substring(l,x).replace(R,t)),l=x+1+O+p,e[x+1+O+p]!==t&&(x=e.indexOf(t,l)),E=e.indexOf(n,l),k=e.indexOf(r,l);break}var P=N(k);if(e.substring(x+1+P,x+1+P+v)===r){if(A.push(e.substring(l,x).replace(R,t)),q(x+1+P+v),E=e.indexOf(n,l),x=e.indexOf(t,l),y&&(U(),d))return F();if(s&&g.length>=s)return F(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:g.length,index:l}),x++}}else x++}return j();function I(e){g.push(e),T=l}function N(t){var n=0;if(-1!==t){var r=e.substring(x+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,I(A),y&&U()),F()}function q(t){l=t,I(A),A=[],k=e.indexOf(r,l)}function F(e){return{data:g,errors:w,meta:{delimiter:n,linebreak:r,aborted:d,truncated:!!e,cursor:T+(c||0)}}}function U(){i(F()),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=T,r.id=a++,s[r.id]=r,r}function T(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,_(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:S,resume:S};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&&_(t.workerId,t.results)}function _(e,t){var n=s[e];C(n.userComplete)&&n.userComplete(t),n.terminate(),delete s[e]}function S(){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,m.prototype=Object.create(f.prototype),m.prototype.constructor=m,"undefined"==typeof PAPA_BROWSER_CONTEXT&&(y.prototype=Object.create(f.prototype),y.prototype.constructor=y),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={},mt={},yt={},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),yt.calculateExponentialBackoffTimeout=void 0;const Tt=gt;yt.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,Tt.randomIntInclusive)(0,i):i};var _t={};_t.setTimeout=void 0,_t.setTimeout=function(e,t){const n=globalThis.setTimeout(t,e);return()=>clearTimeout(n)};var St={setSchedule:void 0};const Et=_t;St.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=_t;Rt.setImmediate=function(e){if(globalThis.setImmediate){const t=globalThis.setImmediate(e);return()=>clearImmediate(t)}return(0,Ct.setTimeout)(0,e)};var xt={setTimeoutLoop:void 0};const Ot=_t;xt.setTimeoutLoop=function(e,t){let n=!1,r=(0,Ot.setTimeout)(e,(async function o(){await t(),n||(r=(0,Ot.setTimeout)(e,o))}));return()=>{n=!0,r()}};var Pt={setDynamicTimeoutLoop:void 0};const It=_t;Pt.setDynamicTimeoutLoop=function(e,t){let n=!1,r=(0,It.setTimeout)(e,(async function o(){const i=Date.now();await t();const s=Date.now()-i;n||(r=(0,It.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(yt,e),n(_t,e),n(St,e),n(kt,e),n(Rt,e),n(xt,e),n(Pt,e)}(mt),vt.goMacrotask=void 0;const Nt=mt;var jt;vt.goMacrotask=function(e){return new Promise(((t,n)=>{(0,Nt.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 qt={chunkByAsync:void 0};const Ft=b;qt.chunkByAsync=function(e,t){return(0,Ft.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 Ut={};Ut.chunkBy=void 0,Ut.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 Mt,Lt={};var Dt={concatAsync:void 0};const Bt=b,Ht=ft;Dt.concatAsync=function(e,...t){return(0,Ht.go)((async function*(){for(const n of[e,...t])if((0,Bt.isAsyncIterable)(n))for await(const e of n)yield e;else for(const e of n)yield e}))};var zt={concat:void 0};const $t=ft;zt.concat=function(e,...t){return(0,$t.go)((function*(){for(const n of[e,...t])yield*n}))};var Jt,Wt={},Gt={};Gt.copyIterable=Gt.copyAsyncIterable=void 0,Gt.copyAsyncIterable=async function*(e){for await(const t of e)yield t},Gt.copyIterable=function*(e){for(const t of e)yield t};var Vt,Kt={};var Qt,Zt={};var Xt={dropUntilAsync:void 0};const Yt=b;Xt.dropUntilAsync=function(e,t){return(0,Yt.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 en={};en.dropUntil=void 0,en.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 tn,nn={};var rn={filterAsync:void 0};const on=b;rn.filterAsync=function(e,t){return(0,on.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 sn={};sn.filter=void 0,sn.filter=function*(e,t){let n=0;for(const r of e)t(r,n)&&(yield r),n++};var an={},cn={},un={flattenByAsync:void 0};const ln=b;async function*dn(e,t,n){for(const r of e)fn(r)&&await t(r,n)?yield*dn(r,t,n+1):yield r}function fn(e){return(0,ln.isIterable)(e)&&(0,ln.isntChar)(e)}var hn,pn;function vn(){if(hn)return cn;hn=1,cn.flattenDeepAsync=void 0;const e=un,t=Ro();return cn.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))},cn}un.flattenByAsync=function(e,t){return(0,ln.isAsyncIterable)(e)?async function*(e,t){const n=1;for await(const r of e)fn(r)&&await t(r,n)?yield*dn(r,t,n+1):yield r}(e,t):function(e,t){return dn(e,t,1)}(e,t)};var mn={flattenBy:void 0};const yn=b;function*gn(e,t,n){for(const o of e)r=o,(0,yn.isIterable)(r)&&(0,yn.isntChar)(r)&&t(o,n)?yield*gn(o,t,n+1):yield o;var r}mn.flattenBy=function(e,t){return gn(e,t,1)};var bn,wn={};function An(){if(bn)return wn;bn=1,wn.flattenDeep=void 0;const e=mn,t=Ro();return wn.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))},wn}var Tn,_n={};var Sn={mapAsync:void 0};const En=b;Sn.mapAsync=function(e,t){return(0,En.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 kn={};kn.map=void 0,kn.map=function*(e,t){let n=0;for(const r of e)yield t(r,n),n++};var Rn,Cn={};function xn(){if(Rn)return Cn;Rn=1,Cn.repeatAsync=void 0;const e=ft,t=Ro();return Cn.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--}))},Cn}var On,Pn={};function In(){if(On)return Pn;On=1,Pn.repeat=void 0;const e=ft,t=Ro();return Pn.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--}))},Pn}var Nn,jn={};var qn,Fn={};var Un={};Un.splitAsync=void 0,Un.splitAsync=async function*(e,t){let n=[];for await(const r of e)r===t?(yield n,n=[]):n.push(r);yield n};var Mn={splitByAsync:void 0};const Ln=b;Mn.splitByAsync=function(e,t){return(0,Ln.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 Dn={};Dn.splitBy=void 0,Dn.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 Bn={};Bn.split=void 0,Bn.split=function*(e,t){let n=[];for(const r of e)r===t?(yield n,n=[]):n.push(r);yield n};var Hn,zn={};var $n,Jn={};var Wn,Gn={};var Vn={takeUntilAsync:void 0};const Kn=b;Vn.takeUntilAsync=function(e,t){return(0,Kn.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 Qn={};Qn.takeUntil=void 0,Qn.takeUntil=function*(e,t){let n=0;for(const r of e){if(t(r,n))break;yield r,n++}};var Zn,Xn={};var Yn={tapAsync:void 0};const er=b;Yn.tapAsync=function(e,t){return(0,er.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 tr={};tr.tap=void 0,tr.tap=function*(e,t){let n=0;for(const r of e)t(r,n),yield r,n++};var nr={};nr.toAsyncIterable=void 0,nr.toAsyncIterable=async function*(e){for(const t of e)yield t};var rr={};rr.transformAsync=void 0,rr.transformAsync=async function*(e,t){yield*t(e)};var or={};or.transform=void 0,or.transform=function*(e,t){yield*t(e)};var ir={};ir.uniqAsync=void 0,ir.uniqAsync=async function*(e){const t=new Set;for await(const n of e)t.has(n)||(yield n,t.add(n))};var sr={uniqByAsync:void 0};const ar=b;sr.uniqByAsync=function(e,t){return(0,ar.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 cr={};cr.uniqBy=void 0,cr.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 ur={};ur.uniq=void 0,ur.uniq=function*(e){const t=new Set;for(const n of e)t.has(n)||(yield n,t.add(n))};var lr={zipAsync:void 0};const dr=b;var fr;!function(e){e[e.Sync=0]="Sync",e[e.Async=1]="Async"}(fr||(fr={})),lr.zipAsync=function(e,...t){return async function*(...e){var t,n,r,o;const i=e.length,s=e.map((e=>(0,dr.isAsyncIterable)(e)?[fr.Async,e[Symbol.asyncIterator]()]:[fr.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===fr.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===fr.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 hr,pr={};function vr(){return hr||(hr=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=Ro();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(qt,e),n(Ut,e),n(function(){if(Mt)return Lt;Mt=1,Lt.chunk=void 0;const e=ft,t=Ro();return Lt.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)}))},Lt}(),e),n(Dt,e),n(zt,e),n(function(){if(Jt)return Wt;Jt=1,Wt.dropAsync=void 0;const e=ft,t=Gt,n=Ro();return Wt.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))}}))},Wt}(),e),n(function(){if(Vt)return Kt;Vt=1,Kt.dropRightAsync=void 0;const e=ft,t=Gt,n=Ro();return Kt.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}))},Kt}(),e),n(function(){if(Qt)return Zt;Qt=1,Zt.dropRight=void 0;const e=ft,t=Gt,n=Ro();return Zt.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)}))},Zt}(),e),n(Xt,e),n(en,e),n(function(){if(tn)return nn;tn=1,nn.drop=void 0;const e=ft,t=Gt,n=Ro();return nn.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)}}))},nn}(),e),n(rn,e),n(sn,e),n(function(){if(pn)return an;pn=1,an.flattenAsync=void 0;const e=vn();return an.flattenAsync=function(t){return(0,e.flattenDeepAsync)(t,1)},an}(),e),n(un,e),n(mn,e),n(vn(),e),n(An(),e),n(function(){if(Tn)return _n;Tn=1,_n.flatten=void 0;const e=An();return _n.flatten=function(t){return(0,e.flattenDeep)(t,1)},_n}(),e),n(Sn,e),n(kn,e),n(xn(),e),n(In(),e),n(function(){if(Nn)return jn;Nn=1,jn.sliceAsync=void 0;const e=ft,t=Ro();return jn.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++}}))},jn}(),e),n(function(){if(qn)return Fn;qn=1,Fn.slice=void 0;const e=ft,t=Ro();return Fn.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++}}))},Fn}(),e),n(Un,e),n(Mn,e),n(Dn,e),n(Bn,e),n(function(){if(Hn)return zn;Hn=1,zn.takeAsync=void 0;const e=ft,t=Ro();return zn.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}))},zn}(),e),n(function(){if($n)return Jn;$n=1,Jn.takeRightAsync=void 0;const e=ft,t=Ro();return Jn.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))}}))},Jn}(),e),n(function(){if(Wn)return Gn;Wn=1,Gn.takeRight=void 0;const e=ft,t=Ro();return Gn.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)}}))},Gn}(),e),n(Vn,e),n(Qn,e),n(function(){if(Zn)return Xn;Zn=1,Xn.take=void 0;const e=ft,t=Ro();return Xn.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}))},Xn}(),e),n(Yn,e),n(tr,e),n(nr,e),n(rr,e),n(or,e),n(ir,e),n(sr,e),n(cr,e),n(ur,e),n(lr,e),n(pr,e)}(lt)),lt}pr.zip=void 0,pr.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 mr={},yr={};yr.consume=void 0,yr.consume=function(e,t){return t(e)};var gr={eachAsync:void 0};const br=b;gr.eachAsync=function(e,t){return(0,br.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 wr={};wr.each=void 0,wr.each=function(e,t){let n=0;for(const r of e)t(r,n),n++};var Ar={everyAsync:void 0};const Tr=b;Ar.everyAsync=function(e,t){return(0,Tr.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 _r={};_r.every=void 0,_r.every=function(e,t){let n=0;for(const r of e){if(!t(r,n))return!1;n++}return!0};var Sr={findAsync:void 0};const Er=b;Sr.findAsync=function(e,t){return(0,Er.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 kr={};kr.find=void 0,kr.find=function(e,t){let n=0;for(const r of e){if(t(r,n))return r;n++}};var Rr={};Rr.firstAsync=void 0,Rr.firstAsync=async function(e){for await(const t of e)return t};var Cr={};Cr.first=void 0,Cr.first=function(e){for(const t of e)return t};var xr={};xr.includesAsync=void 0,xr.includesAsync=async function(e,t){for await(const n of e)if(n===t)return!0;return!1};var Or={};Or.includes=void 0,Or.includes=function(e,t){for(const n of e)if(n===t)return!0;return!1};var Pr={};Pr.matchAsync=void 0,Pr.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 Ir={};Ir.match=void 0,Ir.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 Nr={reduceAsync:void 0};const jr=b;Nr.reduceAsync=function(e,t,n){return(0,jr.isUndefined)(n)?function(e,t){return(0,jr.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,jr.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 qr={reduce:void 0};const Fr=b;qr.reduce=function(e,t,n){return(0,Fr.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 Ur={someAsync:void 0};const Mr=b;Ur.someAsync=function(e,t){return(0,Mr.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 Lr={};Lr.some=void 0,Lr.some=function(e,t){let n=0;for(const r of e){if(t(r,n))return!0;n++}return!1};var Dr={};Dr.lastAsync=void 0,Dr.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 Br={};Br.last=void 0,Br.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 Hr={toArrayAsync:void 0};const zr=yr;Hr.toArrayAsync=function(e){return(0,zr.consume)(e,(async e=>{const t=[];for await(const n of e)t.push(n);return t}))};var $r={toArray:void 0};const Jr=yr;$r.toArray=function(e){return(0,Jr.consume)(e,(e=>Array.from(e)))};var Wr={toSetAsync:void 0};const Gr=yr;Wr.toSetAsync=function(e){return(0,Gr.consume)(e,(async e=>{const t=new Set;for await(const n of e)t.add(n);return t}))};var Vr={toSet:void 0};const Kr=yr;Vr.toSet=function(e){return(0,Kr.consume)(e,(e=>new Set(e)))};var Qr={};Qr.count=void 0,Qr.count=function(e){let t=0;for(const n of e)t++;return t};var Zr={};Zr.countAsync=void 0,Zr.countAsync=async function(e){let t=0;for await(const n of e)t++;return t};var Xr={groupBy:void 0};const Yr=wr;Xr.groupBy=function(e,t){const n=new Map;return(0,Yr.each)(e,((e,r)=>{const o=t(e,r);n.has(o)||n.set(o,[]),n.get(o).push(e)})),n};var eo={groupByAsync:void 0};const to=gr;var no;function ro(){return no||(no=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(vr(),e),n(mr,e)}(ut)),ut}eo.groupByAsync=async function(e,t){const n=new Map;return await(0,to.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(yr,e),n(gr,e),n(wr,e),n(Ar,e),n(_r,e),n(Sr,e),n(kr,e),n(Rr,e),n(Cr,e),n(xr,e),n(Or,e),n(Pr,e),n(Ir,e),n(Nr,e),n(qr,e),n(Ur,e),n(Lr,e),n(Dr,e),n(Br,e),n(Hr,e),n($r,e),n(Wr,e),n(Vr,e),n(Qr,e),n(Zr,e),n(Xr,e),n(eo,e)}(mr);var oo={},io={};io.traverseErrorPrototypeChain=void 0,io.traverseErrorPrototypeChain=function*(e){let t=e;for(;(t=Object.getPrototypeOf(t))&&(yield t,t!==Error.prototype););},oo.getErrorNames=void 0;const so=b,ao=io;oo.getErrorNames=function*(e){var t;if((0,so.isError)(e))for(const n of(0,ao.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 co={isSerializableError:void 0};const uo=b;var lo;function fo(){if(lo)return ct;lo=1,ct.CustomError=void 0;const e=ro(),t=oo,n=b,r=co;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}co.isSerializableError=function(e){return(0,uo.isObject)(e)&&(0,uo.isString)(e.name)&&(0,uo.isString)(e.message)&&((0,uo.isString)(e.stack)||(0,uo.isNull)(e.stack))&&(0,uo.isArray)(e.ancestors)&&e.ancestors.every(uo.isString)};var ho,po={};function vo(){if(ho)return po;ho=1,po.AssertionError=void 0;const e=fo();class t extends e.CustomError{}return po.AssertionError=t,po}var mo,yo={};var go={},bo={},wo={};wo.pass=void 0,wo.pass=function(){};var Ao={};Ao.passAsync=void 0,Ao.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(wo,e),n(Ao,e)}(bo),go.hydrate=void 0;const To=bo;function _o(e,t){const n=function(){(0,To.pass)()};return(n.prototype=Object.create(e.prototype)).constructor=n,Object.defineProperty(n,"name",{value:t}),n}go.hydrate=function(e){var t;const n=[e.name,...e.ancestors].slice(0,-1).reverse();let r=Error;for(const e of n)r=_o(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 So,Eo,ko={};function Ro(){return Eo||(Eo=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(fo(),e),n(vo(),e),n(co,e),n(function(){if(mo)return yo;mo=1,yo.normalize=void 0;const e=oo,t=ro();return yo.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}},yo}(),e),n(go,e),n(function(){if(So)return ko;So=1,ko.assert=void 0;const e=vo();return ko.assert=function(t,n){if(!t)throw new e.AssertionError(n)},ko}(),e),n(oo,e),n(io,e)}(at)),at}it.csv=void 0;const Co=s,xo=st.exports,Oo=Ro();function Po(e){const t=Object.keys(e[0]);return(0,xo.unparse)({data:e,fields:t})}it.csv=function(e){return(0,Oo.assert)(e.length>0,"payload must be a non-empty array"),t=>{const n=new Co.Headers(t.headers);return n.set("Content-Type","text/csv"),{...t,headers:n,payload:Po(e)}}};var Io={};Io.signal=void 0,Io.signal=function(e){return t=>({...t,signal:e})};var No={header:void 0};const jo=s;No.header=function(e,t){return n=>{const r=new jo.Headers(n.headers);return r.set(e,t),{...n,headers:r}}};var qo={appendHeader:void 0};const Fo=s;qo.appendHeader=function(e,t){return n=>{const r=new Fo.Headers(n.headers);return r.append(e,t),{...n,headers:r}}};var Uo={headers:void 0};const Mo=s;Uo.headers=function(e){return t=>{const n=new Mo.Headers(t.headers);for(const[t,r]of Object.entries(e))n.set(t,r);return{...t,headers:n}}};var Lo={accept:void 0};const Do=qo;Lo.accept=function(e){return(0,Do.appendHeader)("Accept",e)};var Bo={};Bo.host=void 0,Bo.host=function(e){return t=>{const n=new URL(t.url.href);return n.host=e,{...t,url:n}}};var Ho={};Ho.port=void 0,Ho.port=function(e){return t=>{const n=new URL(t.url.href);return n.port=e.toString(),{...t,url:n}}};var zo={};zo.pathname=void 0,zo.pathname=function(e){return t=>{const n=new URL(t.url.href);return n.pathname=e,{...t,url:n}}};var $o={};$o.search=void 0,$o.search=function(e){return t=>{const n=new URL(t.url.href);return n.search=e,{...t,url:n}}};var Jo={};Jo.searchParam=void 0,Jo.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 Wo={};Wo.searchParams=void 0,Wo.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 Go={};Go.appendSearchParam=void 0,Go.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 Vo={formDataField:void 0};const Ko=s,Qo=b;Vo.formDataField=function(e,t){return n=>{const r=n.payload instanceof Ko.FormData?function(e){const t=new Ko.FormData;for(const[n,r]of e.entries())t.append(n,r);return t}(n.payload):new Ko.FormData;return(0,Qo.isArray)(t)?t.forEach((t=>r.append(e,t))):r.append(e,t),{...n,payload:r}}};var Zo={},Xo={exports:{}};!function(e,t){var n,r,o,i,s,a,c,u,l,d,f,h,p,v,m,y,g,b,w,A,T,_,S,E,k,R,C,x,O,P,I,N,j,q,F,U,M,L,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?"-":"_"}))},m=function(e){return e.replace(/[^A-Za-z0-9\+\/]/g,"")},y=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)},T=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,S=s?function(e){return Buffer.from(e,"utf8").toString("base64")}:c?function(e){return b(c.encode(e))}:function(e){return g(_(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))}},O=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},I=s?function(e){return p(Buffer.from(e,"base64"))}:function(e){return p(P(e),(function(e){return e.charCodeAt(0)}))},N=function(e){return I(q(e))},j=s?function(e){return Buffer.from(e,"base64").toString("utf8")}:a?function(e){return a.decode(I(e))}:function(e){return x(P(e))},q=function(e){return m(e.replace(/[-_]/g,(function(e){return"-"==e?"+":"/"})))},U=function(e){return{value:e,enumerable:!1,writable:!0,configurable:!0}},M=function(){var e=function(e,t){return Object.defineProperty(String.prototype,e,U(t))};e("fromBase64",(function(){return F(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 N(this)}))},L=function(){var e=function(e,t){return Object.defineProperty(Uint8Array.prototype,e,U(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(){M(),L()},B={version:n,VERSION:r,atob:P=o?function(e){return atob(m(e))}:s?function(e){return Buffer.from(e,"base64").toString("binary")}:O,atobPolyfill:O,btoa:g=i?function(e){return btoa(e)}:s?function(e){return Buffer.from(e,"binary").toString("base64")}:y,btoaPolyfill:y,fromBase64:F=function(e){return j(q(e))},toBase64:E=function(e,t){return void 0===t&&(t=!1),t?v(S(e)):S(e)},encode:E,encodeURI:k,encodeURL:k,utob:_=function(e){return e.replace(T,A)},btou:x=function(e){return e.replace(R,C)},decode:F,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:N,extendString:M,extendUint8Array:L,extendBuiltins:D,Base64:{}},Object.keys(B).forEach((function(e){return B.Base64[e]=B[e]})),B)}(Xo),Zo.basicAuth=void 0;const Yo=No,ei=Xo.exports;Zo.basicAuth=function(e,t){return(0,Yo.header)("Authorization","Basic "+(0,ei.btoa)(`${e}:${t}`))};var ti={bearerAuth:void 0};const ni=No;ti.bearerAuth=function(e){return(0,ni.header)("Authorization",`Bearer ${e}`)};var ri={};ri.keepalive=void 0,ri.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(Io,e),n(No,e),n(qo,e),n(Uo,e),n(Lo,e),n(Bo,e),n(Ho,e),n(zo,e),n($o,e),n(Jo,e),n(Wo,e),n(Go,e),n(Vo,e),n(Zo,e),n(ti,e),n(ri,e)}(Ye);var oi={},ii={},si={},ai={},ci={CustomError:void 0};class ui extends Error{get name(){return this.constructor.name}}ci.CustomError=ui;var li={ExpectedError:void 0};const di=ci;class fi extends di.CustomError{}li.ExpectedError=fi;var hi={AssertionError:void 0};const pi=ci;class vi extends pi.CustomError{}hi.AssertionError=vi;var mi={};mi.normalize=void 0,mi.normalize=function(e){var t;return{name:e.name,message:e.message,stack:null!==(t=e.stack)&&void 0!==t?t:null}};var yi={refute:void 0};const gi=li;yi.refute=function(e,t){if(e)throw new gi.ExpectedError(t)};var bi={assert:void 0};const wi=hi;bi.assert=function(e,t){if(!e)throw new wi.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(ci,e),n(li,e),n(hi,e),n(mi,e),n(yi,e),n(bi,e)}(ai),si.HTTPError=void 0;const Ai=ai;si.HTTPError=class extends Ai.CustomError{constructor(e,t){super(t),this.code=e}};var Ti={},_i={};!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={}))}(_i),Ti.EarlyHints=Ti.Processing=Ti.SwitchingProtocol=Ti.Continue=Ti.HTTPInformational=void 0;const Si=_i;class Ei{constructor(e,t){this.code=e,this.message=t}}Ti.HTTPInformational=Ei;Ti.Continue=class extends Ei{constructor(){super(Si.Informational.Continue,"Continue")}};Ti.SwitchingProtocol=class extends Ei{constructor(){super(Si.Informational.SwitchingProtocol,"Switching Protocol")}};Ti.Processing=class extends Ei{constructor(){super(Si.Informational.Processing,"Processing")}};Ti.EarlyHints=class extends Ei{constructor(){super(Si.Informational.EarlyHints,"Early Hints")}};var ki={};ki.IMUsed=ki.AlreadyReported=ki.MultiStatus=ki.PartialContent=ki.ResetContent=ki.NoContent=ki.NonAuthoritativeInformation=ki.Accepted=ki.Created=ki.OK=ki.HTTPSuccessful=void 0;const Ri=_i;class Ci{constructor(e,t){this.code=e,this.message=t}}ki.HTTPSuccessful=Ci;ki.OK=class extends Ci{constructor(){super(Ri.Successful.OK,"OK")}};ki.Created=class extends Ci{constructor(){super(Ri.Successful.Created,"Created")}};ki.Accepted=class extends Ci{constructor(){super(Ri.Successful.Accepted,"Accepted")}};ki.NonAuthoritativeInformation=class extends Ci{constructor(){super(Ri.Successful.NonAuthoritativeInformation,"Non-Authoritative Information")}};ki.NoContent=class extends Ci{constructor(){super(Ri.Successful.NoContent,"No Content")}};ki.ResetContent=class extends Ci{constructor(){super(Ri.Successful.ResetContent,"Reset Content")}};ki.PartialContent=class extends Ci{constructor(){super(Ri.Successful.PartialContent,"Partial Content")}};ki.MultiStatus=class extends Ci{constructor(){super(Ri.Successful.MultiStatus,"Multi-Status")}};ki.AlreadyReported=class extends Ci{constructor(){super(Ri.Successful.AlreadyReported,"Already Reported")}};ki.IMUsed=class extends Ci{constructor(){super(Ri.Successful.IMUsed,"IM Used")}};var xi={};xi.PermanentRedirect=xi.TemporaryRedirect=xi.NotModified=xi.SeeOther=xi.Found=xi.MovedPermanently=xi.MultipleChoice=xi.HTTPRedirection=void 0;const Oi=_i;class Pi{constructor(e,t){this.code=e,this.message=t}}xi.HTTPRedirection=Pi;xi.MultipleChoice=class extends Pi{constructor(){super(Oi.Redirection.MultipleChoice,"Multiple Choice")}};xi.MovedPermanently=class extends Pi{constructor(){super(Oi.Redirection.MovedPermanently,"Moved Permanently")}};xi.Found=class extends Pi{constructor(){super(Oi.Redirection.Found,"Found")}};xi.SeeOther=class extends Pi{constructor(){super(Oi.Redirection.SeeOther,"See Other")}};xi.NotModified=class extends Pi{constructor(){super(Oi.Redirection.NotModified,"Not Modified")}};xi.TemporaryRedirect=class extends Pi{constructor(){super(Oi.Redirection.TemporaryRedirect,"Temporary Redirect")}};xi.PermanentRedirect=class extends Pi{constructor(){super(Oi.Redirection.PermanentRedirect,"Permanent Redirect")}};var Ii={};Ii.UnavailableForLegalReasons=Ii.RequestHeaderFieldsTooLarge=Ii.TooManyRequests=Ii.PreconditionRequired=Ii.UpgradeRequired=Ii.FailedDependency=Ii.Locked=Ii.UnprocessableEntity=Ii.MisdirectedRequest=Ii.ExpectationFailed=Ii.RangeNotSatisfiable=Ii.UnsupportedMediaType=Ii.URITooLong=Ii.PayloadTooLarge=Ii.PreconditionFailed=Ii.LengthRequired=Ii.Gone=Ii.Conflict=Ii.RequestTimeout=Ii.ProxyAuthenticationRequired=Ii.NotAcceptable=Ii.MethodNotAllowed=Ii.NotFound=Ii.Forbidden=Ii.Unauthorized=Ii.BadRequest=Ii.HTTPClientError=void 0;const Ni=si,ji=_i;class qi extends Ni.HTTPError{}Ii.HTTPClientError=qi;Ii.BadRequest=class extends qi{constructor(e){super(ji.ClientError.BadRequest,null!=e?e:"Bad Request")}};Ii.Unauthorized=class extends qi{constructor(e){super(ji.ClientError.Unauthorized,null!=e?e:"Unauthorized")}};Ii.Forbidden=class extends qi{constructor(e){super(ji.ClientError.Forbidden,null!=e?e:"Forbidden")}};Ii.NotFound=class extends qi{constructor(e){super(ji.ClientError.NotFound,null!=e?e:"Not Found")}};Ii.MethodNotAllowed=class extends qi{constructor(e){super(ji.ClientError.MethodNotAllowed,null!=e?e:"Method Not Allowed")}};Ii.NotAcceptable=class extends qi{constructor(e){super(ji.ClientError.NotAcceptable,null!=e?e:"Not Acceptable")}};Ii.ProxyAuthenticationRequired=class extends qi{constructor(e){super(ji.ClientError.ProxyAuthenticationRequired,null!=e?e:"Proxy Authentication Required")}};Ii.RequestTimeout=class extends qi{constructor(e){super(ji.ClientError.RequestTimeout,null!=e?e:"Request Timeout")}};Ii.Conflict=class extends qi{constructor(e){super(ji.ClientError.Conflict,null!=e?e:"Conflict")}};Ii.Gone=class extends qi{constructor(e){super(ji.ClientError.Gone,null!=e?e:"Gone")}};Ii.LengthRequired=class extends qi{constructor(e){super(ji.ClientError.LengthRequired,null!=e?e:"Length Required")}};Ii.PreconditionFailed=class extends qi{constructor(e){super(ji.ClientError.PreconditionFailed,null!=e?e:"Precondition Failed")}};Ii.PayloadTooLarge=class extends qi{constructor(e){super(ji.ClientError.PayloadTooLarge,null!=e?e:"Payload Too Large")}};Ii.URITooLong=class extends qi{constructor(e){super(ji.ClientError.URITooLong,null!=e?e:"URI Too Long")}};Ii.UnsupportedMediaType=class extends qi{constructor(e){super(ji.ClientError.UnsupportedMediaType,null!=e?e:"Unsupported Media Type")}};Ii.RangeNotSatisfiable=class extends qi{constructor(e){super(ji.ClientError.RangeNotSatisfiable,null!=e?e:"Range Not Satisfiable")}};Ii.ExpectationFailed=class extends qi{constructor(e){super(ji.ClientError.ExpectationFailed,null!=e?e:"Expectation Failed")}};Ii.MisdirectedRequest=class extends qi{constructor(e){super(ji.ClientError.MisdirectedRequest,null!=e?e:"Misdirected Request")}};Ii.UnprocessableEntity=class extends qi{constructor(e){super(ji.ClientError.UnprocessableEntity,null!=e?e:"Unprocessable Entity")}};Ii.Locked=class extends qi{constructor(e){super(ji.ClientError.Locked,null!=e?e:"Locked")}};Ii.FailedDependency=class extends qi{constructor(e){super(ji.ClientError.FailedDependency,null!=e?e:"Failed Dependency")}};Ii.UpgradeRequired=class extends qi{constructor(e){super(ji.ClientError.UpgradeRequired,null!=e?e:"Upgrade Required")}};Ii.PreconditionRequired=class extends qi{constructor(e){super(ji.ClientError.PreconditionRequired,null!=e?e:"Precondition Required")}};Ii.TooManyRequests=class extends qi{constructor(e){super(ji.ClientError.TooManyRequests,null!=e?e:"Too Many Requests")}};Ii.RequestHeaderFieldsTooLarge=class extends qi{constructor(e){super(ji.ClientError.RequestHeaderFieldsTooLarge,null!=e?e:"Request Header Fields Too Large")}};Ii.UnavailableForLegalReasons=class extends qi{constructor(e){super(ji.ClientError.UnavailableForLegalReasons,null!=e?e:"Unavailable For Legal Reasons")}};var Fi={};Fi.NetworkAuthenticationRequired=Fi.NotExtended=Fi.LoopDetected=Fi.InsufficientStorage=Fi.VariantAlsoNegotiates=Fi.HTTPVersionNotSupported=Fi.GatewayTimeout=Fi.ServiceUnavailable=Fi.BadGateway=Fi.NotImplemented=Fi.InternalServerError=Fi.HTTPServerError=void 0;const Ui=si,Mi=_i;class Li extends Ui.HTTPError{}Fi.HTTPServerError=Li;Fi.InternalServerError=class extends Li{constructor(e){super(Mi.ServerError.InternalServerError,null!=e?e:"Internal Server Error")}};Fi.NotImplemented=class extends Li{constructor(e){super(Mi.ServerError.NotImplemented,null!=e?e:"Not Implemented")}};Fi.BadGateway=class extends Li{constructor(e){super(Mi.ServerError.BadGateway,null!=e?e:"Bad Gateway")}};Fi.ServiceUnavailable=class extends Li{constructor(e){super(Mi.ServerError.ServiceUnavailable,null!=e?e:"Service Unavailable")}};Fi.GatewayTimeout=class extends Li{constructor(e){super(Mi.ServerError.GatewayTimeout,null!=e?e:"Gateway Timeout")}};Fi.HTTPVersionNotSupported=class extends Li{constructor(e){super(Mi.ServerError.HTTPVersionNotSupported,null!=e?e:"HTTP Version Not Supported")}};Fi.VariantAlsoNegotiates=class extends Li{constructor(e){super(Mi.ServerError.VariantAlsoNegotiates,null!=e?e:"Variant Also Negotiates")}};Fi.InsufficientStorage=class extends Li{constructor(e){super(Mi.ServerError.InsufficientStorage,null!=e?e:"Insufficient Storage")}};Fi.LoopDetected=class extends Li{constructor(e){super(Mi.ServerError.LoopDetected,null!=e?e:"Loop Detected")}};Fi.NotExtended=class extends Li{constructor(e){super(Mi.ServerError.NotExtended,null!=e?e:"Not Extended")}};Fi.NetworkAuthenticationRequired=class extends Li{constructor(e){super(Mi.ServerError.NetworkAuthenticationRequired,null!=e?e:"Network Authentication Required")}};var Di={};Di.fromCode=Di.UnknownHTTPStatusError=void 0;const Bi=Ti,Hi=ki,zi=xi,$i=Ii,Ji=Fi;class Wi extends Error{constructor(e){super(`The HTTP status code ${e} is unknown`),this.name=this.constructor.name}}Di.UnknownHTTPStatusError=Wi,Di.fromCode=function(e,t){switch(e){case 100:return new Bi.Continue;case 101:return new Bi.SwitchingProtocol;case 102:return new Bi.Processing;case 103:return new Bi.EarlyHints;case 200:return new Hi.OK;case 201:return new Hi.Created;case 202:return new Hi.Accepted;case 203:return new Hi.NonAuthoritativeInformation;case 204:return new Hi.NoContent;case 205:return new Hi.ResetContent;case 206:return new Hi.PartialContent;case 207:return new Hi.MultiStatus;case 208:return new Hi.AlreadyReported;case 226:return new Hi.IMUsed;case 300:return new zi.MultipleChoice;case 301:return new zi.MovedPermanently;case 302:return new zi.Found;case 303:return new zi.SeeOther;case 304:return new zi.NotModified;case 307:return new zi.TemporaryRedirect;case 308:return new zi.PermanentRedirect;case 400:return new $i.BadRequest(t);case 401:return new $i.Unauthorized(t);case 403:return new $i.Forbidden(t);case 404:return new $i.NotFound(t);case 405:return new $i.MethodNotAllowed(t);case 406:return new $i.NotAcceptable(t);case 407:return new $i.ProxyAuthenticationRequired(t);case 408:return new $i.RequestTimeout(t);case 409:return new $i.Conflict(t);case 410:return new $i.Gone(t);case 411:return new $i.LengthRequired(t);case 412:return new $i.PreconditionFailed(t);case 413:return new $i.PayloadTooLarge(t);case 414:return new $i.URITooLong(t);case 415:return new $i.UnsupportedMediaType(t);case 416:return new $i.RangeNotSatisfiable(t);case 417:return new $i.ExpectationFailed(t);case 421:return new $i.MisdirectedRequest(t);case 422:return new $i.UnprocessableEntity(t);case 423:return new $i.Locked(t);case 424:return new $i.FailedDependency(t);case 426:return new $i.UpgradeRequired(t);case 428:return new $i.PreconditionRequired(t);case 429:return new $i.TooManyRequests(t);case 431:return new $i.RequestHeaderFieldsTooLarge(t);case 451:return new $i.UnavailableForLegalReasons(t);case 500:return new Ji.InternalServerError(t);case 501:return new Ji.NotImplemented(t);case 502:return new Ji.BadGateway(t);case 503:return new Ji.ServiceUnavailable(t);case 504:return new Ji.GatewayTimeout(t);case 505:return new Ji.HTTPVersionNotSupported(t);case 506:return new Ji.VariantAlsoNegotiates(t);case 507:return new Ji.InsufficientStorage(t);case 508:return new Ji.LoopDetected(t);case 510:return new Ji.NotExtended(t);case 511:return new Ji.NetworkAuthenticationRequired(t);default:throw new Wi(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(ii,e),n(si,e),n(Ti,e),n(ki,e),n(xi,e),n(Ii,e),n(Fi,e),n(Di,e)}(oi);var Gi={},Vi={};!function(e){e.ok=e.HTTPError=void 0;const t=oi;var n=oi;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}}(Vi);var Ki={};Ki.toJSON=void 0,Ki.toJSON=function(e){return e.json()};var Qi={};Qi.toText=void 0,Qi.toText=async function(e,t){if(t){const n=await e.arrayBuffer();return new TextDecoder(t).decode(n)}return await e.text()};var Zi={};Zi.toLines=void 0,Zi.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 Xi={toNDJSON:void 0};const Yi=ro(),es=Zi;Xi.toNDJSON=function(e){return(0,Yi.mapAsync)((0,es.toLines)(e),(e=>JSON.parse(e)))};var ts={toCSV:void 0};const ns=st.exports;ts.toCSV=async function(e){const t=await e.text();return(0,ns.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(Vi,e),n(Ki,e),n(Qi,e),n(Zi,e),n(Xi,e),n(ts,e)}(Gi);var rs={},os={},is={exports:{}};const{AbortController:ss,AbortSignal:as}="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0;is.exports=ss,is.exports.AbortSignal=as,is.exports.default=ss;var cs,us=i&&i.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};os.AbortController=void 0;const ls=us(is.exports);os.AbortController=null!==(cs=globalThis.AbortController)&&void 0!==cs?cs:ls.default;var ds={AbortError:void 0};const fs=Ro(),hs=b,ps=ro();class vs extends fs.CustomError{static[Symbol.hasInstance](e){return(0,hs.isError)(e)?(0,ps.some)((0,fs.getErrorNames)(e),(e=>"AbortError"===e)):super[Symbol.hasInstance](e)}}ds.AbortError=vs;var ms,ys={};ys.AbortSignal=void 0;const gs=is.exports;ys.AbortSignal=null!==(ms=globalThis.AbortSignal)&&void 0!==ms?ms:gs.AbortSignal;var bs={raceAbortSignals:void 0};const ws=os;bs.raceAbortSignals=function(e){const t=new ws.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 As={timeoutSignal:void 0};const Ts=os;As.timeoutSignal=function(e){const t=new Ts.AbortController;return setTimeout((()=>t.abort()),e),t.signal};var _s={withAbortSignal:void 0};const Ss=ds;_s.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 Ss.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(os,e),n(ds,e),n(ys,e),n(bs,e),n(As,e),n(_s,e)}(rs);const Es="0.1.0";class ks{constructor(e){this.options=e}getCommonTransformers(e){var t,n;return[Ye.url(this.options.server),Ye.bearerAuth(this.options.adminPassword),Ye.signal(rs.raceAbortSignals([e.signal,!1!==e.timeout&&(null!==(t=e.timeout&&rs.timeoutSignal(e.timeout))&&void 0!==t?t:this.options.timeout&&rs.timeoutSignal(this.options.timeout))])),(null!==(n=e.keepalive)&&void 0!==n?n:this.options.keepalive)&&Ye.keepalive(),Ye.header("Accept-Version",Es)]}}class Rs extends ks{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=m.get(...this.getCommonTransformers(e),Ye.pathname("/admin/estore-with-json-schema"));return yield s.fetch(t).then(Gi.ok).then(Gi.toJSON)}))}get(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.get(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/json-schema`));return yield s.fetch(n).then(Gi.ok).then(Gi.toJSON)}))}set(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/json-schema`),Ye.json(t));yield s.fetch(r).then(Gi.ok)}))}remove(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/json-schema`));yield s.fetch(n).then(Gi.ok)}))}}class Cs extends ks{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=m.get(...this.getCommonTransformers(e),Ye.pathname("/admin/blacklist"));return yield s.fetch(t).then(Gi.ok).then(Gi.toJSON)}))}add(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.put(...this.getCommonTransformers(t),Ye.pathname(`/admin/blacklist/${e}`));yield s.fetch(n).then(Gi.ok)}))}remove(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/blacklist/${e}`));yield s.fetch(n).then(Gi.ok)}))}}class xs extends ks{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=m.get(...this.getCommonTransformers(e),Ye.pathname("/admin/whitelist"));return yield s.fetch(t).then(Gi.ok).then(Gi.toJSON)}))}add(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.put(...this.getCommonTransformers(t),Ye.pathname(`/admin/whitelist/${e}`));yield s.fetch(n).then(Gi.ok)}))}remove(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/whitelist/${e}`));yield s.fetch(n).then(Gi.ok)}))}}class Os extends ks{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=m.get(...this.getCommonTransformers(e),Ye.pathname("/admin/estore-with-token-policies"));return yield s.fetch(t).then(Gi.ok).then(Gi.toJSON)}))}get(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.get(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies`));return yield s.fetch(n).then(Gi.ok).then(Gi.toJSON)}))}setWriteTokenRequired(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/token-policies/write-token-required`),Ye.json(t));yield s.fetch(r).then(Gi.ok)}))}removeWriteTokenRequired(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies/write-token-required`));yield s.fetch(n).then(Gi.ok)}))}setReadTokenRequired(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/token-policies/read-token-required`),Ye.json(t));yield s.fetch(r).then(Gi.ok)}))}removeReadTokenRequired(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies/read-token-required`));yield s.fetch(n).then(Gi.ok)}))}setDeleteTokenRequired(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/token-policies/delete-token-required`),Ye.json(t));yield s.fetch(r).then(Gi.ok)}))}removeDeleteTokenRequired(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/token-policies/delete-token-required`));yield s.fetch(n).then(Gi.ok)}))}}class Ps extends ks{getNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=m.get(...this.getCommonTransformers(e),Ye.pathname("/admin/estore-with-tokens"));return yield s.fetch(t).then(Gi.ok).then(Gi.toJSON)}))}getTokens(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.get(...this.getCommonTransformers(t),Ye.pathname(`/admin/estore/${e}/tokens`));return yield s.fetch(n).then(Gi.ok).then(Gi.toJSON)}))}addWriteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/write`));yield s.fetch(r).then(Gi.ok)}))}removeWriteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.del(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/write`));yield s.fetch(r).then(Gi.ok)}))}addReadToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/read`));yield s.fetch(r).then(Gi.ok)}))}removeReadToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.del(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/read`));yield s.fetch(r).then(Gi.ok)}))}addDeleteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.put(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/delete`));yield s.fetch(r).then(Gi.ok)}))}removeDeleteToken(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.del(...this.getCommonTransformers(n),Ye.pathname(`/admin/estore/${e}/tokens/${t}/delete`));yield s.fetch(r).then(Gi.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(rs.raceAbortSignals([e.signal,!1!==e.timeout&&(null!==(n=e.timeout&&rs.timeoutSignal(e.timeout))&&void 0!==n?n:this.options.timeout&&rs.timeoutSignal(this.options.timeout))])),(null!==(r=e.keepalive)&&void 0!==r?r:this.options.keepalive)&&Ye.keepalive(),Ye.header("Accept-Version",Es)]}append(e,t,n,r,i={}){return o(this,void 0,void 0,(function*(){const o=m.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(Gi.ok)}))}getEvent(e,t,n,r={}){return o(this,void 0,void 0,(function*(){const o=m.get(...this.getCommonTransformers(r),Ye.pathname(`/estore/${e}/items/${t}/events/${n}`));try{return yield s.fetch(o).then(Gi.ok).then(Gi.toJSON)}catch(e){if(e instanceof oi.NotFound)return;throw e}}))}getEvents(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.get(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}/events`));try{return yield s.fetch(r).then(Gi.ok).then(Gi.toJSON)}catch(e){if(e instanceof oi.NotFound)return;throw e}}))}getSize(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.get(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}/size`));return yield s.fetch(r).then(Gi.ok).then(Gi.toJSON)}))}has(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.head(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}`));try{return yield s.fetch(r).then(Gi.ok),!0}catch(e){if(e instanceof oi.NotFound)return!1;throw e}}))}del(e,t,n={}){return o(this,void 0,void 0,(function*(){const r=m.del(...this.getCommonTransformers(n),Ye.pathname(`/estore/${e}/items/${t}`));yield s.fetch(r).then(Gi.ok)}))}clear(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.del(...this.getCommonTransformers(t),Ye.pathname(`/estore/${e}`));yield s.fetch(n).then(Gi.ok)}))}getAllItemIds(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.get(...this.getCommonTransformers(t),Ye.pathname(`/estore/${e}/items`));return yield s.fetch(n).then(Gi.ok).then(Gi.toJSON)}))}getAllNamespaces(e={}){return o(this,void 0,void 0,(function*(){const t=m.get(...this.getCommonTransformers(e),Ye.pathname("/estore"));return yield s.fetch(t).then(Gi.ok).then(Gi.toJSON)}))}stats(e,t={}){return o(this,void 0,void 0,(function*(){const n=m.get(...this.getCommonTransformers(t),Ye.pathname(`/estore/${e}/stats`));return yield s.fetch(n).then(Gi.ok).then(Gi.toJSON)}))}},e.EStoreManager=class{constructor(e){this.options=e,this.JsonSchema=new Rs(this.options),this.Blacklist=new Cs(this.options),this.Whitelist=new xs(this.options),this.TokenPolicy=new Os(this.options),this.Token=new Ps(this.options)}},e.HTTPClientError=oi.HTTPClientError,e.HTTPError=Gi.HTTPError,Object.defineProperty(e,"__esModule",{value:!0})}));
23
- //# sourceMappingURL=index.umd.min.js.map