@kintone/rest-api-client 3.0.0 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +21 -20
- package/esm/KintoneRequestConfigBuilder.d.ts +10 -7
- package/esm/KintoneRequestConfigBuilder.js +18 -7
- package/esm/KintoneRequestConfigBuilder.js.map +1 -1
- package/esm/KintoneRestAPIClient.d.ts +3 -1
- package/esm/KintoneRestAPIClient.js +1 -1
- package/esm/KintoneRestAPIClient.js.map +1 -1
- package/esm/__tests__/KintoneRequestConfigBuilder.test.js +25 -0
- package/esm/__tests__/KintoneRequestConfigBuilder.test.js.map +1 -1
- package/esm/__tests__/KintoneRestAPIClient.test.js +12 -4
- package/esm/__tests__/KintoneRestAPIClient.test.js.map +1 -1
- package/esm/client/FileClient.js +5 -5
- package/esm/client/FileClient.js.map +1 -1
- package/esm/platform/browser.d.ts +0 -1
- package/esm/platform/browser.js.map +1 -1
- package/esm/platform/node.d.ts +2 -1
- package/esm/platform/node.js +9 -5
- package/esm/platform/node.js.map +1 -1
- package/lib/KintoneRequestConfigBuilder.d.ts +10 -7
- package/lib/KintoneRequestConfigBuilder.js +18 -7
- package/lib/KintoneRequestConfigBuilder.js.map +1 -1
- package/lib/KintoneRestAPIClient.d.ts +3 -1
- package/lib/KintoneRestAPIClient.js +4 -4
- package/lib/KintoneRestAPIClient.js.map +1 -1
- package/lib/__tests__/KintoneRequestConfigBuilder.test.js +25 -0
- package/lib/__tests__/KintoneRequestConfigBuilder.test.js.map +1 -1
- package/lib/__tests__/KintoneRestAPIClient.test.js +12 -4
- package/lib/__tests__/KintoneRestAPIClient.test.js.map +1 -1
- package/lib/client/FileClient.js +5 -5
- package/lib/client/FileClient.js.map +1 -1
- package/lib/platform/browser.d.ts +0 -1
- package/lib/platform/browser.js.map +1 -1
- package/lib/platform/node.d.ts +2 -1
- package/lib/platform/node.js +9 -5
- package/lib/platform/node.js.map +1 -1
- package/package.json +6 -6
- package/umd/KintoneRestAPIClient.js +577 -949
- package/umd/KintoneRestAPIClient.min.js +4 -1
|
@@ -1 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).window=e.window||{})}(this,(function(e){"use strict";var t={readFileFromPath:function(){throw new Error("not implemented")},getRequestToken:function(){throw new Error("not implemented")},getDefaultAuth:function(){throw new Error("not implemented")},buildPlatformDependentConfig:function(){throw new Error("not implemented")},buildHeaders:function(){throw new Error("not implemented")},buildFormDataValue:function(){throw new Error("not implemented")},buildBaseUrl:function(){throw new Error("not implemented")},getVersion:function(){throw new Error("not implemented")}};function r(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function n(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?r(Object(n),!0).forEach((function(t){f(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function o(e){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t,r,n,o,i,a){try{var u=e[i](a),s=u.value}catch(e){return void r(e)}u.done?t(s):Promise.resolve(s).then(n,o)}function a(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var a=e.apply(t,r);function u(e){i(a,n,o,u,s,"next",e)}function s(e){i(a,n,o,u,s,"throw",e)}u(void 0)}))}}function u(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function c(e,t,r){return t&&s(e.prototype,t),r&&s(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function f(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function p(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&h(e,t)}function l(e){return(l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t){return(h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function y(e,t,r){return(y=d()?Reflect.construct:function(e,t,r){var n=[null];n.push.apply(n,t);var o=new(Function.bind.apply(e,n));return r&&h(o,r.prototype),o}).apply(null,arguments)}function v(e){var t="function"==typeof Map?new Map:void 0;return(v=function(e){if(null===e||(r=e,-1===Function.toString.call(r).indexOf("[native code]")))return e;var r;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return y(e,arguments,l(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),h(n,e)})(e)}function g(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function m(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function b(e,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return m(e)}function w(e){var t=d();return function(){var r,n=l(e);if(t){var o=l(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return b(this,r)}}function A(e){return function(e){if(Array.isArray(e))return R(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return R(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&&e.constructor&&(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return R(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function R(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var E="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function S(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function P(e){var t=e.default;if("function"==typeof t){var r=function(){return t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var O=function(e){return e&&e.Math==Math&&e},x=O("object"==("undefined"==typeof globalThis?"undefined":o(globalThis))&&globalThis)||O("object"==("undefined"==typeof window?"undefined":o(window))&&window)||O("object"==("undefined"==typeof self?"undefined":o(self))&&self)||O("object"==o(E)&&E)||function(){return this}()||Function("return this")(),k={},I=function(e){try{return!!e()}catch(e){return!0}},j=!I((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),T=!I((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),N=T,_=Function.prototype.call,C=N?_.bind(_):function(){return _.apply(_,arguments)},U={},F={}.propertyIsEnumerable,B=Object.getOwnPropertyDescriptor,D=B&&!F.call({1:2},1);U.f=D?function(e){var t=B(this,e);return!!t&&t.enumerable}:F;var L,M,W=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},G=T,q=Function.prototype,z=q.bind,V=q.call,Y=G&&z.bind(V,V),H=G?function(e){return e&&Y(e)}:function(e){return e&&function(){return V.apply(e,arguments)}},$=H,J=$({}.toString),K=$("".slice),Q=function(e){return K(J(e),8,-1)},X=H,Z=I,ee=Q,te=x.Object,re=X("".split),ne=Z((function(){return!te("z").propertyIsEnumerable(0)}))?function(e){return"String"==ee(e)?re(e,""):te(e)}:te,oe=x.TypeError,ie=function(e){if(null==e)throw oe("Can't call method on "+e);return e},ae=ne,ue=ie,se=function(e){return ae(ue(e))},ce=function(e){return"function"==typeof e},fe=ce,pe=function(e){return"object"==o(e)?null!==e:fe(e)},le=x,he=ce,de=function(e){return he(e)?e:void 0},ye=function(e,t){return arguments.length<2?de(le[e]):le[e]&&le[e][t]},ve=H({}.isPrototypeOf),ge=x,me=ye("navigator","userAgent")||"",be=ge.process,we=ge.Deno,Ae=be&&be.versions||we&&we.version,Re=Ae&&Ae.v8;Re&&(M=(L=Re.split("."))[0]>0&&L[0]<4?1:+(L[0]+L[1])),!M&&me&&(!(L=me.match(/Edge\/(\d+)/))||L[1]>=74)&&(L=me.match(/Chrome\/(\d+)/))&&(M=+L[1]);var Ee=M,Se=Ee,Pe=I,Oe=!!Object.getOwnPropertySymbols&&!Pe((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Se&&Se<41})),xe=Oe&&!Symbol.sham&&"symbol"==o(Symbol.iterator),ke=ye,Ie=ce,je=ve,Te=xe,Ne=x.Object,_e=Te?function(e){return"symbol"==o(e)}:function(e){var t=ke("Symbol");return Ie(t)&&je(t.prototype,Ne(e))},Ce=x.String,Ue=ce,Fe=function(e){try{return Ce(e)}catch(e){return"Object"}},Be=x.TypeError,De=function(e){if(Ue(e))return e;throw Be(Fe(e)+" is not a function")},Le=De,Me=function(e,t){var r=e[t];return null==r?void 0:Le(r)},We=C,Ge=ce,qe=pe,ze=x.TypeError,Ve={exports:{}},Ye=x,He=Object.defineProperty,$e=function(e,t){try{He(Ye,e,{value:t,configurable:!0,writable:!0})}catch(r){Ye[e]=t}return t},Je=$e,Ke="__core-js_shared__",Qe=x[Ke]||Je(Ke,{}),Xe=Qe;(Ve.exports=function(e,t){return Xe[e]||(Xe[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.22.5",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.22.5/LICENSE",source:"https://github.com/zloirock/core-js"});var Ze=ie,et=x.Object,tt=function(e){return et(Ze(e))},rt=tt,nt=H({}.hasOwnProperty),ot=Object.hasOwn||function(e,t){return nt(rt(e),t)},it=H,at=0,ut=Math.random(),st=it(1..toString),ct=function(e){return"Symbol("+(void 0===e?"":e)+")_"+st(++at+ut,36)},ft=x,pt=Ve.exports,lt=ot,ht=ct,dt=Oe,yt=xe,vt=pt("wks"),gt=ft.Symbol,mt=gt&>.for,bt=yt?gt:gt&>.withoutSetter||ht,wt=function(e){if(!lt(vt,e)||!dt&&"string"!=typeof vt[e]){var t="Symbol."+e;dt&<(gt,e)?vt[e]=gt[e]:vt[e]=yt&&mt?mt(t):bt(t)}return vt[e]},At=C,Rt=pe,Et=_e,St=Me,Pt=function(e,t){var r,n;if("string"===t&&Ge(r=e.toString)&&!qe(n=We(r,e)))return n;if(Ge(r=e.valueOf)&&!qe(n=We(r,e)))return n;if("string"!==t&&Ge(r=e.toString)&&!qe(n=We(r,e)))return n;throw ze("Can't convert object to primitive value")},Ot=wt,xt=x.TypeError,kt=Ot("toPrimitive"),It=function(e,t){if(!Rt(e)||Et(e))return e;var r,n=St(e,kt);if(n){if(void 0===t&&(t="default"),r=At(n,e,t),!Rt(r)||Et(r))return r;throw xt("Can't convert object to primitive value")}return void 0===t&&(t="number"),Pt(e,t)},jt=It,Tt=_e,Nt=function(e){var t=jt(e,"string");return Tt(t)?t:t+""},_t=pe,Ct=x.document,Ut=_t(Ct)&&_t(Ct.createElement),Ft=function(e){return Ut?Ct.createElement(e):{}},Bt=Ft,Dt=!j&&!I((function(){return 7!=Object.defineProperty(Bt("div"),"a",{get:function(){return 7}}).a})),Lt=j,Mt=C,Wt=U,Gt=W,qt=se,zt=Nt,Vt=ot,Yt=Dt,Ht=Object.getOwnPropertyDescriptor;k.f=Lt?Ht:function(e,t){if(e=qt(e),t=zt(t),Yt)try{return Ht(e,t)}catch(e){}if(Vt(e,t))return Gt(!Mt(Wt.f,e,t),e[t])};var $t={},Jt=j&&I((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Kt=x,Qt=pe,Xt=Kt.String,Zt=Kt.TypeError,er=function(e){if(Qt(e))return e;throw Zt(Xt(e)+" is not an object")},tr=j,rr=Dt,nr=Jt,or=er,ir=Nt,ar=x.TypeError,ur=Object.defineProperty,sr=Object.getOwnPropertyDescriptor,cr="enumerable",fr="configurable",pr="writable";$t.f=tr?nr?function(e,t,r){if(or(e),t=ir(t),or(r),"function"==typeof e&&"prototype"===t&&"value"in r&&pr in r&&!r.writable){var n=sr(e,t);n&&n.writable&&(e[t]=r.value,r={configurable:fr in r?r.configurable:n.configurable,enumerable:cr in r?r.enumerable:n.enumerable,writable:!1})}return ur(e,t,r)}:ur:function(e,t,r){if(or(e),t=ir(t),or(r),rr)try{return ur(e,t,r)}catch(e){}if("get"in r||"set"in r)throw ar("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var lr=$t,hr=W,dr=j?function(e,t,r){return lr.f(e,t,hr(1,r))}:function(e,t,r){return e[t]=r,e},yr={exports:{}},vr=j,gr=ot,mr=Function.prototype,br=vr&&Object.getOwnPropertyDescriptor,wr=gr(mr,"name"),Ar={EXISTS:wr,PROPER:wr&&"something"===function(){}.name,CONFIGURABLE:wr&&(!vr||vr&&br(mr,"name").configurable)},Rr=ce,Er=Qe,Sr=H(Function.toString);Rr(Er.inspectSource)||(Er.inspectSource=function(e){return Sr(e)});var Pr,Or,xr,kr=Er.inspectSource,Ir=ce,jr=kr,Tr=x.WeakMap,Nr=Ir(Tr)&&/native code/.test(jr(Tr)),_r=Ve.exports,Cr=ct,Ur=_r("keys"),Fr=function(e){return Ur[e]||(Ur[e]=Cr(e))},Br={},Dr=Nr,Lr=x,Mr=H,Wr=pe,Gr=dr,qr=ot,zr=Qe,Vr=Fr,Yr=Br,Hr="Object already initialized",$r=Lr.TypeError,Jr=Lr.WeakMap;if(Dr||zr.state){var Kr=zr.state||(zr.state=new Jr),Qr=Mr(Kr.get),Xr=Mr(Kr.has),Zr=Mr(Kr.set);Pr=function(e,t){if(Xr(Kr,e))throw new $r(Hr);return t.facade=e,Zr(Kr,e,t),t},Or=function(e){return Qr(Kr,e)||{}},xr=function(e){return Xr(Kr,e)}}else{var en=Vr("state");Yr[en]=!0,Pr=function(e,t){if(qr(e,en))throw new $r(Hr);return t.facade=e,Gr(e,en,t),t},Or=function(e){return qr(e,en)?e[en]:{}},xr=function(e){return qr(e,en)}}var tn={set:Pr,get:Or,has:xr,enforce:function(e){return xr(e)?Or(e):Pr(e,{})},getterFor:function(e){return function(t){var r;if(!Wr(t)||(r=Or(t)).type!==e)throw $r("Incompatible receiver, "+e+" required");return r}}},rn=I,nn=ce,on=ot,an=j,un=Ar.CONFIGURABLE,sn=kr,cn=tn.enforce,fn=tn.get,pn=Object.defineProperty,ln=an&&!rn((function(){return 8!==pn((function(){}),"length",{value:8}).length})),hn=String(String).split("String"),dn=yr.exports=function(e,t,r){if("Symbol("===String(t).slice(0,7)&&(t="["+String(t).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!on(e,"name")||un&&e.name!==t)&&pn(e,"name",{value:t,configurable:!0}),ln&&r&&on(r,"arity")&&e.length!==r.arity&&pn(e,"length",{value:r.arity}),r&&on(r,"constructor")&&r.constructor){if(an)try{pn(e,"prototype",{writable:!1})}catch(e){}}else e.prototype=void 0;var n=cn(e);return on(n,"source")||(n.source=hn.join("string"==typeof t?t:"")),e};Function.prototype.toString=dn((function(){return nn(this)&&fn(this).source||sn(this)}),"toString");var yn=x,vn=ce,gn=dr,mn=yr.exports,bn=$e,wn=function(e,t,r,n){var o=!!n&&!!n.unsafe,i=!!n&&!!n.enumerable,a=!!n&&!!n.noTargetGet,u=n&&void 0!==n.name?n.name:t;return vn(r)&&mn(r,u,n),e===yn?(i?e[t]=r:bn(t,r),e):(o?!a&&e[t]&&(i=!0):delete e[t],i?e[t]=r:gn(e,t,r),e)},An={},Rn=Math.ceil,En=Math.floor,Sn=function(e){var t=+e;return t!=t||0===t?0:(t>0?En:Rn)(t)},Pn=Sn,On=Math.max,xn=Math.min,kn=function(e,t){var r=Pn(e);return r<0?On(r+t,0):xn(r,t)},In=Sn,jn=Math.min,Tn=function(e){return e>0?jn(In(e),9007199254740991):0},Nn=Tn,_n=function(e){return Nn(e.length)},Cn=se,Un=kn,Fn=_n,Bn=function(e){return function(t,r,n){var o,i=Cn(t),a=Fn(i),u=Un(n,a);if(e&&r!=r){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===r)return e||u||0;return!e&&-1}},Dn={includes:Bn(!0),indexOf:Bn(!1)},Ln=ot,Mn=se,Wn=Dn.indexOf,Gn=Br,qn=H([].push),zn=function(e,t){var r,n=Mn(e),o=0,i=[];for(r in n)!Ln(Gn,r)&&Ln(n,r)&&qn(i,r);for(;t.length>o;)Ln(n,r=t[o++])&&(~Wn(i,r)||qn(i,r));return i},Vn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Yn=zn,Hn=Vn.concat("length","prototype");An.f=Object.getOwnPropertyNames||function(e){return Yn(e,Hn)};var $n={};$n.f=Object.getOwnPropertySymbols;var Jn=ye,Kn=An,Qn=$n,Xn=er,Zn=H([].concat),eo=Jn("Reflect","ownKeys")||function(e){var t=Kn.f(Xn(e)),r=Qn.f;return r?Zn(t,r(e)):t},to=ot,ro=eo,no=k,oo=$t,io=I,ao=ce,uo=/#|\.prototype\./,so=function(e,t){var r=fo[co(e)];return r==lo||r!=po&&(ao(t)?io(t):!!t)},co=so.normalize=function(e){return String(e).replace(uo,".").toLowerCase()},fo=so.data={},po=so.NATIVE="N",lo=so.POLYFILL="P",ho=so,yo=x,vo=k.f,go=dr,mo=wn,bo=$e,wo=function(e,t,r){for(var n=ro(t),o=oo.f,i=no.f,a=0;a<n.length;a++){var u=n[a];to(e,u)||r&&to(r,u)||o(e,u,i(t,u))}},Ao=ho,Ro=function(e,t){var r,n,i,a,u,s=e.target,c=e.global,f=e.stat;if(r=c?yo:f?yo[s]||bo(s,{}):(yo[s]||{}).prototype)for(n in t){if(a=t[n],i=e.noTargetGet?(u=vo(r,n))&&u.value:r[n],!Ao(c?n:s+(f?".":"#")+n,e.forced)&&void 0!==i){if(o(a)==o(i))continue;wo(a,i)}(e.sham||i&&i.sham)&&go(a,"sham",!0),mo(r,n,a,e)}},Eo=Q,So=Array.isArray||function(e){return"Array"==Eo(e)},Po=Nt,Oo=$t,xo=W,ko=function(e,t,r){var n=Po(t);n in e?Oo.f(e,n,xo(0,r)):e[n]=r},Io={};Io[wt("toStringTag")]="z";var jo="[object z]"===String(Io),To=x,No=jo,_o=ce,Co=Q,Uo=wt("toStringTag"),Fo=To.Object,Bo="Arguments"==Co(function(){return arguments}()),Do=No?Co:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Fo(e),Uo))?r:Bo?Co(t):"Object"==(n=Co(t))&&_o(t.callee)?"Arguments":n},Lo=H,Mo=I,Wo=ce,Go=Do,qo=kr,zo=function(){},Vo=[],Yo=ye("Reflect","construct"),Ho=/^\s*(?:class|function)\b/,$o=Lo(Ho.exec),Jo=!Ho.exec(zo),Ko=function(e){if(!Wo(e))return!1;try{return Yo(zo,Vo,e),!0}catch(e){return!1}},Qo=function(e){if(!Wo(e))return!1;switch(Go(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Jo||!!$o(Ho,qo(e))}catch(e){return!0}};Qo.sham=!0;var Xo=!Yo||Mo((function(){var e;return Ko(Ko.call)||!Ko(Object)||!Ko((function(){e=!0}))||e}))?Qo:Ko,Zo=x,ei=So,ti=Xo,ri=pe,ni=wt("species"),oi=Zo.Array,ii=function(e){var t;return ei(e)&&(t=e.constructor,(ti(t)&&(t===oi||ei(t.prototype))||ri(t)&&null===(t=t[ni]))&&(t=void 0)),void 0===t?oi:t},ai=function(e,t){return new(ii(e))(0===t?0:t)},ui=I,si=Ee,ci=wt("species"),fi=function(e){return si>=51||!ui((function(){var t=[];return(t.constructor={})[ci]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},pi=Ro,li=x,hi=I,di=So,yi=pe,vi=tt,gi=_n,mi=ko,bi=ai,wi=fi,Ai=Ee,Ri=wt("isConcatSpreadable"),Ei=9007199254740991,Si="Maximum allowed index exceeded",Pi=li.TypeError,Oi=Ai>=51||!hi((function(){var e=[];return e[Ri]=!1,e.concat()[0]!==e})),xi=wi("concat"),ki=function(e){if(!yi(e))return!1;var t=e[Ri];return void 0!==t?!!t:di(e)};pi({target:"Array",proto:!0,arity:1,forced:!Oi||!xi},{concat:function(e){var t,r,n,o,i,a=vi(this),u=bi(a,0),s=0;for(t=-1,n=arguments.length;t<n;t++)if(ki(i=-1===t?a:arguments[t])){if(s+(o=gi(i))>Ei)throw Pi(Si);for(r=0;r<o;r++,s++)r in i&&mi(u,s,i[r])}else{if(s>=Ei)throw Pi(Si);mi(u,s++,i)}return u.length=s,u}});!function(e){var t=function(e){var t,r=Object.prototype,n=r.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",u=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(e){c=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,i=Object.create(o.prototype),a=new I(n||[]);return i._invoke=function(e,t,r){var n=l;return function(o,i){if(n===d)throw new Error("Generator is already running");if(n===y){if("throw"===o)throw i;return T()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=O(a,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===l)throw n=y,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=d;var s=p(e,t,r);if("normal"===s.type){if(n=r.done?y:h,s.arg===v)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n=y,r.method="throw",r.arg=s.arg)}}}(e,r,a),i}function p(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}e.wrap=f;var l="suspendedStart",h="suspendedYield",d="executing",y="completed",v={};function g(){}function m(){}function b(){}var w={};w[a]=function(){return this};var A=Object.getPrototypeOf,R=A&&A(A(j([])));R&&R!==r&&n.call(R,a)&&(w=R);var E=b.prototype=g.prototype=Object.create(w);function S(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function P(e,t){function r(i,a,u,s){var c=p(e[i],e,a);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"===o(l)&&n.call(l,"__await")?t.resolve(l.__await).then((function(e){r("next",e,u,s)}),(function(e){r("throw",e,u,s)})):t.resolve(l).then((function(e){f.value=e,u(f)}),(function(e){return r("throw",e,u,s)}))}s(c.arg)}var i;this._invoke=function(e,n){function o(){return new t((function(t,o){r(e,n,t,o)}))}return i=i?i.then(o,o):o()}}function O(e,r){var n=e.iterator[r.method];if(n===t){if(r.delegate=null,"throw"===r.method){if(e.iterator.return&&(r.method="return",r.arg=t,O(e,r),"throw"===r.method))return v;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=p(n,e.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var i=o.arg;return i?i.done?(r[e.resultName]=i.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,v):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function x(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function I(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(x,this),this.reset(!0)}function j(e){if(e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function r(){for(;++o<e.length;)if(n.call(e,o))return r.value=e[o],r.done=!1,r;return r.value=t,r.done=!0,r};return i.next=i}}return{next:T}}function T(){return{value:t,done:!0}}return m.prototype=E.constructor=b,b.constructor=m,m.displayName=c(b,s,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===m||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,c(e,s,"GeneratorFunction")),e.prototype=Object.create(E),e},e.awrap=function(e){return{__await:e}},S(P.prototype),P.prototype[u]=function(){return this},e.AsyncIterator=P,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new P(f(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},S(E),c(E,s,"Generator"),E[a]=function(){return this},E.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var r in e)t.push(r);return t.reverse(),function r(){for(;t.length;){var n=t.pop();if(n in e)return r.value=n,r.done=!1,r}return r.done=!0,r}},e.values=j,I.prototype={constructor:I,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(k),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function o(n,o){return u.type="throw",u.arg=e,r.next=n,o&&(r.method="next",r.arg=t),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),v},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:j(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),v}},e}(e.exports);try{regeneratorRuntime=t}catch(e){Function("r","regeneratorRuntime = r")(t)}}({exports:{}});var Ii=j,ji=Ar.EXISTS,Ti=H,Ni=$t.f,_i=Function.prototype,Ci=Ti(_i.toString),Ui=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,Fi=Ti(Ui.exec);Ii&&!ji&&Ni(_i,"name",{configurable:!0,get:function(){try{return Fi(Ui,Ci(this))[1]}catch(e){return""}}});var Bi=x,Di=ce,Li=Bi.String,Mi=Bi.TypeError,Wi=H,Gi=er,qi=function(e){if("object"==o(e)||Di(e))return e;throw Mi("Can't set "+Li(e)+" as a prototype")},zi=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=Wi(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return Gi(r),qi(n),t?e(r,n):r.__proto__=n,r}}():void 0);Ro({target:"Object",stat:!0},{setPrototypeOf:zi});var Vi=function(e){p(r,e);var t=w(r);function r(e){var n;u(this,r);var o="This function is not supported in ".concat(e," environment");return n=t.call(this,o),Error.captureStackTrace&&Error.captureStackTrace(m(n),r),n.name="UnsupportedPlatformError",n.platform=e,Object.setPrototypeOf(m(n),r.prototype),n}return c(r)}(v(Error)),Yi=function(){var e=a(regeneratorRuntime.mark((function e(){var t,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if("object"!==("undefined"==typeof kintone?"undefined":o(kintone))||null===kintone||"function"!=typeof kintone.getRequestToken){e.next=2;break}return e.abrupt("return",kintone.getRequestToken());case 2:if("object"!==("undefined"==typeof garoon?"undefined":o(garoon))||null===garoon||"function"!=typeof(null===(t=garoon.connect)||void 0===t||null===(r=t.kintone)||void 0===r?void 0:r.getRequestToken)){e.next=4;break}return e.abrupt("return",garoon.connect.kintone.getRequestToken());case 4:throw new Error("session authentication must specify a request token");case 5:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),Hi=Object.freeze({__proto__:null,readFileFromPath:function(e){throw new Vi("Browser")},getRequestToken:Yi,getDefaultAuth:function(){return{type:"session"}},buildPlatformDependentConfig:function(){return{}},buildHeaders:function(){return{}},buildFormDataValue:function(e){return new Blob([e])},buildBaseUrl:function(e){if(e)return e;var t=location,r=t.host,n=t.protocol;return"".concat(n,"//").concat(r)},getVersion:function(){return"3.0.0"}}),$i=Do,Ji=x.String,Ki=function(e){if("Symbol"===$i(e))throw TypeError("Cannot convert a Symbol value to a string");return Ji(e)},Qi=er,Xi=function(){var e=Qi(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},Zi=I,ea=x.RegExp,ta=Zi((function(){var e=ea("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),ra=ta||Zi((function(){return!ea("a","y").sticky})),na={BROKEN_CARET:ta||Zi((function(){var e=ea("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:ra,UNSUPPORTED_Y:ta},oa={},ia=zn,aa=Vn,ua=Object.keys||function(e){return ia(e,aa)},sa=j,ca=Jt,fa=$t,pa=er,la=se,ha=ua;oa.f=sa&&!ca?Object.defineProperties:function(e,t){pa(e);for(var r,n=la(t),o=ha(t),i=o.length,a=0;i>a;)fa.f(e,r=o[a++],n[r]);return e};var da,ya=ye("document","documentElement"),va=er,ga=oa,ma=Vn,ba=Br,wa=ya,Aa=Ft,Ra=Fr("IE_PROTO"),Ea=function(){},Sa=function(e){return"<script>"+e+"</"+"script>"},Pa=function(e){e.write(Sa("")),e.close();var t=e.parentWindow.Object;return e=null,t},Oa=function(){try{da=new ActiveXObject("htmlfile")}catch(e){}var e,t;Oa="undefined"!=typeof document?document.domain&&da?Pa(da):((t=Aa("iframe")).style.display="none",wa.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Sa("document.F=Object")),e.close(),e.F):Pa(da);for(var r=ma.length;r--;)delete Oa.prototype[ma[r]];return Oa()};ba[Ra]=!0;var xa,ka,Ia=Object.create||function(e,t){var r;return null!==e?(Ea.prototype=va(e),r=new Ea,Ea.prototype=null,r[Ra]=e):r=Oa(),void 0===t?r:ga.f(r,t)},ja=I,Ta=x.RegExp,Na=ja((function(){var e=Ta(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),_a=I,Ca=x.RegExp,Ua=_a((function(){var e=Ca("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Fa=C,Ba=H,Da=Ki,La=Xi,Ma=na,Wa=Ve.exports,Ga=Ia,qa=tn.get,za=Na,Va=Ua,Ya=Wa("native-string-replace",String.prototype.replace),Ha=RegExp.prototype.exec,$a=Ha,Ja=Ba("".charAt),Ka=Ba("".indexOf),Qa=Ba("".replace),Xa=Ba("".slice),Za=(ka=/b*/g,Fa(Ha,xa=/a/,"a"),Fa(Ha,ka,"a"),0!==xa.lastIndex||0!==ka.lastIndex),eu=Ma.BROKEN_CARET,tu=void 0!==/()??/.exec("")[1];(Za||tu||eu||za||Va)&&($a=function(e){var t,r,n,o,i,a,u,s=this,c=qa(s),f=Da(e),p=c.raw;if(p)return p.lastIndex=s.lastIndex,t=Fa($a,p,f),s.lastIndex=p.lastIndex,t;var l=c.groups,h=eu&&s.sticky,d=Fa(La,s),y=s.source,v=0,g=f;if(h&&(d=Qa(d,"y",""),-1===Ka(d,"g")&&(d+="g"),g=Xa(f,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==Ja(f,s.lastIndex-1))&&(y="(?: "+y+")",g=" "+g,v++),r=new RegExp("^(?:"+y+")",d)),tu&&(r=new RegExp("^"+y+"$(?!\\s)",d)),Za&&(n=s.lastIndex),o=Fa(Ha,h?r:s,g),h?o?(o.input=Xa(o.input,v),o[0]=Xa(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:Za&&o&&(s.lastIndex=s.global?o.index+o[0].length:n),tu&&o&&o.length>1&&Fa(Ya,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&l)for(o.groups=a=Ga(null),i=0;i<l.length;i++)a[(u=l[i])[0]]=o[u[1]];return o});var ru=$a;Ro({target:"RegExp",proto:!0,forced:/./.exec!==ru},{exec:ru});var nu=T,ou=Function.prototype,iu=ou.apply,au=ou.call,uu="object"==("undefined"==typeof Reflect?"undefined":o(Reflect))&&Reflect.apply||(nu?au.bind(iu):function(){return au.apply(iu,arguments)}),su=H,cu=wn,fu=ru,pu=I,lu=wt,hu=dr,du=lu("species"),yu=RegExp.prototype,vu=function(e,t,r,n){var o=lu(e),i=!pu((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!pu((function(){var t=!1,r=/a/;return"split"===e&&((r={}).constructor={},r.constructor[du]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return t=!0,null},r[o](""),!t}));if(!i||!a||r){var u=su(/./[o]),s=t(o,""[e],(function(e,t,r,n,o){var a=su(e),s=t.exec;return s===fu||s===yu.exec?i&&!o?{done:!0,value:u(t,r,n)}:{done:!0,value:a(r,t,n)}:{done:!1}}));cu(String.prototype,e,s[0]),cu(yu,o,s[1])}n&&hu(yu[o],"sham",!0)},gu=H,mu=Sn,bu=Ki,wu=ie,Au=gu("".charAt),Ru=gu("".charCodeAt),Eu=gu("".slice),Su=function(e){return function(t,r){var n,o,i=bu(wu(t)),a=mu(r),u=i.length;return a<0||a>=u?e?"":void 0:(n=Ru(i,a))<55296||n>56319||a+1===u||(o=Ru(i,a+1))<56320||o>57343?e?Au(i,a):n:e?Eu(i,a,a+2):o-56320+(n-55296<<10)+65536}},Pu={codeAt:Su(!1),charAt:Su(!0)}.charAt,Ou=function(e,t,r){return t+(r?Pu(e,t).length:1)},xu=H,ku=tt,Iu=Math.floor,ju=xu("".charAt),Tu=xu("".replace),Nu=xu("".slice),_u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,Cu=/\$([$&'`]|\d{1,2})/g,Uu=C,Fu=er,Bu=ce,Du=Q,Lu=ru,Mu=x.TypeError,Wu=function(e,t){var r=e.exec;if(Bu(r)){var n=Uu(r,e,t);return null!==n&&Fu(n),n}if("RegExp"===Du(e))return Uu(Lu,e,t);throw Mu("RegExp#exec called on incompatible receiver")},Gu=uu,qu=C,zu=H,Vu=vu,Yu=I,Hu=er,$u=ce,Ju=Sn,Ku=Tn,Qu=Ki,Xu=ie,Zu=Ou,es=Me,ts=function(e,t,r,n,o,i){var a=r+e.length,u=n.length,s=Cu;return void 0!==o&&(o=ku(o),s=_u),Tu(i,s,(function(i,s){var c;switch(ju(s,0)){case"$":return"$";case"&":return e;case"`":return Nu(t,0,r);case"'":return Nu(t,a);case"<":c=o[Nu(s,1,-1)];break;default:var f=+s;if(0===f)return i;if(f>u){var p=Iu(f/10);return 0===p?i:p<=u?void 0===n[p-1]?ju(s,1):n[p-1]+ju(s,1):i}c=n[f-1]}return void 0===c?"":c}))},rs=Wu,ns=wt("replace"),os=Math.max,is=Math.min,as=zu([].concat),us=zu([].push),ss=zu("".indexOf),cs=zu("".slice),fs="$0"==="a".replace(/./,"$0"),ps=!!/./[ns]&&""===/./[ns]("a","$0");Vu("replace",(function(e,t,r){var n=ps?"$":"$0";return[function(e,r){var n=Xu(this),o=null==e?void 0:es(e,ns);return o?qu(o,e,n,r):qu(t,Qu(n),e,r)},function(e,o){var i=Hu(this),a=Qu(e);if("string"==typeof o&&-1===ss(o,n)&&-1===ss(o,"$<")){var u=r(t,i,a,o);if(u.done)return u.value}var s=$u(o);s||(o=Qu(o));var c=i.global;if(c){var f=i.unicode;i.lastIndex=0}for(var p=[];;){var l=rs(i,a);if(null===l)break;if(us(p,l),!c)break;""===Qu(l[0])&&(i.lastIndex=Zu(a,Ku(i.lastIndex),f))}for(var h,d="",y=0,v=0;v<p.length;v++){for(var g=Qu((l=p[v])[0]),m=os(is(Ju(l.index),a.length),0),b=[],w=1;w<l.length;w++)us(b,void 0===(h=l[w])?h:String(h));var A=l.groups;if(s){var R=as([g],b,m,a);void 0!==A&&us(R,A);var E=Qu(Gu(o,void 0,R))}else E=ts(g,a,m,b,A,o);m>=y&&(d+=cs(a,y,m)+E,y=m+g.length)}return d+cs(a,y)}]}),!!Yu((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!fs||ps);var ls=De,hs=T,ds=H(H.bind),ys=function(e,t){return ls(e),void 0===t?e:hs?ds(e,t):function(){return e.apply(t,arguments)}},vs=ne,gs=tt,ms=_n,bs=ai,ws=H([].push),As=function(e){var t=1==e,r=2==e,n=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,c,f,p){for(var l,h,d=gs(s),y=vs(d),v=ys(c,f),g=ms(y),m=0,b=p||bs,w=t?b(s,g):r||a?b(s,0):void 0;g>m;m++)if((u||m in y)&&(h=v(l=y[m],m,d),e))if(t)w[m]=h;else if(h)switch(e){case 3:return!0;case 5:return l;case 6:return m;case 2:ws(w,l)}else switch(e){case 4:return!1;case 7:ws(w,l)}return i?-1:n||o?o:w}},Rs={forEach:As(0),map:As(1),filter:As(2),some:As(3),every:As(4),find:As(5),findIndex:As(6),filterReject:As(7)},Es=Rs.map;Ro({target:"Array",proto:!0,forced:!fi("map")},{map:function(e){return Es(this,e,arguments.length>1?arguments[1]:void 0)}});var Ss=function(e){var t=e.endpointName,r=e.guestSpaceId,n=e.preview,o=void 0!==r?"/guest/".concat(r):"",i=n?"/preview":"";return"/k".concat(o,"/v1").concat(i,"/").concat(t,".json")},Ps=["endpointName"],Os=function(){function e(t,r){u(this,e),this.client=t,this.guestSpaceId=r,this.REQUESTS_LENGTH_LIMIT=20}return c(e,[{key:"send",value:function(e){var t=this,r=e.requests.map((function(e){if("endpointName"in e){var r=e.endpointName,o=g(e,Ps);return n({api:t.buildPathWithGuestSpaceId({endpointName:r})},o)}return e})),o=this.buildPathWithGuestSpaceId({endpointName:"bulkRequest"});return this.client.post(o,{requests:r})}},{key:"buildPathWithGuestSpaceId",value:function(e){return Ss(n(n({},e),{},{guestSpaceId:this.guestSpaceId}))}}]),e}(),xs=["preview"],ks=["preview"],Is=["preview"],js=["preview"],Ts=["preview"],Ns=["preview"],_s=["preview"],Cs=["preview"],Us=["preview"],Fs=["preview"],Bs=["preview"],Ds=["preview"],Ls=["preview"],Ms=["preview"],Ws=function(){function e(t,r){u(this,e),this.client=t,this.guestSpaceId=r}var t;return c(e,[{key:"getFormFields",value:function(e){var t=e.preview,r=g(e,xs),o=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:t});return this.client.get(o,n({},r))}},{key:"addFormFields",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:!0});return this.client.post(t,e)}},{key:"updateFormFields",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:!0});return this.client.put(t,e)}},{key:"deleteFormFields",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:!0});return this.client.delete(t,e)}},{key:"getFormLayout",value:function(e){var t=e.preview,r=g(e,ks),o=this.buildPathWithGuestSpaceId({endpointName:"app/form/layout",preview:t});return this.client.get(o,n({},r))}},{key:"updateFormLayout",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/form/layout",preview:!0});return this.client.put(t,e)}},{key:"getViews",value:function(e){var t=e.preview,r=g(e,Is),n=this.buildPathWithGuestSpaceId({endpointName:"app/views",preview:t});return this.client.get(n,r)}},{key:"updateViews",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/views",preview:!0});return this.client.put(t,e)}},{key:"getApp",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app"});return this.client.get(t,e)}},{key:"getApps",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"apps"});return this.client.get(t,e)}},{key:"addApp",value:(t=a(regeneratorRuntime.mark((function e(t){var r,o,i,a,u,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.name,o=t.space,i=this.buildPathWithGuestSpaceId({endpointName:"app",preview:!0}),!o){e.next=9;break}return a=this.buildPathWithGuestSpaceId({endpointName:"space"}),e.next=6,this.client.get(a,{id:o});case 6:return u=e.sent,s=u.defaultThread,e.abrupt("return",this.client.post(i,n(n({},t),{},{thread:s})));case 9:return e.abrupt("return",this.client.post(i,{name:r}));case 10:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"getAppSettings",value:function(e){var t=e.preview,r=g(e,js),n=this.buildPathWithGuestSpaceId({endpointName:"app/settings",preview:t});return this.client.get(n,r)}},{key:"updateAppSettings",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/settings",preview:!0});return this.client.put(t,e)}},{key:"getProcessManagement",value:function(e){var t=e.preview,r=g(e,Ts),n=this.buildPathWithGuestSpaceId({endpointName:"app/status",preview:t});return this.client.get(n,r)}},{key:"updateProcessManagement",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/status",preview:!0});return this.client.put(t,e)}},{key:"getDeployStatus",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/deploy",preview:!0});return this.client.get(t,e)}},{key:"deployApp",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/deploy",preview:!0});return this.client.post(t,e)}},{key:"getFieldAcl",value:function(e){var t=e.preview,r=g(e,Ns),o=this.buildPathWithGuestSpaceId({endpointName:"field/acl",preview:t});return this.client.get(o,n({},r))}},{key:"updateFieldAcl",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"field/acl",preview:!0});return this.client.put(t,e)}},{key:"getAppAcl",value:function(e){var t=e.preview,r=g(e,_s),o=this.buildPathWithGuestSpaceId({endpointName:"app/acl",preview:t});return this.client.get(o,n({},r))}},{key:"updateAppAcl",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/acl",preview:!0});return this.client.put(t,e)}},{key:"evaluateRecordsAcl",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records/acl/evaluate"});return this.client.get(t,e)}},{key:"getRecordAcl",value:function(e){var t=e.preview,r=g(e,Cs),o=this.buildPathWithGuestSpaceId({endpointName:"record/acl",preview:t});return this.client.get(o,n({},r))}},{key:"updateRecordAcl",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record/acl",preview:!0});return this.client.put(t,e)}},{key:"getAppCustomize",value:function(e){var t=e.preview,r=g(e,Us),o=this.buildPathWithGuestSpaceId({endpointName:"app/customize",preview:t});return this.client.get(o,n({},r))}},{key:"updateAppCustomize",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/customize",preview:!0});return this.client.put(t,e)}},{key:"getGeneralNotifications",value:function(e){var t=e.preview,r=g(e,Fs),o=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/general",preview:t});return this.client.get(o,n({},r))}},{key:"updateGeneralNotifications",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/general",preview:!0});return this.client.put(t,e)}},{key:"getPerRecordNotifications",value:function(e){var t=e.preview,r=g(e,Bs),n=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/perRecord",preview:t});return this.client.get(n,r)}},{key:"updatePerRecordNotifications",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/perRecord",preview:!0});return this.client.put(t,e)}},{key:"getReminderNotifications",value:function(e){var t=e.preview,r=g(e,Ds),n=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/reminder",preview:t});return this.client.get(n,r)}},{key:"updateReminderNotifications",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/reminder",preview:!0});return this.client.put(t,e)}},{key:"getReports",value:function(e){var t=e.preview,r=g(e,Ls),n=this.buildPathWithGuestSpaceId({endpointName:"app/reports",preview:t});return this.client.get(n,r)}},{key:"updateReports",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/reports",preview:!0});return this.client.put(t,e)}},{key:"getAppActions",value:function(e){var t=e.preview,r=g(e,Ms),n=this.buildPathWithGuestSpaceId({endpointName:"app/actions",preview:t});return this.client.get(n,r)}},{key:"updateAppActions",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"app/actions",preview:!0});return this.client.put(t,e)}},{key:"buildPathWithGuestSpaceId",value:function(e){return Ss(n(n({},e),{},{guestSpaceId:this.guestSpaceId}))}}]),e}(),Gs=j,qs=H,zs=C,Vs=I,Ys=ua,Hs=$n,$s=U,Js=tt,Ks=ne,Qs=Object.assign,Xs=Object.defineProperty,Zs=qs([].concat),ec=!Qs||Vs((function(){if(Gs&&1!==Qs({b:1},Qs(Xs({},"a",{enumerable:!0,get:function(){Xs(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!=Qs({},e)[r]||Ys(Qs({},t)).join("")!=n}))?function(e,t){for(var r=Js(e),n=arguments.length,o=1,i=Hs.f,a=$s.f;n>o;)for(var u,s=Ks(arguments[o++]),c=i?Zs(Ys(s),i(s)):Ys(s),f=c.length,p=0;f>p;)u=c[p++],Gs&&!zs(a,s,u)||(r[u]=s[u]);return r}:Qs;Ro({target:"Object",stat:!0,arity:2,forced:Object.assign!==ec},{assign:ec});var tc=C,rc=er,nc=Tn,oc=Ki,ic=ie,ac=Me,uc=Ou,sc=Wu;vu("match",(function(e,t,r){return[function(t){var r=ic(this),n=null==t?void 0:ac(t,e);return n?tc(n,t,r):new RegExp(t)[e](oc(r))},function(e){var n=rc(this),o=oc(e),i=r(t,n,o);if(i.done)return i.value;if(!n.global)return sc(n,o);var a=n.unicode;n.lastIndex=0;for(var u,s=[],c=0;null!==(u=sc(n,o));){var f=oc(u[0]);s[c]=f,""===f&&(n.lastIndex=uc(o,nc(n.lastIndex),a)),c++}return 0===c?null:s}]}));var cc=ce,fc=pe,pc=zi,lc=H(1..valueOf),hc=ie,dc=Ki,yc=H("".replace),vc="[\t\n\v\f\r \u2028\u2029\ufeff]",gc=RegExp("^"+vc+vc+"*"),mc=RegExp(vc+vc+"*$"),bc=function(e){return function(t){var r=dc(hc(t));return 1&e&&(r=yc(r,gc,"")),2&e&&(r=yc(r,mc,"")),r}},wc={start:bc(1),end:bc(2),trim:bc(3)},Ac=j,Rc=x,Ec=H,Sc=ho,Pc=wn,Oc=ot,xc=function(e,t,r){var n,o;return pc&&cc(n=t.constructor)&&n!==r&&fc(o=n.prototype)&&o!==r.prototype&&pc(e,o),e},kc=ve,Ic=_e,jc=It,Tc=I,Nc=An.f,_c=k.f,Cc=$t.f,Uc=lc,Fc=wc.trim,Bc="Number",Dc=Rc.Number,Lc=Dc.prototype,Mc=Rc.TypeError,Wc=Ec("".slice),Gc=Ec("".charCodeAt),qc=function(e){var t=jc(e,"number");return"bigint"==typeof t?t:zc(t)},zc=function(e){var t,r,n,o,i,a,u,s,c=jc(e,"number");if(Ic(c))throw Mc("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=Fc(c),43===(t=Gc(c,0))||45===t){if(88===(r=Gc(c,2))||120===r)return NaN}else if(48===t){switch(Gc(c,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+c}for(a=(i=Wc(c,2)).length,u=0;u<a;u++)if((s=Gc(i,u))<48||s>o)return NaN;return parseInt(i,n)}return+c};if(Sc(Bc,!Dc(" 0o1")||!Dc("0b1")||Dc("+0x1"))){for(var Vc,Yc=function(e){var t=arguments.length<1?0:Dc(qc(e)),r=this;return kc(Lc,r)&&Tc((function(){Uc(r)}))?xc(Object(t),r,Yc):t},Hc=Ac?Nc(Dc):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),$c=0;Hc.length>$c;$c++)Oc(Dc,Vc=Hc[$c])&&!Oc(Yc,Vc)&&Cc(Yc,Vc,_c(Dc,Vc));Yc.prototype=Lc,Lc.constructor=Yc,Pc(Rc,Bc,Yc,{constructor:!0})}var Jc=I,Kc=function(e,t){var r=[][e];return!!r&&Jc((function(){r.call(null,t||function(){return 1},1)}))},Qc=Ro,Xc=Dn.indexOf,Zc=Kc,ef=H([].indexOf),tf=!!ef&&1/ef([1],1,-0)<0,rf=Zc("indexOf");Qc({target:"Array",proto:!0,forced:tf||!rf},{indexOf:function(e){var t=arguments.length>1?arguments[1]:void 0;return tf?ef(this,e,t)||0:Xc(this,e,t)}});var nf=Rs.every;Ro({target:"Array",proto:!0,forced:!Kc("every")},{every:function(e){return nf(this,e,arguments.length>1?arguments[1]:void 0)}});var of=Do,af=jo?{}.toString:function(){return"[object "+of(this)+"]"};jo||wn(Object.prototype,"toString",af,{unsafe:!0}),Ro({target:"Array",stat:!0},{isArray:So});var uf=H([].slice),sf=Ro,cf=x,ff=So,pf=Xo,lf=pe,hf=kn,df=_n,yf=se,vf=ko,gf=wt,mf=uf,bf=fi("slice"),wf=gf("species"),Af=cf.Array,Rf=Math.max;sf({target:"Array",proto:!0,forced:!bf},{slice:function(e,t){var r,n,o,i=yf(this),a=df(i),u=hf(e,a),s=hf(void 0===t?a:t,a);if(ff(i)&&(r=i.constructor,(pf(r)&&(r===Af||ff(r.prototype))||lf(r)&&null===(r=r[wf]))&&(r=void 0),r===Af||void 0===r))return mf(i,u,s);for(n=new(void 0===r?Af:r)(Rf(s-u,0)),o=0;u<s;u++,o++)u in i&&vf(n,o,i[u]);return n.length=o,n}});var Ef=De,Sf=tt,Pf=ne,Of=_n,xf=x.TypeError,kf=function(e){return function(t,r,n,o){Ef(r);var i=Sf(t),a=Pf(i),u=Of(i),s=e?u-1:0,c=e?-1:1;if(n<2)for(;;){if(s in a){o=a[s],s+=c;break}if(s+=c,e?s<0:u<=s)throw xf("Reduce of empty array with no initial value")}for(;e?s>=0:u>s;s+=c)s in a&&(o=r(o,a[s],s,i));return o}},If={left:kf(!1),right:kf(!0)},jf="process"==Q(x.process),Tf=If.left,Nf=Ee,_f=jf;Ro({target:"Array",proto:!0,forced:!Kc("reduce")||!_f&&Nf>79&&Nf<83},{reduce:function(e){var t=arguments.length;return Tf(this,e,t,t>1?arguments[1]:void 0)}});var Cf=tt,Uf=ua;Ro({target:"Object",stat:!0,forced:I((function(){Uf(1)}))},{keys:function(e){return Uf(Cf(e))}});var Ff,Bf=function(e){p(r,e);var t=w(r);function r(e,n,o,i,a){var s;u(this,r);var c=o-n.length,f=r.extractErrorIndex(c,i,a),p=r.buildErrorMessage(c,o,f);return(s=t.call(this,p)).name="KintoneAllRecordsError",s.processedRecordsResult=e,s.unprocessedRecords=n,s.error=i,s.errorIndex=f,s.message=p,Object.setPrototypeOf(m(s),r.prototype),s}return c(r,null,[{key:"parseErrorIndex",value:function(e){var t=Object.keys(e)[0].match(/records\[(\d+)\]/);return t?Number(t[1]):null}},{key:"extractErrorIndex",value:function(e,t,n){if(void 0!==t.bulkRequestIndex&&t.errors){var o=r.parseErrorIndex(t.errors);if(null!==o)return e+t.bulkRequestIndex*n+o}}},{key:"buildErrorMessage",value:function(e,t,r){var n="";return void 0!==r&&(n="An error occurred at records[".concat(r,"]. ")),n+="".concat(e,"/").concat(t," records are processed successfully")}}]),r}(v(Error)),Df=["condition","orderBy","withCursor"],Lf=["fields"],Mf=["condition"],Wf=["condition","orderBy"],Gf=function(){function e(t,r,n){u(this,e),this.client=t,this.bulkRequestClient=r,this.guestSpaceId=n,this.didWarnMaximumOffsetValue=!1}var t,r,o,i,s,p,l,h,d,y,v,m,b,w,R,E,S,P;return c(e,[{key:"getRecord",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record"});return this.client.get(t,e)}},{key:"addRecord",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record"});return this.client.post(t,e)}},{key:"updateRecord",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record"});return this.client.put(t,e)}},{key:"upsertRecord",value:(P=a(regeneratorRuntime.mark((function e(t){var r,n,o,i,a,u,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.app,n=t.updateKey,o=t.record,e.next=3,this.getRecords({app:r,query:"".concat(n.field,' = "').concat(n.value,'"')});case 3:if(i=e.sent,!((a=i.records).length>0)){e.next=13;break}if("__ID__"!==a[0].$id.type){e.next=12;break}return e.next=9,this.updateRecord(t);case 9:return u=e.sent,s=u.revision,e.abrupt("return",{id:a[0].$id.value,revision:s});case 12:throw new Error("Missing `$id` in `getRecords` response. This error is likely caused by a bug in Kintone REST API Client. Please file an issue.");case 13:return e.abrupt("return",this.addRecord({app:r,record:Object.assign({},o,f({},n.field,{value:n.value}))}));case 14:case"end":return e.stop()}}),e,this)}))),function(e){return P.apply(this,arguments)})},{key:"getRecords",value:(S=a(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.buildPathWithGuestSpaceId({endpointName:"records"}),e.next=3,this.client.get(r,t);case 3:return n=e.sent,this.warnMaximumOffsetValueIfNeeded(t.query),e.abrupt("return",n);case 6:case"end":return e.stop()}}),e,this)}))),function(e){return S.apply(this,arguments)})},{key:"warnMaximumOffsetValueIfNeeded",value:function(e){if(e){var t=e.match(/offset\s+(\d+)/i);!this.didWarnMaximumOffsetValue&&t&&Number(t[1])>1e4&&(this.didWarnMaximumOffsetValue=!0,console.warn("Warning: The maximum offset value will be limited to 10,000 in the future. Please use `createCursor()` and `getRecordsByCursor()` instead."))}}},{key:"addRecords",value:(E=a(regeneratorRuntime.mark((function e(t){var r,n,o,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.buildPathWithGuestSpaceId({endpointName:"records"}),e.next=3,this.client.post(r,t);case 3:return n=e.sent,o=n.ids,i=n.revisions,e.abrupt("return",{ids:o,revisions:i,records:o.map((function(e,t){return{id:e,revision:i[t]}}))});case 7:case"end":return e.stop()}}),e,this)}))),function(e){return E.apply(this,arguments)})},{key:"updateRecords",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records"});return this.client.put(t,e)}},{key:"deleteRecords",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records"});return this.client.delete(t,e)}},{key:"createCursor",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records/cursor"});return this.client.post(t,e)}},{key:"getRecordsByCursor",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records/cursor"});return this.client.get(t,e)}},{key:"deleteCursor",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records/cursor"});return this.client.delete(t,e)}},{key:"getAllRecords",value:(R=a(regeneratorRuntime.mark((function e(t){var r,o,i,a,u,s,c;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=t.condition,o=t.orderBy,i=t.withCursor,a=void 0===i||i,u=g(t,Df),o){e.next=3;break}return e.abrupt("return",this.getAllRecordsWithId(n(n({},u),{},{condition:r})));case 3:if(!a){e.next=7;break}return s=r?"".concat(r," "):"",c="".concat(s).concat(o?"order by ".concat(o):""),e.abrupt("return",this.getAllRecordsWithCursor(n(n({},u),{},{query:c})));case 7:return e.abrupt("return",this.getAllRecordsWithOffset(n(n({},u),{},{orderBy:o,condition:r})));case 8:case"end":return e.stop()}}),e,this)}))),function(e){return R.apply(this,arguments)})},{key:"getAllRecordsWithId",value:(w=a(regeneratorRuntime.mark((function e(t){var r,o,i;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=t.fields,o=g(t,Lf),(i=r)&&i.length>0&&-1===i.indexOf("$id")&&(i=[].concat(A(i),["$id"])),e.abrupt("return",this.getAllRecordsRecursiveWithId(n(n({},o),{},{fields:i}),"0",[]));case 4:case"end":return e.stop()}}),e,this)}))),function(e){return w.apply(this,arguments)})},{key:"getAllRecordsRecursiveWithId",value:(b=a(regeneratorRuntime.mark((function e(t,r,o){var i,a,u,s,c,f,p,l,h;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=500,a=t.condition,u=g(t,Mf),s=a?"(".concat(a,") and "):"",c="".concat(s,"$id > ").concat(r," order by $id asc limit ").concat(i),e.next=6,this.getRecords(n(n({},u),{},{query:c}));case 6:if(f=e.sent,p=o.concat(f.records),!(f.records.length<i)){e.next=10;break}return e.abrupt("return",p);case 10:if("__ID__"!==(l=f.records[f.records.length-1]).$id.type){e.next=14;break}return h=l.$id.value,e.abrupt("return",this.getAllRecordsRecursiveWithId(t,h,p));case 14:throw new Error("Missing `$id` in `getRecords` response. This error is likely caused by a bug in Kintone REST API Client. Please file an issue.");case 15:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return b.apply(this,arguments)})},{key:"getAllRecordsWithOffset",value:(m=a(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.getAllRecordsRecursiveWithOffset(t,0,[]));case 1:case"end":return e.stop()}}),e,this)}))),function(e){return m.apply(this,arguments)})},{key:"getAllRecordsRecursiveWithOffset",value:(v=a(regeneratorRuntime.mark((function e(t,r,o){var i,a,u,s,c,f,p,l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return i=500,a=t.condition,u=t.orderBy,s=g(t,Wf),c=a?"".concat(a," "):"",f="".concat(c).concat(u?"order by ".concat(u," "):"","limit ").concat(i," offset ").concat(r),e.next=6,this.getRecords(n(n({},s),{},{query:f}));case 6:if(p=e.sent,l=o.concat(p.records),!(p.records.length<i)){e.next=10;break}return e.abrupt("return",l);case 10:return e.abrupt("return",this.getAllRecordsRecursiveWithOffset(t,r+i,l));case 11:case"end":return e.stop()}}),e,this)}))),function(e,t,r){return v.apply(this,arguments)})},{key:"getAllRecordsWithCursor",value:(y=a(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.createCursor(t);case 2:return r=e.sent,n=r.id,e.prev=4,e.next=7,this.getAllRecordsRecursiveByCursor(n,[]);case 7:return e.abrupt("return",e.sent);case 10:return e.prev=10,e.t0=e.catch(4),e.next=14,this.deleteCursor({id:n});case 14:throw e.t0;case 15:case"end":return e.stop()}}),e,this,[[4,10]])}))),function(e){return y.apply(this,arguments)})},{key:"getAllRecordsRecursiveByCursor",value:(d=a(regeneratorRuntime.mark((function e(t,r){var n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.getRecordsByCursor({id:t});case 2:if(n=e.sent,o=r.concat(n.records),!n.next){e.next=6;break}return e.abrupt("return",this.getAllRecordsRecursiveByCursor(t,o));case 6:return e.abrupt("return",o);case 7:case"end":return e.stop()}}),e,this)}))),function(e,t){return d.apply(this,arguments)})},{key:"addAllRecords",value:(h=a(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.records.every((function(e){return!Array.isArray(e)&&e instanceof Object}))){e.next=2;break}throw new Error("the `records` parameter must be an array of object.");case 2:return e.abrupt("return",this.addAllRecordsRecursive(t,t.records.length,[]));case 3:case"end":return e.stop()}}),e,this)}))),function(e){return h.apply(this,arguments)})},{key:"addAllRecordsRecursive",value:(l=a(regeneratorRuntime.mark((function e(t,r,n){var o,i,a,u,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=100*this.bulkRequestClient.REQUESTS_LENGTH_LIMIT,i=t.app,a=t.records,0!==(u=a.slice(0,o)).length){e.next=5;break}return e.abrupt("return",{records:n});case 5:return e.prev=5,e.next=8,this.addAllRecordsWithBulkRequest({app:i,records:u});case 8:s=e.sent,e.next=14;break;case 11:throw e.prev=11,e.t0=e.catch(5),new Bf({records:n},a,r,e.t0,100);case 14:return e.abrupt("return",this.addAllRecordsRecursive({app:i,records:a.slice(o)},r,n.concat(s)));case 15:case"end":return e.stop()}}),e,this,[[5,11]])}))),function(e,t,r){return l.apply(this,arguments)})},{key:"addAllRecordsWithBulkRequest",value:(p=a(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.separateArrayRecursive(100,[],t.records),n=r.map((function(e){return{method:"POST",endpointName:"records",payload:{app:t.app,records:e}}})),e.next=4,this.bulkRequestClient.send({requests:n});case 4:return o=e.sent.results,e.abrupt("return",o.map((function(e){var t=e.ids,r=e.revisions;return t.map((function(e,t){return{id:e,revision:r[t]}}))})).reduce((function(e,t){return e.concat(t)}),[]));case 6:case"end":return e.stop()}}),e,this)}))),function(e){return p.apply(this,arguments)})},{key:"updateAllRecords",value:(s=a(regeneratorRuntime.mark((function e(t){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",this.updateAllRecordsRecursive(t,t.records.length,[]));case 1:case"end":return e.stop()}}),e,this)}))),function(e){return s.apply(this,arguments)})},{key:"updateAllRecordsRecursive",value:(i=a(regeneratorRuntime.mark((function e(t,r,n){var o,i,a,u,s;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(o=100*this.bulkRequestClient.REQUESTS_LENGTH_LIMIT,i=t.app,a=t.records,0!==(u=a.slice(0,o)).length){e.next=5;break}return e.abrupt("return",{records:n});case 5:return e.prev=5,e.next=8,this.updateAllRecordsWithBulkRequest({app:i,records:u});case 8:s=e.sent,e.next=14;break;case 11:throw e.prev=11,e.t0=e.catch(5),new Bf({records:n},a,r,e.t0,100);case 14:return e.abrupt("return",this.updateAllRecordsRecursive({app:i,records:a.slice(o)},r,n.concat(s)));case 15:case"end":return e.stop()}}),e,this,[[5,11]])}))),function(e,t,r){return i.apply(this,arguments)})},{key:"updateAllRecordsWithBulkRequest",value:(o=a(regeneratorRuntime.mark((function e(t){var r,n,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.separateArrayRecursive(100,[],t.records),n=r.map((function(e){return{method:"PUT",endpointName:"records",payload:{app:t.app,records:e}}})),e.next=4,this.bulkRequestClient.send({requests:n});case 4:return o=e.sent.results,e.abrupt("return",o.map((function(e){return e.records})).reduce((function(e,t){return e.concat(t)}),[]));case 6:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"deleteAllRecords",value:function(e){return this.deleteAllRecordsRecursive(e,e.records.length)}},{key:"deleteAllRecordsRecursive",value:(r=a(regeneratorRuntime.mark((function e(t,r){var n,o,i,a;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=100*this.bulkRequestClient.REQUESTS_LENGTH_LIMIT,o=t.app,i=t.records,0!==(a=i.slice(0,n)).length){e.next=5;break}return e.abrupt("return",{});case 5:return e.prev=5,e.next=8,this.deleteAllRecordsWithBulkRequest({app:o,records:a});case 8:e.next=13;break;case 10:throw e.prev=10,e.t0=e.catch(5),new Bf({},i,r,e.t0,100);case 13:return e.abrupt("return",this.deleteAllRecordsRecursive({app:o,records:i.slice(n)},r));case 14:case"end":return e.stop()}}),e,this,[[5,10]])}))),function(e,t){return r.apply(this,arguments)})},{key:"deleteAllRecordsWithBulkRequest",value:(t=a(regeneratorRuntime.mark((function e(t){var r,n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r=this.separateArrayRecursive(100,[],t.records),n=r.map((function(e){return{method:"DELETE",endpointName:"records",payload:{app:t.app,ids:e.map((function(e){return e.id})),revisions:e.map((function(e){return e.revision}))}}})),e.next=4,this.bulkRequestClient.send({requests:n});case 4:case"end":return e.stop()}}),e,this)}))),function(e){return t.apply(this,arguments)})},{key:"separateArrayRecursive",value:function(e,t,r){var n=r.slice(0,e);return 0===n.length?t:this.separateArrayRecursive(e,[].concat(A(t),[n]),r.slice(e))}},{key:"addRecordComment",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record/comment"});return this.client.post(t,e)}},{key:"deleteRecordComment",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record/comment"});return this.client.delete(t,e)}},{key:"getRecordComments",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record/comments"});return this.client.get(t,e)}},{key:"updateRecordAssignees",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record/assignees"});return this.client.put(t,e)}},{key:"updateRecordStatus",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"record/status"});return this.client.put(t,e)}},{key:"updateRecordsStatus",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"records/status"});return this.client.put(t,e)}},{key:"buildPathWithGuestSpaceId",value:function(e){return Ss(n(n({},e),{},{guestSpaceId:this.guestSpaceId}))}}]),e}(),qf="object"==("undefined"==typeof self?"undefined":o(self))?self.FormData:window.FormData,zf=function(){function e(t,r){u(this,e),this.client=t,this.guestSpaceId=r}var r;return c(e,[{key:"uploadFile",value:(r=a(regeneratorRuntime.mark((function e(r){var n,o,i,a,u,s,c,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=this.buildPathWithGuestSpaceId({endpointName:"file"}),o=new qf,!("path"in r.file)){e.next=19;break}return e.prev=3,e.next=6,t.readFileFromPath(r.file.path);case 6:i=e.sent,a=i.name,u=i.data,o.append("file",u,a),e.next=17;break;case 12:if(e.prev=12,e.t0=e.catch(3),!(e.t0 instanceof Vi)){e.next=16;break}throw new Error("uploadFile doesn't allow to accept a file path in ".concat(e.t0.platform," environment."));case 16:throw e.t0;case 17:e.next=21;break;case 19:s=r.file,c=s.name,f=s.data,o.append("file",t.buildFormDataValue(f),c);case 21:return e.abrupt("return",this.client.postData(n,o));case 22:case"end":return e.stop()}}),e,this,[[3,12]])}))),function(e){return r.apply(this,arguments)})},{key:"downloadFile",value:function(e){var t=this.buildPathWithGuestSpaceId({endpointName:"file"});return this.client.getData(t,e)}},{key:"buildPathWithGuestSpaceId",value:function(e){return Ss(n(n({},e),{},{guestSpaceId:this.guestSpaceId}))}}]),e}(),Vf={exports:{}},Yf={exports:{}},Hf=function(e,t){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return e.apply(t,r)}},$f=Hf,Jf=Object.prototype.toString,Kf=(Ff=Object.create(null),function(e){var t=Jf.call(e);return Ff[t]||(Ff[t]=t.slice(8,-1).toLowerCase())});function Qf(e){return e=e.toLowerCase(),function(t){return Kf(t)===e}}function Xf(e){return Array.isArray(e)}function Zf(e){return void 0===e}var ep=Qf("ArrayBuffer");function tp(e){return null!==e&&"object"===o(e)}function rp(e){if("object"!==Kf(e))return!1;var t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}var np=Qf("Date"),op=Qf("File"),ip=Qf("Blob"),ap=Qf("FileList");function up(e){return"[object Function]"===Jf.call(e)}var sp=Qf("URLSearchParams");function cp(e,t){if(null!=e)if("object"!==o(e)&&(e=[e]),Xf(e))for(var r=0,n=e.length;r<n;r++)t.call(null,e[r],r,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}var fp=function(e){return function(t){return e&&t instanceof e}}("undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array)),pp={isArray:Xf,isArrayBuffer:ep,isBuffer:function(e){return null!==e&&!Zf(e)&&null!==e.constructor&&!Zf(e.constructor)&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)},isFormData:function(e){var t="[object FormData]";return e&&("function"==typeof FormData&&e instanceof FormData||Jf.call(e)===t||up(e.toString)&&e.toString()===t)},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&ep(e.buffer)},isString:function(e){return"string"==typeof e},isNumber:function(e){return"number"==typeof e},isObject:tp,isPlainObject:rp,isUndefined:Zf,isDate:np,isFile:op,isBlob:ip,isFunction:up,isStream:function(e){return tp(e)&&up(e.pipe)},isURLSearchParams:sp,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:cp,merge:function e(){var t={};function r(r,n){rp(t[n])&&rp(r)?t[n]=e(t[n],r):rp(r)?t[n]=e({},r):Xf(r)?t[n]=r.slice():t[n]=r}for(var n=0,o=arguments.length;n<o;n++)cp(arguments[n],r);return t},extend:function(e,t,r){return cp(t,(function(t,n){e[n]=r&&"function"==typeof t?$f(t,r):t})),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,r,n){e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,r&&Object.assign(e.prototype,r)},toFlatObject:function(e,t,r){var n,o,i,a={};t=t||{};do{for(o=(n=Object.getOwnPropertyNames(e)).length;o-- >0;)a[i=n[o]]||(t[i]=e[i],a[i]=!0);e=Object.getPrototypeOf(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:Kf,kindOfTest:Qf,endsWith:function(e,t,r){e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;var n=e.indexOf(t,r);return-1!==n&&n===r},toArray:function(e){if(!e)return null;var t=e.length;if(Zf(t))return null;for(var r=new Array(t);t-- >0;)r[t]=e[t];return r},isTypedArray:fp,isFileList:ap},lp=pp;function hp(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var dp=function(e,t,r){if(!t)return e;var n;if(r)n=r(t);else if(lp.isURLSearchParams(t))n=t.toString();else{var o=[];lp.forEach(t,(function(e,t){null!=e&&(lp.isArray(e)?t+="[]":e=[e],lp.forEach(e,(function(e){lp.isDate(e)?e=e.toISOString():lp.isObject(e)&&(e=JSON.stringify(e)),o.push(hp(t)+"="+hp(e))})))})),n=o.join("&")}if(n){var i=e.indexOf("#");-1!==i&&(e=e.slice(0,i)),e+=(-1===e.indexOf("?")?"?":"&")+n}return e},yp=pp;function vp(){this.handlers=[]}vp.prototype.use=function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},vp.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},vp.prototype.forEach=function(e){yp.forEach(this.handlers,(function(t){null!==t&&e(t)}))};var gp=vp,mp="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function bp(){throw new Error("setTimeout has not been defined")}function wp(){throw new Error("clearTimeout has not been defined")}var Ap=bp,Rp=wp;function Ep(e){if(Ap===setTimeout)return setTimeout(e,0);if((Ap===bp||!Ap)&&setTimeout)return Ap=setTimeout,setTimeout(e,0);try{return Ap(e,0)}catch(t){try{return Ap.call(null,e,0)}catch(t){return Ap.call(this,e,0)}}}"function"==typeof mp.setTimeout&&(Ap=setTimeout),"function"==typeof mp.clearTimeout&&(Rp=clearTimeout);var Sp,Pp=[],Op=!1,xp=-1;function kp(){Op&&Sp&&(Op=!1,Sp.length?Pp=Sp.concat(Pp):xp=-1,Pp.length&&Ip())}function Ip(){if(!Op){var e=Ep(kp);Op=!0;for(var t=Pp.length;t;){for(Sp=Pp,Pp=[];++xp<t;)Sp&&Sp[xp].run();xp=-1,t=Pp.length}Sp=null,Op=!1,function(e){if(Rp===clearTimeout)return clearTimeout(e);if((Rp===wp||!Rp)&&clearTimeout)return Rp=clearTimeout,clearTimeout(e);try{Rp(e)}catch(t){try{return Rp.call(null,e)}catch(t){return Rp.call(this,e)}}}(e)}}function jp(e,t){this.fun=e,this.array=t}jp.prototype.run=function(){this.fun.apply(null,this.array)};function Tp(){}var Np=Tp,_p=Tp,Cp=Tp,Up=Tp,Fp=Tp,Bp=Tp,Dp=Tp;var Lp=mp.performance||{},Mp=Lp.now||Lp.mozNow||Lp.msNow||Lp.oNow||Lp.webkitNow||function(){return(new Date).getTime()};var Wp=new Date;var Gp,qp,zp={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];Pp.push(new jp(e,t)),1!==Pp.length||Op||Ep(Ip)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:Np,addListener:_p,once:Cp,off:Up,removeListener:Fp,removeAllListeners:Bp,emit:Dp,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*Mp.call(Lp),r=Math.floor(t),n=Math.floor(t%1*1e9);return e&&(r-=e[0],(n-=e[1])<0&&(r--,n+=1e9)),[r,n]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-Wp)/1e3}},Vp=pp;function Yp(){if(qp)return Gp;qp=1;var e=pp;function t(e,t,r,n,o){Error.call(this),this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o)}e.inherits(t,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var r=t.prototype,n={};return["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(e){n[e]={value:e}})),Object.defineProperties(t,n),Object.defineProperty(r,"isAxiosError",{value:!0}),t.from=function(n,o,i,a,u,s){var c=Object.create(r);return e.toFlatObject(n,c,(function(e){return e!==Error.prototype})),t.call(c,n.message,o,i,a,u),c.name=n.name,s&&Object.assign(c,s),c},Gp=t}var Hp={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},$p=[],Jp=[],Kp="undefined"!=typeof Uint8Array?Uint8Array:Array,Qp=!1;function Xp(){Qp=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,r=e.length;t<r;++t)$p[t]=e[t],Jp[e.charCodeAt(t)]=t;Jp["-".charCodeAt(0)]=62,Jp["_".charCodeAt(0)]=63}function Zp(e,t,r){for(var n,o,i=[],a=t;a<r;a+=3)n=(e[a]<<16)+(e[a+1]<<8)+e[a+2],i.push($p[(o=n)>>18&63]+$p[o>>12&63]+$p[o>>6&63]+$p[63&o]);return i.join("")}function el(e){var t;Qp||Xp();for(var r=e.length,n=r%3,o="",i=[],a=16383,u=0,s=r-n;u<s;u+=a)i.push(Zp(e,u,u+a>s?s:u+a));return 1===n?(t=e[r-1],o+=$p[t>>2],o+=$p[t<<4&63],o+="=="):2===n&&(t=(e[r-2]<<8)+e[r-1],o+=$p[t>>10],o+=$p[t>>4&63],o+=$p[t<<2&63],o+="="),i.push(o),i.join("")}function tl(e,t,r,n,o){var i,a,u=8*o-n-1,s=(1<<u)-1,c=s>>1,f=-7,p=r?o-1:0,l=r?-1:1,h=e[t+p];for(p+=l,i=h&(1<<-f)-1,h>>=-f,f+=u;f>0;i=256*i+e[t+p],p+=l,f-=8);for(a=i&(1<<-f)-1,i>>=-f,f+=n;f>0;a=256*a+e[t+p],p+=l,f-=8);if(0===i)i=1-c;else{if(i===s)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,n),i-=c}return(h?-1:1)*a*Math.pow(2,i-n)}function rl(e,t,r,n,o,i){var a,u,s,c=8*i-o-1,f=(1<<c)-1,p=f>>1,l=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:i-1,d=n?1:-1,y=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(u=isNaN(t)?1:0,a=f):(a=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-a))<1&&(a--,s*=2),(t+=a+p>=1?l/s:l*Math.pow(2,1-p))*s>=2&&(a++,s/=2),a+p>=f?(u=0,a=f):a+p>=1?(u=(t*s-1)*Math.pow(2,o),a+=p):(u=t*Math.pow(2,p-1)*Math.pow(2,o),a=0));o>=8;e[r+h]=255&u,h+=d,u/=256,o-=8);for(a=a<<o|u,c+=o;c>0;e[r+h]=255&a,h+=d,a/=256,c-=8);e[r+h-d]|=128*y}var nl={}.toString,ol=Array.isArray||function(e){return"[object Array]"==nl.call(e)};function il(){return ul.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function al(e,t){if(il()<t)throw new RangeError("Invalid typed array length");return ul.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=ul.prototype:(null===e&&(e=new ul(t)),e.length=t),e}function ul(e,t,r){if(!(ul.TYPED_ARRAY_SUPPORT||this instanceof ul))return new ul(e,t,r);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return fl(this,e)}return sl(this,e,t,r)}function sl(e,t,r,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,r,n){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");t=void 0===r&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,r):new Uint8Array(t,r,n);ul.TYPED_ARRAY_SUPPORT?(e=t).__proto__=ul.prototype:e=pl(e,t);return e}(e,t,r,n):"string"==typeof t?function(e,t,r){"string"==typeof r&&""!==r||(r="utf8");if(!ul.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|dl(t,r),o=(e=al(e,n)).write(t,r);o!==n&&(e=e.slice(0,o));return e}(e,t,r):function(e,t){if(hl(t)){var r=0|ll(t.length);return 0===(e=al(e,r)).length||t.copy(e,0,0,r),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(n=t.length)!=n?al(e,0):pl(e,t);if("Buffer"===t.type&&ol(t.data))return pl(e,t.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function cl(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function fl(e,t){if(cl(t),e=al(e,t<0?0:0|ll(t)),!ul.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function pl(e,t){var r=t.length<0?0:0|ll(t.length);e=al(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function ll(e){if(e>=il())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+il().toString(16)+" bytes");return 0|e}function hl(e){return!(null==e||!e._isBuffer)}function dl(e,t){if(hl(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return Hl(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return $l(e).length;default:if(n)return Hl(e).length;t=(""+t).toLowerCase(),n=!0}}function yl(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return jl(this,t,r);case"utf8":case"utf-8":return Ol(this,t,r);case"ascii":return kl(this,t,r);case"latin1":case"binary":return Il(this,t,r);case"base64":return Pl(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tl(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function vl(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function gl(e,t,r,n,o){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(o)return-1;r=e.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof t&&(t=ul.from(t,n)),hl(t))return 0===t.length?-1:ml(e,t,r,n,o);if("number"==typeof t)return t&=255,ul.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):ml(e,[t],r,n,o);throw new TypeError("val must be string, number or Buffer")}function ml(e,t,r,n,o){var i,a=1,u=e.length,s=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;a=2,u/=2,s/=2,r/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(o){var f=-1;for(i=r;i<u;i++)if(c(e,i)===c(t,-1===f?0:i-f)){if(-1===f&&(f=i),i-f+1===s)return f*a}else-1!==f&&(i-=i-f),f=-1}else for(r+s>u&&(r=u-s),i=r;i>=0;i--){for(var p=!0,l=0;l<s;l++)if(c(e,i+l)!==c(t,l)){p=!1;break}if(p)return i}return-1}function bl(e,t,r,n){r=Number(r)||0;var o=e.length-r;n?(n=Number(n))>o&&(n=o):n=o;var i=t.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var a=0;a<n;++a){var u=parseInt(t.substr(2*a,2),16);if(isNaN(u))return a;e[r+a]=u}return a}function wl(e,t,r,n){return Jl(Hl(t,e.length-r),e,r,n)}function Al(e,t,r,n){return Jl(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function Rl(e,t,r,n){return Al(e,t,r,n)}function El(e,t,r,n){return Jl($l(t),e,r,n)}function Sl(e,t,r,n){return Jl(function(e,t){for(var r,n,o,i=[],a=0;a<e.length&&!((t-=2)<0);++a)n=(r=e.charCodeAt(a))>>8,o=r%256,i.push(o),i.push(n);return i}(t,e.length-r),e,r,n)}function Pl(e,t,r){return 0===t&&r===e.length?el(e):el(e.slice(t,r))}function Ol(e,t,r){r=Math.min(e.length,r);for(var n=[],o=t;o<r;){var i,a,u,s,c=e[o],f=null,p=c>239?4:c>223?3:c>191?2:1;if(o+p<=r)switch(p){case 1:c<128&&(f=c);break;case 2:128==(192&(i=e[o+1]))&&(s=(31&c)<<6|63&i)>127&&(f=s);break;case 3:i=e[o+1],a=e[o+2],128==(192&i)&&128==(192&a)&&(s=(15&c)<<12|(63&i)<<6|63&a)>2047&&(s<55296||s>57343)&&(f=s);break;case 4:i=e[o+1],a=e[o+2],u=e[o+3],128==(192&i)&&128==(192&a)&&128==(192&u)&&(s=(15&c)<<18|(63&i)<<12|(63&a)<<6|63&u)>65535&&s<1114112&&(f=s)}null===f?(f=65533,p=1):f>65535&&(f-=65536,n.push(f>>>10&1023|55296),f=56320|1023&f),n.push(f),o+=p}return function(e){var t=e.length;if(t<=xl)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=xl));return r}(n)}ul.TYPED_ARRAY_SUPPORT=void 0===mp.TYPED_ARRAY_SUPPORT||mp.TYPED_ARRAY_SUPPORT,ul.poolSize=8192,ul._augment=function(e){return e.__proto__=ul.prototype,e},ul.from=function(e,t,r){return sl(null,e,t,r)},ul.TYPED_ARRAY_SUPPORT&&(ul.prototype.__proto__=Uint8Array.prototype,ul.__proto__=Uint8Array),ul.alloc=function(e,t,r){return function(e,t,r,n){return cl(t),t<=0?al(e,t):void 0!==r?"string"==typeof n?al(e,t).fill(r,n):al(e,t).fill(r):al(e,t)}(null,e,t,r)},ul.allocUnsafe=function(e){return fl(null,e)},ul.allocUnsafeSlow=function(e){return fl(null,e)},ul.isBuffer=function(e){return null!=e&&(!!e._isBuffer||Kl(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&Kl(e.slice(0,0))}(e))},ul.compare=function(e,t){if(!hl(e)||!hl(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,o=0,i=Math.min(r,n);o<i;++o)if(e[o]!==t[o]){r=e[o],n=t[o];break}return r<n?-1:n<r?1:0},ul.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},ul.concat=function(e,t){if(!ol(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return ul.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=ul.allocUnsafe(t),o=0;for(r=0;r<e.length;++r){var i=e[r];if(!hl(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(n,o),o+=i.length}return n},ul.byteLength=dl,ul.prototype._isBuffer=!0,ul.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)vl(this,t,t+1);return this},ul.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)vl(this,t,t+3),vl(this,t+1,t+2);return this},ul.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)vl(this,t,t+7),vl(this,t+1,t+6),vl(this,t+2,t+5),vl(this,t+3,t+4);return this},ul.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?Ol(this,0,e):yl.apply(this,arguments)},ul.prototype.equals=function(e){if(!hl(e))throw new TypeError("Argument must be a Buffer");return this===e||0===ul.compare(this,e)},ul.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},ul.prototype.compare=function(e,t,r,n,o){if(!hl(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),t<0||r>e.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=r)return 0;if(n>=o)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(o>>>=0)-(n>>>=0),a=(r>>>=0)-(t>>>=0),u=Math.min(i,a),s=this.slice(n,o),c=e.slice(t,r),f=0;f<u;++f)if(s[f]!==c[f]){i=s[f],a=c[f];break}return i<a?-1:a<i?1:0},ul.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},ul.prototype.indexOf=function(e,t,r){return gl(this,e,t,r,!0)},ul.prototype.lastIndexOf=function(e,t,r){return gl(this,e,t,r,!1)},ul.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var o=this.length-t;if((void 0===r||r>o)&&(r=o),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return bl(this,e,t,r);case"utf8":case"utf-8":return wl(this,e,t,r);case"ascii":return Al(this,e,t,r);case"latin1":case"binary":return Rl(this,e,t,r);case"base64":return El(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Sl(this,e,t,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},ul.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var xl=4096;function kl(e,t,r){var n="";r=Math.min(e.length,r);for(var o=t;o<r;++o)n+=String.fromCharCode(127&e[o]);return n}function Il(e,t,r){var n="";r=Math.min(e.length,r);for(var o=t;o<r;++o)n+=String.fromCharCode(e[o]);return n}function jl(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=t;i<r;++i)o+=Yl(e[i]);return o}function Tl(e,t,r){for(var n=e.slice(t,r),o="",i=0;i<n.length;i+=2)o+=String.fromCharCode(n[i]+256*n[i+1]);return o}function Nl(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function _l(e,t,r,n,o,i){if(!hl(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>o||t<i)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function Cl(e,t,r,n){t<0&&(t=65535+t+1);for(var o=0,i=Math.min(e.length-r,2);o<i;++o)e[r+o]=(t&255<<8*(n?o:1-o))>>>8*(n?o:1-o)}function Ul(e,t,r,n){t<0&&(t=4294967295+t+1);for(var o=0,i=Math.min(e.length-r,4);o<i;++o)e[r+o]=t>>>8*(n?o:3-o)&255}function Fl(e,t,r,n,o,i){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Bl(e,t,r,n,o){return o||Fl(e,0,r,4),rl(e,t,r,n,23,4),r+4}function Dl(e,t,r,n,o){return o||Fl(e,0,r,8),rl(e,t,r,n,52,8),r+8}ul.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),ul.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=ul.prototype;else{var o=t-e;r=new ul(o,void 0);for(var i=0;i<o;++i)r[i]=this[i+e]}return r},ul.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||Nl(e,t,this.length);for(var n=this[e],o=1,i=0;++i<t&&(o*=256);)n+=this[e+i]*o;return n},ul.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||Nl(e,t,this.length);for(var n=this[e+--t],o=1;t>0&&(o*=256);)n+=this[e+--t]*o;return n},ul.prototype.readUInt8=function(e,t){return t||Nl(e,1,this.length),this[e]},ul.prototype.readUInt16LE=function(e,t){return t||Nl(e,2,this.length),this[e]|this[e+1]<<8},ul.prototype.readUInt16BE=function(e,t){return t||Nl(e,2,this.length),this[e]<<8|this[e+1]},ul.prototype.readUInt32LE=function(e,t){return t||Nl(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},ul.prototype.readUInt32BE=function(e,t){return t||Nl(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},ul.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||Nl(e,t,this.length);for(var n=this[e],o=1,i=0;++i<t&&(o*=256);)n+=this[e+i]*o;return n>=(o*=128)&&(n-=Math.pow(2,8*t)),n},ul.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||Nl(e,t,this.length);for(var n=t,o=1,i=this[e+--n];n>0&&(o*=256);)i+=this[e+--n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*t)),i},ul.prototype.readInt8=function(e,t){return t||Nl(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},ul.prototype.readInt16LE=function(e,t){t||Nl(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},ul.prototype.readInt16BE=function(e,t){t||Nl(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},ul.prototype.readInt32LE=function(e,t){return t||Nl(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},ul.prototype.readInt32BE=function(e,t){return t||Nl(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},ul.prototype.readFloatLE=function(e,t){return t||Nl(e,4,this.length),tl(this,e,!0,23,4)},ul.prototype.readFloatBE=function(e,t){return t||Nl(e,4,this.length),tl(this,e,!1,23,4)},ul.prototype.readDoubleLE=function(e,t){return t||Nl(e,8,this.length),tl(this,e,!0,52,8)},ul.prototype.readDoubleBE=function(e,t){return t||Nl(e,8,this.length),tl(this,e,!1,52,8)},ul.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||_l(this,e,t,r,Math.pow(2,8*r)-1,0);var o=1,i=0;for(this[t]=255&e;++i<r&&(o*=256);)this[t+i]=e/o&255;return t+r},ul.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||_l(this,e,t,r,Math.pow(2,8*r)-1,0);var o=r-1,i=1;for(this[t+o]=255&e;--o>=0&&(i*=256);)this[t+o]=e/i&255;return t+r},ul.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,1,255,0),ul.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},ul.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,2,65535,0),ul.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Cl(this,e,t,!0),t+2},ul.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,2,65535,0),ul.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Cl(this,e,t,!1),t+2},ul.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,4,4294967295,0),ul.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Ul(this,e,t,!0),t+4},ul.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,4,4294967295,0),ul.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ul(this,e,t,!1),t+4},ul.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var o=Math.pow(2,8*r-1);_l(this,e,t,r,o-1,-o)}var i=0,a=1,u=0;for(this[t]=255&e;++i<r&&(a*=256);)e<0&&0===u&&0!==this[t+i-1]&&(u=1),this[t+i]=(e/a>>0)-u&255;return t+r},ul.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var o=Math.pow(2,8*r-1);_l(this,e,t,r,o-1,-o)}var i=r-1,a=1,u=0;for(this[t+i]=255&e;--i>=0&&(a*=256);)e<0&&0===u&&0!==this[t+i+1]&&(u=1),this[t+i]=(e/a>>0)-u&255;return t+r},ul.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,1,127,-128),ul.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},ul.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,2,32767,-32768),ul.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Cl(this,e,t,!0),t+2},ul.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,2,32767,-32768),ul.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Cl(this,e,t,!1),t+2},ul.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,4,2147483647,-2147483648),ul.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Ul(this,e,t,!0),t+4},ul.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||_l(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),ul.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ul(this,e,t,!1),t+4},ul.prototype.writeFloatLE=function(e,t,r){return Bl(this,e,t,!0,r)},ul.prototype.writeFloatBE=function(e,t,r){return Bl(this,e,t,!1,r)},ul.prototype.writeDoubleLE=function(e,t,r){return Dl(this,e,t,!0,r)},ul.prototype.writeDoubleBE=function(e,t,r){return Dl(this,e,t,!1,r)},ul.prototype.copy=function(e,t,r,n){if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var o,i=n-r;if(this===e&&r<t&&t<n)for(o=i-1;o>=0;--o)e[o+t]=this[o+r];else if(i<1e3||!ul.TYPED_ARRAY_SUPPORT)for(o=0;o<i;++o)e[o+t]=this[o+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+i),t);return i},ul.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===e.length){var o=e.charCodeAt(0);o<256&&(e=o)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!ul.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var a=hl(e)?e:Hl(new ul(e,n).toString()),u=a.length;for(i=0;i<r-t;++i)this[i+t]=a[i%u]}return this};var Ll,Ml,Wl,Gl,ql,zl,Vl=/[^+\/0-9A-Za-z-_]/g;function Yl(e){return e<16?"0"+e.toString(16):e.toString(16)}function Hl(e,t){var r;t=t||1/0;for(var n=e.length,o=null,i=[],a=0;a<n;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!o){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(a+1===n){(t-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(t-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function $l(e){return function(e){var t,r,n,o,i,a;Qp||Xp();var u=e.length;if(u%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i="="===e[u-2]?2:"="===e[u-1]?1:0,a=new Kp(3*u/4-i),n=i>0?u-4:u;var s=0;for(t=0,r=0;t<n;t+=4,r+=3)o=Jp[e.charCodeAt(t)]<<18|Jp[e.charCodeAt(t+1)]<<12|Jp[e.charCodeAt(t+2)]<<6|Jp[e.charCodeAt(t+3)],a[s++]=o>>16&255,a[s++]=o>>8&255,a[s++]=255&o;return 2===i?(o=Jp[e.charCodeAt(t)]<<2|Jp[e.charCodeAt(t+1)]>>4,a[s++]=255&o):1===i&&(o=Jp[e.charCodeAt(t)]<<10|Jp[e.charCodeAt(t+1)]<<4|Jp[e.charCodeAt(t+2)]>>2,a[s++]=o>>8&255,a[s++]=255&o),a}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(Vl,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function Jl(e,t,r,n){for(var o=0;o<n&&!(o+r>=t.length||o>=e.length);++o)t[o+r]=e[o];return o}function Kl(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function Ql(){if(Ml)return Ll;Ml=1;var e=pp;return Ll=function(t,r){r=r||new FormData;var n=[];function i(t){return null===t?"":e.isDate(t)?t.toISOString():e.isArrayBuffer(t)||e.isTypedArray(t)?"function"==typeof Blob?new Blob([t]):ul.from(t):t}return function t(a,u){if(e.isPlainObject(a)||e.isArray(a)){if(-1!==n.indexOf(a))throw Error("Circular reference detected in "+u);n.push(a),e.forEach(a,(function(n,a){if(!e.isUndefined(n)){var s,c=u?u+"."+a:a;if(n&&!u&&"object"===o(n))if(e.endsWith(a,"{}"))n=JSON.stringify(n);else if(e.endsWith(a,"[]")&&(s=e.toArray(n)))return void s.forEach((function(t){!e.isUndefined(t)&&r.append(c,i(t))}));t(n,c)}})),n.pop()}else r.append(u,i(a))}(t),r}}function Xl(){if(Gl)return Wl;Gl=1;var e=Yp();return Wl=function(t,r,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?r(new e("Request failed with status code "+n.status,[e.ERR_BAD_REQUEST,e.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)}}function Zl(){if(zl)return ql;zl=1;var e=pp;return ql=e.isStandardBrowserEnv()?{write:function(t,r,n,o,i,a){var u=[];u.push(t+"="+encodeURIComponent(r)),e.isNumber(n)&&u.push("expires="+new Date(n).toGMTString()),e.isString(o)&&u.push("path="+o),e.isString(i)&&u.push("domain="+i),!0===a&&u.push("secure"),document.cookie=u.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}}var eh,th,rh,nh,oh,ih,ah,uh,sh,ch,fh,ph,lh=function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)},hh=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e},dh=function(e,t){return e&&!lh(t)?hh(e,t):t};function yh(){if(th)return eh;th=1;var e=pp,t=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];return eh=function(r){var n,o,i,a={};return r?(e.forEach(r.split("\n"),(function(r){if(i=r.indexOf(":"),n=e.trim(r.substr(0,i)).toLowerCase(),o=e.trim(r.substr(i+1)),n){if(a[n]&&t.indexOf(n)>=0)return;a[n]="set-cookie"===n?(a[n]?a[n]:[]).concat([o]):a[n]?a[n]+", "+o:o}})),a):a}}function vh(){if(nh)return rh;nh=1;var e=pp;return rh=e.isStandardBrowserEnv()?function(){var t,r=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(e){var t=e;return r&&(n.setAttribute("href",t),t=n.href),n.setAttribute("href",t),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(r){var n=e.isString(r)?o(r):r;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}}function gh(){if(ih)return oh;ih=1;var e=Yp();function t(t){e.call(this,null==t?"canceled":t,e.ERR_CANCELED),this.name="CanceledError"}return pp.inherits(t,e,{__CANCEL__:!0}),oh=t}function mh(){return uh?ah:(uh=1,ah=function(e){var t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""})}function bh(){if(ch)return sh;ch=1;var e=pp,t=Xl(),r=Zl(),n=dp,o=dh,i=yh(),a=vh(),u=Hp,s=Yp(),c=gh(),f=mh();return sh=function(p){return new Promise((function(l,h){var d,y=p.data,v=p.headers,g=p.responseType;function m(){p.cancelToken&&p.cancelToken.unsubscribe(d),p.signal&&p.signal.removeEventListener("abort",d)}e.isFormData(y)&&e.isStandardBrowserEnv()&&delete v["Content-Type"];var b=new XMLHttpRequest;if(p.auth){var w=p.auth.username||"",A=p.auth.password?unescape(encodeURIComponent(p.auth.password)):"";v.Authorization="Basic "+btoa(w+":"+A)}var R=o(p.baseURL,p.url);function E(){if(b){var e="getAllResponseHeaders"in b?i(b.getAllResponseHeaders()):null,r={data:g&&"text"!==g&&"json"!==g?b.response:b.responseText,status:b.status,statusText:b.statusText,headers:e,config:p,request:b};t((function(e){l(e),m()}),(function(e){h(e),m()}),r),b=null}}if(b.open(p.method.toUpperCase(),n(R,p.params,p.paramsSerializer),!0),b.timeout=p.timeout,"onloadend"in b?b.onloadend=E:b.onreadystatechange=function(){b&&4===b.readyState&&(0!==b.status||b.responseURL&&0===b.responseURL.indexOf("file:"))&&setTimeout(E)},b.onabort=function(){b&&(h(new s("Request aborted",s.ECONNABORTED,p,b)),b=null)},b.onerror=function(){h(new s("Network Error",s.ERR_NETWORK,p,b,b)),b=null},b.ontimeout=function(){var e=p.timeout?"timeout of "+p.timeout+"ms exceeded":"timeout exceeded",t=p.transitional||u;p.timeoutErrorMessage&&(e=p.timeoutErrorMessage),h(new s(e,t.clarifyTimeoutError?s.ETIMEDOUT:s.ECONNABORTED,p,b)),b=null},e.isStandardBrowserEnv()){var S=(p.withCredentials||a(R))&&p.xsrfCookieName?r.read(p.xsrfCookieName):void 0;S&&(v[p.xsrfHeaderName]=S)}"setRequestHeader"in b&&e.forEach(v,(function(e,t){void 0===y&&"content-type"===t.toLowerCase()?delete v[t]:b.setRequestHeader(t,e)})),e.isUndefined(p.withCredentials)||(b.withCredentials=!!p.withCredentials),g&&"json"!==g&&(b.responseType=p.responseType),"function"==typeof p.onDownloadProgress&&b.addEventListener("progress",p.onDownloadProgress),"function"==typeof p.onUploadProgress&&b.upload&&b.upload.addEventListener("progress",p.onUploadProgress),(p.cancelToken||p.signal)&&(d=function(e){b&&(h(!e||e&&e.type?new c:e),b.abort(),b=null)},p.cancelToken&&p.cancelToken.subscribe(d),p.signal&&(p.signal.aborted?d():p.signal.addEventListener("abort",d))),y||(y=null);var P=f(R);P&&-1===["http","https","file"].indexOf(P)?h(new s("Unsupported protocol "+P+":",s.ERR_BAD_REQUEST,p)):b.send(y)}))}}var wh=pp,Ah=function(e,t){Vp.forEach(e,(function(r,n){n!==t&&n.toUpperCase()===t.toUpperCase()&&(e[t]=r,delete e[n])}))},Rh=Yp(),Eh=Hp,Sh=Ql(),Ph={"Content-Type":"application/x-www-form-urlencoded"};function Oh(e,t){!wh.isUndefined(e)&&wh.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}var xh,kh={transitional:Eh,adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==zp&&"[object process]"===Object.prototype.toString.call(zp))&&(xh=bh()),xh),transformRequest:[function(e,t){if(Ah(t,"Accept"),Ah(t,"Content-Type"),wh.isFormData(e)||wh.isArrayBuffer(e)||wh.isBuffer(e)||wh.isStream(e)||wh.isFile(e)||wh.isBlob(e))return e;if(wh.isArrayBufferView(e))return e.buffer;if(wh.isURLSearchParams(e))return Oh(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var r,n=wh.isObject(e),o=t&&t["Content-Type"];if((r=wh.isFileList(e))||n&&"multipart/form-data"===o){var i=this.env&&this.env.FormData;return Sh(r?{"files[]":e}:e,i&&new i)}return n||"application/json"===o?(Oh(t,"application/json"),function(e,t,r){if(wh.isString(e))try{return(t||JSON.parse)(e),wh.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||kh.transitional,r=t&&t.silentJSONParsing,n=t&&t.forcedJSONParsing,o=!r&&"json"===this.responseType;if(o||n&&wh.isString(e)&&e.length)try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw Rh.from(e,Rh.ERR_BAD_RESPONSE,this,null,this.response);throw e}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ph?fh:(ph=1,fh=null)},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};wh.forEach(["delete","get","head"],(function(e){kh.headers[e]={}})),wh.forEach(["post","put","patch"],(function(e){kh.headers[e]=wh.merge(Ph)}));var Ih,jh,Th=kh,Nh=pp,_h=Th;function Ch(){return jh?Ih:(jh=1,Ih=function(e){return!(!e||!e.__CANCEL__)})}var Uh=pp,Fh=function(e,t,r){var n=this||_h;return Nh.forEach(r,(function(r){e=r.call(n,e,t)})),e},Bh=Ch(),Dh=Th,Lh=gh();function Mh(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Lh}var Wh,Gh,qh=pp,zh=function(e,t){t=t||{};var r={};function n(e,t){return qh.isPlainObject(e)&&qh.isPlainObject(t)?qh.merge(e,t):qh.isPlainObject(t)?qh.merge({},t):qh.isArray(t)?t.slice():t}function o(r){return qh.isUndefined(t[r])?qh.isUndefined(e[r])?void 0:n(void 0,e[r]):n(e[r],t[r])}function i(e){if(!qh.isUndefined(t[e]))return n(void 0,t[e])}function a(r){return qh.isUndefined(t[r])?qh.isUndefined(e[r])?void 0:n(void 0,e[r]):n(void 0,t[r])}function u(r){return r in t?n(e[r],t[r]):r in e?n(void 0,e[r]):void 0}var s={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:u};return qh.forEach(Object.keys(e).concat(Object.keys(t)),(function(e){var t=s[e]||o,n=t(e);qh.isUndefined(n)&&t!==u||(r[e]=n)})),r};function Vh(){return Gh?Wh:(Gh=1,Wh={version:"0.27.2"})}var Yh=Vh().version,Hh=Yp(),$h={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){$h[e]=function(r){return o(r)===e||"a"+(t<1?"n ":" ")+e}}));var Jh={};$h.transitional=function(e,t,r){function n(e,t){return"[Axios v"+Yh+"] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,o,i){if(!1===e)throw new Hh(n(o," has been removed"+(t?" in "+t:"")),Hh.ERR_DEPRECATED);return t&&!Jh[o]&&(Jh[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,i)}};var Kh,Qh,Xh,Zh,ed,td,rd=pp,nd=dp,od=gp,id=function(e){return Mh(e),e.headers=e.headers||{},e.data=Fh.call(e,e.data,e.headers,e.transformRequest),e.headers=Uh.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),Uh.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]})),(e.adapter||Dh.adapter)(e).then((function(t){return Mh(e),t.data=Fh.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return Bh(t)||(Mh(e),t&&t.response&&(t.response.data=Fh.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))},ad=zh,ud=dh,sd={assertOptions:function(e,t,r){if("object"!==o(e))throw new Hh("options must be an object",Hh.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(e),i=n.length;i-- >0;){var a=n[i],u=t[a];if(u){var s=e[a],c=void 0===s||u(s,a,e);if(!0!==c)throw new Hh("option "+a+" must be "+c,Hh.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new Hh("Unknown option "+a,Hh.ERR_BAD_OPTION)}},validators:$h},cd=sd.validators;function fd(e){this.defaults=e,this.interceptors={request:new od,response:new od}}fd.prototype.request=function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},(t=ad(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var r=t.transitional;void 0!==r&&sd.assertOptions(r,{silentJSONParsing:cd.transitional(cd.boolean),forcedJSONParsing:cd.transitional(cd.boolean),clarifyTimeoutError:cd.transitional(cd.boolean)},!1);var n=[],o=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(o=o&&e.synchronous,n.unshift(e.fulfilled,e.rejected))}));var i,a=[];if(this.interceptors.response.forEach((function(e){a.push(e.fulfilled,e.rejected)})),!o){var u=[id,void 0];for(Array.prototype.unshift.apply(u,n),u=u.concat(a),i=Promise.resolve(t);u.length;)i=i.then(u.shift(),u.shift());return i}for(var s=t;n.length;){var c=n.shift(),f=n.shift();try{s=c(s)}catch(e){f(e);break}}try{i=id(s)}catch(e){return Promise.reject(e)}for(;a.length;)i=i.then(a.shift(),a.shift());return i},fd.prototype.getUri=function(e){e=ad(this.defaults,e);var t=ud(e.baseURL,e.url);return nd(t,e.params,e.paramsSerializer)},rd.forEach(["delete","get","head","options"],(function(e){fd.prototype[e]=function(t,r){return this.request(ad(r||{},{method:e,url:t,data:(r||{}).data}))}})),rd.forEach(["post","put","patch"],(function(e){function t(t){return function(r,n,o){return this.request(ad(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}fd.prototype[e]=t(),fd.prototype[e+"Form"]=t(!0)}));var pd=pp,ld=Hf,hd=fd,dd=zh;var yd=function e(t){var r=new hd(t),n=ld(hd.prototype.request,r);return pd.extend(n,hd.prototype,r),pd.extend(n,r),n.create=function(r){return e(dd(t,r))},n}(Th);yd.Axios=hd,yd.CanceledError=gh(),yd.CancelToken=function(){if(Qh)return Kh;Qh=1;var e=gh();function t(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var r;this.promise=new Promise((function(e){r=e}));var n=this;this.promise.then((function(e){if(n._listeners){var t,r=n._listeners.length;for(t=0;t<r;t++)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},t((function(t){n.reason||(n.reason=new e(t),r(n.reason))}))}return t.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},t.prototype.subscribe=function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]},t.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}},t.source=function(){var e;return{token:new t((function(t){e=t})),cancel:e}},Kh=t}(),yd.isCancel=Ch(),yd.VERSION=Vh().version,yd.toFormData=Ql(),yd.AxiosError=Yp(),yd.Cancel=yd.CanceledError,yd.all=function(e){return Promise.all(e)},yd.spread=Zh?Xh:(Zh=1,Xh=function(e){return function(t){return e.apply(null,t)}}),yd.isAxiosError=function(){if(td)return ed;td=1;var e=pp;return ed=function(t){return e.isObject(t)&&!0===t.isAxiosError}}(),Yf.exports=yd,Yf.exports.default=yd,function(e){e.exports=Yf.exports}(Vf);var vd=S(Vf.exports),gd=function(){function e(t){var r=t.responseHandler,n=t.requestConfigBuilder;u(this,e),this.responseHandler=r,this.requestConfigBuilder=n}var t,r,o,i,s,f;return c(e,[{key:"get",value:(f=a(regeneratorRuntime.mark((function e(t,r){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.requestConfigBuilder.build("get",t,r);case 2:return n=e.sent,e.next=5,this.sendRequest(n);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(e,t){return f.apply(this,arguments)})},{key:"getData",value:(s=a(regeneratorRuntime.mark((function e(t,r){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.requestConfigBuilder.build("get",t,r,{responseType:"arraybuffer"});case 2:return n=e.sent,e.next=5,this.sendRequest(n);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(e,t){return s.apply(this,arguments)})},{key:"post",value:(i=a(regeneratorRuntime.mark((function e(t,r){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.requestConfigBuilder.build("post",t,r);case 2:return n=e.sent,e.next=5,this.sendRequest(n);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(e,t){return i.apply(this,arguments)})},{key:"postData",value:(o=a(regeneratorRuntime.mark((function e(t,r){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.requestConfigBuilder.build("post",t,r);case 2:return n=e.sent,e.next=5,this.sendRequest(n);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(e,t){return o.apply(this,arguments)})},{key:"put",value:(r=a(regeneratorRuntime.mark((function e(t,r){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.requestConfigBuilder.build("put",t,r);case 2:return n=e.sent,e.next=5,this.sendRequest(n);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(e,t){return r.apply(this,arguments)})},{key:"delete",value:(t=a(regeneratorRuntime.mark((function e(t,r){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,this.requestConfigBuilder.build("delete",t,r);case 2:return n=e.sent,e.next=5,this.sendRequest(n);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)}))),function(e,r){return t.apply(this,arguments)})},{key:"sendRequest",value:function(e){return this.responseHandler.handle(vd(n(n({},e),{},{maxBodyLength:1/0,maxContentLength:1/0})))}}]),e}(),md=Ro,bd=ne,wd=se,Ad=Kc,Rd=H([].join),Ed=bd!=Object,Sd=Ad("join",",");md({target:"Array",proto:!0,forced:Ed||!Sd},{join:function(e){return Rd(wd(this),void 0===e?",":e)}});var Pd,Od=E.Symbol,xd=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"===o(Symbol.iterator))return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0},kd=function(){return"function"==typeof Od&&("function"==typeof Symbol&&("symbol"===o(Od("foo"))&&("symbol"===o(Symbol("bar"))&&xd())))},Id="Function.prototype.bind called on incompatible ",jd=Array.prototype.slice,Td=Object.prototype.toString,Nd="[object Function]",_d=function(e){var t=this;if("function"!=typeof t||Td.call(t)!==Nd)throw new TypeError(Id+t);for(var r,n=jd.call(arguments,1),o=function(){if(this instanceof r){var o=t.apply(this,n.concat(jd.call(arguments)));return Object(o)===o?o:this}return t.apply(e,n.concat(jd.call(arguments)))},i=Math.max(0,t.length-n.length),a=[],u=0;u<i;u++)a.push("$"+u);if(r=Function("binder","return function ("+a.join(",")+"){ return binder.apply(this,arguments); }")(o),t.prototype){var s=function(){};s.prototype=t.prototype,r.prototype=new s,s.prototype=null}return r},Cd=Function.prototype.bind||_d,Ud=Cd.call(Function.call,Object.prototype.hasOwnProperty),Fd=SyntaxError,Bd=Function,Dd=TypeError,Ld=function(e){try{return Bd('"use strict"; return ('+e+").constructor;")()}catch(e){}},Md=Object.getOwnPropertyDescriptor;if(Md)try{Md({},"")}catch(e){Md=null}var Wd,Gd=function(){throw new Dd},qd=Md?function(){try{return Gd}catch(e){try{return Md(arguments,"callee").get}catch(e){return Gd}}}():Gd,zd=kd(),Vd=Object.getPrototypeOf||function(e){return e.__proto__},Yd={},Hd="undefined"==typeof Uint8Array?Pd:Vd(Uint8Array),$d={"%AggregateError%":"undefined"==typeof AggregateError?Pd:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?Pd:ArrayBuffer,"%ArrayIteratorPrototype%":zd?Vd([][Symbol.iterator]()):Pd,"%AsyncFromSyncIteratorPrototype%":Pd,"%AsyncFunction%":Yd,"%AsyncGenerator%":Yd,"%AsyncGeneratorFunction%":Yd,"%AsyncIteratorPrototype%":Yd,"%Atomics%":"undefined"==typeof Atomics?Pd:Atomics,"%BigInt%":"undefined"==typeof BigInt?Pd:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?Pd:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?Pd:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?Pd:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?Pd:FinalizationRegistry,"%Function%":Bd,"%GeneratorFunction%":Yd,"%Int8Array%":"undefined"==typeof Int8Array?Pd:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?Pd:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?Pd:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":zd?Vd(Vd([][Symbol.iterator]())):Pd,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":o(JSON))?JSON:Pd,"%Map%":"undefined"==typeof Map?Pd:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&zd?Vd((new Map)[Symbol.iterator]()):Pd,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?Pd:Promise,"%Proxy%":"undefined"==typeof Proxy?Pd:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?Pd:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?Pd:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&zd?Vd((new Set)[Symbol.iterator]()):Pd,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?Pd:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":zd?Vd(""[Symbol.iterator]()):Pd,"%Symbol%":zd?Symbol:Pd,"%SyntaxError%":Fd,"%ThrowTypeError%":qd,"%TypedArray%":Hd,"%TypeError%":Dd,"%Uint8Array%":"undefined"==typeof Uint8Array?Pd:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?Pd:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?Pd:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?Pd:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?Pd:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?Pd:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?Pd:WeakSet},Jd=function e(t){var r;if("%AsyncFunction%"===t)r=Ld("async function () {}");else if("%GeneratorFunction%"===t)r=Ld("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=Ld("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(r=Vd(o.prototype))}return $d[t]=r,r},Kd={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Qd=Cd,Xd=Ud,Zd=Qd.call(Function.call,Array.prototype.concat),ey=Qd.call(Function.apply,Array.prototype.splice),ty=Qd.call(Function.call,String.prototype.replace),ry=Qd.call(Function.call,String.prototype.slice),ny=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,oy=/\\(\\)?/g,iy=function(e){var t=ry(e,0,1),r=ry(e,-1);if("%"===t&&"%"!==r)throw new Fd("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new Fd("invalid intrinsic syntax, expected opening `%`");var n=[];return ty(e,ny,(function(e,t,r,o){n[n.length]=r?ty(o,oy,"$1"):t||e})),n},ay=function(e,t){var r,n=e;if(Xd(Kd,n)&&(n="%"+(r=Kd[n])[0]+"%"),Xd($d,n)){var o=$d[n];if(o===Yd&&(o=Jd(n)),void 0===o&&!t)throw new Dd("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new Fd("intrinsic "+e+" does not exist!")},uy=SyntaxError,sy=Function,cy=TypeError,fy=function(e){try{return Function('"use strict"; return ('+e+").constructor;")()}catch(e){}},py=Object.getOwnPropertyDescriptor;if(py)try{py({},"")}catch(e){py=null}var ly=function(){throw new cy},hy=py?function(){try{return ly}catch(e){try{return py(arguments,"callee").get}catch(e){return ly}}}():ly,dy=kd(),yy=Object.getPrototypeOf||function(e){return e.__proto__},vy=fy("async function* () {}"),gy=vy?vy.prototype:Wd,my=gy?gy.prototype:Wd,by="undefined"==typeof Uint8Array?Wd:yy(Uint8Array),wy={"%AggregateError%":"undefined"==typeof AggregateError?Wd:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?Wd:ArrayBuffer,"%ArrayIteratorPrototype%":dy?yy([][Symbol.iterator]()):Wd,"%AsyncFromSyncIteratorPrototype%":Wd,"%AsyncFunction%":fy("async function () {}"),"%AsyncGenerator%":gy,"%AsyncGeneratorFunction%":vy,"%AsyncIteratorPrototype%":my?yy(my):Wd,"%Atomics%":"undefined"==typeof Atomics?Wd:Atomics,"%BigInt%":"undefined"==typeof BigInt?Wd:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?Wd:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?Wd:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?Wd:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?Wd:FinalizationRegistry,"%Function%":sy,"%GeneratorFunction%":fy("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?Wd:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?Wd:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?Wd:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":dy?yy(yy([][Symbol.iterator]())):Wd,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":o(JSON))?JSON:Wd,"%Map%":"undefined"==typeof Map?Wd:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&dy?yy((new Map)[Symbol.iterator]()):Wd,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?Wd:Promise,"%Proxy%":"undefined"==typeof Proxy?Wd:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?Wd:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?Wd:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&dy?yy((new Set)[Symbol.iterator]()):Wd,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?Wd:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":dy?yy(""[Symbol.iterator]()):Wd,"%Symbol%":dy?Symbol:Wd,"%SyntaxError%":uy,"%ThrowTypeError%":hy,"%TypedArray%":by,"%TypeError%":cy,"%Uint8Array%":"undefined"==typeof Uint8Array?Wd:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?Wd:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?Wd:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?Wd:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?Wd:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?Wd:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?Wd:WeakSet},Ay={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Ry=Cd,Ey=Ud,Sy=Ry.call(Function.call,Array.prototype.concat),Py=Ry.call(Function.apply,Array.prototype.splice),Oy=Ry.call(Function.call,String.prototype.replace),xy=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,ky=/\\(\\)?/g,Iy=function(e){var t=[];return Oy(e,xy,(function(e,r,n,o){t[t.length]=n?Oy(o,ky,"$1"):r||e})),t},jy=function(e,t){var r,n=e;if(Ey(Ay,n)&&(n="%"+(r=Ay[n])[0]+"%"),Ey(wy,n)){var o=wy[n];if(void 0===o&&!t)throw new cy("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new uy("intrinsic "+e+" does not exist!")},Ty=function(e,t){if("string"!=typeof e||0===e.length)throw new cy("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new cy('"allowMissing" argument must be a boolean');var r=Iy(e),n=r.length>0?r[0]:"",o=jy("%"+n+"%",t),i=o.name,a=o.value,u=!1,s=o.alias;s&&(n=s[0],Py(r,Sy([0,1],s)));for(var c=1,f=!0;c<r.length;c+=1){var p=r[c];if("constructor"!==p&&f||(u=!0),Ey(wy,i="%"+(n+="."+p)+"%"))a=wy[i];else if(null!=a){if(py&&c+1>=r.length){var l=py(a,p);if(f=!!l,!t&&!(p in a))throw new cy("base intrinsic for "+e+" exists, but the property is not available.");a=f&&"get"in l&&!("originalValue"in l.get)?l.get:a[p]}else f=Ey(a,p),a=a[p];f&&!u&&(wy[i]=a)}}return a},Ny={exports:{}};!function(e){var t=Cd,r=Ty,n=r("%Function.prototype.apply%"),o=r("%Function.prototype.call%"),i=r("%Reflect.apply%",!0)||t.call(o,n),a=r("%Object.defineProperty%",!0);if(a)try{a({},"a",{value:1})}catch(e){a=null}e.exports=function(){return i(t,o,arguments)};var u=function(){return i(t,n,arguments)};a?a(e.exports,"apply",{value:u}):e.exports.apply=u}(Ny);var _y=Ty,Cy=Ny.exports,Uy=Cy(_y("String.prototype.indexOf")),Fy=P(Object.freeze({__proto__:null,default:{}})),By="function"==typeof Map&&Map.prototype,Dy=Object.getOwnPropertyDescriptor&&By?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Ly=By&&Dy&&"function"==typeof Dy.get?Dy.get:null,My=By&&Map.prototype.forEach,Wy="function"==typeof Set&&Set.prototype,Gy=Object.getOwnPropertyDescriptor&&Wy?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,qy=Wy&&Gy&&"function"==typeof Gy.get?Gy.get:null,zy=Wy&&Set.prototype.forEach,Vy="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,Yy="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,Hy=Boolean.prototype.valueOf,$y=Object.prototype.toString,Jy=Function.prototype.toString,Ky=String.prototype.match,Qy="function"==typeof BigInt?BigInt.prototype.valueOf:null,Xy=Object.getOwnPropertySymbols,Zy="function"==typeof Symbol?Symbol.prototype.toString:null,ev=Object.prototype.propertyIsEnumerable,tv=Fy.custom,rv=tv&&av(tv)?tv:null;function nv(e,t,r){var n="double"===(r.quoteStyle||t)?'"':"'";return n+e+n}function ov(e){return String(e).replace(/"/g,""")}function iv(e){return"[object Array]"===cv(e)}function av(e){return"[object Symbol]"===cv(e)}var uv=Object.prototype.hasOwnProperty||function(e){return e in this};function sv(e,t){return uv.call(e,t)}function cv(e){return $y.call(e)}function fv(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function pv(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return pv(e.slice(0,t.maxStringLength),t)+n}return nv(e.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,lv),"single",t)}function lv(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+t.toString(16).toUpperCase()}function hv(e){return"Object("+e+")"}function dv(e){return e+" { ? }"}function yv(e,t,r,n){return e+" ("+t+") {"+(n?vv(r,n):r.join(", "))+"}"}function vv(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+e.join(","+r)+"\n"+t.prev}function gv(e,t){var r=iv(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=sv(e,o)?t(e[o],e):""}for(var i in e)sv(e,i)&&(r&&String(Number(i))===i&&i<e.length||(/[^\w$]/.test(i)?n.push(t(i,e)+": "+t(e[i],e)):n.push(i+": "+t(e[i],e))));if("function"==typeof Xy)for(var a=Xy(e),u=0;u<a.length;u++)ev.call(e,a[u])&&n.push("["+t(a[u])+"]: "+t(e[a[u]],e));return n}var mv,bv=function(e,t){if("string"!=typeof e||0===e.length)throw new Dd("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new Dd('"allowMissing" argument must be a boolean');var r=iy(e),n=r.length>0?r[0]:"",o=ay("%"+n+"%",t),i=o.name,a=o.value,u=!1,s=o.alias;s&&(n=s[0],ey(r,Zd([0,1],s)));for(var c=1,f=!0;c<r.length;c+=1){var p=r[c],l=ry(p,0,1),h=ry(p,-1);if(('"'===l||"'"===l||"`"===l||'"'===h||"'"===h||"`"===h)&&l!==h)throw new Fd("property names with quotes must have matching quotes");if("constructor"!==p&&f||(u=!0),Xd($d,i="%"+(n+="."+p)+"%"))a=$d[i];else if(null!=a){if(!(p in a)){if(!t)throw new Dd("base intrinsic for "+e+" exists, but the property is not available.");return}if(Md&&c+1>=r.length){var d=Md(a,p);a=(f=!!d)&&"get"in d&&!("originalValue"in d.get)?d.get:a[p]}else f=Xd(a,p),a=a[p];f&&!u&&($d[i]=a)}}return a},wv=function(e,t){var r=_y(e,!!t);return"function"==typeof r&&Uy(e,".prototype.")>-1?Cy(r):r},Av=function e(t,r,n,i){var a=r||{};if(sv(a,"quoteStyle")&&"single"!==a.quoteStyle&&"double"!==a.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(sv(a,"maxStringLength")&&("number"==typeof a.maxStringLength?a.maxStringLength<0&&a.maxStringLength!==1/0:null!==a.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var u=!sv(a,"customInspect")||a.customInspect;if("boolean"!=typeof u)throw new TypeError('option "customInspect", if provided, must be `true` or `false`');if(sv(a,"indent")&&null!==a.indent&&"\t"!==a.indent&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return pv(t,a);if("number"==typeof t)return 0===t?1/0/t>0?"0":"-0":String(t);if("bigint"==typeof t)return String(t)+"n";var s=void 0===a.depth?5:a.depth;if(void 0===n&&(n=0),n>=s&&s>0&&"object"===o(t))return iv(t)?"[Array]":"[Object]";var c=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=Array(e.indent+1).join(" ")}return{base:r,prev:Array(t+1).join(r)}}(a,n);if(void 0===i)i=[];else if(fv(i,t)>=0)return"[Circular]";function f(t,r,o){if(r&&(i=i.slice()).push(r),o){var u={depth:a.depth};return sv(a,"quoteStyle")&&(u.quoteStyle=a.quoteStyle),e(t,u,n+1,i)}return e(t,a,n+1,i)}if("function"==typeof t){var p=function(e){if(e.name)return e.name;var t=Ky.call(Jy.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),l=gv(t,f);return"[Function"+(p?": "+p:" (anonymous)")+"]"+(l.length>0?" { "+l.join(", ")+" }":"")}if(av(t)){var h=Zy.call(t);return"object"===o(t)?hv(h):h}if(function(e){if(!e||"object"!==o(e))return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var d="<"+String(t.nodeName).toLowerCase(),y=t.attributes||[],v=0;v<y.length;v++)d+=" "+y[v].name+"="+nv(ov(y[v].value),"double",a);return d+=">",t.childNodes&&t.childNodes.length&&(d+="..."),d+="</"+String(t.nodeName).toLowerCase()+">"}if(iv(t)){if(0===t.length)return"[]";var g=gv(t,f);return c&&!function(e){for(var t=0;t<e.length;t++)if(fv(e[t],"\n")>=0)return!1;return!0}(g)?"["+vv(g,c)+"]":"[ "+g.join(", ")+" ]"}if(function(e){return"[object Error]"===cv(e)}(t)){var m=gv(t,f);return 0===m.length?"["+String(t)+"]":"{ ["+String(t)+"] "+m.join(", ")+" }"}if("object"===o(t)&&u){if(rv&&"function"==typeof t[rv])return t[rv]();if("function"==typeof t.inspect)return t.inspect()}if(function(e){if(!Ly||!e||"object"!==o(e))return!1;try{Ly.call(e);try{qy.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var b=[];return My.call(t,(function(e,r){b.push(f(r,t,!0)+" => "+f(e,t))})),yv("Map",Ly.call(t),b,c)}if(function(e){if(!qy||!e||"object"!==o(e))return!1;try{qy.call(e);try{Ly.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var w=[];return zy.call(t,(function(e){w.push(f(e,t))})),yv("Set",qy.call(t),w,c)}if(function(e){if(!Vy||!e||"object"!==o(e))return!1;try{Vy.call(e,Vy);try{Yy.call(e,Yy)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return dv("WeakMap");if(function(e){if(!Yy||!e||"object"!==o(e))return!1;try{Yy.call(e,Yy);try{Vy.call(e,Vy)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return dv("WeakSet");if(function(e){return"[object Number]"===cv(e)}(t))return hv(f(Number(t)));if(function(e){return"[object BigInt]"===cv(e)}(t))return hv(f(Qy.call(t)));if(function(e){return"[object Boolean]"===cv(e)}(t))return hv(Hy.call(t));if(function(e){return"[object String]"===cv(e)}(t))return hv(f(String(t)));if(!function(e){return"[object Date]"===cv(e)}(t)&&!function(e){return"[object RegExp]"===cv(e)}(t)){var A=gv(t,f);return 0===A.length?"{}":c?"{"+vv(A,c)+"}":"{ "+A.join(", ")+" }"}return String(t)},Rv=bv("%TypeError%"),Ev=bv("%WeakMap%",!0),Sv=bv("%Map%",!0),Pv=wv("WeakMap.prototype.get",!0),Ov=wv("WeakMap.prototype.set",!0),xv=wv("WeakMap.prototype.has",!0),kv=wv("Map.prototype.get",!0),Iv=wv("Map.prototype.set",!0),jv=wv("Map.prototype.has",!0),Tv=function(e,t){for(var r,n=e;null!==(r=n.next);n=r)if(r.key===t)return n.next=r.next,r.next=e.next,e.next=r,r},Nv=String.prototype.replace,_v=/%20/g,Cv="RFC3986",Uv={default:Cv,formatters:{RFC1738:function(e){return Nv.call(e,_v,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:Cv},Fv=Uv,Bv=Object.prototype.hasOwnProperty,Dv=Array.isArray,Lv=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),Mv=function(e,t){for(var r=t&&t.plainObjects?Object.create(null):{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r},Wv={arrayToObject:Mv,assign:function(e,t){return Object.keys(t).reduce((function(e,r){return e[r]=t[r],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var i=t[n],a=i.obj[i.prop],u=Object.keys(a),s=0;s<u.length;++s){var c=u[s],f=a[c];"object"===o(f)&&null!==f&&-1===r.indexOf(f)&&(t.push({obj:a,prop:c}),r.push(f))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(Dv(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,n,i){if(0===e.length)return e;var a=e;if("symbol"===o(e)?a=Symbol.prototype.toString.call(e):"string"!=typeof e&&(a=String(e)),"iso-8859-1"===r)return escape(a).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var u="",s=0;s<a.length;++s){var c=a.charCodeAt(s);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||i===Fv.RFC1738&&(40===c||41===c)?u+=a.charAt(s):c<128?u+=Lv[c]:c<2048?u+=Lv[192|c>>6]+Lv[128|63&c]:c<55296||c>=57344?u+=Lv[224|c>>12]+Lv[128|c>>6&63]+Lv[128|63&c]:(s+=1,c=65536+((1023&c)<<10|1023&a.charCodeAt(s)),u+=Lv[240|c>>18]+Lv[128|c>>12&63]+Lv[128|c>>6&63]+Lv[128|63&c])}return u},isBuffer:function(e){return!(!e||"object"!==o(e))&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(Dv(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!==o(r)){if(Dv(t))t.push(r);else{if(!t||"object"!==o(t))return[t,r];(n&&(n.plainObjects||n.allowPrototypes)||!Bv.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!==o(t))return[t].concat(r);var i=t;return Dv(t)&&!Dv(r)&&(i=Mv(t,n)),Dv(t)&&Dv(r)?(r.forEach((function(r,i){if(Bv.call(t,i)){var a=t[i];a&&"object"===o(a)&&r&&"object"===o(r)?t[i]=e(a,r,n):t.push(r)}else t[i]=r})),t):Object.keys(r).reduce((function(t,o){var i=r[o];return Bv.call(t,o)?t[o]=e(t[o],i,n):t[o]=i,t}),i)}},Gv=function(){var e,t,r,n={assert:function(e){if(!n.has(e))throw new Rv("Side channel does not contain "+Av(e))},get:function(n){if(Ev&&n&&("object"===o(n)||"function"==typeof n)){if(e)return Pv(e,n)}else if(Sv){if(t)return kv(t,n)}else if(r)return function(e,t){var r=Tv(e,t);return r&&r.value}(r,n)},has:function(n){if(Ev&&n&&("object"===o(n)||"function"==typeof n)){if(e)return xv(e,n)}else if(Sv){if(t)return jv(t,n)}else if(r)return function(e,t){return!!Tv(e,t)}(r,n);return!1},set:function(n,i){Ev&&n&&("object"===o(n)||"function"==typeof n)?(e||(e=new Ev),Ov(e,n,i)):Sv?(t||(t=new Sv),Iv(t,n,i)):(r||(r={key:{},next:null}),function(e,t,r){var n=Tv(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(r,n,i))}};return n},qv=Wv,zv=Uv,Vv=Object.prototype.hasOwnProperty,Yv={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},Hv=Array.isArray,$v=String.prototype.split,Jv=Array.prototype.push,Kv=function(e,t){Jv.apply(e,Hv(t)?t:[t])},Qv=Date.prototype.toISOString,Xv=zv.default,Zv={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:qv.encode,encodeValuesOnly:!1,format:Xv,formatter:zv.formatters[Xv],indices:!1,serializeDate:function(e){return Qv.call(e)},skipNulls:!1,strictNullHandling:!1},eg={},tg=function e(t,r,n,i,a,u,s,c,f,p,l,h,d,y,v){for(var g,m=t,b=v,w=0,A=!1;void 0!==(b=b.get(eg))&&!A;){var R=b.get(t);if(w+=1,void 0!==R){if(R===w)throw new RangeError("Cyclic object value");A=!0}void 0===b.get(eg)&&(w=0)}if("function"==typeof s?m=s(r,m):m instanceof Date?m=p(m):"comma"===n&&Hv(m)&&(m=qv.maybeMap(m,(function(e){return e instanceof Date?p(e):e}))),null===m){if(i)return u&&!d?u(r,Zv.encoder,y,"key",l):r;m=""}if("string"==typeof(g=m)||"number"==typeof g||"boolean"==typeof g||"symbol"===o(g)||"bigint"==typeof g||qv.isBuffer(m)){if(u){var E=d?r:u(r,Zv.encoder,y,"key",l);if("comma"===n&&d){for(var S=$v.call(String(m),","),P="",O=0;O<S.length;++O)P+=(0===O?"":",")+h(u(S[O],Zv.encoder,y,"value",l));return[h(E)+"="+P]}return[h(E)+"="+h(u(m,Zv.encoder,y,"value",l))]}return[h(r)+"="+h(String(m))]}var x,k=[];if(void 0===m)return k;if("comma"===n&&Hv(m))x=[{value:m.length>0?m.join(",")||null:void 0}];else if(Hv(s))x=s;else{var I=Object.keys(m);x=c?I.sort(c):I}for(var j=0;j<x.length;++j){var T=x[j],N="object"===o(T)&&void 0!==T.value?T.value:m[T];if(!a||null!==N){var _=Hv(m)?"function"==typeof n?n(r,T):r:r+(f?"."+T:"["+T+"]");v.set(t,w);var C=Gv();C.set(eg,v),Kv(k,e(N,_,n,i,a,u,s,c,f,p,l,h,d,y,C))}}return k},rg=Wv,ng=Object.prototype.hasOwnProperty,og=Array.isArray,ig={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:rg.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},ag=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},ug=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},sg=function(e,t,r,n){if(e){var o=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,a=r.depth>0&&/(\[[^[\]]*])/.exec(o),u=a?o.slice(0,a.index):o,s=[];if(u){if(!r.plainObjects&&ng.call(Object.prototype,u)&&!r.allowPrototypes)return;s.push(u)}for(var c=0;r.depth>0&&null!==(a=i.exec(o))&&c<r.depth;){if(c+=1,!r.plainObjects&&ng.call(Object.prototype,a[1].slice(1,-1))&&!r.allowPrototypes)return;s.push(a[1])}return a&&s.push("["+o.slice(a.index)+"]"),function(e,t,r,n){for(var o=n?t:ug(t,r),i=e.length-1;i>=0;--i){var a,u=e[i];if("[]"===u&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var s="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,c=parseInt(s,10);r.parseArrays||""!==s?!isNaN(c)&&u!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(a=[])[c]=o:"__proto__"!==s&&(a[s]=o):a={0:o}}o=a}return o}(s,t,r,n)}},cg={formats:Uv,parse:function(e,t){var r=function(e){if(!e)return ig;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?ig.charset:e.charset;return{allowDots:void 0===e.allowDots?ig.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:ig.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:ig.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:ig.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:ig.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:ig.comma,decoder:"function"==typeof e.decoder?e.decoder:ig.decoder,delimiter:"string"==typeof e.delimiter||rg.isRegExp(e.delimiter)?e.delimiter:ig.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:ig.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:ig.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:ig.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:ig.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:ig.strictNullHandling}}(t);if(""===e||null==e)return r.plainObjects?Object.create(null):{};for(var n="string"==typeof e?function(e,t){var r,n={},o=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,i=t.parameterLimit===1/0?void 0:t.parameterLimit,a=o.split(t.delimiter,i),u=-1,s=t.charset;if(t.charsetSentinel)for(r=0;r<a.length;++r)0===a[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[r]?s="utf-8":"utf8=%26%2310003%3B"===a[r]&&(s="iso-8859-1"),u=r,r=a.length);for(r=0;r<a.length;++r)if(r!==u){var c,f,p=a[r],l=p.indexOf("]="),h=-1===l?p.indexOf("="):l+1;-1===h?(c=t.decoder(p,ig.decoder,s,"key"),f=t.strictNullHandling?null:""):(c=t.decoder(p.slice(0,h),ig.decoder,s,"key"),f=rg.maybeMap(ug(p.slice(h+1),t),(function(e){return t.decoder(e,ig.decoder,s,"value")}))),f&&t.interpretNumericEntities&&"iso-8859-1"===s&&(f=ag(f)),p.indexOf("[]=")>-1&&(f=og(f)?[f]:f),ng.call(n,c)?n[c]=rg.combine(n[c],f):n[c]=f}return n}(e,r):e,o=r.plainObjects?Object.create(null):{},i=Object.keys(n),a=0;a<i.length;++a){var u=i[a],s=sg(u,n[u],r,"string"==typeof e);o=rg.merge(o,s,r)}return!0===r.allowSparse?o:rg.compact(o)},stringify:function(e,t){var r,n=e,i=function(e){if(!e)return Zv;if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||Zv.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=zv.default;if(void 0!==e.format){if(!Vv.call(zv.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n=zv.formatters[r],o=Zv.filter;return("function"==typeof e.filter||Hv(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Zv.addQueryPrefix,allowDots:void 0===e.allowDots?Zv.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Zv.charsetSentinel,delimiter:void 0===e.delimiter?Zv.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Zv.encode,encoder:"function"==typeof e.encoder?e.encoder:Zv.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Zv.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Zv.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Zv.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Zv.strictNullHandling}}(t);"function"==typeof i.filter?n=(0,i.filter)("",n):Hv(i.filter)&&(r=i.filter);var a,u=[];if("object"!==o(n)||null===n)return"";a=t&&t.arrayFormat in Yv?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var s=Yv[a];r||(r=Object.keys(n)),i.sort&&r.sort(i.sort);for(var c=Gv(),f=0;f<r.length;++f){var p=r[f];i.skipNulls&&null===n[p]||Kv(u,tg(n[p],p,s,i.strictNullHandling,i.skipNulls,i.encode?i.encoder:null,i.filter,i.sort,i.allowDots,i.serializeDate,i.format,i.formatter,i.encodeValuesOnly,i.charset,c))}var l=u.join(i.delimiter),h=!0===i.addQueryPrefix?"?":"";return i.charsetSentinel&&("iso-8859-1"===i.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),l.length>0?h+l:""}},fg="function"==typeof btoa,pg="function"==typeof Buffer,lg=("function"==typeof TextDecoder&&new TextDecoder,"function"==typeof TextEncoder?new TextEncoder:void 0),hg=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),dg=(mv={},hg.forEach((function(e,t){return mv[e]=t})),String.fromCharCode.bind(String)),yg=("function"==typeof Uint8Array.from&&Uint8Array.from.bind(Uint8Array),function(e){return e.replace(/=/g,"").replace(/[+\/]/g,(function(e){return"+"==e?"-":"_"}))}),vg=function(e){for(var t,r,n,o,i="",a=e.length%3,u=0;u<e.length;){if((r=e.charCodeAt(u++))>255||(n=e.charCodeAt(u++))>255||(o=e.charCodeAt(u++))>255)throw new TypeError("invalid character found");i+=hg[(t=r<<16|n<<8|o)>>18&63]+hg[t>>12&63]+hg[t>>6&63]+hg[63&t]}return a?i.slice(0,a-3)+"===".substring(a):i},gg=fg?function(e){return btoa(e)}:pg?function(e){return Buffer.from(e,"binary").toString("base64")}:vg,mg=pg?function(e){return Buffer.from(e).toString("base64")}:function(e){for(var t=[],r=0,n=e.length;r<n;r+=4096)t.push(dg.apply(null,e.subarray(r,r+4096)));return gg(t.join(""))},bg=function(e){if(e.length<2)return(t=e.charCodeAt(0))<128?e:t<2048?dg(192|t>>>6)+dg(128|63&t):dg(224|t>>>12&15)+dg(128|t>>>6&63)+dg(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return dg(240|t>>>18&7)+dg(128|t>>>12&63)+dg(128|t>>>6&63)+dg(128|63&t)},wg=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,Ag=function(e){return e.replace(wg,bg)},Rg=pg?function(e){return Buffer.from(e,"utf8").toString("base64")}:lg?function(e){return mg(lg.encode(e))}:function(e){return gg(Ag(e))},Eg=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t?yg(Rg(e)):Rg(e)},Sg=Eg,Pg=function(){function e(t){var r=t.baseUrl,n=t.auth,o=t.basicAuth,i=t.clientCertAuth,a=t.proxy,s=t.userAgent;u(this,e),this.baseUrl=r,this.auth=n,this.headers=this.buildHeaders({basicAuth:o,userAgent:s}),this.clientCertAuth=i,this.proxy=a,this.requestToken=null}var r,o,i;return c(e,[{key:"build",value:(i=a(regeneratorRuntime.mark((function e(r,o,i,a){var u,s,c,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:u=n(n(n({method:r,headers:this.headers,url:"".concat(this.baseUrl).concat(o)},a||{}),t.buildPlatformDependentConfig({clientCertAuth:this.clientCertAuth})),{},{proxy:this.proxy}),e.t0=r,e.next="get"===e.t0?4:"post"===e.t0?16:"put"===e.t0?29:"delete"===e.t0?37:44;break;case 4:if(!((s=this.buildRequestUrl(o,i)).length>4096)){e.next=15;break}return e.t1=n,e.t2=n({},u),e.t3={},e.t4=n(n({},this.headers),{},{"X-HTTP-Method-Override":"GET"}),e.next=12,this.buildData(i);case 12:return e.t5=e.sent,e.t6={method:"post",headers:e.t4,data:e.t5},e.abrupt("return",(0,e.t1)(e.t2,e.t3,e.t6));case 15:return e.abrupt("return",n(n({},u),{},{url:s}));case 16:if(!(i instanceof qf)){e.next=21;break}return e.next=19,this.buildData(i);case 19:return c=e.sent,e.abrupt("return",n(n({},u),{},{headers:"function"==typeof c.getHeaders?n(n({},this.headers),c.getHeaders()):this.headers,data:c}));case 21:return e.t7=n,e.t8=n({},u),e.t9={},e.next=26,this.buildData(i);case 26:return e.t10=e.sent,e.t11={data:e.t10},e.abrupt("return",(0,e.t7)(e.t8,e.t9,e.t11));case 29:return e.t12=n,e.t13=n({},u),e.t14={},e.next=34,this.buildData(i);case 34:return e.t15=e.sent,e.t16={data:e.t15},e.abrupt("return",(0,e.t12)(e.t13,e.t14,e.t16));case 37:return e.t17=this,e.t18=o,e.next=41,this.buildData(i);case 41:return e.t19=e.sent,f=e.t17.buildRequestUrl.call(e.t17,e.t18,e.t19),e.abrupt("return",n(n({},u),{},{url:f}));case 44:throw new Error("".concat(r," method is not supported"));case 45:case"end":return e.stop()}}),e,this)}))),function(e,t,r,n){return i.apply(this,arguments)})},{key:"buildRequestUrl",value:function(e,t){return"".concat(this.baseUrl).concat(e,"?").concat(cg.stringify(t))}},{key:"buildData",value:(o=a(regeneratorRuntime.mark((function e(t){var r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if("session"!==this.auth.type){e.next=8;break}return e.next=3,this.getRequestToken();case 3:if(r=e.sent,!(t instanceof qf)){e.next=7;break}return t.append("__REQUEST_TOKEN__",r),e.abrupt("return",t);case 7:return e.abrupt("return",n({__REQUEST_TOKEN__:r},t));case 8:return e.abrupt("return",t);case 9:case"end":return e.stop()}}),e,this)}))),function(e){return o.apply(this,arguments)})},{key:"buildHeaders",value:function(e){var r=e.basicAuth,o=e.userAgent,i=r?{Authorization:"Basic ".concat(Sg("".concat(r.username,":").concat(r.password)))}:{},a=n(n({},t.buildHeaders({userAgent:o})),i);switch(this.auth.type){case"password":return n(n({},a),{},{"X-Cybozu-Authorization":Sg("".concat(this.auth.username,":").concat(this.auth.password))});case"apiToken":var u=this.auth.apiToken;return Array.isArray(u)?n(n({},a),{},{"X-Cybozu-API-Token":u.join(",")}):n(n({},a),{},{"X-Cybozu-API-Token":u});case"oAuthToken":return n(n({},a),{},{Authorization:"Bearer ".concat(this.auth.oAuthToken)});default:return n(n({},a),{},{"X-Requested-With":"XMLHttpRequest"})}}},{key:"getRequestToken",value:(r=a(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null!==this.requestToken){e.next=4;break}return e.next=3,t.getRequestToken();case 3:this.requestToken=e.sent;case 4:return e.abrupt("return",this.requestToken);case 5:case"end":return e.stop()}}),e,this)}))),function(){return r.apply(this,arguments)})}]),e}(),Og=H,xg=wn,kg=Date.prototype,Ig="Invalid Date",jg="toString",Tg=Og(kg.toString),Ng=Og(kg.getTime);String(new Date(NaN))!=Ig&&xg(kg,jg,(function(){var e=Ng(this);return e==e?Tg(this):Ig}));var _g=C,Cg=ot,Ug=ve,Fg=Xi,Bg=RegExp.prototype,Dg=Ar.PROPER,Lg=wn,Mg=er,Wg=Ki,Gg=I,qg=function(e){var t=e.flags;return void 0!==t||"flags"in Bg||Cg(e,"flags")||!Ug(Bg,e)?t:_g(Fg,e)},zg="toString",Vg=RegExp.prototype.toString,Yg=Gg((function(){return"/a/b"!=Vg.call({source:"a",flags:"b"})})),Hg=Dg&&Vg.name!=zg;(Yg||Hg)&&Lg(RegExp.prototype,zg,(function(){var e=Mg(this);return"/"+Wg(e.source)+"/"+Wg(qg(e))}),{unsafe:!0});var $g,Jg=function(e){p(r,e);var t=w(r);function r(e){var n;return u(this,r),(n=t.call(this,e)).name="KintoneAbortSearchError",n.message=e,Object.setPrototypeOf(m(n),r.prototype),n}return c(r)}(v(Error)),Kg=function(e){p(r,e);var t=w(r);function r(e){var n;u(this,r);var o=r.buildErrorResponseDateWithIndex(e),i=o.data,a=o.bulkRequestIndex;return(n=t.call(this,i.message)).name="KintoneRestAPIError",n.id=i.id,n.code=i.code,n.errors=i.errors,n.status=e.status,n.bulkRequestIndex=a,n.headers=e.headers,n.message="[".concat(e.status,"] [").concat(n.code,"] ").concat(n.message," (").concat(n.id,")"),Error.captureStackTrace&&Error.captureStackTrace(m(n),r),Object.setPrototypeOf(m(n),r.prototype),n}return c(r,null,[{key:"findErrorResponseDataWithIndex",value:function(e){for(var t=0;t<e.length;t++){if(0!==Object.keys(e[t]).length)return{data:e[t],bulkRequestIndex:t}}throw Error("Missing response data in `results`. This error is likely caused by a bug in Kintone REST API Client. Please file an issue.")}},{key:"buildErrorResponseDateWithIndex",value:function(e){return"results"in e.data?r.findErrorResponseDataWithIndex(e.data.results):{data:e.data}}}]),r}(v(Error)),Qg=["data"],Xg=function(){function e(t){var r=t.enableAbortSearchError;u(this,e),this.enableAbortSearchError=r}return c(e,[{key:"handle",value:function(e){var t=this;return e.then((function(e){return t.handleSuccessResponse(e)}),(function(e){return t.handleErrorResponse(e)}))}},{key:"handleSuccessResponse",value:function(e){if(this.enableAbortSearchError&&/Filter aborted because of too many search results/.test(e.headers["x-cybozu-warning"]))throw new Jg(e.headers["x-cybozu-warning"]);return e.data}},{key:"handleErrorResponse",value:function(e){if(!e.response){if(/mac verify failure/.test(e.toString()))throw new Error("invalid clientCertAuth setting");throw e}var t=e.response,r=t.data,o=g(t,Qg);if("string"==typeof r)throw new Error("".concat(o.status,": ").concat(o.statusText));throw new Kg(n({data:r},o))}}]),e}(),Zg=function(e){if("username"in e)return n({type:"password"},e);if("apiToken"in e)return n({type:"apiToken"},e);if("oAuthToken"in e)return n({type:"oAuthToken"},e);try{return t.getDefaultAuth()}catch(e){if(e instanceof Vi)throw new Error("session authentication is not supported in ".concat(e.platform," environment."));throw e}},em=function(){function e(){var r,o,i,a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};u(this,e),tm(a),this.baseUrl=t.buildBaseUrl(a.baseUrl).replace(/\/+$/,"");var s=Zg(null!==(r=a.auth)&&void 0!==r?r:{}),c=new Pg(n(n({},a),{},{baseUrl:this.baseUrl,auth:s})),f=new Xg({enableAbortSearchError:null!==(o=null===(i=a.featureFlags)||void 0===i?void 0:i.enableAbortSearchError)&&void 0!==o&&o}),p=new gd({responseHandler:f,requestConfigBuilder:c}),l=a.guestSpaceId;this.bulkRequest_=new Os(p,l),this.record=new Gf(p,this.bulkRequest_,l),this.app=new Ws(p,l),this.file=new zf(p,l)}return c(e,[{key:"getBaseUrl",value:function(){return this.baseUrl}},{key:"bulkRequest",value:function(e){return this.bulkRequest_.send(e)}}],[{key:"version",get:function(){return t.getVersion()}}]),e}(),tm=function(e){rm(e.guestSpaceId)},rm=function(e){if(""===e||null===e)throw new Error("invalid guestSpaceId: got [".concat(e,"]"))};($g=Hi).readFileFromPath&&(t.readFileFromPath=$g.readFileFromPath),$g.getRequestToken&&(t.getRequestToken=$g.getRequestToken),$g.getDefaultAuth&&(t.getDefaultAuth=$g.getDefaultAuth),$g.buildPlatformDependentConfig&&(t.buildPlatformDependentConfig=$g.buildPlatformDependentConfig),$g.buildHeaders&&(t.buildHeaders=$g.buildHeaders),$g.buildFormDataValue&&(t.buildFormDataValue=$g.buildFormDataValue),$g.buildBaseUrl&&(t.buildBaseUrl=$g.buildBaseUrl),$g.getVersion&&(t.getVersion=$g.getVersion),e.KintoneAbortSearchError=Jg,e.KintoneAllRecordsError=Bf,e.KintoneRestAPIClient=em,e.KintoneRestAPIError=Kg,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).window=t.window||{})}(this,(function(t){"use strict";var e={readFileFromPath:function(){throw new Error("not implemented")},getRequestToken:function(){throw new Error("not implemented")},getDefaultAuth:function(){throw new Error("not implemented")},buildPlatformDependentConfig:function(){throw new Error("not implemented")},buildHeaders:function(){throw new Error("not implemented")},buildFormDataValue:function(){throw new Error("not implemented")},buildBaseUrl:function(){throw new Error("not implemented")},getVersion:function(){throw new Error("not implemented")}};function r(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){p(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function o(){
|
|
2
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
3
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
4
|
+
o=function(){return t};var t={},e=Object.prototype,r=e.hasOwnProperty,n="function"==typeof Symbol?Symbol:{},i=n.iterator||"@@iterator",a=n.asyncIterator||"@@asyncIterator",u=n.toStringTag||"@@toStringTag";function s(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,r){return t[e]=r}}function c(t,e,r,n){var o=e&&e.prototype instanceof l?e:l,i=Object.create(o.prototype),a=new R(n||[]);return i._invoke=function(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return O()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var u=A(a,r);if(u){if(u===p)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=f(t,e,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===p)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}(t,r,a),i}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=c;var p={};function l(){}function h(){}function d(){}var y={};s(y,i,(function(){return this}));var v=Object.getPrototypeOf,g=v&&v(v(P([])));g&&g!==e&&r.call(g,i)&&(y=g);var b=d.prototype=l.prototype=Object.create(y);function m(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function n(o,i,a,u){var s=f(t[o],t,i);if("throw"!==s.type){var c=s.arg,p=c.value;return p&&"object"==typeof p&&r.call(p,"__await")?e.resolve(p.__await).then((function(t){n("next",t,a,u)}),(function(t){n("throw",t,a,u)})):e.resolve(p).then((function(t){c.value=t,a(c)}),(function(t){return n("throw",t,a,u)}))}u(s.arg)}var o;this._invoke=function(t,r){function i(){return new e((function(e,o){n(t,r,e,o)}))}return o=o?o.then(i,i):i()}}function A(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,A(t,e),"throw"===e.method))return p;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,p;var o=n.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,p):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,p)}function S(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function R(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function P(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function e(){for(;++n<t.length;)if(r.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:O}}function O(){return{value:void 0,done:!0}}return h.prototype=d,s(b,"constructor",d),s(d,"constructor",h),h.displayName=s(d,u,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===h||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,d):(t.__proto__=d,s(t,u,"GeneratorFunction")),t.prototype=Object.create(b),t},t.awrap=function(t){return{__await:t}},m(w.prototype),s(w.prototype,a,(function(){return this})),t.AsyncIterator=w,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new w(c(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},m(b),s(b,u,"Generator"),s(b,i,(function(){return this})),s(b,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=P,R.prototype={constructor:R,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&r.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var u=r.call(i,"catchLoc"),s=r.call(i,"finallyLoc");if(u&&s){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,p):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),p},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),E(r),p}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;E(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:P(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),p}},t}function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(t,e,r,n,o,i,a){try{var u=t[i](a),s=u.value}catch(t){return void r(t)}u.done?e(s):Promise.resolve(s).then(n,o)}function u(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function u(t){a(i,n,o,u,s,"next",t)}function s(t){a(i,n,o,u,s,"throw",t)}u(void 0)}))}}function s(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function f(t,e,r){return e&&c(t.prototype,e),r&&c(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function p(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function l(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&d(t,e)}function h(t){return(h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function d(t,e){return(d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function y(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function v(t,e,r){return(v=y()?Reflect.construct.bind():function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&d(o,r.prototype),o}).apply(null,arguments)}function g(t){var e="function"==typeof Map?new Map:void 0;return(g=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return v(t,arguments,h(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),d(n,t)})(t)}function b(t,e){if(null==t)return{};var r,n,o=function(t,e){if(null==t)return{};var r,n,o={},i=Object.keys(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||(o[r]=t[r]);return o}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(n=0;n<i.length;n++)r=i[n],e.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(t,r)&&(o[r]=t[r])}return o}function m(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function w(t,e){if(e&&("object"==typeof e||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return m(t)}function A(t){var e=y();return function(){var r,n=h(t);if(e){var o=h(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return w(this,r)}}function S(t){return function(t){if(Array.isArray(t))return E(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return E(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);"Object"===r&&t.constructor&&(r=t.constructor.name);if("Map"===r||"Set"===r)return Array.from(t);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return E(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function E(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}var R="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function P(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function O(t){var e=t.default;if("function"==typeof e){var r=function(){return e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach((function(e){var n=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(r,e,n.get?n:{enumerable:!0,get:function(){return t[e]}})})),r}var x=function(t){return t&&t.Math==Math&&t},k=x("object"==("undefined"==typeof globalThis?"undefined":i(globalThis))&&globalThis)||x("object"==("undefined"==typeof window?"undefined":i(window))&&window)||x("object"==("undefined"==typeof self?"undefined":i(self))&&self)||x("object"==i(R)&&R)||function(){return this}()||Function("return this")(),I={},j=function(t){try{return!!t()}catch(t){return!0}},T=!j((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),N=!j((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),_=N,C=Function.prototype.call,U=_?C.bind(C):function(){return C.apply(C,arguments)},F={},B={}.propertyIsEnumerable,D=Object.getOwnPropertyDescriptor,L=D&&!B.call({1:2},1);F.f=L?function(t){var e=D(this,t);return!!e&&e.enumerable}:B;var M,W,G=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},q=N,z=Function.prototype,V=z.bind,Y=z.call,H=q&&V.bind(Y,Y),$=q?function(t){return t&&H(t)}:function(t){return t&&function(){return Y.apply(t,arguments)}},J=$,K=J({}.toString),Q=J("".slice),X=function(t){return Q(K(t),8,-1)},Z=j,tt=X,et=Object,rt=$("".split),nt=Z((function(){return!et("z").propertyIsEnumerable(0)}))?function(t){return"String"==tt(t)?rt(t,""):et(t)}:et,ot=TypeError,it=function(t){if(null==t)throw ot("Can't call method on "+t);return t},at=nt,ut=it,st=function(t){return at(ut(t))},ct=function(t){return"function"==typeof t},ft=ct,pt=function(t){return"object"==i(t)?null!==t:ft(t)},lt=k,ht=ct,dt=function(t){return ht(t)?t:void 0},yt=function(t,e){return arguments.length<2?dt(lt[t]):lt[t]&<[t][e]},vt=$({}.isPrototypeOf),gt=k,bt=yt("navigator","userAgent")||"",mt=gt.process,wt=gt.Deno,At=mt&&mt.versions||wt&&wt.version,St=At&&At.v8;St&&(W=(M=St.split("."))[0]>0&&M[0]<4?1:+(M[0]+M[1])),!W&&bt&&(!(M=bt.match(/Edge\/(\d+)/))||M[1]>=74)&&(M=bt.match(/Chrome\/(\d+)/))&&(W=+M[1]);var Et=W,Rt=Et,Pt=j,Ot=!!Object.getOwnPropertySymbols&&!Pt((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&Rt&&Rt<41})),xt=Ot&&!Symbol.sham&&"symbol"==i(Symbol.iterator),kt=yt,It=ct,jt=vt,Tt=Object,Nt=xt?function(t){return"symbol"==i(t)}:function(t){var e=kt("Symbol");return It(e)&&jt(e.prototype,Tt(t))},_t=String,Ct=ct,Ut=function(t){try{return _t(t)}catch(t){return"Object"}},Ft=TypeError,Bt=function(t){if(Ct(t))return t;throw Ft(Ut(t)+" is not a function")},Dt=Bt,Lt=function(t,e){var r=t[e];return null==r?void 0:Dt(r)},Mt=U,Wt=ct,Gt=pt,qt=TypeError,zt={exports:{}},Vt=k,Yt=Object.defineProperty,Ht=function(t,e){try{Yt(Vt,t,{value:e,configurable:!0,writable:!0})}catch(r){Vt[t]=e}return e},$t=Ht,Jt="__core-js_shared__",Kt=k[Jt]||$t(Jt,{}),Qt=Kt;(zt.exports=function(t,e){return Qt[t]||(Qt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.22.8",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.22.8/LICENSE",source:"https://github.com/zloirock/core-js"});var Xt=it,Zt=Object,te=function(t){return Zt(Xt(t))},ee=te,re=$({}.hasOwnProperty),ne=Object.hasOwn||function(t,e){return re(ee(t),e)},oe=$,ie=0,ae=Math.random(),ue=oe(1..toString),se=function(t){return"Symbol("+(void 0===t?"":t)+")_"+ue(++ie+ae,36)},ce=k,fe=zt.exports,pe=ne,le=se,he=Ot,de=xt,ye=fe("wks"),ve=ce.Symbol,ge=ve&&ve.for,be=de?ve:ve&&ve.withoutSetter||le,me=function(t){if(!pe(ye,t)||!he&&"string"!=typeof ye[t]){var e="Symbol."+t;he&&pe(ve,t)?ye[t]=ve[t]:ye[t]=de&&ge?ge(e):be(e)}return ye[t]},we=U,Ae=pt,Se=Nt,Ee=Lt,Re=function(t,e){var r,n;if("string"===e&&Wt(r=t.toString)&&!Gt(n=Mt(r,t)))return n;if(Wt(r=t.valueOf)&&!Gt(n=Mt(r,t)))return n;if("string"!==e&&Wt(r=t.toString)&&!Gt(n=Mt(r,t)))return n;throw qt("Can't convert object to primitive value")},Pe=TypeError,Oe=me("toPrimitive"),xe=function(t,e){if(!Ae(t)||Se(t))return t;var r,n=Ee(t,Oe);if(n){if(void 0===e&&(e="default"),r=we(n,t,e),!Ae(r)||Se(r))return r;throw Pe("Can't convert object to primitive value")}return void 0===e&&(e="number"),Re(t,e)},ke=xe,Ie=Nt,je=function(t){var e=ke(t,"string");return Ie(e)?e:e+""},Te=pt,Ne=k.document,_e=Te(Ne)&&Te(Ne.createElement),Ce=function(t){return _e?Ne.createElement(t):{}},Ue=Ce,Fe=!T&&!j((function(){return 7!=Object.defineProperty(Ue("div"),"a",{get:function(){return 7}}).a})),Be=T,De=U,Le=F,Me=G,We=st,Ge=je,qe=ne,ze=Fe,Ve=Object.getOwnPropertyDescriptor;I.f=Be?Ve:function(t,e){if(t=We(t),e=Ge(e),ze)try{return Ve(t,e)}catch(t){}if(qe(t,e))return Me(!De(Le.f,t,e),t[e])};var Ye={},He=T&&j((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),$e=pt,Je=String,Ke=TypeError,Qe=function(t){if($e(t))return t;throw Ke(Je(t)+" is not an object")},Xe=T,Ze=Fe,tr=He,er=Qe,rr=je,nr=TypeError,or=Object.defineProperty,ir=Object.getOwnPropertyDescriptor,ar="enumerable",ur="configurable",sr="writable";Ye.f=Xe?tr?function(t,e,r){if(er(t),e=rr(e),er(r),"function"==typeof t&&"prototype"===e&&"value"in r&&sr in r&&!r.writable){var n=ir(t,e);n&&n.writable&&(t[e]=r.value,r={configurable:ur in r?r.configurable:n.configurable,enumerable:ar in r?r.enumerable:n.enumerable,writable:!1})}return or(t,e,r)}:or:function(t,e,r){if(er(t),e=rr(e),er(r),Ze)try{return or(t,e,r)}catch(t){}if("get"in r||"set"in r)throw nr("Accessors not supported");return"value"in r&&(t[e]=r.value),t};var cr=Ye,fr=G,pr=T?function(t,e,r){return cr.f(t,e,fr(1,r))}:function(t,e,r){return t[e]=r,t},lr={exports:{}},hr=T,dr=ne,yr=Function.prototype,vr=hr&&Object.getOwnPropertyDescriptor,gr=dr(yr,"name"),br={EXISTS:gr,PROPER:gr&&"something"===function(){}.name,CONFIGURABLE:gr&&(!hr||hr&&vr(yr,"name").configurable)},mr=ct,wr=Kt,Ar=$(Function.toString);mr(wr.inspectSource)||(wr.inspectSource=function(t){return Ar(t)});var Sr,Er,Rr,Pr=wr.inspectSource,Or=ct,xr=Pr,kr=k.WeakMap,Ir=Or(kr)&&/native code/.test(xr(kr)),jr=zt.exports,Tr=se,Nr=jr("keys"),_r=function(t){return Nr[t]||(Nr[t]=Tr(t))},Cr={},Ur=Ir,Fr=k,Br=$,Dr=pt,Lr=pr,Mr=ne,Wr=Kt,Gr=_r,qr=Cr,zr="Object already initialized",Vr=Fr.TypeError,Yr=Fr.WeakMap;if(Ur||Wr.state){var Hr=Wr.state||(Wr.state=new Yr),$r=Br(Hr.get),Jr=Br(Hr.has),Kr=Br(Hr.set);Sr=function(t,e){if(Jr(Hr,t))throw new Vr(zr);return e.facade=t,Kr(Hr,t,e),e},Er=function(t){return $r(Hr,t)||{}},Rr=function(t){return Jr(Hr,t)}}else{var Qr=Gr("state");qr[Qr]=!0,Sr=function(t,e){if(Mr(t,Qr))throw new Vr(zr);return e.facade=t,Lr(t,Qr,e),e},Er=function(t){return Mr(t,Qr)?t[Qr]:{}},Rr=function(t){return Mr(t,Qr)}}var Xr={set:Sr,get:Er,has:Rr,enforce:function(t){return Rr(t)?Er(t):Sr(t,{})},getterFor:function(t){return function(e){var r;if(!Dr(e)||(r=Er(e)).type!==t)throw Vr("Incompatible receiver, "+t+" required");return r}}},Zr=j,tn=ct,en=ne,rn=T,nn=br.CONFIGURABLE,on=Pr,an=Xr.enforce,un=Xr.get,sn=Object.defineProperty,cn=rn&&!Zr((function(){return 8!==sn((function(){}),"length",{value:8}).length})),fn=String(String).split("String"),pn=lr.exports=function(t,e,r){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(e="get "+e),r&&r.setter&&(e="set "+e),(!en(t,"name")||nn&&t.name!==e)&&sn(t,"name",{value:e,configurable:!0}),cn&&r&&en(r,"arity")&&t.length!==r.arity&&sn(t,"length",{value:r.arity});try{r&&en(r,"constructor")&&r.constructor?rn&&sn(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var n=an(t);return en(n,"source")||(n.source=fn.join("string"==typeof e?e:"")),t};Function.prototype.toString=pn((function(){return tn(this)&&un(this).source||on(this)}),"toString");var ln=ct,hn=pr,dn=lr.exports,yn=Ht,vn=function(t,e,r,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:e;return ln(r)&&dn(r,i,n),n.global?o?t[e]=r:yn(e,r):(n.unsafe?t[e]&&(o=!0):delete t[e],o?t[e]=r:hn(t,e,r)),t},gn={},bn=Math.ceil,mn=Math.floor,wn=Math.trunc||function(t){var e=+t;return(e>0?mn:bn)(e)},An=function(t){var e=+t;return e!=e||0===e?0:wn(e)},Sn=An,En=Math.max,Rn=Math.min,Pn=function(t,e){var r=Sn(t);return r<0?En(r+e,0):Rn(r,e)},On=An,xn=Math.min,kn=function(t){return t>0?xn(On(t),9007199254740991):0},In=kn,jn=function(t){return In(t.length)},Tn=st,Nn=Pn,_n=jn,Cn=function(t){return function(e,r,n){var o,i=Tn(e),a=_n(i),u=Nn(n,a);if(t&&r!=r){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((t||u in i)&&i[u]===r)return t||u||0;return!t&&-1}},Un={includes:Cn(!0),indexOf:Cn(!1)},Fn=ne,Bn=st,Dn=Un.indexOf,Ln=Cr,Mn=$([].push),Wn=function(t,e){var r,n=Bn(t),o=0,i=[];for(r in n)!Fn(Ln,r)&&Fn(n,r)&&Mn(i,r);for(;e.length>o;)Fn(n,r=e[o++])&&(~Dn(i,r)||Mn(i,r));return i},Gn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],qn=Wn,zn=Gn.concat("length","prototype");gn.f=Object.getOwnPropertyNames||function(t){return qn(t,zn)};var Vn={};Vn.f=Object.getOwnPropertySymbols;var Yn=yt,Hn=gn,$n=Vn,Jn=Qe,Kn=$([].concat),Qn=Yn("Reflect","ownKeys")||function(t){var e=Hn.f(Jn(t)),r=$n.f;return r?Kn(e,r(t)):e},Xn=ne,Zn=Qn,to=I,eo=Ye,ro=j,no=ct,oo=/#|\.prototype\./,io=function(t,e){var r=uo[ao(t)];return r==co||r!=so&&(no(e)?ro(e):!!e)},ao=io.normalize=function(t){return String(t).replace(oo,".").toLowerCase()},uo=io.data={},so=io.NATIVE="N",co=io.POLYFILL="P",fo=io,po=k,lo=I.f,ho=pr,yo=vn,vo=Ht,go=function(t,e,r){for(var n=Zn(e),o=eo.f,i=to.f,a=0;a<n.length;a++){var u=n[a];Xn(t,u)||r&&Xn(r,u)||o(t,u,i(e,u))}},bo=fo,mo=function(t,e){var r,n,o,a,u,s=t.target,c=t.global,f=t.stat;if(r=c?po:f?po[s]||vo(s,{}):(po[s]||{}).prototype)for(n in e){if(a=e[n],o=t.dontCallGetSet?(u=lo(r,n))&&u.value:r[n],!bo(c?n:s+(f?".":"#")+n,t.forced)&&void 0!==o){if(i(a)==i(o))continue;go(a,o)}(t.sham||o&&o.sham)&&ho(a,"sham",!0),yo(r,n,a,t)}},wo=X,Ao=Array.isArray||function(t){return"Array"==wo(t)},So=TypeError,Eo=je,Ro=Ye,Po=G,Oo=function(t,e,r){var n=Eo(e);n in t?Ro.f(t,n,Po(0,r)):t[n]=r},xo={};xo[me("toStringTag")]="z";var ko="[object z]"===String(xo),Io=ko,jo=ct,To=X,No=me("toStringTag"),_o=Object,Co="Arguments"==To(function(){return arguments}()),Uo=Io?To:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=_o(t),No))?r:Co?To(e):"Object"==(n=To(e))&&jo(e.callee)?"Arguments":n},Fo=$,Bo=j,Do=ct,Lo=Uo,Mo=Pr,Wo=function(){},Go=[],qo=yt("Reflect","construct"),zo=/^\s*(?:class|function)\b/,Vo=Fo(zo.exec),Yo=!zo.exec(Wo),Ho=function(t){if(!Do(t))return!1;try{return qo(Wo,Go,t),!0}catch(t){return!1}},$o=function(t){if(!Do(t))return!1;switch(Lo(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Yo||!!Vo(zo,Mo(t))}catch(t){return!0}};$o.sham=!0;var Jo=!qo||Bo((function(){var t;return Ho(Ho.call)||!Ho(Object)||!Ho((function(){t=!0}))||t}))?$o:Ho,Ko=Ao,Qo=Jo,Xo=pt,Zo=me("species"),ti=Array,ei=function(t){var e;return Ko(t)&&(e=t.constructor,(Qo(e)&&(e===ti||Ko(e.prototype))||Xo(e)&&null===(e=e[Zo]))&&(e=void 0)),void 0===e?ti:e},ri=function(t,e){return new(ei(t))(0===e?0:e)},ni=j,oi=Et,ii=me("species"),ai=function(t){return oi>=51||!ni((function(){var e=[];return(e.constructor={})[ii]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},ui=mo,si=j,ci=Ao,fi=pt,pi=te,li=jn,hi=function(t){if(t>9007199254740991)throw So("Maximum allowed index exceeded");return t},di=Oo,yi=ri,vi=ai,gi=Et,bi=me("isConcatSpreadable"),mi=gi>=51||!si((function(){var t=[];return t[bi]=!1,t.concat()[0]!==t})),wi=vi("concat"),Ai=function(t){if(!fi(t))return!1;var e=t[bi];return void 0!==e?!!e:ci(t)};ui({target:"Array",proto:!0,arity:1,forced:!mi||!wi},{concat:function(t){var e,r,n,o,i,a=pi(this),u=yi(a,0),s=0;for(e=-1,n=arguments.length;e<n;e++)if(Ai(i=-1===e?a:arguments[e]))for(o=li(i),hi(s+o),r=0;r<o;r++,s++)r in i&&di(u,s,i[r]);else hi(s+1),di(u,s++,i);return u.length=s,u}});var Si=T,Ei=br.EXISTS,Ri=$,Pi=Ye.f,Oi=Function.prototype,xi=Ri(Oi.toString),ki=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,Ii=Ri(ki.exec);Si&&!Ei&&Pi(Oi,"name",{configurable:!0,get:function(){try{return Ii(ki,xi(this))[1]}catch(t){return""}}});var ji=ct,Ti=String,Ni=TypeError,_i=$,Ci=Qe,Ui=function(t){if("object"==i(t)||ji(t))return t;throw Ni("Can't set "+Ti(t)+" as a prototype")},Fi=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=_i(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(r,[]),e=r instanceof Array}catch(t){}return function(r,n){return Ci(r),Ui(n),e?t(r,n):r.__proto__=n,r}}():void 0);mo({target:"Object",stat:!0},{setPrototypeOf:Fi});var Bi=function(t){l(r,t);var e=A(r);function r(t){var n;s(this,r);var o="This function is not supported in ".concat(t," environment");return n=e.call(this,o),Error.captureStackTrace&&Error.captureStackTrace(m(n),r),n.name="UnsupportedPlatformError",n.platform=t,Object.setPrototypeOf(m(n),r.prototype),n}return f(r)}(g(Error)),Di=function(){var t=u(o().mark((function t(){var e,r;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("object"!==("undefined"==typeof kintone?"undefined":i(kintone))||null===kintone||"function"!=typeof kintone.getRequestToken){t.next=2;break}return t.abrupt("return",kintone.getRequestToken());case 2:if("object"!==("undefined"==typeof garoon?"undefined":i(garoon))||null===garoon||"function"!=typeof(null===(e=garoon.connect)||void 0===e||null===(r=e.kintone)||void 0===r?void 0:r.getRequestToken)){t.next=4;break}return t.abrupt("return",garoon.connect.kintone.getRequestToken());case 4:throw new Error("session authentication must specify a request token");case 5:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}(),Li=Object.freeze({__proto__:null,readFileFromPath:function(t){throw new Bi("Browser")},getRequestToken:Di,getDefaultAuth:function(){return{type:"session"}},buildPlatformDependentConfig:function(){return{}},buildHeaders:function(){return{}},buildFormDataValue:function(t){return new Blob([t])},buildBaseUrl:function(t){if(t)return t;var e=location,r=e.host,n=e.protocol;return"".concat(n,"//").concat(r)},getVersion:function(){return"3.1.2"}}),Mi=Uo,Wi=String,Gi=function(t){if("Symbol"===Mi(t))throw TypeError("Cannot convert a Symbol value to a string");return Wi(t)},qi=Qe,zi=function(){var t=qi(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},Vi=j,Yi=k.RegExp,Hi=Vi((function(){var t=Yi("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),$i=Hi||Vi((function(){return!Yi("a","y").sticky})),Ji={BROKEN_CARET:Hi||Vi((function(){var t=Yi("^r","gy");return t.lastIndex=2,null!=t.exec("str")})),MISSED_STICKY:$i,UNSUPPORTED_Y:Hi},Ki={},Qi=Wn,Xi=Gn,Zi=Object.keys||function(t){return Qi(t,Xi)},ta=T,ea=He,ra=Ye,na=Qe,oa=st,ia=Zi;Ki.f=ta&&!ea?Object.defineProperties:function(t,e){na(t);for(var r,n=oa(e),o=ia(e),i=o.length,a=0;i>a;)ra.f(t,r=o[a++],n[r]);return t};var aa,ua=yt("document","documentElement"),sa=Qe,ca=Ki,fa=Gn,pa=Cr,la=ua,ha=Ce,da=_r("IE_PROTO"),ya=function(){},va=function(t){return"<script>"+t+"</"+"script>"},ga=function(t){t.write(va("")),t.close();var e=t.parentWindow.Object;return t=null,e},ba=function(){try{aa=new ActiveXObject("htmlfile")}catch(t){}var t,e;ba="undefined"!=typeof document?document.domain&&aa?ga(aa):((e=ha("iframe")).style.display="none",la.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(va("document.F=Object")),t.close(),t.F):ga(aa);for(var r=fa.length;r--;)delete ba.prototype[fa[r]];return ba()};pa[da]=!0;var ma,wa,Aa=Object.create||function(t,e){var r;return null!==t?(ya.prototype=sa(t),r=new ya,ya.prototype=null,r[da]=t):r=ba(),void 0===e?r:ca.f(r,e)},Sa=j,Ea=k.RegExp,Ra=Sa((function(){var t=Ea(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)})),Pa=j,Oa=k.RegExp,xa=Pa((function(){var t=Oa("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")})),ka=U,Ia=$,ja=Gi,Ta=zi,Na=Ji,_a=zt.exports,Ca=Aa,Ua=Xr.get,Fa=Ra,Ba=xa,Da=_a("native-string-replace",String.prototype.replace),La=RegExp.prototype.exec,Ma=La,Wa=Ia("".charAt),Ga=Ia("".indexOf),qa=Ia("".replace),za=Ia("".slice),Va=(wa=/b*/g,ka(La,ma=/a/,"a"),ka(La,wa,"a"),0!==ma.lastIndex||0!==wa.lastIndex),Ya=Na.BROKEN_CARET,Ha=void 0!==/()??/.exec("")[1];(Va||Ha||Ya||Fa||Ba)&&(Ma=function(t){var e,r,n,o,i,a,u,s=this,c=Ua(s),f=ja(t),p=c.raw;if(p)return p.lastIndex=s.lastIndex,e=ka(Ma,p,f),s.lastIndex=p.lastIndex,e;var l=c.groups,h=Ya&&s.sticky,d=ka(Ta,s),y=s.source,v=0,g=f;if(h&&(d=qa(d,"y",""),-1===Ga(d,"g")&&(d+="g"),g=za(f,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==Wa(f,s.lastIndex-1))&&(y="(?: "+y+")",g=" "+g,v++),r=new RegExp("^(?:"+y+")",d)),Ha&&(r=new RegExp("^"+y+"$(?!\\s)",d)),Va&&(n=s.lastIndex),o=ka(La,h?r:s,g),h?o?(o.input=za(o.input,v),o[0]=za(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:Va&&o&&(s.lastIndex=s.global?o.index+o[0].length:n),Ha&&o&&o.length>1&&ka(Da,o[0],r,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&l)for(o.groups=a=Ca(null),i=0;i<l.length;i++)a[(u=l[i])[0]]=o[u[1]];return o});var $a=Ma;mo({target:"RegExp",proto:!0,forced:/./.exec!==$a},{exec:$a});var Ja=N,Ka=Function.prototype,Qa=Ka.apply,Xa=Ka.call,Za="object"==("undefined"==typeof Reflect?"undefined":i(Reflect))&&Reflect.apply||(Ja?Xa.bind(Qa):function(){return Xa.apply(Qa,arguments)}),tu=$,eu=vn,ru=$a,nu=j,ou=me,iu=pr,au=ou("species"),uu=RegExp.prototype,su=function(t,e,r,n){var o=ou(t),i=!nu((function(){var e={};return e[o]=function(){return 7},7!=""[t](e)})),a=i&&!nu((function(){var e=!1,r=/a/;return"split"===t&&((r={}).constructor={},r.constructor[au]=function(){return r},r.flags="",r[o]=/./[o]),r.exec=function(){return e=!0,null},r[o](""),!e}));if(!i||!a||r){var u=tu(/./[o]),s=e(o,""[t],(function(t,e,r,n,o){var a=tu(t),s=e.exec;return s===ru||s===uu.exec?i&&!o?{done:!0,value:u(e,r,n)}:{done:!0,value:a(r,e,n)}:{done:!1}}));eu(String.prototype,t,s[0]),eu(uu,o,s[1])}n&&iu(uu[o],"sham",!0)},cu=$,fu=An,pu=Gi,lu=it,hu=cu("".charAt),du=cu("".charCodeAt),yu=cu("".slice),vu=function(t){return function(e,r){var n,o,i=pu(lu(e)),a=fu(r),u=i.length;return a<0||a>=u?t?"":void 0:(n=du(i,a))<55296||n>56319||a+1===u||(o=du(i,a+1))<56320||o>57343?t?hu(i,a):n:t?yu(i,a,a+2):o-56320+(n-55296<<10)+65536}},gu={codeAt:vu(!1),charAt:vu(!0)}.charAt,bu=function(t,e,r){return e+(r?gu(t,e).length:1)},mu=$,wu=te,Au=Math.floor,Su=mu("".charAt),Eu=mu("".replace),Ru=mu("".slice),Pu=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,Ou=/\$([$&'`]|\d{1,2})/g,xu=U,ku=Qe,Iu=ct,ju=X,Tu=$a,Nu=TypeError,_u=function(t,e){var r=t.exec;if(Iu(r)){var n=xu(r,t,e);return null!==n&&ku(n),n}if("RegExp"===ju(t))return xu(Tu,t,e);throw Nu("RegExp#exec called on incompatible receiver")},Cu=Za,Uu=U,Fu=$,Bu=su,Du=j,Lu=Qe,Mu=ct,Wu=An,Gu=kn,qu=Gi,zu=it,Vu=bu,Yu=Lt,Hu=function(t,e,r,n,o,i){var a=r+t.length,u=n.length,s=Ou;return void 0!==o&&(o=wu(o),s=Pu),Eu(i,s,(function(i,s){var c;switch(Su(s,0)){case"$":return"$";case"&":return t;case"`":return Ru(e,0,r);case"'":return Ru(e,a);case"<":c=o[Ru(s,1,-1)];break;default:var f=+s;if(0===f)return i;if(f>u){var p=Au(f/10);return 0===p?i:p<=u?void 0===n[p-1]?Su(s,1):n[p-1]+Su(s,1):i}c=n[f-1]}return void 0===c?"":c}))},$u=_u,Ju=me("replace"),Ku=Math.max,Qu=Math.min,Xu=Fu([].concat),Zu=Fu([].push),ts=Fu("".indexOf),es=Fu("".slice),rs="$0"==="a".replace(/./,"$0"),ns=!!/./[Ju]&&""===/./[Ju]("a","$0");Bu("replace",(function(t,e,r){var n=ns?"$":"$0";return[function(t,r){var n=zu(this),o=null==t?void 0:Yu(t,Ju);return o?Uu(o,t,n,r):Uu(e,qu(n),t,r)},function(t,o){var i=Lu(this),a=qu(t);if("string"==typeof o&&-1===ts(o,n)&&-1===ts(o,"$<")){var u=r(e,i,a,o);if(u.done)return u.value}var s=Mu(o);s||(o=qu(o));var c=i.global;if(c){var f=i.unicode;i.lastIndex=0}for(var p=[];;){var l=$u(i,a);if(null===l)break;if(Zu(p,l),!c)break;""===qu(l[0])&&(i.lastIndex=Vu(a,Gu(i.lastIndex),f))}for(var h,d="",y=0,v=0;v<p.length;v++){for(var g=qu((l=p[v])[0]),b=Ku(Qu(Wu(l.index),a.length),0),m=[],w=1;w<l.length;w++)Zu(m,void 0===(h=l[w])?h:String(h));var A=l.groups;if(s){var S=Xu([g],m,b,a);void 0!==A&&Zu(S,A);var E=qu(Cu(o,void 0,S))}else E=Hu(g,a,b,m,A,o);b>=y&&(d+=es(a,y,b)+E,y=b+g.length)}return d+es(a,y)}]}),!!Du((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!rs||ns);var os=Bt,is=N,as=$($.bind),us=function(t,e){return os(t),void 0===e?t:is?as(t,e):function(){return t.apply(e,arguments)}},ss=nt,cs=te,fs=jn,ps=ri,ls=$([].push),hs=function(t){var e=1==t,r=2==t,n=3==t,o=4==t,i=6==t,a=7==t,u=5==t||i;return function(s,c,f,p){for(var l,h,d=cs(s),y=ss(d),v=us(c,f),g=fs(y),b=0,m=p||ps,w=e?m(s,g):r||a?m(s,0):void 0;g>b;b++)if((u||b in y)&&(h=v(l=y[b],b,d),t))if(e)w[b]=h;else if(h)switch(t){case 3:return!0;case 5:return l;case 6:return b;case 2:ls(w,l)}else switch(t){case 4:return!1;case 7:ls(w,l)}return i?-1:n||o?o:w}},ds={forEach:hs(0),map:hs(1),filter:hs(2),some:hs(3),every:hs(4),find:hs(5),findIndex:hs(6),filterReject:hs(7)},ys=ds.map;mo({target:"Array",proto:!0,forced:!ai("map")},{map:function(t){return ys(this,t,arguments.length>1?arguments[1]:void 0)}});var vs=function(t){var e=t.endpointName,r=t.guestSpaceId,n=t.preview,o=void 0!==r?"/guest/".concat(r):"",i=n?"/preview":"";return"/k".concat(o,"/v1").concat(i,"/").concat(e,".json")},gs=["endpointName"],bs=function(){function t(e,r){s(this,t),this.client=e,this.guestSpaceId=r,this.REQUESTS_LENGTH_LIMIT=20}return f(t,[{key:"send",value:function(t){var e=this,r=t.requests.map((function(t){if("endpointName"in t){var r=t.endpointName,o=b(t,gs);return n({api:e.buildPathWithGuestSpaceId({endpointName:r})},o)}return t})),o=this.buildPathWithGuestSpaceId({endpointName:"bulkRequest"});return this.client.post(o,{requests:r})}},{key:"buildPathWithGuestSpaceId",value:function(t){return vs(n(n({},t),{},{guestSpaceId:this.guestSpaceId}))}}]),t}(),ms=["preview"],ws=["preview"],As=["preview"],Ss=["preview"],Es=["preview"],Rs=["preview"],Ps=["preview"],Os=["preview"],xs=["preview"],ks=["preview"],Is=["preview"],js=["preview"],Ts=["preview"],Ns=["preview"],_s=function(){function t(e,r){s(this,t),this.client=e,this.guestSpaceId=r}var e;return f(t,[{key:"getFormFields",value:function(t){var e=t.preview,r=b(t,ms),o=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:e});return this.client.get(o,n({},r))}},{key:"addFormFields",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:!0});return this.client.post(e,t)}},{key:"updateFormFields",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:!0});return this.client.put(e,t)}},{key:"deleteFormFields",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/form/fields",preview:!0});return this.client.delete(e,t)}},{key:"getFormLayout",value:function(t){var e=t.preview,r=b(t,ws),o=this.buildPathWithGuestSpaceId({endpointName:"app/form/layout",preview:e});return this.client.get(o,n({},r))}},{key:"updateFormLayout",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/form/layout",preview:!0});return this.client.put(e,t)}},{key:"getViews",value:function(t){var e=t.preview,r=b(t,As),n=this.buildPathWithGuestSpaceId({endpointName:"app/views",preview:e});return this.client.get(n,r)}},{key:"updateViews",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/views",preview:!0});return this.client.put(e,t)}},{key:"getApp",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app"});return this.client.get(e,t)}},{key:"getApps",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"apps"});return this.client.get(e,t)}},{key:"addApp",value:(e=u(o().mark((function t(e){var r,i,a,u,s,c;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=e.name,i=e.space,a=this.buildPathWithGuestSpaceId({endpointName:"app",preview:!0}),!i){t.next=9;break}return u=this.buildPathWithGuestSpaceId({endpointName:"space"}),t.next=6,this.client.get(u,{id:i});case 6:return s=t.sent,c=s.defaultThread,t.abrupt("return",this.client.post(a,n(n({},e),{},{thread:c})));case 9:return t.abrupt("return",this.client.post(a,{name:r}));case 10:case"end":return t.stop()}}),t,this)}))),function(t){return e.apply(this,arguments)})},{key:"getAppSettings",value:function(t){var e=t.preview,r=b(t,Ss),n=this.buildPathWithGuestSpaceId({endpointName:"app/settings",preview:e});return this.client.get(n,r)}},{key:"updateAppSettings",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/settings",preview:!0});return this.client.put(e,t)}},{key:"getProcessManagement",value:function(t){var e=t.preview,r=b(t,Es),n=this.buildPathWithGuestSpaceId({endpointName:"app/status",preview:e});return this.client.get(n,r)}},{key:"updateProcessManagement",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/status",preview:!0});return this.client.put(e,t)}},{key:"getDeployStatus",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/deploy",preview:!0});return this.client.get(e,t)}},{key:"deployApp",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/deploy",preview:!0});return this.client.post(e,t)}},{key:"getFieldAcl",value:function(t){var e=t.preview,r=b(t,Rs),o=this.buildPathWithGuestSpaceId({endpointName:"field/acl",preview:e});return this.client.get(o,n({},r))}},{key:"updateFieldAcl",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"field/acl",preview:!0});return this.client.put(e,t)}},{key:"getAppAcl",value:function(t){var e=t.preview,r=b(t,Ps),o=this.buildPathWithGuestSpaceId({endpointName:"app/acl",preview:e});return this.client.get(o,n({},r))}},{key:"updateAppAcl",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/acl",preview:!0});return this.client.put(e,t)}},{key:"evaluateRecordsAcl",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records/acl/evaluate"});return this.client.get(e,t)}},{key:"getRecordAcl",value:function(t){var e=t.preview,r=b(t,Os),o=this.buildPathWithGuestSpaceId({endpointName:"record/acl",preview:e});return this.client.get(o,n({},r))}},{key:"updateRecordAcl",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record/acl",preview:!0});return this.client.put(e,t)}},{key:"getAppCustomize",value:function(t){var e=t.preview,r=b(t,xs),o=this.buildPathWithGuestSpaceId({endpointName:"app/customize",preview:e});return this.client.get(o,n({},r))}},{key:"updateAppCustomize",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/customize",preview:!0});return this.client.put(e,t)}},{key:"getGeneralNotifications",value:function(t){var e=t.preview,r=b(t,ks),o=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/general",preview:e});return this.client.get(o,n({},r))}},{key:"updateGeneralNotifications",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/general",preview:!0});return this.client.put(e,t)}},{key:"getPerRecordNotifications",value:function(t){var e=t.preview,r=b(t,Is),n=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/perRecord",preview:e});return this.client.get(n,r)}},{key:"updatePerRecordNotifications",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/perRecord",preview:!0});return this.client.put(e,t)}},{key:"getReminderNotifications",value:function(t){var e=t.preview,r=b(t,js),n=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/reminder",preview:e});return this.client.get(n,r)}},{key:"updateReminderNotifications",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/notifications/reminder",preview:!0});return this.client.put(e,t)}},{key:"getReports",value:function(t){var e=t.preview,r=b(t,Ts),n=this.buildPathWithGuestSpaceId({endpointName:"app/reports",preview:e});return this.client.get(n,r)}},{key:"updateReports",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/reports",preview:!0});return this.client.put(e,t)}},{key:"getAppActions",value:function(t){var e=t.preview,r=b(t,Ns),n=this.buildPathWithGuestSpaceId({endpointName:"app/actions",preview:e});return this.client.get(n,r)}},{key:"updateAppActions",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"app/actions",preview:!0});return this.client.put(e,t)}},{key:"buildPathWithGuestSpaceId",value:function(t){return vs(n(n({},t),{},{guestSpaceId:this.guestSpaceId}))}}]),t}(),Cs=T,Us=$,Fs=U,Bs=j,Ds=Zi,Ls=Vn,Ms=F,Ws=te,Gs=nt,qs=Object.assign,zs=Object.defineProperty,Vs=Us([].concat),Ys=!qs||Bs((function(){if(Cs&&1!==qs({b:1},qs(zs({},"a",{enumerable:!0,get:function(){zs(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},r=Symbol(),n="abcdefghijklmnopqrst";return t[r]=7,n.split("").forEach((function(t){e[t]=t})),7!=qs({},t)[r]||Ds(qs({},e)).join("")!=n}))?function(t,e){for(var r=Ws(t),n=arguments.length,o=1,i=Ls.f,a=Ms.f;n>o;)for(var u,s=Gs(arguments[o++]),c=i?Vs(Ds(s),i(s)):Ds(s),f=c.length,p=0;f>p;)u=c[p++],Cs&&!Fs(a,s,u)||(r[u]=s[u]);return r}:qs;mo({target:"Object",stat:!0,arity:2,forced:Object.assign!==Ys},{assign:Ys});var Hs=U,$s=Qe,Js=kn,Ks=Gi,Qs=it,Xs=Lt,Zs=bu,tc=_u;su("match",(function(t,e,r){return[function(e){var r=Qs(this),n=null==e?void 0:Xs(e,t);return n?Hs(n,e,r):new RegExp(e)[t](Ks(r))},function(t){var n=$s(this),o=Ks(t),i=r(e,n,o);if(i.done)return i.value;if(!n.global)return tc(n,o);var a=n.unicode;n.lastIndex=0;for(var u,s=[],c=0;null!==(u=tc(n,o));){var f=Ks(u[0]);s[c]=f,""===f&&(n.lastIndex=Zs(o,Js(n.lastIndex),a)),c++}return 0===c?null:s}]}));var ec=ct,rc=pt,nc=Fi,oc=$(1..valueOf),ic=it,ac=Gi,uc=$("".replace),sc="[\t\n\v\f\r \u2028\u2029\ufeff]",cc=RegExp("^"+sc+sc+"*"),fc=RegExp(sc+sc+"*$"),pc=function(t){return function(e){var r=ac(ic(e));return 1&t&&(r=uc(r,cc,"")),2&t&&(r=uc(r,fc,"")),r}},lc={start:pc(1),end:pc(2),trim:pc(3)},hc=T,dc=k,yc=$,vc=fo,gc=vn,bc=ne,mc=function(t,e,r){var n,o;return nc&&ec(n=e.constructor)&&n!==r&&rc(o=n.prototype)&&o!==r.prototype&&nc(t,o),t},wc=vt,Ac=Nt,Sc=xe,Ec=j,Rc=gn.f,Pc=I.f,Oc=Ye.f,xc=oc,kc=lc.trim,Ic="Number",jc=dc.Number,Tc=jc.prototype,Nc=dc.TypeError,_c=yc("".slice),Cc=yc("".charCodeAt),Uc=function(t){var e=Sc(t,"number");return"bigint"==typeof e?e:Fc(e)},Fc=function(t){var e,r,n,o,i,a,u,s,c=Sc(t,"number");if(Ac(c))throw Nc("Cannot convert a Symbol value to a number");if("string"==typeof c&&c.length>2)if(c=kc(c),43===(e=Cc(c,0))||45===e){if(88===(r=Cc(c,2))||120===r)return NaN}else if(48===e){switch(Cc(c,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+c}for(a=(i=_c(c,2)).length,u=0;u<a;u++)if((s=Cc(i,u))<48||s>o)return NaN;return parseInt(i,n)}return+c};if(vc(Ic,!jc(" 0o1")||!jc("0b1")||jc("+0x1"))){for(var Bc,Dc=function(t){var e=arguments.length<1?0:jc(Uc(t)),r=this;return wc(Tc,r)&&Ec((function(){xc(r)}))?mc(Object(e),r,Dc):e},Lc=hc?Rc(jc):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),Mc=0;Lc.length>Mc;Mc++)bc(jc,Bc=Lc[Mc])&&!bc(Dc,Bc)&&Oc(Dc,Bc,Pc(jc,Bc));Dc.prototype=Tc,Tc.constructor=Dc,gc(dc,Ic,Dc,{constructor:!0})}var Wc=j,Gc=function(t,e){var r=[][t];return!!r&&Wc((function(){r.call(null,e||function(){return 1},1)}))},qc=mo,zc=Un.indexOf,Vc=Gc,Yc=$([].indexOf),Hc=!!Yc&&1/Yc([1],1,-0)<0,$c=Vc("indexOf");qc({target:"Array",proto:!0,forced:Hc||!$c},{indexOf:function(t){var e=arguments.length>1?arguments[1]:void 0;return Hc?Yc(this,t,e)||0:zc(this,t,e)}});var Jc=ds.every;mo({target:"Array",proto:!0,forced:!Gc("every")},{every:function(t){return Jc(this,t,arguments.length>1?arguments[1]:void 0)}});var Kc=Uo,Qc=ko?{}.toString:function(){return"[object "+Kc(this)+"]"};ko||vn(Object.prototype,"toString",Qc,{unsafe:!0}),mo({target:"Array",stat:!0},{isArray:Ao});var Xc=$([].slice),Zc=mo,tf=Ao,ef=Jo,rf=pt,nf=Pn,of=jn,af=st,uf=Oo,sf=me,cf=Xc,ff=ai("slice"),pf=sf("species"),lf=Array,hf=Math.max;Zc({target:"Array",proto:!0,forced:!ff},{slice:function(t,e){var r,n,o,i=af(this),a=of(i),u=nf(t,a),s=nf(void 0===e?a:e,a);if(tf(i)&&(r=i.constructor,(ef(r)&&(r===lf||tf(r.prototype))||rf(r)&&null===(r=r[pf]))&&(r=void 0),r===lf||void 0===r))return cf(i,u,s);for(n=new(void 0===r?lf:r)(hf(s-u,0)),o=0;u<s;u++,o++)u in i&&uf(n,o,i[u]);return n.length=o,n}});var df=Bt,yf=te,vf=nt,gf=jn,bf=TypeError,mf=function(t){return function(e,r,n,o){df(r);var i=yf(e),a=vf(i),u=gf(i),s=t?u-1:0,c=t?-1:1;if(n<2)for(;;){if(s in a){o=a[s],s+=c;break}if(s+=c,t?s<0:u<=s)throw bf("Reduce of empty array with no initial value")}for(;t?s>=0:u>s;s+=c)s in a&&(o=r(o,a[s],s,i));return o}},wf={left:mf(!1),right:mf(!0)},Af="process"==X(k.process),Sf=wf.left,Ef=Et,Rf=Af;mo({target:"Array",proto:!0,forced:!Gc("reduce")||!Rf&&Ef>79&&Ef<83},{reduce:function(t){var e=arguments.length;return Sf(this,t,e,e>1?arguments[1]:void 0)}});var Pf=te,Of=Zi;mo({target:"Object",stat:!0,forced:j((function(){Of(1)}))},{keys:function(t){return Of(Pf(t))}});var xf,kf=function(t){l(r,t);var e=A(r);function r(t,n,o,i,a){var u;s(this,r);var c=o-n.length,f=r.extractErrorIndex(c,i,a),p=r.buildErrorMessage(c,o,f);return(u=e.call(this,p)).name="KintoneAllRecordsError",u.processedRecordsResult=t,u.unprocessedRecords=n,u.error=i,u.errorIndex=f,u.message=p,Object.setPrototypeOf(m(u),r.prototype),u}return f(r,null,[{key:"parseErrorIndex",value:function(t){var e=Object.keys(t)[0].match(/records\[(\d+)\]/);return e?Number(e[1]):null}},{key:"extractErrorIndex",value:function(t,e,n){if(void 0!==e.bulkRequestIndex&&e.errors){var o=r.parseErrorIndex(e.errors);if(null!==o)return t+e.bulkRequestIndex*n+o}}},{key:"buildErrorMessage",value:function(t,e,r){var n="";return void 0!==r&&(n="An error occurred at records[".concat(r,"]. ")),n+="".concat(t,"/").concat(e," records are processed successfully")}}]),r}(g(Error)),If=["condition","orderBy","withCursor"],jf=["fields"],Tf=["condition"],Nf=["condition","orderBy"],_f=function(){function t(e,r,n){s(this,t),this.client=e,this.bulkRequestClient=r,this.guestSpaceId=n,this.didWarnMaximumOffsetValue=!1}var e,r,i,a,c,l,h,d,y,v,g,m,w,A,E,R,P,O;return f(t,[{key:"getRecord",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record"});return this.client.get(e,t)}},{key:"addRecord",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record"});return this.client.post(e,t)}},{key:"updateRecord",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record"});return this.client.put(e,t)}},{key:"upsertRecord",value:(O=u(o().mark((function t(e){var r,n,i,a,u,s,c;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=e.app,n=e.updateKey,i=e.record,t.next=3,this.getRecords({app:r,query:"".concat(n.field,' = "').concat(n.value,'"')});case 3:if(a=t.sent,!((u=a.records).length>0)){t.next=13;break}if("__ID__"!==u[0].$id.type){t.next=12;break}return t.next=9,this.updateRecord(e);case 9:return s=t.sent,c=s.revision,t.abrupt("return",{id:u[0].$id.value,revision:c});case 12:throw new Error("Missing `$id` in `getRecords` response. This error is likely caused by a bug in Kintone REST API Client. Please file an issue.");case 13:return t.abrupt("return",this.addRecord({app:r,record:Object.assign({},i,p({},n.field,{value:n.value}))}));case 14:case"end":return t.stop()}}),t,this)}))),function(t){return O.apply(this,arguments)})},{key:"getRecords",value:(P=u(o().mark((function t(e){var r,n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=this.buildPathWithGuestSpaceId({endpointName:"records"}),t.next=3,this.client.get(r,e);case 3:return n=t.sent,this.warnMaximumOffsetValueIfNeeded(e.query),t.abrupt("return",n);case 6:case"end":return t.stop()}}),t,this)}))),function(t){return P.apply(this,arguments)})},{key:"warnMaximumOffsetValueIfNeeded",value:function(t){if(t){var e=t.match(/offset\s+(\d+)/i);!this.didWarnMaximumOffsetValue&&e&&Number(e[1])>1e4&&(this.didWarnMaximumOffsetValue=!0,console.warn("Warning: The maximum offset value will be limited to 10,000 in the future. Please use `createCursor()` and `getRecordsByCursor()` instead."))}}},{key:"addRecords",value:(R=u(o().mark((function t(e){var r,n,i,a;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=this.buildPathWithGuestSpaceId({endpointName:"records"}),t.next=3,this.client.post(r,e);case 3:return n=t.sent,i=n.ids,a=n.revisions,t.abrupt("return",{ids:i,revisions:a,records:i.map((function(t,e){return{id:t,revision:a[e]}}))});case 7:case"end":return t.stop()}}),t,this)}))),function(t){return R.apply(this,arguments)})},{key:"updateRecords",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records"});return this.client.put(e,t)}},{key:"deleteRecords",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records"});return this.client.delete(e,t)}},{key:"createCursor",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records/cursor"});return this.client.post(e,t)}},{key:"getRecordsByCursor",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records/cursor"});return this.client.get(e,t)}},{key:"deleteCursor",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records/cursor"});return this.client.delete(e,t)}},{key:"getAllRecords",value:(E=u(o().mark((function t(e){var r,i,a,u,s,c,f;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(r=e.condition,i=e.orderBy,a=e.withCursor,u=void 0===a||a,s=b(e,If),i){t.next=3;break}return t.abrupt("return",this.getAllRecordsWithId(n(n({},s),{},{condition:r})));case 3:if(!u){t.next=7;break}return c=r?"".concat(r," "):"",f="".concat(c).concat(i?"order by ".concat(i):""),t.abrupt("return",this.getAllRecordsWithCursor(n(n({},s),{},{query:f})));case 7:return t.abrupt("return",this.getAllRecordsWithOffset(n(n({},s),{},{orderBy:i,condition:r})));case 8:case"end":return t.stop()}}),t,this)}))),function(t){return E.apply(this,arguments)})},{key:"getAllRecordsWithId",value:(A=u(o().mark((function t(e){var r,i,a;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=e.fields,i=b(e,jf),(a=r)&&a.length>0&&-1===a.indexOf("$id")&&(a=[].concat(S(a),["$id"])),t.abrupt("return",this.getAllRecordsRecursiveWithId(n(n({},i),{},{fields:a}),"0",[]));case 4:case"end":return t.stop()}}),t,this)}))),function(t){return A.apply(this,arguments)})},{key:"getAllRecordsRecursiveWithId",value:(w=u(o().mark((function t(e,r,i){var a,u,s,c,f,p,l,h,d;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=500,u=e.condition,s=b(e,Tf),c=u?"(".concat(u,") and "):"",f="".concat(c,"$id > ").concat(r," order by $id asc limit ").concat(a),t.next=6,this.getRecords(n(n({},s),{},{query:f}));case 6:if(p=t.sent,l=i.concat(p.records),!(p.records.length<a)){t.next=10;break}return t.abrupt("return",l);case 10:if("__ID__"!==(h=p.records[p.records.length-1]).$id.type){t.next=14;break}return d=h.$id.value,t.abrupt("return",this.getAllRecordsRecursiveWithId(e,d,l));case 14:throw new Error("Missing `$id` in `getRecords` response. This error is likely caused by a bug in Kintone REST API Client. Please file an issue.");case 15:case"end":return t.stop()}}),t,this)}))),function(t,e,r){return w.apply(this,arguments)})},{key:"getAllRecordsWithOffset",value:(m=u(o().mark((function t(e){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.getAllRecordsRecursiveWithOffset(e,0,[]));case 1:case"end":return t.stop()}}),t,this)}))),function(t){return m.apply(this,arguments)})},{key:"getAllRecordsRecursiveWithOffset",value:(g=u(o().mark((function t(e,r,i){var a,u,s,c,f,p,l,h;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=500,u=e.condition,s=e.orderBy,c=b(e,Nf),f=u?"".concat(u," "):"",p="".concat(f).concat(s?"order by ".concat(s," "):"","limit ").concat(a," offset ").concat(r),t.next=6,this.getRecords(n(n({},c),{},{query:p}));case 6:if(l=t.sent,h=i.concat(l.records),!(l.records.length<a)){t.next=10;break}return t.abrupt("return",h);case 10:return t.abrupt("return",this.getAllRecordsRecursiveWithOffset(e,r+a,h));case 11:case"end":return t.stop()}}),t,this)}))),function(t,e,r){return g.apply(this,arguments)})},{key:"getAllRecordsWithCursor",value:(v=u(o().mark((function t(e){var r,n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.createCursor(e);case 2:return r=t.sent,n=r.id,t.prev=4,t.next=7,this.getAllRecordsRecursiveByCursor(n,[]);case 7:return t.abrupt("return",t.sent);case 10:return t.prev=10,t.t0=t.catch(4),t.next=14,this.deleteCursor({id:n});case 14:throw t.t0;case 15:case"end":return t.stop()}}),t,this,[[4,10]])}))),function(t){return v.apply(this,arguments)})},{key:"getAllRecordsRecursiveByCursor",value:(y=u(o().mark((function t(e,r){var n,i;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.getRecordsByCursor({id:e});case 2:if(n=t.sent,i=r.concat(n.records),!n.next){t.next=6;break}return t.abrupt("return",this.getAllRecordsRecursiveByCursor(e,i));case 6:return t.abrupt("return",i);case 7:case"end":return t.stop()}}),t,this)}))),function(t,e){return y.apply(this,arguments)})},{key:"addAllRecords",value:(d=u(o().mark((function t(e){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.records.every((function(t){return!Array.isArray(t)&&t instanceof Object}))){t.next=2;break}throw new Error("the `records` parameter must be an array of object.");case 2:return t.abrupt("return",this.addAllRecordsRecursive(e,e.records.length,[]));case 3:case"end":return t.stop()}}),t,this)}))),function(t){return d.apply(this,arguments)})},{key:"addAllRecordsRecursive",value:(h=u(o().mark((function t(e,r,n){var i,a,u,s,c;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(i=100*this.bulkRequestClient.REQUESTS_LENGTH_LIMIT,a=e.app,u=e.records,0!==(s=u.slice(0,i)).length){t.next=5;break}return t.abrupt("return",{records:n});case 5:return t.prev=5,t.next=8,this.addAllRecordsWithBulkRequest({app:a,records:s});case 8:c=t.sent,t.next=14;break;case 11:throw t.prev=11,t.t0=t.catch(5),new kf({records:n},u,r,t.t0,100);case 14:return t.abrupt("return",this.addAllRecordsRecursive({app:a,records:u.slice(i)},r,n.concat(c)));case 15:case"end":return t.stop()}}),t,this,[[5,11]])}))),function(t,e,r){return h.apply(this,arguments)})},{key:"addAllRecordsWithBulkRequest",value:(l=u(o().mark((function t(e){var r,n,i;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=this.separateArrayRecursive(100,[],e.records),n=r.map((function(t){return{method:"POST",endpointName:"records",payload:{app:e.app,records:t}}})),t.next=4,this.bulkRequestClient.send({requests:n});case 4:return i=t.sent.results,t.abrupt("return",i.map((function(t){var e=t.ids,r=t.revisions;return e.map((function(t,e){return{id:t,revision:r[e]}}))})).reduce((function(t,e){return t.concat(e)}),[]));case 6:case"end":return t.stop()}}),t,this)}))),function(t){return l.apply(this,arguments)})},{key:"updateAllRecords",value:(c=u(o().mark((function t(e){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",this.updateAllRecordsRecursive(e,e.records.length,[]));case 1:case"end":return t.stop()}}),t,this)}))),function(t){return c.apply(this,arguments)})},{key:"updateAllRecordsRecursive",value:(a=u(o().mark((function t(e,r,n){var i,a,u,s,c;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(i=100*this.bulkRequestClient.REQUESTS_LENGTH_LIMIT,a=e.app,u=e.records,0!==(s=u.slice(0,i)).length){t.next=5;break}return t.abrupt("return",{records:n});case 5:return t.prev=5,t.next=8,this.updateAllRecordsWithBulkRequest({app:a,records:s});case 8:c=t.sent,t.next=14;break;case 11:throw t.prev=11,t.t0=t.catch(5),new kf({records:n},u,r,t.t0,100);case 14:return t.abrupt("return",this.updateAllRecordsRecursive({app:a,records:u.slice(i)},r,n.concat(c)));case 15:case"end":return t.stop()}}),t,this,[[5,11]])}))),function(t,e,r){return a.apply(this,arguments)})},{key:"updateAllRecordsWithBulkRequest",value:(i=u(o().mark((function t(e){var r,n,i;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=this.separateArrayRecursive(100,[],e.records),n=r.map((function(t){return{method:"PUT",endpointName:"records",payload:{app:e.app,records:t}}})),t.next=4,this.bulkRequestClient.send({requests:n});case 4:return i=t.sent.results,t.abrupt("return",i.map((function(t){return t.records})).reduce((function(t,e){return t.concat(e)}),[]));case 6:case"end":return t.stop()}}),t,this)}))),function(t){return i.apply(this,arguments)})},{key:"deleteAllRecords",value:function(t){return this.deleteAllRecordsRecursive(t,t.records.length)}},{key:"deleteAllRecordsRecursive",value:(r=u(o().mark((function t(e,r){var n,i,a,u;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=100*this.bulkRequestClient.REQUESTS_LENGTH_LIMIT,i=e.app,a=e.records,0!==(u=a.slice(0,n)).length){t.next=5;break}return t.abrupt("return",{});case 5:return t.prev=5,t.next=8,this.deleteAllRecordsWithBulkRequest({app:i,records:u});case 8:t.next=13;break;case 10:throw t.prev=10,t.t0=t.catch(5),new kf({},a,r,t.t0,100);case 13:return t.abrupt("return",this.deleteAllRecordsRecursive({app:i,records:a.slice(n)},r));case 14:case"end":return t.stop()}}),t,this,[[5,10]])}))),function(t,e){return r.apply(this,arguments)})},{key:"deleteAllRecordsWithBulkRequest",value:(e=u(o().mark((function t(e){var r,n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return r=this.separateArrayRecursive(100,[],e.records),n=r.map((function(t){return{method:"DELETE",endpointName:"records",payload:{app:e.app,ids:t.map((function(t){return t.id})),revisions:t.map((function(t){return t.revision}))}}})),t.next=4,this.bulkRequestClient.send({requests:n});case 4:case"end":return t.stop()}}),t,this)}))),function(t){return e.apply(this,arguments)})},{key:"separateArrayRecursive",value:function(t,e,r){var n=r.slice(0,t);return 0===n.length?e:this.separateArrayRecursive(t,[].concat(S(e),[n]),r.slice(t))}},{key:"addRecordComment",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record/comment"});return this.client.post(e,t)}},{key:"deleteRecordComment",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record/comment"});return this.client.delete(e,t)}},{key:"getRecordComments",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record/comments"});return this.client.get(e,t)}},{key:"updateRecordAssignees",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record/assignees"});return this.client.put(e,t)}},{key:"updateRecordStatus",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"record/status"});return this.client.put(e,t)}},{key:"updateRecordsStatus",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"records/status"});return this.client.put(e,t)}},{key:"buildPathWithGuestSpaceId",value:function(t){return vs(n(n({},t),{},{guestSpaceId:this.guestSpaceId}))}}]),t}(),Cf="object"==("undefined"==typeof self?"undefined":i(self))?self.FormData:window.FormData,Uf=function(){function t(e,r){s(this,t),this.client=e,this.guestSpaceId=r}var r;return f(t,[{key:"uploadFile",value:(r=u(o().mark((function t(r){var n,i,a,u,s,c,f,p;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n=this.buildPathWithGuestSpaceId({endpointName:"file"}),i=new Cf,!("path"in r.file)){t.next=19;break}return t.prev=3,t.next=6,e.readFileFromPath(r.file.path);case 6:a=t.sent,u=a.name,s=a.data,i.append("file",s,u),t.next=17;break;case 12:if(t.prev=12,t.t0=t.catch(3),!(t.t0 instanceof Bi)){t.next=16;break}throw new Error("uploadFile doesn't allow to accept a file path in ".concat(t.t0.platform," environment."));case 16:throw t.t0;case 17:t.next=21;break;case 19:c=r.file,f=c.name,p=c.data,i.append("file",e.buildFormDataValue(p),f);case 21:return t.abrupt("return",this.client.postData(n,i));case 22:case"end":return t.stop()}}),t,this,[[3,12]])}))),function(t){return r.apply(this,arguments)})},{key:"downloadFile",value:function(t){var e=this.buildPathWithGuestSpaceId({endpointName:"file"});return this.client.getData(e,t)}},{key:"buildPathWithGuestSpaceId",value:function(t){return vs(n(n({},t),{},{guestSpaceId:this.guestSpaceId}))}}]),t}(),Ff={exports:{}},Bf={exports:{}},Df=function(t,e){return function(){for(var r=new Array(arguments.length),n=0;n<r.length;n++)r[n]=arguments[n];return t.apply(e,r)}},Lf=Df,Mf=Object.prototype.toString,Wf=(xf=Object.create(null),function(t){var e=Mf.call(t);return xf[e]||(xf[e]=e.slice(8,-1).toLowerCase())});function Gf(t){return t=t.toLowerCase(),function(e){return Wf(e)===t}}function qf(t){return Array.isArray(t)}function zf(t){return void 0===t}var Vf=Gf("ArrayBuffer");function Yf(t){return null!==t&&"object"===i(t)}function Hf(t){if("object"!==Wf(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}var $f=Gf("Date"),Jf=Gf("File"),Kf=Gf("Blob"),Qf=Gf("FileList");function Xf(t){return"[object Function]"===Mf.call(t)}var Zf=Gf("URLSearchParams");function tp(t,e){if(null!=t)if("object"!==i(t)&&(t=[t]),qf(t))for(var r=0,n=t.length;r<n;r++)e.call(null,t[r],r,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}var ep=function(t){return function(e){return t&&e instanceof t}}("undefined"!=typeof Uint8Array&&Object.getPrototypeOf(Uint8Array)),rp={isArray:qf,isArrayBuffer:Vf,isBuffer:function(t){return null!==t&&!zf(t)&&null!==t.constructor&&!zf(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){var e="[object FormData]";return t&&("function"==typeof FormData&&t instanceof FormData||Mf.call(t)===e||Xf(t.toString)&&t.toString()===e)},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&Vf(t.buffer)},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:Yf,isPlainObject:Hf,isUndefined:zf,isDate:$f,isFile:Jf,isBlob:Kf,isFunction:Xf,isStream:function(t){return Yf(t)&&Xf(t.pipe)},isURLSearchParams:Zf,isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:tp,merge:function t(){var e={};function r(r,n){Hf(e[n])&&Hf(r)?e[n]=t(e[n],r):Hf(r)?e[n]=t({},r):qf(r)?e[n]=r.slice():e[n]=r}for(var n=0,o=arguments.length;n<o;n++)tp(arguments[n],r);return e},extend:function(t,e,r){return tp(e,(function(e,n){t[n]=r&&"function"==typeof e?Lf(e,r):e})),t},trim:function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t},inherits:function(t,e,r,n){t.prototype=Object.create(e.prototype,n),t.prototype.constructor=t,r&&Object.assign(t.prototype,r)},toFlatObject:function(t,e,r){var n,o,i,a={};e=e||{};do{for(o=(n=Object.getOwnPropertyNames(t)).length;o-- >0;)a[i=n[o]]||(e[i]=t[i],a[i]=!0);t=Object.getPrototypeOf(t)}while(t&&(!r||r(t,e))&&t!==Object.prototype);return e},kindOf:Wf,kindOfTest:Gf,endsWith:function(t,e,r){t=String(t),(void 0===r||r>t.length)&&(r=t.length),r-=e.length;var n=t.indexOf(e,r);return-1!==n&&n===r},toArray:function(t){if(!t)return null;var e=t.length;if(zf(e))return null;for(var r=new Array(e);e-- >0;)r[e]=t[e];return r},isTypedArray:ep,isFileList:Qf},np=rp;function op(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var ip=function(t,e,r){if(!e)return t;var n;if(r)n=r(e);else if(np.isURLSearchParams(e))n=e.toString();else{var o=[];np.forEach(e,(function(t,e){null!=t&&(np.isArray(t)?e+="[]":t=[t],np.forEach(t,(function(t){np.isDate(t)?t=t.toISOString():np.isObject(t)&&(t=JSON.stringify(t)),o.push(op(e)+"="+op(t))})))})),n=o.join("&")}if(n){var i=t.indexOf("#");-1!==i&&(t=t.slice(0,i)),t+=(-1===t.indexOf("?")?"?":"&")+n}return t},ap=rp;function up(){this.handlers=[]}up.prototype.use=function(t,e,r){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1},up.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},up.prototype.forEach=function(t){ap.forEach(this.handlers,(function(e){null!==e&&t(e)}))};var sp=up,cp="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function fp(){throw new Error("setTimeout has not been defined")}function pp(){throw new Error("clearTimeout has not been defined")}var lp=fp,hp=pp;function dp(t){if(lp===setTimeout)return setTimeout(t,0);if((lp===fp||!lp)&&setTimeout)return lp=setTimeout,setTimeout(t,0);try{return lp(t,0)}catch(e){try{return lp.call(null,t,0)}catch(e){return lp.call(this,t,0)}}}"function"==typeof cp.setTimeout&&(lp=setTimeout),"function"==typeof cp.clearTimeout&&(hp=clearTimeout);var yp,vp=[],gp=!1,bp=-1;function mp(){gp&&yp&&(gp=!1,yp.length?vp=yp.concat(vp):bp=-1,vp.length&&wp())}function wp(){if(!gp){var t=dp(mp);gp=!0;for(var e=vp.length;e;){for(yp=vp,vp=[];++bp<e;)yp&&yp[bp].run();bp=-1,e=vp.length}yp=null,gp=!1,function(t){if(hp===clearTimeout)return clearTimeout(t);if((hp===pp||!hp)&&clearTimeout)return hp=clearTimeout,clearTimeout(t);try{hp(t)}catch(e){try{return hp.call(null,t)}catch(e){return hp.call(this,t)}}}(t)}}function Ap(t,e){this.fun=t,this.array=e}Ap.prototype.run=function(){this.fun.apply(null,this.array)};function Sp(){}var Ep=Sp,Rp=Sp,Pp=Sp,Op=Sp,xp=Sp,kp=Sp,Ip=Sp;var jp=cp.performance||{},Tp=jp.now||jp.mozNow||jp.msNow||jp.oNow||jp.webkitNow||function(){return(new Date).getTime()};var Np=new Date;var _p,Cp,Up={nextTick:function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];vp.push(new Ap(t,e)),1!==vp.length||gp||dp(wp)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:Ep,addListener:Rp,once:Pp,off:Op,removeListener:xp,removeAllListeners:kp,emit:Ip,binding:function(t){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(t){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(t){var e=.001*Tp.call(jp),r=Math.floor(e),n=Math.floor(e%1*1e9);return t&&(r-=t[0],(n-=t[1])<0&&(r--,n+=1e9)),[r,n]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-Np)/1e3}},Fp=rp;function Bp(){if(Cp)return _p;Cp=1;var t=rp;function e(t,e,r,n,o){Error.call(this),this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o)}t.inherits(e,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var r=e.prototype,n={};return["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(t){n[t]={value:t}})),Object.defineProperties(e,n),Object.defineProperty(r,"isAxiosError",{value:!0}),e.from=function(n,o,i,a,u,s){var c=Object.create(r);return t.toFlatObject(n,c,(function(t){return t!==Error.prototype})),e.call(c,n.message,o,i,a,u),c.name=n.name,s&&Object.assign(c,s),c},_p=e}var Dp={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Lp=[],Mp=[],Wp="undefined"!=typeof Uint8Array?Uint8Array:Array,Gp=!1;function qp(){Gp=!0;for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=0,r=t.length;e<r;++e)Lp[e]=t[e],Mp[t.charCodeAt(e)]=e;Mp["-".charCodeAt(0)]=62,Mp["_".charCodeAt(0)]=63}function zp(t,e,r){for(var n,o,i=[],a=e;a<r;a+=3)n=(t[a]<<16)+(t[a+1]<<8)+t[a+2],i.push(Lp[(o=n)>>18&63]+Lp[o>>12&63]+Lp[o>>6&63]+Lp[63&o]);return i.join("")}function Vp(t){var e;Gp||qp();for(var r=t.length,n=r%3,o="",i=[],a=16383,u=0,s=r-n;u<s;u+=a)i.push(zp(t,u,u+a>s?s:u+a));return 1===n?(e=t[r-1],o+=Lp[e>>2],o+=Lp[e<<4&63],o+="=="):2===n&&(e=(t[r-2]<<8)+t[r-1],o+=Lp[e>>10],o+=Lp[e>>4&63],o+=Lp[e<<2&63],o+="="),i.push(o),i.join("")}function Yp(t,e,r,n,o){var i,a,u=8*o-n-1,s=(1<<u)-1,c=s>>1,f=-7,p=r?o-1:0,l=r?-1:1,h=t[e+p];for(p+=l,i=h&(1<<-f)-1,h>>=-f,f+=u;f>0;i=256*i+t[e+p],p+=l,f-=8);for(a=i&(1<<-f)-1,i>>=-f,f+=n;f>0;a=256*a+t[e+p],p+=l,f-=8);if(0===i)i=1-c;else{if(i===s)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,n),i-=c}return(h?-1:1)*a*Math.pow(2,i-n)}function Hp(t,e,r,n,o,i){var a,u,s,c=8*i-o-1,f=(1<<c)-1,p=f>>1,l=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=n?0:i-1,d=n?1:-1,y=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(u=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(s=Math.pow(2,-a))<1&&(a--,s*=2),(e+=a+p>=1?l/s:l*Math.pow(2,1-p))*s>=2&&(a++,s/=2),a+p>=f?(u=0,a=f):a+p>=1?(u=(e*s-1)*Math.pow(2,o),a+=p):(u=e*Math.pow(2,p-1)*Math.pow(2,o),a=0));o>=8;t[r+h]=255&u,h+=d,u/=256,o-=8);for(a=a<<o|u,c+=o;c>0;t[r+h]=255&a,h+=d,a/=256,c-=8);t[r+h-d]|=128*y}var $p={}.toString,Jp=Array.isArray||function(t){return"[object Array]"==$p.call(t)};function Kp(){return Xp.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function Qp(t,e){if(Kp()<e)throw new RangeError("Invalid typed array length");return Xp.TYPED_ARRAY_SUPPORT?(t=new Uint8Array(e)).__proto__=Xp.prototype:(null===t&&(t=new Xp(e)),t.length=e),t}function Xp(t,e,r){if(!(Xp.TYPED_ARRAY_SUPPORT||this instanceof Xp))return new Xp(t,e,r);if("number"==typeof t){if("string"==typeof e)throw new Error("If encoding is specified then the first argument must be a string");return el(this,t)}return Zp(this,t,e,r)}function Zp(t,e,r,n){if("number"==typeof e)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer?function(t,e,r,n){if(e.byteLength,r<0||e.byteLength<r)throw new RangeError("'offset' is out of bounds");if(e.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");e=void 0===r&&void 0===n?new Uint8Array(e):void 0===n?new Uint8Array(e,r):new Uint8Array(e,r,n);Xp.TYPED_ARRAY_SUPPORT?(t=e).__proto__=Xp.prototype:t=rl(t,e);return t}(t,e,r,n):"string"==typeof e?function(t,e,r){"string"==typeof r&&""!==r||(r="utf8");if(!Xp.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|il(e,r),o=(t=Qp(t,n)).write(e,r);o!==n&&(t=t.slice(0,o));return t}(t,e,r):function(t,e){if(ol(e)){var r=0|nl(e.length);return 0===(t=Qp(t,r)).length||e.copy(t,0,0,r),t}if(e){if("undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return"number"!=typeof e.length||(n=e.length)!=n?Qp(t,0):rl(t,e);if("Buffer"===e.type&&Jp(e.data))return rl(t,e.data)}var n;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(t,e)}function tl(t){if("number"!=typeof t)throw new TypeError('"size" argument must be a number');if(t<0)throw new RangeError('"size" argument must not be negative')}function el(t,e){if(tl(e),t=Qp(t,e<0?0:0|nl(e)),!Xp.TYPED_ARRAY_SUPPORT)for(var r=0;r<e;++r)t[r]=0;return t}function rl(t,e){var r=e.length<0?0:0|nl(e.length);t=Qp(t,r);for(var n=0;n<r;n+=1)t[n]=255&e[n];return t}function nl(t){if(t>=Kp())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Kp().toString(16)+" bytes");return 0|t}function ol(t){return!(null==t||!t._isBuffer)}function il(t,e){if(ol(t))return t.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(t)||t instanceof ArrayBuffer))return t.byteLength;"string"!=typeof t&&(t=""+t);var r=t.length;if(0===r)return 0;for(var n=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return Dl(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return Ll(t).length;default:if(n)return Dl(t).length;e=(""+e).toLowerCase(),n=!0}}function al(t,e,r){var n=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return Al(this,e,r);case"utf8":case"utf-8":return gl(this,e,r);case"ascii":return ml(this,e,r);case"latin1":case"binary":return wl(this,e,r);case"base64":return vl(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Sl(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}function ul(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}function sl(t,e,r,n,o){if(0===t.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(o)return-1;r=t.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof e&&(e=Xp.from(e,n)),ol(e))return 0===e.length?-1:cl(t,e,r,n,o);if("number"==typeof e)return e&=255,Xp.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):cl(t,[e],r,n,o);throw new TypeError("val must be string, number or Buffer")}function cl(t,e,r,n,o){var i,a=1,u=t.length,s=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return-1;a=2,u/=2,s/=2,r/=2}function c(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(o){var f=-1;for(i=r;i<u;i++)if(c(t,i)===c(e,-1===f?0:i-f)){if(-1===f&&(f=i),i-f+1===s)return f*a}else-1!==f&&(i-=i-f),f=-1}else for(r+s>u&&(r=u-s),i=r;i>=0;i--){for(var p=!0,l=0;l<s;l++)if(c(t,i+l)!==c(e,l)){p=!1;break}if(p)return i}return-1}function fl(t,e,r,n){r=Number(r)||0;var o=t.length-r;n?(n=Number(n))>o&&(n=o):n=o;var i=e.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var a=0;a<n;++a){var u=parseInt(e.substr(2*a,2),16);if(isNaN(u))return a;t[r+a]=u}return a}function pl(t,e,r,n){return Ml(Dl(e,t.length-r),t,r,n)}function ll(t,e,r,n){return Ml(function(t){for(var e=[],r=0;r<t.length;++r)e.push(255&t.charCodeAt(r));return e}(e),t,r,n)}function hl(t,e,r,n){return ll(t,e,r,n)}function dl(t,e,r,n){return Ml(Ll(e),t,r,n)}function yl(t,e,r,n){return Ml(function(t,e){for(var r,n,o,i=[],a=0;a<t.length&&!((e-=2)<0);++a)n=(r=t.charCodeAt(a))>>8,o=r%256,i.push(o),i.push(n);return i}(e,t.length-r),t,r,n)}function vl(t,e,r){return 0===e&&r===t.length?Vp(t):Vp(t.slice(e,r))}function gl(t,e,r){r=Math.min(t.length,r);for(var n=[],o=e;o<r;){var i,a,u,s,c=t[o],f=null,p=c>239?4:c>223?3:c>191?2:1;if(o+p<=r)switch(p){case 1:c<128&&(f=c);break;case 2:128==(192&(i=t[o+1]))&&(s=(31&c)<<6|63&i)>127&&(f=s);break;case 3:i=t[o+1],a=t[o+2],128==(192&i)&&128==(192&a)&&(s=(15&c)<<12|(63&i)<<6|63&a)>2047&&(s<55296||s>57343)&&(f=s);break;case 4:i=t[o+1],a=t[o+2],u=t[o+3],128==(192&i)&&128==(192&a)&&128==(192&u)&&(s=(15&c)<<18|(63&i)<<12|(63&a)<<6|63&u)>65535&&s<1114112&&(f=s)}null===f?(f=65533,p=1):f>65535&&(f-=65536,n.push(f>>>10&1023|55296),f=56320|1023&f),n.push(f),o+=p}return function(t){var e=t.length;if(e<=bl)return String.fromCharCode.apply(String,t);var r="",n=0;for(;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=bl));return r}(n)}Xp.TYPED_ARRAY_SUPPORT=void 0===cp.TYPED_ARRAY_SUPPORT||cp.TYPED_ARRAY_SUPPORT,Kp(),Xp.poolSize=8192,Xp._augment=function(t){return t.__proto__=Xp.prototype,t},Xp.from=function(t,e,r){return Zp(null,t,e,r)},Xp.TYPED_ARRAY_SUPPORT&&(Xp.prototype.__proto__=Uint8Array.prototype,Xp.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&Xp[Symbol.species]),Xp.alloc=function(t,e,r){return function(t,e,r,n){return tl(e),e<=0?Qp(t,e):void 0!==r?"string"==typeof n?Qp(t,e).fill(r,n):Qp(t,e).fill(r):Qp(t,e)}(null,t,e,r)},Xp.allocUnsafe=function(t){return el(null,t)},Xp.allocUnsafeSlow=function(t){return el(null,t)},Xp.isBuffer=function(t){return null!=t&&(!!t._isBuffer||Wl(t)||function(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&Wl(t.slice(0,0))}(t))},Xp.compare=function(t,e){if(!ol(t)||!ol(e))throw new TypeError("Arguments must be Buffers");if(t===e)return 0;for(var r=t.length,n=e.length,o=0,i=Math.min(r,n);o<i;++o)if(t[o]!==e[o]){r=t[o],n=e[o];break}return r<n?-1:n<r?1:0},Xp.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},Xp.concat=function(t,e){if(!Jp(t))throw new TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return Xp.alloc(0);var r;if(void 0===e)for(e=0,r=0;r<t.length;++r)e+=t[r].length;var n=Xp.allocUnsafe(e),o=0;for(r=0;r<t.length;++r){var i=t[r];if(!ol(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(n,o),o+=i.length}return n},Xp.byteLength=il,Xp.prototype._isBuffer=!0,Xp.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)ul(this,e,e+1);return this},Xp.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)ul(this,e,e+3),ul(this,e+1,e+2);return this},Xp.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)ul(this,e,e+7),ul(this,e+1,e+6),ul(this,e+2,e+5),ul(this,e+3,e+4);return this},Xp.prototype.toString=function(){var t=0|this.length;return 0===t?"":0===arguments.length?gl(this,0,t):al.apply(this,arguments)},Xp.prototype.equals=function(t){if(!ol(t))throw new TypeError("Argument must be a Buffer");return this===t||0===Xp.compare(this,t)},Xp.prototype.inspect=function(){var t="";return this.length>0&&(t=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(t+=" ... ")),"<Buffer "+t+">"},Xp.prototype.compare=function(t,e,r,n,o){if(!ol(t))throw new TypeError("Argument must be a Buffer");if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===n&&(n=0),void 0===o&&(o=this.length),e<0||r>t.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&e>=r)return 0;if(n>=o)return-1;if(e>=r)return 1;if(this===t)return 0;for(var i=(o>>>=0)-(n>>>=0),a=(r>>>=0)-(e>>>=0),u=Math.min(i,a),s=this.slice(n,o),c=t.slice(e,r),f=0;f<u;++f)if(s[f]!==c[f]){i=s[f],a=c[f];break}return i<a?-1:a<i?1:0},Xp.prototype.includes=function(t,e,r){return-1!==this.indexOf(t,e,r)},Xp.prototype.indexOf=function(t,e,r){return sl(this,t,e,r,!0)},Xp.prototype.lastIndexOf=function(t,e,r){return sl(this,t,e,r,!1)},Xp.prototype.write=function(t,e,r,n){if(void 0===e)n="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof e)n=e,r=this.length,e=0;else{if(!isFinite(e))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var o=this.length-e;if((void 0===r||r>o)&&(r=o),t.length>0&&(r<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return fl(this,t,e,r);case"utf8":case"utf-8":return pl(this,t,e,r);case"ascii":return ll(this,t,e,r);case"latin1":case"binary":return hl(this,t,e,r);case"base64":return dl(this,t,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return yl(this,t,e,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},Xp.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var bl=4096;function ml(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(127&t[o]);return n}function wl(t,e,r){var n="";r=Math.min(t.length,r);for(var o=e;o<r;++o)n+=String.fromCharCode(t[o]);return n}function Al(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var o="",i=e;i<r;++i)o+=Bl(t[i]);return o}function Sl(t,e,r){for(var n=t.slice(e,r),o="",i=0;i<n.length;i+=2)o+=String.fromCharCode(n[i]+256*n[i+1]);return o}function El(t,e,r){if(t%1!=0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}function Rl(t,e,r,n,o,i){if(!ol(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>o||e<i)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}function Pl(t,e,r,n){e<0&&(e=65535+e+1);for(var o=0,i=Math.min(t.length-r,2);o<i;++o)t[r+o]=(e&255<<8*(n?o:1-o))>>>8*(n?o:1-o)}function Ol(t,e,r,n){e<0&&(e=4294967295+e+1);for(var o=0,i=Math.min(t.length-r,4);o<i;++o)t[r+o]=e>>>8*(n?o:3-o)&255}function xl(t,e,r,n,o,i){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function kl(t,e,r,n,o){return o||xl(t,0,r,4),Hp(t,e,r,n,23,4),r+4}function Il(t,e,r,n,o){return o||xl(t,0,r,8),Hp(t,e,r,n,52,8),r+8}Xp.prototype.slice=function(t,e){var r,n=this.length;if((t=~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),(e=void 0===e?n:~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),e<t&&(e=t),Xp.TYPED_ARRAY_SUPPORT)(r=this.subarray(t,e)).__proto__=Xp.prototype;else{var o=e-t;r=new Xp(o,void 0);for(var i=0;i<o;++i)r[i]=this[i+t]}return r},Xp.prototype.readUIntLE=function(t,e,r){t|=0,e|=0,r||El(t,e,this.length);for(var n=this[t],o=1,i=0;++i<e&&(o*=256);)n+=this[t+i]*o;return n},Xp.prototype.readUIntBE=function(t,e,r){t|=0,e|=0,r||El(t,e,this.length);for(var n=this[t+--e],o=1;e>0&&(o*=256);)n+=this[t+--e]*o;return n},Xp.prototype.readUInt8=function(t,e){return e||El(t,1,this.length),this[t]},Xp.prototype.readUInt16LE=function(t,e){return e||El(t,2,this.length),this[t]|this[t+1]<<8},Xp.prototype.readUInt16BE=function(t,e){return e||El(t,2,this.length),this[t]<<8|this[t+1]},Xp.prototype.readUInt32LE=function(t,e){return e||El(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},Xp.prototype.readUInt32BE=function(t,e){return e||El(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},Xp.prototype.readIntLE=function(t,e,r){t|=0,e|=0,r||El(t,e,this.length);for(var n=this[t],o=1,i=0;++i<e&&(o*=256);)n+=this[t+i]*o;return n>=(o*=128)&&(n-=Math.pow(2,8*e)),n},Xp.prototype.readIntBE=function(t,e,r){t|=0,e|=0,r||El(t,e,this.length);for(var n=e,o=1,i=this[t+--n];n>0&&(o*=256);)i+=this[t+--n]*o;return i>=(o*=128)&&(i-=Math.pow(2,8*e)),i},Xp.prototype.readInt8=function(t,e){return e||El(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},Xp.prototype.readInt16LE=function(t,e){e||El(t,2,this.length);var r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},Xp.prototype.readInt16BE=function(t,e){e||El(t,2,this.length);var r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},Xp.prototype.readInt32LE=function(t,e){return e||El(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},Xp.prototype.readInt32BE=function(t,e){return e||El(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},Xp.prototype.readFloatLE=function(t,e){return e||El(t,4,this.length),Yp(this,t,!0,23,4)},Xp.prototype.readFloatBE=function(t,e){return e||El(t,4,this.length),Yp(this,t,!1,23,4)},Xp.prototype.readDoubleLE=function(t,e){return e||El(t,8,this.length),Yp(this,t,!0,52,8)},Xp.prototype.readDoubleBE=function(t,e){return e||El(t,8,this.length),Yp(this,t,!1,52,8)},Xp.prototype.writeUIntLE=function(t,e,r,n){(t=+t,e|=0,r|=0,n)||Rl(this,t,e,r,Math.pow(2,8*r)-1,0);var o=1,i=0;for(this[e]=255&t;++i<r&&(o*=256);)this[e+i]=t/o&255;return e+r},Xp.prototype.writeUIntBE=function(t,e,r,n){(t=+t,e|=0,r|=0,n)||Rl(this,t,e,r,Math.pow(2,8*r)-1,0);var o=r-1,i=1;for(this[e+o]=255&t;--o>=0&&(i*=256);)this[e+o]=t/i&255;return e+r},Xp.prototype.writeUInt8=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,1,255,0),Xp.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),this[e]=255&t,e+1},Xp.prototype.writeUInt16LE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,2,65535,0),Xp.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):Pl(this,t,e,!0),e+2},Xp.prototype.writeUInt16BE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,2,65535,0),Xp.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):Pl(this,t,e,!1),e+2},Xp.prototype.writeUInt32LE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,4,4294967295,0),Xp.TYPED_ARRAY_SUPPORT?(this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t):Ol(this,t,e,!0),e+4},Xp.prototype.writeUInt32BE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,4,4294967295,0),Xp.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):Ol(this,t,e,!1),e+4},Xp.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e|=0,!n){var o=Math.pow(2,8*r-1);Rl(this,t,e,r,o-1,-o)}var i=0,a=1,u=0;for(this[e]=255&t;++i<r&&(a*=256);)t<0&&0===u&&0!==this[e+i-1]&&(u=1),this[e+i]=(t/a>>0)-u&255;return e+r},Xp.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e|=0,!n){var o=Math.pow(2,8*r-1);Rl(this,t,e,r,o-1,-o)}var i=r-1,a=1,u=0;for(this[e+i]=255&t;--i>=0&&(a*=256);)t<0&&0===u&&0!==this[e+i+1]&&(u=1),this[e+i]=(t/a>>0)-u&255;return e+r},Xp.prototype.writeInt8=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,1,127,-128),Xp.TYPED_ARRAY_SUPPORT||(t=Math.floor(t)),t<0&&(t=255+t+1),this[e]=255&t,e+1},Xp.prototype.writeInt16LE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,2,32767,-32768),Xp.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8):Pl(this,t,e,!0),e+2},Xp.prototype.writeInt16BE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,2,32767,-32768),Xp.TYPED_ARRAY_SUPPORT?(this[e]=t>>>8,this[e+1]=255&t):Pl(this,t,e,!1),e+2},Xp.prototype.writeInt32LE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,4,2147483647,-2147483648),Xp.TYPED_ARRAY_SUPPORT?(this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24):Ol(this,t,e,!0),e+4},Xp.prototype.writeInt32BE=function(t,e,r){return t=+t,e|=0,r||Rl(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),Xp.TYPED_ARRAY_SUPPORT?(this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t):Ol(this,t,e,!1),e+4},Xp.prototype.writeFloatLE=function(t,e,r){return kl(this,t,e,!0,r)},Xp.prototype.writeFloatBE=function(t,e,r){return kl(this,t,e,!1,r)},Xp.prototype.writeDoubleLE=function(t,e,r){return Il(this,t,e,!0,r)},Xp.prototype.writeDoubleBE=function(t,e,r){return Il(this,t,e,!1,r)},Xp.prototype.copy=function(t,e,r,n){if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===t.length||0===this.length)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e<n-r&&(n=t.length-e+r);var o,i=n-r;if(this===t&&r<e&&e<n)for(o=i-1;o>=0;--o)t[o+e]=this[o+r];else if(i<1e3||!Xp.TYPED_ARRAY_SUPPORT)for(o=0;o<i;++o)t[o+e]=this[o+r];else Uint8Array.prototype.set.call(t,this.subarray(r,r+i),e);return i},Xp.prototype.fill=function(t,e,r,n){if("string"==typeof t){if("string"==typeof e?(n=e,e=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===t.length){var o=t.charCodeAt(0);o<256&&(t=o)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!Xp.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof t&&(t&=255);if(e<0||this.length<e||this.length<r)throw new RangeError("Out of range index");if(r<=e)return this;var i;if(e>>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(i=e;i<r;++i)this[i]=t;else{var a=ol(t)?t:Dl(new Xp(t,n).toString()),u=a.length;for(i=0;i<r-e;++i)this[i+e]=a[i%u]}return this};var jl,Tl,Nl,_l,Cl,Ul,Fl=/[^+\/0-9A-Za-z-_]/g;function Bl(t){return t<16?"0"+t.toString(16):t.toString(16)}function Dl(t,e){var r;e=e||1/0;for(var n=t.length,o=null,i=[],a=0;a<n;++a){if((r=t.charCodeAt(a))>55295&&r<57344){if(!o){if(r>56319){(e-=3)>-1&&i.push(239,191,189);continue}if(a+1===n){(e-=3)>-1&&i.push(239,191,189);continue}o=r;continue}if(r<56320){(e-=3)>-1&&i.push(239,191,189),o=r;continue}r=65536+(o-55296<<10|r-56320)}else o&&(e-=3)>-1&&i.push(239,191,189);if(o=null,r<128){if((e-=1)<0)break;i.push(r)}else if(r<2048){if((e-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function Ll(t){return function(t){var e,r,n,o,i,a;Gp||qp();var u=t.length;if(u%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i="="===t[u-2]?2:"="===t[u-1]?1:0,a=new Wp(3*u/4-i),n=i>0?u-4:u;var s=0;for(e=0,r=0;e<n;e+=4,r+=3)o=Mp[t.charCodeAt(e)]<<18|Mp[t.charCodeAt(e+1)]<<12|Mp[t.charCodeAt(e+2)]<<6|Mp[t.charCodeAt(e+3)],a[s++]=o>>16&255,a[s++]=o>>8&255,a[s++]=255&o;return 2===i?(o=Mp[t.charCodeAt(e)]<<2|Mp[t.charCodeAt(e+1)]>>4,a[s++]=255&o):1===i&&(o=Mp[t.charCodeAt(e)]<<10|Mp[t.charCodeAt(e+1)]<<4|Mp[t.charCodeAt(e+2)]>>2,a[s++]=o>>8&255,a[s++]=255&o),a}(function(t){if((t=function(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}(t).replace(Fl,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function Ml(t,e,r,n){for(var o=0;o<n&&!(o+r>=e.length||o>=t.length);++o)e[o+r]=t[o];return o}function Wl(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function Gl(){if(Tl)return jl;Tl=1;var t=rp;return jl=function(e,r){r=r||new FormData;var n=[];function o(e){return null===e?"":t.isDate(e)?e.toISOString():t.isArrayBuffer(e)||t.isTypedArray(e)?"function"==typeof Blob?new Blob([e]):Xp.from(e):e}return function e(a,u){if(t.isPlainObject(a)||t.isArray(a)){if(-1!==n.indexOf(a))throw Error("Circular reference detected in "+u);n.push(a),t.forEach(a,(function(n,a){if(!t.isUndefined(n)){var s,c=u?u+"."+a:a;if(n&&!u&&"object"===i(n))if(t.endsWith(a,"{}"))n=JSON.stringify(n);else if(t.endsWith(a,"[]")&&(s=t.toArray(n)))return void s.forEach((function(e){!t.isUndefined(e)&&r.append(c,o(e))}));e(n,c)}})),n.pop()}else r.append(u,o(a))}(e),r}}function ql(){if(_l)return Nl;_l=1;var t=Bp();return Nl=function(e,r,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?r(new t("Request failed with status code "+n.status,[t.ERR_BAD_REQUEST,t.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}}function zl(){if(Ul)return Cl;Ul=1;var t=rp;return Cl=t.isStandardBrowserEnv()?{write:function(e,r,n,o,i,a){var u=[];u.push(e+"="+encodeURIComponent(r)),t.isNumber(n)&&u.push("expires="+new Date(n).toGMTString()),t.isString(o)&&u.push("path="+o),t.isString(i)&&u.push("domain="+i),!0===a&&u.push("secure"),document.cookie=u.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}}var Vl,Yl,Hl,$l,Jl,Kl,Ql,Xl,Zl,th,eh,rh,nh=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)},oh=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t},ih=function(t,e){return t&&!nh(e)?oh(t,e):e};function ah(){if(Yl)return Vl;Yl=1;var t=rp,e=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];return Vl=function(r){var n,o,i,a={};return r?(t.forEach(r.split("\n"),(function(r){if(i=r.indexOf(":"),n=t.trim(r.substr(0,i)).toLowerCase(),o=t.trim(r.substr(i+1)),n){if(a[n]&&e.indexOf(n)>=0)return;a[n]="set-cookie"===n?(a[n]?a[n]:[]).concat([o]):a[n]?a[n]+", "+o:o}})),a):a}}function uh(){if($l)return Hl;$l=1;var t=rp;return Hl=t.isStandardBrowserEnv()?function(){var e,r=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var e=t;return r&&(n.setAttribute("href",e),e=n.href),n.setAttribute("href",e),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=o(window.location.href),function(r){var n=t.isString(r)?o(r):r;return n.protocol===e.protocol&&n.host===e.host}}():function(){return!0}}function sh(){if(Kl)return Jl;Kl=1;var t=Bp();function e(e){t.call(this,null==e?"canceled":e,t.ERR_CANCELED),this.name="CanceledError"}return rp.inherits(e,t,{__CANCEL__:!0}),Jl=e}function ch(){return Xl?Ql:(Xl=1,Ql=function(t){var e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""})}function fh(){if(th)return Zl;th=1;var t=rp,e=ql(),r=zl(),n=ip,o=ih,i=ah(),a=uh(),u=Dp,s=Bp(),c=sh(),f=ch();return Zl=function(p){return new Promise((function(l,h){var d,y=p.data,v=p.headers,g=p.responseType;function b(){p.cancelToken&&p.cancelToken.unsubscribe(d),p.signal&&p.signal.removeEventListener("abort",d)}t.isFormData(y)&&t.isStandardBrowserEnv()&&delete v["Content-Type"];var m=new XMLHttpRequest;if(p.auth){var w=p.auth.username||"",A=p.auth.password?unescape(encodeURIComponent(p.auth.password)):"";v.Authorization="Basic "+btoa(w+":"+A)}var S=o(p.baseURL,p.url);function E(){if(m){var t="getAllResponseHeaders"in m?i(m.getAllResponseHeaders()):null,r={data:g&&"text"!==g&&"json"!==g?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:t,config:p,request:m};e((function(t){l(t),b()}),(function(t){h(t),b()}),r),m=null}}if(m.open(p.method.toUpperCase(),n(S,p.params,p.paramsSerializer),!0),m.timeout=p.timeout,"onloadend"in m?m.onloadend=E:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(E)},m.onabort=function(){m&&(h(new s("Request aborted",s.ECONNABORTED,p,m)),m=null)},m.onerror=function(){h(new s("Network Error",s.ERR_NETWORK,p,m,m)),m=null},m.ontimeout=function(){var t=p.timeout?"timeout of "+p.timeout+"ms exceeded":"timeout exceeded",e=p.transitional||u;p.timeoutErrorMessage&&(t=p.timeoutErrorMessage),h(new s(t,e.clarifyTimeoutError?s.ETIMEDOUT:s.ECONNABORTED,p,m)),m=null},t.isStandardBrowserEnv()){var R=(p.withCredentials||a(S))&&p.xsrfCookieName?r.read(p.xsrfCookieName):void 0;R&&(v[p.xsrfHeaderName]=R)}"setRequestHeader"in m&&t.forEach(v,(function(t,e){void 0===y&&"content-type"===e.toLowerCase()?delete v[e]:m.setRequestHeader(e,t)})),t.isUndefined(p.withCredentials)||(m.withCredentials=!!p.withCredentials),g&&"json"!==g&&(m.responseType=p.responseType),"function"==typeof p.onDownloadProgress&&m.addEventListener("progress",p.onDownloadProgress),"function"==typeof p.onUploadProgress&&m.upload&&m.upload.addEventListener("progress",p.onUploadProgress),(p.cancelToken||p.signal)&&(d=function(t){m&&(h(!t||t&&t.type?new c:t),m.abort(),m=null)},p.cancelToken&&p.cancelToken.subscribe(d),p.signal&&(p.signal.aborted?d():p.signal.addEventListener("abort",d))),y||(y=null);var P=f(S);P&&-1===["http","https","file"].indexOf(P)?h(new s("Unsupported protocol "+P+":",s.ERR_BAD_REQUEST,p)):m.send(y)}))}}var ph=rp,lh=function(t,e){Fp.forEach(t,(function(r,n){n!==e&&n.toUpperCase()===e.toUpperCase()&&(t[e]=r,delete t[n])}))},hh=Bp(),dh=Dp,yh=Gl(),vh={"Content-Type":"application/x-www-form-urlencoded"};function gh(t,e){!ph.isUndefined(t)&&ph.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var bh,mh={transitional:dh,adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==Up&&"[object process]"===Object.prototype.toString.call(Up))&&(bh=fh()),bh),transformRequest:[function(t,e){if(lh(e,"Accept"),lh(e,"Content-Type"),ph.isFormData(t)||ph.isArrayBuffer(t)||ph.isBuffer(t)||ph.isStream(t)||ph.isFile(t)||ph.isBlob(t))return t;if(ph.isArrayBufferView(t))return t.buffer;if(ph.isURLSearchParams(t))return gh(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString();var r,n=ph.isObject(t),o=e&&e["Content-Type"];if((r=ph.isFileList(t))||n&&"multipart/form-data"===o){var i=this.env&&this.env.FormData;return yh(r?{"files[]":t}:t,i&&new i)}return n||"application/json"===o?(gh(e,"application/json"),function(t,e,r){if(ph.isString(t))try{return(e||JSON.parse)(t),ph.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(r||JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional||mh.transitional,r=e&&e.silentJSONParsing,n=e&&e.forcedJSONParsing,o=!r&&"json"===this.responseType;if(o||n&&ph.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(o){if("SyntaxError"===t.name)throw hh.from(t,hh.ERR_BAD_RESPONSE,this,null,this.response);throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:rh?eh:(rh=1,eh=null)},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};ph.forEach(["delete","get","head"],(function(t){mh.headers[t]={}})),ph.forEach(["post","put","patch"],(function(t){mh.headers[t]=ph.merge(vh)}));var wh,Ah,Sh=mh,Eh=rp,Rh=Sh;function Ph(){return Ah?wh:(Ah=1,wh=function(t){return!(!t||!t.__CANCEL__)})}var Oh=rp,xh=function(t,e,r){var n=this||Rh;return Eh.forEach(r,(function(r){t=r.call(n,t,e)})),t},kh=Ph(),Ih=Sh,jh=sh();function Th(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new jh}var Nh,_h,Ch=rp,Uh=function(t,e){e=e||{};var r={};function n(t,e){return Ch.isPlainObject(t)&&Ch.isPlainObject(e)?Ch.merge(t,e):Ch.isPlainObject(e)?Ch.merge({},e):Ch.isArray(e)?e.slice():e}function o(r){return Ch.isUndefined(e[r])?Ch.isUndefined(t[r])?void 0:n(void 0,t[r]):n(t[r],e[r])}function i(t){if(!Ch.isUndefined(e[t]))return n(void 0,e[t])}function a(r){return Ch.isUndefined(e[r])?Ch.isUndefined(t[r])?void 0:n(void 0,t[r]):n(void 0,e[r])}function u(r){return r in e?n(t[r],e[r]):r in t?n(void 0,t[r]):void 0}var s={url:i,method:i,data:i,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:u};return Ch.forEach(Object.keys(t).concat(Object.keys(e)),(function(t){var e=s[t]||o,n=e(t);Ch.isUndefined(n)&&e!==u||(r[t]=n)})),r};function Fh(){return _h?Nh:(_h=1,Nh={version:"0.27.2"})}var Bh=Fh().version,Dh=Bp(),Lh={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){Lh[t]=function(r){return i(r)===t||"a"+(e<1?"n ":" ")+t}}));var Mh={};Lh.transitional=function(t,e,r){function n(t,e){return"[Axios v"+Bh+"] Transitional option '"+t+"'"+e+(r?". "+r:"")}return function(r,o,i){if(!1===t)throw new Dh(n(o," has been removed"+(e?" in "+e:"")),Dh.ERR_DEPRECATED);return e&&!Mh[o]&&(Mh[o]=!0,console.warn(n(o," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(r,o,i)}};var Wh,Gh,qh,zh,Vh,Yh,Hh=rp,$h=ip,Jh=sp,Kh=function(t){return Th(t),t.headers=t.headers||{},t.data=xh.call(t,t.data,t.headers,t.transformRequest),t.headers=Oh.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),Oh.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||Ih.adapter)(t).then((function(e){return Th(t),e.data=xh.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return kh(e)||(Th(t),e&&e.response&&(e.response.data=xh.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))},Qh=Uh,Xh=ih,Zh={assertOptions:function(t,e,r){if("object"!==i(t))throw new Dh("options must be an object",Dh.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(t),o=n.length;o-- >0;){var a=n[o],u=e[a];if(u){var s=t[a],c=void 0===s||u(s,a,t);if(!0!==c)throw new Dh("option "+a+" must be "+c,Dh.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new Dh("Unknown option "+a,Dh.ERR_BAD_OPTION)}},validators:Lh},td=Zh.validators;function ed(t){this.defaults=t,this.interceptors={request:new Jh,response:new Jh}}ed.prototype.request=function(t,e){"string"==typeof t?(e=e||{}).url=t:e=t||{},(e=Qh(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var r=e.transitional;void 0!==r&&Zh.assertOptions(r,{silentJSONParsing:td.transitional(td.boolean),forcedJSONParsing:td.transitional(td.boolean),clarifyTimeoutError:td.transitional(td.boolean)},!1);var n=[],o=!0;this.interceptors.request.forEach((function(t){"function"==typeof t.runWhen&&!1===t.runWhen(e)||(o=o&&t.synchronous,n.unshift(t.fulfilled,t.rejected))}));var i,a=[];if(this.interceptors.response.forEach((function(t){a.push(t.fulfilled,t.rejected)})),!o){var u=[Kh,void 0];for(Array.prototype.unshift.apply(u,n),u=u.concat(a),i=Promise.resolve(e);u.length;)i=i.then(u.shift(),u.shift());return i}for(var s=e;n.length;){var c=n.shift(),f=n.shift();try{s=c(s)}catch(t){f(t);break}}try{i=Kh(s)}catch(t){return Promise.reject(t)}for(;a.length;)i=i.then(a.shift(),a.shift());return i},ed.prototype.getUri=function(t){t=Qh(this.defaults,t);var e=Xh(t.baseURL,t.url);return $h(e,t.params,t.paramsSerializer)},Hh.forEach(["delete","get","head","options"],(function(t){ed.prototype[t]=function(e,r){return this.request(Qh(r||{},{method:t,url:e,data:(r||{}).data}))}})),Hh.forEach(["post","put","patch"],(function(t){function e(e){return function(r,n,o){return this.request(Qh(o||{},{method:t,headers:e?{"Content-Type":"multipart/form-data"}:{},url:r,data:n}))}}ed.prototype[t]=e(),ed.prototype[t+"Form"]=e(!0)}));var rd=rp,nd=Df,od=ed,id=Uh;var ad=function t(e){var r=new od(e),n=nd(od.prototype.request,r);return rd.extend(n,od.prototype,r),rd.extend(n,r),n.create=function(r){return t(id(e,r))},n}(Sh);ad.Axios=od,ad.CanceledError=sh(),ad.CancelToken=function(){if(Gh)return Wh;Gh=1;var t=sh();function e(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var r;this.promise=new Promise((function(t){r=t}));var n=this;this.promise.then((function(t){if(n._listeners){var e,r=n._listeners.length;for(e=0;e<r;e++)n._listeners[e](t);n._listeners=null}})),this.promise.then=function(t){var e,r=new Promise((function(t){n.subscribe(t),e=t})).then(t);return r.cancel=function(){n.unsubscribe(e)},r},e((function(e){n.reason||(n.reason=new t(e),r(n.reason))}))}return e.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},e.prototype.subscribe=function(t){this.reason?t(this.reason):this._listeners?this._listeners.push(t):this._listeners=[t]},e.prototype.unsubscribe=function(t){if(this._listeners){var e=this._listeners.indexOf(t);-1!==e&&this._listeners.splice(e,1)}},e.source=function(){var t;return{token:new e((function(e){t=e})),cancel:t}},Wh=e}(),ad.isCancel=Ph(),ad.VERSION=Fh().version,ad.toFormData=Gl(),ad.AxiosError=Bp(),ad.Cancel=ad.CanceledError,ad.all=function(t){return Promise.all(t)},ad.spread=zh?qh:(zh=1,qh=function(t){return function(e){return t.apply(null,e)}}),ad.isAxiosError=function(){if(Yh)return Vh;Yh=1;var t=rp;return Vh=function(e){return t.isObject(e)&&!0===e.isAxiosError}}(),Bf.exports=ad,Bf.exports.default=ad,function(t){t.exports=Bf.exports}(Ff);var ud=P(Ff.exports),sd=function(){function t(e){var r=e.responseHandler,n=e.requestConfigBuilder;s(this,t),this.responseHandler=r,this.requestConfigBuilder=n}var e,r,i,a,c,p;return f(t,[{key:"get",value:(p=u(o().mark((function t(e,r){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.requestConfigBuilder.build("get",e,r);case 2:return n=t.sent,t.next=5,this.sendRequest(n);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)}))),function(t,e){return p.apply(this,arguments)})},{key:"getData",value:(c=u(o().mark((function t(e,r){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.requestConfigBuilder.build("get",e,r,{responseType:"arraybuffer"});case 2:return n=t.sent,t.next=5,this.sendRequest(n);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)}))),function(t,e){return c.apply(this,arguments)})},{key:"post",value:(a=u(o().mark((function t(e,r){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.requestConfigBuilder.build("post",e,r);case 2:return n=t.sent,t.next=5,this.sendRequest(n);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)}))),function(t,e){return a.apply(this,arguments)})},{key:"postData",value:(i=u(o().mark((function t(e,r){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.requestConfigBuilder.build("post",e,r);case 2:return n=t.sent,t.next=5,this.sendRequest(n);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)}))),function(t,e){return i.apply(this,arguments)})},{key:"put",value:(r=u(o().mark((function t(e,r){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.requestConfigBuilder.build("put",e,r);case 2:return n=t.sent,t.next=5,this.sendRequest(n);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)}))),function(t,e){return r.apply(this,arguments)})},{key:"delete",value:(e=u(o().mark((function t(e,r){var n;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,this.requestConfigBuilder.build("delete",e,r);case 2:return n=t.sent,t.next=5,this.sendRequest(n);case 5:return t.abrupt("return",t.sent);case 6:case"end":return t.stop()}}),t,this)}))),function(t,r){return e.apply(this,arguments)})},{key:"sendRequest",value:function(t){return this.responseHandler.handle(ud(n(n({},t),{},{maxBodyLength:1/0,maxContentLength:1/0})))}}]),t}(),cd=mo,fd=nt,pd=st,ld=Gc,hd=$([].join),dd=fd!=Object,yd=ld("join",",");cd({target:"Array",proto:!0,forced:dd||!yd},{join:function(t){return hd(pd(this),void 0===t?",":t)}});var vd,gd=R.Symbol,bd=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"===i(Symbol.iterator))return!0;var t={},e=Symbol("test"),r=Object(e);if("string"==typeof e)return!1;if("[object Symbol]"!==Object.prototype.toString.call(e))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(e in t[e]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var n=Object.getOwnPropertySymbols(t);if(1!==n.length||n[0]!==e)return!1;if(!Object.prototype.propertyIsEnumerable.call(t,e))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(t,e);if(42!==o.value||!0!==o.enumerable)return!1}return!0},md=function(){return"function"==typeof gd&&("function"==typeof Symbol&&("symbol"===i(gd("foo"))&&("symbol"===i(Symbol("bar"))&&bd())))},wd="Function.prototype.bind called on incompatible ",Ad=Array.prototype.slice,Sd=Object.prototype.toString,Ed="[object Function]",Rd=function(t){var e=this;if("function"!=typeof e||Sd.call(e)!==Ed)throw new TypeError(wd+e);for(var r,n=Ad.call(arguments,1),o=function(){if(this instanceof r){var o=e.apply(this,n.concat(Ad.call(arguments)));return Object(o)===o?o:this}return e.apply(t,n.concat(Ad.call(arguments)))},i=Math.max(0,e.length-n.length),a=[],u=0;u<i;u++)a.push("$"+u);if(r=Function("binder","return function ("+a.join(",")+"){ return binder.apply(this,arguments); }")(o),e.prototype){var s=function(){};s.prototype=e.prototype,r.prototype=new s,s.prototype=null}return r},Pd=Function.prototype.bind||Rd,Od=Pd.call(Function.call,Object.prototype.hasOwnProperty),xd=SyntaxError,kd=Function,Id=TypeError,jd=function(t){try{return kd('"use strict"; return ('+t+").constructor;")()}catch(t){}},Td=Object.getOwnPropertyDescriptor;if(Td)try{Td({},"")}catch(t){Td=null}var Nd,_d=function(){throw new Id},Cd=Td?function(){try{return _d}catch(t){try{return Td(arguments,"callee").get}catch(t){return _d}}}():_d,Ud=md(),Fd=Object.getPrototypeOf||function(t){return t.__proto__},Bd={},Dd="undefined"==typeof Uint8Array?vd:Fd(Uint8Array),Ld={"%AggregateError%":"undefined"==typeof AggregateError?vd:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?vd:ArrayBuffer,"%ArrayIteratorPrototype%":Ud?Fd([][Symbol.iterator]()):vd,"%AsyncFromSyncIteratorPrototype%":vd,"%AsyncFunction%":Bd,"%AsyncGenerator%":Bd,"%AsyncGeneratorFunction%":Bd,"%AsyncIteratorPrototype%":Bd,"%Atomics%":"undefined"==typeof Atomics?vd:Atomics,"%BigInt%":"undefined"==typeof BigInt?vd:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?vd:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?vd:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?vd:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?vd:FinalizationRegistry,"%Function%":kd,"%GeneratorFunction%":Bd,"%Int8Array%":"undefined"==typeof Int8Array?vd:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?vd:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?vd:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ud?Fd(Fd([][Symbol.iterator]())):vd,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":i(JSON))?JSON:vd,"%Map%":"undefined"==typeof Map?vd:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&Ud?Fd((new Map)[Symbol.iterator]()):vd,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?vd:Promise,"%Proxy%":"undefined"==typeof Proxy?vd:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?vd:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?vd:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&Ud?Fd((new Set)[Symbol.iterator]()):vd,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?vd:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ud?Fd(""[Symbol.iterator]()):vd,"%Symbol%":Ud?Symbol:vd,"%SyntaxError%":xd,"%ThrowTypeError%":Cd,"%TypedArray%":Dd,"%TypeError%":Id,"%Uint8Array%":"undefined"==typeof Uint8Array?vd:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?vd:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?vd:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?vd:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?vd:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?vd:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?vd:WeakSet},Md=function t(e){var r;if("%AsyncFunction%"===e)r=jd("async function () {}");else if("%GeneratorFunction%"===e)r=jd("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=jd("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var o=t("%AsyncGenerator%");o&&(r=Fd(o.prototype))}return Ld[e]=r,r},Wd={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Gd=Pd,qd=Od,zd=Gd.call(Function.call,Array.prototype.concat),Vd=Gd.call(Function.apply,Array.prototype.splice),Yd=Gd.call(Function.call,String.prototype.replace),Hd=Gd.call(Function.call,String.prototype.slice),$d=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Jd=/\\(\\)?/g,Kd=function(t){var e=Hd(t,0,1),r=Hd(t,-1);if("%"===e&&"%"!==r)throw new xd("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new xd("invalid intrinsic syntax, expected opening `%`");var n=[];return Yd(t,$d,(function(t,e,r,o){n[n.length]=r?Yd(o,Jd,"$1"):e||t})),n},Qd=function(t,e){var r,n=t;if(qd(Wd,n)&&(n="%"+(r=Wd[n])[0]+"%"),qd(Ld,n)){var o=Ld[n];if(o===Bd&&(o=Md(n)),void 0===o&&!e)throw new Id("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new xd("intrinsic "+t+" does not exist!")},Xd=SyntaxError,Zd=Function,ty=TypeError,ey=function(t){try{return Function('"use strict"; return ('+t+").constructor;")()}catch(t){}},ry=Object.getOwnPropertyDescriptor;if(ry)try{ry({},"")}catch(t){ry=null}var ny=function(){throw new ty},oy=ry?function(){try{return ny}catch(t){try{return ry(arguments,"callee").get}catch(t){return ny}}}():ny,iy=md(),ay=Object.getPrototypeOf||function(t){return t.__proto__},uy=ey("async function* () {}"),sy=uy?uy.prototype:Nd,cy=sy?sy.prototype:Nd,fy="undefined"==typeof Uint8Array?Nd:ay(Uint8Array),py={"%AggregateError%":"undefined"==typeof AggregateError?Nd:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?Nd:ArrayBuffer,"%ArrayIteratorPrototype%":iy?ay([][Symbol.iterator]()):Nd,"%AsyncFromSyncIteratorPrototype%":Nd,"%AsyncFunction%":ey("async function () {}"),"%AsyncGenerator%":sy,"%AsyncGeneratorFunction%":uy,"%AsyncIteratorPrototype%":cy?ay(cy):Nd,"%Atomics%":"undefined"==typeof Atomics?Nd:Atomics,"%BigInt%":"undefined"==typeof BigInt?Nd:BigInt,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?Nd:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?Nd:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?Nd:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?Nd:FinalizationRegistry,"%Function%":Zd,"%GeneratorFunction%":ey("function* () {}"),"%Int8Array%":"undefined"==typeof Int8Array?Nd:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?Nd:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?Nd:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":iy?ay(ay([][Symbol.iterator]())):Nd,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":i(JSON))?JSON:Nd,"%Map%":"undefined"==typeof Map?Nd:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&iy?ay((new Map)[Symbol.iterator]()):Nd,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?Nd:Promise,"%Proxy%":"undefined"==typeof Proxy?Nd:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?Nd:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?Nd:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&iy?ay((new Set)[Symbol.iterator]()):Nd,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?Nd:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":iy?ay(""[Symbol.iterator]()):Nd,"%Symbol%":iy?Symbol:Nd,"%SyntaxError%":Xd,"%ThrowTypeError%":oy,"%TypedArray%":fy,"%TypeError%":ty,"%Uint8Array%":"undefined"==typeof Uint8Array?Nd:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?Nd:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?Nd:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?Nd:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?Nd:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?Nd:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?Nd:WeakSet},ly={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},hy=Pd,dy=Od,yy=hy.call(Function.call,Array.prototype.concat),vy=hy.call(Function.apply,Array.prototype.splice),gy=hy.call(Function.call,String.prototype.replace),by=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,my=/\\(\\)?/g,wy=function(t){var e=[];return gy(t,by,(function(t,r,n,o){e[e.length]=n?gy(o,my,"$1"):r||t})),e},Ay=function(t,e){var r,n=t;if(dy(ly,n)&&(n="%"+(r=ly[n])[0]+"%"),dy(py,n)){var o=py[n];if(void 0===o&&!e)throw new ty("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:o}}throw new Xd("intrinsic "+t+" does not exist!")},Sy=function(t,e){if("string"!=typeof t||0===t.length)throw new ty("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new ty('"allowMissing" argument must be a boolean');var r=wy(t),n=r.length>0?r[0]:"",o=Ay("%"+n+"%",e),i=o.name,a=o.value,u=!1,s=o.alias;s&&(n=s[0],vy(r,yy([0,1],s)));for(var c=1,f=!0;c<r.length;c+=1){var p=r[c];if("constructor"!==p&&f||(u=!0),dy(py,i="%"+(n+="."+p)+"%"))a=py[i];else if(null!=a){if(ry&&c+1>=r.length){var l=ry(a,p);if(f=!!l,!e&&!(p in a))throw new ty("base intrinsic for "+t+" exists, but the property is not available.");a=f&&"get"in l&&!("originalValue"in l.get)?l.get:a[p]}else f=dy(a,p),a=a[p];f&&!u&&(py[i]=a)}}return a},Ey={exports:{}};!function(t){var e=Pd,r=Sy,n=r("%Function.prototype.apply%"),o=r("%Function.prototype.call%"),i=r("%Reflect.apply%",!0)||e.call(o,n),a=r("%Object.defineProperty%",!0);if(a)try{a({},"a",{value:1})}catch(t){a=null}t.exports=function(){return i(e,o,arguments)};var u=function(){return i(e,n,arguments)};a?a(t.exports,"apply",{value:u}):t.exports.apply=u}(Ey);var Ry=Sy,Py=Ey.exports,Oy=Py(Ry("String.prototype.indexOf")),xy=O(Object.freeze({__proto__:null,default:{}})),ky="function"==typeof Map&&Map.prototype,Iy=Object.getOwnPropertyDescriptor&&ky?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,jy=ky&&Iy&&"function"==typeof Iy.get?Iy.get:null,Ty=ky&&Map.prototype.forEach,Ny="function"==typeof Set&&Set.prototype,_y=Object.getOwnPropertyDescriptor&&Ny?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Cy=Ny&&_y&&"function"==typeof _y.get?_y.get:null,Uy=Ny&&Set.prototype.forEach,Fy="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,By="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,Dy=Boolean.prototype.valueOf,Ly=Object.prototype.toString,My=Function.prototype.toString,Wy=String.prototype.match,Gy="function"==typeof BigInt?BigInt.prototype.valueOf:null,qy=Object.getOwnPropertySymbols,zy="function"==typeof Symbol?Symbol.prototype.toString:null,Vy=Object.prototype.propertyIsEnumerable,Yy=xy.custom,Hy=Yy&&Qy(Yy)?Yy:null;function $y(t,e,r){var n="double"===(r.quoteStyle||e)?'"':"'";return n+t+n}function Jy(t){return String(t).replace(/"/g,""")}function Ky(t){return"[object Array]"===tv(t)}function Qy(t){return"[object Symbol]"===tv(t)}var Xy=Object.prototype.hasOwnProperty||function(t){return t in this};function Zy(t,e){return Xy.call(t,e)}function tv(t){return Ly.call(t)}function ev(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}function rv(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return rv(t.slice(0,e.maxStringLength),e)+n}return $y(t.replace(/(['\\])/g,"\\$1").replace(/[\x00-\x1f]/g,nv),"single",e)}function nv(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+e.toString(16).toUpperCase()}function ov(t){return"Object("+t+")"}function iv(t){return t+" { ? }"}function av(t,e,r,n){return t+" ("+e+") {"+(n?uv(r,n):r.join(", "))+"}"}function uv(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+t.join(","+r)+"\n"+e.prev}function sv(t,e){var r=Ky(t),n=[];if(r){n.length=t.length;for(var o=0;o<t.length;o++)n[o]=Zy(t,o)?e(t[o],t):""}for(var i in t)Zy(t,i)&&(r&&String(Number(i))===i&&i<t.length||(/[^\w$]/.test(i)?n.push(e(i,t)+": "+e(t[i],t)):n.push(i+": "+e(t[i],t))));if("function"==typeof qy)for(var a=qy(t),u=0;u<a.length;u++)Vy.call(t,a[u])&&n.push("["+e(a[u])+"]: "+e(t[a[u]],t));return n}var cv,fv=function(t,e){if("string"!=typeof t||0===t.length)throw new Id("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new Id('"allowMissing" argument must be a boolean');var r=Kd(t),n=r.length>0?r[0]:"",o=Qd("%"+n+"%",e),i=o.name,a=o.value,u=!1,s=o.alias;s&&(n=s[0],Vd(r,zd([0,1],s)));for(var c=1,f=!0;c<r.length;c+=1){var p=r[c],l=Hd(p,0,1),h=Hd(p,-1);if(('"'===l||"'"===l||"`"===l||'"'===h||"'"===h||"`"===h)&&l!==h)throw new xd("property names with quotes must have matching quotes");if("constructor"!==p&&f||(u=!0),qd(Ld,i="%"+(n+="."+p)+"%"))a=Ld[i];else if(null!=a){if(!(p in a)){if(!e)throw new Id("base intrinsic for "+t+" exists, but the property is not available.");return}if(Td&&c+1>=r.length){var d=Td(a,p);a=(f=!!d)&&"get"in d&&!("originalValue"in d.get)?d.get:a[p]}else f=qd(a,p),a=a[p];f&&!u&&(Ld[i]=a)}}return a},pv=function(t,e){var r=Ry(t,!!e);return"function"==typeof r&&Oy(t,".prototype.")>-1?Py(r):r},lv=function t(e,r,n,o){var a=r||{};if(Zy(a,"quoteStyle")&&"single"!==a.quoteStyle&&"double"!==a.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Zy(a,"maxStringLength")&&("number"==typeof a.maxStringLength?a.maxStringLength<0&&a.maxStringLength!==1/0:null!==a.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var u=!Zy(a,"customInspect")||a.customInspect;if("boolean"!=typeof u)throw new TypeError('option "customInspect", if provided, must be `true` or `false`');if(Zy(a,"indent")&&null!==a.indent&&"\t"!==a.indent&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('options "indent" must be "\\t", an integer > 0, or `null`');if(void 0===e)return"undefined";if(null===e)return"null";if("boolean"==typeof e)return e?"true":"false";if("string"==typeof e)return rv(e,a);if("number"==typeof e)return 0===e?1/0/e>0?"0":"-0":String(e);if("bigint"==typeof e)return String(e)+"n";var s=void 0===a.depth?5:a.depth;if(void 0===n&&(n=0),n>=s&&s>0&&"object"===i(e))return Ky(e)?"[Array]":"[Object]";var c=function(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=Array(t.indent+1).join(" ")}return{base:r,prev:Array(e+1).join(r)}}(a,n);if(void 0===o)o=[];else if(ev(o,e)>=0)return"[Circular]";function f(e,r,i){if(r&&(o=o.slice()).push(r),i){var u={depth:a.depth};return Zy(a,"quoteStyle")&&(u.quoteStyle=a.quoteStyle),t(e,u,n+1,o)}return t(e,a,n+1,o)}if("function"==typeof e){var p=function(t){if(t.name)return t.name;var e=Wy.call(My.call(t),/^function\s*([\w$]+)/);if(e)return e[1];return null}(e),l=sv(e,f);return"[Function"+(p?": "+p:" (anonymous)")+"]"+(l.length>0?" { "+l.join(", ")+" }":"")}if(Qy(e)){var h=zy.call(e);return"object"===i(e)?ov(h):h}if(function(t){if(!t||"object"!==i(t))return!1;if("undefined"!=typeof HTMLElement&&t instanceof HTMLElement)return!0;return"string"==typeof t.nodeName&&"function"==typeof t.getAttribute}(e)){for(var d="<"+String(e.nodeName).toLowerCase(),y=e.attributes||[],v=0;v<y.length;v++)d+=" "+y[v].name+"="+$y(Jy(y[v].value),"double",a);return d+=">",e.childNodes&&e.childNodes.length&&(d+="..."),d+="</"+String(e.nodeName).toLowerCase()+">"}if(Ky(e)){if(0===e.length)return"[]";var g=sv(e,f);return c&&!function(t){for(var e=0;e<t.length;e++)if(ev(t[e],"\n")>=0)return!1;return!0}(g)?"["+uv(g,c)+"]":"[ "+g.join(", ")+" ]"}if(function(t){return"[object Error]"===tv(t)}(e)){var b=sv(e,f);return 0===b.length?"["+String(e)+"]":"{ ["+String(e)+"] "+b.join(", ")+" }"}if("object"===i(e)&&u){if(Hy&&"function"==typeof e[Hy])return e[Hy]();if("function"==typeof e.inspect)return e.inspect()}if(function(t){if(!jy||!t||"object"!==i(t))return!1;try{jy.call(t);try{Cy.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}(e)){var m=[];return Ty.call(e,(function(t,r){m.push(f(r,e,!0)+" => "+f(t,e))})),av("Map",jy.call(e),m,c)}if(function(t){if(!Cy||!t||"object"!==i(t))return!1;try{Cy.call(t);try{jy.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}(e)){var w=[];return Uy.call(e,(function(t){w.push(f(t,e))})),av("Set",Cy.call(e),w,c)}if(function(t){if(!Fy||!t||"object"!==i(t))return!1;try{Fy.call(t,Fy);try{By.call(t,By)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}(e))return iv("WeakMap");if(function(t){if(!By||!t||"object"!==i(t))return!1;try{By.call(t,By);try{Fy.call(t,Fy)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}(e))return iv("WeakSet");if(function(t){return"[object Number]"===tv(t)}(e))return ov(f(Number(e)));if(function(t){return"[object BigInt]"===tv(t)}(e))return ov(f(Gy.call(e)));if(function(t){return"[object Boolean]"===tv(t)}(e))return ov(Dy.call(e));if(function(t){return"[object String]"===tv(t)}(e))return ov(f(String(e)));if(!function(t){return"[object Date]"===tv(t)}(e)&&!function(t){return"[object RegExp]"===tv(t)}(e)){var A=sv(e,f);return 0===A.length?"{}":c?"{"+uv(A,c)+"}":"{ "+A.join(", ")+" }"}return String(e)},hv=fv("%TypeError%"),dv=fv("%WeakMap%",!0),yv=fv("%Map%",!0),vv=pv("WeakMap.prototype.get",!0),gv=pv("WeakMap.prototype.set",!0),bv=pv("WeakMap.prototype.has",!0),mv=pv("Map.prototype.get",!0),wv=pv("Map.prototype.set",!0),Av=pv("Map.prototype.has",!0),Sv=function(t,e){for(var r,n=t;null!==(r=n.next);n=r)if(r.key===e)return n.next=r.next,r.next=t.next,t.next=r,r},Ev=String.prototype.replace,Rv=/%20/g,Pv="RFC3986",Ov={default:Pv,formatters:{RFC1738:function(t){return Ev.call(t,Rv,"+")},RFC3986:function(t){return String(t)}},RFC1738:"RFC1738",RFC3986:Pv},xv=Ov,kv=Object.prototype.hasOwnProperty,Iv=Array.isArray,jv=function(){for(var t=[],e=0;e<256;++e)t.push("%"+((e<16?"0":"")+e.toString(16)).toUpperCase());return t}(),Tv=function(t,e){for(var r=e&&e.plainObjects?Object.create(null):{},n=0;n<t.length;++n)void 0!==t[n]&&(r[n]=t[n]);return r},Nv={arrayToObject:Tv,assign:function(t,e){return Object.keys(e).reduce((function(t,r){return t[r]=e[r],t}),t)},combine:function(t,e){return[].concat(t,e)},compact:function(t){for(var e=[{obj:{o:t},prop:"o"}],r=[],n=0;n<e.length;++n)for(var o=e[n],a=o.obj[o.prop],u=Object.keys(a),s=0;s<u.length;++s){var c=u[s],f=a[c];"object"===i(f)&&null!==f&&-1===r.indexOf(f)&&(e.push({obj:a,prop:c}),r.push(f))}return function(t){for(;t.length>1;){var e=t.pop(),r=e.obj[e.prop];if(Iv(r)){for(var n=[],o=0;o<r.length;++o)void 0!==r[o]&&n.push(r[o]);e.obj[e.prop]=n}}}(e),t},decode:function(t,e,r){var n=t.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(t){return n}},encode:function(t,e,r,n,o){if(0===t.length)return t;var a=t;if("symbol"===i(t)?a=Symbol.prototype.toString.call(t):"string"!=typeof t&&(a=String(t)),"iso-8859-1"===r)return escape(a).replace(/%u[0-9a-f]{4}/gi,(function(t){return"%26%23"+parseInt(t.slice(2),16)+"%3B"}));for(var u="",s=0;s<a.length;++s){var c=a.charCodeAt(s);45===c||46===c||95===c||126===c||c>=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||o===xv.RFC1738&&(40===c||41===c)?u+=a.charAt(s):c<128?u+=jv[c]:c<2048?u+=jv[192|c>>6]+jv[128|63&c]:c<55296||c>=57344?u+=jv[224|c>>12]+jv[128|c>>6&63]+jv[128|63&c]:(s+=1,c=65536+((1023&c)<<10|1023&a.charCodeAt(s)),u+=jv[240|c>>18]+jv[128|c>>12&63]+jv[128|c>>6&63]+jv[128|63&c])}return u},isBuffer:function(t){return!(!t||"object"!==i(t))&&!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},isRegExp:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},maybeMap:function(t,e){if(Iv(t)){for(var r=[],n=0;n<t.length;n+=1)r.push(e(t[n]));return r}return e(t)},merge:function t(e,r,n){if(!r)return e;if("object"!==i(r)){if(Iv(e))e.push(r);else{if(!e||"object"!==i(e))return[e,r];(n&&(n.plainObjects||n.allowPrototypes)||!kv.call(Object.prototype,r))&&(e[r]=!0)}return e}if(!e||"object"!==i(e))return[e].concat(r);var o=e;return Iv(e)&&!Iv(r)&&(o=Tv(e,n)),Iv(e)&&Iv(r)?(r.forEach((function(r,o){if(kv.call(e,o)){var a=e[o];a&&"object"===i(a)&&r&&"object"===i(r)?e[o]=t(a,r,n):e.push(r)}else e[o]=r})),e):Object.keys(r).reduce((function(e,o){var i=r[o];return kv.call(e,o)?e[o]=t(e[o],i,n):e[o]=i,e}),o)}},_v=function(){var t,e,r,n={assert:function(t){if(!n.has(t))throw new hv("Side channel does not contain "+lv(t))},get:function(n){if(dv&&n&&("object"===i(n)||"function"==typeof n)){if(t)return vv(t,n)}else if(yv){if(e)return mv(e,n)}else if(r)return function(t,e){var r=Sv(t,e);return r&&r.value}(r,n)},has:function(n){if(dv&&n&&("object"===i(n)||"function"==typeof n)){if(t)return bv(t,n)}else if(yv){if(e)return Av(e,n)}else if(r)return function(t,e){return!!Sv(t,e)}(r,n);return!1},set:function(n,o){dv&&n&&("object"===i(n)||"function"==typeof n)?(t||(t=new dv),gv(t,n,o)):yv?(e||(e=new yv),wv(e,n,o)):(r||(r={key:{},next:null}),function(t,e,r){var n=Sv(t,e);n?n.value=r:t.next={key:e,next:t.next,value:r}}(r,n,o))}};return n},Cv=Nv,Uv=Ov,Fv=Object.prototype.hasOwnProperty,Bv={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,e){return t+"["+e+"]"},repeat:function(t){return t}},Dv=Array.isArray,Lv=String.prototype.split,Mv=Array.prototype.push,Wv=function(t,e){Mv.apply(t,Dv(e)?e:[e])},Gv=Date.prototype.toISOString,qv=Uv.default,zv={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:Cv.encode,encodeValuesOnly:!1,format:qv,formatter:Uv.formatters[qv],indices:!1,serializeDate:function(t){return Gv.call(t)},skipNulls:!1,strictNullHandling:!1},Vv={},Yv=function t(e,r,n,o,a,u,s,c,f,p,l,h,d,y,v){for(var g,b=e,m=v,w=0,A=!1;void 0!==(m=m.get(Vv))&&!A;){var S=m.get(e);if(w+=1,void 0!==S){if(S===w)throw new RangeError("Cyclic object value");A=!0}void 0===m.get(Vv)&&(w=0)}if("function"==typeof s?b=s(r,b):b instanceof Date?b=p(b):"comma"===n&&Dv(b)&&(b=Cv.maybeMap(b,(function(t){return t instanceof Date?p(t):t}))),null===b){if(o)return u&&!d?u(r,zv.encoder,y,"key",l):r;b=""}if("string"==typeof(g=b)||"number"==typeof g||"boolean"==typeof g||"symbol"===i(g)||"bigint"==typeof g||Cv.isBuffer(b)){if(u){var E=d?r:u(r,zv.encoder,y,"key",l);if("comma"===n&&d){for(var R=Lv.call(String(b),","),P="",O=0;O<R.length;++O)P+=(0===O?"":",")+h(u(R[O],zv.encoder,y,"value",l));return[h(E)+(1===O?"[]":"")+"="+P]}return[h(E)+"="+h(u(b,zv.encoder,y,"value",l))]}return[h(r)+"="+h(String(b))]}var x,k=[];if(void 0===b)return k;if("comma"===n&&Dv(b))x=[{value:b.length>0?b.join(",")||null:void 0}];else if(Dv(s))x=s;else{var I=Object.keys(b);x=c?I.sort(c):I}for(var j=0;j<x.length;++j){var T=x[j],N="object"===i(T)&&void 0!==T.value?T.value:b[T];if(!a||null!==N){var _=Dv(b)?"function"==typeof n?n(r,T):r:r+(f?"."+T:"["+T+"]");v.set(e,w);var C=_v();C.set(Vv,v),Wv(k,t(N,_,n,o,a,u,s,c,f,p,l,h,d,y,C))}}return k},Hv=Nv,$v=Object.prototype.hasOwnProperty,Jv=Array.isArray,Kv={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:Hv.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},Qv=function(t){return t.replace(/&#(\d+);/g,(function(t,e){return String.fromCharCode(parseInt(e,10))}))},Xv=function(t,e){return t&&"string"==typeof t&&e.comma&&t.indexOf(",")>-1?t.split(","):t},Zv=function(t,e,r,n){if(t){var o=r.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/g,a=r.depth>0&&/(\[[^[\]]*])/.exec(o),u=a?o.slice(0,a.index):o,s=[];if(u){if(!r.plainObjects&&$v.call(Object.prototype,u)&&!r.allowPrototypes)return;s.push(u)}for(var c=0;r.depth>0&&null!==(a=i.exec(o))&&c<r.depth;){if(c+=1,!r.plainObjects&&$v.call(Object.prototype,a[1].slice(1,-1))&&!r.allowPrototypes)return;s.push(a[1])}return a&&s.push("["+o.slice(a.index)+"]"),function(t,e,r,n){for(var o=n?e:Xv(e,r),i=t.length-1;i>=0;--i){var a,u=t[i];if("[]"===u&&r.parseArrays)a=[].concat(o);else{a=r.plainObjects?Object.create(null):{};var s="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,c=parseInt(s,10);r.parseArrays||""!==s?!isNaN(c)&&u!==s&&String(c)===s&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(a=[])[c]=o:"__proto__"!==s&&(a[s]=o):a={0:o}}o=a}return o}(s,e,r,n)}},tg={formats:Ov,parse:function(t,e){var r=function(t){if(!t)return Kv;if(null!==t.decoder&&void 0!==t.decoder&&"function"!=typeof t.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var e=void 0===t.charset?Kv.charset:t.charset;return{allowDots:void 0===t.allowDots?Kv.allowDots:!!t.allowDots,allowPrototypes:"boolean"==typeof t.allowPrototypes?t.allowPrototypes:Kv.allowPrototypes,allowSparse:"boolean"==typeof t.allowSparse?t.allowSparse:Kv.allowSparse,arrayLimit:"number"==typeof t.arrayLimit?t.arrayLimit:Kv.arrayLimit,charset:e,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:Kv.charsetSentinel,comma:"boolean"==typeof t.comma?t.comma:Kv.comma,decoder:"function"==typeof t.decoder?t.decoder:Kv.decoder,delimiter:"string"==typeof t.delimiter||Hv.isRegExp(t.delimiter)?t.delimiter:Kv.delimiter,depth:"number"==typeof t.depth||!1===t.depth?+t.depth:Kv.depth,ignoreQueryPrefix:!0===t.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof t.interpretNumericEntities?t.interpretNumericEntities:Kv.interpretNumericEntities,parameterLimit:"number"==typeof t.parameterLimit?t.parameterLimit:Kv.parameterLimit,parseArrays:!1!==t.parseArrays,plainObjects:"boolean"==typeof t.plainObjects?t.plainObjects:Kv.plainObjects,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:Kv.strictNullHandling}}(e);if(""===t||null==t)return r.plainObjects?Object.create(null):{};for(var n="string"==typeof t?function(t,e){var r,n={},o=e.ignoreQueryPrefix?t.replace(/^\?/,""):t,i=e.parameterLimit===1/0?void 0:e.parameterLimit,a=o.split(e.delimiter,i),u=-1,s=e.charset;if(e.charsetSentinel)for(r=0;r<a.length;++r)0===a[r].indexOf("utf8=")&&("utf8=%E2%9C%93"===a[r]?s="utf-8":"utf8=%26%2310003%3B"===a[r]&&(s="iso-8859-1"),u=r,r=a.length);for(r=0;r<a.length;++r)if(r!==u){var c,f,p=a[r],l=p.indexOf("]="),h=-1===l?p.indexOf("="):l+1;-1===h?(c=e.decoder(p,Kv.decoder,s,"key"),f=e.strictNullHandling?null:""):(c=e.decoder(p.slice(0,h),Kv.decoder,s,"key"),f=Hv.maybeMap(Xv(p.slice(h+1),e),(function(t){return e.decoder(t,Kv.decoder,s,"value")}))),f&&e.interpretNumericEntities&&"iso-8859-1"===s&&(f=Qv(f)),p.indexOf("[]=")>-1&&(f=Jv(f)?[f]:f),$v.call(n,c)?n[c]=Hv.combine(n[c],f):n[c]=f}return n}(t,r):t,o=r.plainObjects?Object.create(null):{},i=Object.keys(n),a=0;a<i.length;++a){var u=i[a],s=Zv(u,n[u],r,"string"==typeof t);o=Hv.merge(o,s,r)}return!0===r.allowSparse?o:Hv.compact(o)},stringify:function(t,e){var r,n=t,o=function(t){if(!t)return zv;if(null!==t.encoder&&void 0!==t.encoder&&"function"!=typeof t.encoder)throw new TypeError("Encoder has to be a function.");var e=t.charset||zv.charset;if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=Uv.default;if(void 0!==t.format){if(!Fv.call(Uv.formatters,t.format))throw new TypeError("Unknown format option provided.");r=t.format}var n=Uv.formatters[r],o=zv.filter;return("function"==typeof t.filter||Dv(t.filter))&&(o=t.filter),{addQueryPrefix:"boolean"==typeof t.addQueryPrefix?t.addQueryPrefix:zv.addQueryPrefix,allowDots:void 0===t.allowDots?zv.allowDots:!!t.allowDots,charset:e,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:zv.charsetSentinel,delimiter:void 0===t.delimiter?zv.delimiter:t.delimiter,encode:"boolean"==typeof t.encode?t.encode:zv.encode,encoder:"function"==typeof t.encoder?t.encoder:zv.encoder,encodeValuesOnly:"boolean"==typeof t.encodeValuesOnly?t.encodeValuesOnly:zv.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:"function"==typeof t.serializeDate?t.serializeDate:zv.serializeDate,skipNulls:"boolean"==typeof t.skipNulls?t.skipNulls:zv.skipNulls,sort:"function"==typeof t.sort?t.sort:null,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:zv.strictNullHandling}}(e);"function"==typeof o.filter?n=(0,o.filter)("",n):Dv(o.filter)&&(r=o.filter);var a,u=[];if("object"!==i(n)||null===n)return"";a=e&&e.arrayFormat in Bv?e.arrayFormat:e&&"indices"in e?e.indices?"indices":"repeat":"indices";var s=Bv[a];r||(r=Object.keys(n)),o.sort&&r.sort(o.sort);for(var c=_v(),f=0;f<r.length;++f){var p=r[f];o.skipNulls&&null===n[p]||Wv(u,Yv(n[p],p,s,o.strictNullHandling,o.skipNulls,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset,c))}var l=u.join(o.delimiter),h=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&("iso-8859-1"===o.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),l.length>0?h+l:""}},eg="function"==typeof btoa,rg="function"==typeof Buffer,ng=("function"==typeof TextDecoder&&new TextDecoder,"function"==typeof TextEncoder?new TextEncoder:void 0),og=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),ig=(cv={},og.forEach((function(t,e){return cv[t]=e})),String.fromCharCode.bind(String)),ag=("function"==typeof Uint8Array.from&&Uint8Array.from.bind(Uint8Array),function(t){return t.replace(/=/g,"").replace(/[+\/]/g,(function(t){return"+"==t?"-":"_"}))}),ug=function(t){for(var e,r,n,o,i="",a=t.length%3,u=0;u<t.length;){if((r=t.charCodeAt(u++))>255||(n=t.charCodeAt(u++))>255||(o=t.charCodeAt(u++))>255)throw new TypeError("invalid character found");i+=og[(e=r<<16|n<<8|o)>>18&63]+og[e>>12&63]+og[e>>6&63]+og[63&e]}return a?i.slice(0,a-3)+"===".substring(a):i},sg=eg?function(t){return btoa(t)}:rg?function(t){return Buffer.from(t,"binary").toString("base64")}:ug,cg=rg?function(t){return Buffer.from(t).toString("base64")}:function(t){for(var e=[],r=0,n=t.length;r<n;r+=4096)e.push(ig.apply(null,t.subarray(r,r+4096)));return sg(e.join(""))},fg=function(t){if(t.length<2)return(e=t.charCodeAt(0))<128?t:e<2048?ig(192|e>>>6)+ig(128|63&e):ig(224|e>>>12&15)+ig(128|e>>>6&63)+ig(128|63&e);var e=65536+1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320);return ig(240|e>>>18&7)+ig(128|e>>>12&63)+ig(128|e>>>6&63)+ig(128|63&e)},pg=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,lg=function(t){return t.replace(pg,fg)},hg=rg?function(t){return Buffer.from(t,"utf8").toString("base64")}:ng?function(t){return cg(ng.encode(t))}:function(t){return sg(lg(t))},dg=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return e?ag(hg(t)):hg(t)},yg=dg,vg=function(){function t(e){if(s(this,t),this.baseUrl=e.baseUrl,this.auth=e.auth,this.headers=this.buildHeaders({basicAuth:e.basicAuth,userAgent:e.userAgent}),"httpsAgent"in e){if("clientCertAuth"in e)throw new Error("Cannot specify clientCertAuth along with httpsAgent.");this.httpsAgent=e.httpsAgent}else"clientCertAuth"in e&&(this.clientCertAuth=e.clientCertAuth);this.proxy=e.proxy,this.requestToken=null}var r,i,a;return f(t,[{key:"build",value:(a=u(o().mark((function t(r,i,a,u){var s,c,f,p;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:s=n(n(n({method:r,headers:this.headers,url:"".concat(this.baseUrl).concat(i)},u||{}),e.buildPlatformDependentConfig({httpsAgent:this.httpsAgent,clientCertAuth:this.clientCertAuth})),{},{proxy:this.proxy}),t.t0=r,t.next="get"===t.t0?4:"post"===t.t0?16:"put"===t.t0?29:"delete"===t.t0?37:44;break;case 4:if(!((c=this.buildRequestUrl(i,a)).length>4096)){t.next=15;break}return t.t1=n,t.t2=n({},s),t.t3={},t.t4=n(n({},this.headers),{},{"X-HTTP-Method-Override":"GET"}),t.next=12,this.buildData(a);case 12:return t.t5=t.sent,t.t6={method:"post",headers:t.t4,data:t.t5},t.abrupt("return",(0,t.t1)(t.t2,t.t3,t.t6));case 15:return t.abrupt("return",n(n({},s),{},{url:c}));case 16:if(!(a instanceof Cf)){t.next=21;break}return t.next=19,this.buildData(a);case 19:return f=t.sent,t.abrupt("return",n(n({},s),{},{headers:"function"==typeof f.getHeaders?n(n({},this.headers),f.getHeaders()):this.headers,data:f}));case 21:return t.t7=n,t.t8=n({},s),t.t9={},t.next=26,this.buildData(a);case 26:return t.t10=t.sent,t.t11={data:t.t10},t.abrupt("return",(0,t.t7)(t.t8,t.t9,t.t11));case 29:return t.t12=n,t.t13=n({},s),t.t14={},t.next=34,this.buildData(a);case 34:return t.t15=t.sent,t.t16={data:t.t15},t.abrupt("return",(0,t.t12)(t.t13,t.t14,t.t16));case 37:return t.t17=this,t.t18=i,t.next=41,this.buildData(a);case 41:return t.t19=t.sent,p=t.t17.buildRequestUrl.call(t.t17,t.t18,t.t19),t.abrupt("return",n(n({},s),{},{url:p}));case 44:throw new Error("".concat(r," method is not supported"));case 45:case"end":return t.stop()}}),t,this)}))),function(t,e,r,n){return a.apply(this,arguments)})},{key:"buildRequestUrl",value:function(t,e){return"".concat(this.baseUrl).concat(t,"?").concat(tg.stringify(e))}},{key:"buildData",value:(i=u(o().mark((function t(e){var r;return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("session"!==this.auth.type){t.next=8;break}return t.next=3,this.getRequestToken();case 3:if(r=t.sent,!(e instanceof Cf)){t.next=7;break}return e.append("__REQUEST_TOKEN__",r),t.abrupt("return",e);case 7:return t.abrupt("return",n({__REQUEST_TOKEN__:r},e));case 8:return t.abrupt("return",e);case 9:case"end":return t.stop()}}),t,this)}))),function(t){return i.apply(this,arguments)})},{key:"buildHeaders",value:function(t){var r=t.basicAuth,o=t.userAgent,i=r?{Authorization:"Basic ".concat(yg("".concat(r.username,":").concat(r.password)))}:{},a=n(n({},e.buildHeaders({userAgent:o})),i);switch(this.auth.type){case"password":return n(n({},a),{},{"X-Cybozu-Authorization":yg("".concat(this.auth.username,":").concat(this.auth.password))});case"apiToken":var u=this.auth.apiToken;return Array.isArray(u)?n(n({},a),{},{"X-Cybozu-API-Token":u.join(",")}):n(n({},a),{},{"X-Cybozu-API-Token":u});case"oAuthToken":return n(n({},a),{},{Authorization:"Bearer ".concat(this.auth.oAuthToken)});default:return n(n({},a),{},{"X-Requested-With":"XMLHttpRequest"})}}},{key:"getRequestToken",value:(r=u(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==this.requestToken){t.next=4;break}return t.next=3,e.getRequestToken();case 3:this.requestToken=t.sent;case 4:return t.abrupt("return",this.requestToken);case 5:case"end":return t.stop()}}),t,this)}))),function(){return r.apply(this,arguments)})}]),t}(),gg=$,bg=vn,mg=Date.prototype,wg="Invalid Date",Ag="toString",Sg=gg(mg.toString),Eg=gg(mg.getTime);String(new Date(NaN))!=wg&&bg(mg,Ag,(function(){var t=Eg(this);return t==t?Sg(this):wg}));var Rg=U,Pg=ne,Og=vt,xg=zi,kg=RegExp.prototype,Ig=br.PROPER,jg=vn,Tg=Qe,Ng=Gi,_g=j,Cg=function(t){var e=t.flags;return void 0!==e||"flags"in kg||Pg(t,"flags")||!Og(kg,t)?e:Rg(xg,t)},Ug="toString",Fg=RegExp.prototype.toString,Bg=_g((function(){return"/a/b"!=Fg.call({source:"a",flags:"b"})})),Dg=Ig&&Fg.name!=Ug;(Bg||Dg)&&jg(RegExp.prototype,Ug,(function(){var t=Tg(this);return"/"+Ng(t.source)+"/"+Ng(Cg(t))}),{unsafe:!0});var Lg,Mg=function(t){l(r,t);var e=A(r);function r(t){var n;return s(this,r),(n=e.call(this,t)).name="KintoneAbortSearchError",n.message=t,Object.setPrototypeOf(m(n),r.prototype),n}return f(r)}(g(Error)),Wg=function(t){l(r,t);var e=A(r);function r(t){var n;s(this,r);var o=r.buildErrorResponseDateWithIndex(t),i=o.data,a=o.bulkRequestIndex;return(n=e.call(this,i.message)).name="KintoneRestAPIError",n.id=i.id,n.code=i.code,n.errors=i.errors,n.status=t.status,n.bulkRequestIndex=a,n.headers=t.headers,n.message="[".concat(t.status,"] [").concat(n.code,"] ").concat(n.message," (").concat(n.id,")"),Error.captureStackTrace&&Error.captureStackTrace(m(n),r),Object.setPrototypeOf(m(n),r.prototype),n}return f(r,null,[{key:"findErrorResponseDataWithIndex",value:function(t){for(var e=0;e<t.length;e++){if(0!==Object.keys(t[e]).length)return{data:t[e],bulkRequestIndex:e}}throw Error("Missing response data in `results`. This error is likely caused by a bug in Kintone REST API Client. Please file an issue.")}},{key:"buildErrorResponseDateWithIndex",value:function(t){return"results"in t.data?r.findErrorResponseDataWithIndex(t.data.results):{data:t.data}}}]),r}(g(Error)),Gg=["data"],qg=function(){function t(e){var r=e.enableAbortSearchError;s(this,t),this.enableAbortSearchError=r}return f(t,[{key:"handle",value:function(t){var e=this;return t.then((function(t){return e.handleSuccessResponse(t)}),(function(t){return e.handleErrorResponse(t)}))}},{key:"handleSuccessResponse",value:function(t){if(this.enableAbortSearchError&&/Filter aborted because of too many search results/.test(t.headers["x-cybozu-warning"]))throw new Mg(t.headers["x-cybozu-warning"]);return t.data}},{key:"handleErrorResponse",value:function(t){if(!t.response){if(/mac verify failure/.test(t.toString()))throw new Error("invalid clientCertAuth setting");throw t}var e=t.response,r=e.data,o=b(e,Gg);if("string"==typeof r)throw new Error("".concat(o.status,": ").concat(o.statusText));throw new Wg(n({data:r},o))}}]),t}(),zg=function(t){if("username"in t)return n({type:"password"},t);if("apiToken"in t)return n({type:"apiToken"},t);if("oAuthToken"in t)return n({type:"oAuthToken"},t);try{return e.getDefaultAuth()}catch(t){if(t instanceof Bi)throw new Error("session authentication is not supported in ".concat(t.platform," environment."));throw t}},Vg=function(){function t(){var r,o,i,a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};s(this,t),Yg(a),this.baseUrl=e.buildBaseUrl(a.baseUrl).replace(/\/+$/,"");var u=zg(null!==(r=a.auth)&&void 0!==r?r:{}),c=new vg(n(n({},a),{},{baseUrl:this.baseUrl,auth:u})),f=new qg({enableAbortSearchError:null!==(o=null===(i=a.featureFlags)||void 0===i?void 0:i.enableAbortSearchError)&&void 0!==o&&o}),p=new sd({responseHandler:f,requestConfigBuilder:c}),l=a.guestSpaceId;this.bulkRequest_=new bs(p,l),this.record=new _f(p,this.bulkRequest_,l),this.app=new _s(p,l),this.file=new Uf(p,l)}return f(t,[{key:"getBaseUrl",value:function(){return this.baseUrl}},{key:"bulkRequest",value:function(t){return this.bulkRequest_.send(t)}}],[{key:"version",get:function(){return e.getVersion()}}]),t}(),Yg=function(t){Hg(t.guestSpaceId)},Hg=function(t){if(""===t||null===t)throw new Error("invalid guestSpaceId: got [".concat(t,"]"))};(Lg=Li).readFileFromPath&&(e.readFileFromPath=Lg.readFileFromPath),Lg.getRequestToken&&(e.getRequestToken=Lg.getRequestToken),Lg.getDefaultAuth&&(e.getDefaultAuth=Lg.getDefaultAuth),Lg.buildPlatformDependentConfig&&(e.buildPlatformDependentConfig=Lg.buildPlatformDependentConfig),Lg.buildHeaders&&(e.buildHeaders=Lg.buildHeaders),Lg.buildFormDataValue&&(e.buildFormDataValue=Lg.buildFormDataValue),Lg.buildBaseUrl&&(e.buildBaseUrl=Lg.buildBaseUrl),Lg.getVersion&&(e.getVersion=Lg.getVersion),t.KintoneAbortSearchError=Mg,t.KintoneAllRecordsError=kf,t.KintoneRestAPIClient=Vg,t.KintoneRestAPIError=Wg,Object.defineProperty(t,"__esModule",{value:!0})}));
|