@cloudbase/js-sdk 3.3.14-beta.1 → 3.3.14-beta.3
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/ai/dist/index.esm.js +3 -0
- package/ai/dist/index.js +21 -0
- package/ai/package.json +6 -0
- package/analytics/dist/index.esm.js +4 -0
- package/analytics/dist/index.js +9 -0
- package/analytics/package.json +6 -0
- package/apis/dist/index.esm.js +3 -0
- package/apis/dist/index.js +21 -0
- package/apis/package.json +6 -0
- package/app/dist/index.esm.js +11 -0
- package/app/dist/index.js +18 -0
- package/app/package.json +6 -0
- package/auth/dist/index.esm.js +8 -0
- package/auth/dist/index.js +13 -0
- package/auth/package.json +6 -0
- package/cloudrun/dist/index.esm.js +3 -0
- package/cloudrun/dist/index.js +21 -0
- package/cloudrun/package.json +6 -0
- package/container/dist/index.esm.js +8 -0
- package/container/dist/index.js +13 -0
- package/container/package.json +6 -0
- package/database/dist/index.d.ts +3 -0
- package/database/dist/index.esm.js +503 -0
- package/database/dist/index.js +509 -0
- package/database/package.json +6 -0
- package/dist/index.cjs.js +40 -2
- package/dist/index.esm.js +35 -2
- package/functions/dist/index.esm.js +8 -0
- package/functions/dist/index.js +13 -0
- package/functions/package.json +6 -0
- package/miniprogram_dist/app.js +1 -1
- package/miniprogram_dist/database.js +1 -1
- package/miniprogram_dist/index.js +1 -1
- package/miniprogram_dist/model.js +1 -1
- package/miniprogram_dist/mysql.js +1 -1
- package/model/dist/index.esm.js +3 -0
- package/model/dist/index.js +21 -0
- package/model/package.json +6 -0
- package/mysql/dist/index.esm.js +3 -0
- package/mysql/dist/index.js +21 -0
- package/mysql/package.json +6 -0
- package/oauth/dist/index.esm.js +3 -0
- package/oauth/dist/index.js +21 -0
- package/oauth/package.json +6 -0
- package/package.json +44 -68
- package/realtime/dist/index.esm.js +8 -0
- package/realtime/dist/index.js +13 -0
- package/realtime/package.json +6 -0
- package/storage/dist/index.esm.js +4 -0
- package/storage/dist/index.js +9 -0
- package/storage/package.json +6 -0
- package/dist/index.cjs.js.LICENSE.txt +0 -37
- package/dist/index.esm.js.LICENSE.txt +0 -37
- package/dist/packages/ai/index.cjs.js +0 -2
- package/dist/packages/ai/index.cjs.js.LICENSE.txt +0 -22
- package/dist/packages/ai/index.esm.js +0 -2
- package/dist/packages/ai/index.esm.js.LICENSE.txt +0 -22
- package/dist/packages/analytics/index.cjs.js +0 -1
- package/dist/packages/analytics/index.esm.js +0 -1
- package/dist/packages/apis/index.cjs.js +0 -1
- package/dist/packages/apis/index.esm.js +0 -1
- package/dist/packages/app/index.cjs.js +0 -2
- package/dist/packages/app/index.cjs.js.LICENSE.txt +0 -7
- package/dist/packages/app/index.esm.js +0 -2
- package/dist/packages/app/index.esm.js.LICENSE.txt +0 -7
- package/dist/packages/auth/index.cjs.js +0 -2
- package/dist/packages/auth/index.cjs.js.LICENSE.txt +0 -22
- package/dist/packages/auth/index.esm.js +0 -2
- package/dist/packages/auth/index.esm.js.LICENSE.txt +0 -22
- package/dist/packages/cloudrun/index.cjs.js +0 -1
- package/dist/packages/cloudrun/index.esm.js +0 -1
- package/dist/packages/container/index.cjs.js +0 -1
- package/dist/packages/container/index.esm.js +0 -1
- package/dist/packages/functions/index.cjs.js +0 -1
- package/dist/packages/functions/index.esm.js +0 -1
- package/dist/packages/model/index.cjs.js +0 -1
- package/dist/packages/model/index.esm.js +0 -1
- package/dist/packages/mysql/index.cjs.js +0 -1
- package/dist/packages/mysql/index.esm.js +0 -1
- package/dist/packages/oauth/index.cjs.js +0 -2
- package/dist/packages/oauth/index.cjs.js.LICENSE.txt +0 -14
- package/dist/packages/oauth/index.esm.js +0 -2
- package/dist/packages/oauth/index.esm.js.LICENSE.txt +0 -14
- package/dist/packages/realtime/index.cjs.js +0 -1
- package/dist/packages/realtime/index.esm.js +0 -1
- package/dist/packages/storage/index.cjs.js +0 -1
- package/dist/packages/storage/index.esm.js +0 -1
- package/dist/packages/utilities/index.cjs.js +0 -1
- package/dist/packages/utilities/index.esm.js +0 -1
- /package/{dist/packages/ai → ai/dist}/index.d.ts +0 -0
- /package/{dist/packages/analytics → analytics/dist}/index.d.ts +0 -0
- /package/{dist/packages/apis → apis/dist}/index.d.ts +0 -0
- /package/{dist/packages/app → app/dist}/index.d.ts +0 -0
- /package/{dist/packages/auth → auth/dist}/index.d.ts +0 -0
- /package/{dist/packages/cloudrun → cloudrun/dist}/index.d.ts +0 -0
- /package/{dist/packages/container → container/dist}/index.d.ts +0 -0
- /package/{dist/packages/functions → functions/dist}/index.d.ts +0 -0
- /package/{dist/packages/model → model/dist}/index.d.ts +0 -0
- /package/{dist/packages/mysql → mysql/dist}/index.d.ts +0 -0
- /package/{dist/packages/oauth → oauth/dist}/index.d.ts +0 -0
- /package/{dist/packages/realtime → realtime/dist}/index.d.ts +0 -0
- /package/{dist/packages/storage → storage/dist}/index.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e={304:function(e,t,r){!function(e){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},t(e,r)};function n(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}var o=function(){return o=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},o.apply(this,arguments)};function i(e,t,r,n){return new(r||(r=Promise))((function(t,o){function i(e){try{s(n.next(e))}catch(e){o(e)}}function a(e){try{s(n.throw(e))}catch(e){o(e)}}function s(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r((function(e){e(n)}))).then(i,a)}s((n=n.apply(e,[])).next())}))}function a(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}var s=function(e){function t(t,r){var n=e.call(this,t)||this;return n.name="WxCloudSDKError",n.code=null==r?void 0:r.code,n.requestId=null==r?void 0:r.requestId,n.originError=null==r?void 0:r.originError,n}return n(t,e),t}(Error);function u(){return"undefined"!=typeof window&&window||"undefined"!=typeof globalThis&&globalThis}function c(){try{var e=u();if(!e)return;return"undefined"==typeof wx?u().location.href:e.__wxRoute}catch(e){}}var l=function(e){var t=e.dataSourceName,r=e.methodName,n=e.params,o=e.realMethodName,l=e.callFunction,h=e.envType,f=void 0===h?"prod":h,d=e.mode;return e.cloud,i(void 0,0,void 0,(function(){var e,i,h,p,v,y;return a(this,(function(a){switch(a.label){case 0:e={data:{},requestId:""},a.label=1;case 1:return a.trys.push([1,3,,4]),[4,l({name:"lowcode-datasource",data:{dataSourceName:t,methodName:r,params:n,userAgent:(g=u(),(null==g?void 0:g.navigator)?g.navigator.userAgent:"undefined"!=typeof wx&&wx.getSystemInfo?(wx.getSystemInfo({success:function(e){e&&(m=["brand","model","version","system","platform","SDKVersion","language"].map((function(t){return"".concat(t,": ").concat(e[t])})).join(", "))}}),m):void 0),referrer:c(),"x-sdk-version":"1.8.6-beta.1",envType:f,mode:d}})];case 2:if(i=a.sent(),h=(null===(v=null==i?void 0:i.result)||void 0===v?void 0:v.requestId)||(null==i?void 0:i.requestId)||(null==i?void 0:i.requestID),null==i?void 0:i.result.code)throw new s("【错误】".concat(null==i?void 0:i.result.message,"\n【操作】调用 models.").concat(t?"".concat(t,"."):"").concat(o,"\n【错误码】").concat(null==i?void 0:i.result.code,"\n【请求ID】").concat(h||"N/A"),{code:null==i?void 0:i.result.code,requestId:h});return e.data=(null===(y=null==i?void 0:i.result)||void 0===y?void 0:y.data)||{},e.requestId=h,[3,4];case 3:throw"WxCloudSDKError"===(p=a.sent()).name?p:(console.log(p),new s("【错误】".concat(p.message,"\n 【操作】调用 models.").concat(t?"".concat(t,"."):"").concat(o,"\n 【请求ID】N/A"),{code:"UnknownError",originError:p}));case 4:return[2,e]}var m,g}))}))},h=function(e){var t=e.sql,r=e.params,n=e.config,o=e.callFunction,s=e.unsafe,u=void 0!==s&&s,c=e.cloud;return i(void 0,0,void 0,(function(){return a(this,(function(e){return[2,l({realMethodName:"$runSQL",methodName:"callWedaApi",params:{action:"RunMysqlCommand",data:{sqlTemplate:t,config:n,parameter:u?"":Object.entries(r||{}).reduce((function(e,t){var r=t[0],n=t[1];if(void 0!==n){var o="OBJECT";switch(typeof n){case"boolean":o="BOOLEAN";break;case"number":o="NUMBER";break;case"string":o="STRING";break;default:o=Array.isArray(n)?"ARRAY":"OBJECT"}e.push({key:r,type:o,value:"STRING"===o?n:JSON.stringify(n)})}return e}),[])||[]}},callFunction:o,mode:"sdk",cloud:c})]}))}))},f=function(e,t){return{$runSQL:function(r,n,s){return i(this,0,void 0,(function(){return a(this,(function(i){switch(i.label){case 0:return[4,h({sql:r,params:n,config:o(o({},s),{preparedStatements:!0}),callFunction:e,cloud:t})];case 1:return[2,i.sent()]}}))}))},$runSQLRaw:function(r,n){return i(this,0,void 0,(function(){return a(this,(function(i){switch(i.label){case 0:return[4,h({sql:r,params:[],config:o(o({},n),{preparedStatements:!1}),callFunction:e,cloud:t})];case 1:return[2,i.sent()]}}))}))}}},d={filter:{where:{}},select:{$master:!0}};function p(e){return{getUrl:function(t){return"".concat(t,"/").concat(e)},method:"post"}}var v={get:o(o({},p("get")),{defaultParams:o({},d)}),list:o(o({},p("list")),{defaultParams:o({},d)}),create:p("create"),createMany:p("createMany"),update:o(o({},p("update")),{method:"put"}),updateMany:o(o({},p("updateMany")),{method:"put"}),upsert:p("upsert"),delete:p("delete"),deleteMany:p("deleteMany")},y="Unknown error occurred",m="NotSupported",g=function(e,t,r,n){var o=f(e,null==n?void 0:n.cloud);return new Proxy({},{get:function(e,i){if("string"==typeof i)return Object.prototype.hasOwnProperty.call(o,i)?o[i]:w(r,i,t,n)}})},b=function(e,t,r,n,o){return new s("【错误】".concat(e,"\n【操作】调用 models.").concat(t,".").concat(r,"\n【错误码】").concat(n,"\n【请求ID】").concat(o),{code:n,requestId:o})},w=function(e,t,r,n){var u=new Proxy({},{get:function(u,c){if("runSQLTemplate"!==c){var l=v[c];if(!l){var h=new Error("不支持的操作: ".concat(c));throw new s(h.message||y,{originError:h,code:m,requestId:"N/A"})}return function(n){return void 0===n&&(n={}),i(void 0,0,void 0,(function(){var o,i,u,h,f,d,p,v,m,g;return a(this,(function(a){switch(a.label){case 0:o=l.getUrl,i=l.method,u=l.defaultParams,h=void 0===u?{}:u,f=Object.assign({},h,n),d="pre"===f.envType?"pre":"prod",p=[e,d,o(t)].join("/"),a.label=1;case 1:return a.trys.push([1,3,,4]),[4,r({url:p,body:JSON.stringify(f),method:i})];case 2:if((v=a.sent()).code)throw b(null==v?void 0:v.message,t,c,null==v?void 0:v.code,null==v?void 0:v.requestId);return"get"===c&&Object.assign(v,{data:null!==(g=v.data.record)&&void 0!==g?g:v.data}),[2,v];case 3:throw m=a.sent(),new s((null==m?void 0:m.message)||y,{originError:m});case 4:return[2]}}))}))}}if(!(null==n?void 0:n.sqlBaseUrl))throw h=new Error("不支持的操作: ".concat(c)),new s(h.message||y,{originError:h,code:m,requestId:"N/A"});return function(e){return i(void 0,0,void 0,(function(){var i,u,l,h,f,d,p,v,m,g,w,P,S,O,j,k;return a(this,(function(a){switch(a.label){case 0:i=e.params,u=e.templateName,l=e.envType,h="pre"===l?"pre":"prod",f=[n.sqlBaseUrl,h,u,"run"].join("/"),d=Object.entries(i||{}).reduce((function(e,t){var r=t[0],n=t[1];if(void 0!==n){var o="OBJECT";switch(typeof n){case"boolean":o="BOOLEAN";break;case"number":o="NUMBER";break;case"string":o="STRING";break;default:o=Array.isArray(n)?"ARRAY":"OBJECT"}e.push({key:r,type:o,value:"STRING"===o?n:JSON.stringify(n)})}return e}),[]),a.label=1;case 1:return a.trys.push([1,3,,4]),[4,r({url:f,body:JSON.stringify({parameter:d}),method:"POST"})];case 2:if(p=a.sent(),null===(m=null==p?void 0:p.Response)||void 0===m?void 0:m.Error)throw b(null===(w=null===(g=null==p?void 0:p.Response)||void 0===g?void 0:g.Error)||void 0===w?void 0:w.Message,t,c,null===(S=null===(P=null==p?void 0:p.Response)||void 0===P?void 0:P.Error)||void 0===S?void 0:S.Code,null===(O=null==p?void 0:p.Response)||void 0===O?void 0:O.RequestId);return[2,o(o({},null!==(j=null==p?void 0:p.Response)&&void 0!==j?j:{}),{data:null===(k=null==p?void 0:p.Response)||void 0===k?void 0:k.Data})];case 3:throw v=a.sent(),new s((null==v?void 0:v.message)||y,{originError:v});case 4:return[2]}}))}))}}});return u},P={create:{methodName:"wedaCreateV2"},createMany:{methodName:"wedaBatchCreateV2"},update:{methodName:"wedaUpdateV2"},upsert:{methodName:"wedaUpsertV2"},updateMany:{methodName:"wedaBatchUpdateV2"},delete:{methodName:"wedaDeleteV2"},deleteMany:{methodName:"wedaBatchDeleteV2"},get:{methodName:"wedaGetItemV2",defaultParams:{filter:{where:{}},select:{$master:!0}}},list:{methodName:"wedaGetRecordsV2",defaultParams:{filter:{where:{}},select:{$master:!0}}}},S=function(e,t){var r=f(e,t);return new Proxy({},{get:function(n,u){if("string"==typeof u)return Object.prototype.hasOwnProperty.call(r,u)?r[u]:function(e,t,r){return new Proxy({},{get:function(n,u){var c=P[u];if(!c){var h=new Error("不支持的操作: ".concat(u));throw new s(h.message||"Unknown error occurred",{originError:h,code:"NotSupported",requestId:"N/A"})}return function(n){return i(void 0,0,void 0,(function(){var i,s,h,f,d;return a(this,(function(a){switch(a.label){case 0:return i=o(o({},c.defaultParams||{}),n||{}),[4,l({callFunction:t,dataSourceName:e,methodName:c.methodName,realMethodName:u,params:i,envType:null==n?void 0:n.envType,cloud:r})];case 1:return s=a.sent(),h={data:{}},f=c.responseKey,h.data=f?null===(d=null==s?void 0:s.data)||void 0===d?void 0:d[f]:null==s?void 0:s.data,[2,h]}}))}))}}})}(u,e,t)}})},O=function(){function e(e){var t=this;this.map=new Map,e&&(e instanceof Headers?e.forEach((function(e,r){t.append(r,e)})):Array.isArray(e)?e.forEach((function(e){var r=e[0],n=e[1];t.append(r,n)})):"object"==typeof e&&Object.keys(e).forEach((function(r){t.append(r,e[r])})))}return e.prototype.append=function(e,t){var r=e.toLowerCase(),n=this.map.get(r);n?this.map.set(r,"".concat(n,", ").concat(t)):this.map.set(r,String(t))},e.prototype.delete=function(e){this.map.delete(e.toLowerCase())},e.prototype.forEach=function(e,t){var r=this;this.map.forEach((function(n,o){e.call(t,n,o,r)}))},e.prototype.get=function(e){return this.map.get(e.toLowerCase())||null},e.prototype.has=function(e){return this.map.has(e.toLowerCase())},e.prototype.set=function(e,t){this.map.set(e.toLowerCase(),String(t))},e.prototype.entries=function(){return this.map.entries()},e.prototype.keys=function(){return this.map.keys()},e.prototype.values=function(){return this.map.values()},e.prototype.getSetCookie=function(){var e=[];return this.map.forEach((function(t,r){"set-cookie"===r&&e.push(t)})),e},e.prototype.toJSON=function(){var e={};return this.map.forEach((function(t,r){e[r]=t})),e},e.prototype[Symbol.iterator]=function(){return this.entries()},e}();"object"!=typeof globalThis||globalThis.Headers||(globalThis.Headers=O);var j="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==r.g?r.g:"undefined"!=typeof self?self:{};var k,E,A=function(e){try{return!!e()}catch(e){return!0}},T=!A((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),R=T,U=Function.prototype,x=U.call,C=R&&U.bind.bind(x,x),L=R?C:function(e){return function(){return x.apply(e,arguments)}},q=L,I=q({}.toString),N=q("".slice),B=function(e){return N(I(e),8,-1)},H=A,M=B,F=Object,_=L("".split),G=H((function(){return!F("z").propertyIsEnumerable(0)}))?function(e){return"String"===M(e)?_(e,""):F(e)}:F,D=function(e){return null==e},z=D,J=TypeError,Q=function(e){if(z(e))throw new J("Can't call method on "+e);return e},$=G,V=Q,K=function(e){return $(V(e))},W={},Y=function(e){return e&&e.Math===Math&&e},X=Y("object"==typeof globalThis&&globalThis)||Y("object"==typeof window&&window)||Y("object"==typeof self&&self)||Y("object"==typeof j&&j)||Y("object"==typeof j&&j)||function(){return this}()||Function("return this")(),Z="object"==typeof document&&document.all,ee=void 0===Z&&void 0!==Z?function(e){return"function"==typeof e||e===Z}:function(e){return"function"==typeof e},te=ee,re=X.WeakMap,ne=te(re)&&/native code/.test(String(re)),oe=ee,ie=function(e){return"object"==typeof e?null!==e:oe(e)},ae=!A((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})),se={},ue=ie,ce=X.document,le=ue(ce)&&ue(ce.createElement),he=function(e){return le?ce.createElement(e):{}},fe=he,de=!ae&&!A((function(){return 7!==Object.defineProperty(fe("div"),"a",{get:function(){return 7}}).a})),pe=ae&&A((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),ve=ie,ye=String,me=TypeError,ge=function(e){if(ve(e))return e;throw new me(ye(e)+" is not an object")},be=T,we=Function.prototype.call,Pe=be?we.bind(we):function(){return we.apply(we,arguments)},Se={},Oe=Se,je=X,ke=ee,Ee=function(e){return ke(e)?e:void 0},Ae=function(e,t){return arguments.length<2?Ee(Oe[e])||Ee(je[e]):Oe[e]&&Oe[e][t]||je[e]&&je[e][t]},Te=L({}.isPrototypeOf),Re=X.navigator,Ue=Re&&Re.userAgent,xe=X,Ce=Ue?String(Ue):"",Le=xe.process,qe=xe.Deno,Ie=Le&&Le.versions||qe&&qe.version,Ne=Ie&&Ie.v8;Ne&&(E=(k=Ne.split("."))[0]>0&&k[0]<4?1:+(k[0]+k[1])),!E&&Ce&&(!(k=Ce.match(/Edge\/(\d+)/))||k[1]>=74)&&(k=Ce.match(/Chrome\/(\d+)/))&&(E=+k[1]);var Be=E,He=A,Me=X.String,Fe=!!Object.getOwnPropertySymbols&&!He((function(){var e=Symbol("symbol detection");return!Me(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Be&&Be<41})),_e=Fe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Ge=Ae,De=ee,ze=Te,Je=Object,Qe=_e?function(e){return"symbol"==typeof e}:function(e){var t=Ge("Symbol");return De(t)&&ze(t.prototype,Je(e))},$e=String,Ve=function(e){try{return $e(e)}catch(e){return"Object"}},Ke=ee,We=Ve,Ye=TypeError,Xe=function(e){if(Ke(e))return e;throw new Ye(We(e)+" is not a function")},Ze=Xe,et=D,tt=function(e,t){var r=e[t];return et(r)?void 0:Ze(r)},rt=Pe,nt=ee,ot=ie,it=TypeError,at={exports:{}},st=X,ut=Object.defineProperty,ct=X,lt="__core-js_shared__",ht=at.exports=ct[lt]||function(e,t){try{ut(st,e,{value:t,configurable:!0,writable:!0})}catch(r){st[e]=t}return t}(lt,{});(ht.versions||(ht.versions=[])).push({version:"3.45.0",mode:"pure",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.45.0/LICENSE",source:"https://github.com/zloirock/core-js"});var ft=at.exports,dt=ft,pt=function(e,t){return dt[e]||(dt[e]=t||{})},vt=Q,yt=Object,mt=function(e){return yt(vt(e))},gt=mt,bt=L({}.hasOwnProperty),wt=Object.hasOwn||function(e,t){return bt(gt(e),t)},Pt=L,St=0,Ot=Math.random(),jt=Pt(1.1.toString),kt=function(e){return"Symbol("+(void 0===e?"":e)+")_"+jt(++St+Ot,36)},Et=pt,At=wt,Tt=kt,Rt=Fe,Ut=_e,xt=X.Symbol,Ct=Et("wks"),Lt=Ut?xt.for||xt:xt&&xt.withoutSetter||Tt,qt=function(e){return At(Ct,e)||(Ct[e]=Rt&&At(xt,e)?xt[e]:Lt("Symbol."+e)),Ct[e]},It=Pe,Nt=ie,Bt=Qe,Ht=tt,Mt=TypeError,Ft=qt("toPrimitive"),_t=function(e,t){if(!Nt(e)||Bt(e))return e;var r,n=Ht(e,Ft);if(n){if(void 0===t&&(t="default"),r=It(n,e,t),!Nt(r)||Bt(r))return r;throw new Mt("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var r,n;if("string"===t&&nt(r=e.toString)&&!ot(n=rt(r,e)))return n;if(nt(r=e.valueOf)&&!ot(n=rt(r,e)))return n;if("string"!==t&&nt(r=e.toString)&&!ot(n=rt(r,e)))return n;throw new it("Can't convert object to primitive value")}(e,t)},Gt=Qe,Dt=function(e){var t=_t(e,"string");return Gt(t)?t:t+""},zt=ae,Jt=de,Qt=pe,$t=ge,Vt=Dt,Kt=TypeError,Wt=Object.defineProperty,Yt=Object.getOwnPropertyDescriptor,Xt="enumerable",Zt="configurable",er="writable";se.f=zt?Qt?function(e,t,r){if($t(e),t=Vt(t),$t(r),"function"==typeof e&&"prototype"===t&&"value"in r&&er in r&&!r[er]){var n=Yt(e,t);n&&n[er]&&(e[t]=r.value,r={configurable:Zt in r?r[Zt]:n[Zt],enumerable:Xt in r?r[Xt]:n[Xt],writable:!1})}return Wt(e,t,r)}:Wt:function(e,t,r){if($t(e),t=Vt(t),$t(r),Jt)try{return Wt(e,t,r)}catch(e){}if("get"in r||"set"in r)throw new Kt("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var tr,rr,nr,or=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},ir=se,ar=or,sr=ae?function(e,t,r){return ir.f(e,t,ar(1,r))}:function(e,t,r){return e[t]=r,e},ur=kt,cr=pt("keys"),lr=function(e){return cr[e]||(cr[e]=ur(e))},hr={},fr=ne,dr=X,pr=ie,vr=sr,yr=wt,mr=ft,gr=lr,br=hr,wr="Object already initialized",Pr=dr.TypeError,Sr=dr.WeakMap;if(fr||mr.state){var Or=mr.state||(mr.state=new Sr);Or.get=Or.get,Or.has=Or.has,Or.set=Or.set,tr=function(e,t){if(Or.has(e))throw new Pr(wr);return t.facade=e,Or.set(e,t),t},rr=function(e){return Or.get(e)||{}},nr=function(e){return Or.has(e)}}else{var jr=gr("state");br[jr]=!0,tr=function(e,t){if(yr(e,jr))throw new Pr(wr);return t.facade=e,vr(e,jr,t),t},rr=function(e){return yr(e,jr)?e[jr]:{}},nr=function(e){return yr(e,jr)}}var kr={set:tr,get:rr,has:nr,enforce:function(e){return nr(e)?rr(e):tr(e,{})},getterFor:function(e){return function(t){var r;if(!pr(t)||(r=rr(t)).type!==e)throw new Pr("Incompatible receiver, "+e+" required");return r}}},Er=T,Ar=Function.prototype,Tr=Ar.apply,Rr=Ar.call,Ur="object"==typeof Reflect&&Reflect.apply||(Er?Rr.bind(Tr):function(){return Rr.apply(Tr,arguments)}),xr=B,Cr=L,Lr=function(e){if("Function"===xr(e))return Cr(e)},qr={},Ir={},Nr={}.propertyIsEnumerable,Br=Object.getOwnPropertyDescriptor,Hr=Br&&!Nr.call({1:2},1);Ir.f=Hr?function(e){var t=Br(this,e);return!!t&&t.enumerable}:Nr;var Mr=ae,Fr=Pe,_r=Ir,Gr=or,Dr=K,zr=Dt,Jr=wt,Qr=de,$r=Object.getOwnPropertyDescriptor;qr.f=Mr?$r:function(e,t){if(e=Dr(e),t=zr(t),Qr)try{return $r(e,t)}catch(e){}if(Jr(e,t))return Gr(!Fr(_r.f,e,t),e[t])};var Vr=A,Kr=ee,Wr=/#|\.prototype\./,Yr=function(e,t){var r=Zr[Xr(e)];return r===tn||r!==en&&(Kr(t)?Vr(t):!!t)},Xr=Yr.normalize=function(e){return String(e).replace(Wr,".").toLowerCase()},Zr=Yr.data={},en=Yr.NATIVE="N",tn=Yr.POLYFILL="P",rn=Yr,nn=Xe,on=T,an=Lr(Lr.bind),sn=function(e,t){return nn(e),void 0===t?e:on?an(e,t):function(){return e.apply(t,arguments)}},un=X,cn=Ur,ln=Lr,hn=ee,fn=qr.f,dn=rn,pn=Se,vn=sn,yn=sr,mn=wt,gn=function(e){var t=function(r,n,o){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,o)}return cn(e,this,arguments)};return t.prototype=e.prototype,t},bn=function(e,t){var r,n,o,i,a,s,u,c,l,h=e.target,f=e.global,d=e.stat,p=e.proto,v=f?un:d?un[h]:un[h]&&un[h].prototype,y=f?pn:pn[h]||yn(pn,h,{})[h],m=y.prototype;for(i in t)n=!(r=dn(f?i:h+(d?".":"#")+i,e.forced))&&v&&mn(v,i),s=y[i],n&&(u=e.dontCallGetSet?(l=fn(v,i))&&l.value:v[i]),a=n&&u?u:t[i],(r||p||typeof s!=typeof a)&&(c=e.bind&&n?vn(a,un):e.wrap&&n?gn(a):p&&hn(a)?ln(a):a,(e.sham||a&&a.sham||s&&s.sham)&&yn(c,"sham",!0),yn(y,i,c),p&&(mn(pn,o=h+"Prototype")||yn(pn,o,{}),yn(pn[o],i,a),e.real&&m&&(r||!m[i])&&yn(m,i,a)))},wn=ae,Pn=wt,Sn=Function.prototype,On=wn&&Object.getOwnPropertyDescriptor,jn=Pn(Sn,"name"),kn={EXISTS:jn,PROPER:jn&&"something"===function(){}.name,CONFIGURABLE:jn&&(!wn||wn&&On(Sn,"name").configurable)},En={},An=Math.ceil,Tn=Math.floor,Rn=Math.trunc||function(e){var t=+e;return(t>0?Tn:An)(t)},Un=function(e){var t=+e;return t!=t||0===t?0:Rn(t)},xn=Un,Cn=Math.max,Ln=Math.min,qn=function(e,t){var r=xn(e);return r<0?Cn(r+t,0):Ln(r,t)},In=Un,Nn=Math.min,Bn=function(e){return function(e){var t=In(e);return t>0?Nn(t,9007199254740991):0}(e.length)},Hn=K,Mn=qn,Fn=Bn,_n=function(e){return function(t,r,n){var o=Hn(t),i=Fn(o);if(0===i)return!e&&-1;var a,s=Mn(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},Gn={includes:_n(!0),indexOf:_n(!1)},Dn=wt,zn=K,Jn=Gn.indexOf,Qn=hr,$n=L([].push),Vn=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Kn=Vn,Wn=Object.keys||function(e){return function(e,t){var r,n=zn(e),o=0,i=[];for(r in n)!Dn(Qn,r)&&Dn(n,r)&&$n(i,r);for(;t.length>o;)Dn(n,r=t[o++])&&(~Jn(i,r)||$n(i,r));return i}(e,Kn)},Yn=ae,Xn=pe,Zn=se,eo=ge,to=K,ro=Wn;En.f=Yn&&!Xn?Object.defineProperties:function(e,t){eo(e);for(var r,n=to(t),o=ro(t),i=o.length,a=0;i>a;)Zn.f(e,r=o[a++],n[r]);return e};var no,oo=Ae("document","documentElement"),io=ge,ao=En,so=Vn,uo=hr,co=oo,lo=he,ho="prototype",fo="script",po=lr("IE_PROTO"),vo=function(){},yo=function(e){return"<"+fo+">"+e+"</"+fo+">"},mo=function(e){e.write(yo("")),e.close();var t=e.parentWindow.Object;return e=null,t},go=function(){try{no=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;go="undefined"!=typeof document?document.domain&&no?mo(no):(t=lo("iframe"),r="java"+fo+":",t.style.display="none",co.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(yo("document.F=Object")),e.close(),e.F):mo(no);for(var n=so.length;n--;)delete go[ho][so[n]];return go()};uo[po]=!0;var bo,wo,Po,So=Object.create||function(e,t){var r;return null!==e?(vo[ho]=io(e),r=new vo,vo[ho]=null,r[po]=e):r=go(),void 0===t?r:ao.f(r,t)},Oo=!A((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),jo=wt,ko=ee,Eo=mt,Ao=Oo,To=lr("IE_PROTO"),Ro=Object,Uo=Ro.prototype,xo=Ao?Ro.getPrototypeOf:function(e){var t=Eo(e);if(jo(t,To))return t[To];var r=t.constructor;return ko(r)&&t instanceof r?r.prototype:t instanceof Ro?Uo:null},Co=sr,Lo=function(e,t,r,n){return n&&n.enumerable?e[t]=r:Co(e,t,r),e},qo=A,Io=ee,No=ie,Bo=So,Ho=xo,Mo=Lo,Fo=qt("iterator"),_o=!1;[].keys&&("next"in(Po=[].keys())?(wo=Ho(Ho(Po)))!==Object.prototype&&(bo=wo):_o=!0);var Go=!No(bo)||qo((function(){var e={};return bo[Fo].call(e)!==e}));Io((bo=Go?{}:Bo(bo))[Fo])||Mo(bo,Fo,(function(){return this}));var Do={IteratorPrototype:bo,BUGGY_SAFARI_ITERATORS:_o},zo={};zo[qt("toStringTag")]="z";var Jo="[object z]"===String(zo),Qo=Jo,$o=ee,Vo=B,Ko=qt("toStringTag"),Wo=Object,Yo="Arguments"===Vo(function(){return arguments}()),Xo=Qo?Vo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Wo(e),Ko))?r:Yo?Vo(t):"Object"===(n=Vo(t))&&$o(t.callee)?"Arguments":n},Zo=Xo,ei=Jo?{}.toString:function(){return"[object "+Zo(this)+"]"},ti=Jo,ri=se.f,ni=sr,oi=wt,ii=ei,ai=qt("toStringTag"),si=function(e,t,r,n){var o=r?e:e&&e.prototype;o&&(oi(o,ai)||ri(o,ai,{configurable:!0,value:t}),n&&!ti&&ni(o,"toString",ii))},ui=Do.IteratorPrototype,ci=So,li=or,hi=si,fi=W,di=function(){return this},pi=function(e,t,r,n){var o=t+" Iterator";return e.prototype=ci(ui,{next:li(+!n,r)}),hi(e,o,!1,!0),fi[o]=di,e},vi=bn,yi=Pe,mi=pi,gi=xo,bi=si,wi=Lo,Pi=W,Si=kn.PROPER,Oi=Do.BUGGY_SAFARI_ITERATORS,ji=qt("iterator"),ki="keys",Ei="values",Ai="entries",Ti=function(){return this},Ri=function(e,t,r,n,o,i,a){mi(r,t,n);var s,u,c,l=function(e){if(e===o&&v)return v;if(!Oi&&e&&e in d)return d[e];switch(e){case ki:case Ei:case Ai:return function(){return new r(this,e)}}return function(){return new r(this)}},h=t+" Iterator",f=!1,d=e.prototype,p=d[ji]||d["@@iterator"]||o&&d[o],v=!Oi&&p||l(o),y="Array"===t&&d.entries||p;if(y&&(s=gi(y.call(new e)))!==Object.prototype&&s.next&&(bi(s,h,!0,!0),Pi[h]=Ti),Si&&o===Ei&&p&&p.name!==Ei&&(f=!0,v=function(){return yi(p,this)}),o)if(u={values:l(Ei),keys:i?v:l(ki),entries:l(Ai)},a)for(c in u)(Oi||f||!(c in d))&&wi(d,c,u[c]);else vi({target:t,proto:!0,forced:Oi||f},u);return a&&d[ji]!==v&&wi(d,ji,v,{name:o}),Pi[t]=v,u},Ui=function(e,t){return{value:e,done:t}},xi=K,Ci=W,Li=kr;se.f;var qi=Ri,Ii=Ui,Ni="Array Iterator",Bi=Li.set,Hi=Li.getterFor(Ni);qi(Array,"Array",(function(e,t){Bi(this,{type:Ni,target:xi(e),index:0,kind:t})}),(function(){var e=Hi(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=null,Ii(void 0,!0);switch(e.kind){case"keys":return Ii(r,!1);case"values":return Ii(t[r],!1)}return Ii([r,t[r]],!1)}),"values"),Ci.Arguments=Ci.Array;var Mi=bn,Fi=L,_i=qn,Gi=RangeError,Di=String.fromCharCode,zi=String.fromCodePoint,Ji=Fi([].join);Mi({target:"String",stat:!0,arity:1,forced:!!zi&&1!==zi.length},{fromCodePoint:function(e){for(var t,r=[],n=arguments.length,o=0;n>o;){if(t=+arguments[o++],_i(t,1114111)!==t)throw new Gi(t+" is not a valid code point");r[o]=t<65536?Di(t):Di(55296+((t-=65536)>>10),t%1024+56320)}return Ji(r,"")}});var Qi=X,$i=ae,Vi=Object.getOwnPropertyDescriptor,Ki=A,Wi=qt("iterator"),Yi=!Ki((function(){var e=new URL("b?a=1&b=2&c=3","https://a"),t=e.searchParams,r=new URLSearchParams("a=1&a=2&b=3"),n="";return e.pathname="c%20d",t.forEach((function(e,r){t.delete("b"),n+=r+e})),r.delete("a",2),r.delete("b",void 0),!e.toJSON||!r.has("a",1)||r.has("a",2)||!r.has("a",void 0)||r.has("b")||!t.size&&true||!t.sort||"https://a/c%20d?a=1&c=3"!==e.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[Wi]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host})),Xi=se,Zi=function(e,t,r){return Xi.f(e,t,r)},ea=Lo,ta=Te,ra=TypeError,na=function(e,t){if(ta(t,e))return e;throw new ra("Incorrect invocation")},oa=Xo,ia=String,aa=function(e){if("Symbol"===oa(e))throw new TypeError("Cannot convert a Symbol value to a string");return ia(e)},sa=Xo,ua=tt,ca=D,la=W,ha=qt("iterator"),fa=function(e){if(!ca(e))return ua(e,ha)||ua(e,"@@iterator")||la[sa(e)]},da=Pe,pa=Xe,va=ge,ya=Ve,ma=fa,ga=TypeError,ba=function(e,t){var r=arguments.length<2?ma(e):t;if(pa(r))return va(da(r,e));throw new ga(ya(e)+" is not iterable")},wa=TypeError,Pa=function(e,t){if(e<t)throw new wa("Not enough arguments");return e},Sa=L([].slice),Oa=Sa,ja=Math.floor,ka=function(e,t){var r=e.length;if(r<8)for(var n,o,i=1;i<r;){for(o=i,n=e[i];o&&t(e[o-1],n)>0;)e[o]=e[--o];o!==i++&&(e[o]=n)}else for(var a=ja(r/2),s=ka(Oa(e,0,a),t),u=ka(Oa(e,a),t),c=s.length,l=u.length,h=0,f=0;h<c||f<l;)e[h+f]=h<c&&f<l?t(s[h],u[f])<=0?s[h++]:u[f++]:h<c?s[h++]:u[f++];return e},Ea=bn,Aa=X,Ta=function(e){if(!$i)return Qi[e];var t=Vi(Qi,e);return t&&t.value},Ra=Ae,Ua=Pe,xa=L,Ca=ae,La=Yi,qa=Lo,Ia=Zi,Na=si,Ba=pi,Ha=kr,Ma=na,Fa=ee,_a=wt,Ga=sn,Da=Xo,za=ge,Ja=ie,Qa=aa,$a=So,Va=or,Ka=ba,Wa=fa,Ya=Ui,Xa=Pa,Za=ka,es=qt("iterator"),ts="URLSearchParams",rs=ts+"Iterator",ns=Ha.set,os=Ha.getterFor(ts),is=Ha.getterFor(rs),as=Ta("fetch"),ss=Ta("Request"),us=Ta("Headers"),cs=ss&&ss.prototype,ls=us&&us.prototype,hs=Aa.TypeError,fs=Aa.encodeURIComponent,ds=String.fromCharCode,ps=Ra("String","fromCodePoint"),vs=parseInt,ys=xa("".charAt),ms=xa([].join),gs=xa([].push),bs=xa("".replace),ws=xa([].shift),Ps=xa([].splice),Ss=xa("".split),Os=xa("".slice),js=xa(/./.exec),ks=/\+/g,Es=/^[0-9a-f]+$/i,As=function(e,t){var r=Os(e,t,t+2);return js(Es,r)?vs(r,16):NaN},Ts=function(e){for(var t=0,r=128;r>0&&e&r;r>>=1)t++;return t},Rs=function(e){var t=null;switch(e.length){case 1:t=e[0];break;case 2:t=(31&e[0])<<6|63&e[1];break;case 3:t=(15&e[0])<<12|(63&e[1])<<6|63&e[2];break;case 4:t=(7&e[0])<<18|(63&e[1])<<12|(63&e[2])<<6|63&e[3]}return t>1114111?null:t},Us=function(e){for(var t=(e=bs(e,ks," ")).length,r="",n=0;n<t;){var o=ys(e,n);if("%"===o){if("%"===ys(e,n+1)||n+3>t){r+="%",n++;continue}var i=As(e,n+1);if(i!=i){r+=o,n++;continue}n+=2;var a=Ts(i);if(0===a)o=ds(i);else{if(1===a||a>4){r+="�",n++;continue}for(var s=[i],u=1;u<a&&!(3+ ++n>t||"%"!==ys(e,n));){var c=As(e,n+1);if(c!=c){n+=3;break}if(c>191||c<128)break;gs(s,c),n+=2,u++}if(s.length!==a){r+="�";continue}var l=Rs(s);null===l?r+="�":o=ps(l)}}r+=o,n++}return r},xs=/[!'()~]|%20/g,Cs={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},Ls=function(e){return Cs[e]},qs=function(e){return bs(fs(e),xs,Ls)},Is=Ba((function(e,t){ns(this,{type:rs,target:os(e).entries,index:0,kind:t})}),ts,(function(){var e=is(this),t=e.target,r=e.index++;if(!t||r>=t.length)return e.target=null,Ya(void 0,!0);var n=t[r];switch(e.kind){case"keys":return Ya(n.key,!1);case"values":return Ya(n.value,!1)}return Ya([n.key,n.value],!1)}),!0),Ns=function(e){this.entries=[],this.url=null,void 0!==e&&(Ja(e)?this.parseObject(e):this.parseQuery("string"==typeof e?"?"===ys(e,0)?Os(e,1):e:Qa(e)))};Ns.prototype={type:ts,bindURL:function(e){this.url=e,this.update()},parseObject:function(e){var t,r,n,o,i,a,s,u=this.entries,c=Wa(e);if(c)for(r=(t=Ka(e,c)).next;!(n=Ua(r,t)).done;){if(i=(o=Ka(za(n.value))).next,(a=Ua(i,o)).done||(s=Ua(i,o)).done||!Ua(i,o).done)throw new hs("Expected sequence with length 2");gs(u,{key:Qa(a.value),value:Qa(s.value)})}else for(var l in e)_a(e,l)&&gs(u,{key:l,value:Qa(e[l])})},parseQuery:function(e){if(e)for(var t,r,n=this.entries,o=Ss(e,"&"),i=0;i<o.length;)(t=o[i++]).length&&(r=Ss(t,"="),gs(n,{key:Us(ws(r)),value:Us(ms(r,"="))}))},serialize:function(){for(var e,t=this.entries,r=[],n=0;n<t.length;)e=t[n++],gs(r,qs(e.key)+"="+qs(e.value));return ms(r,"&")},update:function(){this.entries.length=0,this.parseQuery(this.url.query)},updateURL:function(){this.url&&this.url.update()}};var Bs=function(){Ma(this,Hs);var e=ns(this,new Ns(arguments.length>0?arguments[0]:void 0));Ca||(this.size=e.entries.length)},Hs=Bs.prototype;if(function(e,t,r){for(var n in t)r&&r.unsafe&&e[n]?e[n]=t[n]:ea(e,n,t[n],r)}(Hs,{append:function(e,t){var r=os(this);Xa(arguments.length,2),gs(r.entries,{key:Qa(e),value:Qa(t)}),Ca||this.length++,r.updateURL()},delete:function(e){for(var t=os(this),r=Xa(arguments.length,1),n=t.entries,o=Qa(e),i=r<2?void 0:arguments[1],a=void 0===i?i:Qa(i),s=0;s<n.length;){var u=n[s];if(u.key!==o||void 0!==a&&u.value!==a)s++;else if(Ps(n,s,1),void 0!==a)break}Ca||(this.size=n.length),t.updateURL()},get:function(e){var t=os(this).entries;Xa(arguments.length,1);for(var r=Qa(e),n=0;n<t.length;n++)if(t[n].key===r)return t[n].value;return null},getAll:function(e){var t=os(this).entries;Xa(arguments.length,1);for(var r=Qa(e),n=[],o=0;o<t.length;o++)t[o].key===r&&gs(n,t[o].value);return n},has:function(e){for(var t=os(this).entries,r=Xa(arguments.length,1),n=Qa(e),o=r<2?void 0:arguments[1],i=void 0===o?o:Qa(o),a=0;a<t.length;){var s=t[a++];if(s.key===n&&(void 0===i||s.value===i))return!0}return!1},set:function(e,t){var r=os(this);Xa(arguments.length,1);for(var n,o=r.entries,i=!1,a=Qa(e),s=Qa(t),u=0;u<o.length;u++)(n=o[u]).key===a&&(i?Ps(o,u--,1):(i=!0,n.value=s));i||gs(o,{key:a,value:s}),Ca||(this.size=o.length),r.updateURL()},sort:function(){var e=os(this);Za(e.entries,(function(e,t){return e.key>t.key?1:-1})),e.updateURL()},forEach:function(e){for(var t,r=os(this).entries,n=Ga(e,arguments.length>1?arguments[1]:void 0),o=0;o<r.length;)n((t=r[o++]).value,t.key,this)},keys:function(){return new Is(this,"keys")},values:function(){return new Is(this,"values")},entries:function(){return new Is(this,"entries")}},{enumerable:!0}),qa(Hs,es,Hs.entries,{name:"entries"}),qa(Hs,"toString",(function(){return os(this).serialize()}),{enumerable:!0}),Ca&&Ia(Hs,"size",{get:function(){return os(this).entries.length},configurable:!0,enumerable:!0}),Na(Bs,ts),Ea({global:!0,constructor:!0,forced:!La},{URLSearchParams:Bs}),!La&&Fa(us)){var Ms=xa(ls.has),Fs=xa(ls.set),_s=function(e){if(Ja(e)){var t,r=e.body;if(Da(r)===ts)return t=e.headers?new us(e.headers):new us,Ms(t,"content-type")||Fs(t,"content-type","application/x-www-form-urlencoded;charset=UTF-8"),$a(e,{body:Va(0,Qa(r)),headers:Va(0,t)})}return e};if(Fa(as)&&Ea({global:!0,enumerable:!0,dontCallGetSet:!0,forced:!0},{fetch:function(e){return as(e,arguments.length>1?_s(arguments[1]):{})}}),Fa(ss)){var Gs=function(e){return Ma(this,cs),new ss(e,arguments.length>1?_s(arguments[1]):{})};cs.constructor=Gs,Gs.prototype=cs,Ea({global:!0,constructor:!0,dontCallGetSet:!0,forced:!0},{Request:Gs})}}var Ds={URLSearchParams:Bs,getState:os},zs=L,Js=Un,Qs=aa,$s=Q,Vs=zs("".charAt),Ks=zs("".charCodeAt),Ws=zs("".slice),Ys=function(e){return function(t,r){var n,o,i=Qs($s(t)),a=Js(r),s=i.length;return a<0||a>=s?e?"":void 0:(n=Ks(i,a))<55296||n>56319||a+1===s||(o=Ks(i,a+1))<56320||o>57343?e?Vs(i,a):n:e?Ws(i,a,a+2):o-56320+(n-55296<<10)+65536}},Xs={codeAt:Ys(!1),charAt:Ys(!0)},Zs=Xs.charAt,eu=aa,tu=kr,ru=Ri,nu=Ui,ou="String Iterator",iu=tu.set,au=tu.getterFor(ou);ru(String,"String",(function(e){iu(this,{type:ou,string:eu(e),index:0})}),(function(){var e,t=au(this),r=t.string,n=t.index;return n>=r.length?nu(void 0,!0):(e=Zs(r,n),t.index+=e.length,nu(e,!1))}));var su={};su.f=Object.getOwnPropertySymbols;var uu=ae,cu=L,lu=Pe,hu=A,fu=Wn,du=su,pu=Ir,vu=mt,yu=G,mu=Object.assign,gu=Object.defineProperty,bu=cu([].concat),wu=!mu||hu((function(){if(uu&&1!==mu({b:1},mu(gu({},"a",{enumerable:!0,get:function(){gu(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},r=Symbol("assign detection"),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach((function(e){t[e]=e})),7!==mu({},e)[r]||fu(mu({},t)).join("")!==n}))?function(e,t){for(var r=vu(e),n=arguments.length,o=1,i=du.f,a=pu.f;n>o;)for(var s,u=yu(arguments[o++]),c=i?bu(fu(u),i(u)):fu(u),l=c.length,h=0;l>h;)s=c[h++],uu&&!lu(a,u,s)||(r[s]=u[s]);return r}:mu,Pu=Pe,Su=ge,Ou=tt,ju=ge,ku=W,Eu=qt("iterator"),Au=Array.prototype,Tu=ee,Ru=ft,Uu=L(Function.toString);Tu(Ru.inspectSource)||(Ru.inspectSource=function(e){return Uu(e)});var xu=Ru.inspectSource,Cu=L,Lu=A,qu=ee,Iu=Xo,Nu=xu,Bu=function(){},Hu=Ae("Reflect","construct"),Mu=/^\s*(?:class|function)\b/,Fu=Cu(Mu.exec),_u=!Mu.test(Bu),Gu=function(e){if(!qu(e))return!1;try{return Hu(Bu,[],e),!0}catch(e){return!1}},Du=function(e){if(!qu(e))return!1;switch(Iu(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return _u||!!Fu(Mu,Nu(e))}catch(e){return!0}};Du.sham=!0;var zu,Ju=!Hu||Lu((function(){var e;return Gu(Gu.call)||!Gu(Object)||!Gu((function(){e=!0}))||e}))?Du:Gu,Qu=ae,$u=se,Vu=or,Ku=sn,Wu=Pe,Yu=mt,Xu=function(e,t,r,n){try{return n?t(ju(r)[0],r[1]):t(r)}catch(t){!function(e,t,r){var n,o;Su(e);try{if(!(n=Ou(e,"return"))){if("throw"===t)throw r;return r}n=Pu(n,e)}catch(e){o=!0,n=e}if("throw"===t)throw r;if(o)throw n;Su(n)}(e,"throw",t)}},Zu=Ju,ec=Bn,tc=function(e,t,r){Qu?$u.f(e,t,Vu(0,r)):e[t]=r},rc=ba,nc=fa,oc=Array,ic=L,ac=2147483647,sc=/[^\0-\u007E]/,uc=/[.\u3002\uFF0E\uFF61]/g,cc="Overflow: input needs wider integers to process",lc=RangeError,hc=ic(uc.exec),fc=Math.floor,dc=String.fromCharCode,pc=ic("".charCodeAt),vc=ic([].join),yc=ic([].push),mc=ic("".replace),gc=ic("".split),bc=ic("".toLowerCase),wc=function(e){return e+22+75*(e<26)},Pc=function(e,t,r){var n=0;for(e=r?fc(e/700):e>>1,e+=fc(e/t);e>455;)e=fc(e/35),n+=36;return fc(n+36*e/(e+38))},Sc=function(e){var t=[];e=function(e){for(var t=[],r=0,n=e.length;r<n;){var o=pc(e,r++);if(o>=55296&&o<=56319&&r<n){var i=pc(e,r++);56320==(64512&i)?yc(t,((1023&o)<<10)+(1023&i)+65536):(yc(t,o),r--)}else yc(t,o)}return t}(e);var r,n,o=e.length,i=128,a=0,s=72;for(r=0;r<e.length;r++)(n=e[r])<128&&yc(t,dc(n));var u=t.length,c=u;for(u&&yc(t,"-");c<o;){var l=ac;for(r=0;r<e.length;r++)(n=e[r])>=i&&n<l&&(l=n);var h=c+1;if(l-i>fc((ac-a)/h))throw new lc(cc);for(a+=(l-i)*h,i=l,r=0;r<e.length;r++){if((n=e[r])<i&&++a>ac)throw new lc(cc);if(n===i){for(var f=a,d=36;;){var p=d<=s?1:d>=s+26?26:d-s;if(f<p)break;var v=f-p,y=36-p;yc(t,dc(wc(p+v%y))),f=fc(v/y),d+=36}yc(t,dc(wc(f))),s=Pc(a,h,c===u),a=0,c++}}a++,i++}return vc(t,"")},Oc=bn,jc=ae,kc=Yi,Ec=X,Ac=sn,Tc=L,Rc=Lo,Uc=Zi,xc=na,Cc=wt,Lc=wu,qc=function(e){var t=Yu(e),r=Zu(this),n=arguments.length,o=n>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Ku(o,n>2?arguments[2]:void 0));var a,s,u,c,l,h,f=nc(t),d=0;if(!f||this===oc&&function(e){return void 0!==e&&(ku.Array===e||Au[Eu]===e)}(f))for(a=ec(t),s=r?new this(a):oc(a);a>d;d++)h=i?o(t[d],d):t[d],tc(s,d,h);else for(s=r?new this:[],l=(c=rc(t,f)).next;!(u=Wu(l,c)).done;d++)h=i?Xu(c,o,[u.value,d],!0):u.value,tc(s,d,h);return s.length=d,s},Ic=Sa,Nc=Xs.codeAt,Bc=aa,Hc=si,Mc=Pa,Fc=Ds,_c=kr,Gc=_c.set,Dc=_c.getterFor("URL"),zc=Fc.URLSearchParams,Jc=Fc.getState,Qc=Ec.URL,$c=Ec.TypeError,Vc=Ec.parseInt,Kc=Math.floor,Wc=Math.pow,Yc=Tc("".charAt),Xc=Tc(/./.exec),Zc=Tc([].join),el=Tc(1.1.toString),tl=Tc([].pop),rl=Tc([].push),nl=Tc("".replace),ol=Tc([].shift),il=Tc("".split),al=Tc("".slice),sl=Tc("".toLowerCase),ul=Tc([].unshift),cl="Invalid scheme",ll="Invalid host",hl="Invalid port",fl=/[a-z]/i,dl=/[\d+-.a-z]/i,pl=/\d/,vl=/^0x/i,yl=/^[0-7]+$/,ml=/^\d+$/,gl=/^[\da-f]+$/i,bl=/[\0\t\n\r #%/:<>?@[\\\]^|]/,wl=/[\0\t\n\r #/:<>?@[\\\]^|]/,Pl=/^[\u0000-\u0020]+/,Sl=/(^|[^\u0000-\u0020])[\u0000-\u0020]+$/,Ol=/[\t\n\r]/g,jl=function(e){var t,r,n,o;if("number"==typeof e){for(t=[],r=0;r<4;r++)ul(t,e%256),e=Kc(e/256);return Zc(t,".")}if("object"==typeof e){for(t="",n=function(e){for(var t=null,r=1,n=null,o=0,i=0;i<8;i++)0!==e[i]?(o>r&&(t=n,r=o),n=null,o=0):(null===n&&(n=i),++o);return o>r?n:t}(e),r=0;r<8;r++)o&&0===e[r]||(o&&(o=!1),n===r?(t+=r?":":"::",o=!0):(t+=el(e[r],16),r<7&&(t+=":")));return"["+t+"]"}return e},kl={},El=Lc({},kl,{" ":1,'"':1,"<":1,">":1,"`":1}),Al=Lc({},El,{"#":1,"?":1,"{":1,"}":1}),Tl=Lc({},Al,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),Rl=function(e,t){var r=Nc(e,0);return r>32&&r<127&&!Cc(t,e)?e:encodeURIComponent(e)},Ul={ftp:21,file:null,http:80,https:443,ws:80,wss:443},xl=function(e,t){var r;return 2===e.length&&Xc(fl,Yc(e,0))&&(":"===(r=Yc(e,1))||!t&&"|"===r)},Cl=function(e){var t;return e.length>1&&xl(al(e,0,2))&&(2===e.length||"/"===(t=Yc(e,2))||"\\"===t||"?"===t||"#"===t)},Ll=function(e){return"."===e||"%2e"===sl(e)},ql=function(e){return".."===(e=sl(e))||"%2e."===e||".%2e"===e||"%2e%2e"===e},Il={},Nl={},Bl={},Hl={},Ml={},Fl={},_l={},Gl={},Dl={},zl={},Jl={},Ql={},$l={},Vl={},Kl={},Wl={},Yl={},Xl={},Zl={},eh={},th={},rh=function(e,t,r){var n,o,i,a=Bc(e);if(t){if(o=this.parse(a))throw new $c(o);this.searchParams=null}else{if(void 0!==r&&(n=new rh(r,!0)),o=this.parse(a,null,n))throw new $c(o);(i=Jc(new zc)).bindURL(this),this.searchParams=i}};rh.prototype={type:"URL",parse:function(e,t,r){var n,o,i,a,s=this,u=t||Il,c=0,l="",h=!1,f=!1,d=!1;for(e=Bc(e),t||(s.scheme="",s.username="",s.password="",s.host=null,s.port=null,s.path=[],s.query=null,s.fragment=null,s.cannotBeABaseURL=!1,e=nl(e,Pl,""),e=nl(e,Sl,"$1")),e=nl(e,Ol,""),n=qc(e);c<=n.length;){switch(o=n[c],u){case Il:if(!o||!Xc(fl,o)){if(t)return cl;u=Bl;continue}l+=sl(o),u=Nl;break;case Nl:if(o&&(Xc(dl,o)||"+"===o||"-"===o||"."===o))l+=sl(o);else{if(":"!==o){if(t)return cl;l="",u=Bl,c=0;continue}if(t&&(s.isSpecial()!==Cc(Ul,l)||"file"===l&&(s.includesCredentials()||null!==s.port)||"file"===s.scheme&&!s.host))return;if(s.scheme=l,t)return void(s.isSpecial()&&Ul[s.scheme]===s.port&&(s.port=null));l="","file"===s.scheme?u=Vl:s.isSpecial()&&r&&r.scheme===s.scheme?u=Hl:s.isSpecial()?u=Gl:"/"===n[c+1]?(u=Ml,c++):(s.cannotBeABaseURL=!0,rl(s.path,""),u=Zl)}break;case Bl:if(!r||r.cannotBeABaseURL&&"#"!==o)return cl;if(r.cannotBeABaseURL&&"#"===o){s.scheme=r.scheme,s.path=Ic(r.path),s.query=r.query,s.fragment="",s.cannotBeABaseURL=!0,u=th;break}u="file"===r.scheme?Vl:Fl;continue;case Hl:if("/"!==o||"/"!==n[c+1]){u=Fl;continue}u=Dl,c++;break;case Ml:if("/"===o){u=zl;break}u=Xl;continue;case Fl:if(s.scheme=r.scheme,o===zu)s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=Ic(r.path),s.query=r.query;else if("/"===o||"\\"===o&&s.isSpecial())u=_l;else if("?"===o)s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=Ic(r.path),s.query="",u=eh;else{if("#"!==o){s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=Ic(r.path),s.path.length--,u=Xl;continue}s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,s.path=Ic(r.path),s.query=r.query,s.fragment="",u=th}break;case _l:if(!s.isSpecial()||"/"!==o&&"\\"!==o){if("/"!==o){s.username=r.username,s.password=r.password,s.host=r.host,s.port=r.port,u=Xl;continue}u=zl}else u=Dl;break;case Gl:if(u=Dl,"/"!==o||"/"!==Yc(l,c+1))continue;c++;break;case Dl:if("/"!==o&&"\\"!==o){u=zl;continue}break;case zl:if("@"===o){h&&(l="%40"+l),h=!0,i=qc(l);for(var p=0;p<i.length;p++){var v=i[p];if(":"!==v||d){var y=Rl(v,Tl);d?s.password+=y:s.username+=y}else d=!0}l=""}else if(o===zu||"/"===o||"?"===o||"#"===o||"\\"===o&&s.isSpecial()){if(h&&""===l)return"Invalid authority";c-=qc(l).length+1,l="",u=Jl}else l+=o;break;case Jl:case Ql:if(t&&"file"===s.scheme){u=Wl;continue}if(":"!==o||f){if(o===zu||"/"===o||"?"===o||"#"===o||"\\"===o&&s.isSpecial()){if(s.isSpecial()&&""===l)return ll;if(t&&""===l&&(s.includesCredentials()||null!==s.port))return;if(a=s.parseHost(l))return a;if(l="",u=Yl,t)return;continue}"["===o?f=!0:"]"===o&&(f=!1),l+=o}else{if(""===l)return ll;if(a=s.parseHost(l))return a;if(l="",u=$l,t===Ql)return}break;case $l:if(!Xc(pl,o)){if(o===zu||"/"===o||"?"===o||"#"===o||"\\"===o&&s.isSpecial()||t){if(""!==l){var m=Vc(l,10);if(m>65535)return hl;s.port=s.isSpecial()&&m===Ul[s.scheme]?null:m,l=""}if(t)return;u=Yl;continue}return hl}l+=o;break;case Vl:if(s.scheme="file","/"===o||"\\"===o)u=Kl;else{if(!r||"file"!==r.scheme){u=Xl;continue}switch(o){case zu:s.host=r.host,s.path=Ic(r.path),s.query=r.query;break;case"?":s.host=r.host,s.path=Ic(r.path),s.query="",u=eh;break;case"#":s.host=r.host,s.path=Ic(r.path),s.query=r.query,s.fragment="",u=th;break;default:Cl(Zc(Ic(n,c),""))||(s.host=r.host,s.path=Ic(r.path),s.shortenPath()),u=Xl;continue}}break;case Kl:if("/"===o||"\\"===o){u=Wl;break}r&&"file"===r.scheme&&!Cl(Zc(Ic(n,c),""))&&(xl(r.path[0],!0)?rl(s.path,r.path[0]):s.host=r.host),u=Xl;continue;case Wl:if(o===zu||"/"===o||"\\"===o||"?"===o||"#"===o){if(!t&&xl(l))u=Xl;else if(""===l){if(s.host="",t)return;u=Yl}else{if(a=s.parseHost(l))return a;if("localhost"===s.host&&(s.host=""),t)return;l="",u=Yl}continue}l+=o;break;case Yl:if(s.isSpecial()){if(u=Xl,"/"!==o&&"\\"!==o)continue}else if(t||"?"!==o)if(t||"#"!==o){if(o!==zu&&(u=Xl,"/"!==o))continue}else s.fragment="",u=th;else s.query="",u=eh;break;case Xl:if(o===zu||"/"===o||"\\"===o&&s.isSpecial()||!t&&("?"===o||"#"===o)){if(ql(l)?(s.shortenPath(),"/"===o||"\\"===o&&s.isSpecial()||rl(s.path,"")):Ll(l)?"/"===o||"\\"===o&&s.isSpecial()||rl(s.path,""):("file"===s.scheme&&!s.path.length&&xl(l)&&(s.host&&(s.host=""),l=Yc(l,0)+":"),rl(s.path,l)),l="","file"===s.scheme&&(o===zu||"?"===o||"#"===o))for(;s.path.length>1&&""===s.path[0];)ol(s.path);"?"===o?(s.query="",u=eh):"#"===o&&(s.fragment="",u=th)}else l+=Rl(o,Al);break;case Zl:"?"===o?(s.query="",u=eh):"#"===o?(s.fragment="",u=th):o!==zu&&(s.path[0]+=Rl(o,kl));break;case eh:t||"#"!==o?o!==zu&&("'"===o&&s.isSpecial()?s.query+="%27":s.query+="#"===o?"%23":Rl(o,kl)):(s.fragment="",u=th);break;case th:o!==zu&&(s.fragment+=Rl(o,El))}c++}},parseHost:function(e){var t,r,n;if("["===Yc(e,0)){if("]"!==Yc(e,e.length-1))return ll;if(t=function(e){var t,r,n,o,i,a,s,u=[0,0,0,0,0,0,0,0],c=0,l=null,h=0,f=function(){return Yc(e,h)};if(":"===f()){if(":"!==Yc(e,1))return;h+=2,l=++c}for(;f();){if(8===c)return;if(":"!==f()){for(t=r=0;r<4&&Xc(gl,f());)t=16*t+Vc(f(),16),h++,r++;if("."===f()){if(0===r)return;if(h-=r,c>6)return;for(n=0;f();){if(o=null,n>0){if(!("."===f()&&n<4))return;h++}if(!Xc(pl,f()))return;for(;Xc(pl,f());){if(i=Vc(f(),10),null===o)o=i;else{if(0===o)return;o=10*o+i}if(o>255)return;h++}u[c]=256*u[c]+o,2!=++n&&4!==n||c++}if(4!==n)return;break}if(":"===f()){if(h++,!f())return}else if(f())return;u[c++]=t}else{if(null!==l)return;h++,l=++c}}if(null!==l)for(a=c-l,c=7;0!==c&&a>0;)s=u[c],u[c--]=u[l+a-1],u[l+--a]=s;else if(8!==c)return;return u}(al(e,1,-1)),!t)return ll;this.host=t}else if(this.isSpecial()){if(e=function(e){var t,r,n=[],o=gc(mc(bc(e),uc,"."),".");for(t=0;t<o.length;t++)r=o[t],yc(n,hc(sc,r)?"xn--"+Sc(r):r);return vc(n,".")}(e),Xc(bl,e))return ll;if(t=function(e){var t,r,n,o,i,a,s,u=il(e,".");if(u.length&&""===u[u.length-1]&&u.length--,(t=u.length)>4)return e;for(r=[],n=0;n<t;n++){if(""===(o=u[n]))return e;if(i=10,o.length>1&&"0"===Yc(o,0)&&(i=Xc(vl,o)?16:8,o=al(o,8===i?1:2)),""===o)a=0;else{if(!Xc(10===i?ml:8===i?yl:gl,o))return e;a=Vc(o,i)}rl(r,a)}for(n=0;n<t;n++)if(a=r[n],n===t-1){if(a>=Wc(256,5-t))return null}else if(a>255)return null;for(s=tl(r),n=0;n<r.length;n++)s+=r[n]*Wc(256,3-n);return s}(e),null===t)return ll;this.host=t}else{if(Xc(wl,e))return ll;for(t="",r=qc(e),n=0;n<r.length;n++)t+=Rl(r[n],kl);this.host=t}},cannotHaveUsernamePasswordPort:function(){return!this.host||this.cannotBeABaseURL||"file"===this.scheme},includesCredentials:function(){return""!==this.username||""!==this.password},isSpecial:function(){return Cc(Ul,this.scheme)},shortenPath:function(){var e=this.path,t=e.length;!t||"file"===this.scheme&&1===t&&xl(e[0],!0)||e.length--},serialize:function(){var e=this,t=e.scheme,r=e.username,n=e.password,o=e.host,i=e.port,a=e.path,s=e.query,u=e.fragment,c=t+":";return null!==o?(c+="//",e.includesCredentials()&&(c+=r+(n?":"+n:"")+"@"),c+=jl(o),null!==i&&(c+=":"+i)):"file"===t&&(c+="//"),c+=e.cannotBeABaseURL?a[0]:a.length?"/"+Zc(a,"/"):"",null!==s&&(c+="?"+s),null!==u&&(c+="#"+u),c},setHref:function(e){var t=this.parse(e);if(t)throw new $c(t);this.searchParams.update()},getOrigin:function(){var e=this.scheme,t=this.port;if("blob"===e)try{return new nh(e.path[0]).origin}catch(e){return"null"}return"file"!==e&&this.isSpecial()?e+"://"+jl(this.host)+(null!==t?":"+t:""):"null"},getProtocol:function(){return this.scheme+":"},setProtocol:function(e){this.parse(Bc(e)+":",Il)},getUsername:function(){return this.username},setUsername:function(e){var t=qc(Bc(e));if(!this.cannotHaveUsernamePasswordPort()){this.username="";for(var r=0;r<t.length;r++)this.username+=Rl(t[r],Tl)}},getPassword:function(){return this.password},setPassword:function(e){var t=qc(Bc(e));if(!this.cannotHaveUsernamePasswordPort()){this.password="";for(var r=0;r<t.length;r++)this.password+=Rl(t[r],Tl)}},getHost:function(){var e=this.host,t=this.port;return null===e?"":null===t?jl(e):jl(e)+":"+t},setHost:function(e){this.cannotBeABaseURL||this.parse(e,Jl)},getHostname:function(){var e=this.host;return null===e?"":jl(e)},setHostname:function(e){this.cannotBeABaseURL||this.parse(e,Ql)},getPort:function(){var e=this.port;return null===e?"":Bc(e)},setPort:function(e){this.cannotHaveUsernamePasswordPort()||(""===(e=Bc(e))?this.port=null:this.parse(e,$l))},getPathname:function(){var e=this.path;return this.cannotBeABaseURL?e[0]:e.length?"/"+Zc(e,"/"):""},setPathname:function(e){this.cannotBeABaseURL||(this.path=[],this.parse(e,Yl))},getSearch:function(){var e=this.query;return e?"?"+e:""},setSearch:function(e){""===(e=Bc(e))?this.query=null:("?"===Yc(e,0)&&(e=al(e,1)),this.query="",this.parse(e,eh)),this.searchParams.update()},getSearchParams:function(){return this.searchParams.facade},getHash:function(){var e=this.fragment;return e?"#"+e:""},setHash:function(e){""!==(e=Bc(e))?("#"===Yc(e,0)&&(e=al(e,1)),this.fragment="",this.parse(e,th)):this.fragment=null},update:function(){this.query=this.searchParams.serialize()||null}};var nh=function(e){var t=xc(this,oh),r=Mc(arguments.length,1)>1?arguments[1]:void 0,n=Gc(t,new rh(e,!1,r));jc||(t.href=n.serialize(),t.origin=n.getOrigin(),t.protocol=n.getProtocol(),t.username=n.getUsername(),t.password=n.getPassword(),t.host=n.getHost(),t.hostname=n.getHostname(),t.port=n.getPort(),t.pathname=n.getPathname(),t.search=n.getSearch(),t.searchParams=n.getSearchParams(),t.hash=n.getHash())},oh=nh.prototype,ih=function(e,t){return{get:function(){return Dc(this)[e]()},set:t&&function(e){return Dc(this)[t](e)},configurable:!0,enumerable:!0}};if(jc&&(Uc(oh,"href",ih("serialize","setHref")),Uc(oh,"origin",ih("getOrigin")),Uc(oh,"protocol",ih("getProtocol","setProtocol")),Uc(oh,"username",ih("getUsername","setUsername")),Uc(oh,"password",ih("getPassword","setPassword")),Uc(oh,"host",ih("getHost","setHost")),Uc(oh,"hostname",ih("getHostname","setHostname")),Uc(oh,"port",ih("getPort","setPort")),Uc(oh,"pathname",ih("getPathname","setPathname")),Uc(oh,"search",ih("getSearch","setSearch")),Uc(oh,"searchParams",ih("getSearchParams")),Uc(oh,"hash",ih("getHash","setHash"))),Rc(oh,"toJSON",(function(){return Dc(this).serialize()}),{enumerable:!0}),Rc(oh,"toString",(function(){return Dc(this).serialize()}),{enumerable:!0}),Qc){var ah=Qc.createObjectURL,sh=Qc.revokeObjectURL;ah&&Rc(nh,"createObjectURL",Ac(ah,Qc)),sh&&Rc(nh,"revokeObjectURL",Ac(sh,Qc))}Hc(nh,"URL"),Oc({global:!0,constructor:!0,forced:!kc,sham:!jc},{URL:nh});var uh=bn,ch=A,lh=Pa,hh=aa,fh=Yi,dh=Ae("URL"),ph=fh&&ch((function(){dh.canParse()})),vh=ch((function(){return 1!==dh.canParse.length}));uh({target:"URL",stat:!0,forced:!ph||vh},{canParse:function(e){var t=lh(arguments.length,1),r=hh(e),n=t<2||void 0===arguments[1]?void 0:hh(arguments[1]);try{return!!new dh(r,n)}catch(e){return!1}}});var yh=bn,mh=Pa,gh=aa,bh=Yi,wh=Ae("URL");yh({target:"URL",stat:!0,forced:!bh},{parse:function(e){var t=mh(arguments.length,1),r=gh(e),n=t<2||void 0===arguments[1]?void 0:gh(arguments[1]);try{return new wh(r,n)}catch(e){return null}}});var Ph=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}(Se.URL),Sh=function(e){function t(t){var r=e.call(this,t.message)||this;return r.name="PostgrestError",r.details=t.details,r.hint=t.hint,r.code=t.code,r}return n(t,e),t}(Error),Oh=function(){function e(e){var t,r;this.shouldThrowOnError=!1,this.method=e.method,this.url=e.url,this.headers=new Headers(e.headers),this.schema=e.schema,this.body=e.body,this.shouldThrowOnError=null!==(t=e.shouldThrowOnError)&&void 0!==t&&t,this.signal=e.signal,this.isMaybeSingle=null!==(r=e.isMaybeSingle)&&void 0!==r&&r,e.fetch?this.fetch=e.fetch:this.fetch=fetch}return e.prototype.throwOnError=function(){return this.shouldThrowOnError=!0,this},e.prototype.setHeader=function(e,t){return this.headers=new Headers(this.headers),this.headers.set(e,t),this},e.prototype.then=function(e,t){var r=this;void 0===this.schema||(["GET","HEAD"].includes(this.method)?this.headers.set("Accept-Profile",this.schema):this.headers.set("Content-Profile",this.schema)),"GET"!==this.method&&"HEAD"!==this.method&&this.headers.set("Content-Type","application/json");var n=(0,this.fetch)(this.url.toString(),{method:this.method,headers:this.headers,body:JSON.stringify(this.body),signal:this.signal}).then((function(e){return i(r,0,void 0,(function(){var t,r,n,o,i,s,u,c,l,h,f,d;return a(this,(function(a){switch(a.label){case 0:return t=null,r=null,n=null,o=e.status,i=e.statusText,e.ok?"HEAD"===this.method?[3,2]:[4,e.text()]:[3,3];case 1:""===(c=a.sent())||(r="text/csv"===this.headers.get("Accept")||this.headers.get("Accept")&&(null===(l=this.headers.get("Accept"))||void 0===l?void 0:l.includes("application/vnd.pgrst.plan+text"))?c:JSON.parse(c)),a.label=2;case 2:return s=null===(h=this.headers.get("Prefer"))||void 0===h?void 0:h.match(/count=(exact|planned|estimated)/),u=null===(f=e.headers.get("content-range"))||void 0===f?void 0:f.split("/"),s&&u&&u.length>1&&(n=parseInt(u[1])),this.isMaybeSingle&&"GET"===this.method&&Array.isArray(r)&&(r.length>1?(t={code:"PGRST116",details:"Results contain ".concat(r.length," rows, application/vnd.pgrst.object+json requires 1 row"),hint:null,message:"JSON object requested, multiple (or no) rows returned"},r=null,n=null,o=406,i="Not Acceptable"):r=1===r.length?r[0]:null),[3,5];case 3:return[4,e.text()];case 4:c=a.sent();try{t=JSON.parse(c),Array.isArray(t)&&404===e.status&&(r=[],t=null,o=200,i="OK")}catch(r){404===e.status&&""===c?(o=204,i="No Content"):t={message:c}}if(t&&this.isMaybeSingle&&(null===(d=null==t?void 0:t.details)||void 0===d?void 0:d.includes("0 rows"))&&(t=null,o=200,i="OK"),t&&this.shouldThrowOnError)throw new Sh(t);a.label=5;case 5:return[2,{error:t,data:r,count:n,status:o,statusText:i}]}}))}))}));return this.shouldThrowOnError||(n=n.catch((function(e){var t,r,n;return{error:{message:"".concat(null!==(t=null==e?void 0:e.name)&&void 0!==t?t:"FetchError",": ").concat(null==e?void 0:e.message),details:"".concat(null!==(r=null==e?void 0:e.stack)&&void 0!==r?r:""),hint:"",code:"".concat(null!==(n=null==e?void 0:e.code)&&void 0!==n?n:"")},data:null,count:null,status:0,statusText:""}}))),n.then(e,t)},e.prototype.returns=function(){return this},e.prototype.overrideTypes=function(){return this},e}(),jh=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.select=function(e){var t=!1,r=(null!=e?e:"*").split("").map((function(e){return/\s/.test(e)&&!t?"":('"'===e&&(t=!t),e)})).join("");return this.url.searchParams.set("select",r),this.headers.append("Prefer","return=representation"),this},t.prototype.order=function(e,t){var r=void 0===t?{}:t,n=r.ascending,o=void 0===n||n,i=r.nullsFirst,a=r.foreignTable,s=r.referencedTable,u=void 0===s?a:s,c=u?"".concat(u,".order"):"order",l=this.url.searchParams.get(c);return this.url.searchParams.set(c,"".concat(l?"".concat(l,","):"").concat(e,".").concat(o?"asc":"desc").concat(void 0===i?"":i?".nullsfirst":".nullslast")),this},t.prototype.limit=function(e,t){var r=void 0===t?{}:t,n=r.foreignTable,o=r.referencedTable,i=void 0===o?n:o,a=void 0===i?"limit":"".concat(i,".limit");return this.url.searchParams.set(a,"".concat(e)),this},t.prototype.range=function(e,t,r){var n=void 0===r?{}:r,o=n.foreignTable,i=n.referencedTable,a=void 0===i?o:i,s=void 0===a?"offset":"".concat(a,".offset"),u=void 0===a?"limit":"".concat(a,".limit");return this.url.searchParams.set(s,"".concat(e)),this.url.searchParams.set(u,"".concat(t-e+1)),this},t.prototype.abortSignal=function(e){return this.signal=e,this},t.prototype.single=function(){return this.headers.set("Accept","application/vnd.pgrst.object+json"),this},t.prototype.maybeSingle=function(){return"GET"===this.method?this.headers.set("Accept","application/json"):this.headers.set("Accept","application/vnd.pgrst.object+json"),this.isMaybeSingle=!0,this},t.prototype.csv=function(){return this.headers.set("Accept","text/csv"),this},t.prototype.geojson=function(){return this.headers.set("Accept","application/geo+json"),this},t.prototype.explain=function(e){var t,r=void 0===e?{}:e,n=r.analyze,o=void 0!==n&&n,i=r.verbose,a=void 0!==i&&i,s=r.settings,u=void 0!==s&&s,c=r.buffers,l=void 0!==c&&c,h=r.wal,f=void 0!==h&&h,d=r.format,p=void 0===d?"text":d,v=[o?"analyze":null,a?"verbose":null,u?"settings":null,l?"buffers":null,f?"wal":null].filter(Boolean).join("|"),y=null!==(t=this.headers.get("Accept"))&&void 0!==t?t:"application/json";return this.headers.set("Accept","application/vnd.pgrst.plan+".concat(p,'; for="').concat(y,'"; options=').concat(v,";")),this},t.prototype.rollback=function(){return this.headers.append("Prefer","tx=rollback"),this},t.prototype.returns=function(){return this},t.prototype.maxAffected=function(e){return this.headers.append("Prefer","handling=strict"),this.headers.append("Prefer","max-affected=".concat(e)),this},t}(Oh),kh=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return n(t,e),t.prototype.eq=function(e,t){return this.url.searchParams.append(e,"eq.".concat(t)),this},t.prototype.neq=function(e,t){return this.url.searchParams.append(e,"neq.".concat(t)),this},t.prototype.gt=function(e,t){return this.url.searchParams.append(e,"gt.".concat(t)),this},t.prototype.gte=function(e,t){return this.url.searchParams.append(e,"gte.".concat(t)),this},t.prototype.lt=function(e,t){return this.url.searchParams.append(e,"lt.".concat(t)),this},t.prototype.lte=function(e,t){return this.url.searchParams.append(e,"lte.".concat(t)),this},t.prototype.like=function(e,t){return this.url.searchParams.append(e,"like.".concat(t)),this},t.prototype.likeAllOf=function(e,t){return this.url.searchParams.append(e,"like(all).{".concat(t.join(","),"}")),this},t.prototype.likeAnyOf=function(e,t){return this.url.searchParams.append(e,"like(any).{".concat(t.join(","),"}")),this},t.prototype.ilike=function(e,t){return this.url.searchParams.append(e,"ilike.".concat(t)),this},t.prototype.ilikeAllOf=function(e,t){return this.url.searchParams.append(e,"ilike(all).{".concat(t.join(","),"}")),this},t.prototype.ilikeAnyOf=function(e,t){return this.url.searchParams.append(e,"ilike(any).{".concat(t.join(","),"}")),this},t.prototype.is=function(e,t){return this.url.searchParams.append(e,"is.".concat(t)),this},t.prototype.in=function(e,t){var r=Array.from(new Set(t)).map((function(e){return"string"==typeof e&&new RegExp("[,()]").test(e)?'"'.concat(e,'"'):"".concat(e)})).join(",");return this.url.searchParams.append(e,"in.(".concat(r,")")),this},t.prototype.contains=function(e,t){return"string"==typeof t?this.url.searchParams.append(e,"cs.".concat(t)):Array.isArray(t)?this.url.searchParams.append(e,"cs.{".concat(t.join(","),"}")):this.url.searchParams.append(e,"cs.".concat(JSON.stringify(t))),this},t.prototype.containedBy=function(e,t){return"string"==typeof t?this.url.searchParams.append(e,"cd.".concat(t)):Array.isArray(t)?this.url.searchParams.append(e,"cd.{".concat(t.join(","),"}")):this.url.searchParams.append(e,"cd.".concat(JSON.stringify(t))),this},t.prototype.rangeGt=function(e,t){return this.url.searchParams.append(e,"sr.".concat(t)),this},t.prototype.rangeGte=function(e,t){return this.url.searchParams.append(e,"nxl.".concat(t)),this},t.prototype.rangeLt=function(e,t){return this.url.searchParams.append(e,"sl.".concat(t)),this},t.prototype.rangeLte=function(e,t){return this.url.searchParams.append(e,"nxr.".concat(t)),this},t.prototype.rangeAdjacent=function(e,t){return this.url.searchParams.append(e,"adj.".concat(t)),this},t.prototype.overlaps=function(e,t){return"string"==typeof t?this.url.searchParams.append(e,"ov.".concat(t)):this.url.searchParams.append(e,"ov.{".concat(t.join(","),"}")),this},t.prototype.textSearch=function(e,t,r){var n=void 0===r?{}:r,o=n.config,i=n.type,a="";"plain"===i?a="pl":"phrase"===i?a="ph":"websearch"===i&&(a="w");var s=void 0===o?"":"(".concat(o,")");return this.url.searchParams.append(e,"".concat(a,"fts").concat(s,".").concat(t)),this},t.prototype.match=function(e){var t=this;return Object.entries(e).forEach((function(e){var r=e[0],n=e[1];t.url.searchParams.append(r,"eq.".concat(n))})),this},t.prototype.not=function(e,t,r){return this.url.searchParams.append(e,"not.".concat(t,".").concat(r)),this},t.prototype.or=function(e,t){var r=void 0===t?{}:t,n=r.foreignTable,o=r.referencedTable,i=void 0===o?n:o,a=i?"".concat(i,".or"):"or";return this.url.searchParams.append(a,"(".concat(e,")")),this},t.prototype.filter=function(e,t,r){return this.url.searchParams.append(e,"".concat(t,".").concat(r)),this},t}(jh),Eh=function(){function e(e,t){var r=t.headers,n=void 0===r?{}:r,o=t.schema,i=t.fetch;this.url=e,this.headers=new Headers(n),this.schema=o,this.fetch=i}return e.prototype.select=function(e,t){var r=void 0===t?{}:t,n=r.head,o=void 0!==n&&n,i=r.count,a=o?"HEAD":"GET",s=!1,u=(null!=e?e:"*").split("").map((function(e){return/\s/.test(e)&&!s?"":('"'===e&&(s=!s),e)})).join("");return this.url.searchParams.set("select",u),i&&this.headers.append("Prefer","count=".concat(i)),new kh({method:a,url:this.url,headers:this.headers,schema:this.schema,fetch:this.fetch})},e.prototype.insert=function(e,t){var r,n=void 0===t?{}:t,o=n.count,i=n.defaultToNull,a=void 0===i||i;if(o&&this.headers.append("Prefer","count=".concat(o)),a||this.headers.append("Prefer","missing=default"),Array.isArray(e)){var s=e.reduce((function(e,t){return e.concat(Object.keys(t))}),[]);if(s.length>0){var u=Array.from(new Set(s)).map((function(e){return'"'.concat(e,'"')}));this.url.searchParams.set("columns",u.join(","))}}return new kh({method:"POST",url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:null!==(r=this.fetch)&&void 0!==r?r:fetch})},e.prototype.upsert=function(e,t){var r,n=void 0===t?{}:t,o=n.onConflict,i=n.ignoreDuplicates,a=void 0!==i&&i,s=n.count,u=n.defaultToNull,c=void 0===u||u;if(this.headers.append("Prefer","resolution=".concat(a?"ignore":"merge","-duplicates")),void 0!==o&&this.url.searchParams.set("on_conflict",o),s&&this.headers.append("Prefer","count=".concat(s)),c||this.headers.append("Prefer","missing=default"),Array.isArray(e)){var l=e.reduce((function(e,t){return e.concat(Object.keys(t))}),[]);if(l.length>0){var h=Array.from(new Set(l)).map((function(e){return'"'.concat(e,'"')}));this.url.searchParams.set("columns",h.join(","))}}return new kh({method:"POST",url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:null!==(r=this.fetch)&&void 0!==r?r:fetch})},e.prototype.update=function(e,t){var r,n=(void 0===t?{}:t).count;return n&&this.headers.append("Prefer","count=".concat(n)),new kh({method:"PATCH",url:this.url,headers:this.headers,schema:this.schema,body:e,fetch:null!==(r=this.fetch)&&void 0!==r?r:fetch})},e.prototype.delete=function(e){var t,r=(void 0===e?{}:e).count;return r&&this.headers.append("Prefer","count=".concat(r)),new kh({method:"DELETE",url:this.url,headers:this.headers,schema:this.schema,fetch:null!==(t=this.fetch)&&void 0!==t?t:fetch})},e}(),Ah=function(){function e(e,t){var r=void 0===t?{}:t,n=r.headers,o=void 0===n?{}:n,i=r.schema,a=r.fetch;this.url=e,this.headers=new Headers(o),this.schemaName=i,this.fetch=a}return e.prototype.from=function(e){var t=new URL("".concat(this.url,"/").concat(e));return new Eh(t,{headers:new Headers(this.headers),schema:this.schemaName,fetch:this.fetch})},e.prototype.schema=function(t){return new e(this.url,{headers:this.headers,schema:t,fetch:this.fetch})},e.prototype.rpc=function(e,t,r){var n;void 0===t&&(t={});var o,i,a=void 0===r?{}:r,s=a.head,u=void 0!==s&&s,c=a.get,l=void 0!==c&&c,h=a.count,f=new URL("".concat(this.url,"/rpc/").concat(e));u||l?(o=u?"HEAD":"GET",Object.entries(t).filter((function(e){return e[0],void 0!==e[1]})).map((function(e){var t=e[0],r=e[1];return[t,Array.isArray(r)?"{".concat(r.join(","),"}"):"".concat(r)]})).forEach((function(e){var t=e[0],r=e[1];f.searchParams.append(t,r)}))):(o="POST",i=t);var d=new Headers(this.headers);return h&&d.set("Prefer","count=".concat(h)),new kh({method:o,url:f,headers:d,schema:this.schemaName,body:i,fetch:null!==(n=this.fetch)&&void 0!==n?n:fetch})},e}(),Th=function(e){function t(t,r){var n=r.headers,o=void 0===n?{}:n,i=r.fetch;return e.call(this,t,{headers:o,schema:void 0,fetch:i})||this}return n(t,e),t}(Eh),Rh=function(){function e(e,t){var r=void 0===t?{}:t,n=r.headers,o=void 0===n?{}:n,i=r.fetch;this.url=e,this.headers=new Headers(o),this.fetch=i}return e.prototype.from=function(e){var t=new Ph("".concat(this.url,"/").concat(e));return new Th(t,{headers:this.headers,fetch:this.fetch})},e}();function Uh(e,t){if(!e)throw new Error("cloud is required");if(!e.callFunction)throw new Error("cloud.callFunction is required");var r=e.callFunction.bind(e);return e.models=S(r,e),e.mysql=Ch(e,{envId:null==t?void 0:t.envId}),e.rdb=Lh(e,{envId:null==t?void 0:t.envId}),e}function xh(e,t,r){var n=this;return function(t){if(r)return r;var s=null==t?void 0:t.instance,u=null==t?void 0:t.database;return function(t,r){return i(n,0,void 0,(function(){var n;return a(this,(function(i){return n={},(null==r?void 0:r.headers)instanceof Headers?r.headers.forEach((function(e,t){n[t]=e})):n=(null==r?void 0:r.headers)||{},[2,e.callFunction({name:"httpOverCallFunction",data:{url:t.toString(),method:(null==r?void 0:r.method)||"GET",headers:o(o({"Content-Type":"application/json"},n||{}),{"X-Db-Instance":s||(null==n?void 0:n["X-Db-Instance"]),"Accept-Profile":u||(null==n?void 0:n["Accept-Profile"]),"Content-Profile":u||(null==n?void 0:n["Content-Profile"])}),body:null==r?void 0:r.body}}).then((function(e){var t=null==e?void 0:e.result;return{ok:(null==t?void 0:t.statusCode)>=200&&(null==t?void 0:t.statusCode)<300,status:(null==t?void 0:t.statusCode)||200,statusText:(null==t?void 0:t.statusMessage)||"OK",json:function(){return Promise.resolve((null==t?void 0:t.body)||{})},text:function(){return Promise.resolve("string"==typeof(null==t?void 0:t.body)?t.body:JSON.stringify((null==t?void 0:t.body)||{}))},headers:new Headers((null==t?void 0:t.headers)||{})}}))]}))}))}}}function Ch(e,t){var r=(null==t?void 0:t.mysqlBaseUrl)||qh(e,null==t?void 0:t.envId).mysql,n=xh(e,null==t||t.envId,null==t?void 0:t.fetch);return function(e){return new Rh(r,{fetch:n(e)})}}function Lh(e,t){var r=(null==t?void 0:t.pgBaseUrl)||qh(e,null==t?void 0:t.envId).rdb,n=xh(e,null==t||t.envId,null==t?void 0:t.fetch);return function(e){return new Ah(r,{fetch:n(e),schema:(null==e?void 0:e.schema)||(null==e?void 0:e.database)})}}function qh(e,t){var r=function(e,t){var r,n,o,i,a=t||(null===(n=null===(r=null==e?void 0:e.extend)||void 0===r?void 0:r.AI)||void 0===n?void 0:n.env);return"string"==typeof a&&a.trim()||(a=null===(o=null==e?void 0:e.config)||void 0===o?void 0:o.env),"string"==typeof a&&a.trim()||(a=null===(i=null==e?void 0:e.config)||void 0===i?void 0:i.envName),"string"==typeof a&&a.trim()?a.trim():""}(e,t);if(!r)throw new Error("Generating default gateway base url failed: env not found");return{model:"https://".concat(r,".api.tcloudbasegateway.com/v1/model"),sql:"https://".concat(r,".api.tcloudbasegateway.com/v1/sql"),mysql:"https://".concat(r,".api.tcloudbasegateway.com/v1/rdb/rest"),rdb:"https://".concat(r,".api.tcloudbasegateway.com/v1/rdb/rest")}}var Ih={init:Uh,generateHTTPClient:g,generateMySQLClient:Ch,generatePGClient:Lh};e.default=Ih,e.generateHTTPClient=g,e.generateMySQLClient=Ch,e.generatePGClient=Lh,e.init=Uh,e.initHTTPOverCallFunction=function(e,t){var r=this;if(!e)throw new Error("cloud is required");if(!e.callFunction)throw new Error("cloud.callFunction is required");var n,s=e.callFunction.bind(e);try{var u=(null==t?void 0:t.baseUrl)||qh(e,null==t?void 0:t.envId).model,c=(null==t?void 0:t.sqlBaseUrl)||qh(e,null==t?void 0:t.envId).sql;n=g(s,(function(e){var t=e.url,n=e.body,u=e.method,c=e.headers;return i(r,0,void 0,(function(){var e,r;return a(this,(function(i){switch(i.label){case 0:return[4,s({name:"httpOverCallFunction",data:{url:t,method:null==u?void 0:u.toUpperCase(),headers:o(o({},c||{}),{"Content-Type":"application/json"}),body:n}})];case 1:return e=i.sent(),[2,null===(r=null==e?void 0:e.result)||void 0===r?void 0:r.body]}}))}))}),u,{sqlBaseUrl:c,cloud:e})}catch(e){console.error("init http orm client failed, try call function orm",e),n=S(s)}return e.models=n,e.mysql=Ch(e,{envId:null==t?void 0:t.envId,mysqlBaseUrl:null==t?void 0:t.mysqlBaseUrl}),e},Object.defineProperty(e,"__esModule",{value:!0})}(t)},287:function(e,t,r){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},o=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),i=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||o(t,e,r)},a=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function a(e){try{u(n.next(e))}catch(e){i(e)}}function s(e){try{u(n.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(a,s)}u((n=n.apply(e,t||[])).next())}))},s=this&&this.__generator||function(e,t){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(s){return function(u){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,s[0]&&(a=0)),a;)try{if(r=1,n&&(o=2&s[0]?n.return:s[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,s[1])).done)return o;switch(n=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,n=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){a=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){a.label=s[1];break}if(6===s[0]&&a.label<o[1]){a.label=o[1],o=s;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(s);break}o[2]&&a.ops.pop(),a.trys.pop();continue}s=t.call(e,a)}catch(e){s=[6,e],n=0}finally{r=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,u])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.registerMySQL=void 0;var u=r(304);function c(e,t,r){var o=this,i=e.request.fetch.bind(e.request),c=t||{},l=c.instance,h=void 0===l?r?void 0:"default":l,f=c.database,d=void 0===f?r?void 0:e.config.env:f,p=function(e,t){return a(o,void 0,void 0,(function(){var r,o,a,u;return s(this,(function(s){switch(s.label){case 0:return r={},t.headers instanceof Headers?t.headers.forEach((function(e,t){r[t]=e})):r=t.headers||{},[["X-Db-Instance",h],["Accept-Profile",d],["Content-Profile",d]].forEach((function(e){var t=e[0],n=e[1];r[t]||r[t.toLocaleLowerCase()]||!n||(r[t]=n)})),[4,i(n(n({url:e.toString()},t),{headers:n({"Content-Type":"application/json"},r),shouldThrowOnError:!1}))];case 1:o=s.sent(),a={},s.label=2;case 2:return s.trys.push([2,4,,5]),[4,o.data];case 3:return a=s.sent(),[3,5];case 4:if(!(u=s.sent()).message.includes("Unexpected end of JSON input"))throw u;return[3,5];case 5:return[2,{ok:(null==o?void 0:o.statusCode)>=200&&(null==o?void 0:o.statusCode)<300,status:(null==o?void 0:o.statusCode)||200,statusText:(null==o?void 0:o.statusMessage)||"OK",json:function(){return Promise.resolve(a||{})},text:function(){return Promise.resolve("string"==typeof a?a:JSON.stringify(a||{}))},headers:null==o?void 0:o.header}]}}))}))},v=e.getEndPointWithKey("GATEWAY"),y=v.BASE_URL,m=v.PROTOCOL,g="".concat(m).concat(y,"/rdb/rest");return r?(0,u.generatePGClient)(e,{pgBaseUrl:g,fetch:p}):(0,u.generateMySQLClient)(e,{mysqlBaseUrl:g,fetch:p})}var l={name:"mysql",entity:{mysql:function(e){return c(this,e,!1)(e)}}},h={name:"rdb",entity:{rdb:function(e){return c(this,e,!0)(e)}}};try{cloudbase.registerComponent(l),cloudbase.registerComponent(h)}catch(e){}function f(e){try{e.registerComponent(l),e.registerComponent(h)}catch(e){console.warn(e)}}t.registerMySQL=f;try{window.registerMySQL=f}catch(e){}i(r(304),t)}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r(287);
|