needle-cloud 0.1.0-alpha.7 ā 0.1.0-alpha.9
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 +1 -1
- package/README.md +11 -4
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/web/index.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [0.1.0-alpha.
|
|
7
|
+
## [0.1.0-alpha.9] - 2024-09-26
|
|
8
8
|
- add: web support
|
|
9
9
|
|
|
10
10
|
## [0.0.1-alpha.25] - 2024-08-23
|
package/README.md
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
# Needle Cloud
|
|
1
|
+
# Needle Cloud SDK
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## CLI
|
|
4
4
|
|
|
5
|
-
Run with `npx
|
|
5
|
+
Run with `npx needle-cloud@latest <command>`
|
|
6
6
|
|
|
7
7
|
#### Available Commands
|
|
8
8
|
|
|
9
9
|
- `help`
|
|
10
10
|
- `deploy`
|
|
11
|
-
- `optimize`
|
|
11
|
+
- `optimize`
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## Web
|
|
15
|
+
|
|
16
|
+
Install in your project with `npm i needle-cloud`.
|
|
17
|
+
|
|
18
|
+
- TODO: docs
|
package/dist/index.esm.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e,{Buffer as t}from"buffer";var n={status:"/v1/status",version:"/v1/version",login:"/v1/login",tokens:{create:"/v1/tokens/create",list:"/v1/tokens/list"},list:{jobs:"/v1/list/jobs",uploads:"/v1/list/uploads"},urls:{public:"/v1/public",public_download_urls:"/v1/public/download/urls"},view:{get_info:"/v1/view/info",post_version:"/v1/view/post_version",get_versions:"/v1/view/get_versions"},upload:{request:"/v1/upload/request",request_put_url:"/v1/upload/put",update_results:"/v1/upload/results",done:"/v1/upload/done",cancel:"/v1/upload/cancel"},optimize:{get_optimize_id:"/v1/optimize/get_id",request:"/v1/optimize/request"},jobs:{request_start:"/v1/jobs/request_start",request_download_url:"/v1/download/get_presigned_url",request_restart:"/v1/jobs/restart",post_update:"/v1/jobs/update",post_meta:"/v1/jobs/meta",post_results_stats:"/v1/jobs/results_stats",get_status:"/v1/jobs/status",query:"/v1/jobs/query",request_job_that_needs_stats:"/v1/jobs/job_needs_stats"},worker:{ping:"/v1/worker/ping",get_available_count:"/v1/worker/get_available_count",post_available_info:"/v1/worker/post_available_info",get_available_info:"/v1/worker/get_available_info"},purchase:{get_credits:"/v1/purchase/get_credits",buy_credits:"/v1/purchase/buy_credits"},organizations:{get:"/v1/organizations/get",get_members:"/v1/organizations/get_members",get_invitations:"/v1/organizations/get_invitations",post_invitation:"/v1/organizations/post_invitation",delete_invitation:"/v1/organizations/delete_invitation",resend_invitation:"/v1/organizations/resend_invitation",create:"/v1/organizations/create",update:"/v1/organizations/update",delete:"/v1/organizations/delete"}};function r(e){var t={authorization:"Bearer "+e.authToken};return e.org&&(t["x-needle-cloud-org"]=e.org),e.roles&&(t.roles=e.roles.join(",")),e.roles_org&&(t.roles_org=e.roles_org.join(",")),t}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return o(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},s.apply(null,arguments)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function l(){l=function(e,t){return new n(e,void 0,t)};var e=RegExp.prototype,t=new WeakMap;function n(e,r,o){var i=RegExp(e,r);return t.set(i,o||t.get(e)),a(i,n.prototype)}function r(e,n){var r=t.get(n);return Object.keys(r).reduce(function(t,n){var o=r[n];if("number"==typeof o)t[n]=e[o];else{for(var i=0;void 0===e[o[i]]&&i+1<o.length;)i++;t[n]=e[o[i]]}return t},Object.create(null))}return function(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&&a(e,t)}(n,RegExp),n.prototype.exec=function(t){var n=e.exec.call(this,t);if(n){n.groups=r(n,this);var o=n.indices;o&&(o.groups=r(o,this))}return n},n.prototype[Symbol.replace]=function(n,o){if("string"==typeof o){var i=t.get(this);return e[Symbol.replace].call(this,n,o.replace(/\$<([^>]+)>/g,function(e,t){var n=i[t];return"$"+(Array.isArray(n)?n.join("$"):n)}))}if("function"==typeof o){var s=this;return e[Symbol.replace].call(this,n,function(){var e=arguments;return"object"!=typeof e[e.length-1]&&(e=[].slice.call(e)).push(r(e,s)),o.apply(this,e)})}return e[Symbol.replace].call(this,n,o)},l.apply(this,arguments)}function u(e,t){var r,o,i;void 0===t&&(t=void 0);var s=e.baseUrl+n.urls.public+"/"+e.view_id;return e.job_id&&!0!==(null==(r=t)?void 0:r.latest)?s+="/"+e.job_id:s+="/latest",s+="/",e.filename&&(s+=""+encodeURIComponent(e.filename)),!0===(null==(o=t)?void 0:o.progressive)?s+="?progressive=1":!1===(null==(i=t)?void 0:i.progressive)&&(s+="?progressive=0"),s}function c(e,t){return function(){return e.apply(t,arguments)}}const{toString:f}=Object.prototype,{getPrototypeOf:d}=Object,h=(p=Object.create(null),e=>{const t=f.call(e);return p[t]||(p[t]=t.slice(8,-1).toLowerCase())});var p;const m=e=>(e=e.toLowerCase(),t=>h(t)===e),g=e=>t=>typeof t===e,{isArray:v}=Array,y=g("undefined"),b=m("ArrayBuffer"),w=g("string"),_=g("function"),S=g("number"),E=e=>null!==e&&"object"==typeof e,T=e=>{if("object"!==h(e))return!1;const t=d(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},x=m("Date"),R=m("File"),O=m("Blob"),j=m("FileList"),A=m("URLSearchParams"),[P,U,F,k]=["ReadableStream","Request","Response","Headers"].map(m);function C(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),v(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let s;for(r=0;r<i;r++)s=o[r],t.call(null,e[s],s,e)}}function N(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const z="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,B=e=>!y(e)&&e!==z,D=(L="undefined"!=typeof Uint8Array&&d(Uint8Array),e=>L&&e instanceof L);var L;const M=m("HTMLFormElement"),W=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),q=m("RegExp"),I=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};C(n,(n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)}),Object.defineProperties(e,r)},J="abcdefghijklmnopqrstuvwxyz",H="0123456789",V={DIGIT:H,ALPHA:J,ALPHA_DIGIT:J+J.toUpperCase()+H},K=m("AsyncFunction"),$=(G="function"==typeof setImmediate,X=_(z.postMessage),G?setImmediate:X?(Q=`axios@${Math.random()}`,Y=[],z.addEventListener("message",({source:e,data:t})=>{e===z&&t===Q&&Y.length&&Y.shift()()},!1),e=>{Y.push(e),z.postMessage(Q,"*")}):e=>setTimeout(e));var G,X,Q,Y;const Z="undefined"!=typeof queueMicrotask?queueMicrotask.bind(z):"undefined"!=typeof process&&process.nextTick||$;var ee={isArray:v,isArrayBuffer:b,isBuffer:function(e){return null!==e&&!y(e)&&null!==e.constructor&&!y(e.constructor)&&_(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||_(e.append)&&("formdata"===(t=h(e))||"object"===t&&_(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&b(e.buffer),t},isString:w,isNumber:S,isBoolean:e=>!0===e||!1===e,isObject:E,isPlainObject:T,isReadableStream:P,isRequest:U,isResponse:F,isHeaders:k,isUndefined:y,isDate:x,isFile:R,isBlob:O,isRegExp:q,isFunction:_,isStream:e=>E(e)&&_(e.pipe),isURLSearchParams:A,isTypedArray:D,isFileList:j,forEach:C,merge:function e(){const{caseless:t}=B(this)&&this||{},n={},r=(r,o)=>{const i=t&&N(n,o)||o;n[i]=T(n[i])&&T(r)?e(n[i],r):T(r)?e({},r):v(r)?r.slice():r};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&C(arguments[e],r);return n},extend:(e,t,n,{allOwnKeys:r}={})=>(C(t,(t,r)=>{e[r]=n&&_(t)?c(t,n):t},{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let o,i,s;const a={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)s=o[i],r&&!r(s,e,t)||a[s]||(t[s]=e[s],a[s]=!0);e=!1!==n&&d(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:h,kindOfTest:m,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length);const r=e.indexOf(t,n-=t.length);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(v(e))return e;let t=e.length;if(!S(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:M,hasOwnProperty:W,hasOwnProp:W,reduceDescriptors:I,freezeMethods:e=>{I(e,(t,n)=>{if(_(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;_(e[n])&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach(e=>{n[e]=!0})};return v(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:N,global:z,isContextDefined:B,ALPHABET:V,generateString:(e=16,t=V.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&_(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(E(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const o=v(e)?[]:{};return C(e,(e,t)=>{const i=n(e,r+1);!y(i)&&(o[t]=i)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:K,isThenable:e=>e&&(E(e)||_(e))&&_(e.then)&&_(e.catch),setImmediate:$,asap:Z};function te(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}ee.inherits(te,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:ee.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const ne=te.prototype,re={};function oe(e){return ee.isPlainObject(e)||ee.isArray(e)}function ie(e){return ee.endsWith(e,"[]")?e.slice(0,-2):e}function se(e,t,n){return e?e.concat(t).map(function(e,t){return e=ie(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}["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","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{re[e]={value:e}}),Object.defineProperties(te,re),Object.defineProperty(ne,"isAxiosError",{value:!0}),te.from=(e,t,n,r,o,i)=>{const s=Object.create(ne);return ee.toFlatObject(e,s,function(e){return e!==Error.prototype},e=>"isAxiosError"!==e),te.call(s,e.message,t,n,r,o),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const ae=ee.toFlatObject(ee,{},null,function(e){return/^is[A-Z]/.test(e)});function le(e,t,n){if(!ee.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=ee.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!ee.isUndefined(t[e])})).metaTokens,o=n.visitor||u,i=n.dots,s=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&ee.isSpecCompliantForm(t);if(!ee.isFunction(o))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(ee.isDate(e))return e.toISOString();if(!a&&ee.isBlob(e))throw new te("Blob is not supported. Use a Buffer instead.");return ee.isArrayBuffer(e)||ee.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function u(e,n,o){let a=e;if(e&&!o&&"object"==typeof e)if(ee.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ee.isArray(e)&&function(e){return ee.isArray(e)&&!e.some(oe)}(e)||(ee.isFileList(e)||ee.endsWith(n,"[]"))&&(a=ee.toArray(e)))return n=ie(n),a.forEach(function(e,r){!ee.isUndefined(e)&&null!==e&&t.append(!0===s?se([n],r,i):null===s?n:n+"[]",l(e))}),!1;return!!oe(e)||(t.append(se(o,n,i),l(e)),!1)}const c=[],f=Object.assign(ae,{defaultVisitor:u,convertValue:l,isVisitable:oe});if(!ee.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!ee.isUndefined(n)){if(-1!==c.indexOf(n))throw Error("Circular reference detected in "+r.join("."));c.push(n),ee.forEach(n,function(n,i){!0===(!(ee.isUndefined(n)||null===n)&&o.call(t,n,ee.isString(i)?i.trim():i,r,f))&&e(n,r?r.concat(i):[i])}),c.pop()}}(e),t}function ue(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function ce(e,t){this._pairs=[],e&&le(e,this,t)}const fe=ce.prototype;function de(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function he(e,t,n){if(!t)return e;const r=n&&n.encode||de,o=n&&n.serialize;let i;if(i=o?o(t,n):ee.isURLSearchParams(t)?t.toString():new ce(t,n).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}fe.append=function(e,t){this._pairs.push([e,t])},fe.toString=function(e){const t=e?function(t){return e.call(this,t,ue)}:ue;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var pe=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ee.forEach(this.handlers,function(t){null!==t&&e(t)})}},me={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},ge={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:ce,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const ve="undefined"!=typeof window&&"undefined"!=typeof document,ye=(be="undefined"!=typeof navigator&&navigator.product,ve&&["ReactNative","NativeScript","NS"].indexOf(be)<0);var be,we={__proto__:null,hasBrowserEnv:ve,hasStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,hasStandardBrowserEnv:ye,origin:ve&&window.location.href||"http://localhost",...ge};function _e(e){function t(e,n,r,o){let i=e[o++];if("__proto__"===i)return!0;const s=Number.isFinite(+i),a=o>=e.length;return i=!i&&ee.isArray(r)?r.length:i,a?(r[i]=ee.hasOwnProp(r,i)?[r[i],n]:n,!s):(r[i]&&ee.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&ee.isArray(r[i])&&(r[i]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r<o;r++)i=n[r],t[i]=e[i];return t}(r[i])),!s)}if(ee.isFormData(e)&&ee.isFunction(e.entries)){const n={};return ee.forEachEntry(e,(e,r)=>{t(function(e){return ee.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const Se={transitional:me,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=ee.isObject(e);if(o&&ee.isHTMLForm(e)&&(e=new FormData(e)),ee.isFormData(e))return r?JSON.stringify(_e(e)):e;if(ee.isArrayBuffer(e)||ee.isBuffer(e)||ee.isStream(e)||ee.isFile(e)||ee.isBlob(e)||ee.isReadableStream(e))return e;if(ee.isArrayBufferView(e))return e.buffer;if(ee.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return le(e,new we.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return we.isNode&&ee.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((i=ee.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return le(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(ee.isString(e))try{return(0,JSON.parse)(e),ee.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Se.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(ee.isResponse(e)||ee.isReadableStream(e))return e;if(e&&ee.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw te.from(e,te.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:we.classes.FormData,Blob:we.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ee.forEach(["delete","get","head","post","put","patch"],e=>{Se.headers[e]={}});var Ee=Se;const Te=ee.toObjectSet(["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"]),xe=Symbol("internals");function Re(e){return e&&String(e).trim().toLowerCase()}function Oe(e){return!1===e||null==e?e:ee.isArray(e)?e.map(Oe):String(e)}function je(e,t,n,r,o){return ee.isFunction(r)?r.call(this,t,n):(o&&(t=n),ee.isString(t)?ee.isString(r)?-1!==t.indexOf(r):ee.isRegExp(r)?r.test(t):void 0:void 0)}class Ae{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=Re(t);if(!o)throw new Error("header name must be a non-empty string");const i=ee.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=Oe(e))}const i=(e,t)=>ee.forEach(e,(e,n)=>o(e,n,t));if(ee.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(ee.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach(function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&Te[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t})(e),t);else if(ee.isHeaders(e))for(const[t,r]of e.entries())o(r,t,n);else null!=e&&o(t,e,n);return this}get(e,t){if(e=Re(e)){const n=ee.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(ee.isFunction(t))return t.call(this,e,n);if(ee.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Re(e)){const n=ee.findKey(this,e);return!(!n||void 0===this[n]||t&&!je(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=Re(e)){const o=ee.findKey(n,e);!o||t&&!je(0,n[o],o,t)||(delete n[o],r=!0)}}return ee.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!je(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return ee.forEach(this,(r,o)=>{const i=ee.findKey(n,o);if(i)return t[i]=Oe(r),void delete t[o];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,n)=>t.toUpperCase()+n)}(o):String(o).trim();s!==o&&delete t[o],t[s]=Oe(r),n[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ee.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&ee.isArray(n)?n.join(", "):n)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[xe]=this[xe]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=Re(e);t[r]||(function(e,t){const n=ee.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return ee.isArray(e)?e.forEach(r):r(e),this}}Ae.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ee.reduceDescriptors(Ae.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),ee.freezeMethods(Ae);var Pe=Ae;function Ue(e,t){const n=this||Ee,r=t||n,o=Pe.from(r.headers);let i=r.data;return ee.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function Fe(e){return!(!e||!e.__CANCEL__)}function ke(e,t,n){te.call(this,null==e?"canceled":e,te.ERR_CANCELED,t,n),this.name="CanceledError"}function Ce(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new te("Request failed with status code "+n.status,[te.ERR_BAD_REQUEST,te.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}ee.inherits(ke,te,{__CANCEL__:!0});const Ne=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,i=0,s=0;return t=void 0!==t?t:1e3,function(a){const l=Date.now(),u=r[s];o||(o=l),n[i]=a,r[i]=l;let c=s,f=0;for(;c!==i;)f+=n[c++],c%=e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),l-o<t)return;const d=u&&l-u;return d?Math.round(1e3*f/d):void 0}}(50,250);return function(e,t){let n,r,o=0,i=1e3/t;const s=(t,i=Date.now())=>{o=i,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),a=t-o;a>=i?s(e,t):(n=e,r||(r=setTimeout(()=>{r=null,s(n)},i-a)))},()=>n&&s(n)]}(n=>{const i=n.loaded,s=n.lengthComputable?n.total:void 0,a=i-r,l=o(a);r=i,e({loaded:i,total:s,progress:s?i/s:void 0,bytes:a,rate:l||void 0,estimated:l&&s&&i<=s?(s-i)/l:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0})},n)},ze=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Be=e=>(...t)=>ee.asap(()=>e(...t));var De=we.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=ee.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0},Le=we.hasStandardBrowserEnv?{write(e,t,n,r,o,i){const s=[e+"="+encodeURIComponent(t)];ee.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ee.isString(r)&&s.push("path="+r),ee.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function Me(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const We=e=>e instanceof Pe?{...e}:e;function qe(e,t){t=t||{};const n={};function r(e,t,n){return ee.isPlainObject(e)&&ee.isPlainObject(t)?ee.merge.call({caseless:n},e,t):ee.isPlainObject(t)?ee.merge({},t):ee.isArray(t)?t.slice():t}function o(e,t,n){return ee.isUndefined(t)?ee.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!ee.isUndefined(t))return r(void 0,t)}function s(e,t){return ee.isUndefined(t)?ee.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}const l={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>o(We(e),We(t),!0)};return ee.forEach(Object.keys(Object.assign({},e,t)),function(r){const i=l[r]||o,s=i(e[r],t[r],r);ee.isUndefined(s)&&i!==a||(n[r]=s)}),n}var Ie=e=>{const t=qe({},e);let n,{data:r,withXSRFToken:o,xsrfHeaderName:i,xsrfCookieName:s,headers:a,auth:l}=t;if(t.headers=a=Pe.from(a),t.url=he(Me(t.baseURL,t.url),e.params,e.paramsSerializer),l&&a.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):""))),ee.isFormData(r))if(we.hasStandardBrowserEnv||we.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(n=a.getContentType())){const[e,...t]=n?n.split(";").map(e=>e.trim()).filter(Boolean):[];a.setContentType([e||"multipart/form-data",...t].join("; "))}if(we.hasStandardBrowserEnv&&(o&&ee.isFunction(o)&&(o=o(t)),o||!1!==o&&De(t.url))){const e=i&&s&&Le.read(s);e&&a.set(i,e)}return t},Je="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=Ie(e);let o=r.data;const i=Pe.from(r.headers).normalize();let s,a,l,u,c,{responseType:f,onUploadProgress:d,onDownloadProgress:h}=r;function p(){u&&u(),c&&c(),r.cancelToken&&r.cancelToken.unsubscribe(s),r.signal&&r.signal.removeEventListener("abort",s)}let m=new XMLHttpRequest;function g(){if(!m)return;const r=Pe.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Ce(function(e){t(e),p()},function(e){n(e),p()},{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new te("Request aborted",te.ECONNABORTED,e,m)),m=null)},m.onerror=function(){n(new te("Network Error",te.ERR_NETWORK,e,m)),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new te(t,(r.transitional||me).clarifyTimeoutError?te.ETIMEDOUT:te.ECONNABORTED,e,m)),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&ee.forEach(i.toJSON(),function(e,t){m.setRequestHeader(t,e)}),ee.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),h&&([l,c]=Ne(h,!0),m.addEventListener("progress",l)),d&&m.upload&&([a,u]=Ne(d),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(s=t=>{m&&(n(!t||t.type?new ke(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const v=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);v&&-1===we.protocols.indexOf(v)?n(new te("Unsupported protocol "+v+":",te.ERR_BAD_REQUEST,e)):m.send(o||null)})},He=(e,t)=>{let n,r=new AbortController;const o=function(e){if(!n){n=!0,s();const t=e instanceof Error?e:this.reason;r.abort(t instanceof te?t:new ke(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{o(new te(`timeout ${t} of ms exceeded`,te.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e&&(e.removeEventListener?e.removeEventListener("abort",o):e.unsubscribe(o))}),e=null)};e.forEach(e=>e&&e.addEventListener&&e.addEventListener("abort",o));const{signal:a}=r;return a.unsubscribe=s,[a,()=>{i&&clearTimeout(i),i=null}]};const Ve=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,o=0;for(;o<n;)r=o+t,yield e.slice(o,r),o=r},Ke=(e,t,n,r,o)=>{const i=async function*(e,t,n){for await(const r of e)yield*Ve(ArrayBuffer.isView(r)?r:await n(String(r)),t)}(e,t,o);let s,a=0,l=e=>{s||(s=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await i.next();if(t)return l(),void e.close();if(n){let e=a+=r.byteLength;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw l(e),e}},cancel:e=>(l(e),i.return())},{highWaterMark:2})},$e="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,Ge=$e&&"function"==typeof ReadableStream,Xe=$e&&("function"==typeof TextEncoder?(Qe=new TextEncoder,e=>Qe.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var Qe;const Ye=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Ze=Ge&&Ye(()=>{let e=!1;const t=new Request(we.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),et=Ge&&Ye(()=>ee.isReadableStream(new Response("").body)),tt={stream:et&&(e=>e.body)};var nt;$e&&(nt=new Response,["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!tt[e]&&(tt[e]=ee.isFunction(nt[e])?t=>t[e]():(t,n)=>{throw new te(`Response type '${e}' is not supported`,te.ERR_NOT_SUPPORT,n)})}));const rt={http:null,xhr:Je,fetch:$e&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:i,timeout:s,onDownloadProgress:a,onUploadProgress:l,responseType:u,headers:c,withCredentials:f="same-origin",fetchOptions:d}=Ie(e);u=u?(u+"").toLowerCase():"text";let h,p,[m,g]=o||i||s?He([o,i],s):[];const v=()=>{!h&&setTimeout(()=>{m&&m.unsubscribe()}),h=!0};let y;try{if(l&&Ze&&"get"!==n&&"head"!==n&&0!==(y=await(async(e,t)=>{const n=ee.toFiniteNumber(e.getContentLength());return null==n?(async e=>null==e?0:ee.isBlob(e)?e.size:ee.isSpecCompliantForm(e)?(await new Request(e).arrayBuffer()).byteLength:ee.isArrayBufferView(e)||ee.isArrayBuffer(e)?e.byteLength:(ee.isURLSearchParams(e)&&(e+=""),ee.isString(e)?(await Xe(e)).byteLength:void 0))(t):n})(c,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(ee.isFormData(r)&&(e=n.headers.get("content-type"))&&c.setContentType(e),n.body){const[e,t]=ze(y,Ne(Be(l)));r=Ke(n.body,65536,e,t,Xe)}}ee.isString(f)||(f=f?"include":"omit"),p=new Request(t,{...d,signal:m,method:n.toUpperCase(),headers:c.normalize().toJSON(),body:r,duplex:"half",credentials:f});let o=await fetch(p);const i=et&&("stream"===u||"response"===u);if(et&&(a||i)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=o[t]});const t=ee.toFiniteNumber(o.headers.get("content-length")),[n,r]=a&&ze(t,Ne(Be(a),!0))||[];o=new Response(Ke(o.body,65536,n,()=>{r&&r(),i&&v()},Xe),e)}u=u||"text";let s=await tt[ee.findKey(tt,u)||"text"](o,e);return!i&&v(),g&&g(),await new Promise((t,n)=>{Ce(t,n,{data:s,headers:Pe.from(o.headers),status:o.status,statusText:o.statusText,config:e,request:p})})}catch(t){if(v(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new te("Network Error",te.ERR_NETWORK,e,p),{cause:t.cause||t});throw te.from(t,t&&t.code,e,p)}})};ee.forEach(rt,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const ot=e=>`- ${e}`,it=e=>ee.isFunction(e)||null===e||!1===e;var st=e=>{e=ee.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let i=0;i<t;i++){let t;if(n=e[i],r=n,!it(n)&&(r=rt[(t=String(n)).toLowerCase()],void 0===r))throw new te(`Unknown adapter '${t}'`);if(r)break;o[t||"#"+i]=r}if(!r){const e=Object.entries(o).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));throw new te("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(ot).join("\n"):" "+ot(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function at(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ke(null,e)}function lt(e){return at(e),e.headers=Pe.from(e.headers),e.data=Ue.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),st(e.adapter||Ee.adapter)(e).then(function(t){return at(e),t.data=Ue.call(e,e.transformResponse,t),t.headers=Pe.from(t.headers),t},function(t){return Fe(t)||(at(e),t&&t.response&&(t.response.data=Ue.call(e,e.transformResponse,t.response),t.response.headers=Pe.from(t.response.headers))),Promise.reject(t)})}const ut={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ut[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const ct={};ut.transitional=function(e,t,n){function r(e,t){return"[Axios v1.7.4] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new te(r(o," has been removed"+(t?" in "+t:"")),te.ERR_DEPRECATED);return t&&!ct[o]&&(ct[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var ft={assertOptions:function(e,t,n){if("object"!=typeof e)throw new te("options must be an object",te.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=t[i];if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new te("option "+i+" must be "+n,te.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new te("Unknown option "+i,te.ERR_BAD_OPTION)}},validators:ut};const dt=ft.validators;class ht{constructor(e){this.defaults=e,this.interceptors={request:new pe,response:new pe}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=qe(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&ft.assertOptions(n,{silentJSONParsing:dt.transitional(dt.boolean),forcedJSONParsing:dt.transitional(dt.boolean),clarifyTimeoutError:dt.transitional(dt.boolean)},!1),null!=r&&(ee.isFunction(r)?t.paramsSerializer={serialize:r}:ft.assertOptions(r,{encode:dt.function,serialize:dt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&ee.merge(o.common,o[t.method]);o&&ee.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=Pe.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))});const l=[];let u;this.interceptors.response.forEach(function(e){l.push(e.fulfilled,e.rejected)});let c,f=0;if(!a){const e=[lt.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,l),c=e.length,u=Promise.resolve(t);f<c;)u=u.then(e[f++],e[f++]);return u}c=s.length;let d=t;for(f=0;f<c;){const e=s[f++],t=s[f++];try{d=e(d)}catch(e){t.call(this,e);break}}try{u=lt.call(this,d)}catch(e){return Promise.reject(e)}for(f=0,c=l.length;f<c;)u=u.then(l[f++],l[f++]);return u}getUri(e){return he(Me((e=qe(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}ee.forEach(["delete","get","head","options"],function(e){ht.prototype[e]=function(t,n){return this.request(qe(n||{},{method:e,url:t,data:(n||{}).data}))}}),ee.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(qe(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}ht.prototype[e]=t(),ht.prototype[e+"Form"]=t(!0)});var pt=ht;class mt{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(e){t=e});const n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t;const r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,o){n.reason||(n.reason=new ke(e,r,o),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new mt(function(t){e=t}),cancel:e}}}var gt=mt;const vt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(vt).forEach(([e,t])=>{vt[t]=e});var yt=vt;const bt=function e(t){const n=new pt(t),r=c(pt.prototype.request,n);return ee.extend(r,pt.prototype,n,{allOwnKeys:!0}),ee.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(qe(t,n))},r}(Ee);bt.Axios=pt,bt.CanceledError=ke,bt.CancelToken=gt,bt.isCancel=Fe,bt.VERSION="1.7.4",bt.toFormData=le,bt.AxiosError=te,bt.Cancel=bt.CanceledError,bt.all=function(e){return Promise.all(e)},bt.spread=function(e){return function(t){return e.apply(null,t)}},bt.isAxiosError=function(e){return ee.isObject(e)&&!0===e.isAxiosError},bt.mergeConfig=qe,bt.AxiosHeaders=Pe,bt.formToJSON=e=>_e(ee.isHTMLForm(e)?new FormData(e):e),bt.getAdapter=st,bt.HttpStatusCode=yt,bt.default=bt;var wt=bt;const{CanceledError:_t}=wt;var St,Et,Tt=function(e,t){try{var o=t.baseUrl+n.jobs.post_update,i=s({},r(t),{job_id:e.identifier},e);return Promise.resolve(fetch(o,{method:"POST",headers:i}).catch(function(e){return console.error(e),null})).then(function(e){return!!e&&e.ok})}catch(e){return Promise.reject(e)}},xt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Rt={__proto__:null,default:{}},Ot=(St=function(t){!function(){var n="input is invalid type",r="object"==typeof window,o=r?window:{};o.JS_MD5_NO_WINDOW&&(r=!1);var i=!r&&"object"==typeof self,s=!o.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;s?o=xt:i&&(o=self);var a,l=!o.JS_MD5_NO_COMMON_JS&&t.exports,u=!o.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,c="0123456789abcdef".split(""),f=[128,32768,8388608,-2147483648],d=[0,8,16,24],h=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),m=[];if(u){var g=new ArrayBuffer(68);a=new Uint8Array(g),m=new Uint32Array(g)}var v=Array.isArray;!o.JS_MD5_NO_NODE_JS&&v||(v=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var y=ArrayBuffer.isView;!u||!o.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&y||(y=function(e){return"object"==typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var b=function(e){var t=typeof e;if("string"===t)return[e,!0];if("object"!==t||null===e)throw new Error(n);if(u&&e.constructor===ArrayBuffer)return[new Uint8Array(e),!1];if(!v(e)&&!y(e))throw new Error(n);return[e,!1]},w=function(e){return function(t){return new S(!0).update(t)[e]()}},_=function(e){return function(t,n){return new E(t,!0).update(n)[e]()}};function S(e){if(e)m[0]=m[16]=m[1]=m[2]=m[3]=m[4]=m[5]=m[6]=m[7]=m[8]=m[9]=m[10]=m[11]=m[12]=m[13]=m[14]=m[15]=0,this.blocks=m,this.buffer8=a;else if(u){var t=new ArrayBuffer(68);this.buffer8=new Uint8Array(t),this.blocks=new Uint32Array(t)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}function E(e,t){var n,r=b(e);if(e=r[0],r[1]){var o,i=[],s=e.length,a=0;for(n=0;n<s;++n)(o=e.charCodeAt(n))<128?i[a++]=o:o<2048?(i[a++]=192|o>>>6,i[a++]=128|63&o):o<55296||o>=57344?(i[a++]=224|o>>>12,i[a++]=128|o>>>6&63,i[a++]=128|63&o):(o=65536+((1023&o)<<10|1023&e.charCodeAt(++n)),i[a++]=240|o>>>18,i[a++]=128|o>>>12&63,i[a++]=128|o>>>6&63,i[a++]=128|63&o);e=i}e.length>64&&(e=new S(!0).update(e).array());var l=[],u=[];for(n=0;n<64;++n){var c=e[n]||0;l[n]=92^c,u[n]=54^c}S.call(this,t),this.update(u),this.oKeyPad=l,this.inner=!0,this.sharedMemory=t}S.prototype.update=function(e){if(this.finalized)throw new Error("finalize already called");for(var t,n,r=b(e),o=r[1],i=0,s=(e=r[0]).length,a=this.blocks,l=this.buffer8;i<s;){if(this.hashed&&(this.hashed=!1,a[0]=a[16],a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),o)if(u)for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?l[n++]=t:t<2048?(l[n++]=192|t>>>6,l[n++]=128|63&t):t<55296||t>=57344?(l[n++]=224|t>>>12,l[n++]=128|t>>>6&63,l[n++]=128|63&t):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),l[n++]=240|t>>>18,l[n++]=128|t>>>12&63,l[n++]=128|t>>>6&63,l[n++]=128|63&t);else for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?a[n>>>2]|=t<<d[3&n++]:t<2048?(a[n>>>2]|=(192|t>>>6)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):t<55296||t>=57344?(a[n>>>2]|=(224|t>>>12)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),a[n>>>2]|=(240|t>>>18)<<d[3&n++],a[n>>>2]|=(128|t>>>12&63)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]);else if(u)for(n=this.start;i<s&&n<64;++i)l[n++]=e[i];else for(n=this.start;i<s&&n<64;++i)a[n>>>2]|=e[i]<<d[3&n++];this.lastByteIndex=n,this.bytes+=n-this.start,n>=64?(this.start=n-64,this.hash(),this.hashed=!0):this.start=n}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296|0,this.bytes=this.bytes%4294967296),this},S.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>>2]|=f[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},S.prototype.hash=function(){var e,t,n,r,o,i,s=this.blocks;this.first?t=((t=((e=((e=s[0]-680876937)<<7|e>>>25)-271733879|0)^(n=((n=(-271733879^(r=((r=(-1732584194^2004318071&e)+s[1]-117830708)<<12|r>>>20)+e|0)&(-271733879^e))+s[2]-1126478375)<<17|n>>>15)+r|0)&(r^e))+s[3]-1316259209)<<22|t>>>10)+n|0:(e=this.h0,t=this.h1,t=((t+=((e=((e+=((r=this.h3)^t&((n=this.h2)^r))+s[0]-680876936)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[1]-389564586)<<12|r>>>20)+e|0)&(e^t))+s[2]+606105819)<<17|n>>>15)+r|0)&(r^e))+s[3]-1044525330)<<22|t>>>10)+n|0),t=((t+=((e=((e+=(r^t&(n^r))+s[4]-176418897)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[5]+1200080426)<<12|r>>>20)+e|0)&(e^t))+s[6]-1473231341)<<17|n>>>15)+r|0)&(r^e))+s[7]-45705983)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[8]+1770035416)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[9]-1958414417)<<12|r>>>20)+e|0)&(e^t))+s[10]-42063)<<17|n>>>15)+r|0)&(r^e))+s[11]-1990404162)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[12]+1804603682)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[13]-40341101)<<12|r>>>20)+e|0)&(e^t))+s[14]-1502002290)<<17|n>>>15)+r|0)&(r^e))+s[15]+1236535329)<<22|t>>>10)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[1]-165796510)<<5|e>>>27)+t|0)^t))+s[6]-1069501632)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[11]+643717713)<<14|n>>>18)+r|0)^r))+s[0]-373897302)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[5]-701558691)<<5|e>>>27)+t|0)^t))+s[10]+38016083)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[15]-660478335)<<14|n>>>18)+r|0)^r))+s[4]-405537848)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[9]+568446438)<<5|e>>>27)+t|0)^t))+s[14]-1019803690)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[3]-187363961)<<14|n>>>18)+r|0)^r))+s[8]+1163531501)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[13]-1444681467)<<5|e>>>27)+t|0)^t))+s[2]-51403784)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[7]+1735328473)<<14|n>>>18)+r|0)^r))+s[12]-1926607734)<<20|t>>>12)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[5]-378558)<<4|e>>>28)+t|0))+s[8]-2022574463)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[11]+1839030562)<<16|n>>>16)+r|0))+s[14]-35309556)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[1]-1530992060)<<4|e>>>28)+t|0))+s[4]+1272893353)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[7]-155497632)<<16|n>>>16)+r|0))+s[10]-1094730640)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[13]+681279174)<<4|e>>>28)+t|0))+s[0]-358537222)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[3]-722521979)<<16|n>>>16)+r|0))+s[6]+76029189)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[9]-640364487)<<4|e>>>28)+t|0))+s[12]-421815835)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[15]+530742520)<<16|n>>>16)+r|0))+s[2]-995338651)<<23|t>>>9)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[0]-198630844)<<6|e>>>26)+t|0)|~n))+s[7]+1126891415)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[14]-1416354905)<<15|n>>>17)+r|0)|~e))+s[5]-57434055)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[12]+1700485571)<<6|e>>>26)+t|0)|~n))+s[3]-1894986606)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[10]-1051523)<<15|n>>>17)+r|0)|~e))+s[1]-2054922799)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[8]+1873313359)<<6|e>>>26)+t|0)|~n))+s[15]-30611744)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[6]-1560198380)<<15|n>>>17)+r|0)|~e))+s[13]+1309151649)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[4]-145523070)<<6|e>>>26)+t|0)|~n))+s[11]-1120210379)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[2]+718787259)<<15|n>>>17)+r|0)|~e))+s[9]-343485551)<<21|t>>>11)+n|0,this.first?(this.h0=e+1732584193|0,this.h1=t-271733879|0,this.h2=n-1732584194|0,this.h3=r+271733878|0,this.first=!1):(this.h0=this.h0+e|0,this.h1=this.h1+t|0,this.h2=this.h2+n|0,this.h3=this.h3+r|0)},S.prototype.toString=S.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return c[e>>>4&15]+c[15&e]+c[e>>>12&15]+c[e>>>8&15]+c[e>>>20&15]+c[e>>>16&15]+c[e>>>28&15]+c[e>>>24&15]+c[t>>>4&15]+c[15&t]+c[t>>>12&15]+c[t>>>8&15]+c[t>>>20&15]+c[t>>>16&15]+c[t>>>28&15]+c[t>>>24&15]+c[n>>>4&15]+c[15&n]+c[n>>>12&15]+c[n>>>8&15]+c[n>>>20&15]+c[n>>>16&15]+c[n>>>28&15]+c[n>>>24&15]+c[r>>>4&15]+c[15&r]+c[r>>>12&15]+c[r>>>8&15]+c[r>>>20&15]+c[r>>>16&15]+c[r>>>28&15]+c[r>>>24&15]},S.prototype.array=S.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return[255&e,e>>>8&255,e>>>16&255,e>>>24&255,255&t,t>>>8&255,t>>>16&255,t>>>24&255,255&n,n>>>8&255,n>>>16&255,n>>>24&255,255&r,r>>>8&255,r>>>16&255,r>>>24&255]},S.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},S.prototype.buffer=S.prototype.arrayBuffer,S.prototype.base64=function(){for(var e,t,n,r="",o=this.array(),i=0;i<15;)e=o[i++],t=o[i++],n=o[i++],r+=p[e>>>2]+p[63&(e<<4|t>>>4)]+p[63&(t<<2|n>>>6)]+p[63&n];return r+(p[(e=o[i])>>>2]+p[e<<4&63]+"==")},(E.prototype=new S).finalize=function(){if(S.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();S.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(e),S.prototype.finalize.call(this)}};var T=function(){var t=w("hex");s&&(t=function(t){var r,i=Rt,s=e.Buffer;return r=s.from&&!o.JS_MD5_NO_BUFFER_FROM?s.from:function(e){return new s(e)},function(e){if("string"==typeof e)return i.createHash("md5").update(e,"utf8").digest("hex");if(null==e)throw new Error(n);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),v(e)||y(e)||e.constructor===s?i.createHash("md5").update(r(e)).digest("hex"):t(e)}}(t)),t.create=function(){return new S},t.update=function(e){return t.create().update(e)};for(var r=0;r<h.length;++r){var i=h[r];t[i]=w(i)}return t}();T.md5=T,T.md5.hmac=function(){var e=_("hex");e.create=function(e){return new E(e)},e.update=function(t,n){return e.create(t).update(n)};for(var t=0;t<h.length;++t){var n=h[t];e[n]=_(n)}return e}(),l?t.exports=T:o.md5=T}()},St(Et={exports:{}}),Et.exports);function jt(e,t=0){return Ft(e,t,2).getUint16(0,!0)}function At(e,t=0){return Ft(e,t,4).getUint32(0,!0)}function Pt(e,t=0,n=e.byteLength){const r=e.slice(t,t+n);return kt.decode(new Uint8Array(r))}function Ut(e,t,n=0){if(e.length<t.length+n)return!1;for(const[r,o]of t.entries())if(null!==o&&o!==e[r+n])return!1;return!0}function Ft(e,t,n){const r=e.slice(t,t+n);return new DataView(new Uint8Array(r).buffer)}const kt=new TextDecoder("utf8"),Ct=[["db","application/vnd.sqlite3",[83,81,76,105,116,101,32,102,111,114,109,97,116,32,51,0]],["woff","font/woff",[119,79,70,70]],["woff2","font/woff2",[119,79,70,50]],["bmp","image/bmp",[66,77]],["gif","image/gif",[71,73,70,56,55,97]],["gif","image/gif",[71,73,70,56,57,97]],["heic","image/heic",[102,116,121,112,104,101,105],{offset:4}],["heic","image/heic",[102,116,121,112,109],{offset:4}],["ico","image/x-icon",[0,0,1,0]],["jpg","image/jpeg",[255,216,255]],["pdf","application/pdf",[37,80,68,70,45]],["png","image/png",[137,80,78,71,13,10,26,10]],["7z","application/x-7z-compressed",[55,122,188,175,39,28]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,0]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,1,0]],["rtf","application/rtf",[123,92,114,116,102,49]],["bz2","application/x-bzip2",[66,90,104]],["gz","application/gzip",[31,139]],["tar","application/x-tar",[117,115,116,97,114,0,48,48],{offset:257}],["tar","application/x-tar",[117,115,116,97,114,32,32,0],{offset:257}],["tif","image/tiff",[73,73,42,0]],["tiff","image/tiff",[77,77,0,42]],["zip","application/zip",[80,75,3,4],{exact:!1}],["zip","application/zip",[80,75,5,6]],["mp3","audio/mp3",[255,251]],["mp3","audio/mp3",[255,243]],["mp3","audio/mp3",[255,242]],["mp3","audio/mp3",[73,68,51]],["mp4","video/mp4",[102,116,121,112,105,115,111,109],{offset:4}],["avi","video/x-msvideo",[82,73,70,70,null,null,null,null,65,86,73,32]],["wav","audio/wav",[82,73,70,70,null,null,null,null,87,65,86,69]],["ogx","application/ogg",[79,103,103,83],{exact:!1},[["oga","audio/ogg",[127,70,76,65,67],{offset:28}],["ogg","audio/ogg",[1,118,111,114,98,105,115],{offset:28}],["ogm","video/ogg",[1,118,105,100,101,111,0],{offset:28}],["ogv","video/ogg",[128,116,104,101,111,114,97],{offset:28}]]],["webp","image/webp",[82,73,70,70,null,null,null,null,87,69,66,80]],["psd","image/vnd.adobe.photoshop",[56,66,80,83]],["flac","audio/x-flac",[102,76,97,67]],["wasm","application/wasm",[0,97,115,109]],["deb","application/x-deb",[33,60,97,114,99,104,62,10]],["exe","application/x-msdownload",[77,90]],["exe","application/x-msdownload",[90,77]],["class","application/java-vm",[202,254,186,190]]];function Nt(e){return e.flatMap(([e,t,n,r={},o=[]])=>[[e,t,n,r],...o])}function zt(e,t){const n=jt(e,26),r=Pt(e,30,n),[o]=r.split("/"),i=r.endsWith(".xml");return"META-INF"===o?{ext:"jar",mime:"application/java-archive"}:"ppt"===o&&i?{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"}:"word"===o&&i?{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}:"xl"===o&&i?{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}:"mimetype"===o?function(e,t){const n=At(e,18),r=At(e,22),o=jt(e,28);if(n===r){const r=Pt(e,30+t+o,n);if("application/vnd.oasis.opendocument.presentation"===r)return{ext:"odp",mime:r};if("application/vnd.oasis.opendocument.spreadsheet"===r)return{ext:"ods",mime:r};if("application/vnd.oasis.opendocument.text"===r)return{ext:"odt",mime:r};if("application/epub+zip"===r)return{ext:"epub",mime:r}}}(e,n)??t:t}const Bt=function(e){return Nt(e).map(([e,t,n,{offset:r=0}={}])=>n.length+r).reduce((e,t)=>t>e?t:e,0)}(Ct);function Dt(e,t){for(const[n,r,o,{exact:i=!0,offset:s=0}={},a=[]]of t)if(Ut(e,o,s)){if("zip"===n&&!i)return zt(e.buffer,{ext:n,mime:r});if(!i&&a.length)for(const[t,n,r,{offset:o=0}={}]of a)if(Ut(e,r,o))return{ext:t,mime:n};return{ext:n,mime:r}}}function Lt(e){var t=Ot.md5.create();return t.update(e),t.base64()}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var Mt=function(e){return"object"==typeof e&&"string"==typeof e.name&&"string"==typeof e.mimetype};function Wt(e,t,n){if(void 0===t&&(t=void 0),void 0===n&&(n=!0),e>1073741824){var r=n?" GB":"";return(e/1073741824).toFixed(t||2)+r}if(e>1048576){var o=n?" MB":"";return(e/1048576).toFixed(t||2)+o}if(e>1024){var i=n?" KB":"";return(e/1024).toFixed(t||0)+i}return e+(n?" B":"")}var qt=function(e){try{return Promise.resolve(new Promise(function(t){return setTimeout(t,e)}))}catch(e){return Promise.reject(e)}};function It(e,t,n){if(!e.s){if(n instanceof Jt){if(!n.s)return void(n.o=It.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(It.bind(null,e,t),It.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var Jt=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{It(r,1,i(this.v))}catch(e){It(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?It(r,1,t?t(o):o):n?It(r,1,n(o)):It(r,2,o)}catch(e){It(r,2,e)}},r},e}();function Ht(e){return e instanceof Jt&&1&e.s}function Vt(e){for(var t=-1,n=Infinity,r=0;r<e.length;r++){var o=e[r];console.debug(o),o.path.split("/").length<n&&(n=o.path.split("/").length,t=r)}return t<0?null:e[t]}var Kt=/*#__PURE__*/function(){function e(e,t){this.totalFiles=e,this.estimatedTotalSize=t,this.uploadedSize=0,this.startTime=Date.now(),this.lastUpdateTime=this.startTime,this.lastUploadedSize=0,this.speedEMA=null,this.emaFactor=.1,this.smoothedRemainingTime=null,this.recentSpeeds=[],this.maxRecentSpeeds=20,this.initialEstimateThreshold=.05}var t=e.prototype;return t.updateProgress=function(e){var t=Date.now(),n=(t-this.lastUpdateTime)/1e3,r=e-this.lastUploadedSize;if(this.uploadedSize=e,n>0&&r>0){this.recentSpeeds.push(r/n),this.recentSpeeds.length>this.maxRecentSpeeds&&this.recentSpeeds.shift();var o=this.recentSpeeds.reduce(function(e,t){return e+t},0)/this.recentSpeeds.length;this.speedEMA=null===this.speedEMA?o:this.emaFactor*o+(1-this.emaFactor)*this.speedEMA}this.lastUpdateTime=t,this.lastUploadedSize=e;var i,s=this.uploadedSize/this.estimatedTotalSize,a=(t-this.startTime)/1e3,l=this.speedEMA&&this.speedEMA>0?this.speedEMA:this.uploadedSize/a;return i=l>0?(this.estimatedTotalSize-this.uploadedSize)/l:Infinity,this.smoothedRemainingTime=s>=this.initialEstimateThreshold?null===this.smoothedRemainingTime?i:.9*this.smoothedRemainingTime+.1*i:a/s-a,this.smoothedRemainingTime=Math.max(this.smoothedRemainingTime,(this.estimatedTotalSize-this.uploadedSize)/l),{progress:100*s,estimatedTimeRemaining:Math.round(this.smoothedRemainingTime),estimatedTimeRemainingString:this.smoothedRemainingTime>3?this.__formatTime(this.smoothedRemainingTime):"few seconds"}},t.__formatTime=function(e){if(!isFinite(e)||e>86400)return"Calculating...";if(e<60)return Math.round(e)+"sec";var t=Math.floor(e/60);return t<60?t+"min":Math.floor(t/60)+"h "+t%60+"min"},e}();function $t(e,t,n){if(!e.s){if(n instanceof Gt){if(!n.s)return void(n.o=$t.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then($t.bind(null,e,t),$t.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var Gt=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{$t(r,1,i(this.v))}catch(e){$t(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?$t(r,1,t?t(o):o):n?$t(r,1,n(o)):$t(r,2,o)}catch(e){$t(r,2,e)}},r},e}();function Xt(e){return e instanceof Gt&&1&e.s}function Qt(e,t,n){var r,o,i=-1;return function s(a){try{for(;++i<e.length&&(!n||!n());)if((a=t(i))&&a.then){if(!Xt(a))return void a.then(s,o||(o=$t.bind(null,r=new Gt,2)));a=a.v}r?$t(r,1,a):r=a}catch(e){$t(r||(r=new Gt),2,e)}}(),r}function Yt(e,t,n){for(var r;;){var o=e();if(Xt(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Xt(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Xt(s)){r=2;break}}}var a=new Gt,l=$t.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(u):s.then(f)).then(void 0,l),a;function u(r){i=r;do{if(t&&(s=t())&&s.then&&!Xt(s))return void s.then(f).then(void 0,l);if(!(o=e())||Xt(o)&&!o.v)return void $t(a,1,i);if(o.then)return void o.then(c).then(void 0,l);Xt(i=n())&&(i=i.v)}while(!i||!i.then);i.then(u).then(void 0,l)}function c(e){e?(i=n())&&i.then?i.then(u).then(void 0,l):u(i):$t(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,l):c(o):$t(a,1,i)}}var Zt=[];function en(e,t){var o=e.map(function(e){return function(e,t){void 0===t&&(t=null),console.log("CONVERT",e,Mt(e)),Mt(e)&&(e=new File([e.buffer],e.name,{type:e.mimetype}));var n=e;return null==t&&(t=e.webkitRelativePath||""),n.path=t+e.name,n}(e)});return console.log(t.name,o),function(e,t,o){void 0===o&&(o=void 0);try{var a=function(e,t,o){void 0===o&&(o=void 0);try{var a,u=t.files,c=(null==(a=o)?void 0:a.loglevel)||"none";if(!u.length)return console.error("No files to upload"),Promise.resolve({success:!1,error:"No files to upload"});if(!t.entrypoint){var f=function(e){var t=null,n="",r=e.filter(function(e){return e.name.endsWith("package.json")});if(1===r.length)return r[0];if(r.length>1)return n="Invalid upload: Multiple package.json files found. This is currently not supported.",console.error(n,r),{error:n};var o=e.filter(function(e){return"index.html"===e.name.toLowerCase()||"index.html.gz"===e.name.toLowerCase()||"index.html.br"===e.name.toLowerCase()});if(1===o.length)return o[0];o.length>1&&console.warn("Multiple index.html files found.");var s=e.filter(function(e){return e.name.toLowerCase().endsWith(".glb")||e.name.toLowerCase().endsWith(".gltf")||e.name.toLowerCase().endsWith(".vrm")});if(s.length>1){var a=function(e){for(var t,n=new Array,r=/(mesh_lod|image)_\d_(.{1,50})/,o=i(e);!(t=o()).done;){var s=t.value;if(!r.test(s.name)){var a=s.name.toLowerCase();(a.endsWith(".gltf")||a.endsWith(".vrm")||a.endsWith(".glb"))&&n.push(s)}}return 1==n.length?n[0]:Vt(n)}(s);return a?t=a:(n="Invalid upload: Multiple glb/glTF/vrm files found. This is currently not supported.",console.error(n,s.map(function(e){return e.path||e.name})),{error:n})}if(1===s.length)return s[0];var l=e.filter(function(e){return e.name.endsWith(".usdz")||e.name.endsWith(".usd")||e.name.endsWith(".usda")||e.name.endsWith(".usdc")});l.length>=1&&(t=Vt(l));var u=e.filter(function(e){return e.name.endsWith(".fbx")});if(u.length>1)return n="Invalid upload: Multiple fbx files found. This is currently not supported.",console.error(n,u),{error:n};if(1===u.length)return u[0];var c=e.filter(function(e){return e.name.endsWith(".obj")});return c.length>1?(n="Invalid upload: Multiple obj files found. This is currently not supported.",console.error(n,c),{error:n}):1===c.length?t=c[0]:t||{error:"No supported file to upload found..."}}(u);if(null==f)return Promise.resolve({success:!1,error:"No entrypoint file found"});if("object"==typeof f&&"error"in f)return Promise.resolve({success:!1,error:f.error});"info"===c&&console.log("Entrypoint: "+f.name),t.entrypoint=f}return t.entrypoint&&!u.includes(t.entrypoint)&&u.push(t.entrypoint),Promise.resolve(function(e){try{var t,n=function(e){return t?e:{success:!0}};if(e.length>1e3)return Promise.resolve({success:!1,error:"Too many files. Maximum filecount is 1000"});var r=0,o=e.length-1,s=function(e,t,n){for(var r;;){var o=e();if(Ht(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Ht(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Ht(s)){r=2;break}}}var a=new Jt,l=It.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(u):s.then(f)).then(void 0,l),a;function u(r){i=r;do{if(t&&(s=t())&&s.then&&!Ht(s))return void s.then(f).then(void 0,l);if(!(o=e())||Ht(o)&&!o.v)return void It(a,1,i);if(o.then)return void o.then(c).then(void 0,l);Ht(i=n())&&(i=i.v)}while(!i||!i.then);i.then(u).then(void 0,l)}function c(e){e?(i=n())&&i.then?i.then(u).then(void 0,l):u(i):It(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,l):c(o):It(a,1,i)}}(function(){return!t&&o>=0},function(){return o--},function(){var n=e[o];return(r+=n.size)>157286400?(t=1,{success:!1,error:"Total file size exceeds limit of 150 MB. Please reduce the size of your upload."}):".ds_store"===n.name.toLocaleLowerCase()?(console.log("š« Remove .DS_Store file from upload"),void e.splice(o,1)):function(){if(n.name.endsWith(".gltf"))return console.log("Found glTF file "+n.name+". Will check if all dependencies are available\n",e),Promise.resolve(n.text()).then(function(r){var o,s=r.matchAll(/*#__PURE__*/l(/"uri"\s*:\s*"(.*?)"/g,{value:1}));if(s){var a=JSON.parse(r);if("2.0"!==a.asset.version)return console.warn("ā glTF version is not 2.0. This is currently not supported."),t=1,{success:!1,error:"glTF version "+a.asset.version+" is unsupported.Please use glTF 2.0."};for(var u,c=null==(o=n.path)?void 0:o.split("/"),f=c.splice(0,c.length-1),d=i(s);!(u=d()).done;){var h,p=null==(h=u.value.groups)?void 0:h.value;if(p){var m=!1;if(p.startsWith("http://")||p.startsWith("https://")||p.startsWith("www.")){console.log("ā
Found remote dependency "+p+" ");break}if(p.startsWith("data:")){console.log("ā
Found embedded dependency "+p+" ");break}var g=(f+"/"+p).split("/").reduce(function(e,t){return"."===t||(".."===t?e.pop():null!=t&&t.length&&e.push(t)),e},[]).join("/");console.log('ā Check if local dependency exists "'+g+'"');for(var v,y=i(e);!(v=y()).done;){var b=v.value;if(b.webkitRelativePath===g||b.name==g){m=!0,console.log("ā
Found dependency in name or webkit: "+b.name+" || "+b.webkitRelativePath+" ");break}if(b.path===g){m=!0,console.log("ā
Found dependency in path: "+b.path+" ");break}}if(!m)return console.warn("ā Missing dependency "+p),t=1,{success:!1,error:"Missing resource: "+p}}}}})}()});return Promise.resolve(s&&s.then?s.then(n):n(s))}catch(e){return Promise.reject(e)}}(u)).then(function(i){var a,l,f,d,h,p,m,g;function v(i){return Promise.resolve(fetch(b+n.upload.request,{method:"POST",headers:_,body:JSON.stringify(S)}).catch(function(e){return"fetch failed"==e.message||"Failed to fetch"==e.message?"Network error. Make sure you are connected to the internet and "+b+" is reachable.":(console.error("Failed to begin upload\n",e),null)})).then(function(i){var a;function l(l){return a?l:Promise.resolve(i.json()).then(function(i){var a,l,f;function d(){return Promise.resolve(Promise.all(E).catch(function(e){var t;null!=(t=o)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),T=!0)})).then(function(){var t;function a(a){var l;if(t)return a;function f(t){if(l)return t;g=!0;var o=s({},r(e),{id:i.id});return"none"!=c&&console.log("Completing upload - notify server"),Promise.resolve(fetch(b+n.upload.done,{method:"POST",headers:o}).catch(function(e){return console.error("Failed to complete upload",e),null})).then(function(e){var t;function n(n){return t?n:("none"!=c&&console.log("Upload complete"),Promise.resolve(e.json()).then(function(e){return{success:!0,uploadSkipped:!1,id:e.id,view_id:e.view_id,url:e.url,filesUploaded:u.length,totalSize:h}}))}if(!e)return console.error("Failed to complete upload"),{success:!1,error:"Failed to complete upload"};var r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(e){return console.error("Failed to complete upload",e),t=1,{success:!1,error:"Failed to complete upload"}})}();return r&&r.then?r.then(n):n(r)})}var d=function(t){if(null!=(t=o)&&null!=(t=t.abort)&&t.aborted)return Promise.resolve(Tt({identifier:i.id,status:"canceled",status_message:"Upload aborted",error:"Upload aborted"},e)).then(function(){return l=1,{success:!1,error:"Upload aborted"}})}();return d&&d.then?d.then(f):f(d)}var l=function(){if(T)return Promise.resolve(Tt({identifier:i.id,status:"failed",error:"Failed to upload files"},e)).then(function(){return t=1,{success:!1,error:"Failed to upload files"}})}();return l&&l.then?l.then(a):a(l)})}"debug"===c&&console.debug("BeginResponse",i);var h=u.reduce(function(e,t){return e+t.size},0);if("exists"===i.type)return"none"!=c&&console.log("Upload already exists",i.id),{success:!0,id:i.id,uploadSkipped:!0,view_id:i.view_id,filesUploaded:u.length,totalSize:h};var p=t.entrypoint.webkitRelativePath||t.entrypoint.name,m=0;null==(a=o)||null==(a=a.abort)||a.addEventListener("abort",function(){try{return console.log("Upload aborted: Cancelling upload"),Promise.resolve(fetch(b+n.upload.cancel,{method:"POST",headers:{authorization:w,id:i.id}})).then(function(){})}catch(e){return Promise.reject(e)}});var g=!1,v=Date.now();null!=(l=o)&&l.onStart&&o.onStart(i.id,i.view_id);var y=Date.now(),_=new Kt(u.length,h/1024/1024),E=new Array,T=!1,x=Qt([].concat(u),function(t){var n;function a(){var e=function(){if(E.length>=10)return Promise.resolve(Promise.race(E)).then(function(){})}();if(e&&e.then)return e.then(function(){})}if(null!=(n=o)&&null!=(n=n.abort)&&n.aborted)return console.debug("Upload aborted"),void(f=1);if(T)return console.debug("Upload failed"),void(f=1);var l=function(){if(E.length<10){console.debug("Uploading file "+t+"/"+u.length+": "+u[t].name);var n=0,a=0,l=S.results.files[t],f=l.filename;return Promise.resolve(u[t].arrayBuffer()).then(function(d){var b=function(e){try{var t,n=function(t){var n;function r(e){var t=function(){if(!s)return console.error("Failed to upload file "+u),Promise.resolve(Tt({identifier:o,status:"failed",status_message:"Failed to upload file "+u,error:"Failed to upload file "+u},v)).then(function(){throw new Error("Failed to upload file "+u)})}();return!t||!t.then||t.then(function(e){return!0})}if(null==_)throw new Error("Failed to get presigned url for "+u);var i=_.presigned_url,s=!1,a=0,d=Yt(function(){return!n&&a<5},function(){return a++},function(){function t(){var t;if(null!=y&&null!=(t=y.abort)&&t.aborted)throw new _t("Upload aborted");var r={"Content-Type":h,"Content-MD5":f};return b&&(r["Content-Encoding"]=b),Promise.resolve(wt.put(i,c,{signal:null==y?void 0:y.abort,headers:r,onUploadProgress:function(t){e.onProgress(t)}}).catch(function(e){return e instanceof _t||"none"!==g&&console.error("Failed to upload file",e),null})).then(function(e){if(e)return 200!==e.status?void console.debug("Failed ("+e.status+" "+e.status+") to upload file "+l.name+' to "'+_.path+'". Retrying...'):(s=!0,"info"===g?console.log("Uploaded file "+u+' to "'+_.path+'"'):console.debug("Uploaded "+l.name+' to "'+_.path+'"'),void(n=1))})}var r=function(){if(a>0)return Promise.resolve(qt(1e3*a)).then(function(){})}();return r&&r.then?r.then(t):t()});return d&&d.then?d.then(r):r()},o=e.uploadId,i=e.uploadRequestPUTUrl,a=e.entrypointPath,l=e.file,u=e.fileName,c=e.fileBuffer,f=e.fileMd5,d=e.fileSize,h=e.fileType,p=e.fileIndex,m=e.fileCount,g=e.loglevel,v=e.args,y=e.options,b=void 0;l.name.endsWith(".gz")?b="gzip":l.name.endsWith(".br")&&(b="br"),"info"===g&&console.log('Uploading file "'+l.name+'" type='+h+" ("+d+") "+l.type+" with hash "+f);var w=s({},r(v),{job_id:o,filename:u,filesize:d.toString(),entrypoint:a,"content-type":h,"content-md5":f,progress:(p/m*100).toFixed(0)});b&&(w["content-encoding"]=b);var _=null,S=0,E=Yt(function(){return!t&&S<5},function(){return S++},function(){var e;if(null==_){if(null!=y&&null!=(e=y.abort)&&e.aborted)throw new Error("Upload aborted");return Promise.resolve(qt(200*S)).then(function(){return Promise.resolve(fetch(i,{method:"POST",headers:w}).then(function(e){try{var t,n=function(n){return t?n:Promise.resolve(e.json())},r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(n){return console.warn("Failed to get presigned url ("+e.status+'). Message: "'+n+'"\nā Retrying...'),t=1,null})}();return Promise.resolve(r&&r.then?r.then(n):n(r))}catch(e){return Promise.reject(e)}}).catch(function(e){return console.warn("Failed to get presigned url "+e.message+", retrying..."),null})).then(function(e){_=e})})}t=1});return Promise.resolve(E&&E.then?E.then(n):n())}catch(e){return Promise.reject(e)}}({uploadId:i.id,uploadRequestPUTUrl:i.request_put_url,entrypointPath:p,file:u[t],fileName:f,fileMd5:l.content_md5,fileBuffer:d,fileType:l.content_type,fileSize:l.content_length,fileIndex:t,fileCount:u.length,loglevel:c,args:e,options:o,onProgress:function(e){var r,i=e.progress||0,s=(n=u[t].size*i)-a;if(a=n,m+=s,null!=(r=o)&&r.progress){var l=m/h,c=u.length,f=u[t].size,d=(Date.now()-y)/1e3,p=_.updateProgress(m/1024/1024);o.progress({uploadedBytes:m,totalBytes:h,progress01:l,fileName:u[t].name,fileSize:f,fileProgress01:i,fileIndex:t,totalFiles:c,estimatedTimeLeftDisplay:p.estimatedTimeRemainingString,estimatedTimeLeft:p.estimatedTimeRemaining,elapsedTime:d})}}}).then(function(n){if(!0!==n)return n;for(var r=E.length-1;r>=0;r--)E[r]===b&&E.splice(r,1);!function(t,n,r){if(void 0===r&&(r=!1),!r&&Date.now()-v<1e3)return!1;if(!g){v=Date.now();var o=Math.floor(m/h*100);return"debug"===c&&console.log("SET STATUS: "+n,t,o),Tt({identifier:i.id,status:n,status_message:t,progress:o},e),!0}"none"!=c&&console.warn("Invalid status update...")}("Uploaded "+Wt(m)+" of "+Wt(h)+" for "+u[t].name,"running")}).catch(function(e){var t;null!=(t=o)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),T=!0)});E.push(b)})}}();return l&&l.then?l.then(a):a()},function(){return f});return x&&x.then?x.then(d):d()})}if(null===i||"string"==typeof i)return{success:!1,error:i||"Failed to begin upload"};var f=function(){if(!i.ok)return Promise.resolve(i.text()).then(function(e){return"none"!=c&&console.error("Failed to begin upload\n",i.status,e),a=1,{success:!1,error:"Failed to begin upload ("+i.status+"): "+e}})}();return f&&f.then?f.then(l):l(f)})}if("error"in i)return{success:!1,error:i.error||"Failed to validate files"};(null!=(a=t.entrypoint)&&a.name.endsWith(".html")||null!=(l=t.entrypoint)&&l.name.endsWith(".html.gz")||null!=(f=t.entrypoint)&&f.name.endsWith(".html.br"))&&(o||(o={}),o.type="deployment"),u.sort(function(e,t){return e.name.includes(".needle")&&!t.name.includes(".needle")?-1:!e.name.includes(".needle")&&t.name.includes(".needle")?1:0});var y,b=e.baseUrl,w="Bearer "+e.authToken,_=s({},r(e),{triggered_by:t.triggered_by,filename:null==(d=t.entrypoint)?void 0:d.name,"total-files":u.length.toString()});null!=(h=o)&&h.view_id&&(_.view_id=o.view_id),null!=(p=o)&&p.type&&(_.type=o.type),null!=(m=o)&&m.name&&(_.name=null==(y=o)?void 0:y.name);var S={results:{entrypoint:null==(g=t.entrypoint)?void 0:g.name,files:[]}},E=Qt(u,function(e){var t,n=u[e],r=n.path||n.webkitRelativePath||n.name;if(null!=(t=r)&&t.includes(":"))throw new Error("Invalid filename: "+r);return Promise.resolve(n.arrayBuffer()).then(function(e){var t,i,s,a,l=n.size,u=null!=(t=n.type)&&t.length?n.type:function(e,t){void 0===t&&(t=void 0);var n=function(e,{extra:t=!1,hint:n}={}){const r=new Uint8Array(e.slice(0,Bt));if(n){const e=function(e,{ext:t,mime:n}){return t||n?Nt(e).filter(e=>e[0]===t||e[1]===n):[]}(Ct,n);if(e.length>0){const t=Dt(r,e);if(void 0!==t)return t}}return Dt(r,Ct)||(t?function(e){return function(e){try{const t=Pt(e);if(!function(e){for(let t=0;t<e.length;t++)try{const n=e.charCodeAt(t);if(65533===n||n<=8)return!1}catch{return!1}return!0}(t))return;try{return JSON.parse(t),{ext:"json",mime:"application/json"}}catch{return{ext:"txt",mime:"text/plain"}}}catch{return}}(e)}(e):void 0)}(e);if(n)return n.mime;for(var r=new Uint8Array(e).subarray(0,4),o="",i=0;i<r.length;i++)o+=r[i].toString(16);var s="unknown";switch(o){case"676c5446":s="model/gltf-binary";break;case"89504e47":s="image/png";break;case"ffd8ffe0":case"ffd8ffe1":case"ffd8ffe2":case"ffd8ffe3":case"ffd8ffe8":s="image/jpeg";break;default:s="unknown"}return"unknown"===s&&"string"==typeof t&&(t.endsWith(".html")||t.endsWith(".html.gz")?s="text/html":t.endsWith(".js")||t.endsWith(".js.gz")?s="application/javascript":t.endsWith(".wasm")?s="application/wasm":t.endsWith(".css")?s="text/css":t.endsWith(".json")?s="application/json":t.endsWith(".txt")&&(s="text/plain")),s}(e,r);if("deployment"===(null==(i=o)?void 0:i.type)){var c=(s=r,"application/gzip"===(a=u)||"application/brotli"===a?(s.endsWith(".html.gz")||s.endsWith(".html.br")?(a="text/html",s=s.substring(0,s.length-3)):s.endsWith(".js.gz")||s.endsWith(".js.br")||s.endsWith(".mjs.gz")||s.endsWith(".mjs.br")?(a="application/javascript",s=s.substring(0,s.length-3)):s.endsWith(".css.gz")||s.endsWith(".css.br")?(a="text/css",s=s.substring(0,s.length-3)):s.endsWith(".json.gz")||s.endsWith(".json.br")?(a="text/json",s=s.substring(0,s.length-3)):s.endsWith(".txt.gz")||s.endsWith(".txt.br")?(a="text/plain",s=s.substring(0,s.length-3)):s.endsWith(".wasm.gz")||s.endsWith(".wasm.br")?(a="application/wasm",s=s.substring(0,s.length-3)):(s.endsWith(".bin.gz")||s.endsWith(".bin.br"))&&(a="application/octet-stream",s=s.substring(0,s.length-3)),{filename:s,mimetype:a}):null);c&&(r=c.filename,u=c.mimetype)}return Promise.resolve(n.arrayBuffer()).then(function(e){var t=Lt(e);S.results.files.push({filename:r,content_type:u,content_length:l,content_md5:t})})})},function(){});return E&&E.then?E.then(v):v()})}catch(e){return Promise.reject(e)}}(e,t,o);return Zt.push(a),Promise.resolve(a.finally(function(){var e=Zt.indexOf(a);e>=0&&Zt.splice(e,1)}))}catch(e){return Promise.reject(e)}}({baseUrl:"https://cloud-staging.needle.tools/api",authToken:t.token},{triggered_by:"web",entrypoint:void 0,files:o},{name:t.name,abort:t.abort}).then(function(e){return"error"in e?{error:e.error}:{job_id:e.id,view_id:e.view_id,url:e.url,skipped:e.uploadSkipped}})}function tn(e){"limit"in e&&(e.limit=Math.min(100,e.limit));var t="page"in e;return function(e,t){void 0===t&&(t={sort_by_upload:!0,page:1,limit:20,view_id:void 0,type:"upload"});try{if(t.page<=0)throw new Error("Invalid page. Must be greater than 0");var o=e.baseUrl+n.list.uploads,i=s({type:t.type||"upload",max:(t.limit||0).toString(),page:(t.page||1).toString()},r(e));return null!=t.view_id&&(i.view_id=t.view_id),null!=t.view_name&&(i.view_name=t.view_name),Promise.resolve(fetch(o,{method:"GET",headers:i}).then(function(e){try{if(!e.ok)throw new Error("Failed to list uploads");return void 0===t.sort_by_upload&&(t.sort_by_upload=!0),Promise.resolve(e.json()).then(function(e){return t.sort_by_upload&&e.uploads.sort(function(e,t){return new Date(t.created_time).getTime()-new Date(e.created_time).getTime()}),e})}catch(e){return Promise.reject(e)}}))}catch(e){return Promise.reject(e)}}({baseUrl:"https://cloud-staging.needle.tools/api",authToken:e.token},{view_name:"name"in e?e.name:void 0,view_id:"view_id"in e?e.view_id:void 0,type:"upload",page:t?e.page:1,limit:t?e.limit:100}).then(function(e){return e.uploads.map(function(e){return{name:e.name,created_at:e.created_time,updated_at:e.updated_time,files:e.jobs.map(function(t){return{name:t.name,type:t.type,created_at:t.created_at,updated_at:t.updated_at||t.created_at,url:u({baseUrl:"https://cloud-staging.needle.tools/api",view_id:e.view_id,job_id:t.identifier})}})}})})}new Array,"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")),globalThis.Buffer=t;export{tn as getUploads,en as uploadFiles};
|
|
1
|
+
import e,{Buffer as t}from"buffer";var n={status:"/v1/status",version:"/v1/version",login:"/v1/login",tokens:{create:"/v1/tokens/create",list:"/v1/tokens/list"},list:{jobs:"/v1/list/jobs",uploads:"/v1/list/uploads"},urls:{public:"/v1/public",public_download_urls:"/v1/public/download/urls"},view:{get_info:"/v1/view/info",post_version:"/v1/view/post_version",get_versions:"/v1/view/get_versions"},upload:{request:"/v1/upload/request",request_put_url:"/v1/upload/put",update_results:"/v1/upload/results",done:"/v1/upload/done",cancel:"/v1/upload/cancel"},optimize:{get_optimize_id:"/v1/optimize/get_id",request:"/v1/optimize/request"},jobs:{request_start:"/v1/jobs/request_start",request_download_url:"/v1/download/get_presigned_url",request_restart:"/v1/jobs/restart",post_update:"/v1/jobs/update",post_meta:"/v1/jobs/meta",post_results_stats:"/v1/jobs/results_stats",get_status:"/v1/jobs/status",query:"/v1/jobs/query",request_job_that_needs_stats:"/v1/jobs/job_needs_stats"},worker:{ping:"/v1/worker/ping",get_available_count:"/v1/worker/get_available_count",post_available_info:"/v1/worker/post_available_info",get_available_info:"/v1/worker/get_available_info"},purchase:{get_credits:"/v1/purchase/get_credits",buy_credits:"/v1/purchase/buy_credits"},organizations:{get:"/v1/organizations/get",get_members:"/v1/organizations/get_members",get_invitations:"/v1/organizations/get_invitations",post_invitation:"/v1/organizations/post_invitation",delete_invitation:"/v1/organizations/delete_invitation",resend_invitation:"/v1/organizations/resend_invitation",create:"/v1/organizations/create",update:"/v1/organizations/update",delete:"/v1/organizations/delete"}};function r(e){var t={authorization:"Bearer "+e.authToken};return e.org&&(t["x-needle-cloud-org"]=e.org),e.roles&&(t.roles=e.roles.join(",")),e.roles_org&&(t.roles_org=e.roles_org.join(",")),t}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(n)return(n=n.call(e)).next.bind(n);if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return o(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},s.apply(null,arguments)}function a(e,t){return a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},a(e,t)}function l(){l=function(e,t){return new n(e,void 0,t)};var e=RegExp.prototype,t=new WeakMap;function n(e,r,o){var i=RegExp(e,r);return t.set(i,o||t.get(e)),a(i,n.prototype)}function r(e,n){var r=t.get(n);return Object.keys(r).reduce(function(t,n){var o=r[n];if("number"==typeof o)t[n]=e[o];else{for(var i=0;void 0===e[o[i]]&&i+1<o.length;)i++;t[n]=e[o[i]]}return t},Object.create(null))}return function(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&&a(e,t)}(n,RegExp),n.prototype.exec=function(t){var n=e.exec.call(this,t);if(n){n.groups=r(n,this);var o=n.indices;o&&(o.groups=r(o,this))}return n},n.prototype[Symbol.replace]=function(n,o){if("string"==typeof o){var i=t.get(this);return e[Symbol.replace].call(this,n,o.replace(/\$<([^>]+)>/g,function(e,t){var n=i[t];return"$"+(Array.isArray(n)?n.join("$"):n)}))}if("function"==typeof o){var s=this;return e[Symbol.replace].call(this,n,function(){var e=arguments;return"object"!=typeof e[e.length-1]&&(e=[].slice.call(e)).push(r(e,s)),o.apply(this,e)})}return e[Symbol.replace].call(this,n,o)},l.apply(this,arguments)}function u(e,t){var r,o,i;void 0===t&&(t=void 0);var s=e.baseUrl+n.urls.public+"/"+e.view_id;return e.job_id&&!0!==(null==(r=t)?void 0:r.latest)?s+="/"+e.job_id:s+="/latest",s+="/",e.filename&&(s+=""+encodeURIComponent(e.filename)),!0===(null==(o=t)?void 0:o.progressive)?s+="?progressive=1":!1===(null==(i=t)?void 0:i.progressive)&&(s+="?progressive=0"),s}function c(e,t){return function(){return e.apply(t,arguments)}}const{toString:f}=Object.prototype,{getPrototypeOf:d}=Object,h=(p=Object.create(null),e=>{const t=f.call(e);return p[t]||(p[t]=t.slice(8,-1).toLowerCase())});var p;const m=e=>(e=e.toLowerCase(),t=>h(t)===e),g=e=>t=>typeof t===e,{isArray:v}=Array,y=g("undefined"),b=m("ArrayBuffer"),w=g("string"),_=g("function"),S=g("number"),E=e=>null!==e&&"object"==typeof e,x=e=>{if("object"!==h(e))return!1;const t=d(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},T=m("Date"),R=m("File"),O=m("Blob"),j=m("FileList"),A=m("URLSearchParams"),[P,U,F,k]=["ReadableStream","Request","Response","Headers"].map(m);function C(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),v(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let s;for(r=0;r<i;r++)s=o[r],t.call(null,e[s],s,e)}}function N(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const z="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,B=e=>!y(e)&&e!==z,D=(L="undefined"!=typeof Uint8Array&&d(Uint8Array),e=>L&&e instanceof L);var L;const M=m("HTMLFormElement"),W=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),q=m("RegExp"),I=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};C(n,(n,o)=>{let i;!1!==(i=t(n,o,e))&&(r[o]=i||n)}),Object.defineProperties(e,r)},J="abcdefghijklmnopqrstuvwxyz",H="0123456789",V={DIGIT:H,ALPHA:J,ALPHA_DIGIT:J+J.toUpperCase()+H},K=m("AsyncFunction"),$=(G="function"==typeof setImmediate,X=_(z.postMessage),G?setImmediate:X?(Q=`axios@${Math.random()}`,Y=[],z.addEventListener("message",({source:e,data:t})=>{e===z&&t===Q&&Y.length&&Y.shift()()},!1),e=>{Y.push(e),z.postMessage(Q,"*")}):e=>setTimeout(e));var G,X,Q,Y;const Z="undefined"!=typeof queueMicrotask?queueMicrotask.bind(z):"undefined"!=typeof process&&process.nextTick||$;var ee={isArray:v,isArrayBuffer:b,isBuffer:function(e){return null!==e&&!y(e)&&null!==e.constructor&&!y(e.constructor)&&_(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||_(e.append)&&("formdata"===(t=h(e))||"object"===t&&_(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&b(e.buffer),t},isString:w,isNumber:S,isBoolean:e=>!0===e||!1===e,isObject:E,isPlainObject:x,isReadableStream:P,isRequest:U,isResponse:F,isHeaders:k,isUndefined:y,isDate:T,isFile:R,isBlob:O,isRegExp:q,isFunction:_,isStream:e=>E(e)&&_(e.pipe),isURLSearchParams:A,isTypedArray:D,isFileList:j,forEach:C,merge:function e(){const{caseless:t}=B(this)&&this||{},n={},r=(r,o)=>{const i=t&&N(n,o)||o;n[i]=x(n[i])&&x(r)?e(n[i],r):x(r)?e({},r):v(r)?r.slice():r};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&C(arguments[e],r);return n},extend:(e,t,n,{allOwnKeys:r}={})=>(C(t,(t,r)=>{e[r]=n&&_(t)?c(t,n):t},{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,n,r)=>{let o,i,s;const a={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)s=o[i],r&&!r(s,e,t)||a[s]||(t[s]=e[s],a[s]=!0);e=!1!==n&&d(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:h,kindOfTest:m,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length);const r=e.indexOf(t,n-=t.length);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(v(e))return e;let t=e.length;if(!S(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:M,hasOwnProperty:W,hasOwnProp:W,reduceDescriptors:I,freezeMethods:e=>{I(e,(t,n)=>{if(_(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;_(e[n])&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))})},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach(e=>{n[e]=!0})};return v(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,n){return t.toUpperCase()+n}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:N,global:z,isContextDefined:B,ALPHABET:V,generateString:(e=16,t=V.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&_(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(E(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const o=v(e)?[]:{};return C(e,(e,t)=>{const i=n(e,r+1);!y(i)&&(o[t]=i)}),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:K,isThenable:e=>e&&(E(e)||_(e))&&_(e.then)&&_(e.catch),setImmediate:$,asap:Z};function te(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o)}ee.inherits(te,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:ee.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const ne=te.prototype,re={};function oe(e){return ee.isPlainObject(e)||ee.isArray(e)}function ie(e){return ee.endsWith(e,"[]")?e.slice(0,-2):e}function se(e,t,n){return e?e.concat(t).map(function(e,t){return e=ie(e),!n&&t?"["+e+"]":e}).join(n?".":""):t}["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","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{re[e]={value:e}}),Object.defineProperties(te,re),Object.defineProperty(ne,"isAxiosError",{value:!0}),te.from=(e,t,n,r,o,i)=>{const s=Object.create(ne);return ee.toFlatObject(e,s,function(e){return e!==Error.prototype},e=>"isAxiosError"!==e),te.call(s,e.message,t,n,r,o),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const ae=ee.toFlatObject(ee,{},null,function(e){return/^is[A-Z]/.test(e)});function le(e,t,n){if(!ee.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=ee.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!ee.isUndefined(t[e])})).metaTokens,o=n.visitor||u,i=n.dots,s=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&ee.isSpecCompliantForm(t);if(!ee.isFunction(o))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(ee.isDate(e))return e.toISOString();if(!a&&ee.isBlob(e))throw new te("Blob is not supported. Use a Buffer instead.");return ee.isArrayBuffer(e)||ee.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function u(e,n,o){let a=e;if(e&&!o&&"object"==typeof e)if(ee.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ee.isArray(e)&&function(e){return ee.isArray(e)&&!e.some(oe)}(e)||(ee.isFileList(e)||ee.endsWith(n,"[]"))&&(a=ee.toArray(e)))return n=ie(n),a.forEach(function(e,r){!ee.isUndefined(e)&&null!==e&&t.append(!0===s?se([n],r,i):null===s?n:n+"[]",l(e))}),!1;return!!oe(e)||(t.append(se(o,n,i),l(e)),!1)}const c=[],f=Object.assign(ae,{defaultVisitor:u,convertValue:l,isVisitable:oe});if(!ee.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!ee.isUndefined(n)){if(-1!==c.indexOf(n))throw Error("Circular reference detected in "+r.join("."));c.push(n),ee.forEach(n,function(n,i){!0===(!(ee.isUndefined(n)||null===n)&&o.call(t,n,ee.isString(i)?i.trim():i,r,f))&&e(n,r?r.concat(i):[i])}),c.pop()}}(e),t}function ue(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function ce(e,t){this._pairs=[],e&&le(e,this,t)}const fe=ce.prototype;function de(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function he(e,t,n){if(!t)return e;const r=n&&n.encode||de,o=n&&n.serialize;let i;if(i=o?o(t,n):ee.isURLSearchParams(t)?t.toString():new ce(t,n).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}fe.append=function(e,t){this._pairs.push([e,t])},fe.toString=function(e){const t=e?function(t){return e.call(this,t,ue)}:ue;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};var pe=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ee.forEach(this.handlers,function(t){null!==t&&e(t)})}},me={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},ge={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:ce,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]};const ve="undefined"!=typeof window&&"undefined"!=typeof document,ye=(be="undefined"!=typeof navigator&&navigator.product,ve&&["ReactNative","NativeScript","NS"].indexOf(be)<0);var be,we={__proto__:null,hasBrowserEnv:ve,hasStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,hasStandardBrowserEnv:ye,origin:ve&&window.location.href||"http://localhost",...ge};function _e(e){function t(e,n,r,o){let i=e[o++];if("__proto__"===i)return!0;const s=Number.isFinite(+i),a=o>=e.length;return i=!i&&ee.isArray(r)?r.length:i,a?(r[i]=ee.hasOwnProp(r,i)?[r[i],n]:n,!s):(r[i]&&ee.isObject(r[i])||(r[i]=[]),t(e,n,r[i],o)&&ee.isArray(r[i])&&(r[i]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r<o;r++)i=n[r],t[i]=e[i];return t}(r[i])),!s)}if(ee.isFormData(e)&&ee.isFunction(e.entries)){const n={};return ee.forEachEntry(e,(e,r)=>{t(function(e){return ee.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),r,n,0)}),n}return null}const Se={transitional:me,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=ee.isObject(e);if(o&&ee.isHTMLForm(e)&&(e=new FormData(e)),ee.isFormData(e))return r?JSON.stringify(_e(e)):e;if(ee.isArrayBuffer(e)||ee.isBuffer(e)||ee.isStream(e)||ee.isFile(e)||ee.isBlob(e)||ee.isReadableStream(e))return e;if(ee.isArrayBufferView(e))return e.buffer;if(ee.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return le(e,new we.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return we.isNode&&ee.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((i=ee.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return le(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(ee.isString(e))try{return(0,JSON.parse)(e),ee.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(0,JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Se.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(ee.isResponse(e)||ee.isReadableStream(e))return e;if(e&&ee.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw te.from(e,te.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:we.classes.FormData,Blob:we.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ee.forEach(["delete","get","head","post","put","patch"],e=>{Se.headers[e]={}});var Ee=Se;const xe=ee.toObjectSet(["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"]),Te=Symbol("internals");function Re(e){return e&&String(e).trim().toLowerCase()}function Oe(e){return!1===e||null==e?e:ee.isArray(e)?e.map(Oe):String(e)}function je(e,t,n,r,o){return ee.isFunction(r)?r.call(this,t,n):(o&&(t=n),ee.isString(t)?ee.isString(r)?-1!==t.indexOf(r):ee.isRegExp(r)?r.test(t):void 0:void 0)}class Ae{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=Re(t);if(!o)throw new Error("header name must be a non-empty string");const i=ee.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=Oe(e))}const i=(e,t)=>ee.forEach(e,(e,n)=>o(e,n,t));if(ee.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(ee.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach(function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&xe[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t})(e),t);else if(ee.isHeaders(e))for(const[t,r]of e.entries())o(r,t,n);else null!=e&&o(t,e,n);return this}get(e,t){if(e=Re(e)){const n=ee.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(ee.isFunction(t))return t.call(this,e,n);if(ee.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Re(e)){const n=ee.findKey(this,e);return!(!n||void 0===this[n]||t&&!je(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=Re(e)){const o=ee.findKey(n,e);!o||t&&!je(0,n[o],o,t)||(delete n[o],r=!0)}}return ee.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!je(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return ee.forEach(this,(r,o)=>{const i=ee.findKey(n,o);if(i)return t[i]=Oe(r),void delete t[o];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,n)=>t.toUpperCase()+n)}(o):String(o).trim();s!==o&&delete t[o],t[s]=Oe(r),n[s]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ee.forEach(this,(n,r)=>{null!=n&&!1!==n&&(t[r]=e&&ee.isArray(n)?n.join(", "):n)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach(e=>n.set(e)),n}static accessor(e){const t=(this[Te]=this[Te]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=Re(e);t[r]||(function(e,t){const n=ee.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})})}(n,e),t[r]=!0)}return ee.isArray(e)?e.forEach(r):r(e),this}}Ae.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ee.reduceDescriptors(Ae.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}}),ee.freezeMethods(Ae);var Pe=Ae;function Ue(e,t){const n=this||Ee,r=t||n,o=Pe.from(r.headers);let i=r.data;return ee.forEach(e,function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)}),o.normalize(),i}function Fe(e){return!(!e||!e.__CANCEL__)}function ke(e,t,n){te.call(this,null==e?"canceled":e,te.ERR_CANCELED,t,n),this.name="CanceledError"}function Ce(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new te("Request failed with status code "+n.status,[te.ERR_BAD_REQUEST,te.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}ee.inherits(ke,te,{__CANCEL__:!0});const Ne=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,i=0,s=0;return t=void 0!==t?t:1e3,function(a){const l=Date.now(),u=r[s];o||(o=l),n[i]=a,r[i]=l;let c=s,f=0;for(;c!==i;)f+=n[c++],c%=e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),l-o<t)return;const d=u&&l-u;return d?Math.round(1e3*f/d):void 0}}(50,250);return function(e,t){let n,r,o=0,i=1e3/t;const s=(t,i=Date.now())=>{o=i,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),a=t-o;a>=i?s(e,t):(n=e,r||(r=setTimeout(()=>{r=null,s(n)},i-a)))},()=>n&&s(n)]}(n=>{const i=n.loaded,s=n.lengthComputable?n.total:void 0,a=i-r,l=o(a);r=i,e({loaded:i,total:s,progress:s?i/s:void 0,bytes:a,rate:l||void 0,estimated:l&&s&&i<=s?(s-i)/l:void 0,event:n,lengthComputable:null!=s,[t?"download":"upload"]:!0})},n)},ze=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Be=e=>(...t)=>ee.asap(()=>e(...t));var De=we.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=ee.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0},Le=we.hasStandardBrowserEnv?{write(e,t,n,r,o,i){const s=[e+"="+encodeURIComponent(t)];ee.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ee.isString(r)&&s.push("path="+r),ee.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function Me(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const We=e=>e instanceof Pe?{...e}:e;function qe(e,t){t=t||{};const n={};function r(e,t,n){return ee.isPlainObject(e)&&ee.isPlainObject(t)?ee.merge.call({caseless:n},e,t):ee.isPlainObject(t)?ee.merge({},t):ee.isArray(t)?t.slice():t}function o(e,t,n){return ee.isUndefined(t)?ee.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!ee.isUndefined(t))return r(void 0,t)}function s(e,t){return ee.isUndefined(t)?ee.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}const l={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>o(We(e),We(t),!0)};return ee.forEach(Object.keys(Object.assign({},e,t)),function(r){const i=l[r]||o,s=i(e[r],t[r],r);ee.isUndefined(s)&&i!==a||(n[r]=s)}),n}var Ie=e=>{const t=qe({},e);let n,{data:r,withXSRFToken:o,xsrfHeaderName:i,xsrfCookieName:s,headers:a,auth:l}=t;if(t.headers=a=Pe.from(a),t.url=he(Me(t.baseURL,t.url),e.params,e.paramsSerializer),l&&a.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):""))),ee.isFormData(r))if(we.hasStandardBrowserEnv||we.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(n=a.getContentType())){const[e,...t]=n?n.split(";").map(e=>e.trim()).filter(Boolean):[];a.setContentType([e||"multipart/form-data",...t].join("; "))}if(we.hasStandardBrowserEnv&&(o&&ee.isFunction(o)&&(o=o(t)),o||!1!==o&&De(t.url))){const e=i&&s&&Le.read(s);e&&a.set(i,e)}return t},Je="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,n){const r=Ie(e);let o=r.data;const i=Pe.from(r.headers).normalize();let s,a,l,u,c,{responseType:f,onUploadProgress:d,onDownloadProgress:h}=r;function p(){u&&u(),c&&c(),r.cancelToken&&r.cancelToken.unsubscribe(s),r.signal&&r.signal.removeEventListener("abort",s)}let m=new XMLHttpRequest;function g(){if(!m)return;const r=Pe.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Ce(function(e){t(e),p()},function(e){n(e),p()},{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=g:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(g)},m.onabort=function(){m&&(n(new te("Request aborted",te.ECONNABORTED,e,m)),m=null)},m.onerror=function(){n(new te("Network Error",te.ERR_NETWORK,e,m)),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new te(t,(r.transitional||me).clarifyTimeoutError?te.ETIMEDOUT:te.ECONNABORTED,e,m)),m=null},void 0===o&&i.setContentType(null),"setRequestHeader"in m&&ee.forEach(i.toJSON(),function(e,t){m.setRequestHeader(t,e)}),ee.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),h&&([l,c]=Ne(h,!0),m.addEventListener("progress",l)),d&&m.upload&&([a,u]=Ne(d),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",u)),(r.cancelToken||r.signal)&&(s=t=>{m&&(n(!t||t.type?new ke(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(s),r.signal&&(r.signal.aborted?s():r.signal.addEventListener("abort",s)));const v=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);v&&-1===we.protocols.indexOf(v)?n(new te("Unsupported protocol "+v+":",te.ERR_BAD_REQUEST,e)):m.send(o||null)})},He=(e,t)=>{let n,r=new AbortController;const o=function(e){if(!n){n=!0,s();const t=e instanceof Error?e:this.reason;r.abort(t instanceof te?t:new ke(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{o(new te(`timeout ${t} of ms exceeded`,te.ETIMEDOUT))},t);const s=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e&&(e.removeEventListener?e.removeEventListener("abort",o):e.unsubscribe(o))}),e=null)};e.forEach(e=>e&&e.addEventListener&&e.addEventListener("abort",o));const{signal:a}=r;return a.unsubscribe=s,[a,()=>{i&&clearTimeout(i),i=null}]};const Ve=function*(e,t){let n=e.byteLength;if(!t||n<t)return void(yield e);let r,o=0;for(;o<n;)r=o+t,yield e.slice(o,r),o=r},Ke=(e,t,n,r,o)=>{const i=async function*(e,t,n){for await(const r of e)yield*Ve(ArrayBuffer.isView(r)?r:await n(String(r)),t)}(e,t,o);let s,a=0,l=e=>{s||(s=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await i.next();if(t)return l(),void e.close();if(n){let e=a+=r.byteLength;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw l(e),e}},cancel:e=>(l(e),i.return())},{highWaterMark:2})},$e="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,Ge=$e&&"function"==typeof ReadableStream,Xe=$e&&("function"==typeof TextEncoder?(Qe=new TextEncoder,e=>Qe.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var Qe;const Ye=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Ze=Ge&&Ye(()=>{let e=!1;const t=new Request(we.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),et=Ge&&Ye(()=>ee.isReadableStream(new Response("").body)),tt={stream:et&&(e=>e.body)};var nt;$e&&(nt=new Response,["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!tt[e]&&(tt[e]=ee.isFunction(nt[e])?t=>t[e]():(t,n)=>{throw new te(`Response type '${e}' is not supported`,te.ERR_NOT_SUPPORT,n)})}));const rt={http:null,xhr:Je,fetch:$e&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:i,timeout:s,onDownloadProgress:a,onUploadProgress:l,responseType:u,headers:c,withCredentials:f="same-origin",fetchOptions:d}=Ie(e);u=u?(u+"").toLowerCase():"text";let h,p,[m,g]=o||i||s?He([o,i],s):[];const v=()=>{!h&&setTimeout(()=>{m&&m.unsubscribe()}),h=!0};let y;try{if(l&&Ze&&"get"!==n&&"head"!==n&&0!==(y=await(async(e,t)=>{const n=ee.toFiniteNumber(e.getContentLength());return null==n?(async e=>null==e?0:ee.isBlob(e)?e.size:ee.isSpecCompliantForm(e)?(await new Request(e).arrayBuffer()).byteLength:ee.isArrayBufferView(e)||ee.isArrayBuffer(e)?e.byteLength:(ee.isURLSearchParams(e)&&(e+=""),ee.isString(e)?(await Xe(e)).byteLength:void 0))(t):n})(c,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(ee.isFormData(r)&&(e=n.headers.get("content-type"))&&c.setContentType(e),n.body){const[e,t]=ze(y,Ne(Be(l)));r=Ke(n.body,65536,e,t,Xe)}}ee.isString(f)||(f=f?"include":"omit"),p=new Request(t,{...d,signal:m,method:n.toUpperCase(),headers:c.normalize().toJSON(),body:r,duplex:"half",credentials:f});let o=await fetch(p);const i=et&&("stream"===u||"response"===u);if(et&&(a||i)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=o[t]});const t=ee.toFiniteNumber(o.headers.get("content-length")),[n,r]=a&&ze(t,Ne(Be(a),!0))||[];o=new Response(Ke(o.body,65536,n,()=>{r&&r(),i&&v()},Xe),e)}u=u||"text";let s=await tt[ee.findKey(tt,u)||"text"](o,e);return!i&&v(),g&&g(),await new Promise((t,n)=>{Ce(t,n,{data:s,headers:Pe.from(o.headers),status:o.status,statusText:o.statusText,config:e,request:p})})}catch(t){if(v(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new te("Network Error",te.ERR_NETWORK,e,p),{cause:t.cause||t});throw te.from(t,t&&t.code,e,p)}})};ee.forEach(rt,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const ot=e=>`- ${e}`,it=e=>ee.isFunction(e)||null===e||!1===e;var st=e=>{e=ee.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let i=0;i<t;i++){let t;if(n=e[i],r=n,!it(n)&&(r=rt[(t=String(n)).toLowerCase()],void 0===r))throw new te(`Unknown adapter '${t}'`);if(r)break;o[t||"#"+i]=r}if(!r){const e=Object.entries(o).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));throw new te("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(ot).join("\n"):" "+ot(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function at(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ke(null,e)}function lt(e){return at(e),e.headers=Pe.from(e.headers),e.data=Ue.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),st(e.adapter||Ee.adapter)(e).then(function(t){return at(e),t.data=Ue.call(e,e.transformResponse,t),t.headers=Pe.from(t.headers),t},function(t){return Fe(t)||(at(e),t&&t.response&&(t.response.data=Ue.call(e,e.transformResponse,t.response),t.response.headers=Pe.from(t.response.headers))),Promise.reject(t)})}const ut={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ut[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});const ct={};ut.transitional=function(e,t,n){function r(e,t){return"[Axios v1.7.4] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new te(r(o," has been removed"+(t?" in "+t:"")),te.ERR_DEPRECATED);return t&&!ct[o]&&(ct[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};var ft={assertOptions:function(e,t,n){if("object"!=typeof e)throw new te("options must be an object",te.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=t[i];if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new te("option "+i+" must be "+n,te.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new te("Unknown option "+i,te.ERR_BAD_OPTION)}},validators:ut};const dt=ft.validators;class ht{constructor(e){this.defaults=e,this.interceptors={request:new pe,response:new pe}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t;Error.captureStackTrace?Error.captureStackTrace(t={}):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=qe(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&ft.assertOptions(n,{silentJSONParsing:dt.transitional(dt.boolean),forcedJSONParsing:dt.transitional(dt.boolean),clarifyTimeoutError:dt.transitional(dt.boolean)},!1),null!=r&&(ee.isFunction(r)?t.paramsSerializer={serialize:r}:ft.assertOptions(r,{encode:dt.function,serialize:dt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=o&&ee.merge(o.common,o[t.method]);o&&ee.forEach(["delete","get","head","post","put","patch","common"],e=>{delete o[e]}),t.headers=Pe.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))});const l=[];let u;this.interceptors.response.forEach(function(e){l.push(e.fulfilled,e.rejected)});let c,f=0;if(!a){const e=[lt.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,l),c=e.length,u=Promise.resolve(t);f<c;)u=u.then(e[f++],e[f++]);return u}c=s.length;let d=t;for(f=0;f<c;){const e=s[f++],t=s[f++];try{d=e(d)}catch(e){t.call(this,e);break}}try{u=lt.call(this,d)}catch(e){return Promise.reject(e)}for(f=0,c=l.length;f<c;)u=u.then(l[f++],l[f++]);return u}getUri(e){return he(Me((e=qe(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}ee.forEach(["delete","get","head","options"],function(e){ht.prototype[e]=function(t,n){return this.request(qe(n||{},{method:e,url:t,data:(n||{}).data}))}}),ee.forEach(["post","put","patch"],function(e){function t(t){return function(n,r,o){return this.request(qe(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}ht.prototype[e]=t(),ht.prototype[e+"Form"]=t(!0)});var pt=ht;class mt{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(e){t=e});const n=this;this.promise.then(e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null}),this.promise.then=e=>{let t;const r=new Promise(e=>{n.subscribe(e),t=e}).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e(function(e,r,o){n.reason||(n.reason=new ke(e,r,o),t(n.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;return{token:new mt(function(t){e=t}),cancel:e}}}var gt=mt;const vt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(vt).forEach(([e,t])=>{vt[t]=e});var yt=vt;const bt=function e(t){const n=new pt(t),r=c(pt.prototype.request,n);return ee.extend(r,pt.prototype,n,{allOwnKeys:!0}),ee.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(qe(t,n))},r}(Ee);bt.Axios=pt,bt.CanceledError=ke,bt.CancelToken=gt,bt.isCancel=Fe,bt.VERSION="1.7.4",bt.toFormData=le,bt.AxiosError=te,bt.Cancel=bt.CanceledError,bt.all=function(e){return Promise.all(e)},bt.spread=function(e){return function(t){return e.apply(null,t)}},bt.isAxiosError=function(e){return ee.isObject(e)&&!0===e.isAxiosError},bt.mergeConfig=qe,bt.AxiosHeaders=Pe,bt.formToJSON=e=>_e(ee.isHTMLForm(e)?new FormData(e):e),bt.getAdapter=st,bt.HttpStatusCode=yt,bt.default=bt;var wt=bt;const{CanceledError:_t}=wt;var St,Et,xt=function(e,t){try{var o=t.baseUrl+n.jobs.post_update,i=s({},r(t),{job_id:e.identifier},e);return Promise.resolve(fetch(o,{method:"POST",headers:i}).catch(function(e){return console.error(e),null})).then(function(e){return!!e&&e.ok})}catch(e){return Promise.reject(e)}},Tt="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Rt={__proto__:null,default:{}},Ot=(St=function(t){!function(){var n="input is invalid type",r="object"==typeof window,o=r?window:{};o.JS_MD5_NO_WINDOW&&(r=!1);var i=!r&&"object"==typeof self,s=!o.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;s?o=Tt:i&&(o=self);var a,l=!o.JS_MD5_NO_COMMON_JS&&t.exports,u=!o.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,c="0123456789abcdef".split(""),f=[128,32768,8388608,-2147483648],d=[0,8,16,24],h=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),m=[];if(u){var g=new ArrayBuffer(68);a=new Uint8Array(g),m=new Uint32Array(g)}var v=Array.isArray;!o.JS_MD5_NO_NODE_JS&&v||(v=function(e){return"[object Array]"===Object.prototype.toString.call(e)});var y=ArrayBuffer.isView;!u||!o.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&y||(y=function(e){return"object"==typeof e&&e.buffer&&e.buffer.constructor===ArrayBuffer});var b=function(e){var t=typeof e;if("string"===t)return[e,!0];if("object"!==t||null===e)throw new Error(n);if(u&&e.constructor===ArrayBuffer)return[new Uint8Array(e),!1];if(!v(e)&&!y(e))throw new Error(n);return[e,!1]},w=function(e){return function(t){return new S(!0).update(t)[e]()}},_=function(e){return function(t,n){return new E(t,!0).update(n)[e]()}};function S(e){if(e)m[0]=m[16]=m[1]=m[2]=m[3]=m[4]=m[5]=m[6]=m[7]=m[8]=m[9]=m[10]=m[11]=m[12]=m[13]=m[14]=m[15]=0,this.blocks=m,this.buffer8=a;else if(u){var t=new ArrayBuffer(68);this.buffer8=new Uint8Array(t),this.blocks=new Uint32Array(t)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}function E(e,t){var n,r=b(e);if(e=r[0],r[1]){var o,i=[],s=e.length,a=0;for(n=0;n<s;++n)(o=e.charCodeAt(n))<128?i[a++]=o:o<2048?(i[a++]=192|o>>>6,i[a++]=128|63&o):o<55296||o>=57344?(i[a++]=224|o>>>12,i[a++]=128|o>>>6&63,i[a++]=128|63&o):(o=65536+((1023&o)<<10|1023&e.charCodeAt(++n)),i[a++]=240|o>>>18,i[a++]=128|o>>>12&63,i[a++]=128|o>>>6&63,i[a++]=128|63&o);e=i}e.length>64&&(e=new S(!0).update(e).array());var l=[],u=[];for(n=0;n<64;++n){var c=e[n]||0;l[n]=92^c,u[n]=54^c}S.call(this,t),this.update(u),this.oKeyPad=l,this.inner=!0,this.sharedMemory=t}S.prototype.update=function(e){if(this.finalized)throw new Error("finalize already called");for(var t,n,r=b(e),o=r[1],i=0,s=(e=r[0]).length,a=this.blocks,l=this.buffer8;i<s;){if(this.hashed&&(this.hashed=!1,a[0]=a[16],a[16]=a[1]=a[2]=a[3]=a[4]=a[5]=a[6]=a[7]=a[8]=a[9]=a[10]=a[11]=a[12]=a[13]=a[14]=a[15]=0),o)if(u)for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?l[n++]=t:t<2048?(l[n++]=192|t>>>6,l[n++]=128|63&t):t<55296||t>=57344?(l[n++]=224|t>>>12,l[n++]=128|t>>>6&63,l[n++]=128|63&t):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),l[n++]=240|t>>>18,l[n++]=128|t>>>12&63,l[n++]=128|t>>>6&63,l[n++]=128|63&t);else for(n=this.start;i<s&&n<64;++i)(t=e.charCodeAt(i))<128?a[n>>>2]|=t<<d[3&n++]:t<2048?(a[n>>>2]|=(192|t>>>6)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):t<55296||t>=57344?(a[n>>>2]|=(224|t>>>12)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]):(t=65536+((1023&t)<<10|1023&e.charCodeAt(++i)),a[n>>>2]|=(240|t>>>18)<<d[3&n++],a[n>>>2]|=(128|t>>>12&63)<<d[3&n++],a[n>>>2]|=(128|t>>>6&63)<<d[3&n++],a[n>>>2]|=(128|63&t)<<d[3&n++]);else if(u)for(n=this.start;i<s&&n<64;++i)l[n++]=e[i];else for(n=this.start;i<s&&n<64;++i)a[n>>>2]|=e[i]<<d[3&n++];this.lastByteIndex=n,this.bytes+=n-this.start,n>=64?(this.start=n-64,this.hash(),this.hashed=!0):this.start=n}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296|0,this.bytes=this.bytes%4294967296),this},S.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var e=this.blocks,t=this.lastByteIndex;e[t>>>2]|=f[3&t],t>=56&&(this.hashed||this.hash(),e[0]=e[16],e[16]=e[1]=e[2]=e[3]=e[4]=e[5]=e[6]=e[7]=e[8]=e[9]=e[10]=e[11]=e[12]=e[13]=e[14]=e[15]=0),e[14]=this.bytes<<3,e[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},S.prototype.hash=function(){var e,t,n,r,o,i,s=this.blocks;this.first?t=((t=((e=((e=s[0]-680876937)<<7|e>>>25)-271733879|0)^(n=((n=(-271733879^(r=((r=(-1732584194^2004318071&e)+s[1]-117830708)<<12|r>>>20)+e|0)&(-271733879^e))+s[2]-1126478375)<<17|n>>>15)+r|0)&(r^e))+s[3]-1316259209)<<22|t>>>10)+n|0:(e=this.h0,t=this.h1,t=((t+=((e=((e+=((r=this.h3)^t&((n=this.h2)^r))+s[0]-680876936)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[1]-389564586)<<12|r>>>20)+e|0)&(e^t))+s[2]+606105819)<<17|n>>>15)+r|0)&(r^e))+s[3]-1044525330)<<22|t>>>10)+n|0),t=((t+=((e=((e+=(r^t&(n^r))+s[4]-176418897)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[5]+1200080426)<<12|r>>>20)+e|0)&(e^t))+s[6]-1473231341)<<17|n>>>15)+r|0)&(r^e))+s[7]-45705983)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[8]+1770035416)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[9]-1958414417)<<12|r>>>20)+e|0)&(e^t))+s[10]-42063)<<17|n>>>15)+r|0)&(r^e))+s[11]-1990404162)<<22|t>>>10)+n|0,t=((t+=((e=((e+=(r^t&(n^r))+s[12]+1804603682)<<7|e>>>25)+t|0)^(n=((n+=(t^(r=((r+=(n^e&(t^n))+s[13]-40341101)<<12|r>>>20)+e|0)&(e^t))+s[14]-1502002290)<<17|n>>>15)+r|0)&(r^e))+s[15]+1236535329)<<22|t>>>10)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[1]-165796510)<<5|e>>>27)+t|0)^t))+s[6]-1069501632)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[11]+643717713)<<14|n>>>18)+r|0)^r))+s[0]-373897302)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[5]-701558691)<<5|e>>>27)+t|0)^t))+s[10]+38016083)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[15]-660478335)<<14|n>>>18)+r|0)^r))+s[4]-405537848)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[9]+568446438)<<5|e>>>27)+t|0)^t))+s[14]-1019803690)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[3]-187363961)<<14|n>>>18)+r|0)^r))+s[8]+1163531501)<<20|t>>>12)+n|0,t=((t+=((r=((r+=(t^n&((e=((e+=(n^r&(t^n))+s[13]-1444681467)<<5|e>>>27)+t|0)^t))+s[2]-51403784)<<9|r>>>23)+e|0)^e&((n=((n+=(e^t&(r^e))+s[7]+1735328473)<<14|n>>>18)+r|0)^r))+s[12]-1926607734)<<20|t>>>12)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[5]-378558)<<4|e>>>28)+t|0))+s[8]-2022574463)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[11]+1839030562)<<16|n>>>16)+r|0))+s[14]-35309556)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[1]-1530992060)<<4|e>>>28)+t|0))+s[4]+1272893353)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[7]-155497632)<<16|n>>>16)+r|0))+s[10]-1094730640)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[13]+681279174)<<4|e>>>28)+t|0))+s[0]-358537222)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[3]-722521979)<<16|n>>>16)+r|0))+s[6]+76029189)<<23|t>>>9)+n|0,t=((t+=((i=(r=((r+=((o=t^n)^(e=((e+=(o^r)+s[9]-640364487)<<4|e>>>28)+t|0))+s[12]-421815835)<<11|r>>>21)+e|0)^e)^(n=((n+=(i^t)+s[15]+530742520)<<16|n>>>16)+r|0))+s[2]-995338651)<<23|t>>>9)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[0]-198630844)<<6|e>>>26)+t|0)|~n))+s[7]+1126891415)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[14]-1416354905)<<15|n>>>17)+r|0)|~e))+s[5]-57434055)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[12]+1700485571)<<6|e>>>26)+t|0)|~n))+s[3]-1894986606)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[10]-1051523)<<15|n>>>17)+r|0)|~e))+s[1]-2054922799)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[8]+1873313359)<<6|e>>>26)+t|0)|~n))+s[15]-30611744)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[6]-1560198380)<<15|n>>>17)+r|0)|~e))+s[13]+1309151649)<<21|t>>>11)+n|0,t=((t+=((r=((r+=(t^((e=((e+=(n^(t|~r))+s[4]-145523070)<<6|e>>>26)+t|0)|~n))+s[11]-1120210379)<<10|r>>>22)+e|0)^((n=((n+=(e^(r|~t))+s[2]+718787259)<<15|n>>>17)+r|0)|~e))+s[9]-343485551)<<21|t>>>11)+n|0,this.first?(this.h0=e+1732584193|0,this.h1=t-271733879|0,this.h2=n-1732584194|0,this.h3=r+271733878|0,this.first=!1):(this.h0=this.h0+e|0,this.h1=this.h1+t|0,this.h2=this.h2+n|0,this.h3=this.h3+r|0)},S.prototype.toString=S.prototype.hex=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return c[e>>>4&15]+c[15&e]+c[e>>>12&15]+c[e>>>8&15]+c[e>>>20&15]+c[e>>>16&15]+c[e>>>28&15]+c[e>>>24&15]+c[t>>>4&15]+c[15&t]+c[t>>>12&15]+c[t>>>8&15]+c[t>>>20&15]+c[t>>>16&15]+c[t>>>28&15]+c[t>>>24&15]+c[n>>>4&15]+c[15&n]+c[n>>>12&15]+c[n>>>8&15]+c[n>>>20&15]+c[n>>>16&15]+c[n>>>28&15]+c[n>>>24&15]+c[r>>>4&15]+c[15&r]+c[r>>>12&15]+c[r>>>8&15]+c[r>>>20&15]+c[r>>>16&15]+c[r>>>28&15]+c[r>>>24&15]},S.prototype.array=S.prototype.digest=function(){this.finalize();var e=this.h0,t=this.h1,n=this.h2,r=this.h3;return[255&e,e>>>8&255,e>>>16&255,e>>>24&255,255&t,t>>>8&255,t>>>16&255,t>>>24&255,255&n,n>>>8&255,n>>>16&255,n>>>24&255,255&r,r>>>8&255,r>>>16&255,r>>>24&255]},S.prototype.arrayBuffer=function(){this.finalize();var e=new ArrayBuffer(16),t=new Uint32Array(e);return t[0]=this.h0,t[1]=this.h1,t[2]=this.h2,t[3]=this.h3,e},S.prototype.buffer=S.prototype.arrayBuffer,S.prototype.base64=function(){for(var e,t,n,r="",o=this.array(),i=0;i<15;)e=o[i++],t=o[i++],n=o[i++],r+=p[e>>>2]+p[63&(e<<4|t>>>4)]+p[63&(t<<2|n>>>6)]+p[63&n];return r+(p[(e=o[i])>>>2]+p[e<<4&63]+"==")},(E.prototype=new S).finalize=function(){if(S.prototype.finalize.call(this),this.inner){this.inner=!1;var e=this.array();S.call(this,this.sharedMemory),this.update(this.oKeyPad),this.update(e),S.prototype.finalize.call(this)}};var x=function(){var t=w("hex");s&&(t=function(t){var r,i=Rt,s=e.Buffer;return r=s.from&&!o.JS_MD5_NO_BUFFER_FROM?s.from:function(e){return new s(e)},function(e){if("string"==typeof e)return i.createHash("md5").update(e,"utf8").digest("hex");if(null==e)throw new Error(n);return e.constructor===ArrayBuffer&&(e=new Uint8Array(e)),v(e)||y(e)||e.constructor===s?i.createHash("md5").update(r(e)).digest("hex"):t(e)}}(t)),t.create=function(){return new S},t.update=function(e){return t.create().update(e)};for(var r=0;r<h.length;++r){var i=h[r];t[i]=w(i)}return t}();x.md5=x,x.md5.hmac=function(){var e=_("hex");e.create=function(e){return new E(e)},e.update=function(t,n){return e.create(t).update(n)};for(var t=0;t<h.length;++t){var n=h[t];e[n]=_(n)}return e}(),l?t.exports=x:o.md5=x}()},St(Et={exports:{}}),Et.exports);function jt(e,t=0){return Ft(e,t,2).getUint16(0,!0)}function At(e,t=0){return Ft(e,t,4).getUint32(0,!0)}function Pt(e,t=0,n=e.byteLength){const r=e.slice(t,t+n);return kt.decode(new Uint8Array(r))}function Ut(e,t,n=0){if(e.length<t.length+n)return!1;for(const[r,o]of t.entries())if(null!==o&&o!==e[r+n])return!1;return!0}function Ft(e,t,n){const r=e.slice(t,t+n);return new DataView(new Uint8Array(r).buffer)}const kt=new TextDecoder("utf8"),Ct=[["db","application/vnd.sqlite3",[83,81,76,105,116,101,32,102,111,114,109,97,116,32,51,0]],["woff","font/woff",[119,79,70,70]],["woff2","font/woff2",[119,79,70,50]],["bmp","image/bmp",[66,77]],["gif","image/gif",[71,73,70,56,55,97]],["gif","image/gif",[71,73,70,56,57,97]],["heic","image/heic",[102,116,121,112,104,101,105],{offset:4}],["heic","image/heic",[102,116,121,112,109],{offset:4}],["ico","image/x-icon",[0,0,1,0]],["jpg","image/jpeg",[255,216,255]],["pdf","application/pdf",[37,80,68,70,45]],["png","image/png",[137,80,78,71,13,10,26,10]],["7z","application/x-7z-compressed",[55,122,188,175,39,28]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,0]],["rar","application/x-rar-compressed",[82,97,114,33,26,7,1,0]],["rtf","application/rtf",[123,92,114,116,102,49]],["bz2","application/x-bzip2",[66,90,104]],["gz","application/gzip",[31,139]],["tar","application/x-tar",[117,115,116,97,114,0,48,48],{offset:257}],["tar","application/x-tar",[117,115,116,97,114,32,32,0],{offset:257}],["tif","image/tiff",[73,73,42,0]],["tiff","image/tiff",[77,77,0,42]],["zip","application/zip",[80,75,3,4],{exact:!1}],["zip","application/zip",[80,75,5,6]],["mp3","audio/mp3",[255,251]],["mp3","audio/mp3",[255,243]],["mp3","audio/mp3",[255,242]],["mp3","audio/mp3",[73,68,51]],["mp4","video/mp4",[102,116,121,112,105,115,111,109],{offset:4}],["avi","video/x-msvideo",[82,73,70,70,null,null,null,null,65,86,73,32]],["wav","audio/wav",[82,73,70,70,null,null,null,null,87,65,86,69]],["ogx","application/ogg",[79,103,103,83],{exact:!1},[["oga","audio/ogg",[127,70,76,65,67],{offset:28}],["ogg","audio/ogg",[1,118,111,114,98,105,115],{offset:28}],["ogm","video/ogg",[1,118,105,100,101,111,0],{offset:28}],["ogv","video/ogg",[128,116,104,101,111,114,97],{offset:28}]]],["webp","image/webp",[82,73,70,70,null,null,null,null,87,69,66,80]],["psd","image/vnd.adobe.photoshop",[56,66,80,83]],["flac","audio/x-flac",[102,76,97,67]],["wasm","application/wasm",[0,97,115,109]],["deb","application/x-deb",[33,60,97,114,99,104,62,10]],["exe","application/x-msdownload",[77,90]],["exe","application/x-msdownload",[90,77]],["class","application/java-vm",[202,254,186,190]]];function Nt(e){return e.flatMap(([e,t,n,r={},o=[]])=>[[e,t,n,r],...o])}function zt(e,t){const n=jt(e,26),r=Pt(e,30,n),[o]=r.split("/"),i=r.endsWith(".xml");return"META-INF"===o?{ext:"jar",mime:"application/java-archive"}:"ppt"===o&&i?{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"}:"word"===o&&i?{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"}:"xl"===o&&i?{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}:"mimetype"===o?function(e,t){const n=At(e,18),r=At(e,22),o=jt(e,28);if(n===r){const r=Pt(e,30+t+o,n);if("application/vnd.oasis.opendocument.presentation"===r)return{ext:"odp",mime:r};if("application/vnd.oasis.opendocument.spreadsheet"===r)return{ext:"ods",mime:r};if("application/vnd.oasis.opendocument.text"===r)return{ext:"odt",mime:r};if("application/epub+zip"===r)return{ext:"epub",mime:r}}}(e,n)??t:t}const Bt=function(e){return Nt(e).map(([e,t,n,{offset:r=0}={}])=>n.length+r).reduce((e,t)=>t>e?t:e,0)}(Ct);function Dt(e,t){for(const[n,r,o,{exact:i=!0,offset:s=0}={},a=[]]of t)if(Ut(e,o,s)){if("zip"===n&&!i)return zt(e.buffer,{ext:n,mime:r});if(!i&&a.length)for(const[t,n,r,{offset:o=0}={}]of a)if(Ut(e,r,o))return{ext:t,mime:n};return{ext:n,mime:r}}}function Lt(e){var t=Ot.md5.create();return t.update(e),t.base64()}"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator"));var Mt=function(e){return"object"==typeof e&&"string"==typeof e.name&&"string"==typeof e.mimetype};function Wt(e,t,n){if(void 0===t&&(t=void 0),void 0===n&&(n=!0),e>1073741824){var r=n?" GB":"";return(e/1073741824).toFixed(t||2)+r}if(e>1048576){var o=n?" MB":"";return(e/1048576).toFixed(t||2)+o}if(e>1024){var i=n?" KB":"";return(e/1024).toFixed(t||0)+i}return e+(n?" B":"")}var qt=function(e){try{return Promise.resolve(new Promise(function(t){return setTimeout(t,e)}))}catch(e){return Promise.reject(e)}};function It(e,t,n){if(!e.s){if(n instanceof Jt){if(!n.s)return void(n.o=It.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then(It.bind(null,e,t),It.bind(null,e,2));e.s=t,e.v=n;const r=e.o;r&&r(e)}}var Jt=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{It(r,1,i(this.v))}catch(e){It(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?It(r,1,t?t(o):o):n?It(r,1,n(o)):It(r,2,o)}catch(e){It(r,2,e)}},r},e}();function Ht(e){return e instanceof Jt&&1&e.s}function Vt(e){for(var t=-1,n=Infinity,r=0;r<e.length;r++){var o=e[r];console.debug(o),o.path.split("/").length<n&&(n=o.path.split("/").length,t=r)}return t<0?null:e[t]}var Kt=/*#__PURE__*/function(){function e(e,t){this.totalFiles=e,this.estimatedTotalSize=t,this.uploadedSize=0,this.startTime=Date.now(),this.lastUpdateTime=this.startTime,this.lastUploadedSize=0,this.speedEMA=null,this.emaFactor=.1,this.smoothedRemainingTime=null,this.recentSpeeds=[],this.maxRecentSpeeds=20,this.initialEstimateThreshold=.05}var t=e.prototype;return t.updateProgress=function(e){var t=Date.now(),n=(t-this.lastUpdateTime)/1e3,r=e-this.lastUploadedSize;if(this.uploadedSize=e,n>0&&r>0){this.recentSpeeds.push(r/n),this.recentSpeeds.length>this.maxRecentSpeeds&&this.recentSpeeds.shift();var o=this.recentSpeeds.reduce(function(e,t){return e+t},0)/this.recentSpeeds.length;this.speedEMA=null===this.speedEMA?o:this.emaFactor*o+(1-this.emaFactor)*this.speedEMA}this.lastUpdateTime=t,this.lastUploadedSize=e;var i,s=this.uploadedSize/this.estimatedTotalSize,a=(t-this.startTime)/1e3,l=this.speedEMA&&this.speedEMA>0?this.speedEMA:this.uploadedSize/a;return i=l>0?(this.estimatedTotalSize-this.uploadedSize)/l:Infinity,this.smoothedRemainingTime=s>=this.initialEstimateThreshold?null===this.smoothedRemainingTime?i:.9*this.smoothedRemainingTime+.1*i:a/s-a,this.smoothedRemainingTime=Math.max(this.smoothedRemainingTime,(this.estimatedTotalSize-this.uploadedSize)/l),{progress:100*s,estimatedTimeRemaining:Math.round(this.smoothedRemainingTime),estimatedTimeRemainingString:this.smoothedRemainingTime>3?this.__formatTime(this.smoothedRemainingTime):"few seconds"}},t.__formatTime=function(e){if(!isFinite(e)||e>86400)return"Calculating...";if(e<60)return Math.round(e)+"sec";var t=Math.floor(e/60);return t<60?t+"min":Math.floor(t/60)+"h "+t%60+"min"},e}();function $t(e,t,n){if(!e.s){if(n instanceof Gt){if(!n.s)return void(n.o=$t.bind(null,e,t));1&t&&(t=n.s),n=n.v}if(n&&n.then)return void n.then($t.bind(null,e,t),$t.bind(null,e,2));e.s=t,e.v=n;var r=e.o;r&&r(e)}}var Gt=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,n){var r=new e,o=this.s;if(o){var i=1&o?t:n;if(i){try{$t(r,1,i(this.v))}catch(e){$t(r,2,e)}return r}return this}return this.o=function(e){try{var o=e.v;1&e.s?$t(r,1,t?t(o):o):n?$t(r,1,n(o)):$t(r,2,o)}catch(e){$t(r,2,e)}},r},e}();function Xt(e){return e instanceof Gt&&1&e.s}function Qt(e,t,n){var r,o,i=-1;return function s(a){try{for(;++i<e.length&&(!n||!n());)if((a=t(i))&&a.then){if(!Xt(a))return void a.then(s,o||(o=$t.bind(null,r=new Gt,2)));a=a.v}r?$t(r,1,a):r=a}catch(e){$t(r||(r=new Gt),2,e)}}(),r}function Yt(e,t,n){for(var r;;){var o=e();if(Xt(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Xt(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Xt(s)){r=2;break}}}var a=new Gt,l=$t.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(u):s.then(f)).then(void 0,l),a;function u(r){i=r;do{if(t&&(s=t())&&s.then&&!Xt(s))return void s.then(f).then(void 0,l);if(!(o=e())||Xt(o)&&!o.v)return void $t(a,1,i);if(o.then)return void o.then(c).then(void 0,l);Xt(i=n())&&(i=i.v)}while(!i||!i.then);i.then(u).then(void 0,l)}function c(e){e?(i=n())&&i.then?i.then(u).then(void 0,l):u(i):$t(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,l):c(o):$t(a,1,i)}}var Zt=[];function en(e,t){var o=e.map(function(e){return function(e,t){void 0===t&&(t=null),console.log("CONVERT",e,Mt(e)),Mt(e)&&(e=new File([e.buffer],e.name,{type:e.mimetype}));var n=e;return null==t&&(t=e.webkitRelativePath||""),n.path=t+e.name,n}(e)});return console.log(t.name,o),function(e,t,o){void 0===o&&(o=void 0);try{var a=function(e,t,o){void 0===o&&(o=void 0);try{var a,u=t.files,c=(null==(a=o)?void 0:a.loglevel)||"none";if(!u.length)return console.error("No files to upload"),Promise.resolve({success:!1,error:"No files to upload"});if(!t.entrypoint){var f=function(e){var t=null,n="",r=e.filter(function(e){return e.name.endsWith("package.json")});if(1===r.length)return r[0];if(r.length>1)return n="Invalid upload: Multiple package.json files found. This is currently not supported.",console.error(n,r),{error:n};var o=e.filter(function(e){return"index.html"===e.name.toLowerCase()||"index.html.gz"===e.name.toLowerCase()||"index.html.br"===e.name.toLowerCase()});if(1===o.length)return o[0];o.length>1&&console.warn("Multiple index.html files found.");var s=e.filter(function(e){return e.name.toLowerCase().endsWith(".glb")||e.name.toLowerCase().endsWith(".gltf")||e.name.toLowerCase().endsWith(".vrm")});if(s.length>1){var a=function(e){for(var t,n=new Array,r=/(mesh_lod|image)_\d_(.{1,50})/,o=i(e);!(t=o()).done;){var s=t.value;if(!r.test(s.name)){var a=s.name.toLowerCase();(a.endsWith(".gltf")||a.endsWith(".vrm")||a.endsWith(".glb"))&&n.push(s)}}return 1==n.length?n[0]:Vt(n)}(s);return a?t=a:(n="Invalid upload: Multiple glb/glTF/vrm files found. This is currently not supported.",console.error(n,s.map(function(e){return e.path||e.name})),{error:n})}if(1===s.length)return s[0];var l=e.filter(function(e){return e.name.endsWith(".usdz")||e.name.endsWith(".usd")||e.name.endsWith(".usda")||e.name.endsWith(".usdc")});l.length>=1&&(t=Vt(l));var u=e.filter(function(e){return e.name.endsWith(".fbx")});if(u.length>1)return n="Invalid upload: Multiple fbx files found. This is currently not supported.",console.error(n,u),{error:n};if(1===u.length)return u[0];var c=e.filter(function(e){return e.name.endsWith(".obj")});return c.length>1?(n="Invalid upload: Multiple obj files found. This is currently not supported.",console.error(n,c),{error:n}):1===c.length?t=c[0]:t||{error:"No supported file to upload found..."}}(u);if(null==f)return Promise.resolve({success:!1,error:"No entrypoint file found"});if("object"==typeof f&&"error"in f)return Promise.resolve({success:!1,error:f.error});"info"===c&&console.log("Entrypoint: "+f.name),t.entrypoint=f}return t.entrypoint&&!u.includes(t.entrypoint)&&u.push(t.entrypoint),Promise.resolve(function(e){try{var t,n=function(e){return t?e:{success:!0}};if(e.length>1e3)return Promise.resolve({success:!1,error:"Too many files. Maximum filecount is 1000"});var r=0,o=e.length-1,s=function(e,t,n){for(var r;;){var o=e();if(Ht(o)&&(o=o.v),!o)return i;if(o.then){r=0;break}var i=n();if(i&&i.then){if(!Ht(i)){r=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Ht(s)){r=2;break}}}var a=new Jt,l=It.bind(null,a,2);return(0===r?o.then(c):1===r?i.then(u):s.then(f)).then(void 0,l),a;function u(r){i=r;do{if(t&&(s=t())&&s.then&&!Ht(s))return void s.then(f).then(void 0,l);if(!(o=e())||Ht(o)&&!o.v)return void It(a,1,i);if(o.then)return void o.then(c).then(void 0,l);Ht(i=n())&&(i=i.v)}while(!i||!i.then);i.then(u).then(void 0,l)}function c(e){e?(i=n())&&i.then?i.then(u).then(void 0,l):u(i):It(a,1,i)}function f(){(o=e())?o.then?o.then(c).then(void 0,l):c(o):It(a,1,i)}}(function(){return!t&&o>=0},function(){return o--},function(){var n=e[o];return(r+=n.size)>157286400?(t=1,{success:!1,error:"Total file size exceeds limit of 150 MB. Please reduce the size of your upload."}):".ds_store"===n.name.toLocaleLowerCase()?(console.log("š« Remove .DS_Store file from upload"),void e.splice(o,1)):function(){if(n.name.endsWith(".gltf"))return console.log("Found glTF file "+n.name+". Will check if all dependencies are available\n",e),Promise.resolve(n.text()).then(function(r){var o,s=r.matchAll(/*#__PURE__*/l(/"uri"\s*:\s*"(.*?)"/g,{value:1}));if(s){var a=JSON.parse(r);if("2.0"!==a.asset.version)return console.warn("ā glTF version is not 2.0. This is currently not supported."),t=1,{success:!1,error:"glTF version "+a.asset.version+" is unsupported.Please use glTF 2.0."};for(var u,c=null==(o=n.path)?void 0:o.split("/"),f=c.splice(0,c.length-1),d=i(s);!(u=d()).done;){var h,p=null==(h=u.value.groups)?void 0:h.value;if(p){var m=!1;if(p.startsWith("http://")||p.startsWith("https://")||p.startsWith("www.")){console.log("ā
Found remote dependency "+p+" ");break}if(p.startsWith("data:")){console.log("ā
Found embedded dependency "+p+" ");break}var g=(f+"/"+p).split("/").reduce(function(e,t){return"."===t||(".."===t?e.pop():null!=t&&t.length&&e.push(t)),e},[]).join("/");console.log('ā Check if local dependency exists "'+g+'"');for(var v,y=i(e);!(v=y()).done;){var b=v.value;if(b.webkitRelativePath===g||b.name==g){m=!0,console.log("ā
Found dependency in name or webkit: "+b.name+" || "+b.webkitRelativePath+" ");break}if(b.path===g){m=!0,console.log("ā
Found dependency in path: "+b.path+" ");break}}if(!m)return console.warn("ā Missing dependency "+p),t=1,{success:!1,error:"Missing resource: "+p}}}}})}()});return Promise.resolve(s&&s.then?s.then(n):n(s))}catch(e){return Promise.reject(e)}}(u)).then(function(i){var a,l,f,d,h,p,m,g;function v(i){return Promise.resolve(fetch(b+n.upload.request,{method:"POST",headers:_,body:JSON.stringify(S)}).catch(function(e){return"fetch failed"==e.message||"Failed to fetch"==e.message?"Network error. Make sure you are connected to the internet and "+b+" is reachable.":(console.error("Failed to begin upload\n",e),null)})).then(function(i){var a;function l(l){return a?l:Promise.resolve(i.json()).then(function(i){var a,l,f;function d(){return Promise.resolve(Promise.all(E).catch(function(e){var t;null!=(t=o)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),x=!0)})).then(function(){var t;function a(a){var l;if(t)return a;function f(t){if(l)return t;g=!0;var o=s({},r(e),{id:i.id});return"none"!=c&&console.log("Completing upload - notify server"),Promise.resolve(fetch(b+n.upload.done,{method:"POST",headers:o}).catch(function(e){return console.error("Failed to complete upload",e),null})).then(function(e){var t;function n(n){return t?n:("none"!=c&&console.log("Upload complete"),Promise.resolve(e.json()).then(function(e){return{success:!0,uploadSkipped:!1,id:e.id,view_id:e.view_id,url:e.url,filesUploaded:u.length,totalSize:h}}))}if(!e)return console.error("Failed to complete upload"),{success:!1,error:"Failed to complete upload"};var r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(e){return console.error("Failed to complete upload",e),t=1,{success:!1,error:"Failed to complete upload"}})}();return r&&r.then?r.then(n):n(r)})}var d=function(t){if(null!=(t=o)&&null!=(t=t.abort)&&t.aborted)return Promise.resolve(xt({identifier:i.id,status:"canceled",status_message:"Upload aborted",error:"Upload aborted"},e)).then(function(){return l=1,{success:!1,error:"Upload aborted"}})}();return d&&d.then?d.then(f):f(d)}var l=function(){if(x)return Promise.resolve(xt({identifier:i.id,status:"failed",error:"Failed to upload files"},e)).then(function(){return t=1,{success:!1,error:"Failed to upload files"}})}();return l&&l.then?l.then(a):a(l)})}"debug"===c&&console.debug("BeginResponse",i);var h=u.reduce(function(e,t){return e+t.size},0);if("exists"===i.type)return"none"!=c&&console.log("Upload already exists",i.id),{success:!0,id:i.id,uploadSkipped:!0,view_id:i.view_id,filesUploaded:u.length,totalSize:h};var p=t.entrypoint.webkitRelativePath||t.entrypoint.name,m=0;null==(a=o)||null==(a=a.abort)||a.addEventListener("abort",function(){try{return console.log("Upload aborted: Cancelling upload"),Promise.resolve(fetch(b+n.upload.cancel,{method:"POST",headers:{authorization:w,id:i.id}})).then(function(){})}catch(e){return Promise.reject(e)}});var g=!1,v=Date.now();null!=(l=o)&&l.onStart&&o.onStart(i.id,i.view_id);var y=Date.now(),_=new Kt(u.length,h/1024/1024),E=new Array,x=!1,T=Qt([].concat(u),function(t){var n;function a(){var e=function(){if(E.length>=10)return Promise.resolve(Promise.race(E)).then(function(){})}();if(e&&e.then)return e.then(function(){})}if(null!=(n=o)&&null!=(n=n.abort)&&n.aborted)return console.debug("Upload aborted"),void(f=1);if(x)return console.debug("Upload failed"),void(f=1);var l=function(){if(E.length<10){console.debug("Uploading file "+t+"/"+u.length+": "+u[t].name);var n=0,a=0,l=S.results.files[t],f=l.filename;return Promise.resolve(u[t].arrayBuffer()).then(function(d){var b=function(e){try{var t,n=function(t){var n;function r(e){var t=function(){if(!s)return console.error("Failed to upload file "+u),Promise.resolve(xt({identifier:o,status:"failed",status_message:"Failed to upload file "+u,error:"Failed to upload file "+u},v)).then(function(){throw new Error("Failed to upload file "+u)})}();return!t||!t.then||t.then(function(e){return!0})}if(null==_)throw new Error("Failed to get presigned url for "+u);var i=_.presigned_url,s=!1,a=0,d=Yt(function(){return!n&&a<5},function(){return a++},function(){function t(){var t;if(null!=y&&null!=(t=y.abort)&&t.aborted)throw new _t("Upload aborted");var r={"Content-Type":h,"Content-MD5":f};return b&&(r["Content-Encoding"]=b),Promise.resolve(wt.put(i,c,{signal:null==y?void 0:y.abort,headers:r,onUploadProgress:function(t){e.onProgress(t)}}).catch(function(e){return e instanceof _t||"none"!==g&&console.error("Failed to upload file",e),null})).then(function(e){if(e)return 200!==e.status?void console.debug("Failed ("+e.status+" "+e.status+") to upload file "+l.name+' to "'+_.path+'". Retrying...'):(s=!0,"info"===g?console.log("Uploaded file "+u+' to "'+_.path+'"'):console.debug("Uploaded "+l.name+' to "'+_.path+'"'),void(n=1))})}var r=function(){if(a>0)return Promise.resolve(qt(1e3*a)).then(function(){})}();return r&&r.then?r.then(t):t()});return d&&d.then?d.then(r):r()},o=e.uploadId,i=e.uploadRequestPUTUrl,a=e.entrypointPath,l=e.file,u=e.fileName,c=e.fileBuffer,f=e.fileMd5,d=e.fileSize,h=e.fileType,p=e.fileIndex,m=e.fileCount,g=e.loglevel,v=e.args,y=e.options,b=void 0;l.name.endsWith(".gz")?b="gzip":l.name.endsWith(".br")&&(b="br"),"info"===g&&console.log('Uploading file "'+l.name+'" type='+h+" ("+d+") "+l.type+" with hash "+f);var w=s({},r(v),{job_id:o,filename:u,filesize:d.toString(),entrypoint:a,"content-type":h,"content-md5":f,progress:(p/m*100).toFixed(0)});b&&(w["content-encoding"]=b);var _=null,S=0,E=Yt(function(){return!t&&S<5},function(){return S++},function(){var e;if(null==_){if(null!=y&&null!=(e=y.abort)&&e.aborted)throw new Error("Upload aborted");return Promise.resolve(qt(200*S)).then(function(){return Promise.resolve(fetch(i,{method:"POST",headers:w}).then(function(e){try{var t,n=function(n){return t?n:Promise.resolve(e.json())},r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(n){return console.warn("Failed to get presigned url ("+e.status+'). Message: "'+n+'"\nā Retrying...'),t=1,null})}();return Promise.resolve(r&&r.then?r.then(n):n(r))}catch(e){return Promise.reject(e)}}).catch(function(e){return console.warn("Failed to get presigned url "+e.message+", retrying..."),null})).then(function(e){_=e})})}t=1});return Promise.resolve(E&&E.then?E.then(n):n())}catch(e){return Promise.reject(e)}}({uploadId:i.id,uploadRequestPUTUrl:i.request_put_url,entrypointPath:p,file:u[t],fileName:f,fileMd5:l.content_md5,fileBuffer:d,fileType:l.content_type,fileSize:l.content_length,fileIndex:t,fileCount:u.length,loglevel:c,args:e,options:o,onProgress:function(e){var r,i=e.progress||0,s=(n=u[t].size*i)-a;if(a=n,m+=s,null!=(r=o)&&r.progress){var l=m/h,c=u.length,f=u[t].size,d=(Date.now()-y)/1e3,p=_.updateProgress(m/1024/1024);o.progress({uploadedBytes:m,totalBytes:h,progress01:l,fileName:u[t].name,fileSize:f,fileProgress01:i,fileIndex:t,totalFiles:c,estimatedTimeLeftDisplay:p.estimatedTimeRemainingString,estimatedTimeLeft:p.estimatedTimeRemaining,elapsedTime:d})}}}).then(function(n){if(!0!==n)return n;for(var r=E.length-1;r>=0;r--)E[r]===b&&E.splice(r,1);!function(t,n,r){if(void 0===r&&(r=!1),!r&&Date.now()-v<1e3)return!1;if(!g){v=Date.now();var o=Math.floor(m/h*100);return"debug"===c&&console.log("SET STATUS: "+n,t,o),xt({identifier:i.id,status:n,status_message:t,progress:o},e),!0}"none"!=c&&console.warn("Invalid status update...")}("Uploaded "+Wt(m)+" of "+Wt(h)+" for "+u[t].name,"running")}).catch(function(e){var t;null!=(t=o)&&null!=(t=t.abort)&&t.aborted?console.warn("Upload aborted"):(console.error(e.message),x=!0)});E.push(b)})}}();return l&&l.then?l.then(a):a()},function(){return f});return T&&T.then?T.then(d):d()})}if(null===i||"string"==typeof i)return{success:!1,error:i||"Failed to begin upload"};var f=function(){if(!i.ok)return Promise.resolve(i.text()).then(function(e){return"none"!=c&&console.error("Failed to begin upload\n",i.status,e),a=1,{success:!1,error:"Failed to begin upload ("+i.status+"): "+e}})}();return f&&f.then?f.then(l):l(f)})}if("error"in i)return{success:!1,error:i.error||"Failed to validate files"};(null!=(a=t.entrypoint)&&a.name.endsWith(".html")||null!=(l=t.entrypoint)&&l.name.endsWith(".html.gz")||null!=(f=t.entrypoint)&&f.name.endsWith(".html.br"))&&(o||(o={}),o.type="deployment"),u.sort(function(e,t){return e.name.includes(".needle")&&!t.name.includes(".needle")?-1:!e.name.includes(".needle")&&t.name.includes(".needle")?1:0});var y,b=e.baseUrl,w="Bearer "+e.authToken,_=s({},r(e),{triggered_by:t.triggered_by,filename:null==(d=t.entrypoint)?void 0:d.name,"total-files":u.length.toString()});null!=(h=o)&&h.view_id&&(_.view_id=o.view_id),null!=(p=o)&&p.type&&(_.type=o.type),null!=(m=o)&&m.name&&(_.name=null==(y=o)?void 0:y.name);var S={results:{entrypoint:null==(g=t.entrypoint)?void 0:g.name,files:[]}},E=Qt(u,function(e){var t,n=u[e],r=n.path||n.webkitRelativePath||n.name;if(null!=(t=r)&&t.includes(":"))throw new Error("Invalid filename: "+r);return Promise.resolve(n.arrayBuffer()).then(function(e){var t,i,s,a,l=n.size,u=null!=(t=n.type)&&t.length?n.type:function(e,t){void 0===t&&(t=void 0);var n=function(e,{extra:t=!1,hint:n}={}){const r=new Uint8Array(e.slice(0,Bt));if(n){const e=function(e,{ext:t,mime:n}){return t||n?Nt(e).filter(e=>e[0]===t||e[1]===n):[]}(Ct,n);if(e.length>0){const t=Dt(r,e);if(void 0!==t)return t}}return Dt(r,Ct)||(t?function(e){return function(e){try{const t=Pt(e);if(!function(e){for(let t=0;t<e.length;t++)try{const n=e.charCodeAt(t);if(65533===n||n<=8)return!1}catch{return!1}return!0}(t))return;try{return JSON.parse(t),{ext:"json",mime:"application/json"}}catch{return{ext:"txt",mime:"text/plain"}}}catch{return}}(e)}(e):void 0)}(e);if(n)return n.mime;for(var r=new Uint8Array(e).subarray(0,4),o="",i=0;i<r.length;i++)o+=r[i].toString(16);var s="unknown";switch(o){case"676c5446":s="model/gltf-binary";break;case"89504e47":s="image/png";break;case"ffd8ffe0":case"ffd8ffe1":case"ffd8ffe2":case"ffd8ffe3":case"ffd8ffe8":s="image/jpeg";break;default:s="unknown"}return"unknown"===s&&"string"==typeof t&&(t.endsWith(".html")||t.endsWith(".html.gz")?s="text/html":t.endsWith(".js")||t.endsWith(".js.gz")?s="application/javascript":t.endsWith(".wasm")?s="application/wasm":t.endsWith(".css")?s="text/css":t.endsWith(".json")?s="application/json":t.endsWith(".txt")&&(s="text/plain")),s}(e,r);if("deployment"===(null==(i=o)?void 0:i.type)){var c=(s=r,"application/gzip"===(a=u)||"application/brotli"===a?(s.endsWith(".html.gz")||s.endsWith(".html.br")?(a="text/html",s=s.substring(0,s.length-3)):s.endsWith(".js.gz")||s.endsWith(".js.br")||s.endsWith(".mjs.gz")||s.endsWith(".mjs.br")?(a="application/javascript",s=s.substring(0,s.length-3)):s.endsWith(".css.gz")||s.endsWith(".css.br")?(a="text/css",s=s.substring(0,s.length-3)):s.endsWith(".json.gz")||s.endsWith(".json.br")?(a="text/json",s=s.substring(0,s.length-3)):s.endsWith(".txt.gz")||s.endsWith(".txt.br")?(a="text/plain",s=s.substring(0,s.length-3)):s.endsWith(".wasm.gz")||s.endsWith(".wasm.br")?(a="application/wasm",s=s.substring(0,s.length-3)):(s.endsWith(".bin.gz")||s.endsWith(".bin.br"))&&(a="application/octet-stream",s=s.substring(0,s.length-3)),{filename:s,mimetype:a}):null);c&&(r=c.filename,u=c.mimetype)}return Promise.resolve(n.arrayBuffer()).then(function(e){var t=Lt(e);S.results.files.push({filename:r,content_type:u,content_length:l,content_md5:t})})})},function(){});return E&&E.then?E.then(v):v()})}catch(e){return Promise.reject(e)}}(e,t,o);return Zt.push(a),Promise.resolve(a.finally(function(){var e=Zt.indexOf(a);e>=0&&Zt.splice(e,1)}))}catch(e){return Promise.reject(e)}}({baseUrl:t.endpoint||"https://cloud.needle.tools/api",authToken:t.token},{triggered_by:"web",entrypoint:void 0,files:o},{name:t.name,abort:t.abort}).then(function(e){return"error"in e?{error:e.error}:{job_id:e.id,view_id:e.view_id,url:e.url,skipped:e.uploadSkipped}})}function tn(e){"limit"in e&&(e.limit=Math.min(100,e.limit));var t="page"in e,o=e.endpoint||"https://cloud.needle.tools/api";return function(e,t){void 0===t&&(t={sort_by_upload:!0,page:1,limit:20,view_id:void 0,type:"upload"});try{if(t.page<=0)throw new Error("Invalid page. Must be greater than 0");var o=e.baseUrl+n.list.uploads,i=s({type:t.type||"upload",max:(t.limit||0).toString(),page:(t.page||1).toString()},r(e));return null!=t.view_id&&(i.view_id=t.view_id),null!=t.view_name&&(i.view_name=t.view_name),Promise.resolve(fetch(o,{method:"GET",headers:i}).then(function(e){try{var n=function(n){return void 0===t.sort_by_upload&&(t.sort_by_upload=!0),Promise.resolve(e.json()).then(function(e){return t.sort_by_upload&&e.uploads.sort(function(e,t){return new Date(t.created_time).getTime()-new Date(e.created_time).getTime()}),e})},r=function(){if(!e.ok)return Promise.resolve(e.text()).then(function(t){throw new Error("Failed to list uploads ("+e.status+"): "+t)})}();return Promise.resolve(r&&r.then?r.then(n):n())}catch(e){return Promise.reject(e)}}))}catch(e){return Promise.reject(e)}}({baseUrl:o,authToken:e.token},{view_name:"name"in e?e.name:void 0,view_id:"view_id"in e?e.view_id:void 0,type:"upload",page:t?e.page:1,limit:t?e.limit:100}).then(function(e){return e.uploads.map(function(e){return{name:e.name,created_at:e.created_time,updated_at:e.updated_time,files:e.jobs.map(function(t){return{name:t.name,type:t.type,created_at:t.created_at,updated_at:t.updated_at||t.created_at,url:u({baseUrl:o,view_id:e.view_id,job_id:t.identifier})}})}})})}new Array,"undefined"==typeof Symbol||Symbol.iterator||(Symbol.iterator=Symbol("Symbol.iterator")),globalThis.Buffer=t;export{tn as getUploads,en as uploadFiles};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|